/* =========================================================
   AQUABERG PUBLIC WEBSITE — PROFESSIONAL UI SYSTEM
   Public website only. Admin styles are not affected.
   ========================================================= */

:root {
    --aq-navy-950: #051923;
    --aq-navy-900: #082337;
    --aq-navy-850: #0b2d43;
    --aq-navy-800: #0d3550;
    --aq-blue-700: #0877a8;
    --aq-blue-600: #0b8fc2;
    --aq-cyan-500: #17a6c5;
    --aq-cyan-100: #dff6fb;
    --aq-cyan-50: #f0fbfd;
    --aq-ink: #122c3b;
    --aq-text: #294655;
    --aq-muted: #6a7f8a;
    --aq-soft: #f5f9fb;
    --aq-soft-2: #edf5f8;
    --aq-border: #dce8ed;
    --aq-border-strong: #c8dbe2;
    --aq-white: #ffffff;
    --aq-success: #157b5a;
    --aq-danger: #b03b3b;
    --aq-shadow-sm: 0 10px 30px rgba(5, 25, 35, .06);
    --aq-shadow-md: 0 22px 55px rgba(5, 25, 35, .10);
    --aq-shadow-lg: 0 34px 90px rgba(5, 25, 35, .15);
    --aq-radius-sm: 12px;
    --aq-radius: 18px;
    --aq-radius-lg: 28px;
    --aq-radius-xl: 36px;
    --aq-container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.aq-site {
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
    background: var(--aq-white);
    color: var(--aq-text);
    font-family: "Instrument Sans", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.aq-site img { display: block; max-width: 100%; }
.aq-site a { color: inherit; text-decoration: none; }
.aq-site button,
.aq-site input,
.aq-site select,
.aq-site textarea { font: inherit; }
.aq-site button { cursor: pointer; }
.aq-site h1,
.aq-site h2,
.aq-site h3,
.aq-site h4,
.aq-site p { margin-top: 0; }
.aq-container { width: min(calc(100% - 48px), var(--aq-container)); margin-inline: auto; }
.aq-narrow { max-width: 940px; }
.aq-sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.aq-skip-link { position: fixed; top: 10px; left: 10px; z-index: 9999; transform: translateY(-160%); padding: 10px 14px; border-radius: 10px; background: #fff; color: var(--aq-navy-950) !important; font-weight: 800; box-shadow: var(--aq-shadow-md); }
.aq-skip-link:focus { transform: translateY(0); }

/* ========================= TOP BAR ========================= */
.aq-announcement { background: var(--aq-navy-950); color: #d9edf4; font-size: 13px; }
.aq-announcement__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.aq-announcement__message { display: inline-flex; align-items: center; gap: 9px; font-weight: 650; letter-spacing: .01em; }
.aq-live-dot { width: 7px; height: 7px; border-radius: 50%; background: #39c6d5; box-shadow: 0 0 0 4px rgba(57,198,213,.12); }
.aq-announcement__links { display: flex; align-items: center; gap: 22px; }
.aq-announcement__links a { color: #d9edf4 !important; transition: color .2s ease; }
.aq-announcement__links a:hover { color: #fff !important; }

/* ========================= HEADER ========================= */
.aq-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,232,237,.82); backdrop-filter: blur(18px); transition: box-shadow .25s ease, border-color .25s ease; }
.aq-header.is-scrolled { box-shadow: 0 15px 36px rgba(5,25,35,.08); border-bottom-color: transparent; }
.aq-header__inner { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.aq-brand { display: inline-flex; align-items: center; gap: 11px; flex: 0 0 auto; }
.aq-brand img { width: auto; height: 46px; max-width: 190px; object-fit: contain; }
.aq-brand__mark { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 14px; background: linear-gradient(145deg, var(--aq-blue-600), var(--aq-cyan-500)); color: #fff; font-size: 22px; font-weight: 900; box-shadow: 0 12px 30px rgba(11,143,194,.22); }
.aq-brand__name { color: var(--aq-navy-950); font-weight: 900; font-size: 22px; letter-spacing: -.035em; }
.aq-nav { margin-left: auto; display: flex; align-items: center; gap: 4px; }
.aq-nav a { position: relative; padding: 12px 13px; border-radius: 10px; color: #395462 !important; font-size: 14px; font-weight: 750; transition: color .2s ease, background .2s ease; }
.aq-nav a:hover { color: var(--aq-blue-700) !important; background: var(--aq-cyan-50); }
.aq-nav a.is-active { color: var(--aq-blue-700) !important; background: #edf8fb; }
.aq-header__actions { display: flex; align-items: center; gap: 10px; }
.aq-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--aq-border); border-radius: 13px; background: #fff; padding: 11px; }
.aq-menu-toggle span { display: block; height: 2px; margin: 5px 0; border-radius: 999px; background: var(--aq-navy-900); transition: transform .2s ease, opacity .2s ease; }

/* ========================= BUTTONS — LOCKED CONTRAST ========================= */
.aq-site a.aq-btn,
.aq-site button.aq-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 21px;
    border: 1px solid transparent;
    border-radius: 13px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1;
    text-align: center;
    text-decoration: none !important;
    white-space: nowrap;
    opacity: 1 !important;
    visibility: visible !important;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease, border-color .2s ease;
}
.aq-site a.aq-btn:hover,
.aq-site button.aq-btn:hover { transform: translateY(-2px); }
.aq-site .aq-btn > span { color: inherit !important; }
.aq-site a.aq-btn--nav,
.aq-site a.aq-btn--nav:visited { min-height: 48px; padding-inline: 18px; background: var(--aq-navy-900) !important; border-color: var(--aq-navy-900) !important; color: #fff !important; box-shadow: 0 10px 24px rgba(8,35,55,.14); }
.aq-site a.aq-btn--nav:hover { background: var(--aq-blue-700) !important; border-color: var(--aq-blue-700) !important; color: #fff !important; }
.aq-site a.aq-btn--accent,
.aq-site button.aq-btn--accent,
.aq-site a.aq-btn--accent:visited { background: var(--aq-blue-700) !important; border-color: var(--aq-blue-700) !important; color: #fff !important; box-shadow: 0 14px 30px rgba(8,119,168,.20); }
.aq-site a.aq-btn--accent:hover,
.aq-site button.aq-btn--accent:hover { background: #066992 !important; border-color: #066992 !important; color: #fff !important; box-shadow: 0 18px 34px rgba(8,119,168,.26); }
.aq-site a.aq-btn--white,
.aq-site a.aq-btn--white:visited { background: #fff !important; border-color: #fff !important; color: var(--aq-navy-950) !important; box-shadow: 0 12px 28px rgba(5,25,35,.16); }
.aq-site a.aq-btn--white:hover { background: var(--aq-cyan-50) !important; border-color: var(--aq-cyan-50) !important; color: var(--aq-blue-700) !important; }
.aq-site a.aq-btn--outline,
.aq-site a.aq-btn--outline:visited { background: #fff !important; border-color: var(--aq-border-strong) !important; color: var(--aq-navy-900) !important; }
.aq-site a.aq-btn--outline:hover { border-color: var(--aq-blue-700) !important; color: var(--aq-blue-700) !important; background: #f8fdff !important; }
.aq-site a.aq-btn--glass,
.aq-site a.aq-btn--glass:visited { background: rgba(255,255,255,.11) !important; border-color: rgba(255,255,255,.32) !important; color: #fff !important; backdrop-filter: blur(10px); }
.aq-site a.aq-btn--glass:hover { background: #fff !important; color: var(--aq-navy-950) !important; border-color: #fff !important; }
.aq-btn--full { width: 100%; }

/* ========================= COMMON TYPOGRAPHY ========================= */
.aq-kicker { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 15px; color: var(--aq-blue-700); font-size: 12px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.aq-kicker::before { content: ""; width: 20px; height: 2px; border-radius: 999px; background: currentColor; }
.aq-kicker--light { color: #8fe0ef; }
.aq-text-link { display: inline-flex; align-items: center; gap: 7px; color: var(--aq-blue-700) !important; font-size: 14px; font-weight: 850; }
.aq-text-link span { transition: transform .2s ease; }
.aq-text-link:hover span { transform: translateX(4px); }
.aq-rich-copy { color: var(--aq-text); line-height: 1.82; font-size: 15px; }
.aq-rich-copy > *:last-child { margin-bottom: 0; }

/* ========================= HERO ========================= */
.aq-hero { background: #071f30; }
.aq-hero-slider { position: relative; min-height: 660px; overflow: hidden; background: #071f30; }
.aq-hero-slide { position: absolute; inset: 0; opacity: 0; visibility: hidden; transition: opacity .65s ease, visibility .65s ease; }
.aq-hero-slide.is-active { opacity: 1; visibility: visible; z-index: 2; }
.aq-hero-slide__media { position: absolute; inset: 0; }
.aq-hero-slide__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; transform: scale(1.02); transition: transform 7s ease; }
.aq-hero-slide.is-active .aq-hero-slide__media img { transform: scale(1.07); }
.aq-hero-slide__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,34,.92) 0%, rgba(4,22,34,.74) 42%, rgba(4,22,34,.34) 72%, rgba(4,22,34,.14) 100%); }
.aq-hero-slide__content { position: relative; z-index: 3; min-height: 660px; display: flex; align-items: center; padding-block: 80px 120px; }
.aq-hero-copy-card { width: min(690px, 100%); color: #fff; }
.aq-hero-copy-card h1 { margin-bottom: 20px; color: #fff; font-size: clamp(44px, 6vw, 78px); line-height: .98; letter-spacing: -.058em; font-weight: 900; text-wrap: balance; }
.aq-hero-copy-card p { max-width: 610px; margin-bottom: 30px; color: #d4e6ed; font-size: clamp(16px, 1.7vw, 20px); line-height: 1.7; }
.aq-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.aq-hero-trust { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 32px; color: #d6ebf0; font-size: 13px; font-weight: 700; }
.aq-hero-trust span::before { content: "✓"; margin-right: 7px; color: #70d2e4; font-weight: 900; }
.aq-hero-controls { position: absolute; z-index: 7; left: 50%; bottom: 34px; transform: translateX(-50%); display: flex; align-items: center; gap: 12px; }
.aq-slider-arrow { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(255,255,255,.10); color: #fff; backdrop-filter: blur(9px); transition: background .2s ease; }
.aq-slider-arrow:hover { background: #fff; color: var(--aq-navy-950); }
.aq-slider-dots { display: flex; align-items: center; gap: 7px; padding: 9px 12px; border-radius: 999px; background: rgba(4,22,34,.35); backdrop-filter: blur(8px); }
.aq-slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 999px; background: rgba(255,255,255,.48); transition: width .2s ease, background .2s ease; }
.aq-slider-dots button.is-active { width: 25px; background: #fff; }

.aq-hero-fallback { min-height: 660px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 70px; padding-block: 90px; }
.aq-hero-fallback__copy h1 { max-width: 700px; margin-bottom: 22px; color: #fff; font-size: clamp(46px, 6vw, 76px); line-height: .98; letter-spacing: -.06em; }
.aq-hero-fallback__copy p { max-width: 630px; margin-bottom: 30px; color: #bdd2db; font-size: 18px; line-height: 1.75; }
.aq-hero-fallback .aq-kicker { color: #72d0e3; }
.aq-hero-fallback__visual { position: relative; height: 470px; display: grid; place-items: center; border-radius: var(--aq-radius-xl); background: radial-gradient(circle at 50% 45%, rgba(32,173,202,.22), transparent 52%), linear-gradient(145deg, #0d3550, #071f30); border: 1px solid rgba(255,255,255,.09); overflow: hidden; }
.aq-water-orbit { position: absolute; border: 2px solid rgba(98,209,229,.24); border-radius: 50%; }
.aq-water-orbit--one { width: 340px; height: 340px; }
.aq-water-orbit--two { width: 230px; height: 230px; border-color: rgba(98,209,229,.42); }
.aq-water-core { width: 118px; height: 118px; display: grid; place-items: center; border-radius: 34px; background: linear-gradient(145deg, #0c8dbb, #32b7cf); color: #fff; font-size: 46px; font-weight: 950; box-shadow: 0 25px 70px rgba(11,143,194,.30); }
.aq-hero-float-card { position: absolute; min-width: 160px; padding: 15px 17px; border-radius: 15px; background: rgba(255,255,255,.94); box-shadow: var(--aq-shadow-md); }
.aq-hero-float-card small { display: block; margin-bottom: 3px; color: var(--aq-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.aq-hero-float-card strong { color: var(--aq-navy-950); font-size: 14px; }
.aq-hero-float-card--one { top: 70px; left: 35px; }
.aq-hero-float-card--two { right: 32px; bottom: 62px; }

/* ========================= VALUE STRIP ========================= */
.aq-value-strip { background: #fff; border-bottom: 1px solid var(--aq-border); }
.aq-value-strip__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.aq-value-strip__grid > div { position: relative; padding: 28px 28px; border-right: 1px solid var(--aq-border); }
.aq-value-strip__grid > div:first-child { padding-left: 0; }
.aq-value-strip__grid > div:last-child { border-right: 0; padding-right: 0; }
.aq-value-strip__grid span { display: block; margin-bottom: 9px; color: var(--aq-blue-700); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.aq-value-strip__grid strong { display: block; margin-bottom: 5px; color: var(--aq-navy-950); font-size: 15px; }
.aq-value-strip__grid small { display: block; color: var(--aq-muted); font-size: 12px; line-height: 1.55; }

/* ========================= SECTIONS ========================= */
.aq-section { padding: 96px 0; }
.aq-section--soft { background: var(--aq-soft); }
.aq-section--dark { background: var(--aq-navy-950); color: #fff; }
.aq-section-head { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 42px; }
.aq-section-head > div { max-width: 760px; }
.aq-section-head h2 { margin: 0; color: var(--aq-navy-950); font-size: clamp(34px, 4.2vw, 54px); line-height: 1.06; letter-spacing: -.05em; font-weight: 900; text-wrap: balance; }
.aq-section-head p { max-width: 470px; margin: 0; color: var(--aq-muted); line-height: 1.75; }
.aq-section-head--light h2 { color: #fff; }
.aq-section-head--light p { color: #a9c2cc; }
.aq-section-head--center { justify-content: center; text-align: center; }

/* ========================= CATEGORY CARDS ========================= */
.aq-category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.aq-category-card { position: relative; min-height: 300px; overflow: hidden; border: 1px solid var(--aq-border); border-radius: 22px; background: #fff; box-shadow: 0 10px 26px rgba(5,25,35,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.aq-category-card:hover { transform: translateY(-6px); border-color: #b9dce6; box-shadow: var(--aq-shadow-md); }
.aq-category-card__media { height: 205px; padding: 18px; background: linear-gradient(145deg, #f8fcfd, #eef7fa); overflow: hidden; }
.aq-category-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.aq-category-card:hover .aq-category-card__media img { transform: scale(1.045); }
.aq-category-fallback { width: 100%; height: 100%; display: grid; place-items: center; background: radial-gradient(circle at 40% 35%, #e0f7fb, #edf6f9); }
.aq-category-fallback span { width: 72px; height: 72px; display: grid; place-items: center; border-radius: 22px; background: #fff; color: var(--aq-blue-700); font-size: 28px; font-weight: 950; box-shadow: var(--aq-shadow-sm); }
.aq-category-card__copy { padding: 20px 21px 22px; }
.aq-category-card__copy > span { color: var(--aq-muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.aq-category-card__copy strong { display: block; margin: 5px 0 10px; color: var(--aq-navy-950); font-size: 19px; letter-spacing: -.025em; }
.aq-category-card__copy small { color: var(--aq-blue-700); font-weight: 800; }

/* ========================= PRODUCT CARDS ========================= */
.aq-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
.aq-product-grid--three { grid-template-columns: repeat(3, minmax(0,1fr)); }
.aq-product-card { min-width: 0; overflow: hidden; border: 1px solid var(--aq-border); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(5,25,35,.035); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.aq-product-card:hover { transform: translateY(-6px); border-color: #bad9e2; box-shadow: var(--aq-shadow-md); }
.aq-product-card__media { position: relative; display: block; aspect-ratio: 1 / 1; padding: 22px; background: linear-gradient(145deg, #fbfdfe, #f2f8fa); overflow: hidden; }
.aq-product-card__media img { width: 100%; height: 100%; object-fit: contain; transition: transform .35s ease; }
.aq-product-card:hover .aq-product-card__media img { transform: scale(1.045); }
.aq-product-card__badges { position: absolute; top: 14px; left: 14px; display: flex; flex-wrap: wrap; gap: 6px; }
.aq-product-card__badges span { padding: 6px 9px; border-radius: 999px; background: rgba(8,35,55,.90); color: #fff; font-size: 10px; font-weight: 850; letter-spacing: .04em; backdrop-filter: blur(7px); }
.aq-product-card__body { padding: 20px; }
.aq-product-card__meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 9px; color: var(--aq-muted); font-size: 11px; font-weight: 750; text-transform: uppercase; letter-spacing: .04em; }
.aq-product-card__body h3 { margin-bottom: 9px; font-size: 18px; line-height: 1.28; letter-spacing: -.025em; }
.aq-product-card__body h3 a { color: var(--aq-navy-950) !important; }
.aq-product-card__body p { min-height: 42px; margin-bottom: 18px; color: var(--aq-muted); font-size: 13px; line-height: 1.6; }
.aq-product-card__footer { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; padding-top: 15px; border-top: 1px solid var(--aq-border); }
.aq-product-card__footer > span { color: var(--aq-blue-700); font-size: 11px; font-weight: 800; }
.aq-icon-link { width: 34px; height: 34px; flex: 0 0 34px; display: grid; place-items: center; border-radius: 10px; background: var(--aq-navy-900); color: #fff !important; font-size: 16px; transition: background .2s ease, transform .2s ease; }
.aq-icon-link:hover { background: var(--aq-blue-700); transform: translateX(2px); }
.aq-product-fallback { width: 100%; height: 100%; display: grid; place-items: center; border-radius: 16px; background: var(--aq-soft-2); }
.aq-product-fallback span { color: var(--aq-blue-700); font-size: 54px; font-weight: 950; }

/* ========================= STORY ========================= */
.aq-story-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 78px; }
.aq-story-media { position: relative; min-height: 520px; overflow: hidden; border-radius: 32px; background: linear-gradient(145deg, var(--aq-navy-900), #0a4865); box-shadow: var(--aq-shadow-lg); }
.aq-story-media::before { content: ""; position: absolute; width: 430px; height: 430px; border: 1px solid rgba(255,255,255,.12); border-radius: 50%; top: -170px; right: -120px; box-shadow: 0 0 0 70px rgba(255,255,255,.025), 0 0 0 140px rgba(255,255,255,.018); }
.aq-story-media__panel { position: absolute; left: 42px; bottom: 46px; z-index: 3; color: #fff; }
.aq-story-media__panel span { display: block; margin-bottom: 7px; color: #8edbea; font-size: 12px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.aq-story-media__panel strong { display: block; font-size: clamp(42px, 5vw, 68px); line-height: .95; letter-spacing: -.06em; }
.aq-story-media__panel small { display: block; margin-top: 13px; color: #bdd6df; font-size: 13px; }
.aq-story-media__wave { position: absolute; left: -9%; right: -9%; bottom: 0; height: 160px; border-radius: 50% 50% 0 0 / 35% 35% 0 0; background: linear-gradient(160deg, rgba(27,172,203,.90), rgba(8,119,168,.12)); transform: rotate(-4deg) translateY(60px); }
.aq-story-media__badge { position: absolute; right: 36px; top: 35px; z-index: 2; display: flex; align-items: center; gap: 10px; padding: 10px 14px; border-radius: 14px; background: rgba(255,255,255,.12); color: #fff; backdrop-filter: blur(10px); }
.aq-story-media__badge b { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 9px; background: #fff; color: var(--aq-blue-700); }
.aq-story-media__badge span { font-size: 13px; font-weight: 850; }
.aq-story-copy h2 { margin-bottom: 22px; color: var(--aq-navy-950); font-size: clamp(36px, 4.7vw, 58px); line-height: 1.04; letter-spacing: -.055em; }
.aq-story-copy > p { margin-bottom: 28px; color: var(--aq-muted); font-size: 16px; line-height: 1.82; }
.aq-story-points { display: grid; gap: 10px; margin-bottom: 28px; }
.aq-story-points > div { display: grid; grid-template-columns: 44px 1fr; gap: 15px; align-items: start; padding: 16px 0; border-bottom: 1px solid var(--aq-border); }
.aq-story-points b { color: var(--aq-blue-700); font-size: 12px; }
.aq-story-points strong { display: block; margin-bottom: 4px; color: var(--aq-navy-950); font-size: 15px; }
.aq-story-points small { color: var(--aq-muted); font-size: 12px; line-height: 1.5; }

/* ========================= FEATURE GRID ========================= */
.aq-feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.aq-feature-grid article { min-height: 250px; padding: 27px; border: 1px solid rgba(255,255,255,.09); border-radius: 20px; background: rgba(255,255,255,.035); transition: background .2s ease, transform .2s ease, border-color .2s ease; }
.aq-feature-grid article:hover { transform: translateY(-4px); background: rgba(255,255,255,.06); border-color: rgba(115,216,233,.20); }
.aq-feature-grid article > span { display: inline-flex; margin-bottom: 44px; color: #78d2e3; font-size: 12px; font-weight: 900; letter-spacing: .1em; }
.aq-feature-grid h3 { margin-bottom: 10px; color: #fff; font-size: 19px; }
.aq-feature-grid p { margin: 0; color: #9fb9c5; font-size: 13px; line-height: 1.72; }

/* ========================= STATS ========================= */
.aq-stats { padding: 0; background: #fff; border-block: 1px solid var(--aq-border); }
.aq-stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.aq-stats__grid > div { padding: 38px 28px; text-align: center; border-right: 1px solid var(--aq-border); }
.aq-stats__grid > div:last-child { border-right: 0; }
.aq-stats__grid strong { display: block; color: var(--aq-navy-950); font-size: 36px; line-height: 1; letter-spacing: -.04em; }
.aq-stats__grid span { display: block; margin-top: 8px; color: var(--aq-muted); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }

/* ========================= DEALER SECTION ========================= */
.aq-dealer-section { background: linear-gradient(180deg, #fff, #f7fbfc); }
.aq-dealer-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 74px; align-items: center; }
.aq-dealer-copy h2 { margin-bottom: 20px; color: var(--aq-navy-950); font-size: clamp(38px, 5vw, 60px); line-height: 1.02; letter-spacing: -.055em; }
.aq-dealer-copy > p { max-width: 680px; margin-bottom: 26px; color: var(--aq-muted); line-height: 1.8; }
.aq-check-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 22px; margin-bottom: 30px; }
.aq-check-grid span { position: relative; padding-left: 23px; color: var(--aq-text); font-size: 13px; font-weight: 750; }
.aq-check-grid span::before { content: "✓"; position: absolute; left: 0; color: var(--aq-blue-700); font-weight: 950; }
.aq-process-card { padding: 16px 30px; border: 1px solid var(--aq-border); border-radius: 26px; background: #fff; box-shadow: var(--aq-shadow-md); }
.aq-process-step { position: relative; display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 24px 0; border-bottom: 1px solid var(--aq-border); }
.aq-process-step:last-child { border-bottom: 0; }
.aq-process-step b { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: var(--aq-cyan-50); color: var(--aq-blue-700); font-size: 12px; }
.aq-process-step strong { display: block; margin-bottom: 4px; color: var(--aq-navy-950); font-size: 16px; }
.aq-process-step p { margin: 0; color: var(--aq-muted); font-size: 13px; line-height: 1.55; }

/* ========================= BRANDS / TESTIMONIALS ========================= */
.aq-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.aq-brand-card { min-height: 100px; display: grid; place-items: center; padding: 16px; border: 1px solid var(--aq-border); border-radius: 15px; background: #fff; }
.aq-brand-card img { max-height: 58px; width: auto; object-fit: contain; filter: saturate(.85); }
.aq-brand-card strong { color: var(--aq-navy-950); }
.aq-testimonials { background: #fff; }
.aq-testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.aq-testimonial-card { margin: 0; padding: 28px; border: 1px solid var(--aq-border); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(5,25,35,.03); }
.aq-stars { margin-bottom: 18px; color: #e9a426; letter-spacing: 3px; font-size: 13px; }
.aq-testimonial-card > p { min-height: 90px; color: var(--aq-text); font-size: 15px; line-height: 1.75; }
.aq-testimonial-card footer { display: flex; align-items: center; gap: 12px; padding-top: 18px; border-top: 1px solid var(--aq-border); }
.aq-testimonial-card footer img,
.aq-testimonial-card footer > span { width: 46px; height: 46px; border-radius: 13px; object-fit: cover; }
.aq-testimonial-card footer > span { display: grid; place-items: center; background: var(--aq-cyan-50); color: var(--aq-blue-700); font-weight: 900; }
.aq-testimonial-card footer strong { display: block; color: var(--aq-navy-950); font-size: 13px; }
.aq-testimonial-card footer small { display: block; margin-top: 2px; color: var(--aq-muted); font-size: 11px; }

/* ========================= APP SECTION ========================= */
.aq-app-section { overflow: hidden; background: linear-gradient(135deg, #071f30 0%, #0b3650 55%, #0877a8 125%); color: #fff; }
.aq-app-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.aq-phone-wrap { min-height: 540px; display: grid; place-items: center; position: relative; }
.aq-phone-wrap::before { content: ""; position: absolute; width: 430px; height: 430px; border-radius: 50%; background: rgba(38,177,205,.14); filter: blur(1px); box-shadow: 0 0 0 75px rgba(255,255,255,.025); }
.aq-phone { position: relative; z-index: 2; width: 270px; height: 540px; padding: 10px; border: 2px solid rgba(255,255,255,.35); border-radius: 42px; background: #061620; box-shadow: 0 36px 80px rgba(0,0,0,.34); }
.aq-phone__notch { position: absolute; top: 13px; left: 50%; z-index: 3; width: 88px; height: 22px; transform: translateX(-50%); border-radius: 999px; background: #061620; }
.aq-phone__screen { height: 100%; overflow: hidden; padding: 35px 16px 16px; border-radius: 32px; background: #f7fbfc; }
.aq-phone__top { display: flex; align-items: center; gap: 9px; color: var(--aq-navy-950); font-size: 12px; font-weight: 850; }
.aq-phone__top b { width: 29px; height: 29px; display: grid; place-items: center; border-radius: 9px; background: var(--aq-blue-700); color: #fff; }
.aq-phone__hero { height: 115px; margin-top: 18px; border-radius: 18px; background: linear-gradient(135deg, #0b8fc2, #0a4865); }
.aq-phone__chips { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-top: 12px; }
.aq-phone__chips i { height: 42px; border-radius: 11px; background: #e7f2f6; }
.aq-phone__products { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 12px; }
.aq-phone__products i { height: 105px; border: 1px solid #e1ebef; border-radius: 13px; background: #fff; }
.aq-app-copy h2 { max-width: 680px; margin-bottom: 20px; color: #fff; font-size: clamp(40px, 5vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.aq-app-copy > p { max-width: 670px; margin-bottom: 28px; color: #b9d2dc; font-size: 16px; line-height: 1.82; }
.aq-app-points { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 30px; }
.aq-app-points span { color: #e5f3f6; font-size: 13px; font-weight: 750; }
.aq-app-points span::before { content: "✓"; margin-right: 8px; color: #6bd1e3; }

/* ========================= FAQ ========================= */
.aq-faq-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 72px; align-items: start; }
.aq-faq-intro { position: sticky; top: 120px; }
.aq-faq-intro h2 { margin-bottom: 17px; color: var(--aq-navy-950); font-size: clamp(36px, 4vw, 52px); line-height: 1.04; letter-spacing: -.05em; }
.aq-faq-intro p { max-width: 430px; margin-bottom: 20px; color: var(--aq-muted); line-height: 1.75; }
.aq-faq-list { display: grid; gap: 10px; }
.aq-faq-list details { overflow: hidden; border: 1px solid var(--aq-border); border-radius: 15px; background: #fff; transition: border-color .2s ease, box-shadow .2s ease; }
.aq-faq-list details[open] { border-color: #b9dce6; box-shadow: 0 10px 26px rgba(5,25,35,.045); }
.aq-faq-list summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 22px; color: var(--aq-navy-950); font-size: 14px; font-weight: 850; cursor: pointer; }
.aq-faq-list summary::-webkit-details-marker { display: none; }
.aq-faq-list summary span { width: 30px; height: 30px; flex: 0 0 30px; display: grid; place-items: center; border-radius: 9px; background: var(--aq-cyan-50); color: var(--aq-blue-700); font-size: 18px; transition: transform .2s ease; }
.aq-faq-list details[open] summary span { transform: rotate(45deg); }
.aq-faq-list details p { margin: 0; padding: 0 22px 22px; color: var(--aq-muted); font-size: 14px; line-height: 1.75; }
.aq-faq-page { display: grid; gap: 50px; max-width: 960px; }
.aq-faq-group { display: grid; gap: 16px; }
.aq-faq-category { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.aq-faq-category > div span { display: block; color: var(--aq-navy-950); font-size: 22px; font-weight: 900; text-transform: capitalize; }
.aq-faq-category > div small { color: var(--aq-muted); font-size: 12px; }
.aq-faq-category strong { color: var(--aq-blue-700); font-size: 12px; }

/* ========================= PAGE HERO / BREADCRUMBS ========================= */
.aq-page-hero { position: relative; overflow: hidden; padding: 64px 0 72px; background: linear-gradient(180deg, #f5fafc, #fff); border-bottom: 1px solid var(--aq-border); }
.aq-page-hero::before { content: ""; position: absolute; width: 390px; height: 390px; right: -140px; top: -220px; border-radius: 50%; border: 1px solid rgba(8,119,168,.09); box-shadow: 0 0 0 60px rgba(8,119,168,.028), 0 0 0 120px rgba(8,119,168,.018); }
.aq-page-hero .aq-container { position: relative; z-index: 3; }
.aq-page-hero__content { max-width: 820px; margin-top: 34px; }
.aq-page-hero h1 { margin-bottom: 17px; color: var(--aq-navy-950); font-size: clamp(42px, 5.4vw, 68px); line-height: 1; letter-spacing: -.06em; }
.aq-page-hero p { max-width: 720px; margin: 0; color: var(--aq-muted); font-size: 16px; line-height: 1.75; }
.aq-page-hero--image { min-height: 430px; display: flex; align-items: center; }
.aq-page-hero--image.has-image { color: #fff; background: var(--aq-navy-950); }
.aq-page-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.aq-page-hero__overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,22,34,.90), rgba(4,22,34,.50)); }
.aq-page-hero--image.has-image h1 { color: #fff; }
.aq-page-hero--image.has-image p { color: #d4e7ed; }
.aq-page-hero--image.has-image .aq-breadcrumbs a,
.aq-page-hero--image.has-image .aq-breadcrumbs span { color: #c7dfe7 !important; }
.aq-page-hero--image.has-image .aq-breadcrumbs strong { color: #fff; }
.aq-breadcrumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; color: var(--aq-muted); font-size: 12px; }
.aq-breadcrumbs a { color: var(--aq-muted) !important; }
.aq-breadcrumbs a:hover { color: var(--aq-blue-700) !important; }
.aq-breadcrumbs strong { color: var(--aq-navy-900); font-weight: 800; }

/* ========================= CATEGORY DIRECTORY ========================= */
.aq-category-directory { display: grid; gap: 22px; }
.aq-category-directory-card { display: grid; grid-template-columns: minmax(330px,.85fr) 1.15fr; min-height: 330px; overflow: hidden; border: 1px solid var(--aq-border); border-radius: 24px; background: #fff; box-shadow: 0 10px 28px rgba(5,25,35,.035); }
.aq-category-directory-card__media { min-height: 330px; background: var(--aq-soft); overflow: hidden; }
.aq-category-directory-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.aq-category-directory-card:hover .aq-category-directory-card__media img { transform: scale(1.035); }
.aq-category-fallback--large { min-height: 330px; }
.aq-category-directory-card__body { display: flex; flex-direction: column; justify-content: center; padding: 38px 44px; }
.aq-category-directory-card__topline { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 14px; color: var(--aq-blue-700); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.aq-category-directory-card__topline small { color: var(--aq-muted); }
.aq-category-directory-card h2 { margin-bottom: 12px; color: var(--aq-navy-950); font-size: 30px; letter-spacing: -.04em; }
.aq-category-directory-card h2 a { color: var(--aq-navy-950) !important; }
.aq-category-directory-card p { max-width: 680px; margin-bottom: 18px; color: var(--aq-muted); line-height: 1.75; }
.aq-chip-row { display: flex; flex-wrap: wrap; gap: 8px; }
.aq-chip-row a { padding: 8px 11px; border: 1px solid var(--aq-border); border-radius: 999px; background: #fff; color: var(--aq-text) !important; font-size: 11px; font-weight: 750; transition: border-color .2s ease, color .2s ease, background .2s ease; }
.aq-chip-row a:hover { border-color: #acd5df; background: var(--aq-cyan-50); color: var(--aq-blue-700) !important; }
.aq-category-directory-card .aq-text-link { margin-top: 18px; }
.aq-chip-row--spaced { margin-bottom: 28px; }

/* ========================= FILTER / CATALOG ========================= */
.aq-catalog-layout { display: grid; grid-template-columns: 270px minmax(0,1fr); gap: 34px; align-items: start; }
.aq-filter-card { position: sticky; top: 112px; padding: 22px; border: 1px solid var(--aq-border); border-radius: 20px; background: #fff; box-shadow: var(--aq-shadow-sm); }
.aq-filter-card__head { padding-bottom: 17px; margin-bottom: 17px; border-bottom: 1px solid var(--aq-border); }
.aq-filter-card__head span { display: block; color: var(--aq-blue-700); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.aq-filter-card__head strong { display: block; margin-top: 4px; color: var(--aq-navy-950); font-size: 19px; }
.aq-filter-card form > label { display: grid; gap: 7px; margin-bottom: 14px; }
.aq-filter-card form > label > span { color: #526b77; font-size: 11px; font-weight: 800; }
.aq-filter-card input,
.aq-filter-card select,
.aq-inline-filter select,
.aq-contact-form input,
.aq-contact-form textarea,
.aq-public-form input,
.aq-public-form select,
.aq-public-form textarea { width: 100%; min-height: 45px; border: 1px solid var(--aq-border-strong); border-radius: 10px; background: #fff; color: var(--aq-ink); outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.aq-filter-card input,
.aq-filter-card select,
.aq-inline-filter select { padding: 0 12px; }
.aq-filter-card input:focus,
.aq-filter-card select:focus,
.aq-inline-filter select:focus,
.aq-contact-form input:focus,
.aq-contact-form textarea:focus,
.aq-public-form input:focus,
.aq-public-form select:focus,
.aq-public-form textarea:focus { border-color: #73bfd3; box-shadow: 0 0 0 4px rgba(23,166,197,.10); }
.aq-filter-checks { display: grid; gap: 9px; margin: 16px 0 20px; }
.aq-filter-checks label { display: flex; align-items: center; gap: 9px; color: var(--aq-text); font-size: 12px; font-weight: 700; }
.aq-filter-checks input { width: 17px; min-height: 17px; height: 17px; accent-color: var(--aq-blue-700); }
.aq-clear-filter { display: block; margin-top: 13px; text-align: center; color: var(--aq-muted) !important; font-size: 12px; font-weight: 750; }
.aq-clear-filter:hover { color: var(--aq-blue-700) !important; }
.aq-results-toolbar { min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--aq-border); }
.aq-results-toolbar strong { color: var(--aq-navy-950); font-size: 20px; }
.aq-results-toolbar span { color: var(--aq-muted); font-size: 13px; }
.aq-inline-filter { display: flex; gap: 9px; }
.aq-inline-filter select { width: auto; min-width: 150px; }
.aq-search-token { padding: 8px 11px; border-radius: 999px; background: var(--aq-cyan-50); color: var(--aq-blue-700); font-size: 11px; font-weight: 800; }
.aq-empty-wide { grid-column: 1 / -1; min-height: 180px; display: grid; place-items: center; align-content: center; gap: 5px; padding: 30px; border: 1px dashed var(--aq-border-strong); border-radius: 18px; background: #fbfdfe; color: var(--aq-muted); text-align: center; }
.aq-empty-wide strong { color: var(--aq-navy-950); }

/* ========================= PAGINATION ========================= */
.aq-pagination { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--aq-border); }
.aq-pagination > a,
.aq-pagination__disabled { min-width: 104px; color: var(--aq-text) !important; font-size: 12px; font-weight: 800; }
.aq-pagination > a:last-child { text-align: right; }
.aq-pagination__disabled { color: #a9b8bf !important; }
.aq-pagination__pages { display: flex; align-items: center; gap: 5px; }
.aq-pagination__pages a,
.aq-pagination__pages span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid var(--aq-border); border-radius: 10px; background: #fff; color: var(--aq-text) !important; font-size: 12px; font-weight: 800; }
.aq-pagination__pages .is-current { border-color: var(--aq-navy-900); background: var(--aq-navy-900); color: #fff !important; }
.aq-pagination__dots { border-color: transparent !important; background: transparent !important; }

/* ========================= PRODUCT DETAIL ========================= */
.aq-product-detail-section { padding: 40px 0 80px; }
.aq-product-detail-section .aq-breadcrumbs { margin-bottom: 30px; }
.aq-product-detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: start; }
.aq-gallery { min-width: 0; }
.aq-main-image { aspect-ratio: 1 / 1; display: grid; place-items: center; padding: 32px; border: 1px solid var(--aq-border); border-radius: 24px; background: linear-gradient(145deg, #fbfdfe, #f2f8fa); overflow: hidden; }
.aq-main-image img { width: 100%; height: 100%; object-fit: contain; }
.aq-thumb-row { display: flex; gap: 9px; margin-top: 12px; overflow-x: auto; padding-bottom: 4px; }
.aq-thumb-row button { width: 76px; height: 76px; flex: 0 0 76px; padding: 7px; border: 1px solid var(--aq-border); border-radius: 12px; background: #fff; }
.aq-thumb-row button.is-active { border-color: var(--aq-blue-700); box-shadow: 0 0 0 2px rgba(8,119,168,.10); }
.aq-thumb-row img { width: 100%; height: 100%; object-fit: contain; }
.aq-product-info { padding-top: 12px; }
.aq-product-labels { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 15px; }
.aq-product-labels span { padding: 6px 9px; border-radius: 999px; background: var(--aq-cyan-50); color: var(--aq-blue-700); font-size: 10px; font-weight: 850; }
.aq-product-info h1 { margin-bottom: 17px; color: var(--aq-navy-950); font-size: clamp(40px, 5vw, 62px); line-height: 1.02; letter-spacing: -.055em; }
.aq-product-lead { margin-bottom: 24px; color: var(--aq-muted); font-size: 15px; line-height: 1.8; }
.aq-product-code { display: grid; grid-template-columns: repeat(3,1fr); margin-bottom: 16px; border: 1px solid var(--aq-border); border-radius: 14px; overflow: hidden; }
.aq-product-code > div { padding: 14px 16px; border-right: 1px solid var(--aq-border); }
.aq-product-code > div:last-child { border-right: 0; }
.aq-product-code small { display: block; margin-bottom: 3px; color: var(--aq-muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.aq-product-code strong { color: var(--aq-navy-950); font-size: 13px; }
.aq-commercial-box { display: grid; grid-template-columns: 1fr 1.2fr; gap: 1px; overflow: hidden; margin-bottom: 15px; border: 1px solid var(--aq-border); border-radius: 15px; background: var(--aq-border); }
.aq-commercial-box > div { padding: 17px 18px; background: #fff; }
.aq-commercial-box span { display: block; margin-bottom: 4px; color: var(--aq-muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.aq-commercial-box strong { color: var(--aq-navy-950); font-size: 16px; }
.aq-commercial-box p { grid-column: 1 / -1; margin: 0; padding: 13px 18px; background: var(--aq-cyan-50); color: #55727f; font-size: 11px; line-height: 1.55; }
.aq-order-facts { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }
.aq-order-facts span { padding: 9px 11px; border-radius: 10px; background: var(--aq-soft); color: var(--aq-muted); font-size: 11px; }
.aq-order-facts b { color: var(--aq-navy-950); }
.aq-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.aq-variant-table { overflow: hidden; border: 1px solid var(--aq-border); border-radius: 16px; background: #fff; }
.aq-variant-table__row { display: grid; grid-template-columns: 1.3fr 1fr .8fr 1fr 1fr; align-items: center; gap: 14px; min-width: 720px; padding: 15px 18px; border-bottom: 1px solid var(--aq-border); font-size: 12px; color: var(--aq-text); }
.aq-variant-table__row:last-child { border-bottom: 0; }
.aq-variant-table__head { background: var(--aq-navy-900); color: #d8e9ef; font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.aq-variant-table__row strong { color: var(--aq-navy-950); }
.aq-variant-table__head strong { color: #fff; }
.aq-product-content-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: start; }
.aq-product-content-grid article h2 { margin-bottom: 25px; color: var(--aq-navy-950); font-size: 42px; letter-spacing: -.045em; }
.aq-product-content-grid article h3 { margin: 34px 0 10px; color: var(--aq-navy-950); font-size: 20px; }
.aq-product-content-grid aside { display: grid; gap: 14px; }
.aq-spec-card { padding: 23px; border: 1px solid var(--aq-border); border-radius: 17px; background: #fff; }
.aq-spec-card h3 { margin-bottom: 15px; color: var(--aq-navy-950); font-size: 16px; }
.aq-spec-card > div:not(.stack) { display: flex; align-items: start; justify-content: space-between; gap: 20px; padding: 10px 0; border-bottom: 1px solid var(--aq-border); }
.aq-spec-card > div:last-child { border-bottom: 0; }
.aq-spec-card span { color: var(--aq-muted); font-size: 11px; }
.aq-spec-card strong { color: var(--aq-navy-950); font-size: 12px; text-align: right; }
.aq-spec-card .stack { padding: 10px 0; border-bottom: 1px solid var(--aq-border); }
.aq-spec-card .stack:last-child { border-bottom: 0; }
.aq-spec-card .stack p { margin: 5px 0 0; color: var(--aq-text); font-size: 12px; line-height: 1.6; }
.aq-doc-link { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--aq-border); color: var(--aq-blue-700) !important; font-size: 12px; font-weight: 800; }
.aq-doc-link:last-child { border-bottom: 0; }

/* ========================= GENERIC CMS CONTENT ========================= */
.aq-content-shell { display: grid; grid-template-columns: minmax(0,1fr) 320px; gap: 58px; align-items: start; }
.aq-cms-content { min-width: 0; color: var(--aq-text); font-size: 15px; line-height: 1.86; }
.aq-cms-content h2 { margin: 38px 0 14px; color: var(--aq-navy-950); font-size: 30px; letter-spacing: -.035em; }
.aq-cms-content h3 { margin: 28px 0 10px; color: var(--aq-navy-950); font-size: 21px; }
.aq-cms-content a { color: var(--aq-blue-700) !important; font-weight: 750; }
.aq-cms-content img { height: auto; border-radius: 18px; }
.aq-cms-content table { width: 100%; border-collapse: collapse; overflow: hidden; border: 1px solid var(--aq-border); border-radius: 14px; }
.aq-cms-content th,
.aq-cms-content td { padding: 12px 14px; border-bottom: 1px solid var(--aq-border); text-align: left; }
.aq-cms-content th { background: var(--aq-soft); color: var(--aq-navy-950); }
.aq-sticky-cta { position: sticky; top: 120px; padding: 27px; border-radius: 20px; background: var(--aq-navy-900); color: #fff; box-shadow: var(--aq-shadow-md); }
.aq-sticky-cta h2 { margin-bottom: 10px; color: #fff; font-size: 26px; letter-spacing: -.035em; }
.aq-sticky-cta p { color: #bdd2db; font-size: 13px; line-height: 1.7; }
.aq-sticky-cta .aq-text-link { margin-top: 18px; color: #8fe0ef !important; }

/* ========================= CONTACT ========================= */
.aq-contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.aq-contact-copy > h2 { margin-bottom: 14px; color: var(--aq-navy-950); font-size: 40px; letter-spacing: -.045em; }
.aq-contact-copy > p { color: var(--aq-muted); line-height: 1.75; }
.aq-contact-cards { display: grid; gap: 10px; margin-top: 28px; }
.aq-contact-cards a { position: relative; display: grid; padding: 17px 48px 17px 18px; border: 1px solid var(--aq-border); border-radius: 15px; background: #fff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
.aq-contact-cards a:hover { transform: translateY(-2px); border-color: #afd5df; box-shadow: var(--aq-shadow-sm); }
.aq-contact-cards span { color: var(--aq-blue-700); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.aq-contact-cards strong { margin: 3px 0; color: var(--aq-navy-950); font-size: 15px; }
.aq-contact-cards small { color: var(--aq-muted); font-size: 11px; }
.aq-contact-cards b { position: absolute; right: 18px; top: 50%; transform: translateY(-50%); color: var(--aq-blue-700); }
.aq-address-card { margin-top: 24px; padding: 24px; border-radius: 18px; background: var(--aq-soft); }
.aq-address-card p { margin-bottom: 7px; color: var(--aq-text); white-space: pre-line; line-height: 1.7; }
.aq-address-card strong { color: var(--aq-navy-950); font-size: 12px; }
.aq-contact-form { padding: 30px; border: 1px solid var(--aq-border); border-radius: 22px; background: #fff; box-shadow: var(--aq-shadow-md); }
.aq-form-head { margin-bottom: 22px; }
.aq-form-head > span { color: var(--aq-blue-700); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.aq-form-head h2 { margin: 6px 0 7px; color: var(--aq-navy-950); font-size: 27px; }
.aq-form-head p { margin: 0; color: var(--aq-muted); font-size: 12px; }
.aq-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.aq-form-grid label { display: grid; gap: 7px; color: #506b78; font-size: 11px; font-weight: 800; }
.aq-form-grid label.full { grid-column: 1 / -1; }
.aq-contact-form input { padding: 0 12px; }
.aq-contact-form textarea { padding: 12px; resize: vertical; }
.aq-form-grid label small { color: var(--aq-danger); }
.aq-honeypot { position: absolute !important; left: -9999px !important; }
.aq-map-wrap { margin-top: 52px; }
.aq-map-wrap iframe { width: 100%; height: 430px; border: 0; border-radius: 22px; background: var(--aq-soft); }

/* ========================= DOWNLOAD APP ========================= */
.aq-download-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; }
.aq-download-copy h2 { margin-bottom: 18px; color: var(--aq-navy-950); font-size: clamp(38px, 4.8vw, 58px); line-height: 1.03; letter-spacing: -.055em; }
.aq-download-copy > p { color: var(--aq-muted); line-height: 1.8; }
.aq-download-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.aq-store-button { min-width: 176px; display: grid; padding: 10px 16px; border-radius: 12px; background: var(--aq-navy-950); color: #fff !important; }
.aq-store-button small { font-size: 9px; letter-spacing: .08em; }
.aq-store-button strong { font-size: 17px; }
.aq-coming-soon { display: block; padding: 13px 15px; border-radius: 12px; background: var(--aq-soft); color: var(--aq-muted); font-size: 12px; }
.aq-app-benefit-card { display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; border-radius: 24px; background: var(--aq-navy-950); box-shadow: var(--aq-shadow-lg); }
.aq-app-benefit-card > div { min-height: 220px; padding: 27px; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.aq-app-benefit-card > div:nth-child(2n) { border-right: 0; }
.aq-app-benefit-card > div:nth-last-child(-n+2) { border-bottom: 0; }
.aq-app-benefit-card span { color: #70d2e4; font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.aq-app-benefit-card strong { display: block; margin: 34px 0 8px; color: #fff; font-size: 16px; }
.aq-app-benefit-card p { margin: 0; color: #9db8c4; font-size: 12px; line-height: 1.65; }

/* ========================= DEALER REGISTRATION ========================= */
.aq-dealer-register-hero { padding: 82px 0; background: linear-gradient(135deg, #071f30, #0a4965); color: #fff; }
.aq-dealer-register-hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 70px; align-items: center; }
.aq-dealer-register-hero h1 { max-width: 700px; margin-bottom: 18px; color: #fff; font-size: clamp(44px, 5.6vw, 70px); line-height: .98; letter-spacing: -.06em; }
.aq-dealer-register-hero p { max-width: 680px; margin-bottom: 27px; color: #c1d9e1; font-size: 16px; line-height: 1.75; }
.aq-registration-steps { display: flex; flex-wrap: wrap; gap: 8px; }
.aq-registration-steps span { display: inline-flex; align-items: center; gap: 7px; padding: 8px 11px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.06); color: #e7f4f7; font-size: 11px; font-weight: 750; }
.aq-registration-steps b { color: #79d7e7; }
.aq-dealer-register-hero aside { padding: 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 22px; background: rgba(255,255,255,.08); backdrop-filter: blur(10px); }
.aq-dealer-register-hero aside > span { color: #fff; font-size: 16px; font-weight: 900; }
.aq-dealer-register-hero aside ul { margin: 18px 0 0; padding-left: 20px; color: #bad3dd; font-size: 13px; line-height: 1.85; }
.aq-public-form { display: grid; gap: 16px; }
.aq-public-form-card { padding: 28px; border: 1px solid var(--aq-border); border-radius: 20px; background: #fff; box-shadow: 0 8px 24px rgba(5,25,35,.025); }
.aq-form-section-title { display: grid; grid-template-columns: 44px 1fr; gap: 14px; align-items: start; margin-bottom: 22px; padding-bottom: 18px; border-bottom: 1px solid var(--aq-border); }
.aq-form-section-title > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 12px; background: var(--aq-cyan-50); color: var(--aq-blue-700); font-size: 11px; font-weight: 900; }
.aq-form-section-title h2 { margin: 0 0 4px; color: var(--aq-navy-950); font-size: 21px; }
.aq-form-section-title p { margin: 0; color: var(--aq-muted); font-size: 12px; }
.aq-public-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.aq-public-form-grid label { display: grid; gap: 7px; color: #526b77; font-size: 11px; font-weight: 800; }
.aq-public-form-grid label.full { grid-column: 1 / -1; }
.aq-public-form input,
.aq-public-form select { padding: 0 12px; }
.aq-public-form input[type="file"] { min-height: 47px; padding: 9px; background: #fbfdfe; }
.aq-checkbox-line { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; color: var(--aq-text); font-size: 12px; line-height: 1.5; }
.aq-checkbox-line input { width: 17px; min-height: 17px; height: 17px; flex: 0 0 17px; margin-top: 1px; accent-color: var(--aq-blue-700); }
.aq-checkbox-line a { color: var(--aq-blue-700) !important; font-weight: 800; }
.aq-shipping-fields { margin-top: 22px; padding-top: 20px; border-top: 1px solid var(--aq-border); }
.aq-shipping-fields h3 { margin-bottom: 16px; color: var(--aq-navy-950); font-size: 17px; }
.is-hidden { display: none !important; }
.aq-public-form-card > .aq-btn { margin-top: 22px; }
.aq-form-note { margin: 12px 0 0; color: var(--aq-muted); font-size: 11px; line-height: 1.5; text-align: center; }

/* ========================= SUCCESS / ALERTS ========================= */
.aq-success-section { min-height: 68vh; display: grid; place-items: center; padding: 90px 0; background: var(--aq-soft); }
.aq-success-card { max-width: 700px; margin: auto; padding: 50px; border: 1px solid var(--aq-border); border-radius: 28px; background: #fff; text-align: center; box-shadow: var(--aq-shadow-md); }
.aq-success-icon { width: 70px; height: 70px; display: grid; place-items: center; margin: 0 auto 20px; border-radius: 50%; background: #e9f8f2; color: var(--aq-success); font-size: 28px; font-weight: 900; }
.aq-success-card h1 { margin-bottom: 13px; color: var(--aq-navy-950); font-size: 40px; letter-spacing: -.045em; }
.aq-success-card > p { color: var(--aq-muted); line-height: 1.75; }
.aq-dealer-code { display: grid; gap: 4px; margin: 24px 0; padding: 18px; border-radius: 14px; background: var(--aq-cyan-50); }
.aq-dealer-code span { color: var(--aq-muted); font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.aq-dealer-code strong { color: var(--aq-navy-950); font-size: 24px; }
.aq-dealer-code small { color: var(--aq-muted); }
.aq-alert { margin-top: 18px; padding: 14px 16px; border-radius: 12px; font-size: 13px; line-height: 1.55; }
.aq-alert--success { border: 1px solid #bde3d4; background: #effaf5; color: #156849; }
.aq-alert--error { margin-bottom: 18px; border: 1px solid #edc4c4; background: #fff5f5; color: #8d3030; }
.aq-alert--error ul { margin-bottom: 0; }

/* ========================= FOOTER ========================= */
.aq-footer { padding: 64px 0 0; background: var(--aq-navy-950); color: #a8bfca; }
.aq-footer-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 38px 42px; margin-bottom: 58px; border: 1px solid rgba(255,255,255,.10); border-radius: 24px; background: linear-gradient(125deg, #0b4461, #0d8eb5); box-shadow: 0 28px 70px rgba(0,0,0,.18); }
.aq-footer-cta__copy { max-width: 760px; }
.aq-footer-cta h2 { margin-bottom: 9px; color: #fff; font-size: clamp(30px, 4vw, 44px); line-height: 1.04; letter-spacing: -.045em; }
.aq-footer-cta p { margin: 0; color: #d8edf2; line-height: 1.7; }
.aq-footer__grid { display: grid; grid-template-columns: 1.55fr .8fr .9fr 1fr; gap: 52px; padding-bottom: 50px; }
.aq-brand--footer .aq-brand__name { color: #fff; }
.aq-brand--footer img { max-height: 50px; }
.aq-footer__brand > p { max-width: 410px; margin: 18px 0; color: #9fb8c4; font-size: 13px; line-height: 1.75; }
.aq-footer__contacts { display: grid; gap: 7px; margin-bottom: 18px; }
.aq-footer__contacts a { width: fit-content; color: #c4dae2 !important; font-size: 12px; }
.aq-footer__contacts a:hover { color: #fff !important; }
.aq-socials { display: flex; gap: 7px; }
.aq-socials a { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.12); border-radius: 10px; color: #cce0e7 !important; font-size: 11px; font-weight: 900; transition: background .2s ease, color .2s ease; }
.aq-socials a:hover { background: #fff; color: var(--aq-navy-950) !important; }
.aq-footer__column h3 { margin-bottom: 17px; color: #fff; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }
.aq-footer__column a { display: block; width: fit-content; margin: 10px 0; color: #9fb8c4 !important; font-size: 12px; transition: color .2s ease, transform .2s ease; }
.aq-footer__column a:hover { color: #fff !important; transform: translateX(2px); }
.aq-footer__bottom { min-height: 70px; display: flex; align-items: center; justify-content: space-between; gap: 25px; border-top: 1px solid rgba(255,255,255,.08); color: #7894a0; font-size: 11px; }

/* ========================= RESPONSIVE ========================= */
@media (max-width: 1120px) {
    .aq-nav a { padding-inline: 9px; }
    .aq-site a.aq-btn--nav { display: none; }
    .aq-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
    .aq-category-grid { grid-template-columns: repeat(3,1fr); }
    .aq-feature-grid { grid-template-columns: repeat(2,1fr); }
    .aq-brand-grid { grid-template-columns: repeat(4,1fr); }
    .aq-footer__grid { grid-template-columns: 1.3fr .7fr .8fr .9fr; gap: 35px; }
}

@media (max-width: 900px) {
    .aq-container { width: min(calc(100% - 32px), var(--aq-container)); }
    .aq-announcement__links { display: none; }
    .aq-announcement__inner { justify-content: center; }
    .aq-header__inner { min-height: 72px; }
    .aq-menu-toggle { display: block; }
    .aq-nav { position: fixed; top: 82px; left: 16px; right: 16px; z-index: 1100; display: grid; gap: 3px; padding: 10px; border: 1px solid var(--aq-border); border-radius: 18px; background: #fff; box-shadow: var(--aq-shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-10px); transition: opacity .2s ease, visibility .2s ease, transform .2s ease; }
    .aq-menu-open .aq-nav { opacity: 1; visibility: visible; transform: translateY(0); }
    .aq-nav a { padding: 13px 14px; }
    .aq-hero-slider,
    .aq-hero-slide__content { min-height: 610px; }
    .aq-hero-slide__content { padding-bottom: 110px; }
    .aq-hero-slide__overlay { background: linear-gradient(90deg, rgba(4,22,34,.91), rgba(4,22,34,.55)); }
    .aq-hero-fallback { grid-template-columns: 1fr; gap: 30px; padding-block: 70px; }
    .aq-hero-fallback__visual { height: 390px; }
    .aq-value-strip__grid { grid-template-columns: 1fr 1fr; }
    .aq-value-strip__grid > div { border-bottom: 1px solid var(--aq-border); }
    .aq-value-strip__grid > div:nth-child(2) { border-right: 0; }
    .aq-value-strip__grid > div:nth-last-child(-n+2) { border-bottom: 0; }
    .aq-value-strip__grid > div:first-child { padding-left: 28px; }
    .aq-value-strip__grid > div:last-child { padding-right: 28px; }
    .aq-section { padding: 76px 0; }
    .aq-section-head { align-items: flex-start; flex-direction: column; gap: 18px; }
    .aq-category-grid { grid-template-columns: 1fr 1fr; }
    .aq-product-grid,
    .aq-product-grid--three { grid-template-columns: 1fr 1fr; }
    .aq-story-grid,
    .aq-dealer-grid,
    .aq-app-grid,
    .aq-faq-layout,
    .aq-contact-grid,
    .aq-download-grid,
    .aq-product-detail-grid,
    .aq-product-content-grid,
    .aq-content-shell,
    .aq-dealer-register-hero__grid { grid-template-columns: 1fr; }
    .aq-story-grid,
    .aq-dealer-grid,
    .aq-app-grid,
    .aq-faq-layout,
    .aq-contact-grid,
    .aq-download-grid,
    .aq-product-detail-grid,
    .aq-product-content-grid,
    .aq-dealer-register-hero__grid { gap: 42px; }
    .aq-story-media { min-height: 430px; }
    .aq-faq-intro,
    .aq-sticky-cta { position: static; }
    .aq-stats__grid { grid-template-columns: 1fr 1fr; }
    .aq-stats__grid > div:nth-child(2) { border-right: 0; }
    .aq-stats__grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--aq-border); }
    .aq-brand-grid { grid-template-columns: repeat(3,1fr); }
    .aq-testimonial-grid { grid-template-columns: 1fr 1fr; }
    .aq-footer__grid { grid-template-columns: 1.3fr 1fr 1fr; }
    .aq-footer__column:last-child { grid-column: 2 / 4; }
    .aq-footer-cta { align-items: flex-start; flex-direction: column; }
    .aq-catalog-layout { grid-template-columns: 1fr; }
    .aq-filter-card { position: static; }
    .aq-category-directory-card { grid-template-columns: 1fr; }
    .aq-category-directory-card__media { min-height: 280px; }
    .aq-product-info { padding-top: 0; }
    .aq-app-grid { text-align: left; }
    .aq-phone-wrap { min-height: 470px; order: 2; }
    .aq-app-copy { order: 1; }
}

@media (max-width: 620px) {
    .aq-container { width: min(calc(100% - 24px), var(--aq-container)); }
    .aq-announcement { display: none; }
    .aq-brand img { max-width: 145px; height: 40px; }
    .aq-brand__mark { width: 42px; height: 42px; border-radius: 12px; }
    .aq-brand__name { font-size: 19px; }
    .aq-nav { top: 78px; }
    .aq-hero-slider,
    .aq-hero-slide__content { min-height: 620px; }
    .aq-hero-slide__content { align-items: flex-end; padding: 70px 0 110px; }
    .aq-hero-slide__overlay { background: linear-gradient(180deg, rgba(4,22,34,.25), rgba(4,22,34,.90) 64%, rgba(4,22,34,.97)); }
    .aq-hero-copy-card h1 { font-size: clamp(38px, 12vw, 55px); }
    .aq-hero-copy-card p { font-size: 15px; }
    .aq-hero-actions { display: grid; grid-template-columns: 1fr; }
    .aq-hero-actions .aq-btn { width: 100%; }
    .aq-hero-trust { display: grid; gap: 7px; }
    .aq-hero-controls { bottom: 22px; justify-content: center; }
    .aq-hero-fallback__copy h1 { font-size: 46px; }
    .aq-hero-fallback__visual { height: 330px; }
    .aq-water-orbit--one { width: 270px; height: 270px; }
    .aq-water-orbit--two { width: 190px; height: 190px; }
    .aq-water-core { width: 96px; height: 96px; border-radius: 28px; font-size: 38px; }
    .aq-hero-float-card--one { top: 25px; left: 20px; }
    .aq-hero-float-card--two { right: 20px; bottom: 24px; }
    .aq-value-strip__grid { grid-template-columns: 1fr; }
    .aq-value-strip__grid > div { padding: 20px 0 !important; border-right: 0; border-bottom: 1px solid var(--aq-border) !important; }
    .aq-value-strip__grid > div:last-child { border-bottom: 0 !important; }
    .aq-section { padding: 62px 0; }
    .aq-section-head h2,
    .aq-story-copy h2,
    .aq-dealer-copy h2,
    .aq-app-copy h2,
    .aq-faq-intro h2,
    .aq-download-copy h2 { font-size: 36px; }
    .aq-category-grid,
    .aq-product-grid,
    .aq-product-grid--three,
    .aq-testimonial-grid { grid-template-columns: 1fr; }
    .aq-category-card { min-height: 0; }
    .aq-category-card__media { height: 190px; }
    .aq-story-media { min-height: 360px; }
    .aq-story-media__panel { left: 25px; bottom: 30px; }
    .aq-story-media__panel strong { font-size: 48px; }
    .aq-story-media__badge { right: 20px; top: 20px; }
    .aq-feature-grid { grid-template-columns: 1fr; }
    .aq-feature-grid article { min-height: 200px; }
    .aq-feature-grid article > span { margin-bottom: 28px; }
    .aq-stats__grid { grid-template-columns: 1fr 1fr; }
    .aq-stats__grid strong { font-size: 30px; }
    .aq-check-grid,
    .aq-app-points { grid-template-columns: 1fr; }
    .aq-process-card { padding-inline: 20px; }
    .aq-brand-grid { grid-template-columns: 1fr 1fr; }
    .aq-phone-wrap { min-height: 420px; }
    .aq-phone { width: 225px; height: 450px; border-radius: 34px; }
    .aq-phone__products i { height: 80px; }
    .aq-page-hero { padding: 46px 0 52px; }
    .aq-page-hero__content { margin-top: 25px; }
    .aq-page-hero h1 { font-size: 44px; }
    .aq-category-directory-card__body { padding: 26px 22px; }
    .aq-category-directory-card__media { min-height: 220px; }
    .aq-inline-filter { width: 100%; display: grid; grid-template-columns: 1fr; }
    .aq-inline-filter select { width: 100%; }
    .aq-results-toolbar { align-items: flex-start; flex-direction: column; }
    .aq-product-code { grid-template-columns: 1fr 1fr; }
    .aq-product-code > div:nth-child(2) { border-right: 0; }
    .aq-product-code > div:nth-child(3) { grid-column: 1 / -1; border-top: 1px solid var(--aq-border); border-right: 0; }
    .aq-commercial-box { grid-template-columns: 1fr; }
    .aq-commercial-box p { grid-column: auto; }
    .aq-variant-table { overflow-x: auto; }
    .aq-form-grid,
    .aq-public-form-grid { grid-template-columns: 1fr; }
    .aq-form-grid label.full,
    .aq-public-form-grid label.full { grid-column: auto; }
    .aq-contact-form,
    .aq-public-form-card { padding: 22px 18px; }
    .aq-app-benefit-card { grid-template-columns: 1fr; }
    .aq-app-benefit-card > div { min-height: 170px; border-right: 0 !important; border-bottom: 1px solid rgba(255,255,255,.08) !important; }
    .aq-app-benefit-card > div:last-child { border-bottom: 0 !important; }
    .aq-footer { padding-top: 44px; }
    .aq-footer-cta { padding: 28px 22px; margin-bottom: 42px; }
    .aq-footer-cta .aq-btn { width: 100%; }
    .aq-footer__grid { grid-template-columns: 1fr 1fr; gap: 34px 24px; }
    .aq-footer__brand { grid-column: 1 / -1; }
    .aq-footer__column:last-child { grid-column: auto; }
    .aq-footer__bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding: 18px 0; }
    .aq-success-card { padding: 35px 20px; }
    .aq-success-card h1 { font-size: 34px; }
    .aq-pagination { align-items: stretch; flex-direction: column; }
    .aq-pagination > a,
    .aq-pagination__disabled { text-align: center !important; }
    .aq-pagination__pages { justify-content: center; }
}
