/************************************************
 * HERO WRAPPER
 ************************************************/
.vt-domain-hero {

    display: grid;
    grid-template-columns: 1.10fr 320px;
    gap: 34px;
    align-items: stretch;
}

.vt-domain-form-grid {

    display: grid;

    grid-template-columns:
        1fr
        190px;

    gap: 18px;

    width: 100%;

    margin-bottom: 18px;
}

.vt-domain-field {

    width: 100%;
}

.vt-mode-icon {

    width: 58px;
    height: 58px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    border-radius: 16px;

    background:
        linear-gradient(
            180deg,
            #2563EB,
            #3DA3FF
        );

    color: #ffffff !important;

    font-size: 24px;

    box-shadow:
        0 12px 28px rgba(61,163,255,0.22);
}
.vt-mode-icon img {
    filter: none !important;
    opacity: 1 !important;
   color:
        rgba(255,255,255,0.82);    
}

.vt-mode-content {

    flex: 1;
}

.vt-mode-arrow {

    font-size: 42px;
    line-height: 1;
    color:
        rgba(255,255,255,0.82);
}


.vt-domain-hero {

    display: grid;

    grid-template-columns:
        1.9fr
        320px;

    gap: 20px;

    padding: 42px;

    border-radius: 34px;

    background:
        linear-gradient(
            180deg,
            rgba(8,20,48,0.96),
            rgba(4,12,32,0.98)
        );

    border: 1px solid rgba(70,130,255,0.16);

    box-shadow:
        0 20px 60px rgba(0,0,0,0.25);
}

.vt-hero-title {

    font-size: 48px;
    line-height: 0.9 !important;

    letter-spacing: -0.04em;
    font-weight: 500 !important;
    text-transform: normal !important;

    margin: 0 !important;
}


.vt-hero-subtitle {

    font-size: 32px;

    color: rgba(255,255,255,0.82);

    margin-bottom: 20px !important;
}

.vt-mode-card {

    display: flex;
    align-items: center;

    gap: 18px;

    min-height: 138px;

    padding: 24px;

    border-radius: 24px;

    background:
        linear-gradient(
        180deg,
        rgba(255,255,255,0.04),
        rgba(255,255,255,0.02)
    );

    border: 1px solid rgba(80,140,255,0.14);
}


.vt-mode-card-title {

    font-size: 18px;
    line-height: 1;
    color: #fff;
    margin-bottom: 5px;
}

.vt-mode-card-text {

    font-size: 14px;
    line-height: 1.2;
}


/************************************************
 * HEADLINES
 ************************************************/

.vt-domain-headline {

    margin: 0;

    font-size: 48px;

    line-height: 1.50;

    font-weight: 500;

    color: #ffffff;
}


.vt-domain-subheadline {

    margin-top: 10px;
    margin-bottom: 34px;

    font-size: 28px;

    color:
        rgba(255,255,255,0.82);
}


/************************************************
 * INPUT ROW
 ************************************************/

.vt-domain-input-row {

    display: flex ;

    grid-template-columns:
        1fr
        230px;

    gap: 18px;

    margin-bottom: 18px;
}


/************************************************
 * LABELS
 ************************************************/

.vt-label {

    display: block;

    margin-bottom: 12px;

    font-size: 14px;

    font-weight: 600;

    color: #3DA3FF;
}


/************************************************
 * INPUTS
 ************************************************/

.vt-domain-input-wrap {

    position: relative;
}


.vt-search-icon {

    position: absolute;

    left: 22px;

    top: 40%;

    transform: translateY(-50%);

    color:
        rgba(255,255,255,0.72);
}


#vt-domain-name,
#vt-domain-tld,
#vt-domain-category {

    width: 100%;

    height: 52px;

    border-radius: 18px;

    border:
        1px solid rgba(80,140,255,0.25);

    background:
        rgba(255,255,255,0.03);

    color: #ffffff;

    font-size: 20px;
    margin-bottom: 15px;
}


#vt-domain-name {

    padding:
        0 24px
        0 62px;
}


#vt-domain-tld,
#vt-domain-category {
    padding:
        0 20px;
    width: 100%;    
}

.vt-domain-right {

    display: flex;
    flex-direction: column;

    gap: 16px;
}

.vt-mode-card {

    display: flex;
    align-items: center;
    gap: 18px;

    padding: 26px;
    border-radius: 24px;

    background: rgba(255,255,255,0.03);

    border: 1px solid rgba(80,140,255,0.16);
}

/************************************************
 * BUTTON
 ************************************************/

#vt-domain-submit {

    width: 100%;

    height: 74px;

    border: none;

    border-radius: 20px;

    cursor: pointer;

    font-size: 24px;

    font-weight: 700;

    letter-spacing: 0.03em;

    color: #ffffff;

    background:
        linear-gradient(
            90deg,
            #2563EB,
            #3DA3FF
        );

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    box-shadow:
        0 18px 50px rgba(47,140,255,0.24);
}


