/*
Theme Name: Buddy Premium Kedi Köpek Maması
Theme URI: https://buddykedi-kopekmamasi.com
Author: Buddy Pet Care
Description: Buddy Premium Kedi Köpek Maması Resmi Satış ve Tanıtım Portalı.
Version: 3.2.0
License: GNU General Public License v2 or later
Text Domain: buddy-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: #15803d;
    --primary-dark: #0f5127;
    --primary-light: #22c55e;
    --primary-soft: #f0fdf4;
    --primary-glow: rgba(34, 197, 94, 0.25);

    --accent-orange: #ea580c;
    --accent-amber: #f59e0b;
    --accent-amber-light: #fef3c7;
    --accent-blue: #0284c7;
    --accent-red: #ef4444;

    --bg-light: #f8fafc;
    --bg-card: #ffffff;
    --text-main: #0f172a;
    --text-muted: #475569;
    --text-light: #94a3b8;
    --border-color: #e2e8f0;
    --border-focus: #16a34a;

    --shadow-sm: 0 2px 8px rgba(15, 23, 42, 0.05);
    --shadow-md: 0 8px 24px rgba(15, 23, 42, 0.08);
    --shadow-lg: 0 16px 36px rgba(15, 23, 42, 0.12);
    --shadow-glow: 0 0 25px rgba(34, 197, 94, 0.25);

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

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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color: #f1f5f9;
    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: #0f172a;
    font-weight: 700;
    line-height: 1.25;
}

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

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

/* --- Container --- */
.landing-container {
    max-width: 1300px;
    margin: 0 auto;
    background: #ffffff;
    box-shadow: 0 0 50px rgba(15, 23, 42, 0.08);
    position: relative;
    padding-bottom: 95px;
    min-height: 100vh;
}

/* --- Top Trust Bar --- */
.top-trust-bar {
    background: linear-gradient(90deg, #0f5127 0%, #15803d 50%, #166534 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.15);
}

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

.trust-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.trust-badges-right {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.84rem;
}

/* --- Site Header --- */
.site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 28px;
    border-bottom: 1px solid var(--border-color);
    box-shadow: var(--shadow-sm);
}

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

.header-brand-logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-brand-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 2.5px solid #15803d;
    box-shadow: 0 4px 14px rgba(21, 128, 61, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.header-brand-wrap:hover .header-brand-img {
    transform: scale(1.08) rotate(3deg);
    box-shadow: 0 6px 18px rgba(21, 128, 61, 0.35);
}

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

.header-brand-name {
    font-family: 'Outfit', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
    color: #15803d;
    line-height: 1.1;
    letter-spacing: -0.5px;
}

.header-brand-subtitle {
    font-size: 0.76rem;
    color: var(--text-muted);
    font-weight: 600;
}

.header-desktop-nav .header-nav-links {
    display: flex;
    list-style: none;
    gap: 22px;
    align-items: center;
}

.header-desktop-nav .header-nav-links a {
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
    transition: color 0.2s;
}

.header-desktop-nav .header-nav-links a:hover {
    color: var(--primary);
}

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

.header-order-btn {
    background: linear-gradient(135deg, #ea580c, #f97316);
    color: #ffffff;
    padding: 10px 22px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.9rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.3);
    transition: all 0.25s ease;
}

.header-order-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(234, 88, 12, 0.4);
}

.mobile-nav-toggle {
    display: none;
    background: #f1f5f9;
    border: none;
    font-size: 1.4rem;
    width: 42px;
    height: 42px;
    border-radius: 8px;
    cursor: pointer;
    color: #334155;
}

/* Mobile Nav Drawer */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-drawer {
    position: fixed;
    top: 0;
    right: -320px;
    width: 300px;
    height: 100%;
    background: #ffffff;
    z-index: 1001;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: right 0.3s ease;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.15);
}

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

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

.mobile-nav-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--primary);
}

.mobile-nav-logo-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #15803d;
}

.mobile-nav-close {
    background: none;
    border: none;
    font-size: 1.4rem;
    cursor: pointer;
    color: var(--text-muted);
}

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

.mobile-nav-link {
    font-size: 1rem;
    font-weight: 600;
    color: #334155;
    padding: 8px 0;
    border-bottom: 1px solid #f8fafc;
}

.mobile-nav-footer-btn {
    margin-top: auto;
    background: var(--accent-orange);
    color: #ffffff;
    text-align: center;
    padding: 12px;
    border-radius: var(--radius-md);
    font-weight: 700;
}

