/*
Theme Name: AuraDCA 7.0
Theme URI: https://auradca.com
Author: AuraDCA
Description: Clinical Ethereality — Atmospheric Precision v5. Enhanced mobile, blue dividers, icon widgets, accordion FAQ, full Contact page.
Version: 7.0.0
License: GNU General Public License v2 or later
Text Domain: auradca7
*/

@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;
    --primary-container: #1b588a;
    --secondary: #006a6a;
    --secondary-container: #90efef;
    --on-secondary-container: #006e6e;
    --surface: #f8f9fa;
    --surface-bright: #f8f9fa;
    --surface-container-lowest: #ffffff;
    --surface-container-low: #f3f4f5;
    --surface-container: #edeeef;
    --surface-container-high: #e7e8e9;
    --surface-container-highest: #e1e3e4;
    --surface-dim: #d9dadb;
    --on-surface: #191c1d;
    --on-surface-variant: #40484e;
    --outline: #70787e;
    --outline-variant: #c0c7ce;
    --on-primary: #ffffff;
    --blue-light-bg: #dbeafe;
}

html { scroll-behavior: smooth; }

body {
    font-family: 'Inter', -apple-system, 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; }

/* BLUE 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 0%, #1b588a 100%);
    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;
    letter-spacing: 0.02em;
    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.7);
    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;
    letter-spacing: -0.01em;
}

.nav-links a:hover { color: #00406c; }

.nav-cta {
    background: linear-gradient(135deg, #00406c 0%, #1b588a 100%);
    color: white !important;
    padding: 10px 22px;
    border-radius: 6px;
    font-weight: 600 !important;
    font-size: 14px !important;
    transition: opacity 0.2s !important;
    box-shadow: 0px 12px 32px rgba(25,28,29,0.08);
}

.nav-cta:hover { opacity: 0.9; }

/* HERO */
.hero {
    min-height: 100vh;
    display: flex;
    align-items: center;
    padding-top: 80px;
    background: var(--surface);
    position: relative;
    overflow: hidden;
    justify-content: flex-start;
}

.hero-bg-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.15;
    z-index: 0;
}

.hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--surface) 40%, transparent);
    z-index: 1;
}

.hero-content { position: relative; z-index: 2; max-width: 700px; }

.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(22px, 3vw, 36px);
    font-weight: 300;
    color: var(--on-surface-variant);
    letter-spacing: -0.02em;
    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 */
.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); }

.hero-float {
    position: absolute;
    bottom: 48px;
    right: 0;
    width: 380px;
    background: rgba(255,255,255,0.7);
    backdrop-filter: blur(20px);
    padding: 32px;
    border-radius: 16px 0 0 16px;
    border: 1px solid rgba(192,199,206,0.15);
    box-shadow: 0px 12px 32px rgba(25,28,29,0.04);
    z-index: 2;
}

.hero-float-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(0,106,106,0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    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; }

/* PRODUCTS GRID */
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; }

.product-card {
    background: var(--surface-container-lowest);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0px 12px 32px rgba(25,28,29,0.04);
    transition: transform 0.3s ease;
}

.product-card:hover { transform: translateY(-4px); }

.product-card-image {
    aspect-ratio: 4/3;
    background: var(--surface-container-low);
    overflow: hidden;
    position: relative;
}

.product-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s ease; }
.product-card:hover .product-card-image img { transform: scale(1.08); }

.product-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255,255,255,0.8);
    backdrop-filter: blur(12px);
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 700;
    border-radius: 2px;
    border: 1px solid rgba(192,199,206,0.15);
    color: var(--on-surface);
}

.product-features {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    margin-bottom: 18px;
}

.product-feature-tag {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #dbeafe;
    color: #1e40af;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 99px;
    letter-spacing: 0.03em;
}

.product-feature-tag .material-symbols-outlined { font-size: 12px; }

.product-card-body { padding: 28px; }
.product-card-body h3 { font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.product-card-body p { font-size: 14px; color: var(--on-surface-variant); line-height: 1.6; margin-bottom: 14px; }

.product-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    border-top: 1px solid rgba(192,199,206,0.15);
}

