:root {
  --yellow: #ffc400;
  --yellow-hover: #ffda45;
  --ink: #111313;
  --paper: #f5f3ee;
  --muted: #515251;
  --line: #cfcec9;
  --ochre: #8a5b00;
  --content: 1280px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 24px; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--ink); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; -webkit-tap-highlight-color: transparent; }
img { display: block; max-width: 100%; }
button, summary, a { touch-action: manipulation; }
a:focus-visible, summary:focus-visible { outline: 3px solid #1b75cf; outline-offset: 5px; }
.site-header a:focus-visible, .hero a:focus-visible, .site-footer a:focus-visible { outline-color: #fff; }
.container { width: min(var(--content), calc(100% - 112px)); margin-inline: auto; }
.svg-symbols { position: absolute; width: 0; height: 0; overflow: hidden; }
.icon { display: block; width: 28px; height: 28px; flex-shrink: 0; }
.line-icon { fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 20; left: 16px; top: 16px; padding: 14px 20px; transform: translateY(-150%); color: var(--ink); background: var(--yellow); font-weight: 700; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 2; border-bottom: 1px solid #2c2e2d; background: #111313; color: #fff; }
.header-inner { min-height: 85px; display: flex; align-items: center; gap: 48px; }
.brand { display: flex; align-items: center; width: 240px; min-height: 60px; flex-shrink: 0; }
.brand img { width: 240px; height: auto; }
.main-nav { display: flex; align-items: center; margin-left: auto; gap: 42px; }
.main-nav a { display: flex; align-items: center; min-height: 48px; font-size: 17px; font-weight: 600; transition: color .18s ease; }
.main-nav a:hover { color: var(--yellow); }
.header-phone, .footer-phone { display: inline-flex; align-items: center; gap: 13px; min-height: 48px; white-space: nowrap; font-size: 23px; font-weight: 700; }
.header-phone { margin-left: 34px; }
.header-phone .icon, .footer-phone .icon { color: var(--yellow); }
.header-phone:hover, .footer-phone:hover { color: var(--yellow); }

.hero { position: relative; isolation: isolate; overflow: hidden; color: #fff; background: #111617; }
.hero-picture { position: absolute; inset: 0; z-index: -2; }
.hero-picture img { width: 100%; height: 100%; object-fit: cover; object-position: 56% 64%; }
.hero::before { content: ""; position: absolute; inset: 0; z-index: -1; pointer-events: none; background: linear-gradient(90deg, rgba(11, 15, 16, .97) 0%, rgba(11, 15, 16, .91) 22%, rgba(11, 15, 16, .69) 34%, rgba(11, 15, 16, .18) 51%, rgba(11, 15, 16, 0) 70%), linear-gradient(0deg, rgba(10, 14, 15, .3), transparent 28%); }
.hero-inner { min-height: 615px; padding-top: 54px; padding-bottom: 35px; }
.hero-copy { max-width: 570px; }
.eyebrow { margin: 0 0 15px; color: var(--yellow); text-transform: uppercase; font-size: 15px; font-weight: 700; letter-spacing: 2px; line-height: 1.5; }
.hero h1 { margin: 0 0 18px -3px; font-size: clamp(66px, 6.05vw, 87px); font-weight: 800; line-height: .9; letter-spacing: -4px; }
.hero h1 span { display: block; color: var(--yellow); margin-top: 3px; }
.hero-description { margin: 0 0 23px; color: #e0e1de; font-size: 24px; line-height: 1.35; letter-spacing: -.3px; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 13px; min-height: 58px; padding: 14px 25px; border: 1px solid #dfac00; border-radius: 6px; color: #10120d; background: var(--yellow); font-size: 22px; font-weight: 700; line-height: 1.25; letter-spacing: -.35px; transition: background-color .18s ease, transform .18s ease; }
.button:hover { background: var(--yellow-hover); transform: translateY(-2px); }
.button .icon { width: 29px; height: 29px; }
.booking-note { margin: 12px 0 0; color: #b5b8b6; font-size: 15px; line-height: 1.45; }
.benefits { display: flex; align-items: center; width: fit-content; margin: 35px 0 0; padding: 0; list-style: none; }
.benefits li { display: flex; align-items: center; gap: 12px; min-height: 39px; padding-inline: 23px; border-right: 1px solid #5a5d59; font-size: 15px; font-weight: 600; white-space: nowrap; }
.benefits li:first-child { padding-left: 0; }
.benefits li:last-child { padding-right: 0; border: 0; }
.benefits .icon { width: 36px; height: 36px; color: var(--yellow); }

.services { padding: 38px 0 30px; background: var(--paper); }
.services .eyebrow { margin-bottom: 8px; color: var(--ochre); letter-spacing: 1.6px; }
h2 { margin: 0 0 19px -2px; font-size: clamp(36px, 3.55vw, 51px); line-height: 1.1; letter-spacing: -2px; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.service-card { position: relative; display: flex; align-items: center; gap: 24px; min-height: 138px; padding: 24px 30px; border: 1px solid var(--line); background: transparent; transition: border-color .18s ease, background-color .18s ease; }
.service-card:hover { border-color: #b08a13; background: #fffdf5; }
.service-icon { width: 70px; height: 70px; flex-shrink: 0; stroke-width: 3.4; }
.icon-accent { fill: var(--yellow); }
.service-copy { min-width: 0; padding-bottom: 6px; }
.service-card h3 { margin: 0 0 10px; font-size: 21px; letter-spacing: -.5px; line-height: 1.15; }
.service-card p { margin: 0; color: #454644; font-size: 16px; line-height: 1.4; }
.card-arrow { position: absolute; width: 23px; height: 23px; right: 20px; bottom: 17px; stroke-width: 2.2; }

.price-list { margin-top: 25px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 63px; padding: 12px 0; cursor: pointer; list-style: none; }
.price-list summary::-webkit-details-marker { display: none; }
.price-title { font-size: 19px; font-weight: 700; letter-spacing: -.3px; }
.price-toggle { display: flex; align-items: center; gap: 10px; color: #51524e; font-size: 14px; }
.price-toggle svg { width: 22px; height: 22px; transition: transform .18s ease; }
.price-hide, .price-list[open] .price-show { display: none; }
.price-list[open] .price-hide { display: inline; }
.price-list[open] .price-toggle svg { transform: rotate(180deg); }
.price-content { padding: 0 0 24px; }
.price-intro { margin: 0 0 16px; color: var(--muted); font-size: 16px; line-height: 1.5; }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; margin: 0 0 19px; }
.price-grid > div { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; padding: 11px 0; border-bottom: 1px solid #deddd7; font-size: 16px; line-height: 1.4; }
.price-grid dd { margin: 0; font-weight: 700; white-space: nowrap; }
.price-note { max-width: 820px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.6; }
.price-note a { display: inline-flex; align-items: center; min-height: 44px; color: var(--ink); text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }

.site-footer { color: #fff; background: #111313; }
.footer-inner { display: flex; align-items: center; gap: 28px; min-height: 77px; }
.footer-brand { display: flex; align-items: center; width: 180px; min-height: 55px; }
.footer-brand img { width: 180px; height: auto; }
.footer-location { margin: 0 auto 0 0; color: #b3b5b1; font-size: 13px; }
.footer-location span { margin-inline: 4px; }
.footer-phone { margin-left: auto; font-size: 20px; }
.footer-phone .icon { width: 26px; height: 26px; }
.mobile-call-bar { display: none; }

/* ============ ROZSIRENIE: spolocne sekcie ============ */
.section { padding: 62px 0; background: var(--paper); }
.section--tint { background: #efece5; }
.section--dark { background: var(--ink); color: #fff; }
.section--dark .eyebrow { color: var(--yellow); }
.section--dark h2 { color: #fff; }
.section-head { max-width: 760px; }
.section-head h2 { margin-bottom: 14px; }
.lede { margin: 0; color: var(--muted); font-size: 19px; line-height: 1.62; }
.section--dark .lede { color: #c9cbc7; }
h3 { letter-spacing: -.4px; }

.prose { max-width: 760px; }
.prose p { margin: 0 0 17px; color: #3c3d3b; font-size: 17px; line-height: 1.72; }
.prose p:last-child { margin-bottom: 0; }
.prose strong { font-weight: 700; color: var(--ink); }
.prose a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }
.prose h3 { margin: 30px 0 12px; font-size: 23px; }
.prose ul { margin: 0 0 17px; padding-left: 22px; color: #3c3d3b; font-size: 17px; line-height: 1.7; }
.prose li { margin-bottom: 8px; }

/* karty s vyhodami */
.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.feature { padding: 26px 24px 28px; border: 1px solid var(--line); background: #fffdf7; }
.section--dark .feature { border-color: #303331; background: #191b1a; }
.feature .line-icon { width: 44px; height: 44px; margin-bottom: 16px; color: var(--ochre); stroke-width: 2.6; }
.section--dark .feature .line-icon { color: var(--yellow); }
.feature h3 { margin: 0 0 9px; font-size: 19px; }
.feature p { margin: 0; color: #4c4d4b; font-size: 15.5px; line-height: 1.58; }
.section--dark .feature p { color: #b8bab6; }

/* oblasti posobenia */
.area-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 10px; margin-top: 30px; }
.area-card { display: flex; align-items: baseline; justify-content: space-between; gap: 14px; padding: 17px 20px; border: 1px solid var(--line); background: #fffdf7; font-size: 16px; transition: border-color .18s ease, background-color .18s ease; }
.area-card:hover { border-color: #b08a13; background: #fff8e3; }
.area-card b { font-weight: 700; white-space: nowrap; }
.area-note { margin: 20px 0 0; color: var(--muted); font-size: 14.5px; line-height: 1.6; }

/* FAQ */
.faq-list { max-width: 880px; margin-top: 32px; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0; cursor: pointer; list-style: none; font-size: 18.5px; font-weight: 700; letter-spacing: -.3px; line-height: 1.4; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: ""; flex-shrink: 0; width: 13px; height: 13px; margin-right: 4px; border-right: 2.6px solid var(--ochre); border-bottom: 2.6px solid var(--ochre); transform: rotate(45deg) translate(-3px, -3px); transition: transform .18s ease; }
.faq-item[open] summary::after { transform: rotate(225deg) translate(-2px, -2px); }
.faq-answer { padding: 0 0 22px; max-width: 780px; }
.faq-answer p { margin: 0 0 13px; color: #3c3d3b; font-size: 16.5px; line-height: 1.68; }
.faq-answer p:last-child { margin-bottom: 0; }
.faq-answer a { text-decoration: underline; text-underline-offset: 3px; font-weight: 700; }

/* CTA pas */
.cta-band { padding: 46px 0; background: var(--yellow); }
.cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 32px; flex-wrap: wrap; }
.cta-text h2 { margin: 0 0 8px -1px; font-size: clamp(30px, 2.9vw, 40px); }
.cta-text p { margin: 0; color: #4a3c00; font-size: 17.5px; line-height: 1.5; }
.button--dark { border-color: #000; color: var(--yellow); background: var(--ink); }
.button--dark:hover { background: #242726; }

/* kontakt */
.contact-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 34px; }
.contact-card { padding: 26px 24px; border: 1px solid #303331; background: #191b1a; }
.contact-card h3 { margin: 0 0 10px; font-size: 17px; color: var(--yellow); }
.contact-card p { margin: 0; color: #c9cbc7; font-size: 16px; line-height: 1.6; }
.contact-card .big { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; margin-top: 2px; color: #fff; font-size: 25px; font-weight: 700; }
.contact-card .big:hover { color: var(--yellow); }
.contact-card .big .icon { color: var(--yellow); width: 25px; height: 25px; }

/* drobceky a hlavicka podstranky */
.breadcrumbs { padding: 15px 0; background: var(--paper); border-bottom: 1px solid var(--line); font-size: 14px; color: var(--muted); }
.breadcrumbs ol { display: flex; flex-wrap: wrap; align-items: center; gap: 9px; margin: 0; padding: 0; list-style: none; }
.breadcrumbs a { text-decoration: underline; text-underline-offset: 3px; }
.breadcrumbs a:hover { color: var(--ink); }
.breadcrumbs li + li::before { content: "/"; margin-right: 9px; color: #a9a8a3; }
.breadcrumbs [aria-current] { color: var(--ink); font-weight: 700; }

.page-hero { padding: 52px 0 46px; background: var(--ink); color: #fff; }
.page-hero h1 { max-width: 900px; margin: 0 0 16px -3px; font-size: clamp(38px, 4.3vw, 60px); font-weight: 800; line-height: 1.04; letter-spacing: -2.4px; }
.page-hero h1 span { color: var(--yellow); }
.page-hero p { max-width: 700px; margin: 0; color: #d3d5d1; font-size: 19.5px; line-height: 1.55; }
.page-hero .button { margin-top: 26px; }
.page-hero .booking-note { margin-top: 11px; }

/* navigacia: aktivna polozka */
.main-nav a[aria-current] { color: var(--yellow); }

/* vnutorne odkazy */
.link-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.chip { display: inline-flex; align-items: center; min-height: 44px; padding: 10px 18px; border: 1px solid var(--line); background: #fffdf7; font-size: 15.5px; font-weight: 600; transition: border-color .18s ease, background-color .18s ease; }
.chip:hover { border-color: #b08a13; background: #fff8e3; }
.section--dark .chip { border-color: #3a3d3b; background: #1c1e1d; color: #e6e7e4; }
.section--dark .chip:hover { border-color: var(--yellow); background: #24261f; }

/* rozsirena paticka */
.footer-nav { display: flex; flex-wrap: wrap; gap: 7px 26px; padding: 24px 0 4px; border-top: 1px solid #2c2e2d; }
.footer-nav a { color: #b3b5b1; font-size: 14.5px; min-height: 36px; display: inline-flex; align-items: center; }
.footer-nav a:hover { color: var(--yellow); }
.footer-legal { padding: 12px 0 26px; color: #7e817d; font-size: 13px; line-height: 1.6; }

@media (min-width: 1500px) {
  .hero-inner { min-height: 655px; padding-top: 60px; }
  .hero h1 { font-size: 93px; }
  .hero-picture img { object-position: 56% 61%; }
}

@media (max-width: 1199px) {
  .container { width: calc(100% - 72px); }
  .header-inner { gap: 26px; }
  .brand, .brand img { width: 210px; }
  .main-nav { gap: 25px; }
  .header-phone { margin-left: 0; font-size: 20px; gap: 9px; }
  .hero-inner { min-height: 600px; }
  .hero::before { background: linear-gradient(90deg, rgba(11, 15, 16, .97) 0%, rgba(11, 15, 16, .92) 27%, rgba(11, 15, 16, .65) 42%, rgba(11, 15, 16, .05) 78%); }
  .hero h1 { font-size: 76px; }
  .service-card { padding: 22px 20px 30px; gap: 15px; }
  .service-icon { width: 58px; height: 58px; }
  .service-card h3 { font-size: 18px; }
  .service-card p { font-size: 14px; }
}

@media (max-width: 899px) {
  .container { width: calc(100% - 48px); }
  .header-inner { min-height: 78px; gap: 16px; }
  .brand, .brand img { width: 180px; }
  .main-nav { gap: 18px; }
  .main-nav a { font-size: 15px; }
  .header-phone { font-size: 17px; gap: 6px; }
  .header-phone .icon { width: 23px; height: 23px; }
  .hero-inner { min-height: 588px; padding-top: 48px; }
  .hero h1 { font-size: 70px; }
  .hero-description { font-size: 21px; }
  .hero-picture img { object-position: 64% 61%; }
  .hero::before { background: linear-gradient(90deg, rgba(11, 15, 16, .97) 0%, rgba(11, 15, 16, .88) 37%, rgba(11, 15, 16, .43) 64%, rgba(11, 15, 16, .08) 100%); }
  .benefits li { padding-inline: 17px; font-size: 14px; }
  .service-grid { gap: 12px; }
  .service-card { min-height: 181px; flex-direction: column; align-items: flex-start; gap: 12px; padding: 21px 18px 28px; }
  .service-icon { width: 49px; height: 49px; }
  .service-card h3 { font-size: 18px; margin-bottom: 7px; }
  .footer-inner { gap: 20px; }
  .footer-location { font-size: 12px; }
}

@media (max-width: 679px) {
  html { scroll-padding-top: 16px; }
  body { padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px)); }
  .container { width: calc(100% - 40px); }
  .header-inner { display: grid; grid-template-columns: 1fr auto; gap: 0 12px; padding-top: 5px; }
  .brand, .brand img { width: 164px; }
  .brand { min-height: 55px; }
  .header-phone { font-size: 15px; gap: 5px; margin-left: 0; }
  .header-phone .icon { width: 20px; height: 20px; }
  .main-nav { grid-column: 1 / -1; grid-row: 2; justify-content: space-between; width: 100%; margin: 0; border-top: 1px solid #2d302e; }
  .main-nav a { justify-content: center; min-height: 44px; min-width: 68px; font-size: 14px; }
  .hero { display: flex; flex-direction: column; }
  .hero::before { display: none; }
  .hero-inner { order: 1; min-height: auto; padding-top: 34px; padding-bottom: 25px; }
  .hero-copy { max-width: 420px; }
  .eyebrow { font-size: 12px; letter-spacing: 1.6px; margin-bottom: 15px; }
  .hero h1 { margin-left: -2px; margin-bottom: 20px; font-size: clamp(49px, 13.2vw, 74px); line-height: .95; letter-spacing: -2.8px; }
  .hero h1 span { margin-top: 5px; }
  .hero-description { margin-bottom: 21px; font-size: 19px; line-height: 1.4; letter-spacing: -.15px; }
  .call-button { width: 100%; max-width: 360px; min-height: 56px; padding: 14px; font-size: 19px; }
  .booking-note { font-size: 13px; margin-top: 10px; }
  .benefits { width: 100%; margin-top: 25px; align-items: stretch; }
  .benefits li { flex: 1; flex-direction: column; justify-content: flex-start; align-items: center; gap: 8px; padding-inline: 8px; font-size: 11px; line-height: 1.35; }
  .benefits li:first-child { padding-left: 0; }
  .benefits li:last-child { padding-right: 0; }
  .benefits .icon { width: 28px; height: 28px; }
  .hero-picture { position: relative; order: 2; z-index: 0; display: block; height: clamp(220px, 63vw, 390px); }
  .hero-picture::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, #111617 0%, transparent 20%); pointer-events: none; }
  .hero-picture img { object-position: 67% 63%; }
  .services { padding: 30px 0 25px; }
  .services .eyebrow { margin-bottom: 9px; }
  h2 { max-width: 350px; margin: 0 0 21px -1px; font-size: 35px; line-height: 1.04; letter-spacing: -1.4px; }
  .service-grid { grid-template-columns: 1fr; gap: 12px; }
  .service-card { min-height: 115px; flex-direction: row; align-items: center; gap: 20px; padding: 22px 35px 22px 21px; }
  .service-icon { width: 57px; height: 57px; }
  .service-copy { padding-bottom: 0; }
  .service-card h3 { font-size: 19px; }
  .service-card p { font-size: 14px; }
  .card-arrow { right: 13px; bottom: 13px; width: 20px; height: 20px; }
  .price-list { margin-top: 23px; }
  .price-title { font-size: 18px; }
  .price-grid { grid-template-columns: 1fr; }
  .price-grid > div { font-size: 15px; }
  .price-note { font-size: 13px; }
  .footer-inner { display: grid; grid-template-columns: 1fr auto; gap: 0 15px; min-height: 109px; padding-block: 16px; }
  .footer-brand, .footer-brand img { width: 155px; }
  .footer-brand { min-height: 44px; }
  .footer-phone { gap: 6px; font-size: 15px; min-height: 44px; }
  .footer-phone .icon { width: 19px; height: 19px; }
  .footer-location { grid-column: 1 / -1; grid-row: 2; font-size: 12px; }
  .mobile-call-bar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 10; display: block; padding: 10px 16px calc(10px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid #34362f; background: #111313; }
  .mobile-call-bar .button { display: flex; min-height: 58px; padding: 12px 15px; font-size: 19px; }
  .mobile-call-bar .button .icon { width: 25px; height: 25px; }
}

@media (max-width: 359px) {
  .container { width: calc(100% - 32px); }
  .brand, .brand img { width: 139px; }
  .header-inner { column-gap: 8px; }
  .header-phone { font-size: 13px; }
  .header-phone .icon { width: 17px; height: 17px; }
  .hero h1 { font-size: 48px; }
  .hero-description { font-size: 18px; }
  .call-button { font-size: 18px; gap: 8px; }
  .benefits li { font-size: 10px; padding-inline: 6px; }
  h2 { font-size: 32px; }
  .service-card { gap: 15px; padding-left: 16px; }
  .service-icon { width: 48px; height: 48px; }
  .service-card h3 { font-size: 17px; }
  .service-card p { font-size: 13px; }
  .price-toggle { font-size: 12px; gap: 5px; }
  .footer-brand, .footer-brand img { width: 139px; }
  .footer-inner { column-gap: 8px; }
  .footer-phone { font-size: 13px; gap: 5px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
  .button:hover { transform: none; }
}

/* ============ ROZSIRENIE: responzivita ============ */
@media (max-width: 1199px) {
  .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .area-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 899px) {
  .section { padding: 50px 0; }
  .lede { font-size: 17.5px; }
  .contact-grid { grid-template-columns: 1fr; }
  .page-hero { padding: 42px 0 38px; }
  .page-hero p { font-size: 18px; }
  .cta-inner { gap: 22px; }
}

@media (max-width: 679px) {
  .section { padding: 40px 0; }
  .section-head h2 { max-width: none; }
  .lede { font-size: 16.5px; line-height: 1.6; }
  .prose p, .prose ul { font-size: 16px; }
  .prose h3 { font-size: 20px; margin-top: 26px; }
  .feature-grid { grid-template-columns: 1fr; gap: 12px; margin-top: 26px; }
  .feature { padding: 22px 20px 24px; }
  .feature .line-icon { width: 38px; height: 38px; margin-bottom: 13px; }
  .feature h3 { font-size: 18px; }
  .feature p { font-size: 15px; }
  .area-grid { grid-template-columns: 1fr; gap: 9px; margin-top: 24px; }
  .area-card { padding: 15px 17px; font-size: 15.5px; }
  .faq-list { margin-top: 25px; }
  .faq-item summary { padding: 17px 0; font-size: 17px; gap: 14px; }
  .faq-answer p { font-size: 15.5px; }
  .cta-band { padding: 36px 0; }
  .cta-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .cta-text h2 { font-size: 29px; }
  .cta-text p { font-size: 16px; }
  .cta-inner .button { width: 100%; max-width: 380px; }
  .contact-card { padding: 22px 20px; }
  .contact-card .big { font-size: 22px; }
  .breadcrumbs { padding: 12px 0; font-size: 13px; }
  .page-hero { padding: 32px 0 32px; }
  .page-hero h1 { margin-left: -2px; font-size: clamp(31px, 8.6vw, 46px); letter-spacing: -1.6px; }
  .page-hero p { font-size: 17px; }
  .page-hero .button { width: 100%; max-width: 380px; }
  .link-row { gap: 8px; margin-top: 22px; }
  .chip { font-size: 14.5px; padding: 9px 15px; }
  .footer-nav { gap: 4px 18px; padding-top: 18px; }
  .footer-nav a { font-size: 14px; }
  .footer-legal { font-size: 12.5px; padding-bottom: 22px; }
}

@media (max-width: 359px) {
  .cta-text h2 { font-size: 26px; }
  .faq-item summary { font-size: 16px; }
  .area-card { font-size: 14.5px; }
}
