
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --primary-color: #327139;
    --secondary-color: #1e4e3c;
    --accent-color: hsla(43, 100%, 50%, 0.966);
    --success-color: #10b981;
    --warning-color: #f59e0b;
    --danger-color: #ef4444;
    --dark-color: #1f2937;
    --light-color: #f8fafc;
    --text-primary: #1f2937;
    --text-secondary: #1f2937;
    --gradient-primary: linear-gradient(135deg, #327139 0%, #327139 100%);
    --gradient-secondary: linear-gradient(135deg, #0d6efd 0%, #0d6efd 100%);
    --gradient-accent: linear-gradient(135deg, #10b981 0%, #059669 100%);
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

/* Replace your current smooth scrolling CSS with this */
html {
    scroll-behavior: auto; /* Default to instant scrolling */
    -webkit-overflow-scrolling: touch; /* Enable momentum scrolling on iOS */
    overscroll-behavior-y: contain; /* Prevent overscroll effects */
}

@media (min-width: 992px) {
    html {
        scroll-behavior: smooth; /* Only enable smooth scrolling on desktop */
    }
}

/* Add this to prevent any transform-based scrolling interference */
body {
    width: 100%;
    position: relative;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif,Jost;
    line-height: 1.3;
    color: var(--text-primary);
    background: #fff;
    overflow-x: hidden;
}

/* =========================================
   BASE STYLE (DESKTOP FIRST)
========================================= */

.top-offer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 40px;
  background: #035583;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  position: sticky;
  top: 0;
  z-index: 999;
  transition: all 0.3s ease;
}

.offer-logo {
  max-height: 55px;
  width: auto;
  display: block;
  padding: 2px;
  border-radius: 14px;

  background: linear-gradient(#ffffff, #0a2d55) padding-box,
              linear-gradient(135deg, #ffffff, #ffb703, #3a86ff) border-box;
  border: 1px solid transparent;

  transition: all 0.35s ease;
}

.offer-logo:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}

.offer-nav a {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding: 5px 18px;
  border-radius: 10px;
  border: 0.5px solid transparent;
  background: linear-gradient(#035583, #035583) padding-box,
              white;
  transition: all 0.35s ease;
}

.offer-nav a:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.3);
}

/* =========================================
   ORDER BUTTON
========================================= */

.order-btn {
  display: inline-block;
  padding: 2px;
  border-radius: 14px;

  background: linear-gradient(#ffffff, #0a2d55) padding-box,
              linear-gradient(135deg, #ffffff, #ffb703, #3a86ff) border-box;
  border: 1px solid transparent;

  transition: all 0.35s ease;
}

.order-btn img {
  height: 55px;
  width: auto;
  display: block;
  border-radius: 10px;
  transition: all 0.35s ease;
}

.order-btn:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
}


/* =========================================
   LAPTOP (≤1199px)
========================================= */

@media (max-width: 1199px) {

  .top-offer-bar {
    padding: 12px 25px;
  }

  .offer-logo {
    max-height: 45px;
  }

  .offer-nav {
    gap: 20px;
  }

  .offer-nav a {
    font-size: 16px;
  }

  .order-btn img {
    height: 55px;
  }
}


/* =========================================
   TABLET (≤991px)
========================================= */

@media (max-width: 991px) {

  .offer-logo {
    max-height: 38px;
  }

  .offer-nav {
    gap: 14px;
  }

  .offer-nav a {
    font-size: 14px;
  }

  .order-btn img {
    height: 45px;
  }
}


/* =========================================
   MOBILE (≤767px)
========================================= */

@media (max-width: 767px) {

  .top-offer-bar {
    padding: 8px 12px;
  }

  .offer-logo {
    max-height: 30px;
  }

  .offer-nav {
    gap: 10px;
  }

  .offer-nav a {
    font-size: 13px;
  }

  .order-btn img {
    height: 36px;
  }
}

@media (max-width: 480px) {

  .offer-logo {
    max-height: 26px;
  }

  .offer-nav a {
    font-size: 12px;
  }

  .order-btn img {
    height: 32px;
  }
}

/* Hero Section - Mobile First */
.hero-section {
    min-height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    padding: 60px 0 40px;
    background: black;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-background {
	background: #83b3cf;
    position: absolute;
    inset: 0;
    z-index: 1;

    /* Left color | Right image */
    background-image:
        linear-gradient(
            to right,
            rgba(0, 0, 0, 0.65) 100%,
            rgba(183, 202, 151, 0.9) 55%,
            #b7ca97 100%
        ),
        url("./assets/imag.png");

    /* Full color | Image width */
    background-size: 100% 100%, 70% 100%;

    /* GAP between color and image */
    background-position: left center, calc(100% - 0px) center;

    background-repeat: no-repeat;
}


/* ================= OVERLAY ================= */

.hero-overlay {
    position: absolute;
    inset: 0;
    background: transparent;
    z-index: 2;
}

/* ================= FLOATING ELEMENTS ================= */

.floating-elements {
    position: absolute;
    inset: 0;
    z-index: 3;
    pointer-events: none;
}

.floating-element {
    position: absolute;
    background: linear-gradient(
        135deg,
        rgba(37, 99, 235, 0.1) 0%,
        rgba(245, 158, 11, 0.1) 100%
    );
    border-radius: 50%;
    animation: float 6s ease-in-out infinite;
}

/* ================= FLOAT POSITIONS ================= */

.floating-element:nth-child(1) {
    width: 60px;
    height: 60px;
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.floating-element:nth-child(2) {
    width: 80px;
    height: 80px;
    top: 60%;
    right: 10%;
    animation-delay: 2s;
}

.floating-element:nth-child(3) {
    width: 40px;
    height: 40px;
    top: 30%;
    right: 30%;
    animation-delay: 4s;
}

.floating-element:nth-child(4) {
    width: 70px;
    height: 70px;
    bottom: 20%;
    left: 20%;
    animation-delay: 1s;
}

.floating-element:nth-child(5) {
    width: 30px;
    height: 30px;
    top: 100%;
    left: 60%;
    animation-delay: 3s;
}

/* ================= ANIMATION ================= */

@keyframes float {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-15px) rotate(180deg);
    }
}

.hero-content {
    position: relative;
    z-index: 10;
    color: #F87DC6;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(37, 99, 235, 0.1);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.85rem;
    font-weight: 600;
    border: 1px solid rgba(37, 99, 235, 0.2);
    color: #ffffff;
    animation: slideInUp 1s ease-out 0.2s both;
}

.hero-badge i {
    color: #0DAE7A;
}

.hero-title {
    font-size: clamp(2.7rem, 7.5vw, 3.2rem);
    font-weight: 900;
    line-height: 1.1;
    font-family: Jost;
    color: linear-gradient(135deg, #0b2a94 40%,#0b2a94 80%);
    animation: slideInUp 1s ease-out 0.4s both;
}

.text-gradient {
    background: linear-gradient(135deg, #0eae79 40%, #2d6caa 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;

    font-size: clamp(2rem, 7vw, 3.rem); /* responsive big text */
    font-weight: 900;
    line-height: 1.3;
    display: inline-block;
}


.hero-subtitle {
    font-size: clamp(1.6rem, 6vw, 1.95rem);
    color: rgba(255, 255, 255, 0.9);
    max-width: 1000px;
    margin: 1rem auto; /* top & bottom spacing */
    animation: slideInUp 1s ease-out 0.6s both;
    font-family: BlinkMacSystemFont;
}


.hero-stats {
    animation: slideInUp 1s ease-out 0.8s both;
}

.stat-item {
    text-align: center;
    background: #DD4E94;
    box-shadow: var(--shadow-md);
    padding: 1rem 0.5rem;
    border-radius: 15px;
    border: 1px solid rgba(37, 99, 235, 0.1);
    transition: transform 0.3s ease;
    height: 100%;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
}

.stat-number {
    font-size: clamp(1.5rem, 5vw, 2rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1;
}

.stat-label {
    font-size: clamp(0.7rem, 3vw, 0.9rem);
    color: var(--text-secondary);
    line-height: 1.2;
}

.hero-cta {
    animation: slideInUp 1s ease-out 1s both;
}

.btn-hero {
    background: var(--gradient-secondary);
    border: none;
    color: white;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(245, 158, 11, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #242734, rgba(255, 255, 255, 0.2), #ae243e);
    transition: left 0.5s ease;
}

.btn-hero:hover::before {
    left: 100%;
}

.btn-hero:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(245, 158, 11, 0.4);
    color: white;
}

.btn-outline-primary {
    border: 2px solid var(--primary-color);
    color: #f9b201;
    border-radius: 15px;
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background: #f9b201;
    color: white;
    transform: translateY(-3px);
}

.trust-indicators {
    animation: slideInUp 1s ease-out 1.2s both;
}
.hero-image-wrapper {
    margin-top: 0 !important;
}

@media (min-width: 992px) {
    .hero-image-wrapper {
        margin-top: -20px;
    }
}
.neon-btn {
    position: relative;
    display: inline-block;
    padding: 18px 55px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ffffff;
    text-align: center;
    border-radius: 60px;
    background: #071426;
    border: 2px solid #00f5a0;
    overflow: hidden;
    transition: 0.4s ease;

    /* Auto Glow Animation */
    animation: glowPulse 2.5s infinite alternate;
}

/* Auto Red Glow Pulse */
@keyframes glowPulse {
    0% {
        box-shadow: 
            0 0 10px rgba(255, 0, 80, 0.5),
            0 0 25px rgba(255, 0, 80, 0.3),
            inset 0 0 10px rgba(0, 255, 160, 0.3);
    }
    100% {
        box-shadow: 
            0 0 25px rgba(255, 0, 80, 0.9),
            0 0 60px rgba(255, 0, 80, 0.6),
            inset 0 0 20px rgba(0, 255, 160, 0.6);
    }
}

/* Shine Glass Effect */
.neon-btn .shine {
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(
        120deg,
        rgba(255,255,255,0.7),
        rgba(255,255,255,0.2),
        transparent
    );
    transform: skewX(-25deg);
    
    /* Auto Light Sweep */
    animation: lightMove 3s linear infinite;
}

/* Continuous Light Movement */
@keyframes lightMove {
    0% { left: -75%; }
    100% { left: 130%; }
}

.product-showcase {
    position: relative;
    display: inline-block;
    margin-bottom: 1rem;
}

.product-showcase img {
    max-width: 540px;
    width: 100%;
    height: auto;
}
.product-showcase {
    margin: 0 !important;
    padding: 0 !important;
}

.product-showcase img {
    display: block;
}
.reviews-text {
    font-size: 2.3rem;
    font-weight: 600;
    color: #ebc035;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.5px;
}
.reviews-text span.stars {
    color: #f4b400; /* gold */
    font-size: 1.4rem;
}

/* Review count highlight */
.reviews-text strong {
    color: #0d6efd;
    font-weight: 700;
}

/* Responsive */
@media (max-width: 576px) {
    .reviews-text {
        font-size: 1.05rem;
    }
}


.product-glow {
    position: absolute;
    inset: -6%;
    z-index: -1;
    filter: blur(40px);
    opacity: 0.6;
}

.hero-image-wrapper .row {
    margin-top: 0.5rem;
	
}



/* Product Showcase - Mobile Optimized */
.hero-image-wrapper {
    position: relative;
    z-index: 10;
    animation: slideInUp 1s ease-out 0.8s both;
    margin-top:4rem; /* increase space from top */
}

.product-showcase {
    position: relative;
    display: inline-block;
}

/* Auto shadow animation */
.auto-shadow {
    animation: floatShadow 4s ease-in-out infinite;
}

@keyframes floatShadow {
    0% {
        transform: translateY(0);
        filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.25));
    }
    50% {
        transform: translateY(-12px);
        filter: drop-shadow(0 35px 45px rgba(0, 0, 0, 0.35));
    }
    100% {
        transform: translateY(0);
        filter: drop-shadow(0 15px 25px rgba(0, 0, 0, 0.25));
    }
}

/* Glow behind product */
.product-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle, rgba(255, 193, 7, 0.35), transparent 70%);
    filter: blur(40px);
    z-index: -1;
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.6;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.08);
    }
}


