.gn-hg-section,
.gn-hg-section * {
    box-sizing: border-box;
}

.gn-hg-section {
    --gn-css-ready: historias-de-gestion;
    --gn-navy: #0e2743;
    --gn-navy-2: #06172b;
    --gn-blue: #1f68b3;
    --gn-orange: #ff7a1a;
    --gn-green: #75bd2a;
    --gn-blue-soft: #eaf3ff;
    --gn-gray: #5f6d7d;
    --gn-line: rgba(14, 39, 67, .14);
    --gn-bg: #f5f8fc;
    --gn-white: #ffffff;
    --gn-radius-xl: 34px;
    --gn-radius-lg: 24px;
    --gn-radius-md: 18px;
    --gn-shadow: 0 22px 55px rgba(6, 23, 43, .12);
    color: var(--gn-navy);
    font-family: inherit;
    overflow: hidden;
    background: #ffffff;
}

.gn-hg-section a {
    color: inherit;
    text-decoration: none;
}

.gn-hg-section strong {
    font-weight: 700;
}

.gn-hg-container,
.gn-hg-hero {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.gn-hg-hero {
    position: relative;
    width: 100%;
    min-height: clamp(720px, calc(100vh - 10px), 900px);
    padding: 128px max(32px, calc((100vw - 1180px) / 2)) 118px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 500px);
    gap: 48px;
    align-items: center;
    isolation: isolate;
    overflow: hidden;
    background: #06172b;
}

.gn-hg-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -4;
    background:
        linear-gradient(90deg, rgba(6, 23, 43, .86) 0%, rgba(6, 23, 43, .76) 52%, rgba(6, 23, 43, .68) 100%),
        radial-gradient(circle at 18% 48%, rgba(31, 104, 179, .34), transparent 28%),
        radial-gradient(circle at 86% 20%, rgba(117, 189, 42, .18), transparent 28%),
        radial-gradient(circle at 82% 82%, rgba(255, 122, 26, .22), transparent 28%);
    pointer-events: none;
}

.gn-hg-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(90deg, rgba(0,0,0,.78), rgba(0,0,0,.24));
    pointer-events: none;
}

.gn-hg-hero-content,
.gn-hg-hero-panel {
    position: relative;
    z-index: 1;
}

.gn-hg-hero-content {
    width: 100%;
    max-width: 700px;
    min-width: 0;
}

