:root {
  --navy: #062c5e;
  --navy-deep: #031d42;
  --blue: #0c5cac;
  --blue-pale: #edf5fc;
  --orange: #ff5a1f;
  --orange-dark: #e74610;
  --ink: #10223b;
  --muted: #64748b;
  --white: #ffffff;
  --line: #dbe7f2;
  --surface: #f7fafc;
  --shadow: 0 18px 50px rgba(7, 41, 78, .12);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--white);
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.08; letter-spacing: -.035em; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link {
  position: fixed; top: -80px; left: 16px; z-index: 200;
  padding: 12px 18px; border-radius: 10px; color: var(--white); background: var(--navy);
}
.skip-link:focus { top: 12px; }
:focus-visible { outline: 3px solid #ffad7d; outline-offset: 3px; }

.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid rgba(6,44,94,.08);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 78px; display: flex; align-items: center; gap: 34px; }
.brand {
  position: relative;
  width: 190px;
  height: 43px;
  flex: 0 0 190px;
  overflow: hidden;
}
.brand img {
  position: absolute;
  top: -19px;
  left: -21px;
  width: 235px;
  max-width: none;
  height: auto;
}
.site-nav { display: flex; gap: 34px; margin-left: auto; }
.site-nav a { position: relative; font-size: 14px; font-weight: 700; }
.site-nav a::after {
  content: ""; position: absolute; right: 0; bottom: -8px; left: 0; height: 2px;
  transform: scaleX(0); background: var(--orange); transition: transform .2s ease;
}
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 13px; }
.social-links, .footer-socials { display: flex; gap: 7px; }
.social-link {
  width: 34px; height: 34px; display: grid; place-items: center;
  border-radius: 50%; color: var(--white); font-size: 18px; font-weight: 900;
  box-shadow: 0 5px 12px rgba(6,44,94,.14);
  transition: transform .2s ease, box-shadow .2s ease;
}
.social-link:hover { transform: translateY(-2px); box-shadow: 0 8px 16px rgba(6,44,94,.2); }
.social-link i { display: block; line-height: 1; font-size: 18px; }
.whatsapp { background: #18b964; }
.telegram { background: #2699d6; }
.header-phone { display: grid; white-space: nowrap; line-height: 1.2; }
.header-phone small { color: var(--muted); font-size: 10px; }
.header-phone strong { font-size: 15px; }
.menu-toggle { display: none; border: 0; background: none; padding: 9px; }
.menu-toggle span { width: 25px; height: 2px; display: block; margin: 5px; background: var(--navy); transition: .2s; }

.button {
  min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 24px; border: 1px solid var(--orange); border-radius: 9px;
  color: var(--white); background: var(--orange); box-shadow: 0 12px 26px rgba(255,90,31,.23);
  font-weight: 800; transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.button:hover { transform: translateY(-2px); background: var(--orange-dark); box-shadow: 0 16px 28px rgba(255,90,31,.3); }
.button-small { min-height: 42px; padding: 10px 16px; font-size: 13px; }
.button-secondary { color: var(--navy); border-color: var(--line); background: var(--white); box-shadow: 0 10px 28px rgba(6,44,94,.1); }
.button-secondary:hover { color: var(--navy); background: var(--blue-pale); }
.button-secondary.button-whatsapp:hover {
  border-color: #18b964;
  background: #f1fff7;
  box-shadow: 0 16px 28px rgba(24,185,100,.28);
}
.button-outline { color: var(--navy); border-color: var(--navy); background: transparent; box-shadow: none; }
.button-outline:hover { color: var(--white); background: var(--navy); }
.button-outline.button-question:hover { box-shadow: 0 16px 28px rgba(6,44,94,.25); }

.hero { position: relative; min-height: 610px; overflow: hidden; background: #edf5fc; }
.hero::before {
  content: ""; position: absolute; z-index: 1; inset: 0;
  background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,.97) 31%, rgba(255,255,255,.73) 48%, rgba(255,255,255,.05) 72%);
}
.hero-backdrop {
  position: absolute; z-index: 1; top: -38%; left: 22%; width: 38%; aspect-ratio: 1;
  border-radius: 50%; border: 1px solid rgba(12,92,172,.08); background: rgba(255,255,255,.14);
  box-shadow: 0 0 0 85px rgba(255,255,255,.12);
}
.hero-grid { position: relative; min-height: 610px; display: block; }
.hero-copy { position: relative; z-index: 3; width: 52%; padding-block: 90px 82px; }
.eyebrow { margin-bottom: 15px; color: var(--blue); font-size: 12px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow-orange { color: var(--orange); }
.hero h1 { max-width: 650px; margin-bottom: 30px; color: var(--navy-deep); font-size: clamp(46px, 4.5vw, 66px); }
.hero h1 em, .why-intro h2 em { color: var(--orange); font-style: normal; }
.check-list { display: grid; gap: 10px; margin: 0 0 30px; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 10px; font-weight: 650; }
.check-list li > i { color: var(--orange); font-size: 18px; }
.hero-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { position: absolute; z-index: 0; inset: 0 calc((100vw - min(100vw - 40px, var(--container))) / -2); min-height: 610px; }
.hero-visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 67% 45%; }
.hero-visual::after { display: none; }
.hero-badges { position: absolute; z-index: 4; top: 52px; right: max(18px, calc((100vw - var(--container)) / 2)); display: grid; gap: 11px; }
.hero-badge {
  min-width: 202px; display: flex; align-items: center; gap: 13px; padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.7); border-radius: 14px; background: rgba(255,255,255,.9);
  box-shadow: var(--shadow); backdrop-filter: blur(8px);
}
.hero-badge > span {
  width: 42px; height: 42px; display: grid; place-items: center; flex: 0 0 42px;
  border-radius: 11px; color: var(--navy); background: var(--blue-pale); font-weight: 900;
}
.hero-badge p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.25; }
.hero-badge strong { color: var(--ink); font-size: 13px; }

