/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* =========================
   FEELIM LAUNCH PAGE - LIGHT DAWN VERSION
   ========================= */

:root {
  --feelim-green: #36EE92;
  --feelim-black: #111111;
  --feelim-dark: #2E2E2E;
  --feelim-white: #ffffff;
  --feelim-bg: #f8f8f4;
  --feelim-bg-soft: #f3f4ef;
  --feelim-text: #1b1b1b;
  --feelim-text-soft: rgba(27, 27, 27, 0.72);
  --feelim-border: rgba(17, 17, 17, 0.08);
  --feelim-card: rgba(255, 255, 255, 0.70);
  --feelim-card-strong: rgba(255, 255, 255, 0.84);
  --feelim-glow: rgba(54, 238, 146, 0.18);
  --feelim-shadow: 0 20px 60px rgba(20, 20, 20, 0.08);
}

/* =========================
   PAGE BASE
   ========================= */

body.page {
  background:
    radial-gradient(circle at 50% 85%, rgba(54,238,146,0.10) 0%, rgba(54,238,146,0.04) 18%, rgba(0,0,0,0) 42%),
    linear-gradient(180deg, #fcfcfa 0%, #f6f6f1 100%);
  color: var(--feelim-text);
}

body.page #page,
body.page .site {
  background: transparent;
}

/* =========================
   HERO SECTION
   ========================= */

.feelim-hero-section {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  padding: 36px 24px 90px;
  isolation: isolate;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.40) 100%);
}

/* dawn image layer */
.feelim-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(180deg, rgba(252,252,250,0.78) 0%, rgba(248,248,244,0.72) 38%, rgba(246,246,241,0.88) 100%),
    url("https://feelim.io/wp-content/uploads/2026/04/pexels-photo-6890323-scaled.webp");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 1;
  z-index: -2;
}

/* soft horizon glow */
.feelim-hero-section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -180px;
  transform: translateX(-50%);
  width: min(1200px, 130vw);
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 0%, rgba(54,238,146,0.28) 0%, rgba(54,238,146,0.10) 18%, rgba(54,238,146,0.03) 32%, rgba(0,0,0,0) 52%);
  filter: blur(14px);
  opacity: 0.95;
  z-index: -1;
  pointer-events: none;
}

.feelim-hero-content {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding: 28px 24px 56px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.62) 0%, rgba(255,255,255,0.76) 100%);
  border: 1px solid rgba(255,255,255,0.55);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.35) inset,
    0 24px 80px rgba(20,20,20,0.08);
  backdrop-filter: blur(16px);
}

/* soft inner border */
.feelim-hero-content::before {
  content: "";
  position: absolute;
  inset: 10px;
  border-radius: 24px;
  border: 1px solid rgba(17,17,17,0.05);
  pointer-events: none;
}

/* =========================
   LOGO
   ========================= */

.feelim-logo {
  margin-bottom: 18px;
}

.feelim-logo img,
.feelim-logo .hfe-site-logo-img {
  max-height: 48px;
  width: auto;
}

/* =========================
   HERO TYPOGRAPHY
   ========================= */

.feelim-hero-title h1,
.feelim-hero-title .elementor-heading-title,
.elementor-widget-text-editor.feelim-hero-title h1 {
  margin: 26px auto 18px;
  max-width: 860px;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  font-weight: 700;
  text-align: center;
  color: var(--feelim-text);
  text-wrap: balance;
}

.feelim-hero-subtitle p,
.elementor-widget-text-editor.feelim-hero-subtitle p {
  max-width: 700px;
  margin: 0 auto 26px;
  font-size: clamp(16px, 1.6vw, 20px);
  line-height: 1.7;
  text-align: center;
  color: var(--feelim-text-soft);
}

/* =========================
   COUNTDOWN CARD
   ========================= */

.feelim-launch-box,
.feelim-launch-inner,
.feelim-countdown,
.feelim-time-box {
  box-sizing: border-box;
}

