:root{
    --smw-price-navy:#071a2b;
    --smw-price-blue:#0d3150;
    --smw-price-green:#79c900;
    --smw-price-green-dark:#4f9200;
    --smw-price-soft:#f4f8fb;
    --smw-price-border:#dce7ef;
    --smw-price-muted:#5a6d7d;
}

.smw-pricing-page{
    background:#fff;
    color:var(--smw-price-navy);
}

.smw-pricing-hero{
    padding:124px 0 62px;
    color:#fff;
    background:
        radial-gradient(circle at 84% 16%,rgba(121,201,0,.24),transparent 26%),
        linear-gradient(135deg,#061522 0%,#0b2c47 60%,#104160 100%);
}

.smw-pricing-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);
    gap:44px;
    align-items:center;
}

.smw-pricing-kicker,
.smw-pricing-eyebrow{
    display:inline-flex;
    align-items:center;
    gap:8px;
    color:#b9f76e;
    font-size:13px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
}

.smw-pricing-hero h1{
    max-width:860px;
    margin:14px 0 18px;
    font-size:clamp(38px,5.2vw,72px);
    line-height:1.02;
    letter-spacing:-.045em;
}

.smw-pricing-hero h1 span{
    display:block;
    color:#b9f76e;
}

.smw-pricing-hero p{
    max-width:720px;
    margin:0;
    color:#dce8f1;
    font-size:clamp(17px,2vw,21px);
    line-height:1.65;
}

.smw-pricing-hero-actions{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}

.smw-pricing-hero-note{
    padding:26px;
    border:1px solid rgba(255,255,255,.18);
    border-radius:24px;
    background:rgba(255,255,255,.08);
    box-shadow:0 24px 70px rgba(0,0,0,.18);
    backdrop-filter:blur(12px);
}

.smw-pricing-hero-note strong{
    display:block;
    margin-bottom:12px;
    font-size:20px;
}

.smw-pricing-hero-note ul{
    display:grid;
    gap:10px;
    margin:0;
    padding:0;
    list-style:none;
}

.smw-pricing-hero-note li{
    position:relative;
    padding-left:27px;
    color:#eaf4fb;
    line-height:1.45;
}

.smw-pricing-hero-note li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:#b9f76e;
    font-weight:1000;
}

.smw-pricing-main{
    padding:64px 0 88px;
}

.smw-pricing-head{
    max-width:820px;
    margin:0 auto 30px;
    text-align:center;
}

.smw-pricing-head .smw-pricing-eyebrow{
    color:var(--smw-price-green-dark);
}

.smw-pricing-head h2{
    margin:10px 0 12px;
    font-size:clamp(32px,4vw,50px);
    line-height:1.08;
    letter-spacing:-.035em;
}

.smw-pricing-head p{
    margin:0;
    color:var(--smw-price-muted);
    font-size:17px;
    line-height:1.65;
}

.smw-pricing-tabs{
    position:sticky;
    top:82px;
    z-index:20;
    display:grid;
    grid-template-columns:repeat(5,minmax(0,1fr));
    gap:8px;
    width:100%;
    max-width:1100px;
    margin:0 auto 38px;
    padding:8px;
    border:1px solid var(--smw-price-border);
    border-radius:18px;
    background:rgba(255,255,255,.94);
    box-shadow:0 15px 45px rgba(13,49,80,.10);
    backdrop-filter:blur(12px);
}

.smw-pricing-tab{
    display:flex;
    min-width:0;
    align-items:center;
    gap:10px;
    text-align:left;
    border:0;
    border-radius:12px;
    padding:12px 17px;
    color:#28465f;
    background:transparent;
    font:inherit;
    font-weight:900;
    cursor:pointer;
    transition:.2s ease;
}

.smw-pricing-tab-icon{
    display:inline-flex;
    flex:0 0 38px;
    width:38px;
    height:38px;
    align-items:center;
    justify-content:center;
    border-radius:11px;
    color:var(--smw-price-green-dark);
    background:#e8f8d8;
}

.smw-pricing-tab-icon svg,
.smw-price-card-label svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.smw-pricing-tab strong,
.smw-pricing-tab small{
    display:block;
}

.smw-pricing-tab small{
    margin-top:2px;
    color:#6b7e8d;
    font-size:10px;
    font-weight:700;
    line-height:1.2;
}

.smw-pricing-tab:hover,
.smw-pricing-tab:focus-visible{
    color:var(--smw-price-navy);
    background:#eef6e8;
}

.smw-pricing-tab.is-active{
    color:#fff;
    background:var(--smw-price-navy);
    box-shadow:0 8px 22px rgba(7,26,43,.2);
}

.smw-pricing-tab.is-active .smw-pricing-tab-icon{
    color:#2f5c00;
    background:#cfff9b;
}

