/* ============================================================
   Highlight — product page styles
   Builds on styles.css.
   ============================================================ */

/* ---- Highlight brand accents (constant hues) ---- */
:root {
  --hl-purple-l: #7d4fd1;   --hl-purple-d: #9a78ee;
  --hl-teal-l:   #149a90;   --hl-teal-d:   #38cdb6;
  --hl-lime-l:   #6aa621;   --hl-lime-d:   #a7df5b;
}

/* ===================== LIGHT (default) ===================== */
body.hl {
  --accent:    var(--hl-purple-l);
  --accent-2:  var(--hl-teal-l);
  --accent-3:  var(--hl-lime-l);

  --bg:        #ffffff;
  --bg-alt:    #f6f4fb;
  --ink:       #14171b;
  --body:      #444b53;
  --muted:     #79828c;
  --line:      #e8eaee;
  --card:      #ffffff;
  --card-line: #e8eaee;
  --card-shadow: 0 1px 2px rgba(20,23,27,.05), 0 24px 48px -34px rgba(20,23,27,.30);

  --header-bg: rgba(255,255,255,0.74);
  --cta-bg:    #14171b;
  --cta-fg:    #ffffff;
  --cta-sub:   rgba(255,255,255,.62);

  --bezel:     #14171b;
}

/* ====================== DARK ====================== */
body.hl[data-theme="dark"] {
  --accent:    var(--hl-purple-d);
  --accent-2:  var(--hl-teal-d);
  --accent-3:  var(--hl-lime-d);

  --bg:        #0b1a2d;
  --bg-alt:    #0f2138;
  --ink:       #f2f6fb;
  --body:      #aebfd2;
  --muted:     #7c90a8;
  --line:      rgba(255,255,255,.10);
  --card:      #15273f;
  --card-line: rgba(255,255,255,.08);
  --card-shadow: 0 1px 2px rgba(0,0,0,.30), 0 30px 60px -32px rgba(0,0,0,.6);

  --header-bg: rgba(11,26,45,0.72);
  --cta-bg:    var(--hl-purple-d);
  --cta-fg:    #ffffff;
  --cta-sub:   rgba(255,255,255,.72);

  --bezel:     #060f1b;
}

body.hl { background: var(--bg); transition: background .4s var(--ease); }

/* ---- nav / footer link colors ---- */
body.hl .nav a { color: var(--ink); }
body.hl .nav a:hover { color: var(--accent); }
body.hl .footer-nav a { color: var(--body); }
body.hl .footer-nav a:hover { color: var(--accent); }
body.hl .footer-left .copy { color: var(--muted); }

/* ---- header / footer logo by theme ---- */
body.hl .site-header { background: var(--header-bg); }
body.hl[data-theme="dark"] .brand img,
body.hl[data-theme="dark"] .footer-left img { content: url('assets/cohdoo-logo-light.svg'); }

/* ===================== Shared layout bits ===================== */
.hl .wrap-narrow { max-width: 760px; }

