:root { --ink: #1f2233; --text: #323338; --muted: #676879; --line: #e6e9ef; --brand: #0073ea; --brand-text: #0060b9; --wash: #f4f7fc; --page: #ffffff; --error: #c52b3d; }
* { box-sizing: border-box; margin: 0; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { font-family: Figtree, system-ui, sans-serif; color: var(--text); background: var(--page); -webkit-font-smoothing: antialiased; }
.wrap { max-width: 1120px; margin: 0 auto; padding: 0 32px; }
h1, h2 { font-family: Poppins, Figtree, sans-serif; color: var(--ink); letter-spacing: -0.02em; font-weight: 600; }
a { color: inherit; text-decoration: none; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 6px; }
.skip { position: absolute; left: 16px; top: -60px; z-index: 10; padding: 10px 14px; border-radius: 8px; background: var(--ink); color: #fff; }
.skip:focus { top: 12px; }
.sprite { position: absolute; width: 0; height: 0; }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 8px; height: 46px; padding: 0 22px; border: 0; border-radius: 10px; font: inherit; font-weight: 600; font-size: 15px; cursor: pointer; }
.btn svg { width: 17px; height: 17px; }
.btn--primary { background: var(--brand); color: #fff; }
.btn--primary:hover { background: #0060c7; }
.btn--ghost { box-shadow: inset 0 0 0 1px #c9cdd9; color: var(--ink); }
.btn--ghost:hover { background: var(--wash); }
.btn:disabled { opacity: .6; cursor: default; }

/* nav */
.nav { position: sticky; top: 0; z-index: 5; background: rgba(255,255,255,.92); backdrop-filter: blur(8px); border-bottom: 1px solid var(--line); }
.nav .wrap { display: flex; align-items: center; height: 68px; gap: 32px; }
.logo { display: inline-flex; align-items: center; gap: 10px; font-family: Poppins; font-weight: 600; font-size: 20px; color: var(--ink); }
.logo svg { width: 28px; height: 28px; color: var(--brand); }
.nav__links { display: flex; gap: 28px; margin-left: auto; font-size: 15px; color: var(--muted); font-weight: 500; }
.nav__links a:hover { color: var(--ink); }
.nav__cta .btn { height: 40px; padding: 0 16px; font-size: 14px; }

/* hero */
.hero { padding: 96px 0 0; text-align: center; background: radial-gradient(900px 480px at 50% 0%, #e7f0fd 0%, rgba(255,255,255,0) 70%); }
.hero h1 { font-size: 60px; line-height: 1.05; }
.hero p { margin: 18px auto 0; max-width: 520px; font-size: 19px; color: var(--muted); line-height: 1.5; }
.hero .actions { margin-top: 32px; display: flex; justify-content: center; gap: 12px; }
.shot { margin: 64px auto 0; max-width: 1040px; border-radius: 16px; overflow: hidden; box-shadow: 0 0 0 1px var(--line), 0 30px 70px -30px rgba(15,23,42,.35); }
.shot img { display: block; width: 100%; height: 560px; object-fit: cover; object-position: top left; }

section { padding: 112px 0 0; }
.section--tight { padding-top: 72px; }
.head { text-align: center; }
.head h2 { font-size: 38px; }

/* video */
.video { margin: 40px auto 0; max-width: 960px; aspect-ratio: 16 / 9; border-radius: 18px; overflow: hidden; background: #f5f5f7; box-shadow: 0 0 0 1px var(--line), 0 30px 70px -30px rgba(15,23,42,.35); }
.video video { display: block; width: 100%; height: 100%; object-fit: cover; }

/* three views */
.views { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.view figure { aspect-ratio: 672 / 640; border-radius: 16px; overflow: hidden; box-shadow: 0 0 0 1px var(--line); }
.view img { display: block; width: 100%; height: 100%; object-fit: cover; }
.view h3 { margin-top: 16px; display: flex; align-items: center; gap: 8px; font-size: 17px; font-weight: 600; color: var(--ink); }
.view h3 svg, .mail svg { width: 18px; height: 18px; color: var(--brand); flex: none; }
.view p { margin-top: 4px; font-size: 15px; color: var(--muted); }

/* buy */
.buy { margin: 40px auto 0; max-width: 520px; border-radius: 20px; padding: 36px; box-shadow: 0 0 0 1px var(--line), 0 24px 60px -30px rgba(15,23,42,.28); text-align: center; }
.buy__name { font-weight: 600; color: var(--muted); font-size: 15px; }
.buy__price { margin-top: 10px; font-family: Poppins; font-size: 48px; font-weight: 600; color: var(--ink); }
.buy__price small { font-family: Figtree; font-size: 16px; font-weight: 500; color: var(--muted); }
.buy ul { list-style: none; padding: 0; margin: 26px 0 28px; display: grid; gap: 12px; text-align: left; }
.buy li { display: flex; gap: 10px; align-items: center; font-size: 15px; }
.buy li svg { width: 18px; height: 18px; color: var(--brand); flex: none; }
.buy .btn { width: 100%; }
.buy__more { margin-top: 14px; font-size: 14px; color: var(--muted); }
.buy__more a { color: var(--brand-text); font-weight: 600; }

/* contact */
.contact { margin-top: 40px; display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }
.contact__side p { color: var(--muted); font-size: 16px; line-height: 1.6; }
.mail { margin-top: 18px; display: flex; align-items: center; gap: 8px; font-weight: 600; }
.contact__side .mail a { color: var(--ink); }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
label { display: grid; gap: 6px; font-size: 14px; font-weight: 600; color: var(--ink); }
label.full { grid-column: 1 / -1; }
input, textarea { width: 100%; min-height: 46px; padding: 11px 14px; border: 0; border-radius: 10px; box-shadow: inset 0 0 0 1px #c9cdd9; background: #fff; font: inherit; font-size: 16px; font-weight: 400; color: var(--text); resize: vertical; }
input:focus, textarea:focus { outline: none; box-shadow: inset 0 0 0 2px var(--brand); }
[aria-invalid="true"] { box-shadow: inset 0 0 0 2px var(--error); }
.hp { position: absolute; left: -9999px; }
.form__end { grid-column: 1 / -1; display: flex; align-items: center; gap: 16px; }
.form__status { font-size: 15px; font-weight: 500; }
.form__status.ok { color: #0b6b3a; }
.form__status.err { color: var(--error); }
.form__note { grid-column: 1 / -1; font-size: 13px; color: var(--muted); }

footer { margin-top: 120px; border-top: 1px solid var(--line); }
footer .wrap { display: flex; align-items: center; gap: 24px; height: 84px; font-size: 14px; color: var(--muted); }
footer .logo { font-size: 16px; } footer .logo svg { width: 22px; height: 22px; }

/* thanks page */
.thanks { min-height: calc(100vh - 69px); display: grid; place-items: center; text-align: center; padding: 48px 20px; background: radial-gradient(900px 480px at 50% 0%, #e7f0fd 0%, rgba(255,255,255,0) 70%); }
.thanks__tick { width: 64px; height: 64px; margin: 0 auto 24px; border-radius: 50%; background: #e3f6ec; color: #1a9e5c; display: grid; place-items: center; }
.thanks__tick svg { width: 30px; height: 30px; }
.thanks h1 { font-size: 44px; }
.thanks p { margin: 14px auto 28px; max-width: 460px; font-size: 18px; line-height: 1.5; color: var(--muted); }

@media (max-width: 760px) {
  .wrap { padding: 0 20px; }
  .nav__links { display: none; } .nav .wrap { gap: 12px; } .nav__cta { margin-left: auto; }
  .hero { padding-top: 56px; } .hero h1 { font-size: 38px; } .hero p { font-size: 17px; }
  .hero .actions { flex-direction: column; } .hero .actions .btn { width: 100%; }
  .shot { margin-top: 40px; border-radius: 12px; } .shot img { height: 300px; }
  section { padding-top: 72px; } .head h2 { font-size: 28px; }
  .views { grid-template-columns: 1fr; }
  .video { border-radius: 12px; }
  .buy { padding: 26px; }
  .contact { grid-template-columns: 1fr; gap: 24px; } form { grid-template-columns: 1fr; } .form__end { flex-direction: column; align-items: stretch; }
  footer .wrap { height: auto; padding: 24px 20px; }
  .thanks h1 { font-size: 32px; }
}