.feelim-launch-box {
  position: relative;
  min-width: 680px;
  margin: 72px auto 42px;
  padding: 22px 22px 24px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.70) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.55) inset,
    0 18px 50px rgba(20,20,20,0.08),
    0 0 30px rgba(54,238,146,0.08);
  backdrop-filter: blur(16px);
  overflow: hidden;
}

.feelim-launch-box::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(54,238,146,0.10) 0%, rgba(54,238,146,0.02) 22%, rgba(255,255,255,0.08) 60%, rgba(54,238,146,0.06) 100%);
  pointer-events: none;
}

.feelim-launch-inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 100%;
  margin: 0 auto;
}

.feelim-eyebrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17,17,17,0.64);
  border: 1px solid rgba(17,17,17,0.08);
  background: rgba(255,255,255,0.58);
  backdrop-filter: blur(8px);
}

.feelim-launch-box h2 {
  margin: 0 0 10px;
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.03em;
  color: var(--feelim-text);
}

.feelim-launch-text {
  font-size: 15px;
  line-height: 1.6;
  color: rgba(27,27,27,0.68);
  margin: 0 auto 22px;
  max-width: 380px;
}

.feelim-countdown {
  display: grid;
  grid-template-columns: repeat(4, minmax(88px, 1fr));
  gap: 12px;
  max-width: 100%;
  margin: 0 auto 22px;
}

.feelim-time-box {
  padding: 18px 10px 14px;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.78) 0%, rgba(250,250,248,0.96) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 1px 0 rgba(255,255,255,0.80) inset,
    0 10px 24px rgba(20,20,20,0.05);
}

.feelim-time-box span {
  display: block;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.04em;
  color: var(--feelim-text);
  margin-bottom: 8px;
}

.feelim-time-box small {
  display: block;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17,17,17,0.48);
}

.feelim-launch-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}

/* =========================
   BUTTONS
   ========================= */

.feelim-btn,
.feelim-main-cta .elementor-button,
.feelim-form-wrap .wpforms-submit {
  font-weight: 700 !important;
  letter-spacing: -0.01em !important;
}

.feelim-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 48px;
  padding: 18px 48px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 20px !important;
  line-height: 1 !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.feelim-btn:hover {
  transform: translateY(-1px);
}

.feelim-btn-primary {
  color: #03120a !important;
  background: linear-gradient(180deg, #7bf7b7 0%, var(--feelim-green) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.20) inset,
    0 12px 24px rgba(54,238,146,0.14) !important;
}

.feelim-btn-primary:hover,
.feelim-btn-primary:focus {
  color: #03120a !important;
  background: linear-gradient(180deg, #95fbc5 0%, #52f2a3 100%);
  border: 1px solid rgba(17,17,17,0.10);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.22) inset,
    0 16px 30px rgba(54,238,146,0.20) !important;
}

.feelim-btn-secondary,
.feelim-btn-secondary .elementor-button {
  color: var(--feelim-text);
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(17,17,17,0.08);
}

.feelim-btn-secondary:hover,
.feelim-btn-secondary:focus,
.feelim-btn-secondary .elementor-button:hover, .feelim-btn-secondary .elementor-button:focus {
  color: var(--feelim-text);
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(17,17,17,0.10);
  box-shadow:
    0 10px 24px rgba(20,20,20,0.06);
}

/* custom disabled class */
.feelim-btn-disabled,
.feelim-btn-disabled:hover,
.feelim-btn-disabled:focus {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: rgba(3,18,10,0.55) !important;
  background: linear-gradient(180deg, #dff7ea 0%, #cfeedd 100%) !important;
  border: 1px solid rgba(17,17,17,0.06) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.10) inset,
    0 6px 14px rgba(20,20,20,0.04) !important;
  transform: none !important;
  opacity: 0.72 !important;
}

/* =========================
   MAIN CTA BUTTON WIDGET
   ========================= */

.feelim-main-cta .elementor-button {
  min-width: 220px;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 26px;
  font-size: 20px;
  font-weight: 700;
  color: var(--feelim-text) !important;
  background: rgba(255,255,255,0.62);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.16) inset,
    0 14px 30px rgba(54,238,146,0.14);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.feelim-main-cta .elementor-button:hover,
.feelim-main-cta .elementor-button:focus {
  color: var(--feelim-text) !important;
  background: rgba(255,255,255,0.86) !important;
  border: 1px solid rgba(17,17,17,0.10) !important;
  box-shadow:
    0 10px 24px rgba(20,20,20,0.06);
  transform: translateY(-1px);
}

/* =========================
   FORM PANEL
   ========================= */

.feelim-form-wrap {
  max-width: 760px;
  margin: 42px auto 0;
  padding: 28px 24px 18px;
  border-radius: 28px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(255,255,255,0.88) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.45) inset,
    0 18px 50px rgba(20,20,20,0.06);
  backdrop-filter: blur(14px);
}

