.elementor-580 .elementor-element.elementor-element-e0d9146 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){--kit-widget-spacing:0px;}.elementor-580 .elementor-element.elementor-element-e0d9146 > .elementor-element-populated{padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-2fba829 *//* ── PAGE HEADER ── */
.page-hero {
  min-height: 88vh;
  background: var(--red);
  position: relative; overflow: hidden;
  display: flex; flex-direction: column;
  justify-content: flex-end;
  padding: 0 3rem 5rem;
}

/* Animated concentric rings */
.hero-rings {
  position: absolute; top: -20%; right: -10%;
  width: 80vw; height: 80vw;
  max-width: 900px; max-height: 900px;
  pointer-events: none;
}
.ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.1);
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
}
.ring:nth-child(1){ width:100%;height:100%; animation: ringPulse 4s ease-in-out infinite; }
.ring:nth-child(2){ width:75%;height:75%; animation: ringPulse 4s ease-in-out infinite .5s; border-color:rgba(255,255,255,.15); }
.ring:nth-child(3){ width:52%;height:52%; animation: ringPulse 4s ease-in-out infinite 1s; border-color:rgba(255,255,255,.2); }
.ring:nth-child(4){ width:32%;height:32%; animation: ringPulse 4s ease-in-out infinite 1.5s; border-color:rgba(255,255,255,.25); }
@keyframes ringPulse { 0%,100%{opacity:.6;transform:translate(-50%,-50%) scale(1)} 50%{opacity:1;transform:translate(-50%,-50%) scale(1.03)} }

/* Diagonal stripe overlay */
.hero-stripes {
  position: absolute; inset: 0; pointer-events: none;
  background: repeating-linear-gradient(
    -45deg,
    transparent 0px, transparent 40px,
    rgba(255,255,255,.025) 40px, rgba(255,255,255,.025) 41px
  );
}

/* Large italic watermark */
.hero-watermark {
  position: absolute;
  bottom: -2rem; left: -1rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(10rem, 22vw, 22rem);
  font-weight: 700; font-style: italic;
  color: rgba(255,255,255,.06);
  line-height: 1; pointer-events: none;
  white-space: nowrap; letter-spacing: -.02em;
}

.hero-content { position: relative; z-index: 2; max-width: 750px; }

.hero-overline {
  display: inline-flex; align-items: center; gap: .7rem;
  font-size: .62rem; font-weight: 700; letter-spacing: .25em;
  text-transform: uppercase; color: rgba(255,255,255,.65);
  margin-bottom: 1.5rem;
  animation: fadeUp .6s ease both;
  font-family: "DM Sans", Sans-serif;
}
.hero-overline-line { width: 30px; height: 1.5px; background: rgba(255,255,255,.5); }

.hero-title {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(3.5rem, 9vw, 9rem);
  font-weight: 700; font-style: italic;
  line-height: .9; color: var(--white);
  letter-spacing: -.02em;
  animation: fadeUp .7s .08s ease both;
}
.hero-title strong {
  font-style: normal; font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(3rem, 8vw, 8rem);
  letter-spacing: .04em; display: block;
  color: var(--white);
}

.hero-tagline {
  font-size: clamp(.9rem, 2vw, 1.15rem);
  color: rgba(255,255,255,.75);
  line-height: 1.65; margin-top: 2rem;
  max-width: 520px; font-weight: 300;
  animation: fadeUp .7s .2s ease both;
  font-family: "DM Sans", Sans-serif;
}

.hero-scroll {
  position: absolute; bottom: 2.5rem; right: 3rem;
  display: flex; align-items: center; gap: .8rem;
  font-size: .6rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.4);
  z-index: 2; animation: fadeUp .7s .4s ease both;
  font-family: "DM Sans", Sans-serif;
}
.hero-scroll-line {
  width: 50px; height: 1px; background: rgba(255,255,255,.3);
  animation: lineGrow 2s ease-in-out infinite;
}
@keyframes lineGrow{0%,100%{width:50px;opacity:.4}50%{width:75px;opacity:.8}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1d22db *//* ── INTRO PULL QUOTE ── */
.pull-quote-section {
  background: var(--cream);
  padding: 5rem 3rem;
  border-bottom: 1.5px solid var(--border);
  position: relative; overflow: hidden;
}
.pull-quote-section::before {
  content: '"';
  position: absolute; top: -1rem; left: 1.5rem;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18rem; line-height: 1;
  color: rgba(232,21,42,.06);
  pointer-events: none;
}
.pull-quote {
  max-width: 900px; margin: 0 auto; text-align: center;
}
.pq-text {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(1.6rem, 4vw, 3.2rem);
  font-style: italic; font-weight: 400;
  line-height: 1.3; color: var(--ink);
  letter-spacing: -.01em;
}
.pq-text span { color: var(--red); }
.pq-source {
    font-family: "DM Sans", Sans-serif;
  margin-top: 1.5rem;
  font-size: .68rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
  display: flex; align-items: center; justify-content: center; gap: .8rem;
}
.pq-source::before, .pq-source::after { content:''; width:30px; height:1px; background:var(--muted); }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-da6ecfd *//* ── STORY SECTION ── */
.story-section {
  padding: 7rem 3rem;
  background: var(--white);
}
.story-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 6rem; align-items: start;
}

