/* CompleteGreet Features Hybrid
 * Product proof, real people and varied editorial layouts.
 */

.cgfh-page,
.cgfh-page * {
    box-sizing: border-box;
}

.cgfh-page {
    --cgfh-blue: #3b5dcd;
    --cgfh-blue-dark: #223f9f;
    --cgfh-blue-soft: #edf2ff;
    --cgfh-orange: #e48333;
    --cgfh-orange-dark: #b85a12;
    --cgfh-orange-soft: #fff2e8;
    --cgfh-navy: #071426;
    --cgfh-heading: #101828;
    --cgfh-body: #475467;
    --cgfh-muted: #667085;
    --cgfh-line: #e2e8f0;
    --cgfh-soft: #f7f9fc;
    --cgfh-white: #ffffff;
    color: var(--cgfh-body);
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    overflow: clip;
}

.cgfh-page h1,
.cgfh-page h2,
.cgfh-page h3,
.cgfh-page p,
.cgfh-page figure,
.cgfh-page ol,
.cgfh-page dl,
.cgfh-page dd {
    margin: 0;
    padding: 0;
}

.cgfh-page h1,
.cgfh-page h2,
.cgfh-page h3 {
    color: var(--cgfh-heading);
    font-family: "Open Sans", Arial, sans-serif;
}

.cgfh-page h1 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.1;
}

.cgfh-page h2 {
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.032em;
    line-height: 1.15;
}

.cgfh-page h3 {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.3;
}

.cgfh-container {
    margin: 0 auto;
    max-width: 1144px;
    padding-left: 32px;
    padding-right: 32px;
    width: 100%;
}

