#fr-growth-page {
    --fr-growth-navy: #082c5b;
    --fr-growth-blue: #0c70c9;
    --fr-growth-blue-dark: #07579f;
    --fr-growth-sky: #7fc8f8;
    --fr-growth-aqua: #29a89f;
    --fr-growth-purple: #7663c6;
    --fr-growth-orange: #f29445;
    --fr-growth-red: #df5e68;
    --fr-growth-green: #198754;
    --fr-growth-ink: #152d46;
    --fr-growth-muted: #51677d;
    --fr-growth-border: #dce6ef;
    --fr-growth-paper: #ffffff;
    --fr-growth-light: #f6faff;
    --fr-growth-light-blue: #eaf5fd;
    --fr-growth-shadow: 0 2px 38px rgba(8, 44, 91, .10);
    /* position: relative;
    isolation: isolate;
    background: #ffffff;
    color: var(--fr-growth-ink);
    font-family: inherit;
    overflow: hidden; */
}

#fr-growth-page,
#fr-growth-page * {
    box-sizing: border-box;
}

#fr-growth-page img {
    display: block;
    max-width: 100%;
}

#fr-growth-page section {
    scroll-margin-top: 90px;
}

#fr-growth-page a {
    color: var(--fr-growth-blue-dark);
}

#fr-growth-page .fr-growth-section {
    padding: 10px 0 0 0;
}

#fr-growth-page .fr-growth-section-sm {
    padding: 22.5px 0 0 0;
}

#fr-growth-page .fr-growth-bg-light {
    /* background: var(--fr-growth-light); */
}

#fr-growth-page .fr-growth-container-wide {
    max-width: 1320px;
}

#fr-growth-page .fr-growth-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
    color: var(--fr-growth-blue-dark);
    font-size: .97rem;
    font-weight: 800;
    letter-spacing: .1em;
    line-height: 1.25;
    text-transform: uppercase;
}

#fr-growth-page .fr-growth-title {
    margin: 0 0 14px;
    color: var(--fr-growth-navy);
    font-size: clamp(2rem, 4vw, 3.15rem);
    font-weight: 850;
    letter-spacing: -.042em;
    line-height: 1.05;
}

#fr-growth-page .fr-growth-copy {
    max-width: 780px;
    margin-bottom: 0;
    color: var(--fr-growth-muted);
    font-size: 1.02rem;
    line-height: 1.68;
}

#fr-growth-page .fr-growth-btn-primary,
#fr-growth-page .fr-growth-btn-secondary,
#fr-growth-page .fr-growth-btn-soft {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 11px 20px;
    border: 2px solid transparent;
    border-radius: 7px;
    color: var(--fr-growth-navy);
    font-weight: 800;
    line-height: 1.2;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease, border-color .18s ease;
}

#fr-growth-page .fr-growth-btn-primary {
    border-color: #67b8ef;
    background: #7fc8f8;
    box-shadow: 0 9px 22px rgba(8, 44, 91, .16);
}

#fr-growth-page .fr-growth-btn-primary:hover,
#fr-growth-page .fr-growth-btn-primary:focus {
    border-color: #4da7e3;
    background: #64b5eb;
    color: var(--fr-growth-navy);
    transform: translateY(-2px);
}

#fr-growth-page .fr-growth-btn-secondary {
    border-color: #9cb8cf;
    background: rgba(255, 255, 255, .92);
}

#fr-growth-page .fr-growth-btn-secondary:hover,
#fr-growth-page .fr-growth-btn-secondary:focus {
    border-color: var(--fr-growth-blue);
    background: #eef7fe;
    color: var(--fr-growth-navy);
    transform: translateY(-2px);
}

#fr-growth-page .fr-growth-btn-soft {
    border-color: #c8dce9;
    background: var(--fr-growth-light-blue);
}

#fr-growth-page .fr-growth-btn-soft:hover,
#fr-growth-page .fr-growth-btn-soft:focus {
    border-color: #8bbad8;
    background: #dceefb;
    color: var(--fr-growth-navy);
}

/* HERO — Bootstrap 5 row layout; no background-image bleed */
#fr-growth-page .fr-growth-hero {
    position: relative;
    padding: 42px 0 24px;
    background:
        radial-gradient(circle at 88% 18%, rgba(127, 200, 248, .24), transparent 28%),
        linear-gradient(135deg, #eef8fe 0%, #ffffff 58%, #f4f9fd 100%);
}

#fr-growth-page .fr-growth-hero-shell {
    overflow: hidden;
    border: 1px solid #bfd7e8;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 20px 54px rgba(8, 44, 91, .14);
}

#fr-growth-page .fr-growth-hero-content {
    display: flex;
    min-height: 540px;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    background: linear-gradient(145deg, #f3faff 0%, #ffffff 100%);
}

#fr-growth-page .fr-growth-hero h1 {
    max-width: 650px;
    margin: 0 0 20px;
    color: var(--fr-growth-navy);
    font-size: clamp(2.85rem, 5.3vw, 4.9rem);
    font-weight: 900;
    letter-spacing: -.052em;
    line-height: .99;
}

#fr-growth-page .fr-growth-hero-lead {
    max-width: 610px;
    margin-bottom: 25px;
    color: #223f5c;
    font-size: clamp(1rem, 1.5vw, 1.12rem);
    font-weight: 500;
    line-height: 1.65;
}

#fr-growth-page .fr-growth-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
    margin-bottom: 20px;
}

#fr-growth-page .fr-growth-hero-note {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    color: #31506c;
    font-size: .87rem;
    font-weight: 700;
    list-style: none;
}

#fr-growth-page .fr-growth-hero-note i {
    margin-right: 5px;
    color: var(--fr-growth-green);
}