/* WPForms */
.feelim-form-wrap .wpforms-container-full,
.feelim-form-wrap .wpforms-form {
  color: var(--feelim-text);
}

.feelim-form-wrap .wpforms-field-label {
  color: rgba(27,27,27,0.92) !important;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.feelim-form-wrap .wpforms-field-description {
  color: rgba(27,27,27,0.58) !important;
  font-size: 13px;
  line-height: 1.5;
}

.feelim-form-wrap input[type="text"],
.feelim-form-wrap input[type="email"],
.feelim-form-wrap textarea {
  border-radius: 18px !important;
  background: rgba(255,255,255,0.84) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  color: var(--feelim-text) !important;
  box-shadow: none !important;
}

.feelim-form-wrap input[type="text"]::placeholder,
.feelim-form-wrap input[type="email"]::placeholder,
.feelim-form-wrap textarea::placeholder {
  color: rgba(27,27,27,0.34) !important;
}

.feelim-form-wrap input[type="text"]:focus,
.feelim-form-wrap input[type="email"]:focus,
.feelim-form-wrap textarea:focus {
  border-color: rgba(54,238,146,0.85) !important;
  box-shadow: 0 0 0 4px rgba(54,238,146,0.12) !important;
  outline: none !important;
}

.feelim-form-wrap textarea {
  min-height: 170px !important;
  resize: vertical;
}

.feelim-form-wrap .wpforms-submit {
  min-width: 220px;
  min-height: 52px;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #03120a !important;
  background: linear-gradient(180deg, #7bf7b7 0%, var(--feelim-green) 100%) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.16) inset,
    0 12px 24px rgba(54,238,146,0.14) !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.feelim-form-wrap .wpforms-submit:hover,
.feelim-form-wrap .wpforms-submit:focus {
  color: #03120a !important;
  background: linear-gradient(180deg, #95fbc5 0%, #52f2a3 100%) !important;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 16px 28px rgba(54,238,146,0.20) !important;
}

/* =========================
   FOOTER TUNING
   ========================= */

footer#colophon {
  background: transparent;
}

footer#colophon .elementor-widget-text-editor,
footer#colophon p,
footer#colophon strong {
  color: var(--feelim-white);
}

footer#colophon a {
  color: var(--feelim-white);
}

footer#colophon img {
  opacity: 0.92;
}

body.page-id-710 header {
  display: none;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .feelim-hero-section {
    padding: 28px 18px 72px;
  }

  .feelim-hero-content {
    padding: 22px 18px 42px;
    border-radius: 24px;
  }

  .feelim-launch-box {
    margin-top: 52px;
  }
}

