.ccc-root{--black: #111111;--black-card: #2A2A2A;--black-deep: #000000;--black-mid: #0D0D0D;--gold: #C9943A;--gold-hover: #E0A840;--gold-tint: #FDF8F0;--gold-dim: rgba(201,148,58,.12);--gold-border:rgba(201,148,58,.25);--white: #FFFFFF;--text-dark: #F2F2F2;--text-mid: #B8B8B8;--text-body: #1A1A1A;--navy: #1B3A6B;--navy-mid: #2A5797;--navy-light: #EEF3FA;--line-dark: rgba(255,255,255,.1);--line-light: #E2E2E2;--code-bg: #050505;--font: "Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, sans-serif;--mono: "IBM Plex Mono", monospace}.ccc-root,.ccc-root *{margin:0;padding:0;box-sizing:border-box}.ccc-root{background:var(--black);color:var(--text-dark);font-family:var(--font);font-size:18px;line-height:1.75;-webkit-font-smoothing:antialiased}.ccc-root .hero{background:var(--black-deep);background-image:radial-gradient(ellipse at 20% 60%,rgba(201,148,58,.07) 0%,transparent 55%);padding:88px 48px 72px;text-align:center;position:relative;overflow:hidden}.ccc-root .hero:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,var(--gold),transparent)}.ccc-root .hero-eyebrow{font-family:var(--mono);font-size:12px;color:var(--gold);letter-spacing:3px;text-transform:uppercase;margin-bottom:28px;font-weight:600}.ccc-root .hero h1{font-family:var(--font);font-weight:800;font-size:clamp(44px,8vw,92px);color:var(--white);line-height:1;letter-spacing:-1px;margin-bottom:8px}.ccc-root .hero h1 span{color:var(--gold)}.ccc-root .hero-subtitle{font-weight:600;font-size:clamp(15px,2vw,19px);color:#d0d0d0;margin-bottom:24px}.ccc-root .hero-byline{font-family:var(--mono);font-size:13px;color:var(--gold);letter-spacing:2px;margin-bottom:52px;font-weight:600}.ccc-root .scripture-hero{max-width:640px;margin:0 auto 52px;background:#c9943a12;border-left:3px solid var(--gold);padding:24px 32px;text-align:left;border-radius:0 6px 6px 0}.ccc-root .scripture-hero p{font-weight:600;font-size:17px;color:#ffffffd1;line-height:1.7;margin-bottom:10px}.ccc-root .scripture-hero cite{font-family:var(--mono);font-size:12px;color:var(--gold);font-style:normal}.ccc-root .hero-actions{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}.ccc-root .btn{display:inline-flex;align-items:center;gap:8px;padding:13px 26px;font-family:var(--mono);font-size:12px;letter-spacing:1px;text-decoration:none;border-radius:4px;cursor:pointer;border:none;transition:all .2s;font-weight:600}.ccc-root .btn-outline{background:transparent;color:var(--text-mid);border:1px solid rgba(255,255,255,.15)}.ccc-root .btn-outline:hover{border-color:var(--gold);color:var(--gold)}.ccc-root .white-section{background:var(--white);padding:72px 64px}@media(max-width:640px){.ccc-root .white-section{padding:48px 28px}}.ccc-root .white-section p{font-size:18px;line-height:1.85;color:var(--text-body);margin-bottom:22px;font-weight:400}.ccc-root .white-section p:last-child{margin-bottom:0}.ccc-root .bold-open{font-size:24px!important;font-weight:800!important;color:var(--black-deep)!important;margin-bottom:32px!important}.ccc-root .question-line{font-size:26px!important;font-weight:800!important;color:var(--black-deep)!important}.ccc-root .strong-point{font-weight:700!important;color:var(--black-deep)!important}.ccc-root .callout{border-left:4px solid var(--gold);background:var(--gold-tint);padding:20px 28px;margin:26px 0;border-radius:0 6px 6px 0}.ccc-root .callout p{font-weight:700!important;font-size:17px!important;color:#2a1e08!important;margin:0!important;line-height:1.7!important}.ccc-root .callout.dark{background:#c9943a1a;border-left-color:var(--gold)}.ccc-root .callout.dark p{color:var(--text-dark)!important}.ccc-root .callout.navy{background:var(--navy-light);border-left-color:var(--navy-mid)}.ccc-root .callout.navy p{color:var(--navy)!important}.ccc-root .ifthen-group{margin:26px 0;display:flex;flex-direction:column;gap:5px}.ccc-root .ifthen{display:grid;grid-template-columns:1fr 1fr;border-radius:4px;overflow:hidden;font-family:var(--mono);font-size:14px;border:1px solid rgba(255,255,255,.05)}@media(max-width:600px){.ccc-root .ifthen{grid-template-columns:1fr}}.ccc-root .ifthen .if-side{background:var(--code-bg);padding:16px 20px;color:#d8e8f8;font-weight:400}.ccc-root .ifthen .then-side{background:#101010;padding:16px 20px;color:#d8e8f8;font-weight:400;border-left:1px solid rgba(255,255,255,.05)}.ccc-root .kw{color:var(--gold);font-weight:600;margin-right:8px}.ccc-root .content-wrapper{background:var(--white);padding:0 64px 40px}@media(max-width:640px){.ccc-root .content-wrapper{padding:0 24px 32px}}.ccc-root .gold-rule{border:none;border-top:1px solid rgba(201,148,58,.3);margin:0}.ccc-root .accordion{border-bottom:1px solid var(--line-light)}.ccc-root .accordion-trigger{width:100%;background:none;border:none;padding:26px 0;display:flex;align-items:center;gap:14px;cursor:pointer;text-align:left}.ccc-root .accordion-trigger:hover .accordion-title{color:var(--gold)}.ccc-root .accordion-num{font-family:var(--mono);font-size:12px;font-weight:600;color:var(--gold);background:var(--gold-tint);border:1px solid var(--gold-border);padding:4px 10px;border-radius:3px;white-space:nowrap;flex-shrink:0}.ccc-root .accordion-title{font-size:19px;font-weight:700;color:var(--text-body);transition:color .2s;flex:1}.ccc-root .accordion-arrow{color:#aaa;font-size:14px;flex-shrink:0}.ccc-root .accordion.open .accordion-arrow{color:var(--gold)}.ccc-root .accordion-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.ccc-root .accordion.open .accordion-body{max-height:9999px}.ccc-root .accordion-inner{padding:4px 0 0;font-size:18px;line-height:1.8;color:var(--text-body)}.ccc-root .accordion-inner p{margin-bottom:18px;font-weight:400}.ccc-root .accordion-inner p:last-child{margin-bottom:0}.ccc-root .accordion-inner ul{margin:12px 0 18px 24px;display:flex;flex-direction:column;gap:8px}.ccc-root .accordion-inner ul li{color:var(--text-body);font-weight:400}.ccc-root .accordion-close-bar{display:flex;justify-content:flex-end;padding:20px 0 4px;border-top:1px solid var(--line-light);margin-top:24px}.ccc-root .accordion-close-bar button{background:none;border:none;cursor:pointer;color:#aaa;font-size:18px;padding:4px 0;transition:color .2s;line-height:1}.ccc-root .accordion-close-bar button:hover{color:var(--gold)}.ccc-root .stage-close-bar{display:flex;justify-content:flex-end;padding:20px 0 4px;border-top:1px solid rgba(255,255,255,.07);margin-top:24px}.ccc-root .stage-close-bar button{background:none;border:none;cursor:pointer;color:#ffffff40;font-size:18px;padding:4px 0;transition:color .2s;line-height:1}.ccc-root .stage-close-bar button:hover{color:var(--gold)}.ccc-root .stages-header{background:var(--black-deep);padding:64px 64px 52px;border-top:1px solid var(--line-dark);border-bottom:1px solid var(--line-dark)}@media(max-width:640px){.ccc-root .stages-header{padding:48px 28px 40px}}.ccc-root .stages-header h2{font-weight:800;font-size:clamp(36px,5vw,60px);color:var(--white);line-height:1.05;letter-spacing:-.5px;margin-bottom:6px}.ccc-root .stages-header .subtitle{font-weight:600;font-size:18px;color:var(--gold);margin-bottom:20px}.ccc-root .stages-header p{font-size:17px;color:var(--text-mid);line-height:1.75;font-weight:400}.ccc-root .stages-wrapper{background:var(--black-mid);padding:24px 48px 64px}@media(max-width:640px){.ccc-root .stages-wrapper{padding:16px 16px 48px}}.ccc-root .stage-card{background:#1e1e1e;border-radius:6px;margin-top:10px;border:1px solid rgba(255,255,255,.1);overflow:hidden;transition:border-color .2s}.ccc-root .stage-card:hover{border-color:#c9943a33}.ccc-root .stage-card.open{border-color:#c9943a66}.ccc-root .stage-trigger{width:100%;background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:stretch;text-align:left}.ccc-root .stage-num-block{background:var(--gold-dim);border-right:1px solid var(--line-dark);padding:22px 20px;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:72px;gap:3px;transition:background .2s}.ccc-root .stage-card.open .stage-num-block,.ccc-root .stage-trigger:hover .stage-num-block{background:#c9943a2e}.ccc-root .stage-num{font-family:var(--mono);font-size:22px;font-weight:600;color:var(--gold);line-height:1}.ccc-root .stage-lbl{font-family:var(--mono);font-size:9px;color:#ffffff4d;letter-spacing:1px;text-transform:uppercase}.ccc-root .stage-title-block{flex:1;padding:18px 22px;display:flex;flex-direction:column;justify-content:center;gap:4px}.ccc-root .stage-title{font-size:18px;font-weight:700;color:var(--text-dark);transition:color .2s;line-height:1.3}.ccc-root .stage-trigger:hover .stage-title,.ccc-root .stage-card.open .stage-title{color:var(--gold)}.ccc-root .stage-subtitle{font-family:var(--mono);font-size:11px;color:var(--text-mid);font-weight:400}.ccc-root .stage-arrow{padding:18px 18px 18px 0;display:flex;align-items:center;color:#ffffff40;font-size:14px;flex-shrink:0}.ccc-root .stage-card.open .stage-arrow{color:var(--gold)}.ccc-root .stage-body{max-height:0;overflow:hidden;transition:max-height .5s ease}.ccc-root .stage-card.open .stage-body{max-height:9999px}.ccc-root .stage-inner{padding:28px 28px 36px;border-top:1px solid rgba(255,255,255,.08);font-size:17px;line-height:1.8;color:#ccc;background:#272727}.ccc-root .stage-inner p{margin-bottom:20px;font-weight:400}.ccc-root .stage-inner p:last-child{margin-bottom:0}.ccc-root .stage-inner p.strong-p{font-weight:700;color:var(--white)}.ccc-root .stage-inner ul{margin:12px 0 20px 24px;display:flex;flex-direction:column;gap:8px}.ccc-root .stage-inner ul li{color:#ccc;font-weight:400}.ccc-root .sub-heading{font-size:17px;font-weight:700;color:var(--gold);margin:32px 0 14px;padding-bottom:8px;border-bottom:1px solid rgba(201,148,58,.2)}.ccc-root .write-in{margin:24px 0}.ccc-root .write-in label{display:block;font-family:var(--mono);font-size:11px;color:var(--gold);font-weight:600;margin-bottom:12px;letter-spacing:1px;text-transform:uppercase}.ccc-root .write-in .lines{display:flex;flex-direction:column;gap:10px}.ccc-root .write-in .lines div{border-bottom:1px solid rgba(255,255,255,.1);height:38px}.ccc-root .white-section .write-in label{color:#666}.ccc-root .white-section .write-in .lines div{border-bottom:1px solid #C8C8C8}.ccc-root .data-table{width:100%;border-collapse:collapse;margin:18px 0;border:1px solid rgba(255,255,255,.07);border-radius:4px;overflow:hidden}.ccc-root .data-table tr:nth-child(odd) td{background:#ffffff0a}.ccc-root .data-table tr:nth-child(2n) td{background:#ffffff05}.ccc-root .data-table td{padding:13px 16px;font-size:16px;border-bottom:1px solid rgba(255,255,255,.06);color:#ccc;font-weight:400}.ccc-root .data-table td.check-cell{text-align:center;color:var(--gold);font-size:20px;font-weight:700;width:54px}.ccc-root .data-table td strong{color:var(--white)}.ccc-root .align-table{width:100%;border-collapse:collapse;margin:18px 0;border:1px solid rgba(255,255,255,.07);border-radius:4px;overflow:hidden}.ccc-root .align-table thead tr{background:var(--code-bg)}.ccc-root .align-table thead th{padding:12px 16px;font-family:var(--mono);font-size:12px;font-weight:600;text-align:left;color:var(--white);letter-spacing:.5px}.ccc-root .align-table thead th:not(:first-child){text-align:center;width:70px;color:var(--gold)}.ccc-root .align-table tbody tr:nth-child(odd) td{background:#ffffff0a}.ccc-root .align-table tbody tr:nth-child(2n) td{background:#ffffff05}.ccc-root .align-table tbody td{padding:13px 16px;font-size:16px;border-bottom:1px solid rgba(255,255,255,.06);color:#ccc;font-weight:400}.ccc-root .align-table tbody td:not(:first-child){text-align:center;width:70px}.ccc-root .align-table input[type=checkbox]{width:18px;height:18px;accent-color:var(--gold);cursor:pointer}.ccc-root .circle-diagram-wrap{display:flex;justify-content:center;margin:32px 0}.ccc-root .circle-diagram{width:100%;max-width:480px;height:auto}.ccc-root .prayer-box{background:var(--navy-light);border:2px solid var(--navy);border-radius:8px;padding:48px 56px;text-align:center;margin:36px 0}@media(max-width:640px){.ccc-root .prayer-box{padding:36px 24px}}.ccc-root .prayer-box h3{font-size:14px;font-weight:700;color:var(--navy);margin-bottom:16px;line-height:1.3;letter-spacing:1px;text-transform:uppercase;font-family:var(--mono);opacity:.7}.ccc-root .prayer-box p{font-size:16px;color:#2a3a55;line-height:1.75;margin-bottom:12px;font-weight:500}.ccc-root .prayer-box p:last-child{margin-bottom:0}.ccc-root .prayer-box br{line-height:1.75}.ccc-root .hear-section{background:var(--black-deep);border-top:3px solid var(--gold);padding:64px}@media(max-width:640px){.ccc-root .hear-section{padding:48px 28px}}.ccc-root .hear-section h3{font-size:32px;font-weight:800;color:var(--white);margin-bottom:28px;line-height:1.2}.ccc-root .hear-section p{font-size:18px;line-height:1.8;color:var(--text-mid);margin-bottom:20px;font-weight:400}.ccc-root .hear-section p strong{color:var(--white);font-weight:700}.ccc-root .contact-links{margin-top:36px;display:flex;flex-direction:column;gap:12px}.ccc-root .contact-links a{font-family:var(--mono);font-size:14px;font-weight:600;color:var(--gold);text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:color .2s}.ccc-root .contact-links a:hover{color:var(--gold-hover)}.ccc-root .share-line{margin-top:40px!important;padding-top:32px!important;border-top:1px solid rgba(255,255,255,.08)!important;font-size:18px!important;font-weight:700!important;color:var(--gold)!important}.ccc-root .cc-section{background:var(--black);padding:80px 64px;border-top:1px solid var(--line-dark)}@media(max-width:640px){.ccc-root .cc-section{padding:52px 24px}}.ccc-root .cc-eyebrow{font-family:var(--mono);font-size:11px;color:var(--gold);letter-spacing:3px;text-transform:uppercase;margin-bottom:12px;font-weight:600}.ccc-root .cc-section h2{font-weight:800;font-size:clamp(36px,5vw,64px);color:var(--white);letter-spacing:-.5px;line-height:1;margin-bottom:6px}.ccc-root .cc-subtitle{font-size:17px;font-weight:600;color:var(--gold);margin-bottom:8px}.ccc-root .cc-byline{font-family:var(--mono);font-size:11px;color:#ffffff47;margin-bottom:36px;font-weight:400}.ccc-root .cc-section>p{font-size:17px;color:var(--text-mid);max-width:680px;line-height:1.75;margin-bottom:44px;font-weight:400}.ccc-root .cc-steps{display:flex;flex-direction:column;gap:4px}.ccc-root .cc-step{display:grid;grid-template-columns:180px 1fr;border-radius:4px;overflow:hidden;border:1px solid var(--line-dark);transition:border-color .2s}.ccc-root .cc-step:hover{border-color:var(--gold-border)}@media(max-width:600px){.ccc-root .cc-step{grid-template-columns:1fr}}.ccc-root .cc-lbl{padding:20px 18px;display:flex;flex-direction:column;gap:5px;justify-content:center}.ccc-root .cc-num{font-family:var(--mono);font-size:11px;color:var(--gold);opacity:.7;font-weight:600}.ccc-root .cc-name{font-size:17px;font-weight:800;color:var(--white);line-height:1.2}.ccc-root .cc-desc{padding:20px 24px;font-size:15px;line-height:1.75;color:var(--text-body);font-weight:400}.ccc-root .footer-line{text-align:center;margin-top:64px;font-family:var(--mono);font-size:11px;color:#ffffff2e;letter-spacing:2px;text-transform:uppercase}.ccc-root .section-actions{display:flex;gap:8px;padding:16px 0 4px;flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.07);margin-top:20px}.ccc-root .accordion-inner .section-actions{border-top:1px solid var(--line-light)}.ccc-root .action-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;font-family:var(--mono);font-size:11px;letter-spacing:1px;border-radius:4px;cursor:pointer;border:1px solid var(--gold-border);background:var(--gold-dim);color:var(--gold);transition:all .2s;font-weight:600}.ccc-root .action-btn:hover{background:var(--gold);color:var(--black);border-color:var(--gold)}.ccc-root .accordion-inner .action-btn{border:1px solid rgba(201,148,58,.3);background:#c9943a12;color:var(--gold)}.ccc-root .accordion-inner .action-btn:hover{background:var(--gold);color:var(--white)}.ccc-root .btn-navy{background:var(--navy);color:var(--white)!important;border:1px solid var(--navy)!important}.ccc-root .btn-navy:hover{background:var(--navy-mid)!important;border-color:var(--navy-mid)!important;color:var(--white)!important}.ccc-root .rewrite-header{background:var(--black-mid);padding:56px 64px 48px;border-top:2px solid var(--gold);border-bottom:1px solid var(--line-dark)}@media(max-width:640px){.ccc-root .rewrite-header{padding:40px 28px 36px}}.ccc-root .rewrite-eyebrow{font-family:var(--mono);font-size:11px;color:var(--gold);letter-spacing:3px;text-transform:uppercase;font-weight:600;display:block;margin-bottom:12px}.ccc-root .rewrite-header h2{font-weight:800;font-size:clamp(32px,5vw,56px);color:var(--white);line-height:1.05;letter-spacing:-.5px;margin-bottom:12px}.ccc-root .rewrite-sub{font-size:17px;color:var(--text-mid);font-weight:400;line-height:1.7;max-width:620px}.ccc-root .closing-split{display:grid;grid-template-columns:1fr 1fr;border-top:3px solid var(--gold)}@media(max-width:860px){.ccc-root .closing-split{grid-template-columns:1fr}}.ccc-root .closing-left{background:var(--white);padding:48px 52px}@media(max-width:640px){.ccc-root .closing-left{padding:36px 24px}}.ccc-root .closing-left-title{font-size:22px;font-weight:800;color:var(--black-deep);margin-bottom:20px;line-height:1.3}.ccc-root .closing-left p{font-size:17px;line-height:1.85;color:var(--text-body);margin-bottom:18px;font-weight:400}.ccc-root .closing-left p:last-child{margin-bottom:0}.ccc-root .closing-left .prayer-box{margin:24px 0 20px}.ccc-root .closing-left .section-actions{border-top:1px solid var(--line-light)}.ccc-root .closing-left .action-btn{border:1px solid rgba(201,148,58,.3);background:#c9943a12;color:var(--gold)}.ccc-root .closing-left .action-btn:hover{background:var(--gold);color:var(--white)}.ccc-root .closing-right{background:var(--black-deep);padding:64px 56px;border-left:1px solid var(--line-dark)}@media(max-width:860px){.ccc-root .closing-right{border-left:none;border-top:1px solid var(--line-dark)}}@media(max-width:640px){.ccc-root .closing-right{padding:48px 28px}}.ccc-root .closing-right-title{font-size:26px;font-weight:800;color:var(--white);margin-bottom:24px;line-height:1.2}.ccc-root .closing-right p{font-size:17px;line-height:1.8;color:var(--text-mid);margin-bottom:18px;font-weight:400}.ccc-root .closing-right p strong{color:var(--white);font-weight:700}.ccc-root .closing-right .contact-links{margin-top:28px;display:flex;flex-direction:column;gap:12px}.ccc-root .closing-right .contact-links a{font-family:var(--mono);font-size:14px;font-weight:600;color:var(--gold);text-decoration:none;display:inline-flex;align-items:center;gap:10px;transition:color .2s}.ccc-root .closing-right .contact-links a:hover{color:var(--gold-hover)}.ccc-root .closing-right .share-line{margin-top:28px!important;padding-top:24px!important;border-top:1px solid rgba(255,255,255,.08)!important;font-size:16px!important;font-weight:700!important;color:var(--gold)!important}.ccc-root .closing-right .section-actions{border-top:1px solid rgba(255,255,255,.08)}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.ccc-root .hero>*{animation:fadeUp .5s ease both}.ccc-root .hero-eyebrow{animation-delay:.05s}.ccc-root .hero h1{animation-delay:.15s}.ccc-root .hero-subtitle{animation-delay:.22s}.ccc-root .hero-byline{animation-delay:.27s}.ccc-root .scripture-hero{animation-delay:.34s}.ccc-root .hero-actions{animation-delay:.42s}.ccc-root .cc-desc-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:28px 0}@media(max-width:640px){.ccc-root .cc-desc-grid{grid-template-columns:1fr}}.ccc-root .cc-desc-item{background:#1e1e1e;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:16px 18px}.ccc-root .cc-desc-item.gold-item{background:#c9943a1a;border-color:#c9943a4d}.ccc-root .cc-di-head{display:flex;align-items:center;gap:8px;margin-bottom:8px}.ccc-root .cc-di-icon{font-size:16px;flex-shrink:0}.ccc-root .cc-di-name{font-family:var(--mono);font-size:12px;font-weight:600;color:var(--gold);letter-spacing:1px;text-transform:uppercase}.ccc-root .cc-desc-item p{font-size:14px;line-height:1.7;color:#ccc;margin:0;font-weight:400}.ccc-root .cc-desc-item p strong{color:var(--white);font-weight:700}.ccc-root .cc-desc-item.gold-item p{color:var(--text-mid)}.ccc-root .cc-desc-item.gold-item p strong{color:var(--gold)}.ccc-root .cc-circle-wrap{display:flex;justify-content:center;margin:24px 0}@media print{.ccc-root .hero-actions,.ccc-root .section-actions,.ccc-root .accordion-close-bar,.ccc-root .stage-close-bar{display:none!important}.ccc-root .hear-section .contact-links a{color:#1b3a6b!important}.ccc-root{background:#fff!important;color:#000!important}.ccc-root .stage-body,.ccc-root .accordion-body{max-height:none!important;overflow:visible!important}.ccc-root .stage-card,.ccc-root .accordion{border:1px solid #ccc!important;page-break-inside:avoid}.ccc-root .stage-inner,.ccc-root .accordion-inner{background:#f9f9f9!important;color:#000!important;max-height:none!important}.ccc-root .cc-section{background:#fff!important;color:#000!important}.ccc-root .cc-desc-item{background:#f5f5f5!important;color:#000!important;border:1px solid #ddd!important}.ccc-root .cc-di-name{color:#000!important}.ccc-root .cc-desc-item p,.ccc-root .cc-desc-item p strong{color:#333!important}.ccc-root .stages-wrapper{background:#f5f5f5!important}.ccc-root .stages-header{background:#1b3a6b!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}.ccc-root .hear-section{background:#f9f6ee!important}.ccc-root .white-section{background:#fff!important}.ccc-root .hero,.ccc-root .stage-num-block{-webkit-print-color-adjust:exact;print-color-adjust:exact}@page{margin:1.5cm}}body:has(.ccc-root)>footer{margin-top:0}@media print{body>header,body>footer{display:none!important}}