#fr-growth-page .fr-growth-hero-photo,
#fr-growth-page .fr-growth-hero-visual {
    position: relative;
    min-height: 540px;
    height: 100%;
    overflow: hidden;
}

#fr-growth-page .fr-growth-hero-photo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#fr-growth-page .fr-growth-hero-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    background:
        radial-gradient(circle at 18% 18%, rgba(41, 168, 159, .20), transparent 25%),
        radial-gradient(circle at 82% 80%, rgba(118, 99, 198, .18), transparent 27%),
        linear-gradient(145deg, #dff1fb 0%, #f7fbfe 52%, #eaf4fb 100%);
}

#fr-growth-page .fr-growth-hero-visual::before,
#fr-growth-page .fr-growth-hero-visual::after {
    position: absolute;
    border: 1px solid rgba(12, 112, 201, .15);
    border-radius: 50%;
    content: '';
}

#fr-growth-page .fr-growth-hero-visual::before {
    width: 360px;
    height: 360px;
    top: -120px;
    right: -100px;
}

#fr-growth-page .fr-growth-hero-visual::after {
    width: 250px;
    height: 250px;
    bottom: -105px;
    left: -70px;
}

#fr-growth-page .fr-growth-visual-dashboard {
    position: relative;
    z-index: 2;
    width: min(100%, 520px);
    padding: 18px;
    border: 1px solid #aac9dd;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 24px 55px rgba(8, 44, 91, .18);
    transform: none;
}

#fr-growth-page .fr-growth-visual-browser-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dce8f0;
}

#fr-growth-page .fr-growth-visual-browser-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #bdd3e2;
}

#fr-growth-page .fr-growth-visual-browser-bar strong {
    margin-left: 8px;
    color: var(--fr-growth-navy);
    font-size: .78rem;
    letter-spacing: .02em;
}

#fr-growth-page .fr-growth-visual-body {
    padding: 22px 5px 5px;
}

#fr-growth-page .fr-growth-visual-kicker {
    margin-bottom: 5px;
    color: var(--fr-growth-blue-dark);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

#fr-growth-page .fr-growth-visual-heading {
    margin-bottom: 18px;
    color: var(--fr-growth-navy);
    font-size: 1.65rem;
    font-weight: 900;
    letter-spacing: -.03em;
    line-height: 1.08;
}

#fr-growth-page .fr-growth-visual-chart {
    display: flex;
    height: 150px;
    align-items: flex-end;
    gap: 12px;
    padding: 16px 16px 8px;
    border: 1px solid #d9e7f0;
    border-radius: 12px;
    background: #f7fbfe;
}

#fr-growth-page .fr-growth-visual-chart span {
    flex: 1;
    min-width: 22px;
    border-radius: 7px 7px 2px 2px;
    background: linear-gradient(180deg, #7fc8f8 0%, #0c70c9 100%);
}

#fr-growth-page .fr-growth-visual-chart span:nth-child(1) { height: 28%; }
#fr-growth-page .fr-growth-visual-chart span:nth-child(2) { height: 44%; }
#fr-growth-page .fr-growth-visual-chart span:nth-child(3) { height: 39%; }
#fr-growth-page .fr-growth-visual-chart span:nth-child(4) { height: 62%; }
#fr-growth-page .fr-growth-visual-chart span:nth-child(5) { height: 74%; }
#fr-growth-page .fr-growth-visual-chart span:nth-child(6) { height: 92%; }

#fr-growth-page .fr-growth-visual-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-top: 12px;
}

#fr-growth-page .fr-growth-visual-metric {
    padding: 11px 9px;
    border: 1px solid #d8e6ef;
    border-radius: 9px;
    background: #ffffff;
    text-align: center;
}

#fr-growth-page .fr-growth-visual-metric i {
    display: block;
    margin-bottom: 5px;
    color: var(--fr-growth-blue);
    font-size: 1rem;
}

#fr-growth-page .fr-growth-visual-metric strong {
    display: block;
    color: var(--fr-growth-navy);
    font-size: .78rem;
}

#fr-growth-page .fr-growth-visual-metric span {
    display: block;
    margin-top: 2px;
    color: var(--fr-growth-muted);
    font-size: .62rem;
}

#fr-growth-page .fr-growth-floating-card {
    position: absolute;
    z-index: 3;
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 210px;
    padding: 11px 13px;
    border: 1px solid #b9d2e3;
    border-radius: 10px;
    background: rgba(255, 255, 255, .97);
    box-shadow: 0 12px 28px rgba(8, 44, 91, .13);
}

#fr-growth-page .fr-growth-floating-card i {
    display: inline-flex;
    width: 34px;
    height: 34px;
    flex: 0 0 34px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e4f4fd;
    color: var(--fr-growth-blue-dark);
}

#fr-growth-page .fr-growth-floating-card strong {
    display: block;
    color: var(--fr-growth-navy);
    font-size: .76rem;
}

#fr-growth-page .fr-growth-floating-card span {
    display: block;
    color: var(--fr-growth-muted);
    font-size: .64rem;
}

#fr-growth-page .fr-growth-floating-card-top {
    top: 46px;
    right: 25px;
}

#fr-growth-page .fr-growth-floating-card-bottom {
    bottom: 38px;
    left: 22px;
}

/* HERO STATS */
#fr-growth-page .fr-growth-stats-wrap {
    position: relative;
    z-index: 3;
    margin-top: 0;
}

#fr-growth-page .fr-growth-stats {
    overflow: hidden;
    border: 1px solid #bfd5e5;
    border-radius: 11px;
    background: rgba(245, 251, 255, .98);
    box-shadow: 0 16px 36px rgba(8, 44, 91, .18);
}

