/* ===== Erdoğanlar Gıda – Corporate Redesign 2026 ===== */
:root {
    --primary: #166534;
    --primary-dark: #0f3d22;
    --primary-mid: #1a7a3c;
    --primary-light: #ecfdf3;
    --primary-soft: #d1fae5;
    --accent: #c2410c;
    --accent-soft: #fff7ed;
    --text: #1c1917;
    --text-soft: #44403c;
    --muted: #78716c;
    --dark: #0a1a10;
    --light: #f5f5f4;
    --border: #e7e5e4;
    --border-soft: #f5f5f4;
    --white: #ffffff;
    --shadow: 0 1px 2px rgba(28,25,23,0.04), 0 4px 12px rgba(28,25,23,0.04);
    --shadow-md: 0 4px 20px rgba(28,25,23,0.07);
    --shadow-lg: 0 16px 48px rgba(28,25,23,0.1);
    --radius: 14px;
    --radius-sm: 10px;
    --radius-lg: 20px;
    --font: 'Inter', system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
    --transition: 0.22s ease;
}

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

html { scroll-behavior: smooth; }

body {
    font-family: var(--font);
    color: var(--text);
    line-height: 1.65;
    overflow-x: hidden;
    background: var(--white);
    -webkit-font-smoothing: antialiased;
    font-size: 15.5px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 650;
    line-height: 1.22;
    color: var(--dark);
    letter-spacing: -0.025em;
}

a { color: var(--primary); text-decoration: none; transition: color var(--transition); }
a:hover { color: var(--primary-dark); }

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

/* ---- Top bar ---- */
.top-bar {
    background: var(--dark);
    font-size: 0.8rem;
    font-weight: 450;
    letter-spacing: 0.01em;
}
.top-bar a { transition: opacity var(--transition); color: inherit; }
.top-bar a:hover { opacity: 0.85; }

/* ---- Navbar ---- */
.navbar {
    padding: 0.85rem 0;
    border-bottom: 1px solid var(--border);
    background: rgba(255,255,255,0.97) !important;
    backdrop-filter: blur(12px);
}
.navbar-brand img {
    height: 50px;
    width: auto;
    object-fit: contain;
}
.nav-link {
    font-weight: 500;
    font-size: 0.9rem;
    color: var(--text-soft) !important;
    padding: 0.45rem 0.9rem !important;
    position: relative;
    transition: color var(--transition);
    letter-spacing: -0.01em;
}
.nav-link:hover,
.nav-link.active { color: var(--primary) !important; }
.nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0.9rem;
    right: 0.9rem;
    height: 2px;
    background: var(--primary);
    border-radius: 2px;
}

/* ---- Buttons ---- */
.btn {
    font-weight: 550;
    font-size: 0.9rem;
    border-radius: 999px;
    padding: 0.55rem 1.35rem;
    letter-spacing: -0.01em;
    transition: all var(--transition);
}
.btn-primary {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
    box-shadow: 0 2px 8px rgba(22,101,52,0.25);
}
.btn-primary:hover,
.btn-primary:focus {
    background: var(--primary-dark);
    border-color: var(--primary-dark);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 14px rgba(22,101,52,0.3);
}
.btn-outline-primary {
    color: var(--primary);
    border-color: var(--primary);
    background: transparent;
}
.btn-outline-primary:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}
.btn-outline-light {
    border-width: 1.5px;
    color: #fff;
}
.btn-outline-light:hover {
    background: #fff;
    color: var(--primary-dark);
}
.btn-lg { padding: 0.7rem 1.75rem; font-size: 0.95rem; }
.btn-sm { padding: 0.35rem 0.95rem; font-size: 0.82rem; }

