:root {
  --ink: #222222;
  --muted: #5f6b7a;
  --soft: #f7f8fa;
  --line: #e5e8ee;
  --brand: #46ade6;
  --brand-dark: #2c366a;
  --brand-hot: #ffb21f;
  --green: #00be6e;
  --red: #dc2626;
  --white: #ffffff;
  --shadow: 0 14px 34px rgba(21, 32, 43, .08);
  --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: hidden; }
body {
  margin: 0;
  font-family: "Roboto", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  font-size: 17px;
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1220px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 76px;
  padding: 12px max(20px, calc((100vw - 1220px) / 2));
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.logo img { width: 178px; }
.top-nav { display: flex; align-items: center; justify-content: center; gap: 24px; font-size: 15px; color: #354558; }
.top-nav a, .header-phone { text-decoration: none; font-weight: 500; }
.top-nav a:hover, .header-phone:hover { color: var(--brand); }
.header-phone {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  padding: 0 16px;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--green), #28d88a);
  color: #fff;
  box-shadow: 0 10px 24px rgba(0, 190, 110, .28);
}

.hero {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #08111a;
}
.hero:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(4, 12, 19, .96) 0%, rgba(7, 18, 28, .84) 45%, rgba(7, 18, 28, .38) 74%, rgba(7, 18, 28, .08) 100%),
    radial-gradient(circle at 82% 18%, rgba(70, 173, 230, .22), transparent 32%),
    linear-gradient(0deg, rgba(4, 12, 19, .86) 0%, rgba(4, 12, 19, .08) 46%),
    var(--hero-image);
  background-size: cover;
  background-position: center right 28%;
  transform: scale(1.01);
}
.hero:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 96px;
  background: linear-gradient(180deg, rgba(4,12,19,0), rgba(4,12,19,.76));
  pointer-events: none;
}
.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, .96fr) minmax(390px, .5fr);
  gap: clamp(28px, 4vw, 56px);
  align-items: center;
  min-height: calc(100svh - 76px);
  padding: 48px 0 52px;
}
.hero-shell > *, .hero-copy { min-width: 0; }
.hero-copy { max-width: 790px; padding: 0; }
.eyebrow { margin: 0 0 14px; color: var(--green); font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; }
h1, h2, h3, h4, p { margin-top: 0; }
h1 { margin-bottom: 20px; font-size: clamp(44px, 4.4vw, 64px); line-height: .98; font-weight: 700; letter-spacing: 0; max-width: 780px; overflow-wrap: anywhere; }
h1 span { display: inline; }
h2 { margin-bottom: 18px; font-size: clamp(34px, 3vw, 42px); line-height: 1.12; letter-spacing: 0; overflow-wrap: anywhere; }
h3 { margin-bottom: 12px; font-size: 24px; line-height: 1.25; }
h4 { margin: 18px 0 8px; font-size: 16px; color: var(--brand-dark); }
.lead { max-width: 760px; margin-bottom: 16px; font-size: 22px; line-height: 1.45; color: #f3f7fb; }
.hero-note { max-width: 760px; margin-bottom: 24px; color: #c7d1dc; font-size: 15px; }
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 0 0 24px;
}
.hero-proof-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 760px;
}
.hero-proof-row div {
  padding: 15px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  backdrop-filter: blur(10px);
}
.hero-proof-row b { display: block; margin-bottom: 4px; color: #fff; font-size: 22px; line-height: 1; }
.hero-proof-row span { color: #c7d1dc; font-size: 13px; line-height: 1.35; }
.hero-route-panel {
  padding: 0;
  border: 1px solid rgba(255,255,255,.18);
  border-radius: var(--radius);
  background: rgba(9, 18, 28, .66);
  backdrop-filter: blur(14px);
  box-shadow: 0 24px 70px rgba(0,0,0,.28);
}
.hero-fast-card {
  display: grid;
  gap: 14px;
  padding: 24px;
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(244, 251, 255, .94)),
    linear-gradient(135deg, rgba(0,190,110,.12), rgba(70,173,230,.12));
  color: var(--ink);
  box-shadow: 0 22px 56px rgba(0,0,0,.26);
}
.hero-fast-card .eyebrow { margin-bottom: 0; color: var(--green); }
.hero-fast-card h2 { margin: 0; font-size: 28px; }
.hero-fast-card p { margin: 0; color: #405063; font-size: 15px; line-height: 1.45; }
.hero-fast-form {
  display: grid;
  gap: 10px;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hero-fast-form label { color: var(--ink); }
.hero-fast-form .consent { margin: 0; }
.hero-fast-form .consent span,
.hero-fast-form .consent a { color: #526170; }
.hero-fast-form .submit-btn { width: 100%; }
.hero-choice { margin: 18px 22px 14px; font-size: 20px; color: #fff; }
.scenario-cards { display: grid; grid-template-columns: 1fr; gap: 10px; }
.hero-route-panel .scenario-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); margin: 0 22px; }
.scenario-card {
  min-height: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: var(--radius);
  background: rgba(255,255,255,.08);
  color: #fff;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.scenario-card strong { min-width: 0; font-size: 14px; line-height: 1.28; overflow-wrap: anywhere; }
.scenario-card span { color: #89f0bf; font-size: 13px; font-weight: 700; }
.scenario-card:hover, .scenario-card:focus-visible { background: rgba(255,255,255,.1); border-color: var(--green); transform: translateY(-2px); outline: none; }
.uncertain {
  display: grid;
  gap: 5px;
  margin: 16px 22px 22px;
  padding: 16px;
  border-left: 3px solid var(--green);
  background: rgba(255,255,255,.06);
  color: #d5dce6;
  font-size: 15px;
}
.uncertain strong { color: #fff; }

.section { padding: 92px 0; background: #fff; }
.section-soft { background: var(--soft); }
.section-head { max-width: 840px; margin-bottom: 34px; }
.section-head p { color: var(--muted); font-size: 18px; }
.free-paid-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 20px; }
.truth-card, .explain-block, .estimate-group, .scenario-detail, .compare-mobile article, .project-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: var(--shadow);
}
.truth-card { padding: 28px; }
.truth-card h3 { display: flex; align-items: center; gap: 10px; }
.truth-card h3:before { content: ""; width: 12px; height: 12px; border-radius: 50%; flex: 0 0 auto; }
.truth-free h3:before { background: var(--green); }
.truth-paid h3:before { background: var(--red); }
.truth-paid ul, .scenario-detail ul { margin: 0; padding-left: 21px; }
.truth-paid li + li, .scenario-detail li + li { margin-top: 7px; }
.explain-block { margin-top: 20px; padding: 28px; background: #fdfdfd; }
.btn {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 0 22px;
  border: 0;
  border-radius: 5px;
  background: linear-gradient(135deg, var(--brand), #2088c6);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  box-shadow: 0 12px 26px rgba(70, 173, 230, .25);
  transition: background .2s ease, transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.btn:hover, .btn:focus-visible { background: linear-gradient(135deg, #3199d4, #176da5); outline: none; box-shadow: 0 16px 32px rgba(70, 173, 230, .32); }
.btn:active { transform: translateY(1px); }
.btn:disabled { opacity: .45; cursor: not-allowed; }
.btn-secondary { background: linear-gradient(135deg, var(--brand-dark), #1c244e); box-shadow: 0 12px 26px rgba(44, 54, 106, .22); }
.btn-secondary:hover, .btn-secondary:focus-visible { background: linear-gradient(135deg, #222b58, #151b3d); }
.btn-ghost {
  border: 1px solid rgba(44, 54, 106, .24);
  background: #fff;
  color: var(--brand-dark);
  box-shadow: 0 10px 22px rgba(21, 32, 43, .07);
}
.btn-ghost:hover, .btn-ghost:focus-visible {
  background: #f4f9fd;
  color: var(--brand-dark);
}
.btn-shine {
  background: linear-gradient(135deg, #00be6e 0%, #46ade6 54%, #ffb21f 132%);
  box-shadow: 0 16px 36px rgba(0, 190, 110, .32), inset 0 1px 0 rgba(255,255,255,.36);
}
.btn-shine:hover, .btn-shine:focus-visible {
  background: linear-gradient(135deg, #00aa63 0%, #269bd7 58%, #efa20f 130%);
  box-shadow: 0 18px 38px rgba(0, 190, 110, .34), inset 0 1px 0 rgba(255,255,255,.32);
}
.btn-shine:after {
  content: "";
  position: absolute;
  inset: -80% auto -80% -45%;
  width: 38%;
  transform: rotate(18deg);
  background: rgba(255,255,255,.34);
  transition: left .55s ease;
}
.btn-shine:hover:after, .btn-shine:focus-visible:after { left: 115%; }
.btn-small { min-height: 46px; padding: 0 16px; font-size: 15px; }
.link-button {
  min-height: 44px;
  border: 0;
  background: transparent;
  color: var(--brand-dark);
  padding: 0;
  font-weight: 700;
  text-align: left;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.link-button:hover { color: var(--brand); }

.estimate-stack { display: grid; gap: 16px; }
.estimate-group { padding: 24px; }
.estimate-group p { margin-top: -5px; color: var(--muted); }
.estimate-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: baseline;
  padding: 10px 0;
  border-bottom: 1px solid #edf0f4;
}
.estimate-row b { white-space: nowrap; color: var(--brand-dark); }
.estimate-subtotal { margin-top: 14px; padding-top: 14px; border-top: 2px solid var(--line); font-weight: 700; color: var(--brand-dark); }
.estimate-total {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 16px;
  align-items: center;
  padding: 24px;
  border-radius: var(--radius);
  background: #111;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
}
.estimate-total b { color: var(--green); white-space: nowrap; }
.estimate-after { max-width: 840px; margin-top: 28px; }
.button-row { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }

.scenario-detail-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.scenario-detail { scroll-margin-top: 96px; padding: 26px; }
.scenario-detail h3 { color: var(--brand-dark); }

.compare-desktop { display: grid; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; box-shadow: var(--shadow); }
.compare-row { display: grid; grid-template-columns: 1.1fr repeat(4, minmax(0, 1fr)); }
.compare-row > div { min-height: 64px; padding: 16px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 14px; }
.compare-row > div:first-child { font-weight: 700; }
.compare-row > div:last-child { border-right: 0; }
.compare-row:last-child > div { border-bottom: 0; }
.compare-head > div { background: #111; color: #fff; font-weight: 700; }
.compare-row > div:nth-child(5) { background: #f0fbf7; }
.compare-mobile { display: none; }
.warning-copy { max-width: 900px; margin: 24px 0 0; color: var(--muted); }

.project-showcase {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(340px, .85fr);
  gap: 18px;
}
.project-side { display: grid; gap: 18px; }
.project-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}
.project-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #edf2f6;
}
.project-card-large {
  min-height: 620px;
  display: grid;
  align-items: end;
  color: #fff;
  background: #0c1117;
}
.project-card-large img {
  position: absolute;
  inset: 0;
}
.project-card-large:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(6,13,20,.1) 20%, rgba(6,13,20,.86) 100%);
}
.project-card-large .project-copy {
  position: relative;
  z-index: 1;
  max-width: 620px;
  padding: 34px;
}
.project-card-large .project-copy p { color: #e7edf3; }
.project-card-large .link-button { color: #fff; }
.project-card-large .link-button:hover { color: #8cf0bd; }
.project-card-compact {
  display: grid;
  grid-template-columns: 210px 1fr;
  min-height: 300px;
}
.project-card-compact .project-copy { padding: 24px; }
.project-label {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.project-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 20px;
}
.project-tags span {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.project-card-compact .project-label { color: var(--brand-dark); }
.project-card-compact p { color: var(--muted); }

.portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.portfolio-card {
  position: relative;
  overflow: hidden;
  min-height: 430px;
  display: grid;
  align-items: end;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #121a23;
  color: #fff;
  box-shadow: var(--shadow);
}
.portfolio-card-featured {
  min-height: 430px;
}
.portfolio-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: #edf2f6;
}
.portfolio-card:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,12,18,.05) 20%, rgba(5,12,18,.88) 100%);
}
.portfolio-copy {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 24px;
}
.portfolio-card-featured .portfolio-copy { padding: 24px; }
.portfolio-copy h3 { color: #fff; }
.portfolio-copy p { color: #e6eef5; }
.portfolio-card .link-button { color: #fff; }
.portfolio-card .link-button:hover { color: #8cf0bd; }

.faq-list { display: grid; gap: 10px; }
.faq-item { border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: var(--shadow); overflow: hidden; }
.faq-item button { width: 100%; min-height: 64px; display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 0; background: #fff; padding: 18px 20px; text-align: left; font-weight: 700; color: var(--ink); }
.faq-item button:after { content: "+"; color: var(--brand); font-size: 24px; line-height: 1; }
.faq-item.open button:after { content: "−"; }
.faq-answer { display: none; padding: 0 20px 20px; color: var(--muted); }
.faq-item.open .faq-answer { display: block; }

.final-section { background: #111; color: #fff; }
.final-section .eyebrow { color: var(--green); }
.final-grid { display: grid; grid-template-columns: minmax(0, .9fr) minmax(360px, .72fr); gap: 48px; align-items: start; }
.final-grid p { color: #d5dce6; }
.direct-contact { display: grid; gap: 8px; margin-top: 28px; }
.direct-contact a:not(.btn) { width: fit-content; color: #fff; font-size: 28px; font-weight: 700; text-decoration: none; }
.direct-contact small { color: #aeb7c4; }
.direct-contact .btn { width: fit-content; margin-top: 12px; }
.lead-form {
  display: grid;
  gap: 14px;
  padding: 26px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 12px 34px rgba(0,0,0,.18);
}
.hero-fast-card .lead-form {
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.hero-fast-card .lead-form input,
.hero-fast-card .lead-form select {
  min-height: 46px;
}
.lead-form.compact { box-shadow: none; padding: 0; }
.lead-form label { display: grid; gap: 6px; font-weight: 700; font-size: 14px; }
.lead-form input, .lead-form textarea, .lead-form select {
  width: 100%;
  min-height: 50px;
  border: 1px solid #ccd4df;
  border-radius: 5px;
  padding: 0 14px;
  color: var(--ink);
  background: #fff;
}
.lead-form select { appearance: auto; }
.lead-form textarea { padding-top: 12px; resize: vertical; min-height: 110px; }
.lead-form input:focus, .lead-form textarea:focus, .lead-form select:focus { border-color: var(--brand); outline: 3px solid rgba(70,173,230,.18); }
.consent { grid-template-columns: auto 1fr; align-items: start; gap: 10px !important; font-weight: 400 !important; line-height: 1.4; }
.consent input { width: 18px; min-height: 18px; margin-top: 3px; }
.consent a { color: var(--brand-dark); }
.form-error { padding: 12px; border-radius: 5px; background: #fef2f2; color: #9f1239; font-size: 14px; }
.submit-btn.is-loading { opacity: .75; cursor: wait; }

.footer { background: #0c0c0c; color: #d5dce6; padding: 52px 0 22px; }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1fr .8fr 1.2fr; gap: 32px; }
.footer img { width: 178px; filter: brightness(0) invert(1); margin-bottom: 14px; }
.footer h3 { color: #fff; font-size: 16px; }
.footer a, .footer span { display: block; color: #d5dce6; text-decoration: none; margin-bottom: 8px; }
.footer a:hover { color: var(--brand); }
.footer-bottom { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #87909f; font-size: 14px; }

.float-cta {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  min-height: 52px;
  padding: 0 18px;
  border: 0;
  border-radius: 5px;
  background: var(--green);
  color: #fff;
  font-weight: 700;
  box-shadow: 0 12px 30px rgba(0,0,0,.2);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: .22s ease;
}
.float-cta.visible { opacity: 1; transform: translateY(0); pointer-events: auto; }
.cookie {
  position: fixed;
  left: 24px;
  right: auto;
  bottom: 20px;
  z-index: 70;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: min(460px, calc(100% - 48px));
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: #fff;
  box-shadow: 0 18px 50px rgba(0,0,0,.16);
}
.cookie.hidden { display: none; }
.modal { position: fixed; inset: 0; z-index: 80; display: none; }
.modal[aria-hidden="false"] { display: block; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.55); }
.modal-card {
  position: relative;
  width: min(560px, calc(100% - 32px));
  max-height: calc(100svh - 40px);
  overflow: auto;
  margin: 20px auto;
  padding: 30px;
  border-radius: var(--radius);
  background: #fff;
  color: var(--ink);
  box-shadow: 0 24px 70px rgba(0,0,0,.32);
}
.modal-card.wide { width: min(960px, calc(100% - 32px)); }
.modal-copy { color: var(--muted); }
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 5px;
  background: #f2f4f7;
  color: var(--ink);
  font-size: 26px;
  line-height: 1;
}
.gallery { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; margin: 18px 0; }
.gallery img { width: 100%; height: 220px; object-fit: cover; border-radius: 6px; }

@media (max-width: 1120px) {
  .top-nav { display: none; }
  .hero-shell { grid-template-columns: 1fr; min-height: auto; align-items: start; }
  .hero-copy { max-width: 860px; }
  .hero-route-panel { max-width: 860px; }
  .scenario-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .compare-desktop { display: none; }
  .compare-mobile { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
  .compare-mobile article { padding: 20px; }
  .project-showcase { grid-template-columns: 1fr; }
  .project-side { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .project-card-compact { grid-template-columns: 1fr; }
  .project-card-compact img { height: 260px; }
  .portfolio-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 16px; }
  .container { width: min(358px, calc(100% - 32px)); max-width: calc(100% - 32px); }
  .hero .container { margin-left: auto; margin-right: auto; }
  .site-header { grid-template-columns: 1fr auto; min-height: 70px; padding: 6px 16px; }
  .logo img { width: 86px; }
  .header-phone { display: none; }
  .hero:before {
    background:
      linear-gradient(180deg, rgba(4, 12, 19, .86) 0%, rgba(4, 12, 19, .88) 48%, rgba(4, 12, 19, .96) 100%),
      var(--hero-image);
    background-size: cover;
    background-position: center top;
  }
  .hero-shell { padding: 34px 0 38px; gap: 20px; }
  .hero-copy, .lead, .hero-note, .hero-choice, .hero-route-panel { width: 100%; max-width: 100%; }
  .scenario-cards { width: 100%; max-width: 100%; }
  .scenario-card { width: 100%; max-width: 100%; }
  h1 { width: 100%; max-width: calc(100vw - 32px); font-size: 26px; line-height: 1.08; margin-bottom: 10px; }
  h1 span { display: block; }
  h2 { font-size: 25px; }
  h3 { font-size: 19px; }
  .lead { font-size: 15px; margin-bottom: 9px; }
  .hero-note { font-size: 12px; margin-bottom: 12px; }
  .hero-proof-row { grid-template-columns: 1fr; }
  .hero-proof-row div { padding: 12px; }
  .hero-route-panel { padding: 14px; }
  .hero-fast-card { padding: 18px; }
  .hero-route-panel .scenario-cards,
  .hero-choice,
  .uncertain { margin-left: 0; margin-right: 0; }
  .hero-choice { font-size: 18px; margin-bottom: 10px; }
  .scenario-cards,
  .hero-route-panel .scenario-cards { grid-template-columns: 1fr; gap: 8px; }
  .scenario-card { min-height: 74px; padding: 11px 12px; gap: 7px; }
  .scenario-card strong { font-size: 14px; }
  .scenario-card span { font-size: 13px; }
  .uncertain { margin-top: 12px; font-size: 13px; padding: 12px; }
  .section { padding: 54px 0; }
  .section-head { margin-bottom: 22px; }
  .section-head p { font-size: 16px; }
  .free-paid-grid, .scenario-detail-grid, .project-showcase, .project-side, .project-card-compact, .portfolio-grid, .final-grid, .compare-mobile, .footer-grid { grid-template-columns: 1fr; }
  .truth-card, .explain-block, .estimate-group, .scenario-detail { padding: 18px; }
  .estimate-row { grid-template-columns: 1fr; gap: 3px; }
  .estimate-row b { white-space: normal; }
  .estimate-total { grid-template-columns: 1fr; font-size: 18px; }
  .estimate-total b { white-space: normal; }
  .button-row { display: grid; align-items: stretch; }
  .btn { width: 100%; min-height: 50px; }
  .link-button { width: fit-content; }
  .project-card-large { min-height: 420px; }
  .project-card-large .project-copy { padding: 22px; }
  .project-card-compact img { height: 230px; }
  .project-card-compact .project-copy { padding: 18px; }
  .portfolio-card, .portfolio-card-featured { min-height: 420px; }
  .portfolio-copy, .portfolio-card-featured .portfolio-copy { padding: 22px; }
  .final-grid { gap: 26px; }
  .direct-contact a:not(.btn) { font-size: 22px; }
  .lead-form { padding: 18px; }
  .float-cta {
    left: 16px;
    right: 16px;
    bottom: 14px;
    width: auto;
  }
  .cookie { left: 10px; right: 10px; bottom: 10px; width: auto; align-items: center; font-size: 13px; }
  .cookie .btn { width: auto; min-width: 76px; min-height: 42px; padding: 0 14px; flex: 0 0 auto; }
  .gallery { grid-template-columns: 1fr; }
  .gallery img { height: 180px; }
}

@media (max-width: 374px) {
  .container { width: min(328px, calc(100% - 28px)); max-width: calc(100% - 28px); }
  .hero-copy, .lead, .hero-note, .hero-choice, .scenario-cards { width: 100%; max-width: 100%; }
  .scenario-card { max-width: 100%; }
  h1 { font-size: 25px; }
  .hero-shell { padding-top: 24px; }
  .scenario-card { min-height: 78px; }
}

@media (max-width: 340px) {
  .container { width: min(288px, calc(100% - 24px)); max-width: calc(100% - 24px); }
  .hero-copy, .lead, .hero-note, .hero-choice, .scenario-cards { width: 100%; max-width: 100%; }
  .scenario-card { max-width: 100%; }
}
