@font-face {
    font-family: "HSS Inter";
    src: url("../fonts/inter-400.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "HSS Inter";
    src: url("../fonts/inter-500.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "HSS Inter";
    src: url("../fonts/inter-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "HSS Inter";
    src: url("../fonts/inter-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "HSS Montserrat";
    src: url("../fonts/montserrat-600.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap;
}
@font-face {
    font-family: "HSS Montserrat";
    src: url("../fonts/montserrat-700.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

:root {
    --hss-green-900: #183822;
    --hss-green-800: #234b2e;
    --hss-green-700: #35663b;
    --hss-green-500: #77a719;
    --hss-green-300: #b7d56f;
    --hss-brown: #69310e;
    --hss-orange: #e96a1a;
    --hss-cream: #f7f4ec;
    --hss-sand: #ece7da;
    --hss-white: #ffffff;
    --hss-ink: #1e281f;
    --hss-muted: #4d5850;
    --hss-border: #dfe4dc;
    --hss-radius: 18px;
    --hss-shadow: 0 18px 50px rgba(24, 56, 34, .10);
}

html { scroll-behavior: smooth; }
body.hss-site {
    margin: 0;
    color: var(--hss-ink);
    background: var(--hss-white);
    font-family: "HSS Inter", Aptos, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
}
.hss-site *, .hss-site *::before, .hss-site *::after { box-sizing: border-box; }
.hss-site a { color: var(--hss-green-700); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.hss-site a:hover { color: var(--hss-brown); }
.hss-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.hss-skip-link { position: fixed; left: 12px; top: -100px; z-index: 99999; padding: 12px 18px; background: #fff; color: #111; }
.hss-skip-link:focus { top: 12px; }

.hss-topbar { background: var(--hss-green-900); color: #f4f8f1; font-size: 14px; letter-spacing: .01em; }
.hss-topbar .hss-shell { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.hss-topbar a { color: #fff; font-weight: 700; text-decoration: none; }
.hss-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(24,56,34,.10); backdrop-filter: blur(14px); }
.hss-header-inner { min-height: 86px; display: flex; align-items: center; gap: 26px; }
.hss-logo { width: 245px; height: 68px; overflow: hidden; display: flex; align-items: center; text-decoration: none; margin-right: auto; }
.hss-logo img { display: block; width: 100%; height: auto; }
.hss-desktop-nav { display: flex; align-items: center; gap: 24px; }
.hss-desktop-nav a { position: relative; color: var(--hss-ink); font-family: "HSS Montserrat", "Segoe UI", sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; white-space: nowrap; }
.hss-desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 2px; background: var(--hss-green-500); transition: right .2s ease; }
.hss-desktop-nav a:hover::after, .hss-desktop-nav a.is-current::after { right: 0; }
.hss-header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px; border-radius: 999px; background: var(--hss-green-700); color: #fff !important; font-family: "HSS Montserrat", "Segoe UI", sans-serif; font-size: 15px; font-weight: 600; text-decoration: none; white-space: nowrap; box-shadow: 0 8px 22px rgba(53,102,59,.20); }
.hss-header-cta:hover { background: var(--hss-green-900); transform: translateY(-1px); }
.hss-mobile-menu { display: none; position: relative; }
.hss-mobile-menu summary { width: 44px; height: 44px; display: grid; place-content: center; gap: 5px; list-style: none; border: 1px solid var(--hss-border); border-radius: 10px; cursor: pointer; }
.hss-mobile-menu summary::-webkit-details-marker { display: none; }
.hss-mobile-menu summary span { display: block; width: 21px; height: 2px; background: var(--hss-green-900); }
.hss-mobile-menu nav { position: absolute; right: 0; top: 56px; width: min(320px, calc(100vw - 32px)); padding: 14px; background: #fff; border: 1px solid var(--hss-border); border-radius: 14px; box-shadow: var(--hss-shadow); }
.hss-mobile-menu nav a { display: block; padding: 11px 10px; color: var(--hss-ink); font-weight: 700; text-decoration: none; border-bottom: 1px solid #edf0eb; }
.hss-mobile-menu nav a:last-child { border: 0; }
.hss-mobile-menu nav .hss-mobile-phone { color: var(--hss-green-700); }

.hss-main { min-height: 50vh; overflow: hidden; }
.hss-main .elementor-section > .elementor-container { width: min(1180px, calc(100% - 48px)); max-width: 1180px; }
.hss-main .hss-section { padding: 94px 0; }
.hss-main .hss-section > .elementor-container { gap: 46px; }
.hss-main .hss-section .elementor-column-gap-extended > .elementor-column > .elementor-element-populated { padding: 0; }
.hss-main .elementor-widget-text-editor, .hss-main .elementor-widget-heading, .hss-main .elementor-widget-html { margin-bottom: 0; }
.hss-main .elementor-widget-text-editor { color: var(--hss-muted); font: inherit; }
.hss-main .elementor-widget-text-editor p:last-child { margin-bottom: 0; }
.hss-main .elementor-heading-title { color: var(--hss-ink); font-family: "HSS Montserrat", "Segoe UI", sans-serif !important; font-weight: 700; line-height: 1.12; letter-spacing: -.02em; }
.hss-h1 .elementor-heading-title { max-width: 780px; margin: 0; font-size: clamp(46px, 5.4vw, 76px); }
.hss-h2 .elementor-heading-title { margin: 0 0 22px; font-size: clamp(36px, 4vw, 55px); }
.hss-h3 .elementor-heading-title { margin: 0 0 14px; font-size: 28px; }
.hss-eyebrow { margin-bottom: 16px !important; }
.hss-eyebrow p { margin: 0 !important; color: var(--hss-green-700); font-size: 14px; font-weight: 900; letter-spacing: .09em; line-height: 1.5; text-transform: uppercase; }
.hss-section-intro { max-width: 760px; margin-bottom: 36px !important; font-size: 20px; }

.hss-hero { position: relative; min-height: 690px; display: flex; align-items: center; background:
    radial-gradient(circle at 8% 10%, rgba(183,213,111,.26), transparent 34%),
    linear-gradient(135deg, #fbfaf6 0%, #f2f5ec 100%); }
.hss-hero::before { content: ""; position: absolute; width: 520px; height: 520px; right: -260px; top: -260px; border: 1px solid rgba(53,102,59,.12); border-radius: 50%; }
.hss-hero-copy { display: flex; align-items: center; }
.hss-hero-text { max-width: 690px; margin: 25px 0 30px !important; font-size: clamp(19px, 2vw, 23px); color: #4d5b50 !important; }
.hss-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 18px 24px; }
.hss-button, .hss-submit, .hss-main .elementor-button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 0 26px; border: 0; border-radius: 999px; background: var(--hss-green-700); color: #fff !important; font: 600 15px/1 "HSS Montserrat", "Segoe UI", sans-serif; text-decoration: none; cursor: pointer; box-shadow: 0 11px 28px rgba(53,102,59,.22); transition: transform .18s ease, background .18s ease; }
.hss-button:hover, .hss-submit:hover, .hss-main .elementor-button:hover { background: var(--hss-green-900); transform: translateY(-2px); }
.hss-text-link { color: var(--hss-green-900) !important; font-size: 15px; font-weight: 800; }
.hss-trust-row { display: flex; flex-wrap: wrap; gap: 9px 22px; margin-top: 32px; color: #3f5043; font-size: 14px; font-weight: 700; }
.hss-photo-placeholder { min-height: 360px; height: 100%; display: flex; flex-direction: column; justify-content: flex-end; padding: 28px; overflow: hidden; position: relative; border-radius: var(--hss-radius); color: #fff; background:
    linear-gradient(145deg, rgba(24,56,34,.20), rgba(24,56,34,.86)),
    repeating-linear-gradient(135deg, #6f8f55 0, #6f8f55 22px, #627d4c 22px, #627d4c 44px); box-shadow: var(--hss-shadow); }
.hss-photo-placeholder::after { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(255,255,255,.35); border-radius: calc(var(--hss-radius) - 8px); }
.hss-photo-placeholder span, .hss-photo-placeholder strong { position: relative; z-index: 1; }
.hss-photo-placeholder span { margin-bottom: 4px; font-size: 14px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; opacity: .95; }
.hss-photo-placeholder strong { font: 700 23px/1.25 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-work-photo { min-height: 360px; height: 100%; margin: 0; overflow: hidden; position: relative; border-radius: var(--hss-radius); background: var(--hss-green-900); box-shadow: var(--hss-shadow); }
.hss-work-photo img { display: block; width: 100%; height: 100%; min-height: 360px; object-fit: cover; object-position: center; }
.hss-work-photo figcaption { position: absolute; z-index: 2; right: 0; bottom: 0; left: 0; display: flex; flex-direction: column; padding: 70px 28px 26px; color: #fff; background: linear-gradient(transparent, rgba(10,30,16,.88)); }
.hss-work-photo figcaption span { margin-bottom: 3px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hss-work-photo figcaption strong { font: 700 21px/1.25 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-work-photo figcaption small { margin-top: 7px; color: rgba(255,255,255,.88); font-size: 10px; line-height: 1.35; }
.hss-work-photo figcaption small a { color: #fff; text-decoration-color: rgba(255,255,255,.55); }
.hss-work-photo figcaption small a:hover { color: var(--hss-green-300); }
.hss-work-photo-hero { min-height: 500px; transform: rotate(1deg); }
.hss-work-photo-hero img { min-height: 500px; }
.hss-work-photo-portrait img { object-position: center 58%; }
.hss-photo-hero { min-height: 500px; background:
    linear-gradient(165deg, rgba(24,56,34,.05), rgba(24,56,34,.80)),
    repeating-linear-gradient(115deg, #90ad65 0, #90ad65 30px, #779756 30px, #779756 60px); transform: rotate(1deg); }

.hss-light { background: var(--hss-cream); }
.hss-green { color: #fff; background: var(--hss-green-900); }
.hss-green .elementor-heading-title, .hss-green .hss-eyebrow p { color: #fff; }
.hss-green .elementor-widget-text-editor { color: #dce8db; }
.hss-card-grid { display: grid; gap: 22px; }
.hss-card-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.hss-card { min-height: 260px; padding: 30px; background: #fff; border: 1px solid rgba(24,56,34,.10); border-radius: var(--hss-radius); box-shadow: 0 10px 34px rgba(24,56,34,.06); transition: transform .2s ease, box-shadow .2s ease; }
.hss-card:hover { transform: translateY(-5px); box-shadow: var(--hss-shadow); }
.hss-card-number { display: inline-grid; width: 42px; height: 42px; place-items: center; margin-bottom: 34px; border-radius: 50%; color: var(--hss-green-900); background: #e5edd7; font-weight: 900; font-size: 14px; }
.hss-card h3 { margin: 0 0 12px; color: var(--hss-green-900); font: 700 25px/1.25 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-card p { margin: 0 0 20px; color: var(--hss-muted); }
.hss-card a { font-size: 15px; font-weight: 900; text-decoration: none; }
.hss-split { background: #fff; }
.hss-split .elementor-column { align-items: stretch; }
.hss-check-list { margin: 22px 0 0; padding: 0; list-style: none; }
.hss-check-list li { position: relative; margin: 0 0 11px; padding-left: 30px; }
.hss-check-list li::before { content: "✓"; position: absolute; left: 0; top: 0; color: var(--hss-green-500); font-weight: 900; }
.hss-link-button-widget { margin-top: 26px; }
.hss-link-button-widget .elementor-button { background: transparent; color: var(--hss-green-700) !important; border: 1px solid var(--hss-green-700); box-shadow: none; }
.hss-link-button-widget .elementor-button:hover { color: #fff !important; background: var(--hss-green-700); }
.hss-area-box { display: flex; }
.hss-area-box > .elementor-element-populated { padding: 32px !important; background: #eef2e8; border-radius: var(--hss-radius); }
.hss-area-list { color: var(--hss-muted); line-height: 1.8; }
.hss-area-list strong { color: var(--hss-green-900); }
.hss-process { display: grid; grid-template-columns: repeat(3, 1fr); gap: 38px; margin-top: 38px; }
.hss-process > div { position: relative; padding: 30px; border: 1px solid var(--hss-border); border-radius: 16px; background: #fff; box-shadow: 0 12px 34px rgba(24,56,34,.08); }
.hss-process b { display: grid; place-items: center; width: 40px; height: 40px; margin-bottom: 22px; border-radius: 50%; background: var(--hss-green-500); color: #132b1a; }
.hss-process h3 { margin: 0 0 8px; color: var(--hss-green-900); font: 700 24px/1.25 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-process p { margin: 0; color: #354139; }
.hss-cta { background: linear-gradient(130deg, #e7efd9, #f7f4ec); }
.hss-cta .elementor-container { align-items: center; }
.hss-cta-button-col { display: flex; justify-content: flex-end; }
.hss-button-widget { width: auto; }

.hss-service-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; overflow: hidden; border: 1px solid var(--hss-border); border-radius: var(--hss-radius); background: var(--hss-border); }
.hss-service-list article { min-height: 265px; padding: 38px; background: #fff; }
.hss-service-list h2 { margin: 0 0 13px; color: var(--hss-green-900); font: 700 29px/1.25 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-service-list p { color: var(--hss-muted); }
.hss-service-list a { font-size: 15px; font-weight: 900; text-decoration: none; }
.hss-info-box, .hss-contact-card { padding: 34px; background: var(--hss-green-900); color: #e5eee4; border-radius: var(--hss-radius); box-shadow: var(--hss-shadow); }
.hss-info-box > span, .hss-contact-card > span { color: #c9e38e; font-size: 14px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.hss-info-box h3, .hss-contact-card h2 { color: #fff; font: 700 28px/1.25 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-info-box .hss-check-list li::before { color: var(--hss-green-300); }
.hss-number-list { margin: 24px 0 0; padding: 0; list-style: none; counter-reset: steps; }
.hss-number-list li { position: relative; margin-bottom: 20px; padding-left: 54px; counter-increment: steps; }
.hss-number-list li::before { content: counter(steps); position: absolute; left: 0; top: 0; display: grid; place-items: center; width: 36px; height: 36px; border-radius: 50%; color: var(--hss-green-900); background: #e5edd7; font-weight: 900; }

.hss-page-head { padding-top: 110px !important; padding-bottom: 64px !important; background: linear-gradient(135deg, var(--hss-cream), #edf2e7); }
.hss-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.hss-gallery .hss-photo-placeholder { min-height: 310px; }
.hss-gallery .hss-photo-placeholder:nth-child(2n) { background: linear-gradient(145deg, rgba(105,49,14,.10), rgba(24,56,34,.82)), repeating-linear-gradient(45deg, #9baa6c 0, #9baa6c 24px, #83935d 24px, #83935d 48px); }
.hss-comparison-section { background: #fff; }
.hss-comparison-grid { display: grid; gap: 54px; }
.hss-comparison { padding: 30px; border: 1px solid var(--hss-border); border-radius: var(--hss-radius); background: var(--hss-cream); box-shadow: 0 10px 34px rgba(24,56,34,.06); }
.hss-comparison h2 { margin: 0 0 22px; color: var(--hss-green-900); font: 700 28px/1.25 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.hss-comparison-photo { position: relative; margin: 0; overflow: hidden; border-radius: 13px; background: var(--hss-green-900); }
.hss-comparison-photo img { display: block; width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.hss-comparison-photo figcaption { position: absolute; left: 14px; bottom: 14px; padding: 7px 13px; border-radius: 999px; color: #fff; background: rgba(16,40,25,.90); font-family: "HSS Montserrat", "Segoe UI", sans-serif; font-size: 14px; font-weight: 700; }

.hss-contact-section { background: var(--hss-cream); }
.hss-contact-first { padding-top: 44px !important; }
.hss-contact-intro { max-width: 720px; margin: 20px 0 28px !important; font-size: 18px; }
.hss-page-kontakt .hss-logo { width: 180px; height: 52px; }
.hss-page-kontakt .hss-header-inner { min-height: 68px; }
.hss-page-kontakt .hss-footer-brand img { width: 160px; }
.hss-contact-card { position: sticky; top: 130px; }
.hss-contact-card a { color: #fff; font-weight: 700; overflow-wrap: anywhere; }
.hss-contact-card hr { margin: 26px 0; border: 0; border-top: 1px solid rgba(255,255,255,.22); }
.hss-contact-form { padding: 36px; background: #fff; border: 1px solid var(--hss-border); border-radius: var(--hss-radius); box-shadow: var(--hss-shadow); }
.hss-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.hss-contact-form label { display: block; margin-bottom: 20px; color: var(--hss-ink); font-size: 15px; font-weight: 800; }
.hss-contact-form label > span, .hss-consent span { color: #a7371e; }
.hss-contact-form input[type="text"], .hss-contact-form input[type="email"], .hss-contact-form input[type="tel"], .hss-contact-form select, .hss-contact-form textarea { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--hss-ink); background: #fbfcfa; border: 1px solid #ccd5cb; border-radius: 9px; font: 400 16px/1.4 inherit; }
.hss-contact-form input:focus, .hss-contact-form select:focus, .hss-contact-form textarea:focus { outline: 3px solid rgba(119,167,25,.20); border-color: var(--hss-green-500); }
.hss-contact-form textarea { resize: vertical; }
.hss-consent { font-weight: 400 !important; line-height: 1.5; }
.hss-consent input { margin-right: 8px; }
.hss-form-note { margin: 14px 0 0; color: #465149; font-size: 14px; }
.hss-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.hss-form-message { margin-bottom: 18px; padding: 16px 18px; border-radius: 10px; }
.hss-form-success { color: #175a2a; background: #e2f3e6; border: 1px solid #b8ddc1; }
.hss-form-error { color: #7b241a; background: #fbe6e2; border: 1px solid #e7bdb5; }

.hss-legal-section { padding-top: 90px !important; background: var(--hss-cream); }
.hss-legal-section > .elementor-container { max-width: 860px !important; }
.hss-legal { margin-top: 36px; padding: clamp(26px, 5vw, 58px); background: #fff; border: 1px solid var(--hss-border); border-radius: var(--hss-radius); }
.hss-legal h2 { margin: 40px 0 10px; color: var(--hss-green-900); font: 700 26px/1.3 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-legal h2:first-child { margin-top: 0; }
.hss-legal-note { margin-top: 38px; padding: 18px 20px; background: #fff6df; border-left: 4px solid #d08c1f; border-radius: 6px; font-size: 14px; }

.hss-footer { padding-top: 64px; color: #dfe9df; background: #102819; }
.hss-footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 65px; padding-bottom: 48px; }
.hss-footer-brand img { display: block; width: 300px; max-width: 100%; height: auto; object-fit: contain; filter: none; opacity: 1; background: transparent; }
.hss-footer p { color: #bac9bb; }
.hss-footer h2 { margin: 12px 0 15px; color: #fff; font: 700 18px/1.3 "HSS Montserrat", "Segoe UI", sans-serif; }
.hss-footer a { display: block; margin: 7px 0; color: #dfe9df; text-decoration: none; overflow-wrap: anywhere; }
.hss-footer a:hover { color: var(--hss-green-300); }
.hss-footer-bottom { min-height: 66px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #c4d0c5; font-size: 14px; }
.hss-footer-bottom span:last-child { display: flex; gap: 20px; }
.hss-footer-bottom a { display: inline; margin: 0; }
.hss-floating-phone { position: fixed; right: 20px; bottom: 20px; z-index: 900; width: 54px; height: 54px; display: none; place-items: center; border-radius: 50%; background: var(--hss-green-700); color: #fff !important; font-size: 24px; text-decoration: none; box-shadow: 0 10px 28px rgba(24,56,34,.30); }

@media (max-width: 1100px) {
    .hss-desktop-nav { display: none; }
    .hss-mobile-menu { display: block; }
    .hss-logo { width: 220px; }
}

@media (max-width: 767px) {
    body.hss-site { font-size: 16px; }
    .hss-shell, .hss-main .elementor-section > .elementor-container { width: min(100% - 32px, 1180px); }
    .hss-topbar .hss-shell { min-height: 32px; justify-content: center; }
    .hss-topbar span { display: none; }
    .hss-header-inner { min-height: 72px; gap: 12px; }
    .hss-logo { width: 185px; height: 58px; }
    .hss-header-cta { display: none; }
    .hss-main .hss-section { padding: 68px 0; }
    .hss-main .hss-section > .elementor-container { gap: 28px; }
    .hss-h1 .elementor-heading-title { font-size: clamp(41px, 12vw, 58px); }
    .hss-h2 .elementor-heading-title { font-size: clamp(34px, 10vw, 46px); }
    .hss-hero { min-height: auto; padding-top: 72px !important; }
    .hss-hero .elementor-column { width: 100% !important; }
    .hss-hero-text { font-size: 18px; }
    .hss-actions { align-items: flex-start; flex-direction: column; }
    .hss-button { width: 100%; }
    .hss-trust-row { display: grid; gap: 7px; }
    .hss-photo-hero, .hss-work-photo-hero { min-height: 370px; transform: none; }
    .hss-work-photo-hero img { min-height: 370px; }
    .hss-card-grid-3, .hss-process, .hss-gallery, .hss-service-list, .hss-form-grid, .hss-footer-grid, .hss-before-after { grid-template-columns: 1fr; }
    .hss-card { min-height: 0; }
    .hss-service-list article { min-height: 0; padding: 28px; }
    .hss-cta-button-col { justify-content: flex-start; }
    .hss-contact-form { padding: 22px; }
    .hss-contact-first { padding-top: 34px !important; }
    .hss-page-kontakt .hss-logo { width: 150px; height: 44px; }
    .hss-page-kontakt .hss-footer-brand img { width: 140px; }
    .hss-comparison { padding: 18px; }
    .hss-contact-card { position: static; }
    .hss-footer-grid { gap: 26px; }
    .hss-footer-bottom { align-items: flex-start; flex-direction: column; padding: 22px 0; }
    .hss-floating-phone { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .hss-card, .hss-button, .hss-header-cta, .hss-main .elementor-button { transition: none; }
}
