/*
 * Lennie Rae Insurance Custom Overrides
 * Based on https://lennieraeinsurance.com/
 */

/* General */
body {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Inter Tight', sans-serif;
    color: #1F252E;
}

/* Header: transparent background */
#t4-header,
.t4-header {
    background-color: transparent !important;
    box-shadow: none;
}

/* Header layout: logo area auto-width, nav area flexible */
#t4-header .header-wrap .row,
.t4-header .header-wrap .row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

#t4-header .header-wrap .row > [class*="col-"]:first-child,
.t4-header .header-wrap .row > [class*="col-"]:first-child {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    min-width: 0;
}

#t4-header .header-wrap .row > [class*="col-"]:last-child,
.t4-header .header-wrap .row > [class*="col-"]:last-child {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

#t4-header .navbar-brand,
.t4-header .navbar-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

#t4-header .navbar-brand > a,
.t4-header .navbar-brand > a {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    white-space: nowrap;
    text-decoration: none;
}

#t4-header .navbar-brand img,
.t4-header .navbar-brand img {
    flex: 0 0 auto;
    max-height: 42px;
    max-width: 60px;
    width: auto;
    height: auto;
    border-radius: 0;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    object-fit: cover;
}

#t4-header .navbar-brand .logo-text-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    white-space: nowrap;
}

#t4-header .navbar-brand .site-name,
#t4-header .navbar-brand .site-slogan,
.t4-header .navbar-brand .site-name,
.t4-header .navbar-brand .site-slogan {
    white-space: nowrap;
}

#t4-header .navbar-brand .site-name {
    font-family: "Inter Tight", Inter, sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #104293;
}

#t4-header .navbar-brand .site-slogan {
    font-size: 14px;
    line-height: 1.2;
    color: #6b7280;
}

#t4-header .t4-navbar,
.t4-header .t4-navbar {
    flex: 0 1 auto;
    min-width: 0;
}

#t4-header .t4-navbar .navbar-nav > li > a,
.t4-header .navbar-nav > li > a {
    font-weight: 500;
    font-size: 15px;
    padding: 1rem 0.75rem;
}

/* Header CTA button */
#t4-header .header-wrap .col-md-9 .d-none.d-sm-block,
.t4-header-r,
.t4-header .t4-header-r {
    flex: 0 0 auto;
    display: flex !important;
    align-items: center;
}

#t4-header .header-wrap .col-md-9 .d-none.d-sm-block .custom,
#t4-header .header-wrap .col-md-9 .d-none.d-sm-block p,
.t4-header-r .custom,
.t4-header-r .module-ct {
    display: flex;
    align-items: center;
    margin: 0;
}

.btn-header-quote {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: #0F4293;
    color: #fff !important;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
    box-shadow: 0 4px 14px rgba(15, 66, 147, 0.25);
    transition: all 0.2s ease;
    white-space: nowrap;
}

.btn-header-quote::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cline x1='5' y1='12' x2='19' y2='12'%3E%3C/line%3E%3Cpolyline points='12 5 19 12 12 19'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    flex: 0 0 auto;
}

.btn-header-quote:hover {
    transform: translateY(-2px);
    filter: brightness(1.12);
    color: #fff;
}

@media (max-width: 1199px) {
    #t4-header .navbar-brand .site-slogan,
    .t4-header .navbar-brand .site-slogan {
        display: none;
    }

    #t4-header .t4-navbar .navbar-nav > li > a,
    .t4-header .navbar-nav > li > a {
        padding: 1rem 0.5rem;
        font-size: 14px;
    }

    .btn-header-quote {
        padding: 10px 14px;
        font-size: 13px;
    }

    #t4-header .header-wrap .row > [class*="col-"]:last-child,
    .t4-header .header-wrap .row > [class*="col-"]:last-child {
        gap: 16px;
    }
}

@media (max-width: 991px) {
    #t4-header .navbar-brand .logo-text-wrap,
    .t4-header .navbar-brand .logo-text-wrap {
        display: none;
    }
}


#t4-header .t4-navbar .navbar-nav > li.active > a,
#t4-header .t4-navbar .navbar-nav > li > a:hover,
#t4-header .t4-navbar .navbar-nav > li > a:focus,
.t4-header .navbar-nav > li > a:hover {
    color: #0F4293;
}

/* Hero / Slideshow: target site style */
#t4-sideshow,
.t4-sideshow {
    position: relative;
    background: rgba(15, 66, 148, 0.78) !important;
    min-height: 560px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin: 0;
    border-radius: 24px;
    overflow: hidden;
    max-width: none;
}

#t4-sideshow::before,
.t4-sideshow::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(120% 95% at 50% 132%, rgba(205, 223, 247, 0.95) 0%, rgba(205, 223, 247, 0) 50%);
    z-index: 0;
    pointer-events: none;
}

#t4-sideshow::after,
.t4-sideshow::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url('/templates/ja_gamex/images/insurance/noiseTile.webp') repeat;
    opacity: 0.35;
    z-index: 1;
    pointer-events: none;
}

#t4-sideshow .t4-section-inner,
.t4-sideshow .t4-section-inner {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-section-inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 36px 24px 48px;
    text-align: center;
}

.hero-content {
    position: relative;
    z-index: 3;
    max-width: 760px;
    margin: 0 auto;
}

.hero-badge {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    padding: 6px 12px 6px 12px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), inset 0px 0px 5px 0px rgba(255, 255, 255, 0.35);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.05), inset 0px 0px 5px 0px rgba(255, 255, 255, 0.35);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.hero-badge-google {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero-badge-google svg {
    width: 18px;
    height: 18px;
}

.hero-badge-divider {
    width: 1px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: rgba(255, 255, 255, 0.25);
}

.hero-badge-rating {
    font-weight: 700;
    color: #fff;
}

.hero-badge-stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-badge-stars svg {
    width: 18px;
    height: 18px;
    margin-right: -2px;
}

.hero-badge-stars svg:last-child {
    margin-right: 0;
}

.hero-badge-sep {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.hero-badge-reviews {
    white-space: nowrap;
}

@media (max-width: 575px) {
    .hero-badge {
        gap: 6px;
        padding: 5px 10px 5px 10px;
        font-size: 13px;
    }

    .hero-badge-google svg,
    .hero-badge-stars svg {
        width: 16px;
        height: 16px;
    }

    .hero-badge-divider {
        height: 14px;
    }

    .hero-badge-reviews {
        display: none;
    }
}

.hero-title {
    font-size: clamp(32px, 5vw, 48px);
    font-weight: 700;
    line-height: 1.05;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -0.02em;
}

.hero-title-geico {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}

.hero-title-geico img {
    height: 1em;
    width: auto;
}

.hero-desc {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
    margin: 0 auto 32px;
}

.hero-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px;
}

.btn-hero-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background-color: #0F4293;
    color: #fff;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.btn-hero-primary:hover {
    transform: translateY(-3px);
    filter: brightness(1.12);
    color: #fff;
}

.btn-hero-secondary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 8px;
    padding: 12px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    backdrop-filter: blur(8px);
    transition: all 0.2s ease;
}

