/* RentMate — landing page stylesheet */
:root {
  --navy: #0B2545; --navy-2: #11365F; --ink-2: #31547F; --muted: #5F7796;
  --blue: #1877E0; --blue-2: #0F5FB8; --blue-deep: #0F4F9E; --sky: #7CBEF8; --sky-soft: #D6E9FD;
  --teal: #10808D; --teal-2: #0FA3AE; --teal-ink: #0C7268; --mint: #35D2C4; --mint-soft: #D2F3F2;
  --bg: #FFFFFF; --bg-soft: #F2F8FE; --line: #E1EBF6;
  --grad: linear-gradient(100deg, #0F4F9E, #10808D);
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --font-display: 'Bricolage Grotesque', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
  --container: 1160px; --gutter: clamp(18px, 4vw, 28px); --section: clamp(64px, 6vw + 24px, 104px);
  --ease: cubic-bezier(.22, .7, .3, 1);
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--bg); color: var(--navy); font-family: var(--font); font-size: 16px; line-height: 1.6; -webkit-font-smoothing: antialiased; overflow-x: clip; }
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--blue-2); text-decoration: none; }
a:hover { color: var(--navy); }
button { font-family: inherit; }
h1, h2, h3 { margin: 0; font-family: var(--font-display); font-weight: 600; letter-spacing: -0.02em; line-height: 1.1; text-wrap: balance; }
p { margin: 0; }
ul, ol { margin: 0; padding: 0; list-style: none; }
::selection { background: var(--blue); color: #fff; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.skip-link { position: absolute; left: 16px; top: -60px; z-index: 1000; background: var(--navy); color: #fff; padding: 10px 16px; border-radius: 8px; font-weight: 600; }
.skip-link:focus { top: 14px; color: #fff; }
[id] { scroll-margin-top: 80px; }

.container { max-width: var(--container); margin: 0 auto; padding-inline: var(--gutter); }
.section { padding-block: var(--section); }
.section--soft { background: var(--bg-soft); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.section--navy { background: var(--navy); color: #fff; }
.eyebrow { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--teal-2); margin-bottom: 14px; }
.section--navy .eyebrow { color: var(--mint); }
.h1 { font-size: clamp(2.5rem, 1.6rem + 3.4vw, 3.9rem); line-height: 1.02; letter-spacing: -0.025em; }
.h2 { font-size: clamp(1.85rem, 1.3rem + 1.9vw, 2.5rem); }
.h2--sm { font-size: clamp(1.6rem, 1.2rem + 1.4vw, 2.15rem); line-height: 1.12; }
.lead { font-size: clamp(1.02rem, 0.96rem + 0.3vw, 1.15rem); line-height: 1.62; color: var(--ink-2); text-wrap: pretty; }
.section--navy .lead { color: var(--sky-soft); }
.muted { color: var(--muted); }
.section-head { max-width: 640px; margin: 0 auto clamp(36px, 4vw, 56px); text-align: center; }
.section-head .h2 { margin-bottom: 16px; }
.section-head--left { margin-inline: 0; text-align: left; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; padding: 14px 26px; border-radius: 10px; border: 1px solid transparent; font-size: 15.5px; font-weight: 600; line-height: 1.2; cursor: pointer; white-space: nowrap; transition: opacity .25s ease, transform .25s var(--ease), background .25s ease, border-color .25s ease, color .25s ease; }
.btn:active { transform: translateY(1px); }
.btn--grad { background: var(--grad); color: #fff; box-shadow: 0 10px 24px -12px rgba(15, 79, 158, 0.7); }
.btn--grad:hover { opacity: 0.92; color: #fff; }
.btn--navy { background: var(--navy); color: #fff; }
.btn--navy:hover { background: var(--navy-2); color: #fff; }
.btn--white { background: #fff; color: var(--navy); border-color: var(--line); }
.btn--white:hover { border-color: var(--sky); color: var(--navy); }
.btn--soft { background: var(--bg-soft); color: var(--navy); border-color: var(--line); }
.btn--soft:hover { border-color: var(--sky); color: var(--navy); }
.btn--on-grad { background: #fff; color: var(--blue-deep); }
.btn--on-grad:hover { background: #EDF5FE; color: var(--blue-deep); }
.btn--sm { padding: 10px 20px; font-size: 14px; border-radius: 9px; }
.btn--block { display: flex; width: 100%; }
.btn[disabled] { opacity: 0.6; pointer-events: none; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,0.88); backdrop-filter: blur(12px); -webkit-backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; padding-block: 12px; }
.brand { display: flex; align-items: center; gap: 9px; color: var(--navy); }
.brand:hover { color: var(--navy); }
.brand img { width: 32px; height: 32px; }
.brand__name { font-family: var(--font-display); font-size: 19px; letter-spacing: -0.02em; line-height: 1.1; font-weight: 400; }
.brand__name b { color: var(--blue); font-weight: 700; }
.brand__tag { display: block; font-size: 10.5px; font-weight: 500; color: var(--muted); letter-spacing: 0.02em; line-height: 1.2; }
.nav__links { display: flex; align-items: center; gap: 30px; }
.nav__links a { color: var(--ink-2); font-size: 14.5px; font-weight: 500; }
.nav__links a:hover { color: var(--blue-2); }
.nav__links .btn { color: #fff; margin-left: 4px; }
.nav__links .btn:hover { color: #fff; }
.nav-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; color: var(--navy); cursor: pointer; place-items: center; }
.nav-toggle svg { width: 22px; height: 22px; }
.nav-toggle .icon-close { display: none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display: none; }
.nav-toggle[aria-expanded="true"] .icon-close { display: block; }

/* Hero */
.hero { position: relative; overflow: hidden; background: var(--bg-soft); border-bottom: 1px solid var(--line); }
.hero::before { content: ''; position: absolute; top: -180px; right: -120px; width: 620px; height: 620px; border-radius: 50%; background: radial-gradient(circle, rgba(16,128,141,0.16), rgba(242,248,254,0) 68%); pointer-events: none; }
.hero__inner { position: relative; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr); gap: clamp(32px, 5vw, 56px); align-items: center; padding-top: clamp(56px, 7vw, 84px); }
.hero__text { padding-bottom: clamp(56px, 7vw, 92px); }
.pill { display: inline-flex; align-items: center; gap: 9px; background: #fff; border: 1px solid var(--sky-soft); color: var(--blue-2); padding: 7px 15px; border-radius: 100px; font-size: 12.5px; font-weight: 600; margin-bottom: 26px; }
.pill::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: var(--teal-2); }
.hero h1 { margin-bottom: 22px; }
.hero .lead { max-width: 490px; margin-bottom: 34px; font-size: clamp(1.05rem, 1rem + 0.35vw, 1.16rem); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; }
.hero__note { font-size: 13px; color: var(--muted); margin-top: 18px; }
.hero__visual { align-self: end; display: flex; justify-content: center; }
.phone { width: min(300px, 78vw); aspect-ratio: 300 / 500; border-radius: 34px 34px 0 0; padding: 12px 12px 0; background: linear-gradient(160deg, rgba(255,255,255,0.9), rgba(214,233,253,0.5)); border: 1px solid var(--line); border-bottom: none; box-shadow: 0 34px 64px -26px rgba(11,37,69,0.45); overflow: hidden; }
.phone img { width: 100%; height: 100%; object-fit: cover; object-position: top; border-radius: 24px 24px 0 0; }

.strip { background: var(--grad); color: #fff; }
.strip__inner { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 18px; padding-block: 18px; font-size: 14px; font-weight: 500; }
.strip__inner span::before { content: '✓'; margin-right: 8px; color: var(--mint); font-weight: 700; }

/* Problem */
.problems { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.problem { background: var(--bg-soft); border-radius: 18px; padding: 28px 26px; }
.problem span { display: block; font-size: 12px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--teal-ink); margin-bottom: 10px; }
.problem p { font-size: 16.5px; color: var(--navy-2); }
.problem-answer { max-width: 620px; margin: 48px auto 0; text-align: center; }
.problem-answer .h3 { font-family: var(--font-display); font-size: 24px; font-weight: 600; letter-spacing: -0.02em; margin-bottom: 10px; }

/* Features */
.features { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.feature { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 30px 28px; box-shadow: 0 1px 2px rgba(11,37,69,0.04); transition: box-shadow .35s ease, border-color .35s ease, transform .35s ease; }
.feature:hover { box-shadow: 0 16px 34px -22px rgba(11,37,69,0.35); border-color: var(--sky-soft); transform: translateY(-4px); }
.feature i { width: 38px; height: 38px; border-radius: 11px; background: var(--mint-soft); border: 1px solid var(--teal-2); color: var(--teal-ink); display: grid; place-items: center; margin-bottom: 20px; }
.feature i.blue { background: var(--sky-soft); border-color: var(--blue); color: #1A66C2; }
.feature svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.feature h3 { font-size: 19.5px; margin-bottom: 10px; }
.feature p { font-size: 14.5px; line-height: 1.62; color: var(--ink-2); }

/* Easy to start */
.split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(32px, 5vw, 64px); align-items: center; }
.shot { padding: 14px; border-radius: 24px; background: var(--bg-soft); border: 1px solid var(--line); }
.shot img { width: 100%; border-radius: 16px; }
.split .lead + .lead { margin-top: 16px; }

/* Steps */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 32px; }
.step__num { width: 46px; height: 46px; border-radius: 50%; background: linear-gradient(140deg, #0F4F9E, #10808D); display: grid; place-items: center; margin-bottom: 22px; font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #fff; }
.step h3 { font-size: 20px; margin-bottom: 10px; color: #fff; }
.step p { font-size: 15px; line-height: 1.65; color: var(--sky-soft); }

/* Pricing */
.plans { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 24px; max-width: 840px; margin: 0 auto; align-items: start; }
.plan { padding: 36px 32px; border-radius: 20px; border: 1px solid var(--line); background: #fff; position: relative; }
.plan__name { font-family: var(--font); font-size: 12.5px; color: var(--muted); text-transform: uppercase; letter-spacing: 0.12em; font-weight: 700; margin-bottom: 14px; }
.plan__price { display: flex; align-items: baseline; gap: 11px; margin-bottom: 6px; }
.plan__price strong { font-family: var(--font-display); font-size: 44px; font-weight: 600; letter-spacing: -0.03em; line-height: 1; }
.plan__price span { font-size: 20px; color: var(--mint-soft); }
.plan__sub { font-size: 14px; color: var(--muted); margin-bottom: 26px; }
.plan ul { display: flex; flex-direction: column; gap: 13px; margin-bottom: 28px; }
.plan li { font-size: 14.5px; color: var(--navy-2); display: flex; gap: 10px; align-items: flex-start; }
.plan li::before { content: '✓'; color: var(--teal-2); font-weight: 700; }
.plan--pro { background: linear-gradient(150deg, #0F4F9E, #10808D); color: #fff; border: none; box-shadow: 0 24px 50px -28px rgba(15,79,158,0.9); }
.plan--pro .plan__name, .plan--pro .plan__sub { color: var(--sky-soft); }
.plan--pro li { color: #fff; }
.plan--pro li::before { color: var(--mint); }
.plan__flag { position: absolute; top: -11px; right: 28px; background: var(--mint); color: #06393C; font-size: 11.5px; font-weight: 700; letter-spacing: 0.06em; padding: 5px 13px; border-radius: 100px; }
.plans-note { text-align: center; font-size: 15.5px; color: var(--ink-2); margin-top: 28px; font-weight: 500; }

/* Privacy */
.privacy { max-width: 760px; margin: 0 auto; text-align: center; }
.privacy .h2--sm { margin-bottom: 20px; }

/* FAQ */
.faq { max-width: 840px; margin: 0 auto; border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { list-style: none; cursor: pointer; display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; padding: 22px 0; font-family: var(--font-display); font-size: 17.5px; font-weight: 600; letter-spacing: -0.01em; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: '+'; font-size: 22px; font-weight: 300; color: var(--muted); line-height: 1; flex-shrink: 0; transition: transform .25s var(--ease); }
.faq details[open] summary::after { transform: rotate(45deg); }
.faq details p { padding: 0 0 22px; font-size: 15px; line-height: 1.65; color: var(--ink-2); max-width: 64ch; }

/* Waitlist */
.download { position: relative; overflow: hidden; background: var(--navy); color: #fff; text-align: center; }
.download::before { content: ''; position: absolute; bottom: -260px; left: 50%; transform: translateX(-50%); width: 820px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(16,128,141,0.4), rgba(11,37,69,0) 70%); pointer-events: none; }
.download__inner { position: relative; max-width: 640px; margin: 0 auto; }
.download h2 { color: #fff; margin-bottom: 16px; }
.download .lead { color: var(--sky-soft); margin-bottom: 32px; }
.waitlist { display: flex; gap: 11px; justify-content: center; flex-wrap: wrap; }
.waitlist .field { flex: 1 1 240px; min-width: 0; display: flex; flex-direction: column; gap: 6px; text-align: left; }
.waitlist input { width: 100%; padding: 15px 18px; border-radius: 10px; border: 1px solid var(--ink-2); background: rgba(255,255,255,0.06); color: #fff; font-family: inherit; font-size: 15px; transition: border-color .2s, box-shadow .2s; }
.waitlist input::placeholder { color: rgba(255,255,255,0.55); }
.waitlist input:focus { outline: none; border-color: var(--sky); box-shadow: 0 0 0 3px rgba(124,190,248,0.25); }
.waitlist input[aria-invalid="true"] { border-color: #FF8A8A; }
.waitlist .field__error { font-size: 13px; color: #FFB3B3; display: none; }
.waitlist .field.has-error .field__error { display: block; }
.waitlist .btn { background: linear-gradient(100deg, #1877E0, #10808D); color: #fff; border: none; padding: 15px 30px; }
.download__note { font-size: 13px; color: var(--sky); margin: 18px auto 0; max-width: 480px; line-height: 1.6; }
.download__alert { margin: 16px auto 0; max-width: 480px; font-size: 14px; color: #FFD6D6; background: rgba(255,80,80,0.12); border: 1px solid rgba(255,138,138,0.4); border-radius: 10px; padding: 12px 14px; }
.download__alert a { color: #fff; text-decoration: underline; }
.download__success { font-size: 17px; color: #fff; font-weight: 500; margin: 0 auto; line-height: 1.6; max-width: 460px; }
.download__success .check { width: 46px; height: 46px; border-radius: 50%; background: var(--mint); color: #06393C; display: grid; place-items: center; font-size: 22px; font-weight: 800; margin: 0 auto 14px; }
.download__success .btn { margin-top: 18px; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Built in PH + footer */
.made { max-width: 760px; margin: 0 auto; text-align: center; padding-block: 56px; }
.made h2 { font-size: 22px; margin-bottom: 10px; }
.made p { font-size: 15.5px; line-height: 1.7; color: var(--ink-2); }
.site-footer { border-top: 1px solid var(--line); }
.site-footer__inner { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 18px; padding-block: 36px; font-size: 13.5px; color: var(--muted); }
.site-footer__inner img { width: 24px; height: 24px; display: inline-block; vertical-align: middle; margin-right: 9px; }
.site-footer__links { display: flex; gap: 24px; flex-wrap: wrap; }
.site-footer__links a { color: var(--ink-2); font-size: 14.5px; font-weight: 500; }
.site-footer__links a:hover { color: var(--blue-2); }

/* Reveal */
[data-reveal] { opacity: 0; transform: translateY(16px); transition: opacity .72s var(--ease), transform .72s var(--ease); }
[data-reveal].is-visible { opacity: 1; transform: none; }
[data-reveal="2"] { transition-delay: 90ms; } [data-reveal="3"] { transition-delay: 180ms; } [data-reveal="4"] { transition-delay: 270ms; }
.no-js [data-reveal] { opacity: 1; transform: none; }
@keyframes rm-rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
.rise { animation: rm-rise .8s var(--ease) both; }
.rise-2 { animation-delay: .08s; } .rise-3 { animation-delay: .16s; } .rise-4 { animation-delay: .24s; } .rise-5 { animation-delay: .32s; }

/* Responsive */
@media (max-width: 1000px) {
  .hero__inner { grid-template-columns: 1fr; }
  .hero__text { padding-bottom: 24px; }
  .problems, .features { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .steps { gap: 24px; }
  .split { grid-template-columns: 1fr; }
  .shot { max-width: 520px; }
}
@media (max-width: 860px) {
  .nav-toggle { display: grid; }
  .nav__links { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: #fff; border-bottom: 1px solid var(--line); padding: 6px var(--gutter) 18px; box-shadow: 0 30px 40px -24px rgba(11,37,69,0.3); }
  .nav__links.is-open { display: flex; }
  .nav__links a { padding: 14px 4px; border-bottom: 1px solid var(--line); font-size: 16px; }
  .nav__links .btn { margin: 14px 0 0; border-bottom: none; justify-content: center; }
  .steps { grid-template-columns: 1fr; }
  .plans { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .problems, .features { grid-template-columns: 1fr; }
  .strip__inner { flex-direction: column; gap: 8px; }
  .hero__actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation: none !important; transition: none !important; } [data-reveal] { opacity: 1; transform: none; } }

/* Screenshots gallery */
.gallery { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 18px; }
.shot-card { background: #fff; border: 1px solid var(--line); border-radius: 18px; padding: 10px 10px 16px; text-align: left; cursor: zoom-in; font: inherit; color: inherit; transition: transform .3s var(--ease), box-shadow .3s ease, border-color .3s ease; }
.shot-card:hover { transform: translateY(-4px); border-color: var(--sky-soft); box-shadow: 0 18px 36px -24px rgba(11,37,69,0.4); }
.shot-card img { width: 100%; aspect-ratio: 9 / 16; object-fit: cover; border-radius: 12px; background: var(--bg-soft); }
.shot-card figcaption { padding: 12px 6px 0; }
.shot-card strong { display: block; font-family: var(--font-display); font-size: 15.5px; font-weight: 600; letter-spacing: -0.01em; line-height: 1.25; margin-bottom: 4px; }
.shot-card span { font-size: 13px; color: var(--muted); line-height: 1.45; }

/* Lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(6, 20, 43, 0.92); display: flex; align-items: center; justify-content: center; padding: 16px; opacity: 0; transition: opacity .25s ease; }
.lightbox.is-open { opacity: 1; }
.lightbox__figure { position: relative; margin: 0; max-width: min(92vw, 560px); width: 100%; text-align: center; }
.lightbox__img { width: auto; max-width: 100%; max-height: min(78vh, 900px); margin: 0 auto; border-radius: 22px; box-shadow: 0 40px 80px -30px rgba(0,0,0,0.8); background: var(--navy); }
.lightbox__cap { color: #fff; margin: 16px auto 0; max-width: 46ch; }
.lightbox__cap strong { display: block; font-family: var(--font-display); font-size: 19px; font-weight: 600; margin-bottom: 4px; }
.lightbox__cap span { font-size: 14px; color: var(--sky-soft); }
.lightbox__count { display: block; margin-top: 10px; font-size: 12.5px; color: rgba(255,255,255,0.6); letter-spacing: 0.06em; }
.lightbox__btn { position: absolute; top: 50%; transform: translateY(-50%); width: 48px; height: 48px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.25); background: rgba(255,255,255,0.1); color: #fff; cursor: pointer; display: grid; place-items: center; transition: background .2s ease; }
.lightbox__btn:hover { background: rgba(255,255,255,0.22); }
.lightbox__btn svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.lightbox__prev { left: -68px; } .lightbox__next { right: -68px; }
.lightbox__close { position: fixed; top: 18px; right: 18px; transform: none; }
body.lightbox-open { overflow: hidden; }
@media (max-width: 1000px) { .gallery { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 720px) {
  .gallery { display: flex; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 8px; margin-inline: calc(-1 * var(--gutter)); padding-inline: var(--gutter); scrollbar-width: none; }
  .gallery::-webkit-scrollbar { display: none; }
  .shot-card { flex: 0 0 68vw; scroll-snap-align: start; }
  .lightbox__prev { left: 6px; } .lightbox__next { right: 6px; }
  .lightbox__btn { width: 42px; height: 42px; background: rgba(6,20,43,0.6); }
  .lightbox__img { max-height: 70vh; }
}
