/* =========================================================
   Vegas Theme — Dark Vegas (black + gold)
   ========================================================= */

/* --- Buttons --- */
.main-slider-two__btn-box,
.main-slider-two__btn {
    opacity: 1 !important;
}

.main-slider-two__btn-box {
    text-align: center;
    padding: 24px 0 0 0;
}

.main-slider-two__btn {
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%) !important;
    color: #0a0a0a !important;
    border: 2px solid #FFD700 !important;
    font-weight: 700;
    box-shadow: 0 2px 16px #FFD70044;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
    padding: 16px 40px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
}

.main-slider-two__btn:hover {
    background: linear-gradient(90deg, #B8860B 0%, #FFD700 100%) !important;
    color: #fffbe6 !important;
}

.thm-btn,
.main-menu__btn,
.main-menu__btn-box .thm-btn,
a.thm-btn {
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%) !important;
    color: #0a0a0a !important;
    border: none !important;
    font-weight: 700;
    box-shadow: 0 2px 16px #FFD70044;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
}

.thm-btn:hover,
.main-menu__btn:hover,
.main-menu__btn-box .thm-btn:hover,
a.thm-btn:hover {
    background: linear-gradient(90deg, #B8860B 0%, #FFD700 100%) !important;
    color: #fffbe6 !important;
}

/* --- Gold borders for cards --- */
.step-card,
.model-column.new,
.model-column.old {
    border: 2px solid #FFD700 !important;
}

/* --- Hero --- */
.vegas-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #222222 100%);
    padding: 100px 0 180px 0;
    position: relative;
    overflow: hidden;
}

.vegas-hero__content {
    position: relative;
    z-index: 2;
    color: #FFD700;
    text-align: center;
}

.vegas-hero__title {
    font-size: 62px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #FFD700;
    line-height: 1.2;
    text-shadow: 0 2px 24px #000, 0 0px 2px #FFD70099;
}

.vegas-hero__subtitle {
    font-size: 28px;
    margin-bottom: 30px;
    color: #fffbe6;
    font-weight: 500;
    text-shadow: 0 2px 12px #000, 0 0px 2px #FFD70066;
}

