/* ==========================================================================
   Services page — redesign (sv- prefix). Dark ground, orange accent.
   Loaded after tailwind.css and style.css. Every animated property is a
   transform, opacity, clip-path or SVG stroke; images are lazy WebP.
   ========================================================================== */

:root {
  --sv-bg: #0c0d10;
  --sv-bg2: #121316;
  --sv-surface: #17181c;
  --sv-line: rgba(255, 255, 255, 0.08);
  --sv-line2: rgba(255, 255, 255, 0.14);
  --sv-orange: #f26b21;
  --sv-orange2: #fb8c3c;
  --sv-deep: #b54110;
  --sv-gray: #9aa0ab;
  --sv-gray2: #6b7280;
  --sv-ease: cubic-bezier(0.16, 1, 0.3, 1);
}
body.sv-page { background: var(--sv-bg); }
.sv-page ::selection { background: rgba(242, 107, 33, 0.35); color: #fff; }

/* ---------- shared ---------- */
.sv-eyebrow {
  display: inline-flex; align-items: center; gap: 0.6rem;
  font-size: 0.72rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sv-orange2);
}
.sv-eyebrow::before { content: ""; width: 1.75rem; height: 1px; background: linear-gradient(90deg, transparent, var(--sv-orange)); }
.sv-h2 {
  margin-top: 0.9rem; font-family: "Sora", "Inter", sans-serif; font-weight: 800; letter-spacing: -0.03em; line-height: 1.02;
  font-size: clamp(2rem, 4.6vw, 3.6rem); color: #fff;
}
.sv-h2 em, .sv-h1 em {
  font-style: normal;
  background: linear-gradient(92deg, #fbae72 0%, var(--sv-orange) 45%, var(--sv-deep) 100%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.sv-lead { margin-top: 1.1rem; font-size: 1.08rem; line-height: 1.65; color: var(--sv-gray); }
.sv-btn {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 0.6rem;
  border-radius: 9999px; padding: 1rem 1.9rem; font-weight: 600; font-size: 0.95rem; line-height: 1;
  transition: transform 0.5s var(--sv-ease), box-shadow 0.5s var(--sv-ease), background 0.3s; will-change: transform;
}
.sv-btn-primary {
  background: linear-gradient(135deg, var(--sv-orange2), var(--sv-deep)); color: #121316;
  box-shadow: 0 14px 34px -10px rgba(242, 107, 33, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.35);
}
.sv-btn-primary:hover { box-shadow: 0 20px 44px -10px rgba(242, 107, 33, 0.75), inset 0 1px 0 rgba(255, 255, 255, 0.45); }
.sv-btn-ghost { color: #fff; border: 1px solid var(--sv-line2); background: rgba(255, 255, 255, 0.03); }
.sv-btn-ghost:hover { background: rgba(255, 255, 255, 0.08); }
.sv-btn svg { width: 1.1rem; height: 1.1rem; transition: transform 0.4s var(--sv-ease); }
.sv-btn:hover svg { transform: translateX(3px); }

.sv-halo {
  position: fixed; left: 0; top: 0; width: 220px; height: 220px; margin: -110px 0 0 -110px; border-radius: 50%;
  pointer-events: none; z-index: 5; opacity: 0; mix-blend-mode: screen; transition: opacity 0.6s;
  background: radial-gradient(circle, rgba(242, 107, 33, 0.16), rgba(242, 107, 33, 0.05) 45%, transparent 70%);
}
html.sv-fine .sv-halo { opacity: 1; }

/* ---------- Hero ---------- */
.sv-hero {
  position: relative; overflow: hidden;
  background:
    radial-gradient(1100px 600px at 85% -10%, rgba(242, 107, 33, 0.16), transparent 60%),
    radial-gradient(700px 500px at -10% 110%, rgba(181, 65, 16, 0.14), transparent 60%),
    var(--sv-bg);
}
.sv-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
  background-size: 64px 64px;
  -webkit-mask-image: radial-gradient(60% 60% at 50% 40%, #000 20%, transparent 100%);
  mask-image: radial-gradient(60% 60% at 50% 40%, #000 20%, transparent 100%);
}
.sv-hero::after {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(520px circle at var(--mx, 70%) var(--my, 40%), rgba(242, 107, 33, 0.13), transparent 60%);
}
.sv-hero-inner { position: relative; z-index: 2; display: grid; gap: 3rem; align-items: center; padding-top: 8.5rem; padding-bottom: 3.5rem; }
.sv-hero-inner > * { min-width: 0; }
@media (min-width: 1024px) { .sv-hero-inner { grid-template-columns: 1fr 1fr; padding-top: 9rem; padding-bottom: 4.5rem; gap: 2rem; } }
.sv-line { display: block; overflow: hidden; padding-bottom: 0.06em; }
.sv-line-inner { display: block; will-change: transform; }
.sv-h1 { font-family: "Sora", "Inter", sans-serif; font-weight: 800; font-size: clamp(2.5rem, 6vw, 4.4rem); line-height: 0.98; letter-spacing: -0.04em; color: #fff; }
.sv-hero-stats { margin-top: 2rem; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.2rem 1.5rem; }
@media (min-width: 640px) { .sv-hero-stats { grid-template-columns: repeat(4, 1fr); } }
.sv-hero-stats b { display: block; font-family: "Sora", sans-serif; font-size: 1.6rem; font-weight: 800; letter-spacing: -0.03em; color: #fff; }
.sv-hero-stats span { font-size: 0.78rem; color: var(--sv-gray); }

/* pipeline (hero visual) */
.sv-pipe {
  position: relative; margin: 0 auto; width: min(100%, 620px); padding: 1.2rem 1.4rem 1rem;
  border-radius: 1.5rem; border: 1px solid var(--sv-line2);
  background: linear-gradient(180deg, #1a1b20, #0f1013);
  box-shadow: 0 50px 90px -40px rgba(0, 0, 0, 0.9), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.sv-pipe-head { display: flex; justify-content: space-between; align-items: center; gap: 1rem; font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: var(--sv-orange2); }
.sv-pipe-head small { font-family: "Inter", sans-serif; font-weight: 500; letter-spacing: 0.08em; color: var(--sv-gray2); text-transform: none; font-size: 0.72rem; }
.sv-pipe-live { display: inline-block; width: 0.5rem; height: 0.5rem; margin-right: 0.5rem; border-radius: 50%; background: #34d399; box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.6); animation: sv-live 2s infinite; vertical-align: middle; }
@keyframes sv-live { 70% { box-shadow: 0 0 0 0.55rem rgba(52, 211, 153, 0); } 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0); } }
.sv-pipe svg { display: block; width: 100%; height: auto; overflow: visible; margin-top: 0.5rem; }
.sv-pipe-ghost { fill: none; stroke: rgba(255, 255, 255, 0.12); stroke-width: 1.5; stroke-dasharray: 4 8; }
.sv-pipe-line { fill: none; stroke: url(#sv-grad); stroke-width: 3; stroke-linecap: round; }
.sv-pipe-glow { fill: none; stroke: rgba(242, 107, 33, 0.22); stroke-width: 12; stroke-linecap: round; }
.sv-node { cursor: pointer; }
.sv-node circle.bg { fill: #15161a; stroke: rgba(255, 255, 255, 0.22); stroke-width: 1.5; transition: fill 0.3s, stroke 0.3s; }
.sv-node text.n { fill: #e5e7eb; font-family: "Sora", sans-serif; font-size: 11px; font-weight: 700; text-anchor: middle; pointer-events: none; }
.sv-node text.l { fill: var(--sv-gray); font-family: "Inter", sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: 0.04em; pointer-events: none; }
.sv-node:hover circle.bg, .sv-node.is-on circle.bg { fill: var(--sv-orange); stroke: #fff; }
.sv-node:hover text.n, .sv-node.is-on text.n { fill: #121316; }
.sv-node:hover text.l, .sv-node.is-on text.l { fill: #fff; }
.sv-node .halo { fill: rgba(242, 107, 33, 0.16); opacity: 0; transition: opacity 0.3s; }
.sv-node:hover .halo, .sv-node.is-on .halo { opacity: 1; }
.sv-pipe-parcel { fill: #fff; filter: drop-shadow(0 3px 8px rgba(0, 0, 0, 0.6)); }
.sv-pipe-stage { fill: var(--sv-gray2); font-family: "Sora", sans-serif; font-size: 9.5px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }
.sv-pipe-foot { display: flex; justify-content: space-between; gap: 1rem; margin-top: 0.6rem; padding-top: 0.6rem; border-top: 1px solid var(--sv-line); font-size: 0.68rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sv-gray2); }
.sv-pipe-foot b { color: #fff; font-weight: 600; letter-spacing: 0.04em; text-transform: none; }

/* ---------- Ticker ---------- */
.sv-ticker { overflow: hidden; border-top: 1px solid var(--sv-line); border-bottom: 1px solid var(--sv-line); background: var(--sv-bg2); padding: 1rem 0; }
.sv-ticker .marquee { gap: 0; animation-duration: 50s; }
.sv-ticker-item { display: inline-flex; align-items: center; gap: 0.8rem; padding: 0 1.6rem; font-family: "Sora", sans-serif; font-weight: 700; font-size: 0.95rem; color: #fff; white-space: nowrap; }
.sv-ticker-item small { font-family: "Inter", sans-serif; font-weight: 600; color: var(--sv-orange2); }
.sv-ticker-item::after { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sv-gray2); margin-left: 1.6rem; }

/* ---------- Rail + panels ---------- */
.sv-catalog { position: relative; background: var(--sv-bg); }
.sv-catalog-grid { display: grid; gap: 2rem; }
.sv-catalog-grid > * { min-width: 0; } /* the scrolling rail must not widen its column */
@media (min-width: 1024px) { .sv-catalog-grid { grid-template-columns: 300px 1fr; gap: 4rem; align-items: start; } }
.sv-rail { position: sticky; top: 5.5rem; z-index: 20; }
@media (min-width: 1024px) { .sv-rail { top: 7rem; } }
.sv-rail-inner { position: relative; }
@media (max-width: 1023px) {
  .sv-rail { margin: 0 -1.25rem; padding: 0.6rem 1.25rem; background: rgba(12, 13, 16, 0.85); backdrop-filter: blur(10px); border-bottom: 1px solid var(--sv-line); }
  .sv-rail-inner { display: flex; gap: 0.5rem; overflow-x: auto; scrollbar-width: none; -webkit-overflow-scrolling: touch; }
  .sv-rail-inner::-webkit-scrollbar { display: none; }
  .sv-rail-stage { display: none; }
  .sv-rail-bar { display: none; }
}
.sv-rail-stage { margin: 1.4rem 0 0.5rem; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; color: var(--sv-gray2); }
.sv-rail-stage:first-child { margin-top: 0; }
.sv-rail-item {
  display: flex; align-items: center; gap: 0.7rem; width: 100%; padding: 0.55rem 0.7rem; border-radius: 0.7rem;
  text-align: left; font-size: 0.88rem; font-weight: 500; color: var(--sv-gray); transition: color 0.3s, background 0.3s, transform 0.4s var(--sv-ease); white-space: nowrap;
}
.sv-rail-item i { font-family: "Sora", sans-serif; font-style: normal; font-size: 0.7rem; font-weight: 700; color: var(--sv-gray2); width: 1.4rem; }
.sv-rail-item:hover { color: #fff; background: rgba(255, 255, 255, 0.04); }
.sv-rail-item.is-active { color: #fff; background: rgba(242, 107, 33, 0.12); }
.sv-rail-item.is-active i { color: var(--sv-orange2); }
@media (max-width: 1023px) {
  .sv-rail-item { width: auto; flex: none; border: 1px solid var(--sv-line2); border-radius: 9999px; padding: 0.45rem 0.9rem; font-size: 0.8rem; }
  .sv-rail-item.is-active { border-color: var(--sv-orange); }
}
.sv-rail-bar { position: absolute; left: -1.1rem; top: 0; bottom: 0; width: 2px; background: var(--sv-line); border-radius: 2px; }
.sv-rail-bar i { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(180deg, var(--sv-orange2), var(--sv-deep)); transform: scaleY(0); transform-origin: top; border-radius: 2px; }

.sv-stage-head { padding: 0.5rem 0 1.5rem; }
.sv-stage-head .sv-stage-num { font-family: "Sora", sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.24em; text-transform: uppercase; color: var(--sv-orange2); }
.sv-stage-head h2 { margin-top: 0.4rem; font-family: "Sora", sans-serif; font-weight: 800; font-size: clamp(1.6rem, 3vw, 2.3rem); letter-spacing: -0.03em; color: #fff; }
.sv-stage-head p { margin-top: 0.5rem; color: var(--sv-gray); max-width: 44rem; }

.sv-panel {
  position: relative; display: grid; gap: 1.6rem; margin-bottom: 1.6rem; padding: 1.6rem; border-radius: 1.6rem;
  border: 1px solid var(--sv-line); background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012));
  overflow: hidden; scroll-margin-top: 6.5rem;
  transition: border-color 0.5s;
}
@media (min-width: 768px) { .sv-panel { grid-template-columns: 1.15fr 0.85fr; padding: 0; gap: 0; align-items: stretch; } .sv-panel.is-flip { grid-template-columns: 0.85fr 1.15fr; } .sv-panel.is-flip .sv-panel-body { order: 2; } .sv-panel.is-flip .sv-media { order: 1; } .sv-panel-body { padding: 2rem 2.2rem; } }
@media (max-width: 767px) { .sv-panel-body { padding: 1.6rem; } .sv-panel { padding: 0; } }
.sv-panel-body { position: relative; z-index: 1; display: flex; flex-direction: column; }
.sv-panel-head { display: flex; align-items: center; gap: 1rem; }
.sv-panel::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0; transition: opacity 0.5s;
  background: radial-gradient(520px circle at var(--x, 50%) var(--y, 0%), rgba(242, 107, 33, 0.14), transparent 55%);
}
.sv-panel:hover::before, .sv-panel.is-active::before { opacity: 1; }
.sv-panel.is-active { border-color: rgba(242, 107, 33, 0.4); }
.sv-panel-idx { font-family: "Sora", sans-serif; font-weight: 800; font-size: 2.6rem; line-height: 1; letter-spacing: -0.05em; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22); transition: color 0.5s, -webkit-text-stroke-color 0.5s; }
.sv-panel.is-active .sv-panel-idx, .sv-panel:hover .sv-panel-idx { color: var(--sv-orange); -webkit-text-stroke-color: transparent; }
.sv-panel-ic { margin-top: 0; width: 2.75rem; height: 2.75rem; display: grid; place-items: center; border-radius: 0.9rem; background: rgba(242, 107, 33, 0.12); color: var(--sv-orange2); }
.sv-panel-ic svg { width: 1.5rem; height: 1.5rem; overflow: visible; }
.sv-panel h3 { margin-top: 1rem; font-family: "Sora", sans-serif; font-weight: 700; font-size: clamp(1.35rem, 2.2vw, 1.75rem); letter-spacing: -0.02em; color: #fff; }
.sv-panel p.sv-copy { margin-top: 0.7rem; font-size: 0.98rem; line-height: 1.65; color: var(--sv-gray); }
.sv-chips { margin-top: 1.1rem; display: flex; flex-wrap: wrap; gap: 0.45rem; }
.sv-chip { display: inline-flex; align-items: center; gap: 0.45rem; padding: 0.4rem 0.8rem; border-radius: 9999px; border: 1px solid var(--sv-line2); background: rgba(255, 255, 255, 0.03); font-size: 0.78rem; font-weight: 600; color: #e5e7eb; }
.sv-chip::before { content: ""; width: 5px; height: 5px; border-radius: 50%; background: var(--sv-orange); }
.sv-facts { margin-top: 1.2rem; display: grid; gap: 0.6rem; }
@media (min-width: 640px) { .sv-facts { grid-template-columns: repeat(3, 1fr); } }
.sv-fact { padding: 0.85rem 0.95rem; border-radius: 0.9rem; border: 1px solid var(--sv-line); background: rgba(0, 0, 0, 0.25); }
.sv-fact small { display: block; font-size: 0.62rem; font-weight: 700; letter-spacing: 0.18em; text-transform: uppercase; color: var(--sv-orange2); }
.sv-fact span { display: block; margin-top: 0.4rem; font-size: 0.8rem; line-height: 1.45; color: #d1d5db; }
.sv-panel-cta { margin-top: auto; padding-top: 1.4rem; display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 600; color: #fff; transition: color 0.3s; }
.sv-panel-cta svg { width: 1rem; height: 1rem; transition: transform 0.4s var(--sv-ease); }
.sv-panel-cta:hover { color: var(--sv-orange2); }
.sv-panel-cta:hover svg { transform: translateX(4px); }
.sv-media { position: relative; margin: 0; aspect-ratio: 16 / 9; overflow: hidden; background: #1a1b20; clip-path: inset(0 0 0 100%); }
@media (min-width: 768px) { .sv-media { aspect-ratio: auto; min-height: 100%; } .sv-media img { position: absolute; inset: 0; } }
.sv-media img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(1.12); will-change: transform; }
.sv-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 13, 16, 0.35), transparent 40%); pointer-events: none; }
.sv-panel.is-flip .sv-media::after { background: linear-gradient(270deg, rgba(12, 13, 16, 0.35), transparent 40%); }
.sv-media figcaption { position: absolute; left: 1.1rem; bottom: 1.1rem; padding: 0.35rem 0.8rem; border-radius: 9999px; background: rgba(12, 13, 16, 0.7); backdrop-filter: blur(6px); font-size: 0.68rem; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: #fff; }
html.sv-nogsap .sv-media { clip-path: none; }
html.sv-nogsap .sv-media img { transform: none; }
/* ---------- Animated service illustrations ----------
   Each figure is an SVG scene. CSS animations run only while the figure is on
   screen (.is-live, toggled by IntersectionObserver); SMIL motion paths carry
   the flying parcels and plane. Everything animated is a transform, opacity,
   fill or stroke offset. */
.sv-media-anim {
  display: grid; place-items: center; background:
    radial-gradient(420px 300px at 50% 60%, rgba(242, 107, 33, 0.14), transparent 70%),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 28px),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.03) 0 1px, transparent 1px 28px), #15161a;
}
.sv-media-anim::after { display: none; }
.sv-anim { display: block; width: 100%; height: 100%; max-height: 460px; padding: 0.4rem; box-sizing: border-box; overflow: visible; }
/* !important because each scene's animation shorthand would otherwise reset play-state to running */
.sv-media-anim:not(.is-live) .sv-anim * { animation-play-state: paused !important; }
.sv-anim text { font-family: "Inter", sans-serif; font-weight: 600; font-size: 11px; fill: #e5e7eb; }
.sv-anim .an-lbl { fill: #9aa0ab; font-size: 10.5px; letter-spacing: 0.06em; }
.sv-anim .an-tag rect { fill: rgba(12, 13, 16, 0.75); stroke: rgba(255, 255, 255, 0.14); }
.sv-anim .an-tag text { text-anchor: middle; font-size: 11px; letter-spacing: 0.04em; }
.sv-anim .an-tag-left rect { fill: rgba(255, 255, 255, 0.04); }
.sv-anim .an-hot { fill: #fb8c3c; }

/* 01 radar */
.an-ring { fill: none; stroke: rgba(255, 255, 255, 0.12); stroke-width: 1.2; }
.an-axis { stroke: rgba(255, 255, 255, 0.08); stroke-width: 1; }
.an-core { fill: #f26b21; }
/* view-box, not fill-box: the pivot must be the radar centre (the group's 0,0), not the wedge's own corner */
.an-sweep { fill: rgba(242, 107, 33, 0.22); transform-box: view-box; transform-origin: 0 0; animation: an-spin 6s linear infinite; }
@keyframes an-spin { to { transform: rotate(360deg); } }
.an-blip-dot { fill: #fff; }
.an-blip-halo { fill: rgba(242, 107, 33, 0.25); }
.an-blip .an-tick { fill: none; stroke: #121316; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.an-blip { transform-box: fill-box; transform-origin: center; animation: an-blip 6s ease-out infinite; animation-delay: var(--d); }
@keyframes an-blip { 0% { opacity: 0.25; transform: scale(0.6); } 6% { opacity: 1; transform: scale(1.25); } 14% { transform: scale(1); } 100% { opacity: 1; transform: scale(1); } }
.an-blip-x .an-blip-dot { fill: #f87171; } .an-blip-x .an-blip-halo { fill: rgba(248, 113, 113, 0.2); }
.an-blip-x .an-x { stroke: #121316; stroke-width: 1.8; stroke-linecap: round; }

/* 02 quotes */
.an-bar { fill: rgba(255, 255, 255, 0.16); transform-origin: 0 50%; transform-box: fill-box; animation: an-grow 6s cubic-bezier(0.16, 1, 0.3, 1) infinite; }
.an-bar-2 { animation-delay: 0.5s; } .an-bar-3 { fill: #f26b21; animation-delay: 1s; }
@keyframes an-grow { 0% { transform: scaleX(0); } 12% { transform: scaleX(1); } 88% { transform: scaleX(1); } 100% { transform: scaleX(0); } }
.an-val { fill: #e5e7eb; font-family: "Sora", sans-serif; font-weight: 700; animation: an-fade 6s ease infinite; }
.an-val-2 { animation-delay: 0.5s; } .an-val-3 { animation-delay: 1s; }
@keyframes an-fade { 0%, 8% { opacity: 0; } 16%, 88% { opacity: 1; } 100% { opacity: 0; } }
.an-badge rect { fill: #f26b21; } .an-badge text { fill: #121316; font-weight: 700; }
.an-badge .an-badge-arrow { fill: none; stroke: #121316; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.an-badge { transform-box: fill-box; transform-origin: center; animation: an-pop 6s cubic-bezier(0.34, 1.56, 0.64, 1) infinite; animation-delay: 1.6s; }
@keyframes an-pop { 0% { opacity: 0; transform: scale(0.6); } 8% { opacity: 1; transform: scale(1); } 86% { opacity: 1; transform: scale(1); } 100% { opacity: 0; transform: scale(0.6); } }

/* 03 sampling */
.an-ver rect { fill: rgba(255, 255, 255, 0.04); stroke: rgba(255, 255, 255, 0.14); } .an-ver text { text-anchor: middle; fill: #9aa0ab; }
.an-ver { animation: an-ver 6s ease infinite; animation-delay: var(--d); }
@keyframes an-ver { 0%, 30% { opacity: 1; } 31%, 100% { opacity: 0.45; } }
.an-ver rect { animation: an-ver-rect 6s ease infinite; animation-delay: var(--d); }
@keyframes an-ver-rect { 0%, 30% { fill: rgba(242, 107, 33, 0.9); stroke: #f26b21; } 31%, 100% { fill: rgba(255, 255, 255, 0.04); stroke: rgba(255, 255, 255, 0.14); } }
.an-draw { fill: none; stroke: #fff; stroke-width: 2; stroke-dasharray: 620; stroke-dashoffset: 620; animation: an-draw 6s ease infinite; }
@keyframes an-draw { 0% { stroke-dashoffset: 620; } 30% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 0; } }
.an-fill { fill: #f26b21; opacity: 0; animation: an-fill 6s ease infinite; }
@keyframes an-fill { 0%, 33% { opacity: 0; } 50%, 100% { opacity: 0.35; } }
.an-prod-label { fill: rgba(255, 255, 255, 0.85); opacity: 0; animation: an-fill2 6s ease infinite; }
@keyframes an-fill2 { 0%, 50% { opacity: 0; } 62%, 100% { opacity: 1; } }
.an-dim path { fill: none; stroke: #fb8c3c; stroke-width: 1.2; } .an-dim text { fill: #fb8c3c; font-size: 10px; }
.an-dim { opacity: 0; animation: an-fill2 6s ease infinite; } .an-dim-2 { animation-delay: 0.4s; }
.an-stamp rect { fill: none; stroke: #34d399; stroke-width: 2.5; } .an-stamp text { text-anchor: middle; fill: #34d399; font-family: "Sora", sans-serif; font-weight: 800; letter-spacing: 0.16em; }
.an-stamp { transform-box: fill-box; transform-origin: center; animation: an-stamp 6s cubic-bezier(0.34, 1.56, 0.64, 1) infinite; }
@keyframes an-stamp { 0%, 66% { opacity: 0; transform: scale(1.6); } 72%, 96% { opacity: 1; transform: scale(1); } 100% { opacity: 0; } }

/* 04 quality */
.an-card { fill: rgba(255, 255, 255, 0.04); stroke: rgba(255, 255, 255, 0.14); } .an-clip { fill: #2c2d31; stroke: rgba(255, 255, 255, 0.2); }
.an-box { fill: none; stroke: rgba(255, 255, 255, 0.3); stroke-width: 1.5; animation: an-boxfill 6s ease infinite; animation-delay: var(--d); }
@keyframes an-boxfill { 0%, 8% { fill: rgba(242, 107, 33, 0); stroke: rgba(255, 255, 255, 0.3); } 14%, 92% { fill: #f26b21; stroke: #f26b21; } 100% { fill: rgba(242, 107, 33, 0); } }
.an-tick2 { fill: none; stroke: #121316; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 20; stroke-dashoffset: 20; animation: an-tick2 6s ease infinite; animation-delay: var(--d); }
@keyframes an-tick2 { 0%, 10% { stroke-dashoffset: 20; } 18%, 92% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: 20; } }
.an-line { fill: rgba(255, 255, 255, 0.14); }
.an-lens circle { fill: rgba(242, 107, 33, 0.12); stroke: #fb8c3c; stroke-width: 2.5; } .an-lens path { stroke: #fb8c3c; stroke-width: 4; stroke-linecap: round; }
.an-lens { animation: an-lens 6s ease-in-out infinite; }
@keyframes an-lens { 0% { transform: translate(112px, 88px); } 22% { transform: translate(140px, 132px); } 40% { transform: translate(120px, 176px); } 58% { transform: translate(150px, 220px); } 70%, 100% { transform: translate(112px, 88px); } }
.an-pass rect { fill: none; stroke: #34d399; stroke-width: 2.5; } .an-pass text { text-anchor: middle; fill: #34d399; font-family: "Sora", sans-serif; font-weight: 800; letter-spacing: 0.08em; }
.an-pass { transform-box: fill-box; transform-origin: center; animation: an-stamp 6s cubic-bezier(0.34, 1.56, 0.64, 1) infinite; }

/* 05 audits */
.an-factory { fill: rgba(255, 255, 255, 0.05); stroke: rgba(255, 255, 255, 0.35); stroke-width: 1.5; stroke-linejoin: round; }
.an-chimney { fill: rgba(255, 255, 255, 0.12); stroke: rgba(255, 255, 255, 0.35); }
.an-win { fill: rgba(242, 107, 33, 0.15); stroke: rgba(242, 107, 33, 0.5); animation: an-win 4s ease infinite; }
.an-win:nth-of-type(2) { animation-delay: 0.6s; } .an-win:nth-of-type(3) { animation-delay: 1.2s; } .an-win:nth-of-type(4) { animation-delay: 1.8s; }
@keyframes an-win { 0%, 100% { fill: rgba(242, 107, 33, 0.15); } 50% { fill: rgba(242, 107, 33, 0.6); } }
.an-scan { fill: #fb8c3c; opacity: 0.9; animation: an-scan 4s linear infinite; }
@keyframes an-scan { 0% { transform: translateY(0); opacity: 0; } 8% { opacity: 0.9; } 92% { opacity: 0.9; } 100% { transform: translateY(146px); opacity: 0; } }
.an-shield-body { fill: rgba(242, 107, 33, 0.14); stroke: #f26b21; stroke-width: 2; }
.an-shield-tick { fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 60; stroke-dashoffset: 60; animation: an-shield 4s ease infinite; }
@keyframes an-shield { 0%, 20% { stroke-dashoffset: 60; } 40%, 100% { stroke-dashoffset: 0; } }
.an-b rect { fill: rgba(255, 255, 255, 0.04); stroke: rgba(255, 255, 255, 0.16); } .an-b text { text-anchor: middle; font-size: 10px; letter-spacing: 0.12em; }
.an-b { transform-box: fill-box; transform-origin: center; animation: an-pop4 4s cubic-bezier(0.34, 1.56, 0.64, 1) infinite; animation-delay: var(--d); }
@keyframes an-pop4 { 0%, 40% { opacity: 0; transform: scale(0.6); } 52%, 100% { opacity: 1; transform: scale(1); } }

/* 06 logistics */
.an-route { fill: none; stroke: rgba(255, 255, 255, 0.28); stroke-width: 1.5; stroke-dasharray: 4 7; animation: an-march 1.2s linear infinite; }
@keyframes an-march { to { stroke-dashoffset: -11; } }
.an-pin-dot { fill: #f26b21; }
.an-plane { fill: #fff; }
.an-hull { fill: #2c2d31; stroke: rgba(255, 255, 255, 0.3); } .an-ctr { fill: #f26b21; } .an-ctr-2 { fill: #b54110; } .an-ctr-3 { fill: #fb8c3c; } .an-bridge { fill: #3b3d44; stroke: rgba(255, 255, 255, 0.3); }
.an-ship { transform-box: fill-box; transform-origin: center; animation: an-bob 3.2s ease-in-out infinite; }
@keyframes an-bob { 0%, 100% { transform: translateY(0) rotate(0deg); } 50% { transform: translateY(-4px) rotate(-1.2deg); } }
.an-wave { fill: none; stroke: rgba(56, 189, 248, 0.45); stroke-width: 2; animation: an-wave 3s linear infinite; }
.an-wave-2 { stroke: rgba(56, 189, 248, 0.22); animation-duration: 4.2s; animation-direction: reverse; }
@keyframes an-wave { from { transform: translateX(0); } to { transform: translateX(80px); } }

/* 07 fulfilment */
.an-rack { fill: none; stroke: rgba(255, 255, 255, 0.28); stroke-width: 2; }
.an-sbox { fill: rgba(255, 255, 255, 0.12); stroke: rgba(255, 255, 255, 0.28); } .an-sbox-hot { fill: rgba(242, 107, 33, 0.7); stroke: #f26b21; }
.an-belt { fill: #2c2d31; stroke: rgba(255, 255, 255, 0.2); }
.an-rollers circle { fill: #15161a; stroke: rgba(255, 255, 255, 0.35); stroke-width: 1.5; stroke-dasharray: 6 5; transform-box: fill-box; transform-origin: center; animation: an-spin 1.6s linear infinite; }
.an-parcel rect { fill: #f26b21; } .an-parcel path { stroke: rgba(255, 255, 255, 0.55); stroke-width: 1.5; }
.an-parcel { animation: an-parcel 3.2s cubic-bezier(0.4, 0, 0.6, 1) infinite; }
@keyframes an-parcel { 0% { transform: translateX(-20px); opacity: 0; } 10% { opacity: 1; } 78% { transform: translateX(126px); opacity: 1; } 90%, 100% { transform: translateX(150px); opacity: 0; } }
.an-cargo { fill: rgba(255, 255, 255, 0.08); stroke: rgba(255, 255, 255, 0.35); } .an-cab { fill: #2c2d31; stroke: rgba(255, 255, 255, 0.35); }
.an-wheel { fill: #15161a; stroke: rgba(255, 255, 255, 0.4); stroke-width: 2; stroke-dasharray: 5 4; transform-box: fill-box; transform-origin: center; animation: an-spin 2s linear infinite; }
.an-fba { fill: #fb8c3c; font-family: "Sora", sans-serif; font-weight: 800; letter-spacing: 0.12em; }

/* 08 branding */
.an-bx { animation: an-brand 8s ease-in-out infinite; }
@keyframes an-brand { 0%, 20% { fill: #f26b21; } 25%, 45% { fill: #1f6f78; } 50%, 70% { fill: #c2416b; } 75%, 95% { fill: #2b4c9b; } 100% { fill: #f26b21; } }
.an-shade-l { fill: rgba(0, 0, 0, 0.28); } .an-shade-r { fill: rgba(0, 0, 0, 0.12); } .an-shade-t { fill: rgba(255, 255, 255, 0.18); }
.an-tape { fill: rgba(255, 255, 255, 0.35); }
.an-label rect { fill: #fff; } .an-label text { fill: #1c1d20; font-family: "Sora", sans-serif; font-weight: 800; font-size: 9px; letter-spacing: 0.06em; }
.an-label { transform-box: fill-box; transform-origin: center; animation: an-stampin 2s cubic-bezier(0.34, 1.56, 0.64, 1) infinite; }
@keyframes an-stampin { 0% { opacity: 0; transform: scale(1.5); } 18%, 100% { opacity: 1; transform: scale(1); } }
.an-sw { fill: var(--c); stroke: rgba(255, 255, 255, 0); stroke-width: 3; animation: an-sw 8s ease infinite; animation-delay: var(--d); }
@keyframes an-sw { 0%, 22% { stroke: #fff; } 26%, 100% { stroke: rgba(255, 255, 255, 0); } }

/* 09 photography */
.an-soft rect { fill: rgba(255, 255, 255, 0.85); } .an-soft path { fill: none; stroke: rgba(255, 255, 255, 0.35); stroke-width: 3; stroke-linecap: round; }
.an-turn { fill: rgba(255, 255, 255, 0.06); stroke: rgba(255, 255, 255, 0.3); stroke-dasharray: 6 6; transform-box: fill-box; transform-origin: center; animation: an-spin 12s linear infinite; }
.an-product path { fill: #2c2d31; stroke: rgba(255, 255, 255, 0.4); stroke-width: 1.5; } .an-product .an-prod-label { opacity: 1; fill: #f26b21; animation: none; }
.an-product { transform-box: fill-box; transform-origin: center bottom; animation: an-turnp 6s ease-in-out infinite; }
@keyframes an-turnp { 0%, 100% { transform: scaleX(1); } 50% { transform: scaleX(0.72); } }
.an-cam rect, .an-cam circle { fill: #15161a; stroke: rgba(255, 255, 255, 0.45); stroke-width: 1.5; } .an-cam .an-cam-lens { fill: #fb8c3c; stroke: none; animation: an-lensflash 4s ease infinite; }
@keyframes an-lensflash { 0%, 48% { transform: scale(1); } 50% { transform: scale(1.8); } 54%, 100% { transform: scale(1); } }
.an-flash { fill: #fff; opacity: 0; animation: an-flash 4s ease-out infinite; pointer-events: none; }
@keyframes an-flash { 0%, 49% { opacity: 0; } 50% { opacity: 0.32; } 58%, 100% { opacity: 0; } }

/* 10 dropshipping */
.an-phone { fill: rgba(255, 255, 255, 0.04); stroke: rgba(255, 255, 255, 0.28); stroke-width: 1.5; } .an-phone-top { fill: rgba(255, 255, 255, 0.2); }
.an-order rect:first-child { fill: rgba(255, 255, 255, 0.06); stroke: rgba(255, 255, 255, 0.14); } .an-order circle { fill: #f26b21; } .an-order rect:not(:first-child) { fill: rgba(255, 255, 255, 0.35); }
.an-order { transform-box: fill-box; transform-origin: center; animation: an-order 6s cubic-bezier(0.34, 1.56, 0.64, 1) infinite; animation-delay: var(--d); }
@keyframes an-order { 0% { opacity: 0; transform: translateX(-14px) scale(0.9); } 10%, 100% { opacity: 1; transform: none; } }
.an-pin path { fill: rgba(242, 107, 33, 0.2); stroke: #fb8c3c; stroke-width: 1.5; } .an-pin text { font-size: 10px; fill: #9aa0ab; }
.an-fly rect { fill: #f26b21; stroke: rgba(255, 255, 255, 0.5); }

@media (prefers-reduced-motion: reduce) {
  .sv-anim * { animation: none !important; }
  .sv-anim animateMotion { display: none; }
}


/* icon micro-animations */
.sv-panel:hover .ic-search { animation: ic-search 1s var(--sv-ease); transform-origin: 50% 50%; }
@keyframes ic-search { 30% { transform: translate(-3px, -2px) scale(1.1); } 60% { transform: translate(3px, 2px) scale(1.1); } }
.sv-panel:hover .ic-draw { stroke-dasharray: 60; stroke-dashoffset: 60; animation: ic-draw 0.9s var(--sv-ease) forwards; }
@keyframes ic-draw { to { stroke-dashoffset: 0; } }
.sv-panel:hover .ic-bounce { animation: ic-bounce 0.8s var(--sv-ease); transform-origin: 50% 100%; }
@keyframes ic-bounce { 35% { transform: translateY(-4px) scaleY(1.08); } 70% { transform: translateY(0) scaleY(0.94); } }
.sv-panel:hover .ic-spin { animation: ic-spin 1s var(--sv-ease); transform-origin: 50% 50%; }
@keyframes ic-spin { to { transform: rotate(360deg); } }
.sv-panel:hover .ic-fly { animation: ic-fly 1.1s var(--sv-ease); }
@keyframes ic-fly { 0% { transform: translate(-8px, 6px); opacity: 0; } 30% { opacity: 1; } }
.sv-panel:hover .ic-pop { animation: ic-pop 0.7s var(--sv-ease); transform-origin: 50% 50%; }
@keyframes ic-pop { 0% { transform: scale(0.6); opacity: 0; } }
.sv-panel:hover .ic-stack-1 { animation: ic-stack 0.9s var(--sv-ease); }
.sv-panel:hover .ic-stack-2 { animation: ic-stack 0.9s var(--sv-ease) 0.1s; }
.sv-panel:hover .ic-stack-3 { animation: ic-stack 0.9s var(--sv-ease) 0.2s; }
@keyframes ic-stack { 40% { transform: translateY(-3px); } }
.sv-panel:hover .ic-flash { animation: ic-flash 0.8s var(--sv-ease); transform-origin: 50% 50%; }
@keyframes ic-flash { 30% { transform: scale(1.3); opacity: 0.4; } }

/* ---------- Giant word ---------- */
.sv-giant { overflow: hidden; padding: 2rem 0; border-top: 1px solid var(--sv-line); border-bottom: 1px solid var(--sv-line); background: var(--sv-bg); }
.sv-giant span { display: block; white-space: nowrap; font-family: "Sora", sans-serif; font-weight: 800; font-size: clamp(4rem, 13vw, 13rem); line-height: 1; letter-spacing: -0.04em; color: transparent; -webkit-text-stroke: 1px rgba(255, 255, 255, 0.16); will-change: transform; }
.sv-giant span em { font-style: normal; color: rgba(242, 107, 33, 0.9); -webkit-text-stroke: 0; }

/* ---------- Plan builder ---------- */
.sv-plan { display: grid; gap: 0; border-radius: 1.6rem; border: 1px solid var(--sv-line); background: var(--sv-surface); overflow: hidden; }
@media (min-width: 1024px) { .sv-plan { grid-template-columns: 1.1fr 0.9fr; } }
.sv-plan-pick { padding: 2rem; }
@media (min-width: 1024px) { .sv-plan-pick { padding: 2.4rem; border-right: 1px solid var(--sv-line); } }
.sv-presets { display: flex; flex-wrap: wrap; gap: 0.45rem; }
.sv-preset { padding: 0.5rem 0.9rem; border-radius: 9999px; border: 1px solid var(--sv-line2); background: rgba(255, 255, 255, 0.02); font-size: 0.78rem; font-weight: 600; color: var(--sv-gray); transition: all 0.3s; }
.sv-preset:hover { color: #fff; border-color: rgba(242, 107, 33, 0.5); }
.sv-preset.is-active { background: var(--sv-orange); border-color: var(--sv-orange); color: #121316; }
.sv-picks { margin-top: 1.2rem; display: grid; gap: 0.6rem; grid-template-columns: repeat(2, 1fr); }
@media (min-width: 640px) { .sv-picks { grid-template-columns: repeat(2, 1fr); } }
.sv-pick {
  position: relative; display: flex; align-items: center; gap: 0.75rem; padding: 0.8rem 0.9rem; border-radius: 0.9rem; text-align: left;
  border: 1px solid var(--sv-line2); background: rgba(255, 255, 255, 0.02); color: #e5e7eb; font-size: 0.85rem; font-weight: 600;
  transition: border-color 0.3s, background 0.3s, transform 0.4s var(--sv-ease);
}
.sv-pick:hover { transform: translateY(-2px); border-color: rgba(242, 107, 33, 0.5); }
.sv-pick i { flex: none; display: grid; place-items: center; width: 1.4rem; height: 1.4rem; border-radius: 0.4rem; border: 1px solid var(--sv-line2); color: transparent; transition: all 0.3s; }
.sv-pick i svg { width: 0.8rem; height: 0.8rem; }
.sv-pick small { display: block; font-weight: 500; color: var(--sv-gray2); font-size: 0.7rem; }
.sv-pick.is-on { background: rgba(242, 107, 33, 0.12); border-color: var(--sv-orange); }
.sv-pick.is-on i { background: var(--sv-orange); border-color: var(--sv-orange); color: #121316; }
.sv-plan-out { padding: 2rem; background: linear-gradient(160deg, rgba(242, 107, 33, 0.14), rgba(181, 65, 16, 0.04) 60%, transparent), var(--sv-bg2); }
@media (min-width: 1024px) { .sv-plan-out { padding: 2.4rem; } }
.sv-plan-kpi { display: grid; gap: 0.8rem; grid-template-columns: 1fr 1fr; }
.sv-plan-kpi div { padding: 1rem 1.1rem; border-radius: 1rem; border: 1px solid var(--sv-line); background: rgba(255, 255, 255, 0.03); }
.sv-plan-kpi small { display: block; font-size: 0.66rem; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sv-gray2); }
.sv-plan-kpi b { display: block; margin-top: 0.4rem; font-family: "Sora", sans-serif; font-weight: 800; font-size: 1.7rem; letter-spacing: -0.03em; color: #fff; font-variant-numeric: tabular-nums; }
.sv-plan-kpi .big { grid-column: span 2; background: rgba(242, 107, 33, 0.1); border-color: rgba(242, 107, 33, 0.35); }
.sv-plan-kpi .big b { color: var(--sv-orange2); font-size: 2.2rem; }
.sv-timeline { margin-top: 1.2rem; display: flex; gap: 3px; height: 14px; border-radius: 999px; overflow: hidden; background: rgba(255, 255, 255, 0.06); }
.sv-timeline i { display: block; height: 100%; background: linear-gradient(90deg, var(--sv-deep), var(--sv-orange2)); opacity: 0.85; transition: flex-grow 0.6s var(--sv-ease); }
.sv-timeline i:nth-child(even) { opacity: 0.55; }
.sv-plan-list { margin-top: 1rem; display: grid; gap: 0.35rem; font-size: 0.82rem; color: var(--sv-gray); max-height: 210px; overflow: auto; }
.sv-plan-list li { display: flex; justify-content: space-between; gap: 1rem; padding: 0.45rem 0.6rem; border-radius: 0.5rem; background: rgba(255, 255, 255, 0.03); }
.sv-plan-list li b { color: #fff; font-weight: 600; }
.sv-plan-list li span { white-space: nowrap; color: var(--sv-orange2); font-weight: 600; }
.sv-plan-empty { padding: 1rem; border-radius: 0.8rem; border: 1px dashed var(--sv-line2); font-size: 0.82rem; color: var(--sv-gray2); text-align: center; }
.sv-plan-note { margin-top: 1rem; font-size: 0.72rem; color: var(--sv-gray2); }
.sv-plan-out .field { margin-top: 1rem; background: rgba(12, 13, 16, 0.6); }

/* ---------- Engagement models ---------- */
.sv-models { display: grid; gap: 1rem; }
@media (min-width: 768px) { .sv-models { grid-template-columns: repeat(3, 1fr); } }
.sv-model { position: relative; padding: 1.8rem; border-radius: 1.4rem; border: 1px solid var(--sv-line); background: var(--sv-surface); overflow: hidden; transition: transform 0.6s var(--sv-ease), border-color 0.4s; }
.sv-model::after { content: ""; position: absolute; inset: 0; border-radius: inherit; padding: 1px; opacity: 0; transition: opacity 0.4s; pointer-events: none;
  background: radial-gradient(260px circle at var(--x, 50%) var(--y, 50%), rgba(251, 174, 114, 0.9), transparent 60%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0); -webkit-mask-composite: xor; mask-composite: exclude; }
.sv-model:hover { transform: translateY(-4px); }
.sv-model:hover::after { opacity: 1; }
.sv-model.is-hot { border-color: rgba(242, 107, 33, 0.45); background: linear-gradient(180deg, rgba(242, 107, 33, 0.1), var(--sv-surface) 60%); }
.sv-model-badge { position: absolute; top: 1.1rem; right: 1.1rem; padding: 0.3rem 0.7rem; border-radius: 9999px; background: var(--sv-orange); color: #121316; font-size: 0.62rem; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; }
.sv-model-num { font-family: "Sora", sans-serif; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.22em; color: var(--sv-orange2); text-transform: uppercase; }
.sv-model h3 { margin-top: 0.8rem; font-family: "Sora", sans-serif; font-weight: 700; font-size: 1.25rem; letter-spacing: -0.02em; color: #fff; }
.sv-model p { margin-top: 0.6rem; font-size: 0.92rem; line-height: 1.6; color: var(--sv-gray); }
.sv-model ul { margin-top: 1rem; display: grid; gap: 0.45rem; font-size: 0.82rem; color: #d1d5db; }
.sv-model li { display: flex; gap: 0.5rem; align-items: flex-start; }
.sv-model li svg { flex: none; width: 0.95rem; height: 0.95rem; margin-top: 0.15rem; color: var(--sv-orange); }

/* ---------- FAQ ---------- */
.sv-faq .faq-item { border-bottom: 1px solid var(--sv-line); }
.sv-faq .faq-trigger { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 1rem; padding: 1.3rem 0; text-align: left; font-family: "Sora", sans-serif; font-weight: 600; font-size: 1.05rem; color: #fff; }
.sv-faq .faq-icon { flex: none; display: grid; place-items: center; width: 2rem; height: 2rem; border-radius: 50%; border: 1px solid var(--sv-line2); color: var(--sv-orange2); }
.sv-faq .faq-item.open .faq-icon { background: var(--sv-orange); color: #121316; border-color: var(--sv-orange); }
.sv-faq .faq-answer > div { color: var(--sv-gray); font-size: 0.95rem; line-height: 1.65; }

/* ---------- CTA ---------- */
.sv-cta { position: relative; overflow: hidden; border-radius: 2rem; border: 1px solid rgba(242, 107, 33, 0.35); padding: 3rem 2rem; text-align: center;
  background: radial-gradient(700px 400px at 50% 0%, rgba(242, 107, 33, 0.22), transparent 60%), var(--sv-surface); }
@media (min-width: 1024px) { .sv-cta { padding: 4.5rem 3rem; } }
.sv-cta-line { position: absolute; left: 0; right: 0; top: 0; height: 1px; background: linear-gradient(90deg, transparent, var(--sv-orange), transparent); }

/* ---------- reveal defaults ---------- */
html.sv-gsap [data-sv] { opacity: 0; }
html.sv-gsap .sv-line-inner { transform: translateY(110%); }
@media (prefers-reduced-motion: reduce) {
  html.sv-gsap [data-sv] { opacity: 1; }
  html.sv-gsap .sv-line-inner { transform: none; }
  .sv-ticker .marquee, .sv-pipe-live { animation: none; }
  .sv-halo { display: none; }
  .sv-media { clip-path: none; }
  .sv-media img { transform: none; }
}
