/* ============================================================
   INDIAN HEMP ASSOCIATION — www.indianhempassociation.com
   Design System: Editorial Indian — Forest Green + Saffron Gold
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@600;700&family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;1,9..40,300&family=Noto+Sans+Devanagari:wght@300;400;500&display=swap');

:root {
  --g-dark:      #163D2B;
  --g-main:      #2A5E45;
  --g-mid:       #3D8B62;
  --g-light:     #5FAE84;
  --g-pale:      #D4EDE0;
  --saffron:     #E8A020;
  --saffron-lt:  #F5C55A;
  --saffron-bg:  #FDF4DC;
  --graphene:    #141E2C;
  --graphene-2:  #1E2D3E;
  --off-white:   #F7F9F4;
  --gray-100:    #F0F2ED;
  --gray-200:    #DDE0D8;
  --gray-400:    #9AA396;
  --gray-600:    #5A6057;
  --text:        #141E2C;
  --radius-sm:   6px;
  --radius:      12px;
  --radius-lg:   18px;
  --shadow:      0 2px 16px rgba(20,30,44,0.07);
  --shadow-md:   0 4px 28px rgba(20,30,44,0.10);
  --font-display:'Playfair Display', Georgia, serif;
  --font-body:   'DM Sans', system-ui, sans-serif;
  --font-hindi:  'Noto Sans Devanagari', sans-serif;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: var(--font-body); color: var(--text); background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }

/* ============================================================ LAYOUT */
.container { max-width: 1120px; margin: 0 auto; padding: 0 28px; }
.section    { padding: 88px 0; }
.section-sm { padding: 56px 0; }
.section-xs { padding: 36px 0; }

/* ============================================================ HINDI */
.hi { font-family: var(--font-hindi); font-weight: 300; }

/* ============================================================ NAVIGATION */
#iha-nav { position: fixed; top: 0; left: 0; right: 0; z-index: 999; }

.nav {
  background: rgba(22, 61, 43, 0.97);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(232,160,32,0.18);
}
.nav-inner {
  max-width: 1120px; margin: 0 auto; padding: 0 28px;
  height: 68px; display: flex; align-items: center; justify-content: space-between;
}
.nav-brand { display: flex; align-items: center; gap: 11px; }
.nav-logo-ring {
  width: 38px; height: 38px; border-radius: 50%;
  border: 1.5px solid rgba(232,160,32,0.5);
  display: flex; align-items: center; justify-content: center;
  background: rgba(232,160,32,0.08);
  flex-shrink: 0;
}
.nav-brand-en { font-family: var(--font-display); font-size: 15px; color: #fff; letter-spacing: 0.2px; line-height: 1.1; }
.nav-brand-hi { font-family: var(--font-hindi); font-size: 10px; color: rgba(255,255,255,0.45); margin-top: 1px; }

.nav-links { display: flex; align-items: center; gap: 4px; list-style: none; }
.nav-links a {
  font-size: 13px; font-weight: 400; color: rgba(255,255,255,0.78);
  padding: 6px 12px; border-radius: var(--radius-sm); transition: all 0.18s;
}
.nav-links a:hover { color: #fff; background: rgba(255,255,255,0.08); }
.nav-links .nav-join {
  background: var(--saffron); color: var(--graphene) !important;
  font-weight: 500; padding: 7px 18px; border-radius: 30px;
}
.nav-links .nav-join:hover { background: var(--saffron-lt); }

.nav-burger { display: none; background: none; border: none; color: #fff; cursor: pointer; padding: 8px; font-size: 20px; }

/* ============================================================ HERO */
.hero {
  min-height: 100vh;
  background: var(--graphene);
  display: flex; align-items: center;
  padding: 100px 28px 72px;
  position: relative; overflow: hidden;
}
.hero-pattern {
  position: absolute; inset: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 70% 60% at 85% 30%, rgba(232,160,32,0.07) 0%, transparent 60%),
    radial-gradient(ellipse 50% 70% at 10% 80%, rgba(63,139,98,0.08) 0%, transparent 55%);
}
.hero-hex {
  position: absolute; right: -4%; top: 50%; transform: translateY(-50%);
  width: 480px; height: 480px; opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='70'%3E%3Cpolygon points='30,2 56,17 56,53 30,68 4,53 4,17' fill='none' stroke='%23E8A020' stroke-width='1'/%3E%3C/svg%3E");
  background-size: 60px 70px;
}
.hero-content { max-width: 1120px; margin: 0 auto; width: 100%; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(232,160,32,0.12); border: 1px solid rgba(232,160,32,0.25);
  color: var(--saffron-lt); font-size: 11.5px; font-weight: 500;
  padding: 5px 14px; border-radius: 30px; margin-bottom: 28px; letter-spacing: 0.5px;
}
.hero-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--saffron); display: inline-block; }

