﻿@import url('https://fonts.googleapis.com/css2?family=PT+Sans&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');

/* --- SaveBigRx brand webfonts (local) --- */
@font-face {
    font-family: 'League Spartan';
    src: url('../font/leaguespartan-bold.woff2') format('woff2'),
         url('../font/leaguespartan-bold.woff') format('woff'),
         url('../font/leaguespartan-bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Regular.woff2') format('woff2'),
         url('../font/Lora-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Italic.woff2') format('woff2'),
         url('../font/Lora-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Medium.woff2') format('woff2'),
         url('../font/Lora-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-MediumItalic.woff2') format('woff2'),
         url('../font/Lora-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-SemiBold.woff2') format('woff2'),
         url('../font/Lora-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-SemiBoldItalic.woff2') format('woff2'),
         url('../font/Lora-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-Bold.woff2') format('woff2'),
         url('../font/Lora-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Lora';
    src: url('../font/Lora-BoldItalic.woff2') format('woff2'),
         url('../font/Lora-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* --- SaveBigRx headline face (Amanda's pick) --- */
@font-face {
    font-family: 'PantsOnFire';
    src: url('../font/PantsOnFire-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PantsOnFire';
    src: url('../font/PantsOnFire-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'PantsOnFireII';
    src: url('../font/PantsOnFireII-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'PantsOnFireII';
    src: url('../font/PantsOnFireII-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

* {
    margin: 0em;
    padding: 0em;
}

html, body {
    width: 100%;
}

a {
    color: darkblue;
    text-decoration: none;
}

.bold {
    font-weight: 700;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.hide {
    display: none;
}

.welcome {
    position: absolute;
    right: 0;
    top: -5px;
    font-size: 14px;
    font-weight: bold;
}

.error {
    color: red;
    font-weight: bold;
    padding: 10px 0;
    float: left;
    width: 100%;
    border: 2px solid;
    padding: 10px;
    margin-top: 10px;
}

.bigger {
    font-size: 15px !important;
}

.smaller {
    font-size: 10px !important;
}

.teal {
    color: #2a888a;
}

.red {
    color: #e70e31;
}

.black {
    color: #000;
}

.linkbutton {
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    padding: 6px;
}

body {
    font-family: 'Raleway', sans-serif;
}

h1 {
    color: #256777;
    font-weight: 700;
}

h2 {
    color: #40B9C9;
    font: 35px/41px 'Fjalla One', sans-serif;
    padding-top: 20px;
}

ul.normal {
    margin-left: 25px;
}

.wrapper .content-container p {
    padding: 10px 0;
}

#slider {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.alert {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #e70e31;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    float: left;
    clear: both;
    z-index: 1;
}

    .alert a {
        color: #fff;
    }
.gallery li {
    padding: 0;
    text-align: center;
}
.galleryWrapper .bx-viewport {
    padding: 0;
    width: 100%;
    max-width: none;
    background-color: #256777;
}

.img-auto {
    width: auto;
}

#container, #top, #footer, .wrapper {
    position: relative;
    clear: both;
    float: left;
    width: 100%;
}

.content-container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    float: none;
    overflow: unset;
}

    .content-container.content {
        padding-top: 10px;
        padding-bottom: 80px;
    }


#video {
    text-align: center;
    width: 100%;
}

    #video div {
        float: left;
        margin-bottom: 50px;
        margin-right: 15px;
        display: inline-block;
    }

        #video div:nth-of-type(2) {
            width: 49%;
            height: 260px;
            /*background-color: #e7e7e7;*/
            /*border-radius:10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;*/
            position: relative;
        }

        #video div:first-child, #video div:nth-of-type(3) {
            width: 24%;
        }

            #video div:first-child img, #video div:nth-of-type(3) img {
                width: 100%;
            }

        #video div:nth-of-type(2) img {
            position: absolute;
            top: 30%;
            left: 41.5%;
        }

        #video div:last-of-type {
            margin-right: 0px;
        }

table {
    width: 100%;
}

.table select {
    padding: 5px 0;
    font-size: 16px;
}

.credit, .credita {
    float: left;
    padding: 15px 0;
    margin-bottom: 10px;
}

.top {
    background: url(/assets/img/sbrx/RedBar-top.png) repeat-x;
    min-height: 200px;
    padding-top: 20px;
}

.logo {
    max-height: 250px;
    width: auto;
    max-width: 100%;
}

#top img {
    float: left;
}

.tagline {
    font: clamp(28px, 4vw, 42px)/1em 'Fjalla One', sans-serif;
    color: #fff;
    float: right;
    margin-top: 60px;
}

.tagline2 {
    font: clamp(56px, 8vw, 96px)/1em 'Fjalla One', sans-serif;
    clear: both;
    padding-top: 60px;
}

#nav {
    position: absolute;
    right: 0;
    top: 180px;
}

    #nav ul {
        list-style-type: none;
        padding: 0;
    }

        #nav ul li {
            display: inline-block;
            padding: 5px 15px;
            font-size: 16px;
            font-weight: 700;
        }

    #nav a {
        color: #000;
    }

    #nav ul li.red {
        background-color: #e70e31;
    }

    #nav ul li.Blue {
        background-color: #40B9C9;
    }

    #nav ul li.red a {
        color: #fff;
    }

    #nav ul li.Blue a {
        color: #fff;
    }

    #nav ul li a:hover {
        color: #e70e31;
        border-bottom: 5px solid #e70e31;
        padding-bottom: 14px;
    }

    #nav ul li.red a:hover {
        color: #fff;
    }

    #nav ul li.Blue a:hover {
        color: #fff;
    }

.nav-active {
    color: #e70e31;
    border-bottom: 5px solid #e70e31;
    padding-bottom: 14px;
    font-weight: 700;
}

.ci {
    color: red;
}

li.slide {
    background-color: #256777;
}

    li.slide img {
        /* width:100% */
        margin: 0 auto;
    }

#comparisons {
    background-color: #e7e7e7;
    width: 100%;
    clear: both;
    padding: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    height: auto;
}

    #comparisons p {
        padding: 0;
    }

.comparisons {
    width: 100%;
    clear: both;
    margin-top: 40px;
    margin-bottom: 20px;
}

    .comparisons td, .comparisons th {
        font-size: 12px;
        line-height: 14px;
    }

        .comparisons th.bigger {
            font-size: 15px;
        }

    .comparisons td {
        text-align: center;
    }

    .comparisons tr td:first-of-type {
        text-align: left;
    }

.percent {
    width: 94%;
    float: left;
    background-color: #fff;
    color: #fff;
    font-weight: bold;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

.percent-applied {
    background-color: #e70e31;
    padding: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
}

p.subhead {
    font-size: 22px;
    font-weight: bold;
}

.fixed {
    position: fixed;
}

.tag2 {
    text-align: center;
    padding: 40px 0;
}

.wrapper .col {
    width: 48%;
    padding-right: 2%;
    float: left;
    margin-bottom: 20px;
}

.net30 {
    float: left;
    margin-top: 30px;
}

.wrapper .col1, .wrapper .col2, .wrapper .col3 {
    float: left;
    width: 31%;
    position: relative;
}

.adminform .todays {
    font-size: 14px;
    background-color: #c1d8dc5c;
    padding: 10px;
}

    .adminform .todays td {
        font-size: 14px;
        padding: 2px;
    }

.todays label {
    clear: both;
}

.wrapper .intro {
    width: 100%;
    clear: both;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-transform: uppercase;
}

.wrapper .col1, .wrapper .col2 {
    padding-right: 3%;
}

.wrapper .col:last-of-type {
    padding-bottom: 80px;
    margin-top: -30px;
}

.wrapper.main .col:last-of-type {
    padding-bottom: 0;
    margin-top: 10px;
}

.wrapper.main.checkout {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

    .wrapper.main.checkout .col {
        margin-top: 0px;
    }

    .wrapper.main.checkout .col {
        padding-right: 1%;
        margin-right: 2%;
        border-right: 1px solid #ccc;
    }

        .wrapper.main.checkout .col:last-of-type {
            padding-right: 0;
            margin-right: 0;
            border-right: none;
        }

.wrapper.main .col h3 {
    padding-bottom: 10px;
}

.wrapper.main .col h4 {
    clear: both;
}

.wrapper .col1 span, .wrapper .col2 span, .wrapper .col3 span {
    z-index: 2;
    position: absolute;
    top: 90px;
    left: 162px;
    color: #fff;
    text-align: center;
    font-weight: 400;
}

.wrapper .col3 span {
    left: 218px;
    top: 110px;
}

.wrapper span a.callout {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

a.white-button {
    color: #2bc3ee;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.acct-table {
    font-size: 14px;
    line-height: 22px;
}
#home-content {
    float: left;
    text-align: left;
    clear: both;
    padding: 50px 0px 80px 50px;
}

    #home-content .subhead {
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 5px;
    }

    #home-content ul {
        float: left;
        list-style-image: url(../img/reddot.png);
    }

        #home-content ul:first-of-type {
            margin-right: 50px;
        }

        #home-content ul li {
            font-size: 14px;
            color: #404040;
            font-weight: bold;
            padding: 8px 0;
        }

