.elementor-67866 .elementor-element.elementor-element-c8e2155{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-0ee3762 *//* =========================================================
   BRINTON VISION BACK-TO-SCHOOL LANDING PAGE
   ========================================================= */

:root {
    --bv-bts-navy: #123253;
    --bv-bts-navy-dark: #0a2138;
    --bv-bts-blue: #1d5c91;
    --bv-bts-blue-hover: #174a74;
    --bv-bts-light-blue: #e8f2fa;
    --bv-bts-pale-blue: #f5f9fc;
    --bv-bts-border: #d9e5ee;
    --bv-bts-text: #233548;
    --bv-bts-muted: #5c6d7c;
    --bv-bts-white: #ffffff;
    --bv-bts-shadow: 0 18px 50px rgba(10, 33, 56, 0.12);
    --bv-bts-radius: 18px;
    --bv-bts-container: 1180px;
}

/* PAGE RESET */

#bv-back-to-school-page,
#bv-back-to-school-page * {
    box-sizing: border-box;
}

#bv-back-to-school-page {
    width: 100%;
    margin: 0;
    padding: 0 0 74px;
    overflow: hidden;
    background: var(--bv-bts-white);
    color: var(--bv-bts-text);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.6;
}

#bv-back-to-school-page img {
    display: block;
    max-width: 100%;
    height: auto;
}

#bv-back-to-school-page a {
    text-decoration: none;
}

#bv-back-to-school-page h1,
#bv-back-to-school-page h2,
#bv-back-to-school-page h3,
#bv-back-to-school-page p {
    margin-top: 0;
}

#bv-back-to-school-page h1,
#bv-back-to-school-page h2,
#bv-back-to-school-page h3 {
    color: var(--bv-bts-navy);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.14;
}

#bv-back-to-school-page h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(46px, 6vw, 78px);
    letter-spacing: -0.045em;
}

#bv-back-to-school-page h2 {
    margin-bottom: 20px;
    font-size: clamp(34px, 4vw, 52px);
    letter-spacing: -0.035em;
}

#bv-back-to-school-page h3 {
    margin-bottom: 12px;
    font-size: 24px;
}

.bv-bts-container {
    width: min(calc(100% - 40px), var(--bv-bts-container));
    margin-right: auto;
    margin-left: auto;
}

.bv-bts-section {
    padding: 96px 0;
}

/* HERO */

.bv-bts-hero {
    position: relative;
    display: flex;
    min-height: 760px;
    align-items: center;
    overflow: hidden;
    background-color: var(--bv-bts-navy-dark);
    background-image:
        linear-gradient(
            90deg,
            rgba(7, 28, 47, 0.94) 0%,
            rgba(7, 28, 47, 0.85) 42%,
            rgba(7, 28, 47, 0.30) 72%,
            rgba(7, 28, 47, 0.12) 100%
        ),
        url("https://brintonvision.com/wp-content/uploads/2026/07/2026-07-13-back-to-school-and-lasik-01.webp");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bv-bts-hero-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(105, 183, 232, 0.16),
            transparent 35%
        );
}

.bv-bts-hero-container {
    position: relative;
    z-index: 2;
    padding-top: 80px;
    padding-bottom: 80px;
}

.bv-bts-hero-content {
    max-width: 760px;
}

.bv-bts-eyebrow,
.bv-bts-section-kicker {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--bv-bts-blue);
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1.3;
    text-transform: uppercase;
}

.bv-bts-hero .bv-bts-eyebrow {
    color: #bfe5ff;
}

#bv-back-to-school-page .bv-bts-hero h1 {
    color: var(--bv-bts-white);
}

.bv-bts-hero-subtitle {
    max-width: 700px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.94);
    font-size: clamp(20px, 2.2vw, 25px);
    line-height: 1.5;
}

.bv-bts-hero-note {
    max-width: 680px;
    margin: 34px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 15px;
    line-height: 1.55;
}

/* BUTTONS */

.bv-bts-button-group,
.bv-bts-inline-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: center;
    padding-bottom: 5px;
}

.bv-bts-button {
    display: inline-flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease,
        box-shadow 180ms ease;
}

.bv-bts-button:hover,
.bv-bts-button:focus-visible {
    transform: translateY(-2px);
}

.bv-bts-button:focus-visible,
.bv-bts-text-link:focus-visible,
.bv-bts-faq-question:focus-visible {
    outline: 3px solid rgba(29, 92, 145, 0.33);
    outline-offset: 4px;
}

.bv-bts-button-primary {
    background: var(--bv-bts-blue);
    color: var(--bv-bts-white);
    box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
}

