/* ============================================================
   RevvOn Autosports — Homepage Styles
   ============================================================ */

@import './variables.css';

/* ── Hero ────────────────────────────────────────────────────── */
.hero {
  display: flex; flex-direction: column;
  padding: calc(var(--topbar-h) + var(--nav-h) + 24px) var(--page-px) 80px;
  position: relative; overflow: hidden;
}

.hero-bg {
  position: absolute; inset: 0;
  background: transparent;
}
.hero-bg::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 220px;
  background: linear-gradient(to bottom, transparent 0%, #111110 100%);
  pointer-events: none;
}

/* Tachometer ring SVG sits behind content via absolute positioning */
.hero-ring {
  position: absolute; right: -20px; top: 50%;
  transform: translateY(-50%);
  width: 720px; height: 720px;
  pointer-events: none; opacity: 0.5;
}

.hero-content {
  width: 100%;
  position: relative; z-index: 2;
  display: flex; flex-direction: column; align-items: center;
  text-align: center;
}

.hero-logo-wrap {
  display: flex; flex-direction: column; align-items: center;
  animation: fadeUp 0.7s 0.1s both;
}
.hero-logo {
  max-width: min(520px, 70vw);
  height: auto;
  display: block;
  filter: drop-shadow(0 8px 40px rgba(200,60,0,.25));
}
.hero-tagline {
  font-family: var(--sans);
  font-size: clamp(13px, 1.8vw, 20px);
  font-weight: 700; letter-spacing: 5px;
  text-transform: uppercase; color: var(--muted);
  margin-top: 20px;
  animation: fadeUp 0.7s 0.3s both;
}

.brand-stripe {
  width: 100%; height: 3px;
  background: var(--grad-full);
  margin-bottom: 36px;
  position: relative;
  animation: fadeUp 0.6s 0.1s both;
}
.brand-stripe-label {
  position: absolute; right: 0; top: -22px;
  font-family: var(--sans);
  font-size: 10px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--muted);
}

.hero-h1 {
  font-family: var(--sans);
  font-size: clamp(72px, 10vw, 148px);
  font-weight: 900; line-height: 0.88;
  text-transform: uppercase; letter-spacing: -3px;
  margin-bottom: 28px;
  animation: fadeUp 0.7s 0.25s both;
}
.hero-h1 .l1 { display: block; color: var(--white); }
.hero-h1 .l2 {
  display: block; font-style: italic;
  background: var(--grad-short);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-h1 .l3 {
  display: block;
  font-size: 0.28em; font-weight: 700; letter-spacing: 8px;
  font-style: normal; color: var(--muted);
  -webkit-text-fill-color: var(--muted);
  margin-top: 12px;
}

.hero-copy {
  font-size: 15px; color: var(--muted); line-height: 1.8;
  max-width: 440px; margin-bottom: 20px;
  animation: fadeUp 0.8s 0.4s both;
}

.hero-ctas {
  display: flex; gap: 16px; flex-wrap: wrap;
  animation: fadeUp 0.8s 0.55s both;
}

.hero-scroll {
  position: absolute; right: var(--page-px); bottom: 48px;
  display: flex; flex-direction: column; align-items: center; gap: 12px;
  z-index: 2;
}
.hero-scroll-txt {
  font-size: 9px; letter-spacing: 4px; text-transform: uppercase;
  color: var(--faint); writing-mode: vertical-rl;
}
.hero-scroll-line {
  width: 1px; height: 60px;
  background: linear-gradient(to bottom, var(--yellow), transparent);
  animation: scrollPulse 2s ease-in-out infinite;
}
@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; }
  50%       { opacity: 1; }
}

.hero-bottom {
  position: relative; z-index: 2;
  padding: 20px 0 28px;
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--border);
  animation: fadeUp 0.6s 0.7s both;
}
.hero-stat { text-align: center; }
.hero-stat-n {
  font-family: var(--sans); font-size: 36px; font-weight: 900; line-height: 1;
  background: var(--grad-short);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.hero-stat-l {
  font-family: var(--sans);
  font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--muted);
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: none; }
}

/* ── Catalogue ──────────────────────────────────────────────── */
.cat { padding: 40px var(--page-px) var(--sp-2xl); background: transparent; }

