.idlocal-subscription-summary{
    padding:18px 20px;
    border:1px solid rgba(46,139,87,.2);
    background:rgba(46,139,87,.06);
    border-radius:14px;
    margin:18px 0 24px;
}
.idlocal-subscription-summary strong{font-size:1.1rem;}
.idlocal-subscription-summary p{margin:.4rem 0 0;}
.idlocal-subscription-panel.is-selling{padding:30px;}
.idlocal-subscription-heading h2{max-width:720px;}
.idlocal-subscription-heading p{max-width:780px;}
.idlocal-plan-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:18px;
    margin-top:22px;
}
.idlocal-plan-grid--sales{align-items:stretch;gap:22px;}
.idlocal-plan-card{
    position:relative;
    border:1px solid rgba(15,23,42,.12);
    border-radius:16px;
    padding:22px;
    background:#fff;
}
.idlocal-plan-card--sales{
    display:flex;
    flex-direction:column;
    padding:26px;
    border-color:rgba(15,23,42,.14);
    box-shadow:0 14px 38px rgba(15,23,42,.07);
    overflow:hidden;
}
.idlocal-plan-card--sales:hover{
    border-color:rgba(46,139,87,.55);
    box-shadow:0 18px 44px rgba(46,139,87,.12);
    transform:translateY(-2px);
    transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease;
}
.idlocal-plan-card__header h3{
    margin:0;
    color:#10231a;
    font-size:clamp(1.65rem,2.5vw,2rem);
    line-height:1.1;
    font-weight:800;
    letter-spacing:-.025em;
}
.idlocal-plan-card__header p{
    min-height:2.8em;
    margin:.65rem 0 0;
    color:#5f6f66;
    line-height:1.45;
}
.idlocal-plan-capacity{
    display:flex;
    align-items:baseline;
    gap:10px;
    margin:22px 0 16px;
    padding-bottom:18px;
    border-bottom:1px solid rgba(15,23,42,.1);
}
.idlocal-plan-capacity strong{
    color:#1f6f47;
    font-size:2.6rem;
    line-height:1;
    font-weight:850;
}
.idlocal-plan-capacity span{font-size:1.04rem;font-weight:700;color:#25372e;}
.idlocal-plan-features{
    display:grid;
    gap:10px;
    margin:0 0 22px;
    padding:0;
    list-style:none;
    color:#3e5046;
}
.idlocal-plan-features li{display:flex;align-items:flex-start;gap:9px;line-height:1.4;}
.idlocal-plan-features li span{color:#2e8b57;font-weight:900;}
.idlocal-plan-annual{
    margin-top:auto;
    padding:20px;
    border:1px solid rgba(46,139,87,.27);
    border-radius:15px;
    background:linear-gradient(145deg,rgba(46,139,87,.09),rgba(255,255,255,.98));
}
.idlocal-plan-annual__heading>div{display:flex;align-items:center;flex-wrap:wrap;gap:10px;}
.idlocal-plan-annual__heading strong{font-size:1.02rem;color:#173f2b;}
.idlocal-plan-ribbon{
    display:inline-block;
    margin:0;
    padding:5px 10px;
    border-radius:999px;
    background:#2e8b57;
    color:#fff;
    font-size:.75rem;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.035em;
}
.idlocal-plan-equivalent-price{
    display:flex;
    align-items:baseline;
    flex-wrap:wrap;
    gap:7px;
    margin:15px 0 5px;
}
.idlocal-plan-equivalent-price strong{
    color:#10231a;
    font-size:clamp(1.8rem,3vw,2.25rem);
    line-height:1;
    font-weight:850;
    letter-spacing:-.025em;
}
.idlocal-plan-equivalent-price span{font-size:1rem;font-weight:700;color:#53655b;}
.idlocal-plan-billing-note{margin:.55rem 0 0;color:#3d5046;font-weight:600;}
.idlocal-plan-savings{margin:.55rem 0 17px;color:#1f6f47;font-weight:800;line-height:1.35;}
.idlocal-plan-cta{display:flex!important;justify-content:center;width:100%;max-width:100%;min-width:0;box-sizing:border-box;text-align:center;}
.idlocal-plan-monthly{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-top:14px;
    padding:16px 2px 0;
}
.idlocal-plan-monthly__copy{display:flex;flex-direction:column;gap:3px;}
.idlocal-plan-monthly__copy strong{color:#23362c;font-size:.98rem;}
.idlocal-plan-monthly__copy span{color:#64746b;font-size:.91rem;line-height:1.35;}
.idlocal-button--secondary{
    background:#fff!important;
    color:#24774b!important;
    border:1px solid rgba(46,139,87,.6)!important;
    box-shadow:none!important;
}
.idlocal-button--secondary:hover{background:rgba(46,139,87,.07)!important;}
.idlocal-plan-monthly__button{flex:0 0 auto;padding:.72rem 1rem!important;text-align:center;}
.idlocal-subscription-trust-note{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:9px;
    margin:22px auto 0;
    color:#617168;
    text-align:center;
    font-size:.92rem;
}
.idlocal-subscription-trust-note p{margin:0;}
.idlocal-subscription-gate{text-align:center;padding:34px 24px;}
@media (max-width:900px){
    .idlocal-plan-grid{grid-template-columns:1fr;}
    .idlocal-plan-card__header p{min-height:0;}
}
@media (max-width:560px){
    .idlocal-subscription-panel.is-selling{padding:20px;}
    .idlocal-plan-card--sales{padding:20px;}
    .idlocal-plan-monthly{align-items:stretch;flex-direction:column;}
    .idlocal-plan-monthly__button{width:100%;}
    .idlocal-subscription-trust-note{align-items:flex-start;text-align:left;}
}

.idlocal-checkout-return{
    position:relative;
    display:flex;
    align-items:center;
    gap:16px;
    margin:0 0 22px;
    padding:18px 22px;
    border:1px solid rgba(46,139,87,.28);
    border-radius:16px;
    background:linear-gradient(135deg,rgba(46,139,87,.13),rgba(255,255,255,.98));
    box-shadow:0 12px 30px rgba(15,23,42,.07);
}
.idlocal-checkout-return.is-processing{
    border-color:rgba(37,99,235,.22);
    background:linear-gradient(135deg,rgba(37,99,235,.09),rgba(255,255,255,.98));
}
.idlocal-checkout-return__icon{
    display:grid;
    place-items:center;
    flex:0 0 44px;
    width:44px;
    height:44px;
    border-radius:50%;
    background:#2e8b57;
    color:#fff;
    font-size:1.45rem;
    font-weight:900;
}
.idlocal-checkout-return.is-processing .idlocal-checkout-return__icon{
    background:#2563eb;
}
.idlocal-checkout-return__copy{
    flex:1 1 auto;
    min-width:0;
}
.idlocal-checkout-return__copy h3{
    margin:0;
    color:#143522;
    font-size:1.15rem;
    line-height:1.25;
    font-weight:800;
}
.idlocal-checkout-return.is-processing .idlocal-checkout-return__copy h3{
    color:#173c75;
}
.idlocal-checkout-return__copy p{
    margin:.35rem 0 0;
    color:#42564a;
    line-height:1.45;
}
.idlocal-checkout-return__action{
    flex:0 0 auto;
    white-space:nowrap;
}
.idlocal-checkout-return__dismiss{
    position:absolute;
    top:8px;
    right:10px;
    border:0;
    background:transparent;
    color:#607168;
    cursor:pointer;
    font-size:1.4rem;
    line-height:1;
    padding:4px;
}
.idlocal-checkout-return__dismiss:hover{color:#17271f;}
@media (max-width:700px){
    .idlocal-checkout-return{
        align-items:flex-start;
        flex-wrap:wrap;
        padding:18px;
    }
    .idlocal-checkout-return__action{
        width:100%;
        box-sizing:border-box;
        text-align:center;
    }
}

.idlocal-cancellation-notice{
    display:flex;
    align-items:flex-start;
    gap:13px;
    margin:18px 0 0;
    padding:16px 18px;
    border:1px solid rgba(180,116,10,.28);
    border-radius:14px;
    background:linear-gradient(135deg,rgba(255,248,230,.98),rgba(255,253,247,.98));
    color:#6d4a05;
}
.idlocal-cancellation-notice__icon{
    display:grid;
    flex:0 0 28px;
    width:28px;
    height:28px;
    place-items:center;
    border-radius:50%;
    background:#f5b942;
    color:#402900;
    font-weight:900;
}
.idlocal-cancellation-notice strong{display:block;margin:1px 0 3px;font-size:1rem;}
.idlocal-cancellation-notice p{margin:0;line-height:1.55;}

.idlocal-portal-card{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    margin-top:24px;
    padding:26px;
    border:1px solid rgba(46,139,87,.24);
    border-radius:16px;
    background:linear-gradient(135deg,rgba(46,139,87,.08),#fff 58%);
}
.idlocal-portal-card__copy{min-width:0;}
.idlocal-portal-card__eyebrow{
    display:block;
    margin-bottom:6px;
    color:#2e8b57;
    font-size:.78rem;
    font-weight:800;
    letter-spacing:.055em;
    text-transform:uppercase;
}
.idlocal-portal-card h3{
    margin:0;
    color:#10231a;
    font-size:1.65rem;
    font-weight:850;
}
.idlocal-portal-card__plan{margin:.35rem 0 1rem;color:#53655b;font-weight:700;}
.idlocal-portal-card ul{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:9px 22px;
    margin:0;
    padding:0;
    list-style:none;
    color:#3f5147;
}
.idlocal-portal-card li::before{content:'✓';margin-right:8px;color:#2e8b57;font-weight:900;}
.idlocal-portal-card__action{
    display:flex;
    flex:0 0 auto;
    flex-direction:column;
    align-items:center;
    gap:9px;
    min-width:220px;
}
.idlocal-portal-card__action .idlocal-button{width:100%;box-sizing:border-box;text-align:center;}
.idlocal-portal-card__action small{color:#6a786f;text-align:center;}
.idlocal-portal-notice{
    margin:0 0 20px;
    padding:16px 18px;
    border:1px solid rgba(185,28,28,.2);
    border-radius:14px;
    background:rgba(254,242,242,.95);
    color:#7f1d1d;
}
.idlocal-portal-notice strong{display:block;margin-bottom:4px;}
.idlocal-portal-notice p{margin:0;}
@media (max-width:800px){
    .idlocal-portal-card{align-items:stretch;flex-direction:column;}
    .idlocal-portal-card ul{grid-template-columns:1fr;}
    .idlocal-portal-card__action{min-width:0;width:100%;}
}