.hl .section { padding: 104px 0; }
.hl .section.band { background: var(--bg-alt); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.hl .kicker { margin-bottom: 22px; }

/* ---- App Store badge ---- */
.appstore-badge {
  display: inline-block; width: 162px; height: 54px;
  transition: transform .25s var(--ease);
}
.appstore-badge:hover { transform: translateY(-2px); }
body.hl .appstore-badge { background: url('assets/app-store-badge-black.svg') left center / contain no-repeat; }
body.hl[data-theme="dark"] .appstore-badge { background: url('assets/app-store-badge-white.svg') left center / contain no-repeat; }

.hl .dl-row { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; }
.hl .dl-note { font-size: 14px; color: var(--muted); }

/* ===================== Hero ===================== */
.hl-hero { padding: 120px 0 92px; }
.hl-hero .grid { display: grid; grid-template-columns: 1.04fr 0.96fr; gap: 72px; align-items: center; }
.hl-hero .id-row { display: flex; align-items: center; gap: 16px; margin-bottom: 30px; }
.hl-hero .id-row .appicon { width: 60px; height: 60px; border-radius: 15px; flex: none;
  box-shadow: 0 1px 2px rgba(20,23,27,.18), 0 14px 28px -12px rgba(20,23,27,.5); }
.hl-hero .id-row .wordmark { font-size: 26px; font-weight: 700; letter-spacing: -.02em; color: var(--ink); }
.hl-hero .id-row .pill {
  margin-left: 4px; font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  color: var(--accent-2); border: 1px solid color-mix(in srgb, var(--accent-2) 40%, transparent);
  border-radius: 999px; padding: 5px 11px;
}
.hl-hero h1 {
  font-size: clamp(40px, 5.4vw, 62px); font-weight: 700; letter-spacing: -.034em; line-height: 1.03;
  color: var(--ink); max-width: 13ch;
}
.hl-hero .lead { margin-top: 26px; font-size: clamp(19px, 2.2vw, 22px); line-height: 1.55; color: var(--body); max-width: 30ch; }
.hl-hero .dl-row { margin-top: 38px; }

/* phone cluster in hero */
.hl-hero .stage { display: flex; justify-content: center; }

/* ===================== Phone mockup (Highlight variant) ===================== */
.hl-phone {
  position: relative; width: 300px;
  background: var(--bezel); border-radius: 52px; padding: 10px;
  box-shadow: 0 2px 4px rgba(0,0,0,.14), 0 38px 70px -30px rgba(0,0,0,.5), inset 0 0 0 1.5px rgba(255,255,255,.06);
}
.hl-phone .scr { position: relative; width: 100%; aspect-ratio: 1320 / 2868; border-radius: 42px; overflow: hidden; background: #0b1a2d; }
.hl-phone img { display: block; width: 100%; height: 100%; object-fit: cover; }
.hl-cluster { position: relative; display: inline-block; }
.hl-cluster .hl-phone.back {
  position: absolute; top: -14px; right: -90px; z-index: 1;
  width: 244px; transform: rotate(6deg); transform-origin: top right;
  filter: saturate(.96);
}
.hl-cluster .hl-phone.front { position: relative; z-index: 2; }

/* ===================== Intro / statement ===================== */
.hl-intro .statement {
  font-size: clamp(28px, 3.9vw, 46px); font-weight: 600; line-height: 1.2; letter-spacing: -.02em;
  color: var(--ink); max-width: 18ch;
}
.hl-intro .statement .em { color: var(--accent); }
.hl-intro .body { margin-top: 30px; max-width: 620px; }
.hl-intro .body p { font-size: 19px; line-height: 1.72; color: var(--body); }
.hl-intro .body p + p { margin-top: 18px; }
.hl-intro .body p .nm { color: var(--ink); font-weight: 600; }

/* use-case chips */
.hl-uses { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 12px; }
.hl-uses .chip {
  font-size: 15px; font-weight: 600; color: var(--ink);
  background: var(--card); border: 1px solid var(--card-line); border-radius: 999px; padding: 10px 18px;
  display: inline-flex; align-items: center; gap: 9px;
}
.hl-uses .chip .d { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); }

/* ===================== Rebuilt (iOS 26) ===================== */
.hl-rebuilt .grid { display: grid; grid-template-columns: 1fr 0.82fr; gap: 76px; align-items: center; }
.hl-rebuilt .copy { max-width: 540px; }
.hl-rebuilt h2 { font-size: clamp(30px, 3.6vw, 44px); font-weight: 700; letter-spacing: -.026em; line-height: 1.08; color: var(--ink); }
.hl-rebuilt .copy p { margin-top: 22px; font-size: 19px; line-height: 1.7; color: var(--body); }
.hl-rebuilt .ai-list { margin-top: 30px; display: grid; gap: 12px; }
.hl-rebuilt .ai-list .it { display: flex; align-items: center; gap: 13px; font-size: 17px; font-weight: 600; color: var(--ink); }
.hl-rebuilt .ai-list .it .tk { width: 22px; height: 22px; border-radius: 7px; flex: none;
  background: color-mix(in srgb, var(--accent-2) 18%, transparent); position: relative; }
.hl-rebuilt .ai-list .it .tk::after { content: ""; position: absolute; left: 7px; top: 5px; width: 5px; height: 9px;
  border: solid var(--accent-2); border-width: 0 2px 2px 0; transform: rotate(40deg); }
.hl-rebuilt .stage { display: flex; justify-content: center; }
.hl-rebuilt .ondevice { margin-top: 18px; font-size: 14.5px; color: var(--muted); }

/* ===================== Features ===================== */
.hl-feat .head { max-width: 720px; }
.hl-feat h2 { font-size: clamp(32px, 4.4vw, 52px); font-weight: 700; letter-spacing: -.03em; line-height: 1.04; color: var(--ink); }
.hl-feat h2 .seg { color: var(--accent); }
.hl-feat h2 .seg.two { color: var(--accent-2); }
.hl-feat h2 .seg.three { color: var(--accent-3); }

/* big alternating rows */
.hl-rows { margin-top: 76px; display: grid; gap: 96px; }
.hl-row { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.hl-row.flip .col-text { order: 2; }
.hl-row .col-text { max-width: 480px; }
.hl-row .col-text .num { font-size: 13px; font-weight: 700; letter-spacing: .16em; color: var(--accent); text-transform: uppercase; }
.hl-row .col-text h3 { margin-top: 14px; font-size: clamp(24px, 2.8vw, 32px); font-weight: 700; letter-spacing: -.02em; line-height: 1.14; color: var(--ink); }
.hl-row .col-text p { margin-top: 16px; font-size: 18.5px; line-height: 1.66; color: var(--body); }
.hl-row .col-text .more { margin-top: 26px; }
.hl-row .col-media { display: flex; justify-content: center; }

/* small feature card grid */
.hl-cards { margin-top: 96px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hl-card {
  background: var(--card); border: 1px solid var(--card-line); border-radius: 18px; padding: 30px 28px 32px;
  box-shadow: var(--card-shadow); transition: transform .3s var(--ease), box-shadow .3s var(--ease);
}
.hl-card:hover { transform: translateY(-3px); }
.hl-card .ic {
  width: 46px; height: 46px; border-radius: 13px; display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--accent) 12%, transparent); margin-bottom: 20px;
}
.hl-card .ic svg { width: 24px; height: 24px; stroke: var(--accent); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hl-card h4 { font-size: 20px; font-weight: 700; letter-spacing: -.012em; color: var(--ink); line-height: 1.2; }
.hl-card p { margin-top: 11px; font-size: 16px; line-height: 1.62; color: var(--body); }
.hl-card p + p { margin-top: 10px; }
.hl-card .fmt { margin-top: 16px; display: flex; gap: 8px; flex-wrap: wrap; }
.hl-card .fmt span { font-size: 12.5px; font-weight: 700; letter-spacing: .04em; color: var(--accent-2);
  border: 1px solid color-mix(in srgb, var(--accent-2) 36%, transparent); border-radius: 7px; padding: 4px 9px; }

/* ===================== CarPlay ===================== */
/* Intentional "spotlight" treatment: this section keeps the banded
   --bg-alt background AND layers a soft accent radial glow from top-center
   (::before) to set the flagship CarPlay feature apart from neighboring
   bands. Documented in CLAUDE.md — keep unless asked to remove. */
.hl-carplay { position: relative; overflow: hidden; }
.hl-carplay::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(130% 82% at 50% -14%, color-mix(in srgb, var(--accent) 15%, transparent), transparent 62%);
}
.hl-carplay .container { position: relative; z-index: 1; }

.hl-carplay .cp-head { max-width: 760px; margin: 0 auto; text-align: center; }
.hl-carplay h2 { font-size: clamp(30px, 3.9vw, 48px); font-weight: 700; letter-spacing: -.028em; line-height: 1.06; color: var(--ink); }
.hl-carplay .lead { margin-top: 22px; font-size: clamp(18px, 2.1vw, 21px); line-height: 1.6; color: var(--body); max-width: 46ch; margin-left: auto; margin-right: auto; }

/* car display frame */
.hl-carplay .cp-stage { margin-top: 56px; display: flex; flex-direction: column; align-items: center; }
.cp-display {
  width: min(760px, 100%); background: var(--bezel); border-radius: 26px; padding: 14px;
  box-shadow: 0 2px 4px rgba(0,0,0,.16), 0 46px 90px -40px rgba(0,0,0,.6), inset 0 0 0 1.5px rgba(255,255,255,.06);
}
.cp-screen { position: relative; width: 100%; aspect-ratio: 1704 / 790; border-radius: 15px; overflow: hidden; background: #0b1220; }
.cp-track { position: absolute; inset: 0; }
.cp-slide {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
  opacity: 0; transition: opacity .7s var(--ease); pointer-events: none;
}
.cp-slide.is-active { opacity: 1; }
body.no-motion .cp-slide { transition: none; }

/* carousel dots */
.cp-dots { margin-top: 22px; display: flex; gap: 10px; }
.cp-dot {
  width: 9px; height: 9px; border-radius: 50%; padding: 0; border: none; cursor: pointer;
  background: color-mix(in srgb, var(--ink) 26%, transparent);
  transition: background .25s var(--ease), transform .25s var(--ease);
}
.cp-dot:hover { background: color-mix(in srgb, var(--ink) 44%, transparent); }
.cp-dot.is-active { background: var(--accent-2); transform: scale(1.15); }

/* supporting points */
.hl-carplay .cp-points { margin-top: 60px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px 40px; max-width: 1000px; margin-left: auto; margin-right: auto; }
.hl-carplay .pt .ic {
  width: 38px; height: 38px; border-radius: 11px; display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--accent) 12%, transparent);
}
.hl-carplay .pt-hd { display: flex; align-items: center; gap: 13px; margin-bottom: 12px; }
.hl-carplay .pt .ic svg { width: 20px; height: 20px; stroke: var(--accent); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hl-carplay .pt h4 { font-size: 19px; font-weight: 700; letter-spacing: -.012em; color: var(--ink); line-height: 1.2; }
.hl-carplay .pt p { margin-top: 10px; font-size: 16px; line-height: 1.6; color: var(--body); }

@media (max-width: 860px) {
  .hl-carplay .cp-points { grid-template-columns: 1fr; gap: 26px; max-width: 460px; }
}

/* ===================== Reviews ===================== */
.hl-reviews .head { max-width: 640px; }
.hl-reviews h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: -.024em; line-height: 1.1; color: var(--ink); }
.hl-reviews .sub { margin-top: 14px; font-size: 15px; font-weight: 600; letter-spacing: .04em; color: var(--muted); }
.hl-quotes { margin-top: 52px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hl-quote { background: var(--card); border: 1px solid var(--card-line); border-radius: 18px; padding: 30px 28px; box-shadow: var(--card-shadow); }
.hl-quote .stars { display: flex; gap: 4px; margin-bottom: 18px; }
.hl-quote .stars svg { width: 17px; height: 17px; fill: var(--accent-3); }
.hl-quote q { quotes: none; display: block; font-size: 18.5px; line-height: 1.55; font-weight: 500; color: var(--ink); letter-spacing: -.005em; }
.hl-quote cite { display: block; margin-top: 18px; font-style: normal; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); }