.bv-bts-button-primary:hover,
.bv-bts-button-primary:focus-visible {
    background: var(--bv-bts-blue-hover);
    color: var(--bv-bts-white);
}

.bv-bts-button-secondary {
    border-color: rgba(255, 255, 255, 0.84);
    background: rgba(255, 255, 255, 0.08);
    color: var(--bv-bts-white);
}

.bv-bts-button-secondary:hover,
.bv-bts-button-secondary:focus-visible {
    background: var(--bv-bts-white);
    color: var(--bv-bts-navy);
}

.bv-bts-button-light {
    background: var(--bv-bts-white);
    color: var(--bv-bts-navy);
}

.bv-bts-button-light:hover,
.bv-bts-button-light:focus-visible {
    background: var(--bv-bts-light-blue);
    color: var(--bv-bts-navy);
}

.bv-bts-button-outline-light {
    border-color: rgba(255, 255, 255, 0.85);
    background: transparent;
    color: var(--bv-bts-white);
}

.bv-bts-button-outline-light:hover,
.bv-bts-button-outline-light:focus-visible {
    background: var(--bv-bts-white);
    color: var(--bv-bts-navy);
}

.bv-bts-text-link {
    color: var(--bv-bts-blue);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

/* TRUST BAR */

.bv-bts-trust-bar {
    position: relative;
    z-index: 3;
    border-bottom: 1px solid var(--bv-bts-border);
    background: var(--bv-bts-white);
}

.bv-bts-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.bv-bts-trust-item {
    padding: 27px 30px;
    border-right: 1px solid var(--bv-bts-border);
    text-align: center;
}

.bv-bts-trust-item:last-child {
    border-right: 0;
}

.bv-bts-trust-item strong,
.bv-bts-trust-item span {
    display: block;
}

.bv-bts-trust-item strong {
    margin-bottom: 5px;
    color: var(--bv-bts-navy);
    font-size: 18px;
}

.bv-bts-trust-item span {
    color: var(--bv-bts-muted);
    font-size: 15px;
    line-height: 1.45;
}

/* SHARED HEADINGS */

.bv-bts-section-heading {
    max-width: 820px;
    margin: 0 auto 52px;
    text-align: center;
}

.bv-bts-section-heading > p {
    max-width: 740px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    color: var(--bv-bts-muted);
    font-size: 20px;
}

/* STUDENT CARDS */

.bv-bts-student-section {
    background: var(--bv-bts-white);
}

.bv-bts-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.bv-bts-card {
    height: 100%;
    padding: 35px;
    border: 1px solid var(--bv-bts-border);
    border-radius: var(--bv-bts-radius);
    background: var(--bv-bts-white);
    box-shadow: 0 12px 32px rgba(10, 33, 56, 0.07);
}

.bv-bts-card p {
    margin-bottom: 0;
    color: var(--bv-bts-muted);
}

.bv-bts-icon {
    display: flex;
    width: 52px;
    height: 52px;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    border-radius: 50%;
    background: var(--bv-bts-light-blue);
    color: var(--bv-bts-blue);
    font-size: 15px;
    font-weight: 700;
}

/* PARENT SECTION */

.bv-bts-parent-section {
    background: var(--bv-bts-pale-blue);
}

.bv-bts-two-column {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr);
    gap: 70px;
    align-items: center;
}

.bv-bts-parent-copy > p {
    max-width: 690px;
    color: var(--bv-bts-muted);
    font-size: 19px;
}

.bv-bts-check-list {
    display: grid;
    gap: 14px;
    margin: 30px 0 35px;
    padding: 0;
    list-style: none;
}

.bv-bts-check-list li {
    position: relative;
    padding-left: 34px;
    color: var(--bv-bts-text);
    font-weight: 600;
}

.bv-bts-check-list li::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: flex;
    width: 23px;
    height: 23px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--bv-bts-blue);
    color: var(--bv-bts-white);
    content: "✓";
    font-size: 13px;
    font-weight: 700;
}

.bv-bts-parent-panel {
    position: relative;
    padding: 12px;
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(191, 229, 255, 0.8),
            rgba(29, 92, 145, 0.16)
        );
}

.bv-bts-parent-panel-inner {
    padding: 48px;
    border-radius: 16px;
    background: var(--bv-bts-navy);
    box-shadow: var(--bv-bts-shadow);
}

#bv-back-to-school-page .bv-bts-parent-panel h3 {
    margin-bottom: 18px;
    color: var(--bv-bts-white);
    font-size: clamp(28px, 3vw, 38px);
}

.bv-bts-parent-panel p {
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.82);
}