/* ── Filter hero ────────────────────────────────────────────── */
.filter-hero {
  text-align: left;
  margin-bottom: 28px;
}
.filter-hero .sec-tag {
  justify-content: flex-start;
}
.filter-hero-title {
  font-family: var(--sans);
  font-size: clamp(28px, 4vw, 52px);
  font-weight: 900; text-transform: uppercase;
  letter-spacing: -0.5px; line-height: 1;
  color: var(--white); margin-bottom: 40px;
}
.filter-hero-title em {
  font-style: italic;
  background: var(--grad-short);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.filter-pill {
  display: flex; align-items: stretch;
  background: var(--card);
  border-radius: 60px;
  border: 1px solid var(--border);
  max-width: 820px; margin: 0 auto;
  padding: 8px 8px 8px 0;
}
.filter-field {
  flex: 1; display: flex; flex-direction: column;
  padding: 12px 28px; cursor: pointer;
}
.filter-lbl {
  font-family: var(--sans); font-size: 10px; font-weight: 800;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--orange); margin-bottom: 5px;
}
.filter-sel {
  background: transparent; border: none; outline: none;
  font-family: var(--sans); font-size: 17px; font-weight: 700;
  color: var(--white); cursor: pointer; appearance: none; width: 100%;
}
.filter-sel option { background: var(--surface); color: var(--white); }
.filter-divider {
  width: 1px; background: var(--border);
  margin: 10px 0; flex-shrink: 0;
}
.filter-search {
  width: 60px; height: 60px; border-radius: 50%;
  background: var(--grad-short); border: none;
  color: var(--black); cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; align-self: center; margin-right: 2px;
  transition: opacity var(--t-normal), transform var(--t-fast);
  position: relative;
}
.filter-search:hover { opacity: 0.85; transform: scale(1.06); }
.filter-search-count {
  position: absolute; top: -2px; right: -2px;
  min-width: 20px; height: 20px; border-radius: 10px;
  padding: 0 5px;
  background: var(--black); color: var(--yellow);
  font-family: var(--sans); font-size: 10px; font-weight: 800;
  display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--border);
}

/* ── Status tabs ────────────────────────────────────────────── */
.status-tabs {
  display: flex; gap: 12px;
  margin-bottom: 8px;
}
.status-tab {
  font-family: var(--sans); font-size: 13px; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  padding: 10px 28px; border-radius: 40px;
  border: 1.5px solid var(--border);
  background: transparent; color: var(--muted);
  cursor: pointer;
  transition: background var(--t-normal), color var(--t-normal), border-color var(--t-normal);
}
.status-tab:hover {
  border-color: var(--orange); color: var(--white);
}
.status-tab--active {
  background: var(--grad-short); border-color: transparent;
  color: var(--black);
}

/* ── Load more ──────────────────────────────────────────────── */
.load-more-wrap {
  display: flex; justify-content: center;
  margin-top: 48px;
}
.load-more-btn {
  font-family: var(--sans); font-size: 13px; font-weight: 800;
  letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--white); background: transparent;
  border: 1px solid var(--border);
  padding: 16px 56px; cursor: pointer;
  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
  transition: background var(--t-normal), border-color var(--t-normal), color var(--t-normal);
}
.load-more-btn:hover {
  background: var(--grad-short);
  border-color: transparent;
  color: var(--black);
}

/* ── Car Grid ────────────────────────────────────────────────── */
.car-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
}

/* ── Car Card ────────────────────────────────────────────────── */
.car-card {
  background: var(--card); border: 1px solid var(--border);
  text-decoration: none; color: inherit;
  position: relative; display: flex; flex-direction: column;
  transition: border-color var(--t-normal), transform var(--t-normal);
}
.car-card:hover { border-color: rgba(245,163,0,.35); transform: translateY(-3px); }

.cc-badge {
  position: absolute; top: 0; left: 0;
  font-family: var(--sans); font-size: 9px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--black);
  padding: 5px 12px; z-index: 2;
}
.cc-badge--destaque  { background: var(--yellow); }
.cc-badge--novo      { background: var(--red); color: var(--white); }
.cc-badge--premium   { background: var(--orange); }
.cc-badge--sold      { background: var(--red); color: var(--white); }
.cc-badge--reserved  { background: var(--panel); color: var(--muted); border: 1px solid var(--border); }
.cc-badge--breve     { background: var(--grad-short); color: var(--black); }

