/* ============ REACH OUT PAGE (v_contact) ============ */
.ro-hero {
  position: relative;
  background: var(--bg-dark);
  color: #fff;
  padding: 11rem 0 7rem;
  overflow: hidden;
}
.ro-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(to right, rgba(255,255,255,0.05) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255,255,255,0.05) 1px, transparent 1px);
  background-size: calc(100% / 12) 100%, 100% 25%;
  pointer-events: none;
  mask-image: radial-gradient(ellipse at 30% 40%, #000 0%, #000 40%, transparent 85%);
  -webkit-mask-image: radial-gradient(ellipse at 30% 40%, #000 0%, #000 40%, transparent 85%);
}
.ro-hero::before {
  content: ''; position: absolute;
  top: -200px; left: -200px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,163,0.18), transparent 70%);
  pointer-events: none;
}
.ro-hero::after {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--accent), transparent);
  opacity: 0.4;
}
.ro-hero-inner { position: relative; z-index: 2; }
.ro-hero-crumb {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.78rem; font-weight: 500;
  color: rgba(255,255,255,0.55);
  margin-bottom: 3rem;
}
.ro-hero-crumb a { color: rgba(255,255,255,0.55); transition: color .2s; border-bottom: none; }
.ro-hero-crumb a:hover { color: var(--accent); }
.ro-hero-crumb span { color: #fff; }
.ro-hero-crumb svg { color: rgba(255,255,255,0.3); }
.ro-hero-row {
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 4rem; align-items: end;
}
@media (max-width: 960px){ .ro-hero-row { grid-template-columns: 1fr; gap: 2.5rem; } }
.ro-hero-left h1 {
  font-family: var(--fontHeading);
  font-size: clamp(3.75rem, 9vw, 8.5rem);
  font-weight: 700; line-height: 0.9; letter-spacing: -0.045em;
  margin: 0 0 1.75rem;
}
.ro-hero-left h1 em {
  font-style: normal; color: var(--accent); font-weight: 700;
  position: relative; display: inline-block;
}
.ro-hero-left h1 em::after {
  content: ''; position: absolute;
  left: 0; right: 8%; bottom: 0.08em;
  height: 0.065em; background: var(--accent);
}
.ro-hero-sub {
  font-size: 1.2rem; line-height: 1.5; font-weight: 300;
  color: rgba(255,255,255,0.78);
  max-width: 46ch; margin: 0;
}
.ro-hero-right { display: flex; flex-direction: column; gap: 0.75rem; }
.ro-quick {
  display: grid; grid-template-columns: 1fr auto; align-items: center;
  padding: 1.1rem 1.25rem;
  border: 1px solid rgba(255,255,255,0.12); border-radius: 14px;
  background: rgba(255,255,255,0.02);
  transition: all .25s;
  color: inherit;
}
.ro-quick:hover {
  border-color: var(--accent);
  background: rgba(0,255,163,0.05);
  transform: translateY(-2px);
}
.ro-quick-k {
  grid-column: 1; grid-row: 1;
  font-size: 0.68rem; text-transform: uppercase; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.5); font-weight: 600;
  margin-bottom: 0.35rem;
}
.ro-quick-v {
  grid-column: 1; grid-row: 2;
  font-size: 1.05rem; font-weight: 600; color: #fff;
  letter-spacing: -0.01em;
}
.ro-quick svg {
  grid-column: 2; grid-row: 1 / 3;
  width: 18px; height: 18px; color: var(--accent);
  opacity: 0.6; transition: all .25s;
}
.ro-quick:hover svg { opacity: 1; transform: translateX(4px); }

