:root {
  --lilac: #EDEAF7;
  --indigo: #352E69;
  --apricot: #F0B59C;
  --white: #FAF9FD;
  --steel: #B8B3CE;
  --muted: #635D79;
  --display: Verdana, sans-serif;
  --body: "Helvetica Neue", Arial, sans-serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--lilac); color: var(--indigo); font-family: var(--body); -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
a:focus-visible { outline: 3px solid var(--indigo); outline-offset: 5px; }
.page { width: min(1280px, calc(100% - 112px)); margin-inline: auto; }
.masthead { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 30px 0 24px; }
.brand { display: flex; align-items: center; gap: 13px; font-size: 13px; line-height: 1.4; font-weight: 600; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 50%; background: var(--indigo); color: var(--lilac); font-size: 24px; letter-spacing: -3px; padding-right: 3px; }
.location { margin: 0; font-size: 14px; line-height: 1.5; text-align: right; }
.location span { display: block; color: var(--muted); }
.demo-notice { border-top: 1px solid var(--steel); padding: 13px 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.hero { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 16px; min-height: 575px; padding: 22px 0 38px; }
.intro { min-width: 0; position: relative; z-index: 1; }
.eyebrow { margin: 0 0 13px; font-size: 19px; }
h1 { margin: 0; font-family: var(--display); font-size: clamp(66px, 7.8vw, 112px); font-weight: 700; letter-spacing: -.072em; line-height: 1.03; }
h1 > span { display: block; }
.title-dot { color: var(--muted); }
.invitation { margin: 26px 0 24px; font-size: 17px; line-height: 1.5; color: var(--muted); }
.actions { display: flex; flex-wrap: wrap; gap: 10px; }
.actions a { display: inline-flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 56px; padding: 15px 20px; border: 1px solid var(--indigo); border-radius: 8px; font-size: 15px; font-weight: 600; transition: background-color 160ms ease, color 160ms ease; }
.actions svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; flex: none; }
.call { background: var(--indigo); color: var(--white); }
.message { background: transparent; }
.call:hover { background: var(--muted); }
.message:hover { background: var(--white); }
.illustration { min-width: 0; }
.lock-art { display: block; width: 100%; height: auto; }
.phone-line { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 28px 0 32px; border-top: 1px solid var(--steel); }
.phone-line p { margin: 0 0 10px; color: var(--muted); font-size: 13px; }
.phone-line a { display: inline-block; font-size: clamp(27px, 3.1vw, 42px); line-height: 1.15; letter-spacing: -.04em; font-variant-numeric: tabular-nums; }
.phone-note { font-size: 14px; line-height: 1.45; text-align: right; }
footer { display: flex; justify-content: space-between; gap: 16px; padding: 24px 0 28px; font-size: 12px; color: var(--muted); }
@media (max-width: 1000px) {
  .page { width: calc(100% - 64px); }
  .hero { grid-template-columns: 1fr 1fr; min-height: 520px; }
  h1 { font-size: clamp(62px, 8vw, 88px); }
  .actions a { padding-inline: 15px; gap: 12px; }
}
@media (max-width: 700px) {
  .page { width: calc(100% - 40px); }
  .masthead { padding: 20px 0 17px; }
  .brand { font-size: 12px; gap: 10px; }
  .brand-mark { width: 40px; height: 40px; font-size: 21px; }
  .location { font-size: 12px; }
  .demo-notice { padding: 11px 0; font-size: 11px; max-width: 100%; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 12px; min-height: 0; padding: 23px 0 25px; }
  .eyebrow { margin-bottom: 11px; font-size: 16px; }
  h1 { font-size: clamp(62px, 15vw, 90px); letter-spacing: -.065em; line-height: 1.02; }
  .invitation { font-size: 15px; margin: 20px 0 19px; }
  .actions { flex-wrap: nowrap; gap: 8px; }
  .actions a { flex: 1; min-width: 0; min-height: 54px; gap: 8px; padding: 13px 12px; font-size: 13px; }
  .actions svg { width: 18px; height: 18px; }
  .illustration { width: min(100%, 450px); align-self: center; margin-top: 14px; }
  .phone-line { padding: 22px 0; }
  .phone-note { display: none; }
  footer { font-size: 11px; padding: 14px 0 25px; }
}
@media (max-width: 350px) {
  .page { width: calc(100% - 32px); }
  .actions a { font-size: 12px; padding-inline: 10px; gap: 6px; }
  .actions svg { width: 16px; height: 16px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