/* --- Hero Section --- */
.hero-section {
    padding: 40px 28px 50px;
    background: radial-gradient(circle at 80% 20%, #f0fdf4 0%, #ffffff 70%);
    position: relative;
    border-bottom: 1px solid #e2e8f0;
}

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

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #dcfce7;
    color: #15803d;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-size: 0.85rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.hero-title {
    font-size: 2.8rem;
    line-height: 1.15;
    color: #0f172a;
    margin-bottom: 16px;
}

.hero-title span {
    color: #15803d;
    position: relative;
}

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

.official-trust-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 14px;
    margin-bottom: 28px;
    background: #f8fafc;
    padding: 16px;
    border-radius: var(--radius-md);
    border: 1px solid var(--border-color);
}

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

.official-trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    box-shadow: var(--shadow-sm);
    flex-shrink: 0;
}

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

.official-trust-text strong {
    font-size: 0.88rem;
    color: #0f172a;
}

.official-trust-text span {
    font-size: 0.75rem;
    color: #64748b;
}

.hero-points {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 28px;
}

.hero-point-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.92rem;
    font-weight: 600;
    color: #334155;
}

.hero-point-icon {
    color: #16a34a;
    background: #dcfce7;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    flex-shrink: 0;
}

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

.btn-primary-hero {
    background: linear-gradient(135deg, #ea580c, #f97316);
    color: #ffffff;
    padding: 14px 28px;
    border-radius: var(--radius-full);
    font-weight: 800;
    font-size: 1.05rem;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
    transition: all 0.25s;
}

.btn-primary-hero:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(234, 88, 12, 0.45);
}

.btn-secondary-hero {
    background: #ffffff;
    color: #15803d;
    padding: 14px 24px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #bbf7d0;
    box-shadow: var(--shadow-sm);
    transition: all 0.25s;
}

.btn-secondary-hero:hover {
    background: #f0fdf4;
    border-color: #86efac;
}

.hero-image-wrap {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-main-img {
    max-height: 460px;
    filter: drop-shadow(0 20px 30px rgba(0, 0, 0, 0.12));
    transition: transform 0.4s ease;
}

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

.hero-floating-badge-top {
    position: absolute;
    top: 15px;
    left: 10px;
    background: #ea580c;
    color: #ffffff;
    padding: 6px 14px;
    border-radius: var(--radius-full);
    font-weight: 800;
    font-size: 0.85rem;
    box-shadow: 0 4px 14px rgba(234, 88, 12, 0.4);
    animation: pulseBadge 2s infinite;
}

@keyframes pulseBadge {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.05); }
}

.hero-floating-badge {
    position: absolute;
    bottom: 20px;
    right: 10px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(8px);
    border: 1px solid #bbf7d0;
    border-radius: var(--radius-md);
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: var(--shadow-md);
    text-align: left;
}

.hero-floating-badge span {
    font-size: 1.6rem;
}

/* --- Category Filter & Products Section --- */
.content-section {
    padding: 60px 28px;
    border-bottom: 1px solid #f1f5f9;
}

.section-header {
    text-align: center;
    max-width: 780px;
    margin: 0 auto 40px;
}

.section-badge {
    display: inline-block;
    padding: 4px 14px;
    border-radius: var(--radius-full);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.8px;
    background: #dcfce7;
    color: #15803d;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.section-title {
    font-size: 2.2rem;
    color: #0f172a;
    margin-bottom: 12px;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #64748b;
    line-height: 1.6;
}

/* Category Filter Tabs */
.category-filter-tabs {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-bottom: 35px;
    flex-wrap: wrap;
}

.filter-tab-btn {
    background: #f1f5f9;
    color: #475569;
    border: none;
    padding: 10px 24px;
    border-radius: var(--radius-full);
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.25s ease;
}

.filter-tab-btn:hover {
    background: #e2e8f0;
    color: #0f172a;
}

.filter-tab-btn.active {
    background: #15803d;
    color: #ffffff;
    box-shadow: 0 4px 14px rgba(21, 128, 61, 0.3);
}

/* --- Products Grid (6 Products) --- */
.products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}

.product-card {
    background: #ffffff;
    border-radius: var(--radius-lg);
    border: 1.5px solid #e2e8f0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    position: relative;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.product-card:hover {
    border-color: #86efac;
    transform: translateY(-4px);
    box-shadow: var(--shadow-lg);
}

