:root{--color-primary:#0c3370;--color-primary-light:#1654c0;--color-primary-dark:#061e47;--color-accent:#c47c14;--color-accent-light:#e09a30;--color-cta:#e5541a;--color-cta-dark:#c44210;--color-success:#22c55e;--color-white:#fff;--color-off-white:#f5f8fd;--color-gray-50:#eef2f9;--color-gray-100:#dee6f4;--color-gray-200:#c4d0e8;--color-gray-300:#95aad0;--color-gray-400:#6882a8;--color-gray-500:#4a6088;--color-gray-600:#334470;--color-gray-700:#1e2e55;--color-gray-800:#0f1e3b;--color-gray-900:#070e22;--shadow-xs:0 1px 2px 0 #0c33700f;--shadow-sm:0 2px 4px 0 #0c337014;--shadow:0 4px 8px -1px #0c33701a, 0 2px 4px -2px #0c33700f;--shadow-md:0 6px 16px -2px #0c33701f, 0 3px 6px -3px #0c337014;--shadow-lg:0 16px 32px -4px #0c337029, 0 6px 12px -4px #0c33701a;--shadow-xl:0 24px 48px -8px #0c337033;--radius-sm:.375rem;--radius:.5rem;--radius-lg:.75rem;--radius-xl:1rem;--radius-2xl:1.5rem;--transition:all .25s ease;--transition-slow:all .4s ease}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--color-gray-700);background-color:var(--color-white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.6}h1,h2,h3,h4{font-family:Montserrat,Inter,sans-serif}.app{min-height:100vh}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}@media (width>=768px){.container{padding:0 2rem}}.btn{border-radius:var(--radius);cursor:pointer;transition:var(--transition);white-space:nowrap;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:Inter,sans-serif;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-primary{background:var(--color-cta);color:var(--color-white);box-shadow:0 4px 14px #e5541a59}.btn-primary:hover{background:var(--color-cta-dark);transform:translateY(-2px);box-shadow:0 8px 20px #e5541a66}.btn-secondary{color:var(--color-white);background:0 0;border:2px solid #ffffffb3}.btn-secondary:hover{border-color:var(--color-white);background:#ffffff26}.btn-secondary-dark{color:var(--color-primary);border:2px solid var(--color-primary);background:0 0}.btn-secondary-dark:hover{background:var(--color-primary);color:var(--color-white)}.btn-whatsapp{color:var(--color-white);background:#25d366;box-shadow:0 4px 12px #25d3664d}.btn-whatsapp:hover{background:#1fbd5b;transform:translateY(-1px);box-shadow:0 6px 16px #25d36666}.btn-whatsapp-large{color:var(--color-white);border-radius:var(--radius-lg);background:#25d366;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1rem;font-weight:700;display:flex;box-shadow:0 6px 20px #25d36659}.btn-whatsapp-large:hover{background:#1fbd5b;transform:translateY(-2px);box-shadow:0 10px 28px #25d36673}.btn-call{background:var(--color-primary);color:var(--color-white);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:.625rem}.btn-call:hover{background:var(--color-primary-dark)}.btn-lg{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.btn-outline-white{color:var(--color-white);background:0 0;border:2px solid #fff9}.btn-outline-white:hover{border-color:var(--color-white);background:#ffffff1f}.desktop-only{display:none}.mobile-only{display:flex}@media (width>=768px){.desktop-only{display:inline-flex}.mobile-only{display:none}}.topbar{background:var(--color-primary-dark);color:#ffffffd9;font-size:.8125rem;display:none}@media (width>=768px){.topbar{display:block}}.topbar-container{justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding:.5rem 2rem;display:flex}.topbar-left{align-items:center;gap:1.5rem;display:flex}.topbar-item{color:#fffc;align-items:center;gap:.375rem;display:flex}.topbar-item svg{color:var(--color-accent-light);flex-shrink:0}.topbar-right{align-items:center;gap:1rem;display:flex}.topbar-link{color:#ffffffd9;transition:var(--transition);align-items:center;gap:.375rem;font-weight:500;text-decoration:none;display:flex}.topbar-link:hover{color:var(--color-white)}.topbar-link.wa{color:#4ae07a}.topbar-link.wa:hover{color:#6ef097}.topbar-divider{background:#fff3;width:1px;height:14px}.header-wrapper{z-index:1000;position:fixed;top:0;left:0;right:0}.header{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition);background:#fffffff7}.header.with-topbar{top:0}.header.scrolled{box-shadow:var(--shadow-md)}.header-container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:.875rem 1.5rem;display:flex}@media (width>=768px){.header-container{padding:.875rem 2rem}}.logo{align-items:center;gap:.625rem;text-decoration:none;display:flex}.logo-icon{background:var(--color-primary);border-radius:var(--radius);width:36px;height:36px;color:var(--color-white);flex-shrink:0;justify-content:center;align-items:center;display:flex}.logo-texts{flex-direction:column;line-height:1.1;display:flex}.logo-text{color:var(--color-primary);letter-spacing:-.02em;font-family:Montserrat,sans-serif;font-size:1rem;font-weight:800}@media (width>=768px){.logo-text{font-size:1.125rem}}.logo-suffix{color:var(--color-gray-400);letter-spacing:.04em;font-size:.6875rem;font-weight:500}.nav{background:var(--color-white);box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;border-top:3px solid var(--color-cta);transition:transform .3s,opacity .3s;position:absolute;top:100%;left:0;right:0;transform:translateY(-110%)}.nav.open{opacity:1;visibility:visible;transform:translateY(0)}@media (width>=768px){.nav{box-shadow:none;opacity:1;visibility:visible;background:0 0;border-top:none;position:static;transform:none}}.nav-list{flex-direction:column;gap:.25rem;padding:1rem;list-style:none;display:flex}@media (width>=768px){.nav-list{flex-direction:row;align-items:center;gap:.125rem;padding:0}}.nav-link{color:var(--color-gray-600);border-radius:var(--radius);transition:var(--transition);padding:.75rem 1rem;font-size:.9375rem;font-weight:500;text-decoration:none;display:block}.nav-link:hover{color:var(--color-primary);background:var(--color-gray-50)}@media (width>=768px){.nav-link{background:0 0;padding:.5rem .75rem}.nav-link:hover{color:var(--color-cta);background:0 0}}.header-actions{align-items:center;gap:.5rem;display:flex}.menu-toggle{color:var(--color-gray-700);cursor:pointer;border-radius:var(--radius);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;display:flex}.menu-toggle:hover{background:var(--color-gray-50)}@media (width>=768px){.menu-toggle{display:none}}.hero{flex-direction:column;justify-content:center;min-height:100vh;padding-top:64px;display:flex;position:relative;overflow:hidden}@media (width>=768px){.hero{padding-top:104px}}.hero-background{z-index:0;position:absolute;inset:0}.hero-bg-image{object-fit:cover;object-position:center 40%;width:100%;height:100%}.hero-overlay{background:linear-gradient(105deg,#06122feb 0%,#0c2350d1 45%,#0c33708c 100%);position:absolute;inset:0}.hero-main{z-index:1;flex:1;align-items:center;padding:4rem 1.5rem 2rem;display:flex;position:relative}@media (width>=768px){.hero-main{padding:5rem 2rem 2rem}}.hero-content{max-width:760px}.hero-badge{color:var(--color-accent-light);letter-spacing:.04em;text-transform:uppercase;background:#c47c142e;border:1px solid #c47c1459;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1.5rem;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}.hero-badge-dot{background:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:2s infinite pulse-dot}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.hero-title{color:var(--color-white);letter-spacing:-.03em;margin-bottom:1.25rem;font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:900;line-height:1.1}@media (width>=768px){.hero-title{font-size:3.5rem}}@media (width>=1024px){.hero-title{font-size:4rem}}.hero-title .highlight{color:var(--color-accent-light);position:relative}.hero-subtitle{color:#ffffffc7;max-width:580px;margin-bottom:2.25rem;font-size:1.0625rem;line-height:1.75}@media (width>=768px){.hero-subtitle{font-size:1.1875rem}}.hero-cta{flex-direction:column;gap:.875rem;display:flex}@media (width>=520px){.hero-cta{flex-direction:row}}.hero-stats{z-index:1;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#06122fcc;border-top:1px solid #ffffff1a;position:relative}.hero-stats-inner{grid-template-columns:repeat(3,1fr);gap:0;max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem;display:grid}@media (width>=768px){.hero-stats-inner{padding:1.5rem 2rem}}.hero-stat{text-align:center;border-right:1px solid #ffffff1f;padding:.5rem 1rem}.hero-stat:last-child{border-right:none}.hero-stat-number{color:var(--color-accent-light);margin-bottom:.25rem;font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:900;line-height:1}@media (width>=768px){.hero-stat-number{font-size:2.25rem}}.hero-stat-label{color:#ffffffa6;letter-spacing:.02em;font-size:.8125rem;font-weight:500}.section{padding:5rem 0}@media (width>=768px){.section{padding:6.5rem 0}}.section-header{text-align:center;margin-bottom:3.5rem}@media (width>=768px){.section-header{margin-bottom:4.5rem}}.section-header.text-left{text-align:left}.section-tag{color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;background:#c47c141a;border:1px solid #c47c1440;border-radius:100px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.35rem .875rem;font-size:.75rem;font-weight:700;display:inline-flex}.section-title{color:var(--color-primary-dark);letter-spacing:-.025em;margin-bottom:.875rem;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;line-height:1.15}@media (width>=768px){.section-title{font-size:2.625rem}}.section-subtitle{color:var(--color-gray-500);max-width:560px;margin:0 auto;font-size:1.0625rem;line-height:1.7}.services{background:var(--color-off-white)}.services-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.services-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}.service-card-featured{background:linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 100%);border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);transition:var(--transition);grid-column:1/-1;align-items:center;gap:2rem;padding:2.5rem;display:flex}.service-card-featured:hover{transform:translateY(-4px);box-shadow:0 28px 56px -8px #0c33704d}.service-card-featured .service-icon{width:72px;height:72px;color:var(--color-accent-light);border-radius:var(--radius-xl);background:#c47c1433;border:1px solid #c47c1459;flex-shrink:0;justify-content:center;align-items:center;display:flex}.service-card-featured .service-badge{color:var(--color-accent-light);text-transform:uppercase;letter-spacing:.06em;background:#c47c1433;border:1px solid #c47c144d;border-radius:100px;align-items:center;gap:.375rem;margin-bottom:.625rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.service-card-featured .service-title{color:var(--color-white);margin-bottom:.625rem;font-family:Montserrat,sans-serif;font-size:1.375rem;font-weight:800}.service-card-featured .service-description{color:#ffffffb8;font-size:.9375rem;line-height:1.65}.service-card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-xs);border:1px solid var(--color-gray-100);transition:var(--transition-slow);padding:1.75rem;position:relative;overflow:hidden}.service-card:before{content:"";background:linear-gradient(90deg, var(--color-primary), var(--color-primary-light));opacity:0;height:3px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.service-card:hover{box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-5px)}.service-card:hover:before{opacity:1}.service-icon{background:var(--color-gray-50);width:52px;height:52px;color:var(--color-primary);border-radius:var(--radius-lg);transition:var(--transition);justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-card:hover .service-icon{background:var(--color-primary);color:var(--color-white)}.service-title{color:var(--color-gray-800);margin-bottom:.625rem;font-size:1rem;font-weight:700;line-height:1.35}.service-description{color:var(--color-gray-400);font-size:.9375rem;line-height:1.65}.products{background:var(--color-white)}.products-grid{grid-template-columns:1fr;gap:1.75rem;display:grid}@media (width>=640px){.products-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}.product-card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-100);transition:var(--transition-slow);flex-direction:column;display:flex;overflow:hidden}.product-card:hover{box-shadow:var(--shadow-xl);border-color:#0000;transform:translateY(-6px)}.product-card.featured{border:2px solid var(--color-accent);box-shadow:0 0 0 1px #c47c1426, var(--shadow)}.product-image{aspect-ratio:4/3;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.06)}.product-badge{background:var(--color-accent);color:var(--color-white);letter-spacing:.04em;text-transform:uppercase;border-radius:100px;padding:.35rem .75rem;font-size:.75rem;font-weight:700;position:absolute;top:1rem;left:1rem}.product-content{flex-direction:column;flex:1;padding:1.375rem 1.5rem;display:flex}.product-name{color:var(--color-gray-800);margin-bottom:.4rem;font-family:Montserrat,sans-serif;font-size:1.0625rem;font-weight:800}.product-description{color:var(--color-gray-400);flex:1;margin-bottom:1.125rem;font-size:.9rem;line-height:1.55}.product-cta{border-top:1px solid var(--color-gray-100);justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.product-cta-link{color:var(--color-primary);transition:var(--transition);align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;text-decoration:none;display:inline-flex}.product-cta-link:hover{color:var(--color-cta);gap:.625rem}.products-cta{text-align:center;margin-top:3.5rem}.why-us{background:var(--color-primary-dark);position:relative;overflow:hidden}.why-us:before{content:"";pointer-events:none;background:radial-gradient(circle,#c47c140f 0%,#0000 70%);width:600px;height:600px;position:absolute;top:-50%;right:-10%}.why-us .section-tag{color:var(--color-accent-light);background:#c47c1426;border-color:#c47c144d}.why-us .section-title{color:var(--color-white)}.why-us .section-subtitle{color:#fff9}.reasons-grid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (width>=640px){.reasons-grid{grid-template-columns:repeat(2,1fr)}}@media (width>=1024px){.reasons-grid{grid-template-columns:repeat(4,1fr)}}.reason-card{border-radius:var(--radius-xl);transition:var(--transition-slow);background:#ffffff0d;border:1px solid #ffffff1a;padding:2rem;position:relative;overflow:hidden}.reason-card:hover{background:#ffffff14;border-color:#c47c144d;transform:translateY(-4px)}.reason-number{color:#ffffff0a;pointer-events:none;-webkit-user-select:none;user-select:none;font-family:Montserrat,sans-serif;font-size:5rem;font-weight:900;line-height:1;position:absolute;top:-.75rem;right:1rem}.reason-icon{width:52px;height:52px;color:var(--color-accent-light);border-radius:var(--radius-lg);background:#c47c1426;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.reason-title{color:var(--color-white);margin-bottom:.625rem;font-family:Montserrat,sans-serif;font-size:1.0625rem;font-weight:700}.reason-description{color:#ffffff94;font-size:.9375rem;line-height:1.65}.about{background:var(--color-white)}.about-content{grid-template-columns:1fr;align-items:center;gap:3rem;display:grid}@media (width>=1024px){.about-content{grid-template-columns:1fr 1fr;gap:5rem}}.about-image-wrapper{position:relative}.about-image{border-radius:var(--radius-2xl);box-shadow:var(--shadow-xl);overflow:hidden}.about-image img{object-fit:cover;aspect-ratio:4/3;width:100%;height:100%;display:block}.about-image-badge{background:var(--color-primary);color:var(--color-white);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-lg);min-width:120px;padding:1.25rem;position:absolute;bottom:-1.25rem;right:-1.25rem}.about-image-badge-number{color:var(--color-accent-light);font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;line-height:1}.about-image-badge-text{color:#ffffffbf;margin-top:.25rem;font-size:.75rem;font-weight:500}.about-stats{border:1px solid var(--color-gray-100);border-radius:var(--radius-xl);grid-template-columns:repeat(3,1fr);gap:0;margin-bottom:2rem;display:grid;overflow:hidden}.about-stat{text-align:center;border-right:1px solid var(--color-gray-100);padding:1.25rem 1rem}.about-stat:last-child{border-right:none}.about-stat-number{color:var(--color-primary);margin-bottom:.375rem;font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:900;line-height:1}.about-stat-label{color:var(--color-gray-400);font-size:.75rem;font-weight:500;line-height:1.3}.about-text .section-tag{margin-bottom:1rem}.about-description{color:var(--color-gray-500);margin-bottom:1.125rem;font-size:1rem;line-height:1.8}.about-details{flex-direction:column;gap:.875rem;margin-top:1.75rem;display:flex}.about-detail{background:var(--color-off-white);border-radius:var(--radius-lg);border-left:3px solid var(--color-primary);transition:var(--transition);align-items:flex-start;gap:1rem;padding:1rem 1.25rem;display:flex}.about-detail:hover{background:var(--color-gray-50)}.about-detail-icon{background:var(--color-primary);width:36px;height:36px;color:var(--color-white);border-radius:var(--radius);flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-detail strong{color:var(--color-gray-800);margin-bottom:.125rem;font-size:.9375rem;font-weight:600;display:block}.about-detail span{color:var(--color-gray-500);font-size:.875rem}.brands-strip{background:var(--color-off-white);border-top:1px solid var(--color-gray-100);border-bottom:1px solid var(--color-gray-100);padding:1.75rem 0;overflow:hidden}.brands-label{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.08em;text-align:center;margin-bottom:1.25rem;font-size:.8125rem;font-weight:600}.brands-list{flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;display:flex}.brand-pill{background:var(--color-white);border:1px solid var(--color-gray-200);border-radius:var(--radius-lg);color:var(--color-gray-600);letter-spacing:.02em;transition:var(--transition);padding:.5rem 1.125rem;font-size:.875rem;font-weight:700}.brand-pill:hover{border-color:var(--color-primary);color:var(--color-primary);box-shadow:var(--shadow-sm)}.contact{background:var(--color-off-white)}.contact-content{grid-template-columns:1fr;gap:2rem;display:grid}@media (width>=1024px){.contact-content{grid-template-columns:1fr 1.35fr;gap:3.5rem}}.contact-info{flex-direction:column;gap:1.25rem;display:flex}.contact-card{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-100);flex-direction:column;gap:1.25rem;padding:1.625rem;display:flex}.contact-item{align-items:flex-start;gap:1rem;display:flex}.contact-icon{background:var(--color-gray-50);width:46px;height:46px;color:var(--color-primary);border-radius:var(--radius-lg);flex-shrink:0;justify-content:center;align-items:center;display:flex}.contact-icon.phone-icon{background:var(--color-cta);color:var(--color-white)}.contact-text h3{color:var(--color-gray-400);text-transform:uppercase;letter-spacing:.04em;margin-bottom:.25rem;font-size:.8125rem;font-weight:600}.contact-text p{color:var(--color-gray-800);font-size:.9375rem;font-weight:500}.contact-link{color:var(--color-cta);transition:var(--transition);font-size:1.0625rem;font-weight:700;text-decoration:none}.contact-link:hover{color:var(--color-cta-dark)}.contact-map{border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-100);overflow:hidden}.contact-form-container{background:var(--color-white);border-radius:var(--radius-xl);box-shadow:var(--shadow-sm);border:1px solid var(--color-gray-100);padding:2rem}@media (width>=768px){.contact-form-container{padding:2.5rem}}.contact-form-title{color:var(--color-primary-dark);margin-bottom:.375rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800}.contact-form-sub{color:var(--color-gray-400);margin-bottom:1.75rem;font-size:.9rem}.contact-form{flex-direction:column;gap:1.125rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{color:var(--color-gray-600);font-size:.875rem;font-weight:600}.form-group input,.form-group textarea{border:1.5px solid var(--color-gray-200);border-radius:var(--radius-lg);color:var(--color-gray-800);background:var(--color-white);transition:var(--transition);padding:.875rem 1rem;font-family:inherit;font-size:.9375rem}.form-group input:focus,.form-group textarea:focus{border-color:var(--color-primary-light);outline:none;box-shadow:0 0 0 3px #1654c01a}.form-group input::placeholder,.form-group textarea::placeholder{color:var(--color-gray-300)}.form-group textarea{resize:vertical;min-height:120px}.form-success{text-align:center;padding:2.5rem 1rem}.form-success-icon{color:#25d366;background:#25d3661a;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 1.25rem;display:flex}.form-success h3{color:var(--color-gray-800);margin-bottom:.5rem;font-family:Montserrat,sans-serif;font-size:1.25rem;font-weight:800}.form-success p{color:var(--color-gray-400);font-size:.9375rem}.footer-cta-banner{background:linear-gradient(135deg, var(--color-accent) 0%, #a86510 100%);text-align:center;padding:3.5rem 0}.footer-cta-banner h2{color:var(--color-white);letter-spacing:-.02em;margin-bottom:.625rem;font-family:Montserrat,sans-serif;font-size:1.875rem;font-weight:900}.footer-cta-banner p{color:#fffc;margin-bottom:1.75rem;font-size:1.0625rem}.footer-cta-actions{flex-direction:column;align-items:center;gap:.875rem;display:flex}@media (width>=520px){.footer-cta-actions{flex-direction:row;justify-content:center}}.btn-cta-white{background:var(--color-white);color:var(--color-accent);border-radius:var(--radius);transition:var(--transition);cursor:pointer;border:none;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:700;text-decoration:none;display:inline-flex}.btn-cta-white:hover{box-shadow:var(--shadow-lg);background:#ffffffe6;transform:translateY(-2px)}.btn-cta-outline-white{color:var(--color-white);border-radius:var(--radius);transition:var(--transition);background:0 0;border:2px solid #ffffffa6;align-items:center;gap:.5rem;padding:.875rem 2rem;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.btn-cta-outline-white:hover{border-color:var(--color-white);background:#ffffff1f}.footer{background:var(--color-gray-900);color:var(--color-gray-300);padding:3.5rem 0 0}.footer-content{border-bottom:1px solid #ffffff12;grid-template-columns:1fr;gap:2.5rem;padding-bottom:2.5rem;display:grid}@media (width>=768px){.footer-content{grid-template-columns:1.6fr 1fr 1fr;gap:3rem}}.footer-logo{color:var(--color-white);letter-spacing:-.02em;margin-bottom:.375rem;font-family:Montserrat,sans-serif;font-size:1.1875rem;font-weight:900}.footer-logo span{color:var(--color-gray-500);margin-left:.25rem;font-size:.8125rem;font-weight:500}.footer-tagline{color:var(--color-gray-400);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.65}.footer-badge{color:var(--color-accent-light);background:#c47c141f;border:1px solid #c47c1440;border-radius:100px;align-items:center;gap:.5rem;padding:.375rem .875rem;font-size:.75rem;font-weight:600;display:inline-flex}.footer-links{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (width>=768px){.footer-links{display:contents}}.footer-section h4{color:var(--color-white);text-transform:uppercase;letter-spacing:.08em;margin-bottom:1.125rem;font-size:.8125rem;font-weight:700}.footer-section ul{flex-direction:column;gap:.625rem;list-style:none;display:flex}.footer-section a{color:var(--color-gray-400);transition:var(--transition);align-items:center;gap:.375rem;font-size:.9375rem;text-decoration:none;display:flex}.footer-section a:hover{color:var(--color-white);padding-left:.25rem}.footer-contact li{color:var(--color-gray-400);align-items:center;gap:.625rem;font-size:.9375rem;display:flex}.footer-contact svg{color:var(--color-accent);flex-shrink:0}.footer-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding:1.375rem 0;display:flex}.footer-bottom p{color:#ffffff4d;font-size:.875rem}.footer-bottom-right{color:#fff3;font-size:.8125rem}.nav-link-active{font-weight:600;color:var(--color-cta)!important}@media (width>=768px){.nav-link-active{color:var(--color-cta)!important}}.page-banner{background:linear-gradient(135deg, var(--color-primary-dark) 0%, var(--color-primary) 60%, #1654c0 100%);padding:calc(64px + 2.75rem) 0 2.75rem;position:relative;overflow:hidden}@media (width>=768px){.page-banner{padding:calc(104px + 3.5rem) 0 3.5rem}}.page-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#c47c1414 0%,#0000 65%);width:500px;height:500px;position:absolute;top:-40%;right:-5%}.page-banner-overlay{background:#06122fbf;position:absolute;inset:0}.page-breadcrumb{color:#ffffff80;align-items:center;gap:.375rem;margin-bottom:1rem;font-size:.8125rem;display:flex;position:relative}.page-breadcrumb a{color:#ffffff80;transition:var(--transition);text-decoration:none}.page-breadcrumb a:hover{color:#ffffffd9}.page-breadcrumb svg{color:#ffffff4d}.page-breadcrumb span{color:#fffc;font-weight:500}.page-banner-title{color:var(--color-white);letter-spacing:-.025em;margin-bottom:.625rem;font-family:Montserrat,sans-serif;font-size:2rem;font-weight:900;line-height:1.1;position:relative}@media (width>=768px){.page-banner-title{font-size:2.75rem}}.page-banner-subtitle{color:#ffffffa6;max-width:540px;font-size:1.0625rem;position:relative}.services-teaser{background:var(--color-white)}.teaser-grid{grid-template-columns:1fr;gap:1.25rem;display:grid}@media (width>=640px){.teaser-grid{grid-template-columns:repeat(3,1fr)}}.teaser-card{background:var(--color-off-white);border-radius:var(--radius-xl);border:1px solid var(--color-gray-100);transition:var(--transition-slow);padding:1.75rem}.teaser-card:hover{background:var(--color-white);box-shadow:var(--shadow-lg);border-color:#0000;transform:translateY(-4px)}.floating-wa{z-index:999;width:58px;height:58px;color:var(--color-white);transition:var(--transition);background:#25d366;border-radius:50%;justify-content:center;align-items:center;text-decoration:none;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 8px 24px #25d36673}.floating-wa:hover{background:#1fbd5b;transform:scale(1.1);box-shadow:0 12px 32px #25d3668c}.floating-wa:before{content:"";z-index:-1;background:#25d366;border-radius:50%;width:100%;height:100%;animation:2.5s infinite wa-pulse;position:absolute}@keyframes wa-pulse{0%{opacity:.7;transform:scale(1)}70%{opacity:0;transform:scale(1.6)}to{opacity:0;transform:scale(1.6)}}.fade-in{opacity:0;transition:opacity .65s,transform .65s;transform:translateY(28px)}.fade-in.animate-in{opacity:1;transform:translateY(0)}.fade-in:nth-child(2){transition-delay:80ms}.fade-in:nth-child(3){transition-delay:.16s}.fade-in:nth-child(4){transition-delay:.24s}.fade-in:nth-child(5){transition-delay:.32s}.fade-in:nth-child(6){transition-delay:.4s}.fade-in:nth-child(7){transition-delay:.48s}@media (prefers-reduced-motion:reduce){.fade-in,.floating-wa:before{opacity:1;transition:none;animation:none;transform:none}}.text-left{text-align:left!important}