#footer {
    background-color: #ccc;
    padding: 20px 0;
    margin-top: 80px;
}
    #footer .content-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
        width: 100%;
        padding: 0 20px;
    }

    #footer ul {
        list-style-type: none;
    }

    #footer .col1 {
        flex: 1 1 200px;
        min-width: 0;
    }

        #footer .col1 a {
            padding-right: 15px;
        }

    #footer .col2, #footer .col3, #footer .col4 {
        flex: 1 1 200px;
        min-width: 0;
    }

        #footer .col2 ul li {
            padding-bottom: 10px;
        }

        #footer .col3 a {
            font-weight: bold;
            font-size: 12px;
        }

.nav-button {
    display: none;
}
/* content pages */

.field {
    padding: 5px;
    margin-bottom: 5px;
}

.field_lg, .field_md, .field_sm, .field {
    background-color: #e6e5e5;
    padding: 5px 2px;
    color: #5d5d5d;
    margin-bottom: 10px;
    float: left;
}

.field_md_s {
    width: 47.7% !important;
}

.field_md.ddl {
    width: 99%;
    padding-left: 10px;
    text-align-last: right;
}

.nofloat {
    float: none;
}

.main-f {
    width: 100%;
    /*max-width:1240px;*/
    clear: both;
    position: relative;
    margin: 0 auto;
}

    .main-f .col:last-of-type {
        padding-bottom: 0;
        margin-top: 0;
    }

.marquee-container {
    width: 100%;
    float: left;
    margin: 10px 0;
}



.field_a {
    float: left;
    clear: both;
}

.field.max {
    max-width: 175px;
}

div.field_lg {
    padding: 5px;
    width: 100%;
}


.form-container {
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.form-container .colm {
    flex: 1;
    font-size: 13px;
}
    .form-container .colm:first-of-type {
        margin-right: 20px;
    }
.form-container .colm:first-child h2 {
    clear: both;
    padding-top: 0;
    padding-bottom: 20px;
}
.form-container .colm:last-child {
    flex: 1;
    padding-top: 12px;
}
    .form-container .colm input[type="text"],
    .form-container .colm select,
    .form-container .colm input[type="password"],
    .form-container .colm input[type="file"],
    .form-container .colm input[type="tel"],
    .content .form-container textarea {
        width: 100%;
        background-color: #e6e5e5;
        padding: 5px;
        color: #5d5d5d;
        margin-bottom: 10px;
        border: 1px solid #ccc;
    }
        .form-container .colm input[type="text"]::placeholder,
        .form-container .colm input[type="password"]::placeholder,
        .form-container .colm input[type="tel"]::placeholder {
            font-size: 12px;
        }
    .form-container .colm .behave {
        width: 100%;
        margin-bottom: 10px;
    }
    .form-container .colm input[type="file"] {
        padding: 3px 5px;
        font-size: 12px;
    }
    .form-container .colm select {
        padding: 5px 2px;
        font-size: 12px;
    }

    .form-container .colm .half-width {
        width: calc(50% - 5px) !important;
    }
    .form-container .colm .half-width.lm {
        width: 50%;
        margin-left: 5px;
    }

.form-container .colm .b {
    font-size: 13px;
    padding-bottom: 2px;
    clear:both;
    float:left;
}
@media screen and (max-width: 750px) {
    .form-container {
        display: block; 
    }
    .colm {
        width: 100%; 
    }
}
.content .form-container textarea {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
input.pad, select.pad {
    margin-right: 3%;
}

.content textarea {
    width: 95%;
    height: 170px;
    padding: 10px;
    font-family: 'Raleway', sans-serif;
}

select.field_lg {
    width: 97.5%;
}

.field_75 {
    width: 75%;
}

.amt {
    font-size: 1em;
    width: 70px;
    text-align: right;
}

.field_md {
    width: 44%;
    margin-right: 2%;
}
select.field_md {
    width: 48%;
}

.field_sm {
    width: 21%;
}

.filters {
    width: 100%;
    clear: both;
}
/*.filters * {display:table-cell;}*/

input[type=submit], input[type=button] {
    text-transform: uppercase;
    color: #fff;
    background-color: #40b9c9;
    padding: 7px 20px;
    font-weight: bold;
    border: none;
    cursor: pointer;
}

.login {
    max-width: 500px;
    margin: 0 auto;
}

.PopupPanel2 {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
    z-index: 1001;
    margin-top: -200px;
    margin-left: -300px;
}

.PopupPanel {
    border: solid 1px black;
    position: fixed;
    left: 50%;
    top: 30%;
    background-color: white;
    z-index: 100;
    margin-top: -200px;
    margin-left: -300px;
}

.containers {
    position: relative;
    width: 100%;
    height: 300px;
    border-radius: 5px;
    border: 1px solid red;
    overflow: hidden;
}

.auto-style1 {
    width: 500px;
}

.auto-style2 {
    width: 152px;
}

.auto-style3 {
    width: 303px
}

.auto-style4 {
    width: 155px;
}

.address {
    clear: both;
    padding-top: 20px;
}

    .address div {
        float: left;
        line-height: 1.3em;
        padding-right: 30px;
    }

.submenu {
    font-weight: bold;
    clear: both;
    float: left;
    padding: 20px 0 3px 0;
}

    .submenu:hover, .address div a:hover {
        color: #e70e31;
    }

#pnl1 {
    clear: both;
    width: 100%;
}

input[type=number] {
    border: 1px solid #000;
    width: 50px;
    text-align: center;
    padding: 3px;
}
input[type=submit].btn-apply {
    background: url(/assets/img/icon-green-white-arrow.png) no-repeat;
    width: 40px;
    height: 33px;
    border-radius: 0;
    padding: 0;
}
.table {
    width: 100%;
    clear: both;
    border: 0;
}

    .table th {
        font-weight: bold;
        color: #256777;
        border: 0;
        padding: 4px;
        border-bottom: 1px solid #256777;
        vertical-align: bottom;
        text-align: left;
    }

        .table th.center {
            text-align: center;
        }




        .field_lg, .table.inv input[type=text].field_lg {
            width: 94%;
        }


.moreinfo td {
    padding: 5px 10px !important;
    font-size: 18px !important;
}

.moreinfo {
    position: fixed;
    z-index: 10;
    top: 20%;
    left: 40%;
    width: 400px;
    background-color: #f9f8f8;
    border: 1px solid #ccc;
}

#note.moreinfo {
    width: 700px;
    left: 32%;
}

#note input, #note select {
    padding: 5px;
}

.moreinfo .header {
    background-color: #d5313a;
    color: #fff;
    font-size: 33px !important;
}


.b_options {
    padding-top: 20px;
    width: 100%;
    text-align: right;
    clear: both;
}

    .b_options span, .b_options span a {
        font-family: Raleway;
        font-size: 14px;
        line-height: 16px;
        color: #000;
        padding: 10px;
    }

        .b_options span a.active {
            text-decoration: underline;
        }

.btn1 {
    border: 1px solid #d7d7d7;
    background-color: #fbfaf9;
    font-family: Raleway;
    font-size: 18px;
    padding: 8px 20px 8px 20px;
    margin: 10px 10px 10px 0;
    color: #5e5e5e;
    cursor: pointer;
    float: left;
}

    .btn1.new {
        padding-left: 48px
    }


.g-recaptcha {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 20px;
}

.buttons .btn {
    font-family: 'Raleway';
}


.titlebar {
    width: 100%;
    text-align: center;
    background-color: #40b9c9;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
}

    .titlebar h1 {
        color: #fff;
        font-family: 'PT Sans'
    }

    .titlebar input {
        border: 1px solid #fff;
        margin-top: 5px;
    }

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.result {
    width: 100%;
    clear: both;
    float: left;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
}

    .result.good {
        color: #197b30;
    }

    .result.bad {
        color: #ed1c24;
    }

.full-width .result {
    padding-top: 10px;
}

.addtocart {
    padding: 5px 10px 5px 35px !important;
    background: url(/assets/img/sbrx/icon-cart-white.png) no-repeat 8px center;
    background-color: #e70e31 !important;
    font-family: 'PT Sans';
    font-size: 18px;
    color: #fff;
    float: right;
    clear: both;
}

.table td, .pages {
    padding: 4px;
    border: 0;
}

.table-auto {
    width: auto;
}

    .table-auto td {
        padding: 4px;
    }

.pages table::before {
    content: 'Pages: ';
    font-size: 12px;
    text-transform: uppercase;
    color: #256777;
}

