/* NestReady dedicated story pages: How It Works / About / Contact */
:root {
  --navy: #07335f;
  --navy-900: #041f3f;
  --navy-800: #062b52;
  --orange: #ff7417;
  --orange-2: #ff5d0a;
  --orange-soft: #fff0e6;
  --blue-soft: #eef6ff;
  --ink: #0d2e55;
  --muted: #667487;
  --line: #e7edf5;
  --bg: #fbfcfe;
  --card: #ffffff;
  --shadow: 0 28px 70px rgba(12, 39, 75, .13);
  --shadow-soft: 0 16px 38px rgba(12, 39, 75, .09);
  --wrap: 1760px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", "Noto Sans Thai", Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 82% 210px, rgba(255, 116, 23, .16), transparent 33rem),
    radial-gradient(circle at 12% 980px, rgba(7, 51, 95, .055), transparent 35rem),
    linear-gradient(180deg, #fbfcfe 0%, #f8fafd 48%, #fbfcfe 100%);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.wrap { width: min(var(--wrap), calc(100% - 128px)); margin: 0 auto; }
.site-header { height: 92px; background: rgba(255,255,255,.985); border-bottom: 1px solid rgba(6,43,80,.08); box-shadow: 0 8px 26px rgba(17,34,54,.07); position: sticky; top: 0; z-index: 30; }
.nav-wrap { height: 92px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { width: 255px; display: flex; align-items: center; }
.brand img { width: 238px; height: auto; }
.main-nav { flex: 1; display: flex; justify-content: center; align-items: center; gap: clamp(28px, 3vw, 58px); color: #0b3058; font-size: 13px; font-weight: 850; }
.main-nav a { position: relative; padding: 34px 0 31px; white-space: nowrap; }
.main-nav a.active::after, .main-nav a:hover::after { content: ""; position: absolute; left: 50%; bottom: 23px; width: 42px; height: 4px; border-radius: 20px; background: var(--orange); transform: translateX(-50%); }
.top-action { min-width: 142px; height: 56px; border-radius: 11px; background: var(--orange); color: #fff; display: inline-flex; align-items: center; justify-content: center; font-weight: 900; font-size: 13px; box-shadow: 0 16px 30px rgba(255,116,23,.32); }

.eyebrow { display: inline-flex; align-items: center; gap: 9px; color: var(--orange); font-size: 13px; font-weight: 900; letter-spacing: .20em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255,116,23,.10); }
h1, h2, h3, p { margin-top: 0; }
h1 { margin: 20px 0 22px; color: var(--navy-900); font-size: clamp(50px, 5.2vw, 92px); line-height: .96; letter-spacing: -.07em; font-weight: 900; max-width: 820px; }
h1 span, h2 span { color: var(--orange); }
h2 { margin: 0; color: var(--navy-900); font-size: clamp(38px, 3.15vw, 60px); line-height: 1.05; letter-spacing: -.052em; font-weight: 900; }
h3 { margin: 0 0 10px; color: var(--navy-900); font-size: 22px; line-height: 1.12; letter-spacing: -.035em; font-weight: 900; }
p { color: var(--muted); line-height: 1.65; font-size: 16px; font-weight: 620; }
.lead { max-width: 720px; color: #5f6f83; font-size: 20px; line-height: 1.72; font-weight: 650; }
.section { padding: 44px 0; }
.section-tight { padding: 28px 0; }
.section-head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 30px; }
.section-head.center { display: block; text-align: center; }
.section-head.center p { margin: 12px auto 0; max-width: 690px; }
.btn { min-height: 58px; padding: 0 34px; border-radius: 13px; border: 1px solid transparent; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 15px; font-weight: 900; cursor: pointer; }
.btn-primary { color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); box-shadow: 0 13px 28px rgba(255,116,23,.30); }
.btn-secondary { color: #0d3158; background: #fff; border-color: #d8e2ed; box-shadow: 0 8px 20px rgba(15,45,83,.06); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 16px; margin: 28px 0 24px; }
.trust-row { display: flex; gap: 12px; flex-wrap: wrap; }
.trust-chip { min-height: 44px; padding: 0 18px; border-radius: 999px; border: 1px solid #e6edf5; background: #fff; box-shadow: 0 10px 24px rgba(15,45,83,.07); display: inline-flex; align-items: center; gap: 8px; color: #5b6d82; font-size: 12px; font-weight: 900; }
.dot { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 4px rgba(255,116,23,.10); }

.rich-hero { position: relative; padding: 64px 0 42px; overflow: hidden; }
.rich-hero::before { content: ""; position: absolute; inset: 0; pointer-events: none; background: radial-gradient(circle at 76% 42%, rgba(255,116,23,.13), transparent 30rem); }
.rich-hero .wrap { position: relative; display: grid; grid-template-columns: minmax(0, .86fr) minmax(720px, 1.22fr); align-items: center; gap: 76px; }
.hero-visual { position: relative; min-height: 590px; display: flex; align-items: center; justify-content: center; }
.hero-visual::before { content: ""; position: absolute; width: 74%; aspect-ratio: 1; border-radius: 50%; background: linear-gradient(135deg, #fff0e6, #f3e5d3); right: 2%; top: 5%; box-shadow: inset 0 0 0 1px rgba(255,255,255,.85); }
.hero-visual img.hero-main { position: relative; z-index: 2; width: 122%; max-width: none; max-height: 590px; object-fit: contain; filter: drop-shadow(0 32px 42px rgba(24,43,67,.15)); mix-blend-mode: multiply; }
.hero-visual.photo { min-height: 560px; border-radius: 0 0 0 86px; overflow: hidden; box-shadow: var(--shadow); border: 1px solid rgba(232,238,245,.85); }
.hero-visual.photo::before { display: none; }
.hero-visual.photo img { width: 100%; height: 100%; min-height: 560px; object-fit: cover; }
.floating-card { position: absolute; z-index: 4; background: rgba(255,255,255,.94); border: 1px solid #e8eef5; border-radius: 18px; padding: 14px 16px; box-shadow: 0 17px 34px rgba(9,35,68,.14); backdrop-filter: blur(12px); }
.floating-card strong { display: block; color: var(--navy-900); font-size: 24px; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.floating-card span { color: var(--muted); font-size: 11px; font-weight: 850; }
.float-a { left: -8px; bottom: 72px; }
.float-b { right: 18px; top: 72px; }
.float-c { right: 60px; bottom: 34px; }

.card { background: var(--card); border: 1px solid #e8eef5; border-radius: 26px; box-shadow: var(--shadow-soft); padding: 28px; }
.visual-card img { width: 100%; height: 200px; object-fit: contain; margin: 0 auto 16px; mix-blend-mode: multiply; }
.grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px; }
.grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; }
.grid-6 { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 24px; }

.process-grid { position: relative; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 34px; }
.process-grid::before { content: ""; position: absolute; left: 10%; right: 10%; top: 140px; border-top: 5px dotted rgba(255,116,23,.46); z-index: 0; }
.process-card { position: relative; z-index: 1; text-align: center; min-height: 360px; padding-top: 38px; }
.step-num { position: absolute; top: -24px; left: 50%; transform: translateX(-50%); width: 54px; height: 54px; border-radius: 50%; background: var(--orange); color: white; display: grid; place-items: center; font-size: 24px; font-weight: 900; box-shadow: 0 8px 0 rgba(255,116,23,.13), 0 16px 28px rgba(255,116,23,.25); border: 5px solid #fff; }

.journey-shell { position: relative; max-width: 1480px; margin: 0 auto; padding: 18px 0; }
.journey-shell::before { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 2px dashed #cbd7e5; transform: translateX(-50%); }
.journey-row { position: relative; display: grid; grid-template-columns: 1fr 86px 1fr; gap: 24px; align-items: center; margin: 24px 0; }
.journey-row:nth-child(even) .journey-card { grid-column: 3; }
.journey-row:nth-child(even) .journey-spacer { grid-column: 1; }
.journey-icon { grid-column: 2; width: 64px; height: 64px; margin: 0 auto; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--navy); box-shadow: 0 14px 28px rgba(4,31,63,.18); border: 6px solid #fff; z-index: 2; font-size: 24px; }
.journey-row:nth-child(even) .journey-icon, .journey-row:nth-child(4) .journey-icon { background: var(--orange); }
.journey-card { position: relative; padding: 24px 34px; min-height: 124px; }
.journey-card .num { color: var(--orange); font-size: 24px; font-weight: 900; margin-right: 12px; }
.journey-card h3 { display: flex; align-items: center; }

.feature-band { background: linear-gradient(100deg, #052a51, #041f3f); color: #fff; border-radius: 24px; box-shadow: 0 30px 65px rgba(4,31,63,.24); display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); overflow: hidden; }
.feature-item { min-height: 145px; padding: 30px 40px; display: grid; grid-template-columns: 70px 1fr; gap: 22px; align-items: center; position: relative; }
.feature-item:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 28px; bottom: 28px; width: 1px; background: rgba(255,255,255,.22); }
.feature-icon { color: var(--orange); font-size: 54px; line-height: 1; font-weight: 900; }
.feature-item h3 { color: #fff; margin-bottom: 7px; }
.feature-item p { color: #c9d8e8; margin: 0; font-size: 12px; }

.after-rich { display: grid; grid-template-columns: .9fr 1.7fr; gap: 32px; align-items: center; }
.after-scene { align-self: stretch; display: flex; align-items: end; justify-content: center; background: linear-gradient(180deg, #fff, #fff6f0); border-radius: 32px; min-height: 390px; overflow: hidden; box-shadow: var(--shadow-soft); }
.after-scene img { width: 108%; max-width: none; object-fit: contain; filter: drop-shadow(0 20px 24px rgba(15,45,83,.09)); }
.after-cards { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; }
.service-card { text-align: center; padding: 30px 22px; }
.circle-icon { width: 68px; height: 68px; border-radius: 50%; background: var(--orange); color: #fff; display: grid; place-items: center; margin: 0 auto 16px; font-size: 28px; font-weight: 900; box-shadow: 0 0 0 8px rgba(255,116,23,.10); }
.check-list { display: grid; gap: 10px; margin-top: 14px; }
.check-row { display: flex; align-items: center; gap: 10px; color: #536273; font-size: 12px; font-weight: 800; }
.checkmark { width: 22px; height: 22px; border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; background: var(--orange-soft); color: var(--orange); font-weight: 900; }

.proof-strip { display: grid; grid-template-columns: 118px 1fr auto; gap: 34px; align-items: center; border-radius: 28px; border: 2px solid #dce5ef; padding: 34px 46px; background: #fff; box-shadow: var(--shadow-soft); }
.avatar { width: 108px; height: 108px; border-radius: 50%; overflow: hidden; background: #fff4ec; }
.avatar img { width: 100%; height: 100%; object-fit: cover; }
.stars { color: var(--orange); letter-spacing: 3px; font-size: 18px; font-weight: 900; }
.metric-row { display: flex; gap: 26px; padding-left: 26px; border-left: 1px solid #dce5ef; }
.metric { min-width: 100px; text-align: center; }
.metric strong { display: block; color: var(--navy-900); font-size: 28px; letter-spacing: -.04em; }
.metric span { color: var(--muted); font-size: 11px; font-weight: 850; }

.orange-cta { position: relative; overflow: hidden; min-height: 230px; display: grid; grid-template-columns: 340px 1fr 290px; align-items: center; gap: 38px; border-radius: 32px; padding: 28px 52px; background: linear-gradient(135deg, #ff7417, #ff5d0a); box-shadow: 0 28px 70px rgba(255,116,23,.32); color: #fff; }
.orange-cta h2, .orange-cta p { color: #fff; }
.orange-cta:not(.soft-cta) h2 span { color: #fff; }
.orange-cta .btn { background: #fff; color: var(--navy-900); }
.orange-cta img { width: 112%; max-height: 220px; object-fit: contain; filter: drop-shadow(0 18px 22px rgba(80,30,0,.18)); }
.process-card.visual-card img { height: 205px; margin-bottom: 10px; }
.after-scene img { transform: scale(1.08); transform-origin: center bottom; }
.soft-cta { background: linear-gradient(90deg, #fff3e8, #fff 45%, #eef6ff); border-color: #ffe0ca; color: var(--ink); }
.soft-cta h2 { color: var(--navy-900); }
.soft-cta p { color: var(--muted); }
.soft-cta .btn { background: var(--orange); color: #fff; }

/* About-specific rich sections */
.story-mosaic { display: grid; grid-template-columns: .95fr 1.35fr; gap: 34px; align-items: stretch; }
.story-card { padding: 38px; }
.mini-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 34px; }
.mini-benefit { display: grid; gap: 8px; }
.mini-benefit .line-icon { width: 54px; height: 54px; border-radius: 16px; display: grid; place-items: center; background: var(--orange-soft); color: var(--orange); font-size: 25px; font-weight: 900; }
.mini-benefit strong { color: var(--navy-900); font-size: 15px; }
.mini-benefit span { color: var(--muted); font-size: 13px; line-height: 1.45; font-weight: 700; }
.mosaic-grid { display: grid; grid-template-columns: 1fr .78fr .78fr; grid-template-rows: 190px 190px; gap: 18px; }
.mosaic-tile { border-radius: 22px; overflow: hidden; background: #fff; box-shadow: var(--shadow-soft); }
.mosaic-tile img { width: 100%; height: 100%; object-fit: cover; }
.mosaic-tall { grid-row: span 2; }
.stat-tile { display: flex; flex-direction: column; justify-content: center; padding: 30px; color: #fff; background: var(--orange); border-radius: 22px; }
.stat-tile.navy { background: var(--navy); }
.stat-tile strong { font-size: 38px; line-height: 1; letter-spacing: -.05em; }
.stat-tile span { font-size: 15px; font-weight: 800; color: rgba(255,255,255,.90); }
.values-grid .card { min-height: 260px; text-align: center; padding-top: 42px; }
.values-grid .circle-icon { background: var(--navy); }
.values-grid .card:nth-child(odd) .circle-icon { background: var(--orange); }
.dark-panel { background: linear-gradient(110deg, #041f3f, #06345f); color: #fff; padding: 62px 0; margin: 44px 0; }
.dark-panel h2, .dark-panel h3 { color: #fff; }
.dark-panel p { color: #c9d8e8; }
.dark-panel .eyebrow { color: var(--orange); justify-content: center; width: 100%; }
.choice-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin-top: 46px; }
.choice { padding: 24px 48px; text-align: center; border-right: 1px solid rgba(255,255,255,.25); }
.choice:last-child { border-right: 0; }
.who-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.who-card { text-align: center; padding: 32px; }
.review-row { display: grid; grid-template-columns: .8fr repeat(3, 1fr); gap: 26px; align-items: stretch; }
.rating-card strong { display: block; font-size: 64px; line-height: 1; color: var(--navy-900); letter-spacing: -.06em; }

/* Contact-specific rich sections */
.contact-layout { display: grid; grid-template-columns: 1.22fr 1fr; gap: 34px; align-items: stretch; }
.contact-form { padding: 38px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin: 26px 0 22px; }
.form-grid label { display: grid; gap: 10px; color: #143a62; font-size: 13px; font-weight: 900; }
.form-grid input, .form-grid select, .form-grid textarea { width: 100%; border: 1px solid #dfe8f2; border-radius: 14px; padding: 17px 18px; background: #fbfdff; color: #526477; outline: 0; box-shadow: inset 0 1px 0 rgba(255,255,255,.8); }
.form-grid textarea { min-height: 150px; resize: vertical; }
.form-grid .full { grid-column: 1 / -1; }
.form-note { display: flex; justify-content: center; gap: 9px; align-items: center; color: #6c7b8e; font-size: 12px; font-weight: 800; }
.contact-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; }
.contact-card { min-height: 250px; padding: 32px; }
.contact-card strong { display: block; color: var(--orange); font-size: 20px; margin: 8px 0 8px; }
.topic-card { min-height: 260px; display: flex; flex-direction: column; align-items: center; text-align: center; justify-content: space-between; padding: 30px 22px; }
.topic-card .learn { color: var(--orange); font-weight: 900; font-size: 12px; }
.map-panel { position: relative; min-height: 460px; border-radius: 32px; overflow: hidden; background: linear-gradient(135deg, #e8f5ff, #f7fbff); border: 1px solid #dfe8f2; box-shadow: var(--shadow-soft); display: grid; grid-template-columns: .88fr 1.72fr .78fr; }
.map-copy, .coverage-card { position: relative; z-index: 2; align-self: center; margin: 40px; }
.map-copy { background: rgba(255,255,255,.90); border-radius: 26px; padding: 42px; border: 1px solid #e4edf6; }
.coverage-card { background: #fff; border-radius: 26px; padding: 40px; box-shadow: var(--shadow-soft); }
.map-art { position: relative; z-index: 1; background: url('contact-map.png') center/contain no-repeat; min-height: 460px; }
.pin { position: absolute; width: 18px; height: 18px; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--orange); box-shadow: 0 0 0 6px rgba(255,116,23,.12); }
.pin::after { content: ""; position: absolute; inset: 5px; border-radius: 50%; background: #fff; }
.pin.a { left: 32%; top: 38%; }
.pin.b { left: 56%; top: 48%; }
.pin.c { left: 68%; top: 68%; }
.faq-list { max-width: 1120px; margin: 0 auto; display: grid; gap: 18px; }
.faq-item { background: #fff; border: 1px solid #e8eef5; border-radius: 18px; padding: 24px 34px; box-shadow: var(--shadow-soft); }
.faq-item summary { cursor: pointer; list-style: none; display: flex; justify-content: space-between; gap: 16px; color: var(--navy-900); font-weight: 900; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "⌄"; color: var(--navy); font-size: 18px; }
.faq-item[open] summary::after { content: "⌃"; color: var(--orange); }
.newsletter-cta { display: grid; grid-template-columns: 300px 1fr 480px; gap: 38px; align-items: center; min-height: 210px; border-radius: 32px; background: linear-gradient(90deg, #fff2e8, #fff7f0); border: 1px solid #ffe0ca; padding: 28px 50px; box-shadow: var(--shadow-soft); }
.newsletter-cta img { max-height: 218px; object-fit: contain; }
.newsletter-inline { display: flex; min-height: 52px; border-radius: 12px; overflow: hidden; background: #fff; box-shadow: 0 11px 24px rgba(14,43,78,.08); border: 1px solid #dfe8f2; }
.newsletter-inline input { flex: 1; border: 0; padding: 0 18px; min-width: 0; outline: 0; color: #647488; }
.newsletter-inline button { width: 140px; border: 0; background: var(--orange); color: #fff; font-weight: 900; cursor: pointer; }

.footer, .site-footer { margin-top: 48px; padding: 48px 0 24px; background: linear-gradient(110deg, #041f3f, #06345f); color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .85fr .85fr .85fr 1.45fr; gap: 58px; padding-bottom: 34px; border-bottom: 1px solid rgba(255,255,255,.18); }
.footer-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 12px; }
.mini-mark { width: 44px; height: 44px; border-radius: 50%; display: grid; place-items: center; background: #fff; color: var(--orange); font-size: 22px; font-weight: 900; }
.footer-logo strong { color: #fff; font-size: 26px; letter-spacing: -.05em; }
.footer-logo span { color: var(--orange); }
.footer p { color: #c9d8e8; font-size: 14px; }
.socials { display: flex; gap: 10px; margin-top: 16px; }
.socials a { width: 30px; height: 30px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,255,255,.12); color: #fff; font-size: 11px; font-weight: 900; }
.foot-col h4, .newsletter h4 { margin: 4px 0 15px; color: #fff; font-size: 15px; }
.foot-col a { display: block; color: #c9d8e8; margin: 0 0 11px; font-size: 14px; font-weight: 700; }
.newsletter { border-left: 1px solid rgba(255,255,255,.18); padding-left: 28px; }
.email-form { margin-top: 14px; height: 44px; display: flex; background: #fff; border-radius: 9px; overflow: hidden; }
.email-form input { flex: 1; min-width: 0; border: 0; outline: 0; padding: 0 14px; color: #526477; }
.email-form button { width: 52px; border: 0; background: var(--orange); color: #fff; cursor: pointer; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding-top: 19px; color: #c9d8e8; font-size: 12px; font-weight: 700; }
.legal { display: flex; gap: 22px; }

@media (max-width: 1080px) {
  .wrap { width: min(100% - 42px, var(--wrap)); }
  .main-nav { gap: 18px; }
  .brand { width: 180px; }
  .rich-hero .wrap, .story-mosaic, .contact-layout, .after-rich, .map-panel, .newsletter-cta { grid-template-columns: 1fr; }
  .hero-visual, .hero-visual.photo { min-height: 430px; }
  .hero-visual.photo img { min-height: 430px; }
  .process-grid, .grid-4, .choice-grid, .after-cards { grid-template-columns: repeat(2, 1fr); }
  .process-grid::before { display: none; }
  .grid-6, .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .story-mosaic { gap: 20px; }
  .review-row { grid-template-columns: repeat(2, 1fr); }
  .feature-band { grid-template-columns: repeat(2, 1fr); }
  .feature-item:nth-child(2)::after { display: none; }
  .footer-brand, .newsletter { border: 0; padding-left: 0; }
}

@media (max-width: 760px) {
  .site-header, .nav-wrap { height: auto; }
  .nav-wrap { padding: 14px 0; display: grid !important; grid-template-columns: auto auto; align-items: center; column-gap: 12px; row-gap: 12px; }
  .brand { grid-column: 1; grid-row: 1; width: 160px; min-width: 0; }
  .lang-switcher { grid-column: 2; grid-row: 1; justify-self: end; order: initial !important; margin-left: 0 !important; min-width: max-content; }
  .top-action { grid-column: 1 / -1; grid-row: 2; width: 100%; min-width: 0; height: 42px; }
  .main-nav { grid-column: 1 / -1; grid-row: 3; min-width: 0; max-width: 100%; width: 100%; overflow-x: auto; justify-content: flex-start; padding-bottom: 3px; scrollbar-width: none; }
  .main-nav::-webkit-scrollbar { display: none; }
  .rich-hero { padding-top: 36px; }
  h1 { font-size: 38px; letter-spacing: -.045em; line-height: 1.05; }
  h2 { font-size: 29px; }
  h1, h2, h3, p, .btn, .trust-chip, .contact-card strong { overflow-wrap: anywhere; word-break: break-word; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn { width: 100%; flex: 0 0 auto; white-space: normal; text-align: center; }
  .hero-visual, .hero-visual.photo { min-height: 320px; }
  .hero-visual img.hero-main { width: 100%; max-width: 100%; max-height: 360px; }
  .rich-hero .wrap { overflow: hidden; }
  .hero-visual.photo img { min-height: 320px; }
  .floating-card { display: none; }
  .section-head { display: block; }
  .grid-2, .grid-3, .process-grid, .grid-4, .grid-6, .choice-grid, .after-cards, .feature-band, .footer-grid, .review-row, .who-grid, .contact-cards { grid-template-columns: 1fr; }
  .journey-shell::before { left: 32px; }
  .journey-row, .journey-row:nth-child(even) { grid-template-columns: 64px 1fr; gap: 14px; }
  .journey-icon, .journey-row:nth-child(even) .journey-icon { grid-column: 1; grid-row: 1; }
  .journey-card, .journey-row:nth-child(even) .journey-card { grid-column: 2; grid-row: 1; }
  .journey-spacer { display: none; }
  .feature-item::after { display: none; }
  .proof-strip { grid-template-columns: 1fr; text-align: center; }
  .avatar { margin: 0 auto; }
  .metric-row { border-left: 0; border-top: 1px solid #dce5ef; padding: 20px 0 0; justify-content: center; flex-wrap: wrap; }
  .orange-cta, .newsletter-cta { grid-template-columns: 1fr; text-align: center; padding: 28px; }
  .orange-cta img, .newsletter-cta img { margin: 0 auto; max-height: 170px; }
  .form-grid { grid-template-columns: 1fr; }
  .map-copy, .coverage-card { margin: 18px; }
  .map-art { min-height: 300px; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 560px) {
  body { overflow-x: hidden; }
  .wrap { width: min(100% - 26px, var(--wrap)); }
  .brand { width: 168px; }
  .lead { font-size: 14px; }
  .card, .story-card, .contact-form { padding: 20px; }
  .mosaic-grid { grid-template-columns: 1fr; grid-template-rows: none; }
  .mosaic-tall { grid-row: auto; min-height: 220px; }
  .stat-tile { min-height: 145px; }
  .mini-benefits { grid-template-columns: 1fr; }
  .newsletter-inline { flex-direction: column; }
  .newsletter-inline button { width: 100%; height: 48px; }
  .legal { flex-wrap: wrap; gap: 12px; }
}


/* Actual HTML/SCSS-style reference implementation: all story content is live DOM text/cards, not a raster page body. */
.story-page-main { isolation: isolate; }
.rich-hero .hero-copy { position: relative; z-index: 3; }
.rich-hero .hero-copy::after {
  content: "";
  display: block;
  width: 96px;
  height: 7px;
  margin-top: 22px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--orange), rgba(255,116,23,.18));
}
.rich-hero .hero-visual { transform: translateZ(0); }
.rich-hero .hero-visual::after {
  content: "";
  position: absolute;
  inset: 8% 0 auto auto;
  width: 28%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(7,51,95,.08);
  filter: blur(1px);
}
.section + .section { border-top: 1px solid rgba(7,51,95,.035); }
.card { transition: transform .18s ease, box-shadow .18s ease; }
.card:hover { transform: translateY(-2px); box-shadow: var(--shadow); }
.process-card.visual-card { display: grid; grid-template-rows: auto auto auto 1fr; align-items: start; }
.process-card.visual-card img { width: min(100%, 300px); justify-self: center; }
.process-card.visual-card p { max-width: 300px; margin-left: auto; margin-right: auto; }
.journey-card { border-left: 5px solid rgba(255,116,23,.18); }
.feature-band { margin-top: 8px; }
.dark-panel { position: relative; overflow: hidden; }
.dark-panel::before {
  content: "";
  position: absolute;
  width: 500px;
  aspect-ratio: 1;
  right: -180px;
  top: -220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,116,23,.24), transparent 68%);
}
.dark-panel .wrap { position: relative; z-index: 1; }
.contact-form, .map-panel, .newsletter-cta, .proof-strip, .orange-cta { transform: translateZ(0); }
.form-grid input:focus, .form-grid select:focus, .form-grid textarea:focus {
  border-color: rgba(255,116,23,.55);
  box-shadow: 0 0 0 4px rgba(255,116,23,.10);
}
.lang-switcher { flex: 0 0 auto; }
@media (min-width: 1500px) {
  .section { padding: 54px 0; }
  .rich-hero { padding-bottom: 54px; }
  .process-card { min-height: 382px; }
  .visual-card img { height: 220px; }
  .contact-card { min-height: 270px; }
}
@media (max-width: 760px) {
  .rich-hero .hero-copy::after { width: 64px; height: 5px; }
  .card:hover { transform: none; }
}


/* High-density commercial landing layout: compact desktop rhythm for story pages. */
@media (min-width: 1090px) {
  :root { --wrap: 1720px; }
  .wrap { width: min(var(--wrap), calc(100% - 80px)); }

  .site-header { height: 76px; }
  .nav-wrap { height: 76px; gap: 20px; }
  .brand { width: 220px; }
  .brand img { width: 205px; }
  .main-nav { gap: clamp(18px, 2.1vw, 36px); font-size: 12px; }
  .main-nav a { padding: 26px 0 24px; }
  .main-nav a.active::after,
  .main-nav a:hover::after { bottom: 16px; width: 34px; height: 3px; }
  .top-action { min-width: 122px; height: 46px; border-radius: 10px; font-size: 12px; }

  .eyebrow { font-size: 10px; letter-spacing: .16em; gap: 7px; }
  .eyebrow::before { width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(255,116,23,.10); }
  h1 { max-width: 680px; margin: 10px 0 12px; font-size: clamp(42px, 3.7vw, 66px); line-height: .98; letter-spacing: -.06em; }
  h2 { font-size: clamp(28px, 2.25vw, 42px); line-height: 1.02; letter-spacing: -.045em; }
  h3 { font-size: 17px; line-height: 1.12; margin-bottom: 7px; }
  p { font-size: 13px; line-height: 1.48; font-weight: 610; margin-bottom: 0; }
  .lead { max-width: 620px; font-size: 15px; line-height: 1.55; }

  .rich-hero { padding: 26px 0 14px; }
  .rich-hero::before { background: radial-gradient(circle at 77% 42%, rgba(255,116,23,.10), transparent 24rem); }
  .rich-hero .wrap { grid-template-columns: minmax(0, .95fr) minmax(460px, .95fr); gap: 34px; }
  .rich-hero .hero-copy::after { width: 72px; height: 4px; margin-top: 14px; }
  .hero-visual { min-height: 300px; }
  .hero-visual::before { width: 64%; right: 5%; top: 1%; }
  .hero-visual img.hero-main { width: 106%; max-height: 310px; }
  .hero-visual.photo { min-height: 300px; border-radius: 0 0 0 46px; }
  .hero-visual.photo img { min-height: 300px; }
  .floating-card { border-radius: 13px; padding: 9px 11px; box-shadow: 0 12px 24px rgba(9,35,68,.12); }
  .floating-card strong { font-size: 18px; }
  .floating-card span { font-size: 10px; }
  .float-a { left: 2px; bottom: 38px; }
  .float-b { right: 16px; top: 36px; }
  .float-c { right: 42px; bottom: 18px; }

  .btn { min-height: 44px; padding: 0 22px; border-radius: 10px; font-size: 13px; }
  .hero-actions { gap: 10px; margin: 15px 0 12px; }
  .trust-row { gap: 8px; }
  .trust-chip { min-height: 32px; padding: 0 12px; font-size: 10px; box-shadow: 0 7px 15px rgba(15,45,83,.055); }
  .dot { width: 6px; height: 6px; box-shadow: 0 0 0 3px rgba(255,116,23,.10); }

  .section { padding: 18px 0; }
  .section-tight { padding: 12px 0; }
  .section-head { margin-bottom: 16px; gap: 18px; }
  .section-head.center p { margin-top: 8px; max-width: 620px; }
  .card { border-radius: 18px; padding: 16px; box-shadow: 0 12px 28px rgba(12,39,75,.075); }
  .grid-2 { gap: 16px; }
  .grid-3 { gap: 14px; }
  .grid-4 { gap: 16px; }
  .grid-6 { gap: 14px; }
  .visual-card img { height: 128px; margin-bottom: 9px; }

  .process-grid { gap: 16px; }
  .process-grid::before { top: 74px; border-top-width: 3px; left: 8%; right: 8%; }
  .process-card { min-height: 214px; padding: 24px 14px 14px; }
  .process-card.visual-card { grid-template-rows: auto auto auto 1fr; }
  .process-card.visual-card img { width: min(100%, 190px); height: 105px; margin-bottom: 7px; }
  .process-card.visual-card p { max-width: 240px; }
  .step-num { top: -15px; width: 38px; height: 38px; border-width: 4px; font-size: 16px; }

  .journey-shell { max-width: 1320px; padding: 4px 0; }
  .journey-row { grid-template-columns: 1fr 58px 1fr; gap: 14px; margin: 12px 0; }
  .journey-icon { width: 46px; height: 46px; border-width: 4px; font-size: 18px; }
  .journey-card { min-height: 84px; padding: 14px 18px; border-left-width: 4px; }
  .journey-card .num { font-size: 17px; margin-right: 8px; }

  .feature-band { border-radius: 18px; margin-top: 0; box-shadow: 0 18px 38px rgba(4,31,63,.18); }
  .feature-item { min-height: 86px; padding: 16px 20px; grid-template-columns: 44px 1fr; gap: 12px; }
  .feature-item:not(:last-child)::after { top: 18px; bottom: 18px; }
  .feature-icon { font-size: 34px; }
  .feature-item h3 { margin-bottom: 4px; font-size: 16px; }
  .feature-item p { font-size: 11px; line-height: 1.35; }

  .after-rich { grid-template-columns: .72fr 1.55fr; gap: 18px; }
  .after-scene { min-height: 250px; border-radius: 22px; }
  .after-scene img { width: 100%; transform: scale(1.02); }
  .after-cards { gap: 12px; }
  .service-card { padding: 16px 12px; }
  .circle-icon { width: 42px; height: 42px; margin-bottom: 10px; font-size: 18px; box-shadow: 0 0 0 5px rgba(255,116,23,.08); }
  .check-list { gap: 6px; margin-top: 8px; }
  .check-row { gap: 7px; font-size: 10px; }
  .checkmark { width: 18px; height: 18px; }

  .proof-strip { grid-template-columns: 76px 1fr auto; gap: 18px; padding: 18px 26px; border-radius: 20px; }
  .avatar { width: 72px; height: 72px; }
  .stars { font-size: 15px; }
  .metric-row { gap: 14px; padding-left: 16px; }
  .metric { min-width: 78px; }
  .metric strong { font-size: 21px; }

  .orange-cta { min-height: 126px; grid-template-columns: 190px 1fr 190px; gap: 22px; border-radius: 22px; padding: 16px 30px; }
  .orange-cta img { max-height: 126px; width: 104%; }

  .story-mosaic { gap: 18px; grid-template-columns: .86fr 1.18fr; }
  .story-card { padding: 24px; }
  .mini-benefits { gap: 12px; margin-top: 20px; }
  .mini-benefit .line-icon { width: 42px; height: 42px; border-radius: 12px; font-size: 20px; }
  .mini-benefit strong { font-size: 13px; }
  .mini-benefit span { font-size: 11px; }
  .mosaic-grid { grid-template-rows: 128px 128px; gap: 12px; }
  .mosaic-tile, .stat-tile { border-radius: 16px; }
  .stat-tile { padding: 20px; }
  .stat-tile strong { font-size: 28px; }
  .stat-tile span { font-size: 12px; }
  .values-grid .card { min-height: 168px; padding-top: 22px; }
  .dark-panel { padding: 32px 0; margin: 18px 0; }
  .choice-grid { margin-top: 24px; }
  .choice { padding: 14px 24px; }
  .who-grid { gap: 14px; }
  .who-card { padding: 20px; }
  .review-row { gap: 14px; }
  .rating-card strong { font-size: 46px; }

  .contact-layout { grid-template-columns: 1.18fr .92fr; gap: 18px; }
  .contact-form { padding: 22px; }
  .form-grid { gap: 12px; margin: 14px 0 12px; }
  .form-grid label { gap: 6px; font-size: 11px; }
  .form-grid input,
  .form-grid select,
  .form-grid textarea { border-radius: 10px; padding: 11px 12px; font-size: 12px; }
  .form-grid textarea { min-height: 82px; }
  .form-note { font-size: 10px; }
  .contact-cards { gap: 12px; }
  .contact-card { min-height: 150px; padding: 16px; }
  .contact-card strong { font-size: 15px; margin: 5px 0; }
  .topic-card { min-height: 154px; padding: 18px 14px; }
  .topic-card .learn { font-size: 10px; }
  .map-panel { min-height: 300px; border-radius: 22px; grid-template-columns: .78fr 1.45fr .68fr; }
  .map-copy,
  .coverage-card { margin: 20px; }
  .map-copy,
  .coverage-card { border-radius: 18px; padding: 22px; }
  .map-art { min-height: 300px; }
  .faq-list { gap: 10px; max-width: 980px; }
  .faq-item { border-radius: 14px; padding: 14px 20px; }
  .newsletter-cta { min-height: 138px; grid-template-columns: 170px 1fr 340px; gap: 20px; border-radius: 22px; padding: 16px 30px; }
  .newsletter-cta img { max-height: 138px; }
  .newsletter-inline { min-height: 44px; }

  .footer,
  .site-footer { margin-top: 28px; padding: 34px 0 18px; }
  .footer-grid { gap: 34px; padding-bottom: 22px; }
}


/* Extra-dense desktop timeline: compress journey rows into one commercial landing strip. */
@media (min-width: 1090px) {
  .journey-shell {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    max-width: none;
    padding: 0;
    margin-top: 12px;
  }
  .journey-row {
    position: relative;
    display: block;
    margin: 0;
    min-height: 142px;
  }
  .journey-row::after {
    content: "";
    position: absolute;
    top: 30px;
    left: calc(100% - 8px);
    width: 20px;
    border-top: 2px dashed rgba(255,116,23,.28);
  }
  .journey-row:last-child::after { display: none; }
  .journey-row .journey-spacer { display: none; }
  .journey-icon {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 14px;
    width: 36px;
    height: 36px;
    border-width: 3px;
    font-size: 14px;
    box-shadow: 0 8px 18px rgba(255,116,23,.14);
  }
  .journey-card {
    height: 100%;
    min-height: 142px;
    padding: 50px 13px 13px;
    border-left-width: 0;
    border-top: 4px solid rgba(255,116,23,.85);
  }
  .journey-card h3 {
    display: grid;
    gap: 5px;
    margin-bottom: 6px;
    font-size: 14px;
  }
  .journey-card .num {
    display: inline-flex;
    margin: 0;
    font-size: 13px;
    letter-spacing: .08em;
  }
  .journey-card p {
    font-size: 10px;
    line-height: 1.35;
  }
}


/* First-fold compression pass: pull the feature bar into the desktop viewport. */
@media (min-width: 1090px) {
  .section { padding: 14px 0; }
  .section-head { margin-bottom: 12px; }
  .section-head.center p { margin-top: 6px; }
  .process-card { min-height: 196px; padding: 21px 13px 12px; }
  .process-card.visual-card img { width: min(100%, 174px); height: 92px; margin-bottom: 5px; }
  .process-card h3 { font-size: 16px; margin-bottom: 5px; }
  .process-card p { font-size: 11px; line-height: 1.35; }
  .process-grid { gap: 14px; }
  .process-grid::before { top: 64px; }
  .step-num { top: -13px; width: 34px; height: 34px; border-width: 3px; font-size: 14px; }
  .journey-shell { gap: 10px; margin-top: 8px; }
  .journey-row { min-height: 112px; }
  .journey-row::after { top: 24px; }
  .journey-icon { top: 8px; left: 12px; width: 30px; height: 30px; border-width: 2px; font-size: 12px; }
  .journey-card { min-height: 112px; padding: 38px 11px 10px; border-top-width: 3px; }
  .journey-card h3 { gap: 3px; margin-bottom: 4px; font-size: 13px; line-height: 1.05; }
  .journey-card .num { font-size: 11px; }
  .journey-card p { font-size: 9.5px; line-height: 1.28; }
}

/* Why Rent / ทำไมถึงเช่า page: generated asset composition with live HTML copy. */
.why-rent-page { overflow: hidden; }
.why-rent-page .section { padding: 42px 0; }
.why-rent-page .section-tight { padding: 28px 0; }
.why-rent-page .section-head.center p { max-width: 780px; }
.why-rent-page .why-hero { padding: 56px 0 44px; }
.why-rent-page .why-hero::before { background: radial-gradient(circle at 74% 34%, rgba(255,116,23,.18), transparent 31rem); }
.why-rent-page .why-hero .wrap { grid-template-columns: minmax(0, .86fr) minmax(560px, 1.08fr); gap: 52px; }
.why-rent-page .why-hero h1 { max-width: 760px; }
.why-rent-page .why-hero .lead { max-width: 680px; }
.why-rent-page .why-hero-art { min-height: 610px; }
.why-rent-page .why-hero-art::before { width: 68%; right: 8%; top: 1%; background: linear-gradient(135deg, #ff8b2a, #ff6b0e); opacity: .95; }
.why-rent-page .why-hero-art::after { right: 1%; top: 7%; background: rgba(7,51,95,.06); }
.why-rent-page .why-hero-art img.hero-main { width: min(105%, 940px); max-width: none; max-height: 620px; mix-blend-mode: multiply; filter: drop-shadow(0 30px 42px rgba(9,35,68,.18)); }
.why-rent-page .why-float-a { left: 6%; bottom: 16%; }
.why-rent-page .why-float-b { right: 5%; top: 16%; }
.why-rent-page .why-float-c { right: 10%; bottom: 10%; }
.why-rent-page .why-trust-row { max-width: 680px; }

.why-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.why-benefit-card { position: relative; text-align: center; padding: 26px 24px 28px; overflow: hidden; }
.why-benefit-card::after { content: ""; position: absolute; inset: auto 22px 0; height: 5px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg, rgba(255,116,23,.18), var(--orange), rgba(255,116,23,.18)); }
.why-benefit-card img { width: 100%; height: 228px; object-fit: contain; margin: 8px auto 18px; mix-blend-mode: multiply; filter: drop-shadow(0 14px 18px rgba(8,34,65,.08)); }
.why-badge { position: absolute; top: 18px; left: 18px; width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); border: 4px solid #fff; box-shadow: 0 13px 24px rgba(255,116,23,.26); font-size: 20px; font-weight: 900; }

.why-compare-section { margin: 26px 0 0; padding: 58px 0; background: linear-gradient(180deg, #eef7ff 0%, #f8fcff 100%); border-top: 1px solid #dfeaf6; border-bottom: 1px solid #dfeaf6; }
.why-compare-shell { display: grid; grid-template-columns: .92fr 1.08fr; gap: 28px; align-items: start; }
.why-compare-card { position: relative; min-height: 0; padding: 30px; overflow: hidden; }
.why-buy-card { display: grid; grid-template-columns: .82fr 1fr; gap: 22px; align-items: center; }
.why-rent-card { border: 2px solid rgba(255,116,23,.70); box-shadow: 0 28px 64px rgba(255,116,23,.12); }
.why-pill { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 34px; border-radius: 999px; color: #fff; font-size: 22px; font-weight: 900; letter-spacing: -.04em; box-shadow: 0 12px 26px rgba(4,31,63,.16); }
.why-pill.navy { background: var(--navy); }
.why-pill.orange { background: linear-gradient(135deg, var(--orange), var(--orange-2)); }
.why-cart-illustration { position: relative; min-height: 260px; border-radius: 26px; background: linear-gradient(180deg, #fff8f2, #fff); box-shadow: inset 0 0 0 1px #f0dfce; }
.cart-box { position: absolute; left: 20%; bottom: 24%; width: 48%; height: 32%; border-radius: 12px; background: linear-gradient(135deg, #d9a25b, #c88942); box-shadow: 0 20px 32px rgba(73,45,12,.16); }
.cart-box::before { content: ""; position: absolute; left: -28%; bottom: -26%; width: 138%; height: 48%; border: 7px solid #9eb0bd; border-top: 0; border-radius: 0 0 20px 20px; transform: skewX(-10deg); }
.coin-stack { position: absolute; right: 15%; bottom: 16%; width: 70px; height: 70px; border-radius: 50%; background: linear-gradient(135deg, #e9b763, #b87a27); box-shadow: inset 0 0 0 6px rgba(255,255,255,.45), 0 16px 28px rgba(96,59,12,.18); }
.coin-stack::after { content: "฿"; position: absolute; inset: 0; display: grid; place-items: center; color: #fff; font-size: 34px; font-weight: 900; }
.why-compare-visual { width: 100%; height: 220px; object-fit: contain; border-radius: 24px; background: linear-gradient(180deg, #fff8f2, #fff); box-shadow: inset 0 0 0 1px #f0dfce; mix-blend-mode: multiply; }
.why-rent-card-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, .95fr); gap: 22px; align-items: center; margin-top: 18px; }
.why-rent-card-grid img { width: 100%; height: 265px; object-fit: cover; border-radius: 24px; box-shadow: 0 16px 30px rgba(7,39,70,.12); }
.why-check-list { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 12px; }
.why-check-list li { display: grid; grid-template-columns: 36px 1fr; gap: 12px; align-items: center; color: #1b426a; font-size: 18px; line-height: 1.35; font-weight: 850; }
.why-check-list li span { width: 36px; height: 36px; border-radius: 50%; display: grid; place-items: center; color: var(--orange); background: #fff2e8; font-weight: 900; }
.why-negative-list li span { color: var(--navy); background: #eef6ff; }

.why-strip { margin: 0; padding: 58px 0; color: #fff; background: linear-gradient(100deg, #041f3f 0%, #063b68 100%); box-shadow: inset 0 1px 0 rgba(255,255,255,.10); }
.why-strip-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.why-strip-grid article { min-height: 190px; padding: 20px 46px; text-align: center; display: grid; align-content: center; border-right: 1px solid rgba(255,255,255,.26); }
.why-strip-grid article:last-child { border-right: 0; }
.why-strip-icon { color: #ffad1f; font-size: 58px; line-height: 1; margin-bottom: 18px; font-weight: 900; }
.why-strip h3 { color: #fff; font-size: 26px; }
.why-strip p { color: #d9e6f5; margin: 0 auto; max-width: 310px; }

.why-scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 26px; }
.why-scenario-card { padding: 0; overflow: hidden; }
.why-scenario-card img { width: 100%; height: 265px; object-fit: cover; }
.why-scenario-card div { padding: 28px 30px 32px; text-align: center; }

.why-payment-shell { position: relative; border: 1px solid #e1eaf4; border-radius: 34px; padding: 42px; background: rgba(255,255,255,.92); box-shadow: var(--shadow-soft); overflow: hidden; }
.why-payment-shell::before { content: ""; position: absolute; inset: -40% auto auto -12%; width: 48%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, rgba(238,246,255,.95), transparent 70%); }
.why-payment-shell > * { position: relative; z-index: 1; }
.why-payment-grid { display: grid; grid-template-columns: minmax(0, 1fr) 42px minmax(0, 1fr) 42px minmax(0, 1fr); gap: 18px; align-items: stretch; }
.why-payment-card { min-height: 220px; border: 1px solid #dce7f2; border-radius: 24px; padding: 28px; display: grid; align-content: center; box-shadow: 0 14px 30px rgba(9,35,68,.07); }
.why-payment-card h3 { margin-bottom: 12px; }
.why-payment-card strong { display: block; margin-bottom: 12px; color: var(--navy-900); font-size: 31px; line-height: 1.1; letter-spacing: -.05em; font-weight: 900; }
.why-payment-card p { margin: 0; }
.why-payment-card.blue { background: linear-gradient(135deg, #f0f8ff, #fff); }
.why-payment-card.orange-soft { background: linear-gradient(135deg, #fff2e8, #fffaf5); border-color: #ffd7bd; }
.why-payment-card.green { background: linear-gradient(135deg, #effaf4, #fff); border-color: #d2eadb; }
.why-flow-arrow { display: grid; place-items: center; color: var(--navy); font-size: 44px; font-weight: 900; }
.why-payment-visual { margin-top: 28px; display: grid; grid-template-columns: minmax(260px, .7fr) 1fr; gap: 24px; align-items: center; }
.why-payment-visual img { width: 100%; max-height: 310px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 16px 24px rgba(8,34,65,.10)); }
.why-note { margin: 0; padding: 16px 20px; border-radius: 16px; color: #526477; background: #f3f8fd; border: 1px solid #dfebf6; font-size: 13px; font-weight: 800; }

.why-proof-strip { grid-template-columns: 96px 1fr auto; border-color: #d8e8f7; background: linear-gradient(90deg, #fff, #eef7ff); }
.why-quote-icon { width: 76px; height: 76px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--orange); font-size: 58px; line-height: 1; font-weight: 900; box-shadow: 0 16px 28px rgba(255,116,23,.23); }
.why-proof-strip p { margin: 8px 0; color: #294b6f; font-size: 17px; font-weight: 800; }
.why-orange-cta { grid-template-columns: 300px 1fr 260px; background: linear-gradient(100deg, #ff7417, #ff5d0a); }
.why-orange-cta img { max-height: 190px; border-radius: 22px; background: rgba(255,255,255,.18); }

@media (min-width: 1090px) {
  .why-rent-page .section { padding: 28px 0; }
  .why-rent-page .why-hero { padding: 32px 0 28px; }
  .why-rent-page .why-hero .wrap { grid-template-columns: minmax(0, .82fr) minmax(560px, 1.02fr); gap: 42px; }
  .why-rent-page .why-hero-art { min-height: 492px; }
  .why-rent-page .why-hero-art img.hero-main { max-height: 520px; }
  .why-benefit-card img { height: 180px; }
  .why-compare-section { padding: 36px 0; }
  .why-compare-card { min-height: 0; padding: 22px; }
  .why-pill { min-height: 42px; font-size: 18px; }
  .why-check-list li { font-size: 14px; grid-template-columns: 30px 1fr; }
  .why-check-list li span { width: 30px; height: 30px; }
  .why-rent-card-grid img { height: 210px; }
  .why-strip { padding: 36px 0; }
  .why-strip-grid article { min-height: 140px; padding: 14px 30px; }
  .why-strip-icon { font-size: 46px; margin-bottom: 12px; }
  .why-strip h3 { font-size: 20px; }
  .why-scenario-card img { height: 220px; }
  .why-payment-shell { padding: 34px; }
  .why-payment-card { min-height: 158px; padding: 20px; }
  .why-payment-card strong { font-size: 24px; }
  .why-payment-visual img { max-height: 250px; }
  .why-orange-cta { min-height: 205px; }
}

@media (max-width: 1080px) {
  .why-rent-page .why-hero .wrap,
  .why-compare-shell,
  .why-buy-card,
  .why-rent-card-grid,
  .why-payment-visual { grid-template-columns: 1fr; }
  .why-rent-page .why-hero-art { min-height: 430px; }
  .why-rent-page .why-hero-art img.hero-main { width: 100%; max-height: 460px; }
  .why-benefit-grid,
  .why-strip-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why-scenario-grid { grid-template-columns: 1fr; }
  .why-scenario-card { display: grid; grid-template-columns: .9fr 1fr; align-items: center; }
  .why-scenario-card img { height: 100%; min-height: 260px; }
  .why-strip-grid article:nth-child(2) { border-right: 0; }
  .why-strip-grid article:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.22); }
  .why-payment-grid { grid-template-columns: 1fr; }
  .why-flow-arrow { transform: rotate(90deg); font-size: 34px; }
  .why-proof-strip { grid-template-columns: 1fr; text-align: center; }
  .why-quote-icon { margin: 0 auto; }
}

@media (max-width: 760px) {
  .why-rent-page .section { padding: 30px 0; }
  .why-rent-page .why-hero { padding-top: 34px; }
  .why-rent-page .why-hero-art { min-height: 310px; }
  .why-rent-page .why-hero-art::before { width: 76%; right: 3%; }
  .why-rent-page .why-hero-art img.hero-main { max-height: 335px; }
  .why-benefit-grid,
  .why-strip-grid { grid-template-columns: 1fr; }
  .why-benefit-card img { height: 190px; }
  .why-compare-section { padding: 34px 0; }
  .why-compare-card { min-height: 0; padding: 22px; }
  .why-cart-illustration { min-height: 210px; }
  .why-compare-visual { height: 220px; }
  .why-rent-card-grid img { height: 210px; }
  .why-check-list li { font-size: 14px; grid-template-columns: 30px 1fr; }
  .why-check-list li span { width: 30px; height: 30px; }
  .why-strip { padding: 28px 0; }
  .why-strip-grid article { min-height: 132px; padding: 24px 18px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.20); }
  .why-strip-grid article:last-child { border-bottom: 0; }
  .why-scenario-card { grid-template-columns: 1fr; }
  .why-scenario-card img { min-height: 0; height: 210px; }
  .why-payment-shell { padding: 24px 16px; border-radius: 24px; }
  .why-payment-card { min-height: 0; padding: 22px; }
  .why-payment-card strong { font-size: 23px; }
  .why-payment-visual img { max-height: 240px; }
  .why-orange-cta { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
  .why-rent-page .why-hero-art { min-height: 260px; }
  .why-rent-page .why-hero-art img.hero-main { max-height: 285px; }
  .why-badge { width: 38px; height: 38px; font-size: 16px; border-width: 3px; }
  .why-benefit-card img { height: 168px; }
  .why-pill { width: 100%; min-height: 42px; font-size: 17px; }
  .why-payment-visual { gap: 12px; }
  .why-proof-strip p { font-size: 14px; }
}

/* Real HTML/CSS Why Rent commercial polish: live DOM text/cards only, no full-section raster bodies. */
@media (min-width: 1090px) {
  .why-rent-page {
    background:
      radial-gradient(circle at 80% 8%, rgba(255,116,23,.10), transparent 34rem),
      linear-gradient(180deg, #fbfcfe 0%, #f4f8fc 56%, #eef5fb 100%);
  }
  .why-rent-page .section { padding: 62px 0; }
  .why-rent-page .section-head.center { max-width: 1040px; margin-bottom: 38px; }
  .why-rent-page .section-head.center p { max-width: 820px; font-size: 18px; line-height: 1.72; }
  .why-rent-page h2 { font-size: clamp(44px, 3.2vw, 64px); line-height: 1.02; letter-spacing: -.065em; }
  .why-rent-page h3 { letter-spacing: -.045em; }

  .why-rent-page .why-hero {
    min-height: 820px;
    padding: 76px 0 62px;
    background:
      radial-gradient(circle at 72% 38%, rgba(255,116,23,.18), transparent 34rem),
      linear-gradient(180deg,#fff 0%,#f8fbff 100%);
  }
  .why-rent-page .why-hero .wrap {
    grid-template-columns: minmax(0,.86fr) minmax(720px,1.08fr);
    gap: 58px;
    align-items: center;
  }
  .why-rent-page .why-hero h1 {
    max-width: 760px;
    font-size: clamp(64px, 5.6vw, 102px);
    line-height: .98;
    letter-spacing: -.075em;
  }
  .why-rent-page .why-hero .lead { max-width: 720px; font-size: 21px; line-height: 1.72; }
  .why-rent-page .why-hero-art { min-height: 650px; align-items: center; overflow: visible; }
  .why-rent-page .why-hero-art::before {
    display: block;
    width: 72%;
    right: 8%;
    top: 8%;
    background: linear-gradient(135deg, rgba(255,139,42,.95), rgba(255,97,13,.86));
    box-shadow: 0 30px 70px rgba(255,116,23,.20);
  }
  .why-rent-page .why-hero-art::after { display: block; right: -2%; top: 11%; background: rgba(7,51,95,.06); }
  .why-rent-page .why-hero-art img.hero-main {
    width: min(112%, 900px);
    max-width: none;
    max-height: 690px;
    mix-blend-mode: normal;
    filter: drop-shadow(0 34px 48px rgba(9,35,68,.16));
  }
  .why-rent-page .why-hero-art .floating-card { display: grid; }
  .why-rent-page .why-trust-row {
    margin-top: 34px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0,1fr));
    gap: 12px;
    max-width: 760px;
  }
  .why-rent-page .why-trust-row .trust-chip {
    min-height: 86px;
    border-radius: 18px;
    padding: 14px 13px;
    line-height: 1.25;
    box-shadow: 0 14px 32px rgba(12,39,75,.08);
  }

  .why-benefits { padding-top: 68px; padding-bottom: 76px; }
  .why-benefit-grid { gap: 26px; }
  .why-benefit-card {
    min-height: 500px;
    padding: 36px 28px 34px;
    border-radius: 30px;
    box-shadow: 0 22px 54px rgba(7,39,70,.10);
  }
  .why-benefit-card img { height: 220px; margin: 14px auto 24px; object-fit: contain; mix-blend-mode: normal; }
  .why-benefit-card h3 { font-size: 29px; line-height: 1.12; }
  .why-benefit-card p { font-size: 16px; line-height: 1.62; }

  .why-compare-section {
    padding: 76px 0;
    background:
      radial-gradient(circle at 84% 22%, rgba(255,116,23,.10), transparent 28rem),
      linear-gradient(180deg, #eef7ff 0%, #f8fcff 100%);
  }
  .why-compare-shell { grid-template-columns: .95fr 1.05fr; gap: 30px; align-items: stretch; }
  .why-compare-card { min-height: 560px; padding: 34px; border-radius: 30px; }
  .why-buy-card { grid-template-columns: 1fr; align-content: start; }
  .why-rent-card { border-width: 2px; transform: translateY(-8px); }
  .why-pill { min-height: 54px; padding: 0 38px; font-size: 23px; }
  .why-compare-visual { height: 250px; margin: 24px 0 6px; object-fit: contain; background: #fff; mix-blend-mode: normal; }
  .why-rent-card-grid { grid-template-columns: minmax(0,.88fr) minmax(360px,1fr); gap: 24px; margin-top: 26px; }
  .why-rent-card-grid img { height: 330px; object-fit: cover; border-radius: 24px; }
  .why-check-list { gap: 15px; margin-top: 24px; }
  .why-check-list li { grid-template-columns: 38px 1fr; font-size: 17px; }
  .why-check-list li span { width: 38px; height: 38px; }

  .why-strip {
    padding: 64px 0;
    background:
      radial-gradient(circle at 85% 35%, rgba(255,116,23,.20), transparent 22rem),
      linear-gradient(100deg, #041f3f 0%, #063b68 100%);
  }
  .why-strip-grid article { min-height: 210px; padding: 22px 42px; }
  .why-strip-icon { font-size: 58px; margin-bottom: 18px; }
  .why-strip h3 { font-size: 26px; }
  .why-strip p { font-size: 16px; line-height: 1.55; }

  .why-scenarios { padding-top: 68px; padding-bottom: 70px; }
  .why-scenario-grid { gap: 28px; }
  .why-scenario-card { border-radius: 28px; box-shadow: 0 22px 54px rgba(7,39,70,.10); }
  .why-scenario-card img { height: 300px; }
  .why-scenario-card div { padding: 28px 30px 32px; }
  .why-scenario-card h3 { font-size: 28px; }

  .why-payment { padding-top: 50px; padding-bottom: 60px; }
  .why-payment-shell { padding: 46px; border-radius: 34px; background: rgba(255,255,255,.94); }
  .why-payment-grid { display: grid; }
  .why-payment-card { min-height: 210px; padding: 26px; }
  .why-payment-card strong { font-size: 29px; }
  .why-payment-visual {
    grid-template-columns: minmax(260px,.42fr) minmax(0,1fr);
    margin-top: 24px;
  }
  .why-payment-visual img { max-height: 250px; mix-blend-mode: normal; }
  .why-note { font-size: 14px; }

  .why-proof-strip {
    display: grid;
    grid-template-columns: 96px minmax(0,1fr) auto;
    padding: 30px 34px;
    border: 1px solid #d8e8f7;
    border-radius: 28px;
    background: linear-gradient(90deg,#fff,#eef7ff);
    box-shadow: var(--shadow-soft);
  }
  .why-orange-cta {
    display: grid;
    grid-template-columns: 260px minmax(0,1fr) 230px;
    gap: 28px;
    min-height: 220px;
    padding: 26px 36px;
    border-radius: 32px;
    background: linear-gradient(100deg, #ff7417, #ff5d0a);
    box-shadow: 0 28px 70px rgba(255,116,23,.20);
  }
  .why-cta-fallback { display: block; width: 100%; max-height: 170px; object-fit: contain; position: static; clip: auto; clip-path: none; }
  .why-orange-cta > div, .why-orange-cta > a { position: static; width: auto; height: auto; overflow: visible; clip: auto; clip-path: none; }
}

@media (max-width: 1089px) {
  .why-cta-fallback { display: block; }
}

/* Rich live-HTML reference polish pass: denser, premium, selectable text — still no raster body. */
@media (min-width: 1090px) {
  .why-rent-page {
    background:
      radial-gradient(circle at 78% 6%, rgba(255,116,23,.13), transparent 36rem),
      radial-gradient(circle at 14% 48%, rgba(28,116,188,.08), transparent 30rem),
      linear-gradient(180deg, #fff 0%, #f4f9fd 52%, #eef6fb 100%);
  }
  .why-rent-page .section { padding: 70px 0; }
  .why-rent-page .section-head.center { margin-bottom: 44px; }
  .why-rent-page h2 { font-size: clamp(50px, 3.65vw, 72px); line-height: .98; letter-spacing: -.075em; }
  .why-rent-page h2 span { color: var(--orange); }
  .why-rent-page .section-head.center p { max-width: 850px; font-size: 19px; line-height: 1.72; }

  .why-rent-page .why-hero {
    min-height: 920px;
    padding: 90px 0 70px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.82) 45%, rgba(255,244,236,.82) 100%),
      radial-gradient(circle at 72% 45%, rgba(255,116,23,.26), transparent 37rem);
  }
  .why-rent-page .why-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 180px;
    background: linear-gradient(180deg, transparent, rgba(244,249,253,.95));
    pointer-events: none;
  }
  .why-rent-page .why-hero .wrap {
    grid-template-columns: minmax(0,.82fr) minmax(780px,1.16fr);
    gap: 66px;
  }
  .why-rent-page .why-hero .eyebrow { font-size: 16px; letter-spacing: .08em; }
  .why-rent-page .why-hero h1 {
    max-width: 760px;
    font-size: clamp(78px, 6.9vw, 128px);
    line-height: .92;
    letter-spacing: -.09em;
  }
  .why-rent-page .why-hero .lead { max-width: 740px; font-size: 22px; line-height: 1.74; margin-top: 26px; }
  .why-rent-page .hero-actions { margin-top: 34px; }
  .why-rent-page .hero-actions .btn { min-height: 58px; padding: 0 28px; font-size: 17px; }
  .why-rent-page .why-hero-art {
    min-height: 720px;
    transform: translateX(18px);
  }
  .why-rent-page .why-hero-art::before {
    width: 76%;
    right: 7%;
    top: 2%;
    background: linear-gradient(135deg, #ff932f 0%, #ff7417 52%, #ff5d0a 100%);
    box-shadow: 0 38px 84px rgba(255,116,23,.28);
    opacity: .96;
  }
  .why-rent-page .why-hero-art::after {
    width: 42%;
    right: -4%;
    top: 11%;
    background: rgba(4,31,63,.07);
    box-shadow: inset 0 0 0 1px rgba(4,31,63,.04);
  }
  .why-rent-page .why-hero-art img.hero-main {
    width: min(118%, 980px);
    max-height: 760px;
    border-radius: 34px;
    box-shadow: 0 34px 90px rgba(8,34,65,.18), 0 0 0 1px rgba(255,255,255,.75);
    filter: none;
  }
  .why-rent-page .floating-card {
    border-radius: 22px;
    padding: 18px 22px;
    border: 1px solid rgba(221,232,242,.88);
    box-shadow: 0 18px 48px rgba(8,34,65,.14);
    backdrop-filter: blur(14px);
  }
  .why-rent-page .floating-card strong { font-size: 30px; color: var(--navy); }
  .why-rent-page .why-float-a { left: 2%; bottom: 21%; }
  .why-rent-page .why-float-b { right: 0; top: 13%; }
  .why-rent-page .why-float-c { right: 4%; bottom: 6%; }
  .why-rent-page .why-trust-row {
    margin-top: 42px;
    grid-template-columns: repeat(3,minmax(0,1fr));
    max-width: 720px;
    gap: 0;
    border-radius: 26px;
    overflow: hidden;
    background: rgba(255,255,255,.94);
    border: 1px solid #e1ebf5;
    box-shadow: 0 26px 58px rgba(7,39,70,.12);
  }
  .why-rent-page .why-trust-row .trust-chip {
    min-height: 134px;
    border-radius: 0;
    border: 0;
    border-right: 1px solid #e8f0f8;
    box-shadow: none;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    padding: 18px 16px;
  }
  .why-rent-page .why-trust-row .trust-chip:nth-child(3) { border-right: 0; }
  .why-rent-page .why-trust-row .trust-chip:nth-child(4) { display: none; }
  .why-rent-page .why-trust-row .dot { width: 40px; height: 40px; box-shadow: 0 0 0 9px rgba(255,116,23,.10); }

  .why-benefits { padding-top: 76px; padding-bottom: 88px; }
  .why-benefit-grid { gap: 30px; }
  .why-benefit-card {
    min-height: 555px;
    padding: 40px 30px 38px;
    border-radius: 34px;
    background:
      linear-gradient(#fff,#fff) padding-box,
      linear-gradient(180deg, rgba(255,255,255,.98), rgba(216,232,247,.92)) border-box;
    border: 1px solid transparent;
    box-shadow: 0 28px 70px rgba(7,39,70,.12);
  }
  .why-benefit-card::before {
    content: "";
    position: absolute;
    inset: 18px 18px auto auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255,116,23,.13), transparent 68%);
  }
  .why-benefit-card:nth-child(2),
  .why-benefit-card:nth-child(4) { transform: translateY(18px); }
  .why-benefit-card img {
    height: 255px;
    margin: 18px auto 26px;
    border-radius: 24px;
    object-fit: contain;
  }
  .why-benefit-card h3 { font-size: 32px; line-height: 1.07; margin-bottom: 16px; }
  .why-benefit-card p { font-size: 17px; line-height: 1.68; color: #46617d; }
  .why-badge { width: 64px; height: 64px; top: 18px; left: 18px; font-size: 28px; border-width: 5px; }

  .why-compare-section {
    padding: 88px 0;
    background:
      radial-gradient(circle at 18% 18%, rgba(255,255,255,.85), transparent 24rem),
      radial-gradient(circle at 88% 24%, rgba(255,116,23,.15), transparent 30rem),
      linear-gradient(180deg, #eaf5ff 0%, #f8fcff 100%);
  }
  .why-compare-shell { grid-template-columns: .92fr 1.08fr; gap: 34px; align-items: stretch; }
  .why-compare-card {
    min-height: 650px;
    padding: 36px 38px;
    border-radius: 34px;
    background: rgba(255,255,255,.96);
    box-shadow: 0 30px 76px rgba(7,39,70,.13);
  }
  .why-buy-card { align-content: start; }
  .why-rent-card {
    border: 2px solid rgba(255,116,23,.78);
    box-shadow: 0 34px 92px rgba(255,116,23,.15), 0 22px 62px rgba(7,39,70,.11);
    transform: translateY(-12px);
  }
  .why-pill { min-height: 60px; padding: 0 44px; font-size: 25px; box-shadow: 0 16px 34px rgba(4,31,63,.16); }
  .why-compare-visual {
    height: 320px;
    margin: 28px 0 14px;
    border-radius: 28px;
    background: linear-gradient(180deg,#fff,#fff8f2);
    box-shadow: inset 0 0 0 1px #f0dfce, 0 20px 46px rgba(7,39,70,.08);
  }
  .why-rent-card-grid { grid-template-columns: minmax(0,.82fr) minmax(440px,1.05fr); gap: 30px; margin-top: 30px; }
  .why-rent-card-grid img { height: 390px; border-radius: 28px; box-shadow: 0 22px 52px rgba(7,39,70,.16); }
  .why-check-list { gap: 16px; margin-top: 28px; }
  .why-check-list li { grid-template-columns: 42px 1fr; font-size: 18px; line-height: 1.38; }
  .why-check-list li span { width: 42px; height: 42px; box-shadow: 0 9px 22px rgba(255,116,23,.12); }

  .why-strip {
    padding: 78px 0;
    background:
      linear-gradient(90deg, rgba(4,31,63,.98), rgba(6,59,104,.96)),
      radial-gradient(circle at 82% 28%, rgba(255,116,23,.38), transparent 28rem);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.12), inset 0 -1px 0 rgba(255,255,255,.08);
  }
  .why-strip-grid { border-radius: 0; }
  .why-strip-grid article { min-height: 250px; padding: 28px 48px; border-right-color: rgba(255,255,255,.22); }
  .why-strip-icon { font-size: 72px; margin-bottom: 24px; color: #ffb12e; text-shadow: 0 14px 30px rgba(0,0,0,.18); }
  .why-strip h3 { font-size: 30px; margin-bottom: 10px; }
  .why-strip p { font-size: 18px; line-height: 1.6; color: #dceaf7; }

  .why-scenarios { padding-top: 82px; padding-bottom: 84px; }
  .why-scenario-grid { gap: 32px; }
  .why-scenario-card { border-radius: 32px; box-shadow: 0 30px 78px rgba(7,39,70,.12); transform: translateY(0); }
  .why-scenario-card:nth-child(2) { transform: translateY(18px); }
  .why-scenario-card img { height: 340px; }
  .why-scenario-card div { padding: 34px 34px 38px; }
  .why-scenario-card h3 { font-size: 31px; line-height: 1.12; }
  .why-scenario-card p { font-size: 17px; line-height: 1.65; }

  .why-payment { padding-top: 62px; padding-bottom: 76px; }
  .why-payment-shell {
    padding: 54px 50px 48px;
    border-radius: 40px;
    background:
      radial-gradient(circle at 18% 84%, rgba(255,116,23,.10), transparent 24rem),
      rgba(255,255,255,.96);
    box-shadow: 0 34px 90px rgba(7,39,70,.13);
  }
  .why-payment-grid { grid-template-columns: minmax(0,1fr) 56px minmax(0,1fr) 56px minmax(0,1fr); gap: 20px; }
  .why-payment-card { min-height: 255px; padding: 34px 30px; border-radius: 30px; box-shadow: 0 20px 52px rgba(7,39,70,.09); }
  .why-payment-card h3 { font-size: 21px; }
  .why-payment-card strong { font-size: 34px; margin-bottom: 16px; }
  .why-payment-card p { font-size: 16px; line-height: 1.62; }
  .why-flow-arrow { font-size: 52px; color: rgba(4,31,63,.82); }
  .why-payment-visual { grid-template-columns: 360px minmax(0,1fr); gap: 28px; margin-top: 32px; }
  .why-payment-visual img { max-height: 285px; border-radius: 28px; background: #fff; box-shadow: 0 22px 54px rgba(7,39,70,.10); }
  .why-note { min-height: 58px; display: flex; align-items: center; font-size: 15px; border-radius: 18px; }

  .why-proof-strip {
    min-height: 164px;
    grid-template-columns: 104px minmax(0,1.05fr) minmax(420px,.95fr);
    padding: 34px 38px;
    border-radius: 32px;
    background: linear-gradient(90deg,#fff 0%,#f8fbff 52%,#eef7ff 100%);
    box-shadow: 0 28px 70px rgba(7,39,70,.11);
  }
  .why-quote-icon { width: 86px; height: 86px; font-size: 66px; }
  .why-proof-strip p { font-size: 18px; line-height: 1.62; }
  .metric-row { gap: 22px; }
  .metric strong { font-size: 34px; }

  .why-orange-cta {
    grid-template-columns: 310px minmax(0,1fr) 270px;
    gap: 34px;
    min-height: 260px;
    padding: 34px 44px;
    border-radius: 36px;
    background:
      radial-gradient(circle at 18% 18%, rgba(255,255,255,.20), transparent 18rem),
      linear-gradient(100deg, #ff7417, #ff5d0a 70%, #ff6d12);
    box-shadow: 0 34px 86px rgba(255,116,23,.28);
  }
  .why-orange-cta img { max-height: 205px; border-radius: 26px; background: rgba(255,255,255,.22); box-shadow: 0 18px 42px rgba(115,46,0,.16); }
  .why-orange-cta h2 { font-size: clamp(40px,3vw,58px); color: #fff; }
  .why-orange-cta p { max-width: 650px; font-size: 19px; color: rgba(255,255,255,.88); }
  .why-orange-cta .btn, .why-orange-cta > a { min-height: 60px; font-size: 17px; box-shadow: 0 18px 42px rgba(4,31,63,.20); }
}

@media (min-width: 1090px) and (max-width: 1480px) {
  .why-rent-page .why-hero h1 { font-size: clamp(64px, 6.1vw, 96px); }
  .why-rent-page .why-hero .wrap { grid-template-columns: minmax(0,.9fr) minmax(620px,1fr); }
  .why-rent-page .why-hero-art img.hero-main { width: min(112%, 820px); }
  .why-rent-page .why-rent-card-grid { grid-template-columns: 1fr; }
  .why-rent-page .why-rent-card-grid img { height: 300px; }
}


/* User-marked polish pass: circled hero chips, compare cards, navy icon band, payment flow, and proof strip. */
.why-trust-card .trust-icon svg,
.why-strip-icon svg,
.why-payment-icon svg { width: 1em; height: 1em; fill: currentColor; display: block; }
.why-trust-card .trust-copy { display: grid; gap: 4px; min-width: 0; }
.why-trust-card .trust-copy strong { color: var(--navy-900); font-size: 14px; line-height: 1.16; letter-spacing: -.025em; }
.why-trust-card .trust-copy small { color: #65768b; font-size: 10.5px; font-weight: 850; line-height: 1.3; }
.why-card-header { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.why-card-header > span { display: inline-flex; align-items: center; justify-content: center; min-height: 34px; padding: 0 14px; border-radius: 999px; color: #63758b; background: #f4f8fc; border: 1px solid #dce7f2; font-size: 12px; font-weight: 900; white-space: nowrap; }
.why-card-header-highlight > span { color: #d65a08; background: #fff1e6; border-color: #ffd7bd; }
.why-compare-image-frame { position: relative; display: grid; place-items: center; overflow: hidden; border-radius: 28px; border: 1px solid #e4edf6; background: linear-gradient(180deg, #fff, #f8fbff); box-shadow: inset 0 0 0 1px rgba(255,255,255,.75), 0 18px 42px rgba(7,39,70,.08); }
.why-buy-frame { background: linear-gradient(180deg, #fffaf5, #fff); border-color: #f3e3d2; }
.why-rent-frame { background: linear-gradient(135deg, #fff7f0, #f2f8ff); border-color: #ffd9c1; }
.why-payment-icon { width: 56px; height: 56px; border-radius: 18px; display: grid; place-items: center; margin-bottom: 18px; color: var(--orange); background: #fff; box-shadow: 0 14px 30px rgba(7,39,70,.10), inset 0 0 0 1px rgba(255,116,23,.14); font-size: 28px; }
.why-payment-card.green .why-payment-icon { color: #2e9f62; box-shadow: 0 14px 30px rgba(7,39,70,.10), inset 0 0 0 1px rgba(46,159,98,.18); }
.why-payment-aside { display: grid; grid-template-columns: 330px minmax(0, 1fr); align-items: center; gap: 26px; margin-top: 30px; padding: 22px 26px; border-radius: 28px; border: 1px solid #dce9f4; background: linear-gradient(90deg, #fff, #f3f9ff); box-shadow: inset 0 1px 0 rgba(255,255,255,.85); }
.why-payment-aside img { width: 100%; max-height: 250px; object-fit: contain; border-radius: 24px; background: #fff; box-shadow: 0 18px 42px rgba(7,39,70,.09); }
.why-proof-person { display: flex; align-items: center; gap: 12px; margin-top: 14px; }
.proof-avatar { width: 46px; height: 46px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg, var(--orange), var(--orange-2)); font-size: 18px; font-weight: 900; box-shadow: 0 10px 24px rgba(255,116,23,.22); }
.why-proof-person strong { display: block; color: var(--navy-900); font-size: 15px; line-height: 1.2; }
.verified-renter { display: inline-flex; align-items: center; gap: 6px; margin-top: 4px; color: #5e7187; font-size: 12px; font-weight: 900; }
.verified-renter::before { content: "✓"; width: 17px; height: 17px; border-radius: 50%; display: inline-grid; place-items: center; color: #fff; background: #2e9f62; font-size: 10px; }

@media (min-width: 1090px) {
  .why-rent-page .why-trust-row {
    margin-top: 36px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0,1fr));
    gap: 14px;
    max-width: 820px;
    overflow: visible;
    background: transparent;
    border: 0;
    box-shadow: none;
  }
  .why-rent-page .why-trust-row .why-trust-card {
    min-height: 122px;
    display: grid;
    grid-template-columns: minmax(0,1fr);
    justify-items: center;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    border: 1px solid #dfeaf4;
    background: linear-gradient(180deg, rgba(255,255,255,.98), rgba(249,252,255,.96));
    box-shadow: 0 22px 52px rgba(7,39,70,.11);
    padding: 18px 16px 16px;
    text-align: center;
  }
  .why-rent-page .why-trust-row .why-trust-card:not(:last-child) { border-right: 1px solid #dfeaf4; }
  .why-rent-page .trust-icon {
    width: 54px;
    height: 54px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--orange), var(--orange-2));
    box-shadow: 0 14px 28px rgba(255,116,23,.25), inset 0 1px 0 rgba(255,255,255,.28);
    font-size: 28px;
  }
  .why-rent-page .why-trust-row .trust-chip:nth-child(4) { display: none; }

  .why-compare-shell { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 36px; align-items: stretch; }
  .why-compare-card {
    min-height: 620px;
    display: flex;
    flex-direction: column;
    padding: 36px;
    border-radius: 34px;
  }
  .why-buy-card { align-content: normal; }
  .why-rent-card { transform: translateY(-8px); border-width: 2px; }
  .why-compare-card .why-card-header { margin-bottom: 24px; }
  .why-compare-card .why-pill { min-height: 54px; padding: 0 34px; font-size: 22px; }
  .why-compare-image-frame { height: 315px; margin-bottom: 24px; }
  .why-compare-image-frame .why-compare-visual,
  .why-compare-image-frame img {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    mix-blend-mode: normal;
  }
  .why-buy-frame img { object-fit: contain; padding: 18px; }
  .why-rent-frame img { object-fit: cover; }
  .why-compare-card .why-check-list { margin-top: auto; gap: 14px; }
  .why-compare-card .why-check-list li { font-size: 17px; line-height: 1.35; }

  .why-strip { padding: 62px 0; }
  .why-strip-grid { gap: 0; }
  .why-strip-grid article { position: relative; min-height: 214px; padding: 28px 42px; border-right: 0; }
  .why-strip-grid article:not(:last-child)::after { content: ""; position: absolute; right: 0; top: 24%; bottom: 24%; width: 1px; background: linear-gradient(180deg, transparent, rgba(255,255,255,.30), transparent); }
  .why-strip-icon {
    width: 78px;
    height: 78px;
    border-radius: 24px;
    display: grid;
    place-items: center;
    margin: 0 auto 18px;
    color: #ffb12e;
    background: rgba(255,255,255,.10);
    border: 1px solid rgba(255,255,255,.16);
    box-shadow: 0 18px 36px rgba(0,0,0,.16), inset 0 1px 0 rgba(255,255,255,.14);
    font-size: 44px;
    text-shadow: none;
  }
  .why-strip h3 { font-size: 25px; margin-bottom: 8px; }
  .why-strip p { max-width: 310px; font-size: 15px; line-height: 1.55; }

  .why-payment-shell { padding: 48px; }
  .why-payment-grid { grid-template-columns: minmax(0,1fr) 52px minmax(0,1fr) 52px minmax(0,1fr); gap: 18px; counter-reset: payment-step; }
  .why-payment-step { position: relative; min-height: 248px; align-content: start; background-blend-mode: normal; }
  .why-payment-step::before {
    counter-increment: payment-step;
    content: "0" counter(payment-step);
    position: absolute;
    top: 22px;
    right: 24px;
    color: rgba(7,51,95,.15);
    font-size: 42px;
    line-height: 1;
    letter-spacing: -.08em;
    font-weight: 900;
  }
  .why-payment-step h3 { margin-bottom: 10px; }
  .why-payment-step strong { font-size: 30px; }
  .why-flow-arrow { font-size: 42px; color: rgba(255,116,23,.82); align-self: center; }
  .why-note { min-height: 0; padding: 20px 24px 20px 58px; position: relative; font-size: 15px; line-height: 1.55; }
  .why-note::before { content: "i"; position: absolute; left: 22px; top: 50%; transform: translateY(-50%); width: 24px; height: 24px; border-radius: 50%; display: grid; place-items: center; color: #fff; background: var(--navy); font-size: 14px; font-weight: 900; font-style: italic; }

  .why-proof-strip {
    min-height: 156px;
    grid-template-columns: 86px minmax(0,1.05fr) minmax(390px,.85fr);
    gap: 24px;
    align-items: center;
  }
  .why-quote-icon { width: 72px; height: 72px; font-size: 58px; }
  .why-proof-strip p { font-size: 17px; line-height: 1.58; }
  .why-proof-strip .metric-row { justify-content: space-around; gap: 18px; }
  .why-proof-strip .metric { position: relative; padding: 0 10px; }
  .why-proof-strip .metric:not(:last-child)::after { content: ""; position: absolute; right: -8px; top: 15%; bottom: 15%; width: 1px; background: #d7e5f2; }
  .why-proof-strip .metric span { font-size: 12px; color: #5d7086; }
}

@media (max-width: 1080px) {
  .why-rent-page .why-trust-row { display: grid; grid-template-columns: 1fr; gap: 10px; }
  .why-rent-page .why-trust-card { display: grid; grid-template-columns: 42px 1fr; align-items: center; gap: 12px; text-align: left; }
  .why-rent-page .trust-icon { width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; color: #fff; background: var(--orange); font-size: 22px; }
  .why-card-header { flex-wrap: wrap; margin-bottom: 14px; }
  .why-compare-image-frame { min-height: 220px; margin-bottom: 14px; }
  .why-compare-image-frame img { width: 100%; height: 220px; object-fit: contain; }
  .why-rent-frame img { object-fit: cover; }
  .why-strip-icon { width: 64px; height: 64px; border-radius: 20px; display: grid; place-items: center; margin: 0 auto 14px; color: #ffb12e; background: rgba(255,255,255,.10); font-size: 36px; }
  .why-payment-icon { width: 48px; height: 48px; font-size: 24px; }
  .why-payment-aside { grid-template-columns: 1fr; padding: 18px; }
  .why-payment-aside img { max-height: 220px; }
  .why-proof-person { justify-content: center; }
}

/* Final compact commercial density pass: story pages align with the tight "/" landing-page rhythm. */
@media (min-width: 1090px) {
  :root { --wrap: 1180px; }
  .wrap { width: min(var(--wrap), calc(100% - 108px)); }

  .site-header,
  .nav-wrap { height: 70px; }
  .nav-wrap { gap: 18px; }
  .brand { width: 200px; }
  .brand img { width: 188px; }
  .main-nav { gap: clamp(18px, 2vw, 31px); font-size: 12px; font-weight: 760; }
  .main-nav a { padding: 27px 0 24px; }
  .main-nav a.active::after,
  .main-nav a:hover::after { bottom: 17px; width: 27px; height: 3px; }
  .top-action { min-width: 112px; height: 44px; border-radius: 8px; font-size: 12px; box-shadow: 0 8px 18px rgba(255,116,23,.28); }

  .compact-story-page h1,
  .compact-story-page h2,
  .compact-story-page h3 { letter-spacing: -.05em; }
  .compact-story-page h1 { max-width: 560px; margin: 12px 0 10px; font-size: clamp(38px, 3.7vw, 56px); line-height: 1.01; }
  .compact-story-page h2 { font-size: clamp(25px, 2.1vw, 34px); line-height: 1.04; }
  .compact-story-page h3 { font-size: 15px; line-height: 1.12; margin-bottom: 5px; }
  .compact-story-page p { font-size: 11.5px; line-height: 1.42; font-weight: 620; }
  .compact-story-page .lead { max-width: 470px; font-size: 13px; line-height: 1.45; }
  .compact-story-page .eyebrow { font-size: 10px; letter-spacing: .12em; gap: 6px; }
  .compact-story-page .eyebrow::before { width: 5px; height: 5px; box-shadow: 0 0 0 3px rgba(255,116,23,.10); }

  .compact-story-page .rich-hero { min-height: 0; padding: 20px 0 8px; }
  .compact-story-page .rich-hero .wrap { grid-template-columns: minmax(0, .82fr) minmax(420px, .88fr); gap: 28px; align-items: center; }
  .compact-story-page .rich-hero .hero-copy::after { width: 56px; height: 3px; margin-top: 10px; }
  .compact-story-page .hero-actions { gap: 9px; margin: 13px 0 9px; }
  .compact-story-page .btn { min-height: 40px; padding: 0 18px; border-radius: 8px; font-size: 11.5px; }
  .compact-story-page .hero-visual,
  .compact-story-page .hero-visual.photo { min-height: 242px; border-radius: 0 0 0 32px; }
  .compact-story-page .hero-visual.photo img { min-height: 242px; }
  .compact-story-page .hero-visual img.hero-main { width: min(100%, 430px); max-height: 252px; }
  .compact-story-page .floating-card { border-radius: 10px; padding: 7px 9px; box-shadow: 0 9px 18px rgba(9,35,68,.12); }
  .compact-story-page .floating-card strong { font-size: 16px; }
  .compact-story-page .floating-card span { font-size: 9px; }
  .compact-story-page .float-a { left: 8px; bottom: 24px; }
  .compact-story-page .float-b { right: 14px; top: 24px; }
  .compact-story-page .float-c { right: 30px; bottom: 12px; }

  .compact-story-page .section { padding: 12px 0; }
  .compact-story-page .section-tight { padding: 8px 0; }
  .compact-story-page .section + .section { border-top-color: rgba(7,51,95,.025); }
  .compact-story-page .section-head { margin-bottom: 10px; gap: 12px; }
  .compact-story-page .section-head.center p { margin-top: 5px; max-width: 560px; }
  .compact-story-page .card { border-radius: 14px; padding: 13px; box-shadow: 0 8px 18px rgba(12,39,75,.065); }
  .compact-story-page .grid-2,
  .compact-story-page .grid-3,
  .compact-story-page .grid-4,
  .compact-story-page .grid-6 { gap: 10px; }
  .compact-story-page .circle-icon { width: 36px; height: 36px; margin-bottom: 8px; font-size: 16px; box-shadow: 0 0 0 4px rgba(255,116,23,.08); }
  .compact-story-page .check-list { gap: 5px; margin-top: 7px; }
  .compact-story-page .check-row { gap: 6px; font-size: 10px; }
  .compact-story-page .checkmark { width: 16px; height: 16px; }

  .about-page .story-mosaic { grid-template-columns: .86fr 1.14fr; gap: 12px; }
  .about-page .story-card { padding: 16px; }
  .about-page .mini-benefits { gap: 8px; margin-top: 12px; }
  .about-page .mini-benefit { gap: 5px; }
  .about-page .mini-benefit .line-icon { width: 32px; height: 32px; border-radius: 9px; font-size: 16px; }
  .about-page .mini-benefit strong { font-size: 11px; }
  .about-page .mini-benefit span { font-size: 9.5px; line-height: 1.25; }
  .about-page .mosaic-grid { grid-template-rows: 88px 88px; gap: 8px; }
  .about-page .mosaic-tile,
  .about-page .stat-tile { border-radius: 12px; }
  .about-page .stat-tile { padding: 12px; }
  .about-page .stat-tile strong { font-size: 20px; }
  .about-page .stat-tile span { font-size: 9.5px; }
  .about-page .values-grid .card { min-height: 104px; padding: 14px 10px; }
  .about-page .dark-panel { padding: 18px 0; margin: 8px 0; }
  .about-page .choice-grid { margin-top: 12px; }
  .about-page .choice { padding: 10px 13px; }
  .about-page .choice .feature-icon { font-size: 27px; }
  .about-page .who-grid { gap: 9px; }
  .about-page .who-card { padding: 12px; }
  .about-page .visual-card img { height: 108px; margin-bottom: 7px; }
  .about-page .review-row { gap: 10px; }
  .about-page .rating-card strong { font-size: 34px; }
  .about-page .orange-cta { min-height: 118px; grid-template-columns: 150px 1fr 160px; gap: 16px; border-radius: 18px; padding: 14px 20px; }
  .about-page .orange-cta img { max-height: 112px; }

  .contact-page .contact-layout { grid-template-columns: 1.08fr .92fr; gap: 12px; }
  .contact-page .contact-form { padding: 16px; }
  .contact-page .form-grid { gap: 8px; margin: 10px 0 8px; }
  .contact-page .form-grid label { gap: 4px; font-size: 10px; }
  .contact-page .form-grid input,
  .contact-page .form-grid select,
  .contact-page .form-grid textarea { border-radius: 8px; padding: 8px 9px; font-size: 11px; }
  .contact-page .form-grid textarea { min-height: 58px; }
  .contact-page .form-note { margin: 7px 0 0; font-size: 9.5px; }
  .contact-page .contact-cards { gap: 8px; }
  .contact-page .contact-card { min-height: 112px; padding: 11px; }
  .contact-page .contact-card strong { font-size: 12px; margin: 3px 0; overflow-wrap: anywhere; }
  .contact-page .topic-card { min-height: 104px; padding: 11px 9px; }
  .contact-page .topic-card .learn { font-size: 9.5px; }
  .contact-page .map-panel { min-height: 218px; border-radius: 18px; grid-template-columns: .85fr 1.25fr .8fr; }
  .contact-page .map-copy,
  .contact-page .coverage-card { margin: 12px; border-radius: 14px; padding: 13px; }
  .contact-page .map-art { min-height: 218px; }
  .contact-page .faq-list { gap: 7px; max-width: 880px; }
  .contact-page .faq-item { border-radius: 11px; padding: 10px 14px; }
  .contact-page .newsletter-cta { min-height: 112px; grid-template-columns: 130px 1fr 260px; gap: 14px; border-radius: 18px; padding: 12px 20px; }
  .contact-page .newsletter-cta img { max-height: 106px; }
  .contact-page .newsletter-inline { min-height: 38px; }

  .why-rent-page .section { padding: 12px 0; }
  .why-rent-page .section-tight { padding: 8px 0; }
  .why-rent-page .section-head.center { max-width: 760px; margin-bottom: 10px; }
  .why-rent-page .section-head.center p { max-width: 560px; font-size: 11.5px; line-height: 1.42; }
  .why-rent-page h2 { font-size: clamp(25px, 2.1vw, 34px); line-height: 1.04; letter-spacing: -.05em; }
  .why-rent-page h3 { font-size: 15px; line-height: 1.1; }

  .why-rent-page .why-hero { min-height: 0; padding: 20px 0 8px; background: linear-gradient(90deg, rgba(255,255,255,.98) 0%, rgba(255,248,242,.88) 100%); }
  .why-rent-page .why-hero::after { height: 42px; }
  .why-rent-page .why-hero .wrap { grid-template-columns: minmax(0,.86fr) minmax(390px,.78fr); gap: 22px; }
  .why-rent-page .why-hero .eyebrow { font-size: 10px; letter-spacing: .12em; }
  .why-rent-page .why-hero h1 { max-width: 560px; margin: 10px 0 8px; font-size: clamp(38px, 3.7vw, 56px); line-height: 1; letter-spacing: -.055em; }
  .why-rent-page .why-hero .lead { max-width: 510px; margin-top: 0; font-size: 13px; line-height: 1.45; }
  .why-rent-page .why-hero .hero-actions { margin-top: 12px; }
  .why-rent-page .why-hero .hero-actions .btn { min-height: 40px; padding: 0 18px; font-size: 11.5px; }
  .why-rent-page .why-hero-art { min-height: 246px; transform: none; overflow: visible; }
  .why-rent-page .why-hero-art::before { width: 58%; right: 11%; top: 5%; box-shadow: 0 14px 30px rgba(255,116,23,.18); }
  .why-rent-page .why-hero-art::after { width: 26%; top: 8%; right: 2%; }
  .why-rent-page .why-hero-art img.hero-main { width: min(100%, 392px); max-height: 252px; border-radius: 16px; box-shadow: 0 16px 34px rgba(8,34,65,.13); }
  .why-rent-page .floating-card { border-radius: 10px; padding: 7px 9px; }
  .why-rent-page .floating-card strong { font-size: 16px; }
  .why-rent-page .why-float-a { left: 4%; bottom: 15%; }
  .why-rent-page .why-float-b { right: 4%; top: 10%; }
  .why-rent-page .why-float-c { right: 8%; bottom: 4%; }
  .why-rent-page .why-trust-row { margin-top: 11px; max-width: 560px; display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 8px; overflow: visible; background: transparent; border: 0; box-shadow: none; }
  .why-rent-page .why-trust-row .why-trust-card { min-height: 54px; grid-template-columns: 28px 1fr; justify-items: start; align-items: center; gap: 7px; padding: 7px 8px; border-radius: 12px; text-align: left; box-shadow: 0 8px 18px rgba(7,39,70,.075); }
  .why-rent-page .trust-icon { width: 28px; height: 28px; border-radius: 8px; font-size: 14px; }
  .why-rent-page .why-trust-card .trust-copy { gap: 1px; }
  .why-rent-page .why-trust-card .trust-copy strong { font-size: 10px; line-height: 1.08; }
  .why-rent-page .why-trust-card .trust-copy small { font-size: 8.5px; line-height: 1.1; }

  .why-benefits { padding-top: 10px; padding-bottom: 12px; }
  .why-benefit-grid { gap: 9px; }
  .why-benefit-card { min-height: 166px; padding: 10px 10px 12px; border-radius: 14px; transform: none; box-shadow: 0 8px 18px rgba(7,39,70,.07); }
  .why-benefit-card:nth-child(2),
  .why-benefit-card:nth-child(4) { transform: none; }
  .why-benefit-card::before { width: 42px; height: 42px; inset: 9px 9px auto auto; }
  .why-benefit-card::after { inset: auto 12px 0; height: 3px; }
  .why-benefit-card img { height: 66px; margin: 5px auto 7px; border-radius: 10px; }
  .why-benefit-card h3 { font-size: 13px; line-height: 1.1; margin-bottom: 4px; }
  .why-benefit-card p { font-size: 10px; line-height: 1.28; }
  .why-badge { width: 24px; height: 24px; top: 8px; left: 8px; font-size: 11px; border-width: 2px; }

  .why-compare-section { margin-top: 0; padding: 16px 0; }
  .why-compare-shell { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 12px; }
  .why-compare-card { min-height: 268px; padding: 13px; border-radius: 15px; transform: none; }
  .why-rent-card { transform: none; }
  .why-compare-card .why-card-header { margin-bottom: 8px; gap: 8px; }
  .why-compare-card .why-pill { min-height: 30px; padding: 0 15px; font-size: 12px; }
  .why-card-header > span { min-height: 26px; padding: 0 9px; font-size: 9.5px; }
  .why-compare-image-frame { height: 108px; margin-bottom: 8px; border-radius: 12px; }
  .why-buy-frame img { padding: 8px; }
  .why-compare-card .why-check-list { gap: 4px; margin-top: auto; }
  .why-compare-card .why-check-list li { grid-template-columns: 20px 1fr; gap: 6px; font-size: 10px; line-height: 1.2; }
  .why-compare-card .why-check-list li span { width: 20px; height: 20px; }

  .why-strip { padding: 14px 0; }
  .why-strip-grid article { min-height: 78px; padding: 9px 12px; }
  .why-strip-icon { width: 34px; height: 34px; border-radius: 10px; margin-bottom: 5px; font-size: 18px; }
  .why-strip h3 { font-size: 13px; margin-bottom: 3px; }
  .why-strip p { font-size: 9.5px; line-height: 1.25; }

  .why-scenarios { padding-top: 12px; padding-bottom: 12px; }
  .why-scenario-grid { gap: 10px; }
  .why-scenario-card { border-radius: 15px; transform: none; }
  .why-scenario-card:nth-child(2) { transform: none; }
  .why-scenario-card img { height: 112px; }
  .why-scenario-card div { padding: 11px 13px 12px; }
  .why-scenario-card h3 { font-size: 14px; }
  .why-scenario-card p { font-size: 10px; line-height: 1.3; }

  .why-payment { padding-top: 10px; padding-bottom: 12px; }
  .why-payment-shell { padding: 14px; border-radius: 18px; }
  .why-payment-grid { grid-template-columns: minmax(0,1fr) 24px minmax(0,1fr) 24px minmax(0,1fr); gap: 8px; }
  .why-payment-step { min-height: 118px; padding: 12px; border-radius: 14px; }
  .why-payment-step::before { top: 10px; right: 10px; font-size: 20px; }
  .why-payment-icon { width: 30px; height: 30px; border-radius: 9px; margin-bottom: 6px; font-size: 14px; }
  .why-payment-step h3 { margin-bottom: 4px; font-size: 12.5px; }
  .why-payment-step strong { margin-bottom: 4px; font-size: 16px; }
  .why-payment-card p { font-size: 9.5px; line-height: 1.25; }
  .why-flow-arrow { font-size: 20px; }
  .why-payment-aside { grid-template-columns: 100px minmax(0,1fr); gap: 10px; margin-top: 9px; padding: 8px 10px; border-radius: 13px; }
  .why-payment-aside img { max-height: 72px; border-radius: 10px; }
  .why-note { min-height: 0; padding: 8px 9px 8px 28px; font-size: 9.5px; line-height: 1.3; }
  .why-note::before { left: 8px; width: 15px; height: 15px; font-size: 9px; }

  .why-proof-strip { min-height: 86px; grid-template-columns: 48px minmax(0,1fr) minmax(260px,.8fr); gap: 10px; padding: 12px 16px; border-radius: 16px; }
  .why-quote-icon { width: 38px; height: 38px; font-size: 30px; }
  .why-proof-strip p { margin: 4px 0; font-size: 10.5px; line-height: 1.32; }
  .proof-avatar { width: 28px; height: 28px; font-size: 11px; }
  .why-proof-person { gap: 7px; margin-top: 6px; }
  .why-proof-person strong { font-size: 10.5px; }
  .verified-renter { font-size: 8.5px; margin-top: 1px; }
  .verified-renter::before { width: 12px; height: 12px; font-size: 7px; }
  .why-proof-strip .metric-row { gap: 8px; padding-left: 10px; }
  .why-proof-strip .metric { min-width: 62px; padding: 0 4px; }
  .why-proof-strip .metric strong { font-size: 16px; }
  .why-proof-strip .metric span { font-size: 8.5px; }
  .why-orange-cta { min-height: 105px; grid-template-columns: 118px minmax(0,1fr) 140px; gap: 12px; padding: 12px 18px; border-radius: 18px; }
  .why-orange-cta img { max-height: 82px; border-radius: 11px; }
  .why-orange-cta h2 { font-size: 24px; }
  .why-orange-cta p { font-size: 10.5px; line-height: 1.35; }
  .why-orange-cta .btn,
  .why-orange-cta > a { min-height: 38px; font-size: 11px; }

  .footer,
  .site-footer { margin-top: 16px; padding: 24px 0 14px; }
  .footer-grid { gap: 22px; padding-bottom: 16px; }
  .footer p,
  .foot-col a { font-size: 11px; }
  .footer-logo strong { font-size: 20px; }
  .mini-mark { width: 34px; height: 34px; font-size: 17px; }
}
