html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}

body {
  margin-bottom: 0;
  overflow-x: hidden;
  background: #fff;
  color: var(--text-color);
  width: 100%;
  max-width: 100vw;
}

/* === OVERFLOW KONTROLÜ === */
* {
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  max-width: 100%;
}

.container, .container-fluid, .row, .col, [class*="col-"] {
  max-width: 100%;
  overflow-x: hidden;
}

/* === GENEL CONTAINER AYARLARI === */
.container {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid {
  max-width: 100%;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

/* === Eğlenceli Pastel Blob/Dalga Arka Plan === */
.site-bg-blobs {
    position: fixed;
    z-index: 0;
    width: 100vw;
    height: 100vh;
    top: 0; left: 0;
    pointer-events: none;
    overflow: hidden;
}
.site-bg-blobs svg {
    position: absolute;
    width: 40vw;
    height: 40vw;
    opacity: 0.25;
    filter: blur(2px);
}
.site-bg-blobs .blob1 { left: -10vw; top: -8vw; }
.site-bg-blobs .blob2 { right: -12vw; top: 10vw; }
.site-bg-blobs .blob3 { left: 20vw; bottom: -10vw; }

/* === HEADER === */
.header-main {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    box-shadow: 0 4px 24px rgba(110,193,228,0.10);
    padding: 0.3rem 0;
    position: static;
    width: 100%;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    transition: none;
    backdrop-filter: blur(8px);
    transform: none !important;
    color: #fff;
}
.navbar {
    padding: 0;
    max-width: 1400px;
    margin: 0 auto;
}
.navbar-brand {
    padding: 0;
}
.main-logo {
    height: 50px;
    width: auto;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}
.main-logo-large {
    height: 80px;
    width: auto;
}
.main-logo:hover, .main-logo-large:hover {
    transform: scale(1.05);
}
.nav-link {
    color: #fff !important;
    font-weight: 700;
    padding: 0.4rem 0.8rem !important;
    margin: 0 0.2rem;
    border-radius: 2rem;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    font-size: 1rem;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    letter-spacing: 0.01em;
    background: rgba(255,255,255,0.10);
}
.nav-link:hover, .nav-link.active {
    background: #fff;
    color: #6ec1e4 !important;
    transform: translateY(-2px) scale(1.08);
    box-shadow: 0 4px 16px rgba(110,193,228,0.10);
}
.header-social-links {
    display: flex;
    gap: 0.8rem;
    margin-left: 1.5rem;
}
.header-social-links .social-link {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
    background: #fff;
    color: #6ec1e4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    box-shadow: 0 2px 8px rgba(110,193,228,0.10);
    border: 2px solid #f7b26733;
}
.header-social-links .social-link:hover {
    background: #f7b267;
    color: #fff;
    transform: scale(1.18) rotate(-8deg);
    box-shadow: 0 6px 24px rgba(247,178,103,0.18);
}

/* === HERO === */
.hero-section {
    background: none;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    margin-top: 0;
    padding-top: 2rem;
}

/* Hero Slider Full Width */
#heroCarousel {
    margin-top: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
}
.hero-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, #6ec1e4 0%, #f7b267 100%);
    opacity: 0.12;
    z-index: 1;
}
.hero-section {
    background-image: url('../images/_DSC7919.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.hero-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2.5rem 2rem;
    background: transparent !important;
    backdrop-filter: none !important;
    border-radius: 32px;
    box-shadow: none;
    position: relative;
    z-index: 2;
}
.hero-logo {
    max-width: 300px;
    margin-bottom: 2rem;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
    position: relative;
    z-index: 2;
}
.hero-logo-glow {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%) translateY(20px);
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(circle, #f7b26755 0%, #6ec1e455 60%, transparent 100%);
    filter: blur(32px);
    opacity: 0.85;
    z-index: 1;
    pointer-events: none;
}
.hero-title, .hero-section .display-4 {
    color: #fff;
    text-shadow: 0 2px 16px rgba(0,0,0,0.32), 0 1px 0 #222;
    font-weight: 800;
    letter-spacing: 0.01em;
}
.hero-section .lead, .hero-section p {
    color: #fff;
    text-shadow: 0 1px 8px rgba(0,0,0,0.22), 0 1px 0 #222;
    font-size: 1.25rem;
}
.hero-section .btn-primary {
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 12px rgba(110,193,228,0.10);
    border-radius: 2rem;
    background: linear-gradient(90deg, #f7b267 0%, #6ec1e4 100%);
    border: none;
    color: #fff;
    transition: all 0.2s cubic-bezier(.4,0,.2,1);
}
.hero-section .btn-primary:hover {
    background: linear-gradient(90deg, #6ec1e4 0%, #f7b267 100%);
    color: #fff;
    transform: scale(1.08);
}
.hero-section .hero-desc-black {
    color: #000000 !important;
    background: none !important;
    border-radius: 0;
    padding: 0;
    font-size: 1.35rem;
    font-weight: 800;
    display: block;
    box-shadow: none;
    text-shadow: none !important;
    margin-bottom: 2.2rem;
    margin-top: 0.5rem;
}

/* === FOOTER === */
.footer-main {
    background: linear-gradient(90deg, var(--primary-color) 0%, var(--secondary-color) 100%);
    color: #fff;
    padding: 3rem 0 1.5rem 0;
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
    box-shadow: 0 -4px 24px rgba(110,193,228,0.10);
    border-top-left-radius: 2rem;
    border-top-right-radius: 2rem;
    margin-bottom: 0;
}
.footer-main::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #f7b267, #6ec1e4);
}
.footer-logo {
    height: 90px;
    width: auto;
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    margin-bottom: 1.5rem;
}
.footer-logo:hover {
    transform: scale(1.05);
}
.footer-links {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.footer-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1.1rem;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    padding: 0.7rem 1.2rem;
    border-radius: 2rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: rgba(255,255,255,0.10);
}
.footer-links a:hover {
    background: #fff;
    color: #f7b267;
    transform: translateX(5px) scale(1.08);
    box-shadow: 0 4px 16px rgba(110,193,228,0.10);
}
.social-links {
    display: flex;
    gap: 1.2rem;
    justify-content: center;
    margin-top: 2rem;
}
.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: #fff;
    color: #6ec1e4;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(.4,0,.2,1);
    font-size: 1.4rem;
    box-shadow: 0 2px 8px rgba(110,193,228,0.10);
    border: 2px solid #f7b26733;
}
.social-link:hover {
    background: #f7b267;
    color: #fff;
    transform: translateY(-5px) rotate(5deg) scale(1.18);
    box-shadow: 0 8px 24px rgba(247,178,103,0.18);
}
.footer-main, .footer-links, .footer-links a, .social-link {
    text-shadow: 0 1px 2px rgba(0,0,0,0.08);
}
.footer-links a:visited {
    color: #fff;
}

/* === Responsive === */
@media (max-width: 900px) {
    .site-bg-blobs svg { width: 60vw; height: 60vw; }
    .main-logo-large { height: 70px; }
    .footer-logo { height: 60px; }
}
@media (max-width: 768px) {
    .main-logo-large { height: 50px; }
    .footer-links { margin: 2rem 0; }
    .footer-links a { font-size: 1rem; }
    .social-link { width: 40px; height: 40px; font-size: 1.1rem; }
    .header-main, .footer-main { border-radius: 0; }
}

/* Background Colors */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Logo Styles */
.dostoys-logo {
    height: 30px;
    width: auto;
}

/* Responsive Logo Styles */
@media (max-width: 768px) {
    .dostoys-logo {
        height: 25px;
    }
}

/* Utility Classes */
.text-primary {
    color: #3498db !important;
}

.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.rounded {
    border-radius: 0.5rem !important;
}

/* Özellikler (feature) kartları büyük ve renkli */
.features-list {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    margin-top: 2rem;
}
.feature-item {
    background: linear-gradient(120deg, #f7b267 0%, #6ec1e4 100%);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    border-radius: 1.5rem;
    box-shadow: 0 4px 24px rgba(110,193,228,0.10);
    padding: 1.8rem 2rem;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    min-width: 260px;
    transition: transform 0.2s cubic-bezier(.4,0,.2,1), box-shadow 0.2s;
    margin-bottom: 0;
}
.feature-item i {
    font-size: 2.2rem;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,0.10));
}
.feature-item:hover {
    transform: translateY(-8px) scale(1.04) rotate(-2deg);
    box-shadow: 0 8px 32px rgba(110,193,228,0.18);
}