.ro-body { background: var(--bg); padding: 0 0 7rem; position: relative; }
.ro-card {
  position: relative; z-index: 3;
  display: grid; grid-template-columns: 5fr 7fr; gap: 0;
  background: var(--bg-dark); color: #fff;
  border-radius: 28px; overflow: hidden;
  margin-top: 4rem;
  box-shadow: 0 40px 80px -40px rgba(0,0,0,0.6), 0 0 0 1px rgba(255,255,255,0.04);
}
@media (max-width: 1000px){ .ro-card { grid-template-columns: 1fr; } }
.ro-card-left {
  padding: 3.5rem 3rem;
  border-right: 1px solid rgba(255,255,255,0.08);
  position: relative; overflow: hidden;
  background:
    radial-gradient(ellipse at 0% 100%, rgba(0,255,163,0.06), transparent 60%),
    linear-gradient(180deg, #1a2125 0%, #141a1d 100%);
}
@media (max-width: 1000px){
  .ro-card-left { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.08); padding: 2.5rem 1.75rem; }
}
.ro-badge {
  display: inline-flex; align-items: center; gap: 0.55rem;
  padding: 0.45rem 0.85rem 0.45rem 0.7rem;
  border: 1px solid rgba(255,255,255,0.14); border-radius: 999px;
  font-size: 0.72rem; font-weight: 600; color: rgba(255,255,255,0.72);
  margin-bottom: 2rem;
}
.ro-badge .pulse {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 0 var(--accent);
  animation: pulse 2s infinite;
}
.ro-card-left h2 {
  font-family: var(--fontHeading);
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1.05;
  margin: 0 0 1rem;
}
.ro-card-left h2 em { font-style: normal; color: var(--accent); }
.ro-lede {
  font-size: 1.02rem; line-height: 1.55; font-weight: 300;
  color: rgba(255,255,255,0.72);
  margin: 0 0 2.5rem;
}
.ro-facts {
  margin: 0; padding: 2rem 0 0;
  border-top: 1px solid rgba(255,255,255,0.08);
  display: flex; flex-direction: column; gap: 1.5rem;
}
.ro-facts dt {
  font-size: 0.7rem; text-transform: uppercase; letter-spacing: 0.16em;
  color: rgba(255,255,255,0.45); font-weight: 600;
  margin-bottom: 0.4rem;
}
.ro-facts dd {
  margin: 0;
  font-size: 0.98rem; font-weight: 500; line-height: 1.45;
  color: rgba(255,255,255,0.9);
}
.ro-facts dd p { margin: 0; }
.ro-facts dd a { color: #fff; border-bottom: 1px solid var(--accent); padding-bottom: 1px; transition: color .2s; }
.ro-facts dd a:hover { color: var(--accent); }
.ro-glove {
  position: absolute; right: -60px; bottom: -60px;
  width: 280px; height: 280px; color: var(--accent);
  pointer-events: none;
}
.ro-glove svg { width: 100%; height: 100%; }

.ro-card-right {
  padding: 3.5rem 3rem;
  display: flex; flex-direction: column;
  background: #141a1d;
}
@media (max-width: 1000px){ .ro-card-right { padding: 2.5rem 1.75rem; } }
.ro-form-head {
  display: flex; align-items: end; justify-content: space-between;
  gap: 1rem; margin-bottom: 2rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.ro-form-head .eyebrow { margin-bottom: 0; }
.ro-form-head p { font-size: 0.82rem; color: rgba(255,255,255,0.5); margin: 0; }
.ro-field { display: flex; flex-direction: column; gap: 0.5rem; margin-bottom: 1.35rem; }
.ro-field:last-of-type { margin-bottom: 0; }
.ro-field label {
  font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.14em;
  color: rgba(255,255,255,0.58); font-weight: 600;
}
.ro-field label span[aria-hidden] { color: var(--accent); }
.ro-field label .opt {
  text-transform: none; letter-spacing: normal;
  font-weight: 400; color: rgba(255,255,255,0.35);
  margin-left: 0.25rem;
}
.ro-field input,
.ro-field textarea {
  font-family: inherit; font-size: 1rem; font-weight: 400;
  color: #fff;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 0.95rem 1rem;
  outline: none; width: 100%;
  transition: border-color .2s, background .2s, box-shadow .2s;
}
.ro-field input::placeholder,
.ro-field textarea::placeholder { color: rgba(255,255,255,0.3); }
.ro-field input:hover,
.ro-field textarea:hover { border-color: rgba(255,255,255,0.22); }
.ro-field input:focus,
.ro-field textarea:focus {
  border-color: var(--accent);
  background: rgba(0,255,163,0.04);
  box-shadow: 0 0 0 3px rgba(0,255,163,0.12);
}
.ro-field textarea { resize: vertical; min-height: 110px; }
.ro-row-2 {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
  margin-bottom: 1.35rem;
}
.ro-row-2 .ro-field { margin-bottom: 0; }
@media (max-width: 600px){ .ro-row-2 { grid-template-columns: 1fr; } }
.ro-consent {
  margin: 0.5rem 0 1.75rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255,255,255,0.08); border-radius: 10px;
  background: rgba(255,255,255,0.02);
}
.ro-consent label {
  display: flex; align-items: flex-start; gap: 0.75rem;
  font-size: 0.82rem; font-weight: 400; line-height: 1.45;
  color: rgba(255,255,255,0.7);
  text-transform: none; letter-spacing: normal;
  cursor: pointer;
}
.ro-consent input[type="checkbox"] {
  appearance: none; -webkit-appearance: none;
  flex: 0 0 18px; width: 18px; height: 18px; margin-top: 1px;
  border: 1.5px solid rgba(255,255,255,0.3); border-radius: 5px;
  background: transparent; cursor: pointer;
  display: grid; place-items: center;
  transition: all .2s;
}
.ro-consent input[type="checkbox"]:checked { background: var(--accent); border-color: var(--accent); }
.ro-consent input[type="checkbox"]:checked::after {
  content: ''; width: 5px; height: 9px;
  border: solid #0a1510; border-width: 0 2px 2px 0;
  transform: rotate(45deg) translate(-1px, -1px);
}
.ro-consent a { color: var(--accent); border-bottom: 1px solid currentColor; }
.ro-submit {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.5rem; flex-wrap: wrap;
}
.ro-submit-btn {
  padding: 1rem 2rem; font-size: 1rem; letter-spacing: -0.005em;
  min-width: 220px; justify-content: center;
}
.ro-submit-btn svg { width: 1.05em; height: 1.05em; margin-left: 0.15rem; }
.ro-reassure {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.85rem; color: rgba(255,255,255,0.6);
}
.ro-reassure svg { color: var(--accent); flex: 0 0 16px; }
.ro-sent {
  display: none;
  margin-top: 1.5rem; padding: 1rem 1.25rem;
  border-radius: 10px;
  background: rgba(0,255,163,0.06);
  border: 1px solid rgba(0,255,163,0.25);
  font-size: 0.95rem; color: #fff;
}
.ro-sent strong { display: block; color: var(--accent); font-weight: 600; margin-bottom: 0.15rem; }
.ro-sent span { color: rgba(255,255,255,0.7); font-size: 0.88rem; }
.ro-sent.show { display: block; }

.ro-trust {
  margin-top: 4rem;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
  padding: 2.5rem 2rem;
  border-top: 1px solid var(--rule);
  border-bottom: 1px solid var(--rule);
}
@media (max-width: 780px){ .ro-trust { grid-template-columns: 1fr 1fr; gap: 1.5rem 2rem; } }
.ro-trust-item {
  padding: 0 1.5rem;
  border-right: 1px solid var(--rule);
  text-align: center;
  min-width: 0;
}
.ro-trust-item:last-child { border-right: none; }
@media (max-width: 780px){
  .ro-trust-item { border-right: none; text-align: left; padding: 0 1rem; }
  .ro-trust-item:nth-child(odd) { border-right: 1px solid var(--rule); }
}
.ro-trust-k {
  font-family: var(--fontHeading);
  font-size: clamp(1.8rem, 3vw, 2.25rem);
  font-weight: 700; letter-spacing: -0.03em; line-height: 1;
  color: var(--ink);
  margin-bottom: 0.4rem;
}
.ro-trust-v { font-size: 0.82rem; font-weight: 500; color: #6b747a; }