/* ===================== Closing CTA ===================== */
.hl-cta { text-align: center; }
.hl-cta .inner { max-width: 680px; margin: 0 auto; }
.hl-cta h2 { font-size: clamp(34px, 4.6vw, 56px); font-weight: 700; letter-spacing: -.03em; line-height: 1.04; color: var(--ink); }
.hl-cta p { margin-top: 22px; font-size: 20px; line-height: 1.6; color: var(--body); max-width: 28ch; margin-left: auto; margin-right: auto; }
.hl-cta .dl-row { margin-top: 40px; justify-content: center; }

/* ===================== FAQ ===================== */
.hl-faq .head { max-width: 640px; margin-bottom: 14px; }
.hl-faq h2 { font-size: clamp(28px, 3.4vw, 40px); font-weight: 700; letter-spacing: -.024em; line-height: 1.1; color: var(--ink); }
.hl-faq .faq-group { margin-top: 44px; }
.hl-faq .faq-group > .glabel {
  font-size: 13px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--accent);
  padding-bottom: 12px; border-bottom: 1px solid var(--line); margin-bottom: 4px;
}
.hl-faq details {
  border-bottom: 1px solid var(--line);
}
.hl-faq summary {
  list-style: none; cursor: pointer; padding: 20px 44px 20px 0; position: relative;
  font-size: 18.5px; font-weight: 600; color: var(--ink); letter-spacing: -.008em; line-height: 1.4;
  transition: color .2s var(--ease);
}
.hl-faq summary::-webkit-details-marker { display: none; }
.hl-faq summary:hover { color: var(--accent); }
.hl-faq summary .mk { position: absolute; right: 4px; top: 22px; width: 16px; height: 16px; flex: none; }
.hl-faq summary .mk::before, .hl-faq summary .mk::after {
  content: ""; position: absolute; background: var(--accent); border-radius: 2px; transition: transform .28s var(--ease), opacity .2s var(--ease);
}
.hl-faq summary .mk::before { left: 7px; top: 0; width: 2px; height: 16px; }
.hl-faq summary .mk::after  { left: 0; top: 7px; width: 16px; height: 2px; }
.hl-faq details[open] summary .mk::before { transform: rotate(90deg); opacity: 0; }
.hl-faq .ans { padding: 0 44px 24px 0; }
.hl-faq .ans p { font-size: 17px; line-height: 1.68; color: var(--body); }
.hl-faq .ans p + p { margin-top: 14px; }
.hl-faq .ans a { color: var(--accent); font-weight: 600; }
.hl-faq details[open] .ans { animation: faqIn .34s var(--ease); }
@keyframes faqIn { from { opacity: 0; transform: translateY(-6px); } to { opacity: 1; transform: none; } }
body.no-motion .hl-faq details[open] .ans { animation: none; }

