@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Poppins:wght@600;700;800&display=swap");

:root {
  --navy: #031426;
  --navy-2: #061b31;
  --red: #ed1c24;
  --red-dark: #cb0e16;
  --white: #fff;
  --light: #f8f9fa;
  --text: #111827;
  --muted: #606875;
  --line: #e4e8ed;
  --green: #20b26b;
  --wa: #25d366;
  --shadow: 0 10px 28px rgba(5, 20, 38, .08);
  --width: 1500px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { color: var(--text); font-family: Inter, Arial, sans-serif; margin: 0; min-width: 1180px; }
body, button, input { font-size: 16px; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
img { display: block; max-width: 100%; }
.svg-sprite { height: 0; left: -9999px; overflow: hidden; position: absolute; width: 0; }
svg { fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.8; }
.site-width { margin: 0 auto; max-width: var(--width); padding-left: 34px; padding-right: 34px; width: 100%; }

.topbar { background: var(--navy); color: #f6f8fb; height: 42px; }
.topbar-inner, .topbar-right { align-items: center; display: flex; }
.topbar-inner { height: 100%; justify-content: space-between; }
.topbar-inner span, .topbar-inner a { align-items: center; display: inline-flex; font-size: 12px; gap: 7px; white-space: nowrap; }
.topbar-inner svg { color: #fa5257; height: 15px; width: 15px; }
.topbar-right { gap: 24px; }

.main-header { background: #fff; border-bottom: 1px solid var(--line); }
.header-inner { align-items: center; display: grid; gap: 38px; grid-template-columns: 330px minmax(420px, 1fr) auto; height: 112px; }
.brand-logo img { height: auto; width: 302px; }
.header-search { align-items: center; border: 1px solid #cfd5dc; border-radius: 7px; display: flex; height: 58px; overflow: hidden; }
.header-search > svg { color: #7b8490; height: 20px; margin-left: 17px; width: 20px; }
.header-search input { border: 0; color: var(--text); flex: 1; height: 100%; outline: 0; padding: 0 16px; }
.header-search button { align-self: stretch; background: var(--red); border: 0; color: #fff; font-weight: 700; min-width: 128px; transition: .2s; }
.header-search button:hover { background: var(--red-dark); }
.header-tools { align-items: center; display: flex; gap: 28px; }
.mobile-menu-toggle { align-items:center;background:none;border:0;color:#172131;display:none;height:38px;justify-content:center;padding:0;width:38px }
.mobile-menu-toggle svg { height:25px;width:25px }
.mobile-drawer-head,.mobile-drawer-whatsapp{display:none}
.tool-link { align-items: center; background: none; border: 0; color: #1b2633; display: inline-flex; font-weight: 600; gap: 9px; padding: 7px 0; white-space: nowrap; }
.tool-link svg { height: 25px; width: 25px; }
.tool-link:hover { color: var(--red); }
.tool-link.whatsapp svg { color: var(--wa); height: 28px; width: 28px; }

.main-nav { background: #fff; border-bottom: 1px solid var(--line); height: 76px; position: relative; z-index: 20; }
.nav-inner { align-items: center; display: flex; gap: 43px; height: 100%; }
.categories-control, .products-control { position: relative; }
.categories-button { align-items: center; background: var(--red); border: 0; border-radius: 7px; color: #fff; display: flex; font-weight: 700; gap: 13px; height: 54px; padding: 0 20px; width: 300px; }
.categories-button > svg { height: 21px; width: 21px; }
.categories-button .chevron { margin-left: auto; width: 17px; }
.nav-links { align-self: stretch; align-items: center; display: flex; gap: 43px; }
.nav-links > a, .products-control > button { align-items: center; align-self: stretch; background: none; border: 0; display: flex; font-weight: 600; padding: 0 3px; position: relative; }
.nav-links > a::after { background: transparent; bottom: 0; content: ""; height: 3px; left: 0; position: absolute; right: 0; }
.nav-links > a.active { color: var(--red); }
.nav-links > a.active::after { background: var(--red); }
.products-control { align-self: stretch; display: flex; }
.products-control > button svg { height: 16px; margin-left: 6px; width: 16px; }
.nav-links a:hover, .products-control > button:hover { color: var(--red); }
.nav-dropdown { background: #fff; border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); display: none; left: 0; min-width: 230px; padding: 9px; position: absolute; top: calc(100% + 3px); }
.nav-dropdown.open { display: grid; }
.nav-dropdown a { border-radius: 5px; padding: 11px 13px; }
.nav-dropdown a:hover { background: #fff1f1; color: var(--red); }

.hero { background: linear-gradient(110deg, #021427 0%, #04172b 49%, #101923 100%); color: #fff; height: 650px; overflow: hidden; }
.hero-inner { height: 100%; position: relative; }
.hero-copy { padding-top: 78px; position: relative; width: 49%; z-index: 2; }
.hero-eyebrow { font-size: 15px; font-weight: 600; letter-spacing: .08em; margin: 0 0 24px; text-transform: uppercase; }
.hero h1 { font-family: Poppins, Inter, sans-serif; font-size: 53px; font-weight: 800; letter-spacing: -.025em; line-height: 1.12; margin: 0; }
.hero h1 span { color: var(--red); }
.hero-description { color: #f1f4f7; font-size: 15px; line-height: 1.75; margin: 23px 0 26px; max-width: 560px; }
.hero-trust { align-items: center; display: flex; gap: 31px; }
.hero-trust span { align-items: center; display: flex; font-size: 12px; gap: 8px; white-space: nowrap; }
.hero-trust svg { border: 1px solid rgba(255,255,255,.45); border-radius: 50%; height: 25px; padding: 4px; width: 25px; }
.hero-actions { display: flex; gap: 20px; margin-top: 35px; }
.button { align-items: center; border: 1px solid transparent; border-radius: 6px; display: inline-flex; font-weight: 700; height: 58px; justify-content: center; min-width: 180px; padding: 0 25px; transition: .2s; }
.button:hover { transform: translateY(-2px); }
.button-red { background: var(--red); color: #fff; }
.button-red:hover { background: var(--red-dark); }
.button-light { background: #fff; color: #162231; }
.hero-appliances { bottom: 0; height: 604px; mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 100%); -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 9%, #000 100%); object-fit: cover; object-position: left center; position: absolute; right: 0; width: 59%; }
.slider-dots { bottom: 20px; display: flex; gap: 9px; left: 50%; position: absolute; z-index: 3; }
.slider-dots i { background: #fff; border-radius: 50%; height: 7px; width: 7px; }
.slider-dots i:last-child { height: 4px; opacity: .55; width: 4px; }

.categories-section { background: #fff; padding: 34px 0 37px; }
.category-grid { display: grid; gap: 16px; grid-template-columns: repeat(8, 1fr); }
.category-card { align-items: center; background: #fff; border: 1px solid #edf0f3; border-radius: 9px; box-shadow: 0 7px 20px rgba(0,0,0,.055); display: flex; flex-direction: column; height: 170px; justify-content: center; transition: .2s; }
.category-card:hover { border-color: #f2a5a8; transform: translateY(-3px); }
.category-card img { height: 94px; object-fit: contain; width: 102px; }
.category-card > span:last-child { font-size: 13px; font-weight: 600; margin-top: 10px; }
.more-icon { align-items: center; border: 1px solid #edf0f3; border-radius: 50%; display: flex; height: 90px; justify-content: center; width: 90px; }
.more-icon svg { height: 41px; width: 41px; }

.usp-strip { background: #fbfcfd; box-shadow: inset 0 5px 16px rgba(8,24,42,.025); padding: 46px 0; }
.usp-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.usp-item { align-items: center; border-right: 1px solid #e2e6eb; display: flex; gap: 20px; padding: 0 34px; }
.usp-item:last-child { border: 0; }
.usp-item > svg { color: var(--red); flex: 0 0 auto; height: 46px; width: 46px; }
.usp-item h2 { font-size: 17px; margin: 0 0 9px; }
.usp-item p { color: var(--muted); font-size: 12px; margin: 0; }

.featured-section { padding: 65px 0 61px; }
.section-heading { margin-bottom: 45px; position: relative; text-align: center; }
.section-heading h2 { font-family: Poppins, Inter, sans-serif; font-size: 27px; margin: 0; }
.section-heading i { background: var(--red); display: block; height: 3px; margin: 14px auto 0; width: 67px; }
.heading-with-action .view-all { border: 1px solid #dfe4e9; border-radius: 7px; font-size: 13px; font-weight: 600; padding: 15px 24px; position: absolute; right: 0; top: 2px; }
.heading-with-action .view-all:hover { border-color: var(--red); color: var(--red); }
.product-grid { display: grid; gap: 22px; grid-template-columns: repeat(5, 1fr); }
.product-card { background: #fff; border: 1px solid #e4e7eb; border-radius: 8px; box-shadow: 0 9px 22px rgba(4,19,35,.065); display: flex; flex-direction: column; min-width: 0; overflow: hidden; transition: .25s; }
.product-card:hover { box-shadow: 0 17px 34px rgba(4,19,35,.13); transform: translateY(-5px); }
.product-image { background: #f5f5f4; height: 285px; overflow: hidden; position: relative; }
.product-image img { height: 100%; object-fit: cover; width: 100%; }
.product-badge { border-radius: 4px; color: #fff; font-size: 12px; padding: 6px 9px; position: absolute; right: 0; top: 8px; }
.badge-red { background: var(--red); }
.badge-blue { background: #1389dd; }
.badge-green { background: #1fbd6a; }
.product-info { display: flex; flex: 1; flex-direction: column; padding: 19px 10px 13px; }
.product-info h3 { font-size: 13px; line-height: 1.55; margin: 0; min-height: 45px; }
.prices { align-items: baseline; display: flex; gap: 17px; margin: 23px 0 17px; }
.prices strong { color: var(--green); font-size: 13px; line-height: 1.4; }
.prices del { color: #7b8189; font-size: 12px; }
.warranty-line { color: var(--green); font-size: 15px; margin: 0 0 19px; }
.warranty-line span { color: #242d38; font-size: 12px; }
.details-button { align-items: center; border: 1px solid #aeb7c1; border-radius: 5px; display: flex; font-size: 13px; font-weight: 700; gap: 9px; height: 43px; justify-content: center; margin-top: auto; transition: .2s; }
.details-button svg { height: 18px; width: 18px; }
.details-button:hover { background: var(--red); border-color: var(--red); color: #fff; }

.promo-wrap { padding: 0 0 62px; }
.promo-banner { align-items: center; background: var(--navy); border-radius: 9px; color: #fff; display: grid; grid-template-columns: 1fr 190px 38%; height: 280px; overflow: hidden; padding-left: 54px; position: relative; }
.promo-copy { position: relative; z-index: 2; }
.promo-copy h2 { font-family: Poppins, sans-serif; font-size: 25px; margin: 0 0 17px; }
.promo-copy p { color: #f1f4f7; font-size: 13px; margin: 0 0 31px; }
.promo-copy .button { font-size: 12px; height: 51px; min-width: 228px; }
.experience-card { align-items: center; background: #fff; border-radius: 8px; color: #172131; display: flex; flex-direction: column; height: 182px; justify-content: center; position: relative; text-align: center; z-index: 2; }
.experience-card strong { color: var(--red); font-size: 46px; line-height: 1; }
.experience-card span { font-size: 15px; font-weight: 700; line-height: 1.45; margin-top: 15px; }
.promo-banner > img { height: 100%; object-fit: cover; width: 100%; }

.why-section { padding-bottom: 60px; }
.why-grid { display: grid; gap: 20px; grid-template-columns: repeat(4, 1fr); }
.why-card { align-items: center; border: 1px solid #e7eaee; border-radius: 8px; box-shadow: 0 9px 24px rgba(5,20,38,.055); display: flex; gap: 23px; min-height: 154px; padding: 28px 30px; }
.why-card > span { align-items: center; background: #f8fafc; border-radius: 50%; color: var(--red); display: flex; flex: 0 0 auto; height: 67px; justify-content: center; width: 67px; }
.why-card svg { height: 36px; width: 36px; }
.why-card h3 { font-size: 15px; margin: 0 0 12px; }
.why-card p { color: #4e5763; font-size: 12px; line-height: 1.7; margin: 0; }

.brands-section { background: #fff; border-top: 1px solid #f1f3f5; padding: 16px 0 65px; }
.brands-section .section-heading { margin-bottom: 41px; }
.brand-row { align-items: center; display: grid; grid-template-columns: repeat(8, 1fr); text-align: center; }
.brand-row span { font-size: 25px; font-weight: 800; white-space: nowrap; }
.brand-lg { color: #4c5056; }.brand-lg b { color: #d71944; }
.brand-samsung { color: #0056a6; font-size: 22px !important; letter-spacing: .08em; }
.brand-bosch { color: #e51a22; }.brand-bosch i { color: #777; font-style: normal; }
.brand-siemens { color: #00aeb3; letter-spacing: .04em; }
.brand-electrolux { color: #172a50; font-family: Georgia, serif; font-size: 19px !important; }
.brand-mitsubishi { color: #111; font-size: 18px !important; }.brand-mitsubishi::first-letter { color: red; }
.brand-sharp, .brand-toshiba { color: #ed1c24; }

.site-footer { background: radial-gradient(circle at 54% 0, #09243c, #031426 58%); color: #fff; padding-top: 66px; }
.footer-grid { display: grid; gap: 48px; grid-template-columns: 1.45fr .75fr 1fr 1.25fr 1.25fr; padding-bottom: 45px; }
.footer-company img { width: 310px; }
.footer-company p { color: #c9d0d8; font-size: 13px; line-height: 1.75; margin: 26px 0 24px; max-width: 310px; }
.socials { display: flex; gap: 14px; }
.socials a { align-items: center; background: rgba(255,255,255,.1); border-radius: 50%; display: flex; font-size: 20px; font-weight: 700; height: 47px; justify-content: center; width: 47px; }
.socials a:hover { background: var(--red); }
.socials svg { height: 24px; width: 24px; }
.footer-column { display: flex; flex-direction: column; gap: 15px; }
.footer-column h2, .whatsapp-card h2 { font-size: 16px; margin: 0 0 8px; }
.footer-column a, .footer-column span { color: #d2d8df; font-size: 13px; }
.footer-column a:hover { color: #fff; }
.footer-contact span { align-items: flex-start; display: flex; gap: 10px; line-height: 1.7; }
.footer-contact svg { flex: 0 0 auto; height: 19px; width: 19px; }
.whatsapp-card { align-self: start; background: rgba(255,255,255,.1); border-radius: 8px; margin-top: 33px; padding: 28px 25px; }
.whatsapp-card p { color: #fff; font-size: 13px; line-height: 1.6; margin: 17px 0; }
.whatsapp-card a { align-items: center; background: var(--wa); border-radius: 5px; display: flex; font-size: 13px; font-weight: 700; gap: 8px; height: 44px; justify-content: center; }
.whatsapp-card svg { height: 21px; width: 21px; }
.footer-bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.09); color: #bac3cd; display: flex; font-size: 12px; height: 78px; justify-content: space-between; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 14px; }

.back-to-top { align-items: center; background: var(--red); border: 0; border-radius: 5px; bottom: 12px; color: #fff; display: flex; height: 50px; justify-content: center; opacity: 0; pointer-events: none; position: fixed; right: 28px; transform: translateY(10px); transition: .2s; width: 50px; z-index: 50; }
.back-to-top.visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.back-to-top svg { height: 24px; width: 24px; }
.toast { background: var(--navy); border-radius: 6px; bottom: 78px; color: #fff; opacity: 0; padding: 12px 18px; pointer-events: none; position: fixed; right: 28px; transform: translateY(8px); transition: .2s; z-index: 60; }
.toast.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1350px) {
  .site-width { padding-left: 25px; padding-right: 25px; }
  .header-inner { gap: 23px; grid-template-columns: 285px minmax(360px,1fr) auto; }
  .brand-logo img { width: 270px; }
  .header-tools { gap: 16px; }
  .nav-links { gap: 28px; }
  .categories-button { width: 280px; }
  .hero h1 { font-size: 53px; }
  .product-grid { gap: 14px; }
  .product-image { height: 255px; }
  .why-card { padding: 22px 20px; }
  .footer-grid { gap: 30px; }
}

@media (max-width: 900px) {
  html, body { max-width: 100%; overflow-x: hidden; }
  body { min-width: 0; }
  .site-width { padding-left: 18px; padding-right: 18px; }

  .topbar { height: 36px; overflow: hidden; }
  .topbar-inner { justify-content: center; }
  .topbar-inner > span { display: none; }
  .topbar-right { gap: 14px; overflow-x: auto; scrollbar-width: none; }
  .topbar-right::-webkit-scrollbar { display: none; }
  .topbar-inner span, .topbar-inner a { font-size: 9px; }
  .topbar-right a { display: none; }

  .main-header { height: 120px; }
  .header-inner { display: flex; flex-wrap: wrap; gap: 10px; height: 100%; padding-bottom: 10px; padding-top: 10px; }
  .brand-logo { flex: 1; min-width: 0; }
  .brand-logo img { max-width: 205px; width: 100%; }
  .header-tools { gap: 13px; margin-left: auto; }
  .tool-link { font-size: 0; }
  .tool-link svg { height: 22px; width: 22px; }
  .header-search { flex: 0 0 100%; height: 42px; order: 3; }
  .header-search input { font-size: 12px; min-width: 0; }
  .header-search button { font-size: 11px; min-width: 78px; }

  .mobile-menu-toggle { display:flex;order:-1 }
  .tool-link.whatsapp { display:none }
  .main-nav { background:rgba(3,20,38,.45);bottom:0;display:block;height:100vh;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:opacity .25s;z-index:100 }
  .main-nav.mobile-open { opacity:1;pointer-events:auto }
  .nav-inner { align-content:normal;background:#fff;display:flex;flex-direction:column;gap:10px;height:100%;margin:0;max-width:330px;overflow-y:auto;padding:18px;transform:translateX(-100%);transition:transform .25s;width:84% }
  .main-nav.mobile-open .nav-inner { transform:translateX(0) }
  body.mobile-menu-active { overflow:hidden }
  .mobile-drawer-head { align-items:center;border-bottom:1px solid #e2e7ec;display:flex;justify-content:space-between;margin-bottom:5px;padding-bottom:14px }
  .mobile-drawer-head a { display:block;max-width:205px;width:72% }
  .mobile-drawer-head img { height:auto;width:100% }
  .mobile-drawer-close { align-items:center;background:#f4f6f8;border:0;border-radius:50%;display:flex;font-size:25px;height:36px;justify-content:center;line-height:1;width:36px }
  .categories-control { display:none }
  .categories-button { font-size: 11px; height: 38px; width: 100%; }
  .nav-links { align-items:stretch;display:grid;gap:0;height:auto;overflow:visible;width:100% }
  .nav-links::-webkit-scrollbar { display: none; }
  .nav-links > a, .products-control > button { border-bottom:1px solid #edf0f3;flex:0 0 auto;font-size:11px;height:40px;padding:0 5px;white-space:nowrap;width:100% }
  .products-control { display:block;width:100% }
  .products-control > button { justify-content:space-between }
  .nav-dropdown { position:static;width:100% }
  .mobile-drawer-whatsapp { align-items:center;align-self:stretch;background:#18b95f;border-radius:6px;box-sizing:border-box;color:#fff;display:flex;font-size:11px;font-weight:800;gap:8px;justify-content:center;margin-top:auto;min-height:46px;padding:0 12px;width:100% }
  .mobile-drawer-whatsapp svg { flex:0 0 auto;height:20px;width:20px }
  .mobile-drawer-whatsapp span { min-width:0;white-space:nowrap }

  .hero { height: 670px; }
  .hero-copy { padding-top: 42px; width: 100%; }
  .hero-eyebrow { font-size: 11px; margin-bottom: 14px; }
  .hero h1 { font-size: 38px; max-width: 560px; }
  .hero-description { font-size: 13px; margin: 16px 0; max-width: 520px; }
  .hero-trust { flex-wrap: wrap; gap: 10px 18px; }
  .hero-actions { gap: 10px; margin-top: 22px; }
  .button { font-size: 11px; height: 46px; min-width: 145px; padding: 0 16px; }
  .hero-appliances { bottom: -2px; height: 310px; mask-image: none; object-fit: contain; object-position: center bottom; right: 0; width: 100%; }

  .category-grid { gap: 12px; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .category-card { height: 145px; }
  .category-card img { height: 78px; width: 88px; }
  .usp-grid { gap: 22px 0; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .usp-item { border-right: 0; padding: 0 20px; }
  .product-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .product-image { height: 220px; }
  .promo-banner { gap: 20px; grid-template-columns: 1fr 150px; height: auto; min-height: 260px; padding: 28px; }
  .promo-banner > img { display: none; }
  .experience-card { height: 150px; }
  .why-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .brand-row { gap: 25px 10px; grid-template-columns: repeat(4,minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .footer-company { grid-column: 1/-1; }
  .whatsapp-card { margin-top: 0; }
}

@media (max-width: 600px) {
  .site-width { padding-left: 13px; padding-right: 13px; }
  .topbar-right span:nth-child(3) { display: none; }
  .main-header { height: 112px; }
  .brand-logo img { max-width: 168px; }
  .header-tools { gap: 8px; }
  .tool-link svg { height: 20px; width: 20px; }
  .main-nav { height: 100vh; }
  .nav-links { gap: 18px; }

  .hero { height: 635px; }
  .hero-copy { padding-top: 30px; }
  .hero h1 { font-size: 31px; }
  .hero-description { font-size: 12px; line-height: 1.6; }
  .hero-trust span { font-size: 9px; }
  .hero-trust svg { height: 21px; width: 21px; }
  .hero-actions { display: grid; grid-template-columns: 1fr 1fr; }
  .button { min-width: 0; width: 100%; }
  .hero-appliances { height: 270px; }

  .categories-section { padding: 24px 0; }
  .category-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .category-card { height: 135px; }
  .usp-strip { padding: 30px 0; }
  .usp-grid { grid-template-columns: 1fr; }
  .usp-item { border-bottom: 1px solid #e2e6eb; gap: 14px; padding: 12px 8px; }
  .usp-item:last-child { border-bottom: 0; }
  .usp-item > svg { height: 30px; width: 30px; }
  .usp-item h2 { font-size: 14px; margin-bottom: 6px; }
  .usp-item p { font-size: 10px; line-height: 1.5; }

  .featured-section { padding: 40px 0; }
  .section-heading { margin-bottom: 28px; }
  .section-heading h2 { font-size: 22px; }
  .heading-with-action .view-all { display: inline-block; margin-top: 15px; padding: 10px 16px; position: static; }
  .product-grid { gap: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); }
  .product-image { height: 165px; }
  .product-info { padding: 12px 8px; }
  .product-info h3 { font-size: 11px; min-height: 52px; }
  .prices { gap: 8px; margin: 13px 0 10px; }
  .prices strong { font-size: 14px; }
  .prices del { font-size: 9px; }
  .warranty-line { font-size: 11px; margin-bottom: 12px; }
  .warranty-line span { font-size: 9px; }
  .details-button { font-size: 10px; }

  .promo-wrap { padding-bottom: 42px; }
  .promo-banner { display: block; padding: 27px 20px; }
  .promo-copy h2 { font-size: 21px; }
  .promo-copy .button { min-width: 0; width: 100%; }
  .experience-card { height: 120px; margin-top: 22px; width: 100%; }
  .experience-card strong { font-size: 36px; }
  .experience-card span { font-size: 12px; margin-top: 8px; }

  .why-grid { grid-template-columns: 1fr; }
  .why-card { min-height: 120px; padding: 20px; }
  .why-card > span { height: 54px; width: 54px; }
  .why-card svg { height: 29px; width: 29px; }
  .brands-section { padding-bottom: 42px; }
  .brand-row { grid-template-columns: repeat(2,minmax(0,1fr)); }

  .site-footer { padding-top: 38px; }
  .footer-grid { display: block; padding-bottom: 28px; }
  .footer-grid > * + * { margin-top: 30px; }
  .footer-company img { max-width: 245px; width: 100%; }
  .footer-company p { font-size: 11px; margin: 18px 0; }
  .footer-column { gap: 11px; }
  .footer-column a, .footer-column span { font-size: 11px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; gap: 12px; height: auto; padding-bottom: 24px; padding-top: 24px; }
  .footer-bottom p { font-size: 9px; line-height: 1.6; }
  .back-to-top { bottom: 10px; height: 40px; right: 12px; width: 40px; }
}