.btn-hero-secondary:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.hero-illustration {
    display: block;
    width: 100%;
    max-width: 900px;
    height: auto;
    margin: 40px auto 0;
}

@media (max-width: 767px) {
    #t4-sideshow,
    .t4-sideshow {
        min-height: auto;
    }

    .hero-section-inner {
        padding: 32px 20px 48px;
    }

    .hero-illustration {
        max-width: 100%;
        margin: 32px auto 0;
    }
}

/* Buttons: rounded, insurance blue */
.btn {
    border-radius: 8px;
    font-weight: 600;
    padding: 14px 28px;
    font-size: 16px;
}

.btn-primary {
    background-color: #0F4293;
    border-color: #0F4293;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #0d3780;
    border-color: #0d3780;
}

.btn-outline-primary {
    color: #0F4293;
    border-color: #0F4293;
}

.btn-outline-primary:hover {
    background-color: #0F4293;
    border-color: #0F4293;
    color: #ffffff;
}

/* Cards: subtle shadow, rounded */
.t4-section .card,
.t4-module .card,
.acm-features-intro .item,
.t4-section-1 .item,
.t4-section-2 .item {
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.t4-section .card:hover,
.t4-module .card:hover,
.acm-features-intro .item:hover,
.t4-section-1 .item:hover {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* Section backgrounds */
.t4-section:nth-child(even) {
    background-color: #F6F7F9;
    padding: 0;
}
#t4-section-1 {
    margin-top: 15px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.t4-section-1,
.t4-section-2,
.t4-section-3,
.t4-section-4,
.t4-section-5,
.t4-section-6,
.t4-section-7,
.t4-section-8,
.t4-section-9,
.t4-section-10,
.t4-section-11 {
    padding: 80px 0;
}

/* Text muted / secondary */
.text-muted,
.lead,
p {
    color: #5c6e8a;
}

/* Footer */
#t4-footer,
#t4-footnav,
.t4-footer,
.t4-footnav {
    background-color: #1F252E;
    color: #9ca3af;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#t4-footer a,
.t4-footer a {
    color: #9ca3af;
}

#t4-footer a:hover,
.t4-footer a:hover {
    color: #ffffff;
}

#t4-footnav a,
.t4-footnav a {
    color: #4b5563;
}

#t4-footnav a:hover,
.t4-footnav a:hover {
    color: #0f4293;
}

#t4-footnav .footer-bottom a,
.t4-footnav .footer-bottom a {
    color: #4b5563;
}

#t4-footnav .footer-bottom a:hover,
.t4-footnav .footer-bottom a:hover {
    color: #0f4293;
}

#t4-footer h3,
#t4-footnav h3,
.t4-footer h3,
.t4-footnav h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Logo sizing */
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 12px;
}

.navbar-brand .site-name {
    font-family: "Inter Tight", Inter, sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #1F252E;
}

.navbar-brand .site-slogan {
    font-size: 12px;
    color: #5c6e8a;
}

/* Remove game-specific decorative elements */
#t4-section-5 .bg-overlay-image {
    background-image: none !important;
}

/* Utility: max-width for readability */
.container-narrow {
    max-width: 760px;
}

/* FAQ / Accordion style */
.accordion .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 12px;
    background-color: #ffffff;
}

.accordion .accordion-button {
    font-weight: 600;
    color: #1F252E;
}

.accordion .accordion-button:not(.collapsed) {
    color: #0F4293;
    background-color: #f8fafc;
}

/* Section labels */
.t4-section .text-uppercase.small {
    letter-spacing: 2px;
    font-size: 0.75rem;
}

/* Mobile */
@media (max-width: 991px) {
    #t4-sideshow,
    .t4-sideshow {
        min-height: auto;
        padding: 60px 0;
    }

    #t4-sideshow h1,
    .t4-sideshow h1 {
        font-size: 2.2rem;
    }
}


/* Carrier logo marquee */
.carrier-marquee {
    overflow: hidden;
}

.carrier-track-wrapper {
    position: relative;
    overflow: hidden;
    -webkit-mask-image: -webkit-linear-gradient(to right, transparent, black 6%, black 94%, transparent);
    mask-image: linear-gradient(to right, transparent, black 6%, black 94%, transparent);
}

.carrier-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: carrier-scroll 38s linear infinite;
    will-change: transform;
}

.carrier-track:hover {
    animation-play-state: paused;
}

.carrier-item {
    flex-shrink: 0;
    margin: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrier-item img {
    height: 56px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.7;
    transition: all 0.3s ease;
}

.carrier-item img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

@keyframes carrier-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@media (max-width: 767px) {
    .carrier-item {
        margin: 0 20px;
    }

    .carrier-item img {
        height: 40px;
        max-width: 120px;
    }
}


/* Services section - target site layout */
.t4-section-2 {
    background-color: #fcfcfd;
}

.services-section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
}

.services-left {
    flex: 0 0 500px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.services-eyebrow {
    display: inline-block;
    color: #0F4293;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.services-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.08;
    color: #1F252E;
    margin: 0;
    letter-spacing: -0.03em;
}

.services-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    max-width: 460px;
}

.btn-services, .btn-team {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background-color: #0F4293;
    color: #fff;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.btn-services:hover {
    transform: translateY(-3px);
    filter: brightness(1.12);
    color: #fff;
}

.services-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.services-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7280;
    font-size: 15px;
}

.services-list li i {
    color: #0F4293;
    font-size: 18px;
}

.services-right {
    flex: 0 0 630px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.service-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    padding: 10px;
    text-decoration: none;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px -4px rgba(0, 0, 0, 0.1);
}

.service-card-image {
    position: relative;
    height: 154px;
    border-radius: 10px;
    overflow: hidden;
    background-size: 16px 16px;
    background: #f3f5f8 radial-gradient(circle, #ccd3df 1px, transparent 1.5px) 8px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-card-image img {
    max-width: 80%;
    max-height: 80%;
    object-fit: contain;
}

.service-card-body {
    padding: 16px 8px 8px;
}

.service-card-body h3 {
    font-size: 18px;
    font-weight: 500;
    color: #0F4293;
    margin: 0 0 8px;
}

.service-card-body p {
    font-size: 14px;
    line-height: 1.4;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 1199px) {
    .services-section-inner {
        flex-direction: column;
        gap: 48px;
    }

    .services-left,
    .services-right {
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .services-right {
        grid-template-columns: 1fr;
    }
}


/* Team section - target site layout */
.t4-section-3 {
    background-color: #fcfcfd;
}

.team-section-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 80px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
}

.team-left {
    flex: 0 0 500px;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.team-eyebrow {
    display: inline-block;
    color: #0F4293;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.team-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.05;
    color: #1F252E;
    margin: 0;
    letter-spacing: -0.03em;
}

.team-desc {
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0;
    max-width: 460px;
}

.btn-team:hover {
    transform: translateY(-3px);
    filter: brightness(1.12);
    color: #fff;
}

.team-right {
    flex: 0 0 560px;
}

.team-image-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    border-radius: 24px;
    border: 4px solid #fff;
    overflow: hidden;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 4px 10px rgba(0, 0, 0, 0.04);
}