.product-card.featured-popular {
    border-color: #22c55e;
    background: linear-gradient(180deg, #ffffff 0%, #f0fdf4 100%);
}

.card-top-badges {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.badge-category {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    background: #e0f2fe;
    color: #0369a1;
    text-transform: uppercase;
}

.badge-category.cat-cat {
    background: #fef3c7;
    color: #b45309;
}

.badge-free-shipping {
    font-size: 0.72rem;
    font-weight: 800;
    padding: 4px 10px;
    border-radius: var(--radius-full);
    background: #dcfce7;
    color: #15803d;
}

.product-img-wrap {
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    position: relative;
    border-radius: var(--radius-md);
    background: #fafafa;
    overflow: hidden;
}

.product-img-wrap img {
    max-height: 210px;
    max-width: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.product-card:hover .product-img-wrap img {
    transform: scale(1.05);
}

.circle-save-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ea580c;
    color: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 0.68rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.1;
    box-shadow: 0 4px 12px rgba(234, 88, 12, 0.35);
    z-index: 2;
}

.product-title {
    font-size: 1.25rem;
    color: #0f172a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.product-desc {
    font-size: 0.86rem;
    color: #475569;
    margin-bottom: 12px;
    line-height: 1.5;
}

/* Analytical Nutrients Pill Row */
.nutrient-pill-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 14px;
}

.nutrient-pill {
    font-size: 0.72rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    background: #f1f5f9;
    color: #334155;
    border: 1px solid #e2e8f0;
}

.nutrient-pill.protein {
    background: #dcfce7;
    color: #166534;
    border-color: #bbf7d0;
}

/* Product Highlights Points */
.product-highlights-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 16px;
    font-size: 0.8rem;
    color: #334155;
}

.product-highlights-list li {
    display: flex;
    align-items: center;
    gap: 6px;
}

.product-highlights-list li span.bullet-check {
    color: #16a34a;
    font-weight: bold;
}

/* --- 3'lü Bundle Red Alarm Animations & Discount Styles --- */
@keyframes alarmPulseRed {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(220, 38, 38, 0.65);
        transform: scale(1);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(220, 38, 38, 0);
        transform: scale(1.02);
    }
}

@keyframes alarmTextFlash {
    0%, 100% {
        color: #dc2626;
        text-shadow: 0 0 16px rgba(239, 68, 68, 0.8), 0 0 4px rgba(220, 38, 38, 0.9);
    }
    50% {
        color: #b91c1c;
        text-shadow: 0 0 4px rgba(239, 68, 68, 0.3);
    }
}

@keyframes alarmSirenBlink {
    0%, 100% {
        transform: rotate(0deg) scale(1);
        filter: drop-shadow(0 0 6px rgba(239, 68, 68, 0.9));
    }
    25% {
        transform: rotate(-14deg) scale(1.2);
        filter: drop-shadow(0 0 12px rgba(239, 68, 68, 1));
    }
    75% {
        transform: rotate(14deg) scale(1.2);
        filter: drop-shadow(0 0 12px rgba(239, 68, 68, 1));
    }
}

@keyframes alarmBorderGlow {
    0%, 100% {
        border-color: #ef4444;
        box-shadow: 0 0 14px rgba(239, 68, 68, 0.35), inset 0 0 8px rgba(254, 202, 202, 0.5);
    }
    50% {
        border-color: #dc2626;
        box-shadow: 0 0 24px rgba(220, 38, 38, 0.6), inset 0 0 14px rgba(254, 202, 202, 0.8);
    }
}

@keyframes alarmLiveBadgePulse {
    0%, 100% {
        background-color: #dc2626;
        transform: scale(1);
    }
    50% {
        background-color: #ef4444;
        transform: scale(1.06);
    }
}

/* Bundle Alarm Top Banner */
.bundle-alarm-top-banner {
    background: linear-gradient(135deg, #7f1d1d 0%, #dc2626 50%, #991b1b 100%);
    border-radius: var(--radius-md);
    padding: 14px 20px;
    margin-bottom: 28px;
    color: #ffffff;
    box-shadow: 0 8px 24px rgba(220, 38, 38, 0.35);
    animation: alarmBorderGlow 2.5s infinite ease-in-out;
    border: 2px solid #ef4444;
}

.alarm-ticker-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    text-align: center;
}

.alarm-beacon-icon {
    font-size: 1.4rem;
    display: inline-block;
    animation: alarmSirenBlink 1.2s infinite ease-in-out;
}

