/* CompleteGreet Features page v2: canonical website design system */
.cgf-page {
    --cg-blue: #3b5dcd;
    --cg-blue-dark: #2f4fb8;
    --cg-blue-soft: #f3f5fd;
    --cg-orange: #e48333;
    --cg-orange-dark: #b85a12;
    --cg-orange-hover: #a94f0b;
    --cg-orange-soft: #fdf4ed;
    --cg-navy: #010b14;
    --cg-heading: #333333;
    --cg-body: #666666;
    --cg-muted: #667085;
    --cg-border: #e2e8f0;
    color: var(--cg-body);
    background: #ffffff;
    font-family: "Open Sans", Arial, sans-serif;
    overflow-x: clip;
}

.cgf-page *,
.cgf-page *::before,
.cgf-page *::after {
    box-sizing: border-box;
}

.cgf-page h1,
.cgf-page h2,
.cgf-page h3,
.cgf-page p,
.cgf-page ul {
    margin-top: 0;
}

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

.cgf-container {
    width: min(100% - 64px, 1080px);
    margin-inline: auto;
}

.cgf-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    margin-bottom: 20px;
    padding: 5px 13px;
    border-radius: 999px;
    color: var(--cg-orange-dark);
    background: #fff7ed;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
}

/* Hero */
.cgf-hero {
    padding: 80px 0 88px;
    background: var(--cg-blue-soft);
}

.cgf-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.96fr) minmax(430px, 1.04fr);
    align-items: center;
    gap: 56px;
}

.cgf-hero-copy {
    position: relative;
    z-index: 2;
}

.cgf-hero h1 {
    max-width: 620px;
    margin-bottom: 24px;
    font-size: 56px;
    font-weight: 700;
    letter-spacing: -0.035em;
    line-height: 1.05;
}

.cgf-hero h1 > span {
    color: var(--cg-orange);
}

.cgf-hero-copy > p {
    max-width: 590px;
    margin-bottom: 32px;
    color: #475569;
    font-size: 20px;
    line-height: 1.5;
}

.cgf-button-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.cgf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 174px;
    min-height: 52px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    text-align: center;
    text-decoration: none !important;
    transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.cgf-button:hover {
    transform: translateY(-2px);
}

.cgf-button:focus-visible {
    outline: 3px solid rgba(59, 93, 205, 0.35);
    outline-offset: 3px;
    box-shadow: 0 0 0 3px #ffffff;
}

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

.cgf-button--primary:hover {
    color: #ffffff !important;
    background: var(--cg-orange-hover);
    border-color: var(--cg-orange-hover);
}

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

.cgf-button--secondary:hover {
    color: var(--cg-blue-dark) !important;
    background: #ffffff;
    border-color: var(--cg-blue-dark);
}

.cgf-button--light {
    color: #ffffff !important;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.82);
}

.cgf-button--light:hover {
    color: var(--cg-navy) !important;
    background: #ffffff;
    border-color: #ffffff;
}

.cgf-hero-proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px 9px;
    margin-top: 27px;
    color: #333a45;
    font-size: 12px;
    line-height: 1.5;
}

.cgf-stars {
    color: #f5a800;
    font-size: 17px;
    letter-spacing: 1px;
}

.cgf-google {
    color: var(--cg-blue);
    font-weight: 700;
}

.cgf-hero-visual {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 475px;
    perspective: 1100px;
}

.cgf-hero-site {
    position: relative;
    width: 100%;
    max-width: 520px;
    min-height: 390px;
    overflow: visible;
    transform: rotate(-1.5deg);
    border: 8px solid #ffffff;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.cgf-hero-visual:not(.is-paused) .cgf-hero-site {
    animation: cgf-site-float 12s ease-in-out infinite;
}

.cgf-hero-site-bar,
.cgf-preview-bar {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 0 15px;
    border-bottom: 1px solid var(--cg-border);
    border-radius: 8px 8px 0 0;
    background: #f8fafc;
}

.cgf-hero-site-bar > span,
.cgf-preview-bar > span {
    width: 9px;
    height: 9px;
    margin-right: 6px;
    border-radius: 50%;
    background: #d3dce6;
}

.cgf-hero-site-bar > span:first-child,
.cgf-preview-bar > span:first-child {
    background: #f19067;
}

.cgf-hero-site-bar > span:nth-child(2),
.cgf-preview-bar > span:nth-child(2) {
    background: #f6c45b;
}

.cgf-hero-site-bar > span:nth-child(3),
.cgf-preview-bar > span:nth-child(3) {
    background: #63cfb3;
}