#fr-growth-page .fr-growth-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 94px;
    padding: 17px 20px;
    border-right: 1px solid #d8e5ee;
}

#fr-growth-page .fr-growth-stat:last-child {
    border-right: 0;
}

#fr-growth-page .fr-growth-stat-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #dceffa;
    color: var(--fr-growth-blue-dark);
    font-size: 1.32rem;
}

#fr-growth-page .fr-growth-stat strong {
    display: block;
    color: var(--fr-growth-navy);
    font-size: 1.42rem;
    font-weight: 900;
    letter-spacing: -.010em;
    line-height: 1.05;
}

#fr-growth-page .fr-growth-stat span:last-child {
    display: block;
    margin-top: 4px;
    color: var(--fr-growth-muted);
    font-size: .77rem;
    font-weight: 700;
    line-height: 1.2;
}

/* OUTCOME CARDS */
#fr-growth-page .fr-growth-outcome-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

#fr-growth-page .fr-growth-outcome-card {
    min-height: 205px;
    padding: 22px 14px;
    border: 1px solid var(--fr-growth-border);
    border-radius: 13px;
    background: var(--fr-growth-paper);
    box-shadow: 0 9px 24px rgba(8, 44, 91, .07);
    text-align: center;
}

#fr-growth-page .fr-growth-outcome-icon {
display: inline-flex;
align-items: center;
justify-content: center;
width: 58px;
height: 58px;
margin-bottom: 13px;
border-radius: 50%;
font-size: 1.5rem;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(1) .fr-growth-outcome-icon {
color: #087f75;
background: #ccefeb;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(2) .fr-growth-outcome-icon {
color: #1769aa;
background: #d8ebfb;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(3) .fr-growth-outcome-icon {
color: #6551a4;
background: #e4def8;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(4) .fr-growth-outcome-icon {
color: #168f80;
background: #d6f2ed;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(5) .fr-growth-outcome-icon {
color: #c36a16;
background: #fde3ca;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(6) .fr-growth-outcome-icon {
color: #bd3e56;
background: #f9d9df;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(7) .fr-growth-outcome-icon {
color: #2878b8;
background: #d9eefb;
}

#fr-growth-page .fr-growth-outcome-card:nth-child(8) .fr-growth-outcome-icon {
color: #6c4fa1;
background: #eee1f7;
}

#fr-growth-page .fr-growth-outcome-card h3 {
    margin-bottom: 8px;
    color: var(--fr-growth-navy);
    font-size: 1rem;
    font-weight: 850;
    line-height: 1.2;
}

#fr-growth-page .fr-growth-outcome-card p {
    margin: 0;
    color: var(--fr-growth-muted);
    font-size: .83rem;
    line-height: 1.48;
}

/* AUTHORITY */
#fr-growth-page .fr-growth-authority-card {
    height: 100%;
    padding: 28px 30px;
    border-right: 1px solid #d3e2ed;
    text-align: center;
}

#fr-growth-page .fr-growth-authority-col:last-child .fr-growth-authority-card {
    border-right: 0;
}

#fr-growth-page .fr-growth-authority-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 104px;
    margin: 0 auto 16px;
    border-radius: 52% 48% 44% 56% / 58% 43% 57% 42%;
    background: #e2f3fc;
    color: var(--fr-growth-blue-dark);
    font-size: 3.2rem;
}

#fr-growth-page .fr-growth-authority-card h3 {
    margin-bottom: 9px;
    color: var(--fr-growth-navy);
    font-size: 1.38rem;
    font-weight: 880;
}

#fr-growth-page .fr-growth-authority-card p {
    max-width: 330px;
    margin: 0 auto;
    color: var(--fr-growth-muted);
    font-size: .9rem;
    line-height: 1.55;
}

/* PROOF BAR */
#fr-growth-page .fr-growth-proof-bar {
    overflow: hidden;
    border: 1px solid #9ac5e2;
    border-radius: 10px;
    background: linear-gradient(90deg, #d9effb 0%, #edf8fe 100%);
    box-shadow: 0 12px 26px rgba(8, 44, 91, .09);
}

#fr-growth-page .fr-growth-proof-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    min-height: 100px;
    padding: 18px;
    border-right: 1px solid #bcd8e9;
}

#fr-growth-page .fr-growth-proof-col:last-child .fr-growth-proof-item {
    border-right: 0;
}

#fr-growth-page .fr-growth-proof-item i {
    color: var(--fr-growth-blue-dark);
    font-size: 2rem;
}

#fr-growth-page .fr-growth-proof-item strong {
    display: block;
    color: var(--fr-growth-navy);
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
}

#fr-growth-page .fr-growth-proof-item span {
    display: block;
    margin-top: 4px;
    color: #46637d;
    font-size: .78rem;
    font-weight: 700;
    line-height: 1.2;
}

/* PLAYBOOK */
#fr-growth-page .fr-growth-playbook {
    position: relative;
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 0;
    padding: 30px 4px 24px;
    border: 1px solid var(--fr-growth-border);
    border-radius: 12px;
    background: var(--fr-growth-paper);
}

#fr-growth-page .fr-growth-playbook::before {
    position: absolute;
    top: 24px;
    right: 6.5%;
    left: 6.5%;
    border-top: 2px dashed #b8ccdc;
    content: '';
}

#fr-growth-page .fr-growth-step {
    position: relative;
    z-index: 2;
    padding: 0 8px;
    text-align: center;
}

#fr-growth-page .fr-growth-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-bottom: 15px;
    border: 3px solid var(--fr-growth-paper);
    border-radius: 50%;
    background: var(--fr-growth-aqua);
    color: var(--fr-growth-navy);
    font-size: .78rem;
    font-weight: 900;
}