/* Sağdaki görsele floating animasyonu */
.floating-animation {
    animation: floatY 3s ease-in-out infinite !important;
}
@keyframes floatY {
    0% { transform: translateY(0px); }
    50% { transform: translateY(-18px); }
    100% { transform: translateY(0px); }
}

@media (max-width: 900px) {
    .features-list { flex-direction: column; gap: 1.2rem; }
    .feature-item { min-width: 0; width: 100%; justify-content: flex-start; }
}

.ichi-orange { color: #f7b267; font-weight: 900; letter-spacing: 0.01em; }
.ichi-blue { color: #1a4b8c; font-weight: 800; letter-spacing: 0.01em; }
.ichi-blue-light { color: #6ec1e4; font-weight: 700; letter-spacing: 0.01em; text-shadow: 0 1px 8px rgba(0,0,0,0.10); }
.hero-desc { color: #6ec1e4; font-weight: 600; letter-spacing: 0.01em; text-shadow: 0 1px 8px rgba(0,0,0,0.10); }

.wide-section {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    background: none;
    overflow-x: hidden;
}
.wide-section .row {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
@media (max-width: 1200px) {
    .wide-section .row { 
        max-width: 100%; 
        padding-left: 15px; 
        padding-right: 15px; 
    }
}
@media (max-width: 900px) {
    .wide-section { 
        padding-left: 0; 
        padding-right: 0; 
    }
    .wide-section .row { 
        padding-left: 15px; 
        padding-right: 15px; 
    }
}

.about-desc-black {
    color: #111 !important;
    font-weight: 600;
    font-size: 1.18rem;
    letter-spacing: 0.01em;
    text-shadow: none !important;
    margin-bottom: 2.2rem;
}
.wide-section #about .row.align-items-center {
    gap: 5vw;
}
.wide-section #about .col-md-6:first-child {
    padding-left: 4vw;
}
.wide-section #about .col-md-6:last-child {
    padding-right: 4vw;
}
.features-list {
    margin-left: 0.5vw;
}
.wide-section .gallery-item img {
    max-width: 480px;
    max-height: 380px;
    width: 100%;
    height: auto;
    margin-bottom: 1.5rem;
    object-fit: contain;
}
.wide-section .g-4, .wide-section .gallery-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw;
    justify-items: center;
    align-items: stretch;
}
.wide-section .gallery-item {
    min-width: 0;
    max-width: 520px;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 1.5rem;
    box-shadow: 0 4px 32px rgba(110,193,228,0.10);
    background: #fff;
    padding: 2.5rem 1.5rem 1.5rem 1.5rem;
    min-height: 380px;
    transition: transform 0.25s cubic-bezier(.4,0,.2,1), box-shadow 0.25s;
    position: relative;
    overflow: hidden;
}
.wide-section .gallery-item:hover {
    transform: translateY(-12px) scale(1.04);
    box-shadow: 0 12px 48px rgba(110,193,228,0.18);
    z-index: 2;
}
.wide-section .gallery-caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 2.5rem 1.5rem 2.2rem 1.5rem;
    background: linear-gradient(180deg, rgba(30,80,150,0.10) 0%, rgba(30,80,150,0.72) 100%);
    color: #fff;
    text-align: center;
    margin: 0;
    opacity: 0.92;
    box-shadow: 0 8px 32px rgba(30,80,150,0.10);
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
    transition: opacity 0.25s, transform 0.25s, box-shadow 0.25s;
    transform: translateY(30px);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
}
.wide-section .gallery-item:hover .gallery-caption {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 16px 48px 0 rgba(30,80,150,0.18), 0 0 32px 0 #f7b26755;
    background: linear-gradient(180deg, rgba(30,80,150,0.18) 0%, rgba(30,80,150,0.92) 100%);
}
.wide-section .gallery-caption h5 {
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 12px #0008, 0 1px 0 #222;
}
.wide-section .gallery-caption p {
    font-size: 1.18rem;
    font-weight: 600;
    margin-bottom: 0;
    text-shadow: 0 1px 8px #0006, 0 1px 0 #222;
}
.wide-section .gallery-item img {
    z-index: 1;
}
@media (max-width: 1200px) {
    .wide-section .g-4, .wide-section .gallery-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1vw;
    }
}
@media (max-width: 900px) {
    .wide-section .g-4, .wide-section .gallery-grid {
        grid-template-columns: 1fr !important;
        gap: 0.5vw;
    }
}

