/* Terms page design — ported from the approved preview, scoped under .tos-page */
@font-face {
            font-family: "Poppins";
            src: url("assets/font/Poppins/woff2/Poppins-400-latin.woff2") format("woff2");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }
@font-face {
            font-family: "Poppins";
            src: url("assets/font/Poppins/woff2/Poppins-500-latin.woff2") format("woff2");
            font-weight: 500;
            font-style: normal;
            font-display: swap;
        }
@font-face {
            font-family: "Poppins";
            src: url("assets/font/Poppins/woff2/Poppins-600-latin.woff2") format("woff2");
            font-weight: 600;
            font-style: normal;
            font-display: swap;
        }
@font-face {
            font-family: "Poppins";
            src: url("assets/font/Poppins/woff2/Poppins-700-latin.woff2") format("woff2");
            font-weight: 700;
            font-style: normal;
            font-display: swap;
        }
@font-face {
            font-family: "Nothing You Could Do";
            src: url("assets/font/NothingYouCouldDo/woff2/NothingYouCouldDo-Regular.woff2") format("woff2");
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }
.tos-page {
            --navy: #015f85;
            --navy-deep: #0a2535;
            --teal: #0093a5;
            --teal-dark: #007b8b;
            --ink: #172c3a;
            --copy: #516573;
            --muted: #748894;
            --line: #dce8ec;
            --mist: #f0f9ff;
            --paper: #f7fbfc;
            --white: #ffffff;
            --green: #18845d;
            --green-soft: #eaf8f1;
            --amber: #a96307;
            --amber-soft: #fff7e6;
            --red: #bb4453;
            --red-soft: #fff0f2;
            --shadow-sm: 0 10px 35px rgba(8, 53, 72, 0.08);
            --shadow-lg: 0 24px 70px rgba(5, 48, 67, 0.16);
            --radius: 24px;
        }
.tos-page *, .tos-page *::before, .tos-page *::after { box-sizing: border-box; }
.tos-page { scroll-behavior: smooth; }
.tos-page {
            margin: 0;
            background: var(--paper);
            color: var(--ink);
            font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
            line-height: 1.72;
            -webkit-font-smoothing: antialiased;
        }
.tos-page::selection { background: rgba(0, 147, 165, 0.2); }
.tos-page a { color: inherit; }
.tos-page img { display: block; max-width: 100%; }
.tos-page button, .tos-page input { font: inherit; }
.tos-page .container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.tos-page .skip-link {
            position: fixed;
            left: 16px;
            top: -70px;
            z-index: 2000;
            padding: 12px 18px;
            border-radius: 12px;
            background: #fff;
            color: var(--navy-deep);
            font-weight: 700;
            transition: top .2s ease;
        }