.story-label {
    font-family: "DM Sans", Sans-serif;
  font-size: .6rem; font-weight: 700; letter-spacing: .22em;
  text-transform: uppercase; color: var(--red);
  display: flex; align-items: center; gap: .6rem;
  margin-bottom: 1.2rem;
}
.story-label::before { content:''; width:20px; height:2px; background:var(--red); }
.story-title {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700; line-height: 1;
  color: var(--ink); letter-spacing: -.01em;
}
.story-title em { font-style: italic; color: var(--red); }

.story-body {
  margin-top: 2rem;
  display: flex; flex-direction: column; gap: 1.2rem;
}
.story-body p {
  font-size: .95rem; line-height: 1.85; color: var(--mid); font-weight: 300;
}
.story-body p strong { color: var(--ink); font-weight: 600; }



/* Big stat card */
.stat-feature {
  background: var(--red);
  padding: 3rem 2.5rem;
  margin-bottom: 1.5rem;
  position: relative; overflow: hidden;
}
.stat-feature::after {
  content: '';
  position: absolute; bottom: -30px; right: -30px;
  width: 120px; height: 120px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.15);
}
.stat-feature::before {
  content: '';
  position: absolute; bottom: -60px; right: -60px;
  width: 200px; height: 200px; border-radius: 50%;
  border: 2px solid rgba(255,255,255,.08);
}
.sf-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 7rem; line-height: 1; color: var(--white);
  letter-spacing: .02em;
}
.sf-label {
    font-family: "DM Sans", Sans-serif;
  font-size: .75rem; font-weight: 600; letter-spacing: .18em;
  text-transform: uppercase; color: rgba(255,255,255,.7);
  margin-top: -.5rem;
}
.sf-sub {
  font-family: "Bebas Neue", Sans-serif;
  font-size: 1.4rem; font-style: italic;
  color: rgba(255,255,255,.6); margin-top: 1rem; line-height: 1.4;
}

.stat-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1px;
  background: var(--border);
}
.stat-cell {
  background: var(--cream);
  padding: 1.8rem;
  transition: background .2s;
}
.stat-cell:hover { background: var(--red-light); }
.stat-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.8rem; line-height: 1; color: var(--red);
}
.stat-lbl {
  font-size: .6rem; font-weight: 700; letter-spacing: .15em;
  text-transform: uppercase; color: var(--muted); margin-top: .3rem;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-010a6e1 *//* ── MISSION STRIP ── */
.mission-strip {
  background: var(--red);
  padding: 5rem 3rem;
  overflow: hidden; position: relative;
}
.mission-strip::before {
  content: '';
  position: absolute; inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0px, transparent 80px,
    rgba(255,255,255,.03) 80px, rgba(255,255,255,.03) 81px
  );
}
.mission-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 280px 1fr;
  gap: 5rem; align-items: center;
  position: relative; z-index: 1;
}
.mission-label {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(3rem, 5vw, 5rem);
  font-weight: 700; font-style: italic;
  color: rgba(255,255,255,.2); line-height: 1;
  letter-spacing: -.02em;
}
.mission-text {
  font-family: "DM Sans", Sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2.2rem);
  font-weight: 400; color: var(--white);
  line-height: 1.5; letter-spacing: -.01em;
}
.mission-text strong {
  font-style: italic; font-weight: 700;
  border-bottom: 2px solid rgba(255,255,255,.4);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1e9e4a2 *//* ── VALUES ── */
.values-section {
  background: var(--white);
  padding: 7rem 3rem;
  border-bottom: 1.5px solid var(--border);
}
.values-inner { max-width: 1200px; margin: 0 auto; }
.values-header {
  display: flex; align-items: flex-end; justify-content: space-between;
  margin-bottom: 4rem; gap: 2rem; flex-wrap: wrap;
}
.values-header-left {}
.values-header-left .story-label { margin-bottom: .8rem; }
.values-header-left h2 {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700; line-height: 1; color: var(--ink);
}
.values-header-left h2 em { font-style: italic; color: var(--red); }
.values-header-right {
  font-size: .88rem; color: var(--muted); max-width: 340px; line-height: 1.7;
}

.values-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5px;
  background: var(--border);
}
.value-card {
  background: var(--white);
  padding: 2.8rem 2.5rem;
  position: relative; overflow: hidden;
  transition: background .3s;
}
.value-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 100%; height: 3px;
  background: var(--red);
  transform: scaleX(0); transform-origin: left;
  transition: transform .35s ease;
}
.value-card:hover { background: var(--red-light); }
.value-card:hover::before { transform: scaleX(1); }