.about-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 3rem;
    background: linear-gradient(90deg, #d97a00 0%, #1a4b8c 100%);
    color: #fff;
    padding: 3rem;
    border-radius: 2rem;
    box-shadow: 0 8px 48px rgba(0,0,0,0.1);
}
.about-left {
    flex: 1.2 1 0%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-width: 0;
}
.about-right {
    flex: 1 1 0%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    min-height: 520px;
    height: 100%;
    background: transparent;
    box-shadow: none;
}
.about-right img {
    width: 100%;
    max-width: 650px;
    max-height: 620px;
    height: auto;
    display: block;
    margin: 0 auto;
    box-shadow: 0 12px 48px rgba(0,0,0,0.25), 0 0 0 6px #fff8;
    border-radius: 2rem;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
}
@media (max-width: 1200px) {
    .about-flex { gap: 2vw; padding-left: 1vw; padding-right: 1vw; }
    .about-right { min-height: 320px; }
    .about-right img { max-width: 320px; max-height: 220px; }
}

@media (max-width: 768px) {
    .about-flex {
        flex-direction: column;
        gap: 1.5rem;
        padding: 2rem 1rem;
        border-radius: 1.5rem;
    }
    
    .about-left, .about-right {
        width: 100%;
        text-align: center;
    }
    
    .about-right {
        order: -1;
        min-height: 140px;
        margin-bottom: 1.5rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .about-right img {
        max-width: 100%;
        max-height: 140px;
        object-fit: contain;
        border-radius: 1rem;
    }
    
    .features-list {
        justify-content: center;
        gap: 1rem;
        margin-top: 1.5rem;
    }
    
    .feature-item {
        padding: 1.5rem 1rem;
        font-size: 1rem;
        min-width: 0;
        width: 100%;
        text-align: center;
    }
}


/* === ÜRÜNLER STİLLERİ === */
#products {
    background-color: #f8f9fa; /* bg-light */
    padding: 3rem 0; /* py-5 */
}