.cgf-hero-site-bar small,
.cgf-preview-bar small {
    flex: 1;
    height: 24px;
    margin-left: 10px;
    padding: 4px 12px;
    border-radius: 6px;
    color: #98a2b3;
    background: #ffffff;
    font-size: 10px;
    font-weight: 600;
}

.cgf-hero-site-content {
    padding: 32px 27px 26px;
}

.cgf-site-line {
    height: 10px;
    margin-bottom: 13px;
    border-radius: 999px;
    background: #e9edf3;
}

.cgf-site-line--short {
    width: 28%;
}

.cgf-site-line--long {
    width: 62%;
}

.cgf-site-media {
    height: 145px;
    margin-top: 25px;
    border-radius: 12px;
    background: #f5f7fa;
}

.cgf-site-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 19px;
}

.cgf-site-columns span {
    display: block;
    height: 65px;
    border-radius: 10px;
    background: #f8fafc;
}

.cgf-hero-bubble {
    position: absolute;
    right: -34px;
    bottom: 28px;
    z-index: 3;
    width: 172px;
    height: 172px;
    overflow: hidden;
    border: 6px solid var(--cg-orange);
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.2);
}

.cgf-hero-bubble svg {
    display: block;
    width: 100%;
    height: 100%;
}

.cgf-hero-video-bg {
    fill: #dfe7ff;
}

.cgf-hero-sun {
    fill: #f9be7c;
    opacity: 0.78;
}

.cgf-hero-hill {
    fill: var(--cg-blue);
    opacity: 0.14;
}

.cgf-person-skin,
.cgf-person-wave .cgf-person-skin {
    fill: #f3b384;
}

.cgf-person-hair,
.cgf-eye {
    fill: #172033;
}

.cgf-person-shirt {
    fill: var(--cg-blue);
}

.cgf-person-arm {
    fill: none;
    stroke: #f3b384;
    stroke-linecap: round;
    stroke-width: 20px;
}

.cgf-person-smile {
    fill: none;
    stroke: #8d4932;
    stroke-linecap: round;
    stroke-width: 4px;
}

.cgf-person-wave,
.cgf-person-head,
.cgf-eye {
    transform-box: fill-box;
    transform-origin: center;
}

.cgf-hero-visual:not(.is-paused) .cgf-person-wave {
    animation: cgf-wave 9s ease-in-out infinite;
    transform-origin: 82% 88%;
}

.cgf-hero-visual:not(.is-paused) .cgf-person-head {
    animation: cgf-head 11s ease-in-out infinite;
    transform-origin: center bottom;
}

.cgf-hero-visual:not(.is-paused) .cgf-eye {
    animation: cgf-blink 8s linear infinite;
}

.cgf-live-dot {
    position: absolute;
    right: 12px;
    bottom: 17px;
    width: 17px;
    height: 17px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    background: var(--cg-orange);
    box-shadow: 0 0 0 5px rgba(228, 131, 51, 0.2);
}

.cgf-welcome-card {
    position: absolute;
    right: 104px;
    bottom: 76px;
    z-index: 2;
    display: grid;
    gap: 2px;
    min-width: 190px;
    padding: 13px 17px 14px;
    border-radius: 12px 12px 2px 12px;
    color: #ffffff;
    background: var(--cg-blue);
    box-shadow: 0 8px 18px rgba(59, 93, 205, 0.25);
    font-size: 12px;
    line-height: 1.4;
}

.cgf-welcome-card strong {
    font-size: 13px;
}

.cgf-welcome-card i {
    width: 92px;
    height: 6px;
    margin-top: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.45);
}

.cgf-platform-chip {
    position: absolute;
    bottom: -23px;
    left: 42px;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 11px;
    min-height: 46px;
    padding: 0 18px;
    border: 1px solid var(--cg-border);
    border-radius: 999px;
    color: #475569;
    background: #ffffff;
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
    font-size: 12px;
    font-weight: 700;
}

.cgf-platform-chip b {
    color: var(--cg-orange);
    font-size: 17px;
}

/* Proof */
.cgf-proof {
    padding: 30px 0 36px;
    border-bottom: 1px solid var(--cg-border);
    background: #ffffff;
}

.cgf-proof p {
    margin-bottom: 22px;
    color: #667085;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.cgf-logo-row {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(24px, 5vw, 58px);
}

.cgf-logo-row img {
    display: block;
    width: auto;
    max-width: 150px;
    height: 44px;
    object-fit: contain;
    filter: saturate(0.7);
}

/* Feature catalogue */
.cgf-features-section {
    padding: 80px 0;
    background: #ffffff;
}

.cgf-features-section--stores {
    background: #f8fafc;
}

