:root {
    --ink: #25211e;
    --muted: #736c62;
    --line: #ded9d2;
    --paper: #fbfaf8;
    --cream: #f3efe9;
    --blue: #e9f8fb;
    --green: #18754f;
    --orange: #f0543f;
    --orange-dark: #d9412d;
    --night: #1f1c1a;
}

* { box-sizing: border-box; }

html {
    scroll-behavior: smooth;
    scroll-padding-top: 90px;
}

body {
    margin: 0;
    background: var(--paper);
    color: var(--ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
}

a { color: inherit; }

.skip-link {
    position: fixed;
    top: 8px;
    left: 8px;
    z-index: 100;
    padding: 10px 14px;
    border-radius: 10px;
    background: var(--ink);
    color: white;
    transform: translateY(-150%);
}

.skip-link:focus { transform: none; }

.site-header {
    position: absolute;
    z-index: 20;
    top: 0;
    left: 50%;
    display: flex;
    width: min(1240px, calc(100% - 48px));
    min-height: 84px;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(37, 33, 30, .12);
    transform: translateX(-50%);
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--ink);
    font-size: 18px;
    font-weight: 760;
    letter-spacing: -.04em;
    text-decoration: none;
}

.brand img {
    width: 42px;
    height: 38px;
    object-fit: contain;
}

.brand-dot { color: var(--muted); font-weight: 560; }

nav { display: flex; align-items: center; gap: 28px; }

nav a {
    color: #5f594f;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

nav a:hover { color: var(--ink); }

.nav-sign-in {
    padding: 10px 18px;
    border: 1px solid rgba(37, 33, 30, .22);
    border-radius: 999px;
    background: rgba(255, 255, 255, .45);
}

.hero {
    display: grid;
    min-height: 760px;
    grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr);
    gap: 60px;
    align-items: center;
    padding: 130px max(24px, calc((100vw - 1240px) / 2)) 72px;
    overflow: hidden;
    background:
        radial-gradient(circle at 85% 30%, rgba(209, 242, 246, .9), transparent 28%),
        linear-gradient(122deg, #fbfaf8 0 60%, #f0fafb 60% 100%);
}

.hero-copy { max-width: 720px; }

.eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 0 28px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 720;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.eyebrow span { width: 28px; height: 1px; background: currentColor; }

h1, h2 {
    margin: 0;
    font-weight: 620;
    letter-spacing: -.065em;
    line-height: .98;
}

h1 { font-size: clamp(58px, 7.1vw, 104px); }
h2 { font-size: clamp(48px, 6vw, 78px); }

h1 em, h2 em {
    color: #8a8177;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.hero-lede {
    max-width: 645px;
    margin: 30px 0 0;
    color: #625b53;
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.55;
}

.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }

.button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 0 25px;
    border: 1px solid transparent;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 720;
    text-decoration: none;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.button:hover { transform: translateY(-2px); }
.button:focus-visible, nav a:focus-visible, .brand:focus-visible { outline: 3px solid rgba(240, 84, 63, .34); outline-offset: 3px; }
.button-primary { background: var(--ink); color: white; box-shadow: 0 12px 30px rgba(37, 33, 30, .14); }
.button-primary:hover { background: #0f0e0d; }
.button-secondary { border-color: var(--line); background: rgba(255,255,255,.65); }
.button-orange { width: 100%; background: var(--orange); color: white; }
.button-orange:hover { background: var(--orange-dark); }
.button-inverse { width: 100%; background: white; color: var(--night); }

.hero-note { margin: 14px 0 0; color: var(--muted); font-size: 12px; }
.hero-note strong { color: var(--ink); letter-spacing: .04em; }

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 38px 0 0;
    padding: 0;
    color: #5d574e;
    font-size: 13px;
    list-style: none;
}

.hero-points span { color: var(--green); font-weight: 800; }

.hero-visual {
    position: relative;
    display: flex;
    min-height: 550px;
    align-items: center;
    justify-content: center;
}

.pip-glow {
    position: absolute;
    width: min(520px, 95%);
    aspect-ratio: 1;
    border-radius: 46% 54% 56% 44%;
    background: linear-gradient(145deg, rgba(255,255,255,.95), rgba(219,245,247,.45));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.9), 0 30px 90px rgba(75,120,125,.12);
    transform: rotate(-4deg);
}

