:root {
  --ink: #17202c;
  --night: #1e2c42;
  --muted: #637080;
  --paper: #f6f6f2;
  --mist: #e6e9e7;
  --line: rgba(23, 32, 44, .16);
  --accent: #b7854f;
  --serif: "Playfair Display", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 48px)); margin: 0 auto; }
.header { min-height: 86px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 9px; font-size: .9rem; font-weight: 700; letter-spacing: .02em; }
.brand-mark { color: var(--accent); font-size: 1.2rem; }
.header-link { padding: 9px 0; font-size: .85rem; font-weight: 700; }
.header-link span { color: var(--accent); margin-left: 6px; }
.hero { min-height: 610px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 72px; padding: 55px 0 90px; }
.eyebrow { margin: 0 0 18px; color: var(--accent); font-size: .72rem; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 500; letter-spacing: -.035em; line-height: 1.06; }
h1 { max-width: 600px; margin-bottom: 27px; font-size: clamp(3rem, 6vw, 5.4rem); }
h1 em { color: var(--accent); font-style: italic; }
h2 { margin-bottom: 0; font-size: clamp(2.15rem, 4vw, 3.55rem); }
.lead { max-width: 530px; margin-bottom: 35px; color: var(--muted); font-size: 1.06rem; }
.button { display: inline-flex; align-items: center; gap: 26px; justify-content: space-between; min-height: 53px; padding: 0 22px; border: 1px solid var(--night); background: var(--night); color: #fff; font: 700 .8rem var(--sans); letter-spacing: .03em; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { background: #30435e; transform: translateY(-2px); }
.button span { color: #eac898; font-size: 1.15rem; }
.hero-card { position: relative; overflow: hidden; min-height: 420px; padding: 34px; color: #fff; background: radial-gradient(circle at 20% 25%, #405675 0, #293952 35%, #1a273b 80%); box-shadow: 12px 14px 0 #dcded9; }
.hero-card p { position: absolute; z-index: 2; bottom: 22px; left: 34px; margin: 0; font: 500 clamp(1.35rem, 3vw, 2rem)/1.25 var(--serif); }
.moon { position: absolute; top: 60px; right: 15%; width: 122px; height: 122px; border-radius: 50%; background: #ede7d4; box-shadow: 0 0 64px 16px rgba(238, 235, 210, .14); }
.horizon { position: absolute; right: -10%; bottom: -15%; width: 125%; height: 50%; border-radius: 50% 50% 0 0; background: #172337; transform: rotate(-4deg); }
.star { position: absolute; color: #e4c897; }
.star-one { top: 16%; left: 16%; font-size: 1.4rem; }.star-two { top: 39%; left: 31%; font-size: 2rem; }.star-three { top: 22%; right: 42%; font-size: 1.1rem; }
.intro { display: grid; grid-template-columns: 80px 1fr 1.1fr; gap: 30px; padding: 105px 0; border-top: 1px solid var(--line); }
.section-number { color: var(--accent); font: 500 1rem var(--serif); }
.intro-text { max-width: 440px; margin: 9px 0 0 auto; color: var(--muted); }
.steps { padding: 75px 0 110px; }
.section-heading { margin-bottom: 53px; }
.steps ol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px; margin: 0; padding: 0; list-style: none; }
.steps li { padding-top: 19px; border-top: 1px solid var(--ink); }
.steps li > span { color: var(--accent); font: 500 1rem var(--serif); }
h3 { margin: 39px 0 12px; font: 500 1.35rem var(--serif); }
.steps li p { max-width: 300px; margin: 0; color: var(--muted); font-size: .93rem; }
.notice { display: flex; align-items: flex-start; gap: 19px; margin-bottom: 110px; padding: 27px 30px; background: #e3e7e3; }
.notice span { color: var(--accent); font-size: 1.25rem; }.notice p { max-width: 800px; margin: 0; color: #455261; font-size: .84rem; }
.record { padding: 92px 0; background: var(--night); color: #fff; }
.record-grid { display: grid; grid-template-columns: .95fr 1fr; gap: 110px; }
.record h2 { max-width: 370px; }.record-text { max-width: 390px; margin: 27px 0 0; color: #bdc6d1; }
.form { display: grid; gap: 20px; }.form label { display: grid; gap: 8px; color: #e5e9ed; font-size: .77rem; font-weight: 700; }.form label i { color: #93a0ad; font-style: normal; font-weight: 500; }
input, textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(255,255,255,.45); border-radius: 0; padding: 10px 0; background: transparent; color: white; outline: none; font: 400 1rem var(--sans); transition: border-color .2s ease; }
input:focus, textarea:focus { border-color: #eac898; } input::placeholder, textarea::placeholder { color: #8390a0; }
.form .button { width: fit-content; margin-top: 8px; border-color: #d6ac77; background: #d6ac77; color: #19253a; }.form .button span { color: #19253a; }
.form-note { max-width: 420px; margin: -4px 0 0; color: #93a0ad; font-size: .7rem; }.form-message { padding: 13px 15px; font-size: .85rem; }.success { background: rgba(159, 202, 173, .2); color: #d9f0df; }.error { background: rgba(234, 143, 143, .18); color: #ffd9d9; }
.footer { display: flex; align-items: center; justify-content: space-between; min-height: 112px; gap: 20px; }.footer p { margin: 0; color: var(--muted); font-size: .75rem; }

@media (max-width: 760px) {
  .container { width: min(100% - 36px, 560px); }.header { min-height: 73px; }.header-link { font-size: .75rem; }
  .hero { grid-template-columns: 1fr; gap: 42px; min-height: auto; padding: 52px 0 72px; }.hero-card { min-height: 330px; }.moon { width: 95px; height: 95px; }.hero-card p { left: 25px; bottom: 20px; }.lead { font-size: 1rem; }
  .intro { grid-template-columns: 1fr; gap: 17px; padding: 72px 0; }.section-number { margin: 0; }.intro-text { margin: 4px 0 0; }
  .steps { padding: 50px 0 72px; }.section-heading { margin-bottom: 38px; }.steps ol { grid-template-columns: 1fr; gap: 35px; }.steps li { display: grid; grid-template-columns: 48px 1fr; column-gap: 16px; }.steps li > span { grid-column: 1; }.steps li h3 { grid-column: 2; margin: 0 0 10px; }.steps li p { grid-column: 2; }
  .notice { margin-bottom: 72px; padding: 23px 20px; }.record { padding: 70px 0; }.record-grid { grid-template-columns: 1fr; gap: 42px; }.footer { min-height: 98px; align-items: flex-start; flex-direction: column; justify-content: center; gap: 7px; }
}

@media (max-width: 380px) { h1 { font-size: 2.75rem; }.hero-card { min-height: 285px; }.header-link { display: none; } }