#every-website,
#online-stores {
    scroll-margin-top: 142px;
}

.cgf-section-header {
    max-width: 720px;
    margin: 0 auto 48px;
    text-align: center;
}

.cgf-section-header h2 {
    margin-bottom: 20px;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
}

.cgf-section-header > p {
    margin-bottom: 0;
    color: #667085;
    font-size: 18px;
    line-height: 1.6;
}

.cgf-feature-list {
    display: grid;
    gap: 32px;
}

.cgf-feature-row {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(390px, 1.18fr);
    align-items: center;
    gap: 48px;
    min-height: 380px;
    padding: 48px;
    border-radius: 16px;
}

.cgf-feature-row--blue {
    background: var(--cg-blue-soft);
}

.cgf-feature-row--white {
    border: 1px solid var(--cg-border);
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06);
}

.cgf-feature-row--warm {
    background: var(--cg-orange-soft);
}

.cgf-feature-row--reverse {
    grid-template-columns: minmax(390px, 1.18fr) minmax(0, 0.82fr);
}

.cgf-feature-row--reverse .cgf-feature-copy {
    order: 2;
}

.cgf-feature-row--reverse .cgf-product-preview {
    order: 1;
}

.cgf-feature-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
}

.cgf-feature-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--cg-blue);
    font-size: 12px;
    font-weight: 700;
}

.cgf-feature-row--warm .cgf-feature-number {
    background: var(--cg-orange-dark);
}

.cgf-feature-copy h3 {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3;
}

.cgf-feature-copy > p {
    max-width: 580px;
    margin-bottom: 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.65;
}

.cgf-points {
    display: grid;
    gap: 9px;
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}

.cgf-points li {
    position: relative;
    padding-left: 26px;
    color: #475569;
    font-size: 14px;
    line-height: 1.55;
}

.cgf-points li::before {
    position: absolute;
    top: 6px;
    left: 2px;
    width: 13px;
    height: 7px;
    transform: rotate(-45deg);
    border-bottom: 2px solid var(--cg-blue);
    border-left: 2px solid var(--cg-blue);
    content: "";
}

.cgf-product-preview {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cg-border);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.cgf-preview-bar {
    height: 42px;
    border-radius: 15px 15px 0 0;
}

.cgf-preview-bar small {
    max-width: 210px;
}

.cgf-illustration-shell {
    position: relative;
    min-height: 300px;
    overflow: hidden;
    background: #fbfcfe;
}

.cgf-illustration-shell:empty::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
    border: 3px solid rgba(59, 93, 205, 0.18);
    border-top-color: var(--cg-blue);
    border-radius: 50%;
    animation: cgf-loader 900ms linear infinite;
    content: "";
}

