:root {
    --ink: #222222;
    --muted: #666666;
    --line: #e1e7ea;
    --paper: #ffffff;
    --soft: #f7f7f7;
    --brand: #97ac80;
    --brand-dark: #71865f;
    --accent: #97ac80;
    --accent-dark: #71865f;
    --footer: #f4f4f4;
}
* { box-sizing: border-box; }
body { margin: 0; font-family: Lato, Arial, sans-serif; color: var(--ink); background: var(--paper); line-height: 1.65; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; object-fit: cover; }
.container { width: min(1180px, calc(100% - 36px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 36px)); }
.eyebrow { margin: 0 0 10px; color: var(--accent); font-size: 13px; font-weight: 800; letter-spacing: 0; text-transform: uppercase; }
.lead { font-size: 18px; color: var(--muted); }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 24px; border: 1px solid var(--brand); font-weight: 700; cursor: pointer; border-radius: 0; }
.button.primary { background: var(--accent); color: #fff; }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { background: #fff; color: var(--brand-dark); }
.text-link { color: var(--brand); font-weight: 800; }
.notice { padding: 12px 14px; margin-bottom: 18px; background: #e9f7ef; color: #1e6a3a; border: 1px solid #bce4ca; }
.error { padding: 12px 14px; margin-bottom: 18px; background: #fff0ed; color: #9d2c19; border: 1px solid #f3c4bb; }

.utility-bar { display: block; background: var(--brand); color: #fff; font-size: 16px; font-weight: 400; }
.utility-inner { min-height: 46px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.utility-contact, .utility-links { display: flex; gap: 22px; align-items: center; flex-wrap: wrap; }
.social-links { display: flex; align-items: center; gap: 22px; }
.social-links a { width: 20px; height: 20px; display: inline-grid; place-items: center; color: #fff; font-size: 18px; font-weight: 900; line-height: 1; }
.social-links a:hover { opacity: .75; }
.social-links .social-instagram { position: relative; border: 2px solid #fff; border-radius: 6px; }
.social-links .social-instagram::before { content: ""; width: 7px; height: 7px; border: 2px solid #fff; border-radius: 50%; }
.social-links .social-instagram::after { content: ""; position: absolute; top: 3px; right: 3px; width: 3px; height: 3px; background: #fff; border-radius: 50%; }
.social-links .social-youtube { width: 28px; height: 20px; border-radius: 3px; background: #fff; color: var(--brand); font-size: 5px; font-weight: 900; letter-spacing: 0; }
.dot { width: 20px; height: 20px; display: inline-block; border-radius: 50%; background: rgba(255,255,255,.35); }
.utility-bar .container, .topbar .container { width: min(1860px, calc(100% - 30px)); }
.topbar { position: sticky; top: 0; z-index: 20; background: #fff; border-bottom: 1px solid #f0f0f0; box-shadow: none; }
.topbar-inner { min-height: 100px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; min-width: 263px; }
.brand img { width: 263px; height: auto; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 0; margin-left: auto; font-family: Lato, Arial, sans-serif; font-size: 18px; font-weight: 700; line-height: 28.8px; }
.nav-item { position: relative; min-height: 100px; display: inline-flex; align-items: center; }
.nav a { min-height: 100px; display: inline-flex; align-items: center; padding: 0 22px; color: #000; white-space: nowrap; }
.nav a:hover, .nav a.active, .nav a[aria-current="page"] { color: var(--brand); }
.has-dropdown::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 10px; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: rotate(45deg) translateY(-3px); }
.dropdown-menu { position: absolute; left: 0; top: 100%; z-index: 50; min-width: 220px; padding: 8px 0; background: #fff; border: 1px solid #eeeeee; box-shadow: 0 10px 22px rgba(0,0,0,.12); opacity: 0; visibility: hidden; transform: translateY(10px); transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
.dropdown:hover .dropdown-menu, .dropdown:focus-within .dropdown-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown-menu a { min-height: auto; width: 100%; display: flex; align-items: center; padding: 10px 18px; color: #222; font-size: 15px; font-weight: 400; line-height: 1.45; border-bottom: 1px solid #f0f0f0; white-space: nowrap; }
.dropdown-menu a.dropdown-child { padding-left: 34px; color: #687177; font-size: 14px; }
.dropdown-menu a:last-child { border-bottom: 0; }
.dropdown-menu a:hover { color: var(--brand-dark); background: #f7f9f5; }
.product-dropdown { min-width: 290px; }
.search-link { position: relative; width: 40px; min-height: 100px; padding: 0 !important; }
.search-link::before { content: ""; position: absolute; left: 5px; top: 36px; width: 20px; height: 20px; border: 1.6px solid var(--brand); border-radius: 50%; }
.search-link::after { content: ""; position: absolute; left: 25px; top: 58px; width: 12px; height: 1.6px; background: var(--brand); transform: rotate(45deg); transform-origin: center; }

.hero { position: relative; min-height: 467px; display: flex; align-items: center; background: #fff; color: #fff; overflow: hidden; }
.hero-media { position: absolute; inset: 0; }
.hero-media::after { content: none; }
.hero-media img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: 0; animation: heroFade 15s infinite; }
.hero-media img:nth-child(1) { animation-delay: 0s; }
.hero-media img:nth-child(2) { animation-delay: 5s; }
.hero-media img:nth-child(3) { animation-delay: 10s; }
@keyframes heroFade { 0%, 33% { opacity: 1; } 40%, 100% { opacity: 0; } }
.hero-content { position: relative; padding: 0; min-height: 467px; }
.hero h1 { max-width: 760px; margin: 0; font-size: clamp(42px, 7vw, 74px); line-height: 1.02; letter-spacing: 0; text-shadow: 0 2px 12px rgba(0,0,0,.22); }
.hero p:not(.eyebrow) { max-width: 620px; font-size: 19px; color: #eef8fa; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.support-strip { height: 181px; padding-top: 38.4px; padding-bottom: 12.8px; margin-top: 0; position: relative; z-index: 5; background: #fff; }
.support-grid { width: min(1734px, calc(100% - 170px)); display: grid; grid-template-columns: repeat(3, 1fr); background: transparent; box-shadow: none; border: 0; }
.support-grid div { min-height: 130px; height: 130px; padding: 30px 10px; border: 0; display: flex; align-items: center; justify-content: center; gap: 36px; color: #fff; }
.support-grid div:nth-child(odd) { background: #000; }
.support-grid div:nth-child(even) { background: #1d1d1d; }
.support-icon { width: 88px; height: 88px; flex: 0 0 88px; display: grid; place-items: center; background: var(--brand); border-radius: 4px; }
.support-icon svg { width: 58px; height: 58px; fill: none; stroke: #fff; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.support-icon text { fill: #fff; stroke: none; font-size: 15px; font-weight: 500; font-family: inherit; }
.support-text { min-width: 0; display: block; color: #fff; }
.support-text strong { display: block; color: #fff; font-size: 30px; font-weight: 500; line-height: 36px; margin-bottom: 4px; white-space: nowrap; }
.support-text span { display: block; color: #fff; font-size: 23px; font-weight: 400; line-height: 28px; white-space: nowrap; }
.support-title { text-align: left; }

.section { padding: 72px 0; }
.section.muted { background: var(--soft); }
.home-company-section { padding-top: 38.4px; padding-bottom: 51.2px; min-height: 568px; background: #fff; }
.original-section-title { position: relative; margin-bottom: 30px; }
.original-section-title .eyebrow { display: inline-flex; align-items: center; gap: 10px; margin: 0; color: #444; font-size: 20px; font-weight: 400; text-transform: none; }
.original-section-title .eyebrow::before,
.original-section-title .eyebrow::after { content: ""; width: 34px; height: 10px; display: inline-block; background: linear-gradient(90deg, transparent 0 5px, var(--brand) 5px 13px, transparent 13px 21px, var(--brand) 21px 29px, transparent 29px); }
.section-head { margin-bottom: 34px; }
.section-head.centered { text-align: center; }
.section-head.centered p { margin-left: auto; margin-right: auto; }
.section-head h2, .split h2, .cta h2, .page-hero h1, .about-original h2 { margin: 0; font-size: clamp(30px, 4vw, 44px); line-height: 1.12; letter-spacing: 0; }
.section-head p { max-width: 720px; color: var(--muted); }
.page-hero { padding: 70px 0; background: #f7f7f7; color: #222; border-bottom: 1px solid var(--line); }
.page-hero .eyebrow { color: var(--brand); }
.page-hero p:not(.eyebrow) { max-width: 700px; color: var(--muted); font-size: 18px; }
.about-original { display: grid; grid-template-columns: 390px 700px; gap: 60px; align-items: start; }
.about-original p { color: var(--muted); }
.about-image { position: relative; padding: 0; border: 0; }
.about-image img { width: 100%; min-height: 390px; }
.about-video iframe { width: 700px; height: 405px; border: 0; display: block; background: #111; }
.about-tags { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin: 16px 0; }
.about-tags span { padding: 12px; background: var(--brand); color: #fff; font-weight: 700; text-align: center; line-height: 1.25; }
.choose-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.choose-grid div { min-height: 250px; background: #fff; border: 1px solid #eee; padding: 28px 22px; text-align: center; box-shadow: none; }
.choose-grid strong { display: inline-grid; place-items: center; width: 62px; height: 62px; border-radius: 50%; background: var(--brand); color: #fff; font-size: 22px; }
.choose-grid h3 { margin: 20px 0 8px; font-size: 20px; }
.choose-grid p { margin: 0; color: var(--muted); }
.counter-band { padding: 58px 0; background: url('https://www.bbestmetalcrafts.com/uploads/42437/banner/20240722031648da8b0.jpg?size=1920x0') center/cover fixed; position: relative; color: #fff; }
.counter-band::before { content: ""; position: absolute; inset: 0; background: rgba(40,40,40,.62); }
.counter-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; text-align: center; }
.counter-grid strong { display: block; font-size: 44px; line-height: 1; color: #fff; }
.counter-grid span { color: #d9f0f3; }

.category-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.category-card { min-height: 310px; border: 1px solid var(--line); background: #fff; overflow: hidden; }
.category-card img { width: 100%; height: 150px; }
.category-card strong { display: block; padding: 18px 18px 6px; font-size: 18px; color: var(--brand-dark); }
.category-card span { display: block; padding: 0 18px 18px; color: var(--muted); font-size: 14px; }
.product-grid, .news-grid, .service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.service-grid { grid-template-columns: repeat(4, 1fr); }
.product-grid.compact { grid-template-columns: repeat(3, 1fr); }
.product-card, .news-card, .service-grid div { border: 1px solid var(--line); background: #fff; transition: transform .18s ease, box-shadow .18s ease; }
.product-card:hover, .news-card:hover, .service-grid div:hover { transform: translateY(-3px); box-shadow: 0 10px 22px rgba(0,0,0,.08); }
.product-card img, .news-card img { width: 100%; height: 245px; background: var(--soft); }
.service-grid img { width: 100%; height: 180px; }
.product-card div, .news-card div, .service-grid div h3, .service-grid div p { padding-left: 18px; padding-right: 18px; }
.product-card div, .news-card div { padding: 18px; }
.service-grid div h3 { margin: 18px 0 6px; color: var(--brand-dark); }
.service-grid div p { margin: 0 0 20px; color: var(--muted); }
.product-card span, .news-card span { color: var(--accent); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.product-card h3, .news-card h3 { margin: 8px 0; font-size: 20px; line-height: 1.25; color: #222; }
.product-card p, .news-card p { color: var(--muted); margin: 0; }
.catalog-layout { display: grid; grid-template-columns: 270px 1fr; gap: 30px; align-items: start; }
.sidebar { border: 1px solid var(--line); background: #fff; padding: 20px; position: sticky; top: 112px; }
.sidebar h3 { margin: 0 0 12px; color: var(--brand-dark); }
.sidebar a { display: block; padding: 10px 0; color: var(--muted); border-bottom: 1px solid var(--line); }
.sidebar a.child { padding-left: 18px; font-size: 14px; color: #7a858a; }
.sidebar a.active { color: var(--accent); font-weight: 800; }
.detail-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.product-gallery { display: grid; gap: 14px; }
.detail-image { width: 100%; aspect-ratio: 1 / .85; background: var(--soft); border: 1px solid var(--line); }
.gallery-thumbs { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.gallery-thumbs button { display: block; width: 100%; aspect-ratio: 1; padding: 0; border: 1px solid var(--line); background: #fff; cursor: pointer; opacity: .72; }
.gallery-thumbs button.active, .gallery-thumbs button:hover { border-color: var(--brand); opacity: 1; }
.gallery-thumbs img { width: 100%; height: 100%; }
.product-detail h1 { margin: 0; font-size: clamp(34px, 5vw, 52px); line-height: 1.08; color: var(--brand-dark); }
.product-copy { margin-top: 24px; color: var(--muted); }
.product-copy p { margin: 0 0 14px; }
.specs { margin: 24px 0; border-top: 1px solid var(--line); }
.specs p { display: flex; justify-content: space-between; gap: 18px; margin: 0; padding: 13px 0; border-bottom: 1px solid var(--line); }
.specs span { color: var(--muted); text-align: right; }
.cta { background: var(--brand); color: #fff; }
.cta .eyebrow { color: #fff; }
.cta p { color: #fff; }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.article img { width: 100%; max-height: 420px; margin: 24px 0; }
.faq-list { display: grid; gap: 12px; }
.faq-list details { border: 1px solid var(--line); padding: 18px; background: #fff; }
.faq-list summary { cursor: pointer; font-weight: 800; font-size: 18px; color: var(--brand-dark); }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; }
.contact-panel, .form-card { border: 1px solid var(--line); padding: 26px; background: #fff; }
.form-card, .admin-form { display: grid; gap: 16px; }
.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 14px; align-items: center; padding: 12px 0; border-bottom: 1px solid var(--line); }
.cart-line img { width: 72px; height: 72px; background: var(--soft); }
.cart-line strong, .cart-line span { display: block; }
.cart-line span { color: var(--muted); font-size: 13px; }
.product-actions { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.product-card form { margin-top: 12px; }
.text-link { border: 0; background: none; padding: 0; color: var(--brand); font: inherit; font-weight: 800; cursor: pointer; }
label { display: grid; gap: 6px; font-weight: 800; }
input, textarea, select { width: 100%; min-height: 42px; padding: 10px 12px; border: 1px solid #c9d1d6; background: #fff; color: var(--ink); font: inherit; }
textarea { resize: vertical; }
.check { display: flex; align-items: center; gap: 8px; }
.check input { width: auto; min-height: auto; }
.footer { padding: 58px 0 20px; background: var(--footer); color: #333; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 34px; }
.footer h3, .footer h4 { color: #222; margin-top: 0; }
.footer a, .footer p { display: block; color: #555; margin: 8px 0; }
.sitemap-child { padding-left: 16px; color: #687177; }
.copyright { margin-top: 30px; padding-top: 18px; border-top: 1px solid #ddd; color: #666; font-size: 13px; }
.floating-tools { position: fixed; right: 4px; top: 38%; z-index: 35; display: grid; gap: 0; border: 1px solid #e8e8e8; border-radius: 4px; overflow: hidden; background: #fff; box-shadow: 0 2px 8px rgba(0,0,0,.05); }
.floating-tools a { width: 72px; min-height: 58px; display: grid; place-items: center; padding: 6px 4px; background: #fff; color: #555; font-size: 13px; font-weight: 400; text-align: center; border-bottom: 1px solid #e8e8e8; }
.floating-tools a:last-child { border-bottom: 0; }
.floating-tools span { position: relative; width: 22px; height: 22px; display: block; }
.float-whatsapp span::before { content: ""; position: absolute; inset: 2px; border: 2px solid #22c55e; border-radius: 50%; }
.float-whatsapp span::after { content: ""; position: absolute; right: 1px; bottom: 1px; width: 7px; height: 7px; border-left: 2px solid #22c55e; border-bottom: 2px solid #22c55e; transform: rotate(-20deg); }
.float-email span::before { content: ""; position: absolute; inset: 4px 1px; border: 2px solid #f6a21a; border-radius: 2px; }
.float-email span::after { content: ""; position: absolute; left: 3px; right: 3px; top: 8px; height: 10px; border-left: 2px solid #f6a21a; border-bottom: 2px solid #f6a21a; transform: rotate(-45deg); }
.floating-tools .float-cart { background: var(--brand); color: #fff; font-weight: 700; }

.login-body { min-height: 100vh; display: grid; place-items: center; background: #edf2f4; padding: 20px; }
.login-card { width: min(420px, 100%); display: grid; gap: 16px; padding: 30px; background: #fff; border: 1px solid var(--line); }
.login-card h1 { margin: 0; color: var(--brand-dark); }
.admin-body { min-height: 100vh; display: grid; grid-template-columns: 250px 1fr; background: #f6f8f9; }
.admin-sidebar { position: sticky; top: 0; height: 100vh; padding: 24px; background: #172126; color: #fff; display: flex; flex-direction: column; gap: 24px; }
.admin-logo { font-size: 22px; font-weight: 900; }
.admin-sidebar nav { display: grid; gap: 8px; }
.admin-sidebar a, .admin-sidebar button { padding: 10px 12px; color: #eaf0f2; background: transparent; border: 0; text-align: left; font: inherit; cursor: pointer; }
.admin-sidebar a:hover, .admin-sidebar button:hover { background: rgba(255,255,255,.1); }
.admin-main { padding: 34px; }
.admin-head { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 24px; }
.admin-head h1 { margin: 0; font-size: 34px; line-height: 1.1; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; margin-bottom: 24px; }
.stats-grid div, .stats-grid a, .admin-panel, .admin-form { background: #fff; border: 1px solid var(--line); padding: 20px; }
.stats-grid a { display: block; transition: transform .18s ease, box-shadow .18s ease; }
.stats-grid a:hover { transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0,0,0,.06); }
.stats-grid strong { display: block; font-size: 34px; line-height: 1; color: var(--brand-dark); }
.stats-grid span { color: var(--muted); }
.dashboard-panels { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 24px; }
.admin-panel table { width: 100%; border-collapse: collapse; }
.admin-tabs { display: flex; gap: 8px; margin-bottom: 16px; }
.admin-tabs a { padding: 9px 14px; background: #fff; border: 1px solid var(--line); color: #394247; font-weight: 800; }
.admin-tabs a.active { background: var(--brand); border-color: var(--brand); color: #fff; }
.admin-filter { display: grid; grid-template-columns: 1fr auto; gap: 10px; margin-bottom: 16px; }
.admin-panel th, .admin-panel td { padding: 12px 10px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.admin-panel th { font-size: 12px; text-transform: uppercase; color: var(--muted); }
.admin-checklist { margin: 0; padding-left: 20px; color: #394247; }
.admin-checklist li { margin: 8px 0; }

@media print {
    .admin-sidebar, .admin-head .actions, .admin-panel .actions, .admin-filter, .button, .notice {
        display: none !important;
    }

    .admin-body {
        display: block;
        background: #fff;
    }

    .admin-main {
        padding: 0;
    }

    .admin-panel, .stats-grid div, .stats-grid a {
        break-inside: avoid;
        box-shadow: none !important;
    }

    .dashboard-panels {
        grid-template-columns: 1fr;
    }
}
.actions { display: flex; gap: 10px; align-items: center; justify-content: flex-end; }
.actions a, .actions button { color: var(--accent); background: none; border: 0; cursor: pointer; font: inherit; font-weight: 800; }
.admin-form.two-col { grid-template-columns: 1fr 1fr; }
.admin-form .full { grid-column: 1 / -1; }
.admin-help { padding: 16px; background: #f7f9fa; border: 1px solid var(--line); color: #394247; }
.admin-help strong { display: block; margin-bottom: 10px; color: #172126; }
.admin-help pre { margin: 0; padding: 14px; overflow: auto; background: #fff; border: 1px solid #dfe6e9; font-size: 13px; line-height: 1.5; white-space: pre-wrap; }
.status-pill { display: inline-flex; align-items: center; min-height: 24px; padding: 0 9px; border-radius: 999px; background: #edf1f2; color: #415057; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.status-pill.new { background: #fff2df; color: #9a5b00; }
.status-pill.read { background: #eaf1ff; color: #2c5da8; }
.status-pill.replied { background: #e7f6ed; color: #247044; }
.status-pill.closed { background: #eeeeee; color: #555555; }
.inquiry-detail dl { display: grid; grid-template-columns: 150px 1fr; gap: 10px 18px; margin: 0 0 24px; }
.inquiry-detail dt { color: var(--muted); font-weight: 800; }
.inquiry-detail dd { margin: 0; }
.inquiry-detail .message { padding: 16px; background: #f7f9fa; border: 1px solid var(--line); white-space: pre-wrap; }
nav[role="navigation"] { margin-top: 24px; }
.pagination { display: flex; align-items: center; flex-wrap: wrap; gap: 6px; margin: 0; padding: 0; list-style: none; }
.page-item { display: inline-flex; }
.page-link, .page-item span { min-width: 36px; height: 36px; display: inline-flex; align-items: center; justify-content: center; padding: 0 12px; border: 1px solid var(--line); background: #fff; color: #283238; font-size: 14px; font-weight: 700; line-height: 1; }
.page-item.active .page-link, .page-item.active span { background: var(--brand); border-color: var(--brand); color: #fff; }
.page-item.disabled .page-link, .page-item.disabled span { color: #a0a8ad; background: #f4f6f7; cursor: not-allowed; }
.page-link:hover { border-color: var(--brand); color: var(--brand-dark); }
.page-link svg, nav[role="navigation"] svg { width: 18px; height: 18px; display: block; }
.admin-panel nav[role="navigation"] > div { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; }
.admin-panel nav[role="navigation"] p { margin: 0; color: var(--muted); font-size: 14px; }

@media (max-width: 1020px) {
    .topbar-inner, .nav { align-items: flex-start; flex-direction: column; }
    .topbar-inner { padding: 16px 0; }
    .nav { gap: 4px; width: 100%; margin-left: 0; }
    .nav-item { width: 100%; min-height: auto; align-items: flex-start; flex-direction: column; }
    .nav a { min-height: auto; padding: 7px 0; }
    .dropdown-menu { position: static; min-width: 0; width: 100%; padding: 0 0 8px 16px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
    .dropdown-menu a { padding: 6px 0; border-bottom: 0; font-size: 15px; }
    .search-link { min-height: 34px; width: 40px; }
    .search-link::before { top: 4px; }
    .search-link::after { top: 26px; }
    .hero, .hero-content { min-height: 300px; }
    .support-strip { height: auto; padding-top: 24px; padding-bottom: 24px; }
    .support-grid div { height: auto; min-height: 120px; justify-content: flex-start; padding: 24px; }
    .support-text strong { font-size: 24px; line-height: 1.2; white-space: normal; }
    .support-text span { font-size: 18px; line-height: 1.35; white-space: normal; }
    .about-video iframe { width: 100%; height: min(56vw, 405px); }
    .support-strip { margin-top: 0; }
    .support-grid, .category-grid, .product-grid, .product-grid.compact, .news-grid, .service-grid, .choose-grid, .counter-grid, .split, .detail-grid, .contact-grid, .footer-grid, .catalog-layout, .about-original { grid-template-columns: 1fr; }
    .sidebar { position: static; }
    .cta-inner { align-items: flex-start; flex-direction: column; }
    .floating-tools { display: none; }
    .admin-body { grid-template-columns: 1fr; }
    .admin-sidebar { position: static; height: auto; }
    .stats-grid, .admin-form.two-col { grid-template-columns: 1fr; }
    .admin-main { padding: 20px; }
    .admin-head { align-items: flex-start; flex-direction: column; }
}
