/* Gotham Font Entegrasyonu */
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.woff2') format('woff2');
    font-weight: bold;
    font-display: swap;
}

:root {
    --pharmacy-red: #e30613;
    --pharmacy-blue: #004a99;
    --text-dark: #1d1d1b;
    --bg-light: #f4f7f6;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gotham', sans-serif;
}

body {
    width: 100%;
    background-color: #fff;
    color: var(--text-dark);
    line-height: 1.4;
}

/* Üst Onay Bandı */
.top-approval-bar {
    width: 100%;
    background: var(--pharmacy-red);
    color: white;
    padding: 15px 5%;
}

.approval-content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.brand-logo {
    background: white;
    color: var(--pharmacy-red);
    font-size: 2rem;
    font-weight: bold;
    padding: 5px 15px;
    border-radius: 4px;
}

/* Hero Alanı */
.hero-health {
    width: 100%;
    background: linear-gradient(90deg, #fff 60%, var(--bg-light) 100%);
    padding: 60px 5%;
    overflow: hidden;
}

.hero-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1400px;
    margin: 0 auto;
}

.hero-text-content {
    flex: 1;
    min-width: 320px;
}

.badge-text {
    color: var(--pharmacy-blue);
    font-size: 1.1rem;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

h1 {
    font-size: clamp(2.5rem, 5vw, 4rem);
    color: var(--pharmacy-blue);
    margin-bottom: 20px;
}

.highlight-red {
    font-size: clamp(3rem, 6vw, 5.5rem);
    background: var(--pharmacy-red);
    color: white;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 15px;
}

.sub-delivery {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}

/* Liste Alanı */
.effects-list h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.effects-list ul {
    list-style: none;
}

.effects-list li {
    font-size: 1.3rem;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.check { color: var(--pharmacy-blue); font-weight: bold; }

/* Görsel Alanı */
.hero-image {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}

.hero-image img {
    max-width: 100%;
    height: auto;
}

/* CTA Bandı */
.cta-strip {
    width: 100%;
    padding: 40px 5%;
    background: #fff;
    text-align: center;
    border-top: 2px solid #eee;
}

.order-button {
    background: var(--pharmacy-red);
    color: white;
    padding: 20px 50px;
    font-size: 1.8rem;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.order-button:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

/* Mobil Uyumluluk */
@media (max-width: 992px) {
    .hero-container { flex-direction: column; text-align: center; }
    .hero-image { justify-content: center; margin-top: 40px; }
    .effects-list li { justify-content: center; }
}

/* Section 4 Stilleri */
.product-details {
    width: 100%;
    padding: 80px 5%;
    background: radial-gradient(circle at center, #ffffff, #e9eff5);
    position: relative;
}

/* Satış Rekoru Rozeti */
.stats-badge {
    background: #e30613;
    color: white;
    display: inline-block;
    padding: 15px 30px;
    border-radius: 12px;
    margin-bottom: 40px;
    position: relative;
    box-shadow: 0 10px 20px rgba(227, 6, 19, 0.2);
}

.stats-badge .date { display: block; font-size: 0.9rem; opacity: 0.9; }
.stats-badge .count { display: block; font-size: 1.4rem; font-weight: bold; }

/* Grid Yapısı */
.details-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    gap: 50px;
}

.details-text { flex: 1; min-width: 320px; }

.details-text h3 {
    font-size: 2.5rem;
    color: #004a99;
    margin-bottom: 30px;
    line-height: 1.2;
}

.details-text h3 span { display: block; color: #1d1d1b; }

.info-line {
    font-size: 1.5rem;
    margin-bottom: 20px;
    font-weight: 500;
}

.red-alert { color: #e30613; font-weight: bold; }

.red-alert .tag {
    background: #e30613;
    color: white;
    padding: 2px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    vertical-align: middle;
}

/* Stok Bilgisi */
.stock-info {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 40px;
}

.stock-info .e-logo {
    border: 2px solid #e30613;
    color: #e30613;
    padding: 5px 10px;
    font-weight: bold;
}

/* Görsel Alanı */
.product-showcase {
    flex: 1;
    position: relative;
    text-align: center;
}

.pill-floating {
    position: absolute;
    top: -50px;
    right: 20px;
    width: 180px;
    transform: rotate(-15deg);
    animation: float 3s ease-in-out infinite;
    z-index: 2;
}

.bottle-main img {
    max-width: 450px;
    filter: drop-shadow(0 20px 40px rgba(0,0,0,0.1));
}

/* Kapsül Yüzme Efekti */
@keyframes float {
    0% { transform: translateY(0) rotate(-15deg); }
    50% { transform: translateY(-15px) rotate(-10deg); }
    100% { transform: translateY(0) rotate(-15deg); }
}

/* Mobil */
@media (max-width: 768px) {
    .details-text h3 { font-size: 1.8rem; }
    .info-line { font-size: 1.1rem; }
    .pill-floating { width: 120px; top: -30px; }
    .product-showcase { margin-top: 60px; }
}

/* Section 5 Stilleri */
.trust-and-compare {
    width: 100%;
    padding: 60px 5%;
    background: #fff;
}

.certification-area {
    text-align: center;
    margin-bottom: 60px;
}

.certification-area h2 {
    font-size: 2.5rem;
    color: #004a99;
    margin-bottom: 10px;
}

.cert-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}

.cert-document img {
    max-width: 400px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    border: 1px solid #eee;
}

/* Karşılaştırma Kartları */
.comparison-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0; /* Kartlar bitişik durabilir */
    max-width: 1000px;
    margin: 0 auto;
}

.compare-card {
    flex: 1;
    min-width: 320px;
    padding: 40px;
    text-align: center;
}

.old-formula {
    background: #f1f3f5;
    color: #495057;
}

.new-formula {
    background: #e30613;
    color: #fff;
}

.card-header {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.card-header span {
    display: block;
    font-size: 3rem;
}

.compare-card ul {
    list-style: none;
    text-align: left;
    margin-top: 30px;
}

.compare-card li {
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 1.1rem;
}

.new-formula li {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

/* Fiyat Uyarı Alanı */
.price-warning {
    max-width: 800px;
    margin: 60px auto 0;
    text-align: center;
    padding: 30px;
    border-top: 2px solid #eee;
}

.price-warning h3 {
    font-size: 2rem;
    color: #1d1d1b;
    margin-bottom: 15px;
}

.price-warning h3 span { color: #e30613; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .compare-card { padding: 20px; }
    .card-header span { font-size: 2rem; }
    .certification-area h2 { font-size: 1.8rem; }
}

/* Section 6 Stilleri */
.expert-and-reviews {
    width: 100%;
    background: #f8fafc;
    padding: 80px 0;
}

/* Uzman Profili */
.expert-profile {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto 80px;
    align-items: center;
    padding: 0 5%;
}

.expert-info { flex: 1; min-width: 320px; }
.expert-title { color: #e30613; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; }
.expert-info h2 { font-size: 2.8rem; color: #004a99; margin: 10px 0; }
.university-tag { background: #1a2b3c; color: #fff; padding: 5px 15px; display: inline-block; margin-top: 15px; font-size: 0.8rem; }

.expert-photo { flex: 1; position: relative; text-align: right; }
.expert-photo img { max-width: 100%; border-bottom: 5px solid #e30613; }

/* Kapsül Efekti */
.floating-pill-gold {
    position: absolute;
    bottom: 20px;
    left: 0;
    background: #ffd700;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: bold;
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}

/* Kullanıcı Yorumu */
.user-testimonial {
    background: #1a2b3c;
    color: white;
    padding: 60px 5%;
    text-align: center;
}

.testimonial-card { max-width: 800px; margin: 0 auto; }
.user-meta { display: flex; align-items: center; justify-content: center; gap: 20px; margin-bottom: 25px; }
.avatar { width: 80px; height: 80px; border-radius: 50%; border: 3px solid #e30613; }
.comment { font-style: italic; font-size: 1.3rem; line-height: 1.6; opacity: 0.9; }

/* Depo Stok Alanı */
.warehouse-info {
    max-width: 1200px;
    margin: 80px auto 0;
    padding: 0 5%;
}

.warehouse-grid {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #eee;
    align-items: center;
}

.warehouse-text { flex: 1; padding: 40px; }
.warehouse-text h3 { font-size: 2rem; color: #e30613; margin-bottom: 15px; }
.warehouse-image { flex: 1; }
.warehouse-image img { width: 100%; height: 100%; object-fit: cover; }

/* Mobil Uyumluluk */
@media (max-width: 768px) {
    .expert-info h2 { font-size: 2rem; }
    .expert-photo { text-align: center; margin-top: 40px; }
    .warehouse-grid { flex-direction: column; }
    .comment { font-size: 1.1rem; }
}