/* --- Google Fonts & Global Setup --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap');

:root {
    --primary-color: #0055d4;
    --primary-hover: #0044aa;
    --text-dark: #111827;
    --text-light: #6b7280;
    --background-light: #f9fafb;
    --white: #ffffff;
    --border-color: #e5e7eb;
    --success-color: #059669;
    --error-color: #dc2626;
    --notice-color: #f59e0b;
}

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

body {
    font-family: 'Inter', sans-serif;
    color: var(--text-dark);
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    line-height: 1.6;
}

.container { width: 90%; max-width: 1200px; margin: 0 auto; }
img { max-width: 100%; display: block; }
a { color: var(--primary-color); text-decoration: none; }
.btn-primary {
    display: inline-block; background-color: var(--primary-color); color: var(--white);
    padding: 0.8rem 1.8rem; border-radius: 8px; text-decoration: none;
    font-weight: 600; border: none; cursor: pointer;
    transition: background-color 0.3s, transform 0.2s;
}
.btn-primary:hover { background-color: var(--primary-hover); transform: translateY(-2px); }

/* --- Header & Navigation --- */
.main-header {
    background: rgba(255, 255, 255, 0.9); backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); border-bottom: 1px solid var(--border-color);
    padding: 1rem 0; position: sticky; top: 0; z-index: 1000;
}
.main-nav { display: flex; justify-content: space-between; align-items: center; }
.logo svg { height: 32px; width: auto; }
.nav-links { list-style: none; display: flex; gap: 2.5rem; }
.nav-links a { color: var(--text-light); font-weight: 500; transition: color 0.3s; }
.nav-links a:hover { color: var(--primary-color); }
.nav-extra { display: flex; align-items: center; gap: 1rem; }
.cart-icon { position: relative; color: var(--text-dark); }
.cart-icon svg { width: 28px; height: 28px; }
#cart-item-count {
    position: absolute; top: -5px; right: -10px; background-color: var(--primary-color);
    color: var(--white); width: 20px; height: 20px; border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px; font-weight: 700; transition: transform 0.3s ease;
}
#cart-item-count.updated { transform: scale(1.3); }
.hamburger { display: none; cursor: pointer; }
.hamburger div { width: 25px; height: 3px; background-color: var(--text-dark); margin: 5px 0; transition: 0.4s; }

/* --- Section Styling --- */
.page-section { padding: 4rem 0; }
.section-title { text-align: center; font-size: 2.25rem; font-weight: 700; margin-bottom: 1rem; }
.section-subtitle { text-align: center; max-width: 600px; margin: 0 auto 3rem auto; color: var(--text-light); }
.text-content { max-width: 800px; margin: 0 auto; }
.text-content h1, .text-content h3 { margin-bottom: 1rem; }
.text-content p, .text-content li { margin-bottom: 1rem; color: var(--text-light); }
.text-content ul { padding-left: 20px; }

