@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&family=Inter:wght@400;500;600&family=JetBrains+Mono:wght@500&display=swap');

:root {
  --ink: #0A1A3A;
  --ink-soft: #0F172A;
  --paper: #FFFFFF;
  --paper-dim: #F8FAFC;
  --card-border: #D6E4FF;
  --gold: #0077FF;
  --teal: #023E8A;
  --coral: #60A5FA;
  --violet: #1E4FA8;
  --text-muted: #64748B;
  --text-dark: #0F172A;
  --white: #FFFFFF;
  --nav-link: #9CA8C7;
  --hero-sub: #A9B4CE;
  --quote-text: #D6DDEE;
  --display: 'Space Grotesk', 'Segoe UI', sans-serif;
  --body: 'Inter', 'Segoe UI', sans-serif;
  --mono: 'JetBrains Mono', monospace;
}

* { box-sizing: border-box; touch-action: manipulation; }
html { scroll-behavior: smooth; }
html, body {
  overflow-x: hidden;
  max-width: 100%;
  touch-action: manipulation;
}
body {
  margin: 0;
  font-family: var(--body);
  background: var(--paper);
  color: var(--text-dark);
  line-height: 1.5;
  width: 100%;
  position: relative;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
.container { max-width: 1024px; margin: 0 auto; padding: 0 20px; }
.container-sm { max-width: 720px; margin: 0 auto; padding: 0 20px; }

/* ---------- NAV ---------- */
.nav {
  position: sticky; top: 0; z-index: 30;
  background: rgba(10, 26, 58, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--ink-soft);
}
.nav-inner {
  max-width: 1024px; margin: 0 auto; padding: 14px 20px;
  display: flex; align-items: center; justify-content: space-between;
}
.brand {
  display: flex; align-items: center; gap: 8px;
  font-family: var(--display); font-weight: 700; font-size: 20px; color: var(--white);
}
.brand .accent { color: var(--gold); }
.nav-links { display: flex; align-items: center; gap: 24px; }
.nav-links a { font-size: 14px; font-weight: 500; color: var(--nav-link); position: relative; padding-bottom: 3px; }
.nav-links a:hover { color: var(--white); }
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: 0; width: 0%; height: 2px;
  background: var(--gold); transition: width .25s ease;
}
.nav-links a:hover::after { width: 100%; }
.nav-toggle {
  display: none; background: none; border: none; color: var(--white); cursor: pointer;
}
.nav-mobile {
  display: none; flex-direction: column; gap: 12px; padding: 0 20px 16px; background: var(--ink);
}
.nav-mobile a { font-size: 14px; font-weight: 500; color: var(--nav-link); }
@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-toggle { display: block; }
  .nav-mobile.open { display: flex; }
}

/* ---------- BUZZ ICON / PULSE ---------- */
.buzz-pulse { position: relative; width: 200px; height: 200px; margin: 0 auto; display: flex; align-items: center; justify-content: center; }
.buzz-ring {
  position: absolute; width: 200px; height: 200px; border-radius: 999px;
  border: 1.5px solid var(--gold); opacity: .35; animation: buzzring 2.8s ease-out infinite;
}
.buzz-ring:nth-child(2) { border-color: var(--teal); animation-delay: .9s; }
.buzz-ring:nth-child(3) { border-color: var(--coral); animation-delay: 1.8s; }
.buzz-avatar {
  position: relative; width: 128px; height: 128px; border-radius: 999px; overflow: hidden;
  box-shadow: 0 0 0 6px var(--ink-soft);
}
.buzz-avatar img { width: 100%; height: 100%; object-fit: cover; }
.buzz-bars { position: absolute; bottom: -4px; display: flex; align-items: flex-end; gap: 4px; }
.buzz-bars span {
  width: 5px; border-radius: 2px; animation: buzzbar 1.1s ease-in-out infinite;
}
@keyframes buzzring { 0% { transform: scale(.75); opacity: .5; } 100% { transform: scale(1.3); opacity: 0; } }
@keyframes buzzbar { 0%, 100% { transform: scaleY(.4); } 50% { transform: scaleY(1); } }
@keyframes iconping { 0% { transform: scale(1); opacity: .55; } 100% { transform: scale(2.8); opacity: 0; } }
@keyframes icondot { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.25); } }
@keyframes iconpop { 0% { transform: scale(.6); opacity: 0; } 70% { transform: scale(1.08); opacity: 1; } 100% { transform: scale(1); opacity: 1; } }

