/* TransferHub 2027 · Altas */

.th27-altas {
    padding: 54px 0 90px;
}

.th27-altas-head {
    max-width: 920px;
    margin: 0 auto 34px;
    text-align: center;
}

.th27-altas-head h1 {
    margin: 12px 0 0;
    font-size: clamp(36px, 5vw, 64px);
    line-height: 1;
    letter-spacing: -2.5px;
}

.th27-altas-head h1 span {
    background: linear-gradient(90deg, #19e18c, #23bfff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.th27-altas-head p {
    max-width: 720px;
    margin: 18px auto 0;
    color: var(--th27-soft);
    font-size: 15px;
    line-height: 1.7;
}

.th27-type-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-bottom: 26px;
}

.th27-type-card {
    position: relative;
    overflow: hidden;
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--th27-border);
    border-radius: 20px;
    background:
        linear-gradient(145deg, rgba(11, 39, 62, .92), rgba(5, 22, 37, .94));
    transition: .18s ease;
}

.th27-type-card:hover {
    transform: translateY(-2px);
    border-color: var(--th27-border-strong);
}

.th27-type-card.is-active {
    border-color: rgba(22, 224, 140, .38);
    box-shadow: inset 0 0 0 1px rgba(22, 224, 140, .08);
}

.th27-type-card::after {
    content: "";
    position: absolute;
    right: -70px;
    top: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: rgba(23, 135, 255, .08);
}

.th27-type-card.is-active::after {
    background: rgba(22, 224, 140, .09);
}

.th27-type-card > * {
    position: relative;
    z-index: 1;
}

.th27-type-icon {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(51, 153, 255, .25);
    border-radius: 12px;
    background: rgba(23, 135, 255, .10);
    font-size: 20px;
}

.th27-type-card.is-active .th27-type-icon {
    border-color: rgba(22, 224, 140, .24);
    background: rgba(22, 224, 140, .10);
}

.th27-type-card h2 {
    margin: 16px 0 0;
    font-size: 21px;
}

.th27-type-card p {
    margin: 7px 0 0;
    color: var(--th27-muted);
    font-size: 12px;
    line-height: 1.6;
}

.th27-type-action {
    margin-top: 17px;
}

.th27-form-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 310px;
    gap: 16px;
    align-items: start;
}

.th27-form-card,
.th27-side-card {
    border: 1px solid var(--th27-border);
    border-radius: 22px;
    background:
        linear-gradient(145deg, rgba(9, 32, 52, .95), rgba(4, 20, 34, .95));
    box-shadow: 0 24px 70px rgba(0, 0, 0, .20);
}

.th27-form-card {
    overflow: hidden;
}

.th27-form-head {
    padding: 25px 27px;
    border-bottom: 1px solid var(--th27-border);
    background:
        radial-gradient(circle at 90% 0%, rgba(22, 224, 140, .10), transparent 35%),
        rgba(8, 30, 49, .90);
}

.th27-form-head h2 {
    margin: 6px 0 0;
    font-size: 27px;
    letter-spacing: -.8px;
}

.th27-form-head p {
    margin: 7px 0 0;
    color: var(--th27-muted);
    font-size: 12px;
    line-height: 1.6;
}

.th27-form-body {
    padding: 26px;
}

.th27-form-section + .th27-form-section {
    margin-top: 32px;
    padding-top: 29px;
    border-top: 1px solid var(--th27-border);
}

.th27-form-section-head {
    margin-bottom: 17px;
}

.th27-form-section-head strong {
    display: block;
    font-size: 16px;
}

.th27-form-section-head span {
    display: block;
    margin-top: 4px;
    color: var(--th27-muted);
    font-size: 11px;
}

.th27-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.th27-field {
    display: grid;
    gap: 7px;
}

.th27-field--full {
    grid-column: 1 / -1;
}

.th27-field-label {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    color: #dfeaf4;
    font-size: 11px;
    font-weight: 800;
}

.th27-field-label small {
    color: var(--th27-muted);
    font-weight: 600;
}

.th27-field input,
.th27-field select,
.th27-field textarea {
    width: 100%;
    min-height: 47px;
    padding: 11px 13px;
    border: 1px solid rgba(94, 160, 210, .20);
    border-radius: 11px;
    outline: 0;
    background: rgba(3, 16, 28, .78);
    color: #f5f9ff;
    font: inherit;
    font-size: 13px;
    transition: .16s ease;
}

.th27-field input::placeholder {
    color: #587086;
}

.th27-field input:focus,
.th27-field select:focus,
.th27-field textarea:focus {
    border-color: rgba(38, 156, 255, .70);
    box-shadow: 0 0 0 3px rgba(23, 135, 255, .10);
}

.th27-field select option {
    background: #061827;
    color: #fff;
}

.th27-field .is-error,
.th27-field .field-error {
    border-color: rgba(255, 82, 106, .72);
    box-shadow: 0 0 0 3px rgba(255, 82, 106, .08);
}

.th27-error {
    margin: 0;
    color: #ff8192;
    font-size: 10px;
    line-height: 1.4;
}

.th27-alert {
    margin-bottom: 19px;
    padding: 13px 15px;
    border-radius: 12px;
    font-size: 12px;
    line-height: 1.55;
}

.th27-alert--success {
    border: 1px solid rgba(22, 224, 140, .30);
    background: rgba(22, 224, 140, .08);
    color: #7ff3ba;
}

.th27-alert--error {
    border: 1px solid rgba(255, 82, 106, .30);
    background: rgba(255, 82, 106, .08);
    color: #ff98a6;
}

.th27-form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 28px;
    padding-top: 23px;
    border-top: 1px solid var(--th27-border);
}

.th27-form-actions p {
    max-width: 480px;
    margin: 0;
    color: var(--th27-muted);
    font-size: 10px;
    line-height: 1.55;
}

.th27-submit {
    border: 0;
    cursor: pointer;
}

.th27-side {
    position: sticky;
    top: 96px;
    display: grid;
    gap: 13px;
}

.th27-side-card {
    padding: 21px;
}

.th27-side-card h3 {
    margin: 0;
    font-size: 15px;
}

.th27-side-card p {
    margin: 7px 0 0;
    color: var(--th27-muted);
    font-size: 11px;
    line-height: 1.6;
}

.th27-mini-list {
    display: grid;
    gap: 10px;
    margin: 17px 0 0;
    padding: 0;
    list-style: none;
}

.th27-mini-list li {
    display: grid;
    grid-template-columns: 22px 1fr;
    gap: 8px;
    color: var(--th27-soft);
    font-size: 11px;
    line-height: 1.45;
}

.th27-mini-list i {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(22, 224, 140, .10);
    color: var(--th27-green);
    font-style: normal;
    font-size: 9px;
    font-weight: 900;
}

.th27-honeypot {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
}

@media (max-width: 1000px) {
    .th27-form-layout {
        grid-template-columns: 1fr;
    }

    .th27-side {
        position: static;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 720px) {
    .th27-altas {
        padding-top: 34px;
    }

    .th27-type-grid,
    .th27-fields,
    .th27-side {
        grid-template-columns: 1fr;
    }

    .th27-form-body,
    .th27-form-head {
        padding: 20px;
    }

    .th27-form-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .th27-form-actions .th27-btn {
        width: 100%;
    }
}
