:root {
  --red: #c8102e;
  --red-dark: #8d0c20;
  --black: #101010;
  --text: #1d1d1f;
  --muted: #61636b;
  --line: rgba(16, 16, 16, 0.08);
  --white: #ffffff;
  --bg-a: #f7f7f8;
  --bg-b: #ebedf0;
  --shadow-lg: 0 30px 80px rgba(15, 15, 15, 0.14);
  --shadow-md: 0 16px 40px rgba(15, 15, 15, 0.10);
}

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(200, 16, 46, 0.08), transparent 26%),
    radial-gradient(circle at right center, rgba(0, 0, 0, 0.05), transparent 30%),
    linear-gradient(135deg, var(--bg-a), var(--bg-b));
  min-height: 100vh;
  position: relative;
  overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }

.bg-glow {
  position: fixed;
  inset: auto;
  width: 40rem;
  height: 40rem;
  border-radius: 999px;
  filter: blur(70px);
  pointer-events: none;
  opacity: .25;
}
.bg-glow-a { top: -12rem; right: -10rem; background: rgba(200, 16, 46, 0.18); }
.bg-glow-b { bottom: -14rem; left: -12rem; background: rgba(0, 0, 0, 0.10); }

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .05;
  background-image:
    linear-gradient(rgba(255,255,255,.7) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.7) 1px, transparent 1px);
  background-size: 24px 24px;
  mask-image: radial-gradient(circle at center, black 25%, transparent 90%);
}

.topbar {
  padding: 34px 22px 12px;
  text-align: center;
  position: relative;
  z-index: 2;
}

.brand-mini, .footer-brand, .logo-domain {
  letter-spacing: -0.04em;
}

.brand-mini {
  font-size: clamp(2rem, 3vw, 2.6rem);
  font-weight: 900;
}

.brand-red, .footer-brand span, .logo-domain span, h1 span, h2 span {
  color: var(--red);
}

.brand-black, .logo-domain strong {
  color: #111111;
}

.brand-domain, .logo-domain em {
  font-style: normal;
  font-size: .8em;
  color: #111111;
}

.topline {
  width: 96px;
  height: 3px;
  margin: 12px auto 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--red), transparent);
}

.tagline {
  margin: 0;
  color: #4c4f57;
  font-size: .92rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .28em;
}

.hero-shell {
  padding: 12px 20px 24px;
  position: relative;
  z-index: 2;
}

.hero-card {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 28px 34px;
  border: 1px solid rgba(255,255,255,0.75);
  border-radius: 34px;
  background: linear-gradient(180deg, rgba(255,255,255,0.88), rgba(255,255,255,0.72));
  box-shadow: var(--shadow-lg);
  backdrop-filter: blur(12px);
  text-align: center;
}

.orbital-wrap {
  width: min(82vw, 620px);
  aspect-ratio: 1 / 1;
  margin: 10px auto 26px;
  position: relative;
  display: grid;
  place-items: center;
}

.logo-core {
  width: 62%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #ffffff 0%, #f9f9fa 35%, #eceef1 70%, #e1e3e7 100%);
  border: 1px solid rgba(255,255,255,.95);
  box-shadow: inset 0 10px 25px rgba(255,255,255,.9), inset 0 -18px 30px rgba(0,0,0,.04), 0 20px 50px rgba(25,25,25,.10);
  display: grid;
  place-items: center;
  position: relative;
  z-index: 6;
}

.logo-mark {
  width: min(82%, 430px);
  height: auto;
  display: block;
  overflow: visible;
}

.logo-mark text {
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  text-anchor: middle;
  dominant-baseline: middle;
}

.logo-mark .logo-mark-domain {
  font-size: 62px;
  font-weight: 900;
  letter-spacing: -0.045em;
}

.logo-mark .logo-mark-brand {
  font-size: 108px;
  font-weight: 900;
  letter-spacing: -0.05em;
}

.logo-mark .logo-mark-sub {
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.04em;
}

.arc {
  position: absolute;
  left: 50%;
  width: 48%;
  height: 22%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-radius: 999px;
}

.arc-top {
  top: 14%;
  border-top-color: var(--red);
}

.arc-bottom {
  bottom: 14%;
  border-bottom-color: #111111;
}

.orbital {
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.orbital::before,
.orbital::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
}

.orbital-1 {
  animation: spin 24s linear infinite;
}
.orbital-1::before {
  inset: 5%;
  border: 12px solid rgba(255,255,255,.65);
  box-shadow: inset 0 0 24px rgba(255,255,255,.95), 0 0 30px rgba(200,16,46,.12);
}
.orbital-1::after {
  inset: 5%;
  border: 12px solid transparent;
  border-top-color: rgba(200,16,46,.95);
  border-right-color: rgba(200,16,46,.45);
  transform: rotate(22deg);
}