/* ---- Hero / Slider ---- */
.hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 68vh;
    background: linear-gradient(145deg, #0a1a10 0%, #166534 55%, #1a7a3c 100%);
    color: #fff;
    overflow: hidden;
}
.hero .container { position: relative; z-index: 2; }
.hero-content h1 {
    color: #fff;
    font-size: clamp(2rem, 4.5vw, 3.25rem);
    font-weight: 700;
    margin-bottom: 1rem;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 20px rgba(0,0,0,0.15);
}
.hero-content p {
    font-size: 1.1rem;
    color: rgba(255,255,255,0.88);
    margin-bottom: 1.75rem;
    max-width: 32rem;
    font-weight: 400;
}
.hero-stats {
    display: flex;
    gap: 2rem;
    margin-top: 2.5rem;
    flex-wrap: wrap;
}
.hero-stat h3 {
    color: #fff;
    font-size: 1.75rem;
    margin-bottom: 0.15rem;
    font-weight: 700;
}
.hero-stat span {
    color: rgba(255,255,255,0.7);
    font-size: 0.8rem;
    font-weight: 450;
}

#heroCarousel .carousel-item .hero { min-height: 68vh; }
#heroCarousel .carousel-control-prev,
#heroCarousel .carousel-control-next {
    width: 5%;
    opacity: 0.7;
}
#heroCarousel .carousel-control-prev:hover,
#heroCarousel .carousel-control-next:hover { opacity: 1; }
#heroCarousel .carousel-indicators { margin-bottom: 1.5rem; }
#heroCarousel .carousel-indicators [data-bs-target] {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.45);
    border: none;
}
#heroCarousel .carousel-indicators .active {
    background-color: #fff;
    transform: scale(1.15);
}

/* ---- Sections ---- */
.section {
    padding: 5rem 0;
}
.section-alt {
    background: var(--light);
}
.section-title {
    text-align: center;
    margin-bottom: 3rem;
}
.section-title .subtitle {
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: var(--primary);
    background: var(--primary-light);
    padding: 0.35rem 0.9rem;
    border-radius: 999px;
    margin-bottom: 0.85rem;
}
.section-title h2 {
    font-size: clamp(1.55rem, 3vw, 2.1rem);
    margin-bottom: 0.65rem;
}
.section-title p {
    color: var(--muted);
    max-width: 36rem;
    margin: 0 auto;
    font-size: 0.98rem;
}

/* ---- Page header ---- */
.page-header {
    background: linear-gradient(135deg, var(--dark) 0%, var(--primary-dark) 50%, var(--primary) 100%);
    color: #fff;
    padding: 3.25rem 0 2.75rem;
}
.page-header h1 {
    color: #fff;
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    margin-bottom: 0.5rem;
}
.page-header .breadcrumb {
    margin: 0;
    background: transparent;
    padding: 0;
}
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    color: rgba(255,255,255,0.7);
    font-size: 0.85rem;
}
.page-header .breadcrumb-item.active { color: #fff; }
.page-header .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.4); }

/* ---- Feature cards ---- */
.feature-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.85rem 1.5rem;
    height: 100%;
    transition: all var(--transition);
    text-align: center;
}
.feature-card:hover {
    border-color: var(--primary-soft);
    box-shadow: var(--shadow-md);
    transform: translateY(-3px);
}
.feature-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: var(--primary-light);
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.15rem;
    font-size: 1.4rem;
}
.feature-card h5 {
    margin-bottom: 0.55rem;
    font-size: 1.05rem;
}
.feature-card p {
    color: var(--muted);
    font-size: 0.9rem;
    margin: 0;
    line-height: 1.6;
}