.vt-button-arrow {

    font-size: 32px;
}


/************************************************
 * SIDECARDS
 ************************************************/

.vt-domain-sidecards {

    display: flex;

    flex-direction: column;

    gap: 18px;
}


.vt-sidecard {

    flex: 1;

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 26px;

    border-radius: 24px;

    background:
        rgba(255,255,255,0.03);

    border:
        1px solid rgba(80,140,255,0.16);

    transition:
        transform 0.25s ease,
        border-color 0.25s ease;
}


.vt-sidecard:hover {

    transform: translateY(-2px);

    border-color:
        rgba(90,160,255,0.34);
}


.vt-sidecard-icon {

    width: 64px;
    height: 64px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 18px;

    font-size: 30px;

    background:
        linear-gradient(
            180deg,
            #2563EB,
            #3DA3FF
        );

    color: #ffffff;

    flex-shrink: 0;
}


.vt-sidecard-content {

    flex: 1;
}


.vt-sidecard-title {

    margin-bottom: 8px;

    font-size: 26px;

    font-weight: 700;

    color: #ffffff;
}


.vt-sidecard-text {

    font-size: 18px;

    line-height: 1.6;

    color:
        rgba(255,255,255,0.72);
}


.vt-sidecard-arrow {

    font-size: 42px;

    color:
        rgba(255,255,255,0.6);
}


/*
@media (max-width:881px){

    .vt-domain-hero{

        display:flex !important;

        gap:16px;
    }

    .vt-domain-right{

        width:230px;
        min-width:230px;
    }

}
*/

/* =========================================================
   TABLET COMPACT
   BIS 881px
========================================================= */

/* =========================================================
   TABLET COMPACT
   BIS 881px
========================================================= */

@media (max-width: 881px) {

    .vt-domain-hero {

        display: flex !important;

        flex-direction: row !important;

        align-items: stretch;

        gap: 18px;

        padding: 28px;

        border-radius: 28px;

        max-width: 820px;

        margin: 0 auto;

        grid-template-columns: none !important;
    }

    /* ========================================
       LINKS
    ======================================== */

    .vt-domain-left {

        order: 1;

        flex: 1 1 auto;

        min-width: 0;

        display: flex;
        flex-direction: column;

        justify-content: space-between;
    }

    .vt-hero-title {

        font-size: 34px;

        line-height: 1.02;

        margin-bottom: 8px;
    }

    .vt-hero-subtitle {

        font-size: 16px;

        line-height: 1.2;

        margin-bottom: 22px;
    }

    /* ========================================
       FORM
    ======================================== */

    .vt-domain-form-grid {
    
        display: inline;
    
        grid-template-columns:
            minmax(0, 1fr)
            112px;
    
        gap: 12px;
    
        width: 100%;
    
        margin-bottom: 18px;
    }

    .vt-domain-field {
    
        display: flex;
    
        flex-direction: column;
    
        justify-content: flex-end;
    }

    .vt-domain-field,
    .vt-domain-field-large {

        width: 100%;

        max-width: 100%;

        min-width: 0;
    }

    .vt-domain-field-small {
    
        width: 100%;
    
    }

    .vt-domain-field-small .vt-label {

       white-space: nowrap;
    }

    /* ========================================
       INPUTS
    ======================================== */

    .vt-domain-input-wrap,
    #vt-domain-tld,
    #vt-domain-category {

        width: 100%;

        height: 58px;

        border-radius: 18px;
    }

    #vt-domain-name {

        width: 100%;

        font-size: 20px;

        padding-left: 58px;
        padding-right: 18px;
    }

    #vt-domain-tld, 
    #vt-domain-category{
        width: 100%;

        font-size: 18px;

        padding-left: 18px;
        padding-right: 14px;
    }

    .vt-search-icon {

        left: 20px;

        width: 20px;
        height: 20px;
    }

    .vt-label {

        font-size: 13px;

        margin-bottom: 8px;
    }

    /* ========================================
       BUTTON
    ======================================== */

    #vt-domain-submit {

        width: 100%;

        height: 64px;

        border-radius: 20px;

        font-size: 20px;

        margin-top: auto;
    }

    /* ========================================
       RECHTS
    ======================================== */

    .vt-domain-right {

        order: 2;

        flex: 0 0 250px;

        width: 250px;

        min-width: 250px;

        display: flex;

        flex-direction: column;

        gap: 14px;
    }

    .vt-mode-card {

        width: 100%;

        flex: 1;

        min-height: 112px;

        padding: 18px;

        border-radius: 22px;
    }

    .vt-mode-icon {

        width: 48px;
        height: 48px;

        min-width: 48px;
    }

    .vt-mode-card-title {

        font-size: 17px;

        line-height: 1.12;
    }

    .vt-mode-card-text {

        font-size: 13px;

        line-height: 1.45;
    }

    .vt-mode-arrow {

        font-size: 24px;
    }
}