.quick-facts { position: relative; z-index: 5; margin-top: -34px; }
.quick-facts-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); padding: 18px 8px;
  border: 1px solid rgba(12,92,172,.09); border-radius: 20px; background: rgba(244,249,254,.96); box-shadow: var(--shadow);
}
.quick-facts article { min-height: 74px; display: flex; align-items: center; justify-content: center; gap: 13px; padding: 9px 20px; border-right: 1px solid var(--line); }
.quick-facts article:last-child { border: 0; }
.fact-icon { color: var(--navy); font-size: 32px; font-weight: 400; }
.quick-facts strong { display: block; font-size: 14px; }
.quick-facts p { margin: 2px 0 0; color: var(--muted); font-size: 12px; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 360px; align-items: end; gap: 30px; margin-bottom: 42px; }
.section-heading h2, .about h2, .faq h2, .why-intro h2 { margin-bottom: 0; color: var(--navy-deep); font-size: clamp(32px, 4vw, 50px); }
.section-heading > p { margin: 0; color: var(--muted); }
.about-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; }
.about-image { position: relative; aspect-ratio: 4 / 4.25; }
.about-image::before { content: ""; position: absolute; inset: -18px 22px 22px -18px; z-index: -1; border-radius: var(--radius); background: var(--blue-pale); }
.about-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: var(--radius); box-shadow: var(--shadow); }
.image-note {
  position: absolute; right: -25px; bottom: 28px; padding: 15px 20px;
  border-radius: 12px; color: var(--white); background: var(--navy); font-size: 13px; font-weight: 800; box-shadow: var(--shadow);
}
.about-copy > p:not(.eyebrow) { color: var(--muted); }
.about-copy h2 { margin-bottom: 22px; }
.mini-benefits { display: flex; flex-wrap: wrap; gap: 9px; margin: 25px 0; }
.mini-benefits span { padding: 9px 12px; border-radius: 100px; color: var(--navy); background: var(--blue-pale); font-size: 12px; font-weight: 800; }
.mini-benefits span i { margin-right: 6px; color: var(--orange); }

