:root {
    --ink: #171813;
    --ink-soft: #292b24;
    --paper: #f4f0e6;
    --paper-deep: #e8e1d2;
    --white: #fffdf7;
    --accent: #dfff4f;
    --accent-deep: #b9d72c;
    --amber: #d29a52;
    --muted: #6f7168;
    --line: rgba(23, 24, 19, 0.16);
    --line-dark: rgba(255, 255, 255, 0.15);
    --shadow: 0 28px 80px rgba(28, 26, 20, 0.14);
    --radius-sm: 10px;
    --radius: 20px;
    --radius-lg: 34px;
    --display: "Syne", "Aptos Display", sans-serif;
    --body: "Manrope", "Aptos", sans-serif;
}

.secure-data-grid { margin-top: 20px; }
.customer-data-row, .feedback-row {
    display: flex; align-items: center; gap: 14px;
    padding: 14px 0; border-top: 1px solid rgba(17,24,39,.09);
}
.customer-data-row > span, .feedback-row > span { display: grid; flex: 1; gap: 3px; }
.customer-data-row small, .feedback-row small { color: #6b7280; }
.customer-data-row button {
    border: 1px solid #d6d9df; background: #fff; border-radius: 999px;
    padding: 7px 11px; cursor: pointer;
}
.connector-panel { margin-top: 20px; }
.connector-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.connector-grid article {
    display: grid; align-content: start; gap: 9px; padding: 16px;
    border: 1px solid rgba(17,24,39,.09); border-radius: 16px;
}
.connector-grid small { color: #6b7280; line-height: 1.45; }
.privacy-actions { display: grid; gap: 14px; margin-top: 20px; }
.privacy-actions details { padding: 18px; border: 1px solid rgba(17,24,39,.15); border-radius: 16px; }
.privacy-actions form { display: grid; gap: 12px; margin-top: 14px; }
.wallet-status-shell { min-height: 100vh; }
.wallet-buttons a { text-decoration: none; color: inherit; }
@media (max-width: 900px) {
    .connector-grid { grid-template-columns: 1fr 1fr; }
}

/* Google-first public landing page */
.google-story-page {
    --google-blue: #4285f4;
    --google-blue-dark: #1f63d7;
    --google-red: #ea4335;
    --google-yellow: #fbbc04;
    --google-green: #34a853;
    --google-cream: #f8f5ee;
    --google-night: #151712;
    background: var(--google-cream);
}

.google-story-page .site-header {
    background: rgba(250, 248, 243, 0.92);
}

.google-story-page .site-header > .button {
    background: var(--google-blue);
}

.google-story-page .site-nav a::after {
    background: var(--google-blue);
}

.google-story-page .site-footer {
    border-top-color: rgba(255, 255, 255, 0.12);
}

.google-hero {
    color: white;
    height: min(760px, calc(100vh - 76px));
    min-height: 650px;
    overflow: hidden;
    position: relative;
}

.google-hero-media,
.google-hero-shade {
    inset: 0;
    position: absolute;
}

.google-hero-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.google-hero-shade {
    background:
        linear-gradient(90deg, rgba(16, 14, 12, 0.94) 0%, rgba(16, 14, 12, 0.82) 32%, rgba(16, 14, 12, 0.18) 63%, rgba(16, 14, 12, 0.04) 100%),
        linear-gradient(0deg, rgba(16, 14, 12, 0.55), transparent 45%);
}

.google-hero-copy {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    max-width: 790px;
    padding: clamp(55px, 7vw, 110px) clamp(24px, 5.5vw, 92px);
    position: relative;
    z-index: 2;
}

.google-eyebrow {
    align-items: center;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 10px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: 0.13em;
    margin: 0 0 26px;
    text-transform: uppercase;
}

.google-eyebrow i {
    background: var(--google-blue);
    border-radius: 50%;
    box-shadow: 9px 0 0 var(--google-red), 18px 0 0 var(--google-yellow), 27px 0 0 var(--google-green);
    display: inline-block;
    height: 5px;
    margin-right: 27px;
    width: 5px;
}

.google-eyebrow-dark {
    color: var(--muted);
}

.google-hero h1 {
    font-size: clamp(54px, 6.25vw, 96px);
    margin-bottom: 27px;
    max-width: 850px;
}

.google-hero h1 em {
    color: white;
    font-size: 0.93em;
}

.google-hero-lead {
    color: rgba(255, 255, 255, 0.7);
    font-size: clamp(16px, 1.3vw, 19px);
    line-height: 1.75;
    margin-bottom: 35px;
    max-width: 630px;
}

.google-hero-actions {
    align-items: center;
    display: flex;
    gap: 28px;
}

.google-button-primary {
    background: var(--google-blue);
    color: white;
}

.google-button-primary:hover {
    background: var(--google-blue-dark);
}

.google-text-link {
    align-items: center;
    border-bottom: 1px solid rgba(23, 24, 19, 0.28);
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    gap: 12px;
    padding-bottom: 5px;
    width: max-content;
}

.google-text-link-light {
    border-color: rgba(255, 255, 255, 0.32);
    color: white;
}

.google-text-link span {
    transition: transform 160ms ease;
}

.google-text-link:hover span {
    transform: translateX(4px);
}

.google-hero-trust {
    color: rgba(255, 255, 255, 0.48);
    display: flex;
    flex-wrap: wrap;
    font-size: 9px;
    font-weight: 750;
    gap: 18px;
    letter-spacing: 0.04em;
    margin-top: 26px;
    text-transform: uppercase;
}

.google-hero-note {
    align-items: center;
    bottom: 42px;
    display: flex;
    gap: 14px;
    position: absolute;
    right: clamp(25px, 4vw, 65px);
    z-index: 2;
}

.google-hero-note strong {
    font-family: var(--display);
    font-size: 64px;
    line-height: 0.8;
}

.google-hero-note span {
    color: rgba(255, 255, 255, 0.62);
    font-size: 9px;
    font-weight: 800;
    line-height: 1.45;
    text-transform: uppercase;
}

.google-trust-strip {
    align-items: center;
    background: white;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    min-height: 74px;
}

.google-trust-strip span {
    align-items: center;
    border-right: 1px solid var(--line);
    display: flex;
    font-size: 10px;
    font-weight: 800;
    gap: 11px;
    height: 100%;
    justify-content: center;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.google-trust-strip span:last-child {
    border-right: 0;
}

.google-trust-strip i {
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.dot-blue { background: var(--google-blue); }
.dot-red { background: var(--google-red); }
.dot-yellow { background: var(--google-yellow); }
.dot-green { background: var(--google-green); }

.google-section {
    padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 110px);
}

.google-section-index {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 45px 1fr;
    padding-top: 17px;
}

.google-section-index span {
    color: var(--google-blue);
    font-family: var(--display);
    font-size: 10px;
    font-weight: 800;
}

.google-section-index p {
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    margin: 0;
    text-transform: uppercase;
}

.google-problem {
    background: var(--google-cream);
}

.google-problem-grid {
    display: grid;
    gap: 9vw;
    grid-template-columns: 1.15fr 0.85fr;
    margin: 90px 0 75px;
}

.google-problem-copy h2,
.google-process-head h2,
.google-system-head h2,
.google-honesty h2,
.google-faq h2 {
    font-size: clamp(49px, 5.7vw, 86px);
    margin: 0;
}

.google-problem-copy h2 em {
    color: var(--google-blue);
}

.google-problem-story {
    align-self: end;
}

.google-problem-story > p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.85;
    margin-bottom: 38px;
}

.google-problem-story blockquote {
    border-left: 3px solid var(--google-yellow);
    font-family: Georgia, serif;
    font-size: 28px;
    font-style: italic;
    margin: 0;
    padding: 5px 0 5px 26px;
}

.google-problem-story blockquote small {
    color: var(--muted);
    display: block;
    font-family: var(--body);
    font-size: 10px;
    font-style: normal;
    font-weight: 750;
    letter-spacing: 0.04em;
    margin-top: 9px;
    text-transform: uppercase;
}

.moment-comparison {
    background: white;
    border-radius: 30px;
    box-shadow: 0 24px 70px rgba(35, 45, 60, 0.08);
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    overflow: hidden;
}

.moment-comparison article {
    min-height: 260px;
    padding: clamp(35px, 4vw, 60px);
    position: relative;
}

.moment-time {
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.moment-comparison strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(25px, 2.4vw, 36px);
    letter-spacing: -0.04em;
    margin: 24px 0 14px;
}

.moment-comparison p {
    color: var(--muted);
    line-height: 1.75;
    margin: 0;
    max-width: 450px;
}

.moment-or {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
}

.moment-or::before {
    border-left: 1px solid var(--line);
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
}

.moment-or span {
    align-items: center;
    background: var(--google-night);
    border-radius: 50%;
    color: white;
    display: flex;
    font-size: 8px;
    font-weight: 800;
    height: 42px;
    justify-content: center;
    position: relative;
    width: 42px;
}

.moment-line {
    bottom: 0;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
}

.moment-line-blue { background: var(--google-blue); }
.moment-line-yellow { background: var(--google-yellow); }

.google-process {
    background: #eef4ff;
}

.google-process-head {
    display: grid;
    gap: 0 8vw;
    grid-template-columns: 1fr 0.65fr;
    margin: 85px 0 75px;
}

.google-process-head .google-eyebrow {
    grid-column: 1 / -1;
}

.google-process-head h2 em {
    color: var(--google-blue);
}

.google-process-head > p:last-child {
    align-self: end;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 7px;
    max-width: 440px;
}

.google-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.google-steps article {
    border-left: 1px solid rgba(66, 133, 244, 0.2);
    min-height: 370px;
    padding: 28px clamp(22px, 2.7vw, 44px);
    position: relative;
}

.google-steps article:last-child {
    border-right: 1px solid rgba(66, 133, 244, 0.2);
}

.google-steps article > span {
    color: var(--google-blue);
    font-family: var(--display);
    font-size: 10px;
    font-weight: 800;
}

.google-step-icon {
    align-items: center;
    background: white;
    border-radius: 22px;
    display: flex;
    height: 72px;
    justify-content: center;
    margin: 48px 0 42px;
    width: 72px;
}

.choice-icon b {
    color: var(--google-red);
    font-family: var(--display);
    font-size: 22px;
}

.star-icon {
    color: var(--google-yellow);
    font-size: 45px;
}

.google-steps h3 {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 16px;
}

.google-steps p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
}

.google-install {
    background: var(--google-night);
    color: white;
    display: grid;
    grid-template-columns: 1.15fr 0.85fr;
    min-height: 760px;
}

.google-install-media {
    min-height: 670px;
    overflow: hidden;
    position: relative;
}

.google-install-media::after {
    background: linear-gradient(0deg, rgba(21, 23, 18, 0.76), transparent 45%);
    content: "";
    inset: 0;
    position: absolute;
}

.google-install-media img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.google-install-media > span {
    align-items: center;
    bottom: 30px;
    display: flex;
    font-size: 9px;
    font-weight: 800;
    gap: 11px;
    left: 36px;
    letter-spacing: 0.08em;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.google-install-media > span i {
    background: var(--google-green);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(52, 168, 83, 0.2);
    height: 7px;
    width: 7px;
}

.google-install-copy {
    align-self: center;
    padding: clamp(55px, 7vw, 115px);
}

.google-install-copy h2 {
    font-size: clamp(48px, 5.2vw, 78px);
    margin-bottom: 32px;
}

.google-install-copy h2 em {
    color: var(--google-yellow);
}

.google-install-copy > p:not(.google-eyebrow) {
    color: rgba(255, 255, 255, 0.6);
    font-size: 16px;
    line-height: 1.8;
}

.google-install-copy ol {
    list-style: none;
    margin: 36px 0;
    padding: 0;
}

.google-install-copy li {
    border-top: 1px solid rgba(255, 255, 255, 0.13);
    display: grid;
    font-size: 12px;
    gap: 18px;
    grid-template-columns: 58px 1fr;
    padding: 16px 0;
}

.google-install-copy li b {
    color: var(--google-blue);
    font-family: var(--display);
    font-size: 10px;
}

.google-system {
    background: var(--google-cream);
}

.google-system-head {
    align-items: end;
    display: grid;
    gap: 20px 8vw;
    grid-template-columns: 1.1fr 0.9fr;
    margin: 85px 0 70px;
}

.google-system-head .google-eyebrow {
    grid-column: 1 / -1;
    margin-bottom: 0;
}

.google-system-head h2 em {
    color: var(--google-green);
}

.google-system-head > p:last-child {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
    margin: 0 0 7px;
    max-width: 500px;
}

.google-feature-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, 1fr);
}

.google-feature-grid article {
    background: white;
    border-radius: 22px;
    min-height: 330px;
    overflow: hidden;
    padding: 32px;
    position: relative;
}

