:root {
  --navy: #071b3a;
  --navy-2: #102a50;
  --ivory: #fff7e7;
  --paper: #fffcf5;
  --amber: #e8a928;
  --amber-2: #ffc95d;
  --slate: #526175;
  --green: #287a55;
  --line: rgba(7, 27, 58, .14);
  --shadow: 0 24px 70px rgba(7, 27, 58, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--navy);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.wrap { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.site-header {
  position: sticky; top: 0; z-index: 20;
  background: rgba(255, 252, 245, .92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}
.nav { min-height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 850; letter-spacing: -.03em; font-size: 1.18rem; }
.brand img { width: 42px; height: 42px; border-radius: 12px; box-shadow: 0 8px 22px rgba(7,27,58,.18); }
.nav-links { display: flex; align-items: center; gap: 22px; font-weight: 650; font-size: .94rem; }
.nav-links a { text-decoration: none; }
.nav-links a:hover { color: #8b5e00; }
.button {
  display: inline-flex; justify-content: center; align-items: center; min-height: 48px;
  padding: 0 22px; border: 1px solid transparent; border-radius: 14px;
  background: var(--amber); color: var(--navy); text-decoration: none; font-weight: 800;
  box-shadow: 0 10px 25px rgba(232, 169, 40, .22);
}
.button.secondary { background: transparent; border-color: rgba(255,255,255,.3); color: white; box-shadow: none; }
.hero {
  overflow: hidden; color: white;
  background:
    radial-gradient(circle at 76% 20%, rgba(232,169,40,.24), transparent 27rem),
    linear-gradient(145deg, var(--navy), #0b2449 65%, #143662);
  padding: 86px 0 92px;
}
.hero-grid { display: grid; grid-template-columns: 1.02fr .98fr; gap: 70px; align-items: center; }
.eyebrow { margin: 0 0 15px; color: var(--amber-2); font-size: .8rem; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
h1, h2, h3 { line-height: 1.12; letter-spacing: -.035em; }
h1 { margin: 0; max-width: 720px; font-size: clamp(2.8rem, 6vw, 5.5rem); }
.hero-copy { margin: 24px 0 30px; max-width: 650px; color: rgba(255,255,255,.78); font-size: 1.16rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.fine { font-size: .82rem; color: rgba(255,255,255,.58); margin-top: 18px; }
.phone {
  position: relative; width: min(390px, 100%); margin: auto; padding: 14px;
  border-radius: 42px; background: #030c1c; box-shadow: 0 36px 90px rgba(0,0,0,.46), inset 0 0 0 1px rgba(255,255,255,.12);
  transform: rotate(1.5deg);
}
.real-phone { padding: 10px; }
.real-phone img { width: 100%; border-radius: 32px; }
.screen { min-height: 610px; overflow: hidden; border-radius: 30px; background: var(--ivory); color: var(--navy); }
.screen-top { padding: 26px 22px 18px; background: var(--navy-2); color: white; }
.screen-top small { color: var(--amber-2); font-weight: 700; }
.screen-top h3 { margin: 5px 0 0; font-size: 1.6rem; }
.stage-row { display: flex; gap: 7px; padding: 16px 16px 6px; overflow: hidden; }
.chip { flex: none; padding: 7px 10px; border-radius: 20px; background: #e7e4db; font-size: .72rem; font-weight: 750; }
.chip.active { background: var(--amber); }
.job-card { margin: 10px 16px; padding: 16px; border: 1px solid rgba(7,27,58,.1); border-radius: 16px; background: white; box-shadow: 0 6px 18px rgba(7,27,58,.06); }
.job-head { display: flex; justify-content: space-between; gap: 15px; font-weight: 800; }
.job-meta { display: grid; grid-template-columns: 1fr 1fr; margin-top: 12px; padding-top: 10px; border-top: 1px solid var(--line); color: var(--slate); font-size: .76rem; }
.due { color: #9b431a; }
.section { padding: 90px 0; }
.section.alt { background: #f4eedf; }
.section h2 { margin: 0 0 16px; font-size: clamp(2rem, 4vw, 3.5rem); }
.lead { max-width: 720px; margin: 0 0 46px; color: var(--slate); font-size: 1.08rem; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: 0 12px 35px rgba(7,27,58,.06); }
.feature-mark { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; background: var(--amber); font-weight: 900; }
.feature h3 { margin: 20px 0 8px; font-size: 1.27rem; }
.feature p { margin: 0; color: var(--slate); }
.app-gallery { padding: 10px 0 90px; }
.app-gallery h2 { margin: 0 0 34px; font-size: clamp(2rem, 4vw, 3.5rem); }
.screens { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; align-items: start; }
.screens figure { margin: 0; }
.screens img { border: 9px solid #08162d; border-radius: 28px; box-shadow: var(--shadow); }
.screens figcaption { margin-top: 13px; color: var(--slate); font-weight: 750; text-align: center; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: center; }
.spec-card { padding: 26px; border-radius: 24px; background: white; box-shadow: var(--shadow); }
.spec-card header { display: flex; justify-content: space-between; align-items: start; gap: 15px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.spec-card h3 { margin: 0; }
.rev { padding: 5px 10px; border-radius: 12px; background: #e6f3eb; color: var(--green); font-size: .74rem; font-weight: 800; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; padding-top: 18px; }
.spec { padding: 12px; border-radius: 12px; background: var(--ivory); }
.spec small { display: block; color: var(--slate); }
.spec strong { font-variant-numeric: tabular-nums; }
.checklist { list-style: none; padding: 0; margin: 26px 0 0; }
.checklist li { position: relative; margin: 13px 0; padding-left: 30px; }
.checklist li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.pricing { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 820px; }
.price { padding: 32px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.price.highlight { color: white; background: var(--navy); border-color: var(--navy); box-shadow: var(--shadow); }
.price h3 { margin: 0 0 12px; }
.price strong { font-size: 2.3rem; letter-spacing: -.05em; }
.price p { color: var(--slate); }
.price.highlight p { color: rgba(255,255,255,.7); }
.notice { margin-top: 42px; padding: 20px 24px; border-left: 5px solid var(--amber); background: rgba(232,169,40,.1); }
.page-hero { padding: 68px 0 48px; background: var(--navy); color: white; }
.page-hero h1 { font-size: clamp(2.4rem, 5vw, 4rem); }
.page-hero p { max-width: 720px; color: rgba(255,255,255,.7); }
.prose { width: min(800px, calc(100% - 40px)); margin: 0 auto; padding: 64px 0 90px; }
.prose h2 { margin-top: 42px; font-size: 1.6rem; }
.prose h3 { margin-top: 28px; }
.prose p, .prose li { color: #33445a; }
.prose a { color: #7b5200; }
.meta { padding: 14px 18px; border-radius: 14px; background: #f1eadc; color: var(--slate); }
form { display: grid; gap: 18px; margin-top: 36px; }
.fields { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; font-weight: 750; }
input, select, textarea { width: 100%; padding: 13px 14px; border: 1px solid #acb3bd; border-radius: 11px; background: white; color: var(--navy); font: inherit; }
textarea { min-height: 170px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(232,169,40,.35); border-color: #9c6b0c; }
button { cursor: pointer; justify-self: start; }
.site-footer { padding: 42px 0; background: #041127; color: rgba(255,255,255,.72); }
.footer-grid { display: flex; justify-content: space-between; gap: 30px; align-items: start; }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { text-decoration: none; }

@media (max-width: 820px) {
  .hero-grid, .split { grid-template-columns: 1fr; }
  .hero-grid { gap: 52px; }
  .feature-grid, .screens { grid-template-columns: 1fr; }
  .screens { width: min(430px, 100%); margin: auto; gap: 42px; }
  .phone { width: min(360px, 92%); }
  .nav-links a:not(.button) { display: none; }
}
@media (max-width: 560px) {
  .wrap { width: min(100% - 28px, 1120px); }
  .hero { padding-top: 58px; }
  .pricing, .fields { grid-template-columns: 1fr; }
  .footer-grid { display: grid; }
  .section { padding: 68px 0; }
}
