:root {
    --gia-navy: #082b59;
    --gia-blue: #16528a;
    --gia-blue-dark: #0a3b6d;
    --gia-blue-light: #eaf3fb;
    --gia-ink: #102b47;
    --gia-muted: #536272;
    --gia-line: #d9e4ec;
    --gia-paper: #ffffff;
    --gia-cream: #fbfaf7;
    --gia-frame: 1500px;
}

html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    color: var(--gia-ink);
    background: #eef1f4;
    font-family: 'Montserrat', Arial, sans-serif;
}

a { color: inherit; }
img { max-width: 100%; display: block; }

.site-frame {
    width: min(var(--gia-frame), 100%);
    margin-inline: auto;
    background: #fff;
    min-height: 100vh;
    box-shadow: 0 0 26px rgba(19, 49, 77, .08);
}

.site-container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
}

.site-header {
    background: linear-gradient(90deg, #fff 0%, #f8fbff 58%, #e1eef9 100%);
    position: relative;
    z-index: 20;
}

.utility-header { min-height: 138px; }
.brand img {
    width: min(100%, 525px);
    max-height: 112px;
    object-fit: contain;
    object-position: left center;
}

.agency-mark {
    line-height: 1.15;
    color: #0b3d6e;
    font-weight: 600;
    font-size: .95rem;
}
.agency-mark-primary {
    display: block;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
    font-size: 1.8rem;
    margin-bottom: 6px;
}

.header-lines {
    text-transform: uppercase;
    letter-spacing: .09em;
    font-size: .68rem;
    font-weight: 700;
    color: var(--gia-navy);
    border-left: 1px solid #98adc1;
    padding-left: 32px;
}

.gia-btn-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border: 0;
    border-radius: 999px;
    background: var(--gia-navy);
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    padding: 15px 26px;
    box-shadow: 0 8px 18px rgba(8,43,89,.10);
    text-decoration: none;
}
.gia-btn-primary:hover,
.gia-btn-primary:focus {
    background: #0d4a7d;
    color: #fff;
}
.header-quote { white-space: nowrap; }

.main-nav {
    background: linear-gradient(90deg, #274b88, #315a96);
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
}
.main-nav .nav-link {
    color: #fff;
    position: relative;
    padding: 17px 0 15px;
    font-size: .9rem;
    white-space: nowrap;
}
.main-nav .nav-link:hover,
.main-nav .nav-link.active { color: #fff; }
.main-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    height: 2px;
    background: #fff;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .18s ease;
}
.main-nav .nav-link:hover::after,
.main-nav .nav-link.active::after { transform: scaleX(1); }
.main-nav .navbar-toggler {
    border-color: rgba(255,255,255,.6);
}
.main-nav .navbar-toggler-icon {
    filter: invert(1) grayscale(1) brightness(2.5);
}

.home-hero {
    background: var(--gia-cream);
    overflow: hidden;
}
.hero-copy {
    position: relative;
    z-index: 2;
    background: linear-gradient(90deg,#fff 0%,#fff 81%,rgba(255,255,255,.92) 93%,rgba(255,255,255,.30) 100%);
}
.hero-copy-inner { min-height: 555px; display: flex; flex-direction: column; justify-content: center; }
.eyebrow {
    margin: 0 0 9px;
    text-transform: uppercase;
    letter-spacing: .12em;
    font-size: .72rem;
    font-weight: 700;
    color: var(--gia-blue);
}
.hero-copy h1,
.content-page h1 {
    font-family: 'Libre Baskerville', Georgia, serif;
    color: #102e60;
    font-weight: 700;
    line-height: 1.03;
    letter-spacing: -.04em;
}
.hero-copy h1 {
    margin: 0 0 12px;
    font-size: clamp(2.65rem, 4.1vw, 4.55rem);
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
}
.hero-copy h1:focus,
.hero-copy h1:focus-visible { outline: 0 !important; box-shadow: none !important; }

.hero-lead {
    max-width: 570px;
    margin: 0 0 20px;
    font-size: 1rem;
    line-height: 1.5;
    color: #263d57;
}
.hero-button { align-self: flex-start; min-width: 245px; }
.hero-trust-grid { max-width: 510px; }
.hero-trust-grid span {
    display: block;
    color: #28518b;
    font-size: 1.65rem;
    line-height: 1;
    margin-bottom: 7px;
}
.hero-trust-grid strong {
    color: #173b72;
    font-size: .86rem;
    line-height: 1.15;
}

.hero-image {
    min-height: 555px;
    position: relative;
    overflow: hidden;
    isolation: isolate;
}
.hero-image::before {
    content: "";
    position: absolute;
    inset: -8%;
    z-index: -1;
    background-image: url('../images/hero-cleveland.jpg');
    background-size: cover;
    background-position: center 42%;
}
.hero-image::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255,255,255,.10), rgba(255,255,255,0) 20%);
}
.hero-script {
    position: absolute;
    right: 6%;
    top: 7%;
    max-width: 220px;
    color: #173a76;
    font-family: 'Libre Baskerville', Georgia, serif;
    font-style: italic;
    font-size: 1.25rem;
    line-height: 1.25;
    text-align: center;
    transform: rotate(-3deg);
    text-shadow: 0 1px 0 rgba(255,255,255,.9);
}