.product-showcase {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.product-glow {
    position: absolute;
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(37, 99, 235, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulse 3s ease-in-out infinite;
}


.scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    animation: bounce 2s infinite;
}

.scroll-arrow {
    color: var(--primary-color);
    font-size: 1.5rem;
    opacity: 0.8;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateX(-50%) translateY(0); }
    40% { transform: translateX(-50%) translateY(-10px); }
    60% { transform: translateX(-50%) translateY(-5px); }
}


/* WHY CHOOSE SECTION BASE */
.why-choose-section {
    padding: 0;
    position: relative;
    overflow: hidden;
}
.section-header {
    background: linear-gradient(120deg, #004775, #004775);
    color: #ffffff;
    text-align: center;
    padding: 2.5rem 0;
    position: relative;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.35);
    
}


.section-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
}

.why-choose-section .section-title {
    color: white;
    font-size: 3.5rem;
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    padding: 10px;
	font-family: Jost;
}

@media (max-width:771px){
    .why-choose-section .section-title{
        font-size:1.8rem;

    }
};
.why-choose-section {
    padding-top: 0;
    padding-bottom: 2rem;
    background-color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* PRODUCT IMAGE */
.why-choose-section img {
    border-radius: 24px;
    display: block;
    margin: 0 auto 1.5rem;
    transition: all 0.45s ease;
	margin-top: 2.5rem;
}

/* Hover lift + glow */
.why-choose-section img:hover {
    transform: translateY(-10px) scale(1.04);
    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.25),
        0 0 40px rgba(0, 153, 255, 0.35);
}

/* Mobile soft shadow */
@media (max-width: 768px) {
    .why-choose-section img {
        box-shadow:
            0 10px 30px rgba(0, 0, 0, 0.15),
            0 20px 50px rgba(0, 0, 0, 0.1);
    }
}

/* CHECK LIST */
.why-choose-section .benefits-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 10 auto 2rem;
    padding: 0;
}

.why-choose-section .benefits-list li {
    list-style: none;
    width: 33.33%;
    padding: 0.5rem 0;
    font-size: 30px;
    color: #000;
	font-family: Jost;
}

.why-choose-section .benefits-list li::before {
    content: "✔";
    color: #4bba15;
    font-weight: 700;
    margin-right: 6px;
}
.why-choose-section .trust-box {
    border: 8px solid #4bba15;
    border-radius: 40px;
    padding: 0.75rem 1rem;
    margin-top: 1.5rem;
    text-align: center;
	margin-bottom: 4.5rem;
}
.why-choose-section .trust-item img {
    max-width: 250px;
    margin-bottom: 0.5rem;
	margin-top: 1.5rem;
}
.why-choose-section .trust-item h6 {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0.25rem;
	
}
.why-choose-section .trust-item p {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
	font-family: Jost;
}
.why-choose-section .mbr-section-title {
    color: #ffffff;
    background-color: #b3263a;
    padding: 1rem;
    margin-bottom: 1.5rem;
    text-align: center;
}
.why-choose-section .mbr-text {
    text-align: center;
}
@media (max-width: 991px) {
    .why-choose-section .benefits-list li {
        width: 100%;
        text-align: center;
    }
    .why-choose-section .product-image {
        max-width: 260px;
        margin: 0 auto;
    }
}
.what-is-section {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
.section-header-red {
    background: #1070fd;
    text-align: center;
    position: relative;
    padding: 2.4rem 0;
}
.section-header-red::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        ellipse at center,
        rgba(255, 255, 255, 0.12) 0%,
        transparent 70%
    );
}
.section-title-red {
    color: white;
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}
.what-is-image-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: #0dae7a;
    transition: all 0.3s ease;
}
.what-is-image-wrapper:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}
.what-is-image-container {
    position: relative;
    
    overflow: hidden;
    border-radius: 20px;
}
.what-is-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}
.what-is-image-wrapper:hover .what-is-image {
    transform: scale(1.05);
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1) 0%, rgba(245, 158, 11, 0.1) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.what-is-image-wrapper:hover .image-overlay {
    opacity: 1;
}
.what-is-content {
    padding: 0;
}

.what-is-description {
    font-size: clamp(1.5rem, 2.2vw, 2.25rem);
    line-height: 1.4;
    color: var(--text-secondary);
    margin-bottom: 1.75rem;
    font-family: Jost;
}
.what-is-highlights {
    margin-bottom: 2rem;
    padding: 2rem;
    background:#b7c996;
    border-radius: 15px;
    border-left: 4px solid var(--primary-color);
}
.highlight-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.6rem 0;
    color: var(--text-primary);
    font-weight: 600;
    transition: all 0.3s ease;
}

.highlight-item:hover {
    color: var(--primary-color);
    transform: translateX(5px);
}

.highlight-item i {
    font-size: 1.2rem;
    flex-shrink: 0;
}
.what-is-cta {
    text-align: center;
}

.what-is-cta .btn {
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.what-is-cta .btn:hover {
    transform: translateY(-2px);
    box-shadow: var(--shadow-lg);
}
@media (max-width: 768px) {
    .what-is-section {
        padding: 0;
    }

    .section-header-red {
        padding: 1rem 0;
    }

    .section-title-red {
        font-size: 1.75rem;
        line-height: 1.2;
    }
    .what-is-content {
        padding: 0 0.5rem;
        text-align: center;
    }
    .what-is-description {
        font-size: 1.1rem;
        line-height: 1.6;
        margin-bottom: 1.25rem;
    }
    .what-is-image-wrapper {
        margin-top: 1.5rem;
    }

    .what-is-image {
        border-radius: 16px;
    }
    .what-is-highlights {
        padding: 1.25rem;
        margin-bottom: 1.5rem;
        border-left: none;
        border-top: 4px solid var(--primary-color);
    }

    .highlight-item {
        justify-content: center;
        font-size: 0.95rem;
        padding: 0.5rem 0;
    }

    .highlight-item i {
        font-size: 1.05rem;
    }
    .what-is-cta {
        margin-top: 1.5rem;
    }

    .what-is-cta .btn {
        width: 100%;
        font-size: 1rem;
        padding: 0.9rem 1rem;
    }
}
.how-it-works-section {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}

.how-it-works-section .section-title-red {
    color: white;
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 800;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    z-index: 2;
    font-family: 'Poppins', sans-serif;
}

.how-it-works-intro {
    margin-bottom: 3rem;
    text-align: -webkit-center;
}

.intro-text {
    font-size: clamp(1.1rem, 3vw, 1.25rem);
    color: var(--text-secondary);
    max-width: 800px;
    margin: 0 auto;
    line-height: 1.6;
    font-weight: 500;
}

.how-it-works-content {
    max-width: 1000px;
    margin: 0 auto;
}

.work-mechanism {
    margin-bottom: 3rem;
}

.mechanism-item {
    background: white;
    border-radius: 50px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: var(--shadow-sm);
    border: 3px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.mechanism-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(37, 99, 235, 0.05), transparent);
    transition: left 0.6s ease;
}