#fr-growth-page .fr-growth-step:nth-child(2) .fr-growth-step-number,
#fr-growth-page .fr-growth-step:nth-child(7) .fr-growth-step-number {
    background: #75bff1;
}

#fr-growth-page .fr-growth-step:nth-child(3) .fr-growth-step-number {
    background: #a89bdf;
}

#fr-growth-page .fr-growth-step:nth-child(5) .fr-growth-step-number {
    background: #f3aa65;
}

#fr-growth-page .fr-growth-step:nth-child(6) .fr-growth-step-number {
    background: #ef8790;
}

#fr-growth-page .fr-growth-step-icon {
    display: block;
    margin-bottom: 9px;
    color: var(--fr-growth-navy);
    font-size: 1.7rem;
}

#fr-growth-page .fr-growth-step h3 {
    min-height: 38px;
    margin-bottom: 7px;
    color: var(--fr-growth-navy);
    font-size: .86rem;
    font-weight: 850;
    line-height: 1.18;
}

#fr-growth-page .fr-growth-step p {
    margin: 0;
    color: var(--fr-growth-muted);
    font-size: .7rem;
    line-height: 1.42;
}

/* COMPACT STRIPS */
#fr-growth-page .fr-growth-feature-strip {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 22px;
    align-items: center;
    padding: 20px 22px;
    border: 1px solid var(--fr-growth-border);
    border-radius: 10px;
    background: var(--fr-growth-paper);
    box-shadow: 0 7px 20px rgba(8, 44, 91, .055);
}

#fr-growth-page .fr-growth-feature-strip + .fr-growth-feature-strip {
    margin-top: 15px;
}

#fr-growth-page .fr-growth-feature-strip h3 {
    margin-bottom: 5px;
    color: var(--fr-growth-navy);
    font-size: 1.12rem;
    font-weight: 850;
}

#fr-growth-page .fr-growth-feature-strip p {
    margin: 0;
    color: var(--fr-growth-muted);
    font-size: .82rem;
    line-height: 1.45;
}

#fr-growth-page .fr-growth-chip-grid {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 9px;
}

#fr-growth-page .fr-growth-chip {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 9px 11px;
    border: 1px solid #d5e2eb;
    border-radius: 9px;
    background: #fbfdff;
    color: var(--fr-growth-navy);
    font-size: .8rem;
    font-weight: 800;
    text-align: center;
}

#fr-growth-page .fr-growth-pms-image {
    display: block;
    width: 100%;
    /* max-height: 138px; */
    object-fit: contain;
}

/* COMPARISON */
#fr-growth-page .fr-growth-comparison-shell {
    display: grid;
    grid-template-columns: 250px 1fr;
    gap: 22px;
    align-items: center;
    padding: 22px;
    border: 1px solid var(--fr-growth-border);
    border-radius: 10px;
    background: var(--fr-growth-paper);
    box-shadow: 0 7px 20px rgba(8, 44, 91, .055);
}

#fr-growth-page .fr-growth-comparison-shell h3 {
    margin-bottom: 6px;
    color: var(--fr-growth-navy);
    font-size: 1.2rem;
    font-weight: 850;
}

#fr-growth-page .fr-growth-comparison-shell p {
    margin: 0;
    color: var(--fr-growth-muted);
    font-size: .86rem;
    line-height: 1.5;
}

#fr-growth-page .fr-growth-comparison {
    overflow: hidden;
    border: 1px solid #cfdce6;
    border-radius: 7px;
}

#fr-growth-page .fr-growth-comparison .table {
    margin: 0;
}

#fr-growth-page .fr-growth-comparison th,
#fr-growth-page .fr-growth-comparison td {
    padding: 7px 10px;
    border-color: #e2e9ef;
    color: var(--fr-growth-ink);
    font-size: .74rem;
    vertical-align: middle;
}

#fr-growth-page .fr-growth-comparison thead th {
    background: #e4f1fa;
    color: var(--fr-growth-navy);
    font-weight: 850;
}

#fr-growth-page .fr-growth-comparison tbody th {
    color: var(--fr-growth-navy);
    font-weight: 700;
}

#fr-growth-page .fr-growth-yes {
    color: #0d9b45;
    font-size: 1rem;
}

#fr-growth-page .fr-growth-no {
    color: #e04e58;
    font-size: 1rem;
}

#fr-growth-page .fr-growth-limited {
    color: #7d5d20;
    font-weight: 800;
}

/* PRICING */
#fr-growth-page .fr-growth-pricing-bar {
    padding: 22px;
    border: 1px solid #bfd6e6;
    border-radius: 11px;
    background: linear-gradient(90deg, #eef8fe 0%, #ffffff 100%);
    box-shadow: 0 10px 25px rgba(8, 44, 91, .08);
}

#fr-growth-page .fr-growth-pricing-label h3 {
    margin-bottom: 5px;
    margin-top: 0;
    color: var(--fr-growth-navy);
    font-size: 1.18rem;
    font-weight: 850;
}

#fr-growth-page .fr-growth-pricing-label p {
    margin: 0;
    color: var(--fr-growth-muted);
    font-size: .79rem;
    line-height: 1.42;
}

#fr-growth-page .fr-growth-price {
    color: var(--fr-growth-navy);
    font-size: 3.4rem;
    font-weight: 920;
    letter-spacing: -.07em;
    line-height: .9;
    text-align: center;
}

#fr-growth-page .fr-growth-price span {
    display: block;
    margin-top: 9px;
    color: var(--fr-growth-muted);
    font-size: .74rem;
    font-weight: 750;
    letter-spacing: 0;
    line-height: 1.2;
}

