/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2026 | 10:08:42 */
/* =========================================================
   FONTS
   ========================================================= */
@font-face {
  font-family: 'GT Super Display';
  src: url('assets/fonts/GT-Super-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'GT Super Display';
  src: url('assets/fonts/GT-Super-Display-Bold-Italic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('assets/fonts/SofiaPro-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sofia Pro';
  src: url('assets/fonts/SofiaPro-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
 
/* =========================================================
   FULL-BLEED BREAKOUT
   Pulls the block out of Elementor's boxed container.
   ========================================================= */
.elementor-widget-html:has(.abs-offer-hub),
.elementor-widget-html:has(.abs-offer-hub) .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
 
.e-con-boxed:has(.abs-offer-hub),
.e-con-boxed:has(.abs-offer-hub) > .e-con-inner {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
}
 
.elementor-element:has(> .e-con-inner > .abs-offer-hub),
.elementor-element:has(> .e-con-inner > .elementor-widget-html > .elementor-widget-container > .abs-offer-hub) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
 
/* =========================================================
   BRAND TOKENS — scoped to wrapper, won't clash with site
   ========================================================= */
.abs-offer-hub {
  --abs-o-petal-pink: #F072AB;
  --abs-o-tea-rose:   #F7CAC9;
  --abs-o-nude:       #FDF0E9;
  --abs-o-blush:      #F49181;
  --abs-o-brown:      #8D4A49;
  --abs-o-light-pink: #FAC5DF;
  --abs-o-milky-tea:  #F6D7D6;
  --abs-o-brick:      #E2807E;
  --abs-o-ink:        #1a1416;
  --abs-o-cream:      #FDF0E9;
  --abs-o-font-display: 'GT Super Display', 'Playfair Display', Georgia, serif;
  --abs-o-font-body:    'Sofia Pro', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
 
  /* Full-bleed */
  position: relative;
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  box-sizing: border-box !important;
 
  font-family: var(--abs-o-font-body);
  background:
    radial-gradient(ellipse at top right, rgba(240, 114, 171, 0.45) 0%, transparent 55%),
    radial-gradient(ellipse at bottom left, rgba(244, 145, 129, 0.35) 0%, transparent 50%),
    linear-gradient(135deg, #1a1416 0%, #2a1820 50%, #1a1416 100%);
  color: var(--abs-o-cream);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.abs-offer-hub *,
.abs-offer-hub *::before,
.abs-offer-hub *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
.abs-offer-hub img { max-width: 100%; display: block; }
 
/* =========================================================
   NOISE OVERLAY
   ========================================================= */
.abs-offer-hub .abs-o-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
 
/* =========================================================
   BACKGROUND FLOATING ICONS
   ========================================================= */
.abs-offer-hub .abs-o-bg-icon {
  position: absolute;
  opacity: 0.06;
  z-index: 1;
  filter: brightness(0) invert(1);
  animation: abs-o-float 10s ease-in-out infinite;
}
.abs-offer-hub .abs-o-bg-icon.b1 { top: 8%;     left: 6%;    width: 140px; animation-delay: 0s; }
.abs-offer-hub .abs-o-bg-icon.b2 { top: 60%;    left: 4%;    width: 100px; animation-delay: 2s; }
.abs-offer-hub .abs-o-bg-icon.b3 { top: 18%;    right: 10%;  width: 90px;  animation-delay: 4s; }
.abs-offer-hub .abs-o-bg-icon.b4 { bottom: 8%;  right: 8%;   width: 130px; animation-delay: 1s; }
.abs-offer-hub .abs-o-bg-icon.b5 { top: 45%;    right: 30%;  width: 70px;  animation-delay: 3s; }
 
@keyframes abs-o-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-20px) rotate(5deg); }
}
 
/* =========================================================
   MAIN CONTENT
   ========================================================= */
.abs-offer-hub .abs-o-container {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
  padding: 48px 48px 56px;
  min-height: 85vh;
}
 
/* =========================================================
   LEFT — COPY
   ========================================================= */
.abs-offer-hub .abs-o-copy {
  position: relative;
}
 
.abs-offer-hub .abs-o-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--abs-o-petal-pink);
  margin-bottom: 28px;
  font-weight: 600;
}
.abs-offer-hub .abs-o-eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--abs-o-petal-pink);
}
 