.google-feature-grid article > span {
    color: var(--muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
}

.google-feature-grid article > strong {
    display: block;
    font-family: var(--display);
    font-size: 24px;
    letter-spacing: -0.04em;
    margin: 75px 0 15px;
}

.google-feature-grid article > p {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
    margin: 0;
    max-width: 230px;
}

.google-feature-grid article > b {
    bottom: -30px;
    color: rgba(23, 24, 19, 0.06);
    font-family: var(--display);
    font-size: 145px;
    line-height: 1;
    position: absolute;
    right: 10px;
}

.google-feature-grid .google-feature-primary {
    background: var(--google-blue);
    color: white;
}

.google-feature-grid .google-feature-primary > span,
.google-feature-grid .google-feature-primary > p {
    color: rgba(255, 255, 255, 0.7);
}

.google-feature-grid .google-feature-primary > b {
    color: rgba(255, 255, 255, 0.12);
}

.google-dashboard-section {
    background: var(--google-night);
    color: white;
    display: grid;
    gap: 8vw;
    grid-template-columns: 0.75fr 1.25fr;
    padding: clamp(85px, 10vw, 150px) clamp(24px, 7vw, 110px);
}

.google-dashboard-copy {
    align-self: center;
}

.google-dashboard-copy h2 {
    font-size: clamp(48px, 5vw, 76px);
}

.google-dashboard-copy h2 em {
    color: var(--google-blue);
}

.google-dashboard-copy > p:not(.google-eyebrow) {
    color: rgba(255, 255, 255, 0.57);
    font-size: 15px;
    line-height: 1.8;
    margin: 30px 0;
}

.google-dashboard-card {
    align-self: center;
    background: #f5f7fa;
    border-radius: 30px;
    box-shadow: 0 40px 110px rgba(0, 0, 0, 0.3);
    color: var(--google-night);
    min-height: 485px;
    overflow: hidden;
    padding: clamp(30px, 4vw, 58px);
    position: relative;
}

.google-dashboard-card::before {
    background: linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.google-dashboard-top {
    align-items: center;
    display: flex;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 800;
    justify-content: space-between;
}

.google-dashboard-top i {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: var(--muted);
    display: flex;
    font-size: 7px;
    font-style: normal;
    gap: 6px;
    letter-spacing: 0.08em;
    padding: 7px 10px;
}

.google-dashboard-top i b {
    background: var(--google-green);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.google-dashboard-metrics {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 66px;
}

.google-dashboard-metrics div {
    border-right: 1px solid var(--line);
    padding-right: 18px;
}

.google-dashboard-metrics div:not(:first-child) {
    padding-left: 25px;
}

.google-dashboard-metrics div:last-child {
    border: 0;
}

.google-dashboard-metrics small,
.google-dashboard-metrics span {
    color: var(--muted);
    display: block;
    font-size: 8px;
    font-weight: 700;
}

.google-dashboard-metrics strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(38px, 4vw, 62px);
    line-height: 1;
    margin: 14px 0 9px;
}

.google-dashboard-bars {
    align-items: end;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: clamp(10px, 1.7vw, 25px);
    height: 165px;
    margin-top: 37px;
    padding: 0 15px;
}

.google-dashboard-bars i {
    background: #d9dee7;
    border-radius: 8px 8px 0 0;
    flex: 1;
    height: var(--h);
}

.google-dashboard-bars i:nth-child(2) { background: rgba(66, 133, 244, 0.48); }
.google-dashboard-bars i:nth-child(4) { background: rgba(234, 67, 53, 0.42); }
.google-dashboard-bars i:nth-child(6) { background: rgba(251, 188, 4, 0.55); }
.google-dashboard-bars .is-google { background: var(--google-green); }

.google-dashboard-demo {
    color: var(--muted);
    display: block;
    font-size: 7px;
    margin-top: 13px;
    text-align: right;
    text-transform: uppercase;
}

.google-honesty {
    background: white;
    display: grid;
    gap: 10vw;
    grid-template-columns: 1fr 0.8fr;
}

.google-honesty h2 em {
    color: var(--google-red);
}

.google-honesty-points {
    align-self: center;
}

.google-honesty-points div {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 24px;
    grid-template-columns: 38px 1fr;
    padding: 20px 0;
}

.google-honesty-points div:last-child {
    border-bottom: 1px solid var(--line);
}

.google-honesty-points span {
    color: var(--google-blue);
    font-family: var(--display);
    font-size: 10px;
    font-weight: 800;
}

.google-honesty-points p {
    font-size: 13px;
    font-weight: 650;
    margin: 0;
}

.google-pricing {
    background: #eef4ff;
}

.google-price-card {
    background: white;
    border-radius: 34px;
    box-shadow: 0 30px 90px rgba(29, 58, 107, 0.1);
    display: grid;
    gap: 8vw;
    grid-template-columns: 1fr 0.85fr;
    overflow: hidden;
    padding: clamp(38px, 6vw, 90px);
    position: relative;
}

.google-price-card::before {
    background: linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%);
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.google-price-copy h2 {
    font-size: clamp(53px, 6vw, 90px);
    margin: 0 0 30px;
}

.google-price-copy h2 em {
    color: var(--google-blue);
}

.google-price-copy > p:last-child {
    color: var(--muted);
    line-height: 1.75;
    max-width: 480px;
}

.google-price-details {
    align-self: center;
}

.google-price-details ul {
    list-style: none;
    margin: 0 0 32px;
    padding: 0;
}

.google-price-details li {
    border-bottom: 1px solid var(--line);
    display: grid;
    font-size: 12px;
    font-weight: 700;
    gap: 14px;
    grid-template-columns: 20px 1fr;
    padding: 13px 0;
}

.google-price-details li span {
    color: var(--google-green);
}

.google-price-details .button {
    justify-content: center;
    width: 100%;
}

.google-price-details > small {
    color: var(--muted);
    display: block;
    font-size: 9px;
    margin-top: 15px;
    text-align: center;
}

.google-faq {
    background: var(--google-cream);
}

.google-faq-grid {
    display: grid;
    gap: 9vw;
    grid-template-columns: 0.8fr 1.2fr;
    margin-top: 85px;
}

.google-faq h2 em {
    color: var(--google-blue);
}

.google-faq-list {
    border-top: 1px solid var(--line);
}

.google-faq-list details {
    border-bottom: 1px solid var(--line);
}

.google-faq-list summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-family: var(--display);
    font-size: 16px;
    font-weight: 700;
    justify-content: space-between;
    list-style: none;
    padding: 23px 0;
}

.google-faq-list summary::-webkit-details-marker {
    display: none;
}

.google-faq-list summary span {
    color: var(--google-blue);
    font-size: 21px;
    transition: transform 180ms ease;
}

.google-faq-list details[open] summary span {
    transform: rotate(45deg);
}

.google-faq-list details p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.75;
    margin: -4px 45px 24px 0;
}

.google-final-cta {
    background:
        radial-gradient(circle at 80% 20%, rgba(66, 133, 244, 0.3), transparent 35%),
        var(--google-night);
    color: white;
    padding: clamp(100px, 13vw, 190px) 24px;
    text-align: center;
}

.google-mini-stars {
    color: var(--google-yellow);
    display: block;
    font-size: 17px;
    letter-spacing: 0.12em;
    margin-bottom: 28px;
}

.google-final-cta h2 {
    font-size: clamp(48px, 6.6vw, 98px);
    margin: 0 auto 28px;
    max-width: 1100px;
}

.google-final-cta h2 em {
    color: var(--google-yellow);
}

.google-final-cta p {
    color: rgba(255, 255, 255, 0.58);
    font-size: 16px;
    margin-bottom: 35px;
}

.google-final-cta .button {
    display: inline-flex;
}

@media (max-width: 1050px) {
    .google-hero-copy {
        max-width: 680px;
    }
    .google-steps,
    .google-feature-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .google-steps article {
        border-bottom: 1px solid rgba(66, 133, 244, 0.2);
    }
    .google-install,
    .google-dashboard-section {
        grid-template-columns: 1fr;
    }
    .google-install-media {
        max-height: 650px;
    }
    .google-dashboard-copy {
        max-width: 720px;
    }
}

@media (max-width: 820px) {
    .google-story-page .site-header > .button {
        font-size: 0;
        height: 43px;
        padding: 0;
        width: 43px;
    }
    .google-story-page .site-header > .button span {
        font-size: 14px;
    }
    .google-hero {
        height: auto;
        min-height: 760px;
    }
    .google-hero-media img {
        object-position: 60% center;
    }
    .google-hero-shade {
        background:
            linear-gradient(0deg, rgba(16, 14, 12, 0.98) 0%, rgba(16, 14, 12, 0.9) 48%, rgba(16, 14, 12, 0.14) 100%);
    }
    .google-hero-copy {
        height: auto;
        justify-content: flex-end;
        min-height: 760px;
        padding-bottom: 55px;
        padding-top: 250px;
    }
    .google-hero h1 {
        font-size: clamp(46px, 12vw, 70px);
    }
    .google-hero-actions {
        align-items: flex-start;
        flex-direction: column;
    }
    .google-hero-trust {
        display: grid;
        gap: 8px;
    }
    .google-hero-note {
        display: none;
    }
    .google-trust-strip {
        grid-template-columns: 1fr 1fr;
    }
    .google-trust-strip span {
        border-bottom: 1px solid var(--line);
        min-height: 56px;
    }
    .google-problem-grid,
    .google-process-head,
    .google-system-head,
    .google-honesty,
    .google-price-card,
    .google-faq-grid {
        grid-template-columns: 1fr;
    }
    .google-problem-grid,
    .google-faq-grid {
        gap: 55px;
        margin-top: 65px;
    }
    .moment-comparison {
        grid-template-columns: 1fr;
    }
    .moment-or {
        min-height: 60px;
    }
    .moment-or::before {
        border-left: 0;
        border-top: 1px solid var(--line);
        height: 0;
        left: 0;
        top: 50%;
        width: 100%;
    }
    .google-process-head,
    .google-system-head {
        gap: 35px;
        margin-top: 65px;
    }
    .google-process-head .google-eyebrow,
    .google-system-head .google-eyebrow {
        grid-column: auto;
    }
    .google-install-media {
        min-height: 500px;
    }
    .google-dashboard-section {
        gap: 65px;
    }
    .google-dashboard-card {
        min-height: 430px;
    }
    .google-dashboard-metrics strong {
        font-size: 38px;
    }
}

@media (max-width: 560px) {
    .google-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .google-hero-copy {
        padding-left: 20px;
        padding-right: 20px;
    }
    .google-hero h1 {
        font-size: 46px;
    }
    .google-hero-lead {
        font-size: 14px;
        line-height: 1.65;
    }
    .google-hero-actions .button {
        justify-content: center;
        width: 100%;
    }
    .google-trust-strip span {
        font-size: 8px;
        padding: 0 8px;
    }
    .google-problem-copy h2,
    .google-process-head h2,
    .google-system-head h2,
    .google-honesty h2,
    .google-faq h2 {
        font-size: 46px;
    }
    .moment-comparison article {
        min-height: 240px;
        padding: 32px 25px;
    }
    .google-steps,
    .google-feature-grid {
        grid-template-columns: 1fr;
    }
    .google-steps article {
        min-height: 320px;
    }
    .google-install-media {
        min-height: 390px;
    }
    .google-install-media img {
        object-position: 38% center;
    }
    .google-install-copy {
        padding: 70px 20px;
    }
    .google-install-copy h2 {
        font-size: 48px;
    }
    .google-dashboard-section {
        padding-left: 20px;
        padding-right: 20px;
    }
    .google-dashboard-copy h2 {
        font-size: 48px;
    }
    .google-dashboard-card {
        border-radius: 22px;
        min-height: 390px;
        padding: 28px 20px;
    }
    .google-dashboard-metrics {
        margin-top: 48px;
    }
    .google-dashboard-metrics div {
        padding-right: 9px;
    }
    .google-dashboard-metrics div:not(:first-child) {
        padding-left: 11px;
    }
    .google-dashboard-metrics strong {
        font-size: 31px;
    }
    .google-dashboard-bars {
        height: 120px;
    }
    .google-honesty {
        gap: 60px;
    }
    .google-price-card {
        border-radius: 25px;
        gap: 50px;
        padding: 55px 24px 35px;
    }
    .google-price-copy h2 {
        font-size: 57px;
    }
    .google-final-cta h2 {
        font-size: 48px;
    }
    .google-final-cta .button {
        justify-content: center;
        width: 100%;
    }
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: var(--body);
    font-size: 15px;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
}

