/* ==========================================================================
   Billmmo — Dark Bento Grid Layout (v15, Linear/Vercel-style)
   ========================================================================== */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; max-width: 100%; overflow-x: hidden; }
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
  color: #e5e5e5;
  background: #050505;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, p, ul, ol { margin: 0; padding: 0; }
ul, ol { list-style: none; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }

/* Gradient text */
.grad-em {
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 50%, #dc2626 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.grad-em-2 {
  background: linear-gradient(135deg, #f97316 0%, #dc2626 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

/* ==========================================================================
   Top Navigation (dark glass)
   ========================================================================== */
.nav {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,10,10,0.7);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.nav-inner {
  max-width: 1240px; margin: 0 auto;
  padding: 14px 24px;
  display: flex; align-items: center; gap: 28px;
}
.brand { display: flex; align-items: center; gap: 9px; flex-shrink: 0; }
.brand-mark {
  width: 30px; height: 30px;
  background: linear-gradient(135deg, #dc2626, #f97316);
  color: #fff;
  font-weight: 900; font-size: 16px;
  display: flex; align-items: center; justify-content: center;
  border-radius: 8px;
  letter-spacing: -0.5px;
  box-shadow: 0 4px 14px rgba(220,38,38,0.4);
}
.brand-text {
  font-size: 18px; font-weight: 700;
  letter-spacing: -0.4px;
  color: #ffffff;
}
.nav-menu {
  display: flex; gap: 4px;
  flex: 1; justify-content: center;
}
.nav-menu a {
  font-size: 14px; font-weight: 500;
  color: #a3a3a3;
  padding: 8px 14px;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}
.nav-menu a:hover { color: #fff; background: rgba(255,255,255,0.05); }
.nav-actions { display: flex; gap: 8px; align-items: center; }
.nav-link {
  font-size: 14px; font-weight: 500;
  color: #a3a3a3;
  padding: 8px 14px;
}
.nav-link:hover { color: #fff; }
.nav-cta {
  background: linear-gradient(135deg, #dc2626, #f97316);
  color: #fff;
  font-size: 14px; font-weight: 600;
  padding: 9px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 14px rgba(220,38,38,0.35);
  transition: transform 0.15s, box-shadow 0.15s;
}
.nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(220,38,38,0.5); }
@media (max-width: 900px) { .nav-menu { display: none; } }

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-pri, .btn-ghost, .btn-out, .btn-pri-sm {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: inherit; font-weight: 600;
  font-size: 14px;
  padding: 12px 24px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
  text-decoration: none;
}
.btn-pri {
  background: linear-gradient(135deg, #dc2626, #f97316);
  color: #fff;
  box-shadow: 0 8px 24px rgba(220,38,38,0.35);
}
.btn-pri:hover { transform: translateY(-2px); box-shadow: 0 12px 30px rgba(220,38,38,0.5); }
.btn-pri.btn-lg { padding: 16px 32px; font-size: 16px; }
.btn-pri-sm { padding: 8px 16px; font-size: 13px; background: linear-gradient(135deg, #dc2626, #f97316); color: #fff; }
.btn-ghost {
  background: rgba(255,255,255,0.06);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.12);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); border-color: rgba(255,255,255,0.18); }
.btn-out {
  background: rgba(255,255,255,0.04);
  color: #e5e5e5;
  border: 1px solid rgba(255,255,255,0.12);
  width: 100%;
  justify-content: center;
}
.btn-out:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.2); }

/* ==========================================================================
   Background orbs (reusable)
   ========================================================================== */
.bg-orbs {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
}
.orb-red {
  width: 600px; height: 600px;
  background: radial-gradient(circle, rgba(220,38,38,0.4) 0%, transparent 70%);
  top: -200px; left: -200px;
}
.orb-blue {
  width: 700px; height: 700px;
  background: radial-gradient(circle, rgba(99,102,241,0.3) 0%, transparent 70%);
  bottom: -300px; right: -200px;
}
.grid-pattern {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.04) 1px, transparent 1px);
  background-size: 60px 60px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 100%);
  -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 100%);
}

