:root {
  --bg: #f8fafc;
  --surface: #ffffff;
  --surface-soft: #fbfcfe;
  --line: #e7edf3;
  --text: #16253a;
  --muted: #66768a;
  --accent: #d63731;
  --accent-dark: #b82e29;
  --shadow: 0 18px 48px rgba(22, 37, 58, 0.08);
  --shadow-soft: 0 24px 64px rgba(22, 37, 58, 0.06);
  --radius: 18px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  background:
    radial-gradient(circle at 0% 18%, rgba(214, 55, 49, 0.08), transparent 24%),
    radial-gradient(circle at 100% 0%, rgba(214, 55, 49, 0.06), transparent 18%),
    var(--bg);
  color: var(--text);
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

.site-wrap {
  width: 100%;
  margin: 0;
  padding: 0;
}

.topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 42px 10px;
  background: #ffffff;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-link {
  text-decoration: none;
}

.brand-left {
  flex: 0 0 auto;
}

.brand-right {
  justify-content: flex-end;
}

.brand-logo-left {
  width: 250px;
  height: auto;
}

.brand-mark {
  width: 70px;
  height: auto;
  opacity: 0.88;
}

.section-label,
.metric-title,
.contact-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.75rem;
  font-weight: 700;
  color: var(--accent);
}

.brand-title {
  font-size: 2rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--accent);
}

.hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 0;
  align-items: center;
  background: linear-gradient(180deg, #fcfdfe 0%, #f8fafc 100%);
  min-height: 640px;
  overflow: hidden;
}

.hero-copy {
  position: relative;
  z-index: 2;
  padding: 58px 36px 48px 50px;
}

.hero-dots {
  position: absolute;
  left: 8px;
  top: 132px;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 8px);
  gap: 10px;
}

.hero-dots span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(22, 37, 58, 0.12);
}

.hero-copy h1,
.content-block h2,
.contact-copy h2 {
  margin: 12px 0 0;
  line-height: 1.04;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  font-size: clamp(2.6rem, 4.6vw, 4.1rem);
  max-width: 11ch;
}

.hero-text,
.contact-copy p,
.feature-list,
.steps-list,
.intro-strip p {
  color: var(--muted);
  line-height: 1.7;
}

.hero-text {
  max-width: 30rem;
  margin: 20px 0 0;
  font-size: 0.98rem;
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 52px;
  padding: 0 22px;
  text-decoration: none;
  font-weight: 700;
  transition: 0.2s ease;
  border-radius: 14px;
}

.button-primary {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 14px 32px rgba(214, 55, 49, 0.22);
}

.button-primary:hover {
  background: var(--accent-dark);
}

.button-secondary {
  border: 1.5px solid rgba(214, 55, 49, 0.32);
  background: #ffffff;
  color: var(--accent);
}

.button-secondary:hover {
  border-color: rgba(214, 55, 49, 0.48);
  background: rgba(214, 55, 49, 0.04);
}

.button-icon {
  display: inline-flex;
  width: 18px;
  height: 18px;
}

.button-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.hero-media {
  position: relative;
  height: 100%;
  min-height: 640px;
  overflow: hidden;
}

.hero-media::before {
  content: none;
}

.hero-media-shell {
  position: relative;
  height: 100%;
  overflow: visible;
  border-radius: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.14) 16%, rgba(0, 0, 0, 0.26) 24%, rgba(0, 0, 0, 0.42) 34%, rgba(0, 0, 0, 0.62) 46%, rgba(0, 0, 0, 0.8) 58%, rgba(0, 0, 0, 0.92) 68%, #000 78%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, rgba(0, 0, 0, 0.05) 10%, rgba(0, 0, 0, 0.14) 16%, rgba(0, 0, 0, 0.26) 24%, rgba(0, 0, 0, 0.42) 34%, rgba(0, 0, 0, 0.62) 46%, rgba(0, 0, 0, 0.8) 58%, rgba(0, 0, 0, 0.92) 68%, #000 78%, #000 100%);
}

.intro-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  padding: 28px 50px 38px;
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.metric-card {
  display: flex;
  align-items: center;
  gap: 18px;
  background: var(--surface);
  padding: 24px 20px;
  border: 1px solid rgba(231, 237, 243, 0.9);
  border-radius: 18px;
  box-shadow: var(--shadow-soft);
}

.metric-icon {
  flex: 0 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, rgba(214, 55, 49, 0.08), rgba(214, 55, 49, 0.04));
  color: var(--accent);
}

.metric-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

.metric-copy {
  min-width: 0;
}

.metric-copy .metric-title {
  display: block;
  margin: 0 0 8px;
}

.intro-strip p {
  margin: 0;
  font-size: 0.98rem;
  line-height: 1.55;
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  padding: 0 50px 28px;
  background: #ffffff;
}

.content-block,
.contact-panel,
.footer {
  background: var(--surface);
}

.content-block {
  padding: 42px 30px 20px;
  border-right: 1px solid var(--line);
}

.content-block:last-child {
  border-right: 0;
}

.content-block h2 {
  font-size: 2.1rem;
  max-width: 15ch;
}

.feature-list,
.steps-list {
  margin: 30px 0 0;
  padding-left: 0;
  list-style: none;
}

.feature-list li {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.list-icon {
  display: inline-flex;
  width: 24px;
  height: 24px;
  color: var(--accent);
}

.list-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.steps-list li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  margin-bottom: 20px;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.step-number {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(214, 55, 49, 0.12), rgba(214, 55, 49, 0.04));
  color: var(--accent);
  font-weight: 800;
}

.content-block .section-label::after {
  content: "";
  display: block;
  width: 42px;
  height: 3px;
  margin-top: 18px;
  background: var(--accent);
}