#fr-growth-page .fr-growth-pricing-benefits {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#fr-growth-page .fr-growth-pricing-benefits li {
    display: flex;
    gap: 7px;
    color: var(--fr-growth-ink);
    font-size: .78rem;
    font-weight: 700;
}

#fr-growth-page .fr-growth-pricing-benefits i {
    margin-top: 2px;
    color: var(--fr-growth-green);
}

#fr-growth-page .fr-growth-calculator {
    margin-top: 20px;
    padding: 20px 22px;
    border: 1px solid #d1e1ec;
    border-radius: 10px;
    background: var(--fr-growth-paper);
}


#fr-growth-page .fr-growth-calculator h3 {
    margin-bottom: 4px;
    margin-top: 0;
    color: var(--fr-growth-navy);
    font-size: 1rem;
    font-weight: 850;
}

#fr-growth-page .fr-growth-total-box {
    min-height: 48px;
    padding: 8px 14px;
    border: 1px solid #bcd5e6;
    border-radius: 6px;
    background: var(--fr-growth-light-blue);
}

#fr-growth-page .fr-growth-total-box span:first-child {
    /* display: block; */
    color: var(--fr-growth-muted);
    font-size: .69rem;
    font-weight: 700;
}

#fr-growth-page .fr-growth-total-value {
    display: block;
    color: var(--fr-growth-navy);
    font-size: 1.48rem;
    font-weight: 900;
    line-height: 1.1;
}

#fr-growth-page .fr-growth-services {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 14px;
}

#fr-growth-page .fr-growth-service {
    padding: 6px 10px;
    border: 1px solid #d3e0e9;
    border-radius: 999px;
    background: #f8fbfd;
    color: #415d74;
    font-size: .72rem;
    font-weight: 750;
}

/* TESTIMONIALS */
#fr-growth-page .fr-growth-testimonial {
    height: 100%;
    padding: 24px;
    border: 1px solid var(--fr-growth-border);
    border-radius: 11px;
    background: var(--fr-growth-paper);
    box-shadow: 0 8px 22px rgba(8, 44, 91, .06);
}

#fr-growth-page .fr-growth-testimonial blockquote {
    margin: 0 0 17px;
    color: var(--fr-growth-ink);
    font-size: .88rem;
    line-height: 1.57;
}

#fr-growth-page .fr-growth-testimonial strong {
    display: block;
    color: var(--fr-growth-navy);
    font-size: .83rem;
}

#fr-growth-page .fr-growth-testimonial span {
    color: var(--fr-growth-muted);
    font-size: .76rem;
}

#fr-growth-page .fr-growth-quote-icon {
    margin-bottom: 12px;
    color: #7fbbe2;
    font-size: 1.3rem;
}

/* FINAL CTA */
#fr-growth-page .fr-growth-final {
    padding: 20px 0;
    /* background:
        radial-gradient(circle at 85% 35%, rgba(127, 200, 248, .25), transparent 28%),
        linear-gradient(135deg, #edf7fd 0%, #ffffff 100%); */
}

#fr-growth-page .fr-growth-final-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 32px 36px;
    border: 1px solid #a7c7dc;
    border-radius: 13px;
    /* background: #f4fafe; */
    box-shadow: 0 16px 38px rgba(8, 44, 91, .14);
}

#fr-growth-page .fr-growth-final h2 {
    max-width: 850px;
    margin-bottom: 9px;
    color: var(--fr-growth-navy);
    font-size: clamp(1.75rem, 3vw, 2.65rem);
    font-weight: 900;
    letter-spacing: -.010em;
    line-height: 1.08;
}

#fr-growth-page .fr-growth-final p {
    margin: 0;
    color: #36526c;
    font-size: .94rem;
    font-weight: 650;
}

#fr-growth-page .fr-growth-final-actions {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

/* RESPONSIVE */
@media (max-width: 1199.98px) {
    #fr-growth-page .fr-growth-outcome-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #fr-growth-page .fr-growth-playbook {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        row-gap: 28px;
    }

    #fr-growth-page .fr-growth-playbook::before {
        display: none;
    }

    #fr-growth-page .fr-growth-chip-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

}

