/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 15 2026 | 10:12:48 */
/* =========================================================
   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;
}
 
/* =========================================================
   FULL-BLEED BREAKOUT
   ========================================================= */
.elementor-widget-html:has(.abs-review-hub),
.elementor-widget-html:has(.abs-review-hub) .elementor-widget-container {
  padding: 0 !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: none !important;
}
 
.e-con-boxed:has(.abs-review-hub),
.e-con-boxed:has(.abs-review-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-review-hub),
.elementor-element:has(> .e-con-inner > .elementor-widget-html > .elementor-widget-container > .abs-review-hub) {
  padding-left: 0 !important;
  padding-right: 0 !important;
  max-width: 100% !important;
}
 
/* =========================================================
   BRAND TOKENS — scoped to wrapper
   ========================================================= */
.abs-review-hub {
  --abs-r-petal-pink: #F072AB;
  --abs-r-tea-rose:   #F7CAC9;
  --abs-r-nude:       #FDF0E9;
  --abs-r-blush:      #F49181;
  --abs-r-brick:      #E2807E;
  --abs-r-ink:        #1a1416;
  --abs-r-cream:      #FDF0E9;
  --abs-r-font-display: 'GT Super Display', 'Playfair Display', Georgia, serif;
  --abs-r-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-r-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-r-cream);
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
.abs-review-hub *,
.abs-review-hub *::before,
.abs-review-hub *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
 
.abs-review-hub img { max-width: 100%; display: block; }
 
/* =========================================================
   NOISE OVERLAY
   ========================================================= */
.abs-review-hub .abs-r-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-review-hub .abs-r-bg-icon {
  position: absolute;
  opacity: 0.06;
  z-index: 1;
  filter: brightness(0) invert(1);
  animation: abs-r-float 10s ease-in-out infinite;
}
.abs-review-hub .abs-r-bg-icon.b1 { top: 8%;     left: 6%;   width: 140px; animation-delay: 0s; }
.abs-review-hub .abs-r-bg-icon.b2 { top: 60%;    left: 4%;   width: 100px; animation-delay: 2s; }
.abs-review-hub .abs-r-bg-icon.b3 { top: 18%;    right: 8%;  width: 100px; animation-delay: 4s; }
.abs-review-hub .abs-r-bg-icon.b4 { bottom: 12%; right: 6%;  width: 130px; animation-delay: 1s; }
 
@keyframes abs-r-float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%       { transform: translateY(-20px) rotate(5deg); }
}
 
/* =========================================================
   MAIN CONTENT
   ========================================================= */
.abs-review-hub .abs-r-container {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  margin: 0 auto;
  padding: 48px 48px 56px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
 
.abs-review-hub .abs-r-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--abs-r-petal-pink);
  margin-bottom: 28px;
  font-weight: 600;
}
.abs-review-hub .abs-r-eyebrow::before,
.abs-review-hub .abs-r-eyebrow::after {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--abs-r-petal-pink);
}
 
.abs-review-hub .abs-r-headline {
  font-family: var(--abs-r-font-display);
  font-weight: 700;
  font-size: clamp(44px, 6vw, 84px);
  line-height: 0.95;
  letter-spacing: -0.025em;
  margin-bottom: 24px;
  max-width: 900px;
  color: var(--abs-r-cream);
}
.abs-review-hub .abs-r-headline .abs-r-italic {
  font-style: italic;
  color: var(--abs-r-petal-pink);
}
 
.abs-review-hub .abs-r-subheadline {
  font-size: clamp(16px, 1.4vw, 19px);
  line-height: 1.5;
  color: rgba(253, 240, 233, 0.75);
  max-width: 540px;
  margin-bottom: 32px;
}
 
.abs-review-hub .abs-r-stars-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(253, 240, 233, 0.55);
  font-weight: 600;
  margin-bottom: 32px;
}
.abs-review-hub .abs-r-stars-row .abs-r-star-icons {
  letter-spacing: 0.1em;
  color: var(--abs-r-petal-pink);
  font-size: 16px;
}
 
