/*
Theme Name: Novalys İntim Yıkama Jeli
Theme URI: https://novalys.com.tr
Author: Novalys Sağlık & Kozmetik
Description: Novalys İntim Yıkama Jeli Resmi Satış ve Tanıtım Portalı.
Version: 2.1.0
License: GNU General Public License v2 or later
Text Domain: anzer-theme
*/

/* --- Google Fonts & Variables --- */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&family=Outfit:wght@400;500;600;700;800;900&display=swap');

:root {
    --primary: #2c4b72;
    --primary-dark: #1b3353;
    --primary-light: #3d6394;
    --primary-soft: #ebf3fa;
    --primary-glow: rgba(44, 75, 114, 0.2);

    --accent-blue: #0284c7;
    --accent-cyan: #06b6d4;
    --accent-green: #059669;
    --accent-orange: #ea580c;
    --accent-red: #e11d48;

    --bg-light: #f4f8fc;
    --bg-card: #ffffff;
    --text-main: #1e293b;
    --text-muted: #64748b;
    --text-light: #94a3b8;
    --border-color: #e2e8f0;
    --border-focus: #2c4b72;

    --shadow-sm: 0 2px 8px rgba(44, 75, 114, 0.06);
    --shadow-md: 0 8px 24px rgba(44, 75, 114, 0.09);
    --shadow-lg: 0 16px 36px rgba(44, 75, 114, 0.13);
    --shadow-glow: 0 0 25px rgba(2, 132, 199, 0.25);

    --radius-sm: 8px;
    --radius-md: 14px;
    --radius-lg: 20px;
    --radius-full: 9999px;
}

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

.orderForm {width:100% !important}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #eef4fb;
    color: var(--text-main);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Outfit', sans-serif;
    color: var(--primary-dark);
    font-weight: 700;
    line-height: 1.25;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* --- Container Expanded to 1300px --- */
.landing-container {
    max-width: 1300px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 50px rgba(44, 75, 114, 0.1);
    position: relative;
    padding-bottom: 95px; /* Space for bottom sticky bar */
    min-height: 100vh;
}

/* --- Top Trust Bar --- */
.top-trust-bar {
    background: linear-gradient(90deg, #162a45 0%, #2c4b72 50%, #1b3353 100%);
    color: #ffffff;
    padding: 10px 28px;
    font-size: 0.84rem;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-badges-left {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.trust-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    padding: 5px 14px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.trust-badge-item .logo-badge-img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    border-radius: 50%;
    background: #ffffff;
    padding: 1px;
}

.trust-badge-item.gov-badge {
    background: linear-gradient(135deg, rgba(225, 29, 72, 0.92), rgba(190, 18, 60, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.trust-badge-item.pharmacy-badge {
    background: linear-gradient(135deg, rgba(5, 150, 105, 0.92), rgba(4, 120, 87, 0.98));
    border: 1px solid rgba(255, 255, 255, 0.35);
}

.trust-badges-right {
    font-size: 0.8rem;
    color: #cbd5e1;
    white-space: nowrap;
}

/* Official Logo Box in Hero / Form */
.official-trust-box {
    display: flex;
    align-items: center;
    gap: 18px;
    background: #ffffff;
    border: 1.5px solid #dbeafe;
    border-radius: var(--radius-md);
    padding: 14px 20px;
    margin: 20px 0;
    box-shadow: var(--shadow-sm);
}

.official-trust-item {
    display: flex;
    align-items: center;
    gap: 12px;
    flex: 1;
}

.official-trust-img {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    padding: 2px;
    flex-shrink: 0;
}

.official-trust-text {
    display: flex;
    flex-direction: column;
}

.official-trust-text strong {
    font-size: 0.88rem;
    color: var(--primary);
    line-height: 1.25;
}

.official-trust-text span {
    font-size: 0.76rem;
    color: var(--text-muted);
}

/* --- Site Header (Spacious & Clean at 1300px) --- */
.site-header {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 16px 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 4px 20px rgba(44, 75, 114, 0.06);
    transition: all 0.3s ease;
}

.header-brand-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    flex-shrink: 0;
}

.header-product-thumb {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid var(--primary);
    padding: 2px;
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(44, 75, 114, 0.12);
}

.header-brand-text {
    display: flex;
    flex-direction: column;
}

.header-brand-name {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--primary);
    letter-spacing: -0.5px;
    line-height: 1.1;
}

.header-brand-subtitle {
    font-size: 0.72rem;
    color: var(--accent-blue);
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}

/* Desktop Navigation Menu */
.header-desktop-nav {
    display: flex;
    align-items: center;
}

.header-nav-links {
    display: flex;
    align-items: center;
    gap: 12px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-links li {
    display: inline-block;
}

.header-nav-links a {
    font-size: 0.88rem;
    font-weight: 600;
    color: #334155;
    transition: all 0.2s ease;
    padding: 8px 12px;
    border-radius: var(--radius-sm);
    white-space: nowrap;
    display: inline-block;
}

.header-nav-links a:hover {
    color: var(--accent-blue);
    background: var(--primary-soft);
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.header-order-btn {
    background: linear-gradient(135deg, #0284c7 0%, #2c4b72 100%);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: var(--radius-full);
    font-size: 0.88rem;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.3);
    transition: all 0.25s ease;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
    text-decoration: none;
}

.header-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.45);
    background: linear-gradient(135deg, #0369a1 0%, #1e3a60 100%);
    color: #ffffff;
}

/* Mobile Menu Toggle Button */
.mobile-nav-toggle {
    display: none;
    background: var(--primary-soft);
    border: 1px solid var(--border-color);
    border-radius: var(--radius-sm);
    cursor: pointer;
    padding: 8px 12px;
    color: var(--primary);
    font-size: 1.35rem;
    line-height: 1;
    transition: all 0.2s ease;
}

.mobile-nav-toggle:hover {
    background: #dbeafe;
    color: var(--accent-blue);
}

/* Mobile Slide-out Menu Drawer */
.mobile-nav-drawer {
    display: flex;
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    z-index: 3000;
    box-shadow: -8px 0 35px rgba(15, 23, 42, 0.25);
    transition: right 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    padding: 24px 20px;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-nav-drawer.active {
    right: 0;
}

.mobile-nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(15, 23, 42, 0.65);
    backdrop-filter: blur(4px);
    z-index: 2900;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mobile-nav-overlay.active {
    display: block;
    opacity: 1;
}

.mobile-nav-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 14px;
    margin-bottom: 18px;
}

.mobile-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-nav-thumb {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1.5px solid var(--primary);
}

.mobile-nav-title {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--primary);
}

.mobile-nav-close {
    background: #f1f5f9;
    border: none;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    color: var(--text-main);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
}

.mobile-nav-close:hover {
    background: #e2e8f0;
    color: var(--accent-red);
}

.mobile-nav-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 24px;
}

.mobile-nav-list a {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--text-main);
    display: flex;
    align-items: center;
    padding: 10px 14px;
    border-radius: var(--radius-sm);
    transition: all 0.2s ease;
}

.mobile-nav-list a:hover {
    background: var(--primary-soft);
    color: var(--accent-blue);
    padding-left: 18px;
}

.mobile-nav-badges {
    background: #f8fafc;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    padding: 12px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-badge-row {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--primary-dark);
}

.mobile-badge-row img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: contain;
}

