@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&family=DM+Serif+Display:ital@0;1&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--cream:#faf7f2;--ink:#1a1510;--red:#d94f3d;--red-dark:#b83a2a;--red-light:#faeae8;--red-mid:#f5d0cb;--amber:#e8974a;--amber-light:#fdf3e7;--green:#3d8b6e;--green-light:#e4f2ec;--muted:#8a8278;--border:#e8e2d9;--white:#fff;--card-shadow:0 2px 32px rgba(26,21,16,.08)}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);font-family:DM Sans,sans-serif;-webkit-font-smoothing:antialiased;min-height:100vh}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes pulse-red{0%,to{opacity:1}50%{opacity:.6}}@keyframes spin{to{transform:rotate(1turn)}}.fade-up{animation:fadeUp .55s ease forwards}.fade-up-d1{animation:fadeUp .55s ease .1s both}.fade-up-d2{animation:fadeUp .55s ease .2s both}.fade-up-d3{animation:fadeUp .55s ease .3s both}.fade-up-d4{animation:fadeUp .55s ease .4s both}.fade-up-d5{animation:fadeUp .55s ease .5s both}.fade-up-d6{animation:fadeUp .55s ease .6s both}.fade-up-d7{animation:fadeUp .55s ease .7s both}.fade-up-d8{animation:fadeUp .55s ease .8s both}input[type=range]{-webkit-appearance:none;width:100%;height:6px;background:linear-gradient(to right,#d94f3d var(--pct,50%),#e8e2d9 var(--pct,50%));border-radius:3px;outline:none;cursor:pointer}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:22px;height:22px;border-radius:50%;background:#d94f3d;border:3px solid #fff;box-shadow:0 1px 8px rgba(217,79,61,.4);cursor:pointer;-webkit-transition:transform .1s ease;transition:transform .1s ease}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15)}input[type=range]::-moz-range-thumb{width:22px;height:22px;border-radius:50%;background:#d94f3d;border:3px solid #fff;cursor:pointer}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#d5cfc6;border-radius:3px}.footer-top-row{align-items:center;gap:20px;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #2a2520}.footer-middle-row,.footer-top-row{display:flex;justify-content:space-between;flex-wrap:wrap}.footer-middle-row{gap:16px;align-items:flex-start;margin-bottom:1.75rem}.footer-bottom-row{justify-content:space-between;align-items:center}.footer-bottom-row,.hero-btns{display:flex;flex-wrap:wrap;gap:12px}.hero-btns{justify-content:center}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));grid-gap:16px;gap:16px}@media (max-width:600px){.footer-bottom-row,.footer-middle-row,.footer-top-row{flex-direction:column;align-items:center;text-align:center}.footer-bottom-row{gap:8px}.pricing-grid{grid-template-columns:1fr}.hero-btns{flex-direction:column;align-items:stretch}.hero-btns button{width:100%!important;justify-content:center}.section-pad{padding-top:3rem!important;padding-bottom:3rem!important}.stats-bar-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.how-it-works-card{flex-direction:column!important;gap:12px!important}.two-col-grid{grid-template-columns:1fr!important}.quiz-card{padding:1.25rem 1rem!important}.nav-inner{padding:0 1rem!important}.testimonials-section{padding:2.5rem 1rem!important}.viral-section{padding:3rem 1rem!important}.final-cta{padding:4rem 1rem!important}}@media (min-width:601px) and (max-width:900px){.pricing-grid{grid-template-columns:1fr;max-width:480px;margin:0 auto}.footer-top-row{justify-content:center;gap:28px}}