.oa-page{
    background:#ffffff;
    min-height:100vh;
}

.oa-container{
    width:92%;
    max-width:1380px;
    margin:0 auto;
}

.oa-hero{
    background:linear-gradient(135deg,#202331,#4a4d5f);
    color:white;
    padding:42px 0 46px;
}

.oa-hero h1{
    font-size:36px;
    margin-bottom:34px;
    letter-spacing:.02em;
    text-transform:uppercase;
}

.oa-step-tabs{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:28px;
    margin-bottom:26px;
}

.oa-step-tab{
    border:0;
    background:transparent;
    color:rgba(255,255,255,.68);
    font-size:18px;
    font-weight:800;
    cursor:pointer;
    text-align:center;
    font-family:"Google Sans", Inter, sans-serif;
}

.oa-step-tab.active{
    color:#ffffff;
}

.oa-progress{
    height:18px;
    background:rgba(0,0,0,.22);
    border-radius:3px;
    overflow:hidden;
}

.oa-progress span{
    display:block;
    width:16.66%;
    height:100%;
    background:#d9f5fb;
    border-radius:3px;
    transition:.25s ease;
}

.oa-layout{
    display:grid;
    grid-template-columns:minmax(0,1fr) 420px;
    gap:70px;
    padding:58px 0 80px;
    align-items:start;
}

.oa-main{
    min-width:0;
}

.oa-panel{
    display:none;
}

.oa-panel.active{
    display:block;
}

.oa-panel h2{
    color:#202331;
    font-size:38px;
    margin-bottom:36px;
}

.oa-panel h3{
    color:#202331;
    font-size:25px;
    margin:34px 0 20px;
}

.oa-field{
    margin-bottom:28px;
}

.oa-field label{
    display:block;
    font-size:20px;
    color:#202331;
    font-weight:800;
    margin-bottom:12px;
}

.oa-field input,
.oa-field select,
.oa-field textarea,
.oa-mini-card input,
.oa-mini-card textarea{
    width:100%;
    border:1px solid #d8d1ca;
    border-radius:10px;
    min-height:58px;
    padding:0 18px;
    font-size:18px;
    color:#202331;
    background:white;
    font-family:"Google Sans", Inter, sans-serif;
}

.oa-field textarea,
.oa-mini-card textarea{
    min-height:120px;
    padding:18px;
    resize:vertical;
}

.oa-field input:focus,
.oa-field select:focus,
.oa-field textarea:focus,
.oa-mini-card input:focus,
.oa-mini-card textarea:focus{
    outline:none;
    border-color:#8052e2;
    box-shadow:0 0 0 4px rgba(128,82,226,.12);
}

.oa-help{
    color:#6b7280;
    font-style:italic;
    font-size:16px;
    margin:-4px 0 16px;
}

.oa-choice-row{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
}

.oa-choice,
.oa-big-option{
    cursor:pointer;
}

.oa-choice input,
.oa-big-option input{
    display:none;
}

.oa-choice span{
    display:flex;
    align-items:center;
    justify-content:center;
    min-width:116px;
    min-height:58px;
    border:2px solid #e5e7eb;
    border-radius:10px;
    color:#202331;
    background:#ffffff;
    font-size:17px;
    font-weight:900;
    text-transform:uppercase;
    transition:.2s ease;
}

.oa-choice input:checked + span{
    border-color:#299165;
    color:#299165;
    background:rgba(41,145,101,.06);
}

.oa-option-grid{
    display:grid;
    gap:16px;
    max-width:560px;
}

.oa-big-option span{
    display:flex;
    align-items:center;
    min-height:86px;
    padding:22px 26px;
    border:2px solid #e5e7eb;
    border-radius:14px;
    background:white;
    font-size:18px;
    font-weight:800;
    color:#202331;
    transition:.2s ease;
}

.oa-big-option input:checked + span{
    border-color:#299165;
    background:rgba(41,145,101,.06);
}

.oa-card-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    margin-bottom:30px;
}

.oa-mini-card,
.oa-person-card,
.oa-repeat-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:26px;
    box-shadow:0 12px 34px rgba(32,35,49,.08);
    margin-bottom:18px;
    position:relative;
}

