.elementor-321612 .elementor-element.elementor-element-c180d6c{--display:flex;}.elementor-321612 .elementor-element.elementor-element-35c7d35{--display:flex;}/* Start custom CSS for html, class: .elementor-element-cfccefe *//* =============================================================
   DIVINE MAGAZINE — ADVERTISE PAGE (2026)
   Matches Vogue-Branded 2026 System
============================================================= */

.vogue-advertise {
    --ink: #0B0A09;
    --terracotta: #D87052;
    --bone: #F9F7F2;
    --white: #FFFFFF;
    --ease: cubic-bezier(0.19, 1, 0.22, 1);

    max-width: 1200px;
    margin: 0 auto 100px;
    padding: 0 4vw;
    font-family: 'Reddit Sans', sans-serif !important;
    color: var(--ink);
}

/* =========================
   HERO
========================= */

.advertise-hero {
    text-align: center;
    padding: 100px 0 60px;
}

.vogue-category-tag {
    display: inline-block;
    background: var(--terracotta);
    color: var(--white);
    padding: 6px 14px;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 20px;
}

.advertise-hero .vogue-title {
    font-weight: 900;
    font-size: clamp(2.3rem, 6vw, 4rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.advertise-hero .vogue-intro {
    max-width: 750px;
    margin: 0 auto;
    font-size: 1.05rem;
    line-height: 1.6;
    opacity: 0.85;
}

/* =========================
   SNAPSHOT GRID
========================= */

.vogue-snapshot-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 30px;
    margin: 60px 0;
    text-align: center;
}

.vogue-stat {
    font-size: 2.8rem;
    font-weight: 900;
    color: var(--terracotta);
    display: block;
}

.vogue-stat-label {
    font-size: 0.9rem;
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

/* =========================
   WHY DIVINE
========================= */

.vogue-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.vogue-why-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 0.95rem;
    line-height: 1.5;
    opacity: 0.9;
}

/* Replace FA icons with CSS bullets */
.vogue-why-item::before {
    content: "•";
    color: var(--terracotta);
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 2px;
}

/* =========================
   DIGITAL PLACEMENTS
========================= */

.vogue-banner-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 40px;
}

.vogue-banner-card {
    background: var(--bone);
    padding: 35px 30px;
    border: 1px solid rgba(0,0,0,0.06);
    transition: 0.3s var(--ease);
    position: relative;
}

.vogue-banner-card:hover {
    transform: translateY(-8px);
    box-shadow: 18px 18px 0 rgba(216,112,82,0.1);
}

.vogue-banner-tag {
    background: var(--terracotta);
    color: var(--white);
    padding: 5px 12px;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    position: absolute;
    top: -10px;
    left: 20px;
}

.vogue-banner-title {
    font-weight: 900;
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.vogue-banner-price {
    font-size: 2rem;
    font-weight: 900;
    color: var(--terracotta);
    margin-bottom: 10px;
}

.vogue-banner-price span {
    font-size: 0.9rem;
    opacity: 0.7;
}

.vogue-banner-dim {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-bottom: 15px;
}

.vogue-banner-desc {
    font-size: 0.9rem;
    opacity: 0.85;
}

/* Premium banner */
.vogue-banner-premium {
    background: var(--ink);
    color: var(--white);
}

.vogue-banner-premium .vogue-banner-price {
    color: var(--white);
    text-shadow: 2px 2px 0 var(--terracotta);
}

/* =========================
   DELIVERY SPECS
========================= */

.vogue-specs-card {
    background: var(--bone);
    padding: 50px;
    border-left: 6px solid var(--terracotta);
    margin-top: 80px;
}

.vogue-specs-list {
    list-style: none;
    padding: 0;
    margin: 25px 0;
}

.vogue-specs-list li {
    margin-bottom: 18px;
    padding-left: 20px;
    position: relative;
}

.vogue-specs-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--terracotta);
    font-weight: 900;
}

.vogue-media-kit-link a {
    color: var(--terracotta);
    font-weight: 900;
    text-decoration: underline;
}

/* =========================
   CTA SECTION
========================= */

.vogue-ads-cta {
    text-align: center;
    margin-top: 80px;
}

.vogue-ads-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.vogue-email-link {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 12px;
    color: var(--ink);
    text-decoration: underline;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
    .vogue-ads-buttons {
        flex-direction: column;
        gap: 15px;
    }
}


/* =============================================================
   ADDITIONS FOR ADVERTISE PAGE — VOGUE 2026 SYSTEM
============================================================= */

/* Divider */
.vogue-divider {
    width: 60px;
    height: 3px;
    background: var(--terracotta);
    margin: 40px auto 0;
}

/* =========================
   WHO ADVERTISES WITH US
========================= */

.vogue-who {
    margin-top: 60px;
}

.vogue-who-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 20px;
    margin-top: 25px;
}

.vogue-who-item {
    background: var(--bone);
    padding: 18px 20px;
    border: 1px solid rgba(0,0,0,0.05);
    font-size: 0.95rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.02em;
}

/* =========================
   HOW IT WORKS
========================= */

.vogue-how-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 30px;
    margin-top: 35px;
}

.vogue-how-step {
    background: var(--bone);
    padding: 25px 30px;
    border-left: 4px solid var(--terracotta);
    font-size: 0.95rem;
    line-height: 1.55;
}

.vogue-how-step strong {
    display: block;
    font-weight: 900;
    margin-bottom: 8px;
}

/* =========================
   BUNDLE OPTIONS
========================= */

