:root {
    --fgp-blue: #1887f2;
    --fgp-blue-600: #0b6fd3;
    --fgp-blue-050: #eef6ff;
    --fgp-navy: #0d1724;
    --fgp-ink: #101828;
    --fgp-text: #344054;
    --fgp-muted: #667085;
    --fgp-subtle: #98a2b3;
    --fgp-border: #d8e1eb;
    --fgp-border-strong: #c6d2df;
    --fgp-bg: #f5f7fa;
    --fgp-surface: #ffffff;
    --fgp-soft: #f8fafc;
    --fgp-success: #15803d;
    --fgp-warning: #a16207;
    --fgp-danger: #b42318;
    --fgp-shadow: 0 12px 36px rgba(16,24,40,.07);
}

/* Public pages intentionally use a stable light corporate theme. The authenticated
   application may still follow the workspace dark-mode preference. */
.fg-public-root { background: var(--fgp-bg); color: var(--fgp-ink); }
.fg-public-root .text-muted { color: var(--fgp-muted) !important; }
.fg-public-root label,
.fg-public-root .custom-control-label { color: var(--fgp-text); }
.fg-public-root a { color: var(--fgp-blue-600); }
.fg-public-root a:hover { color: var(--fgp-blue); }

.fg-public { background: var(--fgp-bg); color: var(--fgp-ink); }
.fg-public .container,
.fg-public-header .container,
.fg-public-footer .container { max-width: 1240px; }
.fg-public .fg-eyebrow,
.fg-auth .fg-eyebrow {
    color: var(--fgp-blue-600);
    font-size: .75rem;
    font-weight: 750;
    letter-spacing: .11em;
    text-transform: uppercase;
}
.fg-public h1,
.fg-public h2,
.fg-public h3,
.fg-public h4,
.fg-auth h1,
.fg-auth h2,
.fg-auth h3 { color: var(--fgp-ink); letter-spacing: -.025em; }
.fg-public p { color: var(--fgp-text); }
.fg-public .fg-lead { max-width: 780px; color: var(--fgp-muted); font-size: 1.12rem; line-height: 1.72; }