.value-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 5rem; line-height: 1; color: rgba(232,21,42,.08);
  position: absolute; top: 1.5rem; right: 1.5rem;
  transition: color .3s;
}
.value-card:hover .value-num { color: rgba(232,21,42,.15); }
.value-icon { font-size: 2rem; margin-bottom: 1.2rem; display: block; }
.value-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.6rem; letter-spacing: .04em; color: var(--ink);
  line-height: 1; margin-bottom: .8rem;
}
.value-desc { font-size: .85rem; color: var(--muted); line-height: 1.7; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-824bc2e *//* ── HOW IT WORKS ── */
.how-section {
  background: var(--paper);
  padding: 7rem 3rem;
  position: relative; overflow: hidden;
}
/* Dotted wave pattern */
.how-section::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 8px;
  background: repeating-linear-gradient(90deg, var(--red) 0px, var(--red) 20px, transparent 20px, transparent 30px);
  opacity: .2;
}
.how-inner { max-width: 1200px; margin: 0 auto; }
.how-header { text-align: center; margin-bottom: 4.5rem; }
.how-header .story-label { justify-content: center; }
.how-header h2 {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700; color: var(--ink); margin-top: .6rem; line-height: 1;
}
.how-header h2 em { font-style: italic; color: var(--red); }

.steps-flow {
  display: grid; grid-template-columns: repeat(4,1fr); gap: 0;
  position: relative;
}
/* Connecting line */
.steps-flow::before {
  content: '';
  position: absolute; top: 52px; left: 12.5%; right: 12.5%;
  height: 2px;
  background: linear-gradient(to right, var(--red) 0%, rgba(232,21,42,.3) 50%, var(--red) 100%);
  z-index: 0;
}

