:root {
  --bg: #f4f5f6;
  --text: #1e2228;
  --muted: #5e6570;
  --line: #e2e6ea;
  --panel: #ffffff;
  --accent: #202328;
  --accent-2: #34746f;
  --soft: #eef1f3;
}

* { box-sizing: border-box; }
body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.9), rgba(244,245,246,0.92)),
    var(--bg);
  color: var(--text);
  font-family: "Open Sans", Arial, sans-serif;
}
a { color: inherit; }
.site-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 22px 0 0;
  width: min(1140px, calc(100% - 32px));
}
.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  text-decoration: none;
}
.brand img { display: block; height: 30px; width: auto; }
.brand span {
  color: var(--text);
  font-family: "Josefin Sans", Arial, sans-serif;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;
}
.home-link {
  color: var(--muted);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-decoration: none;
  text-transform: uppercase;
}
.page { width: min(1140px, calc(100% - 32px)); margin: 0 auto; padding: 32px 0 72px; }
.hero { display: grid; grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.78fr); gap: 30px; align-items: stretch; margin-bottom: 34px; }
.hero-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
}
.hero-copy h1, .section-head h2, .hero-panel h2, .media-caption strong { font-family: "Josefin Sans", Arial, sans-serif; font-weight: 300; letter-spacing: 0; margin: 0; }
.hero-copy h1 { font-size: 60px; line-height: 1.01; max-width: 11ch; }
.hero-copy p, .hero-panel p, .note { color: var(--muted); line-height: 1.65; }
.hero-copy p { font-size: 18px; max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 10px; }
.eyebrow, .panel-label { display: inline-block; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; margin-bottom: 14px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 18px; background: var(--accent); color: #fff; border: 0; border-radius: 6px; text-decoration: none; font: 700 13px/1 "Open Sans", Arial, sans-serif; letter-spacing: 1px; text-transform: uppercase; }
.button:hover { background: var(--accent-2); }
.button.secondary { background: transparent; border: 1px solid #bfc6ce; color: var(--accent); }
.button.secondary:hover { background: var(--soft); }
.button.block { width: 100%; }
.hero-media {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 8px;
  min-height: 380px;
  overflow: hidden;
  position: relative;
}
.hero-media img { display: block; height: 100%; object-fit: cover; width: 100%; }
.media-caption {
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(226,230,234,0.9);
  border-radius: 8px;
  bottom: 18px;
  left: 18px;
  padding: 18px;
  position: absolute;
  right: 18px;
}
.media-caption span { color: var(--muted); display: block; font-size: 11px; font-weight: 700; letter-spacing: 1.4px; margin-bottom: 8px; text-transform: uppercase; }
.media-caption strong { display: block; font-size: 24px; line-height: 1.15; }
.hero-panel, .offer, .checkout, .stage-grid article { background: var(--panel); border: 1px solid var(--line); border-radius: 8px; }
.hero-panel { padding: 24px; }
.hero-panel h2 { font-size: 28px; margin-bottom: 10px; }
.section-head { margin-bottom: 18px; }
.section-head h2 { font-size: 34px; }
.process { margin: 24px 0 42px; }
.stage-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.stage-grid article { padding: 20px; min-height: 134px; }
.stage-grid span { display: inline-block; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; margin-bottom: 14px; }
.stage-grid h3 { font-family: "Josefin Sans", Arial, sans-serif; font-size: 23px; font-weight: 300; margin: 0; }
.stage-grid p { color: var(--muted); font-size: 14px; line-height: 1.55; margin: 10px 0 0; }
.layout { display: grid; grid-template-columns: minmax(0, 1fr) 330px; gap: 24px; align-items: start; }
.catalog { display: grid; gap: 14px; }
.offer { padding: 20px; display: grid; grid-template-columns: minmax(0, 1fr) 172px; gap: 20px; }
.offer-head span { display: inline-block; margin-bottom: 12px; color: var(--muted); font-size: 12px; font-weight: 700; letter-spacing: 1.4px; text-transform: uppercase; }
.offer-head strong { display: block; font-family: "Josefin Sans", Arial, sans-serif; font-size: 26px; font-weight: 300; }
.offer p { color: var(--muted); line-height: 1.55; margin: 10px 0 0; }
.offer-foot { align-items: flex-end; display: flex; flex-direction: column; gap: 10px; }
.offer-foot strong, .total-row strong { font-family: "Josefin Sans", Arial, sans-serif; font-size: 26px; font-weight: 300; }
.offer input, .checkout input { width: 100%; height: 44px; border: 1px solid #cfd5dc; border-radius: 6px; padding: 0 12px; font-size: 16px; color: var(--text); }
.offer-foot label, .checkout label { color: var(--muted); font-size: 13px; font-weight: 700; text-transform: uppercase; }
.offer-foot input { width: 88px; text-align: right; }
.checkout { padding: 22px; position: sticky; top: 24px; }
.checkout label { display: block; }
.checkout input { margin: 8px 0 18px; }
.total-row { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; margin: 6px 0 20px; border-top: 1px solid var(--line); }
.status { min-height: 24px; color: var(--muted); }
@media (max-width: 900px) {
  .hero, .layout, .offer, .stage-grid { display: block; }
  .hero-copy h1 { font-size: 42px; max-width: none; }
  .hero-copy { min-height: auto; }
  .hero-media { min-height: 330px; margin-top: 24px; }
  .checkout { margin-top: 20px; position: static; }
  .offer + .offer { margin-top: 14px; }
  .stage-grid article + article { margin-top: 14px; }
  .offer-foot { align-items: flex-start; margin-top: 18px; }
}

@media (max-width: 520px) {
  .site-header { padding-top: 16px; }
  .brand { gap: 9px; }
  .brand img { height: 24px; }
  .brand span { font-size: 20px; }
  .home-link { font-size: 11px; }
  .page { padding-top: 26px; width: min(100% - 24px, 1140px); }
  .hero-copy h1 { font-size: 38px; }
  .hero-actions .button { width: 100%; }
  .media-caption strong { font-size: 22px; }
}