/* ===================== Responsive ===================== */
@media (max-width: 980px) {
  .hl-hero .grid { grid-template-columns: 1fr; gap: 56px; }
  .hl-hero .stage { justify-content: flex-start; }
  .hl-cluster .hl-phone.back { right: -70px; }
  .hl-rebuilt .grid { grid-template-columns: 1fr; gap: 48px; }
  .hl-row { grid-template-columns: 1fr; gap: 40px; }
  .hl-row.flip .col-text { order: 0; }
  .hl-row .col-media { justify-content: flex-start; }
  .hl-cards { grid-template-columns: repeat(2, 1fr); }
  .hl-quotes { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .hl .section { padding: 76px 0; }
  .hl-hero { padding: 84px 0 64px; }
  .hl-cards { grid-template-columns: 1fr; }
  .hl-cluster .hl-phone.back { display: none; }
}

/* ============================================================
   LEGAL / PRIVACY PAGE
   ============================================================ */
.hl-legal .wrap-narrow { max-width: 760px; }

.hl-legal-hero { padding: 116px 0 0; }
.hl-legal-hero .back { margin-bottom: 30px; }
.hl-legal-hero .back .link-arrow { color: var(--muted); }
.hl-legal-hero .back .link-arrow .arw { transform: rotate(180deg); }
.hl-legal-hero .back .link-arrow:hover { color: var(--accent); }
.hl-legal-hero .back .link-arrow:hover .arw { transform: rotate(180deg) translateX(5px); }
.hl-legal-hero h1 {
  font-size: clamp(38px, 5vw, 58px); font-weight: 700; letter-spacing: -.032em; line-height: 1.02; color: var(--ink);
}
.hl-legal-hero .updated {
  margin-top: 20px; display: inline-flex; align-items: center; gap: 10px;
  font-size: 13.5px; font-weight: 600; letter-spacing: .04em; color: var(--muted);
}
.hl-legal-hero .updated .d { width: 7px; height: 7px; border-radius: 50%; background: var(--accent-2); }
.hl-legal-hero .lead { margin-top: 30px; font-size: clamp(19px, 2.1vw, 21px); line-height: 1.6; color: var(--body); max-width: 60ch; }

.legal-callout {
  margin: 40px 0 8px; padding: 26px 30px; border-radius: 18px;
  background: color-mix(in srgb, var(--accent-2) 12%, var(--card));
  border: 1px solid color-mix(in srgb, var(--accent-2) 36%, transparent);
  display: flex; gap: 18px; align-items: flex-start;
}
.legal-callout .lock {
  width: 40px; height: 40px; border-radius: 11px; flex: none; display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--accent-2) 22%, transparent);
}
.legal-callout .lock svg { width: 21px; height: 21px; stroke: var(--accent-2); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.legal-callout p { font-size: 17px; line-height: 1.6; color: var(--ink); font-weight: 500; }
.legal-callout p .em { color: var(--accent-2); font-weight: 700; }

.legal-body { padding: 8px 0 104px; }
.legal-sec { margin-top: 58px; scroll-margin-top: 100px; }
.legal-sec h2 {
  font-size: clamp(22px, 2.6vw, 28px); font-weight: 700; letter-spacing: -.02em; line-height: 1.18; color: var(--ink);
  display: flex; align-items: baseline; gap: 15px; margin-bottom: 18px;
}
.legal-sec h2 .idx { font-size: 13px; font-weight: 700; color: var(--accent); letter-spacing: .06em; transform: translateY(-2px); }
.legal-sec p { font-size: 18px; line-height: 1.72; color: var(--body); }
.legal-sec p + p { margin-top: 16px; }
.legal-sec p .nm { color: var(--ink); font-weight: 600; }
.legal-sec ul { margin: 18px 0 4px; padding: 0; list-style: none; display: grid; gap: 11px; }
.legal-sec ul li { position: relative; padding-left: 26px; font-size: 17.5px; line-height: 1.55; color: var(--body); }
.legal-sec ul li::before {
  content: ""; position: absolute; left: 4px; top: 11px; width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent-2);
}

