/* --- Dropdown visibility fix: force all parents to allow overflow --- */
.hero-get-started-wrapper,
.hero-get-started-block,
.hero-get-started-content,
.hero-get-started-form,
body,
#wrap_all,
.container,
.content,
.entry-content,
.main,
.site-content {
    overflow: visible !important;
}

/* Disable animation/transition effects for this block (user requested) */
.hero-get-started-block,
.hero-get-started-content,
.hero-get-started-form,
.hero-get-started-select,
.hgs-select,
.hgs-campus-menu,
.hgs-program-menu,
.hero-get-started-button,
.hgs-progress-bar>span {
    transition: none !important;
    animation: none !important;
}

.hero-get-started-button.active:hover {
    transform: none !important;
}

/**
 * Hero Get Started Block - Frontend Styles
 * Multi-step form with campus and program selection
 * 
 * @package UnitekCollege
 * @version 1.0.0
 */

/* ===================================
   0. WRAPPER STYLES (Background Color)
   =================================== */

/* Full-width wrapper for side background color */
.hero-get-started-wrapper {
    width: 100%;
    background-color: var(--side-bg-color, var(--color-white));
    /* Uses CSS variable with white fallback */
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

/* ===================================
   1. BASE BLOCK STYLES
   =================================== */

/* Overlapping card - maintains existing layout */
.hero-get-started-block {
    width: 60%;
    font-family: 'Outfit', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background-color: var(--background-color-get-started-block);
    /* Base UI-Four from Figma */
    border-radius: 0.5rem;
    /* 8px from Figma */
    padding: 1.25rem;
    margin: -3.4375rem auto 0 auto;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    box-shadow: 0 0.25rem 1.5rem 0 rgba(40, 50, 60, 0.24);
    /* Card DS 24 from Figma */
    /* Ensure dropdowns are not clipped by this card */
    overflow: visible !important;
}


@media (min-width: 1729px) {
    .hero-get-started-form {
        /* width: 50%; */
        max-width: 100% !important;
        /* padding: 20px 24px; */
    }
}

/* Extra Large Desktop (1401px and above) */
/* and (max-width: 1728px) */
@media (min-width: 1401px) {
    .hero-get-started-block {
        /* width: 60%; */
        width: 70%;
        max-width: 1200px;
        /* padding: 20px 24px; */
        /* padding: 2.5rem 1.5rem 1rem 1.5rem; */
        padding: 2.5rem 1.5rem 0.75rem 1.5rem;

    }

    .hero-get-started-content {
        /* gap: 18px; */
        gap: 3.62rem;
        max-width: 100%;
    }

    .hero-get-started-text {
        font-size: 32px;
        flex-shrink: 1;
        min-width: 0;
        max-width: 200px;
        font-style: normal;
    }

    .hero-get-started-form {
        flex: 1;
        min-width: 0;
    }

    .hgs-row,
    .hgs-step-row {
        gap: 16px;
        min-width: 0;
    }

    .hgs-actions .hero-get-started-button {
        min-width: 168px;
    }
}

.hero-get-started-block.alignwide {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.hero-get-started-block.alignfull {
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

/* ===================================
   2. CONTENT STRUCTURE
   =================================== */

.hero-get-started-content {
    display: flex;
    /* align-items: center; */
    align-items: self-start;
    justify-content: space-between;
    /* gap: 20px; */
    gap: 3.62rem;

    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    min-height: 56px;
    min-width: 0;
    box-sizing: border-box;
    /* allow children (dropdown menus) to overflow */
    overflow: visible !important;
}

.hero-get-started-text {
    flex-shrink: 1;
    font-family: 'Outfit', sans-serif;
    font-size: 2rem;
    /* Headline Regular 32 from Figma */
    font-weight: 400;
    /* Regular weight from Figma */
    font-style: normal;
    line-height: 1.25em;
    /* 1.25em from Figma */
    color: var(--color-get-started-text);
    /* Base UI-Light from Figma */
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    min-width: 0;
    max-width: 100%;
    height: auto;
    min-height: 3.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hero-get-started-form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 1;
    /* max-width: 700px; */
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}

/* ===================================
   3. FORM ELEMENTS
   =================================== */

/* Inputs and Selects - Base Styles */
.hero-get-started-select,
.hgs-input,
.hgs-select {
    flex: 1;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 1rem;
    /* 16px padding from Figma */
    border: 1px solid var(--color-gray-border);
    /* Medium Gray from Figma */
    border-radius: 0.5rem;
    /* 8px from Figma */
    background-color: var(--color-white);
    /* Base UI-Light - white background when unselected from Figma */
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    /* Body Light 18 / Body Medium 18 from Figma */
    font-weight: 300;
    /* Light weight for placeholder from Figma */
    line-height: 1.4444em;
    /* 1.4444em from Figma */
    color: var(--color-gray-700-ui);
    /* Base UI-Three for placeholder from Figma */
    height: auto;
    min-height: 3.5rem;
    box-sizing: border-box;
}

/* Populated Input States */
.hgs-input:not(:placeholder-shown):not([value=""]) {
    background-color: transparent;
    /* Transparent to show dark form background */
    color: var(--color-white) !important;
    /* Base UI-Light from Figma */
    font-weight: 500 !important;
    /* Body Medium 18 from Figma */
}

/* Fallback: if action buttons are enabled, force filled-state visuals
   on the currently active step input (covers autocomplete edge cases). */
.hero-get-started-form:has(#hgs-next.active) .hgs-step.active .hgs-input,
.hero-get-started-form:has(#hgs-next:not(:disabled)) .hgs-step.active .hgs-input,
.hero-get-started-form:has(#hgs-submit.active) .hgs-step.active .hgs-input,
.hero-get-started-form:has(#hgs-submit-mobile.active) .hgs-step.active .hgs-input {
    background-color: var(--background-color-get-started-block) !important;
    color: var(--color-get-started-text) !important;
    font-weight: 500 !important;
}

/* JS-driven fallback for browsers/state transitions where :has() is unreliable. */
.hero-get-started-form.hgs-next-enabled .hgs-step.active .hgs-input {
    background-color: var(--background-color-get-started-block) !important;
    color: var(--color-get-started-text) !important;
    font-weight: 500 !important;
}

/* Strong fallback: JS adds .hgs-filled whenever a field has a value,
   including browser-suggested/autofilled values. */
.hgs-input.hgs-filled {
    background-color: var(--background-color-get-started-block) !important;
    color: var(--color-get-started-text) !important;
    font-weight: 500 !important;
    -webkit-text-fill-color: var(--color-get-started-text) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Cross-browser autofill should match typed-state visual style */
@keyframes hgsAutofillDetect {
    from {
        opacity: 1;
    }

    to {
        opacity: 1;
    }
}

/* Keep autofill selectors split by engine. If an unsupported vendor pseudo
   is mixed into one comma-list, Chrome can ignore the entire rule. */
.hero-get-started-form .hgs-input:autofill,
.hero-get-started-form .hgs-input:autofill:hover,
.hero-get-started-form .hgs-input:autofill:focus,
.hero-get-started-form .hgs-input:autofill:active {
    background-color: var(--background-color-get-started-block) !important;
    color: var(--color-get-started-text) !important;
    caret-color: var(--color-get-started-text);
    font-weight: 500 !important;
    border-color: var(--color-get-started-btn-active);
    box-shadow: 0 0 0 1000px var(--background-color-get-started-block) inset !important;
    animation-name: hgsAutofillDetect !important;
    animation-duration: 0.01s !important;
}

.hero-get-started-form .hgs-input:-webkit-autofill,
.hero-get-started-form .hgs-input:-webkit-autofill:hover,
.hero-get-started-form .hgs-input:-webkit-autofill:focus,
.hero-get-started-form .hgs-input:-webkit-autofill:active {
    background-color: var(--background-color-get-started-block) !important;
    -webkit-text-fill-color: var(--color-get-started-text) !important;
    color: var(--color-get-started-text) !important;
    caret-color: var(--color-get-started-text);
    font-weight: 500 !important;
    border-color: var(--color-get-started-btn-active);
    -webkit-box-shadow: 0 0 0 1000px var(--background-color-get-started-block) inset !important;
    box-shadow: 0 0 0 1000px var(--background-color-get-started-block) inset !important;
    transition: background-color 9999s ease-out, color 9999s ease-out;
    animation-name: hgsAutofillDetect !important;
    animation-duration: 0.01s !important;
}

.hero-get-started-form .hgs-input:-moz-autofill,
.hero-get-started-form .hgs-input:-moz-autofill:hover,
.hero-get-started-form .hgs-input:-moz-autofill:focus,
.hero-get-started-form .hgs-input:-moz-autofill:active {
    background-color: var(--background-color-get-started-block) !important;
    color: var(--color-get-started-text) !important;
    caret-color: var(--color-get-started-text);
    font-weight: 500 !important;
    border-color: var(--color-get-started-btn-active);
    box-shadow: 0 0 0 1000px var(--background-color-get-started-block) inset !important;
    animation-name: hgsAutofillDetect !important;
    animation-duration: 0.01s !important;
}

/* Select States */
.hgs-select:has(option:checked:not([disabled]):not([value=""])) {
    background-color: transparent;
    /* Transparent to show dark form background */
    color: var(--color-white);
    /* White text when value selected */
    font-weight: 500;
    /* Body Medium 18 from Figma */

}

.hgs-select:has(option:checked:not([disabled])) {
    color: var(--color-white);
    font-weight: 500;
}

.hgs-select:focus,
.hgs-select:active {
    color: var(--color-white);
    /* White when focused/active */
    font-weight: 500;
}

/* Select Dropdown Arrow */
.hero-get-started-select,
.hgs-select {
    cursor: pointer;
    transition: all 0.2s ease;
    appearance: none;
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M7 8.75L1.5 3.25C1.14 2.89 1.39 2.25 1.9 2.25H12.1C12.61 2.25 12.86 2.89 12.5 3.25L7 8.75Z' fill='%2328323C'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) center;
    background-repeat: no-repeat;
    background-size: 0.875rem 0.625rem; */
    /* padding-right: 3rem; */
}

/* Change text color to white when select has a value */
.hgs-select:has(option:checked:not([disabled]):not([value=""])) {
    /* background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 10'%3E%3Cpath d='M7 8.75L1.5 3.25C1.14 2.89 1.39 2.25 1.9 2.25H12.1C12.61 2.25 12.86 2.89 12.5 3.25L7 8.75Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-position: calc(100% - 1rem) center;
    background-repeat: no-repeat;
    background-size: 0.875rem 0.625rem; */
    /* padding-right: 3rem; */
}

/* Program select (step 2): force typed-style appearance to match design */
.hgs-select#hgs-program {
    background-image: none !important;
    padding-right: 1rem !important;
    background-color: transparent !important;
    color: var(--color-white) !important;
    font-weight: 500 !important;
}

/* Keep icon hidden and spacing consistent for placeholder/value states */
.hgs-select#hgs-program:has(option:checked[disabled]),
.hgs-select#hgs-program:has(option:checked[value=""]) {
    background-image: none !important;
    padding-right: 1rem !important;
}

/* Selected state stays identical to text-input active state */
.hgs-select#hgs-program:has(option:checked:not([disabled]):not([value=""])) {
    background-color: transparent !important;
    color: var(--color-white) !important;
    font-weight: 500 !important;
}

/* Placeholders */
.hero-get-started-select::placeholder,
.hgs-select::placeholder,
.hgs-input::placeholder {
    color: var(--color-gray-700-ui);
    /* Base UI-Three from Figma */
    opacity: 1;
}

/* Select Options */
.hero-get-started-select option,
.hgs-select option {
    padding: 0.75rem;
    color: var(--color-white);
    /* White text for options in dark form */
    background-color: var(--color-primary-dark);
    /* Dark background for dropdown */
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    /* Medium weight when selected */
    white-space: normal;
}

#hgs-campus,
#hgs-campus option {
    max-width: 100%;
}

.hgs-campus-select,
.hgs-program-select {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    z-index: 60;
}

.hgs-campus-native,
.hgs-program-native {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
    /* Combobox trigger is the real control; keep native <select> out of hit-testing */
    pointer-events: none;
}

.hgs-campus-trigger,
.hgs-program-trigger {
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    min-height: 3.5rem;
    height: auto;
    max-height: none !important;
    padding: 0.5rem 3.5rem 0.5rem 1rem;
    border: 1px solid var(--color-gray-border);
    border-radius: 0.5rem;
    background-color: var(--color-white);
    background-image: none;
    color: var(--color-gray-700-ui);
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 300;
    font-style: normal;
    line-height: 1.4444em;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
    position: relative;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.hgs-trigger-label {
    display: block;
    padding-right: 0.5rem;
}

.hgs-trigger-icon {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    height: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    color: var(--color-black-soft);
    pointer-events: none;
}

/* Material Symbol ligature only on pseudo-element — no glyph text in DOM for AT */
.hgs-trigger-icon::before {
    content: 'arrow_drop_down';
    display: block;
    font-family: 'Material Symbols Rounded', sans-serif;
    font-size: 2.5rem;
    line-height: 1;
    font-style: normal;
    font-weight: normal;
    font-variation-settings: 'FILL' 1, 'wght' 500, 'GRAD' 0, 'opsz' 40;
    -webkit-font-smoothing: antialiased;
}

.hgs-campus-trigger.has-value,
.hgs-program-trigger.has-value {
    background-color: transparent;
    background-image: none;
    color: var(--color-get-started-text);
    font-weight: 500;
}

.hgs-campus-trigger.has-value .hgs-trigger-icon,
.hgs-program-trigger.has-value .hgs-trigger-icon {
    color: var(--color-get-started-text);
}

.hgs-campus-trigger:focus,
.hgs-program-trigger:focus {
    outline: none;
    /* border-color: var(--color-chakra-blue); */
    /* box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1); */
}

.hgs-campus-menu,
.hgs-program-menu {
    position: absolute;
    top: calc(100% + 0.5rem);
    left: 0;
    width: 100%;
    max-width: 100%;
    max-height: 18rem;
    padding: 0.5rem 0;
    border: 1px solid var(--color-gray-border);
    border-radius: 0.5rem;
    background-color: var(--color-bg-get-started-options);
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 99999;
    display: none;
}

.hgs-campus-select.is-open .hgs-campus-menu,
.hgs-program-select.is-open .hgs-program-menu {
    display: block;
}

.hgs-campus-select.is-open,
.hgs-program-select.is-open {
    z-index: 100000;
}

.hgs-campus-menu.open-upward {
    top: auto;
    bottom: calc(100% + 0.5rem);
}

/* Campus menu uses detached fixed positioning from JS to avoid clipping when opening upward. */
.hgs-campus-menu,
.hgs-program-menu {
    position: fixed;
    top: -9999px;
    left: 0;
    display: none;
    z-index: 2147483000;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

.hgs-campus-menu.open-upward {
    bottom: auto;
}

.hgs-campus-option {
    display: block;
    width: 100%;
    padding: 0.75rem 1rem;
    border: 0;
    background: var(--color-bg-get-started-options);
    color: var(--color-get-started-text);
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4444em;
    text-align: left;
    cursor: pointer;
    box-sizing: border-box;
}

.hgs-campus-option:hover,
.hgs-campus-option:focus,
.hgs-campus-option.is-selected {
    background-color: var(--color-hover-options-get-started);
    outline: none;
}

.hero-get-started-select option:disabled,
.hgs-select option:disabled {
    color: var(--color-gray-700-ui);
    /* Base UI-Three from Figma */
}

/* Focus States */
.hero-get-started-select:focus,
.hgs-select:focus,
.hgs-input:focus {
    outline: none;
    /* border-color: var(--color-chakra-blue);
    box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1); */
}

.hero-get-started-select:focus,
.hero-get-started-select:focus-visible,
.hgs-select:focus,
.hgs-select:focus-visible,
.hgs-input:focus,
.hgs-input:focus-visible,
.hgs-campus-trigger:focus,
.hgs-campus-trigger:focus-visible,
.hgs-program-trigger:focus,
.hgs-program-trigger:focus-visible {
    border: 2px solid var(--color-get-started-btn-active);
    outline: none;
    box-shadow: none;
}

.hgs-campus-select:focus-within .hgs-campus-trigger,
.hgs-program-select:focus-within .hgs-program-trigger,
.hgs-campus-select.is-open .hgs-campus-trigger,
.hgs-program-select.is-open .hgs-program-trigger {
    border: 0.125rem solid var(--color-get-started-btn-active);
    outline: none;
    box-shadow: none;
}

.hgs-campus-trigger.has-value,
.hgs-program-trigger.has-value {
    border: 0.125rem solid var(--color-get-started-btn-active);
}

/* ===================================
   4. BUTTONS
   =================================== */

.hero-get-started-button {
    padding: 0.875rem 1.5rem;
    /* Padding from Figma */
    border: none;
    border-radius: 100px;
    /* 100px from Figma */
    background-color: var(--color-gray-700-ui);
    /* Base UI-Three (disabled state) from Figma */
    color: var(--color-get-started-btn-disabled);
    /* Base UI-Four from Figma */
    font-family: 'Outfit', sans-serif;
    font-size: 1.125rem;
    /* Action 18 from Figma */
    font-weight: 500;
    /* Medium weight from Figma */
    line-height: 1.333em;
    /* 1.333em from Figma */
    cursor: not-allowed;
    transition: all 0.2s ease;
    white-space: nowrap;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.5rem;
    min-height: 3.5rem;
    min-width: 10.5rem;
    /* Button width from Figma */
    max-width: 100%;
    box-sizing: border-box;
    overflow: visible;
}

.hero-get-started-button.active {
    background-color: var(--color-get-started-btn-active);
    /* Secondary Three from Figma */
    color: var(--color-get-started-btn-disabled);
    /* Base UI-Four from Figma */
    cursor: pointer;
}

.hero-get-started-button.active:hover {
    /* background-color: var(--color-lime-chartreuse); */
    /* Slightly lighter green on hover */
    transform: translateY(-0.0625rem);
}

/* ===================================
   5. MULTI-STEP FORM COMPONENTS
   =================================== */

/* Steps Container */
.hgs-steps {
    display: grid;
    grid-template-columns: 1fr auto;
    /* grid-template-rows: auto auto auto; */
    gap: 1rem;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}

.hgs-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible !important;
}

.hgs-step-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible !important;
}

.hgs-step-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%;
}

/* Actions */
.hgs-actions {
    display: flex;
    gap: 0.75rem;
    flex-shrink: 0;
    grid-column: 2;
    grid-row: 1;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
}

/* Progress Bar */
.hgs-progress {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* width: 79%; 
    grid-column: 1 / -1;
    grid-row: 2; */
    margin-top: 0px;
}

.hgs-progress-bar {
    background: var(--color-gray-border);
    /* Medium Gray from Figma */
    height: 0.5rem;
    /* 8px from Figma */
    width: 100%;
    border-radius: 999px;
    overflow: hidden;
    box-shadow: inset 0 0.25rem 0.25rem 0 rgba(140, 148, 154, 0.08);
    /* Shadow from Figma */
}

.hgs-progress-bar>span {
    display: block;
    height: 100%;
    width: 0%;
    background: var(--color-get-started-btn-active);
    /* Progress fill color from Figma */
    border-radius: 999px;
    transition: width 200ms ease;
}

.hgs-progress-text {
    color: var(--color-back-get-started-btn);
    /* Base UI-Light from Figma */
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    /* Body Light 12 from Figma */
    font-weight: 300;
    /* Light weight from Figma */
    line-height: 1.333em;
    /* 1.333em from Figma */
    text-align: left;
    /* Text align left from Figma (Multi-Step Form Dark Submit) */
    white-space: nowrap;
    flex-shrink: 0;
    margin-left: 0.75rem;
}

/* Step States */
.hgs-step {
    display: none !important;
    gap: 1rem;
    align-items: center;
    flex: 1;
    width: 100%;
    min-height: 3.5rem;
    height: auto;
    grid-column: 1;
    grid-row: 1;
    position: relative;
    overflow: visible;
}

.hgs-step.active {
    display: flex !important;
    align-items: center;
    height: 3.75rem;
    z-index: 80;
}

/* Allow select-trigger steps to grow when text wraps to a second line. */
.hgs-step[data-step="1"].active,
.hgs-step[data-step="2"].active {
    height: auto;
    min-height: 3.5rem;
    align-items: stretch;
}

/* Final step layout (email + consent + submit)
   Step 6 for campus flow, Step 5 for no-campus flow */
.hgs-step[data-step="6"],
.hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    min-height: auto;
    gap: 1rem;
}

.hgs-step[data-step="6"].active,
.hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active {
    height: auto;
}

.hgs-step[data-step="6"] .hgs-input,
.hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] .hgs-input {
    flex: 1;
}