.team-image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .team-section-inner {
        flex-direction: column;
        gap: 48px;
    }

    .team-left,
    .team-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .team-image-frame {
        max-width: 560px;
        margin: 0 auto;
    }
}

/* Testimonials section-4 */
.t4-section-4 {
    background-color: #fcfcfd;
    overflow: hidden;
}

.testimonials-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
}

.testimonials-header {
    text-align: center;
    margin-bottom: 40px;
}

.testimonials-eyebrow {
    display: inline-block;
    color: #0F4293;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.testimonials-title {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.05;
    color: #1F252E;
    margin: 0 0 12px;
    letter-spacing: -0.03em;
}

.testimonials-subtitle {
    font-size: 16px;
    line-height: 1.5;
    color: #6b7280;
    margin: 0 0 16px;
}

.testimonials-google-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    color: #0F4293;
    font-size: 14px;
    font-weight: 600;
}

.testimonials-google-badge i {
    font-size: 18px;
}

.testimonials-marquee {
    overflow: hidden;
    -webkit-mask-image: -webkit-linear-gradient(to right, transparent, black 5%, black 95%, transparent);
    mask-image: linear-gradient(to right, transparent, black 5%, black 95%, transparent);
}

.testimonials-track {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: testimonial-scroll 60s linear infinite;
}

.testimonials-track:hover {
    animation-play-state: paused;
}

@keyframes testimonial-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.testimonial-card {
    position: relative;
    width: 340px;
    min-height: 260px;
    flex-shrink: 0;
    border-radius: 16px;
    border: 2px solid #fff;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(15, 66, 147, 0.15);
    background: radial-gradient(ellipse 380px 340px at 267px -27px, rgba(255, 255, 255, 0.42) 0%, transparent 100%), radial-gradient(ellipse 300px 280px at 67px 294px, rgba(255, 255, 255, 0.18) 0%, transparent 100%), #0F4293;
}

.testimonial-card-bg {
    position: absolute;
    inset: 0;
    background: url('/templates/ja_gamex/images/insurance/noiseTile.webp') repeat;
    background-size: 512px 512px;
    opacity: 0.5;
    mix-blend-mode: soft-light;
    pointer-events: none;
}

.testimonial-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 1;
}

.testimonial-header .fab.fa-google {
    color: #fff;
    font-size: 20px;
}

.testimonial-stars {
    color: #fbbf24;
    font-size: 14px;
}

.testimonial-text {
    position: relative;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    margin: 16px 0;
    z-index: 1;
}

.testimonial-author {
    position: relative;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    z-index: 1;
}

@media (max-width: 767px) {
    .testimonials-section-inner {
        padding: 60px 20px;
    }

    .testimonials-title {
        font-size: 30px;
    }

    .testimonial-card {
        width: 300px;
        min-height: 240px;
        padding: 20px;
    }
}

/* Why Choose Us section-5 */
.t4-section-5 {
    background-color: #fff;
}

.whychoose-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
}

.whychoose-card {
    position: relative;
    border-radius: 32px;
    border: 4px solid #fff;
    overflow: hidden;
    background: #0F4293;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 4px 10px rgba(0, 0, 0, 0.04);
}

.whychoose-card-bg {
    position: absolute;
    inset: 0;
    background: url('/templates/ja_gamex/images/insurance/noiseTile.webp') repeat;
    background-size: 512px 512px;
    opacity: 0.35;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 1;
}

.whychoose-vector {
    position: absolute;
    left: -84px;
    bottom: 0;
    height: 300px;
    width: 1300px;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

.whychoose-content {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 20px 12px 20px 40px;
    gap: 40px;
}

.whychoose-left {
    flex: 0 0 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 32px 0;
}

.whychoose-logos {
    display: flex;
    align-items: center;
    gap: 20px;
}

.whychoose-logos img:first-child {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

.whychoose-logos span {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    line-height: 1;
}

.whychoose-logos img:last-child {
    height: 50px;
    width: 170px;
    object-fit: contain;
}

.whychoose-text {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.whychoose-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.0;
    color: #fff;
    margin: 0;
    letter-spacing: -0.04em;
}

.whychoose-desc {
    font-size: 16px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    max-width: 520px;
}

.whychoose-right {
    flex: 0 0 420px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 13px;
    padding: 12px 0;
}

.whychoose-point {
    border-radius: 24px;
    border: 1px solid #eaecf1;
    background-color: #fff;
    padding: 20px 24px;
    box-shadow: 0 4px 20px rgba(15, 66, 147, 0.08);
}

.whychoose-point h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    color: #0F4293;
    margin: 0 0 8px;
}

.whychoose-point p {
    font-size: 14px;
    line-height: 1.35;
    color: #6b7280;
    margin: 0;
}

@media (max-width: 1199px) {
    .whychoose-content {
        flex-direction: column;
        padding: 32px;
        gap: 32px;
    }

    .whychoose-left,
    .whychoose-right {
        flex: 0 0 auto;
        width: 100%;
    }

    .whychoose-title {
        font-size: 36px;
    }

    .whychoose-vector {
        display: none;
    }
}

@media (max-width: 767px) {
    .whychoose-section-inner {
        padding: 60px 20px;
    }

    .whychoose-content {
        padding: 24px 20px;
    }

    .whychoose-title {
        font-size: 30px;
    }

    .whychoose-point {
        padding: 16px 20px;
    }
}

/* FAQ section-6 */
.t4-section-6 {
    background-color: #fff;
}

.faq-section-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 120px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 30px;
}

.faq-left {
    flex: 0 0 507px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    position: sticky;
    top: 100px;
}

.faq-eyebrow {
    display: inline-flex;
    align-self: flex-start;
    color: #0F4293;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 999px;
    background-color: #eef4ff;
}

.faq-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.06;
    color: #1F252E;
    margin: 0;
    letter-spacing: -0.04em;
}

.faq-desc {
    font-size: 16px;
    line-height: 1.42;
    color: #6b7280;
    margin: 0;
}

.btn-faq-contact {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background-color: #0F4293;
    color: #fff;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.btn-faq-contact:hover {
    transform: translateY(-3px);
    filter: brightness(1.12);
    color: #fff;
}

.btn-faq-contact i {
    font-size: 12px;
}

.faq-right {
    flex: 0 0 547px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.faq-item {
    border-radius: 16px;
    border: 2px solid #fff;
    background-color: #F3F6FB;
    padding: 20px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.2s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.faq-question {
    margin: 0;
}

.faq-question button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
    cursor: pointer;
}

.faq-question button:focus {
    outline: none;
}

.faq-icon {
    flex-shrink: 0;
    font-size: 14px;
    color: #1a1a1a;
    transition: transform 0.3s ease;
}

.faq-question button[aria-expanded="true"] .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding-top: 12px;
}

.faq-answer p {
    font-size: 14px;
    line-height: 1.42;
    color: #6b7280;
    margin: 0;
    max-width: 480px;
}

.faq-answer p + p {
    margin-top: 12px;
}