/* Fotoğraf Stilleri */
.gallery-img {
    width: 100%;
    height: auto;
    border-radius: 0.375rem; /* rounded */
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075); /* shadow-sm */
    transition: transform 0.3s, box-shadow 0.3s;
    cursor: pointer;
}

/* Hover Efektleri */
.gallery-img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 32px rgba(139, 69, 19, 0.18);
}

/* Fade-in Efekti */
.fade-in-up {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: none;
    }
}


/* === LIGHTBOX SİSTEMİ === */
.lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    align-items: center;
    justify-content: center;
}

.lightbox.active {
    display: flex;
}

.lightbox img {
    max-width: 90vw;
    max-height: 80vh;
    border-radius: 18px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
}

/* Lightbox Modal - Eski sistem için uyumluluk */
.lightbox-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
    padding: 2rem;
}
.lightbox-content {
    position: relative;
    max-width: 90vw;
    max-height: 90vh;
    text-align: center;
}
.lightbox-close {
    position: absolute;
    top: -3rem;
    right: 0;
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    cursor: pointer;
    transition: color 0.3s;
    z-index: 10000;
}
.lightbox-close:hover {
    color: #f7b267;
}
.lightbox-content img {
    max-width: 100%;
    max-height: 70vh;
    border-radius: 1rem;
    box-shadow: 0 8px 32px rgba(0,0,0,0.5);
}
.lightbox-caption {
    margin-top: 1.5rem;
    color: #fff;
}
.lightbox-caption h4 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 0.5rem;
    color: #f7b267;
}
.lightbox-caption p {
    font-size: 1.2rem;
    color: #fff;
    opacity: 0.9;
}

