:root {
  --bg: #140708;
  --bg-soft: #200b0d;
  --surface: rgba(255,255,255,0.06);
  --surface-strong: rgba(255,255,255,0.1);
  --text: #fcf6ed;
  --muted: #e5cda5;
  --gold: #c89a2a;
  --gold-dark: #9b6f12;
  --gold-soft: #f0d38c;
  --red: #be0f1c;
  --red-dark: #7e0610;
  --line: rgba(200, 154, 42, 0.24);
  --white: #ffffff;
  --success: #b99a56;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.42);
  --radius: 18px;
  --radius-sm: 12px;
  --container: 1200px;
  --transition: all 0.3s ease;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Segoe UI", Arial, sans-serif;
  background:
    radial-gradient(circle at top right, rgba(200,154,42,0.16), transparent 30%),
    radial-gradient(circle at top left, rgba(190,15,28,0.10), transparent 28%),
    linear-gradient(180deg, #120607 0%, #1d0b0d 100%);
  color: var(--text);
  line-height: 1.6;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

ul {
  list-style: none;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.topbar {
  background: linear-gradient(90deg, rgba(126,6,16,0.92), rgba(80,8,12,0.9));
  border-bottom: 1px solid var(--line);
  font-size: 0.95rem;
}

.topbar .container {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.8rem 0;
  flex-wrap: wrap;
}

.topbar-items,
.topbar-cta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
}

.topbar-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--gold-soft);
}

.icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(212,175,99,0.12);
  border: 1px solid rgba(212,175,99,0.28);
  font-size: 0.95rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(16px);
  background: rgba(20,7,8,0.92);
  border-bottom: 1px solid var(--line);
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  gap: 1rem;
}

.brand {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.brand-logo-wrap {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  width: clamp(210px, 24vw, 420px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 10px 24px rgba(0, 0, 0, 0.28));
}

.footer-brand .brand-logo {
  width: clamp(180px, 18vw, 320px);
}

.brand small {
  color: var(--muted);
  letter-spacing: 0.3px;
  padding-left: 0.35rem;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

.nav-menu a {
  color: var(--text);
  font-weight: 500;
  transition: var(--transition);
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--gold-soft);
}

.nav-cta,
.btn,
button.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: none;
  cursor: pointer;
  border-radius: 999px;
  padding: 0.95rem 1.4rem;
  font-weight: 700;
  transition: var(--transition);
}

.btn-primary {
  background: linear-gradient(135deg, var(--red) 0%, #dd2230 54%, var(--gold) 100%);
  color: #fff8ef;
  box-shadow: 0 14px 30px rgba(190, 15, 28, 0.22);
}

.btn-primary:hover {
  transform: translateY(-2px);
}

.btn-secondary {
  background: transparent;
  color: var(--text);
  border: 1px solid rgba(255,255,255,0.18);
}

.btn-secondary:hover {
  border-color: rgba(212,175,99,0.5);
  color: var(--gold-soft);
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--line);
  color: var(--white);
  font-size: 1.35rem;
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.hero,
.page-hero {
  position: relative;
  overflow: hidden;
}

.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(20,7,8,0.92) 0%, rgba(20,7,8,0.76) 40%, rgba(20,7,8,0.56) 100%),
    url('../images/hero.png') center/cover no-repeat;
  z-index: -2;
}

.page-hero.solutions::before {
  background:
    linear-gradient(90deg, rgba(20,7,8,0.92) 0%, rgba(20,7,8,0.76) 40%, rgba(20,7,8,0.56) 100%),
    url('../images/hero.png') center/cover no-repeat;
}

.page-hero.form-page::before {
  background:
    linear-gradient(90deg, rgba(20,7,8,0.94) 0%, rgba(20,7,8,0.80) 42%, rgba(20,7,8,0.60) 100%),
    url('../images/hero.png') center/cover no-repeat;
}

.page-hero.about::before {
  background:
    linear-gradient(90deg, rgba(20,7,8,0.94) 0%, rgba(20,7,8,0.80) 42%, rgba(20,7,8,0.60) 100%),
    url('../images/hero.png') center/cover no-repeat;
}

.page-hero.contact::before {
  background:
    linear-gradient(90deg, rgba(20,7,8,0.94) 0%, rgba(20,7,8,0.80) 42%, rgba(20,7,8,0.60) 100%),
    url('../images/hero.png') center/cover no-repeat;
}

.page-hero.legal::before,
.page-hero.privacy::before,
.page-hero.faq-hero::before,
.page-hero.thanks::before {
  background:
    linear-gradient(90deg, rgba(20,7,8,0.95) 0%, rgba(20,7,8,0.84) 42%, rgba(20,7,8,0.66) 100%),
    url('../images/hero.png') center/cover no-repeat;
}

.hero .container,
.page-hero .container {
  padding: 6.5rem 0 5.5rem;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 2rem;
  align-items: center;
}