.cgfh-kicker {
    color: var(--cgfh-blue);
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.4;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.cgfh-button {
    align-items: center;
    border: 2px solid transparent;
    border-radius: 8px;
    display: inline-flex;
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    line-height: 1;
    padding: 0 24px;
    text-decoration: none !important;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.cgfh-button--primary {
    background: var(--cgfh-orange-dark);
    color: #ffffff !important;
}

.cgfh-button--primary:hover,
.cgfh-button--primary:focus-visible {
    background: #94460c;
}

.cgfh-button--secondary {
    background: #ffffff;
    border-color: var(--cgfh-blue);
    color: var(--cgfh-blue) !important;
}

.cgfh-button--secondary:hover,
.cgfh-button--secondary:focus-visible {
    background: var(--cgfh-blue-soft);
    border-color: var(--cgfh-blue-dark);
    color: var(--cgfh-blue-dark) !important;
}

.cgfh-button--light {
    background: #ffffff;
    color: var(--cgfh-navy) !important;
}

.cgfh-button--light:hover,
.cgfh-button--light:focus-visible {
    background: #eaf0ff;
}

.cgfh-button:focus-visible,
.cgfh-demo-launcher:focus-visible,
.cgfh-demo-panel button:focus-visible {
    outline: 3px solid #8fa8ff;
    outline-offset: 3px;
}

.cgfh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

/* Hero */
.cgfh-hero {
    background: var(--cgfh-blue-soft);
    border-bottom: 1px solid #d9e2ff;
    padding: 88px 0 96px;
    position: relative;
}

.cgfh-hero::before {
    background: var(--cgfh-blue);
    content: "";
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: max(11vw, 96px);
}

.cgfh-hero-grid {
    align-items: center;
    display: grid;
    gap: 52px;
    grid-template-columns: minmax(0, 0.94fr) minmax(480px, 1.06fr);
    position: relative;
    z-index: 1;
}

.cgfh-hero-copy {
    max-width: 530px;
}

.cgfh-hero h1 em {
    color: var(--cgfh-orange-dark);
    font-style: normal;
}

.cgfh-lead {
    font-size: 19px;
    line-height: 1.58;
    margin: 28px 0 30px !important;
    max-width: 600px;
}

.cgfh-rating {
    align-items: center;
    color: var(--cgfh-heading);
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    gap: 9px;
    margin-top: 24px;
}

.cgfh-rating > span {
    color: #b85a12;
    letter-spacing: 0.12em;
}

.cgfh-rating small {
    color: var(--cgfh-muted);
    font-size: 14px;
}

.cgfh-hero-product {
    height: 560px;
    position: relative;
}

.cgfh-dashboard-frame {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 16px;
    box-shadow: 0 24px 70px rgba(33, 63, 159, 0.18);
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 44px;
    transform: rotate(-2deg);
    width: 500px;
}

.cgfh-browser-bar {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid var(--cgfh-line);
    display: flex;
    gap: 7px;
    height: 42px;
    padding: 0 14px;
}

.cgfh-browser-bar i {
    background: #d0d5dd;
    border-radius: 999px;
    height: 8px;
    width: 8px;
}

.cgfh-browser-bar i:first-child {
    background: var(--cgfh-orange);
}

.cgfh-browser-bar span {
    color: var(--cgfh-muted);
    font-size: 12px;
    margin-left: 8px;
}

.cgfh-dashboard-frame img {
    display: block;
    height: 390px;
    object-fit: cover;
    object-position: left top;
    width: 100%;
}

.cgfh-platform-logos {
    display: flex;
    gap: 8px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
}

.cgfh-platform-logos span {
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--cgfh-line);
    border-radius: 10px;
    box-shadow: 0 10px 28px rgba(7, 20, 38, 0.12);
    color: var(--cgfh-heading);
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    gap: 7px;
    min-height: 42px;
    padding: 6px 10px;
}

.cgfh-platform-logos img {
    display: block;
    height: 24px;
    object-fit: contain;
    width: 24px;
}

.cgfh-platform-logos .is-woo img {
    height: 24px;
    width: 46px;
}

.cgfh-platform-logos span:nth-child(2) {
    border-top: 3px solid #96588a;
}

.cgfh-platform-logos span:nth-child(3) {
    border-top: 3px solid #7ab55c;
}

.cgfh-video-card {
    background: #ffffff;
    border: 7px solid #ffffff;
    border-radius: 16px;
    bottom: 12px;
    box-shadow: 0 24px 64px rgba(7, 20, 38, 0.28);
    height: 390px;
    overflow: hidden;
    position: absolute;
    right: -2px;
    transform: rotate(2deg);
    width: 222px;
    z-index: 2;
}

.cgfh-video-card video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cgfh-hero-sound {
    align-items: center;
    background: var(--cgfh-orange-dark);
    border: 0;
    border-radius: 7px;
    box-shadow: 0 8px 22px rgba(184, 90, 18, 0.28);
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    font-weight: 700;
    justify-content: center;
    left: 50%;
    min-height: 40px;
    padding: 8px 13px;
    position: absolute;
    top: 12px;
    transform: translateX(-50%);
    white-space: nowrap;
    z-index: 3;
}

.cgfh-hero-sound:hover,
.cgfh-hero-sound:focus-visible {
    background: #a94f0b;
    outline: 3px solid rgba(255, 255, 255, 0.86);
    outline-offset: 2px;
}

/* Trust */
.cgfh-trust {
    background: #ffffff;
    border-bottom: 1px solid var(--cgfh-line);
    padding: 30px 0 32px;
}

.cgfh-trust .cgfh-container {
    align-items: center;
    display: grid;
    gap: 32px;
    grid-template-columns: 220px 1fr;
}

.cgfh-trust p {
    color: var(--cgfh-muted);
    font-size: 14px;
    font-weight: 700;
}

.cgfh-logo-row {
    align-items: center;
    display: flex;
    gap: 38px;
    justify-content: flex-end;
}

.cgfh-logo-row img {
    filter: grayscale(1);
    height: 42px;
    max-width: 148px;
    object-fit: contain;
    opacity: 0.74;
    width: auto;
}

/* Live demo */
.cgfh-live-demo {
    background: var(--cgfh-navy);
    padding: 96px 0 108px;
}

.cgfh-section-heading {
    max-width: 760px;
}

.cgfh-section-heading .cgfh-kicker,
.cgfh-live-demo .cgfh-kicker {
    color: #f3a25f;
}

.cgfh-section-heading--light h2,
.cgfh-section-heading--light p {
    color: #ffffff;
}

.cgfh-section-heading--light p {
    color: #c7d2e4;
    font-size: 18px;
    margin-top: 20px;
    max-width: 680px;
}

.cgfh-demo-stage {
    background: #ffffff;
    border: 10px solid #ffffff;
    border-radius: 16px;
    height: 610px;
    margin-top: 50px;
    overflow: hidden;
    position: relative;
}

.cgfh-demo-site {
    background: #f7f5ef;
    height: 100%;
    position: relative;
}

.cgfh-demo-nav {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #ddd9ce;
    color: #5b5b57;
    display: flex;
    font-size: 14px;
    gap: 30px;
    height: 72px;
    padding: 0 38px;
}

.cgfh-demo-nav b {
    color: #172033;
    font-size: 20px;
    margin-right: auto;
}

.cgfh-demo-copy {
    display: grid;
    gap: 15px;
    left: 7%;
    max-width: 510px;
    position: absolute;
    top: 24%;
}

.cgfh-demo-copy small {
    color: var(--cgfh-orange-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.cgfh-demo-copy strong {
    color: #172033;
    font-size: 38px;
    line-height: 1.16;
}

.cgfh-demo-copy i {
    background: #d8d4ca;
    display: block;
    height: 10px;
    width: 78%;
}

.cgfh-demo-copy i:last-child {
    width: 55%;
}

.cgfh-demo-products {
    bottom: 11%;
    display: flex;
    gap: 16px;
    left: 7%;
    position: absolute;
}

.cgfh-demo-products i {
    background: #e3ded2;
    display: block;
    height: 120px;
    width: 120px;
}

.cgfh-demo-products i:nth-child(2) {
    background: #cfd7e8;
}

.cgfh-demo-products i:nth-child(3) {
    background: #ead3bf;
}

.cgfh-demo-launcher {
    align-items: center;
    background: #ffffff;
    border: 4px solid #ffffff;
    border-radius: 999px;
    bottom: 28px;
    box-shadow: 0 16px 40px rgba(7, 20, 38, 0.28);
    cursor: pointer;
    display: flex;
    height: 106px;
    padding: 0;
    position: absolute;
    right: 28px;
    width: 106px;
}

.cgfh-demo-launcher video {
    border-radius: 999px;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cgfh-demo-launcher span {
    background: var(--cgfh-navy);
    border-radius: 8px;
    bottom: 27px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 11px;
    position: absolute;
    right: 116px;
    white-space: nowrap;
}

.cgfh-demo-panel {
    background: #ffffff;
    border: 6px solid #ffffff;
    border-bottom: 0;
    border-radius: 18px 18px 0 0;
    bottom: 0;
    box-shadow: 0 20px 60px rgba(7, 20, 38, 0.34);
    overflow: hidden;
    position: absolute;
    right: 28px;
    width: 286px;
}

.cgfh-demo-panel[hidden] {
    display: none;
}

.cgfh-demo-video {
    height: 450px;
    position: relative;
}

.cgfh-demo-video video {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.cgfh-demo-close,
.cgfh-demo-sound {
    background: rgba(7, 20, 38, 0.82);
    border: 0;
    color: #ffffff;
    cursor: pointer;
    min-height: 44px;
    position: absolute;
    top: 12px;
}

.cgfh-demo-close {
    border-radius: 999px;
    font-size: 26px;
    right: 12px;
    width: 44px;
}

.cgfh-demo-sound {
    border-radius: 8px;
    font-size: 12px;
    font-weight: 700;
    left: 12px;
    padding: 0 12px;
}

.cgfh-demo-caption {
    background: rgba(7, 20, 38, 0.82);
    bottom: 14px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    left: 14px;
    padding: 7px 9px;
    position: absolute;
}

.cgfh-demo-buttons {
    display: grid;
    gap: 8px;
    padding: 12px 12px 8px;
}

.cgfh-demo-buttons button {
    background: var(--cgfh-blue);
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    cursor: pointer;
    font: 700 14px/1 "Open Sans", Arial, sans-serif;
    min-height: 44px;
    padding: 0 14px;
}

.cgfh-demo-buttons button:nth-child(2) {
    background: var(--cgfh-orange-dark);
}

.cgfh-demo-buttons button:nth-child(3) {
    background: #ffffff;
    border: 2px solid #98a2b3;
    color: var(--cgfh-heading);
}

.cgfh-demo-feedback {
    color: var(--cgfh-muted);
    font-size: 12px;
    min-height: 46px;
    padding: 4px 16px 12px !important;
}

/* Editorial lists */
.cgfh-story-intro {
    display: grid;
    gap: 20px 46px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 48px;
}

.cgfh-story-intro .cgfh-kicker {
    grid-column: 1 / -1;
    margin-bottom: -4px;
}

.cgfh-story-intro p {
    font-size: 18px;
    max-width: 490px;
}

.cgfh-human-section {
    background: #ffffff;
    padding: 104px 0;
}

.cgfh-human-layout {
    align-items: center;
    display: grid;
    gap: 58px;
    grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
}

.cgfh-case-visual {
    background: var(--cgfh-blue-soft);
    border-left: 8px solid var(--cgfh-blue);
    padding: 22px 22px 16px;
    transform: rotate(-1deg);
}

.cgfh-case-visual img {
    display: block;
    height: auto;
    width: 100%;
}

.cgfh-case-visual figcaption {
    color: var(--cgfh-muted);
    font-size: 13px;
    font-weight: 700;
    margin-top: 12px;
}

.cgfh-editorial-list,
.cgfh-feature-columns,
.cgfh-commerce-list,
.cgfh-connect-list {
    list-style: none;
}

.cgfh-editorial-list li {
    border-top: 1px solid var(--cgfh-line);
    display: grid;
    gap: 16px;
    grid-template-columns: 38px 1fr;
    padding: 22px 0;
}

.cgfh-editorial-list li:last-child {
    border-bottom: 1px solid var(--cgfh-line);
}

.cgfh-feature-number {
    color: var(--cgfh-orange-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    padding-top: 4px;
}

.cgfh-editorial-list p,
.cgfh-feature-columns p,
.cgfh-commerce-list p,
.cgfh-connect-list p {
    color: var(--cgfh-muted);
    font-size: 15px;
    margin-top: 7px;
}

/* Case proof */
.cgfh-case-band {
    background: var(--cgfh-orange-soft);
    border-bottom: 1px solid #f0d7c1;
    border-top: 1px solid #f0d7c1;
    padding: 64px 0;
}

.cgfh-case-band-grid {
    align-items: center;
    display: grid;
    gap: 60px;
    grid-template-columns: 1fr auto;
}

.cgfh-case-band .cgfh-kicker {
    color: var(--cgfh-orange-dark);
    margin-bottom: 10px;
}

.cgfh-case-band h2 {
    max-width: 520px;
}

.cgfh-case-band a {
    color: var(--cgfh-blue);
    display: inline-block;
    font-weight: 700;
    margin-top: 16px;
}

.cgfh-case-band dl {
    display: flex;
    gap: 56px;
}

.cgfh-case-band dl > div {
    border-left: 3px solid var(--cgfh-orange-dark);
    max-width: 165px;
    padding-left: 18px;
}

.cgfh-case-band dt {
    color: var(--cgfh-heading);
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.04em;
    line-height: 1;
}

.cgfh-case-band dd {
    color: var(--cgfh-body);
    font-size: 14px;
    line-height: 1.4;
    margin-top: 8px;
}

/* Actions */
.cgfh-actions-section {
    background: #ffffff;
    padding: 104px 0;
}

.cgfh-actions-layout {
    align-items: start;
    display: grid;
    gap: 72px;
    grid-template-columns: minmax(0, 0.98fr) minmax(380px, 1.02fr);
}

.cgfh-actions-image {
    position: sticky;
    top: 140px;
}

.cgfh-actions-image img {
    border: 1px solid var(--cgfh-line);
    box-shadow: 18px 18px 0 var(--cgfh-orange-soft);
    display: block;
    height: auto;
    width: 100%;
}

.cgfh-actions-layout > div:last-child > h2 {
    margin-bottom: 34px;
}

.cgfh-editorial-list--compact li {
    padding: 18px 0;
}

.cgfh-editorial-list--compact h3 {
    font-size: 18px;
}

/* Improve */
.cgfh-improve-section {
    background: var(--cgfh-soft);
    border-bottom: 1px solid var(--cgfh-line);
    border-top: 1px solid var(--cgfh-line);
    padding: 104px 0;
}

.cgfh-improve-header {
    align-items: end;
    display: grid;
    gap: 48px;
    grid-template-columns: 1.15fr 0.85fr;
    margin-bottom: 44px;
}

.cgfh-improve-header p {
    font-size: 18px;
}

.cgfh-dashboard-wide {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    box-shadow: 0 24px 60px rgba(16, 24, 40, 0.12);
    overflow: hidden;
}

.cgfh-dashboard-wide img {
    display: block;
    height: auto;
    width: 100%;
}

.cgfh-feature-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 64px;
}

.cgfh-feature-columns li {
    border-top: 1px solid #cbd5e1;
    display: grid;
    gap: 14px;
    grid-template-columns: 38px 1fr;
    padding: 26px 28px 26px 0;
}

.cgfh-feature-columns li:nth-child(even) {
    border-left: 1px solid #cbd5e1;
    padding-left: 28px;
}

.cgfh-feature-columns li:last-child {
    grid-column: 1 / -1;
    max-width: 50%;
}

/* Commerce */
.cgfh-commerce-section {
    background: var(--cgfh-blue-dark);
    color: #d8e1ff;
    padding: 104px 0;
}

.cgfh-commerce-section h2,
.cgfh-commerce-section h3 {
    color: #ffffff;
}

.cgfh-commerce-section .cgfh-kicker {
    color: #ffb473;
}

.cgfh-commerce-hero {
    align-items: center;
    display: grid;
    gap: 54px;
    grid-template-columns: minmax(330px, 0.75fr) minmax(0, 1.25fr);
}

.cgfh-commerce-hero p {
    color: #d8e1ff;
    font-size: 18px;
    margin-top: 20px;
}

.cgfh-commerce-hero img {
    background: #ffffff;
    border: 8px solid #ffffff;
    box-shadow: 18px 18px 0 #142b77;
    display: block;
    height: auto;
    transform: rotate(1deg);
    width: 100%;
}

.cgfh-commerce-list {
    border-top: 1px solid rgba(255, 255, 255, 0.28);
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 74px;
}

.cgfh-commerce-list li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.28);
    display: grid;
    gap: 14px;
    grid-template-columns: 38px 1fr;
    padding: 28px 30px 28px 0;
}

.cgfh-commerce-list li:nth-child(even) {
    border-left: 1px solid rgba(255, 255, 255, 0.28);
    padding-left: 30px;
}

.cgfh-commerce-list .cgfh-feature-number {
    color: #ffb473;
}

.cgfh-commerce-list p {
    color: #c6d2f5;
}

/* Connect */
.cgfh-connect-section {
    background: #ffffff;
    padding: 104px 0;
}

.cgfh-connect-layout {
    align-items: start;
    display: grid;
    gap: 80px;
    grid-template-columns: 0.8fr 1.2fr;
}

.cgfh-connect-layout > div > p {
    font-size: 18px;
    margin: 22px 0 28px;
}

.cgfh-connect-list {
    border-top: 1px solid var(--cgfh-line);
}

.cgfh-connect-list li {
    border-bottom: 1px solid var(--cgfh-line);
    display: grid;
    gap: 16px;
    grid-template-columns: 42px 1fr;
    padding: 28px 0;
}

/* CTA */
.cgfh-final-cta {
    background: var(--cgfh-navy);
    padding: 76px 0;
}

.cgfh-final-grid {
    align-items: center;
    display: grid;
    gap: 48px;
    grid-template-columns: 1fr auto;
}

.cgfh-final-cta h2,
.cgfh-final-cta p {
    color: #ffffff;
}

.cgfh-final-cta .cgfh-kicker {
    color: #f3a25f;
    margin-bottom: 12px;
}

.cgfh-final-cta p {
    color: #c7d2e4;
    font-size: 18px;
    margin-top: 12px;
}

/* Tablet */
@media (max-width: 1100px) {
    .cgfh-hero-grid {
        gap: 32px;
        grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    }

    .cgfh-page h1 {
        font-size: 48px;
    }

    .cgfh-dashboard-frame {
        width: 440px;
    }

    .cgfh-video-card {
        width: 200px;
    }
}

@media (max-width: 980px) {
    .cgfh-hero {
        padding: 72px 0 80px;
    }

    .cgfh-hero::before {
        display: none;
    }

    .cgfh-hero-grid,
    .cgfh-human-layout,
    .cgfh-actions-layout,
    .cgfh-improve-header,
    .cgfh-commerce-hero,
    .cgfh-connect-layout {
        grid-template-columns: 1fr;
    }

    .cgfh-hero-copy {
        max-width: 700px;
    }

    .cgfh-hero-product {
        height: 600px;
        margin: 0 auto;
        max-width: 660px;
        width: 100%;
    }

    .cgfh-dashboard-frame {
        width: min(88%, 560px);
    }

    .cgfh-video-card {
        right: 2%;
    }

    .cgfh-trust .cgfh-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .cgfh-logo-row {
        flex-wrap: wrap;
        justify-content: center;
    }

    .cgfh-actions-image {
        max-width: 680px;
        position: static;
    }

    .cgfh-commerce-hero img {
        max-width: 760px;
    }

    .cgfh-connect-layout {
        gap: 48px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .cgfh-container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .cgfh-page h1 {
        font-size: 36px;
        letter-spacing: -0.035em;
    }

    .cgfh-page h2 {
        font-size: 30px;
        letter-spacing: -0.025em;
    }

    .cgfh-page h3 {
        font-size: 19px;
    }

    .cgfh-hero,
    .cgfh-live-demo,
    .cgfh-human-section,
    .cgfh-actions-section,
    .cgfh-improve-section,
    .cgfh-commerce-section,
    .cgfh-connect-section {
        padding-bottom: 64px;
        padding-top: 64px;
    }

    .cgfh-hero-grid {
        gap: 44px;
    }

    .cgfh-lead {
        font-size: 18px;
        margin: 22px 0 26px !important;
    }

    .cgfh-actions,
    .cgfh-actions .cgfh-button {
        width: 100%;
    }

    .cgfh-hero-product {
        height: 430px;
    }

    .cgfh-dashboard-frame {
        left: -3%;
        top: 24px;
        width: 96%;
    }

    .cgfh-dashboard-frame img {
        height: 270px;
    }

    .cgfh-platform-logos {
        gap: 6px;
        right: 4px;
    }

    .cgfh-platform-logos span {
        font-size: 0;
        justify-content: center;
        min-height: 40px;
        padding: 6px;
        width: 40px;
    }

    .cgfh-platform-logos img {
        height: 24px;
        width: 24px;
    }

    .cgfh-platform-logos .is-woo img {
        height: 18px;
        width: 34px;
    }

    .cgfh-video-card {
        bottom: 0;
        height: 290px;
        right: 0;
        width: 164px;
    }

    .cgfh-logo-row {
        gap: 22px 28px;
    }

    .cgfh-logo-row img {
        max-width: 120px;
    }

    .cgfh-section-heading--light p {
        font-size: 16px;
    }

    .cgfh-demo-stage {
        height: 570px;
        margin-top: 34px;
    }

    .cgfh-demo-nav {
        gap: 0;
        height: 58px;
        padding: 0 18px;
    }

    .cgfh-demo-nav span {
        display: none;
    }

    .cgfh-demo-copy {
        left: 24px;
        max-width: calc(100% - 48px);
        top: 17%;
    }

    .cgfh-demo-copy strong {
        font-size: 27px;
    }

    .cgfh-demo-products {
        left: 24px;
    }

    .cgfh-demo-products i {
        height: 82px;
        width: 82px;
    }

    .cgfh-demo-products i:nth-child(3) {
        display: none;
    }

    .cgfh-demo-launcher {
        bottom: 20px;
        height: 90px;
        right: 18px;
        width: 90px;
    }

    .cgfh-demo-launcher span {
        bottom: 22px;
        right: 98px;
    }

    .cgfh-demo-panel {
        border-radius: 12px 12px 0 0;
        left: auto;
        right: 18px;
        width: min(250px, calc(100% - 36px));
    }

    .cgfh-demo-video {
        height: 394px;
    }

    .cgfh-story-intro,
    .cgfh-case-band-grid,
    .cgfh-final-grid {
        grid-template-columns: 1fr;
    }

    .cgfh-story-intro {
        margin-bottom: 34px;
    }

    .cgfh-story-intro .cgfh-kicker {
        grid-column: 1;
    }

    .cgfh-case-visual {
        border-left-width: 5px;
        padding: 12px 12px 10px;
    }

    .cgfh-case-band {
        padding: 52px 0;
    }

    .cgfh-case-band dl {
        gap: 28px;
    }

    .cgfh-case-band dt {
        font-size: 40px;
    }

    .cgfh-actions-layout {
        gap: 52px;
    }

    .cgfh-actions-image img {
        box-shadow: 10px 10px 0 var(--cgfh-orange-soft);
    }

    .cgfh-feature-columns,
    .cgfh-commerce-list {
        grid-template-columns: 1fr;
    }

    .cgfh-feature-columns {
        margin-top: 44px;
    }

    .cgfh-feature-columns li,
    .cgfh-feature-columns li:nth-child(even),
    .cgfh-commerce-list li,
    .cgfh-commerce-list li:nth-child(even) {
        border-left: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .cgfh-feature-columns li:last-child {
        grid-column: 1;
        max-width: none;
    }

    .cgfh-commerce-hero img {
        border-width: 5px;
        box-shadow: 10px 10px 0 #142b77;
    }

    .cgfh-commerce-list {
        margin-top: 52px;
    }

    .cgfh-final-grid {
        gap: 30px;
    }
}

@media (max-width: 380px) {
    .cg-grb-badge.cg-grb-badge--white {
        flex-wrap: wrap !important;
        justify-content: center !important;
        max-width: calc(100vw - 32px) !important;
        white-space: normal !important;
        width: calc(100vw - 32px) !important;
    }

    .cg-grb-badge.cg-grb-badge--white .cg-grb-google {
        flex: 0 0 40px !important;
        width: 40px !important;
    }

    .cgfh-hero-product {
        height: 390px;
    }

    .cgfh-dashboard-frame img {
        height: 235px;
    }

    .cgfh-video-card {
        height: 255px;
        width: 146px;
    }

    .cgfh-action-stack span {
        padding: 7px 10px;
    }

    .cgfh-case-band dl {
        flex-direction: column;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cgfh-dashboard-frame,
    .cgfh-video-card,
    .cgfh-case-visual,
    .cgfh-commerce-hero img {
        transform: none;
    }

    .cgfh-page *,
    .cgfh-page *::before,
    .cgfh-page *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}