.hero-h1 {
  font-family: var(--font-display);
  font-size: clamp(40px, 6vw, 76px);
  font-weight: 700; color: #fff; line-height: 1.08;
  margin-bottom: 14px; max-width: 760px; letter-spacing: -0.5px;
}
.hero-h1 em { color: var(--saffron); font-style: normal; }
.hero-hi { font-family: var(--font-hindi); font-size: clamp(15px, 2vw, 22px); color: rgba(255,255,255,0.38); margin-bottom: 22px; font-weight: 300; }
.hero-sub { font-size: clamp(15px, 1.6vw, 19px); color: rgba(255,255,255,0.65); max-width: 560px; line-height: 1.65; margin-bottom: 10px; }
.hero-sub-hi { font-family: var(--font-hindi); font-size: 13px; color: rgba(255,255,255,0.3); margin-bottom: 40px; }

.hero-btns { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 64px; }
.btn {
  display: inline-flex; align-items: center; gap: 7px;
  padding: 13px 26px; border-radius: 30px; font-size: 15px;
  font-weight: 500; cursor: pointer; transition: all 0.2s; border: none; font-family: var(--font-body);
}
.btn-gold { background: var(--saffron); color: var(--graphene); }
.btn-gold:hover { background: var(--saffron-lt); transform: translateY(-1px); box-shadow: 0 6px 20px rgba(232,160,32,0.35); }
.btn-ghost { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,0.28); }
.btn-ghost:hover { border-color: rgba(255,255,255,0.6); background: rgba(255,255,255,0.06); }
.btn-green { background: var(--g-main); color: #fff; }
.btn-green:hover { background: var(--g-mid); transform: translateY(-1px); }
.btn-sm { padding: 9px 20px; font-size: 13px; }

.hero-stats { display: grid; grid-template-columns: repeat(4, auto); gap: 0; }
.hero-stat { padding: 0 28px 0 0; border-right: 1px solid rgba(255,255,255,0.1); margin-right: 28px; }
.hero-stat:last-child { border-right: none; }
.hero-stat-n { font-family: var(--font-display); font-size: 32px; color: var(--saffron); font-weight: 700; }
.hero-stat-l { font-size: 11px; color: rgba(255,255,255,0.42); margin-top: 2px; letter-spacing: 0.3px; }

/* ============================================================ FOUNDER STRIP */
.founder-strip { background: var(--off-white); border-bottom: 1px solid var(--gray-200); }
.founder-strip-inner { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; padding: 22px 0; }
.fs-label { font-size: 12px; color: var(--gray-400); font-weight: 400; }
.fs-divider { width: 1px; height: 30px; background: var(--gray-200); margin: 0 12px; }
.fs-person { display: flex; align-items: center; gap: 9px; }
.fs-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 11px; font-weight: 600; flex-shrink: 0;
}
.fs-name { font-size: 13px; font-weight: 500; color: var(--text); line-height: 1.2; }
.fs-role { font-size: 11px; color: var(--gray-400); }