.cc-vis {
  min-height: 190px;
  display: flex; align-items: center; justify-content: center;
  background: var(--deep); position: relative; overflow: hidden;
}
.cc-vis::after {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at 50% 65%, rgba(200,80,0,.1) 0%, transparent 70%);
}
.cc-em { font-size: 80px; position: relative; z-index: 1; }
.cc-breve {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  display: flex; align-items: center; justify-content: center;
}
.cc-breve span {
  font-family: var(--sans); font-size: 22px; font-weight: 900;
  text-transform: uppercase; letter-spacing: 4px;
  background: var(--grad-short);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cc-img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; z-index: 1; }

.cc-arrow {
  position: absolute; top: 50%; transform: translateY(-50%);
  z-index: 3;
  background: rgba(0,0,0,0.55); border: none;
  color: #fff; font-size: 28px; line-height: 1;
  width: 34px; height: 52px;
  cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity var(--t-normal), background var(--t-normal);
  padding: 0;
}
.cc-arrow--prev { left: 0; }
.cc-arrow--next { right: 0; }
.cc-vis:hover .cc-arrow { opacity: 1; }
.cc-arrow:hover { background: rgba(245,163,0,0.75); color: #000; }

.cc-img-count {
  position: absolute; bottom: 7px; right: 9px;
  z-index: 3;
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  color: #fff;
  background: rgba(0,0,0,0.55);
  padding: 2px 8px; border-radius: 10px;
  pointer-events: none;
  opacity: 0;
  transition: opacity var(--t-normal);
}
.cc-vis:hover .cc-img-count { opacity: 1; }

.cc-body {
  padding: 18px 20px 16px;
  display: flex; flex-direction: column; gap: 10px; flex: 1;
}
.cc-name {
  font-family: var(--sans); font-size: 17px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.3px; line-height: 1.15; color: var(--white);
}
.cc-specs {
  display: flex; gap: 14px;
  font-family: var(--sans); font-size: 13px; font-weight: 600;
  color: var(--muted); letter-spacing: 0.3px;
}
.cc-specs span { display: flex; align-items: center; gap: 5px; }

.cc-foot {
  display: flex; align-items: center; justify-content: space-between;
  padding-top: 12px; border-top: 1px solid var(--border); margin-top: auto;
}
.cc-price {
  font-family: var(--sans); font-size: 32px; font-weight: 900;
  background: var(--grad-short);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cc-more {
  font-family: var(--sans); font-size: 12px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
  transition: color var(--t-normal);
}
.car-card:hover .cc-more { color: var(--white); }


/* ── Services ───────────────────────────────────────────────── */
.services { padding: var(--sp-2xl) var(--page-px); background: transparent; }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px;
  background: var(--border);
}

.srv-card {
  background: var(--card);
  padding: 44px 36px;
  position: relative; overflow: hidden;
  transition: background var(--t-normal);
  cursor: pointer;
}
.srv-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px;
  background: var(--grad-short);
  transform: scaleX(0); transition: transform var(--t-slow); transform-origin: left;
}
.srv-card:hover { background: var(--panel); }
.srv-card:hover::before { transform: scaleX(1); }

.srv-icon {
  width: 64px; height: 64px; border-radius: 50%;
  background: var(--panel); border: 1px solid var(--border);
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 28px;
  background: linear-gradient(135deg, rgba(245,163,0,.1) 0%, rgba(200,16,16,.1) 100%);
  color: var(--yellow);
  transition: background var(--t-normal), color var(--t-normal);
}
.srv-card:hover .srv-icon { background: var(--grad-short); color: var(--black); }

.srv-title {
  font-family: var(--sans); font-size: 22px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.5px;
  color: var(--white); margin-bottom: 16px; line-height: 1.2;
}

.srv-body {
  font-size: 15px; color: var(--muted); line-height: 1.8;
  margin-bottom: 28px;
}

.srv-list {
  list-style: none; display: flex; flex-direction: column; gap: 10px;
}
.srv-list li {
  font-family: var(--sans); font-size: 14.5px; font-weight: 600;
  color: rgba(242, 238, 230, 0.88); letter-spacing: 0.3px;
  padding-left: 20px; position: relative;
}
.srv-list li::before {
  content: ''; position: absolute; left: 0; top: 7px;
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--grad-short);
}

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

