.elementor-1787 .elementor-element.elementor-element-01adca0{--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:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --plum: #3D1A4E;
  --plum-light: #5C2D72;
  --plum-deep: #25103A;
  --terra: #E2007F;
  --terra-light: #FF65BC;
  --gold: #E2007F;
  --gold-pale: #FF65BC;
  --cream: #FAF6F0;
  --white: #FFFFFF;
  --charcoal: #1A1A1A;
  --mid: #6B6B6B;
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'DM Sans', sans-serif;
}

html { scroll-behavior: smooth; }
body { font-family: var(--font-body); background: var(--cream); color: var(--charcoal); overflow-x: hidden; }

/* ── NAV ── */
nav#mainNav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 4rem;
  background: transparent;
  transition: background 0.4s, backdrop-filter 0.4s;
}
nav#mainNav.scrolled { background: rgba(61,26,78,0.96); backdrop-filter: blur(12px); }
.nav-logo { font-family: var(--font-display); font-size: 1.7rem; font-weight: 600; color: var(--white); letter-spacing: 0.02em; text-decoration: none; flex-shrink: 0; }
.nav-logo span { color: var(--gold); }
.nav-links { display: flex; gap: 2.2rem; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 0.85rem; letter-spacing: 0.08em; text-transform: uppercase; font-weight: 400; transition: color 0.2s; }
.nav-links a:hover { color: var(--gold); }
.nav-cta { background: var(--terra) !important; color: var(--white) !important; padding: 0.55rem 1.4rem !important; border-radius: 2rem !important; font-weight: 500 !important; }
.nav-hamburger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: var(--white); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.nav-hamburger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-hamburger.open span:nth-child(2) { opacity: 0; }
.nav-hamburger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
.nav-drawer { display: none; position: fixed; inset: 0; z-index: 190; background: var(--plum-deep); flex-direction: column; align-items: center; justify-content: center; gap: 2rem; }
.nav-drawer.open { display: flex; }
.nav-drawer a { color: rgba(255,255,255,0.85); text-decoration: none; font-size: 1.3rem; letter-spacing: 0.1em; text-transform: uppercase; font-weight: 300; }
.nav-drawer .nav-cta { background: var(--terra); color: var(--white) !important; padding: 0.8rem 2rem; border-radius: 2rem; font-size: 1rem !important; }

/* ── PAGE HERO ── */
.page-hero {
  position: relative; background: var(--plum-deep); overflow: hidden;
  padding: 10rem 2rem 6rem; text-align: center;
}
.page-hero::before {
  content: 'Connect';
  position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
  font-family: var(--font-display); font-size: 18vw; font-weight: 300;
  color: rgba(255,255,255,0.03); white-space: nowrap; pointer-events: none; line-height: 1;
}
.page-hero-inner { position: relative; z-index: 2; max-width: 760px; margin: 0 auto; }
.breadcrumb { font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1.4rem; }
.breadcrumb a { color: var(--terra-light); text-decoration: none; }
.page-hero h1 { font-family: var(--font-display); font-size: clamp(2.8rem, 6vw, 5rem); font-weight: 300; line-height: 1.1; color: var(--white); margin-bottom: 1.4rem; }
.page-hero h1 em { font-style: italic; color: var(--terra-light); }
.page-hero p { font-size: 1.05rem; line-height: 1.85; color: rgba(255,255,255,0.7); font-weight: 300; max-width: 580px; margin: 0 auto 2.4rem; }
.hero-pills { display: flex; gap: 0.8rem; justify-content: center; flex-wrap: wrap; }
.hero-pill { border: 1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.65); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.4rem 1rem; border-radius: 2rem; }

/* ── STATS BAR ── */
.stats-bar { background: var(--plum); display: grid; grid-template-columns: repeat(4, 1fr); }
.stat-item { padding: 2.2rem 1.5rem; text-align: center; border-right: 1px solid rgba(255,255,255,0.1); }
.stat-item:last-child { border-right: none; }
.stat-num { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3rem); font-weight: 300; color: var(--gold); line-height: 1; display: block; margin-bottom: 0.4rem; }
.stat-label { font-size: 0.72rem; letter-spacing: 0.1em; color: rgba(255,255,255,0.65); text-transform: uppercase; }

