:root {
  --bg: #050807;
  --bg-soft: #0a0f0d;
  --panel: rgba(255, 255, 255, 0.065);
  --panel-strong: rgba(255, 255, 255, 0.105);
  --line: rgba(255, 255, 255, 0.12);
  --text: #f4f7f4;
  --muted: #a7b2aa;
  --soft: #dbe5de;
  --green: #b9f2cf;
  --mint: #77dcc0;
  --blue: #9cb7ff;
  --dark: #07100d;
  --shadow: 0 28px 100px rgba(0, 0, 0, 0.48);
  --radius: 28px;
  --container: 1180px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 82% 8%, rgba(181, 239, 200, 0.34), transparent 26%),
    radial-gradient(circle at 6% 74%, rgba(126, 159, 255, 0.18), transparent 28%),
    linear-gradient(140deg, #040504 0%, #090e0b 42%, #141d18 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 34px;
  pointer-events: none;
  z-index: 0;
}

body.inner-page {
  background:
    radial-gradient(circle at 80% 15%, rgba(185, 242, 207, 0.18), transparent 30%),
    linear-gradient(140deg, #050807 0%, #0d1510 100%);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font: inherit;
}

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.page-noise {
  position: fixed;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at center, black, transparent 78%);
  pointer-events: none;
  z-index: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 18px 0;
  backdrop-filter: blur(18px);
  background: rgba(5, 8, 7, 0.74);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.nav-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  font-weight: 800;
  letter-spacing: -0.04em;
  font-size: 20px;
}

.brand-logo {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.nav-menu {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  justify-self: center;
  padding: 7px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.nav-menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  font-weight: 600;
  transition: 0.25s ease;
}

.nav-menu a:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.08);
}

.nav-cta {
  justify-self: end;
  padding: 12px 18px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  color: #06100d;
  background: linear-gradient(135deg, #f6fff8, #b9f2cf);
  box-shadow: 0 14px 40px rgba(119, 220, 192, 0.18);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.07);
  cursor: pointer;
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  margin: 5px auto;
  border-radius: 999px;
}

.hero-section {
  position: relative;
  z-index: 1;
  padding: 92px 0 56px;
}

.hero-grid {
  min-height: 630px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 48px;
  padding: 64px;
  border-radius: 38px;
  background:
    linear-gradient(135deg, rgba(255,255,255,0.11), rgba(255,255,255,0.025)),
    radial-gradient(circle at 76% 22%, rgba(185, 242, 207, 0.24), transparent 34%),
    rgba(0,0,0,0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-grid::before {
  content: "";
  position: absolute;
  inset: auto 7% 9% auto;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(185, 242, 207, 0.08);
  filter: blur(45px);
  pointer-events: none;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--green);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 800;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(185, 242, 207, 0.09);
}

.hero-copy h1 {
  max-width: 570px;
  margin-top: 18px;
  font-size: clamp(42px, 5.4vw, 64px);
  line-height: 0.98;
  letter-spacing: -0.07em;
  font-weight: 800;
}

.hero-text {
  max-width: 550px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.74);
  font-size: 17px;
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: 30px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #07100d;
  background: linear-gradient(135deg, #ffffff 0%, #dfffe8 55%, #9cebc6 100%);
  box-shadow: 0 18px 44px rgba(119, 220, 192, 0.22);
}

.btn-soft {
  color: rgba(255,255,255,0.88);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.mini-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.mini-proof span {
  color: rgba(255,255,255,0.74);
  font-size: 12px;
  font-weight: 700;
  padding: 9px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.09);
}

.hero-visual {
  position: relative;
  min-height: 520px;
}

.main-card {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: min(420px, 92%);
  padding: 24px;
  border-radius: 32px;
  background:
    linear-gradient(145deg, rgba(255,255,255,0.17), rgba(255,255,255,0.055)),
    rgba(9, 14, 11, 0.72);
  border: 1px solid rgba(255,255,255,0.14);
  box-shadow: 0 35px 100px rgba(0,0,0,0.45);
  backdrop-filter: blur(18px);
  animation: floatCard 8s ease-in-out infinite;
}

.card-topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 30px;
}