.nopad {
    padding: 0px !important;
}

.headers {
    font-weight: bold;
    color: #256777;
    border: 0;
    vertical-align: bottom;
    text-align: left;
}


.ck-col h3 {
    color: #40B9C9;
    font: 35px/41px 'Fjalla One', sans-serif;
    padding-top: 20px;
}
.reports span {
    float: left;
    clear: both;
}

/* meter */
.meter {
    background-color: #c7ecf1;
    border-radius: 15px;
    width: 100%;
    max-width: 670px;
    height: 160px;
    text-align: center;
    position: relative;

    position:absolute;
    right: 0;
    top: -393px;
}

    .meter .title {
        font-size: 29px;
        line-height: 46px;
        color: #068699;
    }

    .meter .sub {
        color: #068699;
        font-size: 14px;
        line-height: 14px;
        display: block;
        margin-top: -5px;
    }

    .meter .gauge {
        width: 500px;
        height: 67px;
        background: url(/assets/img/sbrx/meter-red.png) no-repeat left center;
        position: relative;
        margin: 0 auto;
        z-index: 1;
    }

        .meter .gauge .sofar {
            width: 0px;
            height: 67px;
            background: url(/assets/img/sbrx/meter-blue.png) no-repeat left center;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 2;
            overflow-x: hidden;
        }

    .meter .pos {
        font-size: 10px;
        width: 90px;
        height: 50px;
        position: absolute;
        top: 68px;
        z-index: 3;
    }

        .meter .pos._0 {
            left: -25px;
        }

        .meter .pos._50 {
            left: 41%;
        }

        .meter .pos._100 {
            left: 87%;
        }

        .meter .pos .goal {
            display: none;
            font-weight: bold;
        }

    .meter .amt {
        position: absolute;
        top: 23px;
        z-index: 3;
        width: 25px;
        height: 25px;
        line-height: 25px;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
        text-align: center;
        background: #000
    }

    .meter .help {
        position: absolute;
        right: 50px;
        top: 80px;
    }



/* admin */
.adminform {
    clear: both;
    padding: 20px 0;
}

    .adminform label, .credita label, p label {
        float: left;
        padding: 5px;
        vertical-align: middle;
        width: 110px;
    }

    .adminform div, .credita label {
        float: left;
    }

    .adminform .col1, .adminform .col2, .adminform .col3, .adminform .col4, .adminform .col5 {
        width: 18%;
        padding-right: 2%;
    }

    .adminform .col4 {
        width: 10%;
    }

    .adminform .col5 {
        width: 26%;
    }

.metrics {
    width: auto;
}

    .metrics td:first-of-type {
        text-align: left;
        white-space: nowrap;
    }

    .metrics td, .metrics th {
        padding: 4px;
        text-align: center;
        border-bottom: 1px solid #40b9c9;
    }

#promo {
    float: left;
}
.promo-code {
    height: 33px;
}
    #promo label {
        float: left;
        padding: 7px 5px 0 0;
    }

.stats {
    border-bottom: 1px solid;
    padding-bottom: 40px;
}

    .stats table td {
        padding: 5px 0;
    }

.notes td {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

    .notes td ul, .inv td ul {
        padding: 10px 0 0 25px;
    }

    .notes td p {
        padding-bottom: 5px;
        font: 300 16px 'PT Sans';
    }

.notes .follow {
    padding-top: 10px;
    font: bold 14px 'PT Sans';
    color: #333;
}

.notes .entered {
    font: 300 12px 'PT Sans';
    color: #2a888a;
    padding-bottom: 15px;
}

.notpanel {
    position: absolute;
    top: 20px;
    height: 120px;
    width: 300px;
    overflow: auto;
    left: 40%;
    border: 3px solid #fff;
}

.notifications {
    background-color: #fff;
    margin-top: 0 !important;
}

    .notifications td {
        padding: 5px !important;
    }
/* product search */
.m {
    height: 20px;
    width: 120px;
    cursor: pointer;
    overflow: hidden;
    display: block;
}

.showM {
    overflow: visible;
    position: absolute;
    background-color: #fff;
    z-index: 5;
    margin-top: -12px;
    width: 180px;
    height: 40px;
    padding-bottom: 18px;
    border: 1px solid #40b9c9;
}

.img {
    cursor: pointer;
}

.showI {
    position: absolute;
    background-color: #fff;
    border: 1px solid #40b9c9;
    margin-top: -10px;
    padding: 5px;
    height: auto;
    width: auto;
}

.table tr {
    border-bottom: 1px solid #40b9c9;
}

.table .field_sm {
    margin-bottom: 0;
    text-align: center;
}

.padleft {
    margin-left: 5px;
}

@media (max-width:1024px) {
    #top {
        background-position-y: -50px;
        height: 180px;
    }
    .top {
        min-height: 180px;
        height: auto;
    }
    .logo {
        max-height: 170px;
        margin-left: 10px;
    }
    .top img.logo {
        max-height: 180px;
    }
    .full-width {
        padding-right: 0;
    }
    .tagline {
        font-size: 35px;
        margin-top: 30px;
        padding-right: 20px;
    }

    .col1, .col2, .col3 {
        float: left;
    }

    #nav ul {
        padding-top: 50px;
        padding-right: 10px;
    }

    .wrapper {
        padding-left: 10px;
        width: 100%;

    }
    .content-container.content {
        padding: 0;
    }

        .wrapper .col:first-of-type {
            /*margin-top:40px;*/
        }

        .wrapper .col:last-of-type {
            margin-top: 0px;
        }

    input.pad, select.pad {
        margin-right: 2%;
    }

    #video img {
        max-width: 100%;
    }

    #video div:nth-of-type(2) {
        height: 200px;
    }

    .wrapper .col2 span.adj {
        left: 70px;
        top: 70px;
    }
}

.subnav ul {
    list-style-type: none;
    float: right;
    text-align: right;
}

    .subnav ul li {
        display: inline-block;
        padding: 5px 10px 0;
    }

        .subnav ul li a {
            color: #2a888a;
            font-weight: bold;
        }

.fulfillment {
    text-align: center;
    float: left;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #e70e31;
    font-weight: bold;
    border: 1px solid #40B9C9;
}


.drug {
    font-size: 16px;
    padding: 4px 10px;
}

    .drug span:nth-of-type(1) {
        color: #256777;
    }

    .drug span:nth-of-type(2) {
        color: #2a888a;
    }

    .drug span:nth-of-type(3) {
        color: #c1c1c1;
    }

    .drug:hover {
        background-color: #ccc !important;
    }
.row .btn.go {
    height: auto;
}