/* ============================================================ SECTION LABELS */
.eyebrow {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 0.09em;
  color: var(--g-main); background: var(--g-pale);
  padding: 4px 12px; border-radius: 30px; margin-bottom: 16px;
}
.sec-h2 { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; color: var(--text); line-height: 1.18; margin-bottom: 8px; }
.sec-hi { font-family: var(--font-hindi); font-size: 15px; color: var(--gray-400); margin-bottom: 14px; font-weight: 300; }
.sec-sub { font-size: 17px; color: var(--gray-600); line-height: 1.65; max-width: 540px; }

/* ============================================================ PILLARS */
.pillars-bg { background: var(--off-white); }
.pillars-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(236px, 1fr)); gap: 14px; margin-top: 52px; }

.pillar {
  background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 26px 22px; transition: all 0.22s; position: relative; overflow: hidden;
}
.pillar:hover { box-shadow: var(--shadow-md); border-color: var(--g-pale); transform: translateY(-3px); }
.pillar.world-first { border-color: rgba(232,160,32,0.3); }
.pillar-wf-badge {
  position: absolute; top: 14px; right: -22px;
  background: var(--saffron); color: var(--graphene);
  font-size: 8px; font-weight: 700; letter-spacing: 0.07em;
  padding: 3px 30px; transform: rotate(35deg);
}
.pillar-icon { font-size: 26px; margin-bottom: 16px; }
.pillar-name { font-size: 15px; font-weight: 600; color: var(--text); margin-bottom: 4px; }
.pillar-hi { font-family: var(--font-hindi); font-size: 12px; color: var(--gray-400); margin-bottom: 10px; font-weight: 300; }
.pillar-desc { font-size: 13px; color: var(--gray-600); line-height: 1.58; }

/* ============================================================ AI CEO */
.ai-section { background: var(--graphene); }
.ai-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.ai-eyebrow {
  display: inline-flex; align-items: center; gap: 7px;
  background: rgba(232,160,32,0.12); border: 1px solid rgba(232,160,32,0.22);
  color: var(--saffron-lt); font-size: 11px; font-weight: 500;
  padding: 4px 12px; border-radius: 30px; margin-bottom: 20px; letter-spacing: 0.5px;
}
.ai-h2 { font-family: var(--font-display); font-size: clamp(28px, 3vw, 42px); font-weight: 700; color: #fff; line-height: 1.2; margin-bottom: 10px; }
.ai-hi { font-family: var(--font-hindi); font-size: 15px; color: rgba(255,255,255,0.3); margin-bottom: 18px; }
.ai-desc { font-size: 16px; color: rgba(255,255,255,0.6); line-height: 1.7; margin-bottom: 28px; }

.chat-box {
  background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.09);
  border-radius: var(--radius-lg); padding: 22px; overflow: hidden;
}
.chat-header {
  display: flex; align-items: center; gap: 9px; margin-bottom: 18px;
  padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.07);
}
.chat-avatar-ceo {
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--saffron); color: var(--graphene);
  display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700;
}
.chat-name { font-size: 13px; font-weight: 500; color: #fff; }
.chat-status { font-size: 11px; color: rgba(255,255,255,0.35); }
.chat-live { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #4ade80; margin-right: 4px; }

.chat-msg { display: flex; gap: 9px; margin-bottom: 12px; }
.chat-msg-avatar { width: 26px; height: 26px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 600; flex-shrink: 0; margin-top: 1px; }
.chat-msg-avatar.user-a { background: rgba(255,255,255,0.12); color: rgba(255,255,255,0.7); }
.chat-msg-avatar.ceo-a { background: var(--saffron); color: var(--graphene); }
.chat-bubble { flex: 1; padding: 10px 13px; border-radius: 10px; font-size: 12.5px; line-height: 1.55; }
.chat-bubble.user-b { background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.75); border-radius: 10px 10px 10px 2px; }
.chat-bubble.ceo-b  { background: rgba(42,94,69,0.5); color: rgba(255,255,255,0.82); border-radius: 10px 10px 2px 10px; }

.chat-input-row { display: flex; gap: 8px; margin-top: 14px; }
.chat-input-row input {
  flex: 1; background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.12);
  border-radius: 8px; padding: 10px 13px; font-size: 13px; color: #fff;
  font-family: var(--font-body); outline: none; cursor: pointer;
}
.chat-input-row input::placeholder { color: rgba(255,255,255,0.3); }
.chat-input-row button {
  background: var(--g-main); color: #fff; border: none;
  border-radius: 8px; padding: 10px 18px; font-size: 13px;
  font-family: var(--font-body); cursor: pointer; font-weight: 500; transition: background 0.18s;
}
.chat-input-row button:hover { background: var(--g-mid); }