.mechanism-item:hover::before {
    left: 100%;
}

.mechanism-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.mechanism-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mechanism-header i {
    font-size: 1.5rem;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: var(--shadow-sm);
}

.mechanism-header h4 {
    font-size: clamp(1.7rem, 3vw, 1.9rem);
    font-weight: 700;
    color: var(--text-primary);
    margin: 0;
    font-family: Jost;
}

.mechanism-description {
    color: var(--text-secondary);
    line-height: 1.7;
    margin: 0;
    font-size: clamp(1.4rem, 2.5vw, 1.25rem);
    text-align: justify;
}

.summary-section {
    margin-top: 2rem;
}

.summary-card {
    background: linear-gradient(135deg, #b7ca97 50%, #0dae7a 100%);
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-lg);
    border: 2px solid rgba(37, 99, 235, 0.1);
    position: relative;
}

.summary-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(37, 99, 235, 0.05) 0%, transparent 70%);
    border-radius: 20px;
}

.summary-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: 2;
}

.summary-header i {
    font-size: 2rem;
    background: white;
    padding: 0.8rem;
    border-radius: 50%;
    box-shadow: var(--shadow-md);
}

.summary-header h4 {
    font-size: clamp(2.2rem, 4vw, 1.6rem);
    font-weight: 800;
    color: var(--text-primary);
    margin: 0;
    font-family: Jost;
}

.summary-text {
    font-size: clamp(1.3rem, 2.5vw, 1.2rem);
    color: var(--text-secondary);
    line-height: 1.8;
    margin-bottom: 2rem;
    text-align: justify;
    position: relative;
    z-index: 2;
}

.summary-cta {
    position: relative;
    z-index: 2;
}

.summary-cta .btn {
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.summary-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}
@media (max-width: 991.98px) {
    .how-it-works-intro {
        margin-bottom: 2rem;
    }
    
    .mechanism-item {
        padding: 1.5rem;
        margin-bottom: 1.5rem;
    }
    
    .mechanism-header {
        flex-direction: column;
        text-align: center;
        gap: 0.8rem;
    }
    
    .mechanism-header i {
        margin-bottom: 0.5rem;
    }
    
    .summary-card {
        padding: 2rem;
    }
    
    .summary-header {
        flex-direction: column;
        gap: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .intro-text {
        text-align: left;
        padding: 0 1rem;
    }
    
    .mechanism-item {
        padding: 1.2rem;
        margin-bottom: 1.2rem;
    }
    
    .mechanism-header h4 {
        font-size: 1.1rem;
    }
    
    .mechanism-description {
        text-align: left;
        font-size: 0.95rem;
    }
    
    .summary-card {
        padding: 1.5rem;
    }
    
    .summary-text {
        text-align: left;
    }
    
    .summary-cta .btn {
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .mechanism-item {
        padding: 1rem;
    }
    
    .mechanism-header i {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
    
    .summary-card {
        padding: 1.2rem;
    }
    
    .summary-header i {
        font-size: 1.5rem;
        padding: 0.6rem;
    }
}
.reviews-section {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: #ffffff;
}
.reviews-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.review-item {
    display: flex;
    gap: 1.5rem;
    background: white;
    border-radius: 20px;
    padding: 2rem;
    box-shadow: var(--shadow-md);
    border: 1px solid #f1f5f9;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.review-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(220, 53, 69, 0.05), transparent);
    transition: left 0.6s ease;
}

.review-item:hover::before {
    left: 100%;
}

.review-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-xl);
    border-color: var(--secondary-color);
}

.review-avatar {
    flex-shrink: 0;
    position: relative;
}

.avatar-image {
    width: 120px;
    height: 140px;
    border-radius: 10%;
    object-fit: cover;
    border: 3px solid #f1f5f9;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
}

.review-item:hover .avatar-image {
    border-color: var(--secondary-color);
    transform: scale(1.2);
}

.review-content {
    flex: 1;
    min-width: 0;
}

.reviewer-info {
    margin-bottom: 1rem;
}

.reviewer-name {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-weight: 700;
    color: var(--secondary-color);
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.review-rating {
    display: flex;
    align-items: center;
    gap: 0.3rem;
    margin-bottom: 0.5rem;
}

.review-rating i {
    color: #fbbf24;
    font-size: 1rem;
}

.rating-text {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 0.9rem;
    margin-left: 0.5rem;
}

.review-text {
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    line-height: 1.7;
    color: var(--text-secondary);
    font-style: italic;
    margin: 0;
    padding-left: 1rem;
    border-left: 3px solid var(--secondary-color);
    position: relative;
}

.review-text::before {
    content: '"';
    position: absolute;
    left: -0.5rem;
    top: -0.5rem;
    font-size: 3rem;
    color: var(--secondary-color);
    opacity: 0.3;
    font-family: serif;
}

.review-text::after {
    content: '"';
    position: absolute;
    right: 0;
    bottom: -1rem;
    font-size: 3rem;
    color: var(--secondary-color);
    opacity: 0.3;
    font-family: serif;
}

/* Reviews Summary */
.reviews-summary {
	background:#062c32;
	
     position: absolute;
    background-image: 
         /* solid color overlay on right */
        url("./assets/s2-img.webp"); /* image on left */
    
    background-size: 50px 0 30px;
    background-position: left; /* image aligns to left */
    background-repeat: no-repeat;
    border-radius: 25px;
    padding: 3rem 2rem;
    text-align: center;
    border: 2px solid rgba(220, 53, 69, 0.4);
    position: relative;
    overflow: hidden;
}

.reviews-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(220, 53, 69, 0.05) 0%, transparent 70%);
    border-radius: 25px;
}

.summary-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
    margin-bottom: 2.5rem;
    position: relative;
    z-index: 2;
}

.stat-card {
    background: rgba(37, 99, 235, 0.1);
    backdrop-filter: blur(1px);
    color: white;
    border-radius: 15px;
    padding: 1.5rem 1rem;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
    border: 1px solid #ffffff;
}

.stat-card:hover {
    transform: translateY(-5px);
    box-shadow: #ffffff;
    border-color: white;
}