.hero-badge,
.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255,255,255,0.05);
  color: var(--gold-soft);
  margin-bottom: 1.25rem;
  font-size: 0.95rem;
}

.hero h1,
.page-hero h1 {
  font-size: clamp(2.3rem, 4vw, 4.4rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  max-width: 13ch;
}

.page-hero h1 {
  max-width: 16ch;
}

.hero p,
.page-hero p,
.section-lead {
  color: var(--muted);
  font-size: 1.08rem;
  max-width: 60ch;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin: 1.8rem 0 1.4rem;
}

.hero-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.hero-points li,
.stat-card,
.card,
.testimonial,
.faq-item,
.form-card,
.contact-card,
.process-step,
.solution-card,
.feature-card,
.legal-box {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.hero-points li {
  padding: 1rem;
}

.hero-card {
  padding: 2rem;
  background: rgba(15, 13, 10, 0.62);
  border: 1px solid rgba(212,175,99,0.16);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.hero-card h3,
.card h3,
.solution-card h3,
.feature-card h3,
.contact-card h3,
.form-card h3,
.legal-box h3,
.testimonial h3 {
  margin-bottom: 0.8rem;
}

.hero-mini-list {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.hero-mini-list li {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

section {
  padding: 5rem 0;
}

.section-head {
  margin-bottom: 2rem;
  max-width: 780px;
}

.section-head h2 {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1.15;
  margin-bottom: 0.9rem;
}

.grid-2,
.grid-3,
.grid-4 {
  display: grid;
  gap: 1.5rem;
}

.grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.card,
.solution-card,
.feature-card,
.testimonial,
.contact-card,
.form-card,
.legal-box,
.process-step,
.stat-card {
  padding: 1.6rem;
}

.card p,
.solution-card p,
.feature-card p,
.contact-card p,
.form-card p,
.process-step p,
.legal-box p,
.testimonial p,
.stat-card p {
  color: var(--muted);
}

.check-list {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
}

.check-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
}

.check-list li span,
.badge-icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(212,175,99,0.15);
  color: var(--gold-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1rem;
}

.stat-card strong {
  display: block;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.45rem;
  color: var(--gold-soft);
}

.process-step {
  position: relative;
}

.process-number {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--gold) 0%, #f5dfb1 100%);
  color: #16110b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  margin-bottom: 1rem;
}

.faq-list {
  display: grid;
  gap: 1rem;
}

.faq-item {
  padding: 1.3rem 1.4rem;
}

.faq-item h3 {
  margin-bottom: 0.55rem;
  font-size: 1.08rem;
}

.cta-banner {
  padding: 2rem;
  border-radius: 26px;
  border: 1px solid rgba(212,175,99,0.2);
  background: linear-gradient(135deg, rgba(190,15,28,0.16), rgba(200,154,42,0.12));
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.form-layout,
.contact-layout,
.about-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 1.5rem;
}

.form-group {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1rem;
}

label {
  font-weight: 600;
}

input,
select,
textarea {
  width: 100%;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.12);
  color: var(--text);
  border-radius: 14px;
  padding: 0.95rem 1rem;
  outline: none;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(212,175,99,0.48);
  box-shadow: 0 0 0 3px rgba(212,175,99,0.12);
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.form-note,
.small-text {
  color: var(--muted);
  font-size: 0.95rem;
}

footer {
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(31,10,12,0.98), rgba(18,7,8,1));
}

.footer-top {
  padding: 4rem 0 2rem;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 1.5rem;
}

.footer-col p,
.footer-col li,
.footer-bottom {
  color: var(--muted);
}

.footer-col h3 {
  margin-bottom: 0.9rem;
}

.footer-col ul {
  display: grid;
  gap: 0.7rem;
}

.footer-bottom {
  border-top: 1px solid var(--line);
  padding: 1.1rem 0 1.4rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-logo-wrap {
  margin-bottom: 0.5rem;
}

.navbar .brand {
  max-width: 420px;
}

.notice {
  padding: 1rem 1.2rem;
  border-left: 3px solid var(--gold);
  background: rgba(212,175,99,0.08);
  border-radius: 0 14px 14px 0;
  color: var(--gold-soft);
}

.centered {
  text-align: center;
}

@media (max-width: 1100px) {
  .hero-grid,
  .about-layout,
  .form-layout,
  .contact-layout,
  .footer-top {
    grid-template-columns: 1fr;
  }

  .grid-4,
  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .nav-menu {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    background: rgba(20,7,8,0.98);
    border-bottom: 1px solid var(--line);
    display: none;
    flex-direction: column;
    align-items: flex-start;
    padding: 1rem;
  }

  .nav-menu.open {
    display: flex;
  }

  .menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .nav-cta {
    display: none;
  }

  .grid-3,
  .grid-2,
  .hero-points,
  .form-row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero .container,
  .page-hero .container,
  section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .grid-4,
  .stats {
    grid-template-columns: 1fr;
  }

  .topbar .container,
  .cta-banner,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-logo {
    width: min(260px, 68vw);
  }

  .brand small {
    font-size: 0.86rem;
    padding-left: 0;
  }
}


/* ===== V3 Premium Enhancements ===== */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 15% 20%, rgba(200,154,42,0.10), transparent 22%),
    radial-gradient(circle at 85% 12%, rgba(190,15,28,0.10), transparent 22%),
    linear-gradient(180deg, transparent, rgba(255,255,255,0.01));
  z-index: -1;
}

.site-header {
  background: linear-gradient(180deg, rgba(14,6,7,0.94), rgba(14,6,7,0.88));
  box-shadow: 0 16px 34px rgba(0,0,0,0.26);
}

.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(240,211,140,0.65), transparent);
}