/* ============================================================ MEMBERSHIP */
.membership-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 14px; margin-top: 52px; }
.tier-card {
  border: 1px solid var(--gray-200); border-radius: var(--radius);
  padding: 24px 18px; transition: all 0.22s; background: #fff;
}
.tier-card:hover { box-shadow: var(--shadow-md); }
.tier-card.featured { border: 2px solid var(--g-mid); }
.tier-card.founding { border: 2px solid var(--saffron); background: var(--saffron-bg); }
.tier-eyebrow { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; margin-bottom: 7px; }
.tier-name { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--text); }
.tier-hi { font-family: var(--font-hindi); font-size: 12px; color: var(--gray-400); margin-bottom: 14px; }
.tier-price { font-family: var(--font-display); font-size: 28px; font-weight: 600; color: var(--g-dark); }
.tier-freq { font-size: 12px; color: var(--gray-400); margin-bottom: 4px; }
.tier-for { font-size: 11px; background: var(--g-pale); color: var(--g-main); padding: 3px 10px; border-radius: 20px; display: inline-block; margin-bottom: 16px; font-weight: 500; }
.tier-bens { list-style: none; display: flex; flex-direction: column; gap: 7px; }
.tier-bens li { font-size: 12px; color: var(--gray-600); display: flex; gap: 7px; align-items: flex-start; line-height: 1.45; }
.tier-bens li::before { content: '✓'; color: var(--g-mid); font-weight: 700; flex-shrink: 0; margin-top: 0px; }
.tier-discount-badge {
  display: inline-block; background: rgba(232,160,32,0.15); color: var(--saffron-dark, #a07010);
  border: 1px solid rgba(232,160,32,0.3); font-size: 10px; font-weight: 600;
  padding: 2px 8px; border-radius: 4px; margin-bottom: 10px;
}
.popular-badge {
  display: inline-flex; align-items: center; gap: 4px;
  background: var(--g-pale); color: var(--g-dark);
  font-size: 10px; font-weight: 600; padding: 2px 9px; border-radius: 4px; margin-bottom: 8px;
}

/* ============================================================ FOUNDING BANNER */
.founding-banner { background: var(--g-dark); padding: 72px 28px; text-align: center; }
.founding-h2 { font-family: var(--font-display); font-size: clamp(28px, 3.5vw, 44px); font-weight: 700; color: #fff; margin-bottom: 10px; }
.founding-hi { font-family: var(--font-hindi); font-size: 16px; color: rgba(255,255,255,0.38); margin-bottom: 16px; }
.founding-desc { font-size: 16px; color: rgba(255,255,255,0.62); max-width: 520px; margin: 0 auto 30px; line-height: 1.65; }
.seat-dots { display: flex; gap: 6px; flex-wrap: wrap; justify-content: center; margin-bottom: 30px; max-width: 340px; margin-left: auto; margin-right: auto; }
.seat-dot { width: 13px; height: 13px; border-radius: 50%; border: 1.5px solid rgba(255,255,255,0.25); }
.seat-dot.taken { background: var(--saffron); border-color: var(--saffron); }

/* ============================================================ PRESS */
.press-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 20px; margin-top: 48px; }
.press-card { border: 1px solid var(--gray-200); border-radius: var(--radius); padding: 24px; transition: box-shadow 0.2s; background: #fff; }
.press-card:hover { box-shadow: var(--shadow-md); }
.press-source { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--saffron); margin-bottom: 9px; }
.press-headline { font-family: var(--font-display); font-size: 17px; font-weight: 600; color: var(--text); line-height: 1.35; margin-bottom: 10px; }
.press-body { font-size: 13px; color: var(--gray-600); line-height: 1.6; border-left: 2px solid var(--g-pale); padding-left: 12px; font-style: italic; }
.press-date { font-size: 11px; color: var(--gray-400); margin-top: 13px; }

/* ============================================================ LOCATION */
.location-strip { background: var(--gray-100); border-top: 1px solid var(--gray-200); border-bottom: 1px solid var(--gray-200); }
.loc-inner { display: flex; align-items: center; gap: 36px; flex-wrap: wrap; padding: 26px 0; }
.loc-item { display: flex; align-items: center; gap: 11px; }
.loc-icon { font-size: 20px; }
.loc-title { font-size: 13px; font-weight: 500; color: var(--text); }
.loc-sub { font-size: 12px; color: var(--gray-400); margin-top: 1px; }

/* ============================================================ FOOTER */
.footer { background: var(--graphene); color: rgba(255,255,255,0.55); padding: 64px 28px 32px; }
.footer-grid { display: grid; grid-template-columns: 2.2fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 48px; }
.footer-brand-name { font-family: var(--font-display); font-size: 17px; color: #fff; margin-bottom: 3px; }
.footer-brand-hi { font-family: var(--font-hindi); font-size: 12px; color: rgba(255,255,255,0.3); margin-bottom: 14px; }
.footer-desc { font-size: 13px; line-height: 1.7; max-width: 260px; }
.footer-url { font-size: 12px; color: var(--saffron); margin-top: 14px; letter-spacing: 0.3px; }
.footer-col-h { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.07em; color: rgba(255,255,255,0.85); margin-bottom: 16px; }
.footer-links { list-style: none; display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.5); transition: color 0.18s; }
.footer-links a:hover { color: var(--saffron); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding-top: 24px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; }
.footer-ai { font-size: 12px; color: var(--saffron-lt, #f5c55a); opacity: 0.7; }

/* ============================================================ PAGE HERO (inner pages) */
.page-hero { background: var(--graphene); padding: 140px 28px 72px; position: relative; overflow: hidden; }
.page-hero-pattern { position: absolute; inset: 0; background: radial-gradient(ellipse 60% 80% at 80% 50%, rgba(232,160,32,0.05) 0%, transparent 60%); }
.page-hero-content { max-width: 1120px; margin: 0 auto; position: relative; z-index: 1; }
.page-eyebrow { display: inline-flex; align-items: center; gap: 7px; background: rgba(232,160,32,0.1); border: 1px solid rgba(232,160,32,0.2); color: var(--saffron-lt); font-size: 11px; padding: 4px 12px; border-radius: 30px; margin-bottom: 18px; letter-spacing: 0.5px; }
.page-h1 { font-family: var(--font-display); font-size: clamp(34px, 4.5vw, 58px); font-weight: 700; color: #fff; line-height: 1.12; margin-bottom: 12px; }
.page-hi { font-family: var(--font-hindi); font-size: 17px; color: rgba(255,255,255,0.35); margin-bottom: 16px; }
.page-sub { font-size: 18px; color: rgba(255,255,255,0.6); max-width: 560px; line-height: 1.65; }

/* ============================================================ ABOUT PAGE */
.founder-card { display: grid; grid-template-columns: 80px 1fr; gap: 24px; align-items: flex-start; padding: 28px; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); background: #fff; }
.founder-avatar { width: 72px; height: 72px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 22px; font-weight: 700; flex-shrink: 0; }
.founder-name { font-family: var(--font-display); font-size: 22px; font-weight: 700; color: var(--text); margin-bottom: 3px; }
.founder-role { font-size: 13px; color: var(--g-main); font-weight: 500; margin-bottom: 12px; }
.founder-bio { font-size: 14px; color: var(--gray-600); line-height: 1.7; }
.founder-quote { font-style: italic; color: var(--g-dark); border-left: 3px solid var(--saffron); padding-left: 14px; margin-top: 14px; font-size: 14px; line-height: 1.6; }

/* ============================================================ CONTACT */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: flex-start; }
.contact-form { display: flex; flex-direction: column; gap: 16px; }
.form-group { display: flex; flex-direction: column; gap: 5px; }
.form-label { font-size: 13px; font-weight: 500; color: var(--text); }
.form-input, .form-select, .form-textarea {
  padding: 11px 14px; border: 1px solid var(--gray-200); border-radius: var(--radius-sm);
  font-size: 14px; font-family: var(--font-body); color: var(--text);
  background: #fff; transition: border-color 0.18s; outline: none;
}
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: var(--g-mid); }
.form-textarea { resize: vertical; min-height: 120px; }
.contact-info { display: flex; flex-direction: column; gap: 20px; }
.contact-info-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-info-icon { width: 40px; height: 40px; border-radius: 10px; background: var(--g-pale); display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }

/* ============================================================ AI CEO PAGE */
.aiceo-chat-wrap { max-width: 760px; margin: 0 auto; }
.aiceo-chat-box { background: #fff; border: 1px solid var(--gray-200); border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-md); }
.aiceo-chat-header { background: var(--g-dark); padding: 16px 22px; display: flex; align-items: center; gap: 11px; }
.aiceo-messages { padding: 22px; min-height: 380px; max-height: 480px; overflow-y: auto; display: flex; flex-direction: column; gap: 14px; }
.msg { display: flex; gap: 10px; }
.msg-avatar { width: 30px; height: 30px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; flex-shrink: 0; }
.msg-bubble { padding: 11px 15px; border-radius: 12px; font-size: 14px; line-height: 1.6; max-width: 85%; }
.msg.user .msg-avatar { background: var(--gray-200); color: var(--text); order: 2; }
.msg.user .msg-bubble { background: var(--g-pale); color: var(--g-dark); border-radius: 12px 12px 2px 12px; order: 1; margin-left: auto; }
.msg.ai .msg-avatar { background: var(--saffron); color: var(--graphene); }
.msg.ai .msg-bubble { background: var(--gray-100); color: var(--text); border-radius: 12px 12px 12px 2px; }
.aiceo-input-row { padding: 16px 22px; border-top: 1px solid var(--gray-200); display: flex; gap: 10px; }
.aiceo-input-row input { flex: 1; padding: 12px 16px; border: 1px solid var(--gray-200); border-radius: 30px; font-size: 14px; font-family: var(--font-body); outline: none; }
.aiceo-input-row input:focus { border-color: var(--g-mid); }
.aiceo-input-row button { background: var(--g-main); color: #fff; border: none; border-radius: 30px; padding: 12px 24px; font-size: 14px; font-weight: 500; cursor: pointer; font-family: var(--font-body); transition: background 0.18s; }
.aiceo-input-row button:hover { background: var(--g-mid); }
.typing-dot { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: var(--gray-400); margin: 0 2px; animation: typing 1.2s ease-in-out infinite; }
.typing-dot:nth-child(2) { animation-delay: 0.2s; }
.typing-dot:nth-child(3) { animation-delay: 0.4s; }
@keyframes typing { 0%,60%,100% { transform: translateY(0); opacity: 0.4; } 30% { transform: translateY(-5px); opacity: 1; } }

/* ============================================================ RESPONSIVE */
@media (max-width: 860px) {
  .nav-links { display: none; }
  .nav-burger { display: block; }
  .nav-links.open {
    display: flex; flex-direction: column;
    position: fixed; top: 68px; left: 0; right: 0;
    background: var(--g-dark); padding: 16px 24px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    gap: 4px;
  }
  .nav-links.open a { padding: 10px 12px; }
  .hero-stats { grid-template-columns: repeat(2, auto); gap: 20px; }
  .ai-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .founder-card { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 520px) {
  .hero-stats { grid-template-columns: 1fr 1fr; }
  .hero-btns { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .loc-inner { gap: 20px; }
  .hero-stat { border-right: none; padding: 0; margin: 0; }
}
