body {
    font-family: "Inter", Arial, sans-serif;
    background:#ffffff;
    color:#2a2a2a;
    margin:0;
    padding:0;
    line-height:1.6;
}
.container {
    max-width:1100px;
    margin:auto;
    padding:20px;
}

/* Header */
.header {padding:40px 20px; border-bottom:1px solid #e5e9f2;}
.header .tag {
    display:inline-block;
    background:#0048ff;
    color:#fff;
    padding:6px 12px;
    border-radius:6px;
    font-size:14px;
    font-weight:700;
    margin-bottom:14px;
}
.header h1 {
    font-size:32px;
    font-weight:800;
    color:#0d1e46;
    margin-bottom:10px;
}
.header p {
    max-width:800px;
    font-size:18px;
    color:#444;
}

/* Product Card */
.product-card {
    background:#f8faff;
    border:1px solid #d7e1f3;
    border-radius:16px;
    padding:25px;
    margin-bottom:40px;
    display:grid;
    grid-template-columns:260px 1fr 200px;
    gap:25px;
    position:relative;
}
.product-img-wrapper img {
    width:100%;
    border-radius:12px;
}

/* Badge */
.badge {
    position:absolute;
    top:12px;
    left:12px;
    background:#ffd700;
    padding:8px 14px;
    border-radius:8px;
    font-weight:700;
    font-size:14px;
    box-shadow:0 0 6px rgba(0,0,0,0.15);
}

/* Product Text */
.product-center h2 {
    font-size:22px;
    font-weight:800;
    color:#0d1e46;
    margin-bottom:6px;
}
.score {
    font-size:42px;
    font-weight:800;
    color:#0048ff;
    margin-bottom:6px;
}
.stars {color:#f6b400; font-size:20px; margin-bottom:12px;}

/* CTA */
.cta-box {
    display:flex;
    flex-direction:column;
    justify-content:center;
    border-left:1px solid #cdd6ea;
    padding-left:20px;
}
.cta-box .btn:hover{
    color: #ffffff;
}
.btn {
    background:#0048ff;
    color:#fff;
    padding:14px 0;
    text-align:center;
    display:block;
    border-radius:10px;
    text-decoration:none;
    font-size:18px;
    font-weight:700;
}
.btn:hover {background:#0033b8;}

.section-title {
    font-size:28px;
    font-weight:800;
    margin:40px 0 20px;
    color:#0d1e46;
}

/* Table */
.table-wrap {overflow-x:auto;}
table {width:100%; border-collapse:collapse;}
th, td {
    border:1px solid #d8e0f0;
    padding:12px;
    text-align:center;
}
th {background:#e8f0ff; font-weight:700;}

/* FAQ */
.faq-item {margin-bottom:20px;}
.faq-item h3 {font-size:18px; font-weight:700; color:#0d1e46;}
.go_link a {
    width: 100%;
    margin: 10px auto;
    border-radius: 5px;
    background: #f39c12;
    height: auto;
    text-align: center;
    padding: 15px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Mobile */
@media(max-width:900px){
    .go_link a{
        font-size: 15px;
    }
    header{
        height: 45px;
    }
    header .container{
        padding: 13px;
    }
    .hero-section .logo{
        font-size: 15px;
    }
    .product-card {
        grid-template-columns:1fr;
    }
    .cta-box {
        border-left:none;
        padding-left:0;
        border-top:1px solid #ccd6ea;
        padding-top:15px;
        margin-top:10px;
    }
    .score {font-size:32px;}
}

/* New hydration story sections */
.hydration-hero {
    background:linear-gradient(120deg, #e9f1ff 0%, #f8fbff 50%, #eef3ff 100%);
    border:1px solid #d7e1f3;
    border-radius:20px;
    padding:30px;
    margin-top:30px;
}
.hydration-grid {
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:28px;
    align-items:center;
}
.hydration-copy h2 {
    margin-top:8px;
    margin-bottom:12px;
    font-size:28px;
    color:#0d1e46;
}
.hydration-copy p {color:#3b455a;}
.pill {
    display:inline-block;
    background:#0048ff;
    color:#fff;
    padding:6px 12px;
    border-radius:12px;
    font-weight:700;
    font-size:13px;
    letter-spacing:0.3px;
}
.stat-row {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
    gap:14px;
    margin-top:18px;
}
.stat-card {
    background:#fff;
    border:1px solid #d7e1f3;
    border-radius:12px;
    padding:12px;
    text-align:center;
    box-shadow:0 4px 12px rgba(0,0,0,0.04);
}
.stat-number {
    font-size:28px;
    font-weight:800;
    color:#0048ff;
    display:block;
}
.hydration-media img {
    width:100%;
    border-radius:16px;
    box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

.hydration-card {
    background:#f8faff;
    border:1px solid #d7e1f3;
    border-radius:16px;
    padding:26px;
    margin-top:30px;
}
.split {
    display:grid;
    grid-template-columns:1.1fr 0.9fr;
    gap:22px;
    align-items:center;
}
.split.reverse {
    grid-template-columns:0.9fr 1.1fr;
}
.img-frame {
    background:#fff;
    border:1px solid #d7e1f3;
    border-radius:14px;
    padding:10px;
    box-shadow:0 8px 24px rgba(0,0,0,0.05);
}
.img-frame img {width:100%; border-radius:10px;}
.section-header p {color:#556072;}

.benefit-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:14px;
    margin:18px 0 10px;
}
.benefit-card {
    background:#f8faff;
    border:1px solid #d8e0f0;
    border-radius:12px;
    padding:14px 16px;
    font-weight:600;
    color:#243155;
    box-shadow:0 6px 16px rgba(0,0,0,0.03);
}
.benefit-card h4 {
    margin:0 0 6px;
    font-size:17px;
    color:#0d1e46;
}
.benefit-card p {margin:0; font-weight:500; color:#4a556a;}
.full-width-media img {width:100%; border-radius:14px; margin-top:14px;}

.feature-list {padding-left:18px; color:#2f3a52;}
.feature-list li {margin-bottom:10px;}

.icon-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
    gap:14px;
    margin-top:10px;
}
.icon-card {
    background:#fff;
    border:1px solid #d7e1f3;
    border-radius:12px;
    padding:14px;
    box-shadow:0 6px 14px rgba(0,0,0,0.04);
}
.icon-card h4 {margin:0 0 6px; color:#0d1e46;}
.icon-card p {margin:0; color:#4a556a;}

.how-it-works {align-items:flex-start;}
.step-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:12px;
}
.step-card {
    background:#fff;
    border:1px solid #d7e1f3;
    border-radius:12px;
    padding:14px;
    box-shadow:0 6px 16px rgba(0,0,0,0.04);
}
.step-number {
    display:inline-block;
    background:#0048ff;
    color:#fff;
    padding:4px 10px;
    border-radius:8px;
    font-weight:700;
    font-size:13px;
    margin-bottom:6px;
}
.step-card h4 {margin:4px 0 6px;}
.step-card p {margin:0; color:#4a556a;}

.results-section .split {align-items:flex-start;}
.results-grid {
    display:grid;
    grid-template-columns:1fr;
    gap:12px;
}
.result-card {
    background:#f8faff;
    border:1px solid #d7e1f3;
    border-radius:12px;
    padding:14px;
    box-shadow:0 6px 16px rgba(0,0,0,0.04);
}
.result-percent {
    font-size:30px;
    font-weight:800;
    color:#0048ff;
    margin-bottom:6px;
}
.result-note {margin:0; font-size:13px; color:#5a657a;}

.faq-grid {
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));
    gap:14px;
}

@media(max-width:900px){
    .hydration-grid,
    .split,
    .split.reverse {
        grid-template-columns:1fr;
    }
    .hydration-hero {padding:22px;}
    .hydration-card {padding:20px;}
}