:root {
  --deep: #062e31;
  --deep-2: #0b3b3a;
  --teal: #1fbfad;
  --mint: #7de2d1;
  --mist: #dff7f2;
  --cream: #f2e8d5;
  --gold: #d4ae68;
  --ink: #123436;
  --white: #fffdf9;
  --shadow: 0 20px 55px rgba(6, 46, 49, .13);
  --radius: 22px;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: var(--sans);
  line-height: 1.65;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
section[id] { scroll-margin-top: 90px; }

.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px; left: 10px;
  z-index: 999;
  transform: translateY(-160%);
  background: var(--cream);
  color: var(--deep);
  padding: .7rem 1rem;
  border-radius: 8px;
}
.skip-link:focus { transform: translateY(0); }

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}
.section { padding: 110px 0; }
.section-dark {
  color: var(--white);
  background:
    radial-gradient(circle at 88% 14%, rgba(31,191,173,.16), transparent 24%),
    linear-gradient(135deg, #041f22 0%, var(--deep-2) 55%, #063d3d 100%);
}
.light-section { background: linear-gradient(180deg, #fffdf9 0%, #f6fbf9 100%); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  color: var(--white);
  background: rgba(4, 31, 34, .9);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(125,226,209,.16);
}
.nav-wrap {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.brand-mark {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid var(--mint);
  border-radius: 50%;
  color: var(--cream);
  font-family: var(--serif);
  font-weight: 700;
  font-size: 1.05rem;
}
.brand-name {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.primary-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}
.primary-nav a {
  font-size: .92rem;
  font-weight: 600;
  text-decoration: none;
}
.primary-nav a:not(.nav-cta):hover { color: var(--mint); }
.nav-cta {
  padding: .7rem 1rem;
  border: 1px solid var(--mint);
  border-radius: 999px;
  color: var(--cream);
}
.nav-cta:hover { background: rgba(125,226,209,.12); }
.menu-toggle { display: none; }

.hero { padding: 105px 0 95px; overflow: hidden; }
.hero-grid {
  display: grid;
  grid-template-columns: 1.14fr .86fr;
  align-items: center;
  gap: 70px;
}
.eyebrow {
  margin: 0 0 18px;
  color: var(--mint);
  font-weight: 700;
  font-size: .78rem;
  letter-spacing: .17em;
  text-transform: uppercase;
}
.eyebrow.dark { color: #168f82; }
.hero h1, .section-heading h2, .about-copy h2, .cta-box h2 {
  font-family: var(--serif);
  line-height: .98;
  margin: 0;
}
.hero h1 {
  max-width: 800px;
  font-size: clamp(3.2rem, 6vw, 5.9rem);
  font-weight: 600;
  letter-spacing: -.035em;
}
.hero h1 span { color: var(--mint); }
.hero-text {
  max-width: 690px;
  margin: 28px 0 0;
  color: #dbefeb;
  font-size: 1.08rem;
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: .8rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary {
  color: var(--deep);
  background: var(--cream);
  box-shadow: 0 12px 32px rgba(0,0,0,.14);
}
.button-primary:hover { background: #fff8ea; }
.button-secondary {
  color: var(--white);
  border: 1px solid rgba(125,226,209,.55);
  background: rgba(125,226,209,.08);
}
.hero-services {
  display: flex;
  flex-wrap: wrap;
  gap: 11px 20px;
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  color: #d7eae7;
  font-size: .9rem;
}
.hero-services li::before {
  content: "•";
  margin-right: 10px;
  color: var(--gold);
}

.hero-visual { min-height: 500px; display: grid; place-items: center; }
.digital-scene {
  position: relative;
  width: min(100%, 500px);
  aspect-ratio: 1 / .94;
  border: 1px solid rgba(125,226,209,.22);
  border-radius: 46px;
  background:
    linear-gradient(rgba(125,226,209,.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(125,226,209,.05) 1px, transparent 1px),
    radial-gradient(circle at 55% 45%, rgba(31,191,173,.2), transparent 36%);
  background-size: 28px 28px, 28px 28px, auto;
  box-shadow: inset 0 0 80px rgba(31,191,173,.08);
}
.browser-card {
  position: absolute;
  top: 15%; right: 11%;
  width: 56%; height: 45%;
  border: 2px solid var(--cream);
  border-radius: 14px;
  background: rgba(242,232,213,.98);
  box-shadow: 0 20px 45px rgba(0,0,0,.25);
  animation: float 6s ease-in-out infinite;
}
.browser-top {
  height: 15%;
  display: flex; align-items: center; gap: 7px;
  padding: 0 12px;
  background: var(--deep-2);
  border-radius: 11px 11px 0 0;
}
.browser-top i {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--gold);
}
.browser-body {
  height: 85%;
  padding: 17px;
  display: grid;
  grid-template-columns: .75fr 1fr;
  gap: 15px;
}
.browser-image { border-radius: 7px; background: linear-gradient(135deg, var(--teal), #0d6e68); }
.browser-lines { display: grid; align-content: center; gap: 10px; }
.browser-lines b { height: 8px; border-radius: 99px; background: rgba(11,59,58,.14); }
.browser-lines b:nth-child(2) { width: 82%; }
.browser-lines b:nth-child(3) { width: 65%; }
.phone-card {
  position: absolute;
  right: 2%; bottom: 10%;
  width: 24%; height: 42%;
  border: 2px solid var(--gold);
  border-radius: 25px;
  background: linear-gradient(180deg, #0c6762, #052c30);
  box-shadow: 0 20px 45px rgba(0,0,0,.3);
  animation: float 6s ease-in-out 1s infinite;
}
.message-bubble {
  position: absolute;
  top: 26%; left: 22%;
  width: 56%; height: 22%;
  border-radius: 10px;
  background: var(--mint);
}
.message-bubble::before,
.message-bubble::after {
  content: "";
  position: absolute;
  left: 22%; right: 22%;
  height: 3px;
  border-radius: 4px;
  background: var(--deep);
}
.message-bubble::before { top: 35%; }
.message-bubble::after { top: 58%; }
.like-dot {
  position: absolute;
  left: 38%; bottom: 21%;
  width: 38px; height: 38px;
  display: grid; place-items: center;
  border-radius: 50%;
  color: var(--cream);
  background: rgba(31,191,173,.36);
}
.search-lens {
  position: absolute;
  right: 32%; bottom: 13%;
  z-index: 4;
  width: 125px; height: 125px;
  border: 12px solid var(--gold);
  border-radius: 50%;
  box-shadow: inset 0 0 0 3px var(--cream), 0 16px 40px rgba(0,0,0,.22);
  animation: lens 7s ease-in-out infinite;
}
.search-lens::after {
  content: "";
  position: absolute;
  width: 80px; height: 16px;
  right: -60px; bottom: -30px;
  transform: rotate(45deg);
  border-radius: 999px;
  background: linear-gradient(90deg, var(--gold), var(--cream));
}
.growth-bars {
  position: absolute;
  left: 10%; bottom: 11%;
  height: 43%;
  display: flex;
  align-items: end;
  gap: 12px;
}
.growth-bars span {
  width: 30px;
  border-radius: 5px 5px 0 0;
  background: linear-gradient(180deg, var(--teal), #0f6b66);
  box-shadow: 0 9px 20px rgba(0,0,0,.18);
}
.growth-bars span:nth-child(1) { height: 28%; }
.growth-bars span:nth-child(2) { height: 45%; }
.growth-bars span:nth-child(3) { height: 67%; }
.growth-bars span:nth-child(4) { height: 88%; }
.growth-arrow {
  position: absolute;
  left: 5%; top: 14%;
  width: 52%;
  overflow: visible;
}
.growth-arrow path {
  fill: none;
  stroke: var(--mint);
  stroke-width: 4;
  stroke-linecap: round;
}
.arrow-head { stroke: var(--gold) !important; }

.credibility-strip {
  padding: 24px 0;
  text-align: center;
  color: var(--deep);
  background: var(--cream);
  border-bottom: 1px solid rgba(11,59,58,.08);
}
.credibility-strip p { margin: 0; font-family: var(--serif); font-size: clamp(1.3rem, 3vw, 2rem); }
.credibility-strip strong { color: #147f75; }

.section-heading { max-width: 760px; margin: 0 auto 54px; text-align: center; }
.section-heading.left { margin: 0; text-align: left; }
.section-heading h2, .about-copy h2, .cta-box h2 {
  color: var(--deep);
  font-size: clamp(2.5rem, 5vw, 4.4rem);
  font-weight: 600;
}
.section-dark .section-heading h2, .section-dark .cta-box h2 { color: var(--white); }
.section-heading > p:last-child { margin: 22px auto 0; max-width: 680px; color: #526d6d; }
.section-heading.left > p:last-child { margin-inline: 0; color: #d2e7e3; }

.service-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.service-card {
  padding: 36px;
  border: 1px solid rgba(11,59,58,.11);
  border-radius: var(--radius);
  background: rgba(255,255,255,.82);
  box-shadow: var(--shadow);
  transition: transform .25s ease, border-color .25s ease;
}
.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(31,191,173,.55);
}
.service-card h3 { margin: 22px 0 12px; color: var(--deep); font-size: 1.35rem; }
.service-card p { margin: 0; color: #526d6d; }
.service-card ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.service-card li {
  position: relative;
  padding-left: 23px;
  margin: 7px 0;
  font-size: .92rem;
}
.service-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #159387;
  font-weight: 800;
}
.motion-icon {
  width: 66px; height: 66px;
  display: grid; place-items: center;
  border-radius: 18px;
  color: var(--deep);
  background: linear-gradient(145deg, var(--mist), #f9fffd);
  border: 1px solid rgba(31,191,173,.28);
}
.motion-icon svg { width: 42px; height: 42px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.service-card:hover .motion-icon { animation: icon-pop .65s ease; }

.approach-grid {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 90px;
  align-items: start;
}
.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.process-list li {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 22px;
  padding: 24px 0;
  border-bottom: 1px solid rgba(125,226,209,.16);
}
.process-list li:first-child { padding-top: 0; }
.process-list > li > span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 2.2rem;
}
.process-list h3 { margin: 3px 0 4px; font-size: 1.28rem; }
.process-list p { margin: 0; color: #cce2df; }

.about-section { background: var(--cream); }
.about-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 80px;
  align-items: center;
}
.strategy-board {
  min-height: 470px;
  padding: 50px;
  border-radius: 34px;
  background: linear-gradient(145deg, var(--deep), #0a5552);
  box-shadow: var(--shadow);
}
.board-label {
  color: var(--cream);
  font-family: var(--serif);
  font-size: 2.1rem;
  letter-spacing: .08em;
}
.board-row {
  display: grid;
  grid-template-columns: 22px 1fr .55fr;
  gap: 14px;
  margin-top: 28px;
  align-items: center;
}
.board-row i { width: 22px; height: 22px; border-radius: 7px; background: var(--mint); }
.board-row b { height: 9px; border-radius: 8px; background: rgba(242,232,213,.38); }
.board-chart {
  height: 170px;
  margin-top: 42px;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 18px;
  border-bottom: 1px solid rgba(242,232,213,.35);
}
.board-chart span {
  width: 44px;
  border-radius: 7px 7px 0 0;
  background: linear-gradient(180deg, var(--teal), var(--mint));
}
.board-chart span:nth-child(1) { height: 32%; }
.board-chart span:nth-child(2) { height: 52%; }
.board-chart span:nth-child(3) { height: 73%; }
.board-chart span:nth-child(4) { height: 94%; }
.about-copy p { color: #526d6d; }
.text-link {
  display: inline-flex;
  gap: 10px;
  margin-top: 12px;
  color: #0f8177;
  font-weight: 800;
  text-decoration: none;
}
.text-link span { transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.faq-section { background: #f7fbfa; }
.faq-list { max-width: 850px; margin: 0 auto; }
.faq-list details {
  margin: 14px 0;
  padding: 0 24px;
  border: 1px solid rgba(11,59,58,.12);
  border-radius: 16px;
  background: white;
}
.faq-list summary {
  cursor: pointer;
  padding: 22px 0;
  color: var(--deep);
  font-weight: 800;
}
.faq-list details p { margin: 0; padding: 0 0 22px; color: #526d6d; }

.cta-section { padding: 0 0 100px; background: #f7fbfa; }
.cta-box {
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  color: white;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--deep), #0a5a55);
  box-shadow: var(--shadow);
}
.cta-box h2 { max-width: 760px; font-size: clamp(2.2rem, 4vw, 3.5rem); }

.site-footer {
  padding: 72px 0 25px;
  color: #d8e9e6;
  background: #031d20;
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr .65fr 1fr;
  gap: 55px;
}
.footer-brand { margin-bottom: 20px; }
.site-footer p { max-width: 520px; color: #afc9c5; }
.footer-email { color: var(--mint); }
.footer-links {
  display: grid;
  align-content: start;
  gap: 12px;
}
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--mint); }
.social-wrap > p { margin: 0 0 14px; color: var(--cream); font-weight: 800; }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; }
.social-links a {
  width: 42px; height: 42px;
  display: grid; place-items: center;
  border: 1px solid rgba(125,226,209,.3);
  border-radius: 50%;
  color: var(--cream);
  background: rgba(125,226,209,.05);
  transition: transform .2s ease, background .2s ease;
}
.social-links a:hover { transform: translateY(-3px); background: rgba(125,226,209,.14); }
.social-links svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.footer-bottom {
  margin-top: 55px;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(125,226,209,.13);
  font-size: .85rem;
}
.footer-bottom p { margin: 0; }
.footer-bottom a { color: var(--mint); text-decoration: none; }

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .7s ease, transform .7s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
@keyframes lens {
  0%,100% { transform: translate(0,0) rotate(-2deg); }
  50% { transform: translate(-10px,-8px) rotate(2deg); }
}
@keyframes icon-pop {
  0% { transform: scale(1) rotate(0); }
  45% { transform: scale(1.08) rotate(-4deg); }
  100% { transform: scale(1) rotate(0); }
}

@media (max-width: 920px) {
  .menu-toggle {
    width: 44px; height: 44px;
    display: grid;
    place-content: center;
    gap: 5px;
    border: 1px solid rgba(125,226,209,.35);
    border-radius: 12px;
    color: white;
    background: transparent;
  }
  .menu-toggle span:not(.sr-only) { width: 22px; height: 2px; background: var(--cream); }
  .primary-nav {
    position: absolute;
    top: 76px; left: 20px; right: 20px;
    display: none;
    padding: 20px;
    align-items: stretch;
    flex-direction: column;
    gap: 16px;
    border: 1px solid rgba(125,226,209,.2);
    border-radius: 16px;
    background: #05272a;
    box-shadow: var(--shadow);
  }
  .primary-nav.open { display: flex; }
  .hero-grid, .approach-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-visual { min-height: 430px; }
  .approach-grid { gap: 52px; }
  .about-grid { gap: 52px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .social-wrap { grid-column: 1 / -1; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1160px); }
  .section { padding: 78px 0; }
  .brand-name { font-size: 1.04rem; letter-spacing: .04em; }
  .hero { padding: 75px 0 60px; }
  .hero h1 { font-size: clamp(2.8rem, 14vw, 4.4rem); }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .hero-visual { min-height: 360px; }
  .digital-scene { max-width: 430px; }
  .search-lens { width: 90px; height: 90px; border-width: 9px; }
  .search-lens::after { width: 60px; right: -47px; bottom: -25px; }
  .growth-bars span { width: 22px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 28px; }
  .strategy-board { min-height: 390px; padding: 35px 26px; }
  .cta-box { padding: 36px 26px; align-items: stretch; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .social-wrap { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  .reveal { opacity: 1; transform: none; }
}