.mobile-nav-footer-btn {
    margin-top: auto;
    background: linear-gradient(135deg, var(--accent-orange) 0%, #c2410c 100%);
    color: #ffffff;
    text-align: center;
    padding: 13px;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 0.95rem;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.35);
    display: block;
}

/* --- Hero Banner Section (Wide 1300px Layout) --- */
.hero-section {
    background: linear-gradient(180deg, #f0f6fc 0%, #ffffff 100%);
    padding: 50px 36px 40px;
    border-bottom: 1px solid var(--border-color);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: -80px;
    right: -80px;
    width: 350px;
    height: 350px;
    background: radial-gradient(circle, rgba(2, 132, 199, 0.12) 0%, rgba(255, 255, 255, 0) 70%);
    border-radius: 50%;
    pointer-events: none;
}

.hero-content-grid {
    display: grid;
    grid-template-columns: 1.25fr 0.85fr;
    gap: 40px;
    align-items: center;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--primary-soft);
    color: var(--primary);
    padding: 6px 16px;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 16px;
    border: 1px solid rgba(44, 75, 114, 0.15);
}

.hero-title {
    font-size: 2.7rem;
    font-weight: 900;
    color: var(--primary);
    line-height: 1.15;
    margin-bottom: 16px;
}

.hero-title span {
    color: var(--accent-blue);
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent-blue) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-desc {
    font-size: 1.05rem;
    color: #475569;
    margin-bottom: 24px;
    line-height: 1.65;
}

.hero-points {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin-bottom: 28px;
}

.hero-point-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.94rem;
    font-weight: 600;
    color: var(--primary-dark);
}

.hero-point-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #e0f2fe;
    color: var(--accent-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    font-weight: bold;
    flex-shrink: 0;
}

