:root {
  --navy: #0b2f4f;
  --navy-2: #123f68;
  --orange: #c94700;
  --orange-2: #c44700;
  --ink: #102033;
  --muted: #667085;
  --soft: #f5f7fa;
  --line: #dfe5eb;
  --white: #fff;
  --shadow: 0 16px 50px rgba(11, 47, 79, .12);
  --radius: 18px;
  --container: 1200px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.menu-open, body.modal-open { overflow: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }
img { display: block; max-width: 100%; }
svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 72px 0; }
.section-tight { padding: 0 0 32px; }
.skip-link { position: fixed; z-index: 1000; top: 10px; left: 10px; padding: 10px 15px; color: #fff; background: var(--navy); border-radius: 8px; font-weight: 800; transform: translateY(-160%); transition: transform .15s ease; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 3px; }
main:focus { outline: 0; }

.site-header {
  position: sticky;
  z-index: 100;
  top: 0;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(11,47,79,.1);
  box-shadow: 0 4px 20px rgba(11,47,79,.04);
  backdrop-filter: blur(12px);
}
.header-inner { height: 78px; display: flex; align-items: center; gap: 30px; }
.logo-link { flex: 0 0 auto; }
.logo-link img { width: 104px; height: 70px; object-fit: contain; }
.main-nav { display: flex; align-items: center; justify-content: center; gap: 32px; margin-left: auto; }
.main-nav a { font-size: 14px; font-weight: 700; color: var(--navy); position: relative; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange); transition: right .2s ease; }
.main-nav a:hover::after { right: 0; }
.mobile-package, .menu-toggle { display: none; }

.button {
  min-height: 52px;
  padding: 13px 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 2px solid transparent;
  border-radius: 11px;
  font-weight: 800;
  line-height: 1.15;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 10px 25px rgba(255,106,0,.22); }