.services { background: linear-gradient(135deg, #f9fcff, #eef5fb); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-card {
  position: relative; min-height: 270px; padding: 32px; overflow: hidden;
  border: 1px solid rgba(6,44,94,.08); border-radius: 18px; background: var(--white);
  box-shadow: 0 10px 32px rgba(6,44,94,.06); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(255,90,31,.3); box-shadow: var(--shadow); }
.service-number { position: absolute; top: 18px; right: 21px; color: #dce7f1; font-size: 40px; font-weight: 900; letter-spacing: -.08em; }
.service-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 24px; border-radius: 50%; color: var(--navy); background: var(--blue-pale); font-size: 25px; }
.service-card h3 { margin-bottom: 10px; font-size: 21px; }
.service-card p { min-height: 51px; margin-bottom: 20px; color: var(--muted); font-size: 14px; }
.service-card strong { color: var(--orange); font-size: 18px; }
.center-action { margin-top: 34px; text-align: center; }

.process {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(115deg, var(--navy-deep), #0754a4);
}
.process::before {
  content: "";
  position: absolute;
  top: -170px;
  right: -90px;
  width: 520px;
  height: 520px;
  border: 90px solid rgba(255,255,255,.035);
  border-radius: 50%;
}
.section-heading.light h2,
.section-heading.light .eyebrow { color: var(--white); }
.section-heading.light > p { color: #c1d4e8; }
.process-grid { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.process-card {
  min-height: 410px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 38px 32px;
  border: 1px solid rgba(6,44,94,.07);
  border-radius: 18px;
  background: var(--white);
  box-shadow: 0 16px 38px rgba(6,44,94,.1);
  text-align: center;
}
.process-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 17px;
  border-radius: 18px;
  color: var(--orange);
  background: #fff2ec;
  font-size: 34px;
}
.process-card .process-step {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.process-card h3 { margin-bottom: 17px; color: var(--navy-deep); font-size: 23px; }
.process-card > p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.75; }
.process-card-action { min-height: 495px; }
.process-card-action .button { width: 100%; margin-top: 24px; padding-inline: 16px; }
.process-card-action .button i { font-size: 12px; }
.process-phone {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 17px;
  color: var(--navy);
  font-size: 17px;
  font-weight: 800;
}
.process-phone i { color: var(--orange); }
.process-socials { display: flex; gap: 9px; margin-top: 14px; }
.process-socials a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: var(--white);
  font-size: 18px;
  transition: transform .2s ease;
}
.process-socials a:hover { transform: translateY(-2px); }

.why-us { background: var(--white); }
.why-grid { display: grid; grid-template-columns: 310px 1fr; gap: 55px; }
.why-intro { padding-top: 14px; }
.why-intro h2 { margin-bottom: 20px; }
.why-intro h2 span { color: var(--navy); }
.why-intro > p:not(.eyebrow) { color: var(--muted); }
.why-intro > a { color: var(--orange); font-weight: 800; }
.why-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }
.why-card { padding: 26px 22px; border: 1px solid var(--line); border-radius: 16px; background: var(--surface); }
.why-card > span { display: block; margin-bottom: 20px; color: var(--navy); font-size: 27px; }
.why-card h3 { margin-bottom: 8px; font-size: 17px; }
.why-card p { margin: 0; color: var(--muted); font-size: 13px; }

.works { background: #f6f8fb; }
.works-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 220px; gap: 12px; }
.work-card { position: relative; margin: 0; overflow: hidden; border-radius: 16px; background: var(--navy); }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease, opacity .3s ease; }
.work-card:hover img { transform: scale(1.045); opacity: .78; }
.work-card figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; transform: translateY(12px); color: var(--white); font-weight: 800; opacity: 0; transition: .25s; }
.work-card:hover figcaption { transform: none; opacity: 1; }
.work-wide { grid-column: span 2; }
.work-tall { grid-row: span 2; }