.vogue-bundle-list {
    list-style: none;
    padding: 0;
    margin: 25px 0 0;
}

.vogue-bundle-list li {
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 0.95rem;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.vogue-bundle-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--terracotta);
    font-weight: 900;
}

/* =========================
   BRAND SAFETY
========================= */

.vogue-safety-list {
    list-style: none;
    padding: 0;
    margin-top: 25px;
}

.vogue-safety-list li {
    padding: 10px 0 10px 20px;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.55;
}

.vogue-safety-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--terracotta);
    font-weight: 900;
}

/* =========================
   TESTIMONIAL
========================= */

.vogue-testimonial {
    margin-top: 80px;
    text-align: center;
}

.vogue-quote {
    font-size: 1.2rem;
    font-style: italic;
    max-width: 750px;
    margin: 0 auto;
    line-height: 1.6;
    opacity: 0.85;
    position: relative;
}

.vogue-quote::before {
    content: "“";
    font-size: 3rem;
    color: var(--terracotta);
    position: absolute;
    left: -20px;
    top: -10px;
    opacity: 0.4;
}

.vogue-quote-source {
    display: block;
    margin-top: 15px;
    font-size: 0.9rem;
    font-weight: 700;
    opacity: 0.7;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {
    .vogue-who-grid {
        gap: 15px;
    }

    .vogue-how-grid {
        gap: 20px;
    }

    .vogue-quote {
        font-size: 1.05rem;
        padding: 0 20px;
    }
}/* End custom CSS */
/* Start custom CSS *//* === Divine Magazine Advertise Section Styling === */

/* Container styling */
.advertise-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  background-color: #fff8f0; /* soft warm cream */
  border-radius: 16px;
  box-shadow: 0 14px 40px rgba(176, 42, 42, 0.15);
  color: #3a2f23; /* warm dark brown */
  font-family: 'Inter', sans-serif;
}

/* Main heading */
.advertise-container h1 {
  color: #b02a2a; /* terracotta red */
  font-weight: 700;
  font-size: clamp(2rem, 3vw, 2.6rem);
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.4rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

/* Underline for main heading */
.advertise-container h1::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b02a2a, #d4af37);
  box-shadow: 0 0 14px #d4af37;
  opacity: 0.9;
}

/* Section headings */
.advertise-container h2 {
  color: #2a1e16;
  font-weight: 700;
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  position: relative;
  padding-bottom: 0.3rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* Underline for section headings */
.advertise-container h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 56px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #b02a2a, #d4af37);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.7);
  opacity: 0.9;
}

/* Paragraphs */
.advertise-container p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  color: #4b3a2e;
}

/* Lists */
.advertise-container ul {
  padding-left: 1.3rem;
  margin-bottom: 1.5rem;
  color: #4b3a2e;
  font-size: 1rem;
}

.advertise-container ul li {
  margin-bottom: 0.5rem;
}

/* Banner grid */
.banner-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.8rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
}

/* Individual banner item */
.banner-item {
  background: #fff1e6;
  border-radius: 14px;
  padding: 1rem 1.2rem;
  box-shadow: 0 8px 24px rgba(176, 42, 42, 0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.banner-item:hover,
.banner-item:focus-within {
  box-shadow: 0 16px 40px rgba(176, 42, 42, 0.3);
  transform: translateY(-4px);
}

/* Banner item headings */
.banner-item h3 {
  color: #b02a2a;
  font-weight: 700;
  margin-bottom: 0.3rem;
  font-size: 1.1rem;
}

/* Banner item paragraphs */
.banner-item p {
  color: #4b3a2e;
  font-size: 0.95rem;
  margin-bottom: 0.4rem;
}

/* Links */
.advertise-container a {
  color: #b02a2a;
  text-decoration: underline;
  transition: color 0.3s ease;
}

.advertise-container a:hover,
.advertise-container a:focus-visible {
  color: #d4af37;
  text-shadow: 0 0 8px #d4af37;
  outline-offset: 3px;
  outline-color: #d4af37;
}

/* CTA button */
.divine-ads-btn {
  display: inline-block;
  background: linear-gradient(135deg, #b02a2a, #d4af37);
  color: #fff;
  padding: 0.85rem 2.4rem;
  border-radius: 999px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  box-shadow: 0 12px 30px rgba(176, 42, 42, 0.45);
  transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
  text-decoration: none;
  user-select: none;
  cursor: pointer;
}

.divine-ads-btn:hover,
.divine-ads-btn:focus-visible {
  background: linear-gradient(135deg, #8f3d29, #f0c56b);
  box-shadow: 0 16px 40px rgba(212, 175, 55, 0.7);
  transform: translateY(-2px);
  outline: none;
}

/* Social follow section */
.footer-social-widget {
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #d4af37;
}

.footer-social-intro {
  margin-bottom: 1rem;
  font-weight: 700;
  color: #36454f;
}

.footer-social-links {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.footer-social-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #b02a2a;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #d4af37;
  text-shadow: 0 0 8px #d4af37;
  outline-offset: 3px;
  outline-color: #d4af37;
}

.footer-social-count {
  font-weight: 400;
  color: #4b3a2e;
}

/* Responsive */
@media (max-width: 720px) {
  .banner-grid {
    grid-template-columns: 1fr;
  }
  
  .footer-social-links {
    justify-content: flex-start;
  }
  
  .divine-ads-btn {
    width: 100%;
    text-align: center;
  }
}/* End custom CSS */