.legal-contact {
  margin-top: 34px; padding: 28px 30px; border-radius: 18px; background: var(--card); border: 1px solid var(--card-line);
  box-shadow: var(--card-shadow);
}
.legal-contact .lbl { font-size: 13px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.legal-contact a { display: inline-block; margin-top: 8px; font-size: 22px; font-weight: 700; letter-spacing: -.01em; color: var(--accent); }
.legal-contact a:hover { text-decoration: underline; }

@media (max-width: 620px) {
  .hl-legal-hero { padding: 84px 0 0; }
  .legal-callout { flex-direction: column; gap: 14px; }
}

/* ============================================================
   HIGHLIGHT INTELLIGENCE PAGE
   ============================================================ */
.hl-layers { margin-top: 38px; display: flex; flex-wrap: wrap; gap: 12px; }
.hl-layers .chip {
  font-size: 15px; font-weight: 600; color: var(--ink);
  background: var(--card); border: 1px solid var(--card-line); border-radius: 999px; padding: 10px 18px;
  display: inline-flex; align-items: center; gap: 9px;
}
.hl-layers .chip .d { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); }
.hl-layers .chip:nth-child(2) .d { background: var(--accent-2); }
.hl-layers .chip:nth-child(3) .d { background: var(--accent-3); }
.hl-layers .chip:nth-child(4) .d { background: var(--accent); }