/* ── SECTION COMMONS ── */
section { padding: 5rem 2rem; }
.section-label { font-size: 0.72rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--terra); font-weight: 500; margin-bottom: 1rem; display: block; }
.section-title { font-family: var(--font-display); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 300; line-height: 1.15; color: var(--plum-deep); margin-bottom: 1.4rem; }
.section-title em { font-style: italic; color: var(--terra); }
.section-body { font-size: 1rem; line-height: 1.85; color: var(--mid); font-weight: 300; }
.btn-primary { background: var(--terra); color: var(--white); padding: 0.9rem 2.4rem; border-radius: 2rem; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; transition: transform 0.2s, background 0.2s; display: inline-block; }
.btn-primary:hover { background: var(--terra-light); transform: translateY(-2px); }
.btn-gold { background: var(--gold); color: var(--white); padding: 1rem 2.8rem; border-radius: 2rem; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.08em; text-decoration: none; text-transform: uppercase; transition: transform 0.2s, background 0.2s; display: inline-block; }
.btn-gold:hover { transform: translateY(-2px); background: var(--terra-light); }
.btn-outline-white { border: 1.5px solid rgba(255,255,255,0.5); color: var(--white); padding: 1rem 2.8rem; border-radius: 2rem; font-size: 0.88rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; transition: border-color 0.2s; display: inline-block; }
.btn-outline-white:hover { border-color: var(--terra-light); }

/* ── INTRO ── */
.intro-section { background: var(--cream); }
.intro-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.intro-image { position: relative; }
.intro-img-main { width: 100%; height: 500px; object-fit: cover; border-radius: 2px; display: block; }
.intro-badge { position: absolute; bottom: -2rem; left: -2rem; background: var(--terra); color: var(--white); padding: 1.8rem 2rem; border-radius: 2px; text-align: center; font-family: var(--font-display); }
.intro-badge strong { display: block; font-size: 2.4rem; font-weight: 300; line-height: 1; }
.intro-badge span { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; opacity: 0.85; }
.intro-text blockquote { border-left: 3px solid var(--gold); padding: 1rem 1.4rem; margin: 2rem 0; font-family: var(--font-display); font-size: 1.3rem; font-style: italic; line-height: 1.5; color: var(--plum); }

/* ── EVENT TYPES ── */
.event-types { background: var(--plum-deep); }
.event-types-header { max-width: 1200px; margin: 0 auto 4rem; text-align: center; }
.event-types-header .section-title { color: var(--white); }
.event-types-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5px; background: rgba(255,255,255,0.08); }
.event-type-card { background: var(--plum-deep); padding: 2.8rem 2rem; transition: background 0.3s; position: relative; overflow: hidden; }
.event-type-card::before { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--terra); transform: scaleX(0); transform-origin: left; transition: transform 0.4s ease; }
.event-type-card:hover { background: rgba(92,45,114,0.5); }
.event-type-card:hover::before { transform: scaleX(1); }
.event-type-icon { font-size: 2rem; margin-bottom: 1.4rem; }
.event-type-card h3 { font-family: var(--font-display); font-size: 1.35rem; font-weight: 400; color: var(--white); margin-bottom: 0.8rem; line-height: 1.25; }
.event-type-card p { font-size: 0.85rem; line-height: 1.75; color: rgba(255,255,255,0.6); }
.event-type-freq { font-size: 0.72rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--terra-light); margin-top: 1.2rem; }

/* ── UPCOMING EVENTS ── */
.upcoming { background: var(--white); }
.upcoming-wrap { max-width: 1200px; margin: 0 auto; }
.events-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2rem; margin-top: 3rem; }
.event-card {
  border: 1px solid rgba(61,26,78,0.12); border-radius: 2px; overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.event-card:hover { transform: translateY(-4px); box-shadow: 0 16px 48px rgba(61,26,78,0.12); }
.event-card-image { height: 220px; overflow: hidden; position: relative; background: linear-gradient(135deg, var(--plum), var(--plum-light)); }
.event-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s; }
.event-card:hover .event-card-image img { transform: scale(1.04); }
.event-tag { position: absolute; top: 1rem; left: 1rem; background: var(--terra); color: var(--white); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.8rem; border-radius: 2rem; }
.event-card-body { padding: 1.8rem; }
.event-meta { display: flex; gap: 1.2rem; margin-bottom: 1rem; flex-wrap: wrap; }
.event-meta span { font-size: 0.75rem; letter-spacing: 0.06em; color: var(--terra); text-transform: uppercase; display: flex; align-items: center; gap: 0.3rem; }
.event-card-body h3 { font-family: var(--font-display); font-size: 1.4rem; font-weight: 400; color: var(--plum-deep); margin-bottom: 0.8rem; line-height: 1.3; }
.event-card-body p { font-size: 0.88rem; color: var(--mid); line-height: 1.7; margin-bottom: 1.4rem; }
.event-card-footer { display: flex; align-items: center; justify-content: space-between; }
.event-spots { font-size: 0.78rem; color: var(--mid); }
.event-spots strong { color: var(--terra); }
.btn-small { background: var(--terra); color: var(--white); padding: 0.55rem 1.4rem; border-radius: 2rem; font-size: 0.78rem; font-weight: 500; letter-spacing: 0.06em; text-decoration: none; text-transform: uppercase; transition: background 0.2s; }
.btn-small:hover { background: var(--terra-light); }

