/* ============================================================
   GET STARTED PAGE
   Scoped to .gs- prefix
   ============================================================ */

/* ── Hero ── */

#post-826 > div > div > div.kb-row-layout-wrap.kb-row-layout-id826_e6b33e-d7.alignnone.wp-block-kadence-rowlayout > div {
    max-width: 1200px;
    margin: 0 auto;
}

.gs-hero {
    background: #0D0D0D;
    padding: 72px 40px 48px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.gs-hero__eyebrow {
    display: inline-block;
    color: #1E90FF;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 16px;
    padding: 0 0 0 0;
}

.gs-hero__headline {
    font-size: clamp(28px, 4vw, 48px);
    font-weight: 800;
    color: #ffffff;
    margin: 0 0 16px 0;
    line-height: 1.15;
    font-family: 'Montserrat', sans-serif;
    margin-top: 0px !important;
}

.gs-hero__subtext {
    font-size: 20px;
    color: #888888;
    max-width: 560px;
    margin: 0 auto;
    line-height: 1.7;
    margin: 0 0 12px 0 !important;
}



.gs-avatar__img {
    width: auto;
    height: 500px;
    object-fit: contain;
    display: block;
    position: relative;
    z-index: 2;
}

/* ── Avatar Glow ── */
#gs-avatar-package,
#gs-avatar-consultation {
    position: relative;
    overflow: visible;
}

#gs-avatar-package::before,
#gs-avatar-consultation::before {
    content: '';
    position: absolute;
    top: -25%;
    left: 55%;
    transform: translateX(-50%);
    width: 750px;
    height: 850px;
    background:
        radial-gradient(
            ellipse 40% 35% at 50% 45%,
            rgba(150, 210, 255, 1) 0%,
            rgba(80, 170, 255, 0.9) 15%,
            rgba(30, 144, 255, 0.6) 35%,
            rgba(20, 80, 200, 0.25) 60%,
            rgba(10, 40, 160, 0) 80%
        ),
        radial-gradient(
            ellipse 60% 55% at 48% 48%,
            rgba(30, 100, 255, 0.2) 0%,
            rgba(10, 50, 200, 0.1) 50%,
            transparent 75%
        ),
        radial-gradient(circle at 35% 40%, rgba(100, 180, 255, 0.15) 0%, transparent 40%),
        radial-gradient(circle at 65% 55%, rgba(50, 130, 255, 0.12) 0%, transparent 35%),
        radial-gradient(circle at 45% 65%, rgba(80, 160, 255, 0.1) 0%, transparent 30%),
        radial-gradient(circle at 60% 35%, rgba(120, 190, 255, 0.1) 0%, transparent 25%);
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
    filter: blur(8px);
}

#gs-avatar-package::after,
#gs-avatar-consultation::after {
    content: '';
    position: absolute;
    top: -5%;
    left: 60%;
    transform: translateX(-50%);
    width: 750px;
    height: 750px;
    background-image: radial-gradient(
        circle,
        rgba(255, 255, 255, 0.15) 1px,
        transparent 2px
    );
    background-size: 20px 20px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 1;
    mask-image: radial-gradient(
        ellipse at center,
        black 0%,
        black 10%,
        transparent 60%
    );
    -webkit-mask-image: radial-gradient(
        ellipse at center,
        black 0%,
        black 10%,
        transparent 60%
    );
}

.gs-avatar__img {
    position: relative;
    z-index: 2;
    width: auto !important;
    height: 500px !important;
    max-width: none !important;
    object-fit: contain !important;
    object-position: center bottom !important;
    display: block !important;
    margin: 0 auto !important;
}



/* ── Forms wrapper ── */
.gs-form-visible #gform_wrapper_3,
.gs-form-visible #gform_wrapper_5 {
    display: block !important;
}

.gform_title {
    display: none;
}

#gs-form-package,
#gs-form-consultation {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px 80px;
    font-family: 'Montserrat', sans-serif;
    background: #111111;
    border: 1px solid #2A2A2A;
    border-radius: 16px;
    padding: 2.5rem;
}

.gf_progressbar_title {
    color: #fff  !important;
    font-size: 18px !important;
}

.gfield_required {
    color: #1E90FF !important;
}


#gs-form-consultation input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
#gs-form-package input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
#gs-form-consultation select,
#gs-form-package select,
#gs-form-consultation textarea,
#gs-form-package textarea {
    background: #1A1A1A !important;
    border: 1px solid #2A2A2A !important;
    border-radius: 8px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    min-height: 50px !important;
    padding: 14px 16px !important;
}

#gs-form-consultation select option,
#gs-form-package select option {
    color: #ffffff !important;
    background: #1A1A1A !important;
}

#gs-form-consultation select,
#gs-form-package select {
    line-height: 1.2 !important;
}

#gs-form-consultation label,
#gs-form-package label,
#gs-form-consultation .gfield_label,
#gs-form-package .gfield_label,
#gs-form-consultation .gsection_title,
#gs-form-package .gsection_title {
    color: #ffffff !important;
}