.smw-pricing-tab.is-active small{
    color:#dbe8f1;
}

.smw-pricing-section{
    scroll-margin-top:180px;
}

.smw-pricing-section[hidden]{
    display:none;
}

.smw-pricing-section-head{
    display:flex;
    justify-content:space-between;
    gap:24px;
    align-items:end;
    max-width:1080px;
    margin:0 auto 22px;
}

.smw-pricing-section-head h2{
    margin:7px 0 0;
    font-size:clamp(27px,3vw,38px);
    letter-spacing:-.025em;
}

.smw-pricing-section-head p{
    max-width:590px;
    margin:0;
    color:var(--smw-price-muted);
    line-height:1.6;
}

.smw-pricing-grid{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:20px;
    max-width:1180px;
    margin:0 auto;
}

.smw-price-card{
    position:relative;
    display:flex;
    flex-direction:column;
    min-width:0;
    padding:28px;
    border:1px solid var(--smw-price-border);
    border-radius:24px;
    background:#fff;
    box-shadow:0 15px 45px rgba(13,49,80,.08);
    transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;
}

.smw-price-card.is-featured{
    border:2px solid var(--smw-price-green);
    box-shadow:0 24px 64px rgba(79,146,0,.17);
}

.smw-price-badge{
    position:absolute;
    top:16px;
    right:16px;
    padding:7px 10px;
    border-radius:999px;
    color:#244500;
    background:#dfffb8;
    font-size:11px;
    font-weight:1000;
    letter-spacing:.08em;
}