@media (max-width: 1199px) {
    .faq-section-inner {
        flex-direction: column;
        gap: 48px;
    }

    .faq-left,
    .faq-right {
        flex: 0 0 auto;
        width: 100%;
        position: static;
    }

    .faq-title {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .faq-section-inner {
        padding: 60px 20px;
        gap: 32px;
    }

    .faq-title {
        font-size: 30px;
    }

    .faq-left {
        text-align: center;
        align-items: center;
    }

    .faq-eyebrow {
        align-self: center;
    }

    .btn-faq-contact {
        align-self: center;
    }
}

/* Add-Ons section-7 */
.t4-section-7 {
    background-color: #fff;
}

.addons-section-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px 24px;
}

.addons-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
}

.addons-eyebrow {
    display: inline-flex;
    color: #0F4293;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 6px 14px;
    border-radius: 999px;
    background-color: #eef4ff;
}

.addons-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.05;
    color: #1F252E;
    margin: 0;
    letter-spacing: -0.04em;
}

.addons-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.addon-card {
    display: flex;
    flex-direction: column;
    width: 290px;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid #eaecf1;
    background-color: #fff;
    padding: 11px;
    box-shadow: 0 4px 20px rgba(15, 66, 147, 0.08);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.addon-card:hover {
    box-shadow: 0 8px 30px rgba(15, 66, 147, 0.15);
    transform: translateY(-3px);
}

.addon-image-wrap {
    position: relative;
    height: 154px;
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid #e1e5ee;
    background-color: #f8f9fb;
}

.addon-dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(circle, #ccd3df 1px, transparent 1.5px);
    background-size: 16px 16px;
    background-position: 8px 8px;
}

.addon-image-wrap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 124px;
    height: 124px;
    object-fit: contain;
}

.addon-body {
    padding: 20px 7px 8px;
}

.addon-body h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    color: #0F4293;
    margin: 0 0 8px;
}

.addon-body p {
    font-size: 14px;
    line-height: 1.4;
    color: #6b7280;
    margin: 0;
}

.btn-addons {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #0F4293;
    color: #fff;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease;
}

.btn-addons:hover {
    transform: translateY(-3px);
    filter: brightness(1.12);
    color: #fff;
}

@media (max-width: 1199px) {
    .addons-grid {
        gap: 24px;
    }
}

@media (max-width: 767px) {
    .addons-section-inner {
        padding: 60px 20px;
        gap: 32px;
    }

    .addons-title {
        font-size: 30px;
    }

    .addon-card {
        width: 100%;
        max-width: 360px;
    }
}

/* Final CTA section-8 */
.t4-section-8 {
    background-color: #fff;
}

.finalcta-section-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 40px 24px 80px;
}

.finalcta-card {
    position: relative;
    min-height: 454px;
    border-radius: 32px;
    border: 4px solid #fff;
    overflow: hidden;
    background: #0F4293;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.11), 0 4px 10px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
}

.finalcta-card-bg {
    position: absolute;
    inset: 0;
    background: url('/templates/ja_gamex/images/insurance/noiseTile.webp') repeat;
    background-size: 512px 512px;
    opacity: 0.35;
    mix-blend-mode: soft-light;
    pointer-events: none;
    z-index: 1;
}

.finalcta-vector {
    position: absolute;
    left: -84px;
    bottom: 0;
    height: 260px;
    width: 1300px;
    opacity: 0.8;
    pointer-events: none;
    z-index: 0;
}

.finalcta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    text-align: center;
    padding: 48px 32px;
}

.finalcta-authorized {
    display: flex;
    align-items: center;
    gap: 12px;
}

.finalcta-authorized img {
    height: 48px;
    width: auto;
    object-fit: contain;
}

.finalcta-authorized span {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
}

.finalcta-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.finalcta-title {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.0;
    color: #fff;
    margin: 0;
    letter-spacing: -0.04em;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.25);
}

.finalcta-desc {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

.finalcta-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
}

.btn-finalcta-primary,
.btn-finalcta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-finalcta-primary {
    background-color: #fff;
    color: #0F4293;
    border: 2px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.btn-finalcta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
    color: #0F4293;
}

.btn-finalcta-secondary {
    background-color: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(4px);
}

.btn-finalcta-secondary:hover {
    transform: translateY(-3px);
    background-color: rgba(255, 255, 255, 0.22);
    border-color: rgba(255, 255, 255, 0.85);
    color: #fff;
}

.btn-finalcta-primary i,
.btn-finalcta-secondary i {
    font-size: 12px;
}

@media (max-width: 767px) {
    .finalcta-section-inner {
        padding: 20px 20px 60px;
    }

    .finalcta-title {
        font-size: 30px;
    }

    .finalcta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 320px;
    }

    .btn-finalcta-primary,
    .btn-finalcta-secondary {
        width: 100%;
    }

    .finalcta-vector {
        display: none;
    }
}

/* Footer */
.site-footer-inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 80px;
    display: flex;
    flex-direction: column;
    gap: 72px;
}

.footer-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
}