.vegas-hero__description {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 40px;
    color: #e0e0e0;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Stage scene --- */
.vegas-stage-scene {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.vegas-spotlight {
    position: absolute;
    top: 0;
    width: 220px;
    height: 100%;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    opacity: 0.055;
    background: linear-gradient(180deg, #FFD700 0%, transparent 85%);
}

.vegas-spotlight--left {
    left: 12%;
    transform: rotate(-18deg);
    transform-origin: top center;
}

.vegas-spotlight--center {
    left: 50%;
    transform: translateX(-50%);
    width: 180px;
    opacity: 0.04;
}

.vegas-spotlight--right {
    right: 12%;
    transform: rotate(18deg);
    transform-origin: top center;
}

.vegas-artist-wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vegas-artist-svg {
    width: 70px;
    height: auto;
    filter: drop-shadow(0 0 14px #FFD700aa) drop-shadow(0 0 4px #FFD700);
    opacity: 0.85;
}

.vegas-stage-floor {
    width: 340px;
    height: 3px;
    background: linear-gradient(90deg, transparent 0%, #FFD700 30%, #FFD700 70%, transparent 100%);
    box-shadow: 0 0 18px #FFD70055, 0 0 6px #FFD70088;
}

.vegas-audience-glow {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 160px;
    background: radial-gradient(ellipse at 50% 100%, #FFD70018 0%, #FFD7000a 40%, transparent 70%);
}

/* --- How It Works --- */
.how-works {
    padding: 80px 0;
    background: linear-gradient(135deg, #18181c 0%, #222222 100%);
}

.how-works-header {
    text-align: center;
    margin-bottom: 60px;
}

/* Two-column layout: steps | images */
.how-works-layout {
    display: flex;
    gap: 56px;
    align-items: flex-start;
}

.how-works-steps {
    flex: 0 0 50%;
    max-width: 50%;
}

/* Individual step row */
.how-works-step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
    position: relative;
    padding-bottom: 28px;
}

/* Vertical connector line between steps */
.how-works-step:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 29px;
    top: 60px;
    width: 2px;
    bottom: 0;
    background: linear-gradient(180deg, #FFD700 0%, #B8860B33 100%);
}

.how-works-step__content {
    flex: 1;
    text-align: left;
    padding: 24px 28px;
}

.step-card {
    background: #18181c;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.step-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px #FFD70033;
}

.step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #0a0a0a;
    border-radius: 50%;
    font-size: 24px;
    font-weight: 700;
}

.step-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #FFD700;
}

.step-text {
    font-size: 14px;
    color: #b0b0c0;
    line-height: 1.8;
    margin: 0;
}

/* Right-side image column */
.how-works-images {
    flex: 0 0 calc(50% - 56px);
    max-width: calc(50% - 56px);
    position: sticky;
    top: 40px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.how-works-img-main {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid #FFD70055;
    box-shadow: 0 6px 28px #00000066;
    display: block;
}

.how-works-img-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

/* 3-equal-column row */
.how-works-img-row--3 {
    grid-template-columns: 1fr 1fr 1fr;
}

/* Asymmetric row: wide left (2fr) + narrow right (1fr) */
.how-works-img-row--asym {
    grid-template-columns: 2fr 1fr;
}

.how-works-img-row img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 10px;
    border: 2px solid #FFD70033;
    box-shadow: 0 4px 18px #00000055;
    display: block;
}

.how-works-img-row--asym img {
    height: 130px;
}

/* Gold badge overlay */
.how-works-img-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(90deg, #FFD700, #B8860B);
    color: #0a0a0a;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 18px;
    border-radius: 50px;
    width: fit-content;
    letter-spacing: 0.5px;
}

/* --- Benefits grid --- */
.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 40px;
}

.benefit-item {
    background: #141414;
    border: 1px solid #1e1e1e;
    border-top: 3px solid #FFD700;
    border-radius: 12px;
    padding: 36px 32px;
    transition: transform 0.25s, box-shadow 0.25s;
    text-align: left;
}

.benefit-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px #FFD70018;
}

.benefit-icon {
    font-size: 36px;
    margin-bottom: 18px;
    display: block;
    line-height: 1;
}

.benefit-title {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: 0.2px;
}

.benefit-description {
    font-size: 14px;
    color: #888;
    line-height: 1.75;
    margin: 0;
}

/* --- Model comparison --- */
.model-comparison {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    margin-top: 40px;
    position: relative;
}

.model-column {
    flex: 1 1 320px;
    padding: 40px 30px;
    border-radius: 12px;
    background: #141414;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.35);
    position: relative;
}

.model-column.old {
    border: 2px solid #cc444444 !important;
}

.model-column.new {
    border: 2px solid #FFD700 !important;
}

.model-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #ffffff;
    text-align: center;
}

.model-list {
    list-style: none;
    padding: 0;
}

.model-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid #2a2a2a;
    font-size: 15px;
    line-height: 1.6;
    color: #b0b0c0;
}

.model-list li:last-child {
    border-bottom: none;
}

.model-list .icon {
    font-size: 20px;
    flex-shrink: 0;
    margin-top: 2px;
}

.model-list .icon.negative {
    color: #cc4444;
}

.model-list .icon.positive {
    color: #FFD700;
}

.vs-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: linear-gradient(135deg, #FFD700, #B8860B);
    color: #0a0a0a;
    font-size: 32px;
    font-weight: 800;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 20px #FFD70066;
    z-index: 2;
    border: 4px solid #0a0a0a;
}

/* --- Requirements --- */
.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    max-width: 600px;
    position: relative;
}

.requirements-list li {
    display: flex;
    align-items: flex-start;
    position: relative;
    margin-bottom: 40px;
    min-height: 60px;
}

.requirements-list li:last-child {
    margin-bottom: 0;
}

.requirement-icon {
    font-size: 36px;
    margin-right: 24px;
    color: #FFD700;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.requirements-list li:not(:last-child)::after {
    content: '';
    position: absolute;
    left: 18px;
    top: 44px;
    width: 4px;
    height: calc(100% - 44px);
    background: linear-gradient(180deg, #FFD700 0%, #B8860B 100%);
    border-radius: 2px;
    z-index: 1;
}

.requirement-content {
    flex: 1;
}

.requirement-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 6px;
}

.requirement-description {
    font-size: 14px;
    color: #b0b0c0;
    line-height: 1.6;
}

/* --- Philosophy section --- */
.philosophy-section {
    background: #0c0c0c;
    padding: 110px 0 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle dot-grid background */
.philosophy-section__bg-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #FFD70014 1px, transparent 1px);
    background-size: 32px 32px;
    pointer-events: none;
}

/* Faint gold glow, top-center */
.philosophy-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
    height: 300px;
    background: radial-gradient(ellipse at center, #FFD70018 0%, transparent 70%);
    pointer-events: none;
}

/* Section tag */
.philosophy-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFD700;
    background: rgba(255, 215, 0, 0.1);
    border: 1px solid #FFD70044;
    padding: 6px 18px;
    border-radius: 50px;
    margin-bottom: 28px;
}

