:root {
  --ink: #102430;
  --deep: #081a24;
  --navy: #0e3142;
  --blue: #15536d;
  --cream: #f7f3ec;
  --white: #ffffff;
  --muted: #65757d;
  --line: #d8e0e1;
  --gold: #dbaa62;
  --gold-dark: #a8752e;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 900px; font-size: clamp(3.5rem, 7vw, 7.2rem); letter-spacing: -0.075em; }
h2 { font-size: clamp(2.3rem, 4.2vw, 4.25rem); letter-spacing: -0.055em; }
h3 { font-size: 1.55rem; letter-spacing: -0.03em; }

.site-header { display: flex; min-height: 84px; align-items: center; gap: 28px; padding: 15px clamp(20px, 5vw, 82px); border-bottom: 1px solid var(--line); background: var(--white); }
.brand { display: flex; align-items: center; gap: 10px; margin-right: auto; color: var(--navy); font-family: Georgia, "Times New Roman", serif; font-size: 1.08rem; }
.brand strong { color: var(--gold-dark); }
.brand-mark { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: var(--navy); color: var(--gold); font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 700; }
.site-nav { display: flex; gap: 25px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.11em; text-transform: uppercase; }
.site-nav a:hover { color: var(--gold-dark); }
.header-action { padding: 11px 16px; background: var(--navy); color: var(--white); font-size: 0.75rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.menu-toggle { display: none; }

.hero { display: grid; min-height: 700px; align-items: center; gap: 45px; grid-template-columns: 1fr 340px; padding: 90px clamp(22px, 7vw, 120px); background: linear-gradient(115deg, var(--deep), #123c4f); color: var(--white); }
.hero h1 span { color: var(--gold); }
.hero-copy { max-width: 780px; color: #d7e1e4; font-size: 1.12rem; }
.eyebrow, .card-label { margin-bottom: 14px; color: var(--gold); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.2em; text-transform: uppercase; }
.eyebrow.dark, .card-label { color: var(--gold-dark); }
.button-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.button { display: inline-block; padding: 15px 21px; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.11em; text-align: center; text-transform: uppercase; }
.button-primary { background: var(--gold); color: #241b0e; }
.button-primary:hover { background: #e8bb76; }
.button-outline { border: 1px solid rgba(255,255,255,0.46); color: var(--white); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 50px; color: #c9d7da; font-size: 0.76rem; font-weight: 700; letter-spacing: 0.07em; text-transform: uppercase; }
.hero-points span::before { content: "✓"; margin-right: 6px; color: var(--gold); }
.hero-card { padding: 32px; border-top: 4px solid var(--gold); background: rgba(255,255,255,0.08); }
.hero-card p { color: #d7e1e4; }
.price { margin-bottom: 5px; color: var(--white) !important; font-family: Georgia, "Times New Roman", serif; font-size: 4.3rem; line-height: 1; letter-spacing: -0.05em; }
.text-link { color: var(--gold); font-size: 0.76rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; }

.section { padding: 100px clamp(22px, 7vw, 120px); }
.intro, .package-layout { display: grid; align-items: start; gap: 55px; grid-template-columns: 1fr 0.85fr; }
.intro p, .package-layout p, .feature-grid p, .process-grid p { color: var(--muted); }
.section-muted { background: var(--cream); }
.section-heading { max-width: 760px; margin-bottom: 35px; }
.feature-grid, .process-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.feature-grid article, .process-grid article { padding: 29px; border: 1px solid var(--line); background: var(--white); }
.feature-grid span, .process-grid span { color: var(--gold-dark); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.14em; }
.package-card { padding: 35px; border-top: 4px solid var(--gold); background: var(--navy); color: var(--white); }
.package-card ul { margin: 0; padding: 0; list-style: none; }
.package-card li { padding: 9px 0; border-top: 1px solid rgba(255,255,255,0.14); color: #e0e8e9; }
.package-card li::before { content: "✓"; margin-right: 9px; color: var(--gold); }
.small-note { color: var(--gold-dark) !important; font-size: 0.86rem; font-weight: 700; }
.management { margin: 24px 0 0; padding-top: 18px; border-top: 1px solid rgba(255,255,255,0.22); color: #d5e0e2; font-size: 0.88rem; }
.demo-section, .contact-section { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 72px clamp(22px, 7vw, 120px); background: var(--navy); color: var(--white); }
.demo-section div, .contact-section div { max-width: 750px; }
.demo-section h2, .contact-section h2 { margin-bottom: 10px; }
.demo-section p:last-child, .contact-section p:last-child { margin-bottom: 0; color: #d1dddf; }
.contact-section { background: var(--deep); }
.site-footer { display: flex; align-items: center; gap: 28px; padding: 28px clamp(22px, 7vw, 120px); background: #06141b; color: #bdcbce; font-size: 0.84rem; }
.site-footer p { margin: 0 auto 0 0; }
.site-footer .brand { margin-right: 0; color: var(--white); font-size: 0.92rem; }
.site-footer .brand-mark { width: 34px; height: 34px; font-size: 1.05rem; }
.site-footer a { color: var(--gold); }

@media (max-width: 850px) {
  .site-header { flex-wrap: wrap; gap: 14px; }
  .menu-toggle { display: inline-block; border: 1px solid var(--line); padding: 9px 12px; background: var(--white); color: var(--navy); font-size: 0.73rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
  .site-nav { display: none; order: 4; width: 100%; flex-direction: column; gap: 0; padding-top: 6px; }
  .site-nav.open { display: flex; }
  .site-nav a { padding: 10px 0; }
  .header-action { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; padding-top: 75px; padding-bottom: 75px; }
  .hero-card { max-width: 430px; }
  .hero-points { flex-direction: column; gap: 8px; margin-top: 38px; }
  .section { padding-top: 72px; padding-bottom: 72px; }
  .intro, .package-layout, .feature-grid, .process-grid { grid-template-columns: 1fr; gap: 18px; }
  .demo-section, .contact-section, .site-footer { align-items: flex-start; flex-direction: column; }
  .site-footer p { margin: 0; }
}