.alarm-ticker-title {
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.5px;
    color: #fef08a;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.alarm-ticker-desc {
    font-size: 0.92rem;
    font-weight: 600;
    color: #ffffff;
}

.alarm-ticker-desc strong {
    color: #fef08a;
    text-decoration: underline;
}

.alarm-live-dot {
    background: #ffffff;
    color: #dc2626;
    font-size: 0.72rem;
    font-weight: 900;
    padding: 3px 10px;
    border-radius: var(--radius-full);
    letter-spacing: 0.5px;
    animation: alarmLiveBadgePulse 1.5s infinite;
}

/* Card Alarm Top Strip */
.card-alarm-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(135deg, #fef2f2 0%, #fee2e2 100%);
    border: 1.5px solid #f87171;
    border-radius: var(--radius-sm);
    padding: 6px 12px;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(239, 68, 68, 0.15);
    animation: alarmPulseRed 2s infinite ease-in-out;
}

.alarm-siren-icon {
    font-size: 1.1rem;
    animation: alarmSirenBlink 1.4s infinite;
}

.alarm-strip-text {
    font-size: 0.78rem;
    font-weight: 800;
    color: #991b1b;
    letter-spacing: 0.2px;
}

.alarm-strip-text strong {
    color: #dc2626;
    font-size: 0.84rem;
}

.alarm-live-badge {
    background: #dc2626;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 900;
    padding: 2px 7px;
    border-radius: var(--radius-full);
    animation: alarmLiveBadgePulse 1.2s infinite;
}

/* Dedicated 3'lü Discount Alarm Callout Box */
.triple-deal-alarm-box {
    background: linear-gradient(145deg, #fff5f5 0%, #fee2e2 100%);
    border: 2px solid #ef4444;
    border-radius: var(--radius-md);
    padding: 12px 14px;
    margin: 14px 0 16px 0;
    box-shadow: 0 4px 16px rgba(239, 68, 68, 0.2);
    animation: alarmBorderGlow 2s infinite ease-in-out;
    position: relative;
}

.triple-alarm-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px dashed #fca5a5;
    padding-bottom: 6px;
}

.triple-alarm-title {
    font-size: 0.8rem;
    font-weight: 900;
    color: #991b1b;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    gap: 4px;
}

.triple-alarm-discount {
    background: #dc2626;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: var(--radius-full);
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.4);
    animation: alarmLiveBadgePulse 1.5s infinite;
}

.triple-alarm-price-wrap {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 6px;
}

.triple-alarm-main-price {
    font-family: 'Outfit', sans-serif;
    font-size: 1.6rem;
    font-weight: 900;
    color: #dc2626;
    animation: alarmTextFlash 1.8s infinite;
    line-height: 1;
}

