:root {
    --primary-color: #C5984E;
    --secondary-color: #004C27;
    --text-color-secondary: #008262;
    --primary-color-primary: #C5984E;
}

 :root {
    --bg-cream: #F8F6F2;
    --dark-green: #004c27;
    --muted-green: #008262;
    --light-box: #EBF2EE;
    --text-main: #2B332E;
    --timeline-grey: #D5DDD8;
    --lightblack-text: #17222a;
}

.btn-dark-green {
    background-color: var(--dark-green);
    color: white !important;
    border-radius: 30px;
    padding: 15px 50px 15px 25px;
    font-size: 14px;
    font-weight: 500;
    border: none;
    transition: background 0.3s ease;
    position: relative;
}

.btn-dark-green-no-icon {
    padding: 15px 25px 15px 25px;
}

.btn-dark-green span {
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translate(0px, -50%);
    border-radius: 50%;
    background: white;
    overflow: hidden;
}

.btn-dark-green:hover {
    background-color: #0b2218;
}

.hero_button {
    opacity: 1;
    gap: 2px;
    border-radius: 40px;
    padding: 8px;
    background: #f8faf4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    padding: 15px;
}

.hero_button a {
    margin: 0 !important;
    height: auto;
}

.hero_footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
    padding: 5px;
    gap: 35px;
}

.hero_footer div.sec1-div {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #000000;
}


/* Hero Section */

.hero-section {
    padding: 120px 0 0px 0;
    background: linear-gradient(180deg, #E7EAF0 0%, #F3F4EF 100%);
    margin-top: -93px;
}

.badge-sub {
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--muted-green);
    font-weight: 600;
    border: 1px solid #17222A1A;
    opacity: 1;
    padding-top: 4px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    gap: 10px;
    border-width: 1px;
    border-radius: 20px;
    max-width: fit-content;
}

.hero-title {
    font-size: 44px;
    color: #000000;
    font-weight: 500;
    line-height: 1.15;
}

.hero-title span {
    font-style: italic;
    color: #C38B67;
}

.hero-subtitle {
    max-width: 580px;
    color: #17222a;
    font-size: 17px;
    line-height: 1.6;
}

section.hero-section .container {
    max-width: 722px;
    min-height: 402px;
    top: 138px;
    left: 359px;
    opacity: 1;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-width: 1px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    border: 1px solid #FFFFFF;
    background: radial-gradient(111.37% 111.38% at 52.28% 71.14%, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
}


/* Styling Architecture Initialization */

 :root {
    --brand-dark-green: #113425;
    --text-charcoal: #2A332E;
    --text-muted-gray: #56645E;
    --accent-gold-tan: #C38B67;
    --border-emerald: #A9B8B0;
    --calc-container-bg: #F4F6F4;
    --card-surface-light: #EDEEF2;
    --badge-pill-txt: #3D5A4E;
    --grid-card-gray: #EFF1F0;
}

body {
    font-family: 'Playfair Display', sans-serif;
    color: var(--text-charcoal);
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
}

.custom-container {
    max-width: 1140px;
}

.section-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.15;
    color: var(--brand-dark-green);
}

.section-title .italic-gold {
    font-style: italic;
    color: var(--accent-gold-tan);
}

.badge-pill {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.05em;
    color: var(--badge-pill-txt);
    border: 1px solid var(--border-emerald);
    padding: 6px 16px;
    border-radius: 50px;
}

.shadow-block {
    background-color: var(--calc-container-bg);
}

.form-label-custom {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    color: #A2AEA8;
    margin-bottom: 8px;
    display: block;
}

.custom-select {
    border: none !important;
    border-radius: 50px !important;
    padding: 14px 24px !important;
    font-size: 15px;
    font-weight: 500;
    color: var(--text-charcoal);
    background-color: #FFFFFF;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
}

.calc-card {
    background-color: var(--card-surface-light);
    border-radius: 28px;
    min-height: 100%;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 2rem 3rem;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-width: 1px;
    background: radial-gradient(111.37% 111.38% at 52.28% 71.14%, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
}

.badge-pill-light {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #5D6B64;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 6px 14px;
    border-radius: 50px;
}

.display-savings-amount {
    font-size: 3.5rem;
    font-weight: 700;
    color: var(--secondary-color);
    letter-spacing: -0.02em;
    line-height: 1;
}

.savings-duration-lbl {
    font-size: 14px;
    font-weight: 500;
}

.bg-currency-symbol {
    position: absolute;
    right: 0;
    left: 0;
    top: 15%;
    font-size: 18rem;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.35);
    line-height: 1;
    pointer-events: none;
    z-index: 0;
}

