.section--hero .row{display:grid;gap:2rem;grid-template-columns:1fr}@media (min-width:992px){.section--hero .row{align-items:center;grid-template-columns:60% 40%}}.section--hero{min-height:90vh;position:relative}.section--hero:after{background:linear-gradient(to bottom,var(--surface-navy) 0,transparent 100%);bottom:-30px;content:"";height:60px;left:0;pointer-events:none;position:absolute;right:0;z-index:1}.hero-title{font-variant-numeric:lining-nums;text-wrap:balance}.hero-title .power-lead,.hero-title:first-line{font-size:1.1em;font-weight:800}.hero-badge,.hero-eyebrow{background:rgba(255,22,84,.1);border:1px solid rgba(255,22,84,.2);border-radius:4px;color:var(--accent-coral,#ff1654);display:inline-block;font-size:.75rem;font-weight:700;letter-spacing:.15em;margin-bottom:1rem;padding:.4rem .85rem;text-transform:uppercase}.bg-dark .hero-badge,.bg-dark .hero-eyebrow,.section--hero .hero-badge,.section--hero .hero-eyebrow{background:rgba(255,22,84,.15);border-color:rgba(255,22,84,.3);color:var(--accent-coral,#ff1654)}.hero-subtitle-accent{color:var(--accent-coral,#ff1654)!important;font-weight:700;letter-spacing:.05em;margin-bottom:1.25rem;text-transform:uppercase}.hero-divider{background:linear-gradient(90deg,var(--accent-coral,#ff1654) 0,var(--accent-gold,#d4a54c) 100%);border-radius:2px;height:3px;margin:1.25rem 0;width:60px}.hero-highlight,.hero-intro .highlight{color:inherit;font-weight:600;position:relative}.hero-highlight:after,.hero-intro .highlight:after{background:var(--accent-coral,#ff1654);border-radius:2px;bottom:2px;content:"";height:3px;left:0;opacity:.4;position:absolute;right:0}.hero-intro .keyword-dha,.hero-intro .keyword-moh,.hero-intro .keyword-moj{color:var(--accent-coral,#ff1654);font-weight:600}.hero-title{line-height:1.1}.hero-intro{line-height:1.6}.hero-title .title-light{font-weight:400}.hero-title .title-bold{font-weight:800}.section--hero .hero-title{margin-bottom:.75rem;margin-top:0;padding-bottom:.5rem}.section--hero .container{padding-bottom:clamp(2rem,5vw,4rem);padding-top:clamp(2rem,5vw,4rem)}.hero-card,.hero-stats-box{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:16px}.section--hero.has-hero-image .hero-intro,.section--hero.has-hero-image .hero-title{text-shadow:0 2px 20px rgba(0,0,0,.4)}.section--hero:before{background:linear-gradient(135deg,rgba(14,43,72,.95),rgba(26,41,66,.9) 40%,rgba(42,63,95,.85));bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:0}.section--hero>*{position:relative;z-index:1}@keyframes heroFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heroSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.section--hero .hero-title{animation:heroFadeIn .6s ease-out}.section--hero .hero-subtitle-accent{animation:heroFadeIn .6s ease-out .1s;animation-fill-mode:backwards}.section--hero .hero-intro{animation:heroFadeIn .6s ease-out .2s;animation-fill-mode:backwards}.section--hero .service-snapshot{animation:heroFadeIn .6s ease-out .3s;animation-fill-mode:backwards}.section--hero .hero-cta-group{animation:heroSlideUp .6s ease-out .4s;animation-fill-mode:backwards}@media (prefers-reduced-motion:reduce){.section--hero .hero-cta-group,.section--hero .hero-intro,.section--hero .hero-subtitle-accent,.section--hero .hero-title,.section--hero .service-snapshot{animation:none}}.hero-rating{align-items:center;color:var(--text-on-dark-muted);display:inline-flex;font-size:.875rem;gap:.5rem;margin-left:1rem}.hero-rating .stars{color:var(--accent-gold,#d4a54c);letter-spacing:2px}.hero-rating .rating-text{opacity:.9}.hero-live-badge{align-items:center;background:rgba(16,185,129,.1);border-radius:20px;color:var(--state-success,#10b981);display:inline-flex;font-size:.8rem;gap:.5rem;margin-top:1rem;padding:.35rem .75rem}.hero-live-badge:before{animation:pulse 2s ease-in-out infinite;background:currentColor;border-radius:50%;content:"";height:8px;width:8px}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-authority{color:var(--text-on-dark-muted);font-size:.9rem;font-style:italic;margin-top:.75rem}.hero-authority strong{color:var(--text-on-dark);font-style:normal}.hero-trust-strip{align-items:center;border-top:1px solid hsla(0,0%,100%,.1);display:flex;gap:1.5rem;justify-content:flex-start;margin-top:2rem;padding-top:1.5rem}.hero-trust-strip img{filter:grayscale(100%) brightness(1.5);height:32px;opacity:.7;transition:all .3s ease;width:auto}.hero-trust-strip img:hover{filter:grayscale(0);opacity:1}.hero-counter{color:var(--accent-coral,#ff1654);font-family:var(--font-primary);font-size:1.5rem;font-weight:700}.hero-cta-group{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-top:2rem}.hero-cta-group .btn--lg,.hero-cta-group .btn--primary{background:var(--accent-coral,#ff1654);border:none;border-radius:8px;box-shadow:0 4px 15px rgba(255,22,84,.3),0 0 0 0 rgba(255,22,84,.4);font-weight:600;letter-spacing:.02em;overflow:hidden;padding:1rem 2rem;position:relative;transition:all .3s ease}.hero-cta-group .btn--lg:hover,.hero-cta-group .btn--primary:hover{box-shadow:0 8px 25px rgba(255,22,84,.4),0 0 0 3px rgba(255,22,84,.2);transform:translateY(-2px)}.hero-cta-group .btn--lg:after,.hero-cta-group .btn--primary:after{content:"\2192";display:inline-block;margin-left:.5rem;transition:transform .3s ease}.hero-cta-group .btn--lg:hover:after,.hero-cta-group .btn--primary:hover:after{transform:translateX(4px)}.hero-cta-group .btn--outline,.hero-cta-group .btn--secondary{background:transparent;border:2px solid hsla(0,0%,100%,.3);border-radius:8px;color:var(--text-on-dark);padding:.9rem 1.75rem;transition:all .3s ease}.hero-cta-group .btn--outline:hover,.hero-cta-group .btn--secondary:hover{background:hsla(0,0%,100%,.1);border-color:hsla(0,0%,100%,.5)}@keyframes ctaPulse{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}.hero-cta-group .btn--lg:focus,.hero-cta-group .btn--primary:focus{animation:ctaPulse .6s ease}.hero-cta-note{color:var(--text-on-dark-muted);display:block;font-size:.8rem;margin-top:.75rem;opacity:.8}.hero-cta-note i{color:var(--state-success,#10b981);margin-right:.25rem}.hero-cta-group .btn--whatsapp,.hero-cta-group a[href*="wa.me"]{background:linear-gradient(135deg,#25d366,#128c7e)}.hero-cta-group .btn--whatsapp:hover,.hero-cta-group a[href*="wa.me"]:hover{box-shadow:0 8px 25px rgba(37,211,102,.4),0 0 0 3px rgba(37,211,102,.2)}@media (max-width:768px){.section--hero .hero-cta-group{background:linear-gradient(to top,var(--surface-navy) 0,var(--surface-navy) 80%,transparent 100%);bottom:0;left:0;margin:0 -1rem;padding:1rem 1rem calc(1rem + env(safe-area-inset-bottom));position:sticky;right:0;z-index:10}.section--hero .hero-title{font-size:clamp(1.5rem,6vw,2.25rem);line-height:1.15}.section--hero{min-height:85vh;padding-left:0;padding-right:0}.section--hero .container{padding-left:1rem;padding-right:1rem}.hero-cta-group .btn--lg,.hero-cta-group .btn--primary,.hero-cta-group a{justify-content:center;min-height:48px;text-align:center;width:100%}.section--hero:before{background:linear-gradient(135deg,rgba(14,43,72,.97),rgba(26,41,66,.95) 40%,rgba(42,63,95,.92))}.hero-trust-strip{flex-wrap:wrap;gap:1rem;justify-content:center}.hero-trust-strip img{height:24px}.hero-badge,.hero-eyebrow{font-size:.7rem;padding:.3rem .6rem}}@media (max-width:480px){.section--hero .hero-title{font-size:clamp(1.25rem,7vw,1.75rem)}.section--hero .hero-intro{font-size:.95rem}.hero-quick-actions{border-top:1px solid hsla(0,0%,100%,.1);display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem;padding-top:1rem}.hero-quick-action{align-items:center;color:var(--text-on-dark-muted);display:flex;flex-direction:column;font-size:.7rem;gap:.25rem;text-decoration:none}.hero-quick-action i{color:var(--text-on-dark);font-size:1.25rem}}@supports (padding-bottom:env(safe-area-inset-bottom)){.hero-cta-group{padding-bottom:calc(1rem + env(safe-area-inset-bottom))}}.section--hero.hero-mesh:before{background:radial-gradient(ellipse at 20% 30%,rgba(255,22,84,.08) 0,transparent 50%),radial-gradient(ellipse at 80% 70%,rgba(127,209,255,.06) 0,transparent 50%),linear-gradient(135deg,rgba(14,43,72,.98),rgba(26,41,66,.95) 50%,rgba(42,63,95,.92))}@keyframes borderGlow{0%,to{opacity:.3}50%{opacity:.6}}.hero-card:before{animation:borderGlow 3s ease-in-out infinite;background:linear-gradient(135deg,var(--accent-coral) 0,transparent 50%,var(--accent-gold) 100%);border-radius:inherit;content:"";inset:0;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;padding:1px;position:absolute}@media (min-width:992px) and (prefers-reduced-motion:no-preference){.section--hero .hero-title{perspective:1000px;transform-style:preserve-3d}}.hero-wave-divider{bottom:0;left:0;line-height:0;overflow:hidden;position:absolute;width:100%;z-index:2}.hero-wave-divider svg{display:block;height:50px;position:relative;width:calc(100% + 1.3px)}.hero-wave-divider .shape-fill{fill:var(--surface-base,#fff)}.service-snapshot{display:grid;gap:.75rem 1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:1.5rem 0}.snapshot-item{align-items:center;border-left:3px solid var(--accent-coral,#ff1654);display:flex;gap:.75rem;padding:.5rem 0 .5rem 1rem;transition:all .3s ease}.snapshot-item:hover{background:hsla(0,0%,100%,.03);border-radius:0 8px 8px 0}.snapshot-item i{color:var(--accent-coral,#ff1654);flex-shrink:0;font-size:1rem;text-align:center;width:24px}.snapshot-item strong{color:var(--text-on-dark);font-weight:600}.snapshot-item span{color:var(--text-on-dark-muted);font-size:.95rem;line-height:1.4}@media (max-width:768px){.service-snapshot{gap:.5rem;grid-template-columns:1fr}.snapshot-item{padding:.4rem 0 .4rem .75rem}}.hero-intro table,.hero-table{background:hsla(0,0%,100%,.03);border-collapse:collapse;border-radius:8px;font-size:.9rem;margin:1rem 0;overflow:hidden;width:100%}.hero-intro th,.hero-table th{background:rgba(255,22,84,.15);border-bottom:1px solid hsla(0,0%,100%,.1);color:var(--text-on-dark);font-weight:600;padding:.75rem 1rem;text-align:left}.hero-intro td,.hero-table td{border-bottom:1px solid hsla(0,0%,100%,.05);color:var(--text-on-dark-muted);padding:.6rem 1rem}.hero-intro tr:last-child td,.hero-table tr:last-child td{border-bottom:none}.hero-intro tr:hover td,.hero-table tr:hover td{background:hsla(0,0%,100%,.02)}@media (max-width:768px){.hero-intro table,.hero-table{font-size:.85rem}.hero-intro td,.hero-intro th,.hero-table td,.hero-table th{padding:.5rem .75rem}}.section--hero a:focus,.section--hero button:focus{outline:2px solid var(--accent-coral,#ff1654);outline-offset:3px}@media (prefers-contrast:high){.hero-badge,.hero-eyebrow{border-width:2px}.section--hero .hero-intro,.section--hero .hero-title{text-shadow:none}.hero-cta-group .btn--primary{border:2px solid}}.section--hero{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=dark] .section--hero:before,body.theme-dark .section--hero:before{background:linear-gradient(135deg,rgba(11,17,26,.98),rgba(18,27,42,.95) 40%,rgba(27,39,56,.92))}[data-theme=dark] .hero-badge,body.theme-dark .hero-badge{background:hsla(0,100%,71%,.15);border-color:hsla(0,100%,71%,.3);color:var(--accent-coral)}[data-theme=dark] .snapshot-item,body.theme-dark .snapshot-item{border-left-color:var(--accent-coral)}