:root {
  color-scheme: light;
  --paper: #f7f4ee;
  --card: #fffdf9;
  --ink: #292521;
  --muted: #6f6759;
  --line: #e7e1d6;
  --ember: #c96545;
  --ember-soft: #f7e8dc;
  --teal: #3e7c6f;
  --teal-soft: #e3efea;
  --gold: #b08f26;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--paper);
  color: var(--ink);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
img { max-width: 100%; }

.site-header, .site-footer, main { max-width: 1180px; margin-inline: auto; }
.site-header { min-height: 86px; padding: 14px 28px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: var(--ink); font-size: 23px; font-weight: 700; letter-spacing: -.05em; text-decoration: none; }
.brand img { width: 44px; height: 44px; object-fit: contain; }
.nav-links { display: flex; align-items: center; gap: 28px; }
.nav-links a, .footer-links a { text-decoration: none; font-size: 14px; color: var(--muted); }
.nav-links a:hover, .footer-links a:hover { color: var(--ember); }
.nav-cta { border: 1px solid var(--line); border-radius: 99px; padding: 10px 17px; background: var(--card); }

.hero { padding: 77px 28px 106px; display: grid; grid-template-columns: 1.15fr .85fr; gap: 56px; align-items: center; }
.eyebrow { text-transform: uppercase; color: var(--ember); font-size: 12px; font-weight: 700; letter-spacing: .2em; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 600; letter-spacing: -.045em; }
h1 { font-size: clamp(48px, 6.2vw, 82px); line-height: 1.05; margin: 20px 0 24px; max-width: 690px; }
h2 { font-size: clamp(34px, 4vw, 54px); line-height: 1.1; margin: 12px 0 18px; }
h3 { font-size: 27px; line-height: 1.15; margin: 0 0 10px; }
.accent-word { color: var(--ember); }
.lead { font-size: clamp(18px, 2vw, 21px); color: var(--muted); line-height: 1.6; max-width: 560px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 52px; border-radius: 99px; padding: 0 22px; font-weight: 700; font-size: 15px; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--ember); color: #fff; box-shadow: 0 10px 26px rgba(201, 101, 69, .17); }
.button-secondary { background: var(--card); border: 1px solid var(--line); }
.microcopy { color: var(--muted); font-size: 13px; margin-top: 17px; }

.phone-scene { position: relative; display: flex; justify-content: center; align-items: center; min-height: 560px; }
.scene-orbit { position: absolute; width: 480px; height: 480px; border: 1px solid #e8dccb; border-radius: 50%; }
.scene-orbit::before { content: ''; position: absolute; inset: 44px; border: 1px dashed #dfd0be; border-radius: 50%; }
.scene-glow { position: absolute; width: 370px; height: 370px; border-radius: 50%; background: #f4e6d7; filter: blur(44px); }
.phone { position: relative; width: 294px; min-height: 540px; background: var(--paper); border: 8px solid #39332e; border-radius: 44px; box-shadow: 0 34px 70px rgba(65, 50, 36, .22), 0 2px 0 #777068 inset; padding: 31px 18px 18px; transform: rotate(5deg); }
.phone::before { content: ''; position: absolute; top: 9px; left: 50%; transform: translateX(-50%); width: 86px; height: 22px; border-radius: 15px; background: #39332e; }
.phone-top { display: flex; justify-content: space-between; color: var(--muted); font-size: 11px; margin-bottom: 26px; }
.phone-title { font-family: Georgia, 'Times New Roman', serif; font-size: 35px; letter-spacing: -.05em; margin-bottom: 5px; }
.phone-subtitle { color: var(--muted); font-size: 11px; margin-bottom: 20px; }
.phone-card { background: #fff; border: 1px solid var(--line); border-radius: 17px; padding: 16px; margin-bottom: 10px; box-shadow: 0 4px 15px rgba(60, 49, 36, .04); }
.phone-card-label { color: var(--teal); font-size: 9px; font-weight: 700; letter-spacing: .12em; margin-bottom: 9px; }
.phone-card-text { font-size: 15px; font-weight: 600; line-height: 1.3; }
.phone-card-muted { opacity: .63; }
.phone-bottom { display: flex; justify-content: space-around; border-top: 1px solid var(--line); padding: 17px 0 0; margin-top: 28px; color: var(--muted); font-size: 10px; }
.phone-bottom strong { color: var(--ember); }
.floating-note { position: absolute; right: -18px; bottom: 86px; width: 180px; background: #fff; border: 1px solid var(--line); border-radius: 16px; padding: 15px; box-shadow: 0 16px 38px rgba(65, 50, 36, .12); transform: rotate(-6deg); font-size: 13px; line-height: 1.35; }
.floating-note span { display: block; color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .08em; margin-bottom: 7px; }

.section { padding: 90px 28px; }
.section-head { max-width: 650px; margin-bottom: 42px; }
.section-head p, .feature-card p, .split-copy p, .privacy-banner p { color: var(--muted); line-height: 1.6; }
.features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { background: var(--card); border: 1px solid var(--line); border-radius: 24px; padding: 28px; min-height: 245px; }
.feature-number { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 14px; background: var(--ember-soft); color: var(--ember); font-weight: 700; margin-bottom: 27px; }
.feature-card:nth-child(2) .feature-number { background: var(--teal-soft); color: var(--teal); }
.feature-card:nth-child(3) .feature-number { background: #f3edda; color: var(--gold); }
.split-section { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.split-copy { max-width: 530px; }
.quote-card { background: var(--teal-soft); border-radius: 30px; padding: 43px; position: relative; }
.quote-card::before { content: '“'; position: absolute; top: 16px; right: 29px; color: #7ba99e; font-family: Georgia, serif; font-size: 100px; opacity: .45; }
.quote-card p { position: relative; font: 600 clamp(24px, 3vw, 34px)/1.3 Georgia, 'Times New Roman', serif; margin: 0 0 26px; }
.quote-card small { color: var(--teal); font-weight: 700; }
.privacy-banner { margin: 22px 28px 105px; padding: 54px; background: var(--ink); border-radius: 30px; color: #fff; display: flex; justify-content: space-between; align-items: center; gap: 50px; }
.privacy-banner h2 { max-width: 570px; }
.privacy-banner p { color: #d6d0c7; max-width: 560px; }
.privacy-banner .button { flex: none; background: #fff; color: var(--ink); }

.inner-main { max-width: 850px; min-height: 62vh; padding: 70px 28px 100px; }
.page-heading { border-bottom: 1px solid var(--line); padding-bottom: 32px; margin-bottom: 38px; }
.page-heading h1 { font-size: clamp(44px, 6vw, 68px); margin-bottom: 15px; }
.page-heading p { color: var(--muted); font-size: 18px; line-height: 1.6; margin: 0; }
.prose { color: #453f36; font-size: 16px; line-height: 1.75; }
.prose h2 { font-size: 30px; margin: 42px 0 12px; color: var(--ink); }
.prose h3 { font: 700 19px/1.35 -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif; letter-spacing: 0; margin-top: 26px; }
.prose p, .prose ul { margin: 0 0 17px; }
.prose ul { padding-left: 23px; }
.prose li { margin: 7px 0; }
.prose a { color: var(--teal); text-underline-offset: 3px; }
.info-card { background: var(--card); border: 1px solid var(--line); border-radius: 20px; padding: 26px; margin: 28px 0; }
.info-card h2, .info-card h3 { margin-top: 0; }
.faq { border-top: 1px solid var(--line); padding: 22px 0; }
.faq h3 { margin: 0 0 8px; }
.faq p { margin: 0; }
.last-updated { color: var(--muted); font-size: 13px; }

.site-footer { padding: 32px 28px 45px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; align-items: center; gap: 25px; }
.footer-brand { font-weight: 700; }
.footer-note { color: var(--muted); font-size: 13px; margin-top: 6px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 20px; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 55px; gap: 10px; }
  .phone-scene { min-height: 590px; }
  .features { grid-template-columns: 1fr; }
  .feature-card { min-height: 0; }
  .split-section { grid-template-columns: 1fr; gap: 32px; }
  .privacy-banner { flex-direction: column; align-items: flex-start; gap: 18px; }
}
@media (max-width: 600px) {
  .site-header { min-height: 70px; padding-inline: 18px; }
  .brand { font-size: 21px; }
  .brand img { width: 39px; height: 39px; }
  .nav-links { gap: 14px; }
  .nav-links a { font-size: 12px; }
  .nav-links .nav-cta { display: none; }
  .hero, .section { padding-inline: 20px; }
  .hero { padding-bottom: 56px; }
  .phone-scene { min-height: 520px; overflow: hidden; }
  .scene-orbit { width: 390px; height: 390px; }
  .phone { transform: rotate(3deg) scale(.87); }
  .floating-note { right: 0; bottom: 55px; }
  .section { padding-block: 62px; }
  .privacy-banner { margin: 0 20px 65px; padding: 30px; }
  .inner-main { padding: 42px 20px 70px; }
  .site-footer { padding: 30px 20px; align-items: flex-start; flex-direction: column; }
}