/* Main headline */
.philosophy-headline {
    font-size: 50px;
    font-weight: 800;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.philosophy-headline span {
    color: #FFD700;
}

/* Intro text */
.philosophy-intro {
    font-size: 17px;
    color: #9a9a9a;
    max-width: 720px;
    margin: 0 auto 52px;
    line-height: 1.85;
}

/* Gold ornamental divider */
.philosophy-divider {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 480px;
    margin: 0 auto 52px;
}

.philosophy-divider span:first-child,
.philosophy-divider span:last-child {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg, transparent, #FFD70055, transparent);
}

.philosophy-divider__dot {
    color: #FFD700;
    font-size: 12px;
    flex-shrink: 0;
}

/* Closing quote */
.philosophy-quote {
    font-size: 19px;
    font-style: italic;
    color: #c8c8c8;
    max-width: 820px;
    margin: 0 auto;
    line-height: 1.9;
    border: none;
    padding: 0;
    position: relative;
}

.philosophy-quote::before {
    content: '\201C';
    font-size: 80px;
    color: #FFD70033;
    font-style: normal;
    font-weight: 900;
    line-height: 0;
    vertical-align: -0.45em;
    margin-right: 6px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Header / Nav --- */
.main-header {
    background: #080808;
    border-bottom: 1px solid #FFD70033;
}

.stricky-header {
    background-color: #080808 !important;
    border-bottom: 1px solid #FFD70033;
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.8) !important;
}

.main-menu__list>li>a {
    color: #c8c8c8 !important;
    font-weight: 500;
    transition: color 0.2s;
}

.main-menu__list>li>a:hover {
    color: #FFD700 !important;
}

/* --- Common section classes --- */
.section-dark {
    padding: 90px 0;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1a1a 100%);
}

.section-darker {
    padding: 90px 0;
    background: linear-gradient(135deg, #111111 0%, #0d0d0d 100%);
}

.section-header {
    text-align: center;
    margin-bottom: 60px;
}

.section-header .philosophy-divider {
    margin-bottom: 0;
    margin-top: 24px;
}

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFD700;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid #FFD70033;
    padding: 5px 18px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.section-title {
    font-size: 44px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 16px;
    letter-spacing: -0.3px;
    line-height: 1.2;
}

.section-title span {
    color: #FFD700;
}

.section-subtitle {
    font-size: 16px;
    color: #888;
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.8;
}

/* --- Requirement cards --- */
.requirements-cards-row {
    display: flex;
    flex-wrap: wrap;
    gap: 28px;
    justify-content: center;
    align-items: stretch;
}

.requirement-card {
    flex: 1 1 220px;
    max-width: 280px;
    min-width: 200px;
    background: #141414;
    border: 1px solid #1e1e1e;
    border-top: 3px solid #FFD700;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    padding: 36px 24px 30px;
    text-align: center;
    transition: transform 0.2s, box-shadow 0.2s;
}

.requirement-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px #FFD70022;
}

.requirement-card__icon {
    font-size: 40px;
    margin-bottom: 16px;
    display: block;
    line-height: 1;
}

.requirement-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #FFD700;
    margin-bottom: 10px;
    letter-spacing: 0.3px;
}

.requirement-card__text {
    font-size: 14px;
    color: #b0b0c0;
    line-height: 1.7;
    margin: 0;
}