/* ---------- HERO ---------- */
.hero {
  background: linear-gradient(160deg, var(--ink) 0%, var(--ink) 55%, var(--ink-soft) 100%);
  padding: 48px 0 64px; text-align: center;
  position: relative; overflow: hidden;
}
.hero > .container-sm, .hero > .container { position: relative; z-index: 1; }
.starfield-layer {
  position: absolute; top: 0; left: 0; width: 2px; height: 2px;
  box-shadow: 654px 57px #fff, 25px 379px #fff, 281px 125px #fff, 228px 71px #fff, 754px 52px #fff, 692px 379px #fff, 913px 279px #fff, 89px 302px #fff, 432px 16px #fff, 30px 47px #fff, 223px 119px #fff, 517px 308px #fff, 27px 287px #fff, 203px 366px #fff, 665px 359px #fff, 558px 214px #fff, 225px 229px #fff, 603px 142px #fff, 828px 445px #fff, 6px 388px #fff, 825px 81px #fff, 714px 216px #fff, 348px 142px #fff, 159px 110px #fff, 980px 390px #fff, 344px 52px #fff, 94px 194px #fff, 99px 183px #fff, 867px 176px #fff, 618px 135px #fff, 826px 22px #fff, 747px 235px #fff, 549px 63px #fff, 996px 472px #fff, 387px 40px #fff, 565px 150px #fff, 849px 321px #fff, 633px 453px #fff, 882px 185px #fff, 591px 98px #fff, 721px 35px #fff, 46px 338px #fff, 233px 395px #fff, 296px 40px #fff, 875px 119px #fff, 887px 51px #fff, 389px 142px #fff, 464px 325px #fff, 854px 186px #fff, 166px 189px #fff, 363px 107px #fff, 686px 136px #fff, 718px 479px #fff, 699px 331px #fff, 73px 311px #fff, 650px 87px #fff, 546px 373px #fff, 250px 83px #fff, 473px 194px #fff, 276px 473px #fff, 655px 352px #fff, 570px 112px #fff, 701px 166px #fff, 863px 393px #fff, 794px 28px #fff, 234px 420px #fff, 32px 412px #fff, 323px 205px #fff, 274px 33px #fff, 216px 467px #fff;
  animation: twinkle 4s ease-in-out infinite;
  opacity: 0.8;
}
.starfield-layer-2 {
  box-shadow: 331px 485px #fff, 154px 202px #fff, 666px 24px #fff, 74px 420px #fff, 548px 48px #fff, 374px 298px #fff, 59px 465px #fff, 519px 109px #fff, 38px 44px #fff, 444px 214px #fff, 71px 123px #fff, 92px 282px #fff, 434px 30px #fff, 846px 289px #fff, 126px 485px #fff, 228px 322px #fff, 642px 298px #fff, 970px 31px #fff, 590px 299px #fff, 406px 25px #fff, 999px 113px #fff, 47px 285px #fff, 879px 68px #fff, 296px 214px #fff, 147px 276px #fff, 120px 292px #fff, 315px 286px #fff, 835px 349px #fff, 185px 52px #fff, 595px 292px #fff, 654px 96px #fff, 381px 49px #fff, 560px 364px #fff, 64px 288px #fff, 61px 316px #fff, 210px 254px #fff, 696px 272px #fff, 437px 397px #fff, 321px 238px #fff, 599px 472px #fff;
  width: 1px; height: 1px;
  animation: twinkle2 6s ease-in-out infinite;
  opacity: 0.5;
}
@keyframes twinkle { 0%, 100% { opacity: 0.5; } 50% { opacity: 1; } }
@keyframes twinkle2 { 0%, 100% { opacity: 0.9; } 50% { opacity: 0.3; } }
.breadcrumb { font-family: var(--mono); font-size: 13px; color: var(--text-muted); margin-bottom: 24px; }
.hero h1 {
  font-family: var(--display); color: var(--white); font-size: 34px; line-height: 1.1; margin: 0 0 16px;
}
.hero h1 .accent { color: var(--gold); }
.hero .lede { color: var(--hero-sub); font-size: 17px; max-width: 560px; margin: 0 auto 40px; }
.badge {
  display: inline-flex; align-items: center; gap: 8px; border-radius: 999px; padding: 8px 16px;
  font-size: 14px; font-weight: 600; background: rgba(255,61,129,.13); color: var(--gold); margin-top: 20px;
}
.hero-name { font-family: var(--display); color: var(--white); font-size: 26px; font-weight: 700; margin: 18px 0 2px; }
.hero-role { color: var(--teal); font-weight: 600; margin: 0 0 18px; }
.tag-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 36px; }
.tag-pill { font-family: var(--mono); font-size: 12px; font-weight: 600; border-radius: 999px; padding: 6px 12px; }
.stat-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; max-width: 420px; margin: 0 auto; }
.stat-card { background: var(--ink-soft); border-radius: 12px; padding: 16px; text-align: center; }
.stat-card .lbl { font-family: var(--mono); font-size: 11px; text-transform: uppercase; letter-spacing: .05em; color: var(--text-muted); margin: 8px 0 4px; }
.stat-card .val { color: var(--white); font-size: 14px; font-weight: 600; }

