@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #173f35;
  --ink-dark: #0f2e27;
  --cream: #f6f2e9;
  --paper: #fffdf8;
  --lime: #d8f05c;
  --mint: #b7ddcf;
  --line: #d9ded8;
  --muted: #5e6d67;
  --white: #fff;
  --shadow: 0 24px 70px rgba(15, 46, 39, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink-dark);
  background: var(--paper);
  font-family: "DM Sans", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 50; background: #fff; padding: .8rem 1rem; }

.site-header {
  height: 88px;
  padding: 0 clamp(1.25rem, 5vw, 5rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  border-bottom: 1px solid rgba(23, 63, 53, .12);
  background: rgba(255, 253, 248, .94);
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(12px);
}
.brand { display: flex; align-items: center; gap: .8rem; text-decoration: none; font-weight: 700; letter-spacing: -.02em; }
.brand-accent { color: #a5c827; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { text-decoration: none; font-size: .92rem; color: #40534c; }
.site-header nav a:hover { color: var(--ink); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1rem 1.35rem;
  color: #fff;
  background: var(--ink);
  border: 1px solid var(--ink);
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  line-height: 1;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { background: var(--ink-dark); transform: translateY(-2px); }
.button-small { padding: .8rem 1rem; font-size: .88rem; }

.hero {
  min-height: 680px;
  padding: 88px clamp(1.25rem, 6vw, 6rem) 80px;
  display: grid;
  grid-template-columns: minmax(0, 1.13fr) minmax(340px, .87fr);
  align-items: center;
  gap: clamp(3rem, 7vw, 8rem);
  background:
    radial-gradient(circle at 83% 23%, rgba(183, 221, 207, .36), transparent 28%),
    var(--cream);
}
.eyebrow { display: flex; align-items: center; gap: .65rem; margin: 0 0 1.4rem; color: var(--ink); text-transform: uppercase; letter-spacing: .14em; font-size: .72rem; font-weight: 700; }
.eyebrow span { width: 24px; height: 2px; background: var(--lime); }
.hero h1, h2 { font-family: "Manrope", Arial, sans-serif; letter-spacing: -.055em; line-height: .99; }
.hero h1 { margin: 0; max-width: 760px; font-size: clamp(3.4rem, 6.2vw, 6.7rem); font-weight: 500; }
.hero h1 em { color: var(--ink); font-style: normal; }
.hero-lead { max-width: 650px; margin: 2rem 0; color: #50635c; font-size: clamp(1.05rem, 1.5vw, 1.26rem); line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
.text-link { font-size: .94rem; font-weight: 600; text-underline-offset: 5px; }
.trust-row { display: flex; gap: clamp(1.5rem, 4vw, 4rem); margin-top: 3.6rem; }
.trust-row div { display: flex; flex-direction: column; border-left: 2px solid var(--mint); padding-left: 1rem; }
.trust-row strong { font-size: 1.02rem; }
.trust-row span { color: var(--muted); font-size: .78rem; }

.status-card { padding: 2rem; background: var(--paper); border: 1px solid rgba(23, 63, 53, .1); border-radius: 14px; box-shadow: var(--shadow); transform: rotate(1deg); }
.status-head, .property-line { display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.status-head strong { display: block; margin-top: .15rem; font: 600 1.7rem "Manrope", sans-serif; }
.mini-label { color: var(--muted); text-transform: uppercase; letter-spacing: .13em; font-size: .64rem; font-weight: 700; }
.live-dot { padding: .35rem .7rem; border-radius: 99px; background: #e5f0e9; color: #277052; font-size: .7rem; font-weight: 700; }
.live-dot::before { content: ""; display: inline-block; width: 6px; height: 6px; margin-right: .35rem; border-radius: 50%; background: #3baa78; }
.property-line { margin: 1.4rem 0 1.8rem; padding: 1rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: .82rem; }
.property-line span { color: var(--muted); }
.timeline { margin: 0; padding: 0; list-style: none; }
.timeline li { position: relative; display: grid; grid-template-columns: 16px 1fr auto; gap: .8rem; min-height: 60px; }
.timeline li > span { width: 11px; height: 11px; margin-top: .35rem; border: 2px solid #aab6b1; border-radius: 50%; background: var(--paper); z-index: 2; }
.timeline li:not(:last-child)::after { content: ""; position: absolute; left: 5px; top: 16px; bottom: -3px; width: 1px; background: #d4dbd7; }
.timeline li.done > span { border-color: var(--ink); background: var(--ink); }
.timeline li.current > span { border-color: var(--ink); box-shadow: 0 0 0 4px rgba(216, 240, 92, .55); }
.timeline strong { display: block; font-size: .88rem; }
.timeline small { display: block; color: #73817c; }
.timeline b { color: var(--ink); font-size: .7rem; }
.card-note { margin: .5rem 0 0; padding: .8rem 1rem; border-radius: 5px; background: var(--cream); color: #50635c; text-align: center; font-size: .76rem; }

.proof-strip { padding: 1.2rem clamp(1.25rem, 6vw, 6rem); display: flex; justify-content: space-between; gap: 1rem; color: #fff; background: var(--ink); }
.proof-strip p { margin: 0; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.proof-strip p::before { content: "✓"; margin-right: .55rem; color: var(--lime); }

.section { padding: 110px clamp(1.25rem, 7vw, 7rem); }
.section-heading, .pricing-heading { display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 4rem; margin-bottom: 4rem; }
.section h2 { max-width: 900px; margin: 0; font-size: clamp(2.5rem, 4.8vw, 5rem); font-weight: 500; }
.section-heading > p, .pricing-heading > p { max-width: 570px; margin: 0; color: var(--muted); font-size: 1.03rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }
.service-grid article { min-height: 290px; padding: 2rem 1.6rem 1.5rem 0; border-right: 1px solid var(--line); }
.service-grid article:not(:first-child) { padding-left: 1.6rem; }
.service-grid article:last-child { border-right: 0; }
.number { color: #7b8a84; font-size: .75rem; }
.service-grid h3 { max-width: 200px; margin: 3.4rem 0 1rem; font: 600 1.18rem/1.25 "Manrope", sans-serif; }
.service-grid p { color: var(--muted); font-size: .9rem; }
.scope-note { margin: 2rem 0 0; padding: 1.25rem; border: 1px solid var(--line); background: #faf9f5; color: var(--muted); font-size: .82rem; }

.pricing { color: #fff; background: var(--ink-dark); }
.eyebrow.light { color: #fff; }
.pricing-heading > p { color: #b7c5c0; }
.price-grid { display: grid; grid-template-columns: repeat(3, 1fr); align-items: stretch; gap: 1rem; }
.price-card { position: relative; padding: 2.2rem; color: var(--ink-dark); background: #f2efe7; border-radius: 8px; }
.price-card.featured { background: var(--lime); transform: translateY(-12px); }
.popular { position: absolute; right: 1.2rem; top: 1.2rem; padding: .3rem .55rem; border-radius: 3px; color: #fff; background: var(--ink); font-size: .62rem; text-transform: uppercase; letter-spacing: .08em; }
.plan { margin: 0 0 1rem; font-size: .8rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }
.amount { font: 500 clamp(3.2rem, 5vw, 5rem)/1 "Manrope", sans-serif; letter-spacing: -.06em; }
.amount span { vertical-align: top; font-size: 1.5rem; }
.per { margin: .5rem 0 2rem; color: var(--muted); font-size: .82rem; }
.price-card ul { min-height: 165px; margin: 0 0 1.5rem; padding: 1.4rem 0 0; border-top: 1px solid rgba(15, 46, 39, .16); list-style: none; }
.price-card li { margin: .65rem 0; font-size: .86rem; }
.price-card li::before { content: "✓"; color: var(--ink); margin-right: .55rem; font-weight: 700; }
.price-card a { display: flex; justify-content: space-between; padding-top: 1rem; border-top: 1px solid rgba(15, 46, 39, .16); font-weight: 700; text-decoration: none; }
.founding-offer { margin-top: 2rem; padding: 1.4rem 1.6rem; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 2rem; border: 1px solid rgba(216,240,92,.45); border-radius: 6px; background: rgba(216,240,92,.08); }
.founding-offer span { display: block; color: var(--lime); font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; }
.founding-offer strong { display: block; font-size: 1.22rem; }
.founding-offer p { margin: 0; color: #bcc9c4; font-size: .82rem; }
.payment-line { display: flex; align-items: center; justify-content: center; gap: 1.8rem; flex-wrap: wrap; margin-top: 2.2rem; color: #c5d0cc; font-size: .75rem; }
.payment-line span { text-transform: uppercase; letter-spacing: .1em; color: #8fa19a; }
.payment-line strong { color: #fff; }
.payment-line small { flex-basis: 100%; text-align: center; color: #7f918a; }

.about { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(3rem, 8vw, 8rem); background: var(--cream); }
.about-card h2 { font-size: clamp(2.7rem, 4.5vw, 4.7rem); }
.about-lead { margin-top: 2rem; font-size: 1.24rem; color: var(--ink); }
.about-card > p:not(.eyebrow):not(.about-lead) { color: var(--muted); }
.location { margin-top: 2.5rem; padding-top: 1.5rem; border-top: 1px solid #ccd4ce; }
.location span, .location strong { display: block; }
.location span { font-size: .7rem; text-transform: uppercase; letter-spacing: .1em; color: var(--muted); }
.location strong { font: 500 1.8rem "Manrope", sans-serif; }
.location p { margin: .3rem 0 0; color: var(--muted); font-size: .82rem; }
.fit-list { align-self: center; }
.fit-list ul { padding: 0; list-style: none; border-top: 1px solid #cbd4cf; }
.fit-list li { display: grid; grid-template-columns: 40px 1fr; gap: 1rem; padding: 1.4rem 0; border-bottom: 1px solid #cbd4cf; font: 500 1rem/1.5 "Manrope", sans-serif; }
.fit-list li span { color: #83918c; font-size: .72rem; }

.process { background: var(--paper); }
.process > h2 { margin-bottom: 4rem; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.process-grid article { display: grid; grid-template-columns: 45px 1fr; gap: 1.1rem; }
.process-grid b { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); }
.process-grid h3 { margin: 0 0 .6rem; font: 600 1.1rem "Manrope", sans-serif; }
.process-grid p { margin: 0; color: var(--muted); font-size: .9rem; }

.cta { padding: 100px 1.25rem; text-align: center; color: #fff; background: var(--ink); }
.cta .eyebrow { justify-content: center; }
.cta h2 { margin: 0; font-size: clamp(3.2rem, 6vw, 6rem); font-weight: 500; }
.cta > p:not(.eyebrow) { color: #bdcbc6; }
.centered { justify-content: center; margin-top: 2rem; }
.button-light { color: var(--ink-dark); background: var(--lime); border-color: var(--lime); }
.button-light:hover { background: #e3f67c; }
.light-link { color: #fff; }

footer { padding: 2.5rem clamp(1.25rem, 6vw, 6rem); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 1.5rem; background: #0b241e; color: #a9bab4; font-size: .76rem; }
.footer-brand { color: #fff; }
.footer-brand .brand-accent { color: var(--lime); }
footer > p:nth-of-type(2) { text-align: right; }
.fine-print { grid-column: 1 / -1; margin: 0; padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.12); color: #768b83; text-align: center; }

@media (max-width: 980px) {
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .status-card { max-width: 620px; transform: none; }
  .section-heading, .pricing-heading { grid-template-columns: 1fr; gap: 1.5rem; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-grid article:nth-child(2) { border-right: 0; }
  .service-grid article:nth-child(3) { padding-left: 0; }
  .price-grid { grid-template-columns: 1fr; max-width: 650px; margin: 0 auto; }
  .price-card.featured { transform: none; }
  .about { grid-template-columns: 1fr; }
  .process-grid { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr; text-align: center; }
  footer > p:nth-of-type(2) { text-align: center; }
}

@media (max-width: 650px) {
  .site-header { height: 76px; }
  .brand-name { font-size: .82rem; }
  .button-small { display: none; }
  .hero { padding-top: 60px; }
  .hero h1 { font-size: clamp(3rem, 15vw, 4.6rem); }
  .trust-row { flex-direction: column; gap: 1rem; }
  .proof-strip { display: grid; grid-template-columns: 1fr 1fr; }
  .section { padding-top: 80px; padding-bottom: 80px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article, .service-grid article:not(:first-child), .service-grid article:nth-child(3) { min-height: auto; padding: 1.7rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .service-grid h3 { margin-top: 1.2rem; }
  .founding-offer { grid-template-columns: 1fr; gap: .8rem; }
  .payment-line { gap: 1rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition: none !important; }
}