.hgs-step[data-step="6"] .hgs-consent,
.hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] .hgs-consent {
    width: 100%;
}

.hgs-step[data-step="6"] .hero-get-started-button,
.hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] .hero-get-started-button {
    flex-shrink: 0;
}

/* Consent Checkbox */
.hgs-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    /* Gap from Figma */
    color: var(--color-gray-ui);
    /* Base UI-Two from Figma */
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    /* Body Light 12 from Figma */
    font-weight: 300;
    /* Light weight from Figma */
    line-height: 1.333em;
    /* 1.333em from Figma */
    width: 100%;
}

.hgs-consent span {
    color: var(--color-back-get-started-btn);
    /* Base UI-Two from Figma */
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    font-weight: 300;
    line-height: 1.333em;
}

.hgs-consent input[type="checkbox"] {
    width: 1.5rem;
    /* Checkbox size from Figma */
    height: 1.5rem;
    min-width: 1.5rem;
    flex-shrink: 0;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: none;
    background-color: transparent;
    border: 0.0625rem solid var(--color-checkbox);
    border-radius: 0.125rem;
    transition: background-image 0.2s ease, border-color 0.2s ease;
}

.hgs-consent input[type="checkbox"]:checked {
    background-color: var(--color-checkbox);
    -webkit-mask-image: url('../../../images/hero_get_started_select_check_box.svg');
    mask-image: url('../../../images/hero_get_started_select_check_box.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    border: none;
    width: 1.5rem;
    color: var(--color-checkbox);
    /* Checkbox size from Figma */
    height: 1.5rem;
    min-width: 1.5rem;
}

/* Back Button */
.hgs-back {
    background: transparent;
    color: var(--color-back-get-started-btn);
    /* Base UI-Two from Figma */
    border: none;
    padding: 0;
    cursor: pointer;
    font-family: 'Outfit', sans-serif;
    font-size: 0.75rem;
    /* Body Light 12 from Figma */
    font-weight: 300;
    /* Light weight from Figma */
    display: flex;
    align-items: center;
    gap: 0.25rem;
    text-decoration: none;
    transition: color 0.2s ease;
    flex-shrink: 0;
    margin-right: 0.75rem;
}

.hgs-back:hover {
    color: var(--color-hover);
    /* Lighten on hover */
}

/* ===================================
   6. CONFIRMATION MESSAGE
   =================================== */

.confirmation-message {
    background-color: var(--background-color-get-started-block);
    /* Base UI-Four from Figma */
    border-radius: 0.5rem;
    /* 8px from Figma */
    /* margin-top: 20px; */
    text-align: left;
    width: 100%;
    /* max-width: 1000px; Width from Figma */
    box-sizing: border-box;
    /* margin-left: auto;
    margin-right: auto; */
}

.confirmation-message h2 {
    color: var(--color-get-started-text);
    /* Base UI-Light from Figma */
    font-family: 'Outfit', sans-serif;
    font-size: 2.5rem;
    /* Headline Regular 40 from Figma */
    font-weight: 400;
    /* Regular weight from Figma */
    line-height: 1.2em;
    /* 1.2em from Figma */
    margin: 0 0 2rem 0;
    /* Spacing based on Figma layout */
    text-align: left;
}

.confirmation-content {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    /* Spacing between message and link */
}

.confirmation-msg {
    margin: 0;
    flex: 1;
}

.confirmation-message p {
    color: var(--color-get-started-text);
    /* Base UI-Light */
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    /* Body Light 16 from Figma */
    font-weight: 300;
    /* Light weight from Figma */
    line-height: 1.5em;
    /* 1.5em from Figma */
    margin: 0;
    text-align: left;
    width: 34.8125rem;
}

/* Tablet and Mobile: p tag 100% width */
@media (max-width: 1024px) {
    .confirmation-message p {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .confirmation-message p {
        width: 100%;
    }
}

.phone-number {
    color: var(--color-get-started-btn-active);
    font-weight: 300;
    text-decoration: none;
}

.contact-details {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    /* Gap between text and arrow from Figma */
    padding: 0.875rem 0;
    /* Padding from Figma */
    flex-shrink: 0;
}

.contact-link {
    color: var(--color-get-started-btn-active);
    /* Secondary Three from Figma */
    text-decoration: none;
    font-family: 'Outfit', sans-serif;
    font-size: 1rem;
    /* Action 16 from Figma */
    font-weight: 500;
    /* Medium weight from Figma */
    line-height: 1.25em;
    /* 1.25em from Figma */
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    /* Gap for arrow icon */
    transition: color 0.2s ease;
}

.contact-link:hover {
    /* color: var(--color-lime-chartreuse); */
    /* Slightly lighter green on hover */
    text-decoration: none;
}

.contact-link::after {
    content: '';
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    /* Color arrow using the get-started active token */
    background-color: var(--color-get-started-btn-active);
    -webkit-mask-image: url('../../../images/arrow_forward_mask.svg');
    mask-image: url('../../../images/arrow_forward_mask.svg');
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 0.25rem;
}

/* ===================================
   7. UTILITY CLASSES
   =================================== */

.hgs-controls,
.hgs-hidden {
    display: none !important;
}

#hgs-submit-mobile {
    display: none !important;
}

/* ===================================
   8. RESPONSIVE DESIGN
   =================================== */




/* Desktop (1025px - 1280px) */
@media (min-width: 1025px) and (max-width: 1280px) {
    .hero-get-started-block {
        width: 70%;
        /* padding: 20px 40px; */
        padding: 2.5rem 1.5rem 1rem 1.5rem;

    }
}

/* Desktop (1281px - 1400px) */
@media (min-width: 1281px) and (max-width: 1400px) {
    .hero-get-started-block {
        width: 75%;
        max-width: 1300px;
        /* padding: 20px 32px; */
        padding: 2.5rem 1.5rem 1rem 1.5rem;

        overflow-x: hidden;
    }

    .hero-get-started-content {
        /* gap: 20px; */
        gap: 1.93rem;

        overflow-x: hidden;
        max-width: 100%;
    }

    .hero-get-started-text {
        font-size: 32px;
        flex-shrink: 0;
        min-width: fit-content;
        max-width: none;
        white-space: nowrap;
        font-style: normal;
    }

    .hero-get-started-form {
        flex: 1;
        min-width: 0;
        max-width: none;
    }

    .hgs-steps {
        min-width: 0;
        overflow-x: hidden;
    }

    .hgs-row,
    .hgs-step-row {
        gap: 1rem;
        min-width: 0;
    }

    .hgs-actions {
        flex-shrink: 0;
        min-width: 0;
    }

    .hgs-actions .hero-get-started-button {
        min-width: 10.5rem;
        padding: 0.875rem 1.5rem;
    }

    .hero-get-started-select,
    .hgs-select,
    .hgs-input {
        min-width: 0;
        flex: 1;
    }
}

/* Desktop (1200px and below) */
@media (max-width: 1200px) {
    /* Additional desktop adjustments */
}

/* Large Desktop (1199px - 1350px) */
@media (min-width: 1199px) and (max-width: 1350px) {
    .hero-get-started-block {
        /* width: 85%; */
        width: 75%;
        max-width: 1100px;
        margin: -55px auto 0 auto;
        /* padding: 20px; */
        padding: 2.5rem 1.5rem 1rem 1.5rem;

    }

    .hero-get-started-content {
        /* gap: 18px; */
        gap: 1.93rem;
        max-width: 1100px;
    }

    .hero-get-started-text {
        font-size: 1.875rem;
        min-width: fit-content;
        font-style: normal;
    }

    .hero-get-started-form {
        max-width: 42.5rem;
        gap: 1rem;
    }

    .hgs-steps {
        gap: 1rem;
    }

    .hero-get-started-select,
    .hgs-select,
    .hgs-input {
        padding: 0.9375rem;
        font-size: 1.125rem;
        min-height: 3.5rem;
    }

    .hero-get-started-button {
        padding: 0.875rem 1.5rem;
        font-size: 1.125rem;
        min-width: 10.3125rem;
        height: 3.5rem;
        min-height: 3.5rem;
    }

    .hgs-progress {
        /* width: 78%; */
        gap: 0.5rem;
    }

    .hgs-progress-bar {
        height: 0.5rem;
    }

    .hgs-progress-text {
        font-size: 0.75rem;
        margin-left: 0.75rem;
    }

    .hgs-back {
        font-size: 0.75rem;
        margin-right: 0.75rem;
    }

    .hgs-row {
        gap: 1rem;
    }

    .hgs-step-row {
        gap: 1rem;
    }

    .hgs-consent {
        font-size: 0.75rem;
        gap: 0.5rem;
    }

    .hgs-consent span {
        font-size: 0.75rem;
    }

    .hgs-consent input[type="checkbox"] {
        width: 1.5rem;
        height: 1.5rem;
        min-width: 1.5rem;
    }

    .confirmation-message h2 {
        font-size: 2.375rem;
        margin-bottom: 1.875rem;
    }

    .confirmation-message p {
        font-size: 1rem;
    }

    .confirmation-content {
        gap: 1.375rem;
    }

    .contact-link {
        font-size: 1rem;
    }
}

/* Desktop (1025px - 1198px) */
@media (min-width: 1025px) and (max-width: 1198px) {
    .hero-get-started-block {
        width: 90%;
        max-width: 980px;
        margin: -60px auto 0 auto;
        /* padding: 20px; */
        padding: 2.5rem 1.5rem 1rem 1.5rem;

        overflow-x: hidden;
    }

    .hero-get-started-content {
        /* gap: 16px; */
        gap: 1.93rem;
        overflow-x: hidden;
    }

    .hero-get-started-text {
        font-size: 28px;
        white-space: nowrap;
        flex-shrink: 1;
        min-width: 0;
        font-style: normal;
    }

    .hero-get-started-form {
        min-width: 0;
        flex-shrink: 1;
    }
}

/* Tablet (1024px and below) */
@media (max-width: 1024px) {
    /* Tablet-specific overrides */
}

/* Desktop (1025px and above) */
@media (min-width: 1025px) {
    .hgs-steps {
        row-gap: 0.75rem;
    }
}

/* Tablet (768px - 1024px) */
@media (min-width: 768px) and (max-width: 1024px) {
    .hero-get-started-block {
        width: calc(100% - 4rem);
        max-width: 48.125rem;
        margin: -60px auto 0 auto;
        /* padding: 20px 12px; */
        /* padding: 1.5rem 2rem 1rem 2rem; */
        padding: 1.5rem 2rem 0.75rem 2rem;
        overflow-x: hidden;
    }

    .hero-get-started-content {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
        overflow-x: hidden;
    }

    .hero-get-started-text {
        font-family: Outfit;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        /* 125% */
        height: auto;
        min-width: 100%;
        max-width: none;
        white-space: normal;
        overflow: visible;
        text-overflow: unset;
    }

    .hero-get-started-form {
        width: 100%;
        max-width: none;
        min-width: 0;
    }

    .hgs-steps {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto auto;
        /* row-gap: 1rem; */
        row-gap: 0.75rem;
        column-gap: 2rem;
        min-width: 0;
    }

    .hgs-step {
        grid-column: 1;
        grid-row: 1;
    }

    .hgs-progress {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        margin-top: 0;
    }

    .hgs-actions {
        grid-column: 2;
        grid-row: 1;
        align-self: stretch;
        flex-shrink: 0;
        min-width: 0;
    }

    .hgs-actions .hero-get-started-button {
        min-width: 10.5rem;
        padding: 0.875rem 1.5rem;
        font-size: 1.125rem;
    }

    .hgs-row {
        gap: 0.75rem;
        min-width: 0;
    }

    /* Ensure all selects have the same width to prevent cutoff */
    .hero-get-started-select,
    .hgs-select,
    .hgs-input {
        min-width: 0;
        flex: 1 1 0;
        height: auto;
        min-height: 3.5rem;
        /* Equal flex properties for consistent sizing */
        max-width: none;
        /* Remove max-width restriction to prevent text cutoff */
        box-sizing: border-box;
    }

    .hgs-campus-trigger,
    .hgs-program-trigger {
        height: auto;
        min-height: 3.5rem;
    }

    /* Make campus and program selects the same size - ensure equal width */
    #hgs-campus,
    #hgs-program,
    .hgs-select#hgs-program,
    select#hgs-program,
    select.hgs-select#hgs-program {
        flex: 1 1 0 !important;
        /* Force equal flex properties */
        flex-basis: 0 !important;
        min-width: 0 !important;
        max-width: none !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-right: 3.4375rem !important;
        /* Consistent padding for dropdown arrow */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    /* Ensure both selects are equal width when in the same row */
    .hgs-row #hgs-campus,
    .hgs-row #hgs-program,
    .hgs-row .hgs-select#hgs-program,
    .hgs-row select#hgs-program {
        flex: 1 1 0 !important;
        flex-basis: 0 !important;
        flex-grow: 1 !important;
        flex-shrink: 1 !important;
        min-width: 0 !important;
        max-width: none !important;
        width: 100% !important;
        box-sizing: border-box !important;
        padding-right: 3.4375rem !important;
    }

    /* Ensure all hgs-select elements have consistent styling */
    .hgs-select {
        padding-right: 3.4375rem !important;
        /* More space for dropdown arrow to prevent text cutoff */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        box-sizing: border-box;
    }
}