/* === RESPONSIVE TASARIM === */
@media (max-width: 1200px) {
    .lightbox img {
        max-width: 85vw;
        max-height: 75vh;
    }
}

@media (max-width: 768px) {
    #products {
        padding: 2rem 0;
    }
    
    .lightbox img {
        max-width: 95vw;
        max-height: 70vh;
        border-radius: 12px;
    }
    
    .lightbox-content {
        padding: 1rem;
    }
    
    .lightbox-content img {
        max-height: 60vh;
    }
    
    .lightbox-caption h4 {
        font-size: 1.5rem;
    }
    
    .lightbox-caption p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    #products {
        padding: 1.5rem 0;
    }
    
    .lightbox img {
        max-width: 98vw;
        max-height: 65vh;
        border-radius: 8px;
    }
    
    .lightbox-caption h4 {
        font-size: 1.2rem;
    }
    
    .lightbox-caption p {
        font-size: 0.9rem;
    }
}

.header-logo-links .footer-logo, .header-logo-link img {
    filter: brightness(0) invert(1);
    height: 48px;
    width: auto;
    transition: transform 0.3s ease;
    margin-left: 1.5rem;
}
.header-logo-links .footer-logo:hover, .header-logo-link img:hover {
    transform: scale(1.05);
}

@media (max-width: 600px) {
    .hero-logo-glow {
        width: 220px;
        height: 220px;
        filter: blur(18px);
    }
    
    .about-flex {
        padding: 1rem 0.5rem;
        gap: 1rem;
        border-radius: 1rem;
    }
    
    .about-right {
        min-height: 100px;
        margin-bottom: 1rem;
    }
    
    .about-right img {
        max-height: 100px;
        object-fit: contain;
        image-rendering: -webkit-optimize-contrast;
        image-rendering: crisp-edges;
    }
    
    .about-left .section-title {
        font-size: 1.4rem;
        margin-bottom: 0.8rem;
    }
    
    .about-left .about-desc-black {
        font-size: 0.9rem;
        margin-bottom: 1rem;
    }
    
    .features-list {
        gap: 0.8rem;
        margin-top: 1rem;
    }
    
    .feature-item {
        padding: 1rem 0.8rem;
        font-size: 0.85rem;
        min-width: 0;
        width: 100%;
    }
    
    .feature-item i {
        font-size: 1.4rem;
    }
}

.about-left .section-title {
    color: #fff;
}

.about-left .about-desc-black {
    color: #fff;
}

.about-flex .features-list .feature-item {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.about-flex .features-list .feature-item i {
    color: #fff;
}

/* Parigo ana renk paleti */
:root {
    --primary-color: #F7931E;
    --secondary-color: #115A8C;
    --accent-color: #FFD93D;
    --success-color: #2ecc71;
    --danger-color: #e74c3c;
    --warning-color: #f1c40f;
    --info-color: #4FC3F7;
    --light-bg: #FFF8F0;
    --border-color: #dee2e6;
    --text-color: #222;
}

.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}
.btn-primary:hover {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    color: #fff;
    transform: scale(1.05);
}

.card {
    border-radius: 1rem;
    box-shadow: 0 0.25rem 0.5rem rgba(17,90,140,0.08);
    border: 2px solid var(--accent-color);
    background: #fff;
    transition: box-shadow 0.2s;
}
.card:hover {
    box-shadow: 0 0.5rem 1.5rem rgba(247,147,30,0.12);
    border-color: var(--primary-color);
}

.products-section h2 {
    color: var(--secondary-color);
    font-weight: 800;
    margin-bottom: 2rem;
    letter-spacing: 0.02em;
}