.orbital-2 {
  animation: spin-reverse 18s linear infinite;
}
.orbital-2::before {
  inset: 12%;
  border: 7px solid rgba(22,22,22,.12);
}
.orbital-2::after {
  inset: 12%;
  border: 7px solid transparent;
  border-bottom-color: rgba(16,16,16,.9);
  border-left-color: rgba(16,16,16,.25);
  transform: rotate(-20deg);
}

.orbital-3 {
  animation: spin 12s linear infinite;
}
.orbital-3::before {
  inset: 0;
  border: 1px dashed rgba(200,16,46,.34);
}
.orbital-3::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: radial-gradient(circle at 35% 35%, #ffffff, var(--red));
  border-radius: 50%;
  right: 16%;
  top: 18%;
  box-shadow: 0 0 18px rgba(200,16,46,.45);
}

.orbital-4 {
  animation: float 8s ease-in-out infinite;
}
.orbital-4::before {
  inset: 22%;
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 0 25px rgba(255,255,255,.9);
}
.orbital-4::after {
  inset: 27%;
  border: 2px solid rgba(200,16,46,.18);
}

.spark {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 35%, #ffffff, var(--red));
  box-shadow: 0 0 20px rgba(200,16,46,.4);
  z-index: 5;
}
.spark-1 { top: 16%; left: 14%; animation: drift 4.2s ease-in-out infinite; }
.spark-2 { right: 11%; bottom: 18%; animation: drift 5.6s ease-in-out infinite reverse; }
.spark-3 { right: 15%; top: 26%; background: radial-gradient(circle at 35% 35%, #ffffff, #111111); box-shadow: 0 0 16px rgba(0,0,0,.25); animation: drift 4.8s ease-in-out infinite; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--red);
  font-size: .88rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .22em;
}

.eyebrow::before,
.eyebrow::after {
  content: "";
  width: 56px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(200,16,46,.88), transparent);
}

h2 {
  max-width: 980px;
  margin: 20px auto 16px;
  font-size: clamp(2.35rem, 7vw, 5.5rem);
  line-height: .96;
  letter-spacing: -0.05em;
}

.lead {
  max-width: 860px;
  margin: 0 auto;
  color: var(--muted);
  font-size: clamp(1.02rem, 2vw, 1.26rem);
  line-height: 1.7;
}

.lead strong {
  color: var(--text);
}

.pill-row {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.pill {
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.8);
  border: 1px solid rgba(16,16,16,.08);
  box-shadow: var(--shadow-md);
  font-weight: 700;
  font-size: .96rem;
}

.value-grid {
  max-width: 1180px;
  margin: 0 auto;
  padding: 8px 20px 44px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  position: relative;
  z-index: 2;
}

.value-card {
  padding: 26px 24px;
  border-radius: 26px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.86);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(10px);
}

.value-card h3 {
  margin: 18px 0 10px;
  font-size: 1.24rem;
}

.value-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.icon {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  position: relative;
  border: 2px solid rgba(200,16,46,.16);
}

.icon::before,
.icon::after {
  content: "";
  position: absolute;
}

.globe::before {
  inset: 11px;
  border: 2px solid var(--red);
  border-radius: 50%;
}
.globe::after {
  inset: 18px 30px;
  border-left: 2px solid var(--red);
  border-right: 2px solid var(--red);
}

.shield::before {
  left: 18px;
  top: 10px;
  width: 28px;
  height: 34px;
  border: 2px solid var(--red);
  border-radius: 14px 14px 10px 10px;
  clip-path: polygon(50% 100%, 0 70%, 0 0, 100% 0, 100% 70%);
}
.shield::after {
  left: 25px;
  top: 28px;
  width: 14px;
  height: 8px;
  border-left: 3px solid var(--red);
  border-bottom: 3px solid var(--red);
  transform: rotate(-45deg);
}

.handshake::before,
.handshake::after {
  width: 18px;
  height: 10px;
  border: 2px solid var(--red);
  top: 28px;
  border-radius: 4px;
}
.handshake::before { left: 14px; transform: rotate(35deg); }
.handshake::after { right: 14px; transform: rotate(-35deg); }

