/* ==========================================================================
   Billmmo — SaaS Landing Page (v12)
   ========================================================================== */

* { box-sizing: border-box; }

html, body {
  margin: 0;
  padding: 0;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #0f172a;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

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; }

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ==========================================================================
   Top Navigation
   ========================================================================== */
.topnav {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(15,23,42,0.06);
}
.topnav-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.brand-mark {
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
  color: #fff;
  font-weight: 900;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 9px;
  box-shadow: 0 4px 12px rgba(239,68,68,0.3);
}
.brand-text {
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.3px;
  color: #0f172a;
}
.brand-text strong { color: #ef4444; font-weight: 800; }

.topnav-links {
  display: flex;
  gap: 4px;
  flex: 1;
  justify-content: center;
}
.topnav-links a {
  font-size: 14px;
  font-weight: 500;
  color: #475569;
  padding: 8px 14px;
  border-radius: 6px;
  transition: color 0.15s, background 0.15s;
}
.topnav-links a:hover { color: #0f172a; background: #f1f5f9; }

.topnav-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}
.btn-ghost-sm {
  padding: 9px 16px;
  font-size: 13px;
  font-weight: 600;
  color: #475569;
  border-radius: 8px;
  transition: background 0.15s;
}
.btn-ghost-sm:hover { background: #f1f5f9; }
.btn-primary-sm {
  padding: 9px 18px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #ef4444, #f97316);
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(239,68,68,0.25);
  transition: transform 0.15s, box-shadow 0.15s;
}
.btn-primary-sm:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(239,68,68,0.35);
}

@media (max-width: 900px) {
  .topnav-links { display: none; }
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn-primary, .btn-ghost, .btn-outline, .btn-link, .btn-ghost-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: inherit;
  font-weight: 700;
  font-size: 14px;
  padding: 13px 24px;
  border-radius: 10px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.18s ease;
  white-space: nowrap;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #ef4444 0%, #f97316 100%);
  box-shadow: 0 6px 20px rgba(239,68,68,0.35);
}
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(239,68,68,0.45);
}
.btn-primary.btn-lg { padding: 16px 32px; font-size: 15px; }
.btn-ghost {
  color: #0f172a;
  background: rgba(15,23,42,0.06);
}
.btn-ghost:hover { background: rgba(15,23,42,0.1); }
.btn-ghost-light {
  color: rgba(255,255,255,0.92);
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
}
.btn-ghost-light:hover { background: rgba(255,255,255,0.18); }
.btn-outline {
  color: #0f172a;
  background: #fff;
  border: 1.5px solid #e2e8f0;
}
.btn-outline:hover { border-color: #94a3b8; transform: translateY(-1px); }
.btn-block { width: 100%; display: flex; }
.btn-link {
  color: #ef4444;
  background: transparent;
  padding: 4px 0;
  font-weight: 600;
}
.btn-link:hover { color: #f97316; }

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero {
  position: relative;
  background: linear-gradient(180deg, #0a0e1a 0%, #0f172a 50%, #1e1b4b 100%);
  color: #fff;
  overflow: hidden;
  padding: 80px 0 100px;
}
.hero-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: hidden;
}
.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.5;
}
.hero-glow-1 {
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, #ef4444 0%, transparent 70%);
  top: -100px;
  left: -100px;
}
.hero-glow-2 {
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, #6366f1 0%, transparent 70%);
  bottom: -200px;
  right: -150px;
}
.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000, transparent);
  -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 40%, #000, transparent);
}