@media (max-width: 991.98px) {
    #fr-growth-page .fr-growth-hero-content {
        min-height: auto;
        padding: 42px;
    }

    #fr-growth-page .fr-growth-hero-photo,
    #fr-growth-page .fr-growth-hero-visual {
        min-height: 430px;
    }

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


    #fr-growth-page .fr-growth-stat {
        border-bottom: 1px solid #d8e5ee;
    }

    #fr-growth-page .fr-growth-stat:nth-child(2) {
        border-right: 0;
    }

    #fr-growth-page .fr-growth-stat:nth-child(3),
    #fr-growth-page .fr-growth-stat:nth-child(4) {
        border-bottom: 0;
    }

    #fr-growth-page .fr-growth-authority-card {
        border-right: 0;
        border-bottom: 1px solid #d3e2ed;
    }

    #fr-growth-page .fr-growth-authority-col:last-child .fr-growth-authority-card {
        border-bottom: 0;
    }

    #fr-growth-page .fr-growth-proof-item {
        border-bottom: 1px solid #bcd8e9;
    }

    #fr-growth-page .fr-growth-proof-col:nth-child(2) .fr-growth-proof-item {
        border-right: 0;
    }

    #fr-growth-page .fr-growth-proof-col:nth-child(3) .fr-growth-proof-item,
    #fr-growth-page .fr-growth-proof-col:nth-child(4) .fr-growth-proof-item {
        border-bottom: 0;
    }

    #fr-growth-page .fr-growth-feature-strip,
    #fr-growth-page .fr-growth-comparison-shell {
        grid-template-columns: 1fr;
    }


    #fr-growth-page .fr-growth-final-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    #fr-growth-page .fr-growth-hero {
        padding: 24px 0 28px;
    }

    #fr-growth-page .fr-growth-hero-content {
        padding: 28px 24px;
    }

    #fr-growth-page .fr-growth-hero-photo,
    #fr-growth-page .fr-growth-hero-visual {
        min-height: 360px;
    }

    #fr-growth-page .fr-growth-hero-visual {
        padding: 28px 20px;
    }

    #fr-growth-page .fr-growth-floating-card-top {
        top: 20px;
        right: 12px;
    }

    #fr-growth-page .fr-growth-floating-card-bottom {
        bottom: 18px;
        left: 12px;
    }

    #fr-growth-page .fr-growth-section {
        padding: 46px 0;
    }


    #fr-growth-page .fr-growth-hero h1 {
        font-size: 2.65rem;
        line-height: 1.01;
    }

    #fr-growth-page .fr-growth-hero-actions,
    #fr-growth-page .fr-growth-final-actions {
        width: 100%;
        flex-direction: column;
    }

    #fr-growth-page .fr-growth-hero-actions a,
    #fr-growth-page .fr-growth-final-actions a {
        width: 100%;
    }

    #fr-growth-page .fr-growth-stat {
        min-height: 85px;
        justify-content: flex-start;
    }

    #fr-growth-page .fr-growth-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #fr-growth-page .fr-growth-outcome-card {
        min-height: 190px;
    }

    #fr-growth-page .fr-growth-playbook {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #fr-growth-page .fr-growth-chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }


    #fr-growth-page .fr-growth-pricing-benefits {
        grid-template-columns: 1fr 1fr;
    }

    #fr-growth-page .fr-growth-price {
        text-align: left;
    }

    #fr-growth-page .fr-growth-comparison th,
    #fr-growth-page .fr-growth-comparison td {
        min-width: 112px;
    }

    #fr-growth-page .fr-growth-final-card {
        padding: 25px;
    }
}

@media (max-width: 479.98px) {
    #fr-growth-page .fr-growth-outcome-grid,
    #fr-growth-page .fr-growth-playbook,
    #fr-growth-page .fr-growth-chip-grid,
    #fr-growth-page .fr-growth-pricing-benefits {
        grid-template-columns: 1fr;
    }

    #fr-growth-page .fr-growth-stat {
        border-right: 0;
    }

    #fr-growth-page .fr-growth-stat:nth-child(3) {
        border-bottom: 1px solid #d8e5ee;
    }
}

/* V3 MOCKUP-INSPIRED REFINEMENTS */
#fr-growth-page .fr-growth-outcome-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

#fr-growth-page .fr-growth-outcome-card {
    min-height: 190px;
}

#fr-growth-page .fr-growth-authority-shell {
    overflow: hidden;
    border: 1px solid var(--fr-growth-border);
    border-radius: 14px;
    background: var(--fr-growth-paper);
    box-shadow: var(--fr-growth-shadow);
}

#fr-growth-page .fr-growth-proof-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
    border: 1px solid #9ac5e2;
    border-radius: 11px;
    background: linear-gradient(90deg, #d9effb 0%, #edf8fe 100%);
    box-shadow: 0 12px 26px rgba(8, 44, 91, .09);
}

#fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item {
    border-right: 1px solid #bcd8e9;
}

#fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:last-child {
    border-right: 0;
}

#fr-growth-page .fr-growth-playbook-video {
    display: grid;
    grid-template-columns: minmax(280px, .78fr) minmax(420px, 1.22fr);
    gap: 26px;
    align-items: center;
    padding: 26px;
    border: 1px solid var(--fr-growth-border);
    border-radius: 14px;
    background: linear-gradient(135deg, #edf8fe 0%, #ffffff 72%);
    box-shadow: var(--fr-growth-shadow);
}

#fr-growth-page .fr-growth-video-copy h3 {
    margin-bottom: 10px;
    color: var(--fr-growth-navy);
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-weight: 900;
    letter-spacing: -.035em;
    line-height: 1.05;
}

#fr-growth-page .fr-growth-video-copy p {
    margin-bottom: 16px;
    color: var(--fr-growth-muted);
    line-height: 1.62;
}

#fr-growth-page .fr-growth-video-copy ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#fr-growth-page .fr-growth-video-copy li {
    display: flex;
    gap: 8px;
    margin-bottom: 9px;
    color: var(--fr-growth-ink);
    font-size: .88rem;
    font-weight: 700;
    line-height: 1.4;
}

#fr-growth-page .fr-growth-video-copy li i {
    margin-top: 3px;
    color: var(--fr-growth-green);
}

#fr-growth-page .fr-growth-video-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
    border: 1px solid #bfd6e6;
    border-radius: 11px;
    background: #eaf5fd;
    box-shadow: 0 10px 24px rgba(8, 44, 91, .12);
}

#fr-growth-page .fr-growth-video-wrap iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Explicitly keep all page text dark on light backgrounds. */
#fr-growth-page,
#fr-growth-page h1,
#fr-growth-page h2,
#fr-growth-page h3,
#fr-growth-page h4,
#fr-growth-page h5,
#fr-growth-page h6,
#fr-growth-page p,
#fr-growth-page li,
#fr-growth-page label,
#fr-growth-page blockquote,
#fr-growth-page .fr-growth-btn-primary,
#fr-growth-page .fr-growth-btn-secondary,
#fr-growth-page .fr-growth-btn-soft {
    text-shadow: none;
}

