/* ─── HERO ─── */
.hero {
  position: relative; min-height: 92vh; overflow: hidden;
  padding: 0; background: #0b1220; color: #fff; isolation: isolate;
}
.hero-bg {
  position: absolute; inset: 0;
  background:
    linear-gradient(135deg, rgba(9,17,31,0.62), rgba(9,17,31,0.82)),
    url('../../Images/station.jpg') center/cover no-repeat;
  transform: scale(1.04); filter: saturate(1.02) contrast(1.04); z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(230,115,26,0.24), transparent 30%),
    radial-gradient(circle at 18% 82%, rgba(57,164,138,0.14), transparent 28%),
    linear-gradient(90deg, rgba(9,17,31,0.94) 0%, rgba(9,17,31,0.78) 46%, rgba(9,17,31,0.62) 100%);
  z-index: 1;
}
.hero-overlay::after {
  content: ""; position: absolute; inset: 0;
  background-image: radial-gradient(rgba(255,255,255,0.075) 1px, transparent 1px);
  background-size: 20px 20px; opacity: 0.10; pointer-events: none;
}
.hero-inner {
  position: relative; z-index: 2;
  max-width: 1240px; min-height: 92vh;
  margin: 0 auto; padding: 96px 48px 86px;
  display: grid; grid-template-columns: 1.02fr .98fr;
  gap: 62px; align-items: center;
}
.hero-copy { max-width: 620px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 8px 15px; border-radius: 999px;
  background: rgba(230,115,26,0.14); border: 1px solid rgba(230,115,26,0.26);
  margin-bottom: 24px;
  font-family: var(--font-display); font-size: 11px; font-weight: 800;
  letter-spacing: .12em; text-transform: uppercase; color: #ffbd82;
  backdrop-filter: blur(12px);
}
.hero-badge .dot {
  width: 8px; height: 8px; border-radius: 999px; background: #005F6A;
  box-shadow: 0 0 0 5px rgba(57,164,138,0.12), 0 0 18px rgba(57,164,138,0.65);
}
.hero-copy h1 {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.6rem);
  line-height: .95; letter-spacing: -0.045em; color: #fff;
  max-width: 10.8ch; margin-bottom: 24px;
}
.hero-copy h1 .accent { color: var(--brand-light); }
.hero-copy p {
  max-width: 585px; color: rgba(255,255,255,.72);
  font-size: 17px; line-height: 1.8; margin-bottom: 32px;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 28px; }