/* ── HOW IT WORKS ── */
.how-section { background: var(--cream); }
.how-wrap { max-width: 1200px; margin: 0 auto; }
.process-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem; margin-top: 3rem; }
.process-step { padding: 2rem 1.5rem; position: relative; text-align: center; }
.process-step::after { content: '→'; position: absolute; right: -1rem; top: 2.5rem; font-size: 1.4rem; color: rgba(61,26,78,0.2); }
.process-step:last-child::after { display: none; }
.process-num { font-family: var(--font-display); font-size: 4rem; font-weight: 300; color: rgba(61,26,78,0.1); line-height: 1; margin-bottom: 1rem; }
.process-step h3 { font-family: var(--font-display); font-size: 1.2rem; font-weight: 400; color: var(--plum); margin-bottom: 0.6rem; }
.process-step p { font-size: 0.85rem; line-height: 1.7; color: var(--mid); }

/* ── WHAT TO EXPECT ── */
.expect-section { background: var(--plum); position: relative; overflow: hidden; }
.expect-section::before { content: 'Connect'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-family: var(--font-display); font-size: 18vw; font-weight: 300; color: rgba(255,255,255,0.04); white-space: nowrap; pointer-events: none; }
.expect-wrap { max-width: 1200px; margin: 0 auto; position: relative; z-index: 1; }
.expect-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-top: 3rem; }
.expect-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); padding: 2.4rem 2rem; border-radius: 2px; }
.expect-icon { font-size: 1.6rem; margin-bottom: 1.2rem; }
.expect-card h3 { font-family: var(--font-display); font-size: 1.3rem; font-weight: 400; color: var(--white); margin-bottom: 0.7rem; }
.expect-card p { font-size: 0.86rem; color: rgba(255,255,255,0.6); line-height: 1.75; }
.expect-section .section-title { color: var(--white); }
.expect-section .section-label { color: rgba(255,101,188,0.7); }

/* ── PARTNER SECTION ── */
.partner-section { background: var(--cream); }
.partner-wrap { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 6rem; align-items: center; }
.partner-text { }
.partner-list { margin-top: 2.5rem; }
.partner-item { display: flex; gap: 1.2rem; padding: 1.5rem 0; border-bottom: 1px solid rgba(61,26,78,0.1); }
.partner-item:last-child { border-bottom: none; }
.partner-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--terra); flex-shrink: 0; margin-top: 0.5rem; }
.partner-item-text h4 { font-size: 0.95rem; font-weight: 500; color: var(--plum); margin-bottom: 0.3rem; }
.partner-item-text p { font-size: 0.86rem; color: var(--mid); line-height: 1.7; }
.partner-visual { background: var(--plum-deep); border-radius: 2px; padding: 3rem 2.5rem; }
.partner-visual h3 { font-family: var(--font-display); font-size: 1.8rem; font-weight: 300; color: var(--white); margin-bottom: 1rem; line-height: 1.2; }
.partner-visual h3 em { font-style: italic; color: var(--terra-light); }
.partner-visual p { font-size: 0.9rem; color: rgba(255,255,255,0.6); line-height: 1.75; margin-bottom: 2rem; }
.partner-form-fields { display: flex; flex-direction: column; gap: 0.8rem; margin-bottom: 1.5rem; }
.partner-input { background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.15); color: var(--white); font-family: var(--font-body); font-size: 0.88rem; padding: 0.9rem 1.2rem; border-radius: 2px; outline: none; transition: border-color 0.2s; }
.partner-input::placeholder { color: rgba(255,255,255,0.35); }
.partner-input:focus { border-color: var(--terra-light); }

/* ── TESTIMONIALS ── */
.testimonials { background: var(--plum-deep); }
.testimonials-header { max-width: 1200px; margin: 0 auto 3rem; text-align: center; }
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; max-width: 1200px; margin: 0 auto; }
.testi-card { background: var(--white); padding: 2.2rem 1.8rem; border-radius: 2px; border: 1px solid rgba(201,168,76,0.25); position: relative; overflow: hidden; }
.testi-card::before { content: '"'; font-family: var(--font-display); position: absolute; top: 0.5rem; right: 1.5rem; font-size: 6rem; line-height: 1; color: rgba(226,0,127,0.1); font-weight: 300; }
.testi-stars { color: var(--gold); font-size: 0.85rem; margin-bottom: 1rem; }
.testi-text { font-size: 0.92rem; line-height: 1.8; color: var(--charcoal); margin-bottom: 1.6rem; font-style: italic; }
.testi-author { display: flex; align-items: center; gap: 0.9rem; }
.testi-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--plum); display: flex; align-items: center; justify-content: center; font-family: var(--font-display); font-size: 1rem; color: var(--gold); flex-shrink: 0; }
.testi-name { font-size: 0.9rem; font-weight: 500; color: var(--plum); }
.testi-role { font-size: 0.78rem; color: var(--mid); }

