﻿@@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=Syne:wght@400;700;800&family=DM+Sans:wght@300;400;500&display=swap');

*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.outer {
    padding: 44px 48px;
    background: #e8e2da;
    border-radius: 24px;
}

.page {
    display: flex;
    height: 560px;
    width: 100%;
    font-family: 'DM Sans',sans-serif;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 24px 64px rgba(60,35,10,.18);
    position: relative;
}

.left {
    width: 50%;
    background: #0d0d14;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 38px 40px;
    position: relative;
    overflow: hidden;
}

.lbc {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.lbc1 {
    width: 300px;
    height: 300px;
    background: #5b21b6;
    opacity: .18;
    top: -80px;
    left: -80px;
    filter: blur(60px);
}

.lbc2 {
    width: 220px;
    height: 220px;
    background: #0891b2;
    opacity: .15;
    bottom: -55px;
    right: -35px;
    filter: blur(48px);
}

.left-grid {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.03) 1px,transparent 1px);
    background-size: 38px 38px;
}

.logo-mark {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 28px;
    position: relative;
    z-index: 2;
}

.logo-gem {
    width: 42px;
    height: 42px;
    background: linear-gradient(135deg,#7c3aed,#06b6d4);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .logo-gem svg {
        width: 22px;
        height: 22px;
    }

.logo-name {
    display: flex;
    flex-direction: column;
}

.logo-main {
    font-family: 'Syne',sans-serif;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 1px;
    line-height: 1.1;
}

    .logo-main em {
        color: #7c3aed;
        font-style: normal;
    }

.logo-sub {
    font-size: 9px;
    color: rgba(255,255,255,.35);
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 300;
    margin-top: 2px;
}

.brand-headline {
    font-family: 'Syne',sans-serif;
    font-size: 30px;
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -1.2px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

    .brand-headline span {
        background: linear-gradient(90deg,#a78bfa,#22d3ee);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

.brand-sub {
    font-size: 12.5px;
    color: rgba(255,255,255,.38);
    line-height: 1.65;
    font-weight: 300;
    max-width: 260px;
    position: relative;
    z-index: 2;
}

.trust-badges {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: relative;
    z-index: 2;
}

.trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.trust-icon {
    width: 30px;
    height: 30px;
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

    .trust-icon svg {
        width: 14px;
        height: 14px;
        color: rgba(255,255,255,.6);
    }

.trust-text {
    font-size: 11.5px;
    color: rgba(255,255,255,.38);
    font-weight: 300;
}

    .trust-text strong {
        color: rgba(255,255,255,.72);
        font-weight: 500;
        display: block;
        font-size: 12.5px;
    }

.support-box {
    position: relative;
    z-index: 2;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 13px;
    padding: 15px 18px;
    background: rgba(255,255,255,.04);
    display: flex;
    align-items: center;
    gap: 13px;
}

.support-pulse {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    background: #7c3aed;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .support-pulse::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #7c3aed;
        animation: pulse 2s ease-out infinite;
    }

@@keyframes pulse {
    0% {
        transform: scale(1);
        opacity: .5;
    }

    100% {
        transform: scale(1.85);
        opacity: 0;
    }
}

.support-pulse svg {
    width: 15px;
    height: 15px;
    position: relative;
    z-index: 1;
}

.support-label {
    font-size: 9.5px;
    color: rgba(255,255,255,.32);
    text-transform: uppercase;
    letter-spacing: 1.1px;
    margin-bottom: 3px;
}

.support-number {
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    letter-spacing: .3px;
}

.right {
    width: 50%;
    position: relative;
    overflow: hidden;
    background: #f7f3ee;
    display: flex;
    align-items: center;
    justify-content: center;
}

canvas#ptc {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.card-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 0 36px;
    perspective: 1000px;
}

.card {
    background: rgba(255,255,255,.74);
    border: 1px solid rgba(255,255,255,.96);
    border-radius: 20px;
    padding: 32px 32px 30px;
    backdrop-filter: blur(24px);
    -webkit-backdrop-filter: blur(24px);
    box-shadow: 0 2px 4px rgba(180,150,120,.06),0 8px 24px rgba(160,130,100,.10),0 28px 56px rgba(140,110,80,.13),inset 0 1px 0 rgba(255,255,255,.9);
    transition: transform .08s ease-out,box-shadow .08s ease-out;
    will-change: transform;
}

.eyebrow {
    font-size: 9.5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #1a1208;
    font-weight: 500;
    margin-bottom: 4px;
}

.card-heading {
    font-family: 'Cormorant Garamond',serif;
    font-size: 28px;
    font-weight: 300;
    color: #1a1208;
    line-height: 1.15;
    letter-spacing: -.5px;
    margin-bottom: 3px;
}

    .card-heading em {
        font-style: italic;
        color: #7c5a3a;
    }

.card-sub {
    font-size: 11.5px;
    color: #1a1208;
    margin-bottom: 18px;
    font-weight: 300;
}

    .card-sub a {
        color: #1a1208;
        text-decoration: none;
        font-weight: 500;
    }

.social-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin-bottom: 16px;
}

.s-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 10px;
    border: 1px solid #e8ddd2;
    border-radius: 10px;
    background: rgba(255,255,255,.72);
    color: #4a3728;
    font-size: 12px;
    font-family: 'DM Sans',sans-serif;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s;
}

    .s-btn:hover {
        background: #fff;
        border-color: #c8b8a8;
        transform: translateY(-1px);
        box-shadow: 0 4px 10px rgba(120,80,40,.07);
    }

    .s-btn svg {
        width: 15px;
        height: 15px;
    }

.divider {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
}

.div-line {
    flex: 1;
    height: 1px;
    background: linear-gradient(90deg,transparent,#e0d0c0,transparent);
}

.div-label {
    font-size: 9.5px;
    color: #1a1208;
    white-space: nowrap;
    letter-spacing: .6px;
}

.field {
    margin-bottom: 11px;
}

    .field label {
        display: block;
        font-size: 9.5px;
        font-weight: 500;
        color: #1a1208;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 4px;
        transition: color .25s;
    }

    .field.focused label {
        color: #7c5a3a;
    }

.iw {
    position: relative;
}

.fi {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #c8b098;
    pointer-events: none;
    display: flex;
    transition: color .25s;
}

    .fi svg {
        width: 13.5px;
        height: 13.5px;
    }

.field.focused .fi {
    color: #7c5a3a;
}

.fi2 {
    position: absolute;
    right: 11px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #c8b098;
    padding: 2px;
    display: flex;
    transition: color .2s;
}

    .fi2:hover {
        color: #7c5a3a;
    }

    .fi2 svg {
        width: 13.5px;
        height: 13.5px;
    }

input.fin {
    width: 100%;
    padding: 10px 12px 10px 36px;
    background: rgba(255,255,255,.62);
    border: 1px solid #e2d4c4;
    border-radius: 10px;
    font-family: 'DM Sans',sans-serif;
    font-size: 12.5px;
    color: #2a1a0a;
    outline: none;
    transition: all .3s cubic-bezier(.4,0,.2,1);
}

    input.fin:focus {
        background: rgba(255,255,255,.97);
        border-color: indianred;
        box-shadow: 0 0 0 3px rgba(180,130,80,.13);
        transform: translateY(-1px);
    }

    input.fin::placeholder {
        color: #d4c0a8;
    }

.row-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    margin-top: 4px;
}

.remember {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
}

    .remember input {
        width: 12px;
        height: 12px;
        accent-color: #7c5a3a;
        cursor: pointer;
    }

    .remember span {
        font-size: 11px;
        color: #1a1208;
    }

.forgot {
    font-size: 11px;
    color: #1a1208;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'DM Sans',sans-serif;
}

    .forgot:hover {
        color: #7c5a3a;
        text-decoration: underline;
    }

.btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg,#1a1208,#2d1f0e 50%,#1a1208);
    border: none;
    border-radius: 11px;
    color: #f5ede0;
    font-family: 'Syne',sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: transform .15s,box-shadow .2s;
    box-shadow: 0 4px 18px rgba(30,15,5,.22);
}

.shine {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,transparent,rgba(255,230,180,.15),transparent);
    transition: left .5s ease;
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(30,15,5,.32);
}

    .btn:hover .shine {
        left: 150%;
    }

