:root{--primary: #2D6CDF;--primary-dark: #1E4FA8;--primary-light: #5A8FE8;--accent: #FF6B6B;--accent-dark: #E85555;--accent-light: #FF8A8A;--white: #FFFFFF;--gray-50: #F9FAFB;--gray-100: #F3F4F6;--gray-200: #E5E7EB;--gray-300: #D1D5DB;--gray-400: #9CA3AF;--gray-500: #6B7280;--gray-600: #4B5563;--gray-700: #374151;--gray-800: #1F2937;--gray-900: #111827;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .05);--shadow: 0 1px 3px 0 rgb(0 0 0 / .1), 0 1px 2px -1px rgb(0 0 0 / .1);--shadow-md: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--shadow-xl: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--radius-sm: .375rem;--radius: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.5rem;--radius-2xl: 2rem;--radius-full: 9999px;--container-max: 1200px;--section-padding: 5rem;--transition: all .3s ease;--transition-fast: all .15s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;line-height:1.6;color:var(--gray-800);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{font-family:inherit;cursor:pointer;border:none;background:none}input,textarea,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;color:var(--gray-900)}h1{font-size:clamp(2.25rem,5vw,3.5rem)}h2{font-size:clamp(1.75rem,4vw,2.5rem)}h3{font-size:clamp(1.25rem,3vw,1.5rem)}h4{font-size:1.125rem}p{color:var(--gray-600)}.container{width:100%;max-width:var(--container-max);margin:0 auto;padding:0 1.5rem}.section{padding:var(--section-padding) 0}.section--gray{background:var(--gray-50)}.section--primary{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:var(--white)}.section-header{text-align:center;max-width:700px;margin:0 auto 3.5rem}.section-header h2{margin-bottom:1rem}.section-header p{font-size:1.125rem}.section-header--light h2,.section-header--light p{color:var(--white)}.section-header--light p{opacity:.9}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:var(--radius-lg);transition:var(--transition);white-space:nowrap}.btn--primary{background:var(--primary);color:var(--white)}.btn--primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--accent{background-color:#e85555;color:var(--white)}.btn--accent:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--outline{background:transparent;border:2px solid var(--gray-200);color:var(--gray-700)}.btn--outline:hover{border-color:var(--primary);color:var(--primary)}.btn--white{background:var(--white);color:var(--primary)}.btn--white:hover{background:var(--gray-100);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn--ghost{background:transparent;color:var(--primary);padding:.5rem 1rem}.btn--ghost:hover{background:var(--gray-100)}.btn--disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.btn svg{width:20px;height:20px}.card{background:var(--white);border-radius:var(--radius-xl);padding:2rem;box-shadow:var(--shadow);transition:var(--transition)}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}.card--bordered{border:1px solid var(--gray-200);box-shadow:none}.card--bordered:hover{border-color:var(--primary-light);box-shadow:var(--shadow-md)}.navbar{position:fixed;top:0;left:0;right:0;z-index:1000;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-100);transition:var(--transition)}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:72px}.navbar__logo{display:flex;align-items:center}.navbar__logo svg{width:200px;height:70px;display:flex;flex-wrap:wrap}.navbar__links{display:flex;align-items:center;gap:2rem}.navbar__link{font-size:.9375rem;font-weight:500;color:var(--gray-600);transition:var(--transition-fast)}.navbar__link:hover{color:var(--primary)}.navbar__cta{display:flex;gap:.75rem}.navbar__mobile-toggle{display:none;flex-direction:column;gap:5px;padding:.5rem}.navbar__mobile-toggle span{display:block;width:24px;height:2px;background:var(--gray-700);border-radius:2px;transition:var(--transition-fast)}.navbar__mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--white);border-bottom:1px solid var(--gray-100);padding:1.5rem;box-shadow:var(--shadow-lg)}.navbar__mobile-menu.active{display:block}.navbar__mobile-links{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.navbar__mobile-cta{display:flex;flex-direction:column;gap:.75rem}@media (max-width: 1024px){.navbar__links,.navbar__cta{display:none}.navbar__mobile-toggle{display:flex}}.hero{padding-top:calc(72px + 4rem);padding-bottom:4rem;min-height:90vh;display:flex;align-items:center;justify-content:flex-start;background:linear-gradient(180deg,var(--gray-50) 0%,var(--white) 100%);position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:-50%;right:-20%;width:80%;height:150%;background:radial-gradient(ellipse,rgba(45,108,223,.08) 0%,transparent 70%);pointer-events:none}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.hero__content{position:relative;z-index:1}.hero__badge{display:inline-flex;align-items:center;gap:.5rem;background:var(--white);border:1px solid var(--gray-200);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:500;color:var(--gray-600);margin-bottom:1.5rem;box-shadow:var(--shadow-sm)}.hero__badge-dot{width:8px;height:8px;background:var(--accent);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.hero__title{margin-bottom:1.5rem;font-weight:800}.hero__title span{color:var(--primary)}.hero__subtitle{font-size:1.25rem;color:var(--gray-600);margin-bottom:2.5rem;max-width:500px}.hero__cta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.hero__link{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:500;transition:var(--transition-fast)}.hero__link:hover{gap:.75rem}.hero__platforms{font-size:.875rem;color:var(--gray-500);margin-bottom:1rem}.hero__link svg{width:20px;height:20px}.hero__visual{position:relative;display:flex;justify-content:center}.hero__phone{position:relative;width:280px;height:580px;background:var(--gray-900);border-radius:40px;padding:12px;box-shadow:var(--shadow-xl),0 0 0 1px #0000001a}.hero__phone:before{content:"";position:absolute;top:16px;left:50%;transform:translate(-50%);width:100px;height:28px;background:var(--gray-800);border-radius:20px}.hero__phone-screen{width:100%;height:100%;background:radial-gradient(ellipse at 50% 50%,#2d6cdf,#fff);border-radius:32px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--white);text-align:center;padding:2rem 1rem}.hero__phone-card{width:90%;background:var(--white);border-radius:var(--radius-xl);padding:1rem;color:var(--gray-800);box-shadow:var(--shadow-lg);margin-bottom:1rem}.hero__phone-card-img{width:100%;height:140px;border-radius:var(--radius);margin-bottom:.75rem;overflow:hidden}.hero__phone-card-img img{width:100%;height:100%;object-fit:cover}.hero__phone-card h4{font-size:.9rem;margin-bottom:.25rem}.hero__phone-card p{font-size:.75rem;color:var(--gray-500)}.hero__phone-actions{display:flex;gap:2rem}.hero__phone-btn{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;box-shadow:var(--shadow-md);transition:var(--transition)}.hero__phone-btn--no{background-color:#e85555;color:var(--gray-100)}.hero__phone-btn--yes{background-color:var(--primary);color:var(--white)}.hero__floating{position:absolute;background:var(--white);padding:.75rem 1rem;border-radius:var(--radius-lg);box-shadow:var(--shadow-lg);font-size:.875rem;font-weight:500;display:flex;align-items:center;gap:.5rem;animation:float 3s ease-in-out infinite}.hero__floating--1{top:10%;right:0;animation-delay:0s}.hero__floating--2{bottom:20%;left:0;animation-delay:1s}.hero__floating--3{bottom:5%;right:10%;animation-delay:2s}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@media (max-width: 1024px){.hero__inner{grid-template-columns:1fr;text-align:center}.hero__subtitle{margin-left:auto;margin-right:auto}.hero__cta,.hero__link{justify-content:center}.hero__visual{order:-1}.hero__phone{width:240px;height:500px}.hero__floating{display:none}}.how-it-works__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.how-it-works__step{text-align:center;padding:2rem}.how-it-works__icon{width:80px;height:80px;background-color:#fff;background-image:none;border-color:#0000;border-image:none;border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:var(--white);box-shadow:var(--shadow-md)}.how-it-works__number{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;background:var(--accent);color:var(--white);border-radius:50%;font-size:.875rem;font-weight:700;margin-bottom:1rem}.how-it-works__step h3{margin-bottom:.75rem}.how-it-works__step p{font-size:.9375rem}@media (max-width: 768px){.how-it-works__grid{grid-template-columns:1fr}}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.feature-card{padding:2rem}.feature-card__icon{width:56px;height:56px;background:var(--gray-100);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;font-size:1.5rem;transition:var(--transition)}.feature-card:hover .feature-card__icon{background:var(--primary);color:var(--white)}.feature-card h3{margin-bottom:.5rem;font-size:1.125rem}.feature-card p{font-size:.9375rem}@media (max-width: 1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.features__grid{grid-template-columns:1fr}}.why-different__inner{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.why-different__content h2{margin-bottom:2rem}.why-different__list{display:flex;flex-direction:column;gap:1.5rem}.why-different__item{display:flex;gap:1rem;align-items:flex-start}.why-different__item-icon{width:48px;height:48px;min-width:48px;background:var(--primary);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:1.25rem}.why-different__item h4{margin-bottom:.25rem}.why-different__item p{font-size:.9375rem}.why-different__visual{display:flex;justify-content:center}.why-different__image{width:100%;max-width:400px;height:400px;background:linear-gradient(135deg,var(--gray-100),var(--gray-200));border-radius:var(--radius-2xl);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.why-different__image:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,var(--primary-light) 0%,var(--primary) 100%);opacity:.1}.why-different__image-content{text-align:center;color:var(--gray-500);font-size:4rem}@media (max-width: 1024px){.why-different__inner{grid-template-columns:1fr;gap:3rem}.why-different__visual{order:-1}}.testimonials__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.testimonial-card{padding:2rem}.testimonial-card__stars{display:flex;gap:.25rem;margin-bottom:1rem;color:#ffc107}.testimonial-card__content{font-size:1rem;color:var(--gray-700);margin-bottom:1.5rem;line-height:1.7}.testimonial-card__author{display:flex;align-items:center;gap:.75rem}.testimonial-card__avatar{width:44px;height:44px;background:linear-gradient(135deg,var(--primary-light),var(--primary));border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--white);font-weight:600;font-size:1rem}.testimonial-card__name{font-weight:600;color:var(--gray-800);font-size:.9375rem}.testimonial-card__role{font-size:.8125rem;color:var(--gray-500)}.testimonials__disclaimer{text-align:center;font-size:.875rem;color:var(--gray-500);font-style:italic}@media (max-width: 1024px){.testimonials__grid{grid-template-columns:1fr;max-width:500px;margin-left:auto;margin-right:auto}}.for-agencies__badge{display:inline-block;background:#fff3;color:var(--white);padding:.5rem 1rem;border-radius:var(--radius-full);font-size:.875rem;font-weight:600;margin-bottom:1rem}.for-agencies__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:3rem}.for-agencies__card{background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:var(--radius-xl);padding:2rem;transition:var(--transition)}.for-agencies__card:hover{background:#ffffff26;transform:translateY(-4px)}.for-agencies__icon{font-size:2rem;margin-bottom:1rem}.for-agencies__card h3{color:var(--white);font-size:1.125rem;margin-bottom:.5rem}.for-agencies__card p{color:#ffffffd9;font-size:.9375rem;line-height:1.6}.for-agencies__cta{text-align:center}.for-agencies__cta-text{margin-top:1rem;font-size:.9375rem;opacity:.9;color:var(--gray-400)}@media (max-width: 1024px){.for-agencies__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 640px){.for-agencies__grid{grid-template-columns:1fr}}.metrics{padding:4rem 0}.metrics__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.metric-card{text-align:center;padding:2rem;background:#ffffff1a;border-radius:var(--radius-xl);border:1px solid rgba(255,255,255,.2)}.metric-card__value{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--white);margin-bottom:.5rem}.metric-card__label{font-size:.9375rem;opacity:.9}.metric-card__badge{display:inline-block;background:#fff3;padding:.25rem .75rem;border-radius:var(--radius-full);font-size:.75rem;margin-top:.75rem}@media (max-width: 768px){.metrics__grid{grid-template-columns:1fr;max-width:300px;margin:0 auto}}.faq__grid{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white);border:1px solid var(--gray-200);border-radius:var(--radius-lg);overflow:hidden}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;color:var(--gray-800);text-align:left;transition:var(--transition-fast)}.faq-item__question:hover{color:var(--primary)}.faq-item__icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;color:var(--gray-400);transition:var(--transition)}.faq-item.active .faq-item__icon{transform:rotate(180deg);color:var(--primary)}.faq-item__answer{display:none;padding:0 1.5rem 1.25rem;color:var(--gray-600);line-height:1.7}.faq-item.active .faq-item__answer{display:block}.faq-item__answer a{color:var(--primary);text-decoration:underline}.contact__inner{max-width:600px;margin:0 auto;text-align:center}.contact__card{background:var(--white);border-radius:var(--radius-2xl);padding:3rem;box-shadow:var(--shadow-lg)}.contact__icon{width:72px;height:72px;background:linear-gradient(135deg,var(--primary-light),var(--primary));border-radius:var(--radius-xl);display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:var(--white)}.contact__card h3{margin-bottom:.5rem}.contact__card>p{margin-bottom:2rem}.contact__email{display:inline-flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;color:var(--primary);margin-bottom:1rem}.contact__location{font-size:.9375rem;color:var(--gray-500);margin-bottom:1rem}.contact__response{font-size:.875rem;color:var(--gray-500);padding:.75rem 1.5rem;background:var(--gray-50);border-radius:var(--radius-full);display:inline-block}.contact__agency-note{margin-top:1.5rem;font-size:.875rem;color:var(--primary);font-weight:500}.footer{background:var(--gray-900);color:var(--gray-300);padding:4rem 0 0}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;padding-bottom:3rem;border-bottom:1px solid var(--gray-800)}.footer__brand h3{color:var(--white);font-size:1.5rem;margin-bottom:1rem;display:flex;align-items:center;gap:.75rem}.footer__brand svg{width:auto;height:36px}.footer__brand p{font-size:.9375rem;line-height:1.7;color:var(--gray-400)}.footer__column h4{color:var(--white);font-size:.9375rem;font-weight:600;margin-bottom:1.25rem}.footer__links{display:flex;flex-direction:column;gap:.75rem}.footer__link{font-size:.9375rem;color:var(--gray-400);transition:var(--transition-fast)}.footer__link:hover{color:var(--white)}.footer__contact-item{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;color:var(--gray-400);margin-bottom:.75rem}.footer__contact-item svg{width:18px;height:18px;color:var(--primary-light)}.footer__bottom{padding:1.5rem 0;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.footer__copyright{font-size:.875rem;color:var(--gray-500)}.footer__disclaimer{font-size:.8125rem;color:var(--gray-600);max-width:500px;text-align:right}@media (max-width: 1024px){.footer__grid{grid-template-columns:repeat(2,1fr)}.footer__brand{grid-column:span 2}}@media (max-width: 640px){.footer__grid{grid-template-columns:1fr}.footer__brand{grid-column:span 1}.footer__bottom{flex-direction:column;text-align:center}.footer__disclaimer{text-align:center}}.legal-page{padding-top:calc(72px + 3rem);padding-bottom:4rem;min-height:100vh}.legal-page__header{text-align:center;margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid var(--gray-200)}.legal-page__header h1{margin-bottom:.5rem}.legal-page__header p{font-size:.9375rem}.legal-content{max-width:800px;margin:0 auto}.legal-content h2{font-size:1.5rem;margin-top:2.5rem;margin-bottom:1rem;color:var(--gray-900)}.legal-content h3{font-size:1.125rem;margin-top:1.5rem;margin-bottom:.75rem;color:var(--gray-800)}.legal-content p{margin-bottom:1rem;line-height:1.8}.legal-content ul,.legal-content ol{margin-bottom:1rem;padding-left:1.5rem}.legal-content li{margin-bottom:.5rem;line-height:1.7;color:var(--gray-600)}.legal-content ul li{list-style:disc}.legal-content ol li{list-style:decimal}.legal-content a{color:var(--primary);text-decoration:underline}.legal-content strong{color:var(--gray-800)}.not-found{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:var(--section-padding) 0;text-align:center}.not-found__content{max-width:500px}.not-found__content h1{font-size:8rem;font-weight:800;color:var(--primary);line-height:1;margin-bottom:1rem}.not-found__content h2{font-size:1.75rem;font-weight:700;color:var(--gray-800);margin-bottom:1rem}.not-found__content p{font-size:1.125rem;color:var(--gray-600);margin-bottom:2rem}@media (max-width: 640px){.not-found__content h1{font-size:5rem}.not-found__content h2{font-size:1.5rem}}.text-primary{color:var(--primary)}.text-accent{color:var(--accent)}.text-center{text-align:center}.text-left{text-align:left}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}