/* --- CTA Section --- */
.cta-section {
    padding: 110px 0;
    background: linear-gradient(135deg, #0a0a0a 0%, #150f00 50%, #0a0a0a 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 800px;
    height: 360px;
    background: radial-gradient(ellipse at center, #FFD70014 0%, transparent 70%);
    pointer-events: none;
}

.cta-section__title {
    font-size: 54px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.15;
    position: relative;
}

.cta-section__text {
    font-size: 17px;
    color: #888;
    margin-bottom: 44px;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
    position: relative;
}

.cta-section .thm-btn {
    padding: 18px 52px !important;
    font-size: 17px !important;
    text-decoration: none;
    display: inline-block;
    position: relative;
}

/* --- Responsive --- */
@media (max-width: 991px) {
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .how-works-layout {
        flex-direction: column;
    }

    .how-works-steps,
    .how-works-images {
        flex: 1;
        max-width: 100%;
        position: static;
    }

    .how-works-images {
        order: 1;
    }

    .philosophy-headline {
        font-size: 38px;
    }
}

@media (max-width: 768px) {
    .vegas-hero__title {
        font-size: 42px;
    }

    .vegas-hero__subtitle {
        font-size: 22px;
    }

    .vegas-hero {
        padding-bottom: 140px;
    }

    .vegas-artist-svg {
        width: 48px;
    }

    .vegas-stage-floor {
        width: 220px;
    }

    .model-comparison {
        flex-direction: column;
        align-items: center;
    }

    .model-column {
        width: 100%;
        max-width: 480px;
    }

    .vs-badge {
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        width: 56px;
        height: 56px;
        font-size: 22px;
    }

    .how-works-img-main {
        height: 200px;
    }

    .how-works-img-row img {
        height: 100px;
    }

    .how-works-img-row--3 {
        grid-template-columns: 1fr 1fr;
    }

    .how-works-img-row--asym {
        grid-template-columns: 1fr 1fr;
    }

    .philosophy-headline {
        font-size: 30px;
    }

    .philosophy-quote {
        font-size: 16px;
    }

    .section-title {
        font-size: 30px;
    }

    .cta-section__title {
        font-size: 34px;
    }

    .requirement-card {
        max-width: 100%;
    }
}

/* Mobile Phones (Extra Small Screens) */
@media (max-width: 480px) {
    .vegas-hero__title {
        font-size: 28px;
    }

    .vegas-hero__subtitle {
        font-size: 18px;
    }

    .vegas-hero {
        padding: 60px 0 100px 0;
    }

    .section-title {
        font-size: 24px;
    }

    .philosophy-headline {
        font-size: 22px;
    }

    .cta-section__title {
        font-size: 26px;
    }
}

/* =============================================
   APPLY PAGE
   ============================================= */

/* --- Apply Page --- */
.apply-hero {
    background: linear-gradient(135deg, #0a0a0a 0%, #150f00 60%, #0a0a0a 100%);
    padding: 80px 0 90px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.apply-hero__intro {
    max-width: 680px;
    margin: 0 auto;
}

.apply-hero::before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 700px;
    height: 400px;
    background: radial-gradient(ellipse at center, #FFD70016 0%, transparent 70%);
    pointer-events: none;
}

.apply-hero__tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #FFD700;
    background: rgba(255, 215, 0, 0.08);
    border: 1px solid #FFD70033;
    padding: 5px 18px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.apply-hero h1 {
    font-size: 52px;
    font-weight: 800;
    color: #ffffff;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
    line-height: 1.15;
    position: relative;
}

.apply-hero h1 span {
    color: #FFD700;
}

.apply-hero p {
    font-size: 17px;
    color: #888;
    max-width: 620px;
    margin: 0 auto 0;
    line-height: 1.8;
    position: relative;
}

.apply-hero__divider {
    margin-top: 28px;
}

.form-container {
    max-width: 980px;
    margin: 40px auto 0;
    text-align: left;
    background: #141414;
    padding: 56px 52px;
    border-radius: 16px;
    border: 1px solid #1e1e1e;
    border-top: 3px solid #FFD700;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.5), 0 0 60px rgba(255, 215, 0, 0.03);
}

.form-container .section-header {
    margin-bottom: 32px;
    padding-bottom: 28px;
    border-bottom: 1px solid #1e1e1e;
}

.form-group-custom {
    margin-bottom: 24px;
}

.form-group-custom label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 8px;
    color: #ccc;
}

.form-group-custom input,
.form-group-custom select,
.form-group-custom textarea {
    width: 100%;
    padding: 13px 16px;
    border: 1px solid #2a2a2a;
    border-radius: 8px;
    font-size: 15px;
    font-family: inherit;
    background: #0d0d0d;
    color: #ffffff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.form-group-custom input::placeholder,
.form-group-custom textarea::placeholder {
    color: #888;
}

.form-group-custom select option {
    background: #141414;
    color: #ffffff;
}

.form-group-custom input:focus,
.form-group-custom select:focus,
.form-group-custom textarea:focus {
    outline: none;
    border-color: #FFD700;
    box-shadow: 0 0 0 3px rgba(255, 215, 0, 0.08);
}

.form-group-custom textarea {
    resize: vertical;
    min-height: 130px;
}

.required-text {
    color: #FFD700;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: linear-gradient(90deg, #FFD700 0%, #B8860B 100%);
    color: #0a0a0a;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    letter-spacing: 0.5px;
    margin-top: 8px;
}

.submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 215, 0, 0.3);
}

.form-note {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
    color: #555;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .apply-hero {
        padding: 60px 0 70px;
    }

    .apply-hero h1 {
        font-size: 34px;
    }

    .apply-hero__intro {
        max-width: 100%;
    }

    .form-container {
        padding: 36px 24px;
        margin-top: 28px;
    }

    .form-row {
        grid-template-columns: 1fr;
    }
}