.bg-currency-symbol svg {
    width: 100% !important;
}

.calc_content {
    z-index: 2;
}

.breakdown-list {
    position: relative;
    z-index: 1;
}

.breakdown-lbl {
    font-size: 14px;
    color: var(--text-muted-gray);
}

.breakdown-val {
    font-size: 14px;
}

.promise-description {
    font-size: 14px;
    line-height: 1.6;
    color: var(--text-muted-gray);
}

.legitscript-wrapper {
    border-top: 1px solid #EAECEB;
    padding-top: 20px;
}

.legit-text {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    color: var(--brand-dark-green);
}

.promise-card {
    background-color: var(--grid-card-gray);
    border-radius: 4px;
    height: 100%;
    transition: transform 0.25s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-content: space-between;
    flex-direction: column;
    justify-content: space-around;
}

.promise-card:hover {
    transform: translateY(-4px);
}

.promise-avatar-frame {
    width: 100%;
    height: 110px;
}

.promise-avatar-frame svg {
    margin: 0 auto;
    width: 128px;
}

.mock-avatar-doc {
    width: 100%;
    position: absolute;
    top: 5%;
    width: 80%;
    left: 50%;
    transform: translate(-50%, 0%);
}

.mock-avatar-doc svg {
    width: 100%;
}

.promise-card-title {
    font-family: 'Playfair Display', serif;
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--brand-dark-green);
    margin-bottom: 12px;
}

.promise-card-text {
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-muted-gray);
    margin-bottom: 0;
}

.calculator-section {
    background: linear-gradient(180deg, #E7EAF0 0%, #F3F4EF 100%);
}

 :root {
    --primary-green: #113425;
    --text-charcoal: #2A332E;
    --text-muted-green: #56645E;
    --accent-gold-tan: #C38B67;
    --card-bg-light: #F4F6F4;
    --bubble-green-bg: #E3EBE7;
    --bubble-green-txt: #2B5743;
    --border-light: #E4E8E5;
    --section-gradient-bg: #EFF2F0;
}

body {
    font-family: 'Playfair Display', sans-serif;
    color: var(--text-charcoal);
    background-color: #FFFFFF;
}

.custom-container {
    max-width: 1140px;
}

.header-max-width {
    max-width: 720px;
}

.serif-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.15;
    color: var(--primary-green);
}

.serif-heading .italic-gold {
    font-style: italic;
    color: var(--accent-gold-tan);
}

.section-intro {
    font-size: 15px;
    line-height: 1.6;
    color: var(--text-muted-green);
}

