/* Template: home (from mockup home.html) */
/* ================= HERO ================= */
.hero { position: relative; isolation: isolate; overflow: hidden; min-height: min(calc(100svh - var(--header-h)), 860px); display: flex; align-items: center; padding-block: clamp(3.5rem, 2rem + 4vw, 5.5rem); }
.hero .display { font-size: clamp(2.6rem, 1rem + 5vw, 5.4rem); }
.hero__crowd { position: absolute; z-index: -4; inset: -18% -6% -18% 30%; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; transform: rotate(-7deg); }
.crowd__col { display: flex; flex-direction: column; gap: 18px; animation: drift var(--dur, 50s) linear infinite; will-change: transform; }
.crowd__col:nth-child(even) { animation-direction: reverse; }
@keyframes drift { from { transform: translateY(0); } to { transform: translateY(-50%); } }
.lc { display: grid; gap: 9px; padding: 15px 16px; border-radius: 16px; background: rgba(255, 255, 255, 0.06); border: 1px solid rgba(255, 255, 255, 0.11); }
.lc__top { display: flex; align-items: center; gap: 10px; }
.lc__fav { flex: none; width: 22px; height: 22px; border-radius: 50%; background: rgba(255, 255, 255, 0.22); }
.lc__bar { display: block; height: 8px; border-radius: 99px; background: rgba(255, 255, 255, 0.2); }
.lc__bar--t { height: 10px; background: rgba(142, 162, 255, 0.45); }
.lc__stars { font-size: 11px; letter-spacing: 2px; color: rgba(255, 194, 75, 0.55); }
.lc__ad { font-family: var(--mono); font-size: 9px; letter-spacing: 0.06em; padding: 2px 6px; border-radius: 4px; border: 1px solid rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.5); }
.lc__chips { display: flex; gap: 6px; }
.lc__chips i { display: block; width: 44px; height: 16px; border-radius: 99px; border: 1px solid rgba(255, 255, 255, 0.14); }

.hero__dim { position: absolute; inset: 0; z-index: -3; pointer-events: none; background: radial-gradient(circle var(--r, 380px) at var(--x, 72%) var(--y, 48%), rgba(10, 12, 36, 0) 0%, rgba(10, 12, 36, 0.4) 46%, rgba(10, 12, 36, 0.84) 84%); }
.hero__warm { position: absolute; inset: 0; z-index: -2; pointer-events: none; mix-blend-mode: screen; background: radial-gradient(circle calc(var(--r, 380px) * 1.05) at var(--x, 72%) var(--y, 48%), rgba(255, 194, 75, 0.18), transparent 62%); }
.hero__scrim { position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, var(--night) 0%, rgba(10, 12, 36, 0.97) 34%, rgba(10, 12, 36, 0.55) 52%, rgba(10, 12, 36, 0) 66%); }

.hero__inner { width: 100%; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr); gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: center; }
.hero__title { margin: 1.4rem 0 1.7rem; }
.hero__lit { display: block; color: var(--lamp); text-shadow: 0 0 34px rgba(255, 194, 75, 0.45); }
.js .hero__lit { color: rgba(255, 255, 255, 0.26); text-shadow: none; transition: color 1s var(--ease), text-shadow 1s var(--ease); }
.js.is-lit .hero__lit { color: var(--lamp); text-shadow: 0 0 34px rgba(255, 194, 75, 0.45); }
.hero__actions { display: flex; flex-wrap: wrap; gap: 0.9rem; margin-top: 2.3rem; }
.hero__proof { list-style: none; display: flex; flex-wrap: wrap; gap: 0.55rem 1.4rem; margin-top: 2.6rem; font-family: var(--mono); font-size: 0.7rem; letter-spacing: 0.04em; color: var(--mist); }
.hero__proof li { display: inline-flex; align-items: center; gap: 0.5rem; }
.hero__proof li::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--lamp); box-shadow: 0 0 10px var(--lamp); }