body::selection {
    color: var(--ink);
    background: var(--accent);
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3,
.brand,
.button {
    font-family: var(--display);
}

h1,
h2,
h3 {
    line-height: 0.98;
    letter-spacing: -0.045em;
}

h1 em,
h2 em {
    color: var(--accent-deep);
    font-family: Georgia, serif;
    font-weight: 400;
}

.site-header {
    align-items: center;
    background: rgba(244, 240, 230, 0.9);
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    height: 76px;
    padding: 0 clamp(22px, 4vw, 68px);
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
}

.brand {
    align-items: center;
    display: inline-flex;
    font-size: 18px;
    font-weight: 800;
    gap: 10px;
    letter-spacing: -0.04em;
    width: max-content;
}

.brand-light {
    color: var(--paper);
}

.brand-mark {
    align-items: center;
    display: inline-flex;
    gap: 2px;
    height: 27px;
    justify-content: center;
    position: relative;
    transform: rotate(-8deg);
    width: 27px;
}

.brand-mark i {
    border: 2px solid currentColor;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    display: block;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.brand-mark i:nth-child(2) {
    height: 16px;
    margin-left: -8px;
    width: 16px;
}

.brand-mark i:nth-child(3) {
    height: 22px;
    margin-left: -13px;
    width: 22px;
}

.site-nav {
    display: flex;
    gap: 36px;
}

.site-nav a {
    color: var(--muted);
    font-size: 13px;
    font-weight: 700;
    position: relative;
}

.site-nav a::after {
    background: var(--ink);
    bottom: -8px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 180ms ease;
    width: 100%;
}

.site-nav a:hover::after {
    transform: scaleX(1);
}

.site-header > .button {
    justify-self: end;
}

.button {
    align-items: center;
    border: 0;
    border-radius: 999px;
    cursor: pointer;
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 16px;
    justify-content: center;
    letter-spacing: -0.02em;
    min-height: 52px;
    padding: 0 25px;
    position: relative;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button:hover {
    transform: translateY(-2px);
}

.button span {
    font-family: var(--body);
    font-size: 18px;
}

.button-compact {
    min-height: 42px;
    padding: 0 19px;
}

.button-dark {
    background: var(--ink);
    color: var(--paper);
}

.button-dark:hover {
    box-shadow: 0 12px 28px rgba(23, 24, 19, 0.2);
}

.button-accent {
    background: var(--accent);
    color: var(--ink);
}

.button-accent:hover {
    box-shadow: 0 12px 30px rgba(203, 232, 64, 0.3);
}

.button-full {
    width: 100%;
}

.text-link {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: inline-flex;
    font-size: 13px;
    font-weight: 700;
    gap: 14px;
    padding-bottom: 7px;
    width: max-content;
}

.text-link span {
    font-size: 18px;
    transition: transform 180ms ease;
}

.text-link:hover span {
    transform: translateX(4px);
}

.text-link-light {
    border-color: var(--line-dark);
    color: var(--paper);
}

.eyebrow {
    align-items: center;
    color: var(--muted);
    display: flex;
    font-size: 11px;
    font-weight: 800;
    gap: 9px;
    letter-spacing: 0.16em;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.eyebrow > span {
    background: var(--accent-deep);
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.eyebrow-light {
    color: rgba(255, 253, 247, 0.68);
}

.eyebrow-light > span {
    background: var(--accent);
}

.hero {
    background: #2c291f;
    color: var(--paper);
    min-height: calc(100vh - 76px);
    overflow: hidden;
    position: relative;
}

.hero-media,
.hero-media img,
.hero-shade {
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.hero-media img {
    object-fit: cover;
}

.hero-shade {
    background:
        linear-gradient(90deg, rgba(16, 16, 13, 0.94) 0%, rgba(16, 16, 13, 0.73) 34%, rgba(16, 16, 13, 0.08) 65%),
        linear-gradient(0deg, rgba(16, 16, 13, 0.7) 0%, transparent 35%);
}

.hero-copy {
    left: clamp(26px, 7vw, 118px);
    max-width: 660px;
    position: absolute;
    top: 49%;
    transform: translateY(-50%);
    z-index: 2;
}

.hero h1 {
    font-size: clamp(56px, 7.5vw, 118px);
    margin-bottom: 30px;
}

.hero h1 em {
    color: var(--accent);
    display: inline-block;
    font-style: italic;
    letter-spacing: -0.08em;
}

.hero-lead {
    color: rgba(255, 253, 247, 0.72);
    font-size: clamp(16px, 1.4vw, 20px);
    line-height: 1.65;
    max-width: 530px;
}

.hero-actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    margin-top: 42px;
}

.hero-proof {
    align-items: flex-end;
    bottom: 62px;
    display: grid;
    grid-template-columns: auto auto;
    position: absolute;
    right: clamp(26px, 6vw, 100px);
    z-index: 3;
}

.proof-orbit {
    align-items: center;
    color: rgba(255, 253, 247, 0.7);
    display: flex;
    font-size: 10px;
    gap: 9px;
    grid-column: 1 / 3;
    letter-spacing: 0.12em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.proof-dot {
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(223, 255, 79, 0.12);
    height: 7px;
    width: 7px;
}

.hero-proof strong {
    font-family: var(--display);
    font-size: 65px;
    letter-spacing: -0.08em;
    line-height: 1;
}

.hero-proof p {
    color: rgba(255, 253, 247, 0.62);
    font-size: 12px;
    line-height: 1.4;
    margin: 0 0 7px 12px;
}

.hero-index {
    bottom: 25px;
    color: rgba(255, 255, 255, 0.35);
    font-size: 9px;
    left: 24px;
    letter-spacing: 0.2em;
    position: absolute;
    z-index: 2;
}

.signal-strip {
    align-items: center;
    background: var(--accent);
    color: var(--ink);
    display: flex;
    font-family: var(--display);
    font-size: 11px;
    font-weight: 700;
    justify-content: space-around;
    letter-spacing: 0.1em;
    min-height: 58px;
    overflow: hidden;
    padding: 10px 28px;
    text-transform: uppercase;
}

.signal-strip i {
    background: var(--ink);
    border-radius: 50%;
    height: 4px;
    opacity: 0.5;
    width: 4px;
}

.section {
    padding: clamp(80px, 10vw, 150px) clamp(24px, 7vw, 112px);
}

.section-kicker {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    grid-template-columns: 80px 1fr;
    padding-top: 18px;
}

.section-kicker span {
    color: var(--accent-deep);
    font-family: var(--display);
    font-size: 11px;
}

.section-kicker p {
    color: var(--muted);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin: 0;
    text-transform: uppercase;
}

.manifesto-grid {
    display: grid;
    gap: 9vw;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.65fr);
    margin-top: 72px;
}

.manifesto-title h2,
.preview-header h2,
.field-copy h2 {
    font-size: clamp(42px, 6vw, 88px);
    margin: 0;
}

.manifesto-copy {
    align-self: end;
}

.manifesto-copy > p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.8;
}

.metric-pair {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-top: 48px;
    padding-top: 24px;
}

.metric-pair strong {
    display: block;
    font-family: var(--display);
    font-size: 34px;
    line-height: 1;
}

.metric-pair span {
    color: var(--muted);
    display: block;
    font-size: 11px;
    margin-top: 9px;
}

.journey-section {
    padding-top: 0;
}

.journey-shell {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    display: grid;
    grid-template-columns: 1fr 90px 1fr 90px 1fr;
    padding: clamp(34px, 5vw, 74px);
}

.journey-step {
    min-height: 290px;
    position: relative;
}

.journey-number {
    color: var(--muted);
    font-family: var(--display);
    font-size: 10px;
}

.journey-icon {
    align-items: center;
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    height: 82px;
    justify-content: center;
    margin: 45px 0 30px;
    width: 82px;
}

.journey-step h3 {
    font-size: 25px;
    margin-bottom: 13px;
}

.journey-step p {
    color: var(--muted);
    font-size: 13px;
    max-width: 240px;
}

.journey-line {
    align-items: center;
    display: flex;
}

.journey-line span {
    border-top: 1px dashed var(--line);
    width: 100%;
}

.tap-icon {
    gap: 1px;
}

.tap-icon i {
    border: 2px solid var(--ink);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    height: 16px;
    transform: rotate(45deg);
    width: 16px;
}

.tap-icon i:nth-child(2) {
    height: 24px;
    margin-left: -12px;
    width: 24px;
}

.tap-icon i:nth-child(3) {
    height: 34px;
    margin-left: -19px;
    width: 34px;
}

.calendar-icon {
    border-radius: 20px;
    font-family: var(--display);
    font-size: 22px;
}

.chart-icon {
    align-items: flex-end;
    gap: 5px;
}

.chart-icon i {
    background: var(--ink);
    border-radius: 3px;
    height: 18px;
    width: 7px;
}

.chart-icon i:nth-child(2) {
    height: 30px;
}

.chart-icon i:nth-child(3) {
    background: var(--accent-deep);
    height: 42px;
}

.field-section {
    background:
        radial-gradient(circle at 10% 80%, rgba(223, 255, 79, 0.11), transparent 30%),
        var(--ink);
    color: var(--paper);
    display: grid;
    gap: clamp(48px, 7vw, 120px);
    grid-template-columns: 0.82fr 1.18fr;
}

.field-copy > p:not(.eyebrow) {
    color: rgba(244, 240, 230, 0.58);
    font-size: 17px;
    line-height: 1.8;
    margin: 35px 0;
    max-width: 520px;
}

.field-copy h2 em {
    color: var(--accent);
}

.field-stage {
    min-width: 0;
}

.field-media {
    aspect-ratio: 16 / 8.7;
    margin: 0 0 28px;
    overflow: hidden;
    position: relative;
}

.field-media::after {
    background: linear-gradient(180deg, transparent 45%, rgba(12, 13, 10, 0.78));
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
}

.field-media img {
    height: 100%;
    object-fit: cover;
    transition: transform 700ms cubic-bezier(.2, .8, .2, 1);
    width: 100%;
}

.field-media:hover img {
    transform: scale(1.025);
}

.field-media figcaption {
    align-items: center;
    bottom: 18px;
    color: rgba(255, 255, 255, 0.72);
    display: flex;
    font-size: 10px;
    font-weight: 750;
    gap: 9px;
    left: 20px;
    letter-spacing: 0.08em;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.field-media figcaption span {
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(223, 255, 79, 0.14);
    height: 6px;
    width: 6px;
}

.field-timeline {
    border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.field-timeline div {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: grid;
    gap: 25px;
    grid-template-columns: 80px 1fr;
    min-height: 82px;
    padding: 0 25px;
    position: relative;
}

.field-timeline div::before {
    background: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    content: "";
    height: 9px;
    left: -5px;
    position: absolute;
    width: 9px;
}

.field-timeline b {
    color: rgba(255, 255, 255, 0.4);
    font-family: var(--display);
    font-size: 11px;
}

.field-timeline span {
    font-size: 13px;
}

.field-timeline .is-accent {
    background: var(--accent);
    color: var(--ink);
}

.field-timeline .is-accent::before {
    background: var(--accent);
    border-color: var(--accent);
    box-shadow: 0 0 0 6px rgba(223, 255, 79, 0.15);
}

.field-timeline .is-accent b {
    color: var(--ink);
}

.preview-header {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin: 70px 0 56px;
}

.preview-panel {
    background: var(--ink);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    color: var(--paper);
    overflow: hidden;
    padding: clamp(26px, 4vw, 58px);
    position: relative;
}

.preview-panel::after {
    background: radial-gradient(circle, rgba(223, 255, 79, 0.12), transparent 68%);
    content: "";
    height: 600px;
    position: absolute;
    right: -220px;
    top: -300px;
    width: 600px;
}

.preview-topbar {
    align-items: center;
    display: flex;
    font-family: var(--display);
    font-size: 13px;
    font-weight: 700;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.live-pill {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.19);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.65);
    display: inline-flex;
    font-size: 9px;
    font-weight: 800;
    gap: 7px;
    letter-spacing: 0.12em;
    padding: 7px 10px;
}

.live-pill i {
    animation: pulse 1.8s infinite;
    background: var(--accent);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.preview-metrics {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
    position: relative;
    z-index: 1;
}

.preview-metrics > div {
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    padding: 12px 28px;
}

.preview-metrics > div:first-child {
    border-left: 0;
    padding-left: 0;
}

.preview-metrics span,
.preview-metrics small {
    color: rgba(255, 255, 255, 0.48);
    display: block;
    font-size: 10px;
}

.preview-metrics strong {
    display: block;
    font-family: var(--display);
    font-size: clamp(38px, 5vw, 68px);
    letter-spacing: -0.07em;
    line-height: 1;
    margin: 16px 0 9px;
}

.preview-highlight strong {
    color: var(--accent);
}

.preview-chart {
    align-items: flex-end;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    gap: clamp(12px, 3vw, 44px);
    height: 210px;
    margin-top: 55px;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.preview-chart i {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 9px 9px 0 0;
    height: var(--h);
    flex: 1;
    max-width: 70px;
}

.preview-chart i.active {
    background: var(--accent);
}

.pricing-section {
    padding-top: 10px;
}

.pricing-card {
    align-items: center;
    background: var(--accent);
    border-radius: var(--radius-lg);
    display: grid;
    gap: 60px;
    grid-template-columns: 1.1fr 0.9fr auto;
    padding: clamp(34px, 5vw, 72px);
}

.pricing-card h2 {
    font-size: clamp(46px, 6vw, 82px);
    margin-bottom: 22px;
}

.pricing-card h2 small {
    font-family: var(--body);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0;
}

.pricing-card p {
    max-width: 520px;
}

.pricing-card ul {
    display: grid;
    gap: 13px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.pricing-card li::before {
    content: "✓";
    font-weight: 800;
    margin-right: 10px;
}

.site-footer {
    align-items: end;
    background: var(--ink);
    color: var(--paper);
    display: flex;
    justify-content: space-between;
    min-height: 220px;
    padding: 55px clamp(24px, 7vw, 112px);
}

.site-footer p {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
    margin: 15px 0 0;
}

.footer-meta {
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
    display: flex;
    font-size: 10px;
    gap: 14px;
}

.environment-pill {
    background: var(--accent);
    border-radius: 999px;
    color: var(--ink);
    display: inline-block;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.12em;
    padding: 7px 10px;
    text-transform: uppercase;
}

/* App pages */
.app-page {
    background:
        linear-gradient(rgba(23, 24, 19, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(23, 24, 19, 0.035) 1px, transparent 1px),
        var(--paper);
    background-size: 36px 36px;
}

.app-hero {
    align-items: end;
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 360px;
    padding: 95px clamp(24px, 6vw, 92px) 70px;
}

.app-hero h1 {
    font-size: clamp(58px, 8vw, 112px);
    margin: 0;
}

.app-hero-note {
    border-left: 1px solid var(--line);
    padding-left: 32px;
}

.app-hero-note p {
    color: var(--muted);
    font-size: 13px;
    margin: 18px 0 0;
}

.live-pill-dark {
    border-color: var(--line);
    color: var(--muted);
}

.sales-layout {
    align-items: start;
    display: grid;
    gap: clamp(25px, 4vw, 60px);
    grid-template-columns: minmax(0, 1fr) 330px;
    padding: 0 clamp(24px, 6vw, 92px) 100px;
}

.activation-form {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: 0 24px 70px rgba(30, 27, 19, 0.08);
    overflow: hidden;
}

.form-progress {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    min-height: 64px;
    padding: 0 42px;
}

.form-progress span {
    color: var(--muted);
    font-family: var(--display);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    text-transform: uppercase;
}

.form-progress span::after {
    background: var(--line);
    content: "";
    height: 1px;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 52%;
}

.form-progress span:last-child::after {
    display: none;
}

.form-progress .active {
    color: var(--ink);
}

.form-progress .active::before {
    background: var(--accent);
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(223, 255, 79, 0.35);
    content: "";
    height: 7px;
    left: -16px;
    position: absolute;
    top: 5px;
    width: 7px;
}

.form-section {
    border-bottom: 1px solid var(--line);
    padding: clamp(30px, 4vw, 54px);
}

.form-heading {
    display: grid;
    gap: 18px;
    grid-template-columns: 44px 1fr;
    margin-bottom: 38px;
}

.form-heading > span {
    color: var(--accent-deep);
    font-family: var(--display);
    font-size: 11px;
    padding-top: 5px;
}

.form-heading h2 {
    font-size: 30px;
    margin: 0 0 7px;
}

.form-heading p {
    color: var(--muted);
    font-size: 12px;
    margin: 0;
}

.form-grid {
    display: grid;
    gap: 23px 20px;
    grid-template-columns: 1fr 1fr;
}

.field {
    display: grid;
    gap: 8px;
}

.field-wide {
    grid-column: 1 / -1;
}

.field > span,
.payment-amount label > span:first-child,
.payment-methods legend {
    color: var(--muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.field input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
    color: var(--ink);
    min-height: 45px;
    outline: none;
    padding: 0;
    transition: border-color 180ms ease;
    width: 100%;
}

.field input:focus {
    border-color: var(--ink);
}

.field input::placeholder {
    color: #aaa99f;
}

.field small {
    color: var(--muted);
    font-size: 9px;
}

.payment-form-section {
    background: #f9f6ee;
}

.payment-amount {
    align-items: stretch;
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}

.payment-amount label {
    display: grid;
    gap: 10px;
}

.amount-input {
    align-items: center;
    border-bottom: 1px solid var(--ink);
    display: flex;
}

.amount-input input {
    background: transparent;
    border: 0;
    font-family: var(--display);
    font-size: 42px;
    font-weight: 700;
    min-width: 0;
    outline: none;
    width: 100%;
}

.amount-input b {
    font-family: var(--display);
    font-size: 24px;
}

.payment-status-card {
    background: var(--ink);
    border-radius: var(--radius);
    color: var(--paper);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 20px 24px;
}

.payment-status-card > span {
    color: rgba(255, 255, 255, 0.48);
    font-size: 9px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.payment-status-card strong {
    align-items: center;
    display: flex;
    font-size: 12px;
    gap: 8px;
    margin-top: 8px;
}

.payment-status-card i,
.subscription-chip i,
.status-pill i {
    background: var(--accent);
    border-radius: 50%;
    display: inline-block;
    height: 6px;
    width: 6px;
}

.payment-methods {
    border: 0;
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(4, 1fr);
    margin: 0 0 30px;
    padding: 0;
}

.payment-methods legend {
    margin-bottom: 10px;
}

.payment-methods label {
    cursor: pointer;
}

.payment-methods input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.payment-methods label span {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 12px;
    display: flex;
    font-size: 10px;
    font-weight: 700;
    justify-content: center;
    min-height: 46px;
    transition: all 160ms ease;
}

.payment-methods input:checked + span {
    background: var(--accent);
    border-color: var(--ink);
}

.confirm-payment {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    gap: 15px;
    margin-top: 32px;
    padding: 18px;
}

.confirm-payment input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.check-box {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 7px;
    color: transparent;
    display: flex;
    flex: 0 0 28px;
    height: 28px;
    justify-content: center;
    transition: all 160ms ease;
}

.confirm-payment input:checked + .check-box {
    background: var(--accent);
    border-color: var(--ink);
    color: var(--ink);
}

.confirm-payment strong,
.confirm-payment small {
    display: block;
}

.confirm-payment strong {
    font-size: 12px;
}

.confirm-payment small {
    color: var(--muted);
    font-size: 9px;
    margin-top: 3px;
}

.activation-submit {
    border-radius: 0;
    min-height: 82px;
    width: 100%;
}

.sticky-card {
    position: sticky;
    top: 102px;
}

.aside-card {
    background: var(--ink);
    border-radius: var(--radius-lg);
    color: var(--paper);
    overflow: hidden;
    padding: 32px;
}

.field-checklist {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 30px 0;
    padding: 0;
}

.field-checklist li {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    display: grid;
    font-size: 11px;
    gap: 12px;
    grid-template-columns: 26px 1fr;
    min-height: 51px;
}

.field-checklist li span {
    color: var(--accent);
    font-family: var(--display);
    font-size: 9px;
}

.aside-warning {
    background: rgba(223, 255, 79, 0.12);
    border: 1px solid rgba(223, 255, 79, 0.25);
    border-radius: 12px;
    color: var(--accent);
    font-size: 10px;
    line-height: 1.6;
    padding: 16px;
}

.recent-activations,
.admin-table-section {
    padding: 20px clamp(24px, 6vw, 92px) 110px;
}

.section-heading-row {
    align-items: end;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
}

.section-heading-row h2 {
    font-size: 36px;
    margin: 0;
}

.activation-list {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.activation-list article {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 18px;
    grid-template-columns: 42px 1fr auto 70px 70px;
    min-height: 78px;
    padding: 0 24px;
}

.activation-list article:last-child {
    border-bottom: 0;
}

.activation-avatar,
.table-merchant > span {
    align-items: center;
    background: var(--ink);
    border-radius: 12px;
    color: var(--accent);
    display: flex;
    font-family: var(--display);
    height: 38px;
    justify-content: center;
    width: 38px;
}

.activation-list strong,
.activation-list span {
    display: block;
}

.activation-list article > div:nth-child(2) > span {
    color: var(--muted);
    font-size: 10px;
}

.activation-list article > span,
.activation-list article > a {
    font-size: 10px;
}

.status-pill {
    align-items: center;
    border-radius: 999px;
    display: inline-flex !important;
    font-size: 9px !important;
    font-weight: 800;
    gap: 7px;
    letter-spacing: 0.05em;
    padding: 6px 10px;
    text-transform: uppercase;
    width: max-content;
}

.status-active {
    background: rgba(158, 190, 52, 0.14);
    color: #557100;
}

.status-active i {
    background: #7ca00d;
}

/* Activation handoff */
.activation-success {
    max-width: 920px;
    padding: 90px clamp(24px, 6vw, 92px) 60px;
}

.activation-success h1 {
    font-size: clamp(55px, 8vw, 106px);
    margin: 15px 0 28px;
}

.activation-success > p:last-child {
    color: var(--muted);
    font-size: 16px;
    max-width: 600px;
}

.success-mark {
    align-items: center;
    background: var(--accent);
    border-radius: 50%;
    display: flex;
    font-family: var(--display);
    font-size: 25px;
    height: 56px;
    justify-content: center;
    margin-bottom: 30px;
    width: 56px;
}

.handoff-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr 1fr 0.9fr;
    padding: 0 clamp(24px, 6vw, 92px) 110px;
}

.handoff-card {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    min-width: 0;
    padding: 30px;
}

.handoff-card-head {
    display: grid;
    gap: 12px;
    grid-template-columns: 30px 1fr;
}

.handoff-card-head > span {
    color: var(--accent-deep);
    font-family: var(--display);
    font-size: 10px;
}

.handoff-card h2 {
    font-size: 22px;
    margin: 0 0 5px;
}

.handoff-card-head p {
    color: var(--muted);
    font-size: 10px;
    margin: 0;
}

.qr-stage {
    align-items: center;
    background: var(--paper);
    border-radius: var(--radius);
    display: flex;
    justify-content: center;
    margin: 28px 0 18px;
    min-height: 230px;
}

.qr-stage img {
    height: 185px;
    image-rendering: pixelated;
    width: 185px;
}

.copy-field {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 11px;
    display: flex;
    min-width: 0;
    overflow: hidden;
}

.copy-field code {
    color: var(--muted);
    flex: 1;
    font-family: ui-monospace, monospace;
    font-size: 9px;
    overflow: hidden;
    padding: 0 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copy-field button {
    background: var(--ink);
    border: 0;
    color: var(--paper);
    cursor: pointer;
    font-size: 9px;
    min-height: 39px;
    padding: 0 14px;
}

.mini-steps {
    color: var(--muted);
    display: grid;
    font-size: 10px;
    gap: 5px;
    margin: 22px 0;
    padding-left: 22px;
}

.merchant-ticket {
    background:
        radial-gradient(circle at 85% 10%, rgba(223, 255, 79, 0.18), transparent 35%),
        var(--ink);
    border-radius: var(--radius);
    color: var(--paper);
    display: flex;
    flex-direction: column;
    margin: 28px 0 18px;
    min-height: 230px;
    padding: 24px;
}

.ticket-brand {
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
    display: flex;
    font-family: var(--display);
    font-size: 10px;
    gap: 5px;
    margin-bottom: auto;
}

.ticket-brand .brand-mark {
    height: 18px;
    transform: scale(0.7);
    width: 18px;
}

.merchant-ticket > small {
    color: rgba(255, 255, 255, 0.4);
    font-size: 8px;
    letter-spacing: 0.12em;
}

.merchant-ticket > strong {
    font-family: var(--display);
    font-size: 27px;
    letter-spacing: -0.05em;
}

.merchant-ticket > span:not(.ticket-status) {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
}

.ticket-rule {
    border-top: 1px dashed rgba(255, 255, 255, 0.18);
    margin: 18px 0 13px;
}

.ticket-status {
    align-items: center;
    color: var(--accent);
    display: flex;
    font-size: 9px;
    gap: 7px;
}

.ticket-status i {
    background: var(--accent);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.portal-handoff .button {
    margin-top: 22px;
}

.receipt-list {
    margin: 34px 0;
}

.receipt-list div {
    border-bottom: 1px dashed var(--line);
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
}

.receipt-list dt {
    color: var(--muted);
    font-size: 9px;
}

.receipt-list dd {
    font-size: 10px;
    font-weight: 700;
    margin: 0;
}

.activation-final-check {
    background: var(--accent);
    border-radius: 14px;
    padding: 16px;
}

.activation-final-check span,
.activation-final-check strong {
    display: block;
}

.activation-final-check span {
    font-size: 8px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.activation-final-check strong {
    font-size: 11px;
    margin-top: 4px;
}

/* Merchant dashboard */
.dashboard-page {
    background: #ece8dd;
    overflow-x: hidden;
}

.dashboard-shell {
    display: grid;
    grid-template-columns: 250px minmax(0, 1fr);
    min-height: 100vh;
}

.dashboard-sidebar {
    background: var(--ink);
    color: var(--paper);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding: 27px 22px;
    position: sticky;
    top: 0;
}

.merchant-switcher {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.11);
    border-top: 1px solid rgba(255, 255, 255, 0.11);
    display: grid;
    gap: 10px;
    grid-template-columns: 34px 1fr auto;
    margin-top: 34px;
    padding: 22px 0;
}

.merchant-switcher > div {
    align-items: center;
    background: var(--accent);
    border-radius: 10px;
    color: var(--ink);
    display: flex;
    font-family: var(--display);
    height: 34px;
    justify-content: center;
}

.merchant-switcher strong,
.merchant-switcher small {
    display: block;
}

.merchant-switcher strong {
    font-size: 10px;
}

.merchant-switcher small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 7px;
}

.merchant-switcher b {
    color: rgba(255, 255, 255, 0.35);
    font-size: 10px;
}

.dashboard-nav {
    display: grid;
    gap: 5px;
    margin-top: 28px;
}

.dashboard-nav a,
.sidebar-bottom > a {
    align-items: center;
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.52);
    display: grid;
    font-size: 10px;
    gap: 11px;
    grid-template-columns: 20px 1fr auto;
    min-height: 43px;
    padding: 0 12px;
}

.dashboard-nav a.active {
    background: rgba(255, 255, 255, 0.09);
    color: var(--paper);
}

.dashboard-nav a.active span {
    color: var(--accent);
}

.dashboard-nav a small {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    font-size: 6px;
    padding: 3px 5px;
    text-transform: uppercase;
}

.sidebar-bottom {
    margin-top: auto;
}

.subscription-chip {
    background: rgba(223, 255, 79, 0.08);
    border: 1px solid rgba(223, 255, 79, 0.18);
    border-radius: 13px;
    display: grid;
    gap: 7px;
    margin-top: 18px;
    padding: 15px;
}

.subscription-chip small {
    color: rgba(255, 255, 255, 0.4);
    font-size: 7px;
    letter-spacing: 0.12em;
}

.subscription-chip strong {
    align-items: center;
    color: var(--accent);
    display: flex;
    font-size: 9px;
    gap: 7px;
    text-transform: capitalize;
}

.dashboard-main {
    min-width: 0;
    padding: 30px clamp(22px, 4vw, 58px) 70px;
}

.dashboard-header {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.dashboard-header p {
    color: var(--muted);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.dashboard-header h1 {
    font-size: 36px;
    margin: 0;
}

.dashboard-header-actions {
    align-items: center;
    display: flex;
    gap: 12px;
}

.period-selector {
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 9px;
    padding: 11px 15px;
}

.demo-banner {
    align-items: center;
    background: #fff8dc;
    border: 1px solid #e7d893;
    border-radius: 12px;
    color: #665b27;
    display: flex;
    font-size: 9px;
    gap: 11px;
    margin-top: 25px;
    padding: 10px 14px;
}

.demo-banner span {
    background: #665b27;
    border-radius: 999px;
    color: #fff8dc;
    font-size: 7px;
    font-weight: 800;
    padding: 3px 7px;
}

.metric-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 24px;
}

.metric-grid article,
.dashboard-panel {
    background: rgba(255, 253, 247, 0.78);
    border: 1px solid rgba(23, 24, 19, 0.12);
    border-radius: 18px;
}

.metric-grid article {
    min-width: 0;
    padding: 20px;
}

.metric-grid article > div {
    align-items: center;
    color: var(--muted);
    display: flex;
    font-size: 9px;
    justify-content: space-between;
}

.metric-grid article > div b {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    height: 23px;
    justify-content: center;
    width: 23px;
}

.metric-grid article > strong {
    display: block;
    font-family: var(--display);
    font-size: 38px;
    letter-spacing: -0.07em;
    line-height: 1;
    margin: 20px 0 10px;
}

.metric-grid article > p {
    color: var(--muted);
    font-size: 7px;
    margin: 0;
}

.metric-grid article > p i {
    color: var(--ink);
    font-style: normal;
    font-weight: 800;
}

.metric-grid article > p .positive {
    color: #617c0d;
}

.metric-grid .metric-card-accent {
    background: var(--accent);
}

.metric-card-accent p {
    color: rgba(23, 24, 19, 0.6) !important;
}

.dashboard-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.8fr);
    margin-top: 12px;
}

.dashboard-panel {
    min-width: 0;
    padding: 22px;
}

.panel-heading {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

.panel-heading span {
    color: var(--muted);
    display: block;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.1em;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.panel-heading h2 {
    font-size: 17px;
    margin: 0;
}

.live-pill-light {
    border-color: var(--line);
    color: var(--muted) !important;
}

.live-pill-light i {
    background: #82a90a;
}

.dashboard-chart {
    align-items: end;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 10px;
    height: 235px;
    margin-top: 25px;
}

.dashboard-chart > div {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 100%;
    justify-content: end;
}

.dashboard-chart > div > span {
    background: var(--ink);
    border-radius: 6px 6px 0 0;
    height: max(10%, var(--bar));
    min-width: 22px;
    position: relative;
    transition: height 500ms ease;
    width: 58%;
}

.dashboard-chart > div:last-child > span {
    background: var(--accent-deep);
}

.dashboard-chart span i {
    color: var(--muted);
    font-size: 7px;
    font-style: normal;
    left: 50%;
    position: absolute;
    top: -18px;
    transform: translateX(-50%);
}

.dashboard-chart small {
    color: var(--muted);
    font-size: 7px;
    margin: 8px 0 -20px;
}

.funnel-list {
    display: grid;
    gap: 21px;
    margin-top: 32px;
}

.funnel-list > div {
    display: grid;
    gap: 6px;
    grid-template-columns: 1fr auto;
}

.funnel-list span,
.funnel-list b {
    font-size: 9px;
}

.funnel-list i {
    background: var(--paper-deep);
    border-radius: 999px;
    grid-column: 1 / 3;
    height: 6px;
    overflow: hidden;
    position: relative;
}

.funnel-list i::after {
    background: var(--ink);
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: var(--w);
}

.funnel-list > div:nth-child(4) i::after {
    background: var(--accent-deep);
}

.lower-grid {
    grid-template-columns: minmax(0, 1fr) minmax(300px, 0.62fr);
}

.icon-button {
    background: var(--accent);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    height: 29px;
    width: 29px;
}

.tag-row {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 13px;
    grid-template-columns: 45px 1fr auto 65px;
    margin-top: 22px;
    padding-top: 17px;
}

.tag-miniature {
    align-items: center;
    background: var(--ink);
    border-radius: 10px;
    display: flex;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.tag-miniature i {
    border: 1px solid var(--accent);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    height: 10px;
    transform: rotate(45deg);
    width: 10px;
}

.tag-miniature i:nth-child(2) {
    height: 16px;
    margin-left: -8px;
    width: 16px;
}

.tag-miniature i:nth-child(3) {
    height: 22px;
    margin-left: -13px;
    width: 22px;
}

.tag-row strong,
.tag-row small {
    display: block;
}

.tag-row strong {
    font-size: 10px;
}

.tag-row small,
.tag-row code {
    color: var(--muted);
    font-size: 7px;
}

.event-feed {
    display: grid;
    gap: 0;
    margin-top: 17px;
}

.event-feed > div {
    align-items: center;
    border-top: 1px solid var(--line);
    display: grid;
    gap: 11px;
    grid-template-columns: 9px 1fr;
    min-height: 45px;
}

.event-dot {
    background: var(--ink);
    border-radius: 50%;
    height: 7px;
    width: 7px;
}

.event-calendar_added,
.event-review_done {
    background: var(--accent-deep);
}

.event-feed strong,
.event-feed small {
    display: block;
}

.event-feed strong {
    font-size: 8px;
}

.event-feed small {
    color: var(--muted);
    font-size: 6px;
}

/* Customer mobile experience */
.customer-page {
    background: #d8d2c4;
}

.customer-shell {
    background:
        radial-gradient(circle at 90% 10%, rgba(223, 255, 79, 0.16), transparent 28%),
        var(--merchant-ink, var(--ink));
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.25);
    color: var(--paper);
    margin: 0 auto;
    max-width: 520px;
    min-height: 100vh;
    overflow: hidden;
    padding: 22px;
    position: relative;
}

.customer-noise {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.3'/%3E%3C/svg%3E");
    inset: 0;
    opacity: 0.045;
    pointer-events: none;
    position: absolute;
}

.customer-header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    display: grid;
    gap: 10px;
    grid-template-columns: 38px 1fr auto;
    padding-bottom: 18px;
    position: relative;
}

.customer-logo {
    align-items: center;
    background: var(--merchant-accent, var(--accent));
    border-radius: 12px;
    color: var(--merchant-ink, var(--ink));
    display: flex;
    font-family: var(--display);
    height: 38px;
    justify-content: center;
}

.customer-header strong,
.customer-header span {
    display: block;
}

.customer-header strong {
    font-family: var(--display);
    font-size: 11px;
}

.customer-header > div:nth-child(2) span {
    color: rgba(255, 255, 255, 0.45);
    font-size: 7px;
}

.customer-header .customer-secure {
    color: rgba(255, 255, 255, 0.42);
    font-size: 7px;
}

.customer-intro {
    padding: 55px 3px 34px;
    position: relative;
}

.customer-signal {
    align-items: center;
    display: flex;
    margin-bottom: 31px;
}

.customer-signal i {
    border: 2px solid var(--merchant-accent, var(--accent));
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    height: 19px;
    transform: rotate(45deg);
    width: 19px;
}

.customer-signal i:nth-child(2) {
    height: 29px;
    margin-left: -14px;
    width: 29px;
}

.customer-signal i:nth-child(3) {
    height: 41px;
    margin-left: -23px;
    width: 41px;
}

.customer-kicker {
    color: var(--merchant-accent, var(--accent));
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.16em;
    margin-bottom: 12px;
}

.customer-intro h1 {
    font-size: clamp(41px, 12vw, 58px);
    margin: 0 0 19px;
}

.customer-intro > p:last-child {
    color: rgba(255, 255, 255, 0.54);
    font-size: 12px;
    line-height: 1.7;
    max-width: 340px;
}

.customer-actions {
    display: grid;
    gap: 9px;
    position: relative;
}

.customer-action {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
    color: var(--paper);
    cursor: pointer;
    display: grid;
    font-family: var(--body);
    gap: 13px;
    grid-template-columns: 43px 1fr auto;
    min-height: 76px;
    padding: 10px 15px;
    text-align: left;
    transition: border-color 180ms ease, transform 180ms ease, background 180ms ease;
    width: 100%;
}

.customer-action:hover {
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

.customer-action-primary {
    background: var(--merchant-accent, var(--accent));
    border-color: var(--merchant-accent, var(--accent));
    color: var(--merchant-ink, var(--ink));
}

.action-icon {
    align-items: center;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 12px;
    display: flex;
    font-size: 19px;
    height: 43px;
    justify-content: center;
}

.customer-action-primary .action-icon {
    background: rgba(23, 24, 19, 0.1);
}

.customer-action strong,
.customer-action small {
    display: block;
}

.customer-action strong {
    font-size: 11px;
}

.customer-action small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 7px;
    margin-top: 3px;
}

.customer-action-primary small {
    color: rgba(23, 24, 19, 0.55);
}

.customer-action b {
    font-size: 17px;
    font-weight: 400;
}

.customer-action-minimal {
    border-style: dashed;
}

.done-block {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 35px;
    padding: 23px 4px;
}

.done-block p {
    color: rgba(255, 255, 255, 0.42);
    font-size: 8px;
    margin-bottom: 8px;
}

.done-block button {
    background: none;
    border: 0;
    color: var(--paper);
    cursor: pointer;
    font-size: 9px;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 4px;
}

.customer-footer {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 30px 3px 12px;
}

.customer-footer > span {
    color: rgba(255, 255, 255, 0.35);
    font-size: 7px;
}

.customer-footer .brand {
    color: rgba(255, 255, 255, 0.8);
    font-size: 10px;
}

.customer-footer .brand-mark {
    transform: scale(0.55);
    width: 13px;
}

.customer-footer small {
    color: rgba(255, 255, 255, 0.28);
    flex: 0 0 100%;
    font-size: 6px;
    margin-top: 12px;
}

.bottom-sheet {
    inset: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    transition: opacity 180ms ease;
    z-index: 100;
}

.bottom-sheet.is-open {
    opacity: 1;
    pointer-events: auto;
}

.sheet-backdrop {
    background: rgba(10, 10, 8, 0.65);
    border: 0;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.sheet-panel {
    background: var(--paper);
    border-radius: 26px 26px 0 0;
    bottom: 0;
    color: var(--ink);
    left: 50%;
    max-width: 520px;
    padding: 27px 22px 30px;
    position: absolute;
    transform: translate(-50%, 30px);
    transition: transform 220ms ease;
    width: 100%;
    z-index: 1;
}

.is-open .sheet-panel {
    transform: translate(-50%, 0);
}

.sheet-handle {
    background: var(--line);
    border-radius: 999px;
    height: 4px;
    margin: -15px auto 28px;
    width: 45px;
}

.sheet-close {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 50%;
    cursor: pointer;
    font-size: 19px;
    height: 34px;
    position: absolute;
    right: 20px;
    top: 22px;
    width: 34px;
}

.sheet-panel h2 {
    font-size: 31px;
    margin-bottom: 12px;
}

.sheet-panel > p:not(.customer-kicker) {
    color: var(--muted);
    font-size: 10px;
    max-width: 360px;
}

.time-options {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
    margin: 24px 0;
}

.time-options input {
    height: 1px;
    opacity: 0;
    position: absolute;
    width: 1px;
}

.time-options span {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 14px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    font-family: var(--display);
    font-size: 17px;
    justify-content: center;
    min-height: 72px;
}

.time-options small {
    color: var(--muted);
    font-family: var(--body);
    font-size: 7px;
}

.time-options input:checked + span {
    background: var(--ink);
    color: var(--paper);
}

.time-options input:checked + span small {
    color: rgba(255, 255, 255, 0.5);
}

.sheet-privacy {
    color: var(--muted);
    display: block;
    font-size: 7px;
    margin-top: 10px;
    text-align: center;
}

/* Loyalty web card */
.loyalty-page {
    background: #cbc5b7;
}

.loyalty-shell {
    background:
        radial-gradient(circle at 20% -10%, rgba(223, 255, 79, 0.12), transparent 28%),
        #ebe5d9;
    box-shadow: 0 0 80px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    max-width: 520px;
    min-height: 100vh;
    padding: 20px;
}

.loyalty-header {
    align-items: center;
    display: grid;
    grid-template-columns: 35px 1fr 35px;
    margin-bottom: 28px;
}

.loyalty-header > span {
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-align: center;
}

.loyalty-header a,
.loyalty-header button {
    align-items: center;
    background: rgba(255, 255, 255, 0.55);
    border: 1px solid var(--line);
    border-radius: 50%;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.digital-pass {
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.07), transparent 38%),
        var(--merchant-ink, var(--ink));
    border-radius: 26px;
    box-shadow: 0 25px 55px rgba(23, 24, 19, 0.25);
    color: var(--paper);
    min-height: 300px;
    overflow: hidden;
    padding: 24px;
    position: relative;
}

.pass-glow {
    background: var(--merchant-accent, var(--accent));
    border-radius: 50%;
    filter: blur(80px);
    height: 190px;
    opacity: 0.16;
    position: absolute;
    right: -60px;
    top: -80px;
    width: 190px;
}

.pass-top {
    align-items: center;
    display: grid;
    gap: 10px;
    grid-template-columns: 38px 1fr auto;
    position: relative;
}

.pass-top strong,
.pass-top small {
    display: block;
}

.pass-top strong {
    font-family: var(--display);
    font-size: 11px;
}

.pass-top small {
    color: rgba(255, 255, 255, 0.4);
    font-size: 7px;
}

.pass-signal {
    align-items: center;
    display: flex;
    transform: scale(0.7);
}

.pass-signal i {
    border: 2px solid var(--merchant-accent, var(--accent));
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    height: 16px;
    transform: rotate(45deg);
    width: 16px;
}

.pass-signal i:nth-child(2) {
    height: 24px;
    margin-left: -12px;
    width: 24px;
}

.pass-signal i:nth-child(3) {
    height: 34px;
    margin-left: -19px;
    width: 34px;
}

.pass-balance {
    margin-top: 62px;
}

.pass-balance > span {
    color: rgba(255, 255, 255, 0.38);
    font-size: 7px;
    letter-spacing: 0.13em;
}

.pass-balance strong {
    display: block;
    font-family: var(--display);
    font-size: 52px;
    letter-spacing: -0.07em;
    line-height: 1;
}

.pass-balance strong small {
    color: rgba(255, 255, 255, 0.48);
    font-family: var(--body);
    font-size: 10px;
    letter-spacing: 0;
}

.pass-progress {
    margin-top: 23px;
}

.pass-progress > i {
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    display: block;
    height: 6px;
    overflow: hidden;
    position: relative;
}

.pass-progress > i::after {
    background: var(--merchant-accent, var(--accent));
    border-radius: inherit;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: var(--progress);
}

.pass-progress span {
    color: rgba(255, 255, 255, 0.38);
    display: block;
    font-size: 7px;
    margin-top: 7px;
}

.pass-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    font-size: 7px;
    justify-content: space-between;
    margin-top: 23px;
    padding-top: 13px;
}

.loyalty-qr-card {
    align-items: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 22px;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 120px;
    margin-top: 15px;
    padding: 20px;
}

.loyalty-qr-card h1 {
    font-size: 25px;
    margin-bottom: 9px;
}

.loyalty-qr-card > div > p:last-child {
    color: var(--muted);
    font-size: 8px;
    margin: 0;
}

.loyalty-qr-card img {
    border-radius: 14px;
    height: 120px;
    image-rendering: pixelated;
    width: 120px;
}

.wallet-buttons {
    display: grid;
    gap: 9px;
    grid-template-columns: 1fr 1fr;
    margin-top: 15px;
}

.wallet-buttons button {
    align-items: center;
    background: var(--ink);
    border: 0;
    border-radius: 14px;
    color: var(--paper);
    cursor: pointer;
    display: grid;
    gap: 9px;
    grid-template-columns: auto 1fr auto;
    min-height: 59px;
    padding: 10px 12px;
    text-align: left;
}

.wallet-buttons small,
.wallet-buttons strong {
    display: block;
}

.wallet-buttons small {
    color: rgba(255, 255, 255, 0.42);
    font-size: 6px;
}

.wallet-buttons strong {
    font-size: 9px;
}

.wallet-buttons i {
    color: var(--accent);
    font-size: 6px;
    font-style: normal;
    text-transform: uppercase;
}

.loyalty-booking {
    margin-top: 15px;
}

.loyalty-history {
    margin-top: 32px;
}

.loyalty-history > div {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    padding-bottom: 12px;
}

.loyalty-history > div span {
    font-family: var(--display);
    font-size: 16px;
    font-weight: 700;
}

.loyalty-history > div small {
    color: var(--muted);
    font-size: 7px;
}

.loyalty-history article {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: grid;
    gap: 10px;
    grid-template-columns: 38px 1fr auto;
    min-height: 58px;
}

.loyalty-history article > i {
    align-items: center;
    background: var(--accent);
    border-radius: 10px;
    display: flex;
    font-size: 9px;
    font-style: normal;
    font-weight: 800;
    height: 34px;
    justify-content: center;
}

.loyalty-history strong,
.loyalty-history small {
    display: block;
}

.loyalty-history strong {
    font-size: 9px;
}

.loyalty-history small,
.loyalty-history > p {
    color: var(--muted);
    font-size: 7px;
}

.loyalty-history article > b {
    font-size: 9px;
}

.loyalty-privacy {
    color: var(--muted);
    font-size: 7px;
    margin: 30px 0 8px;
    text-align: center;
}

.revenue-strip {
    align-items: stretch;
    background: var(--ink);
    border-radius: 18px;
    color: var(--paper);
    display: grid;
    gap: 1px;
    grid-template-columns: 0.65fr 0.65fr 0.8fr 1.1fr;
    margin-top: 12px;
    overflow: hidden;
}

.revenue-strip > div,
.revenue-strip > a {
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px;
}

.revenue-strip span,
.revenue-strip strong {
    display: block;
}

.revenue-strip span {
    color: rgba(255, 255, 255, 0.4);
    font-size: 7px;
    letter-spacing: 0.1em;
}

.revenue-strip strong {
    font-family: var(--display);
    font-size: 28px;
    line-height: 1;
    margin-top: 10px;
}

.revenue-strip-accent strong {
    color: var(--accent);
}

.revenue-strip > a {
    align-items: center;
    display: flex;
    font-size: 9px;
    font-weight: 700;
    justify-content: space-between;
}

/* Staff checkout */
.staff-page {
    background: var(--ink);
    color: var(--paper);
}

.staff-shell {
    min-height: 100vh;
    padding: 26px clamp(20px, 6vw, 86px) 80px;
}

.staff-header {
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    min-height: 52px;
}

.staff-header > a:last-child {
    color: rgba(255, 255, 255, 0.5);
    font-size: 9px;
}

.staff-mode {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.55);
    display: inline-flex;
    font-size: 8px;
    gap: 8px;
    letter-spacing: 0.12em;
    padding: 7px 10px;
}

.staff-mode i {
    background: var(--accent);
    border-radius: 50%;
    height: 6px;
    width: 6px;
}

.staff-grid {
    align-items: center;
    display: grid;
    gap: 10vw;
    grid-template-columns: 1fr minmax(360px, 0.75fr);
    margin: 90px auto 0;
    max-width: 1200px;
}

.staff-intro h1 {
    font-size: clamp(60px, 8vw, 112px);
    margin-bottom: 28px;
}

.staff-intro h1 em {
    color: var(--accent);
}

.staff-intro > p:not(.eyebrow) {
    color: rgba(255, 255, 255, 0.5);
    max-width: 490px;
}

.staff-rule {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.55);
    display: grid;
    font-size: 9px;
    gap: 12px;
    grid-template-columns: auto 1fr auto 1fr auto 1fr;
    margin-top: 40px;
    padding-top: 18px;
}

.staff-rule span {
    color: var(--accent);
    font-family: var(--display);
}

.staff-form {
    background: var(--paper);
    border-radius: 28px;
    color: var(--ink);
    padding: 28px;
}

.staff-form-top {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    font-size: 8px;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: 0.1em;
    padding-bottom: 18px;
}

.staff-form-top i {
    background: var(--accent);
    border-radius: 999px;
    font-style: normal;
    padding: 5px 8px;
}

.staff-message {
    border-radius: 11px;
    font-size: 9px;
    margin-top: 15px;
    padding: 11px;
}

.staff-success {
    background: rgba(151, 185, 36, 0.16);
    color: #526a08;
}

.staff-error {
    background: rgba(192, 72, 42, 0.12);
    color: #8c321c;
}

.staff-field {
    display: grid;
    gap: 8px;
    margin-top: 23px;
}

.staff-field > span:first-child {
    color: var(--muted);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.staff-field > input,
.staff-amount {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 12px;
    min-height: 49px;
}

.staff-field > input {
    outline: none;
    padding: 0 14px;
}

.staff-amount {
    align-items: center;
    display: flex;
    padding: 0 14px;
}

.staff-amount input {
    background: transparent;
    border: 0;
    flex: 1;
    font-family: var(--display);
    font-size: 22px;
    min-width: 0;
    outline: none;
}

.staff-amount b {
    font-family: var(--display);
}

.staff-confirm {
    margin: 24px 0;
}

.staff-recent {
    margin: 90px auto 0;
    max-width: 1200px;
}

.staff-recent h2 {
    font-size: 32px;
}

.staff-list {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 25px;
}

.staff-list article {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    display: grid;
    font-size: 9px;
    gap: 20px;
    grid-template-columns: 1fr 100px 100px 150px;
    padding: 16px 0;
}

.staff-list article strong {
    color: var(--accent);
}

.staff-list article small {
    color: rgba(255, 255, 255, 0.4);
}

.staff-list > p {
    color: rgba(255, 255, 255, 0.4);
    font-size: 10px;
    padding: 20px 0;
}

/* Admin */
.admin-metrics {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 clamp(24px, 6vw, 92px) 80px;
}

.admin-metrics article {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 24px;
}

.admin-metrics span,
.admin-metrics small {
    color: var(--muted);
    display: block;
    font-size: 9px;
}

.admin-metrics strong {
    display: block;
    font-family: var(--display);
    font-size: 43px;
    letter-spacing: -0.07em;
    line-height: 1;
    margin: 26px 0 9px;
}

.admin-metrics .admin-revenue {
    background: var(--accent);
}

.admin-revenue span,
.admin-revenue small {
    color: rgba(23, 24, 19, 0.6);
}

.admin-table-wrap {
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
}

.admin-table {
    border-collapse: collapse;
    width: 100%;
}

.admin-table th {
    color: var(--muted);
    font-size: 8px;
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
}

.admin-table th,
.admin-table td {
    border-bottom: 1px solid var(--line);
    padding: 16px 20px;
}

.admin-table tr:last-child td {
    border-bottom: 0;
}

.admin-table td {
    font-size: 10px;
}

.table-merchant {
    align-items: center;
    display: flex;
    gap: 10px;
}

.table-merchant > span {
    border-radius: 10px;
    flex: 0 0 34px;
    height: 34px;
    width: 34px;
}

.table-merchant strong,
.table-merchant small,
.table-sub {
    display: block;
}

.table-merchant small,
.table-sub {
    color: var(--muted);
    font-size: 7px;
}

.table-link {
    font-size: 9px;
    font-weight: 800;
}

/* Motion and utility */
.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition: opacity 700ms cubic-bezier(0.2, 0.75, 0.25, 1), transform 700ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay {
    transition-delay: 120ms;
}

.reveal-delay-2 {
    transition-delay: 240ms;
}

.toast-region {
    bottom: 22px;
    display: grid;
    gap: 8px;
    max-width: calc(100vw - 30px);
    position: fixed;
    right: 22px;
    z-index: 200;
}

.toast {
    animation: toast-in 240ms ease both;
    background: var(--ink);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.25);
    color: var(--paper);
    font-size: 10px;
    padding: 13px 17px;
}

@keyframes pulse {
    50% { box-shadow: 0 0 0 5px rgba(223, 255, 79, 0.12); }
}

@keyframes toast-in {
    from { opacity: 0; transform: translateY(8px); }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
    .reveal { opacity: 1; transform: none; }
}

@media (max-width: 1050px) {
    .pricing-card {
        grid-template-columns: 1fr 1fr;
    }
    .pricing-card .button {
        grid-column: 1 / -1;
    }
    .sales-layout {
        grid-template-columns: 1fr;
    }
    .sales-aside {
        order: -1;
    }
    .sticky-card {
        position: static;
    }
    .field-checklist {
        grid-template-columns: 1fr 1fr;
    }
    .field-checklist li:nth-child(odd) {
        margin-right: 15px;
    }
    .handoff-grid {
        grid-template-columns: 1fr 1fr;
    }
    .receipt-handoff {
        grid-column: 1 / -1;
    }
    .metric-grid {
        grid-template-columns: 1fr 1fr;
    }
    .admin-metrics {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 820px) {
    .site-header {
        grid-template-columns: 1fr auto;
    }
    .site-nav {
        display: none;
    }
    .hero-copy {
        max-width: 85%;
    }
    .hero-proof {
        display: none;
    }
    .hero-shade {
        background:
            linear-gradient(90deg, rgba(16, 16, 13, 0.94), rgba(16, 16, 13, 0.45)),
            linear-gradient(0deg, rgba(16, 16, 13, 0.65), transparent);
    }
    .signal-strip {
        gap: 20px;
        justify-content: flex-start;
        overflow-x: auto;
    }
    .signal-strip span {
        flex: 0 0 auto;
    }
    .manifesto-grid,
    .field-section {
        grid-template-columns: 1fr;
    }
    .journey-shell {
        grid-template-columns: 1fr;
    }
    .journey-step {
        min-height: 240px;
    }
    .journey-line {
        display: none;
    }
    .preview-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 28px;
    }
    .preview-metrics {
        grid-template-columns: 1fr 1fr;
    }
    .preview-metrics > div:nth-child(3) {
        border-left: 0;
        padding-left: 0;
    }
    .preview-metrics > div {
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        padding-bottom: 25px;
    }
    .app-hero {
        grid-template-columns: 1fr;
    }
    .app-hero-note {
        border-left: 0;
        border-top: 1px solid var(--line);
        padding: 24px 0 0;
    }
    .dashboard-shell {
        display: block;
    }
    .dashboard-sidebar {
        display: none;
    }
    .dashboard-grid,
    .lower-grid {
        grid-template-columns: 1fr;
    }
    .admin-table-wrap {
        overflow-x: auto;
    }
    .admin-table {
        min-width: 780px;
    }
    .staff-grid {
        gap: 55px;
        grid-template-columns: 1fr;
        margin-top: 60px;
    }
    .revenue-strip {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 620px) {
    .site-header {
        height: 66px;
        padding: 0 17px;
    }
    .site-header .button {
        font-size: 0;
        gap: 0;
        height: 40px;
        min-height: 40px;
        padding: 0;
        width: 40px;
    }
    .site-header .button span {
        font-size: 18px;
    }
    .hero {
        min-height: calc(100svh - 66px);
    }
    .hero-media img {
        object-position: 62% center;
    }
    .hero-shade {
        background:
            linear-gradient(0deg, rgba(16, 16, 13, 0.98) 0%, rgba(16, 16, 13, 0.72) 55%, rgba(16, 16, 13, 0.2) 100%);
    }
    .hero-copy {
        left: 22px;
        max-width: calc(100% - 44px);
        top: auto;
        bottom: 50px;
        transform: none;
    }
    .hero h1 {
        font-size: 52px;
        margin-bottom: 20px;
    }
    .hero-lead {
        font-size: 13px;
    }
    .hero-actions {
        align-items: flex-start;
        flex-direction: column;
        gap: 21px;
        margin-top: 27px;
    }
    .hero-index {
        display: none;
    }
    .section {
        padding: 75px 20px;
    }
    .manifesto-grid {
        margin-top: 42px;
    }
    .manifesto-title h2,
    .preview-header h2,
    .field-copy h2 {
        font-size: 43px;
    }
    .journey-section {
        padding-top: 0;
    }
    .journey-shell {
        border-radius: 24px;
        padding: 30px;
    }
    .journey-step {
        border-bottom: 1px solid var(--line);
        margin-bottom: 30px;
    }
    .journey-step:last-child {
        border-bottom: 0;
        margin-bottom: 0;
    }
    .field-section {
        gap: 70px;
    }
    .field-timeline div {
        grid-template-columns: 60px 1fr;
        padding-right: 0;
    }
    .dashboard-preview {
        padding-left: 14px;
        padding-right: 14px;
    }
    .dashboard-preview > .section-kicker,
    .dashboard-preview > .preview-header {
        margin-left: 6px;
        margin-right: 6px;
    }
    .preview-panel {
        border-radius: 24px;
    }
    .preview-metrics {
        grid-template-columns: 1fr 1fr;
    }
    .preview-metrics > div {
        padding: 17px 10px;
    }
    .preview-metrics strong {
        font-size: 38px;
    }
    .preview-chart {
        gap: 9px;
        height: 140px;
        padding: 0;
    }
    .pricing-card {
        gap: 35px;
        grid-template-columns: 1fr;
        padding: 32px;
    }
    .pricing-card .button {
        grid-column: auto;
    }
    .site-footer {
        align-items: flex-start;
        flex-direction: column;
        gap: 45px;
    }
    .app-hero {
        padding: 65px 20px 45px;
    }
    .app-hero h1 {
        font-size: 58px;
    }
    .sales-layout,
    .recent-activations,
    .admin-table-section {
        padding-left: 14px;
        padding-right: 14px;
    }
    .aside-card {
        border-radius: 22px;
    }
    .field-checklist {
        grid-template-columns: 1fr;
    }
    .field-checklist li:nth-child(odd) {
        margin-right: 0;
    }
    .activation-form {
        border-radius: 22px;
    }
    .form-progress {
        padding: 0 28px;
    }
    .form-progress span::after {
        display: none;
    }
    .form-grid,
    .payment-amount {
        grid-template-columns: 1fr;
    }
    .payment-methods {
        grid-template-columns: 1fr 1fr;
    }
    .activation-list article {
        grid-template-columns: 40px 1fr auto;
        padding: 12px 15px;
    }
    .activation-list article > span:nth-of-type(2),
    .activation-list article > a {
        display: none;
    }
    .activation-success {
        padding: 65px 20px 40px;
    }
    .handoff-grid {
        grid-template-columns: 1fr;
        padding: 0 14px 80px;
    }
    .receipt-handoff {
        grid-column: auto;
    }
    .dashboard-main {
        padding: 22px 14px 50px;
    }
    .dashboard-header {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }
    .dashboard-header-actions {
        width: 100%;
    }
    .period-selector {
        display: none;
    }
    .dashboard-header-actions .button {
        width: 100%;
    }
    .metric-grid,
    .admin-metrics {
        grid-template-columns: 1fr 1fr;
    }
    .metric-grid article {
        padding: 16px;
    }
    .metric-grid article > strong {
        font-size: 32px;
    }
    .dashboard-chart {
        height: 180px;
    }
    .tag-row {
        grid-template-columns: 42px 1fr auto;
    }
    .tag-row code {
        display: none;
    }
    .admin-metrics {
        padding: 0 14px 55px;
    }
    .admin-metrics article {
        padding: 17px;
    }
    .admin-metrics strong {
        font-size: 34px;
    }
    .section-heading-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 22px;
    }
    .loyalty-qr-card {
        grid-template-columns: 1fr 105px;
    }
    .loyalty-qr-card img {
        height: 105px;
        width: 105px;
    }
    .wallet-buttons {
        grid-template-columns: 1fr;
    }
    .revenue-strip {
        grid-template-columns: 1fr 1fr;
    }
    .revenue-strip > a {
        grid-column: 1 / -1;
    }
    .staff-header .brand span:last-child,
    .staff-header > a:last-child {
        display: none;
    }
    .staff-shell {
        padding-left: 16px;
        padding-right: 16px;
    }
    .staff-intro h1 {
        font-size: 60px;
    }
    .staff-rule {
        grid-template-columns: auto 1fr;
    }
    .staff-form {
        padding: 22px;
    }
    .staff-list article {
        grid-template-columns: 1fr auto;
    }
    .staff-list article span:nth-of-type(2),
    .staff-list article small {
        display: none;
    }
}

/* Unified Google-first product interface */
.app-page,
.dashboard-page,
.customer-page,
.staff-page {
    --google-blue: #4285f4;
    --google-blue-dark: #1f63d7;
    --google-red: #ea4335;
    --google-yellow: #fbbc04;
    --google-green: #34a853;
    --google-night: #111827;
    --google-surface: #f5f7fb;
}

.app-page .site-header > .button {
    background: var(--google-blue);
    color: white;
}

.app-page .site-nav a::after {
    background: var(--google-blue);
}

.app-page {
    background:
        linear-gradient(rgba(66, 133, 244, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(66, 133, 244, 0.045) 1px, transparent 1px),
        #f7f5ef;
    background-size: 36px 36px;
}

.app-page .eyebrow > span,
.admin-page .eyebrow > span {
    background: var(--google-blue);
    box-shadow: 9px 0 0 var(--google-red), 18px 0 0 var(--google-yellow), 27px 0 0 var(--google-green);
    margin-right: 27px;
}

.app-page h1 em {
    color: var(--google-blue);
}

.app-page .environment-pill {
    background: var(--google-yellow);
}

.activation-form,
.handoff-card,
.admin-metrics article,
.admin-table-wrap,
.activation-list {
    background: #fff;
    border-color: rgba(41, 73, 122, 0.14);
    box-shadow: 0 22px 65px rgba(40, 67, 108, 0.08);
}

.activation-form {
    position: relative;
}

.activation-form::before {
    background: linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.sales-page .form-progress .active::before {
    background: var(--google-blue);
    box-shadow: 0 0 0 4px rgba(66, 133, 244, 0.18);
}

.sales-page .form-heading > span,
.handoff-card-head > span {
    color: var(--google-blue);
}

.sales-page .field input:focus {
    border-color: var(--google-blue);
}

.sales-page .payment-form-section {
    background: #f5f8ff;
}

.sales-page .payment-status-card {
    background:
        linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%) top / 100% 4px no-repeat,
        var(--google-night);
}

.sales-page .payment-status-card i,
.sales-page .status-pill i {
    background: var(--google-green);
}

.sales-page .payment-methods input:checked + span {
    background: var(--google-blue);
    border-color: var(--google-blue-dark);
    color: white;
}

.sales-page .confirm-payment input:checked + .check-box {
    background: var(--google-green);
    border-color: var(--google-green);
    color: white;
}

.sales-page .activation-submit,
.activation-page .button-accent,
.admin-page .button-dark {
    background: var(--google-blue);
    color: white;
}

.aside-product-shot {
    border-radius: 18px;
    margin: -18px -18px 28px;
    overflow: hidden;
    position: relative;
}

.aside-product-shot::after {
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.82), transparent 55%);
    content: "";
    inset: 0;
    position: absolute;
}

.aside-product-shot img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.aside-product-shot > span {
    align-items: center;
    bottom: 14px;
    display: flex;
    font-size: 7px;
    font-weight: 800;
    gap: 8px;
    left: 14px;
    letter-spacing: 0.08em;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.aside-product-shot > span i {
    background: var(--google-green);
    border-radius: 50%;
    box-shadow: 0 0 0 5px rgba(52, 168, 83, 0.22);
    height: 6px;
    width: 6px;
}

.sales-page .aside-card {
    background:
        radial-gradient(circle at 95% 0, rgba(66, 133, 244, 0.17), transparent 32%),
        var(--google-night);
}

.sales-page .field-checklist li span {
    color: #7ba7ff;
}

.sales-page .aside-warning {
    background: rgba(251, 188, 4, 0.11);
    border-color: rgba(251, 188, 4, 0.3);
    color: #ffd454;
}

.sales-page .activation-avatar,
.admin-page .table-merchant > span {
    background: var(--google-blue);
    color: white;
}

.sales-page .status-active,
.admin-page .status-active {
    background: rgba(52, 168, 83, 0.13);
    color: #1b7435;
}

/* Activation and physical handoff */
.activation-success {
    align-items: center;
    display: grid;
    gap: clamp(45px, 7vw, 110px);
    grid-template-columns: 1fr minmax(340px, 0.72fr);
    max-width: none;
    padding-bottom: 75px;
}

.activation-success-copy > p:last-child {
    color: var(--muted);
    font-size: 16px;
    max-width: 600px;
}

.activation-page .success-mark {
    background: var(--google-green);
    box-shadow: 0 12px 35px rgba(52, 168, 83, 0.24);
    color: white;
}

.activation-product-preview {
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(22, 39, 68, 0.18);
    overflow: hidden;
    position: relative;
}

.activation-product-preview::after {
    background: linear-gradient(0deg, rgba(17, 24, 39, 0.75), transparent 52%);
    content: "";
    inset: 0;
    position: absolute;
}

.activation-product-preview img {
    aspect-ratio: 4 / 3;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.activation-product-preview > span {
    align-items: center;
    bottom: 20px;
    color: white;
    display: flex;
    font-size: 8px;
    font-weight: 800;
    gap: 10px;
    left: 22px;
    letter-spacing: 0.1em;
    position: absolute;
    text-transform: uppercase;
    z-index: 1;
}

.activation-product-preview > span i {
    background: var(--google-yellow);
    border-radius: 50%;
    box-shadow: 0 0 0 6px rgba(251, 188, 4, 0.22);
    height: 7px;
    width: 7px;
}

.activation-page .handoff-card {
    overflow: hidden;
    position: relative;
}

.activation-page .handoff-card::before {
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.activation-page .qr-handoff::before { background: var(--google-blue); }
.activation-page .portal-handoff::before { background: var(--google-green); }
.activation-page .receipt-handoff::before { background: var(--google-yellow); }

.activation-page .qr-stage {
    background: #edf4ff;
}

.activation-page .copy-field button {
    background: var(--google-blue);
}

.activation-page .merchant-ticket {
    background:
        linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%) top / 100% 4px no-repeat,
        var(--google-night);
}

.activation-page .ticket-status {
    color: #73d58a;
}

.activation-page .ticket-status i {
    background: var(--google-green);
}

.activation-page .activation-final-check {
    background: #fff5cd;
    border: 1px solid #efcf50;
}

/* Merchant intelligence dashboard */
.dashboard-page {
    background: #eef2f8;
}

.dashboard-sidebar {
    background:
        radial-gradient(circle at 0 0, rgba(66, 133, 244, 0.2), transparent 30%),
        #111827;
}

.merchant-switcher > div {
    background: white;
    color: var(--google-blue);
}

.dashboard-nav a.active {
    background: var(--google-blue);
    box-shadow: 0 12px 28px rgba(66, 133, 244, 0.2);
    color: white;
}

.dashboard-nav a.active span {
    color: white;
    font-family: var(--display);
    font-weight: 800;
}

.dashboard-nav a small {
    background: rgba(52, 168, 83, 0.2);
    color: #86e09a;
}

.subscription-chip {
    background: rgba(52, 168, 83, 0.1);
    border-color: rgba(52, 168, 83, 0.25);
}

.subscription-chip strong {
    color: #79db90;
}

.subscription-chip i {
    background: var(--google-green);
}

.dashboard-page .button-accent {
    background: var(--google-blue);
    color: white;
}

.dashboard-page .button-dark {
    background: white;
    color: var(--google-night);
}

.metric-grid article,
.dashboard-panel {
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(43, 65, 101, 0.13);
    box-shadow: 0 12px 35px rgba(38, 59, 96, 0.05);
}

.metric-grid .metric-card-accent {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 45%),
        var(--google-blue);
    color: white;
}

.metric-grid .metric-card-accent > div,
.metric-grid .metric-card-accent p {
    color: rgba(255, 255, 255, 0.72) !important;
}

.metric-grid .metric-card-accent > div b {
    border-color: rgba(255, 255, 255, 0.3);
}

.dashboard-chart > div > span {
    background: #dce5f5;
}

.dashboard-chart > div:nth-child(2) > span { background: rgba(66, 133, 244, 0.55); }
.dashboard-chart > div:nth-child(4) > span { background: rgba(234, 67, 53, 0.5); }
.dashboard-chart > div:nth-child(6) > span { background: rgba(251, 188, 4, 0.62); }
.dashboard-chart > div:last-child > span { background: var(--google-green); }

.funnel-list i::after {
    background: var(--google-blue);
}

.funnel-list > div:nth-child(4) i::after {
    background: var(--google-green);
}

.icon-button {
    background: var(--google-blue);
    color: white;
}

.tag-miniature {
    background: white;
    border: 1px solid rgba(66, 133, 244, 0.22);
    box-shadow: 0 8px 20px rgba(66, 133, 244, 0.1);
}

.tag-miniature i {
    border-color: var(--google-blue);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.event-dot { background: var(--google-blue); }
.event-calendar_added { background: var(--google-yellow); }
.event-review_done { background: var(--google-green); }
.event-google_clicked { background: var(--google-red); }

.revenue-strip {
    background:
        linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%) top / 100% 4px no-repeat,
        var(--google-night);
    padding-top: 4px;
}

.revenue-strip-accent strong {
    color: #7bdd91;
}

/* Customer Google review journey */
.customer-page {
    background: #dfe5ee;
}

.customer-page:not(.loyalty-page) .customer-shell {
    background:
        radial-gradient(circle at 86% 4%, rgba(66, 133, 244, 0.28), transparent 31%),
        radial-gradient(circle at 5% 65%, rgba(52, 168, 83, 0.08), transparent 30%),
        #111827;
}

.customer-page:not(.loyalty-page) .customer-logo {
    background: white;
    color: var(--google-blue);
}

.customer-page:not(.loyalty-page) .customer-signal i {
    border-color: var(--google-blue);
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.customer-page:not(.loyalty-page) .customer-kicker {
    color: var(--google-yellow);
}

.customer-page:not(.loyalty-page) .customer-action-primary {
    background: var(--google-blue);
    border-color: var(--google-blue);
    color: white;
    box-shadow: 0 14px 34px rgba(66, 133, 244, 0.22);
}

.customer-page:not(.loyalty-page) .customer-action-primary .action-icon {
    background: rgba(255, 255, 255, 0.14);
}

.customer-page:not(.loyalty-page) .customer-action-primary small {
    color: rgba(255, 255, 255, 0.62);
}

.customer-page:not(.loyalty-page) .customer-action:nth-child(2) .action-icon {
    color: var(--google-yellow);
}

.customer-page:not(.loyalty-page) .customer-action:nth-child(3) .action-icon {
    color: #79db90;
}

.customer-page .sheet-panel .customer-kicker {
    color: var(--google-blue);
}

.customer-page .sheet-panel .button-accent {
    background: var(--google-blue);
    color: white;
}

.customer-page .time-options input:checked + span {
    background: var(--google-blue);
    border-color: var(--google-blue);
}

/* Loyalty pass */
.loyalty-page {
    background: #dce5f3;
}

.loyalty-shell {
    background:
        radial-gradient(circle at 85% 0, rgba(66, 133, 244, 0.11), transparent 26%),
        #f5f7fb;
}

.digital-pass {
    background:
        linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%) top / 100% 5px no-repeat,
        radial-gradient(circle at 90% 0, rgba(66, 133, 244, 0.26), transparent 38%),
        var(--google-night);
    padding-top: 29px;
}

.loyalty-page .pass-glow {
    background: var(--google-blue);
}

.loyalty-page .customer-logo {
    background: white;
    color: var(--google-blue);
}

.loyalty-page .pass-signal i {
    border-color: #8ab4ff;
    border-bottom-color: transparent;
    border-left-color: transparent;
}

.loyalty-page .pass-progress > i::after {
    background: var(--google-yellow);
}

.loyalty-qr-card {
    border-color: rgba(66, 133, 244, 0.18);
    box-shadow: 0 16px 38px rgba(49, 75, 118, 0.08);
}

.loyalty-page .customer-kicker {
    color: var(--google-blue);
}

.loyalty-page .wallet-buttons button {
    background: var(--google-night);
}

.loyalty-page .wallet-buttons i {
    color: #8ab4ff;
}

.loyalty-page .loyalty-booking {
    background: var(--google-blue);
    color: white;
}

.loyalty-history article > i {
    background: rgba(52, 168, 83, 0.15);
    color: #167532;
}

/* Staff purchase validation */
.staff-page {
    background:
        radial-gradient(circle at 85% 12%, rgba(66, 133, 244, 0.16), transparent 28%),
        var(--google-night);
}

.staff-mode i {
    background: var(--google-green);
}

.staff-intro h1 em {
    color: #78a8ff;
}

.staff-rule span {
    color: #78a8ff;
}

.staff-form {
    background: #f7f8fb;
    box-shadow: 0 35px 90px rgba(0, 0, 0, 0.28);
    overflow: hidden;
    position: relative;
}

.staff-form::before {
    background: linear-gradient(90deg, var(--google-blue) 0 25%, var(--google-red) 25% 50%, var(--google-yellow) 50% 75%, var(--google-green) 75%);
    content: "";
    height: 5px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.staff-form-top i {
    background: rgba(52, 168, 83, 0.14);
    color: #167532;
}

.staff-page .confirm-payment input:checked + .check-box {
    background: var(--google-green);
    border-color: var(--google-green);
    color: white;
}

.staff-page .button-accent {
    background: var(--google-blue);
    color: white;
}

.staff-list article strong {
    color: #79db90;
}

/* Network administration */
.admin-page .admin-metrics article {
    overflow: hidden;
    position: relative;
}

.admin-page .admin-metrics article::before {
    background: var(--google-blue);
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.admin-page .admin-metrics article:nth-child(2)::before { background: var(--google-red); }
.admin-page .admin-metrics article:nth-child(3)::before { background: var(--google-yellow); }
.admin-page .admin-metrics article:nth-child(4)::before { background: var(--google-green); }

.admin-page .admin-metrics .admin-revenue {
    background: var(--google-blue);
    color: white;
}

.admin-page .admin-revenue span,
.admin-page .admin-revenue small {
    color: rgba(255, 255, 255, 0.68);
}

.admin-page .admin-table th {
    background: #f2f6fd;
    color: #52637d;
}

.admin-page .table-link {
    color: var(--google-blue-dark);
}

@media (max-width: 1050px) {
    .activation-success {
        grid-template-columns: 1fr;
    }
    .activation-product-preview {
        max-width: 720px;
    }
}

@media (max-width: 820px) {
    .aside-product-shot {
        margin: -12px -12px 24px;
    }
    .activation-success {
        padding-top: 65px;
    }
    .activation-product-preview {
        border-radius: 22px;
    }
}

@media (max-width: 620px) {
    .activation-success {
        padding-left: 20px;
        padding-right: 20px;
    }
    .activation-success h1 {
        font-size: 52px;
    }
    .activation-product-preview {
        width: 100%;
    }
    .loyalty-header > span {
        font-size: 7px;
        letter-spacing: 0.09em;
    }
}

/* Two-card loyalty: public Google card + staff validator */
.activation-page .handoff-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

/* Offer architecture */
.offer-form-section {
    background:
        radial-gradient(circle at 92% 8%, rgba(66, 133, 244, .12), transparent 30%),
        #fff;
}

.offer-selector {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin: 24px 0;
}

.offer-choice {
    cursor: pointer;
}

.offer-choice input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.offer-choice-card {
    min-height: 190px;
    display: flex;
    flex-direction: column;
    padding: 22px;
    border: 1px solid #dce1e8;
    border-radius: 22px;
    background: #f8f9fb;
    transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.offer-choice-card small {
    color: #6b7280;
    font-size: .66rem;
    font-weight: 850;
    letter-spacing: .13em;
}

.offer-choice-card strong {
    margin-top: 12px;
    color: #111827;
    font-family: var(--font-display);
    font-size: 1.35rem;
}

.offer-choice-card b {
    margin-top: 4px;
    color: #111827;
    font-size: 2rem;
    line-height: 1;
}

.offer-choice-card em {
    margin-top: auto;
    padding-top: 22px;
    color: #68707d;
    font-size: .82rem;
    font-style: normal;
    line-height: 1.45;
}

.offer-choice input:checked + .offer-choice-card {
    transform: translateY(-3px);
    border-color: #4285f4;
    box-shadow: 0 16px 34px rgba(31, 99, 215, .16);
    background: #fff;
}

.offer-choice-complete input:checked + .offer-choice-card {
    border-color: #111827;
    box-shadow: 0 16px 34px rgba(17, 24, 39, .18);
}

.offer-choice-complete .offer-choice-card small {
    color: #1f63d7;
}

.rights-editor {
    padding: 22px;
    border: 1px solid #dfe4ea;
    border-radius: 22px;
    background: #111827;
    color: #fff;
}

.rights-editor-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
}

.rights-editor-head > div {
    display: grid;
    gap: 4px;
}

.rights-editor-head strong {
    font-size: 1rem;
}

.rights-editor-head > div span {
    color: #9ca3af;
    font-size: .78rem;
    line-height: 1.4;
}

.rights-status {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(52, 168, 83, .16);
    color: #8ce5a4;
    font-size: .68rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.rights-status.is-exception {
    background: rgba(251, 188, 4, .16);
    color: #fbd567;
}

.rights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.right-toggle input {
    position: absolute;
    opacity: 0;
}

.right-toggle > span {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid #303a4b;
    border-radius: 13px;
    color: #aeb6c3;
    cursor: pointer;
    transition: background .18s ease, border-color .18s ease, color .18s ease;
}

.right-toggle > span i {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border: 1px solid #536078;
    border-radius: 6px;
}

.right-toggle > span i::after {
    content: "✓";
    opacity: 0;
    color: #fff;
    font-size: .72rem;
    font-style: normal;
}

.right-toggle > span b {
    font-size: .78rem;
    font-weight: 700;
}

.right-toggle input:checked ~ span {
    border-color: #4285f4;
    background: rgba(66, 133, 244, .12);
    color: #fff;
}

.right-toggle input:checked ~ span i {
    border-color: #4285f4;
    background: #4285f4;
}

.right-toggle input:checked ~ span i::after {
    opacity: 1;
}

.right-toggle.is-core > span {
    cursor: default;
    opacity: .82;
}

.personalization-fields {
    margin-top: 20px;
    transition: opacity .2s ease;
}

.personalization-fields.is-disabled {
    opacity: .4;
}

.field textarea {
    width: 100%;
    min-height: 96px;
    resize: vertical;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: #fff;
    color: var(--ink);
    font: inherit;
}

.receipt-rights {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin: 16px 0;
}

.receipt-rights span {
    padding: 7px 9px;
    border-radius: 999px;
    background: #edf4ff;
    color: #1f63d7;
    font-size: .7rem;
    font-weight: 750;
}

.offer-access-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 18px;
    padding: 18px 20px;
    border: 1px solid #dfe4ea;
    border-radius: 18px;
    background: #fff;
}

.offer-access-strip > div:first-child {
    display: grid;
    gap: 4px;
}

.offer-access-strip small {
    color: #788190;
    font-size: .65rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.offer-access-strip strong {
    font-size: 1.05rem;
}

.offer-access-tags {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 6px;
}

.offer-access-tags span {
    padding: 6px 9px;
    border-radius: 999px;
    background: #f0f4f9;
    color: #4e5968;
    font-size: .67rem;
    font-weight: 700;
}

.locked-feature-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 22px;
    padding: 30px;
    background:
        radial-gradient(circle at 90% 20%, rgba(66, 133, 244, .15), transparent 30%),
        #111827;
    color: #fff;
}

.locked-feature-panel span {
    color: #8ab4f8;
    font-size: .67rem;
    font-weight: 850;
    letter-spacing: .12em;
}

.locked-feature-panel h2 {
    margin: 7px 0;
    font-size: 1.35rem;
}

.locked-feature-panel p {
    max-width: 650px;
    color: #aeb6c3;
    font-size: .86rem;
}

.locked-feature-panel a {
    flex: 0 0 auto;
    color: #fff;
    font-weight: 800;
}

.customer-cover {
    height: 200px;
    margin: 0 0 24px;
    overflow: hidden;
    border-radius: 24px;
    background: #e5e7eb;
}

.customer-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer-action-google .action-icon {
    color: #4285f4;
    font-family: sans-serif;
    font-weight: 900;
}

.offer-management-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(290px, .68fr);
    gap: 26px;
    align-items: start;
}

.offer-history h2 {
    margin: 12px 0 20px;
    font-size: 1.25rem;
}

.offer-history-list {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.offer-history-list article {
    padding: 14px;
    border: 1px solid #e1e5ea;
    border-radius: 14px;
    background: #fff;
}

.offer-history-list article > span,
.offer-history-list article > small {
    color: #7a8492;
    font-size: .68rem;
}

.offer-history-list strong,
.offer-history-list p {
    display: block;
    margin: 4px 0;
}

.offer-history-list p {
    color: #5f6978;
    font-size: .78rem;
}

@media (max-width: 980px) {
    .offer-management-layout {
        grid-template-columns: 1fr;
    }

    .offer-selector {
        grid-template-columns: 1fr;
    }

    .offer-choice-card {
        min-height: 0;
    }

    .offer-choice-card em {
        padding-top: 14px;
    }
}

@media (max-width: 680px) {
    .rights-grid {
        grid-template-columns: 1fr;
    }

    .rights-editor-head,
    .offer-access-strip,
    .locked-feature-panel {
        align-items: flex-start;
        flex-direction: column;
    }

    .offer-access-tags {
        justify-content: flex-start;
    }
}

.activation-page .receipt-handoff {
    grid-column: auto;
}

.activation-page .validator-handoff::before {
    background: var(--google-red);
}

.validator-qr-stage {
    background: #fff2f0 !important;
}

.stamp-row,
.validator-stamps {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(6, 1fr);
}

.stamp-row {
    margin-top: 28px;
}

.stamp-row i,
.validator-stamps i {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 50%;
    color: transparent;
    display: flex;
    font-size: 10px;
    font-style: normal;
    height: 39px;
    justify-content: center;
}

.stamp-row i.is-filled {
    background: var(--google-green);
    border-color: var(--google-green);
    color: white;
    box-shadow: 0 8px 20px rgba(52, 168, 83, 0.22);
}

.loyalty-tap-card {
    align-items: center;
    background:
        radial-gradient(circle at 0 100%, rgba(66, 133, 244, 0.11), transparent 35%),
        white;
    border: 1px solid rgba(66, 133, 244, 0.17);
    border-radius: 22px;
    box-shadow: 0 16px 38px rgba(49, 75, 118, 0.08);
    display: grid;
    gap: 22px;
    grid-template-columns: 72px 1fr;
    margin-top: 15px;
    padding: 24px 20px;
}

.loyalty-tap-card h1 {
    font-size: 25px;
    line-height: 1.03;
    margin: 0 0 9px;
}

.loyalty-tap-card p:last-child {
    color: var(--muted);
    font-size: 8px;
    line-height: 1.65;
    margin: 0;
}

.loyalty-tap-icon {
    align-items: center;
    background: #edf4ff;
    border-radius: 18px;
    display: flex;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.loyalty-tap-icon i {
    border: 2px solid var(--google-blue);
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: 50%;
    height: 15px;
    transform: rotate(45deg);
    width: 15px;
}

.loyalty-tap-icon i:nth-child(2) {
    height: 23px;
    margin-left: -11px;
    width: 23px;
}

.loyalty-tap-icon i:nth-child(3) {
    height: 33px;
    margin-left: -18px;
    width: 33px;
}

.reward-ready {
    background:
        radial-gradient(circle at 100% 0, rgba(251, 188, 4, 0.25), transparent 40%),
        #fff8dd;
    border: 1px solid #edd065;
    border-radius: 22px;
    margin-top: 15px;
    padding: 25px;
}

.reward-ready > span {
    color: #8a6500;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.12em;
}

.reward-ready h1 {
    font-size: 27px;
    margin: 25px 0 8px;
}

.reward-ready p {
    color: var(--muted);
    font-size: 8px;
    margin: 0;
}

.backup-code {
    background: white;
    border: 1px solid var(--line);
    border-radius: 15px;
    margin-top: 15px;
    overflow: hidden;
}

.backup-code summary {
    align-items: center;
    cursor: pointer;
    display: flex;
    font-size: 8px;
    font-weight: 800;
    justify-content: space-between;
    letter-spacing: 0.06em;
    list-style: none;
    min-height: 48px;
    padding: 0 15px;
    text-transform: uppercase;
}

.backup-code summary::-webkit-details-marker {
    display: none;
}

.backup-code summary span {
    color: var(--google-blue);
    font-size: 16px;
}

.backup-code[open] summary span {
    transform: rotate(45deg);
}

.backup-code > div {
    align-items: center;
    border-top: 1px solid var(--line);
    display: flex;
    gap: 18px;
    padding: 15px;
}

.backup-code img {
    height: 85px;
    image-rendering: pixelated;
    width: 85px;
}

.backup-code code {
    color: var(--muted);
    font-family: ui-monospace, monospace;
    font-size: 11px;
}

.copy-field .private-url {
    filter: blur(4px);
    transition: filter 160ms ease;
    user-select: none;
}

.copy-field:hover .private-url,
.copy-field:focus-within .private-url {
    filter: none;
    user-select: text;
}

/* Validation result displayed on the customer's phone */
.validator-page {
    background: #dfe6f1;
}

.validator-shell {
    background:
        radial-gradient(circle at 90% 0, rgba(66, 133, 244, 0.18), transparent 29%),
        #f6f8fc;
    box-shadow: 0 0 80px rgba(30, 52, 88, 0.18);
    margin: 0 auto;
    max-width: 520px;
    min-height: 100vh;
    padding: 22px;
}

.validator-header {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    min-height: 55px;
}

.validator-header .brand {
    font-size: 15px;
}

.validator-header > span {
    color: var(--muted);
    font-size: 6px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.validator-result {
    padding: 60px 3px 30px;
}

.validator-check {
    align-items: center;
    background: var(--google-green);
    border-radius: 50%;
    box-shadow: 0 13px 35px rgba(52, 168, 83, 0.23);
    color: white;
    display: flex;
    font-family: var(--display);
    font-size: 26px;
    height: 58px;
    justify-content: center;
    margin-bottom: 34px;
    width: 58px;
}

.validator-kicker {
    color: var(--google-green);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 0.14em;
    margin-bottom: 13px;
}

.validator-result h1 {
    font-size: clamp(48px, 13vw, 66px);
    margin: 0 0 35px;
}

.validator-result h1 em {
    color: var(--google-blue);
}

.validator-stamps {
    margin: 25px 0;
}

.validator-stamps i {
    border-color: rgba(17, 24, 39, 0.14);
    height: 45px;
}

.validator-stamps i.is-filled {
    background: var(--google-green);
    border-color: var(--google-green);
    color: white;
}

.validator-next {
    color: var(--muted);
    font-size: 12px;
    line-height: 1.7;
    margin: 25px 0;
}

.validator-result .button {
    background: var(--google-blue);
    color: white;
    justify-content: space-between;
    margin-top: 35px;
}

.validator-reward {
    background: #fff2bd;
    border: 1px solid #eac64b;
    border-radius: 16px;
    display: grid;
    gap: 6px;
    margin-top: 25px;
    padding: 18px;
}

.validator-reward span {
    color: #8a6500;
    font-size: 7px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.validator-reward strong {
    font-family: var(--display);
    font-size: 18px;
}

.validator-result.is-waiting .validator-check {
    background: var(--google-blue);
}

.validator-result.is-waiting .validator-kicker {
    color: var(--google-blue);
}

.validator-result.is-missing .validator-check {
    background: var(--google-red);
}

.validator-result.is-missing .validator-kicker {
    color: var(--google-red);
}

.validator-shell > footer {
    border-top: 1px solid var(--line);
    color: var(--muted);
    display: flex;
    font-size: 7px;
    justify-content: space-between;
    margin-top: 35px;
    padding: 20px 3px;
}

@media (max-width: 820px) {
    .activation-page .handoff-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 420px) {
    .stamp-row {
        gap: 6px;
    }
    .stamp-row i {
        height: 34px;
    }
    .loyalty-tap-card {
        grid-template-columns: 58px 1fr;
    }
    .loyalty-tap-icon {
        height: 58px;
        width: 58px;
    }
    .validator-stamps {
        gap: 6px;
    }
    .validator-stamps i {
        height: 39px;
    }
}

/* Secure product foundations */
.login-page {
    background:
        radial-gradient(circle at 15% 15%, rgba(66, 133, 244, .18), transparent 30%),
        #eef1f7;
}

.login-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(380px, .7fr);
    margin: 0 auto;
    max-width: 1180px;
    min-height: calc(100vh - 180px);
    padding: 80px 28px;
}

.login-story {
    align-content: center;
    background: #151b2b;
    border-radius: 30px 0 0 30px;
    color: white;
    display: grid;
    padding: clamp(40px, 7vw, 88px);
}

.login-story h1 {
    font-size: clamp(42px, 5.5vw, 74px);
    letter-spacing: -.055em;
    line-height: .96;
    margin: 18px 0 24px;
    max-width: 680px;
}

.login-story > p:not(.section-kicker) {
    color: #b8c2d9;
    line-height: 1.75;
    max-width: 570px;
}

.security-points {
    display: grid;
    gap: 12px;
    margin-top: 42px;
}

.security-points span {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, .12);
    display: flex;
    gap: 14px;
    padding-top: 12px;
}

.security-points i {
    color: #82aef9;
    font-style: normal;
    font-size: 10px;
}

.login-card {
    align-content: center;
    background: white;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 35px 90px rgba(20, 31, 56, .14);
    display: grid;
    gap: 18px;
    padding: clamp(38px, 5vw, 72px);
}

.login-card h2 {
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -.045em;
    margin: 0;
}

.login-card > p,
.login-card label small {
    color: #697187;
    line-height: 1.6;
}

.login-card label,
.enroll-form > label,
.privacy-card label,
.privacy-danger label,
.feedback-box form > label {
    display: grid;
    font-size: 12px;
    font-weight: 700;
    gap: 8px;
}

.login-card input,
.enroll-form input,
.privacy-danger input,
.feedback-box textarea {
    background: #f7f8fb;
    border: 1px solid #d9ddea;
    border-radius: 12px;
    font: inherit;
    min-height: 49px;
    padding: 0 14px;
}

.feedback-box textarea {
    min-height: 110px;
    padding: 13px 14px;
    resize: vertical;
}

.security-seal,
.privacy-card > span,
.activation-invite span {
    color: #1f63d7;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .16em;
}

.demo-login-links {
    align-items: center;
    border-top: 1px solid #e5e7ee;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 8px;
    padding-top: 18px;
}

.demo-login-links small {
    color: #8a91a1;
    flex-basis: 100%;
    font-size: 8px;
    letter-spacing: .12em;
}

.demo-login-links a {
    color: #1f63d7;
    font-size: 11px;
    font-weight: 700;
}

.form-alert {
    background: #fff0ee;
    border: 1px solid #f7c9c3;
    border-radius: 10px;
    color: #9a2d22;
    padding: 12px 14px;
}

.enroll-shell {
    background: #f8f9fc;
    box-shadow: 0 0 80px rgba(30, 52, 88, .16);
    margin: 0 auto;
    max-width: 540px;
    min-height: 100vh;
    padding: 22px;
}

.enroll-intro {
    padding: 54px 4px 28px;
}

.enroll-intro h1 {
    font-size: clamp(42px, 12vw, 62px);
    letter-spacing: -.06em;
    line-height: .95;
    margin: 12px 0 22px;
}

.enroll-intro > p:last-child {
    color: #697187;
    line-height: 1.7;
}

.enroll-form {
    background: white;
    border: 1px solid #e2e5ec;
    border-radius: 22px;
    display: grid;
    gap: 18px;
    padding: 20px;
}

.enroll-form > label small,
.enroll-legal {
    color: #7b8292;
    font-size: 10px;
    font-weight: 500;
    line-height: 1.5;
}

.consent-list {
    border: 0;
    display: grid;
    gap: 10px;
    margin: 4px 0;
    padding: 0;
}

.consent-list legend {
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
}

.consent-list label {
    align-items: flex-start;
    background: #f7f8fb;
    border: 1px solid #e1e4eb;
    border-radius: 13px;
    cursor: pointer;
    display: flex;
    gap: 12px;
    padding: 13px;
}

.consent-list label:has(input:checked) {
    background: #eef4ff;
    border-color: #8cb3f7;
}

.consent-list input {
    min-height: auto;
    padding: 0;
}

.consent-list span {
    display: grid;
    gap: 4px;
}

.consent-list small {
    color: #747b8b;
    font-size: 9px;
    font-weight: 500;
    line-height: 1.45;
}

.feedback-box {
    background: white;
    border: 1px solid #e1e4eb;
    border-radius: 18px;
    margin-top: 20px;
    overflow: hidden;
}

.feedback-box summary {
    color: #171b26;
    cursor: pointer;
    display: flex;
    font-size: 11px;
    font-weight: 800;
    justify-content: space-between;
    list-style: none;
    padding: 17px;
}

.feedback-box summary::-webkit-details-marker {
    display: none;
}

.feedback-box[open] summary span {
    transform: rotate(45deg);
}

.feedback-box form,
.feedback-thanks {
    border-top: 1px solid #e8eaf0;
    display: grid;
    gap: 16px;
    padding: 18px;
}

.feedback-box form > p,
.feedback-thanks p {
    color: #737b8d;
    font-size: 10px;
    line-height: 1.55;
}

.feedback-box fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.feedback-box legend {
    font-size: 10px;
    font-weight: 700;
    margin-bottom: 9px;
}

.rating-input {
    display: grid;
    gap: 6px;
    grid-template-columns: repeat(5, 1fr);
}

.rating-input input {
    inset: auto;
    opacity: 0;
    position: absolute;
}

.rating-input span {
    background: #f7f8fb;
    border: 1px solid #e1e4eb;
    border-radius: 9px;
    cursor: pointer;
    display: block;
    font-size: 10px;
    padding: 10px 2px;
    text-align: center;
}

.rating-input label:has(input:checked) span {
    background: #fff5d4;
    border-color: #f0c84b;
}

.privacy-page {
    background: #eef1f7;
}

.privacy-shell {
    margin: 0 auto;
    max-width: 1100px;
    min-height: 70vh;
    padding: 76px 28px 100px;
}

.privacy-shell > header {
    max-width: 720px;
}

.privacy-shell h1 {
    font-size: clamp(48px, 7vw, 84px);
    letter-spacing: -.06em;
    margin: 12px 0 18px;
}

.privacy-shell > header > p:last-child {
    color: #626b7d;
    font-size: 16px;
    line-height: 1.65;
}

.privacy-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 44px;
}

.privacy-card {
    align-content: start;
    background: white;
    border: 1px solid #dfe3eb;
    border-radius: 22px;
    display: grid;
    gap: 15px;
    padding: 28px;
}

.privacy-card h2 {
    font-size: 36px;
    margin: 0;
}

.privacy-card > small {
    color: #737b8d;
    line-height: 1.65;
}

.privacy-card label {
    align-items: center;
    background: #f7f8fb;
    border-radius: 10px;
    display: flex;
    padding: 12px;
}

.privacy-danger {
    background: white;
    border: 1px solid #edc9c5;
    border-radius: 18px;
    margin-top: 18px;
    padding: 20px;
}

.privacy-danger summary {
    color: #a13b31;
    cursor: pointer;
    font-size: 12px;
    font-weight: 800;
}

.privacy-danger form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    max-width: 530px;
}

.privacy-danger button {
    background: #a73328;
    border: 0;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    min-height: 44px;
    padding: 0 16px;
}

.activation-invite {
    align-items: center;
    background: #eef4ff;
    border: 1px solid #a9c5f5;
    border-radius: 20px;
    display: grid;
    gap: 22px;
    grid-template-columns: 1fr minmax(320px, .8fr);
    margin: 0 auto 24px;
    max-width: 1180px;
    padding: 25px;
}

.activation-invite h2 {
    font-size: 24px;
    margin: 6px 0;
}

.activation-invite p {
    color: #667087;
    font-size: 11px;
}

.sidebar-bottom form button {
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    font: inherit;
    padding: 0;
}

.feedback-row {
    align-items: flex-start;
}

.feedback-row em {
    color: #596174;
    display: block;
    font-size: 10px;
    font-style: normal;
    line-height: 1.55;
    margin-top: 8px;
}

.feedback-row form button,
.connector-grid form button,
.google-review-feed button {
    background: #1f63d7;
    border: 0;
    border-radius: 9px;
    color: white;
    cursor: pointer;
    font-size: 9px;
    font-weight: 800;
    padding: 9px 11px;
}

.connector-grid form button:disabled {
    background: #c6cad3;
    cursor: not-allowed;
}

.google-review-feed {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
}

.google-review-feed > article {
    background: #f8f9fb;
    border: 1px solid #e2e5eb;
    border-radius: 13px;
    display: grid;
    gap: 9px;
    padding: 14px;
}

.google-review-feed > article > div {
    display: flex;
    gap: 10px;
}

.google-review-feed p,
.google-review-feed blockquote {
    font-size: 10px;
    line-height: 1.55;
    margin: 0;
}

.google-review-feed blockquote {
    border-left: 2px solid #4285f4;
    color: #596174;
    padding-left: 10px;
}

.google-review-feed form {
    display: grid;
    gap: 8px;
}

.google-review-feed form label {
    font-size: 9px;
}

@media (max-width: 820px) {
    .login-shell {
        grid-template-columns: 1fr;
        padding: 20px 14px 60px;
    }
    .login-story {
        border-radius: 24px 24px 0 0;
        padding: 42px 28px;
    }
    .login-card {
        border-radius: 0 0 24px 24px;
        padding: 34px 24px;
    }
    .privacy-grid,
    .activation-invite {
        grid-template-columns: 1fr;
    }
    .connector-grid {
        grid-template-columns: 1fr;
    }
}
