.company-register-page{
    background:#f8faf9;
    color:#18221d;
}

.company-register-shell{
    width:min(100% - 32px,1160px);
}

.company-hero{
    padding:48px 28px 30px;
    border:0;
    border-radius:0;
    background:transparent;
    color:#18221d;
    text-align:center;
    box-shadow:none;
}

.company-kicker{
    border:1px solid #dce7e1;
    background:#eef8f2;
    color:#087a48;
    font-weight:700;
    letter-spacing:.05em;
}

.company-hero h1{
    max-width:780px;
    margin:18px auto 12px;
    color:#15231c;
    font-size:clamp(32px,4.2vw,54px);
    letter-spacing:-.035em;
}

.company-hero p{
    max-width:700px;
    margin:0 auto;
    color:#647169;
    font-size:17px;
}

.mode-switch-anmeld{
    justify-content:center;
    margin-top:18px;
    padding:0;
}

.mode-switch-anmeld .mode{
    min-height:auto;
    padding:4px 7px;
    background:transparent;
    color:#526159;
    font-size:13px;
    font-weight:600;
    text-decoration:underline;
    text-underline-offset:3px;
}

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

.product-choice{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:20px;
    margin-top:12px;
}

.product-choice-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    padding:30px;
    border:1px solid #e5ebe7;
    border-radius:18px;
    background:#fff;
    color:#18221d;
    text-decoration:none;
    box-shadow:0 4px 18px rgba(20,40,30,.035);
    transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease;
}

.product-choice-card:hover,
.product-choice-card.active{
    border-color:#a8d8be;
    box-shadow:0 10px 30px rgba(20,40,30,.07);
    transform:translateY(-2px);
}

.product-choice-card.active{
    outline:3px solid rgba(14,169,100,.08);
}

.product-choice-icon{
    display:grid;
    place-items:center;
    width:46px;
    height:46px;
    margin-bottom:22px;
    border-radius:13px;
    background:#edf8f2;
    color:#0b8e55;
    font-size:23px;
}

.product-choice-label,
.section-eyebrow{
    color:#0b8e55;
    font-size:12px;
    font-weight:750;
    letter-spacing:.07em;
    text-transform:uppercase;
}

.product-choice-card>strong{
    margin-top:8px;
    color:#18221d;
    font-size:22px;
    line-height:1.25;
    letter-spacing:-.015em;
}

.product-choice-card p{
    margin:12px 0 18px;
    color:#66736c;
    font-size:15px;
    line-height:1.55;
}

.product-choice-card ul{
    display:grid;
    gap:9px;
    margin:0 0 25px;
    padding:0;
    list-style:none;
}

.product-choice-card li{
    position:relative;
    padding-left:22px;
    color:#3f4d45;
    font-size:14px;
}

.product-choice-card li:before{
    content:"✓";
    position:absolute;
    left:0;
    color:#0ea964;
    font-weight:700;
}

.product-choice-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    min-height:46px;
    margin-top:auto;
    padding:0 18px;
    border:1px solid #dce4df;
    border-radius:10px;
    background:#fff;
    color:#18221d;
    font-weight:650;
}

.product-choice-card--recommended .product-choice-button,
.product-choice-card.active .product-choice-button{
    border-color:#0ea964;
    background:#0ea964;
    color:#fff;
}

.product-choice-badge{
    position:absolute;
    top:22px;
    right:22px;
    padding:6px 10px;
    border-radius:999px;
    background:#edf8f2;
    color:#087a48;
    font-size:11px;
    font-weight:700;
}

.product-choice-note{
    margin:16px 0 0;
    color:#748078;
    font-size:13px;
    text-align:center;
}

.company-grid{
    grid-template-columns:320px minmax(0,1fr);
    gap:20px;
    margin-top:34px;
}

.company-card{
    padding:28px;
    border:1px solid #e7ece9;
    border-radius:18px;
    box-shadow:0 4px 18px rgba(20,40,30,.04);
}

.section-eyebrow{
    margin-bottom:7px;
}

.section-title{
    color:#18221d;
    font-size:21px;
    font-weight:650;
}

.trial-box,
.billing-note,
.selected-plan-card,
.package-detail-card,
.momentum-card,
.info-box{
    border-width:1px;
    border-radius:14px;
    box-shadow:none;
}

.package-item{
    border-color:#e7ece9;
    border-radius:14px;
    box-shadow:none;
}

.package-item:hover,
.package-item.active{
    border-color:#a8d8be;
    box-shadow:0 5px 16px rgba(20,40,30,.055);
}

.btn-main,
.btn-secondary{
    border-radius:10px;
    font-weight:650;
}

.btn-main{
    border:1px solid #0ea964;
    box-shadow:none;
}

.btn-secondary{
    border-color:#dce4df;
    color:#18221d;
}

@media(max-width:760px){
    .company-hero{
        padding:34px 8px 22px;
    }

    .product-choice{
        grid-template-columns:1fr;
    }

    .product-choice-card{
        padding:24px;
    }
}

@media(max-width:480px){
    .company-register-shell{
        width:min(100% - 22px,1160px);
    }

    .product-choice-card>strong{
        font-size:20px;
    }
}