.abs-offer-hub .abs-o-headline {
  font-family: var(--abs-o-font-display);
  font-weight: 700;
  font-size: clamp(48px, 6.5vw, 92px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  color: var(--abs-o-cream);
}
.abs-offer-hub .abs-o-headline .abs-o-italic {
  font-style: italic;
  color: var(--abs-o-petal-pink);
}
 
.abs-offer-hub .abs-o-subheadline {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
  color: rgba(253, 240, 233, 0.8);
  max-width: 480px;
  margin-bottom: 32px;
}
 
.abs-offer-hub .abs-o-discount-badge {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  padding: 14px 24px;
  background: var(--abs-o-petal-pink);
  color: var(--abs-o-ink);
  font-family: var(--abs-o-font-display);
  font-style: italic;
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.abs-offer-hub .abs-o-discount-badge .abs-o-small {
  font-family: var(--abs-o-font-body);
  font-style: normal;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  font-weight: 600;
}
 
/* =========================================================
   RIGHT — FORM CARD
   ========================================================= */
.abs-offer-hub .abs-o-form-card {
  background: rgba(253, 240, 233, 0.08);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(240, 114, 171, 0.3);
  padding: 48px 40px;
  position: relative;
  box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.4);
}
.abs-offer-hub .abs-o-form-card::before {
  content: '';
  position: absolute;
  top: -1px; left: -1px; right: -1px;
  height: 3px;
  background: linear-gradient(90deg, transparent, var(--abs-o-petal-pink), transparent);
}
 
.abs-offer-hub .abs-o-form-title {
  font-family: var(--abs-o-font-display);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--abs-o-cream);
  font-style: normal;
  margin-bottom: 28px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.abs-offer-hub .abs-o-form-title::after {
  content: '';
  flex: 1;
  height: 1px;
  background: rgba(240, 114, 171, 0.3);
}
 
.abs-offer-hub .abs-o-form-group {
  margin-bottom: 18px;
}
.abs-offer-hub .abs-o-form-group label {
  display: block;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(253, 240, 233, 0.6);
  margin-bottom: 8px;
  font-weight: 600;
}
.abs-offer-hub .abs-o-form-group input {
  width: 100%;
  background: rgba(253, 240, 233, 0.05);
  border: 1px solid rgba(240, 114, 171, 0.25);
  padding: 14px 16px;
  font-family: var(--abs-o-font-body);
  font-size: 15px;
  color: var(--abs-o-cream);
  outline: none;
  transition: all 0.2s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
.abs-offer-hub .abs-o-form-group input::placeholder {
  color: rgba(253, 240, 233, 0.3);
}
.abs-offer-hub .abs-o-form-group input:focus {
  border-color: var(--abs-o-petal-pink);
  background: rgba(240, 114, 171, 0.08);
}
 
.abs-offer-hub .abs-o-submit-btn {
  width: 100%;
  background: var(--abs-o-petal-pink);
  color: var(--abs-o-ink);
  border: none;
  padding: 18px 24px;
  font-family: var(--abs-o-font-body);
  font-size: 13px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  margin-top: 10px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  -webkit-appearance: none;
}
.abs-offer-hub .abs-o-submit-btn:hover {
  background: var(--abs-o-cream);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px -10px rgba(240, 114, 171, 0.5);
}
 
.abs-offer-hub .abs-o-trust-line {
  margin-top: 18px;
  font-size: 11px;
  text-align: center;
  color: rgba(253, 240, 233, 0.5);
  letter-spacing: 0.05em;
  line-height: 1.6;
}
 
/* =========================================================
   FOOTER STRIP
   ========================================================= */
.abs-offer-hub .abs-o-footer-strip {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 0 32px 24px;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(253, 240, 233, 0.35);
}
.abs-offer-hub .abs-o-footer-strip .abs-o-dot {
  display: inline-block;
  margin: 0 12px;
  color: var(--abs-o-petal-pink);
}
 
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .abs-offer-hub .abs-o-container {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 32px 24px 40px;
    min-height: auto;
  }
  .abs-offer-hub .abs-o-form-card { padding: 36px 24px; }
  .abs-offer-hub .abs-o-headline  { font-size: clamp(42px, 9vw, 64px); }
  .abs-offer-hub .abs-o-bg-icon.b3,
  .abs-offer-hub .abs-o-bg-icon.b5 { display: none; }
  .abs-offer-hub .abs-o-bg-icon.b1 { width: 80px; }
  .abs-offer-hub .abs-o-bg-icon.b2 { width: 60px; }
  .abs-offer-hub .abs-o-bg-icon.b4 { width: 70px; }
}