.footer-brand {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-brand > img {
    width: 98px;
    height: 98px;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer-brand-name {
    font-size: 40px;
    font-weight: 500;
    line-height: 1.06;
    color: #104293;
    letter-spacing: -0.02em;
}

.footer-brand-tagline {
    font-size: 16px;
    line-height: 1.39;
    color: #6b7280;
    max-width: 329px;
}

.footer-socials {
    display: none;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    padding: 0;
    margin: 8px 0 0;
}

.footer-socials a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #eaecf1;
    color: #6b7280;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.15s ease;
}

.footer-socials a:hover {
    transform: translateY(-2px);
    border-color: #0F4293;
    color: #0F4293;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-email {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 500;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer-email:hover {
    color: #0F4293;
}

.footer-email i {
    font-size: 16px;
}

.footer-offices {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.footer-office {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.footer-office > i {
    margin-top: 2px;
    font-size: 16px;
    color: #6b7280;
}

.footer-office div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer-office strong {
    font-size: 14px;
    font-weight: 700;
    color: #1F252E;
}

.footer-office span {
    font-size: 16px;
    color: #6b7280;
}

.footer-office a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 16px;
    color: #6b7280;
    text-decoration: none;
    transition: color 0.15s ease;
}

.footer-office a:hover {
    color: #0F4293;
}

.footer-office a i {
    font-size: 13px;
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.footer-bottom span,
.footer-bottom a {
    font-size: 16px;
    color: #6b7280;
}

.footer-bottom a {
    text-decoration: underline;
    transition: color 0.15s ease;
}

.footer-bottom a:hover {
    color: #0F4293;
}

@media (max-width: 1199px) {
    .site-footer-inner {
        padding: 0 40px 60px;
    }

    .footer-top {
        flex-direction: column;
        gap: 40px;
    }

    .footer-brand {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    .site-footer-inner {
        padding: 20px 20px 40px;
        align-items: center;
        text-align: center;
    }

    .footer-top {
        align-items: center;
    }

    .footer-brand {
        flex-direction: column;
        align-items: center;
    }

    .footer-brand-text {
        align-items: center;
    }

    .footer-socials {
        justify-content: center;
    }

    .footer-contact {
        align-items: center;
    }

    .footer-office {
        flex-direction: column;
        align-items: center;
    }

    .footer-office div {
        align-items: center;
    }

    .footer-bottom {
        justify-content: center;
    }
}

/* T4 footnav override to match target white footer */
.t4-footnav {
    background-color: #fff !important;
    color: #6b7280 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t4-footnav .footer {
    margin-top: 0;
}

.t4-footnav .t4-section-inner {
    padding-top: 0;
    padding-bottom: 0;
}

.t4-footnav .t4-section-inner.container,
.t4-footnav .container {
    max-width: 1280px;
}

.t4-footnav .t4-row,
.t4-footnav .row {
    margin-left: 0;
    margin-right: 0;
}

.t4-footnav .t4-col.footnav-1,
.t4-footnav .t4-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
}

.t4-footnav .t4-module,
.t4-footnav .module-inner,
.t4-footnav .module-ct,
.t4-footnav .module-ct .custom,
.t4-footnav .custom {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.t4-footnav .custom {
    display: block;
}

/* Footer icons */
.footer-socials a img,
.footer-socials a svg {
    width: 20px;
    height: 20px;
    display: block;
}

.footer-email img,
.footer-email svg,
.footer-office > img,
.footer-office > svg,
.footer-office a img,
.footer-office a svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

.footer-email img,
.footer-email svg,
.footer-office > img,
.footer-office > svg {
    margin-top: 2px;
}

/* Remove T4 theme decorative pseudo background images from .t4-content */
.t4-content::before,
.t4-content::after {
    content: none !important;
    display: none !important;
}

/* Hide default T4 modules inside footnav (social/copyright), our custom footer already includes them */
.t4-footnav .t4-module:not(#Mod118),
.t4-footer,
.t4-footer .site-footer,
#t4-footer {
    display: none !important;
}

/* =========================================
   About & Products page shared styles
   ========================================= */

.insurance-content.page-about,
.insurance-content.page-products {
    color: #1f252e;
    line-height: 1.6;
}

.page-hero {
    position: relative;
    background: linear-gradient(135deg, #0f4293 0%, #1450b3 50%, #0f4293 100%);
    color: #fff;
    padding: 96px 0;
    text-align: center;
    overflow: hidden;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('/templates/ja_gamex/images/insurance/about/imgVector1.svg');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    opacity: 0.18;
    pointer-events: none;
}

.page-hero .container {
    position: relative;
    z-index: 1;
}

.page-hero h1 {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 16px;
    color: #fff;
}

.page-hero p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8);
    max-width: 720px;
    margin: 0 auto;
}

.page-section {
    padding: 80px 0;
}

.page-section.bg-light {
    background-color: #f6f7f9;
}

.section-label {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #0f4293;
    margin-bottom: 12px;
}

.page-section h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 20px;
    color: #1f252e;
}

.page-section p {
    color: #6b7280;
    font-size: 16px;
    margin-bottom: 16px;
}

.page-section blockquote {
    border-left: 4px solid #0f4293;
    padding-left: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #0f4293;
    margin: 24px 0;
}

/* About specific */
.about-section .row {
    row-gap: 40px;
}

.about-image-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-image-card > img {
    width: 100%;
    height: auto;
    display: block;
}

.about-image-badge {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, 0.95);
    padding: 8px 16px;
    border-radius: 50px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-image-badge img {
    height: 32px;
    width: auto;
}

.about-image-badge img:last-child {
    height: 24px;
}

.about-map-card {
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.about-address {
    margin-bottom: 24px;
}

.about-address:last-child {
    margin-bottom: 0;
}

.about-address strong {
    display: block;
    font-size: 18px;
    color: #1f252e;
    margin-bottom: 6px;
}

.about-address span {
    display: block;
    color: #6b7280;
    margin-bottom: 6px;
}

.about-address a {
    color: #0f4293;
    font-weight: 600;
}

.about-portrait {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.about-portrait img {
    width: 100%;
    height: auto;
    display: block;
}

.about-portrait-caption {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    padding: 10px 16px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.about-portrait-caption strong {
    display: block;
    color: #0f4293;
    font-size: 14px;
}

.about-portrait-caption span {
    font-size: 12px;
    color: #6b7280;
}

/* Brand banner cards */
.banner-section {
    padding: 48px 0;
    background: #fff;
}

.banner-section .row {
    background: #fff;
    overflow: hidden;
    margin: 0;
}

.banner-section .banner-media {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    min-height: 160px;
}

.banner-section .banner-media img {
    max-height: 160px;
    width: auto;
}

.banner-section .banner-text {
    padding: 32px;
}

.banner-section .banner-text h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #1f252e;
}

.banner-section .banner-text p {
    color: #6b7280;
    font-size: 16px;
    margin: 0;
}

/* Product grids */
.section-intro {
    max-width: 720px;
    margin: 0 auto 48px;
}

.product-grid {
    row-gap: 24px;
}

.product-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 28px;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.product-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
    border: 1px solid #d1e1fa;
    background: #f3f3f7;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.product-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.product-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #1f252e;
}

.product-card p {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 20px;
}

.product-card .btn {
    width: 100%;
}

.section-cta {
    margin-top: 40px;
}

.section-cta .btn {
    margin: 0 8px 12px;
}

/* Add-ons */
.addons-section .section-intro {
    margin-bottom: 40px;
}

.addon-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.addon-card img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.addon-card h4 {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 20px 8px;
    color: #1f252e;
}

.addon-card p {
    font-size: 14px;
    color: #6b7280;
    padding: 0 20px 20px;
    margin: 0;
}

/* FAQ section on pages */
.about-faq .col-lg-4,
.products-faq .col-lg-4 {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-faq .section-label,
.products-faq .section-label {
    align-self: flex-start;
    background: #fff;
    border: 1px solid #eaecf1;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #5c6e8a;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.about-faq h2,
.products-faq h2 {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.06;
    letter-spacing: -1.76px;
    margin-bottom: 8px;
    color: #1f252e;
}

.about-faq .col-lg-4 > p,
.products-faq .col-lg-4 > p {
    color: #6b7280;
    font-size: 16px;
    line-height: 1.42;
    margin-bottom: 24px;
}

.about-faq .btn-outline-primary,
.products-faq .btn-outline-primary {
    align-self: flex-start;
    border-color: #0f4293;
    color: #0f4293;
    border-radius: 8px;
    padding: 12px 20px;
    font-weight: 600;
}

.about-faq .btn-outline-primary:hover,
.products-faq .btn-outline-primary:hover {
    background: #0f4293;
    color: #fff;
}

/* FAQ accordion cards */
.page-section .accordion {
    border: none;
    border-radius: 0;
    overflow: visible;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.page-section .accordion-item {
    background: #f5f5f5;
    border: 2px solid #fff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11), 0 4px 5px rgba(0, 0, 0, 0.04);
    transition: box-shadow 0.2s ease;
}

.page-section .accordion-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.page-section .accordion-button {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    color: #1a1a1a;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-align: left;
}

.page-section .accordion-button:focus,
.page-section .accordion-button:active,
.page-section .accordion-button:not(.collapsed) {
    background: transparent;
    border-color: transparent;
    box-shadow: none;
    outline: none;
}

.page-section .accordion-button::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    font-size: 14px;
    color: #1a1a1a;
    background-image: none;
    width: auto;
    height: auto;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
    flex-shrink: 0;
}

.page-section .accordion-button:not(.collapsed)::after {
    transform: rotate(180deg);
    background-image: none;
}

.page-section .accordion-button:not(.collapsed) {
    color: #1a1a1a;
    background: transparent;
}

.page-section .accordion-body {
    padding: 12px 0 0;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.42;
    max-width: 480px;
}

.page-section .accordion-collapse {
    border: none;
}

/* Final page CTA */
.page-cta {
    background: linear-gradient(135deg, #0f4293 0%, #1450b3 100%);
    color: #fff;
    padding: 80px 0;
    text-align: center;
}

.page-cta h2 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.page-cta p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.85);
    max-width: 640px;
    margin: 0 auto 28px;
}

.page-cta .btn-primary {
    background: #fff;
    color: #0f4293;
    border-color: #fff;
    font-weight: 600;
}

.page-cta .btn-outline-light {
    border-color: rgba(255, 255, 255, 0.6);
    color: #fff;
}

.page-cta .btn-outline-light:hover {
    background: #fff;
    color: #0f4293;
}

@media (max-width: 991px) {
    .page-hero {
        padding: 64px 0;
    }

    .page-hero h1 {
        font-size: 36px;
    }

    .page-section {
        padding: 56px 0;
    }

    .page-section h2 {
        font-size: 28px;
    }

    .banner-section .banner-text h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .page-hero {
        padding: 48px 0;
    }

    .page-hero h1 {
        font-size: 28px;
    }

    .page-section h2 {
        font-size: 24px;
    }

    .banner-section .banner-text {
        text-align: center;
    }

    .about-portrait-caption {
        right: 12px;
        bottom: 12px;
    }
}

/* Free Auto Quote Modal - matches lennieraeinsurance.com */
#quoteModal {
    z-index: 1060 !important;
}

#quoteModal.modal.show {
    background-color: rgba(0, 0, 0, 0.52) !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

#quoteModal .modal-dialog {
    width: 100%;
    max-width: 520px;
    margin: 0;
    pointer-events: none;
}

#quoteModal .modal-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 10px 0px;
    pointer-events: auto;
    background: transparent;
}

#quoteModal .modal-content > .modal-header,
#quoteModal .modal-content > .modal-body,
#quoteModal .modal-content > .modal-footer {
    display: none;
}