.hero-cta-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.btn-primary-hero {
    background: linear-gradient(135deg, var(--primary) 0%, #1e3a60 100%);
    color: #ffffff;
    padding: 14px 30px;
    border-radius: var(--radius-full);
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(44, 75, 114, 0.3);
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.btn-primary-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(44, 75, 114, 0.4);
}

.btn-secondary-hero {
    background: #ffffff;
    color: var(--primary);
    border: 1.5px solid var(--primary);
    padding: 14px 26px;
    border-radius: var(--radius-full);
    font-size: 1rem;
    font-weight: 700;
    transition: all 0.25s ease;
    cursor: pointer;
}

.btn-secondary-hero:hover {
    background: var(--primary-soft);
}

.hero-image-wrap {
    position: relative;
    text-align: center;
}

.hero-main-img {
    max-height: 440px;
    margin: 0 auto;
    filter: drop-shadow(0 18px 30px rgba(44, 75, 114, 0.2));
    border-radius: var(--radius-md);
    transition: transform 0.3s ease;
}

.hero-main-img:hover {
    transform: scale(1.02);
}

.hero-floating-badge {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: rgba(255, 255, 255, 0.96);
    backdrop-filter: blur(10px);
    padding: 10px 16px;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-md);
    border: 1px solid rgba(44, 75, 114, 0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.84rem;
    font-weight: 700;
    color: var(--primary);
}

.hero-floating-badge-top {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, #e11d48, #be123c);
    color: #ffffff;
    padding: 7px 14px;
    border-radius: var(--radius-full);
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.35);
    font-size: 0.8rem;
    font-weight: 800;
}

/* --- Common Content Section Styles --- */
.content-section {
    padding: 55px 36px;
    border-bottom: 1px solid var(--border-color);
}

.section-header {
    text-align: center;
    margin-bottom: 36px;
}

.section-badge {
    display: inline-block;
    background: var(--primary-soft);
    color: var(--primary);
    padding: 5px 16px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    border: 1px solid rgba(44, 75, 114, 0.12);
}

.section-title {
    font-size: 2.1rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
}

.section-subtitle {
    font-size: 1rem;
    color: var(--text-muted);
    max-width: 750px;
    margin: 0 auto;
}

/* --- What is Novalys Section --- */
.what-is-section {
    background: #ffffff;
}

.what-is-grid {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    gap: 40px;
    align-items: center;
}

.what-is-img-box {
    text-align: center;
    background: radial-gradient(circle, rgba(44, 75, 114, 0.08) 0%, rgba(255, 255, 255, 0) 70%);
    padding: 24px;
    border-radius: var(--radius-lg);
}

.what-is-img-box img {
    max-height: 380px;
    margin: 0 auto;
    filter: drop-shadow(0 12px 24px rgba(44, 75, 114, 0.18));
}

.what-is-text h3 {
    font-size: 1.6rem;
    color: var(--primary);
    margin-bottom: 16px;
}

.what-is-text p {
    font-size: 0.98rem;
    color: #334155;
    margin-bottom: 16px;
    line-height: 1.7;
}

.features-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 18px;
}

.features-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.94rem;
    color: var(--text-main);
    font-weight: 500;
}

.features-list li span.check-icon {
    color: #0284c7;
    font-weight: bold;
    font-size: 1.2rem;
    line-height: 1;
}

/* --- Mechanism of Action (3-Step Cards) --- */
.mechanism-section {
    background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.mechanism-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
}

.mechanism-card {
    background: #ffffff;
    border: 1.5px solid #dbeafe;
    border-radius: var(--radius-lg);
    padding: 28px 22px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mechanism-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--accent-blue);
}

.mechanism-card-icon {
    width: 68px;
    height: 68px;
    border-radius: 50%;
    background: #e0f2fe;
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin-bottom: 18px;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.15);
}

.mechanism-card-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 12px;
    line-height: 1.3;
}

.mechanism-card-desc {
    font-size: 0.9rem;
    color: var(--text-muted);
    line-height: 1.6;
}

/* --- 3-Pillar Protection Grid --- */
.pillars-section {
    background: #ffffff;
}

.pillars-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.pillar-card {
    background: #f8fbfe;
    border-radius: var(--radius-md);
    padding: 26px 22px;
    border-left: 5px solid var(--primary);
    box-shadow: var(--shadow-sm);
}

.pillar-card h4 {
    font-size: 1.1rem;
    color: var(--primary);
    margin-bottom: 12px;
}

.pillar-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pillar-card li {
    font-size: 0.88rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}

.pillar-card li::before {
    content: '•';
    color: var(--accent-blue);
    font-weight: bold;
    font-size: 1.2rem;
}

/* --- YouTube Shorts Responsive Video Cards --- */
.landing-youtube-section {
    padding: 40px 36px;
    background: linear-gradient(180deg, #f0f6fc 0%, #ffffff 100%);
    border-bottom: 1px solid var(--border-color);
}

.landing-youtube-wrapper {
    max-width: 500px;
    margin: 0 auto;
    background: #ffffff;
    border: 2px solid #dbeafe;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow-md);
    overflow: hidden;
    transition: all 0.3s ease;
}

.landing-youtube-wrapper:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.youtube-card-header {
    background: linear-gradient(135deg, var(--primary) 0%, #1b3353 100%);
    color: #ffffff;
    padding: 16px 20px;
    text-align: center;
}

.yt-badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.18);
    color: #93c5fd;
    padding: 4px 12px;
    border-radius: var(--radius-full);
    font-size: 0.75rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    margin-bottom: 6px;
}

.yt-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
}

.youtube-responsive-container {
    position: relative;
    width: 100%;
    padding-bottom: 140%; /* 9:16 Shorts aspect ratio container */
    height: 0;
    background: #000000;
    overflow: hidden;
}