.product-tag { font-size: 11px; font-weight: 700; color: var(--secondary); text-transform: uppercase; letter-spacing: 0.12em; }
.product-price { font-family: 'Manrope', sans-serif; font-size: 22px; font-weight: 800; color: var(--primary); }
.out-of-stock { font-size: 12px; color: var(--on-surface-variant); margin-top: 6px; }

/* COMPARISON TABLE */
.comparison-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 16px;
    box-shadow: 0 4px 24px rgba(0,64,108,0.08);
    margin-top: 56px;
}

.comparison-table { width: 100%; border-collapse: collapse; background: white; min-width: 560px; }
.comparison-table thead tr { background: linear-gradient(135deg, #00406c, #1b588a); }
.comparison-table thead th { padding: 18px 20px; color: white; font-family: 'Manrope', sans-serif; font-size: 13px; font-weight: 700; text-align: center; }
.comparison-table thead th:first-child { text-align: left; }
.comparison-table tbody tr:nth-child(even) { background: #f0f7ff; }
.comparison-table tbody tr:hover { background: #dbeafe; transition: background 0.15s; }
.comparison-table td { padding: 14px 20px; font-size: 14px; color: var(--on-surface); border-bottom: 1px solid rgba(192,199,206,0.2); text-align: center; vertical-align: middle; }
.comparison-table td:first-child { text-align: left; font-weight: 600; color: var(--on-surface-variant); font-size: 13px; }
.comparison-table .best-for { font-size: 11px; background: #dbeafe; color: #1e40af; padding: 3px 8px; border-radius: 99px; font-weight: 700; }

/* 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;
    color: white;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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); }

/* BENTO */
.bento-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.bento-image { height: 256px; border-radius: 16px; overflow: hidden; position: relative; background: var(--surface-container-low); border: 1px solid rgba(192,199,206,0.15); }
.bento-image img { width: 100%; height: 100%; object-fit: cover; opacity: 0.6; }
.bento-image-label { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: 'Manrope',sans-serif; font-weight: 700; font-size: 12px; color: var(--primary); background: rgba(255,255,255,0.4); backdrop-filter: blur(8px); padding: 8px 16px; border-radius: 99px; }
.bento-stat { height: 320px; border-radius: 16px; padding: 32px; background: rgba(0,64,108,0.05); border-left: 4px solid var(--primary); display: flex; flex-direction: column; justify-content: flex-end; }
.bento-stat h5 { font-size: 52px; font-weight: 800; color: var(--primary); margin-bottom: 8px; }
.bento-stat p { font-size: 12px; font-weight: 600; color: rgba(0,64,108,0.7); text-transform: uppercase; letter-spacing: 0.15em; margin: 0; }
.bento-wide { grid-column: span 2; height: 192px; border-radius: 16px; padding: 32px; background: var(--surface-container-highest); display: flex; align-items: center; justify-content: space-between; position: relative; overflow: hidden; }

/* ARTICLES GRID */
.articles-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.article-card {
    background: var(--surface-container-lowest);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0px 12px 32px rgba(25,28,29,0.04);
    transition: transform 0.3s;
    text-decoration: none;
    color: var(--on-surface);
    display: block;
    border-top: 3px solid transparent;
}

.article-card:hover { transform: translateY(-3px); text-decoration: none; }
.article-card--blue { border-top-color: #1a56db; }
.article-card--purple { border-top-color: #7c3aed; }
.article-card--green { border-top-color: #0d9f6e; }

.article-thumb { height: 90px; display: flex; align-items: center; justify-content: center; }
.article-thumb--blue { background: linear-gradient(135deg,#1e3a8a,#1d4ed8); }
.article-thumb--purple { background: linear-gradient(135deg,#4c1d95,#7c3aed); }
.article-thumb--green { background: linear-gradient(135deg,#064e3b,#0d9f6e); }
.article-thumb .material-symbols-outlined { font-size: 36px; color: rgba(255,255,255,0.3); }

.article-meta { display: flex; align-items: center; justify-content: space-between; margin-bottom: 8px; }
.article-read-time { font-size: 10px; color: var(--outline); font-weight: 500; display: flex; align-items: center; gap: 3px; }
.article-read-time .material-symbols-outlined { font-size: 12px; }
.article-card-body { padding: 22px; }
.article-tag { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.12em; color: var(--secondary); }
.article-card h4 { font-size: 15px; font-weight: 700; margin-bottom: 8px; line-height: 1.3; margin-top: 4px; }
.article-card p { font-size: 13px; color: var(--on-surface-variant); line-height: 1.6; margin: 0; }

/* CATEGORY FILTER */
.category-filter { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 36px; }
.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; text-decoration: none; display: inline-block; }
.cat-btn:hover, .cat-btn.active { background: var(--primary); border-color: var(--primary); color: white; }

/* EMAIL CAPTURE STRIP */
.email-capture-strip {
    background: linear-gradient(135deg,#00406c 0%,#1b588a 60%,#006a6a 100%);
    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; color: var(--on-surface); }
.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; }

/* SECTION HEADER */
.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: 0px 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.15); cursor: pointer; transition: background 0.2s; text-decoration: none; display: inline-flex; align-items: center; gap: 8px; }
.btn-ghost:hover { background: var(--surface-bright); text-decoration: none; }

/* FAQ ACCORDION */
.faq-accordion { max-width: 800px; margin: 0 auto; }

.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; }

/* CONTACT PAGE */
.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, box-shadow 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; letter-spacing: 0.02em; }
.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); }

.contact-faq-shortcut { background: linear-gradient(135deg,#00406c,#1b588a); border-radius: 16px; padding: 26px; text-align: center; color: white; }
.contact-faq-shortcut h4 { color: white; font-size: 15px; margin-bottom: 8px; }
.contact-faq-shortcut p { font-size: 13px; color: rgba(255,255,255,0.75); margin-bottom: 18px; line-height: 1.5; }
.contact-faq-shortcut a { display: inline-block; background: rgba(255,255,255,0.15); color: white; padding: 9px 18px; border-radius: 6px; font-size: 13px; font-weight: 600; font-family: 'Manrope',sans-serif; border: 1px solid rgba(255,255,255,0.25); transition: background 0.2s; text-decoration: none; }
.contact-faq-shortcut a:hover { background: rgba(255,255,255,0.25); }

/* ABOUT PAGE */
.about-values { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 48px; }
.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; }

.about-timeline { position: relative; padding-left: 36px; margin-top: 32px; }
.about-timeline::before { content: ''; position: absolute; left: 10px; top: 0; bottom: 0; width: 3px; background: linear-gradient(to bottom,#00406c,#1b588a,#00b4d8); border-radius: 99px; }
.timeline-item { position: relative; margin-bottom: 28px; padding-bottom: 28px; border-bottom: 1px dashed rgba(192,199,206,0.3); }
.timeline-item:last-child { border-bottom: none; margin-bottom: 0; }
.timeline-dot { position: absolute; left: -30px; top: 4px; width: 14px; height: 14px; border-radius: 50%; background: white; border: 3px solid var(--primary); }
.timeline-year { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.15em; color: var(--secondary); margin-bottom: 4px; }
.timeline-item h4 { font-size: 15px; margin-bottom: 4px; }
.timeline-item p { font-size: 13px; color: var(--on-surface-variant); margin: 0; line-height: 1.6; }

.process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; margin-top: 40px; }
.process-step { text-align: center; padding: 24px 16px; background: white; border-radius: 14px; box-shadow: 0 4px 16px rgba(0,64,108,0.06); }
.process-step-num { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg,#00406c,#1b588a); color: white; font-family: 'Manrope',sans-serif; font-size: 17px; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto 12px; }
.process-step h4 { font-size: 14px; margin-bottom: 6px; }
.process-step p { font-size: 12px; color: var(--on-surface-variant); margin: 0; line-height: 1.6; }

.about-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 40px; }
.about-stat-card { background: var(--surface-container-low); border-radius: 12px; padding: 26px; text-align: center; }
.about-stat-icon { width: 42px; height: 42px; border-radius: 50%; background: linear-gradient(135deg,#00406c,#1b588a); display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.about-stat-icon .material-symbols-outlined { font-size: 20px; color: white; }
.about-stat-card .stat-num { font-family: 'Manrope',sans-serif; font-size: 34px; font-weight: 800; color: var(--primary); }
.about-stat-card .stat-desc { font-size: 13px; color: var(--on-surface-variant); margin-top: 4px; }

/* SHIPPING PAGE */
.shipping-stats { display: flex; background: linear-gradient(135deg,#00406c,#1b588a); border-radius: 16px; overflow: hidden; margin-bottom: 48px; flex-wrap: wrap; }
.shipping-stat { flex: 1; min-width: 160px; padding: 26px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,0.15); }
.shipping-stat:last-child { border-right: none; }
.shipping-stat-icon { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.15); display: flex; align-items: center; justify-content: center; margin: 0 auto 8px; }
.shipping-stat-icon .material-symbols-outlined { font-size: 19px; color: white; }
.shipping-stat-val { font-family: 'Manrope',sans-serif; font-size: 20px; font-weight: 800; color: white; }
.shipping-stat-lbl { font-size: 11px; color: rgba(255,255,255,0.7); margin-top: 2px; letter-spacing: 0.04em; }

.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); color: var(--on-surface); }

.packaging-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; margin-top: 36px; }
.packaging-step { background: white; border-radius: 12px; padding: 22px 16px; text-align: center; box-shadow: 0 2px 12px rgba(0,64,108,0.05); border-top: 3px solid var(--primary); }
.packaging-step .material-symbols-outlined { font-size: 30px; color: var(--primary); margin-bottom: 8px; display: block; }
.packaging-step h4 { font-size: 13px; font-weight: 700; margin-bottom: 5px; }
.packaging-step p { font-size: 12px; color: var(--on-surface-variant); margin: 0; line-height: 1.5; }

/* RESEARCH JUMP NAV */
.research-jump-nav { display: flex; gap: 10px; flex-wrap: wrap; padding: 16px 0; }
.jump-link { display: inline-flex; align-items: center; gap: 6px; padding: 9px 16px; background: white; border: 2px solid rgba(0,64,108,0.2); border-radius: 8px; font-family: 'Manrope',sans-serif; font-size: 13px; font-weight: 700; color: var(--primary); text-decoration: none; transition: all 0.2s; }
.jump-link:hover { background: var(--primary); border-color: var(--primary); color: white; text-decoration: none; }
.jump-link .material-symbols-outlined { font-size: 15px; }

/* BLOG FEATURED */
.blog-featured { background: linear-gradient(135deg,#00406c,#1b588a); border-radius: 20px; padding: 48px; margin-bottom: 48px; position: relative; overflow: hidden; }
.blog-featured::after { content: ''; position: absolute; right: -40px; top: -40px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,0.05); }
.blog-featured-label { display: inline-block; background: rgba(255,255,255,0.15); color: #90efef; font-size: 10px; font-weight: 700; letter-spacing: 0.15em; text-transform: uppercase; padding: 4px 12px; border-radius: 2px; margin-bottom: 14px; }
.blog-featured h2 { font-size: clamp(20px,3vw,32px); color: white; margin-bottom: 12px; max-width: 560px; }
.blog-featured p { color: rgba(255,255,255,0.75); font-size: 15px; line-height: 1.7; max-width: 520px; margin-bottom: 24px; }
.blog-featured a.btn-blog { display: inline-block; background: white; color: var(--primary); padding: 12px 22px; border-radius: 6px; font-family: 'Manrope',sans-serif; font-weight: 700; font-size: 14px; text-decoration: none; transition: opacity 0.2s; }
.blog-featured a.btn-blog:hover { opacity: 0.9; text-decoration: none; }

/* 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; }

/* 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 h3 { font-size: 22px; margin: 32px 0 12px; }
.post-content p { font-size: 17px; line-height: 1.8; color: var(--on-surface-variant); margin-bottom: 20px; }
.post-content strong { color: var(--on-surface); }

/* WAITLIST FORM */
.waitlist-form input { width: 100%; padding: 12px 16px; border: none; border-bottom: 2px solid var(--outline-variant); background: var(--surface-container-low); font-size: 14px; color: var(--on-surface); outline: none; transition: border-color 0.2s; margin-bottom: 12px; border-radius: 0; }
.waitlist-form input:focus { border-bottom-color: var(--primary); }

/* GDPR COOKIE BANNER */
.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; }
.cookie-btn-decline:hover { border-color: rgba(255,255,255,0.5); }

/* MOBILE */
.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; }

@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; text-align: center; }
    .nav-toggle { display: flex; }
    .hero h1 { font-size: 64px; }
    .hero-float { display: none; }
    .hero-trust-badges { gap: 8px; }
    .hero-trust-badge { font-size: 11px; padding: 5px 10px 5px 6px; }
    .products-grid { grid-template-columns: 1fr; gap: 20px; }
    .trust-grid { grid-template-columns: 1fr; gap: 40px; }
    .trust-features { grid-template-columns: 1fr; gap: 18px; }
    .bento-grid { grid-template-columns: 1fr; }
    .articles-grid { grid-template-columns: 1fr; gap: 14px; }
    .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
    .section { padding: 56px 0; }
    .container { padding: 0 20px; }
    .container--narrow { padding: 0 20px; }
    .trust-badge-item { font-size: 11px; padding: 5px 12px; }
    .stat-item { min-width: 50%; padding: 12px 14px; border-bottom: 1px solid var(--surface-dim); }
    .stat-item:nth-child(even) { border-right: none; }
    .stat-item:nth-child(5), .stat-item:nth-child(6) { border-bottom: none; }
    .contact-layout { grid-template-columns: 1fr; gap: 28px; }
    .contact-form-card { padding: 24px 18px; }
    .form-row { grid-template-columns: 1fr; }
    .about-values { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; gap: 14px; }
    .about-stats { grid-template-columns: 1fr; }
    .shipping-stat { min-width: 50%; }
    .packaging-steps { grid-template-columns: 1fr 1fr; gap: 12px; }
    .blog-featured { padding: 26px 20px; }
    .email-capture-form { flex-direction: column; }
    .email-capture-form input[type="email"] { border-radius: 8px 8px 0 0; }
    .email-capture-form button { border-radius: 0 0 8px 8px; padding: 14px; }
    .cookie-banner { padding: 16px 20px; }
    .cookie-banner-actions { width: 100%; justify-content: flex-end; }
    .footer-trust-row { gap: 12px; }
    .research-jump-nav { gap: 6px; }
    .jump-link { font-size: 12px; padding: 7px 12px; }
    .category-filter { gap: 6px; }
    .cat-btn { font-size: 12px; padding: 6px 14px; }
}

@media (max-width: 480px) {
    .hero h1 { font-size: 50px; }
    .footer-grid { grid-template-columns: 1fr; }
    .process-steps { grid-template-columns: 1fr; }
    .packaging-steps { grid-template-columns: 1fr; }
    .stat-item { min-width: 100%; border-right: none; }
    .shipping-stat { min-width: 100%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.15); }
    .trust-badge-item { font-size: 10px; padding: 4px 8px; }
}

/* ═══════════════════════════════════════════
   v4.1 FIXES — spacing, blog, legal pages
   ═══════════════════════════════════════════ */

/* Fix large gap between page hero and content on legal/generic pages */
.page-template-default .post-content,
.page .post-content {
    padding-top: 0;
}

/* Blog featured block — make it a proper link */
a.blog-featured {
    display: block;
    text-decoration: none;
    cursor: pointer;
}

a.blog-featured:hover { opacity: 0.95; text-decoration: none; }
a.blog-featured:hover h2 { text-decoration: underline; text-decoration-color: rgba(255,255,255,0.5); }

/* Article card thumbnails — ensure they always show the gradient, never blank */
.article-thumb {
    height: 90px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.article-thumb--blue   { background: linear-gradient(135deg,#1e3a8a,#1d4ed8) !important; }
.article-thumb--purple { background: linear-gradient(135deg,#4c1d95,#7c3aed) !important; }
.article-thumb--green  { background: linear-gradient(135deg,#064e3b,#0d9f6e) !important; }
.article-thumb .material-symbols-outlined { font-size: 36px; color: rgba(255,255,255,0.35) !important; }

/* Shipping stats on light background */
.shipping-stats.light {
    background: transparent;
    flex-wrap: wrap;
}

/* Legal page numbered section layout */
.legal-section {
    display: flex;
    gap: 32px;
    margin-bottom: 48px;
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(192,199,206,0.25);
    align-items: flex-start;
}

.legal-section-num {
    font-family: 'Manrope', sans-serif;
    font-size: 13px;
    font-weight: 800;
    color: rgba(0,64,108,0.2);
    letter-spacing: 0.05em;
    min-width: 32px;
    padding-top: 4px;
}

.legal-section h2 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: var(--on-surface);
}

.legal-section p {
    font-size: 16px;
    color: var(--on-surface-variant);
    line-height: 1.8;
    margin: 0;
}

/* Hero banner for legal/shipping pages */
.page-hero-blue {
    background: linear-gradient(135deg, #00406c, #1b588a);
    padding: 72px 0 56px;
}

.page-hero-blue .eyebrow-pill {
    display: inline-block;
    background: rgba(255,255,255,0.15);
    color: #90efef;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding: 4px 12px;
    border-radius: 2px;
    margin-bottom: 20px;
}

.page-hero-blue h1 { font-size: clamp(36px,5vw,56px); color: white; margin-bottom: 12px; }
.page-hero-blue p  { color: rgba(255,255,255,0.7); font-size: 13px; }

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

.cat-btn:hover, .cat-btn.active {
    background: var(--primary);
    border-color: var(--primary);
    color: white;
}

/* Remove extra top padding on section when it follows divider directly */
.section-divider + section,
.section-divider + .section {
    margin-top: 0;
}

/* Mobile fixes for legal numbered layout */
@media (max-width: 600px) {
    .legal-section { flex-direction: column; gap: 12px; }
    .legal-section-num { display: none; }
}

/* ═══════════════════════════════════════════
   v6 — SCROLL REVEAL ANIMATIONS (Olympia style)
   ═══════════════════════════════════════════ */

[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;
}

/* Staggered children inside a reveal container */
[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;
}

/* ═══════════════════════════════════════════
   v6 — OLYMPIA-STYLE FEATURE CARDS
   (replaces article cards on homepage + blog)
   ═══════════════════════════════════════════ */

.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 ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.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 0%, #1b588a 100%);
    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 { color: #90efef; }
.feature-card--blue  .feature-card-eyebrow { color: rgba(255,255,255,0.6); }

.feature-card h3 {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
}

.feature-card--dark h3 { color: white; }
.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  { color: #90efef; }
.feature-card--blue .feature-card-cta  { color: rgba(255,255,255,0.9); }

/* ═══════════════════════════════════════════
   v6 — PURE CSS DATA BENTO (replaces broken image 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;
}

/* Decorative circle bg element */
.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); }
.data-bento-card--blue::before  { background: rgba(255,255,255,0.06); }

.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 { color: #90efef; }
.data-bento-card--wide  .bento-eyebrow { color: rgba(255,255,255,0.6); }

.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;
}

/* ═══════════════════════════════════════════
   v6 mobile fixes
   ═══════════════════════════════════════════ */

@media (max-width: 768px) {
    .feature-cards-grid { grid-template-columns: 1fr; }
    .feature-card { min-height: auto; padding: 28px 24px 22px; }
    .data-bento { grid-template-columns: 1fr; }
    .data-bento-card--wide { grid-column: span 1; flex-direction: column; align-items: flex-start; }
}

/* v7 mobile — about stats grid, faq 2-col */
@media (max-width: 768px) {
    .about-values { grid-template-columns: 1fr; }
}
@media (max-width: 900px) {
    /* FAQ 2-col becomes 1-col */
    .faq-two-col { grid-template-columns: 1fr !important; }
    .faq-sidebar-sticky { position: static !important; }
    /* About dark hero 2-col */
    .about-hero-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
    /* About process 2-col */
    .about-process-grid { grid-template-columns: 1fr !important; gap: 40px !important; }
    /* About stats 3-col */
    .about-stats-grid { grid-template-columns: 1fr !important; }
}

/* Description v7 */