.site-footer {
  position: relative;
  z-index: 2;
  background: linear-gradient(180deg, #131313, #060606);
  border-top: 3px solid var(--red);
  color: rgba(255,255,255,.88);
  text-align: center;
  padding: 28px 20px 34px;
}

.footer-brand {
  font-size: clamp(2rem, 3vw, 2.7rem);
  font-weight: 900;
  color: #ffffff;
}

.footer-links {
  margin: 14px 0 10px;
}

.footer-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255,255,255,.92);
  font-weight: 700;
}

.footer-links a::after {
  content: "";
  width: 40px;
  height: 2px;
  background: var(--red);
  border-radius: 999px;
}

.footer-copy {
  margin: 0;
  color: rgba(255,255,255,.55);
  font-size: .95rem;
}

.legal-body {
  display: grid;
  place-items: center;
  padding: 28px 18px;
}

.legal-wrap {
  width: min(100%, 920px);
  position: relative;
  z-index: 2;
}

.back-link {
  display: inline-flex;
  margin-bottom: 16px;
  font-weight: 700;
  color: var(--red);
}

.legal-card {
  padding: 34px 28px;
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.78));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--shadow-lg);
}

.legal-brand {
  margin-bottom: 12px;
}

.legal-card h1 {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4vw, 3rem);
}

.legal-note {
  margin: 0 0 24px;
  color: var(--muted);
  line-height: 1.7;
}

.legal-block + .legal-block {
  margin-top: 22px;
  padding-top: 22px;
  border-top: 1px solid var(--line);
}

.legal-block h2 {
  margin: 0 0 10px;
  font-size: 1.1rem;
  letter-spacing: normal;
  line-height: 1.2;
}

.legal-block p {
  margin: 0;
  color: #40424a;
  line-height: 1.8;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@keyframes spin-reverse {
  from { transform: rotate(360deg); }
  to { transform: rotate(0deg); }
}

@keyframes float {
  0%, 100% { transform: scale(1) translateY(0px); }
  50% { transform: scale(1.02) translateY(-6px); }
}

@keyframes drift {
  0%, 100% { transform: translate3d(0,0,0); }
  50% { transform: translate3d(0,-8px,0); }
}

@media (max-width: 940px) {
  .value-grid {
    grid-template-columns: 1fr;
  }

  .hero-card {
    padding: 22px 18px 26px;
    border-radius: 26px;
  }

  .tagline {
    letter-spacing: .18em;
    font-size: .78rem;
  }

  .orbital-wrap {
    width: min(92vw, 530px);
  }

  .arc {
    border-width: 8px;
  }
}

@media (max-width: 640px) {
  .topbar {
    padding-top: 24px;
  }

  .tagline {
    letter-spacing: .12em;
  }

  .hero-shell {
    padding-left: 12px;
    padding-right: 12px;
  }

  .logo-type {
    padding: 0 16px;
  }

  .orbital-1::before,
  .orbital-1::after {
    border-width: 10px;
  }

  .orbital-2::before,
  .orbital-2::after {
    border-width: 5px;
  }

  .eyebrow {
    gap: 8px;
    letter-spacing: .14em;
    font-size: .74rem;
  }

  .eyebrow::before,
  .eyebrow::after {
    width: 28px;
  }

  .pill {
    width: 100%;
  }

  .legal-card {
    padding: 24px 18px;
    border-radius: 22px;
  }
}


.logo-type h1 small {
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 820px) {
  .logo-mark {
    width: min(84%, 360px);
  }
  .logo-mark .logo-mark-domain { font-size: 56px; }
  .logo-mark .logo-mark-brand { font-size: 92px; }
  .logo-mark .logo-mark-sub { font-size: 48px; }
}

@media (max-width: 560px) {
  .logo-mark {
    width: min(86%, 300px);
  }
  .logo-mark .logo-mark-domain { font-size: 50px; }
  .logo-mark .logo-mark-brand { font-size: 78px; }
  .logo-mark .logo-mark-sub { font-size: 42px; }
}

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

.footer-links a::after {
  margin-left: 8px;
}

.cta-row {
  margin-top: 30px;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(180deg, #d31939, #a50f26);
  color: #ffffff;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -0.02em;
  border: 1px solid rgba(255,255,255,.24);
  box-shadow: 0 16px 34px rgba(200,16,46,.28);
  transition: transform .2s ease, box-shadow .2s ease, filter .2s ease;
}

.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(200,16,46,.34);
  filter: brightness(1.02);
}

.cta-button-secondary {
  background: rgba(255,255,255,.82);
  color: var(--text);
  border: 1px solid rgba(16,16,16,.10);
  box-shadow: var(--shadow-md);
}

.contact-body {
  min-height: 100vh;
}

.contact-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 18px 40px;
  position: relative;
  z-index: 2;
}

