:root {
  --bg: #ffffff;
  --ink: #111111;
  --muted: #666666;
  --line: #dedede;
  --soft: #f3f3f3;
  --dark: #171717;
  --success: #176b43;
  --danger: #8b1e1e;
  font-family: "Tahoma", "Arial", sans-serif;
  color: var(--ink);
  background: var(--bg);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--bg); color: var(--ink); line-height: 1.7; }
a { color: inherit; }
button, input { font: inherit; }

.site-header {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--line);
}
.brand { display: flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--dark); border-radius: 10px; font-family: Arial, sans-serif; }
.site-header nav { display: flex; gap: 26px; }
.site-header nav a { text-decoration: none; color: #444; font-size: 14px; }
.site-header nav a:hover { color: #000; }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 72px auto 90px;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 70px;
  align-items: center;
}
.eyebrow { display: inline-block; font-size: 13px; font-weight: 800; letter-spacing: .02em; color: #555; margin-bottom: 12px; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(38px, 5.2vw, 68px); line-height: 1.16; letter-spacing: -.035em; margin-bottom: 24px; }
h2 { font-size: clamp(29px, 3.4vw, 46px); line-height: 1.25; letter-spacing: -.02em; margin-bottom: 16px; }
.lead { font-size: 19px; color: #4d4d4d; max-width: 720px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.trust-row span { border: 1px solid var(--line); border-radius: 999px; padding: 8px 14px; font-size: 13px; color: #444; }

.order-card { background: var(--soft); border: 1px solid #d6d6d6; border-radius: 22px; padding: 28px; box-shadow: 0 18px 48px rgba(0,0,0,.08); }
.card-heading { display: flex; flex-direction: column; margin-bottom: 22px; }
.card-heading span { font-size: 24px; font-weight: 800; }
.card-heading small { color: var(--muted); }
.order-form { display: grid; gap: 10px; }
.order-form label:not(.check-label) { font-size: 14px; font-weight: 700; margin-top: 4px; }
.order-form input[type="url"], .order-form input[type="email"] { width: 100%; min-height: 52px; border: 1px solid #c8c8c8; background: white; border-radius: 10px; padding: 0 14px; direction: ltr; text-align: left; outline: none; }
.order-form input:focus { border-color: #111; box-shadow: 0 0 0 3px rgba(0,0,0,.08); }
.check-label { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; margin: 9px 0; font-size: 12px; color: #555; }
.check-label input { margin-top: 5px; accent-color: #111; }
.primary-button, .secondary-button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; border-radius: 10px; border: 1px solid var(--dark); padding: 0 20px; font-weight: 800; text-decoration: none; cursor: pointer; }
.primary-button { background: var(--dark); color: white; }
.primary-button:hover { background: #000; }
.primary-button:disabled { opacity: .55; cursor: wait; }
.secondary-button { background: white; color: var(--ink); }
.inline-button { width: fit-content; margin-top: 8px; }
.form-note { margin: 4px 0 0; color: #777; font-size: 11px; text-align: center; }
.bot-mini-steps { list-style: none; padding: 0; margin: 0 0 22px; display: grid; gap: 12px; }
.bot-mini-steps li { display: grid; grid-template-columns: 32px 1fr; gap: 11px; align-items: center; }
.bot-mini-steps b { width: 32px; height: 32px; display: grid; place-items: center; border-radius: 50%; background: #dedede; font-family: Arial, sans-serif; }
.bot-mini-steps span { font-size: 14px; font-weight: 700; }
.bot-cta { width: 100%; margin-bottom: 10px; }
.alert { background: #fff; border: 1px solid #d6aaaa; color: var(--danger); padding: 12px 14px; border-radius: 10px; margin-bottom: 14px; font-size: 13px; }
.alert.neutral { color: #333; border-color: #ccc; }

.report-section, .section-block, .steps-section {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 92px 0;
  border-top: 1px solid var(--line);
}
.report-section { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.report-section p, .section-block > p { color: var(--muted); }
.feature-list { padding: 0; list-style: none; display: grid; gap: 9px; }
.feature-list li::before { content: "✓"; font-weight: 900; margin-left: 9px; }
.sheet-preview { border: 1px solid #bbb; background: white; box-shadow: 14px 18px 0 #e8e8e8; overflow: hidden; }
.sheet-bar { height: 46px; background: #242424; color: white; display: flex; align-items: center; gap: 7px; padding: 0 14px; direction: ltr; }
.sheet-bar span { width: 10px; height: 10px; border-radius: 50%; background: #777; }
.sheet-bar b { margin-left: 10px; font-size: 12px; }
.sheet-row { display: grid; grid-template-columns: 2fr 1fr 1fr .7fr; min-height: 54px; align-items: center; border-top: 1px solid var(--line); }
.sheet-row span { padding: 10px 13px; border-left: 1px solid var(--line); font-size: 13px; }
.sheet-head { background: #ececec; font-weight: 800; }
.sheet-row .ok { color: var(--success); font-weight: 700; }
.sheet-footer { background: #f5f5f5; border-top: 1px solid #ccc; padding: 9px 14px; color: #555; font-size: 12px; }

.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 36px; }
.benefit-grid article { border: 1px solid var(--line); padding: 24px; min-height: 220px; }
.benefit-grid article > span { font-family: Arial, sans-serif; color: #999; font-weight: 700; }
.benefit-grid h3 { margin: 36px 0 8px; }
.benefit-grid p { color: var(--muted); font-size: 14px; }

.pricing-section { text-align: center; }
.pricing-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 38px 0 30px; text-align: right; }
.price-card { border: 1px solid var(--line); padding: 24px; background: #fff; }
.price-card p { min-height: 48px; color: #555; }
.price-card strong { display: block; font-size: 38px; line-height: 1; margin-bottom: 15px; }
.price-card strong small { font-size: 14px; }
.price-card span { font-size: 12px; color: #777; }

.steps { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.steps.four-steps { grid-template-columns: repeat(4, 1fr); }
.steps li { display: flex; gap: 18px; }
.steps b { flex: 0 0 42px; width: 42px; height: 42px; display: grid; place-items: center; background: #111; color: white; border-radius: 50%; }
.steps h3 { margin-bottom: 4px; }
.steps p { color: var(--muted); font-size: 14px; }

.site-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 38px 0 56px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; gap: 30px; color: #555; font-size: 13px; }
.site-footer p { max-width: 570px; }
.contact-links { display: flex; flex-direction: column; align-items: flex-start; gap: 5px; direction: ltr; }

.order-page { width: min(920px, calc(100% - 40px)); margin: 58px auto 100px; }
.order-title > a { display: inline-block; color: #666; font-size: 13px; margin-bottom: 26px; }
.order-title h1 { font-size: clamp(34px, 5vw, 54px); margin-bottom: 10px; }
.order-title p { color: var(--muted); }
.order-layout { display: grid; gap: 16px; margin-top: 42px; }
.status-card { display: flex; align-items: center; gap: 14px; border: 1px solid #cfcfcf; background: var(--soft); padding: 20px; border-radius: 14px; }
.status-dot { width: 13px; height: 13px; border-radius: 50%; background: #1d1d1d; box-shadow: 0 0 0 6px #ddd; }
.status-card div { display: flex; flex-direction: column; }
.status-card small { color: #777; }
.status-card strong { font-size: 18px; }
.order-details { margin: 0; border: 1px solid var(--line); border-radius: 14px; overflow: hidden; }
.order-details div { display: grid; grid-template-columns: 180px 1fr; border-bottom: 1px solid var(--line); }
.order-details div:last-child { border-bottom: 0; }
.order-details dt, .order-details dd { margin: 0; padding: 15px 18px; overflow-wrap: anywhere; }
.order-details dt { background: #f4f4f4; color: #555; font-size: 13px; }
.order-details dd { font-weight: 700; }
.action-panel { border: 1px solid var(--line); padding: 24px; border-radius: 14px; display: grid; grid-template-columns: 48px 1fr; gap: 18px; }
.step-number { width: 44px; height: 44px; display: grid; place-items: center; border-radius: 50%; background: #111; color: white; font-weight: 800; }
.action-panel h2 { font-size: 24px; margin-bottom: 5px; }
.action-panel p { color: var(--muted); margin-bottom: 7px; }
.active-panel { background: #f3f3f3; }
.success-panel { border-color: #91b7a4; }
.success-panel .step-number { background: var(--success); }
.error-panel { border-color: #d6aaaa; }
.error-panel .step-number { background: var(--danger); }
.privacy-note { color: #777; font-size: 12px; text-align: center; padding-top: 8px; }

@media (max-width: 900px) {
  .hero, .report-section { grid-template-columns: 1fr; gap: 44px; }
  .benefit-grid, .pricing-grid { grid-template-columns: repeat(2, 1fr); }
  .steps, .steps.four-steps { grid-template-columns: 1fr; }
  .site-header nav { display: none; }
}

@media (max-width: 560px) {
  .site-header, .hero, .report-section, .section-block, .steps-section, .site-footer, .order-page { width: min(100% - 24px, 1180px); }
  .site-header { min-height: 68px; }
  .hero { margin-top: 42px; }
  h1 { font-size: 38px; }
  .order-card { padding: 20px; border-radius: 16px; }
  .report-section, .section-block, .steps-section { padding: 66px 0; }
  .benefit-grid, .pricing-grid { grid-template-columns: 1fr; }
  .sheet-row { grid-template-columns: 1.6fr .8fr 1fr .6fr; }
  .sheet-row span { padding: 8px 7px; font-size: 11px; }
  .site-footer { flex-direction: column; }
  .order-details div { grid-template-columns: 1fr; }
  .order-details dt { padding-bottom: 4px; }
  .order-details dd { padding-top: 6px; }
  .action-panel { grid-template-columns: 1fr; }
}
