/* Start custom CSS for html, class: .elementor-element-cf47c65 *//* ===============================
   RESET & BASE
   =============================== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  background: #000;
  color: #fff;
  font-family: Inter, Arial, sans-serif;
}

/* ===============================
   PAGE WRAPPER
   =============================== */
#email-marketing {
  position: relative;
  overflow-x: hidden;
  background-color: #000;
}

/* Background image at 8% */
#email-marketing::before {
  content: "";
  position: fixed;
  inset: 0;
  background: url("https://adrinox.com/wp-content/uploads/2026/01/Gemini_Generated_Image_afnf94afnf94afnf-2.png")
              center / cover no-repeat;
  opacity: 0.15;
  z-index: 0;
  pointer-events: none;
}

#email-marketing > * {
  position: relative;
  z-index: 1;
}

/* ===============================
   SECTIONS & CONTAINER
   =============================== */
.section {
  padding: 96px 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.center {
  text-align: center;
}

/* ===============================
   PILL
   =============================== */
.pill {
  display: inline-block;
  margin-bottom: 24px;
  padding: 8px 20px;
  border-radius: 999px;
  border: 1px solid rgba(212,175,55,0.6);
  color: #d4af37;
  font-size: 14px;
  letter-spacing: 0.12em;
}

/* ===============================
   HEADINGS & TEXT
   =============================== */
h1 {
  font-size: 56px;
  margin-bottom: 20px;
}

h2 {
  font-size: 46px;
  margin-bottom: 24px;
}

h1 span,
h2 span {
  color: #d4af37;
}

.subtext {
  font-size: 20px;
  color: #d6d6d6;
  max-width: 760px;
  margin: 0 auto 48px;
  line-height: 1.8;
}

.left-text {
  text-align: left;
  margin-left: 0;
}

/* ===============================
   CHECKLIST
   =============================== */
.checks {
  list-style: none;
  max-width: 760px;
  margin: 0 auto 48px;
}

.checks li {
  font-size: 20px;
  margin-bottom: 14px;
}

.checks li::before {
  content: "✓ ";
  color: #d4af37;
  font-weight: bold;
}

/* ===============================
   CTA
   =============================== */
.cta {
  display: inline-block;
  margin-top: 40px;
  padding: 20px 60px;
  background: #d4af37;
  color: #000;
  border-radius: 999px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  box-shadow:
    0 0 40px rgba(212,175,55,0.6),
    0 0 80px rgba(212,175,55,0.35);
  transition: all 0.3s ease;
}

.cta:hover {
  transform: translateY(-4px);
  box-shadow:
    0 0 60px rgba(212,175,55,0.9),
    0 0 120px rgba(212,175,55,0.5);
}

/* ===============================
   GRIDS & SPLIT
   =============================== */
.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 36px;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

.left {
  text-align: left;
}

/* ===============================
   STACK & CARDS
   =============================== */
.stack {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.card {
  padding: 28px 32px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 20px;
  font-size: 20px;
  transition: all 0.35s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 0 40px rgba(212,175,55,0.45),
    0 0 80px rgba(212,175,55,0.3);
}

/* ===============================
   FAQ
   =============================== */
.faq {
  max-width: 900px;
  margin: 56px auto 0;
  text-align: left;
}

details {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(212,175,55,0.35);
  border-radius: 18px;
  padding: 26px 30px;
  margin-bottom: 22px;
}

summary {
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}

details p {
  margin-top: 16px;
  color: #cfcfcf;
  font-size: 18px;
}

/* ===============================
   RESPONSIVE
   =============================== */
@media (max-width: 900px) {
  h1 { font-size: 42px; }
  h2 { font-size: 36px; }

  .grid-3,
  .grid-2,
  .split {
    grid-template-columns: 1fr;
  }

  .left,
  .left-text {
    text-align: center;
  }
}/* End custom CSS */