@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--green: #4a8c15;--green-light: #5ca31a;--green-50: #f2fae6;--gray-900: #171717;--gray-700: #404040;--gray-600: #525252;--gray-500: #737373;--gray-400: #a3a3a3;--gray-300: #d4d4d4;--gray-200: #e5e5e5;--gray-100: #f5f5f5;--gray-50: #fafafa}html{scroll-behavior:smooth;scroll-padding-top:72px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:#fff;color:var(--gray-900);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}button{border:none;background:none;cursor:pointer;font:inherit}a{text-decoration:none;color:inherit}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;background:#ffffffb8;backdrop-filter:saturate(180%) blur(20px);-webkit-backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid transparent;transition:border-color .2s}.navbar.scrolled{border-bottom-color:var(--gray-200)}.navbar__inner{max-width:1080px;margin:0 auto;padding:0 24px;height:56px;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;align-items:center;gap:8px;font-weight:700;font-size:17px;letter-spacing:-.02em}.navbar__logo img{width:28px;height:28px;border-radius:7px}.navbar__links{display:flex;align-items:center;gap:28px}.navbar__links a{font-size:14px;font-weight:500;color:var(--gray-500);transition:color .15s}.navbar__links a:hover{color:var(--gray-900)}.navbar__links .navbar__cta{padding:7px 16px;border-radius:8px;background:var(--gray-900);color:#fff!important;font-size:13px;font-weight:600}.navbar__links .navbar__cta:hover{background:var(--gray-700)}.navbar__mobile-cta{display:none;padding:7px 16px;border-radius:8px;background:var(--gray-900);color:#fff!important;font-size:13px;font-weight:600}.hero{padding:100px 24px 60px;background:linear-gradient(180deg,var(--green-50) 0%,#fff 60%)}.hero__grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.hero__text{max-width:520px}.hero__badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:100px;background:#fff;border:1px solid var(--gray-200);font-size:13px;font-weight:500;color:var(--gray-600);margin-bottom:20px}.hero__badge-dot{width:6px;height:6px;border-radius:50%;background:var(--green);box-shadow:0 0 0 3px #4a8c1526}.hero__title{font-size:48px;font-weight:800;letter-spacing:-.035em;line-height:1.08;margin-bottom:16px}.hero__title span{color:var(--green)}.hero__sub{font-size:17px;color:var(--gray-500);line-height:1.65;margin-bottom:28px}.hero__buttons{display:flex;gap:10px;flex-wrap:wrap}.btn-primary{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;border-radius:10px;background:var(--gray-900);color:#fff;font-size:15px;font-weight:600;transition:all .15s}.btn-primary:hover{background:var(--gray-700);transform:translateY(-1px)}.btn-secondary{display:inline-flex;align-items:center;gap:6px;padding:12px 24px;border-radius:10px;background:#fff;color:var(--gray-900);font-size:15px;font-weight:600;border:1px solid var(--gray-200);transition:all .15s}.btn-secondary:hover{border-color:var(--gray-400)}.hero__proof{display:flex;align-items:center;gap:10px;margin-top:24px;font-size:13px;color:var(--gray-500)}.hero__proof-avatars{display:flex}.hero__proof-avatar{width:28px;height:28px;border-radius:50%;border:2px solid #fff;margin-left:-8px}.hero__proof-avatar:first-child{margin-left:0}.hero__visual{display:flex;justify-content:center}.phone-frame{position:relative;width:280px;border-radius:36px;background:#1a1a1a;padding:10px;box-shadow:0 24px 80px #0000001f,0 4px 16px #0000000f;flex-shrink:0}.phone-frame__notch{position:absolute;top:10px;left:50%;transform:translate(-50%);width:90px;height:24px;background:#1a1a1a;border-radius:0 0 16px 16px;z-index:2}.phone-frame__screen{width:100%;border-radius:28px;display:block}.showcase{display:flex;flex-direction:column;gap:72px}.showcase__item{display:grid;grid-template-columns:1fr auto;gap:48px;align-items:center}.showcase__item--reverse{direction:rtl}.showcase__item--reverse>*{direction:ltr}.showcase__tag{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin-bottom:8px}.showcase__title{font-size:24px;font-weight:800;letter-spacing:-.02em;margin-bottom:10px}.showcase__desc{font-size:15px;color:var(--gray-500);line-height:1.65}.showcase__phone{justify-self:center}.section{padding:72px 24px;max-width:1080px;margin:0 auto}.section--alt{background:var(--gray-50);max-width:none;border-top:1px solid var(--gray-100);border-bottom:1px solid var(--gray-100)}.section--alt>.section__inner{max-width:1080px;margin:0 auto}.section__label{display:inline-block;color:var(--green);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.section__label--center{display:block;text-align:center}.section__title{font-size:32px;font-weight:800;letter-spacing:-.03em;margin-bottom:8px}.section__title--center{text-align:center}.section__desc{font-size:16px;color:var(--gray-500);max-width:520px;margin-bottom:40px;line-height:1.6}.section__desc--center{text-align:center;margin-left:auto;margin-right:auto}.pain-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.pain-card{padding:20px;border-radius:14px;background:#fff;border:1px solid var(--gray-200);transition:border-color .15s}.pain-card:hover{border-color:var(--gray-300)}.pain-card__icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:12px}.pain-card__title{font-size:15px;font-weight:700;margin-bottom:4px}.pain-card__desc{font-size:13px;color:var(--gray-500);line-height:1.55}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.feature-card{padding:24px;border-radius:14px;background:var(--gray-50);border:1px solid var(--gray-100);transition:all .2s}.feature-card:hover{background:#fff;border-color:var(--gray-200);transform:translateY(-2px)}.feature-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#fff}.feature-card__title{font-size:15px;font-weight:700;margin-bottom:6px}.feature-card__desc{font-size:13px;color:var(--gray-500);line-height:1.6}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.step{text-align:center;padding:28px 20px;border-radius:14px;background:#fff;border:1px solid var(--gray-200)}.step__num{width:36px;height:36px;border-radius:10px;background:var(--green);color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;margin-bottom:12px}.step__emoji{font-size:28px;margin-bottom:10px}.step__icon-wrap{margin-bottom:10px;opacity:.6}.step__title{font-size:15px;font-weight:700;margin-bottom:4px}.step__desc{font-size:13px;color:var(--gray-500);line-height:1.5}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--gray-200);border-radius:16px;overflow:hidden;border:1px solid var(--gray-200)}.stat{padding:32px 16px;text-align:center;background:#fff}.stat>svg{margin-bottom:8px;opacity:.4}.stat__num{font-size:36px;font-weight:800;letter-spacing:-.03em;color:var(--gray-900)}.stat__label{font-size:13px;color:var(--gray-400);font-weight:500;margin-top:2px}.cities-grid{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.city-card{display:flex;align-items:center;gap:10px;padding:14px 24px;border-radius:12px;background:#fff;border:1px solid var(--gray-200);font-size:15px;font-weight:600;transition:border-color .15s}.city-card:hover{border-color:var(--green)}.city-card__emoji{font-size:20px}.city-card__status{font-size:11px;font-weight:500;color:var(--green);padding:2px 8px;border-radius:4px;background:var(--green-50)}.cities__expanding{margin-top:20px;font-size:13px;color:var(--gray-400);text-align:center}.coming-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.coming-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border-radius:12px;background:var(--gray-50);border:1px solid var(--gray-100);transition:all .15s}.coming-card:hover{background:#fff;border-color:var(--gray-200)}.coming-card__icon-wrap{flex-shrink:0;margin-top:2px;opacity:.8}.coming-card__title{font-size:14px;font-weight:700;margin-bottom:2px}.coming-card__desc{font-size:12px;color:var(--gray-500);line-height:1.5}.coming-card__badge{display:inline-block;padding:1px 8px;border-radius:4px;background:var(--green-50);color:var(--green);font-size:10px;font-weight:600;margin-top:4px}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.testimonial{padding:24px;border-radius:14px;background:#fff;border:1px solid var(--gray-200);transition:border-color .15s}.testimonial:hover{border-color:var(--gray-300)}.testimonial__stars{display:flex;gap:2px;margin-bottom:12px}.testimonial__text{font-size:14px;line-height:1.65;color:var(--gray-600);margin-bottom:16px}.testimonial__author{display:flex;align-items:center;gap:10px}.testimonial__avatar{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;color:#fff}.testimonial__name{font-size:13px;font-weight:600}.testimonial__role{font-size:11px;color:var(--gray-400)}.faq-list{max-width:640px;margin:0 auto}.faq-item{border-bottom:1px solid var(--gray-100)}.faq-item__q{width:100%;padding:16px 0;display:flex;justify-content:space-between;align-items:center;font-size:15px;font-weight:600;text-align:left;color:var(--gray-900);transition:color .15s}.faq-item__q:hover{color:var(--green)}.faq-item__arrow{color:var(--gray-300);transition:transform .2s;flex-shrink:0}.faq-item.open .faq-item__arrow{transform:rotate(180deg);color:var(--green)}.faq-item__a{max-height:0;overflow:hidden;transition:max-height .25s ease}.faq-item.open .faq-item__a{max-height:200px;padding-bottom:16px}.faq-item__a p{font-size:14px;color:var(--gray-500);line-height:1.65}.cta-banner{padding:72px 24px;text-align:center;background:var(--gray-900);color:#fff}.cta-banner__title{font-size:32px;font-weight:800;letter-spacing:-.03em;margin-bottom:8px}.cta-banner__desc{font-size:16px;opacity:.5;margin-bottom:28px;max-width:400px;margin-left:auto;margin-right:auto}.cta-banner .btn-primary{background:#fff;color:var(--gray-900)}.cta-banner .btn-primary:hover{background:var(--gray-100)}.footer{padding:48px 24px 0;border-top:1px solid var(--gray-100)}.footer__grid{max-width:1080px;margin:0 auto;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:32px;padding-bottom:32px}.footer__about{max-width:320px}.footer__logo{display:flex;align-items:center;gap:6px;margin-bottom:10px}.footer__logo img{width:24px;height:24px;border-radius:6px}.footer__logo span{font-size:15px;font-weight:700}.footer__about-text{font-size:13px;color:var(--gray-500);line-height:1.6;margin-bottom:12px}.footer__contact{font-size:12px;color:var(--gray-400);display:flex;align-items:center;gap:6px}.footer__col h4{font-size:13px;font-weight:700;margin-bottom:12px;color:var(--gray-900)}.footer__col a{display:block;font-size:13px;color:var(--gray-500);margin-bottom:8px;transition:color .15s}.footer__col a:hover{color:var(--gray-900)}.footer__bottom{border-top:1px solid var(--gray-100);padding:16px 0;text-align:center;max-width:1080px;margin:0 auto}.footer__bottom p{font-size:11px;color:var(--gray-300)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.navbar__links{display:none}.navbar__mobile-cta{display:inline-flex}.hero{padding:80px 20px 40px}.hero__grid{grid-template-columns:1fr;gap:32px;text-align:center}.hero__text{max-width:none}.hero__title{font-size:32px}.hero__sub{font-size:15px}.hero__buttons,.hero__proof{justify-content:center}.hero__visual{order:-1}.phone-frame{width:200px}.showcase__item,.showcase__item--reverse{grid-template-columns:1fr;gap:24px;direction:ltr}.showcase__phone{justify-self:center}.showcase__title{font-size:20px}.showcase{gap:48px}.section{padding:48px 16px}.section--alt .section__inner{padding:0 16px}.section__title{font-size:24px}.section__desc{font-size:14px;margin-bottom:28px}.pain-grid,.features-grid{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:10px}.coming-grid,.testimonials-grid{grid-template-columns:1fr}.stats-grid{grid-template-columns:repeat(2,1fr)}.stat{padding:20px 12px}.stat__num{font-size:24px}.cities-grid{flex-direction:column;align-items:stretch}.city-card{justify-content:space-between}.cta-banner{padding:48px 20px}.cta-banner__title{font-size:24px}.footer__grid{grid-template-columns:1fr;gap:24px}.footer__about{max-width:none}}@media(max-width:480px){.hero__title{font-size:28px}.hero__buttons{flex-direction:column;align-items:stretch}.btn-primary,.btn-secondary{width:100%;justify-content:center}}