.triple-alarm-sub-info {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.triple-alarm-old-price {
    font-size: 0.88rem;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 700;
}

.triple-alarm-unit {
    font-size: 0.76rem;
    color: #991b1b;
    font-weight: 700;
}

.triple-alarm-unit strong {
    color: #15803d;
    font-size: 0.82rem;
}

.triple-alarm-saving-tag {
    background: rgba(220, 38, 38, 0.1);
    border: 1px dashed #ef4444;
    border-radius: var(--radius-sm);
    padding: 5px 8px;
    font-size: 0.74rem;
    font-weight: 800;
    color: #b91c1c;
    text-align: center;
}

.triple-alarm-saving-tag strong {
    color: #dc2626;
    text-decoration: underline;
}

/* Card State when Triple Active */
.product-card.triple-active {
    border-color: #ef4444;
    box-shadow: 0 8px 26px rgba(239, 68, 68, 0.18);
    background: linear-gradient(180deg, #ffffff 0%, #fffafa 100%);
}

.product-card.triple-active .circle-save-badge {
    display: flex !important;
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 100%);
    box-shadow: 0 4px 16px rgba(220, 38, 38, 0.45);
    animation: alarmLiveBadgePulse 1.5s infinite;
    border: 2px solid #ffffff;
}

/* Variation Toggle Pills */
.variation-toggle-box {
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 6px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 14px;
}

.var-option-btn {
    background: transparent;
    border: 1px solid transparent;
    padding: 8px 10px;
    border-radius: var(--radius-sm);
    font-size: 0.82rem;
    font-weight: 700;
    color: #64748b;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transition: all 0.25s ease;
}

.var-option-btn span.var-name {
    font-weight: 800;
}

.var-option-btn span.var-sub {
    font-size: 0.7rem;
    opacity: 0.85;
}

.var-badge-alarm {
    position: absolute;
    top: -10px;
    right: -4px;
    background: #dc2626;
    color: #ffffff;
    font-size: 0.62rem;
    font-weight: 900;
    padding: 2px 6px;
    border-radius: var(--radius-full);
    box-shadow: 0 2px 6px rgba(220, 38, 38, 0.4);
    animation: alarmLiveBadgePulse 1.4s infinite;
    white-space: nowrap;
}

.var-option-btn.active {
    background: #ffffff;
    color: #15803d;
    box-shadow: var(--shadow-sm);
    border: 1.5px solid #86efac;
}

.var-option-btn.is-triple {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    color: #c2410c;
}

.var-option-btn.active.is-triple {
    background: linear-gradient(135deg, #fff1f2 0%, #fee2e2 100%);
    color: #991b1b;
    border: 2px solid #ef4444;
    box-shadow: 0 4px 12px rgba(239, 68, 68, 0.25);
}

/* Price Box */
.product-pricing-box {
    margin-top: auto;
    padding-top: 14px;
    border-top: 1.5px solid #f1f5f9;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 10px;
    margin-bottom: 4px;
    flex-wrap: wrap;
}

.curr-price {
    font-size: 1.6rem;
    font-weight: 900;
    color: #0f172a;
    font-family: 'Outfit', sans-serif;
    transition: all 0.2s;
}

.curr-price.is-triple-alarm {
    color: #dc2626;
    font-size: 1.75rem;
    animation: alarmTextFlash 1.6s infinite;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.old-price {
    font-size: 1rem;
    color: #94a3b8;
    text-decoration: line-through;
    font-weight: 700;
}

.alarm-save-tag-pill {
    background: #dc2626;
    color: #ffffff;
    font-size: 0.68rem;
    font-weight: 900;
    padding: 3px 8px;
    border-radius: var(--radius-full);
    animation: alarmLiveBadgePulse 1.5s infinite;
}

.unit-price-note {
    font-size: 0.8rem;
    color: #15803d;
    font-weight: 700;
    margin-bottom: 12px;
}

.unit-price-note.is-triple-note {
    color: #991b1b;
    font-weight: 800;
    background: #fef2f2;
    padding: 4px 8px;
    border-radius: var(--radius-sm);
    border-left: 3px solid #dc2626;
}

.product-action-btn {
    width: 100%;
    background: linear-gradient(135deg, #15803d, #16a34a);
    color: #ffffff;
    text-decoration: none;
    border: none;
    padding: 13px 16px;
    border-radius: var(--radius-full);
    font-size: 0.95rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 4px 14px rgba(21, 128, 61, 0.25);
    transition: all 0.25s ease;
    box-sizing: border-box;
}

.product-action-btn:hover {
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #166534, #15803d);
    box-shadow: 0 6px 20px rgba(21, 128, 61, 0.35);
    transform: translateY(-2px);
}

.product-action-btn.btn-triple {
    background: linear-gradient(135deg, #dc2626 0%, #ef4444 50%, #ea580c 100%);
    box-shadow: 0 6px 18px rgba(220, 38, 38, 0.4);
    animation: alarmPulseRed 2s infinite ease-in-out;
}

.product-action-btn.btn-triple:hover {
    color: #ffffff;
    text-decoration: none;
    background: linear-gradient(135deg, #b91c1c 0%, #dc2626 50%, #c2410c 100%);
    box-shadow: 0 8px 26px rgba(220, 38, 38, 0.55);
    transform: translateY(-2px) scale(1.02);
}



/* --- Features Section --- */
.features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
}

.feature-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 24px;
    text-align: center;
    transition: all 0.25s;
}

.feature-card:hover {
    background: #ffffff;
    border-color: #86efac;
    transform: translateY(-3px);
    box-shadow: var(--shadow-md);
}

.feature-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #dcfce7;
    color: #15803d;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    margin: 0 auto 16px;
}

.feature-title {
    font-size: 1.15rem;
    color: #0f172a;
    margin-bottom: 8px;
}

.feature-desc {
    font-size: 0.86rem;
    color: #64748b;
    line-height: 1.5;
}

/* --- Nutrition & Ingredients Banner --- */
.nutrition-banner {
    background: linear-gradient(135deg, #0f5127 0%, #15803d 100%);
    border-radius: var(--radius-lg);
    padding: 40px;
    color: #ffffff;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 30px;
    align-items: center;
    margin-top: 40px;
}

.nutrition-banner-title {
    color: #ffffff;
    font-size: 2rem;
    margin-bottom: 12px;
}

.nutrition-banner-desc {
    color: #bbf7d0;
    font-size: 1rem;
    margin-bottom: 24px;
    line-height: 1.6;
}

.nutrition-stats-row {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.nutrition-stat-item {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(6px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 14px 20px;
    border-radius: var(--radius-md);
    text-align: center;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 800;
    color: #fef08a;
    display: block;
    line-height: 1;
}

.stat-label {
    font-size: 0.78rem;
    color: #e2e8f0;
}

/* --- Order & Checkout Section --- */
.order-section {
    padding: 60px 28px;
    background: #f8fafc;
}

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

.order-form-title {
    font-size: 2rem;
    color: #0f172a;
    text-align: center;
    margin-bottom: 8px;
}

.order-form-subtitle {
    font-size: 0.95rem;
    color: #64748b;
    text-align: center;
    margin-bottom: 24px;
}

/* Live Selected Product Summary Box */
.selected-product-summary-box {
    background: #f0fdf4;
    border: 2px solid #86efac;
    border-radius: var(--radius-md);
    padding: 18px 22px;
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.summary-pkg-info {
    display: flex;
    flex-direction: column;
}

.summary-pkg-label {
    font-size: 0.76rem;
    font-weight: 800;
    color: #15803d;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.summary-pkg-name {
    font-size: 1.15rem;
    font-weight: 800;
    color: #0f172a;
}

.summary-pkg-price-badge {
    background: #15803d;
    color: #ffffff;
    font-size: 1.15rem;
    font-weight: 800;
    padding: 8px 18px;
    border-radius: var(--radius-full);
    font-family: 'Outfit', sans-serif;
    box-shadow: 0 4px 12px rgba(21, 128, 61, 0.25);
}

/* Form Styles */
.form-group {
    margin-bottom: 18px;
}

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

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

.form-control {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--radius-sm);
    font-family: inherit;
    font-size: 0.95rem;
    color: #0f172a;
    transition: all 0.2s;
    background: #ffffff;
}

.form-control:focus {
    outline: none;
    border-color: #15803d;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.phone-input-wrapper {
    display: flex;
    align-items: center;
    border: 1.5px solid #cbd5e1;
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: #ffffff;
}

.phone-input-wrapper:focus-within {
    border-color: #15803d;
    box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.15);
}

.phone-prefix {
    background: #f1f5f9;
    padding: 12px 14px;
    font-weight: 700;
    color: #475569;
    font-size: 0.95rem;
    border-right: 1px solid #cbd5e1;
}

.phone-input-wrapper .form-control {
    border: none;
    box-shadow: none;
}

.form-help {
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 4px;
}

/* Payment Method Cards */
.payment-methods-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 18px;
}

.payment-method-card {
    border: 2px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #ffffff;
}

.payment-method-card:hover {
    border-color: #86efac;
}

.payment-method-card.selected {
    border-color: #15803d;
    background: #f0fdf4;
}

.payment-method-card input[type="radio"] {
    margin-top: 3px;
    accent-color: #15803d;
}

.payment-method-details {
    display: flex;
    flex-direction: column;
}

.pm-title {
    font-size: 0.95rem;
    font-weight: 800;
    color: #0f172a;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pm-desc {
    font-size: 0.78rem;
    color: #64748b;
    margin-top: 2px;
}

.iyzico-badge-logo {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    background: #0070ba;
    color: #ffffff;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 4px;
}

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

.agreement-checkbox input {
    margin-top: 4px;
    accent-color: #15803d;
}

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

.agreement-text a {
    color: #15803d;
    font-weight: 700;
    text-decoration: underline;
}

/* Submit Button */
.submit-btn {
    width: 100%;
    background: linear-gradient(135deg, #ea580c, #f97316);
    color: #ffffff;
    border: none;
    padding: 16px;
    border-radius: var(--radius-full);
    font-size: 1.15rem;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 8px 24px rgba(234, 88, 12, 0.35);
    transition: all 0.25s ease;
}

.submit-btn:hover {
    background: linear-gradient(135deg, #c2410c, #ea580c);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(234, 88, 12, 0.45);
}

.submit-btn.loading {
    opacity: 0.8;
    pointer-events: none;
}

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

.form-status.success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
    display: block;
}

.form-status.error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fca5a5;
    display: block;
}

/* --- Reviews & Testimonials Section --- */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.review-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    padding: 22px;
    box-shadow: var(--shadow-sm);
    display: flex;
    flex-direction: column;
}

.review-card-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.review-stars {
    color: #f59e0b;
    font-size: 1rem;
}

.review-date-badge {
    font-size: 0.72rem;
    color: #94a3b8;
    font-weight: 600;
}

.review-product-tag {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    color: #15803d;
    background: #f0fdf4;
    padding: 2px 8px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.review-comment {
    font-size: 0.88rem;
    color: #334155;
    line-height: 1.55;
    margin-bottom: 14px;
    font-style: italic;
}

.review-author-box {
    margin-top: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.review-avatar {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #dcfce7;
    color: #15803d;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
}

.review-author-name {
    font-size: 0.88rem;
    font-weight: 700;
    color: #0f172a;
}

.review-pet-tag {
    font-size: 0.74rem;
    color: #64748b;
}

/* --- FAQ Accordion --- */
.faq-list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.faq-item {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: var(--radius-md);
    overflow: hidden;
    transition: all 0.2s;
}

.faq-question {
    padding: 18px 22px;
    font-size: 1rem;
    font-weight: 700;
    color: #0f172a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-icon {
    font-size: 1.2rem;
    color: #15803d;
    transition: transform 0.3s;
}

.faq-answer {
    padding: 0 22px;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    color: #475569;
    font-size: 0.92rem;
    line-height: 1.6;
}

.faq-item.active {
    border-color: #86efac;
    box-shadow: var(--shadow-sm);
}

.faq-item.active .faq-icon {
    transform: rotate(45deg);
}

.faq-item.active .faq-answer {
    padding: 0 22px 18px 22px;
    max-height: 300px;
}

/* --- Modals for Terms & Agreements --- */
.contract-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 2000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease;
}

.contract-modal.active {
    opacity: 1;
    visibility: visible;
}

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

.contract-modal .modal-header {
    padding: 18px 24px;
    border-bottom: 1px solid #e2e8f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contract-modal .modal-header h3 {
    font-size: 1.2rem;
    color: #0f172a;
}

.contract-modal .modal-close {
    background: none;
    border: none;
    font-size: 1.6rem;
    cursor: pointer;
    color: #64748b;
}

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

.contract-modal .modal-body h4 {
    margin: 14px 0 6px;
    color: #0f172a;
    font-size: 0.98rem;
}

/* --- WhatsApp Floating Widget & Delayed Speech Bubble --- */
.buddy-wa-widget {
    position: relative;
    z-index: 9999;
}

.buddy-wa-btn {
    position: fixed;
    bottom: 28px;
    right: 28px;
    width: 62px;
    height: 62px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    text-decoration: none;
    box-shadow: 0 10px 25px rgba(37, 211, 102, 0.45), 0 4px 10px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    cursor: pointer;
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1), box-shadow 0.3s ease;
    animation: waPulseGlow 2.4s infinite;
}

.buddy-wa-btn:hover {
    transform: scale(1.1) translateY(-3px);
    box-shadow: 0 14px 30px rgba(37, 211, 102, 0.6), 0 6px 14px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    text-decoration: none;
}

.buddy-wa-icon {
    width: 34px;
    height: 34px;
    fill: #ffffff;
    filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.2));
}

.buddy-wa-badge-dot {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 14px;
    height: 14px;
    background: #22c55e;
    border: 2.5px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.8);
}