.services-section { padding-top: 22px; padding-bottom: 24px; }
.insurance-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e3ebf0;
    box-shadow: 0 7px 20px rgba(14,61,94,.06);
    overflow: hidden;
}
.insurance-card > img { width: 100%; height: 120px; object-fit: cover; }
.insurance-card-body { padding: 13px 15px 15px; display: flex; flex-direction: column; min-height: 190px; }
.insurance-card-heading { display: flex; align-items: center; gap: 10px; color: #28518b; }
.insurance-icon { font-size: 1.45rem; line-height: 1; min-width: 28px; text-align: center; }
.insurance-card h3 { font-size: .98rem; margin: 0; color: #173b72; }
.insurance-card p { font-size: .82rem; line-height: 1.45; color: #505a64; margin: 12px 0 16px; flex: 1; }
.insurance-card a { font-size: .76rem; color: #173b72; font-weight: 600; text-decoration: underline; text-underline-offset: 3px; }
.insurance-card a span { text-decoration: none; margin-left: 7px; }

.footer-cta { background: linear-gradient(90deg,#edf7fd,#dfeef8); border-top: 1px solid #e0edf6; }
.footer-cta-grid { min-height: 112px; display: grid; grid-template-columns: repeat(4,1fr) auto; align-items: center; gap: 20px; }
.benefit-item { display: flex; gap: 13px; align-items: center; padding-right: 18px; border-right: 1px solid #8eb2ca; min-height: 58px; }
.benefit-icon { color: #28518b; font-size: 2rem; min-width: 42px; text-align: center; }
.benefit-item strong { display: block; color: #173b72; font-size: .88rem; margin-bottom: 4px; }
.benefit-item span { display: block; color: #506273; font-size: .7rem; line-height: 1.35; }
.footer-contact { padding-inline: 28px; white-space: nowrap; }
.footer-bottom { background: #0a3b6d; color: #fff; padding: 17px 0 11px; }
.footer-bottom-grid { display: grid; grid-template-columns: 1fr 1.2fr 1fr; align-items: center; gap: 20px; }
.footer-location,.footer-company { font-size: .7rem; letter-spacing: .03em; }
.footer-location a { text-decoration: none; }
.footer-separator { margin-inline: 9px; opacity: .65; }
.footer-tagline { text-align: center; font-family: 'Libre Baskerville', Georgia, serif; font-style: italic; font-size: 1.02rem; }
.footer-company { text-align: right; text-transform: uppercase; letter-spacing: .14em; }
.footer-legal { display: flex; justify-content: space-between; gap: 20px; margin-top: 10px; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.13); font-size: .6rem; opacity: .84; }
.footer-legal div { display: flex; gap: 18px; }
.footer-legal a { text-decoration: none; }

.shell { width: 100%; max-width: 1440px; margin-inline: auto; padding-inline: 24px; }
.content-page { min-height: 50vh; padding: 80px 24px 95px; max-width: 1440px; margin-inline: auto; }
.content-page h1 { margin: 0 0 20px; font-size: clamp(2.3rem,4vw,4rem); max-width: 850px; }
.content-page p { max-width: 760px; font-size: 1.05rem; line-height: 1.7; color: var(--gia-muted); }

@media (max-width: 1199.98px) {
    .site-container, .shell { max-width: 1140px; }
    .utility-header { min-height: 124px; }
    .hero-copy-inner { min-height: 510px; }
    .hero-image { min-height: 510px; }
    .footer-cta-grid { grid-template-columns: repeat(2,1fr); padding: 24px; }
}

@media (max-width: 991.98px) {
    .site-frame { width: 100%; }
    body { background: #fff; }
    .utility-header { min-height: 98px; }
    .brand img { max-height: 78px; }
    .header-quote { padding: 12px 18px; font-size: .78rem; }
    .main-nav .nav-link { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.14); }
    .main-nav .nav-link::after { display: none; }
    .hero-copy { background: #fff; }
    .hero-copy-inner { min-height: auto; }
    .hero-image { min-height: 440px; }
    .footer-bottom-grid { grid-template-columns: 1fr; text-align: center; }
    .footer-company,.footer-location { text-align: center; }
    .footer-legal { flex-direction: column; align-items: center; }
}

@media (max-width: 575.98px) {
    .brand img { width: 245px; }
    .header-quote { display: none; }
    .hero-copy h1 { font-size: clamp(2.45rem,11vw,3.6rem); }
    .hero-image { min-height: 340px; }
    .hero-script { font-size: .95rem; max-width: 170px; }
    .insurance-card > img { height: 180px; }
    .footer-cta-grid { grid-template-columns: 1fr; }
    .benefit-item { border-right: 0; border-bottom: 1px solid #a7c5d9; padding: 12px 0 18px; }
}

/* About page */
.py-lg-6 { padding-top: 5.5rem !important; padding-bottom: 5.5rem !important; }
.about-hero { background: linear-gradient(135deg,#f8fbfe 0%,#eef6fc 55%,#e0edf7 100%); border-bottom: 1px solid #d8e6f0; }
.about-hero h1,
.about-story-section h2,
.about-perspective-section h2,
.about-experience-section h2,
.about-philosophy-section h2,
.about-closing-section h2 {
    font-family: 'Libre Baskerville', Georgia, serif;
    color: #102e60;
    font-weight: 700;
    letter-spacing: -.03em;
}
.about-hero h1 { font-size: clamp(2.7rem,5vw,5rem); line-height: 1.05; margin: 0 0 20px; max-width: 850px; }
.about-lead { font-size: 1.2rem; line-height: 1.7; color: #42566c; max-width: 780px; margin: 0; }
.about-quote-card { position: relative; background: #fff; border: 1px solid #d9e6ef; border-radius: 18px; padding: 38px 34px 30px; box-shadow: 0 18px 44px rgba(14,61,94,.10); }
.about-quote-mark { position: absolute; top: -12px; left: 20px; font-family: Georgia,serif; font-size: 5rem; line-height: 1; color: #d8e8f4; }
.about-quote-card blockquote { position: relative; margin: 12px 0 18px; color: #173b72; font-family: 'Libre Baskerville', Georgia, serif; font-size: 1.18rem; line-height: 1.55; font-style: italic; }
.about-quote-caption { color: #66798b; font-size: .78rem; line-height: 1.45; }
.about-story-section { background: #fff; }
.about-story-section h2,
.about-perspective-section h2,
.about-experience-section h2,
.about-philosophy-section h2,
.about-closing-section h2 { font-size: clamp(2rem,3vw,3.25rem); margin-bottom: 22px; }
.about-story-section p,
.about-experience-section p,
.about-copy-wide p,
.section-intro,
.about-closing-line { color: #4c5f70; font-size: 1.05rem; line-height: 1.75; }
.about-highlight-panel { background: #0e416f; color: #fff; padding: 36px; border-radius: 18px; box-shadow: 0 18px 40px rgba(8,43,89,.12); }
.about-highlight-kicker { display: inline-block; font-size: 2.8rem; font-family: 'Libre Baskerville', Georgia, serif; font-weight: 700; margin-bottom: 15px; }
.about-highlight-panel h3 { font-size: 1.45rem; margin-bottom: 14px; }
.about-highlight-panel p { color: rgba(255,255,255,.85); margin: 0; font-size: .98rem; line-height: 1.65; }
.about-perspective-section { background: #f6fafc; border-top: 1px solid #e4eef4; border-bottom: 1px solid #e4eef4; }
.section-intro { max-width: 820px; }
.about-stat-card { background: #fff; border: 1px solid #dce7ef; border-radius: 16px; padding: 28px 26px; box-shadow: 0 10px 28px rgba(14,61,94,.06); text-align: center; }
.about-stat-value,.about-stat-icon { display: block; color: #28518b; font-family: 'Libre Baskerville', Georgia, serif; font-size: 2.8rem; line-height: 1; font-weight: 700; margin-bottom: 14px; }
.about-stat-card h3 { color: #173b72; font-size: 1.06rem; margin-bottom: 10px; }
.about-stat-card p { color: #647382; font-size: .9rem; line-height: 1.6; margin: 0; }
.about-copy-wide { max-width: 960px; margin: 0 auto; }
.about-emphasis { color: #173b72 !important; font-family: 'Libre Baskerville', Georgia, serif; font-size: 1.25rem !important; font-weight: 700; line-height: 1.6 !important; }
.about-experience-section { background: #fff; }
.about-checklist-card { background: linear-gradient(145deg,#f2f8fc,#e8f2f9); border: 1px solid #d6e6f0; border-radius: 18px; padding: 34px; }
.about-checklist-card h3 { color: #173b72; margin-bottom: 20px; font-size: 1.35rem; }
.about-checklist-card li { color: #42566c; margin-bottom: 14px; font-size: .98rem; line-height: 1.5; display: flex; gap: 10px; align-items: flex-start; }
.about-checklist-card li span { color: #28518b; font-weight: 700; }
.about-philosophy-section { background: linear-gradient(135deg,#0b3b69,#0f568b); color: #fff; }
.about-philosophy-section .eyebrow { color: #b8d7ea; }
.about-philosophy-section h2 { color: #fff; }
.about-philosophy-section .section-intro { color: rgba(255,255,255,.86); }
.about-philosophy-section .about-emphasis { color: #fff !important; }
.about-philosophy-section .gia-btn-primary { background: #fff; color: #0b3b69; box-shadow: none; }
.about-philosophy-section .gia-btn-primary:hover { background: #eaf3f9; color: #0b3b69; }
.about-closing-section { background: #f9fcfe; }
.about-closing-line { color: #173b72; font-size: 1.15rem; }

@media (max-width: 991.98px) {
    .py-lg-6 { padding-top: 3.5rem !important; padding-bottom: 3.5rem !important; }
    .about-quote-card { margin-top: 10px; }
}

@media (max-width: 575.98px) {
    .about-hero h1 { font-size: 2.65rem; }
    .about-lead { font-size: 1.05rem; }
    .about-quote-card,
    .about-highlight-panel,
    .about-checklist-card { padding: 26px 22px; }
}

/* Offering pages */
.offering-hero {
    background: linear-gradient(135deg,#fbfdff 0%,#eef6fc 58%,#e1eef7 100%);
    border-bottom: 1px solid #d8e6f0;
}
.offering-hero h1,
.offering-section h2,
.offering-soft-section h2,
.offering-feature-band h2 {
    font-family: 'Libre Baskerville', Georgia, serif;
    color: #102e60;
    font-weight: 700;
    letter-spacing: -.035em;
}
.offering-hero h1 {
    font-size: clamp(2.7rem,4.7vw,4.8rem);
    line-height: 1.06;
    margin: 0 0 20px;
    max-width: 900px;
}
.offering-lead {
    max-width: 780px;
    color: #435a70;
    font-size: 1.15rem;
    line-height: 1.72;
    margin: 0;
}
.offering-image-card {
    border-radius: 20px;
    overflow: hidden;
    min-height: 350px;
    box-shadow: 0 20px 48px rgba(8,43,89,.14);
    border: 1px solid rgba(22,82,138,.12);
}
.offering-image-card img {
    width: 100%;
    height: 100%;
    min-height: 350px;
    object-fit: cover;
}
.offering-section { background: #fff; }
.offering-section h2,
.offering-soft-section h2,
.offering-feature-band h2 {
    font-size: clamp(2rem,3vw,3.2rem);
    line-height: 1.15;
}
.offering-section p,
.offering-soft-section p,
.offering-feature-band p {
    color: #4f6274;
    font-size: 1rem;
    line-height: 1.72;
}
.offering-section-heading { max-width: 860px; }
.coverage-card {
    height: 100%;
    padding: 28px 26px;
    border-radius: 17px;
    border: 1px solid #dce7ef;
    background: #fff;
    box-shadow: 0 9px 28px rgba(14,61,94,.055);
}
.coverage-card-lg { padding: 32px 28px; }
.coverage-icon {
    color: #28518b;
    font-size: 2rem;
    line-height: 1;
    min-height: 36px;
    margin-bottom: 16px;
}
.coverage-card h3 {
    color: #173b72;
    font-size: 1.13rem;
    margin-bottom: 12px;
}
.coverage-card p {
    color: #607182;
    font-size: .92rem;
    line-height: 1.65;
    margin: 0;
}
.offering-soft-section {
    background: #f5f9fc;
    border-top: 1px solid #e0ebf2;
    border-bottom: 1px solid #e0ebf2;
}
.offering-checklist,
.offering-note {
    border-radius: 18px;
    padding: 32px;
    background: #fff;
    border: 1px solid #d8e6ef;
    box-shadow: 0 12px 30px rgba(14,61,94,.06);
}
.offering-checklist h3,
.offering-note strong {
    color: #173b72;
}
.offering-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    color: #4f6274;
    margin-bottom: 14px;
    line-height: 1.55;
}
.offering-checklist li span {
    color: #28518b;
    font-weight: 700;
}
.offering-note strong {
    display: block;
    font-size: 1.15rem;
    margin-bottom: 10px;
}
.offering-feature-band {
    background: linear-gradient(135deg,#eaf4fb,#dcecf7);
    border-top: 1px solid #d6e5ef;
}
.offering-feature-band .eyebrow { color: #28518b; }
.offering-feature-band p { max-width: 850px; }

@media (max-width: 991.98px) {
    .offering-image-card,
    .offering-image-card img { min-height: 300px; }
}

@media (max-width: 575.98px) {
    .offering-hero h1 { font-size: 2.65rem; }
    .offering-lead { font-size: 1.03rem; }
    .coverage-card,
    .coverage-card-lg,
    .offering-checklist,
    .offering-note { padding: 24px 22px; }
}

/* Resources */
.resource-hero,
.resource-detail-hero {
    background: linear-gradient(135deg,#fbfdff 0%,#eef6fc 58%,#e1eef7 100%);
    border-bottom: 1px solid #d8e6f0;
}
.resource-hero h1,
.resource-detail-hero h1,
.resource-section h2,
.resource-callout h2,
.resource-hero-note h2,
.resource-step h2,
.resource-side-card h2,
.glossary-card h2,
.review-card h2,
.resource-feature-box h2 {
    font-family: 'Libre Baskerville', Georgia, serif;
    color: #102e60;
    font-weight: 700;
    letter-spacing: -.03em;
}
.resource-hero h1,
.resource-detail-hero h1 {
    font-size: clamp(2.7rem,4.7vw,4.8rem);
    line-height: 1.06;
    margin: 0 0 20px;
    max-width: 900px;
}
.resource-lead {
    max-width: 850px;
    color: #435a70;
    font-size: 1.15rem;
    line-height: 1.72;
    margin: 0;
}
.resource-hero-note {
    background: #fff;
    border: 1px solid #d7e6ef;
    border-radius: 18px;
    padding: 30px;
    box-shadow: 0 16px 40px rgba(14,61,94,.08);
}
.resource-note-icon {
    display: block;
    color: #28518b;
    font-size: 2.2rem;
    margin-bottom: 12px;
}
.resource-hero-note h2 { font-size: 1.35rem; }
.resource-hero-note p { color: #5d6f80; line-height: 1.65; margin: 0; }
.resource-section { background: #fff; }
.resource-section-heading { max-width: 900px; }
.resource-section-heading h2,
.resource-callout h2 { font-size: clamp(2rem,3vw,3.15rem); }
.resource-card {
    display: flex;
    gap: 22px;
    padding: 30px;
    background: #fff;
    border: 1px solid #dce7ef;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(14,61,94,.055);
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.resource-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(14,61,94,.10);
    border-color: #bcd2e1;
}
.resource-card-icon {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #e9f3fa;
    color: #28518b;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1rem;
}
.resource-card h3 { color: #173b72; font-size: 1.22rem; margin-bottom: 10px; }
.resource-card p { color: #607182; line-height: 1.65; margin-bottom: 14px; }
.resource-link { color: #28518b; font-weight: 700; font-size: .92rem; }
.resource-callout {
    background: linear-gradient(135deg,#eaf4fb,#dcecf7);
    border-top: 1px solid #d6e5ef;
}
.resource-callout p { color: #52677a; line-height: 1.7; }
.resource-back { color: #28518b; text-decoration: none; font-weight: 700; font-size: .92rem; }
.resource-back:hover { text-decoration: underline; }
.resource-detail-section { background: #fff; }
.resource-steps { display: grid; gap: 24px; }
.resource-step { display: grid; grid-template-columns: 54px 1fr; gap: 20px; align-items: start; }
.resource-step > span {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: #e9f3fa;
    color: #28518b;
    display: grid;
    place-items: center;
    font-weight: 800;
    font-size: 1.15rem;
}
.resource-step h2 { font-size: 1.35rem; margin-bottom: 10px; }
.resource-step p,
.resource-side-card p,
.glossary-card p,
.review-card li,
.resource-feature-box p {
    color: #586b7d;
    line-height: 1.7;
}
.resource-side-card,
.resource-feature-box {
    background: #f4f9fc;
    border: 1px solid #d8e6ef;
    border-radius: 18px;
    padding: 30px;
}
.resource-side-card { position: sticky; top: 24px; }
.resource-side-card h2 { font-size: 1.55rem; line-height: 1.3; }
.resource-disclaimer {
    border-left: 4px solid #8cb6d3;
    background: #f6fafc;
    color: #607182;
    padding: 18px 20px;
    font-size: .88rem;
    line-height: 1.6;
}
.glossary-card,
.review-card {
    height: 100%;
    border: 1px solid #dce7ef;
    border-radius: 16px;
    padding: 26px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(14,61,94,.045);
}
.glossary-card h2 { font-size: 1.22rem; margin-bottom: 10px; }
.glossary-card p { margin: 0; }
.review-card h2 { font-size: 1.6rem; margin-bottom: 18px; }
.review-card ul { margin: 0; padding-left: 1.2rem; }
.review-card li { margin-bottom: 10px; }
.resource-feature-box h2 { font-size: clamp(1.7rem,2.5vw,2.5rem); margin-bottom: 12px; }
.gia-accordion .accordion-item { border-color: #dce7ef; }
.gia-accordion .accordion-button {
    color: #173b72;
    font-weight: 700;
    font-size: 1.03rem;
    padding: 20px 22px;
}
.gia-accordion .accordion-button:not(.collapsed) {
    background: #edf6fb;
    color: #173b72;
    box-shadow: inset 0 -1px 0 #dce7ef;
}
.gia-accordion .accordion-button:focus { box-shadow: none; }
.gia-accordion .accordion-body { color: #586b7d; line-height: 1.72; padding: 20px 22px 24px; }
.footer-created-by {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 22px;
    color: rgba(255,255,255,.68);
    font-size: .82rem;
}
.footer-created-by a { color: #fff; text-decoration: none; font-weight: 700; }
.footer-created-by a:hover { text-decoration: underline; }

@media (max-width: 767.98px) {
    .resource-card { padding: 24px 22px; gap: 16px; }
    .resource-card-icon { flex-basis: 46px; width: 46px; height: 46px; }
    .resource-step { grid-template-columns: 44px 1fr; gap: 15px; }
    .resource-step > span { width: 44px; height: 44px; }
    .resource-side-card { position: static; }
}

@media (max-width: 575.98px) {
    .resource-hero h1,
    .resource-detail-hero h1 { font-size: 2.65rem; }
    .resource-lead { font-size: 1.03rem; }
}