.gn-hg-eyebrow,
.gn-hg-section-heading span,
.gn-hg-education-content span,
.gn-hg-assistant span {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--gn-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.gn-hg-eyebrow::before,
.gn-hg-section-heading span::before,
.gn-hg-education-content span::before,
.gn-hg-assistant span::before {
    content: "";
    width: 30px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.gn-hg-hero .gn-hg-eyebrow {
    position: relative;
    margin-bottom: 34px;
    padding: 10px 20px 10px 22px;
    color: #ffffff;
    background: linear-gradient(135deg, var(--gn-green) 0%, #4f951b 100%);
    border-radius: 2px;
    box-shadow: 0 16px 38px rgba(0,0,0,.22);
}

.gn-hg-hero .gn-hg-eyebrow::before {
    display: none;
}

.gn-hg-hero .gn-hg-eyebrow::after {
    content: "";
    position: absolute;
    top: 0;
    right: -20px;
    width: 0;
    height: 0;
    border-top: 19px solid var(--gn-orange);
    border-bottom: 19px solid transparent;
    border-left: 20px solid var(--gn-orange);
}

.gn-hg-hero h1,
.gn-hg-section h2 {
    margin: 0;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: .94;
}

.gn-hg-hero h1 {
    color: #ffffff;
    font-size: clamp(54px, 6.4vw, 88px);
    max-width: 760px;
}

.gn-hg-section h2 {
    color: var(--gn-navy-2);
    font-size: clamp(38px, 4.7vw, 70px);
}

.gn-hg-section h3 {
    margin: 0;
    color: var(--gn-navy-2);
    font-size: 21px;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.08;
}

.gn-hg-section p {
    margin: 0;
    color: var(--gn-gray);
    font-size: 20px;
    line-height: 1.42;
}

.gn-hg-hero-lead {
    width: min(100%, 700px);
    margin: 38px 0 0;
    color: #cacaca;
    font-size: clamp(23px, 2vw, 31px);
    line-height: 1.32;
}

.gn-hg-hero-copy {
    width: min(100%, 660px);
    margin-top: 22px;
    color: rgba(255, 255, 255, .74);
    font-size: 19px;
    line-height: 1.58;
}

.gn-hg-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
    margin-top: 38px;
}

.gn-hg-actions--center {
    justify-content: center;
}

.gn-hg-btn,
.gn-hg-card-link,
.gn-hg-text-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 17px 28px;
    border: 0;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.gn-hg-btn:hover,
.gn-hg-card-link:hover,
.gn-hg-text-link:hover {
    transform: translateY(-2px);
}

.gn-hg-btn--primary,
.gn-hg-card-link {
    color: #ffffff !important;
    background: linear-gradient(135deg, #1f68b3 0%, #0e2743 100%);
    box-shadow: 0 18px 42px rgba(31, 104, 179, .35);
}

.gn-hg-hero .gn-hg-btn--primary,
.gn-hg-closing .gn-hg-btn--primary,
.gn-hg-assistant .gn-hg-btn--primary {
    background: linear-gradient(135deg, var(--gn-orange) 0%, #f05a18 100%);
    box-shadow: 0 18px 42px rgba(255, 122, 26, .36);
}

.gn-hg-btn--secondary {
    border: 1px solid rgba(14, 39, 67, .18);
    color: var(--gn-navy) !important;
    background: rgba(255, 255, 255, .78);
}

.gn-hg-hero .gn-hg-btn--secondary,
.gn-hg-closing .gn-hg-btn--secondary {
    color: #ffffff !important;
    border-color: rgba(117,189,42,.52);
    background: rgba(117,189,42,.72);
    box-shadow: 0 18px 42px rgba(117, 189, 42, .20);
    backdrop-filter: blur(14px);
}

.gn-hg-assistant .gn-hg-btn--assistant-secondary {
    color: var(--gn-navy-2) !important;
    border: 1px solid rgba(255,255,255,.78);
    background: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, .16);
}

.gn-hg-assistant .gn-hg-btn--assistant-secondary:hover {
    color: #ffffff !important;
    border-color: rgba(117,189,42,.80);
    background: linear-gradient(135deg, var(--gn-green), #4f951b);
}

.gn-hg-hero-panel {
    width: 100%;
    max-width: 500px;
    min-height: 500px;
    margin-right: 0;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 34px;
    background:
        radial-gradient(circle at 18% 24%, rgba(117, 189, 42, .26), transparent 30%),
        radial-gradient(circle at 86% 78%, rgba(255, 122, 26, .30), transparent 30%),
        linear-gradient(135deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
    box-shadow: 0 30px 76px rgba(0,0,0,.22);
    backdrop-filter: blur(16px);
    overflow: hidden;
}

.gn-hg-hero-panel::before {
    content: "";
    position: absolute;
    inset: 28px;
    border-radius: 28px;
    background:
        linear-gradient(rgba(255,255,255,.055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.055) 1px, transparent 1px);
    background-size: 42px 42px;
    pointer-events: none;
}

.gn-hg-hero-card {
    position: absolute;
    width: min(300px, 76%);
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .78);
    border-radius: 28px;
    background: rgba(255, 255, 255, .88);
    box-shadow: var(--gn-shadow);
    backdrop-filter: blur(14px);
}

.gn-hg-hero-card strong,
.gn-hg-hero-card span {
    display: block;
}

.gn-hg-hero-card strong {
    color: var(--gn-navy-2);
    font-size: 28px;
    line-height: 1.05;
    letter-spacing: -.03em;
}

.gn-hg-hero-card span {
    margin-top: 10px;
    color: var(--gn-gray);
    font-size: 16px;
    line-height: 1.48;
}

.gn-hg-hero-card--one {
    top: 54px;
    left: 44px;
}

.gn-hg-hero-card--two {
    right: 38px;
    bottom: 54px;
}

.gn-hg-hero-line {
    position: absolute;
    inset: 46% auto auto 50%;
    width: 48%;
    height: 3px;
    transform: translateX(-50%) rotate(30deg);
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(255,122,26,0), rgba(255,122,26,.90), rgba(117,189,42,.86), rgba(117,189,42,0));
    box-shadow: 0 10px 28px rgba(255, 122, 26, .20);
}

.gn-hg-container {
    padding-top: 95px;
}

.gn-hg-block {
    margin: 0 0 clamp(64px, 7vw, 100px);
}

.gn-hg-section-heading {
    max-width: 1000px;
    margin-bottom: 36px;
}

.gn-hg-section-heading--split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .48fr);
    gap: 40px;
    align-items: end;
    max-width: 100%;
}

.gn-hg-section-heading--split p,
.gn-hg-section-heading > p {
    max-width: 640px;
    font-size: 18px;
    line-height: 1.58;
}

.gn-hg-identify,
.gn-hg-library,
.gn-hg-filters,
.gn-hg-seo,
.gn-hg-faq,
.gn-hg-empty--static {
    padding: clamp(30px, 4.8vw, 56px);
    border: 1px solid var(--gn-line);
    border-radius: var(--gn-radius-xl);
    background: linear-gradient(135deg, #f8fbff, #ffffff);
    box-shadow: 0 22px 50px rgba(6, 23, 43, .07);
}

.gn-hg-identify-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.gn-hg-library {
    background: linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #eef6ff 100%);
}

.gn-hg-library .gn-hg-section-heading {
    margin-bottom: 34px;
}

.gn-hg-library-filters {
    display: grid;
    gap: 18px;
    margin-bottom: 34px;
}

.gn-hg-filter-group {
    padding: clamp(22px, 3vw, 30px);
    border: 1px solid rgba(14, 39, 67, .12);
    border-radius: var(--gn-radius-lg);
    background: rgba(255, 255, 255, .76);
    box-shadow: 0 14px 32px rgba(6, 23, 43, .05);
}

.gn-hg-filter-heading {
    display: grid;
    gap: 6px;
    margin-bottom: 18px;
}

.gn-hg-filter-heading span {
    color: var(--gn-blue);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.gn-hg-filter-heading h3 {
    font-size: clamp(22px, 2vw, 30px);
}


.gn-hg-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.gn-hg-identify-grid button,
.gn-hg-filter-row button {
    appearance: none;
    cursor: pointer;
    min-height: 52px;
    border: 1px solid var(--gn-line);
    border-radius: 999px;
    background: #ffffff;
    color: var(--gn-navy);
    font: inherit;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    padding: 15px 18px;
    box-shadow: 0 10px 24px rgba(6, 23, 43, .05);
    transition: transform .24s ease, box-shadow .24s ease, background .24s ease, color .24s ease, border-color .24s ease;
}

.gn-hg-identify-grid button:hover,
.gn-hg-filter-row button:hover,
.gn-hg-filter-row button.is-active {
    transform: translateY(-2px);
    border-color: rgba(31, 104, 179, .42);
    background: linear-gradient(135deg, var(--gn-blue), var(--gn-navy));
    color: #ffffff;
    box-shadow: 0 18px 38px rgba(31, 104, 179, .20);
}

.gn-hg-featured-grid,
.gn-hg-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.gn-hg-case-card,
.gn-hg-fallback-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    border: 1px solid var(--gn-line);
    border-radius: var(--gn-radius-lg);
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(6, 23, 43, .06);
    transition: transform .24s ease, box-shadow .24s ease, border-color .24s ease;
}

.gn-hg-case-card:hover,
.gn-hg-fallback-card:hover {
    transform: translateY(-5px);
    border-color: rgba(31, 104, 179, .38);
    box-shadow: 0 20px 45px rgba(6, 23, 43, .09);
}

.gn-hg-case-card[hidden] {
    display: none;
}

.gn-hg-card-media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background:
        radial-gradient(circle at 20% 20%, rgba(117, 189, 42, .24), transparent 32%),
        linear-gradient(135deg, var(--gn-blue-soft), #ffffff);
}

.gn-hg-card-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .26s ease;
}

.gn-hg-case-card:hover .gn-hg-card-media img {
    transform: scale(1.04);
}

.gn-hg-card-media-placeholder {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
}

.gn-hg-card-media-placeholder span,
.gn-hg-fallback-icon {
    position: relative;
    width: 74px;
    height: 74px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 30% 28%, rgba(117, 189, 42, .55), transparent 34%),
        linear-gradient(135deg, var(--gn-blue), var(--gn-navy));
    box-shadow: 0 18px 38px rgba(31, 104, 179, .22);
}

