:root{color-scheme:light;--color-bg:#f3ecde;--color-surface:#fbf6eb;--color-surface-hover:#fffbf2;--color-primary:#183451;--color-secondary:#a9501c;--color-heading:#183451;--color-text:#2e3138;--color-text-muted:#6e6555;--color-border:#dfd2b8;--btn-primary-text:#f3ecde;--logo-filter:none;--font-family-sans:var(--font-sans,-apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif);--font-family-heading:var(--font-display,Georgia, "Times New Roman", serif);--space-xs:.5rem;--space-sm:1rem;--space-md:2rem;--space-lg:4rem;--space-xl:8rem;--radius-sm:8px;--radius-md:10px;--radius-full:9999px;--shadow-sm:0 1px 3px #18345114;--text-display:clamp(2.25rem, 4vw, 3.5rem);--text-hero:clamp(2.75rem, 6.5vw, 5.25rem);--text-base:1rem;--text-sm:.875rem;--ease-out:cubic-bezier(.165, .84, .44, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--dur-fast:.15s;--dur-base:.3s;--dur-slow:.5s}html[data-theme=dark]{color-scheme:dark;--color-bg:#0e0f11;--color-band:#141517;--color-surface:#1a1b1f;--color-surface-hover:#212328;--color-primary:#d98e55;--color-secondary:#c9773e;--color-heading:#f4f1ea;--color-text:#e4e1da;--color-text-muted:#9b9a94;--color-border:#2a2c32;--btn-primary-text:#0e0f11;--logo-filter:brightness(3);--shadow-sm:none}.accent-riviera{--acc-bg:#e4e9ec;--acc-border:#c3cfd8;--acc-ink:#183451}.accent-terra{--acc-bg:#f2decf;--acc-border:#e0bfa4;--acc-ink:#8b3f13}.accent-sand{--acc-bg:#eddfc6;--acc-border:#d4af83;--acc-ink:#6e4f23}html[data-theme=dark] .accent-riviera{--acc-bg:#1b2430;--acc-border:#2e3d50;--acc-ink:#a8c3da}html[data-theme=dark] .accent-terra{--acc-bg:#2a2118;--acc-border:#4a3423;--acc-ink:#e3a472}html[data-theme=dark] .accent-sand{--acc-bg:#26221a;--acc-border:#4a3f2c;--acc-ink:#d4af83}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:120px;font-size:16px}body{font-family:var(--font-family-sans);background-color:var(--color-bg);color:var(--color-text);-webkit-font-smoothing:antialiased;transition:background-color var(--dur-base) var(--ease-in-out), color var(--dur-base) var(--ease-in-out);line-height:1.6;overflow-x:clip}body.menu-open{overflow:hidden}.skip-link{z-index:2000;background:var(--color-primary);color:var(--color-bg);border-radius:0 0 var(--radius-sm) var(--radius-sm);transition:transform var(--dur-fast) var(--ease-out);padding:.75rem 1.25rem;font-weight:600;position:fixed;top:0;left:1rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}h1,h2,h3,h4,h5,h6{font-family:var(--font-family-heading);color:var(--color-heading);letter-spacing:-.015em;overflow-wrap:break-word;font-weight:400;line-height:1.1}a{color:var(--color-primary);transition:color var(--dur-base) var(--ease-in-out);text-decoration:none}a,button{touch-action:manipulation;-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline:2px solid var(--color-secondary);outline-offset:4px;border-radius:4px}.container{width:100%;max-width:1200px;padding:0 var(--space-sm);margin:0 auto}.relative{position:relative}.z-10{z-index:10}.text-center{text-align:center}.mx-auto{margin-inline:auto}.mt-2{margin-block-start:.5rem}.mt-4{margin-block-start:1rem}.mt-8{margin-block-start:2rem}.mt-12{margin-block-start:3rem}.mb-6{margin-block-end:1.5rem}.mb-8{margin-block-end:2rem}.pt-large{padding-block-start:var(--space-xl)}.pb-large{padding-block-end:var(--space-xl)}.text-muted{color:var(--color-text-muted)}.text-sm{font-size:var(--text-sm)}.measure{max-width:60ch}.btn{border-radius:var(--radius-md);font-weight:600;font-family:var(--font-family-sans);cursor:pointer;transition:background-color var(--dur-base) var(--ease-in-out), border-color var(--dur-base) var(--ease-in-out), color var(--dur-base) var(--ease-in-out), transform var(--dur-base) var(--ease-in-out);font-size:var(--text-base);border:none;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.75rem;display:inline-flex}.btn-primary{background:var(--color-primary);color:var(--btn-primary-text)}.btn-primary:hover{background:var(--color-secondary);transform:translateY(-2px)}.btn-outline{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.btn-outline:hover{background:var(--color-surface-hover);border-color:var(--color-secondary);color:var(--color-secondary)}.btn-large{padding:1rem 2.5rem;font-size:1.125rem}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.site-header{background:var(--color-bg);border-bottom:1px solid var(--color-border);z-index:1000;width:100%;transition:padding var(--dur-base) var(--ease-in-out), background var(--dur-base) var(--ease-in-out);padding:1rem 0;position:fixed;top:0;left:0}.site-header.scrolled{padding:.5rem 0}.nav-container{align-items:center;height:100px;display:flex}.main-nav{margin-inline-start:auto}.logo-container{align-items:center;display:flex}.logo-img{width:auto;height:64px;transition:height var(--dur-base) var(--ease-in-out);object-fit:contain;filter:var(--logo-filter)}.site-header.scrolled .logo-img{height:48px}.footer-logo-img{margin-block-end:1rem;height:40px!important}.nav-links{align-items:center;gap:2.5rem;list-style:none;display:flex}.nav-link{color:var(--color-text-muted);transition:color var(--dur-base) var(--ease-in-out);font-size:.95rem;font-weight:500;position:relative}.nav-link:hover,.nav-link:focus{color:var(--color-text)}.nav-link:after{content:"";background-color:var(--color-secondary);width:4px;height:4px;transition:transform var(--dur-base) var(--ease-out);border-radius:50%;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)scale(0)}.nav-link:hover:after,.nav-link:focus:after{transform:translate(-50%)scale(1)}.nav-actions{align-items:center;gap:1rem;margin-inline-start:2.5rem;display:flex}.lang-switch{border:1px solid var(--color-border);min-width:44px;min-height:44px;color:var(--color-text);border-radius:var(--radius-sm);cursor:pointer;transition:border-color var(--dur-base) var(--ease-in-out), background-color var(--dur-base) var(--ease-in-out);background:0 0;justify-content:center;align-items:center;padding:.25rem .75rem;font-size:.85rem;font-weight:600;display:inline-flex}.lang-switch:hover{border-color:var(--color-primary);background:var(--color-surface-hover)}.theme-switch{padding:.3rem .6rem;font-size:1rem;line-height:1}.theme-switch .ph-sun,html[data-theme=dark] .theme-switch .ph-moon{display:none}html[data-theme=dark] .theme-switch .ph-sun{display:inline}.menu-toggle{cursor:pointer;z-index:1001;background:0 0;border:none;justify-content:center;align-items:center;min-width:44px;min-height:44px;padding:.5rem;display:none}.hamburger,.hamburger:before,.hamburger:after{background-color:var(--color-text);width:24px;height:2px;transition:background-color var(--dur-base) var(--ease-in-out), transform var(--dur-base) var(--ease-out);display:block}.hamburger:before,.hamburger:after{content:"";position:absolute}.hamburger:before{transform:translateY(-8px)}.hamburger:after{transform:translateY(8px)}.hero{padding-block-start:calc(132px + var(--space-md));padding-block-end:var(--space-lg)}.hero-split{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);align-items:center;gap:4rem;display:grid}.hero-split .hero-cta{justify-content:flex-start}.hero-split .hero-subtitle{margin-block-end:2rem;margin-inline:0}.hero-stats{gap:1.5rem;padding:2rem 2.5rem;display:grid}.hero-stats .stat-item{text-align:start}.hero-stats .stat-item+.stat-item{border-block-start:1px solid var(--color-border);padding-block-start:1.5rem}.hero-stats .stat-number{font-size:2.5rem}.hero-title{font-size:var(--text-display);text-wrap:balance;margin-block-end:1.5rem}.hero-subtitle{color:var(--color-text-muted);max-width:700px;margin-block-end:3rem;margin-inline:auto;font-size:clamp(1.1rem,2vw,1.25rem)}.hero-cta{justify-content:center;gap:1rem;display:flex}.section-wash{background:var(--acc-bg,transparent)}html[data-theme=dark] .section-wash{background:var(--color-band)}.card-tinted{background:var(--acc-bg,var(--color-surface));border-color:var(--acc-border,var(--color-border))}html[data-theme=dark] .card-tinted{background:var(--color-surface)}.section-eyebrow{font-family:var(--font-family-sans);letter-spacing:.08em;text-transform:uppercase;color:var(--acc-ink,var(--color-secondary));margin-block-end:.75rem;font-size:.8rem;font-weight:600;display:block}.stat-item{text-align:center}.stat-number{font-family:var(--font-family-heading);color:var(--color-heading);font-variant-numeric:tabular-nums;margin-block-end:.25rem;font-size:3rem;font-weight:400;line-height:1.1}.stat-label{color:var(--acc-ink,var(--color-secondary));text-transform:uppercase;letter-spacing:1px;font-weight:500;font-size:var(--text-sm)}.about-wrapper{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.section-heading{font-size:var(--text-display);text-wrap:balance;position:relative}.section-description{max-width:600px;color:var(--color-text-muted);font-size:1.1rem;line-height:1.7}.accent-line{background:var(--acc-ink,var(--color-primary));border-radius:2px;width:60px;height:4px;margin-block-end:1.5rem;display:block}.about-facts{padding:2.5rem}.about-facts ul{gap:1.25rem;list-style:none;display:grid}.about-facts li{align-items:center;gap:.875rem;font-weight:500;display:flex}.about-facts i{color:var(--acc-ink,var(--color-secondary));flex-shrink:0;font-size:1.25rem}.expertise-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem;display:grid}.expertise-grid>:first-child{grid-column:1/-1}.expertise-grid>:first-child .card-text{max-width:60ch}.expertise-card{transition:transform var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);padding:2.5rem}.expertise-card:hover{border-color:var(--acc-border,var(--color-border));transform:translateY(-2px)}.card-icon-wrapper{background:var(--acc-bg,var(--color-bg));border-radius:var(--radius-sm);width:44px;height:44px;color:var(--acc-ink,var(--color-secondary));justify-content:center;align-items:center;margin-block-end:1.5rem;font-size:1.35rem;display:flex}.card-title{margin-block-end:1rem;font-size:1.5rem}.card-text{color:var(--color-text-muted)}.tech-tags{flex-wrap:wrap;gap:.5rem;display:flex}.tech-tags span{background:var(--acc-bg,var(--color-bg));border-radius:var(--radius-full);color:var(--acc-ink,var(--color-text));padding:.25rem .75rem;font-size:.75rem;font-weight:600}.app-row{grid-template-columns:minmax(0,1fr) minmax(0,1fr);align-items:center;gap:4rem;display:grid}.app-row+.app-row{margin-block-start:var(--space-lg)}.app-row:nth-of-type(2n) .app-media{order:2}.app-media img{border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;height:auto;box-shadow:var(--shadow-sm);display:block}.app-media-phone{justify-content:center;display:flex}.app-media-phone img{max-width:260px}.app-media-strips{gap:var(--space-sm);flex-direction:column;display:flex}.app-media-strips img{box-shadow:none;border:none}.app-icon-img{border-radius:var(--radius-md);width:56px;height:56px;margin-block-end:1.5rem;display:block}.contact-methods{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.footer{border-top:1px solid var(--color-border);padding:4rem 0 2rem}.footer-content{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;margin-block-end:3rem;display:flex}.footer-links{gap:2rem;display:flex}.footer-links a{color:var(--color-text-muted)}.footer-links a:hover{color:var(--color-secondary)}.footer-bottom{border-top:1px solid var(--color-border);justify-content:space-between;align-items:center;padding-block-start:2rem;display:flex}.product-hero{text-align:center;padding-block-start:calc(132px + var(--space-md));padding-block-end:var(--space-lg);position:relative}.product-hero .hero-subtitle{margin-block-end:2rem}.product-meta{font-size:var(--text-sm);color:var(--color-text-muted);margin-block-start:1.25rem}.product-shot{max-width:900px;margin:3rem auto 0}.product-shot img{border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;height:auto;box-shadow:var(--shadow-sm);display:block}.product-grid-2{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.product-plans{grid-template-columns:repeat(2,1fr);gap:2rem;max-width:780px;margin-inline:auto;display:grid}.strip-shot{max-width:900px;margin:3rem auto 0}.strip-shot img{border-radius:var(--radius-md);width:100%;height:auto;display:block}.strip-caption{font-size:var(--text-sm);color:var(--color-text-muted);text-align:center;margin-block-start:.75rem}.phone-shots{grid-template-columns:repeat(auto-fit,minmax(180px,240px));justify-content:center;gap:1.5rem;display:grid}.phone-shot img{border-radius:var(--radius-md);border:1px solid var(--color-border);width:100%;height:auto;box-shadow:var(--shadow-sm);display:block}.product-hero .phone-shot{max-width:280px;margin:3rem auto 0}.plan-card{padding:2rem}.plan-card.pro{border:2px solid var(--acc-ink,var(--color-secondary))}.plan-price{color:var(--color-text-muted);margin:.25rem 0 1rem}.plan-list{list-style:none}.plan-list li{padding:.4rem 0 .4rem 1.5rem;position:relative}.plan-list li:before{content:"";background:var(--acc-ink,var(--color-secondary));border-radius:50%;width:8px;height:8px;position:absolute;top:.95rem;left:0}.legal{padding-block-start:calc(132px + var(--space-md))}.legal-body{max-width:72ch}.legal-header{border-block-end:1px solid var(--color-border);margin-block-end:var(--space-md);padding-block-end:var(--space-sm)}.legal-header h1{text-wrap:balance;margin-block-end:.5rem;font-size:2rem}.legal-updated{color:var(--color-text-muted);font-size:var(--text-sm)}.legal h2{margin-block:var(--space-md) .75rem;font-size:1.375rem}.legal p{margin-block-end:.875rem}.legal ul{margin-block-end:.875rem;padding-inline-start:1.5rem}.legal li{margin-block-end:.5rem}.legal a{color:var(--acc-ink,var(--color-secondary));text-decoration:underline}.legal-callout{padding:1.25rem 1.5rem}.legal-callout p:last-child{margin-block-end:0}.not-found{padding-block-start:calc(132px + 2rem)}.not-found-body{max-width:60ch}.not-found-code{font-family:var(--font-heading);font-size:var(--text-display);color:var(--acc-ink,var(--color-secondary));margin-block-end:.5rem;line-height:1}.not-found h1{text-wrap:balance;margin-block-end:.75rem;font-size:2rem}.not-found-text{color:var(--color-text-muted);margin-block-end:1.5rem}.not-found-links{gap:.5rem;padding:0;list-style:none;display:grid}.not-found-links a{color:var(--acc-ink,var(--color-secondary));text-decoration:underline}.animate-on-scroll{opacity:0;visibility:hidden}html.no-js .animate-on-scroll{opacity:1;visibility:visible}.animate-on-scroll.is-visible{animation:fadeIn var(--dur-slow) var(--ease-out) forwards}.animate-slide-up{animation:slideUp var(--dur-slow) var(--ease-out) forwards;opacity:0;transform:translateY(40px)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.is-visible.fade-in{animation:fadeIn var(--dur-slow) var(--ease-out) forwards}.is-visible.slide-right{animation:slideRight var(--dur-slow) var(--ease-out) forwards}.is-visible.slide-left{animation:slideLeft var(--dur-slow) var(--ease-out) forwards}.is-visible.scale-up{animation:scaleUp var(--dur-slow) var(--ease-out) forwards}.is-visible.stagger-1{animation:slideUp var(--dur-slow) var(--ease-out) forwards;animation-delay:0s}.is-visible.stagger-2{animation:slideUp var(--dur-slow) var(--ease-out) forwards;animation-delay:.1s}.is-visible.stagger-3{animation:slideUp var(--dur-slow) var(--ease-out) forwards;animation-delay:.2s}@keyframes fadeIn{to{opacity:1;visibility:visible}}@keyframes slideUp{to{opacity:1;visibility:visible;transform:translateY(0)}}@keyframes slideRight{0%{opacity:0;transform:translate(-40px)}to{opacity:1;visibility:visible;transform:translate(0)}}@keyframes slideLeft{0%{opacity:0;transform:translate(40px)}to{opacity:1;visibility:visible;transform:translate(0)}}@keyframes scaleUp{0%{opacity:0;transform:scale(.9)}to{opacity:1;visibility:visible;transform:scale(1)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.animate-on-scroll{opacity:1;visibility:visible}.animate-slide-up,.animate-on-scroll.is-visible{opacity:1;visibility:visible;animation:none;transform:none}}html[lang=pt-BR] [lang=en],html[lang=en] [lang=pt]{display:none!important}.section-dark{--color-bg:#0b0c0e;--color-surface:#1a1b1f;--color-surface-hover:#212328;--color-primary:#d98e55;--color-secondary:#c9773e;--color-heading:#f4f1ea;--color-text:#e4e1da;--color-text-muted:#a5a39c;--color-border:#2a2c32;--btn-primary-text:#0e0f11;--shadow-sm:none;--acc-bg:#2a2118;--acc-border:#4a3423;--acc-ink:#e3a472;background:var(--color-bg);color:var(--color-text);color-scheme:dark}.hero-video{min-height:100svh;padding-block:calc(132px + var(--space-md)) var(--space-md);isolation:isolate;align-items:end;display:grid;position:relative;overflow:clip}.hero-media{z-index:-1;background:var(--color-bg);position:absolute;inset:0}.hero-poster,.hero-clip{object-fit:cover;filter:brightness(.8)saturate(.8)blur(4px);width:100%;height:100%;position:absolute;inset:0;transform:scale(1.06)}.hero-clip{opacity:0;transition:opacity var(--dur-slow) var(--ease-in-out)}.hero-video.is-playing .hero-clip{opacity:1}.hero-scrim{background:linear-gradient(#0b0c0e73 0%,#0b0c0e1a 40%,#0b0c0ecc 100%);position:absolute;inset:0}.hero-video-body{gap:var(--space-lg);display:grid}.hero-video .hero-copy{max-width:58rem}.hero-video .hero-subtitle{max-width:40rem;color:var(--color-text);opacity:.85;margin-block-end:2.25rem;margin-inline:0}.hero-video .hero-cta{justify-content:flex-start}.hero-video .section-eyebrow{color:var(--acc-ink)}.hero-title-xl{font-size:var(--text-hero);letter-spacing:-.025em;text-wrap:balance;line-height:1.02}.kinetic{color:var(--acc-ink);font-style:italic;display:inline-grid}.kinetic-word{transition:opacity var(--dur-base) var(--ease-in-out), transform var(--dur-base) var(--ease-out);grid-area:1/1}.kinetic-word.is-out{opacity:0;transform:translateY(-.35em)}.kinetic-word.is-in{opacity:0;transition:none;transform:translateY(.35em)}.section-dark .btn-primary{background:var(--color-secondary);color:var(--btn-primary-text)}.section-dark .btn-primary:hover{background:var(--color-primary)}.btn-ghost{color:var(--color-heading);border:1px solid var(--color-border);background:0 0}.btn-ghost:hover{border-color:var(--color-heading);background:#f3ecde0f}.proof-strip{border-block-start:1px solid var(--color-border);gap:var(--space-md);grid-template-columns:repeat(4,minmax(0,1fr));padding-block-start:var(--space-md);list-style:none;display:grid}.proof-strip li+li{border-inline-start:1px solid var(--color-border);padding-inline-start:var(--space-md)}.proof-strip .stat-number{margin-block-end:.125rem;font-size:clamp(2rem,3vw,2.75rem)}.proof-strip .stat-label{letter-spacing:.06em;font-size:.75rem}body:has(.hero-video) .site-header:not(.scrolled){background:0 0;border-color:#0000}body:has(.hero-video) .site-header:not(.scrolled) .logo-img{filter:brightness(3)}body:has(.hero-video) .site-header:not(.scrolled) .nav-link,body:has(.hero-video) .site-header:not(.scrolled) .lang-switch{color:#f3ecde;border-color:#f3ecde4d}body:has(.hero-video) .site-header:not(.scrolled) .hamburger,body:has(.hero-video) .site-header:not(.scrolled) .hamburger:before,body:has(.hero-video) .site-header:not(.scrolled) .hamburger:after{background-color:#f3ecde}html[data-theme=light] body:has(.hero-video) .site-header:not(.scrolled) .lang-switch{color:#0e0f11;background:#f3ecde;border-color:#f3ecde}body:has(.hero-video) .site-header:not(.scrolled) .menu-toggle.active .hamburger:before,body:has(.hero-video) .site-header:not(.scrolled) .menu-toggle.active .hamburger:after{background-color:var(--color-text)}.bento{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}.bento-item{transition:transform var(--dur-fast) var(--ease-out), border-color var(--dur-fast) var(--ease-out);padding:2.5rem}.bento-item:hover{border-color:var(--acc-border,var(--color-border));transform:translateY(-2px)}.bento-wide{grid-column:span 2}.bento-wide .card-text{max-width:60ch}.services-header{max-width:40rem}@supports (animation-timeline:view()){.app-media img{animation:linear both parallax-shot view();animation-range:entry exit}@keyframes parallax-shot{0%{transform:translateY(1.5rem)}to{transform:translateY(-1.5rem)}}}@media (prefers-reduced-motion:reduce){.hero-clip{display:none}.kinetic-word{transition:none}.app-media img{animation:none}}@media (width<=992px){.bento{grid-template-columns:repeat(2,minmax(0,1fr))}.bento-wide{grid-column:span 2}.proof-strip{row-gap:var(--space-sm);grid-template-columns:repeat(2,minmax(0,1fr))}.proof-strip li+li{border-inline-start:none;padding-inline-start:0}.proof-strip li:nth-child(2n){border-inline-start:1px solid var(--color-border);padding-inline-start:var(--space-md)}}@media (width<=768px){.hero-video{padding-block-start:calc(72px + var(--space-md))}.hero-video .hero-cta{flex-direction:column}.bento{grid-template-columns:1fr}.bento-wide{grid-column:auto}.bento-item{padding:2rem 1.5rem}}@media (width<=992px){.about-wrapper{grid-template-columns:1fr}.hero-title{font-size:2.25rem}.hero-split{grid-template-columns:1fr;gap:2.5rem}.app-row{grid-template-columns:1fr;gap:2rem}.app-row:nth-of-type(2n) .app-media{order:0}.expertise-grid{grid-template-columns:1fr}.nav-links{background:var(--color-bg);width:100%;height:100dvh;transition:left var(--dur-slow) var(--ease-out);z-index:999;overscroll-behavior:contain;flex-direction:column;justify-content:center;position:fixed;top:0;left:-100%}.nav-links.active{left:0}.menu-toggle{z-index:1001;display:inline-flex;position:relative}.nav-actions{margin-inline-start:auto}.menu-toggle.active .hamburger{background:0 0}.menu-toggle.active .hamburger:before{transform:rotate(45deg)}.menu-toggle.active .hamburger:after{transform:rotate(-45deg)}}@media (width<=768px){.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.contact-methods{flex-direction:column;align-items:stretch}.contact-methods .btn-large{width:100%;padding-inline:1rem}.hero-stats{padding:1.5rem}.expertise-card{padding:2rem 1.5rem}.footer-content{flex-direction:column}.product-grid-2,.product-plans{grid-template-columns:1fr}.nav-container{height:72px}.logo-img,.site-header.scrolled .logo-img{height:44px}}
