 :root {
            --bg: #f4f7fb;
            --card: #f7faff;
            --line: #dbe4ee;
            --text: #1e293b;
            --muted: #64748b;
            --green: #1fb455;
            --green2: #16994a;
            --blue: #1c3f6e;
            --blue2: #244c82;
            --soft-blue: #edf4fb;
            --soft-blue-2: #eef5fc;
            --gold: #ffd7aa;
            --shadow: 0 10px 26px rgba(2, 8, 23, .08);
            --shadow-lg: 0 18px 44px rgba(2, 8, 23, .12);
        }

        * {
            box-sizing: border-box
        }

        html,
        body {
            margin: 0;
            padding: 0
        }

        body {
            font-family: Arial, Helvetica, sans-serif;
            background: var(--bg);
            color: var(--text);
            padding-bottom: 112px;
            font-size: 16px;
            line-height: 1.7;
        }

        .wrapper {
            max-width: 480px;
            margin: 0 auto;
            background: #fff;
            min-height: 100vh;
            box-shadow: 0 0 24px rgba(0, 0, 0, .05);
            overflow: hidden;
        }

        .topbar {
            background: #f8fbff;
            color: #3b587d;
            padding: 10px 16px;
            padding-top: max(10px, env(safe-area-inset-top));
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 12px;
            font-weight: 800;
            border-bottom: 1px solid #dbe4ee;
        }


        .live-badge {
            display: flex;
            align-items: center;
            gap: 6px;
            color: #3b587d;
        }

        .dot {
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background: #ef4444;
        }

        .hero-shell {
            background: linear-gradient(180deg, var(--blue) 0%, var(--blue2) 56%, #f4f7fb 56%, #f4f7fb 100%);
            padding-bottom: 18px;
        }

        .hero {
            position: relative;
            overflow: hidden;
            background: #000;
        }

        .hero img {
            width: 100%;
            aspect-ratio: 16/10;
            object-fit: cover;
            object-position: center top;
            display: block;
            opacity: .44;
        }



        .hero-overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(180deg, rgba(18, 42, 76, .08) 0%, rgba(18, 42, 76, .20) 48%, rgba(18, 42, 76, .54) 100%);
        }

        .hero-content {
            position: absolute;
            inset: 0;
            padding: 62px 18px 22px;
            color: #fff;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
        }

        .hero-badges {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 14px;
            font-size: 12px;
            font-weight: 800;
            color: rgba(255, 255, 255, .92);
        }

        .hero-badge {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            background: rgba(255, 255, 255, .10);
            border: 1px solid rgba(255, 255, 255, .16);
            border-radius: 999px;
            padding: 8px 12px;
        }

        .search-hook {
            display: inline-block;
            margin-bottom: 10px;
            padding: 7px 11px;
            border-radius: 999px;
            background: rgba(255, 255, 255, .14);
            border: 1px solid rgba(255, 255, 255, .18);
            font-size: 11px;
            font-weight: 900;
            letter-spacing: .8px;
            text-transform: uppercase;
            color: #fff;
        }


        .hero h1 {
            margin: 0;
            font-size: 30px;
            line-height: 1.08;
            font-weight: 900;
            letter-spacing: -.5px;
            max-width: 82%;
        }

        .hero h1 span {
            color: var(--gold);
        }


        .hero p {
            margin: 10px 0 0;
            font-size: 15px;
            line-height: 1.6;
            color: rgba(255, 255, 255, .96);
            font-weight: 700;
            max-width: 78%;
        }


        .hero-hook {
            margin: 14px 0 0;
            background: rgba(255, 255, 255, .10);
            border: 1px solid rgba(255, 255, 255, .14);
            border-radius: 18px;
            padding: 12px;
            font-size: 13px;
            line-height: 1.6;
            color: #fff;
            font-weight: 700;
            max-width: 76%;
        }


        .hero-first-block {
            margin: 0 16px;
            margin-top: -2px;
            background: #fff;
            border-radius: 24px;
            padding: 16px;
            box-shadow: var(--shadow-lg);
            position: relative;
            z-index: 3;
            border: 1px solid #e7eef6;
        }

        .hero-first-btn,
        .btn-main,
        .btn-sticky {
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 18px;
            border-radius: 14px;
            text-decoration: none;
            font-size: 18px;
            font-weight: 900;
            color: #fff;
            border: none;
            transition: all .2s ease;
            background: linear-gradient(135deg, var(--green) 0%, var(--green2) 100%);
            box-shadow: 0 12px 24px rgba(31, 180, 85, .24);
        }

        .hero-first-btn:hover,
        .btn-main:hover,
        .btn-sticky:hover {
            transform: translateY(-1px);
        }

        .btn-helper {
            text-align: center;
            font-size: 14px;
            color: #166534;
            font-weight: 800;
            margin-bottom: 8px;
        }


        .hero-first-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 10px;
            margin-top: 14px;
        }

        .hero-first-grid {
            grid-template-columns: repeat(3, 1fr);
            margin-top: 14px;
        }

        .info-grid {
            grid-template-columns: 1fr 1fr;
            margin-top: 14px;
        }

        .benefit-grid {
            grid-template-columns: 1fr 1fr;
            margin-top: 14px;
        }

        .light-row {
            grid-template-columns: repeat(3, 1fr);
            margin-top: 14px;
        }

        .hero-first-card {
            background: #f5f9ff;
            border: 1px solid var(--line);
            min-height: 108px;
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 10px;
            border-radius: 12px;
            text-align: center;
        }

        .hero-first-card p,
        .benefit-card p {
            margin: 0;
            font-size: 14px;
            line-height: 1.5;
            font-weight: 700;
            color: var(--text);
        }

        .hero-first-note {
            text-align: center;
            margin-top: 12px;
            font-size: 13px;
            line-height: 1.55;
            color: var(--muted);
            font-weight: 800;
        }

        .wa-explain {
            text-align: center;
            margin-top: 10px;
            font-size: 12px;
            line-height: 1.6;
            color: #64748b;
            font-weight: 600;
        }

        .mini-stats {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
            margin-top: 14px;
        }

        .mini-stat {
            flex: 1 1 140px;
            background: #f5f9ff;
            border: 1px solid #e2eaf3;
            border-radius: 14px;
            padding: 12px;
            font-size: 12px;
            color: #475569;
            font-weight: 800;
        }

        .content {
            padding: 18px 16px 0;
        }

        .section {
            margin-bottom: 16px;
            border: 1px solid var(--line);
            border-radius: 22px;
            padding: 16px;
            background: var(--card);
            box-shadow: var(--shadow);
        }

        .section-title {
            margin: 0 0 10px;
            font-size: 26px;
            line-height: 1.3;
            font-weight: 900;
            color: #0f172a;
            letter-spacing: -.2px;
        }

        .section-text {
            margin: 0;
            font-size: 15px;
            line-height: 1.8;
            color: #526174;
            font-weight: 600;
        }

        .benefit-card {
            background: #f7fbff;
            border: 1px solid #dfe7f0;
            padding: 12px;
            border-radius: 14px;
        }

        .benefit-card p {
            color: #243b5a;
            font-weight: 800;
        }

        .section-meta-row {
            display: flex;
            gap: 8px;
            flex-wrap: wrap;
            margin-top: 14px;
        }

        .meta-chip {
            padding: 10px 14px;
            border-radius: 999px;
            background: #f0f5fa;
            border: 1px solid #dde7f1;
            font-size: 13px;
            font-weight: 900;
            color: #475569;
        }

        .simple-strip {
            margin: 12px 0 16px;
            background: #eef3f8;
            border-radius: 14px;
            border: 1px solid var(--line);
            padding: 12px 14px;
            font-size: 13px;
            font-weight: 700;
            color: #243b5a;
        }

        .info-section {
            background: var(--soft-blue);
            border-color: #d9e4ef;
        }

        .hook-top {
            font-size: 12px;
            font-weight: 900;
            color: #5c7896;
            text-transform: uppercase;
            margin-bottom: 8px;
        }

        .hook-main {
            font-size: 22px;
            line-height: 1.2;
            font-weight: 900;
            color: #243b5a;
            margin: 0 0 8px;
        }

        .hook-note {
            font-size: 14px;
            line-height: 1.6;
            color: #526174;
            font-weight: 700;
            margin: 0 0 14px;
        }

        .info-card {
            background: #f8fbff;
            border: 1px solid #dbe4ee;
            padding: 12px;
            border-radius: 14px;
        }

        .info-card-title {
            margin: 0 0 6px;
            font-size: 14px;
            font-weight: 900;
            color: #243b5a;
        }

        .info-card-text {
            margin: 0;
            font-size: 13px;
            line-height: 1.6;
            color: #526174;
            font-weight: 600;
        }

        .single-person-card {
            background: #edf4fb;
            border: 1px solid #d8e5f1;
            border-radius: 18px;
            padding: 14px;
        }

        .team-head {
            display: flex;
            gap: 12px;
            align-items: center;
        }

        .team-avatar {
            width: 62px;
            height: 62px;
            border-radius: 50%;
            object-fit: cover;
            border: 3px solid #fff;
            background: #fff;
            flex-shrink: 0;
            box-shadow: 0 6px 16px rgba(15, 23, 42, .08);
        }

        .team-name {
            margin: 0 0 4px;
            font-size: 17px;
            font-weight: 900;
            color: #243b5a;
        }

        .team-role {
            margin: 0;
            font-size: 12px;
            color: #64748b;
            font-weight: 700;
        }

        .team-desc {
            margin: 12px 0;
            font-size: 15px;
            line-height: 1.8;
            color: #435466;
            font-weight: 600;
        }

        .team-meta {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 8px;
        }

        .team-pill {
            background: #f7fbff;
            border: 1px solid #d8e5f1;
            border-radius: 14px;
            padding: 10px 8px;
            text-align: center;
        }

        .team-pill strong {
            display: block;
            font-size: 14px;
            color: #243b5a;
            font-weight: 900;
            margin-bottom: 4px;
        }

        .team-pill span {
            display: block;
            font-size: 11px;
            color: #64748b;
            font-weight: 700;
        }

        .light-section {
            background: var(--soft-blue-2);
            border-color: #d9e4ef;
        }

        .light-card {
            background: #f8fbff;
            border: 1px solid #dbe4ee;
            text-align: center;
            padding: 12px;
            border-radius: 14px;
        }

        .light-card strong {
            display: block;
            font-size: 14px;
            color: #243b5a;
            font-weight: 900;
            margin-bottom: 5px;
        }

        .light-card span {
            display: block;
            font-size: 12px;
            line-height: 1.45;
            color: #64748b;
            font-weight: 700;
        }

        .footer-compact {
            background: #f7fbff;
            border-top: 1px solid #e2eaf3;
            padding: 18px 16px 20px;
        }

        .risk-box {
            border: 1px solid var(--line);
            border-radius: 16px;
            background: #fff;
            padding: 14px;
            font-size: 12px;
            line-height: 1.7;
            color: #0f172a;
            font-weight: 600;
            margin-bottom: 14px;
        }

        .footer-links {
            display: flex;
            flex-wrap: wrap;
            gap: 16px;
            margin-bottom: 10px;
        }

        .footer-links a {
            font-size: 13px;
            font-weight: 800;
            color: #3b587d;
            text-decoration: none;
        }

        .footer-copy {
            font-size: 12px;
            color: #64748b;
            font-weight: 600;
            line-height: 1.75;
        }

        .sticky-footer {
            position: fixed;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
            background: rgba(255, 255, 255, .95);
            backdrop-filter: blur(10px);
            border-top: 1px solid #e5edf5;
            padding: 12px 14px;
        }

        .sticky-inner {
            max-width: 480px;
            margin: 0 auto;
        }

        .sticky-note {
            text-align: center;
            font-size: 11px;
            color: #475569;
            font-weight: 800;
            margin-bottom: 8px;
        }


        @media (max-width:420px) {
            .hero {
                min-height: 430px;
            }

            .hero img {
                width: 100%;
                height: 100%;
                min-height: 430px;
                object-fit: cover;
                object-position: center top;
            }

            .hero-content {
                padding: 54px 18px 20px;
                justify-content: flex-start;
            }

            .hero-badges {
                display: none;
            }

            .search-hook {
                display: none;
            }

            .hero h1 {
                font-size: 26px;
                max-width: 88%;
            }

            .hero p,
            .hero-hook {
                max-width: 88%;
            }

            .hero-first-grid,
            .benefit-grid,
            .info-grid,
            .light-row {
                grid-template-columns: 1fr;
            }
        }