.gn-hg-card-media-placeholder span::after,
.gn-hg-fallback-icon::after {
    content: "";
    position: absolute;
    inset: 18px;
    border: 2px solid rgba(255,255,255,.72);
    border-radius: 12px;
}

.gn-hg-card-body,
.gn-hg-fallback-card {
    padding: 28px;
}

.gn-hg-fallback-card {
    gap: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
}

.gn-hg-card-kickers {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.gn-hg-card-kickers span,
.gn-hg-modules span {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    padding: 8px 12px;
    border-radius: 999px;
    color: var(--gn-blue);
    background: var(--gn-blue-soft);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
}

.gn-hg-card-kickers span:nth-child(2) {
    color: #4f951b;
    background: rgba(117, 189, 42, .14);
}

.gn-hg-case-card h3,
.gn-hg-fallback-card h3 {
    margin: 0 0 14px;
    color: var(--gn-navy-2);
    font-size: clamp(20px, 1.75vw, 28px);
    line-height: 1.06;
    letter-spacing: -.02em;
}

.gn-hg-case-card p,
.gn-hg-fallback-card p,
.gn-hg-education p,
.gn-hg-assistant p,
.gn-hg-faq p {
    margin: 0;
    color: var(--gn-gray);
    font-size: 16px;
    line-height: 1.58;
}

.gn-hg-modules {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 20px;
}

.gn-hg-modules span {
    color: var(--gn-navy);
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(6, 23, 43, .06);
}

.gn-hg-card-link {
    width: fit-content;
    min-height: 48px;
    margin-top: 24px;
    padding: 14px 20px;
    font-size: 13px;
}

.gn-hg-card-link::after {
    content: "→";
    margin-left: 8px;
}

.gn-hg-education,
.gn-hg-assistant,
.gn-hg-closing {
    position: relative;
    overflow: hidden;
    border-radius: var(--gn-radius-xl);
    background:
        radial-gradient(circle at 12% 20%, rgba(31, 104, 179, .35), transparent 32%),
        linear-gradient(135deg, var(--gn-navy-2), var(--gn-navy));
    box-shadow: var(--gn-shadow);
}

.gn-hg-education::before,
.gn-hg-assistant::before,
.gn-hg-closing::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px),
        radial-gradient(circle at 88% 78%, rgba(255, 122, 26, .24), transparent 34%);
    background-size: 68px 68px, 68px 68px, 100% 100%;
    pointer-events: none;
}