.youtube-responsive-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.youtube-card-footer {
    padding: 16px 20px;
    background: #f8fafc;
    border-top: 1px solid var(--border-color);
    text-align: center;
}

.youtube-order-cta {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff;
    padding: 12px 24px;
    border-radius: var(--radius-full);
    font-size: 0.92rem;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.3);
    transition: all 0.25s ease;
    cursor: pointer;
}

.youtube-order-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.4);
}

/* --- Licorice (Meyan Kökü) & MAT Section --- */
.licorice-section {
    background: linear-gradient(135deg, #1b3353 0%, #2c4b72 100%);
    color: #ffffff;
    border-radius: 0;
}

.licorice-section .section-title {
    color: #ffffff;
}

.licorice-section .section-subtitle {
    color: #cbd5e1;
}

.licorice-section .section-badge {
    background: rgba(255, 255, 255, 0.15);
    color: #93c5fd;
    border-color: rgba(255, 255, 255, 0.2);
}

.licorice-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    margin-top: 30px;
}

.licorice-card {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: var(--radius-md);
    padding: 26px;
}

.licorice-card h4 {
    font-size: 1.2rem;
    color: #93c5fd;
    margin-bottom: 12px;
}

.licorice-card p {
    font-size: 0.92rem;
    color: #e2e8f0;
    line-height: 1.65;
    margin-bottom: 12px;
}

.licorice-card ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 0.9rem;
    color: #cbd5e1;
}

.licorice-card li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.licorice-card li::before {
    content: '✓';
    color: #38bdf8;
    font-weight: bold;
}

/* --- MAT Box --- */
.mat-highlight-box {
    margin-top: 35px;
    background: linear-gradient(135deg, rgba(2, 132, 199, 0.25) 0%, rgba(44, 75, 114, 0.4) 100%);
    border: 1.5px solid rgba(56, 189, 248, 0.4);
    border-radius: var(--radius-lg);
    padding: 30px;
    text-align: center;
}

.mat-highlight-box h3 {
    font-size: 1.5rem;
    color: #ffffff;
    margin-bottom: 14px;
}

.mat-highlight-box p {
    font-size: 0.96rem;
    color: #e2e8f0;
    line-height: 1.7;
    max-width: 850px;
    margin: 0 auto;
}

/* --- Transmission / Risk Factors Section --- */
.transmission-section {
    background: #f8fbfe;
}

.transmission-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 25px;
}

.transmission-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 22px 16px;
    text-align: center;
    box-shadow: var(--shadow-sm);
    transition: transform 0.25s ease;
}

.transmission-card:hover {
    transform: translateY(-5px);
    border-color: var(--accent-blue);
}

.transmission-icon {
    font-size: 2.2rem;
    margin-bottom: 12px;
}

.transmission-title {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 8px;
}

.transmission-desc {
    font-size: 0.82rem;
    color: var(--text-muted);
}

/* --- How to Use Section --- */
.usage-section {
    background: #ffffff;
}

.usage-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.usage-step-card {
    background: #f0f7ff;
    border: 1px solid #dbeafe;
    border-radius: var(--radius-md);
    padding: 24px 18px;
    text-align: center;
    position: relative;
}

.step-number {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--primary);
    color: #ffffff;
    font-weight: 800;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 14px;
}

.usage-step-card h4 {
    font-size: 1.05rem;
    color: var(--primary);
    margin-bottom: 8px;
}

.usage-step-card p {
    font-size: 0.86rem;
    color: #475569;
}

/* --- Product Campaign Showcase Section (Görseller Alanı) --- */
.campaign-showcase-section {
    background: linear-gradient(180deg, #f8fbfe 0%, #ffffff 100%);
}

.campaign-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.campaign-showcase-card {
    background: #ffffff;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
}

.campaign-showcase-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.campaign-card-media {
    position: relative;
    background: #f1f5f9;
    padding: 14px;
    text-align: center;
    overflow: hidden;
}

.campaign-card-media img {
    position: relative;
    z-index: 1;
    max-height: 220px;
    margin: 0 auto;
    object-fit: contain;
    border-radius: var(--radius-md);
    transition: transform 0.3s ease;
}

.campaign-showcase-card:hover .campaign-card-media img {
    transform: scale(1.03);
}

.campaign-card-tag {
    position: absolute;
    z-index: 2;
    top: 10px;
    right: 10px;
    background: linear-gradient(135deg, #e11d48, #be123c);
    color: #ffffff;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    font-size: 0.72rem;
    font-weight: 800;
}

.campaign-card-body {
    padding: 18px 16px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.campaign-card-title {
    font-size: 1.12rem;
    font-weight: 800;
    color: var(--primary);
    margin-bottom: 4px;
}

.campaign-card-subtitle {
    font-size: 0.82rem;
    color: var(--accent-blue);
    font-weight: 700;
    margin-bottom: 12px;
}

.campaign-card-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 16px;
    flex-grow: 1;
}

.campaign-card-features li {
    font-size: 0.8rem;
    color: #334155;
    position: relative;
    padding-left: 18px;
    line-height: 1.35;
}

.campaign-card-features li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #10b981;
    font-weight: bold;
}

.campaign-card-price {
    background: linear-gradient(135deg, #fff1f2 0%, #ffe4e6 50%, #fef3c7 100%);
    border: 2px solid #fda4af;
    border-radius: var(--radius-md);
    padding: 12px 10px 10px;
    margin-bottom: 22px;
    text-align: center;
}

.campaign-price-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
}

.campaign-price-amount {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 2.15rem;
    font-weight: 900;
    line-height: 1;
    color: #be123c;
    letter-spacing: -0.5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.85);
}

