body.ccf-ewl-fullpage .entry-title.main_title,
body.ccf-ewl-fullpage .et_post_meta_wrapper,
body.ccf-ewl-fullpage .post-meta,
body.ccf-ewl-fullpage .post-title,
body.ccf-ewl-fullpage article > h1.entry-title,
body.ccf-ewl-fullpage article > header,
body.ccf-ewl-fullpage article > hr,
body.ccf-ewl-fullpage .entry-content > hr { display: none !important; }
body.ccf-ewl-fullpage .et_pb_post, body.ccf-ewl-fullpage article.post, body.ccf-ewl-fullpage .entry-content { margin: 0 !important; padding: 0 !important; }

.ccf-ewl-page {
    width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; max-width: 100vw;
    --navy: #004474; --navy-dark: #003355; --cyan: #0DABDB; --cyan-dark: #0a8fb8;
    --body: #666; --cream: #f7f7f5; --border: #e6e6e6;
    --serif: "Libre Baskerville", Georgia, serif; --sans: "Raleway", Helvetica, Arial, sans-serif;
    font-family: var(--sans); font-size: 17px; line-height: 1.7; color: var(--body);
}
.ccf-ewl-page h1, .ccf-ewl-page h2, .ccf-ewl-page h3 { font-family: var(--serif); color: var(--navy); font-weight: 500; line-height: 1.25; }
.ccf-ewl-page em { font-style: italic; color: var(--cyan); font-weight: 400; }

