/* Belgraderents · UI revision 3
   Reference: cyxzdev/Uncodixfy/SKILL.md, read 2026-09-18.
   Existing green/white palette and existing font family retained.
   Content, section order, links and application logic are unchanged.
   Decorative categories stay in the DOM: this is a presentation-only revision. */

:root {
  --paper: #f6f5f0;
  --white: #fff;
  --ink: #223d33;
  --green: #235644;
  --green-dark: #193e32;
  --muted: #626c64;
  --line: #dedfd7;
  --soft: #e9eee5;
  --lime: #ddebba;
  --rust: #af482d;
  --max: 1200px;
  --header: 76px;
  --radius: 6px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  /* This family is already used in v2, rather than adding another font dependency. */
  font-family: "Inter Display", "Inter", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a, input, select, summary { touch-action: manipulation; }
button { cursor: pointer; }
button:disabled { cursor: wait; opacity: .65; }
h1, h2, h3, p { margin: 0; }
h1, h2, h3 { font-weight: 600; }
h1 { font-size: 52px; line-height: 1.12; letter-spacing: -1.5px; }
h2 { font-size: 34px; line-height: 1.22; letter-spacing: -.8px; }
h3 { font-size: 20px; line-height: 1.35; letter-spacing: -.2px; }
.wrap { width: min(var(--max), calc(100% - 64px)); margin-inline: auto; }
.section { padding: 32px 0; border-bottom: 1px solid var(--line); }
.icon { width: 20px; height: 20px; flex: none; vertical-align: middle; }
[hidden] { display: none !important; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 4px; }
.skip { position: fixed; left: 12px; top: -80px; padding: 12px 16px; background: white; z-index: 100; }
.skip:focus { top: 12px; }
.small { font-size: 13px; line-height: 1.6; }
.muted { color: var(--muted); }
.lede { font-size: 16px; line-height: 1.7; color: var(--muted); }
/* Existing section labels are preserved as ordinary, untracked text, not badges. */
.eyebrow {
  display: block;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: lowercase;
  color: var(--muted);
  margin-bottom: 12px;
}
.eyebrow .dot { display: none; }
.keep-case { text-transform: none; }
.sentence-case { display: block; }
.proper-word { display: inline-block; }
.sentence-case::first-letter, .proper-word::first-letter, .photo-caption::first-letter { text-transform: uppercase; }
.section-head {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
  gap: 32px;
  margin-bottom: 24px;
}
.section-head > p { max-width: 480px; color: var(--muted); font-size: 15px; }

/* Controls: solid fills, 4px corners, color-only hover. */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: background-color 150ms ease, border-color 150ms ease, color 150ms ease;
}
.btn-primary, .btn-light { background: var(--green); color: var(--white); }
.btn-primary:hover, .btn-light:hover { background: var(--green-dark); }
.btn-outline { background: var(--white); border-color: #b8c2b8; }
.btn-outline:hover { background: var(--paper); border-color: var(--green); }
.btn-white { background: var(--white); color: var(--green); border-color: var(--line); }
.btn-white:hover { background: var(--paper); }
.btn-small { min-height: 44px; padding: 10px 16px; font-size: 13px; }
.btn-text {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 8px 0;
  border: 0;
  border-radius: 0;
  background: none;
  color: var(--green);
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: #b8c2b8;
  text-underline-offset: 5px;
}
.btn-text:hover { text-decoration-color: currentColor; }
.text-link { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-decoration: underline; text-underline-offset: 3px; }

/* A conventional solid header. */
.site-header { height: var(--header); background: var(--white); border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 100%; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; flex: none; }
.brand > svg { width: 28px; height: 32px; }
.brand-name { font-size: 22px; font-weight: 650; line-height: 1.2; letter-spacing: -.6px; }
.brand-sub { margin-top: 2px; font-size: 11px; font-weight: 400; letter-spacing: 0; line-height: 1.4; text-transform: lowercase; }
.nav { display: flex; align-items: center; gap: 20px; font-size: 13px; }
.nav a { padding: 8px 0; }
.nav a:hover { color: var(--green); text-decoration: underline; text-underline-offset: 5px; }
.menu-toggle { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 4px; background: white; padding: 10px; }
.menu-toggle span { display: block; height: 1.5px; background: var(--ink); margin: 5px 0; }

/* Hero: equal columns, an actual image area and an ordinary caption below it. */
.hero { padding: 32px 0; }
.hero-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: start; }
.hero-copy { min-width: 0; }
.hero-copy > .eyebrow { margin-bottom: 16px; }
.hero h1 .accent { color: var(--green); }
.hero .lede { margin-top: 20px; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.hero-guarantee { display: flex; align-items: center; gap: 8px; margin-top: 12px; font-size: 13px; font-weight: 500; }
.hero-guarantee .icon { width: 16px; height: 16px; }
.hero-reviews { display: flex; align-items: center; flex-wrap: wrap; gap: 4px 16px; margin-top: 12px; font-size: 13px; color: var(--muted); }
.hero-reviews-label { white-space: nowrap; }
.hero-reviews-label:hover { color: var(--green); text-decoration: underline; text-underline-offset: 4px; }
.review-inline-links { display: flex; align-items: center; flex-wrap: wrap; gap: 8px 16px; }
.review-inline-link { display: inline-flex; align-items: center; gap: 4px; min-height: 32px; color: var(--green); text-decoration: underline; text-decoration-color: #b8c2b8; text-underline-offset: 4px; }
.review-inline-link:hover { text-decoration-color: var(--green); }
.review-inline-link .external-arrow { width: 14px; height: 14px; }
.hero-facts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; padding-top: 20px; margin-top: 20px; border-top: 1px solid var(--line); }
.fact strong { display: block; font-size: 26px; font-weight: 600; line-height: 1.25; letter-spacing: -.7px; }
.fact strong small { font-size: 15px; font-weight: 400; letter-spacing: 0; }
.fact span { display: block; margin-top: 4px; font-size: 12px; line-height: 1.5; color: var(--muted); }
.hero-time-note { margin-top: 12px; max-width: 560px; font-size: 12px; line-height: 1.6; color: var(--muted); }
.hero-visual, .team-image { display: grid; grid-template-columns: minmax(0, 1fr); min-width: 0; align-content: start; position: relative; background: none; }
.photo-fallback, .remote-photo { grid-column: 1; grid-row: 1; display: block; width: 100%; height: 360px; object-fit: cover; border-radius: 4px; }
.photo-fallback { object-position: center 55%; }
.remote-photo { opacity: 0; }
.remote-photo.loaded { opacity: 1; }
.photo-veil { display: none; }
.location-tag { display: flex; align-items: center; gap: 6px; padding: 12px 0 0; font-size: 13px; font-weight: 400; line-height: 1.5; }
.location-tag .icon { width: 16px; height: 16px; }
.photo-caption { display: block; margin-top: 4px; font-size: 12px; letter-spacing: 0; color: var(--muted); text-transform: lowercase; }
.offline-note { display: none; margin-top: 4px; font-size: 11px; line-height: 1.5; color: var(--muted); }
.photo-error .offline-note { display: block; }
.photo-error .photo-caption { display: none; }
.hero-float { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 16px; margin-top: 16px; border-top: 1px solid var(--line); }
.hero-float strong { display: block; font-size: 20px; line-height: 1.4; font-weight: 500; letter-spacing: -.2px; }

.hero-float p { margin-top: 8px; color: var(--muted); font-size: 12px; letter-spacing: 0; text-transform: lowercase; }
.seal { display: none; }
.trust-line { padding: 16px 0; border-block: 1px solid var(--line); background: var(--white); }
.trust-line .wrap { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.trust-line span { display: flex; align-items: center; gap: 8px; font-size: 13px; }
.trust-line .icon { width: 18px; height: 18px; }
.trust-line strong { font-weight: 500; }

/* Scenario tabs, without chips or a floating enclosing card. */
.scenario-tabs { display: flex; gap: 24px; margin: 24px 0 0; border-bottom: 1px solid var(--line); }
.scenario-tab { position: relative; min-height: 48px; padding: 12px 0; margin-bottom: -1px; border: 0; border-bottom: 2px solid transparent; border-radius: 0; background: none; color: var(--muted); font-size: 15px; text-align: left; line-height: 1.4; }
.scenario-tab:hover { color: var(--green); }
.scenario-tab[aria-selected="true"] { border-bottom-color: var(--green); color: var(--green); font-weight: 600; }
.scenario-content { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; min-height: 208px; padding: 24px 0 0; background: none; }
.scenario-content h3 { margin-bottom: 12px; max-width: 540px; font-size: 22px; }
.scenario-content p { color: var(--muted); font-size: 15px; max-width: 540px; }
.scenario-content .btn-text { margin-top: 12px; }
.scenario-steps { display: grid; align-self: start; gap: 0; }
.scenario-steps > div { display: flex; align-items: baseline; gap: 16px; padding: 12px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.scenario-steps > div:first-child { padding-top: 0; }
.step-dot { flex: none; width: 16px; color: var(--muted); font-size: 13px; font-variant-numeric: tabular-nums; }

/* Service and process lists use rules instead of repeated rounded rectangles. */
.service-section { background: var(--white); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.service-card { min-width: 0; padding: 24px; border: 0; border-right: 1px solid var(--line); }
.service-card:first-child { padding-left: 0; }
.service-card:last-child { padding-right: 0; border-right: 0; }
.service-icon { display: flex; align-items: center; width: 20px; height: 20px; margin-bottom: 16px; color: var(--green); }
.service-card h3 { margin-bottom: 12px; font-size: 20px; }
.service-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.service-card .tiny-note { margin-top: 8px; font-size: 12px; }
.responsibilities { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; border-top: 1px solid var(--line); padding-top: 16px; margin-top: 8px; font-size: 13px; color: var(--muted); }
.responsibilities strong { color: var(--ink); font-weight: 600; }
.price-section { background: var(--paper); }
.price-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: start; }
.price-section h2 { max-width: 570px; }
.price-number { margin-top: 20px; font-size: 64px; font-weight: 600; line-height: 1.1; letter-spacing: -2px; }
.price-number span { margin-right: 8px; font-size: 24px; font-weight: 400; letter-spacing: 0; }
.price-lede { margin-top: 16px; max-width: 550px; font-size: 15px; color: var(--muted); line-height: 1.7; }
.price-section .btn { margin-top: 20px; }
.estimate { padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 4px; }
.estimate-top { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 12px; }
.estimate-top .eyebrow { margin-bottom: 4px; font-size: 12px; }
.estimate-top h3 { font-size: 23px; }
.estimate .service-icon { margin: 0; }
.estimate-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.estimate-row .icon { width: 16px; height: 16px; color: var(--green); }
.estimate-row b { font-size: 12px; font-weight: 500; white-space: nowrap; color: var(--green); text-transform: lowercase; }
.estimate-total { margin-top: 20px; font-size: 13px; color: var(--muted); }
.estimate-total strong { display: block; margin-top: 4px; font-size: 21px; line-height: 1.4; font-weight: 600; letter-spacing: -.3px; color: var(--ink); }
.estimate .small { margin-top: 12px; font-size: 12px; color: var(--muted); }
.guarantee-box { display: flex; gap: 12px; padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--line); }
.guarantee-box > .icon { width: 20px; height: 20px; margin-top: 2px; }
.guarantee-box h3 { margin-bottom: 8px; font-size: 19px; }
.guarantee-box p { max-width: 520px; font-size: 13px; color: var(--muted); }
.price-footnote { margin-top: 16px; font-size: 13px; line-height: 1.65; color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin-top: 24px; }
.process-card { min-width: 0; border-top: 1px solid var(--line); padding-top: 16px; }
.process-n { display: flex; justify-content: space-between; align-items: center; margin-bottom: 16px; color: var(--green); font-size: 14px; font-weight: 500; font-variant-numeric: tabular-nums; }
.process-n .icon { width: 16px; height: 16px; }
.process-time { margin-bottom: 8px; font-size: 13px; line-height: 1.5; color: var(--green); }
.process-card h3 { margin-bottom: 12px; font-size: 20px; }
.process-card p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.process-disclaimer { margin-top: 24px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }

/* Team: normal image captions and an unboxed staff listing. */
.team-section { background: var(--white); }
.team-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: start; }
.team-image .photo-fallback, .team-image .remote-photo { height: 436px; }
.team-image .photo-fallback { object-position: left center; }
.team-caption { display: flex; align-items: center; gap: 8px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 14px; }
.team-copy .lede { margin-top: 16px; font-size: 15px; }
.language-chips { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-top: 20px; }
.language-chip { font-size: 13px; line-height: 1.5; color: var(--muted); }
.language-chip strong { display: block; font-size: 17px; font-weight: 600; margin-bottom: 4px; color: var(--ink); }
.team-metrics { display: flex; gap: 32px; padding-top: 16px; margin-top: 20px; border-top: 1px solid var(--line); }
.team-metrics strong { font-size: 24px; font-weight: 600; line-height: 1.3; letter-spacing: -.4px; }
.team-metrics p { margin-top: 4px; font-size: 13px; color: var(--muted); }
.team-person { display: flex; align-items: start; gap: 12px; margin-top: 20px; padding-top: 16px; border-top: 1px solid var(--line); }
.team-person-initial { display: grid; place-items: center; flex: none; width: 36px; height: 36px; border-radius: 4px; background: var(--soft); font-size: 16px; }
.team-person h3 { font-size: 18px; }
.team-person span { font-size: 13px; color: var(--muted); }
.team-person p { max-width: 440px; margin-top: 8px; font-size: 14px; color: var(--muted); line-height: 1.65; }
.team-note { margin-top: 16px; font-size: 13px; color: var(--muted); }

/* Testimonials: readable rows, not another card grid. Original quotations remain. */
.testimonials-section .section-head { margin-bottom: 16px; }
.review-team-context { margin-bottom: 24px; max-width: 1000px; font-size: 14px; color: var(--muted); }
.review-team-context a { color: var(--green); text-decoration: underline; text-decoration-color: #b8c2b8; text-underline-offset: 4px; }
.testimonials-grid { display: flex; flex-direction: column; }
.testimonial-card { display: grid; grid-template-columns: 260px minmax(0, 1fr); grid-template-rows: auto auto 1fr; gap: 0 32px; align-items: start; padding: 24px 0; border-top: 1px solid var(--line); }
.testimonial-person { grid-column: 1; grid-row: 1; display: flex; gap: 12px; align-items: center; }
.testimonial-avatar { display: grid; place-items: center; width: 36px; height: 36px; flex: none; border-radius: 4px; background: var(--soft); font-size: 16px; }
.testimonial-person h3 { font-size: 19px; font-weight: 600; }
.testimonial-person p { margin-top: 2px; font-size: 13px; color: var(--muted); }
.testimonial-tag { grid-column: 1; grid-row: 2; margin: 12px 0 0 48px; font-size: 13px; color: var(--green); }
.review-excerpt { grid-column: 2; grid-row: 1 / span 2; margin: 0; font-size: 16px; line-height: 1.75; color: var(--ink); }
.review-details { grid-column: 2; grid-row: 3; min-width: 0; margin-top: 8px; }
.review-details summary { display: flex; align-items: center; gap: 8px; width: fit-content; min-height: 44px; padding: 8px 0; cursor: pointer; font-size: 14px; font-weight: 500; color: var(--green); list-style: none; }
.review-details summary::-webkit-details-marker { display: none; }
.review-details summary:hover { text-decoration: underline; text-underline-offset: 4px; }
.review-details summary .icon { width: 16px; height: 16px; }
.review-hide { display: none; }
.review-details[open] .review-show { display: none; }
.review-details[open] .review-hide { display: inline; }
.testimonial-card.is-expanded .review-excerpt, .testimonial-card:has(.review-details[open]) .review-excerpt { display: none; }
.testimonial-card.is-expanded .review-details, .testimonial-card:has(.review-details[open]) .review-details { grid-row: 1 / span 3; margin-top: 0; }
.review-full { margin: 12px 0 0; font-size: 15px; line-height: 1.8; color: var(--ink); }
.review-full p { overflow-wrap: anywhere; }
.review-full p + p { margin-top: 16px; }
/* The only changed SVG paths are the plus icons: opening details shows minus, without rotation. */
details[open] > summary .icon-vertical { display: none; }
.review-sources { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: center; gap: 32px; padding-top: 24px; border-top: 1px solid var(--line); }
.review-sources-copy strong { font-size: 21px; font-weight: 500; line-height: 1.4; letter-spacing: -.2px; }
.review-sources-copy p { margin-top: 8px; font-size: 13px; color: var(--muted); }
.review-source-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.review-source-card { display: flex; align-items: center; gap: 8px; padding: 12px 0; min-width: 0; }
.review-source-icon { display: flex; flex: none; color: var(--green); }
.review-source-card strong { display: block; font-size: 15px; font-weight: 500; text-decoration: underline; text-decoration-color: #b8c2b8; text-underline-offset: 4px; }
.review-source-card:hover strong { text-decoration-color: currentColor; }
.review-source-card small { display: block; margin-top: 4px; font-size: 12px; line-height: 1.5; color: var(--muted); }
.review-source-card > .external-arrow { flex: none; width: 16px; height: 16px; margin-left: auto; }

/* FAQ and a standard labelled form. */
.faq-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.faq-aside p { max-width: 420px; margin-top: 16px; font-size: 15px; color: var(--muted); }
.faq-aside .btn-text { margin-top: 12px; }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list details:first-child { border-top: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding: 16px 0; min-height: 56px; font-size: 15px; font-weight: 500; list-style: none; cursor: pointer; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary:hover { color: var(--green); }
.faq-list summary .icon { width: 18px; height: 18px; }
.faq-list details p { padding: 0 32px 20px 0; font-size: 14px; line-height: 1.75; color: var(--muted); }
.extra-services { display: flex; flex-wrap: wrap; gap: 12px 24px; padding-top: 20px; margin-top: 24px; border-top: 1px solid var(--line); font-size: 13px; color: var(--muted); }
.extra-services b { font-weight: 500; color: var(--ink); }
.contact-section { background: var(--paper); }
.contact-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; align-items: start; }
.contact-copy .lede { margin-top: 16px; max-width: 500px; font-size: 15px; }
.contact-copy > .btn { margin-top: 24px; }
.contact-next { margin-top: 24px; padding-top: 20px; max-width: 500px; border-top: 1px solid var(--line); }
.contact-next strong { font-size: 14px; font-weight: 600; }
.contact-next p { margin-top: 8px; font-size: 14px; color: var(--muted); }
.contact-reviews { margin-top: 20px; font-size: 13px; }
.contact-reviews > p { margin-bottom: 4px; color: var(--muted); }
.lead-form { min-width: 0; padding: 24px; background: var(--white); border: 1px solid var(--line); border-radius: 6px; }
.lead-form h3 { font-size: 23px; margin-bottom: 8px; }
.form-intro { margin-bottom: 20px; font-size: 13px; color: var(--muted); }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.field { min-width: 0; margin-bottom: 16px; }
.field label, .field-label { display: block; margin-bottom: 8px; font-size: 13px; font-weight: 500; }
.field input, .field select, .field textarea { display: block; width: 100%; min-width: 0; min-height: 48px; padding: 10px 12px; border: 1px solid #aeb9ad; border-radius: 4px; background: var(--white); color: var(--ink); font-size: 15px; }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); opacity: 1; }
.field textarea { resize: vertical; min-height: 96px; }
.contact-channel { display: flex; flex-wrap: wrap; gap: 4px 20px; min-width: 0; margin: 0 0 12px; padding: 0; border: 0; }
.contact-channel label { display: inline-flex; align-items: center; gap: 8px; min-height: 40px; font-size: 14px; cursor: pointer; }
.contact-channel input { margin: 0; width: 16px; height: 16px; accent-color: var(--green); }
.contact-channel span { display: inline; }
.contact-channel input:checked + span { color: var(--green); font-weight: 500; }
.consent { display: flex; align-items: start; gap: 8px; margin: 4px 0 20px; font-size: 12px; line-height: 1.6; color: var(--muted); }
.consent input { flex: none; width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--green); }
.lead-form > .btn { width: 100%; }
.form-status { padding: 12px 16px; margin-top: 16px; border: 1px solid #c8b99c; border-radius: 4px; background: #f6f1e7; font-size: 13px; line-height: 1.6; color: #694a25; }
.form-status.success { background: var(--soft); border-color: #aeb9ad; color: var(--green); }
.demo-hint { margin-top: 12px; font-size: 12px; line-height: 1.6; color: var(--muted); text-align: left; }
.hp { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; }

/* Footer stays light and compact, rather than an extra promotional section. */
.site-footer { padding: 24px 0; background: var(--white); }
.footer-top { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.footer-tag { color: var(--muted); font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: start; gap: 32px; padding-top: 16px; font-size: 12px; line-height: 1.65; color: var(--muted); }
.footer-bottom p { max-width: 780px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 8px 20px; flex: none; }
.credits { margin-top: 16px; font-size: 11px; line-height: 1.65; color: var(--muted); }
.credits a { text-decoration: underline; text-underline-offset: 3px; }
.mobile-actions { display: none; }
.dialog { max-width: 480px; width: calc(100% - 32px); padding: 24px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); color: var(--ink); }
.dialog::backdrop { background: rgba(0, 0, 0, .4); }
.dialog-close { float: right; display: grid; place-items: center; width: 40px; height: 40px; padding: 8px; margin: -8px -8px 8px 12px; border: 0; border-radius: 4px; background: transparent; }
.dialog-close:hover { background: var(--paper); }
.dialog h3 { margin-bottom: 16px; font-size: 22px; }
.dialog p { font-size: 15px; color: var(--muted); line-height: 1.7; }
.dialog .btn { margin-top: 24px; }
.no-script { padding: 12px 24px; background: var(--paper); font-size: 13px; text-align: center; }

/* Predictable responsive breakpoints; no horizontal scrollers hiding content. */
@media (max-width: 1120px) {
  .header-cta { display: none; }
  .nav { gap: 16px; }
  h1 { font-size: 46px; letter-spacing: -1.1px; }
  h2 { font-size: 31px; }
  .hero-actions { gap: 8px; }
  .hero-actions .btn { padding-inline: 16px; }
  .fact strong { font-size: 23px; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .service-card:nth-child(2) { border-right: 0; padding-right: 0; }
  .service-card:nth-child(3) { padding-left: 0; }
  .service-card:nth-child(n+3) { border-top: 1px solid var(--line); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .review-source-links { grid-template-columns: 1fr; gap: 0; }
  .footer-bottom { display: block; }
  .footer-links { margin-top: 12px; }
}

@media (max-width: 850px) {
  :root { --header: 68px; }
  html { scroll-padding-top: 88px; }
  .wrap { width: calc(100% - 48px); }
  .header-inner { gap: 16px; }
  .brand-name { font-size: 21px; }
  .brand > svg { width: 26px; height: 30px; }
  .header-cta { display: inline-flex; margin-left: auto; }
  .menu-toggle { display: block; }
  .nav { display: none; position: absolute; top: calc(var(--header) - 1px); left: 0; right: 0; padding: 8px 24px 16px; background: var(--white); border-bottom: 1px solid var(--line); flex-direction: column; align-items: stretch; gap: 0; font-size: 15px; }
  .nav.open { display: flex; }
  .nav a { padding: 12px 0; }
  .hero-grid { grid-template-columns: 1fr; gap: 24px; }
  .hero h1 { font-size: 50px; max-width: 700px; }
  .hero .lede, .hero-time-note { max-width: 720px; }
  .hero-facts { max-width: 720px; }
  .hero-visual { grid-template-columns: 1fr 1fr; gap: 0 24px; }
  .hero-visual .photo-fallback, .hero-visual .remote-photo { grid-column: 1 / -1; height: 300px; }
  .hero-visual .location-tag { grid-column: 1; grid-row: 2; }
  .hero-visual .photo-caption, .hero-visual .offline-note { grid-column: 1; grid-row: 3; }
  .hero-float { grid-column: 2; grid-row: 2 / span 2; margin-top: 12px; padding-top: 0; border: 0; }
  .hero-float strong { font-size: 18px; }
  .hero-float strong br { display: block; }
  .hero-float p { margin-top: 4px; font-size: 11px; }
  .trust-line .wrap { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 24px; }
  .trust-line span { font-size: 13px; }
  .section-head { align-items: start; gap: 24px; }
  .section-head > p { font-size: 14px; }
  .scenario-tabs { gap: 24px; }
  .scenario-tab { font-size: 14px; }
  .scenario-content { gap: 24px; min-height: 240px; }
  .scenario-content h3 { font-size: 21px; }
  .price-grid, .team-grid, .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 24px; }

  .price-lede, .guarantee-box p { max-width: none; }
  .price-grid > div:last-child { display: grid; grid-template-columns: 1fr; }
  .team-grid { grid-template-columns: 1fr 1fr; }
  .team-image .photo-fallback, .team-image .remote-photo { height: 380px; }
  .language-chips { gap: 12px; }
  .team-metrics { gap: 24px; }
  .testimonial-card { grid-template-columns: 220px minmax(0, 1fr); gap: 0 24px; }
  .testimonial-person h3 { font-size: 18px; }
  .review-excerpt { font-size: 15px; }
  .faq-aside p { max-width: 650px; }
  .contact-grid { grid-template-columns: 1fr 1fr; gap: 24px; }
  .contact-copy h2 { font-size: 30px; }

  .form-row { grid-template-columns: 1fr; gap: 0; }
  .lead-form { padding: 20px; }
  .lead-form h3 { font-size: 21px; }
  .contact-channel { gap: 0 16px; }
}

@media (max-width: 640px) {
  .section { padding: 28px 0; }
  h2 { font-size: 29px; letter-spacing: -.6px; }
  .section-head { grid-template-columns: 1fr; gap: 12px; margin-bottom: 24px; }
  .section-head > p { font-size: 15px; }

  .scenario-content { grid-template-columns: 1fr; gap: 20px; min-height: 0; }
  .scenario-tabs { gap: 16px; justify-content: space-between; }
  .scenario-tab { flex: 1; font-size: 13px; }
  .responsibilities { grid-template-columns: 1fr; gap: 12px; }
  .team-grid { grid-template-columns: 1fr; }
  .team-image .photo-fallback, .team-image .remote-photo { height: 280px; }

  .language-chips { gap: 24px; }
  .testimonial-card { grid-template-columns: minmax(0, 1fr) auto; gap: 16px 16px; padding: 24px 0; }
  .testimonial-person { grid-column: 1; grid-row: 1; }
  .testimonial-tag { grid-column: 2; grid-row: 1; align-self: center; margin: 0; max-width: 112px; text-align: right; font-size: 12px; }
  .review-excerpt { grid-column: 1 / -1; grid-row: 2; }
  .review-details { grid-column: 1 / -1; grid-row: 3; margin-top: -8px; }
  .testimonial-card.is-expanded .review-details, .testimonial-card:has(.review-details[open]) .review-details { grid-row: 2 / span 2; margin-top: 0; }
  .review-full { margin-top: 12px; }
  .review-sources { grid-template-columns: 1fr; gap: 12px; }
  .review-sources-copy strong { font-size: 20px; }

  .review-source-links { grid-template-columns: 1fr 1fr; gap: 16px; }
  .review-source-card { gap: 8px; }
  .review-source-card .review-source-icon { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .contact-copy h2 { font-size: 30px; }
  .contact-next, .contact-copy .lede { max-width: none; }
  .form-row { grid-template-columns: 1fr 1fr; gap: 16px; }
  .lead-form { padding: 24px; }
  .footer-top { align-items: start; }
  .footer-tag { max-width: 180px; }
}

@media (max-width: 480px) {
  :root { --header: 64px; }
  html { scroll-padding-top: 84px; }
  body { padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px)); }
  .wrap { width: calc(100% - 40px); }
  .hero { padding: 24px 0; }
  .hero h1 { font-size: 36px; line-height: 1.15; letter-spacing: -.9px; }
  h2 { font-size: 28px; }
  .brand-name { font-size: 20px; }
  .brand-sub { font-size: 10px; }
  .header-cta { display: none; }
  .eyebrow { font-size: 12px; margin-bottom: 12px; }
  .hero-copy > .eyebrow { max-width: 330px; margin-bottom: 16px; }
  .hero .lede { font-size: 15px; margin-top: 16px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; margin-top: 20px; gap: 8px; }
  .hero-actions .btn { min-height: 48px; width: 100%; }
  .hero-guarantee { font-size: 12px; align-items: start; }
  .hero-guarantee .icon { margin-top: 2px; }
  .hero-reviews { font-size: 12px; gap: 0 12px; margin-top: 12px; }
  .hero-reviews-label { min-height: 32px; display: inline-flex; align-items: center; }
  .review-inline-links { gap: 4px 12px; }
  .hero-facts { gap: 12px; padding-top: 16px; margin-top: 16px; }
  .fact strong { font-size: 20px; letter-spacing: -.5px; }
  .fact strong small { font-size: 13px; }
  .fact span { font-size: 12px; }
  .hero-time-note { font-size: 11px; }
  .hero-visual { display: grid; grid-template-columns: 1fr; gap: 0; }
  .hero-visual .photo-fallback, .hero-visual .remote-photo { grid-column: 1; height: 232px; }
  .hero-visual .location-tag { grid-column: 1; grid-row: 2; }
  .hero-visual .photo-caption, .hero-visual .offline-note { grid-column: 1; grid-row: 3; }
  .hero-float { grid-column: 1; grid-row: 4; border-top: 1px solid var(--line); margin-top: 12px; padding-top: 12px; }
  .hero-float strong { font-size: 18px; }

  .hero-float p { font-size: 11px; }
  .trust-line { padding: 16px 0; }
  .trust-line .wrap { gap: 12px 16px; }
  .trust-line span { align-items: start; font-size: 12px; }
  .trust-line .icon { margin-top: 2px; width: 16px; height: 16px; }
  .scenario-tabs { gap: 12px; margin-top: 20px; }
  .scenario-tab { min-height: 56px; font-size: 13px; }
  .scenario-content { padding-top: 20px; gap: 16px; }
  .scenario-content h3 { font-size: 21px; }
  .scenario-steps > div { padding: 12px 0; font-size: 14px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:first-child, .service-card:last-child, .service-card:nth-child(2), .service-card:nth-child(3) {
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 12px;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid var(--line);
  }
  .service-card .service-icon { grid-column: 1; grid-row: 1; margin: 2px 0 0; }
  .service-card h3 { grid-column: 2; margin-bottom: 8px; font-size: 20px; }
  .service-card p { grid-column: 2; font-size: 14px; }
  .responsibilities { border-top: 0; margin-top: 0; padding-top: 16px; }
  .price-grid { gap: 24px; }
  .price-number { font-size: 56px; margin-top: 16px; }
  .price-lede { font-size: 15px; }
  .price-section .btn { width: 100%; padding-inline: 12px; }
  .guarantee-box { gap: 8px; margin-top: 20px; padding-top: 16px; }
  .guarantee-box h3 { font-size: 18px; }
  .estimate { padding: 20px 16px; }
  .estimate-top h3 { font-size: 22px; }
  .estimate-row { font-size: 13px; gap: 12px; }
  .estimate-total strong { font-size: 20px; }
  .process-grid { grid-template-columns: 1fr; gap: 0; margin-top: 20px; }
  .process-card { display: grid; grid-template-columns: 24px minmax(0, 1fr); gap: 0 12px; padding: 20px 0; }
  .process-n { grid-column: 1; grid-row: 1 / span 3; display: block; margin: 0; }
  .process-n .icon { display: none; }
  .process-time, .process-card h3, .process-card p { grid-column: 2; }
  .process-time { margin-bottom: 4px; font-size: 13px; }
  .process-card h3 { font-size: 20px; margin-bottom: 8px; }

  .process-disclaimer { margin-top: 0; font-size: 12px; }
  .team-image .photo-fallback, .team-image .remote-photo { height: 244px; }
  .team-caption { margin-top: 12px; padding-top: 12px; font-size: 13px; }
  .team-copy .lede { margin-top: 16px; }
  .team-metrics { gap: 32px; }
  .team-person p { font-size: 14px; }
  .review-team-context { font-size: 13px; }
  .testimonial-card { column-gap: 8px; }
  .testimonial-person { gap: 8px; }
  .testimonial-person h3 { font-size: 17px; }
  .testimonial-person p { font-size: 12px; }
  .testimonial-avatar { width: 32px; height: 32px; font-size: 15px; }
  .testimonial-tag { font-size: 11px; max-width: 98px; }
  .review-excerpt { font-size: 15px; }
  .review-full { font-size: 14px; }
  .review-source-card small { font-size: 12px; }
  .review-sources-copy strong { font-size: 19px; }
  .faq-list summary { padding: 16px 0; font-size: 15px; }
  .faq-list details p { font-size: 14px; padding-right: 0; }
  .extra-services { gap: 8px 16px; font-size: 12px; }
  .extra-services b { width: 100%; }
  .contact-copy h2 { font-size: 28px; }
  .contact-copy > .btn { width: 100%; }
  .lead-form { padding: 20px 16px; }
  .lead-form h3 { font-size: 22px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .field input, .field select, .field textarea { font-size: 16px; }
  .contact-channel { gap: 0 16px; }
  .contact-channel label { font-size: 13px; }
  .footer-top { flex-direction: column; align-items: start; gap: 16px; }
  .footer-tag { max-width: none; }
  .footer-bottom { font-size: 12px; }
  .mobile-actions { position: fixed; left: 0; right: 0; bottom: 0; z-index: 25; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 12px 20px calc(12px + env(safe-area-inset-bottom, 0px)); border-top: 1px solid var(--line); background: var(--white); }
  .mobile-actions .btn { min-height: 44px; padding: 10px 8px; font-size: 13px; }
  .mobile-actions .icon { width: 16px; height: 16px; }
  .mobile-actions.is-hidden { visibility: hidden; pointer-events: none; }
}

@media (max-width: 360px) {
  .wrap { width: calc(100% - 32px); }
  .hero h1 { font-size: 32px; letter-spacing: -.7px; }
  h2 { font-size: 26px; }
  .fact strong { font-size: 18px; }
  .hero-facts { gap: 8px; }
  .testimonial-card { grid-template-columns: 1fr; gap: 12px; }
  .testimonial-tag { grid-column: 1; grid-row: 2; max-width: none; margin-left: 40px; margin-top: -8px; text-align: left; }
  .review-excerpt { grid-row: 3; }
  .review-details { grid-row: 4; }
  .testimonial-card.is-expanded .review-details, .testimonial-card:has(.review-details[open]) .review-details { grid-row: 3 / span 2; }
  .review-source-links { grid-template-columns: 1fr; gap: 0; }
  .review-source-card { border-bottom: 1px solid var(--line); }
  .review-source-icon { display: flex !important; }
  .contact-channel { gap: 0 12px; }
  .contact-channel label { font-size: 12px; gap: 6px; }
  .mobile-actions { padding-left: 16px; padding-right: 16px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; animation: none !important; }
}
@media print {
  .site-header { position: static; }
  .mobile-actions, .demo-hint { display: none !important; }
  body { padding: 0; }
  .section { padding: 24px 0; }
  .testimonial-card, .service-card, .process-card, details { break-inside: avoid; }
  .review-excerpt { display: none; }
  .review-details::details-content { content-visibility: visible; }
  .review-details summary { display: none; }
  .review-full { display: block; }
}