/* ── About ──────────────────────────────────────────────────── */
.about { padding: var(--sp-2xl) var(--page-px); }
.about-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-txt { font-size: 16px; color: var(--muted); line-height: 1.85; margin-bottom: 40px; }
.about-txt p + p { margin-top: 18px; }

.brand-bar {
  height: 4px; background: var(--grad-full); margin: 40px 0;
}

.about-nums { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; margin-bottom: 48px; }
.an { background: var(--deep); padding: 36px 28px; border: 1px solid var(--border); }
.an-v {
  font-family: var(--sans); font-size: 50px; font-weight: 900;
  font-style: italic; line-height: 1; display: block; margin-bottom: 4px;
  background: var(--grad-short);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.an-l {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
}

.pillars { display: flex; flex-direction: column; }
.pillar {
  padding: 28px 0; border-bottom: 1px solid var(--border);
  display: grid; grid-template-columns: 40px 1fr; gap: 20px; align-items: start;
  position: relative;
}
.pillar:first-child { border-top: 1px solid var(--border); }
.pillar::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 2px; background: var(--grad-short);
  transform: scaleY(0); transition: transform 0.3s; transform-origin: bottom;
}
.pillar:hover::before { transform: scaleY(1); }
.p-idx {
  font-family: var(--sans); font-size: 18px; font-weight: 900; font-style: italic;
  background: var(--grad-short);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
}
.p-title { font-family: var(--sans); font-size: 18px; font-weight: 800; text-transform: uppercase; margin-bottom: 6px; }
.p-body  { font-size: 15px; color: var(--muted); line-height: 1.75; }

/* ── Contact ────────────────────────────────────────────────── */
.contact { padding: var(--sp-2xl) var(--page-px); background: transparent; }
.contact-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 80px; margin-top: 60px; }
.c-info { display: flex; flex-direction: column; }
.ci { padding: 28px 0; border-bottom: 1px solid var(--border); }
.ci:first-child { border-top: 1px solid var(--border); }
.ci-lbl {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--yellow); margin-bottom: 6px;
}
.ci-val { font-family: var(--sans); font-size: 18px; font-weight: 700; line-height: 1.4; }

.soc { margin-top: 40px; }
.soc-lbl {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--muted); margin-bottom: 14px;
}
.soc-links { display: flex; gap: 8px; }
.soc-a {
  font-family: var(--sans); font-size: 10px; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: var(--muted);
  text-decoration: none; padding: 8px 16px;
  border: 1px solid var(--border);
  transition: color var(--t-normal), border-color var(--t-normal), background var(--t-normal);
}
.soc-a:hover { color: var(--yellow); border-color: rgba(245,163,0,.4); background: rgba(245,163,0,.05); }

.cform { display: flex; flex-direction: column; gap: 20px; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field label {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase; color: var(--muted);
}
.field input,
.field select,
.field textarea {
  background: var(--card); border: 1px solid var(--border);
  color: var(--white); padding: 13px 16px;
  font-family: var(--sans); font-size: 16px; font-weight: 400;
  outline: none; transition: border-color var(--t-normal); width: 100%;
}
.field input:focus,
.field select:focus,
.field textarea:focus { border-color: var(--yellow); }
.field select { appearance: none; cursor: pointer; }
.field select option { background: var(--card); }
.field textarea { resize: none; height: 100px; }
.field input::placeholder,
.field textarea::placeholder { color: var(--faint); }
.fr2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }

.field-opt {
  font-weight: 400; font-size: 10px; letter-spacing: 1px;
  color: var(--faint); text-transform: none;
}

.checkboxes {
  display: flex; flex-direction: column; gap: 12px;
  padding: 4px 0;
}
.chk {
  display: flex; align-items: center; gap: 12px;
  cursor: pointer;
}
.chk input[type="checkbox"] {
  width: 18px; height: 18px; flex-shrink: 0;
  accent-color: var(--yellow);
  cursor: pointer;
}
.chk span {
  font-family: var(--sans); font-size: 15px; font-weight: 600;
  color: var(--muted); transition: color var(--t-fast);
}
.chk:hover span { color: var(--white); }
.chk input:checked + span { color: var(--yellow); }

