:root{--pink-50:#fff0f5;--pink-100:#fce4ec;--pink-200:#f8bbd0;--pink-300:#f4a6c0;--pink-400:#f06292;--pink-500:#e91e7a;--pink-600:#d81b72;--pink-700:#c2185b;--pink-800:#ad1457;--pink-900:#880e4f;--white:#fff;--gray-50:#fafafa;--gray-100:#f5f5f5;--gray-200:#eee;--gray-300:#e0e0e0;--gray-400:#bdbdbd;--gray-500:#9e9e9e;--gray-600:#757575;--gray-700:#616161;--gray-800:#424242;--gray-900:#212121;--dark:#1a1a2e;--success:#10b981;--warning:#f59e0b;--error:#ef4444;--gradient-primary:linear-gradient(135deg, #f4a6c0 0%, #e91e7a 100%);--gradient-hero:linear-gradient(135deg, #fff0f5 0%, #fce4ec 30%, #f8bbd0 100%);--gradient-dark:linear-gradient(135deg, #1a1a2e 0%, #2d1b3d 50%, #1a1a2e 100%);--gradient-glass:linear-gradient(135deg, #ffffff26, #ffffff0d);--font-sans:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--font-display:"Playfair Display", Georgia, serif;--space-xs:.25rem;--space-sm:.5rem;--space-md:1rem;--space-lg:1.5rem;--space-xl:2rem;--space-2xl:3rem;--space-3xl:4rem;--space-4xl:6rem;--space-5xl:8rem;--radius-sm:.375rem;--radius-md:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--radius-full:9999px;--shadow-sm:0 1px 3px #e91e7a14;--shadow-md:0 4px 12px #e91e7a1f;--shadow-lg:0 8px 32px #e91e7a29;--shadow-xl:0 16px 48px #e91e7a33;--shadow-glow:0 0 40px #e91e7a4d;--ease-out-expo:cubic-bezier(.16, 1, .3, 1);--ease-out-back:cubic-bezier(.34, 1.56, .64, 1);--transition-fast:.2s var(--ease-out-expo);--transition-base:.4s var(--ease-out-expo);--transition-slow:.6s var(--ease-out-expo)}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}section[id]{scroll-margin-top:80px}body{font-family:var(--font-sans);color:var(--gray-800);background:var(--white);line-height:1.6;overflow-x:hidden}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}ul,ol{list-style:none}.container{max-width:1200px;padding:0 var(--space-xl);margin:0 auto}.gradient-text{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.glass{-webkit-backdrop-filter:blur(20px);background:#ffffffb3;border:1px solid #ffffff4d}.glass-dark{-webkit-backdrop-filter:blur(20px);background:#1a1a2ed9;border:1px solid #ffffff14}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--gray-100)}::-webkit-scrollbar-thumb{background:var(--pink-300);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--pink-500)}::selection{background:var(--pink-200);color:var(--pink-900)}.navbar{z-index:1000;padding:var(--space-md) 0;transition:all var(--transition-base);position:fixed;top:0;left:0;right:0}.navbar--scrolled{-webkit-backdrop-filter:blur(20px);box-shadow:var(--shadow-sm);padding:var(--space-sm) 0;background:#ffffffd9;border-bottom:1px solid #e91e7a14}.navbar__inner{justify-content:space-between;align-items:center;gap:var(--space-xl);display:flex}.navbar__brand{align-items:center;display:flex}.navbar__logo{width:auto;height:86px;transition:all var(--transition-fast)}.navbar__logo:hover{transform:scale(1.05)}.navbar--scrolled .navbar__logo{height:86px}.navbar__links{align-items:center;gap:var(--space-lg);display:flex}.navbar__link{color:var(--gray-700);padding:var(--space-xs) var(--space-sm);border-radius:var(--radius-md);transition:all var(--transition-fast);font-size:.9rem;font-weight:500;position:relative}.navbar__link:after{content:"";background:var(--gradient-primary);border-radius:var(--radius-full);width:0;height:2px;transition:all var(--transition-fast);position:absolute;bottom:-2px;left:50%;transform:translate(-50%)}.navbar__link:hover{color:var(--pink-500)}.navbar__link:hover:after{width:60%}.navbar__actions{align-items:center;gap:var(--space-md);display:flex}.navbar__cta{background:var(--gradient-primary);color:var(--white);border-radius:var(--radius-full);transition:all var(--transition-fast);box-shadow:var(--shadow-md);align-items:center;padding:.6rem 1.5rem;font-size:.875rem;font-weight:600;display:inline-flex}.navbar__cta:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.navbar__cta--mobile{width:100%;margin-top:var(--space-md);justify-content:center}.navbar__cta--outline{border:2px solid var(--primary);color:var(--primary);box-shadow:none;background:0 0}.navbar__cta--outline:hover{background:var(--gradient-primary);color:#fff;border-color:#0000}.navbar__hamburger{padding:var(--space-sm);flex-direction:column;gap:5px;display:none}.navbar__hamburger-line{background:var(--gray-800);border-radius:2px;width:22px;height:2px;transition:all .3s}.navbar__hamburger-line.open:first-child{transform:rotate(45deg)translate(5px,5px)}.navbar__hamburger-line.open:nth-child(2){opacity:0}.navbar__hamburger-line.open:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.navbar__mobile{padding:var(--space-md) var(--space-xl);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-top:1px solid var(--pink-100);background:#fffffff2;overflow:hidden}.navbar__mobile-link{padding:var(--space-md) 0;color:var(--gray-700);border-bottom:1px solid var(--gray-100);transition:color var(--transition-fast);font-weight:500;display:block}.navbar__mobile-link:hover{color:var(--pink-500)}@media (width<=768px){.navbar__links,.navbar__actions{display:none}.navbar__hamburger{display:flex}}.hero{background:var(--gradient-hero);flex-direction:column;justify-content:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.hero__decorations{pointer-events:none;position:absolute;inset:0;overflow:hidden}.hero__circle{opacity:.08;border-radius:50%;position:absolute}.hero__circle--1{background:var(--pink-400);width:600px;height:600px;animation:20s ease-in-out infinite float;top:-200px;right:-100px}.hero__circle--2{background:var(--pink-300);width:400px;height:400px;animation:15s ease-in-out infinite reverse float;bottom:-100px;left:-150px}.hero__circle--3{background:var(--pink-500);width:200px;height:200px;animation:25s ease-in-out infinite float;top:40%;left:40%}@keyframes float{0%,to{transform:translate(0)rotate(0)}25%{transform:translate(30px,-30px)rotate(5deg)}50%{transform:translate(-20px,20px)rotate(-3deg)}75%{transform:translate(15px,-15px)rotate(3deg)}}.hero__container{align-items:center;gap:var(--space-4xl);padding-top:var(--space-3xl);padding-bottom:var(--space-3xl);grid-template-columns:1fr 1fr;display:grid}.hero__content{z-index:2;position:relative}.hero__badge{align-items:center;gap:var(--space-sm);padding:var(--space-xs) var(--space-lg);border-radius:var(--radius-full);color:var(--pink-600);margin-bottom:var(--space-xl);background:#e91e7a14;border:1px solid #e91e7a26;font-size:.85rem;font-weight:500;display:inline-flex}.hero__badge-dot{background:var(--pink-500);border-radius:50%;width:8px;height:8px;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}}.hero__title{font-family:var(--font-display);color:var(--dark);margin-bottom:var(--space-xl);font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.15}.hero__description{color:var(--gray-600);max-width:520px;margin-bottom:var(--space-2xl);font-size:1.15rem;line-height:1.7}.hero__ctas{gap:var(--space-md);margin-bottom:var(--space-3xl);flex-wrap:wrap;display:flex}.hero__btn{align-items:center;gap:var(--space-sm);border-radius:var(--radius-full);transition:all var(--transition-fast);padding:.9rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.hero__btn--primary{background:var(--gradient-primary);color:var(--white);box-shadow:var(--shadow-lg)}.hero__btn--primary:hover{box-shadow:var(--shadow-xl);transform:translateY(-3px)}.hero__btn--outline{background:var(--white);color:var(--pink-500);border:2px solid var(--pink-200);box-shadow:var(--shadow-sm)}.hero__btn--outline:hover{border-color:var(--pink-500);background:var(--pink-50);transform:translateY(-3px)}.hero__stats{align-items:center;gap:var(--space-xl);display:flex}.hero__stat{flex-direction:column;display:flex}.hero__stat-value{color:var(--pink-500);font-size:1.4rem;font-weight:800}.hero__stat-label{color:var(--gray-500);font-size:.8rem;font-weight:500}.hero__stat-divider{background:var(--pink-200);width:1px;height:36px}.hero__visual{z-index:2;position:relative}.hero__image-wrapper{border-radius:var(--radius-2xl);position:relative;overflow:visible}.hero__image{object-fit:cover;border-radius:var(--radius-2xl);width:100%;height:500px;box-shadow:var(--shadow-xl)}.hero__image-overlay{border-radius:var(--radius-2xl);background:linear-gradient(#0000 50%,#1a1a2e26 100%);position:absolute;inset:0}.hero__floating-card{align-items:center;gap:var(--space-md);padding:var(--space-md) var(--space-lg);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg);z-index:3;display:flex;position:absolute;top:20px;left:-40px}.hero__floating-card--bottom{inset:auto -30px 30px auto}.hero__floating-icon{font-size:1.5rem}.hero__floating-card strong{color:var(--dark);font-size:.875rem;display:block}.hero__floating-card span{color:var(--gray-500);font-size:.75rem}.hero__scroll{bottom:var(--space-2xl);align-items:center;gap:var(--space-sm);color:var(--gray-400);flex-direction:column;font-size:.75rem;font-weight:500;display:flex;position:absolute;left:50%;transform:translate(-50%)}.hero__scroll-mouse{border:2px solid var(--pink-300);border-radius:12px;justify-content:center;width:24px;height:36px;padding-top:6px;display:flex}.hero__scroll-wheel{background:var(--pink-400);border-radius:2px;width:4px;height:8px;animation:1.5s ease-in-out infinite scroll-bounce}@keyframes scroll-bounce{0%,to{opacity:1;transform:translateY(0)}50%{opacity:.3;transform:translateY(6px)}}@media (width<=968px){.hero__container{text-align:center;gap:var(--space-2xl);grid-template-columns:1fr}.hero__description{margin-left:auto;margin-right:auto}.hero__ctas,.hero__stats{justify-content:center}.hero__floating-card{left:10px}.hero__floating-card--bottom{right:10px}.hero__image{height:350px}}@media (width<=480px){.hero__ctas{flex-direction:column;align-items:stretch}.hero__btn{justify-content:center}}.why{padding:var(--space-5xl) 0;background:var(--white);position:relative}.why__header{text-align:center;max-width:640px;margin:0 auto var(--space-4xl)}.why__label{color:var(--pink-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md);font-size:.85rem;font-weight:600;display:inline-block}.why__title{font-family:var(--font-display);color:var(--dark);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.why__subtitle{color:var(--gray-500);font-size:1.1rem;line-height:1.7}.why__grid{gap:var(--space-xl);grid-template-columns:repeat(3,1fr);display:grid}.why__card{padding:var(--space-2xl);border-radius:var(--radius-xl);background:var(--white);border:1px solid var(--gray-200);transition:all var(--transition-base);position:relative;overflow:hidden}.why__card:hover{box-shadow:var(--shadow-lg);border-color:var(--pink-200);transform:translateY(-6px)}.why__card-icon{border-radius:var(--radius-lg);width:56px;height:56px;margin-bottom:var(--space-lg);justify-content:center;align-items:center;font-size:1.6rem;display:flex}.why__card-title{font-family:var(--font-sans);color:var(--dark);margin-bottom:var(--space-sm);font-size:1.15rem;font-weight:700}.why__card-desc{color:var(--gray-500);font-size:.95rem;line-height:1.6}.why__card-accent{opacity:0;height:3px;transition:opacity var(--transition-fast);position:absolute;bottom:0;left:0;right:0}.why__card:hover .why__card-accent{opacity:1}@media (width<=768px){.why__grid{gap:var(--space-md);grid-template-columns:1fr}.why__card{padding:var(--space-xl)}}@media (width>=769px) and (width<=1024px){.why__grid{grid-template-columns:repeat(2,1fr)}}.safety{padding:var(--space-5xl) 0;position:relative;overflow:hidden}.safety__bg{z-index:0;position:absolute;inset:0}.safety__bg-image{object-fit:cover;width:100%;height:100%}.safety__bg-overlay{background:linear-gradient(135deg,#1a1a2eeb 0%,#2d1b3de0 50%,#1a1a2ef2 100%);position:absolute;inset:0}.safety__container{z-index:2;gap:var(--space-4xl);grid-template-columns:1.2fr 1fr;align-items:center;display:grid;position:relative}.safety__label{color:var(--pink-300);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-md);font-size:.85rem;font-weight:600;display:inline-block}.safety__title{font-family:var(--font-display);color:var(--white);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.safety__title em{color:var(--pink-300);font-style:italic}.safety__desc{color:#ffffffb3;margin-bottom:var(--space-2xl);font-size:1.05rem;line-height:1.7}.safety__dangers{gap:var(--space-md);flex-direction:column;display:flex}.safety__danger{align-items:flex-start;gap:var(--space-md);padding:var(--space-lg);border-radius:var(--radius-lg);transition:all var(--transition-fast);background:#ffffff0d;border:1px solid #ffffff14;display:flex}.safety__danger:hover{background:#ffffff14;transform:translate(8px)}.safety__danger-icon{flex-shrink:0;margin-top:2px;font-size:1.4rem}.safety__danger-header{align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xs);display:flex}.safety__danger-stat{color:var(--pink-400);font-size:1.1rem;font-weight:800}.safety__danger-title{color:var(--white);font-size:.95rem;font-weight:600}.safety__danger-desc{color:#ffffff8c;font-size:.85rem;line-height:1.5}.safety__solution-card{padding:var(--space-2xl);border-radius:var(--radius-xl)}.safety__solution-title{font-family:var(--font-display);color:var(--white);margin-bottom:var(--space-xl);font-size:1.6rem;font-weight:700}.safety__solution-list{gap:var(--space-md);flex-direction:column;display:flex}.safety__solution-list li{align-items:center;gap:var(--space-md);color:#fffc;font-size:.95rem;font-weight:500;display:flex}.safety__check{color:#10b981;background:#10b98133;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}@media (width<=968px){.safety__container{gap:var(--space-2xl);grid-template-columns:1fr}}.driver{padding:var(--space-5xl) 0;background:var(--gray-50)}.driver__container{gap:var(--space-4xl);grid-template-columns:1fr 1.2fr;align-items:center;display:grid}.driver__image-side{position:relative}.driver__image-wrapper{border-radius:var(--radius-2xl);position:relative;overflow:hidden}.driver__image{object-fit:cover;border-radius:var(--radius-2xl);width:100%;height:480px;box-shadow:var(--shadow-xl)}.driver__image-badge{top:var(--space-lg);left:var(--space-lg);align-items:center;gap:var(--space-sm);padding:var(--space-sm) var(--space-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-full);box-shadow:var(--shadow-md);background:#ffffffe6;display:flex;position:absolute}.driver__image-badge-icon{font-size:1.2rem}.driver__image-badge strong{color:var(--dark);font-size:.8rem;display:block}.driver__image-badge span{color:var(--gray-500);font-size:.7rem}.driver__earnings-card{background:var(--white);border-radius:var(--radius-xl);padding:var(--space-xl);box-shadow:var(--shadow-lg);border:1px solid var(--pink-100);z-index:3;min-width:240px;position:absolute;bottom:-30px;right:-20px}.driver__earnings-label{color:var(--gray-500);text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:500}.driver__earnings-value{color:#1a1a2e;margin:var(--space-xs) 0 var(--space-md);font-size:2rem;font-weight:800;display:block}.driver__earnings-bar{background:var(--gray-200);border-radius:var(--radius-full);height:8px;margin-bottom:var(--space-sm);overflow:hidden}.driver__earnings-fill{background:var(--gradient-primary);border-radius:var(--radius-full);height:100%}.driver__earnings-note{color:#1a1a2e;font-size:.7rem}.driver__label{color:var(--pink-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md);font-size:.85rem;font-weight:600;display:inline-block}.driver__title{font-family:var(--font-display);color:var(--dark);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,2.8rem);font-weight:700;line-height:1.2}.driver__desc{color:var(--gray-600);margin-bottom:var(--space-2xl);font-size:1.05rem;line-height:1.7}.driver__benefits{gap:var(--space-md);margin-bottom:var(--space-2xl);grid-template-columns:1fr 1fr;display:grid}.driver__benefit{align-items:flex-start;gap:var(--space-md);padding:var(--space-md);border-radius:var(--radius-lg);transition:all var(--transition-fast);display:flex}.driver__benefit:hover{background:var(--white);box-shadow:var(--shadow-sm)}.driver__benefit-icon{flex-shrink:0;font-size:1.3rem}.driver__benefit strong{color:var(--dark);margin-bottom:2px;font-size:.9rem;display:block}.driver__benefit p{color:var(--gray-500);font-size:.8rem;line-height:1.4}.driver__cta{align-items:center;gap:var(--space-sm);background:var(--gradient-primary);color:var(--white);border-radius:var(--radius-full);box-shadow:var(--shadow-lg);transition:box-shadow var(--transition-fast);padding:1rem 2.5rem;font-size:1.05rem;font-weight:700;display:inline-flex}.driver__cta:hover{box-shadow:var(--shadow-xl)}@media (width<=968px){.driver__container{gap:var(--space-3xl);grid-template-columns:1fr}.driver__image{height:350px}.driver__earnings-card{right:var(--space-md);bottom:-20px}.driver__benefits{grid-template-columns:1fr}}.how{padding:var(--space-5xl) 0;background:var(--white)}.how__header{text-align:center;max-width:560px;margin:0 auto var(--space-4xl)}.how__label{color:var(--pink-500);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-md);font-size:.85rem;font-weight:600;display:inline-block}.how__title{font-family:var(--font-display);color:var(--dark);margin-bottom:var(--space-lg);font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.how__subtitle{color:var(--gray-500);font-size:1.1rem;line-height:1.7}.how__steps{gap:var(--space-lg);grid-template-columns:repeat(4,1fr);display:grid;position:relative}.how__step{text-align:center;padding:var(--space-2xl) var(--space-lg);border-radius:var(--radius-xl);background:var(--gray-50);border:1px solid var(--gray-200);transition:all var(--transition-base);position:relative}.how__step:hover{background:var(--white);border-color:var(--pink-200);box-shadow:var(--shadow-lg);transform:translateY(-8px)}.how__step-number{background:var(--gradient-primary);-webkit-text-fill-color:transparent;opacity:.2;top:var(--space-md);right:var(--space-lg);-webkit-background-clip:text;background-clip:text;font-size:3rem;font-weight:900;line-height:1;position:absolute}.how__step-icon{margin-bottom:var(--space-lg);font-size:2.5rem}.how__step-title{color:var(--dark);margin-bottom:var(--space-sm);font-size:1.1rem;font-weight:700}.how__step-desc{color:var(--gray-500);font-size:.9rem;line-height:1.6}.how__step-connector{display:none}@media (width>=969px){.how__step-connector{background:linear-gradient(90deg, var(--pink-300), var(--pink-100));z-index:2;width:44px;height:2px;display:block;position:absolute;top:50%;right:-22px}.how__step-connector:after{content:"";border-top:2px solid var(--pink-300);border-right:2px solid var(--pink-300);width:10px;height:10px;position:absolute;top:-4px;right:-4px;transform:rotate(45deg)}}@media (width<=968px){.how__steps{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.how__steps{grid-template-columns:1fr}}.buy-credits{background:linear-gradient(135deg,#fff0f5 0%,#fce4ec 50%,#f8bbd0 100%);padding:6rem 2rem;position:relative;overflow:hidden}.buy-credits:before{content:"";background:#e91e7a0d;border-radius:50%;width:600px;height:600px;position:absolute;top:-50%;right:-30%}.buy-credits__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;max-width:1100px;margin:0 auto;display:grid}.buy-credits__info{z-index:1;position:relative}.buy-credits__badge{color:#e91e7a;background:#e91e7a1a;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.buy-credits__title{color:#1a1a2e;margin-bottom:1rem;font-size:2.5rem;font-weight:800;line-height:1.2}.buy-credits__title span{color:#e91e7a}.buy-credits__desc{color:#6b7280;margin-bottom:2rem;font-size:1.1rem;line-height:1.7}.buy-credits__features{flex-direction:column;gap:.75rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.buy-credits__features li{color:#374151;align-items:center;gap:.75rem;font-size:1rem;display:flex}.buy-credits__features li:before{content:"✓";color:#fff;background:#e91e7a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.75rem;font-weight:700;display:flex}.buy-credits__card{z-index:1;background:#fff;border-radius:24px;padding:2.5rem;position:relative;box-shadow:0 20px 60px #e91e7a26}.buy-credits__card-title{color:#1a1a2e;text-align:center;margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.buy-credits__card-subtitle{text-align:center;color:#6b7280;margin-bottom:2rem;font-size:.9rem}.buy-credits__price-tag{justify-content:center;align-items:baseline;gap:.25rem;margin-bottom:1.5rem;display:flex}.buy-credits__price-currency{color:#e91e7a;font-size:1.2rem;font-weight:700}.buy-credits__price-value{color:#e91e7a;font-size:3.5rem;font-weight:800;line-height:1}.buy-credits__price-unit{color:#6b7280;font-size:1rem;font-weight:500}.buy-credits__qty-label{color:#374151;margin-bottom:.75rem;font-size:.9rem;font-weight:600}.buy-credits__qty-grid{grid-template-columns:repeat(5,1fr);gap:.5rem;margin-bottom:1.5rem;display:grid}.buy-credits__qty-btn{cursor:pointer;text-align:center;background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:.75rem .5rem;transition:all .2s}.buy-credits__qty-btn:hover{background:#fff0f5;border-color:#f4a6c0}.buy-credits__qty-btn--active{background:#fce4ec;border-color:#e91e7a}.buy-credits__qty-number{color:#1a1a2e;font-size:1.3rem;font-weight:700;display:block}.buy-credits__qty-btn--active .buy-credits__qty-number{color:#e91e7a}.buy-credits__qty-rides{color:#9ca3af;margin-top:2px;font-size:.7rem;display:block}.buy-credits__summary{background:#f9fafb;border-radius:12px;margin-bottom:1.5rem;padding:1rem 1.25rem}.buy-credits__summary-row{justify-content:space-between;align-items:center;padding:.25rem 0;display:flex}.buy-credits__summary-label{color:#6b7280;font-size:.9rem}.buy-credits__summary-value{color:#1a1a2e;font-size:.9rem;font-weight:600}.buy-credits__summary-total{border-top:2px solid #e91e7a;margin-top:.5rem;padding-top:.75rem}.buy-credits__summary-total .buy-credits__summary-label{color:#1a1a2e;font-size:1rem;font-weight:700}.buy-credits__summary-total .buy-credits__summary-value{color:#e91e7a;font-size:1.25rem;font-weight:800}.buy-credits__cta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e91e7a,#c2185b);border:none;border-radius:16px;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:1rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:flex}.buy-credits__cta:hover{transform:translateY(-2px);box-shadow:0 8px 25px #e91e7a66}.buy-credits__cta:active{transform:translateY(0)}.buy-credits__cta-note{text-align:center;color:#9ca3af;margin-top:1rem;font-size:.8rem}@media (width<=768px){.buy-credits__container{grid-template-columns:1fr;gap:2rem}.buy-credits__title{font-size:1.8rem}.buy-credits__qty-grid{grid-template-columns:repeat(3,1fr)}}.manual{background:#fafafa;padding:6rem 2rem;position:relative}.manual--motorista{background:linear-gradient(#fff 0%,#fff5f8 100%)}.manual__header{text-align:center;max-width:700px;margin:0 auto 3rem}.manual__label{color:#e91e7a;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:inline-block}.manual__title{color:#1a1a2e;margin-bottom:.75rem;font-size:2.2rem;font-weight:800;line-height:1.2}.manual__subtitle{color:#6b7280;font-size:1rem;line-height:1.6}.manual__accordion{flex-direction:column;gap:.5rem;max-width:850px;margin:0 auto;display:flex}.manual__part-header{text-align:center;background:linear-gradient(135deg,#e91e7a,#c2185b);border-radius:16px;margin-top:2rem;margin-bottom:.5rem;padding:1.25rem 1.5rem}.manual__part-title{color:#fff;margin:0;font-size:1.15rem;font-weight:800}.manual__part-desc{color:#ffffffd9;margin-top:.5rem;font-size:.9rem;line-height:1.5}.manual__section{background:#fff;border:1px solid #f0f0f0;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 2px 6px #00000008}.manual__section:hover{border-color:#f4a6c0}.manual__section--active{border-color:#e91e7a;box-shadow:0 4px 16px #e91e7a1a}.manual__section-header{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1rem;width:100%;padding:1rem 1.25rem;font-family:inherit;display:flex}.manual__section-title{color:#1a1a2e;flex:1;font-size:.95rem;font-weight:600}.manual__section--active .manual__section-title{color:#e91e7a}.manual__section-arrow{color:#9ca3af;text-align:center;flex-shrink:0;width:24px;font-size:1.4rem;font-weight:300;transition:color .2s}.manual__section--active .manual__section-arrow{color:#e91e7a}.manual__section-body{overflow:hidden}.manual__content{padding:0 1.25rem 1.25rem}.manual__content p{color:#374151;margin:0 0 .3rem;font-size:.92rem;line-height:1.75}.manual__content br{content:"";margin:.4rem 0;display:block}.manual__content li{color:#374151;margin-bottom:.2rem;padding-left:1.25rem;font-size:.92rem;line-height:1.75;list-style:none;position:relative}.manual__content li:before{content:"•";color:#e91e7a;font-size:1rem;font-weight:700;position:absolute;left:0}@media (width<=768px){.manual{padding:4rem 1rem}.manual__title{font-size:1.6rem}.manual__section-header{padding:.875rem 1rem}.manual__section-title{font-size:.88rem}.manual__content{padding:0 1rem 1rem}.manual__content p,.manual__content li{font-size:.85rem;line-height:1.7}}.cadastro{background:linear-gradient(#fff5f8 0%,#fff 100%);padding:6rem 2rem}.cadastro__header{text-align:center;max-width:600px;margin:0 auto 3rem}.cadastro__label{color:#e91e7a;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:inline-block}.cadastro__title{color:#1a1a2e;margin-bottom:.75rem;font-size:2.2rem;font-weight:800;line-height:1.2}.cadastro__subtitle{color:#6b7280;font-size:1.05rem;line-height:1.6}.cadastro__form{background:#fff;border:1px solid #f0f0f0;border-radius:24px;max-width:700px;margin:0 auto;padding:2.5rem;box-shadow:0 10px 40px #e91e7a14}.cadastro__form-section{color:#e91e7a;border-bottom:1px solid #f4a6c0;margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.cadastro__form-section:first-child{margin-top:0}.cadastro__row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;display:grid}.cadastro__row:has(.cadastro__field--short){grid-template-columns:auto auto 1fr}.cadastro__field{flex-direction:column;gap:.375rem;margin-bottom:.5rem;display:flex}.cadastro__field--short{max-width:200px}.cadastro__field label{color:#374151;font-size:.85rem;font-weight:600}.cadastro__field input,.cadastro__field textarea,.cadastro__field select{color:#1a1a2e;appearance:none;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.cadastro__field select{cursor:pointer;background-image:url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%239CA3AF'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:1.25rem;padding-right:2.5rem}.cadastro__field select:disabled{opacity:.5;cursor:not-allowed}.cadastro__field input:focus,.cadastro__field textarea:focus,.cadastro__field select:focus{background-color:#fff;border-color:#e91e7a;box-shadow:0 0 0 3px #e91e7a1a}.cadastro__field input::placeholder,.cadastro__field textarea::placeholder{color:#9ca3af}.cadastro__form-rule{color:#f59e0b;background:#fffbeb;border-left:3px solid #f59e0b;border-radius:8px;margin:-.5rem 0 1rem;padding:.5rem .75rem;font-size:.85rem;font-weight:600}.cadastro__password-wrapper{align-items:center;display:flex;position:relative}.cadastro__password-wrapper input{width:100%;padding-right:3rem}.cadastro__password-toggle{cursor:pointer;opacity:.6;background:0 0;border:none;padding:.25rem;font-size:1.1rem;line-height:1;transition:opacity .2s;position:absolute;right:.75rem}.cadastro__password-toggle:hover{opacity:1}.cadastro__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-left:3px solid #ef4444;border-radius:8px;margin-top:.5rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.cadastro__form-hint{color:#6b7280;background:#f0f9ff;border-left:3px solid #3b82f6;border-radius:8px;margin:-.25rem 0 1rem;padding:.5rem .75rem;font-size:.85rem}.cadastro__field textarea{resize:vertical;min-height:80px}.cadastro__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e91e7a,#c2185b);border:none;border-radius:16px;width:100%;margin-top:1rem;padding:1rem;font-family:inherit;font-size:1.1rem;font-weight:700;transition:all .3s}.cadastro__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #e91e7a66}.cadastro__submit:disabled{opacity:.7;cursor:not-allowed}.cadastro__disclaimer{text-align:center;color:#9ca3af;margin-top:1rem;font-size:.8rem}.cadastro__disclaimer a{color:#e91e7a;text-decoration:none}.cadastro__disclaimer a:hover{text-decoration:underline}.cadastro__success{text-align:center;background:#fff;border-radius:24px;max-width:600px;margin:0 auto;padding:3rem 2rem;box-shadow:0 10px 40px #e91e7a14}.cadastro__success-icon{margin-bottom:1rem;font-size:4rem;display:block}.cadastro__success-title{color:#1a1a2e;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.cadastro__success-desc{color:#6b7280;margin-bottom:1rem;font-size:1.05rem;line-height:1.7}.cadastro__success-next{color:#374151;margin-bottom:1.5rem;font-size:.95rem}.cadastro__success-next a{color:#e91e7a;font-weight:600;text-decoration:none}.cadastro__success-btn{color:#e91e7a;cursor:pointer;background:0 0;border:2px solid #e91e7a;border-radius:12px;padding:.75rem 2rem;font-family:inherit;font-weight:600;transition:all .2s}.cadastro__success-btn:hover{color:#fff;background:#e91e7a}@media (width<=768px){.cadastro__form{padding:1.5rem}:is(.cadastro__row,.cadastro__row:has(.cadastro__field--short)){grid-template-columns:1fr}.cadastro__field--short{max-width:none}.cadastro__title{font-size:1.6rem}}.cp{background:linear-gradient(#fff 0%,#fff5f8 100%);padding:6rem 2rem}.cp__header{text-align:center;max-width:600px;margin:0 auto 3rem}.cp__label{color:#e91e7a;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:inline-block}.cp__title{color:#1a1a2e;margin-bottom:.75rem;font-size:2.2rem;font-weight:800;line-height:1.2}.cp__subtitle{color:#6b7280;font-size:1.05rem;line-height:1.6}.cp__steps{justify-content:center;align-items:center;gap:0;margin-bottom:2rem;display:flex}.cp__step{align-items:center;gap:.5rem;display:flex}.cp__step-dot{color:#9ca3af;background:#f3f4f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:.9rem;font-weight:700;transition:all .3s;display:flex}.cp__step--active .cp__step-dot{color:#fff;background:linear-gradient(135deg,#e91e7a,#c2185b);box-shadow:0 4px 15px #e91e7a4d}.cp__step--done .cp__step-dot{color:#fff;background:#10b981}.cp__step-label{color:#9ca3af;font-size:.8rem;font-weight:600;display:none}.cp__step--active .cp__step-label{color:#e91e7a}.cp__step--done .cp__step-label{color:#10b981}.cp__step-line{background:#e5e7eb;width:40px;height:2px;margin:0 .5rem;transition:background .3s}.cp__step--done .cp__step-line,.cp__step--active .cp__step-line{background:#e91e7a}.cp__form-wrapper{max-width:700px;margin:0 auto}.cp__form{background:#fff;border:1px solid #f0f0f0;border-radius:24px;padding:2.5rem;box-shadow:0 10px 40px #e91e7a14}.cp__form-section{color:#e91e7a;border-bottom:1px solid #f4a6c0;margin:1.5rem 0 1rem;padding-bottom:.5rem;font-size:1rem;font-weight:700}.cp__form-section:first-child{margin-top:0}.cp__form-section--secondary{color:#6b7280;border-bottom-color:#e5e7eb;margin-top:2rem}.cp__form-hint{color:#6b7280;margin:-.5rem 0 1rem;font-size:.95rem}.cp__row{grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:.5rem;display:grid}.cp__field{flex-direction:column;gap:.375rem;margin-bottom:.75rem;display:flex}.cp__field label{color:#374151;font-size:.85rem;font-weight:600}.cp__field input{color:#1a1a2e;background:#f9fafb;border:1.5px solid #e5e7eb;border-radius:12px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.cp__field input:focus{background:#fff;border-color:#e91e7a;box-shadow:0 0 0 3px #e91e7a1a}.cp__field input::placeholder{color:#9ca3af}.cp__error{color:#ef4444;font-size:.8rem;font-weight:500}.cp__password-wrapper{position:relative}.cp__password-wrapper input{box-sizing:border-box;width:100%;padding-right:3rem}.cp__password-toggle{cursor:pointer;background:0 0;border:none;padding:.25rem;font-size:1.2rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.cp__child-card{background:#fafafa;border:1px solid #e5e7eb;border-radius:16px;margin-bottom:1rem;padding:1.25rem}.cp__child-header{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.cp__child-title{color:#374151;font-weight:600}.cp__child-remove{color:#ef4444;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:.85rem;font-weight:600}.cp__child-remove:hover{text-decoration:underline}.cp__age-badge{color:#e91e7a;background:#fce4ec;border-radius:20px;margin-top:.25rem;padding:.25rem .75rem;font-size:.8rem;font-weight:600;display:inline-block}.cp__age-badge--warn{color:#d97706;background:#fef3c7}.cp__warning{color:#92400e;background:#fef3c7;border:1px solid #d9770640;border-radius:12px;margin-top:.5rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.5}.cp__warning strong{color:#dc2626}.cp__add-child{color:#e91e7a;cursor:pointer;background:0 0;border:1.5px dashed #f4a6c0;border-radius:16px;width:100%;margin-bottom:.5rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.cp__add-child:hover{background:#fff5f8;border-color:#e91e7a}.cp__no-children{text-align:center;color:#9ca3af;padding:2rem 1rem}.cp__no-children-emoji{margin-bottom:.5rem;font-size:2.5rem;display:block}.cp__no-children p{font-size:.9rem;line-height:1.5}.cp__nav{gap:1rem;margin-top:1.5rem;display:flex}.cp__nav-back{color:#6b7280;cursor:pointer;background:0 0;border:2px solid #e5e7eb;border-radius:16px;padding:.85rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}.cp__nav-back:hover{color:#e91e7a;border-color:#e91e7a}.cp__nav-next,.cp__submit{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e91e7a,#c2185b);border:none;border-radius:16px;flex:1;padding:.85rem 1.5rem;font-family:inherit;font-size:1.05rem;font-weight:700;transition:all .3s}.cp__nav-next:hover,.cp__submit:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 25px #e91e7a66}.cp__submit:disabled{opacity:.7;cursor:not-allowed}.cp__submit-error{color:#dc2626;background:#fef2f2;border-left:3px solid #dc2626;border-radius:12px;margin-top:1rem;padding:.75rem 1rem;font-size:.9rem;font-weight:500}.cp__disclaimer{text-align:center;color:#9ca3af;margin-top:1rem;font-size:.8rem}.cp__disclaimer a{color:#e91e7a;text-decoration:none}.cp__disclaimer a:hover{text-decoration:underline}.cp__success{text-align:center;background:#fff;border-radius:24px;max-width:600px;margin:0 auto;padding:3rem 2rem;box-shadow:0 10px 40px #e91e7a14}.cp__success-icon{margin-bottom:1rem;font-size:4rem;display:block}.cp__success-title{color:#1a1a2e;margin-bottom:1rem;font-size:1.8rem;font-weight:800}.cp__success-desc{color:#6b7280;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.7}.cp__success-actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.cp__success-btn{color:#e91e7a;cursor:pointer;background:0 0;border:2px solid #e91e7a;border-radius:12px;padding:.75rem 2rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}.cp__success-btn:hover{color:#fff;background:#e91e7a}.cp__success-btn--primary{color:#fff;background:linear-gradient(135deg,#e91e7a,#c2185b);border-color:#0000}.cp__success-btn--primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px #e91e7a66}@media (width<=768px){.cp__form{padding:1.5rem}.cp__row{grid-template-columns:1fr}.cp__title{font-size:1.6rem}.cp__step-label{display:none}.cp__nav{flex-direction:column-reverse}.cp__success-actions{flex-direction:column}}@media (width>=769px){.cp__step-label{display:block}}.stats{padding:var(--space-4xl) 0;position:relative;overflow:hidden}.stats__bg{background:var(--gradient-primary);opacity:.95;position:absolute;inset:0}.stats__grid{z-index:2;align-items:center;gap:var(--space-xl);grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;display:grid;position:relative}.stats__item{text-align:center;padding:var(--space-lg)}.stats__value{color:var(--white);margin-bottom:var(--space-xs);font-size:clamp(2rem,4vw,2.8rem);font-weight:900;line-height:1.2;display:block}.stats__label{color:#ffffffbf;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:500}.stats__divider{background:#ffffff40;width:1px;height:48px}@media (width<=768px){.stats__grid{gap:var(--space-md);grid-template-columns:1fr 1fr}.stats__divider{display:none}}@media (width<=480px){.stats__grid{grid-template-columns:1fr}}.legal{background:#fff;padding:6rem 2rem}.legal__header{text-align:center;max-width:600px;margin:0 auto 3rem}.legal__label{color:#e91e7a;margin-bottom:.75rem;font-size:.9rem;font-weight:600;display:inline-block}.legal__title{color:#1a1a2e;margin-bottom:.5rem;font-size:2.2rem;font-weight:800;line-height:1.2}.legal__date{color:#9ca3af;font-size:.9rem}.legal__content{background:#fff;border:1px solid #f0f0f0;border-radius:24px;max-width:800px;margin:0 auto;padding:2.5rem;box-shadow:0 4px 20px #0000000f}.legal__content h3{color:#1a1a2e;margin:2rem 0 .75rem;font-size:1.1rem;font-weight:700}.legal__content h3:first-child{margin-top:0}.legal__content p{color:#374151;margin-bottom:.75rem;font-size:.95rem;line-height:1.8}.legal__content ul{margin-bottom:1rem;padding-left:1.5rem}.legal__content li{color:#374151;margin-bottom:.25rem;font-size:.95rem;line-height:1.8}.legal__content li::marker{color:#e91e7a}.legal__content a{color:#e91e7a;font-weight:600;text-decoration:none}.legal__content a:hover{text-decoration:underline}@media (width<=768px){.legal__content{padding:1.5rem}.legal__title{font-size:1.6rem}}.footer{background:var(--white);padding:var(--space-4xl) 0 var(--space-xl);color:var(--gray-600);border-top:1px solid var(--gray-200)}.footer__top{gap:var(--space-3xl);padding-bottom:var(--space-3xl);border-bottom:1px solid var(--gray-200);grid-template-columns:1.5fr 1fr 1fr 1fr;display:grid}.footer__logo{width:auto;height:58px;margin-bottom:var(--space-md)}.footer__tagline{font-family:var(--font-display);color:var(--pink-500);margin-bottom:var(--space-md);font-size:1rem;font-style:italic;font-weight:600}.footer__desc{color:var(--gray-500);max-width:280px;font-size:.9rem;line-height:1.6}.footer__links-title{color:var(--dark);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-lg);font-size:.8rem;font-weight:700}.footer__link{color:var(--gray-500);padding:var(--space-xs) 0;transition:all var(--transition-fast);font-size:.9rem;display:block}.footer__link:hover{color:var(--pink-500);transform:translate(4px)}.footer__bottom{padding-top:var(--space-xl);color:var(--gray-400);justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.footer__legal{font-size:.75rem}@media (width<=768px){.footer__top{gap:var(--space-2xl);grid-template-columns:1fr 1fr}.footer__bottom{gap:var(--space-sm);text-align:center;flex-direction:column}}@media (width<=480px){.footer__top{grid-template-columns:1fr}}
