/* Split hero + form layout overrides */
.form-section {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #d1d5db;
    background-image: linear-gradient(rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('https://res.cloudinary.com/dbtcg826q/image/upload/v1759257378/common/sp-buckets/img/entry-bg--desktop_2x.jpg');
    background-size: cover;
    background-position: center 20%;
    background-attachment: fixed;
}

.hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 1rem;
}

.split-left {
    background: transparent;
    align-items: flex-start;
    text-align: left;
    justify-content: flex-start;
    gap: 1.2rem;
    padding: 3.25rem 1rem 2rem;
}

.hero-kicker {
    margin: 0 0 0.55rem;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.split-copy h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(2.9rem, 7vw, 4.9rem);
    line-height: 1;
    font-weight: 800;
    letter-spacing: -0.015em;
    text-transform: uppercase;
}

.hero-subtitle {
    margin: 0.55rem 0 0;
    color: #ffffff;
    font-size: clamp(1.2rem, 2.5vw, 2.1rem);
    line-height: 1.15;
    font-weight: 700;
    opacity: 0.98;
}

.hero-benefits {
    display: flex;
    gap: 1.25rem;
    flex-wrap: wrap;
    margin-top: 1rem;
}

.hero-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    width: 5.6rem;
    text-align: center;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
}

.hero-benefit-icon {
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    color: #ffffff;
}

.hero-benefit-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

@media (min-width: 992px) {
    .hero-inner {
        padding: 0 1.25rem;
    }

    .split-left {
        padding: 4rem 1.5rem 2rem 1rem;
    }

    .split-copy {
        max-width: 500px;
        margin: 0;
    }

    .split-right {
        padding: 2.5rem 1rem 2.5rem 1.5rem;
    }

    .hero-benefits {
        margin-top: 1.4rem;
    }
}

@media (max-width: 991px) {
    .split-left {
        align-items: center;
        text-align: center;
        padding: 1.6rem 1rem 1.5rem;
    }

    .hero-kicker {
        display: none;
    }

    .split-copy {
        max-width: 900px;
        margin: 0 auto;
    }

    .split-copy h2 {
        font-size: clamp(2.2rem, 7.2vw, 4rem);
        line-height: 1.04;
    }

    .split-copy h2 br {
        display: none;
    }

    .hero-subtitle {
        margin: 0.2rem 0 0;
        font-size: clamp(1.25rem, 4vw, 2.15rem);
    }

    .hero-benefits {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0.9rem;
        width: 100%;
        max-width: 920px;
        margin-top: 1rem;
    }

    .hero-benefit {
        width: auto;
        flex-direction: row;
        justify-content: center;
        text-align: left;
        font-size: clamp(0.95rem, 2.35vw, 1.45rem);
        line-height: 1.1;
        gap: 0.65rem;
    }

    .hero-benefit-icon {
        width: 3rem;
        height: 3rem;
        font-size: 1.2rem;
        flex: 0 0 auto;
    }
}

@media (max-width: 820px) {
    .split-left {
        padding: 1.4rem 1rem 1.35rem;
    }

    .split-copy h2 {
        font-size: clamp(2rem, 8.2vw, 3.4rem);
    }

    .hero-subtitle {
        font-size: clamp(1.05rem, 5vw, 1.9rem);
    }

    .hero-benefits {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.75rem;
        max-width: 360px;
        margin: 1rem auto 0;
    }

    .hero-benefit {
        width: 100%;
        justify-content: flex-start;
        font-size: clamp(1rem, 3.5vw, 1.35rem);
    }
}

.split-right {
    background: transparent;
}

.form-shell {
    width: min(100%, 640px);
    background: transparent;
}

/* SVG override color for icon containers */
.benefits__icon-item,
.features__item-icon svg {
    fill: #19a4c2 !important;
    stroke: #19a4c2 !important;
}

.info-card-icon svg [fill="inherit"],
.info-card-icon svg [stroke="inherit"] {
    fill: #19a4c2 !important;
    stroke: #19a4c2 !important;
}

@media (min-width: 768px) and (max-width: 899px) {
    main > section:not(.form-section) {
        margin-left: 111px;
        margin-right: 111px;
    }

    .info-copy h3 {
        margin: 0 0 26px;
        font-size: 42px;
    }
}

