:root {
  --ink: #0b1f33;
  --ink-soft: #173750;
  --gold: #c99b4a;
  --gold-bright: #e1bd75;
  --ivory: #f5f2ec;
  --paper: #fbfaf7;
  --white: #ffffff;
  --text: #15283a;
  --muted: #667482;
  --line: #dfe3e5;
  --shadow: 0 28px 70px rgba(11, 31, 51, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--text); background: var(--paper); font: 15px/1.65 "DM Sans", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; padding: 12px 16px; background: var(--white); color: var(--ink); border-radius: 6px; }
.skip-link:focus { top: 16px; }

.site-header { position: sticky; top: 0; z-index: 30; color: #fff; background: rgba(11,31,51,.97); border-bottom: 1px solid rgba(225,189,117,.25); box-shadow: 0 10px 30px rgba(5,20,33,.16); backdrop-filter: blur(18px); }
.site-header .container { width: min(1360px, calc(100% - 32px)); }
.nav-wrap { min-height: 118px; display: flex; align-items: center; gap: 14px; }
.brand { display: inline-flex; align-items: center; gap: 12px; flex: none; }
.brand-mark { width: 56px; height: 56px; display: grid; place-items: center; background: var(--ink); border-radius: 50%; }
.brand-mark img { width: 38px; height: 38px; }
.brand-copy { display: grid; line-height: 1.1; }
.brand-copy strong { font: 700 26px/1.1 "Manrope", sans-serif; letter-spacing: -.025em; }
.brand-copy small { margin-top: 5px; color: var(--muted); font-size: 9px; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; }
.site-header .brand-mark { background: #fff; }
.site-header .brand-copy strong { color: #fff; }
.site-header .brand-copy small { max-width: 450px; display: grid; color: #c2ccd5; font-family: "DM Sans", sans-serif; font-size: 12px; font-weight: 500; line-height: 1.45; letter-spacing: .005em; text-transform: none; }
.site-header .brand-cities { white-space: nowrap; }
.nav-links { display: flex; align-items: center; gap: 16px; margin-left: auto; margin-right: 18px; }
.nav-links a { position: relative; color: #d7e0e7; font-size: 16px; font-weight: 700; }
.nav-links a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px; background: var(--gold); transition: right .25s ease; }
.nav-links a:hover::after { right: 0; }
.menu-button { display: none; width: 42px; height: 42px; padding: 11px; margin-left: auto; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: transparent; }
.menu-button span { display: block; height: 1px; margin: 4px 0; background: #fff; }
.header-contact { display: grid; gap: 3px; flex: none; color: #d7e0e7; font-size: 14px; line-height: 1.35; text-align: right; }
.header-contact span:first-child { color: #fff; font-size: 14px; font-weight: 700; }
.header-contact .whatsapp-link { color: var(--gold-bright); border-bottom: 1px solid rgba(225,189,117,.5); }
.header-contact .whatsapp-link:hover { border-bottom-color: var(--gold-bright); }
.mobile-contact { display: none; }
.site-header .nav-book { color: var(--ink); background: var(--gold-bright); box-shadow: 0 8px 22px rgba(0,0,0,.18); }
.site-header .nav-book { font-size: 13px; }

.btn { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 12px; padding: 12px 20px; border: 1px solid transparent; border-radius: 4px; font: 700 12px/1 "Manrope", sans-serif; letter-spacing: .035em; text-transform: uppercase; cursor: pointer; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn span { font-size: 15px; font-weight: 400; }
.btn-dark { color: #fff; background: var(--ink); box-shadow: 0 8px 22px rgba(11,31,51,.14); }
.btn-gold { color: var(--ink); background: var(--gold-bright); box-shadow: 0 14px 30px rgba(201,155,74,.22); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.4); background: transparent; }
.btn-outline:hover { border-color: var(--gold-bright); background: rgba(255,255,255,.06); }
.btn-large { min-height: 54px; padding-inline: 25px; }

.hero { position: relative; overflow: hidden; color: #fff; background: var(--ink); }
.hero::before { content: ""; position: absolute; width: 650px; height: 650px; left: -340px; bottom: -420px; border: 1px solid rgba(225,189,117,.16); border-radius: 50%; box-shadow: 0 0 0 100px rgba(225,189,117,.025), 0 0 0 200px rgba(225,189,117,.018); }
.hero-grid { position: relative; min-height: 610px; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: clamp(42px, 6vw, 82px); padding-block: 58px; }
.hero-copy { position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--gold-bright); font: 700 11px/1.2 "Manrope", sans-serif; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #98702f; }
.eyebrow.light { color: var(--gold-bright); }
.hero h1, .section-intro h2, .about-card h2, .coverage-card h2, .final-cta h2 { margin: 0; font-family: "Manrope", sans-serif; font-weight: 600; letter-spacing: -.045em; }
.hero h1 { max-width: 700px; font-size: clamp(43px, 5.1vw, 70px); line-height: 1.02; }
.hero-summary { max-width: 620px; margin: 27px 0 0; color: #b9c6d1; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { padding: 10px 0; color: #fff; border-bottom: 1px solid rgba(255,255,255,.3); font-weight: 600; }
.text-link span { margin-left: 7px; color: var(--gold-bright); }
.hero-proof { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 610px; margin-top: 34px; padding-top: 21px; border-top: 1px solid rgba(255,255,255,.14); }
.hero-proof > div { display: flex; align-items: center; gap: 11px; }
.proof-mark { width: 36px; height: 36px; flex: none; display: grid; place-items: center; border: 1px solid rgba(225,189,117,.48); border-radius: 50%; color: var(--gold-bright); font: 700 9px/1 "Manrope", sans-serif; }
.hero-proof p { margin: 0; color: #b9c6d1; font-size: 10px; line-height: 1.35; text-transform: uppercase; letter-spacing: .08em; }
.hero-proof strong { color: #fff; font-size: 11px; }

.hero-panel { position: relative; min-height: 462px; padding: 20px; color: var(--text); background: #e9e3da; box-shadow: 0 32px 72px rgba(0,0,0,.25); }
.hero-panel::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(11,31,51,.12); pointer-events: none; }
.panel-topline { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; color: #415363; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.availability { display: flex; align-items: center; gap: 7px; }
.availability i { width: 7px; height: 7px; background: #4f8562; border-radius: 50%; box-shadow: 0 0 0 4px rgba(79,133,98,.12); }
.document-visual { position: relative; height: 330px; margin: 16px 4px 0; overflow: hidden; background: linear-gradient(145deg, #ddd4c7, #f5f1ea); }
.document-visual::before { content: ""; position: absolute; width: 300px; height: 300px; top: -190px; left: -80px; border-radius: 50%; background: rgba(255,255,255,.65); filter: blur(8px); }
.document-sheet { position: absolute; width: 72%; height: 288px; right: 34px; top: 33px; padding: 35px 34px; background: #fff; box-shadow: 0 18px 45px rgba(11,31,51,.14); }
.sheet-back { transform: translate(-18px, 8px) rotate(-5deg); background: #f9f6f0; }
.sheet-front { transform: rotate(3deg); }
.document-head { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: var(--ink); font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .09em; text-transform: uppercase; }
.mini-mark { width: 32px; height: 32px; display: grid; place-items: center; background: var(--ink); border-radius: 50%; }
.mini-mark img { width: 20px; }
.document-rule { width: 84%; height: 3px; margin: 12px 0; background: #dbe0e3; }
.document-rule.wide { width: 100%; }
.document-rule.medium { width: 68%; }
.document-rule.short { width: 45%; margin-top: 20px; }
.signature-row { display: flex; align-items: center; justify-content: space-between; margin: 30px 0 8px; }
.signature { color: #24466a; font: italic 17px/1 cursive; border-bottom: 1px solid #aeb8bf; }
.seal { width: 66px; height: 66px; display: grid; place-items: center; text-align: center; border: 2px solid #bb3e3e; border-radius: 50%; color: #bb3e3e; font: 700 7px/1.1 "Manrope", sans-serif; transform: rotate(-8deg); }
.seal b { font-size: 16px; }
.pen-shape { position: absolute; width: 205px; height: 9px; left: 22px; bottom: 39px; z-index: 3; background: linear-gradient(90deg, #c49a54 0 17%, #142b40 17% 88%, #c49a54 88%); border-radius: 10px; transform: rotate(-20deg); box-shadow: 0 8px 18px rgba(11,31,51,.24); }
.pen-shape::after { content: ""; position: absolute; left: -18px; width: 25px; height: 9px; background: #d9b66f; clip-path: polygon(100% 0, 100% 100%, 0 50%); }
.panel-footer { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; padding-top: 16px; }
.panel-footer p { display: flex; align-items: center; gap: 8px; margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .04em; }
.panel-footer p span { color: #a77930; }

.trust-bar { background: var(--white); border-bottom: 1px solid var(--line); }
.trust-grid { min-height: 70px; display: grid; grid-template-columns: repeat(4, 1fr); align-items: center; }
.trust-grid p { margin: 0; padding: 5px 24px; border-right: 1px solid var(--line); color: #354a5a; font: 600 12px/1.4 "Manrope", sans-serif; text-transform: uppercase; letter-spacing: .05em; }
.trust-grid p:first-child { padding-left: 0; }
.trust-grid p:last-child { border-right: 0; }
.trust-grid span { margin-right: 12px; color: #a77930; }

.section { padding: 66px 0; }
.section-intro { margin-bottom: 30px; }
.section-intro h2, .about-card h2, .coverage-card h2, .final-cta h2 { color: var(--ink); font-size: clamp(34px, 4.2vw, 54px); line-height: 1.08; }
.split-heading { display: grid; grid-template-columns: 1.05fr .7fr; align-items: end; gap: 90px; }
.split-heading > p { margin: 0 0 4px; color: var(--muted); font-size: 16px; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #cfd5d8; }
.service-card { position: relative; min-height: 154px; display: grid; grid-template-columns: 40px 1fr 22px; gap: 16px; padding: 24px 26px; border-bottom: 1px solid #cfd5d8; transition: background .25s ease, transform .25s ease; }
.service-card:nth-child(odd) { border-right: 1px solid #cfd5d8; }
.service-card:hover { z-index: 2; background: #fff; box-shadow: var(--shadow); transform: translateY(-3px); }
.service-number { color: #a77930; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .09em; }
.service-card h3 { margin: -4px 0 12px; color: var(--ink); font: 700 21px/1.25 "Manrope", sans-serif; letter-spacing: -.025em; }
.service-card p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; }
.card-arrow { color: #98702f; font-size: 20px; }

.pricing-section { background: #eee9e1; }
.pricing-grid { max-width: 930px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-inline: auto; }
.pricing-card { position: relative; min-height: 224px; display: flex; flex-direction: column; align-items: flex-start; padding: 30px 34px; overflow: hidden; background: var(--white); border: 1px solid #d7d2ca; box-shadow: 0 14px 38px rgba(11,31,51,.06); }
.pricing-card::before { content: ""; position: absolute; width: 170px; height: 170px; right: -105px; top: -105px; border: 1px solid rgba(201,155,74,.3); border-radius: 50%; box-shadow: 0 0 0 30px rgba(201,155,74,.04); }
.pricing-label { color: #98702f; font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.pricing-card h3 { max-width: 330px; margin: 18px 0 10px; color: var(--ink); font: 700 25px/1.2 "Manrope", sans-serif; letter-spacing: -.035em; }
.pricing-card p { margin: 0; color: var(--muted); font-size: 14px; }
.about-section { padding: 0; background: #eee9e1; }
.about-grid { width: 100%; max-width: none; display: grid; grid-template-columns: 1fr 1fr; }
.about-card { min-height: 450px; display: flex; flex-direction: column; justify-content: center; padding: 56px max(48px, calc((100vw - 1180px) / 2)); color: #fff; background: var(--ink); }
.about-card h2 { max-width: 570px; color: #fff; }
.about-card > p:not(.eyebrow) { max-width: 520px; margin: 25px 0 34px; color: #b9c6d1; font-size: 16px; }
.about-card .btn { align-self: flex-start; }
.about-points { display: grid; grid-template-columns: 1fr 1fr; align-content: center; padding: 42px max(48px, calc((100vw - 1180px) / 2)) 42px 46px; }
.about-points article { min-height: 150px; padding: 20px 22px; border-right: 1px solid #d3cec6; border-bottom: 1px solid #d3cec6; }
.about-points article:nth-child(even) { border-right: 0; }
.about-points article:nth-child(n+3) { border-bottom: 0; }
.about-points article > span { color: #a77930; font: 700 11px/1 "Manrope", sans-serif; }
.about-points h3 { margin: 19px 0 7px; color: var(--ink); font: 700 18px/1.25 "Manrope", sans-serif; }
.about-points p { margin: 0; color: var(--muted); font-size: 13px; }

.reviews-section { background: var(--paper); }
.reviews-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(48px, 7vw, 92px); }
.reviews-intro h2 { max-width: 560px; margin: 0; color: var(--ink); font: 600 clamp(34px, 4.2vw, 54px)/1.08 "Manrope", sans-serif; letter-spacing: -.045em; }
.reviews-intro > p:last-child { max-width: 570px; margin: 22px 0 0; color: var(--muted); font-size: 15px; }
.reviews-card { position: relative; min-height: 245px; display: flex; flex-direction: column; justify-content: space-between; padding: 34px 38px; overflow: hidden; color: #fff; background: var(--ink-soft); box-shadow: var(--shadow); }
.reviews-card::after { content: ""; position: absolute; width: 230px; height: 230px; right: -120px; top: -130px; border: 1px solid rgba(225,189,117,.18); border-radius: 50%; box-shadow: 0 0 0 38px rgba(225,189,117,.035); }
.reviews-status { position: relative; z-index: 1; display: grid; grid-template-columns: 54px 1fr; gap: 20px; }
.review-mark { color: var(--gold-bright); font: 500 72px/.8 Georgia, serif; }
.reviews-label { color: var(--gold-bright); font: 700 10px/1 "Manrope", sans-serif; letter-spacing: .13em; text-transform: uppercase; }
.reviews-card h3 { margin: 12px 0 8px; font: 700 25px/1.2 "Manrope", sans-serif; letter-spacing: -.03em; }
.reviews-card p { max-width: 470px; margin: 0; color: #bac7d2; font-size: 14px; }
.review-book { position: relative; z-index: 1; align-self: flex-start; margin: 22px 0 0 74px; }

.process-section { background: var(--white); }
.centered { max-width: 680px; margin-inline: auto; text-align: center; }
.centered .eyebrow { justify-content: center; }
.centered > p:last-child { margin: 20px 0 0; color: var(--muted); font-size: 16px; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.process-grid article { position: relative; padding: 28px 24px 0 0; }
.process-grid article:not(:last-child)::after { content: ""; position: absolute; top: -4px; right: 30px; width: 8px; height: 8px; background: var(--gold); border-radius: 50%; }
.step-number { display: inline-block; margin-bottom: 26px; color: #98702f; font: 700 11px/1 "Manrope", sans-serif; }
.process-grid h3 { margin: 0 0 11px; color: var(--ink); font: 700 18px/1.25 "Manrope", sans-serif; }
.process-grid p { max-width: 240px; margin: 0; color: var(--muted); font-size: 13px; }

.coverage-section { padding: 0; background: var(--white); }
.coverage-card { position: relative; min-height: 320px; display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 58px; padding: 46px 58px; overflow: hidden; color: #fff; background: var(--ink-soft); }
.coverage-card::before { content: ""; position: absolute; width: 560px; height: 560px; right: -180px; top: -280px; border: 1px solid rgba(225,189,117,.16); border-radius: 50%; box-shadow: 0 0 0 95px rgba(225,189,117,.035), 0 0 0 190px rgba(225,189,117,.02); }
.coverage-card > * { position: relative; z-index: 1; }
.coverage-card h2 { max-width: 660px; color: #fff; }
.coverage-card p:not(.eyebrow) { max-width: 620px; margin: 23px 0 0; color: #bac7d2; font-size: 16px; }
.city-list { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.18); }
.city-list span { padding: 17px 4px; border-bottom: 1px solid rgba(255,255,255,.18); color: #fff; font: 600 13px/1.2 "Manrope", sans-serif; }
.city-list span:nth-child(odd) { margin-right: 22px; }

.final-cta { padding: 42px 0; text-align: center; background: var(--ivory); }
.final-cta-inner { max-width: 760px; }
.final-cta .eyebrow { justify-content: center; }
.final-cta p:not(.eyebrow) { margin: 14px 0 22px; color: var(--muted); font-size: 16px; }

.footer { color: #aebbc6; background: #071827; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr 1fr; gap: 56px; padding-block: 44px 32px; }
.footer .brand { color: #fff; }
.footer .brand-copy small { color: #8fa0af; }
.footer-brand-wrap > p { max-width: 330px; margin: 23px 0 0; font-size: 13px; }
.footer h3 { margin: 3px 0 20px; color: #fff; font: 700 11px/1 "Manrope", sans-serif; letter-spacing: .12em; text-transform: uppercase; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; font-size: 13px; }
.footer-main a:not(.brand):hover { color: var(--gold-bright); }
.footer-book { margin-top: 10px; padding-bottom: 3px; color: var(--gold-bright); border-bottom: 1px solid rgba(225,189,117,.4); font-weight: 700; }
.footer-bottom { min-height: 58px; display: flex; align-items: center; justify-content: space-between; gap: 30px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; }

@media (max-width: 1040px) {
  .nav-wrap { gap: 14px; }
  .nav-links { gap: 14px; }
  .site-header .brand-copy small { max-width: 245px; }
  .header-contact { font-size: 9px; }
  .hero-grid { gap: 40px; }
  .hero-proof { gap: 12px; }
  .hero-proof > div { gap: 7px; }
  .coverage-card { gap: 50px; padding: 60px; }
}

@media (max-width: 860px) {
  .container { width: min(100% - 36px, 1180px); }
  .site-header .container { width: min(100% - 36px, 1180px); }
  .nav-wrap { min-height: 74px; }
  .nav-book, .header-contact { display: none; }
  .mobile-contact { display: grid; grid-template-columns: auto auto; justify-content: end; gap: 3px 14px; padding: 7px 70px 9px 18px; border-top: 1px solid rgba(255,255,255,.1); color: #d7e0e7; font-size: 10px; line-height: 1.3; text-align: right; }
  .mobile-contact .whatsapp-link { color: var(--gold-bright); font-weight: 700; }
  .mobile-contact .mobile-email { grid-column: 1 / -1; }
  .menu-button { display: block; }
  .nav-links { position: absolute; display: none; top: 100%; left: 18px; right: 18px; flex-direction: column; align-items: stretch; gap: 0; margin-right: 0; padding: 10px 20px; background: #10273c; border: 1px solid rgba(255,255,255,.15); box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .nav-links a:last-child { border-bottom: 0; }
  .hero-grid { grid-template-columns: 1fr; padding-block: 52px; }
  .hero-panel { width: min(100%, 600px); }
  .trust-grid { grid-template-columns: 1fr 1fr; padding-block: 14px; }
  .trust-grid p { padding: 13px 18px; border: 0; }
  .trust-grid p:nth-child(odd) { padding-left: 0; border-right: 1px solid var(--line); }
  .split-heading { grid-template-columns: 1fr; gap: 25px; }
  .about-grid { grid-template-columns: 1fr; }
  .about-card { min-height: 440px; padding: 58px 50px; }
  .about-points { padding: 42px 45px; }
  .reviews-layout { grid-template-columns: 1fr; gap: 34px; }
  .process-grid { grid-template-columns: 1fr 1fr; gap: 50px 20px; }
  .coverage-card { grid-template-columns: 1fr; gap: 45px; }
  .footer-main { grid-template-columns: 1.3fr .7fr; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
}

@media (max-width: 600px) {
  .container { width: min(100% - 28px, 1180px); }
  .brand-copy strong { font-size: 15px; }
  .brand-copy small { font-size: 8px; }
  .site-header .brand-copy small { max-width: 245px; font-size: 8px; line-height: 1.35; }
  .site-header .brand-cities { white-space: normal; }
  .brand-mark { width: 38px; height: 38px; }
  .hero-grid { min-height: auto; padding-block: 56px; }
  .hero h1 { font-size: clamp(39px, 12vw, 51px); }
  .hero-summary { font-size: 16px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 15px; }
  .hero-actions .btn { width: 100%; }
  .hero-proof { grid-template-columns: 1fr; gap: 16px; margin-top: 38px; }
  .hero-panel { min-height: 430px; padding: 18px; }
  .panel-topline { align-items: flex-start; flex-direction: column; gap: 7px; }
  .document-visual { height: 310px; }
  .document-sheet { width: 80%; height: 245px; right: 22px; padding: 27px 25px; }
  .signature-row { margin-top: 22px; }
  .pen-shape { left: 0; bottom: 28px; transform: rotate(-22deg) scale(.82); }
  .panel-footer { display: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 16px 0; }
  .trust-grid p, .trust-grid p:nth-child(odd) { padding: 10px 0; border: 0; }
  .section { padding: 64px 0; }
  .section-intro { margin-bottom: 30px; }
  .section-intro h2, .about-card h2, .coverage-card h2, .final-cta h2 { font-size: 36px; }
  .service-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .pricing-card { min-height: 285px; padding: 34px 28px; }
  .service-card { min-height: 0; grid-template-columns: 36px 1fr 20px; padding: 30px 14px; }
  .service-card:nth-child(odd) { border-right: 0; }
  .about-card { min-height: 0; padding: 56px 28px; }
  .about-points { grid-template-columns: 1fr; padding: 40px 28px; }
  .about-points article, .about-points article:nth-child(even), .about-points article:nth-child(n+3) { min-height: 0; padding: 28px 0; border-right: 0; border-bottom: 1px solid #d3cec6; }
  .about-points article:last-child { border-bottom: 0; }
  .about-points h3 { margin-top: 20px; }
  .reviews-card { min-height: 0; padding: 30px 26px; }
  .reviews-status { grid-template-columns: 38px 1fr; gap: 13px; }
  .review-mark { font-size: 56px; }
  .review-book { margin-left: 51px; }
  .process-grid { grid-template-columns: 1fr; gap: 36px; }
  .process-grid article { padding: 25px 0 0 50px; border-top: 1px solid var(--line); }
  .process-grid article:not(:last-child)::after { left: 0; right: auto; }
  .step-number { position: absolute; left: 0; top: 30px; margin: 0; }
  .coverage-card { width: 100%; padding: 54px 28px; }
  .city-list { grid-template-columns: 1fr; }
  .city-list span:nth-child(odd) { margin-right: 0; }
  .final-cta { padding: 52px 0; }
  .final-cta .btn { width: 100%; }
  .footer-main { grid-template-columns: 1fr; gap: 34px; padding-block: 46px 34px; }
  .footer-main > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 20px; }
}

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