.buddy-wa-tooltip {
    position: absolute;
    right: 74px;
    top: 50%;
    transform: translateY(-50%) translateX(8px);
    background: rgba(15, 23, 42, 0.92);
    backdrop-filter: blur(8px);
    color: #ffffff;
    padding: 7px 14px;
    border-radius: 10px;
    font-size: 0.82rem;
    font-weight: 700;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.25s ease;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
}

.buddy-wa-btn:hover .buddy-wa-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(0);
}

/* WhatsApp Speech Bubble Popup */
.buddy-wa-bubble {
    position: fixed;
    bottom: 102px;
    right: 28px;
    width: 330px;
    max-width: calc(100vw - 36px);
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18), 0 4px 14px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(37, 211, 102, 0.25);
    padding: 16px 18px;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.92);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.buddy-wa-bubble::after {
    content: '';
    position: absolute;
    bottom: -9px;
    right: 26px;
    width: 18px;
    height: 18px;
    background: #ffffff;
    border-right: 1px solid rgba(37, 211, 102, 0.25);
    border-bottom: 1px solid rgba(37, 211, 102, 0.25);
    transform: rotate(45deg);
}

.buddy-wa-bubble.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.buddy-wa-bubble-close {
    position: absolute;
    top: 10px;
    right: 12px;
    background: none;
    border: none;
    font-size: 1.4rem;
    line-height: 1;
    color: #94a3b8;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease, transform 0.2s ease;
}