.trust-strip {
    background: #ffffff;
    padding: 1.25rem 1rem 1.5rem;
}

.trust-strip-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    background: #efedf5;
    border: 1px solid #e3e1ea;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.02);
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    color: #1f2430;
    font-size: 1rem;
    font-weight: 700;
    padding: 32px 18px;
    border-right: 0;
    border-bottom: 1px solid #ddd9e6;
}

.trust-icon {
    width: auto;
    height: auto;
    border-radius: 0;
    background: transparent;
    color: #13a7bd;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.45rem;
    line-height: 1;
    font-weight: 800;
}

.trust-text {
    color: #1f2430;
    font-size: 1.05rem;
    line-height: 1.25;
    font-weight: 700;
}

@media (min-width: 900px) {
    .trust-strip-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .trust-item {
        border-right: 1px solid #ddd9e6;
        border-bottom: 0;
    }
}

.trust-item:last-child {
    border-right: 0;
    border-bottom: 0;
}

.help-finances-section {
    background: #f3f4f6;
    padding: 2.25rem 1rem 2.5rem;
}

.help-finances-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: center;
}

.help-finances-media {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
}

.help-finances-media-backdrop {
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #11afca;
    z-index: 0;
}

.help-finances-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    border-radius: 16px;
    object-fit: cover;
    min-height: 280px;
}

.help-finances-copy h2 {
    margin: 0 0 12px;
    color: #212529;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.help-finances-copy {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.help-finances-tagline {
    margin: 0.8rem 0 1.1rem;
    color: #1f2937;
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative;
    padding-top: 0.95rem;
    text-align: center;
}

.help-finances-tagline::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 70px;
    height: 3px;
    border-radius: 999px;
    background: #11afca;
}

.help-finances-block h3 {
    margin: 0 0 0.35rem;
    color: #111827;
    font-size: 1.15rem;
    font-weight: 800;
    text-align: center;
}

.help-finances-block p {
    margin: 0;
    color: #374151;
    font-size: 1.05rem;
    line-height: 1.45;
    text-align: center;
}

.help-finances-block + .help-finances-block {
    margin-top: 1rem;
}

.help-finances-button {
    display: flex;
    margin: 1.25rem auto 0;
    padding: 0.85rem 2.2rem;
    border-radius: 8px;
    background: #106f8f;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.08em;
    font-weight: 800;
    font-size: 1.1rem;
}

@media (min-width: 900px) {
    .help-finances-section {
        padding: 3rem 1rem 3.4rem;
    }

    .help-finances-inner {
        grid-template-columns: minmax(320px, 460px) 1fr;
        gap: 3rem;
    }

    .help-finances-media {
        margin: 0;
    }

    .help-finances-copy h2,
    .help-finances-tagline,
    .help-finances-block h3,
    .help-finances-block p {
        text-align: left;
    }

    .help-finances-copy {
        align-items: flex-start;
    }

    .help-finances-tagline::before {
        left: 0;
        transform: none;
    }

    .help-finances-button {
        margin: 1.25rem 0 0;
    }
}

.info-grid-section {
    background-image: linear-gradient(180deg, #19a4c2, #006281 78%);
    padding: 2.5rem 1rem 3rem;
    position: relative;
    overflow: hidden;
}

.info-grid-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.info-grid-section::before,
.info-grid-section::after,
.info-grid-shell::before {
    content: "";
    position: absolute;
    pointer-events: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.18;
    z-index: 0;
}

.info-grid-section::before {
    display: none;
}

.info-grid-shell::before {
    display: none;
}

.info-grid-section::after {
    display: none;
}

/* Turn off prior decorative backgrounds; using swapped icon layout below */
.info-grid-section::before,
.info-grid-section::after,
.info-grid-shell::before {
    display: none;
}

.info-grid-title {
    margin: 0 0 12px;
    color: #ffffff;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
}

.info-grid-title-accent {
    width: 96px;
    height: 3px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 999px;
    margin: 0.9rem auto 1.65rem;
}

.info-grid-inner {
    max-width: 1120px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    border: 1px solid rgba(186, 232, 241, 0.45);
    border-radius: 12px;
    background: #006282;
    overflow: visible;
}

.info-card {
    padding: 2rem 1.25rem 1.9rem;
    text-align: center;
    border-right: 1px solid rgba(186, 232, 241, 0.4);
    border-bottom: 1px solid rgba(186, 232, 241, 0.35);
}

.info-card:last-child {
    border-right: 0;
    border-bottom: 0;
}

.info-card-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 1.2rem;
    font-size: 3rem;
}