.nav-menu a {
  position: relative;
}

.nav-menu a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -0.35rem;
  height: 2px;
  background: linear-gradient(90deg, var(--red), var(--gold-soft));
  transition: right 0.3s ease;
}

.nav-menu a:hover::after,
.nav-menu a.active::after {
  right: 0;
}

.brand-logo {
  filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.38));
}

.hero,
.page-hero {
  min-height: min(90vh, 860px);
}

.hero::after,
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(190,15,28,0.10), transparent 44%),
    radial-gradient(circle at 82% 18%, rgba(240,211,140,0.12), transparent 22%);
  z-index: -1;
}

.hero .container,
.page-hero .container {
  padding: 7.4rem 0 6.2rem;
}

.hero-grid {
  gap: 2.2rem;
}

.hero h1,
.page-hero h1 {
  text-shadow: 0 8px 30px rgba(0,0,0,0.32);
}

.hero-card {
  background: linear-gradient(180deg, rgba(15,13,10,0.76), rgba(36,10,13,0.72));
  border: 1px solid rgba(240,211,140,0.22);
  backdrop-filter: blur(10px);
}

.hero-points li,
.stat-card,
.card,
.testimonial,
.faq-item,
.form-card,
.contact-card,
.process-step,
.solution-card,
.feature-card,
.legal-box {
  backdrop-filter: blur(8px);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.hero-points li:hover,
.stat-card:hover,
.card:hover,
.testimonial:hover,
.faq-item:hover,
.form-card:hover,
.contact-card:hover,
.process-step:hover,
.solution-card:hover,
.feature-card:hover,
.legal-box:hover {
  transform: translateY(-4px);
  border-color: rgba(240,211,140,0.22);
  box-shadow: 0 20px 46px rgba(0,0,0,0.36);
}

.btn-primary {
  background: linear-gradient(135deg, #b40e1b 0%, #d51f2c 46%, #dfb14f 100%);
  position: relative;
  overflow: hidden;
}

.btn-primary::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -35%;
  width: 32%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.25), transparent);
  transform: skewX(-20deg);
  transition: left 0.55s ease;
}

.btn-primary:hover::before {
  left: 115%;
}

.section-head {
  position: relative;
}

.section-head h2 {
  max-width: 18ch;
}

.trust-strip {
  margin-top: -2.3rem;
  position: relative;
  z-index: 3;
}

.trust-strip .container {
  background: linear-gradient(135deg, rgba(22,11,12,0.92), rgba(50,12,15,0.86));
  border: 1px solid rgba(240,211,140,0.18);
  border-radius: 26px;
  box-shadow: 0 24px 50px rgba(0,0,0,0.34);
  padding: 1.35rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 1rem;
}

.trust-item {
  display: flex;
  gap: 0.8rem;
  align-items: flex-start;
  padding: 0.85rem 0.9rem;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
}

.trust-item .icon {
  flex-shrink: 0;
}

.trust-item strong {
  display: block;
  margin-bottom: 0.2rem;
}

.trust-item span:last-child {
  color: var(--muted);
  font-size: 0.95rem;
}

.form-note.privacy-note {
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 0.9rem 1rem;
  border-radius: 14px;
  margin: 1rem 0 1.4rem;
}

.mobile-cta {
  display: none;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1100px) {
  .trust-grid {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }
}

@media (max-width: 900px) {
  .hero,
  .page-hero {
    min-height: auto;
  }

  .nav-menu {
    box-shadow: 0 18px 40px rgba(0,0,0,0.24);
  }
}

@media (max-width: 640px) {
  body {
    padding-bottom: 76px;
  }

  .trust-strip {
    margin-top: -1.3rem;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .mobile-cta {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1200;
    padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom));
    background: linear-gradient(180deg, rgba(14,6,7,0.1), rgba(14,6,7,0.88) 18%, rgba(14,6,7,0.98));
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(240,211,140,0.16);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 52px;
    border-radius: 999px;
    background: linear-gradient(135deg, #b40e1b 0%, #d51f2c 46%, #dfb14f 100%);
    color: #fff8ef;
    font-weight: 800;
    letter-spacing: 0.2px;
    box-shadow: 0 16px 30px rgba(0,0,0,0.22);
  }
}
