:root{
      --ink:#111827;
      --muted:#5f6b7a;
      --soft:#f7f5ef;
      --paper:#fffaf1;
      --line:#e6dfd2;
      --brand:#f59e0b;
      --brand-dark:#9a4d00;
      --navy:#101827;
      --green:#176b4d;
      --blue:#24466f;
      --shadow:0 22px 58px rgba(17,24,39,.12);
      --radius:22px;
    }

    *{box-sizing:border-box}
    html{scroll-behavior:smooth}
    body{margin:0;font-family:Inter,Segoe UI,Arial,sans-serif;background:#fff;color:var(--ink)}
    a{text-decoration:none;color:inherit}
    button,input,select{font:inherit}
    .wrap{width:min(1180px,calc(100% - 40px));margin:auto}
    .section{padding:86px 0}
    .kicker{font-size:12px;text-transform:uppercase;letter-spacing:.14em;font-weight:900;color:var(--brand-dark)}
    .head{max-width:790px;margin:0 auto 38px;text-align:center}
    .head h2{font-size:44px;line-height:1.06;margin:10px 0 12px;letter-spacing:-.03em}
    .head p{font-size:18px;line-height:1.65;color:var(--muted);margin:0}
    .btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;padding:14px 20px;font-weight:850;cursor:pointer;transition:.18s}
    .btn:hover{transform:translateY(-1px)}
    .btn-dark{background:var(--navy);color:#fff;box-shadow:0 14px 30px rgba(17,24,39,.2)}
    .btn-gold{background:linear-gradient(135deg,#f59e0b,#fbbf24);color:#111827;box-shadow:0 15px 34px rgba(245,158,11,.26)}
    .btn-line{border:1px solid #d8d0c2;background:#fff;color:#111827}
    .nav{position:sticky;top:0;z-index:20;background:var(--navy);border-top:2px solid var(--navy);border-bottom:1px solid rgba(255,255,255,.1);transition:background-color .28s ease,border-color .28s ease,box-shadow .28s ease,backdrop-filter .28s ease}
    .nav.is-translucent{background:rgba(16,24,39,.88);backdrop-filter:blur(14px);border-bottom-color:rgba(255,255,255,.14)}
    .nav-row{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:28px}
    .brand-logo{display:inline-flex;align-items:center}
    .brand-logo img{display:block;height:44px;width:auto}
    .brand-mark,.brand-name{display:none}
    .nav-toggle{display:none}
    .mobile-menu{display:none}
    .nav-center{display:flex;align-items:center;justify-content:flex-end;gap:32px;margin-left:auto}
    .nav-links{display:flex;align-items:center;gap:24px}
    .nav-links a{font-size:15px;font-weight:700;color:#fff}
    .nav-links a:hover{color:#fbbf24}
    .global-search{width:240px;height:40px;border:1px solid rgba(255,255,255,.15);border-radius:20px;background:rgba(255,255,255,.05);display:flex;align-items:center;gap:10px;padding:0 16px;transition:all 0.2s}
    .global-search:focus-within{border-color:var(--brand);background:rgba(255,255,255,.1)}
    .global-search svg{flex-shrink:0}
    .global-search input{width:100%;border:0;outline:0;background:transparent;color:#fff;font-size:15px}
    .global-search input::placeholder{color:rgba(255,255,255,.5)}
    .nav-actions{display:flex;align-items:center;justify-content:flex-end;gap:14px}
    .login-link{font-size:14px;font-weight:700;color:#fff}

    .hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fffaf1 0%,#fff 52%,#edf4f7 100%);padding:84px 0 70px;border-bottom:1px solid var(--line)}
    .hero::before{content:'';position:absolute;top:-10%;left:-5%;width:400px;height:400px;background:radial-gradient(circle,rgba(251,191,36,0.14) 0%,rgba(251,191,36,0) 70%);filter:blur(80px);z-index:0;pointer-events:none}
    .hero::after{content:'';position:absolute;bottom:-5%;right:-5%;width:450px;height:450px;background:radial-gradient(circle,rgba(239,68,68,0.09) 0%,rgba(239,68,68,0) 70%);filter:blur(90px);z-index:0;pointer-events:none}
    .hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:.98fr 1.08fr;gap:42px;align-items:center}
    .hero-badge{display:inline-flex;align-items:center;gap:8px;background:rgba(251,191,36,0.08);border:1px solid rgba(251,191,36,0.25);border-radius:999px;padding:6px 14px;margin-bottom:16px}
    .hero-badge-icon{font-size:14px}
    .hero-badge-text{font-size:13px;font-weight:750;color:#b45309;letter-spacing:-0.01em}
    .hero h1{font-size:72px;line-height:.97;letter-spacing:-.055em;margin:14px 0 22px;font-weight:950}
    .hero h1 em{font-style:normal;background:linear-gradient(135deg,#d97706 0%,#24466f 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;display:inline-block}
    .hero p{font-size:21px;line-height:1.58;color:#4b5565;margin:0 0 24px;max-width:680px}
    .hero-actions{display:flex;gap:12px;flex-wrap:wrap}
    .proof-row{display:flex;gap:16px;flex-wrap:wrap;margin-top:24px;color:#475467;font-size:14px;font-weight:750}
    .chips{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 22px}
    .chip{border:1px solid #f3c982;background:#fff7e8;color:#8a4300;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}
    .hero-panel{position:relative;background:transparent;border:0;border-radius:0;box-shadow:none;overflow:visible;perspective:1000px}
    .hero-floating-card-wrapper{position:absolute;top:18%;left:4%;z-index:2;transition:transform 0.8s cubic-bezier(0.16, 1, 0.3, 1)}
    .hero-floating-card{background:rgba(255,255,255,0.72);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,0.6);border-radius:16px;padding:10px 18px;display:flex;align-items:center;gap:12px;box-shadow:0 16px 36px rgba(16, 24, 40, 0.09);animation:heroFloat 6s ease-in-out infinite}
    .hero-floating-card .card-icon{font-size:20px}
    .hero-floating-card .card-info{display:flex;flex-direction:column;line-height:1.25}
    .hero-floating-card .card-info strong{font-size:14px;font-weight:900;color:#0f172a}
    .hero-floating-card .card-info span{font-size:11px;font-weight:700;color:#475467}
    .hero-panel img{width:112%;max-width:none;margin-left:-4%;display:block;background:transparent;filter:drop-shadow(0 28px 42px rgba(17,24,39,.16));transition:transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), filter 0.8s ease}
    .hero-panel:hover img{transform:translateY(-8px) rotateX(2deg) rotateY(-2deg);filter:drop-shadow(0 38px 55px rgba(17,24,39,0.22))}
    .hero-panel:hover .hero-floating-card-wrapper{transform:translateY(-16px) translateZ(20px) scale(1.04)}
    @keyframes heroFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}

    .catalog{background:#f5f7fa;position:relative}
    .catalog::before{content:'';position:absolute;inset:0;background-image:radial-gradient(circle,#d1d9e6 1px,transparent 1px);background-size:28px 28px;opacity:.45;pointer-events:none;z-index:0}
    .catalog .wrap{position:relative;z-index:1}
    .catalog-top{display:flex;align-items:end;justify-content:space-between;gap:28px;margin-bottom:24px}
    .catalog-title{max-width:680px}
    .catalog-title h2{font-size:44px;line-height:1.06;margin:10px 0 10px;letter-spacing:-.03em}
    .catalog-title p{font-size:18px;line-height:1.62;color:var(--muted);margin:0}

    .filter-panel{border:1px solid #dfe5ec;background:#fff;border-radius:24px;padding:20px;margin-bottom:28px;box-shadow:0 12px 36px rgba(16,24,40,.07)}
    .filters{display:grid;grid-template-columns:1.2fr repeat(4,1fr) auto;gap:12px}
    .field{display:grid;gap:6px}
    .field label{font-size:11px;font-weight:900;color:#667085;text-transform:uppercase;letter-spacing:.1em}
    .field input,.field select{height:46px;border:1.5px solid #d7dee8;border-radius:14px;padding:0 14px;background:#fff;color:#111827;transition:border-color .18s,box-shadow .18s}
    .field input:focus,.field select:focus{outline:none;border-color:var(--brand);box-shadow:0 0 0 3px rgba(245,158,11,.15)}
    .field input:hover,.field select:hover{border-color:#b0bec5}
    .filter-actions{display:flex;align-items:end;gap:8px}
    .filter-results{font-size:13px;color:var(--muted);margin-bottom:16px;font-weight:600;display:none}
    .filter-results.visible{display:block}
    .filter-results span{color:var(--brand-dark);font-weight:900}
    .product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}
    .product-grid.is-compact{display:flex;flex-wrap:wrap;gap:22px}
    .product-grid.is-compact > *{flex:1 1 300px;max-width:380px}
    .product{background:#fff;border:1px solid #e1e7ef;border-radius:24px;overflow:hidden;box-shadow:0 8px 24px rgba(16,24,40,.06);display:flex;flex-direction:column;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease}
    .product:hover{transform:translateY(-6px);box-shadow:0 22px 48px rgba(16,24,40,.12)}
    .product-cover{min-height:168px;padding:22px;background:linear-gradient(135deg,#101827,#24466f);color:#fff;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}
    .product-cover::after{content:'';position:absolute;right:-30px;bottom:-30px;width:130px;height:130px;border-radius:50%;background:rgba(255,255,255,.05)}
    .product-cover::before{content:'';position:absolute;right:10px;top:-40px;width:80px;height:80px;border-radius:50%;background:rgba(255,255,255,.04)}
    .product-grid.is-compact .product-cover{min-height:140px;padding:18px}
    .product-cover.gold{background:linear-gradient(135deg,#7c3f00,#d97706)}
    .product-cover.green{background:linear-gradient(135deg,#0f3f34,#176b4d)}
    .product-cover-top{display:flex;align-items:center;justify-content:space-between;gap:8px;position:relative;z-index:1}
    .product-cover small{font-size:11px;font-weight:900;text-transform:uppercase;letter-spacing:.12em;color:#fde68a}
    .edition-badge{font-size:10px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;padding:4px 10px;border-radius:999px;white-space:nowrap}
    .edition-badge.pos{background:#dcfce7;color:#166534}
    .edition-badge.pre{background:#fef9c3;color:#854d0e}
    .product-cover b{font-size:26px;line-height:1.05;letter-spacing:-.025em;position:relative;z-index:1;margin-top:auto;display:block}
    .product-grid.is-compact .product-cover b{font-size:22px}
    .product-body{padding:20px;display:flex;flex-direction:column;gap:12px;flex:1}
    .product-grid.is-compact .product-body{padding:16px}
    .meta{display:flex;gap:6px;flex-wrap:wrap}
    .tag{background:#f3f4f6;color:#344054;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:850}
    .tag.state{background:#eff6ff;color:#1d4ed8}
    .product h3{font-size:20px;line-height:1.18;margin:0;color:#0f172a}
    .product-grid.is-compact .product h3{font-size:17px}
    .product p{color:var(--muted);line-height:1.55;margin:0;font-size:14px}
    .product-grid.is-compact .product p{font-size:14px}
    .price-row{margin-top:auto;display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:16px;border-top:1px solid #f1f5f9}
    .price strong{display:block;font-size:40px;font-weight:900;letter-spacing:-.04em;color:#0f172a;line-height:1}
    .product-grid.is-compact .price strong{font-size:40px}
    .price span{font-size:12px;color:#94a3b8;font-weight:600}
    .empty{display:none;border-radius:24px;padding:56px 24px;text-align:center;color:#667085;background:#fff;border:1px solid #e8edf3;box-shadow:0 4px 16px rgba(16,24,40,.04)}
    .empty-icon{font-size:40px;margin-bottom:12px}
    .empty h4{font-size:20px;margin:0 0 8px;color:#0f172a}
    .empty p{font-size:15px;margin:0;color:#94a3b8}

    .formats{background:#fff}
    .resource-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr)) minmax(300px,.95fr);gap:18px;align-items:stretch}
    .resource-card{border:1px solid #e5ddcf;border-radius:10px;background:#fff;box-shadow:0 12px 30px rgba(16,24,40,.06);overflow:hidden;display:flex;flex-direction:column;transition:transform .22s cubic-bezier(.16,1,.3,1),box-shadow .22s ease}
    .resource-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(16,24,40,.1)}
    .resource-card.featured{grid-column:4;grid-row:1 / span 2}
    .resource-media{min-height:178px;margin-top:auto;padding:8px 20px 20px;background:radial-gradient(circle at 78% 24%,rgba(245,158,11,.10),transparent 32%),linear-gradient(180deg,#fffdf7 0%,#f9fafb 100%);display:grid;place-items:end center;overflow:hidden}
    .resource-card.featured .resource-media{min-height:430px;align-items:start;padding:24px 18px}
    .resource-sheet{width:min(100%,230px);min-height:155px;border:1px solid #e8e2d6;border-radius:18px;background:linear-gradient(145deg,#fff 60%,#fffbf0 100%);box-shadow:0 18px 34px rgba(17,24,39,.10),0 4px 12px rgba(245,158,11,.08);padding:16px 16px 20px;position:relative;overflow:hidden}
    .resource-sheet::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:18px 18px 0 0}
    .resource-sheet::after{content:'';position:absolute;right:-28px;bottom:-28px;width:110px;height:110px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#fbbf24);opacity:.9}
    .resource-sheet-dot{position:absolute;right:30px;bottom:30px;width:48px;height:48px;border-radius:50%;background:rgba(255,255,255,.35);pointer-events:none;z-index:1}
    .resource-logo{color:#d97706;font-weight:950;font-style:italic;font-size:12px;line-height:.9;margin-bottom:14px;position:relative;z-index:1;letter-spacing:.01em}
    .resource-title{position:relative;z-index:1;font-size:16px;font-weight:950;color:#0f172a;margin-bottom:10px;letter-spacing:-.01em}
    .resource-line{height:7px;border-radius:999px;background:#e9ecf0;margin:7px 0;position:relative;z-index:1}
    .resource-line:first-of-type{background:#d1d9e4}
    .resource-line.short{width:52%}
    .resource-line.mid{width:72%;background:#dde2ea}
    .resource-check{display:flex;align-items:center;gap:8px;margin:8px 0;position:relative;z-index:1;color:#344054;font-size:12px;font-weight:800}
    .resource-check::before{content:"";width:14px;height:14px;border-radius:50%;background:var(--green);box-shadow:inset 0 0 0 3px #fff;border:1px solid var(--green)}
    .resource-body{padding:20px}
    .resource-body small{display:inline-grid;place-items:center;min-width:36px;height:24px;border-radius:999px;background:#fff2d8;color:#8a4300;font-weight:950;margin-bottom:12px;padding:0 9px;font-size:12px}
    .resource-body h3{font-size:23px;line-height:1.12;margin:0 0 8px}
    .resource-body p{color:var(--muted);line-height:1.58;margin:0}
    .resource-badge{display:inline-flex;align-items:center;min-height:20px;border-radius:999px;background:var(--blue);color:#fff;padding:0 8px;font-size:11px;font-weight:950;margin-left:6px;vertical-align:middle}
    .question-preview{width:100%;max-width:320px;border:1px solid #e8e2d6;border-radius:18px;background:linear-gradient(145deg,#fff 60%,#fffbf0 100%);box-shadow:0 18px 36px rgba(17,24,39,.10),0 4px 12px rgba(245,158,11,.08);padding:16px;position:relative;overflow:hidden}
    .question-preview::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#fbbf24);border-radius:18px 18px 0 0}
    .question-preview::after{content:'';position:absolute;right:-24px;bottom:-24px;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#f59e0b,#fbbf24);opacity:.15;pointer-events:none}
    .question-preview .resource-logo{margin-bottom:12px;position:relative;z-index:1}
    .question-filters{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:12px;position:relative;z-index:1}
    .question-input{height:28px;border-radius:8px;background:#f3f4f6;border:1px solid #eaecf0}
    .question-item{border:1px solid #eaecf0;border-radius:12px;padding:10px;margin-top:10px;background:#fff;position:relative;z-index:1}
    .question-id{display:inline-block;border-radius:999px;background:#dce8f5;color:#24466f;padding:4px 7px;font-size:11px;font-weight:950;margin-bottom:8px}
    .question-option{display:flex;align-items:center;gap:8px;margin:8px 0;color:#344054;font-size:12px}
    .question-option::before{content:"";width:12px;height:12px;border-radius:50%;border:1.5px solid #cbd5e1}
    .question-option.is-selected{color:#24466f;font-weight:900}
    .question-option.is-selected::before{border-color:#24466f;background:#24466f;box-shadow:inset 0 0 0 3px #fff}
    .mini-devices{display:flex;align-items:end;justify-content:center;gap:10px;width:100%}
    .mini-device{border:7px solid #0f172a;border-radius:20px;background:linear-gradient(145deg,#fff 60%,#fffbf0 100%);box-shadow:0 14px 28px rgba(17,24,39,.18),0 3px 8px rgba(245,158,11,.08);padding:12px;overflow:hidden;position:relative}
    .mini-device::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#f59e0b,#fbbf24)}
    .mini-device.tablet{width:155px;min-height:172px}
    .mini-device.phone{width:82px;min-height:150px;border-radius:22px}

    .method{background:#111827;color:#fff}
    .method-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:36px;align-items:center}
    .method-copy h2{font-size:44px;line-height:1.06;letter-spacing:-.03em;margin:10px 0 14px}
    .method-copy p{font-size:18px;line-height:1.65;color:#cbd5e1;margin:0 0 18px}
    .method-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:40px;border-top:1px solid rgba(255,255,255,.1);padding-top:32px}
    .method-stat{display:flex;flex-direction:column;gap:5px;padding:0 28px;border-right:1px solid rgba(255,255,255,.1)}
    .method-stat:first-child{padding-left:0}
    .method-stat:last-child{border-right:0}
    .method-stat-icon{font-size:22px;margin-bottom:4px}
    .method-stat strong{font-size:22px;font-weight:950;letter-spacing:-.02em;color:#f59e0b;line-height:1.1}
    .method-stat span{font-size:13px;color:#94a3b8;line-height:1.4}

    .week{background:#fff;color:#111827;border-radius:24px;overflow:hidden}
    .week-head{display:flex;justify-content:center;align-items:center;background:#f59e0b;padding:14px 20px;font-weight:900;text-align:center;font-size:14px}
    .week-body{padding:16px;display:grid;grid-template-columns:1fr 1fr;gap:1px;background:#eee7dc}
    .day{display:flex;flex-direction:column;gap:4px;padding:16px;background:#fff;border-bottom:none}
    .day:last-child{border-bottom:0}
    .day b{color:var(--brand-dark);font-size:11px;letter-spacing:.06em;text-transform:uppercase}
    .day h3{margin:0;font-size:15px;line-height:1.25}
    .day p{margin:0;color:#667085;line-height:1.4;font-size:13px}

    .offer{background:linear-gradient(135deg,#fffaf1,#fff)}
    .offer-grid{display:grid;grid-template-columns:1fr .9fr;gap:34px;align-items:center}
    .offer-copy h2{font-size:52px;line-height:1.04;letter-spacing:-.035em;margin:10px 0 16px}
    .offer-copy p{font-size:19px;line-height:1.7;color:var(--muted);margin:0}
    .offer-list{list-style:none;padding:0;margin:22px 0 0;display:grid;gap:12px}
    .offer-list li{display:flex;align-items:flex-start;gap:10px;font-weight:700;color:#1e293b;font-size:15px}
    .offer-list li::before{content:"✓";display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#dcfce7;color:#166534;font-size:12px;font-weight:900;flex-shrink:0;margin-top:1px}
    .price-card{background:linear-gradient(150deg,#0f172a,#1e3a5f);color:#fff;border-radius:30px;padding:32px;box-shadow:0 26px 62px rgba(17,24,39,.28);position:relative;overflow:hidden}
    .price-card::before{content:'';position:absolute;top:-40px;right:-40px;width:180px;height:180px;border-radius:50%;background:rgba(245,158,11,.08);pointer-events:none}
    .price-card small{text-transform:uppercase;letter-spacing:.14em;color:#fbbf24;font-weight:900}
    .price-card h3{font-size:30px;line-height:1.12;margin:12px 0 16px}
    .old{text-decoration:line-through;color:#9ca3af}
    .value{font-size:58px;font-weight:950;letter-spacing:-.045em;margin:4px 0}
    .price-card p{color:#d1d5db;line-height:1.55}
    .payment{border-top:1px solid rgba(255,255,255,.12);padding-top:16px;margin-top:20px;display:flex;flex-direction:column;gap:6px;color:#d1d5db;font-size:13px}
    .payment-guarantee{color:#86efac;font-weight:800}

    .testimonials{background:#fff}
    .social-proof{display:inline-flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:24px;padding:12px 28px;background:#fff;border:1px solid #eaecf0;border-radius:999px;box-shadow:0 8px 24px rgba(16,24,40,.04)}
    .avatars-stack{display:flex;align-items:center}
    .avatar{width:36px;height:36px;border-radius:50%;border:2px solid #fff;display:grid;place-items:center;font-size:12px;font-weight:800;margin-left:-12px;box-shadow:0 2px 4px rgba(0,0,0,0.06)}
    .avatar:first-child{margin-left:0}
    .social-proof-content{display:flex;flex-direction:column;gap:2px;text-align:left}
    .social-proof-stars{color:#f59e0b;font-size:14px;letter-spacing:.1em;display:flex;align-items:center;gap:8px;line-height:1}
    .social-proof-stars strong{color:#0f172a;font-size:14px;letter-spacing:0;font-weight:800}
    .social-proof-content span{color:#475467;font-size:13px;font-weight:600}
    .social-proof-divider{width:1px;height:36px;background:#eaecf0;margin:0 4px}
    .social-proof-ig{display:flex;align-items:center;gap:8px;color:#e1306c !important;font-weight:800 !important;font-size:14px !important;transition:opacity .2s}
    .social-proof-ig:hover{opacity:.8}
    .social-proof-ig svg{flex-shrink:0}
    .quote-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:36px}
    .quote{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:18px;padding:28px;background:linear-gradient(180deg,#fff 0%,#fffaf1 100%);box-shadow:0 18px 42px rgba(16,24,40,.08);display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,box-shadow .2s ease}
    .quote:hover{transform:translateY(-4px);box-shadow:0 28px 56px rgba(16,24,40,.12)}
    .quote::before{content:"";position:absolute;inset:0 0 auto;height:4px;border-radius:18px 18px 0 0;background:linear-gradient(90deg,#f59e0b,#d97706)}
    .quote::after{content:"\201C";position:absolute;right:20px;top:8px;color:#fff0cf;font-size:80px;font-weight:950;line-height:1}
    .quote p{position:relative;z-index:1;color:#1f2937;font-size:16px;font-weight:600;line-height:1.6;margin:0}
    .quote-author{display:flex;align-items:center;gap:12px;position:relative;z-index:1;margin-top:auto}
    .quote-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,var(--navy),var(--blue));color:#f59e0b;font-size:13px;font-weight:900;display:flex;align-items:center;justify-content:center;flex-shrink:0}
    .quote-author b{display:block;font-size:14px;color:#0f172a}
    .quote-author span{display:block;font-size:12px;color:#667085}
    .stars{position:relative;z-index:1;color:#f59e0b;font-size:13px;font-weight:950;letter-spacing:.08em}

    .faq{background:#f8fafc}
    .faq-list{max-width:920px;margin:auto;border:1px solid #d0d5dd;border-radius:8px;background:#fff;overflow:hidden}
    .faq-list details{border-bottom:1px solid #d0d5dd}
    .faq-list details:last-child{border-bottom:0}
    .faq-list summary{min-height:56px;display:flex;align-items:center;gap:16px;padding:0 22px;cursor:pointer;color:#1f2937;font-size:16px;font-weight:850;list-style:none}
    .faq-list summary::-webkit-details-marker{display:none}
    .faq-list summary::before{content:"";width:8px;height:8px;border-right:2px solid #344054;border-bottom:2px solid #344054;transform:rotate(-45deg);transition:.18s;flex:0 0 8px}
    .faq-list details[open] summary::before{transform:rotate(45deg)}
    .faq-list p{margin:0;padding:0 22px 22px 52px;color:var(--muted);line-height:1.65}
    .final{background:#111827;color:#fff;text-align:center}
    .final-urgency{display:inline-block;background:rgba(245,158,11,.15);color:#fbbf24;border:1px solid rgba(245,158,11,.3);border-radius:999px;padding:8px 20px;font-size:13px;font-weight:800;letter-spacing:.04em;margin-bottom:20px}
    .final h2{font-size:46px;line-height:1.06;letter-spacing:-.03em;margin:0 0 12px}
    .final p{color:#cbd5e1;font-size:18px;line-height:1.6;margin:0 0 32px}
    .final-actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap}
    .final-wa{background:#22c55e;color:#fff;display:inline-flex;align-items:center;gap:8px;box-shadow:0 12px 28px rgba(34,197,94,.3)}
    .final-wa:hover{background:#16a34a}
    .final-guarantee{margin-top:28px;color:#94a3b8;font-size:14px;font-weight:600}
    .footer{padding:0;background:#050914;color:#cbd5e1}
    .footer-inner{padding:48px 0 28px;border-top:1px solid rgba(255,255,255,.12)}
    .footer-columns{display:grid;grid-template-columns:repeat(4,max-content);justify-content:center;gap:110px;text-align:left;margin:0 auto}
    .footer-col{display:grid;align-content:start;gap:8px}
    .footer-col h3{margin:0 0 4px;color:#fff;font-size:19px;line-height:1.2}
    .footer-col a{color:#aeb8c8;font-size:16px;line-height:1.45}
    .footer-col a:hover{color:#fff}
    .footer-bottom{display:grid;place-items:center;gap:10px;margin-top:42px;text-align:center;color:#aeb8c8;font-size:14px}
    .footer-logo{display:inline-flex;align-items:center}
    .footer-logo img{display:block;height:46px;width:auto}
    .wa{position:fixed;right:18px;bottom:18px;width:56px;height:56px;background:#22c55e;color:#fff;border-radius:50%;display:grid;place-items:center;box-shadow:0 14px 30px rgba(0,0,0,.22);z-index:30}
    .wa svg{width:34px;height:34px;display:block;fill:currentColor}

    @media(max-width:1060px){
      .nav-row{gap:18px}
      .nav-links{gap:16px}
      .hero-grid,.method-grid,.offer-grid{grid-template-columns:1fr}
      .hero h1{font-size:58px}
      .hero-floating-card-wrapper{left:2%;top:12%}
      .product-grid,.quote-grid{grid-template-columns:1fr 1fr}
      .resource-grid{grid-template-columns:1fr 1fr}
      .resource-card.featured{grid-column:auto;grid-row:auto}
      .filters{grid-template-columns:1fr 1fr}
      .filter-actions{grid-column:1 / -1}
    }
    @media(max-width:680px){
      .wrap{width:min(100% - 28px,1180px)}
      .section{padding:64px 0}
      .nav-row{min-height:auto;align-items:center;padding:12px 0;gap:12px;flex-wrap:wrap}
      .nav-toggle{display:grid;place-items:center;width:42px;height:42px;margin-left:auto;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(255,255,255,.06);padding:0}
      .nav-toggle span{display:block;width:19px;height:2px;background:#fff;border-radius:999px;margin:2px 0}
      .nav-center{order:3;width:100%;display:none;margin-left:0}
      .nav-links{display:none}
      .nav-links a{white-space:nowrap}
      .global-search{width:100%;height:42px}
      .nav-actions{display:none}
      .mobile-menu{order:4;width:100%;display:none;padding:8px 0 2px;border-top:1px solid rgba(255,255,255,.1)}
      .mobile-menu.is-open{display:grid;gap:4px}
      .mobile-menu a{display:flex;align-items:center;min-height:40px;color:#fff;font-weight:800}
      .brand-logo img{height:30px}
      .footer-logo img{height:30px}
      .hero{padding:58px 0}
      .hero h1{font-size:41px}
      .hero p{font-size:18px}
      .hero .chips,.hero .proof-row,.hero-panel{display:none}
      .hero-actions .btn{width:100%}
      .head h2,.catalog-title h2,.method-copy h2,.offer-copy h2,.final h2{font-size:32px}
      .catalog-top{display:block}
      .product-grid,.resource-grid,.quote-grid,.filters{grid-template-columns:1fr}
      .resource-card.featured{grid-row:auto}
      .resource-card.featured .resource-media{min-height:330px}
      .resource-grid{gap:10px}
      .resource-card{display:grid;box-shadow:none;border-radius:8px}
      .resource-card .resource-body{position:relative;padding:16px 46px 16px 16px;cursor:pointer}
      .resource-card .resource-body::after{content:"";position:absolute;right:18px;top:24px;width:9px;height:9px;border-right:2px solid #344054;border-bottom:2px solid #344054;transform:rotate(45deg);transition:.18s}
      .resource-card .resource-body small{margin:0 10px 0 0;vertical-align:middle}
      .resource-card .resource-body h3{display:inline;font-size:19px;line-height:1.2}
      .resource-card .resource-body p,.resource-card .resource-media{display:none}
      .resource-card:focus-within .resource-body p,.resource-card:hover .resource-body p,.resource-card.is-open .resource-body p{display:block;margin-top:10px}
      .resource-card:focus-within .resource-media,.resource-card:hover .resource-media,.resource-card.is-open .resource-media{display:grid;min-height:190px;padding:6px 14px 16px}
      .resource-card:focus-within .resource-body::after,.resource-card:hover .resource-body::after,.resource-card.is-open .resource-body::after{transform:rotate(225deg);top:28px}
      .resource-card.featured .resource-media{min-height:300px}
      .day{grid-template-columns:1fr}
      .method-stats{display:flex;overflow:hidden;border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:24px;padding-bottom:12px}
      .method-stat{flex:0 0 100%;min-width:100%;border-right:none;padding:0 12px;text-align:center;align-items:center;animation:methodSlide 20s infinite ease-in-out}
      @keyframes methodSlide{
        0%,20%{transform:translateX(0)}
        25%,45%{transform:translateX(-100%)}
        50%,70%{transform:translateX(-200%)}
        75%,95%{transform:translateX(-300%)}
        100%{transform:translateX(0)}
      }
      .price-card{padding:24px}
      .value{font-size:46px}
      .footer-inner{padding:38px 0 92px}
      .footer-columns{grid-template-columns:1fr;gap:26px;text-align:center;max-width:320px}
      .footer-col{justify-items:center}
      .footer-col h3{font-size:17px}
      .footer-col a{font-size:14px}
      .faq-list summary{padding:14px 16px;font-size:15px;font-weight:750;align-items:flex-start;min-height:auto;gap:12px}
      .faq-list summary::before{margin-top:6px}
      .faq-list p{padding:0 16px 18px 36px;font-size:14px}
      .wa{width:54px;height:54px;left:auto;right:14px}
    }

