/* Smart Aqua frontend — scoped, dependency-free, and theme-independent. */
:root {
	--sa-primary: #087f8c;
	--sa-accent: #00b8d9;
	--sa-dark: #062b3f;
	--sa-ink: #102f3c;
	--sa-muted: #5d7480;
	--sa-line: #dcebed;
	--sa-soft: #f2fbfc;
	--sa-white: #fff;
	--sa-success: #0a8d65;
	--sa-shadow: 0 24px 70px rgba(5, 48, 65, .12);
	--sa-shadow-soft: 0 12px 35px rgba(5, 48, 65, .08);
	--sa-radius: 24px;
	--sa-font: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body.smart-aqua-site { margin: 0; background: #fff; color: var(--sa-ink); font-family: var(--sa-font); font-size: 16px; line-height: 1.65; overflow-x: hidden; }
.smart-aqua-site *, .smart-aqua-site *::before, .smart-aqua-site *::after { box-sizing: border-box; }
.smart-aqua-site img { display: block; max-width: 100%; height: auto; }
.smart-aqua-site a { color: inherit; text-decoration: none; }
.smart-aqua-site button, .smart-aqua-site input, .smart-aqua-site select, .smart-aqua-site textarea { font: inherit; }
.smart-aqua-site button { cursor: pointer; }
.smart-aqua-site h1, .smart-aqua-site h2, .smart-aqua-site h3, .smart-aqua-site p { margin-top: 0; }
.smart-aqua-site h1, .smart-aqua-site h2, .smart-aqua-site h3 { color: var(--sa-dark); font-weight: 800; line-height: 1.12; letter-spacing: -.035em; }
.smart-aqua-site h1 { font-size: clamp(2.6rem, 5.6vw, 5.6rem); }
.smart-aqua-site h2 { font-size: clamp(2rem, 3.7vw, 3.65rem); }
.smart-aqua-site h3 { font-size: 1.25rem; }
.smart-aqua-site p { color: var(--sa-muted); }
.smart-aqua-site svg { display: inline-block; width: 1em; height: 1em; vertical-align: -.14em; }
.sa-container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.sa-main { min-height: 70vh; }
.sa-section { position: relative; padding: 104px 0; }
.sa-section-soft { background: var(--sa-soft); }
.sa-section-dark { overflow: hidden; color: #fff; background: radial-gradient(circle at 84% 20%, rgba(0, 184, 217, .24), transparent 34%), linear-gradient(135deg, #041f2d, var(--sa-dark)); }
.sa-section-dark::after { position: absolute; right: -100px; bottom: -180px; width: 440px; height: 440px; border: 70px solid rgba(255,255,255,.035); border-radius: 50%; content: ""; }
.sa-section-dark h2, .sa-section-dark h3 { color: #fff; }
.sa-section-dark p { color: rgba(255,255,255,.72); }
.sa-split { display: grid; grid-template-columns: 1fr 1fr; gap: 76px; align-items: center; }
.sa-card-grid { display: grid; gap: 24px; margin-top: 48px; }
.sa-card-grid-3 { grid-template-columns: repeat(3, 1fr); }
.sa-card-grid-4 { grid-template-columns: repeat(4, 1fr); }
.sa-kicker { display: inline-block; margin-bottom: 14px; color: var(--sa-primary); font-size: .77rem; font-weight: 900; letter-spacing: .14em; line-height: 1.3; text-transform: uppercase; }
.sa-section-head { max-width: 720px; margin-bottom: 0; }
.sa-section-head h2 { margin-bottom: 20px; }
.sa-section-head p { max-width: 660px; margin: 0; font-size: 1.08rem; }
.sa-text-link { display: inline-flex; gap: 8px; align-items: center; color: var(--sa-primary); font-weight: 800; }
.sa-text-link svg { transition: transform .25s ease; }
.sa-text-link:hover svg { transform: translateX(4px); }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.sa-skip { position: fixed; z-index: 99999; top: 10px; left: 10px; padding: 10px 16px; color: #fff; background: var(--sa-dark); transform: translateY(-150%); }
.sa-skip:focus { transform: none; }

/* Buttons */
.sa-button { display: inline-flex; min-height: 52px; padding: 13px 22px; border: 1px solid var(--sa-primary); border-radius: 14px; align-items: center; justify-content: center; gap: 10px; color: #fff !important; background: linear-gradient(135deg, var(--sa-primary), #0aa5ac); box-shadow: 0 12px 30px rgba(8,127,140,.22); font-weight: 800; line-height: 1.2; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.sa-button:hover { color: #fff; box-shadow: 0 17px 36px rgba(8,127,140,.3); transform: translateY(-2px); }
.sa-button:focus-visible, .sa-menu-toggle:focus-visible, .sa-faq button:focus-visible, .sa-menu a:focus-visible { outline: 3px solid #ffcf4a; outline-offset: 3px; }
.sa-button-small { min-height: 43px; padding: 10px 17px; border-radius: 11px; font-size: .9rem; }
.sa-button-ghost { border-color: rgba(8,127,140,.24); color: var(--sa-dark) !important; background: rgba(255,255,255,.7); box-shadow: none; }
.sa-button-ghost:hover { color: var(--sa-dark); background: #fff; box-shadow: var(--sa-shadow-soft); }
.sa-button-ghost svg { width: 20px; height: 20px; color: #0aa76c; }
.sa-button-light { border-color: #fff; color: var(--sa-dark) !important; background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.14); }
.sa-button-light:hover { color: var(--sa-dark); background: #f4ffff; }
.sa-button-block { width: 100%; }

/* Header */
.sa-topbar { color: rgba(255,255,255,.82); background: var(--sa-dark); font-size: .76rem; }
.sa-topbar-inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.sa-live-dot { display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: #5ef0af; box-shadow: 0 0 0 5px rgba(94,240,175,.12); animation: sa-pulse 2.2s infinite; }
.sa-header { position: sticky; z-index: 900; top: 0; border-bottom: 1px solid rgba(8,60,75,.08); background: rgba(255,255,255,.92); backdrop-filter: blur(18px); transition: box-shadow .25s ease, background .25s ease; }
.admin-bar .sa-header { top: 32px; }
.sa-header.is-scrolled { background: rgba(255,255,255,.98); box-shadow: 0 12px 35px rgba(6,43,63,.08); }
.sa-nav-wrap { display: flex; min-height: 78px; align-items: center; gap: 28px; }
.sa-brand { display: inline-flex; min-width: 214px; align-items: center; gap: 11px; color: var(--sa-dark); }
.sa-logo { width: auto; max-width: 230px; height: 55px; object-fit: contain; }
.sa-brand-mark { display: grid; width: 44px; height: 44px; border-radius: 15px 15px 17px 17px; place-items: center; color: #fff; background: linear-gradient(150deg, var(--sa-accent), var(--sa-primary)); box-shadow: 0 10px 22px rgba(0,184,217,.25); transform: rotate(2deg); }
.sa-brand-mark svg { width: 25px; height: 25px; }
.sa-brand-copy { display: grid; line-height: 1.05; }
.sa-brand-copy strong { color: var(--sa-dark); font-size: 1.28rem; letter-spacing: -.035em; }
.sa-brand-copy small { margin-top: 5px; color: var(--sa-muted); font-size: .65rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.sa-menu { display: flex; margin-left: auto; align-items: center; gap: 4px; }
.sa-menu > a, .sa-nav-dropdown > button { padding: 9px 10px; border: 0; border-radius: 9px; color: #36505b; background: transparent; font-size: .9rem; font-weight: 750; }
.sa-menu > a:hover, .sa-menu > a.is-current, .sa-nav-dropdown > button:hover { color: var(--sa-primary); background: var(--sa-soft); }
.sa-nav-dropdown { position: relative; }
.sa-nav-dropdown > button { display: flex; align-items: center; gap: 3px; }
.sa-nav-dropdown > button svg { width: 16px; height: 16px; transition: transform .2s ease; }
.sa-nav-dropdown > button[aria-expanded="true"] svg { transform: rotate(180deg); }
.sa-dropdown-panel { position: absolute; top: calc(100% + 12px); left: 50%; display: grid; width: 190px; padding: 10px; border: 1px solid var(--sa-line); border-radius: 14px; background: #fff; box-shadow: var(--sa-shadow); opacity: 0; pointer-events: none; transform: translate(-50%, 8px); transition: opacity .2s ease, transform .2s ease; }
.sa-nav-dropdown:hover .sa-dropdown-panel, .sa-nav-dropdown.is-open .sa-dropdown-panel { opacity: 1; pointer-events: auto; transform: translate(-50%, 0); }
.sa-dropdown-panel a { padding: 9px 10px; border-radius: 8px; color: #36505b; font-size: .87rem; font-weight: 700; }
.sa-dropdown-panel a:hover, .sa-dropdown-panel a.is-current { color: var(--sa-primary); background: var(--sa-soft); }
.sa-nav-actions { display: flex; align-items: center; gap: 9px; }
.sa-icon-button { display: grid; width: 43px; height: 43px; border: 1px solid var(--sa-line); border-radius: 12px; place-items: center; color: var(--sa-primary); }
.sa-icon-button svg { width: 19px; height: 19px; }
.sa-menu-toggle { display: none; width: 43px; height: 43px; padding: 10px; border: 1px solid var(--sa-line); border-radius: 11px; background: #fff; }
.sa-menu-toggle > span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; border-radius: 2px; background: var(--sa-dark); transition: transform .2s ease, opacity .2s ease; }
.sa-menu-toggle[aria-expanded="true"] > span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.sa-menu-toggle[aria-expanded="true"] > span:nth-child(2) { opacity: 0; }
.sa-menu-toggle[aria-expanded="true"] > span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

/* Hero */
.sa-hero { position: relative; overflow: hidden; padding: 88px 0 126px; background: radial-gradient(circle at 12% 12%, rgba(0,184,217,.13), transparent 30%), radial-gradient(circle at 88% 8%, rgba(12,166,120,.09), transparent 28%), linear-gradient(180deg, #f7feff, #eaf9fb); }
.sa-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 64px; align-items: center; }
.sa-hero-copy h1 { margin: 14px 0 26px; }
.sa-hero-copy h1 span { position: relative; color: var(--sa-primary); }
.sa-hero-copy h1 span::after { position: absolute; right: 0; bottom: -9px; left: 0; height: 8px; border-radius: 50%; background: linear-gradient(90deg, transparent, rgba(0,184,217,.5), transparent); content: ""; filter: blur(2px); }
.sa-hero-lead { max-width: 680px; margin-bottom: 30px; font-size: clamp(1.06rem, 1.7vw, 1.25rem); }
.sa-location-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 21px; }
.sa-location-pills span { padding: 7px 11px; border: 1px solid rgba(8,127,140,.16); border-radius: 99px; color: var(--sa-primary); background: rgba(255,255,255,.7); font-size: .73rem; font-weight: 850; }
.sa-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; }
.sa-proof-list { display: grid; margin: 30px 0 0; padding: 0; gap: 10px; list-style: none; }
.sa-proof-list li { display: flex; align-items: center; gap: 9px; color: #385661; font-size: .88rem; font-weight: 700; }
.sa-proof-list svg { width: 18px; height: 18px; padding: 3px; border-radius: 50%; color: #fff; background: var(--sa-success); }
.sa-hero-form-wrap { position: relative; }
.sa-hero-photo { position: absolute; z-index: -1; top: -34px; right: -58px; width: 190px; height: 190px; overflow: hidden; border: 8px solid rgba(255,255,255,.7); border-radius: 50%; box-shadow: var(--sa-shadow); }
.sa-hero-photo img { width: 100%; height: 100%; object-fit: cover; }
.sa-hero-wave, .sa-subhero-wave { position: absolute; right: -5%; bottom: -1px; left: -5%; height: 56px; background: #fff; clip-path: polygon(0 55%, 8% 38%, 18% 55%, 29% 33%, 42% 52%, 54% 29%, 68% 50%, 81% 30%, 91% 49%, 100% 34%, 100% 100%, 0 100%); }
.sa-bubbles i { position: absolute; border: 1px solid rgba(0,184,217,.25); border-radius: 50%; background: rgba(255,255,255,.36); animation: sa-float 8s ease-in-out infinite; }
.sa-bubbles i:nth-child(1) { top: 12%; left: 4%; width: 35px; height: 35px; }
.sa-bubbles i:nth-child(2) { top: 38%; left: 46%; width: 18px; height: 18px; animation-delay: -2s; }
.sa-bubbles i:nth-child(3) { right: 6%; bottom: 23%; width: 58px; height: 58px; animation-delay: -4s; }
.sa-bubbles i:nth-child(4) { top: 8%; right: 35%; width: 12px; height: 12px; animation-delay: -1s; }
.sa-bubbles i:nth-child(5) { bottom: 10%; left: 8%; width: 72px; height: 72px; animation-delay: -5s; }

/* Lead form */
.sa-lead-card { position: relative; padding: 30px; border: 1px solid rgba(8,127,140,.12); border-radius: var(--sa-radius); background: rgba(255,255,255,.94); box-shadow: var(--sa-shadow); backdrop-filter: blur(16px); }
.sa-lead-card::before { position: absolute; top: 0; right: 38px; left: 38px; height: 3px; border-radius: 0 0 3px 3px; background: linear-gradient(90deg, transparent, var(--sa-accent), var(--sa-primary), transparent); content: ""; }
.sa-form-head h2 { margin: 0 0 10px; font-size: 1.65rem; }
.sa-form-head p { margin-bottom: 20px; font-size: .92rem; }
.sa-form-head .sa-kicker { margin-bottom: 8px; font-size: .67rem; }
.sa-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sa-form-grid label { display: grid; gap: 6px; color: #2c4650; font-size: .78rem; font-weight: 800; }
.sa-form-grid input, .sa-form-grid select, .sa-form-grid textarea { width: 100%; min-height: 46px; padding: 11px 12px; border: 1px solid #cfe1e5; border-radius: 10px; outline: 0; color: var(--sa-ink); background: #fbfefe; font-size: .9rem; font-weight: 500; transition: border .2s ease, box-shadow .2s ease, background .2s ease; }
.sa-form-grid textarea { min-height: 80px; resize: vertical; }
.sa-form-grid input:focus, .sa-form-grid select:focus, .sa-form-grid textarea:focus { border-color: var(--sa-accent); background: #fff; box-shadow: 0 0 0 4px rgba(0,184,217,.1); }
.sa-field-full { grid-column: 1 / -1; }
.sa-consent { display: flex; margin: 16px 0; align-items: flex-start; gap: 9px; color: #516872; font-size: .73rem; line-height: 1.45; }
.sa-consent input { width: 17px; height: 17px; margin-top: 1px; accent-color: var(--sa-primary); }
.sa-consent a { color: var(--sa-primary); text-decoration: underline; }
.sa-form-note { display: flex; margin: 13px 0 0; align-items: flex-start; justify-content: center; gap: 6px; text-align: center; font-size: .69rem; }
.sa-form-note svg { flex: 0 0 auto; width: 14px; height: 14px; margin-top: 2px; color: var(--sa-success); }
.sa-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.sa-form-error { margin-bottom: 15px; padding: 11px 13px; border: 1px solid #f3c4c4; border-radius: 10px; color: #8b2626; background: #fff5f5; font-size: .8rem; }
.sa-form-result { display: flex; min-height: 300px; align-items: center; justify-content: center; gap: 17px; text-align: left; }
.sa-result-icon { display: grid; width: 55px; height: 55px; flex: 0 0 auto; border-radius: 50%; place-items: center; color: #fff; background: var(--sa-success); }
.sa-result-icon svg { width: 28px; height: 28px; }
.sa-form-result h2 { margin: 0 0 7px; }
.sa-form-result p { margin: 0; }
.sa-form-result strong { display: block; margin-top: 8px; color: var(--sa-success); font-size: .84rem; }

/* Trust / service cards */
.sa-trust-strip { position: relative; z-index: 3; border-bottom: 1px solid var(--sa-line); background: #fff; }
.sa-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.sa-trust-grid > span { display: grid; grid-template-columns: 38px 1fr; padding: 25px 24px; align-items: center; column-gap: 12px; }
.sa-trust-grid > span + span { border-left: 1px solid var(--sa-line); }
.sa-trust-grid svg { grid-row: 1 / 3; width: 31px; height: 31px; color: var(--sa-primary); }
.sa-trust-grid b { color: var(--sa-dark); font-size: .88rem; }
.sa-trust-grid small { color: var(--sa-muted); font-size: .72rem; }
.sa-feature-card, .sa-mini-card, .sa-product-card { position: relative; overflow: hidden; border: 1px solid var(--sa-line); border-radius: var(--sa-radius); background: #fff; box-shadow: var(--sa-shadow-soft); transition: border .25s ease, transform .25s ease, box-shadow .25s ease; }
.sa-feature-card:hover, .sa-product-card:hover, .sa-location-card:hover { border-color: rgba(0,184,217,.4); box-shadow: var(--sa-shadow); transform: translateY(-7px); }
.sa-feature-card { min-height: 320px; padding: 34px; }
.sa-feature-card::after { position: absolute; right: -35px; bottom: -35px; width: 110px; height: 110px; border-radius: 50%; background: radial-gradient(circle, rgba(0,184,217,.11), transparent 68%); content: ""; }
.sa-feature-icon { display: grid; width: 62px; height: 62px; margin-bottom: 28px; border-radius: 18px; place-items: center; color: var(--sa-primary); background: linear-gradient(145deg, #e9fbfd, #d8f5f7); }
.sa-feature-icon svg { width: 34px; height: 34px; }
.sa-feature-card h3 { margin-bottom: 13px; font-size: 1.4rem; }
.sa-feature-card p { margin-bottom: 24px; }
.sa-feature-card a { display: inline-flex; align-items: center; gap: 8px; color: var(--sa-primary); font-size: .88rem; font-weight: 850; }
.sa-feature-card a svg { transition: transform .2s ease; }
.sa-feature-card a:hover svg { transform: translateX(4px); }
.sa-mini-card { min-height: 210px; padding: 27px 24px; box-shadow: none; }
.sa-mini-card > span { display: grid; width: 31px; height: 31px; margin-bottom: 19px; border-radius: 50%; place-items: center; color: #fff; background: var(--sa-success); }
.sa-mini-card > span svg { width: 17px; height: 17px; }
.sa-mini-card h3 { margin-bottom: 10px; font-size: 1.07rem; }
.sa-mini-card p { margin: 0; font-size: .88rem; }

/* Product visual / cards */
.sa-product-preview { overflow: hidden; }
.sa-product-preview h2 { margin: 0 0 20px; }
.sa-product-preview p { max-width: 590px; margin-bottom: 27px; }
.sa-purifier-visual { position: relative; display: grid; min-height: 470px; place-items: center; perspective: 800px; }
.sa-purifier-visual::before { position: absolute; width: 390px; height: 390px; border: 1px solid rgba(0,184,217,.18); border-radius: 50%; content: ""; box-shadow: inset 0 0 80px rgba(0,184,217,.08); }
.sa-purifier-machine { position: relative; z-index: 3; width: 238px; height: 330px; border: 1px solid #d8eaed; border-radius: 40px 40px 27px 27px; background: linear-gradient(145deg, #fff, #edf5f6); box-shadow: -25px 30px 65px rgba(6,43,63,.16), inset -14px -10px 30px rgba(6,43,63,.04); transform: rotateY(-8deg); }
.sa-machine-glow { position: absolute; top: -20px; right: 15px; left: 15px; height: 110px; border-radius: 50%; background: rgba(0,184,217,.14); filter: blur(30px); }
.sa-machine-display { position: absolute; top: 44px; left: 50%; width: 105px; padding: 9px; border-radius: 8px; color: #5cf6ff; background: #073444; box-shadow: inset 0 0 10px rgba(92,246,255,.2); font: 700 .76rem/1 var(--sa-font); letter-spacing: .2em; text-align: center; transform: translateX(-50%); }
.sa-machine-drop { position: absolute; top: 104px; left: 50%; color: var(--sa-accent); transform: translateX(-50%); }
.sa-machine-drop svg { width: 52px; height: 52px; filter: drop-shadow(0 8px 10px rgba(0,184,217,.22)); }
.sa-machine-nozzle { position: absolute; bottom: 97px; left: 50%; width: 48px; height: 19px; border-radius: 5px 5px 13px 13px; background: #a6b9be; box-shadow: inset 0 3px 4px rgba(255,255,255,.6); transform: translateX(-50%); }
.sa-machine-glass { position: absolute; bottom: 25px; left: 50%; width: 74px; height: 85px; overflow: hidden; border: 3px solid rgba(8,127,140,.28); border-top: 0; border-radius: 7px 7px 18px 18px; transform: translateX(-50%); }
.sa-machine-glass span { position: absolute; right: -12px; bottom: -5px; left: -12px; height: 62%; border-radius: 40% 40% 10px 10px; background: linear-gradient(#7ee7f4, var(--sa-accent)); animation: sa-water 3s ease-in-out infinite; }
.sa-orbit { position: absolute; z-index: 4; inset: 38px; border: 1px dashed rgba(8,127,140,.22); border-radius: 50%; animation: sa-spin 24s linear infinite; }
.sa-orbit span { position: absolute; display: grid; width: 48px; height: 48px; border: 1px solid var(--sa-line); border-radius: 50%; place-items: center; color: var(--sa-primary); background: #fff; box-shadow: var(--sa-shadow-soft); font-size: .72rem; font-weight: 900; animation: sa-spin-reverse 24s linear infinite; }
.sa-orbit span:nth-child(1) { top: -24px; left: calc(50% - 24px); }
.sa-orbit span:nth-child(2) { right: -24px; bottom: 22%; }
.sa-orbit span:nth-child(3) { bottom: 5%; left: 0; }
.sa-product-card { padding: 31px; }
.sa-product-icon { display: grid; width: 52px; height: 52px; margin-bottom: 21px; border-radius: 16px; place-items: center; color: var(--sa-accent); background: var(--sa-soft); }
.sa-product-icon svg { width: 29px; height: 29px; }
.sa-product-card h3 { margin-bottom: 11px; }
.sa-product-card > p { min-height: 78px; font-size: .91rem; }
.sa-product-card ul { display: grid; min-height: 116px; margin: 18px 0 24px; padding: 18px 0 0; border-top: 1px solid var(--sa-line); gap: 9px; list-style: none; }
.sa-product-card li { display: flex; gap: 8px; color: #526c76; font-size: .8rem; }
.sa-product-card li svg { width: 15px; height: 15px; flex: 0 0 auto; margin-top: 4px; color: var(--sa-success); }
.sa-product-card > a { display: inline-flex; align-items: center; gap: 8px; color: var(--sa-primary); font-size: .85rem; font-weight: 850; }

/* Locations / process */
.sa-locations-section { background: linear-gradient(180deg, #fff, #f7fdfd); }
.sa-location-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 48px; }
.sa-location-card { position: relative; min-height: 300px; padding: 34px; overflow: hidden; border: 1px solid var(--sa-line); border-radius: var(--sa-radius); background: linear-gradient(150deg, #fff 50%, #e9fafb); box-shadow: var(--sa-shadow-soft); transition: .25s ease; }
.sa-location-card::after { position: absolute; right: -55px; bottom: -55px; width: 170px; height: 170px; border: 1px solid rgba(0,184,217,.16); border-radius: 50%; content: ""; box-shadow: 0 0 0 25px rgba(0,184,217,.035), 0 0 0 50px rgba(0,184,217,.025); }
.sa-location-tag { display: inline-block; margin-bottom: 30px; padding: 6px 10px; border-radius: 99px; color: var(--sa-primary); background: #e5f8fa; font-size: .66rem; font-weight: 900; letter-spacing: .05em; text-transform: uppercase; }
.sa-location-pin { position: absolute; top: 30px; right: 31px; color: var(--sa-accent); }
.sa-location-pin svg { width: 35px; height: 35px; }
.sa-location-card h3 { margin-bottom: 11px; font-size: 1.5rem; }
.sa-location-card p { min-height: 75px; }
.sa-location-card .sa-text-link { position: relative; z-index: 2; font-size: .84rem; }
.sa-process { display: grid; grid-template-columns: repeat(4, 1fr); margin: 50px 0 0; padding: 0; counter-reset: steps; gap: 0; list-style: none; }
.sa-process li { position: relative; padding: 0 28px; }
.sa-process li:first-child { padding-left: 0; }
.sa-process li:last-child { padding-right: 0; }
.sa-process li:not(:last-child)::after { position: absolute; top: 25px; right: -9px; width: 32px; border-top: 1px dashed #a8cbd0; content: ""; }
.sa-process li > span { display: grid; width: 50px; height: 50px; margin-bottom: 24px; border-radius: 16px; place-items: center; color: #fff; background: linear-gradient(135deg, var(--sa-primary), var(--sa-accent)); box-shadow: 0 9px 20px rgba(0,184,217,.18); font-size: .77rem; font-weight: 900; }
.sa-process h3 { margin-bottom: 10px; font-size: 1.08rem; }
.sa-process p { margin: 0; font-size: .86rem; }
.sa-why-grid { position: relative; z-index: 2; }
.sa-why-grid .sa-kicker { color: #6ee9f8; }
.sa-why-grid h2 { margin-bottom: 22px; }
.sa-why-list, .sa-values-stack { display: grid; gap: 15px; }
.sa-why-item { display: grid; grid-template-columns: 48px 1fr; padding: 22px; border: 1px solid rgba(255,255,255,.11); border-radius: 17px; gap: 16px; background: rgba(255,255,255,.055); backdrop-filter: blur(10px); }
.sa-why-item > span { display: grid; width: 43px; height: 43px; border-radius: 13px; place-items: center; color: var(--sa-accent); background: rgba(0,184,217,.12); font-size: .76rem; font-weight: 900; }
.sa-why-item h3 { margin: 2px 0 7px; font-size: 1.03rem; }
.sa-why-item p { margin: 0; font-size: .83rem; }
.sa-values-stack .sa-why-item { border-color: var(--sa-line); background: #fff; box-shadow: var(--sa-shadow-soft); }
.sa-values-stack .sa-why-item h3 { color: var(--sa-dark); }
.sa-values-stack .sa-why-item p { color: var(--sa-muted); }

/* FAQ / CTA */
.sa-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 74px; align-items: start; }
.sa-faq-layout .sa-section-head { position: sticky; top: 120px; }
.sa-faq { border-top: 1px solid var(--sa-line); }
.sa-faq-item { border-bottom: 1px solid var(--sa-line); }
.sa-faq h3 { margin: 0; }
.sa-faq button { display: flex; width: 100%; padding: 24px 2px; border: 0; align-items: center; justify-content: space-between; gap: 20px; color: var(--sa-dark); background: transparent; text-align: left; font-weight: 800; }
.sa-faq button i { position: relative; width: 24px; height: 24px; flex: 0 0 auto; border-radius: 50%; background: var(--sa-soft); }
.sa-faq button i::before, .sa-faq button i::after { position: absolute; top: 11px; left: 7px; width: 10px; height: 2px; background: var(--sa-primary); content: ""; transition: transform .2s ease; }
.sa-faq button i::after { transform: rotate(90deg); }
.sa-faq button[aria-expanded="true"] i::after { transform: rotate(0); }
.sa-faq-answer { padding: 0 42px 22px 2px; }
.sa-faq-answer p { margin: 0; font-size: .94rem; }
.sa-cta-band { position: relative; overflow: hidden; padding: 75px 0; color: #fff; background: radial-gradient(circle at 90% 10%, rgba(255,255,255,.2), transparent 30%), linear-gradient(115deg, var(--sa-primary), #049bb0); }
.sa-cta-band::before, .sa-cta-band::after { position: absolute; border: 1px solid rgba(255,255,255,.13); border-radius: 50%; content: ""; }
.sa-cta-band::before { top: -150px; right: 10%; width: 310px; height: 310px; }
.sa-cta-band::after { right: -70px; bottom: -210px; width: 420px; height: 420px; }
.sa-cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 45px; }
.sa-cta-inner > div:first-child { max-width: 680px; }
.sa-cta-inner .sa-kicker { color: #bff8ff; }
.sa-cta-inner h2 { margin-bottom: 12px; color: #fff; font-size: clamp(1.9rem, 3.4vw, 3.1rem); }
.sa-cta-inner p { margin: 0; color: rgba(255,255,255,.8); }
.sa-cta-band .sa-button-ghost { border-color: rgba(255,255,255,.45); color: #fff !important; background: rgba(255,255,255,.08); }
.sa-cta-band .sa-button-ghost:hover { background: rgba(255,255,255,.16); }

/* Interior-page hero */
.sa-subhero { position: relative; overflow: hidden; padding: 82px 0 120px; background: linear-gradient(135deg, #eefcfd, #faffff 58%, #e8f8f6); }
.sa-subhero-pattern { position: absolute; inset: 0; opacity: .4; background-image: radial-gradient(rgba(0,184,217,.16) 1px, transparent 1px); background-size: 24px 24px; mask-image: linear-gradient(90deg, #000, transparent 65%); }
.sa-subhero-inner { position: relative; z-index: 2; max-width: 910px; }
.sa-subhero h1 { max-width: 900px; margin: 18px 0 24px; font-size: clamp(2.65rem, 5vw, 5rem); }
.sa-subhero p { max-width: 780px; margin-bottom: 30px; font-size: 1.12rem; }
.sa-breadcrumb { display: flex; margin-bottom: 30px; align-items: center; gap: 9px; color: #66808a; font-size: .75rem; font-weight: 700; }
.sa-breadcrumb a:hover { color: var(--sa-primary); }
.sa-guide-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 72px; align-items: start; }
.sa-number-list { display: grid; margin: 0; padding: 0; gap: 14px; list-style: none; }
.sa-number-list li { display: grid; grid-template-columns: 47px 1fr; padding: 21px; border: 1px solid var(--sa-line); border-radius: 16px; align-items: start; gap: 15px; background: #fff; }
.sa-number-list li > span { display: grid; width: 42px; height: 42px; border-radius: 13px; place-items: center; color: #fff; background: var(--sa-primary); font-size: .8rem; font-weight: 900; }
.sa-number-list b { display: block; margin-bottom: 5px; color: var(--sa-dark); }
.sa-number-list p { margin: 0; font-size: .85rem; }
.sa-form-section-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: start; }
.sa-form-section-grid > .sa-lead-card { scroll-margin-top: 115px; }
.sa-contact-tiles { display: grid; margin-top: 30px; gap: 10px; }
.sa-contact-tiles a { display: flex; max-width: 420px; padding: 14px; border: 1px solid var(--sa-line); border-radius: 14px; align-items: center; gap: 13px; background: #fff; transition: .2s ease; }
.sa-contact-tiles a:hover { border-color: var(--sa-accent); transform: translateX(4px); }
.sa-contact-tiles a > span { display: grid; width: 38px; height: 38px; flex: 0 0 auto; border-radius: 11px; place-items: center; color: var(--sa-primary); background: var(--sa-soft); font-weight: 900; }
.sa-contact-tiles small, .sa-contact-tiles b { display: block; }
.sa-contact-tiles small { color: var(--sa-muted); font-size: .66rem; text-transform: uppercase; }
.sa-contact-tiles b { max-width: 300px; overflow: hidden; color: var(--sa-dark); font-size: .86rem; text-overflow: ellipsis; white-space: nowrap; }
.sa-admin-reminder { max-width: 430px; padding: 13px; border: 1px dashed #e6b03b; border-radius: 12px; color: #77560e !important; background: #fff9e8; font-size: .78rem; }
.sa-check-panel { display: grid; padding: 31px; border: 1px solid rgba(255,255,255,.12); border-radius: 20px; gap: 15px; background: rgba(255,255,255,.06); }
.sa-check-panel h3 { margin-bottom: 5px; }
.sa-check-panel-light { border-color: var(--sa-line); background: #fff; box-shadow: var(--sa-shadow-soft); }
.sa-check-line { display: flex; padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,.1); align-items: flex-start; gap: 11px; color: rgba(255,255,255,.82); }
.sa-check-line:last-child { padding-bottom: 0; border: 0; }
.sa-check-line svg { width: 20px; height: 20px; flex: 0 0 auto; padding: 4px; border-radius: 50%; color: #fff; background: var(--sa-success); }
.sa-check-panel-light .sa-check-line { border-color: var(--sa-line); color: var(--sa-ink); }
.sa-story-grid p { font-size: 1.02rem; }
.sa-contact-detail { margin-top: 35px; }
.sa-contact-detail h3 { margin: 20px 0 4px; font-size: .95rem; }
.sa-contact-detail p { margin: 0; }
.sa-response-note { display: flex; max-width: 860px; margin-inline: auto; padding: 34px; border: 1px solid var(--sa-line); border-radius: 20px; align-items: flex-start; gap: 20px; background: #fff; box-shadow: var(--sa-shadow-soft); }
.sa-response-note > span { display: grid; width: 50px; height: 50px; flex: 0 0 auto; border-radius: 15px; place-items: center; color: var(--sa-success); background: #e7f9f2; }
.sa-response-note > span svg { width: 29px; height: 29px; }
.sa-response-note h2 { margin-bottom: 8px; font-size: 1.45rem; }
.sa-response-note p { margin: 0; }

/* Location pages */
.sa-location-hero { position: relative; overflow: hidden; padding: 92px 0; background: radial-gradient(circle at 80% 20%, rgba(0,184,217,.16), transparent 32%), linear-gradient(135deg, #eefcfd, #fff); }
.sa-location-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; }
.sa-location-hero h1 { margin: 14px 0 24px; font-size: clamp(2.6rem, 5vw, 5rem); }
.sa-location-hero p { max-width: 710px; font-size: 1.06rem; }
.sa-area-line { margin: 28px 0 0; font-size: .83rem !important; }
.sa-area-line b { color: var(--sa-dark); }
.sa-location-map-art { position: relative; display: grid; min-height: 420px; place-items: center; }
.sa-map-ring { position: absolute; width: 330px; height: 330px; border: 1px dashed rgba(0,184,217,.35); border-radius: 50%; animation: sa-spin 35s linear infinite; }
.sa-map-ring::before, .sa-map-ring::after { position: absolute; border: 1px solid rgba(8,127,140,.11); border-radius: 50%; content: ""; }
.sa-map-ring::before { inset: 34px; }
.sa-map-ring::after { inset: 72px; }
.sa-map-pin { position: relative; z-index: 3; display: grid; width: 105px; height: 105px; border-radius: 35px 35px 42px 42px; place-items: center; color: #fff; background: linear-gradient(145deg, var(--sa-accent), var(--sa-primary)); box-shadow: 0 25px 60px rgba(0,184,217,.27); transform: rotate(2deg); }
.sa-map-pin svg { width: 58px; height: 58px; }
.sa-location-map-art > span { position: absolute; bottom: 58px; z-index: 4; padding: 8px 15px; border: 1px solid var(--sa-line); border-radius: 99px; color: var(--sa-dark); background: #fff; box-shadow: var(--sa-shadow-soft); font-size: .8rem; font-weight: 900; }
.sa-location-map-art > i { position: absolute; width: 13px; height: 13px; border: 3px solid #fff; border-radius: 50%; background: var(--sa-accent); box-shadow: 0 4px 12px rgba(0,184,217,.24); }
.sa-location-map-art > i:nth-of-type(1) { top: 90px; left: 80px; }
.sa-location-map-art > i:nth-of-type(2) { top: 120px; right: 65px; }
.sa-location-map-art > i:nth-of-type(3) { right: 110px; bottom: 105px; }
.sa-local-context p { font-size: 1rem; }

/* Footer */
.sa-footer { position: relative; padding: 85px 0 20px; color: rgba(255,255,255,.7); background: #031c28; }
.sa-footer-wave { position: absolute; top: 0; right: 0; left: 0; height: 24px; background: #fff; clip-path: polygon(0 0, 100% 0, 100% 28%, 91% 68%, 82% 32%, 73% 70%, 62% 30%, 51% 69%, 40% 31%, 28% 68%, 17% 29%, 7% 66%, 0 31%); }
.sa-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr 1fr; gap: 52px; }
.sa-brand-footer { margin-bottom: 20px; }
.sa-brand-footer .sa-brand-copy strong { color: #fff; }
.sa-brand-footer .sa-brand-copy small { color: rgba(255,255,255,.5); }
.sa-footer-grid p { color: rgba(255,255,255,.61); font-size: .84rem; }
.sa-footer h2 { margin: 7px 0 18px; color: #fff; font-size: .88rem; letter-spacing: .03em; }
.sa-footer ul { display: grid; margin: 0; padding: 0; gap: 10px; list-style: none; }
.sa-footer li, .sa-footer a { color: rgba(255,255,255,.66); font-size: .8rem; }
.sa-footer a:hover { color: #72e8f3; }
.sa-footer-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.sa-footer-actions a { display: inline-flex; padding: 7px 10px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; align-items: center; gap: 6px; }
.sa-footer-bottom { display: flex; margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); justify-content: space-between; gap: 20px; font-size: .7rem; }
.sa-mobile-bar { display: none; }

/* Reveal motion */
.sa-js [data-sa-reveal] { opacity: 0; transform: translateY(18px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.7,.2,1); }
.sa-js [data-sa-reveal].is-visible { opacity: 1; transform: none; }
@keyframes sa-pulse { 0%,100% { box-shadow: 0 0 0 4px rgba(94,240,175,.1); } 50% { box-shadow: 0 0 0 8px rgba(94,240,175,.02); } }
@keyframes sa-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-18px); } }
@keyframes sa-spin { to { transform: rotate(360deg); } }
@keyframes sa-spin-reverse { to { transform: rotate(-360deg); } }
@keyframes sa-water { 0%,100% { transform: rotate(-2deg) translateY(2px); } 50% { transform: rotate(3deg) translateY(-4px); } }

/* Homepage water motion + purification animation */
.sa-water-motion { position: absolute; inset: 0; z-index: 0; pointer-events: none; overflow: hidden; }
.sa-water-motion span { position: absolute; left: -8%; width: 116%; height: 70px; border-top: 2px solid rgba(0,184,217,.18); border-radius: 50%; transform-origin: center; animation: sa-water-current 9s ease-in-out infinite; }
.sa-water-motion span:nth-child(1) { top: 19%; opacity: .8; }
.sa-water-motion span:nth-child(2) { top: 43%; opacity: .48; animation-duration: 12s; animation-delay: -3s; transform: translateX(-3%) scaleY(.7); }
.sa-water-motion span:nth-child(3) { top: 69%; opacity: .28; animation-duration: 15s; animation-delay: -6s; transform: translateX(4%) scaleY(.55); }
.sa-water-motion-hero { opacity: .75; }
.sa-water-motion-section { background: linear-gradient(180deg, rgba(255,255,255,.15), transparent 36%, rgba(0,184,217,.035)); }
.sa-trust-strip, .sa-purification-story, .sa-product-preview { overflow: hidden; }
.sa-purification-story { position: relative; background: linear-gradient(180deg, #f8feff 0%, #e8f9fb 100%); }
.sa-purification-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.sa-purification-copy { position: relative; z-index: 2; }
.sa-purification-copy h2 { max-width: 640px; margin-bottom: 18px; }
.sa-purification-copy p { max-width: 620px; margin-bottom: 25px; }
.sa-purification-legend { display: flex; flex-wrap: wrap; gap: 12px 18px; }
.sa-purification-legend span { display: inline-flex; align-items: center; gap: 8px; color: #486570; font-size: .78rem; font-weight: 800; }
.sa-purification-legend i { width: 10px; height: 10px; border-radius: 50%; box-shadow: 0 0 0 4px rgba(0,0,0,.03); }
.sa-purification-legend .is-dirty { background: #b9a579; }
.sa-purification-legend .is-filter { background: #e1a043; }
.sa-purification-legend .is-clean { background: #27c8df; }
.sa-purification-card { position: relative; min-height: 430px; padding: 38px; overflow: hidden; border: 1px solid rgba(8,127,140,.14); border-radius: 30px; background: rgba(255,255,255,.86); box-shadow: 0 28px 75px rgba(5,48,65,.13); backdrop-filter: blur(12px); }
.sa-purification-card::before { position: absolute; inset: 0; background: radial-gradient(circle at 22% 30%, rgba(221,184,99,.12), transparent 23%), radial-gradient(circle at 79% 48%, rgba(0,184,217,.14), transparent 31%); content: ""; }
.sa-flow-label { position: absolute; z-index: 4; top: 20px; padding: 6px 9px; border-radius: 999px; font-size: .62rem; font-weight: 950; letter-spacing: .11em; }
.sa-flow-label-in { left: 30px; color: #7f6d49; background: #fbf4e3; }
.sa-flow-label-out { right: 30px; color: #087f8c; background: #e4fbff; }
.sa-purification-flow { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr .82fr 1fr; align-items: center; gap: 17px; min-height: 290px; margin-top: 35px; }
.sa-water-column { position: relative; height: 230px; overflow: hidden; border: 1px solid rgba(8,127,140,.12); border-radius: 42% 42% 18px 18px; box-shadow: inset 0 0 34px rgba(255,255,255,.32), 0 20px 35px rgba(6,43,63,.08); }
.sa-water-column::before { position: absolute; top: 11%; right: -20%; left: -20%; height: 65px; border-radius: 50%; background: rgba(255,255,255,.12); content: ""; animation: sa-surface-wave 3.8s ease-in-out infinite; }
.sa-water-column-dirty { background: linear-gradient(180deg, #cdbb8b, #d4c697 44%, #a88f62); }
.sa-water-column-clean { background: linear-gradient(180deg, #8debf5, #41cee4 50%, #0aa8c0); }
.sa-water-surface { position: absolute; z-index: 2; top: 9%; right: -12%; left: -12%; height: 35px; border-radius: 50%; background: rgba(255,255,255,.28); animation: sa-surface-wave 3s ease-in-out infinite alternate; }
.sa-water-column i { position: absolute; z-index: 3; width: 7px; height: 7px; border-radius: 50%; background: rgba(92,70,36,.72); animation: sa-impurity-drift 5s linear infinite; }
.sa-water-column-dirty i:nth-of-type(1) { top: 29%; left: 20%; animation-delay: -1s; }
.sa-water-column-dirty i:nth-of-type(2) { top: 47%; left: 61%; width: 10px; height: 10px; animation-delay: -3.2s; }
.sa-water-column-dirty i:nth-of-type(3) { top: 63%; left: 34%; width: 5px; height: 5px; animation-delay: -2.1s; }
.sa-water-column-dirty i:nth-of-type(4) { top: 71%; left: 74%; width: 8px; height: 8px; animation-delay: -4.2s; }
.sa-water-column-dirty i:nth-of-type(5) { top: 38%; left: 47%; width: 4px; height: 4px; animation-delay: -.5s; }
.sa-water-column-clean i { background: rgba(255,255,255,.72); box-shadow: 0 0 10px rgba(255,255,255,.45); animation-name: sa-clean-rise; animation-duration: 4s; }
.sa-water-column-clean i:nth-of-type(1) { left: 23%; bottom: 14%; animation-delay: -.8s; }
.sa-water-column-clean i:nth-of-type(2) { left: 52%; bottom: 23%; width: 5px; height: 5px; animation-delay: -2.4s; }
.sa-water-column-clean i:nth-of-type(3) { left: 72%; bottom: 11%; width: 8px; height: 8px; animation-delay: -3.1s; }
.sa-water-column-clean i:nth-of-type(4) { left: 40%; bottom: 31%; width: 4px; height: 4px; animation-delay: -1.5s; }
.sa-filter-stack { position: relative; z-index: 4; display: grid; align-content: center; gap: 9px; }
.sa-filter-stack span { position: relative; display: grid; min-height: 58px; place-items: center; padding: 10px; border: 1px solid rgba(8,127,140,.16); border-radius: 15px; color: #3f606b; background: linear-gradient(145deg, #fff, #eff9fa); box-shadow: 0 12px 23px rgba(6,43,63,.08); font-size: .7rem; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.sa-filter-stack span::after { position: absolute; right: -19px; left: -19px; height: 2px; background: repeating-linear-gradient(90deg, transparent 0 5px, rgba(0,184,217,.28) 5px 9px); content: ""; }
.sa-flow-particle-track { position: absolute; z-index: 4; top: 47%; right: 17%; left: 11%; height: 2px; pointer-events: none; }
.sa-flow-particle-track i { position: absolute; left: 0; width: 8px; height: 8px; border-radius: 50%; background: #aa8d58; box-shadow: 0 0 0 3px rgba(170,141,88,.08); animation: sa-particle-route 4.4s linear infinite; }
.sa-flow-particle-track i:nth-child(2) { animation-delay: -.7s; }
.sa-flow-particle-track i:nth-child(3) { animation-delay: -1.4s; width: 6px; height: 6px; }
.sa-flow-particle-track i:nth-child(4) { animation-delay: -2.1s; width: 5px; height: 5px; }
.sa-flow-particle-track i:nth-child(5) { animation-delay: -2.8s; }
.sa-flow-particle-track i:nth-child(6) { animation-delay: -3.5s; width: 6px; height: 6px; }
.sa-purification-status { position: absolute; z-index: 5; right: 28px; bottom: 24px; left: 28px; display: grid; grid-template-columns: auto 1fr; grid-template-areas: "dot title" "dot copy"; column-gap: 11px; align-items: center; padding: 13px 15px; border: 1px solid rgba(8,127,140,.11); border-radius: 14px; background: rgba(255,255,255,.74); backdrop-filter: blur(8px); }
.sa-status-dot { grid-area: dot; width: 10px; height: 10px; border-radius: 50%; background: #0a8d65; box-shadow: 0 0 0 5px rgba(10,141,101,.1); animation: sa-pulse 2.1s infinite; }
.sa-purification-status strong { grid-area: title; color: var(--sa-primary); font-size: .62rem; letter-spacing: .1em; }
.sa-purification-status small { grid-area: copy; color: #6b8188; font-size: .7rem; }

@keyframes sa-water-current { 0%,100% { transform: translateX(-2%) skewX(-8deg) scaleX(1); } 50% { transform: translateX(3%) skewX(8deg) scaleX(1.04); } }
@keyframes sa-surface-wave { 0%,100% { transform: translateX(-3%) rotate(-2deg); } 50% { transform: translateX(4%) rotate(2deg); } }
@keyframes sa-impurity-drift { 0% { transform: translate3d(0, 0, 0) scale(.85); opacity: .35; } 45% { transform: translate3d(12px, -18px, 0) scale(1); opacity: .95; } 100% { transform: translate3d(-8px, 24px, 0) scale(.78); opacity: .25; } }
@keyframes sa-clean-rise { 0% { transform: translateY(10px); opacity: .05; } 45% { opacity: .75; } 100% { transform: translateY(-38px); opacity: .05; } }
@keyframes sa-particle-route { 0% { transform: translateX(0) scale(.8); opacity: .05; } 13% { opacity: .9; } 42% { transform: translateX(37%) scale(1); opacity: .95; } 54% { transform: translateX(58%) scale(.35); opacity: .2; } 100% { transform: translateX(100%) scale(.05); opacity: 0; } }

/* Tablet */
@media (max-width: 1080px) {
	.sa-menu { gap: 0; }
	.sa-menu > a, .sa-nav-dropdown > button { padding-inline: 7px; font-size: .82rem; }
	.sa-nav-actions .sa-icon-button { display: none; }
	.sa-hero-grid { grid-template-columns: 1fr 420px; gap: 35px; }
	.sa-card-grid-4 { grid-template-columns: repeat(2, 1fr); }
	.sa-footer-grid { grid-template-columns: 1.3fr 1fr 1fr; }
	.sa-footer-grid > div:last-child { grid-column: 2 / 4; }
}

@media (max-width: 900px) {
	.admin-bar .sa-header { top: 46px; }
	.sa-topbar-inner span:last-child { display: none; }
	.sa-nav-wrap { min-height: 70px; }
	.sa-menu-toggle { display: block; margin-left: auto; }
	.sa-nav-actions { display: none; }
	.sa-menu { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: none; padding: 13px; border: 1px solid var(--sa-line); border-radius: 0 0 17px 17px; align-items: stretch; background: #fff; box-shadow: var(--sa-shadow); }
	.sa-menu.is-open { display: grid; }
	.sa-menu > a, .sa-nav-dropdown > button { width: 100%; padding: 12px; text-align: left; }
	.sa-nav-dropdown > button { justify-content: space-between; }
	.sa-dropdown-panel { position: static; display: none; width: auto; padding: 6px 12px 10px; border: 0; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
	.sa-nav-dropdown.is-open .sa-dropdown-panel { display: grid; transform: none; }
	.sa-hero { padding-top: 64px; }
	.sa-hero-grid, .sa-location-hero-grid { grid-template-columns: 1fr; }
	.sa-hero-copy { max-width: 740px; }
	.sa-hero-form-wrap { width: min(100%, 650px); }
	.sa-trust-grid { grid-template-columns: repeat(2, 1fr); }
	.sa-trust-grid > span:nth-child(3) { border-top: 1px solid var(--sa-line); border-left: 0; }
	.sa-trust-grid > span:nth-child(4) { border-top: 1px solid var(--sa-line); }
	.sa-card-grid-3 { grid-template-columns: 1fr 1fr; }
	.sa-card-grid-3 > :last-child { grid-column: 1 / -1; }
	.sa-split, .sa-form-section-grid, .sa-guide-grid, .sa-faq-layout { grid-template-columns: 1fr; gap: 45px; }
	.sa-purifier-visual { min-height: 420px; }
	.sa-location-cards { grid-template-columns: 1fr; }
	.sa-process { grid-template-columns: 1fr 1fr; gap: 35px 0; }
	.sa-process li:nth-child(3) { padding-left: 0; }
	.sa-process li:nth-child(2)::after { display: none; }
	.sa-faq-layout .sa-section-head { position: static; }
	.sa-cta-inner { display: grid; }
	.sa-location-map-art { min-height: 360px; }
}

@media (max-width: 900px) {
	.sa-purification-grid { grid-template-columns: 1fr; gap: 40px; }
}

/* Mobile */
@media (max-width: 620px) {
	body.smart-aqua-site { padding-bottom: 68px; font-size: 15px; }
	.sa-container { width: min(100% - 28px, 1180px); }
	.sa-section { padding: 72px 0; }
	.sa-topbar-inner { min-height: 31px; justify-content: center; text-align: center; }
	.sa-topbar { font-size: .68rem; }
	.sa-brand { min-width: 0; }
	.sa-brand-mark { width: 39px; height: 39px; border-radius: 13px; }
	.sa-brand-copy strong { font-size: 1.08rem; }
	.sa-brand-copy small { font-size: .55rem; }
	.sa-logo { max-width: 180px; height: 48px; }
	.sa-hero { padding: 52px 0 98px; }
	.sa-hero-grid { gap: 40px; }
	.sa-hero-copy h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
	.sa-hero-actions .sa-button { width: 100%; }
	.sa-proof-list { margin-top: 24px; }
	.sa-lead-card { padding: 23px 18px; border-radius: 20px; }
	.sa-form-grid { grid-template-columns: 1fr; }
	.sa-field-full { grid-column: auto; }
	.sa-trust-grid { grid-template-columns: 1fr; }
	.sa-trust-grid > span { padding: 19px 15px; }
	.sa-trust-grid > span + span { border-top: 1px solid var(--sa-line); border-left: 0; }
	.sa-card-grid-3, .sa-card-grid-4 { grid-template-columns: 1fr; }
	.sa-card-grid-3 > :last-child { grid-column: auto; }
	.sa-feature-card { min-height: 0; padding: 28px; }
	.sa-mini-card { min-height: 0; }
	.sa-purifier-visual { min-height: 370px; transform: scale(.9); }
	.sa-purifier-visual::before { width: 320px; height: 320px; }
	.sa-orbit { inset: 35px 5px; }
	.sa-process { grid-template-columns: 1fr; gap: 28px; }
	.sa-process li, .sa-process li:nth-child(3) { padding: 0 0 0 72px; }
	.sa-process li > span { position: absolute; top: 0; left: 0; }
	.sa-process li::after { display: none !important; }
	.sa-cta-band { padding: 60px 0; }
	.sa-cta-inner .sa-hero-actions .sa-button { width: 100%; }
	.sa-subhero { padding: 61px 0 94px; }
	.sa-subhero h1, .sa-location-hero h1 { font-size: clamp(2.5rem, 13vw, 3.8rem); }
	.sa-subhero .sa-hero-actions .sa-button { width: 100%; }
	.sa-location-hero { padding: 65px 0; }
	.sa-location-map-art { min-height: 300px; transform: scale(.82); }
	.sa-faq button { padding: 20px 2px; }
	.sa-faq-answer { padding-right: 20px; }
	.sa-response-note { display: grid; padding: 25px; }
	.sa-footer { padding-top: 70px; }
	.sa-footer-grid { grid-template-columns: 1fr; gap: 34px; }
	.sa-footer-grid > div:last-child { grid-column: auto; }
	.sa-footer-bottom { display: grid; margin-top: 40px; }
	.sa-mobile-bar { position: fixed; z-index: 950; right: 10px; bottom: 9px; left: 10px; display: flex; min-height: 58px; padding: 6px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; align-items: center; justify-content: space-around; color: #fff; background: rgba(3,28,40,.96); box-shadow: 0 14px 40px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
	.sa-mobile-bar a { display: grid; min-width: 72px; place-items: center; gap: 1px; color: #fff; font-size: .65rem; font-weight: 750; }
	.sa-mobile-bar svg { width: 21px; height: 21px; color: #67ecf5; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	.smart-aqua-site *, .smart-aqua-site *::before, .smart-aqua-site *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
	.sa-js [data-sa-reveal] { opacity: 1; transform: none; }
}