.bv-bts-panel-label {
    display: block;
    margin-bottom: 13px;
    color: #bfe5ff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* PROCESS */

.bv-bts-process-section {
    background: var(--bv-bts-white);
}

.bv-bts-process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.bv-bts-process-step {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 20px;
    align-items: start;
    padding: 30px;
    border: 1px solid var(--bv-bts-border);
    border-radius: var(--bv-bts-radius);
}

.bv-bts-process-step p {
    margin-bottom: 0;
    color: var(--bv-bts-muted);
    font-size: 16px;
}

.bv-bts-step-number {
    display: flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--bv-bts-navy);
    color: var(--bv-bts-white);
    font-size: 24px;
    font-weight: 700;
}

/* PROCEDURE OPTIONS */

.bv-bts-options-section {
    background: var(--bv-bts-navy);
}

.bv-bts-options-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
    gap: 80px;
    align-items: center;
}

#bv-back-to-school-page .bv-bts-options-section h2 {
    color: var(--bv-bts-white);
}

.bv-bts-options-copy p {
    max-width: 680px;
    color: rgba(255, 255, 255, 0.82);
}

.bv-bts-options-section .bv-bts-section-kicker {
    color: #bfe5ff;
}

.bv-bts-options-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 13px;
}

.bv-bts-options-list div {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: center;
    padding: 15px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--bv-bts-white);
    font-weight: 700;
    text-align: center;
}

.bv-bts-options-list div:last-child {
    grid-column: 1 / -1;
}

/* AFFORDABILITY */

.bv-bts-financing-section {
    padding: 70px 0;
    background: var(--bv-bts-light-blue);
}

.bv-bts-financing-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 50px;
    align-items: center;
}

.bv-bts-financing-layout h2 {
    margin-bottom: 12px !important;
}

.bv-bts-financing-layout p {
    max-width: 730px;
    margin-bottom: 0;
    color: var(--bv-bts-muted);
}

.bv-bts-financing-actions {
    padding-bottom: 5px;
}

/* FAQ */

.bv-bts-faq-section {
    background: var(--bv-bts-white);
}

.bv-bts-faq-container {
    max-width: 940px;
}

.bv-bts-accordion {
    display: grid;
    gap: 14px;
}

.bv-bts-faq-item {
    overflow: hidden;
    border: 1px solid var(--bv-bts-border);
    border-radius: 13px;
    background: var(--bv-bts-white);
}

.bv-bts-faq-question {
    display: flex;
    width: 100%;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 24px;
    border: 0;
    appearance: none;
    background: transparent;
    box-shadow: none;
    color: var(--bv-bts-navy);
    cursor: pointer;
    font-family: inherit;
    font-size: 19px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
}

.bv-bts-faq-question:hover,
.bv-bts-faq-question:focus,
.bv-bts-faq-question:active {
    border: 0;
    background: var(--bv-bts-pale-blue);
    box-shadow: none;
    color: var(--bv-bts-navy);
}

.bv-bts-faq-question span:first-child {
    flex: 1 1 auto;
}

.bv-bts-faq-symbol {
    display: flex;
    flex: 0 0 auto;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    color: var(--bv-bts-blue);
    font-size: 30px;
    font-weight: 400;
    line-height: 1;
    transform: rotate(0deg);
    transition: transform 180ms ease;
}

.bv-bts-faq-question[aria-expanded="true"] {
    background: var(--bv-bts-pale-blue);
}

.bv-bts-faq-question[aria-expanded="true"] .bv-bts-faq-symbol {
    transform: rotate(45deg);
}

.bv-bts-faq-answer {
    display: none;
    padding: 0 24px 23px;
}

.bv-bts-faq-answer[hidden] {
    display: none !important;
}

.bv-bts-faq-answer:not([hidden]) {
    display: block;
}

.bv-bts-faq-answer p {
    margin: 0;
    color: var(--bv-bts-muted);
}

/* FINAL CTA */

.bv-bts-final-cta {
    padding: 82px 0;
    background:
        linear-gradient(
            125deg,
            var(--bv-bts-blue),
            var(--bv-bts-navy-dark)
        );
}

.bv-bts-final-cta-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 55px;
    align-items: center;
}

.bv-bts-final-cta-copy {
    max-width: 750px;
}

#bv-back-to-school-page .bv-bts-final-cta h2 {
    color: var(--bv-bts-white);
}

.bv-bts-final-cta p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.85);
    font-size: 19px;
}

.bv-bts-kicker-light {
    color: #bfe5ff;
}

/* MOBILE STICKY CTA */