.info-card-icon svg {
    display: none !important;
}

.info-card-icon svg use {
    fill: inherit;
    stroke: inherit;
}

/* Ensure symbol-based icons render when referenced via <use> */
#features-icon-1 path,
#features-icon-2 path,
#features-icon-3 path {
    fill: none !important;
    stroke: rgba(163, 224, 236, 0.55) !important;
}

/* Put prior background icons into each info card */
.info-card-icon::before {
    content: "";
    width: min(42%, 140px);
    max-height: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
}

.info-card:nth-child(1) .info-card-icon::before {
    background-image: url("https://res.cloudinary.com/dbtcg826q/image/upload/v1772665764/common/sp-buckets/img/ftconnect.png");
}

.info-card:nth-child(2) .info-card-icon::before {
    background-image: url("https://res.cloudinary.com/dbtcg826q/image/upload/v1772665762/common/sp-buckets/img/ftspeed.png");
}

.info-card:nth-child(3) .info-card-icon::before {
    background-image: url("https://res.cloudinary.com/dbtcg826q/image/upload/v1772665767/common/sp-buckets/img/ftsafe.png");
}

/* Place former info-card symbol SVGs as section-level decorative background */
.info-card h3 {
    margin: 24px 0 12px;
    color: #ffffff;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.25;
    font-weight: 700;
}

.info-card p {
    margin: 0 19.4625px;
    color: #ffffff;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.42;
}

.info-grid-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 440px);
    margin: 1.35rem auto 0;
    padding: 1.05rem 1.4rem;
    border-radius: 10px;
    background: #f3f4f6;
    color: #0e6f90;
    font-family: 'Mulish', sans-serif;
    font-size: 2rem;
    letter-spacing: 0.08em;
    font-weight: 800;
    text-decoration: none;
}