.btn:active {
    transform: translateY(0);
}

.btn-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    position: relative;
    z-index: 1;
}

.arr {
    transition: transform .25s;
}

.btn:hover .arr {
    transform: translateX(4px);
}

.note {
    text-align: center;
    margin-top: 12px;
    font-size: 10px;
    color: #1a1208;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

    .note svg {
        width: 10px;
        height: 10px;
        color: #b8967a;
    }

/* POPUP */
.popup-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13,13,20,.55);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

    .popup-overlay.active {
        opacity: 1;
        pointer-events: all;
    }

.popup {
    background: #fff;
    border-radius: 20px;
    padding: 32px 30px 28px;
    width: 320px;
    position: relative;
    box-shadow: 0 24px 64px rgba(30,15,5,.3),0 4px 16px rgba(30,15,5,.15);
    transform: translateY(20px) scale(.97);
    transition: transform .35s cubic-bezier(.16,1,.3,1);
}

.popup-overlay.active .popup {
    transform: translateY(0) scale(1);
}

.popup-close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 28px;
    height: 28px;
    background: #f5f0eb;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background .2s;
}

    .popup-close:hover {
        background: #ede5db;
    }

    .popup-close svg {
        width: 14px;
        height: 14px;
        color: #8a7060;
    }

.popup-icon {
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg,#faeeda,#f5d9b0);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

    .popup-icon svg {
        width: 26px;
        height: 26px;
        color: #b8782a;
    }

.popup-title {
    font-family: 'Syne',sans-serif;
    font-size: 20px;
    font-weight: 800;
    color: #1a1208;
    letter-spacing: -.5px;
    margin-bottom: 6px;
}

.popup-desc {
    font-size: 12px;
    color: #a08060;
    line-height: 1.65;
    font-weight: 300;
    margin-bottom: 22px;
}

.popup-field label {
    display: block;
    font-size: 9.5px;
    font-weight: 500;
    color: #a08060;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.popup-iw {
    position: relative;
}

.popup-fi {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    color: #c8b098;
    pointer-events: none;
    display: flex;
}

    .popup-fi svg {
        width: 13.5px;
        height: 13.5px;
    }

input.popup-input {
    width: 100%;
    padding: 10px 12px 10px 36px;
    background: #faf6f1;
    border: 1px solid #e2d4c4;
    border-radius: 10px;
    font-family: 'DM Sans',sans-serif;
    font-size: 12.5px;
    color: #2a1a0a;
    outline: none;
    transition: all .3s;
    margin-bottom: 16px;
}

    input.popup-input:focus {
        background: #fff;
        border-color: #c8a882;
        box-shadow: 0 0 0 3px rgba(180,130,80,.13);
    }

    input.popup-input::placeholder {
        color: #d4c0a8;
    }

.popup-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg,#1a1208,#2d1f0e 50%,#1a1208);
    border: none;
    border-radius: 11px;
    color: #f5ede0;
    font-family: 'Syne',sans-serif;
    font-size: 12.5px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    cursor: pointer;
    transition: transform .15s,box-shadow .2s;
    box-shadow: 0 4px 18px rgba(30,15,5,.22);
}

    .popup-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 24px rgba(30,15,5,.3);
    }

.popup-back {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin-top: 14px;
    cursor: pointer;
    background: none;
    border: none;
    font-family: 'DM Sans',sans-serif;
    font-size: 11.5px;
    color: #b8967a;
    transition: color .2s;
}

    .popup-back:hover {
        color: #7c5a3a;
    }

    .popup-back svg {
        width: 12px;
        height: 12px;
    }

.popup-success {
    display: none;
    text-align: center;
    padding: 10px 0;
}

    .popup-success.show {
        display: block;
    }

.popup-main-content.hide {
    display: none;
}

.success-icon {
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg,#d4f5e9,#a8ecce);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

    .success-icon svg {
        width: 26px;
        height: 26px;
        color: #0f6e56;
    }

.success-title {
    font-family: 'Syne',sans-serif;
    font-size: 18px;
    font-weight: 800;
    color: #1a1208;
    margin-bottom: 8px;
}

.success-desc {
    font-size: 12px;
    color: #a08060;
    line-height: 1.65;
}