input[type=checkbox].css-checkbox, .css-checkbox input[type=checkbox] {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

    input[type=checkbox].css-checkbox + label.css-label, .css-checkbox input[type=checkbox] + label.css-label {
        padding-left: 44px;
        display: inline-block;
        background-repeat: no-repeat;
        background-position: 0 0;
        vertical-align: middle;
        cursor: pointer;
        height: 36px;
    }

    input[type=checkbox].css-checkbox:checked + label.css-label, .css-checkbox input[type=checkbox]:checked + label.css-label {
        background-position: 0 -36px;
    }

label.css-label {
    background-image: url(/assets/img/sbrx/checks_sb.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #40B9C9;
    font: 22px/37px 'Fjalla One', sans-serif;
}

    label.css-label.smaller {
        font-size: 16px;
    }

    label.css-label b {
        color: #000;
    }

table.rbl td {
    text-align: center;
}

.highlight {
    font-weight: bold;
    background-color: yellow;
    padding: 5px 15px;
}

.credit {
    border: 1px solid red;
}

    .credit span {
        color: red;
        font-size: 16px;
        padding-left: 20px;
        font-weight: bold;
    }

    .credit input[type=submit] {
        background-color: red;
        margin-right: 20px;
        float: right;
    }

@media (max-width:750px) {
    .PopupPanel, .PopupPanel2 {
        width: 90%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
    }
    .ci {
        color: #fff;
    }
    #mainContent_PnlMain, .overflow {
        overflow-x: scroll;
    }

    .subnav ul {
        margin-top: 0px;
    }

    .tagline {
        color: #000;
        font-size: 20px;
        float: right;
        line-height: 20px;
        width: auto;
        margin-top: 20px;
        text-align: right;
    }

    b.ci {
        color: gold;
    }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        width: 280px;
        height: 100vh;
        background-color: #e70e31;
        z-index: 10000;
        transform: translateX(100%);
        transition: transform 300ms ease;
        overflow-y: auto;
        padding-top: 60px;
        box-shadow: -4px 0 20px rgba(0,0,0,.25);
    }

    #nav.open {
        transform: translateX(0);
    }

        #nav ul {
            list-style-type: none;
            padding: 0;
            width: 100%;
        }

            #nav ul li {
                display: block;
                padding: 0;
                width: 100%;
                font-size: 16px;
                font-weight: 400;
                border-bottom: 1px solid rgba(255,255,255,.2);
            }

                #nav ul li a {
                    color: #fff;
                    display: block;
                    padding: 14px 24px;
                    transition: background-color 200ms ease;
                }

                    #nav ul li a:hover {
                        background-color: rgba(255,255,255,.15);
                        border-bottom: none;
                    }

            #nav ul li.Blue, #nav ul li.red {
                background-color: rgba(0,0,0,.15);
            }

    .nav-button {
        display: block;
        position: absolute;
        right: 15px;
        top: 20px;
        z-index: 10;
        cursor: pointer;
    }
    .nav-button img {
        height: 36px;
        width: auto;
    }

    .nav-close {
        position: absolute;
        top: 12px;
        right: 18px;
        font-size: 32px;
        color: #fff;
        cursor: pointer;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        transition: opacity 200ms ease;
    }
    .nav-close:hover { opacity: .7; }

    .nav-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,.4);
        z-index: 9999;
    }
    .nav-overlay.open { display: block; }

    .wrapper .col2 {
        float: right;
        padding-right: 0px;
    }

        .wrapper .col2 span.adj {
            left: 170px;
            top: 70px;
        }

    .wrapper .col1, .wrapper .col2, .wrapper .col3 {
        width: 340px !important;
        margin: 0 auto;
        float: none;
    }

    .wrapper .col {
        width: 100%;
    }

        .wrapper .col:first-of-type {
            margin-top: 20px;
        }

    #video {
        height: 280px;
    }

        #video div {
            text-align: center;
            width: 100%;
        }

            #video div:nth-of-type(2) {
                width: 100%;
            }

            #video div:first-child, #video div:nth-of-type(3) {
                display: none;
            }

    #comparisons {
        width: auto;
    }

    .comparisons tr th:nth-of-type(3), .comparisons tr th:nth-of-type(4), .comparisons tr th:nth-of-type(5), .comparisons tr th:nth-of-type(6),
    .comparisons tr td:nth-of-type(3), .comparisons tr td:nth-of-type(4), .comparisons tr td:nth-of-type(5), .comparisons tr td:nth-of-type(6) {
        display: none;
    }

    .col1, .col2, .col3 {
        padding-bottom: 15px;
        width: auto !important;
    }
}

.label1 {
    display: inline-block;
    width: 250px;
    padding: 5px 5px 5px 5px;
}

.auto {
    width: auto !important;
    height: auto;
}

.DGPadding {
    padding: 5px 5px 5px 5px
}

/* font-family removed — inherited from brand body styles */

.LinkColorBlue {
    color: blue;
}

.aware {
    font-weight: 700;
    text-decoration: underline;
}

.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    float: none !important;
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 600px; /* Could be more or less, depending on screen size */
    height: 400px;
    overflow-y: auto;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

#policy {
    display: none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#note p {
    clear: both;
    float: left;
}

    #note p label {
        width: 200px;
    }

/* Overlay */
#simplemodal-overlay {
    background-color: #000;
}

/* Container */
#simplemodal-container {
    height: 460px;
    width: 60%;
    color: #1c1c1c;
    background-color: #fff;
    border: 4px solid #40b9c9;
    padding: 12px;
}

    #simplemodal-container .simplemodal-data {
        padding: 8px;
    }

    #simplemodal-container code {
        background: #141414;
        border-left: 3px solid #65B43D;
        color: #bbb;
        display: block;
        font-size: 12px;
        margin-bottom: 12px;
        padding: 4px 6px 6px;
    }

    #simplemodal-container a {
        color: #ddd;
    }

        #simplemodal-container a.modalCloseImg {
            background: url(/assets/img/sbrx/x.png) no-repeat;
            width: 25px;
            height: 29px;
            display: inline;
            z-index: 3200;
            position: absolute;
            top: -15px;
            right: -16px;
            cursor: pointer;
        }

    #simplemodal-container h3 {
        color: #84b8d9;
    }

/* filters */
.inv-top {
    position: relative;
    width: 100%;
}

    .inv-top input[type=submit] {
        margin-top: -20px;
    }

#tab1, #tab2, #tab3, #tab4 {
    display: none;
}

#filters #tab3.mm li, #filters #tab4.mm li {
    width: 100px;
}

.freset {
    background: url("/assets/img/sbrx/reset.png") no-repeat left center;
    padding-left: 20px;
    color: #ccc !important;
}

.arrow-up {
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #eee;
}

#tab1 .arrow-up {
    margin-left: 115px;
}

#tab2 .arrow-up {
    margin-left: 220px;
}

#tab3 .arrow-up {
    margin-left: 305px;
}

#tab4 .arrow-up {
    margin-left: 400px;
}

@media (max-width:600px) {
    .ck-col {
        width: 100%;
    }

    .wrapper.main.checkout .col {
        border-right: none;
    }

    label.css-label {
        font-size: 18px;
        line-height: 20px;
    }

    .adminform .col1, .adminform .col2, .adminform .col3, .adminform .col4, .adminform .col5 {
        width: 98%;
        padding: 1%;
    }
}

@media (max-width:500px) {
    .tagline {
        width: 200px;
    }
}

@media (max-width:400px) {
    .tagline {
        width: 200px;
    }

    .wrapper .col2 {
        float: left;
        padding-right: 0px;
    }

    .col1, .col2, .col3 {
        clear: both;
        padding-top: 10px;
    }

        .col3 input[type=image] {
            width: 100%;
        }

    .wrapper .col1 img {
        width: 100%;
    }

    .footer .col1 img {
        width: auto;
    }

    .col4 {
        float: right;
        padding-right: 10px;
    }
}

@media (max-width:320px) {
    .tagline {
        width: 150px;
    }

    .wrapper .col1 img, .wrapper .col2 img, .wrapper .col3 img {
        width: 100%;
    }

    .fit {
        width: 90%;
    }

    .wrapper .col1 span {
        top: 60px;
        left: 150px;
    }

    .wrapper .col3 span {
        left: 190px;
    }

    .tagline2 {
        font-size: 56px;
        line-height: 56px;
    }

    .comparisons tr th:nth-of-type(2),
    .comparisons tr td:nth-of-type(2) {
        display: none;
    }
}

/* ── Extra-small mobile ── */
@media (max-width: 480px) {
    .top { min-height: 120px; padding-top: 10px; }
    .logo { max-height: 100px; }
    .tagline {
        font-size: 22px;
        margin-top: 20px;
        color: #fff;
        margin-right: 45px;
    }
    .meter { height: auto; padding: 15px; }
    .meter .gauge { width: 100%; max-width: 300px; }
    #footer .content-container { flex-direction: column; }
    #footer .col1, #footer .col2, #footer .col3, #footer .col4 {
        flex: 1 1 100%; margin: 10px 0;
    }
}

/* ============================================================
   SAVEBIGRX 2026 REDESIGN — scoped via .sb-v2 ancestor
   Palette sampled from the 2026 brand PDF. Typography uses
   Fjalla One (display) + Raleway (body) — to be swapped when
   Amanda ships the new webfonts.
   ============================================================ */