.gn-hg-education {
    padding: clamp(42px, 6vw, 72px);
}

.gn-hg-education-content,
.gn-hg-assistant > div,
.gn-hg-closing > * {
    position: relative;
    z-index: 1;
}

.gn-hg-education-content {
    max-width: 900px;
}

.gn-hg-education-content span,
.gn-hg-assistant span {
    color: rgba(255, 255, 255, .80);
}

.gn-hg-education h2,
.gn-hg-assistant h2,
.gn-hg-closing h2,
.gn-hg-education p,
.gn-hg-assistant p,
.gn-hg-closing p {
    color: #ffffff;
}

.gn-hg-education p,
.gn-hg-assistant p,
.gn-hg-closing p {
    max-width: 820px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .78);
}

.gn-hg-signals-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.gn-hg-signals-grid p {
    position: relative;
    min-height: 100%;
    margin: 0;
    padding: 22px 22px 22px 58px;
    border: 1px solid var(--gn-line);
    border-radius: var(--gn-radius-lg);
    background: #ffffff;
    color: var(--gn-navy);
    font-size: 16px;
    line-height: 1.5;
    box-shadow: 0 16px 38px rgba(6, 23, 43, .06);
}

.gn-hg-signals-grid p::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gn-orange);
    box-shadow: 0 0 0 7px rgba(255, 122, 26, .14);
}

