@font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(../fonts/dm-sans-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'DM Sans'; font-style: normal; font-weight: 300 700; font-display: swap; src: url(../fonts/dm-sans-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: 'DM Sans'; font-style: italic; font-weight: 300 700; font-display: swap; src: url(../fonts/dm-sans-italic-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; } @font-face { font-family: 'DM Sans'; font-style: italic; font-weight: 300 700; font-display: swap; src: url(../fonts/dm-sans-italic-latin-ext.woff2) format('woff2'); unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF; } @font-face { font-family: 'JetBrains Mono'; font-style: normal; font-weight: 400 600; font-display: swap; src: url(../fonts/jetbrains-mono-latin.woff2) format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2122, U+2212, U+FEFF, U+FFFD; }   :root {   --bg: #ffffff;   --surface: #ffffff;   --surface-2: #eef2f2;   --ink: #17191f;   --ink-soft: #5b6472;   --ink-faint: #8a93a3;     --teal: #0d9488; --teal-deep: #0f4f49; --navy: #134e4a; --teal-tint: #e6f4f2;   --teal-tint-2: #f0f8f6;   --amber: #ef9d1a; --amber-deep: #d4870c; --amber-tint: #fdf3e0;   --purple: #7c5cfc; --magenta: #e946b9; --green: #21a06b; --line: #e7eaec;   --line-strong: #d3d9dc; --shadow-sm: 0 1px 2px rgba(20,30,40,.05), 0 4px 12px rgba(20,30,40,.04); --shadow-md: 0 6px 22px rgba(20,30,40,.07), 0 14px 40px rgba(20,30,40,.05); --shadow-lg: 0 24px 70px rgba(15,79,73,.14); --radius: 16px; --radius-sm: 11px; --radius-pill: 9999px; --wrap: 1160px; --serif: 'Iowan Old Style', 'Palatino Linotype', 'Palatino', 'Book Antiqua', Georgia, 'Times New Roman', serif; --sans: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif; --mono: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace; }   *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; } html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; } :target { scroll-margin-top: 110px; } body { font-family: var(--sans); background: var(--bg); color: var(--ink); line-height: 1.6; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; } img, svg { max-width: 100%; display: block; } a { color: inherit; text-decoration: none; } button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; } ::selection { background: var(--teal-tint); }   .wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; } .wrap-narrow { max-width: 820px; margin: 0 auto; padding: 0 24px; } .section { padding: 92px 0; } .section-tight { padding: 64px 0; } .section--tint { background: var(--teal-tint-2); } .section--amber { background: var(--amber-tint); } .section--ink { background: var(--navy); color: #eaf3f1; }   .kicker { display: inline-block; font-family: var(--mono); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--teal-deep); } .kicker--amber { color: var(--amber-deep); } .kicker--on-ink { color: #7fd8cd; }   h1, h2, h3 { font-family: var(--serif); font-weight: 600; line-height: 1.12; letter-spacing: -0.01em; color: var(--ink); } .h1 { font-size: clamp(2.4rem, 5.2vw, 3.7rem); } .h2 { font-size: clamp(1.9rem, 3.6vw, 2.7rem); } .h3 { font-size: clamp(1.25rem, 2vw, 1.55rem); } .section-title { font-family: var(--serif); font-size: clamp(1.9rem, 3.6vw, 2.7rem); line-height: 1.14; margin-bottom: 16px; } .section-sub { font-size: 1.07rem; color: var(--ink-soft); line-height: 1.65; } .lead { font-size: 1.15rem; color: var(--ink-soft); line-height: 1.65; }   .btn { display: inline-flex; align-items: center; gap: 8px; font-family: var(--sans); font-size: .95rem; font-weight: 600; padding: 13px 22px; border-radius: var(--radius-pill); transition: transform .15s ease, box-shadow .2s ease, background-color .2s ease, color .2s ease; white-space: nowrap; } .btn-primary {   background: var(--teal); color: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 20px rgba(13,148,136,.22); } .btn-primary:hover { background: var(--teal-deep); transform: translateY(-1px); } .btn-ghost { background: transparent; color: var(--teal-deep); border: 1.5px solid var(--line-strong); } .btn-ghost:hover { border-color: var(--teal); color: var(--teal); background: var(--teal-tint-2); } .btn-teal { background: var(--teal); color: #fff; } .btn-teal:hover { background: var(--teal-deep); transform: translateY(-1px); } .btn-amber {   background: var(--amber); color: #1c1206; box-shadow: 0 1px 0 rgba(0,0,0,.04), 0 8px 20px rgba(239,157,26,.28); } .btn-amber:hover { background: var(--amber-deep); transform: translateY(-1px); } .btn-light {   background: #fff; color: var(--teal-deep); box-shadow: 0 8px 22px rgba(0,0,0,.18); } .btn-light:hover { background: #eafaf7; transform: translateY(-1px); } .btn-lg { padding: 16px 28px; font-size: 1rem; } .btn-block { width: 100%; justify-content: center; }   .nav { position: sticky; top: 0; z-index: 1000; height: 90px; background: rgba(255,255,255,.82); backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px); } .nav-inner { display: flex; align-items: center; height: 100%; gap: 24px; } .nav-brand { display: flex; align-items: center; gap: 15px; } .nav-logo { height: 40px; width: auto; } .nav-brand-text { display: flex; flex-direction: column; gap: 6px; } .nav-name { font-family: var(--serif); font-weight: 600; font-size: 1.16rem; line-height: 1; } .nav-tag { font-family: var(--mono); font-size: .65rem; letter-spacing: .02em; color: var(--ink-faint); line-height: 1; } .nav-links { display: flex; align-items: center; gap: 30px; margin-left: auto; font-size: .92rem; } .nav-links a { color: var(--ink-soft); transition: color .15s; } .nav-links a:hover { color: var(--ink); } .nav-cta { margin-left: 4px; } .hamburger { display: none; flex-direction: column; gap: 5px; padding: 8px; margin-left: auto; } .hamburger span { width: 22px; height: 2px; background: var(--ink); border-radius: 2px; transition: .2s; } .mobile-menu { display: none; }   .hero { padding: 84px 0 72px; position: relative; overflow: hidden; } .hero::before {   content: ''; position: absolute; inset: -20% 0 auto 0; height: 70%; background: radial-gradient(ellipse 70% 100% at 50% 0%, rgba(13,148,136,.07), transparent 70%); pointer-events: none; z-index: 0; } .hero .wrap { position: relative; z-index: 1; } .hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 56px; align-items: center; } .hero-title { font-size: clamp(2.5rem, 5vw, 3.65rem); line-height: 1.08; margin: 18px 0 22px; } .hero-title em { font-style: normal; color: var(--teal-deep); } .hero-sub { font-size: 1.16rem; color: var(--ink-soft); line-height: 1.6; max-width: 560px; margin-bottom: 30px; } .hero-cta { display: flex; gap: 12px; flex-wrap: wrap; } .hero-note { margin-top: 16px; font-size: .82rem; color: var(--ink-faint); } .hero-note b { color: var(--ink); font-weight: 600; } .hero-visual { position: relative; }   @keyframes radar-sweep { to { transform: rotate(360deg); } } .signal-radar { width: 100%; max-width: 560px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; } .signal-radar__stage { position: relative; width: 100%; } .signal-radar__svg { display: block; width: 100%; height: auto; } .signal-radar text { font-family: var(--sans); }   .signal-radar__more { font-family: var(--mono); }   .signal-radar__sweep { transform-box: view-box; transform-origin: 260px 260px; animation: radar-sweep 9s linear infinite; } .signal-radar__legend { display: flex; flex-wrap: wrap; justify-content: center; gap: 22px; margin-top: 18px; font: 400 13px/1 var(--sans); color: #6b6f68; } .signal-radar__legend span { display: inline-flex; align-items: center; gap: 8px; } .signal-radar__dot { width: 9px; height: 9px; border-radius: 50%; } @media (prefers-reduced-motion: reduce) { .signal-radar__sweep { animation: none; } }   .signal-radar__link { display: none; }   .hero-visual .signal-radar__link { position: absolute; inset: 0; width: 100%; height: 100%; border-radius: 0; z-index: 5; pointer-events: none; overflow: visible; } .play-card { width: 100%; max-width: 280px; margin: 22px auto 0; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-md); padding: 15px 16px 16px; font-family: var(--sans); } .play-card__head { display: flex; align-items: center; justify-content: space-between; gap: 7px; margin-bottom: 11px; font-family: var(--mono); font-size: .62rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-faint); } .play-card__head-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--amber); box-shadow: 0 0 0 3px var(--amber-tint); } .play-card__node { font-size: .84rem; line-height: 1.3; color: var(--ink); } .play-card__node--signal b { font-weight: 600; } .play-card__node-title { display: flex; align-items: center; gap: 6px; font-weight: 600; color: var(--teal-deep); } .play-card__check { display: flex; align-items: center; gap: 7px; margin: 7px 0 0 19px; color: var(--ink-soft); font-size: .77rem; } .play-card__check::before { content: ''; width: 4px; height: 4px; border-radius: 50%; background: var(--line-strong); flex-shrink: 0; } .play-card__stem { width: 0; height: 14px; border-left: 2px solid var(--line); margin: 7px 0 7px 9px; } .play-card__end { display: flex; align-items: center; gap: 6px; font-size: .78rem; font-weight: 600; } .play-card__pill { display: inline-flex; align-items: center; gap: 5px; } .play-card__pill--ok { color: var(--teal-deep); } .play-card__pill--reach { color: var(--teal-deep); } .play-card__arrow { color: var(--ink-faint); } .hero-visual .play-card svg.play-card__ic { width: 13px; height: 13px; border-radius: 0; flex-shrink: 0; } @media (min-width: 921px) { .signal-radar { max-width: 500px; margin: 0; align-items: flex-start; } .signal-radar__legend { flex-direction: column; align-items: flex-start; gap: 9px; margin: 0 0 0 11%; } .signal-radar__link { display: block; } .play-card { position: absolute; top: 60%; right: 0; z-index: 3; width: 44%; max-width: 212px; margin: 0; } }     .checks { list-style: none; margin: 22px 0 0; display: grid; gap: 14px; } .checks li { position: relative; padding-left: 28px; font-size: .98rem; color: var(--ink-soft); line-height: 1.55; } .checks li::before { content: '\2713'; position: absolute; left: 0; top: -1px; color: var(--teal-deep); font-weight: 700; font-size: 1rem; } .checks li b { color: var(--ink); font-weight: 600; } .checks--amber li::before { color: var(--amber-deep); }   .free-magnet { text-align: left; } .free-magnet .section-title { color: #fff; } .free-magnet .section-sub { color: #c3dbd7; } .free-magnet .checks li { color: #c3dbd7; } .free-magnet .checks li::before { color: #7fd8cd; }   .free-checks { gap: 14px; margin: 30px 0; } .free-checks li { font-size: 1rem; } .free-note { margin-top: 14px; font-size: .82rem; color: #8fb6b0; }   .author { display: flex; align-items: flex-start; gap: 56px; } .author-photo { width: 218px; height: 218px; border-radius: 50%; object-fit: cover; flex-shrink: 0; box-shadow: var(--shadow-sm); } .author-quote { font-family: var(--serif); font-size: clamp(1.3rem, 2.2vw, 1.6rem); line-height: 1.35; color: var(--ink); margin: 12px 0 18px; } .author-text { font-size: 1rem; line-height: 1.6; color: var(--ink-soft); margin-bottom: 14px; } .author-meta { font-size: .9rem; color: var(--ink-soft); margin: 22px 0 18px; line-height: 1.5; } .author-li { display: inline-flex; align-items: center; gap: 6px; vertical-align: middle; color: var(--ink-soft); transition: color .15s; } .author-li:hover { color: var(--teal); } .author-li svg { width: 16px; height: 16px; display: block; }   .insights-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 320px)); gap: 20px; justify-content: center; } .insights-list--home { grid-template-columns: repeat(3, minmax(0, 1fr)); max-width: 1040px; margin: 40px auto 0; } .insight-card-link { display: flex; flex-direction: column; border-radius: var(--radius); overflow: hidden; background: var(--surface); border: 1px solid var(--line); transition: transform .2s, box-shadow .2s; } .insight-card-link:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); } .insight-card-img { width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; display: block; } .insight-card-body { padding: 16px 18px; display: flex; flex-direction: column; flex-grow: 1; } .insight-card-tag { display: inline-block; font-size: .7rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--teal); background: rgba(13,148,136,.08); padding: 4px 10px; border-radius: 4px; margin-bottom: 12px; } .insight-card-title { font-family: var(--sans); font-size: .98rem; font-weight: 700; line-height: 1.35; margin-bottom: 8px; color: var(--ink); } .insight-card-desc { font-size: .88rem; color: var(--ink-soft); line-height: 1.6; margin-bottom: 16px; } .insight-card-meta { font-size: .78rem; color: var(--ink-faint); margin-top: auto; } .insights-all { text-align: center; margin-top: 32px; } .insights-all a { color: var(--teal-deep); font-weight: 600; }   .flow { display: grid; gap: 18px; margin-top: 36px; } .phase { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px 30px; box-shadow: var(--shadow-sm); }   .flow--flat .phase { background: none; border: none; border-top: 1px solid var(--line-strong); border-radius: 10px; box-shadow: none; padding: 24px 24px 2px; margin-bottom: 44px; } .flow--flat .in-practice { border-radius: 0; background: none; padding-left: 16px; }   .vs-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 860px; margin: 0 auto; } .vs-col { display: flex; flex-direction: column; } .vs-card { background: var(--teal-tint-2); border: 1px solid var(--line); border-top: 3px solid var(--line-strong); border-radius: var(--radius); box-shadow: var(--shadow-sm); padding: 26px 30px; flex: 1; } .vs-card--ours { border-top-color: var(--teal); } .vs-card-head { font-family: var(--mono); font-size: .72rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 14px; } .vs-card p { font-family: var(--sans); font-size: 1.07rem; line-height: 1.65; color: var(--ink-soft); margin-bottom: 13px; } .vs-card p:last-child { margin-bottom: 0; } @media (max-width: 700px) { .vs-cards { grid-template-columns: 1fr; } } .stepper { display: flex; align-items: center; gap: 7px; margin-bottom: 20px; flex-wrap: wrap; } .step-dot { width: 11px; height: 11px; border-radius: 50%; background: rgba(13,148,136,.22); flex-shrink: 0; }   .step-dot.is-done { background: var(--teal); } .step-pill {   display: inline-flex; align-items: center; justify-content: center; width: 22px; height: 22px; border-radius: 50%; background: var(--teal-tint); color: var(--teal-deep); border: 1px solid rgba(13,148,136,.18); font-family: var(--mono); font-size: .72rem; font-weight: 700; } .step-badge {   margin-left: 8px; font-family: var(--mono); font-size: .62rem; letter-spacing: .07em; text-transform: uppercase; font-weight: 700; color: #fff; background: var(--amber-deep); border-radius: 6px; padding: 4px 9px; } .phase-h { font-size: 1.4rem; margin-bottom: 10px; } .phase-copy { color: var(--ink-soft); font-size: .98rem; line-height: 1.6; margin-bottom: 16px; } .in-practice { border-left: 2px solid var(--teal); border-radius: 0 8px 8px 0; background: var(--teal-tint-2); padding: 14px 18px; font-size: .88rem; color: var(--ink-soft); line-height: 1.6; } .in-practice .ip-k { display: block; font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-deep); margin-bottom: 5px; } .in-practice--amber { border-left-color: var(--amber); background: var(--amber-tint); } .in-practice--amber .ip-k { color: var(--amber-deep); } .card { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 26px; box-shadow: var(--shadow-sm); } .card h3 { font-size: 1.15rem; margin-bottom: 8px; } .card p { font-size: .93rem; color: var(--ink-soft); line-height: 1.6; }     .compare { margin-top: 36px; overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); } .compare table { width: 100%; border-collapse: collapse; min-width: 720px; } .compare th, .compare td { text-align: left; padding: 15px 18px; border-bottom: 1px solid var(--line); font-size: .9rem; vertical-align: top; } .compare thead th { font-family: var(--mono); font-size: .66rem; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); font-weight: 600; } .compare thead th.col-us { color: var(--teal-deep); } .compare td.col-pain { color: var(--ink); } .compare td.col-us { background: var(--teal-tint-2); color: var(--ink); } .compare td.col-us::before { content: '✓ '; color: var(--teal); font-weight: 700; } .compare td.muted { color: var(--ink-faint); } .compare-foot { margin-top: 14px; font-size: .9rem; color: var(--ink-soft); } .compare-foot b { color: var(--ink); } .compare--plain td.col-us::before { content: none; }   .compare--plain td.col-pain { font-weight: 600; }   .pricing { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; align-items: stretch; } .pricing--two { grid-template-columns: repeat(2, 1fr); }   .price { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); padding: 28px; box-shadow: var(--shadow-sm); display: flex; flex-direction: column; } .price--feature { border: 1.5px solid var(--teal); box-shadow: var(--shadow-md); position: relative; } .price-badge { position: absolute; top: -11px; left: 28px; font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; background: var(--amber); color: #2a1c05; padding: 4px 10px; border-radius: 6px; } .price-name { font-family: var(--mono); font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); } .price-amount { font-family: var(--serif); font-size: 2.6rem; margin: 10px 0 4px; } .price-amount small { font-size: .9rem; color: var(--ink-soft); font-family: var(--sans); } .price-desc { font-size: .9rem; color: var(--ink-soft); line-height: 1.55; margin-bottom: 18px; } .price-label { display: block; font-family: var(--mono); font-size: .62rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink-faint); margin: 20px 0 12px; } .price ul { list-style: none; display: grid; gap: 11px; margin-bottom: 22px; } .price li { font-size: .92rem; color: var(--ink-soft); padding-left: 24px; position: relative; line-height: 1.5; } .price li::before { content: '✓'; position: absolute; left: 0; color: var(--teal); font-weight: 700; } .price--feature li::before { color: var(--amber-deep); } .price .btn { margin-top: auto; }   .team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; margin-top: 50px; } .team-member { text-align: center; } .team-circle { width: 220px; height: 220px; border-radius: 50%; border: 1px solid var(--teal-tint); margin: 0 auto 24px; display: flex; align-items: center; justify-content: center; overflow: hidden; } .team-circle--photo img { width: 100%; height: 100%; object-fit: cover; } .team-circle--photo { box-shadow: var(--shadow-md); } .team-circle--icon { color: var(--teal-deep); box-shadow: var(--shadow-sm); } .team-glyph { font-family: var(--mono); font-size: 3.2rem; line-height: 1; letter-spacing: -.02em; color: var(--teal-deep); } .team-member p { font-size: 1rem; color: var(--ink-soft); line-height: 1.6; max-width: 330px; margin: 0 auto; } @media (max-width: 760px) { .team-grid { grid-template-columns: 1fr; gap: 40px; max-width: 360px; margin-left: auto; margin-right: auto; } }   .cta-final { background: var(--navy); color: #eaf3f1; text-align: center; } .cta-final h2, .cta-final .section-title { color: #fff; margin-bottom: 14px; } .cta-final .section-sub { color: #c3dbd7; margin: 0 auto 26px; } .cta-final-btns { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; } .cta-final .btn-primary { background: #fff; color: var(--teal-deep); box-shadow: 0 8px 22px rgba(0,0,0,.18); } .cta-final .btn-primary:hover { background: #eafaf7; } .cta-final .btn-ghost { border-color: rgba(255,255,255,.32); color: #eaf3f1; } .cta-final .btn-ghost:hover { border-color: #fff; color: #fff; background: rgba(255,255,255,.08); } .cta-note { margin-top: 16px; font-size: .82rem; color: #8fb6b0; }     .footer { background: var(--bg); color: var(--ink-soft); } .footer .wrap-narrow { border-top: 1px solid var(--line); padding-top: 64px; padding-bottom: 44px; } .footer-top { display: grid; grid-template-columns: 1fr auto; gap: 40px 56px; align-items: start; } .footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 28px; max-width: 300px; } .footer-brand-link { display: flex; align-items: center; gap: 13px; } .footer-logo { height: 38px; width: auto; } .footer-brand-text { display: flex; flex-direction: column; gap: 6px; } .footer-name { font-family: var(--serif); font-weight: 600; color: var(--ink); font-size: 1.18rem; line-height: 1; } .footer-tag { font-family: var(--mono); font-size: .65rem; letter-spacing: .02em; color: var(--ink-faint); line-height: 1; } .footer-contact { display: flex; flex-direction: column; align-items: flex-start; gap: 4px; font-size: .9rem; margin-left: 6px; } .footer-contact a { display: inline-flex; align-items: center; color: var(--ink-soft); transition: color .15s; } .footer-contact a:hover { color: var(--teal); } .footer-li { gap: 7px; } .footer-li:hover { color: var(--teal); } .footer-li svg { height: 18px; width: 18px; display: block; } .footer-cols { display: grid; grid-template-columns: repeat(3, minmax(100px, auto)); gap: 34px; margin-top: 5px; } .footer-col-h { font-family: var(--mono); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-deep); margin-bottom: 16px; } .footer-col a { display: block; color: var(--ink-soft); font-size: .9rem; padding: 2px 0; transition: color .15s; } .footer-col a:hover { color: var(--teal); } .footer-bottom { margin-top: 64px; display: flex; justify-content: center; align-items: center; gap: 10px; flex-wrap: wrap; font-size: .82rem; color: var(--ink-faint); } .footer-bottom a { color: var(--ink-faint); transition: color .15s; } .footer-bottom a:hover { color: var(--teal); } .footer-bottom .heart { color: currentColor; vertical-align: -2px; display: inline-block; }   .fade-in { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; } .fade-in.visible { opacity: 1; transform: translateY(0); } @media (prefers-reduced-motion: reduce) { .fade-in { opacity: 1; transform: none; transition: none; } }   .modal-overlay { position: fixed; inset: 0; z-index: 2000; background: rgba(15,30,28,.55); -webkit-backdrop-filter: blur(3px); backdrop-filter: blur(3px); display: none; align-items: center; justify-content: center; padding: 20px; } .modal-overlay.active { display: flex; } .modal { background: var(--surface); border-radius: var(--radius); padding: 42px 40px; max-width: 460px; width: 100%; box-shadow: var(--shadow-lg); position: relative; } .modal-close { position: absolute; top: 14px; right: 18px; font-size: 1.7rem; line-height: 1; color: var(--ink-faint); } .modal-close:hover { color: var(--ink); } .modal-title { font-family: var(--serif); font-size: 1.25rem; line-height: 1.35; margin-bottom: 26px; color: var(--ink); text-align: center; } .modal p { color: var(--ink-soft); font-size: .95rem; line-height: 1.55; } .form-group { margin-bottom: 16px; } .form-group label { display: block; font-size: .82rem; font-weight: 600; color: var(--ink); margin-bottom: 7px; } .form-group input { width: 100%; padding: 12px 14px; border: 1px solid var(--line-strong); border-radius: var(--radius-sm); font-family: var(--sans); font-size: .95rem; background: #fff; color: var(--ink); } .form-group input:focus { outline: none; border-color: var(--teal); box-shadow: 0 0 0 3px var(--teal-tint); } .form-submit { display: flex; align-items: center; justify-content: center; gap: 8px; width: fit-content; margin: 40px auto 0; padding: 13px 30px; border-radius: var(--radius-pill); font-family: var(--sans); font-weight: 600; font-size: .95rem; } @media (max-width: 480px) { .form-submit { width: 100%; } } .modal-footer { font-size: .78rem; color: var(--ink-faint); margin-top: 18px; text-align: center; } .modal-footer a { color: var(--teal-deep); } .form-success { text-align: center; padding: 14px 0; } .checkmark { width: 54px; height: 54px; border-radius: 50%; background: var(--teal-tint); color: var(--teal); font-size: 1.8rem; display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }   .cb { position: fixed; inset: 0; z-index: 1900; display: none; align-items: center; justify-content: center; padding: 20px; pointer-events: none; } .cb.show { display: flex; } .cb-card { width: 100%; max-width: 460px; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius); box-shadow: 0 0 0 15px rgba(15,79,73,.05), var(--shadow-lg); padding: 30px 32px; pointer-events: auto; } .cb-main { display: none; } .cb-main.active { display: block; } .cb-prefs { display: none; } .cb-prefs.active { display: block; } .cb-text { font-size: .9rem; color: var(--ink-soft); line-height: 1.55; margin-bottom: 22px; text-align: center; } .cb-text a { color: var(--teal-deep); } .cb-btns { display: flex; gap: 10px; flex-wrap: wrap; justify-content: center; } .cb-btn { font-size: .84rem; font-weight: 600; padding: 11px 22px; border-radius: var(--radius-pill); border: 1px solid var(--line-strong); color: var(--ink-soft); background: #fff; } .cb-btn:hover { border-color: var(--teal); color: var(--teal); } .cb-btn-accept { background: var(--teal); color: #fff; border-color: var(--teal); } .cb-btn-accept:hover { background: var(--teal-deep); color: #fff; } .cb-prefs-title { font-family: var(--serif); font-size: 1.25rem; line-height: 1.35; margin-bottom: 16px; color: var(--ink); text-align: center; } .cb-cat { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 11px 0; border-bottom: 1px solid var(--line); } .cb-cat-info { display: flex; flex-direction: column; } .cb-cat-name { font-weight: 600; font-size: .86rem; color: var(--ink); } .cb-cat-desc { font-size: .78rem; color: var(--ink-faint); } .cb-cat-status { font-size: .78rem; color: var(--ink-faint); } .cb-prefs-btns { display: flex; gap: 8px; flex-wrap: wrap; margin-top: 18px; justify-content: center; } .cb-toggle { position: relative; display: inline-block; width: 40px; height: 22px; flex-shrink: 0; } .cb-toggle input { opacity: 0; width: 0; height: 0; } .cb-toggle-slider { position: absolute; inset: 0; background: var(--line-strong); border-radius: 22px; transition: .2s; cursor: pointer; } .cb-toggle-slider::before { content: ''; position: absolute; height: 16px; width: 16px; left: 3px; top: 3px; background: #fff; border-radius: 50%; transition: .2s; } .cb-toggle input:checked + .cb-toggle-slider { background: var(--teal); } .cb-toggle input:checked + .cb-toggle-slider::before { transform: translateX(18px); }   .approach-wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; } .approach-intro { order: 2; margin-left: 40px; }   .approach-intro .section-sub { max-width: 470px; } .cycle { position: relative; width: 100%; max-width: 470px; margin: 0 auto; aspect-ratio: 1 / 0.82; } .cycle-ring { position: absolute; top: 50%; left: 45%; transform: translate(-50%, -50%); width: 58%; aspect-ratio: 1; } .cycle-hub { position: absolute; top: 50%; left: 45%; transform: translate(-50%, -50%); width: 48%; text-align: center; } .cycle-hub-label { display: block; font-family: var(--mono); font-size: .82rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; color: var(--ink); } .cycle-hub-sub { display: block; margin-top: 8px; font-size: .92rem; line-height: 1.45; color: var(--ink-soft); } .cycle-card { position: absolute; width: 30%; } .cycle-card--tl { top: 0; left: 0; } .cycle-card--tr { top: 0; right: 0; } .cycle-card--br { bottom: 0; right: 0; } .cycle-card--bl { bottom: 0; left: 0; } .cycle-num { display: block; font-family: var(--serif); font-weight: 600; font-size: 3.2rem; line-height: 1; color: #8fc6b6; } .cycle-num--accent { color: #8fc6b6; } .cycle-label { display: block; margin: 3px 0 5px; font-family: var(--mono); font-size: .7rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink); } .cycle-text { font-size: .9rem; line-height: 1.45; color: var(--ink-soft); }   .stages { display: grid; grid-template-columns: 1fr auto 1fr; gap: 30px; align-items: stretch; margin-top: 44px; } .stage { display: flex; flex-direction: column; background: var(--surface); border-radius: 18px; padding: 24px 24px 26px; box-shadow: var(--shadow-sm); } .stage-top { display: flex; align-items: center; gap: 10px; margin-bottom: 13px; } .stage-num { display: inline-flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; flex-shrink: 0; background: var(--teal-tint); color: var(--teal-deep); border: 1px solid rgba(13,148,136,.2); font-family: var(--mono); font-size: .82rem; font-weight: 700; } .stage-tag { font-family: var(--mono); font-size: .68rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-deep); } .stage-h { font-size: 1.32rem; line-height: 1.2; margin-bottom: 10px; } .stage-copy { font-size: .95rem; line-height: 1.55; color: var(--ink-soft); margin-bottom: 20px; } .stage .browser-chrome { margin-top: auto; box-shadow: var(--shadow-sm); }   .stage-link { align-self: center; display: flex; flex-direction: column; align-items: center; gap: 12px; } .stage-link-arrow { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--surface); color: var(--teal-deep); box-shadow: var(--shadow-sm); } .stage-link-arrow svg { width: 20px; height: 20px; display: block; } .stage-link-cap { font-family: var(--mono); font-size: .64rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; color: var(--ink-faint); text-align: center; line-height: 1.5; }   @media (max-width: 920px) { .hero-grid { grid-template-columns: 1fr; gap: 36px; } .hero-visual { order: -1; } .pricing{ grid-template-columns: 1fr; } .insights-list--home { grid-template-columns: 1fr; max-width: 420px; } .footer-top { grid-template-columns: 1fr; gap: 36px; } .approach-wrap { grid-template-columns: 1fr; gap: 40px; } .approach-intro { order: 0; margin-left: 0; } .stages { grid-template-columns: 1fr; gap: 22px; } .stage-link-arrow { transform: rotate(90deg); } } @media (max-width: 760px) { .section { padding: 64px 0; } .author { flex-direction: column; align-items: flex-start; gap: 22px; } .nav-links { display: none; } .hamburger { display: flex; } .nav-inner { gap: 12px; } .mobile-menu { display: none; position: fixed; top: 90px; left: 0; right: 0; z-index: 999; flex-direction: column; gap: 2px; padding: 12px 24px 20px; background: var(--surface); border-bottom: 1px solid var(--line); box-shadow: var(--shadow-md); } .mobile-menu.active { display: flex; } .mobile-menu a { padding: 11px 4px; color: var(--ink); border-bottom: 1px solid var(--line); font-size: .95rem; } .footer-cols { grid-template-columns: 1fr 1fr; } } .figure-cap { margin-top: 13px; font-size: .85rem; color: var(--ink-faint); line-height: 1.55; text-align: center; } .figure-cap b { color: var(--ink-soft); font-weight: 600; } .hero-visual img, .hero-visual svg { width: 100%; height: auto; border-radius: var(--radius); }   .browser-chrome { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow-lg); background: #fff; border: 1px solid var(--line); } .browser-titlebar { height: 38px; background: #f1f4f5; display: flex; align-items: center; gap: 8px; padding: 0 14px; border-bottom: 1px solid var(--line); } .browser-dot { width: 11px; height: 11px; border-radius: 50%; flex-shrink: 0; } .browser-dot.red { background: #ff5f57; } .browser-dot.yellow { background: #febc2e; } .browser-dot.green { background: #28c840; } .browser-url { flex: 1; margin-left: 10px; background: #e7ebec; border-radius: 6px; padding: 5px 14px; font-family: var(--mono); font-size: .72rem; color: var(--ink-faint); text-align: center; } .browser-content { overflow: hidden; line-height: 0; } .browser-content img, .browser-content video { width: 100%; height: auto; display: block; }   .browser-demo { border-radius: 4px; }   .split { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: center; margin-top: 40px; } @media (max-width: 920px) { .split { grid-template-columns: 1fr; gap: 32px; } } .do-list { list-style: disc; padding-left: 20px; display: grid; gap: 9px; color: var(--ink-soft); font-size: .95rem; line-height: 1.5; }       .insights-hero { padding: 84px 0 8px; text-align: center; } .insights-hero .hero-title { margin: 14px 0 16px; } .insights-hero .hero-sub { max-width: 640px; margin: 0 auto; } .insights-grid { padding: 52px 0 100px; }   .article-page, .insights-page, .legal-page { position: relative; } .article-page::before, .insights-page::before, .legal-page::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 420px; z-index: -1; pointer-events: none; background: radial-gradient(ellipse 70% 100% at 50% -30px, rgba(13,148,136,.07), transparent 70%); }   .article-layout { display: flex; gap: 56px; max-width: 1080px; margin: 0 auto; padding: 64px 24px 88px; } .article-toc { position: sticky; top: 96px; align-self: flex-start; width: 220px; min-width: 220px; max-height: calc(100vh - 130px); overflow-y: auto; } .article-toc ul { list-style: none; border-left: 2px solid var(--line); } .article-toc li a { display: block; padding: 6px 0 6px 16px; margin-left: -2px; border-left: 2px solid transparent; font-size: .8rem; line-height: 1.4; color: var(--ink-soft); transition: color .2s, border-color .2s; } .article-toc li a:hover { color: var(--teal); } .article-toc li a.active { color: var(--teal-deep); border-left-color: var(--teal); font-weight: 600; }   .article-wrapper { flex: 1; min-width: 0; max-width: 760px; } .article-wrapper h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(2rem, 4.2vw, 2.9rem); line-height: 1.12; letter-spacing: -.01em; margin-bottom: 20px; } .article-wrapper h2 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.45rem, 3vw, 1.85rem); line-height: 1.2; margin: 60px 0 18px; } .article-wrapper h3 { font-family: var(--serif); font-weight: 600; font-size: 1.25rem; color: var(--ink); margin: 36px 0 12px; } .article-wrapper p { font-size: 1.06rem; line-height: 1.78; color: var(--ink-soft); margin-bottom: 20px; } .article-wrapper .lead { font-size: 1.2rem; line-height: 1.7; color: var(--ink-soft); margin-bottom: 26px; } .article-wrapper ul, .article-wrapper ol { margin: 0 0 20px 1.3em; } .article-wrapper li { font-size: 1.06rem; line-height: 1.7; color: var(--ink-soft); margin-bottom: 8px; } .article-wrapper strong { font-weight: 700; color: var(--ink); } .article-wrapper em { font-style: italic; } .article-wrapper code { font-family: var(--mono); font-size: .86em; background: var(--surface-2); padding: 2px 6px; border-radius: 5px; } .article-wrapper img { max-width: 100%; height: auto; border-radius: var(--radius-sm); margin: 28px auto; } .article-wrapper hr { border: none; border-top: 1px solid var(--line); margin: 48px 0; } .article-wrapper a { color: var(--teal-deep); }   .article-wrapper p a, .article-wrapper li a, .article-faq-a a, .article-about a, .cta-final a:not(.btn), .final-cta a:not(.btn), .hero-sub a:not(.btn), .section-sub a:not(.btn), .phase-copy a:not(.btn), .checks a:not(.btn) { color: inherit; text-decoration: underline; text-decoration-color: currentColor; text-underline-offset: 2px; } .article-wrapper p a:hover, .article-wrapper li a:hover, .article-faq-a a:hover, .article-about a:hover, .cta-final a:not(.btn):hover, .final-cta a:not(.btn):hover, .hero-sub a:not(.btn):hover, .section-sub a:not(.btn):hover, .phase-copy a:not(.btn):hover, .checks a:not(.btn):hover { text-decoration-thickness: 2px; }   .breadcrumbs { font-family: var(--mono); font-size: .74rem; color: var(--ink-faint); margin-bottom: 22px; } .breadcrumbs a { color: var(--ink-soft); } .breadcrumbs a:hover { color: var(--teal); } .breadcrumbs .bc-sep { margin: 0 8px; color: var(--line-strong); } .article-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 18px; } .article-tag { font-family: var(--mono); font-size: .68rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-deep); background: var(--teal-tint); padding: 5px 11px; border-radius: var(--radius-pill); } .article-read { font-size: .82rem; color: var(--ink-faint); } .article-byline { font-size: .88rem; color: var(--ink-soft); margin-bottom: 40px; padding-bottom: 28px; border-bottom: 1px solid var(--line); } .article-byline a { color: var(--teal-deep); font-weight: 500; }   .article-figure { margin: 36px 0; } .article-figure figcaption { font-family: var(--mono); font-size: .76rem; letter-spacing: .04em; text-transform: uppercase; color: var(--ink-faint); text-align: center; margin-bottom: 14px; } .article-figure img { margin: 0 auto; border: 1px solid var(--line); } .article-figure a { display: block; cursor: zoom-in; } .article-figure a img { transition: opacity .2s; } .article-figure a:hover img { opacity: .9; }   .pullquote { border-left: 2px solid var(--teal); background: var(--teal-tint-2); padding: 14px 18px; margin: 28px 0; border-radius: 0 8px 8px 0; } .pullquote p { font-family: var(--sans); font-size: .92rem; font-style: normal; line-height: 1.6; color: var(--ink-soft); margin: 0; } .pullquote code { background: rgba(13,148,136,.1); }   .article-insight, .article-warning { display: flex; gap: 14px; padding: 18px 20px; margin: 26px 0; border-radius: var(--radius-sm); border: 1px solid; } .article-insight { background: var(--teal-tint-2); border-color: rgba(13,148,136,.25); } .article-warning { background: var(--amber-tint); border-color: rgba(212,135,12,.3); } .article-insight .ai-icon, .article-warning .aw-icon { font-size: 1.25rem; flex-shrink: 0; line-height: 1.55; } .article-insight p, .article-warning p { margin: 0; font-size: .98rem; line-height: 1.65; color: var(--ink); }   .checklist-box { background: var(--teal-tint-2); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 24px 28px; margin: 28px 0; } .checklist-box .box-title { font-family: var(--mono); font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--teal-deep); margin-bottom: 14px; } .checklist-box ul { list-style: none; margin: 0; } .checklist-box li { position: relative; padding: 8px 0 8px 28px; font-size: .98rem; border-bottom: 1px solid var(--line); } .checklist-box li:last-child { border-bottom: none; } .checklist-box li::before { content: '\2192'; position: absolute; left: 2px; color: var(--teal); font-weight: 700; }   .table-wrap { overflow-x: auto; margin: 28px 0; border: 1px solid var(--line); border-radius: var(--radius-sm); } .article-wrapper table { width: 100%; border-collapse: collapse; font-size: .9rem; } .article-wrapper thead tr { background: var(--teal-tint); } .article-wrapper th { text-align: left; padding: 12px 16px; font-family: var(--mono); font-size: .72rem; font-weight: 600; letter-spacing: .04em; text-transform: uppercase; color: var(--teal-deep); border-bottom: 1px solid var(--line); } .article-wrapper td { padding: 12px 16px; border-bottom: 1px solid var(--line); vertical-align: top; line-height: 1.55; } .article-wrapper tbody tr:last-child td { border-bottom: none; } .article-wrapper tbody tr:nth-child(even) td { background: rgba(20,30,40,.015); } .td-good { color: var(--green); font-weight: 600; } .td-bad { color: #dc2626; font-weight: 600; }   .priority-ladder { list-style: none; counter-reset: priority; margin: 24px 0; } .priority-ladder li { display: flex; gap: 16px; align-items: flex-start; padding: 16px 0; border-bottom: 1px solid var(--line); } .priority-ladder li:last-child { border-bottom: none; } .priority-num { width: 32px; height: 32px; min-width: 32px; border-radius: 50%; background: var(--navy); color: #fff; font-family: var(--mono); font-weight: 600; font-size: .85rem; display: flex; align-items: center; justify-content: center; } .priority-num.dim { background: var(--line-strong); } .priority-content strong { display: block; margin-bottom: 4px; } .priority-content p { margin: 0; font-size: .96rem; color: var(--ink-soft); }   .article-faq-item { border-bottom: 1px solid var(--line); padding: 24px 0; } .article-faq-item:first-of-type { border-top: 1px solid var(--line); } .article-faq-q { font-size: 1.1rem; font-weight: 700; color: var(--ink); margin-bottom: 10px; } .article-faq-a { font-size: 1rem; line-height: 1.7; color: var(--ink-soft); margin: 0; }   .article-about { margin-top: 44px; padding-top: 28px; border-top: 1px solid var(--line); font-size: .98rem; color: var(--ink-soft); line-height: 1.65; } .article-about p { margin: 0; } .article-about strong { color: var(--ink); } .article-about a { font-weight: 500; } .related-articles { margin-top: 64px; } .related-articles h2 { font-family: var(--serif); font-weight: 600; font-size: 1.5rem; margin-bottom: 22px; }   .final-cta { background: var(--navy); color: #eaf3f1; padding: 80px 0; text-align: center; } .final-cta .section-title { color: #fff; } .final-cta .section-sub { color: #bfe0da; max-width: 600px; margin: 14px auto 28px; } .final-cta-buttons { display: flex; gap: 14px; justify-content: center; } .final-cta .btn-primary { display: inline-flex; align-items: center; justify-content: center; background: #fff; color: var(--teal-deep); padding: 13px 26px; border-radius: var(--radius-pill); font-weight: 600; font-size: .98rem; transition: background .2s, transform .2s; } .final-cta .btn-primary:hover { background: #eafaf7; transform: translateY(-1px); }   .page-content { max-width: 760px; margin: 0 auto; padding: 72px 24px 72px; color: var(--ink); line-height: 1.7; } .page-content h1 { font-family: var(--serif); font-weight: 600; font-size: clamp(1.9rem, 4vw, 2.5rem); margin-bottom: 8px; } .page-content h2 { font-family: var(--serif); font-weight: 600; font-size: 1.3rem; margin: 44px 0 12px; } .page-content h3 { font-family: var(--serif); font-weight: 600; font-size: 1.08rem; margin: 30px 0 8px; } .page-content p, .page-content li { font-size: 1rem; color: var(--ink); } .page-content p { margin-bottom: 12px; } .page-content p:has(+ ul) { margin-bottom: 6px; }   .page-content .subtitle { color: var(--ink-faint); font-size: .92rem; margin-bottom: 36px; } .page-content ul { padding-left: 1.4em; list-style: disc; margin: 0 0 16px; } .page-content li { margin-bottom: 3px; line-height: 1.55; } .page-content a { color: var(--teal-deep); text-decoration: underline; }   @media (max-width: 860px) { .article-layout { flex-direction: column; gap: 0; padding: 44px 18px 64px; } .article-toc { display: none; } .insights-hero { padding: 52px 0 4px; } }