/* Tablet and Desktop: Show desktop submit button */
@media (min-width: 768px) {

    .hgs-step[data-step="6"] .hgs-step-row .hero-get-started-button,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] .hgs-step-row .hero-get-started-button {
        display: none !important;
    }

    /* Final step desktop layout: place consent text below progress bar */
    .hgs-step[data-step="6"].active,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active {
        display: contents !important;
    }

    .hgs-step[data-step="6"].active .hgs-step-row,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active .hgs-step-row {
        grid-column: 1;
        grid-row: 1;
    }

    .hgs-step[data-step="6"].active~.hgs-actions,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-actions {
        grid-column: 2;
        grid-row: 1;
    }

    .hgs-step[data-step="6"].active~.hgs-progress,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-progress {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
    }

    /* Desktop final step: use actions column for submit button so progress width matches input column */
    .hgs-step[data-step="6"].active~.hgs-actions #hgs-next,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-actions #hgs-next {
        display: none !important;
    }

    .hgs-step[data-step="6"].active~.hgs-actions #hgs-submit-mobile,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-actions #hgs-submit-mobile {
        display: flex !important;
        min-width: 10.5rem;
    }

    .hgs-step[data-step="6"].active .hgs-consent,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active .hgs-consent {
        grid-column: 1 / -1;
        grid-row: 3;
    }

    #hgs-submit-mobile {
        display: none !important;
    }
}