/* ==========================================================================
   iPhone Frame
   ========================================================================== */
.iphone {
  position: relative;
  background: linear-gradient(145deg, #2a2a2a 0%, #0a0a0a 100%);
  border-radius: 38px;
  padding: 10px;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.08),
    0 30px 60px -15px rgba(0,0,0,0.6),
    0 15px 30px -10px rgba(0,0,0,0.4);
}
.iphone-screen {
  position: relative;
  width: 100%;
  aspect-ratio: 9/19.5;
  background: #1a1a1a;
  border-radius: 28px;
  overflow: hidden;
}
.iphone-screen img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}
.iphone-notch {
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 22px;
  background: #000;
  border-radius: 18px;
  z-index: 2;
}
.iphone-home {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: rgba(255,255,255,0.85);
  border-radius: 4px;
  z-index: 2;
}
.iphone-md { width: 200px; }
.iphone-sm { width: 150px; }

/* ==========================================================================
   HERO
   ========================================================================== */
.hero {
  position: relative;
  padding: 120px 24px 100px;
  text-align: center;
  overflow: hidden;
}
.hero-inner {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  z-index: 1;
}
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  color: #e5e5e5;
  font-size: 13px;
  font-weight: 500;
  padding: 6px 16px;
  border-radius: 100px;
  margin-bottom: 28px;
}
.pill-dot {
  width: 8px; height: 8px;
  background: #10b981;
  border-radius: 50%;
  box-shadow: 0 0 12px rgba(16,185,129,0.7);
  animation: dotPulse 2s ease-in-out infinite;
}
@keyframes dotPulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}
.hero h1 {
  font-size: 84px;
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -3px;
  color: #fff;
  margin-bottom: 26px;
}
.hero-sub {
  font-size: 19px;
  line-height: 1.55;
  color: #a3a3a3;
  max-width: 600px;
  margin: 0 auto 38px;
}
.hero-cta {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .hero { padding: 80px 24px 60px; }
  .hero h1 { font-size: 52px; letter-spacing: -2px; }
  .hero-sub { font-size: 17px; }
}
@media (max-width: 500px) {
  .hero h1 { font-size: 40px; letter-spacing: -1.5px; }
}

/* ==========================================================================
   Section heading (centered, dark)
   ========================================================================== */
.sec-head {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
  padding: 0 24px;
}
.sec-head-l { text-align: left; max-width: 1240px; padding: 0 32px; margin-bottom: 40px; }
.kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #f97316;
  background: rgba(249,115,22,0.1);
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 20px;
}
.sec-head h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 14px;
}
.sec-head p {
  font-size: 17px;
  color: #a3a3a3;
  line-height: 1.55;
  max-width: 640px;
  margin: 0 auto;
}
.sec-head-l p { margin: 0; max-width: 640px; }
@media (max-width: 700px) {
  .sec-head h2 { font-size: 36px; letter-spacing: -1.2px; }
  .sec-head p { font-size: 15px; }
}

/* ==========================================================================
   BENTO GRID
   ========================================================================== */
.bento-wrap {
  padding: 80px 0 100px;
  background: linear-gradient(180deg, #050505 0%, #0a0a0a 100%);
}
.bento {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 16px;
}
.card {
  background: linear-gradient(145deg, #161616 0%, #0d0d0d 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 22px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.2s, transform 0.2s;
}
.card:hover {
  border-color: rgba(255,255,255,0.16);
  transform: translateY(-3px);
}
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(220,38,38,0.08), transparent 50%);
  pointer-events: none;
}
.card-tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #f97316;
  background: rgba(249,115,22,0.12);
  padding: 4px 10px;
  border-radius: 4px;
  margin-bottom: 14px;
  position: relative;
  z-index: 1;
}