.campaign-price-currency {
    font-size: 1.05rem;
    font-weight: 800;
    margin-left: 3px;
}

.campaign-price-note {
    display: inline-block;
    font-size: 0.76rem;
    font-weight: 800;
    color: #ffffff;
    background: linear-gradient(135deg, #10b981, #047857);
    padding: 4px 12px;
    border-radius: var(--radius-full);
    white-space: nowrap;
    letter-spacing: 0.2px;
    box-shadow: 0 2px 6px rgba(4, 120, 87, 0.28);
}

.campaign-price-note-paid {
    background: linear-gradient(135deg, #f97316, #ea580c);
    box-shadow: 0 2px 6px rgba(234, 88, 12, 0.3);
}

.campaign-price-unit {
    margin-top: 8px;
    font-size: 0.7rem;
    font-weight: 600;
    color: #64748b;
    text-align: center;
}

.campaign-price-unit strong {
    color: #9f1239;
    font-weight: 800;
}

.campaign-select-btn {
    background: linear-gradient(135deg, #2c4b72, #1b3353);
    color: #ffffff;
    border: none;
    padding: 10px 14px;
    border-radius: var(--radius-md);
    font-weight: 700;
    font-size: 0.82rem;
    cursor: pointer;
    transition: all 0.2s ease;
    text-align: center;
    box-shadow: 0 2px 8px rgba(44, 75, 114, 0.2);
}

.campaign-select-btn:hover {
    background: linear-gradient(135deg, #1b3353, #0f172a);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(44, 75, 114, 0.3);
}

/* =======================================================
   RED SYMPTOMS ALERT BANNERS (Müşteri Odaklı Dikkat Alanı)
======================================================= */
.symptoms-red-banner {
    background: linear-gradient(135deg, #991b1b 0%, #dc2626 50%, #b91c1c 100%);
    border-radius: var(--radius-lg);
    color: #ffffff;
    padding: 30px 24px;
    box-shadow: 0 10px 30px rgba(185, 28, 28, 0.35), 0 0 0 2px rgba(254, 202, 202, 0.4);
    margin: 25px 0 35px;
    position: relative;
    overflow: hidden;
}

.symptoms-red-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(255,255,255,0.18) 0%, transparent 70%);
    pointer-events: none;
}

.symptoms-red-header {
    text-align: center;
    margin-bottom: 22px;
}

.symptoms-alert-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(0, 0, 0, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.45);
    padding: 6px 16px;
    border-radius: var(--radius-full);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    color: #fef08a;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.symptoms-red-title {
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: 6px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
}

.symptoms-red-subtitle {
    font-size: 0.92rem;
    color: #fecaca;
    font-weight: 500;
    max-width: 750px;
    margin: 0 auto;
}

.symptoms-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 10px;
    margin-bottom: 22px;
}

.symptom-tag-card {
    background: rgba(255, 255, 255, 0.97);
    border: 1.5px solid rgba(254, 202, 202, 0.8);
    border-radius: var(--radius-md);
    padding: 10px 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.15);
    transition: all 0.22s ease;
}

.symptom-tag-card:hover {
    transform: translateY(-3px) scale(1.02);
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.22);
    border-color: #ef4444;
}

.symptom-icon {
    font-size: 1.15rem;
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fee2e2;
    border-radius: var(--radius-full);
}

.symptom-text-wrap {
    display: flex;
    flex-direction: column;
}

.symptom-name {
    font-size: 0.88rem;
    font-weight: 800;
    color: #991b1b;
    line-height: 1.2;
}

.symptom-subtext {
    font-size: 0.7rem;
    color: #64748b;
    font-weight: 600;
}

.symptoms-red-footer {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: var(--radius-md);
    padding: 14px 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.symptoms-footer-info {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 0.88rem;
    font-weight: 700;
}

.symptoms-action-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #ffffff;
    color: #b91c1c;
    font-weight: 900;
    font-size: 0.88rem;
    padding: 10px 20px;
    border-radius: var(--radius-full);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
    transition: all 0.25s ease;
}

.symptoms-action-btn:hover {
    background: #fef08a;
    color: #7f1d1d;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(0,0,0,0.35);
}
    padding: 20px;
    box-shadow: var(--shadow-sm);
}