@media (max-width: 767px) {
  .feelim-hero-section {
    min-height: auto;
    padding: 18px 12px 48px;
  }

  .feelim-hero-content {
    padding: 18px 14px 30px;
    border-radius: 18px;
  }

  .feelim-hero-content::before {
    inset: 7px;
    border-radius: 14px;
  }

  .feelim-hero-section::after {
    bottom: -140px;
    width: 150vw;
    height: 300px;
  }

  .feelim-logo img,
  .feelim-logo .hfe-site-logo-img {
    max-height: 30px;
  }

  .e-con .elementor-widget.elementor-widget {
    width: 100%;
  }

  .feelim-launch-box {
    width: 100%;
    max-width: 100%;
    min-width: auto;
    margin: 38px auto 28px;
    padding: 18px 12px 18px;
    border-radius: 20px;
    box-sizing: border-box;
  }

  .feelim-launch-inner {
    width: 100%;
    max-width: 100%;
  }

  .feelim-countdown {
    width: 100%;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 auto 22px;
    box-sizing: border-box;
  }

  .feelim-time-box {
    min-width: 0;
    width: 100%;
    padding: 14px 8px 12px;
    box-sizing: border-box;
  }

  .feelim-time-box span {
    font-size: clamp(24px, 8vw, 34px);
  }

  .feelim-launch-actions {
    flex-direction: column;
    width: 100%;
  }

  .feelim-btn {
    width: 100%;
    min-width: 100%;
    box-sizing: border-box;
  }

  .feelim-form-wrap {
    padding: 18px 14px 10px;
    border-radius: 20px;
  }

  .feelim-main-cta .elementor-button,
  .feelim-form-wrap .wpforms-submit {
    width: 100%;
  }
}

/* =========================
   FEELIM SHARED UI LAYER
   for legacy / presentation landing
   ========================= */

/* shared section spacing */
.feelim-section {
  position: relative;
  padding: 72px 24px;
}

.feelim-section-soft {
  position: relative;
  padding: 72px 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.18) 0%, rgba(255,255,255,0.28) 100%);
}

.feelim-section-card {
  position: relative;
  padding: 72px 24px;
}

.feelim-section .e-con-inner,
.feelim-section-soft .e-con-inner,
.feelim-section-card .e-con-inner {
  max-width: 1240px;
  margin: 0 auto;
}

/* =========================
   OLD HERO ALIGNMENT
   ========================= */

.feelim-hero-copy h1 {
  font-size: clamp(42px, 5vw, 56px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 700;
  color: var(--feelim-text);
  margin-bottom: 16px;
  text-wrap: balance;
}

.feelim-hero-copy h2 {
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 600;
  color: var(--feelim-dark);
  margin-bottom: 12px;
}

.feelim-hero-copy p {
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.7;
  color: var(--feelim-text-soft);
}

.feelim-hero-media img,
.feelim-media-card img,
.feelim-ui-card img,
.feelim-pricing-card img {
  border-radius: 24px;
}

/* shared media card */
.feelim-media-card {
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.76) 0%, rgba(255,255,255,0.90) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.38) inset,
    0 18px 50px rgba(20,20,20,0.06);
  backdrop-filter: blur(14px);
}

/* =========================
   SHARED UI CARD STYLE
   ========================= */

.feelim-ui-card,
.feelim-pricing-card,
.feelim-section-card .e-con-inner > .e-con,
.feelim-section-card .elementor-widget-video,
.feelim-section-card .elementor-widget-image {
  border-radius: 28px;
}

.feelim-ui-card,
.feelim-pricing-card {
  position: relative;
  padding: 24px 22px;
  background: linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(255,255,255,0.88) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.45) inset,
    0 18px 50px rgba(20,20,20,0.06);
  backdrop-filter: blur(14px);
}

.feelim-ui-card-strong,
.feelim-pricing-card-featured {
  background: linear-gradient(180deg, rgba(255,255,255,0.82) 0%, rgba(255,255,255,0.94) 100%);
  border: 1px solid rgba(54,238,146,0.28);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.52) inset,
    0 18px 50px rgba(20,20,20,0.06),
    0 0 28px rgba(54,238,146,0.08);
}

