:root{--color-brand: #0d47a1;--color-brand-hover: #0a3d8a;--color-brand-secondary: #e3eaf5;--color-text-strong: #1a1a1a;--color-text: #1a1a1a;--color-text-muted: #4a5568;--color-bg: #ffffff;--color-surface: #f3f5f9;--color-footer-bg: #ebeef4;--color-hero-bg: #e8eef6;--color-hero-bg-deep: #dce6f2;--color-border: #dbe0e8;--color-border-muted: #c5cdd8;--color-accent: var(--color-brand);--color-accent-contrast: #ffffff;--color-accent-soft: var(--color-brand-secondary);--color-whatsapp: #25d366;--color-hero-accent-bar: var(--color-brand);--color-hero-radial-accent: color-mix(in srgb, var(--color-brand) 9%, transparent);--color-hero-placeholder-fill: color-mix(in srgb, var(--color-bg) 55%, transparent);--color-shadow: color-mix(in srgb, var(--color-text) 6%, transparent);--font-sans: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif;--space-page-y: clamp(1.25rem, 4vw, 2.5rem);--max-width: 72rem;--header-height: 4rem;--shadow-header: 0 1px 0 var(--color-shadow);--shadow-sm: 0 1px 2px var(--color-shadow);--shadow-md: 0 8px 28px var(--color-shadow);--radius-md: 10px;--home-section-y: clamp(2rem, 4vw, 3.5rem)}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;color:var(--color-text);background:var(--color-bg)}body{margin:0;font-family:var(--font-sans);line-height:1.5}.site-body{min-height:100vh;display:flex;flex-direction:column}.site-main{flex:1 0 auto;padding-top:var(--space-page-y);padding-bottom:calc(var(--space-page-y) * 1.5)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:clamp(1rem,4vw,1.5rem)}.skip-link{position:absolute;left:1rem;top:.75rem;padding:.5rem .75rem;background:var(--color-accent);color:var(--color-accent-contrast);text-decoration:none;font-weight:600;border-radius:4px;z-index:100;transform:translateY(-200%);transition:transform .15s ease}.skip-link:focus{transform:translateY(0);outline:2px solid var(--color-accent-contrast);outline-offset:2px}.site-header{position:sticky;top:0;z-index:50;background:var(--color-bg);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-header)}.site-header__inner{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem;min-height:var(--header-height);padding-block:.55rem}.site-header__brand{display:inline-flex;align-items:center;line-height:1.15;text-decoration:none;color:inherit;margin-inline-end:auto;gap:.35rem}.site-header__brand--text{flex-direction:column;align-items:flex-start;gap:0}.site-header__brand--lockup{gap:.55rem;max-width:min(100%,19rem)}@media(min-width:960px){.site-header__brand--lockup{max-width:min(100%,22rem)}}.site-header__lockup-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.15;min-width:0}.site-header__logo{height:2.35rem;width:auto;max-width:min(12.5rem,56vw);object-fit:contain;object-position:left center}.site-header__logo--horizontal{height:2.35rem;max-width:min(18rem,78vw)}.site-header__logo--main{height:2.5rem;width:auto;max-width:2.85rem;max-height:2.6rem;flex-shrink:0}@media(min-width:768px){.site-header__logo{height:2.65rem;max-width:15.25rem}.site-header__logo--horizontal{height:2.65rem;max-width:19.5rem}.site-header__logo--main{height:2.85rem;max-width:3.1rem;max-height:2.95rem}}.site-header__brand-name{font-weight:800;font-size:.85rem;letter-spacing:.04em}.site-header__brand-sub{font-size:.7rem;font-weight:600;color:var(--color-text-muted);letter-spacing:.02em}.site-nav{width:100%;order:3;flex-basis:100%;border-top:1px solid var(--color-border);padding-top:.5rem;margin-top:.15rem}@media(min-width:960px){.site-nav{width:auto;order:0;flex-basis:auto;border-top:none;padding-top:0;margin-top:0;margin-inline-end:0}}.site-nav__list{display:flex;flex-wrap:wrap;align-items:center;gap:.2rem .65rem;list-style:none;margin:0;padding:0}.site-nav__link{display:inline-block;padding:.35rem .25rem;color:var(--color-text);text-decoration:none;font-size:.95rem;font-weight:500;border-radius:4px}.site-nav__link:hover{text-decoration:underline;text-underline-offset:3px}.site-nav__link.is-active{color:var(--color-accent);font-weight:700}.site-header__actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto;order:2}@media(min-width:960px){.site-header__actions{order:0;margin-left:0}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.45rem .9rem;font-size:.9rem;font-weight:600;text-decoration:none;border-radius:6px;border:1px solid transparent;cursor:pointer;font-family:inherit}.btn--primary{background:var(--color-accent);color:var(--color-accent-contrast)}.btn--primary:hover{filter:brightness(1.08)}.btn--secondary{background:transparent;color:var(--color-accent);border-color:var(--color-accent)}.btn--secondary:hover{background:var(--color-accent-soft)}.btn--lg{padding:.65rem 1.2rem;font-size:1rem;min-height:2.75rem}.btn:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.btn--secondary:focus-visible{outline-color:var(--color-accent)}.btn--whatsapp{background:var(--color-whatsapp);color:var(--color-accent-contrast);border-color:transparent}.btn--whatsapp:hover{filter:brightness(1.06)}.btn--whatsapp:focus-visible{outline-color:var(--color-accent-contrast)}.site-footer{position:relative;z-index:2;background:var(--color-footer-bg);border-top:1px solid var(--color-border);margin-top:auto;padding-block:2.25rem 1.15rem}.site-footer__block--brand .site-footer__title{font-size:1rem;font-weight:800;letter-spacing:.02em;color:var(--color-text)}.site-footer__legal-name{margin:0 0 .6rem;font-size:.75rem;font-weight:600;color:var(--color-text-muted);line-height:1.35}.site-footer__follow{margin-top:.15rem}.site-footer__social-heading{margin:1.05rem 0 .4rem;font-size:.85rem;font-weight:700;color:var(--color-text-muted);letter-spacing:.02em;line-height:1.3}.site-footer__social{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.5rem 1rem;font-size:.85rem}.site-footer__social a{color:var(--color-accent);text-decoration:none;font-weight:600}.site-footer__social a:hover{text-decoration:underline;text-underline-offset:3px}@media(max-width:639px){.site-footer__social{flex-direction:column;align-items:flex-start;gap:.4rem}}.site-footer__inner{display:grid;grid-template-columns:1fr;gap:clamp(1.25rem,3vw,1.85rem);align-items:start}@media(min-width:640px){.site-footer__inner{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:900px){.site-footer__inner{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.site-footer__inner{grid-template-columns:minmax(220px,1.4fr) minmax(120px,.8fr) minmax(160px,.8fr) minmax(220px,1.2fr) minmax(220px,1fr);gap:clamp(1.15rem,2.2vw,1.75rem)}.site-footer__brand .site-footer__text{max-width:none}}.site-footer__title{font-weight:700;margin:0 0 .5rem;font-size:.95rem;line-height:1.3}.site-footer__text{margin:0;font-size:.9rem;color:var(--color-text-muted);max-width:28rem}.site-footer__heading{font-weight:700;margin:0 0 .5rem;font-size:.85rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted)}.site-footer__links,.site-footer__contact-list{list-style:none;margin:0;padding:0;font-size:.9rem}.site-footer__links li,.site-footer__contact-list li{margin-bottom:.35rem}.site-footer__links a{color:var(--color-text);text-decoration:none}.site-footer__links a:hover{text-decoration:underline;text-underline-offset:3px}.site-footer__label{display:block;font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em}.site-footer__pending{display:inline-block;font-style:italic;color:var(--color-text-muted);font-size:.88rem;line-height:1.45}.site-footer__copyright{padding-block:1rem 0;margin-top:1.5rem;border-top:1px solid var(--color-border);font-size:.8rem;color:var(--color-text-muted)}.site-footer__copyright p{margin:0}.site-footer__contact-list--blocks>li{margin-bottom:.95rem}.site-footer__contact-list--blocks>li:last-child{margin-bottom:0}.site-footer__value{display:block;margin-top:.2rem;font-size:.9rem;line-height:1.55;color:var(--color-text)}.site-footer__value--multiline{white-space:pre-line}.site-footer__value--phones{line-height:1.65}.site-footer__phone-link{color:var(--color-text);text-decoration:none;font-weight:500}.site-footer__phone-link:hover{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.floating-whatsapp{position:fixed;right:clamp(.85rem,3vw,1.35rem);bottom:clamp(.85rem,3vw,1.35rem);z-index:1;display:inline-flex;align-items:center;gap:.5rem;padding:.65rem 1rem .65rem .75rem;border-radius:999px;background:var(--color-whatsapp);color:#fff;text-decoration:none;font-weight:700;font-size:.9rem;box-shadow:0 4px 18px color-mix(in srgb,var(--color-text) 18%,transparent);transition:transform .2s ease,box-shadow .2s ease}.floating-whatsapp:hover{transform:translateY(-2px);box-shadow:0 8px 26px color-mix(in srgb,var(--color-text) 22%,transparent);color:#fff}.floating-whatsapp:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}.floating-whatsapp__icon{width:1.55rem;height:1.55rem;flex-shrink:0;fill:currentColor}.floating-whatsapp__label{line-height:1}@media(max-width:639px){.floating-whatsapp{padding:.7rem;border-radius:50%}.floating-whatsapp__label{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}}@media(prefers-reduced-motion:reduce){.floating-whatsapp{transition:none}.floating-whatsapp:hover{transform:none}}.site-main h1{font-size:clamp(1.5rem,3vw,2rem);margin:0 0 .75rem;line-height:1.2}.site-main .lead{font-size:1.05rem;color:var(--color-text-muted);margin:0 0 1.25rem;max-width:42rem}.contact-dl__multiline{white-space:pre-line;margin:0}.site-main a:not(.btn){color:var(--color-accent)}.site-main a:not(.btn):hover{text-decoration:underline;text-underline-offset:3px}.service-list{list-style:none;margin:0;padding:0;display:grid;gap:.5rem}.service-list a{font-weight:600;color:var(--color-accent);text-decoration:none}.service-list a:hover{text-decoration:underline;text-underline-offset:3px}.contact-dl{margin:1rem 0 0;max-width:28rem}.contact-dl dt{font-size:.75rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.03em;margin-top:.75rem}.contact-dl dt:first-child{margin-top:0}.contact-dl dd{margin:.25rem 0 0;font-size:1rem}.contact-dl__pending{font-style:italic;color:var(--color-text-muted)}.contact-page{padding-bottom:clamp(5.5rem,14vh,8rem)}.contact-page__below-hero,.services-page__below-hero,.blog-page__below-hero{padding-top:clamp(1.25rem,3vw,2rem)}.contact-page__grid{display:grid;gap:clamp(1.75rem,4vw,2.5rem);align-items:start;margin-top:.25rem}@media(min-width:900px){.contact-page__grid{grid-template-columns:minmax(0,1.45fr) minmax(220px,1fr);gap:clamp(2rem,3.5vw,2.85rem)}}.contact-page__subhead{font-size:1.05rem;font-weight:800;margin:0 0 .75rem;color:var(--color-text);line-height:1.25}.contact-page__hint{font-size:.88rem;color:var(--color-text-muted)}.contact-page__form-intro{margin:0 0 1rem;font-size:.95rem;color:var(--color-text-muted);line-height:1.55;max-width:40rem}.contact-dl--compact{margin-top:0}.contact-page__form-block{min-width:0}.contact-page__aside{min-width:0;padding:clamp(1rem,2.5vw,1.25rem);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}#contact-form{scroll-margin-top:calc(var(--header-height) + .85rem)}.contact-form{max-width:min(42rem,100%);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:clamp(1.1rem,3vw,1.5rem);box-shadow:var(--shadow-sm)}.contact-form__row{margin-bottom:1rem}.contact-form__row:last-of-type{margin-bottom:0}.contact-form__label{display:block;font-size:.85rem;font-weight:700;color:var(--color-text);margin-bottom:.35rem}.contact-form__req{color:var(--color-brand)}.contact-form__input{width:100%;max-width:100%;box-sizing:border-box;padding:.6rem .75rem;font-size:1rem;font-family:inherit;line-height:1.45;border:1px solid var(--color-border);border-radius:var(--radius-md);background:var(--color-bg);color:var(--color-text)}.contact-form__input:focus{outline:2px solid color-mix(in srgb,var(--color-accent) 45%,transparent);outline-offset:1px;border-color:color-mix(in srgb,var(--color-accent) 35%,var(--color-border))}.contact-form__textarea{min-height:8rem;resize:vertical}.contact-form__select{cursor:pointer}.contact-form__privacy{display:flex;align-items:flex-start;gap:.7rem;margin:1rem 0 1.25rem;color:var(--color-text-muted);font-size:.92rem;line-height:1.55}.contact-form__privacy input{width:1rem;height:1rem;margin-top:.2rem;flex:0 0 auto;accent-color:var(--color-accent)}.contact-form__privacy label{margin:0;font-weight:500;color:var(--color-text)}.contact-form__privacy a{color:var(--color-accent);font-weight:800;text-decoration:none}.contact-form__privacy a:hover,.contact-form__privacy a:focus-visible{text-decoration:underline;text-underline-offset:3px}.contact-form__actions{margin-top:0;margin-bottom:.35rem}.contact-form__status{margin:1rem 0 0;padding:.75rem 1rem;font-size:.95rem;line-height:1.5;border-radius:var(--radius-md);border:1px solid var(--color-border)}.contact-form__status--success{background:color-mix(in srgb,#15803d 8%,var(--color-bg));border-color:color-mix(in srgb,#15803d 28%,var(--color-border));color:var(--color-text)}.contact-form__status--error{background:color-mix(in srgb,#b91c1c 7%,var(--color-bg));border-color:color-mix(in srgb,#b91c1c 25%,var(--color-border));color:var(--color-text)}.home-services__group-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin:0 0 .75rem;padding-left:.65rem;border-left:3px solid var(--color-accent);line-height:1.3}.home-services__block{padding:clamp(1rem,2.5vw,1.35rem);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm)}.home-services__block+.home-services__block{margin-top:clamp(1.15rem,2.5vw,1.65rem)}.home-services__block .home-services__group-label{margin-top:0}.home-services__block--products{background:linear-gradient(180deg,var(--color-bg) 0%,var(--color-surface) 100%)}.home-services__group-label--spaced{margin-top:2rem}.services-index__group{margin-bottom:2rem}.services-index__heading{font-size:1.15rem;font-weight:800;margin:0 0 .65rem;color:var(--color-text);line-height:1.25}.site-footer__subheading{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:var(--color-text-muted);margin:1rem 0 .4rem}.site-footer__block .site-footer__subheading:first-of-type{margin-top:.35rem}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.site-main .hero__title{font-size:clamp(1.65rem,3.8vw + .5rem,2.65rem);font-weight:800;line-height:1.18;margin:0 0 1.1rem;letter-spacing:-.025em;color:var(--color-text);max-width:min(46rem,100%)}.home-hero{position:relative;background:linear-gradient(165deg,var(--color-hero-bg-deep) 0%,var(--color-hero-bg) 42%,var(--color-bg) 100%);border-bottom:1px solid var(--color-border);overflow:hidden}.home-hero:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:radial-gradient(ellipse 90% 70% at 85% 15%,var(--color-hero-radial-accent),transparent 55%)}.home-hero:after{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;opacity:.04;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 120 120'%3E%3Cg fill='none' stroke='%230d47a1' stroke-width='0.8'%3E%3Cpath d='M0 40h120M0 80h120M40 0v120M80 0v120'/%3E%3Ccircle cx='40' cy='40' r='3' fill='%230d47a1'/%3E%3Ccircle cx='80' cy='80' r='3' fill='%230d47a1'/%3E%3C/g%3E%3C/svg%3E");background-size:120px 120px}.hero__inner{position:relative;z-index:1;padding-block:clamp(1.85rem,4.5vw,3rem);display:flex;align-items:center}@media(min-width:900px){.hero__inner{min-height:clamp(17.5rem,38vh,28rem);padding-block:clamp(2.5rem,6vw,4rem)}}.hero__grid{width:100%;display:grid;gap:1.1rem;align-items:center}@media(min-width:960px){.hero__grid{grid-template-columns:minmax(0,1fr) minmax(16rem,31%);gap:clamp(1.35rem,3.5vw,2.5rem);align-items:stretch}}.hero__aside{margin-top:.25rem;display:flex;flex-direction:column}@media(min-width:960px){.hero__aside{margin-top:0;align-self:stretch}}.hero-carousel{width:100%;max-width:100%}.hero-carousel__shell{position:relative;display:flex;flex-direction:column;gap:.6rem;padding:clamp(.75rem,2vw,1.05rem);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm),0 14px 40px var(--color-shadow);overflow:hidden;min-height:0;max-height:min(23rem,48vh)}.hero-carousel__shell:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(152deg,var(--color-brand-secondary) 0%,transparent 48%,var(--color-hero-radial-accent) 100%);opacity:.9}.hero-carousel__shell>*{position:relative;z-index:1}.hero-carousel__viewport{width:100%;flex:1;min-height:0}.hero-carousel__slides{position:relative;width:100%;height:clamp(11.5rem,30vw,15rem);background:color-mix(in srgb,var(--color-surface) 65%,var(--color-bg));border:1px solid var(--color-border);border-radius:calc(var(--radius-md) - 2px);overflow:hidden}.hero-carousel__slide{position:absolute;inset:0;margin:0;display:flex;flex-direction:column;opacity:0;visibility:hidden;pointer-events:none}.hero-carousel__slide.is-active{opacity:1;visibility:visible;pointer-events:auto;z-index:1}@media(prefers-reduced-motion:no-preference){.hero-carousel__slide{transition:opacity .48s ease,visibility .48s ease}}.hero-carousel__media{flex:1 1 auto;min-height:0;display:flex;align-items:center;justify-content:center;padding:.55rem .75rem}.hero-carousel__img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center}.hero-carousel__caption{flex-shrink:0;margin:0;padding:.55rem .65rem .35rem;font-size:clamp(.82rem,1.45vw,.94rem);font-weight:600;line-height:1.45;color:var(--color-text);text-align:center}.hero-carousel__dots{display:flex;align-items:center;justify-content:center;gap:.42rem;flex-wrap:wrap;padding-top:.1rem}.hero-carousel__dot{width:.5rem;height:.5rem;padding:0;border:none;border-radius:50%;background:var(--color-border-muted);cursor:pointer}.hero-carousel__dot.is-active{background:var(--color-accent);transform:scale(1.2)}@media(prefers-reduced-motion:no-preference){.hero-carousel__dot{transition:transform .2s ease,background .2s ease}}.hero-carousel__dot:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){.hero-carousel__dot{transition:none}}.hero__content{width:100%;max-width:min(52rem,100%);padding:.15rem 0 .25rem;border-left:3px solid var(--color-hero-accent-bar);padding-left:clamp(1rem,3vw,1.5rem)}@media(min-width:960px){.hero__content{max-width:none}}.hero__eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--color-accent);margin:0 0 .65rem;line-height:1.3}.hero__subtitle{font-size:clamp(1rem,1.5vw + .55rem,1.2rem);color:var(--color-text-muted);max-width:48rem;margin:0 0 clamp(1.5rem,3vw,2rem);line-height:1.6}.hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.home-section{padding-block:var(--home-section-y)}.home-section--surface{background:var(--color-surface);border-block:1px solid var(--color-border)}.home-section--muted{background:linear-gradient(180deg,var(--color-surface) 0%,var(--color-bg) 72%)}.section-header{margin-bottom:clamp(1rem,2.5vw,1.75rem);max-width:44rem}.section-header__eyebrow{text-transform:uppercase;letter-spacing:.08em;font-size:.72rem;font-weight:700;color:var(--color-accent);margin:0 0 .35rem}.section-header__title{font-size:clamp(1.35rem,2.8vw,1.85rem);margin:0 0 .5rem;line-height:1.2;font-weight:800;color:var(--color-text)}.section-header__subtitle{margin:0;color:var(--color-text-muted);font-size:1.02rem;line-height:1.55}.section-header--center{text-align:center;margin-inline:auto;max-width:42rem}.section-header--center .section-header__subtitle{margin-inline:auto;max-width:36rem}.services-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.services-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.services-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.services-grid--home{gap:clamp(.85rem,2vw,1.15rem);align-items:stretch}.service-card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem 1.35rem;min-height:100%;display:flex;flex-direction:column;gap:.65rem;box-shadow:var(--shadow-sm)}.service-card__title{font-size:1.05rem;margin:0;line-height:1.3;font-weight:700}.service-card__title a{color:var(--color-text);text-decoration:none}.service-card__title a:hover{color:var(--color-accent)}.service-card__text{margin:0;flex:1;font-size:.95rem;color:var(--color-text-muted);line-height:1.55}.service-card__link{font-weight:600;font-size:.9rem;color:var(--color-accent);text-decoration:none;margin-top:auto;padding-top:.4rem}.service-card__link:hover{text-decoration:underline;text-underline-offset:3px}.service-card--home{border-top:3px solid var(--color-accent);padding-top:1.15rem}.service-card__external-tag{margin:0;font-size:.72rem;font-weight:700;line-height:1.35;letter-spacing:.04em;text-transform:uppercase;color:var(--color-text-muted)}.service-card,.benefits-list__item,.trust-card--home,.home-roadmap__card,.service-feature-list__item,.about-mvv-card,.about-pillar-card{transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.service-card:hover,.service-card:focus-within,.benefits-list__item:hover,.benefits-list__item:focus-within,.trust-card--home:hover,.trust-card--home:focus-within,.home-roadmap__card:hover,.home-roadmap__card:focus-within,.service-feature-list__item:hover,.service-feature-list__item:focus-within,.about-mvv-card:hover,.about-mvv-card:focus-within,.about-pillar-card:hover,.about-pillar-card:focus-within{transform:translateY(-3px);box-shadow:0 8px 28px var(--color-shadow);border-color:color-mix(in srgb,var(--color-accent) 26%,var(--color-border))}@media(prefers-reduced-motion:reduce){.service-card,.benefits-list__item,.trust-card--home,.home-roadmap__card,.service-feature-list__item,.about-mvv-card,.about-pillar-card{transition:none}.service-card:hover,.service-card:focus-within,.benefits-list__item:hover,.benefits-list__item:focus-within,.trust-card--home:hover,.trust-card--home:focus-within,.home-roadmap__card:hover,.home-roadmap__card:focus-within,.service-feature-list__item:hover,.service-feature-list__item:focus-within,.about-mvv-card:hover,.about-mvv-card:focus-within,.about-pillar-card:hover,.about-pillar-card:focus-within{transform:none}}.benefits-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem;grid-template-columns:1fr}@media(max-width:639px){.benefits-list,.trust-grid{gap:.85rem}}@media(min-width:720px){.benefits-list{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.benefits-list{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(min-width:1280px){.benefits-list--home{grid-template-columns:repeat(5,minmax(0,1fr))}}.benefits-list__item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:clamp(.95rem,2.5vw,1.1rem) clamp(1rem,2.5vw,1.2rem);box-shadow:var(--shadow-sm)}.benefits-list__title{margin:0 0 .35rem;font-size:1.05rem;font-weight:700;line-height:1.25;color:var(--color-text)}.benefits-list__text{margin:0;font-size:.92rem;color:var(--color-text-muted);line-height:1.5}.trust-grid{display:grid;gap:1.25rem;grid-template-columns:1fr}@media(min-width:768px){.trust-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem}.trust-grid--home{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.trust-grid--home{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem}}.trust-card--home{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:clamp(.95rem,2.5vw,1.1rem) clamp(1rem,2.5vw,1.2rem);box-shadow:var(--shadow-sm)}.trust-card__title{font-size:1.05rem;margin:0 0 .4rem;font-weight:700;color:var(--color-text);line-height:1.25}.trust-card__text{margin:0;color:var(--color-text-muted);font-size:.95rem;line-height:1.55}.about-final-cta{--about-final-cta-deep: #07045c;position:relative;overflow:hidden;isolation:isolate;width:100%;padding-block:clamp(1.25rem,3vw,1.65rem);background:radial-gradient(circle at 88% 22%,rgba(255,255,255,.14),transparent 20%),linear-gradient(135deg,#05034f 0%,var(--about-final-cta-deep) 48%,#0b1678 100%);color:#fff}.about-final-cta:before{content:"";position:absolute;inset:0;z-index:-2;opacity:.22;background-image:linear-gradient(rgba(255,255,255,.14) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.14) 1px,transparent 1px);background-size:54px 54px;mask-image:linear-gradient(90deg,transparent 0%,black 14%,black 100%);-webkit-mask-image:linear-gradient(90deg,transparent 0%,black 14%,black 100%)}.about-final-cta:after{content:"";position:absolute;right:-40px;top:18px;width:min(420px,55vw);height:150px;z-index:-1;opacity:.22;pointer-events:none;background:radial-gradient(circle at 18% 70%,rgba(255,255,255,.88) 0 4px,transparent 5px),radial-gradient(circle at 38% 42%,rgba(255,255,255,.88) 0 4px,transparent 5px),radial-gradient(circle at 58% 25%,rgba(255,255,255,.88) 0 4px,transparent 5px),radial-gradient(circle at 82% 55%,rgba(255,255,255,.88) 0 4px,transparent 5px),linear-gradient(135deg,transparent 0 28%,rgba(255,255,255,.55) 28% 29%,transparent 29% 100%),linear-gradient(45deg,transparent 0 48%,rgba(255,255,255,.55) 48% 49%,transparent 49% 100%)}.about-final-cta__inner{width:min(100% - 48px,1180px);min-height:clamp(170px,22vw,198px);margin:0 auto;display:grid;grid-template-columns:120px minmax(0,1fr) auto;align-items:center;gap:clamp(1.5rem,3vw,2.75rem);padding:clamp(1.15rem,2.5vw,1.75rem) 0;box-sizing:border-box}.about-final-cta__icon{width:clamp(82px,6vw,92px);height:clamp(82px,6vw,92px);box-sizing:border-box;border:2px solid rgba(255,255,255,.78);border-radius:999px;display:grid;place-items:center;color:#fff;background:#ffffff0a;box-shadow:inset 0 0 24px #ffffff12;justify-self:start}.about-final-cta__rocket-img{display:block;width:52px;height:52px;object-fit:contain;filter:brightness(0) invert(1);opacity:.97}.about-final-cta__content{max-width:720px;min-width:0}.about-final-cta__title{margin:0;color:#fff;font-size:clamp(1.55rem,2.5vw,2.45rem);line-height:1.16;font-weight:800;letter-spacing:-.035em}.about-final-cta__text{margin:.65rem 0 0;color:#ffffffe0;font-size:clamp(.98rem,1.3vw,1.18rem);line-height:1.5;font-weight:400}.about-final-cta__button{width:clamp(240px,22vw,270px);min-height:56px;padding:0 26px;box-sizing:border-box;border-radius:12px;background:#fff;color:var(--about-final-cta-deep);display:inline-flex;align-items:center;justify-content:center;gap:12px;text-decoration:none;font-weight:800;font-size:1.05rem;box-shadow:0 12px 30px #00000038;transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease;justify-self:end}.about-final-cta__button:hover{transform:translateY(-2px);background:#f7f8ff;box-shadow:0 16px 36px #00000047;color:var(--about-final-cta-deep);text-decoration:none}.about-final-cta__button:focus-visible{outline:2px solid #ffffff;outline-offset:3px}.about-final-cta__arrow{font-size:1.85rem;line-height:1;transform:translateY(-1px);font-weight:300}.about-final-cta__button,.about-final-cta__button:hover{color:var(--about-final-cta-deep)}@media(prefers-reduced-motion:reduce){.about-final-cta__button:hover{transform:none}}@media(max-width:900px){.about-final-cta__inner{grid-template-columns:1fr;justify-items:center;text-align:center;gap:1.35rem;min-height:auto;padding:clamp(2rem,5vw,2.65rem) 0;width:min(100% - 32px,1180px)}.about-final-cta__content{max-width:620px}.about-final-cta__icon{justify-self:center}.about-final-cta__button{justify-self:center;width:min(100%,300px)}.about-final-cta:after{opacity:.13;right:-180px}}@media(max-width:520px){.about-final-cta__rocket-img{width:44px;height:44px}.about-final-cta__icon{width:78px;height:78px}.about-final-cta__title{font-size:1.5rem}.about-final-cta__text{font-size:.97rem}.about-final-cta__button{min-height:54px;font-size:1rem}}.service-page{display:flex;flex-direction:column;gap:0;padding-bottom:.25rem}.service-hero{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:clamp(1.35rem,3.5vw,2.15rem);margin-bottom:.15rem;box-shadow:var(--shadow-sm)}.service-hero__eyebrow{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--color-accent);margin:0 0 .5rem;line-height:1.3}.site-main .service-hero__title{font-size:clamp(1.45rem,2.8vw,2.05rem);font-weight:800;line-height:1.2;margin:0 0 .85rem;letter-spacing:-.02em;color:var(--color-text);max-width:min(42rem,100%)}.service-hero__description{font-size:1.02rem;color:var(--color-text-muted);line-height:1.6;margin:0 0 1.35rem;max-width:46rem}.service-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem}.service-content-section{padding-block:clamp(1.45rem,3vw,2.15rem);border-bottom:1px solid var(--color-border)}.service-content-section__title{font-size:clamp(1.12rem,2.2vw,1.42rem);font-weight:800;line-height:1.25;margin:0 0 .85rem;color:var(--color-text)}.service-content-section__body{font-size:.98rem;line-height:1.6;color:var(--color-text-muted)}.service-content-section__body>*:first-child{margin-top:0}.service-content-section__body>*:last-child{margin-bottom:0}.service-content-section__body p{margin:0 0 .75rem;max-width:48rem}.service-content-section__body .service-flow-steps{margin:0 0 .85rem;padding-left:1.35rem;max-width:48rem;display:grid;gap:.65rem}.service-content-section__body .service-flow-steps li{padding-inline-start:.25rem}.service-content-section__body .service-flow-steps li::marker{color:var(--color-accent);font-weight:700}.service-feature-list{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.service-feature-list{grid-template-columns:repeat(2,minmax(0,1fr))}}.service-feature-list__item{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1rem 1.1rem;box-shadow:var(--shadow-sm)}.service-feature-list__title{font-size:.98rem;font-weight:700;margin:0 0 .35rem;line-height:1.3;color:var(--color-text)}.product-visual{position:relative;display:flex;flex-direction:column;gap:.45rem;align-items:stretch;min-width:0}.product-visual__frame{display:flex;align-items:center;justify-content:center;width:100%;min-width:0}.product-visual--hero{align-items:center;text-align:center}.product-visual--hero .product-visual__frame{min-height:0}.product-visual--hero .product-visual__img{max-height:7rem;width:auto;max-width:100%;object-fit:contain}.product-visual--card .product-visual__frame,.product-visual--list .product-visual__frame,.product-visual--roadmap .product-visual__frame{min-height:5.5rem}.product-visual--card,.product-visual--list,.product-visual--roadmap{padding:.35rem 0;background:transparent;border:none;border-radius:0;box-shadow:none;align-items:center}.product-visual--card .product-visual__img,.product-visual--list .product-visual__img{max-height:5.75rem;width:auto;max-width:100%;height:auto;object-fit:contain}.product-visual--roadmap .product-visual__img{max-height:5.25rem;width:auto;max-width:100%;object-fit:contain}.product-visual--dark{padding:.85rem;background:var(--color-text-strong);border-radius:var(--radius-md);align-items:center}.product-visual--dark .product-visual__img{max-height:6rem;width:auto;max-width:100%;object-fit:contain}.product-visual--dark .product-visual__caption{color:var(--color-bg)}.product-visual__link{display:flex;justify-content:center;align-items:center;line-height:0;text-decoration:none;min-width:0;width:100%}.product-visual__link:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px;border-radius:var(--radius-md)}.product-visual__badge{position:absolute;top:.35rem;right:.35rem;z-index:1;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:.2rem .45rem;border-radius:999px;background:var(--color-accent-soft);color:var(--color-accent);border:1px solid var(--color-border)}.product-visual__caption{margin:0;font-size:.78rem;line-height:1.45;color:var(--color-text-muted);text-align:center;max-width:18rem}.product-visual--card .product-visual__badge,.product-visual--list .product-visual__badge,.product-visual--roadmap .product-visual__badge{top:.5rem;right:.5rem}.service-hero--with-visual{display:flex;flex-direction:column;gap:clamp(1rem,3vw,1.65rem);align-items:stretch}@media(min-width:768px){.service-hero--with-visual{display:grid;grid-template-columns:minmax(0,1fr) minmax(8.5rem,11.5rem);align-items:center;gap:clamp(1.25rem,3vw,2.25rem)}.service-hero--with-visual .service-hero__visual .product-visual--hero{text-align:center}.service-hero--with-visual .product-visual--hero .product-visual__img{max-height:9rem}}.service-card__visual{margin:-.15rem -.2rem .35rem}.service-card__visual .product-visual--card,.service-card__visual .product-visual--list{margin:0}.home-roadmap{padding-block:var(--home-section-y)}.home-roadmap__intro{margin:0 0 1rem;max-width:40rem;font-size:.98rem;color:var(--color-text-muted);line-height:1.55}.home-roadmap__grid{display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:640px){.home-roadmap__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.home-roadmap__card{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.15rem 1.25rem;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;gap:.75rem;align-items:flex-start}.home-roadmap__card .product-visual--roadmap{align-self:stretch;width:100%}.home-roadmap__title{font-size:1.08rem;font-weight:800;margin:0;line-height:1.25;color:var(--color-text)}.home-roadmap__text{margin:0;font-size:.92rem;line-height:1.55;color:var(--color-text-muted);flex:1}.services-index__card-grid{display:grid;gap:clamp(.85rem,2vw,1.15rem);grid-template-columns:1fr;align-items:stretch}@media(min-width:640px){.services-index__card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1024px){.services-index__card-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.services-index__card-grid .service-card{min-height:100%}.services-index__group+.services-index__group{margin-top:clamp(1.5rem,3vw,2.25rem)}.services-index__link-row{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:var(--color-text);font-weight:600;padding:.35rem 0;border-radius:var(--radius-md)}.services-index__link-row:hover{color:var(--color-accent)}.services-index__link-row:focus-visible{outline:2px solid var(--color-accent);outline-offset:2px}.services-index__thumb{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;background:transparent;border:none;border-radius:var(--radius-md);overflow:hidden}.services-index__thumb-img{width:100%;height:100%;object-fit:contain;padding:.25rem}.services-index__link-title{line-height:1.35}.service-list .services-index__link-row{display:flex}.legal-doc{max-width:44rem}.legal-doc__notice{margin:0 0 1.25rem;padding:.85rem 1rem;font-size:.92rem;line-height:1.55;color:var(--color-text);background:var(--color-brand-secondary);border:1px solid var(--color-border);border-radius:var(--radius-md);border-left:3px solid var(--color-accent)}.legal-doc h1{margin:0 0 .75rem;font-size:clamp(1.35rem,3vw,1.75rem);line-height:1.2;color:var(--color-text-strong)}.legal-doc section{margin-top:1.35rem}.legal-doc h2{margin:0 0 .5rem;font-size:1.1rem;line-height:1.3;color:var(--color-text)}.legal-doc h3{margin:.9rem 0 .4rem;font-size:1.02rem;font-weight:700;line-height:1.35;color:var(--color-text)}.legal-doc__meta{margin:0 0 1rem;font-size:.95rem;color:var(--color-text-muted)}.legal-doc code{font-size:.88em;padding:.1rem .35rem;background:var(--color-brand-secondary);border-radius:4px;border:1px solid var(--color-border)}.legal-doc__multiline{white-space:pre-line}.legal-doc p{margin:0 0 .65rem;font-size:.98rem;line-height:1.6;color:var(--color-text-muted)}.legal-doc p:last-child{margin-bottom:0}.legal-doc ul{margin:0 0 .65rem;padding-left:1.25rem;color:var(--color-text-muted);font-size:.98rem;line-height:1.55}.legal-doc .legal-doc__pending{font-style:italic;color:var(--color-text-muted)}.about-hero{position:relative}.about-hero__lead{margin-bottom:clamp(1.15rem,2.5vw,1.65rem)}.about-hero__highlights{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.85rem,3vw,1.65rem);justify-items:center;width:100%;max-width:min(100%,26rem)}@media(max-width:520px){.about-hero__highlights{grid-template-columns:1fr;max-width:none}}.about-hero__highlight{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.55rem;width:100%;max-width:11rem;text-align:center}.about-hero__icon-frame{display:flex;align-items:center;justify-content:center;width:100%;min-height:4.5rem}.about-hero__icon-img{display:block;width:auto;height:clamp(3.6rem,11vw,5rem);max-width:min(100%,7.75rem);object-fit:contain;object-position:center;margin-inline:auto}.about-hero__highlight-label{font-size:.82rem;font-weight:700;line-height:1.35;color:var(--color-text-strong);text-wrap:balance}.about-hero__figure-wrap .hero-carousel__dots{display:none}.about-hero .hero-carousel__slides{height:clamp(13rem,38vw,19rem)}.services-hero.about-hero .hero-carousel__slides,.contact-hero.about-hero .hero-carousel__slides,.blog-hero.about-hero .hero-carousel__slides,.about-page .about-hero .hero-carousel__slides{height:auto;aspect-ratio:1024 / 682}.services-hero.about-hero .hero-carousel__shell,.contact-hero.about-hero .hero-carousel__shell,.blog-hero.about-hero .hero-carousel__shell,.about-page .about-hero .hero-carousel__shell{max-height:min(32rem,72vh)}.about-hero .hero-carousel__media{padding:0;align-items:stretch}.about-hero .hero-carousel__img.about-hero__photo{width:100%;height:100%;object-fit:cover;object-position:center 22%}.contact-hero .hero__subtitle.about-hero__lead,.services-hero .hero__subtitle.about-hero__lead,.blog-hero .hero__subtitle.about-hero__lead{margin-bottom:0}@media(min-width:960px){.contact-hero .hero__grid,.services-hero .hero__grid,.blog-hero .hero__grid,.about-page .about-hero .hero__grid{align-items:center}}.contact-hero .hero-carousel__img.contact-hero__illustration,.services-hero .hero-carousel__img.services-hero__illustration,.blog-hero .hero-carousel__img.blog-hero__illustration{width:100%;height:100%;object-fit:contain;object-position:center;padding:0;box-sizing:border-box;background:transparent}.about-history__grid{display:grid;gap:clamp(1.5rem,3vw,2.35rem);align-items:start}@media(min-width:900px){.about-history__grid{grid-template-columns:minmax(0,1.12fr) minmax(0,.88fr)}}.about-history__title{font-size:clamp(1.05rem,2vw,1.25rem);font-weight:800;margin:0 0 1rem;line-height:1.25;color:var(--color-text);text-transform:uppercase;letter-spacing:.07em}.about-history__body p{margin:0 0 .85rem;font-size:clamp(.94rem,2.2vw,1rem);line-height:1.62;color:var(--color-text-muted)}.about-history__body p:last-child{margin-bottom:0}.about-mvv-card{display:flex;gap:1rem;align-items:flex-start;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:clamp(1rem,2.5vw,1.25rem) clamp(1.05rem,2.5vw,1.35rem);box-shadow:var(--shadow-sm)}.about-mvv-card+.about-mvv-card{margin-top:clamp(.85rem,2vw,1.05rem)}.about-mvv-card__icon{flex-shrink:0;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--color-brand-secondary);color:var(--color-accent)}.about-mvv-card__heading{margin:0 0 .45rem;font-size:1rem;font-weight:800;line-height:1.25;color:var(--color-text)}.about-mvv-card__body{margin:0;font-size:.93rem;line-height:1.58;color:var(--color-text-muted)}.about-pillars__grid{list-style:none;margin:0;padding:0;display:grid;gap:1rem;grid-template-columns:1fr}@media(min-width:768px){.about-pillars__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem}}.about-pillar-card{height:100%;background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:1.25rem 1.35rem;box-shadow:var(--shadow-sm);border-top:3px solid var(--color-accent)}.about-pillar-card__icon{color:var(--color-accent);margin-bottom:.55rem;display:flex;align-items:center;justify-content:center;width:fit-content}.about-pillar-card__title{margin:0 0 .45rem;font-size:1.05rem;font-weight:700;line-height:1.3;color:var(--color-text)}.about-pillar-card__text{margin:0;font-size:.93rem;line-height:1.55;color:var(--color-text-muted)}.about-developments__grid{display:grid;gap:clamp(.85rem,2vw,1.15rem);grid-template-columns:1fr;align-items:stretch}@media(min-width:640px){.about-developments__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1100px){.about-developments__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.about-development-soon .product-visual__frame{opacity:.88}.about-development-soon .service-card__title{font-size:1.05rem}.about-development-soon .service-card__text{margin-bottom:.4rem}.about-development-soon__note{margin:0;font-size:.78rem;line-height:1.45;color:var(--color-text-muted)}.section-eyebrow{display:inline-block;margin:0 0 .5rem;font-size:.78rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--color-accent)}.blog-hero .hero__content .section-eyebrow{margin-bottom:.65rem}.section-heading{margin-bottom:clamp(1.75rem,3vw,2.5rem);max-width:40rem}.section-heading .section-eyebrow{margin-bottom:.5rem}.section-heading h2{margin:0 0 .65rem;font-size:clamp(1.35rem,2.5vw,1.75rem);font-weight:800;line-height:1.2;color:var(--color-text-strong)}.section-heading p{margin:0;color:var(--color-text-muted);line-height:1.65;font-size:1rem}.blog-list-section{padding:clamp(3.5rem,7vw,6rem) 0;background:var(--color-bg)}.blog-list-section__inner{width:min(100% - 2rem,1120px);margin-inline:auto}.blog-grid{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(1.25rem,2.5vw,2rem);align-items:stretch}.blog-featured{max-width:920px;margin-inline:auto}.blog-featured .blog-card{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(0,1.05fr);align-items:stretch}.blog-more{margin-top:clamp(2.5rem,5vw,4rem)}.blog-more__title{margin:0 0 1.5rem;color:var(--color-text-strong);font-size:clamp(1.5rem,2.5vw,2rem);line-height:1.15}.blog-card{min-width:0;overflow:hidden;display:flex;flex-direction:column;height:100%;background:var(--color-bg);border:1px solid var(--color-border-muted);border-radius:1.35rem;box-shadow:var(--shadow-sm);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.blog-card:hover,.blog-card:focus-within{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-border)}@media(min-width:981px){.blog-featured .blog-card__media{align-self:stretch;min-height:100%}.blog-featured .blog-card__image{min-height:100%;height:100%;aspect-ratio:unset;object-fit:cover}}.blog-card__media{display:block;min-width:0;color:inherit;text-decoration:none;background:var(--color-surface)}.blog-card__image{display:block;width:100%;height:100%;min-height:220px;aspect-ratio:16 / 9;object-fit:cover}.blog-card__content{min-width:0;display:flex;flex-direction:column;gap:.9rem;padding:clamp(1.15rem,2.5vw,1.6rem)}.blog-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .75rem;color:var(--color-text-muted);font-size:.85rem;line-height:1.4}.blog-card__category{color:var(--color-accent);font-weight:800;letter-spacing:.04em;text-transform:uppercase}.blog-card__title{margin:0;color:var(--color-text-strong);font-size:clamp(1.25rem,2vw,1.65rem);line-height:1.18;letter-spacing:-.02em;overflow-wrap:normal;word-break:normal}.blog-card__title a{color:inherit;text-decoration:none}.blog-card__title a:hover,.blog-card__title a:focus-visible{color:var(--color-accent)}.blog-card__description{margin:0;color:var(--color-text);line-height:1.7}.blog-card__tags{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.15rem}.blog-card__tag{display:inline-flex;align-items:center;width:fit-content;border:1px solid var(--color-border-muted);border-radius:999px;padding:.25rem .65rem;background:var(--color-surface);color:var(--color-text-muted);font-size:.78rem;line-height:1.2}.blog-card__link{margin-top:auto;display:inline-flex;align-items:center;width:fit-content;color:var(--color-accent);font-weight:800;text-decoration:none}.blog-card__link:hover,.blog-card__link:focus-visible{text-decoration:underline}.blog-empty{margin:2rem 0 0;color:var(--color-text-muted);line-height:1.7}@media(max-width:980px){.blog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.blog-featured .blog-card{grid-template-columns:1fr}.blog-card__image{height:auto}}@media(max-width:640px){.blog-grid{grid-template-columns:1fr}.blog-card__image{min-height:190px}}@media(prefers-reduced-motion:reduce){.blog-card{transition:none}.blog-card:hover,.blog-card:focus-within{transform:none}}.blog-article{background:var(--color-bg)}.blog-article__hero{padding:clamp(3rem,7vw,5.5rem) 0 clamp(2rem,5vw,3.5rem);background:var(--color-surface);border-bottom:1px solid var(--color-border-muted)}.blog-article__hero-inner{width:min(100% - 2rem,1040px);margin-inline:auto}.blog-article__back-link{display:inline-flex;width:fit-content;margin-bottom:1.5rem;color:var(--color-accent);font-weight:800;text-decoration:none}.blog-article__back-link:hover,.blog-article__back-link:focus-visible{text-decoration:underline;text-underline-offset:3px}.blog-article__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.45rem .8rem;margin-bottom:1rem;color:var(--color-text-muted);font-size:.92rem;line-height:1.4}.blog-article__category{color:var(--color-accent);font-weight:900;letter-spacing:.05em;text-transform:uppercase}.blog-article__hero h1{max-width:860px;margin:0;color:var(--color-text-strong);font-size:clamp(2.2rem,5vw,4rem);line-height:1.05;letter-spacing:-.035em}.blog-article__hero p{max-width:760px;margin:1.25rem 0 0;color:var(--color-text);font-size:clamp(1.05rem,1.5vw,1.22rem);line-height:1.75}.blog-article__figure{margin:clamp(2rem,4vw,3rem) 0 0;overflow:hidden;border:1px solid var(--color-border-muted);border-radius:1.5rem;background:var(--color-bg);box-shadow:var(--shadow-md)}.blog-article__figure img{display:block;width:100%;aspect-ratio:16 / 7;object-fit:cover}.blog-article__layout{width:min(100% - 2rem,1040px);margin-inline:auto;padding:clamp(3rem,6vw,5rem) 0;display:grid;grid-template-columns:minmax(0,700px) minmax(240px,1fr);gap:clamp(2rem,5vw,4rem);align-items:start}.blog-article__content{min-width:0;color:var(--color-text);font-size:1.02rem;line-height:1.85}.blog-article__content>*:first-child{margin-top:0}.blog-article__content p{margin:0 0 1.35rem}.blog-article__content h2{margin:2.5rem 0 1rem;color:var(--color-text-strong);font-size:clamp(1.55rem,2.5vw,1.95rem);line-height:1.2;letter-spacing:-.02em}.blog-article__content h3{margin:2rem 0 .75rem;color:var(--color-text-strong);font-size:1.25rem;line-height:1.3}.blog-article__content ul,.blog-article__content ol{margin:0 0 1.5rem;padding-left:1.3rem}.blog-article__content li{margin-bottom:.55rem}.blog-article__content li::marker{color:var(--color-accent)}.blog-article__content a{color:var(--color-accent);font-weight:700;text-decoration:none}.blog-article__content a:hover,.blog-article__content a:focus-visible{text-decoration:underline;text-underline-offset:3px}.blog-article__notice{margin-top:2.5rem;padding:1.15rem 1.25rem;border:1px solid var(--color-border-muted);border-radius:1rem;background:var(--color-surface);color:var(--color-text);line-height:1.7}.blog-article__notice strong{color:var(--color-text-strong)}.blog-article__sidebar{min-width:0;position:sticky;top:calc(var(--header-height) + 1.5rem)}.related-services-card{padding:1.35rem;border:1px solid var(--color-border-muted);border-radius:1.25rem;background:var(--color-bg);box-shadow:var(--shadow-sm)}.related-services-card .section-eyebrow{margin-bottom:.45rem}.related-services-card h2{margin:.35rem 0 1rem;color:var(--color-text-strong);font-size:1.35rem;line-height:1.2}.related-services-card ul{display:grid;gap:.65rem;margin:0;padding:0;list-style:none}.related-services-card li{margin:0}.related-services-card a{color:var(--color-text);font-weight:700;text-decoration:none}.related-services-card a:hover,.related-services-card a:focus-visible{color:var(--color-accent);text-decoration:underline;text-underline-offset:3px}.related-services-card__cta{display:inline-flex;width:fit-content;margin-top:1.25rem;color:var(--color-accent);font-weight:800;text-decoration:none}.related-services-card__cta:hover,.related-services-card__cta:focus-visible{text-decoration:underline;text-underline-offset:3px}@media(max-width:900px){.blog-article__layout{grid-template-columns:1fr}.blog-article__sidebar{position:static}.blog-article__figure img{aspect-ratio:16 / 9}}@media(max-width:640px){.blog-article__hero{padding-top:2.5rem}.blog-article__meta{font-size:.85rem}.blog-article__figure{border-radius:1rem}.blog-article__figure img{aspect-ratio:4 / 3}.blog-article__content{font-size:1rem}}