/* --- Hero Section & Animation --- */
.hero { position: relative; overflow: hidden; background: var(--background-light); padding: 5rem 0; text-align: center; }
.hero-content { position: relative; z-index: 2; }
.hero h1:not(.animated-heading) { font-size: 3rem; font-weight: 700; margin-bottom: 1rem; }
.hero p { font-size: 1.125rem; color: var(--text-light); max-width: 600px; margin: 0 auto 2rem auto; }
.hero-animation { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }
.hero-animation li {
    position: absolute; display: block; list-style: none; width: 20px; height: 20px;
    background-repeat: no-repeat; background-size: contain; bottom: -150px;
    animation: moveIcons 25s linear infinite; opacity: 0.15;
}
.hero-animation li:nth-child(1) { left: 25%; width: 80px; height: 80px; animation-delay: 0s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(2) { left: 10%; width: 20px; height: 20px; animation-delay: 2s; animation-duration: 12s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H4.125c-.621 0-1.125.504-1.125 1.125v2.25c0 .621.504 1.125 1.125 1.125H4.5m15.375-4.125V6.375c0-.621-.504-1.125-1.125-1.125H5.625c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V15M11.25 12h1.5" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(3) { left: 70%; width: 20px; height: 20px; animation-delay: 4s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(4) { left: 40%; width: 60px; height: 60px; animation-delay: 0s; animation-duration: 18s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M6.827 6.175A2.31 2.31 0 015.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 00-1.134-.175 2.31 2.31 0 01-1.64-1.055l-.822-1.316a2.192 2.192 0 00-1.736-1.039 48.774 48.774 0 00-5.232 0 2.192 2.192 0 00-1.736 1.039l-.821 1.316z" /><path stroke-linecap="round" stroke-linejoin="round" d="M16.5 12.75a4.5 4.5 0 11-9 0 4.5 4.5 0 019 0zM18.75 10.5h.008v.008h-.008v-.008z" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(5) { left: 65%; width: 20px; height: 20px; animation-delay: 0s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(6) { left: 75%; width: 110px; height: 110px; animation-delay: 3s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M21 10.5h.375c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125H21M4.5 10.5H4.125c-.621 0-1.125.504-1.125 1.125v2.25c0 .621.504 1.125 1.125 1.125H4.5m15.375-4.125V6.375c0-.621-.504-1.125-1.125-1.125H5.625c-.621 0-1.125.504-1.125 1.125v11.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V15M11.25 12h1.5" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(7) { left: 35%; width: 150px; height: 150px; animation-delay: 7s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M6.827 6.175A2.31 2.31 0 015.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 00-1.134-.175 2.31 2.31 0 01-1.64-1.055l-.822-1.316a2.192 2.192 0 00-1.736-1.039 48.774 48.774 0 00-5.232 0 2.192 2.192 0 00-1.736 1.039l-.821 1.316z" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(8) { left: 50%; width: 25px; height: 25px; animation-delay: 15s; animation-duration: 45s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M10.5 1.5H8.25A2.25 2.25 0 006 3.75v16.5a2.25 2.25 0 002.25 2.25h7.5A2.25 2.25 0 0018 20.25V3.75a2.25 2.25 0 00-2.25-2.25H13.5m-3 0V3h3V1.5m-3 0h3m-3 18.75h3" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(9) { left: 20%; width: 15px; height: 15px; animation-delay: 2s; animation-duration: 35s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75z" /></svg>'); background-color: var(--primary-color); }
.hero-animation li:nth-child(10) { left: 85%; width: 150px; height: 150px; animation-delay: 0s; animation-duration: 11s; mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M6.827 6.175A2.31 2.31 0 015.186 7.23c-.38.054-.757.112-1.134.175C2.999 7.58 2.25 8.507 2.25 9.574V18a2.25 2.25 0 002.25 2.25h15A2.25 2.25 0 0021.75 18V9.574c0-1.067-.75-1.994-1.802-2.169a47.865 47.865 0 00-1.134-.175 2.31 2.31 0 01-1.64-1.055l-.822-1.316a2.192 2.192 0 00-1.736-1.039 48.774 48.774 0 00-5.232 0 2.192 2.192 0 00-1.736 1.039l-.821 1.316z" /></svg>'); background-color: var(--primary-color); }
@keyframes moveIcons { 0% { transform: translateY(0); opacity: 0; } 10% { opacity: 0.15; } 90% { opacity: 0.15; } 100% { transform: translateY(-100vh) rotate(360deg); opacity: 0; } }
.hero h1.animated-heading { height: 1.2em; overflow: hidden; display: inline-block; vertical-align: middle; }
.typing-container { animation: slide-text 12s infinite steps(1); }
.typing-container span { display: block; height: 1.2em; width: 0; overflow: hidden; white-space: nowrap; border-right: 4px solid var(--text-dark); animation: typing 4s steps(40, end) infinite, blink-cursor .75s step-end infinite; }
.typing-container span:nth-child(1) { width: 31ch; }
.typing-container span:nth-child(2) { width: 17ch; animation-delay: 4s; }
.typing-container span:nth-child(3) { width: 35ch; animation-delay: 8s; }
@keyframes slide-text { 33.33% { transform: translateY(-1.2em); } 66.66% { transform: translateY(-2.4em); } 100% { transform: translateY(0); } }
@keyframes typing { 0%, 100% { width: 0; } 50%, 90% { width: 100%; } }
@keyframes blink-cursor { from, to { border-color: transparent; } 50% { border-color: var(--text-dark); } }

/* --- Trust Section --- */
.trust-section { padding: 4rem 0; }
.trust-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; text-align: center; }
.trust-item svg { height: 48px; margin-bottom: 1rem; color: var(--primary-color); }
.trust-item h3 { font-size: 1.125rem; font-weight: 600; margin-bottom: 0.5rem; }

/* --- Product Grid --- */
.products-section { padding: 4rem 0; background: var(--background-light); }
.product-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.product-card { background: var(--white); border: 1px solid var(--border-color); border-radius: 12px; overflow: hidden; text-decoration: none; color: var(--text-dark); transition: all 0.3s; }
.product-card:hover { transform: translateY(-8px); box-shadow: 0 10px 20px rgba(0,0,0,0.07); }
.product-card-image { padding: 2rem 1rem;  }
.product-card-image img { height: 200px; object-fit: contain; margin: 0 auto; }
.product-card-content { padding: 1.5rem; border-top: 1px solid var(--border-color); }
.product-card-content h3 { font-size: 1.25rem; font-weight: 600; margin-bottom: 0.5rem; }
.price-options { margin-top: 1rem; }
.installment-price { font-size: 1.125rem; color: var(--text-dark); }
.installment-price strong { color: var(--primary-color); }
.full-price-option { font-size: 0.875rem; color: var(--text-light); margin-top: 0.25rem; }

/* --- Single Product Page --- */
.single-product-section { padding: 4rem 0; }
.breadcrumb { margin-bottom: 2rem; }
.breadcrumb a { color: var(--text-light); font-weight: 500; }
.single-product-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: flex-start; }
.product-gallery-main img { border-radius: 12px; border: 1px solid var(--border-color); }
.stock-status { display: inline-block; background-color: #d1fae5; color: #065f46; padding: 4px 10px; border-radius: 99px; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.5rem; }
#product-sku { color: var(--text-light); font-size: 0.875rem; margin-bottom: 1rem; }
#dynamic-price { font-size: 2.25rem; font-weight: 700; color: var(--text-dark); }
.selector-group { margin-top: 1.5rem; }
.selector-title { font-size: 1rem; font-weight: 600; margin-bottom: 0.75rem; }
.selector-title span { font-weight: normal; color: var(--text-light); }
.color-selector, .storage-selector { display: flex; flex-wrap: wrap; gap: 0.75rem; }
.color-swatch-label, .storage-option-label { position: relative; cursor: pointer; }
.color-swatch-label input, .storage-option-label input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.color-swatch { display: block; width: 36px; height: 36px; border-radius: 50%; background-color: var(--color-hex); border: 2px solid var(--border-color); transition: all 0.2s; }
.color-swatch-label input:checked + .color-swatch { transform: scale(1.15); border-color: var(--primary-color); box-shadow: 0 0 0 2px var(--white), 0 0 0 4px var(--primary-color); }
.storage-option-label span { display: block; padding: 0.6rem 1rem; border: 2px solid var(--border-color); border-radius: 8px; font-weight: 500; transition: all 0.2s; }
.storage-option-label input:checked + span { background-color: var(--primary-color); color: var(--white); border-color: var(--primary-color); }
.action-area { display: flex; gap: 1rem; margin: 2rem 0; }
.quantity-selector { display: flex; border: 1px solid var(--border-color); border-radius: 8px; }
.quantity-selector button { background: none; border: none; cursor: pointer; padding: 0 15px; font-size: 1.5rem; color: var(--text-light); }
.quantity-selector input { width: 50px; text-align: center; border: none; font-size: 1rem; font-weight: 600; outline: none; background: none; }
.action-area .btn-primary { flex-grow: 1; }
.trust-badges { display: flex; gap: 1.5rem; color: var(--text-light); font-size: 0.875rem; font-weight: 500; margin-top: 1rem; flex-wrap: wrap; }
.installment-box, .shipping-selector-box { background-color: var(--background-light); border: 1px solid var(--border-color); border-radius: 12px; padding: 1.5rem; margin: 2rem 0; }
.installment-options { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-top: 1rem; }
.installment-option-label { position: relative; cursor: pointer; }
.installment-option-label input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.installment-option-label span { display: block; padding: 0.75rem; border: 2px solid var(--border-color); border-radius: 8px; text-align: center; transition: all 0.2s; }
.installment-option-label span strong { display: block; font-size: 1rem; color: var(--text-dark); }
.installment-option-label span small { font-size: 0.8rem; color: var(--text-light); }
.installment-option-label input:checked + span { border-color: var(--primary-color); background-color: #eef5ff; }
.down-payment-display { display: flex; justify-content: space-between; align-items: center; margin-top: 1.5rem; padding-top: 1.5rem; border-top: 1px solid var(--border-color); }
.dp-label { font-weight: 500; color: var(--text-light); }
.dp-amount { font-size: 1.5rem; font-weight: 700; color: var(--primary-color); }
.custom-dropdown { position: relative; margin-top: 1rem; }
.selected-country { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem; border: 1px solid var(--border-color); border-radius: 8px; cursor: pointer; background-color: var(--white); }
.selected-country img { width: 20px; }
.selected-country span { flex-grow: 1; font-weight: 500; }
.dropdown-arrow { width: 20px; height: 20px; color: var(--text-light); transition: transform 0.3s; }
.custom-dropdown.open .dropdown-arrow { transform: rotate(180deg); }
.country-options { position: absolute; top: 105%; left: 0; right: 0; background: var(--white); border: 1px solid var(--border-color); border-radius: 8px; list-style: none; max-height: 200px; overflow-y: auto; z-index: 100; opacity: 0; visibility: hidden; transform: translateY(-10px); transition: all 0.3s; }
.custom-dropdown.open .country-options { opacity: 1; visibility: visible; transform: translateY(0); }
.country-option { display: flex; align-items: center; gap: 0.75rem; padding: 0.75rem; cursor: pointer; }
.country-option:hover { background-color: var(--background-light); }
.country-option img { width: 20px; }
.shipping-result { margin-top: 1rem; padding: 0.75rem; background-color: #eef5ff; border-radius: 8px; color: var(--primary-color); font-weight: 500; font-size: 0.9rem; text-align: center; }
.section-title-small { text-align: center; font-size: 1.75rem; font-weight: 600; margin-top: 5rem; margin-bottom: 2rem; }
.in-the-box-section { padding-bottom: 3rem; border-bottom: 1px solid var(--border-color); margin-bottom: 3rem; }
.box-items-grid { display: flex; justify-content: space-around; gap: 1rem; flex-wrap: wrap; }
.box-item { display: flex; flex-direction: column; align-items: center; gap: 1rem; text-align: center; width: 130px; }
.box-item svg { width: 48px; height: 48px; color: var(--text-dark); }
.box-item span { font-weight: 500; color: var(--text-light); }
.box-item small { font-size: 0.8rem; color: var(--text-light); margin-top: -0.75rem; }
.related-products-section { padding-top: 3rem; padding-bottom: 3rem; }

/* --- Reviews Section --- */
.reviews-section { margin-top: 5rem; padding-top: 3rem; border-top: 1px solid var(--border-color); }
.reviews-summary { background-color: var(--background-light); border: 1px solid var(--border-color); border-radius: 12px; padding: 2rem; display: flex; flex-wrap: wrap; align-items: center; gap: 2rem; margin-bottom: 3rem; }
.reviews-summary-header { display: flex; align-items: center; gap: 1rem; flex-basis: 100%; }
.reviews-summary-header h2 { font-size: 1.75rem; margin: 0; }
.google-logo { width: 32px; height: 32px; }
.summary-score { text-align: center; }
.summary-score .score-value { font-size: 3rem; font-weight: 700; line-height: 1; }
.summary-score .star-rating { margin: 0.5rem 0; }
.summary-score p { color: var(--text-light); margin: 0; }
.star-rating svg { width: 24px; height: 24px; color: var(--border-color); }
.star-rating svg.filled { color: var(--notice-color); }
.star-rating.small svg { width: 18px; height: 18px; }
.reviews-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 1.5rem; }
.review-card { border: 1px solid var(--border-color); border-radius: 12px; padding: 1.5rem; }
.review-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1rem; }
.reviewer-name { font-weight: 600; }
.review-text { color: var(--text-light); }

/* --- Cart Page --- */
.cart-section { padding: 4rem 0; }
.cart-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: flex-start; }
.cart-main-content { display: flex; flex-direction: column; gap: 2rem; }
.cart-item { display: flex; flex-wrap: wrap; gap: 1rem; padding-bottom: 1.5rem; margin-bottom: 1.5rem; border-bottom: 1px solid var(--border-color); }
.cart-item-image { width: 100px; height: 100px; object-fit: contain; border: 1px solid var(--border-color); border-radius: 8px; flex-shrink: 0; }
.cart-item-details { flex-grow: 1; min-width: 150px; }
.cart-item-details h3 { font-size: 1.125rem; }
.cart-item-details p { color: var(--text-light); margin: 0.25rem 0; }
.cart-item-price { font-weight: 600; margin-top: 0.5rem; }
.cart-item-actions { margin-left: auto; text-align: right; flex-shrink: 0; }
.down-payment-tag { background-color: #eef5ff; color: var(--primary-color); font-size: 0.75rem; font-weight: 600; padding: 3px 8px; border-radius: 99px; margin-right: 0.5rem; }
.installment-details { color: var(--text-light); font-size: 0.875rem; }
.remove-btn { background: none; border: none; color: #ef4444; cursor: pointer; text-decoration: underline; font-size: 0.875rem; }
.cart-summary { background: var(--background-light); padding: 2rem; border-radius: 12px; position: sticky; top: 120px; }
.cart-summary h2 { margin-top: 0; margin-bottom: 1.5rem; }
.summary-row { display: flex; justify-content: space-between; margin-bottom: 1rem; }
.total-row { font-weight: 700; font-size: 1.25rem; border-top: 1px solid var(--border-color); padding-top: 1rem; }
.checkout-btn { width: 100%; margin-top: 1rem; }
.cart-empty-message { text-align: center; padding: 3rem; background: var(--background-light); border-radius: 12px; }
.coupon-area { background: var(--background-light); border: 1px solid var(--border-color); border-radius: 12px; padding: 1.5rem; }
.coupon-area h3 { margin-top: 0; margin-bottom: 1rem; font-size: 1.25rem; }
.coupon-form { display: flex; gap: 0.5rem; }
.coupon-form input { flex-grow: 1; border: 1px solid var(--border-color); background: var(--white); padding: 0.75rem; border-radius: 8px; font-size: 1rem; outline-color: var(--primary-color); }
.btn-secondary { background-color: var(--text-light); color: var(--white); padding: 0.75rem 1.5rem; border-radius: 8px; border: none; cursor: pointer; font-weight: 600; transition: background-color 0.3s; }
.btn-secondary:hover { background-color: var(--text-dark); }
.discount-row { color: var(--success-color); font-weight: 600; }
.discount-row span:first-child { display: flex; align-items: center; gap: 0.5rem; }
.remove-coupon-btn { background: none; border: none; color: var(--error-color); font-size: 1.25rem; font-weight: bold; cursor: pointer; padding: 0 0.25rem; line-height: 1; }

/* --- Checkout Page --- */
.checkout-layout { display: grid; grid-template-columns: 2fr 1fr; gap: 3rem; align-items: flex-start; }
.checkout-form h2, .checkout-summary h2 { font-size: 1.5rem; margin-top: 0; margin-bottom: 2rem; padding-bottom: 1rem; border-bottom: 1px solid var(--border-color); }
.form-group { margin-bottom: 1.5rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: 0.5rem; font-size: 0.875rem; }
.form-group input, .form-group textarea { width: 100%; padding: 0.75rem; font-size: 1rem; font-family: 'Inter', sans-serif; border: 1px solid var(--border-color); border-radius: 8px; background-color: var(--white); transition: all 0.3s; }
.form-group input:focus, .form-group textarea:focus { outline: none; border-color: var(--primary-color); box-shadow: 0 0 0 3px rgba(0, 85, 212, 0.2); }
.form-group textarea { resize: vertical; min-height: 100px; }
.checkout-summary { background: var(--background-light); padding: 2rem; border-radius: 12px; position: sticky; top: 120px; }
.summary-note { font-size: 0.875rem; color: var(--text-light); margin-top: 1.5rem; margin-bottom: 1.5rem; line-height: 1.5; }

/* --- FAQ Page --- */
.faq-section { padding: 4rem 0; }
.faq-container { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-color); }
.faq-question { font-size: 1.125rem; font-weight: 600; cursor: pointer; padding: 1.5rem 0; display: flex; justify-content: space-between; align-items: center; }
.faq-icon { transition: transform 0.3s; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.5s ease-in-out; }
.faq-answer p { padding-bottom: 1.5rem; color: var(--text-light); }
.faq-item.active .faq-icon { transform: rotate(180deg); }
.faq-item.active .faq-answer { max-height: 200px; }

/* --- Footer --- */
.main-footer { background: var(--text-dark); color: #a0aec0; padding: 4rem 0 2rem 0; }
.footer-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 3rem; margin-bottom: 3rem; }
.footer-column h4 { font-size: 1.125rem; color: var(--white); margin-bottom: 1rem; }
.footer-column ul { list-style: none; }
.footer-column li { margin-bottom: 0.5rem; }
.footer-column a { color: #a0aec0; transition: color 0.3s; }
.footer-column a:hover { color: var(--white); }
.footer-logo text { fill: var(--white); }
.footer-about p { line-height: 1.7; }
.subscribe-form { display: flex; margin-top: 1rem; }
.subscribe-form input { flex-grow: 1; border: 1px solid #4a5568; background: #2d3748; color: var(--white); padding: 0.75rem; border-radius: 8px 0 0 8px; outline: none; }
.subscribe-form button { background: var(--primary-color); color: var(--white); border: none; padding: 0 1rem; border-radius: 0 8px 8px 0; cursor: pointer; font-weight: 600; }
.footer-bottom { border-top: 1px solid #4a5568; padding-top: 2rem; text-align: center; font-size: 0.875rem; }

/* --- Toast Notification --- */
#toast-container { position: fixed; top: 20px; right: 20px; z-index: 2000; }
.toast { background: var(--text-dark); color: var(--white); padding: 15px 25px; border-radius: 8px; margin-bottom: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.2); transform: translateX(120%); opacity: 0; transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
.toast--visible { transform: translateX(0); opacity: 1; }
.toast.toast--success { background-color: var(--success-color); }
.toast.toast--error { background-color: var(--error-color); }
.toast.toast--notice { background-color: var(--notice-color); }

/* --- Responsive Design --- */
@media (max-width: 992px) {
    .cart-layout { grid-template-columns: 1fr; }
    .cart-summary { position: static; margin-top: 0; }
    .checkout-layout { grid-template-columns: 1fr; }
    .checkout-summary { position: static; margin-top: 3rem; }
}
@media (max-width: 768px) {
    .nav-links { position: absolute; right: 0; top: 73px; background: var(--white); width: 100%; display: none; flex-direction: column; text-align: center; box-shadow: 0 10px 15px rgba(0,0,0,0.1); }
    .nav-links.active { display: flex; }
    .nav-links li { padding: 1rem 0; }
    .hamburger { display: block; }
    .trust-grid { grid-template-columns: 1fr; }
    .single-product-layout { grid-template-columns: 1fr; }
    .cart-item { align-items: flex-start; }
    .cart-item-actions { width: 100%; margin-left: 0; text-align: left; display: flex; justify-content: space-between; align-items: center; padding-top: 1rem; margin-top: 1rem; border-top: 1px solid var(--border-color); }
}
@media (max-width: 480px) {
    .cart-item-image { width: 80px; height: 80px; }
    .cart-item-details h3 { font-size: 1rem; }
} 

/* --- ADD THESE STYLES TO THE END OF YOUR EXISTING CSS FILE --- */

/* Additional Footer Contact Info Styles */
.footer-heading-small {
    font-size: 1rem; /* Slightly smaller than h4 */
    color: var(--white);
    margin-top: 1.5rem; /* Space above the heading */
    margin-bottom: 0.75rem;
    font-weight: 600;
}

.footer-contact-info {
    list-style: none; /* Remove bullet points */
    padding: 0;
    margin: 0;
    font-size: 0.875rem; /* Standard footer text size */
}

.footer-contact-info li {
    margin-bottom: 0.5rem;
    color: #a0aec0; /* Match other footer text color */
}

.footer-contact-info li a {
    color: #a0aec0; /* Match other footer link color */
    transition: color 0.3s;
}

.footer-contact-info li a:hover {
    color: var(--white); /* Match other footer link hover color */
}