/* hover for cards */
.feelim-ui-card:hover,
.feelim-pricing-card:hover,
.feelim-media-card:hover {
  transform: translateY(-2px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.48) inset,
    0 24px 56px rgba(20,20,20,0.08),
    0 0 24px rgba(54,238,146,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

/* =========================
   CTA BUTTONS
   Reuse same visual system
   ========================= */

.feelim-main-cta .elementor-button,
.elementor-widget-button.feelim-main-cta .elementor-button {
  min-width: 220px;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 26px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #03120a !important;
  background: linear-gradient(180deg, #7bf7b7 0%, var(--feelim-green) 100%) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.16) inset,
    0 14px 30px rgba(54,238,146,0.14);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.feelim-main-cta .elementor-button:hover,
.feelim-main-cta .elementor-button:focus,
.elementor-widget-button.feelim-main-cta .elementor-button:hover,
.elementor-widget-button.feelim-main-cta .elementor-button:focus {
  color: #03120a !important;
  background: linear-gradient(180deg, #95fbc5 0%, #52f2a3 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 18px 34px rgba(54,238,146,0.20);
  transform: translateY(-1px);
}

.feelim-secondary-cta .elementor-button,
.elementor-widget-button.feelim-secondary-cta .elementor-button {
  min-width: 220px;
  min-height: 54px;
  border-radius: 999px;
  padding: 0 26px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #03120a !important;
  background: linear-gradient(
    180deg, #ffffff 0%, #f0f4f2 100%) !important;
  border: 1px solid rgba(17, 17, 17, 0.12) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.80) inset, 0 14px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.feelim-secondary-cta .elementor-button:hover,
.feelim-secondary-cta .elementor-button:focus,
.elementor-widget-button.feelim-secondary-cta .elementor-button:hover,
.elementor-widget-button.feelim-secondary-cta .elementor-button:focus {
  color: #03120a !important;
  background: linear-gradient(180deg, #ffffff 0%, #e4ede9 100%) !important;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.90) inset,
    0 18px 34px rgba(0, 0, 0, 0.10);
  transform: translateY(-1px);
}

/* custom disabled class */
.feelim-btn-disabled .elementor-button,
.feelim-btn-disabled .elementor-button:hover,
.feelim-btn-disabled .elementor-button:focus,
a.feelim-btn-disabled,
a.feelim-btn-disabled:hover,
a.feelim-btn-disabled:focus {
  cursor: not-allowed !important;
  pointer-events: none !important;
  color: rgba(3,18,10,0.55) !important;
  background: linear-gradient(180deg, #dff7ea 0%, #cfeedd 100%) !important;
  border: 1px solid rgba(17,17,17,0.06) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.10) inset,
    0 6px 14px rgba(20,20,20,0.04) !important;
  transform: none !important;
  opacity: 0.72 !important;
}

/* =========================
   WPFORMS STYLE MATCH
   ========================= */

.feelim-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  padding: 28px 24px 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.74) 0%, rgba(255,255,255,0.88) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.45) inset,
    0 18px 50px rgba(20,20,20,0.06);
  backdrop-filter: blur(14px);
}

.feelim-form-wrap .wpforms-container-full,
.feelim-form-wrap .wpforms-form {
  color: var(--feelim-text);
}

.feelim-form-wrap .wpforms-field-label {
  color: rgba(27,27,27,0.92) !important;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 8px !important;
}

.feelim-form-wrap .wpforms-field-description {
  color: rgba(27,27,27,0.58) !important;
  font-size: 13px;
  line-height: 1.5;
}

.feelim-form-wrap input[type="text"],
.feelim-form-wrap input[type="email"],
.feelim-form-wrap textarea {
  border-radius: 18px !important;
  background: rgba(255,255,255,0.84) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  color: var(--feelim-text) !important;
  box-shadow: none !important;
}

.feelim-form-wrap input[type="text"]:focus,
.feelim-form-wrap input[type="email"]:focus,
.feelim-form-wrap textarea:focus {
  border-color: rgba(54,238,146,0.85) !important;
  box-shadow: 0 0 0 4px rgba(54,238,146,0.12) !important;
  outline: none !important;
}

.feelim-form-wrap .wpforms-submit {
  min-width: 220px;
  min-height: 52px;
  border-radius: 999px !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #03120a !important;
  background: linear-gradient(180deg, #7bf7b7 0%, var(--feelim-green) 100%) !important;
  border: 1px solid rgba(17,17,17,0.08) !important;
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.16) inset,
    0 12px 24px rgba(54,238,146,0.14) !important;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.feelim-form-wrap .wpforms-submit:hover,
.feelim-form-wrap .wpforms-submit:focus {
  color: #03120a !important;
  background: linear-gradient(180deg, #95fbc5 0%, #52f2a3 100%) !important;
  transform: translateY(-1px);
  box-shadow:
    0 0 0 1px rgba(255,255,255,0.18) inset,
    0 16px 28px rgba(54,238,146,0.20) !important;
}

/* =========================
   ICON BOXES / BENEFITS
   ========================= */

.feelim-ui-card .elementor-icon-box-wrapper,
.feelim-pricing-card .elementor-icon-box-wrapper {
  gap: 14px;
}

.feelim-ui-card .elementor-icon-box-title,
.feelim-pricing-card .elementor-icon-box-title,
.feelim-ui-card .elementor-heading-title,
.feelim-pricing-card .elementor-heading-title {
  color: var(--feelim-dark);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.feelim-ui-card .elementor-icon-box-description,
.feelim-pricing-card .elementor-icon-box-description,
.feelim-ui-card p,
.feelim-pricing-card p {
  color: var(--feelim-text-soft);
}

/* icon styling */
.feelim-ui-card .elementor-icon,
.feelim-pricing-card .elementor-icon {
  color: var(--feelim-dark);
}

.feelim-ui-card .elementor-icon-box-icon,
.feelim-pricing-card .elementor-icon-box-icon {
  width: 48px;
  min-width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(255,255,255,0.90) 0%, rgba(255,255,255,0.64) 100%);
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow:
    0 6px 18px rgba(20,20,20,0.05);
}

/* =========================
   DIVIDERS / LISTS / PRICING
   ========================= */

.feelim-pricing-card .elementor-divider-separator,
.feelim-ui-card .elementor-divider-separator {
  border-color: rgba(17,17,17,0.08) !important;
}

.feelim-pricing-card .elementor-icon-list-text,
.feelim-ui-card .elementor-icon-list-text {
  color: var(--feelim-dark);
}

.feelim-pricing-card .elementor-icon-list-icon svg,
.feelim-ui-card .elementor-icon-list-icon svg {
  fill: var(--feelim-green);
}

/* price emphasis */
.feelim-pricing-card p:first-child,
.feelim-pricing-card .elementor-widget-text-editor:first-child p {
  color: var(--feelim-text);
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
}

/* =========================
   HIGHLIGHT CHIP STYLE
   ========================= */

.feelim-eyebrow-chip,
.feelim-eyebrow-chip p,
.feelim-eyebrow-chip strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(17,17,17,0.64);
  border: 1px solid rgba(17,17,17,0.08);
  background: rgba(255,255,255,0.58);
  backdrop-filter: blur(8px);
}

/* =========================
   LEGACY PRICING / CAROUSEL
   ========================= */

.carousel__prev,
.carousel__next {
  border-radius: 999px;
  background: rgba(255,255,255,0.82);
  color: var(--feelim-dark) !important;
  border: 1px solid rgba(17,17,17,0.08);
  box-shadow: 0 10px 24px rgba(20,20,20,0.06);
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

.carousel__prev:hover,
.carousel__next:hover {
  transform: translateY(-50%) scale(1.02);
  background: rgba(255,255,255,0.96);
  color: var(--feelim-dark) !important;
  box-shadow: 0 14px 30px rgba(20,20,20,0.10);
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1024px) {
  .feelim-section,
  .feelim-section-soft,
  .feelim-section-card {
    padding: 56px 18px;
  }

  .feelim-ui-card,
  .feelim-pricing-card,
  .feelim-media-card,
  .feelim-form-wrap {
    border-radius: 24px;
  }
}

@media (max-width: 767px) {
  .feelim-section,
  .feelim-section-soft,
  .feelim-section-card {
    padding: 40px 12px;
  }

  .feelim-ui-card,
  .feelim-pricing-card,
  .feelim-media-card,
  .feelim-form-wrap {
    padding: 18px 14px;
    border-radius: 20px;
  }

  .feelim-main-cta .elementor-button,
  .feelim-form-wrap .wpforms-submit {
    width: 100%;
  }

  .carousel__prev,
  .carousel__next {
    padding: 0.8rem 1rem;
  }
}