/* ---------- SECTIONS ---------- */
section { width: 100%; }
.section-pad { padding: 64px 0; }
.section-head { text-align: center; margin-bottom: 48px; }
.eyebrow { font-family: var(--mono); font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; margin-bottom: 8px; color: var(--gold); }
.eyebrow-bar { width: 36px; height: 3px; border-radius: 999px; background: linear-gradient(90deg, var(--gold), transparent); margin: 0 auto 12px; }
.scroll-top-btn {
  position: fixed; bottom: 24px; left: 24px; z-index: 50;
  width: 44px; height: 44px; min-width: 44px; max-width: 44px; box-sizing: border-box;
  border-radius: 999px; background: linear-gradient(135deg, var(--gold), var(--teal)); color: #fff;
  display: none; align-items: center; justify-content: center; font-size: 18px; font-weight: 700;
  box-shadow: 0 6px 16px rgba(0,119,255,.35); transition: transform .25s ease, box-shadow .25s ease;
}
.scroll-top-btn.visible { display: flex; }
.scroll-top-btn:hover { transform: translateY(-3px); box-shadow: 0 10px 20px rgba(0,119,255,.35); }
.section-title { font-family: var(--display); font-size: 32px; font-weight: 700; margin: 0; }
.bg-paper { background: var(--paper); }
.bg-dim { background: var(--paper-dim); }
.muted { color: var(--text-muted); }

.about-copy p { color: var(--text-muted); line-height: 1.75; margin-bottom: 20px; }
.philosophy-quote {
  background: var(--paper-dim); border: 1px solid var(--card-border); border-left: 4px solid var(--gold);
  border-radius: 16px; padding: 24px; margin-top: 32px;
}
.philosophy-quote p.quote-line {
  color: var(--text-dark); font-family: var(--display); font-weight: 500; font-style: italic;
  font-size: 17px; line-height: 1.7; margin: 0 0 12px;
}
.philosophy-quote p.quote-attr { color: var(--gold); font-family: var(--mono); font-size: 14px; font-weight: 600; margin: 0; }

