.cep-page {
    --cep-ink: #171717;
    --cep-soft: #5b5b5b;
    --cep-paper: #f5f3ef;
    --cep-line: rgba(23, 23, 23, .15);
    --cep-dark: #0c0d0e;
    background: #fff;
    color: var(--cep-ink);
    font-family: var(--font-body);
    font-size: var(--body-size);
    line-height: var(--body-line);
    font-weight: var(--body-weight);
}

.cep-page *, .cep-page *::before, .cep-page *::after { box-sizing: border-box; }
.cep-page img { max-width: 100%; }
.cep-page button, .cep-page input, .cep-page select, .cep-page textarea { font: inherit; }
.cep-page a:focus-visible, .cep-page button:focus-visible, .cep-page input:focus-visible, .cep-page select:focus-visible, .cep-page textarea:focus-visible, .cep-page summary:focus-visible { outline: 3px solid #d7a84b; outline-offset: 3px; }
.cep-page h1, .cep-page h2, .cep-page h3, .cep-page p { margin-top: 0; }
.cep-page h1, .cep-page h2 { font-family: var(--title-font); letter-spacing: var(--title-letter-spacing); }
.cep-page h2 { font-size: clamp(26px, 2.2vw, 34px); font-weight: var(--weight-thin); line-height: 1.16; margin-bottom: 0; }
.cep-page h1 em, .cep-page h2 em { font-weight: var(--weight-light); }
.cep-page em { font-style: italic; }

.cep-skip-link { position: fixed; left: 18px; top: -80px; z-index: 10001; padding: 12px 18px; background: #fff; color: #111; }
.cep-skip-link:focus { top: 18px; }
.cep-section { padding: clamp(60px, 7vw, 100px) 0; }
.cep-kicker { margin-bottom: 24px; color: inherit; font-size: var(--font-size-xs); font-weight: var(--weight-semibold); letter-spacing: .15em; text-transform: uppercase; }
.cep-rich-text { color: var(--cep-soft); font-size: var(--body-size); line-height: var(--body-line); font-weight: var(--body-weight); }

.cep-header { z-index: 1000; transition: background .25s ease, box-shadow .25s ease, transform .25s ease; }
.cep-header.header-bg { background: rgba(255, 255, 255, .96); box-shadow: 0 8px 30px rgba(0,0,0,.08); backdrop-filter: blur(12px); }
.cep-header .item-link { color: #fff; }
.cep-header.header-bg .item-link { color: var(--cep-ink); }
.cep-header-cta { white-space: nowrap; }
.cep-menu-button { padding: 0; border: 0; background: none; color: #fff; }
.cep-header.header-bg .cep-menu-button { color: #111; }
.cep-mobile-menu { position: fixed; inset: 0 0 0 auto; z-index: 2000; width: min(390px, 90vw); padding: 90px 36px 36px; background: #fff; clip-path: inset(0 0 0 100%); visibility: hidden; pointer-events: none; transition: clip-path .3s ease, visibility .3s ease; }
.cep-mobile-menu.is-open { clip-path: inset(0); visibility: visible; pointer-events: auto; }
.cep-mobile-menu nav { display: grid; gap: 8px; }
.cep-mobile-menu nav > a:not(.tf-btn) { padding: 14px 0; border-bottom: 1px solid var(--cep-line); color: #111; font-size: 19px; }
.cep-menu-close { position: absolute; right: 24px; top: 20px; border: 0; background: none; color: #111; font-size: 38px; }
.cep-menu-backdrop { position: fixed; inset: 0; z-index: 1900; background: rgba(0,0,0,.55); }

.cep-hero { position: relative; display: grid; min-height: min(900px, 100svh); overflow: hidden; background: #111; color: #fff; }
.cep-hero__image, .cep-hero__overlay { position: absolute; inset: 0; width: 100%; height: 100%; }
.cep-hero__image { object-fit: cover; }
.cep-hero__overlay { background: linear-gradient(90deg, rgba(3,4,5,.82) 0%, rgba(3,4,5,.55) 50%, rgba(3,4,5,.18) 100%), linear-gradient(0deg, rgba(3,4,5,.45), transparent 45%); }
.cep-hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; justify-content: end; width: 100%; padding-top: 150px; padding-bottom: clamp(48px, 7vw, 90px); }
.cep-breadcrumb { display: flex; gap: 10px; margin-bottom: auto; padding-bottom: 80px; font-size: 13px; color: rgba(255,255,255,.75); }
.cep-breadcrumb a { color: #fff; }
.cep-hero h1 { max-width: 980px; margin-bottom: 24px; color: #fff; font-size: clamp(26px, 2.8vw, 38px); font-weight: var(--weight-thin); line-height: 1.14; letter-spacing: 0; }
.cep-hero__lead { max-width: 680px; margin-bottom: 28px; color: rgba(255,255,255,.84); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.6; }
.cep-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.cep-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 14px 22px; border: 1px solid transparent; border-radius: var(--radius-pill); font-size: 15px; font-weight: var(--weight-medium); letter-spacing: 0; transition: transform .2s ease, background .2s ease, color .2s ease; }
.cep-button:hover { transform: translateY(-2px); }
.cep-button--light { background: #fff; color: #111; }
.cep-button--light:hover { background: #ececec; color: #111; }
.cep-button--outline { border-color: rgba(255,255,255,.65); color: #fff; }
.cep-button--outline:hover { background: #fff; color: #111; }
.cep-button--dark { background: #111; color: #fff; }
.cep-button--dark:hover { background: #333; color: #fff; }
.cep-hero__proof { display: flex; flex-wrap: wrap; gap: 12px 34px; margin: 45px 0 0; padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.3); list-style: none; color: rgba(255,255,255,.85); font-size: 13px; text-transform: uppercase; letter-spacing: .08em; }

.cep-intro__grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .9fr); gap: clamp(40px, 9vw, 140px); align-items: start; }
.cep-feature { padding: clamp(70px, 8vw, 130px) 0; }
.cep-feature--dark { background: var(--cep-dark); color: #fff; }
.cep-feature__grid { display: grid; grid-template-columns: minmax(300px, .9fr) minmax(340px, 1.1fr); gap: clamp(50px, 9vw, 140px); align-items: center; }
.cep-feature__media { overflow: hidden; aspect-ratio: 900/945; }
.cep-feature__media img { width: 100%; height: 100%; object-fit: cover; }
.cep-feature__copy > p:not(.cep-kicker) { max-width: 680px; margin: 30px 0; color: rgba(255,255,255,.72); font-size: var(--body-size); line-height: var(--body-line); }
.cep-checks { display: grid; gap: 0; margin: 0 0 34px; padding: 0; list-style: none; }
.cep-checks li { padding: 14px 0 14px 24px; border-bottom: 1px solid rgba(255,255,255,.18); position: relative; }
.cep-checks li::before { content: ""; position: absolute; left: 0; top: 23px; width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.cep-inline-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; }
.cep-text-link { display: inline-flex; align-items: center; gap: 9px; border-bottom: 1px solid currentColor; color: inherit; font-weight: 600; }
.cep-text-link:hover { color: inherit; opacity: .7; }

.cep-heading { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(280px, .7fr); gap: clamp(40px, 8vw, 120px); align-items: end; margin-bottom: clamp(45px, 6vw, 82px); }
.cep-heading > p { margin-bottom: 4px; color: var(--cep-soft); font-size: var(--subtitle-size); line-height: var(--subtitle-line); font-weight: var(--subtitle-weight); }
.cep-heading--light > p { color: rgba(255,255,255,.7); }
.cep-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.cep-product-card { border: 1px solid var(--cep-line); background: #fff; }
.cep-product-card > a { display: block; overflow: hidden; aspect-ratio: 900/945; }
.cep-product-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cep-product-card:hover img { transform: scale(1.025); }
.cep-product-card > div { padding: 28px; }
.cep-product-card h3 { margin-bottom: 10px; font-size: 18px; line-height: 1.25; font-weight: var(--card-title-weight); }
.cep-product-card p { min-height: 78px; color: var(--cep-soft); line-height: 1.6; }

.cep-outdoor { background: #161819; color: #fff; }
.cep-outdoor__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.cep-outdoor-card { position: relative; min-height: 660px; overflow: hidden; }
.cep-outdoor-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.cep-outdoor-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,.84), rgba(0,0,0,.02) 70%); }
.cep-outdoor-card > div { position: absolute; z-index: 1; left: 0; right: 0; bottom: 0; padding: clamp(28px, 4vw, 55px); }
.cep-outdoor-card h3 { margin-bottom: 14px; color: #fff; font-size: 18px; line-height: 1.25; font-weight: var(--card-title-weight); }
.cep-outdoor-card p:not(.cep-kicker) { max-width: 520px; color: rgba(255,255,255,.75); line-height: 1.6; }

.cep-automation { background: var(--cep-paper); }
.cep-automation__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(45px, 8vw, 120px); align-items: center; }
.cep-automation__copy > p:not(.cep-kicker) { margin: 30px 0; color: var(--cep-soft); font-size: var(--body-size); line-height: var(--body-line); }
.cep-automation__media { aspect-ratio: 900/945; overflow: hidden; }
.cep-automation__media img { width: 100%; height: 100%; object-fit: cover; }
.cep-icon-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; margin: 35px 0; background: rgba(0,0,0,.1); }
.cep-icon-list > div { display: flex; align-items: center; gap: 14px; padding: 18px; background: var(--cep-paper); font-weight: 600; }
.cep-icon-list img { width: 42px; height: 42px; object-fit: contain; filter: brightness(0) saturate(100%); }

.cep-benefit-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--cep-line); }
.cep-benefit-list li { display: grid; grid-template-columns: 90px 1fr; gap: 25px; padding: 32px 0; border-bottom: 1px solid var(--cep-line); }
.cep-benefit-list li > span { color: #8a8a8a; font-size: 13px; letter-spacing: .1em; }
.cep-benefit-list h3 { margin-bottom: 8px; font-size: 18px; line-height: 1.25; font-weight: var(--card-title-weight); }
.cep-benefit-list p { max-width: 720px; margin-bottom: 0; color: var(--cep-soft); line-height: 1.6; }

.cep-gallery { background: #0d0e0f; color: #fff; }
.cep-gallery__grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: clamp(260px, 30vw, 480px); gap: 12px; }
.cep-gallery__item { overflow: hidden; margin: 0; padding: 0; border: 0; background: #222; cursor: zoom-in; }
.cep-gallery__item--wide { grid-column: span 2; }
.cep-gallery__item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.cep-gallery__item:hover img { transform: scale(1.025); }
.cep-lightbox { position: fixed; inset: 0; z-index: 5000; display: none; place-items: center; padding: 50px; background: rgba(0,0,0,.9); }
.cep-lightbox.is-open { display: grid; }
.cep-lightbox img { max-width: min(1100px, 92vw); max-height: 86vh; object-fit: contain; }
.cep-lightbox__close { position: fixed; top: 18px; right: 25px; border: 0; background: none; color: #fff; font-size: 42px; }

.cep-process { background: var(--cep-paper); }
.cep-process__steps { display: grid; grid-template-columns: repeat(4, 1fr); margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--cep-line); }
.cep-process__steps li { min-height: 275px; padding: 28px; border-right: 1px solid var(--cep-line); }
.cep-process__steps li:first-child { border-left: 1px solid var(--cep-line); }
.cep-process__steps span { display: block; margin-bottom: 58px; color: #888; font-size: 12px; letter-spacing: .1em; }
.cep-process__steps h3 { margin-bottom: 12px; font-size: 18px; line-height: 1.25; font-weight: var(--card-title-weight); }
.cep-process__steps p { margin: 0; color: var(--cep-soft); line-height: 1.6; }

.cep-regions { padding: clamp(70px, 8vw, 125px) 0; background: #1a1b1c; color: #fff; }
.cep-regions__grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: clamp(45px, 9vw, 140px); align-items: end; }
.cep-regions__grid p { color: rgba(255,255,255,.7); font-size: var(--body-size); line-height: var(--body-line); }

.cep-faq__grid { display: grid; grid-template-columns: minmax(280px, .75fr) minmax(400px, 1.25fr); gap: clamp(50px, 9vw, 140px); align-items: start; }
.cep-faq__grid > div:first-child { position: sticky; top: 120px; }
.cep-faq__grid > div:first-child > p:last-child { margin-top: 25px; color: var(--cep-soft); line-height: 1.65; }
.cep-faq__list { border-top: 1px solid var(--cep-line); }
.cep-faq details { border-bottom: 1px solid var(--cep-line); }
.cep-faq summary { position: relative; padding: 22px 45px 22px 0; cursor: pointer; list-style: none; font-size: 16px; line-height: 1.45; font-weight: 600; }
.cep-faq summary::-webkit-details-marker { display: none; }
.cep-faq summary::after { content: "+"; position: absolute; right: 3px; top: 20px; font-size: 27px; font-weight: 300; }
.cep-faq details[open] summary::after { content: "−"; }
.cep-faq details p { padding: 0 45px 25px 0; color: var(--cep-soft); line-height: 1.65; }

.cep-lead { background: var(--cep-paper); }
.cep-lead__grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(50px, 9vw, 130px); align-items: start; }
.cep-lead__intro { position: sticky; top: 120px; }
.cep-lead__intro > p:not(.cep-kicker) { margin: 28px 0; color: var(--cep-soft); line-height: 1.65; }
.cep-contact-link { display: grid; margin-top: 20px; color: var(--cep-ink); font-size: 18px; font-weight: 600; }
.cep-contact-link span { margin-bottom: 4px; color: #777; font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }
.cep-form { display: grid; gap: 20px; padding: clamp(25px, 4vw, 52px); background: #fff; border: 1px solid var(--cep-line); }
.cep-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.cep-field { display: grid; gap: 7px; }
.cep-field label { font-size: 13px; font-weight: 700; }
.cep-field input, .cep-field select, .cep-field textarea { width: 100%; border: 1px solid #cfcfcf; border-radius: 0; background: #fff; color: #111; padding: 13px 14px; }
.cep-field input, .cep-field select { min-height: 50px; }
.cep-field [aria-invalid="true"] { border-color: #a31f1f; }
.cep-field__error { min-height: 16px; color: #a31f1f; font-size: 12px; }
.cep-consent { display: grid; grid-template-columns: 20px 1fr; gap: 10px; align-items: start; color: var(--cep-soft); font-size: 12px; line-height: 1.5; }
.cep-consent input { width: 17px; height: 17px; margin-top: 2px; }
.cep-consent a { color: #111; text-decoration: underline; }
.cep-form__submit { width: 100%; border: 0; cursor: pointer; }
.cep-form__submit:disabled { cursor: wait; opacity: .65; }
.cep-form__status { min-height: 24px; font-size: 14px; font-weight: 600; }
.cep-form__status.is-success { color: #176b39; }
.cep-form__status.is-error { color: #a31f1f; }

.cep-footer { padding: 75px 0 24px; background: #050505; color: rgba(255,255,255,.7); }
.cep-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr .7fr 1fr; gap: 45px; padding-bottom: 65px; }
.cep-footer__grid img { width: 245px; height: auto; margin-bottom: 25px; }
.cep-footer h2 { margin-bottom: 22px; color: #fff; font-size: 14px; font-weight: var(--weight-bold); letter-spacing: .1em; text-transform: uppercase; }
.cep-footer p, .cep-footer address { font-style: normal; line-height: 1.7; }
.cep-footer__grid > div:not(:first-child) > a { display: block; margin: 10px 0; color: rgba(255,255,255,.78); }
.cep-footer__bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.13); font-size: 12px; }
.cep-footer__bottom a { color: rgba(255,255,255,.7); }
.cep-privacy { padding-top: 20px; font-size: 12px; line-height: 1.7; }
.cep-privacy details { border-top: 1px solid rgba(255,255,255,.13); padding-top: 18px; }
.cep-privacy summary { width: max-content; max-width: 100%; color: rgba(255,255,255,.8); cursor: pointer; font-weight: 600; }
.cep-privacy p { max-width: 900px; margin: 14px 0 0; }
.cep-whatsapp-float { position: fixed; z-index: 900; right: 24px; bottom: 24px; display: grid; width: 58px; height: 58px; place-items: center; border-radius: 50%; background: #1fa855; color: #fff; box-shadow: 0 10px 30px rgba(0,0,0,.28); font-size: 27px; }
.cep-whatsapp-float:hover { color: #fff; transform: translateY(-2px); }

@media (max-width: 1199px) {
    .cep-process__steps { grid-template-columns: repeat(2, 1fr); }
    .cep-footer__grid { grid-template-columns: 1.2fr 1fr 1fr; }
    .cep-footer__grid > div:last-child { grid-column: 1/-1; }
}

@media (max-width: 991px) {
    .cep-intro__grid, .cep-feature__grid, .cep-heading, .cep-automation__grid, .cep-regions__grid, .cep-faq__grid, .cep-lead__grid { grid-template-columns: 1fr; }
    .cep-feature__media, .cep-automation__media { max-width: 650px; }
    .cep-feature__copy { order: -1; }
    .cep-card-grid { grid-template-columns: repeat(2, 1fr); }
    .cep-card-grid > :last-child { grid-column: 1/-1; max-width: calc(50% - 11px); }
    .cep-faq__grid > div:first-child, .cep-lead__intro { position: static; }
    .cep-footer__grid { grid-template-columns: 1fr 1fr; }
    .cep-footer__grid > div:last-child { grid-column: auto; }
}

@media (max-width: 767px) {
    .cep-page h2 { font-size: clamp(25px, 6.6vw, 30px); }
    .cep-hero { min-height: 760px; }
    .cep-hero__overlay { background: linear-gradient(90deg, rgba(3,4,5,.78), rgba(3,4,5,.35)), linear-gradient(0deg, rgba(3,4,5,.7), transparent 65%); }
    .cep-hero h1 { max-width: 980px; margin-bottom: 24px; color: #fff; font-size: clamp(26px, 2.8vw, 38px); font-weight: var(--weight-thin); line-height: 1.14; letter-spacing: 0; }
    .cep-breadcrumb { padding-bottom: 55px; }
    .cep-actions { display: grid; grid-template-columns: 1fr; }
    .cep-button { width: 100%; }
    .cep-hero__proof { display: grid; gap: 9px; }
    .cep-card-grid, .cep-outdoor__grid, .cep-form__row, .cep-footer__grid { grid-template-columns: 1fr; }
    .cep-card-grid > :last-child { grid-column: auto; max-width: none; }
    .cep-outdoor-card { min-height: 580px; }
    .cep-icon-list { grid-template-columns: 1fr; }
    .cep-benefit-list li { grid-template-columns: 42px 1fr; }
    .cep-gallery__grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 260px; }
    .cep-gallery__item--wide { grid-column: 1/-1; }
    .cep-process__steps { grid-template-columns: 1fr; }
    .cep-process__steps li { min-height: 0; border-left: 1px solid var(--cep-line); border-bottom: 1px solid var(--cep-line); }
    .cep-process__steps span { margin-bottom: 30px; }
    .cep-footer__grid > div:last-child { grid-column: auto; }
    .cep-footer__bottom { flex-direction: column; }
    .cep-lightbox { padding: 20px; }
    .cep-whatsapp-float { right: 16px; bottom: 16px; }
}

@media (max-width: 390px) {
    .cep-gallery__grid { grid-template-columns: 1fr; }
    .cep-gallery__item--wide { grid-column: auto; }
    .cep-hero__content { padding-bottom: 32px; }
    .cep-form { padding: 22px 18px; }
}

@media (prefers-reduced-motion: reduce) {
    .cep-page *, .cep-page *::before, .cep-page *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