.fg-public .fg-hero {
    padding: 5.4rem 0 4.8rem;
    background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
    border-bottom: 1px solid var(--fgp-border);
}
.fg-public .fg-hero h1 { max-width: 860px; font-size: clamp(2.75rem, 5vw, 4.7rem); line-height: 1.02; }
.fg-public .fg-section { padding: 4.8rem 0; border-bottom: 1px solid var(--fgp-border); }
.fg-public .fg-section-white { background: #fff; }
.fg-public .fg-section-soft { background: #f7f9fc; }
.fg-public .fg-section-navy { background: var(--fgp-navy); color: #dbe5f0; }
.fg-public .fg-section-navy h1,
.fg-public .fg-section-navy h2,
.fg-public .fg-section-navy h3,
.fg-public .fg-section-navy p { color: inherit; }

.fg-public .fg-panel,
.fg-public .fg-panel-flat {
    background: var(--fgp-surface);
    border: 1px solid var(--fgp-border);
    border-radius: 14px;
}
.fg-public .fg-panel { box-shadow: var(--fgp-shadow); }
.fg-public .fg-panel-flat { box-shadow: none; }
.fg-public .fg-panel-dark { background: var(--fgp-navy); color: #dbe5f0; border-color: #1f3145; }
.fg-public .fg-panel-dark h2,
.fg-public .fg-panel-dark h3,
.fg-public .fg-panel-dark strong { color: #fff; }
.fg-public .fg-panel-dark p,
.fg-public .fg-panel-dark .text-muted { color: #aebdcd !important; }

.fg-public .fg-metric { padding: 1rem 1.15rem; border-right: 1px solid var(--fgp-border); }
.fg-public .fg-metric:last-child { border-right: 0; }
.fg-public .fg-check { display: flex; gap: .65rem; align-items: flex-start; margin-bottom: .72rem; color: var(--fgp-text); }
.fg-public .fg-check-mark { color: var(--fgp-success); font-weight: 850; }
.fg-public .fg-chip {
    display: inline-flex;
    align-items: center;
    padding: .32rem .62rem;
    border: 1px solid var(--fgp-border);
    border-radius: 999px;
    background: #fff;
    color: #475467;
    font-size: .74rem;
    font-weight: 600;
}
.fg-public .fg-product-row { padding: 1rem 0; border-bottom: 1px solid var(--fgp-border); }
.fg-public .fg-product-row:last-child { border-bottom: 0; }
.fg-public .fg-product-row strong { color: var(--fgp-ink); }

.fg-public .fg-pricing-card {
    position: relative;
    height: 100%;
    padding: 1.65rem;
    border: 1px solid var(--fgp-border);
    border-radius: 14px;
    background: #fff;
}
.fg-public .fg-pricing-card.is-featured { border: 2px solid var(--fgp-blue); box-shadow: 0 14px 38px rgba(24,135,242,.12); }
.fg-public .fg-pricing-card .fg-price { font-size: 2.45rem; font-weight: 760; letter-spacing: -.045em; }
.fg-public .fg-pricing-card .fg-feature { display: flex; gap: .6rem; margin: .7rem 0; color: var(--fgp-text); }
.fg-public .fg-plan-tag { color: var(--fgp-blue-600); font-size: .7rem; font-weight: 760; letter-spacing: .08em; text-transform: uppercase; }

.fg-public .fg-table { overflow: hidden; border: 1px solid var(--fgp-border); border-radius: 12px; background: #fff; }
.fg-public .fg-table table { margin: 0; color: var(--fgp-text); }
.fg-public .fg-table th {
    border-top: 0;
    border-bottom: 1px solid var(--fgp-border-strong);
    background: #f7f9fc;
    color: #475467;
    font-size: .72rem;
    font-weight: 750;
    letter-spacing: .045em;
    text-transform: uppercase;
}
.fg-public .fg-table td,
.fg-public .fg-table th { padding: .95rem 1rem; vertical-align: top; }
.fg-public .fg-table td { border-top: 1px solid #e8edf3; color: var(--fgp-text); }
.fg-public .fg-table td strong { color: var(--fgp-ink); }

.fg-status-pill {
    display: inline-flex;
    align-items: center;
    padding: .3rem .55rem;
    border-radius: 999px;
    font-size: .7rem;
    font-weight: 700;
    white-space: nowrap;
}
.fg-status-operational { color: #166534; background: #ecfdf3; border: 1px solid #bbf7d0; }
.fg-status-configurable { color: #175cd3; background: #eff8ff; border: 1px solid #b2ddff; }
.fg-status-planned { color: #854d0e; background: #fffbeb; border: 1px solid #fde68a; }
.fg-status-not-claimed { color: #475467; background: #f2f4f7; border: 1px solid #d0d5dd; }

.fg-public .btn-primary,
.fg-auth .btn-primary { background: var(--fgp-blue); border-color: var(--fgp-blue); color: #fff !important; }
.fg-public .btn-primary:hover,
.fg-auth .btn-primary:hover { background: var(--fgp-blue-600); border-color: var(--fgp-blue-600); }
.fg-public .btn-outline-primary,
.fg-auth .btn-outline-primary { color: var(--fgp-blue-600); border-color: var(--fgp-blue); background: transparent; }
.fg-public .btn-outline-primary:hover,
.fg-auth .btn-outline-primary:hover { color: #fff; background: var(--fgp-blue); border-color: var(--fgp-blue); }

.fg-public-header {
    background: rgba(255,255,255,.98) !important;
    border-bottom: 1px solid var(--fgp-border);
    box-shadow: 0 1px 0 rgba(16,24,40,.02) !important;
    backdrop-filter: blur(12px);
}
.fg-public-header .navbar { min-height: 76px; }
.fg-public-brand { display: flex; align-items: center; min-width: 190px; }
.fg-public-logo { display: block; width: auto; height: 44px; max-width: 210px; object-fit: contain; }
.fg-public-header .nav-link {
    margin: 0 .22rem;
    padding: .65rem .62rem !important;
    border-radius: 7px;
    color: #344054 !important;
    font-size: .94rem;
    font-weight: 650;
}
.fg-public-header .nav-link:hover,
.fg-public-header .nav-link.active { color: var(--fgp-blue-600) !important; background: #f5f9ff; }
.fg-public-header .fg-header-action { min-width: 82px; padding: .58rem .92rem; font-weight: 700; }

.fg-public-footer { padding: 3.5rem 0 2rem; background: #0b1220; color: #b9c6d5; }
.fg-public-footer .fg-footer-brand { margin-bottom: .75rem; color: #fff; font-size: 1.02rem; font-weight: 750; }
.fg-public-footer .fg-footer-copy { max-width: 420px; color: #aebdcd; line-height: 1.65; }
.fg-public-footer .fg-footer-title { margin-bottom: .8rem; color: #fff; font-size: .82rem; font-weight: 720; }
.fg-public-footer a { display: block; margin: .34rem 0; color: #ced9e7; font-size: .88rem; }
.fg-public-footer a:hover { color: #fff; text-decoration: none; }
.fg-public-footer .fg-footer-rule { margin: 2rem 0 1.2rem; border-top: 1px solid #263445; }
.fg-public-footer .fg-footer-legal { display: flex; gap: 1.25rem 2rem; justify-content: space-between; flex-wrap: wrap; color: #92a2b5; font-size: .78rem; }

.fg-auth { min-height: calc(100vh - 76px); background: #f4f7fb; color: var(--fgp-ink); }
.fg-auth .fg-auth-wrap { max-width: 1120px; margin: auto; padding: 3.6rem 1rem; }
.fg-auth .fg-auth-card { overflow: hidden; border: 1px solid var(--fgp-border); border-radius: 16px; background: #fff; box-shadow: 0 18px 44px rgba(16,24,40,.08); }
.fg-auth .fg-auth-form { padding: 3rem; }
.fg-auth .fg-auth-form h1 { color: var(--fgp-ink) !important; }
.fg-auth .fg-auth-form p,
.fg-auth .fg-auth-form .text-muted { color: var(--fgp-muted) !important; }
.fg-auth .fg-auth-form label,
.fg-auth .fg-auth-form .custom-control-label { color: #344054 !important; font-weight: 600; }
.fg-auth .fg-auth-aside { height: 100%; padding: 3rem; background: var(--fgp-navy); color: #d9e3ef; }
.fg-auth .fg-auth-aside h2 { color: #fff !important; }
.fg-auth .fg-auth-aside p { color: #b8c5d4; line-height: 1.65; }
.fg-auth .fg-auth-aside .fg-eyebrow { color: #4ba3fa; }
.fg-auth .form-control {
    min-height: 48px;
    border: 1px solid #c8d2de;
    border-radius: 8px;
    background: #fff !important;
    color: var(--fgp-ink) !important;
}
.fg-auth .form-control::placeholder { color: #98a2b3; }
.fg-auth .form-control:focus { border-color: var(--fgp-blue); box-shadow: 0 0 0 .18rem rgba(24,135,242,.12); }
.fg-auth .fg-trust-line { padding: .9rem 0; border-bottom: 1px solid rgba(255,255,255,.12); color: #d9e3ef; }
.fg-auth .fg-trust-line:last-child { border-bottom: 0; }
.fg-auth .fg-trust-line strong { color: #fff; }
.fg-auth .fg-trust-line .small { margin-top: .15rem; color: #aebdcd; }
.fg-auth-footer.footer { min-height: auto; padding: 0; border-top: 1px solid var(--fgp-border); background: #fff !important; color: var(--fgp-muted); }
.fg-auth-footer a { color: var(--fgp-blue-600); }

.fg-checkout .card { border: 1px solid var(--fgp-border) !important; border-radius: 10px !important; box-shadow: none !important; }
.fg-checkout .card-header { border-bottom: 1px solid var(--fgp-border); background: #f8fafc; }
.fg-checkout .btn-success { background: var(--fgp-blue) !important; border-color: var(--fgp-blue) !important; }
.fg-checkout .list-group-item { border-color: var(--fgp-border); }

.fg-sales-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(360px,.8fr); gap: 3rem; align-items: start; }
.fg-architecture-flow { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: .75rem; align-items: stretch; }
.fg-architecture-node { position: relative; padding: 1rem; border: 1px solid var(--fgp-border); border-radius: 10px; background: #fff; }
.fg-architecture-node strong { display: block; margin-bottom: .3rem; color: var(--fgp-ink); }
.fg-architecture-node small { color: var(--fgp-muted); line-height: 1.45; }
.fg-architecture-node:not(:last-child)::after { content: '→'; position: absolute; top: 50%; right: -.65rem; z-index: 2; transform: translateY(-50%); color: var(--fgp-subtle); font-weight: 800; }

@media (max-width: 991.98px) {
    .fg-public .fg-hero { padding: 4rem 0; }
    .fg-public .fg-section { padding: 3.7rem 0; }
    .fg-sales-grid { grid-template-columns: 1fr; }
    .fg-auth .fg-auth-form { padding: 2.2rem; }
    .fg-public-header .navbar-collapse { padding: .8rem 0 1.15rem; }
    .fg-public-header .nav-link { margin: .08rem 0; padding: .65rem .75rem !important; }
    .fg-public-header .fg-header-action { width: 100%; }
    .fg-architecture-flow { grid-template-columns: 1fr 1fr; }
    .fg-architecture-node::after { display: none; }
}
@media (max-width: 575.98px) {
    .fg-public .fg-hero h1 { font-size: 2.5rem; }
    .fg-public .fg-lead { font-size: 1.03rem; }
    .fg-auth .fg-auth-wrap { padding: 2rem .75rem; }
    .fg-auth .fg-auth-form { padding: 1.6rem; }
    .fg-architecture-flow { grid-template-columns: 1fr; }
    .fg-public-footer .fg-footer-legal { display: block; }
    .fg-public-footer .fg-footer-legal span { display: block; margin-top: .45rem; }
}
@media (prefers-reduced-motion: reduce) { * { scroll-behavior: auto !important; transition: none !important; animation: none !important; } }

/* Developer platform ------------------------------------------------------ */
.fg-public .fg-dev-hero {
    padding: 4.3rem 0 3rem;
    background:
        radial-gradient(circle at 88% 10%, rgba(24,135,242,.10), transparent 28rem),
        linear-gradient(180deg, #ffffff 0%, #f6f9fd 100%);
    border-bottom: 1px solid var(--fgp-border);
}
.fg-public .fg-dev-hero h1 { max-width: 820px; font-size: clamp(2.5rem, 4.3vw, 4.15rem); line-height: 1.03; }
.fg-public .fg-dev-shell { display:grid; grid-template-columns: 250px minmax(0,1fr); gap: 2rem; align-items:start; }
.fg-public .fg-dev-nav {
    position: sticky;
    top: 92px;
    border: 1px solid var(--fgp-border);
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
}
.fg-public .fg-dev-nav-head { padding: 1rem 1rem .75rem; border-bottom: 1px solid var(--fgp-border); color: var(--fgp-muted); font-size: .72rem; font-weight: 780; letter-spacing: .08em; text-transform: uppercase; }
.fg-public .fg-dev-nav a { display:flex; align-items:center; gap:.55rem; padding:.72rem 1rem; border-bottom:1px solid #edf1f5; color:#344054; font-size:.88rem; font-weight:650; text-decoration:none; }
.fg-public .fg-dev-nav a:last-child { border-bottom:0; }
.fg-public .fg-dev-nav a:hover { color:var(--fgp-blue-600); background:#f7fbff; }
.fg-public .fg-dev-nav a::before { content:""; width:6px; height:6px; border-radius:50%; background:#c6d2df; }
.fg-public .fg-dev-nav a:hover::before { background:var(--fgp-blue); }
.fg-public .fg-dev-stack { min-width:0; display:grid; gap:1.25rem; }
.fg-public .fg-dev-card { border:1px solid var(--fgp-border); border-radius:14px; background:#fff; box-shadow:0 8px 28px rgba(16,24,40,.04); overflow:hidden; }
.fg-public .fg-dev-card-head { display:flex; align-items:flex-start; justify-content:space-between; gap:1rem; padding:1.25rem 1.4rem; border-bottom:1px solid var(--fgp-border); }
.fg-public .fg-dev-card-head h2, .fg-public .fg-dev-card-head h3 { margin:0; }
.fg-public .fg-dev-card-body { padding:1.4rem; }
.fg-public .fg-dev-card-note { margin-top:.25rem; color:var(--fgp-muted); font-size:.9rem; line-height:1.55; }
.fg-public .fg-dev-toolbar { display:flex; flex-wrap:wrap; gap:.65rem; }
.fg-public .fg-dev-toolbar .btn { min-height:42px; display:inline-flex; align-items:center; }
.fg-public .fg-dev-tabs { display:flex; flex-wrap:wrap; gap:.4rem; margin-top:1.5rem; }
.fg-public .fg-dev-tabs a { display:inline-flex; align-items:center; padding:.48rem .72rem; border:1px solid var(--fgp-border); border-radius:8px; background:#fff; color:#475467; font-size:.82rem; font-weight:650; }
.fg-public .fg-dev-tabs a.active, .fg-public .fg-dev-tabs a:hover { border-color:#a9cff8; background:#eef6ff; color:var(--fgp-blue-600); text-decoration:none; }
.fg-public .fg-dev-callout { padding:1rem 1.1rem; border:1px solid #bfdaf7; border-left:4px solid var(--fgp-blue); border-radius:10px; background:#f5faff; color:#344054; line-height:1.6; }
.fg-public .fg-dev-callout.warning { border-color:#f2d49a; border-left-color:#d98b18; background:#fffaf1; }
.fg-public .fg-dev-code { margin:0; padding:1rem 1.1rem; overflow:auto; border:1px solid #26364a; border-radius:10px; background:#0d1724; color:#d9e6f3; font: .82rem/1.65 ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace; white-space:pre; }
.fg-public .fg-dev-endpoint-table { width:100%; border-collapse:separate; border-spacing:0; }
.fg-public .fg-dev-endpoint-table th { padding:.78rem .85rem; border-bottom:1px solid var(--fgp-border-strong); background:#f7f9fc; color:#475467; font-size:.69rem; font-weight:760; letter-spacing:.05em; text-transform:uppercase; }
.fg-public .fg-dev-endpoint-table td { padding:.82rem .85rem; border-bottom:1px solid #e9eef4; vertical-align:top; color:#344054; font-size:.86rem; }
.fg-public .fg-dev-endpoint-table tr:last-child td { border-bottom:0; }
.fg-public .fg-dev-endpoint-table code { color:#0b6fd3; font-size:.8rem; overflow-wrap:anywhere; }
.fg-public .fg-http-method { display:inline-flex; min-width:46px; justify-content:center; padding:.2rem .42rem; border-radius:6px; font-size:.67rem; font-weight:800; letter-spacing:.04em; }
.fg-public .fg-http-get { color:#175cd3; background:#eff8ff; border:1px solid #b2ddff; }
.fg-public .fg-http-post { color:#166534; background:#ecfdf3; border:1px solid #bbf7d0; }
.fg-public .fg-http-put, .fg-public .fg-http-patch { color:#854d0e; background:#fffbeb; border:1px solid #fde68a; }
.fg-public .fg-http-delete { color:#b42318; background:#fef3f2; border:1px solid #fecdca; }
.fg-public .fg-dev-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:1rem; }
.fg-public .fg-dev-mini { padding:1rem; border:1px solid var(--fgp-border); border-radius:10px; background:#fbfcfe; }
.fg-public .fg-dev-mini strong { display:block; color:var(--fgp-ink); margin-bottom:.28rem; }
.fg-public .fg-dev-mini p { margin:0; color:var(--fgp-muted); font-size:.84rem; line-height:1.5; }
.fg-public .fg-runtime-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.fg-public .fg-runtime-card { padding:1.15rem; border:1px solid var(--fgp-border); border-radius:12px; background:#fff; }
.fg-public .fg-runtime-label { color:var(--fgp-muted); font-size:.69rem; font-weight:760; letter-spacing:.055em; text-transform:uppercase; }
.fg-public .fg-runtime-value { margin-top:.4rem; color:var(--fgp-ink); font-size:1.14rem; font-weight:760; }
.fg-public .fg-runtime-note { margin-top:.35rem; color:var(--fgp-muted); font-size:.8rem; line-height:1.5; }
.fg-public .fg-readiness-list { display:grid; gap:.2rem; }
.fg-public .fg-readiness-row { display:grid; grid-template-columns:minmax(0,1fr) auto; gap:1rem; align-items:center; padding:.83rem 0; border-bottom:1px solid #e9eef4; }
.fg-public .fg-readiness-row:last-child { border-bottom:0; }
.fg-public .fg-readiness-row strong { color:var(--fgp-ink); }
.fg-public .fg-architecture-flow { display:grid; gap:.65rem; }
.fg-public .fg-architecture-step { position:relative; padding:.78rem 1rem; border:1px solid var(--fgp-border); border-radius:9px; background:#fbfcfe; color:#344054; font-weight:650; }
.fg-public .fg-architecture-step:not(:last-child)::after { content:"↓"; position:absolute; left:50%; bottom:-1.03rem; transform:translateX(-50%); color:#98a2b3; font-weight:800; z-index:1; }
.fg-public .fg-model-family-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
.fg-public .fg-model-family { padding:.9rem 1rem; border:1px solid var(--fgp-border); border-radius:9px; background:#fff; }
.fg-public .fg-model-family strong { color:var(--fgp-ink); }
.fg-public .fg-model-family span { display:block; margin-top:.2rem; color:var(--fgp-muted); font-size:.8rem; }

@media (max-width: 991.98px) {
    .fg-public .fg-dev-shell { grid-template-columns:1fr; }
    .fg-public .fg-dev-nav { position:static; display:flex; overflow:auto; }
    .fg-public .fg-dev-nav-head { display:none; }
    .fg-public .fg-dev-nav a { white-space:nowrap; border-bottom:0; border-right:1px solid #edf1f5; }
    .fg-public .fg-runtime-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
    .fg-public .fg-dev-grid { grid-template-columns:1fr; }
}
@media (max-width: 575.98px) {
    .fg-public .fg-dev-hero { padding:3rem 0 2.3rem; }
    .fg-public .fg-runtime-grid { grid-template-columns:1fr; }
    .fg-public .fg-dev-card-head { flex-direction:column; }
    .fg-public .fg-dev-endpoint-table { min-width:760px; }
    .fg-public .fg-model-family-grid { grid-template-columns:1fr; }
}

/* Public discovery & acquisition refinement */
.fg-public-home { background:#fff; }
.fg-seo-hero { padding:clamp(4.5rem,8vw,7.5rem) 0 5.5rem; background:linear-gradient(180deg,#f7fbff 0%,#fff 100%); border-bottom:1px solid var(--fgp-border); }
.fg-seo-hero h1 { max-width:780px; margin:0; color:var(--fgp-ink); font-size:clamp(3rem,5.6vw,5.3rem); line-height:.98; letter-spacing:-.055em; font-weight:780; }
.fg-seo-lead { max-width:760px; margin:1.65rem 0 0; color:#475467; font-size:clamp(1.12rem,1.7vw,1.38rem); line-height:1.64; }
.fg-hero-actions { display:flex; flex-wrap:wrap; gap:.7rem; margin-top:2rem; align-items:center; }
.fg-proof-row { display:flex; flex-wrap:wrap; gap:1rem; align-items:center; }
.fg-nvidia-badge { display:inline-flex; align-items:center; gap:.8rem; min-height:62px; padding:.7rem 1rem; border:1px solid #cbd5df; border-radius:12px; background:#0b1118; color:#fff!important; text-decoration:none!important; box-shadow:0 8px 24px rgba(16,24,40,.08); }
.fg-nvidia-badge:hover { transform:translateY(-1px); border-color:#76b900; }
.fg-nvidia-mark { width:5px; height:38px; border-radius:5px; background:#76b900; flex:0 0 auto; }
.fg-nvidia-badge strong,.fg-nvidia-badge small { display:block; }
.fg-nvidia-badge strong { font-size:.86rem; line-height:1.25; }
.fg-nvidia-badge small { color:#c9d2dc; font-size:.72rem; margin-top:.12rem; }
.fg-proof-note { display:flex; flex-direction:column; max-width:360px; }
.fg-proof-note strong { color:var(--fgp-ink); font-size:.86rem; }
.fg-proof-note span { color:var(--fgp-muted); font-size:.76rem; line-height:1.45; margin-top:.18rem; }
.fg-seo-workspace-card { border:1px solid #d2dce7; border-radius:18px; background:#0d1826; color:#fff; padding:1.8rem; box-shadow:0 24px 58px rgba(15,31,48,.12); }
.fg-seo-card-kicker { color:#44a5ff; font-size:.72rem; font-weight:800; letter-spacing:.1em; text-transform:uppercase; }
.fg-seo-card-title { margin-top:.4rem; font-size:1.45rem; font-weight:750; }
.fg-seo-flow { display:grid; gap:.8rem; margin-top:1.35rem; }
.fg-seo-flow > div { display:grid; grid-template-columns:38px 1fr; grid-template-rows:auto auto; column-gap:.75rem; padding:1rem; border:1px solid #27384b; border-radius:12px; background:#111f2e; }
.fg-seo-flow > div > span { grid-row:1/3; width:32px; height:32px; display:flex; align-items:center; justify-content:center; border-radius:50%; background:#0b2d50; color:#4ba8ff; font-size:.68rem; font-weight:800; }
.fg-seo-flow strong { font-size:.9rem; }
.fg-seo-flow small { color:#9baabd; margin-top:.12rem; line-height:1.45; }
.fg-seo-flow.horizontal { grid-template-columns:repeat(4,minmax(0,1fr)); }
.fg-seo-flow.horizontal > div { background:#fff; border-color:var(--fgp-border); color:var(--fgp-ink); }
.fg-seo-flow.horizontal small { color:var(--fgp-muted); }
.fg-section-heading { max-width:820px; margin-bottom:2rem; }
.fg-section-heading h2 { color:var(--fgp-ink); font-size:clamp(2rem,3.4vw,3.2rem); line-height:1.08; letter-spacing:-.035em; font-weight:760; margin:.35rem 0 .8rem; }
.fg-section-heading p { color:var(--fgp-muted); font-size:1.04rem; line-height:1.65; margin:0; }
.fg-outcome-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.fg-outcome-grid article { padding:1.35rem; border:1px solid var(--fgp-border); border-radius:14px; background:#fff; min-width:0; }
.fg-outcome-grid h3 { margin:.45rem 0 .5rem; color:var(--fgp-ink); font-size:1.08rem; }
.fg-outcome-grid p { color:var(--fgp-muted); font-size:.88rem; line-height:1.58; min-height:112px; }
.fg-outcome-grid a { font-size:.84rem; font-weight:700; }
.fg-keyword-tool-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:.75rem; }
.fg-keyword-tool-grid > div { min-height:58px; display:flex; align-items:center; padding:.85rem 1rem; border:1px solid var(--fgp-border); border-radius:10px; background:#fff; color:#253244; font-size:.86rem; font-weight:650; }
.fg-chip-row { display:flex; flex-wrap:wrap; gap:.5rem; margin-top:1.25rem; }
.fg-chip-row span { padding:.45rem .65rem; border:1px solid #cfd9e5; border-radius:999px; background:#fff; color:#344054; font-size:.78rem; font-weight:650; }
.fg-dark-evidence-card { padding:2rem; border-radius:16px; background:#0d1826; color:#d9e3ee; }
.fg-dark-evidence-card h3 { color:#fff; font-size:1.75rem; margin:.5rem 0 .7rem; }
.fg-dark-evidence-card p { color:#aab8c8; line-height:1.65; }
.fg-evidence-lines { margin-top:1.4rem; border-top:1px solid #293a4c; }
.fg-evidence-lines div { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:.8rem 0; border-bottom:1px solid #293a4c; font-size:.84rem; }
.fg-evidence-lines strong { color:#fff; }
.fg-public-link-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:1rem; }
.fg-public-link-grid a { padding:1.25rem; border:1px solid var(--fgp-border); border-radius:12px; background:#fff; text-decoration:none!important; }
.fg-public-link-grid strong,.fg-public-link-grid span { display:block; }
.fg-public-link-grid strong { color:var(--fgp-ink); margin-bottom:.4rem; }
.fg-public-link-grid span { color:var(--fgp-muted); font-size:.82rem; line-height:1.5; }
.fg-faq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.8rem; }
.fg-faq-grid details { border:1px solid var(--fgp-border); border-radius:12px; background:#fff; padding:1rem 1.1rem; }
.fg-faq-grid summary { cursor:pointer; color:var(--fgp-ink); font-weight:700; }
.fg-faq-grid p { margin:.75rem 0 0; color:var(--fgp-muted); line-height:1.6; font-size:.9rem; }
.fg-section-dark { background:#0b1522; }
.fg-section-dark .fg-eyebrow { color:#56adff; }
.fg-seo-tool-sections { display:grid; gap:1rem; }
.fg-seo-tool-sections article { padding:1.4rem; border:1px solid var(--fgp-border); border-radius:14px; background:#fff; }
.fg-seo-tool-sections article h2 { margin:.3rem 0 1rem; font-size:1.5rem; }

/* Make public developer docs visibly structured even if legacy app CSS changes. */
.fg-public .fg-dev-hero { background:linear-gradient(180deg,#f6f9fc 0%,#fff 100%); border-bottom:1px solid #d9e1ea; }
.fg-public .fg-dev-card { color:#172033; }
.fg-public .fg-dev-card p,.fg-public .fg-dev-card-note { color:#667085; }
.fg-public .fg-dev-nav { z-index:4; }
.fg-public .fg-dev-endpoint-table td code { background:#f3f7fb; padding:.18rem .28rem; border-radius:4px; }

@media (max-width:1199.98px) {
  .fg-outcome-grid,.fg-public-link-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .fg-seo-flow.horizontal { grid-template-columns:repeat(2,minmax(0,1fr)); }
}
@media (max-width:767.98px) {
  .fg-seo-hero { padding:3.5rem 0 3.7rem; }
  .fg-seo-hero h1 { font-size:clamp(2.65rem,13vw,4.1rem); }
  .fg-hero-actions .btn { width:100%; justify-content:center; }
  .fg-outcome-grid,.fg-public-link-grid,.fg-faq-grid,.fg-keyword-tool-grid,.fg-seo-flow.horizontal { grid-template-columns:1fr; }
  .fg-outcome-grid p { min-height:0; }
  .fg-proof-row { align-items:flex-start; }
  .fg-nvidia-badge { width:100%; }
}

/* --------------------------------------------------------------------------
   Public experience integrity: SEO-continuity landing page
   -------------------------------------------------------------------------- */
.fg-seo-hero-v2 {
    position: relative;
    overflow: hidden;
    padding: clamp(4.7rem, 7vw, 7rem) 0 clamp(4.4rem, 6vw, 6rem);
    background:
        radial-gradient(circle at 82% 8%, rgba(24,135,242,.13), transparent 28rem),
        linear-gradient(180deg,#f8fbff 0%,#ffffff 74%);
}
.fg-seo-hero-v2::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background-image: linear-gradient(rgba(15,23,42,.025) 1px, transparent 1px), linear-gradient(90deg,rgba(15,23,42,.025) 1px, transparent 1px);
    background-size: 38px 38px;
    mask-image: linear-gradient(180deg,rgba(0,0,0,.55),transparent 82%);
}
.fg-seo-hero-v2 .container { position: relative; z-index: 1; }
.fg-seo-workspace-card-v2 { position: relative; overflow: hidden; }
.fg-seo-workspace-card-v2::after {
    content: "";
    position: absolute;
    width: 190px;
    height: 190px;
    right: -70px;
    top: -80px;
    border-radius: 50%;
    background: rgba(24,135,242,.14);
    filter: blur(2px);
    pointer-events: none;
}
.fg-live-pill {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    gap: .42rem;
    padding: .38rem .58rem;
    border: 1px solid #2a4157;
    border-radius: 999px;
    background: #111f2e;
    color: #dbe8f7;
    font-size: .67rem;
    font-weight: 760;
    letter-spacing: .03em;
}
.fg-live-pill > span { width: 7px; height: 7px; border-radius: 50%; background: #4ade80; box-shadow: 0 0 0 4px rgba(74,222,128,.10); }
.fg-hero-signal-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3,minmax(0,1fr));
    margin-top: 1rem;
    border: 1px solid #27384b;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(10,22,34,.72);
}
.fg-hero-signal-grid > div { min-width: 0; padding: .85rem .75rem; border-right: 1px solid #27384b; }
.fg-hero-signal-grid > div:last-child { border-right: 0; }
.fg-hero-signal-grid small,
.fg-hero-signal-grid strong { display: block; }
.fg-hero-signal-grid small { color: #8da0b4; font-size: .64rem; text-transform: uppercase; letter-spacing: .055em; }
.fg-hero-signal-grid strong { margin-top: .2rem; color: #f4f8fc; font-size: .73rem; line-height: 1.35; }

.fg-public-pillar-strip { border-bottom: 1px solid var(--fgp-border); background: #0d1724; }
.fg-public-pillar-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); }
.fg-public-pillar-grid article { min-width: 0; padding: 1.55rem 1.7rem 1.65rem; border-right: 1px solid #253547; }
.fg-public-pillar-grid article:first-child { padding-left: 0; }
.fg-public-pillar-grid article:last-child { padding-right: 0; border-right: 0; }
.fg-public-pillar-grid .fg-plan-tag { color: #58afff; }
.fg-public-pillar-grid h2 { margin: .38rem 0 .45rem; color: #fff; font-size: 1.05rem; line-height: 1.35; letter-spacing: -.018em; }
.fg-public-pillar-grid p { margin: 0; color: #aebdcd; font-size: .82rem; line-height: 1.58; }

.fg-display-section { margin: .45rem 0 .9rem; color: var(--fgp-ink); font-size: clamp(2rem,3.5vw,3.35rem); font-weight: 770; line-height: 1.06; letter-spacing: -.04em; }
.fg-inline-actions { display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.6rem; }
.fg-keyword-tool-grid-dense { grid-template-columns: repeat(4,minmax(0,1fr)); }
.fg-keyword-tool-grid-dense > div { min-height: 68px; position: relative; padding-left: 1.08rem; overflow: hidden; }
.fg-keyword-tool-grid-dense > div::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; background: #dbeeff; }
.fg-keyword-tool-grid-dense > div:hover { border-color: #a7cef6; background: #f8fbff; }

.fg-how-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1rem; }
.fg-how-grid article { display: grid; grid-template-columns: 48px minmax(0,1fr); gap: 1rem; min-width: 0; padding: 1.45rem; border: 1px solid var(--fgp-border); border-radius: 14px; background: #fff; }
.fg-how-number { display: inline-flex; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 11px; background: #eef6ff; color: var(--fgp-blue-600); font-size: .74rem; font-weight: 800; }
.fg-how-grid h3 { margin: .08rem 0 .55rem; color: var(--fgp-ink); font-size: 1rem; line-height: 1.4; }
.fg-how-grid p { margin: 0; color: var(--fgp-muted); font-size: .84rem; line-height: 1.62; }

.fg-dark-evidence-card-v2 { position: relative; overflow: hidden; box-shadow: 0 24px 58px rgba(15,31,48,.13); }
.fg-dark-evidence-card-v2::after { content: ""; position: absolute; width: 160px; height: 160px; right: -60px; bottom: -70px; border-radius: 50%; background: rgba(24,135,242,.13); }
.fg-quant-card { padding: 1.65rem !important; border-radius: 14px !important; }
.fg-quant-card h3 { margin: .5rem 0 .55rem; color: var(--fgp-ink); }
.fg-quant-card a { font-size: .86rem; font-weight: 700; }

.fg-insight-stack { display: grid; gap: .78rem; }
.fg-insight-stack > div { display: grid; grid-template-columns: 42px minmax(0,1fr); grid-template-rows: auto auto; gap: .1rem .8rem; padding: 1rem 1.05rem; border: 1px solid var(--fgp-border); border-radius: 12px; background: #f8fafc; }
.fg-insight-stack > div > span { grid-row: 1 / 3; display: inline-flex; width: 38px; height: 38px; align-items: center; justify-content: center; border-radius: 9px; background: #fff; border: 1px solid #dce7f2; color: var(--fgp-blue-600); font-size: .69rem; font-weight: 800; }
.fg-insight-stack strong { color: var(--fgp-ink); font-size: .9rem; }
.fg-insight-stack small { color: var(--fgp-muted); font-size: .78rem; line-height: 1.48; }

.fg-home-cta { padding-top: 4rem !important; padding-bottom: 4rem !important; }
.fg-home-cta h2 { margin: .38rem 0 .65rem; max-width: 760px; font-size: clamp(2rem,3.6vw,3.1rem); line-height: 1.06; letter-spacing: -.035em; }
.fg-home-cta p { max-width: 740px; margin: 0; color: #afbdd0; font-size: .95rem; line-height: 1.6; }

/* A compact critical guard for the homepage. These declarations deliberately
   repeat the most important layout rules so the page cannot collapse into a
   narrow unstyled document if older theme rules win the cascade. */
.fg-public-home .fg-section { padding: clamp(3.8rem,6vw,5.4rem) 0; }
.fg-public-home .row > [class*="col-"] { min-width: 0; }
.fg-public-home h1,
.fg-public-home h2,
.fg-public-home h3 { overflow-wrap: normal; word-break: normal; }
.fg-public-home .btn { white-space: normal; }

@media (max-width: 1199.98px) {
    .fg-keyword-tool-grid-dense { grid-template-columns: repeat(3,minmax(0,1fr)); }
}
@media (max-width: 991.98px) {
    .fg-public-pillar-grid { grid-template-columns: 1fr; }
    .fg-public-pillar-grid article { padding: 1.3rem 0; border-right: 0; border-bottom: 1px solid #253547; }
    .fg-public-pillar-grid article:last-child { border-bottom: 0; }
    .fg-how-grid { grid-template-columns: 1fr; }
    .fg-keyword-tool-grid-dense { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
@media (max-width: 575.98px) {
    .fg-seo-hero-v2 { padding-top: 3rem; }
    .fg-hero-signal-grid { grid-template-columns: 1fr; }
    .fg-hero-signal-grid > div { border-right: 0; border-bottom: 1px solid #27384b; }
    .fg-hero-signal-grid > div:last-child { border-bottom: 0; }
    .fg-keyword-tool-grid-dense { grid-template-columns: 1fr; }
    .fg-inline-actions .btn { width: 100%; }
    .fg-how-grid article { grid-template-columns: 40px minmax(0,1fr); padding: 1.2rem; }
    .fg-how-number { width: 38px; height: 38px; }
}

/* Public Authority, SEO & GEO */
.fg-public-authority-strip{background:#0b1118;color:#fff;padding:3rem 0;border-top:1px solid #172332;border-bottom:1px solid #172332}
.fg-authority-strip-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.8fr);gap:2rem;align-items:end;margin-bottom:2rem}
.fg-authority-strip-heading h2{font-size:clamp(1.7rem,2.4vw,2.45rem);line-height:1.08;margin:.35rem 0 0;color:#fff;font-weight:750}
.fg-authority-strip-heading p{margin:0;color:#aab6c5;line-height:1.65;font-size:.95rem}
.fg-public-authority-strip .fg-eyebrow{color:#5bb4ff}
.fg-ecosystem-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.75rem}
.fg-ecosystem-logo{min-width:0;height:82px;border:1px solid #253447;border-radius:12px;background:#111b26;display:flex;align-items:center;justify-content:center;padding:.85rem;position:relative;overflow:hidden}
.fg-ecosystem-logo img{display:block;max-width:88%;width:auto;max-height:42px;height:auto;object-fit:contain;filter:none}
.fg-ecosystem-logo span{display:none}
.fg-authority-strip-footer{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:1.1rem}
.fg-authority-strip-footer>div,.fg-authority-strip-footer>a{border:1px solid #253447;border-radius:10px;padding:.85rem 1rem;display:flex;flex-direction:column;gap:.15rem;text-decoration:none!important;background:#0e1721;min-width:0}
.fg-authority-strip-footer strong{color:#fff;font-size:.9rem}.fg-authority-strip-footer span{color:#8798aa;font-size:.74rem;line-height:1.4}
.fg-nvidia-evidence{border-color:#4c6e23!important}.fg-nvidia-evidence:hover{border-color:#76b900!important;background:#101c0d!important}

.fg-public-authority-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}
.fg-public-authority-cards a{display:flex;flex-direction:column;min-height:180px;padding:1.35rem;border:1px solid #dce4ec;border-radius:14px;background:#fff;text-decoration:none!important;box-shadow:0 8px 24px rgba(18,30,50,.04)}
.fg-public-authority-cards a:hover{border-color:#1089d4;transform:translateY(-1px)}
.fg-public-authority-cards span{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:#1089d4;font-weight:700}
.fg-public-authority-cards strong{font-size:1.05rem;line-height:1.3;color:#0f1724;margin:.7rem 0 .45rem}.fg-public-authority-cards small{color:#637083;line-height:1.55}

.fg-authority-page{background:#f5f8fb;color:#0f1724}.fg-authority-hero{padding:4.75rem 0 3.4rem;background:linear-gradient(135deg,#f6f9fc 0,#edf4fa 100%);border-bottom:1px solid #dfe7ef}
.fg-authority-hero h1{font-size:clamp(2.25rem,4.3vw,4.1rem);line-height:1.03;letter-spacing:-.045em;font-weight:780;margin:.5rem 0 1.1rem;max-width:1000px}
.fg-authority-answer{font-size:clamp(1.05rem,1.5vw,1.28rem);line-height:1.7;color:#465568;max-width:900px;margin:0}
.fg-authority-breadcrumb{display:flex;gap:.55rem;flex-wrap:wrap;color:#7d8998;font-size:.78rem;margin-bottom:1.2rem}.fg-authority-breadcrumb a{color:#1089d4}
.fg-authority-meta{margin-top:1.2rem;color:#778496;font-size:.8rem}
.fg-authority-fact-card{border:1px solid #cfdbe7;border-radius:14px;background:#fff;padding:1.25rem;display:flex;flex-direction:column;gap:.3rem;box-shadow:0 10px 30px rgba(18,39,63,.05)}
.fg-authority-fact-card>span{font-size:.68rem;text-transform:uppercase;letter-spacing:.08em;color:#6a7b8e}.fg-authority-fact-card strong{font-size:1.05rem}.fg-authority-fact-card small{color:#697789;line-height:1.5}.fg-authority-fact-card a{margin-top:.55rem;font-weight:700;font-size:.85rem}
.fg-authority-note{border-left:3px solid #1089d4;background:#eff7fe;padding:1rem 1.15rem;color:#465568;border-radius:0 10px 10px 0;line-height:1.55}
.fg-compare-table-wrap{overflow-x:auto;border:1px solid #dce4ec;border-radius:14px;background:#fff}.fg-compare-table{width:100%;border-collapse:collapse;min-width:760px}.fg-compare-table th,.fg-compare-table td{padding:1rem 1.1rem;border-bottom:1px solid #e7edf3;text-align:left;vertical-align:top;line-height:1.55}.fg-compare-table thead th{background:#f5f8fb;color:#4e5d70;font-size:.75rem;text-transform:uppercase;letter-spacing:.05em}.fg-compare-table tbody th{width:18%;color:#162234}.fg-compare-table tbody td{width:41%;color:#506074}.fg-compare-table tr:last-child th,.fg-compare-table tr:last-child td{border-bottom:0}
.fg-authority-choice{background:#fff;border:1px solid #dce4ec;border-radius:14px;padding:1.5rem}.fg-authority-choice h2{font-size:1.35rem;line-height:1.25;margin:.5rem 0 1rem}.fg-authority-choice ul,.fg-research-section ul,.fg-authority-aside ul{padding-left:1.25rem;margin:0}.fg-authority-choice li,.fg-research-section li,.fg-authority-aside li{margin-bottom:.7rem;color:#566577;line-height:1.55}
.fg-authority-difference{background:#0d1621;color:#d9e4ef;border-radius:16px;padding:2rem;border:1px solid #1e3043}.fg-authority-difference h2{color:#fff;font-size:clamp(1.5rem,2.5vw,2.3rem);margin:.45rem 0 .85rem}.fg-authority-difference p{max-width:900px;color:#a9b8c9;line-height:1.7}.fg-authority-difference .fg-chip-row span{border-color:#31455c;color:#cbd8e5;background:#121f2c}
.fg-related-grid{display:grid;grid-template-columns:minmax(230px,.65fr) minmax(0,1.35fr);gap:2rem;padding:2rem 0;border-top:1px solid #dfe6ed}.fg-related-grid h2{font-size:1.5rem}.fg-related-links{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.fg-related-links a{border:1px solid #dce4ec;border-radius:10px;padding:.8rem 1rem;background:#fff;text-decoration:none!important;font-weight:650}
.fg-research-section{padding:0 0 2rem;margin-bottom:2rem;border-bottom:1px solid #e2e8ef}.fg-research-section h2{font-size:1.7rem;letter-spacing:-.02em}.fg-research-section p{color:#566577;line-height:1.8;font-size:1rem}.fg-authority-aside{border:1px solid #dce4ec;border-radius:14px;background:#fff;padding:1.4rem;display:flex;flex-direction:column;gap:.7rem}.fg-authority-aside h3{font-size:1.25rem;margin:.15rem 0}.fg-authority-aside p{color:#607084;line-height:1.6}.fg-authority-aside>a{padding:.65rem 0;border-top:1px solid #edf1f5;font-weight:650;text-decoration:none!important}

.fg-public-tool-card,.fg-public-tool-result{background:#fff;border:1px solid #dce4ec;border-radius:16px;padding:1.5rem;box-shadow:0 8px 24px rgba(18,30,50,.035)}
.fg-public-tool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 1rem}.fg-public-tool-card .form-control{min-height:44px}
.fg-snapshot-score{display:flex;justify-content:space-between;align-items:end;border-bottom:1px solid #e4eaf0;padding:.7rem 0 1rem;margin-bottom:.6rem}.fg-snapshot-score span{color:#6a7788}.fg-snapshot-score strong{font-size:1.9rem}
.fg-snapshot-metrics>div{display:flex;justify-content:space-between;gap:1rem;padding:.72rem 0;border-bottom:1px solid #edf1f5}.fg-snapshot-metrics span{color:#617083}.fg-snapshot-signals{padding:1rem 0}.fg-snapshot-signal{display:flex;flex-direction:column;gap:.2rem;padding:.7rem .8rem;border-radius:9px;margin-bottom:.55rem}.fg-snapshot-signal strong{font-size:.83rem}.fg-snapshot-signal span{font-size:.82rem;line-height:1.5}.fg-snapshot-positive{background:#eef9f3;color:#226044}.fg-snapshot-watch{background:#fff7e8;color:#6f5218}.fg-snapshot-risk{background:#fff0f0;color:#7d3030}

@media(max-width:1199.98px){.fg-ecosystem-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.fg-public-authority-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:991.98px){.fg-authority-strip-heading,.fg-authority-strip-footer,.fg-related-grid{grid-template-columns:1fr}.fg-authority-strip-heading{gap:1rem}.fg-authority-hero{padding:3.2rem 0 2.5rem}.fg-authority-hero h1{font-size:clamp(2rem,7vw,3.1rem)}}
@media(max-width:767.98px){.fg-ecosystem-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.6rem}.fg-ecosystem-logo{height:74px;padding:.7rem}.fg-ecosystem-logo img{max-height:38px}.fg-public-authority-cards,.fg-related-links,.fg-public-tool-grid{grid-template-columns:1fr}.fg-authority-difference{padding:1.4rem}.fg-compare-table{min-width:680px}}
@media(max-width:420px){.fg-ecosystem-logo{height:70px}.fg-ecosystem-logo img{max-height:34px}}
