.elementor-4817 .elementor-element.elementor-element-c8981d0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-4817 .elementor-element.elementor-element-8360b73{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:50px;--padding-bottom:50px;--padding-left:0px;--padding-right:0px;}.elementor-4817 .elementor-element.elementor-element-8360b73:not(.elementor-motion-effects-element-type-background), .elementor-4817 .elementor-element.elementor-element-8360b73 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FDF8F2;}.elementor-4817 .elementor-element.elementor-element-5bbef70 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-4817 .elementor-element.elementor-element-5bbef70{text-align:center;}.elementor-4817 .elementor-element.elementor-element-38181b2{--e-image-carousel-slides-to-show:5;}.elementor-4817 .elementor-element.elementor-element-38181b2 .swiper-wrapper{display:flex;align-items:center;}.elementor-4817 .elementor-element.elementor-element-e2df178{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for html, class: .elementor-element-b785b7f */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

  :root {
    --orange: #D85A30;
    --orange-light: #F0997B;
    --amber: #EF9F27;
    --amber-dark: #BA7517;
    --dark: #150e06;
    --dark-2: #1f1409;
    --dark-card: rgba(255,255,255,0.055);
    --dark-border: rgba(255,255,255,0.1);
    --cream: #fdf8f2;
    --text-dark: #1c1107;
    --text-mid: #5a4a35;
    --text-light: #9a8570;
  }
@media (max-width: 768px) {

  /* ===== FULL WIDTH FIX ===== */
  .elementor-section,
  .elementor-container,
  .elementor-column,
  .elementor-widget-wrap {
    max-width: 100% !important;
    width: 100% !important;
  }

  /* ===== REMOVE SIDE GAP ===== */
  .custom-landing {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }

  /* ===== INNER SPACING CONTROL ===== */
  .custom-landing .section-container {
    padding: 0 16px !important;
    max-width: 100%;
  }

  /* ===== HERO FIX ===== */
  .custom-landing .hero-inner {
    padding: 100px 16px 40px !important;
    grid-template-columns: 1fr !important;
  }

  /* ===== HYBRID SECTION ===== */
  .custom-landing .hybrid-layout {
    grid-template-columns: 1fr !important;
    gap: 30px;
  }

  .custom-landing .hybrid-content {
    max-width: 100%;
  }

  /* ===== YOUR MAIN ISSUE (CARDS) ===== */


  /* ===== STATS ===== */
  .custom-landing .stats-row {
    grid-template-columns: 1fr 1fr !important;
  }

  /* ===== STEPS ===== */
  .custom-landing .steps-flow {
    grid-template-columns: 1fr 1fr !important;
  }

}
@media (max-width: 768px) {
  .why-grid {
    margin-top: 52px;
    display: grid; grid-template-columns: repeat(1, 1fr)!important
    ; gap: 2px;
    grid-auto-flow: row;
  }
    .custom-landing .involve-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

}

@media (min-width: 769px) {

  .custom-landing .stats-row {
    max-width: 1200px;
    margin: 0 auto;
    border-left: 1px solid rgba(0,0,0,0.07);
    border-right: 1px solid rgba(0,0,0,0.07);
  }

}
 /* FORCE SINGLE COLUMN */


 
  .hero {
  min-height: 100vh;
  background: url("https://saidhamfoodbank.com/wp-content/uploads/2025/07/WhatsApp-Image-2025-07-02-at-1.09.08-PM.jpeg") center/cover no-repeat;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(21,14,6,0.65); /* dark overlay */
  z-index: 1;
}
  /* Subtle grain texture overlay 
  .hero::before {
    content: '';
    position: absolute; inset: 0; z-index: 1;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");
    opacity: 0.35; pointer-events: none;
  }
*/
  /* Radial warm glows */
  .hero-glow-1 {
    position: absolute; bottom: -120px; left: -100px;
    width: 600px; height: 600px; border-radius: 50%;
    background: radial-gradient(circle, rgba(216,90,48,0.22) 0%, transparent 65%);
    z-index: 0;
  }
  .hero-glow-2 {
    position: absolute; top: 60px; right: -80px;
    width: 500px; height: 500px; border-radius: 50%;
    background: radial-gradient(circle, rgba(239,159,39,0.12) 0%, transparent 65%);
    z-index: 0;
  }
  .hero-glow-3 {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
    width: 900px; height: 400px; border-radius: 50%;
    background: radial-gradient(ellipse, rgba(216,90,48,0.06) 0%, transparent 70%);
    z-index: 0;
  }

  /* Diagonal accent line */
  .hero-line {
    position: absolute; top: 0; right: 380px; bottom: 0;
    width: 0.5px;
    background: linear-gradient(to bottom, transparent 0%, rgba(216,90,48,0.3) 30%, rgba(216,90,48,0.15) 70%, transparent 100%);
    z-index: 1;
  }

  .hero-inner {
    position: relative; z-index: 2;
    max-width: 1200px; margin: 0 auto;
     padding: 80px 48px 80px;
    display: grid; grid-template-columns: 1fr 380px;
    gap: 60px; align-items: center; min-height: 100vh;
    width: 100%;
  }

  .hero-eyebrow {
    display: inline-flex; align-items: center; gap: 8px;
    font-size: 11px; letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--amber); font-weight: 500; margin-bottom: 24px;
  }
  .hero-eyebrow-dot {
    width: 5px; height: 5px; border-radius: 50%; background: var(--amber);
    animation: pulse-dot 2s ease-in-out infinite;
  }
  @keyframes pulse-dot {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.7); }
  }

  h1.hero-headline {
    font-family: 'Playfair Display', serif;
    font-size: clamp(48px, 6vw, 76px);
    font-weight: 900; line-height: 1.0;
    color: white; letter-spacing: -0.02em;
    margin-bottom: 24px;
  }
  h1.hero-headline em {
    color: var(--amber); font-style: italic;
    display: block;
  }
  h1.hero-headline .accent {
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1.5px rgba(255,255,255,0.3);
  }

  .hero-sub {
    font-size: 17px; font-weight: 300;
    color: rgba(255,255,255,0.55);
    line-height: 1.7; max-width: 480px; margin-bottom: 36px;
  }
  .hero-sub strong { color: rgba(255,255,255,0.85); font-weight: 400; }

  .hero-ctas {
    display: flex; gap: 12px; align-items: center; flex-wrap: wrap;
    margin-bottom: 48px;
  }
  .btn-hero-primary {
    background: var(--orange);
    color: white; border: none;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 500;
    padding: 14px 28px; border-radius: 6px;
    cursor: pointer; transition: all 0.25s;
    display: flex; align-items: center; gap: 8px;
  }
  .btn-hero-primary:hover { background: #c04e26; transform: translateY(-1px); }
  .btn-hero-primary svg { width: 16px; height: 16px; fill: white; }
  .btn-hero-secondary {
    background: transparent;
    color: rgba(255,255,255,0.7);
    border: 0.5px solid rgba(255,255,255,0.2);
    font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 400;
    padding: 14px 24px; border-radius: 6px;
    cursor: pointer; transition: all 0.25s;
  }
  .btn-hero-secondary:hover { border-color: rgba(255,255,255,0.45); color: white; }

  /* Hero social proof */
  .hero-proof {
    display: flex; align-items: center; gap: 14px;
  }
  .hero-proof-avatars {
    display: flex;
  }
  .avatar-stack {
    width: 32px; height: 32px; border-radius: 50%;
    border: 2px solid var(--dark);
    margin-left: -10px; font-size: 13px;
    display: flex; align-items: center; justify-content: center;
    font-weight: 500;
  }
  .avatar-stack:first-child { margin-left: 0; }
  .av1 { background: #D85A30; color: white; }
  .av2 { background: #EF9F27; color: #1c1107; }
  .av3 { background: #639922; color: white; }
  .av4 { background: #378ADD; color: white; }
  .av5 { background: rgba(255,255,255,0.15); color: rgba(255,255,255,0.7); font-size: 10px; }
  .hero-proof-text {
    font-size: 12px; color: rgba(255,255,255,0.45); line-height: 1.4;
  }
  .hero-proof-text strong { color: rgba(255,255,255,0.8); font-weight: 500; }

  /* Hero right card */
  .hero-card-wrap {
    position: relative;
  }
  .hero-card-wrap::before {
    content: '';
    position: absolute; inset: -1px; border-radius: 17px;
    background: linear-gradient(135deg, rgba(216,90,48,0.5), rgba(239,159,39,0.2), transparent 60%);
    z-index: 0;
  }
  .hero-event-card {
    position: relative; z-index: 1;
    background: rgba(25,17,8,0.9);
    backdrop-filter: blur(20px);
    border: 0.5px solid rgba(255,255,255,0.1);
    border-radius: 16px;
    padding: 28px;
    overflow: hidden;
  }
  .hero-event-card::before {
    content: '';
    position: absolute; top: 0; left: 0; right: 0; height: 2px;
    background: linear-gradient(90deg, var(--orange), var(--amber));
  }

  .event-card-header {
    display: flex; justify-content: space-between; align-items: flex-start;
    margin-bottom: 24px;
  }
  .event-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 20px; font-weight: 700; color: white;
    line-height: 1.2;
  }
  .event-card-year {
    font-size: 11px; color: rgba(255,255,255,0.3); margin-top: 3px;
  }
  .event-sold-badge {
    background: rgba(216,90,48,0.2);
    border: 0.5px solid rgba(216,90,48,0.4);
    border-radius: 20px; padding: 4px 10px;
    font-size: 10px; color: var(--orange-light);
    font-weight: 500; white-space: nowrap;
  }

  .event-detail-row {
    display: flex; align-items: flex-start; gap: 12px;
    margin-bottom: 16px; padding-bottom: 16px;
    border-bottom: 0.5px solid rgba(255,255,255,0.07);
  }
  .event-detail-row:last-of-type { border-bottom: none; margin-bottom: 20px; }
  .event-icon {
    width: 36px; height: 36px; border-radius: 8px;
    background: rgba(255,255,255,0.07);
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0;
  }
  .event-icon svg { width: 16px; height: 16px; }
  .event-detail-label {
    font-size: 10px; text-transform: uppercase; letter-spacing: 0.1em;
    color: rgba(255,255,255,0.35); margin-bottom: 3px;
  }
  .event-detail-value {
    font-size: 14px; color: white; font-weight: 400; line-height: 1.3;
  }
  .event-detail-sub {
    font-size: 11px; color: rgba(255,255,255,0.4); margin-top: 1px;
  }

  .event-price-row {
    background: rgba(216,90,48,0.12);
    border: 0.5px solid rgba(216,90,48,0.25);
    border-radius: 10px; padding: 14px 16px;
    display: flex; justify-content: space-between; align-items: center;
    margin-bottom: 16px;
  }
  .event-price-label { font-size: 12px; color: rgba(255,255,255,0.55); }
  .event-price-amount { font-family: 'Playfair Display', serif; font-size: 28px; font-weight: 700; color: white; }
  .event-price-note { font-size: 10px; color: rgba(255,255,255,0.35); margin-top: 2px; }

  .btn-event-register {
    width: 100%; background: var(--orange);
    color: white; border: none; font-family: 'DM Sans', sans-serif;
    font-size: 14px; font-weight: 500; padding: 14px;
    border-radius: 8px; cursor: pointer;
    transition: all 0.2s; letter-spacing: 0.01em;
  }
  .btn-event-register:hover { background: #c04e26; transform: translateY(-1px); }
  .event-register-note {
    text-align: center; font-size: 11px;
    color: rgba(255,255,255,0.3); margin-top: 10px;
  }

  /* ===== STATS ROW ===== */
  .stats-row {
    background: white;
    display: grid; grid-template-columns: repeat(4, 1fr);
    border-bottom: 1px solid rgba(0,0,0,0.07);
  }
  .stat-cell {
    padding: 36px 32px;
    border-right: 1px solid rgba(0,0,0,0.07);
    position: relative;
  }
  .stat-cell:last-child { border-right: none; }
  .stat-cell::before {
    content: '';
    position: absolute; top: 0; left: 32px; right: 32px; height: 2px;
    background: transparent; transition: background 0.3s;
  }
  .stat-cell:hover::before { background: var(--orange); }
  .stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 40px; font-weight: 900; color: var(--text-dark);
    line-height: 1; margin-bottom: 6px;
    letter-spacing: -0.02em;
  }
  .stat-num span { color: var(--orange); }
  .stat-label {
    font-size: 13px; color: var(--text-mid); font-weight: 400;
    line-height: 1.4;
  }
  .stat-icon {
    width: 28px; height: 28px; margin-bottom: 12px;
    opacity: 0.35;
  }

  /* ===== SECTION SHARED ===== */
  .section-container {
    max-width: 1200px; margin: 0 auto; padding: 0 48px;
  }
  .section-eyebrow {
    font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase;
    color: var(--orange); font-weight: 500; margin-bottom: 12px;
    display: flex; align-items: center; gap: 8px;
  }
  .section-eyebrow::before {
    content: '';
    display: inline-block; width: 20px; height: 1px; background: var(--orange);
  }
  .section-title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(32px, 4vw, 46px); font-weight: 700;
    line-height: 1.15; letter-spacing: -0.02em; color: var(--text-dark);
  }
  .section-title em { color: var(--orange); font-style: italic; }

  /* ===== WHY IT MATTERS ===== */
  .why-section {
    padding: 100px 0;
    background: var(--cream);
  }
  .why-grid {
    margin-top: 52px;
    display: grid; grid-template-columns: repeat(2, 1fr); gap: 2px;
    grid-auto-flow: row;
  }
  .why-card {
    background: white;
    padding: 40px 36px;
    position: relative; overflow: hidden;
    transition: transform 0.3s;
  }
  .why-card:hover { transform: scale(1.005); z-index: 1; }
  .why-card-num {
    font-family: 'Playfair Display', serif;
    font-size: 100px; font-weight: 900;
    color: rgba(0,0,0,0.04); position: absolute;
    right: 20px; bottom: -20px; line-height: 1;
    pointer-events: none;
  }
  .why-card-icon {
    font-size: 32px; margin-bottom: 16px; display: block;
  }
  .why-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 21px; font-weight: 700; color: var(--text-dark);
    margin-bottom: 10px; line-height: 1.3;
  }
  .why-card-text {
    font-size: 15px; color: var(--text-mid); line-height: 1.7;
    font-weight: 300; max-width: 380px;
  }
  .why-card-accent {
    display: inline-block;
    margin-top: 16px;
    font-size: 13px; font-weight: 500; color: var(--orange);
  }

  /* ===== QUOTE ===== */
  .quote-section {
    background: var(--dark);
    padding: 90px 0;
    position: relative; overflow: hidden;
  }
  .quote-bg-text {
    position: absolute;
    font-family: 'Playfair Display', serif;
    font-size: 260px; font-weight: 900;
    color: rgba(255,255,255,0.025);
    top: -40px; left: -20px; line-height: 1;
    pointer-events: none; user-select: none;
  }
  .quote-inner {
    position: relative; z-index: 1;
    max-width: 820px; margin: 0 auto; padding: 0 48px;
    text-align: center;
  }
  .quote-mark-big {
    font-family: 'Playfair Display', serif;
    font-size: 80px; font-weight: 900;
    color: var(--orange); line-height: 0.5;
    display: block; margin-bottom: 20px;
  }
  .quote-text-main {
    font-family: 'Playfair Display', serif;
    font-size: clamp(22px, 3vw, 32px); font-style: italic;
    color: white; line-height: 1.55; margin-bottom: 28px;
  }
  .quote-text-main em {
    color: var(--amber); font-style: normal;
  }
  .quote-divider {
    width: 60px; height: 1px; background: var(--orange);
    margin: 0 auto 20px;
  }
  .quote-attribution {
    font-size: 13px; color: rgba(255,255,255,0.4); font-weight: 400;
  }


  
  /* SECTION */
.hybrid-section {
  background: #fff;
  padding: 90px 0;
}

/* LAYOUT */
.hybrid-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* IMAGE */
.hybrid-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* CONTENT */
.hybrid-content {
  max-width: 520px;
  margin: 0 auto;
}

.hybrid-image {
  position: relative;
}

.hybrid-image::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(0,0,0,0.3), transparent);
  border-radius: 16px;
}