.step-card {
  padding: 0 1.5rem 2.5rem;
  text-align: center; position: relative; z-index: 1;
}
.step-circle {
  width: 100px; height: 100px; border-radius: 50%;
  background: var(--white);
  border: 2px solid var(--red-border);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all .3s;
  position: relative;
}
.step-card:hover .step-circle {
  background: var(--red); border-color: var(--red);
  box-shadow: 0 0 0 8px rgba(232,21,42,.1);
}
.step-circle-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2rem; color: var(--red); transition: color .3s;
}
.step-card:hover .step-circle-num { color: var(--white); }
.step-emoji { font-size: 1.8rem; line-height: 1; }
.step-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.3rem; letter-spacing: .04em; color: var(--ink);
  margin-bottom: .6rem;
}
.step-desc { font-size: .8rem; color: var(--muted); line-height: 1.65; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5c8cc04 *//* ── WHAT'S ON BOARD ── */
.onboard-section {
  background: var(--white);
  padding: 7rem 3rem;
  border-top: 1.5px solid var(--border);
}
.onboard-inner {
  max-width: 1200px; margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 5rem; align-items: center;
}
.onboard-left .story-label { margin-bottom: 1rem; }
.onboard-left h2 {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 700; line-height: 1; color: var(--ink);
}
.onboard-left h2 em { font-style: italic; color: var(--red); }
.onboard-left p {
  font-size: .92rem; color: var(--muted); margin-top: 1.2rem; line-height: 1.75;
}

.feature-tiles {
  display: grid; grid-template-columns: 1fr 1fr; gap: 1rem;
}
.ft {
  background: var(--cream);
  border: 1.5px solid var(--border);
  padding: 1.8rem 1.6rem;
  position: relative; overflow: hidden;
  transition: border-color .25s, background .25s, transform .25s;
}
.ft:hover {
  border-color: var(--red);
  background: var(--red-light);
  transform: translateY(-3px);
}
.ft::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--red);
  transform: scaleX(0); transform-origin: left; transition: transform .3s;
}
.ft:hover::after { transform: scaleX(1); }
.ft-icon { font-size: 1.8rem; margin-bottom: .8rem; display: block; }
.ft-title {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.1rem; letter-spacing: .06em; color: var(--ink); margin-bottom: .4rem;
}
.ft-desc { font-size: .76rem; color: var(--muted); line-height: 1.6; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26815a5 *//* ── OCCASIONS ── */
.occasions-section {
  background: var(--red-mid);
  padding: 6rem 3rem;
  border-top: 1.5px solid var(--red-border);
  border-bottom: 1.5px solid var(--red-border);
}
.occasions-inner { max-width: 1200px; margin: 0 auto; }
.occasions-header { text-align: center; margin-bottom: 3rem; }
.occasions-header h2 {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(2rem, 5vw, 4rem); letter-spacing: .04em; color: var(--red);
}
.occasions-header p { 
    font-family: "DM Sans", Sans-serif;
    font-size: .88rem; 
    color: var(--muted);
    margin-top: .5rem;
    
}

.occasions-grid {
  display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
}
.occ-pill {
  display: flex; align-items: center; gap: .6rem;
  padding: .9rem 1.6rem;
  background: var(--white);
  border: 1.5px solid var(--red-border);
  cursor: default;
  transition: all .25s;
  font-size: .85rem; font-weight: 500; color: var(--ink);
}
.occ-pill:hover {
  background: var(--red); color: var(--white);
  border-color: var(--red);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(232,21,42,.2);
}
.occ-pill:hover .occ-emoji { transform: scale(1.2); }
.occ-emoji { font-size: 1.1rem; transition: transform .2s; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-083d8bf *//* ── TEAM ── */
.team-section {
  background: var(--white);
  padding: 7rem 3rem;
}
.team-inner { max-width: 1200px; margin: 0 auto; }
.team-header { text-align: center; margin-bottom: 4rem; }
.team-header .story-label { justify-content: center; margin-bottom: .8rem; }
.team-header h2 {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 700; font-style: italic; color: var(--ink);
}
.team-header p { font-size: .88rem; color: var(--muted); margin-top: .6rem; max-width: 500px; margin-left:auto; margin-right:auto; line-height:1.7; }

.team-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 2rem;
}
.team-card {
  text-align: center;
  transition: transform .3s;
}
.team-card:hover { transform: translateY(-6px); }
.team-avatar {
  width: 100%; aspect-ratio: 1;
  border-radius: 50%;
  position: relative; overflow: hidden;
  margin-bottom: 1.2rem;
  display: flex; align-items: center; justify-content: center;
}
.team-avatar-inner {
  width: 100%; height: 100%; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 3.5rem;
  position: relative; overflow: hidden;
  font-family: "DM Sans", Sans-serif;
}
.tc1 .team-avatar-inner { background: linear-gradient(135deg, #fde8eb 0%, #ffc2cb 100%); }
.tc2 .team-avatar-inner { background: linear-gradient(135deg, #fff0d6 0%, #ffd699 100%); }
.tc3 .team-avatar-inner { background: linear-gradient(135deg, #e8f4ff 0%, #b3d9ff 100%); }
.tc4 .team-avatar-inner { background: linear-gradient(135deg, #eef5e8 0%, #c2e0a0 100%); }
.team-ring {
  position: absolute; inset: -3px;
  border-radius: 50%;
  border: 2px solid var(--red-border);
  transition: border-color .25s, transform .25s;
}
.team-card:hover .team-ring { border-color: var(--red); transform: scale(1.04); }
.team-name {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 1.2rem; letter-spacing: .06em; color: var(--ink);
}
.team-role {
  font-size: .68rem; font-weight: 700; letter-spacing: .14em;
  text-transform: uppercase; color: var(--red); margin-top: .2rem;
  font-family: "DM Sans", Sans-serif;
}
.team-bio { font-size: .76rem; color: var(--muted); margin-top: .6rem; line-height: 1.6; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-75829aa *//* ── TESTIMONIALS ── */
.testimonials-section {
  background: var(--paper);
  padding: 6rem 3rem;
  border-top: 1.5px solid var(--border);
}
.testimonials-inner { max-width: 1200px; margin: 0 auto; }
.testimonials-header { text-align: center; margin-bottom: 3.5rem; }
.testimonials-header .story-label { justify-content: center; margin-bottom: .7rem; }
.testimonials-header h2 {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  font-weight: 700; font-style: italic; color: var(--ink);
}

.testi-grid {
  display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem;
}
.testi-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  padding: 2rem 2rem 1.8rem;
  position: relative;
  transition: border-color .25s, transform .25s;
}
.testi-card:hover { border-color: var(--red); transform: translateY(-3px); }
.testi-quote {
  font-family: "Bebas Neue", Sans-serif;
  font-size: 4rem; line-height: .8;
  color: var(--red); opacity: .3; margin-bottom: .5rem;
}
.testi-text {
 line-height: 1.7; color: var(--mid); font-style: italic;
  font-family: "Bebas Neue", Sans-serif;
  font-size: 1.05rem;
}
.testi-author {
  margin-top: 1.2rem; padding-top: 1rem;
  border-top: 1px solid var(--border);
  display: flex; align-items: center; gap: .8rem;
}
.testi-avatar {
  width: 36px; height: 36px; border-radius: 50%;
  background: var(--red-mid); display: flex; align-items: center; justify-content: center;
  font-size: 1.1rem; flex-shrink: 0;
}
.testi-name { 
    font-family: "DM Sans", Sans-serif;
    font-size: .78rem; font-weight: 700; color: var(--ink); }
.testi-detail { font-size: .65rem; color: var(--muted); margin-top: .1rem; }
.testi-stars { margin-left: auto; color: var(--red); font-size: .75rem; letter-spacing: .05em; }/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-602a196 *//* ── CTA BANNER ── */
.cta-section {
  background: var(--red);
  padding: 7rem 3rem;
  text-align: center;
  position: relative; overflow: hidden;
}
.cta-section::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 55px 55px;
  pointer-events: none;
}
.cta-rings {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 600px; height: 600px; pointer-events: none;
}
.cta-ring {
  position: absolute; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
}
.cta-ring:nth-child(1){ width:100%;height:100%; animation:ringPulse 5s ease-in-out infinite; }
.cta-ring:nth-child(2){ width:72%;height:72%; animation:ringPulse 5s ease-in-out infinite .7s; }
.cta-ring:nth-child(3){ width:45%;height:45%; animation:ringPulse 5s ease-in-out infinite 1.4s; }

.cta-eyebrow {
    font-family: "DM Sans", Sans-serif;
  font-size: .62rem; font-weight: 700; letter-spacing: .25em;
  text-transform: uppercase; color: rgba(255,255,255,.55);
  margin-bottom: 1rem; position: relative; z-index: 1;
}
.cta-title {
  font-family: "Bebas Neue", Sans-serif;
  font-size: clamp(3rem, 7vw, 7rem);
  font-weight: 700; font-style: italic;
  color: var(--white); line-height: .92;
  letter-spacing: -.02em;
  position: relative; z-index: 1;
  margin-bottom: .5rem;
}
.cta-title strong {
  font-style: normal; font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(2.5rem, 6vw, 6rem);
  display: block; letter-spacing: .04em;
}
.cta-sub {
  font-size: .92rem; color: rgba(255,255,255,.65);
  margin-top: 1.2rem; line-height: 1.7;
  position: relative; z-index: 1;
}
.cta-btns {
  display: flex; gap: 1rem; justify-content: center;
  margin-top: 2.5rem; position: relative; z-index: 1; flex-wrap: wrap;
}
.btn {
  display: inline-block; padding: 1rem 2.8rem;
  font-family: 'Bebas Neue', sans-serif; font-size: 1.05rem;
  letter-spacing: .1em; text-decoration: none; text-transform: uppercase;
  transition: all .25s; border: 2px solid transparent;
}
.btn-white { background: var(--white); color: var(--red); border-color: var(--white); }
.btn-white:hover { background: transparent; color: var(--white); transform: translateY(-2px); }
.btn-outline-w { background: transparent; color: var(--white); border-color: rgba(255,255,255,.4); }
.btn-outline-w:hover { border-color: var(--white); background: rgba(255,255,255,.1); transform: translateY(-2px); }/* End custom CSS */
/* Start custom CSS for section, class: .elementor-element-04bf0ce */:root {
  --red: #e8152a;
  --red2: #c01020;
  --red-light: #fff0f2;
  --red-mid: #fde8eb;
  --white: #ffffff;
  --cream: #faf8f5;
  --paper: #f5f2ec;
  --ink: #1a1a1a;
  --mid: #3d3d3d;
  --muted: rgba(26,26,26,0.48);
  --border: rgba(26,26,26,0.1);
  --red-border: rgba(232,21,42,0.2);
}/* End custom CSS */