.card-topline span,
.card-topline small {
  font-size: 13px;
  font-weight: 800;
}

.card-topline small {
  color: rgba(255,255,255,0.58);
}

.score-ring {
  display: grid;
  place-items: center;
  min-height: 215px;
  border-radius: 26px;
  background:
    radial-gradient(circle at 50% 36%, rgba(156, 183, 255, 0.16), transparent 42%),
    rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
  text-align: center;
}

.score-ring img {
  width: 142px;
  margin-bottom: -46px;
}

.score-ring strong {
  display: block;
  font-size: 30px;
  letter-spacing: -0.05em;
}

.score-ring span {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  font-weight: 700;
}

.metric-list {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.metric-list div {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.08);
}

.metric-list span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: var(--mint);
}

.metric-list div:nth-child(2) span { background: var(--blue); }
.metric-list div:nth-child(3) span { background: var(--green); }

.metric-list p {
  color: rgba(255,255,255,0.84);
  font-size: 14px;
  font-weight: 700;
}

.metric-list em {
  color: rgba(255,255,255,0.52);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}

.floating-note {
  position: absolute;
  z-index: 2;
  padding: 15px 17px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.28);
}

.floating-note strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.floating-note span {
  color: rgba(255,255,255,0.62);
  font-size: 12px;
  font-weight: 600;
}

.note-one {
  left: 10%;
  top: 24%;
  animation: floatNote 7s ease-in-out infinite;
}

.note-two {
  right: 0;
  bottom: 15%;
  animation: floatNote 8.5s ease-in-out infinite reverse;
}

.glow-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.34), transparent);
  opacity: 0.8;
}

.line-a {
  left: 4%;
  top: 35%;
  width: 270px;
  transform: rotate(-28deg);
}

.line-b {
  right: 12%;
  bottom: 28%;
  width: 250px;
  transform: rotate(26deg);
}

.logo-strip {
  position: relative;
  z-index: 1;
  padding: 18px 0 8px;
}

.strip-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  padding: 18px 24px;
  border-radius: 22px;
  background: rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.09);
}

.strip-inner span {
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  font-weight: 800;
}

.section-pad {
  position: relative;
  z-index: 1;
  padding: 104px 0;
}

.two-col {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 40px;
  align-items: end;
}

.section-heading h2,
.cta-card h2,
.trust-panel h2,
.legal-card h1 {
  margin-top: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.04;
  letter-spacing: -0.055em;
  font-weight: 800;
}

.section-lead,
.trust-panel p,
.cta-card p,
.legal-card p,
.contact-panel p {
  color: rgba(255,255,255,0.66);
  line-height: 1.78;
  font-size: 16px;
}

.center {
  text-align: center;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.feature-card,
.flow-card,
.trust-panel,
.cta-card,
.legal-card,
.contact-panel {
  background:
    linear-gradient(145deg, rgba(255,255,255,0.105), rgba(255,255,255,0.038));
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: var(--radius);
  box-shadow: 0 25px 80px rgba(0,0,0,0.26);
  backdrop-filter: blur(16px);
}

.feature-card {
  padding: 26px;
  min-height: 260px;
}

.feature-card img {
  width: 48px;
  margin-bottom: 38px;
}

.feature-card h3,
.flow-card h3,
.contact-panel h2 {
  font-size: 20px;
  letter-spacing: -0.035em;
  margin-bottom: 10px;
}

.feature-card p,
.flow-card p {
  color: rgba(255,255,255,0.62);
  font-size: 14px;
  line-height: 1.7;
}

.flow-section {
  position: relative;
  z-index: 1;
  padding: 96px 0;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,0.025), transparent);
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 34px;
}

.flow-card {
  padding: 28px;
}

.flow-card span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 44px;
  border-radius: 50%;
  color: #07100d;
  background: var(--green);
  font-weight: 900;
  font-size: 13px;
}