#gs-form-consultation .gfield_description,
#gs-form-package .gfield_description,
#gs-form-consultation .gsection_description,
#gs-form-package .gsection_description {
    color: #888888 !important;
}

#gfield_description_3_69 {
    color: #888888  !important;
    font-size: 16px !important;
}

.percentbar_blue {
    background-color: #1E90FF !important;
}

#field_3_69 > legend {
    color: #fff  !important;
    font-size: 18px !important;
}

.gform-field-label {
    color: #fff !important;
    font-size: 16px !important;
}

.gform-field-label--type-sub,
.gfield_description {
    color: #888888 !important;
    font-size: 14px !important;
}

#gs-form-package .gfield-choice-input,
#gs-form-consultation .gfield-choice-input {
    accent-color: #1E90FF !important;
}

#gs-form-consultation input[type="radio"],
#gs-form-package input[type="radio"] {
    background-color: #1A1A1A !important;
    --gf-color-primary: #1E90FF !important;
    --gf-color-in-ctrl-primary: #1E90FF !important;
    accent-color: #1E90FF !important;
}

#gs-form-package .gfield-choice-input::before,
#gs-form-consultation .gfield-choice-input::before {
    background-color: #1E90FF !important;
}

.gsection_description {
    color: #888888 !important;
    font-size: 16px !important;
}

#input_3_11,
#input_3_5,
#input_3_12,
#input_3_16,
#input_3_18 {
    min-width: 100% !important;
}



/* ── Summary Block ── */
.gs-summary {
    background: linear-gradient(135deg, #111111 0%, #0D1A2A 100%);
    border: 1px solid rgba(30, 144, 255, 0.4);
    border-radius: 16px;
    padding: 24px;
    margin-bottom: 8px;
    box-shadow: 0 8px 40px rgba(30, 144, 255, 0.12);
    font-family: 'Montserrat', sans-serif;
}

.gs-summary__header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.gs-summary__star {
    color: #1E90FF;
    font-size: 20px;
}

.gs-summary__title {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.gs-summary__plan-name {
    color: #1E90FF;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px;
    line-height: 1.4;
}

/* ── Line Items ── */
.gs-summary__lines {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-bottom: 16px;
}

.gs-summary__line-label,
.gs-summary__line-value {
    font-size: 16px !important;
}

#field_5_13 > div > div.gs-summary__lines > div:nth-child(4) > span.gs-summary__line-label,
#field_5_13 > div > div.gs-summary__lines > div:nth-child(4) > span.gs-summary__line-value,
#field_5_13 > div > div.gs-summary__lines > div:nth-child(5) > span.gs-summary__line-label,
#field_5_13 > div > div.gs-summary__lines > div:nth-child(5) > span.gs-summary__line-value,
#field_5_13 > div > div.gs-summary__lines > div:nth-child(6) > span.gs-summary__line-label,
#field_5_13 > div > div.gs-summary__lines > div:nth-child(6) > span.gs-summary__line-value {
    color: #888888 !important;
}

.gs-summary__line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    border-bottom: 1px solid #1a2a40;
    font-size: 16px;
}

.gs-summary__line:last-child {
    border-bottom: none;
}

.gs-summary__line-label { color: #888888; }
.gs-summary__line-value { font-weight: 600; color: #ffffff; }

.gs-summary__line--bold .gs-summary__line-label,
.gs-summary__line--bold .gs-summary__line-value  { color: #ffffff; font-weight: 700; }

.gs-summary__line--blue .gs-summary__line-label,
.gs-summary__line--blue .gs-summary__line-value  { color: #1E90FF; }

.gs-summary__line--grey .gs-summary__line-label,
.gs-summary__line--grey .gs-summary__line-value  { color: #555555; }

/* ── Section labels + divider ── */
.gs-summary__divider {
    height: 1px;
    background: #1a2a40;
    margin: 8px 0 4px;
}

.gs-summary__section-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #334155;
    margin-bottom: 4px;
}

/* ── Bundle banner ── */
.gs-summary__bundle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #0a1f0f;
    border: 1px solid rgba(34, 197, 94, 0.3);
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #22c55e;
    margin-bottom: 16px;
}

/* ── Totals ── */
.gs-summary__totals {
    border-top: 1px solid #1a2a40;
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.gs-summary__total-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #888888;
}

.gs-summary__total-row--big {
    font-size: 18px;
    font-weight: 800;
    color: #ffffff;
}

.gs-summary__total-row--big span:last-child {
    color: #1E90FF;
    font-size: 24px;
}

.gs-summary__total-row--monthly {
    font-size: 18px;
    color: #888888;
    font-weight: 600;
}

/* ── Note ── */
.gs-summary__note {
    margin-top: 14px;
    font-size: 14px;
    color: #888888;
    line-height: 1.5;
}

/* ── Responsive ── */
@media (max-width: 767px) {
    .gs-hero {
        padding: 48px 20px 32px;
    }

    #gs-form-package,
    #gs-form-consultation {
        padding: 0 16px 60px;
    }

    .gs-summary {
        padding: 18px 16px;
    }

    .gs-summary__total-row--big span:last-child {
        font-size: 20px;
    }
}