/* ── CTA FULL ── */
.cta-full { background: var(--plum); padding: 7rem 2rem; text-align: center; position: relative; overflow: hidden; }
.cta-full::before { content: 'FoundHers'; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); font-family: var(--font-display); font-size: 22vw; font-weight: 300; color: rgba(255,255,255,0.04); white-space: nowrap; pointer-events: none; }
.cta-full .section-label { color: rgba(255,101,188,0.7); }
.cta-full .section-title { color: var(--white); max-width: 720px; margin: 0 auto 1.4rem; }
.cta-full .section-body { color: rgba(255,255,255,0.65); margin: 0 auto 3rem; max-width: 560px; }
.cta-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* ── FOOTER ── */
footer { background: var(--plum-deep); color: rgba(255,255,255,0.7); padding: 5rem 2rem 2.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 3rem; max-width: 1200px; margin: 0 auto 3rem; }
.footer-brand .nav-logo { display: block; margin-bottom: 1.2rem; }
.footer-brand p { font-size: 0.88rem; line-height: 1.8; color: rgba(255,255,255,0.55); margin-bottom: 1.6rem; }
.social-links { display: flex; gap: 0.8rem; }
.social-icon { width: 36px; height: 36px; border-radius: 50%; border: 1px solid rgba(255,255,255,0.2); display: flex; align-items: center; justify-content: center; font-size: 0.75rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: border-color 0.2s, color 0.2s; }
.social-icon:hover { border-color: var(--gold); color: var(--gold); }
.footer-col h5 { font-size: 0.72rem; letter-spacing: 0.12em; text-transform: uppercase; color: var(--gold); margin-bottom: 1.4rem; }
.footer-col a { display: block; font-size: 0.86rem; color: rgba(255,255,255,0.55); text-decoration: none; margin-bottom: 0.7rem; transition: color 0.2s; }
.footer-col a:hover { color: rgba(255,255,255,0.9); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 2rem; max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
.footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.35); }
.footer-legal { display: flex; gap: 1.5rem; }
.footer-legal a { font-size: 0.78rem; color: rgba(255,255,255,0.35); text-decoration: none; }
.footer-contact { font-size: 0.82rem; color: rgba(255,255,255,0.45); line-height: 1.7; }

/* ── SCROLL ANIMATIONS ── */
.fh-animate { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.fh-animate.fh-visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  nav#mainNav { padding: 1.2rem 2rem; }
  .intro-wrap { gap: 3.5rem; }
  .event-types-grid { grid-template-columns: repeat(2, 1fr); }
  .events-grid { grid-template-columns: 1fr; }
  .process-steps { grid-template-columns: repeat(2, 1fr); }
  .partner-wrap { gap: 3.5rem; }
  .expect-grid { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  nav#mainNav { padding: 1rem 1.5rem; }
  .nav-links { display: none; }
  .nav-hamburger { display: flex; z-index: 210; position: relative; }
  section { padding: 4rem 1.4rem; }
  .page-hero { padding: 8rem 1.4rem 4rem; }
  .stats-bar { grid-template-columns: repeat(2, 1fr); }
  .stat-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); }
  .stat-item:nth-child(1), .stat-item:nth-child(2) { border-right: 1px solid rgba(255,255,255,0.1); }
  .stat-item:nth-child(3), .stat-item:nth-child(4) { border-bottom: none; }
  .intro-wrap { grid-template-columns: 1fr; gap: 3.5rem; }
  .intro-img-main { height: 340px; }
  .intro-badge { left: 0; bottom: -1.5rem; }
  .event-types-grid { grid-template-columns: 1fr; gap: 1px; }
  .process-steps { grid-template-columns: 1fr; }
  .process-step::after { display: none; }
  .partner-wrap { grid-template-columns: 1fr; gap: 3rem; }
  .expect-grid { grid-template-columns: 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .testi-card:last-child { display: none; } /* hide 3rd on mobile for cleanliness */
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .cta-actions { flex-direction: column; align-items: center; }
  .btn-gold, .btn-outline-white { width: 100%; max-width: 280px; text-align: center; }
}/* End custom CSS */