/* ---- Product cards ---- */
.product-card {
    background: var(--white);
    border-radius: var(--radius);
    overflow: hidden;
    border: 1px solid var(--border);
    box-shadow: none;
    height: 100%;
    transition: all var(--transition);
    display: flex;
    flex-direction: column;
}
.product-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
    border-color: transparent;
}
.product-card .product-img {
    height: 200px;
    overflow: hidden;
    background: var(--light);
    position: relative;
}
.product-card .product-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.45s ease;
}
.product-card:hover .product-img img {
    transform: scale(1.06);
}
.product-card .product-body {
    padding: 1.25rem 1.35rem 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.product-card h5 {
    font-size: 1.05rem;
    margin-bottom: 0.45rem;
}
.product-card p {
    color: var(--muted);
    font-size: 0.88rem;
    margin-bottom: 1rem;
    flex: 1;
}
.product-card .btn {
    align-self: flex-start;
}

/* ---- About / content ---- */
.about-img {
    border-radius: var(--radius-lg);
    overflow: hidden;
    box-shadow: var(--shadow-lg);
}
.about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ---- Stats strip ---- */
.stats-strip {
    background: var(--dark);
    color: #fff;
    padding: 3rem 0;
}
.stats-strip .stat-item {
    text-align: center;
}
.stats-strip h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 0.25rem;
}
.stats-strip span {
    color: rgba(255,255,255,0.65);
    font-size: 0.85rem;
}

/* ---- Testimonials ---- */
.testimonial-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 1.75rem;
    height: 100%;
    box-shadow: var(--shadow);
    transition: box-shadow var(--transition);
}
.testimonial-card:hover { box-shadow: var(--shadow-md); }
.testimonial-card .stars {
    color: #f59e0b;
    margin-bottom: 0.75rem;
    letter-spacing: 2px;
    font-size: 0.95rem;
}
.testimonial-card p {
    color: var(--muted);
    font-size: 0.95rem;
    line-height: 1.65;
    margin-bottom: 1.25rem;
}
.testimonial-card .author strong {
    display: block;
    font-size: 0.95rem;
}
.testimonial-card .author span {
    font-size: 0.8rem;
    color: var(--muted);
}

/* ---- FAQ ---- */
.faq-item {
    border: 1px solid var(--border);
    border-radius: var(--radius-sm);
    margin-bottom: 0.65rem;
    overflow: hidden;
    background: var(--white);
    transition: border-color var(--transition);
}
.faq-item[open] { border-color: var(--primary-soft); }
.faq-item summary {
    padding: 1rem 1.2rem;
    cursor: pointer;
    font-weight: 550;
    font-size: 0.95rem;
    list-style: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
    content: '+';
    font-size: 1.25rem;
    color: var(--primary);
    font-weight: 400;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item .faq-a {
    padding: 0 1.2rem 1.15rem;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.65;
}

/* ---- Contact ---- */
.contact-form {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: 2rem;
    box-shadow: var(--shadow);
}
.form-control, .form-select {
    border-radius: var(--radius-sm);
    border-color: var(--border);
    padding: 0.65rem 0.95rem;
    font-size: 0.92rem;
    transition: border-color var(--transition), box-shadow var(--transition);
}
.form-control:focus, .form-select:focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 3px rgba(22,101,52,0.12);
}
.form-label {
    font-weight: 500;
    font-size: 0.88rem;
    color: var(--text-soft);
    margin-bottom: 0.35rem;
}
.contact-info-card {
    background: var(--primary-light);
    border-radius: var(--radius);
    padding: 1.5rem;
    height: 100%;
}
.contact-info-card i {
    color: var(--primary);
    font-size: 1.25rem;
    margin-right: 0.75rem;
}

/* ---- CTA ---- */
.secondary-cta {
    background: var(--light);
    padding: 4rem 0;
    border-top: 1px solid var(--border);
}
.secondary-cta .card-cta {
    background: linear-gradient(145deg, var(--dark), var(--primary-dark) 40%, var(--primary) 100%);
    color: #fff;
    border-radius: var(--radius-lg);
    padding: 3rem 2rem;
    text-align: center;
}
.secondary-cta h3 {
    color: #fff;
    margin-bottom: 0.65rem;
    font-size: 1.6rem;
}
.secondary-cta p {
    color: rgba(255,255,255,0.8);
    margin-bottom: 1.5rem;
}

