.elementor-198 .elementor-element.elementor-element-a7ca115 > .elementor-container{max-width:1600px;}/* Start custom CSS for html, class: .elementor-element-a4446c4 */:root {
  --bg: #07080b;
  --bg-soft: #0f1118;
  --surface: #151924;
  --surface-2: #1b2130;
  --text: #f5f7ff;
  --text-muted: #b8c0d9;
  --accent: #e30d2f;
  --accent-soft: #ff3a56;
  --border: rgba(255, 255, 255, 0.09);
  --shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  --radius-xl: 30px;
  --radius-lg: 20px;
  --radius-md: 14px;
  --container: 1140px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Sora", "Plus Jakarta Sans", "Segoe UI Variable", "Trebuchet MS", sans-serif;
  background:
    radial-gradient(1200px 600px at 10% -10%, rgba(227, 13, 47, 0.24), transparent 60%),
    radial-gradient(900px 560px at 95% 0%, rgba(85, 130, 255, 0.16), transparent 52%),
    linear-gradient(180deg, #080a10 0%, #07080b 100%);
  color: var(--text);
  line-height: 1.78;
}

.page {
  overflow: hidden;
  padding: 28px 16px 80px;
}

.container {
  width: min(var(--container), 100%);
  margin-inline: auto;
}

.section {
  position: relative;
  margin-top: 24px;
  padding: clamp(28px, 4vw, 58px);
  border: 1px solid var(--border);
  background: linear-gradient(145deg, rgba(20, 23, 34, 0.95), rgba(11, 13, 20, 0.95));
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow);
  animation: fadeUp 0.85s ease both;
}

.section:nth-of-type(2) {
  animation-delay: 0.08s;
}

.section:nth-of-type(3) {
  animation-delay: 0.13s;
}

.section:nth-of-type(4) {
  animation-delay: 0.18s;
}

.section:nth-of-type(5) {
  animation-delay: 0.23s;
}

.section:nth-of-type(6) {
  animation-delay: 0.28s;
}

.section:nth-of-type(7) {
  animation-delay: 0.33s;
}

.section:nth-of-type(8) {
  animation-delay: 0.38s;
}

.section:nth-of-type(9) {
  animation-delay: 0.43s;
}

.section:nth-of-type(10) {
  animation-delay: 0.48s;
}

.section:nth-of-type(11) {
  animation-delay: 0.53s;
}

.section:nth-of-type(12) {
  animation-delay: 0.58s;
}

.section:nth-of-type(13) {
  animation-delay: 0.63s;
}

.hero {
  isolation: isolate;
  padding-top: clamp(38px, 7vw, 92px);
  padding-bottom: clamp(30px, 5vw, 62px);
}

.hero-glow {
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  filter: blur(30px);
  z-index: -1;
}

.hero-glow-left {
  width: 280px;
  height: 280px;
  left: -60px;
  top: -50px;
  background: rgba(227, 13, 47, 0.25);
}

.hero-glow-right {
  width: 320px;
  height: 320px;
  right: -80px;
  top: -80px;
  background: rgba(85, 130, 255, 0.18);
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.82rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d7deff;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  font-family: "Outfit", "Sora", "Segoe UI Variable", sans-serif;
  line-height: 1.22;
  letter-spacing: -0.01em;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.45rem);
  max-width: 18ch;
}

h2 {
  font-size: clamp(1.45rem, 3.15vw, 2.35rem);
}

h3 {
  font-size: clamp(1.02rem, 2vw, 1.35rem);
}

p,
li {
  font-size: clamp(1rem, 1.08vw, 1.1rem);
  color: var(--text-muted);
}

p {
  margin: 0 0 14px;
}

.lead {
  font-size: clamp(1.05rem, 1.4vw, 1.25rem);
  max-width: 72ch;
  color: #dde4ff;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 50px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  color: #fff;
  background: linear-gradient(120deg, var(--accent), var(--accent-soft));
  box-shadow: 0 12px 30px rgba(227, 13, 47, 0.32);
}

.btn-primary:hover {
  box-shadow: 0 18px 42px rgba(227, 13, 47, 0.4);
}

.btn-secondary {
  color: #eff3ff;
  border-color: rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.03);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.09);
}

.btn-pulse {
  animation: pulse 2.3s ease-in-out infinite;
}

.trust-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.trust-pills li {
  margin: 0;
  padding: 10px 14px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.03);
  color: #dce3ff;
  font-size: 0.92rem;
}

.grid {
  display: grid;
  gap: 16px;
  margin: 18px 0;
}

.two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.three-cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card {
  border: 1px solid var(--border);
  background: linear-gradient(150deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.02));
  border-radius: var(--radius-lg);
  padding: 20px;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.27);
}

.card ul,
.feature-list {
  margin: 10px 0 0;
  padding-left: 20px;
}

.card li,
.feature-list li {
  margin-bottom: 9px;
}

.notice-card {
  margin: 20px 0 8px;
  border-left: 4px solid var(--accent-soft);
  background: linear-gradient(120deg, rgba(227, 13, 47, 0.17), rgba(227, 13, 47, 0.06));
  border-radius: var(--radius-md);
  padding: 18px 18px 16px;
}

.notice-card p {
  margin: 0;
}

.mini-cta {
  margin-top: 20px;
  padding: 16px 18px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.03);
  border: 1px dashed rgba(255, 255, 255, 0.18);
}

.mini-cta p {
  margin: 0 0 8px;
}

.text-link {
  color: #f7f9ff;
  text-underline-offset: 3px;
  transition: opacity 0.25s ease;
}

.text-link:hover {
  opacity: 0.8;
}

.image-placeholder {
  margin: 24px 0 0;
}

.image-placeholder img {
  width: 100%;
  display: block;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  min-height: 220px;
  object-fit: cover;
  background: linear-gradient(125deg, #181d2b, #111520);
}

.faq-list {
  display: grid;
  gap: 12px;
  margin-top: 16px;
}

details {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.02);
  padding: 14px 16px;
  transition: border-color 0.25s ease, background 0.25s ease;
}

details[open] {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
}

summary {
  cursor: pointer;
  font-weight: 700;
  color: #f1f5ff;
}

summary::-webkit-details-marker {
  display: none;
}

summary::before {
  content: "+";
  margin-right: 10px;
  color: var(--accent-soft);
  font-weight: 700;
}

details[open] summary::before {
  content: "-";
}

.cta-card {
  border: 1px solid rgba(227, 13, 47, 0.3);
  border-radius: var(--radius-xl);
  padding: clamp(20px, 4vw, 42px);
  background: linear-gradient(140deg, rgba(227, 13, 47, 0.19), rgba(30, 34, 47, 0.55));
}

a {
  color: #f0f4ff;
}

a:hover {
  color: #ffffff;
}

@media (max-width: 1024px) {
  .two-cols,
  .three-cols {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .page {
    padding: 16px 12px 54px;
  }

  .section {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .btn {
    width: 100%;
  }

  .trust-pills li {
    width: 100%;
    text-align: center;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes pulse {
  0%,
  100% {
    transform: translateY(0) scale(1);
    box-shadow: 0 12px 30px rgba(227, 13, 47, 0.32);
  }
  50% {
    transform: translateY(-1px) scale(1.02);
    box-shadow: 0 16px 36px rgba(227, 13, 47, 0.46);
  }
}/* End custom CSS */