/*
Theme Name: AuraDCA 11.0
Theme URI: https://auradca.com
Author: AuraDCA
Description: Clinical Ethereality v8 — Single product, real images, scroll animations.
Version: 11.0.0
License: GNU General Public License v2 or later
Text Domain: auradca11
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;700;800&family=Inter:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght,FILL@100..700,0..1&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
    --primary: #00406c;
    --secondary: #006a6a;
    --secondary-container: #90efef;
    --on-secondary-container: #006e6e;
    --surface: #f8f9fa;
    --surface-container-lowest: #ffffff;
    --surface-container-low: #f3f4f5;
    --surface-container: #edeeef;
    --surface-container-high: #e7e8e9;
    --surface-dim: #d9dadb;
    --on-surface: #191c1d;
    --on-surface-variant: #40484e;
    --outline: #70787e;
    --outline-variant: #c0c7ce;
    --on-primary: #ffffff;
}

html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; color: var(--on-surface); background: var(--surface); -webkit-font-smoothing: antialiased; line-height: 1.6; }
h1,h2,h3,h4,h5,h6 { font-family: 'Manrope', sans-serif; line-height: 1.1; letter-spacing: -0.02em; color: var(--on-surface); }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--primary); text-decoration: none; }
.container { max-width: 1400px; margin: 0 auto; padding: 0 32px; }
.container--narrow { max-width: 900px; margin: 0 auto; padding: 0 32px; }

/* SCROLL REVEAL */
[data-reveal] { opacity: 0; transform: translateY(32px); transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1); }
[data-reveal="left"] { opacity: 0; transform: translateX(-28px); transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1); }
[data-reveal="right"] { opacity: 0; transform: translateX(28px); transition: opacity 0.65s cubic-bezier(0.22,1,0.36,1), transform 0.65s cubic-bezier(0.22,1,0.36,1); }
[data-reveal="scale"] { opacity: 0; transform: scale(0.96); transition: opacity 0.6s cubic-bezier(0.22,1,0.36,1), transform 0.6s cubic-bezier(0.22,1,0.36,1); }
[data-reveal].revealed { opacity: 1; transform: none; }
[data-reveal-stagger] > * { opacity: 0; transform: translateY(24px); transition: opacity 0.55s cubic-bezier(0.22,1,0.36,1), transform 0.55s cubic-bezier(0.22,1,0.36,1); }
[data-reveal-stagger].revealed > *:nth-child(1) { transition-delay: 0ms; }
[data-reveal-stagger].revealed > *:nth-child(2) { transition-delay: 80ms; }
[data-reveal-stagger].revealed > *:nth-child(3) { transition-delay: 160ms; }
[data-reveal-stagger].revealed > *:nth-child(4) { transition-delay: 240ms; }
[data-reveal-stagger].revealed > *:nth-child(5) { transition-delay: 320ms; }
[data-reveal-stagger].revealed > *:nth-child(6) { transition-delay: 400ms; }
[data-reveal-stagger].revealed > * { opacity: 1; transform: none; }