.extra-showcase-card img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: var(--radius-sm);
    flex-shrink: 0;
}

.extra-showcase-info h4 {
    font-size: 1.1rem;
    color: var(--primary);
    margin-bottom: 6px;
}

.extra-showcase-info p {
    font-size: 0.85rem;
    color: var(--text-muted);
    margin-bottom: 10px;
}

/* --- Customer Reviews Section --- */
.reviews-section {
    background: #ffffff;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-card {
    background: #f8fbfe;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 24px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.review-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.review-author-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
}

.review-avatar {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #e0f2fe;
    color: var(--primary);
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.review-author-name {
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--text-main);
}

.review-source-tag {
    font-size: 0.76rem;
    color: #0284c7;
    font-weight: 600;
}

.review-stars {
    color: #f59e0b;
    font-size: 1.05rem;
    margin-bottom: 10px;
}

.review-text {
    font-size: 0.9rem;
    color: #334155;
    font-style: italic;
    line-height: 1.6;
}

/* =======================================================
   PACKAGES SECTION (Trendyol Style Paketler)
======================================================= */
.packages-section {
    background: linear-gradient(180deg, #f0f6fc 0%, #e2eef9 100%);
    padding: 55px 10px;
    border-top: 2px solid #bfdbfe;
    border-bottom: 2px solid #bfdbfe;
}

.packages-grid,
.packages-grid.grid-4-items,
.packages-grid.grid-3-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.package-card {
    background: #ffffff;
    border: 2px solid #cbd5e1;
    border-radius: var(--radius-lg);
    position: relative;
    box-shadow: var(--shadow-md);
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.package-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary);
}

.package-card.selected {
    border-color: var(--primary);
    background: #ffffff;
    box-shadow: 0 0 0 4px rgba(44, 75, 114, 0.25), var(--shadow-lg);
    transform: translateY(-8px);
}

.package-card.featured-popular {
    border-color: #0284c7;
    border-width: 2.5px;
}

/* Card Top Badges */
.card-top-badges {
    display: flex;
    justify-content: space-between;
    padding: 12px 14px 6px;
    gap: 8px;
}

.badge-fast-delivery {
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    border: 1px solid #bfdbfe;
}

.badge-shipping-cost {
    background: #fff7ed;
    color: #c2410c;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    border: 1px solid #fed7aa;
}

.badge-free-shipping {
    background: #ecfdf5;
    color: #047857;
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    border: 1px solid #a7f3d0;
}

/* Package Image */
.package-image {
    position: relative;
    text-align: center;
    padding: 18px;
    background: #f8fafc;
    border-bottom: 1px solid var(--border-color);
}