.hero-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}
.hero-text {}
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fbbf24;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 100px;
  backdrop-filter: blur(8px);
  margin-bottom: 22px;
}
.hero-title {
  font-size: 56px;
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 22px;
}
.grad-text {
  background: linear-gradient(135deg, #fbbf24 0%, #f97316 50%, #ef4444 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255,255,255,0.75);
  margin-bottom: 32px;
  max-width: 560px;
}
.hero-cta {
  display: flex;
  gap: 14px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 32px;
}
.hero-cta .btn-ghost {
  background: rgba(255,255,255,0.08);
  color: rgba(255,255,255,0.95);
  border: 1px solid rgba(255,255,255,0.15);
}
.hero-cta .btn-ghost:hover { background: rgba(255,255,255,0.15); }

.hero-trust {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.trust-stars {
  color: #fbbf24;
  font-size: 16px;
  letter-spacing: 1px;
}
.trust-text {
  font-size: 13px;
  color: rgba(255,255,255,0.7);
}
.trust-text strong { color: #fff; font-weight: 700; }

/* Phone mockups */
.hero-visual {
  position: relative;
  height: 540px;
}
.phone-stack {
  position: relative;
  width: 100%;
  height: 100%;
}
.phone {
  position: absolute;
  background: #0f172a;
  border: 8px solid #1e293b;
  border-radius: 38px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(255,255,255,0.1);
}
.phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.phone-back {
  width: 240px;
  height: 480px;
  top: 30px;
  left: 50%;
  transform: translateX(-90%) rotate(-8deg);
  opacity: 0.8;
}
.phone-front {
  width: 280px;
  height: 540px;
  top: 0;
  left: 50%;
  transform: translateX(-30%) rotate(4deg);
  z-index: 2;
}
.phone-badge {
  position: absolute;
  background: #fff;
  color: #0f172a;
  font-size: 12px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 100px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
  z-index: 3;
  white-space: nowrap;
}
.phone-badge-1 {
  top: 40px;
  right: -30px;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
}
.phone-badge-2 {
  bottom: 60px;
  left: -40px;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
  color: #0f172a;
}

@media (max-width: 900px) {
  .hero { padding: 60px 0 80px; }
  .hero-inner { grid-template-columns: 1fr; gap: 50px; }
  .hero-title { font-size: 40px; letter-spacing: -1px; }
  .hero-sub { font-size: 16px; }
  .hero-visual { height: 480px; }
  .phone-back { width: 200px; height: 400px; transform: translateX(-100%) rotate(-8deg); }
  .phone-front { width: 230px; height: 460px; transform: translateX(-20%) rotate(4deg); }
  .phone-badge-1 { top: 30px; right: -10px; }
  .phone-badge-2 { bottom: 40px; left: -20px; }
}
@media (max-width: 500px) {
  .hero-title { font-size: 32px; }
}

/* ==========================================================================
   Metrics
   ========================================================================== */
.metrics {
  background: #fff;
  padding: 40px 0;
  border-bottom: 1px solid #f1f5f9;
}
.metrics-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  text-align: center;
}
.metric strong {
  display: block;
  font-size: 32px;
  font-weight: 800;
  color: #0f172a;
  letter-spacing: -1px;
  margin-bottom: 4px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.metric span {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}
@media (max-width: 700px) {
  .metrics-inner { grid-template-columns: repeat(2, 1fr); gap: 24px; }
}

/* ==========================================================================
   Section Heading
   ========================================================================== */
.section-head-c {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 50px;
}
.kicker {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #ef4444;
  background: #fef2f2;
  padding: 5px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}
.kicker-light {
  color: #fbbf24;
  background: rgba(251,191,36,0.15);
}
.section-head-c h2 {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.8px;
  color: #0f172a;
  margin-bottom: 14px;
}
.section-head-c p {
  font-size: 16px;
  color: #64748b;
  line-height: 1.65;
}
@media (max-width: 700px) {
  .section-head-c h2 { font-size: 28px; }
}

/* ==========================================================================
   Features
   ========================================================================== */
.features {
  padding: 90px 0;
  background: #fff;
}
.feat-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.feat-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 28px 26px;
  transition: all 0.2s ease;
}
.feat-card:hover {
  border-color: #cbd5e1;
  transform: translateY(-3px);
  box-shadow: 0 20px 40px rgba(15,23,42,0.06);
}
.feat-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.feat-icon svg { width: 24px; height: 24px; }
.feat-icon[data-c="red"] { background: #fef2f2; color: #ef4444; }
.feat-icon[data-c="blue"] { background: #eff6ff; color: #3b82f6; }
.feat-icon[data-c="green"] { background: #f0fdf4; color: #16a34a; }
.feat-icon[data-c="purple"] { background: #faf5ff; color: #9333ea; }
.feat-icon[data-c="orange"] { background: #fff7ed; color: #f97316; }
.feat-icon[data-c="pink"] { background: #fdf2f8; color: #ec4899; }
.feat-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.feat-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.65;
}
@media (max-width: 900px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 600px) {
  .feat-grid { grid-template-columns: 1fr; }
  .features { padding: 60px 0; }
}

/* ==========================================================================
   How It Works
   ========================================================================== */
.how {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.steps-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
}
.step-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  padding: 30px 28px;
  position: relative;
  text-align: center;
}
.step-num {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
  box-shadow: 0 8px 20px rgba(239,68,68,0.3);
}
.step-card h3 {
  font-size: 18px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 8px;
}
.step-card p {
  font-size: 14px;
  color: #64748b;
  line-height: 1.65;
}
.step-arrow {
  align-self: center;
  font-size: 28px;
  color: #cbd5e1;
  font-weight: 300;
}
@media (max-width: 800px) {
  .steps-grid { grid-template-columns: 1fr; }
  .step-arrow { transform: rotate(90deg); }
  .how { padding: 60px 0; }
}

/* ==========================================================================
   Banks
   ========================================================================== */
.banks {
  padding: 90px 0;
  background: #fff;
}
.bank-marquee {
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px 0;
  background: #fff;
  position: relative;
}
.bank-marquee::before, .bank-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}
.bank-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #fff, transparent);
}
.bank-marquee::after {
  right: 0;
  background: linear-gradient(-90deg, #fff, transparent);
}
.bank-track {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
}
.bank-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 10px;
  transition: background 0.15s;
}
.bank-logo:hover { background: #f8fafc; }
.bank-logo img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  border-radius: 8px;
}
.bank-logo span {
  font-size: 12px;
  font-weight: 600;
  color: #475569;
}
.banks-cta {
  text-align: center;
  margin-top: 28px;
  font-size: 14px;
  color: #64748b;
}
.banks-cta strong { color: #0f172a; font-weight: 700; }
.banks-cta a { margin-left: 12px; }
@media (max-width: 600px) {
  .banks { padding: 60px 0; }
  .bank-logo img { width: 40px; height: 40px; }
}

/* ==========================================================================
   Pricing
   ========================================================================== */
.pricing {
  padding: 90px 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
}
.price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1100px;
  margin: 0 auto;
}
.price-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 18px;
  padding: 32px 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-card-pop {
  border: 2px solid #ef4444;
  box-shadow: 0 30px 60px rgba(239,68,68,0.15);
  transform: scale(1.03);
  background: linear-gradient(180deg, #fff 0%, #fff7ed 100%);
}
.price-pop {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.5px;
  padding: 5px 14px;
  border-radius: 100px;
  white-space: nowrap;
}
.price-tier {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1.5px;
  color: #ef4444;
  margin-bottom: 8px;
  display: block;
}
.price-head h3 {
  font-size: 22px;
  font-weight: 800;
  color: #0f172a;
  margin-bottom: 6px;
}
.price-desc {
  font-size: 13px;
  color: #64748b;
  margin-bottom: 22px;
}
.price-amount {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 24px;
  flex-wrap: wrap;
}
.price-num {
  font-size: 36px;
  font-weight: 900;
  color: #0f172a;
  letter-spacing: -1px;
}
.price-num small { font-size: 18px; font-weight: 700; color: #475569; }
.price-unit {
  font-size: 13px;
  color: #64748b;
  font-weight: 500;
}
.price-old {
  font-size: 14px;
  color: #94a3b8;
  text-decoration: line-through;
  font-weight: 600;
}
.price-features {
  margin-bottom: 26px;
  flex: 1;
}
.price-features li {
  font-size: 14px;
  color: #334155;
  padding: 8px 0 8px 28px;
  position: relative;
  border-bottom: 1px dashed #e2e8f0;
}
.price-features li:last-child { border-bottom: none; }
.price-features li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
  background: #f0fdf4;
  color: #16a34a;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
}
.price-card-pop .price-features li::before {
  background: #fff7ed;
  color: #ef4444;
}
.price-features li strong { color: #0f172a; font-weight: 700; }

@media (max-width: 900px) {
  .price-grid { grid-template-columns: 1fr; max-width: 480px; }
  .price-card-pop { transform: none; }
  .pricing { padding: 60px 0; }
}

/* ==========================================================================
   Testimonials
   ========================================================================== */
.testimonials {
  padding: 90px 0;
  background: #fff;
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  max-width: 1000px;
  margin: 0 auto;
}
.review-card {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 28px;
}
.review-stars {
  color: #fbbf24;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 14px;
}
.review-card p {
  font-size: 15px;
  line-height: 1.7;
  color: #334155;
  margin-bottom: 20px;
}
.review-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  flex-shrink: 0;
}
.avatar[data-c="red"] { background: linear-gradient(135deg, #ef4444, #f97316); }
.avatar[data-c="blue"] { background: linear-gradient(135deg, #3b82f6, #6366f1); }
.avatar[data-c="green"] { background: linear-gradient(135deg, #10b981, #059669); }
.avatar[data-c="orange"] { background: linear-gradient(135deg, #f59e0b, #ea580c); }
.review-author strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  color: #0f172a;
}
.review-author span {
  font-size: 12px;
  color: #64748b;
}
@media (max-width: 700px) {
  .reviews-grid { grid-template-columns: 1fr; }
  .testimonials { padding: 60px 0; }
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
  padding: 90px 0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}
.faq-wrap {
  display: grid;
  grid-template-columns: 360px 1fr;
  gap: 40px;
  align-items: start;
}
.faq-side {
  position: sticky;
  top: 90px;
}
.faq-side .kicker { margin-bottom: 14px; }
.faq-side h2 {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
  color: #0f172a;
  margin-bottom: 14px;
}
.faq-side p {
  font-size: 15px;
  color: #64748b;
  margin-bottom: 22px;
  line-height: 1.65;
}
.faq-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  overflow: hidden;
  transition: border-color 0.15s;
}
.faq-item:hover { border-color: #cbd5e1; }
.faq-item[open] { border-color: #ef4444; }
.faq-item summary {
  cursor: pointer;
  padding: 18px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #0f172a;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  font-size: 22px;
  color: #94a3b8;
  font-weight: 300;
  transition: transform 0.2s;
}
.faq-item[open] summary::after {
  content: "−";
  color: #ef4444;
}
.faq-item p {
  padding: 0 22px 18px;
  font-size: 14px;
  color: #475569;
  line-height: 1.7;
}
@media (max-width: 800px) {
  .faq-wrap { grid-template-columns: 1fr; }
  .faq-side { position: static; }
  .faq { padding: 60px 0; }
}

/* ==========================================================================
   Final CTA
   ========================================================================== */
.cta-section {
  padding: 80px 0 100px;
  background: #fff;
}
.cta-box {
  position: relative;
  background: linear-gradient(135deg, #0f172a 0%, #1e1b4b 100%);
  color: #fff;
  border-radius: 24px;
  padding: 72px 40px;
  text-align: center;
  overflow: hidden;
}
.cta-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(239,68,68,0.4) 0%, transparent 60%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(60px);
}
.cta-box .kicker { position: relative; }
.cta-box h2 {
  position: relative;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.8px;
  margin-bottom: 16px;
  color: #fff;
}
.cta-box > p {
  position: relative;
  font-size: 17px;
  color: rgba(255,255,255,0.75);
  max-width: 580px;
  margin: 0 auto 32px;
  line-height: 1.65;
}
.cta-actions {
  position: relative;
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.cta-meta {
  position: relative;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
  color: rgba(255,255,255,0.7);
  font-weight: 500;
}
@media (max-width: 700px) {
  .cta-box { padding: 50px 24px; border-radius: 16px; }
  .cta-box h2 { font-size: 28px; }
  .cta-section { padding: 60px 0; }
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
  background: #0f172a;
  color: rgba(255,255,255,0.7);
  padding: 60px 0 30px;
}
.footer-top {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  gap: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-brand { max-width: 360px; }
.footer-brand .brand { margin-bottom: 18px; }
.footer-brand .brand-text { color: #fff; }
.footer-brand p {
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255,255,255,0.6);
  margin-bottom: 18px;
}
.footer-social {
  display: flex;
  gap: 8px;
}
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.85);
  transition: background 0.15s;
}
.footer-social a:hover { background: rgba(239,68,68,0.4); color: #fff; }

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-col strong {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}
.footer-col a {
  font-size: 13px;
  color: rgba(255,255,255,0.6);
  transition: color 0.15s;
}
.footer-col a:hover { color: #fff; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: 28px;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}
.footer-bottom p { margin: 0; }
@media (max-width: 800px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 500px) {
  .footer-top { grid-template-columns: 1fr; }
}

/* ==========================================================================
   Floating CTA
   ========================================================================== */
.float-cta {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 22px;
  background: linear-gradient(135deg, #ef4444, #f97316);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 100px;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(239,68,68,0.45);
  transition: transform 0.18s, box-shadow 0.18s;
}
.float-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(239,68,68,0.55);
}
.float-cta-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(255,255,255,0.25);
  border-radius: 50%;
  font-size: 13px;
}
@media (max-width: 600px) {
  .float-cta { bottom: 16px; right: 16px; padding: 12px 18px; font-size: 13px; }
}