.hybrid-title {
  font-family: 'Playfair Display', serif;
  font-size: 32px;
  margin: 10px 0 15px;
}

.hybrid-text {
  font-size: 15px;
  color: #5a4a35;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* STATS */
.hybrid-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.stat-box {
  background: #faf6f1;
  padding: 18px;
  border-radius: 10px;
  border: 1px solid rgba(0,0,0,0.05);
}

.stat-num {
  font-size: 22px;
  font-weight: 700;
}

.stat-label {
  font-size: 12px;
  color: #888;
}

/* MOBILE */
@media (max-width: 900px) {
  .hybrid-layout {
    grid-template-columns: 1fr;
  }

  .hybrid-content {
    max-width: 100%;
  }
}
  

  /* ===== INVOLVEMENT ===== */
  .involve-section {
    padding: 100px 0;
    background: var(--cream);
  }
  .involve-header {
    display: flex; justify-content: space-between; align-items: flex-end;
    margin-bottom: 52px;
  }
  .involve-grid {
    display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px;
    align-items: start;
  }
  .involve-card {
    background: white; border-radius: 16px;
    padding: 36px 28px; border: 1px solid rgba(0,0,0,0.07);
    transition: all 0.3s; position: relative; overflow: hidden;
  }
  .involve-card::after {
    content: '';
    position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
    background: transparent; transition: background 0.3s;
  }
  .involve-card:hover::after { background: var(--orange); }
  .involve-card:hover { transform: translateY(-4px); box-shadow: 0 20px 40px rgba(0,0,0,0.08); }

  .involve-card-featured {
    background: var(--dark); border-color: transparent;
  }
  .involve-card-featured::after { background: var(--amber) !important; }

  .involve-num {
    font-family: 'Playfair Display', serif;
    font-size: 11px; color: var(--text-light); font-weight: 400;
    letter-spacing: 0.1em; margin-bottom: 20px;
    display: block;
  }
  .involve-num-featured { color: rgba(255,255,255,0.3); }
  .involve-icon-wrap {
    width: 52px; height: 52px; border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; margin-bottom: 20px;
  }
  .iw-orange { background: #FAECE7; }
  .iw-amber { background: #FAEEDA; }
  .iw-green { background: #EAF3DE; }
  .iw-dark { background: rgba(255,255,255,0.1); }
  .involve-title {
    font-family: 'Playfair Display', serif;
    font-size: 22px; font-weight: 700; color: var(--text-dark);
    margin-bottom: 10px; line-height: 1.2;
  }
  .involve-title-light { color: white; }
  .involve-text {
    font-size: 14px; color: var(--text-mid); line-height: 1.7;
    font-weight: 300; margin-bottom: 28px;
  }
  .involve-text-light { color: rgba(255,255,255,0.5); }
  .btn-involve {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px; font-weight: 500;
    padding: 11px 22px; border-radius: 6px;
    cursor: pointer; transition: all 0.2s;
    display: inline-flex; align-items: center; gap: 7px;
  }
  .btn-involve svg { width: 14px; height: 14px; }
  .btn-i-primary { background: var(--orange); color: white; border: none; }
  .btn-i-primary:hover { background: #c04e26; }
  .btn-i-outline { background: transparent; color: var(--text-dark); border: 1px solid rgba(0,0,0,0.15); }
  .btn-i-outline:hover { border-color: var(--orange); color: var(--orange); }
  .btn-i-amber { background: var(--amber); color: #1c1107; border: none; }
  .btn-i-amber:hover { background: var(--amber-dark); color: white; }

  /* Steps flow */
  .steps-section {
    background: white; padding: 80px 0;
    border-top: 1px solid rgba(0,0,0,0.07);
  }
  .steps-flow {
    display: grid; grid-template-columns: repeat(4, 1fr);
    margin-top: 52px; gap: 0; position: relative;
  }
  .steps-flow::before {
    content: '';
    position: absolute;
    top: 22px; left: 12.5%; right: 12.5%;
    height: 1px;
    background: repeating-linear-gradient(90deg, var(--orange) 0px, var(--orange) 6px, transparent 6px, transparent 12px);
    opacity: 0.4;
  }
  .step-item {
    text-align: center; padding: 0 20px;
    position: relative;
  }
  .step-circle {
    width: 44px; height: 44px; border-radius: 50%;
    background: var(--orange); color: white;
    font-family: 'Playfair Display', serif;
    font-size: 18px; font-weight: 700;
    display: flex; align-items: center; justify-content: center;
    margin: 0 auto 18px; position: relative; z-index: 1;
    border: 3px solid white;
    box-shadow: 0 0 0 1px var(--orange);
  }
  .step-title {
    font-family: 'Playfair Display', serif;
    font-size: 17px; font-weight: 700; color: var(--text-dark);
    margin-bottom: 8px;
  }
  .step-text {
    font-size: 13px; color: var(--text-light); line-height: 1.6;
    font-weight: 300;
  }

  /* ===== SPONSORS ===== */
  .sponsors-section {
    background: #fdf8f2; padding: 60px 0;
    border-top: 1px solid rgba(0,0,0,0.07);
  }
  .sponsors-label {
    text-align: center; font-size: 11px;
    letter-spacing: 0.16em; text-transform: uppercase;
    color: var(--text-light); margin-bottom: 32px;
  }
  .sponsors-row {
    display: flex; align-items: center; justify-content: center;
    gap: 16px; flex-wrap: wrap;
  }
  .sponsor-pill {
    display: flex; align-items: center; gap: 10px;
    background: white; border: 1px solid rgba(0,0,0,0.08);
    border-radius: 8px; padding: 12px 20px;
    transition: all 0.2s;
  }
  .sponsor-pill:hover { border-color: var(--orange); }
  .sponsor-logo-placeholder {
    width: 80px; height: 24px; border-radius: 3px;
    background: linear-gradient(90deg, #f0ebe4, #e8e0d6, #f0ebe4);
    background-size: 200% 100%;
    animation: shimmer 2s infinite;
  }
  @keyframes shimmer {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
  }
  .sponsor-become {
    background: transparent; border: 1.5px dashed rgba(0,0,0,0.15);
    border-radius: 8px; padding: 12px 20px;
    font-size: 12px; color: var(--text-light); cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    transition: all 0.2s;
    display: flex; align-items: center; gap: 6px;
  }
  .sponsor-become:hover { border-color: var(--orange); color: var(--orange); }

  

  /* ===== ANIMATIONS ===== */
  .fade-up {
    opacity: 0; transform: translateY(30px);
    transition: opacity 0.7s ease, transform 0.7s ease;
  }
  .fade-up.visible {
    opacity: 1; transform: translateY(0);
  }
  .fade-up-delay-1 { transition-delay: 0.1s; }
  .fade-up-delay-2 { transition-delay: 0.2s; }
  .fade-up-delay-3 { transition-delay: 0.3s; }
  .fade-up-delay-4 { transition-delay: 0.4s; }

  /* Hero load animations */
  .hero-eyebrow { animation: fadeSlideIn 0.8s ease 0.2s both; }
  h1.hero-headline { animation: fadeSlideIn 0.9s ease 0.35s both; }
  .hero-sub { animation: fadeSlideIn 0.9s ease 0.5s both; }
  .hero-ctas { animation: fadeSlideIn 0.9s ease 0.65s both; }
  .hero-proof { animation: fadeSlideIn 0.9s ease 0.8s both; }
  .hero-card-wrap { animation: fadeSlideIn 1s ease 0.5s both; }

  @keyframes fadeSlideIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
  }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-70164b8 *//* ===== FOOTER CTA SECTION ===== */
.custom-landing .footer-cta-section {
  position: relative;
  background: #150e06;
  padding: 100px 20px;
  text-align: center;
  overflow: hidden;
}

/* GLOW BACKGROUND */
.custom-landing .footer-cta-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(239,159,39,0.25), transparent 60%);
  top: -150px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

/* CONTENT */
.custom-landing .footer-cta-inner {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

/* EYEBROW */
.custom-landing .footer-eyebrow {
  display: inline-block;
  color: #EF9F27;
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

/* HEADLINE */
.custom-landing .footer-headline {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
}

.custom-landing .footer-headline em {
  color: #EF9F27;
  font-style: normal;
}

/* TEXT */
.custom-landing .footer-sub {
  color: rgba(255,255,255,0.7);
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 30px;
}

/* BUTTONS */
.custom-landing .footer-btns {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

/* PRIMARY BUTTON */
.custom-landing .btn-footer-primary {
  background: #D85A30;
  color: #fff;
  border: none;
  padding: 14px 28px;
  border-radius: 30px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-landing .btn-footer-primary:hover {
  background: #c94e25;
}

/* GHOST BUTTON */
.custom-landing .btn-footer-ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 14px 28px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.custom-landing .btn-footer-ghost:hover {
  background: rgba(255,255,255,0.1);
}

/* ===== MOBILE ===== */
@media (max-width: 768px) {

  .custom-landing .footer-headline {
    font-size: 30px;
  }

  .custom-landing .footer-sub {
    font-size: 14px;
  }

  .custom-landing .footer-btns {
    flex-direction: column;
    gap: 12px;
  }

  .custom-landing .btn-footer-primary,
  .custom-landing .btn-footer-ghost {
    width: 100%;
  }

}/* End custom CSS */