.sb-v2 {
    --sb-green: #457833;
    --sb-green-dark: #2f5523;
    --sb-green-ink: #1e3a16;
    --sb-coral: #FF6D4C;
    --sb-coral-dark: #E54E2D;
    --sb-mint: #9CCF8C;
    --sb-mint-dark: #7cb96c;
    --sb-sage: #BED9B6;
    --sb-hero-top: #B8D6B0;
    --sb-hero-bot: #EAF4E9;
    --sb-cream-1: #F5FFCB;
    --sb-cream-2: #EEF8AF;
    --sb-lime: #DBF475;
    --sb-off-white: #F4F4F2;
    --sb-paper: #FFFFFF;
    --sb-ink: #2B3A23;
    --sb-ink-muted: #5a6a50;
    --sb-rule: rgba(69, 120, 51, 0.18);
    --sb-shadow-sm: 0 4px 12px rgba(35, 58, 22, 0.08);
    --sb-shadow-md: 0 10px 30px rgba(35, 58, 22, 0.12);
    --sb-shadow-lg: 0 24px 60px rgba(35, 58, 22, 0.18);
    --sb-radius: 14px;
    --sb-radius-lg: 22px;
    --sb-radius-pill: 999px;
    --sb-t-fast: 180ms ease;
    --sb-t-med: 320ms cubic-bezier(0.22, 0.61, 0.36, 1);
    --sb-font-display: 'League Spartan', 'Fjalla One', 'Oswald', Impact, sans-serif;
    --sb-font-body: 'Lora', Georgia, 'Times New Roman', serif;
    --sb-font-headline: 'PantsOnFire', 'League Spartan', 'Fjalla One', Impact, sans-serif;
    --sb-font-subhead: 'PantsOnFireII', 'League Spartan', 'Fjalla One', Impact, sans-serif;

    font-family: var(--sb-font-body);
    color: var(--sb-ink);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

.sb-v2 *,
.sb-v2 *::before,
.sb-v2 *::after { box-sizing: border-box; }

.sb-v2 .sb-hero,
.sb-v2 .sb-panel,
.sb-v2 .sb-footer {
    display: block;
    width: 100%;
    clear: both;
}

/* --- Header (overrides legacy .top for SBRX) ---------------- */
.sb-v2 .sb-head {
    background: linear-gradient(90deg, #ffffff 0%, #f6fbec 45%, var(--sb-sage) 100%);
    border-bottom: 1px solid rgba(69, 120, 51, 0.12);
    padding: 14px 0;
    position: relative;
    z-index: 20;
    height: auto;
    min-height: 0;
}
.sb-v2 .sb-head::before,
.sb-v2 .sb-head::after { content: none; }

.sb-v2 .sb-head__inner {
    display: flex;
    align-items: center;
    gap: 24px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 24px;
    position: relative;
    height: auto;
}

.sb-v2 .sb-head__logo {
    display: block;
    flex-shrink: 0;
}
.sb-v2 .sb-head__logo img.logo {
    display: block;
    width: auto;
    height: 64px;
    margin: 0;
    float: none;
    position: static;
}

.sb-v2 .sb-head__phone {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--sb-coral);
    font-family: var(--sb-font-display);
    font-weight: 700;
    font-size: 19px;
    letter-spacing: 0.04em;
    text-decoration: none;
    padding: 4px 6px;
    border-radius: 6px;
    transition: color var(--sb-t-fast);
}
.sb-v2 .sb-head__phone:hover { color: var(--sb-coral-dark); }
.sb-v2 .sb-head__phone svg {
    width: 18px;
    height: 18px;
    fill: var(--sb-coral);
    flex-shrink: 0;
}

/* Nav — override legacy #nav styles within .sb-v2 (use #nav for specificity) */
.sb-v2 #nav.sb-head__nav {
    margin-left: auto;
    display: flex;
    align-items: center;
    position: static;
    right: auto;
    top: auto;
    width: auto;
    height: auto;
    background: transparent;
    box-shadow: none;
    transform: none;
    padding: 0;
}

.sb-v2 #nav.sb-head__nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.sb-v2 #nav.sb-head__nav li {
    display: inline-flex;
    align-items: center;
    margin: 0;
    padding: 0;
    background: transparent;
    border: 0;
}

.sb-v2 #nav.sb-head__nav li a {
    color: var(--sb-green);
    font-family: var(--sb-font-display);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    padding: 10px 14px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    transition: color var(--sb-t-fast), background var(--sb-t-fast);
    background: transparent;
    border: 0;
}
.sb-v2 #nav.sb-head__nav li a:hover {
    color: var(--sb-coral);
    background: rgba(255, 109, 76, 0.08);
    border-bottom: 0;
    padding: 10px 14px;
}

.sb-v2 #nav.sb-head__nav li.sb-head__cta a {
    color: #fff;
    background: var(--sb-coral);
    padding: 11px 22px;
    border-radius: var(--sb-radius-pill);
    box-shadow: 0 6px 14px rgba(255, 109, 76, 0.28);
    margin-left: 8px;
}
.sb-v2 #nav.sb-head__nav li.sb-head__cta a:hover {
    background: var(--sb-coral-dark);
    color: #fff;
    transform: translateY(-1px);
    padding: 11px 22px;
}

.sb-v2 #nav.sb-head__nav li.sb-head__cta-alt { display: none; }

/* Hamburger (mobile) — rebuild from three spans */
.sb-v2 .sb-head__menubtn {
    display: none;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    float: none;
}
.sb-v2 .sb-head__menubtn a {
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 22px;
    padding: 0;
    background: transparent;
    border: 0;
}
.sb-v2 .sb-head__menubtn a span {
    display: block;
    width: 100%;
    height: 3px;
    background: var(--sb-green);
    border-radius: 2px;
    transition: transform var(--sb-t-fast), opacity var(--sb-t-fast);
}

.sb-v2 .nav-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(47, 85, 35, 0.45);
    z-index: 50;
}
.sb-v2 .nav-overlay.open { display: block; }

@media (max-width: 900px) {
    .sb-v2 .sb-head__menubtn { display: inline-block; }

    .sb-v2 .sb-head__phone {
        margin-left: auto;
        margin-right: 48px;
        font-size: 15px;
    }
    .sb-v2 .sb-head__phone svg { width: 14px; height: 14px; }

    .sb-v2 #nav.sb-head__nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: min(320px, 80%);
        height: 100vh;
        background: #fff;
        box-shadow: -20px 0 40px rgba(35, 58, 22, 0.15);
        padding: 80px 24px 24px;
        z-index: 60;
        transition: right var(--sb-t-med);
        display: block;
        overflow-y: auto;
    }
    .sb-v2 #nav.sb-head__nav.open { right: 0; }
    .sb-v2 #nav.sb-head__nav ul { flex-direction: column; align-items: stretch; gap: 4px; }
    .sb-v2 #nav.sb-head__nav li { display: block; }
    .sb-v2 #nav.sb-head__nav li a {
        display: block;
        padding: 14px 12px;
        border-radius: 8px;
        font-size: 17px;
    }
    .sb-v2 #nav.sb-head__nav li.sb-head__cta a,
    .sb-v2 #nav.sb-head__nav li.sb-head__cta-alt a {
        text-align: center;
        margin: 10px 0 0;
    }
    .sb-v2 #nav.sb-head__nav li.sb-head__cta-alt { display: block; }
    .sb-v2 #nav.sb-head__nav li.sb-head__cta-alt a {
        background: var(--sb-green);
        color: #fff;
        border-radius: var(--sb-radius-pill);
    }
    .sb-v2 .nav-close {
        position: absolute;
        top: 18px;
        right: 20px;
        font-size: 30px;
        line-height: 1;
        color: var(--sb-green);
        cursor: pointer;
    }
}

@media (max-width: 500px) {
    .sb-v2 .sb-head__logo img.logo { height: 52px; }
    .sb-v2 .sb-head__phone {
        font-size: 0;
        width: 34px;
        height: 34px;
        border-radius: 50%;
        background: rgba(255, 109, 76, 0.12);
        justify-content: center;
        padding: 0;
    }
    .sb-v2 .sb-head__phone svg { width: 16px; height: 16px; }
}

.sb-v2 a { color: var(--sb-green); text-decoration: none; transition: color var(--sb-t-fast); }
.sb-v2 a:hover { color: var(--sb-coral); }

.sb-v2 h1, .sb-v2 h2, .sb-v2 h3 {
    font-family: var(--sb-font-display);
    color: var(--sb-green);
    letter-spacing: 0.01em;
    line-height: 1.08;
}

.sb-v2 p { margin: 0 0 1em; }
.sb-v2 p:last-child { margin-bottom: 0; }

/* --- Layout scaffolding ------------------------------------- */
.sb-v2 .sb-container {
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px;
}

.sb-v2 .sb-panel {
    position: relative;
    padding: 92px 0;
    overflow: hidden;
}

.sb-v2 .sb-panel--wide { padding: 110px 0; }
.sb-v2 .sb-panel--tight { padding: 64px 0; }
.sb-v2 .sb-panel--mint { padding-top: 48px; padding-bottom: 72px; }

/* Striped pale-yellow background used for Why Choose / FAQ / Join */
.sb-v2 .sb-panel--pills {
    background-color: var(--sb-cream-2);
    background-image: url('../img/sbrx/background_pills.png');
    background-repeat: repeat;
}

.sb-v2 .sb-panel--stripes {
    background-color: var(--sb-cream-1);
    background-image: repeating-linear-gradient(
        90deg,
        var(--sb-cream-1) 0px,
        var(--sb-cream-1) 28px,
        var(--sb-cream-2) 28px,
        var(--sb-cream-2) 56px
    );
}

.sb-v2 .sb-panel--mint {
    background: var(--sb-mint);
    color: var(--sb-green-ink);
}

.sb-v2 .sb-panel--lime {
    background: var(--sb-lime);
}

/* --- Scroll reveal (top-down flow) -------------------------- */
.sb-v2 .sb-reveal {
    opacity: 0;
    transform: translateY(48px);
    transition:
        opacity 720ms cubic-bezier(0.22, 0.61, 0.36, 1),
        transform 720ms cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: opacity, transform;
}

.sb-v2 .sb-reveal.is-in {
    opacity: 1;
    transform: none;
}