.package-image img {
    max-height: 210px;
    margin: 0 auto;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.package-card:hover .package-image img {
    transform: scale(1.05);
}

.circle-bestseller-badge {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #e11d48, #9f1239);
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-shadow: 0 4px 12px rgba(225, 29, 72, 0.4);
    transform: rotate(-12deg);
}

.circle-bestseller-badge.best-discount {
    background: linear-gradient(135deg, #0284c7, #0369a1);
}

/* Package Card Body */
.package-card-body {
    padding: 22px 20px 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.pkg-headline {
    font-size: 1.25rem;
    font-weight: 900;
    color: var(--primary);
    text-align: center;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.pkg-brand {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--accent-blue);
    text-align: center;
    margin-top: 3px;
}

.pkg-subbrand {
    font-size: 0.82rem;
    color: var(--text-muted);
    text-align: center;
    font-weight: 600;
}

.usage-duration {
    font-size: 0.76rem;
    color: #059669;
    font-weight: 700;
    text-align: center;
    background: #ecfdf5;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    margin: 10px auto 14px;
    display: inline-block;
}

/* Unit Price Highlight Box */
.unit-price-box {
    background: linear-gradient(135deg, #e11d48 0%, #be123c 100%);
    color: #ffffff;
    padding: 9px 14px;
    border-radius: var(--radius-sm);
    text-align: center;
    margin-bottom: 14px;
    box-shadow: 0 3px 10px rgba(225, 29, 72, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.unit-price-label {
    font-size: 0.82rem;
    font-weight: 600;
}

.unit-price-amount {
    font-size: 1.25rem;
    font-weight: 900;
    letter-spacing: 0.5px;
}

.package-detail {
    font-size: 0.82rem;
    color: #475569;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 8px;
}

.package-detail-short {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 14px;
}

/* Shipping Countdown */
.shipping-countdown {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    border-radius: var(--radius-sm);
    padding: 8px 12px;
    font-size: 0.76rem;
    color: #334155;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.shipping-countdown .shipping-icon {
    font-size: 1.1rem;
}

.shipping-highlight {
    color: #059669;
    font-weight: 700;
}

/* Prices Row */
.package-prices-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: auto;
    padding-top: 12px;
}

.package-prices-row .old-price {
    font-size: 1.05rem;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 600;
}

.package-prices-row .new-price {
    font-size: 1.6rem;
    font-weight: 900;
    color: var(--primary);
}

.shipping-note-sub {
    font-size: 0.78rem;
    color: #64748b;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 14px;
}

.shipping-note-sub.free-shipping-text {
    color: #059669;
    font-weight: 700;
}

/* Trendyol Micro Tags */
.trendyol-micro-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-bottom: 16px;
}

.micro-tag {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 4px 8px;
    border-radius: var(--radius-sm);
}

.tag-discount {
    background: #fef2f2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

.tag-fast {
    background: #f0fdf4;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.tag-free {
    background: #eff6ff;
    color: #1d4ed8;
    border: 1px solid #bfdbfe;
}

/* Sepete Ekle Button */
.sepete-ekle-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--primary) 0%, #1e3a60 100%);
    color: #ffffff;
    border: none;
    padding: 13px 16px;
    border-radius: var(--radius-md);
    font-size: 1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(44, 75, 114, 0.25);
    transition: all 0.2s ease;
    text-align: center;
    margin-top: 4px;
}

.package-card.selected .sepete-ekle-btn {
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    box-shadow: 0 4px 14px rgba(5, 150, 105, 0.35);
}

.sepete-ekle-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(44, 75, 114, 0.35);
}

/* =======================================================
   ORDER FORM SECTION
======================================================= */
.order-section {
    background: #ffffff;
    padding: 55px 36px;
}

.order-form-container {
    max-width: 720px;
    margin: 0 auto;
    background: #ffffff;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-lg);
    padding: 38px 36px;
    box-shadow: var(--shadow-md);
}

.order-form-title {
    font-size: 1.85rem;
    color: var(--primary);
    text-align: center;
    margin-bottom: 8px;
}

.order-form-subtitle {
    font-size: 0.92rem;
    color: var(--text-muted);
    text-align: center;
    margin-bottom: 24px;
}

.selected-package-summary-box {
    background: #faf5ff;
    border: 1.5px solid #d8b4fe;
    border-radius: var(--radius-md);
    padding: 14px 18px;
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.summary-pkg-name {
    font-size: 0.96rem;
    font-weight: 800;
    color: #6b21a8;
}

.summary-pkg-badge {
    background: #9333ea;
    color: #ffffff;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: var(--radius-full);
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 700;
    color: #334155;
    margin-bottom: 6px;
}

.form-control {
    width: 100%;
    padding: 13px 16px;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-md);
    font-size: 0.95rem;
    font-family: inherit;
    color: var(--text-main);
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    outline: none;
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
}

.phone-input-wrapper {
    display: flex;
    align-items: center;
    border: 1.5px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.2s ease;
}

.phone-input-wrapper:focus-within {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px var(--primary-glow);
}

.phone-prefix {
    background: #f1f5f9;
    color: #475569;
    font-weight: 700;
    font-size: 0.95rem;
    padding: 13px 16px;
    border-right: 1px solid var(--border-color);
}

.phone-input-wrapper .phone-input {
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.form-help {
    font-size: 0.76rem;
    color: var(--text-muted);
    margin-top: 5px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.agreement-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 24px;
    cursor: pointer;
}

.agreement-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    accent-color: var(--primary);
    cursor: pointer;
}

.agreement-text {
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.5;
}

.agreement-text a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: underline;
}

.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #059669 0%, #047857 100%);
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: var(--radius-md);
    font-size: 1.1rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 6px 20px rgba(5, 150, 105, 0.35);
    transition: all 0.25s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 26px rgba(5, 150, 105, 0.45);
}

.submit-btn:disabled {
    background: #94a3b8;
    cursor: not-allowed;
    box-shadow: none;
}

/* Status Messages */
.form-status {
    padding: 16px;
    border-radius: var(--radius-md);
    font-size: 0.92rem;
    font-weight: 600;
    margin-bottom: 18px;
    display: none;
}

.form-status.success {
    background: #ecfdf5;
    color: #065f46;
    border: 1.5px solid #a7f3d0;
}

.form-status.error {
    background: #fef2f2;
    color: #991b1b;
    border: 1.5px solid #fecaca;
}

/* --- FAQ Accordion Section --- */
.faq-section {
    background: #f8fbfe;
}

.faq-list {
    max-width: 850px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: var(--shadow-sm);
}

.faq-question {
    padding: 18px 24px;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-question::after {
    content: '+';
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--accent-blue);
    transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
    content: '−';
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 24px 18px;
    font-size: 0.92rem;
    color: #475569;
    line-height: 1.65;
    display: none;
    border-top: 1px solid #f1f5f9;
    padding-top: 14px;
}

.faq-item.active .faq-answer {
    display: block;
}

/* --- Site Footer --- */
.site-footer {
    background: #162a45;
    color: #cbd5e1;
    padding: 45px 36px 30px;
    font-size: 0.86rem;
}

.footer-top-grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 36px;
    margin-bottom: 30px;
}