.stat-card .stat-number {
    font-size: clamp(1.8rem, 4vw, 2.2rem);
    font-weight: 800;
    color: white;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-card .stat-label {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    color: #facd37;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.stars-display {
    display: flex;
    justify-content: center;
    gap: 0.2rem;
}

.stars-display i {
    color: #fbbf24;
    font-size: 1.2rem;
}

.reviews-cta {
    position: relative;
    z-index: 2;
}

.reviews-cta h3 {
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #facd37;
    margin-bottom: 1rem;
    font-family: 'Poppins', Jost;
}

.reviews-cta p {
    font-size: clamp(1.4rem, 2.5vw, 1.1rem);
    color: #ffffff;
    margin-bottom: 2rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.reviews-cta .btn {
    border-radius: 15px;
    box-shadow: var(--shadow-md);
    transition: all 0.3s ease;
}

.reviews-cta .btn:hover {
    transform: translateY(-3px);
    box-shadow: var(--shadow-xl);
}

/* Mobile Adjustments for Reviews Section */
@media (max-width: 991.98px) {
    .reviews-grid {
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .review-item {
        padding: 1.5rem;
        gap: 1rem;
    }
    
    .summary-stats {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        margin-bottom: 2rem;
    }
    
    .reviews-summary {
        padding: 2rem 1.5rem;
    }
}

@media (max-width: 767.98px) {
    .review-item {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem;
        gap: 1rem;
    }
    
    .review-avatar {
        align-self: center;
    }
    
    .avatar-image {
        width: 70px;
        height: 70px;
    }
    
    .review-content {
        text-align: center;
    }
    
    .review-text {
        text-align: left;
        border-left: none;
        border-top: 3px solid var(--secondary-color);
        padding-left: 0;
        padding-top: 1rem;
    }
    
    .review-text::before,
    .review-text::after {
        display: none;
    }
    
    .reviewer-name {
        font-size: 1.1rem;
    }
    
    .reviews-summary {
        padding: 1.5rem 1rem;
    }
    
    .summary-stats {
        gap: 1rem;
        margin-bottom: 1.5rem;
    }
    
    .stat-card {
        padding: 1.2rem 0.8rem;
    }
    
    .reviews-cta .btn {
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem !important;
    }
}

@media (max-width: 575.98px) {
    .review-item {
        padding: 1rem;
    }
    
    .avatar-image {
        width: 60px;
        height: 60px;
    }
    
    .review-rating {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .rating-text {
        margin-left: 0;
        margin-top: 0.3rem;
        width: 100%;
        text-align: center;
    }
    
    .reviews-summary {
        padding: 1.2rem 0.8rem;
    }
    
    .stat-card {
        padding: 1rem 0.6rem;
    }
}

/* OFFER SECTION WRAPPER */
.offer-section {
  background: #eaeaea;
  padding: 40px 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}

/* TOP MESSAGE */
.top-offer h2 {
  color: #d80000;
  font-size: 28px;
  font-weight: 700;
}

.top-offer .stock {
  font-size: 20px;
  margin: 10px 0;
}

.top-offer .stock span {
  color: #00b300;
  font-weight: 700;
}

.top-offer h3 {
  margin-top: 15px;
  font-weight: 700;
}

/* GRID LAYOUT */
.offer-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

/* PACKAGE CARD */
.offer-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 25px;
  width: 320px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
}

.offer-card img {
  width: 280px;
  margin: 15px 0;
}

/* CENTER “MOST POPULAR” CARD */
.offer-card.popular {
  background: #f5f0d7;
  border: 2px solid #d4a017;
  transform: scale(1.05);
}

/* POPULAR BADGE */
.popular-badge {
  position: absolute;
  right: 15px;
  top: 140px;
  background: #e00000;
  color: #ffffff;
  font-weight: 700;
  font-size: 12px;
  padding: 12px 10px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

/* CARD TEXT */
.offer-card h4 {
  font-size: 44px;
  margin-bottom: 5px;
}

.supply {
  color: #444444;
  margin-bottom: 15px;
}

/* PRICE */
.price {
  color: #084378;
  font-size: 62px;
  font-weight: 700;
  margin: 8px 0;
  text-shadow: 0 2px 8px rgba(230, 0, 35, 0.3);
}

.price span {
  font-size: 16px;
  font-weight: 400;
}

/* SHIPPING LABELS */
.shipping {
  margin: 6px 0;
  padding: 6px;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px;
}

.shipping.red {
  background: #e00000;
  color: #ffffff;
}

.shipping.blue {
  background: #1a73e8;
  color: #ffffff;
}

/* ADD TO CART BUTTON */
.btn-cart {
  display: block;
  background: linear-gradient(#ffd400, #ffb800);
  padding: 24px;
  margin: 15px 0;
  font-weight: 800;
  text-decoration: none;
  color: #000000;
  border-radius: 8px;
  box-shadow: 0 6px 0 #c99700;
  transition: 0.2s ease;
}

.btn-cart:hover {
  transform: translateY(2px);
  box-shadow: 0 4px 0 #c99700;
}

.final-price {
  font-size: 42px;
  font-weight: 900;
  color: #084378;
  text-shadow: 0 2px 8px rgba(230, 0, 35, 0.5);
}
/* GUARANTEE TEXT */
.guarantee {
  margin-top: 10px;
  font-weight: 600;
}

/* BONUS EBOOK ROW */
.free-book {
  margin-top: 16px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between; 
}

.free-book-text {
  font-weight: 700;
  color: #d80000;
  font-size: 18px;
  text-align: left;
}

.free-book-images {
  display: flex;
  gap: 10px;
}

.free-book-images img {
  max-width: 40px;
}

/* RESPONSIVE ADJUSTMENTS */
@media (max-width: 900px) {
  .offer-grid {
    flex-direction: column;
    align-items: center;
  }

  .offer-card.popular {
    transform: none;
  }
}


/* Bonuses Section */
.bonuses-section {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.bonuses-header {
    background: linear-gradient(135deg, #DF7F07 0%, #327139 100%);
    color: white;
    text-align: center;
    padding: 1rem 0;
    position: relative;
}

.bonuses-title {
    font-size: clamp(1.8rem, 5vw, 2.5rem);
    font-weight: 800;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.bonuses-subtitle {
    font-size: clamp(1.5rem, 4vw, 2rem);
    font-weight: 700;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

.text-yellow {
    color: #fbbf24;
}

.underline {
    text-decoration: underline;
    text-decoration-color: #fbbf24;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.bonuses-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 3rem;
    max-width: 1000px;
    margin: 0 auto;
}

.bonus-item {
    background: white;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: var(--shadow-xl);
    transition: all 0.3s ease;
    border: 2px solid #f1f5f9;
}

.bonus-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(37, 99, 235, 0.2);
    border-color: #DF7F07;
}

.bonus-image {
    position: relative;
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin: 10px 0px;
}

.bonus-book {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.bonus-item:hover .bonus-book {
    transform: scale(1.05);
}

.digital-badge {
    position: absolute;
    bottom: 15px;
    right: 15px;
    background: var(--secondary-color);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.5px;
}

.bonus-content {
    padding: 2rem;
    text-align: center;
}

.bonus-number {
    color: #10b981;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    font-family: 'Poppins', sans-serif;
}

.bonus-name {
    color: #DF7F07;
    font-size: clamp(1.3rem, 3vw, 1.6rem);
    font-weight: 800;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.bonus-value {
    color: #fbbf24;
    font-size: clamp(1.2rem, 3vw, 1.5rem);
    font-weight: 800;
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
}

.bonus-description {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    text-align: justify;
}

/* ================================
   ROOT VARIABLES
================================ */
:root {
  --primary: #000000;
  --secondary: #0b2a4a;
  --dark: #1f2937;
  --light: #ebf9f5;
  --border: #e2e8f0;
  --text-main: #f94e1a;
  --text-muted: #000;
  --shadow-sm: 0 8px 20px rgba(0,0,0,.08);
  --shadow-md: 0 14px 40px rgba(0,0,0,.12);
}

/* ================================
   SECTION WRAPPER
================================ */
#ingredients {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
}

/* ================================
   TOP HEADER
================================ */

.section-title {
  font-size: 2.2rem;
  font-weight: 800;
  font-family: 'Poppins', sans-serif;
}

/* ================================
   INGREDIENTS SECTION
================================ */
.ingredients-section {
  padding: 3rem 0 2rem;
  background: transparent;
}

.ingredients-title {
  text-align: center;
  font-size: clamp(1.3rem, 3vw, 1.8rem);
  font-weight: 700;
  color: var(--text-main);
  max-width: 900px;
  margin: 10px auto 2.5rem;
}

/* ================================
   INGREDIENTS GRID
   5 ITEMS — SINGLE ROW DESKTOP
================================ */
.ingredients-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 in one row */
  gap: 1.8rem;
  max-width: 1200px; /* Increased to fit 5 images */
  margin: 0 auto;
}

.ingredient-item {
  text-align: center;
  transition: transform 0.3s ease;
}

.ingredient-item:hover {
  transform: translateY(-4px);
}

/* Images */
.ingredient-item img {
  width: 100%;
  max-width: 200px;
  height: 140px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow-sm);
}

/* Two-Line Titles */
.ingredient-item h4 {
  margin-top: 0.7rem;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
  line-height: 1.2;
  min-height: 2.4em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ================================
   INTRO CARD
================================ */
.evidence-intro {
  margin-bottom: 3rem;
}

.intro-card {
  background: #fff;
  border-radius: 18px;
  padding: 2.5rem;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}

.intro-heading {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 1.4rem;
}

.intro-text {
  color: var(--text-muted);
  line-height: 1.8;
  text-align: justify;
}

/* ================================
   EVIDENCE GRID
================================ */
.evidence-grid {
  display: grid;
  gap: 2.2rem;
  max-width: 1000px;
  margin: 0 auto 3rem;
}

.evidence-item {
  background: #fff;
  border-radius: 18px;
  padding: 2.2rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  transition: all 0.35s ease;
}

.evidence-item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

/* Evidence Header */
.ingredient-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1.4rem;
}

.ingredient-number {
  width: 42px;
  height: 42px;
  background: var(--primary);
  color: #fff;
  border-radius: 50%;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ingredient-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main);
}

/* Evidence Content */
.evidence-content {
  display: grid;
  gap: 1.2rem;
}

.evidence-block,
.mechanism-block {
  padding: 1.6rem;
  border-radius: 14px;
  background: linear-gradient(135deg, #e8f8f3, #ffffff);
  border-left: 5px solid var(--primary);
}

.evidence-label,
.mechanism-label {
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--secondary);
  margin-bottom: 0.6rem;
}

.evidence-text,
.mechanism-text {
  color: var(--text-muted);
  line-height: 1.8;
  text-align: justify;
}

/* ================================
   CONCLUSION
================================ */
.evidence-conclusion {
  margin-top: 3rem;
}

.conclusion-card {
  background: linear-gradient(135deg, var(--secondary), #123c66);
  color: #fff;
  padding: 2.6rem;
  border-radius: 18px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: var(--shadow-md);
}

.conclusion-title {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 1.4rem;
}

.conclusion-text {
  line-height: 1.8;
  text-align: justify;
}

/* ================================
   RESPONSIVE
================================ */

/* Tablet – 2 per row */
@media (max-width: 1024px) {
  .ingredients-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile – 2 per row */
@media (max-width: 768px) {
  .ingredients-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .ingredient-item img {
    max-width: 120px;
    height: 90px;
  }

  .ingredient-item h4 {
    font-size: 0.8rem;
  }

  .ingredient-header {
    flex-direction: column;
    text-align: center;
  }

  .ingredient-number {
    margin-bottom: 0.5rem;
  }

  .intro-text,
  .evidence-text,
  .mechanism-text,
  .conclusion-text {
    text-align: left;
  }
}



/* Scientifically Formulated Section */
.formulation-section {
    padding: 4rem 0;
    background: radial-gradient(circle at top left, #e0f2fe 0%, #f8fafc 40%, #ffffff 100%);
    position: relative;
    overflow: hidden;
}

.formulation-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 10% 0%, rgba(56, 189, 248, 0.10) 0, transparent 55%),
        radial-gradient(circle at 90% 100%, rgba(59, 130, 246, 0.10) 0, transparent 55%);
    opacity: 0.8;
    pointer-events: none;
}

.formulation-header {
    text-align: center;
    margin-bottom: 4rem;
    position: relative;
    z-index: 1;
}

.formulation-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 800;
    color: #0f172a;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.formulation-title::after {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 96px;
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
    border-radius: 999px;
}

/* Process Steps */
.process-steps {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2.25rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}

.step-item {
    flex: 1;
    min-width: 260px;
    max-width: 320px;
    text-align: center;
    padding: 1.75rem 1.5rem;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.10);
    border: 1px solid rgba(148, 163, 184, 0.25);
    backdrop-filter: blur(6px);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.step-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.18);
    border-color: rgba(56, 189, 248, 0.6);
}

.step-circle {
    width: 60px;
    height: 60px;
    background: radial-gradient(circle at 30% 30%, #bbf7d0 0, #22c55e 45%, #16a34a 100%);
    color: #ecfeff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 800;
    margin: 0 auto 1.5rem;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 12px 25px rgba(22, 163, 74, 0.45);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.step-item:hover .step-circle {
    transform: scale(1.08);
    background: radial-gradient(circle at 30% 30%, #e0f2fe 0, #38bdf8 45%, #0ea5e9 100%);
    box-shadow: 0 18px 35px rgba(56, 189, 248, 0.55);
}

.step-title {
    font-size: clamp(1.1rem, 3vw, 1.3rem);
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 0.9rem;
    font-family: 'Poppins', sans-serif;
}

.step-description {
    color: #64748b;
    line-height: 1.7;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    text-align: justify;
    margin: 0;
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #22c55e;
    font-size: 1.6rem;
    margin-top: 3rem;
    flex-shrink: 0;
    text-shadow: 0 0 14px rgba(34, 197, 94, 0.45);
}

/* Guarantee Section – nerve/clinic look */
.guarantee-section {
    max-width: 880px;
    margin: 0 auto;
    padding: 3.5rem 2.25rem;
    border-radius: 28px;
    background:
      radial-gradient(circle at 0% 0%, rgba(56, 189, 248, 0.25) 0, transparent 55%),
      radial-gradient(circle at 100% 100%, rgba(34, 197, 94, 0.22) 0, transparent 55%),
      linear-gradient(135deg, #020617, #020617 18%, #0b1220 65%, #020617 100%);
    color: #e5f2ff;
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.65);
    position: relative;
    overflow: hidden;
}

.guarantee-section::before {
    content: '';
    position: absolute;
    inset: -40%;
    background:
      radial-gradient(circle at 20% 30%, rgba(56, 189, 248, 0.17) 0, transparent 55%),
      radial-gradient(circle at 80% 70%, rgba(34, 197, 94, 0.17) 0, transparent 55%);
    opacity: 0.7;
    pointer-events: none;
}

.guarantee-content {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 3rem;
    align-items: center;
    position: relative;
    z-index: 2;
}

.guarantee-badge-container {
    position: relative;
    width: 210px;
    height: 210px;
    flex-shrink: 0;
    filter: drop-shadow(0 16px 40px rgba(22, 163, 74, 0.6));
}

.guarantee-badge-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.guarantee-details {
    color: #e5f2ff;
}

.guarantee-main-title {
    font-size: clamp(1.6rem, 4vw, 2.25rem);
    font-weight: 800;
    margin-bottom: 2rem;
    font-family: 'Poppins', sans-serif;
    text-align: left;
}

.guarantee-points {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.guarantee-point {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.point-number {
    font-size: 1.25rem;
    font-weight: 800;
    color: #22c55e;
    font-family: 'Poppins', sans-serif;
    margin-top: 0.1rem;
}

.point-content {
    line-height: 1.7;
    font-size: clamp(0.9rem, 2.5vw, 1rem);
    color: #cbd5f5;
}

.point-content strong {
    color: #38bdf8;
    font-weight: 700;
}

/* Optional guarantee image if used below card */
.guarantee-image {
    width: 1100px;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
    display: block;
}

/* Mobile optimization */
@media (max-width: 768px) {
  .guarantee-image {
    margin: 20px auto;
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .guarantee-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 2rem;
  }

  .guarantee-badge-container {
    justify-self: center;
    width: 160px;
    height: 160px;
  }

  .guarantee-main-title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .guarantee-section {
    padding: 2.25rem 1.75rem;
    border-radius: 22px;
  }

  .guarantee-badge-container {
    width: 130px;
    height: 130px;
  }

  .guarantee-point {
    flex-direction: column;
    gap: 0.6rem;
    text-align: left;
  }
}

@media (max-width: 575.98px) {
  .guarantee-section {
    padding: 1.75rem 1.25rem;
  }

  .guarantee-badge-container {
    width: 110px;
    height: 110px;
  }
}



.benefits-section {
    padding: 4rem 1.5rem;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2f7 100%);
    position: relative;
}

.benefits-header {
    text-align: center;
    margin-bottom: 3rem;
}

.benefits-title {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #0f172a;
    font-family: 'Poppins', sans-serif;
}

.benefits-title span {
    color: var(--secondary-color); /* use your existing accent color */
}

.benefits-intro {
    max-width: 720px;
    margin: 1.5rem auto 3rem;
    text-align: center;
}

.intro-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: #000;
	font-family: 'Poppins', Jost;
}

/* Benefits timeline container */
.benefits-list {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

/* Vertical accent line */
.benefits-list::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(
        to bottom,
        var(--secondary-color),
        transparent
    );
}

/* Benefit card */
.benefit-item {
    position: relative;
    margin-left: 3.5rem;
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(14px);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
    border: 1px solid rgba(148, 163, 184, 0.2);
}

/* Hover lift + glow */
.benefit-item:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow:
        0 20px 50px rgba(15, 23, 42, 0.18),
        0 0 0 2px rgba(16, 185, 129, 0.2);
    border-color: rgba(16, 185, 129, 0.7);
}

/* Icon bubble */
.benefit-icon {
    position: absolute;
    left: -3.5rem;
    top: 2rem;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: radial-gradient(
        circle at top left,
        #ffffff,
        var(--secondary-color)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    color: #020617;
    box-shadow: 0 10px 25px rgba(15, 23, 42, 0.35);
}

/* Content */
.benefit-title {
    font-size: 1.55rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #020617;
    font-family: 'Poppins', 'Jost', system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.benefit-description {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #475569;
}

/* CTA */
.benefits-cta {
    margin-top: 4rem;
    text-align: center;
}

.cta-card {
    max-width: 640px;
    margin: 0 auto;
    padding: 3rem 2rem;
    border-radius: 24px;
    background: linear-gradient(135deg, #020617, #0f172a);
    color: #fff;
    box-shadow: 0 25px 60px rgba(15, 23, 42, 0.7);
    position: relative;
    overflow: hidden;
}

/* Glow effect */
.cta-card::after {
    content: "";
    position: absolute;
    inset: -50%;
    background: radial-gradient(
        circle,
        rgba(16, 185, 129, 0.28),
        transparent 60%
    );
    animation: glowMove 8s linear infinite;
    opacity: 0.8;
}

@keyframes glowMove {
    0%   { transform: translate(-30%, -30%); }
    50%  { transform: translate(30%, 30%); }
    100% { transform: translate(-30%, -30%); }
}

.cta-title {
    font-size: 1.9rem;
    font-weight: 800;
    margin-bottom: 1rem;
    position: relative;
    z-index: 2;
}

.cta-description {
    font-size: clamp(1.05rem, 2.5vw, 1.2rem);
    opacity: 0.95;
    margin-bottom: 2rem;
    position: relative;
    z-index: 2;
}

.cta-card .btn {
    position: relative;
    z-index: 2;
    border-radius: 999px;
    padding: 0.9rem 2.6rem;
    font-weight: 600;
    font-size: 1rem;
}

/* Mobile */
@media (max-width: 768px) {
    .benefits-list::before {
        left: 18px;
    }

    .benefit-item {
        margin-left: 3rem;
        padding: 1.6rem;
    }

    .benefit-icon {
        width: 36px;
        height: 36px;
        left: -3rem;
        top: 1.6rem;
    }

    .benefit-title {
        font-size: 1.2rem;
    }

    .benefit-description {
        font-size: 0.98rem;
    }
}

/* FAQ Section – Nerve Fresh Style */
.faq-section {
    padding: 0;
    position: relative;
    overflow: hidden;
    background: radial-gradient(circle at top, #ecfeff 0%, #f8fafc 45%, #e5e7eb 100%);
}

/* Header */
.faq-header {
    background: linear-gradient(120deg, #0f172a, #0b766d);
    color: #ffffff;
    text-align: center;
    padding: 2.5rem 0;
    position: relative;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.35);
    border-radius: 24px; /* rounded bottom corners */
}


.faq-title {
    font-size: clamp(2.6rem, 4vw, 4.3rem);
    font-weight: 900;
    margin: 0;
    font-family: 'Poppins', Jost;
    letter-spacing: -0.03em;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

/* Container */
.faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
}

/* FAQ Item */
.faq-item {
    background: #ffffff;
    border-radius: 18px;
    margin-bottom: 1.5rem;
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
    border: 1px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.16);
    border-color: rgba(11, 118, 109, 0.75);
    transform: translateY(-2px);
}

/* Question */
.faq-question {
    padding: 1.4rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    background: #ffffff;
    border: none;
    width: 100%;
    text-align: left;
    transition: all 0.3s ease;
    position: relative;
}

.faq-question:hover {
    background: linear-gradient(90deg, rgba(34, 197, 94, .19), rgba(56, 189, 248, .19));
}

.faq-question h4 {
    font-size: clamp(2rem, 3vw, 1.55rem);
    font-weight: 700;
    color: #020617;
    margin: 0;
    font-family: 'Poppins', Jost;
    line-height: 1.35;
    flex: 1;
}

/* Icon */
.faq-icon {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #10b981, #0ea5e9);
    color: #ffffff;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    transition: all 0.3s ease;
    box-shadow: 0 8px 18px rgba(14, 148, 136, 0.45);
}

.faq-question[aria-expanded="true"] .faq-icon {
    background: linear-gradient(135deg, #0f172a, #0b766d);
    transform: rotate(45deg) scale(1.05);
}

/* Answer */
.faq-answer {
    border-top: 1px solid #e5e7eb;
    background: #f9fafb;
}

.faq-answer-content {
    padding: 1.4rem 2rem 1.5rem;
    color: #4b5563;
    line-height: 1.75;
    font-size: clamp(01.05rem, 2.5vw, 1.3rem);
}

.faq-answer-content p {
    margin-bottom: 0.9rem;
    text-align: justify;
}

.faq-answer-content p:last-child {
    margin-bottom: 0;
}

.faq-answer-content ul {
    margin: 0.9rem 0;
    padding-left: 1.4rem;
}

.faq-answer-content li {
    margin-bottom: 0.4rem;
    text-align: left;
}

.faq-answer-content strong {
    color: #0f172a;
    font-weight: 600;
}

/* CTA Box */
.faq-cta {
    background: #ffffff;
    border-radius: 22px;
    padding: 3rem 2.2rem;
    margin-top: 3rem;
    text-align: center;
    box-shadow: 0 22px 55px rgba(15, 23, 42, 0.18);
    border: 2px solid rgba(14, 148, 136, 0.18);
    position: relative;
    overflow: hidden;
}

.faq-cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at top, rgba(56, 189, 248, 0.14), transparent 60%);
    pointer-events: none;
}

.cta-content {
    position: relative;
    z-index: 2;
}

.cta-content h3 {
    font-size: clamp(1.35rem, 3vw, 1.85rem);
    font-weight: 800;
    color: #020617;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}

.cta-content p {
    font-size: clamp(1rem, 2.5vw, 1.1rem);
    color: #4b5563;
    margin-bottom: 2rem;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.cta-buttons .btn {
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(14, 148, 136, 0.45);
    transition: all 0.3s ease;
    min-width: 190px;
    font-weight: 600;
}

.cta-buttons .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.6);
}

/* Collapse animation */
.faq-answer.collapsing {
    transition: height 0.3s ease;
}

.faq-answer.show {
    animation: faqFadeIn 0.25s ease;
}

@keyframes faqFadeIn {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
    .faq-container {
        padding: 2.5rem 1.2rem 3rem;
    }
    .faq-question {
        padding: 1.2rem 1.5rem;
    }
    .faq-answer-content {
        padding: 1.2rem 1.5rem;
    }
    .faq-cta {
        padding: 2.2rem 1.7rem;
        margin-top: 2.4rem;
    }
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    .cta-buttons .btn {
        min-width: 210px;
    }
}

@media (max-width: 767.98px) {
    .faq-header {
        padding: 2rem 0;
    }
    .faq-item {
        margin: 0 1rem 1.4rem;
    }
    .faq-question {
        padding: 1rem 1.2rem;
    }
    .faq-answer-content {
        padding: 1rem 1.2rem;
    }
    .faq-icon {
        width: 32px;
        height: 32px;
        font-size: 0.85rem;
    }
    .faq-cta {
        padding: 1.8rem 1.2rem;
        margin: 2rem 1rem 0;
    }
    .cta-buttons .btn {
        font-size: 0.95rem;
        padding: 0.85rem 1.6rem !important;
        min-width: 100%;
    }
}

@media (max-width: 575.98px) {
    .faq-question {
        padding: 0.85rem 1rem;
        flex-direction: column;
        text-align: center;
        gap: 0.7rem;
    }
    .faq-answer-content {
        padding: 0.85rem 1rem;
    }
    .faq-answer-content p,
    .faq-answer-content li {
        text-align: left;
    }
    .faq-cta {
        padding: 1.5rem 0.9rem;
    }
}

/* Slim scrollbar for long answers (optional) */
.faq-answer-content::-webkit-scrollbar {
    width: 6px;
}
.faq-answer-content::-webkit-scrollbar-track {
    background: #e5e7eb;
    border-radius: 3px;
}
.faq-answer-content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #0ea5e9, #10b981);
    border-radius: 3px;
}
.faq-answer-content::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #0b766d, #0f172a);
}


/* Security & Final CTA Section */
.security-cta-section {
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

.security-info {
    margin-bottom: 3rem;
}

.security-card {
    background: #b7c996;
    border-radius: 15px;
    padding: 2.5rem;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: var(--shadow-md);
    border: 1px solid #e2e8f0;
}

.security-title {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    font-family: 'Poppins', sans-serif;
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 0.5rem;
}

.security-content p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: clamp(0.95rem, 2.5vw, 1.05rem);
    text-align: justify;
    margin-bottom: 1.5rem;
}

.info-section {
    margin-bottom: 1.5rem;
}

.info-title {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.8rem;
    font-family: 'Poppins', sans-serif;
}

.contact-info {
    background: rgba(37, 99, 235, 0.05);
    padding: 1rem 1.5rem;
    border-radius: 10px;
    border-left: 4px solid var(--primary-color);
    margin-top: 1rem;
}

.support-email {
    color: var(--secondary-color);
    font-weight: 600;
    text-decoration: none;
    font-size: 1.1rem;
}

.support-email:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

/* Final CTA Banner */
.final-cta-banner {
    background: var(--secondary-color);
    color: white;
    text-align: center;
    padding: 2rem;
    border-radius: 15px;
    margin-bottom: 3rem;
    box-shadow: var(--shadow-lg);
    position: relative;
    overflow: hidden;
}

.final-cta-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    pointer-events: none;
}

.cta-banner-title {
    font-size: clamp(1.5rem, 4vw, 2.2rem);
    font-weight: 800;
    margin: 0;
    font-family: 'Poppins', sans-serif;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

/* Final Product Section */
.final-product-section {
    text-align: center;
    max-width: 600px;
    margin: 0 auto;
}

.product-display {
    position: relative;
}

.product-image-container {
    position: relative;
    display: inline-block;
    margin-bottom: 2rem;
}

.main-product-image {
    max-width: 400px;
    width: 100%;
    height: auto;
    border-radius: 20px;
    
    transition: transform 0.3s ease;
}

.main-product-image:hover {
    transform: scale(1.02);
}

.savings-badge {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 80px;
    height: 80px;
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow-lg);
    animation: pulse 2s infinite;
    border: 3px solid white;
}

.badge-content {
    text-align: center;
    color: white;
}

.badge-text {
    font-size: 0.8rem;
    font-weight: 700;
    line-height: 1;
}

.badge-amount {
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1;
    font-family: 'Poppins', sans-serif;
}

.guarantee-overlay {
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.guarantee-badge {
    background: linear-gradient(135deg, #419a01 0%, #b60305 100%);
    color: #fff;
    padding: 0.8rem 1.2rem;
    border-radius: 25px;
    box-shadow: var(--shadow-lg);
    border: 3px solid white;
    text-align: center;
    min-width: 120px;
}

.guarantee-text {
    font-size: 0.7rem;
    font-weight: 700;
    line-height: 1;
}

.guarantee-subtext {
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1;
}

.guarantee-bottom {
    font-size: 0.6rem;
    font-weight: 600;
    line-height: 1;
}

.pricing-display {
    margin-bottom: 2rem;
    text-align: center;
}

.regular-price {
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
}

.price-label {
    font-size: 1rem;
    font-weight: 500;
}

.price-amount {
    font-size: 1.9rem;
    font-weight: 800;
    color: #000;
    margin-left: 0.5rem;
    font-family: 'Poppins', Jost;
    text-decoration: line-through;
}


.special-price {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.special-label {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--text-primary);
}

.special-amount {
    font-size: clamp(2rem, 5vw, 2.5rem);
    font-weight: 800;
    color: var(--success-color);
    font-family: 'Poppins', sans-serif;
}

.final-cta-button {
    margin-top: 1.5rem;
}

.btn-final-order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    background: linear-gradient(135deg,#b60305 0%, #0dae7a 100%);
    color: #ffffff;
    padding: 1.2rem 2.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.2rem;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 10px 30px rgba(251, 191, 36, 0.3);
    transition: all 0.3s ease;
    border: 3px solid black;
    position: relative;
    overflow: hidden;
}

.btn-final-order::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-#0dae7a(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-final-order:hover::before {
    left: 100%;
}

.btn-final-order:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 15px 40px rgba(251, 191, 36, 0.4);
    color: #ffffff;
    border-color: #f59e0b;
}

.btn-text {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
}

.btn-icon {
    font-size: 1.3rem;
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
    40% { transform: translateY(-5px); }
    60% { transform: translateY(-3px); }
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
    .security-card {
        padding: 2rem;
    }
    
    .final-cta-banner {
        padding: 1.5rem;
    }
    
    .main-product-image {
        max-width: 300px;
    }
    
    .savings-badge {
        width: 70px;
        height: 70px;
        top: -5px;
        right: -5px;
    }
    
    .badge-text {
        font-size: 0.7rem;
    }
    
    .badge-amount {
        font-size: 0.8rem;
    }
}

@media (max-width: 767.98px) {
    .security-card {
        padding: 1.5rem;
        margin: 0 1rem;
    }
    
    .security-content p {
        text-align: left;
    }
    
    .final-cta-banner {
        padding: 1.2rem;
        margin: 0 1rem 2rem;
    }
    
    .main-product-image {
        max-width: 250px;
    }
    
    .savings-badge {
        width: 60px;
        height: 60px;
    }
    
    .badge-text {
        font-size: 0.6rem;
    }
    
    .badge-amount {
        font-size: 0.7rem;
    }
    
    .guarantee-badge {
        padding: 0.6rem 1rem;
        min-width: 100px;
    }
    
    .guarantee-text,
    .guarantee-subtext,
    .guarantee-bottom {
        font-size: 0.55rem;
    }
    
    .special-price {
        flex-direction: column;
        gap: 0.5rem;
    }
    
    .btn-final-order {
        padding: 1rem 2rem;
        font-size: 1rem;
    }
}

@media (max-width: 575.98px) {
    .security-card {
        padding: 1.2rem;
    }
    
    .contact-info {
        padding: 0.8rem 1rem;
    }
    
    .main-product-image {
        max-width: 200px;
    }
    
    .savings-badge {
        width: 50px;
        height: 50px;
    }
    
    .badge-text,
    .badge-amount {
        font-size: 0.6rem;
    }
    
    .btn-final-order {
        padding: 0.8rem 1.5rem;
        font-size: 0.9rem;
    }
    
    .btn-text {
        font-size: 0.9rem;
    }
    
    .btn-icon {
        font-size: 1rem;
    }
}

/* Footer Section - Exact Match */
.footer-section {
    background: #ffffff;
    margin-top: 0;
    padding: 0;
    border-top: 1px solid #ddd;
}

/* Full Width Disclaimers */
.footer-disclaimers-full {
    width: 100%;
    padding: 1.5rem 0;
    background: #ffffff;
}

.footer-disclaimers-full .container-fluid {
    max-width: none;
    padding: 0 2rem;
}

.disclaimer-content {
    max-width: none;
    padding: 0;
    background: transparent;
    border: none;
}

.disclaimer-content p {
    color: #666;
    font-size: 1.0rem;
    line-height: 1.3;
    margin-bottom: 0.8rem;
    text-align: justify;
    font-weight: 400;
}

.disclaimer-content p:last-child {
    margin-bottom: 0;
}

/* Centered Footer Bottom */
.footer-bottom-centered {
    padding: 1rem 0;
    text-align: center;
    border-top: 1px solid #ddd;
}

.footer-bottom-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 600px;
    margin: 0 auto;
}

/* Social Media Rounded Container */
.social-media-rounded {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.8rem 1.5rem;
    border: 1px solid #ccc;
    border-radius: 25px;
    background: #ffffff;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #666;
    font-size: 0.9rem;
    transition: all 0.3s ease;
    text-decoration: none;
    background: transparent;
    border: none;
    border-radius: 50%;
}

.social-link:hover {
    transform: translateY(-2px);
    color: white;
}

.social-link:nth-child(1):hover { background: #3b5998; }
.social-link:nth-child(2):hover { background: #1da1f2; }
.social-link:nth-child(3):hover { background: #e60023; }
.social-link:nth-child(4):hover { background: #0077b5; }
.social-link:nth-child(5):hover { background: #aa2200; }
.social-link:nth-child(6):hover { background: #001935; }

/* Footer Legal Links */
.footer-legal-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.legal-link {
    color: #666;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 400;
    transition: color 0.3s ease;
}

.legal-link:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.link-separator {
    color: #bbb;
    margin: 0 0.2rem;
}

/* Footer Copyright */
.footer-copyright p {
    color: #888;
    font-size: 1.0rem;
    margin: 0;
    font-weight: 400;
}

/* Mobile Optimizations */
@media (max-width: 767.98px) {
    .footer-disclaimers-full .container-fluid {
        padding: 0 1rem;
    }
    
    .disclaimer-content p {
        font-size: 0.7rem;
        line-height: 1.2;
        margin-bottom: 0.6rem;
        text-align: left;
    }
    
    .footer-bottom-centered {
        padding: 0.8rem 0;
    }
    
    .footer-bottom-container {
        gap: 0.8rem;
        padding: 0 1rem;
    }
    
    .social-media-rounded {
        padding: 0.6rem 1rem;
        gap: 0.8rem;
    }
    
    .social-link {
        width: 28px;
        height: 28px;
        font-size: 0.8rem;
    }
    
    .legal-link {
        font-size: 0.75rem;
    }
    
    .footer-copyright p {
        font-size: 0.7rem;
    }
}

@media (max-width: 575.98px) {
    .footer-disclaimers-full .container-fluid {
        padding: 0 0.5rem;
    }
    
    .disclaimer-content p {
        font-size: 0.65rem;
        margin-bottom: 0.5rem;
    }
    
    .social-media-rounded {
        padding: 0.5rem 0.8rem;
        gap: 0.6rem;
    }
    
    .social-link {
        width: 26px;
        height: 26px;
        font-size: 0.75rem;
    }
    
    .footer-legal-links {
        flex-direction: column;
        gap: 0.3rem;
    }
    
    .link-separator {
        display: none;
    }
    
    .legal-link {
        font-size: 0.7rem;
    }
    
    .footer-copyright p {
        font-size: 0.65rem;
    }
}

/* Accessibility */
.social-link:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 2px;
}

.legal-link:focus {
    outline: 2px solid var(--primary-color);
    outline-offset: 1px;
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
    .social-link {
        transition: none;
    }
    .social-link:hover {
        transform: none;
    }
}

/* High Contrast */
@media (prefers-contrast: high) {
    .footer-section {
        border-top: 2px solid #000;
    }
    .disclaimer-content p {
        color: #000;
    }
    .social-link {
        color: #000;
        border: 1px solid #000;
    }
    .legal-link {
        color: #000;
    }
    .footer-copyright p {
        color: #000;
    }
}

/* Product Section */
.product-section {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    position: relative;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    background: var(--gradient-primary);
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.section-title {
    font-size: 5px;
    font-weight: 500;
    color: var(--text-primary);
    font-family: 'Poppins', sans-serif;
}

.product-image-wrapper {
    position: relative;
}

.product-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 400px;
}

.product-image-placeholder {
    background: #ffffff;
    border: 3px dashed rgba(37, 99, 235, 0.3);
    border-radius: 20px;
    padding: 1.5rem;
    width: 100%;
    max-width: 350px;
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: var(--shadow-md);
}

.product-image-placeholder:hover {
    transform: scale(1.02);
    border-color: var(--primary-color);
    box-shadow: var(--shadow-xl);
}

.image-upload-area {
    text-align: center;
    color: var(--text-secondary);
}

.image-upload-area i {
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.image-upload-area h5 {
    color: var(--text-primary);
}

.upload-instructions {
    background: #f1f5f9;
    padding: 1rem;
    border-radius: 10px;
    margin-top: 1rem;
    border-left: 4px solid var(--primary-color);
}

.upload-instructions code {
    background: #e2e8f0;
    padding: 0.5rem;
    border-radius: 5px;
    font-size: 0.8rem;
    word-break: break-all;
}

.product-features {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}

.feature-point {
    position: absolute;
    cursor: pointer;
}

.point-1 { top: 20%; right: -10px; }
.point-2 { top: 50%; left: -10px; }
.point-3 { bottom: 20%; right: 10px; }

.point-indicator {
    width: 20px;
    height: 20px;
    background: var(--accent-color);
    border-radius: 50%;
    border: 3px solid white;
    box-shadow: var(--shadow-md);
    animation: pulse 2s infinite;
    position: relative;
}

.point-indicator::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: white;
    border-radius: 50%;
}

.feature-tooltip {
    position: absolute;
    background: white;
    padding: 0.8rem 1rem;
    border-radius: 10px;
    box-shadow: var(--shadow-lg);
    min-width: 150px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
    color: var(--text-primary);
}

.point-1 .feature-tooltip {
    bottom: 100%;
    right: 0;
    margin-bottom: 10px;
}

.point-2 .feature-tooltip {
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 10px;
}

.point-3 .feature-tooltip {
    top: 100%;
    right: 0;
    margin-top: 10px;
}

.feature-point:hover .feature-tooltip {
    opacity: 1;
    visibility: visible;
}

.benefits-grid {
    margin: 2rem 0;
}

.benefit-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.5rem;
    background: white;
    border-radius: 15px;
    box-shadow: var(--shadow-sm);
    transition: all 0.3s ease;
    border: 1px solid #f1f5f9;
    height: 100%;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-lg);
    border-color: var(--primary-color);
}

.benefit-item i {
    font-size: 1.5rem;
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.benefit-item i.text-warning {
    color: var(--secondary-color) !important;
}

.benefit-item i.text-danger {
    color: var(--danger-color) !important;
}

.benefit-item i.text-success {
    color: var(--success-color) !important;
}

.benefit-item i.text-info {
    color: var(--primary-color) !important;
}

.benefit-item strong {
    display: block;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
    font-weight: 600;
}

.benefit-item p {
    margin: 0;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.price-display {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.original-price {
    font-size: 1.2rem;
    color: #94a3b8;
    text-decoration: line-through;
}

.current-price {
    font-size: clamp(2rem, 6vw, 2.5rem);
    font-weight: 800;
    color: var(--success-color);
}

.discount-badge {
    background: var(--danger-color);
    color: white;
    padding: 0.3rem 0.8rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    animation: pulse 2s infinite;
}

.btn-cta {
    background: var(--gradient-accent);
    border: none;
    color: white;
    border-radius: 15px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(16, 185, 129, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-cta:hover::before {
    left: 100%;
}

.btn-cta:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(16, 185, 129, 0.4);
    color: white;
}

.guarantee-text {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.guarantee-text i {
    color: var(--success-color);
}

/* Urgency Banner */
.urgency-banner {
    background: rgba(37, 99, 235, 0.0);
    backdrop-filter: blur(1px);
    color: black;
    padding: 1.rem 0;
    position: sticky;
    bottom: 0;
    z-index: 100;
    box-shadow: var(--shadow-xl);
}

.urgency-banner .btn-warning {
    background: #177382;
    border: none;
    color: white;
    font-weight: 700;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.urgency-banner .btn-warning:hover {
    background: #f9b201;
    transform: scale(1.05);
    color: white;
}

.fa-clock{
    color: var(--accent-color) !important;
}

/* Animations */
@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.05); }
    100% { transform: scale(1); }
}

/* Animate in effect */
.animate-in {
    opacity: 0;
    transform: translateY(30px);
    animation: slideInUp 0.8s ease-out forwards;
}

.animate-in:nth-child(1) { animation-delay: 0.1s; }
.animate-in:nth-child(2) { animation-delay: 0.2s; }
.animate-in:nth-child(3) { animation-delay: 0.3s; }
.animate-in:nth-child(4) { animation-delay: 0.4s; }

/* Mobile Specific Adjustments */
@media (max-width: 991.98px) {
    .navbar-cta {
        display: block;
    }
    
    .navbar-cta .btn {
        width: 100%;
        margin-bottom: 0.5rem;
    }
    
    .hero-section {
        padding: 100px 0 60px;
        text-align: center;
    }
    
    .hero-subtitle {
        text-align: center;
    }
    
    .trust-item {
        justify-content: center;
        margin-bottom: 0.5rem;
    }
    
    .product-showcase {
        min-height: 350px;
    }
    
    .product-placeholder {
        width: 280px;
        height: 350px;
    }
    
    .floating-badge {
        position: relative;
        margin: 0.5rem;
        position: static;
        display: inline-flex;
    }
    
    .certification-card {
        margin-bottom: 2rem;
    }
}

@media (max-width: 767.98px) {
    .navbar-brand {
        font-size: 1.3rem;
    }
    
    .hero-section {
        padding: 90px 0 50px;
    }
    
    .hero-badge {
        font-size: 0.75rem;
        padding: 0.4rem 0.8rem;
    }
    
    .stat-item {
        padding: 0.8rem 0.5rem;
    }
    
    .btn-hero,
    .btn-cta {
        font-size: 0.9rem;
        padding: 0.8rem 1.5rem !important;
    }
    
    .benefit-item {
        flex-direction: column;
        text-align: center;
        padding: 1.2rem;
    }
    
    .product-placeholder {
        width: 260px;
        height: 320px;
        padding: 1rem;
    }
    
    .price-display {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .cert-image-wrapper {
        width: 80px;
        height: 80px;
    }
    
    .urgency-banner {
        padding: 1rem 0;
    }
}

@media (max-width: 575.98px) {
    .container {
        padding: 0 1rem;
    }
    
    .hero-section {
        padding: 80px 0 40px;
    }
    
    .floating-elements {
        opacity: 0.5;
    }
    
    .floating-element {
        width: 30px !important;
        height: 30px !important;
    }
    
    .product-placeholder {
        width: 240px;
        height: 300px;
        padding: 0.8rem;
    }
    
    .stat-number {
        font-size: 1.3rem;
    }
    
    .stat-label {
        font-size: 0.7rem;
    }
    
    .certification-card {
        padding: 1.2rem 0.8rem;
    }
    
    .cert-title {
        font-size: 0.9rem;
    }
    
    .cert-description {
        font-size: 1.0rem;
    }
}

/* Desktop Improvements */
@media (min-width: 992px) {
    .navbar-cta {
        margin-top: 0;
        padding-top: 0;
        border-top: none;
        display: flex;
        align-items: center;
    }
    
    .navbar-cta .btn {
        width: auto;
        margin-bottom: 0;
    }
    
    .hero-section {
        text-align: left;
    }
    
    .hero-subtitle {
        text-align: left;
        margin: 0;
    }
    
    .trust-indicators .row {
        justify-content: start;
    }
    
    .product-glow {
        width: 300px;
        height: 300px;
    }
    
    .product-placeholder {
        width: 350px;
        height: 450px;
    }
}

/* Focus styles for accessibility */
.btn:focus,
.nav-link:focus,
.navbar-toggler:focus {
    outline: 3px solid var(--accent-color);
    outline-offset: 2px;
    box-shadow: none !important;
}

/* High contrast mode */
@media (prefers-contrast: high) {
    .hero-section {
        background: #fff;
        color: #000;
    }
    
    .btn-hero,
    .btn-cta {
        background: #000;
        color: #fff;
        border: 2px solid #000;
    }
}
/* =========================
   GLOBAL
========================= */
body {
  font-family: 'Inter', sans-serif;
  background: #f6f9fc;
  color: #1a1a1a;
}

/* =========================
   HEADER
========================= */
.section-header-red {
  background: linear-gradient(135deg, #1f4e79, #2e6da4);
  color: #fff;
  position: relative;
  overflow: hidden;
}

.section-header-red::after {
  content: "";
  position: absolute;
  bottom: -40px;
  left: 0;
  width: 100%;
  height: 80px;
  background: #f6f9fc;
  border-radius: 50% 50% 0 0;
}

.section-title-red {
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
  font-size: clamp(32px, 4vw, 44px);
  letter-spacing: -0.5px;
}

/* =========================
   CARDS
========================= */
.privacy-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 0;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.05),
    0 2px 8px rgba(0,0,0,0.04);
  border: 1px solid #eef2f6;
  transition: all .35s ease;
}

.privacy-card:hover {
  transform: translateY(-4px);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.08),
    0 4px 12px rgba(0,0,0,0.05);
}

.privacy-header {
  padding: 22px 26px;
  border-bottom: 1px solid #f1f4f8;
  background: linear-gradient(180deg, #fbfdff, #f7fbff);
  border-radius: 18px 18px 0 0;
}

.privacy-content {
  padding: 26px;
}

/* =========================
   TYPOGRAPHY
========================= */
.privacy-section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 0;
  color: #1f4e79;
}

.privacy-item-title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
  color: #0f2f4a;
}

.privacy-content p {
  color: #4a5568;
  line-height: 1.75;
  font-size: 15.5px;
}

/* =========================
   LIST ITEMS
========================= */
.privacy-item {
  padding: 18px 20px;
  border-radius: 12px;
  background: #f9fbfe;
  border: 1px solid #eef3f8;
  transition: all .25s ease;
}

.privacy-item:hover {
  background: #ffffff;
  transform: translateX(4px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

/* =========================
   CTA CARD
========================= */
.privacy-cta-card {
  background: linear-gradient(135deg, #1f4e79, #2e6da4);
  color: #fff;
  padding: 42px 30px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(31,78,121,.25);
}

.cta-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 12px;
}

.cta-description {
  max-width: 720px;
  margin: 0 auto;
  opacity: 0.95;
  line-height: 1.7;
}

/* =========================
   RESPONSIVE POLISH
========================= */
@media (max-width: 768px) {
  .privacy-content {
    padding: 22px;
  }

  .privacy-header {
    padding: 18px 20px;
  }

  .privacy-item {
    padding: 16px;
  }
}
/* Reduced motion */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}

/* Loading states */
.loading {
    opacity: 0.7;
    pointer-events: none;
}

.btn.loading {
    position: relative;
}

.btn.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}
#scrollToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
    background-color: #1e7e34;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    display: none;
    z-index: 9999;
    transition: opacity 0.3s ease, transform 0.3s ease;
  }

  #scrollToTop:hover {
    transform: translateY(-3px);
  }

  /* Mobile */
  @media (max-width: 768px) {
    #scrollToTop {
      bottom: 20px;
      right: 20px;
      width: 40px;
      height: 40px;
      font-size: 20px;
    }
  }