.buddy-wa-bubble-close:hover {
    color: #ef4444;
    transform: scale(1.2);
}

.buddy-wa-bubble-header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f1f5f9;
}

.buddy-wa-avatar-wrap {
    position: relative;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
}

.buddy-wa-avatar {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #25D366;
}

.buddy-wa-status-dot {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 12px;
    background: #22c55e;
    border: 2px solid #ffffff;
    border-radius: 50%;
}

.buddy-wa-bubble-title {
    font-weight: 800;
    font-size: 0.95rem;
    color: #0f172a;
    line-height: 1.2;
}

.buddy-wa-bubble-status {
    font-size: 0.78rem;
    color: #16a34a;
    font-weight: 600;
    margin-top: 2px;
}

.buddy-wa-bubble-body {
    padding: 12px 0;
}

.buddy-wa-bubble-body p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.5;
    color: #334155;
}

.buddy-wa-bubble-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 800;
    font-size: 0.9rem;
    padding: 10px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(37, 211, 102, 0.35);
    transition: all 0.25s ease;
}

.buddy-wa-bubble-btn:hover {
    background: linear-gradient(135deg, #1ebd5b 0%, #0e7266 100%);
    box-shadow: 0 6px 20px rgba(37, 211, 102, 0.5);
    transform: translateY(-1px);
    color: #ffffff;
    text-decoration: none;
}

@keyframes waPulseGlow {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.65), 0 10px 25px rgba(37, 211, 102, 0.45);
    }
    70% {
        box-shadow: 0 0 0 18px rgba(37, 211, 102, 0), 0 10px 25px rgba(37, 211, 102, 0.45);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0), 0 10px 25px rgba(37, 211, 102, 0.45);
    }
}

