@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";.download-modal__overlay{position:fixed;inset:0;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.download-modal{background:#fff;border-radius:24px;padding:48px;max-width:400px;width:100%;position:relative;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.download-modal__close{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;color:#5d4037;padding:8px;border-radius:50%;transition:background .2s ease}.download-modal__close:hover{background:#f5f5f5}.download-modal__content{text-align:center}.download-modal__logo{width:80px;height:80px;margin-bottom:24px}.download-modal__content h2{font-size:1.5rem;color:#3e2723;margin-bottom:8px}.download-modal__content p{color:#5d4037;margin-bottom:32px}.download-modal__buttons{display:flex;flex-direction:column;gap:12px;align-items:center}.download-modal__store-button{display:block;transition:transform .2s ease,opacity .2s ease}.download-modal__store-button:hover{transform:scale(1.05)}.download-modal__store-button img{height:48px;width:auto}.header{position:fixed;top:0;left:0;right:0;z-index:1000;padding:16px 0;transition:all .3s ease}.header--scrolled{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 20px #0000001a;padding:12px 0}.header__container{display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.25rem;color:#3e2723}.header__logo img{width:40px;height:40px;border-radius:10px}.header__nav{display:flex;align-items:center;gap:32px}.header__nav a{font-weight:500;color:#5d4037;transition:color .2s ease}.header__nav a:hover{color:#bf360c}.header__cta{background:#bf360c;color:#fff!important;padding:10px 24px;border-radius:10px;font-weight:600;transition:background .2s ease,transform .2s ease!important}.header__cta:hover{background:#8c2a0a;transform:translateY(-2px)}.header__mobile-toggle{display:none;background:none;border:none;cursor:pointer;color:#3e2723}@media(max-width:768px){.header__mobile-toggle{display:block}.header__nav{position:fixed;inset:0;background:#fff;flex-direction:column;justify-content:center;gap:32px;transform:translate(100%);transition:transform .3s ease}.header__nav--open{transform:translate(0)}.header__nav a{font-size:1.25rem}}.hero{min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding-top:80px}.hero__background{position:absolute;inset:0;z-index:-1}.hero__gradient{position:absolute;inset:0;background:linear-gradient(135deg,#ffccbc,#fafbfb,#fff8e1)}.hero__shapes{position:absolute;inset:0}.hero__shape{position:absolute;border-radius:50%;opacity:.5}.hero__shape--1{width:400px;height:400px;background:radial-gradient(circle,rgba(191,54,12,.1) 0%,transparent 70%);top:-100px;right:-100px;animation:float 20s ease-in-out infinite}.hero__shape--2{width:300px;height:300px;background:radial-gradient(circle,rgba(255,179,0,.1) 0%,transparent 70%);bottom:10%;left:-50px;animation:float 15s ease-in-out infinite reverse}.hero__shape--3{width:200px;height:200px;background:radial-gradient(circle,rgba(191,54,12,.08) 0%,transparent 70%);top:40%;right:20%;animation:float 18s ease-in-out infinite}@keyframes float{0%,to{transform:translate(0)}25%{transform:translate(20px,-20px)}50%{transform:translate(-10px,20px)}75%{transform:translate(-20px,-10px)}}.hero__container{display:grid;grid-template-columns:1fr;gap:48px;align-items:center;padding-top:40px;padding-bottom:40px}@media(min-width:992px){.hero__container{grid-template-columns:1fr 1fr;gap:64px}}.hero__content{text-align:center}@media(min-width:992px){.hero__content{text-align:left}}.hero__highlight{color:#bf360c;display:block}.hero__subtitle{margin-top:24px;font-size:1.125rem;color:#5d4037;max-width:500px}@media(min-width:992px){.hero__subtitle{margin-left:0;margin-right:auto}}@media(max-width:991px){.hero__subtitle{margin-left:auto;margin-right:auto}}.hero__features{display:flex;flex-wrap:wrap;gap:16px;margin-top:32px;justify-content:center}@media(min-width:992px){.hero__features{justify-content:flex-start}}.hero__feature{display:flex;align-items:center;gap:8px;background:#fff;padding:8px 16px;border-radius:50px;font-size:.875rem;font-weight:500;color:#354764;box-shadow:0 2px 10px #00000014}.hero__feature svg{color:#bf360c}.hero__buttons{display:flex;flex-wrap:wrap;gap:16px;margin-top:40px;justify-content:center}@media(min-width:992px){.hero__buttons{justify-content:flex-start}}.store-button{display:block;transition:transform .2s ease,opacity .2s ease}.store-button:hover{transform:translateY(-3px);opacity:.9}.store-button img{height:56px;width:auto}@media(min-width:992px){.store-button img{height:60px}}.hero__visual{display:flex;justify-content:center}.hero__phone{position:relative}.hero__phone-frame{width:280px;height:560px;background:#1a1a1a;border-radius:40px;padding:12px;box-shadow:0 50px 100px #0003,0 0 0 2px #ffffff1a}.hero__phone-screen{width:100%;height:100%;background:#fafbfb;border-radius:30px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero__phone-screen img{width:100%;height:100%;object-fit:cover}.hero__phone-placeholder{display:flex;flex-direction:column;align-items:center;gap:16px;color:#c2c7d0}.hero__phone-placeholder svg{opacity:.5}.hero__phone-placeholder span{font-size:.875rem}@media(max-width:991px){.hero__phone-frame{width:240px;height:480px}}.how-it-works{background:linear-gradient(180deg,#fff8e1,#fafbfb)}.how-it-works__steps{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;max-width:1000px;margin:0 auto;position:relative}.how-it-works__steps:before{content:"";position:absolute;top:60px;left:20%;right:20%;height:2px;background:linear-gradient(90deg,transparent,#FFCCBC,#FFCCBC,transparent);z-index:0}.how-it-works__step{display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;z-index:1}.how-it-works__step-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#bf360c,#e65100);color:#fff;font-weight:700;font-size:.875rem;border-radius:50%;margin-bottom:16px}.how-it-works__step-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:20px;color:#bf360c;margin-bottom:20px;box-shadow:0 10px 30px #bf360c1a}.how-it-works__step-title{font-size:1.125rem;font-weight:700;color:#3e2723;margin-bottom:8px}.how-it-works__step-description{font-size:.9375rem;color:#5d4037;line-height:1.6;max-width:280px}@media(max-width:768px){.how-it-works__steps{grid-template-columns:1fr;gap:32px}.how-it-works__steps:before{display:none}.how-it-works__step-description{max-width:100%}}.features{background:#fff}.features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px}.feature-card{padding:32px;background:#fafbfb;border-radius:16px;transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-5px);box-shadow:0 20px 40px #00000014}.feature-card__icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffccbc,#ffe0b2);border-radius:14px;color:#bf360c;margin-bottom:20px}.feature-card__title{font-size:1.125rem;margin-bottom:12px;color:#3e2723}.feature-card__description{font-size:.9375rem;color:#5d4037;line-height:1.6}.carriers{background:linear-gradient(180deg,#fafbfb,#fff8e1)}.carriers__stats{display:flex;justify-content:center;gap:60px;margin-bottom:48px}.carriers__stat{display:flex;flex-direction:column;align-items:center;gap:8px;color:#bf360c}.carriers__stat-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#bf360c,#e65100);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.carriers__stat-label{font-size:1rem;font-weight:600;color:#5d4037}@media(max-width:768px){.carriers__stats{gap:40px}.carriers__stat-number{font-size:2.25rem}.carriers__stat-label{font-size:.875rem}}.carriers__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;max-width:900px;margin:0 auto}.carrier-card{display:flex;flex-direction:column;align-items:center;gap:12px;padding:24px 32px;background:#fff;border-radius:16px;box-shadow:0 4px 20px #0000000f;transition:box-shadow .3s ease;min-width:140px}.carrier-card:hover{box-shadow:0 10px 40px #0000001f}.carrier-card img{width:80px;height:80px;object-fit:contain;border-radius:8px}.carrier-card span{font-weight:600;font-size:.875rem;color:#354764;text-align:center}.carriers__note{text-align:center;margin-top:40px;color:#8993a4;font-style:italic}.faq{background:#fff}.faq__list{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:16px}.faq__item{background:#fafbfb;border-radius:16px;overflow:hidden;transition:box-shadow .3s ease}.faq__item:hover{box-shadow:0 10px 30px #0000000f}.faq__item--open{box-shadow:0 10px 30px #00000014}.faq__question{width:100%;display:flex;align-items:center;gap:16px;padding:24px;background:none;border:none;cursor:pointer;text-align:left;font-size:1rem;font-weight:600;color:#3e2723;transition:background .2s ease}.faq__question:hover{background:#bf360c0a}.faq__question-icon{flex-shrink:0;color:#bf360c}.faq__question span{flex:1}.faq__chevron{flex-shrink:0;color:#8993a4;transition:transform .3s ease}.faq__chevron--open{transform:rotate(180deg);color:#bf360c}.faq__answer{overflow:hidden}.faq__answer p{padding:0 24px 24px 60px;font-size:.9375rem;color:#5d4037;line-height:1.7}@media(max-width:768px){.faq__question{padding:20px;font-size:.9375rem;gap:12px}.faq__answer p{padding:0 20px 20px 48px;font-size:.875rem}}.testimonials{background:linear-gradient(180deg,#fafbfb,#fff8e1)}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:24px;max-width:1000px;margin:0 auto}.testimonial-card{background:#fff;border-radius:16px;padding:28px;box-shadow:0 4px 20px #0000000f;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px #0000001a}.testimonial-card__stars{display:flex;gap:4px;margin-bottom:16px}.testimonial-card__text{font-size:.9375rem;color:#5d4037;line-height:1.7;margin-bottom:20px;font-style:italic;flex:1}.testimonial-card__author{display:flex;align-items:center;gap:12px;margin-top:auto}.testimonial-card__avatar{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ffccbc,#ffe0b2);color:#bf360c;font-weight:700;font-size:1.125rem;border-radius:50%}.testimonial-card__info{display:flex;flex-direction:column}.testimonial-card__name{font-weight:600;font-size:.9375rem;color:#3e2723}.testimonial-card__source{font-size:.8125rem;color:#8993a4}.testimonials__cta{display:flex;justify-content:center;margin-top:48px}.testimonials__rating{display:flex;align-items:center;gap:12px;background:#fff;padding:16px 28px;border-radius:100px;box-shadow:0 4px 20px #0000000f}.testimonials__rating-stars{display:flex;gap:4px}.testimonials__rating-text{font-weight:600;color:#3e2723;font-size:.9375rem}@media(max-width:768px){.testimonials__grid{grid-template-columns:1fr}.testimonial-card{padding:24px}}.footer{background:#091e42;color:#fff;padding:64px 0 32px}.footer__top{display:grid;grid-template-columns:1fr;gap:48px;padding-bottom:48px;border-bottom:1px solid rgba(255,255,255,.1)}@media(min-width:768px){.footer__top{grid-template-columns:1.5fr 2fr}}.footer__brand{max-width:300px}.footer__logo{display:flex;align-items:center;gap:12px;font-weight:700;font-size:1.25rem;margin-bottom:16px}.footer__logo img{width:40px;height:40px;border-radius:10px}.footer__brand p{color:#ffffffb3;font-size:.9375rem;line-height:1.6}.footer__links{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:32px}.footer__column h4{color:#fff;font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:20px}.footer__column ul{display:flex;flex-direction:column;gap:12px}.footer__column a{color:#ffffffb3;font-size:.9375rem;transition:color .2s ease}.footer__column a:hover{color:#ffccbc}.footer__bottom{display:flex;flex-direction:column;gap:8px;align-items:center;padding-top:32px;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__bottom p{color:#ffffff80;font-size:.875rem}.legal-page{padding-top:120px;padding-bottom:80px;min-height:100vh}.legal-page__back{display:inline-flex;align-items:center;gap:8px;color:#bf360c;font-weight:500;margin-bottom:32px;transition:opacity .2s ease}.legal-page__back:hover{opacity:.8}.legal-page h1{margin-bottom:32px}.legal-page__content{background:#fff;padding:48px;border-radius:16px;box-shadow:0 4px 20px #0000000f}.legal-page__content p{color:#5d4037;line-height:1.8}.legal-page__content section{margin-bottom:32px}.legal-page__content section:last-child{margin-bottom:0}.legal-page__content h2{font-size:1.25rem;color:#3e2723;margin-bottom:16px;padding-bottom:8px;border-bottom:2px solid #FFCCBC}.legal-page__content ul{list-style:disc;padding-left:24px;margin:16px 0}.legal-page__content li{color:#5d4037;line-height:1.8;margin-bottom:8px}.legal-page__content a{color:#bf360c;text-decoration:underline}.legal-page__content a:hover{opacity:.8}.legal-page__content strong{color:#3e2723}@media(max-width:768px){.legal-page__content{padding:24px}}.not-found{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:40px 20px}.not-found__content{text-align:center}.not-found__icon{color:#ffccbc;margin-bottom:24px}.not-found h1{font-size:6rem;font-weight:800;color:#bf360c;margin-bottom:16px;line-height:1}.not-found p{font-size:1.25rem;color:#5d4037;margin-bottom:32px}.not-found__button{display:inline-flex;align-items:center;gap:8px;background:#bf360c;color:#fff;padding:12px 24px;border-radius:8px;font-weight:500;transition:background .2s ease}.not-found__button:hover{background:#8c2a0a}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Montserrat,sans-serif;background-color:#fafbfb;color:#5d4037;line-height:1.6;overflow-x:hidden}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto}.container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{color:#3e2723;font-weight:700}h1{font-size:2.5rem;line-height:1.2}h2{font-size:2rem}h3{font-size:1.375rem}@media(min-width:768px){h1{font-size:3.5rem}h2{font-size:2.5rem}}.section{padding:80px 0}.section-title{text-align:center;margin-bottom:48px}.section-title h2{margin-bottom:16px}.section-title p{color:#5d4037;max-width:600px;margin:0 auto}