/* Custom quote card */
.quote-modal-card {
    width: 100%;
    max-width: 520px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 24px;
    background: #fff;
    max-height: calc(100vh - 2rem);
}

.quote-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 1px solid #eaecf1;
    padding: 24px 28px;
}

.quote-modal-header h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.88px;
    color: #1f252e;
}

.quote-modal-header p {
    margin: 4px 0 0;
    font-size: 13px;
    font-weight: 500;
    color: gray;
}

.quote-modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: -4px -4px 0 0;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: transparent;
    color: #999;
    cursor: pointer;
    -webkit-transition: background-color 0.15s, color 0.15s;
    -o-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s;
}

.quote-modal-close:hover,
.quote-modal-close:focus {
    background: #f5f5f5;
    color: #1f252e;
}

.quote-modal-close svg {
    width: 16px;
    height: 16px;
}

.quote-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    padding: 24px 28px;
}

/* ConvertForms overrides inside modal */
#quoteModal .convertforms,
#quoteModal .cf-form-wrap {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

#quoteModal .cf-form-wrap {
    max-width: none !important;
}

#quoteModal .cf-fields {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
}

#quoteModal .cf-control-group {
    margin: 0;
    grid-column: 1 / -1;
}

#quoteModal .cf-control-group[data-name="name"],
#quoteModal .cf-control-group[data-name="phone"] {
    grid-column: auto;
}

#quoteModal .cf-control-label,
#quoteModal .cf-control-group legend.cf-label,
#quoteModal .cf-control-group .cf-label {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    color: #1f252e;
    margin-bottom: 6px;
}

#quoteModal .cf-required-label {
    color: #ef4444;
}

#quoteModal .cf-input[type="text"],
#quoteModal .cf-input[type="tel"],
#quoteModal .cf-input[type="email"],
#quoteModal textarea.cf-input {
    width: 100%;
    border: 1px solid #eaecf1;
    border-radius: 8px;
    background: #fff;
    padding: 10px 14px;
    font-size: 15px;
    font-weight: 500;
    color: #1f252e;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
    transition: border-color 0.15s, -webkit-box-shadow 0.15s;
    -o-transition: border-color 0.15s, box-shadow 0.15s;
    transition: border-color 0.15s, box-shadow 0.15s;
    transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

#quoteModal .cf-input::-webkit-input-placeholder {
    color: #999;
}

#quoteModal .cf-input::-moz-placeholder {
    color: #999;
}

#quoteModal .cf-input:-ms-input-placeholder {
    color: #999;
}

#quoteModal .cf-input::placeholder {
    color: #999;
}

#quoteModal .cf-input:focus {
    border-color: #0f4293;
    -webkit-box-shadow: 0 0 0 3px rgba(15, 66, 147, 0.1);
    box-shadow: 0 0 0 3px rgba(15, 66, 147, 0.1);
}

#quoteModal textarea.cf-input {
    resize: none;
}

#quoteModal .cf-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

@media (max-width: 575px) {
    #quoteModal .cf-list {
        grid-template-columns: 1fr;
    }
}

#quoteModal .cf-radio-group,
#quoteModal .cf-checkbox-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
    border: 1px solid #eaecf1;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    -webkit-transition: border-color 0.15s, background-color 0.15s;
    -o-transition: border-color 0.15s, background-color 0.15s;
    transition: border-color 0.15s, background-color 0.15s;
}

#quoteModal .cf-radio-group:hover,
#quoteModal .cf-checkbox-group:hover {
    border-color: rgba(15, 66, 147, 0.3);
    background: #f5f5f5;
}

#quoteModal .cf-radio-group input,
#quoteModal .cf-checkbox-group input {
    width: 16px;
    height: 16px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0;
    cursor: pointer;
    accent-color: #0f4293;
}

#quoteModal .cf-radio-group label,
#quoteModal .cf-checkbox-group label {
    font-size: 14px;
    font-weight: 500;
    color: #1f252e;
    margin: 0;
    cursor: pointer;
}

#quoteModal .cf-text-left {
    text-align: left;
}