@media (max-width: 1199.98px) {
    #fr-growth-page .fr-growth-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:nth-child(3) {
        border-right: 0;
    }

    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:nth-child(-n+3) {
        border-bottom: 1px solid #bcd8e9;
    }
}

@media (max-width: 991.98px) {
    #fr-growth-page .fr-growth-hero-content {
        min-height: auto;
        padding: 42px;
    }

    #fr-growth-page .fr-growth-hero-photo,
    #fr-growth-page .fr-growth-hero-visual {
        min-height: 430px;
    }

    #fr-growth-page .fr-growth-playbook-video {
        grid-template-columns: 1fr;
    }

    #fr-growth-page .fr-growth-outcome-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767.98px) {
    #fr-growth-page .fr-growth-hero {
        padding: 24px 0 28px;
    }

    #fr-growth-page .fr-growth-hero-content {
        padding: 28px 24px;
    }

    #fr-growth-page .fr-growth-hero-photo,
    #fr-growth-page .fr-growth-hero-visual {
        min-height: 360px;
    }

    #fr-growth-page .fr-growth-hero-visual {
        padding: 28px 20px;
    }

    #fr-growth-page .fr-growth-floating-card-top {
        top: 20px;
        right: 12px;
    }

    #fr-growth-page .fr-growth-floating-card-bottom {
        bottom: 18px;
        left: 12px;
    }

    #fr-growth-page .fr-growth-proof-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item {
        border-right: 1px solid #bcd8e9;
        border-bottom: 1px solid #bcd8e9;
    }

    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:nth-child(even) {
        border-right: 0;
    }

    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:last-child {
        grid-column: 1 / -1;
        border-right: 0;
        border-bottom: 0;
    }

    #fr-growth-page .fr-growth-playbook-video {
        padding: 20px;
    }
}

@media (max-width: 479.98px) {
    #fr-growth-page .fr-growth-outcome-grid,
    #fr-growth-page .fr-growth-proof-grid {
        grid-template-columns: 1fr;
    }

    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item,
    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:nth-child(even),
    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:last-child {
        grid-column: auto;
        border-right: 0;
        border-bottom: 1px solid #bcd8e9;
    }

    #fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:last-child {
        border-bottom: 0;
    }
}

/* V5 — dark mockup-inspired palette and layout refinements */
#fr-growth-page {
    --fr-growth-navy: #062b59;
    --fr-growth-blue: #0877cf;
    --fr-growth-blue-dark: #075ca6;
    --fr-growth-dark-panel: #072b57;
    --fr-growth-dark-panel-2: #0a3b70;
    --fr-growth-dark-text: #c6e6ff;
    --fr-growth-dark-muted: #9fc5df;
    background: #fff;
}

#fr-growth-page .fr-growth-hero {
    padding: 0;
    background: #fff;
}

#fr-growth-page .fr-growth-hero-shell {
    border-color: #0b467f;
    border-radius: 14px 14px 0 0;
    background: var(--fr-growth-dark-panel);
    box-shadow: 0 22px 55px rgba(4, 30, 62, .24);
}

#fr-growth-page .fr-growth-hero-content {
    min-height: 570px;
    padding: 58px 48px 54px;
    background:
        radial-gradient(circle at 15% 15%, rgba(34, 135, 208, .20), transparent 32%),
        linear-gradient(145deg, #061f43 0%, #082f60 62%, #0a3c70 100%);
}

#fr-growth-page .fr-growth-hero .fr-growth-eyebrow {
    margin-bottom: 18px;
    color: #67c6ff;
}

#fr-growth-page .fr-growth-hero h1 {
    max-width: 590px;
    margin-bottom: 24px;
    color: #fff;
    font-size: clamp(2.75rem, 4.55vw, 4.45rem);
    letter-spacing: -.010em;
    line-height: 1.035;
}

#fr-growth-page .fr-growth-hero-lead {
    max-width: 585px;
    margin-bottom: 28px;
    color: #b5d2e7;
    font-size: 1.04rem;
    line-height: 1.7;
}

#fr-growth-page .fr-growth-hero-actions {
    gap: 12px;
    margin-bottom: 24px;
}

#fr-growth-page .fr-growth-hero-note {
    gap: 10px 20px;
    color: #9fc5df;
}

#fr-growth-page .fr-growth-hero-note i {
    color: #50c59a;
}

#fr-growth-page .fr-growth-hero-photo,
#fr-growth-page .fr-growth-hero-visual {
    min-height: 570px;
}

#fr-growth-page .fr-growth-hero-photo::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(6, 31, 67, .34), rgba(6, 31, 67, .03) 60%);
    content: '';
}

#fr-growth-page .fr-growth-hero-visual {
    padding: 54px;
    background:
        radial-gradient(circle at 80% 18%, rgba(35, 146, 222, .23), transparent 29%),
        radial-gradient(circle at 15% 82%, rgba(36, 177, 164, .15), transparent 26%),
        linear-gradient(145deg, #08264d 0%, #0a3566 55%, #0b467b 100%);
}

#fr-growth-page .fr-growth-hero-visual::before,
#fr-growth-page .fr-growth-hero-visual::after {
    border-color: rgba(99, 198, 255, .19);
}

#fr-growth-page .fr-growth-visual-dashboard {
    border-color: #2a6798;
    background: #092d57;
    box-shadow: 0 26px 60px rgba(1, 17, 36, .38);
    transform: none;
}

#fr-growth-page .fr-growth-visual-browser-bar {
    border-bottom-color: #24557e;
}

#fr-growth-page .fr-growth-visual-browser-bar span {
    background: #4d8dbb;
}