/* =========================================================
   REVIEW BUTTONS
   ========================================================= */
.abs-review-hub .abs-r-review-buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  max-width: 880px;
  margin-bottom: 48px;
}
 
.abs-review-hub .abs-r-review-btn {
  position: relative;
  background: rgba(253, 240, 233, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(240, 114, 171, 0.25);
  padding: 36px 24px;
  text-decoration: none;
  color: var(--abs-r-cream);
  text-align: center;
  transition: all 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  overflow: hidden;
}
.abs-review-hub .abs-r-review-btn::before {
  content: '';
  position: absolute;
  top: 0; left: -100%;
  width: 100%; height: 2px;
  background: linear-gradient(90deg, transparent, var(--abs-r-petal-pink), transparent);
  transition: left 0.6s ease;
}
.abs-review-hub .abs-r-review-btn:hover {
  background: rgba(240, 114, 171, 0.1);
  border-color: var(--abs-r-petal-pink);
  transform: translateY(-6px);
  box-shadow: 0 20px 40px -15px rgba(240, 114, 171, 0.3);
}
.abs-review-hub .abs-r-review-btn:hover::before { left: 100%; }
 
.abs-review-hub .abs-r-btn-icon {
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  border-radius: 50%;
  background: rgba(253, 240, 233, 0.08);
  border: 1px solid rgba(240, 114, 171, 0.25);
  transition: all 0.3s ease;
  color: var(--abs-r-cream);
}
.abs-review-hub .abs-r-review-btn:hover .abs-r-btn-icon {
  background: var(--abs-r-petal-pink);
  border-color: var(--abs-r-petal-pink);
  color: var(--abs-r-ink);
}
 
.abs-review-hub .abs-r-btn-platform {
  font-family: var(--abs-r-font-display);
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  line-height: 1;
  color: var(--abs-r-cream);
}
 
.abs-review-hub .abs-r-btn-label {
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(253, 240, 233, 0.5);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.abs-review-hub .abs-r-btn-label::after {
  content: '→';
  transition: transform 0.3s ease;
  font-size: 14px;
}
.abs-review-hub .abs-r-review-btn:hover .abs-r-btn-label {
  color: var(--abs-r-petal-pink);
}
.abs-review-hub .abs-r-review-btn:hover .abs-r-btn-label::after {
  transform: translateX(4px);
}
 
/* =========================================================
   TRUST LINE
   ========================================================= */
.abs-review-hub .abs-r-trust-line {
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(253, 240, 233, 0.45);
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
}
.abs-review-hub .abs-r-trust-line .abs-r-sep {
  color: var(--abs-r-petal-pink);
}
 
/* =========================================================
   FOOTER STRIP
   ========================================================= */
.abs-review-hub .abs-r-footer-strip {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 32px 32px 32px;
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: rgba(253, 240, 233, 0.35);
}
.abs-review-hub .abs-r-footer-strip .abs-r-dot {
  display: inline-block;
  margin: 0 12px;
  color: var(--abs-r-petal-pink);
}
 
/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width: 900px) {
  .abs-review-hub .abs-r-container {
    padding: 32px 24px 40px;
  }
  .abs-review-hub .abs-r-review-buttons {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .abs-review-hub .abs-r-review-btn {
    flex-direction: row;
    text-align: left;
    padding: 20px 24px;
    gap: 18px;
  }
  .abs-review-hub .abs-r-btn-icon {
    width: 48px;
    height: 48px;
    font-size: 24px;
    flex-shrink: 0;
  }
  .abs-review-hub .abs-r-btn-platform { font-size: 18px; }
  .abs-review-hub .abs-r-headline     { font-size: clamp(36px, 8vw, 56px); }
  .abs-review-hub .abs-r-subheadline  { margin-bottom: 24px; }
  .abs-review-hub .abs-r-eyebrow::after { display: none; }
  .abs-review-hub .abs-r-trust-line   { flex-direction: column; gap: 6px; }
  .abs-review-hub .abs-r-bg-icon.b3,
  .abs-review-hub .abs-r-bg-icon.b4   { width: 70px; }
}