.sb-v2 .sb-reveal[data-delay="1"].is-in { transition-delay: 120ms; }
.sb-v2 .sb-reveal[data-delay="2"].is-in { transition-delay: 240ms; }
.sb-v2 .sb-reveal[data-delay="3"].is-in { transition-delay: 360ms; }

/* --- Hero --------------------------------------------------- */
.sb-v2 .sb-hero {
    position: relative;
    min-height: 620px;
    padding: 52px 0 0;
    background:
        linear-gradient(180deg, rgba(234,244,233,0.55) 0%, rgba(234,244,233,0.0) 40%),
        url('/assets/img/sbrx/background_pills.jpg') center/cover no-repeat;
    background-color: var(--sb-hero-bot);
    overflow: hidden;
    isolation: isolate;
}

/* Soft fade into the next panel so content stays legible */
.sb-v2 .sb-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 30%;
    background: linear-gradient(180deg, transparent 0%, rgba(245, 255, 203, 0.55) 100%);
    z-index: 0;
    pointer-events: none;
}
.sb-v2 .sb-hero__inner { position: relative; z-index: 1; }

.sb-v2 .sb-hero__inner {
    text-align: center;
    padding: 40px 0 220px;
    position: relative;
    z-index: 1;
}

.sb-v2 .sb-hero__headline {
    font-family: var(--sb-font-headline);
    font-size: clamp(46px, 7vw, 96px);
    color: var(--sb-green);
    text-transform: uppercase;
    margin: 0 0 12px;
    letter-spacing: 0.01em;
    animation: sb-hero-drop 1100ms cubic-bezier(0.34, 1.56, 0.64, 1) both;
}

.sb-v2 .sb-hero__tagline {
    font-family: var(--sb-font-display);
    font-size: clamp(18px, 2.2vw, 26px);
    color: var(--sb-ink);
    letter-spacing: 0.32em;
    text-transform: uppercase;
    margin: 0 0 48px;
    animation: sb-hero-drop 1100ms cubic-bezier(0.34, 1.56, 0.64, 1) 180ms both;
}

.sb-v2 .sb-hero__cta {
    animation: sb-hero-drop 1100ms cubic-bezier(0.34, 1.56, 0.64, 1) 340ms both;
}

@keyframes sb-hero-drop {
    0%   { opacity: 0; transform: translateY(-140%) scale(0.92); }
    60%  { opacity: 1; transform: translateY(18px) scale(1.02); }
    80%  { transform: translateY(-8px) scale(0.995); }
    100% { opacity: 1; transform: translateY(0) scale(1); }
}

/* Vertical JOIN NOW rail */
.sb-v2 .sb-join-rail {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--sb-coral);
    color: #fff;
    font-family: var(--sb-font-display);
    font-size: 22px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    padding: 22px 12px;
    writing-mode: vertical-rl;
    box-shadow: -8px 0 24px rgba(0, 0, 0, 0.12);
    z-index: 40;
    text-decoration: none;
    transition: background var(--sb-t-fast), padding var(--sb-t-med);
}
.sb-v2 .sb-join-rail:hover {
    background: var(--sb-coral-dark);
    padding: 28px 14px;
    color: #fff;
}

/* --- Buttons ----------------------------------------------- */
.sb-v2 .sb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 38px;
    font-family: var(--sb-font-display);
    font-size: 18px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    border: 0;
    border-radius: var(--sb-radius-pill);
    cursor: pointer;
    transition:
        transform var(--sb-t-fast),
        box-shadow var(--sb-t-fast),
        background var(--sb-t-fast);
    text-decoration: none;
}

.sb-v2 .sb-btn--coral {
    background: var(--sb-coral);
    color: #fff;
    box-shadow: 0 10px 24px rgba(255, 109, 76, 0.35);
}
.sb-v2 .sb-btn--coral:hover {
    background: var(--sb-coral-dark);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(255, 109, 76, 0.45);
}

.sb-v2 .sb-btn--green {
    background: var(--sb-green);
    color: #fff;
}
.sb-v2 .sb-btn--green:hover {
    background: var(--sb-green-dark);
    color: #fff;
    transform: translateY(-2px);
}

.sb-v2 .sb-btn--ghost {
    background: transparent;
    color: var(--sb-green);
    border: 2px solid var(--sb-green);
}
.sb-v2 .sb-btn--ghost:hover {
    background: var(--sb-green);
    color: #fff;
}

/* --- Why Choose panel -------------------------------------- */
.sb-v2 .sb-why__heading {
    font-family: var(--sb-font-display);
    font-size: clamp(42px, 5.5vw, 72px);
    color: var(--sb-green);
    text-align: center;
    margin: 0 0 48px;
    text-transform: uppercase;
}

.sb-v2 .sb-why__card {
    position: relative;
    background: var(--sb-paper);
    border: 3px solid var(--sb-coral);
    border-radius: var(--sb-radius-lg);
    padding: 46px 52px 42px;
    max-width: 920px;
    margin: 0 auto;
}

.sb-v2 .sb-why__card h3 {
    font-family: var(--sb-font-subhead);
    font-size: clamp(30px, 3.4vw, 42px);
    color: var(--sb-coral);
    text-shadow: 2px 2px 0 var(--sb-mint);
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 4px;
}

.sb-v2 .sb-why__kicker {
    color: var(--sb-green);
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin: 0 0 20px;
}

.sb-v2 .sb-why__body {
    text-align: center;
    color: var(--sb-ink);
    font-size: 15.5px;
    max-width: 640px;
    margin: 0 auto 30px;
}

.sb-v2 .sb-why__benefits {
    text-align: center;
    padding-top: 18px;
    border-top: 1px dashed var(--sb-rule);
}

.sb-v2 .sb-why__benefits h4 {
    font-family: var(--sb-font-subhead);
    color: var(--sb-coral);
    text-shadow: 2px 2px 0 var(--sb-mint);
    font-size: 30px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.sb-v2 .sb-why__benefits ul {
    list-style: none;
    padding: 0;
    margin: 0;
    color: var(--sb-green);
    font-family: var(--sb-font-display);
    font-weight: 600;
    font-size: 16px;
    line-height: 2;
}

.sb-v2 .sb-why__benefits ul li.hi { color: var(--sb-coral); }

.sb-v2 .sb-why__piggy {
    position: absolute;
    top: 97%;
    right: -88px;
    transform: translateY(-50%);
    width: 176px;
    height: 176px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: var(--sb-paper) center/cover no-repeat;
    box-shadow:
        0 0 0 4px var(--sb-coral),
        var(--sb-shadow-md);
}

/* --- Sign-in overlay (revealed on ORDER NOW) --------------- */
/* Flush-right panel with pronounced bottom-left radius, per PDF. */
.sb-v2 .sb-login {
    position: fixed;
    top: 92px;
    right: 0;
    width: 340px;
    background: #fff;
    border: 1px solid rgba(69, 120, 51, 0.14);
    border-right: 0;
    border-radius: 0 0 0 48px;
    padding: 28px 28px 24px;
    box-shadow: -18px 22px 44px rgba(35, 58, 22, 0.18);
    z-index: 80;
    transform: translateY(-16px);
    opacity: 0;
    pointer-events: none;
    transition:
        opacity var(--sb-t-fast),
        transform var(--sb-t-med);
}
.sb-v2 .sb-login.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.sb-v2 .sb-login h4 {
    font-family: var(--sb-font-display);
    color: var(--sb-green);
    font-size: 18px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 0 0 14px;
}

.sb-v2 .sb-login label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.18em;
    color: var(--sb-green);
    text-transform: uppercase;
    margin: 12px 0 6px;
}

.sb-v2 .sb-login input[type="text"],
.sb-v2 .sb-login input[type="password"] {
    width: 100%;
    padding: 11px 14px;
    background: #fff;
    border: 1.5px solid var(--sb-green);
    border-radius: 10px;
    font: inherit;
    color: var(--sb-ink);
}
.sb-v2 .sb-login input:focus {
    outline: none;
    border-color: var(--sb-coral);
    box-shadow: 0 0 0 3px rgba(255, 109, 76, 0.2);
}

.sb-v2 .sb-login__actions {
    margin-top: 18px;
}

.sb-v2 .sb-login__help {
    margin-top: 12px;
    font-size: 12px;
    text-align: center;
    color: var(--sb-ink-muted);
}
.sb-v2 .sb-login__help a { color: var(--sb-green); text-decoration: underline; }

.sb-v2 .sb-login__close {
    position: absolute;
    top: 10px;
    right: 14px;
    font-size: 22px;
    line-height: 1;
    color: var(--sb-green);
    background: none;
    border: 0;
    cursor: pointer;
    transition: color var(--sb-t-fast);
}
.sb-v2 .sb-login__close:hover { color: var(--sb-coral); }