.profile-card {
    background: linear-gradient(180deg, #E7EAF0 0%, #F3F4EF 100%);
}

.doctor-name {
    font-family: 'Playfair Display', serif;
    font-size: 2.2rem;
    font-weight: 400;
    color: #17222a;
    text-align: left;
    font-family: Playfair Display;
    font-weight: 400;
    font-style: Italic;
    font-size: 30px;
    line-height: 130%;
    letter-spacing: -1px;
    vertical-align: middle;
}

.doctor-title {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #008262;
}

.doctor-bio {
    font-size: 14px;
    line-height: 1.65;
    color: var(--text-muted-green);
    margin-bottom: 20px;
}

.doctor-visual-frame {
    max-width: 440px;
    margin: 0 auto;
    opacity: 1;
    top: 35px;
    left: 604px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-width: 1px;
    background: radial-gradient(111.37% 111.38% at 52.28% 71.14%, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
    border: 1px solid #FFFFFF;
    background: linear-gradient(180deg, #E7EAF0 0%, #F3F4EF 100%);
}

.profile-img-wrap {
    height: 290px;
    position: relative;
}

.profile-img-wrap svg {
    position: absolute;
    top: -25%;
    left: 0;
}

.profile-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.certifications-list {
    border-top: 1px solid var(--border-light);
    padding-top: 16px;
}

.cert-text {
    font-size: 11px;
    line-height: 1.4;
    color: var(--text-charcoal);
}

.custom-checkmark {
    color: #198754;
    background-color: #E8F5E9;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    flex-shrink: 0;
    font-weight: bold;
}

.prescription-workflow-section {
    background: linear-gradient(180deg, #E7EAF0 0%, #F3F4EF 100%);
    overflow: hidden;
}

.blueprint-grid-overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
    height: 80%;
    opacity: 0.4;
    pointer-events: none;
    z-index: 0;
}

.workflow-step-box {
    padding: 10px;
    position: relative;
}

.step-icon-bubble {
    width: 38px;
    height: 38px;
    background-color: var(--bubble-green-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: var(--bubble-green-txt);
}

.step-box-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-green);
    margin-bottom: 12px;
    letter-spacing: -0.01em;
}

.step-box-desc {
    font-size: 13px;
    line-height: 1.6;
    color: var(--text-muted-green);
    margin-bottom: 0;
}

 :root {
    --dark-green-brand: #113425;
    --text-charcoal-main: #2B332E;
    --text-muted-green: #56645E;
    --highlight-tan-gold: #C38B67;
    --section-bg-cream: #F4F6F4;
    --border-soft-gray: #E2ECE7;
    --strive-star-color: #E2725B;
    --legitscript-blue: #0E1E38;
}

body {
    font-family: 'Playfair Display', sans-serif;
    color: var(--text-charcoal-main);
    background-color: #FFFFFF;
}

.custom-container {
    max-width: 1140px;
}

.serif-title {
    font-family: 'Playfair Display', serif;
    font-size: 2.8rem;
    font-weight: 400;
    line-height: 1.15;
    color: var(--dark-green-brand);
}

.serif-title .italic-tan {
    font-style: italic;
    color: var(--highlight-tan-gold);
}

.section-lead {
    font-size: 15px;
    line-height: 1.65;
    color: var(--text-muted-green);
}

.pharmacy-partner-section {
    background: linear-gradient(180deg, #E7EAF0 0%, #F3F4EF 100%);
}

.blueprint-lines-bg {
    position: absolute;
    left: 30%;
    top: 16%;
    width: 260px;
    height: 190px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.connection-node-wrapper {
    gap: 15px;
}

.node-circle {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.dark-green-node {
    background-color: var(--dark-green-brand);
    color: #FFFFFF;
}

.white-strive-node {
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.strive-star-icon {
    color: var(--strive-star-color);
    font-size: 24px;
    line-height: 1;
}

.connector-dash-line {
    width: 85px;
    height: 1px;
    background-image: linear-gradient(to right, var(--text-muted-green) 50%, transparent 50%);
    border: solid 1px white;
    background-size: 6px 1px;
    position: relative;
}

.connector-dash-line::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 50%;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
}

.accreditation-item {
    padding: 5px;
}

.badge-icon-bubble {
    width: 34px;
    height: 34px;
    background-color: #EBF2EE;
    color: var(--dark-green-brand);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.badge-title {
    font-size: 15px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 15px;
}

.badge-desc {
    font-size: 13px;
    color: #999999;
    line-height: 1.5;
    margin-bottom: 0;
}

.headquarters-meta-block a {
    color: #004c27 !important;
}

.meta-label-title {
    font-size: 14px;
    color: var(--dark-green-brand);
}

.meta-address {
    font-size: 13px;
}

.meta-description {
    font-size: 13.5px;
    line-height: 1.5;
    color: var(--text-charcoal-main);
}

.view-locations-link {
    color: #1A7343;
}

.view-locations-link:hover {
    text-decoration: underline !important;
}

.commitment-card-container {
    /* background-color: var(--section-bg-cream); */
}

.contact-support-text a:hover {
    color: var(--highlight-tan-gold) !important;
    border-color: var(--highlight-tan-gold) !important;
}

.legitscript-display-frame {
    max-width: 380px;
    min-height: 280px;
    height: 100%;
    border: 1px solid #FFFFFF;
    background: radial-gradient(111.37% 111.38% at 52.28% 71.14%, rgba(255, 255, 255, 0) 50%, #FFFFFF 100%);
    opacity: 1;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    border-width: 1px;
}

.legitscript-badge-shield {
    border-radius: 20px;
    width: 100%;
    padding: 24px 16px !important;
    clip-path: polygon(50% 0%, 100% 12%, 100% 75%, 50% 100%, 0% 75%, 0% 12%);
}

.legitscript-badge-shield svg {
    margin: 0 auto;
}

.shield-logo-text {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    opacity: 0.8;
}

.shield-status-text {
    font-size: 20px;
    font-weight: 600;
}

.shield-check-bubble {
    width: 26px;
    height: 26px;
    font-size: 11px;
    font-weight: bold;
}

.border-class {
    border-top: 1px solid #FFFFFF;
}

.swiper {
    overflow: visible !important;
    width: 100%;
}

.swiper-wrapper {
    overflow: visible !important;
}

.swiper-slide {
    width: auto !important;
    max-width: 380px;
    height: auto;
    overflow: visible;
}

.everything_managed .result-card {
    width: 370px;
}

.margin-bottom-custom {
    margin-bottom: 7rem;
}

.my-border-top {
    border-top: 1px solid #ffffff !important;
}

.marketing-commitment-section {
    background: linear-gradient(180deg, #E7EAF0 0%, #F3F4EF 100%);
}

 :root {
    --brand-dark-green: #113425;
    --text-charcoal: #2A332E;
    --text-muted: #6A7971;
    --accent-tan: #C38B67;
    --surface-light-card: #F9F9F8;
    --border-subtle: #E8EDE9;
    --strive-blue: #2E6BC6;
    --strive-orange: #E86B4E;
    --location-green: #24583E;
}

.custom-container {
    max-width: 1140px;
}

.max-w-header {
    max-width: 680px;
}

.serif-heading {
    font-family: 'Playfair Display', serif;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.2;
    color: var(--brand-dark-green);
}

.serif-heading .italic-tan {
    font-style: italic;
    color: var(--accent-tan);
}

.section-text {
    font-size: 14.5px;
    line-height: 1.65;
    color: var(--text-muted);
}

.strive-contact-panel {
    min-height: 310px;
}

.strive-contact-panel::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    height: 100%;
    background-image: url('../assets/pp/grills.svg');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none;
}

.panel-blueprint-grid {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    opacity: 0.4;
    pointer-events: none;
    background-size: 24px 24px;
    background-image: linear-gradient(to right, rgba(169, 184, 176, 0.4) 1px, transparent 1px), linear-gradient(to bottom, rgba(169, 184, 176, 0.4) 1px, transparent 1px);
    z-index: 1;
}

.strive-asterisk-orange {
    color: var(--strive-orange);
    font-size: 28px;
    line-height: 1;
}

.strive-logo-txt {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: var(--strive-blue);
    position: relative;
}

.rx-superscript {
    font-size: 13px;
    font-weight: 500;
    position: relative;
    top: -8px;
    left: 1px;
}

.panel-inner-title {
    font-family: 'Playfair Display';
    font-weight: 400;
    font-style: Regular;
    font-size: 24px;
    line-height: 130%;
    letter-spacing: -1px;
}

.contact-meta-line {
    font-size: 13px;
    color: var(--text-muted);
}

.contact-meta-line a {
    color: #008262 !important;
    text-decoration: none;
}

.contact-meta-line a.email-uppercase {
    text-transform: uppercase;
}

.locations-section {
    background-color: #FFFFFF;
}

.location-card {
    background-color: #FAF8F4;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 224px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location-state-title {
    font-family: 'Inter';
    font-size: 20px;
    font-weight: 500;
    color: #008262;
    margin-bottom: 2px;
}

.location-facility-type {
    font-size: 14px;
    font-weight: 400;
    color: #17222A;
}

.location-address {
    font-size: 13px;
    line-height: 1.5;
    color: var(--text-charcoal);
    font-weight: 500;
}

.location-phone {
    font-size: 12px;
    color: var(--text-muted);
}

.location-phone a {
    color: #008262 !important;
    text-decoration: none;
    font-weight: 500;
}

.footer-accent-bar {
    height: 12px;
    background-color: var(--brand-dark-green);
    width: 100%;
    margin-top: 5px;
}

@media (max-width: 991.98px) {
    .serif-heading {
        font-size: 2.1rem;
    }
    .panel-blueprint-grid {
        width: 100%;
    }
    .serif-title {
        font-size: 2.2rem;
    }
    .legitscript-display-frame {
        min-height: 220px;
    }
    .blueprint-lines-bg {
        display: none;
    }
    .doctor-name {
        font-size: 1.8rem;
    }
    .blueprint-grid-overlay {
        width: 100%;
        height: 40%;
    }
    .section-title {
        font-size: 2.2rem;
    }
    .display-savings-amount {
        font-size: 2.8rem;
    }
}