.pip-motion {
    position: relative;
    z-index: 1;
    display: block;
    width: min(390px, 86%);
}

.local-card {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 52px;
    display: flex;
    min-width: 255px;
    align-items: center;
    gap: 13px;
    padding: 17px 20px;
    border: 1px solid rgba(37, 33, 30, .1);
    border-radius: 17px;
    background: rgba(255,255,255,.86);
    box-shadow: 0 20px 55px rgba(35, 52, 51, .12);
    backdrop-filter: blur(14px);
}

.local-card span:last-child { display: grid; gap: 3px; }
.local-card strong { font-size: 13px; }
.local-card small { color: var(--muted); font-size: 11px; }
.status-dot { width: 10px; height: 10px; border-radius: 50%; background: #1b9a63; box-shadow: 0 0 0 5px rgba(27,154,99,.1); }

.why {
    padding: 125px max(24px, calc((100vw - 1240px) / 2));
    background: white;
}

.section-intro {
    position: relative;
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    column-gap: 100px;
    align-items: end;
}

.section-intro .eyebrow { grid-column: 1 / -1; }
.section-intro > p:not(.eyebrow) { max-width: 555px; margin: 0 0 4px; color: var(--muted); font-size: 18px; line-height: 1.65; }
.section-intro > p:not(.eyebrow) span { display: block; }
.section-intro > p:not(.eyebrow) span + span { margin-top: 18px; }

.section-mascot {
    position: absolute;
    z-index: 1;
    display: block;
    width: 132px;
    height: auto;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.section-mascot-why { top: auto; right: 0; bottom: -68px; width: 164px; }

.hardware-check {
    display: grid;
    grid-template-columns: 1fr .86fr;
    gap: 60px;
    align-items: center;
    margin-top: 72px;
    padding: 44px;
    border: 1px solid #cfe6e9;
    border-radius: 26px;
    background: linear-gradient(135deg, #f0fbfc, #e8f7f9);
}

.hardware-check-copy .plain-kicker { margin: 0 0 17px; }
.hardware-check-copy h3 { max-width: 520px; margin: 0; font-size: clamp(28px, 3.4vw, 45px); letter-spacing: -.045em; line-height: 1.08; }
.hardware-check-copy > p:not(.plain-kicker) { max-width: 590px; margin: 20px 0 0; color: #5e6f70; font-size: 15px; line-height: 1.7; }
.hardware-check-copy .hardware-supported { margin-top: 12px; color: #345d60; font-size: 12px; }
.privacy-note { display: flex; gap: 10px; align-items: flex-start; margin-top: 26px; color: #416b6f; font-size: 12px; line-height: 1.55; }
.privacy-note svg { flex: 0 0 auto; margin-top: 1px; }
.privacy-note strong { color: #254f52; }

.hardware-check-panel {
    padding: 24px;
    border: 1px solid rgba(37,33,30,.09);
    border-radius: 19px;
    background: rgba(255,255,255,.84);
    box-shadow: 0 18px 45px rgba(57, 97, 99, .08);
}

.hardware-platforms {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6px;
    margin-bottom: 18px;
    padding: 4px;
    border-radius: 11px;
    background: #eeece8;
}

.hardware-platforms button {
    min-height: 36px;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--muted);
    cursor: pointer;
    font: inherit;
    font-size: 12px;
    font-weight: 700;
}

.hardware-platforms button.is-selected {
    background: white;
    color: var(--ink);
    box-shadow: 0 1px 4px rgba(37, 33, 30, .12);
}

.hardware-step {
    margin: 15px 0 8px;
    color: var(--muted);
    font-size: 12px;
    line-height: 1.5;
}

.hardware-step strong { color: var(--ink); }

.hardware-command-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid #dcd7d0;
    border-radius: 10px;
    background: #292624;
}

.hardware-command-wrap code {
    overflow-x: auto;
    padding: 12px;
    color: #f9f5ef;
    font: 10px/1.55 ui-monospace, SFMono-Regular, Menlo, monospace;
    white-space: nowrap;
}

.hardware-command-wrap button {
    min-width: 60px;
    border: 0;
    border-left: 1px solid rgba(255,255,255,.14);
    background: #3b3734;
    color: white;
    cursor: pointer;
    font: inherit;
    font-size: 11px;
    font-weight: 700;
}

.hardware-script-link {
    display: inline-block;
    margin-top: 8px;
    color: #35696c;
    font-size: 11px;
}

.hardware-check-panel ul { margin: 0 0 20px; padding: 0; list-style: none; }
.hardware-check-panel li { display: flex; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #e9e5df; color: var(--muted); font-size: 12px; }
.hardware-check-panel li:first-child { padding-top: 0; }
.hardware-check-panel output { color: var(--ink); font-weight: 650; text-align: right; }
.hardware-result-label { display: block; margin: 0 0 7px; color: var(--ink); font-size: 11px; font-weight: 700; }
.hardware-check-panel textarea { width: 100%; margin: 0 0 10px; padding: 11px 12px; resize: vertical; border: 1px solid #dcd7d0; border-radius: 10px; background: #fbfaf8; color: var(--ink); font: 11px/1.45 ui-monospace, SFMono-Regular, Menlo, monospace; }
.hardware-check-panel textarea:focus { outline: 3px solid rgba(240, 84, 63, .18); border-color: var(--orange); }
.hardware-check-button { width: 100%; border: 0; background: var(--ink); color: white; cursor: pointer; }
.hardware-check-button[disabled] { cursor: wait; opacity: .7; }
.hardware-check-status { margin: 12px 0 0; color: #7c756c; font-size: 11px; text-align: center; }

.hardware-verdict {
    margin-top: 18px;
    padding: 16px;
    border: 1px solid #baddc9;
    border-radius: 12px;
    background: #effaf4;
}

.hardware-verdict[data-compatibility="limited"] {
    border-color: #e5c989;
    background: #fff9e9;
}

.hardware-verdict[data-compatibility="unsupported"] {
    border-color: #ebbbb4;
    background: #fff4f2;
}

.hardware-verdict strong { font-size: 14px; }
.hardware-verdict p { margin: 6px 0 0; color: #5e5850; font-size: 12px; line-height: 1.5; }

.hardware-waitlist {
    margin-top: 14px;
    padding: 17px;
    border: 1px solid #ded9d2;
    border-radius: 12px;
    background: white;
}

.hardware-waitlist > label:first-child { display: block; margin-bottom: 9px; color: var(--ink); font-size: 13px; font-weight: 700; }
.hardware-waitlist > input[type="email"] { width: 100%; height: 42px; padding: 0 12px; border: 1px solid #d7d1ca; border-radius: 9px; color: var(--ink); font: inherit; font-size: 13px; }
.hardware-waitlist > input[type="email"]:focus { outline: 3px solid rgba(240, 84, 63, .18); border-color: var(--orange); }
.hardware-consent { display: flex; gap: 8px; align-items: flex-start; margin: 11px 0 13px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.hardware-consent input { margin: 2px 0 0; }
.hardware-waitlist .button { width: 100%; min-height: 42px; border: 0; background: var(--ink); color: white; cursor: pointer; }
.hardware-waitlist .button:disabled { cursor: wait; opacity: .65; }
.hardware-waitlist p { margin: 10px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; text-align: center; }

.value-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 76px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.value-grid article { min-height: 390px; padding: 34px; border-right: 1px solid var(--line); }
.value-grid article:first-child { padding-left: 0; }
.value-grid article:last-child { padding-right: 0; border-right: 0; }
.card-number { color: #a39b91; font-size: 12px; font-weight: 700; letter-spacing: .12em; }
.value-mascot { display: block; width: auto; max-width: 100%; height: 118px; margin: 22px 0 12px; object-fit: contain; object-position: left bottom; }
.value-mascot-selected { width: 176px; }
.value-mascot-workday { width: 124px; }
.value-mascot-private { filter: drop-shadow(0 8px 7px rgba(37, 33, 30, .13)); }
.value-grid h3 { margin: 0 0 15px; font-size: 23px; letter-spacing: -.03em; }
.value-grid p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.7; }

.plain-language {
    display: grid;
    grid-template-columns: .35fr 1.65fr;
    gap: 40px;
    margin-top: 55px;
    padding: 34px 38px;
    border-radius: 22px;
    background: var(--blue);
}

.plain-language p { margin: 0; }
.plain-kicker { padding-top: 5px; color: #55767a; font-size: 12px; font-weight: 720; letter-spacing: .12em; text-transform: uppercase; }
.plain-language p:last-child { max-width: 860px; font-size: clamp(19px, 2.1vw, 27px); line-height: 1.45; letter-spacing: -.025em; }

.pricing {
    padding: 125px max(24px, calc((100vw - 1240px) / 2)) 90px;
    background: var(--night);
    color: #f7f4f0;
}

.pricing-heading { position: relative; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: end; }
.pricing-heading .eyebrow { grid-column: 1 / -1; }
.eyebrow-light { color: #9e968d; }
.pricing h2 em { color: #a8a099; }
.pricing-heading > p:not(.eyebrow) { max-width: 520px; margin: 0 0 5px; color: #aaa29a; font-size: 18px; line-height: 1.65; }

.price-options { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 165px; }

.price-card {
    position: relative;
    overflow: visible;
    padding: 34px;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 24px;
    background: rgba(255,255,255,.035);
}

.price-card > :not(.price-card-mascot) { position: relative; z-index: 1; }
.price-card-mascot {
    position: absolute;
    z-index: 0;
    top: -150px;
    right: 28px;
    width: 230px;
    height: auto;
    opacity: 1;
    pointer-events: none;
    user-select: none;
}

.price-card-featured { border-color: rgba(240,84,63,.45); background: linear-gradient(150deg, rgba(240,84,63,.11), rgba(255,255,255,.035) 55%); }
.price-topline { display: flex; align-items: center; justify-content: space-between; }
.price-topline p { margin: 0; font-size: 17px; font-weight: 700; }
.price-topline span { padding: 6px 10px; border-radius: 999px; background: rgba(255,255,255,.08); color: #c8c0b9; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.price-card-featured .price-topline span { background: rgba(240,84,63,.16); color: #ffb4a8; }

.price { margin: 42px 0 7px; font-size: clamp(58px, 7vw, 86px); font-weight: 650; letter-spacing: -.065em; line-height: 1; }
.price sup { position: relative; top: -1.9em; margin-right: 5px; font-size: 18px; letter-spacing: 0; }
.price small { color: #a9a199; font-size: 14px; font-weight: 500; letter-spacing: 0; }
.renewal { margin: 0; color: #a9a199; font-size: 14px; }
.price-card ul { display: grid; gap: 12px; margin: 34px 0; padding: 25px 0 0; border-top: 1px solid rgba(255,255,255,.1); color: #d7d0ca; font-size: 14px; list-style: none; }
.price-card li::before { content: "✓"; margin-right: 10px; color: #69c99f; font-weight: 800; }
.offer-code { margin: 14px 0 0; color: #918981; font-size: 12px; text-align: center; }
.offer-code strong { color: #ddd5ce; letter-spacing: .05em; }
.offer-code a { color: inherit; text-underline-offset: 3px; }
.offer-code a:hover { color: #f6eee7; }
.pricing-fineprint { max-width: 900px; margin: 34px auto 0; color: #77716c; font-size: 11px; line-height: 1.6; text-align: center; }

footer {
    display: flex;
    align-items: center;
    gap: 28px;
    padding: 30px max(24px, calc((100vw - 1240px) / 2));
    border-top: 1px solid #e5e0da;
    background: var(--paper);
    color: var(--muted);
    font-size: 12px;
}

footer p { margin: 0; }
footer p:last-child { margin-left: auto; }
footer a:hover { color: var(--ink); }
.brand-footer { font-size: 15px; }
.brand-footer img { width: 32px; height: 29px; }

.notify-success-page {
    min-height: 100vh;
    background:
        radial-gradient(circle at 74% 22%, rgba(240, 84, 63, .16), transparent 25%),
        radial-gradient(circle at 20% 82%, rgba(209, 242, 246, .9), transparent 30%),
        var(--paper);
}

.notify-success-header { position: fixed; }

.notify-success-main {
    display: grid;
    min-height: 100vh;
    place-items: center;
    padding: 126px 24px 54px;
}

.notify-success-card {
    display: grid;
    width: min(900px, 100%);
    grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
    overflow: hidden;
    border: 1px solid rgba(37, 33, 30, .1);
    border-radius: 32px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 28px 80px rgba(37, 33, 30, .12);
}

.notify-success-visual {
    position: relative;
    display: grid;
    min-height: 430px;
    place-items: center;
    overflow: hidden;
    background: linear-gradient(145deg, #def3f5, #f5eeea);
}

.notify-success-halo {
    position: absolute;
    width: 290px;
    height: 290px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .72);
    box-shadow: 0 0 0 28px rgba(255, 255, 255, .22);
}

.notify-success-visual img {
    position: relative;
    z-index: 1;
    width: min(270px, 82%);
    height: auto;
    filter: drop-shadow(0 20px 18px rgba(37, 33, 30, .18));
}

.notify-success-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: clamp(40px, 7vw, 76px);
}

.notify-success-copy .eyebrow { margin-bottom: 22px; }

.notify-success-copy h1 {
    max-width: 520px;
    font-size: clamp(50px, 6vw, 78px);
}

.notify-success-copy > p:not(.eyebrow) {
    max-width: 520px;
    margin: 26px 0 32px;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.65;
}

.notify-success-back { align-self: flex-start; gap: 9px; }

@media (max-width: 980px) {
    .hero { grid-template-columns: 1fr; padding-top: 145px; text-align: center; }
    .hero-copy { margin: 0 auto; }
    .eyebrow, .hero-actions, .hero-points { justify-content: center; }
    .hero-lede { margin-right: auto; margin-left: auto; }
    .hero-visual { min-height: 430px; }
    .pip-motion { width: min(560px, 90%); }
    .section-intro, .pricing-heading { grid-template-columns: 1fr; gap: 28px; }
    .section-mascot { position: static; grid-column: 1 / -1; width: 118px; margin: 2px auto 0; }
    .hardware-check { grid-template-columns: 1fr; gap: 32px; }
    .value-grid { grid-template-columns: 1fr; }
    .value-grid article, .value-grid article:first-child, .value-grid article:last-child { min-height: auto; padding: 34px 0; border-right: 0; border-bottom: 1px solid var(--line); }
    .value-grid article:last-child { border-bottom: 0; }
    .value-grid h3 { margin-top: 24px; }
}

@media (max-width: 700px) {
    .notify-success-main { padding: 108px 16px 32px; }
    .notify-success-card { grid-template-columns: 1fr; border-radius: 24px; }
    .notify-success-visual { min-height: 270px; }
    .notify-success-halo { width: 210px; height: 210px; }
    .notify-success-visual img { width: 205px; }
    .notify-success-copy { padding: 36px 28px 40px; text-align: center; }
    .notify-success-copy .eyebrow { justify-content: center; }
    .notify-success-copy h1 { font-size: clamp(44px, 13vw, 62px); }
    .notify-success-copy > p:not(.eyebrow) { margin: 22px auto 28px; }
    .notify-success-back { align-self: stretch; }
    .site-header { width: calc(100% - 32px); }
    nav > a:not(.nav-sign-in) { display: none; }
    .hero { min-height: auto; padding: 130px 20px 64px; }
    h1 { font-size: clamp(47px, 14vw, 68px); }
    .hero-actions { flex-direction: column; }
    .button { width: 100%; }
    .hero-points { display: grid; text-align: left; }
    .hero-visual { min-height: 330px; }
    .pip-motion { width: 115%; }
    .local-card { right: 4px; bottom: 10px; min-width: 230px; }
    .why, .pricing { padding-top: 82px; padding-bottom: 82px; }
    .hardware-check { margin-top: 52px; padding: 27px; }
    .plain-language { grid-template-columns: 1fr; gap: 17px; padding: 28px; }
    .price-options { grid-template-columns: 1fr; }
    .price-card { padding: 26px; }
    footer { flex-wrap: wrap; gap: 14px; }
    footer p:last-child { width: 100%; margin-left: 0; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
    .pip-motion { display: none; }
    .hero-visual::after {
        position: relative;
        z-index: 1;
        width: min(450px, 90%);
        aspect-ratio: 1329 / 1183;
        background: url('/assets/img/pip/pip-chick-transparent.png') center / contain no-repeat;
        content: "";
    }
}
