﻿@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;700&display=swap");:root{--side-padding: 3rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:"Jost",sans-serif;color:#000;font-size:1.125rem;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 var(--side-padding)}header{background:#fff;border-bottom:1px solid #eee;padding:20px 0}header .container{display:flex;justify-content:space-between;align-items:center}header img{width:42px}nav a{margin:0 15px;text-decoration:none;color:#000;font-weight:500}.get-started-btn{background:#d4ff4b;padding:10px 20px;border-radius:6px;font-weight:bold;text-decoration:none;color:#000}.hero{padding:80px 0}.hero .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:3rem}.hero img{width:400px;max-width:100%;flex:1;margin-top:20px;border-radius:12px;box-shadow:0px 0px 27px 0px rgba(0,0,0,.25);border:.5px solid #fff}.hero-text{max-width:100%;flex:1;display:flex;flex-direction:column;align-items:start}.hero-text h1{font-size:4rem;margin-bottom:20px}.hero-text p{font-size:1.5rem;margin-bottom:30px}.caption-flex{display:flex;flex-direction:column;align-items:start}footer{background:#fff;padding:40px 0;font-size:1.25rem}footer .container{display:flex;justify-content:space-between;align-items:flex-start;gap:40px;flex-wrap:wrap}.footer-section{margin:10px 20px;flex:1 1 150px;min-width:150px}.footer-section h4{margin-bottom:10px;font-weight:bold}.footer-section a{display:block;margin-bottom:5px;text-decoration:none;color:#000}.footer-bottom{width:100%;text-align:center;padding-top:20px;color:#888}.social-icons{display:flex;gap:12px;margin-top:10px}.social-icons a{text-decoration:none;font-size:1.5rem;color:#000}.pricing{padding:80px 20px;background:#fff;text-align:center}.pricing-title{font-size:2.5rem;font-weight:700;margin-bottom:10px}.pricing-subtitle{font-size:1.25rem;color:#555;margin-bottom:40px}.pricing-cards{display:flex;gap:20px;flex-wrap:wrap;justify-content:center}.plan{background:#f9f9f9;border:1px solid #ccc;border-radius:16px;padding:30px;flex:1 1 300px;max-width:350px}.plan.featured{background:#d4ff4b;border:none}.plan h3{font-size:1.5rem;margin-bottom:10px}.plan ul{list-style:none;padding:0;text-align:left;margin:20px 0}.plan ul li{margin-bottom:10px;position:relative;padding-left:20px}.plan ul li::before{content:"✔";position:absolute;left:0;color:#a8e000}.price{font-size:2.5rem;font-weight:bold;margin:15px 0;display:flex;align-items:center;gap:10px;justify-content:center}.price del{color:#555}.price span{font-size:1.25rem;color:#555}.plan-button{display:inline-block;margin-top:10px;background:#000;color:#fff;padding:12px 20px;border-radius:6px;text-decoration:none;font-weight:bold}.featured-btn{background:#000;color:#d4ff4b}.promo{background:#f5f5f5;padding:80px 20px}.promo-box{background:linear-gradient(135deg, #1f1f1f 0%, #2c2c2c 50%, #1a1a1a 100%);color:#fff;border-radius:24px;padding:60px 40px;text-align:center;max-width:800px;margin:0 auto}.promo h2{font-size:2.25rem;margin-bottom:15px}.promo p{font-size:1.25rem;margin-bottom:25px}.promo-btn{background:#d4ff4b;color:#000;padding:12px 24px;text-decoration:none;font-weight:bold;border-radius:6px;display:inline-block}@media (min-width: 768px){.hero-text{max-width:50%}.hero img{margin-top:0}}@media (max-width: 767px){header .container,footer .container{flex-direction:column;align-items:flex-start}.hero .container{flex-direction:column;align-items:center;gap:2rem}.hero img{max-width:100%}nav{margin:15px 0;display:flex;flex-direction:column;gap:10px}nav a{margin:0}.hero-text{align-items:center}.hero-text p{text-align:center}.get-started-btn{text-align:center}.footer-section{margin:10px 0}.pricing-cards{flex-direction:column;align-items:center}.caption-flex{align-items:center}}