:root{--color-primary:#0b3d6e;--color-primary-dark:#082847;--color-primary-light:#1a5a96;--color-accent:#c9a227;--color-accent-hover:#b8921f;--color-brand:#00aeef;--color-brand-hover:#0096d1;--color-surface:#fff;--color-surface-muted:#f4f7fa;--color-surface-dark:#0a1628;--color-text:#1a1a2e;--color-text-muted:#5c6470;--color-text-inverse:#fff;--color-border:#e2e8f0;--color-success:#059669;--color-brand-cyan:#00aeef;--font-heading:"Plus Jakarta Sans", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--container-max:1200px;--header-height:80px;--radius-sm:8px;--radius-md:12px;--radius-lg:20px;--shadow-sm:0 1px 3px #00000014;--shadow-md:0 8px 24px #0b3d6e1f;--shadow-lg:0 20px 40px #0b3d6e29;--transition:.25s ease}*,:before,:after{box-sizing:border-box}blockquote,figure{margin:0}html{scroll-behavior:smooth;width:100%;max-width:100%;overflow-x:clip}body{font-family:var(--font-body);color:var(--color-text);background:var(--color-surface);-webkit-font-smoothing:antialiased;overscroll-behavior-x:none;width:100%;max-width:100%;margin:0;font-size:16px;line-height:1.6;overflow-x:clip}#root{flex-direction:column;width:100%;max-width:100%;min-height:100vh;display:flex;overflow-x:clip}.site-shell{flex-direction:column;flex:1;width:100%;min-width:0;max-width:100%;display:flex;overflow-x:clip}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);color:var(--color-text);margin:0;font-weight:700;line-height:1.2}p{margin:0}button{cursor:pointer;font-family:inherit}.container{width:100%;max-width:var(--container-max);min-width:0;margin-inline:auto;padding-inline:1.25rem}@media (width>=768px){.container{padding-inline:2rem}}@media (width<=767px){.container{padding-inline:1rem}}.skip-link{z-index:9999;background:var(--color-accent);color:var(--color-text);border-radius:var(--radius-sm);padding:.75rem 1rem;font-weight:600;position:absolute;top:-100%;left:1rem}.skip-link:focus{top:1rem}.section{width:100%;max-width:100%;padding-block:4rem;overflow-x:clip}@media (width>=768px){.section{padding-block:5rem}}.section--muted{background:var(--color-surface-muted)}.section--dark{background:var(--color-surface-dark);color:var(--color-text-inverse)}.section--dark h2,.section--dark h3{color:var(--color-text-inverse)}.section__header{text-align:center;min-width:0;max-width:720px;margin:0 auto 3rem}.section__header--left{text-align:left;margin-inline:0}.section__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem;font-size:.8125rem;font-weight:700;display:inline-block}.section__title{overflow-wrap:break-word;text-wrap:balance;margin-bottom:.75rem;font-size:clamp(1.75rem,4vw,2.5rem)}.section__divider{background:linear-gradient(90deg, var(--color-brand-cyan), var(--color-accent));border-radius:999px;width:64px;height:4px;margin:0 auto 1rem;display:block}.section__header--left .section__divider{margin-left:0}.section__header--light .section__divider{opacity:.9}.section__subtitle{color:var(--color-text-muted);font-size:1.0625rem}.section--dark .section__subtitle,.section__subtitle--light{color:#ffffffbf}.section__title--light{color:var(--color-text-inverse)}.btn{border-radius:var(--radius-sm);transition:all var(--transition);white-space:nowrap;border:2px solid #0000;justify-content:center;align-items:center;gap:.5rem;min-height:44px;padding:.875rem 1.75rem;font-size:.9375rem;font-weight:600;display:inline-flex}.btn--primary{background:var(--color-accent);color:var(--color-text);border-color:var(--color-accent)}.btn--primary:hover{background:var(--color-accent-hover);border-color:var(--color-accent-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn--brand{background:var(--color-brand);color:#fff;border-color:var(--color-brand)}.btn--brand:hover{background:var(--color-brand-hover);border-color:var(--color-brand-hover);transform:translateY(-1px)}.btn--outline{color:var(--color-text-inverse);background:0 0;border-color:#fffc}.btn--outline:hover{background:#ffffff1a;border-color:#fff}.btn--dark{background:var(--color-primary);color:var(--color-text-inverse);border-color:var(--color-primary)}.btn--dark:hover{background:var(--color-primary-dark);border-color:var(--color-primary-dark)}@media (width<=640px){.btn{white-space:normal;text-align:center}}.grid-2{gap:2rem;width:100%;min-width:0;display:grid}.grid-3{gap:1.5rem;width:100%;min-width:0;display:grid}.grid-2>*,.grid-3>*{min-width:0}@media (width>=768px){.grid-2{grid-template-columns:repeat(2,minmax(0,1fr));align-items:center}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=767px){.grid-2,.grid-3{grid-template-columns:minmax(0,1fr)}}@media (width>=1024px){.grid-why{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;display:grid}}@media (width<=1023px){.grid-why{grid-template-columns:minmax(0,1fr);gap:1rem;width:100%;min-width:0;display:grid}.grid-why>*{min-width:0}}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:box-shadow var(--transition), transform var(--transition);min-width:0;max-width:100%;overflow:hidden}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.page-hero{background:linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));color:var(--color-text-inverse);padding:calc(var(--header-height) + 3rem) 0 3rem;text-align:center}.page-hero h1{color:var(--color-text-inverse);margin-bottom:.75rem;font-size:clamp(2rem,5vw,3rem)}.page-hero p{color:#ffffffd9;max-width:640px;margin:0 auto}.main-content{flex:1;width:100%;min-width:0;max-width:100%;overflow-x:clip}.site-section{width:100%;margin-inline:auto}.image-placeholder{background-position:50%;background-size:cover}.contact-form__field{margin-bottom:1.25rem}.contact-form__field label{color:var(--color-text);margin-bottom:.375rem;font-size:.875rem;font-weight:600;display:block}.contact-form__field input,.contact-form__field textarea,.contact-form__field select{border:1px solid var(--color-border);border-radius:var(--radius-sm);background:var(--color-surface);width:100%;transition:border-color var(--transition);padding:.75rem 1rem;font-family:inherit;font-size:.9375rem}.contact-form__field input:focus,.contact-form__field textarea:focus,.contact-form__field select:focus{border-color:var(--color-primary);outline:none}.brand-logo{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.brand-logo__img{object-fit:contain;width:auto;max-width:min(200px,45vw);height:54px;display:block}.brand-logo--footer .brand-logo__img{max-width:min(280px,100%);height:52px}.brand-logo--header .brand-logo__img{max-width:min(220px,42vw);height:56px}@media (width<=480px){.brand-logo__img{max-width:200px;height:44px}.brand-logo--header .brand-logo__img{height:46px}}.header{z-index:1000;height:var(--header-height);-webkit-backdrop-filter:blur(14px);width:100%;max-width:100%;transition:box-shadow var(--transition), border-color var(--transition), background var(--transition), backdrop-filter var(--transition);background:#ffffffe6;border-bottom:1px solid #e2e8f0b3;position:fixed;top:0;left:0;right:0}.header--overlay{box-shadow:none;background:linear-gradient(#082847d1 0%,#08284773 70%,#0000 100%);border-bottom-color:#0000}.header--overlay .header__link,.header--overlay .header__dropdown-trigger{color:#ffffffeb}.header--overlay .header__link:hover,.header--overlay .header__link--active,.header--overlay .header__dropdown-trigger:hover,.header--overlay .header__dropdown-trigger.header__link--active{color:#fff;background:#ffffff1f}.header--overlay .header__phone{color:#fff}.header--overlay .header__menu-btn{color:#fff;background:#ffffff24;border:1px solid #ffffff47}.header--overlay .header__menu-btn:hover{color:#fff;background:#ffffff38}.header--scrolled,.header--menu-open{-webkit-backdrop-filter:blur(16px);border-bottom-color:var(--color-border);background:#fffffff5;box-shadow:0 4px 24px #0b3d6e14}.header--scrolled .header__link,.header--menu-open .header__link{color:var(--color-text)}.header--scrolled .header__link:hover,.header--scrolled .header__link--active,.header--menu-open .header__link:hover,.header--menu-open .header__link--active{color:var(--color-brand);background:#00aeef14}.header--scrolled .header__phone,.header--menu-open .header__phone{color:var(--color-brand)}.header--scrolled .header__menu-btn,.header--menu-open .header__menu-btn{background:var(--color-surface-muted);color:var(--color-text);border:none}.header--menu-open{z-index:1101}.header__inner{height:var(--header-height);justify-content:space-between;align-items:center;gap:.75rem;min-width:0;max-width:100%;display:flex;position:relative}.header__logo{min-width:0}.header__nav{align-items:center;gap:.125rem;display:none}.header__link{color:var(--color-text);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);padding:.5rem .875rem;font-size:.9375rem;font-weight:500}.header__link:hover,.header__link--active{color:var(--color-brand);background:#00aeef14}.header__dropdown{position:relative}.header__dropdown:after{content:"";height:.625rem;display:none;position:absolute;top:100%;left:0;right:0}.header__dropdown--open:after,.header__dropdown:hover:after{display:block}.header__dropdown-trigger{cursor:pointer;background:0 0;border:none;align-items:center;gap:.25rem;font-family:inherit;display:inline-flex}.header__dropdown-trigger svg{transition:transform var(--transition)}.header__dropdown--open .header__dropdown-trigger svg,.header__dropdown:hover .header__dropdown-trigger svg{transform:rotate(180deg)}.header__dropdown-menu{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);min-width:17.5rem;box-shadow:var(--shadow-lg);opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition), transform var(--transition), visibility var(--transition);z-index:20;padding:.5rem;position:absolute;top:calc(100% + .625rem);left:50%;transform:translate(-50%)translateY(4px)}.header__dropdown--open .header__dropdown-menu,.header__dropdown:hover .header__dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.header--overlay .header__dropdown-menu{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffffa}.header__dropdown-link{color:var(--color-text);border-radius:var(--radius-sm);transition:color var(--transition), background var(--transition);padding:.75rem 1rem;font-size:.9375rem;font-weight:500;line-height:1.45;display:block}.header__dropdown-link:hover,.header__dropdown-link--active{color:var(--color-brand);background:#00aeef14}.header__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.header__phone{color:var(--color-brand);align-items:center;gap:.375rem;font-size:.875rem;font-weight:600;display:none}.header__cta{padding:.625rem 1.25rem;font-size:.875rem;display:none}.header__menu-btn{background:var(--color-surface-muted);width:44px;height:44px;color:var(--color-text);border-radius:var(--radius-sm);transition:background var(--transition), color var(--transition);border:none;justify-content:center;align-items:center;display:flex}.header__menu-btn:hover{color:var(--color-primary);background:#0b3d6e1a}.mobile-menu-backdrop{z-index:1098;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--transition), visibility var(--transition);cursor:pointer;background:#08284773;border:none;padding:0;position:fixed;inset:0}.mobile-menu-backdrop--open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu{top:var(--header-height);z-index:1100;background:var(--color-surface);visibility:hidden;pointer-events:none;width:min(100%,360px);max-width:100%;transition:transform .32s cubic-bezier(.4,0,.2,1),visibility .32s;display:none;position:fixed;bottom:0;right:0;overflow:hidden auto;transform:translate(100%);box-shadow:-8px 0 32px #0828472e}.mobile-menu--open{visibility:visible;pointer-events:auto;display:block;transform:translate(0,0)}.mobile-menu__inner{flex-direction:column;gap:.5rem;padding:1.25rem;display:flex}.mobile-menu__link{color:var(--color-text);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);transition:color var(--transition), border-color var(--transition), background var(--transition);padding:1rem 1.125rem;font-size:1.0625rem;font-weight:600;display:block}.mobile-menu__link:hover,.mobile-menu__link--active{color:var(--color-primary);background:#0b3d6e0d;border-color:#0b3d6e40}.mobile-menu__group{flex-direction:column;gap:.5rem;display:flex}.mobile-menu__group-trigger{width:100%;color:var(--color-text);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface);cursor:pointer;transition:color var(--transition), border-color var(--transition), background var(--transition);justify-content:space-between;align-items:center;padding:1rem 1.125rem;font-family:inherit;font-size:1.0625rem;font-weight:600;display:flex}.mobile-menu__group-trigger--active,.mobile-menu__group-trigger:hover{color:var(--color-primary);background:#0b3d6e0d;border-color:#0b3d6e40}.mobile-menu__group-trigger svg{transition:transform var(--transition)}.mobile-menu__chevron--open{transform:rotate(180deg)}.mobile-menu__subnav{flex-direction:column;gap:.375rem;padding-left:.75rem;display:flex}.mobile-menu__sublink{color:var(--color-text-muted);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-surface-muted);transition:color var(--transition), border-color var(--transition), background var(--transition);padding:.875rem 1rem;font-size:.9375rem;font-weight:600;display:block}.mobile-menu__sublink:hover,.mobile-menu__sublink--active{color:var(--color-primary);background:#0b3d6e0d;border-color:#0b3d6e40}.mobile-menu__actions{border-top:1px solid var(--color-border);flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem;display:flex}.mobile-menu__cta{width:100%}.mobile-menu__call{color:var(--color-primary);border:2px solid var(--color-primary);border-radius:var(--radius-sm);transition:background var(--transition);justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1rem;font-weight:600;display:flex}.mobile-menu__call:hover{background:#0b3d6e0f}@media (width>=1024px){.header__nav{display:flex;position:absolute;left:50%;transform:translate(-50%)}.header__phone{display:flex}.header__cta{display:inline-flex}.header__menu-btn,.mobile-menu,.mobile-menu-backdrop{display:none}}@media (width>=768px) and (width<=1023px){.header__cta{display:inline-flex}}.footer{background:var(--color-surface-dark);color:#ffffffd9;width:100%;max-width:100%;padding:4rem 0 0;overflow-x:clip}.footer .container{box-sizing:border-box;width:100%;max-width:100%;margin-inline:auto}.footer h3{color:var(--color-text-inverse);margin-bottom:1.25rem;font-size:1.125rem}.footer__grid{border-bottom:1px solid #ffffff1a;grid-template-columns:minmax(0,1fr);gap:2.5rem;width:100%;min-width:0;padding-bottom:3rem;display:grid}.footer__grid>*{min-width:0;max-width:100%}.footer__brand,.footer__links,.footer__contact{width:100%;min-width:0}.footer__brand .brand-logo{max-width:100%;margin-bottom:1.25rem}.footer__about{color:#ffffffb3;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto;font-size:.9375rem;line-height:1.7}.footer__links ul,.footer__contact ul{flex-direction:column;gap:.75rem;width:100%;min-width:0;display:flex}.footer__links a{color:#ffffffbf;transition:color var(--transition);font-size:.9375rem}.footer__links a:hover{color:var(--color-accent)}.footer__contact li{color:#ffffffbf;align-items:flex-start;gap:.75rem;min-width:0;font-size:.9375rem;display:flex}.footer__contact li>span,.footer__contact li>a{overflow-wrap:break-word;word-break:break-word;flex:1;min-width:0}.footer__contact svg{color:var(--color-accent);flex-shrink:0;margin-top:.2rem}.footer__contact a:hover{color:var(--color-accent)}.footer__bottom{text-align:center;padding:1.5rem 0}.footer__bottom p{color:#ffffff80;overflow-wrap:break-word;word-break:break-word;font-size:.875rem}@media (width>=768px){.footer__grid{grid-template-columns:minmax(0,1.4fr) minmax(0,1fr) minmax(0,1.2fr)}}@media (width<=767px){.footer{padding-top:3rem}.footer .container{padding-inline:1rem}.footer__grid{gap:2rem}}.location-map{background:var(--color-surface-muted);width:100%;overflow:hidden}.location-map__frame{width:100%;max-width:100%;height:clamp(280px,42vw,440px);position:relative;overflow:hidden}.location-map__iframe{filter:grayscale();border:0;width:100%;max-width:100%;height:100%;transition:filter .4s;display:block}.location-map__frame:hover .location-map__iframe{filter:grayscale(40%)}.location-map__open-btn{z-index:2;color:var(--color-text);border-radius:var(--radius-sm);box-shadow:var(--shadow-md);transition:color var(--transition), background var(--transition);background:#fff;align-items:center;gap:.5rem;padding:.625rem 1rem;font-size:.875rem;font-weight:600;display:inline-flex;position:absolute;top:1rem;left:1rem}.location-map__open-btn:hover{color:var(--color-brand);background:#fff}@media (width<=640px){.location-map__open-btn{padding:.5rem .875rem;font-size:.8125rem;top:.75rem;left:.75rem}}.floating-actions{z-index:950;flex-direction:column;gap:.75rem;display:flex;position:fixed;bottom:1.25rem;right:1.25rem}.floating-actions__btn{color:#fff;width:52px;height:52px;transition:transform var(--transition), box-shadow var(--transition), background var(--transition);border-radius:50%;justify-content:center;align-items:center;display:flex;box-shadow:0 4px 16px #00000038}.floating-actions__btn:hover{transform:scale(1.08);box-shadow:0 6px 22px #00000047}.floating-actions__btn--call{background:#22c55e}.floating-actions__btn--call:hover{background:#16a34a}.floating-actions__btn--whatsapp{background:#25d366}.floating-actions__btn--whatsapp:hover{background:#1ebe57}.floating-actions__whatsapp-icon{width:26px;height:26px}@media (width<=767px){.floating-actions{right:1rem;bottom:max(1rem, env(safe-area-inset-bottom))}.floating-actions__btn{width:48px;height:48px}.floating-actions__whatsapp-icon{width:24px;height:24px}}.hero{justify-content:center;align-items:center;width:100%;max-width:100%;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__slides{width:100%;height:100%;position:absolute;inset:0}.hero__slide{opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity 1.1s ease-in-out;position:absolute;inset:0}.hero__slide--active{opacity:1;pointer-events:auto;z-index:1}.hero__bg{object-fit:cover;object-position:center;width:100%;height:100%;min-height:100%;transform:scale(1)}.hero__slide--active .hero__bg{animation:8s ease-out forwards hero-zoom}@keyframes hero-zoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero__scrim{background:linear-gradient(#082847b8 0%,#08284759 42%,#0000008c 100%),linear-gradient(90deg,#08284759 0%,#0000 55%,#08284740 100%);position:absolute;inset:0}.hero__content{z-index:2;width:100%;max-width:min(960px,100%);padding:calc(var(--header-height) + 1.25rem) 1.25rem clamp(4.5rem, 8vw, 6rem);text-align:center;box-sizing:border-box;min-width:0;margin:0 auto;position:relative}.hero__welcome{color:var(--color-brand);letter-spacing:.14em;text-transform:uppercase;text-shadow:0 1px 10px #00000073;margin-bottom:1rem;font-size:clamp(.75rem,1.6vw,.875rem);font-weight:700;display:inline-block}.hero h1{color:#fff;text-wrap:balance;text-shadow:0 4px 28px #0000008c;margin-bottom:1rem;font-size:clamp(2rem,5.5vw,3.75rem);font-weight:800;line-height:1.12;transition:opacity .4s}.hero__sub{color:#fffffff2;text-shadow:0 2px 16px #00000080;margin-bottom:.875rem;font-size:clamp(1rem,2.2vw,1.25rem);font-weight:600}.hero__desc{color:#ffffffe6;text-shadow:0 2px 14px #00000073;max-width:760px;margin:0 auto 2rem;font-size:clamp(.9375rem,1.9vw,1.125rem);line-height:1.7}.hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.875rem;display:flex}.hero__cta{border-radius:var(--radius-sm);padding:.9375rem 1.875rem;font-size:.9375rem;font-weight:700;box-shadow:0 10px 28px #00aeef59}.hero__cta-secondary{border-radius:var(--radius-sm);padding:.9375rem 1.625rem;font-size:.9375rem;font-weight:600}.hero__cta-quote{color:#fff;border-color:#ffffffa6}.hero__cta-quote:hover{background:#ffffff1f;border-color:#fff}.hero__arrow{z-index:3;color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);cursor:pointer;width:48px;height:48px;transition:background var(--transition), transform var(--transition);background:#ffffff24;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero__arrow:hover{background:#00aeefe0;transform:translateY(-50%)scale(1.06)}.hero__arrow--prev{left:1.25rem}.hero__arrow--next{right:1.25rem}.hero__dots{z-index:3;gap:.5rem;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}.hero__dot{cursor:pointer;width:10px;height:10px;transition:transform var(--transition), background var(--transition);background:#ffffff73;border:none;border-radius:50%;padding:0}.hero__dot--active{background:var(--color-brand);transform:scale(1.25);box-shadow:0 0 0 3px #00aeef59}@media (width<=768px){.hero{min-height:100dvh}.hero__content{padding-inline:1rem;padding-bottom:4.5rem}.hero__arrow{width:40px;height:40px}.hero__arrow--prev{left:.625rem}.hero__arrow--next{right:.625rem}.hero__actions{flex-direction:column;width:100%;max-width:340px;margin-inline:auto}.hero__actions .btn{width:100%}.hero__dots{bottom:1.5rem}}@media (width<=480px){.hero__cta-quote{display:none}}.about-section{position:relative;overflow:hidden}.about-section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00aeef14 0%,#0000 70%);width:280px;height:280px;position:absolute;top:0;right:0}.about__image-frame{position:relative}.about__img{aspect-ratio:4/3;border-radius:var(--radius-lg);object-fit:cover;width:100%;box-shadow:var(--shadow-lg)}.about__image-badge{border-radius:var(--radius-sm);box-shadow:var(--shadow-md);border-left:4px solid var(--color-brand);background:#fffffff2;padding:.875rem 1.125rem;position:absolute;bottom:1.25rem;left:1.25rem}.about__image-badge strong{color:var(--color-primary);margin-bottom:.125rem;font-size:1rem;display:block}.about__image-badge span{color:var(--color-text-muted);font-size:.8125rem}.about__text{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:1.0625rem;line-height:1.75}.about__highlights{flex-direction:column;gap:.75rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.about__highlights li{color:var(--color-text);align-items:flex-start;gap:.625rem;font-size:.9375rem;font-weight:500;display:flex}.about__highlights svg{color:var(--color-brand);flex-shrink:0;margin-top:.15rem}.about__actions{flex-wrap:wrap;align-items:center;gap:1.25rem;display:flex}.about__support{background:var(--color-surface-muted);border-radius:var(--radius-md);border-left:4px solid var(--color-brand);flex-direction:column;gap:.25rem;padding:.875rem 1.125rem;display:flex}.about__support-label{text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);font-size:.75rem;font-weight:700}.about__support-phone{color:var(--color-primary);transition:color var(--transition);align-items:center;gap:.5rem;font-size:1.125rem;font-weight:700;display:inline-flex}.about__support-phone:hover{color:var(--color-brand)}@media (width<=767px){.about__grid{grid-template-columns:1fr}.about__actions{flex-direction:column;align-items:stretch}}.our-services__grid{gap:1.5rem;width:100%;min-width:0;margin-top:1rem;display:grid}.our-services__grid>*{min-width:0}.our-services__card{flex-direction:column;height:100%;display:flex}.our-services__image-wrap{position:relative;overflow:hidden}.our-services__image{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .45s;display:block}.our-services__card:hover .our-services__image{transform:scale(1.06)}.our-services__image-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 50%,#08284759 100%);position:absolute;inset:0}.our-services__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.our-services__body h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.125rem}.our-services__body p{color:var(--color-text-muted);-webkit-line-clamp:4;-webkit-box-orient:vertical;flex:1;margin-bottom:1rem;font-size:.9375rem;line-height:1.65;display:-webkit-box;overflow:hidden}.our-services__link{color:var(--color-primary);transition:gap var(--transition), color var(--transition);align-items:center;gap:.375rem;font-size:.9375rem;font-weight:600;display:inline-flex}.our-services__link:hover{color:var(--color-brand-cyan);gap:.625rem}.our-services{padding-bottom:1.5rem}.our-services__footer{justify-content:center;margin-top:2rem;margin-bottom:0;display:flex}@media (width>=768px){.our-services{padding-bottom:2rem}.our-services__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.our-services__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (width<=767px){.our-services__grid{grid-template-columns:minmax(0,1fr)}}.why-section{background:var(--color-surface-muted);padding-top:2.5rem}@media (width>=768px){.why-section{padding-top:3rem}}.why-featured{width:100%;min-width:0;margin-bottom:2.5rem}@media (width<=1023px){.why-featured{grid-template-columns:minmax(0,1fr)}}.why-featured__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);text-align:center;transition:transform var(--transition), box-shadow var(--transition);overflow-wrap:break-word;min-width:0;max-width:100%;height:100%;padding:2rem 1.5rem}.why-featured__card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.why-featured__icon{width:56px;height:56px;color:var(--color-brand);background:#00aeef1a;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.25rem;display:inline-flex}.why-featured__card h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.125rem}.why-featured__card p{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:.9375rem;line-height:1.65}.why-featured__stat{border-top:1px solid var(--color-border);padding-top:1.25rem}.why-featured__stat .stat-counter{font-family:var(--font-heading);color:var(--color-brand);margin-bottom:.25rem;font-size:2rem;font-weight:800;line-height:1;display:block}.why-featured__stat span:last-child{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8125rem;font-weight:600}.why-section__grid{margin-top:1rem}.why-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);transition:box-shadow var(--transition);overflow-wrap:break-word;min-width:0;max-width:100%;padding:1.5rem}.why-card:hover{box-shadow:var(--shadow-sm)}.why-card h3{color:var(--color-primary);margin-bottom:.5rem;font-size:1rem}.why-card p{color:var(--color-text-muted);overflow-wrap:break-word;font-size:.9375rem;line-height:1.65}.why-featured__card p{overflow-wrap:break-word}.what-we-do{background:linear-gradient(180deg, var(--color-surface) 0%, var(--color-surface-muted) 100%)}.what-we-do__stats{grid-template-columns:repeat(2,1fr);gap:1.25rem;width:100%;min-width:0;margin-bottom:2rem;display:grid}.what-we-do__stat{text-align:center;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);min-width:0;max-width:100%;padding:2rem 1.25rem}.what-we-do__stat:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.what-we-do__value{font-family:var(--font-heading);color:var(--color-brand);margin-bottom:.5rem;font-size:clamp(2rem,5vw,2.75rem);font-weight:800;line-height:1}.what-we-do__stat p{color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.875rem;font-weight:600}.what-we-do__note{text-align:center;max-width:820px;color:var(--color-text-muted);margin:0 auto;font-size:1rem;line-height:1.75}@media (width>=768px){.what-we-do__stats{grid-template-columns:repeat(4,1fr)}}.cta-banner{background:linear-gradient(135deg, var(--color-primary-dark), var(--color-primary));padding-block:4.5rem;position:relative;overflow:hidden}.cta-banner__pattern{opacity:.07;background-image:linear-gradient(#fff9 1px,#0000 1px),linear-gradient(90deg,#fff9 1px,#0000 1px);background-size:48px 48px;position:absolute;inset:0}.cta-banner__inner{text-align:center;flex-direction:column;align-items:center;gap:2rem;display:flex;position:relative}@media (width>=768px){.cta-banner__inner{text-align:left;flex-direction:row;justify-content:space-between}}.cta-banner__content h2{color:var(--color-text-inverse);margin-bottom:.75rem;font-size:clamp(1.5rem,3vw,2.125rem)}.cta-banner__content p{color:#ffffffd9;max-width:640px;font-size:1.0625rem;line-height:1.7}.cta-banner__btn{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.9375rem 1.75rem;font-weight:700}.testimonials-grid{grid-template-columns:minmax(0,1fr);justify-items:stretch;gap:1.5rem;width:100%;min-width:0;max-width:100%;display:grid}.testimonial-card{background:var(--color-surface-muted);border-radius:var(--radius-md);border-left:4px solid var(--color-accent);box-sizing:border-box;overflow-wrap:anywhere;word-break:break-word;flex-direction:column;width:100%;min-width:0;max-width:100%;height:auto;margin:0;padding:1.5rem;display:flex}.testimonial-card__quote{color:var(--color-text-muted);overflow-wrap:anywhere;word-break:break-word;flex:1;margin-bottom:1.25rem;font-size:.9375rem;font-style:italic;line-height:1.75}.testimonial-card__author{color:var(--color-primary);font-size:.875rem;font-style:normal;font-weight:600}@media (width>=768px){.testimonials-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.testimonial-card{padding:2rem}}@media (width<=767px){.testimonials-grid{grid-template-columns:minmax(0,1fr)}}.about-page-hero{justify-content:center;align-items:center;width:100%;max-width:100%;min-height:clamp(280px,40vw,460px);display:flex;position:relative;overflow:hidden}.about-page-hero__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.about-page-hero__scrim{background:#08284747;position:absolute;inset:0}.about-page-hero__title{z-index:1;color:#fff;letter-spacing:.02em;text-align:center;text-shadow:0 2px 20px #00000059;margin:0;padding:0 1.25rem;font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700;position:relative}.about-page{padding-block:4rem}.about-page__intro{align-items:center;gap:clamp(2rem,4vw,3.5rem)}.about-page__image,.about-page__accent-image{object-fit:cover;border-radius:24px;width:100%;display:block}.about-page__image{aspect-ratio:4/5;object-position:center}.about-page__accent-image{aspect-ratio:4/5;box-shadow:var(--shadow-lg)}.about-page__eyebrow{color:#16a34a;margin-bottom:.5rem;font-size:1.125rem;font-weight:700}.about-page__headline{color:var(--color-primary);margin-bottom:1.25rem;font-size:clamp(1.5rem,3.2vw,2.125rem);line-height:1.25}.about-page__text{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.85}.about-page__text strong{color:var(--color-text);font-weight:600}.about-page__stats{border-top:1px solid var(--color-border);grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2rem;padding-top:2rem;display:grid}.about-page__stat{text-align:center}.about-page__stat .stat-counter{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:.5rem;font-size:clamp(1.75rem,4vw,2.5rem);font-weight:800;line-height:1;display:block}.about-page__stat span:last-child{color:#16a34a;text-transform:capitalize;font-size:.875rem;font-weight:700}.about-page__section-title{color:var(--color-primary);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.about-page__section-title--center{text-align:center}.about-page__why-section{padding-block:4rem}.about-page__why-layout{align-items:center;gap:clamp(2rem,4vw,3rem)}.about-page__why-grid{gap:1.5rem;display:grid}@media (width>=640px){.about-page__why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 2rem}}.about-page__why-card{align-items:flex-start;gap:1rem;display:flex}.about-page__why-icon{border-radius:var(--radius-sm);color:#16a34a;background:#22c55e1f;flex-shrink:0;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.about-page__why-card h3{color:#16a34a;margin-bottom:.375rem;font-size:1rem;font-weight:700}.about-page__why-card p{color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.about-page__vision-section{padding-block:4rem}.about-page__vision-grid{gap:1.5rem;display:grid}@media (width>=768px){.about-page__intro{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.about-page__why-layout{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr)}.about-page__vision-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.about-page__vision-card{background:var(--color-surface);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);border-left:4px solid #16a34a;padding:2rem}.about-page__vision-card h3{color:var(--color-primary);margin-bottom:1rem;font-size:1.25rem}.about-page__vision-card p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.75}.about-page__reviews{padding-block:4rem}.about-page__reviews-intro{text-align:center;max-width:720px;color:var(--color-text-muted);margin:0 auto 2.5rem;font-size:1rem;line-height:1.75}.about-page__reviews-grid{gap:1.5rem;display:grid}@media (width>=768px){.about-page__reviews-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.about-page__review-card{background:var(--color-surface-muted);border-radius:var(--radius-md);border:1px solid var(--color-border);flex-direction:column;height:100%;padding:1.75rem;display:flex}.about-page__stars{color:var(--color-accent);gap:.2rem;margin-bottom:1rem;display:flex}.about-page__review-card p{color:var(--color-text-muted);flex:1;margin-bottom:1.25rem;font-size:.9375rem;font-style:italic;line-height:1.7}.about-page__review-card footer{color:var(--color-primary);font-size:.875rem;font-weight:600}@media (width<=767px){.about-page-hero{min-height:clamp(200px,48vw,280px)}.about-page__intro,.about-page__why-layout{grid-template-columns:minmax(0,1fr)}.about-page__image,.about-page__accent-image{aspect-ratio:16/10}.about-page__stats{grid-template-columns:1fr;gap:1.5rem}.about-page__accent-image{order:-1}}.products-page-hero{justify-content:center;align-items:center;width:100%;max-width:100%;min-height:clamp(280px,40vw,460px);display:flex;position:relative;overflow:hidden}.products-page-hero__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.products-page-hero__scrim{background:#08284747;position:absolute;inset:0}.products-page-hero__content{z-index:1;text-align:center;max-width:820px;padding:0 1.25rem;position:relative}.products-page-hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-cyan);margin:0 0 .75rem;font-size:.875rem;font-weight:700}.products-page-hero__content h1{color:#fff;letter-spacing:.02em;text-shadow:0 2px 20px #00000059;margin:0 0 1rem;font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700}.products-page-hero__content p:last-child{color:#ffffffeb;text-shadow:0 1px 12px #00000059;max-width:640px;margin:0 auto;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65}@media (width<=767px){.products-page-hero{min-height:clamp(200px,48vw,280px)}}.products-page__intro{padding-block:3.5rem 2.5rem}.products-page__intro-inner{text-align:center;max-width:820px;margin-inline:auto}.products-page__intro-inner h2{color:var(--color-primary);margin-bottom:1.25rem;font-size:clamp(1.75rem,3vw,2.25rem)}.products-page__lead,.products-page__note{color:var(--color-text-muted);font-size:1.0625rem;line-height:1.8}.products-page__lead{margin-bottom:1rem}.products-page__note{margin:0}.products-page__catalog{padding-top:2rem;padding-bottom:3.5rem}.products-page__grid{gap:1.5rem;width:100%;min-width:0;display:grid}.products-page__grid>*{min-width:0}.products-page__card{scroll-margin-top:calc(var(--header-height) + 1rem);flex-direction:column;height:100%;display:flex;overflow:hidden}.products-page__image-wrap{position:relative;overflow:hidden}.products-page__image{aspect-ratio:16/10;object-fit:cover;width:100%;transition:transform .45s;display:block}.products-page__card:hover .products-page__image{transform:scale(1.05)}.products-page__image-wrap:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#0828474d 100%);position:absolute;inset:0}.products-page__body{flex-direction:column;flex:1;padding:1.5rem;display:flex}.products-page__body h3{color:var(--color-primary);margin-bottom:.75rem;font-size:1.125rem}.products-page__body>p{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.products-page__features{gap:.625rem;margin:auto 0 0;padding:0;list-style:none;display:grid}.products-page__features li{color:var(--color-text);align-items:flex-start;gap:.625rem;font-size:.875rem;line-height:1.5;display:flex}.products-page__features svg{color:#16a34a;flex-shrink:0;margin-top:.1rem}.products-page__cta{padding-block:3rem 4rem}.products-page__cta-card{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.75rem;padding:clamp(2rem,4vw,3rem);display:flex}.products-page__cta-card h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.25}.products-page__cta-card p{color:#ffffffe0;max-width:560px;margin:0;font-size:1rem;line-height:1.7}.products-page__cta-actions{flex-wrap:wrap;gap:.875rem;display:flex}.products-page__cta-actions .btn--brand{align-items:center;gap:.5rem;display:inline-flex}.products-page__cta-actions .btn--outline{color:#fff;border-color:#ffffff73}.products-page__cta-actions .btn--outline:hover{color:#fff;background:#ffffff1f;border-color:#fff}@media (width>=640px){.products-page__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width>=1024px){.products-page__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.products-page__cta-card{flex-direction:row;justify-content:space-between;align-items:center}}@media (width<=767px){.products-page__grid{grid-template-columns:minmax(0,1fr)}.products-page__cta-actions{flex-direction:column;width:100%}.products-page__cta-actions .btn{justify-content:center;width:100%}}.career-page__intro{text-align:center;max-width:640px;margin:0 auto}.career-page__icon{color:var(--color-primary);margin-bottom:1.5rem}.career-page__intro h2{color:var(--color-primary);margin-bottom:1rem;font-size:1.75rem}.career-page__intro p{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.75}.career-page__email{color:var(--color-primary);text-decoration:none}.career-page__email:hover{text-decoration:underline}.career-page__email strong{font-weight:700}.career-page__intro .btn{margin-top:1.5rem}.contact-page-hero{justify-content:center;align-items:center;width:100%;max-width:100%;min-height:clamp(280px,40vw,460px);display:flex;position:relative;overflow:hidden}.contact-page-hero__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.contact-page-hero__scrim{background:#08284747;position:absolute;inset:0}.contact-page-hero__content{z-index:1;text-align:center;padding:0 1.25rem;position:relative}.contact-page-hero__content h1{color:#fff;letter-spacing:.02em;text-shadow:0 2px 20px #00000059;margin:0 0 .75rem;font-size:clamp(2.25rem,6vw,3.75rem);font-weight:700}.contact-page-hero__content p{color:#ffffffe6;text-shadow:0 1px 12px #00000059;max-width:640px;margin:0 auto;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6}@media (width<=767px){.contact-page-hero{min-height:clamp(200px,48vw,280px)}}.contact-page-section{padding-top:3rem;padding-bottom:4rem}.contact-page--single{text-align:center;max-width:720px;margin-inline:auto}.contact-page--single h2{color:var(--color-primary);margin-bottom:1rem;font-size:clamp(1.75rem,3vw,2.25rem)}.contact-page__lead{color:var(--color-text-muted);margin-bottom:2.5rem;font-size:1.0625rem;line-height:1.75}.contact-page__list{text-align:left;flex-direction:column;gap:1.5rem;margin-bottom:2.5rem;display:flex}.contact-page__list li{color:var(--color-text-muted);background:var(--color-surface-muted);border-radius:var(--radius-md);border:1px solid var(--color-border);align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;font-size:1rem;display:flex}.contact-page__list svg{color:var(--color-primary);flex-shrink:0;margin-top:.1rem}.contact-page__list a:hover{color:var(--color-primary)}.contact-page__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:.875rem;display:flex}.contact-page__whatsapp-btn{color:#fff;background:#25d366;border-color:#25d366}.contact-page__whatsapp-btn:hover{background:#1ebe57;border-color:#1ebe57}@media (width<=640px){.contact-page__actions{flex-direction:column;width:100%}.contact-page__actions .btn{width:100%}}.contact-page__why-section{padding-block:4rem}.contact-page__why-title{color:var(--color-primary);margin-bottom:2rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700}.contact-page__why-grid{gap:1.75rem;display:grid}@media (width>=768px){.contact-page__why-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 2.5rem}}.contact-page__why-card{border-radius:var(--radius-md);transition:background var(--transition), box-shadow var(--transition);align-items:flex-start;gap:1rem;padding:1.125rem;display:flex}.contact-page__why-card:hover{background:var(--color-surface);box-shadow:var(--shadow-sm)}.contact-page__why-icon{border-radius:var(--radius-sm);color:#16a34a;background:#22c55e1f;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.contact-page__why-card h3{color:#16a34a;margin-bottom:.5rem;font-size:1rem;font-weight:700;line-height:1.3}.contact-page__why-card p{color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.appointment-page{max-width:720px;margin:0 auto}.appointment-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:2.5rem}.appointment-form h2{color:var(--color-primary);margin-bottom:.5rem;font-size:1.5rem}.appointment-form__intro{color:var(--color-text-muted);margin-bottom:2rem;font-size:.9375rem}.appointment-form__error{border-radius:var(--radius-sm);color:#b91c1c;background:#dc262614;margin:-1rem 0 1.5rem;padding:.75rem 1rem;font-size:.875rem}.appointment-form__grid{gap:0 1.25rem;display:grid}@media (width>=640px){.appointment-form__grid{grid-template-columns:repeat(2,1fr)}}.appointment-page__success{text-align:center;background:var(--color-surface-muted);border-radius:var(--radius-lg);border:1px solid var(--color-border);padding:3rem 2rem}.appointment-page__success svg{color:var(--color-success);margin-bottom:1.5rem}.appointment-page__success h2{color:var(--color-primary);margin-bottom:1rem;font-size:1.5rem}.appointment-page__success p{color:var(--color-text-muted);margin-bottom:2rem;max-width:480px;margin-inline:auto;line-height:1.65}@media (width<=480px){.appointment-form{padding:1.5rem}}.service-page-hero{justify-content:center;align-items:center;width:100%;max-width:100%;min-height:clamp(280px,40vw,460px);display:flex;position:relative;overflow:hidden}.service-page-hero__image{object-fit:cover;object-position:center;width:100%;height:100%;position:absolute;inset:0}.service-page-hero__scrim{background:#08284747;position:absolute;inset:0}.service-page-hero__content{z-index:1;text-align:center;max-width:820px;padding:0 1.25rem;position:relative}.service-page-hero__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--color-brand-cyan);margin:0 0 .75rem;font-size:.875rem;font-weight:700}.service-page-hero__content h1{color:#fff;letter-spacing:.01em;text-shadow:0 2px 20px #00000059;margin:0 0 1rem;font-size:clamp(2rem,5.5vw,3.5rem);font-weight:700;line-height:1.15}.service-page-hero__content p:last-child{color:#ffffffeb;text-shadow:0 1px 12px #00000059;max-width:640px;margin:0 auto;font-size:clamp(1rem,2vw,1.125rem);line-height:1.65}.service-page{padding-block:4rem}.service-page__intro{align-items:center;gap:clamp(2rem,4vw,3.5rem)}.service-page__image{aspect-ratio:4/5;object-fit:cover;object-position:center;width:100%;box-shadow:var(--shadow-lg);border-radius:24px;display:block}.service-page__eyebrow{color:var(--color-brand);text-transform:uppercase;letter-spacing:.06em;margin-bottom:.5rem;font-size:.9375rem;font-weight:700}.service-page__headline{color:var(--color-primary);margin-bottom:1.25rem;font-size:clamp(1.5rem,3.2vw,2.125rem);line-height:1.25}.service-page__text{color:var(--color-text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.85}.service-page__highlights{gap:.75rem;margin:1.75rem 0 2rem;padding:0;list-style:none;display:grid}.service-page__highlights li{color:var(--color-text);align-items:flex-start;gap:.75rem;font-size:.9375rem;font-weight:500;line-height:1.5;display:flex}.service-page__highlights svg{color:#16a34a;flex-shrink:0;margin-top:.1rem}.service-page__intro-actions{flex-wrap:wrap;gap:.875rem;display:flex}.service-page__intro-actions .btn{align-items:center;gap:.5rem;display:inline-flex}.service-page__section-header{max-width:720px;margin-bottom:2.5rem}.service-page__section-header--center{text-align:center;margin-inline:auto}.service-page__section-eyebrow{color:var(--color-brand);text-transform:uppercase;letter-spacing:.08em;margin:0 0 .5rem;font-size:.875rem;font-weight:700}.service-page__section-header h2{color:var(--color-primary);margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.25}.service-page__section-lead{color:var(--color-text-muted);margin:0;font-size:1.0625rem;line-height:1.7}.service-page__features{padding-block:4rem}.service-page__features-grid{gap:1.5rem;display:grid}@media (width>=640px){.service-page__features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.service-page__feature-card{background:var(--color-surface);border-radius:var(--radius-md);border:1px solid var(--color-border);box-shadow:var(--shadow-sm);transition:transform var(--transition), box-shadow var(--transition);padding:1.75rem}.service-page__feature-card:hover{box-shadow:var(--shadow-md);transform:translateY(-4px)}.service-page__feature-icon{border-radius:var(--radius-sm);width:52px;height:52px;color:var(--color-brand);background:#00aeef1a;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.service-page__feature-card h3{color:var(--color-primary);margin-bottom:.625rem;font-size:1.0625rem;font-weight:700}.service-page__feature-card p{color:var(--color-text-muted);font-size:.9375rem;line-height:1.7}.service-page__process{padding-block:4rem}.service-page__process-grid{gap:1.25rem;display:grid}@media (width>=768px){.service-page__intro{grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr)}.service-page__process-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.service-page__process-card{background:var(--color-surface-muted);border-radius:var(--radius-md);border:1px solid var(--color-border);height:100%;padding:1.75rem 1.5rem;position:relative}.service-page__process-step{background:var(--color-primary);color:#fff;width:2.5rem;height:2.5rem;font-family:var(--font-heading);border-radius:50%;justify-content:center;align-items:center;margin-bottom:1rem;font-size:.875rem;font-weight:800;display:inline-flex}.service-page__process-card h3{color:var(--color-primary);margin-bottom:.5rem;font-size:1rem;font-weight:700}.service-page__process-card p{color:var(--color-text-muted);font-size:.875rem;line-height:1.65}.service-page__cta{padding-block:3rem 4rem}.service-page__cta-card{border-radius:var(--radius-lg);background:linear-gradient(135deg, var(--color-primary) 0%, var(--color-primary-dark) 100%);color:#fff;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.75rem;padding:clamp(2rem,4vw,3rem);display:flex}.service-page__cta-card h2{margin:0 0 .75rem;font-size:clamp(1.5rem,3vw,2rem);line-height:1.25}.service-page__cta-card p{color:#ffffffe0;max-width:560px;margin:0;font-size:1rem;line-height:1.7}.service-page__cta-actions{flex-wrap:wrap;gap:.875rem;display:flex}.service-page__cta-actions .btn--brand{align-items:center;gap:.5rem;display:inline-flex}.service-page__cta-actions .btn--outline{color:#fff;border-color:#ffffff73}.service-page__cta-actions .btn--outline:hover{color:#fff;background:#ffffff1f;border-color:#fff}@media (width>=768px){.service-page__cta-card{flex-direction:row;justify-content:space-between;align-items:center}}.service-page__related{padding-block:4rem}.service-page__related-title{color:var(--color-primary);text-align:center;margin-bottom:1.75rem;font-size:clamp(1.5rem,3vw,2rem)}.service-page__related-grid{gap:1rem;display:grid}@media (width>=768px){.service-page__related-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.service-page__related-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);color:inherit;transition:border-color var(--transition), box-shadow var(--transition), transform var(--transition);justify-content:space-between;align-items:center;gap:1rem;padding:1.5rem;display:flex}.service-page__related-card:hover{box-shadow:var(--shadow-md);border-color:#00aeef59;transform:translateY(-2px)}.service-page__related-card h3{color:var(--color-primary);margin-bottom:.375rem;font-size:1rem;font-weight:700}.service-page__related-card p{color:var(--color-text-muted);font-size:.8125rem;line-height:1.55}.service-page__related-card svg{color:var(--color-brand);flex-shrink:0}@media (width<=767px){.service-page-hero{min-height:clamp(200px,48vw,280px)}.service-page__intro{grid-template-columns:minmax(0,1fr)}.service-page__image{aspect-ratio:16/10}.service-page__intro-actions{flex-direction:column}.service-page__intro-actions .btn{justify-content:center;width:100%}.service-page__cta-actions{flex-direction:column;width:100%}.service-page__cta-actions .btn{justify-content:center;width:100%}}
