/* ═══════════════════════════════════════════════════════
   Shailza Bhatia — Main Stylesheet  (rebuilt)
   Design tokens match the promotional image:
     navy  #1a2744  |  gold  #c8a84b / #d4af37
     purple #5b3fa0  |  cream #f7f4ee  |  charcoal #2d2d2d
═══════════════════════════════════════════════════════ */

/* ── RESET ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --navy:        #1a2744;
  --navy2:       #243461;
  --gold:        #c8a84b;
  --gold2:       #d4af37;
  --gold-pale:   #f5edd4;
  --purple:      #5b3fa0;
  --purple-pale: #ede8f7;
  --cream:       #f7f4ee;
  --white:       #ffffff;
  --charcoal:    #2d2d2d;
  --text-mid:    #4b5563;
  --text-light:  #9ca3af;
  --border:      #e2ddd4;
  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 24px;
  --shadow-sm: 0 2px 12px rgba(0,0,0,.07);
  --shadow-md: 0 8px 32px rgba(0,0,0,.12);
  --shadow-lg: 0 24px 64px rgba(0,0,0,.18);
  --ease: .35s cubic-bezier(.4,0,.2,1);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--charcoal);
  background: var(--white);
  overflow-x: hidden;
  line-height: 1.7;
}

h1,h2,h3,h4 { font-family: 'Playfair Display', serif; line-height: 1.2; }
a  { text-decoration: none; color: inherit; }
ul { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }
img { display: block; max-width: 100%; }

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--gold); border-radius: 99px; }
::selection { background: var(--gold-pale); color: var(--navy); }

/* ═══════════════ NAVBAR ═══════════════ */
#navbar {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  padding: 0 2rem;
  transition: background var(--ease), box-shadow var(--ease);
}
#navbar.scrolled {
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow-sm);
}
.nav-container {
  max-width: 1200px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 68px;
}
.nav-logo { font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:700; display:flex; gap:2px; }
.logo-s { color: var(--gold2); }
.logo-b { color: var(--navy); }
#navbar:not(.scrolled) .logo-b { color: var(--navy); }
#navbar:not(.scrolled) .logo-s { color: var(--gold); }

.nav-links { display:flex; align-items:center; gap:2rem; font-size:.9rem; font-weight:500; }
.nav-links a { color: var(--charcoal); transition: color var(--ease); position:relative; }
.nav-links a::after { content:''; position:absolute; bottom:-3px; left:0; width:0; height:2px; background:var(--gold2); transition:width var(--ease); }
.nav-links a:hover::after { width:100%; }
.nav-links a:hover { color: var(--gold); }
#navbar:not(.scrolled) .nav-links a { color: var(--navy); }
#navbar:not(.scrolled) .nav-links a:hover { color: var(--gold); }

.nav-cta {
  background: var(--gold) !important; color: var(--white) !important;
  padding: .5rem 1.4rem; border-radius: 99px; font-weight:600;
  transition: background var(--ease), transform var(--ease) !important;
}
.nav-cta::after { display:none !important; }
.nav-cta:hover { background: var(--gold2) !important; transform: translateY(-2px); }

.hamburger { display:none; flex-direction:column; gap:5px; width:26px; }
.hamburger span { display:block; height:2px; border-radius:2px; background:var(--charcoal); transition:var(--ease); }
#navbar:not(.scrolled) .hamburger span { background: var(--navy); }
.hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity:0; }
.hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ═══════════════ HERO — Text left | Photo right ═══════════════ */
#hero {
  min-height: 100vh;
  background: #fdf8ee;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding-top: 68px;
}

/* Social sidebar — left edge */
.hero-social {
  position: absolute;
  left: 1.5rem; top: 50%;
  transform: translateY(-50%);
  display: flex; flex-direction: column; gap: 1.1rem;
  z-index: 10;
}
.hero-social a {
  width: 34px; height: 34px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: var(--charcoal); font-size: 1rem;
  background: rgba(200,168,75,.12);
  border: 1px solid rgba(200,168,75,.25);
  transition: background var(--ease), color var(--ease), transform var(--ease);
}
.hero-social a:hover { background: var(--gold); color: var(--white); transform: scale(1.12); }