/* Mobile (767px and below) */
@media (max-width: 767.98px) {
    .hero-get-started-block {
        width: 100%;
        /* padding: 20px 16px; */
        padding: 1.25rem 1rem 2rem 1rem;

        margin: -3.75rem 1.25rem 0 1.25rem;
        max-width: calc(100% - 2.5rem);
    }

    .hero-get-started-content {
        flex-direction: column;
        align-items: stretch;
        /* gap: 24px; */
        gap: 0.875rem;
        text-align: left;
    }

    .hero-get-started-text {
        font-size: 2rem;
        text-align: center;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-style: normal;
    }

    .hero-get-started-form {
        flex-direction: column;
        align-items: stretch;
        gap: 1rem;
        max-width: none;
        margin-left: 0;
    }

    .hero-get-started-select,
    .hgs-select {
        background-position: right 0.9875rem center;
    }

    .hgs-campus-trigger,
    .hgs-program-trigger {
        padding: 1rem 3.25rem 1rem 1rem;
        font-style: normal;
        font-weight: 300;
    }

    .hgs-trigger-icon {
        right: 1rem;
    }

    .hgs-select:has(option:checked:not([disabled]):not([value=""])) {
        /* background-position: right 0px center; */
        background-position: right 1.8rem center;
    }

    /* Mobile: Restructure grid layout - Next button below progress bar */
    .hgs-steps {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        gap: 0;
    }

    .hgs-step {
        grid-column: 1;
        grid-row: 1;
        width: 100%;
        height: auto;
        min-height: 3.5rem;
        align-items: stretch;
    }

    .hgs-step.active {
        height: auto;
        min-height: 3.5rem;
        align-items: stretch;
    }

    .hgs-step-row,
    .hgs-row {
        align-items: stretch;
    }

    .hgs-progress {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        margin-top: 1rem;
        margin-bottom: 1.09375rem;
        order: 2;
    }

    .hgs-progress-text {
        margin-left: 0;
    }

    .hgs-actions {
        grid-column: 1;
        grid-row: 3;
        width: 100%;
        justify-content: stretch;
        order: 3;
    }

    .hgs-actions .hero-get-started-button {
        width: 100%;
        min-width: 100%;
    }

    /* Final step mobile ordering: input -> progress -> consent -> action button */
    .hgs-step[data-step="6"].active,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active {
        display: contents !important;
    }

    .hgs-step[data-step="6"].active .hgs-step-row,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active .hgs-step-row {
        grid-column: 1;
        grid-row: 1;
    }

    .hgs-step[data-step="6"].active~.hgs-progress,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-progress {
        grid-column: 1;
        grid-row: 2;
    }

    .hgs-step[data-step="6"].active .hgs-consent,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active .hgs-consent {
        grid-column: 1;
        grid-row: 3;
    }

    .hgs-consent span {
        margin-bottom: 1.5rem;
    }

    .hgs-step[data-step="6"].active~.hgs-actions,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-actions {
        grid-column: 1;
        grid-row: 4;
    }

    /* Final step mobile layout - Email input only, button moves below progress bar */
    .hgs-step[data-step="6"] .hgs-step-row,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] .hgs-step-row {
        display: block;
        width: 100%;
    }

    .hgs-step[data-step="6"] .hgs-step-row .hgs-input,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] .hgs-step-row .hgs-input {
        width: 100%;
        min-width: 100%;
    }

    .hero-get-started-select,
    .hgs-select,
    .hgs-input,
    .hgs-campus-trigger,
    .hgs-program-trigger {
        height: auto;
        min-height: 3.5rem;
    }

    .hgs-campus-trigger,
    .hgs-program-trigger,
    .hgs-trigger-label {
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    .hgs-step[data-step="6"] .hgs-step-row .hero-get-started-button,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] .hgs-step-row .hero-get-started-button {
        display: none !important;
        /* Hide submit button in step-row on mobile */
    }

    /* Hide Next button and show submit button in actions area on final step mobile */
    .hgs-step[data-step="6"].active~.hgs-actions #hgs-next,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-actions #hgs-next {
        display: none !important;
    }

    .hgs-step[data-step="6"].active~.hgs-actions #hgs-submit-mobile,
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"].active~.hgs-actions #hgs-submit-mobile {
        display: flex !important;
        width: 100%;
        min-width: 100%;
    }

    /* Confirmation message mobile layout */
    .confirmation-content {
        flex-direction: column;
        gap: 1rem;
    }

    .confirmation-msg {
        width: 100%;
    }

    .contact-details {
        width: 100%;
        padding: 0;
    }
}