.hero-actions .btn-primary, .hero-actions .btn-secondary {
  min-height: 48px; border-radius: 999px; padding: 13px 24px;
  font-size: 15px; font-weight: 700;
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
}
.hero-actions .btn-primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  box-shadow: 0 16px 36px rgba(204,85,0,0.34);
}
.hero-actions .btn-secondary {
  color: #fff; border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.07); backdrop-filter: blur(12px); transition: .22s ease;
}
.hero-actions .btn-secondary:hover { background: rgba(255,255,255,0.12); transform: translateY(-2px); }
.hero-trust { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-pill {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 10px 14px; border-radius: 999px;
  background: rgba(255,255,255,0.065); border: 1px solid rgba(255,255,255,0.12);
  color: rgba(255,255,255,0.78); font-size: 13px; font-weight: 600; backdrop-filter: blur(10px);
}
.trust-pill i { color: #005F6A; font-size: 12px; }
.hero-visual {
  position: relative; min-height: 560px;
  display: flex; justify-content: center; align-items: center; perspective: 1200px;
}
.hero-card-wrap {
  position: relative; z-index: 3;
  width: min(520px, 100%); display: flex; justify-content: center; align-items: center;
}
.hero-card-wrap::before {
  content: ""; position: absolute; width: 76%; height: 76%; border-radius: 50%;
  background: radial-gradient(circle, rgba(230,115,26,0.42), transparent 70%);
  filter: blur(32px); opacity: .82; z-index: -1;
}
.hero-card {
  width: min(475px, 94%); max-width: 100%; display: block; z-index: 3;
  filter: drop-shadow(0 34px 82px rgba(0,0,0,0.48));
  transition: transform .28s ease, filter .28s ease; will-change: transform;
}
.hero-card:hover { transform: translateY(-4px); filter: drop-shadow(0 40px 92px rgba(0,0,0,0.54)); }
.hero-card-shadow {
  position: absolute; left: 50%; bottom: 92px;
  width: 62%; height: 32px; transform: translateX(-50%);
  border-radius: 50%; background: rgba(0,0,0,0.30); filter: blur(20px); z-index: 1;
}
.panel {
  position: absolute; z-index: 5; min-width: 172px;
  border-radius: 18px; padding: 15px 17px;
  background: rgba(255,255,255,0.94); border: 1px solid rgba(255,255,255,0.48);
  box-shadow: 0 24px 64px rgba(0,0,0,0.26); backdrop-filter: blur(18px); color: var(--ink);
}
.panel small { display: flex; align-items: center; gap: 7px; color: #7a8596; font-size: 12px; font-weight: 700; margin-bottom: 6px; }
.panel strong { display: block; font-family: var(--font-display); font-size: 22px; line-height: 1; font-weight: 800; color: var(--ink); }
.panel .panel-sub { display: inline-flex; margin-top: 8px; font-size: 11px; font-weight: 800; }
.panel.balance { top: 70px; right: -2px; }
.panel.spend { bottom: 116px; left: -12px; }
.panel.budget { right: 36px; bottom: 42px; }
.panel.balance .panel-sub, .panel.budget .panel-sub { color: var(--green); }
.panel.spend .panel-sub { color: #d14c4c; }

@media (max-width: 1100px) {
  .hero-inner { grid-template-columns: 1fr .92fr; gap: 40px; }
  .hero-copy h1 { font-size: clamp(2.75rem, 5.6vw, 4.5rem); }
  .hero-visual { min-height: 500px; }
  .panel.balance { right: 0; } .panel.spend { left: 0; }
}
@media (max-width: 900px) {
  .hero-inner { grid-template-columns: 1fr; min-height: auto; text-align: center; padding: 76px 28px 64px; }
  .hero-copy { margin: 0 auto; }
  .hero-copy h1 { max-width: 100%; }
  .hero-copy p { margin-left: auto; margin-right: auto; }
  .hero-actions, .hero-trust { justify-content: center; }
  .hero-visual { min-height: 390px; margin-top: 16px; }
  .hero-card { width: min(420px, 92vw); }
  .panel { display: none; }
}
@media (max-width: 600px) {
  .hero-inner { padding: 62px 20px 54px; }
  .hero-copy h1 { font-size: 2.55rem; }
  .hero-copy p { font-size: 15px; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-actions .btn-primary, .hero-actions .btn-secondary { width: 100%; }
  .hero-visual { min-height: 300px; }
}

/* PARTNERS TICKER */
.ticker-section { background: var(--white); border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); padding: 18px 0; overflow: hidden; }
.ticker-label { font-family: var(--font-display); font-size: 11px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); text-align: center; margin-bottom: 14px; }
.ticker-track { display: flex; gap: 48px; width: max-content; animation: ticker 60s linear infinite; }
.ticker-track:hover { animation-play-state: paused; }
.ticker-track img { height: 28px; object-fit: contain; opacity: 0.45; filter: grayscale(100%); transition: 0.3s; }
.ticker-track img:hover { opacity: 0.8; filter: grayscale(0%); }
.ticker-wrapper { position: relative; overflow: hidden; }
.ticker-wrapper::before, .ticker-wrapper::after { content:""; position:absolute; top:0; width:80px; height:100%; z-index:2; pointer-events:none; }
.ticker-wrapper::before { left:0; background:linear-gradient(to right,#fff,transparent); }
.ticker-wrapper::after { right:0; background:linear-gradient(to left,#fff,transparent); }
@keyframes ticker { 0%{transform:translateX(0);} 100%{transform:translateX(-50%);} }

/* ─── SECTION SHARED ─── */
section { padding: 96px 0; }
.section-header { text-align: center; margin-bottom: 56px; }
.section-header h2 { font-family: var(--font-display); font-size: 44px; font-weight: 800; color: var(--ink); letter-spacing: -0.025em; line-height: 1.1; margin-top: 10px; margin-bottom: 14px; }
.section-header p { font-size: 17px; color: var(--muted); line-height: 1.7; max-width: 560px; margin: 0 auto; }
.highlight { color: var(--brand); }

/* ─── FEATURES STRIP ─── */
.feature-strip-section { padding: 0; }
.feature-strip { display: grid; grid-template-columns: repeat(4,1fr); }
.feature-strip-item { position: relative; height: 380px; overflow: hidden; cursor: pointer; background-size: cover; background-position: center; }
.feature-travel { background-image: url('../../Images/travel.jpg'); }
.feature-admin { background-image: url('../../Images/admin.jpg'); }
.feature-budget { background-image: url('../../Images/budget.jpg'); }
.feature-fleet { background-image: url('../../Images/fleet.jpg'); }
.feature-strip-item::before { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(10,14,26,0.85) 0%, rgba(10,14,26,0.15) 60%, transparent 100%); transition: 0.4s; }
.feature-strip-item:hover::before { background: linear-gradient(to top, rgba(10,14,26,0.92) 0%, rgba(10,14,26,0.4) 60%, rgba(10,14,26,0.1) 100%); }
.fs-content { position:absolute; bottom:0; left:0; right:0; padding:28px 24px; z-index:2; }
.fs-tag { display: inline-block; font-family: var(--font-display); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--brand-light); background: rgba(204,85,0,0.2); border: 1px solid rgba(204,85,0,0.3); border-radius: 999px; padding: 4px 10px; margin-bottom: 10px; }
.fs-content h3 { font-family: var(--font-display); font-size: 20px; font-weight: 700; color: #fff; margin-bottom: 0; line-height: 1.2; }
.fs-desc { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.6; margin-top: 12px; max-height: 0; overflow: hidden; transition: max-height 0.4s ease, margin 0.3s; }
.feature-strip-item:hover .fs-desc { max-height: 100px; }

/* ─── BENEFITS ─── */
.benefits-section { background: var(--white); }
.benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--rule); border: 1px solid var(--rule); border-radius: var(--radius-xl); overflow: hidden; }
.benefit-item { background: var(--white); padding: 36px 32px; transition: 0.25s; position: relative; overflow: hidden; }
.benefit-item::after { content:""; position:absolute; inset:0; background:linear-gradient(135deg,rgba(204,85,0,0.04),transparent); opacity:0; transition:0.3s; }
.benefit-item:hover::after { opacity:1; }
.benefit-item:hover { background: var(--cream); }
.benefit-icon { width: 48px; height: 48px; border-radius: var(--radius-md); background: rgba(204,85,0,0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 20px; transition: 0.3s; }
.benefit-icon svg { width: 22px; height: 22px; stroke: #111827; fill: none; stroke-width: 2;transition: .25s ease;}
.benefit-item:hover .benefit-icon svg {stroke:#cc5500;}
.benefit-item:hover .benefit-icon { background: rgba(204,85,0,0.14); }
.benefit-item h4 { font-family: var(--font-display); font-size: 18px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.benefit-item p { font-size: 14px; color: var(--muted); line-height: 1.7; }
.usage-bar { margin-top: 16px; }
.usage-bar-track { height: 4px; background: var(--rule); border-radius: 999px; overflow: hidden; }
.usage-bar-fill { height: 100%; background: linear-gradient(to right, var(--brand), var(--brand-light)); border-radius: 999px; width: 0; transition: width 1.2s ease; }
.usage-labels { display: flex; justify-content: space-between; font-size: 11px; color: var(--muted); margin-top: 6px; }

/* ─── HOW IT WORKS ─── */
.how-section { background: var(--ink); }
.how-section .section-header h2 { color: #fff; }
.how-section .section-header p { color: rgba(255,255,255,0.5); }
.steps-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: 1px; background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.06); border-radius: var(--radius-xl); overflow: hidden; }
.step-item { background: rgba(255,255,255,0.03); padding: 32px 24px; position: relative; transition: 0.25s; }
.step-item:hover { background: rgba(255,255,255,0.06); }
.steps-grid .step-item:nth-child(5) { background: linear-gradient(135deg, rgba(255,255,255,0.045), rgba(204,85,0,0.055)); border: 1px solid rgba(204,85,0,0.18); }
.step-num { font-family: var(--font-display); font-size: 48px; font-weight: 800; color: rgba(255,255,255,0.06); line-height: 1; margin-bottom: 20px; position: absolute; top: 16px; right: 20px; }
.step-icon { width: 44px; height: 44px; border-radius: var(--radius-md); background: rgba(204,85,0,0.15); border: 1px solid rgba(204,85,0,0.25); display: flex; align-items: center; justify-content: center; margin-bottom: 18px; }
.step-icon svg { width: 20px; height: 20px; stroke: var(--brand-light); fill: none; stroke-width: 2; }
.step-item h4 { font-family: var(--font-display); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 8px; }
.step-item p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.65; }

/* ─── WHY FULTANK ─── */
.why-section {
  position: relative; overflow: hidden;
  background:
    radial-gradient(circle at 10% 18%, rgba(204,85,0,0.08), transparent 28%),
    radial-gradient(circle at 92% 72%, rgba(0,95,106,0.08), transparent 30%),
    linear-gradient(180deg, var(--cream) 0%, #fff 100%);
}
.why-section::before { content: ""; position: absolute; inset: 34px 0 auto; height: 1px; background: linear-gradient(90deg, transparent, rgba(10,14,26,0.10), transparent); pointer-events: none; }
.why-shapes { position: absolute; top: 46px; right: 8%; display: flex; gap: 12px; z-index: 1; pointer-events: none; opacity: .82; }
.why-shapes .shape { display: block; flex: 0 0 auto; box-shadow: 0 22px 52px rgba(10,14,26,0.10); animation: whyShapeFloat 6s ease-in-out infinite; }
.shape.square { width: 40px; height: 40px; background: #111827; border-radius: 40px; }
.shape.circle { width: 40px; height: 100px; background: #CC5500; border-radius: 40px; }
.shape.curve { width: 40px; height: 120px; background: #005F6A; border-radius: 40px; }
.why-shapes .shape:nth-child(2) { animation-delay: 1s; }
.why-shapes .shape:nth-child(3) { animation-delay: 2s; }
@keyframes whyShapeFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
.why-layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 80px;
  align-items: stretch;
  perspective: 1200px;
}

.why-visual {
  position: relative;
  display: flex;
  min-height: 520px;
  isolation: isolate;
}
.why-visual::before { content: ""; position: absolute; inset: -20px -18px 30px 36px; border-radius: calc(var(--radius-xl) + 10px); background: radial-gradient(circle at 72% 24%, rgba(204,85,0,0.20), transparent 38%), linear-gradient(135deg, rgba(0,95,106,0.10), rgba(57,164,138,0.10)); filter: blur(8px); opacity: .85; z-index: -1; }
.why-img-wrap {
  position: relative;
  width: 100%;
  height: 520px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: var(--shadow-elevated);
  border: 1px solid rgba(255,255,255,0.58);
  transform: translate3d(0,0,0);
}
.why-img-wrap::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(10,14,26,0.05), transparent 42%), linear-gradient(0deg, rgba(10,14,26,0.16), transparent 44%); pointer-events: none; }
.why-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 45%;
  transform: translate3d(0, var(--why-parallax, 0px), 0) scale(1);
  transform-origin: center;
  transition: transform .18s linear;
  will-change: transform;
}
.why-stat-float { position: absolute; bottom: 16px; left: 16px; background: rgba(255,255,255,0.92); backdrop-filter: blur(18px); -webkit-backdrop-filter: blur(18px); border-radius: var(--radius-lg); padding: 18px 22px; box-shadow: 0 20px 54px rgba(10,14,26,0.16), 0 1px 0 rgba(255,255,255,0.72) inset; border: 1px solid rgba(255,255,255,0.72); transform: translateY(18px); opacity: 0; transition: opacity .75s ease .28s, transform .75s cubic-bezier(.2,.9,.2,1) .28s; }
.why-visual.show .why-stat-float { opacity: 1; transform: translateY(0); }
.why-stat-float .big { font-family: var(--font-display); font-size: 32px; font-weight: 800; color: var(--ink); }
.why-stat-float .small { font-size: 13px; color: var(--muted); margin-top: 2px; }
.why-content { display: flex; flex-direction: column; justify-content: center; height: 100%; padding-left: 20px; }
.why-content .label, .why-content h2, .why-content > p, .why-content .why-point, .why-content .btn-brand { opacity: 0; transform: translateY(22px); transition: opacity .72s ease, transform .72s cubic-bezier(.2,.9,.2,1); }
.why-content.show .label { opacity: 1; transform: translateY(0); transition-delay: .04s; }
.why-content.show h2 { opacity: 1; transform: translateY(0); transition-delay: .12s; }
.why-content.show > p { opacity: 1; transform: translateY(0); transition-delay: .20s; }
.why-content.show .why-point:nth-child(1) { opacity: 1; transform: translateY(0); transition-delay: .30s; }
.why-content.show .why-point:nth-child(2) { opacity: 1; transform: translateY(0); transition-delay: .38s; }
.why-content.show .why-point:nth-child(3) { opacity: 1; transform: translateY(0); transition-delay: .46s; }
.why-content.show .why-point:nth-child(4) { opacity: 1; transform: translateY(0); transition-delay: .54s; }
.why-content.show .btn-brand { opacity: 1; transform: translateY(0); transition-delay: .64s; }
.why-content h2 { font-family: var(--font-display); font-size: clamp(2.35rem, 4vw, 3.05rem); font-weight: 800; color: var(--ink); letter-spacing: -0.035em; line-height: 1.04; margin: 10px 0 18px; }
.why-content p { font-size: 16px; color: var(--muted); line-height: 1.75; margin-bottom: 16px; }
.why-points { display: flex; flex-direction: column; gap: 14px; margin: 24px 0 28px; }
.why-point { display: flex; align-items: flex-start; gap: 12px; }
.why-point-icon { width: 24px; height: 24px; border-radius: 50%; background: rgba(57,164,138,0.12); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; box-shadow: 0 8px 18px rgba(57,164,138,0.12); }
.why-point-icon svg { width: 12px; height: 12px; stroke: var(--green); fill: none; stroke-width: 2.5; }
.why-point p { font-size: 14px; color: var(--muted); margin: 0; line-height: 1.6; }
.btn-brand { display: inline-flex; align-items: center; justify-content: center; gap: 8px; width: fit-content; font-family: var(--font-body); font-size: 15px; font-weight: 800; color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); padding: 14px 24px; border-radius: 14px; margin-top: 10px; box-shadow: 0 14px 30px rgba(204,85,0,0.24); transition: background .2s ease, transform .2s ease, box-shadow .2s ease; }
.btn-brand:hover { color: #fff; background: linear-gradient(135deg, var(--brand-light), var(--brand-dark)); transform: translateY(-2px); box-shadow: 0 18px 38px rgba(204,85,0,0.30); }

@media (max-width: 900px) {
  .why-shapes { top: 28px; right: 24px; opacity: .42; transform: scale(.78); transform-origin: top right; }
  .why-layout { grid-template-columns: 1fr; gap: 48px; }
  .why-visual, .why-img-wrap { min-height: 340px; }
  .why-img-wrap img { height: 100%; }
  .why-content { padding-left: 0; text-align: center; align-items: center; }
  .why-points { align-items: flex-start; text-align: left; }
}
@media (max-width: 600px) {
  .why-shapes { display: none; }
  .why-visual, .why-img-wrap { min-height: 300px; }
  .why-stat-float { left: 12px; bottom: 12px; padding: 14px 16px; }
  .why-stat-float .big { font-size: 26px; }
}
@media (prefers-reduced-motion: reduce) {
  .why-img-wrap img, .why-content .label, .why-content h2, .why-content > p, .why-content .why-point, .why-content .btn-brand, .why-stat-float { transition: none !important; transform: none !important; }
}

/* ─── SYSTEM ARCHITECTURE ─── */
.arch-section { background: var(--white); }
.arch-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; }
.arch-card { background: var(--cream); border: 1px solid var(--rule); border-radius: var(--radius-lg); padding: 28px 24px; transition: 0.25s; position: relative; overflow: hidden; }
.arch-card::before { content:""; position:absolute; top:0; left:0; right:0; height:3px; background:linear-gradient(to right,var(--brand),var(--brand-light)); transform:scaleX(0); transform-origin:left; transition:0.3s; }
.arch-card:hover::before { transform:scaleX(1); }
.arch-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-elevated); }
.arch-number { font-family: var(--font-display); font-size: 13px; font-weight: 700; color: var(--brand); margin-bottom: 14px; }
.arch-card h4 { font-family: var(--font-display); font-size: 17px; font-weight: 700; color: var(--ink); margin-bottom: 8px; }
.arch-card p { font-size: 14px; color: var(--muted); line-height: 1.65; }

/* ─── USE CASES ─── */
.use-section { padding: 104px 0; background: radial-gradient(circle at 10% 10%, rgba(230,115,26,0.06), transparent 28%), radial-gradient(circle at 90% 18%, rgba(0,95,106,0.07), transparent 26%), linear-gradient(180deg, #fff 0%, #f7f9fc 100%); }
.use-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; align-items: stretch; }
.use-card { --card-accent: var(--brand); --card-accent-dark: var(--brand-dark); --card-soft: rgba(230,115,26,.10); --card-line: rgba(230,115,26,.20); background: linear-gradient(180deg, rgba(255,255,255,0.98), rgba(255,255,255,0.94)), radial-gradient(circle at 85% 12%, var(--card-soft), transparent 34%); border-radius: 28px; border: 1px solid rgba(9,17,31,0.07); padding: 30px 26px; box-shadow: 0 14px 38px rgba(9,17,31,0.07); transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; min-height: 305px; position: relative; overflow: hidden; display: flex; flex-direction: column; isolation: isolate; }
.use-card:nth-child(2) { --card-accent: var(--blue); --card-accent-dark: var(--blue); --card-soft: rgba(0,95,106,.10); --card-line: rgba(0,95,106,.22); }
.use-card:nth-child(3) { --card-accent: var(--green); --card-accent-dark: var(--green); --card-soft: rgba(57,164,138,.12); --card-line: rgba(57,164,138,.22); }
.use-card::before { content: ""; position: absolute; inset: -1px; background: radial-gradient(circle at 22% 0%, var(--card-soft), transparent 34%), linear-gradient(135deg, rgba(255,255,255,0.34), transparent 45%); opacity: 0; transition: opacity .28s ease; z-index: -1; }
.use-card::after { content: ""; position: absolute; left: 22px; right: 22px; bottom: 0; height: 4px; border-radius: 999px 999px 0 0; background: linear-gradient(90deg, var(--card-accent), var(--brand-light)); transform: scaleX(0); transform-origin: left; transition: transform .34s ease; }
.use-card:hover { transform: translateY(-8px); border-color: var(--card-line); box-shadow: 0 24px 60px rgba(9,17,31,0.13); }
.use-card:hover::before { opacity: 1; }
.use-card:hover::after { transform: scaleX(1); }
.use-icon { width: 58px; height: 58px; border-radius: 18px; display: grid; place-items: center; background: var(--card-soft); border: 1px solid var(--card-line); color: var(--card-accent-dark); font-size: 22px; margin-bottom: 18px; box-shadow: inset 0 1px 0 rgba(255,255,255,0.55); transition: transform .28s ease, background .28s ease, box-shadow .28s ease; }
.use-card:hover .use-icon { transform: translateY(-3px) scale(1.03); box-shadow: 0 12px 28px var(--card-soft), inset 0 1px 0 rgba(255,255,255,0.7); }
.use-card h4 { font-family: var(--font-display); font-size: 1.35rem; line-height: 1.15; margin-bottom: 12px; color: var(--ink); }
.use-card p { color: var(--muted); line-height: 1.75; font-size: 14px; margin-bottom: 22px; max-width: 98%; }
.use-tags { display: flex; flex-wrap: nowrap; gap: 8px; margin-top: auto; align-items: center; }
.use-tags span, .use-tag { padding: 6px 11px; border-radius: 999px; font-size: 11px; line-height: 1; font-weight: 800; background: var(--card-soft); border: 1px solid var(--card-line); color: var(--card-accent-dark); white-space: nowrap; }

/* ─── TRUST ─── */
.trust-section { background: var(--ink); }
.trust-inner { text-align: center; }
.trust-inner h2 { font-family: var(--font-display); font-size: 42px; font-weight: 800; color: #fff; letter-spacing: -0.025em; margin: 10px 0 14px; }
.trust-inner p { font-size: 17px; color: rgba(255,255,255,0.5); margin-bottom: 40px; }
.trust-logos { display: flex; justify-content: center; align-items: center; gap: 32px; flex-wrap: wrap; margin-bottom: 40px; }
.trust-logos img { height: 36px; object-fit: contain; filter: invert(1); opacity: 0.5; transition: 0.3s; }
.trust-logos img:hover { opacity: 0.9; }
.trust-badge-row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.trust-badge { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.8); background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 999px; padding: 9px 18px; display: inline-flex; align-items: center; gap: 8px; }
.trust-badge svg { width: 14px; height: 14px; flex-shrink: 0; }

/* ─── DASHBOARD PREVIEW ─── */
.clienthub-preview { display: grid; grid-template-columns: 220px 1fr; background: #0b1220; border-radius: 28px; overflow: hidden; box-shadow: 0 40px 80px rgba(0,0,0,.25); }
.ch-sidebar { background: #111827; padding: 20px; display: flex; flex-direction: column; gap: 20px; }
.ch-logo { font-weight: 800; font-size: 18px; }
.ch-logo span { color: var(--brand); }
.ch-sidebar nav a { display: flex; gap: 10px; padding: 10px; border-radius: 10px; color: #9ca3af; font-size: 13px; }
.ch-sidebar nav a.active { background: rgba(230,115,26,.15); color: #fff; }
.ch-main { padding: 20px; }
.ch-topbar { display: flex; justify-content: space-between; margin-bottom: 20px; }
.ch-topbar h4 { color: #fff; }
.ch-topbar span { font-size: 12px; color: #9ca3af; }
.ch-actions { display: flex; gap: 10px; }
.chip { padding: 8px 14px; background: #1f2937; border-radius: 999px; font-size: 12px; color: #ccc; }
.chip.primary { background: var(--brand); color: #fff; }
.ch-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; margin-bottom: 20px; }
.ch-stat { background: #111827; padding: 14px; border-radius: 12px; }
.ch-stat span { font-size: 11px; color: #9ca3af; }
.ch-stat strong { display: block; color: #fff; font-size: 18px; margin: 6px 0; }
.pos { color: #10b981; } .neg { color: #ef4444; }
.ch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.ch-panel { background: #111827; padding: 16px; border-radius: 12px; }
.ch-panel h5 { color: #fff; margin-bottom: 12px; }
.bar { display: flex; align-items: center; gap: 10px; margin-bottom: 8px; }
.bar span { font-size: 11px; color: #9ca3af; width: 30px; }
.track { flex: 1; height: 6px; background: #1f2937; border-radius: 999px; }
.track div { height: 100%; background: var(--brand); border-radius: 999px; }
.bar-jan .track div { width: 60%; }
.bar-feb .track div { width: 75%; }
.bar-mar .track div { width: 45%; }
.activity { list-style: none; font-size: 12px; color: #d1d5db; }
.activity li { margin-bottom: 8px; }
@media(max-width:900px) {
  .clienthub-preview { grid-template-columns: 1fr; }
  .ch-sidebar { display: none; }
  .ch-stats { grid-template-columns: 1fr 1fr; }
  .ch-grid { grid-template-columns: 1fr; }
}

/* ─── CTA ─── */
.cta-section { background: var(--cream); }
.cta-box { background: var(--ink); border-radius: var(--radius-xl); padding: 64px; display: flex; justify-content: space-between; align-items: center; gap: 40px; position: relative; overflow: hidden; }
.cta-box::before { content:""; position:absolute; top:-100px; right:-100px; width:400px; height:400px; border-radius:50%; background:radial-gradient(circle,rgba(204,85,0,0.2),transparent 70%); }
.cta-box::after { content:""; position:absolute; bottom:-80px; left:60px; width:300px; height:300px; border-radius:50%; background:radial-gradient(circle,rgba(57,164,138,0.07),transparent 70%); }
.cta-text { position: relative; z-index: 2; }
.cta-text h2 { font-family: var(--font-display); font-size: 38px; font-weight: 800; color: #fff; letter-spacing: -0.02em; line-height: 1.1; margin: 8px 0 12px; }
.cta-text p { font-size: 16px; color: rgba(255,255,255,0.5); max-width: 480px; line-height: 1.7; }
.cta-actions { position: relative; z-index: 2; display: flex; flex-direction: column; gap: 12px; align-items: flex-end; flex-shrink: 0; }
.btn-cta-primary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  width:200px;
  min-height:52px;

  font-family:var(--font-body);
  font-size:15px;
  font-weight:600;

  color:#fff;
  background:var(--brand);

  padding:14px 28px;
  border-radius:var(--radius-md);
  transition:0.2s;
  white-space:nowrap;
}
.btn-cta-primary:hover { background: var(--brand-dark); transform: translateY(-2px); }
.btn-cta-secondary {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;

  width:200px;
  min-height:52px;

  font-family:var(--font-body);
  font-size:15px;
  font-weight:600;

  color:rgba(255,255,255,.7);
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);

  padding:14px 28px;
  border-radius:var(--radius-md);
  transition:0.2s;
  white-space:nowrap;
}
.btn-cta-secondary:hover { color: #fff; background: rgba(255,255,255,0.1); }

/* ─── ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s ease; }
.reveal.show { opacity: 1; transform: translateY(0); }
.reveal-1 { transition-delay: 0.05s; }
.reveal-2 { transition-delay: 0.1s; }
.reveal-3 { transition-delay: 0.15s; }
.reveal-4 { transition-delay: 0.2s; }
.reveal-5 { transition-delay: 0.25s; }

/* ─── RESPONSIVE ─── */
@media (max-width: 1100px) {
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid .step-item:nth-child(5) { grid-column: span 2; }
  .use-tags { gap: 6px; }
  .use-tags span, .use-tag { padding: 6px 9px; font-size: 10px; }
}
@media (max-width: 900px) {
  .feature-strip { grid-template-columns: 1fr 1fr; }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .arch-grid { grid-template-columns: 1fr 1fr; }
  .use-grid { grid-template-columns: 1fr; }
  .use-tags { flex-wrap: wrap; }
  .use-tags span, .use-tag { padding: 6px 12px; font-size: 12px; }
  .cta-box { flex-direction: column; padding: 40px 28px; }
  .cta-actions { align-items: stretch; width: 100%; }
  .cta-actions a { text-align: center; justify-content: center; }
  .steps-grid { grid-template-columns: 1fr 1fr; }
  .steps-grid .step-item:nth-child(5) { grid-column: span 2; }
}
@media (max-width: 600px) {
  .hero-inner { padding: 64px 20px 60px; }
  .section-header h2 { font-size: 32px; }
  .feature-strip { grid-template-columns: 1fr; }
  .benefits-grid { grid-template-columns: 1fr; }
  .arch-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
  .steps-grid .step-item:nth-child(5) { grid-column: span 1; }
  .cta-box { padding: 32px 20px; }
  .cta-text h2 { font-size: 28px; }
  .trust-logos { gap: 20px; }
  .trust-logos img { height: 28px; }
}