.ccf-ewl-page .ccf-ewl-hero {
    background: rgb(0, 68, 116);
    background-image: linear-gradient(135deg, rgba(0,68,116,0.65) 0%, rgba(13,171,219,0.55) 100%), linear-gradient(135deg, #004474 0%, #003355 100%);
    color: #fff; padding: 24px 28px 32px; text-align: center; min-height: 447px;
    display: flex; flex-direction: column; justify-content: center; align-items: center;
}
.ccf-ewl-page .ccf-ewl-hero h1 { font-size: 42px; font-weight: 500; color: #fff !important; line-height: 1.15; max-width: 1014px; margin: 0 0 14px; text-align: center; border: 0 !important; }
.ccf-ewl-page .ccf-ewl-hero h1 em { color: #fff !important; font-style: italic; font-weight: 400; }
.ccf-ewl-page .ccf-ewl-hero-lede { font-size: 19px; color: rgba(255,255,255,0.92) !important; max-width: 820px; margin: 0 auto 12px; text-align: center; }
.ccf-ewl-page .ccf-ewl-hero-lede em { font-style: italic; color: #cce8f7 !important; }
.ccf-ewl-page .ccf-ewl-hero-sub { font-size: 17px; font-weight: 600; color: #fff !important; margin: 0 0 18px; max-width: 880px; text-align: center; }
.ccf-ewl-page .ccf-ewl-hero-sub strong { color: #fff !important; }
.ccf-ewl-page .ccf-ewl-hero-tagline { font-family: var(--serif); font-style: italic; font-size: 16px; color: rgba(255,255,255,0.82) !important; margin: 0 0 22px; text-align: center; }
.ccf-ewl-page .ccf-ewl-cta-row { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; margin-bottom: 16px; }
.ccf-ewl-page .ccf-ewl-hero-pills { font-size: 13px; font-weight: 600; color: rgba(255,255,255,0.78) !important; letter-spacing: 1.2px; text-transform: uppercase; text-align: center; }
.ccf-ewl-page .ccf-ewl-hero-btn { display: inline-block; background: var(--cyan); color: #fff !important; font-size: 19px; font-weight: 600; letter-spacing: 0.5px; padding: 15px 30px; border-radius: 10px; border: 0; text-decoration: none !important; transition: background 0.2s ease; }
.ccf-ewl-page .ccf-ewl-hero-btn:hover { background: var(--cyan-dark); }
.ccf-ewl-page .ccf-ewl-hero-btn-outline { background: transparent; border: 2px solid rgba(255,255,255,0.7); padding: 13px 28px; }

.ccf-ewl-page .ccf-ewl-section { padding: 60px 28px; }
.ccf-ewl-page .ccf-ewl-section-inner { max-width: 1180px; margin: 0 auto; }
.ccf-ewl-page .ccf-ewl-section-title { text-align: center; font-size: 34px; font-weight: 500; color: var(--navy); margin: 0 0 10px; }
.ccf-ewl-page .ccf-ewl-section-lede { text-align: center; font-size: 17px; color: var(--body); max-width: 760px; margin: 0 auto 36px; }
.ccf-ewl-page .ccf-ewl-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; max-width: 1180px; margin: 0 auto; }
.ccf-ewl-page .ccf-ewl-feature { background: #fff; border: 1px solid var(--border); padding: 26px 24px; border-radius: 12px; position: relative; }
.ccf-ewl-page .ccf-ewl-num { position: absolute; top: -18px; left: 22px; width: 36px; height: 36px; border-radius: 50%; background: var(--cyan); color: #fff !important; font-size: 18px; font-weight: 700; display: flex; align-items: center; justify-content: center; }
.ccf-ewl-page .ccf-ewl-feature h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin: 8px 0 10px; }
.ccf-ewl-page .ccf-ewl-feature p { font-size: 15px; color: var(--body); margin: 0; }

.ccf-ewl-page .ccf-ewl-download-section { background: #fff; padding: 60px 28px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }

.ccf-ewl-page .ccf-ewl-inside-section { padding: 40px 28px 80px; }
.ccf-ewl-page .ccf-ewl-inside-inner { max-width: 920px; margin: 0 auto; }
.ccf-ewl-page .ccf-ewl-inside-title { font-size: 32px; font-weight: 500; color: var(--navy); margin: 0 0 18px; }
.ccf-ewl-page .ccf-ewl-inside-intro { font-size: 17px; color: var(--body); margin-bottom: 30px; }
.ccf-ewl-page .ccf-ewl-inside-item { margin-bottom: 26px; padding-bottom: 26px; border-bottom: 1px solid var(--border); }
.ccf-ewl-page .ccf-ewl-inside-item:last-child { border-bottom: 0; }
.ccf-ewl-page .ccf-ewl-inside-item h3 { font-size: 22px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.ccf-ewl-page .ccf-ewl-inside-item p { font-size: 16px; color: var(--body); margin: 0; }

.ccf-ewl-page .ccf-ewl-faq-section { padding: 40px 28px 80px; background: #fff; }
.ccf-ewl-page .ccf-ewl-faq-inner { max-width: 920px; margin: 0 auto; }
.ccf-ewl-page .ccf-ewl-faq-title { font-size: 28px; font-weight: 700; color: var(--cyan); margin: 0 0 18px; }
.ccf-ewl-page .ccf-ewl-faq-item { border-bottom: 1px solid var(--border); padding: 18px 0; }
.ccf-ewl-page .ccf-ewl-faq-q { font-size: 18px; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.ccf-ewl-page .ccf-ewl-faq-a { font-size: 16px; color: var(--body); margin: 0; }
.ccf-ewl-page .ccf-ewl-faq-a a { color: var(--cyan); }

.ccf-ewl-page .ccf-ewl-why-section { padding: 70px 28px; background: var(--cream); }
.ccf-ewl-page .ccf-ewl-why-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 50px; align-items: start; }
.ccf-ewl-page .ccf-ewl-why-title { font-size: 30px; font-weight: 500; color: var(--navy); margin: 0 0 18px; }
.ccf-ewl-page .ccf-ewl-why-title em { font-style: italic; color: var(--cyan); }
.ccf-ewl-page .ccf-ewl-why-list { list-style: none; padding: 0; margin: 0; }
.ccf-ewl-page .ccf-ewl-why-list li { padding: 8px 0 8px 26px; position: relative; font-size: 16px; color: var(--navy); font-weight: 500; }
.ccf-ewl-page .ccf-ewl-why-list li:before { content: "✓"; position: absolute; left: 0; color: var(--cyan); font-weight: 700; }
.ccf-ewl-page .ccf-ewl-why-text h3 { font-size: 22px; color: var(--navy); font-weight: 700; margin: 18px 0 8px; }
.ccf-ewl-page .ccf-ewl-why-text p { font-size: 16px; color: var(--body); }
.ccf-ewl-page .ccf-ewl-btn-secondary { display: inline-block; margin-top: 14px; padding: 12px 24px; border: 2px solid var(--navy); color: var(--navy) !important; border-radius: 8px; font-weight: 600; font-size: 15px; letter-spacing: 0.5px; text-transform: uppercase; text-decoration: none !important; }
.ccf-ewl-page .ccf-ewl-btn-secondary:hover { background: var(--navy); color: #fff !important; }

.ccf-ewl-page .ccf-ewl-built-section { padding: 70px 28px; background: #fff; }
.ccf-ewl-page .ccf-ewl-built-inner { max-width: 1100px; margin: 0 auto; text-align: center; }
.ccf-ewl-page .ccf-ewl-built-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; margin-top: 36px; text-align: left; }
.ccf-ewl-page .ccf-ewl-built-card { background: var(--cream); padding: 28px; border-radius: 12px; border-top: 4px solid var(--cyan); }
.ccf-ewl-page .ccf-ewl-built-card h3 { font-size: 20px; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
.ccf-ewl-page .ccf-ewl-built-card p { font-size: 15px; color: var(--body); margin: 0; }

.ccf-ewl-page .ccf-ewl-final-cta { background: var(--cyan); color: #fff !important; text-align: center; padding: 90px 28px; }
.ccf-ewl-page .ccf-ewl-final-cta h2 { font-size: 36px; font-weight: 500; color: #fff !important; margin: 0 0 14px; }
.ccf-ewl-page .ccf-ewl-final-cta h2 em { color: #fff !important; font-style: italic; }
.ccf-ewl-page .ccf-ewl-final-lede { font-size: 18px; color: rgba(255,255,255,0.95) !important; margin: 0 auto 26px; max-width: 720px; }
.ccf-ewl-page .ccf-ewl-final-btn { display: inline-block; background: #fff; color: var(--cyan) !important; font-size: 20px; font-weight: 700; letter-spacing: 0.5px; padding: 17px 36px; border-radius: 10px; text-decoration: none !important; }
.ccf-ewl-page .ccf-ewl-final-contact { margin-top: 24px; font-size: 15px; color: rgba(255,255,255,0.92) !important; }
.ccf-ewl-page .ccf-ewl-final-contact a { color: #fff !important; text-decoration: underline !important; }

@media (max-width: 900px) {
    .ccf-ewl-page .ccf-ewl-why-inner { grid-template-columns: 1fr; gap: 30px; }
    .ccf-ewl-page .ccf-ewl-hero h1 { font-size: 32px; }
}
