:root {
  --sv-primary: #e31b23;
  --sv-dark: #0c1117;
  --sv-accent: #ff3038;
  --sv-charcoal: #171e26;
  --sv-muted: #66717e;
  --sv-soft: #f5f6f8;
  --sv-border: #e4e7eb;
  --sv-white: #fff;
  --sv-container: 1280px;
  --sv-radius: 16px;
  --sv-shadow: 0 18px 50px rgba(12, 17, 23, .10);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: #1c232b; background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.admin-bar .sv-header.is-sticky { top: 32px; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; transition: color .2s ease, background .2s ease, border .2s ease, transform .2s ease; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4, h5, h6 { margin: 0 0 .6em; color: var(--sv-dark); line-height: 1.15; font-weight: 800; letter-spacing: -.025em; }
p { margin: 0 0 1.15em; }
ul, ol { padding-inline-start: 1.25rem; }
.sv-container { width: min(calc(100% - 40px), var(--sv-container)); margin-inline: auto; }
.site { overflow: clip; }
.screen-reader-text { position: absolute !important; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); width: 1px; height: 1px; overflow: hidden; white-space: nowrap; }
.screen-reader-text:focus { clip: auto !important; clip-path: none; width: auto; height: auto; top: 8px; left: 8px; padding: 12px 18px; z-index: 99999; background: #fff; color: #000; }
.sv-icon { display: inline-flex; width: 22px; height: 22px; flex: 0 0 auto; align-items: center; justify-content: center; }
.sv-icon svg { width: 100%; height: 100%; fill: currentColor; }
.sv-section { padding: 88px 0; }
.sv-section-heading { text-align: center; max-width: 760px; margin: 0 auto 42px; }
.sv-section-heading h2 { font-size: clamp(30px, 4vw, 46px); }
.sv-eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 12px; color: var(--sv-primary); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .18em; }
.sv-eyebrow:before, .sv-eyebrow:after { content: ""; width: 22px; height: 2px; background: currentColor; }
.sv-eyebrow-solid { padding: 7px 11px; border-radius: 5px; color: #fff; background: var(--sv-primary); letter-spacing: .12em; }
.sv-eyebrow-solid:before, .sv-eyebrow-solid:after { display: none; }
.sv-btn { display: inline-flex; min-height: 48px; padding: 12px 22px; border: 1px solid transparent; border-radius: 8px; align-items: center; justify-content: center; gap: 10px; font-size: 14px; font-weight: 800; line-height: 1; }
.sv-btn .sv-icon { width: 18px; height: 18px; }
.sv-btn:hover { transform: translateY(-2px); }
.sv-btn-primary { background: var(--sv-primary); color: #fff; box-shadow: 0 10px 25px rgba(227, 27, 35, .25); }
.sv-btn-primary:hover { background: #c50f17; color: #fff; }
.sv-btn-dark { background: var(--sv-dark); color: #fff; }
.sv-btn-dark:hover { background: var(--sv-primary); color: #fff; }
.sv-btn-outline { border-color: rgba(255,255,255,.55); color: #fff; background: rgba(255,255,255,.04); backdrop-filter: blur(10px); }
.sv-btn-outline:hover { border-color: #fff; background: #fff; color: var(--sv-dark); }
.sv-section-button { margin-top: 38px; text-align: center; }

/* Topbar and header */
.sv-topbar { position: relative; z-index: 101; background: #070a0e; color: #fff; font-size: 12px; }
.sv-topbar-inner { min-height: 38px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 24px; }
.sv-topbar-contacts { display: flex; gap: 20px; }
.sv-topbar-contacts a { display: inline-flex; align-items: center; gap: 7px; color: #fff; white-space: nowrap; }
.sv-topbar-contacts a:first-child .sv-icon { color: #27d367; }
.sv-topbar-message { text-align: center; color: #c9ced4; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.sv-language-switcher { display: flex; align-items: center; gap: 7px; text-transform: uppercase; font-weight: 800; }
.sv-language-switcher ul { display: flex; gap: 8px; list-style: none; margin: 0; padding: 0; }
.sv-header { position: relative; z-index: 100; background: rgba(255,255,255,.98); border-bottom: 1px solid rgba(0,0,0,.06); }
.sv-header.is-sticky { position: sticky; top: 0; }
.sv-header-inner { min-height: 82px; display: flex; align-items: center; gap: 28px; }
.sv-branding { flex: 0 0 220px; }
.sv-logo-link, .sv-branding .custom-logo-link { display: block; }
.sv-logo-link img, .sv-branding .custom-logo { max-width: 205px; max-height: 66px; object-fit: contain; object-position: left center; }
.sv-navigation { flex: 1; }
.sv-navigation ul { display: flex; align-items: center; justify-content: center; gap: 24px; list-style: none; margin: 0; padding: 0; }
.sv-navigation li { position: relative; }
.sv-navigation a { display: block; padding: 30px 0 26px; color: #2b3138; font-size: 13px; font-weight: 750; white-space: nowrap; }
.sv-navigation li.current-menu-item > a, .sv-navigation a:hover { color: var(--sv-primary); }
.sv-navigation li.current-menu-item > a:after, .sv-navigation a:hover:after { width: 100%; }
.sv-navigation a:after { content: ""; position: absolute; inset-inline-start: 0; bottom: 18px; width: 0; height: 2px; background: var(--sv-primary); transition: width .2s ease; }
.sv-navigation .sub-menu { position: absolute; top: 100%; inset-inline-start: -20px; width: 220px; padding: 12px; display: block; opacity: 0; visibility: hidden; transform: translateY(8px); background: #fff; box-shadow: var(--sv-shadow); border-radius: 10px; transition: .2s ease; }
.sv-navigation li:hover > .sub-menu { opacity: 1; visibility: visible; transform: none; }
.sv-navigation .sub-menu a { padding: 10px 12px; }
.sv-navigation .sub-menu a:after { display: none; }
.sv-header-actions { display: flex; align-items: center; gap: 10px; }
.sv-search-toggle, .sv-cart-link { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; border: 0; background: transparent; color: var(--sv-dark); position: relative; }
.sv-search-toggle:hover, .sv-cart-link:hover { color: var(--sv-primary); }
.sv-cart-count { position: absolute; top: 1px; inset-inline-end: 0; min-width: 17px; height: 17px; padding: 0 4px; border-radius: 999px; display: grid; place-items: center; background: var(--sv-primary); color: #fff; font-size: 9px; font-weight: 900; }
.sv-header-call { min-height: 42px; padding: 10px 16px; }
.sv-menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 7px; background: var(--sv-dark); }
.sv-menu-toggle span:not(.screen-reader-text) { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; transition: .2s ease; }
.sv-search-panel { position: absolute; left: 0; right: 0; top: 100%; background: #fff; border-top: 1px solid var(--sv-border); box-shadow: 0 15px 30px rgba(0,0,0,.08); }
.sv-search-panel .sv-container { padding: 20px 0; }
.search-form { display: flex; max-width: 780px; margin: 0 auto; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 50px; padding: 0 16px; border: 1px solid var(--sv-border); border-radius: 8px 0 0 8px; outline: none; }
.search-submit { padding: 0 24px; border: 0; border-radius: 0 8px 8px 0; background: var(--sv-primary); color: #fff; font-weight: 800; }

/* Hero */
.sv-hero { position: relative; height: clamp(560px, 66vw, 720px); overflow: hidden; background: var(--sv-dark); }
.sv-hero-track, .sv-hero-slide { position: absolute; inset: 0; }
.sv-hero-slide { opacity: 0; visibility: hidden; transform: scale(1.02); transition: opacity .65s ease, transform 1.2s ease, visibility .65s; background-image: linear-gradient(90deg, rgba(7,10,14,.98) 0%, rgba(7,10,14,.88) 42%, rgba(7,10,14,.15) 75%), var(--sv-slide-image); background-size: cover; background-position: center; }
.sv-hero-slide.is-active { opacity: 1; visibility: visible; transform: scale(1); }
.sv-hero-overlay { position: absolute; inset: 0; background: radial-gradient(circle at 73% 45%, rgba(227,27,35,.33), transparent 33%), linear-gradient(180deg, transparent 65%, rgba(0,0,0,.4)); }
.sv-hero-content { position: relative; height: 100%; display: flex; align-items: center; }
.sv-hero-copy { width: min(650px, 58%); padding-top: 20px; color: #fff; }
.sv-hero h1 { margin: 20px 0 20px; max-width: 700px; color: #fff; font-size: clamp(42px, 5.3vw, 76px); line-height: 1.02; }
.sv-hero h1 strong, .sv-hero h1 em { color: var(--sv-primary); font-style: normal; }
.sv-hero p { max-width: 610px; margin-bottom: 30px; color: #d8dde2; font-size: clamp(16px, 1.6vw, 20px); }
.sv-hero-buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.sv-slider-arrow { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; transform: translateY(-50%); border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(0,0,0,.25); color: #fff; font-size: 30px; line-height: 1; backdrop-filter: blur(8px); }
.sv-slider-prev { left: 24px; }
.sv-slider-next { right: 24px; }
.sv-slider-arrow:hover { background: var(--sv-primary); border-color: var(--sv-primary); }
.sv-slider-dots { position: absolute; z-index: 4; left: 50%; bottom: 24px; transform: translateX(-50%); display: flex; gap: 8px; }
.sv-slider-dot { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(255,255,255,.45); }
.sv-slider-dot.is-active { width: 28px; border-radius: 8px; background: var(--sv-primary); }
.sv-trust-strip { background: #11171f; color: #fff; }
.sv-trust-grid { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.sv-trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 38px; border-inline-end: 1px solid rgba(255,255,255,.15); font-size: 14px; font-weight: 750; }
.sv-trust-grid > div:last-child { border: 0; }
.sv-trust-grid .sv-icon { width: 28px; height: 28px; color: var(--sv-primary); }

/* Services */
.sv-services-section { background: #fff; }
.sv-services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.sv-service-card { position: relative; min-height: 260px; padding: 32px 25px; border: 1px solid var(--sv-border); border-radius: var(--sv-radius); text-align: center; background: #fff; overflow: hidden; }
.sv-service-card:before { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 3px; transform: scaleX(0); background: var(--sv-primary); transition: transform .25s ease; }
.sv-service-card:hover { transform: translateY(-6px); border-color: rgba(227,27,35,.25); box-shadow: var(--sv-shadow); }
.sv-service-card:hover:before { transform: scaleX(1); }
.sv-service-icon { width: 72px; height: 72px; display: grid; place-items: center; margin: 0 auto 18px; border-radius: 18px; background: rgba(227,27,35,.08); color: var(--sv-primary); }
.sv-service-icon .sv-icon { width: 48px; height: 48px; }
.sv-service-card h3, .sv-service-card h2 { font-size: 19px; }
.sv-service-card p { margin-bottom: 15px; color: var(--sv-muted); font-size: 14px; }
.sv-card-link, .sv-product-link { display: inline-flex; align-items: center; gap: 6px; color: var(--sv-primary); font-size: 13px; font-weight: 850; }
.sv-card-link .sv-icon, .sv-product-link .sv-icon { width: 15px; height: 15px; }

/* About */
.sv-about-section { background: var(--sv-soft); }
.sv-about-grid { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 580px; background: #fff; border-radius: 22px; overflow: hidden; box-shadow: var(--sv-shadow); }
.sv-about-image { min-height: 520px; overflow: hidden; }
.sv-about-image img { width: 100%; height: 100%; object-fit: cover; }
.sv-about-content { padding: clamp(38px, 5vw, 70px); display: flex; flex-direction: column; justify-content: center; }
.sv-about-content h2 { font-size: clamp(31px, 4vw, 48px); }
.sv-about-content p { color: var(--sv-muted); }
.sv-about-features { display: flex; flex-wrap: wrap; gap: 18px; margin: 10px 0 26px; }
.sv-about-features span { display: inline-flex; align-items: center; gap: 7px; color: var(--sv-dark); font-size: 13px; font-weight: 800; }
.sv-about-features .sv-icon { color: var(--sv-primary); }
.sv-about-content .sv-btn { align-self: flex-start; }

/* Products */
.sv-products-section { background: #fff; }
.sv-products-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.sv-product-card { border: 1px solid var(--sv-border); border-radius: 13px; overflow: hidden; background: #fff; transition: .25s ease; }
.sv-product-card:hover { transform: translateY(-5px); box-shadow: 0 16px 36px rgba(12,17,23,.11); border-color: rgba(227,27,35,.2); }
.sv-product-image { height: 205px; padding: 16px; display: flex; align-items: center; justify-content: center; background: #fafafa; overflow: hidden; }
.sv-product-image img { width: 100%; height: 100%; object-fit: contain; transition: transform .3s ease; }
.sv-product-card:hover .sv-product-image img { transform: scale(1.05); }
.sv-product-content { padding: 18px; text-align: center; }
.sv-product-content h3 { min-height: 42px; margin-bottom: 9px; font-size: 15px; }
.sv-product-price { color: var(--sv-primary); font-size: 18px; font-weight: 900; }
.sv-product-price span { font-size: 12px; }
.sv-product-link { margin-top: 10px; }

/* Brands */
.sv-brands-section { padding: 38px 0 50px; background: var(--sv-soft); }
.sv-brands-section h2 { margin-bottom: 22px; text-align: center; color: var(--sv-primary); font-size: 13px; text-transform: uppercase; letter-spacing: .18em; }
.sv-brand-track { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--sv-border); border-radius: 13px; background: #fff; overflow: hidden; }
.sv-brand { min-height: 92px; padding: 18px; display: flex; align-items: center; justify-content: center; border-inline-end: 1px solid var(--sv-border); }
.sv-brand:last-child { border: 0; }
.sv-brand:hover { background: #fafafa; }
.sv-brand img { max-width: 150px; max-height: 46px; object-fit: contain; }
.sv-brand span { font-size: clamp(22px, 3vw, 35px); font-weight: 900; letter-spacing: -.04em; }
.sv-brand-2 span { color: #00a58f; font-style: italic; }
.sv-brand-3 span { color: #a50034; }
.sv-brand-4 span { color: #003b8f; font-size: clamp(18px, 2.5vw, 30px); }
.sv-brand-5 span { color: #0b57a4; }

/* Promos */
.sv-promos-section { padding-top: 74px; background: #fff; }
.sv-promos-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.sv-promo-card { position: relative; min-height: 390px; display: flex; align-items: flex-end; overflow: hidden; border-radius: 18px; color: #fff; background-image: linear-gradient(90deg, rgba(7,10,14,.94) 0%, rgba(7,10,14,.75) 44%, rgba(7,10,14,.05) 88%), var(--sv-promo-image); background-size: cover; background-position: center; }
.sv-promo-card:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.25), transparent 55%); }
.sv-promo-content { position: relative; z-index: 2; max-width: 420px; padding: 42px; }
.sv-promo-content h2 { color: #fff; font-size: clamp(26px, 3vw, 40px); text-transform: uppercase; }
.sv-promo-content p { color: #dfe3e7; font-size: 14px; }

/* Gallery */
.sv-gallery-section { background: var(--sv-soft); }
.sv-gallery-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.sv-gallery-item { position: relative; height: 230px; overflow: hidden; border-radius: 12px; background: var(--sv-dark); }
.sv-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.sv-gallery-item:after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.82), transparent 60%); }
.sv-gallery-item span { position: absolute; z-index: 2; left: 16px; right: 16px; bottom: 13px; color: #fff; font-size: 13px; font-weight: 800; transform: translateY(5px); transition: transform .2s ease; }
.sv-gallery-item:hover img { transform: scale(1.08); }
.sv-gallery-item:hover span { transform: none; }
.sv-gallery-page-grid { grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sv-gallery-page-grid .sv-gallery-item { height: 330px; }

/* CTA */
.sv-contact-cta { position: relative; padding: 58px 0; background: linear-gradient(90deg, #0b1016 0%, #111820 55%, rgba(134,8,14,.92) 100%); color: #fff; overflow: hidden; }
.sv-contact-cta:after { content: ""; position: absolute; top: 0; right: 0; width: 42%; height: 100%; opacity: .35; background-image: linear-gradient(90deg, #111820, transparent), var(--sv-cta-image); background-size: cover; background-position: center; }
.sv-contact-cta-inner { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.sv-contact-cta h2 { color: #fff; font-size: clamp(28px, 4vw, 44px); }
.sv-contact-cta p { margin: 0; color: #cfd5da; }
.sv-contact-buttons { display: flex; align-items: stretch; gap: 10px; }
.sv-contact-card { min-width: 185px; padding: 12px 16px; border-radius: 9px; display: flex; align-items: center; gap: 10px; background: #fff; color: var(--sv-dark); }
.sv-contact-card .sv-icon { width: 30px; height: 30px; color: var(--sv-primary); }
.sv-contact-card.whatsapp .sv-icon, .sv-contact-card.whatsapp strong { color: #1ab95c; }
.sv-contact-card small, .sv-contact-card strong { display: block; line-height: 1.25; }
.sv-contact-card small { color: var(--sv-muted); font-size: 10px; font-weight: 700; }
.sv-contact-card strong { font-size: 12px; }

/* Footer */
.sv-footer { background: #0b1016; color: #b7c0c8; }
.sv-footer-grid { padding: 68px 0 52px; display: grid; grid-template-columns: 1.25fr .85fr 1fr 1.15fr; gap: 55px; }
.sv-footer-logo img { max-width: 220px; max-height: 82px; object-fit: contain; object-position: left center; filter: brightness(1.1); }
.sv-footer-brand p { max-width: 300px; margin-top: 18px; font-size: 14px; }
.sv-footer h3 { margin: 8px 0 20px; color: #fff; font-size: 14px; text-transform: uppercase; letter-spacing: .1em; }
.sv-footer ul { list-style: none; margin: 0; padding: 0; }
.sv-footer li { margin: 8px 0; font-size: 13px; }
.sv-footer a:hover { color: var(--sv-primary); }
.sv-footer nav ul, .sv-footer .menu { display: block; }
.sv-footer nav a, .sv-footer .menu a { padding: 0; color: #b7c0c8; }
.sv-footer nav a:after, .sv-footer .menu a:after { display: none; }
.sv-social-links { display: flex; gap: 8px; margin-top: 22px; }
.sv-social-links a { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.17); border-radius: 50%; color: #fff; font-size: 12px; font-weight: 900; }
.sv-social-links a:hover { border-color: var(--sv-primary); background: var(--sv-primary); color: #fff; }
.sv-social-links .sv-icon { width: 18px; height: 18px; }
.sv-footer-contact li, .sv-footer-contact a { display: flex; align-items: center; gap: 10px; }
.sv-footer-contact .sv-icon { color: var(--sv-primary); }
.sv-contact-dot { width: 22px; display: inline-flex; justify-content: center; color: var(--sv-primary); font-size: 13px; }
.sv-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); }
.sv-footer-bottom-inner { min-height: 70px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.sv-footer-bottom p { margin: 0; font-size: 12px; }
.sv-fixed-credit a { color: var(--sv-primary); font-weight: 800; }
.sv-floating-actions { position: fixed; z-index: 90; right: 20px; bottom: 20px; display: flex; flex-direction: column; gap: 10px; }
.sv-floating-actions a { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.22); }
.sv-float-call { background: var(--sv-primary); }
.sv-float-whatsapp { background: #18b95b; }
.sv-floating-actions .sv-icon { width: 26px; height: 26px; }

/* Inner pages */
.sv-inner-main { min-height: 600px; }
.sv-page-hero { position: relative; padding: 88px 0; color: #fff; background: radial-gradient(circle at 82% 30%, rgba(227,27,35,.45), transparent 26%), linear-gradient(110deg, #090e14, #18212b); overflow: hidden; }
.sv-page-hero:after { content: ""; position: absolute; inset: 0; opacity: .08; background-image: linear-gradient(30deg, transparent 24%, #fff 25%, #fff 26%, transparent 27%, transparent 74%, #fff 75%, #fff 76%, transparent 77%); background-size: 60px 60px; }
.sv-page-hero .sv-container { position: relative; z-index: 2; }
.sv-page-hero h1 { max-width: 900px; margin: 0; color: #fff; font-size: clamp(38px, 6vw, 68px); }
.sv-page-hero p, .sv-archive-description { max-width: 700px; margin: 18px 0 0; color: #d8dde2; }
.sv-page-content { padding-top: 75px; padding-bottom: 85px; }
.sv-page-rich-content h2, .sv-page-content h2 { font-size: clamp(29px, 4vw, 43px); }
.sv-page-rich-content h3, .sv-page-content h3 { margin-top: 1.3em; font-size: 25px; }
.sv-page-rich-content p, .sv-page-content p, .sv-page-content li { color: #596570; }
.sv-single-featured { margin-bottom: 42px; overflow: hidden; border-radius: 18px; }
.sv-single-featured img { width: 100%; }
.sv-values-section { padding-top: 0; background: var(--sv-soft); }
.sv-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.sv-values-grid article { padding: 38px; border-radius: 16px; background: #fff; box-shadow: 0 12px 32px rgba(0,0,0,.06); }
.sv-values-grid article > span, .sv-process-grid article > span { display: inline-flex; width: 45px; height: 45px; margin-bottom: 20px; align-items: center; justify-content: center; border-radius: 50%; background: var(--sv-primary); color: #fff; font-weight: 900; }
.sv-service-process { background: var(--sv-soft); }
.sv-process-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sv-process-grid article { padding: 30px; border-radius: 15px; background: #fff; text-align: center; }
.sv-contact-page-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 30px; align-items: start; }
.sv-contact-info-panel, .sv-contact-form-panel { padding: 35px; border: 1px solid var(--sv-border); border-radius: 18px; background: #fff; box-shadow: 0 12px 35px rgba(0,0,0,.05); }
.sv-contact-info-panel > a, .sv-contact-static { min-height: 74px; margin-bottom: 12px; padding: 14px; display: flex; align-items: center; gap: 14px; border-radius: 10px; background: var(--sv-soft); }
.sv-contact-info-panel > a .sv-icon { width: 34px; height: 34px; color: var(--sv-primary); }
.sv-contact-info-panel small, .sv-contact-info-panel strong { display: block; }
.sv-contact-info-panel small { color: var(--sv-muted); }
.sv-contact-info-panel img { margin-top: 20px; width: 100%; max-height: 340px; border-radius: 12px; object-fit: cover; }
.sv-map-section iframe { display: block; }
.sv-form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.sv-service-form label { display: block; }
.sv-service-form label span { display: block; margin-bottom: 7px; color: var(--sv-dark); font-size: 13px; font-weight: 750; }
.sv-service-form input, .sv-service-form select, .sv-service-form textarea { width: 100%; border: 1px solid var(--sv-border); border-radius: 8px; background: #fff; color: var(--sv-dark); outline: none; }
.sv-service-form input, .sv-service-form select { height: 49px; padding: 0 13px; }
.sv-service-form input[type=file] { padding: 10px; }
.sv-service-form textarea { padding: 13px; resize: vertical; }
.sv-service-form input:focus, .sv-service-form select:focus, .sv-service-form textarea:focus { border-color: var(--sv-primary); box-shadow: 0 0 0 3px rgba(227,27,35,.1); }
.sv-form-full { margin: 17px 0; }
.sv-honeypot { position: absolute; left: -9999px; }
.sv-form-message { margin-bottom: 20px; padding: 13px 16px; border-radius: 8px; }
.sv-form-message.success { background: #e8f8ee; color: #116b36; }
.sv-form-message.error { background: #fff0f1; color: #a30d14; }
.sv-post-list { padding-top: 70px; padding-bottom: 80px; }
.sv-archive-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sv-post-card { border: 1px solid var(--sv-border); border-radius: 15px; overflow: hidden; background: #fff; }
.sv-post-thumb { height: 230px; display: block; overflow: hidden; }
.sv-post-thumb img { width: 100%; height: 100%; object-fit: cover; }
.sv-post-card-content { padding: 24px; }
.sv-post-card h2 { font-size: 23px; }
.sv-post-meta { color: var(--sv-primary); font-size: 12px; font-weight: 800; }
.navigation.pagination { grid-column: 1 / -1; }
.nav-links { display: flex; gap: 8px; justify-content: center; }
.page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; padding: 0 10px; border: 1px solid var(--sv-border); border-radius: 6px; }
.page-numbers.current, .page-numbers:hover { background: var(--sv-primary); border-color: var(--sv-primary); color: #fff; }
.sv-error-page { min-height: 640px; display: grid; place-items: center; text-align: center; background: var(--sv-soft); }
.sv-error-code { display: block; color: var(--sv-primary); font-size: clamp(90px, 18vw, 210px); font-weight: 950; line-height: .8; opacity: .18; }
.sv-error-page h1 { font-size: 48px; }

/* WooCommerce */
.sv-woocommerce-content { padding: 70px 0 90px; }
.woocommerce .woocommerce-breadcrumb { color: var(--sv-muted); }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.woocommerce ul.products:before, .woocommerce ul.products:after { display: none; }
.woocommerce ul.products li.product { width: auto !important; margin: 0 !important; padding: 0 0 22px; border: 1px solid var(--sv-border); border-radius: 14px; overflow: hidden; background: #fff; text-align: center; }
.woocommerce ul.products li.product a img { height: 260px; margin: 0 0 18px; padding: 20px; object-fit: contain; background: #fafafa; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 0 18px; font-size: 16px; }
.woocommerce ul.products li.product .price { color: var(--sv-primary); font-weight: 900; }
.woocommerce ul.products li.product .button { margin-top: 10px; border-radius: 7px; background: var(--sv-dark); color: #fff; }
.woocommerce ul.products li.product .button:hover { background: var(--sv-primary); }
.woocommerce span.onsale { min-width: 50px; min-height: 50px; line-height: 50px; background: var(--sv-primary); }
.woocommerce div.product div.images img { border-radius: 12px; }
.woocommerce div.product .product_title { font-size: clamp(34px, 4vw, 52px); }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--sv-primary); font-size: 25px; font-weight: 900; }
.woocommerce button.button.alt, .woocommerce a.button.alt, .woocommerce .checkout-button.button.alt { background: var(--sv-primary); }
.woocommerce button.button.alt:hover, .woocommerce a.button.alt:hover, .woocommerce .checkout-button.button.alt:hover { background: #bf1118; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--sv-primary); }
.woocommerce-message:before, .woocommerce-info:before { color: var(--sv-primary); }

/* Reveal animation */
.sv-reveal { transition: opacity .55s ease, transform .55s ease, box-shadow .25s ease, border .25s ease; }
.js .sv-reveal:not(.is-visible) { opacity: 0; transform: translateY(24px); }

@media (max-width: 1180px) {
  .sv-navigation ul { gap: 15px; }
  .sv-navigation a { font-size: 12px; }
  .sv-branding { flex-basis: 185px; }
  .sv-logo-link img, .sv-branding .custom-logo { max-width: 180px; }
  .sv-header-call span { display: none; }
  .sv-header-call { width: 42px; padding: 10px; }
  .sv-products-grid { grid-template-columns: repeat(4, 1fr); }
  .sv-gallery-grid { grid-template-columns: repeat(4, 1fr); }
  .sv-gallery-item:nth-child(n+5) { display: none; }
  .sv-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 980px) {
  body.admin-bar .sv-header.is-sticky { top: 46px; }
  .sv-topbar-message { display: none; }
  .sv-topbar-inner { grid-template-columns: 1fr auto; }
  .sv-menu-toggle { display: block; margin-inline-start: auto; }
  .sv-header-inner { min-height: 72px; gap: 12px; }
  .sv-navigation { position: absolute; top: 100%; left: 0; right: 0; padding: 0 20px 20px; opacity: 0; visibility: hidden; transform: translateY(-8px); background: #fff; box-shadow: 0 20px 35px rgba(0,0,0,.12); transition: .2s ease; }
  .sv-navigation.is-open { opacity: 1; visibility: visible; transform: none; }
  .sv-navigation ul { display: block; }
  .sv-navigation a { padding: 12px 4px; border-bottom: 1px solid var(--sv-border); }
  .sv-navigation a:after { display: none; }
  .sv-navigation .sub-menu { position: static; width: auto; padding: 0 0 0 15px; display: block; opacity: 1; visibility: visible; transform: none; box-shadow: none; }
  .sv-header-actions { margin-inline-start: 4px; }
  .sv-hero { height: 630px; }
  .sv-hero-slide { background-image: linear-gradient(90deg, rgba(7,10,14,.98), rgba(7,10,14,.72)), var(--sv-slide-image); }
  .sv-hero-copy { width: 78%; }
  .sv-slider-arrow { display: none; }
  .sv-services-grid { grid-template-columns: repeat(2, 1fr); }
  .sv-about-grid { grid-template-columns: 1fr; }
  .sv-about-image { min-height: 500px; max-height: 620px; }
  .sv-products-grid { grid-template-columns: repeat(3, 1fr); }
  .sv-promos-grid { grid-template-columns: 1fr; }
  .sv-contact-cta-inner { align-items: flex-start; flex-direction: column; }
  .sv-contact-buttons { flex-wrap: wrap; }
  .sv-contact-page-grid { grid-template-columns: 1fr; }
  .sv-values-grid, .sv-process-grid { grid-template-columns: repeat(2, 1fr); }
  .woocommerce ul.products { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 700px) {
  .sv-container { width: min(calc(100% - 28px), var(--sv-container)); }
  .sv-section { padding: 65px 0; }
  .sv-topbar-inner { min-height: 42px; }
  .sv-topbar-contacts { gap: 12px; }
  .sv-topbar-contacts a span { font-size: 10px; }
  .sv-topbar-contacts a:nth-child(2) span { display: none; }
  .sv-language-switcher { font-size: 10px; }
  .sv-branding { flex: 1; }
  .sv-logo-link img, .sv-branding .custom-logo { max-width: 180px; max-height: 58px; }
  .sv-header-actions .sv-search-toggle, .sv-header-actions .sv-cart-link { display: none; }
  .sv-hero { height: 660px; }
  .sv-hero-slide { background-position: 65% center; }
  .sv-hero-slide:after { content: ""; position: absolute; inset: 0; background: rgba(5,8,11,.26); }
  .sv-hero-content { align-items: flex-end; padding-bottom: 70px; }
  .sv-hero-copy { position: relative; z-index: 2; width: 100%; }
  .sv-hero h1 { font-size: 42px; }
  .sv-hero p { font-size: 15px; }
  .sv-trust-grid { grid-template-columns: repeat(2, 1fr); padding: 10px 0; }
  .sv-trust-grid > div { min-height: 48px; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 11px; }
  .sv-trust-grid > div:nth-child(2) { border-inline-end: 0; }
  .sv-trust-grid > div:nth-child(n+3) { border-bottom: 0; }
  .sv-services-grid { grid-template-columns: 1fr; }
  .sv-service-card { min-height: 0; padding: 28px 22px; }
  .sv-about-image { min-height: 420px; }
  .sv-about-content { padding: 32px 24px; }
  .sv-about-features { display: grid; }
  .sv-products-grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .sv-product-image { height: 155px; padding: 10px; }
  .sv-product-content { padding: 13px 10px 15px; }
  .sv-product-content h3 { min-height: 38px; font-size: 13px; }
  .sv-product-price { font-size: 16px; }
  .sv-product-link { font-size: 11px; }
  .sv-brand-track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; }
  .sv-brand { min-width: 60%; scroll-snap-align: center; }
  .sv-promo-card { min-height: 410px; background-position: 62% center; }
  .sv-promo-content { padding: 28px; }
  .sv-gallery-grid, .sv-gallery-page-grid { grid-template-columns: repeat(2, 1fr); }
  .sv-gallery-item, .sv-gallery-page-grid .sv-gallery-item { height: 210px; }
  .sv-gallery-item:nth-child(n+5) { display: block; }
  .sv-contact-buttons { width: 100%; display: grid; grid-template-columns: 1fr; }
  .sv-contact-card { min-width: 0; }
  .sv-footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .sv-footer-bottom-inner { padding: 18px 0; align-items: flex-start; flex-direction: column; }
  .sv-page-hero { padding: 65px 0; }
  .sv-values-grid, .sv-process-grid, .sv-archive-grid { grid-template-columns: 1fr; }
  .sv-form-grid { grid-template-columns: 1fr; }
  .sv-contact-info-panel, .sv-contact-form-panel { padding: 24px; }
  .woocommerce ul.products { grid-template-columns: repeat(2, 1fr); gap: 12px; }
  .woocommerce ul.products li.product a img { height: 170px; padding: 10px; }
  .sv-floating-actions { right: 12px; bottom: 12px; }
  .sv-floating-actions a { width: 46px; height: 46px; }
}

@media (max-width: 430px) {
  .sv-topbar-contacts a:first-child span { max-width: 128px; overflow: hidden; text-overflow: ellipsis; }
  .sv-logo-link img, .sv-branding .custom-logo { max-width: 155px; }
  .sv-menu-toggle { width: 39px; height: 39px; }
  .sv-header-call { display: none; }
  .sv-hero h1 { font-size: 36px; }
  .sv-hero-buttons { display: grid; }
  .sv-products-grid { grid-template-columns: 1fr 1fr; }
  .sv-gallery-grid, .sv-gallery-page-grid { grid-template-columns: 1fr; }
  .sv-gallery-item, .sv-gallery-page-grid .sv-gallery-item { height: 260px; }
  .woocommerce ul.products { grid-template-columns: 1fr 1fr; }
}