/* Small Mobile (480px and below) */
@media (max-width: 480px) {
    .hero-get-started-block {
        /* padding: 20px 16px; */
        padding: 1.25rem 1rem 2rem 1rem;
        border-radius: 0.5rem;
        margin: -1.25rem 1rem 0 1rem;
        max-width: calc(100% - 2rem);
    }

    .hero-get-started-text {
        /* font-size: 28px; */
        font-size: 2rem;
        line-height: 1.25em;
        font-style: normal;
    }

    .hero-get-started-select,
    .hgs-select,
    .hgs-input {
        padding: 1rem;
        font-size: 1.125rem;
    }

    .hgs-consent span {
        margin-bottom: 1.5rem;
    }

    .hero-get-started-button {
        padding: 0.875rem 1.5rem;
        font-size: 1.125rem;
        width: 100%;
        height: 3.5rem;
        min-height: 3.5rem;
    }

    .hgs-progress {
        margin-top: 1rem;
        margin-bottom: 1.09375rem;
    }

    /* .hgs-select:has(option:checked:not([disabled]):not([value=""])) {
        background-image: url('../../../images/arrow_drop_down_white.png');
        background-position: right 1.5rem center;
        background-repeat: no-repeat;
        background-size: 1rem;
        padding-right: 0px !important;
    } */
}