/* SECTION DIVIDER */
.section-divider { height: 5px; background: linear-gradient(90deg, #00406c 0%, #1b588a 40%, #00b4d8 70%, #90efef 100%); border: none; width: 100%; display: block; }

/* TRUST BADGE STRIP */
.trust-badge-strip { background: linear-gradient(135deg, #00406c, #1b588a); padding: 14px 0; }
.trust-badge-strip-inner { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.trust-badge-item { display: flex; align-items: center; gap: 8px; padding: 6px 20px; color: white; font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 600; border-right: 1px solid rgba(255,255,255,0.2); white-space: nowrap; }
.trust-badge-item:last-child { border-right: none; }
.trust-badge-item .material-symbols-outlined { font-size: 18px; color: #90efef; }

/* NAV */
.site-header { position: fixed; top: 0; width: 100%; z-index: 100; background: rgba(255,255,255,0.85); backdrop-filter: blur(20px); -webkit-backdrop-filter: blur(20px); box-shadow: 0 1px 0 rgba(25,28,29,0.06); }
.nav-inner { display: flex; justify-content: space-between; align-items: center; padding: 16px 32px; max-width: 1400px; margin: 0 auto; }
.nav-logo { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; color: #00456e; text-decoration: none; letter-spacing: -0.04em; }
.nav-links { display: flex; align-items: center; gap: 32px; list-style: none; }
.nav-links a { font-family: 'Manrope', sans-serif; font-weight: 500; font-size: 15px; color: #475569; text-decoration: none; transition: color 0.2s; }
.nav-links a:hover { color: #00406c; }
.nav-cta { background: linear-gradient(135deg, #00406c, #1b588a) !important; color: white !important; padding: 10px 22px !important; border-radius: 6px !important; font-weight: 600 !important; }
.nav-toggle { display: none; cursor: pointer; flex-direction: column; gap: 5px; }
.nav-toggle span { width: 24px; height: 2px; background: var(--on-surface); border-radius: 2px; }

/* HERO */
.hero { min-height: 100vh; display: flex; align-items: center; padding-top: 80px; background: var(--surface); position: relative; overflow: hidden; }
.hero-bg-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.1; z-index: 0; }
.hero-bg-overlay { position: absolute; inset: 0; background: linear-gradient(to right, var(--surface) 45%, transparent); z-index: 1; }
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-eyebrow { display: inline-block; padding: 4px 12px; background: var(--secondary-container); color: var(--on-secondary-container); font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; border-radius: 2px; margin-bottom: 24px; }
.hero h1 { font-size: clamp(72px, 12vw, 140px); font-weight: 800; color: var(--primary); line-height: 0.85; margin-bottom: 28px; letter-spacing: -0.04em; }
.hero-subtitle { font-family: 'Manrope', sans-serif; font-size: clamp(20px, 3vw, 32px); font-weight: 300; color: var(--on-surface-variant); margin-bottom: 32px; line-height: 1.3; }
.hero-subtitle strong { font-weight: 700; color: var(--on-surface); }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-trust-badges { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 36px; }
.hero-trust-badge { display: flex; align-items: center; gap: 6px; background: rgba(0,64,108,0.07); border: 1px solid rgba(0,64,108,0.15); border-radius: 99px; padding: 6px 14px 6px 8px; font-size: 12px; font-weight: 600; color: var(--primary); font-family: 'Manrope', sans-serif; }
.hero-trust-badge .material-symbols-outlined { font-size: 15px; color: var(--secondary); }

/* STATS STRIP */
.stats-strip { background: #fff; border-top: 1px solid var(--surface-dim); border-bottom: 1px solid var(--surface-dim); padding: 20px 0; }
.stats-strip-inner { display: flex; justify-content: center; align-items: stretch; flex-wrap: wrap; max-width: 1400px; margin: 0 auto; padding: 0 24px; }
.stat-item { display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 10px 28px; border-right: 1px solid var(--surface-dim); text-align: center; min-width: 130px; }
.stat-item:last-child { border-right: none; }
.stat-icon { width: 34px; height: 34px; border-radius: 50%; background: linear-gradient(135deg, #00406c, #1b588a); display: flex; align-items: center; justify-content: center; margin: 0 auto 6px; }
.stat-icon .material-symbols-outlined { font-size: 17px; color: white; }
.stat-value { font-family: 'Manrope', sans-serif; font-size: 18px; font-weight: 800; color: var(--primary); line-height: 1; margin-bottom: 2px; }
.stat-label { font-size: 10px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.1em; color: var(--on-surface-variant); }

/* SECTIONS */
.section { padding: 96px 0; }
.section--low { background: var(--surface-container-low); }
.section--surface { background: var(--surface); }
.section--blue-tint { background: #f0f7ff; }
.section-eyebrow { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.2em; color: var(--secondary); margin-bottom: 16px; display: block; }

/* BUTTONS */
.btn-primary { background: linear-gradient(135deg, #00406c, #1b588a); color: white; padding: 16px 32px; border-radius: 6px; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px; border: none; cursor: pointer; box-shadow: 0 12px 32px rgba(25,28,29,0.1); transition: opacity 0.2s; text-decoration: none; display: inline-block; }
.btn-primary:hover { opacity: 0.9; color: white; text-decoration: none; }
.btn-ghost { background: var(--surface-container-lowest); color: var(--primary); padding: 16px 32px; border-radius: 6px; font-family: 'Manrope', sans-serif; font-weight: 600; font-size: 15px; border: 1px solid rgba(192,199,206,0.3); transition: background 0.2s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost:hover { background: #f0f7ff; text-decoration: none; }

/* PRODUCT LISTING — image gallery + info */
.product-listing { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }

.product-gallery { position: sticky; top: 100px; }

.product-main-image { border-radius: 20px; overflow: hidden; background: white; border: 1px solid rgba(192,199,206,0.2); margin-bottom: 12px; box-shadow: 0 8px 40px rgba(0,64,108,0.08); }
.product-main-image img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 20px; }

.product-thumbnails { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.product-thumb { border-radius: 10px; overflow: hidden; background: white; border: 2px solid transparent; cursor: pointer; transition: border-color 0.2s, transform 0.2s; box-shadow: 0 2px 8px rgba(0,64,108,0.06); }
.product-thumb:hover { border-color: var(--primary); transform: translateY(-2px); }
.product-thumb.active { border-color: var(--primary); }
.product-thumb img { width: 100%; aspect-ratio: 1; object-fit: contain; padding: 6px; }

.product-info { padding-top: 8px; }
.product-badge-row { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 16px; }
.product-pill { display: inline-flex; align-items: center; gap: 4px; background: #dbeafe; color: #1e40af; font-size: 10px; font-weight: 700; padding: 4px 10px; border-radius: 99px; letter-spacing: 0.04em; font-family: 'Manrope', sans-serif; }
.product-pill .material-symbols-outlined { font-size: 12px; }
.product-pill--green { background: #d1fae5; color: #065f46; }
.product-pill--navy  { background: #1e3a5f; color: white; }

.product-info h1 { font-size: clamp(28px, 4vw, 42px); font-weight: 800; margin-bottom: 8px; letter-spacing: -0.03em; }
.product-info .product-subtitle { font-size: 16px; color: var(--on-surface-variant); margin-bottom: 24px; }

.product-price-block { display: flex; align-items: baseline; gap: 12px; margin-bottom: 8px; }
.product-price-main { font-family: 'Manrope', sans-serif; font-size: 38px; font-weight: 800; color: var(--primary); }
.product-price-unit { font-size: 14px; color: var(--outline); }

.product-stock-notice { display: flex; align-items: center; gap: 8px; background: #fff7ed; border: 1px solid #fed7aa; border-radius: 8px; padding: 12px 16px; margin-bottom: 28px; font-size: 14px; color: #92400e; font-weight: 500; }
.product-stock-notice .material-symbols-outlined { font-size: 18px; color: #f97316; flex-shrink: 0; }

.waitlist-block { background: #f0f7ff; border-radius: 14px; padding: 24px; margin-bottom: 28px; border: 1px solid rgba(0,64,108,0.1); }
.waitlist-block h4 { font-size: 15px; font-weight: 700; margin-bottom: 6px; color: var(--primary); }
.waitlist-block p { font-size: 13px; color: var(--on-surface-variant); margin-bottom: 16px; }
.waitlist-input-row { display: flex; gap: 0; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 12px rgba(0,64,108,0.1); }
.waitlist-input-row input { flex: 1; padding: 13px 16px; border: none; font-size: 15px; font-family: 'Inter', sans-serif; outline: none; background: white; }
.waitlist-input-row button { background: linear-gradient(135deg, #00406c, #1b588a); color: white; border: none; padding: 13px 20px; font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: opacity 0.2s; }
.waitlist-input-row button:hover { opacity: 0.9; }

.product-specs { margin-bottom: 28px; }
.product-spec-row { display: flex; justify-content: space-between; align-items: center; padding: 12px 0; border-bottom: 1px solid rgba(192,199,206,0.2); font-size: 14px; }
.product-spec-row:first-child { border-top: 1px solid rgba(192,199,206,0.2); }
.product-spec-label { color: var(--on-surface-variant); font-weight: 500; }
.product-spec-value { font-weight: 700; color: var(--on-surface); font-family: 'Manrope', sans-serif; }
.product-spec-value--green { color: #0d9f6e; }

.product-trust-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-top: 24px; }
.product-trust-item { background: white; border: 1px solid rgba(192,199,206,0.2); border-radius: 10px; padding: 14px 10px; text-align: center; box-shadow: 0 2px 8px rgba(0,64,108,0.04); }
.product-trust-item .material-symbols-outlined { font-size: 22px; color: var(--primary); display: block; margin-bottom: 6px; }
.product-trust-item span:last-child { font-size: 10px; font-weight: 700; color: var(--on-surface-variant); letter-spacing: 0.05em; line-height: 1.3; display: block; }

/* FEATURE CARDS (Olympia style) */
.feature-cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.feature-card { background: var(--surface-container-lowest); border: 1px solid rgba(192,199,206,0.2); border-radius: 16px; padding: 36px 36px 28px; text-decoration: none; color: var(--on-surface); display: flex; flex-direction: column; justify-content: space-between; min-height: 240px; transition: transform 0.25s, box-shadow 0.25s, border-color 0.25s; }
.feature-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(0,64,108,0.1); border-color: rgba(0,64,108,0.2); text-decoration: none; color: var(--on-surface); }
.feature-card--dark { background: #0d1b2a; border-color: rgba(255,255,255,0.08); color: white; }
.feature-card--dark:hover { color: white; }
.feature-card--blue { background: linear-gradient(135deg, #00406c, #1b588a); border-color: transparent; color: white; }
.feature-card--blue:hover { color: white; }
.feature-card-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--secondary); margin-bottom: 14px; display: block; }
.feature-card--dark .feature-card-eyebrow, .feature-card--blue .feature-card-eyebrow { color: #90efef; }
.feature-card h3 { font-size: clamp(18px,2vw,24px); font-weight: 700; line-height: 1.25; margin-bottom: 14px; }
.feature-card--dark h3, .feature-card--blue h3 { color: white; }
.feature-card p { font-size: 14px; line-height: 1.7; color: var(--on-surface-variant); margin-bottom: 24px; flex-grow: 1; }
.feature-card--dark p { color: rgba(255,255,255,0.65); }
.feature-card--blue p { color: rgba(255,255,255,0.75); }
.feature-card-cta { font-family: 'Manrope', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--primary); display: inline-flex; align-items: center; gap: 6px; transition: gap 0.2s; }
.feature-card:hover .feature-card-cta { gap: 10px; }
.feature-card--dark .feature-card-cta, .feature-card--blue .feature-card-cta { color: rgba(255,255,255,0.9); }

/* DATA BENTO */
.data-bento { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto auto; gap: 16px; }
.data-bento-card { border-radius: 16px; padding: 32px; position: relative; overflow: hidden; }
.data-bento-card--stat { background: #f0f7ff; border: 1px solid rgba(0,64,108,0.12); display: flex; flex-direction: column; justify-content: flex-end; min-height: 200px; }
.data-bento-card--dark { background: #0d1b2a; color: white; min-height: 200px; display: flex; flex-direction: column; justify-content: flex-end; }
.data-bento-card--wide { grid-column: span 2; background: linear-gradient(135deg,#00406c,#1b588a); color: white; padding: 28px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 110px; }
.data-bento-card::before { content: ''; position: absolute; right: -30px; top: -30px; width: 120px; height: 120px; border-radius: 50%; background: rgba(0,64,108,0.06); pointer-events: none; }
.data-bento-card--dark::before { background: rgba(255,255,255,0.04); }
.bento-eyebrow { font-size: 10px; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--secondary); margin-bottom: 8px; display: block; }
.data-bento-card--dark .bento-eyebrow, .data-bento-card--wide .bento-eyebrow { color: #90efef; }
.bento-big-number { font-family: 'Manrope', sans-serif; font-size: clamp(42px,5vw,64px); font-weight: 800; color: var(--primary); line-height: 1; letter-spacing: -0.03em; margin-bottom: 6px; }
.data-bento-card--dark .bento-big-number { color: white; }
.bento-label { font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.12em; color: var(--on-surface-variant); }
.data-bento-card--dark .bento-label { color: rgba(255,255,255,0.5); }
.bento-icon-bg { width: 48px; height: 48px; border-radius: 12px; background: rgba(0,64,108,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.data-bento-card--dark .bento-icon-bg { background: rgba(255,255,255,0.1); }
.bento-icon-bg .material-symbols-outlined { font-size: 24px; color: var(--primary); }
.data-bento-card--dark .bento-icon-bg .material-symbols-outlined { color: #90efef; }
.bento-wide-title { font-family: 'Manrope', sans-serif; font-size: clamp(16px,2vw,22px); font-weight: 700; color: white; margin: 0; line-height: 1.3; }
.bento-wide-badge { background: rgba(255,255,255,0.15); border: 1px solid rgba(255,255,255,0.25); border-radius: 99px; padding: 8px 16px; font-size: 12px; font-weight: 700; color: white; white-space: nowrap; display: flex; align-items: center; gap: 6px; flex-shrink: 0; }

/* TRUST GRID */
.trust-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: center; }
.trust-features { display: grid; grid-template-columns: 1fr 1fr; gap: 28px; margin-top: 48px; }
.trust-feature { display: flex; align-items: flex-start; gap: 16px; }
.trust-feature-icon { background: linear-gradient(135deg,#00406c,#1b588a); padding: 10px; border-radius: 10px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.trust-feature-icon .material-symbols-outlined { font-size: 20px; color: white; }
.trust-feature h4 { font-size: 14px; font-weight: 700; margin-bottom: 4px; }
.trust-feature p { font-size: 12px; color: var(--on-surface-variant); }

/* EMAIL CAPTURE */
.email-capture-strip { background: linear-gradient(135deg,#00406c,#1b588a 60%,#006a6a); padding: 56px 0; text-align: center; }
.email-capture-strip h2 { font-size: clamp(22px,4vw,38px); font-weight: 800; color: white; margin-bottom: 10px; }
.email-capture-strip p { font-size: 16px; color: rgba(255,255,255,0.75); margin-bottom: 28px; }
.email-capture-form { display: flex; max-width: 460px; margin: 0 auto; border-radius: 8px; overflow: hidden; box-shadow: 0 8px 32px rgba(0,0,0,0.25); }
.email-capture-form input[type="email"] { flex: 1; padding: 14px 20px; border: none; font-size: 15px; font-family: 'Inter',sans-serif; outline: none; background: white; }
.email-capture-form button { background: #00b4d8; color: white; border: none; padding: 14px 22px; font-family: 'Manrope',sans-serif; font-size: 14px; font-weight: 700; cursor: pointer; white-space: nowrap; transition: opacity 0.2s; }
.email-capture-form button:hover { opacity: 0.9; }

/* FAQ ACCORDION */
.faq-accordion { max-width: 100%; }
.faq-item { border: 1px solid rgba(192,199,206,0.25); border-radius: 12px; margin-bottom: 12px; overflow: hidden; background: white; box-shadow: 0 2px 8px rgba(0,64,108,0.04); transition: box-shadow 0.2s; }
.faq-item.open { box-shadow: 0 4px 20px rgba(0,64,108,0.1); }
.faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 24px; cursor: pointer; user-select: none; gap: 16px; }
.faq-question h3 { font-size: 17px; font-weight: 700; color: var(--on-surface); margin: 0; line-height: 1.4; }
.faq-toggle { width: 30px; height: 30px; border-radius: 50%; background: linear-gradient(135deg,#00406c,#1b588a); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.faq-toggle .material-symbols-outlined { font-size: 18px; color: white; transition: transform 0.3s; }
.faq-item.open .faq-toggle .material-symbols-outlined { transform: rotate(45deg); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.35s ease; }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer-inner { padding: 16px 24px 22px; border-top: 1px solid rgba(192,199,206,0.2); }
.faq-answer-inner p { font-size: 16px; color: var(--on-surface-variant); line-height: 1.75; margin: 0; }
.faq-answer-inner a { color: var(--primary); text-decoration: underline; }

/* CAT FILTER */
.cat-btn { padding: 8px 18px; border-radius: 99px; font-family: 'Manrope',sans-serif; font-size: 13px; font-weight: 600; cursor: pointer; border: 2px solid var(--outline-variant); background: white; color: var(--on-surface-variant); transition: all 0.2s; }
.cat-btn:hover, .cat-btn.active { background: var(--primary); border-color: var(--primary); color: white; }

/* FOOTER */
.site-footer { background: #f8fafc; border-top: 1px solid var(--surface-dim); padding: 56px 0 32px; }
.footer-trust-row { display: flex; justify-content: center; align-items: center; gap: 24px; flex-wrap: wrap; padding: 18px 0; border-bottom: 1px solid rgba(192,199,206,0.2); margin-bottom: 44px; }
.footer-trust-item { display: flex; align-items: center; gap: 6px; font-size: 12px; font-weight: 600; color: var(--on-surface-variant); }
.footer-trust-item .material-symbols-outlined { font-size: 15px; color: var(--primary); }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; margin-bottom: 44px; }
.footer-logo { font-family: 'Manrope',sans-serif; font-size: 20px; font-weight: 800; color: #00456e; margin-bottom: 16px; }
.footer-desc { font-size: 14px; color: #64748b; line-height: 1.7; margin-bottom: 24px; }
.footer-heading { font-size: 14px; font-weight: 600; color: #00456e; margin-bottom: 20px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 12px; }
.footer-links a { font-size: 14px; color: #64748b; text-decoration: none; transition: color 0.2s; }
.footer-links a:hover { color: #006a6a; }
.footer-bottom { border-top: 1px solid rgba(192,199,206,0.3); padding-top: 24px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; }
.footer-bottom p { font-size: 12px; color: #94a3b8; margin: 0; }
.footer-bottom a { font-size: 12px; color: #94a3b8; text-decoration: none; }
.footer-bottom a:hover { color: #006a6a; }

/* CONTACT */
.contact-layout { display: grid; grid-template-columns: 1fr 360px; gap: 56px; align-items: start; }
.contact-form-card { background: white; border-radius: 20px; padding: 48px; box-shadow: 0 8px 40px rgba(0,64,108,0.08); }
.contact-form-card h2 { font-size: 26px; margin-bottom: 6px; }
.contact-form-card > p { color: var(--on-surface-variant); margin-bottom: 32px; font-size: 15px; }
.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--on-surface); margin-bottom: 6px; font-family: 'Manrope',sans-serif; }
.form-group input, .form-group select, .form-group textarea { width: 100%; padding: 12px 16px; border: 1.5px solid var(--outline-variant); border-radius: 8px; font-size: 15px; font-family: 'Inter',sans-serif; color: var(--on-surface); background: var(--surface-container-low); outline: none; transition: border-color 0.2s; appearance: none; -webkit-appearance: none; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--primary); box-shadow: 0 0 0 3px rgba(0,64,108,0.1); background: white; }
.form-group textarea { resize: vertical; min-height: 120px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-submit { width: 100%; padding: 16px; background: linear-gradient(135deg,#00406c,#1b588a); color: white; border: none; border-radius: 8px; font-family: 'Manrope',sans-serif; font-size: 16px; font-weight: 700; cursor: pointer; margin-top: 8px; transition: opacity 0.2s; }
.contact-submit:hover { opacity: 0.9; }
.contact-sidebar { display: flex; flex-direction: column; gap: 16px; }
.contact-info-card { background: white; border-radius: 16px; padding: 26px; box-shadow: 0 4px 20px rgba(0,64,108,0.06); }
.contact-info-card h4 { font-size: 15px; font-weight: 700; color: var(--primary); margin-bottom: 18px; padding-bottom: 12px; border-bottom: 2px solid #dbeafe; }
.contact-info-item { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 14px; font-size: 14px; color: var(--on-surface-variant); line-height: 1.5; }
.contact-info-item:last-child { margin-bottom: 0; }
.contact-info-item-icon { width: 30px; height: 30px; border-radius: 8px; background: #dbeafe; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.contact-info-item-icon .material-symbols-outlined { font-size: 15px; color: var(--primary); }

/* GDPR COOKIE */
.cookie-banner { position: fixed; bottom: 0; left: 0; right: 0; background: rgba(13,17,23,0.97); backdrop-filter: blur(10px); z-index: 9999; padding: 20px 32px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; transform: translateY(100%); transition: transform 0.4s ease; }
.cookie-banner.visible { transform: translateY(0); }
.cookie-banner p { font-size: 13px; color: rgba(255,255,255,0.8); margin: 0; max-width: 700px; line-height: 1.6; }
.cookie-banner p a { color: #90efef; text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }
.cookie-btn-accept { background: linear-gradient(135deg,#00406c,#1b588a); color: white; border: none; padding: 10px 22px; border-radius: 6px; font-family: 'Manrope',sans-serif; font-weight: 700; font-size: 13px; cursor: pointer; transition: opacity 0.2s; }
.cookie-btn-accept:hover { opacity: 0.85; }
.cookie-btn-decline { background: transparent; color: rgba(255,255,255,0.6); border: 1px solid rgba(255,255,255,0.2); padding: 10px 18px; border-radius: 6px; font-family: 'Manrope',sans-serif; font-size: 13px; cursor: pointer; }

/* SHIPPING TABLE */
.shipping-table-wrap { border-radius: 16px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,64,108,0.08); margin-bottom: 48px; overflow-x: auto; }
.shipping-table { width: 100%; border-collapse: collapse; background: white; }
.shipping-table thead tr { background: linear-gradient(135deg,#00406c,#1b588a); }
.shipping-table thead th { padding: 15px 20px; color: white; font-family: 'Manrope',sans-serif; font-size: 13px; font-weight: 700; text-align: left; }
.shipping-table tbody tr:nth-child(even) { background: #f0f7ff; }
.shipping-table td { padding: 13px 20px; font-size: 14px; border-bottom: 1px solid rgba(192,199,206,0.15); }

/* SINGLE POST */
.post-content { max-width: 780px; margin: 0 auto; padding: 80px 32px; }
.post-content h1 { font-size: clamp(28px,4vw,48px); margin-bottom: 24px; }
.post-content h2 { font-size: 28px; margin: 40px 0 16px; }
.post-content p { font-size: 17px; line-height: 1.8; color: var(--on-surface-variant); margin-bottom: 20px; }

/* ABOUT */
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.about-value-card { background: white; border-radius: 16px; padding: 30px 24px; text-align: center; box-shadow: 0 4px 20px rgba(0,64,108,0.06); border-top: 4px solid var(--primary); }
.about-value-icon { width: 52px; height: 52px; border-radius: 50%; background: linear-gradient(135deg,#00406c,#1b588a); display: flex; align-items: center; justify-content: center; margin: 0 auto 14px; }
.about-value-icon .material-symbols-outlined { font-size: 24px; color: white; }
.about-value-card h3 { font-size: 17px; margin-bottom: 8px; }
.about-value-card p { font-size: 14px; color: var(--on-surface-variant); line-height: 1.65; margin: 0; }

/* MOBILE */
@media (max-width: 900px) {
    .product-listing { grid-template-columns: 1fr; gap: 40px; }
    .product-gallery { position: static; }
    .product-thumbnails { grid-template-columns: repeat(5,1fr); }
    .trust-grid { grid-template-columns: 1fr; gap: 40px; }
    .trust-features { grid-template-columns: 1fr; }
    .data-bento { grid-template-columns: 1fr; }
    .data-bento-card--wide { grid-column: span 1; flex-direction: column; align-items: flex-start; }
    .feature-cards-grid { grid-template-columns: 1fr; }
    .about-values { grid-template-columns: 1fr; }
    .contact-layout { grid-template-columns: 1fr; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .product-trust-row { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 768px) {
    .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; background: rgba(255,255,255,0.97); backdrop-filter: blur(20px); flex-direction: column; gap: 0; padding: 8px 0; box-shadow: 0 8px 32px rgba(0,0,0,0.1); }
    .nav-links.open { display: flex; }
    .nav-links li { width: 100%; }
    .nav-links a { display: block; padding: 12px 32px; font-size: 16px; }
    .nav-cta { margin: 8px 32px; border-radius: 6px !important; text-align: center; }
    .nav-toggle { display: flex; }
    .hero h1 { font-size: 64px; }
    .section { padding: 56px 0; }
    .container { padding: 0 20px; }
    .container--narrow { padding: 0 20px; }
    .trust-badge-item { font-size: 11px; padding: 5px 10px; }
    .stat-item { min-width: 50%; padding: 10px 12px; border-bottom: 1px solid var(--surface-dim); }
    .stat-item:nth-child(even) { border-right: none; }
    .footer-grid { grid-template-columns: 1fr; }
    .email-capture-form { flex-direction: column; }
    .form-row { grid-template-columns: 1fr; }
    .contact-form-card { padding: 24px 18px; }
}
