:root {
    --ink: #171717;
    --lime: #d7f36b;
    --cream: #f5f4ed;
    --soft: #e9ece4;
    --gray: #6c726b;
    --white: #ffffff;
    --line: #dfe3da;
}

* {
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.6;
    padding-top: 68px;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    line-height: 1.12;
}

h2{
     font-size: clamp(2rem, 5vw, 4rem);
}

p{
    font-size: 1.3rem !important;
}

ul{
    font-size: 1.2rem !important;
}

li{
    font-size: 1.1rem !important;
}


/* =========================
           FIXED NAVBAR
        ========================= */

.main-navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: rgba(245, 244, 237, 0.94);
    backdrop-filter: blur(18px);
    border-bottom: 1px solid rgba(23, 23, 23, 0.08);
}

.navbar {
    min-height: 76px;
}

.navbar-brand {
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
   
    color: var(--ink) !important;
}

.brand-dot {
    display: inline-block;
    width: 9px;
    height: 9px;
    background: var(--lime);
    border-radius: 50%;
    margin-left: 3px;
}

.nav-link {
    color: var(--ink) !important;
    font-size: 1rem;
    font-weight: 600;
    margin: 0 7px;
}

.nav-link:hover {
    opacity: .6;
}

.navbar-toggler {
    border: 0;
    box-shadow: none !important;
}

.navbar-toggler-icon {
    width: 1.3em;
    height: 1.3em;
}

.nav-cta {
    background: var(--ink);
    color: var(--white) !important;
    padding: 10px 20px !important;
    border-radius: 50px;
}

.nav-cta:hover {
    background: #343434;
    opacity: 1;
}

/* =========================
           GENERAL
        ========================= */

.section-space {
    padding: 110px 0;
}




.section-copy {
    color: var(--gray);
    
}

.btn-dark-custom {
    background: var(--ink);
    color: #fff;
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 700;
    border: 2px solid var(--ink);
    transition: .3s ease;
}

.btn-dark-custom:hover {
   background-color: black;
   color: white;
}

.btn-light-custom {
    background: var(--lime);
    color: var(--ink);
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 700;
    border: 2px solid var(--lime);
    transition: .3s ease;
}

.btn-light-custom:hover {
    background: transparent;
    color: var(--lime);
    border-color: var(--lime);
}

/* =========================
           HERO
        ========================= */

.hero {
  
    padding-bottom: 100px;
    padding-top: 100px;
    background:
        radial-gradient(circle at 85% 20%, rgba(215, 243, 107, .35), transparent 25%),
        var(--cream);
    display: flex;
    align-items: center;
}

.hero h1 {
    font-size: clamp(3rem, 7vw, 5rem);
   
    max-width: 850px;
}

.hero h1 span {
    position: relative;
    z-index: 1;
}

.hero h1 span::after {
    content: "";
    position: absolute;
    height: 18px;
    left: 0;
    right: 0;
    bottom: 5px;
    background: var(--lime);
    z-index: -1;
    transform: rotate(-1deg);
}

.hero-text {
    max-width: 650px;
    color: var(--gray);
    font-size: 1.15rem;
}

.hero-note {
    font-size: .82rem;
    color: #80857e;
}

.hero-visual {
    position: relative;
    min-height: 500px;
}

.hero-shape {
    position: absolute;
    width: 390px;
    height: 390px;
    right: 5%;
    top: 40px;
    background: var(--lime);
    border-radius: 47% 53% 58% 42% / 47% 43% 57% 53%;
    transform: rotate(-13deg);
}

.hero-photo {
    position: absolute;
    width: 330px;
    height: 440px;
    right: 14%;
    top: 0;
    border-radius: 180px 180px 20px 20px;
    background:
        linear-gradient(rgba(0, 0, 0, .05), rgba(0, 0, 0, .05)),
        url('../image/glp-1.webp');
    background-size: cover;
    background-position: center;
    transform: rotate(6deg);
    box-shadow: 20px 25px 0 rgba(23, 23, 23, .08);
}

.floating-label {
    position: absolute;
    left: 0;
    bottom: 55px;
    background: var(--white);
    padding: 17px 22px;
    border-radius: 14px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    font-size: .85rem;
    font-weight: 700;
}

/* =========================
           INTRODUCTION
        ========================= */

.intro-section {
    background: var(--ink);
    color: var(--white);
}

.intro-section .section-tag {
    color: var(--lime);
}

.intro-section .section-tag::before {
    background: var(--lime);
}

.intro-section .section-title {
    color: var(--white);
}

.intro-section .section-copy {
    color: rgba(255, 255, 255, .68);
}

.intro-statement {
    font-size: clamp(1.8rem, 3vw, 2rem);
    
    
}

