:root {
  --brand: #43bf96;
  --brand-dark: #2d9e7a;
  --sand: #fddb60;
  --sand-soft: #f1fff9;
  --cream: #f9fefc;
  --ink: #201e1b;
  --muted: #6f6a63;
  --line: #dcebe5;
  --dark: #171816;
  --white: #fff;
  --radius-sm: 10px;
  --radius-md: 18px;
  --radius-lg: 28px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { color: var(--ink); background: var(--white); font-family: "Quicksand", sans-serif; line-height: 1.65; }
img { max-width: 100%; }
a { color: inherit; }
.container { max-width: 1180px; --bs-gutter-x: 50px; }
.section { padding: 120px 0; }

.navbar { min-height: 88px; padding: 14px 0; background: transparent; border-bottom: 1px solid rgba(255,255,255,.2); transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.navbar.scrolled { min-height: 88px; padding: 14px 0; background: rgba(255,255,255,.97); border-bottom-color: var(--line); box-shadow: 0 10px 35px rgba(35,48,43,.1); backdrop-filter: blur(14px); }
.navbar-brand { display: inline-flex; align-items: center; padding-top: 0; padding-bottom: 0; color: white; }
.navbar-brand:hover, .navbar-brand:focus { color: white; }
.navbar.scrolled .navbar-brand { color: var(--ink); }
.navbar.scrolled .navbar-brand:hover, .navbar.scrolled .navbar-brand:focus { color: var(--ink); }
.header-logo { position: relative; display: block; width: 310px; }
.header-logo .logo-light { display: block; width: 310px; height: auto; }
.header-logo .logo-dark { position: absolute; inset: 0; display: none; width: 310px; height: auto; }
.navbar.scrolled .logo-light { opacity: 0; }
.navbar.scrolled .logo-dark { display: block; }
.navbar .nav-link { padding: .6rem .8rem !important; color: rgba(255,255,255,.88); font-size: 14px; font-weight: 600; white-space: nowrap; }
.navbar .nav-link:hover, .navbar .nav-link:focus { color: var(--sand); }
.navbar .nav-link.active { color: var(--sand); }
.navbar.scrolled .nav-link { color: #4f5753; }
.navbar.scrolled .nav-link:hover, .navbar.scrolled .nav-link:focus { color: var(--brand-dark); }
.navbar.scrolled .nav-link.active { color: var(--brand-dark); }
.services-dropdown .dropdown-toggle { display: inline-flex; align-items: center; gap: 4px; }
.services-dropdown .dropdown-toggle::after { display: block; width: 8px; height: 8px; margin: -4px 2px 0 5px; border: 0; border-right: 2.5px solid currentColor; border-bottom: 2.5px solid currentColor; border-radius: 1px; content: ""; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.services-dropdown .dropdown-toggle.show::after { margin-top: 4px; transform: rotate(225deg); }
.more-dropdown .dropdown-toggle { display: inline-flex; align-items: center; gap: 4px; }
.more-dropdown .dropdown-toggle::after { display: block; width: 8px; height: 8px; margin: -4px 2px 0 5px; border: 0; border-right: 2.5px solid currentColor; border-bottom: 2.5px solid currentColor; border-radius: 1px; content: ""; transform: rotate(45deg); transition: transform .2s ease, margin .2s ease; }
.more-dropdown .dropdown-toggle.show::after { margin-top: 4px; transform: rotate(225deg); }
.more-menu { min-width: 210px; margin-top: 14px !important; padding: 9px; border: 1px solid rgba(32,30,27,.08); border-radius: 14px; background: white; box-shadow: 0 18px 45px rgba(18,28,24,.16); }
.more-menu .dropdown-item { padding: 10px 13px; border-radius: 9px; color: var(--ink); font-size: 14px; font-weight: 700; }
.more-menu .dropdown-item:hover, .more-menu .dropdown-item:focus { color: var(--brand-dark); background: var(--sand-soft); }
.more-menu .dropdown-item.active { color: var(--brand-dark); background: var(--sand-soft); }
.services-menu { width: 100%; margin: 0 !important; padding: 28px 0; border: 0; border-top: 1px solid rgba(32,30,27,.08); border-radius: 0 0 var(--radius-md) var(--radius-md); background: white; box-shadow: 0 24px 65px rgba(18,28,24,.16); }
.services-menu.show { display: block; }
.services-menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; }
.service-menu-item { display: flex; gap: 14px; min-height: 146px; padding: 18px; border-radius: 13px; color: var(--ink); text-decoration: none; transition: background-color .2s ease; }
a.service-menu-item:hover { color: var(--ink); background: var(--cream); }
.service-menu-icon { display: grid; flex: 0 0 44px; place-items: center; width: 44px; height: 44px; border-radius: 12px; color: var(--ink); background: var(--sand); }
.service-menu-icon svg { width: 21px; height: 21px; stroke-width: 1.8; }
.service-menu-item strong, .service-menu-item small, .service-menu-item b { display: block; }
.service-menu-item strong { margin: 1px 0 5px; font-size: 15px; }
.page-domacnosti .service-menu-item:first-child strong { color: var(--brand-dark); }
.service-menu-item small { color: var(--muted); font-size: 14px; line-height: 1.45; }
.service-menu-item b { display: flex; align-items: center; gap: 2px; margin-top: 9px; color: var(--brand-dark); font-size: 12px; text-transform: uppercase; }
.service-menu-item b svg { width: 14px; height: 14px; }
.service-menu-item.is-coming { opacity: .58; }
.navbar-toggler { display: grid; place-items: center; width: 44px; height: 44px; padding: 0; border: 0; box-shadow: none !important; }
.navbar-toggler svg { width: 24px; height: 24px; }
.navbar.scrolled .navbar-toggler { color: var(--ink); }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; border-radius: var(--radius-sm); font-weight: 700; font-size: 15px; padding: 15px 26px; letter-spacing: .01em; transition: color .22s ease, background-color .22s ease, border-color .22s ease, box-shadow .22s ease; }
.btn svg { width: 17px; height: 17px; }
.btn-brand { border-color: var(--brand); background: var(--brand); color: white; box-shadow: 0 8px 24px rgba(67,191,150,.2); }
.btn-brand:hover, .btn-brand:focus { border-color: var(--brand-dark); background: var(--brand-dark); color: white; }
.btn-secondary-brand { border-color: var(--sand); color: var(--ink); background: var(--sand); box-shadow: 0 8px 24px rgba(253,219,96,.2); }
.btn-secondary-brand:hover, .btn-secondary-brand:focus { border-color: #f2cb3f; color: var(--ink); background: #f2cb3f; }
.btn-lg { padding: 18px 30px; font-size: 15px; }

.hero { position: relative; overflow: hidden; padding: 250px 0 110px; color: white; background: #202827; }
.hero-image { position: absolute; inset: 0; background: url("assets/images/hero-overhead-v3.jpg") center/cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 52% 48%, rgba(10,18,18,.02) 0%, rgba(10,18,18,.14) 38%, rgba(10,18,18,.5) 100%), linear-gradient(90deg, rgba(10,18,18,.7) 0%, rgba(10,18,18,.34) 42%, rgba(10,18,18,.08) 72%); }
.hero-inner { position: relative; z-index: 1; }
.hero-copy { padding-top: 0; }
h1, h2, h3 { font-family: "Quicksand", sans-serif; letter-spacing: -.045em; }
h1 { margin: 0 0 24px; font-size: clamp(46px, 4.8vw, 70px); font-weight: 800; line-height: .98; }
h1 em { color: var(--sand); font-style: normal; }
.hero-copy > p { max-width: 560px; color: rgba(255,255,255,.8); font-size: 17px; }
.hero-actions { margin-top: 32px; }
.hero-assurances { display: flex; flex-wrap: wrap; gap: 12px 24px; margin-top: 38px; }
.hero-assurances span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.82); font-size: 14px; font-weight: 600; }
.hero-assurances svg { width: 19px; height: 19px; color: var(--sand); stroke-width: 2; }
.hero-booking-form { max-width: 540px; margin-left: auto; padding: 38px; }
.hero-booking-form .form-heading { margin-bottom: 24px; }
.hero-booking-form .form-heading > span { display: block; margin-bottom: 8px; color: var(--brand); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hero-booking-form .form-heading h2 { margin-bottom: 10px; font-size: 30px; }
.hero-booking-form .form-heading p { margin: 0; color: var(--muted); font-size: 14px; }

.benefits { position: relative; z-index: 5; padding: 58px 0; background: white; }
.benefit-item { display: flex; flex-direction: column; align-items: center; gap: 17px; height: 100%; padding: 8px 18px; background: transparent; text-align: center; }
.line-icon { display: block; color: var(--sand); background: transparent; }
.line-icon svg { width: 68px; height: 68px; stroke-width: 1.35; }
.benefit-item strong, .benefit-item small { display: block; }
.benefit-item strong { margin-bottom: 5px; font-size: 16px; line-height: 1.35; }
.benefit-item small { max-width: 235px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.about { padding-top: 80px; border-top: 1px solid var(--line); }

h2 { margin: 0 0 25px; font-size: clamp(35px, 4vw, 54px); font-weight: 800; line-height: 1.07; }
h2 span { color: var(--brand); }
.lead-copy { max-width: 570px; color: var(--muted); font-size: 16px; }
.photo-composition { position: relative; max-width: 540px; padding: 0 30px 30px 0; }
.main-photo { position: relative; z-index: 2; border-radius: var(--radius-md); }
.photo-composition::before { position: absolute; content: ""; inset: 35px 0 0 45px; border-radius: var(--radius-md); background: var(--sand); }
.experience-badge { position: absolute; z-index: 3; right: 0; bottom: 0; display: flex; align-items: center; gap: 10px; width: 180px; padding: 18px; border-radius: var(--radius-sm); background: var(--brand); color: white; box-shadow: 0 15px 30px rgba(67,191,150,.24); }
.experience-badge strong { font: 700 36px/1 "Quicksand", sans-serif; }
.experience-badge span { font-size: 14px; line-height: 1.25; text-transform: uppercase; }
.dot-pattern { position: absolute; top: -18px; left: -18px; width: 80px; height: 80px; background-image: radial-gradient(var(--sand) 1.7px, transparent 1.7px); background-size: 10px 10px; }
.feature-list { display: grid; gap: 20px; margin: 34px 0; }
.feature-list > div { display: flex; align-items: flex-start; gap: 15px; }
.feature-list > div > span { display: grid; flex: 0 0 38px; place-items: center; width: 38px; height: 38px; border-radius: 50%; color: var(--brand-dark); background: var(--sand-soft); }
.feature-list > div > span svg { width: 19px; height: 19px; stroke-width: 1.9; }
.feature-list p { margin: 0; color: var(--muted); font-size: 14px; }
.feature-list p strong { display: block; margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.text-link { display: inline-flex; align-items: center; gap: 5px; color: var(--brand); font-size: 14px; font-weight: 800; text-decoration: none; }
.text-link svg { width: 17px; height: 17px; transition: transform .2s ease; }
.text-link:hover svg { transform: translateX(4px); }

.stats { padding: 48px 0; background: var(--cream); border-top: 1px solid #dfefe8; border-bottom: 1px solid #dfefe8; }
.stats .col-6 { border-right: 1px solid #d8e9e2; }
.stats .col-6:last-child { border: 0; }
.page-home .stats { background: white; border: 0; }
.page-home .stats .col-6 { border: 0; }
.stats strong, .stats span { display: block; }
.stats strong { color: var(--brand); font: 700 34px/1 "Quicksand", sans-serif; letter-spacing: -.05em; }
.stats span { margin-top: 9px; color: var(--muted); font-size: 14px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }

.services { background: var(--cream); }
.section-heading p { max-width: 480px; margin: 0; color: var(--muted); }
.section-heading-stack { max-width: 820px; text-align: left; }
.section-heading-stack h2 { margin-bottom: 18px; }
.section-heading-stack p { max-width: 740px; margin: 0; color: var(--muted); font-size: 15px; }
.section-heading-center { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading-center p { margin-right: auto; margin-left: auto; }
.service-card { position: relative; min-height: 350px; padding: 35px 28px 28px; border-radius: var(--radius-md); background: rgba(255,255,255,.82); border: 1px solid rgba(32,30,27,.09); box-shadow: 0 14px 38px rgba(32,30,27,.07); transition: .25s ease; overflow: hidden; }
.service-card:hover { transform: translateY(-7px); background: white; box-shadow: 0 22px 50px rgba(32,30,27,.12); }
.service-card.featured { background: var(--brand); color: white; }
.service-icon { display: grid; place-items: center; width: 72px; height: 72px; margin-bottom: 28px; border-radius: 50%; background: var(--sand-soft); }
.service-icon svg { width: 39px; fill: none; stroke: var(--brand); stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.service-card.featured .service-icon { background: white; }
.service-card h3 { font-size: 20px; font-weight: 800; }
.service-card p { min-height: 67px; color: var(--muted); font-size: 14px; }
.service-card a { display: inline-flex; align-items: center; gap: 4px; color: var(--brand); font-size: 14px; font-weight: 800; text-decoration: none; }
.service-card a svg { width: 16px; height: 16px; transition: transform .2s ease; }
.service-card a:hover svg { transform: translateX(3px); }
.featured p { color: rgba(255,255,255,.75); }
.featured a { color: white; }

.pricing { background: white; }
.pricing-heading { max-width: 720px; }
.pricing-heading .price-toggle { margin-top: 24px; }
.price-toggle { display: inline-flex; padding: 4px; border-radius: 30px; background: #f0ede8; }
.price-toggle button { padding: 9px 18px; border: 0; border-radius: 25px; color: var(--muted); background: transparent; font-size: 14px; font-weight: 700; }
.price-toggle button.active { color: white; background: var(--ink); }
.price-toggle small { color: var(--brand); font-weight: 800; }
.price-card { position: relative; height: 100%; min-height: 510px; padding: 37px 36px; border-radius: var(--radius-md); background: white; border: 1px solid rgba(32,30,27,.1); box-shadow: 0 12px 45px rgba(42,35,28,.07); }
.pricing .pricing-heading + .row { margin-top: 64px !important; }
.price-card.popular { transform: translateY(-12px); border: 2px solid var(--brand); box-shadow: 0 20px 55px rgba(67,191,150,.15); }
.popular-tag { position: absolute; top: 0; right: 28px; padding: 8px 15px; transform: translateY(-50%); border-radius: 8px; color: white; background: var(--brand); font-size: 14px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.price-top { display: flex; justify-content: space-between; align-items: baseline; }
.price-top span { font: 700 20px "Quicksand", sans-serif; }
.price-top small { color: var(--muted); font-size: 14px; }
.price { display: flex; align-items: flex-start; margin: 25px 0 10px; color: var(--brand); }
.price sup { margin: 12px 5px 0 0; color: var(--muted); font-size: 14px; }
.price strong { font: 700 54px/1 "Quicksand", sans-serif; letter-spacing: -.06em; }
.price span { margin: 5px 0 0 4px; font-size: 24px; font-weight: 700; }
.price.custom { align-items: center; height: 54px; }
.price.custom strong { font-size: 35px; }
.price-card > p { min-height: 48px; color: var(--muted); font-size: 14px; }
.price-card ul { margin: 25px 0 32px; padding: 22px 0 0; border-top: 1px solid var(--line); list-style: none; }
.price-card li { display: flex; align-items: center; gap: 9px; margin-bottom: 11px; color: #5f5a54; font-size: 14px; }
.price-card li svg { flex: 0 0 15px; width: 15px; height: 15px; color: var(--brand); stroke-width: 2.5; }
.pricing-note { margin: 40px 0 0; color: var(--muted); font-size: 14px; }

.process { position: relative; color: white; background: var(--dark) url("assets/images/process-logistics.jpg") center/cover no-repeat; overflow: hidden; }
.process-overlay { position: absolute; z-index: 2; inset: 0; background: linear-gradient(180deg, rgba(32,30,27,.72) 0%, rgba(32,30,27,.48) 42%, rgba(23,24,22,.82) 100%); pointer-events: none; }
.process-step { position: relative; z-index: 3; min-height: 570px; background: transparent; transition: color .25s ease; }
.process-step:not(:last-child) { border-right: 1px solid rgba(255,255,255,.32); }
.process-step::before { position: absolute; z-index: 0; inset: 0; content: ""; background: rgba(67,191,150,.76); opacity: 0; transition: opacity .25s ease; }
.process-step:hover::before { opacity: 1; }
.process-step > div { position: absolute; z-index: 4; right: 34px; bottom: 38px; left: 34px; }
.process-step b, .process-step span, .process-step small { display: block; }
.process-step b { margin-bottom: 15px; color: rgba(253,219,96,.72); font-size: 38px; font-weight: 800; line-height: 1; letter-spacing: -.05em; }
.process-step span { font: 700 17px "Quicksand", sans-serif; }
.process-step small { margin-top: 6px; color: rgba(255,255,255,.6); font-size: 14px; }
.process-step p { overflow: hidden; max-height: 0; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; opacity: 0; transition: max-height .3s ease, margin-top .3s ease, opacity .2s ease; }
.process-step:hover { color: white; }
.process-step:hover b { color: var(--sand); }
.process-step:hover small { color: rgba(255,255,255,.78); }
.process-step:hover p { color: rgba(255,255,255,.88); }
.process-step:hover p { max-height: 110px; margin-top: 17px; opacity: 1; }

.why-us { background: white; }
.why-photo-wrap { position: relative; padding: 0 0 35px 35px; }
.why-photo-wrap::before { position: absolute; inset: 35px 35px 0 0; content: ""; border-radius: var(--radius-md); background: var(--sand); }
.why-photo-wrap > img { position: relative; border-radius: var(--radius-md); }
.quality-card { position: absolute; right: -15px; bottom: 0; display: flex; align-items: center; gap: 13px; width: 315px; padding: 20px; border-radius: var(--radius-md); background: white; box-shadow: 0 18px 50px rgba(50,39,31,.15); }
.quality-card > span { display: grid; flex: 0 0 45px; place-items: center; width: 45px; height: 45px; border-radius: 50%; color: white; background: var(--brand); font-weight: 800; }
.quality-card > span svg { width: 23px; height: 23px; }
.quality-card strong, .quality-card small { display: block; }
.quality-card strong { font-size: 14px; }
.quality-card small { margin-top: 3px; color: var(--muted); font-size: 14px; line-height: 1.35; }
.why-grid { display: grid; gap: 15px; margin: 35px 0; }
.why-grid div { display: flex; align-items: center; gap: 14px; padding: 0; }
.why-grid strong { display: grid; flex: 0 0 34px; place-items: center; width: 34px; height: 34px; border-radius: 50%; color: var(--brand-dark); background: var(--sand-soft); font-size: 13px; }
.why-grid span { font-size: 15px; font-weight: 700; }

.testimonials { position: relative; background: var(--sand-soft); overflow: hidden; }
.testimonials .carousel { max-width: 770px; margin: 40px auto 0; }
.testimonials .carousel-item { padding: 38px 42px 75px; border-radius: var(--radius-md); background: white; }
blockquote { margin: 0 auto 35px; font: 600 clamp(16px, 1.65vw, 22px)/1.55 "Quicksand", sans-serif; letter-spacing: -.025em; }
.review-person { display: inline-flex; align-items: center; gap: 12px; text-align: left; }
.review-person > span { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; color: white; background: var(--brand); font-size: 14px; font-weight: 800; }
.review-person strong, .review-person small { display: block; }
.review-person strong { font-size: 14px; }
.review-person small { color: var(--muted); font-size: 14px; }
.carousel-indicators [data-bs-target] { width: 7px; height: 7px; margin: 0 6px; border: 0; border-radius: 50%; background: #b4ada4; }
.carousel-indicators .active { width: 22px; border-radius: 6px; background: var(--brand); }

.cta-section { padding: 120px 0; background: linear-gradient(white 50%, var(--cream) 50%); }
.cta-panel { position: relative; overflow: hidden; padding: 70px; border-radius: var(--radius-lg); color: white; background: linear-gradient(90deg, rgba(67,191,150,.96) 0%, rgba(45,158,122,.9) 52%, rgba(45,158,122,.72) 100%), url("assets/images/domacnosti-kuchyna.jpg") center/cover no-repeat; }
.cta-panel::after { position: absolute; right: -120px; bottom: -180px; width: 430px; height: 430px; content: ""; border: 75px solid rgba(255,255,255,.2); border-radius: 50%; }
.cta-panel .row { position: relative; z-index: 2; }
.cta-panel h2 { font-size: 43px; }
.cta-panel h2 span { color: var(--sand); }
.cta-panel p { color: rgba(255,255,255,.72); }
.contact-direct { margin-top: 32px; }
.contact-direct small, .contact-direct a { display: block; }
.contact-direct small { color: rgba(255,255,255,.65); font-size: 14px; }
.contact-direct a { color: white; font: 700 22px "Quicksand", sans-serif; text-decoration: none; }
.booking-form { position: relative; padding: 35px; border-radius: var(--radius-md); color: var(--ink); background: white; box-shadow: 0 20px 65px rgba(17,92,68,.2); }
.booking-form label { margin-bottom: 6px; font-size: 14px; font-weight: 800; text-transform: uppercase; }
.booking-form .form-control, .booking-form .form-select { min-height: 52px; border-color: #e3ddd5; border-radius: var(--radius-sm); color: var(--ink); font-size: 14px; }
.booking-form .form-control:focus, .booking-form .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 .2rem rgba(67,191,150,.2); }
.btn-dark-submit { padding: 16px; color: white; background: var(--dark); }
.btn-dark-submit:hover { color: white; background: #2e2d2a; }
.form-note { margin: 0; color: #938d85 !important; font-size: 14px; text-align: center; }
.form-success { display: none; padding: 25px; color: #386a47; background: #eef7ef; font-size: 14px; font-weight: 700; text-align: center; }
.booking-form.sent > .row { display: none; }
.booking-form.sent .form-success { display: block; }

.blog { padding-top: 0; background: var(--cream); }
.blog-card { height: 100%; overflow: hidden; border-radius: var(--radius-md); background: white; box-shadow: 0 10px 35px rgba(61,47,35,.06); transition: .25s; }
.blog-card:hover { transform: translateY(-6px); }
.blog-image-link { display: block; text-decoration: none; }
.blog-image { position: relative; height: 245px; background-position: center; background-size: cover; }
.blog-image::after { position: absolute; inset: 0; content: ""; background: linear-gradient(0deg, rgba(20,19,17,.35), transparent 65%); }
.blog-image span { position: absolute; z-index: 2; left: 18px; bottom: 16px; padding: 5px 11px; border-radius: 999px; color: white; background: var(--brand); font-size: 12px; font-weight: 700; line-height: 1.2; letter-spacing: .04em; text-transform: uppercase; }
.img-one { background-image: url("assets/images/home-cleaning.jpg"); }
.img-two { background-image: url("assets/images/hero-cleaning.jpg"); background-position: 80% center; }
.img-three { background-image: url("assets/images/office-cleaning.jpg"); }
.blog-body { padding: 25px; }
.blog-body small { color: #817b74; font-size: 12px; font-weight: 800; letter-spacing: .035em; text-transform: uppercase; }
.blog-body h3 { min-height: 58px; margin: 10px 0 18px; font-size: 20px; font-weight: 800; line-height: 1.4; }
.blog-body a { display: inline-flex; align-items: center; gap: 4px; color: var(--brand); font-size: 14px; font-weight: 800; text-decoration: none; }
.blog-body a svg { width: 16px; height: 16px; transition: transform .2s ease; }
.blog-body a:hover svg { transform: translateX(3px); }

.trust-strip { padding: 48px 0; background: var(--sand); }
.trust-strip strong { font: 700 24px/1.25 "Quicksand", sans-serif; letter-spacing: -.04em; }
.trust-strip b, .trust-strip span { display: block; }
.trust-strip b { color: var(--brand); font: 700 25px "Quicksand", sans-serif; }
.trust-strip span { font-size: 14px; font-weight: 700; text-transform: uppercase; }

footer { padding-top: 80px; color: var(--muted); background: white; border-top: 1px solid var(--line); }
.footer-brand { display: inline-block; color: var(--ink); }
.footer-brand:hover { color: var(--ink); }
.footer-logo { width: 265px; }
footer .col-lg-5 > p { max-width: 430px; margin: 23px 0; font-size: 14px; }
.socials { display: flex; gap: 8px; }
.socials a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; }
.socials a svg { width: 17px; height: 17px; fill: currentColor; }
footer h3 { margin-bottom: 24px; color: var(--ink); font: 800 18px "Quicksand", sans-serif; letter-spacing: -.025em; }
.footer-column a, .footer-column span { display: block; margin-bottom: 11px; color: var(--muted); font-size: 14px; text-decoration: none; }
footer a:hover { color: var(--brand-dark) !important; }
.footer-main { padding-bottom: 55px; }
.footer-legal { display: flex; justify-content: flex-end; gap: 25px; padding: 22px 0; border-top: 1px solid var(--line); font-size: 13px; }
.footer-legal a { color: var(--muted); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--line); color: #85817b; font-size: 13px; }
.footer-bottom a { color: var(--ink); font-weight: 700; text-decoration: none; }
.back-to-top { position: fixed; z-index: 20; right: 18px; bottom: 18px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: var(--radius-sm); color: white; background: var(--brand); text-decoration: none; box-shadow: 0 8px 22px rgba(67,191,150,.26); }
.back-to-top svg { width: 18px; height: 18px; }

/* Inner pages */
.inner-hero { position: relative; overflow: hidden; padding: 205px 0 90px; color: white; background-color: var(--brand); background-position: center; background-size: cover; }
.pricing-hero { background-image: url("assets/images/process-hall-prep.jpg"); background-position: center 58%; }
.contact-hero { background-image: url("assets/images/hero-overhead-v3.jpg"); }
.about-hero { background-image: url("assets/images/home-cleaning.jpg"); background-position: center 52%; }
.faq-hero { background-image: url("assets/images/office-cleaning.jpg"); background-position: center 54%; }
.blog-hero { background-image: url("assets/images/domacnosti-kuchyna.jpg"); background-position: center 52%; }
.legal-hero { background-image: url("assets/images/process-glass-lobby.jpg"); background-position: center 55%; }
.contact-hero h1 span, .about-hero h1 span, .faq-hero h1 span, .blog-hero h1 span, .reviews-hero h1 span, .legal-hero h1 span { color: var(--sand); }
.inner-hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 65% 45%, rgba(67,191,150,.08), rgba(23,24,22,.8) 84%), linear-gradient(90deg, rgba(23,24,22,.84), rgba(23,24,22,.2)); }
.inner-hero h1 { max-width: 850px; margin-bottom: 20px; font-size: clamp(45px, 5vw, 60px); }
.inner-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.78); font-size: 17px; }
.inner-hero-cta { margin-top: 30px; }
.page-label { display: inline-flex; align-items: center; margin-bottom: 18px; padding: 7px 13px; border-radius: 999px; color: var(--ink); background: var(--sand); font-size: 13px; font-weight: 700; }

/* Upratovanie domácností */
.domestic-hero { position: relative; overflow: hidden; padding: 210px 0 105px; color: white; background: var(--dark); }
.domestic-hero-image { position: absolute; inset: 0; background: url("assets/images/domacnosti-hero.jpg") center/cover no-repeat; }
.domestic-hero-shade { position: absolute; inset: 0; background: radial-gradient(circle at 68% 48%, rgba(20,30,26,.04) 0%, rgba(17,27,24,.13) 33%, rgba(13,23,20,.62) 100%), linear-gradient(90deg, rgba(13,22,19,.9) 0%, rgba(13,22,19,.7) 43%, rgba(13,22,19,.12) 76%); }
.domestic-hero .container { z-index: 1; }
.domestic-hero h1 { max-width: 760px; margin-bottom: 24px; font-size: clamp(46px, 5vw, 60px); line-height: 1.02; }
.domestic-hero h1 span { color: var(--brand); }
.domestic-hero p { max-width: 690px; margin: 0; color: rgba(255,255,255,.82); font-size: 17px; }
.service-breadcrumb { display: flex; align-items: center; gap: 7px; margin-bottom: 25px; color: rgba(255,255,255,.68); font-size: 14px; font-weight: 600; }
.service-breadcrumb a { color: white; text-decoration: none; }
.service-breadcrumb a:hover { color: var(--sand); }
.service-breadcrumb svg { width: 14px; height: 14px; }
.domestic-hero .btn-light { border-color: white; background: white; color: var(--ink); }
.domestic-hero .btn-light:hover { border-color: #f3f3f3; background: #f3f3f3; color: var(--ink); }
.domestic-assurances { display: flex; flex-wrap: wrap; gap: 13px 25px; margin-top: 36px; }
.domestic-assurances span { display: inline-flex; align-items: center; gap: 8px; color: rgba(255,255,255,.85); font-size: 14px; font-weight: 700; }
.domestic-assurances svg { width: 19px; height: 19px; color: var(--sand); }

.service-quick-benefits { padding: 58px 0; background: white; }
.quick-benefit { display: flex; flex-direction: column; align-items: center; gap: 17px; height: 100%; padding: 8px 18px; text-align: center; }
.quick-benefit > span { display: block; color: var(--sand); }
.quick-benefit svg { width: 68px; height: 68px; stroke-width: 1.35; }
.quick-benefit strong, .quick-benefit small { display: block; }
.quick-benefit strong { margin-bottom: 5px; font-size: 16px; line-height: 1.35; }
.quick-benefit small { max-width: 235px; color: var(--muted); font-size: 14px; line-height: 1.5; }

.service-intro { padding-top: 80px; border-top: 1px solid var(--line); background: white; }
.service-image-frame { position: relative; padding: 0 28px 28px 0; }
.service-image-frame::before { position: absolute; inset: 38px 0 0 42px; content: ""; border-radius: var(--radius-md); background: var(--sand); }
.service-image-frame img { position: relative; z-index: 1; border-radius: var(--radius-md); }
.service-image-frame > span { position: absolute; z-index: 2; right: 0; bottom: 0; display: inline-flex; align-items: center; gap: 9px; padding: 17px 20px; border-radius: var(--radius-sm); color: white; background: var(--brand); font-size: 14px; font-weight: 700; box-shadow: 0 15px 35px rgba(67,191,150,.24); }
.service-image-frame > span svg { width: 21px; height: 21px; }
.service-points { display: grid; gap: 20px; margin: 31px 0; }
.service-points > div { display: flex; gap: 15px; padding: 0; }
.service-points > div > span { display: grid; flex: 0 0 42px; place-items: center; width: 42px; height: 42px; border-radius: 12px; color: var(--ink); background: var(--sand); }
.service-points svg { width: 20px; height: 20px; }
.service-points p { margin: 0; color: var(--muted); font-size: 14px; }
.service-points strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 15px; }

.domestic-work-list { background: var(--sand-soft); }
.work-list-card { height: 100%; padding: 30px 25px; border: 1px solid rgba(32,30,27,.1); border-radius: var(--radius-md); background: white; }
.work-list-icon { display: grid; place-items: center; width: 56px; height: 56px; margin-bottom: 24px; border-radius: 16px; color: var(--ink); background: var(--sand); }
.work-list-icon svg { width: 27px; height: 27px; stroke-width: 1.7; }
.work-list-card h3 { margin-bottom: 21px; font-size: 20px; font-weight: 800; }
.work-list-card ul { margin: 0; padding: 20px 0 0; border-top: 1px solid var(--line); list-style: none; }
.work-list-card li { display: flex; align-items: flex-start; gap: 9px; margin-bottom: 12px; color: #58625e; font-size: 14px; line-height: 1.45; }
.work-list-card li:last-child { margin-bottom: 0; }
.work-list-card li svg { flex: 0 0 17px; width: 17px; height: 17px; margin-top: 2px; color: var(--brand-dark); stroke-width: 2.5; }
.work-list-extra { display: flex; align-items: center; gap: 17px; margin-top: 28px; padding: 23px 25px; border-radius: var(--radius-md); background: white; border: 1px solid rgba(32,30,27,.1); }
.work-list-extra > span { display: grid; flex: 0 0 46px; place-items: center; width: 46px; height: 46px; border-radius: 13px; color: var(--ink); background: var(--sand); }
.work-list-extra > span svg { width: 22px; height: 22px; }
.work-list-extra > div { flex: 1; }
.work-list-extra strong { display: block; margin-bottom: 3px; font-size: 15px; }
.work-list-extra p { margin: 0; color: var(--muted); font-size: 14px; }
.work-list-extra .btn { flex: 0 0 auto; }

.service-scope { background: transparent; }
.scope-heading { max-width: 790px; margin-bottom: 50px; }
.scope-heading p, .section-copy { margin: 0; color: var(--muted); font-size: 15px; }
.scope-table-card { overflow: hidden; border: 1px solid rgba(32,30,27,.1); border-radius: var(--radius-md); background: white; box-shadow: 0 18px 55px rgba(31,70,58,.07); }
.scope-table { min-width: 760px; font-size: 14px; }
.scope-table thead th { padding: 20px 24px; color: white; background: var(--brand); border: 0; font-size: 14px; text-align: center; }
.scope-table thead th:first-child { width: 55%; text-align: left; }
.scope-table td { padding: 15px 24px; border-color: #edf2ef; color: #56625e; vertical-align: middle; }
.scope-table td:not(:first-child) { width: 15%; text-align: center; }
.scope-category th { padding: 14px 24px; border-color: var(--line); color: var(--ink); background: #fff9df; font-size: 15px; }
.scope-check { display: inline-grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; color: var(--ink); background: var(--sand); }
.scope-check svg { width: 16px; height: 16px; stroke-width: 2.6; }
.scope-option { color: var(--brand-dark); font-size: 13px; font-weight: 700; }
.scope-dash { color: #b4bbb8; }
.scope-note { display: flex; align-items: center; gap: 10px; padding: 17px 24px; color: var(--muted); background: #fbfdfc; font-size: 14px; }
.scope-note svg { flex: 0 0 19px; width: 19px; height: 19px; color: var(--brand-dark); }

.domestic-pricing { background: white; }
.domestic-price-card { position: relative; display: flex; flex-direction: column; height: 100%; padding: 35px 30px; border: 1px solid rgba(32,30,27,.1); border-radius: var(--radius-md); background: white; box-shadow: 0 14px 45px rgba(42,35,28,.06); }
.domestic-price-card.featured-package { border: 2px solid var(--brand); box-shadow: 0 20px 55px rgba(67,191,150,.14); }
.package-badge { position: absolute; top: 22px; right: 22px; padding: 6px 10px; border-radius: 999px; color: var(--ink); background: var(--sand); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.package-icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border-radius: 15px; color: var(--ink); background: var(--sand); }
.package-icon svg { width: 25px; height: 25px; stroke-width: 1.8; }
.package-use { color: var(--brand-dark); font-size: 13px; font-weight: 800; text-transform: uppercase; }
.domestic-price-card h3 { margin: 4px 0 0; font-size: 28px; font-weight: 800; }
.package-price { display: flex; align-items: flex-start; margin: 22px 0 15px; color: var(--brand-dark); }
.package-price small { margin: 10px 7px 0 0; color: var(--muted); font-size: 14px; }
.package-price strong { font-size: 32px; line-height: 1; letter-spacing: -.06em; }
.package-price span { margin: 4px 0 0 4px; font-size: 24px; font-weight: 800; }
.domestic-price-card > p { min-height: 70px; margin: 0; color: var(--muted); font-size: 14px; }
.domestic-price-card ul { flex: 1; margin: 25px 0 30px; padding: 23px 0 0; border-top: 1px solid var(--line); list-style: none; }
.domestic-price-card li { display: flex; align-items: center; gap: 9px; margin-bottom: 12px; color: #5c625f; font-size: 14px; }
.domestic-price-card li svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--brand-dark); stroke-width: 2.5; }
.pricing-detail-link { margin: 36px 0 0; color: var(--muted); font-size: 14px; text-align: center; }
.pricing-detail-link a { color: var(--brand-dark); font-weight: 800; text-decoration: none; }
.pricing-detail-link svg { width: 15px; height: 15px; }

.service-gallery-section { background: var(--cream); }
.service-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-gallery-item { position: relative; display: block; overflow: hidden; aspect-ratio: 1/1; border-radius: var(--radius-md); background: #e7ece9; }
.service-gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.service-gallery-item > span { position: absolute; right: 15px; bottom: 15px; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; color: var(--ink); background: var(--sand); opacity: 0; transition: opacity .22s ease; }
.service-gallery-item > span svg { width: 19px; height: 19px; }
.service-gallery-item:hover img { transform: scale(1.035); }
.service-gallery-item:hover > span, .service-gallery-item:focus-visible > span { opacity: 1; }

.local-service { background: white; }
.local-service-image { display: block; border-radius: var(--radius-md); }
.local-service p { color: var(--muted); font-size: 15px; }
.addon-block.bg-tint { background: var(--sand-soft); }
.addon-block .local-service-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.service-area-list { display: grid; gap: 22px; margin-top: 27px; }
.service-area-list > div { display: grid; grid-template-columns: 25px 1fr; gap: 13px; padding: 0; }
.service-area-list svg { width: 21px; height: 21px; margin-top: 2px; color: var(--brand-dark); stroke-width: 1.9; }
.service-area-list p { margin: 0; font-size: 14px; line-height: 1.55; }
.service-area-list strong { display: block; margin-bottom: 2px; color: var(--ink); font-size: 15px; }

.service-faq { background: var(--cream); }
.faq-sticky { position: sticky; top: 120px; }
.faq-sticky p { max-width: 440px; color: var(--muted); font-size: 15px; }
.service-accordion { display: grid; gap: 10px; }
.service-accordion .accordion-item { overflow: hidden; border: 1px solid rgba(32,30,27,.1); border-radius: var(--radius-sm); background: white; }
.service-accordion .accordion-button { padding: 21px 22px; color: var(--ink); background: white; box-shadow: none; font-size: 15px; font-weight: 800; }
.service-accordion .accordion-button:not(.collapsed) { color: var(--brand-dark); background: white; }
.service-accordion .accordion-button::after { width: 20px; height: 20px; background-size: 20px; }
.service-accordion .accordion-body { padding: 0 22px 22px; color: var(--muted); font-size: 14px; }

.domestic-cta-wrap { padding: 0 0 120px; background: var(--cream); }
.domestic-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 35px; overflow: hidden; padding: 58px 55px; border-radius: var(--radius-lg); color: white; background: linear-gradient(90deg, rgba(35,157,119,.98), rgba(67,191,150,.84) 58%, rgba(67,191,150,.54)), url("assets/images/domacnosti-hero.jpg") center 47%/cover no-repeat; }
.domestic-cta::after { position: absolute; right: -80px; bottom: -135px; width: 330px; height: 330px; content: ""; border: 58px solid rgba(253,219,96,.2); border-radius: 50%; }
.domestic-cta > * { position: relative; z-index: 1; }
.domestic-cta h2 { margin-bottom: 12px; font-size: 38px; }
.domestic-cta h2 span { color: var(--sand); }
.domestic-cta p { max-width: 700px; margin: 0; color: rgba(255,255,255,.82); font-size: 15px; }
.domestic-cta .btn { flex: 0 0 auto; }

.price-page { background: white; }
.price-notice { display: flex; align-items: flex-start; gap: 14px; margin-bottom: 28px; padding: 18px 22px; border: 1px solid rgba(32,30,27,.1); border-radius: var(--radius-sm); color: var(--muted); background: white; }
.price-notice svg { flex: 0 0 21px; width: 21px; height: 21px; margin-top: 2px; color: var(--brand-dark); }
.price-notice p { margin: 0; font-size: 14px; }
.price-nav { position: sticky; z-index: 8; top: 88px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; margin-bottom: 75px; padding: 10px; border: 1px solid rgba(32,30,27,.1); border-radius: var(--radius-md); background: rgba(255,255,255,.94); box-shadow: 0 12px 35px rgba(24,70,55,.08); backdrop-filter: blur(12px); }
.price-nav a { display: flex; align-items: center; justify-content: center; gap: 9px; min-height: 52px; padding: 10px 14px; border-radius: 11px; color: var(--ink); font-size: 14px; font-weight: 700; text-decoration: none; transition: color .2s ease, background .2s ease; }
.price-nav a:hover { color: var(--ink); background: var(--sand-soft); }
.price-nav svg { width: 18px; height: 18px; color: var(--brand); }
.price-group { margin-bottom: 85px; scroll-margin-top: 175px; }
.price-group-heading { display: flex; align-items: center; gap: 18px; margin-bottom: 24px; }
.price-group-heading > span { display: grid; flex: 0 0 58px; place-items: center; width: 58px; height: 58px; border-radius: 17px; color: var(--ink); background: var(--sand); }
.price-group-heading svg { width: 29px; height: 29px; stroke-width: 1.7; }
.price-group-heading h2 { margin: 0 0 5px; font-size: 32px; }
.price-group-heading p { margin: 0; color: var(--muted); font-size: 14px; }
.table-card { overflow: hidden; border: 1px solid rgba(32,30,27,.1); border-radius: var(--radius-md); background: white; box-shadow: 0 14px 42px rgba(28,74,59,.07); }
.price-table { min-width: 760px; font-size: 14px; }
.price-table th { padding: 17px 22px; border-bottom: 0; color: white; background: var(--brand); font-size: 14px; font-weight: 700; white-space: nowrap; }
.price-table td { padding: 17px 22px; border-color: #edf2f0; color: #52625d; vertical-align: middle; }
.price-table tbody tr:last-child td { border-bottom: 0; }
.price-table tbody tr:hover td { background: #fbfefc; }
.price-table td:first-child { width: 40%; }
.price-table strong, .price-table small { display: block; }
.price-table strong { margin-bottom: 3px; color: var(--ink); font-size: 15px; }
.price-table small { color: #82908b; font-size: 13px; }
.price-table b { color: var(--brand-dark); font-weight: 700; white-space: nowrap; }
.price-table a { display: inline-flex; align-items: center; gap: 3px; color: var(--brand-dark); font-weight: 700; text-decoration: none; white-space: nowrap; }
.price-table a svg { width: 15px; height: 15px; }
.price-pill { display: inline-flex; padding: 5px 10px; border-radius: 999px; color: var(--ink); background: var(--sand); font-weight: 700; white-space: nowrap; }
.table-note { display: flex; align-items: center; gap: 9px; padding: 14px 22px; border-top: 1px solid #eaf0ed; color: #687873; background: #fbfdfc; font-size: 13px; }
.table-note svg { flex: 0 0 17px; width: 17px; height: 17px; color: var(--brand); }
.price-cta { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 40px; overflow: hidden; min-height: 300px; padding: 55px 50px; border-radius: var(--radius-lg); color: white; background: linear-gradient(90deg, rgba(67,191,150,.98) 0%, rgba(67,191,150,.9) 48%, rgba(67,191,150,.4) 100%), url("assets/images/pricing-cta-bg.jpg") center/cover no-repeat; }
.price-cta > * { position: relative; z-index: 1; }
.price-cta > div { max-width: 650px; }
.price-cta h2 { margin-bottom: 10px; font-size: 34px; }
.price-cta p { max-width: 680px; margin: 0; color: rgba(255,255,255,.72); }

.contact-page { background: var(--cream); }
.contact-details { display: grid; gap: 27px; margin-top: 42px; }
.contact-details > a, .contact-details > div { display: grid; grid-template-columns: 28px 1fr; column-gap: 13px; color: inherit; text-decoration: none; }
.contact-details > a > span, .contact-details > div > span { grid-column: 1; grid-row: 1; align-self: center; display: grid; place-items: center; margin: 0; color: var(--brand-dark); }
.contact-details svg { width: 19px; height: 19px; stroke-width: 1.8; }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { grid-column: 2; grid-row: 1; margin: 0 0 4px; color: var(--muted); font-size: 14px; font-weight: 600; text-transform: none; }
.contact-details strong { grid-column: 2; grid-row: 2; font-size: 16px; }
.contact-details p { grid-column: 2; grid-row: 3; margin: 4px 0 0; color: var(--muted); font-size: 14px; }
.contact-details > a:hover strong { color: var(--brand-dark); }
.contact-socials { margin-top: 38px; }
.contact-socials > strong { display: block; margin-bottom: 13px; font-size: 15px; }
.contact-socials .socials a { width: 42px; height: 42px; color: var(--brand-dark); background: white; }
.contact-socials .socials a:hover { color: white !important; background: var(--brand); border-color: var(--brand); }
.contact-form { padding: 34px; box-shadow: 0 18px 55px rgba(17,92,68,.1); }
.company-details-section { margin-top: 55px; }
.company-details-section h3 { margin: 0; font-size: 28px; font-weight: 800; }
.company-details-section h3 span { color: var(--brand); }
.company-details-list { display: grid; gap: 16px; margin: 28px 0 0; }
.company-details-list > div { display: grid; grid-template-columns: 24px 1fr; column-gap: 11px; padding: 0; }
.company-details-list > div > svg { grid-column: 1; grid-row: 1; align-self: center; justify-self: center; width: 17px; height: 17px; color: var(--brand-dark); stroke-width: 1.8; }
.company-details-list dt, .company-details-list dd { margin: 0; font-size: 14px; }
.company-details-list dt { grid-column: 2; margin-bottom: 3px; color: var(--muted); font-weight: 600; }
.company-details-list dd { grid-column: 2; color: var(--ink); font-weight: 700; }

/* O nás */
.about-values { padding: 55px 0; background: white; }
.about-value { display: flex; flex-direction: column; align-items: center; height: 100%; padding: 4px 22px; text-align: center; }
.about-value > svg { width: 58px; height: 58px; margin-bottom: 17px; color: var(--sand); stroke-width: 1.4; }
.about-value strong, .about-value small { display: block; }
.about-value strong { margin-bottom: 5px; font-size: 16px; }
.about-value small { max-width: 280px; color: var(--muted); font-size: 14px; line-height: 1.5; }
.about-story { padding-top: 80px; border-top: 1px solid var(--line); background: white; }
.about-copy { max-width: 590px; margin-top: 20px; color: var(--muted); font-size: 15px; }
.about-stats { border: 0; background: white; }
.about-stats .col-6 { border: 0; }
.about-standards { background: var(--sand-soft); }
.standard-card { height: 100%; padding: 31px 27px; border-radius: var(--radius-md); background: white; box-shadow: 0 16px 42px rgba(39,112,88,.09); }
.standard-card > span { display: grid; place-items: center; width: 58px; height: 58px; margin-bottom: 25px; border-radius: 16px; color: var(--ink); background: var(--sand); }
.standard-card > span svg { width: 28px; height: 28px; stroke-width: 1.7; }
.standard-card h3 { margin-bottom: 11px; font-size: 20px; font-weight: 800; }
.standard-card p { margin: 0; color: var(--muted); font-size: 14px; }
.about-founder { background: white; }
.about-founder-photo { display: block; border-radius: var(--radius-md); }
.about-cta-wrap { background: white; }

/* FAQ */
.faq-quick { padding: 52px 0; border-bottom: 1px solid var(--line); background: white; }
.faq-page { background: white; }
.faq-layout { display: grid; grid-template-columns: 285px minmax(0, 1fr); gap: 65px; align-items: start; }
.faq-topic-nav { position: sticky; top: 118px; display: grid; gap: 5px; padding: 22px; border-radius: var(--radius-md); background: var(--sand-soft); }
.faq-topic-nav a { display: grid; grid-template-columns: 1fr 18px; grid-template-rows: auto auto; align-items: center; column-gap: 10px; min-height: 68px; padding: 9px 7px; color: var(--ink); text-decoration: none; }
.faq-topic-nav a span { grid-column: 1 / -1; grid-row: 1; margin-bottom: 2px; color: var(--brand-dark); font-size: 12px; font-weight: 800; letter-spacing: .04em; }
.faq-topic-nav a strong { grid-column: 1; grid-row: 2; font-size: 14px; line-height: 1.35; }
.faq-topic-nav a > svg { grid-column: 2; grid-row: 2; width: 17px; height: 17px; color: var(--brand-dark); }
.faq-topic-nav a:hover { color: var(--brand-dark); }
.faq-groups { min-width: 0; }
.faq-group { margin-bottom: 75px; scroll-margin-top: 125px; }
.faq-group:last-child { margin-bottom: 0; }
.faq-group-heading { display: flex; align-items: center; gap: 16px; margin-bottom: 23px; }
.faq-group-heading > span { display: grid; flex: 0 0 56px; place-items: center; width: 56px; height: 56px; border-radius: 16px; color: var(--ink); background: var(--sand); }
.faq-group-heading > span svg { width: 27px; height: 27px; stroke-width: 1.7; }
.faq-group-heading small { display: block; color: var(--brand-dark); font-size: 12px; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.faq-group-heading h2 { margin: 2px 0 0; font-size: 30px; }
.faq-page .service-accordion .accordion-item { border: 0; border-bottom: 1px solid var(--line); border-radius: 0; }
.faq-page .service-accordion .accordion-button { padding: 21px 4px; }
.faq-page .service-accordion .accordion-body { padding: 0 48px 22px 4px; }
.faq-cta-wrap { background: var(--cream); }

/* Blog */
.blog-page { background: white; }
.img-four { background-image: url("assets/images/domacnosti-kuchyna.jpg"); }
.img-five { background-image: url("assets/images/domacnosti-kupelna.jpg"); }
.img-six { background-image: url("assets/images/domacnosti-spalna.jpg"); }
.blog-sidebar { position: sticky; top: 118px; padding: 30px; border-radius: var(--radius-md); background: var(--sand-soft); }
.blog-sidebar > small { display: block; margin-bottom: 7px; color: var(--brand-dark); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.blog-sidebar h2 { margin-bottom: 25px; font-size: 28px; }
.blog-sidebar nav { display: grid; }
.blog-sidebar nav a { display: grid; grid-template-columns: minmax(0, 1fr) 9px; align-items: center; gap: 12px; padding: 15px 0; border-top: 1px solid rgba(32,30,27,.1); color: var(--ink); text-decoration: none; }
.blog-sidebar nav a::after { width: 8px; height: 8px; border-right: 2px solid var(--brand-dark); border-bottom: 2px solid var(--brand-dark); border-radius: 1px; content: ""; transform: rotate(-45deg); }
.blog-sidebar nav strong { font-size: 14px; line-height: 1.35; }
.blog-sidebar nav a:hover strong { color: var(--brand-dark); }

/* Detail článku */
.article-detail { background: white; }
.article-header { position: relative; overflow: hidden; padding: 205px 0 110px; color: white; background: url("assets/images/domacnosti-kuchyna.jpg") center 48%/cover no-repeat; }
.article-header::before { position: absolute; inset: 0; content: ""; background: radial-gradient(circle at 70% 45%, rgba(16,36,29,.1), rgba(16,36,29,.68) 82%), linear-gradient(90deg, rgba(18,25,22,.86), rgba(18,25,22,.28)); }
.article-heading { max-width: 930px; margin: 0; text-align: left; }
.article-back { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 32px; color: white; font-size: 14px; font-weight: 700; text-decoration: none; }
.article-back:hover { color: var(--sand); }
.article-back svg { width: 17px; height: 17px; }
.article-category { display: block; margin-bottom: 16px; color: var(--sand); font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.article-heading h1 { margin-bottom: 28px; font-size: clamp(44px, 5vw, 60px); line-height: 1.03; }
.article-heading h1 span { color: var(--sand); }
.article-perex { max-width: 790px; margin: 0; color: rgba(255,255,255,.82); font-size: 19px; line-height: 1.7; }
.article-meta { display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap; gap: 14px 28px; margin-top: 29px; color: rgba(255,255,255,.76); font-size: 13px; font-weight: 700; }
.article-meta span { display: inline-flex; align-items: center; gap: 7px; }
.article-meta svg { width: 16px; height: 16px; color: var(--sand); }
.article-content { padding-top: 90px; padding-bottom: 115px; }
.article-prose { max-width: 790px; margin: 0 auto; }
.article-prose p { margin: 0 0 27px; color: #514d47; font-size: 17px; line-height: 1.9; }
.article-prose .article-opening { color: var(--ink); font-size: 20px; font-weight: 600; line-height: 1.75; }
.article-prose h2 { margin: 65px 0 24px; font-size: 36px; line-height: 1.18; }
.article-prose blockquote { position: relative; margin: 58px 0; padding: 34px 38px 34px 42px; border-radius: var(--radius-md); color: var(--ink); background: var(--sand); font: 800 25px/1.5 "Quicksand", sans-serif; letter-spacing: -.025em; }
.article-day { margin-top: 66px; }
.article-day > span { display: block; margin-bottom: 9px; color: var(--brand-dark); font-size: 13px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.article-day h2 { margin-top: 0; }
.article-note { display: flex; align-items: flex-start; gap: 20px; margin: 55px 0; padding: 28px 30px; border-radius: var(--radius-md); background: var(--sand-soft); }
.article-note > svg { flex: 0 0 30px; width: 30px; height: 30px; color: var(--brand-dark); stroke-width: 1.8; }
.article-note strong { display: block; margin-bottom: 5px; font-size: 17px; }
.article-note p { margin: 0; font-size: 15px; line-height: 1.75; }
.article-conclusion { display: flex; gap: 24px; margin-top: 70px; padding: 38px; border-radius: var(--radius-lg); background: var(--cream); }
.article-conclusion > span { display: grid; flex: 0 0 58px; place-items: center; width: 58px; height: 58px; border-radius: 17px; color: var(--ink); background: var(--sand); }
.article-conclusion svg { width: 27px; height: 27px; }
.article-conclusion h2 { margin: 2px 0 15px; font-size: 29px; }
.article-conclusion p { margin: 0; font-size: 16px; }
.article-cta-wrap { padding-top: 0; background: white; }
.blog-cta-wrap { background: white; }

/* Recenzie */
.reviews-hero { background-image: url("assets/images/hero-real-v2.jpg"); background-position: center 42%; }
.review-summary { padding: 48px 0; background: white; }
.review-summary .row { max-width: 930px; margin: 0 auto; }
.review-summary .col-lg-5 { text-align: center; }
.review-summary strong { display: block; color: var(--brand); font: 800 50px/1 "Quicksand", sans-serif; letter-spacing: -.05em; }
.review-summary strong span { color: var(--ink); font-size: 24px; }
.review-summary p { margin: 0; color: var(--muted); font-size: 15px; }
.review-stars { color: #f3c93e; font-size: 18px; line-height: 1; letter-spacing: 3px; }
.review-summary .review-stars { margin-top: 10px; }
.reviews-page { background: var(--sand-soft); }
.review-card { display: flex; flex-direction: column; height: 100%; padding: 30px; border-radius: var(--radius-md); background: white; box-shadow: 0 12px 36px rgba(32,30,27,.07); }
.review-card blockquote { flex: 1; margin: 22px 0 28px; color: #4f4b45; font-size: 16px; font-weight: 500; line-height: 1.75; letter-spacing: 0; }
.review-card .review-person { align-items: center; }
.review-card .review-person > span { width: 43px; height: 43px; font-size: 12px; }
.review-card .review-person strong { font-size: 14px; }
.review-card .review-person small { max-width: 225px; margin-top: 2px; font-size: 12px; line-height: 1.4; }
.review-submit { padding: 0 0 120px; background: var(--sand-soft); }
.review-submit-panel { display: grid; grid-template-columns: 70px minmax(0, 1fr) auto; align-items: center; gap: 26px; padding: 48px 50px; border-radius: var(--radius-lg); color: white; background: var(--brand); }
.review-submit-icon { display: grid; place-items: center; width: 70px; height: 70px; border-radius: 20px; color: var(--ink); background: var(--sand); }
.review-submit-icon svg { width: 34px; height: 34px; stroke-width: 1.7; }
.review-submit h2 { margin-bottom: 10px; font-size: 34px; }
.review-submit h2 span { color: var(--sand); }
.review-submit p { max-width: 680px; margin: 0; color: rgba(255,255,255,.8); font-size: 14px; }
.review-submit .btn { white-space: nowrap; }

/* Právne dokumenty */
.legal-page { background: white; }
.legal-intro { display: flex; align-items: center; gap: 14px; margin-bottom: 55px; padding: 20px 24px; border-radius: var(--radius-md); background: var(--sand-soft); }
.legal-intro > svg { flex: 0 0 25px; width: 25px; height: 25px; color: var(--brand-dark); }
.legal-intro p { margin: 0; color: #53615c; font-size: 14px; }
.legal-layout { display: grid; grid-template-columns: 270px minmax(0, 1fr); gap: 70px; align-items: start; }
.legal-nav { position: sticky; top: 118px; display: grid; gap: 4px; padding: 22px; border-radius: var(--radius-md); background: var(--sand-soft); }
.legal-nav > small { margin-bottom: 8px; color: var(--muted); font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
.legal-nav a { display: grid; grid-template-columns: 27px 1fr; gap: 8px; align-items: start; padding: 8px 3px; color: var(--ink); font-size: 13px; font-weight: 700; line-height: 1.4; text-decoration: none; }
.legal-nav a span { color: var(--brand-dark); font-size: 11px; font-weight: 800; }
.legal-nav a:hover { color: var(--brand-dark); }
.legal-content { min-width: 0; }
.legal-content > section { padding-bottom: 54px; scroll-margin-top: 125px; }
.legal-content > section + section { padding-top: 54px; border-top: 1px solid var(--line); }
.legal-content > section > span { display: block; margin-bottom: 7px; color: var(--brand-dark); font-size: 13px; font-weight: 800; letter-spacing: .06em; }
.legal-content h2 { margin-bottom: 22px; font-size: clamp(28px, 3vw, 39px); }
.legal-content h3 { margin: 28px 0 10px; font-size: 19px; font-weight: 800; }
.legal-content p, .legal-content li { color: #5f6864; font-size: 15px; }
.legal-content p { margin-bottom: 17px; }
.legal-content p:last-child { margin-bottom: 0; }
.legal-content a { color: var(--brand-dark); font-weight: 700; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.legal-content ul, .legal-content ol { display: grid; gap: 9px; margin: 18px 0 22px; padding-left: 21px; }
.legal-table-wrap { overflow-x: auto; margin: 24px 0; border-radius: var(--radius-md); background: var(--cream); }
.legal-table { width: 100%; min-width: 620px; border-collapse: collapse; font-size: 14px; }
.legal-table th, .legal-table td { padding: 16px 19px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.legal-table th { color: var(--ink); background: var(--sand-soft); font-weight: 800; }
.legal-table tr:last-child td { border-bottom: 0; }
.legal-table td:first-child { width: 45%; color: var(--ink); font-weight: 700; }
.cookie-status { display: flex; gap: 14px; margin-top: 25px; padding: 22px; border-radius: var(--radius-md); background: var(--sand-soft); }
.cookie-status > svg { flex: 0 0 24px; width: 24px; height: 24px; color: var(--brand-dark); }
.cookie-status strong { display: block; margin-bottom: 5px; }
.cookie-status p { margin: 0; font-size: 14px; }
.cookie-category-list { display: grid; gap: 13px; margin-top: 25px; }
.cookie-category-list > div { display: grid; grid-template-columns: 45px minmax(0, 1fr) auto; gap: 15px; align-items: center; padding: 20px 0; }
.cookie-category-list > div + div { border-top: 1px solid var(--line); }
.cookie-category-list > div > span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 13px; color: var(--ink); background: var(--sand); }
.cookie-category-list svg { width: 22px; height: 22px; }
.cookie-category-list strong { display: block; margin-bottom: 3px; }
.cookie-category-list p { margin: 0; font-size: 14px; }
.cookie-category-list b { padding: 6px 10px; border-radius: 999px; color: var(--brand-dark); background: var(--sand-soft); font-size: 12px; white-space: nowrap; }
.cookie-category-list b.is-off { color: var(--muted); background: #f1f1ee; }

@media (min-width: 992px) {
  .services-dropdown { position: static; }
  .services-menu { inset: 100% 0 auto !important; transform: none !important; }
  .contact-form-column { align-self: stretch; }
  .contact-form { position: sticky; top: 118px; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .header-logo, .header-logo .logo-light, .header-logo .logo-dark { width: clamp(195px, 20vw, 240px); }
  .navbar .nav-link { padding-right: .45rem !important; padding-left: .45rem !important; font-size: 13px; }
  .navbar-nav { gap: 0 !important; }
  .desktop-nav-cta { margin-left: 10px !important; padding: 13px 17px; font-size: 13px; white-space: nowrap; }
}

@media (max-width: 991.98px) {
  .section { padding: 90px 0; }
  .navbar { min-height: 82px; padding: 10px 0; }
  .navbar.scrolled { min-height: 82px; padding: 10px 0; }
  body.menu-open { overflow: hidden; }
  body.menu-open::before { position: fixed; inset: 0; z-index: 1025; content: ""; background: rgba(10,15,13,.72); backdrop-filter: blur(2px); }
  body.menu-open .navbar { background: transparent; border-bottom-color: transparent; box-shadow: none; backdrop-filter: none; }
  body.menu-open .navbar-brand { opacity: 0; pointer-events: none; }
  body.menu-open .navbar-toggler { position: fixed; top: 18px; right: 12px; color: var(--ink); }
  .navbar > .container { position: relative; }
  .navbar-brand, .navbar-toggler { position: relative; z-index: 1052; }
  .header-logo, .header-logo .logo-light, .header-logo .logo-dark { width: 240px; }
  .btn { padding: 13px 20px; font-size: 14px; }
  .btn-lg { padding: 15px 22px; font-size: 14px; }
  .navbar-toggler .menu-close-icon { display: none; }
  .navbar-toggler[aria-expanded="true"] .menu-open-icon { display: none; }
  .navbar-toggler[aria-expanded="true"] .menu-close-icon { display: block; }
  .navbar-collapse, .navbar-collapse.collapsing {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 1050;
    width: min(350px, 100vw);
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    padding: 98px 25px 0;
    border: 0;
    border-radius: 0;
    background: white;
    box-shadow: -24px 0 60px rgba(5,12,10,.2);
  }
  .navbar-collapse::before, .navbar-collapse.collapsing::before { position: absolute; top: 78px; right: 0; left: 0; height: 1px; content: ""; background: var(--line); }
  .navbar-collapse.show, .navbar-collapse.collapsing { display: flex; }
  .navbar-collapse.collapsing { transition: none; }
  .navbar.scrolled .navbar-collapse, .navbar.scrolled .navbar-collapse.collapsing { background: white; box-shadow: none; }
  .mobile-menu-brand { position: absolute; top: 18px; left: 25px; width: 210px; }
  .mobile-menu-brand img { display: block; }
  .navbar-nav { width: 100%; margin-right: 0 !important; margin-left: 0 !important; align-items: stretch !important; gap: 2px; }
  .navbar .nav-link, .navbar.scrolled .nav-link { display: flex; justify-content: space-between; align-items: center; min-height: 52px; padding: 10px 0 !important; color: var(--ink); font-size: 17px; }
  .navbar .nav-link:hover, .navbar .nav-link:focus, .navbar .nav-link.active { color: var(--brand-dark); }
  .services-menu { position: static !important; width: 100%; margin: 4px 0 12px !important; padding: 8px; transform: none !important; border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: none; }
  .more-menu { position: static !important; width: 100%; margin: 4px 0 12px !important; padding: 7px; transform: none !important; border-color: var(--line); box-shadow: none; }
  .more-menu .dropdown-item { padding: 11px 12px; font-size: 14px; }
  .services-menu-grid { grid-template-columns: 1fr; gap: 6px; }
  .service-menu-item { min-height: auto; padding: 13px; }
  .service-menu-item small { font-size: 13px; }
  .service-menu-item b { margin-top: 5px; }
  .desktop-nav-cta { display: none; }
  .mobile-menu-footer { width: calc(100% + 50px); margin: auto -25px 0; padding: 24px 25px max(25px, env(safe-area-inset-bottom)); border-top: 1px solid var(--line); background: var(--cream); }
  .mobile-menu-contacts { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .mobile-menu-contacts a { display: flex; align-items: center; gap: 5px; min-width: 0; color: var(--ink); text-decoration: none; }
  .mobile-menu-contacts a > svg { flex: 0 0 14px; width: 14px; height: 14px; color: var(--brand-dark); }
  .mobile-menu-contacts span, .mobile-menu-contacts small, .mobile-menu-contacts strong { display: block; min-width: 0; }
  .mobile-menu-contacts small { margin-bottom: 1px; color: var(--muted); font-size: 10px; font-weight: 600; line-height: 1.2; }
  .mobile-menu-contacts strong { font-size: 11px; line-height: 1.25; white-space: nowrap; }
  .mobile-menu-benefits { display: flex; flex-wrap: wrap; gap: 10px 22px; margin: 20px 0; }
  .mobile-menu-benefits span { display: inline-flex; align-items: center; gap: 7px; font-size: 14px; font-weight: 700; }
  .mobile-menu-benefits svg { width: 18px; height: 18px; color: var(--brand-dark); }
  .mobile-menu-footer > .btn { margin: 0 !important; }
  .hero { padding: 200px 0 95px; }
  .hero-image { background-position: 62% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(28,25,21,.88), rgba(28,25,21,.58) 62%, rgba(28,25,21,.25)); }
  .hero-copy { max-width: 620px; }
  .benefits { padding: 50px 0; }
  .about { padding-top: 65px; }
  .service-quick-benefits { padding: 50px 0; }
  .service-intro { padding-top: 65px; }
  .price-card.popular { transform: none; }
  .process-step { min-height: 430px; }
  .process-step:not(:last-child) { border-right: 0; }
  .process-step:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.32); }
  .process-step:nth-child(n+3) { border-top: 1px solid rgba(255,255,255,.32); }
  .cta-panel { padding: 55px 40px; }
  .inner-hero { padding: 165px 0 75px; }
  .price-nav { top: 76px; grid-template-columns: repeat(2, 1fr); margin-bottom: 60px; }
  .price-cta { align-items: flex-start; flex-direction: column; }
  .domestic-hero { padding: 175px 0 85px; }
  .domestic-hero-image { background-position: 61% center; }
  .domestic-hero-shade { background: linear-gradient(90deg, rgba(13,22,19,.92), rgba(13,22,19,.62) 67%, rgba(13,22,19,.3)); }
  .service-gallery { grid-template-columns: 1fr 1fr; }
  .domestic-cta { align-items: flex-start; flex-direction: column; }
  .faq-layout { grid-template-columns: 1fr; gap: 45px; }
  .faq-topic-nav { position: static; grid-template-columns: 1fr 1fr; padding: 18px; }
  .faq-topic-nav a { padding: 9px 10px; }
  .legal-layout { grid-template-columns: 1fr; gap: 45px; }
  .legal-nav { position: static; grid-template-columns: 1fr 1fr; }
  .legal-nav > small { grid-column: 1 / -1; }
  .blog-sidebar { position: static; }
  .review-submit-panel { grid-template-columns: 70px minmax(0, 1fr); }
  .review-submit .btn { grid-column: 2; justify-self: start; }
  .article-header { padding-top: 140px; }
  .article-content { padding-top: 75px; }
}

@media (max-width: 767.98px) {
  .container { --bs-gutter-x: 50px; }
  .container-fluid { --bs-gutter-x: 2.75rem; }
  .navbar { min-height: 72px; padding: 8px 0; }
  .navbar.scrolled { min-height: 72px; padding: 8px 0; }
  .navbar-brand { font-size: 14px; }
  .header-logo, .header-logo .logo-light, .header-logo .logo-dark { width: min(205px, 62vw); }
  .btn { padding: 12px 16px; font-size: 13px; }
  .btn-lg { padding: 13px 16px; font-size: 13px; }
  .navbar-collapse, .navbar-collapse.collapsing { padding: 88px 25px 0; }
  .mobile-menu-brand { top: 16px; width: min(195px, calc(100% - 90px)); }
  body.menu-open .navbar-toggler { top: 14px; right: 8px; }
  .navbar-collapse::before, .navbar-collapse.collapsing::before { top: 70px; }
  .services-menu-grid { grid-template-columns: 1fr; }
  .service-menu-icon { flex-basis: 40px; width: 40px; height: 40px; }
  .service-menu-icon svg { width: 19px; height: 19px; }
  .hero { padding: 165px 0 75px; }
  .hero-image { background-position: 64% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(28,25,21,.9), rgba(28,25,21,.65) 75%, rgba(28,25,21,.4)); }
  h1 { font-size: 46px; }
  h2 { font-size: 36px; }
  .hero-copy > p { font-size: 15px; }
  .hero-actions, .domestic-hero-actions { flex-wrap: nowrap !important; gap: 8px !important; }
  .hero-actions .btn, .domestic-hero-actions .btn { flex: 1 1 0; width: auto; min-width: 0; padding: 14px 10px; font-size: 13px; white-space: nowrap; }
  .hero-actions .btn svg, .domestic-hero-actions .btn svg { flex: 0 0 15px; width: 15px; height: 15px; }
  .benefits { padding: 42px 0; }
  .about { padding-top: 55px; }
  .benefit-item { gap: 13px; padding: 5px 8px; }
  .line-icon svg { width: 54px; height: 54px; }
  .benefit-item strong { font-size: 15px; }
  .benefit-item small { font-size: 14px; }
  .section { padding: 75px 0; }
  .photo-composition { padding-right: 18px; }
  .experience-badge { right: 0; width: 165px; }
  .stats { padding: 30px 0; }
  .stats .col-6:nth-child(2) { border-right: 0; }
  .stats .col-6:nth-child(-n+2) { padding-bottom: 20px; border-bottom: 1px solid #d8e9e2; }
  .page-home .stats .col-6:nth-child(-n+2) { border-bottom: 0; }
  .about-stats .col-6:nth-child(-n+2) { border-bottom: 0; }
  .stats strong { font-size: 28px; }
  .service-card { min-height: 300px; }
  .price-card { min-height: 485px; padding: 32px 27px; }
  .process-step { min-height: 390px; }
  .process-step.col-6 { flex: 0 0 100%; width: 100%; }
  .process-step:nth-child(odd) { border-right: 0; }
  .process-step:nth-child(n+2) { border-top: 1px solid rgba(255,255,255,.32); }
  .process-step p { max-height: none; margin-top: 15px; color: rgba(255,255,255,.68); opacity: 1; }
  .process-step:hover p { margin-top: 15px; }
  .process-step > div { right: 14px; bottom: 20px; left: 14px; }
  .process-step span { font-size: 14px; }
  .why-photo-wrap { padding-left: 18px; }
  .quality-card { right: 0; width: 90%; }
  .why-grid { grid-template-columns: 1fr; }
  .carousel-item { padding-right: 8px; padding-left: 8px; }
  .cta-section { padding: 75px 0; }
  .cta-panel { padding: 42px 22px; }
  .cta-panel h2 { font-size: 35px; }
  .booking-form { padding: 25px 19px; }
  .trust-strip { text-align: center; }
  footer { padding-top: 65px; }
  .footer-legal { justify-content: flex-start; flex-wrap: wrap; gap: 10px 20px; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .inner-hero { padding: 140px 0 65px; }
  .inner-hero h1 { font-size: 42px; }
  .price-nav { position: static; grid-template-columns: 1fr 1fr; margin-bottom: 52px; }
  .price-nav a { justify-content: flex-start; padding: 10px; }
  .price-group { margin-bottom: 60px; }
  .price-group-heading { align-items: flex-start; }
  .price-group-heading h2 { font-size: 27px; }
  .table-card { border-radius: var(--radius-sm); }
  .price-cta { padding: 32px 25px; }
  .price-cta h2 { font-size: 29px; }
  .contact-form { padding: 27px 20px; }
  .contact-details { gap: 25px; }
  .company-details-section { margin-top: 45px; }
  .about-values, .faq-quick { padding: 42px 0; }
  .about-story { padding-top: 55px; }
  .faq-topic-nav { grid-template-columns: 1fr; }
  .faq-group { margin-bottom: 58px; }
  .faq-group-heading { align-items: flex-start; }
  .faq-group-heading h2 { font-size: 26px; }
  .faq-page .service-accordion .accordion-body { padding-right: 8px; }
  .legal-intro { align-items: flex-start; margin-bottom: 42px; padding: 18px; }
  .legal-nav { grid-template-columns: 1fr; padding: 18px; }
  .legal-content > section { padding-bottom: 42px; }
  .legal-content > section + section { padding-top: 42px; }
  .legal-content h2 { font-size: 29px; }
  .cookie-category-list > div { grid-template-columns: 42px minmax(0, 1fr); }
  .cookie-category-list > div > b { grid-column: 2; justify-self: start; }
  .service-menu-item { padding: 14px 12px; }
  .service-menu-item small { font-size: 13px; }
  .domestic-hero { padding: 145px 0 70px; }
  .domestic-hero-image { background-position: 67% center; }
  .domestic-hero-shade { background: linear-gradient(90deg, rgba(13,22,19,.94), rgba(13,22,19,.72) 76%, rgba(13,22,19,.42)); }
  .domestic-hero h1 { font-size: 42px; }
  .domestic-hero p { font-size: 15px; }
  .service-breadcrumb { align-items: flex-start; font-size: 13px; }
  .service-quick-benefits { padding: 42px 0; }
  .quick-benefit { gap: 13px; padding: 5px 8px; }
  .quick-benefit svg { width: 54px; height: 54px; }
  .service-intro { padding-top: 55px; }
  .service-image-frame { padding: 0 18px 18px 0; }
  .service-image-frame > span { padding: 14px 16px; }
  .work-list-extra { align-items: flex-start; flex-wrap: wrap; }
  .work-list-extra > div { flex-basis: calc(100% - 65px); }
  .work-list-extra .btn { margin-left: 63px; }
  .scope-heading { margin-bottom: 32px; text-align: left !important; }
  .scope-table th, .scope-table td { padding-right: 16px; padding-left: 16px; }
  .scope-table thead th:first-child { width: 48%; }
  .service-gallery { grid-template-columns: 1fr 1fr; gap: 10px; }
  .faq-sticky { position: static; }
  .domestic-cta-wrap { padding-bottom: 75px; }
  .domestic-cta { padding: 40px 24px; }
  .domestic-cta h2 { font-size: 31px; }
  .domestic-cta .btn { width: 100%; }
  .article-header { padding: 115px 0 52px; }
  .article-heading { margin-bottom: 34px; text-align: left; }
  .article-back { margin-bottom: 25px; }
  .article-heading h1 { font-size: 43px; }
  .article-perex { font-size: 17px; }
  .article-meta { align-items: flex-start; justify-content: flex-start; gap: 10px 18px; }
  .article-cover { border-radius: var(--radius-md); }
  .article-content { padding-top: 58px; padding-bottom: 80px; }
  .article-prose p { font-size: 16px; line-height: 1.85; }
  .article-prose .article-opening { font-size: 18px; }
  .article-prose h2 { margin-top: 52px; font-size: 30px; }
  .article-prose blockquote { margin: 44px 0; padding: 28px 24px; font-size: 21px; }
  .article-day { margin-top: 52px; }
  .article-note { gap: 15px; margin: 42px 0; padding: 23px 20px; }
  .article-conclusion { flex-direction: column; gap: 18px; margin-top: 52px; padding: 27px 22px; }
  .article-conclusion h2 { font-size: 27px; }
  .review-summary { padding: 38px 0; text-align: center; }
  .review-summary p { margin-top: 22px; }
  .review-card { padding: 25px 22px; }
  .review-submit { padding-bottom: 75px; }
  .review-submit-panel { grid-template-columns: 1fr; gap: 19px; padding: 35px 24px; }
  .review-submit-icon { width: 58px; height: 58px; border-radius: 16px; }
  .review-submit-icon svg { width: 28px; height: 28px; }
  .review-submit h2 { font-size: 29px; }
  .review-submit .btn { grid-column: 1; width: 100%; white-space: normal; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