#fr-growth-page .fr-growth-visual-browser-bar strong,
#fr-growth-page .fr-growth-visual-heading {
    color: #c6e6ff;
}

#fr-growth-page .fr-growth-visual-kicker {
    color: #63c6ff;
}

#fr-growth-page .fr-growth-visual-chart {
    border-color: #245b87;
    background: #061f42;
}

#fr-growth-page .fr-growth-visual-metric {
    border-color: #285f8e;
    background: #0b3767;
}

#fr-growth-page .fr-growth-visual-metric i {
    color: #63c6ff;
}

#fr-growth-page .fr-growth-visual-metric strong {
    color: #c6e6ff;
}

#fr-growth-page .fr-growth-visual-metric span {
    color: #9fc5df;
}

#fr-growth-page .fr-growth-floating-card {
    border-color: #9ccce9;
    /* background: #dcefff; */
}

#fr-growth-page .fr-growth-floating-card i {
    background: #bcdff6;
}

#fr-growth-page .fr-growth-stats {
    border-color: #0b467f;
    border-radius: 0 0 12px 12px;
    background: linear-gradient(90deg, #061f43 0%, #0a3769 100%);
    box-shadow: 0 18px 40px rgba(4, 30, 62, .24);
}

#fr-growth-page .fr-growth-stat {
    min-height: 102px;
    border-color: rgba(137, 192, 229, .22);
}

#fr-growth-page .fr-growth-stat-icon {
    background: #0c4a82;
    color: #65c9ff;
}

#fr-growth-page .fr-growth-stat strong {
    color: #c6e6ff;
}

#fr-growth-page .fr-growth-stat span:last-child {
    color: #fff;
}

#fr-growth-page .fr-growth-proof-grid {
    border-color: #0c4a82;
    background: linear-gradient(90deg, #061f43 0%, #0a3769 100%);
    box-shadow: 0 16px 34px rgba(4, 30, 62, .18);
}

#fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item,
#fr-growth-page .fr-growth-proof-grid .fr-growth-proof-item:last-child {
    border-color: rgba(137, 192, 229, .22);
}

#fr-growth-page .fr-growth-proof-item i {
    color: #65c9ff;
}

#fr-growth-page .fr-growth-proof-item strong {
    color: #c6e6ff;
}

#fr-growth-page .fr-growth-proof-item span {
    color: #9fc5df;
}

#fr-growth-page .fr-growth-feature-pair .fr-growth-feature-strip {
    /* display: flex; */
    min-height: 150px;
    /* flex-direction: column; */
    justify-content: space-between;
    gap: 22px;
    /* padding: 26px; */
    border-color: #0c4a82;
    background: linear-gradient(145deg, #061f43 0%, #0a3769 100%);
    box-shadow: 0 14px 32px rgba(4, 30, 62, .16);
}

#fr-growth-page .fr-growth-feature-pair .fr-growth-feature-strip + .fr-growth-feature-strip {
    margin-top: 0;
}

#fr-growth-page .fr-growth-feature-pair h3 {
    margin-bottom: 7px;
    margin-top: 0;
    color: #c6e6ff;
    font-size: 1.35rem;
}

#fr-growth-page .fr-growth-feature-pair p {
    color: #9fc5df;
    font-size: .9rem;
}

#fr-growth-page .fr-growth-feature-icon {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    border-radius: 50%;
    background: #0d4c85;
    color: #67c6ff;
    font-size: 1.25rem;
}

#fr-growth-page .fr-growth-feature-pair .fr-growth-chip-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

#fr-growth-page .fr-growth-feature-pair .fr-growth-chip {
    border-color: #9ccce9;
    background: #dcefff;
    color: #062b59;
}

#fr-growth-page .fr-growth-pms-logo-panel {
    display: flex;
    min-height: 126px;
    align-items: center;
    padding: 14px;
    border: 1px solid #9ccce9;
    border-radius: 10px;
    background: #eef8ff;
}

#fr-growth-page .fr-growth-final {
    /* background: #f8fafc; */
}

#fr-growth-page .fr-growth-final-card {
    border-color: #0b467f;
    background:
        radial-gradient(circle at 88% 30%, rgba(40, 143, 213, .22), transparent 27%),
        linear-gradient(135deg, #061f43 0%, #0a3769 100%);
    box-shadow: 0 18px 42px rgba(4, 30, 62, .22);
}

#fr-growth-page .fr-growth-final .fr-growth-eyebrow {
    color: #67c6ff;
}

#fr-growth-page .fr-growth-final h2 {
    color: #c6e6ff;
}

#fr-growth-page .fr-growth-final p {
    color: #9fc5df;
}

@media (max-width: 991.98px) {
    #fr-growth-page .fr-growth-hero-content,
    #fr-growth-page .fr-growth-hero-photo,
    #fr-growth-page .fr-growth-hero-visual {
        min-height: auto;
    }

    #fr-growth-page .fr-growth-hero-visual {
        min-height: 440px;
    }
}

@media (max-width: 767.98px) {
    #fr-growth-page .fr-growth-hero {
        padding-top: 12px;
    }

    #fr-growth-page .fr-growth-hero-content {
        padding: 38px 25px 34px;
    }

    #fr-growth-page .fr-growth-hero h1 {
        font-size: 2.72rem;
        line-height: 1.04;
    }

    #fr-growth-page .fr-growth-hero-visual {
        min-height: 390px;
        padding: 30px 20px;
    }

    #fr-growth-page .fr-growth-feature-pair .fr-growth-chip-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 479.98px) {
    #fr-growth-page .fr-growth-feature-pair .fr-growth-chip-grid {
        grid-template-columns: 1fr;
    }
}