.footer-col h4 {
    font-size: 1.05rem;
    color: #ffffff;
    margin-bottom: 14px;
}

.footer-col p {
    line-height: 1.65;
    color: #94a3b8;
}

.footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.footer-links a {
    color: #cbd5e1;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #38bdf8;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
    color: #94a3b8;
    font-size: 0.78rem;
}

/* --- Sticky Bottom Order Banner --- */
.sticky-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(22, 42, 69, 0.98);
    backdrop-filter: blur(12px);
    border-top: 1.5px solid rgba(255, 255, 255, 0.15);
    padding: 12px 24px;
    z-index: 999;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: center;
}

.sticky-banner-content {
    max-width: 1300px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.sticky-info {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #ffffff;
}

.sticky-thumb {
    width: 46px;
    height: 46px;
    border-radius: var(--radius-sm);
    object-fit: cover;
    background: #ffffff;
}

.sticky-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.sticky-subtitle {
    font-size: 0.78rem;
    color: #38bdf8;
    font-weight: 600;
}

.sticky-btn {
    background: linear-gradient(135deg, #ea580c 0%, #c2410c 100%);
    color: #ffffff;
    border: none;
    padding: 11px 26px;
    border-radius: var(--radius-full);
    font-size: 0.92rem;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sticky-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(234, 88, 12, 0.5);
}

/* --- Modals for Agreements --- */
.contract-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(4px);
    z-index: 3000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.contract-modal.active {
    display: flex;
}

.modal-content {
    background: #ffffff;
    border-radius: var(--radius-lg);
    max-width: 680px;
    width: 100%;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: var(--shadow-lg);
    overflow: hidden;
}

.modal-header {
    background: var(--primary);
    color: #ffffff;
    padding: 18px 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal-header h3 {
    font-size: 1.2rem;
    color: #ffffff;
}

.modal-close {
    background: none;
    border: none;
    color: #ffffff;
    font-size: 1.6rem;
    cursor: pointer;
    line-height: 1;
}

.modal-body {
    padding: 26px;
    overflow-y: auto;
    font-size: 0.9rem;
    color: #334155;
    line-height: 1.7;
}

.modal-body h4 {
    font-size: 1rem;
    color: var(--primary);
    margin-top: 16px;
    margin-bottom: 8px;
}

/* =======================================================
   RESPONSIVE DESIGN (Breakpoints for 1300px, 1024px, 768px, 480px)
======================================================= */
@media (max-width: 1024px) {
    .campaign-price-amount {
        font-size: 1.75rem;
    }

    .site-header {
        padding: 12px 20px;
    }

    .header-desktop-nav {
        display: none; /* Switch to mobile navigation drawer below 1024px */
    }

    .mobile-nav-toggle {
        display: flex; /* Show hamburger button */
        align-items: center;
        justify-content: center;
    }

    .hero-title {
        font-size: 2.2rem;
    }

    .transmission-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .usage-steps-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .campaign-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .packages-grid,
    .packages-grid.grid-4-items,
    .packages-grid.grid-3-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 860px) {
    .top-trust-bar {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 10px 16px;
    }

    .trust-badges-left {
        justify-content: center;
    }

    .hero-section {
        padding: 35px 20px 30px;
    }

    .hero-content-grid {
        grid-template-columns: 1fr;
        text-align: center;
        gap: 30px;
    }

    .hero-title {
        font-size: 2rem;
    }

    .hero-points {
        align-items: center;
    }

    .hero-cta-group {
        justify-content: center;
    }

    .official-trust-box {
        flex-direction: column;
        text-align: left;
    }

    .what-is-grid {
        grid-template-columns: 1fr;
    }

    .mechanism-cards-grid {
        grid-template-columns: 1fr;
    }

    .pillars-grid {
        grid-template-columns: 1fr;
    }

    .licorice-grid {
        grid-template-columns: 1fr;
    }

    .campaign-cards-grid {
        grid-template-columns: 1fr;
    }

    .extra-showcase-row {
        grid-template-columns: 1fr;
    }

    .reviews-grid {
        grid-template-columns: 1fr;
    }

    .packages-grid,
    .packages-grid.grid-4-items,
    .packages-grid.grid-3-items {
        grid-template-columns: 1fr;
    }

    .symptoms-red-title {
        font-size: 1.3rem;
    }

    .symptoms-grid {
        grid-template-columns: 1fr 1fr;
    }

    .symptoms-red-footer {
        flex-direction: column;
        text-align: center;
    }

    .symptoms-action-btn {
        width: 100%;
        justify-content: center;
    }

    .footer-top-grid {
        grid-template-columns: 1fr;
    }

    .form-row {
        grid-template-columns: 1fr;
    }

    .order-form-container {
        padding: 24px 18px;
    }

    .content-section {
        padding: 40px 18px;
    }

    .sticky-title {
        font-size: 0.82rem;
    }

    .sticky-btn {
        padding: 9px 18px;
        font-size: 0.85rem;
    }
}