.trust-panel {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 38px;
  align-items: center;
  padding: 42px;
  overflow: hidden;
}

.trust-panel p {
  max-width: 620px;
  margin-top: 16px;
}

.trust-list {
  display: grid;
  gap: 12px;
}

.trust-list div {
  padding: 17px;
  border-radius: 18px;
  background: rgba(255,255,255,0.065);
  border: 1px solid rgba(255,255,255,0.08);
}

.trust-list strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
}

.trust-list span {
  color: rgba(255,255,255,0.58);
  font-size: 13px;
  font-weight: 600;
}

.cta-section {
  position: relative;
  z-index: 1;
  padding: 28px 0 34px;
}

.cta-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 34px;
  background:
    radial-gradient(circle at 85% 20%, rgba(185,242,207,0.20), transparent 32%),
    linear-gradient(145deg, rgba(255,255,255,0.12), rgba(255,255,255,0.045));
}

.cta-card p {
  margin-top: 10px;
}

.faq-top {
  align-items: start;
}

.faq-list {
  margin-top: 30px;
  max-width: 860px;
}

.faq-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 22px;
  color: var(--text);
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.10);
  border-radius: 18px;
  cursor: pointer;
  text-align: left;
}

.faq-item span {
  font-weight: 800;
  letter-spacing: -0.02em;
}

.faq-item em {
  font-style: normal;
  color: var(--green);
  font-weight: 900;
}

.faq-content {
  display: none;
  padding: 0 22px 18px;
  color: rgba(255,255,255,0.62);
  line-height: 1.7;
}

.faq-content.open {
  display: block;
}

.site-footer {
  position: relative;
  z-index: 1;
  padding: 70px 0 24px;
  border-top: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.24);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.3fr repeat(3, 1fr);
  gap: 34px;
}

.footer-brand {
  margin-bottom: 14px;
}

.footer-grid p,
.footer-grid small {
  color: rgba(255,255,255,0.58);
  line-height: 1.7;
}

.footer-grid h4 {
  margin-bottom: 14px;
  font-size: 14px;
}

.footer-grid a {
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  color: rgba(255,255,255,0.66);
  font-size: 14px;
  font-weight: 600;
}

.footer-grid a:hover {
  color: var(--text);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 50px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.46);
  font-size: 13px;
}

.compact-footer {
  padding-top: 24px;
}

.legal-nav {
  justify-self: end;
}

.legal-page {
  position: relative;
  z-index: 1;
  padding: 84px 0 80px;
}

.legal-card {
  max-width: 860px;
  padding: 42px;
}

.legal-card h1 {
  margin-bottom: 8px;
}

.updated {
  margin-bottom: 28px;
  color: rgba(255,255,255,0.52) !important;
  font-size: 14px !important;
}

.legal-card h2 {
  margin-top: 28px;
  margin-bottom: 8px;
  font-size: 20px;
  letter-spacing: -0.03em;
}

.legal-card a,
.contact-mail {
  color: var(--green);
  font-weight: 800;
}

.contact-grid {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 22px;
  align-items: start;
}

.contact-mail {
  display: inline-flex;
  margin-top: 22px;
  padding: 14px 16px;
  border-radius: 999px;
  background: rgba(185,242,207,0.09);
  border: 1px solid rgba(185,242,207,0.22);
}

.contact-panel {
  padding: 34px;
}

.contact-panel form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.contact-panel label {
  display: grid;
  gap: 8px;
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  font-weight: 800;
}

.contact-panel input,
.contact-panel textarea {
  width: 100%;
  color: var(--text);
  padding: 15px 16px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  outline: none;
  background: rgba(255,255,255,0.07);
  resize: vertical;
}

.contact-panel input:focus,
.contact-panel textarea:focus {
  border-color: rgba(185,242,207,0.42);
  box-shadow: 0 0 0 4px rgba(185,242,207,0.08);
}

.form-note {
  font-size: 12px !important;
  line-height: 1.55 !important;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: 0.8s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.22s; }