.fsub {
  font-family: var(--sans); font-size: 13px; font-weight: 800; letter-spacing: 2.5px;
  text-transform: uppercase; color: var(--black);
  background: var(--grad-short); border: none;
  padding: 16px 48px; cursor: pointer;
  transition: opacity var(--t-normal); align-self: flex-start;
  clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);
}
.fsub:hover { opacity: 0.85; }

/* ── Responsive ─────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .hero { padding-bottom: 0; }
  .hero-scroll { display: none; }
  .about-layout, .contact-layout { grid-template-columns: 1fr; }
  .about-layout { gap: 48px; }
  .contact-layout { gap: 48px; }
  .car-grid { grid-template-columns: repeat(2, 1fr); }
  .filter-pill { flex-direction: column; border-radius: 24px; padding: 8px; max-width: 100%; }
  .filter-divider { width: auto; height: 1px; margin: 0 16px; }
  .filter-search { width: 100%; border-radius: 16px; height: 52px; margin: 4px 0 0; }
}

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

@media (max-width: 600px) {
  .hero-bottom { flex-wrap: wrap; gap: 24px; justify-content: center; }
  .fr2 { grid-template-columns: 1fr; }
}

/* ── Service Modal ───────────────────────────────────────────── */
.svc-modal-overlay {
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(0,0,0,0.75);
  display: flex; align-items: center; justify-content: center;
  padding: 20px;
  opacity: 0; pointer-events: none;
  transition: opacity 0.25s ease;
}
.svc-modal-overlay.is-open {
  opacity: 1; pointer-events: all;
}
.svc-modal {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 44px 40px 40px;
  width: 100%; max-width: 560px;
  max-height: 90vh; overflow-y: auto;
  position: relative;
  transform: translateY(20px);
  transition: transform 0.25s ease;
}
.svc-modal-overlay.is-open .svc-modal {
  transform: translateY(0);
}
.svc-modal-close {
  position: absolute; top: 16px; right: 20px;
  background: transparent; border: none;
  color: var(--muted); font-size: 20px; cursor: pointer;
  line-height: 1; padding: 4px;
  transition: color var(--t-fast);
}
.svc-modal-close:hover { color: var(--white); }
.svc-modal-title {
  font-family: var(--sans); font-size: clamp(20px, 3vw, 28px);
  font-weight: 900; text-transform: uppercase; letter-spacing: -0.3px;
  color: var(--white); margin-bottom: 28px; line-height: 1.1;
}
.svc-modal-form .field { margin-bottom: 16px; }

/* ── Docs panel (intermediação) ─────────────────────────────── */
.svc-docs-intro {
  font-family: var(--sans); font-size: 14px; color: var(--muted);
  margin-bottom: 20px; line-height: 1.5;
}
.svc-docs-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 12px; margin-bottom: 24px;
}
.svc-doc-item {
  display: flex; align-items: flex-start; gap: 12px;
  background: var(--card); border: 1px solid var(--border);
  border-radius: 10px; padding: 14px;
}
.svc-doc-icon {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 8px;
  background: rgba(245,163,0,0.12);
  color: var(--orange);
  display: flex; align-items: center; justify-content: center;
}
.svc-doc-title {
  font-family: var(--sans); font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 0.5px;
  color: var(--white); margin-bottom: 3px;
}
.svc-doc-desc {
  font-family: var(--sans); font-size: 12px; color: var(--muted); line-height: 1.4;
}
.svc-docs-note {
  font-family: var(--sans); font-size: 13px; color: var(--muted);
  background: var(--card); border: 1px solid var(--border);
  border-radius: 10px; padding: 14px 16px;
  display: flex; align-items: center; justify-content: space-between; gap: 12px;
  flex-wrap: wrap;
}
.svc-docs-cta {
  font-family: var(--sans); font-size: 12px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1px;
  color: var(--orange); text-decoration: none; white-space: nowrap;
  transition: opacity var(--t-fast);
}
.svc-docs-cta:hover { opacity: 0.75; }

@media (max-width: 480px) {
  .svc-docs-grid { grid-template-columns: 1fr; }
}
.fr3 { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; }
.svc-or {
  display: flex; align-items: center; gap: 12px;
  margin: 18px 0 14px;
}
.svc-or span {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--muted);
  white-space: nowrap;
}
.svc-or::before, .svc-or::after {
  content: ''; flex: 1; height: 1px; background: var(--border);
}

@media (max-width: 560px) {
  .svc-modal { padding: 36px 24px 28px; }
}