.venture-card {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  background: var(--paper); border: 1px solid var(--card-border); border-left: 4px solid var(--gold); border-radius: 16px; padding: 24px 28px;
}
.venture-icon { width: 48px; height: 48px; border-radius: 12px; background: rgba(34,211,238,.13); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.venture-left { display: flex; align-items: flex-start; gap: 16px; }
.venture-tag { font-family: var(--mono); font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: var(--teal); font-weight: 600; margin: 0 0 4px; }
.venture-title { font-family: var(--display); font-weight: 700; font-size: 18px; margin: 0 0 4px; }

.grid-2 { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
@media (max-width: 768px) { .grid-2, .grid-3 { grid-template-columns: 1fr; } }

.card { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 32px; }
.card-icon { width: 52px; height: 52px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.card h3 { font-family: var(--display); font-size: 20px; margin: 0 0 12px; }
.card p { color: var(--text-muted); line-height: 1.7; margin: 0; }

.skill-row { margin-bottom: 28px; }
.skill-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 8px; }
.skill-name { font-weight: 600; }
.skill-pct { font-family: var(--mono); font-weight: 600; }
.skill-track { width: 100%; height: 8px; border-radius: 999px; background: var(--paper-dim); border: 1px solid var(--card-border); overflow: hidden; }
.skill-fill { height: 8px; border-radius: 999px; width: 0%; background: linear-gradient(90deg, var(--teal), var(--gold)); transition: width 1s cubic-bezier(.16,1,.3,1); }

.ach-card { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 28px; text-align: center; border-bottom: 4px solid transparent; }
.ach-icon { width: 64px; height: 64px; border-radius: 16px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.ach-card h3 { font-family: var(--display); font-size: 18px; margin: 0 0 8px; }
.ach-card p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin: 0; }

.quote-section { background: linear-gradient(160deg, var(--ink), var(--ink-soft)); padding: 80px 0; text-align: center; }
.quote-mark { color: var(--gold); font-size: 42px; font-family: var(--display); }
.quote-text { color: var(--quote-text); font-family: var(--display); font-weight: 500; font-size: 22px; line-height: 1.6; max-width: 640px; margin: 0 auto 32px; }
.quote-attr { color: var(--gold); font-family: var(--mono); font-weight: 600; letter-spacing: .02em; }

.connect-row { display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; }
.connect-card { display: flex; flex-direction: column; align-items: center; gap: 10px; background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 24px 32px; min-width: 150px; border-top: 3px solid var(--gold); }
.connect-card .handle { font-family: var(--mono); font-size: 12px; color: var(--text-muted); }

.map-embed { border-radius: 16px; overflow: hidden; border: 1px solid var(--card-border); margin-bottom: 40px; }
.map-embed iframe { display: block; width: 100%; height: 280px; border: 0; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
@media (max-width: 768px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-item { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 24px; }
.contact-item .icon-box { border-radius: 12px; padding: 10px; flex-shrink: 0; }
.contact-item .lbl { font-size: 12px; text-transform: uppercase; letter-spacing: .05em; font-weight: 600; color: var(--text-muted); margin: 0 0 4px; }
.contact-item .val { font-weight: 600; margin: 0; }

.form-card { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 28px; }
.form-group { margin-bottom: 18px; }
.form-group label { font-size: 14px; font-weight: 600; display: block; margin-bottom: 8px; }
.form-group input, .form-group textarea {
  width: 100%; border-radius: 10px; padding: 12px 14px; font-size: 14px; border: 1px solid var(--card-border);
  background: var(--paper-dim); color: var(--text-dark); font-family: var(--body); resize: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--text-muted); opacity: 0.7; }
.btn-submit {
  width: 100%; border-radius: 12px; padding: 14px; font-weight: 700; border: none; cursor: pointer;
  background: linear-gradient(135deg, var(--gold), var(--teal)); color: #fff; font-size: 15px;
  box-shadow: 0 8px 20px rgba(0,119,255,.3); position: relative; overflow: hidden;
  transition: transform .25s ease, box-shadow .25s ease;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(0,119,255,.42); }
.btn-submit.sent { background: linear-gradient(135deg, #10B981, var(--teal)); }

/* ---------- FOOTER ---------- */
.footer { background: var(--ink); color: var(--text-muted); padding: 64px 0 0; }
.footer-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 40px; }
@media (max-width: 900px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .footer-grid { grid-template-columns: 1fr; } }
.footer h3 { font-family: var(--display); color: var(--white); font-size: 15px; margin: 0 0 16px; }
.footer ul { list-style: none; padding: 0; margin: 0; }
.footer li { margin-bottom: 12px; font-size: 14px; }
.footer li a:hover { opacity: .8; }
.footer .pill-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 16px; }
.footer .pill { font-size: 12px; border-radius: 999px; padding: 6px 12px; background: var(--ink-soft); color: var(--nav-link); }
.footer-bottom {
  margin-top: 56px; padding: 24px 0; border-top: 1px solid var(--ink-soft);
  display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 14px;
}

/* ---------- SCROLL REVEAL ---------- */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .7s cubic-bezier(.16,1,.3,1), transform .7s cubic-bezier(.16,1,.3,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal.d1 { transition-delay: .08s; }
.reveal.d2 { transition-delay: .16s; }
.reveal.d3 { transition-delay: .24s; }

/* ---------- SVG GROW-IN ANIMATION ---------- */
/* Any icon badge inside a .reveal element scales in with a bouncy "grow" effect once revealed. */
.card-icon, .ach-icon, .stat-icon-badge, .team-avatar, .venture-icon,
.process-step-badge, .project-icon, .journey-icon, .seo-check-badge {
  transform: scale(0);
  opacity: 0;
  transition: transform .55s cubic-bezier(.34,1.56,.64,1), opacity .4s ease;
}
.reveal.is-visible .card-icon,
.reveal.is-visible .ach-icon,
.reveal.is-visible .stat-icon-badge,
.reveal.is-visible .team-avatar,
.reveal.is-visible .venture-icon,
.reveal.is-visible .process-step-badge,
.reveal.is-visible .project-icon,
.reveal.is-visible .journey-icon {
  transform: scale(1);
  opacity: 1;
  transition-delay: .15s;
}
/* Rows that reveal individually (seo checker results) get an instant grow instead of a scroll trigger */
.seo-check-row .seo-check-badge { animation: iconGrow .5s cubic-bezier(.34,1.56,.64,1) both; }
@keyframes iconGrow {
  0% { transform: scale(0); opacity: 0; }
  100% { transform: scale(1); opacity: 1; }
}
/* Hover grow — every icon badge gets a lively pop on hover */
.card-icon, .ach-icon, .stat-icon-badge, .venture-icon, .process-step-badge, .project-icon, .journey-icon {
  cursor: default;
}
.card:hover .card-icon,
.ach-card:hover .ach-icon,
.stat-band-card:hover .stat-icon-badge,
.process-card:hover .process-step-badge,
.project-card:hover .project-icon,
.journey-step:hover .journey-icon {
  transform: scale(1.15) rotate(-4deg);
  transition: transform .3s cubic-bezier(.34,1.56,.64,1);
}

/* ---------- SIMPLE PAGE (policy pages) ---------- */
.policy-page { padding: 56px 0 80px; }
.policy-page h1 { font-family: var(--display); font-size: 32px; margin-bottom: 8px; }
.policy-page .updated { color: var(--text-muted); font-size: 14px; margin-bottom: 40px; }
.policy-page h2 { font-family: var(--display); font-size: 20px; margin: 36px 0 12px; }
.policy-page p, .policy-page li { color: var(--text-muted); line-height: 1.75; }
.policy-page ul { padding-left: 20px; }

/* ---------- STATS ---------- */
.stat-band { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; padding: 64px 0; }
@media (max-width: 640px) { .stat-band { grid-template-columns: repeat(2, 1fr); } }
.stat-band-card {
  background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 24px; text-align: center;
  transition: transform .3s ease, box-shadow .3s ease;
}
.stat-band-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,119,255,.14); }
.stat-band-card:hover .stat-icon-badge { animation: statPulse .6s ease; }
.stat-icon-badge { width: 56px; height: 56px; border-radius: 999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
@keyframes statPulse { 0% { transform: scale(1); } 50% { transform: scale(1.15); } 100% { transform: scale(1); } }
.stat-band .num { font-family: var(--display); font-size: 34px; font-weight: 700; }
.stat-band .lbl2 { color: var(--text-muted); font-size: 13px; font-weight: 500; margin-top: 8px; }

/* ---------- PROCESS ---------- */
.process-card {
  background: var(--paper-dim); border: 1px solid var(--card-border); border-radius: 16px; padding: 24px;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.process-card:hover { transform: translateY(-6px); box-shadow: 0 16px 32px rgba(0,119,255,.12); border-color: var(--gold); }
.process-step-badge {
  width: 44px; height: 44px; border-radius: 999px; display: flex; align-items: center; justify-content: center;
  font-family: var(--mono); font-weight: 700; color: #fff; font-size: 15px; margin-bottom: 16px;
}
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
@media (max-width: 768px) { .process-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .process-grid { grid-template-columns: 1fr; } }
.process-card h3 { font-family: var(--display); font-size: 18px; margin: 0 0 8px; }
.process-card p { color: var(--text-muted); font-size: 14px; margin: 0; line-height: 1.7; }
.soft-blob { position: absolute; border-radius: 999px; filter: blur(60px); pointer-events: none; z-index: 0; }
.section-relative { position: relative; overflow: hidden; }
.section-relative > .container, .section-relative > .container-sm { position: relative; z-index: 1; }

/* ---------- PRICING ---------- */
.pricing-card { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 32px; display: flex; flex-direction: column; }
.pricing-card.featured { border: 2px solid var(--teal); transform: scale(1.03); }
.pricing-badge { font-family: var(--mono); font-size: 11px; font-weight: 600; border-radius: 999px; padding: 4px 12px; display: inline-block; margin-bottom: 16px; align-self: flex-start; }
.pricing-card h3 { font-family: var(--display); font-size: 20px; margin: 0 0 8px; }
.pricing-card .desc { color: var(--text-muted); font-size: 14px; margin-bottom: 20px; }
.pricing-card ul { list-style: none; padding: 0; margin: 0 0 24px; flex: 1; }
.pricing-card li { display: flex; gap: 8px; font-size: 14px; margin-bottom: 12px; }
.pricing-cta {
  text-align: center; border-radius: 12px; padding: 13px; font-weight: 700; font-size: 14px;
  background: var(--paper-dim); color: var(--text-dark); border: 1px solid var(--card-border);
  transition: transform .25s ease, box-shadow .25s ease;
}
.pricing-card.featured .pricing-cta {
  background: linear-gradient(135deg, var(--gold), var(--teal)); color: #fff; border: none;
  box-shadow: 0 8px 20px rgba(0,119,255,.35);
}

/* ---------- TESTIMONIALS ---------- */
.testimonial-card { background: var(--paper-dim); border: 1px solid var(--card-border); border-radius: 16px; padding: 28px; }
.testimonial-card .stars { color: var(--gold); margin-bottom: 12px; }
.testimonial-card .quote { color: var(--text-dark); line-height: 1.7; margin-bottom: 20px; }
.testimonial-card .name { font-family: var(--display); font-weight: 700; font-size: 14px; }
.testimonial-card .tag { color: var(--text-muted); font-family: var(--mono); font-size: 12px; }
.testimonial-note { text-align: center; color: var(--text-muted); font-size: 12px; margin-top: 32px; }

/* ---------- FAQ ---------- */
.faq-item { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; overflow: hidden; margin-bottom: 16px; }
.faq-question {
  width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px;
  text-align: left; padding: 20px 24px; background: none; border: none; cursor: pointer;
  font-family: var(--display); font-weight: 700; font-size: 15px; color: var(--text-dark);
}
.faq-plus { color: var(--gold); font-size: 20px; transition: transform .3s ease; flex-shrink: 0; }
.faq-item.open .faq-plus { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.faq-answer p { padding: 0 24px 20px; color: var(--text-muted); line-height: 1.7; margin: 0; }
.faq-item.open .faq-answer { max-height: 240px; }

/* ---------- TEAM ---------- */
.team-card { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 28px; text-align: center; display: flex; flex-direction: column; }
.team-avatar { width: 88px; height: 88px; border-radius: 999px; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.team-card h3 { font-family: var(--display); font-size: 18px; margin: 0 0 4px; }
.team-role { font-family: var(--mono); font-size: 13px; font-weight: 600; margin-bottom: 12px; }
.team-card p.bio { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin: 0 0 16px; }
.team-tags { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; margin-bottom: 16px; }
.team-tags span { font-family: var(--mono); font-size: 11px; font-weight: 600; border-radius: 999px; padding: 4px 12px; }
.team-quote { font-size: 14px; font-style: italic; color: var(--text-dark); margin-top: auto; padding-top: 16px; border-top: 1px solid var(--card-border); }

/* ---------- GRADIENT TEXT ---------- */
.gradient-text {
  background: linear-gradient(90deg, var(--white), var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* ---------- DOT GRID TEXTURE ---------- */
.dot-grid {
  background-image: radial-gradient(var(--card-border) 1px, transparent 1px);
  background-size: 22px 22px;
}

/* ---------- WAVE DIVIDER ---------- */
.wave-divider { display: block; width: 100%; height: 40px; }

/* ---------- GLOW BUTTON ---------- */
.glow-btn { transition: transform .25s ease, box-shadow .25s ease; }
.glow-btn:hover { transform: translateY(-3px) scale(1.02); box-shadow: 0 14px 28px rgba(0,119,255,.45); }
.glow-btn:active { transform: translateY(-1px) scale(0.99); }

/* ---------- SCROLL PROGRESS ---------- */
.scroll-progress {
  position: fixed; top: 0; left: 0; height: 3px; width: 0%;
  background: linear-gradient(90deg, var(--gold), var(--coral)); z-index: 60; transition: width .1s linear;
}

/* ---------- HOVER LIFT ---------- */
.card, .ach-card, .pricing-card, .process-card, .testimonial-card {
  transition: transform .25s ease, box-shadow .25s ease;
}
.card:hover, .ach-card:hover, .pricing-card:hover, .process-card:hover, .testimonial-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(15,23,42,.08);
}

/* ---------- JOURNEY ---------- */
.journey-step { display: flex; gap: 20px; margin-bottom: 32px; }
.journey-icon-col { display: flex; flex-direction: column; align-items: center; flex-shrink: 0; }
.journey-icon { width: 48px; height: 48px; border-radius: 999px; display: flex; align-items: center; justify-content: center; }
.journey-line { width: 2px; flex: 1; background: var(--card-border); margin-top: 6px; }
.journey-year { font-family: var(--mono); font-size: 12px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 4px; }
.journey-step h3 { font-family: var(--display); font-size: 18px; margin: 0 0 4px; }
.journey-step p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin: 0; }

/* ---------- PROJECTS ---------- */
.project-card { background: var(--paper-dim); border: 1px solid var(--card-border); border-radius: 16px; padding: 24px; transition: transform .25s ease, box-shadow .25s ease; }
.project-card:hover { transform: translateY(-4px); box-shadow: 0 12px 24px rgba(0,119,255,.1); }
.project-icon { width: 48px; height: 48px; border-radius: 12px; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.project-card h3 { font-family: var(--display); font-size: 16px; margin: 0 0 8px; }
.project-card p { color: var(--text-muted); font-size: 14px; line-height: 1.7; margin: 0; }
.soon-card { background: var(--paper-dim); border: 1px dashed var(--card-border); border-radius: 12px; padding: 14px 16px; display: flex; align-items: center; gap: 12px; }
.soon-card span { font-size: 14px; font-weight: 600; }
.subhead { font-family: var(--mono); color: var(--text-muted); font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 20px; }
/* ---------- SEO CHECKER TOOL ---------- */
.seo-tool-form { display: flex; gap: 10px; margin-bottom: 24px; flex-wrap: wrap; }
.seo-tool-form input {
  flex: 1; min-width: 200px; padding: 12px 16px; border-radius: 10px; font-size: 14px;
  border: 1px solid var(--card-border); background: var(--paper-dim); color: var(--text-dark); font-family: var(--body);
}
.seo-tool-form button {
  padding: 12px 22px; border-radius: 10px; border: none;
  background: linear-gradient(135deg, var(--gold), var(--teal)); color: #fff;
  font-weight: 700; font-size: 14px; cursor: pointer;
  box-shadow: 0 8px 18px rgba(0,119,255,.32);
  transition: transform .25s ease, box-shadow .25s ease;
}
.seo-tool-form button:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(0,119,255,.4); }
.seo-tool-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: start; }
@media (max-width: 800px) { .seo-tool-grid { grid-template-columns: 1fr; } }
.seo-preview-frame {
  width: 100%; height: 480px; border: 1px solid var(--card-border); border-radius: 16px; background: #fff;
}
.seo-results-panel { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 20px; max-height: 480px; overflow-y: auto; }
.seo-check-row { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--card-border); }
.seo-check-row:last-child { border-bottom: none; }
.seo-check-badge {
  width: 26px; height: 26px; border-radius: 999px; display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 13px; flex-shrink: 0;
}
.seo-check-label { font-weight: 600; font-size: 14px; margin: 0 0 2px; }
.seo-check-detail { color: var(--text-muted); font-size: 13px; margin: 0; word-break: break-word; }
.seo-loading { color: var(--text-muted); font-size: 14px; }
.seo-external-note {
  display: none; background: rgba(245,158,11,.1); border: 1px solid rgba(245,158,11,.3); color: #92400e;
  padding: 12px 16px; border-radius: 10px; font-size: 13px; margin-bottom: 16px;
}
.seo-group-header {
  font-family: var(--mono); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .05em;
  color: var(--gold); margin: 20px 0 8px; padding-top: 12px; border-top: 1px solid var(--card-border);
}
.seo-group-header:first-child { margin-top: 0; padding-top: 0; border-top: none; }
.seo-score-row { display: flex; align-items: center; gap: 20px; margin-bottom: 24px; flex-wrap: wrap; }
.seo-score-circle {
  width: 84px; height: 84px; min-width: 84px; max-width: 84px; min-height: 84px; max-height: 84px;
  aspect-ratio: 1 / 1; box-sizing: border-box; border-radius: 999px;
  flex: 0 0 84px; flex-shrink: 0; flex-grow: 0;
  background: conic-gradient(var(--card-border) 0deg, var(--card-border) 360deg);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--display); font-size: 26px; font-weight: 700; color: var(--text-dark);
  position: relative; overflow: hidden;
}
.seo-score-circle::before {
  content: ""; position: absolute; inset: 6px; border-radius: 999px; background: var(--paper);
}
.seo-score-circle span { position: relative; z-index: 1; }
.seo-score-title { font-family: var(--display); font-weight: 700; font-size: 16px; margin: 0; }
.seo-score-sub { color: var(--text-muted); font-size: 13px; margin: 2px 0 8px; }
.seo-speed-btn {
  background: var(--paper-dim); border: 1px solid var(--card-border); border-radius: 999px; padding: 8px 16px;
  font-size: 13px; font-weight: 600; cursor: pointer; color: var(--text-dark);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.seo-speed-btn:hover {
  transform: translateY(-2px); border-color: var(--gold); background: rgba(0,119,255,.06);
  box-shadow: 0 8px 18px rgba(0,119,255,.18);
}
.seo-check-tip {
  background: rgba(0,119,255,.06); border-left: 3px solid var(--gold); border-radius: 6px;
  padding: 6px 10px; font-size: 12.5px; color: var(--text-dark); margin: 6px 0 0;
}
.seo-extra-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-bottom: 24px; }
@media (max-width: 800px) { .seo-extra-grid { grid-template-columns: 1fr; } }
.seo-extra-card { background: var(--paper); border: 1px solid var(--card-border); border-radius: 16px; padding: 18px; }
.seo-suggestions-list { margin: 0; padding-left: 20px; font-size: 13.5px; color: var(--text-dark); line-height: 1.8; }
.seo-history-row {
  display: flex; justify-content: space-between; gap: 10px; font-size: 12.5px; padding: 8px 0;
  border-bottom: 1px solid var(--card-border); color: var(--text-muted);
}
.seo-history-row:last-child { border-bottom: none; }
.seo-history-row strong { color: var(--gold); }
.seo-btn-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 8px; }
.seo-btn-icon { display: inline-flex; align-items: center; margin-right: 6px; vertical-align: -2px; }
.seo-tool-form button, .seo-page-links button, .seo-speed-btn {
  display: inline-flex; align-items: center;
}
.seo-page-links { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 24px; }
.seo-page-links button {
  background: var(--paper-dim); border: 1px solid var(--card-border); border-radius: 999px; padding: 6px 14px;
  font-size: 12px; font-family: var(--mono); cursor: pointer; color: var(--text-dark);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.seo-page-links button:hover {
  transform: translateY(-2px); border-color: var(--gold); background: rgba(0,119,255,.06);
  box-shadow: 0 6px 14px rgba(0,119,255,.16);
}

@media print {
  .no-print, .nav, .footer, .whatsapp-float, .scroll-top-btn, .scroll-progress { display: none !important; }
  .seo-results-panel { max-height: none !important; overflow: visible !important; border: none !important; }
  body { background: #fff !important; }
}
/* ---------- WHATSAPP FLOAT ---------- */
.whatsapp-float {
  position: fixed; bottom: 22px; right: 22px; z-index: 50;
  width: 58px; height: 58px; min-width: 58px; max-width: 58px; box-sizing: border-box;
  border-radius: 999px;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 20px rgba(0,0,0,.25);
  animation: wafloat 2.4s ease-in-out infinite;
}
.whatsapp-float svg { width: 28px; height: 28px; flex-shrink: 0; }
@keyframes wafloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-6px); } }
@media (max-width: 480px) {
  .whatsapp-float { width: 50px; height: 50px; min-width: 50px; max-width: 50px; bottom: 16px; right: 16px; }
  .whatsapp-float svg { width: 24px; height: 24px; }
  .scroll-top-btn { width: 40px; height: 40px; bottom: 16px; left: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; }
}
