/* Mint SEO — Homepage. Rebuilt to match Figma "Homepage v3" (node 42:2) exactly. */

/* ============================ HERO (23:2) ============================ */
.hp-hero {
  position: relative; overflow: hidden;
  background: radial-gradient(120% 120% at 80% 8%, #184a41 0%, #0b201d 55%, #071916 100%), #071916;
  color: #fff;
}
.hp-hero::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(90% 80% at 74% 22%, #000, transparent 78%);
  mask-image: radial-gradient(90% 80% at 74% 22%, #000, transparent 78%);
  pointer-events: none;
}
.hp-hero__in {
  position: relative; z-index: 2; max-width: 1300px; margin: 0 auto;
  padding: clamp(104px, 13vh, 150px) 48px clamp(60px, 8vh, 92px);
  display: grid; grid-template-columns: 0.9fr 1.1fr; align-items: center;
  gap: clamp(32px, 4vw, 56px); min-height: 100vh;
}
.hp-hero__copy { max-width: 540px; }
.hp-pill { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.16); border-radius: 999px; padding: 8px 16px; margin-bottom: 26px; }
.hp-pill i { width: 8px; height: 8px; border-radius: 50%; background: #4fd6c4; box-shadow: 0 0 0 4px rgba(79,214,196,0.2); }
.hp-hero h1 { margin: 0; color: #fff; font-size: clamp(44px, 5.6vw, 74px); line-height: 1.01; letter-spacing: -0.035em; font-weight: 800; }
.hp-hero h1 em { font-style: normal; color: #4fd6c4; }
.hp-hero .sub { margin: 22px 0 0; max-width: 40ch; font-size: 20px; line-height: 1.5; color: rgba(255,255,255,0.72); }
.hp-hero__ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hp-hero .btn { display: inline-flex; align-items: center; gap: 9px; font-size: 16px; font-weight: 700; text-decoration: none; padding: 15px 26px; border-radius: 12px; transition: transform 0.2s, background 0.2s; }
.hp-hero .btn--mint { background: #33b3a6; color: #04211d; }
.hp-hero .btn--mint:hover { transform: translateY(-2px); background: #3fc4b6; }
.hp-hero .btn--dark { background: rgba(255,255,255,0.08); color: #fff; border: 1px solid rgba(255,255,255,0.18); }
.hp-hero .btn--dark:hover { background: rgba(255,255,255,0.14); transform: translateY(-2px); }
.hp-hero__trust { display: flex; align-items: center; gap: 14px; margin-top: 40px; }
.hp-hero__trust .avatars { display: flex; align-items: center; }
.hp-hero__trust .avatars img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; border: 2px solid #0b201d; margin-left: -11px; }
.hp-hero__trust .avatars img:first-child { margin-left: 0; }
.hp-hero__trust .avatars .more { width: 40px; height: 40px; border-radius: 50%; background: #33b3a6; color: #04211d; font-size: 14px; font-weight: 800; display: grid; place-items: center; margin-left: -11px; border: 2px solid #0b201d; }
.hp-hero__trust .stars { color: #4fd6c4; font-size: 15px; letter-spacing: 2px; }
.hp-hero__trust p { margin: 3px 0 0; font-size: 16px; color: rgba(255,255,255,0.68); }
.hp-dash { position: relative; background: linear-gradient(180deg, #103029, #0c2622); border: 1px solid rgba(255,255,255,0.1); border-radius: 22px; padding: 24px; box-shadow: 0 60px 120px -50px rgba(0,0,0,0.75); }
.hp-dash__head { display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 4px; }
.hp-dash__head b { display: block; font-size: 17px; font-weight: 700; color: #fff; }
.hp-dash__head .sub2 { font-size: 13px; letter-spacing: 0.1em; color: rgba(255,255,255,0.42); }
.hp-dash__head .live { display: inline-flex; align-items: center; gap: 7px; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; color: #7ee0d2; background: rgba(79,214,196,0.12); border: 1px solid rgba(79,214,196,0.3); border-radius: 999px; padding: 5px 12px; }
.hp-dash__head .live i { width: 7px; height: 7px; border-radius: 50%; background: #4fd6c4; }
.hp-dash__chart { position: relative; margin: 8px 0 18px; }
.hp-dash__chart svg { display: block; width: 100%; height: auto; }
.hp-dash__badge { position: absolute; left: 6px; top: 4px; z-index: 3; background: #33b3a6; border-radius: 14px; padding: 12px 16px; box-shadow: 0 22px 44px -18px rgba(0,0,0,0.65); max-width: 208px; }
.hp-dash__badge .bl { display: block; font-size: 11px; font-weight: 700; letter-spacing: 0.04em; color: rgba(4,33,29,0.68); }
.hp-dash__badge b { display: block; font-size: 28px; font-weight: 800; color: #04211d; letter-spacing: -0.02em; line-height: 1.15; }
.hp-dash__badge .bs { display: block; font-size: 12px; color: rgba(4,33,29,0.72); }
.hp-dash__tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 16px; }
.hp-dash__tiles .tile { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.08); border-radius: 14px; padding: 14px; }
.hp-dash__tiles .k { display: block; font-size: 12px; letter-spacing: 0.06em; color: rgba(255,255,255,0.48); margin-bottom: 8px; }
.hp-dash__tiles b { display: block; font-size: 24px; font-weight: 800; color: #fff; letter-spacing: -0.02em; }
.hp-dash__tiles .d { font-size: 13px; font-weight: 700; color: #4fd6c4; }
.hp-dash__ranks { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 16px; }
.hp-dash__ranks .rt { font-size: 12px; letter-spacing: 0.08em; color: rgba(255,255,255,0.42); margin-bottom: 12px; }
.hp-dash__ranks .row { display: flex; align-items: center; gap: 11px; font-size: 16px; margin-bottom: 12px; }
.hp-dash__ranks .row:last-child { margin-bottom: 0; }
.hp-dash__ranks .dot { width: 8px; height: 8px; border-radius: 50%; background: #4fd6c4; flex: 0 0 auto; }
.hp-dash__ranks .kw { color: rgba(255,255,255,0.9); }
.hp-dash__ranks .ch { margin-left: auto; font-size: 14px; color: #4fd6c4; font-weight: 700; }
.hp-dash__ranks .pos { font-size: 14px; font-weight: 800; color: #fff; background: rgba(255,255,255,0.08); border-radius: 7px; padding: 3px 10px; min-width: 34px; text-align: center; }
/* Let grid/flex children shrink below their content min-width (prevents mobile overflow). */
.hp-hero__copy, .hp-hero__dash, .hp-dash, .hp-dash__tiles .tile, .hp-dash__ranks .row { min-width: 0; }
.hp-dash__ranks .kw { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
@media (max-width: 980px) {
  .hp-hero__in { grid-template-columns: 1fr; min-height: 0; padding: 96px 22px 52px; gap: 40px; }
  .hp-hero__copy { max-width: none; }
}
@media (max-width: 600px) {
  .hp-hero h1 { font-size: 42px; }
  .hp-hero__trust { flex-wrap: wrap; gap: 12px 14px; }
  .hp-dash { padding: 18px; }
  .hp-dash__tiles { gap: 8px; }
  .hp-dash__tiles .tile { padding: 12px 10px; }
  .hp-dash__tiles b { font-size: 19px; }
  .hp-dash__badge { position: static; max-width: none; margin-bottom: 14px; }
}

/* ======================= INTRO BENTO (907:158) ======================= */
.hp-intro { background: #f3f4f2; }
.hp-intro__in { max-width: 1440px; margin: 0 auto; padding: clamp(48px, 5vw, 64px); }
.hp-intro__grid { display: grid; grid-template-columns: 1.28fr 1fr 1fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.bento { border-radius: 20px; padding: 40px; display: flex; flex-direction: column; justify-content: center; }
.bento .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; margin: 0 0 12px; }
.bento h3 { margin: 0 0 14px; font-size: 26px; font-weight: 800; letter-spacing: -0.01em; line-height: 1.1; }
.bento p { margin: 0; font-size: 17px; line-height: 1.55; }
.bento--light { background: #fff; border: 1px solid #e6e7e4; }
.bento--light .eyebrow { color: var(--mint-ink); }
.bento--light h3 { color: var(--ink); }
.bento--light p { color: var(--body); }
.bento--dark { background: radial-gradient(120% 130% at 22% 0%, #1e5049 0%, #0c2320 62%), #0c2320; color: #fff; }
.bento--dark .eyebrow { color: #4fd6c4; }
.bento--dark h3 { color: #fff; }
.bento--dark p { color: rgba(255,255,255,0.72); }
.hp-intro__lead { grid-column: 1; grid-row: 1 / 3; padding: 48px; }
.hp-intro__lead h2 { margin: 0 0 20px; font-size: clamp(30px, 3.2vw, 40px); font-weight: 800; line-height: 1.08; letter-spacing: -0.02em; color: #fff; }
.hp-intro__lead h2 em { font-style: normal; color: #4fd6c4; }
.hp-intro__lead p { margin: 0; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.72); max-width: 40ch; }
@media (max-width: 980px) {
  .hp-intro__in { padding: 40px 22px; }
  .hp-intro__grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .hp-intro__lead { grid-column: auto; grid-row: auto; }
}

/* ======================= SERVICES (44:2) ======================= */
.hp-services { background: var(--mint-tint); }
.hp-services__in { max-width: 1440px; margin: 0 auto; padding: clamp(64px, 7vw, 100px) 64px; }
.hp-services__eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 26px; }
.hp-services__head { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; margin-bottom: 40px; }
.hp-services__head h2 { margin: 0; font-size: clamp(34px, 4.4vw, 52px); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; color: var(--ink); }
.hp-services__head p { margin: 6px 0 0; font-size: 18px; line-height: 1.55; color: var(--body); max-width: 52ch; }
/* Approved effect (hp-services.html): hover-only DARK invert of the whole row + a
   cursor-following "Explore this service →" note. No permanent highlight. */
.svc-row { position: relative; display: grid; grid-template-columns: 54px 360px 1fr 60px; align-items: center; gap: 24px; padding: 22px 18px; border-top: 1px solid rgba(20,20,19,0.14); border-radius: 16px; text-decoration: none; transition: background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease; }
.svc-row .num { font-size: 16px; font-weight: 800; color: var(--mint-ink); transition: color 0.2s; }
.svc-row .title { font-size: 24px; font-weight: 800; letter-spacing: -0.02em; color: var(--ink); line-height: 1.15; transition: color 0.2s; }
.svc-row .desc { font-size: 15px; line-height: 1.5; color: var(--body); transition: color 0.2s; }
.svc-row .arrow { justify-self: end; font-size: 24px; color: var(--ink); transition: transform 0.2s, color 0.2s; }
.svc-row:hover { background: radial-gradient(130% 170% at 100% 0, #1c5f54, #0a201c); border-color: transparent; box-shadow: 0 26px 50px -30px rgba(10,32,28,0.7); }
.svc-row:hover + .svc-row { border-top-color: transparent; }
.svc-row:hover .num { color: #3fd3bb; }
.svc-row:hover .title { color: #fff; }
.svc-row:hover .desc { color: rgba(255,255,255,0.82); }
.svc-row:hover .arrow { color: #fff; transform: translateX(6px); }
.svc-tip { position: fixed; pointer-events: none; background: #fff; color: var(--ink); font-size: 15px; font-weight: 800; padding: 9px 15px 9px 16px; border-radius: 999px; box-shadow: 0 18px 36px -14px rgba(10,32,28,0.55); display: inline-flex; align-items: center; gap: 8px; white-space: nowrap; z-index: 100; opacity: 0; transform: translate(-50%, -150%) scale(0.94); transition: opacity 0.14s, transform 0.14s; left: 0; top: 0; }
.svc-tip.show { opacity: 1; transform: translate(-50%, -170%) scale(1); }
.svc-tip .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--mint); }
.svc-tip .ta { color: var(--mint-ink); font-size: 15px; }

/* ── Dashboard interactivity: chart line-draw, count-up end-dot pulse, LIVE pulse ── */
.hp-dash__line, .cs-line { stroke-dasharray: 760; stroke-dashoffset: 760; transition: stroke-dashoffset 1.7s cubic-bezier(0.33, 0, 0.2, 1); }
.hp-hero__dash.is-visible .hp-dash__line, .cs-chart.is-visible .cs-line { stroke-dashoffset: 0; }
.hp-dash__dot, .cs-dot { transform-box: fill-box; transform-origin: center; animation: mintDotPulse 1.9s ease-in-out infinite; }
.cs-dot-ring { transform-box: fill-box; transform-origin: center; animation: mintRingPulse 2.4s ease-out infinite; }
@keyframes mintDotPulse { 0%, 100% { transform: scale(1); opacity: 1; } 50% { transform: scale(1.4); opacity: 0.65; } }
@keyframes mintRingPulse { 0% { transform: scale(0.55); opacity: 0.6; } 100% { transform: scale(1.7); opacity: 0; } }
.hp-dash__head .live i { animation: mintLive 1.7s ease-in-out infinite; }
@keyframes mintLive { 0%, 100% { box-shadow: 0 0 0 0 rgba(79, 214, 196, 0.55); opacity: 1; } 60% { box-shadow: 0 0 0 5px rgba(79, 214, 196, 0); opacity: 0.55; } }
@media (prefers-reduced-motion: reduce) {
  .hp-dash__line, .cs-line { stroke-dashoffset: 0; transition: none; }
  .hp-dash__dot, .cs-dot, .cs-dot-ring, .hp-dash__head .live i { animation: none; }
}
@media (max-width: 860px) {
  .hp-services__in { padding: 48px 22px; }
  .hp-services__head { grid-template-columns: 1fr; gap: 14px; }
  .svc-row { grid-template-columns: 40px 1fr auto; gap: 6px 14px; padding: 22px 0; }
  .svc-row .desc { grid-column: 1 / -1; grid-row: 2; margin-top: 6px; }
  /* arrow beside the title (no hover on mobile) so it's clear each row links to a service page */
  .svc-row .arrow { display: block; grid-column: 3; grid-row: 1; align-self: center; font-size: 22px; color: var(--mint-ink); }
}

/* ======================= STORE BUILD (904:158) ======================= */
.hp-store { background: var(--mint-tint); }
.hp-store__in { max-width: 1300px; margin: 0 auto; padding: clamp(56px, 6vw, 82px) 48px; display: grid; grid-template-columns: 1fr 1.12fr; gap: 60px; align-items: center; }
.hp-store__copy { max-width: 500px; }
.hp-store .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 16px; }
.hp-store h2 { margin: 0; font-size: clamp(32px, 3.8vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); }
.hp-store h2 em { font-style: normal; color: var(--mint); }
.hp-store .sub { margin: 18px 0 0; font-size: 18px; line-height: 1.6; color: var(--body); }
.hp-store__checks { display: flex; flex-direction: column; gap: 14px; margin: 28px 0 30px; }
.hp-store__checks .row { display: flex; align-items: center; gap: 12px; font-size: 17px; font-weight: 700; color: var(--ink); }
.hp-store__checks .ck { width: 24px; height: 24px; border-radius: 50%; background: rgba(48,159,151,0.15); color: var(--mint-deep); display: grid; place-items: center; font-size: 14px; font-weight: 800; flex: 0 0 auto; }
.hp-store__cta { display: inline-flex; align-items: center; gap: 8px; background: var(--mint-ink); color: #fff; font-weight: 800; font-size: 16px; padding: 16px 26px; border-radius: 12px; text-decoration: none; transition: background 0.2s, transform 0.2s; }
.hp-store__cta:hover { background: #2b9089; transform: translateY(-2px); }

.sb-mock { position: relative; }
.sb-editor { background: #fff; border: 1px solid #e2e6e4; border-radius: 16px; box-shadow: 0 40px 90px -50px rgba(20,20,19,0.4); overflow: hidden; margin-left: 64px; }
.sb-editor__bar { display: flex; align-items: center; gap: 8px; padding: 14px 18px; border-bottom: 1px solid #eef1ef; font-size: 16px; font-weight: 600; color: var(--ink); }
.sb-logo { width: 22px; height: 22px; border-radius: 6px; background: #5e8e3e; color: #fff; display: grid; place-items: center; font-size: 12px; }
.sb-editor__bar .dim { color: #8a938f; font-weight: 500; }
.sb-live { margin-left: auto; font-size: 16px; font-weight: 700; color: #1aa564; background: rgba(26,165,100,0.1); border-radius: 999px; padding: 4px 12px; }
.sb-store__nav { display: flex; align-items: center; gap: 16px; padding: 14px 18px; font-size: 16px; color: #5f6b64; }
.sb-store__nav b { font-size: 16px; color: var(--ink); margin-right: auto; }
.sb-store__hero { background: linear-gradient(120deg, #1c4f4a, #0f2a27); color: #fff; padding: 24px 20px; display: flex; flex-direction: column; gap: 12px; align-items: flex-start; }
.sb-store__hero b { font-size: 20px; font-weight: 800; }
.sb-store__hero .sb-btn { background: #fff; color: var(--ink); font-size: 16px; font-weight: 700; padding: 8px 15px; border-radius: 8px; }
.sb-store__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; padding: 16px 18px; }
.sb-prod .ph { height: 64px; border-radius: 8px; background: #eef1ef; margin-bottom: 8px; }
.sb-prod b { display: block; font-size: 16px; color: var(--ink); }
.sb-prod span { font-size: 16px; font-weight: 700; color: var(--mint-deep); }
.sb-rail { position: absolute; left: 0; top: 66px; width: 250px; background: #fff; border: 1px solid #e2e6e4; border-radius: 14px; box-shadow: 0 30px 70px -40px rgba(20,20,19,0.5); padding: 14px; z-index: 3; }
.sb-rail__t { font-size: 16px; letter-spacing: 0.06em; text-transform: uppercase; color: #8a938f; font-weight: 700; margin-bottom: 10px; }
.sb-rail__row { display: flex; align-items: center; gap: 10px; padding: 10px 10px; border-radius: 8px; font-size: 16px; font-weight: 600; color: var(--ink); }
.sb-rail__row .hdl { color: #c2c8c4; letter-spacing: 2px; }
.sb-rail__row.is-active { background: var(--mint-tint); }
.sb-rail__add { margin-top: 4px; padding: 10px; font-size: 16px; font-weight: 700; color: var(--mint-ink); }
@media (max-width: 980px) {
  .hp-store__in { grid-template-columns: 1fr; gap: 40px; padding-left: 22px; padding-right: 22px; }
  .sb-editor { margin-left: 0; }
  .sb-rail { position: static; width: auto; margin-bottom: 16px; }
}

/* ======================= CASE STUDY (47:2) ======================= */
.hp-case { position: relative; overflow: hidden; background: radial-gradient(110% 120% at 10% 0%, #17423b 0%, #0a1f1c 60%), #0a1f1c; color: #fff; }
.hp-case__in { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: clamp(64px, 7vw, 96px) 48px; display: grid; grid-template-columns: 1fr 1.06fr; gap: 56px; align-items: center; }
.hp-case__copy { max-width: 540px; }
.hp-case .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 18px; }
.hp-case h2 { margin: 0; font-size: clamp(36px, 4.4vw, 52px); font-weight: 800; letter-spacing: -0.02em; line-height: 1.02; color: #fff; }
.hp-case .sub { margin: 20px 0 0; font-size: 18px; line-height: 1.6; color: rgba(255,255,255,0.72); }
.hp-case .quote { margin: 22px 0 0; font-size: 18px; font-weight: 700; font-style: italic; color: var(--mint-light); }
.hp-case .more { display: inline-block; margin-top: 22px; font-size: 16px; font-weight: 700; color: #fff; text-decoration: none; }
.hp-case .more:hover { color: var(--mint-light); }
.cs-card { background: rgba(255,255,255,0.04); border: 1px solid rgba(255,255,255,0.1); border-radius: 20px; padding: 26px; }
.cs-card__head { display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: 6px; }
.cs-card__head b { display: block; font-size: 18px; font-weight: 700; color: #fff; }
.cs-card__head .meta { font-size: 16px; letter-spacing: 0.06em; color: rgba(255,255,255,0.45); }
.cs-pill { font-size: 16px; font-weight: 800; color: #04211d; background: var(--mint-light); border-radius: 999px; padding: 5px 13px; white-space: nowrap; }
.cs-chart { position: relative; margin-top: 8px; }
.cs-chart svg { display: block; width: 100%; height: auto; }
.cs-start { position: absolute; left: 3%; bottom: 26%; font-size: 18px; font-weight: 800; color: rgba(255,255,255,0.8); }
.cs-end { position: absolute; right: 5%; top: 4%; font-size: 30px; font-weight: 800; color: #fff; letter-spacing: -0.02em; white-space: nowrap; }
.cs-axis { display: flex; justify-content: space-between; margin-top: 12px; font-size: 16px; letter-spacing: 0.06em; color: rgba(255,255,255,0.45); }
@media (max-width: 980px) {
  .hp-case__in { grid-template-columns: 1fr; gap: 36px; padding-left: 22px; padding-right: 22px; }
  .cs-end { font-size: 24px; }
}

/* ======================= WHY MINT (101:2) ======================= */
.hp-why { background: #fff; }
.hp-why__in { max-width: 1400px; margin: 0 auto; padding: clamp(64px, 7vw, 96px) 64px; display: grid; grid-template-columns: 440px 1fr; gap: 64px; align-items: start; }
.hp-why .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 20px; }
.hp-why h2 { margin: 0; font-size: clamp(34px, 4vw, 46px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); }
.hp-why .sub { margin: 20px 0 0; font-size: 18px; line-height: 1.6; color: var(--body); max-width: 42ch; }
.hp-why .more { display: inline-block; margin-top: 22px; font-size: 16px; font-weight: 700; color: var(--mint-ink); text-decoration: none; }
.hp-why .more:hover { color: var(--mint-deep); }
.hp-why__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 48px; }
.why-item .ico { width: 30px; height: 30px; border-radius: 8px; background: var(--mint-tint); color: var(--mint-deep); display: grid; place-items: center; font-size: 16px; font-weight: 800; margin-bottom: 16px; }
.why-item h3 { margin: 0 0 10px; font-size: 20px; font-weight: 800; letter-spacing: -0.01em; color: var(--ink); }
.why-item p { margin: 0; font-size: 16px; line-height: 1.55; color: var(--body); max-width: 40ch; }
@media (max-width: 980px) {
  .hp-why__in { grid-template-columns: 1fr; gap: 40px; padding: 48px 22px; }
  .hp-why__grid { gap: 32px 40px; }
}
@media (max-width: 620px) { .hp-why__grid { grid-template-columns: 1fr; } }

/* ======================= FOUNDER (59:2) ======================= */
.hp-founder { background: var(--mint-tint); }
.hp-founder__in { max-width: 1300px; margin: 0 auto; padding: clamp(60px, 6vw, 84px) 48px; display: grid; grid-template-columns: 440px 1fr; gap: 72px; align-items: center; }
.hp-founder__photo { width: 100%; aspect-ratio: 440 / 520; border-radius: 24px; object-fit: cover; display: block; box-shadow: 0 40px 80px -50px rgba(20,20,19,0.4); }
.hp-founder .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 18px; }
.hp-founder h2 { margin: 0; font-size: clamp(34px, 4.2vw, 50px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: var(--ink); }
.hp-founder .sub { margin: 22px 0 0; font-size: 19px; line-height: 1.6; color: var(--body); max-width: 66ch; }
.hp-founder__pills { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hp-founder__pills span { font-size: 16px; font-weight: 700; color: var(--ink); background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 11px 20px; }
@media (max-width: 900px) {
  .hp-founder__in { grid-template-columns: 1fr; gap: 36px; padding: 48px 22px; }
  .hp-founder__photo { max-width: 360px; }
}

/* ======================= OPTIMISE FOR AI (84:2) ======================= */
.hp-ai { position: relative; overflow: hidden; background: radial-gradient(90% 130% at 90% -10%, #1c4f4a 0%, #0c211e 55%), #0c211e; color: #fff; }
.hp-ai__in { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: clamp(60px, 6vw, 88px) 48px; display: grid; grid-template-columns: 1fr 1.1fr; gap: 56px; align-items: center; }
.hp-ai .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 20px; }
.hp-ai h2 { margin: 0; font-size: clamp(38px, 4.6vw, 56px); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; color: #fff; }
.hp-ai h2 em { font-style: normal; color: #4fd6c4; }
.hp-ai__pills { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; max-width: 440px; }
.hp-ai__pills span { font-size: 16px; font-weight: 600; color: rgba(255,255,255,0.9); background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.18); border-radius: 999px; padding: 9px 18px; }
.hp-ai__text p { margin: 0 0 22px; font-size: 19px; line-height: 1.6; color: rgba(255,255,255,0.78); }
.hp-ai__text p:last-child { margin-bottom: 0; }
.hp-ai__text p.hl { color: #4fd6c4; font-weight: 700; }
@media (max-width: 980px) { .hp-ai__in { grid-template-columns: 1fr; gap: 36px; padding: 48px 22px; } }

/* ======================= SOCIAL PROOF (918:161) ======================= */
.hp-social { background: #f3f4f2; }
.hp-social__in { max-width: 1300px; margin: 0 auto; padding: clamp(64px, 7vw, 96px) 48px; }
.hp-social__head { text-align: center; max-width: 720px; margin: 0 auto 38px; }
.hp-social .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-ink); margin: 0 0 14px; }
.hp-social h2 { margin: 0; font-size: clamp(32px, 4vw, 46px); font-weight: 800; letter-spacing: -0.02em; color: var(--ink); }
.hp-social h2 em { font-style: normal; color: var(--mint); }
.hp-social .sub { margin: 16px auto 0; max-width: 56ch; font-size: 18px; line-height: 1.55; color: var(--body); }
.hp-social__rating { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; background: #fff; border: 1px solid var(--border); border-radius: 999px; padding: 9px 18px; font-size: 16px; }
.hp-social__rating .stars { color: #f0a91b; letter-spacing: 1px; }
.hp-social__rating b { color: var(--ink); }
.hp-social__rating .dim { color: var(--body); }
.hp-social__results { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-bottom: 22px; }
.rz-card { border-radius: 18px; padding: 26px; }
.rz-card b { display: block; font-size: 44px; font-weight: 800; letter-spacing: -0.03em; line-height: 1; }
.rz-card > span { display: block; margin: 10px 0 16px; font-size: 16px; }
.rz-card .tag { display: inline-block; font-size: 16px; font-weight: 800; letter-spacing: 0.06em; border-radius: 999px; padding: 6px 14px; font-style: normal; }
.rz-card--dark { background: radial-gradient(120% 140% at 15% 0%, #1c4f4a, #0c2320); color: #fff; }
.rz-card--dark b { color: #fff; }
.rz-card--dark > span { color: rgba(255,255,255,0.7); }
.rz-card--dark .tag { background: rgba(255,255,255,0.1); color: var(--mint-light); }
.rz-card--light { background: #fff; border: 1px solid var(--border); }
.rz-card--light b { color: var(--mint-deep); }
.rz-card--light > span { color: var(--body); }
.rz-card--light .tag { background: var(--mint-tint); color: var(--mint-deep); }
.hp-social__quotes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.qz-card { background: #fff; border: 1px solid var(--border); border-radius: 18px; padding: 24px; display: flex; flex-direction: column; }
.qz-card .qmark { font-size: 40px; font-weight: 800; color: var(--mint-light); line-height: 0.7; height: 24px; }
.qz-card p { margin: 14px 0 auto; font-size: 16px; line-height: 1.55; color: #2c302e; }
.qz-foot { margin-top: 20px; padding-top: 18px; border-top: 1px solid #eef1ef; display: flex; align-items: center; gap: 12px; }
.qz-foot img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; flex: 0 0 auto; }
.qz-foot b { display: block; font-size: 16px; color: var(--ink); }
.qz-foot span { font-size: 16px; color: var(--body); line-height: 1.3; }
@media (max-width: 900px) { .hp-social__in { padding-left: 22px; padding-right: 22px; } .hp-social__results { grid-template-columns: 1fr; } .hp-social__quotes { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .hp-social__quotes { grid-template-columns: 1fr; } }

/* ======================= LOCATION (90:2) ======================= */
.hp-loc { position: relative; overflow: hidden; background: radial-gradient(90% 120% at 8% 0%, #17423b 0%, #0a1f1c 58%), #0a1f1c; color: #fff; }
.hp-loc__in { position: relative; z-index: 2; max-width: 1300px; margin: 0 auto; padding: clamp(60px, 6vw, 88px) 48px; display: grid; grid-template-columns: 1fr 1.12fr; gap: 60px; align-items: center; }
.hp-loc .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--mint-light); margin: 0 0 12px; }
.hp-loc h2 { margin: 0 0 24px; font-size: clamp(34px, 4.2vw, 50px); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; color: #fff; }
.hp-loc__info { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 32px; margin-bottom: 26px; }
.hp-loc__info .lbl { display: block; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--mint-light); margin-bottom: 3px; }
.hp-loc__info .val { font-size: 17px; color: #fff; line-height: 1.35; }
.hp-loc__cta { display: inline-flex; align-items: center; gap: 8px; font-size: 16px; font-weight: 700; color: #fff; background: transparent; border: 1.5px solid rgba(255,255,255,0.4); border-radius: 12px; padding: 14px 24px; text-decoration: none; transition: background 0.2s, border-color 0.2s; }
.hp-loc__cta:hover { background: rgba(255,255,255,0.1); border-color: var(--mint-light); }
.loc-map { position: relative; border-radius: 20px; overflow: hidden; box-shadow: 0 40px 90px -50px rgba(0,0,0,0.6); aspect-ratio: 832 / 460; }
.loc-map img, .loc-map iframe { width: 100%; height: 100%; display: block; border: 0; object-fit: cover; }
.loc-map__btn { position: absolute; inset: 0; background: transparent; border: 0; cursor: pointer; }
@media (max-width: 980px) { .hp-loc__in { grid-template-columns: 1fr; gap: 36px; padding: 48px 22px; } }
@media (max-width: 480px) { .hp-loc__info { grid-template-columns: 1fr; } }

/* ======================= CTA (53:2) ======================= */
.hp-cta { background: linear-gradient(160deg, #3bb5a8 0%, #2c968c 100%); color: #fff; text-align: center; }
.hp-cta__in { max-width: 820px; margin: 0 auto; padding: clamp(64px, 8vw, 110px) 48px; }
.hp-cta .eyebrow { font-size: 16px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: #0f3a33; margin: 0 0 20px; }
.hp-cta h2 { margin: 0; font-size: clamp(38px, 5.2vw, 60px); font-weight: 800; line-height: 1.02; letter-spacing: -0.03em; color: #fff; }
.hp-cta .sub { margin: 22px auto 0; max-width: 56ch; font-size: 19px; line-height: 1.55; color: rgba(255,255,255,0.92); }
.hp-cta__btns { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 32px; }
.hp-cta .btn { display: inline-flex; align-items: center; font-size: 16px; font-weight: 700; padding: 16px 28px; border-radius: 999px; text-decoration: none; transition: background 0.2s, transform 0.2s, border-color 0.2s; }
.hp-cta .btn--dark { background: #0c2320; color: #fff; }
.hp-cta .btn--dark:hover { background: #04211d; transform: translateY(-2px); }
.hp-cta .btn--ghost { background: transparent; color: #0c2320; border: 1.5px solid rgba(4,33,29,0.35); }
.hp-cta .btn--ghost:hover { background: rgba(4,33,29,0.08); border-color: #0c2320; }
@media (max-width: 600px) { .hp-cta__in { padding: 56px 22px; } }