.contact-panel {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 36px;
  padding: 34px 50px 26px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.contact-copy h2 {
  font-size: 2.1rem;
  max-width: 16ch;
}

.contact-copy p:last-child {
  margin-top: 22px;
  max-width: 26rem;
  color: var(--muted);
  font-size: 0.98rem;
  line-height: 1.7;
}

.contact-details {
  display: grid;
  gap: 10px;
}

.contact-item {
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid rgba(231, 237, 243, 0.95);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
}

.contact-icon {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(214, 55, 49, 0.12), rgba(214, 55, 49, 0.04));
  color: var(--accent);
}

.contact-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-content {
  min-width: 0;
}

.contact-content .contact-label {
  display: block;
  margin-bottom: 6px;
}

.contact-values {
  display: grid;
  gap: 4px;
}

.contact-item a,
.contact-content span:last-child {
  display: block;
  text-decoration: none;
  color: var(--text);
  font-size: 1rem;
  line-height: 1.5;
}

.footer {
  padding: 18px 50px 18px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, #ffffff 0%, #fbfcfe 100%);
}

.footer-header p {
  margin: 0 0 16px;
  color: var(--muted);
  font-weight: 600;
}

.footer-logos {
  display: grid;
  grid-template-columns: repeat(9, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
  padding-bottom: 14px;
}

.footer-logos img {
  width: 100%;
  max-height: 34px;
  object-fit: contain;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.footer-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.footer-bottom p {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
}

.footer-credit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 0.82rem;
  white-space: nowrap;
}

.footer-credit::before {
  content: "·";
  color: var(--muted);
  opacity: 0.65;
}

.footer-credit a {
  display: inline-flex;
  align-items: center;
  opacity: 0.82;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.footer-credit a:hover {
  opacity: 1;
  transform: translateY(-1px);
}

.footer-credit img {
  width: 78px;
  max-height: 45px;
  height: auto;
  object-fit: contain;
  display: block;
}

.footer-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.footer-links a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.88rem;
}

.legal-page {
  padding: 24px 50px 40px;
  background: linear-gradient(180deg, #fcfdfe 0%, #ffffff 100%);
}

.legal-hero {
  padding: 24px 0 18px;
}

.legal-hero h1 {
  margin: 12px 0 0;
  font-size: clamp(2.3rem, 4vw, 3.5rem);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: var(--text);
}

.legal-meta {
  margin: 16px 0 0;
  color: var(--muted);
  font-size: 0.98rem;
}

.legal-card {
  background: var(--surface);
  border: 1px solid rgba(231, 237, 243, 0.9);
  border-radius: 20px;
  box-shadow: var(--shadow-soft);
  padding: 30px;
}

.legal-intro {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--line);
}

.legal-intro p {
  margin: 0 0 8px;
  color: var(--text);
}

.legal-section {
  padding-top: 22px;
}

.legal-section h2 {
  margin: 0 0 14px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: var(--text);
}

.legal-section h3 {
  margin: 18px 0 10px;
  font-size: 1.08rem;
  color: var(--accent);
}

.legal-section p,
.legal-section li {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.8;
}

.legal-section p {
  margin: 0 0 14px;
}

.legal-section ul {
  margin: 0;
  padding-left: 22px;
}

.footer-bottom-legal {
  border-top: 0;
  padding-top: 0;
}

.accessibility-badge {
  width: 40px;
  height: 40px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(102, 118, 138, 0.28);
  border-radius: 50%;
  color: var(--muted);
}

.accessibility-badge svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

@media (max-width: 1080px) {
  .topbar {
    padding: 16px 24px 10px;
  }

  .hero {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-copy {
    padding: 32px 24px;
  }

  .hero-dots {
    display: none;
  }

  .hero-media,
  .hero-media img {
    min-height: 320px;
  }

  .hero-media::before {
    display: none;
  }

  .hero-media-shell {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .intro-strip,
  .content-grid,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .content-grid {
    padding: 0;
  }

  .contact-panel {
    padding: 28px 24px 18px;
  }

  .content-block {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .content-grid .content-block:last-child {
    border-bottom: 0;
  }

  .footer-logos {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .footer-credit::before {
    display: none;
  }

  .legal-page {
    padding: 18px 24px 28px;
  }

  .legal-card {
    padding: 20px;
  }
}

@media (max-width: 720px) {
  .site-wrap {
    width: 100%;
  }

  .topbar,
  .content-block,
  .contact-panel,
  .footer {
    padding: 18px;
  }

  .topbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-left,
  .brand-right {
    width: 100%;
  }

  .brand-right {
    justify-content: flex-start;
  }

  .brand-logo-left {
    width: min(100%, 260px);
  }

  .hero-copy {
    padding: 24px 18px;
  }

  .intro-strip {
    padding: 20px 18px 28px;
    gap: 14px;
  }

  .metric-card {
    padding: 18px;
    align-items: flex-start;
  }

  .content-block {
    padding: 28px 18px 12px;
  }

  .content-block h2 {
    font-size: 2.2rem;
    max-width: none;
  }

  .feature-list li,
  .steps-list li {
    font-size: 1rem;
    gap: 14px;
  }

  .contact-copy h2 {
    font-size: 2.2rem;
    max-width: none;
  }

  .contact-copy p:last-child,
  .contact-item a,
  .contact-content span:last-child {
    font-size: 1rem;
  }

  .contact-item {
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }

  .brand-mark {
    width: 60px;
  }

  .brand-title {
    font-size: 1.7rem;
  }

  .hero-copy h1 {
    max-width: none;
  }

  .hero-text {
    max-width: none;
    font-size: 1.02rem;
  }

  .footer-logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-links {
    gap: 14px;
    flex-wrap: wrap;
  }

  .legal-page {
    padding: 18px;
  }
}
