﻿:root {
  --white: #ffffff;
  --black: #111111;
  --black-soft: #1b1b1b;
  --gray-100: #f4f4f4;
  --gray-200: #e7e7e7;
  --gray-300: #d0d0d0;
  --gray-500: #767676;
  --gray-700: #4c4c4c;
  --gray-900: #262626;
  --red: #d61f26;
  --red-dark: #ab151b;
  --red-soft: #f7d7d8;
  --line: #d8d8d8;
  --shadow: rgba(0, 0, 0, 0.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--black);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  background:
    radial-gradient(circle at top right, rgba(214, 31, 38, 0.09), transparent 24%),
    linear-gradient(180deg, var(--white) 0%, #fcfcfc 42%, var(--gray-100) 100%);
}
.topline { height: 5px; background: linear-gradient(90deg, var(--black), var(--red), var(--gray-700)); }
.shell { width: min(1140px, calc(100% - 48px)); margin: auto; }
.header {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--black);
  text-decoration: none;
  letter-spacing: .02em;
}
.brand-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.12));
}
.brand strong,
.brand small { display: block; line-height: 1.05; }
.brand strong { font-size: 1.15rem; letter-spacing: .14em; }
.brand small { margin-top: 4px; color: var(--gray-700); font-size: .65rem; text-transform: uppercase; letter-spacing: .08em; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { color: var(--gray-900); font-size: .88rem; text-decoration: none; }
nav a:hover { color: var(--red); }
.nav-action {
  border: 1px solid #bcbcbc;
  padding: 9px 14px;
  border-radius: 7px;
  color: var(--red);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.7);
}
.admin-link { color: var(--gray-700); font-size: .76rem; }
.hero {
  padding: 86px 0 78px;
  background:
    radial-gradient(circle at 88% 15%, rgba(214, 31, 38, 0.16) 0, transparent 21%),
    linear-gradient(135deg, #ffffff, #f2f2f2 65%, #ebebeb);
}
.hero-grid { display: grid; grid-template-columns: 1.45fr .7fr; align-items: center; gap: 80px; }
.eyebrow { margin: 0 0 12px; color: var(--red); font-size: .72rem; font-weight: 800; letter-spacing: .14em; }
.hero h1,
.section-heading h2,
.tracking-box h2,
.success-dialog h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; line-height: 1.07; }
.hero h1 { max-width: 620px; font-size: clamp(2.9rem, 6vw, 5.25rem); }
.hero-copy { max-width: 600px; margin: 24px 0 29px; color: var(--gray-700); font-size: 1.13rem; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button {
  min-height: 47px;
  border: 0;
  border-radius: 7px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 0 21px;
  font: 700 .91rem inherit;
  text-decoration: none;
  cursor: pointer;
  transition: .18s transform, .18s background, .18s color;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: white; background: var(--red); }
.button-primary:hover { background: var(--red-dark); }
.button-quiet { color: var(--black); background: transparent; }
.trust-line { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 32px; color: var(--gray-700); font-size: .79rem; }
.trust-line span::first-letter { color: var(--red); }
.hero-card {
  position: relative;
  padding: 36px 31px;
  border: 1px solid #d7d7d7;
  border-radius: 15px;
  background: rgba(19, 19, 19, .96);
  color: var(--white);
  box-shadow: 0 22px 45px rgba(0, 0, 0, .16);
}
.card-icon {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border-radius: 50%;
  background: rgba(214, 31, 38, .18);
  color: #ff8084;
  font-size: 1.9rem;
}
.hero-card p { margin: 25px 0 18px; font-family: Georgia, serif; font-size: 1.6rem; line-height: 1.23; }
.hero-card small { color: #d2d2d2; font-size: .79rem; }
.notice {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-top: 30px;
  padding: 16px 20px;
  border: 1px solid #e2c4c5;
  border-radius: 8px;
  background: #fff7f7;
  color: #5e2527;
  font-size: .86rem;
}
.notice p { margin: 0; }
.notice-symbol {
  flex: 0 0 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--red);
  font-weight: 800;
}
.section { padding: 100px 0; }
.section-heading { max-width: 660px; margin-bottom: 42px; }
.section-heading h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
.section-heading > p:last-child { margin: 16px 0 0; color: var(--gray-700); }
.report-layout { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(270px, .65fr); gap: 38px; align-items: start; }
.report-form {
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 15px 45px var(--shadow);
}
.report-form fieldset { margin: 0 0 28px; padding: 0 0 28px; border: 0; border-bottom: 1px solid #ededed; }
.report-form fieldset:nth-of-type(2) { margin-bottom: 22px; }
.report-form legend { margin-bottom: 18px; font: 700 1.1rem Georgia, serif; }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: block; color: var(--gray-900); font-size: .84rem; font-weight: 700; }
input, select, textarea {
  width: 100%;
  margin-top: 7px;
  padding: 12px 13px;
  border: 1px solid #c7c7c7;
  border-radius: 6px;
  outline: none;
  background: #fff;
  color: var(--black);
  font: 400 .93rem inherit;
}
input:focus, select:focus, textarea:focus { border-color: var(--red); box-shadow: 0 0 0 3px rgba(214, 31, 38, .14); }
textarea { min-height: 145px; resize: vertical; }
.report-form > fieldset > label:not(.check-line):not(.anonymous-option) { margin-top: 18px; }
.field-help, .privacy-note { display: block; margin-top: 7px; color: var(--gray-500); font-size: .75rem; font-weight: 400; }
.check-line, .anonymous-option, .consent { display: flex; align-items: flex-start; gap: 9px; margin-top: 18px; font-weight: 500; }
.check-line input, .anonymous-option input, .consent input { flex: 0 0 16px; width: 16px; height: 16px; margin: 3px 0 0; accent-color: var(--red); }
.anonymous-option { padding: 13px; border-radius: 6px; background: #f5f5f5; color: var(--black); font-weight: 700; }
.is-hidden { display: none; }
.privacy-note { margin-bottom: 0; }
.consent { margin: 0 0 19px; color: var(--gray-700); font-size: .79rem; }
.form-error { min-height: 1.3rem; margin: 0 0 12px; color: var(--red-dark); font-size: .85rem; }
.submit { width: 100%; }
.support-card {
  padding: 27px;
  border-radius: 10px;
  background: linear-gradient(180deg, #1a1a1a, #0d0d0d);
  color: #ededed;
}
.support-card h3 { margin: 0 0 18px; color: #fff; font: 1.45rem Georgia, serif; }
.support-card ul { margin: 0; padding-left: 19px; }
.support-card li { margin: 0 0 13px; color: #d2d2d2; font-size: .86rem; }
.support-divider { height: 1px; margin: 24px 0; background: #454545; }
.support-card p { margin: 0; color: #d2d2d2; font-size: .82rem; }
.support-card strong { color: #fff; }
.process-section { padding: 94px 0 100px; background: linear-gradient(180deg, #efefef, #e5e5e5); }
.centered { margin-right: auto; margin-left: auto; text-align: center; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.steps li { position: relative; padding: 16px 17px 0 0; }
.steps li:not(:last-child)::after { position: absolute; top: 30px; left: 74px; right: -5px; height: 1px; content: ""; background: #bdbdbd; }
.steps span {
  position: relative;
  z-index: 1;
  display: grid;
  width: 59px;
  height: 59px;
  place-items: center;
  border: 1px solid #d2a2a4;
  border-radius: 50%;
  background: var(--white);
  color: var(--red);
  font-size: .86rem;
  font-weight: 800;
}
.steps h3 { margin: 20px 0 8px; font-size: 1rem; }
.steps p { margin: 0; color: var(--gray-700); font-size: .84rem; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.principle-grid article {
  min-height: 215px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.85);
}
.principle-grid b { color: var(--red); font-size: .78rem; }
.principle-grid h3 { margin: 28px 0 9px; font: 1.25rem Georgia, serif; }
.principle-grid p { margin: 0; color: var(--gray-700); font-size: .83rem; }
.tracking-section { padding: 74px 0; background: linear-gradient(135deg, #111111, #262626 62%, #3a3a3a); }
.tracking-box { display: grid; grid-template-columns: 1fr 1.1fr; gap: 34px 50px; align-items: start; color: white; }
.tracking-box .eyebrow { color: #ff868a; }
.tracking-box h2 { font-size: 2.35rem; }
.tracking-box > div > p:last-child { color: #d0d0d0; }
.tracking-form { display: grid; grid-template-columns: 1fr 1fr auto; gap: 12px; align-items: end; }
.tracking-form label { color: #ececec; }
.tracking-form input { border-color: #575757; background: #101010; color: white; }
.button-dark { color: #fff; background: var(--red); }
.tracking-form p { grid-column: 1 / -1; min-height: 1.3rem; margin: 0; color: #ffc8ca; font-size: .82rem; }
.tracking-form p.found { color: #ffffff; }
.tracking-panel {
  grid-column: 1 / -1;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03));
  backdrop-filter: blur(2px);
}
.tracking-panel-head { display: flex; justify-content: space-between; gap: 16px; align-items: start; }
.tracking-panel-head h3 { margin: 6px 0 0; font: 1.8rem Georgia, serif; color: #fff; }
.status-pill { display: inline-flex; align-items: center; min-height: 34px; padding: 0 12px; border-radius: 999px; background: #f2d5d7; color: #651317; font-size: .78rem; font-weight: 800; }
.tracking-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 22px 0 18px; }
.tracking-summary article { padding: 14px; border-radius: 10px; background: rgba(255, 255, 255, .05); border: 1px solid rgba(255, 255, 255, .08); }
.tracking-summary span { display: block; color: #d8d8d8; font-size: .72rem; text-transform: uppercase; letter-spacing: .06em; }
.tracking-summary strong { display: block; margin-top: 6px; color: #fff; font-size: .92rem; }
.tracking-notes { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 18px; }
.tracking-highlight { padding: 16px; border-radius: 10px; background: rgba(0, 0, 0, .22); border: 1px solid rgba(255, 255, 255, .08); }
.tracking-highlight span { display: block; color: #ff8f93; font-size: .72rem; text-transform: uppercase; letter-spacing: .08em; }
.tracking-highlight strong { display: block; margin-top: 7px; color: #fff; font-size: 1rem; }
.tracking-highlight p { margin: 8px 0 0; color: #e0e0e0; font-size: .84rem; }
.tracking-history-box { padding: 18px; border-radius: 12px; background: rgba(0, 0, 0, .18); border: 1px solid rgba(255, 255, 255, .08); }
.tracking-history-head { display: flex; justify-content: space-between; align-items: end; gap: 14px; margin-bottom: 14px; }
.tracking-history-head h4 { margin: 0; color: #fff; font: 1.1rem Georgia, serif; }
.tracking-history-head p { margin: 0; color: #d1d1d1; font-size: .77rem; }
.tracking-history-list { margin: 0; padding: 0; list-style: none; border-left: 2px solid rgba(255, 143, 147, .45); }
.tracking-history-list li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 14px; padding: 0 0 14px 16px; position: relative; }
.tracking-history-list li::before { position: absolute; top: 4px; left: -6px; width: 10px; height: 10px; border-radius: 50%; background: #ff7d82; content: ""; }
.tracking-history-list li:last-child { padding-bottom: 0; }
.tracking-history-list span { color: #f0f0f0; font-size: .75rem; }
.tracking-history-list strong { color: #fff; font-size: .85rem; }
.tracking-history-list p { margin: 6px 0 0; color: #dddddd; font-size: .84rem; }
.tracking-history-list small { color: #c4c4c4; font-size: .73rem; white-space: nowrap; }
.footer { padding: 35px 0; background: #0e0e0e; color: #cecece; }
.footer-grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 30px; }
.footer-brand { color: white; }
.footer-brand small { color: #bdbdbd; }
.footer-grid p { margin: 0; font-size: .82rem; }
.footer-grid > small { font-size: .69rem; text-align: right; }
.success-dialog { width: min(545px, calc(100% - 30px)); padding: 38px; border: 0; border-radius: 12px; color: var(--black); box-shadow: 0 24px 70px rgba(7, 31, 39, .35); }
.success-dialog::backdrop { background: rgba(4, 4, 4, .62); }
.success-dialog h2 { font-size: 2.2rem; }
.success-dialog > p:not(.eyebrow) { color: var(--gray-700); }
.success-check { display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: #fde3e4; color: var(--red); font-size: 1.3rem; font-weight: 800; }
.close-dialog { position: absolute; top: 14px; right: 17px; border: 0; background: transparent; color: var(--gray-500); font-size: 1.7rem; cursor: pointer; }
.protocol-box { display: grid; grid-template-columns: 1fr 1fr; gap: 4px 18px; margin: 25px 0 19px; padding: 18px; border: 1px solid #f0cccc; border-radius: 7px; background: #fff7f7; }
.protocol-box span { color: var(--gray-700); font-size: .75rem; }
.protocol-box strong { color: var(--red-dark); font-size: 1.08rem; letter-spacing: .04em; }
.dialog-note { margin-bottom: 22px; font-size: .78rem; }
.success-dialog .button { width: 100%; }
@media (max-width: 840px) {
  .hero-grid, .report-layout, .tracking-box, .tracking-summary, .tracking-notes { grid-template-columns: 1fr; gap: 34px; }
  .hero { padding: 63px 0; }
  .hero-card { max-width: 550px; }
  .steps, .principle-grid { grid-template-columns: repeat(2, 1fr); }
  .steps li:nth-child(2)::after { display: none; }
  .tracking-history-head, .tracking-history-list li { grid-template-columns: 1fr; }
  .tracking-history-head { align-items: start; }
  .footer-grid { grid-template-columns: 1fr; gap: 16px; }
  .footer-grid > small { text-align: left; }
}
@media (max-width: 600px) {
  .shell { width: min(100% - 32px, 1140px); }
  .header { min-height: 72px; }
  .header nav a:not(.nav-action) { display: none; }
  .nav-action { font-size: .75rem; }
  .brand-logo { width: 46px; height: 46px; }
  .hero h1 { font-size: 3rem; }
  .hero-copy { font-size: 1rem; }
  .section { padding: 70px 0; }
  .report-form { padding: 22px; }
  .field-grid, .tracking-form, .principle-grid, .steps, .tracking-summary, .tracking-notes { grid-template-columns: 1fr; }
  .steps li:not(:last-child)::after { display: none; }
  .tracking-section { padding: 60px 0; }
  .tracking-box { gap: 25px; }
  .tracking-form .button { width: 100%; }
  .tracking-panel { padding: 18px; }
  .tracking-panel-head { flex-direction: column; }
  .tracking-panel-head h3 { font-size: 1.45rem; }
  .principle-grid article { min-height: auto; }
  .hero-actions .button { width: 100%; }
  .trust-line { gap: 10px 16px; }
  .success-dialog { padding: 29px 23px; }
}
