@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;700;800&family=Inter:wght@400;500;600&display=swap";:root{--primary-blue:#2a8dee;--light-blue:#e9f4ff;--dark-blue:#1a365d;--accent-yellow:#ffb800;--soft-yellow:#fff8e7;--text-main:#334155;--text-light:#64748b;--white:#fff}*{box-sizing:border-box;margin:0;padding:0}body{color:var(--text-main);background-color:var(--white);font-family:Inter,sans-serif;line-height:1.6;overflow-x:hidden}h1,h2,h3,h4{color:var(--dark-blue);font-family:Outfit,sans-serif;line-height:1.2}img{max-width:100%}.glass{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border:1px solid #ffffff4d;box-shadow:0 8px 32px #2a8dee0d}.btn-primary{color:#1a365d;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;background:linear-gradient(135deg,#ffb800 0%,#f59e0b 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:10px;padding:1.2rem 2.5rem;font-family:Outfit,sans-serif;font-size:1.1rem;font-weight:800;text-decoration:none;transition:all .3s;animation:2s infinite pulse-shadow;display:inline-flex;box-shadow:0 10px 20px #f59e0b4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 15px 25px #f59e0b66}@keyframes pulse-shadow{0%{box-shadow:0 0 #f59e0b66}70%{box-shadow:0 0 0 15px #f59e0b00}to{box-shadow:0 0 #f59e0b00}}.section{padding:6rem 2rem}.container{max-width:1100px;margin:0 auto}.hero{background:linear-gradient(to bottom right, var(--light-blue), #fff);align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.hero:before{content:"";background:radial-gradient(circle,#2a8dee1a 0%,#fff0 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-20%;right:-10%}.hero-content{z-index:1;grid-template-columns:1.2fr .8fr;align-items:center;gap:4rem;display:grid}.hero-badge{background:var(--soft-yellow);color:#d97706;border-radius:30px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-block}.hero-title{margin-bottom:1.5rem;font-size:3.5rem}.hero-title span{color:var(--primary-blue)}.hero-subtitle{color:var(--text-light);margin-bottom:2.5rem;font-size:1.2rem}.hero-image-wrapper{position:relative}.hero-image{border-radius:12px;width:100%;max-width:450px;transition:transform .5s;transform:perspective(1000px)rotateY(-5deg)rotateX(5deg);box-shadow:0 25px 50px -12px #2a8dee40}.hero-image:hover{transform:perspective(1000px)rotateY(0)rotateX(0)}.price-tag{color:var(--dark-blue);align-items:baseline;gap:10px;margin:1.5rem 0;font-size:2.5rem;font-weight:800;display:flex}.price-tag span.old-price{color:#94a3b8;font-size:1.2rem;font-weight:400;text-decoration:line-through}.features-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:3rem;display:grid}.feature-card{background:var(--white);border:1px solid #2a8dee1a;border-radius:20px;padding:2.5rem;transition:transform .3s;box-shadow:0 10px 30px #00000008}.feature-card:hover{border-color:var(--primary-blue);transform:translateY(-5px)}.feature-icon{background:var(--light-blue);width:60px;height:60px;color:var(--primary-blue);border-radius:15px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.feature-card h3{margin-bottom:1rem;font-size:1.4rem}.modules{background-color:var(--soft-yellow)}.module-item{background:var(--white);border-radius:12px;align-items:flex-start;gap:1rem;margin-bottom:1.5rem;padding:1.5rem;display:flex;box-shadow:0 4px 6px #00000005}.module-icon{background:var(--light-blue);color:var(--primary-blue);border-radius:50%;justify-content:center;align-items:center;padding:10px;display:flex}.module-content h4{margin-bottom:.5rem;font-size:1.1rem}.offer-section{background:var(--dark-blue);color:var(--white);text-align:center;position:relative}.offer-section h2{color:var(--white)}.offer-box{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:24px;max-width:600px;margin:3rem auto;padding:3rem}.guarantee-badge{color:var(--accent-yellow);align-items:center;gap:8px;margin-top:1rem;font-weight:600;display:inline-flex}@media (width<=768px){.hero-content{text-align:center;grid-template-columns:1fr;gap:2rem;padding-top:4rem}.hero-title{font-size:2.5rem}.price-tag{justify-content:center}.btn-primary{width:100%}.hero-image{max-width:300px;margin:0 auto;transform:none}}