/* =========================================================
   MOBILE
   BIS 640px
========================================================= */

@media (max-width: 640px) {

    .vt-domain-hero {

        display: flex !important;

        flex-direction: column !important;

        gap: 18px;

        padding: 22px;

        border-radius: 26px;
    }

    /* ========================================
       CONTENT
    ======================================== */

    .vt-domain-left {

        width: 100%;
    }

    .vt-hero-title {

        font-size: 28px;

        line-height: 1.04;

        margin-bottom: 6px;
    }

    .vt-hero-subtitle {

        font-size: 15px;

        line-height: 1.25;

        margin-bottom: 20px;
    }

    /* ========================================
       FORM
    ======================================== */

    .vt-domain-form-grid {

        display: flex;

        flex-direction: column;

        gap: 14px;

        width: 100%;

        margin-bottom: 18px;
    }

    .vt-domain-field,
    .vt-domain-field-large,
    .vt-domain-field-small {

        width: 100%;

        max-width: 100%;
    }

    /* ========================================
       INPUTS
    ======================================== */

    .vt-domain-input-wrap,
    #vt-domain-tld,
    #vt-domain-category {

        width: 100%;

        height: 56px;

        border-radius: 18px;
    }

    #vt-domain-name {

        width: 100%;

        font-size: 18px;

        padding-left: 54px;
        padding-right: 16px;
    }

    #vt-domain-tld,
    #vt-domain-category {

        width: 100%;

        font-size: 18px;

        padding-left: 16px;
        padding-right: 14px;
    }

    .vt-search-icon {

        left: 18px;

        width: 18px;
        height: 18px;
    }

    .vt-label {

        font-size: 12px;

        margin-bottom: 8px;
    }

    /* ========================================
       BUTTON
    ======================================== */

    #vt-domain-submit {

        width: 100%;

        height: 60px;

        border-radius: 18px;

        font-size: 18px;
    }

    /* ========================================
       CTA CARDS
    ======================================== */

    .vt-domain-right {

        width: 100%;

        min-width: 0;

        display: flex;

        flex-direction: column;

        gap: 14px;
    }

    .vt-mode-card {

        width: 100%;
        min-height: 96px;
        padding: 16px;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 14px;
        justify-content: center;
    }

    .vt-mode-icon {
        width: 44px;
        height: 44px;
        min-width: 44px;
    }

    .vt-mode-card-title {
        font-size: 16px;
        line-height: 1.1;
    }

    .vt-mode-card-text {
        font-size: 13px;
        line-height: 1.4;
    }
    

    .vt-mode-arrow {
        font-size: 22px;
    }
 
    
    .vt-mode-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    
    .vt-mode-arrow {
        display: none;
    }
    
} // media


@media (max-width: 400px) {

    .vt-mode-card-title {

        font-size: 15px;
    }

    .vt-mode-card-text {

        font-size: 12px;
    }
    
    .vt-domain-right.is-collapsed {

    max-height: 0;

    opacity: 0;

    overflow: hidden;

    margin-top: 0;

    transition:
        max-height .35s ease,
        opacity .25s ease,
        margin .25s ease;
}    
    
}// media 400


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 640px) {

    .vt-domain-right {
    max-height: 500px;

    overflow: hidden;

    transition:
    /*
        opacity .65s ease,
        transform .65s ease,
        max-height .85s cubic-bezier(.22,.61,.36,1),
        margin .65s ease,
        padding .65s ease;
      */
    opacity .8s ease,
    transform .8s ease,
    max-height 1s cubic-bezier(.22,.61,.36,1);      
        
        
        transform-origin: top;
    }
    
.vt-domain-right.is-collapsed {

    opacity: 0;

    transform: translateY(-18px);

    max-height: 0;

    margin-top: 0;

    padding-top: 0;

    padding-bottom: 0;

    gap: 0;

    pointer-events: none;
}

}

.vt-domain-select-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:.45rem;
}


.vt-domain-select-btn {

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;

    min-width: 140px;
    height: 40px;

    padding: 0 18px;

    border-radius: 999px;

    border: 1px solid rgba(75,255,180,.12);

    background: rgba(22,102,76,.35);

    color: #66ffb0;

    font-size: .85rem;
    font-weight: 600;
    letter-spacing: .02em;

    cursor: pointer;

    transition: all .2s ease;
}

.vt-domain-select-btn:hover {

    background: rgba(22,102,76,.55);
    border-color: rgba(75,255,180,.35);
}

.vt-btn-icon {

    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 16px;
    height: 16px;

    font-size: 1rem;
    font-weight: 700;

    line-height: 1;
}

.vt-domain-select-btn strong {

    font-weight: 700;
}