.faq-grid { display: grid; grid-template-columns: 350px 1fr; gap: 80px; }
.faq-intro h2 { margin-bottom: 20px; }
.faq-intro > p:not(.eyebrow) { margin-bottom: 28px; color: var(--muted); }
.accordion { display: grid; align-content: start; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-item h3 { margin: 0; letter-spacing: 0; }
.faq-item button {
  width: 100%; display: flex; justify-content: space-between; gap: 20px; padding: 23px 4px;
  border: 0; color: var(--ink); background: transparent; text-align: left; font-weight: 800;
}
.faq-item button > i { color: var(--orange); font-size: 16px; transition: transform .2s; }
.faq-item button[aria-expanded="true"] > i { transform: rotate(45deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer > p { min-height: 0; margin: 0; overflow: hidden; color: var(--muted); }
.faq-item.is-open .faq-answer { grid-template-rows: 1fr; }
.faq-item.is-open .faq-answer > p { padding: 0 45px 23px 4px; }

.urgent { padding: 0 0 90px; }
.urgent-card {
  position: relative; min-height: 150px; display: flex; align-items: center; justify-content: space-between; gap: 30px;
  padding: 36px 55px; overflow: hidden; border-radius: 20px; color: var(--white);
  background: linear-gradient(100deg, #061f48 0%, #073f81 64%, #0d5eb1 100%); box-shadow: var(--shadow);
}
.urgent-card::after { content: "TEXZONA"; position: absolute; right: 20%; color: rgba(255,255,255,.04); font-size: 100px; font-weight: 900; letter-spacing: -.08em; }
.urgent-card > * { position: relative; z-index: 1; }
.urgent-card p { margin: 0 0 5px; font-size: 27px; font-weight: 900; }
.urgent-card div span { color: #c4d5e8; }

.footer { padding-top: 70px; color: #c5d5e7; background: #041c3d; }
.footer-grid { display: grid; grid-template-columns: 1.15fr .8fr 1fr; gap: 70px; padding-bottom: 55px; }
.footer-logo {
  position: relative;
  width: 220px;
  height: 49px;
  margin-bottom: 22px;
  overflow: hidden;
}
.footer-logo img {
  position: absolute;
  top: -22px;
  left: -25px;
  width: 272px;
  max-width: none;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .96;
}
.footer-brand p { max-width: 410px; margin: 0; }
.footer h2 { color: var(--white); font-size: 17px; letter-spacing: 0; }
.footer-phone { display: inline-block; margin-bottom: 6px; color: var(--white); font-size: 22px; font-weight: 900; }
.footer-socials a { padding: 8px 12px; border: 1px solid rgba(255,255,255,.18); border-radius: 7px; font-size: 12px; }
.footer address { font-style: normal; }
.footer address p { margin-bottom: 14px; }
.footer address strong { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 22px 0; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }
.developer-credit {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #8fa5bd;
  font-size: 10px;
  transition: color .2s ease;
}
.developer-credit:hover { color: #c5d5e7; }
.developer-logo { display: inline-flex; align-items: center; gap: 5px; }
.developer-mark {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #fb923c);
  box-shadow: 0 4px 10px rgba(255,90,31,.16);
}
.developer-mark i { font-size: 9px; }
.developer-logo strong { color: #d6e1ec; font-size: 14px; letter-spacing: -.02em; }
.developer-logo em { color: var(--orange); font-style: normal; }

.modal[hidden] { display: none; }
.modal { position: fixed; inset: 0; z-index: 300; display: grid; place-items: center; padding: 20px; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(3,20,45,.76); backdrop-filter: blur(6px); }
.modal-dialog {
  position: relative; z-index: 1; width: min(100%, 670px); max-height: calc(100vh - 40px); overflow-y: auto;
  padding: 38px; border-radius: 22px; background: var(--white); box-shadow: 0 30px 80px rgba(0,0,0,.28);
  animation: modal-in .25s ease both;
}
@keyframes modal-in { from { transform: translateY(18px) scale(.98); opacity: 0; } }
.modal-close {
  position: absolute; top: 15px; right: 16px; width: 38px; height: 38px;
  display: grid; place-items: center; padding: 0;
  border: 0; border-radius: 50%; color: var(--navy); background: var(--blue-pale); line-height: 1;
}
.modal-close i { font-size: 18px; }
.modal-dialog h2 { margin-bottom: 10px; color: var(--navy-deep); font-size: 34px; }
.modal-lead { margin-bottom: 24px; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-grid label { display: grid; gap: 7px; color: var(--ink); font-size: 13px; font-weight: 800; }
.form-full { grid-column: 1 / -1; }
input, select, textarea {
  width: 100%; border: 1px solid #cad9e8; border-radius: 9px; padding: 12px 13px;
  color: var(--ink); background: var(--white); outline: 0; font-weight: 400;
}
input:focus, select:focus, textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(12,92,172,.12); }
input[aria-invalid="true"],
textarea[aria-invalid="true"] { border-color: #b42318; }
input[aria-invalid="true"]:focus,
textarea[aria-invalid="true"]:focus { box-shadow: 0 0 0 3px rgba(180,35,24,.12); }
textarea { resize: vertical; }
.consent { display: flex; align-items: flex-start; gap: 9px; margin: 17px 0; color: var(--muted); font-size: 12px; }
.consent input { width: 17px; height: 17px; flex: 0 0 17px; margin-top: 1px; accent-color: var(--orange); }
.consent input[aria-invalid="true"] { outline: 2px solid #b42318; outline-offset: 2px; }
.field-error,
.form-error { min-height: 15px; color: #b42318; font-size: 11px; font-weight: 600; }
.field-error { display: block; }
.form-error { display: block; margin: -10px 0 12px; }
.submit-button { width: 100%; }
.submit-button:disabled { cursor: wait; opacity: .65; }
.form-status { min-height: 22px; margin: 12px 0 0; text-align: center; font-size: 13px; font-weight: 700; }
.form-status.success { color: #12854c; }
.form-status.error { color: #bd2f2f; }
.honey-field { position: absolute; left: -9999px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .6s ease, transform .6s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1080px) {
  .site-nav { gap: 14px; }
  .site-nav a { font-size: 12px; }
  .header-phone { display: none; }
  .hero-copy { width: 57%; }
  .hero-badges { right: 20px; }
  .why-grid { grid-template-columns: 260px 1fr; gap: 30px; }
}

@media (max-width: 860px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { min-height: 72px; }
  .brand { width: 160px; height: 36px; flex-basis: 160px; }
  .brand img { top: -16px; left: -18px; width: 198px; }
  .menu-toggle { display: block; order: 3; margin-left: 0; }
  .menu-toggle.is-active span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-toggle.is-active span:nth-child(2) { opacity: 0; }
  .menu-toggle.is-active span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .site-nav {
    position: absolute; top: 72px; right: 0; left: 0; display: none; margin: 0; padding: 20px;
    border-top: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow);
  }
  .site-nav.is-open { display: grid; }
  .site-nav a { padding: 9px; font-size: 15px; }
  .header-actions { order: 2; margin-left: auto; }
  .header-actions .button-small { display: none; }
  .header-actions .social-links { display: flex; }
  .hero, .hero-grid { min-height: 650px; }
  .hero::before {
    background: linear-gradient(90deg, rgba(255,255,255,.96) 0%, rgba(255,255,255,.88) 46%, rgba(255,255,255,.25) 76%, rgba(255,255,255,.06) 100%);
  }
  .hero-grid { display: flex; align-items: center; }
  .hero-copy { width: 62%; padding: 45px 0; }
  .hero-visual {
    position: absolute;
    inset: 0 -16px;
    min-height: 0;
    height: 100%;
    margin: 0;
  }
  .hero-visual > img { inset: 0; width: 100%; object-position: 64% center; }
  .hero-badges { display: none; }
  .quick-facts { margin-top: 0; padding: 18px 0; background: var(--white); }
  .quick-facts-grid { grid-template-columns: 1fr 1fr; }
  .quick-facts article:nth-child(2) { border-right: 0; }
  .quick-facts article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section { padding: 75px 0; }
  .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .about-grid { grid-template-columns: 1fr; gap: 55px; }
  .about-image { max-width: 600px; }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  .process-card,
  .process-card-action { min-height: auto; }
  .why-grid { grid-template-columns: 1fr; }
  .why-intro { max-width: 560px; }
  .works-grid { grid-template-columns: 1fr 1fr; }
  .faq-grid { grid-template-columns: 1fr; gap: 45px; }
  .urgent-card { padding: 34px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 570px) {
  html { scroll-padding-top: 72px; }
  .header-actions { display: flex; }
  .hero,
  .hero-grid { min-height: 720px; }
  .hero::before {
    background: linear-gradient(180deg, rgba(255,255,255,.86) 0%, rgba(255,255,255,.78) 48%, rgba(255,255,255,.42) 76%, rgba(255,255,255,.08) 100%);
  }
  .hero-grid { display: flex; align-items: center; }
  .hero h1 { font-size: 40px; }
  .hero-copy { width: 100%; padding: 0; }
  .hero-buttons { display: grid; }
  .hero-visual {
    position: absolute;
    inset: 0 -16px;
    min-height: 0;
    height: 100%;
    margin: 0;
  }
  .hero-visual > img { object-position: 62% center; }
  .hero-badges { right: 10px; top: 18px; gap: 7px; }
  .hero-badge { min-width: 155px; padding: 9px 11px; }
  .hero-badge > span { width: 33px; height: 33px; flex-basis: 33px; font-size: 11px; }
  .quick-facts-grid { grid-template-columns: 1fr; }
  .quick-facts article { justify-content: flex-start; border-right: 0; border-bottom: 1px solid var(--line); }
  .quick-facts article:last-child { border-bottom: 0; }
  .section { padding: 62px 0; }
  .section-heading h2, .about h2, .faq h2, .why-intro h2 { font-size: 34px; }
  .image-note { right: -8px; }
  .services-grid, .why-cards { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .service-card p { min-height: auto; }
  .works-grid { grid-template-columns: 1fr; grid-auto-rows: 230px; }
  .work-wide { grid-column: span 1; }
  .work-tall { grid-row: span 1; }
  .work-card figcaption { transform: none; opacity: 1; text-shadow: 0 1px 12px #000; }
  .urgent { padding-bottom: 60px; }
  .urgent-card { align-items: flex-start; flex-direction: column; padding: 28px 24px; }
  .urgent-card p { font-size: 24px; }
  .urgent-card .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .modal { padding: 10px; }
  .modal-dialog { max-height: calc(100vh - 20px); padding: 29px 20px 22px; border-radius: 16px; }
  .modal-dialog h2 { font-size: 29px; padding-right: 28px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-full { grid-column: auto; }
}

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