.smw-price-card-label{
    display:flex;
    align-items:center;
    gap:9px;
    color:var(--smw-price-green-dark);
    font-size:12px;
    font-weight:1000;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.smw-price-card-label > span{
    display:inline-flex;
    width:34px;
    height:34px;
    align-items:center;
    justify-content:center;
    border-radius:10px;
    background:#e8f8d8;
}

.smw-price-card h3{
    margin:9px 0 8px;
    padding-right:58px;
    font-size:26px;
    letter-spacing:-.025em;
}

.smw-price-card-subtitle{
    min-height:48px;
    margin:0 0 20px;
    color:var(--smw-price-muted);
    line-height:1.5;
}

.smw-price-values{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:10px;
    margin-bottom:18px;
}

.smw-price-value{
    min-width:0;
    padding:14px;
    border:1px solid var(--smw-price-border);
    border-radius:16px;
    background:var(--smw-price-soft);
}

.smw-price-value span{
    display:block;
    margin-bottom:4px;
    color:var(--smw-price-muted);
    font-size:12px;
    font-weight:800;
}

.smw-price-value strong{
    display:block;
    font-size:clamp(24px,2.6vw,34px);
    line-height:1;
    letter-spacing:-.035em;
    white-space:nowrap;
}

.smw-price-value small{
    display:block;
    margin-top:5px;
    color:var(--smw-price-muted);
    font-size:11px;
}

.smw-price-value.is-primary{
    color:#fff;
    border-color:var(--smw-price-navy);
    background:var(--smw-price-navy);
}

.smw-price-value.is-primary span,
.smw-price-value.is-primary small{
    color:#d9e6ef;
}

.smw-price-single .smw-price-value{
    grid-column:1 / -1;
}

.smw-price-features{
    display:grid;
    gap:11px;
    margin:0 0 24px;
    padding:0;
    list-style:none;
}

.smw-price-features li{
    position:relative;
    padding-left:25px;
    color:#334f65;
    line-height:1.45;
}

.smw-price-features li::before{
    content:"✓";
    position:absolute;
    left:0;
    color:var(--smw-price-green-dark);
    font-weight:1000;
}

.smw-price-actions{
    display:grid;
    gap:9px;
    margin-top:auto;
}

.smw-price-actions .btn{
    width:100%;
    justify-content:center;
}

.smw-pricing-explain{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:16px;
    max-width:1050px;
    margin:44px auto 0;
}

.smw-pricing-explain article{
    padding:22px;
    border-radius:20px;
    background:var(--smw-price-soft);
}

.smw-pricing-explain strong{
    display:block;
    margin-bottom:6px;
    font-size:18px;
}

.smw-pricing-explain p{
    margin:0;
    color:var(--smw-price-muted);
    line-height:1.55;
}

.smw-pricing-final{
    margin-top:55px;
    padding:32px;
    border-radius:26px;
    color:#fff;
    background:linear-gradient(135deg,var(--smw-price-navy),#124a6b);
    text-align:center;
}

.smw-pricing-final h2{
    margin:0 0 10px;
    font-size:clamp(28px,3.5vw,42px);
}

.smw-pricing-final p{
    max-width:720px;
    margin:0 auto 20px;
    color:#dce8f1;
    line-height:1.6;
}

.smw-landing-prices{
    padding-top:8px;
}

.smw-landing-prices .smw-pricing-section-head{
    display:block;
    text-align:center;
}

.ultra-home-price-options{
    display:grid!important;
    grid-template-columns:1fr auto 1fr;
    gap:10px;
    align-items:center;
    padding:0!important;
    background:transparent!important;
}

.ultra-home-price-options > span{
    display:block;
    min-width:0;
    padding:13px 10px;
    border:1px solid var(--smw-price-border);
    border-radius:15px;
    background:var(--smw-price-soft);
    text-align:center;
}

.ultra-home-price-options > span:first-child{
    color:#fff;
    border-color:var(--smw-price-navy);
    background:var(--smw-price-navy);
}

.ultra-home-price-options small{
    display:block!important;
    margin:0 0 4px!important;
    color:inherit!important;
    font-size:11px!important;
    font-weight:800!important;
    text-transform:uppercase;
}

.ultra-home-price-options b{
    display:block;
    color:var(--smw-price-navy);
    font-size:clamp(20px,2.2vw,28px)!important;
    line-height:1!important;
    white-space:nowrap;
}

.ultra-home-price-options > span:first-child b,
.ultra-price-grid .ultra-home-price-options > span:first-child b{
    color:#fff!important;
    -webkit-text-fill-color:#fff;
    opacity:1;
}

.ultra-home-price-options i{
    color:var(--smw-price-muted);
    font-size:12px;
    font-style:normal;
    font-weight:900;
}

@media (hover:hover) and (pointer:fine){
    .smw-price-card:hover{
        transform:translateY(-4px);
        border-color:#9ed95a;
        box-shadow:0 24px 58px rgba(13,49,80,.14);
    }
}

.smw-price-card:focus-within{
    border-color:#9ed95a;
    box-shadow:0 24px 58px rgba(13,49,80,.14);
}

@media (max-width:1100px){
    .ultra-home-price-options{
        grid-template-columns:1fr;
    }

    .ultra-home-price-options i{
        margin:-4px 0;
    }
}

@media (max-width:960px){
    .smw-pricing-hero-grid{
        grid-template-columns:1fr;
    }

    .smw-pricing-hero-note{
        max-width:700px;
    }

    .smw-pricing-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }

    .smw-pricing-grid .smw-price-card:last-child{
        grid-column:1 / -1;
        max-width:570px;
        width:100%;
        justify-self:center;
    }

    .smw-pricing-tabs{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media (max-width:720px){
    .smw-pricing-hero{
        padding:96px 0 42px;
    }

    .smw-pricing-hero h1{
        font-size:clamp(34px,11vw,50px);
    }

    .smw-pricing-hero-note{
        padding:20px;
        border-radius:20px;
    }

    .smw-pricing-main{
        padding:44px 0 64px;
    }

    .smw-pricing-tabs{
        position:static;
        display:grid;
        grid-template-columns:1fr 1fr;
        width:100%;
        max-width:100%;
        margin-bottom:28px;
    }

    .smw-pricing-tab{
        padding:10px;
        font-size:13px;
    }

    .smw-pricing-tab-icon{
        flex-basis:34px;
        width:34px;
        height:34px;
    }

    .smw-pricing-section-head{
        display:block;
    }

    .smw-pricing-section-head p{
        margin-top:9px;
    }

    .smw-pricing-grid{
        grid-template-columns:1fr;
    }

    .smw-pricing-grid .smw-price-card:last-child{
        grid-column:auto;
        max-width:none;
    }

    .smw-price-card{
        padding:22px;
        border-radius:20px;
    }

    .smw-price-card h3{
        font-size:24px;
    }

    .smw-price-card-subtitle{
        min-height:0;
    }

    .smw-price-values{
        grid-template-columns:1fr 1fr;
    }

    .smw-price-value{
        padding:12px;
    }

    .smw-price-value strong{
        font-size:clamp(22px,8vw,30px);
    }

    .smw-pricing-explain{
        grid-template-columns:1fr;
        margin-top:30px;
    }

    .smw-pricing-final{
        margin-top:38px;
        padding:25px 20px;
    }

    .ultra-home-price-options{
        grid-template-columns:1fr;
    }

    .ultra-home-price-options i{
        margin:-4px 0;
    }
}

@media (max-width:820px) and (min-width:391px){
    .ultra-home-price-options{
        grid-template-columns:1fr auto 1fr;
    }

    .ultra-home-price-options i{
        margin:0;
    }
}

@media (max-width:390px){
    .smw-pricing-tabs{
        grid-template-columns:1fr;
    }

    .smw-price-values{
        grid-template-columns:1fr;
    }

    .smw-price-single .smw-price-value{
        grid-column:auto;
    }
}