@media (min-width: 900px) {
    .info-grid-section {
        padding: 2.7rem 1rem 3.25rem;
    }

    .info-grid-inner {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .info-card {
        padding: 2.2rem 2rem 1.9rem;
        border-bottom: 0;
    }

    .info-card h3 {
        font-size: 20px;
    }

    .info-card p {
        font-size: 16px;
        line-height: 1.42;
    }

    .info-card-icon::before {
        width: min(48%, 160px);
        max-height: 120px;
        height: 120px;
    }

    .info-card-icon {
        font-size: 3.2rem;
    }

    .info-grid-button {
        width: min(100%, 520px);
        margin-top: 1.5rem;
    }
}

@media (max-width: 899px) {
    .info-card-icon svg {
        opacity: 0.1;
    }
}

.cta-banner-section {
    padding: 0 1rem 3rem;
    background: #ffffff;
}

.cta-banner {
    max-width: 1020px;
    margin: 0 auto;
    background: #247044;
    border-radius: 12px;
    padding: 2.9rem 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
    text-align: center;
}

.cta-copy {
    text-align: center;
}

.cta-copy h2 {
    margin: 0;
    color: #ffffff;
    font-family: 'Mulish', sans-serif;
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1.05;
    font-weight: 700;
}

.cta-copy p {
    margin: 0.35rem 0 0;
    color: #e8efff;
    font-family: 'Mulish', sans-serif;
    font-size: clamp(1.5rem, 3.5vw, 2.8rem);
    line-height: 1.1;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    padding: 0.95rem 2rem;
    border-radius: 999px;
    background: #ffffff;
    color: #247044;
    font-family: 'Mulish', sans-serif;
    font-size: 1.55rem;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.02em;
}

.cta-button:hover {
    background: #f3f6ff;
}

.cta-fees {
    max-width: 1020px;
    margin: 0.75rem auto 0;
    background: #DCFFDB;
    border-radius: 10px;
    padding: 0.9rem 1.25rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.cta-fee-item {
    color: #212529;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.cta-fee-item span {
    color: #247044;
    font-size: 1.25rem;
}

@media (min-width: 900px) {
    .cta-banner-section {
        padding: 0 1rem 3.6rem;
    }

    .cta-banner {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        padding: 3.25rem 3.4rem;
        text-align: left;
    }

    .cta-copy {
        max-width: 52%;
        text-align: left;
    }

    .cta-fees {
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        gap: 1rem;
        padding: 1rem 1.5rem;
    }
}

.quote-feature-section {
    background: #ffffff;
    padding: 0 0 3rem;
}

.quote-feature-inner {
    max-width: none;
    width: 100%;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
}

.quote-feature-copy {
    background: #f1f3f8;
    padding: 1.8rem 1.6rem 2rem;
}

.quote-mark {
    color: #247044;
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 1.1rem;
}

.quote-feature-copy h3 {
    margin: 0 0 0.7rem;
    color: #247044;
    font-family: 'Mulish', sans-serif;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    line-height: 1.15;
    font-weight: 700;
}

.quote-feature-copy h4 {
    margin: 0 0 0.7rem;
    color: #1f2937;
    font-family: 'Mulish', sans-serif;
    font-size: clamp(1.15rem, 3vw, 2rem);
    line-height: 1.2;
    font-weight: 700;
}

.quote-feature-copy p {
    margin: 0;
    color: #212529;
    font-family: 'Mulish', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    max-width: 620px;
}

.quote-feature-image {
    min-height: 0;
    aspect-ratio: 1200 / 720;
    overflow: hidden;
}

.quote-feature-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (min-width: 900px) {
    .quote-feature-section {
        padding: 0 0 3.25rem;
    }

    .quote-feature-inner {
        grid-template-columns: 57% 43%;
    }

    .quote-feature-copy {
        padding: 1.4rem 3.5rem 1.4rem max(15px, calc((100vw - 1140px) / 2 + 15px));
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .quote-feature-copy h3 {
        margin: 0 0 24px;
        max-width: 555px;
        color: #247044;
        font-family: 'Mulish', sans-serif;
        font-size: 42px;
        line-height: 1.2;
    }

    .quote-feature-copy h4 {
        margin: 0 0 24px;
        max-width: 555px;
        color: #212529;
        font-family: 'Mulish', sans-serif;
        font-size: 28px;
        line-height: 1.2;
    }

    .quote-feature-copy p {
        margin: 0;
        padding: 0 0 24px;
        max-width: 555px;
        color: #212529;
        font-family: 'Mulish', sans-serif;
        font-size: 20px;
        line-height: 1.5;
    }

    .quote-feature-image {
        min-height: 0;
    }
}

.simple-steps-section {
    background: #f3f4f6;
    padding: 2.25rem 1rem 3.2rem;
}

.simple-steps-shell {
    max-width: 1140px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.75rem;
    align-items: stretch;
}

.simple-steps-left {
    background: transparent;
    color: #111827;
}

.simple-steps-left h2 {
    margin: 24px 0 12px;
    color: #212529;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 42px;
    line-height: 1.2;
    font-weight: 700;
}

.simple-steps-accent {
    display: block;
    width: 104px;
    height: 3px;
    border-radius: 999px;
    background: #2aa8be;
    margin: 1rem 0 1.3rem;
}

.simple-steps-list {
    display: grid;
    gap: 1.05rem;
    max-width: 520px;
}

.simple-step {
    color: #212529;
    font-family: 'Jost', Arial, sans-serif;
    font-size: 18px;
}

.simple-step h3 {
    margin: 0 0 0.35rem;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.25;
    font-weight: 700;
}

.simple-step p {
    margin: 0;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    line-height: 1.35;
    font-weight: 400;
}

.simple-steps-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.7rem;
    min-width: 250px;
    padding: 0.92rem 2.3rem;
    border-radius: 10px;
    background: #0f6e90;
    color: #ffffff;
    text-decoration: none;
    font-family: 'Mulish', sans-serif;
    font-size: clamp(1.2rem, 2.5vw, 1.9rem);
    font-weight: 800;
    letter-spacing: 0.06em;
}

.simple-steps-button:hover {
    background: #0f6e90;
}

.simple-steps-right {
    min-height: 100%;
}

.simple-steps-panel {
    position: relative;
    height: 100%;
    min-height: 380px;
    border-radius: 18px;
    background: #17a4bd;
    padding: 1.2rem 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.simple-steps-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 4px solid #ecf0f2;
    color: #ecf0f2;
    font-family: 'Mulish', sans-serif;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.simple-steps-stage {
    width: min(100%, 440px);
    border-radius: 16px;
    background: #f8f9fb;
    padding: 0.45rem;
}

.simple-steps-hero {
    width: 100%;
    height: 240px;
    margin: 0;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.simple-steps-slide {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.simple-steps-slide.active {
    opacity: 1;
}

@media (min-width: 900px) {
    .simple-steps-section {
        padding: 2.7rem 1rem 3.7rem;
    }

    .simple-steps-shell {
        grid-template-columns: minmax(360px, 500px) minmax(360px, 1fr);
        gap: 2.2rem;
    }

    .simple-steps-left {
        padding: 0.85rem 0 0.75rem;
    }

    .simple-steps-panel {
        min-height: 520px;
        padding: 1.35rem 1.1rem;
    }

    .simple-steps-stage {
        width: min(100%, 490px);
        padding: 0.5rem;
    }

    .simple-steps-hero {
        height: 320px;
    }

    .simple-step h3 { font-size: inherit; }
    .simple-step p { font-size: inherit; }
}

@media (max-width: 899px) {
    .simple-steps-shell {
        grid-template-columns: 1fr;
        grid-template-areas:
            "title"
            "accent"
            "slideshow"
            "steps"
            "cta";
        gap: 1.1rem;
        align-items: start;
        justify-items: center;
    }

    .simple-steps-left {
        display: contents;
        text-align: center;
    }

    .simple-steps-left h2 {
        grid-area: title;
        margin: 0 0 12px;
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
    }

    .simple-steps-accent {
        grid-area: accent;
        margin: 0.85rem auto 0.35rem;
    }

    .simple-steps-right {
        grid-area: slideshow;
        width: min(100%, 640px);
    }

    .simple-steps-list {
        grid-area: steps;
        text-align: center;
    }

    .simple-steps-button {
        grid-area: cta;
        justify-self: center;
        min-width: 220px;
        font-size: clamp(1.05rem, 4.2vw, 1.35rem);
        margin-top: 0.55rem;
    }

    .simple-steps-panel {
        min-height: 320px;
    }

    .simple-steps-hero {
        height: clamp(220px, 42vw, 290px);
    }
}

.steps-section .steps-header .steps-main-title {
    color: #333333;
}

.steps-section .step .step-icon {
    background: linear-gradient(135deg, #247044 0%, #247044 100%);
    color: #ffffff;
}

.form-section button:hover,
.form-section input[type="submit"]:hover,
.form-section .btn:hover {
    background-color: #247044 !important;
}

/* Footer layout to match other sites */
.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem 1rem;
    margin-bottom: 1rem;
}

.footer-info {
    margin-bottom: 0.5rem;
}

.footer-info p {
    margin: 0.25rem 0;
    font-size: 0.875rem;
}

.copyright {
    margin: 0;
    font-size: 0.8125rem;
    opacity: 0.9;
}

.site-footer .footer-links a {
    color: #ffffff;
    text-decoration: underline;
}

.site-footer .footer-links a:hover {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: underline;
}

/* Popup overlay and content (footer links e.g. Remove Me) */
.popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
    padding: 1rem;
}
.popup-overlay[aria-hidden="false"] {
    display: flex;
}
.popup-content {
    background: #fff;
    border-radius: 12px;
    max-width: 600px;
    width: 100%;
    max-height: 90vh;
    overflow: auto;
    position: relative;
    padding: 2rem;
}
.popup-close {
    position: absolute;
    top: 0.5rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: #374151;
}
.popup-close:hover {
    color: #111;
}
.popup-content-wrapper {
    padding: 0.5rem 0;
}
.popup-content-wrapper .form-group {
    margin-bottom: 1rem;
}
.popup-content-wrapper label {
    display: block;
    margin-bottom: 0.25rem;
}
.popup-content-wrapper input[type="email"],
.popup-content-wrapper input[type="text"] {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
}
.popup-content-wrapper .btn-submit {
    padding: 0.5rem 1rem;
    cursor: pointer;
}
.popup-content-wrapper .hidden {
    display: none !important;
}