.contact-hero-card {
  padding: 34px 28px;
  border-radius: 32px;
  background: linear-gradient(180deg, rgba(255,255,255,.92), rgba(255,255,255,.80));
  border: 1px solid rgba(255,255,255,.9);
  box-shadow: var(--shadow-lg);
}

.contact-title {
  margin: 18px 0 12px;
  font-size: clamp(2.2rem, 6vw, 4.6rem);
  line-height: .97;
  letter-spacing: -0.05em;
}

.contact-title span {
  color: var(--red);
}

.contact-lead {
  max-width: 760px;
  margin: 0 0 28px;
  color: var(--muted);
  font-size: 1.06rem;
  line-height: 1.7;
}

.contact-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 18px;
}

.contact-info-card,
.contact-form-card {
  border-radius: 26px;
  background: rgba(255,255,255,.78);
  border: 1px solid rgba(255,255,255,.96);
  box-shadow: var(--shadow-md);
  padding: 24px;
}

.contact-info-card h2,
.contact-form-card h2 {
  margin: 0 0 14px;
  font-size: 1.35rem;
}

.contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.contact-list li {
  display: grid;
  gap: 6px;
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.contact-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.contact-list strong {
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--muted);
}

.contact-list a,
.contact-list span {
  font-size: 1.03rem;
  font-weight: 700;
  line-height: 1.5;
}

.form-note {
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.6;
}

.form-alert {
  padding: 14px 16px;
  border-radius: 16px;
  margin-bottom: 16px;
  font-weight: 700;
}

.form-alert-success {
  background: rgba(32, 170, 88, .12);
  color: #146338;
  border: 1px solid rgba(32, 170, 88, .22);
}

.form-alert-error {
  background: rgba(200,16,46,.10);
  color: #8d0c20;
  border: 1px solid rgba(200,16,46,.18);
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 14px;
}

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

.align-end {
  align-items: end;
}

.contact-form label {
  display: grid;
  gap: 8px;
}

.contact-form label > span {
  font-weight: 700;
  font-size: .95rem;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(16,16,16,.10);
  background: rgba(255,255,255,.92);
  padding: 15px 16px;
  font: inherit;
  color: var(--text);
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(200,16,46,.42);
  box-shadow: 0 0 0 4px rgba(200,16,46,.10);
}

.contact-form textarea {
  min-height: 180px;
  resize: vertical;
}

.checkbox-line {
  display: flex !important;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px !important;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(16,16,16,.08);
  background: rgba(255,255,255,.72);
}

.checkbox-line input {
  width: 18px;
  height: 18px;
  margin-top: 2px;
  padding: 0;
  border-radius: 4px;
}

.checkbox-line span {
  font-size: .95rem;
  line-height: 1.55;
  font-weight: 600;
}

.contact-submit {
  min-width: 240px;
}

.hp-wrap {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}

.site-footer-inner {
  margin-top: 18px;
  border-radius: 28px;
}

.legal-card a,
.contact-list a,
.back-link,
.footer-links a {
  transition: color .2s ease, opacity .2s ease;
}

.legal-card a:hover,
.contact-list a:hover,
.back-link:hover,
.footer-links a:hover {
  color: var(--red);
}

@media (max-width: 980px) {
  .contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .contact-hero-card {
    padding: 24px 18px;
    border-radius: 24px;
  }

  .two-col {
    grid-template-columns: 1fr;
  }

  .footer-links {
    gap: 12px;
  }

  .site-footer-inner {
    border-radius: 22px;
  }
}


.turnstile-box {
  display: grid;
  gap: 10px;
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(16,16,16,.08);
  background: rgba(255,255,255,.78);
}

.turnstile-label {
  font-weight: 800;
  font-size: .95rem;
}

.mini-note-box {
  margin-top: 20px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  border: 1px solid rgba(200,16,46,.12);
  background: linear-gradient(180deg, rgba(200,16,46,.06), rgba(255,255,255,.75));
}

.mini-note-box strong {
  display: inline-block;
  margin-bottom: 8px;
  font-size: .85rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: var(--red);
}

.mini-note-box p {
  margin: 0;
  line-height: 1.65;
  color: var(--muted);
}

.legal-intro {
  margin: -2px 0 22px;
  color: var(--muted);
  line-height: 1.7;
}

.legal-footer {
  margin-top: 18px;
}

.checkbox-line a {
  color: var(--red);
  text-decoration: underline;
  text-underline-offset: 2px;
}