.button-primary:hover { box-shadow: 0 14px 32px rgba(255,106,0,.3); }
.button-secondary { color: var(--navy); background: #fff; border-color: var(--navy); }
.button svg { flex: none; width: 24px; height: 24px; }
.header-cta { min-height: 44px; padding: 10px 18px; margin-left: 16px; font-size: 13px; }
.header-cta svg { width: 20px; height: 20px; }
.header-call {
  min-height: 42px;
  padding: 8px 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  flex: 0 0 auto;
  color: var(--navy);
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  font-size: 13px;
  font-weight: 900;
  white-space: nowrap;
}
.header-call:hover { color: var(--orange); border-color: var(--orange); }
.header-call-icon { font-size: 18px; line-height: 1; }

.hero { padding-top: 34px; background: radial-gradient(circle at 14% 30%, rgba(255,106,0,.05), transparent 30%), linear-gradient(180deg, #fff, #fbfcfd); }
.hero-grid { display: grid; grid-template-columns: minmax(370px, .85fr) minmax(500px, 1.45fr); gap: 42px; align-items: center; }
.hero-copy { min-width: 0; }
.eyebrow, .kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--orange);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.eyebrow { padding: 7px 14px; color: #fff; background: var(--orange); border-radius: 999px; letter-spacing: 0; text-transform: none; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 12px 0 10px; color: var(--navy); font-size: clamp(43px, 4.5vw, 66px); line-height: 1.02; letter-spacing: -.045em; }
h2 { margin-bottom: 12px; color: var(--navy); font-size: clamp(30px, 3vw, 43px); line-height: 1.1; letter-spacing: -.035em; }
.hero-lead { max-width: 560px; margin-bottom: 9px; color: var(--navy); font-size: clamp(21px, 2.2vw, 29px); font-weight: 800; line-height: 1.2; }
.hero-description { max-width: 570px; margin-bottom: 14px; color: var(--muted); font-size: 16px; }
.price { display: flex; align-items: baseline; gap: 8px; color: var(--navy); }
.price span { font-size: 23px; }
.price strong { color: var(--orange); font-size: clamp(54px, 6vw, 79px); line-height: 1; letter-spacing: -.05em; }
.price b { font-size: 27px; }
.price-example { margin: 7px 0 0; color: var(--navy); font-size: 15px; }
.price-example strong { color: var(--orange); }
.price-note { margin: 8px 0 20px; color: var(--muted); font-size: 14px; }
.hero-actions { display: flex; gap: 13px; }
.hero-image { position: relative; min-height: 470px; margin: 0; overflow: hidden; border-radius: 18px; box-shadow: var(--shadow); }
.hero-image::after { content: ""; position: absolute; inset: auto 0 0; height: 35%; background: linear-gradient(transparent, rgba(4,25,43,.6)); pointer-events: none; }
.hero-image img { width: 100%; height: 100%; min-height: 470px; object-fit: cover; }
.hero-image figcaption { position: absolute; z-index: 1; left: 25px; right: 25px; bottom: 22px; display: flex; align-items: center; justify-content: space-between; color: #fff; }
.hero-image figcaption span { padding: 6px 10px; border: 1px solid rgba(255,255,255,.45); border-radius: 99px; font-size: 12px; }
.hero-image figcaption strong { font-size: 17px; }

.photo-story { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-card { position: relative; height: 255px; overflow: hidden; border-radius: var(--radius); box-shadow: 0 8px 30px rgba(11,47,79,.1); }
.story-card img { width: 100%; height: 100%; object-fit: cover; }
.photo-label { position: absolute; z-index: 2; top: 0; left: 0; padding: 8px 17px; color: #fff; background: var(--navy); border-radius: 0 0 11px 0; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.story-arrow { position: absolute; z-index: 3; top: 50%; width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--orange); border: 4px solid #fff; border-radius: 50%; transform: translate(-50%, -50%); }
.story-arrow:nth-of-type(1) { left: 33.33%; }
.story-arrow:nth-of-type(2) { left: 66.66%; }
.story-arrow svg { width: 20px; }
.benefit-strip { display: grid; grid-template-columns: repeat(6, 1fr); margin-top: 20px; border: 1px solid var(--line); border-radius: 16px; overflow: hidden; background: #fff; box-shadow: 0 8px 28px rgba(11,47,79,.06); }
.benefit { min-height: 105px; padding: 18px 12px; display: flex; align-items: center; justify-content: center; gap: 12px; border-right: 1px solid var(--line); color: var(--navy); font-weight: 800; text-align: left; }
.benefit:last-child { border-right: 0; }
.benefit svg { width: 38px; height: 38px; flex: none; stroke-width: 1.5; }

.section-heading { margin-bottom: 28px; }
.section-heading p { margin-bottom: 0; color: var(--muted); }
.section-heading.compact { margin-bottom: 22px; }
.section-heading.centered { max-width: 700px; margin-inline: auto; text-align: center; }
.row-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; }
.packages { background: var(--soft); }
.package-grid { display: grid; grid-template-columns: repeat(8, 1fr); gap: 10px; }
.package-grid-six { grid-template-columns: repeat(6, 1fr); }
.package-grid-seven { grid-template-columns: repeat(7, 1fr); }
.package-grid-nine { grid-template-columns: repeat(9, 1fr); }
.package-grid-ten { grid-template-columns: repeat(10, 1fr); }
.package-card { position: relative; min-height: 135px; padding: 18px 8px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 13px; box-shadow: 0 4px 16px rgba(11,47,79,.04); text-align: center; transition: .2s ease; }
.package-card:hover { border-color: var(--orange); transform: translateY(-3px); box-shadow: 0 9px 22px rgba(11,47,79,.09); }
.package-card svg { width: 39px; height: 39px; margin-bottom: 9px; }
.package-card strong, .package-card span { font-size: 13px; line-height: 1.2; }
.package-card small { margin-top: 7px; color: var(--orange); font-size: 11px; font-weight: 900; }
.package-card.active { color: #fff; background: linear-gradient(145deg, var(--orange), var(--orange-2)); border-color: transparent; }
.package-card.active small { color: #fff; }
.package-card.active i { position: absolute; top: 8px; right: 8px; width: 20px; height: 20px; display: grid; place-items: center; color: var(--orange); background: #fff; border-radius: 50%; font-size: 12px; font-style: normal; }
.preview-package { color: #8291a0; background: #f7f9fb; border-style: dashed; cursor: default; box-shadow: none; }
.preview-package svg { opacity: .65; }
.preview-package small { color: #8291a0; }

.gallery-track { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.gallery-item { position: relative; height: 230px; padding: 0; overflow: hidden; border: 0; border-radius: 15px; background: var(--soft); cursor: pointer; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item span { position: absolute; left: 9px; bottom: 9px; padding: 5px 9px; color: #fff; background: rgba(11,47,79,.88); border-radius: 7px; font-size: 12px; font-weight: 800; }

.principles { background: linear-gradient(180deg, #f8fafc, #fff); }
.principle-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.principle-card { padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 26px rgba(11,47,79,.06); }
.principle-card.featured { border-top: 4px solid var(--orange); transform: translateY(-8px); }
.principle-card > h3 { margin: 8px 0 10px; color: var(--navy); font-size: 22px; }
.principle-card > p { margin-bottom: 0; color: var(--muted); }
.principle-number { color: var(--orange); font-size: 15px; font-weight: 900; letter-spacing: .08em; }
.package-condition,
.measurement-hint {
  margin-top: 16px;
  padding: 14px 17px;
  color: var(--navy);
  background: #fff7f1;
  border: 1px solid rgba(201,71,0,.28);
  border-left: 4px solid var(--orange);
  border-radius: 11px;
  font-size: 14px;
}
.package-condition strong,
.measurement-hint strong { color: var(--orange); }
blockquote { min-height: 78px; margin: 16px 0 21px; color: var(--navy); font-size: 16px; font-weight: 600; }
.reviewer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 47px; height: 47px; display: grid; place-items: center; color: #fff; background: linear-gradient(145deg, var(--navy), #2b628b); border: 3px solid #eef2f6; border-radius: 50%; font-size: 12px; font-weight: 900; }
.reviewer p { margin-bottom: 0; }
.reviewer strong, .reviewer small { display: block; }
.reviewer small { color: var(--muted); }
.text-link { width: fit-content; margin: 26px auto 0; display: flex; align-items: center; gap: 7px; color: var(--navy); font-weight: 800; }
.text-link svg { width: 18px; }

.included-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.package-s-included { grid-template-columns: repeat(4, 1fr); }
.package-l-included { grid-template-columns: repeat(5, 1fr); }
.package-xl-included { grid-template-columns: repeat(5, 1fr); }
.included-card { min-height: 112px; display: flex; align-items: center; justify-content: center; gap: 11px; color: var(--navy); border: 1px solid var(--line); border-radius: 13px; background: #fff; box-shadow: 0 4px 15px rgba(11,47,79,.04); font-size: 14px; font-weight: 800; }
.included-card svg { width: 36px; height: 36px; flex: none; }
.featured-service { color: #fff; background: linear-gradient(145deg, var(--navy), var(--navy-2)); border-color: transparent; }
.bath-highlight { margin-top: 16px; padding: 25px 28px; display: grid; grid-template-columns: 70px 1fr; gap: 20px; align-items: center; color: var(--navy); background: linear-gradient(110deg, #fff7f0, #fff); border: 1px solid #ffd2b3; border-radius: 15px; }
.bath-highlight-icon { width: 64px; height: 64px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; }
.bath-highlight-icon svg { width: 37px; height: 37px; }
.bath-highlight h3 { margin: 3px 0 7px; font-size: 21px; }
.bath-highlight p { margin-bottom: 7px; color: var(--muted); }
.bath-highlight strong { color: var(--orange); }
.bath-highlight-large { padding: 35px 40px; grid-template-columns: 82px 1fr; }
.bath-highlight-large .bath-highlight-icon { width: 76px; height: 76px; }
.bath-highlight-large h2 { margin: 4px 0 10px; font-size: clamp(29px, 3vw, 42px); }
.details-toggle { width: 100%; min-height: 55px; margin-top: 14px; display: flex; align-items: center; justify-content: center; gap: 10px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 13px; font-weight: 900; cursor: pointer; }
.details-toggle svg { transition: transform .2s ease; }
.details-toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
.service-details { grid-template-columns: repeat(2, 1fr); gap: 28px; margin-top: 14px; padding: 28px; background: var(--soft); border-radius: 15px; }
.service-details:not([hidden]) { display: grid; animation: reveal .25s ease; }
.service-details ul { margin: 0; padding: 0; list-style: none; }
.service-details li { position: relative; padding: 8px 0 8px 29px; border-bottom: 1px solid #e3e8ee; }
.service-details li::before { content: "✓"; position: absolute; left: 3px; color: #159447; font-weight: 900; }
@keyframes reveal { from { opacity: 0; transform: translateY(-8px); } }

.comparison { background: linear-gradient(180deg, var(--soft), #fff); }
.comparison-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; max-width: 930px; margin-inline: auto; }
.comparison-card { padding: 34px; display: flex; flex-direction: column; align-items: flex-start; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 32px rgba(11,47,79,.07); }
.comparison-card.active-comparison { border: 2px solid var(--orange); box-shadow: 0 14px 40px rgba(255,106,0,.12); }
.comparison-label { margin-bottom: 12px; padding: 6px 11px; color: var(--navy); background: #edf3f8; border-radius: 99px; font-size: 12px; font-weight: 900; }
.active-comparison .comparison-label { color: #fff; background: var(--orange); }
.comparison-card h3 { margin-bottom: 7px; color: var(--navy); font-size: 25px; }
.comparison-card > p { min-height: 48px; color: var(--muted); }
.comparison-card ul { width: 100%; margin: 4px 0 22px; padding: 0; list-style: none; }
.comparison-card li { position: relative; padding: 7px 0 7px 27px; border-bottom: 1px solid #e8edf2; }
.comparison-card li::before { content: "✓"; position: absolute; left: 2px; color: #159447; font-weight: 900; }
.comparison-price { margin-top: auto; margin-bottom: 18px; color: var(--navy); font-size: 15px; }
.comparison-price strong { color: var(--orange); font-size: 29px; }
.comparison-card .button { width: 100%; }

.renovation-message { background: var(--navy); color: #fff; }
.renovation-message-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; align-items: center; }
.renovation-message h2 { color: #fff; }
.renovation-message p { margin-bottom: 0; color: rgba(255,255,255,.75); font-size: 17px; }
.formula-card { padding: 29px; display: grid; gap: 11px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 17px; }
.formula-card strong { padding: 9px 13px; color: #fff; background: rgba(255,255,255,.08); border-radius: 9px; font-size: 17px; }
.formula-card strong:nth-child(2), .formula-card strong:nth-child(4) { color: #ffb06e; }

.work-schedule { background: linear-gradient(180deg, #fff, var(--soft)); }
.day-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.day-card { position: relative; padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 25px rgba(11,47,79,.06); }
.day-card.active-day { border-color: #ffc08f; box-shadow: 0 12px 35px rgba(255,106,0,.12); }
.day-label { display: inline-flex; margin-bottom: 13px; padding: 5px 11px; color: #fff; background: var(--navy); border-radius: 99px; font-size: 12px; font-weight: 900; }
.active-day .day-label { background: var(--orange); }
.day-card h3 { margin-bottom: 13px; color: var(--navy); font-size: 19px; }
.day-card ul { margin: 0; padding-left: 19px; color: var(--muted); font-size: 14px; }
.day-card li { margin: 8px 0; }

.process { background: var(--soft); }
.process-grid { display: grid; grid-template-columns: 1fr 30px 1fr 30px 1fr; align-items: center; }
.process-grid-four { grid-template-columns: 1fr 26px 1fr 26px 1fr 26px 1fr; }
.process-grid-four .step-card { min-height: 172px; padding: 24px 18px; grid-template-columns: 43px 1fr; column-gap: 12px; }
.process-grid-four .step-card > svg { width: 43px; height: 43px; }
.process-grid-five { grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr; }
.process-grid-five .step-card { min-height: 188px; padding: 26px 14px 20px; grid-template-columns: 1fr; gap: 9px; text-align: center; }
.process-grid-five .step-card > svg { grid-row: auto; width: 42px; height: 42px; margin-inline: auto; }
.step-card { position: relative; min-height: 150px; padding: 26px; display: grid; grid-template-columns: 52px 1fr; column-gap: 17px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 15px; box-shadow: 0 6px 20px rgba(11,47,79,.05); }
.step-card > svg { grid-row: 1 / span 2; width: 51px; height: 51px; color: var(--navy); }
.step-card h3 { margin-bottom: 5px; color: var(--navy); font-size: 17px; }
.step-card p { margin-bottom: 0; color: var(--muted); font-size: 13px; }
.step-number { position: absolute; top: -13px; left: 18px; width: 32px; height: 32px; display: grid; place-items: center; color: #fff; background: var(--navy); border: 3px solid var(--soft); border-radius: 50%; font-weight: 900; }
.process-arrow { display: grid; place-items: center; color: var(--orange); }
.center-action { margin-top: 30px; text-align: center; }

.t1-hero { padding-bottom: 34px; }
.minimum-note { margin: 28px 0 0; padding: 16px 20px; color: var(--navy); background: #fff8f1; border-left: 4px solid var(--orange); border-radius: 0 12px 12px 0; font-size: 14px; font-weight: 700; }
.t1-message { padding-top: 10px; }
.t1-formula { padding: 22px 28px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 17px; box-shadow: var(--shadow); }
.t1-formula strong { padding: 12px; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; text-align: center; }
.t1-formula strong:nth-child(2) { color: #ffb06e; }
.finish-choice-section { padding-top: 18px; background: #fff; }
.finish-choice-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.finish-choice-grid.three-options { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.finish-choice-card { padding: 25px 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 26px rgba(11,47,79,.06); }
.finish-choice-card.active-finish { border: 2px solid var(--orange); background: linear-gradient(145deg, #fff8f2, #fff); }
.finish-choice-card > span { display: inline-flex; padding: 6px 10px; color: var(--navy); background: #edf3f8; border-radius: 999px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.finish-choice-card.active-finish > span { color: #fff; background: var(--orange); }
.finish-choice-card h2 { margin: 13px 0 8px; font-size: 27px; }
.finish-choice-card p { margin-bottom: 17px; color: var(--muted); }
.finish-choice-card > strong { color: var(--orange); font-size: 23px; }
.finish-builder-note { max-width: 980px; margin: 22px auto 0; color: var(--muted); text-align: center; line-height: 1.65; }
.finish-option-select { width: 100%; margin-top: 19px; padding: 11px 16px; color: var(--navy); border: 2px solid var(--navy); border-radius: 11px; background: #fff; font: inherit; font-size: 14px; font-weight: 900; cursor: pointer; }
.finish-option-select:hover, .finish-option-select:focus-visible { color: #fff; background: var(--navy); }
.finish-choice-card.active-finish .finish-option-select { color: #fff; border-color: var(--orange); background: var(--orange); }
.finish-total { max-width: 760px; margin: 24px auto 0; padding: 18px 22px; display: grid; grid-template-columns: auto 1fr; gap: 4px 22px; align-items: center; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 15px; box-shadow: var(--shadow); }
.finish-total > span { grid-row: 1 / 3; color: #ffb06e; font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.finish-total > strong { font-size: 24px; line-height: 1.2; }
.finish-total > strong b { color: #ffb06e; font-size: 32px; }
.finish-total > small { color: rgba(255,255,255,.75); }
.t2-hero { background: linear-gradient(135deg, #fff 44%, #f4f7fa); }
.t2-hero .eyebrow { background: linear-gradient(135deg, var(--navy), #2f6b94); }
.t2-formula { background: linear-gradient(120deg, #0a2c4a, #2b648e); }
.t3-hero { background: linear-gradient(135deg, #fff 42%, #edf3f8); }
.t3-hero .eyebrow { background: linear-gradient(135deg, var(--navy), var(--orange)); }
.t3-formula { background: linear-gradient(120deg, #071f35, #1a4b72); }
.t1-included { grid-template-columns: repeat(5, 1fr); }
.t1-service-details strong { color: var(--navy); }

.technical-section { background: linear-gradient(180deg, var(--soft), #fff); }
.technical-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; }
.technical-table-wrap { overflow: hidden; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 28px rgba(11,47,79,.06); }
.technical-table { width: 100%; border-collapse: collapse; }
.technical-table th, .technical-table td { padding: 14px 17px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.technical-table tr:last-child th, .technical-table tr:last-child td { border-bottom: 0; }
.technical-table th { width: 36%; color: var(--navy); background: #f7f9fb; font-size: 13px; }
.technical-table td { color: var(--muted); font-size: 14px; }
.technical-image { margin: 0; overflow: hidden; background: var(--navy); border-radius: 18px; box-shadow: var(--shadow); }
.technical-image img { width: 100%; height: 490px; object-fit: cover; }
.technical-image figcaption { padding: 14px 18px 17px; color: rgba(255,255,255,.78); font-size: 12px; }

.drywall-package-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.drywall-tier { position: relative; min-height: 380px; padding: 30px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 28px rgba(11,47,79,.06); }
.drywall-tier > strong { color: var(--orange); font-size: 46px; line-height: 1; letter-spacing: -.05em; }
.drywall-tier h3 { margin: 5px 0 9px; color: var(--navy); font-size: 25px; }
.drywall-tier p { color: var(--muted); }
.drywall-tier ul { margin: 5px 0 22px; padding: 0; list-style: none; }
.drywall-tier li { position: relative; padding: 7px 0 7px 24px; border-bottom: 1px solid #e8edf2; font-size: 14px; }
.drywall-tier li::before { content: "✓"; position: absolute; left: 1px; color: #159447; font-weight: 900; }
.drywall-tier > b { margin-top: auto; color: var(--orange); font-size: 21px; }
.drywall-tier .button { width: 100%; margin-top: 18px; }
.tier-status { width: fit-content; margin-bottom: 18px; padding: 6px 10px; color: var(--navy); background: #edf3f8; border-radius: 99px; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .05em; }
.active-tier { border: 2px solid var(--orange); box-shadow: 0 14px 40px rgba(255,106,0,.12); }
.active-tier .tier-status { color: #fff; background: var(--orange); }
.upcoming-tier { background: linear-gradient(145deg, #f8fafc, #fff); }
.upcoming-tier > strong { color: #9aabba; }

.t1-extras { background: linear-gradient(180deg, #fff, var(--soft)); }
.door-extra { padding: 30px; display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 24px; align-items: start; color: var(--navy); background: #fff; border: 2px solid var(--orange); border-radius: 18px; box-shadow: 0 12px 35px rgba(255,106,0,.1); }
.door-extra h3 { margin: 5px 0 8px; font-size: 24px; }
.door-extra > div:first-child strong { color: var(--orange); font-size: 22px; }
.door-extra h4 { margin: 3px 0 10px; }
.door-extra ul { margin: 0; padding-left: 19px; color: var(--muted); font-size: 13px; }
.door-extra li { margin: 6px 0; }
.door-extra > p { grid-column: 1 / -1; margin: 0; padding-top: 17px; border-top: 1px solid var(--line); font-weight: 800; text-align: center; }
.t1-extras-grid { margin-top: 18px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.t1-extras-grid article { min-height: 130px; padding: 20px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 5px 18px rgba(11,47,79,.05); }
.t1-extras-grid h3 { margin-bottom: 14px; color: var(--navy); font-size: 16px; }
.t1-extras-grid strong { color: var(--orange); font-size: 13px; }
.t1-extras-grid .featured-extra { border: 2px solid var(--orange); background: #fff8f2; }
.t1-gallery { grid-template-columns: repeat(3, 1fr); }
.t1-gallery .gallery-item { height: 310px; }
.t1-cta { border: 1px solid rgba(255,255,255,.12); }

.ceiling-hero { background: linear-gradient(135deg, #fff 42%, #eef4f8); }
.ceiling-hero .eyebrow { background: linear-gradient(135deg, var(--navy), var(--orange)); }
.ceiling-formula { background: linear-gradient(120deg, #071f35, #1a4b72); }
.ceiling-formula-four { grid-template-columns: repeat(4, 1fr); }
.ceiling-basis-grid { grid-template-columns: repeat(4, 1fr); }
.ceiling-tier > small { display: block; margin-top: 5px; color: var(--muted); font-weight: 800; }
.ceiling-package-grid-four { grid-template-columns: repeat(4, 1fr); }
.ceiling-package-grid-four .drywall-tier { padding: 25px 22px; }
.ceiling-package-grid-four .drywall-tier > strong { font-size: 41px; }
.d4-tier { border-color: #aac2d1; background: linear-gradient(145deg, #f2f7fa, #fff); }
.d4-tier .tier-status { color: #fff; background: #315e78; }
.d4-detail-link { width: 100%; margin-top: 14px; }
.ceiling-gallery-four { grid-template-columns: repeat(4, 1fr); }
.ceiling-gallery-four .gallery-item { height: 270px; }
.ceiling-package-section { background: #fff; }
.ceiling-package-section.alt { background: var(--soft); }
.ceiling-package-layout { display: grid; grid-template-columns: .88fr 1.12fr; gap: 44px; align-items: start; }
.ceiling-package-layout.reverse .ceiling-package-image { order: 2; }
.ceiling-package-image { position: sticky; top: 115px; margin: 0; overflow: hidden; color: #fff; background: var(--navy); border-radius: 18px; box-shadow: var(--shadow); }
.ceiling-package-image img { width: 100%; height: 610px; object-fit: cover; }
.ceiling-package-image figcaption { padding: 14px 18px 17px; font-size: 13px; font-weight: 800; }
.ceiling-package-content .section-heading { margin-bottom: 22px; }
.ceiling-service-columns { margin-top: 18px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.ceiling-service-columns > div { padding: 20px; border: 1px solid #cfe7d8; border-radius: 14px; background: #f7fcf9; }
.ceiling-service-columns h3 { margin-bottom: 10px; color: #148343; font-size: 17px; }
.ceiling-service-columns ul { margin: 0; padding: 0; list-style: none; }
.ceiling-service-columns li { position: relative; padding: 6px 0 6px 22px; color: var(--muted); font-size: 13px; }
.ceiling-service-columns li::before { content: "✓"; position: absolute; left: 0; color: #159447; font-weight: 900; }
.ceiling-service-columns .ceiling-excluded { border-color: #ffd9bf; background: #fff9f5; }
.ceiling-service-columns .ceiling-excluded h3 { color: #d75b16; }
.ceiling-service-columns .ceiling-excluded li::before { content: "×"; color: #d84d20; font-size: 17px; }
.ceiling-q3-note { margin: 18px 0 0; padding: 16px 18px; color: var(--navy); background: #fff5ed; border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; font-size: 13px; font-weight: 750; }
.ceiling-price-box { margin-top: 18px; padding: 20px 22px; display: grid; gap: 5px; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 14px; }
.ceiling-price-box span { font-size: 15px; }
.ceiling-price-box span strong { color: #ff9a4f; font-size: 24px; }
.ceiling-price-box b { font-size: 17px; }
.ceiling-price-box small { color: rgba(255,255,255,.7); }
.ceiling-price-note { margin: 11px 0 0; color: var(--muted); font-size: 12px; line-height: 1.55; }
.ceiling-comparison-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 28px rgba(11,47,79,.06); }
.ceiling-comparison { width: 100%; min-width: 760px; border-collapse: collapse; }
.ceiling-comparison th, .ceiling-comparison td { padding: 17px 19px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.ceiling-comparison th:last-child, .ceiling-comparison td:last-child { border-right: 0; }
.ceiling-comparison tbody tr:last-child th, .ceiling-comparison tbody tr:last-child td { border-bottom: 0; }
.ceiling-comparison thead th { color: #fff; background: var(--navy); font-size: 13px; }
.ceiling-comparison tbody th { color: var(--navy); background: #f7f9fb; }
.ceiling-comparison tbody td { color: var(--muted); font-size: 14px; }
.ceiling-comparison tbody td:last-child { color: var(--orange); font-weight: 900; white-space: nowrap; }
.ceiling-comparison-note { margin: 18px 0 0; padding: 16px 20px; color: var(--navy); background: #fff8f1; border-radius: 12px; text-align: center; }
.ceiling-extras-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; }
.ceiling-extras-grid article { min-height: 128px; padding: 19px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 5px 18px rgba(11,47,79,.05); }
.ceiling-extras-grid h3 { margin-bottom: 14px; color: var(--navy); font-size: 15px; }
.ceiling-extras-grid strong { color: var(--orange); font-size: 12px; }
.ceiling-protection { margin-top: 20px; padding: 23px 26px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; align-items: center; color: var(--navy); background: #fff; border: 1px solid #ffd7bb; border-radius: 14px; }
.ceiling-protection svg { width: 44px; height: 44px; color: var(--orange); }
.ceiling-protection p { margin: 0; color: var(--muted); font-size: 13px; font-weight: 650; }
.d4-hero { background: linear-gradient(135deg, #fff 42%, #edf3f6); }
.d4-hero .eyebrow { background: linear-gradient(135deg, #143c5c, #4d7188); }
.d4-formula { background: linear-gradient(120deg, #0a2c4a, #40677e); }
.d4-included { grid-template-columns: repeat(3, 1fr); }
.d4-service-details strong { color: var(--navy); }
.d4-comparison-row th, .d4-comparison-row td { background: #fff8f1; }
.d4-comparison-row th { color: var(--orange); }
.service-catalog-hero { background: linear-gradient(135deg, #fff 43%, #f3f6f8); }
.service-catalog-hero .eyebrow { background: linear-gradient(135deg, var(--navy), var(--orange)); }
.catalog-formula { background: linear-gradient(120deg, #082846, #164e75); }
.renovation-hero .hero-grid { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); align-items: start; }
.renovation-hero h1 { max-width: 660px; font-size: clamp(40px, 3.6vw, 54px); overflow-wrap: break-word; hyphens: auto; }
.price-calculation-note { max-width: 600px; margin: 9px 0 20px; padding: 11px 14px; color: var(--navy); background: #fff8f1; border-left: 4px solid var(--orange); border-radius: 0 9px 9px 0; font-size: 13px; }
.renovation-hero-collage { display: grid; grid-template-columns: 1.35fr .65fr; grid-template-rows: 225px 225px auto; gap: 12px; margin: 0; }
.renovation-hero-collage > div { position: relative; overflow: hidden; border-radius: 16px; box-shadow: var(--shadow); }
.renovation-hero-collage .collage-main { grid-row: 1 / 3; }
.renovation-hero-collage img { width: 100%; height: 100%; object-fit: cover; }
.renovation-hero-collage div::after { content: ""; position: absolute; inset: auto 0 0; height: 42%; background: linear-gradient(transparent, rgba(4,25,43,.65)); }
.renovation-hero-collage div span { position: absolute; z-index: 1; left: 16px; bottom: 13px; color: #fff; font-size: 13px; font-weight: 900; }
.renovation-hero-collage figcaption { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 14px 18px; color: #fff; background: var(--navy); border-radius: 12px; }
.renovation-hero-collage figcaption small { color: rgba(255,255,255,.72); text-align: right; }
.hero-project-price { width: min(100%, 510px); margin: 24px 0 0; padding: 21px 24px; display: grid; grid-template-columns: 1fr auto; gap: 3px 18px; align-items: end; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 16px; box-shadow: 0 12px 30px rgba(11,47,79,.15); }
.hero-project-price small { grid-column: 1 / -1; color: #ffb37d; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .045em; }
.hero-project-price strong { font-size: clamp(35px, 4vw, 49px); line-height: 1.05; }
.hero-project-price span { grid-column: 1; color: rgba(255,255,255,.78); font-size: 13px; }
.hero-project-price b { grid-column: 2; grid-row: 2 / 4; align-self: center; max-width: 118px; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.35; text-align: right; }
.renovation-choice-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.renovation-choice-card { min-width: 0; padding: 28px; display: flex; flex-direction: column; gap: 15px; border: 1px solid var(--line); border-radius: 20px; background: #fff; box-shadow: 0 10px 30px rgba(11,47,79,.065); }
.renovation-choice-card--recommended { position: relative; border: 2px solid var(--orange); box-shadow: 0 16px 42px rgba(213,74,0,.14); transform: translateY(-7px); }
.renovation-choice-meta { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.renovation-choice-code { min-width: 38px; height: 38px; display: inline-grid; place-items: center; padding-inline: 10px; color: var(--navy); background: #eaf1f6; border-radius: 999px; font-size: 16px; font-weight: 950; }
.renovation-choice-use, .renovation-choice-badge { padding: 7px 11px; border-radius: 999px; font-size: 11px; font-weight: 900; text-align: center; }
.renovation-choice-use { color: var(--navy); background: var(--soft); }
.renovation-choice-badge { color: #fff; background: var(--orange); }
.renovation-choice-card h3 { margin: 0; color: var(--navy); font-size: clamp(24px, 2.2vw, 31px); line-height: 1.06; }
.renovation-choice-for { min-height: 84px; margin: 0; color: var(--muted); font-size: 14px; }
.renovation-choice-price { padding: 18px; display: grid; gap: 4px; color: #fff; background: linear-gradient(120deg, #082846, #164e75); border-radius: 14px; }
.renovation-choice-price strong { font-size: clamp(29px, 3vw, 39px); line-height: 1.05; }
.renovation-choice-price span { color: rgba(255,255,255,.82); font-size: 13px; font-weight: 750; }
.renovation-choice-price small { color: rgba(255,255,255,.62); font-size: 11px; }
.renovation-size-switch { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; }
.renovation-size-switch button { min-height: 39px; padding: 7px 4px; color: var(--navy); background: #f4f7f9; border: 1px solid var(--line); border-radius: 9px; font: inherit; font-size: 12px; font-weight: 900; cursor: pointer; transition: color .18s ease, background .18s ease, border-color .18s ease, transform .18s ease; }
.renovation-size-switch button:hover { border-color: #8ca4b7; transform: translateY(-1px); }
.renovation-size-switch button[aria-pressed="true"] { color: #fff; background: var(--navy); border-color: var(--navy); }
.renovation-choice-card ul { margin: 0; padding: 0; display: grid; gap: 0; list-style: none; }
.renovation-choice-card li { position: relative; padding: 10px 0 10px 25px; color: var(--navy); border-bottom: 1px solid var(--line); font-size: 13px; }
.renovation-choice-card li::before { content: "✓"; position: absolute; left: 0; color: #159447; font-weight: 950; }
.renovation-choice-trust { display: flex; flex-wrap: wrap; gap: 7px; }
.renovation-choice-trust span { padding: 6px 9px; color: var(--navy); background: #edf5f0; border-radius: 999px; font-size: 10px; font-weight: 850; }
.renovation-choice-card .package-card-actions { margin-top: auto; }
.renovation-choice-card .package-card-actions .button { width: 100%; min-width: 0; padding-inline: 12px; font-size: 12px; line-height: 1.3; text-align: center; }
.renovation-choice-card--premium { margin-top: 24px; display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(300px, .75fr); gap: 30px; color: #fff; background: linear-gradient(120deg, #082846, #0e416d); border: 0; box-shadow: 0 17px 45px rgba(11,47,79,.18); }
.renovation-choice-card--premium h3, .renovation-choice-card--premium li { color: #fff; }
.renovation-choice-card--premium .renovation-choice-for { min-height: 0; color: rgba(255,255,255,.75); }
.renovation-choice-card--premium li { border-color: rgba(255,255,255,.13); }
.renovation-choice-card--premium .renovation-choice-code { color: var(--navy); background: #fff; }
.renovation-choice-card--premium .renovation-choice-use { color: #fff; background: rgba(255,255,255,.13); }
.renovation-choice-card--premium .renovation-choice-trust span { color: #fff; background: rgba(255,255,255,.12); }
.renovation-premium-copy, .renovation-premium-price { display: flex; flex-direction: column; gap: 15px; }
.renovation-premium-price .renovation-choice-price { background: #fff; color: var(--navy); }
.renovation-premium-price .renovation-choice-price span { color: var(--muted); }
.renovation-premium-price .renovation-choice-price small { color: #6a7b8e; }
.renovation-choice-card--premium .renovation-size-switch button { color: #fff; background: rgba(255,255,255,.09); border-color: rgba(255,255,255,.24); }
.renovation-choice-card--premium .renovation-size-switch button[aria-pressed="true"] { color: var(--navy); background: #fff; border-color: #fff; }
.renovation-choice-card--premium .button-quiet { color: #fff; background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.3); }
.package-decision-strip { margin-top: 22px; display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid var(--line); border-radius: 15px; background: #fff; }
.package-decision-strip div { min-height: 88px; padding: 17px 20px; display: grid; align-content: center; gap: 3px; border-right: 1px solid var(--line); text-align: center; }
.package-decision-strip div:last-child { border-right: 0; }
.package-decision-strip strong { color: var(--navy); font-size: 14px; }
.package-decision-strip span { color: var(--muted); font-size: 12px; }
.package-decision-note { margin: 15px 0 0; color: var(--muted); font-size: 13px; font-weight: 750; text-align: center; }
.package-card-actions { margin-top: 16px; display: grid; gap: 9px; }
.drywall-tier .package-card-actions .button { margin-top: 0; }
.button-quiet { min-height: 43px; padding: 9px 14px; color: var(--navy); background: #edf3f8; border-color: transparent; font-size: 13px; }
.button-quiet:hover { background: #e2ebf2; }
.comparison-trust-note { margin: 18px 0 0; padding: 16px 20px; color: var(--navy); background: #fff8f1; border-radius: 12px; text-align: center; }
.renovation-comparison td strong, .renovation-comparison td small { display: block; }
.renovation-comparison td strong { color: var(--navy); font-size: 16px; }
.renovation-comparison td small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.ceiling-comparison td a { color: var(--navy); font-weight: 900; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }
.price-transparency { background: linear-gradient(180deg, #fff, var(--soft)); }
.transparency-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.transparency-grid article { padding: 27px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 8px 28px rgba(11,47,79,.06); }
.transparency-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; margin-bottom: 17px; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900; }
.transparency-grid h3 { margin-bottom: 8px; color: var(--navy); font-size: 20px; }
.transparency-grid p { margin: 0; color: var(--muted); }
.package-price-explanation { background: linear-gradient(180deg, #fff, #f5f7fa); }
.package-price-panel { max-width: 920px; margin-inline: auto; padding: 30px; border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 10px 35px rgba(11,47,79,.08); }
.price-formula { display: grid; grid-template-columns: 1fr auto 1.25fr auto 1fr; align-items: center; gap: 13px; color: var(--navy); text-align: center; font-weight: 900; }
.price-formula span { padding: 15px 12px; background: var(--soft); border-radius: 10px; }
.price-formula b { color: var(--orange); font-size: 22px; }
.price-example-card { margin: 22px 0 16px; padding: 19px 22px; display: flex; align-items: center; justify-content: space-between; gap: 25px; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 12px; }
.price-example-card > div { display: grid; gap: 3px; }
.price-example-card > div:last-child { text-align: right; }
.price-example-card small { color: rgba(255,255,255,.65); }
.price-example-card strong { font-size: 18px; }
.package-price-panel > p { color: var(--muted); text-align: center; }
.price-detail-links { display: flex; justify-content: center; flex-wrap: wrap; gap: 10px; margin-top: 20px; }
.price-detail-links a { padding: 10px 14px; color: var(--navy); background: #edf3f8; border-radius: 9px; font-size: 13px; font-weight: 900; }
.price-detail-links a:last-child { color: #fff; background: var(--orange); }
.offer-preview-section { background: #eef3f7; }
.offer-preview-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 48px; align-items: start; }
.offer-preview-copy { position: sticky; top: 110px; }
.offer-preview-copy ul { margin: 24px 0; padding: 0; list-style: none; }
.offer-preview-copy li { position: relative; padding: 8px 0 8px 28px; border-bottom: 1px solid #d7e0e7; }
.offer-preview-copy li::before { content: "✓"; position: absolute; left: 2px; color: #159447; font-weight: 900; }
.offer-example-note { padding: 14px 16px; color: var(--navy); background: #fff; border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; font-weight: 800; }
.a4-offer-preview { min-height: 840px; padding: 46px 50px; color: #26384a; background: #fff; border: 1px solid #d8e0e7; box-shadow: 0 20px 55px rgba(11,47,79,.14); }
.a4-offer-preview > header { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-bottom: 24px; border-bottom: 3px solid var(--navy); }
.a4-offer-preview > header img { width: 135px; height: 92px; object-fit: contain; }
.a4-offer-preview > header div { display: grid; text-align: right; }
.a4-offer-preview > header strong { color: var(--navy); font-size: 21px; letter-spacing: .08em; }
.a4-offer-preview > header span { color: var(--orange); font-size: 12px; font-weight: 900; }
.offer-address { margin: 28px 0 35px; display: flex; justify-content: space-between; gap: 30px; font-size: 13px; }
.offer-address p:last-child { text-align: right; }
.a4-offer-preview h3 { margin-bottom: 14px; color: var(--navy); font-size: 20px; }
.offer-table { border: 1px solid #cfd9e2; }
.offer-row { display: grid; grid-template-columns: 2fr .9fr .75fr .85fr; }
.offer-row > span { padding: 13px 12px; border-right: 1px solid #dce3e9; border-bottom: 1px solid #dce3e9; font-size: 12px; }
.offer-row > span:last-child { border-right: 0; text-align: right; }
.offer-row:last-child > span { border-bottom: 0; }
.offer-row small { display: block; margin-top: 4px; color: var(--muted); }
.offer-head { color: #fff; background: var(--navy); font-weight: 900; }
.offer-head > span { border-color: rgba(255,255,255,.18); }
.offer-included { margin: 30px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.offer-included > div { padding: 18px; background: var(--soft); border-radius: 10px; }
.offer-included strong { color: var(--navy); }
.offer-included ul { margin: 10px 0 0; padding-left: 18px; font-size: 12px; }
.offer-included li { margin: 5px 0; }
.offer-total { margin-left: auto; width: min(100%, 340px); padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: #fff; background: var(--navy); }
.offer-total span { font-size: 12px; }
.offer-total strong { color: #ff9a4f; font-size: 24px; white-space: nowrap; }
.a4-offer-preview > footer { margin-top: 34px; padding-top: 17px; color: var(--muted); border-top: 1px solid #dce3e9; font-size: 11px; }
.offer-comparison-details { overflow: hidden; border: 1px solid #cfd9e2; border-radius: 18px; background: #fff; box-shadow: 0 14px 45px rgba(11,47,79,.1); }
.offer-comparison-details > summary { position: relative; min-height: 96px; padding: 22px 70px 22px 28px; display: grid; align-content: center; gap: 3px; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); cursor: pointer; list-style: none; }
.offer-comparison-details > summary::-webkit-details-marker { display: none; }
.offer-comparison-details > summary::after { content: "+"; position: absolute; top: 50%; right: 27px; width: 38px; height: 38px; display: grid; place-items: center; color: var(--navy); background: #fff; border-radius: 50%; font-size: 25px; font-weight: 500; transform: translateY(-50%); }
.offer-comparison-details[open] > summary::after { content: "−"; }
.offer-comparison-details > summary span { color: #ff9a4f; font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.offer-comparison-details > summary strong { font-size: 23px; }
.offer-comparison-details > summary small { color: rgba(255,255,255,.7); }
.offer-details-content { padding: 34px; }
.offer-size-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.offer-size-card { padding: 25px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: 0 7px 24px rgba(11,47,79,.06); }
.offer-size-card > span { display: inline-flex; margin-bottom: 13px; padding: 5px 9px; color: var(--navy); background: #edf3f8; border-radius: 99px; font-size: 11px; font-weight: 900; }
.offer-size-card h3 { margin-bottom: 15px; color: var(--navy); font-size: 22px; }
.offer-size-card dl { margin: 0 0 20px; }
.offer-size-card dl div { padding: 7px 0; display: flex; justify-content: space-between; gap: 14px; border-bottom: 1px solid #e7ecf0; font-size: 12px; }
.offer-size-card dt { color: var(--muted); }
.offer-size-card dd { margin: 0; color: var(--navy); font-weight: 800; }
.offer-size-card > strong { display: block; color: var(--orange); font-size: 25px; }
.offer-size-card > small { color: var(--navy); font-weight: 900; }
.featured-offer { border: 2px solid var(--orange); background: #fffaf5; }
.featured-offer > span { color: #fff; background: var(--orange); }
.offer-explanation { margin: 30px 0; padding: 28px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; background: var(--soft); border-radius: 15px; }
.offer-explanation h3 { margin: 6px 0 10px; color: var(--navy); font-size: 25px; }
.offer-explanation p { margin: 0; color: var(--muted); }
.scale-comparison { display: grid; gap: 8px; }
.scale-comparison div { padding: 12px 14px; display: grid; grid-template-columns: 70px 105px 1fr; align-items: center; gap: 10px; background: #fff; border-radius: 9px; }
.scale-comparison span { color: var(--navy); font-weight: 900; }
.scale-comparison b { color: var(--orange); }
.scale-comparison small { color: var(--muted); }
.offer-breakdowns { margin: 30px 0; }
.offer-breakdowns > h3 { margin-bottom: 4px; color: var(--navy); font-size: 23px; }
.offer-breakdowns > p { margin: 0 0 16px; color: var(--muted); font-size: 13px; }
.offer-breakdown { margin-top: 10px; overflow: hidden; border: 1px solid var(--line); border-radius: 12px; background: #fff; }
.offer-breakdown > summary { position: relative; min-height: 68px; padding: 15px 62px 15px 18px; display: flex; align-items: center; justify-content: space-between; gap: 20px; color: var(--navy); background: #f7f9fb; cursor: pointer; list-style: none; }
.offer-breakdown > summary::-webkit-details-marker { display: none; }
.offer-breakdown > summary::after { content: "+"; position: absolute; right: 18px; top: 50%; width: 30px; height: 30px; display: grid; place-items: center; color: #fff; background: var(--navy); border-radius: 50%; font-size: 19px; transform: translateY(-50%); }
.offer-breakdown[open] > summary::after { content: "−"; }
.offer-breakdown > summary span { display: grid; gap: 2px; font-size: 13px; }
.offer-breakdown > summary span b { font-size: 16px; }
.offer-breakdown > summary strong { padding-right: 7px; color: var(--orange); white-space: nowrap; }
.featured-breakdown { border-color: #ffb578; }
.featured-breakdown > summary { background: #fff8f1; }
.offer-breakdown-body { padding: 18px; border-top: 1px solid var(--line); }
.offer-breakdown-facts { margin-bottom: 14px; display: flex; flex-wrap: wrap; gap: 8px; }
.offer-breakdown-facts span { padding: 6px 10px; color: var(--navy); background: #edf3f8; border-radius: 99px; font-size: 11px; font-weight: 800; }
.offer-line-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 10px; }
.offer-line-table { width: 100%; min-width: 760px; border-collapse: collapse; }
.offer-line-table th, .offer-line-table td { padding: 9px 11px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 11px; text-align: right; }
.offer-line-table th:last-child, .offer-line-table td:last-child { border-right: 0; }
.offer-line-table tbody tr:last-child th, .offer-line-table tbody tr:last-child td { border-bottom: 0; }
.offer-line-table thead th { color: #fff; background: var(--navy); font-weight: 800; white-space: nowrap; }
.offer-line-table thead th:nth-child(1), .offer-line-table thead th:nth-child(2), .offer-line-table tbody td:first-child, .offer-line-table tbody th { text-align: left; }
.offer-line-table tbody th { color: var(--navy); background: #fbfcfd; font-weight: 700; }
.offer-line-table tbody td { color: var(--muted); white-space: nowrap; }
.offer-mini-total { padding: 14px 2px 0; display: flex; align-items: center; justify-content: flex-end; flex-wrap: wrap; gap: 10px 22px; color: var(--muted); font-size: 12px; }
.offer-mini-total b { color: var(--navy); }
.offer-mini-total > strong { color: var(--orange); font-size: 18px; }
.offer-breakdown-note { margin: 15px 0 0 !important; padding: 13px 15px; color: var(--navy) !important; background: #fff8f1; border-left: 3px solid var(--orange); border-radius: 0 8px 8px 0; }
.offer-work-table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 13px; }
.offer-work-table { width: 100%; min-width: 720px; border-collapse: collapse; }
.offer-work-table th, .offer-work-table td { padding: 13px 15px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); text-align: left; }
.offer-work-table th:last-child, .offer-work-table td:last-child { border-right: 0; }
.offer-work-table tbody tr:last-child th, .offer-work-table tbody tr:last-child td { border-bottom: 0; }
.offer-work-table thead th { color: #fff; background: var(--navy); font-size: 12px; }
.offer-work-table tbody th { color: var(--navy); background: #f7f9fb; font-size: 13px; }
.offer-work-table tbody td { color: var(--muted); font-size: 13px; }
.offer-scope { margin-top: 30px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.offer-scope > div { padding: 25px; border: 1px solid var(--line); border-radius: 14px; }
.offer-scope h3 { color: var(--navy); font-size: 20px; }
.offer-scope ol, .offer-scope ul { margin: 0; padding-left: 21px; }
.offer-scope li { margin: 7px 0; color: var(--muted); font-size: 13px; }
.offer-scope p { margin: 17px 0 0; padding-top: 15px; color: var(--navy); border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.catalog-gallery { grid-template-columns: repeat(4, 1fr); }
.catalog-gallery .gallery-item { height: 245px; }
.comparison-heading { margin-top: 55px; }

.split-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 55px; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.audience-grid > div { min-height: 113px; padding: 13px 7px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 9px; color: var(--navy); border: 1px solid var(--line); border-radius: 13px; text-align: center; font-size: 12px; font-weight: 800; }
.audience-grid svg { width: 37px; height: 37px; }
.notes-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.note-card { padding: 23px; border-radius: 15px; border: 1px solid var(--line); box-shadow: 0 5px 20px rgba(11,47,79,.05); }
.note-card h3 { margin-bottom: 13px; font-size: 16px; }
.note-card ul { margin: 0; padding-left: 20px; color: var(--muted); font-size: 13px; }
.note-card li { margin: 7px 0; }
.note-card p { margin: 14px 0 0; padding-top: 13px; color: var(--navy); border-top: 1px solid var(--line); font-size: 12px; font-weight: 700; }
.included-note h3 { color: #159447; }
.extra-note h3 { color: var(--orange); }

.suitability { background: #fff; }
.suitability-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.suitability-card { padding: 32px; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 8px 28px rgba(11,47,79,.06); }
.suitability-card .section-heading { margin-bottom: 20px; }
.suitability-card h2 { font-size: clamp(27px, 2.7vw, 37px); }
.suitable { background: linear-gradient(145deg, #f4fbf7, #fff); border-color: #cce9d7; }
.unsuitable { background: linear-gradient(145deg, #fff8f3, #fff); border-color: #ffd8bd; }
.tag-list { display: flex; flex-wrap: wrap; gap: 10px; }
.tag-list span { padding: 9px 13px; color: var(--navy); background: #fff; border: 1px solid #cfe1d6; border-radius: 99px; font-size: 13px; font-weight: 800; }
.unsuitable ul { margin: 0 0 17px; padding-left: 20px; color: var(--muted); }
.unsuitable li { margin: 8px 0; }
.unsuitable p { margin: 0; padding-top: 16px; color: var(--navy); border-top: 1px solid #f0d8c8; font-weight: 800; }

.limits { background: var(--soft); }
.not-included-card { padding: 32px; background: #fff; border: 1px solid #ffd5b8; border-radius: 18px; box-shadow: 0 8px 28px rgba(11,47,79,.06); }
.not-included-card h3 { margin-bottom: 20px; color: var(--orange); font-size: 22px; }
.exclusion-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; }
.exclusion-columns ul { margin: 0; padding: 0; list-style: none; }
.exclusion-columns li { position: relative; padding: 8px 0 8px 26px; border-bottom: 1px solid #edf0f3; color: var(--muted); }
.exclusion-columns li::before { content: "×"; position: absolute; left: 2px; color: #d84d20; font-size: 19px; font-weight: 900; }
.not-included-card > p { margin: 22px 0 0; padding: 17px 19px; color: var(--navy); background: #fff5ed; border-radius: 10px; font-weight: 800; text-align: center; }

.optional-services { background: linear-gradient(180deg, #fff, #f4f7fa); }
.optional-heading { max-width: 850px; }
.optional-heading p { margin: 8px auto 0; }
.optional-promise { display: block; margin-top: 15px; color: var(--navy); font-size: 17px; }
.optional-formula { width: fit-content; margin: 0 auto 23px; padding: 11px 18px; display: flex; align-items: center; gap: 13px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 99px; box-shadow: 0 5px 18px rgba(11,47,79,.06); font-size: 13px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.optional-formula b { width: 25px; height: 25px; display: grid; place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-size: 17px; }
.optional-package-note { margin-bottom: 16px; padding: 22px 25px; display: flex; align-items: center; justify-content: space-between; gap: 22px; color: #fff; background: linear-gradient(120deg, var(--navy), var(--navy-2)); border-radius: 15px; }
.optional-package-note > strong { max-width: 620px; font-size: 16px; }
.optional-package-note > div { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px; }
.optional-package-note span { padding: 6px 9px; color: var(--navy); background: #fff; border-radius: 99px; font-size: 11px; font-weight: 800; }
.optional-disclaimer { margin: 0 0 24px; padding: 14px 18px; color: var(--navy); background: #fff8f1; border-left: 4px solid var(--orange); border-radius: 0 10px 10px 0; font-size: 14px; font-weight: 700; }
.extras-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.extra-card { min-height: 315px; padding: 24px; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 7px 25px rgba(11,47,79,.06); transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.extra-card:hover { transform: translateY(-3px); border-color: #ffc08f; box-shadow: 0 13px 32px rgba(11,47,79,.1); }
.extra-card-top { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.extra-number { color: #c5d0db; font-size: 22px; font-weight: 900; letter-spacing: -.04em; }
.extra-badge { padding: 5px 8px; color: var(--orange); background: #fff2e8; border-radius: 99px; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.extra-card h3 { min-height: 47px; margin: 10px 0 5px; color: var(--navy); font-size: 19px; line-height: 1.2; }
.extra-price { display: block; margin-bottom: 12px; color: var(--orange); font-size: 21px; }
.extra-card > p { margin-bottom: 10px; color: var(--muted); font-size: 14px; }
.extra-card ul { margin: 0 0 10px; padding: 0; list-style: none; color: var(--navy); font-size: 12px; }
.extra-card li { position: relative; padding: 4px 0 4px 20px; }
.extra-card li::before { content: "✓"; position: absolute; left: 1px; color: #159447; font-weight: 900; }
.extra-card small { margin-top: auto; padding-top: 12px; color: var(--navy); border-top: 1px solid #e8edf2; font-size: 11px; font-weight: 700; }
.extras-protection { margin-top: 20px; padding: 22px 25px; display: grid; grid-template-columns: 145px 1fr; gap: 20px; align-items: center; color: var(--navy); background: #fff; border: 1px solid #ffd7bb; border-radius: 14px; }
.extras-protection strong { color: var(--orange); font-size: 16px; }
.extras-protection p { margin: 0; color: var(--muted); font-size: 13px; }
.optional-action { margin-top: 27px; display: flex; flex-direction: column; align-items: center; gap: 9px; text-align: center; }
.optional-action .button { min-width: 280px; }
.optional-action small { color: var(--muted); }
.extras-more { margin-top: 22px; }
.extras-more > summary { width: fit-content; margin: 0 auto; padding: 13px 20px; color: var(--navy); background: #fff; border: 2px solid var(--navy); border-radius: 11px; font-weight: 900; cursor: pointer; list-style: none; }
.extras-more > summary::-webkit-details-marker { display: none; }
.extras-more > summary::after { content: "+"; display: inline-block; margin-left: 10px; color: var(--orange); font-size: 20px; line-height: 1; }
.extras-more[open] > summary::after { content: "−"; }
.extras-more .extras-grid { margin-top: 22px; }

/* Brand homepage */
.home-hero { padding: 55px 0 48px; background: radial-gradient(circle at 12% 22%, rgba(201,71,0,.09), transparent 30%), linear-gradient(180deg, #fff, #f5f7fa); }
.home-hero-grid { display: grid; grid-template-columns: minmax(0, .92fr) minmax(520px, 1.08fr); gap: 50px; align-items: center; }
.home-hero h1 { max-width: 720px; }
.home-hero .hero-lead { max-width: 680px; }
.home-proof { margin: 22px 0 25px; display: flex; flex-wrap: wrap; gap: 9px; }
.home-proof span { padding: 8px 11px; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 999px; font-size: 13px; font-weight: 800; }
.home-hero-visual { position: relative; min-height: 535px; margin: 0; overflow: hidden; border-radius: 22px; box-shadow: var(--shadow); }
.home-hero-visual > img { width: 100%; height: 535px; object-fit: cover; }
.home-hero-visual::after { content: ""; position: absolute; inset: 42% 0 0; background: linear-gradient(transparent, rgba(4,25,43,.86)); pointer-events: none; }
.home-hero-panel { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 23px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.home-hero-panel div { min-height: 86px; padding: 14px; color: #fff; background: rgba(11,47,79,.86); border: 1px solid rgba(255,255,255,.28); border-radius: 13px; backdrop-filter: blur(8px); }
.home-hero-panel strong, .home-hero-panel span { display: block; }
.home-hero-panel strong { color: #fff; font-size: 16px; }
.home-hero-panel span { margin-top: 4px; color: rgba(255,255,255,.78); font-size: 12px; }
.home-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.home-service-card { position: relative; min-height: 415px; display: flex; flex-direction: column; overflow: hidden; color: #fff; background: var(--navy); border-radius: 19px; box-shadow: var(--shadow); }
.home-service-card img { width: 100%; height: 205px; object-fit: cover; }
.home-service-card > div { flex: 1; padding: 25px; }
.home-service-card h3 { margin-bottom: 8px; color: #fff; font-size: 27px; }
.home-service-card p { color: rgba(255,255,255,.77); }
.home-service-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: #fff; font-weight: 900; }
.home-service-card a svg { width: 18px; height: 18px; }
.home-trust-strip { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 17px; overflow: hidden; box-shadow: 0 10px 32px rgba(11,47,79,.07); }
.home-trust-strip div { min-height: 135px; padding: 24px; display: grid; align-content: center; gap: 7px; border-right: 1px solid var(--line); }
.home-trust-strip div:last-child { border-right: 0; }
.home-trust-strip strong { color: var(--navy); font-size: 19px; }
.home-trust-strip span { color: var(--muted); font-size: 14px; }
.home-case-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 28px; align-items: stretch; }
.home-case-grid figure { min-height: 480px; margin: 0; overflow: hidden; border-radius: 19px; box-shadow: var(--shadow); }
.home-case-grid figure img { width: 100%; height: 100%; object-fit: cover; }
.home-case-copy { padding: 40px; color: #fff; background: var(--navy); border-radius: 19px; }
.home-case-copy .kicker { color: #ffb37d; }
.home-case-copy h2 { color: #fff; }
.home-case-copy p { color: rgba(255,255,255,.78); }
.home-case-copy ul { margin: 26px 0 30px; padding: 0; display: grid; gap: 12px; list-style: none; }
.home-case-copy li { position: relative; padding-left: 28px; }
.home-case-copy li::before { content: "✓"; position: absolute; left: 0; color: #ffb37d; font-weight: 900; }
.faq-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.faq-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 8px 26px rgba(11,47,79,.05); }
.faq-grid h3 { margin-bottom: 9px; color: var(--navy); font-size: 21px; }
.faq-grid p { margin: 0; color: var(--muted); }
.faq-grid a { color: var(--navy); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

/* Legal pages */
.legal-hero { padding: 55px 0 30px; background: linear-gradient(180deg, #f5f7fa, #fff); }
.legal-hero h1 { max-width: 800px; }
.legal-layout { display: grid; grid-template-columns: minmax(0, 1fr) 300px; gap: 30px; align-items: start; }
.legal-content { display: grid; gap: 18px; }
.legal-card { padding: 28px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: 0 8px 26px rgba(11,47,79,.05); }
.legal-card h2 { font-size: 27px; }
.legal-card h3 { color: var(--navy); }
.legal-card p:last-child, .legal-card ul:last-child { margin-bottom: 0; }
.legal-card a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
.legal-aside { position: sticky; top: 100px; padding: 24px; color: #fff; background: var(--navy); border-radius: 16px; }
.legal-aside a { display: block; margin-top: 8px; color: #fff; text-decoration: underline; text-underline-offset: 3px; }

.final-cta { padding-top: 20px; }
.cta-box { padding: 38px 58px; display: flex; align-items: center; justify-content: space-between; gap: 28px; color: #fff; background: linear-gradient(120deg, #082846, #0e416d); border-radius: 19px; box-shadow: var(--shadow); }
.cta-box h2 { margin-bottom: 5px; color: #fff; font-size: clamp(25px, 3vw, 38px); }
.cta-box p { margin-bottom: 0; color: rgba(255,255,255,.75); }
.cta-box .button { flex: none; }

.site-footer { margin-top: 72px; padding: 55px 0 24px; color: rgba(255,255,255,.78); background: #071f35; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1.3fr .7fr .7fr; gap: 55px; }
.footer-brand img { width: 155px; height: auto; padding: 7px; background: #fff; border-radius: 9px; }
.footer-brand p { margin-top: 17px; }
.site-footer h3 { margin-bottom: 14px; color: #fff; font-size: 15px; }
.site-footer a, .site-footer address { display: block; margin: 7px 0; font-size: 13px; font-style: normal; }
.site-footer a:hover { color: #fff; }
.copyright { margin-top: 38px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.mobile-sticky-cta { display: none; }

.gallery-modal { width: min(1050px, calc(100% - 32px)); padding: 0; overflow: visible; border: 0; border-radius: 18px; background: #061b2e; box-shadow: 0 30px 100px rgba(0,0,0,.55); }
.gallery-modal::backdrop { background: rgba(2,15,26,.88); backdrop-filter: blur(5px); }
.gallery-modal figure { margin: 0; }
.gallery-modal img { width: 100%; max-height: 78vh; object-fit: contain; border-radius: 18px 18px 0 0; }
.gallery-modal figcaption { padding: 15px 22px 20px; color: #fff; font-weight: 800; text-align: center; }
.modal-close, .modal-arrow { position: absolute; z-index: 3; width: 44px; height: 44px; display: grid; place-items: center; color: #fff; background: var(--orange); border: 0; border-radius: 50%; cursor: pointer; }
.modal-close { top: -15px; right: -15px; }
.modal-prev, .modal-next { top: 50%; transform: translateY(-50%); }
.modal-prev { left: -22px; }
.modal-prev svg { transform: rotate(180deg); }
.modal-next { right: -22px; }
.modal-count { position: absolute; right: 18px; bottom: 17px; color: rgba(255,255,255,.65); font-size: 12px; }

@media (max-width: 1050px) {
  .main-nav { gap: 18px; }
  .header-cta span { display: none; }
  .header-cta { width: 46px; padding: 8px; }
  .header-call { width: 42px; padding: 8px; }
  .header-call-label { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 28px; }
  .hero-image, .hero-image img { min-height: 420px; }
  .package-grid { grid-template-columns: repeat(4, 1fr); }
  .package-grid-six { grid-template-columns: repeat(3, 1fr); }
  .package-grid-seven { grid-template-columns: repeat(4, 1fr); }
  .package-grid-nine { grid-template-columns: repeat(4, 1fr); }
  .package-grid-ten { grid-template-columns: repeat(5, 1fr); }
  .gallery-track { grid-template-columns: repeat(3, 1fr); }
  .gallery-item:nth-child(n+4) { display: none; }
  .included-grid { grid-template-columns: repeat(3, 1fr); }
  .package-l-included { grid-template-columns: repeat(2, 1fr); }
  .package-xl-included { grid-template-columns: repeat(3, 1fr); }
  .t1-included { grid-template-columns: repeat(2, 1fr); }
  .finish-choice-grid.three-options { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .finish-choice-grid.three-options .active-finish { grid-column: 1 / -1; }
  .day-grid { grid-template-columns: 1fr; }
  .split-layout { grid-template-columns: 1fr; }
  .comparison-grid, .suitability-grid { grid-template-columns: 1fr; }
  .technical-layout { grid-template-columns: 1fr; }
  .technical-image img { height: 430px; }
  .drywall-package-grid { grid-template-columns: 1fr; }
  .drywall-tier { min-height: 0; }
  .door-extra { grid-template-columns: 1fr 1fr; }
  .door-extra > div:first-child { grid-column: 1 / -1; }
  .t1-extras-grid { grid-template-columns: repeat(2, 1fr); }
  .ceiling-package-layout { grid-template-columns: 1fr; }
  .ceiling-package-grid-four { grid-template-columns: repeat(2, 1fr); }
  .ceiling-package-layout.reverse .ceiling-package-image { order: 0; }
  .ceiling-package-image { position: static; }
  .ceiling-package-image img { height: 430px; }
  .ceiling-extras-grid { grid-template-columns: repeat(2, 1fr); }
  .d4-included { grid-template-columns: repeat(3, 1fr); }
  .renovation-package-grid { grid-template-columns: repeat(2, 1fr); }
  .renovation-tier { min-height: 0; }
  .offer-preview-layout { grid-template-columns: 1fr; }
  .offer-preview-copy { position: static; }
  .offer-size-grid { grid-template-columns: 1fr; }
  .offer-explanation { grid-template-columns: 1fr; }
  .renovation-choice-grid { gap: 14px; }
  .renovation-choice-card { padding: 22px 18px; }
  .renovation-choice-card--premium { padding: 26px; }
  .catalog-gallery { grid-template-columns: repeat(3, 1fr); }
  .renovation-message-grid { grid-template-columns: 1fr; gap: 30px; }
  .process-grid-four { grid-template-columns: 1fr; gap: 16px; }
  .process-grid-four .process-arrow { display: none; }
  .process-grid-five { grid-template-columns: 1fr; gap: 16px; }
  .process-grid-five .process-arrow { display: none; }
  .process-grid-five .step-card { min-height: 128px; padding: 22px; grid-template-columns: 52px 1fr; text-align: left; }
  .process-grid-five .step-card > svg { grid-row: 1 / span 2; width: 51px; height: 51px; margin: 0; }
  .extras-grid { grid-template-columns: repeat(2, 1fr); }
  .optional-package-note { align-items: flex-start; flex-direction: column; }
  .optional-package-note > div { justify-content: flex-start; }
  .home-hero-grid, .home-case-grid { grid-template-columns: 1fr; }
  .home-hero-visual { min-height: 480px; }
  .home-service-grid { grid-template-columns: 1fr 1fr; }
  .home-service-card:last-child { grid-column: 1 / -1; }
  .home-trust-strip { grid-template-columns: 1fr 1fr; }
  .home-trust-strip div:nth-child(2) { border-right: 0; }
  .home-trust-strip div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .legal-layout { grid-template-columns: 1fr; }
  .legal-aside { position: static; }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: 76px; overflow-x: hidden; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 50px 0; }
  .site-header { height: 70px; }
  .header-inner { height: 70px; justify-content: space-between; gap: 12px; }
  .logo-link img { width: 82px; height: 58px; }
  .mobile-package { display: inline-flex; padding: 7px 13px; color: #fff; background: var(--orange); border-radius: 9px; font-size: 13px; font-weight: 900; }
  .header-cta { display: none; }
  .header-call { width: 40px; min-height: 40px; padding: 0; }
  .menu-toggle { width: 44px; height: 44px; display: grid; place-items: center; padding: 0; color: var(--navy); background: transparent; border: 0; cursor: pointer; }
  .menu-toggle svg { width: 30px; height: 30px; stroke-width: 2.5; }
  .menu-toggle > span { font-size: 30px; line-height: 1; }
  .main-nav { position: fixed; inset: 70px 0 auto; display: grid; gap: 0; padding: 12px 14px 20px; visibility: hidden; pointer-events: none; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 40px rgba(11,47,79,.15); transform: translateY(-130%); transition: transform .25s ease, visibility .25s ease; }
  .main-nav.open { visibility: visible; pointer-events: auto; transform: translateY(0); }
  .main-nav a { padding: 14px 10px; border-bottom: 1px solid var(--line); font-size: 16px; }

  .hero { padding: 27px 0 34px; }
  .hero-grid { display: flex; flex-direction: column; gap: 25px; }
  .hero-copy { display: contents; }
  .eyebrow { order: 0; }
  h1 { order: 1; margin: -13px 0 -16px; font-size: clamp(38px, 11vw, 53px); }
  .hero-lead { order: 2; margin: -8px 0 -16px; font-size: 20px; }
  .hero-description { display: none; }
  .price { order: 3; margin-bottom: -19px; }
  .price strong { font-size: 61px; }
  .price b { font-size: 24px; }
  .price-example { order: 4; margin: -4px 0 -9px; font-size: 13px; }
  .price-note { order: 4; margin: -7px 0 -7px; font-size: 13px; }
  .price-calculation-note { order: 4; margin: -5px 0 0; font-size: 12px; }
  .renovation-hero h1 { font-size: clamp(35px, 10vw, 46px); line-height: 1.04; }
  .hero-project-price { order: 3; width: 100%; margin: 0; padding: 18px; grid-template-columns: 1fr; gap: 4px; }
  .hero-project-price strong, .hero-project-price span, .hero-project-price small, .hero-project-price b { grid-column: 1; grid-row: auto; }
  .hero-project-price strong { font-size: 38px; }
  .hero-project-price b { max-width: none; text-align: left; }
  .renovation-hero-collage { order: 6; width: calc(100% + 28px); align-self: stretch; grid-template-columns: 1fr 1fr; grid-template-rows: 265px 125px auto; gap: 8px; margin-left: -14px; }
  .renovation-hero-collage .collage-main { grid-column: 1 / -1; grid-row: 1; }
  .renovation-hero-collage > div { border-radius: 0; box-shadow: none; }
  .renovation-hero-collage figcaption { border-radius: 0; flex-direction: column; align-items: flex-start; gap: 3px; }
  .renovation-hero-collage figcaption small { text-align: left; }
  .t1-hero .container { width: calc(100vw - 28px); max-width: calc(100vw - 28px); }
  .t1-hero .price { width: 100%; min-width: 0; flex-wrap: wrap; justify-content: center; gap: 3px 7px; text-align: center; }
  .t1-hero .price b { font-size: 20px; }
  .t1-hero .price-example, .t1-hero .price-note { width: 100%; text-align: center; }
  .t1-hero .hero-lead { width: 100%; min-width: 0; max-width: 100%; overflow-wrap: anywhere; }
  .hero-actions { order: 5; display: grid; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-image { order: 6; width: calc(100% + 28px); min-height: 330px; margin-left: -14px; border-radius: 0; box-shadow: none; }
  .hero-image img { min-height: 330px; }
  .hero-image figcaption { left: 16px; right: 16px; bottom: 14px; }
  .hero-image figcaption strong { font-size: 14px; }
  .hero-image figcaption span { display: none; }

  .section-tight { padding-bottom: 25px; }
  .photo-story { display: flex; gap: 12px; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; padding-bottom: 8px; }
  .photo-story::-webkit-scrollbar, .gallery-track::-webkit-scrollbar { display: none; }
  .story-card { flex: 0 0 84%; height: 240px; scroll-snap-align: start; }
  .story-arrow { display: none; }
  .benefit-strip { grid-template-columns: repeat(6, 132px); overflow-x: auto; scroll-snap-type: x mandatory; }
  .benefit { min-height: 104px; flex-direction: column; gap: 5px; border-right: 1px solid var(--line); scroll-snap-align: start; text-align: center; font-size: 12px; }
  .benefit svg { width: 31px; height: 31px; }

  .section-heading { margin-bottom: 22px; }
  .row-heading { align-items: start; }
  .row-heading .button { min-height: 42px; padding: 8px 11px; font-size: 12px; }
  h2 { font-size: 31px; }
  .package-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding: 2px 0 8px; }
  .package-card { flex: 0 0 124px; min-height: 124px; scroll-snap-align: start; }

  .gallery-track { display: flex; gap: 11px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 6px; }
  .gallery-item, .gallery-item:nth-child(n+4) { display: block; flex: 0 0 72%; height: 245px; scroll-snap-align: start; }
  .principle-grid { display: flex; gap: 13px; overflow-x: auto; scroll-snap-type: x mandatory; padding: 9px 1px 10px; }
  .principle-card { flex: 0 0 87%; scroll-snap-align: start; }
  .principle-card.featured { transform: none; }
  blockquote { min-height: auto; }
  .included-grid { grid-template-columns: repeat(2, 1fr); gap: 9px; }
  .included-card { min-height: 95px; padding: 10px 7px; flex-direction: column; gap: 5px; text-align: center; font-size: 12px; }
  .included-card svg { width: 31px; height: 31px; }
  .t1-formula { grid-template-columns: 1fr; padding: 18px; }
  .minimum-note { margin-top: 15px; font-size: 13px; }
  .technical-table th, .technical-table td { padding: 12px 10px; }
  .technical-table th { width: 38%; }
  .technical-image img { height: 300px; }
  .door-extra { grid-template-columns: 1fr; padding: 22px; }
  .door-extra > div:first-child { grid-column: auto; }
  .door-extra > p { grid-column: auto; text-align: left; }
  .t1-extras-grid { grid-template-columns: 1fr; }
  .t1-extras-grid article { min-height: 105px; }
  .finish-choice-grid { grid-template-columns: 1fr; }
  .finish-choice-grid.three-options .active-finish { grid-column: auto; }
  .finish-choice-card { padding: 22px; }
  .finish-total { grid-template-columns: 1fr; gap: 7px; text-align: center; }
  .finish-total > span { grid-row: auto; }
  .t1-gallery .gallery-item { height: 245px; }
  .ceiling-basis-grid { grid-template-columns: repeat(2, 1fr); }
  .ceiling-package-layout { gap: 25px; }
  .ceiling-formula-four { grid-template-columns: 1fr; }
  .ceiling-package-grid-four { grid-template-columns: 1fr; }
  .ceiling-package-image { margin-inline: -14px; border-radius: 0; }
  .ceiling-package-image img { height: 330px; }
  .ceiling-service-columns { grid-template-columns: 1fr; }
  .ceiling-price-box span strong { display: block; margin-top: 3px; }
  .ceiling-extras-grid { grid-template-columns: 1fr; }
  .ceiling-extras-grid article { min-height: 104px; }
  .ceiling-protection { grid-template-columns: 1fr; padding: 20px; }
  .d4-included { grid-template-columns: repeat(2, 1fr); }
  .renovation-choice-grid { grid-template-columns: 1fr; gap: 16px; }
  .renovation-choice-card { padding: 23px 20px; }
  .renovation-choice-card--recommended { order: -1; transform: none; }
  .renovation-choice-card--premium { margin-top: 16px; grid-template-columns: 1fr; gap: 22px; }
  .renovation-choice-for { min-height: 0; }
  .renovation-choice-card h3 { font-size: 27px; }
  .renovation-choice-price strong { font-size: 34px; }
  .package-decision-strip { grid-template-columns: 1fr; }
  .package-decision-strip div { min-height: 76px; border-right: 0; border-bottom: 1px solid var(--line); }
  .package-decision-strip div:last-child { border-bottom: 0; }
  .package-card-actions { grid-template-columns: 1fr; }
  .renovation-comparison-wrap { overflow: visible; border: 0; border-radius: 0; background: transparent; box-shadow: none; }
  .renovation-comparison { min-width: 0; }
  .renovation-comparison thead { display: none; }
  .renovation-comparison tbody, .renovation-comparison tr, .renovation-comparison th, .renovation-comparison td { display: block; width: 100%; }
  .renovation-comparison tr { margin-bottom: 14px; overflow: hidden; border: 1px solid var(--line); border-radius: 14px; background: #fff; box-shadow: 0 7px 22px rgba(11,47,79,.05); }
  .renovation-comparison tbody th, .renovation-comparison tbody td { padding: 13px 16px; border: 0; border-bottom: 1px solid var(--line); }
  .renovation-comparison tbody tr > :last-child { border-bottom: 0; }
  .renovation-comparison tbody th { color: #fff; background: var(--navy); font-size: 16px; }
  .renovation-comparison td::before { content: attr(data-label); display: block; margin-bottom: 4px; color: var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
  .renovation-comparison tbody td:last-child { white-space: normal; }
  .transparency-grid { grid-template-columns: 1fr; }
  .package-price-panel { padding: 22px 17px; }
  .price-formula { grid-template-columns: 1fr; gap: 7px; }
  .price-formula b { line-height: .8; }
  .price-example-card { align-items: flex-start; flex-direction: column; gap: 14px; }
  .price-example-card > div:last-child { text-align: left; }
  .price-detail-links { display: grid; }
  .a4-offer-preview { min-height: 0; margin-inline: -14px; padding: 28px 18px; }
  .a4-offer-preview > header { align-items: flex-start; }
  .a4-offer-preview > header img { width: 100px; height: 68px; }
  .a4-offer-preview > header strong { font-size: 15px; }
  .offer-address { display: grid; gap: 8px; }
  .offer-address p { margin-bottom: 0; }
  .offer-address p:last-child { text-align: left; }
  .offer-table { border: 0; }
  .offer-row { margin-bottom: 12px; grid-template-columns: 1fr 1fr; border: 1px solid #dce3e9; }
  .offer-row > span { border-bottom: 1px solid #dce3e9; font-size: 11px; }
  .offer-row > span:nth-child(even) { border-right: 0; text-align: right; }
  .offer-row > span:nth-last-child(-n+2) { border-bottom: 0; }
  .offer-head { display: none; }
  .offer-included { grid-template-columns: 1fr; gap: 12px; }
  .offer-total { width: 100%; }
  .offer-comparison-details > summary { min-height: 105px; padding: 18px 58px 18px 18px; }
  .offer-comparison-details > summary::after { right: 14px; width: 34px; height: 34px; }
  .offer-comparison-details > summary strong { font-size: 18px; }
  .offer-details-content { padding: 18px; }
  .offer-size-card { padding: 21px; }
  .offer-explanation { padding: 21px; }
  .offer-breakdown > summary { align-items: flex-start; flex-direction: column; gap: 5px; }
  .offer-breakdown > summary strong { padding-right: 0; }
  .offer-breakdown-body { padding: 12px; }
  .offer-mini-total { justify-content: flex-start; }
  .scale-comparison div { grid-template-columns: 62px 96px 1fr; padding: 11px; font-size: 12px; }
  .offer-scope { grid-template-columns: 1fr; }
  .offer-scope > div { padding: 20px; }
  .catalog-gallery { display: flex; }
  .catalog-gallery .gallery-item { height: 245px; }
  .bath-highlight { grid-template-columns: 1fr; padding: 22px; }
  .bath-highlight-large { padding: 25px 22px; }
  .bath-highlight-icon { width: 55px; height: 55px; }
  .service-details:not([hidden]) { grid-template-columns: 1fr; gap: 0; padding: 18px; font-size: 13px; }
  .comparison-card, .suitability-card, .not-included-card { padding: 24px 20px; }
  .comparison-card > p { min-height: 0; }
  .exclusion-columns { grid-template-columns: 1fr; gap: 0; }
  .extras-grid { grid-template-columns: 1fr; }
  .extra-card { min-height: 0; padding: 21px; }
  .extra-card h3 { min-height: 0; }
  .optional-package-note { padding: 20px; }
  .optional-formula { width: 100%; justify-content: center; padding-inline: 12px; font-size: 10px; }
  .extras-protection { grid-template-columns: 1fr; gap: 8px; padding: 20px; }
  .optional-action .button { width: 100%; min-width: 0; }
  .extra-card small, .package-card small, .renovation-tier small { font-size: 12px; }

  .home-hero { padding: 35px 0 30px; }
  .home-hero-grid { gap: 28px; }
  .home-hero h1 { margin: 12px 0 8px; font-size: 43px; }
  .home-hero .hero-lead { margin: 0; font-size: 20px; }
  .home-proof { margin: 17px 0 20px; }
  .home-hero-visual { width: calc(100% + 28px); min-height: 430px; margin-left: -14px; border-radius: 0; }
  .home-hero-visual > img { height: 430px; }
  .home-hero-panel { left: 12px; right: 12px; bottom: 12px; grid-template-columns: 1fr; }
  .home-hero-panel div { min-height: 0; padding: 11px 13px; }
  .home-service-grid { grid-template-columns: 1fr; }
  .home-service-card:last-child { grid-column: auto; }
  .home-trust-strip { grid-template-columns: 1fr; }
  .home-trust-strip div { min-height: 108px; border-right: 0; border-bottom: 1px solid var(--line); }
  .home-trust-strip div:last-child { border-bottom: 0; }
  .home-case-grid figure { min-height: 320px; }
  .home-case-copy { padding: 27px 22px; }
  .faq-grid { grid-template-columns: 1fr; }
  .legal-hero { padding: 35px 0 18px; }
  .legal-hero h1 { margin: 10px 0 0; font-size: clamp(34px, 9.5vw, 39px); overflow-wrap: anywhere; hyphens: auto; }
  .legal-card { padding: 22px 18px; }

  .process-grid { grid-template-columns: 1fr; gap: 16px; }
  .process-arrow { display: none; }
  .step-card { min-height: 128px; padding: 22px; }
  .center-action .button { width: 100%; }
  .split-layout { gap: 47px; }
  .audience-grid { grid-template-columns: repeat(2, 1fr); }
  .notes-grid { grid-template-columns: 1fr; }

  .final-cta { padding-top: 0; }
  .cta-box { padding: 31px 22px; flex-direction: column; align-items: stretch; text-align: center; }
  .cta-box .button { width: 100%; }
  .site-footer { margin-top: 50px; padding-top: 40px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px 22px; }
  .footer-brand { grid-column: 1 / -1; }

  .mobile-sticky-cta { position: fixed; z-index: 90; left: 10px; right: 10px; bottom: 9px; min-height: 58px; padding: 12px 18px; display: flex; align-items: center; justify-content: center; gap: 10px; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); border-radius: 13px; box-shadow: 0 10px 35px rgba(19,38,55,.35); font-weight: 900; }
  .gallery-modal { width: calc(100% - 20px); }
  .modal-prev { left: 7px; }
  .modal-next { right: 7px; }
  .modal-close { top: 8px; right: 8px; }
}

@media (max-width: 390px) {
  .mobile-package { display: none; }
  .home-hero h1 { font-size: 38px; }
  .hero-lead { font-size: 18px; }
  .price strong { font-size: 54px; }
  .button { padding-inline: 14px; font-size: 14px; }
  .row-heading { display: block; }
  .row-heading .button { margin-top: 15px; }
  .footer-grid { grid-template-columns: 1fr; }
}

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