.hl-ondevice .policy-link { margin-top: 26px; }
.hl-ondevice .policy-link .link-arrow { color: var(--accent-2); }

.hl-feat .hl-cards.cols-2 { grid-template-columns: repeat(2, 1fr); margin-top: 60px; }

.hl-how .head { max-width: 720px; }
.hl-steps { margin-top: 58px; max-width: 840px; }
.hl-step {
  display: grid; grid-template-columns: 56px 1fr; gap: 28px; align-items: start;
  padding: 28px 0; border-top: 1px solid var(--line);
}
.hl-step:last-child { border-bottom: 1px solid var(--line); }
.hl-step .n {
  width: 46px; height: 46px; border-radius: 13px; flex: none;
  display: flex; align-items: center; justify-content: center;
  font-size: 19px; font-weight: 800; letter-spacing: -.01em; color: var(--accent);
  background: color-mix(in srgb, var(--accent) 12%, transparent);
}
.hl-step p { font-size: 18.5px; line-height: 1.62; color: var(--body); padding-top: 9px; }
.hl-step p .nm { color: var(--ink); font-weight: 600; }

.hl-why .head { max-width: 640px; }
.hl-why .grid2 { margin-top: 50px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px 44px; }
.hl-why .it { display: flex; align-items: flex-start; gap: 14px; }
.hl-why .it .ck {
  width: 24px; height: 24px; border-radius: 8px; flex: none; margin-top: 1px; position: relative;
  background: color-mix(in srgb, var(--accent-2) 18%, transparent);
}
.hl-why .it .ck::after {
  content: ""; position: absolute; left: 8px; top: 5px; width: 5px; height: 10px;
  border: solid var(--accent-2); border-width: 0 2px 2px 0; transform: rotate(40deg);
}
.hl-why .it p { font-size: 17.5px; line-height: 1.5; color: var(--ink); font-weight: 500; }

.hl-gtk .head { max-width: 640px; margin-bottom: 8px; }
.hl-gtk .notes { margin-top: 38px; display: grid; gap: 16px; max-width: 880px; }
.hl-gtk .note {
  display: grid; grid-template-columns: 40px 1fr; gap: 18px; align-items: start;
  background: var(--card); border: 1px solid var(--card-line); border-radius: 16px; padding: 22px 26px;
  box-shadow: var(--card-shadow);
}
.hl-gtk .note .ic {
  width: 40px; height: 40px; border-radius: 11px; flex: none; display: flex; align-items: center; justify-content: center;
  background: color-mix(in srgb, var(--accent-3) 16%, transparent);
}
.hl-gtk .note .ic svg { width: 20px; height: 20px; stroke: var(--accent-3); fill: none; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
.hl-gtk .note p { font-size: 16.5px; line-height: 1.6; color: var(--body); padding-top: 9px; }

@media (max-width: 980px) {
  .hl-feat .hl-cards.cols-2 { grid-template-columns: 1fr; }
  .hl-why .grid2 { grid-template-columns: 1fr; gap: 16px; }
}
@media (max-width: 620px) {
  .hl-step { grid-template-columns: 44px 1fr; gap: 18px; }
}
