:root {
  --paper: #f6efe7;
  --paper-light: #fff9f2;
  --ink: #2f3720;
  --muted: #66706c;
  --rust: #b96a4f;
  --rust-dark: #9e563e;
  --sage: #6ba493;
  --card: rgba(255, 250, 244, 0.82);
  --border: rgba(47, 55, 32, 0.12);
  --shadow: 0 24px 60px rgba(47, 55, 32, 0.13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

h1, h2, h3, .brand span, figcaption {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: -0.035em;
}

p { line-height: 1.65; }
a { color: inherit; text-decoration: none; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px clamp(18px, 5vw, 72px);
  background: rgba(246, 239, 231, 0.84);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--border);
}

.brand { display: inline-flex; align-items: center; gap: 10px; font-size: 30px; font-weight: 700; }
.brand img { width: 42px; height: 42px; object-fit: contain; }
nav { display: flex; gap: 28px; color: rgba(47, 55, 32, 0.78); font-size: 15px; }
nav a:hover { color: var(--ink); }

.section-pad { padding: clamp(68px, 9vw, 130px) clamp(20px, 6vw, 92px); }

.hero {
  min-height: 760px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(320px, .97fr);
  align-items: center;
  gap: clamp(36px, 7vw, 100px);
}
.hero-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(246,239,231,0.95), rgba(246,239,231,0.56)), url("assets/images/landscape.jpg") center bottom / cover no-repeat;
  opacity: .72;
  z-index: 0;
}
.hero > *:not(.hero-bg) { position: relative; z-index: 1; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; color: var(--rust); font-weight: 700; font-size: 13px; margin: 0 0 14px; }
h1 { font-size: clamp(58px, 8.5vw, 112px); line-height: .94; margin: 0; max-width: 900px; }
.lead { font-size: clamp(19px, 2.3vw, 26px); max-width: 680px; color: rgba(47,55,32,.82); margin: 28px 0 0; }
.cta-row { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 22px; border-radius: 999px; font-weight: 750; box-shadow: 0 10px 24px rgba(47,55,32,.08); }
.button.primary { background: var(--rust); color: white; }
.button.primary:hover { background: var(--rust-dark); }
.button.secondary { background: rgba(255,255,255,.58); border: 1px solid var(--border); }

.guide-card { border-radius: 44px; background: rgba(255,249,242,.58); box-shadow: var(--shadow); overflow: hidden; border: 1px solid rgba(255,255,255,.55); }
.guide-card img { display: block; width: 100%; height: auto; }

.quote-strip { display: flex; align-items: center; justify-content: center; gap: 22px; padding: 30px 22px; background: rgba(255,249,242,.62); border-block: 1px solid var(--border); text-align: center; }
.quote-strip img { width: 64px; height: 64px; object-fit: contain; }
.quote-strip p { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(24px, 3vw, 42px); letter-spacing: -0.035em; }

.section-heading { max-width: 840px; margin: 0 auto 48px; text-align: center; }
h2 { font-size: clamp(42px, 5vw, 76px); line-height: .98; margin: 0; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.steps article { padding: 34px; border-radius: 30px; background: var(--card); border: 1px solid var(--border); box-shadow: 0 14px 40px rgba(47,55,32,.06); }
.steps span { color: var(--rust); font-weight: 800; letter-spacing: .12em; font-size: 13px; }
.steps h3 { font-size: 34px; margin: 18px 0 10px; }
.steps p { color: var(--muted); margin: 0; }

.clarity { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(34px, 7vw, 90px); align-items: center; }
.clarity-image img { width: 100%; display: block; border-radius: 44px; box-shadow: var(--shadow); }
.clarity-copy p:not(.eyebrow) { font-size: 19px; color: var(--muted); max-width: 680px; }

.screens { background: linear-gradient(180deg, rgba(255,249,242,.64), rgba(246,239,231,0)); }
.phone-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; max-width: 1180px; margin: 0 auto; }
figure { margin: 0; padding: 18px; background: rgba(255,249,242,.72); border: 1px solid var(--border); border-radius: 34px; box-shadow: 0 18px 50px rgba(47,55,32,.07); text-align: center; }
figure img { width: min(100%, 330px); border-radius: 28px; box-shadow: 0 18px 36px rgba(47,55,32,.18); }
figcaption { font-size: 30px; margin-top: 18px; }

.download { margin: clamp(20px, 4vw, 54px); border-radius: 46px; display: flex; justify-content: space-between; gap: 32px; align-items: center; background: linear-gradient(90deg, rgba(47,55,32,.96), rgba(47,55,32,.82)), url("assets/images/landscape.jpg") center / cover; color: white; }
.download h2 { max-width: 780px; }
.download p:not(.eyebrow) { color: rgba(255,255,255,.82); font-size: 19px; max-width: 700px; }
.download .button { white-space: nowrap; }

footer { display: flex; justify-content: space-between; align-items: center; padding: 36px clamp(20px, 6vw, 92px); border-top: 1px solid var(--border); color: rgba(47,55,32,.75); }
.footer-brand { display: flex; align-items: center; gap: 10px; font-family: Georgia, "Times New Roman", serif; font-size: 28px; font-weight: 700; }
.footer-brand img { width: 42px; height: 42px; }
.footer-links { display: flex; gap: 24px; }

@media (max-width: 900px) {
  nav { display: none; }
  .hero, .clarity, .steps, .phone-grid, .download { grid-template-columns: 1fr; }
  .hero { min-height: auto; }
  .hero-copy { order: 1; }
  .hero-art { order: 2; }
  .steps article { padding: 28px; }
  .download { align-items: flex-start; }
  footer { flex-direction: column; gap: 18px; }
}

@media (max-width: 560px) {
  .site-header { padding: 14px 18px; }
  h1 { font-size: 56px; }
  h2 { font-size: 42px; }
  .quote-strip { flex-direction: column; }
  .button { width: 100%; }
  .download { margin: 18px; border-radius: 32px; }
}


.legal-wrap {
  padding: clamp(44px, 7vw, 92px) clamp(18px, 6vw, 92px);
  background:
    linear-gradient(180deg, rgba(246,239,231,.92), rgba(246,239,231,.98)),
    url("assets/images/landscape.jpg") center bottom / cover no-repeat;
}
.legal-card {
  max-width: 960px;
  margin: 0 auto;
  padding: clamp(28px, 5vw, 64px);
  border-radius: 34px;
  background: rgba(255, 249, 242, 0.86);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}
.legal-card h1 {
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
  margin: 0 0 24px;
}
.legal-card h2 {
  font-size: clamp(26px, 3vw, 38px);
  line-height: 1.14;
  margin: 36px 0 12px;
}
.legal-card h3 {
  font-size: 22px;
  margin: 24px 0 8px;
}
.legal-card p,
.legal-card li {
  color: rgba(47,55,32,.82);
  font-size: 16px;
  line-height: 1.72;
}
.legal-card a {
  color: var(--rust);
  font-weight: 750;
}
.legal-card ul,
.legal-card ol {
  padding-left: 22px;
}
