:root {
    --ink: #10243b;
    --muted: #60748a;
    --blue: #0e91ca;
    --blue-deep: #0872a3;
    --cyan: #74d8ea;
    --ice: #edfaff;
    --soft: #f4f9fc;
    --line: rgba(16, 36, 59, .12);
    --shadow: 0 24px 70px rgba(26, 78, 108, .12);
    --shell: min(1220px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    overflow-x: clip;
    color: var(--ink);
    background: #fff;
    font-family: Manrope, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
body.drawer-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, select { cursor: pointer; }
p, h1, h2, h3, h4, ul { margin: 0; }
ul { padding: 0; list-style: none; }
h1, h2, h3, h4 { font-family: Outfit, Manrope, sans-serif; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3rem, 6vw, 5.9rem); font-weight: 600; }
h2 { font-size: clamp(2.25rem, 4.4vw, 4.7rem); font-weight: 600; }
h3 { font-size: clamp(1.55rem, 2.2vw, 2.45rem); font-weight: 600; }
h1, h2, h3 { text-wrap: balance; }
::selection { color: #fff; background: var(--blue); }
:focus-visible { outline: 3px solid rgba(14, 145, 202, .3); outline-offset: 4px; }

.site-shell, .container { width: var(--shell); margin-inline: auto; }
.sr-only {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0;
}
.skip-link {
    position: fixed; top: 8px; left: 8px; z-index: 300; padding: 10px 16px;
    color: #fff; background: var(--blue-deep); border-radius: 999px; transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }
.eyebrow {
    display: inline-flex; align-items: center; gap: 10px; color: var(--blue-deep);
    font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase;
}
.eyebrow::before { width: 34px; height: 1px; content: ""; background: currentColor; }
.section { padding: clamp(74px, 7vw, 112px) 0; }
.section--soft { background: linear-gradient(180deg, #fff 0, var(--soft) 52%, #fff 100%); }
.section-head { max-width: 880px; margin-bottom: clamp(42px, 5vw, 74px); }
.section-head h2 { margin-top: 18px; }
.section-head p { max-width: 720px; margin-top: 20px; color: var(--muted); font-size: 1.08rem; }
.section-head--center { margin-inline: auto; text-align: center; }
.section-head--center p { margin-inline: auto; }
.reveal { opacity: 1; transform: none; animation: revealRise .75s ease both; }
.reveal.in { opacity: 1; transform: none; }
@keyframes revealRise { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
.btn {
    min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    padding: 12px 24px; border: 1px solid transparent; border-radius: 4px; font-size: .86rem;
    font-weight: 800; letter-spacing: .06em; text-transform: uppercase; transition: .25s ease;
}
.btn-primary { color: #fff; background: linear-gradient(120deg, var(--blue-deep), var(--blue)); box-shadow: 0 14px 30px rgba(14, 145, 202, .2); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 18px 34px rgba(14, 145, 202, .28); }
.btn-light { color: var(--ink); background: rgba(255, 255, 255, .92); border-color: rgba(255, 255, 255, .65); }
.btn-outline { color: var(--blue-deep); background: #fff; border-color: rgba(14, 145, 202, .35); }
.btn-arrow::after { content: "↗"; font-size: 1rem; }

.value-strip {
    position: absolute; inset: 0 0 auto; z-index: 102; height: 34px; overflow: hidden;
    color: #0c5575; background: rgba(228, 248, 253, .92); border-bottom: 1px solid rgba(14, 145, 202, .12);
    backdrop-filter: blur(12px);
}
.value-strip__track { width: max-content; height: 100%; display: flex; align-items: center; animation: ticker 34s linear infinite; }
.value-strip__track span {
    display: flex; align-items: center; gap: 26px; padding-inline: 28px;
    font-size: .66rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap;
}
.value-strip__track span::after { content: "✦"; color: var(--blue); font-size: .78rem; }
@keyframes ticker { to { transform: translateX(-50%); } }

.site-header { position: absolute; inset: 34px 0 auto; z-index: 101; }
.nav { min-height: 106px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; }
.brand img { width: 180px; height: 70px; object-fit: contain; }
.site-header .brand {
    padding: 5px 12px; border: 1px solid rgba(255, 255, 255, .62); border-radius: 5px;
    background: rgba(255, 255, 255, .72); box-shadow: 0 10px 28px rgba(15, 45, 64, .08); backdrop-filter: blur(12px);
}
.header-tools { display: flex; align-items: center; gap: 14px; }
.locale-select {
    min-width: 62px; padding: 9px 28px 9px 12px; color: var(--ink); background: rgba(255, 255, 255, .78);
    border: 1px solid rgba(255, 255, 255, .72); border-radius: 2px; font-size: .76rem; font-weight: 800;
    backdrop-filter: blur(14px);
}
.burger {
    width: 50px; height: 50px; display: grid; place-content: center; gap: 5px; padding: 0;
    border: 1px solid rgba(255, 255, 255, .74); border-radius: 50%; background: rgba(255, 255, 255, .8);
    box-shadow: 0 12px 28px rgba(15, 45, 64, .1); backdrop-filter: blur(14px);
}
.burger span { width: 20px; height: 1.5px; display: block; background: var(--ink); }
.burger:hover { background: #fff; transform: rotate(5deg); }
.nav-overlay { position: fixed; inset: 0; z-index: 198; background: rgba(8, 26, 42, .3); opacity: 0; transition: opacity .3s; backdrop-filter: blur(4px); }
.nav-overlay.open { opacity: 1; }
.mobile-drawer {
    position: fixed; inset: 0 0 0 auto; z-index: 199; width: min(460px, 100%); padding: 28px clamp(28px, 5vw, 52px);
    display: flex; flex-direction: column; gap: 34px; color: var(--ink); background: rgba(255, 255, 255, .98);
    box-shadow: -30px 0 80px rgba(16, 36, 59, .16); transform: translateX(105%); transition: transform .42s cubic-bezier(.77, 0, .18, 1);
}
.mobile-drawer.open { transform: none; }
.drawer-top { display: flex; align-items: center; justify-content: space-between; }
.drawer-top .brand img { width: 150px; }
.drawer-close { width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; font-size: 1.8rem; line-height: 1; }
.drawer-nav { display: grid; }
.drawer-nav a { display: flex; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--line); font-family: Outfit, sans-serif; font-size: 1.75rem; }
.drawer-nav a.active, .drawer-nav a:hover { color: var(--blue); }
.drawer-products { display: grid; gap: 8px; }
.drawer-products > span { margin-bottom: 3px; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.drawer-products a { color: var(--muted); font-size: .9rem; }
.drawer-products a:hover { color: var(--blue); }
.drawer-contact { margin-top: auto; display: grid; gap: 5px; color: var(--muted); font-size: .82rem; }
.drawer-contact a:hover { color: var(--blue); }

.media-hero { position: relative; min-height: 100svh; display: flex; align-items: end; overflow: hidden; background: #dfeaf0; }
.media-hero--short { min-height: min(78svh, 780px); }
.media-hero__media, .media-hero__media::after { position: absolute; inset: 0; }
.media-hero__media img, .media-hero__media video { width: 100%; height: 100%; object-fit: cover; }
.media-hero__media::after {
    content: ""; background: linear-gradient(90deg, rgba(184, 187, 188, 0.467) 0%, rgba(195, 197, 198, 0.368) 42%, rgba(245, 251, 253, .08) 72%), linear-gradient(0deg, rgba(7, 31, 48, .18), transparent 50%);
}
.media-hero__content { position: relative; z-index: 1; padding-bottom: clamp(72px, 10vw, 130px); }
.media-hero__copy { max-width: 850px; }
.media-hero__copy .eyebrow { margin-bottom: 22px; }
.media-hero__copy h1 { max-width: 940px; }
.media-hero__copy p { max-width: 630px; margin-top: 24px; color: #304d60; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.media-hero__copy .btn { margin-top: 34px; }
.home-hero .media-hero__media::after { background: linear-gradient(90deg, rgba(248, 253, 255, .98) 0%, rgba(248, 253, 255, .7) 40%, rgba(248, 253, 255, .02) 70%); }

.technology-stage { position: relative; min-height: 530px; display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.technology-stage::before {
    position: absolute; left: 50%; top: 50%; width: min(34vw, 390px); aspect-ratio: 1; content: "";
    border-radius: 50%; background: radial-gradient(circle, rgba(93, 215, 239, .42), rgba(14, 145, 202, .11) 38%, transparent 70%);
    transform: translate(-50%, -50%); filter: blur(2px);
}
.technology-stage::after { position: absolute; left: 50%; top: 50%; width: 160px; aspect-ratio: 1; content: ""; border: 1px solid rgba(14, 145, 202, .18); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: 0 0 60px rgba(14, 145, 202, .18); }
.feature-column { position: relative; z-index: 1; display: grid; gap: 48px; }
.feature-column--right { text-align: right; }
.technology-feature { display: flex; align-items: center; gap: 20px; font-family: Outfit, sans-serif; font-size: clamp(1.25rem, 2vw, 2rem); }
.feature-column--right .technology-feature { justify-content: flex-end; }
.technology-feature img { width: 62px; height: 62px; padding: 12px; object-fit: contain; border: 1px solid rgba(14, 145, 202, .15); border-radius: 50%; background: #fff; box-shadow: 0 12px 28px rgba(19, 85, 116, .1); }
.technology-cta { position: absolute; z-index: 2; left: 50%; bottom: 0; transform: translateX(-50%); }

.stats-band { overflow: hidden; background: var(--ice); border-block: 1px solid rgba(14, 145, 202, .12); }
.stats-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.stat { min-height: 220px; padding: 42px 30px; display: grid; place-items: center; align-content: center; text-align: center; border-right: 1px solid rgba(14, 145, 202, .14); }
.stat:last-child { border-right: 0; }
.stat img { width: 56px; height: 56px; object-fit: contain; margin-bottom: 18px; }
.stat strong { color: var(--blue); font-family: Outfit, sans-serif; font-size: clamp(3rem, 5vw, 5.7rem); font-weight: 600; line-height: 1; }
.stat span { margin-top: 10px; color: #456276; font-size: .82rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.product-rail-wrap { position: relative; }
.product-rail { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(290px, 31%); gap: 22px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.product-rail::-webkit-scrollbar { display: none; }
.product-slide { position: relative; min-height: 510px; padding: 28px; display: flex; flex-direction: column; scroll-snap-align: start; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: linear-gradient(155deg, #fff, #eef8fc); }
.product-slide__logo { width: auto; max-width: 185px; height: 58px; object-fit: contain; object-position: left center; }
.product-slide__device { width: 100%; height: 300px; margin: auto 0 16px; object-fit: contain; transition: transform .5s ease; filter: drop-shadow(0 26px 24px rgba(31, 84, 107, .16)); }
.product-slide:hover .product-slide__device { transform: translateY(-9px) scale(1.025); }
.product-slide h3 { font-size: 1.55rem; }
.product-slide a { width: max-content; margin-top: 16px; color: var(--blue-deep); font-size: .74rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.rail-controls { display: flex; justify-content: flex-end; gap: 10px; margin-top: 28px; }
.rail-controls button { width: 50px; height: 50px; border: 1px solid var(--line); color: var(--ink); background: #fff; }
.rail-controls button:hover { color: #fff; background: var(--blue); }

.faq-newsletter { display: grid; grid-template-columns: 1fr 1fr; min-height: 590px; }
.faq-panel { padding: clamp(54px, 7vw, 100px); background: #fff; }
.faq-panel h2 { margin: 14px 0; }
.faq-panel > p { margin-bottom: 34px; color: var(--muted); }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 24px 42px 24px 0; list-style: none; font-weight: 700; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; right: 2px; content: "+"; color: var(--blue); font-size: 1.4rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { padding: 0 30px 24px 0; color: var(--muted); }
.newsletter-visual { position: relative; min-height: 560px; display: flex; align-items: end; padding: clamp(36px, 6vw, 74px); overflow: hidden; background: #cde7f1; }
.newsletter-visual::before { position: absolute; inset: 0; content: ""; background: url('../images/website-0.jpg') 70% center / cover no-repeat; }
.newsletter-visual::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(4, 31, 49, .78), rgba(4, 31, 49, .04) 70%); }
.newsletter-content { position: relative; z-index: 1; width: 100%; color: #fff; }
.newsletter-content h2, .newsletter-content p { color: #fff; }
.newsletter-content h2 { font-size: clamp(2rem, 3.4vw, 3.8rem); }
.newsletter-content p { margin-top: 14px; }
.newsletter-form { margin-top: 25px; display: flex; gap: 10px; }
.newsletter-form input { flex: 1; min-width: 0; height: 52px; padding: 0 16px; border: 1px solid rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.16); backdrop-filter: blur(8px); }
.newsletter-form input::placeholder { color: rgba(255,255,255,.82); }
.alert { margin-top: 14px; padding: 12px 16px; color: #18653e; background: #eaf9ef; border: 1px solid #c9ead5; }
.alert-error { color: #9d3042; background: #fff0f2; border-color: #f0cad0; }
.assurance-grid { display: grid; grid-template-columns: 1fr 1fr; }
.assurance { padding: clamp(44px, 5vw, 68px); border-right: 1px solid var(--line); }
.assurance:last-child { border-right: 0; }
.assurance h3 { color: var(--blue-deep); }
.assurance p { max-width: 560px; margin-top: 16px; color: var(--muted); }

.seo-story { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 130px); }
.seo-story__title { position: sticky; top: 35px; align-self: start; }
.seo-story__title h2 { margin-top: 18px; }
.seo-story__content { display: grid; gap: 42px; }
.seo-story__content article { padding-bottom: 38px; border-bottom: 1px solid var(--line); }
.seo-story__content h3 { color: var(--blue-deep); }
.seo-story__content p { margin-top: 15px; color: var(--muted); }

.plain-hero { position: relative; min-height: 480px; padding: 190px 0 90px; overflow: hidden; display: grid; place-items: end start; background: linear-gradient(145deg, #e8f8fc, #fff 68%); }
.plain-hero::after { position: absolute; width: 620px; aspect-ratio: 1; right: -180px; top: -220px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(91, 211, 234, .3), transparent 68%); }
.plain-hero .site-shell { position: relative; z-index: 1; }
.plain-hero p { max-width: 680px; margin-top: 22px; color: var(--muted); font-size: 1.1rem; }
.image-title-hero { min-height: min(100svh, 900px); }
.image-title-hero h1 { max-width: 990px; font-size: clamp(3rem, 5.5vw, 5.5rem); }
.about-hero .media-hero__media::after {
    background: linear-gradient(90deg, rgba(246, 252, 254, .97), rgba(246, 252, 254, .6) 48%, rgba(246, 252, 254, .08) 74%), linear-gradient(0deg, rgba(7, 31, 48, .18), transparent 56%);
}
.about-hero .media-hero__copy { max-width: 920px; }
.about-hero h1 { font-size: clamp(3rem, 5.5vw, 5.4rem); }

.about-story { max-width: 920px; margin-inline: auto; display: grid; gap: 80px; text-align: center; }
.about-story article { display: grid; gap: 20px; }
.about-story p { color: var(--muted); font-size: 1.08rem; }
.about-story article + article { padding-top: 80px; border-top: 1px solid var(--line); }
.presence-tabs { display: grid; grid-template-columns: 260px 1fr; margin-top: 54px; border: 1px solid var(--line); background: #fff; box-shadow: var(--shadow); }
.presence-tabs__nav { display: grid; align-content: start; background: var(--soft); border-right: 1px solid var(--line); }
.presence-tabs__nav button { padding: 24px 26px; border: 0; border-bottom: 1px solid var(--line); color: var(--muted); background: transparent; text-align: left; font-weight: 700; }
.presence-tabs__nav button.active { color: #fff; background: var(--blue); }
.presence-map { position: relative; min-height: 480px; padding: 60px; overflow: hidden; background: radial-gradient(circle at 55% 50%, rgba(92, 213, 235, .26), transparent 35%), linear-gradient(135deg, #fff, #eff9fc); }
.presence-map::after { position: absolute; inset: 40px; content: ""; opacity: .11; background: url('../images/country.png') center / contain no-repeat; }
.presence-panel { position: relative; z-index: 1; max-width: 540px; }
.presence-panel h3 { margin-bottom: 22px; }
.country-list { display: flex; flex-wrap: wrap; gap: 10px; }
.country-list span { padding: 9px 13px; border: 1px solid rgba(14,145,202,.18); color: var(--blue-deep); background: rgba(255,255,255,.8); font-size: .82rem; font-weight: 700; }

.family-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); }
.family-link { position: relative; min-height: 510px; padding: clamp(32px, 4vw, 55px); display: flex; flex-direction: column; overflow: hidden; border-right: 1px solid var(--line); background: #fff; }
.family-link:last-child { border-right: 0; }
.family-link::before { position: absolute; width: 260px; aspect-ratio: 1; right: -120px; top: -120px; content: ""; border-radius: 50%; background: radial-gradient(circle, rgba(92, 213, 235, .22), transparent 68%); transition: .4s; }
.family-link:hover::before { transform: scale(1.4); }
.family-link .eyebrow { margin-bottom: 28px; }
.family-link h2 { font-size: clamp(2rem, 3vw, 3.5rem); }
.family-link p { margin-top: 24px; color: var(--muted); }
.family-link span:last-child { margin-top: auto; padding-top: 46px; color: var(--blue-deep); font-weight: 800; text-transform: uppercase; letter-spacing: .08em; font-size: .76rem; }
.wide-cta { position: relative; min-height: 480px; display: flex; align-items: center; overflow: hidden; background: #dceef4; }
.wide-cta::before { position: absolute; inset: 0; content: ""; background: url('../images/website-3-.png') center / cover no-repeat; }
.wide-cta::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(247,252,254,.98), rgba(247,252,254,.7) 48%, rgba(247,252,254,.05)); }
.wide-cta__content { position: relative; z-index: 1; max-width: 690px; }
.wide-cta p { margin-top: 20px; color: #3a586b; }
.wide-cta .btn { margin-top: 30px; }

.treatment-hero { min-height: min(78svh, 760px); }
.treatment-hero .media-hero__media img { object-position: center 58%; }
.treatment-hero .media-hero__media::after { background: linear-gradient(90deg, rgba(247,252,254,.98), rgba(247,252,254,.78) 46%, rgba(247,252,254,.16) 78%), linear-gradient(0deg, rgba(7,31,48,.12), transparent 60%); }
.treatment-hero h1 { max-width: 1060px; font-size: clamp(3rem, 5.4vw, 5.4rem); }
.device-section { overflow: hidden; }
.device-section + .device-section { border-top: 1px solid var(--line); }
.device-brand { height: 80px; max-width: 280px; object-fit: contain; object-position: left center; margin-bottom: 34px; }
.device-showcase { display: grid; grid-template-columns: 1fr 1fr; min-height: 540px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; }
.video-poster { position: relative; min-height: 500px; overflow: hidden; border: 0; padding: 0; background: #e6f1f5; }
.video-poster > img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.video-poster:hover > img { transform: scale(1.025); }
.play-button { position: absolute; inset: 50% auto auto 50%; width: 76px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--blue-deep); background: rgba(255,255,255,.86); transform: translate(-50%, -50%); box-shadow: 0 18px 45px rgba(16,36,59,.18); font-size: 1.2rem; }
.device-product { min-height: 500px; padding: 42px; display: grid; place-items: center; background: linear-gradient(145deg, #fff, #eff9fc); }
.device-product img { max-height: 470px; object-fit: contain; filter: drop-shadow(0 28px 28px rgba(26, 79, 102, .17)); }
.device-intro { max-width: 860px; margin: 58px auto 0; text-align: center; }
.device-intro h2 { font-size: clamp(2.2rem, 4vw, 4rem); }
.device-intro p { margin-top: 22px; color: var(--muted); font-size: 1.12rem; }
.device-details { margin-top: 64px; display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(46px, 7vw, 100px); }
.device-details__title .eyebrow { margin-bottom: 18px; }
.device-details__copy { display: grid; gap: 28px; }
.device-details__copy > p { color: var(--muted); font-size: 1.05rem; }
.device-points { display: grid; gap: 15px; }
.device-points li { position: relative; padding-left: 28px; color: #405b6e; }
.device-points li::before { position: absolute; left: 0; top: .62em; width: 10px; height: 10px; content: ""; border: 2px solid var(--blue); border-radius: 50%; }
.handle-grid { margin-top: 56px; display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); gap: 1px; overflow: hidden; border: 1px solid var(--line); border-radius: 8px; background: var(--line); }
.handle-grid figure { min-height: 250px; display: grid; place-items: center; margin: 0; padding: 24px; background: #fff; }
.handle-grid img { width: 100%; height: 220px; object-fit: contain; mix-blend-mode: multiply; }
.results-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin: 72px 0 28px; }
.results-head p { max-width: 520px; color: var(--muted); }
.results-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.results-grid img { width: 100%; aspect-ratio: 1.45; object-fit: cover; object-position: center 20%; border: 1px solid var(--line); border-radius: 6px; background: var(--soft); }

.contact-lead { max-width: 840px; margin-bottom: 50px; }
.contact-lead p { margin-top: 22px; color: var(--muted); }
.contact-card { display: grid; grid-template-columns: 1.15fr .85fr; border: 1px solid var(--line); box-shadow: var(--shadow); }
.contact-form-wrap, .contact-info { padding: clamp(34px, 5vw, 70px); }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 8px; color: #436074; font-size: .74rem; font-weight: 800; letter-spacing: .04em; }
.contact-form .span-2 { grid-column: 1 / -1; }
.contact-form input, .contact-form textarea, .contact-form select {
    width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); color: var(--ink); background: transparent; outline: 0;
}
.contact-form input:focus, .contact-form textarea:focus { border-color: var(--blue); }
.contact-form textarea { min-height: 130px; resize: vertical; }
.contact-info { color: #fff; background: linear-gradient(145deg, var(--blue-deep), #0aa4d3); }
.contact-info h2, .contact-info h3, .contact-info a { color: #fff; }
.contact-info > p { margin-top: 18px; color: rgba(255,255,255,.76); }
.contact-details { margin-top: 44px; display: grid; gap: 26px; }
.contact-details div { display: grid; gap: 6px; }
.contact-details span { color: rgba(255,255,255,.67); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-map { position: relative; min-height: 440px; background: radial-gradient(circle at 50% 50%, rgba(91,211,234,.24), transparent 32%), var(--soft); }
.contact-map iframe { width: 100%; height: 440px; display: block; border: 0; filter: saturate(.72); }
.contact-map__card {
    position: absolute; z-index: 1; left: max(24px, calc((100% - 1220px) / 2)); bottom: 30px; width: min(370px, calc(100% - 48px));
    padding: 24px 26px; display: grid; gap: 8px; border: 1px solid rgba(255,255,255,.72); border-radius: 8px;
    color: var(--ink); background: rgba(255,255,255,.92); box-shadow: var(--shadow); backdrop-filter: blur(14px);
}
.contact-map__card span { color: var(--blue-deep); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.contact-map__card strong { font-family: Outfit, sans-serif; font-size: 1.18rem; line-height: 1.4; }
.contact-map__card a { width: max-content; margin-top: 3px; color: var(--blue-deep); font-size: .74rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

.blog-news-grid, .category-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.blog-news-card, .category-card { border: 1px solid var(--line); background: #fff; }
.blog-news-card__media, .family-card__media { display: block; overflow: hidden; }
.blog-news-card__media img, .family-card__media img { width: 100%; aspect-ratio: 1.3; object-fit: cover; transition: transform .5s; }
.blog-news-card:hover img, .category-card:hover img { transform: scale(1.035); }
.blog-news-card__body, .category-card__body { padding: 28px; }
.product-card__tag { display: inline-block; margin-bottom: 14px; color: var(--blue-deep); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.blog-news-card h2, .category-card h2 { font-size: 1.65rem; }
.blog-news-card p, .category-card p { margin-top: 14px; color: var(--muted); }

.legal-article, .article-layout { max-width: 900px; margin-inline: auto; }
.legal-article section, .article-layout section { padding: 36px 0; border-bottom: 1px solid var(--line); }
.legal-article h2, .article-layout h2 { font-size: clamp(1.7rem, 3vw, 2.5rem); }
.legal-article p, .article-layout p { margin-top: 16px; color: var(--muted); }
.article-layout ul { margin-top: 18px; display: grid; gap: 9px; }
.article-layout li { padding-left: 24px; position: relative; }
.article-layout li::before { position: absolute; left: 0; content: "•"; color: var(--blue); }
.article-hero-image { width: 100%; max-height: 600px; object-fit: cover; margin-bottom: 58px; }
.faq-reference-list { max-width: 900px; margin-inline: auto; }
.faq-card { border-top: 1px solid var(--line); }
.faq-card:last-child { border-bottom: 1px solid var(--line); }
.faq-card summary { padding: 25px 0; list-style: none; cursor: pointer; }
.faq-card__title { display: flex; gap: 20px; align-items: center; font-weight: 700; }
.faq-card__number { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--ice); font-size: .75rem; }
.faq-card__body { padding: 0 0 28px 54px; color: var(--muted); }

.campaign-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: clamp(45px, 8vw, 110px); }
.campaign-grid + .campaign-grid { margin-top: 100px; }
.campaign-copy { display: grid; gap: 24px; }
.campaign-copy p { color: var(--muted); }
.campaign-device { min-height: 520px; display: grid; place-items: center; background: var(--soft); }
.campaign-device img { max-height: 480px; object-fit: contain; filter: drop-shadow(0 30px 30px rgba(23,78,103,.16)); }
.brochure-grid { margin-top: 46px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.brochure { padding: 34px; border: 1px solid var(--line); background: #fff; }
.brochure p { margin: 14px 0 24px; color: var(--muted); }

.product-detail { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.product-detail__gallery { min-height: 580px; display: grid; place-items: center; background: var(--soft); }
.product-detail__gallery img { max-height: 520px; object-fit: contain; }
.product-detail__copy { display: grid; gap: 22px; }
.product-detail__copy p { color: var(--muted); }
.product-options { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.product-options label { display: grid; gap: 7px; color: var(--muted); font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.product-options select { padding: 13px; border: 1px solid var(--line); color: var(--ink); background: #fff; }

.site-footer { padding: clamp(70px, 8vw, 110px) 0 28px; border-top: 1px solid var(--line); background: #f8fbfd; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: clamp(35px, 8vw, 100px); padding-bottom: 60px; }
.footer-group { display: grid; gap: 10px; }
.footer-group h2 { margin-bottom: 10px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-group a { width: max-content; color: var(--muted); font-size: .9rem; }
.footer-group a:hover { color: var(--blue); }
.footer-group--right { justify-items: end; text-align: right; }
.footer-brand { display: grid; justify-items: center; gap: 18px; padding-inline: 50px; border-inline: 1px solid var(--line); }
.footer-brand img { width: 180px; height: 70px; object-fit: contain; }
.social-links { display: flex; gap: 9px; }
.social-links a { width: 34px; aspect-ratio: 1; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--blue-deep); background: #fff; font-size: .75rem; font-weight: 800; }
.social-links a:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 18px; border-top: 1px solid var(--line); color: #789; font-size: .76rem; }
.footer-bottom a:hover { color: var(--blue); }
.whatsapp { position: fixed; z-index: 90; right: 20px; bottom: 20px; width: 58px; aspect-ratio: 1; display: grid; place-items: center; border: 3px solid #fff; border-radius: 50%; color: #fff; background: #20be5a; box-shadow: 0 14px 34px rgba(32,190,90,.28); }
.whatsapp svg { width: 28px; fill: currentColor; }

.video-dialog { width: min(960px, calc(100% - 32px)); padding: 0; overflow: visible; border: 0; background: #000; box-shadow: 0 30px 90px rgba(0,0,0,.4); }
.video-dialog::backdrop { background: rgba(5, 20, 30, .75); backdrop-filter: blur(6px); }
.video-dialog__close { position: absolute; z-index: 2; right: -10px; top: -52px; width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: #fff; background: transparent; font-size: 1.8rem; }
.video-dialog__frame { aspect-ratio: 16 / 9; }
.video-dialog__frame iframe { width: 100%; height: 100%; border: 0; }

[dir="rtl"] .footer-group--right { justify-items: start; text-align: left; }
[dir="rtl"] .device-points li { padding: 0 28px 0 0; }
[dir="rtl"] .device-points li::before { left: auto; right: 0; }

@media (max-width: 980px) {
    :root { --shell: min(100% - 30px, 1220px); }
    .technology-stage { min-height: auto; grid-template-columns: 1fr; gap: 35px; }
    .technology-stage::before, .technology-stage::after { display: none; }
    .feature-column { gap: 20px; }
    .feature-column--right { text-align: left; }
    .feature-column--right .technology-feature { justify-content: space-between; flex-direction: row-reverse; }
    .technology-feature { justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); }
    .technology-cta { position: static; transform: none; margin-top: 25px; }
    .product-rail { grid-auto-columns: minmax(300px, 48%); }
    .faq-newsletter, .seo-story, .family-grid, .device-showcase, .device-details, .contact-card, .campaign-grid, .product-detail { grid-template-columns: 1fr; }
    .seo-story__title { position: static; }
    .family-link { min-height: 390px; border-right: 0; border-bottom: 1px solid var(--line); }
    .family-link:last-child { border-bottom: 0; }
    .device-showcase { min-height: auto; }
    .handle-grid { grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); }
    .blog-news-grid, .category-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-info { order: -1; }
    .campaign-grid--reverse .campaign-device { order: -1; }
    .footer-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-group, .footer-group--right { justify-items: center; text-align: center; }
    .footer-brand { padding-block: 35px; border-inline: 0; border-block: 1px solid var(--line); }
}

@media (max-width: 680px) {
    h1 { font-size: clamp(2.45rem, 11.8vw, 3.35rem); }
    h2 { font-size: clamp(1.9rem, 9vw, 2.65rem); }
    .section { padding: 60px 0; }
    .nav { min-height: 86px; }
    .brand img { width: 130px; height: 50px; }
    .site-header .brand { padding: 3px 8px; }
    .locale-select { min-width: 54px; padding-inline: 9px; }
    .burger { width: 46px; height: 46px; }
    .media-hero { min-height: 710px; }
    .media-hero--short { min-height: 620px; }
    .media-hero__media::after, .home-hero .media-hero__media::after { background: linear-gradient(0deg, rgba(248,253,255,.98) 0%, rgba(248,253,255,.77) 48%, rgba(248,253,255,.12) 78%); }
    .about-hero .media-hero__media::after { background: linear-gradient(90deg, rgba(248,253,255,.98), rgba(248,253,255,.82) 76%, rgba(248,253,255,.66)); }
    .media-hero__content { padding-bottom: 58px; }
    .stats-grid { grid-template-columns: 1fr; }
    .stat { min-height: 170px; padding: 32px 22px; border-right: 0; border-bottom: 1px solid rgba(14,145,202,.14); }
    .stat:last-child { border-bottom: 0; }
    .product-rail { grid-auto-columns: 86%; }
    .product-slide { min-height: 450px; padding: 24px; }
    .product-slide__device { height: 250px; }
    .faq-panel, .newsletter-visual { padding: 44px 22px; }
    .newsletter-form { flex-direction: column; }
    .assurance-grid { grid-template-columns: 1fr; }
    .assurance { border-right: 0; border-bottom: 1px solid var(--line); }
    .presence-tabs { grid-template-columns: 1fr; }
    .presence-tabs__nav { grid-template-columns: repeat(2, 1fr); border-right: 0; }
    .presence-tabs__nav button { padding: 16px; }
    .presence-map { min-height: 400px; padding: 34px 25px; }
    .about-hero h1, .treatment-hero h1, .image-title-hero h1 { font-size: clamp(2.45rem, 11vw, 3.2rem); }
    .about-hero .media-hero__content { padding-bottom: 48px; }
    .treatment-hero .media-hero__media img { object-position: 54% center; }
    .video-poster, .device-product { min-height: 350px; }
    .device-product { padding: 25px; }
    .device-brand { height: 62px; margin-bottom: 24px; }
    .device-intro { margin-top: 44px; }
    .device-details { margin-top: 48px; gap: 28px; }
    .handle-grid { margin-top: 44px; grid-template-columns: 1fr; }
    .handle-grid figure { min-height: 220px; }
    .results-head { margin-top: 56px; }
    .results-head { align-items: start; flex-direction: column; }
    .results-grid, .blog-news-grid, .category-grid, .brochure-grid { grid-template-columns: 1fr; }
    .contact-form { grid-template-columns: 1fr; }
    .contact-form .span-2 { grid-column: auto; }
    .contact-map, .contact-map iframe { min-height: 320px; height: 320px; }
    .contact-map__card { left: 15px; bottom: 15px; width: calc(100% - 30px); padding: 18px 20px; }
    .site-footer { padding-top: 58px; }
    .footer-grid { padding-bottom: 42px; }
    .footer-bottom { flex-direction: column; align-items: center; text-align: center; }
    .whatsapp { right: 12px; bottom: 12px; width: 48px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

/* Neo clinic direction: first meaningful visual slice */
.desktop-nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 34px); margin-inline: auto 28px; }
.desktop-nav a { position: relative; padding: 11px 0; color: #18324a; font-size: .78rem; font-weight: 800; letter-spacing: .025em; }
.desktop-nav a::after { position: absolute; inset: auto 0 3px; height: 2px; content: ""; border-radius: 99px; background: var(--blue); transform: scaleX(0); transition: transform .25s ease; }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-cta { min-height: 44px; display: inline-flex; align-items: center; gap: 10px; padding: 10px 18px; border-radius: 999px; color: #fff; background: #087ed0; box-shadow: 0 10px 26px rgba(8,126,208,.22); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.hero-kicker { display: inline-flex; align-items: center; gap: 11px; margin-bottom: 22px; color: #075f9b; font-size: .72rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.hero-kicker > span { width: 30px; height: 8px; border-radius: 999px; background: linear-gradient(90deg,#12a9ed,#75e2f2); box-shadow: 0 0 0 5px rgba(18,169,237,.09); }
.home-hero .media-hero__copy h1 em { color: #087ed0; font-style: normal; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.media-hero__copy .hero-actions .btn { margin-top: 0; }
.btn-ghost { color: #16334c; background: rgba(255,255,255,.76); border-color: rgba(8,126,208,.18); backdrop-filter: blur(14px); }
.hero-proof { margin-top: 48px; display: flex; flex-wrap: wrap; gap: 12px 24px; }
.hero-proof span { display: inline-flex; align-items: center; gap: 9px; color: #456378; font-size: .74rem; font-weight: 700; }
.hero-proof strong { color: #087ed0; font-family: Outfit,sans-serif; font-size: .7rem; letter-spacing: .08em; }
.technology-core { position: absolute; z-index: 1; left: 50%; top: 47%; width: min(29vw,340px); aspect-ratio: .78; display: grid; place-items: center; transform: translate(-50%,-50%); }
.technology-core img { position: relative; z-index: 1; width: 76%; max-height: 360px; object-fit: contain; filter: drop-shadow(0 34px 36px rgba(13,88,130,.19)); }
.technology-orbit { position: absolute; inset: 12% -2%; border: 1px solid rgba(8,126,208,.18); border-radius: 50%; box-shadow: inset 0 0 65px rgba(95,214,238,.09),0 0 70px rgba(95,214,238,.13); }
@media (max-width: 1080px) { .desktop-nav, .header-cta { display: none; } }
@media (max-width: 980px) { .technology-core { position: relative; left: auto; top: auto; width: min(360px,80vw); margin: 10px auto 20px; grid-row: 2; transform: none; } }
@media (max-width: 680px) { .hero-proof { display: grid; gap: 10px; margin-top: 32px; } .hero-actions .btn { width: 100%; } }

/* --------------------------------------------------------------------------
   MedArt Neo — unified light clinic-technology design system
   -------------------------------------------------------------------------- */
:root {
    --ink: #09243e;
    --ink-soft: #183f5d;
    --muted: #637f94;
    --blue: #0b84f3;
    --blue-deep: #075eb5;
    --blue-ink: #064677;
    --cyan: #5ddff2;
    --ice: #ebf7ff;
    --soft: #f5faff;
    --line: rgba(9, 36, 62, .1);
    --line-blue: rgba(11, 132, 243, .16);
    --shadow: 0 24px 70px rgba(18, 73, 112, .11);
    --shadow-soft: 0 14px 44px rgba(18, 73, 112, .08);
    --radius-sm: 14px;
    --radius: 24px;
    --radius-lg: 34px;
    --shell: min(1240px, calc(100% - 56px));
}

body { color: var(--ink); background: #fbfdff; }
body::before {
    position: fixed; inset: 0; z-index: -1; pointer-events: none; content: "";
    background: radial-gradient(circle at 10% 0, rgba(93, 223, 242, .1), transparent 27%), radial-gradient(circle at 92% 14%, rgba(11, 132, 243, .07), transparent 25%);
}
h1, h2, h3, h4 { letter-spacing: -.045em; }
h1 { font-size: clamp(3.2rem, 6.1vw, 5.65rem); font-weight: 600; }
h2 { font-size: clamp(2.25rem, 4.35vw, 4.3rem); font-weight: 600; }
p { text-wrap: pretty; }
.section { padding: clamp(82px, 8vw, 128px) 0; }
.section--soft { background: linear-gradient(180deg, rgba(235,247,255,.28), #f3f9fd 50%, rgba(255,255,255,.62)); }
.section-head { margin-bottom: clamp(42px, 5vw, 70px); }
.section-head h2 { max-width: 760px; margin-top: 20px; }
.section-head--center h2 { margin-inline: auto; }
.eyebrow {
    gap: 9px; padding: 8px 12px; border: 1px solid rgba(11,132,243,.13); border-radius: 999px;
    color: var(--blue-deep); background: rgba(235,247,255,.72); font-size: .68rem; letter-spacing: .13em;
}
.eyebrow::before { width: 7px; height: 7px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 5px rgba(11,132,243,.09); }
.btn { min-height: 52px; padding: 13px 24px; border-radius: 999px; font-size: .75rem; letter-spacing: .07em; }
.btn-primary { background: linear-gradient(115deg, #0769c8, #0b8cf5); box-shadow: 0 15px 34px rgba(11,132,243,.24); }
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 20px 40px rgba(11,132,243,.3); }
.btn-outline { color: var(--blue-deep); background: rgba(255,255,255,.75); border-color: var(--line-blue); }
.btn-outline:hover, .btn-ghost:hover { color: #fff; background: var(--blue); border-color: var(--blue); }
.btn-arrow::after { content: "↗"; }

.value-strip { position: fixed; height: 32px; color: #0b547f; background: rgba(237,249,255,.93); border-color: rgba(11,132,243,.1); }
.value-strip__track span { font-size: .61rem; letter-spacing: .16em; }
.value-strip__track span::after { content: "✦"; }
.site-header { position: fixed; inset: 32px 0 auto; padding: 13px 0; }
.nav {
    min-height: 72px; padding: 0 13px 0 17px; border: 1px solid rgba(255,255,255,.78); border-radius: 20px;
    background: rgba(255,255,255,.84); box-shadow: 0 12px 44px rgba(13,63,96,.11); backdrop-filter: blur(22px) saturate(1.35);
}
.site-header .brand { padding: 0; border: 0; border-radius: 0; background: transparent; box-shadow: none; backdrop-filter: none; }
.brand img, .site-header .brand img { width: 140px; height: 52px; }
.desktop-nav { gap: clamp(18px,2.1vw,32px); margin-inline: auto 22px; }
.desktop-nav a { color: #24465f; font-size: .75rem; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--blue-deep); }
.desktop-nav a::after { bottom: 1px; }
.header-tools { gap: 9px; }
.locale-select { min-height: 43px; border: 1px solid var(--line); border-radius: 999px; background: #f8fcff; }
.header-cta { transition: transform .25s ease, box-shadow .25s ease; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(8,126,208,.28); }
.burger { display: none; width: 44px; height: 44px; border-color: var(--line); background: #f8fcff; box-shadow: none; }
.mobile-drawer { padding: 26px clamp(26px,5vw,48px); gap: 28px; background: rgba(250,253,255,.98); }
.drawer-close { border-color: var(--line-blue); }
.drawer-nav a { font-size: 1.55rem; }

.media-hero { min-height: 94svh; background: #eaf5fb; }
.media-hero--short { min-height: min(78svh, 760px); }
.media-hero__media img, .media-hero__media video { object-position: center; }
.media-hero__media::after {
    background: linear-gradient(90deg, rgba(250,253,255,.98) 0%, rgba(248,253,255,.88) 36%, rgba(240,250,255,.4) 58%, rgba(9,36,62,.05) 100%), linear-gradient(0deg, rgba(5,35,57,.14), transparent 42%);
}
.home-hero .media-hero__media::after {
    background: linear-gradient(90deg, rgba(251,254,255,.99) 0%, rgba(248,253,255,.9) 35%, rgba(237,249,255,.28) 64%, rgba(3,21,37,.08) 100%), linear-gradient(0deg, rgba(4,27,45,.16), transparent 44%);
}
.media-hero__content { padding-top: 178px; padding-bottom: clamp(58px,7vw,94px); }
.media-hero__copy { max-width: 780px; }
.media-hero__copy h1 { max-width: 820px; color: #082943; }
.media-hero__copy p { max-width: 610px; color: #416278; line-height: 1.75; }
.home-hero .media-hero__copy h1 { max-width: 760px; }
.home-hero .media-hero__copy h1 em { background: linear-gradient(110deg,#0669c8,#14a4e8); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-kicker { padding: 8px 12px; border: 1px solid rgba(11,132,243,.14); border-radius: 999px; background: rgba(255,255,255,.7); }
.hero-kicker > span { width: 7px; height: 7px; }
.hero-proof { width: max-content; max-width: 100%; padding: 15px 18px; border: 1px solid rgba(255,255,255,.82); border-radius: 16px; background: rgba(255,255,255,.67); box-shadow: var(--shadow-soft); backdrop-filter: blur(18px); }

.technology-stage { min-height: 590px; gap: clamp(280px,31vw,390px); }
.technology-stage::before { width: min(35vw,430px); background: radial-gradient(circle,rgba(93,223,242,.28),rgba(11,132,243,.08) 45%,transparent 70%); }
.technology-stage::after { width: 250px; border-color: rgba(11,132,243,.13); }
.feature-column { gap: 20px; }
.technology-feature {
    min-height: 86px; padding: 13px 16px; border: 1px solid var(--line); border-radius: 18px;
    background: rgba(255,255,255,.78); box-shadow: var(--shadow-soft); font-size: clamp(1rem,1.45vw,1.3rem); backdrop-filter: blur(12px);
}
.technology-feature img { width: 52px; height: 52px; padding: 11px; border-color: var(--line-blue); }
.technology-core { width: min(29vw,360px); }
.technology-core img { width: 80%; max-height: 420px; }
.technology-orbit { inset: 8% -4%; border-color: rgba(11,132,243,.16); background: radial-gradient(circle,rgba(255,255,255,.9),rgba(234,248,255,.38) 60%,transparent 72%); }
.technology-cta { bottom: 20px; }

.stats-band { padding: 44px 0; border: 0; background: #fff; }
.stats-grid { width: var(--shell); margin-inline: auto; overflow: hidden; border: 1px solid var(--line-blue); border-radius: var(--radius-lg); background: linear-gradient(135deg,#f6fcff,#eaf7ff); box-shadow: var(--shadow-soft); }
.stat { min-height: 206px; border-color: var(--line-blue); }
.stat strong { color: var(--blue-deep); font-size: clamp(2.8rem,4.6vw,5rem); }
.stat img { width: 48px; height: 48px; padding: 10px; border-radius: 14px; background: rgba(255,255,255,.74); }

.product-rail { grid-auto-columns: minmax(300px,31.5%); gap: 18px; padding: 8px 4px 20px; }
.product-slide { min-height: 510px; padding: 28px; border-color: var(--line); border-radius: 26px; background: linear-gradient(155deg,#fff 10%,#f0f9ff); box-shadow: 0 12px 40px rgba(25,76,109,.06); transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.product-slide:hover { transform: translateY(-7px); border-color: rgba(11,132,243,.22); box-shadow: var(--shadow); }
.product-slide__device { filter: drop-shadow(0 30px 26px rgba(31,84,107,.18)); }
.product-slide a { display: inline-flex; align-items: center; gap: 7px; }
.rail-controls button { border-radius: 50%; border-color: var(--line-blue); }

.faq-newsletter { width: var(--shell); min-height: 620px; margin: clamp(30px,5vw,70px) auto clamp(72px,8vw,120px); gap: 22px; }
.faq-panel { padding: clamp(44px,5vw,72px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.faq-list details { border-color: var(--line); }
.faq-list summary { font-size: .95rem; }
.newsletter-visual { min-height: 100%; border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.newsletter-visual::after { background: linear-gradient(0deg,rgba(4,31,49,.86),rgba(5,44,70,.13) 75%); }
.newsletter-form input { border-radius: 999px; }
.assurance-grid { width: var(--shell); margin: 0 auto clamp(30px,5vw,70px); gap: 18px; }
.assurance { padding: clamp(36px,4vw,56px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.assurance:last-child { border-right: 1px solid var(--line); }
.seo-story { gap: clamp(54px,8vw,110px); }
.seo-story__content article { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 38px rgba(18,73,112,.05); }
.seo-story__content article + article { margin-top: -12px; }

.plain-hero {
    min-height: 500px; padding: 205px 0 92px; border-bottom: 1px solid var(--line-blue);
    background: radial-gradient(circle at 85% 12%,rgba(93,223,242,.24),transparent 28%),radial-gradient(circle at 8% 88%,rgba(11,132,243,.1),transparent 24%),linear-gradient(145deg,#ecf8ff,#fff 65%);
}
.plain-hero::before { position: absolute; inset: 0; content: ""; opacity: .35; background-image: linear-gradient(rgba(11,132,243,.06) 1px,transparent 1px),linear-gradient(90deg,rgba(11,132,243,.06) 1px,transparent 1px); background-size: 54px 54px; mask-image: linear-gradient(90deg,#000,transparent 70%); }
.plain-hero::after { width: 540px; right: -130px; top: -190px; border: 1px solid rgba(11,132,243,.08); background: radial-gradient(circle,rgba(93,223,242,.2),transparent 67%); }
.plain-hero h1 { max-width: 940px; margin-top: 20px; font-size: clamp(3rem,5.3vw,5.15rem); }

.about-hero .media-hero__media::after { background: linear-gradient(90deg,rgba(249,253,255,.98),rgba(247,252,255,.87) 42%,rgba(236,248,254,.21) 72%,rgba(5,31,49,.08)); }
.about-story { max-width: 1040px; grid-template-columns: 1fr 1fr; gap: 22px; text-align: left; }
.about-story article { padding: clamp(34px,4vw,52px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.about-story article + article { padding-top: clamp(34px,4vw,52px); border-top: 1px solid var(--line); }
.about-story .eyebrow { justify-self: start !important; }
.principle-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.principle-card { padding: 30px; border: 1px solid var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#f7fcff,#eef8ff); }
.principle-card > span { color: var(--blue); font-family: Outfit,sans-serif; font-size: .75rem; font-weight: 800; letter-spacing: .12em; }
.principle-card h3 { margin-top: 36px; font-size: 1.45rem; }
.principle-card p { margin-top: 14px; color: var(--muted); font-size: .92rem; }
.presence-tabs { overflow: hidden; border-radius: var(--radius-lg); border-color: var(--line); box-shadow: var(--shadow); }
.presence-tabs__nav { background: #f2f9fd; }
.presence-tabs__nav button { min-height: 76px; }
.presence-tabs__nav button.active { background: linear-gradient(120deg,var(--blue-deep),var(--blue)); }
.presence-map { background: radial-gradient(circle at 66% 45%,rgba(93,223,242,.25),transparent 32%),linear-gradient(135deg,#fff,#eff9ff); }
.country-list span { border-radius: 999px; }

.family-grid { gap: 20px; border: 0; }
.family-link { min-height: 600px; padding: clamp(30px,3.5vw,46px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: linear-gradient(160deg,#fff 10%,#eef8ff); box-shadow: var(--shadow-soft); transition: transform .35s ease,box-shadow .35s ease,border-color .35s ease; }
.family-link:last-child { border-right: 1px solid var(--line); }
.family-link:hover { transform: translateY(-8px); border-color: rgba(11,132,243,.22); box-shadow: var(--shadow); }
.family-link::before { width: 360px; right: -170px; top: -160px; background: radial-gradient(circle,rgba(93,223,242,.25),transparent 68%); }
.family-link h2 { position: relative; z-index: 2; font-size: clamp(2rem,2.75vw,3.15rem); }
.family-link p { position: relative; z-index: 2; font-size: .91rem; }
.family-link p strong { color: var(--ink-soft); }
.family-link > span:last-child { position: relative; z-index: 3; }
.family-link__device { position: absolute; z-index: 1; right: -12%; bottom: 18px; width: 66%; height: 230px; object-fit: contain; object-position: right bottom; opacity: .2; filter: saturate(.75) drop-shadow(0 20px 20px rgba(15,66,99,.13)); transition: opacity .35s ease,transform .35s ease; }
.family-link:hover .family-link__device { opacity: .34; transform: translateY(-5px); }
.wide-cta { width: var(--shell); min-height: 500px; margin: 24px auto clamp(74px,8vw,120px); border: 1px solid rgba(11,132,243,.14); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.wide-cta::before { border-radius: inherit; }
.wide-cta::after { border-radius: inherit; background: linear-gradient(90deg,rgba(249,253,255,.99),rgba(245,252,255,.88) 46%,rgba(238,249,255,.18)); }
.wide-cta .site-shell { width: min(100% - 72px,1110px); }

.device-section + .device-section { border-color: var(--line); }
.device-brand { height: 72px; }
.device-showcase { min-height: 560px; border-color: var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.video-poster { min-height: 560px; }
.video-poster::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg,rgba(4,29,48,.28),transparent 45%); }
.play-button { z-index: 2; width: 72px; height: 72px; border: 1px solid rgba(255,255,255,.7); box-shadow: 0 18px 40px rgba(4,33,53,.24); }
.device-product { background: radial-gradient(circle,rgba(255,255,255,.95),rgba(231,246,253,.85) 58%,#e9f5fb); }
.device-intro { max-width: 850px; }
.device-intro p { font-size: 1.06rem; }
.device-details { gap: clamp(50px,8vw,115px); }
.device-details__title, .device-details__copy { padding: clamp(30px,4vw,46px); border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow-soft); }
.device-details__copy { display: grid; gap: 24px; }
.device-points li { padding-block: 5px; }
.device-points li::before { width: 9px; height: 9px; box-shadow: 0 0 0 5px rgba(11,132,243,.08); }
.handle-grid { gap: 16px; }
.handle-grid figure { min-height: 270px; border-color: var(--line); border-radius: var(--radius); background: linear-gradient(145deg,#fff,#f0f9ff); }
.results-head { padding: 36px; border: 1px solid var(--line); border-radius: var(--radius); background: #f4faff; }
.results-grid { gap: 14px; }
.results-grid img { border-radius: 20px; border: 1px solid var(--line); }

.contact-lead { margin-bottom: 54px; }
.contact-card { overflow: hidden; border-color: var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.contact-form-wrap { background: #fff; }
.contact-form { gap: 18px; }
.contact-form label { color: #45677f; }
.contact-form input, .contact-form textarea, .contact-form select { padding: 14px 15px; border: 1px solid var(--line); border-radius: 13px; background: #f8fbfd; transition: border-color .2s ease,box-shadow .2s ease,background .2s ease; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: rgba(11,132,243,.45); background: #fff; box-shadow: 0 0 0 4px rgba(11,132,243,.08); }
.contact-info { background: radial-gradient(circle at 100% 0,rgba(93,223,242,.28),transparent 31%),linear-gradient(145deg,#064d87,#087fd7); }
.contact-details div { padding-bottom: 20px; border-bottom: 1px solid rgba(255,255,255,.16); }
.contact-map { width: var(--shell); min-height: 480px; margin: 0 auto clamp(74px,8vw,120px); overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-soft); }
.contact-map iframe { height: 480px; }
.contact-map__card { border-radius: 18px; }

.blog-news-grid, .category-grid { gap: 20px; }
.blog-news-card, .category-card { overflow: hidden; border-color: var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); transition: transform .35s ease,box-shadow .35s ease; }
.blog-news-card:hover, .category-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.blog-news-card__media img, .family-card__media img { aspect-ratio: 1.42; }
.blog-news-card__body, .category-card__body { padding: 28px 28px 32px; }
.product-card__tag { padding: 6px 9px; border-radius: 999px; background: var(--ice); }
.article-hero-image { border-radius: var(--radius-lg); box-shadow: var(--shadow); }
.legal-article section, .article-layout section { margin-bottom: 18px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 10px 34px rgba(18,73,112,.05); }
.article-layout li::before { content: "•"; }
.faq-reference-list { display: grid; gap: 12px; }
.faq-card { overflow: hidden; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(18,73,112,.05); }
.faq-card:last-child { border-bottom: 1px solid var(--line); }
.faq-card summary { padding: 23px 24px; }
.faq-card__body { padding: 0 24px 24px 78px; }
.faq-card__number { background: linear-gradient(145deg,#edf8ff,#dff3ff); }

.campaign-grid { padding: clamp(28px,4vw,52px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.campaign-grid + .campaign-grid { margin-top: 24px; }
.campaign-device { min-height: 510px; border-radius: var(--radius); background: radial-gradient(circle,#fff,#edf8ff); }
.brochure { padding: 34px; border-color: var(--line); border-radius: var(--radius); box-shadow: var(--shadow-soft); }
.product-detail__gallery { min-height: 580px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: radial-gradient(circle,#fff,#edf8ff); box-shadow: var(--shadow-soft); }
.product-detail__copy { padding: clamp(30px,4vw,46px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-soft); }
.product-options select { border-radius: 12px; background: #f8fbfd; }
.standalone-section { min-height: 80svh; display: grid; align-items: center; padding-top: 190px; }
.section-panel--centered { max-width: 760px; margin: auto; padding: clamp(38px,6vw,70px); border: 1px solid var(--line); border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow); text-align: center; }
.step-index { width: 64px; height: 64px; margin: 24px auto; display: grid; place-items: center; border-radius: 50%; color: var(--blue-deep); background: var(--ice); font-weight: 800; }
.muted { color: var(--muted); }
.hero-actions--center { justify-content: center; }

.site-footer { padding: clamp(70px,8vw,106px) 0 28px; border-top: 0; color: rgba(238,248,255,.8); background: radial-gradient(circle at 12% 0,rgba(24,157,225,.22),transparent 28%),#071f37; }
.footer-grid { grid-template-columns: 1.35fr .8fr .7fr 1fr; align-items: start; gap: clamp(30px,5vw,72px); }
.footer-brand { justify-items: start; gap: 17px; padding: 0; border: 0; }
.footer-brand img { width: 166px; height: 64px; padding: 8px 10px; border-radius: 12px; background: rgba(255,255,255,.94); }
.footer-brand p { max-width: 330px; color: rgba(228,242,251,.65); font-size: .87rem; }
.footer-group h2 { color: #fff; font-size: .68rem; }
.footer-group a, .footer-group span { color: rgba(228,242,251,.65); font-size: .85rem; }
.footer-group a:hover { color: #7fe5f5; }
.footer-contact { gap: 12px; }
.footer-contact span { line-height: 1.6; }
.social-links a { border-color: rgba(255,255,255,.15); color: #fff; background: rgba(255,255,255,.06); }
.footer-bottom { border-color: rgba(255,255,255,.1); color: rgba(228,242,251,.5); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a:hover { color: #7fe5f5; }
.whatsapp { right: 22px; bottom: 22px; width: 56px; border: 0; box-shadow: 0 15px 38px rgba(32,190,90,.3); }
.video-dialog { overflow: hidden; border-radius: 18px; }

@media (max-width: 1080px) {
    .desktop-nav, .header-cta { display: none; }
    .burger { display: grid; }
    .technology-stage { gap: 260px; }
    .footer-grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .footer-contact { grid-column: 2 / 4; }
}

@media (max-width: 980px) {
    :root { --shell: min(100% - 36px,1240px); }
    .section { padding: 84px 0; }
    .technology-stage { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
    .technology-stage::before, .technology-stage::after { display: block; }
    .technology-core { grid-column: 1 / -1; grid-row: 1; width: min(330px,70vw); }
    .feature-column { grid-row: 2; }
    .feature-column--right { text-align: left; }
    .feature-column--right .technology-feature { justify-content: space-between; flex-direction: row-reverse; }
    .technology-cta { position: static; grid-column: 1 / -1; justify-self: center; transform: none; margin-top: 18px; }
    .product-rail { grid-auto-columns: minmax(300px,47%); }
    .faq-newsletter, .seo-story, .device-details, .contact-card, .product-detail { grid-template-columns: 1fr; }
    .family-grid { grid-template-columns: 1fr; }
    .family-link { min-height: 430px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
    .family-link__device { width: 44%; opacity: .22; }
    .about-story { grid-template-columns: 1fr; }
    .principle-grid { grid-template-columns: 1fr 1fr; }
    .device-details__title, .device-details__copy { padding: 34px; }
    .contact-info { order: -1; }
    .footer-grid { grid-template-columns: repeat(2,1fr); }
    .footer-contact { grid-column: auto; }
}

@media (max-width: 680px) {
    :root { --shell: min(100% - 28px,1240px); }
    h1 { font-size: clamp(2.55rem,12vw,3.55rem); }
    h2 { font-size: clamp(2rem,9.5vw,2.8rem); }
    .section { padding: 68px 0; }
    .value-strip { height: 30px; }
    .site-header { inset-block-start: 30px; padding: 10px 0; }
    .nav { min-height: 64px; padding: 0 10px 0 13px; border-radius: 17px; }
    .brand img, .site-header .brand img { width: 118px; height: 44px; }
    .locale-select { min-height: 40px; min-width: 50px; }
    .burger { width: 40px; height: 40px; }
    .media-hero { min-height: 760px; }
    .media-hero--short { min-height: 650px; }
    .media-hero__content { padding-top: 160px; padding-bottom: 50px; }
    .media-hero__media img, .media-hero__media video { object-position: 62% center; }
    .media-hero__media::after, .home-hero .media-hero__media::after { background: linear-gradient(0deg,rgba(250,253,255,.99) 0%,rgba(248,253,255,.93) 48%,rgba(241,250,255,.35) 76%,rgba(6,28,44,.02)); }
    .hero-actions { gap: 9px; }
    .hero-proof { width: 100%; padding: 14px; }
    .technology-stage { grid-template-columns: 1fr; }
    .technology-core { grid-column: auto; }
    .feature-column, .feature-column--right { grid-row: auto; }
    .technology-stage::before, .technology-stage::after { display: none; }
    .technology-feature { min-height: 74px; }
    .technology-cta { grid-column: auto; width: 100%; }
    .stats-band { padding: 18px 0 36px; }
    .stats-grid { grid-template-columns: 1fr; border-radius: 24px; }
    .stat { min-height: 158px; }
    .product-rail { grid-auto-columns: 88%; }
    .faq-newsletter { display: grid; width: var(--shell); margin-block: 34px 70px; }
    .faq-panel, .newsletter-visual { min-height: auto; padding: 38px 24px; border-radius: 24px; }
    .newsletter-visual { min-height: 500px; }
    .assurance-grid { grid-template-columns: 1fr; }
    .plain-hero { min-height: 480px; padding: 178px 0 72px; }
    .about-story article { padding: 30px 24px; }
    .principle-grid { grid-template-columns: 1fr; }
    .presence-tabs { border-radius: 24px; }
    .presence-tabs__nav { grid-template-columns: 1fr 1fr; }
    .presence-tabs__nav button { min-height: 62px; padding: 13px; }
    .presence-map { padding: 30px 22px; }
    .family-link { min-height: 510px; padding: 30px 24px; }
    .family-link__device { width: 70%; height: 190px; opacity: .18; }
    .wide-cta { min-height: 550px; margin-bottom: 70px; border-radius: 24px; }
    .wide-cta .site-shell { width: calc(100% - 42px); }
    .wide-cta::after { background: linear-gradient(0deg,rgba(249,253,255,.99),rgba(246,252,255,.91) 58%,rgba(240,250,255,.22)); }
    .device-showcase { grid-template-columns: 1fr; min-height: auto; border-radius: 24px; }
    .video-poster, .device-product { min-height: 350px; }
    .device-details__title, .device-details__copy { padding: 28px 24px; }
    .handle-grid { grid-template-columns: 1fr; }
    .results-head { padding: 28px 24px; }
    .contact-form-wrap, .contact-info { padding: 32px 24px; }
    .contact-map { min-height: 390px; margin-bottom: 70px; border-radius: 24px; }
    .contact-map iframe { height: 390px; }
    .blog-news-grid, .category-grid, .brochure-grid { grid-template-columns: 1fr; }
    .legal-article section, .article-layout section { padding: 26px 22px; }
    .faq-card summary { padding: 20px 18px; }
    .faq-card__body { padding: 0 18px 22px 18px; }
    .campaign-grid { padding: 24px; }
    .campaign-device { min-height: 380px; }
    .product-detail__gallery { min-height: 420px; }
    .product-detail__copy { padding: 28px 22px; }
    .product-options { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr; }
    .footer-brand { justify-items: start; text-align: left; }
    .footer-group, .footer-group--right { justify-items: start; text-align: left; }
    .footer-bottom { align-items: start; text-align: left; }
    .footer-legal { gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