/* --- FAQ accordion ----------------------------------------- */
.sb-v2 .sb-faq-panel {
    position: relative;
    padding-bottom: 180px;
}
.sb-v2 .sb-faq-panel__mark {
    position: absolute;
    right: 3%;
    bottom: 28px;
    width: 220px;
    max-width: 26vw;
    height: auto;
    pointer-events: none;
    z-index: 1;
    opacity: 0.95;
}

.sb-v2 .sb-faq {
    max-width: 880px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.sb-v2 .sb-faq__heading {
    font-family: var(--sb-font-display);
    text-align: center;
    color: var(--sb-green);
    font-size: clamp(40px, 5vw, 68px);
    text-transform: uppercase;
    margin: 0 0 36px;
}

.sb-v2 .sb-faq__item {
    background: var(--sb-coral);
    border-radius: var(--sb-radius);
    margin-bottom: 10px;
    overflow: hidden;
    transition: box-shadow var(--sb-t-fast);
}
.sb-v2 .sb-faq__item:hover { box-shadow: var(--sb-shadow-sm); }

.sb-v2 .sb-faq__q {
    width: 100%;
    background: transparent;
    border: 0;
    color: #fff;
    font-family: var(--sb-font-display);
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 1;
    text-transform: uppercase;
    padding: 22px 26px 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    text-align: left;
    transition: background var(--sb-t-fast);
}
.sb-v2 .sb-faq__q:hover { background: rgba(0, 0, 0, 0.06); }

.sb-v2 .sb-faq__plus {
    flex: 0 0 auto;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    transition: transform var(--sb-t-med), background var(--sb-t-fast);
}
.sb-v2 .sb-faq__item.is-open .sb-faq__plus {
    transform: rotate(45deg);
    background: rgba(255, 255, 255, 0.28);
}

.sb-v2 .sb-faq__a {
    max-height: 0;
    overflow: hidden;
    background: #fff;
    transition: max-height 400ms cubic-bezier(0.22, 0.61, 0.36, 1);
}
.sb-v2 .sb-faq__item.is-open .sb-faq__a { max-height: 600px; }

.sb-v2 .sb-faq__inner {
    padding: 22px 28px 26px;
    color: var(--sb-ink);
    font-size: 15px;
    line-height: 1.7;
    text-align: center;
}

.sb-v2 .sb-faq__foot {
    text-align: center;
    color: var(--sb-green-dark);
    font-size: 14px;
    margin-top: 22px;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

/* --- Join Today section (two-column: pitch + form link) ---- */
.sb-v2 .sb-join {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
    max-width: 1120px;
    margin: 0 auto;
}

.sb-v2 .sb-join__pitch {
    position: relative;
}

.sb-v2 .sb-join__photo {
    display: block;
    width: 100%;
    height: 360px;
    border-radius: var(--sb-radius);
    background: url('/assets/img/sbrx/keyboard-join-now.jpg') center/cover no-repeat,
                linear-gradient(135deg, #3a2a22, #bda68e);
    box-shadow: var(--sb-shadow-md);
}

.sb-v2 .sb-join__caption {
    position: absolute;
    left: 28px;
    bottom: -30px;
    right: 28px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(4px);
    padding: 18px 22px;
    border-radius: var(--sb-radius);
    text-align: center;
    color: var(--sb-ink);
    font-size: 15px;
    font-weight: 600;
    box-shadow: var(--sb-shadow-sm);
}

.sb-v2 .sb-join__title {
    font-family: var(--sb-font-display);
    color: var(--sb-coral);
    font-size: clamp(54px, 7vw, 96px);
    text-transform: uppercase;
    margin: 16px 0 6px;
    line-height: 0.95;
}

/* Darker-green eyebrow inside the Join CTA creates hierarchy against
   the coral "JOIN TODAY!" heading below it. */
.sb-v2 .sb-join__cta .sb-eyebrow { color: var(--sb-green-dark); }

.sb-v2 .sb-join__form-panel {
    background: var(--sb-mint);
    border-radius: var(--sb-radius-lg);
    padding: 36px 32px;
    max-height: 620px;
    overflow-y: auto;
    box-shadow: var(--sb-shadow-md);
}

/* --- Forms ------------------------------------------------- */
.sb-v2 .sb-form h3 {
    font-family: var(--sb-font-display);
    color: var(--sb-coral);
    font-size: 20px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin: 18px 0 12px;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.sb-v2 .sb-form h3:first-child { margin-top: 0; }

.sb-v2 .sb-form__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 14px;
    margin-bottom: 10px;
}
.sb-v2 .sb-form__grid .sb-span-2 { grid-column: span 2; }

.sb-v2 .sb-form label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--sb-green-ink);
    margin: 0 0 4px;
}

.sb-v2 .sb-form input[type="text"],
.sb-v2 .sb-form input[type="tel"],
.sb-v2 .sb-form input[type="email"],
.sb-v2 .sb-form input[type="password"],
.sb-v2 .sb-form input[type="file"],
.sb-v2 .sb-form select,
.sb-v2 .sb-form textarea {
    width: 100%;
    padding: 11px 13px;
    font-family: inherit;
    font-size: 14px;
    color: var(--sb-ink);
    background: #fff;
    border: 1px solid rgba(47, 85, 35, 0.14);
    border-radius: 8px;
    transition: border-color var(--sb-t-fast), box-shadow var(--sb-t-fast);
}
.sb-v2 .sb-form input:focus,
.sb-v2 .sb-form select:focus,
.sb-v2 .sb-form textarea:focus {
    outline: none;
    border-color: var(--sb-coral);
    box-shadow: 0 0 0 3px rgba(255, 109, 76, 0.18);
}

.sb-v2 .sb-form textarea {
    resize: vertical;
    min-height: 120px;
}

.sb-v2 .sb-form__submit {
    margin-top: 18px;
    padding: 14px 36px;
    background: var(--sb-green);
    color: #fff;
    font-family: var(--sb-font-display);
    font-size: 16px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    border: 0;
    border-radius: var(--sb-radius-pill);
    cursor: pointer;
    transition: background var(--sb-t-fast), transform var(--sb-t-fast);
}
.sb-v2 .sb-form__submit:hover {
    background: var(--sb-green-dark);
    transform: translateY(-1px);
}

/* --- Contact panel ----------------------------------------- */
/* Lime-framed banner inset from the mint panel edges. */
.sb-v2 .sb-contact-banner-wrap {
    max-width: 1320px;
    margin: 0 auto 48px;
    padding: 22px;
    background: var(--sb-lime);
}

.sb-v2 .sb-contact__banner {
    display: block;
    width: 100%;
    height: clamp(200px, 22vw, 280px);
    background: url('/assets/img/sbrx/contact-us-header.jpg') right center / cover no-repeat;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
}

.sb-v2 .sb-contact {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.sb-v2 .sb-contact__title {
    font-family: var(--sb-font-headline);
    color: var(--sb-coral);
    font-size: clamp(34px, 4.4vw, 52px);
    text-transform: uppercase;
    margin: 0 0 8px;
    line-height: 1;
}

.sb-v2 .sb-contact__lead {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.4;
    margin: 0 0 24px;
    max-width: 360px;
}

.sb-v2 .sb-contact__meta {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 34px;
    font-weight: 700;
    font-size: 17px;
}

.sb-v2 .sb-contact__meta a {
    color: var(--sb-coral);
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}
.sb-v2 .sb-contact__meta a:hover { color: var(--sb-green-ink); }

.sb-v2 .sb-contact__meta .sb-contact__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--sb-coral);
    flex-shrink: 0;
}
.sb-v2 .sb-contact__meta .sb-contact__icon svg {
    width: 14px;
    height: 14px;
    fill: #fff;
}

.sb-v2 .sb-contact__bigheading {
    font-family: var(--sb-font-display);
    color: var(--sb-green);
    font-size: clamp(48px, 6vw, 76px);
    text-transform: uppercase;
    margin: 0;
    line-height: 1;
}

/* Form styling specific to the contact panel — pill inputs */
.sb-v2 .sb-contact__form {
    background: transparent;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sb-v2 .sb-contact__form label { display: none; }

.sb-v2 .sb-contact__form input[type="text"],
.sb-v2 .sb-contact__form input[type="tel"],
.sb-v2 .sb-contact__form input[type="email"],
.sb-v2 .sb-contact__form textarea {
    background: #fff;
    border: 0;
    border-radius: var(--sb-radius-pill);
    padding: 14px 22px;
    font-size: 14px;
    color: var(--sb-ink);
    width: 100%;
    box-shadow: 0 2px 6px rgba(35, 58, 22, 0.08);
}
.sb-v2 .sb-contact__form textarea {
    border-radius: 18px;
    min-height: 120px;
    resize: vertical;
}
.sb-v2 .sb-contact__form input:focus,
.sb-v2 .sb-contact__form textarea:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 109, 76, 0.35);
}