.cgf-illustration-shell svg {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.cgf-illustration-shell text {
    fill: #334155;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-anchor: middle;
}

.cgf-illustration-shell .cgf-text-light {
    fill: #ffffff;
}

.cgf-scene-bg {
    fill: #fbfcfe;
}

.cgf-grid path {
    fill: none;
    stroke: #e7ebfa;
    stroke-width: 1;
}

.cgf-card {
    fill: #ffffff;
    stroke: #d3dce6;
    stroke-width: 2;
    filter: drop-shadow(0 5px 8px rgba(15, 23, 42, 0.06));
}

.cgf-fill-blue,
.cgf-dot-blue,
.cgf-shirt {
    fill: var(--cg-blue);
}

.cgf-fill-blue-soft {
    fill: #e7ebfa;
}

.cgf-fill-orange,
.cgf-dot-orange {
    fill: var(--cg-orange-dark);
}

.cgf-fill-orange-soft {
    fill: #ffe8d1;
}

.cgf-skin {
    fill: #f3b384;
}

.cgf-pill {
    fill: #ffffff;
    stroke: #c7d0f1;
    stroke-width: 2;
}

.cgf-line,
.cgf-globe,
.cgf-calendar-grid path,
.cgf-trigger {
    fill: none;
    stroke: #8a96a8;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 3;
}

.cgf-line-light {
    fill: none;
    stroke: rgba(255, 255, 255, 0.48);
    stroke-width: 2;
}

.cgf-check {
    fill: none;
    stroke: #ffffff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5;
}

.cgf-play {
    fill: #ffffff;
}

.cgf-caption {
    fill: rgba(1, 11, 20, 0.8);
}

.cgf-caption + text {
    fill: #ffffff;
    font-size: 11px;
}

.cgf-file {
    fill: #ffffff;
    stroke: var(--cg-blue);
    stroke-linejoin: round;
    stroke-width: 3;
}

.cgf-phone,
.cgf-bell,
.cgf-shield,
.cgf-bag,
.cgf-cart {
    fill: none;
    stroke: var(--cg-blue);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 5;
}

.cgf-chart {
    fill: none;
    stroke: var(--cg-orange-dark);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 6;
}

.cgf-illustration-shell:not(.is-paused) .cgf-a {
    animation: cgf-float-a 10s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.cgf-illustration-shell:not(.is-paused) .cgf-b {
    animation: cgf-float-b 12s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.cgf-illustration-shell:not(.is-paused) .cgf-c {
    animation: cgf-fade 9s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.cgf-illustration-shell:not(.is-paused) .cgf-cycle > *:nth-child(3n + 1) {
    animation: cgf-cycle-one 12s ease-in-out infinite;
}

.cgf-illustration-shell:not(.is-paused) .cgf-cycle > *:nth-child(3n + 2) {
    animation: cgf-cycle-two 12s ease-in-out infinite;
}

.cgf-illustration-shell:not(.is-paused) .cgf-cycle > *:nth-child(3n) {
    animation: cgf-cycle-three 12s ease-in-out infinite;
}

.cgf-illustration-shell:not(.is-paused) .cgf-pulse {
    animation: cgf-pulse 9s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: center;
}

.cgf-illustration-shell:not(.is-paused) .cgf-draw {
    stroke-dasharray: 340;
    stroke-dashoffset: 340;
    animation: cgf-draw 11s ease-in-out infinite;
}

.cgf-illustration-shell:not(.is-paused) .cgf-wave {
    animation: cgf-small-wave 8s ease-in-out infinite;
    transform-box: fill-box;
    transform-origin: left bottom;
}

/* Conversion */
.cgf-final-cta {
    padding: 80px 0;
    color: #ffffff;
    background: var(--cg-navy);
    text-align: center;
}

.cgf-final-cta h2 {
    max-width: 720px;
    margin: 0 auto 18px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.15;
}

.cgf-final-cta p {
    max-width: 700px;
    margin: 0 auto 30px;
    color: #d3dce6;
    font-size: 18px;
    line-height: 1.6;
}

.cgf-button-group--center {
    justify-content: center;
}

@keyframes cgf-site-float {
    0%, 100% { transform: rotate(-1.5deg) translateY(0); }
    50% { transform: rotate(-0.5deg) translateY(-7px); }
}

@keyframes cgf-wave {
    0%, 12%, 35%, 100% { transform: rotate(0deg); }
    18% { transform: rotate(10deg); }
    24% { transform: rotate(-8deg); }
    30% { transform: rotate(7deg); }
}

@keyframes cgf-head {
    0%, 30%, 100% { transform: rotate(0deg); }
    42%, 60% { transform: rotate(2deg); }
}

@keyframes cgf-blink {
    0%, 45%, 48%, 100% { transform: scaleY(1); }
    46%, 47% { transform: scaleY(0.12); }
}

@keyframes cgf-float-a {
    0%, 100% { transform: translate3d(0, 0, 0); opacity: 1; }
    50% { transform: translate3d(7px, -5px, 0); opacity: 0.94; }
}

@keyframes cgf-float-b {
    0%, 100% { transform: translate3d(0, 0, 0); }
    50% { transform: translate3d(-6px, 5px, 0); }
}

@keyframes cgf-fade {
    0%, 18%, 100% { opacity: 0.55; transform: scale(0.95); }
    35%, 80% { opacity: 1; transform: scale(1); }
}

@keyframes cgf-cycle-one {
    0%, 28%, 100% { opacity: 1; }
    38%, 88% { opacity: 0.35; }
}

@keyframes cgf-cycle-two {
    0%, 30%, 62%, 100% { opacity: 0.35; }
    40%, 58% { opacity: 1; }
}

@keyframes cgf-cycle-three {
    0%, 58%, 90%, 100% { opacity: 0.35; }
    68%, 86% { opacity: 1; }
}

@keyframes cgf-pulse {
    0%, 26%, 100% { transform: scale(1); opacity: 1; }
    35% { transform: scale(1.18); opacity: 0.8; }
    44% { transform: scale(1); opacity: 1; }
}

@keyframes cgf-draw {
    0%, 8% { stroke-dashoffset: 340; opacity: 0.45; }
    34%, 86% { stroke-dashoffset: 0; opacity: 1; }
    100% { stroke-dashoffset: -340; opacity: 0.45; }
}

@keyframes cgf-small-wave {
    0%, 28%, 100% { transform: rotate(0deg); }
    36% { transform: rotate(-8deg); }
    44% { transform: rotate(8deg); }
    52% { transform: rotate(0deg); }
}

@keyframes cgf-loader {
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@media (min-width: 981px) and (max-width: 1100px) {
    body.page-template-page-features .et-l--header .et-menu-nav > ul > li {
        padding-right: 7px;
        padding-left: 7px;
    }

    .cgf-feature-row {
        gap: 32px;
        padding: 40px;
    }
}

@media (max-width: 980px) {
    .cgf-container {
        width: min(100% - 40px, 760px);
    }

    .cgf-hero {
        padding: 64px 0 72px;
    }

    .cgf-hero-grid {
        grid-template-columns: 1fr;
        gap: 56px;
    }

    .cgf-hero-copy {
        max-width: 720px;
    }

    .cgf-hero-visual {
        min-height: 450px;
    }

    .cgf-feature-row,
    .cgf-feature-row--reverse {
        grid-template-columns: 1fr;
        gap: 32px;
        min-height: 0;
        padding: 40px;
    }

    .cgf-feature-row--reverse .cgf-feature-copy,
    .cgf-feature-row--reverse .cgf-product-preview {
        order: initial;
    }

    #every-website,
    #online-stores {
        scroll-margin-top: 104px;
    }
}

@media (max-width: 640px) {
    .cgf-container {
        width: min(100% - 40px, 560px);
    }

    .cgf-hero {
        padding: 56px 0;
    }

    .cgf-hero h1 {
        margin-bottom: 20px;
        font-size: 36px;
        line-height: 1.1;
    }

    .cgf-hero-copy > p {
        margin-bottom: 28px;
        font-size: 18px;
        line-height: 1.5;
    }

    .cgf-button-group {
        flex-direction: column;
        width: 100%;
    }

    .cgf-button {
        width: 100%;
        min-width: 0;
    }

    .cgf-hero-proof {
        align-items: flex-start;
        margin-top: 24px;
    }

    .cgf-hero-visual {
        min-height: 335px;
        padding: 0 14px 0 0;
    }

    .cgf-hero-site {
        min-height: 300px;
        border-width: 5px;
        border-radius: 12px;
    }

    .cgf-hero-site-bar {
        height: 36px;
    }

    .cgf-hero-site-content {
        padding: 22px 17px;
    }

    .cgf-site-media {
        height: 105px;
        margin-top: 18px;
    }

    .cgf-site-columns span {
        height: 45px;
    }

    .cgf-hero-bubble {
        right: -14px;
        bottom: 20px;
        width: 124px;
        height: 124px;
        border-width: 5px;
    }

    .cgf-welcome-card {
        right: 75px;
        bottom: 53px;
        min-width: 156px;
        padding: 10px 12px;
        font-size: 10px;
    }

    .cgf-welcome-card strong {
        font-size: 11px;
    }

    .cgf-platform-chip {
        bottom: -18px;
        left: 18px;
        min-height: 38px;
        padding: 0 12px;
        font-size: 10px;
    }

    .cgf-proof {
        padding: 28px 0;
    }

    .cgf-logo-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 22px 18px;
    }

    .cgf-logo-row img {
        max-width: 126px;
        height: 38px;
        margin-inline: auto;
    }

    .cgf-features-section {
        padding: 56px 0;
    }

    .cgf-section-header {
        margin-bottom: 32px;
        text-align: left;
    }

    .cgf-section-header h2 {
        font-size: 30px;
        line-height: 1.15;
    }

    .cgf-section-header > p {
        font-size: 17px;
    }

    .cgf-feature-list {
        gap: 20px;
    }

    .cgf-feature-row,
    .cgf-feature-row--reverse {
        gap: 28px;
        padding: 28px 24px;
        border-radius: 12px;
    }

    .cgf-feature-copy h3 {
        font-size: 20px;
    }

    .cgf-product-preview {
        border-radius: 12px;
    }

    .cgf-preview-bar {
        height: 36px;
    }

    .cgf-preview-bar small {
        max-width: 150px;
    }

    .cgf-illustration-shell,
    .cgf-illustration-shell svg {
        min-height: 220px;
    }

    .cgf-final-cta {
        padding: 64px 0;
    }

    .cgf-final-cta h2 {
        font-size: 30px;
    }

    .cgf-final-cta p {
        font-size: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cgf-page *,
    .cgf-page *::before,
    .cgf-page *::after {
        scroll-behavior: auto !important;
        animation: none !important;
        transition-duration: 0.01ms !important;
    }

    .cgf-hero-site {
        transform: rotate(-1deg);
    }

    .cgf-button:hover {
        transform: none;
    }
}
