/* RESET & BASE */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body.StilwayWellnessFormulaFieldBody {
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    background-color: #020617;
    color: #e2e8f0;
    line-height: 1.6;
    overflow-x: hidden;
}

/* COLORS & VARIABLES (IMPLICIT) */
/* Palette: #020617, #22c55e, #38bdf8, #e2e8f0 */

/* HEADER STYLES */
.QwErTyUiOpAs {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: rgba(2, 6, 23, 0.95);
    border-bottom: 1px solid rgba(34, 197, 94, 0.3);
}

.AsDfGhJkLlMn {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ZxCvBnMkLpOi {
    font-size: 28px;
    font-weight: 800;
    color: #22c55e;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-shadow: 0 0 10px rgba(34, 197, 94, 0.5);
}

.VbNmKjHgFdSa {
    height: 4px;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
    opacity: 0.7;
}

.MnBvCxZasDfg ul {
    display: flex;
    list-style: none;
    gap: 25px;
}

.TfRdEsWaQzXv {
    text-decoration: none;
    color: #e2e8f0;
    font-weight: 500;
    font-size: 14px;
    transition: color 0.3s ease;
    text-transform: uppercase;
}

.TfRdEsWaQzXv:hover {
    color: #38bdf8;
}

/* BURGER MENU */
.PoIuYtReWqAz {
    display: none;
}

.LkJhGfDsAzXv {
    display: none;
    cursor: pointer;
    flex-direction: column;
    gap: 5px;
}

.LkJhGfDsAzXv span {
    width: 25px;
    height: 3px;
    background: #22c55e;
    border-radius: 2px;
}

/* HERO SECTION */
.ZaQsWdEfRgTh {
    padding: 150px 20px 80px;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.StilwayWellnessFormulaFieldHeroContainer {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 50px;
}

.GhTjYkUlMiOn {
    flex: 1;
}

.PlMnKoJibHuv {
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1.1;
    margin-bottom: 25px;
    color: #ffffff;
    text-shadow: 2px 2px 0px #22c55e;
}

.WaSzDxFcGvHb {
    font-size: 18px;
    margin-bottom: 20px;
    color: #cbd5e1;
}

.RfTgYhUjIkOl {
    margin-top: 40px;
}

.YhUjIkOlPzMx {
    display: inline-block;
    padding: 16px 40px;
    background-color: #22c55e;
    color: #020617;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    box-shadow: 0 0 20px rgba(34, 197, 94, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.YhUjIkOlPzMx:hover {
    transform: translateY(-3px);
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.6);
}

.EdRfTgYhUjIk {
    flex: 1;
    position: relative;
}

.OlIkUjYhTgRf {
    width: 100%;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(56, 189, 248, 0.2);
    position: relative;
    z-index: 2;
}

.GeometricDecoOne {
    position: absolute;
    width: 200px;
    height: 200px;
    border: 2px solid #38bdf8;
    top: -30px;
    right: -30px;
    z-index: 1;
    opacity: 0.3;
}

.GeometricDecoTwo {
    position: absolute;
    width: 150px;
    height: 150px;
    background: #22c55e;
    bottom: -20px;
    left: -20px;
    z-index: 1;
    opacity: 0.1;
    border-radius: 50%;
}

/* SECTION HEADERS */
.StilwayWellnessFormulaFieldContentWrap {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
}

.IkOlPzMxNcBv {
    font-size: clamp(28px, 4vw, 42px);
    text-align: center;
    margin-bottom: 20px;
    color: #38bdf8;
}

.VbNmKjHgFdSaSub {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 20px;
    color: #94a3b8;
}

/* TIMELINE STYLES */
.TimelineContainer {
    position: relative;
    padding-left: 30px;
}

.TimelineContainer::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, #22c55e, #38bdf8);
}

.TimelineItem {
    position: relative;
    margin-bottom: 40px;
}

.TimelineMarker {
    position: absolute;
    left: -26px;
    top: 5px;
    width: 15px;
    height: 15px;
    background: #020617;
    border: 3px solid #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 10px #22c55e;
}

.TimelineContent h3 {
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}

/* BENEFITS GRID */
.FlexReverse {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 60px;
}

.BenefitsGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px;
}

.BenefitIconBox {
    background: rgba(255, 255, 255, 0.03);
    padding: 20px;
    border-left: 3px solid #38bdf8;
    transition: background 0.3s ease;
}

.BenefitIconBox:hover {
    background: rgba(56, 189, 248, 0.05);
}

.BenefitIcon {
    margin-bottom: 15px;
}