/* Extra Small Mobile (max-width: 380px) */
@media (max-width: 380px) {
    .hero-get-started-block {
        /* padding: 16px 12px; */
        padding: 1.25rem 1rem 2rem 1rem;

        border-radius: 0.375rem;
        margin: -1.25rem 0.75rem 0 0.75rem;
        max-width: calc(100% - 1.5rem);
    }

    .hero-get-started-content {
        /* gap: 16px; */
        gap: 0.875rem;

    }

    .hgs-consent span {
        margin-bottom: 1.5rem;
    }

    .hero-get-started-text {
        /* font-size: 22px; */
        font-size: 2rem;
        line-height: 1.3em;
        min-height: auto;
        height: auto;
        font-style: normal;
    }

    .hero-get-started-form {
        gap: 0.75rem;
    }

    .hgs-steps {
        gap: 0;
    }

    .hero-get-started-select,
    .hgs-select,
    .hgs-input {
        padding: 0.75rem;
        font-size: 1rem;
        height: 3.5rem;
        min-height: 3.5rem;
        width: 100%;
    }

    .hero-get-started-select,
    .hgs-select {
        background-position: right 0.75rem center;
        background-size: 1.125rem;
        padding-right: 2.25rem;
    }

    .hero-get-started-button {
        padding: 0.75rem 1.25rem;
        font-size: 1rem;
        min-height: 3rem;
        height: 3rem;
        min-width: 100%;
        width: 100%;
    }

    .hgs-progress {
        gap: 0.5rem;
        width: 100%;
    }

    .hgs-progress-bar {
        height: 0.375rem;
    }

    .hgs-progress-text {
        font-size: 0.6875rem;
        margin-left: 0;
    }

    .hgs-back {
        font-size: 0.6875rem;
        gap: 0.1875rem;
        margin-right: 0.5rem;
    }

    .hgs-step[data-step="6"],
    .hero-get-started-form[data-enable-campus="0"] .hgs-step[data-step="5"] {
        gap: 0.75rem;
    }

    .hgs-step-row {
        gap: 0.75rem;
    }

    .hgs-consent {
        gap: 0.375rem;
        font-size: 0.6875rem;
        line-height: 1.4em;
    }

    .hgs-consent span {
        font-size: 0.6875rem;
        line-height: 1.4em;
    }

    .hgs-consent input[type="checkbox"] {
        width: 1.25rem;
        height: 1.25rem;
        min-width: 1.25rem;
    }

    .hgs-actions {
        gap: 0.5rem;
    }

    .confirmation-message {
        margin-top: 1rem;
        padding: 0;
    }

    .confirmation-message h2 {
        font-size: 1.75rem;
        line-height: 1.25em;
        margin: 0 0 1.25rem 0;
    }

    .confirmation-message p {
        font-size: 0.875rem;
        line-height: 1.5em;
    }

    .confirmation-content {
        gap: 1rem;
    }

    .contact-link {
        font-size: 0.875rem;
        gap: 0.375rem;
    }

    .contact-link::after {
        width: 1.25rem;
        height: 1.25rem;
        background-size: contain;
    }

    .contact-details {
        padding: 0.75rem 0;
        gap: 0.375rem;
    }
}

