        :root {
            --primary: #6e4aa8;
            --primary-dark: #56378a;
            --primary-soft: #e9e1f5;
            --primary-pale: #f5f1fb;
            --bg: #fafafd;
            --surface: #ffffff;
            --surface-muted: #f3f0f8;
            --ink: #1f2430;
            --muted: #667085;
            --border: #d8dcea;
            --success: #4c9a67;
            --danger: #d64545;
            --info: #7fb2f0;
            --shadow-lg: 0 28px 80px rgba(57, 41, 92, 0.18);
            --shadow-md: 0 18px 42px rgba(57, 41, 92, 0.1);
            --radius-xl: 36px;
            --radius-lg: 24px;
            --radius-md: 18px;
            --container: 1240px;
        }

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            min-height: 100vh;
            font-family: "Trebuchet MS", "Segoe UI", sans-serif;
            color: var(--ink);
            background:
                radial-gradient(circle at top left, rgba(110, 74, 168, 0.12), transparent 28%),
                radial-gradient(circle at bottom right, rgba(127, 178, 240, 0.15), transparent 24%),
                linear-gradient(180deg, #fcfbff 0%, #f6f4fb 100%);
        }

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

        .page {
            padding: 28px;
        }

        .landing-stack {
            width: min(var(--container), 100%);
            margin: 0 auto;
            display: grid;
            gap: 24px;
        }

        .hero-shell,
        .metrics-shell,
        .problem-shell,
        .how-shell,
        .checks-shell,
        .screens-shell,
        .edits-shell,
        .reviews-shell,
        .result-shell,
        .pricing-shell,
        .faq-shell,
        .cta-shell,
        .legal-section {
            border: 1px solid rgba(216, 220, 234, 0.9);
            border-radius: 40px;
            overflow: hidden;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 241, 251, 0.76)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.06), rgba(127, 178, 240, 0.08));
            box-shadow: var(--shadow-lg);
        }

        .hero-header {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 20px;
            padding: 18px 26px;
            border-bottom: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.64);
            backdrop-filter: blur(14px);
        }

        .brand {
            display: flex;
            align-items: center;
            gap: 14px;
            font-weight: 800;
            letter-spacing: 0.02em;
        }

        .brand-logo {
            width: 64px;
            height: 64px;
            object-fit: contain;
            flex: 0 0 auto;
        }

        .nav {
            display: flex;
            align-items: center;
            gap: 8px;
            padding: 6px;
            border-radius: 999px;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(216, 220, 234, 0.9);
            box-shadow: 0 10px 22px rgba(57, 41, 92, 0.06);
        }

        .nav a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 0 14px;
            border-radius: 999px;
            color: var(--muted);
            font-size: 14px;
            font-weight: 700;
            text-decoration: none;
            transition: background 160ms ease, color 160ms ease, transform 160ms ease;
        }

        .nav a:hover {
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.9);
            transform: translateY(-1px);
        }

        .nav a.is-active {
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.95);
        }

        .header-actions {
            display: flex;
            gap: 12px;
        }

        .button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 20px;
            border-radius: 999px;
            border: 1px solid transparent;
            font-weight: 700;
            font-size: 15px;
            text-decoration: none;
            transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
        }

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

        .button-primary {
            color: #fff;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            box-shadow: 0 16px 32px rgba(110, 74, 168, 0.26);
        }

        .button-secondary {
            color: var(--ink);
            background: rgba(255, 255, 255, 0.74);
            border-color: rgba(216, 220, 234, 0.95);
        }

        .hero {
            display: grid;
            grid-template-columns: 1.02fr 0.98fr;
            gap: 34px;
            align-items: center;
            padding: 6px 38px 34px;
        }

        .eyebrow {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            width: fit-content;
            padding: 10px 16px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.94);
            border: 1px solid rgba(110, 74, 168, 0.12);
        }

        h1 {
            margin: 20px 0 18px;
            max-width: 430px;
            line-height: 1;
            letter-spacing: -0.03em;
        }

        .hero-title-line {
            display: block;
            white-space: nowrap;
            margin-bottom: 8px;
        }

        .hero-title-line:last-child {
            margin-bottom: 0;
        }

        .hero-title-line-1 {
            font-size: clamp(34px, 4vw, 50px);
        }

        .hero-title-line-2 {
            font-size: clamp(23px, 2.75vw, 33px);
            letter-spacing: -0.035em;
        }

        .hero-title-line-3 {
            font-size: clamp(25px, 3vw, 37px);
        }

        h2 {
            margin: 18px 0 0;
            font-size: clamp(34px, 4vw, 50px);
            line-height: 1;
            letter-spacing: -0.03em;
        }

        .lead {
            margin: 0;
            color: var(--muted);
            font-size: 18px;
            line-height: 1.6;
        }

        .hero .lead {
            max-width: 58ch;
        }

        .hero-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 28px;
        }

        .hero-points {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 14px;
            margin-top: 30px;
        }

        .point {
            padding: 18px;
            border-radius: var(--radius-md);
            border: 1px solid rgba(216, 220, 234, 0.86);
            background: rgba(255, 255, 255, 0.78);
            box-shadow: var(--shadow-md);
        }

        .point strong {
            display: block;
            margin-bottom: 8px;
            font-size: 15px;
        }

        .point span {
            color: var(--muted);
            font-size: 14px;
            line-height: 1.45;
        }

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

        .visual-glow {
            position: absolute;
            inset: 42px 60px 120px 80px;
            border-radius: 32px;
            background:
                radial-gradient(circle at center, rgba(110, 74, 168, 0.16), transparent 58%),
                radial-gradient(circle at bottom, rgba(127, 178, 240, 0.14), transparent 48%);
            filter: blur(4px);
        }

        .athlete-wrap {
            position: absolute;
            inset: -18px 42px 34px -72px;
            display: flex;
            align-items: end;
            justify-content: flex-start;
            pointer-events: none;
        }

        .athlete {
            height: 100%;
            max-height: 660px;
            object-fit: contain;
            object-position: left bottom;
            border-radius: 30px;
            filter: drop-shadow(0 24px 60px rgba(57, 41, 92, 0.18));
        }

        .product-card {
            position: absolute;
            z-index: 1;
            right: -38px;
            bottom: 44px;
            width: min(320px, 52%);
            padding: 20px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.95);
            background: rgba(255, 255, 255, 0.86);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(12px);
        }

        .metrics-shell {
            position: relative;
            padding: 32px 38px;
        }

        .metrics-shell::before,
        .metrics-shell::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
        }

        .metrics-shell::before {
            top: -90px;
            right: -60px;
            width: 220px;
            height: 220px;
            background: radial-gradient(circle, rgba(110, 74, 168, 0.14), rgba(110, 74, 168, 0));
        }

        .metrics-shell::after {
            left: -70px;
            bottom: -100px;
            width: 260px;
            height: 260px;
            background: radial-gradient(circle, rgba(127, 178, 240, 0.18), rgba(127, 178, 240, 0));
        }

        .metrics-head,
        .metrics-grid,
        .metrics-summary {
            position: relative;
            z-index: 1;
        }

        .metrics-head {
            display: grid;
            gap: 14px;
            margin-bottom: 24px;
        }

        .metrics-grid {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 16px;
        }

        .metric-card {
            display: grid;
            gap: 10px;
            padding: 22px 20px;
            border-radius: 24px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.84);
            box-shadow: var(--shadow-md);
            text-align: center;
        }

        .metric-card strong {
            font-size: clamp(28px, 3vw, 42px);
            line-height: 1;
            letter-spacing: -0.04em;
            color: var(--primary-dark);
            justify-self: center;
        }

        .metric-card span {
            color: var(--muted);
            font-size: 15px;
            line-height: 1.55;
        }

        .metrics-summary {
            margin: 20px 0 0;
            padding: 18px 20px;
            border-radius: 22px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.78);
            color: var(--muted);
            font-size: 16px;
            line-height: 1.7;
            box-shadow: var(--shadow-md);
        }

        .metrics-summary strong {
            color: var(--ink);
        }

        .product-head {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            margin-bottom: 18px;
        }

        .product-title {
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: var(--muted);
        }

        .status-chip {
            padding: 8px 12px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color: #fff;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
        }

        .check-list {
            display: grid;
            gap: 10px;
        }

        .check {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
            padding: 13px 14px;
            border-radius: 16px;
            border: 1px solid rgba(216, 220, 234, 0.88);
            background: var(--surface);
        }

        .check-label {
            font-size: 15px;
            font-weight: 700;
        }

        .check-state {
            font-size: 13px;
            font-weight: 800;
            white-space: nowrap;
        }

        .state-good {
            color: var(--success);
        }

        .state-alert {
            color: var(--danger);
        }

        .summary {
            margin-top: 14px;
            padding: 16px;
            border-radius: 20px;
            background: linear-gradient(180deg, #f8f5fd, #f2ecfb);
            border: 1px solid rgba(110, 74, 168, 0.12);
        }

        .summary strong {
            display: block;
            margin-bottom: 8px;
            font-size: 18px;
        }

        .summary p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.5;
        }

        .problem-shell {
            position: relative;
            padding: 36px;
        }

        .problem-shell::before,
        .problem-shell::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
        }

        .problem-shell::before {
            top: -120px;
            right: -80px;
            width: 280px;
            height: 280px;
            background: radial-gradient(circle, rgba(110, 74, 168, 0.16), rgba(110, 74, 168, 0));
        }

        .problem-shell::after {
            bottom: -120px;
            left: -40px;
            width: 260px;
            height: 260px;
            background: radial-gradient(circle, rgba(127, 178, 240, 0.18), rgba(127, 178, 240, 0));
        }

        .problem-head,
        .problem-grid,
        .problem-summary,
        .summary-card {
            position: relative;
            z-index: 1;
        }

        .problem-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .problem-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .problem-card,
        .summary-card {
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.8);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .problem-card {
            display: grid;
            gap: 18px;
            min-height: 100%;
            padding: 22px;
            border-radius: 28px;
        }

        .problem-card.is-accent {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 241, 251, 0.92)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.08), rgba(127, 178, 240, 0.08));
            border-color: rgba(110, 74, 168, 0.18);
            transform: translateY(-6px);
        }

        .problem-meta {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
        }

        .problem-index {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 44px;
            height: 44px;
            border-radius: 16px;
            font-size: 14px;
            font-weight: 800;
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.92);
            border: 1px solid rgba(110, 74, 168, 0.14);
        }

        .problem-chip {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 12px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--muted);
            background: rgba(243, 240, 248, 0.96);
            border: 1px solid rgba(216, 220, 234, 0.95);
        }

        .problem-chip.is-danger {
            color: var(--danger);
            background: rgba(251, 234, 234, 0.96);
            border-color: rgba(214, 69, 69, 0.16);
        }

        .problem-chip.is-alert {
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.96);
            border-color: rgba(110, 74, 168, 0.16);
        }

        .problem-card h3 {
            margin: 0;
            font-size: 24px;
            line-height: 1.12;
            letter-spacing: -0.03em;
        }

        .problem-card p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.65;
        }

        .problem-points {
            display: grid;
            gap: 10px;
            margin-top: auto;
        }

        .problem-points span {
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 48px;
            padding: 0 14px;
            border-radius: 16px;
            color: var(--ink);
            font-size: 14px;
            font-weight: 700;
            background: rgba(245, 241, 251, 0.76);
            border: 1px solid rgba(216, 220, 234, 0.88);
        }

        .problem-points span::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--primary), var(--info));
            flex: 0 0 auto;
        }

        .problem-summary {
            display: grid;
            grid-template-columns: 1.16fr 0.84fr;
            gap: 18px;
            margin-top: 18px;
        }

        .summary-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px 22px;
            border-radius: 26px;
        }

        .summary-card strong {
            display: block;
            margin-bottom: 8px;
            font-size: 17px;
            letter-spacing: -0.02em;
        }

        .summary-card p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.6;
        }

        .summary-card.is-highlight {
            align-items: center;
            text-align: center;
            background:
                linear-gradient(180deg, rgba(110, 74, 168, 0.96), rgba(86, 55, 138, 0.96)),
                linear-gradient(135deg, rgba(127, 178, 240, 0.18), rgba(255, 255, 255, 0));
            border-color: rgba(110, 74, 168, 0.22);
            color: #fff;
            box-shadow: 0 22px 40px rgba(86, 55, 138, 0.24);
        }

        .summary-card.is-highlight strong {
            margin-bottom: 0;
            font-size: 22px;
            line-height: 1.25;
        }

        .how-shell {
            position: relative;
            padding: 36px;
        }

        .how-shell::before,
        .how-shell::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
        }

        .how-shell::before {
            top: -110px;
            left: -60px;
            width: 250px;
            height: 250px;
            background: radial-gradient(circle, rgba(110, 74, 168, 0.14), rgba(110, 74, 168, 0));
        }

        .how-shell::after {
            right: -80px;
            bottom: -120px;
            width: 300px;
            height: 300px;
            background: radial-gradient(circle, rgba(127, 178, 240, 0.18), rgba(127, 178, 240, 0));
        }

        .how-head,
        .timeline,
        .timeline-footer {
            position: relative;
            z-index: 1;
        }

        .how-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .timeline {
            display: grid;
            grid-template-columns: repeat(4, minmax(0, 1fr));
            gap: 18px;
            align-items: stretch;
        }

        .timeline-step {
            position: relative;
            display: grid;
            gap: 16px;
            min-height: 100%;
            padding: 24px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .timeline-step.is-accent {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 241, 251, 0.94)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.08), rgba(127, 178, 240, 0.08));
            border-color: rgba(110, 74, 168, 0.18);
            transform: translateY(-6px);
        }

        .timeline-step::after {
            content: "";
            position: absolute;
            top: 44px;
            right: -18px;
            width: 18px;
            height: 2px;
            background: linear-gradient(90deg, rgba(110, 74, 168, 0.34), rgba(127, 178, 240, 0.12));
        }

        .timeline-step:last-child::after {
            display: none;
        }

        .step-top {
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 14px;
        }

        .step-index {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            width: 46px;
            height: 46px;
            border-radius: 16px;
            font-size: 15px;
            font-weight: 800;
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.92);
            border: 1px solid rgba(110, 74, 168, 0.14);
        }

        .step-label {
            display: inline-flex;
            align-items: center;
            min-height: 34px;
            padding: 0 12px;
            border-radius: 999px;
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.04em;
            text-transform: uppercase;
            color: var(--muted);
            background: rgba(243, 240, 248, 0.96);
            border: 1px solid rgba(216, 220, 234, 0.95);
        }

        .timeline-step h3 {
            margin: 0;
            font-size: 24px;
            line-height: 1.12;
            letter-spacing: -0.03em;
        }

        .timeline-step p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.65;
        }

        .step-note {
            margin-top: auto;
            display: flex;
            align-items: center;
            gap: 10px;
            min-height: 48px;
            padding: 0 14px;
            border-radius: 16px;
            border: 1px solid rgba(216, 220, 234, 0.88);
            background: rgba(245, 241, 251, 0.76);
            color: var(--ink);
            font-size: 14px;
            font-weight: 700;
        }

        .step-note::before {
            content: "";
            width: 8px;
            height: 8px;
            border-radius: 999px;
            background: linear-gradient(135deg, var(--primary), var(--info));
            flex: 0 0 auto;
        }

        .timeline-footer {
            display: grid;
            grid-template-columns: 1.08fr 0.92fr;
            gap: 18px;
            margin-top: 18px;
        }

        .footer-card {
            display: flex;
            flex-direction: column;
            justify-content: center;
            padding: 20px 22px;
            border-radius: 26px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.8);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .footer-card strong {
            display: block;
            margin-bottom: 8px;
            font-size: 17px;
            letter-spacing: -0.02em;
        }

        .footer-card p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.6;
        }

        .footer-card.is-highlight {
            align-items: center;
            text-align: center;
            background:
                linear-gradient(180deg, rgba(110, 74, 168, 0.96), rgba(86, 55, 138, 0.96)),
                linear-gradient(135deg, rgba(127, 178, 240, 0.18), rgba(255, 255, 255, 0));
            border-color: rgba(110, 74, 168, 0.22);
            color: #fff;
            box-shadow: 0 22px 40px rgba(86, 55, 138, 0.24);
        }

        .footer-card.is-highlight strong {
            margin-bottom: 0;
            font-size: 22px;
            line-height: 1.25;
        }

        .checks-shell {
            position: relative;
            padding: 36px;
        }

        .checks-shell::before,
        .checks-shell::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
        }

        .checks-shell::before {
            top: -120px;
            right: -70px;
            width: 280px;
            height: 280px;
            background: radial-gradient(circle, rgba(110, 74, 168, 0.16), rgba(110, 74, 168, 0));
        }

        .checks-shell::after {
            left: -70px;
            bottom: -120px;
            width: 280px;
            height: 280px;
            background: radial-gradient(circle, rgba(127, 178, 240, 0.18), rgba(127, 178, 240, 0));
        }

        .checks-head,
        .proof-grid,
        .trust-strip {
            position: relative;
            z-index: 1;
        }

        .checks-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .proof-grid {
            display: grid;
            grid-template-columns: 1.04fr 0.96fr;
            gap: 18px;
            align-items: stretch;
        }

        .proof-card,
        .trust-pill {
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.8);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .proof-card {
            display: flex;
            flex-direction: column;
            padding: 24px;
            border-radius: 28px;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 241, 251, 0.68)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.06), rgba(127, 178, 240, 0.08));
        }

        .proof-panel {
            margin-top: 16px;
            flex: 1 1 auto;
            padding: 12px;
            border-radius: 24px;
            border: 1px solid rgba(216, 220, 234, 0.92);
            background: rgba(255, 255, 255, 0.82);
            overflow: hidden;
        }

        .panel-title {
            display: block;
            margin-bottom: 12px;
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .reason-list,
        .trust-strip {
            display: grid;
            gap: 12px;
        }

        .proof-shot {
            width: 100%;
            aspect-ratio: 16 / 11;
            border-radius: 18px;
            object-fit: cover;
            object-position: center top;
            border: 1px solid rgba(216, 220, 234, 0.92);
            box-shadow: 0 16px 32px rgba(57, 41, 92, 0.08);
        }

        .image-trigger {
            display: block;
            width: 100%;
            padding: 0;
            border: 0;
            background: transparent;
            cursor: zoom-in;
        }

        .image-trigger:focus-visible {
            outline: 3px solid rgba(110, 74, 168, 0.34);
            outline-offset: 6px;
            border-radius: 28px;
        }

        .feature-grid {
            display: flex;
            min-height: 100%;
        }

        .reason-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .trust-banner {
            display: flex;
            flex-direction: column;
            width: 100%;
            padding: 24px;
            border-radius: 28px;
            background:
                radial-gradient(circle at top left, rgba(255, 255, 255, 0.24), transparent 32%),
                linear-gradient(135deg, #34245a, #191f38);
            color: #fff;
            box-shadow: 0 22px 40px rgba(43, 31, 74, 0.28);
        }

        .trust-banner .panel-title {
            color: rgba(255, 255, 255, 0.72);
        }

        .reason-list li {
            padding: 16px 18px;
            border-radius: 18px;
            background: rgba(255, 255, 255, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.12);
        }

        .reason-list strong {
            display: block;
            margin-bottom: 6px;
            font-size: 16px;
        }

        .reason-list span {
            color: rgba(255, 255, 255, 0.78);
            font-size: 15px;
            line-height: 1.6;
        }

        .trust-strip {
            grid-template-columns: repeat(3, minmax(0, 1fr));
            margin-top: 18px;
        }

        .trust-pill {
            padding: 18px 20px;
            border-radius: 22px;
        }

        .trust-pill strong {
            display: block;
            margin: 0 0 8px;
            font-size: 15px;
        }

        .trust-pill span {
            color: var(--muted);
            font-size: 14px;
            line-height: 1.55;
        }

        .screens-shell {
            position: relative;
            padding: 36px;
        }

        .screens-shell::before,
        .screens-shell::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
        }

        .screens-shell::before {
            top: -120px;
            left: -80px;
            width: 280px;
            height: 280px;
            background: radial-gradient(circle, rgba(110, 74, 168, 0.14), rgba(110, 74, 168, 0));
        }

        .screens-shell::after {
            right: -90px;
            bottom: -130px;
            width: 320px;
            height: 320px;
            background: radial-gradient(circle, rgba(127, 178, 240, 0.18), rgba(127, 178, 240, 0));
        }

        .screens-head,
        .screens-grid {
            position: relative;
            z-index: 1;
        }

        .screens-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .screen-label {
            display: inline-block;
            justify-self: start;
            align-self: start;
            padding: 10px 16px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.9);
            border: 1px solid rgba(110, 74, 168, 0.14);
            white-space: nowrap;
        }

        .screens-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .screen-card {
            display: grid;
            gap: 16px;
            min-height: 100%;
            padding: 22px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .screen-card.accent {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 241, 251, 0.92)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.08), rgba(127, 178, 240, 0.08));
            border-color: rgba(110, 74, 168, 0.18);
        }

        .screen-shot {
            width: 100%;
            border-radius: 22px;
            border: 1px solid rgba(216, 220, 234, 0.92);
            background: #fff;
            object-fit: cover;
            box-shadow: 0 14px 30px rgba(57, 41, 92, 0.08);
        }

        .screen-shot.desktop {
            aspect-ratio: 16 / 10;
        }

        .screen-shot.desktop.archive {
            object-position: left top;
        }

        .screen-shot.desktop.builder,
        .screen-shot.desktop.modal,
        .screen-shot.desktop.final-sheet {
            object-position: center top;
        }

        .screen-shot.desktop.report {
            aspect-ratio: 16 / 9;
            object-position: center center;
        }

        .screen-shot.phone {
            max-width: 320px;
            aspect-ratio: 9 / 8;
            margin: 0 auto;
            border-radius: 28px;
            object-position: center top;
        }

        .screen-copy {
            display: grid;
            gap: 10px;
        }

        .screen-copy small {
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .screen-copy h3 {
            margin: 0;
            font-size: 24px;
            line-height: 1.12;
            letter-spacing: -0.03em;
        }

        .screen-copy p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.65;
        }

        .edits-shell {
            position: relative;
            padding: 36px;
        }

        .edits-shell::before,
        .edits-shell::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
        }

        .edits-shell::before {
            top: -120px;
            right: -80px;
            width: 280px;
            height: 280px;
            background: radial-gradient(circle, rgba(110, 74, 168, 0.15), rgba(110, 74, 168, 0));
        }

        .edits-shell::after {
            left: -60px;
            bottom: -120px;
            width: 260px;
            height: 260px;
            background: radial-gradient(circle, rgba(127, 178, 240, 0.18), rgba(127, 178, 240, 0));
        }

        .edits-head,
        .edit-grid {
            position: relative;
            z-index: 1;
        }

        .edits-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .edit-grid {
            display: grid;
            grid-template-columns: 1.04fr 0.96fr;
            gap: 18px;
            align-items: start;
        }

        .edit-card,
        .note-card,
        .phone-card,
        .archive-card,
        .interface-card {
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
            border-radius: 28px;
        }

        .edit-card,
        .note-card,
        .phone-card {
            padding: 22px;
        }

        .archive-card,
        .interface-card {
            padding: 18px;
        }

        .stack {
            display: grid;
            gap: 14px;
        }

        .archive-row {
            display: flex;
            justify-content: space-between;
            gap: 12px;
            padding: 14px 16px;
            border-radius: 18px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.88);
            font-size: 14px;
        }

        .archive-row strong {
            white-space: nowrap;
        }

        .status-info {
            color: var(--primary-dark);
        }

        .note-card h3 {
            margin: 0 0 12px;
            font-size: 24px;
            line-height: 1.12;
            letter-spacing: -0.03em;
        }

        .note-card p,
        .phone-card p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.65;
        }

        .phone-shot {
            width: min(260px, 100%);
            aspect-ratio: 9 / 12;
            margin: 0 auto 14px;
            border-radius: 28px;
            object-fit: cover;
            object-position: center top;
            border: 1px solid rgba(216, 220, 234, 0.92);
            box-shadow: 0 14px 30px rgba(57, 41, 92, 0.08);
            display: block;
        }

        .image-modal[hidden] {
            display: none;
        }

        .image-modal {
            position: fixed;
            inset: 0;
            z-index: 1000;
            display: grid;
            place-items: center;
            padding: 24px;
        }

        .image-modal__backdrop {
            position: absolute;
            inset: 0;
            border: 0;
            background: rgba(16, 18, 28, 0.76);
            backdrop-filter: blur(10px);
            cursor: pointer;
        }

        .image-modal__dialog {
            position: relative;
            z-index: 1;
            width: min(1100px, 100%);
            max-height: calc(100vh - 48px);
            padding: 20px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.18);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 241, 251, 0.94)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.08), rgba(127, 178, 240, 0.08));
            box-shadow: 0 32px 80px rgba(8, 10, 18, 0.4);
        }

        .image-modal__img {
            display: block;
            width: 100%;
            max-height: calc(100vh - 88px);
            object-fit: contain;
            border-radius: 20px;
            background: #fff;
        }

        .image-modal__close {
            position: absolute;
            top: 12px;
            right: 12px;
            z-index: 2;
            width: 42px;
            height: 42px;
            border: 0;
            border-radius: 999px;
            background: rgba(31, 36, 48, 0.78);
            color: #fff;
            font-size: 28px;
            line-height: 1;
            cursor: pointer;
        }

        .reviews-shell {
            position: relative;
            padding: 36px;
        }

        .reviews-shell::before,
        .reviews-shell::after {
            content: "";
            position: absolute;
            border-radius: 999px;
            pointer-events: none;
        }

        .reviews-shell::before {
            top: -120px;
            left: -80px;
            width: 280px;
            height: 280px;
            background: radial-gradient(circle, rgba(110, 74, 168, 0.15), rgba(110, 74, 168, 0));
        }

        .reviews-shell::after {
            right: -90px;
            bottom: -120px;
            width: 280px;
            height: 280px;
            background: radial-gradient(circle, rgba(127, 178, 240, 0.18), rgba(127, 178, 240, 0));
        }

        .lead-grid,
        .testimonial-grid {
            position: relative;
            z-index: 1;
        }

        .lead-grid {
            display: grid;
            gap: 14px;
            margin-bottom: 24px;
        }

        .testimonial-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .testimonial-card {
            display: grid;
            gap: 18px;
            min-height: 100%;
            padding: 24px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .testimonial-card.featured {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 241, 251, 0.94)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.08), rgba(127, 178, 240, 0.08));
            border-color: rgba(110, 74, 168, 0.18);
            transform: translateY(-6px);
        }

        .testimonial-head {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .avatar {
            width: 58px;
            height: 58px;
            border-radius: 18px;
            display: grid;
            place-items: center;
            background: linear-gradient(135deg, rgba(110, 74, 168, 0.16), rgba(127, 178, 240, 0.16));
            color: var(--primary-dark);
            font-weight: 800;
            font-size: 18px;
            border: 1px solid rgba(110, 74, 168, 0.14);
        }

        .badge {
            display: inline-block;
            margin-bottom: 6px;
            color: var(--muted);
            font-size: 12px;
            font-weight: 800;
            letter-spacing: 0.05em;
            text-transform: uppercase;
        }

        .testimonial-card h3 {
            margin: 0 0 4px;
            font-size: 22px;
        }

        .role {
            color: var(--muted);
            font-size: 14px;
            line-height: 1.5;
        }

        .quote {
            margin: 0;
            font-size: 18px;
            line-height: 1.55;
        }

        .result-shell {
            position: relative;
            padding: 36px;
        }

        .result-head,
        .story-grid {
            position: relative;
            z-index: 1;
        }

        .result-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .story-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .story-card {
            padding: 24px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .story-card h3 {
            margin: 0 0 12px;
            font-size: 24px;
            line-height: 1.12;
            letter-spacing: -0.03em;
        }

        .story-card p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.65;
        }

        .pricing-shell {
            position: relative;
            padding: 36px;
        }

        .pricing-head,
        .pricing-grid {
            position: relative;
            z-index: 1;
        }

        .pricing-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .note {
            display: inline-block;
            padding: 10px 16px;
            border-radius: 999px;
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 0.03em;
            text-transform: uppercase;
            white-space: nowrap;
            color: var(--primary-dark);
            background: rgba(233, 225, 245, 0.94);
            border: 1px solid rgba(110, 74, 168, 0.12);
        }

        .pricing-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
            align-items: start;
        }

        .price-card {
            padding: 24px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .price-card.featured {
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(245, 241, 251, 0.94)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.08), rgba(127, 178, 240, 0.08));
            border-color: rgba(110, 74, 168, 0.18);
            transform: translateY(-6px);
        }

        .price-card h3 {
            margin: 16px 0 10px;
            font-size: 24px;
        }

        .caption,
        .price-list {
            color: var(--muted);
        }

        .caption {
            margin: 0 0 16px;
            line-height: 1.6;
        }

        .price {
            margin: 12px 0 14px;
            font-size: 42px;
            line-height: 1;
            font-weight: 800;
        }

        .price span {
            font-size: 18px;
            color: var(--muted);
            font-weight: 700;
        }

        .price-list {
            list-style: none;
            padding: 0;
            margin: 0 0 22px;
            display: grid;
            gap: 10px;
        }

        .price-list li {
            padding-left: 18px;
            position: relative;
            line-height: 1.55;
        }

        .price-list li::before {
            content: "";
            position: absolute;
            left: 0;
            top: 9px;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: var(--primary);
        }

        .price-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            width: 100%;
            padding: 0 20px;
            border-radius: 999px;
            border: 1px solid rgba(110, 74, 168, 0.14);
            font-weight: 700;
            color: var(--primary-dark);
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(233, 225, 245, 0.92));
            box-shadow: 0 12px 24px rgba(57, 41, 92, 0.08);
        }

        .price-card.featured .price-button {
            color: #fff;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            border-color: transparent;
            box-shadow: 0 16px 32px rgba(110, 74, 168, 0.24);
        }

        .faq-shell {
            position: relative;
            padding: 36px;
        }

        .faq-head,
        .faq-list {
            position: relative;
            z-index: 1;
        }

        .faq-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

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

        .faq-item {
            padding: 24px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .faq-item h3 {
            margin: 0 0 12px;
            font-size: 22px;
            line-height: 1.2;
        }

        .faq-item p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.65;
        }

        .cta-shell {
            padding: 36px;
            border-radius: 40px;
            background:
                radial-gradient(circle at top left, rgba(255,255,255,0.18), transparent 30%),
                linear-gradient(135deg, #2b1f4a, #1b2749);
            box-shadow: 0 28px 80px rgba(43, 31, 74, 0.26);
            color: #fff;
        }

        .cta-row {
            display: grid;
            grid-template-columns: 1.1fr 0.9fr;
            gap: 24px;
            align-items: center;
        }

        .cta-shell .eyebrow {
            background: rgba(255,255,255,0.12);
            border-color: rgba(255,255,255,0.12);
            color: #fff;
        }

        .cta-shell h2 {
            margin-top: 18px;
            max-width: 14ch;
            color: #fff;
        }

        .cta-lead {
            margin: 16px 0 0;
            max-width: 58ch;
            color: rgba(255,255,255,0.78);
            font-size: 18px;
            line-height: 1.6;
        }

        .cta-note {
            margin-bottom: 16px;
            padding: 18px;
            border-radius: 24px;
            background: rgba(255,255,255,0.08);
            border: 1px solid rgba(255,255,255,0.14);
        }

        .cta-note strong {
            display: block;
            margin-bottom: 8px;
            color: #fff;
        }

        .cta-note span {
            color: rgba(255,255,255,0.78);
            font-size: 15px;
            line-height: 1.6;
        }

        .cta-actions {
            display: grid;
            gap: 12px;
        }

        .cta-button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 48px;
            padding: 0 20px;
            border-radius: 999px;
            font-weight: 700;
            border: 1px solid transparent;
        }

        .cta-button.primary {
            color: #fff;
            background: linear-gradient(135deg, var(--primary), var(--primary-dark));
            box-shadow: 0 16px 32px rgba(110, 74, 168, 0.28);
        }

        .cta-button.ghost {
            color: #fff;
            background: transparent;
            border-color: rgba(255,255,255,0.22);
        }

        .legal-section {
            padding: 36px;
            border-radius: 40px;
            background:
                linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 241, 251, 0.78)),
                linear-gradient(135deg, rgba(110, 74, 168, 0.06), rgba(127, 178, 240, 0.08));
            box-shadow: var(--shadow-lg);
        }

        .legal-head {
            display: grid;
            gap: 14px;
            margin-bottom: 28px;
        }

        .legal-grid {
            display: grid;
            grid-template-columns: repeat(3, minmax(0, 1fr));
            gap: 18px;
        }

        .legal-card {
            padding: 24px;
            border-radius: 28px;
            border: 1px solid rgba(216, 220, 234, 0.9);
            background: rgba(255, 255, 255, 0.82);
            box-shadow: var(--shadow-md);
            backdrop-filter: blur(14px);
        }

        .legal-card h3 {
            margin: 0 0 12px;
            font-size: 22px;
        }

        .legal-card p {
            margin: 0;
            color: var(--muted);
            font-size: 15px;
            line-height: 1.65;
        }

        .site-footer {
            display: flex;
            justify-content: space-between;
            gap: 18px;
            align-items: center;
            padding: 28px 0 0;
            margin-top: 18px;
            border-top: 1px solid rgba(31, 36, 48, 0.12);
        }

        .footer-brand {
            display: flex;
            align-items: center;
            gap: 14px;
        }

        .footer-logo {
            width: 52px;
            height: 52px;
            object-fit: contain;
            flex: 0 0 auto;
        }

        .site-footer strong {
            display: block;
            margin-bottom: 6px;
        }

        .footer-note {
            color: var(--muted);
            font-size: 14px;
        }

        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 18px;
            color: var(--muted);
            font-size: 14px;
        }

        .footer-links a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            min-height: 38px;
            padding: 0 14px;
            border-radius: 999px;
            color: var(--muted);
            font-weight: 700;
            background: rgba(255, 255, 255, 0.7);
            border: 1px solid rgba(216, 220, 234, 0.9);
            box-shadow: 0 10px 22px rgba(57, 41, 92, 0.06);
        }

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

            .visual {
                min-height: 760px;
            }

            .product-card {
                right: 18px;
                bottom: 24px;
                width: min(360px, 68%);
            }
        }

        @media (max-width: 1080px) {
            .metrics-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .problem-grid,
            .problem-summary,
            .proof-grid,
            .trust-strip {
                grid-template-columns: 1fr;
            }

            .problem-card.is-accent {
                transform: none;
            }

            .timeline {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .timeline-step::after {
                display: none;
            }

            .screens-grid {
                grid-template-columns: repeat(2, minmax(0, 1fr));
            }

            .edit-grid {
                grid-template-columns: 1fr;
            }

            .testimonial-grid,
            .story-grid,
            .pricing-grid,
            .faq-list,
            .legal-grid {
                grid-template-columns: 1fr;
            }

            .testimonial-card.featured {
                transform: none;
            }

            .price-card.featured {
                transform: none;
            }

            .cta-row {
                grid-template-columns: 1fr;
            }

            .site-footer {
                flex-direction: column;
                align-items: flex-start;
            }
        }

        @media (max-width: 980px) {
            .timeline-footer {
                grid-template-columns: 1fr;
            }

            .timeline-step.is-accent {
                transform: none;
            }
        }

        @media (max-width: 760px) {
            .page {
                padding: 10px;
            }

            .hero-header {
                flex-direction: column;
                align-items: flex-start;
                padding: 16px 16px 12px;
                gap: 12px;
            }

            .brand {
                gap: 10px;
            }

            .brand-logo {
                width: 52px;
                height: 52px;
            }

            .nav {
                width: 100%;
                overflow-x: auto;
                padding: 5px;
                gap: 6px;
                scrollbar-width: none;
            }

            .nav::-webkit-scrollbar {
                display: none;
            }

            .nav a {
                flex: 0 0 auto;
                min-height: 34px;
                padding: 0 12px;
                font-size: 13px;
            }

            .header-actions,
            .header-actions .button,
            .hero-actions .button {
                width: 100%;
            }

            .hero {
                gap: 18px;
                padding: 18px 16px 18px;
            }

            h1,
            h2 {
                max-width: none;
            }

            .hero-title-line {
                margin-bottom: 6px;
                white-space: normal;
            }

            .hero-title-line-1 {
                font-size: 34px;
            }

            .hero-title-line-2 {
                font-size: 23px;
            }

            .hero-title-line-3 {
                font-size: 24px;
            }

            .hero-points,
            .metrics-grid,
            .problem-grid,
            .problem-summary,
            .timeline,
            .timeline-footer {
                grid-template-columns: 1fr;
            }

            .point {
                padding: 16px;
            }

            .visual {
                min-height: auto;
                display: flex;
                flex-direction: column;
                gap: 14px;
            }

            .visual-glow {
                inset: 0;
            }

            .athlete-wrap {
                position: relative;
                inset: auto;
                min-height: 460px;
                align-items: end;
                justify-content: center;
                padding: 20px 0 0;
                border-radius: 28px;
                background:
                    radial-gradient(circle at top, rgba(110, 74, 168, 0.12), transparent 46%),
                    linear-gradient(180deg, rgba(245, 241, 251, 0.5), rgba(255, 255, 255, 0));
                overflow: hidden;
            }

            .athlete {
                max-height: 430px;
                object-position: center bottom;
                border-radius: 0;
            }

            .product-card {
                position: static;
                width: 100%;
                padding: 18px;
                margin-top: 0;
            }

            .summary {
                padding: 14px;
            }

            .summary strong {
                font-size: 16px;
            }

            .problem-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .metrics-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .how-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .checks-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .screens-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .edits-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .reviews-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .result-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .pricing-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .faq-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .cta-shell {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .legal-section {
                padding: 22px 16px 16px;
                border-radius: 28px;
            }

            .lead {
                font-size: 16px;
            }

            .problem-card,
            .timeline-step,
            .proof-card,
            .screen-card,
            .edit-card,
            .note-card,
            .phone-card,
            .archive-card,
            .interface-card,
            .testimonial-card,
            .story-card,
            .price-card,
            .faq-item,
            .cta-note,
            .legal-card,
            .trust-banner,
            .trust-pill,
            .footer-card,
            .summary-card {
                padding: 18px;
                border-radius: 22px;
            }

            .problem-card h3,
            .timeline-step h3,
            .screen-copy h3,
            .note-card h3,
            .testimonial-card h3,
            .story-card h3,
            .price-card h3,
            .faq-item h3,
            .legal-card h3 {
                font-size: 22px;
            }

            .problem-points span,
            .step-note {
                min-height: 44px;
                padding: 0 12px;
            }

            .proof-panel {
                padding: 10px;
            }

            .screens-grid {
                grid-template-columns: 1fr;
                gap: 14px;
            }

            .screen-shot.phone {
                max-width: 280px;
            }

            .image-modal {
                padding: 12px;
            }

            .image-modal__dialog {
                padding: 14px;
                border-radius: 20px;
            }

            .image-modal__img {
                max-height: calc(100vh - 56px);
            }

            .quote {
                font-size: 17px;
            }

            .cta-shell h2 {
                max-width: none;
            }

            .cta-lead {
                font-size: 16px;
            }
        }
    