.tos-page .skip-link:focus { top: 16px; }
.tos-page :focus-visible { outline: 3px solid #5eead4; outline-offset: 4px; }
.tos-page .preview-bar {
            position: relative;
            z-index: 50;
            min-height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            padding: 8px 20px;
            background: #f9e6b8;
            color: #68440c;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .08em;
            text-align: center;
            text-transform: uppercase;
        }
.tos-page .preview-dot { width: 7px; height: 7px; border-radius: 50%; background: #c4770a; }
.tos-page .site-header {
            position: absolute;
            z-index: 100;
            top: 58px;
            left: 0;
            width: 100%;
        }
.tos-page .nav-shell {
            min-height: 68px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 24px;
            padding: 11px 13px 11px 22px;
            border: 1px solid rgba(255, 255, 255, .22);
            border-radius: 999px;
            background: rgba(255, 255, 255, .93);
            box-shadow: 0 14px 50px rgba(3, 36, 50, .16);
            backdrop-filter: blur(18px);
        }
.tos-page .brand-logo { width: 152px; height: auto; }
.tos-page .nav-links { display: flex; align-items: center; gap: 30px; }
.tos-page .nav-links a {
            color: #35505f;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .1em;
            text-decoration: none;
            text-transform: uppercase;
        }
.tos-page .nav-links a:hover { color: var(--teal); }
.tos-page .nav-cta {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            min-height: 46px;
            padding: 0 22px;
            border-radius: 999px;
            background: var(--teal);
            color: #fff !important;
            box-shadow: 0 10px 26px rgba(0, 147, 165, .26);
        }
.tos-page .nav-cta::after { content: "\2193"; font-size: 14px; }
.tos-page .mobile-draft {
            display: none;
            padding: 7px 11px;
            border-radius: 999px;
            background: #e8f7f9;
            color: var(--teal-dark);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .1em;
            text-transform: uppercase;
        }
.tos-page .hero {
            position: relative;
            min-height: 630px;
            overflow: hidden;
            display: flex;
            align-items: center;
            padding: 180px 0 130px;
            background:
                linear-gradient(120deg, rgba(6, 38, 54, .96) 8%, rgba(1, 95, 133, .90) 67%, rgba(0, 147, 165, .80) 100%),
                url("assets/img/waves-vector.svg") center / cover no-repeat;
        }
.tos-page .hero::before {
            content: "TERMS";
            position: absolute;
            right: -25px;
            bottom: -96px;
            color: transparent;
            font-size: clamp(150px, 23vw, 380px);
            font-weight: 700;
            letter-spacing: -.08em;
            -webkit-text-stroke: 1px rgba(255, 255, 255, .10);
            pointer-events: none;
            white-space: nowrap;
        }
.tos-page .hero::after {
            content: "";
            position: absolute;
            width: 380px;
            height: 380px;
            right: 7%;
            top: 14%;
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 50%;
            box-shadow: 0 0 0 70px rgba(255, 255, 255, .025), 0 0 0 140px rgba(255, 255, 255, .018);
        }
.tos-page .hero-grid {
            position: relative;
            z-index: 2;
            display: grid;
            grid-template-columns: minmax(0, 1.4fr) minmax(260px, .6fr);
            align-items: end;
            gap: 80px;
        }
.tos-page .eyebrow {
            display: flex;
            align-items: center;
            gap: 12px;
            margin: 0 0 18px;
            color: #87eef1;
            font-size: 12px;
            font-weight: 700;
            letter-spacing: .16em;
            text-transform: uppercase;
        }
.tos-page .eyebrow::before { content: ""; width: 38px; height: 2px; background: #5eead4; }
.tos-page .hero h1 {
            max-width: 790px;
            margin: 0;
            color: #fff;
            font-size: clamp(44px, 6.7vw, 82px);
            font-weight: 700;
            letter-spacing: -.045em;
            line-height: .99;
        }
.tos-page .hero-lead {
            max-width: 660px;
            margin: 28px 0 0;
            color: rgba(231, 249, 252, .84);
            font-size: clamp(16px, 1.6vw, 20px);
            line-height: 1.65;
        }
.tos-page .hero-meta {
            padding: 24px;
            border: 1px solid rgba(255, 255, 255, .20);
            border-radius: 22px;
            background: rgba(3, 35, 49, .34);
            color: #fff;
            backdrop-filter: blur(14px);
        }
.tos-page .hero-meta-label {
            display: block;
            margin-bottom: 12px;
            color: #7fe4e9;
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .16em;
            text-transform: uppercase;
        }
.tos-page .hero-meta strong { display: block; font-size: 18px; line-height: 1.45; }
.tos-page .hero-meta p { margin: 10px 0 0; color: rgba(255, 255, 255, .68); font-size: 12px; line-height: 1.6; }
.tos-page .essentials-wrap { position: relative; z-index: 10; margin-top: -74px; }
.tos-page .essentials {
            display: grid;
            grid-template-columns: 1.2fr repeat(4, 1fr);
            overflow: hidden;
            border: 1px solid rgba(215, 231, 236, .9);
            border-radius: 28px;
            background: #fff;
            box-shadow: var(--shadow-lg);
        }
.tos-page .essential-intro, .tos-page .essential-item { min-height: 148px; padding: 28px 25px; }
.tos-page .essential-intro {
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: var(--navy-deep);
            color: #fff;
        }
.tos-page .script {
            margin: 0 0 2px;
            color: #62d7dc;
            font-family: "Nothing You Could Do", cursive;
            font-size: 27px;
            line-height: 1.15;
        }
.tos-page .essential-intro strong { font-size: 18px; line-height: 1.3; }
.tos-page .essential-item {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            border-left: 1px solid var(--line);
        }
.tos-page .essential-item span {
            color: var(--teal-dark);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .12em;
            text-transform: uppercase;
        }
.tos-page .essential-item strong { margin-top: 8px; color: var(--ink); font-size: 21px; line-height: 1.18; }
.tos-page .essential-item small { margin-top: 7px; color: var(--muted); font-size: 11px; line-height: 1.45; }
.tos-page .legal-note {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 16px;
            margin: 54px auto 0;
            padding: 20px 22px;
            border: 1px solid #efd8a4;
            border-radius: 18px;
            background: #fffaf0;
            color: #644711;
        }
.tos-page .legal-note-icon {
            display: grid;
            place-items: center;
            width: 38px;
            height: 38px;
            border-radius: 12px;
            background: #f9e6b8;
            color: #8a5c08;
            font-weight: 700;
        }
.tos-page .legal-note strong { display: block; margin-bottom: 3px; font-size: 14px; }
.tos-page .legal-note p { margin: 0; font-size: 13px; line-height: 1.65; }
.tos-page .content-layout {
            display: grid;
            grid-template-columns: 252px minmax(0, 1fr);
            gap: 64px;
            align-items: start;
            padding: 64px 0 108px;
        }
.tos-page .toc {
            position: sticky;
            top: 24px;
            padding: 22px 20px;
            border: 1px solid var(--line);
            border-radius: 20px;
            background: rgba(255, 255, 255, .92);
            box-shadow: var(--shadow-sm);
        }
.tos-page .toc-title {
            display: block;
            margin: 0 0 15px;
            color: var(--muted);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .16em;
            text-transform: uppercase;
        }
.tos-page .toc ol { display: grid; gap: 2px; margin: 0; padding: 0; list-style: none; counter-reset: toc; }
.tos-page .toc li { counter-increment: toc; }
.tos-page .toc a {
            display: grid;
            grid-template-columns: 24px 1fr;
            gap: 8px;
            align-items: baseline;
            padding: 7px 8px;
            border-radius: 10px;
            color: #647986;
            font-size: 12px;
            font-weight: 500;
            line-height: 1.35;
            text-decoration: none;
            transition: background .18s ease, color .18s ease;
        }
.tos-page .toc a::before { content: counter(toc, decimal-leading-zero); color: #9db0b9; font-size: 9px; font-weight: 700; }
.tos-page .toc a:hover, .tos-page .toc a.is-active { background: #eaf8fa; color: var(--navy); }
.tos-page .toc a.is-active::before { color: var(--teal); }
.tos-page .toc-contact {
            display: block;
            margin-top: 17px;
            padding: 13px 15px;
            border-radius: 12px;
            background: var(--navy-deep);
            color: #fff;
            font-size: 11px;
            font-weight: 700;
            text-align: center;
            text-decoration: none;
        }
.tos-page .mobile-toc-button { display: none; }
.tos-page .article { min-width: 0; }
.tos-page .article-intro {
            max-width: 760px;
            margin: 0 0 18px;
            color: var(--copy);
            font-size: 18px;
            line-height: 1.78;
        }
.tos-page .article-section {
            scroll-margin-top: 28px;
            padding: 44px 0;
            border-bottom: 1px solid var(--line);
        }
.tos-page .article-section:first-of-type { padding-top: 36px; }
.tos-page .article-section:last-child { border-bottom: 0; }
.tos-page .section-kicker {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 9px;
            color: var(--teal-dark);
            font-size: 10px;
            font-weight: 700;
            letter-spacing: .15em;
            text-transform: uppercase;
        }
.tos-page .section-kicker::after { content: ""; width: 32px; height: 1px; background: #95d9df; }
.tos-page .article h2 {
            margin: 0 0 20px;
            color: var(--navy-deep);
            font-size: clamp(27px, 3vw, 38px);
            letter-spacing: -.035em;
            line-height: 1.18;
        }
.tos-page .article h3 { margin: 30px 0 10px; color: var(--ink); font-size: 17px; line-height: 1.35; }
.tos-page .article p { margin: 0 0 17px; color: var(--copy); font-size: 15px; }
.tos-page .article ul, .tos-page .article ol { margin: 16px 0 0; padding-left: 22px; color: var(--copy); }
.tos-page .article li { margin: 8px 0; padding-left: 4px; font-size: 14px; }
.tos-page .article strong { color: #233e4d; }
.tos-page .identity-card {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 1px;
            overflow: hidden;
            margin-top: 25px;
            border: 1px solid var(--line);
            border-radius: 20px;
            background: var(--line);
        }
.tos-page .identity-field { padding: 19px 20px; background: #fff; }
.tos-page .identity-field span {
            display: block;
            margin-bottom: 5px;
            color: var(--muted);
            font-size: 9px;
            font-weight: 700;
            letter-spacing: .11em;
            text-transform: uppercase;
        }
.tos-page .identity-field strong { display: block; color: var(--ink); font-size: 13px; line-height: 1.55; }
.tos-page .fill-me {
            display: inline-block;
            padding: 2px 7px;
            border: 1px dashed #d6a64c;
            border-radius: 6px;
            background: #fff9e9;
            color: #865a08 !important;
            font-size: 11px !important;
        }
.tos-page .decision {
            margin: 22px 0;
            padding: 16px 18px;
            border-left: 4px solid #d79b2e;
            border-radius: 0 14px 14px 0;
            background: #fff9ed;
            color: #775114;
            font-size: 12px;
            line-height: 1.65;
        }
.tos-page .decision strong { color: #6b480d; }
.tos-page .steps {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 12px;
            margin-top: 24px;
        }
.tos-page .step {
            min-height: 138px;
            padding: 18px;
            border: 1px solid var(--line);
            border-radius: 16px;
            background: #fff;
        }
.tos-page .step-number {
            display: grid;
            place-items: center;
            width: 30px;
            height: 30px;
            margin-bottom: 14px;
            border-radius: 50%;
            background: #e6f7f8;
            color: var(--teal-dark);
            font-size: 11px;
            font-weight: 700;
        }
.tos-page .step p { margin: 0; font-size: 12px; line-height: 1.6; }
.tos-page .info-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 14px;
            margin-top: 23px;
        }
.tos-page .info-card {
            padding: 20px;
            border: 1px solid var(--line);
            border-radius: 17px;
            background: #fff;
        }
.tos-page .info-card b { display: block; margin-bottom: 6px; color: var(--ink); font-size: 13px; }
.tos-page .info-card p { margin: 0; font-size: 12px; line-height: 1.62; }
.tos-page .info-icon {
            display: grid;
            place-items: center;
            width: 34px;
            height: 34px;
            margin-bottom: 13px;
            border-radius: 11px;
            background: #e9f8fa;
            color: var(--teal-dark);
            font-size: 15px;
            font-weight: 700;
        }
.tos-page .refund-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            margin: 25px 0 18px;
        }
.tos-page .refund-card {
            position: relative;
            overflow: hidden;
            min-height: 194px;
            padding: 24px;
            border: 1px solid;
            border-radius: 20px;
            background: #fff;
        }
.tos-page .refund-card::after {
            content: attr(data-refund);
            position: absolute;
            right: -5px;
            bottom: -28px;
            color: currentColor;
            font-size: 70px;
            font-weight: 700;
            letter-spacing: -.08em;
            opacity: .07;
        }
.tos-page .refund-card.green { border-color: #bfe8d4; background: var(--green-soft); color: var(--green); }
.tos-page .refund-card.amber { border-color: #f0d6a8; background: var(--amber-soft); color: var(--amber); }
.tos-page .refund-card.red { border-color: #f0c4cb; background: var(--red-soft); color: var(--red); }
.tos-page .refund-card .percent { display: block; margin-bottom: 10px; font-size: 33px; font-weight: 700; line-height: 1; }
.tos-page .refund-card h3 { margin: 0 0 7px; color: currentColor; font-size: 15px; }
.tos-page .refund-card p { max-width: 185px; margin: 0; color: #4e6571; font-size: 11px; line-height: 1.6; }
.tos-page .grace {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 16px;
            align-items: center;
            margin-top: 22px;
            padding: 20px;
            border: 1px solid #bfe5e9;
            border-radius: 17px;
            background: linear-gradient(135deg, #e9f9fa, #fff);
        }
.tos-page .grace-icon {
            display: grid;
            place-items: center;
            width: 48px;
            height: 48px;
            border-radius: 15px;
            background: linear-gradient(135deg, var(--teal), var(--navy));
            color: #fff;
            font-size: 17px;
            font-weight: 700;
        }
.tos-page .grace strong { display: block; margin-bottom: 3px; font-size: 14px; }
.tos-page .grace p { margin: 0; font-size: 12px; }
.tos-page .policy-table {
            width: 100%;
            margin: 24px 0 0;
            overflow: hidden;
            border: 1px solid var(--line);
            border-collapse: separate;
            border-spacing: 0;
            border-radius: 17px;
            background: #fff;
            font-size: 13px;
        }
.tos-page .policy-table th, .tos-page .policy-table td { padding: 15px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.tos-page .policy-table th { background: #eef8fa; color: var(--navy); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.tos-page .policy-table tr:last-child td { border-bottom: 0; }
.tos-page .policy-table td:first-child { width: 32%; color: var(--ink); font-weight: 600; }
.tos-page .safety-box {
            margin-top: 24px;
            padding: 24px;
            border-radius: 20px;
            background: var(--navy-deep);
            color: #fff;
        }
.tos-page .safety-box h3 { margin: 0 0 11px; color: #fff; }
.tos-page .safety-box p { margin: 0; color: rgba(235, 249, 251, .77); font-size: 13px; }
.tos-page .rules-grid {
            display: grid;
            grid-template-columns: repeat(2, minmax(0, 1fr));
            gap: 12px;
            margin-top: 23px;
        }
.tos-page .rule {
            display: grid;
            grid-template-columns: 38px 1fr;
            gap: 13px;
            align-items: start;
            padding: 16px;
            border: 1px solid var(--line);
            border-radius: 15px;
            background: #fff;
        }
.tos-page .rule-icon {
            display: grid;
            place-items: center;
            width: 38px;
            height: 38px;
            border-radius: 12px;
            background: #e9f8fa;
            color: var(--teal-dark);
            font-weight: 700;
        }
.tos-page .rule strong { display: block; margin-bottom: 3px; font-size: 12px; }
.tos-page .rule p { margin: 0; font-size: 11px; line-height: 1.55; }
.tos-page .acceptance-card {
            margin-top: 28px;
            padding: 27px;
            border: 2px solid #b7e3e7;
            border-radius: 22px;
            background: linear-gradient(135deg, #eaf9fa, #fff);
        }
.tos-page .acceptance-card h3 { margin-top: 0; }
.tos-page .checkbox-demo {
            display: grid;
            grid-template-columns: auto 1fr;
            gap: 13px;
            align-items: start;
            margin-top: 17px;
            padding: 17px;
            border: 1px solid #c4e4e7;
            border-radius: 14px;
            background: #fff;
        }
.tos-page .checkbox-demo input { width: 20px; height: 20px; margin: 2px 0 0; accent-color: var(--teal); }
.tos-page .checkbox-demo label { color: #36515f; font-size: 12px; line-height: 1.6; }
.tos-page .tech-note { margin-top: 11px !important; color: var(--muted) !important; font-size: 10px !important; }
.tos-page .help-card {
            display: grid;
            grid-template-columns: 1fr auto;
            gap: 28px;
            align-items: center;
            margin-top: 54px;
            padding: 34px;
            border-radius: 25px;
            background: linear-gradient(130deg, var(--navy-deep), var(--navy));
            color: #fff;
            box-shadow: var(--shadow-lg);
        }
.tos-page .help-card .script { color: #7ce4e9; }
.tos-page .help-card h2 { margin: 5px 0 8px; color: #fff; font-size: 27px; }
.tos-page .help-card p { margin: 0; color: rgba(235, 249, 251, .72); font-size: 12px; }
.tos-page .help-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 21px;
            border-radius: 999px;
            background: #fff;
            color: var(--navy);
            font-size: 11px;
            font-weight: 700;
            letter-spacing: .07em;
            text-decoration: none;
            text-transform: uppercase;
            white-space: nowrap;
        }
.tos-page .footer-wave {
            height: 72px;
            margin-bottom: -1px;
            background: var(--mist);
            clip-path: polygon(0 70%, 10% 53%, 20% 62%, 32% 34%, 46% 55%, 59% 25%, 72% 51%, 84% 33%, 100% 57%, 100% 100%, 0 100%);
        }
.tos-page .site-footer { padding: 50px 0 32px; background: var(--mist); color: #526d7b; }
.tos-page .footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; }
.tos-page .footer-logo { width: 150px; margin-bottom: 19px; }
.tos-page .site-footer h3 { margin: 0 0 15px; color: var(--navy); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.tos-page .site-footer p, .tos-page .site-footer a { margin: 0; color: #657f8c; font-size: 12px; line-height: 1.8; }
.tos-page .site-footer a { display: block; text-decoration: none; }
.tos-page .site-footer a:hover { color: var(--teal); }
.tos-page .footer-bottom {
            display: flex;
            justify-content: space-between;
            gap: 20px;
            margin-top: 40px;
            padding-top: 22px;
            border-top: 1px solid #d3e9ee;
            color: var(--navy);
            font-size: 9px;
            font-weight: 700;
            letter-spacing: .09em;
            text-transform: uppercase;
        }
.tos-page .back-top {
            position: fixed;
            right: 22px;
            bottom: 22px;
            z-index: 80;
            display: grid;
            place-items: center;
            width: 46px;
            height: 46px;
            border: 0;
            border-radius: 50%;
            background: var(--teal);
            color: #fff;
            box-shadow: 0 10px 28px rgba(0, 147, 165, .30);
            cursor: pointer;
            opacity: 0;
            pointer-events: none;
            transform: translateY(8px);
            transition: .2s ease;
        }
.tos-page .back-top.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
@media (max-width: 1000px) {
.tos-page .nav-links a:not(.nav-cta) { display: none; }
.tos-page .hero-grid { grid-template-columns: 1fr; gap: 34px; }
.tos-page .hero-meta { max-width: 350px; }
.tos-page .hero::after { right: -160px; }
.tos-page .essentials { grid-template-columns: repeat(2, 1fr); }
.tos-page .essential-intro { grid-column: 1 / -1; min-height: 110px; }
.tos-page .essential-item { min-height: 126px; }
.tos-page .essential-item:nth-child(2n) { border-left: 0; }
.tos-page .content-layout { grid-template-columns: 220px minmax(0, 1fr); gap: 40px; }
.tos-page .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.tos-page .container { width: min(100% - 28px, 1180px); }
.tos-page .preview-bar { min-height: 44px; padding-inline: 14px; font-size: 9px; }
.tos-page .site-header { top: 58px; }
.tos-page .nav-shell { min-height: 60px; padding: 10px 12px 10px 17px; }
.tos-page .brand-logo { width: 125px; }
.tos-page .nav-links { display: none; }
.tos-page .mobile-draft { display: inline-flex; }
.tos-page .hero { min-height: 610px; padding: 162px 0 122px; }
.tos-page .hero h1 { font-size: clamp(42px, 14vw, 62px); }
.tos-page .hero-lead { font-size: 16px; }
.tos-page .hero-meta { padding: 20px; }
.tos-page .essentials-wrap { margin-top: -58px; }
.tos-page .essentials { border-radius: 22px; }
.tos-page .essential-intro, .tos-page .essential-item { padding: 21px 18px; }
.tos-page .essential-item strong { font-size: 17px; }
.tos-page .legal-note { margin-top: 38px; }
.tos-page .content-layout { display: block; padding-top: 35px; }
.tos-page .toc { position: static; display: none; margin-bottom: 30px; }
.tos-page .toc.is-open { display: block; }
.tos-page .mobile-toc-button {
                display: flex;
                align-items: center;
                justify-content: space-between;
                width: 100%;
                margin-bottom: 18px;
                padding: 14px 16px;
                border: 1px solid var(--line);
                border-radius: 14px;
                background: #fff;
                color: var(--navy);
                font-size: 11px;
                font-weight: 700;
                letter-spacing: .08em;
                text-transform: uppercase;
            }
.tos-page .mobile-toc-button::after { content: "+"; font-size: 20px; line-height: 1; }
.tos-page .mobile-toc-button[aria-expanded="true"]::after { content: "\2212"; }
.tos-page .article-intro { font-size: 16px; }
.tos-page .article-section { padding: 36px 0; }
.tos-page .identity-card, .tos-page .info-grid, .tos-page .refund-grid, .tos-page .rules-grid { grid-template-columns: 1fr; }
.tos-page .identity-field { padding: 16px; }
.tos-page .steps { grid-template-columns: 1fr 1fr; }
.tos-page .refund-card { min-height: 165px; }
.tos-page .policy-table { font-size: 11px; }
.tos-page .policy-table th, .tos-page .policy-table td { padding: 12px; }
.tos-page .grace { align-items: start; }
.tos-page .help-card { grid-template-columns: 1fr; padding: 28px; }
.tos-page .help-button { justify-self: start; }
.tos-page .footer-grid { grid-template-columns: 1fr; gap: 30px; }
.tos-page .footer-bottom { flex-direction: column; }
}
@media (max-width: 460px) {
.tos-page .essentials { grid-template-columns: 1fr; }
.tos-page .essential-intro { grid-column: auto; }
.tos-page .essential-item { border-top: 1px solid var(--line); border-left: 0; }
.tos-page .steps { grid-template-columns: 1fr; }
.tos-page .article h2 { font-size: 28px; }
.tos-page .policy-table { display: block; overflow-x: auto; }
}
@media (prefers-reduced-motion: reduce) {
.tos-page *, .tos-page *::before, .tos-page *::after { scroll-behavior: auto !important; transition-duration: .001ms !important; animation-duration: .001ms !important; }
}
@media print {
.tos-page .preview-bar, .tos-page .site-header, .tos-page .hero-meta, .tos-page .essentials-wrap, .tos-page .legal-note, .tos-page .toc, .tos-page .mobile-toc-button, .tos-page .help-card, .tos-page .back-top, .tos-page .site-footer, .tos-page .footer-wave { display: none !important; }
.tos-page .hero { min-height: auto; padding: 30px 0; background: #fff; }
.tos-page .hero::before, .tos-page .hero::after { display: none; }
.tos-page .hero h1, .tos-page .hero-lead, .tos-page .eyebrow { color: #000; }
.tos-page .content-layout { display: block; padding: 10px 0; }
.tos-page .article-section { break-inside: avoid; }
.tos-page { background: #fff; }
}