:root {
  --ink: #101a2b;
  --muted: #657084;
  --line: #e5e9f0;
  --soft: #f5f7fa;
  --red: #e1242f;
  --red-dark: #bd1520;
  --white: #fff;
  --navy: #111c31;
  --radius: 20px;
  --shadow: 0 20px 55px rgba(16, 26, 43, .08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); 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%; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.92); border-bottom: 1px solid rgba(229,233,240,.8); backdrop-filter: blur(14px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand img { width: 108px; height: 64px; object-fit: contain; }
.nav { display: flex; align-items: center; gap: 28px; }
.nav a { font-size: .92rem; font-weight: 650; text-decoration: none; }
.nav > a:not(.button):hover { color: var(--red); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 9px 13px; font: inherit; font-weight: 700; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 24px; border: 1px solid var(--red); border-radius: 12px; color: #fff; background: var(--red); font-weight: 750; text-decoration: none; box-shadow: 0 12px 28px rgba(225,36,47,.18); transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); background: var(--red-dark); }
.button-small { min-height: 42px; padding-inline: 18px; }
.button-secondary { border-color: var(--line); color: var(--ink); background: #fff; box-shadow: none; }
.button-secondary:hover { background: var(--soft); }
.hero { padding: 96px 0 104px; overflow: hidden; }
.hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; gap: 76px; }
.eyebrow { margin: 0 0 18px; color: var(--red); font-size: .76rem; font-weight: 850; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; font-size: clamp(3.2rem, 7.2vw, 6.6rem); line-height: .96; letter-spacing: -.065em; }
h1 span { color: var(--red); }
.hero-copy { max-width: 690px; margin-bottom: 34px; color: var(--muted); font-size: clamp(1.03rem, 1.6vw, 1.24rem); }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-mark { position: relative; display: grid; place-items: center; min-height: 420px; }
.hero-mark::before { position: absolute; width: 460px; height: 460px; border-radius: 50%; background: radial-gradient(circle, rgba(225,36,47,.1), rgba(225,36,47,0) 70%); content: ""; }
.hero-mark img { position: relative; width: min(390px, 90%); border-radius: 24px; filter: drop-shadow(0 28px 30px rgba(16,26,43,.12)); }
.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-heading { max-width: 720px; margin: 0 auto 50px; text-align: center; }
.section-heading.left { margin: 0; text-align: left; }
h2 { margin-bottom: 18px; font-size: clamp(2.3rem, 4vw, 4rem); line-height: 1.03; letter-spacing: -.045em; }
.section-heading > p:last-child, .business p, .feature-list p { color: var(--muted); }
.cards { display: grid; gap: 22px; }
.cards-three { grid-template-columns: repeat(3, 1fr); }
.card { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 1px 0 rgba(16,26,43,.02); transition: transform .2s, box-shadow .2s, border-color .2s; }
.card:hover { transform: translateY(-5px); border-color: #d7dce5; box-shadow: var(--shadow); }
.card-number { display: inline-grid; place-items: center; width: 42px; height: 42px; margin-bottom: 30px; border-radius: 50%; color: var(--red); background: #fff0f1; font-size: .75rem; font-weight: 850; }
.card h3 { margin-bottom: 12px; font-size: 1.75rem; }
.card p { min-height: 78px; color: var(--muted); }
.card ul { min-height: 132px; padding-left: 19px; color: #3e495b; }
.card a, .text-link { color: var(--red); font-weight: 800; text-decoration: none; }
.card a span, .text-link span { display: inline-block; margin-left: 4px; transition: transform .2s; }
.card a:hover span, .text-link:hover span { transform: translateX(4px); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: start; }
.feature-list { border-top: 1px solid #dce1e8; }
.feature-list article { display: grid; grid-template-columns: 52px 1fr; gap: 22px; padding: 27px 0; border-bottom: 1px solid #dce1e8; }
.feature-list article > span { color: var(--red); font-size: .78rem; font-weight: 850; }
.feature-list h3 { margin-bottom: 4px; font-size: 1.2rem; }
.feature-list p { margin-bottom: 0; }
.business { display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 60px; padding: 62px; border-radius: 28px; color: #fff; background: var(--navy); box-shadow: 0 28px 70px rgba(17,28,49,.18); }
.business h2 { max-width: 800px; }
.business p { max-width: 760px; margin-bottom: 0; color: #bfc7d5; }
.eyebrow-light { color: #ff6d76; }
.button-light { border-color: #fff; color: var(--navy); background: #fff; box-shadow: none; white-space: nowrap; }
.contact { display: grid; grid-template-columns: .78fr 1.22fr; gap: 70px; align-items: start; }
.contact-details { display: grid; gap: 16px; margin-top: 38px; }
.contact-details p { margin: 0; color: var(--muted); }
.contact-details strong { color: var(--ink); }
.contact-details a { color: var(--red); font-weight: 750; text-decoration: none; }
.contact-card { padding: 42px; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h3 { margin-bottom: 6px; font-size: 1.55rem; }
.form-intro { margin-bottom: 28px; color: var(--muted); }
.contact-form { display: grid; gap: 20px; }
.form-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink); font-size: .88rem; font-weight: 750; }
.contact-form label > span[aria-hidden="true"] { color: var(--red); }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid #d9dee7; border-radius: 11px; padding: 12px 14px; color: var(--ink); background: #fff; font: inherit; font-weight: 500; outline: none; transition: border-color .2s, box-shadow .2s; }
.contact-form input, .contact-form select { min-height: 48px; }
.contact-form textarea { resize: vertical; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--red); box-shadow: 0 0 0 4px rgba(225,36,47,.1); }
.contact-form .consent { display: grid; grid-template-columns: 20px 1fr; align-items: start; gap: 10px; color: var(--muted); font-size: .78rem; font-weight: 500; }
.contact-form .consent input { width: 18px; min-height: 18px; margin: 2px 0 0; padding: 0; accent-color: var(--red); }
.contact-form .consent a { color: var(--red); font-weight: 750; }
.form-submit { border: 0; cursor: pointer; font: inherit; }
.website-field { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.form-message { margin-bottom: 22px; padding: 13px 15px; border-radius: 10px; font-size: .9rem; font-weight: 700; }
.form-message.success { color: #17643b; background: #e9f8ef; }
.form-message.error { color: #9f1d25; background: #fff0f1; }
footer { padding: 34px 0; border-top: 1px solid var(--line); }
.footer-wrap { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.footer-wrap img { width: 105px; max-height: 98px; object-fit: contain; object-position: left center; }
.footer-wrap p { margin: 0; color: var(--muted); font-size: .86rem; }
.footer-link { color: var(--muted); font-size: .82rem; font-weight: 700; text-decoration: none; }
.footer-link:hover { color: var(--red); }

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .nav { position: absolute; top: 72px; right: 20px; left: 20px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; border: 1px solid var(--line); border-radius: 15px; background: #fff; box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: 12px; }
  .hero { padding-top: 72px; }
  .hero-grid, .split, .contact { grid-template-columns: 1fr; gap: 55px; }
  .hero-mark { min-height: 300px; }
  .hero-mark img { width: 290px; }
  .cards-three { grid-template-columns: 1fr; }
  .card p, .card ul { min-height: auto; }
  .business { grid-template-columns: 1fr; align-items: start; padding: 45px; }
  .contact { grid-template-columns: 1fr; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px, 1160px); }
  .nav-wrap { min-height: 72px; }
  .brand img { width: 92px; height: 58px; }
  .hero { padding: 55px 0 70px; }
  h1 { font-size: clamp(2.75rem, 14vw, 4.2rem); }
  .hero-mark { display: none; }
  .section { padding: 72px 0; }
  .card { padding: 28px; }
  .business { padding: 32px 25px; border-radius: 20px; }
  .contact-card { padding: 28px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-wrap { flex-direction: column; align-items: flex-start; }
  .actions .button { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