.intro-statement strong {
    color: var(--lime);
}

/* =========================
           WHAT IS GLP-1
        ========================= */

.what-section {
    background: var(--white);
}

.definition-card {
    background: var(--soft);
    padding: 45px;
    border-radius: 28px;
    height: 100%;
}

.definition-card h3 {
    font-size: 2rem;
    margin-bottom: 22px;
}

.definition-card p {
    color: var(--gray);
}

.definition-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.definition-list li {
    padding: 20px 0;
    border-bottom: 1px solid var(--line);
    display: flex;
    gap: 18px;
}

.definition-list li:last-child {
    border-bottom: 0;
}

.list-number {
    font-weight: 800;
    color: #969d94;
}

.definition-list strong {
    display: block;
    margin-bottom: 4px;
}

.definition-list span {
    color: var(--gray);
    font-size: .95rem;
}

/* =========================
           WHY CHOOSE
        ========================= */

.why-section {
    background: var(--cream);
}

.why-card {
    padding: 30px 0;
    border-top: 1px solid var(--ink);
    height: 100%;
}

.why-card h3 {
    font-size: 1.55rem;
    margin-bottom: 14px;
}

.why-card p {
    color: var(--gray);
    margin-bottom: 0;
}

.why-icon {
    width: 52px;
    height: 52px;
    background: var(--lime);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin-bottom: 24px;
}

/* =========================
           LIMITED OFFER
        ========================= */

.offer-section {
    background: #608D82;
    overflow: hidden;
}

.offer-box {
    position: relative;
}

.offer-badge {
    display: inline-block;
    background: var(--ink);
    color: var(--lime);
    padding: 8px 16px;
    border-radius: 50px;
    font-size: .75rem;
    font-weight: 800;
   ;
    text-transform: uppercase;
    margin-bottom: 22px;
}



.offer-copy {
    max-width: 700px;
    font-size: 1.1rem;
}

.offer-details {
    background: rgba(255, 255, 255, .42);
    padding: 28px;
    border-radius: 20px;
    margin-top: 35px;
}

.offer-details strong {
    font-size: 1.1rem;
}

.offer-details p {
    margin: 8px 0 0;
    font-size: .9rem;
}

/* =========================
           HOW IT WORKS
        ========================= */

.process-section {
    background: var(--white);
}

.process-line {
    position: relative;
}

.process-line::before {
    content: "";
    position: absolute;
    left: 30px;
    top: 40px;
    bottom: 40px;
    width: 1px;
    background: var(--line);
}

.process-step {
    position: relative;
    display: flex;
    gap: 28px;
    margin-bottom: 38px;
}

.process-step:last-child {
    margin-bottom: 0;
}

.step-number {
    position: relative;
    z-index: 2;
    flex: 0 0 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--lime);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
}

.process-step h3 {
    font-size: 1.55rem;
    margin-bottom: 9px;
}

.process-step p {
    color: var(--gray);
    max-width: 620px;
    margin-bottom: 0;
}

/* =========================
           BENEFITS
        ========================= */

.benefits-section {
    background: var(--ink);
    color: var(--white);
}

.benefits-section .section-title {
    color: var(--white);
}

.benefits-section .section-tag {
    color: var(--lime);
}

.benefits-section .section-tag::before {
    background: var(--lime);
}

.benefits-section .section-copy {
    color: rgba(255, 255, 255, .68);
}

.benefit-box {
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding: 25px 0;
}

.benefit-box h3 {
    font-size: 1.45rem;
    color: var(--lime);
}

.benefit-box p {
    color: rgba(255, 255, 255, .68);
    margin-bottom: 0;
}

.benefit-visual {
    min-height: 580px;
    border-radius: 25px;
      background-size: cover;
    background-position: center;
}

/* =========================
           REVIEWS
        ========================= */

.reviews-section {
    background: var(--cream);
}

.review-card {
    background: var(--white);
    padding: 34px;
    border-radius: 22px;
    height: 100%;
    border: 1px solid var(--line);
}

.review-stars {
    color: #909d3c;
        margin-bottom: 20px;
}

.review-card p {
    color: var(--gray);
   
}

.review-author {
    margin-top: 25px;
    font-weight: 800;
}

.review-role {
    color: #8b928a;
    font-size: .8rem;
}



.back-to-top {
    position: fixed;
    right: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #111;
    color:white !important;
    font-size: 20px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: all 0.3s ease;
}

.back-to-top:hover {
    transform: translateY(-5px);
}

/* =========================
           FAQ
        ========================= */

.faq-section {
    background: var(--white);
}

.accordion-item {
    border: 0;
    border-bottom: 1px solid var(--line);
    background: transparent;
    border-radius: 0 !important;
}