/* @media (max-width: 365px) {
    .hgs-campus-trigger,
    .hgs-program-trigger { */
/* font-size: 1rem; */
/* font-weight: 300;
        font-style: normal;
        line-height: 1.625rem;
    }
} */

/* Desktop-only width cap requested for hero get started card */
@media (min-width: 1025px) {

    .hero-get-started-block,
    .hero-get-started-block.alignwide {
        max-width: 1000px !important;
    }
}

/* ===================================
   CONTACT FORM 7 HIDDEN FORM STYLES
   =================================== */

/* Hide CF7 form wrapper but keep it functional */
.cf7-hidden-wrapper {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

/* Hide all CF7 form field wrappers and visible elements */
.cf7-hidden-wrapper .wpcf7 form .wpcf7-form-control-wrap,
.cf7-hidden-wrapper .wpcf7-form-control-wrap {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Hide CF7 form labels, inputs, and other visible elements */
.cf7-hidden-wrapper .wpcf7 form label,
.cf7-hidden-wrapper .wpcf7 form input:not([type="hidden"]):not([id*="cf7-"]),
.cf7-hidden-wrapper .wpcf7 form textarea:not([name*="_wpcf7_ak_hp"]),
.cf7-hidden-wrapper .wpcf7 form select:not([id*="cf7-"]),
.cf7-hidden-wrapper .wpcf7 form button:not([type="submit"]),
.cf7-hidden-wrapper .wpcf7 form .wpcf7-submit {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

/* Keep hidden fields and specific CF7 fields functional */
.cf7-hidden-wrapper .wpcf7 form input[type="hidden"],
.cf7-hidden-wrapper .wpcf7 form input[id*="cf7-"],
.cf7-hidden-wrapper .wpcf7 form input[name*="_wpcf7"],
.cf7-hidden-wrapper .wpcf7 form select[id*="cf7-"],
.cf7-hidden-wrapper .wpcf7 form textarea[id*="cf7-"],
.cf7-hidden-wrapper .wpcf7 form .wpcf7-acceptance input[type="checkbox"][id*="cf7-"] {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    width: auto !important;
    height: auto !important;
}

/* Hide CF7 response output when not needed (will show on success/error) */
.cf7-hidden-wrapper .wpcf7-response-output {
    display: none !important;
}

/* Hide CF7 spinner and validation notices (will show on submission) */
.cf7-hidden-wrapper .wpcf7-spinner,
.cf7-hidden-wrapper .wpcf7-not-valid-tip {
    display: none !important;
}

/* ==========================================================
   ACCESSIBLE FOCUS STYLES FOR MULTI-STEP HGS FORM
   Fixes WCAG 2.4.7 – Focus Visible
   ========================================================== */


/* ACCESSIBLE INTERNAL FOCUS RING (FIXES CLIPPING ISSUE) */
.hgs-select:focus,
.hgs-input:focus,
.hero-get-started-button:focus,
#hgs-next:focus,
#hgs-submit:focus,
#hgs-submit-mobile:focus,
#hgs-back:focus {
    outline: none !important;
    /* border: 2px solid var(--color-green-lime) !important;
    box-shadow: 0 0 0 2px rgba(180, 232, 80, 0.45) inset !important; */
}

/* ============================================================
   ACCESSIBLE FOCUS FOR HGS BUTTONS (no clipping, high contrast)
   ============================================================ */

.hero-get-started-button:focus,
#hgs-next:focus,
#hgs-submit:focus,
#hgs-submit-mobile:focus,
#hgs-back:focus {
    outline: none !important;
    border: 2px solid var(--color-get-started-btn-disabled) !important;
    /* dark border for contrast */
    box-shadow:
        0 0 0 3px rgba(255, 255, 255, 0.4) inset,
        /* white soft glow for visibility */
        0 0 0 2px var(--color-primary-dark) inset !important;
    /* crisp dark inner ring */
}

.hgs-step:not(.active) {
    display: none;
}

.screen-reader-response ul,
.screen-reader-response li {
    display: none !important;
}

@media (max-width: 350px) {
    .hero-get-started-text {
        white-space: normal !important;
    }
}