@keyframes floatCard {
  0%, 100% { transform: translateY(-50%) translateX(0); }
  50% { transform: translateY(-54%) translateX(-8px); }
}

@keyframes floatNote {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-14px); }
}

@media (max-width: 980px) {
  body::before { inset: 10px; }
  .nav-wrap {
    grid-template-columns: 1fr auto;
  }
  .nav-toggle {
    display: block;
    justify-self: end;
  }
  .nav-menu,
  .nav-cta {
    display: none;
  }
  .nav-menu.is-open {
    display: grid;
    position: absolute;
    left: 24px;
    right: 24px;
    top: 76px;
    border-radius: 22px;
    padding: 12px;
    background: rgba(7, 12, 10, 0.96);
  }
  .nav-menu.is-open a {
    border-radius: 14px;
  }
  .legal-nav {
    display: inline-flex;
    position: static;
    background: rgba(255,255,255,0.065);
  }
  .hero-grid {
    grid-template-columns: 1fr;
    padding: 44px 28px;
  }
  .hero-visual {
    min-height: 470px;
  }
  .main-card {
    left: 50%;
    right: auto;
    transform: translate(-50%, -50%);
  }
  @keyframes floatCard {
    0%, 100% { transform: translate(-50%, -50%) translateY(0); }
    50% { transform: translate(-50%, -52%) translateY(-8px); }
  }
  .two-col,
  .trust-panel,
  .contact-grid {
    grid-template-columns: 1fr;
  }
  .feature-grid,
  .flow-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .cta-card {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }
  .site-header {
    padding: 14px 0;
  }
  .brand span {
    font-size: 18px;
  }
  .hero-section {
    padding-top: 34px;
  }
  .hero-grid {
    min-height: auto;
    border-radius: 28px;
    padding: 34px 18px;
  }
  .hero-copy h1 {
    font-size: 42px;
  }
  .hero-text {
    font-size: 15px;
  }
  .hero-visual {
    min-height: 420px;
  }
  .main-card {
    width: 100%;
    padding: 18px;
  }
  .note-one {
    left: 0;
    top: 8%;
  }
  .note-two {
    right: 0;
    bottom: 5%;
  }
  .section-pad,
  .flow-section {
    padding: 72px 0;
  }
  .feature-card,
  .flow-card,
  .trust-panel,
  .cta-card,
  .legal-card,
  .contact-panel {
    border-radius: 22px;
    padding: 24px;
  }
  .footer-bottom {
    flex-direction: column;
  }
}

/* Flexible rent-payment visual */
.rent-summary {
  display: grid;
  place-items: center;
  min-height: 190px;
  padding: 28px 20px;
  border-radius: 26px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 35%, rgba(185, 242, 207, 0.18), transparent 46%),
    rgba(255,255,255,0.055);
  border: 1px solid rgba(255,255,255,0.1);
}

.rent-summary span {
  color: rgba(255,255,255,0.62);
  font-size: 13px;
  font-weight: 700;
}

.rent-summary strong {
  display: block;
  margin: 4px 0;
  font-size: 46px;
  line-height: 1;
  letter-spacing: -0.065em;
}

.rent-summary small {
  color: var(--green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.rent-payment-list p {
  display: grid;
  gap: 3px;
}

.rent-payment-list p strong {
  color: rgba(255,255,255,0.9);
  font-size: 14px;
}

.rent-payment-list p small {
  color: rgba(255,255,255,0.5);
  font-size: 11px;
  font-weight: 600;
}

.rent-payment-list em {
  color: var(--green);
  font-size: 14px;
  font-weight: 900;
}

.rent-payment-list .schedule-note em {
  color: var(--blue);
}

.feature-symbol {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 38px;
  border-radius: 16px;
  color: var(--green);
  background: rgba(185,242,207,0.09);
  border: 1px solid rgba(185,242,207,0.16);
}

.feature-symbol svg {
  width: 25px;
  height: 25px;
}