.accordion-button {
    background: transparent !important;
    box-shadow: none !important;
    color: var(--ink);
    font-family: "Space Grotesk", sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 25px 0;
}

.accordion-button::after {
    background-size: 15px;
}

.accordion-body {
    padding: 0 45px 25px 0;
    color: var(--gray);
}

/* =========================
           FINAL CTA
        ========================= */

.final-cta {
    background: var(--soft);
    text-align: center;
}



.final-cta p {
    color: var(--gray);
    max-width: 1000px;
    margin: 20px auto 30px;
}



    /* =========================
   GLP-1 PRODUCT PRICING
========================= */

.glp-pricing-section {
    padding: 110px 0;
    background: var(--cream);
    overflow: hidden;
}

.pricing-heading {
    max-width: 1000px;
    margin: 0 auto 55px;
}


/* HORIZONTAL CARD WRAPPER */

.glp-pricing-wrapper {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding: 15px 0 30px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    justify-content: center;
}

.glp-pricing-wrapper::-webkit-scrollbar {
    display: none;
}


/* PRODUCT CARD */

.glp-price-card {
    flex: 0 0 calc(33.333% - 10px);
    min-width: 300px;
    background: #f9faf7;
    border-radius: 22px;
    overflow: hidden;
   
    border: 1px solid rgba(23, 23, 23, .04);
    transition: .3s ease;
}

.glp-price-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, .08);
}


/* IMAGE AREA */

.glp-product-image {
    height: 340px;
    background: #eef2e8;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
}

.glp-product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    
}


/* CARD CONTENT */

.glp-card-content {
    text-align: center;
    padding: 30px 25px 35px;
}

.glp-price {
    color: #199b76;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.glp-price strong {
    font-weight: 800;
}

.glp-card-content h3 {
    font-size: 1.45rem;
    margin-bottom: 8px;
    color: var(--ink);
}

.glp-card-content p {
    color: #6f746e;
    font-size: .95rem;
    margin-bottom: 25px;
}


/* BUTTON */

.glp-card-btn {
    display: block;
    width: 100%;
    padding: 14px 20px;
    border-radius: 50px;
    background: #252422;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .5px;
    transition: .3s ease;
}

.glp-card-btn:hover {
    background: var(--lime);
    color: var(--ink);
}


/* RESPONSIVE */

@media (max-width: 991px) {

    .glp-price-card {
        flex: 0 0 46%;
    }

}

@media (max-width: 575px) {

    .glp-pricing-section {
        padding: 75px 0;
    }

    .glp-price-card {
        flex: 0 0 88%;
    }

   

}


/* =========================
           FOOTER
        ========================= */

footer {
    background: #101010;
    color: var(--white);
    padding: 80px 0 30px;
}

footer h3 {
    font-size: 1.8rem;
}

footer h4 {
    font-size: 1rem;
    margin-bottom: 22px;
}

footer p,
footer li {
    color: rgba(255, 255, 255, .6);
    font-size: .9rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: rgba(255, 255, 255, .65);
    text-decoration: none;
}

.footer-links a:hover {
    color: var(--lime);
}

.legal-section {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 35px;
    margin-top: 45px;
}

.legal-section h4 {
    color: var(--lime);
    margin-bottom: 15px;
}



.copyright {
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 25px;
    margin-top: 35px;
    color: rgba(255, 255, 255, .45);
    font-size: .8rem;
}

/* =========================
           RESPONSIVE
        ========================= */

@media (max-width: 991px) {

    .navbar-collapse {
        background: var(--cream);
        padding: 20px;
        border-radius: 0 0 16px 16px;
    }

    .nav-cta {
        display: inline-block;
        margin-top: 10px;
    }

    .hero {
        padding-top: 65px;
        padding-bottom: 65px;
    }

    .hero-visual {
        min-height: 470px;
        margin-top: 30px;
    }

    .hero-shape {
        right: 10%;
    }

    .hero-photo {
        right: 18%;
    }

}

@media (max-width: 575px) {

    .section-space {
        padding: 75px 0;
    }


    .hero-visual {
        min-height: 390px;
    }

    .hero-shape {
        width: 290px;
        height: 290px;
        right: 5%;
        top: 30px;
    }

    .hero-photo {
        width: 245px;
        height: 335px;
        right: 14%;
    }

    .floating-label {
        bottom: 10px;
        left: 0;
    }

    .definition-card {
        padding: 28px;
    }

    .process-line::before {
        left: 25px;
    }

    .step-number {
        flex-basis: 50px;
        height: 50px;
    }

    .process-step {
        gap: 18px;
    }

    .benefit-visual {
        min-height: 400px;
    }

}