/* PRICING */
.PricingGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.PriceCard {
    background: #0f172a;
    padding: 40px;
    border-radius: 15px;
    text-align: center;
    border: 1px solid rgba(226, 232, 240, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.PriceCard:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 20px rgba(34, 197, 94, 0.1);
}

.FeaturedCard {
    border: 2px solid #22c55e;
    position: relative;
    transform: scale(1.05);
}

.FeaturedCard:hover {
    transform: scale(1.05) translateY(-10px);
}

.PriceValue {
    font-size: 36px;
    font-weight: 800;
    margin: 20px 0;
    color: #38bdf8;
}

.PriceFeatures {
    list-style: none;
    margin-bottom: 30px;
}

.PriceFeatures li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(226, 232, 240, 0.05);
}

.PriceBtn {
    display: block;
    padding: 12px;
    background: transparent;
    border: 2px solid #22c55e;
    color: #22c55e;
    text-decoration: none;
    font-weight: 700;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.PriceBtn:hover {
    background: #22c55e;
    color: #020617;
}

/* EXPERT SECTION */
.ExpertFlex {
    display: flex;
    align-items: center;
    gap: 40px;
}

.ExpertImg {
    border-radius: 50%;
    border: 5px solid #22c55e;
    box-shadow: 0 0 30px rgba(34, 197, 94, 0.3);
}

.ExpertQuote {
    font-size: 24px;
    font-style: italic;
    color: #f8fafc;
}

.ExpertQuote cite {
    display: block;
    margin-top: 15px;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: #22c55e;
}

/* TEXT SECTIONS */
.TextSectionOne, .TextSectionTwo, .TextSectionThree {
    background: #020617;
}

.TextSectionOne h2, .TextSectionTwo h2, .TextSectionThree h2 {
    color: #22c55e;
    margin-bottom: 25px;
}

.TextSectionTwo {
    background: #0a0f1e;
}

.TextSectionTwo h3 {
    color: #38bdf8;
    margin: 25px 0 10px;
}

/* FAQ */
.FaqIntro {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}

.FaqItem {
    background: #0f172a;
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid rgba(56, 189, 248, 0.1);
}

.FaqItem summary {
    padding: 20px;
    cursor: pointer;
    font-weight: 700;
    color: #38bdf8;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.FaqItem summary::after {
    content: '+';
    font-size: 20px;
}

.FaqItem[open] summary::after {
    content: '-';
}

.FaqItem p {
    padding: 0 20px 20px;
    color: #cbd5e1;
}

/* FORM */
.ContactForm {
    max-width: 600px;
    margin: 40px auto 0;
    background: #0f172a;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}

.InputGroup {
    margin-bottom: 20px;
}

.InputGroup label {
    display: block;
    margin-bottom: 8px;
    color: #38bdf8;
}

.InputGroup input, .InputGroup textarea {
    width: 100%;
    padding: 12px;
    background: #020617;
    border: 1px solid #334155;
    color: #ffffff;
    border-radius: 5px;
}

.InputGroup input:focus, .InputGroup textarea:focus {
    outline: none;
    border-color: #22c55e;
}

.CheckboxGroup {
    margin-bottom: 30px;
    font-size: 14px;
}

.CheckboxGroup a {
    color: #22c55e;
}

.SubmitBtn {
    width: 100%;
    padding: 15px;
    background: #22c55e;
    border: none;
    color: #020617;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 5px;
    transition: background 0.3s ease;
}

.SubmitBtn:hover {
    background: #38bdf8;
}

/* FOOTER */
.LkJhGfDsAzXvFooter {
    padding: 60px 0 30px;
    background: #01040a;
    border-top: 1px solid rgba(34, 197, 94, 0.2);
}

.FooterGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.FooterCopy {
    text-align: center;
    margin-bottom: 20px;
    font-size: 14px;
    color: #64748b;
}

.FooterCopy span {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.FooterLinks {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.FooterLinks a {
    color: #94a3b8;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.3s ease;
}

.FooterLinks a:hover {
    color: #38bdf8;
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .StilwayWellnessFormulaFieldHeroContainer, .FlexReverse {
        flex-direction: column;
        text-align: center;
    }

    .BenefitsGrid {
        grid-template-columns: 1fr;
    }

    .ExpertFlex {
        flex-direction: column;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .LkJhGfDsAzXv {
        display: flex;
    }

    .MnBvCxZasDfg {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #020617;
        height: 0;
        overflow: hidden;
        transition: height 0.3s ease;
    }

    .MnBvCxZasDfg ul {
        flex-direction: column;
        padding: 40px;
        align-items: center;
    }

    .PoIuYtReWqAz:checked ~ .MnBvCxZasDfg {
        height: 100vh;
    }

    .FooterGrid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}