.oa-mini-card label{
    display:block;
    color:#202331;
    font-weight:900;
    font-size:18px;
    margin-bottom:12px;
}

.oa-remove-card{
    position:absolute;
    top:18px;
    right:18px;
    border:0;
    background:#f8fafc;
    width:34px;
    height:34px;
    border-radius:50%;
    cursor:pointer;
    color:#202331;
    font-size:22px;
}

.oa-link-action{
    border:0;
    background:transparent;
    color:#299165;
    font-size:19px;
    font-weight:900;
    cursor:pointer;
    margin:8px 0 28px;
    font-family:"Google Sans", Inter, sans-serif;
}

.oa-check-list{
    display:grid;
    gap:16px;
}

.oa-check-list label{
    display:flex;
    align-items:flex-start;
    gap:12px;
    font-size:18px;
    font-weight:700;
    color:#202331;
}

.oa-check-list input{
    width:24px;
    height:24px;
    accent-color:#8052e2;
    margin-top:2px;
}

.oa-side{
    position:sticky;
    top:120px;
}

.oa-faq-card{
    border:1px solid #e5e7eb;
    border-radius:18px;
    padding:30px;
    background:white;
}

.oa-faq-card h3{
    font-size:24px;
    color:#202331;
    margin-bottom:18px;
}

.oa-faq-card p{
    color:#6b7280;
    font-size:17px;
    line-height:1.6;
}

.oa-actions{
    display:flex;
    align-items:center;
    gap:24px;
    margin-top:48px;
    flex-wrap:wrap;
}

.oa-actions button{
    margin:0;
}

.oa-back,
.oa-primary,
.oa-skip{
    min-height:60px;
    border-radius:10px;
    padding:0 28px;
    border:0;
    cursor:pointer;
    font-size:17px;
    font-weight:900;
    font-family:"Google Sans", Inter, sans-serif;
}

.oa-back{
    background:#e5e7eb;
    color:#6b7280;
}

.oa-primary{
    min-width:320px;
    height:72px;
    display:flex;
    align-items:center;
    justify-content:center;
}

.oa-skip{
    background:none;
    border:none;
    color:#2f9b68;
    font-size:18px;
    font-weight:600;
    padding:0;
    height:auto;
    display:flex;
    align-items:center;
}

.oa-download-panel{
    text-align:center;
    max-width:720px;
    margin:0 auto;
    padding:50px 20px;
}

.oa-download-panel h2{
    margin-bottom:18px;
}

.oa-download-panel p{
    color:#6b7280;
    font-size:19px;
    line-height:1.7;
    margin-bottom:28px;
}

.oa-primary-link{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:60px;
    background:#8052e2;
    color:white;
    text-decoration:none;
    padding:0 34px;
    border-radius:12px;
    font-weight:900;
}

[data-show-if]{
    display:none;
}

[data-show-if].show{
    display:block;
}

.oa-card-grid[data-show-if].show{
    display:grid;
}

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

    .oa-side{
        position:static;
    }

    .oa-step-tabs{
        display:flex;
        overflow-x:auto;
        gap:26px;
        padding-bottom:8px;
        scrollbar-width:none;
    }

    .oa-step-tabs::-webkit-scrollbar{
        display:none;
    }

    .oa-step-tab{
        min-width:160px;
        flex:0 0 auto;
    }
}

@media(max-width:700px){
    .oa-container{
        width:100%;
        padding:0 16px;
    }

    .oa-hero{
        padding:30px 0 34px;
    }

    .oa-hero h1{
        font-size:26px;
        margin-bottom:26px;
    }

    .oa-layout{
        padding:34px 0 60px;
    }

    .oa-panel h2{
        font-size:28px;
        margin-bottom:26px;
    }

    .oa-panel h3{
        font-size:22px;
    }

    .oa-field label{
        font-size:17px;
    }

    .oa-card-grid{
        grid-template-columns:1fr;
    }

    .oa-actions{
        display:grid;
        grid-template-columns:1fr;
    }

    .oa-back,
    .oa-primary,
    .oa-skip{
        width:100%;
    }

    .oa-choice-row{
        display:grid;
        grid-template-columns:1fr 1fr;
    }

    .oa-choice span{
        min-width:0;
        width:100%;
    }
}