/* --- Footer --- */
.site-footer {
    background: #0f172a;
    color: #cbd5e1;
    padding: 40px 28px 24px;
}

.footer-top {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #1e293b;
    margin-bottom: 24px;
}

.footer-brand-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
}

.footer-brand-img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #86efac;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.footer-brand-title {
    color: #ffffff;
    font-size: 1.3rem;
    margin: 0;
    line-height: 1.1;
}

.footer-brand-tag {
    font-size: 0.78rem;
    color: #86efac;
    font-weight: 600;
}

.footer-brand-desc {
    font-size: 0.85rem;
    color: #94a3b8;
    line-height: 1.6;
}

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

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

.footer-links a {
    font-size: 0.85rem;
    color: #94a3b8;
    transition: color 0.2s;
}

.footer-links a:hover {
    color: #22c55e;
}

.footer-bottom {
    text-align: center;
    font-size: 0.8rem;
    color: #64748b;
}

/* --- Responsive Media Queries --- */
@media (max-width: 1024px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .reviews-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .footer-top {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .top-trust-bar {
        font-size: 0.75rem;
        padding: 8px 16px;
        flex-direction: column;
        gap: 6px;
        text-align: center;
    }
    .site-header {
        padding: 12px 16px;
    }
    .header-desktop-nav {
        display: none;
    }
    .mobile-nav-toggle {
        display: block;
    }
    .hero-content-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .hero-title {
        font-size: 2.1rem;
    }
    .hero-points {
        grid-template-columns: 1fr;
    }
    .products-grid {
        grid-template-columns: 1fr;
    }
    .features-grid {
        grid-template-columns: 1fr;
    }
    .reviews-grid {
        grid-template-columns: 1fr;
    }
    .nutrition-banner {
        grid-template-columns: 1fr;
        padding: 24px;
    }
    .form-row {
        grid-template-columns: 1fr;
    }
    .payment-methods-grid {
        grid-template-columns: 1fr;
    }
    .buddy-wa-btn {
        bottom: 20px;
        right: 18px;
        width: 56px;
        height: 56px;
    }
    .buddy-wa-icon {
        width: 30px;
        height: 30px;
    }
    .buddy-wa-bubble {
        bottom: 86px;
        right: 16px;
        width: calc(100vw - 32px);
        max-width: 330px;
        padding: 14px 16px;
    }
    .footer-top {
        grid-template-columns: 1fr;
    }
}