#quoteModal .cf-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    overflow: hidden;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    background: #0f4293;
    padding: 14px 16px;
    -webkit-box-shadow: rgba(39, 95, 185, 0) 0px 63px 18px 0px, rgba(39, 95, 185, 0.04) 0px 40px 16px 0px, rgba(39, 95, 185, 0.13) 0px 23px 14px 0px, rgba(39, 95, 185, 0.21) 0px 10px 10px 0px, rgba(39, 95, 185, 0.25) 0px 3px 6px 0px;
    box-shadow: rgba(39, 95, 185, 0) 0px 63px 18px 0px, rgba(39, 95, 185, 0.04) 0px 40px 16px 0px, rgba(39, 95, 185, 0.13) 0px 23px 14px 0px, rgba(39, 95, 185, 0.21) 0px 10px 10px 0px, rgba(39, 95, 185, 0.25) 0px 3px 6px 0px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
    transition: -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
    -o-transition: transform 0.2s ease, filter 0.2s ease;
    transition: transform 0.2s ease, filter 0.2s ease;
    transition: transform 0.2s ease, filter 0.2s ease, -webkit-transform 0.2s ease, -webkit-filter 0.2s ease;
}

#quoteModal .cf-btn:hover {
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-filter: brightness(1.12);
    filter: brightness(1.12);
}

#quoteModal .cf-btn:active {
    -webkit-transform: translateY(0) scale(0.97);
    -ms-transform: translateY(0) scale(0.97);
    transform: translateY(0) scale(0.97);
}

#quoteModal .cf-btn::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 8px;
    -webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px -2px 8px 0px inset, rgba(255, 255, 255, 0.25) 0px 4px 3px 0px inset;
    box-shadow: rgba(255, 255, 255, 0.2) 0px -2px 8px 0px inset, rgba(255, 255, 255, 0.25) 0px 4px 3px 0px inset;
    pointer-events: none;
}

#quoteModal .cf-btn-text {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

#quoteModal .cf-spinner-container {
    display: none !important;
}

#quoteModal .cf-response {
    background-color: #f4f5f7 !important;
    color: #1f252e !important;
    border-radius: 10px;
    padding: 14px 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
}

#quoteModal .cf-response p {
    margin: 0;
    color: inherit;
}

@media (max-width: 767px) {
    #quoteModal.modal.show {
        padding: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    #quoteModal .modal-dialog {
        max-width: 100%;
    }

    .quote-modal-card {
        max-width: 100%;
        border-radius: 24px 24px 0 0;
        max-height: calc(100vh - 40px);
    }

    .quote-modal-header,
    .quote-modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Privacy Policy page - matches lennieraeinsurance.com/privacy-policy */
.page-privacy {
    --pp-page: #fcfcfd;
    --pp-heading: #1a1a1a;
    --pp-ink: #1f252e;
    --pp-muted: #999999;
    --pp-muted-2: gray;
    --pp-primary: #0f4293;
    --pp-card-border: #eaecf1;
    --pp-tile: #f6f7f9;
    --pp-tile-border: #e6e6e6;
    background: var(--pp-page);
}

.page-privacy .container {
    max-width: 1280px;
}

.policy-section {
    padding: 32px 16px 80px;
}

@media (min-width: 768px) {
    .policy-section {
        padding: 40px 80px 128px;
    }
}

/* Breadcrumb */
.policy-breadcrumb {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
    font-size: 14px;
    color: var(--pp-muted);
}

.policy-breadcrumb a {
    color: inherit;
    text-decoration: none;
    transition: color 0.15s;
}

.policy-breadcrumb a:hover {
    color: var(--pp-ink);
}

.policy-breadcrumb span:last-child {
    color: var(--pp-ink);
}

/* Hero */
.policy-hero {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-bottom: 1px solid var(--pp-card-border);
    padding-bottom: 32px;
}

@media (min-width: 768px) {
    .policy-hero {
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        padding-bottom: 48px;
    }
}

.policy-eyebrow {
    margin: 0 0 16px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--pp-primary);
}

.page-privacy h1 {
    margin: 0;
    font-size: 40px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -1.2px;
    color: var(--pp-heading);
}

@media (min-width: 768px) {
    .page-privacy h1 {
        font-size: 64px;
        letter-spacing: -2px;
    }
}

.policy-lead {
    margin: 20px 0 0;
    max-width: 480px;
    font-size: 16px;
    line-height: 1.625;
    color: var(--pp-muted);
}

.policy-meta {
    flex-shrink: 0;
    padding-bottom: 4px;
    text-align: left;
}

@media (min-width: 768px) {
    .policy-meta {
        text-align: right;
    }
}

.policy-meta-label {
    margin: 0 0 4px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--pp-muted);
}

.policy-meta-value {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--pp-ink);
}

/* Grid */
.policy-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
    margin-top: 40px;
}

@media (min-width: 768px) {
    .policy-grid {
        grid-template-columns: 260px 1fr;
        gap: 80px;
        align-items: start;
    }
}

/* TOC */
.policy-toc {
    display: none;
    position: sticky;
    top: 96px;
}

@media (min-width: 768px) {
    .policy-toc {
        display: block;
    }
}

.policy-toc-title {
    margin: 0 0 16px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--pp-muted-2);
}

.policy-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 2px;
    border-left: 1px solid var(--pp-card-border);
}

.policy-toc a {
    display: block;
    padding: 6px 0 6px 16px;
    font-size: 14px;
    color: var(--pp-muted);
    text-decoration: none;
    transition: color 0.15s;
}

.policy-toc a:hover {
    color: var(--pp-ink);
}

.policy-toc a.active {
    margin-left: -1px;
    border-left: 2px solid var(--pp-primary);
    padding-left: 14px;
    font-weight: 500;
    color: var(--pp-primary);
}

/* Article blocks */
.policy-article {
    min-width: 0;
}

.policy-block {
    scroll-margin-top: 128px;
    border-bottom: 1px solid var(--pp-card-border);
    padding: 40px 0;
}

.policy-block:last-child {
    border-bottom: 0;
}

.policy-block h2 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.6px;
    color: var(--pp-heading);
}

.policy-body {
    font-size: 15px;
    line-height: 1.75;
    color: var(--pp-ink);
}

.policy-body > * {
    margin: 0 0 16px;
}

.policy-body > *:last-child {
    margin-bottom: 0;
}

.policy-body .policy-subhead {
    margin-top: 24px;
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--pp-heading);
}

.policy-body ul {
    margin: 0 0 16px;
    padding-left: 20px;
    list-style: disc;
}

.policy-body ul li {
    margin-bottom: 8px;
}

.policy-body ul li::marker {
    color: var(--pp-muted);
}

.policy-body strong {
    font-weight: 600;
    color: var(--pp-heading);
}

.policy-body a {
    color: var(--pp-primary);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.policy-body a:hover {
    text-decoration: none;
}

/* Contact card */
.policy-contact-card {
    margin-top: 8px;
    border-radius: 16px;
    border: 1px solid var(--pp-card-border);
    background: var(--pp-tile);
    padding: 24px 32px;
}

.policy-contact-name {
    margin: 0 0 4px;
    font-weight: 600;
    color: var(--pp-heading);
}

.policy-contact-sub {
    margin: 0 0 16px;
    color: var(--pp-muted);
}

.policy-contact-lines p {
    margin: 0 0 4px;
}

.policy-contact-lines span {
    font-weight: 500;
    color: var(--pp-ink);
}

.policy-note {
    font-size: 14px;
    color: var(--pp-muted);
}

/* Remove article-body max-width on privacy policy page */
.com-content-article.item-page:has(.page-privacy) .article-body {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
}


/* Call Us Modal */
#callModal.modal {
    z-index: 1060 !important;
}