.sb-v2 .sb-contact__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.sb-v2 .sb-contact__submit-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    margin-top: 4px;
}
.sb-v2 .sb-contact__submit-row .g-recaptcha { flex: 0 0 auto; width: auto; }
.sb-v2 .sb-contact__submit-row .sb-btn { flex: 0 0 auto; margin-left: auto; }

@media (max-width: 900px) {
    .sb-v2 .sb-contact { grid-template-columns: 1fr; gap: 30px; }
    .sb-v2 .sb-contact__bigheading { display: none; }
}

/* --- Footer lime ribbon ----------------------------------- */
.sb-v2 .sb-footer {
    background: var(--sb-lime);
    color: var(--sb-green-ink);
    padding: 32px 0;
    position: relative;
}
.sb-v2 .sb-footer__inner {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 40px;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
}
.sb-v2 .sb-footer a { color: var(--sb-green-ink); text-decoration: underline; }

/* --- Page-level helpers ------------------------------------ */
.sb-v2 .sb-lead {
    max-width: 780px;
    margin: 0 auto 36px;
    text-align: center;
    color: var(--sb-green-dark);
    font-size: 17px;
    line-height: 1.65;
}

.sb-v2 .sb-eyebrow {
    display: inline-block;
    font-family: var(--sb-font-display);
    letter-spacing: 0.28em;
    text-transform: uppercase;
    color: var(--sb-coral);
    font-size: 13px;
    margin-bottom: 10px;
}

.sb-v2 .sb-callout-card {
    background: #fff;
    border-radius: var(--sb-radius-lg);
    padding: 40px 48px;
    box-shadow: var(--sb-shadow-sm);
    border: 2px solid var(--sb-mint);
    max-width: 860px;
    margin: 0 auto;
}

.sb-v2 .sb-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 18px;
    margin: 0 auto;
    max-width: 1120px;
}
.sb-v2 .sb-card {
    background: #fff;
    border-radius: var(--sb-radius);
    padding: 28px 24px;
    text-align: center;
    border: 2px solid transparent;
    transition: border-color var(--sb-t-fast), transform var(--sb-t-fast), box-shadow var(--sb-t-fast);
}
.sb-v2 .sb-card:hover {
    border-color: var(--sb-coral);
    transform: translateY(-4px);
    box-shadow: var(--sb-shadow-sm);
}
.sb-v2 .sb-card h3 {
    font-size: 16px;
    color: var(--sb-green);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin: 0 0 8px;
}
.sb-v2 .sb-card p {
    font-size: 13.5px;
    color: var(--sb-ink-muted);
    margin: 0;
    line-height: 1.55;
}

/* Message panels for form feedback */
.sb-v2 .sb-msg {
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.5;
}
.sb-v2 .sb-msg--error {
    background: #fff1ed;
    color: #8a2a14;
    border: 1px solid var(--sb-coral);
}
.sb-v2 .sb-msg--ok {
    background: #eff9ea;
    color: var(--sb-green-dark);
    border: 1px solid var(--sb-mint);
}

/* Success confirmation pages */
.sb-v2 .sb-confirm {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 24px;
}
.sb-v2 .sb-confirm__mark {
    width: 86px;
    height: 86px;
    border-radius: 50%;
    background: var(--sb-mint);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 42px;
    box-shadow: var(--sb-shadow-md);
}

/* --- Auth pages (login, reset-password) -------------------- */
.sb-v2 .sb-auth-wrap {
    background:
        radial-gradient(circle at 20% 20%, rgba(156, 207, 140, 0.28), transparent 55%),
        radial-gradient(circle at 80% 80%, rgba(255, 109, 76, 0.15), transparent 60%),
        var(--sb-cream-1);
    padding: 72px 20px 96px;
    min-height: calc(100vh - 200px);
}
.sb-v2 .sb-auth {
    max-width: 460px;
    margin: 0 auto;
    text-align: center;
}
.sb-v2 .sb-auth__title {
    font-family: var(--sb-font-headline);
    font-size: clamp(40px, 5vw, 58px);
    color: var(--sb-coral);
    text-shadow: 2px 2px 0 var(--sb-mint);
    text-transform: uppercase;
    margin: 0 0 10px;
    letter-spacing: 0.01em;
    line-height: 1;
}
.sb-v2 .sb-auth__sub {
    color: var(--sb-green-dark);
    font-size: 16px;
    margin: 0 0 28px;
    line-height: 1.55;
}
.sb-v2 .sb-auth-card {
    background: #fff;
    border: 2px solid var(--sb-mint);
    border-radius: var(--sb-radius-lg);
    padding: 34px 32px 30px;
    box-shadow: var(--sb-shadow-md);
    text-align: left;
}
.sb-v2 .sb-auth__field { margin-bottom: 18px; }
.sb-v2 .sb-auth__field label {
    display: block;
    font-family: var(--sb-font-display);
    font-size: 13px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--sb-green);
    margin-bottom: 6px;
}
.sb-v2 .sb-auth__field input {
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid var(--sb-green);
    border-radius: 10px;
    font-family: var(--sb-font-body);
    font-size: 15px;
    color: var(--sb-ink);
    background: #fff;
    box-sizing: border-box;
    transition: border-color var(--sb-t-fast), box-shadow var(--sb-t-fast);
}
.sb-v2 .sb-auth__field input:focus {
    outline: none;
    border-color: var(--sb-coral);
    box-shadow: 0 0 0 3px rgba(255, 109, 76, 0.18);
}
.sb-v2 .sb-auth__actions {
    text-align: center;
    margin: 24px 0 12px;
}
.sb-v2 .sb-auth__actions .sb-btn {
    width: 100%;
    padding: 14px 28px;
    font-size: 15px;
    letter-spacing: 0.08em;
}
.sb-v2 .sb-auth__link {
    text-align: center;
    margin: 0;
    font-size: 14px;
}
.sb-v2 .sb-auth__link a {
    color: var(--sb-green);
    text-decoration: underline;
}
.sb-v2 .sb-auth__link a:hover { color: var(--sb-coral); }
.sb-v2 .sb-auth__footer {
    margin: 26px 0 0;
    color: var(--sb-green-dark);
    font-size: 14px;
}
.sb-v2 .sb-auth__footer a {
    color: var(--sb-coral);
    font-weight: 700;
    text-decoration: none;
}
.sb-v2 .sb-auth__footer a:hover { text-decoration: underline; }

/* --- Responsive -------------------------------------------- */
@media (max-width: 900px) {
    .sb-v2 .sb-join,
    .sb-v2 .sb-contact { grid-template-columns: 1fr; gap: 30px; }
    .sb-v2 .sb-panel { padding: 64px 0; }
    .sb-v2 .sb-why__piggy { display: none; }
    .sb-v2 .sb-why__card { padding: 32px 22px; }
    .sb-v2 .sb-login {
        top: auto;
        right: 12px;
        left: 12px;
        width: auto;
    }
    .sb-v2 .sb-join-rail {
        font-size: 16px;
        padding: 14px 8px;
    }
    .sb-v2 .sb-contact__row { grid-template-columns: 1fr; }
    .sb-v2 .sb-form__grid { grid-template-columns: 1fr; }
    .sb-v2 .sb-form__grid .sb-span-2 { grid-column: auto; }
}

@media (max-width: 600px) {
    /* Fixed vertical JOIN TODAY rail overlaps content on phones — hero's
       coral SIGN UP NOW button already covers the CTA. */
    .sb-v2 .sb-join-rail { display: none; }

    /* reCAPTCHA (304px fixed) + submit wrap awkwardly on narrow screens —
       stack cleanly and let both span the row. */
    .sb-v2 .sb-contact__submit-row {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }
    .sb-v2 .sb-contact__submit-row .sb-btn { margin-left: 0; }
}

@media (max-width: 560px) {
    .sb-v2 .sb-hero { min-height: 520px; }
    .sb-v2 .sb-hero__inner { padding: 24px 0 160px; }
    .sb-v2 .sb-btn { padding: 14px 28px; font-size: 15px; }
}

@media (max-width: 480px) {
    /* FAQ corner logo mark starts to obscure accordion text on small phones. */
    .sb-v2 .sb-faq-panel__mark { display: none; }
    .sb-v2 .sb-faq-panel { padding-bottom: 64px; }
}

/* ==========================================================================
   Home page scroll-snap — opt-in via .sb-snap on the home wrapper.
   Uses native CSS scroll-snap with 'proximity' so the browser nudges
   sections to the top when the user is near a boundary, but lets tall
   sections (Why Choose, FAQ) scroll naturally without clipping content.
   ========================================================================== */
html { scroll-behavior: smooth; }
html:has(.sb-v2.sb-snap) { scroll-snap-type: y proximity; }

.sb-v2.sb-snap > section.sb-panel {
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}