.gn-hg-assistant {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 30px;
    align-items: center;
    padding: clamp(36px, 5vw, 62px);
}

.gn-hg-assistant-actions {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
    align-items: flex-start;
}

.gn-hg-text-link {
    min-height: auto;
    justify-content: flex-start;
    padding: 0;
    color: #ffffff;
    text-decoration: underline;
    text-underline-offset: 5px;
    background: transparent;
}

.gn-hg-text-link:hover {
    box-shadow: none;
}

.gn-hg-seo {
    display: grid;
    grid-template-columns: minmax(260px, .85fr) minmax(0, 1.15fr);
    gap: 40px;
    align-items: start;
}

.gn-hg-seo h2 {
    margin: 0;
}

.gn-hg-seo p {
    font-size: 18px;
    line-height: 1.62;
}

.gn-hg-seo p + p {
    margin-top: 18px;
}

.gn-hg-seo a {
    color: var(--gn-blue);
    font-weight: 700;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.gn-hg-seo a:hover {
    color: var(--gn-orange);
}

.gn-hg-faq-list {
    display: grid;
    gap: 12px;
}

.gn-hg-faq details {
    overflow: hidden;
    border: 1px solid var(--gn-line);
    border-radius: var(--gn-radius-md);
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(6, 23, 43, .05);
}

.gn-hg-faq summary {
    cursor: pointer;
    padding: 20px 22px;
    color: var(--gn-navy-2);
    font-size: 17px;
    font-weight: 700;
    list-style: none;
}

.gn-hg-faq summary::-webkit-details-marker {
    display: none;
}

.gn-hg-faq summary:focus-visible {
    outline: none;
    background: var(--gn-blue-soft);
    box-shadow: inset 0 0 0 2px rgba(31, 104, 179, .42);
}

.gn-hg-faq details[open] {
    border-color: rgba(31, 104, 179, .28);
    box-shadow: 0 16px 34px rgba(31, 104, 179, .10);
}

.gn-hg-faq summary::after {
    content: "+";
    float: right;
    color: var(--gn-orange);
    font-weight: 700;
}

.gn-hg-faq details[open] summary::after {
    content: "–";
}

.gn-hg-faq details p {
    padding: 0 22px 22px;
}

.gn-hg-empty {
    margin-top: 22px;
    padding: 34px;
    border: 1px dashed rgba(31, 104, 179, .30);
    border-radius: var(--gn-radius-lg);
    background: #f8fbff;
    text-align: center;
}

.gn-hg-empty h3 {
    margin: 0 0 10px;
    color: var(--gn-navy-2);
    font-size: 24px;
}

.gn-hg-empty p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--gn-gray);
    line-height: 1.58;
}