#callModal.modal.show {
    background-color: transparent !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}

#callModal .modal-dialog {
    width: 100%;
    max-width: 440px;
    margin: 0;
    pointer-events: none;
}

#callModal .modal-content {
    border: none;
    border-radius: 28px;
    overflow: hidden;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 10px 0px;
    pointer-events: auto;
    background: transparent;
}

#callModal .modal-content > .modal-header,
#callModal .modal-content > .modal-body,
#callModal .modal-content > .modal-footer {
    display: none;
}

.call-modal-card {
    width: 100%;
    max-width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 28px;
    background: #fff;
}

.call-modal-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    border-bottom: 1px solid #eaecf1;
    padding: 24px 28px 20px;
}

.call-modal-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding: 0;
    border: none;
    border-radius: 9999px;
    background: transparent;
    color: #999;
    cursor: pointer;
    -webkit-transition: background-color 0.15s, color 0.15s;
    -o-transition: background-color 0.15s, color 0.15s;
    transition: background-color 0.15s, color 0.15s;
}

.call-modal-close:hover,
.call-modal-close:focus {
    background: #f5f5f5;
    color: #1f252e;
}

.call-modal-close svg {
    width: 16px;
    height: 16px;
}

.call-modal-title-wrap {
    text-align: center;
}

.call-modal-title-wrap h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.96px;
    color: #1f252e;
}

.call-modal-title-wrap p {
    margin: 6px auto 0;
    max-width: 340px;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    color: gray;
}

.call-modal-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.call-modal-office {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    border: 1px solid #eaecf1;
    border-radius: 16px;
    padding: 16px 20px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 10px 0px;
    box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 1px 0px, rgba(0, 0, 0, 0.04) 0px 4px 10px 0px;
    text-decoration: none;
    -webkit-transition: border-color 0.15s, -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
    transition: border-color 0.15s, -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
    -o-transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
    transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s;
    transition: border-color 0.15s, transform 0.15s, box-shadow 0.15s, -webkit-transform 0.15s, -webkit-box-shadow 0.15s;
}

.call-modal-office:hover,
.call-modal-office:focus {
    border-color: #0f4293;
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0px 4px 16px 0px rgba(15, 66, 147, 0.12);
    box-shadow: 0px 4px 16px 0px rgba(15, 66, 147, 0.12);
}

.call-modal-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.call-modal-office-name {
    font-size: 15px;
    font-weight: 600;
    color: #1f252e;
}

.call-modal-office-address {
    font-size: 13px;
    font-weight: 500;
    color: gray;
}

.call-modal-office-phone {
    margin-top: 4px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.36px;
    color: #0f4293;
}

.call-modal-phone-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 9999px;
    background: #0f4293;
    -webkit-transition: -webkit-transform 0.15s;
    transition: -webkit-transform 0.15s;
    -o-transition: transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
}

.call-modal-office:hover .call-modal-phone-icon,
.call-modal-office:focus .call-modal-phone-icon {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.call-modal-phone-icon svg {
    width: 20px;
    height: 20px;
}

@media (max-width: 767px) {
    #callModal.modal.show {
        padding: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    #callModal .modal-dialog {
        max-width: 100%;
    }

    .call-modal-card {
        max-width: 100%;
        border-radius: 28px 28px 0 0;
    }

    .call-modal-header,
    .call-modal-body {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* From system_advancedCodeAfterHead */
/* Free Auto Quote Modal */

/* Override template.css body.modal-open .modal white background / fixed iframe sizing */

body.modal-open #quoteModal.modal {
    background-color: transparent !important;
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden auto
    }

#quoteModal .modal-header {
    position: static
    }

#quoteModal .modal-body {
    height: auto
    }

/*
 * Lennie Rae Insurance Custom Overrides
 * Based on https://lennieraeinsurance.com/
 */

/* General */

/* Header: transparent background */

/* Header layout: logo area auto-width, nav area flexible */

/* Header CTA button */

/* Hero / Slideshow: target site style */

.hero-badge-icon {
    color: #ffc107;
    font-size: 16px
    }

/* Buttons: rounded, insurance blue */

/* Cards: subtle shadow, rounded */

/* Section backgrounds */

/* Text muted / secondary */

/* Footer */

#t4-footer a, #t4-footnav a, .t4-footer a, .t4-footnav a {
    color: #9ca3af
    }

#t4-footer a:hover, #t4-footnav a:hover, .t4-footer a:hover, .t4-footnav a:hover {
    color: #fff
    }

/* Logo sizing */

/* Remove game-specific decorative elements */

/* Utility: max-width for readability */

/* FAQ / Accordion style */

/* Section labels */

/* Mobile */

/* Carrier logo marquee */

@keyframes carrier-scroll {
    0% {
        transform: translateX(0);
        } 100% {
        transform: translateX(-50%);
        }
    }

/* Services section - target site layout */

.btn-services {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background-color: #0F4293;
    color: #fff;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease
    }

/* Team section - target site layout */

.btn-team {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    align-self: flex-start;
    background-color: #0F4293;
    color: #fff;
    border: 1px solid #0e3e8b;
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease
    }

/* Testimonials section-4 */

@keyframes testimonial-scroll {
    0% {
        transform: translateX(0);
        } 100% {
        transform: translateX(-50%);
        }
    }

/* Why Choose Us section-5 */

/* FAQ section-6 */

/* Add-Ons section-7 */

/* Final CTA section-8 */

/* Footer */

/* T4 footnav override to match target white footer */

/* Footer icons */

/* Remove T4 theme decorative pseudo background images from .t4-content */

/* Hide default T4 modules inside footnav (social/copyright), our custom footer already includes them */

/* =========================================
   About & Products page shared styles
   ========================================= */

/* About specific */

/* Brand banner cards */

/* Product grids */

/* Add-ons */

/* FAQ section on pages */

/* FAQ accordion cards */

/* Final page CTA */

/* Free Auto Quote Modal */

/* Override template.css body.modal-open .modal white background / fixed iframe sizing */

body.modal-open #quoteModal.modal {
    background-color: transparent !important;
    border-radius: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden auto
    }

#quoteModal .modal-header {
    position: static
    }

#quoteModal .modal-body {
    height: auto
    }

#quoteModal .modal-header {
    background: linear-gradient(135deg, #0f4293 0%, #1450b3 100%);
    border-bottom: none;
    padding: 20px 24px
    }

#quoteModal .modal-title {
    color: #fff;
    font-size: 20px;
    font-weight: 600
    }

#quoteModal .close {
    color: #fff;
    text-shadow: none;
    opacity: 0.9;
    font-size: 1.5rem;
    font-weight: 400;
    padding: 0;
    margin: -0.5rem -0.5rem -0.5rem auto
    }

#quoteModal .close:hover, #quoteModal .close:focus {
    color: #fff;
    opacity: 1
    }

#quoteModal .modal-body {
    padding: 24px;
    background: #fff
    }

#quoteModal .cf-form {
    margin: 0
    }