/* ---- Footer ---- */
.site-footer {
    background: var(--dark) !important;
    color: rgba(255,255,255,0.85);
    padding: 4rem 0 1.5rem;
}
.site-footer .ft-title {
    color: #fff !important;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    margin: 0 0 1.15rem;
}
.site-footer .ft-links { list-style: none; padding: 0; margin: 0; }
.site-footer .ft-links li { margin: 0 0 0.55rem; }
.site-footer .ft-links a {
    color: rgba(255,255,255,0.55);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color var(--transition);
}
.site-footer .ft-links a:hover { color: #fff; }
.site-footer .ft-contact { list-style: none; padding: 0; margin: 0; }
.site-footer .ft-contact li {
    display: flex;
    gap: 0.55rem;
    align-items: flex-start;
    margin: 0 0 0.75rem;
    color: rgba(255,255,255,0.6);
    font-size: 0.88rem;
    line-height: 1.45;
}
.site-footer .ft-contact i { color: #fb923c; margin-top: 3px; flex-shrink: 0; }
.site-footer .ft-contact a { color: rgba(255,255,255,0.6); text-decoration: none; }
.site-footer .ft-contact a:hover { color: #fff; }
.site-footer .ft-brand img {
    height: 44px;
    width: auto;
    filter: brightness(0) invert(1);
    opacity: 0.92;
}
.site-footer .ft-desc {
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    margin: 0 0 1.15rem;
    line-height: 1.55;
}
.site-footer .ft-social { display: flex; gap: 0.45rem; flex-wrap: wrap; }
.site-footer .ft-social a {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: background var(--transition);
}
.site-footer .ft-social a:hover { background: var(--primary); color: #fff; }
.site-footer .ft-hr {
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.08);
    margin: 2rem 0 1.15rem;
}
.site-footer .ft-copy {
    color: rgba(255,255,255,0.4);
    font-size: 0.8rem;
    margin: 0;
}

/* ---- Float buttons ---- */
.wa-float {
    position: fixed !important;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    z-index: 9998;
    box-shadow: 0 6px 24px rgba(37,211,102,0.4);
    text-decoration: none !important;
    transition: transform var(--transition);
}
.wa-float:hover { color: #fff !important; transform: scale(1.08); }

/* Legacy class names used in index */
.footer { background: var(--dark); padding-top: 4rem; }
.footer-title { color: #fff; font-size: 0.85rem; font-weight: 600; letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 1rem; }
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 0.55rem; }
.footer-links a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.9rem; }
.footer-links a:hover { color: #fff; }
.footer-contact { list-style: none; padding: 0; }
.footer-contact li { display: flex; gap: 0.5rem; margin-bottom: 0.7rem; color: rgba(255,255,255,0.6); font-size: 0.88rem; }
.footer-contact i { color: #fb923c; }
.footer-divider { border-color: rgba(255,255,255,0.08); }
.whatsapp-float {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #25d366;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.55rem;
    z-index: 998;
    box-shadow: 0 6px 20px rgba(37,211,102,0.4);
}

/* ---- Trust bar hidden ---- */
.trust-bar, .trust-item { display: none !important; }

/* ---- Animation ---- */
@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}
.animate-up { animation: fadeInUp 0.55s ease forwards; }


/* Stats section (homepage) */
.stats-section {
    background: var(--dark);
    color: #fff;
    padding: 3rem 0;
}
.stats-section .stat-item { text-align: center; padding: 0.5rem; }
.stats-section h3 {
    color: #fff;
    font-size: 1.85rem;
    font-weight: 700;
    margin-bottom: 0.2rem;
}
.stats-section span {
    color: rgba(255,255,255,0.65);
    font-size: 0.82rem;
}
@media (max-width: 767px) {
    .stats-section { padding: 2rem 0; }
    .stats-section h3 { font-size: 1.45rem; }
    .stats-section .col-6 { margin-bottom: 0.85rem; }
}

/* ---- Responsive: Tablet & Mobile ---- */

/* Tablet landscape / small desktop */
@media (max-width: 1199px) {
    .section { padding: 4rem 0; }
    .hero-content h1 { font-size: clamp(1.85rem, 4vw, 2.75rem); }
}

/* Tablet portrait */
@media (max-width: 991px) {
    .top-bar .text-end { text-align: center !important; margin-top: 0.25rem; }
    .top-bar .col-md-6 { text-align: center !important; }
    .top-bar { font-size: 0.75rem; padding: 0.4rem 0; }

    .navbar { padding: 0.6rem 0; }
    .navbar-brand img { height: 42px; }
    .navbar-toggler {
        border: 1px solid var(--border);
        border-radius: 8px;
        padding: 0.4rem 0.55rem;
        box-shadow: none;
    }
    .navbar-toggler:focus { box-shadow: 0 0 0 3px rgba(22,101,52,0.12); }
    .navbar-collapse {
        background: #fff;
        border: 1px solid var(--border);
        border-radius: var(--radius);
        margin-top: 0.75rem;
        padding: 0.75rem;
        box-shadow: var(--shadow-md);
    }
    .navbar-nav .nav-link {
        padding: 0.7rem 1rem !important;
        border-radius: 8px;
    }
    .navbar-nav .nav-link.active {
        background: var(--primary-light);
        color: var(--primary) !important;
    }
    .navbar-nav .nav-link.active::after { display: none; }
    .navbar-nav .btn { width: 100%; margin-top: 0.5rem; text-align: center; }

    .hero,
    #heroCarousel .carousel-item .hero {
        min-height: 52vh !important;
        padding: 3rem 0;
    }
    .hero-content { text-align: center !important; }
    .hero-content p { margin-left: auto; margin-right: auto; }
    .hero-content .d-flex { justify-content: center !important; }
    .hero-stats { justify-content: center !important; gap: 1.5rem; margin-top: 1.75rem; }
    #heroCarousel .carousel-control-prev,
    #heroCarousel .carousel-control-next { width: 12%; }

    .section { padding: 3.25rem 0; }
    .section-title { margin-bottom: 2rem; }
    .section-title h2 { font-size: 1.55rem; }

    .feature-card { margin-bottom: 0.5rem; }
    .product-card .product-img { height: 180px; }

    .page-header { padding: 2.5rem 0 2rem; }
    .page-header h1 { font-size: 1.55rem; }

    .stats-strip { padding: 2.25rem 0; }
    .stats-strip h3 { font-size: 1.6rem; }
    .stats-strip .col-6 { margin-bottom: 1rem; }

    .secondary-cta .card-cta { padding: 2.25rem 1.5rem; }
    .secondary-cta h3 { font-size: 1.35rem; }

    .contact-form { padding: 1.5rem; }

    /* Footer columns stack cleanly */
    .site-footer { padding: 3rem 0 1.25rem; }
    .site-footer .col-lg-4,
    .site-footer .col-lg-3,
    .site-footer .col-lg-2 { margin-bottom: 0.5rem; }
}

/* Mobile */
@media (max-width: 767px) {
    body { font-size: 15px; }

    .top-bar { display: none; } /* daha temiz mobil üst alan */

    .navbar-brand img { height: 38px; }

    .hero,
    #heroCarousel .carousel-item .hero {
        min-height: 48vh !important;
        padding: 2.5rem 0 3rem;
    }
    .hero-content h1 {
        font-size: 1.65rem;
        margin-bottom: 0.75rem;
    }
    .hero-content p {
        font-size: 0.95rem;
        margin-bottom: 1.25rem;
    }
    .hero-stats {
        gap: 1rem;
        margin-top: 1.5rem;
    }
    .hero-stat h3 { font-size: 1.35rem; }
    .hero-stat span { font-size: 0.72rem; }
    .btn-lg { padding: 0.6rem 1.25rem; font-size: 0.9rem; }

    #heroCarousel .carousel-indicators { margin-bottom: 0.85rem; }
    #heroCarousel .carousel-control-prev-icon,
    #heroCarousel .carousel-control-next-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .section { padding: 2.75rem 0; }
    .section-title { margin-bottom: 1.75rem; }
    .section-title .subtitle {
        font-size: 0.7rem;
        padding: 0.28rem 0.75rem;
    }
    .section-title h2 { font-size: 1.4rem; }
    .section-title p { font-size: 0.9rem; }

    .feature-card {
        padding: 1.4rem 1.15rem;
        text-align: left;
        display: flex;
        gap: 1rem;
        align-items: flex-start;
    }
    .feature-icon {
        margin: 0;
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        font-size: 1.2rem;
    }
    .feature-card h5 { font-size: 0.98rem; margin-bottom: 0.3rem; }
    .feature-card p { font-size: 0.85rem; }

    .product-card .product-img { height: 160px; }
    .product-card .product-body { padding: 1rem 1.1rem 1.25rem; }
    .product-card h5 { font-size: 0.98rem; }

    .testimonial-card { padding: 1.35rem; }

    .page-header { padding: 2rem 0 1.65rem; text-align: center; }
    .page-header .breadcrumb { justify-content: center; }

    .contact-form { padding: 1.25rem; border-radius: 12px; }
    .contact-info-card { margin-bottom: 1rem; }

    .secondary-cta { padding: 2.5rem 0; }
    .secondary-cta .card-cta {
        padding: 1.75rem 1.15rem;
        border-radius: 14px;
    }
    .secondary-cta h3 { font-size: 1.25rem; }

    .faq-item summary { padding: 0.9rem 1rem; font-size: 0.9rem; }

    .site-footer { padding: 2.5rem 0 1.25rem; text-align: center; }
    .site-footer .ft-social { justify-content: center; }
    .site-footer .ft-contact li { justify-content: center; text-align: left; }
    .site-footer .ft-title { margin-top: 0.5rem; }
    .site-footer .ft-copy { text-align: center !important; }

    /* Float buttons - safe area & no overlap */
    .wa-float,
    .whatsapp-float {
        bottom: 20px;
        right: 16px;
        width: 50px;
        height: 50px;
        font-size: 1.35rem;
    }
    #ls-toggle {
        bottom: 20px !important;
        left: 16px !important;
        width: 50px !important;
        height: 50px !important;
        font-size: 1.25rem !important;
    }
    #ls-box {
        left: 12px !important;
        right: 12px !important;
        width: auto !important;
        max-width: none !important;
        bottom: 80px !important;
        max-height: min(70vh, 480px);
    }
    #ls-box .ls-main { max-height: 55vh; overflow-y: auto; }

    /* Tables / admin-like content on frontend */
    .table-responsive { font-size: 0.85rem; }

    /* Customer service page */
    .cs-wrap { padding: 1.5rem 0 3rem !important; }
    .cs-body { height: 58vh !important; }
    .cs-info { grid-template-columns: 1fr !important; }
    .cs-msg { max-width: 90% !important; }
}

/* Small phones */
@media (max-width: 400px) {
    .hero-content h1 { font-size: 1.45rem; }
    .hero-stats { gap: 0.75rem; }
    .btn { padding: 0.5rem 1.1rem; font-size: 0.85rem; }
    .product-card .product-img { height: 140px; }
}

/* Landscape phones */
@media (max-height: 500px) and (orientation: landscape) {
    .hero,
    #heroCarousel .carousel-item .hero {
        min-height: 100vh !important;
        padding: 2rem 0;
    }
    #ls-box { max-height: 85vh; bottom: 70px !important; }
}

/* Touch-friendly targets */
@media (hover: none) and (pointer: coarse) {
    .nav-link { padding: 0.75rem 1rem !important; }
    .btn { min-height: 44px; }
    .faq-item summary { min-height: 48px; }
    .product-card:hover,
    .feature-card:hover {
        transform: none;
    }
}

/* Prevent horizontal scroll */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
img, video, iframe {
    max-width: 100%;
    height: auto;
}
.container, .row {
    max-width: 100%;
}