/* Main grid */
.hero-inner {
  max-width: 1160px; width: 100%;
  margin: 0 auto;
  padding: 0 2rem 0 5rem;
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  align-items: center;
  gap: 0;
  min-height: calc(100vh - 68px);
}

/* LEFT: Text */
.hero-text-col {
  padding: 3rem 3rem 3rem 0;
  position: relative; z-index: 2;
}
.hero-eyebrow {
  display: inline-block; font-size: .82rem; font-weight: 600;
  letter-spacing: .18em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1rem;
}
.hero-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(2.6rem, 5vw, 4rem);
  font-weight: 800; color: var(--navy);
  line-height: 1.1; margin-bottom: 1.25rem;
}
.hero-name-highlight { color: var(--navy); }
.hero-desc {
  font-size: 1rem; color: var(--text-mid);
  line-height: 1.75; max-width: 520px; margin-bottom: 1.75rem;
}

/* Credential tags */
.hero-tags { display: flex; flex-wrap: wrap; gap: .55rem; margin-bottom: 2rem; }
.htag {
  display: inline-flex; align-items: center; gap: .4rem;
  font-size: .78rem; font-weight: 600; padding: .4rem .9rem;
  border-radius: 99px; background: rgba(26,39,68,.07);
  color: var(--navy); border: 1px solid rgba(26,39,68,.12);
}
.htag i { font-size: .72rem; color: var(--navy); }
.htag.gold-tag { background: var(--gold-pale); color: #7a6117; border-color: rgba(200,168,75,.3); }
.htag.gold-tag i { color: var(--gold); }

/* CTA buttons */
.hero-cta-row { display: flex; gap: 1rem; align-items: center; margin-bottom: 2rem; flex-wrap: wrap; }
.btn-primary-hero {
  display: inline-flex; align-items: center; gap: .5rem;
  background: var(--gold); color: var(--white);
  padding: .85rem 2.2rem; border-radius: 8px;
  font-weight: 700; font-size: .95rem; letter-spacing: .02em;
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
  box-shadow: 0 6px 20px rgba(200,168,75,.35);
}
.btn-primary-hero:hover { background: var(--gold2); transform: translateY(-3px); box-shadow: 0 10px 28px rgba(212,175,55,.45); }
.btn-ghost-hero {
  display: inline-flex; align-items: center;
  color: var(--navy); font-weight: 600; font-size: .95rem;
  padding: .85rem 1.5rem; border-radius: 8px;
  border: 2px solid rgba(26,39,68,.2);
  transition: border-color var(--ease), background var(--ease), transform var(--ease);
}
.btn-ghost-hero:hover { border-color: var(--navy); background: rgba(26,39,68,.05); transform: translateY(-3px); }

/* Inline contact */
.hero-contact-inline { display: flex; align-items: center; gap: .85rem; font-size: .88rem; color: var(--text-mid); flex-wrap: wrap; }
.hero-contact-inline a { display: flex; align-items: center; gap: .4rem; color: var(--text-mid); transition: color var(--ease); }
.hero-contact-inline a:hover { color: var(--gold); }
.hero-contact-inline i { color: var(--gold); font-size: .85rem; }
.hci-sep { color: var(--border); }

/* RIGHT: Photo column */
.hero-photo-col {
  position: relative;
  height: 100%;
  min-height: calc(100vh - 68px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  overflow: hidden;
}

/* Portrait image — used once real photo is provided */
.hero-portrait-img {
  position: absolute; bottom: 0; right: 0;
  height: 95%; width: auto;
  object-fit: cover; object-position: top center;
  display: block;
  filter: drop-shadow(-8px 0 32px rgba(0,0,0,.10));
}

/* Placeholder */
.hero-photo-placeholder {
  position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
  width: 88%; height: 86%;
  background: linear-gradient(160deg, #e8edf5, #d8e2f0);
  border-radius: var(--r-lg) var(--r-lg) 0 0;
  display: flex; align-items: center; justify-content: center;
  border: 2px dashed rgba(200,168,75,.4);
}
.hpp-inner { text-align: center; padding: 2rem; }
.hpp-inner i { font-size: 3.5rem; color: rgba(200,168,75,.5); margin-bottom: 1rem; display: block; }
.hpp-inner p { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 700; color: var(--navy); margin-bottom: .5rem; }
.hpp-inner span { font-size: .8rem; color: var(--text-mid); background: rgba(200,168,75,.1); border: 1px dashed var(--gold); padding: .3rem 1rem; border-radius: 99px; display: inline-block; }

/* Floating pills */
.hero-exp-pill {
  position: absolute; bottom: 2.5rem; left: 0;
  background: var(--navy); color: var(--white);
  border-radius: var(--r-md); padding: 1rem 1.4rem;
  display: flex; align-items: center; gap: .85rem;
  box-shadow: var(--shadow-md); z-index: 10;
  animation: floatPill 4s ease-in-out infinite;
}
.exp-num { font-family:'Playfair Display',serif; font-size:2rem; font-weight:800; color:var(--gold2); line-height:1; }
.exp-label { font-size:.78rem; font-weight:600; line-height:1.4; color:rgba(255,255,255,.85); }
@keyframes floatPill { 0%,100%{transform:translateY(0)} 50%{transform:translateY(-7px)} }

.hero-kln-pill {
  position: absolute; top: 2.5rem; left: 0;
  background: var(--white); border-radius: var(--r-md);
  padding: .85rem 1.1rem; display: flex; align-items: center; gap: .75rem;
  box-shadow: var(--shadow-md); border: 1px solid var(--border); z-index: 10;
  animation: floatPill 4s ease-in-out infinite; animation-delay: 2s;
}
.kln-rings { display: flex; align-items: center; }
.kr { width:30px; height:30px; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:.75rem; }
.kr-l { background:linear-gradient(135deg,#7c3fa0,#5b3fa0); color:#fff; margin-right:-6px; z-index:1; }
.kr-r { background:linear-gradient(135deg,#d4af37,#c8a84b); color:#fff; }
.kln-pill-name { font-size:.72rem; font-weight:800; letter-spacing:.08em; color:var(--navy); text-transform:uppercase; white-space:nowrap; }
.kln-pill-tag  { font-size:.65rem; color:var(--gold); font-style:italic; }

/* ═══════════════ SHARED SECTION STYLES ═══════════════ */
.scroll-line {
  width:1px; height:36px;
  background: linear-gradient(to bottom, rgba(44,44,44,.3), transparent);
  animation: spulse 2s ease-in-out infinite;
}
@keyframes spulse { 0%,100%{opacity:.4} 50%{opacity:1} }

/* ═══════════════ SHARED SECTION STYLES ═══════════════ */
section { padding: 5.5rem 0; }
.bg-cream { background: var(--cream); }
.bg-navy  { background: var(--navy); }

.section-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
}

.section-header { text-align:center; margin-bottom: 3.5rem; }
.eyebrow {
  display: inline-block;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: .5rem;
}
.light-eyebrow { color: var(--gold2); }
.section-header h2 { font-size: clamp(1.7rem,3vw,2.6rem); color: var(--navy); }
.white-h2 { color: var(--white); }
.gold  { color: var(--gold); }
.gold-light { color: var(--gold2); }
.section-sub { color: var(--text-mid); font-size: 1rem; max-width:580px; margin:.8rem auto 0; }
.light-sub { color: rgba(255,255,255,.65); }

.divider-line {
  width:52px; height:3px;
  background: linear-gradient(to right, var(--gold), var(--purple));
  border-radius:99px;
  margin:.8rem auto 0;
}
.gold-div { background: linear-gradient(to right, var(--gold2), #a78bfa); }

/* Anim base */
[data-anim] { opacity:0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-anim].visible { opacity:1; transform: translateY(0); }

/* ═══════════════ ABOUT ═══════════════ */
#about { background: var(--white); }

.about-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 3.5rem;
  align-items: start;
}

.about-lead {
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 1rem;
}
.about-text-col p {
  font-size: .97rem;
  color: var(--text-mid);
  margin-bottom: 1rem;
}

.about-pillars { display: flex; flex-direction: column; gap: .85rem; margin-top: 1.5rem; }
.ap-item {
  display: flex;
  align-items: flex-start;
  gap: .9rem;
  background: var(--cream);
  border-left: 3px solid var(--gold);
  padding: .85rem 1rem;
  border-radius: 0 var(--r-sm) var(--r-sm) 0;
}
.ap-icon {
  width:38px; height:38px; flex-shrink:0;
  border-radius: 50%;
  background: var(--gold-pale);
  display:flex; align-items:center; justify-content:center;
}
.ap-icon i { color: var(--gold); font-size:.95rem; }
.ap-item strong { display:block; font-size:.9rem; color:var(--navy); margin-bottom:.1rem; }
.ap-item span  { font-size:.82rem; color:var(--text-mid); }

/* Stats col */
.about-stats-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.stat-card {
  background: var(--cream);
  border-radius: var(--r-md);
  padding: 1.75rem 1.25rem;
  text-align: center;
  border: 1px solid var(--border);
  transition: transform var(--ease), box-shadow var(--ease);
}
.stat-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-sm); }
.stat-card.gold-card {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  border-color: transparent;
}
.stat-card.gold-card .stat-number { color: var(--gold2); }
.stat-card.gold-card .stat-label  { color: rgba(255,255,255,.65); }
.stat-number {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--navy);
  line-height: 1;
}
.stat-label { font-size: .78rem; color: var(--text-mid); font-weight:500; margin-top:.3rem; display:block; }

/* Quote card — spans full width in 2-col grid */
.about-quote {
  grid-column: 1 / -1;
  background: var(--navy);
  border-radius: var(--r-md);
  padding: 1.5rem 1.75rem;
  color: var(--white);
  position: relative;
}
.qicon { font-size:2rem; color: rgba(212,175,55,.3); margin-bottom:.5rem; display:block; }
.about-quote p {
  font-family: 'Playfair Display', serif;
  font-size: 1rem;
  line-height: 1.6;
  color: var(--white);
  margin-bottom: .4rem;
}
.about-quote cite { font-size:.82rem; color: var(--gold2); font-style:normal; }

/* ═══════════════ CREDENTIALS ═══════════════ */
#credentials { background: var(--cream); }

.creds-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-bottom: 2rem;
}
.cred-card {
  background: var(--white);
  border-radius: var(--r-md);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: transform var(--ease), box-shadow var(--ease);
}
.cred-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.cred-top {
  padding: 1.5rem;
  display: flex; align-items:center; gap:1rem;
}
.cred-top.navy   { background: var(--navy); }
.cred-top.gold-top   { background: linear-gradient(135deg, #7a6117, var(--gold)); }
.cred-top.purple-top { background: linear-gradient(135deg, #3d2870, var(--purple)); }
.cred-icon-wrap {
  width:48px; height:48px; flex-shrink:0;
  border-radius:50%;
  background: rgba(255,255,255,.15);
  display:flex; align-items:center; justify-content:center;
}
.cred-icon-wrap i { font-size:1.2rem; color:var(--white); }
.cred-top h3 { font-size:.95rem; color:var(--white); }

.cred-list { padding: 1.25rem 1.5rem; display:flex; flex-direction:column; gap:.85rem; }
.cred-list li {
  display: flex;
  flex-direction: column;
  gap:.2rem;
  font-size: .88rem;
  color: var(--text-mid);
  padding-bottom:.85rem;
  border-bottom: 1px dashed var(--border);
}
.cred-list li:last-child { border-bottom:none; padding-bottom:0; }

.badge {
  display:inline-block; font-size:.68rem; font-weight:700; letter-spacing:.05em;
  padding:.15rem .6rem; border-radius:99px; align-self:flex-start; margin-bottom:.1rem;
}
.navy-badge   { background:#e8ecf4; color:var(--navy); }
.gold-badge   { background:var(--gold-pale); color:#7a6117; }
.purple-badge { background:var(--purple-pale); color:var(--purple); }
.sub { font-size:.78rem; color:var(--text-light); font-style:italic; }

.exp-strip {
  background: linear-gradient(135deg, var(--navy), var(--navy2));
  border-radius:var(--r-md);
  padding:1.75rem 2rem;
  display:flex; align-items:center; gap:1.25rem;
  color:var(--white);
}
.exp-strip i { font-size:2.2rem; color:var(--gold2); flex-shrink:0; }
.exp-strip strong { display:block; font-family:'Playfair Display',serif; font-size:1.1rem; margin-bottom:.2rem; }
.exp-strip span   { font-size:.88rem; color:rgba(255,255,255,.65); }

/* ═══════════════ SERVICES ═══════════════ */
#services { background: var(--white); }

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
.svc-card {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--r-md);
  padding: 2rem 1.5rem;
  transition: transform var(--ease), box-shadow var(--ease);
  position: relative;
}
.svc-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); background: var(--white); }
.svc-card.featured-svc {
  background: linear-gradient(145deg, var(--navy), var(--navy2));
  border-color: transparent;
  color: var(--white);
}
.svc-card.featured-svc h3 { color: var(--white); }
.svc-card.featured-svc p  { color: rgba(255,255,255,.72); }
.featured-pill {
  position:absolute; top:1rem; right:1rem;
  background: var(--gold); color:var(--white);
  font-size:.68rem; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:.2rem .7rem; border-radius:99px;
}
.svc-icon {
  width:52px; height:52px;
  border-radius:var(--r-sm);
  background: var(--gold-pale);
  display:flex; align-items:center; justify-content:center;
  margin-bottom:1.1rem;
}
.svc-icon i { font-size:1.3rem; color:var(--gold); }
.featured-svc .svc-icon { background: rgba(212,175,55,.15); }
.featured-svc .svc-icon i { color: var(--gold2); }
.svc-card h3 { font-size:.97rem; color:var(--navy); margin-bottom:.6rem; }
.svc-card p  { font-size:.88rem; color:var(--text-mid); line-height:1.65; }

/* ═══════════════ CONTACT ═══════════════ */
#contact { background: var(--navy); }
#contact .section-header h2 { color: var(--white); }

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

/* Info panel */
.contact-info-panel {
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.1);
  border-radius: var(--r-lg);
  padding: 2.5rem;
  color: var(--white);
}
.contact-info-panel h3 { font-size:1.4rem; margin-bottom:.8rem; }
.contact-info-panel > p { font-size:.92rem; color:rgba(255,255,255,.65); line-height:1.7; margin-bottom:1.75rem; }

.contact-items { display:flex; flex-direction:column; gap:.85rem; margin-bottom:1.75rem; }
.citem {
  display:flex; align-items:center; gap:.9rem;
  padding:.9rem 1rem;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  border-radius:var(--r-sm);
  color:var(--white);
  transition: background var(--ease);
}
.citem:hover { background:rgba(255,255,255,.12); }
.citem-icon {
  width:42px; height:42px; flex-shrink:0;
  border-radius:50%;
  background:rgba(212,175,55,.15);
  display:flex; align-items:center; justify-content:center;
}
.citem-icon i { color:var(--gold2); font-size:.95rem; }
.citem strong { display:block; font-size:.78rem; color:rgba(255,255,255,.5); margin-bottom:.1rem; }
.citem span   { font-size:.93rem; color:var(--white); }

.wa-btn {
  display:inline-flex; align-items:center; gap:.55rem;
  background:#25d366; color:var(--white);
  padding:.75rem 1.5rem; border-radius:99px;
  font-size:.9rem; font-weight:600;
  transition: background var(--ease), transform var(--ease);
  box-shadow: 0 4px 18px rgba(37,211,102,.3);
}
.wa-btn:hover { background:#20ba58; transform:translateY(-2px); }

/* Form panel */
.contact-form-panel {
  background: var(--white);
  border-radius: var(--r-lg);
  padding: 2.5rem;
}

#contactForm { display:flex; flex-direction:column; gap:1.1rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1.1rem; }

.form-group { display:flex; flex-direction:column; gap:.35rem; }
.form-group label { font-size:.82rem; font-weight:600; color:var(--navy); }
.form-group input,
.form-group select,
.form-group textarea {
  padding:.8rem 1rem;
  border:1.5px solid var(--border);
  border-radius:var(--r-sm);
  font-family:'Inter',sans-serif;
  font-size:.93rem;
  color:var(--charcoal);
  background:var(--white);
  transition:border-color var(--ease), box-shadow var(--ease);
  outline:none; resize:none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px rgba(200,168,75,.14);
}
.form-group input.err,
.form-group select.err { border-color:#ef4444; }

.form-group select {
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%236b7280' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 1rem center;
}

.submit-btn {
  display:flex; align-items:center; justify-content:center; gap:.6rem;
  background: var(--navy); color:var(--white);
  padding:.9rem; border-radius:99px;
  font-size:.95rem; font-weight:600;
  transition: background var(--ease), transform var(--ease), box-shadow var(--ease);
  box-shadow: 0 4px 18px rgba(26,39,68,.25);
}
.submit-btn:hover { background:var(--navy2); transform:translateY(-2px); box-shadow:0 8px 28px rgba(26,39,68,.35); }
.submit-btn:disabled { opacity:.65; pointer-events:none; }

.form-success {
  display:none; align-items:center; gap:.65rem;
  background:#f0fdf4; border:1px solid #86efac;
  border-radius:var(--r-sm); padding:.9rem 1.1rem;
  color:#166534; font-size:.9rem;
}
.form-success.show { display:flex; }
.form-success i { color:#22c55e; font-size:1.1rem; }

/* ═══════════════ FOOTER ═══════════════ */
#footer { background: #111c33; padding: 2.5rem 0 0; }
.footer-inner {
  max-width:1100px; margin:0 auto; padding:0 2rem 2rem;
  display:grid; grid-template-columns:1fr 1fr 1fr; gap:2rem; align-items:center;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.footer-brand { display:flex; align-items:center; gap:.9rem; }
.f-logo {
  font-family:'Playfair Display',serif; font-size:1.5rem; font-weight:700;
  width:48px; height:48px; border-radius:50%;
  background:rgba(212,175,55,.12);
  display:flex; align-items:center; justify-content:center; flex-shrink:0;
}
.f-name { font-size:.95rem; color:var(--white); font-weight:600; }
.f-role { font-size:.78rem; color:rgba(255,255,255,.5); }

.footer-nav { display:flex; flex-direction:column; gap:.5rem; align-items:center; }
.footer-nav a { font-size:.88rem; color:rgba(255,255,255,.55); transition:color var(--ease); }
.footer-nav a:hover { color:var(--gold2); }

.footer-contact { display:flex; flex-direction:column; gap:.65rem; align-items:flex-end; }
.footer-contact a { font-size:.88rem; color:rgba(255,255,255,.55); display:flex; align-items:center; gap:.45rem; transition:color var(--ease); }
.footer-contact a:hover { color:var(--gold2); }
.footer-contact i { color:var(--gold); }

.footer-bottom {
  max-width:1100px; margin:0 auto;
  padding: 1rem 2rem;
  text-align:center;
}
.footer-bottom p { font-size:.78rem; color:rgba(255,255,255,.3); }

/* ═══════════════ BACK TO TOP ═══════════════ */
.back-to-top {
  position:fixed; bottom:5.5rem; right:1.75rem;
  width:46px; height:46px; border-radius:50%;
  background:var(--navy); color:var(--white);
  display:flex; align-items:center; justify-content:center;
  box-shadow:var(--shadow-md); z-index:900;
  opacity:0; transform:translateY(16px);
  transition:opacity var(--ease),transform var(--ease),background var(--ease);
  pointer-events:none;
}
.back-to-top.visible { opacity:1; transform:translateY(0); pointer-events:auto; }
.back-to-top:hover { background:var(--gold); }

/* WhatsApp float */
.wa-float {
  position:fixed; bottom:1.75rem; right:1.75rem;
  width:52px; height:52px; border-radius:50%;
  background:#25d366; color:var(--white);
  display:flex; align-items:center; justify-content:center;
  font-size:1.5rem;
  box-shadow:0 4px 20px rgba(37,211,102,.4);
  z-index:901;
  transition:background var(--ease), transform var(--ease);
}
.wa-float:hover { background:#20ba58; transform:scale(1.08); }

/* ═══════════════ RESPONSIVE ═══════════════ */
@media (max-width: 1024px) {
  .hero-inner {
    grid-template-columns: 1fr;
    padding: 3rem 2rem;
    min-height: auto;
    gap: 2.5rem;
  }
  .hero-text-col { padding: 0; order: 1; }
  .hero-photo-col { order: 2; min-height: 420px; width: 100%; }
  .hero-social { position: static; flex-direction: row; justify-content: flex-start; margin-bottom: 1.5rem; }
  .about-grid { grid-template-columns:1fr; }
  .about-stats-col { grid-template-columns:repeat(3,1fr); }
  .about-quote { grid-column:1/-1; }
  .creds-grid { grid-template-columns:1fr 1fr; }
  .services-grid { grid-template-columns:1fr 1fr; }
  .contact-grid { grid-template-columns:1fr; }
  .footer-inner { grid-template-columns:1fr 1fr; }
  .footer-contact { align-items:flex-start; }
}

@media (max-width: 768px) {
  section { padding:4rem 0; }
  .hamburger { display:flex; }
  .nav-links {
    position:fixed; top:68px; left:0; right:0;
    background:rgba(26,39,68,.97); backdrop-filter:blur(12px);
    flex-direction:column; gap:0; padding:1rem 0 2rem;
    transform:translateY(-110%); transition:transform var(--ease); z-index:999;
  }
  .nav-links.open { transform:translateY(0); }
  .nav-links li { width:100%; }
  .nav-links a { display:block; padding:.85rem 2rem; color:var(--white) !important; border-bottom:1px solid rgba(255,255,255,.06); }
  .nav-links a::after { display:none; }
  .nav-cta { margin:.5rem 2rem 0 !important; text-align:center; border-radius:var(--r-sm) !important; }

  .hero-inner { padding: 2rem 1.25rem; }
  .hero-social { display: none; }
  .hero-photo-col { min-height: 340px; }
  .hero-exp-pill { left: 0; bottom: 1.5rem; }
  .hero-kln-pill { left: 0; top: 1.5rem; }
  .creds-grid { grid-template-columns:1fr; }
  .services-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; }
  .footer-inner { grid-template-columns:1fr; }
  .footer-contact { align-items:flex-start; }
}

@media (max-width:480px) {
  .section-wrap { padding:0 1.25rem; }
  .hero-name { font-size: 2.4rem; }
  .hero-cta-row { flex-direction: column; }
  .btn-primary-hero, .btn-ghost-hero { width: 100%; text-align: center; justify-content: center; }
  .about-stats-col { grid-template-columns:1fr 1fr; }
}
