:root {
    --cfm-gold: #cbb262;
    --cfm-gold-deep: #b89a45;
    --cfm-ink: #202321;
    --cfm-black: #171a18;
    --cfm-muted: #747871;
    --cfm-line: #dedfd9;
    --cfm-soft: #f6f6f4;
    --cfm-cream: #f2ecd1;
    --cfm-white: #ffffff;
    --cfm-radius: 10px;
    --cfm-shadow: 0 18px 48px rgba(20, 24, 21, .08);
}

.cfm-header *, .cfm-footer *, .cfm-hero *, .cfm-section *, .cfm-impact * { box-sizing: border-box; }
.cfm-container { width: min(1280px, calc(100% - 48px)); margin-inline: auto; }
.cfm-hero, .cfm-section, .cfm-impact { color: var(--cfm-ink); font-family: Poppins, Outfit, Inter, sans-serif; }
.cfm-hero h1, .cfm-hero h2, .cfm-hero h3, .cfm-hero p, .cfm-section h1, .cfm-section h2, .cfm-section h3, .cfm-section p, .cfm-impact h1, .cfm-impact h2, .cfm-impact h3, .cfm-impact p { margin-top: 0; }
.cfm-hero a, .cfm-section a, .cfm-impact a { text-decoration: none; }

/* Header */
.cfm-header { position: relative; z-index: 1000; height: 104px; background: #fff; box-shadow: 0 1px 0 rgba(0,0,0,.06); font-family: Poppins, Outfit, sans-serif; }
.cfm-header.is-sticky { position: fixed; inset: 0 0 auto; box-shadow: 0 10px 35px rgba(0,0,0,.09); animation: cfmHeaderDown .25s ease; }
@keyframes cfmHeaderDown { from { transform: translateY(-100%); } to { transform: translateY(0); } }
.cfm-header__inner { height: 104px; display: flex; align-items: center; gap: 36px; }
.cfm-header__logo { display: inline-flex; align-items: center; flex: 0 0 auto; }
.cfm-header__logo img { width: auto !important; height: 58px !important; max-width: 210px; object-fit: contain; }
.cfm-header__nav { display: flex; align-items: stretch; justify-content: center; flex: 1 1 auto; height: 100%; }
.cfm-navigation { list-style: none; margin: 0; padding: 0; display: flex; align-items: stretch; justify-content: center; gap: 4px; }
.cfm-menu-item { position: relative; display: flex; align-items: stretch; }
.cfm-menu-item > a { display: flex; align-items: center; gap: 6px; padding: 0 14px; color: #242723; font-size: 14px; line-height: 1; font-weight: 500; transition: color .2s ease; white-space: nowrap; }
.cfm-menu-item > a:hover, .cfm-menu-item:hover > a { color: var(--cfm-gold-deep); }
.cfm-menu-chevron { width: 14px; height: 14px; margin-top: 1px; }
.cfm-sub-menu { position: absolute; z-index: 30; top: calc(100% - 14px); left: 0; min-width: 240px; padding: 12px; margin: 0; list-style: none; background: #fff; border: 1px solid #ecece7; border-radius: 8px; box-shadow: var(--cfm-shadow); opacity: 0; visibility: hidden; transform: translateY(12px); transition: .2s ease; }
.cfm-menu-item:hover > .cfm-sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.cfm-sub-menu .cfm-menu-item { display: block; }
.cfm-sub-menu .cfm-menu-item > a { min-height: 42px; padding: 8px 12px; font-size: 13px; border-radius: 6px; }
.cfm-sub-menu .cfm-sub-menu { top: 0; left: 100%; }

.cfm-mega-menu { position: fixed; z-index: 40; top: 104px; left: 50%; width: min(1080px, calc(100vw - 72px)); transform: translate(-50%, 14px); background: #fff; border: 1px solid #e9e9e4; border-radius: 0 0 10px 10px; box-shadow: 0 24px 60px rgba(20, 23, 21, .16); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.cfm-menu-item--mega:hover > .cfm-mega-menu, .cfm-menu-item--mega.is-open > .cfm-mega-menu { opacity: 1; visibility: visible; pointer-events: auto; transform: translate(-50%, 0); }
.cfm-mega-menu__inner { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; padding: 30px 34px 34px; }
.cfm-mega-menu__column h3 { margin: 0 0 13px; color: #171a18; font-size: 14px; font-weight: 700; }
.cfm-mega-menu__column ul { list-style: none; margin: 0; padding: 0; }
.cfm-mega-menu__column li + li { margin-top: 2px; }
.cfm-mega-menu__column a { display: block; padding: 6px 0; color: #777b75; font-size: 12px; line-height: 1.35; transition: color .2s ease, transform .2s ease; }
.cfm-mega-menu__column a:hover { color: var(--cfm-gold-deep); transform: translateX(3px); }
.cfm-mega-menu__column a span { display: block; }
.cfm-mega-menu__column a small { display: block; margin-top: 2px; color: #a0a39e; font-size: 10px; }
.cfm-header__actions { display: flex; align-items: center; gap: 10px; flex: 0 0 auto; }
.cfm-header__whatsapp { width: 36px; height: 36px; border-radius: 6px; display: grid; place-items: center; background: #2ec866; color: #fff; font-size: 21px; }
.cfm-header__cta { min-height: 40px; padding: 0 18px; border-radius: 5px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; background: var(--cfm-gold); color: #fff; font-size: 12px; font-weight: 600; white-space: nowrap; }
.cfm-header__cta:hover { background: var(--cfm-gold-deep); color: #fff; }
.cfm-header__language { list-style: none; margin: 0; padding: 0; }
.cfm-header__language .header-language-switcher > .dropdown > a { width: 55px; min-height: 36px; padding: 0 8px; border: 1px solid #d9d9d4; border-radius: 5px; display: flex; align-items: center; justify-content: center; color: #202321; }
.cfm-header__language .header-language-switcher svg { width: 17px; }
.cfm-header__language .dropdown-menu { min-width: 160px; padding: 8px; border-color: #e6e6e0; box-shadow: var(--cfm-shadow); }
.cfm-mobile-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: var(--cfm-black); border-radius: 6px; }
.cfm-mobile-toggle span { display: block; width: 100%; height: 2px; margin: 4px 0; background: #fff; }
.cfm-mobile-panel, .cfm-mobile-backdrop { display: none; }

/* Shared */
.cfm-section { padding: 82px 0; }
.cfm-heading { max-width: 920px; margin: 0 auto 48px; text-align: center; }
.cfm-heading--compact { margin-bottom: 36px; }
.cfm-heading h2, .cfm-impact__copy h2, .cfm-faq__intro h2 { margin-bottom: 15px; color: var(--cfm-ink); font-size: clamp(30px, 3vw, 43px); line-height: 1.08; letter-spacing: -.7px; font-weight: 750; }
.cfm-heading h2 span, .cfm-impact__copy h2 span, .cfm-faq__intro h2 span { color: var(--cfm-gold); }
.cfm-heading p { max-width: 980px; margin: 0 auto; color: #8a8e87; font-size: 13px; line-height: 1.75; }
.cfm-button { min-height: 46px; padding: 0 21px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 4px; font-size: 12px; font-weight: 650; transition: .2s ease; }
.cfm-button--gold { background: var(--cfm-gold); color: #fff; }
.cfm-button--gold:hover { background: var(--cfm-gold-deep); color: #fff; transform: translateY(-2px); }
.cfm-button--outline { border: 1px solid rgba(255,255,255,.55); color: #fff; background: transparent; }
.cfm-button--outline:hover { border-color: var(--cfm-gold); color: var(--cfm-gold); }
.cfm-center-action { margin-top: 40px; text-align: center; }

/* Hero */
.cfm-hero { position: relative; min-height: 480px; display: flex; align-items: center; background: #171a18; color: #fff; overflow: hidden; }
.cfm-hero::before, .cfm-hero::after { content: ""; position: absolute; width: 280px; height: 280px; border: 1px solid rgba(203,178,98,.22); transform: rotate(30deg); }
.cfm-hero::before { left: -170px; top: 35px; }
.cfm-hero::after { right: -125px; bottom: -170px; }
.cfm-hero__pattern { position: absolute; inset: 0; opacity: .19; background-image: linear-gradient(30deg, transparent 47%, rgba(203,178,98,.25) 48%, rgba(203,178,98,.25) 49%, transparent 50%), linear-gradient(150deg, transparent 47%, rgba(203,178,98,.18) 48%, rgba(203,178,98,.18) 49%, transparent 50%); background-size: 78px 136px; mask-image: linear-gradient(90deg,#000 0,transparent 36%,transparent 66%,#000 100%); }
.cfm-hero__grid { position: relative; z-index: 2; min-height: 480px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 60px; }
.cfm-hero__content { padding: 56px 0 52px; }
.cfm-hero__eyebrow { margin-bottom: 12px; color: #fff; font-size: 16px; font-weight: 500; }
.cfm-hero h1 { max-width: 690px; margin-bottom: 16px; color: var(--cfm-gold); font-size: clamp(38px, 4vw, 58px); line-height: 1.08; letter-spacing: -1.4px; font-weight: 800; }
.cfm-hero__description { max-width: 670px; margin-bottom: 30px; color: rgba(255,255,255,.82); font-size: 14px; line-height: 1.75; }
.cfm-hero__buttons { display: flex; flex-wrap: wrap; gap: 13px; }
.cfm-hero__visual { position: relative; align-self: end; display: flex; align-items: flex-end; justify-content: center; height: 100%; }
.cfm-hero__visual::before { content: ""; position: absolute; width: 350px; height: 350px; left: 50%; bottom: 15px; transform: translateX(-50%); border-radius: 50%; background: radial-gradient(circle, rgba(203,178,98,.18), transparent 68%); }
.cfm-hero__visual img { position: relative; z-index: 1; width: min(100%, 510px); max-height: 425px; object-fit: contain; object-position: center bottom; }

/* Partners */
.cfm-partners { padding-top: 62px; padding-bottom: 70px; background: #fff; }
.cfm-partners .cfm-heading h2 { font-size: clamp(28px, 2.5vw, 39px); }
.cfm-partners__grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 22px; align-items: center; }
.cfm-partner { height: 94px; padding: 15px; border: 1px solid #ecece8; border-radius: 3px; display: flex; align-items: center; justify-content: center; background: #fff; transition: .2s ease; }
.cfm-partner:hover { border-color: var(--cfm-gold); transform: translateY(-3px); box-shadow: 0 12px 30px rgba(0,0,0,.06); }
.cfm-partner img { max-width: 100%; max-height: 54px; object-fit: contain; }
.cfm-partner span { color: #757a73; font-size: 14px; font-weight: 700; text-align: center; }

/* Impact */
.cfm-impact { padding: 58px 0; background: linear-gradient(90deg, #f8f4e4 0%, #fff 48%, #f0e7bc 100%); }
.cfm-impact__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.cfm-impact__copy h2 { max-width: 640px; font-size: clamp(28px, 2.7vw, 41px); }
.cfm-impact__copy p { max-width: 670px; margin: 0; color: #898c86; font-size: 13px; line-height: 1.75; }
.cfm-impact__stats { position: relative; display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; max-width: 420px; justify-self: end; }
.cfm-stat-card { min-height: 116px; padding: 18px; border-radius: 7px; background: var(--cfm-gold); display: flex; flex-direction: column; align-items: center; justify-content: center; color: #171a18; text-align: center; }
.cfm-stat-card:nth-child(2), .cfm-stat-card:nth-child(3) { background: #222522; color: #fff; }
.cfm-stat-card strong { font-size: 34px; line-height: 1; font-weight: 800; }
.cfm-stat-card span { margin-top: 8px; font-size: 11px; line-height: 1.2; font-weight: 600; }
.cfm-impact__seal { position: absolute; left: 50%; top: 50%; width: 78px; height: 78px; transform: translate(-50%,-50%); border: 8px solid #fff; border-radius: 50%; display: grid; place-items: center; background: var(--cfm-black); color: var(--cfm-gold); box-shadow: 0 6px 20px rgba(0,0,0,.25); font-size: 24px; }

/* Why */
.cfm-why { background: #f6f6f5; }
.cfm-why__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); border-top: 1px solid var(--cfm-line); border-left: 1px solid var(--cfm-line); }
.cfm-why-card { position: relative; min-height: 218px; padding: 30px 30px 24px; border-right: 1px solid var(--cfm-line); border-bottom: 1px solid var(--cfm-line); background: #fff; overflow: hidden; transition: .2s ease; }
.cfm-why-card:hover { z-index: 2; transform: translateY(-3px); box-shadow: var(--cfm-shadow); }
.cfm-why-card__number { position: absolute; right: 20px; top: 10px; color: #f0f0ed; font-size: 72px; line-height: 1; font-weight: 800; }
.cfm-why-card__icon { position: relative; z-index: 1; width: 47px; height: 47px; margin-bottom: 17px; border: 2px solid var(--cfm-gold); border-radius: 50%; display: grid; place-items: center; color: #1f231f; }
.cfm-why-card__icon svg { width: 25px; height: 25px; }
.cfm-why-card h3 { position: relative; z-index: 1; margin-bottom: 10px; font-size: 17px; line-height: 1.25; font-weight: 700; }
.cfm-why-card p { position: relative; z-index: 1; margin: 0; color: #858983; font-size: 11.5px; line-height: 1.65; }

/* Services */
.cfm-services { background: #fff; }
.cfm-services__panel { min-height: 485px; padding: 18px; border: 1px solid #dfe0dc; border-radius: 8px; display: grid; grid-template-columns: 280px minmax(0,1fr); gap: 16px; background: #fff; box-shadow: 0 12px 35px rgba(20,24,21,.04); }
.cfm-services__tabs { padding: 20px 18px; border-radius: 6px; display: flex; flex-direction: column; gap: 11px; background: #1d201e; }
.cfm-service-tab { width: 100%; min-height: 55px; padding: 0 16px; border: 1px solid rgba(255,255,255,.12); border-radius: 4px; display: flex; align-items: center; justify-content: space-between; background: #fff; color: #373b36; font-size: 13px; font-weight: 600; text-align: left; transition: .2s ease; }
.cfm-service-tab > span { display: flex; align-items: center; gap: 11px; }
.cfm-service-tab svg { width: 20px; height: 20px; color: var(--cfm-gold-deep); }
.cfm-service-tab.is-active { background: var(--cfm-gold); color: #fff; border-color: var(--cfm-gold); }
.cfm-service-tab.is-active svg { color: #fff; }
.cfm-services__all { min-height: 52px; margin-top: auto; padding: 0 15px; border-top: 1px solid rgba(255,255,255,.18); display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 12px; font-weight: 650; }
.cfm-services__all:hover { color: var(--cfm-gold); }
.cfm-services__content { min-width: 0; }
.cfm-service-content { display: none; height: 100%; grid-template-columns: 1.05fr .95fr; gap: 36px; align-items: center; padding: 22px 28px 22px 10px; }
.cfm-service-content.is-active { display: grid; animation: cfmFade .25s ease; }
@keyframes cfmFade { from { opacity: 0; transform: translateY(6px); } to { opacity: 1; transform: none; } }
.cfm-service-content__image { height: 390px; border-radius: 7px; overflow: hidden; background: #f4eee1; }
.cfm-service-content__image img { width: 100%; height: 100%; object-fit: cover; }
.cfm-service-content__copy h3 { margin-bottom: 12px; font-size: 31px; font-weight: 750; }
.cfm-service-content__copy > p { margin-bottom: 18px; color: #858983; font-size: 12.5px; line-height: 1.7; }
.cfm-service-content__copy ul { list-style: none; margin: 0 0 20px; padding: 0; }
.cfm-service-content__copy li { display: flex; align-items: center; gap: 9px; min-height: 29px; color: #636760; font-size: 12px; }
.cfm-service-content__copy li span { width: 7px; height: 7px; background: var(--cfm-gold); }
.cfm-service-content__copy > a { color: var(--cfm-gold-deep); font-size: 12px; font-weight: 700; }

/* Technology */
.cfm-technology { background: var(--cfm-cream); }
.cfm-technology__panel { border: 1px solid #e3dfcb; border-radius: 8px; overflow: hidden; background: #fff; box-shadow: 0 10px 30px rgba(40,35,20,.04); }
.cfm-technology__tabs { min-height: 54px; padding: 0 18px; display: flex; align-items: center; justify-content: space-between; gap: 12px; background: #1d201e; color: #fff; }
.cfm-technology__tabs span { display: inline-flex; align-items: center; gap: 7px; font-size: 11px; white-space: nowrap; }
.cfm-technology__tabs i { color: var(--cfm-gold); font-size: 6px; }
.cfm-technology__grid { display: grid; grid-template-columns: repeat(8, minmax(0,1fr)); padding: 30px 22px 28px; }
.cfm-tech-card { min-height: 122px; padding: 14px 8px; border-right: 1px solid #ecece7; border-bottom: 1px solid #ecece7; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 11px; text-align: center; }
.cfm-tech-card:nth-child(8n) { border-right: 0; }
.cfm-tech-card:nth-last-child(-n+8) { border-bottom: 0; }
.cfm-tech-card img, .cfm-tech-card__fallback { width: 49px; height: 49px; object-fit: contain; }
.cfm-tech-card__fallback { border-radius: 50%; display: grid; place-items: center; background: #f0f6fb; color: #2878b8; font-size: 31px; }
.cfm-tech-card strong { color: #555a54; font-size: 10px; font-weight: 600; }

/* Projects */
.cfm-projects { background: #fff; }
.cfm-projects__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 44px; }
.cfm-project-card__image { position: relative; height: 330px; border-radius: 9px; overflow: hidden; display: block; background: #eee; }
.cfm-project-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.cfm-project-card:hover .cfm-project-card__image img { transform: scale(1.035); }
.cfm-project-card h3 { margin: 17px 0 4px; font-size: 16px; font-weight: 700; }
.cfm-project-card h3 a { color: #1f231f; }
.cfm-project-card > span { display: inline-flex; padding: 3px 9px; border-radius: 12px; background: #161916; color: #fff; font-size: 9px; }

/* Engagement */
.cfm-engagement { background: var(--cfm-cream); }
.cfm-engagement__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 25px; }
.cfm-engagement-card { min-height: 390px; padding: 0 24px 26px; border: 1px solid var(--cfm-gold); border-radius: 9px; background: rgba(255,255,255,.54); overflow: hidden; }
.cfm-engagement-card__head { min-height: 62px; margin: 0 -24px 21px; padding: 0 22px; display: flex; align-items: center; gap: 11px; background: #1d201e; color: #fff; }
.cfm-engagement-card__head { background: #1d201e; }
.cfm-engagement-card__head svg { width: 27px; height: 27px; }
.cfm-engagement-card__head h3 { margin: 0; font-size: 18px; font-weight: 700; }
.cfm-engagement-card > p { min-height: 155px; margin-bottom: 20px; color: #747971; font-size: 12px; line-height: 1.65; }
.cfm-engagement-card ul { list-style: none; margin: 0; padding: 0; }
.cfm-engagement-card li { display: flex; align-items: center; gap: 8px; color: #697068; font-size: 11px; line-height: 1.6; }
.cfm-engagement-card li + li { margin-top: 5px; }
.cfm-engagement-card li i { color: #2fc564; }
.cfm-engagement__cta { min-height: 120px; margin-top: 54px; padding: 26px 30px; border-radius: 9px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: #1c1f1d; color: #fff; }
.cfm-engagement__cta h3 { margin-bottom: 6px; color: #fff; font-size: 24px; font-weight: 700; }
.cfm-engagement__cta p { margin: 0; color: rgba(255,255,255,.68); font-size: 11px; }

/* Testimonials */
.cfm-testimonials { background: #f5f5f4; }
.cfm-testimonials__grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.cfm-testimonial-card { min-height: 300px; padding: 26px; border: 1px solid #dfdfdb; border-radius: 7px; background: #fff; }
.cfm-testimonial-card__title { color: var(--cfm-gold-deep); font-size: 15px; font-weight: 700; }
.cfm-testimonial-card__stars { margin: 6px 0 15px; color: #f5a623; letter-spacing: 2px; font-size: 13px; }
.cfm-testimonial-card > p { min-height: 125px; margin-bottom: 18px; color: #777c75; font-size: 11px; line-height: 1.7; }
.cfm-testimonial-card__author { padding-top: 16px; border-top: 1px solid #ecece8; display: grid; grid-template-columns: 44px 1fr auto; gap: 11px; align-items: center; }
.cfm-testimonial-card__author > img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.cfm-testimonial-card__author strong, .cfm-testimonial-card__author span { display: block; }
.cfm-testimonial-card__author strong { color: #30342f; font-size: 11px; }
.cfm-testimonial-card__author span { color: #9a9d98; font-size: 9px; }
.cfm-google-mark { display: flex; flex-direction: column; align-items: center; color: #777; font-size: 10px; }
.cfm-google-mark i { color: #4285f4; font-size: 23px; }

/* FAQ */
.cfm-faq { background: #fff; }
.cfm-faq__grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
.cfm-faq__intro h2 { font-size: clamp(30px, 3vw, 43px); }
.cfm-faq__intro > p { max-width: 420px; margin-bottom: 28px; color: #858983; font-size: 13px; line-height: 1.7; }
.cfm-faq__accordion { border-top: 1px solid #dddeda; }
.cfm-faq-item { border-bottom: 1px solid #dddeda; }
.cfm-faq-item > button { width: 100%; min-height: 58px; padding: 12px 4px; border: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; background: transparent; color: #242823; font-size: 13px; font-weight: 600; text-align: left; }
.cfm-faq-item > button i { transition: transform .2s ease; }
.cfm-faq-item.is-open > button { color: var(--cfm-gold-deep); }
.cfm-faq-item.is-open > button i { transform: rotate(45deg); }
.cfm-faq-item__answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .25s ease; }
.cfm-faq-item__answer > p { min-height: 0; overflow: hidden; margin: 0; color: #858983; font-size: 12px; line-height: 1.7; }
.cfm-faq-item.is-open .cfm-faq-item__answer { grid-template-rows: 1fr; }
.cfm-faq-item.is-open .cfm-faq-item__answer > p { padding: 0 32px 18px 4px; }

/* Footer */
.cfm-footer { font-family: Poppins, Outfit, sans-serif; }
.cfm-footer__intro { padding: 38px 0; background: #f0f0ef; }
.cfm-footer__intro-grid { display: grid; grid-template-columns: 240px 1fr 330px; gap: 44px; align-items: center; }
.cfm-footer__logo img { width: auto !important; height: 64px !important; max-width: 220px; object-fit: contain; }
.cfm-footer__intro p { margin: 0; color: #888c86; font-size: 11px; line-height: 1.7; }
.cfm-footer__address strong, .cfm-footer__address span { display: block; }
.cfm-footer__address strong { margin-bottom: 5px; color: var(--cfm-gold-deep); font-size: 12px; }
.cfm-footer__address span { color: #8b8f88; font-size: 10px; line-height: 1.55; }
.cfm-footer__main { position: relative; padding: 58px 0 25px; background: #171a18; color: #fff; overflow: hidden; }
.cfm-footer__main::before { content: ""; position: absolute; inset: 0; opacity: .08; background-image: radial-gradient(circle at 20% 110%, var(--cfm-gold) 0, transparent 32%), linear-gradient(20deg, transparent 48%, rgba(255,255,255,.18) 49%, transparent 50%); background-size: auto, 70px 120px; }
.cfm-footer__main > .cfm-container { position: relative; z-index: 1; }
.cfm-footer__grid { display: grid; grid-template-columns: .9fr 1fr 1.4fr 1.05fr; gap: 45px; }
.cfm-footer__column h3 { margin: 0 0 18px; color: #fff; font-size: 14px; font-weight: 700; }
.cfm-footer__links { list-style: none; margin: 0; padding: 0; }
.cfm-footer__links li + li { margin-top: 9px; }
.cfm-footer__links a { color: rgba(255,255,255,.66); font-size: 10.5px; transition: color .2s; }
.cfm-footer__links a:hover { color: var(--cfm-gold); }
.cfm-footer__sales > a { display: flex; align-items: center; gap: 9px; color: rgba(255,255,255,.78); font-size: 10.5px; }
.cfm-footer__sales > a + a { margin-top: 12px; }
.cfm-footer__sales i { width: 19px; color: var(--cfm-gold); text-align: center; }
.cfm-footer__trust-row { margin-top: 40px; padding: 25px 0; border-top: 1px solid rgba(255,255,255,.13); border-bottom: 1px solid rgba(255,255,255,.13); display: flex; justify-content: space-between; gap: 30px; }
.cfm-footer__trust-row strong { display: block; margin-bottom: 11px; color: var(--cfm-gold); font-size: 11px; }
.cfm-footer__trust-row strong span { color: #ff4b55; }
.cfm-footer__badges { display: flex; gap: 7px; }
.cfm-footer__badges span { padding: 5px 8px; border: 1px solid rgba(255,255,255,.18); border-radius: 3px; color: rgba(255,255,255,.7); font-size: 8px; }
.cfm-footer__badges i { margin-right: 4px; color: var(--cfm-gold); }
.cfm-footer__reviews { display: flex; align-items: center; gap: 7px; color: rgba(255,255,255,.7); font-size: 9px; }
.cfm-footer__reviews i { color: #4285f4; font-size: 20px; }
.cfm-footer__reviews b { color: #f7b23b; letter-spacing: 1px; }
.cfm-footer__bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 25px; }
.cfm-footer__bottom p { margin: 0; color: rgba(255,255,255,.47); font-size: 9px; }
.cfm-footer__socials { display: flex; gap: 8px; }
.cfm-footer__socials a { width: 27px; height: 27px; border: 1px solid rgba(255,255,255,.2); border-radius: 4px; display: grid; place-items: center; color: #fff; font-size: 11px; }
.cfm-footer__socials a:hover { border-color: var(--cfm-gold); color: var(--cfm-gold); }

/* Hide Apexa elements that should not remain in the new shell */
body:has(.cfm-hero) .scroll__top { background: var(--cfm-gold); }

@media (max-width: 1199px) {
    .cfm-container { width: min(1120px, calc(100% - 40px)); }
    .cfm-header__inner { gap: 20px; }
    .cfm-menu-item > a { padding-inline: 9px; font-size: 12px; }
    .cfm-header__cta { padding-inline: 13px; }
    .cfm-project-card__image { height: 280px; }
    .cfm-technology__grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
    .cfm-tech-card:nth-child(8n) { border-right: 1px solid #ecece7; }
    .cfm-tech-card:nth-child(4n) { border-right: 0; }
    .cfm-tech-card:nth-last-child(-n+8) { border-bottom: 1px solid #ecece7; }
    .cfm-tech-card:nth-last-child(-n+4) { border-bottom: 0; }
}

@media (max-width: 991px) {
    .cfm-header, .cfm-header__inner { height: 82px; }
    .cfm-header__logo img { height: 48px !important; max-width: 170px; }
    .cfm-header__nav, .cfm-header__actions > .cfm-header__cta, .cfm-header__language { display: none; }
    .cfm-header__actions { margin-left: auto; }
    .cfm-mobile-toggle { display: block; }
    .cfm-mobile-panel { position: fixed; z-index: 1002; inset: 0 0 0 auto; width: min(420px, 88vw); padding: 24px; display: block; background: #fff; transform: translateX(100%); transition: transform .28s ease; overflow-y: auto; }
    .cfm-mobile-panel.is-open { transform: translateX(0); }
    .cfm-mobile-backdrop { position: fixed; z-index: 1001; inset: 0; display: block; background: rgba(0,0,0,.54); opacity: 0; visibility: hidden; transition: .25s; }
    .cfm-mobile-backdrop.is-open { opacity: 1; visibility: visible; }
    .cfm-mobile-panel__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid #ecece8; }
    .cfm-mobile-close { width: 40px; height: 40px; border: 0; border-radius: 5px; background: #171a18; color: #fff; }
    .cfm-mobile-panel__nav { margin-top: 16px; }
    .cfm-navigation--mobile { display: block; }
    .cfm-navigation--mobile .cfm-menu-item { display: block; border-bottom: 1px solid #ecece8; }
    .cfm-navigation--mobile .cfm-menu-item > a { min-height: 52px; padding: 0; justify-content: space-between; color: #242724; font-size: 14px; }
    .cfm-navigation--mobile .cfm-sub-menu, .cfm-navigation--mobile .cfm-mega-menu { position: static; width: auto; min-width: 0; padding: 0 0 14px 14px; border: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; display: none; }
    .cfm-navigation--mobile .cfm-menu-item.is-open > .cfm-sub-menu, .cfm-navigation--mobile .cfm-menu-item.is-open > .cfm-mega-menu { display: block; }
    .cfm-navigation--mobile .cfm-mega-menu__inner { grid-template-columns: 1fr; gap: 0; padding: 0; }
    .cfm-navigation--mobile .cfm-mega-menu__column { border-bottom: 1px dashed #e4e4de; padding: 12px 0; }
    .cfm-navigation--mobile .cfm-mega-menu__column h3 { margin-bottom: 5px; }
    .cfm-navigation--mobile .cfm-mega-menu__column a { padding: 5px 0; }
    .cfm-mobile-panel__actions { display: grid; gap: 10px; margin-top: 24px; }
    .cfm-mobile-panel__whatsapp { min-height: 44px; border: 1px solid #2ec866; border-radius: 5px; display: flex; align-items: center; justify-content: center; gap: 8px; color: #24aa56; font-size: 13px; font-weight: 650; }
    .cfm-hero, .cfm-hero__grid { min-height: 590px; }
    .cfm-hero__grid { grid-template-columns: 1fr .8fr; gap: 20px; }
    .cfm-hero h1 { font-size: 43px; }
    .cfm-partners__grid { grid-template-columns: repeat(3,1fr); }
    .cfm-impact__grid { gap: 35px; }
    .cfm-why__grid { grid-template-columns: repeat(2,1fr); }
    .cfm-services__panel { grid-template-columns: 220px 1fr; }
    .cfm-service-content { grid-template-columns: 1fr; overflow: auto; }
    .cfm-service-content__image { height: 230px; }
    .cfm-projects__grid { gap: 22px; }
    .cfm-project-card__image { height: 220px; }
    .cfm-engagement-card { padding-inline: 17px; }
    .cfm-engagement-card__head { margin-inline: -17px; }
    .cfm-footer__intro-grid { grid-template-columns: 190px 1fr; }
    .cfm-footer__address { grid-column: 2; }
    .cfm-footer__grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 767px) {
    .cfm-container { width: min(100% - 30px, 620px); }
    .cfm-section { padding: 62px 0; }
    .cfm-heading { margin-bottom: 34px; }
    .cfm-heading h2, .cfm-impact__copy h2, .cfm-faq__intro h2 { font-size: 31px; }
    .cfm-header__whatsapp { width: 38px; height: 38px; }
    .cfm-hero, .cfm-hero__grid { min-height: 0; }
    .cfm-hero__grid { display: flex; flex-direction: column; gap: 0; }
    .cfm-hero__content { order: 1; padding: 56px 0 30px; text-align: center; }
    .cfm-hero__eyebrow { font-size: 14px; }
    .cfm-hero h1 { margin-inline: auto; font-size: 38px; }
    .cfm-hero__description { margin-inline: auto; font-size: 13px; }
    .cfm-hero__buttons { justify-content: center; }
    .cfm-hero__visual { order: 2; width: 100%; height: 310px; }
    .cfm-hero__visual img { max-height: 300px; }
    .cfm-partners__grid { grid-template-columns: repeat(2,1fr); gap: 12px; }
    .cfm-partner { height: 78px; }
    .cfm-impact__grid { grid-template-columns: 1fr; text-align: center; }
    .cfm-impact__copy h2, .cfm-impact__copy p { margin-inline: auto; }
    .cfm-impact__stats { justify-self: center; width: 100%; max-width: 420px; }
    .cfm-stat-card { min-height: 105px; }
    .cfm-why__grid { grid-template-columns: 1fr; }
    .cfm-services__panel { min-height: 0; grid-template-columns: 1fr; }
    .cfm-services__tabs { display: grid; grid-template-columns: repeat(2,1fr); }
    .cfm-services__all { grid-column: 1/-1; }
    .cfm-service-content { padding: 8px; gap: 24px; }
    .cfm-service-content__image { height: 300px; }
    .cfm-technology__tabs { padding: 12px; flex-wrap: wrap; justify-content: center; }
    .cfm-technology__grid { grid-template-columns: repeat(2,1fr); }
    .cfm-tech-card:nth-child(4n) { border-right: 1px solid #ecece7; }
    .cfm-tech-card:nth-child(2n) { border-right: 0; }
    .cfm-tech-card:nth-last-child(-n+4) { border-bottom: 1px solid #ecece7; }
    .cfm-tech-card:nth-last-child(-n+2) { border-bottom: 0; }
    .cfm-projects__grid, .cfm-engagement__grid, .cfm-testimonials__grid { grid-template-columns: 1fr; }
    .cfm-project-card__image { height: 330px; }
    .cfm-engagement-card > p { min-height: 0; }
    .cfm-engagement__cta { align-items: flex-start; flex-direction: column; }
    .cfm-faq__grid { grid-template-columns: 1fr; gap: 45px; }
    .cfm-footer__intro-grid { grid-template-columns: 1fr; gap: 20px; text-align: center; }
    .cfm-footer__logo { justify-self: center; }
    .cfm-footer__address { grid-column: auto; }
    .cfm-footer__grid { grid-template-columns: repeat(2,1fr); gap: 35px 25px; }
    .cfm-footer__trust-row, .cfm-footer__bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 480px) {
    .cfm-header__logo img { height: 43px !important; max-width: 150px; }
    .cfm-header__whatsapp { display: none; }
    .cfm-hero h1 { font-size: 32px; }
    .cfm-button { width: 100%; }
    .cfm-hero__buttons { width: 100%; }
    .cfm-partners__grid { grid-template-columns: 1fr 1fr; }
    .cfm-impact__stats { gap: 7px; }
    .cfm-stat-card { padding: 12px; }
    .cfm-stat-card strong { font-size: 27px; }
    .cfm-services__tabs { grid-template-columns: 1fr; }
    .cfm-service-content__image { height: 230px; }
    .cfm-project-card__image { height: 260px; }
    .cfm-footer__grid { grid-template-columns: 1fr; }
}

/* Desktop proportions matched to the approved Code Falcons homepage artwork. */
@media (min-width: 1200px) {
    .cfm-container { width: min(1320px, calc(100% - 40px)); }

    .cfm-heading { margin-bottom: 58px; }
    .cfm-heading--compact { margin-bottom: 50px; }
    .cfm-heading h2, .cfm-impact__copy h2, .cfm-faq__intro h2 { font-size: clamp(34px, 3.1vw, 46px); }
    .cfm-heading p, .cfm-impact__copy p, .cfm-faq__intro > p { font-size: 14px; }

    .cfm-partners { padding-top: 92px; padding-bottom: 100px; }
    .cfm-partner { height: 114px; }
    .cfm-partner img { max-height: 68px; }

    .cfm-impact { padding: 78px 0; }
    .cfm-impact__copy h2 { font-size: 41px; }
    .cfm-stat-card { min-height: 140px; }
    .cfm-impact__seal { width: 88px; height: 88px; }

    .cfm-why { padding-top: 108px; padding-bottom: 108px; }
    .cfm-why-card { min-height: 280px; padding: 38px 34px 30px; }
    .cfm-why-card__icon { width: 52px; height: 52px; margin-bottom: 21px; }
    .cfm-why-card h3 { font-size: 18px; }
    .cfm-why-card p { font-size: 12.5px; line-height: 1.72; }

    .cfm-services { padding-top: 94px; padding-bottom: 92px; }
    .cfm-services__panel { min-height: 510px; }
    .cfm-service-content__image { height: 412px; }

    .cfm-technology { padding-top: 98px; padding-bottom: 102px; }
    .cfm-technology__grid { padding-top: 36px; padding-bottom: 36px; }
    .cfm-tech-card { min-height: 145px; }
    .cfm-tech-card img, .cfm-tech-card__fallback { width: 56px; height: 56px; }

    .cfm-projects { padding-top: 150px; padding-bottom: 148px; }
    .cfm-project-card__image { height: 390px; }
    .cfm-project-card h3 { margin-top: 21px; font-size: 17px; }
    .cfm-projects .cfm-center-action { margin-top: 62px; }

    .cfm-engagement { padding-top: 112px; padding-bottom: 116px; }
    .cfm-engagement-card { min-height: 650px; padding: 0 28px 34px; }
    .cfm-engagement-card__head { min-height: 72px; margin: 0 -28px 28px; padding: 0 26px; }
    .cfm-engagement-card__head h3 { font-size: 20px; }
    .cfm-engagement-card > p { min-height: 350px; margin-bottom: 26px; font-size: 13px; line-height: 1.75; }
    .cfm-engagement-card li { font-size: 12px; line-height: 1.75; }
    .cfm-engagement__cta { min-height: 165px; margin-top: 68px; padding: 34px 38px; }
    .cfm-engagement__cta h3 { font-size: 27px; }

    .cfm-testimonials { padding-top: 118px; padding-bottom: 122px; }
    .cfm-testimonial-card { min-height: 380px; padding: 31px; }
    .cfm-testimonial-card > p { min-height: 178px; font-size: 12px; line-height: 1.78; }
    .cfm-testimonials .cfm-center-action { margin-top: 56px; }

    .cfm-faq { padding-top: 126px; padding-bottom: 128px; }
    .cfm-faq-item > button { min-height: 72px; font-size: 14px; }
    .cfm-faq-item.is-open .cfm-faq-item__answer > p { padding-bottom: 28px; }

    .cfm-footer__intro { padding: 64px 0; }
    .cfm-footer__intro-grid { min-height: 100px; }
    .cfm-footer__main { padding-top: 82px; padding-bottom: 34px; }
    .cfm-footer__column h3 { margin-bottom: 22px; font-size: 15px; }
    .cfm-footer__links li + li { margin-top: 13px; }
    .cfm-footer__links a, .cfm-footer__sales > a { font-size: 11.5px; }
    .cfm-footer__sales > a + a { margin-top: 16px; }
    .cfm-footer__trust-row { margin-top: 55px; padding: 34px 0; }
    .cfm-footer__bottom { min-height: 105px; }
}

/* V3: page-builder sections, accessible technology tabs and mobile mega menu */
html.cfm-menu-open { overflow: hidden; }
.cfm-mega-column-toggle { display: none; }
.cfm-impact__eyebrow { display: block; margin-bottom: 8px; color: var(--cfm-gold-deep); font-size: 11px; font-weight: 750; letter-spacing: .12em; }
.cfm-technology__tabs { justify-content: flex-start; overflow-x: auto; scrollbar-width: thin; }
.cfm-technology__tab { min-height: 54px; padding: 0 13px; border: 0; border-bottom: 3px solid transparent; display: inline-flex; flex: 0 0 auto; align-items: center; gap: 7px; background: transparent; color: rgba(255,255,255,.72); font: inherit; font-size: 11px; font-weight: 600; white-space: nowrap; cursor: pointer; transition: color .2s, border-color .2s, background-color .2s; }
.cfm-technology__tab svg { width: 17px; height: 17px; color: var(--cfm-gold); }
.cfm-technology__tab:hover, .cfm-technology__tab.is-active { border-bottom-color: var(--cfm-gold); background: rgba(255,255,255,.06); color: #fff; }
.cfm-tech-card[href] { transition: transform .2s ease, background-color .2s ease; }
.cfm-tech-card[href]:hover { background: #fbfaf4; transform: translateY(-2px); }
.cfm-tech-card__fallback span { font-size: 18px; font-weight: 800; }
.cfm-faq-item__answer p > :last-child { margin-bottom: 0; }

@media (max-width: 991px) {
    .cfm-navigation--mobile .cfm-mega-menu { padding-left: 0; }
    .cfm-navigation--mobile .cfm-mega-menu__column { padding: 0; }
    .cfm-navigation--mobile .cfm-mega-menu__column > h3 { display: none; }
    .cfm-navigation--mobile .cfm-mega-column-toggle { width: 100%; min-height: 48px; padding: 0 2px 0 14px; border: 0; display: flex; align-items: center; justify-content: space-between; background: transparent; color: #2b2f2a; font-size: 13px; font-weight: 700; text-align: left; }
    .cfm-navigation--mobile .cfm-mega-column-toggle svg { width: 17px; transition: transform .2s ease; }
    .cfm-navigation--mobile .cfm-mega-menu__column > ul { display: none; padding: 0 12px 12px 28px; }
    .cfm-navigation--mobile .cfm-mega-menu__column.is-open > ul { display: block; }
    .cfm-navigation--mobile .cfm-mega-menu__column.is-open .cfm-mega-column-toggle svg { transform: rotate(180deg); }
    .cfm-navigation--mobile .cfm-menu-item.is-open > a .cfm-menu-chevron { transform: rotate(180deg); }
    .cfm-navigation--mobile .cfm-menu-chevron { transition: transform .2s ease; }
    .cfm-mobile-panel__languages { margin-top: 20px; padding: 16px; border-radius: 7px; background: #f6f5ef; }
    .cfm-mobile-panel__languages .title { color: #202420; font-size: 13px; font-weight: 700; }
    .cfm-mobile-panel__languages ul { margin: 8px 0 0; padding: 0; list-style: none; }
    .cfm-mobile-panel__languages a { min-height: 38px; display: flex; align-items: center; color: #555a54; font-size: 12px; }
}

@media (max-width: 767px) {
    .cfm-technology__tabs { padding: 0 8px; flex-wrap: nowrap; justify-content: flex-start; }
    .cfm-technology__tab { min-height: 50px; padding-inline: 11px; }
    .cfm-impact__stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .cfm-service-content__copy h3 { font-size: 25px; }
    .cfm-testimonial-card > p { min-height: 0; }
}

@media (max-width: 480px) {
    .cfm-mobile-panel { width: 92vw; padding: 18px; }
    .cfm-impact__seal { width: 66px; height: 66px; }
    .cfm-tech-card { min-height: 108px; }
    .cfm-technology__grid { padding: 12px; }
}