.hero__stage { position: relative; display: grid; place-items: center; min-height: clamp(300px, 34vw, 460px); }
.hero__stage .beam { opacity: 1; }
.js .hero__stage .beam, .js .hero__stage .floor-glow { opacity: 0; }
.js.is-lit .hero__stage .beam { animation: switch-on 1.1s steps(1, end) forwards; }
.js.is-lit .hero__stage .floor-glow { opacity: 1; transition: opacity 1.2s 0.5s; }
@keyframes switch-on { 0% { opacity: 0.55; } 8% { opacity: 0.08; } 16% { opacity: 0.8; } 22% { opacity: 0.25; } 34%, 100% { opacity: 1; } }

.listing { position: relative; width: min(100%, 360px); padding: 18px 18px 16px; border-radius: 22px; background: #fff; color: var(--ink); box-shadow: var(--lamp-ring); }
.js .listing { opacity: 0.35; transform: translateY(14px) scale(0.97); box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.12); transition: opacity 0.9s 0.35s var(--ease), transform 0.9s 0.35s var(--ease), box-shadow 0.9s 0.35s var(--ease); }
.js.is-lit .listing { opacity: 1; transform: none; box-shadow: var(--lamp-ring); }
.listing__head { display: flex; align-items: center; gap: 12px; }
.listing__fav { flex: none; width: 40px; height: 40px; border-radius: 12px; background: var(--night); color: var(--lamp); display: grid; place-items: center; font-weight: 800; font-stretch: 120%; }
.listing__name { font-weight: 800; font-stretch: 112%; font-size: 1.08rem; line-height: 1.2; }
.listing__url { font-family: var(--mono); font-size: 0.68rem; color: var(--slate); margin-top: 3px; }
.listing__rank { margin-left: auto; align-self: start; font-family: var(--mono); font-size: 0.78rem; font-weight: 500; padding: 5px 9px; border-radius: 999px; background: var(--lamp); color: var(--night); }
.listing__meta { display: flex; align-items: center; gap: 8px; margin-top: 14px; font-size: 0.88rem; color: var(--slate); }
.listing__stars { color: #e5a100; letter-spacing: 1px; }
.listing__open { color: #12805c; font-weight: 600; }
.listing__actions { display: flex; gap: 8px; margin-top: 14px; }
.listing__actions span { flex: 1; text-align: center; font-size: 0.8rem; font-weight: 700; font-stretch: 108%; padding: 8px 0; border-radius: 999px; border: 1px solid var(--line); }
.listing__actions span:first-child { background: var(--night); color: #fff; border-color: var(--night); }

/* ================= WHERE THEY LOOK ================= */
.where { border-top: 1px solid var(--line-dark); }
.where__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.25rem; }
.vcard { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-xl); background: var(--night-2); border: 1px solid var(--line-dark); }
.vcard__vis { position: relative; height: 270px; overflow: hidden; padding: 26px; border-bottom: 1px solid var(--line-dark); background: radial-gradient(circle at 75% 10%, rgba(255, 194, 75, 0.09), transparent 55%), linear-gradient(180deg, #151947, #111434); }
.vcard__body { display: grid; gap: 0.6rem; padding: 24px 28px 30px; }
.vcard__body p:last-child { color: var(--mist); }

.vq { display: flex; align-items: center; gap: 10px; padding: 12px 16px; border-radius: 999px; background: #fff; color: var(--ink); font-family: var(--mono); font-size: 0.8rem; box-shadow: 4px 4px 0 var(--lamp); }
.vq svg { width: 16px; height: 16px; flex: none; }
.vr { display: grid; grid-template-columns: 22px 1fr; gap: 12px; align-items: center; padding: 12px 14px; margin-top: 12px; border-radius: 14px; }
.vr__pos { font-family: var(--mono); font-size: 0.72rem; color: var(--mist); text-align: center; }
.vr--you { background: rgba(255, 194, 75, 0.1); border: 1px solid rgba(255, 194, 75, 0.55); }
.vr--you .vr__pos { color: var(--lamp); }
.vr__url { font-family: var(--mono); font-size: 0.66rem; color: var(--mist); }
.vr__title { color: var(--sky); font-weight: 700; font-stretch: 106%; font-size: 0.98rem; margin-top: 2px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.bars { display: grid; gap: 7px; }
.bars i { display: block; height: 8px; border-radius: 99px; background: rgba(255, 255, 255, 0.12); }
.bars i:first-child { width: 60%; background: rgba(142, 162, 255, 0.28); }
.bars i:last-child { width: 88%; }

.vmap { position: absolute; inset: 0; width: 100%; height: 100%; }
.pin { position: absolute; width: 12px; height: 12px; border-radius: 50%; background: rgba(255, 255, 255, 0.28); box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.06); }
.pin--you { width: 28px; height: 28px; border-radius: 50% 50% 50% 0; background: var(--lamp); transform: rotate(-45deg); box-shadow: 0 0 34px rgba(255, 194, 75, 0.7); }
.pin--you::after { content: ""; position: absolute; inset: 9px; border-radius: 50%; background: var(--night); }
.pin-pulse { position: absolute; width: 28px; height: 28px; margin: 0; border-radius: 50%; border: 2px solid var(--lamp); animation: pulse 2.6s var(--ease) infinite; }
@keyframes pulse { from { transform: scale(0.6); opacity: 0.9; } to { transform: scale(2.8); opacity: 0; } }
.map-card { position: absolute; padding: 10px 14px; border-radius: 14px; background: #fff; color: var(--ink); box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35); font-size: 0.82rem; line-height: 1.35; }
.map-card b { display: block; font-stretch: 110%; font-size: 0.92rem; }
.map-card span { color: #e5a100; letter-spacing: 1px; }

.bubble { max-width: 88%; padding: 12px 15px; border-radius: 18px; font-size: 0.86rem; line-height: 1.5; }
.bubble--q { margin-left: auto; background: var(--night-3); border-bottom-right-radius: 6px; color: #fff; }
.bubble--a { margin-top: 12px; background: rgba(255, 255, 255, 0.07); border: 1px solid var(--line-dark); border-bottom-left-radius: 6px; color: rgba(255, 255, 255, 0.9); }
.bubble--a b { color: var(--lamp); }
.bubble__label { display: block; font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--mist); margin-bottom: 6px; }
.cite { display: inline-flex; align-items: center; gap: 6px; margin-top: 10px; padding: 4px 10px; border-radius: 999px; border: 1px solid rgba(255, 194, 75, 0.6); color: var(--lamp); font-family: var(--mono); font-size: 0.66rem; }

.browser { border-radius: 16px; overflow: hidden; background: #fff; color: var(--ink); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35); }
.browser__bar { display: flex; align-items: center; gap: 6px; padding: 10px 12px; background: #eceef5; }
.browser__bar i { width: 9px; height: 9px; border-radius: 50%; background: #c9ccda; }
.browser__bar span { margin-left: 10px; flex: 1; padding: 4px 10px; border-radius: 999px; background: #fff; font-family: var(--mono); font-size: 0.62rem; color: var(--slate); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.browser__body { position: relative; padding: 16px 18px 18px; }
.bs-title { font-weight: 800; font-stretch: 112%; font-size: 1.05rem; }
.bs-sub { font-size: 0.78rem; color: var(--slate); margin-top: 2px; }
.bs-slots { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin: 14px 0; }
.bs-slots span { text-align: center; padding: 8px 0; border-radius: 10px; border: 1px solid var(--line); font-family: var(--mono); font-size: 0.7rem; }
.bs-slots .on { background: var(--lamp); border-color: var(--lamp); font-weight: 500; }
.bs-btn { display: block; text-align: center; padding: 10px; border-radius: 999px; background: var(--night); color: #fff; font-weight: 700; font-size: 0.85rem; }
.bs-toast { position: absolute; right: 14px; top: -14px; padding: 7px 12px; border-radius: 999px; background: #12805c; color: #fff; font-size: 0.75rem; font-weight: 700; box-shadow: 0 10px 24px rgba(18, 128, 92, 0.35); }

/* ================= SERVICES BENTO ================= */
.bento { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.svc { display: flex; flex-direction: column; overflow: hidden; border-radius: var(--r-xl); background: var(--paper); border: 1px solid var(--line); color: inherit; text-decoration: none; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease), border-color 0.3s; }
.svc:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.svc--wide { grid-column: span 2; }
.svc--cta { justify-content: center; gap: 1rem; padding: clamp(1.6rem, 1.2rem + 1.4vw, 2.4rem); background: radial-gradient(circle at 80% 0%, rgba(255, 194, 75, 0.22), transparent 55%), var(--night); border-color: var(--night); color: #fff; }
.svc--cta:hover { transform: none; box-shadow: none; }
.svc--cta p:not(.eyebrow) { color: var(--mist); }
.svc--cta .btn { align-self: flex-start; margin-top: 0.4rem; }
.svc__vis { position: relative; height: 220px; overflow: hidden; padding: 22px; background: linear-gradient(180deg, #f7f8fc, #eef0f7); border-bottom: 1px solid var(--line); }
.svc__body { display: grid; gap: 0.55rem; padding: 22px 26px 28px; }
.svc__body p { color: var(--slate); }
.svc__body .more { margin-top: 0.6rem; }

.rank { width: 100%; border-collapse: collapse; background: #fff; border-radius: 14px; overflow: hidden; box-shadow: 0 1px 0 var(--line), 0 10px 30px rgba(10, 12, 36, 0.06); font-size: 0.84rem; }
.rank th, .rank td { text-align: left; padding: 10px 14px; border-bottom: 1px solid var(--line); }
.rank th { font-family: var(--mono); font-size: 0.6rem; font-weight: 500; letter-spacing: 0.06em; text-transform: uppercase; color: var(--slate); }
.rank td:nth-child(2), .rank td:nth-child(3) { font-family: var(--mono); font-size: 0.74rem; }
.rank tr:last-child td { border-bottom: 0; }
.up { color: #12805c; }
.pos1 { display: inline-block; padding: 2px 8px; border-radius: 999px; background: var(--lamp); }
.example { position: absolute; right: 18px; top: 16px; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.06em; text-transform: uppercase; color: var(--slate); }

.mini-map { position: absolute; inset: 0; }
.mini-map .pin { background: rgba(10, 12, 36, 0.18); box-shadow: 0 0 0 4px rgba(10, 12, 36, 0.05); }
.mini-map .pin--you { background: var(--lamp); box-shadow: 0 0 24px rgba(255, 194, 75, 0.8); }

.ads { position: absolute; left: 22px; right: 22px; bottom: 22px; top: 44px; display: flex; align-items: end; gap: 10px; }
.ads i { flex: 1; border-radius: 8px 8px 3px 3px; background: #d5d8e6; }
.ads i:nth-child(even) { background: var(--night); }
.ads__legend { position: absolute; left: 22px; top: 16px; display: flex; gap: 14px; font-family: var(--mono); font-size: 0.6rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--slate); }
.ads__legend span::before { content: ""; display: inline-block; width: 8px; height: 8px; border-radius: 2px; margin-right: 6px; background: #d5d8e6; }
.ads__legend span:last-child::before { background: var(--night); }

.pages { position: absolute; inset: 22px; }
.pg-sheet { position: absolute; width: 58%; height: 150px; padding: 14px; border-radius: 12px; background: #fff; box-shadow: 0 10px 30px rgba(10, 12, 36, 0.1); display: grid; align-content: start; gap: 8px; }
.pg-sheet i { display: block; height: 7px; border-radius: 99px; background: #e3e5ef; }
.pg-sheet i:first-child { height: 11px; width: 80%; background: var(--night); }
.pg-sheet i.hl { background: var(--lamp); width: 55%; }
.pg-sheet:nth-child(1) { left: 0; top: 18px; transform: rotate(-5deg); }
.pg-sheet:nth-child(2) { left: 22%; top: 6px; transform: rotate(2deg); }
.pg-sheet:nth-child(3) { right: 0; top: 22px; transform: rotate(6deg); }

.score { position: absolute; right: 22px; bottom: 20px; width: 78px; height: 78px; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--lamp) 0 353deg, #e3e5ef 353deg); }
.score::before { content: ""; position: absolute; inset: 7px; border-radius: 50%; background: #fff; }
.score b { position: relative; font-weight: 800; font-stretch: 120%; font-size: 1.3rem; }
.score small { position: absolute; bottom: -22px; font-family: var(--mono); font-size: 0.58rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--slate); white-space: nowrap; }
.svc .browser { width: 72%; box-shadow: 0 10px 30px rgba(10, 12, 36, 0.12); }
.svc .browser__body { display: grid; gap: 7px; }
.svc .browser__body i { display: block; height: 7px; border-radius: 99px; background: #e3e5ef; }
.svc .browser__body i:first-child { height: 26px; border-radius: 8px; background: var(--night); }

.svc .bubble { font-size: 0.8rem; }
.svc .bubble--q { background: var(--night); }
.svc .bubble--a { background: #fff; border-color: var(--line); color: var(--ink); box-shadow: 0 8px 24px rgba(10, 12, 36, 0.08); }
.svc .bubble--a b { color: var(--ink); background: linear-gradient(transparent 55%, rgba(255, 194, 75, 0.7) 55%); }
.svc .cite { border-color: var(--night); color: var(--night); }

/* ================= PROOF ================= */
.proof { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr); gap: clamp(2rem, 1rem + 4vw, 5rem); align-items: center; }
.proof__client { font-family: var(--mono); font-size: 0.72rem; letter-spacing: 0.04em; color: var(--mist); margin-top: 1.5rem; }
.proof__text { margin-top: 1rem; color: var(--mist); max-width: 34rem; }
.metrics { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; margin-top: 2.4rem; padding-top: 2rem; border-top: 1px solid var(--line-dark); }
.metrics b { display: block; font-size: clamp(1.9rem, 1.2rem + 1.7vw, 2.7rem); font-weight: 800; font-stretch: 110%; letter-spacing: -0.04em; line-height: 1; white-space: nowrap; }
.metrics span { display: block; margin-top: 0.55rem; font-size: 0.9rem; line-height: 1.35; color: var(--mist); }
.chart-card { position: relative; padding: 24px 24px 18px; overflow: hidden; }
.chart-card__head { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: baseline; margin-bottom: 14px; }
.chart-card__title { font-weight: 700; font-stretch: 110%; }
.chart-card__src { font-family: var(--mono); font-size: 0.62rem; letter-spacing: 0.04em; color: var(--mist); }
.chart-card svg text { font-family: var(--mono); font-size: 10px; fill: var(--mist); }
.chart-line { stroke-dasharray: 900; stroke-dashoffset: 0; }
.chart-area { opacity: 1; }
.js .chart-line { stroke-dashoffset: 900; transition: stroke-dashoffset 2.4s var(--ease); }
.js .chart-area { opacity: 0; transition: opacity 1.2s 1.3s; }
.js .in-view .chart-line { stroke-dashoffset: 0; }
.js .in-view .chart-area { opacity: 1; }

/* ================= PROCESS ================= */
.steps-wrap { position: relative; }
.steps { position: relative; list-style: none; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1.5rem; padding-top: 3rem; }
.steps::before { content: ""; position: absolute; top: 0.55rem; left: 0; right: 0; height: 2px; background: var(--line); }
.steps__beam { position: absolute; top: 0.55rem; left: 0; right: 0; height: 2px; transform-origin: left; background: linear-gradient(90deg, var(--lamp), var(--lamp-hot)); box-shadow: 0 0 16px rgba(255, 194, 75, 0.8); }
@supports (animation-timeline: view()) {
  .steps__beam { animation: beam-grow linear both; animation-timeline: view(); animation-range: entry 15% cover 50%; }
}
@keyframes beam-grow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.step { position: relative; }
.step::before { content: ""; position: absolute; top: -3rem; left: 0; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--night); box-shadow: 0 0 0 5px var(--snow); }
.step__when { font-family: var(--mono); font-size: 0.68rem; letter-spacing: 0.05em; text-transform: uppercase; color: var(--slate); }
.step__title { margin: 0.5rem 0 0.7rem; }
.step__num { color: var(--slate); font-weight: 600; margin-right: 0.35rem; }
.step p:last-child { color: var(--slate); }

/* ================= PRINCIPLES ================= */
.principles { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(2rem, 1rem + 5vw, 6rem); align-items: start; }
.principles .section-head { position: sticky; top: calc(var(--header-h) + 2rem); margin-bottom: 0; }
.plist { list-style: none; }
.plist li { display: grid; grid-template-columns: 3.2rem minmax(0, 1fr); gap: 1.3rem; padding: 1.8rem 0; border-top: 1px solid var(--line); }
.plist li:last-child { border-bottom: 1px solid var(--line); }
.picon { width: 3.2rem; height: 3.2rem; border-radius: 16px; background: var(--night); color: var(--lamp); display: grid; place-items: center; }
.picon svg { width: 1.4rem; height: 1.4rem; }
.plist h3 { margin-bottom: 0.45rem; }
.plist p { color: var(--slate); }

/* ================= RESOURCES ================= */
.guides { list-style: none; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.25rem; }
.guide { display: flex; flex-direction: column; height: 100%; overflow: hidden; border-radius: var(--r-xl); background: var(--paper); border: 1px solid var(--line); color: inherit; text-decoration: none; transition: transform 0.3s var(--ease), box-shadow 0.3s var(--ease); }
.guide:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.guide__cover { position: relative; height: 170px; display: flex; align-items: end; padding: 20px 22px; background: radial-gradient(circle at var(--sx, 80%) var(--sy, 20%), rgba(255, 194, 75, 0.32), transparent 45%), var(--night); color: #fff; font-family: var(--mono); font-size: 0.95rem; }
.guide__body { display: flex; flex-direction: column; gap: 0.8rem; flex: 1; padding: 22px 24px 26px; }
.guide__body .tag { align-self: flex-start; }
.guide__body .more { margin-top: auto; }
.learn { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr); gap: 1.25rem; margin-top: 1.25rem; }
.az { list-style: none; display: grid; grid-template-columns: repeat(13, minmax(0, 1fr)); gap: 6px; margin: 1.3rem 0 1.6rem; }
.az a, .az span { display: grid; place-items: center; aspect-ratio: 1; border-radius: 9px; font-family: var(--mono); font-size: 0.8rem; text-decoration: none; }
.az a { background: var(--snow); color: var(--ink); transition: background 0.2s; }
.az a:hover { background: var(--lamp); }
.az span { color: #c4c7d6; }
.terms { list-style: none; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 1.6rem; }
.terms a { font-weight: 700; font-stretch: 108%; color: var(--ink); }
.terms p { font-size: 0.9rem; color: var(--slate); margin-top: 0.25rem; line-height: 1.45; }
.tools { list-style: none; display: grid; gap: 1.1rem; margin-top: 1.3rem; }
.tool { display: grid; grid-template-columns: 2.8rem minmax(0, 1fr); gap: 1rem; }
.tool__icon { width: 2.8rem; height: 2.8rem; border-radius: 14px; background: var(--night); color: var(--lamp); display: grid; place-items: center; }
.tool__icon svg { width: 1.3rem; height: 1.3rem; }
.tool a { font-weight: 700; font-stretch: 108%; color: var(--ink); }
.tool p { color: var(--slate); font-size: 0.93rem; margin-top: 0.2rem; }

/* ================= RESPONSIVE ================= */
@media (max-width: 1100px) {
  .bento { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .svc--wide, .svc--cta { grid-column: 1 / -1; }
}
@media (max-width: 960px) {
  .hero__inner, .proof, .principles, .learn { grid-template-columns: minmax(0, 1fr); }
  .hero__crowd { inset: -20% -30% -20% -30%; }
  .hero__scrim { background: linear-gradient(180deg, var(--night) 0%, rgba(10, 12, 36, 0.96) 42%, rgba(10, 12, 36, 0.35) 70%, rgba(10, 12, 36, 0.85) 100%); }
  .hero__stage { min-height: 320px; }
  .principles .section-head { position: static; }
  .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 3.5rem; }
  .steps::before, .steps__beam { display: none; }
  .guides { grid-template-columns: minmax(0, 1fr); }
}
@media (max-width: 640px) {
  .where__grid, .bento, .steps, .terms { grid-template-columns: minmax(0, 1fr); }
  .svc--wide { grid-column: auto; }
  .metrics { grid-template-columns: minmax(0, 1fr); gap: 1.4rem; }
  .az { grid-template-columns: repeat(7, minmax(0, 1fr)); }
  .vcard__vis { height: 250px; padding: 20px; }
  .rank th:nth-child(3), .rank td:nth-child(3) { display: none; }
}