.gn-hg-closing {
    padding: clamp(48px, 7vw, 80px) clamp(24px, 5vw, 56px);
    text-align: center;
}

.gn-hg-closing h2,
.gn-hg-closing p {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.gn-hg-closing .gn-hg-actions {
    margin-top: 42px;
}

@media (max-width: 1120px) {
    .gn-hg-hero {
        grid-template-columns: 1fr;
        gap: 46px;
        min-height: auto;
        padding: 112px 36px 96px;
    }

    .gn-hg-hero-content {
        width: 100%;
        max-width: 860px;
        margin: 0 auto;
        text-align: center;
    }

    .gn-hg-hero h1,
    .gn-hg-hero-lead,
    .gn-hg-hero-copy {
        margin-left: auto;
        margin-right: auto;
    }

    .gn-hg-hero .gn-hg-eyebrow {
        margin-left: auto;
        margin-right: auto;
    }

    .gn-hg-hero .gn-hg-actions {
        justify-content: center;
    }

    .gn-hg-hero-panel {
        width: min(680px, 100%);
        min-height: 420px;
        margin: 0 auto;
    }

    .gn-hg-section-heading--split,
    .gn-hg-assistant,
    .gn-hg-seo {
        grid-template-columns: 1fr;
    }

    .gn-hg-featured-grid,
    .gn-hg-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 900px) {
    .gn-hg-container {
        padding-top: 74px;
    }

    .gn-hg-identify-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .gn-hg-signals-grid {
        grid-template-columns: 1fr;
    }

    .gn-hg-hero h1 {
        font-size: clamp(42px, 10vw, 68px);
    }

    .gn-hg-section h2 {
        font-size: clamp(34px, 8vw, 54px);
    }
}

@media (max-width: 720px) {
    .gn-hg-container,
    .gn-hg-hero-content,
    .gn-hg-hero-panel {
        width: min(100% - 28px, 1180px);
    }

    .gn-hg-hero {
        padding: 92px 14px 82px;
    }

    .gn-hg-hero .gn-hg-eyebrow {
        font-size: 10px;
        letter-spacing: .12em;
        padding: 8px 14px;
    }

    .gn-hg-hero .gn-hg-eyebrow::after {
        right: -16px;
        border-top-width: 16px;
        border-bottom-width: 16px;
        border-left-width: 16px;
    }

    .gn-hg-hero-lead {
        margin-top: 34px;
        font-size: 22px;
    }

    .gn-hg-hero-copy {
        font-size: 17px;
    }

    .gn-hg-hero-panel {
        min-height: 360px;
    }

    .gn-hg-hero-card {
        width: calc(100% - 44px);
        padding: 22px;
    }

    .gn-hg-hero-card--one {
        top: 28px;
        left: 22px;
    }

    .gn-hg-hero-card--two {
        right: 22px;
        bottom: 28px;
    }

    .gn-hg-featured-grid,
    .gn-hg-grid,
    .gn-hg-identify-grid {
        grid-template-columns: 1fr;
    }

    .gn-hg-actions,
    .gn-hg-actions--center,
    .gn-hg-assistant-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .gn-hg-btn,
    .gn-hg-card-link {
        width: 100%;
    }

    .gn-hg-identify,
    .gn-hg-library,
    .gn-hg-seo,
    .gn-hg-faq,
    .gn-hg-empty--static {
        padding: 28px;
        border-radius: 28px;
    }
}

@media (max-width: 560px) {
    .gn-hg-hero {
        padding: 86px 14px 76px;
    }

    .gn-hg-hero h1 {
        font-size: clamp(38px, 12vw, 54px);
        line-height: 1;
    }

    .gn-hg-section p {
        font-size: 18px;
    }

    .gn-hg-card-body,
    .gn-hg-fallback-card {
        padding: 24px;
    }

    .gn-hg-education,
    .gn-hg-assistant,
    .gn-hg-closing {
        border-radius: 28px;
    }
}
