
  .cca-page,
  .cca-page *{box-sizing:border-box}
  .cca-page{
    --red:#E42320;
    --red-dark:#B81B19;
    --red-wash:#FCE9E7;
    --ink:#17130F;
    --ink-2:#262019;
    --warm:#F6F4F1;
    --paper:#FFFFFF;
    --muted:#726B63;
    --muted-2:#9A938B;
    --line:#E7E2DB;
    --line-strong:#D7CFC5;
    --radius:14px;
    margin:0;
    padding:0;
    color:var(--ink);
    background:var(--warm);
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.62;
    -webkit-font-smoothing:antialiased;
  }
  .cca-page a{color:inherit}
  .cca-page :focus-visible{outline:3px solid var(--red);outline-offset:3px}
  .cca-wrap{width:min(1180px,calc(100% - 48px));margin:0 auto}
  .cca-hero{padding:72px 0 62px;background:var(--ink);color:#fff;overflow:hidden;position:relative}
  .cca-hero:after{content:"";position:absolute;width:520px;height:520px;right:-170px;top:-220px;border-radius:50%;background:radial-gradient(circle,rgba(228,35,32,.32),transparent 62%)}
  .cca-hero .cca-wrap{position:relative;z-index:1}
  .cca-breadcrumb{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin:0 0 28px;color:#CFC8C3;font-size:13px}
  .cca-breadcrumb a{text-decoration:none}
  .cca-breadcrumb a:hover{text-decoration:underline}
  .cca-eyebrow{display:block;margin-bottom:16px;color:var(--red);font-size:12px;font-weight:800;letter-spacing:.20em;text-transform:uppercase}
  .cca-hero h1,.cca-content h2,.cca-content h3,.cca-cta h2{
    font-family:'Bebas Neue','Arial Narrow',Arial,sans-serif;
    font-weight:400;
    letter-spacing:.015em;
    text-transform:uppercase;
  }
  .cca-hero h1{max-width:920px;margin:0 0 20px;color:#fff;font-size:clamp(42px,5vw,48px);line-height:.98}
  .cca-hero h1 span{color:var(--red)}
  .cca-deck{max-width:820px;margin:0 0 26px;color:#CFC8C1;font-size:18px;line-height:1.62}
  .cca-meta{display:flex;flex-wrap:wrap;gap:10px 22px;color:#CFC8C3;font-size:13px}
  .cca-meta strong{color:#fff}
  .cca-layout{display:grid;grid-template-columns:minmax(0,1fr) 294px;gap:40px;padding:56px 0 72px;align-items:start}
  .cca-content{min-width:0}
  .cca-summary{margin:0 0 24px;padding:26px;border:1px solid #F4C9C4;border-radius:var(--radius);background:var(--red-wash)}
  .cca-summary strong{display:block;margin-bottom:9px;color:var(--red-dark);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}
  .cca-summary p{margin:0;color:var(--ink-2);font-size:17px;line-height:1.68}
  .cca-section{margin:0 0 22px;padding:28px;border-radius:var(--radius);background:var(--paper);border:1px solid var(--line)}
  .cca-section h2{display:flex;align-items:center;gap:12px;margin:0 0 16px;font-size:32px;line-height:1.04}
  .cca-section h2:before{content:"";width:22px;height:3px;background:var(--red);display:inline-block;flex:0 0 22px}
  .cca-section h3{margin:24px 0 10px;font-size:25px;line-height:1.08}
  .cca-section p{margin:0 0 14px;color:var(--ink-2);font-size:16px;line-height:1.72}
  .cca-section p:last-child{margin-bottom:0}
  .cca-section ul,.cca-section ol{margin:12px 0 0;padding-left:22px}
  .cca-section li{margin:0 0 9px;color:var(--ink-2);line-height:1.62}
  .cca-callout{margin:20px 0 0;padding:18px 20px;border:1px solid #F4C9C4;border-left:4px solid var(--red);border-radius:10px;background:var(--red-wash);color:var(--ink-2);line-height:1.62}
  .cca-example{margin-top:18px;padding:22px;border-radius:var(--radius);background:var(--ink);color:#fff}
  .cca-example strong{display:block;margin-bottom:8px;color:var(--red);text-transform:uppercase;font-size:12px;letter-spacing:.14em}
  .cca-example p,.cca-example li{color:#E8E1DC}
  .cca-table-wrap{margin-top:18px;overflow-x:auto;border:1px solid var(--line);border-radius:var(--radius)}
  .cca-table{width:100%;border-collapse:collapse;min-width:620px;background:#fff}
  .cca-table th,.cca-table td{padding:13px 14px;border-bottom:1px solid var(--line);text-align:left;font-size:14px}
  .cca-table th{background:var(--ink);color:#fff;font-weight:800}
  .cca-table tr:last-child td{border-bottom:0}
  .cca-checklist{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:16px;padding:0;list-style:none}
  .cca-checklist li{position:relative;margin:0;padding:14px 14px 14px 42px;border:1px solid var(--line);border-radius:12px;background:var(--warm);color:var(--ink-2)}
  .cca-checklist li:before{content:"✓";position:absolute;left:15px;top:13px;color:var(--red);font-weight:900}
  .cca-side{position:sticky;top:24px;display:grid;gap:18px}
  .cca-side-card{padding:22px;border-radius:var(--radius);background:#fff;border:1px solid var(--line)}
  .cca-side-card h2{margin:0 0 12px;font-size:17px;font-weight:800}
  .cca-side-card ul{display:grid;gap:8px;margin:0;padding:0;list-style:none}
  .cca-side-card a{color:#4E4741;font-size:14px;line-height:1.45;text-decoration:none}
  .cca-side-card a:hover{color:var(--red);text-decoration:underline}
  .cca-side-card.dark{background:var(--ink);color:#fff;border-color:var(--ink)}
  .cca-side-card.dark h2{color:#fff}
  .cca-side-card.dark p{margin:0 0 15px;color:#CFC8C1;font-size:14px;line-height:1.6}
  .cca-button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border:1px solid var(--red);border-radius:999px;background:var(--red);color:#fff!important;font-weight:800;text-decoration:none;cursor:pointer;transition:.2s ease}
  .cca-button:hover{background:var(--red-dark);border-color:var(--red-dark);transform:translateY(-2px)}
  .cca-faq{display:grid;gap:12px}
  .cca-faq details{padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:var(--warm)}
  .cca-faq summary{cursor:pointer;font-weight:800;line-height:1.45}
  .cca-faq p{margin:12px 0 0}
  .cca-sources{font-size:14px;overflow-wrap:anywhere}
  .cca-sources a{color:var(--red-dark);font-weight:800}
  .cca-cta{padding:58px 0;background:var(--ink);color:#fff;text-align:center;position:relative;overflow:hidden}
  .cca-cta:after{content:"";position:absolute;left:-140px;bottom:-210px;width:430px;height:430px;border-radius:50%;background:radial-gradient(circle,rgba(228,35,32,.28),transparent 62%)}
  .cca-cta .cca-wrap{position:relative;z-index:1}
  .cca-cta h2{margin:0 0 12px;color:#fff;font-size:38px}
  .cca-cta p{max-width:720px;margin:0 auto 22px;color:#CFC8C1;line-height:1.65}
  @media(max-width:900px){
    .cca-layout{grid-template-columns:1fr}
    .cca-side{position:static;grid-template-columns:1fr 1fr}
  }
  @media(max-width:640px){
    .cca-wrap{width:min(100% - 32px,1180px)}
    .cca-hero{padding:54px 0 46px}
    .cca-hero h1{font-size:40px}
    .cca-deck{font-size:16px}
    .cca-layout{padding:30px 0 44px}
    .cca-section,.cca-summary{padding:21px}
    .cca-section h2{font-size:28px}
    .cca-checklist,.cca-side{grid-template-columns:1fr}
  }
  @media print{
    .cca-hero{padding:28px 0;background:#fff;color:#000}
    .cca-hero h1,.cca-hero .cca-meta strong{color:#000}
    .cca-deck,.cca-meta,.cca-breadcrumb{color:#333}
    .cca-layout{display:block}
    .cca-side,.cca-cta,.conjunto-footer{display:none!important}
    .cca-section,.cca-summary{break-inside:avoid;box-shadow:none}
  }



  .cctool{padding:28px;border-radius:var(--radius);background:#fff;border:1px solid var(--line)}
  .cctool-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}
  .cctool-field{display:grid;gap:8px}
  .cctool-field.full{grid-column:1/-1}
  .cctool-field label{font-size:14px;font-weight:800}
  .cctool-field small{color:var(--muted);line-height:1.45}
  .cctool-field input,.cctool-field select{width:100%;min-height:50px;padding:11px 13px;border:1px solid var(--line-strong);border-radius:10px;background:#fff;color:var(--ink);font:inherit}
  .cctool-field input:focus,.cctool-field select:focus{outline:3px solid rgba(228,35,32,.16);border-color:var(--red)}
  .cctool-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}
  .cctool-secondary{background:transparent;border-color:var(--ink);color:var(--ink)!important}
  .cctool-secondary:hover{background:var(--ink);border-color:var(--ink);color:#fff!important}
  .cctool-result{margin-top:22px;padding:24px;border-radius:var(--radius);background:var(--ink);color:#fff}
  .cctool-result[hidden]{display:none}
  .cctool-result h2{margin:0 0 14px;color:#fff;font-family:'Bebas Neue','Arial Narrow',Arial,sans-serif;font-size:32px}
  .cctool-result p{color:#E2DAD5;line-height:1.65}
  .cctool-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
  .cctool-metric{padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.07)}
  .cctool-metric span{display:block;color:#CFC7C2;font-size:12px}
  .cctool-metric strong{display:block;margin-top:5px;color:#fff;font-size:22px}
  .cctool-alert{margin-top:14px;padding:13px 15px;border:1px solid #F4C9C4;border-radius:10px;background:var(--red-wash);color:var(--red-dark);font-weight:800;line-height:1.5}
  .cctool-progress{height:14px;margin:16px 0 8px;border-radius:999px;background:#E8E2DD;overflow:hidden}
  .cctool-progress span{display:block;height:100%;width:0;background:var(--red);transition:width .25s ease}
  .cccheck-group{margin-top:18px;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}
  .cccheck-group h3{margin:0 0 12px;font-family:'Bebas Neue','Arial Narrow',Arial,sans-serif;font-size:24px;font-weight:400;text-transform:uppercase}
  .cccheck-item{display:flex;gap:11px;align-items:flex-start;padding:11px 0;border-bottom:1px solid #ECE7E3}
  .cccheck-item:last-child{border-bottom:0}
  .cccheck-item input{width:20px;height:20px;margin-top:2px;accent-color:var(--red);flex:0 0 20px}
  .cccheck-item label{cursor:pointer;line-height:1.5}
  @media(max-width:640px){.cctool{padding:20px}.cctool-grid,.cctool-metrics{grid-template-columns:1fr}.cctool-field.full{grid-column:auto}}



  .cc-ecommerce-premium,
  .cc-ecommerce-premium *{box-sizing:border-box}
  .cc-ecommerce-premium{
    --red:#E42320;
    --red-deep:#B81B19;
    --red-wash:#FCE9E7;
    --ink:#17130F;
    --ink-2:#262019;
    --paper:#F6F4F1;
    --white:#FFFFFF;
    --smoke:#726B63;
    --smoke-2:#9A938B;
    --line:#E7E2DB;
    --line-strong:#D7CFC5;
    --radius:14px;
    width:100%;
    margin:0;
    padding:0 0 80px;
    overflow:hidden;
    background:var(--paper);
    color:var(--ink);
    font-family:'Manrope',Arial,Helvetica,sans-serif;
    font-size:16px;
    line-height:1.62;
    -webkit-font-smoothing:antialiased;
  }
  .cc-ecommerce-premium :focus-visible{outline:3px solid var(--red);outline-offset:3px}
  .cce-wrap{width:100%;max-width:none;margin:0}
  .cce-wrap>.cce-section,
  .cce-wrap>.cce-seo-box,
  .cce-wrap>.cce-ebook,
  .cce-wrap>.cce-social-proof,
  .cce-wrap>.cce-cta-final{
    width:min(1180px,calc(100% - 48px));
    margin-left:auto;
    margin-right:auto;
  }
  .cce-hero{
    position:relative;
    max-width:none;
    margin:0 0 78px;
    padding:82px max(24px,calc((100% - 1180px)/2));
    overflow:hidden;
    background:var(--ink);
    color:var(--white);
    text-align:left;
  }
  .cce-hero:after{
    content:"";
    position:absolute;
    top:-220px;
    right:-160px;
    width:540px;
    height:540px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(228,35,32,.32),transparent 62%);
    pointer-events:none;
  }
  .cce-hero>*{position:relative;z-index:1}
  .cce-label,
  .cce-section-kicker,
  .cce-kicker,
  .cce-plan-badge,
  .cce-blog-card>span,
  .cce-google-label,
  .cce-ra-label{
    font-size:12px;
    font-weight:800;
    letter-spacing:.14em;
    text-transform:uppercase;
  }
  .cce-label{
    display:block;
    width:auto;
    margin:0 0 18px;
    padding:0;
    border:0;
    border-radius:0;
    background:transparent;
    color:var(--red);
    letter-spacing:.20em;
  }
  .cce-hero h1,
  .cce-section-head h2,
  .cce-seo-box h2,
  .cce-ebook h2,
  .cce-social-head h2,
  .cce-cta-final h2,
  .cce-card h3,
  .cce-plan-card h3,
  .cce-blog-card h3,
  .cce-ra-box h3,
  .cce-ebook-card h3{
    font-family:'Bebas Neue','Arial Narrow',Arial,sans-serif;
    font-weight:400;
    letter-spacing:.015em;
    text-transform:uppercase;
  }
  .cce-hero h1{
    max-width:920px;
    margin:0 0 22px;
    color:var(--white);
    font-size:clamp(42px,5vw,48px);
    line-height:.98;
  }
  .cce-hero h1 span,
  .cce-section-head h2 span,
  .cce-seo-box h2 span{color:var(--red)}
  .cce-hero p{
    max-width:820px;
    margin:0 0 30px;
    color:#CFC8C1;
    font-size:18px;
    line-height:1.62;
  }
  .cce-hero-actions{display:flex;justify-content:flex-start;flex-wrap:wrap;gap:12px}
  .cce-btn-primary,
  .cce-btn-secondary,
  .cce-plan-cta,
  .cce-google-summary a,
  .cce-ra-cta,
  .cce-cta-final a{
    display:inline-flex;
    min-height:48px;
    align-items:center;
    justify-content:center;
    padding:13px 24px;
    border:1px solid transparent;
    border-radius:999px;
    font-size:14px;
    font-weight:800;
    line-height:1.2;
    text-align:center;
    text-decoration:none;
    transition:.2s ease;
  }
  .cce-btn-primary,
  .cce-plan-cta,
  .cce-google-summary a,
  .cce-ra-cta,
  .cce-cta-final a{
    border-color:var(--red);
    background:var(--red);
    color:var(--white);
    box-shadow:none;
  }
  .cce-btn-primary:hover,
  .cce-plan-cta:hover,
  .cce-google-summary a:hover,
  .cce-ra-cta:hover,
  .cce-cta-final a:hover{
    border-color:var(--red-deep);
    background:var(--red-deep);
    color:var(--white);
    transform:translateY(-2px);
  }
  .cce-btn-secondary{
    border-color:rgba(255,255,255,.40);
    background:transparent;
    color:var(--white);
  }
  .cce-btn-secondary:hover{border-color:var(--white);color:var(--white);transform:translateY(-2px)}
  .cce-section{margin-top:72px}
  .cce-section-head,
  .cce-social-head{
    max-width:800px;
    margin:0 0 32px;
    text-align:left;
  }
  .cce-section-kicker{display:block;margin:0 0 10px;color:var(--red)}
  .cce-section-head h2,
  .cce-social-head h2{
    margin:0 0 12px;
    color:var(--ink);
    font-size:32px;
    line-height:1.04;
  }
  .cce-section-head p,
  .cce-social-head p{margin:0;color:var(--ink-2);font-size:16px;line-height:1.68}
  .cce-grid-3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch}
  .cce-grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}
  .cce-card,
  .cce-plan-card,
  .cce-warning,
  .cce-step,
  .cce-blog-card{
    position:relative;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:var(--radius);
    background:var(--white);
    box-shadow:none;
    transition:transform .2s,border-color .2s;
  }
  .cce-card:hover,
  .cce-plan-card:hover,
  .cce-blog-card:hover{transform:translateY(-4px);border-color:var(--line-strong);box-shadow:none}
  .cce-card,
  .cce-plan-card{padding:26px}
  .cce-card:before,
  .cce-plan-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:var(--line-strong)}
  .cce-card.dark,
  .cce-plan-card.featured{
    border-color:var(--ink);
    background:var(--ink);
    color:var(--white);
    box-shadow:none;
  }
  .cce-card.dark:before,
  .cce-plan-card.featured:before{background:var(--red)}
  .cce-kicker{display:block;margin:0 0 12px;color:var(--red)}
  .cce-card h3,
  .cce-plan-card h3{
    margin:0 0 12px;
    color:var(--ink);
    font-size:26px;
    line-height:1.04;
  }
  .cce-card.dark h3,
  .cce-plan-card.featured h3{color:var(--white)}
  .cce-card p,
  .cce-plan-desc{margin:0 0 18px;color:var(--ink-2);font-size:15px;line-height:1.65}
  .cce-card.dark p,
  .cce-plan-card.featured .cce-plan-desc{color:#D8D2CC}
  .cce-list{display:flex;flex-direction:column;gap:9px;margin:0;padding:0;list-style:none}
  .cce-list li{position:relative;padding-left:22px;color:var(--ink-2);font-size:14px;line-height:1.5;font-weight:600}
  .cce-list li:before{content:"✓";position:absolute;left:0;color:var(--red);font-weight:800}
  .cce-card.dark .cce-list li,
  .cce-plan-card.featured .cce-list li,
  .cce-ebook .cce-list li{color:#E0DAD5}
  .cce-warning-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}
  .cce-warning{padding:22px;border-left:4px solid var(--red)}
  .cce-warning strong{display:block;margin-bottom:7px;color:var(--ink);font-size:16px;font-weight:800}
  .cce-warning span{display:block;color:var(--ink-2);font-size:14px;line-height:1.6}
  .cce-steps{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;counter-reset:step}
  .cce-step{padding:22px}
  .cce-step:before{
    counter-increment:step;
    content:counter(step,decimal-leading-zero);
    display:block;
    width:auto;
    height:auto;
    margin:0 0 12px;
    border-radius:0;
    background:transparent;
    color:var(--red);
    font-family:'Bebas Neue','Arial Narrow',Arial,sans-serif;
    font-size:32px;
    line-height:1;
  }
  .cce-step h3{margin:0 0 8px;color:var(--ink);font-size:16px;font-weight:800}
  .cce-step p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.55}
  .cce-plan-badge{display:inline-block;margin:0 0 15px;padding:6px 11px;border:1px solid #F4C9C4;border-radius:999px;background:var(--red-wash);color:var(--red-deep)}
  .cce-plan-card.featured .cce-plan-badge{border-color:var(--red);background:var(--red);color:var(--white)}
  .cce-plan-cta{width:100%;margin-top:22px}
  .cce-seo-box,
  .cce-ebook,
  .cce-cta-final{
    position:relative;
    display:grid;
    grid-template-columns:.8fr 1.2fr;
    gap:38px;
    margin-top:76px;
    padding:44px;
    overflow:hidden;
    border:1px solid var(--ink);
    border-radius:18px;
    background:var(--ink);
    color:var(--white);
    box-shadow:none;
  }
  .cce-seo-box:after,
  .cce-ebook:after,
  .cce-cta-final:after{
    content:"";
    position:absolute;
    right:-150px;
    top:-180px;
    width:430px;
    height:430px;
    border-radius:50%;
    background:radial-gradient(circle,rgba(228,35,32,.28),transparent 62%);
    pointer-events:none;
  }
  .cce-seo-box>*,
  .cce-ebook>*,
  .cce-cta-final>*{position:relative;z-index:1}
  .cce-seo-box h2,
  .cce-ebook h2,
  .cce-cta-final h2{margin:0;color:var(--white);font-size:38px;line-height:1}
  .cce-seo-box p,
  .cce-ebook p,
  .cce-cta-final p{margin:0 0 14px;color:#CFC8C1;line-height:1.65}
  .cce-seo-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}
  .cce-seo-tags span{padding:7px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;color:#E9E4DF;font-size:12px;font-weight:700}
  .cce-ebook{grid-template-columns:1.2fr .8fr;align-items:center}
  .cce-ebook .cce-btn-primary{margin-top:10px}
  .cce-ebook-card{padding:24px;border:1px solid rgba(255,255,255,.14);border-radius:var(--radius);background:rgba(255,255,255,.06)}
  .cce-ebook-card h3{margin:0 0 14px;color:var(--white);font-size:24px}
  .cce-blog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
  .cce-blog-card{display:block;padding:24px;color:var(--ink);text-decoration:none}
  .cce-blog-card>span{display:block;margin-bottom:9px;color:var(--red)}
  .cce-blog-card h3{margin:0 0 10px;color:var(--ink);font-size:25px;line-height:1.05}
  .cce-blog-card p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.58}
  .cce-faq{display:grid;gap:10px}
  .cce-faq details{padding:18px 20px;border:1px solid var(--line);border-radius:12px;background:var(--white)}
  .cce-faq summary{cursor:pointer;color:var(--ink);font-weight:800;line-height:1.45}
  .cce-faq p{margin:12px 0 0;color:var(--ink-2);font-size:15px;line-height:1.65}
  .cce-social-proof{margin-top:76px;padding:38px;border:1px solid var(--line);border-radius:18px;background:var(--white);box-shadow:none}
  .cce-social-layout{display:grid;grid-template-columns:1.7fr .8fr;gap:18px;align-items:stretch}
  .cce-google-box,
  .cce-ra-box{padding:26px;border-radius:var(--radius);overflow:hidden}
  .cce-google-box{border:1px solid var(--line);background:var(--paper)}
  .cce-google-summary{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}
  .cce-google-label,
  .cce-ra-label{display:block;margin-bottom:7px;color:var(--red)}
  .cce-google-summary h3{margin:0 0 7px;color:#F7B500;font-size:25px;font-weight:800;letter-spacing:.04em}
  .cce-google-summary p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.6}
  .cce-reviews-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .cce-review-card{padding:20px;border:1px solid var(--line);border-radius:var(--radius);background:var(--white);text-align:left}
  .cce-review-top{display:flex;align-items:center;gap:12px;margin-bottom:12px}
  .cce-review-avatar{display:flex;width:46px;height:46px;flex:0 0 46px;align-items:center;justify-content:center;border-radius:50%;color:#fff;font-size:17px;font-weight:800;text-transform:uppercase}
  .cce-review-author{min-width:0}
  .cce-review-name{margin:0;color:var(--ink);font-size:14px;font-weight:800;line-height:1.3}
  .cce-review-date{margin:2px 0 0;color:var(--smoke);font-size:11px}
  .cce-review-stars{margin:0 0 10px;color:#F7B500;font-size:15px;letter-spacing:1px}
  .cce-review-text{margin:0;color:var(--ink-2);font-size:13px;line-height:1.65}
  .cce-ra-box{position:relative;border:1px solid var(--ink);background:var(--ink);color:var(--white)}
  .cce-ra-box:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:4px;background:var(--red)}
  .cce-ra-box h3{margin:0 0 10px;color:var(--white);font-size:28px}
  .cce-ra-box p{margin:0 0 20px;color:#D8D2CC;font-size:14px;line-height:1.65}
  .cce-ra-seal-wrap{display:flex;min-height:112px;align-items:center;justify-content:center;margin-bottom:20px;padding:18px;border-radius:12px;background:var(--white)}
  .cce-ra-cta{display:flex;width:100%}
  .cce-cta-final{display:block;text-align:center}
  .cce-cta-final h2{max-width:720px;margin:0 auto 14px}
  .cce-cta-final p{max-width:720px;margin:0 auto 22px}
  @media(max-width:980px){
    .cce-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cce-steps{grid-template-columns:repeat(2,minmax(0,1fr))}
    .cce-social-layout{grid-template-columns:1fr}
  }
  @media(max-width:820px){
    .cce-grid-3,
    .cce-warning-grid,
    .cce-blog-grid{grid-template-columns:1fr}
    .cce-seo-box,
    .cce-ebook{grid-template-columns:1fr}
  }
  @media(max-width:640px){
    .cc-ecommerce-premium{padding-bottom:56px}
    .cce-wrap>.cce-section,
    .cce-wrap>.cce-seo-box,
    .cce-wrap>.cce-ebook,
    .cce-wrap>.cce-social-proof,
    .cce-wrap>.cce-cta-final{width:min(100% - 32px,1180px)}
    .cce-hero{margin-bottom:54px;padding:58px 16px 52px}
    .cce-hero h1{font-size:40px}
    .cce-hero p{font-size:16px}
    .cce-section{margin-top:56px}
    .cce-section-head h2,
    .cce-social-head h2{font-size:28px}
    .cce-grid-4,
    .cce-steps,
    .cce-reviews-grid{grid-template-columns:1fr}
    .cce-seo-box,
    .cce-ebook,
    .cce-social-proof,
    .cce-cta-final{margin-top:58px;padding:28px 22px}
    .cce-seo-box h2,
    .cce-ebook h2,
    .cce-cta-final h2{font-size:32px}
    .cce-google-summary{flex-direction:column}
    .cce-google-box,
    .cce-ra-box{padding:21px}
    .cce-btn-primary,
    .cce-btn-secondary{width:100%}
  }




/* =========================================================
   CONJUNTO E-COMMERCE — INTEGRAÇÃO WORDPRESS EM LARGURA TOTAL
   Mantida no fim do CSS para não ser anulada pelo tema.
   ========================================================= */
html.ccx-ecommerce-active,
body.ccx-ecommerce-active {
  overflow-x: clip !important;
}

body.ccx-ecommerce-active .entry-title,
body.ccx-ecommerce-active .wp-block-post-title,
body.ccx-ecommerce-active .entry-header,
body.ccx-ecommerce-active header.entry-header {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ccx-ecommerce-active main:has(.ccx-page-root),
body.ccx-ecommerce-active #primary:has(.ccx-page-root),
body.ccx-ecommerce-active .content-area:has(.ccx-page-root),
body.ccx-ecommerce-active article:has(.ccx-page-root),
body.ccx-ecommerce-active .entry-content:has(.ccx-page-root),
body.ccx-ecommerce-active .wp-block-post-content:has(.ccx-page-root),
body.ccx-ecommerce-active .wp-block-html:has(.ccx-page-root),
body.ccx-ecommerce-active .site-content:has(.ccx-page-root) {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ccx-page-root {
  display: block !important;
  position: relative !important;
  left: 50% !important;
  right: auto !important;
  width: 100vw !important;
  max-width: 100vw !important;
  margin: 0 0 0 -50vw !important;
  padding: 0 !important;
  overflow-x: clip !important;
  isolation: isolate !important;
}

.ccx-page-root,
.ccx-page-root * {
  box-sizing: border-box;
}

.ccx-page-root img,
.ccx-page-root svg {
  max-width: 100%;
}

.ccx-page-root .ccx-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: 42px;
  align-items: center;
}

.ccx-page-root .ccx-photo {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #E7E2DB;
}

.ccx-page-root .ccx-photo img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1.75 / 1;
  object-fit: cover;
}

.ccx-page-root .ccx-photo figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  left: 12px;
  padding: 8px 11px;
  border-radius: 10px;
  background: rgba(23,19,15,.76);
  color: #FFF !important;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .03em;
  line-height: 1.35;
  backdrop-filter: blur(8px);
}

.ccx-page-root .ccx-hero-photo {
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 28px 70px rgba(0,0,0,.28);
}

.ccx-page-root .ccx-hero-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.12);
  border-radius: inherit;
}

.ccx-internal .cca-hero h1 {
  max-width: 15ch;
}

.ccx-internal .cca-hero .cca-wrap {
  position: relative;
  z-index: 2;
}

.ccx-main .cce-hero {
  padding-top: 72px;
  padding-bottom: 72px;
}

.ccx-main .cce-hero h1 {
  max-width: 13ch;
}

.ccx-main .cce-hero p {
  max-width: 64ch;
}

.ccx-main .cce-hero-photo img {
  min-height: 390px;
}

.ccx-page-root .ccx-story-panel {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 34px;
  align-items: center;
  margin: 0 0 22px;
  padding: 28px;
  border: 1px solid #E7E2DB;
  border-radius: 18px;
  background: #FFFFFF;
}

.ccx-main .ccx-story-panel {
  width: min(1180px,calc(100% - 48px));
  margin: 72px auto 0;
}

.ccx-page-root .ccx-story-copy h2,
.ccx-page-root .ccx-chart-intro h2 {
  margin: 10px 0 12px;
  color: #17130F;
  font-family: "Bebas Neue","Arial Narrow",Arial,sans-serif;
  font-size: 32px;
  font-weight: 400;
  letter-spacing: .015em;
  line-height: 1.04;
  text-transform: uppercase;
}

.ccx-page-root .ccx-story-copy p,
.ccx-page-root .ccx-chart-intro p {
  margin: 0;
  color: #4B433C;
  font-size: 16px;
  line-height: 1.72;
}

.ccx-page-root .ccx-kicker,
.ccx-page-root .ccx-update-badge {
  display: inline-block;
  color: #E42320;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.ccx-page-root .ccx-chart-panel {
  display: grid;
  grid-template-columns: minmax(0,.8fr) minmax(0,1.2fr);
  gap: 34px;
  align-items: center;
  margin: 0 0 22px;
  padding: 30px;
  border: 1px solid #17130F;
  border-radius: 18px;
  background: #17130F;
  color: #FFF;
}

.ccx-page-root .ccx-chart-panel .ccx-chart-intro h2,
.ccx-page-root .ccx-chart-panel .ccx-chart-intro h2 span {
  color: #FFF;
}

.ccx-page-root .ccx-chart-panel .ccx-chart-intro p {
  color: #D8D1CA;
}

.ccx-main .ccx-chart-panel {
  width: min(1180px,calc(100% - 48px));
  margin: 72px auto 0;
}

.ccx-page-root .ccx-bars {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}

.ccx-page-root .ccx-chart-row {
  min-width: 0;
}

.ccx-page-root .ccx-chart-label {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 6px;
  color: #F3EEE9;
  font-size: 12px;
}

.ccx-page-root .ccx-chart-label strong {
  color: #FFF;
  text-align: right;
}

.ccx-page-root .ccx-chart-track {
  height: 9px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
}

.ccx-page-root .ccx-chart-track span {
  display: block;
  height: 100%;
  min-width: 10px;
  border-radius: inherit;
  background: #E42320;
}

.ccx-page-root .ccx-chart-row small {
  display: block;
  margin-top: 5px;
  color: #BEB5AD;
  font-size: 10px;
}

.ccx-page-root .ccx-timeline {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccx-page-root .ccx-timeline li,
.ccx-page-root .ccx-flow-chart li {
  padding: 18px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 14px;
  background: rgba(255,255,255,.055);
}

.ccx-page-root .ccx-timeline strong,
.ccx-page-root .ccx-flow-chart strong {
  display: block;
  margin-bottom: 7px;
  color: #E42320;
  font-family: "Bebas Neue","Arial Narrow",Arial,sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
}

.ccx-page-root .ccx-timeline span,
.ccx-page-root .ccx-flow-chart span {
  color: #EFE8E2;
  font-size: 12px;
  line-height: 1.5;
}

.ccx-page-root .ccx-flow-chart {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ccx-page-root .ccx-price-wheel {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
  min-height: 250px;
  padding: 18px;
  border-radius: 50%;
  background: conic-gradient(#E42320 0 25%,#B91B19 25% 50%,#F6F4F1 50% 75%,#817870 75%);
  box-shadow: inset 0 0 0 32px #17130F;
}

.ccx-page-root .ccx-price-wheel span {
  display: grid;
  place-items: center;
  color: #FFF;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.ccx-page-root .ccx-official-update {
  border-color: #F4C9C4;
  background: #FDE9E7;
}

.ccx-page-root .ccx-official-update .ccx-update-badge {
  margin-bottom: 12px;
}

.ccx-page-root .ccx-official-update a {
  color: #B91B19;
  font-weight: 800;
}

.ccx-main .cce-icon {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 16px;
  place-items: center;
  border-radius: 13px;
  background: #FDE9E7;
  color: #E42320;
}

.ccx-main .cce-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ccx-main .cce-social-head {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.ccx-main .cce-social-head p {
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 960px) {
  .ccx-page-root .ccx-hero-grid,
  .ccx-page-root .ccx-story-panel,
  .ccx-page-root .ccx-chart-panel {
    grid-template-columns: 1fr;
  }

  .ccx-page-root .ccx-hero-photo {
    max-width: 720px;
  }

  .ccx-main .cce-hero h1,
  .ccx-internal .cca-hero h1 {
    max-width: 18ch;
  }

  .ccx-page-root .ccx-flow-chart {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}

@media (max-width: 680px) {
  .ccx-page-root .ccx-hero-grid {
    gap: 28px;
  }

  .ccx-main .cce-hero {
    padding-top: 48px;
    padding-bottom: 52px;
  }

  .ccx-main .cce-hero-photo img {
    min-height: 0;
  }

  .ccx-page-root .ccx-story-panel,
  .ccx-page-root .ccx-chart-panel {
    gap: 24px;
    padding: 20px;
  }

  .ccx-main .ccx-story-panel,
  .ccx-main .ccx-chart-panel {
    width: min(100% - 28px,1180px);
    margin-top: 54px;
  }

  .ccx-page-root .ccx-story-copy h2,
  .ccx-page-root .ccx-chart-intro h2 {
    font-size: 29px;
  }

  .ccx-page-root .ccx-timeline,
  .ccx-page-root .ccx-flow-chart {
    grid-template-columns: 1fr;
  }

  .ccx-page-root .ccx-bars {
    padding: 16px;
  }

  .ccx-page-root .ccx-chart-label {
    align-items: flex-start;
    flex-direction: column;
    gap: 2px;
  }
}

@media print {
  .ccx-page-root {
    left: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  .ccx-page-root .ccx-photo figcaption {
    position: static;
    background: #FFF;
    color: #17130F !important;
  }
}


/* =========================================================
   CONJUNTO E-COMMERCE 1.1 — CORREÇÃO VISUAL E DE INTEGRAÇÃO
   Regras finais, isoladas do tema do WordPress.
   ========================================================= */

body.ccx-ecommerce-active main.wp-page-content,
body.ccx-ecommerce-active main.wp-page-content > .container,
body.ccx-ecommerce-active main.wp-page-content article,
body.ccx-ecommerce-active main.wp-page-content .entry-content {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.ccx-ecommerce-active main.wp-page-content .entry-header,
body.ccx-ecommerce-active main.wp-page-content .entry-title {
  display: none !important;
  height: 0 !important;
  min-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}

body.ccx-ecommerce-active section.ccx-page-root {
  position: relative !important;
  left: auto !important;
  right: auto !important;
  width: 100vw !important;
  max-width: none !important;
  margin: 0 0 0 calc(50% - 50vw) !important;
  padding: 0 !important;
  overflow-x: hidden !important;
  overflow-x: clip !important;
  color: #17130F;
  background: #F6F4F1;
  font-family: "Manrope", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.ccx-ecommerce-active section.ccx-page-root *,
body.ccx-ecommerce-active section.ccx-page-root *::before,
body.ccx-ecommerce-active section.ccx-page-root *::after {
  box-sizing: border-box;
}

body.ccx-ecommerce-active section.ccx-page-root a {
  color: inherit;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-page-root button,
body.ccx-ecommerce-active section.ccx-page-root input,
body.ccx-ecommerce-active section.ccx-page-root select,
body.ccx-ecommerce-active section.ccx-page-root textarea {
  font: inherit;
}

body.ccx-ecommerce-active section.ccx-page-root button,
body.ccx-ecommerce-active section.ccx-page-root summary {
  cursor: pointer;
}

body.ccx-ecommerce-active section.ccx-page-root [hidden] {
  display: none !important;
}

body.ccx-ecommerce-active section.ccx-page-root section[id] {
  scroll-margin-top: 108px;
}

body.ccx-ecommerce-active section.ccx-page-root img {
  display: block;
  max-width: 100%;
}

.ccx-scroll-progress {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10000;
  height: 4px;
  pointer-events: none;
  background: #E42320;
  transform: scaleX(0);
  transform-origin: 0 50%;
  will-change: transform;
}

/* ---------- PÁGINAS DE CONTEÚDO ---------- */

body.ccx-ecommerce-active section.ccx-internal .cca-hero {
  min-height: 520px;
  padding: 76px 0 70px;
  background:
    radial-gradient(circle at 92% 5%, rgba(228,35,32,.28), transparent 31rem),
    #17130F;
}

body.ccx-ecommerce-active section.ccx-internal .cca-hero::before {
  position: absolute;
  bottom: -310px;
  left: -190px;
  width: 560px;
  height: 560px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 50%;
  box-shadow:
    0 0 0 72px rgba(255,255,255,.022),
    0 0 0 144px rgba(255,255,255,.014);
  content: "";
  pointer-events: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-hero::after {
  display: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-hero .cca-wrap {
  width: min(1180px, calc(100% - 48px));
}

body.ccx-ecommerce-active section.ccx-internal .cca-breadcrumb {
  margin-bottom: 26px;
  color: #AAA198;
  font-size: 12px;
  font-weight: 650;
}

body.ccx-ecommerce-active section.ccx-internal .cca-breadcrumb a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 17px;
  color: #E42320;
}

body.ccx-ecommerce-active section.ccx-internal .cca-eyebrow::before {
  width: 24px;
  height: 3px;
  border-radius: 999px;
  background: currentColor;
  content: "";
}

body.ccx-ecommerce-active section.ccx-internal .cca-hero h1 {
  max-width: 13ch;
  margin: 0 0 22px;
  color: #FFFFFF;
  font-size: clamp(48px, 5.2vw, 72px);
  letter-spacing: .005em;
  line-height: .92;
}

body.ccx-ecommerce-active section.ccx-internal .cca-deck {
  max-width: 62ch;
  margin-bottom: 26px;
  color: #D8D1CA;
  font-size: clamp(16px, 1.6vw, 19px);
  line-height: 1.58;
}

body.ccx-ecommerce-active section.ccx-internal .cca-meta {
  gap: 9px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-meta span {
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.13);
  border-radius: 999px;
  background: rgba(255,255,255,.045);
  color: #BEB6AF;
  font-size: 11px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-meta strong {
  color: #FFFFFF;
}

body.ccx-ecommerce-active section.ccx-internal .ccx-hero-photo {
  border-radius: 24px;
  box-shadow: 0 30px 80px rgba(0,0,0,.35);
  transform: rotate(1deg);
}

body.ccx-ecommerce-active section.ccx-internal .ccx-hero-photo img {
  min-height: 330px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-layout {
  width: min(1180px, calc(100% - 48px));
  grid-template-columns: minmax(0, 1fr) 304px;
  gap: 32px;
  padding: 64px 0 82px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-content {
  counter-reset: ccx-section;
}

body.ccx-ecommerce-active section.ccx-internal .cca-summary {
  position: relative;
  margin-bottom: 24px;
  padding: 27px 29px 27px 33px;
  overflow: hidden;
  border: 1px solid #F1B7B1;
  border-left: 5px solid #E42320;
  border-radius: 16px;
  background: linear-gradient(135deg, #FFF3F1, #FCE9E7);
  box-shadow: 0 12px 34px rgba(23,19,15,.055);
}

body.ccx-ecommerce-active section.ccx-internal .cca-summary::after {
  position: absolute;
  top: -80px;
  right: -65px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  background: rgba(228,35,32,.07);
  content: "";
}

body.ccx-ecommerce-active section.ccx-internal .cca-summary strong,
body.ccx-ecommerce-active section.ccx-internal .cca-summary p {
  position: relative;
  z-index: 1;
}

body.ccx-ecommerce-active section.ccx-internal .cca-summary p {
  color: #262019;
  font-size: 17px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-section {
  position: relative;
  counter-increment: ccx-section;
  margin-bottom: 22px;
  padding: 32px;
  overflow: hidden;
  border: 1px solid #E7E2DB;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: 0 10px 32px rgba(23,19,15,.045);
}

body.ccx-ecommerce-active section.ccx-internal .cca-section::after {
  position: absolute;
  top: 16px;
  right: 20px;
  color: #F0ECE7;
  font-family: "Bebas Neue", Impact, sans-serif;
  font-size: 62px;
  line-height: 1;
  content: counter(ccx-section, decimal-leading-zero);
  pointer-events: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-section > * {
  position: relative;
  z-index: 1;
}

body.ccx-ecommerce-active section.ccx-internal .cca-section h2 {
  max-width: 20ch;
  margin: 0 64px 18px 0;
  color: #17130F;
  font-size: clamp(30px, 3vw, 38px);
  line-height: .98;
}

body.ccx-ecommerce-active section.ccx-internal .cca-section h2::before {
  width: 25px;
  flex-basis: 25px;
  border-radius: 999px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-section h3 {
  color: #17130F;
  font-size: 27px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-section p,
body.ccx-ecommerce-active section.ccx-internal .cca-section li {
  color: #3E3731;
}

body.ccx-ecommerce-active section.ccx-internal .cca-section p {
  max-width: 72ch;
}

body.ccx-ecommerce-active section.ccx-internal .cca-callout {
  border-radius: 13px;
  background: #FFF2F0;
}

body.ccx-ecommerce-active section.ccx-internal .cca-example {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(228,35,32,.24), transparent 17rem),
    #17130F;
}

body.ccx-ecommerce-active section.ccx-internal .cca-example p,
body.ccx-ecommerce-active section.ccx-internal .cca-example li {
  color: #E8E1DC;
}

body.ccx-ecommerce-active section.ccx-internal .cca-checklist {
  padding-left: 0;
}

body.ccx-ecommerce-active section.ccx-internal .cca-checklist li {
  min-height: 58px;
  padding: 15px 15px 15px 44px;
  border-radius: 13px;
  background: #F8F6F3;
}

body.ccx-ecommerce-active section.ccx-internal .cca-checklist li::before {
  display: grid;
  top: 15px;
  left: 14px;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 7px;
  background: #FCE9E7;
}

body.ccx-ecommerce-active section.ccx-internal .cca-faq details {
  padding: 0;
  overflow: hidden;
  border-radius: 13px;
  background: #F8F6F3;
}

body.ccx-ecommerce-active section.ccx-internal .cca-faq summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  list-style: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-faq summary::-webkit-details-marker {
  display: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-faq summary::after {
  position: absolute;
  top: 50%;
  right: 19px;
  color: #E42320;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  content: "+";
  transform: translateY(-50%);
}

body.ccx-ecommerce-active section.ccx-internal .cca-faq details[open] summary::after {
  content: "−";
}

body.ccx-ecommerce-active section.ccx-internal .cca-faq details[open] summary {
  color: #B81B19;
  background: #FCE9E7;
}

body.ccx-ecommerce-active section.ccx-internal .cca-faq details > p {
  margin: 0;
  padding: 17px 20px 20px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-sources a {
  color: #B81B19;
  font-weight: 800;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side {
  top: 98px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card {
  padding: 23px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(23,19,15,.045);
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card h2 {
  color: #17130F;
  font-size: 16px;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card a {
  display: block;
  padding: 7px 10px;
  border-left: 3px solid transparent;
  border-radius: 0 8px 8px 0;
  color: #514A43;
  font-size: 13px;
  line-height: 1.4;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card a:hover,
body.ccx-ecommerce-active section.ccx-internal .cca-side-card a.is-active {
  border-left-color: #E42320;
  background: #FCE9E7;
  color: #B81B19;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card.dark {
  border-color: #17130F;
  background:
    radial-gradient(circle at 100% 0, rgba(228,35,32,.24), transparent 14rem),
    #17130F;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card.dark h2 {
  color: #FFFFFF;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card.dark p {
  color: #D8D1CA;
}

body.ccx-ecommerce-active section.ccx-internal .cca-side-card.dark .cca-button {
  border-left: 1px solid #E42320;
  border-radius: 999px;
  color: #FFFFFF;
}

body.ccx-ecommerce-active section.ccx-internal .cca-button,
body.ccx-ecommerce-active section.ccx-main .cce-btn-primary,
body.ccx-ecommerce-active section.ccx-main .cce-plan-cta,
body.ccx-ecommerce-active section.ccx-main .cce-google-summary a,
body.ccx-ecommerce-active section.ccx-main .cce-ra-cta,
body.ccx-ecommerce-active section.ccx-main .cce-cta-final a {
  color: #FFFFFF;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(228,35,32,.18);
}

body.ccx-ecommerce-active section.ccx-internal .cca-button:hover,
body.ccx-ecommerce-active section.ccx-main .cce-btn-primary:hover,
body.ccx-ecommerce-active section.ccx-main .cce-plan-cta:hover,
body.ccx-ecommerce-active section.ccx-main .cce-google-summary a:hover,
body.ccx-ecommerce-active section.ccx-main .cce-ra-cta:hover,
body.ccx-ecommerce-active section.ccx-main .cce-cta-final a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-internal .cca-cta {
  padding: 70px 0;
  background:
    radial-gradient(circle at 10% 100%, rgba(228,35,32,.26), transparent 24rem),
    #17130F;
}

body.ccx-ecommerce-active section.ccx-internal .cca-cta h2 {
  color: #FFFFFF;
  font-size: clamp(36px, 4vw, 52px);
}

body.ccx-ecommerce-active section.ccx-internal .cca-cta p {
  color: #D8D1CA;
}

/* ---------- FOTOS, GRÁFICOS E FERRAMENTAS ---------- */

body.ccx-ecommerce-active section.ccx-page-root .ccx-photo {
  border-radius: 18px;
}

body.ccx-ecommerce-active section.ccx-page-root .ccx-story-panel {
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 32px rgba(23,19,15,.045);
}

body.ccx-ecommerce-active section.ccx-page-root .ccx-story-copy h2,
body.ccx-ecommerce-active section.ccx-page-root .ccx-chart-intro h2 {
  font-size: clamp(30px, 3vw, 38px);
}

body.ccx-ecommerce-active section.ccx-page-root .ccx-chart-panel {
  border-radius: 18px;
  background:
    radial-gradient(circle at 100% 0, rgba(228,35,32,.23), transparent 20rem),
    #17130F;
  box-shadow: 0 16px 45px rgba(23,19,15,.13);
}

body.ccx-ecommerce-active section.ccx-page-root .ccx-chart-panel .ccx-chart-intro h2,
body.ccx-ecommerce-active section.ccx-page-root .ccx-chart-panel .ccx-chart-intro h2 span {
  color: #FFFFFF;
}

body.ccx-ecommerce-active section.ccx-page-root .ccx-chart-track span {
  background: linear-gradient(90deg, #B81B19, #E42320);
}

body.ccx-ecommerce-active section.ccx-internal .cctool {
  margin-bottom: 22px;
  padding: 32px;
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(23,19,15,.06);
}

body.ccx-ecommerce-active section.ccx-internal .cctool-field label {
  color: #17130F;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-field input,
body.ccx-ecommerce-active section.ccx-internal .cctool-field select {
  min-height: 52px;
  border: 1px solid #D7CFC5;
  border-radius: 11px;
  color: #17130F;
  background: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(23,19,15,.035);
}

body.ccx-ecommerce-active section.ccx-internal .cctool-field input:hover,
body.ccx-ecommerce-active section.ccx-internal .cctool-field select:hover {
  border-color: #AFA69C;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-field input[aria-invalid="true"],
body.ccx-ecommerce-active section.ccx-internal .cctool-field select[aria-invalid="true"] {
  border-color: #E42320;
  background: #FFF8F7;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-secondary {
  border-color: #17130F;
  color: #17130F;
  background: transparent;
  box-shadow: none;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-secondary:hover {
  color: #FFFFFF;
  background: #17130F;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-result {
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgba(228,35,32,.25), transparent 18rem),
    #17130F;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-result[data-status="warning"] {
  box-shadow: inset 5px 0 0 #E9A81B;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-result[data-status="danger"] {
  box-shadow: inset 5px 0 0 #E42320;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-result[data-status="ok"] {
  box-shadow: inset 5px 0 0 #1E7A4D;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-result h2,
body.ccx-ecommerce-active section.ccx-internal .cctool-result strong {
  color: #FFFFFF;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-result p {
  color: #E2DAD5;
}

body.ccx-ecommerce-active section.ccx-internal .cctool-alert {
  outline: none;
}

body.ccx-ecommerce-active section.ccx-internal .cccheck-group {
  border-radius: 14px;
  background: #FAF8F6;
}

body.ccx-ecommerce-active section.ccx-internal .cccheck-item label {
  color: #3E3731;
}

/* ---------- PÁGINA PRINCIPAL ---------- */

body.ccx-ecommerce-active section.ccx-main .cce-hero {
  margin-bottom: 82px;
  padding-top: 76px;
  padding-bottom: 76px;
  background:
    radial-gradient(circle at 92% 5%, rgba(228,35,32,.3), transparent 32rem),
    #17130F;
}

body.ccx-ecommerce-active section.ccx-main .cce-hero h1 {
  max-width: 13ch;
  color: #FFFFFF;
  font-size: clamp(48px, 5.2vw, 72px);
  line-height: .92;
}

body.ccx-ecommerce-active section.ccx-main .cce-hero p {
  color: #D8D1CA;
}

body.ccx-ecommerce-active section.ccx-main .cce-btn-secondary {
  color: #FFFFFF;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-main .cce-btn-secondary:hover {
  color: #17130F;
  background: #FFFFFF;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-main .cce-section-head h2,
body.ccx-ecommerce-active section.ccx-main .cce-social-head h2 {
  color: #17130F;
  font-size: clamp(34px, 4vw, 48px);
  line-height: .96;
}

body.ccx-ecommerce-active section.ccx-main .cce-section-head p,
body.ccx-ecommerce-active section.ccx-main .cce-social-head p {
  color: #514A43;
}

body.ccx-ecommerce-active section.ccx-main .cce-card,
body.ccx-ecommerce-active section.ccx-main .cce-plan-card,
body.ccx-ecommerce-active section.ccx-main .cce-warning,
body.ccx-ecommerce-active section.ccx-main .cce-step,
body.ccx-ecommerce-active section.ccx-main .cce-blog-card {
  border-radius: 17px;
  box-shadow: 0 10px 30px rgba(23,19,15,.045);
}

body.ccx-ecommerce-active section.ccx-main .cce-card:hover,
body.ccx-ecommerce-active section.ccx-main .cce-plan-card:hover,
body.ccx-ecommerce-active section.ccx-main .cce-blog-card:hover {
  border-color: #D7CFC5;
  box-shadow: 0 18px 42px rgba(23,19,15,.09);
}

body.ccx-ecommerce-active section.ccx-main .cce-blog-card {
  color: #17130F;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-main .cce-blog-card:hover {
  color: #17130F;
  text-decoration: none;
}

body.ccx-ecommerce-active section.ccx-main .cce-seo-box,
body.ccx-ecommerce-active section.ccx-main .cce-ebook,
body.ccx-ecommerce-active section.ccx-main .cce-cta-final {
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0, rgba(228,35,32,.24), transparent 20rem),
    #17130F;
}

body.ccx-ecommerce-active section.ccx-main .cce-seo-box h2,
body.ccx-ecommerce-active section.ccx-main .cce-ebook h2,
body.ccx-ecommerce-active section.ccx-main .cce-cta-final h2 {
  color: #FFFFFF;
}

body.ccx-ecommerce-active section.ccx-main .cce-social-head {
  max-width: 820px;
  text-align: center;
}

body.ccx-ecommerce-active section.ccx-main .cce-social-head h2,
body.ccx-ecommerce-active section.ccx-main .cce-social-head p {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

/* ---------- MOVIMENTO E RESPONSIVIDADE ---------- */

body.ccx-ecommerce-active section.ccx-page-root.ccx-enhanced .ccx-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

body.ccx-ecommerce-active section.ccx-page-root.ccx-enhanced .ccx-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 980px) {
  body.ccx-ecommerce-active section.ccx-internal .cca-hero {
    min-height: 0;
  }

  body.ccx-ecommerce-active section.ccx-internal .ccx-hero-photo {
    max-width: 680px;
    transform: none;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-layout {
    grid-template-columns: 1fr;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-side {
    position: static;
    grid-template-columns: 1fr 1fr;
  }

  body.ccx-ecommerce-active section.ccx-internal .ccx-toc-card {
    grid-column: 1 / -1;
  }

  body.ccx-ecommerce-active section.ccx-internal .ccx-toc-card ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  body.ccx-ecommerce-active section.ccx-page-root section[id] {
    scroll-margin-top: 86px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-hero {
    padding: 48px 0 46px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-hero .cca-wrap,
  body.ccx-ecommerce-active section.ccx-internal .cca-layout {
    width: min(100% - 30px, 1180px);
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-breadcrumb {
    margin-bottom: 20px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-hero h1 {
    max-width: 17ch;
    font-size: clamp(40px, 12vw, 52px);
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-meta span {
    padding: 6px 9px;
  }

  body.ccx-ecommerce-active section.ccx-internal .ccx-hero-photo img {
    min-height: 0;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-layout {
    gap: 22px;
    padding: 34px 0 50px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-summary,
  body.ccx-ecommerce-active section.ccx-internal .cca-section,
  body.ccx-ecommerce-active section.ccx-internal .cctool {
    padding: 22px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-section::after {
    top: 14px;
    right: 14px;
    font-size: 48px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-section h2 {
    margin-right: 42px;
    font-size: 30px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-checklist,
  body.ccx-ecommerce-active section.ccx-internal .cctool-grid,
  body.ccx-ecommerce-active section.ccx-internal .cctool-metrics,
  body.ccx-ecommerce-active section.ccx-internal .cca-side,
  body.ccx-ecommerce-active section.ccx-internal .ccx-toc-card ul {
    grid-template-columns: 1fr;
  }

  body.ccx-ecommerce-active section.ccx-internal .ccx-story-panel,
  body.ccx-ecommerce-active section.ccx-internal .ccx-chart-panel {
    padding: 20px;
  }

  body.ccx-ecommerce-active section.ccx-internal .cctool-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  body.ccx-ecommerce-active section.ccx-internal .cctool-actions .cca-button {
    width: 100%;
  }

  body.ccx-ecommerce-active section.ccx-internal .cca-cta {
    padding: 54px 0;
  }

  body.ccx-ecommerce-active section.ccx-main .cce-hero {
    margin-bottom: 54px;
    padding: 52px 16px;
  }

  body.ccx-ecommerce-active section.ccx-main .cce-hero h1 {
    max-width: 17ch;
    font-size: clamp(40px, 12vw, 52px);
  }

  body.ccx-ecommerce-active section.ccx-main .cce-wrap > .cce-section,
  body.ccx-ecommerce-active section.ccx-main .cce-wrap > .cce-seo-box,
  body.ccx-ecommerce-active section.ccx-main .cce-wrap > .cce-ebook,
  body.ccx-ecommerce-active section.ccx-main .cce-wrap > .cce-social-proof,
  body.ccx-ecommerce-active section.ccx-main .cce-wrap > .cce-cta-final {
    width: min(100% - 30px, 1180px);
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ccx-ecommerce-active section.ccx-page-root *,
  body.ccx-ecommerce-active section.ccx-page-root *::before,
  body.ccx-ecommerce-active section.ccx-page-root *::after {
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
  }

  body.ccx-ecommerce-active section.ccx-page-root.ccx-enhanced .ccx-reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .ccx-scroll-progress {
    display: none !important;
  }

  body.ccx-ecommerce-active section.ccx-page-root.ccx-enhanced .ccx-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