/* Phone showcase card (big — 2 cols x 2 rows) */
.card-phone {
  grid-column: span 2;
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  background: linear-gradient(145deg, #1a0808 0%, #0a0a0a 60%);
  position: relative;
}
.card-phone::after {
  content: "";
  position: absolute;
  width: 300px; height: 300px;
  background: radial-gradient(circle, rgba(220,38,38,0.25) 0%, transparent 60%);
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(40px);
  pointer-events: none;
}
.card-phone .iphone {
  position: relative;
  z-index: 1;
  margin: 12px 0;
}
.card-phone .card-info {
  position: relative;
  z-index: 1;
}
.card-info h3 {
  font-size: 18px; font-weight: 700;
  color: #fff;
  margin-bottom: 4px;
  letter-spacing: -0.3px;
}
.card-info p {
  font-size: 13px;
  color: #a3a3a3;
  line-height: 1.5;
}

/* Stat card (1x1) */
.card-stat {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.card-stat strong {
  font-size: 56px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -2.5px;
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
  margin-bottom: 4px;
}
.card-stat strong small {
  font-size: 24px; font-weight: 700;
}
.card-stat span {
  font-size: 13px;
  color: #a3a3a3;
  font-weight: 500;
}
.card-stat-2 strong {
  background: linear-gradient(135deg, #6366f1 0%, #ec4899 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Wide feature card (2 cols) */
.card-wide { grid-column: span 2; }
.card-feat {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.card-feat .feat-icon {
  font-size: 32px;
  width: 56px; height: 56px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.1);
  border-radius: 14px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 16px;
}
.card-feat h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 6px;
}
.card-feat p {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.6;
  margin-bottom: 14px;
}
.feat-line {
  height: 1px;
  background: linear-gradient(90deg, rgba(220,38,38,0.4), transparent);
  margin-bottom: 14px;
}
.feat-tags {
  display: flex; gap: 6px; flex-wrap: wrap;
}
.feat-tags span {
  font-size: 11px;
  font-weight: 600;
  color: #d4d4d4;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 4px 10px;
  border-radius: 100px;
}

/* Small phone card */
.card-phone-sm {
  grid-row: span 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  position: relative;
}
.card-phone-sm::after {
  content: "";
  position: absolute;
  width: 220px; height: 220px;
  background: radial-gradient(circle, rgba(99,102,241,0.2) 0%, transparent 60%);
  top: 40%; left: 50%;
  transform: translate(-50%, -50%);
  filter: blur(30px);
  pointer-events: none;
}
.card-phone-sm .iphone {
  position: relative;
  z-index: 1;
  margin: 10px 0;
}

/* Banks card */
.card-banks h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 16px;
}
.bank-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.bank-row img {
  width: 32px; height: 32px;
  border-radius: 50%;
  object-fit: contain;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 2px;
}

/* Full-width feature row */
.card-full {
  grid-column: span 4;
}
.feat-row {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}
.feat-row .feat-icon {
  font-size: 28px;
  width: 56px; height: 56px;
  flex-shrink: 0;
  margin-bottom: 0;
}
.feat-row > div {
  flex: 1;
  min-width: 240px;
}
.feat-row > div h3 {
  font-size: 22px;
  margin-bottom: 4px;
}
.feat-row > div p {
  margin-bottom: 0;
}
.feat-row > a { flex-shrink: 0; }

@media (max-width: 1000px) {
  .bento { grid-template-columns: repeat(2, 1fr); }
  .card-phone { grid-column: span 2; grid-row: span 2; }
  .card-wide { grid-column: span 2; }
  .card-full { grid-column: span 2; }
}
@media (max-width: 600px) {
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; gap: 12px; }
  .card { padding: 20px; min-height: 180px; }
  .card-phone, .card-phone-sm, .card-stat, .card-wide, .card-feat, .card-full {
    grid-column: span 1; grid-row: span 1;
  }
  .card-phone, .card-phone-sm { padding: 24px 20px; }
  .card-stat strong { font-size: 44px; }
  .sec-head h2 { font-size: 32px; }
}

/* ==========================================================================
   Bill Gallery (Grid on desktop, hscroll on mobile)
   ========================================================================== */
.gallery {
  padding: 80px 0 100px;
  background: #0a0a0a;
  overflow: hidden;
}
.hscroll {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.hscroll-track {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.hcard {
  background: linear-gradient(145deg, #161616 0%, #0d0d0d 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.hcard-vis {
  position: relative;
  background: #0a0a0a;
  height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hcard-glow {
  position: absolute;
  width: 320px; height: 320px;
  border-radius: 50%;
  filter: blur(60px);
  z-index: 0;
}
.hcard-glow-red { background: radial-gradient(circle, rgba(220,38,38,0.3), transparent 70%); }
.hcard-glow-blue { background: radial-gradient(circle, rgba(99,102,241,0.3), transparent 70%); }
.hcard-glow-green { background: radial-gradient(circle, rgba(16,185,129,0.3), transparent 70%); }
.hcard-vis .iphone {
  position: relative;
  z-index: 1;
  transform: scale(0.95);
}
.hcard-info {
  padding: 24px 24px 28px;
}
.hcard-num {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 2px;
  color: #f97316;
  margin-bottom: 8px;
  display: block;
}
.hcard-info h3 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.5px;
  color: #fff;
  margin-bottom: 8px;
}
.hcard-info p {
  font-size: 14px;
  color: #a3a3a3;
  line-height: 1.55;
  margin-bottom: 14px;
}
.hcard-info ul li {
  font-size: 13.5px;
  color: #d4d4d4;
  padding: 4px 0;
}

/* CTA card at end of horizontal scroll */
.hcard-cta {
  background: linear-gradient(135deg, #1a0a0a 0%, #0a0a0a 100%);
  border: 1px solid rgba(220,38,38,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hcard-cta-content {
  padding: 40px 28px;
}
.hcard-cta h3 {
  font-size: 28px;
  font-weight: 800;
  line-height: 1.15;
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 14px;
}
.hcard-cta p {
  font-size: 14px;
  color: #a3a3a3;
  margin-bottom: 22px;
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .hscroll-track { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .hscroll {
    padding: 0;
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #262626 transparent;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }
  .hscroll::-webkit-scrollbar { height: 6px; }
  .hscroll::-webkit-scrollbar-thumb { background: #262626; border-radius: 100px; }
  .hscroll-track {
    display: flex;
    grid-template-columns: none;
    gap: 16px;
    padding: 0 24px 16px;
    width: max-content;
  }
  .hcard {
    scroll-snap-align: start;
    width: 280px;
    flex-shrink: 0;
  }
  .hcard-vis { height: 320px; }
  .hcard-vis .iphone { transform: scale(0.85); }
  .gallery { padding: 60px 0 80px; }
}

/* ==========================================================================
   Pricing
   ========================================================================== */
.pricing {
  padding: 100px 0;
  background: linear-gradient(180deg, #0a0a0a 0%, #050505 100%);
}
.price-grid {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.price {
  background: linear-gradient(145deg, #161616 0%, #0d0d0d 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  padding: 30px 26px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-pop {
  border: 2px solid transparent;
  background:
    linear-gradient(145deg, #1a0a0a 0%, #0d0d0d 100%) padding-box,
    linear-gradient(135deg, #dc2626, #f97316, #fbbf24) border-box;
  transform: translateY(-10px);
  box-shadow: 0 30px 60px -20px rgba(220,38,38,0.4);
}
.price-pop-tag {
  position: absolute;
  top: -12px; left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #dc2626, #f97316);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 5px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.price-tier {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #f97316;
  display: block;
  margin-bottom: 6px;
}
.price h3 {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -0.5px;
  margin-bottom: 22px;
}
.price-amt {
  display: flex;
  align-items: baseline;
  gap: 6px;
  margin-bottom: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.price-amt strong {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -1.5px;
}
.price-amt span {
  font-size: 13px;
  color: #a3a3a3;
}
.price ul { flex: 1; margin-bottom: 22px; }
.price ul li {
  font-size: 14px;
  color: #d4d4d4;
  padding: 7px 0 7px 24px;
  position: relative;
}
.price ul li::before {
  content: "✓";
  position: absolute;
  left: 0; top: 7px;
  width: 18px; height: 18px;
  background: rgba(16,185,129,0.15);
  color: #10b981;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 800;
}
.price-pop ul li::before {
  background: rgba(249,115,22,0.15);
  color: #f97316;
}
.price ul li strong { font-weight: 700; color: #fff; }
.price .btn-pri, .price .btn-out { width: 100%; justify-content: center; }
@media (max-width: 900px) {
  .price-grid { grid-template-columns: 1fr; max-width: 460px; }
  .price-pop { transform: none; }
  .pricing { padding: 70px 0; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
  padding: 100px 0;
  background: #050505;
}
.faq-list {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 24px;
}
.q {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 0 6px;
  margin-bottom: 10px;
  transition: border-color 0.15s;
}
.q:hover { border-color: rgba(255,255,255,0.16); }
.q[open] { border-color: rgba(220,38,38,0.4); background: rgba(220,38,38,0.03); }
.q summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 18px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.q summary::-webkit-details-marker { display: none; }
.q summary::after {
  content: "+";
  font-size: 24px;
  color: #737373;
  font-weight: 300;
}
.q[open] summary::after { content: "−"; color: #f97316; }
.q p {
  padding: 0 18px 18px;
  font-size: 14.5px;
  color: #a3a3a3;
  line-height: 1.65;
}
.q p strong { color: #fff; }
@media (max-width: 600px) {
  .faq { padding: 70px 0; }
  .q summary { font-size: 15px; padding: 16px; }
}

/* ==========================================================================
   Final CTA
   ========================================================================== */
.finalcta {
  position: relative;
  padding: 120px 24px;
  background: #0a0a0a;
  text-align: center;
  overflow: hidden;
}
.finalcta-inner {
  max-width: 720px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.finalcta h2 {
  font-size: 64px;
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -2px;
  color: #fff;
  margin-bottom: 18px;
}
.finalcta p {
  font-size: 18px;
  color: #a3a3a3;
  margin-bottom: 36px;
}
.finalcta-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .finalcta { padding: 80px 24px; }
  .finalcta h2 { font-size: 40px; letter-spacing: -1.2px; }
  .finalcta p { font-size: 16px; }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.ft {
  background: #050505;
  border-top: 1px solid rgba(255,255,255,0.06);
  padding: 50px 0 24px;
}
.ft-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 24px;
}
.ft-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 32px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.ft-brand { max-width: 360px; }
.ft-brand .brand { margin-bottom: 14px; }
.ft-brand p {
  font-size: 13px;
  line-height: 1.55;
  color: #737373;
}
.ft-col { display: flex; flex-direction: column; gap: 8px; }
.ft-col strong {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
}
.ft-col a { font-size: 13.5px; color: #a3a3a3; transition: color 0.15s; }
.ft-col a:hover { color: #fff; }
.ft-bot {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 22px;
  font-size: 12.5px;
  color: #525252;
}
.ft-bot p { margin: 0; }
@media (max-width: 800px) {
  .ft-top { grid-template-columns: 1fr 1fr; gap: 28px; }
  .ft-brand { grid-column: 1 / -1; }
}
@media (max-width: 500px) { .ft-top { grid-template-columns: 1fr; } }

/* ==========================================================================
   Float CTA
   ========================================================================== */
.float-cta {
  position: fixed;
  bottom: 22px; right: 22px;
  z-index: 80;
  background: linear-gradient(135deg, #dc2626, #f97316);
  color: #fff;
  font-size: 14px; font-weight: 700;
  padding: 12px 22px;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 12px 32px rgba(220,38,38,0.5);
  transition: transform 0.15s, box-shadow 0.15s;
}
.float-cta:hover { transform: translateY(-2px); box-shadow: 0 16px 40px rgba(220,38,38,0.6); }
@media (max-width: 600px) { .float-cta { bottom: 14px; right: 14px; padding: 10px 18px; font-size: 13px; } }