.bv-bts-mobile-cta {
    position: fixed;
    z-index: 9999;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    grid-template-columns: 1fr 1fr;
    padding: 9px;
    border-top: 1px solid var(--bv-bts-border);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -8px 25px rgba(10, 33, 56, 0.14);
    backdrop-filter: blur(12px);
}

.bv-bts-mobile-cta a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border-radius: 6px;
    background: var(--bv-bts-blue);
    color: var(--bv-bts-white);
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.bv-bts-mobile-cta a:last-child {
    margin-left: 8px;
    background: var(--bv-bts-navy);
}

/* TABLET */

@media (max-width: 1024px) {
    .bv-bts-hero {
        min-height: 700px;
        background-position: 58% center;
    }

    .bv-bts-two-column,
    .bv-bts-options-layout {
        gap: 45px;
    }

    .bv-bts-process-grid {
        grid-template-columns: 1fr;
    }

    .bv-bts-process-step {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    .bv-bts-final-cta-inner {
        grid-template-columns: 1fr;
    }
}

/* MOBILE */

@media (max-width: 767px) {
    #bv-back-to-school-page {
        padding-bottom: 74px;
        font-size: 17px;
    }

    #bv-back-to-school-page h1 {
        font-size: 42px;
        line-height: 1.08;
    }

    #bv-back-to-school-page h2 {
        font-size: 34px;
    }

    #bv-back-to-school-page h3 {
        font-size: 22px;
    }

    .bv-bts-container {
        width: min(calc(100% - 30px), var(--bv-bts-container));
    }

    .bv-bts-section {
        padding: 68px 0;
    }

    .bv-bts-hero {
        min-height: 720px;
        align-items: flex-end;
        background-image:
            linear-gradient(
                180deg,
                rgba(7, 28, 47, 0.20) 0%,
                rgba(7, 28, 47, 0.68) 42%,
                rgba(7, 28, 47, 0.97) 100%
            ),
            url("https://brintonvision.com/wp-content/uploads/2026/07/2026-07-13-back-to-school-and-lasik-01.webp");
        background-position: 68% center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .bv-bts-hero-container {
        padding-top: 170px;
        padding-bottom: 55px;
    }

    .bv-bts-hero-subtitle {
        font-size: 19px;
    }

    .bv-bts-hero-note {
        margin-top: 28px;
    }

    .bv-bts-button-group,
    .bv-bts-inline-buttons {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .bv-bts-button {
        width: 100%;
    }

    .bv-bts-text-link {
        padding: 8px 0;
        text-align: center;
    }

    .bv-bts-trust-grid,
    .bv-bts-card-grid,
    .bv-bts-two-column,
    .bv-bts-options-layout,
    .bv-bts-financing-layout {
        grid-template-columns: 1fr;
    }

    .bv-bts-trust-item {
        padding: 22px 15px;
        border-right: 0;
        border-bottom: 1px solid var(--bv-bts-border);
    }

    .bv-bts-trust-item:last-child {
        border-bottom: 0;
    }

    .bv-bts-card-grid {
        gap: 16px;
    }

    .bv-bts-card {
        padding: 28px;
    }

    .bv-bts-two-column,
    .bv-bts-options-layout {
        gap: 40px;
    }

    .bv-bts-parent-panel-inner {
        padding: 35px 28px;
    }

    .bv-bts-process-step {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 24px;
    }

    .bv-bts-step-number {
        width: 48px;
        height: 48px;
        font-size: 20px;
    }

    .bv-bts-options-list {
        grid-template-columns: 1fr;
    }

    .bv-bts-options-list div:last-child {
        grid-column: auto;
    }

    .bv-bts-financing-actions {
        width: 100%;
    }

    .bv-bts-final-cta {
        padding: 65px 0;
    }

    .bv-bts-final-cta-inner {
        gap: 32px;
    }

    .bv-bts-faq-question {
        padding: 18px;
        font-size: 17px;
    }

    .bv-bts-faq-answer {
        padding: 0 18px 20px;
    }

    .bv-bts-mobile-cta {
        display: grid;
    }
}

/* SMALL MOBILE */

@media (max-width: 430px) {
    #bv-back-to-school-page h1 {
        font-size: 37px;
    }

    #bv-back-to-school-page h2 {
        font-size: 31px;
    }

    .bv-bts-card {
        padding: 24px;
    }

    .bv-bts-parent-panel {
        padding: 7px;
    }

    .bv-bts-parent-panel-inner {
        padding: 30px 22px;
    }
}

/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {
    #bv-back-to-school-page *,
    #bv-back-to-school-page *::before,
    #bv-back-to-school-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
    }
}/* End custom CSS */