#cclp-regua-root {
  --cclp-orange: #f45112;
  --cclp-orange-dark: #d93e04;
  --cclp-orange-soft: #fff1e9;
  --cclp-navy: #0f3264;
  --cclp-navy-dark: #071f43;
  --cclp-blue: #4359bd;
  --cclp-ink: #14233a;
  --cclp-muted: #66758a;
  --cclp-line: #e7ebf0;
  --cclp-soft: #f6f8fb;
  --cclp-green: #21a55b;
  position: relative;
  left: auto;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
  background: #fff;
  color: var(--cclp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  isolation: isolate;
}
#cclp-regua-root, #cclp-regua-root * { box-sizing: border-box; }
#cclp-regua-root section, #cclp-regua-root header, #cclp-regua-root footer { max-width: 100%; }
#cclp-regua-root img { display: block; max-width: 100%; border: 0; box-shadow: none; }
#cclp-regua-root a { color: inherit; text-decoration: none; }
#cclp-regua-root p, #cclp-regua-root h1, #cclp-regua-root h2, #cclp-regua-root h3,
#cclp-regua-root ul, #cclp-regua-root li { margin-top: 0; }
#cclp-regua-root .cclp-icon { width: 1em; height: 1em; flex: 0 0 auto; display: inline-block; overflow: visible; color: inherit; font-size: 1em; line-height: 1; vertical-align: middle; }
#cclp-regua-root .cclp-container { width: min(1180px, calc(100% - 40px)); max-width: 1180px; margin: 0 auto; padding: 0; }
#cclp-regua-root .cclp-section { padding: 108px 0; margin: 0; }

#cclp-regua-root .cclp-site-header { position: sticky; top: 0; z-index: 50; height: 78px; margin: 0; padding: 0; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(18,44,78,.08); backdrop-filter: blur(16px); }
body.admin-bar #cclp-regua-root .cclp-site-header { top: 32px; }
#cclp-regua-root .cclp-header-inner { height: 100%; display: flex; align-items: center; justify-content: space-between; }
#cclp-regua-root .cclp-brand { width: 138px; height: 68px; display: flex; align-items: center; overflow: visible; }
#cclp-regua-root .cclp-brand img { width: 126px; height: auto; margin: 0; }
#cclp-regua-root .cclp-button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 22px; border: 0; border-radius: 10px; font-size: 15px; font-weight: 750; line-height: 1.2; letter-spacing: -.01em; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
#cclp-regua-root .cclp-button .cclp-icon { font-size: 18px; }
#cclp-regua-root .cclp-button:hover { transform: translateY(-2px); }
#cclp-regua-root .cclp-button-primary { color: #fff; background: var(--cclp-orange); box-shadow: 0 10px 25px rgba(244,81,18,.22); }
#cclp-regua-root .cclp-button-primary:hover { color: #fff; background: var(--cclp-orange-dark); box-shadow: 0 14px 30px rgba(244,81,18,.3); }
#cclp-regua-root .cclp-button-large { min-height: 56px; padding: 0 26px; }
#cclp-regua-root .cclp-button-large .cclp-icon { font-size: 19px; }
#cclp-regua-root .cclp-button-white { color: var(--cclp-navy); background: #fff; box-shadow: 0 12px 30px rgba(0,0,0,.16); }

#cclp-regua-root .cclp-hero { position: relative; min-height: 710px; margin: 0; padding: 88px 0 84px; overflow: hidden; background: linear-gradient(112deg,#f8fbff 0%,#fff 46%,#fff7f1 100%); }
#cclp-regua-root .cclp-hero-grid, #cclp-regua-root .cclp-final-grid { position: absolute; inset: 0; background-image: linear-gradient(rgba(26,66,115,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(26,66,115,.045) 1px,transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to right,#000,transparent 72%); }
#cclp-regua-root .cclp-hero-orb { position: absolute; border-radius: 50%; filter: blur(4px); opacity: .65; }
#cclp-regua-root .cclp-orb-one { width: 400px; height: 400px; right: -170px; top: -170px; background: rgba(244,81,18,.14); }
#cclp-regua-root .cclp-orb-two { width: 300px; height: 300px; left: 44%; bottom: -210px; background: rgba(67,89,189,.12); }
#cclp-regua-root .cclp-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .94fr 1.18fr; gap: 58px; align-items: center; }
#cclp-regua-root .cclp-eyebrow, #cclp-regua-root .cclp-section-kicker { display: inline-flex; align-items: center; gap: 7px; color: var(--cclp-orange); font-size: 12px; font-weight: 800; line-height: 1.2; letter-spacing: .13em; text-transform: uppercase; }
#cclp-regua-root .cclp-eyebrow { padding: 9px 13px; border: 1px solid #ffd3bd; background: #fff7f2; border-radius: 999px; }
#cclp-regua-root .cclp-hero h1 { max-width: 610px; margin: 24px 0 22px; padding: 0; color: var(--cclp-navy-dark); font-size: clamp(46px,5vw,72px); line-height: 1.01; letter-spacing: -.055em; font-weight: 820; }
#cclp-regua-root .cclp-hero h1 span { color: var(--cclp-orange); }
#cclp-regua-root .cclp-hero-lead { max-width: 610px; margin: 0; color: var(--cclp-muted); font-size: 19px; line-height: 1.7; }
#cclp-regua-root .cclp-hero-actions { display: flex; align-items: center; gap: 26px; margin-top: 34px; }
#cclp-regua-root .cclp-text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--cclp-navy); font-size: 15px; font-weight: 750; }
#cclp-regua-root .cclp-play-icon { width: 38px; height: 38px; display: inline-flex; align-items: center; justify-content: center; color: var(--cclp-orange); background: #fff; border: 1px solid #ffd8c7; border-radius: 50%; box-shadow: 0 8px 22px rgba(25,51,82,.1); }
#cclp-regua-root .cclp-play-icon .cclp-icon { font-size: 15px; fill: currentColor; }
#cclp-regua-root .cclp-hero-checks { display: flex; flex-wrap: wrap; gap: 18px; margin-top: 30px; color: #506178; font-size: 13px; font-weight: 650; }
#cclp-regua-root .cclp-hero-checks span { display: inline-flex; align-items: center; gap: 6px; }
#cclp-regua-root .cclp-hero-checks .cclp-icon { color: var(--cclp-green); font-size: 17px; }
#cclp-regua-root .cclp-hero-product { position: relative; min-width: 0; }
#cclp-regua-root .cclp-product-glow { position: absolute; inset: 8% -5% -5%; background: linear-gradient(135deg,rgba(67,89,189,.24),rgba(244,81,18,.19)); filter: blur(45px); border-radius: 48%; }
#cclp-regua-root .cclp-browser-frame { position: relative; overflow: hidden; background: #fff; border: 1px solid rgba(47,71,111,.14); border-radius: 18px; box-shadow: 0 32px 75px rgba(20,49,91,.2); transform: perspective(1500px) rotateY(-2deg) rotateX(1deg); }
#cclp-regua-root .cclp-browser-bar, #cclp-regua-root .cclp-large-product-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 14px; background: #f3f5f8; border-bottom: 1px solid #e3e7ee; }
#cclp-regua-root .cclp-browser-bar > span, #cclp-regua-root .cclp-large-product-top span { width: 8px; height: 8px; border-radius: 50%; background: #cbd2dc; }
#cclp-regua-root .cclp-browser-bar > span:first-child, #cclp-regua-root .cclp-large-product-top span:first-child { background: #ff8065; }
#cclp-regua-root .cclp-browser-bar > span:nth-child(2), #cclp-regua-root .cclp-large-product-top span:nth-child(2) { background: #ffc05e; }
#cclp-regua-root .cclp-browser-bar > span:nth-child(3), #cclp-regua-root .cclp-large-product-top span:nth-child(3) { background: #45c57a; }
#cclp-regua-root .cclp-browser-bar small { margin-left: 10px; color: #7d8795; font-size: 10px; font-weight: 650; }
#cclp-regua-root .cclp-product-image-wrap { height: 418px; overflow: hidden; background: #f6f7fa; }
#cclp-regua-root .cclp-product-image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 63% top; }
#cclp-regua-root .cclp-floating-card { position: absolute; z-index: 3; min-width: 202px; display: flex; align-items: center; gap: 10px; padding: 12px 14px; background: rgba(255,255,255,.97); border: 1px solid rgba(37,61,96,.1); border-radius: 12px; box-shadow: 0 15px 40px rgba(19,48,89,.18); }
#cclp-regua-root .cclp-floating-one { left: -34px; bottom: -25px; }
#cclp-regua-root .cclp-floating-two { right: -23px; top: 72px; }
#cclp-regua-root .cclp-floating-card > span:nth-child(2) { display: flex; flex: 1; flex-direction: column; }
#cclp-regua-root .cclp-floating-card strong { color: var(--cclp-ink); font-size: 12px; }
#cclp-regua-root .cclp-floating-card small { margin-top: 2px; color: #8a94a2; font-size: 10px; }
#cclp-regua-root .cclp-floating-icon { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; border-radius: 9px; font-size: 13px; font-weight: 850; }
#cclp-regua-root .cclp-floating-icon .cclp-icon { font-size: 18px; }
#cclp-regua-root .cclp-whatsapp { color: #168b45; background: #e3f6ea; }
#cclp-regua-root .cclp-email { color: #4359bd; background: #e8ecff; }
#cclp-regua-root .cclp-success { color: var(--cclp-green); }

#cclp-regua-root .cclp-journey-strip { margin: 0; background: #fff; border-top: 1px solid #edf0f4; border-bottom: 1px solid #edf0f4; }
#cclp-regua-root .cclp-journey-items { min-height: 82px; display: flex; align-items: center; justify-content: center; gap: 27px; color: #42536a; font-size: 14px; font-weight: 700; }
#cclp-regua-root .cclp-journey-items span { display: inline-flex; align-items: center; gap: 9px; }
#cclp-regua-root .cclp-journey-items span .cclp-icon { color: var(--cclp-orange); font-size: 20px; }
#cclp-regua-root .cclp-journey-items > i { color: #bbc3ce; font-size: 25px; font-style: normal; }

#cclp-regua-root .cclp-section-heading { max-width: 720px; margin-bottom: 50px; }
#cclp-regua-root .cclp-centered { margin-right: auto; margin-left: auto; text-align: center; }
#cclp-regua-root .cclp-section-heading h2, #cclp-regua-root .cclp-timeline-copy h2, #cclp-regua-root .cclp-product-copy h2, #cclp-regua-root .cclp-compliance-card h2, #cclp-regua-root .cclp-audience-layout h2, #cclp-regua-root .cclp-faq-intro h2, #cclp-regua-root .cclp-final-cta h2 { margin: 13px 0 18px; padding: 0; color: var(--cclp-navy-dark); font-size: clamp(34px,3.7vw,52px); line-height: 1.08; letter-spacing: -.04em; font-weight: 800; }
#cclp-regua-root .cclp-section-heading p, #cclp-regua-root .cclp-product-copy > p, #cclp-regua-root .cclp-faq-intro > p { margin: 0; color: var(--cclp-muted); font-size: 17px; line-height: 1.75; }

#cclp-regua-root .cclp-problem-section { background: var(--cclp-soft); }
#cclp-regua-root .cclp-problem-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
#cclp-regua-root .cclp-problem-card { position: relative; min-height: 258px; margin: 0; padding: 34px 30px; overflow: hidden; background: #fff; border: 1px solid #e8edf2; border-radius: 15px; box-shadow: 0 12px 35px rgba(25,48,78,.055); }
#cclp-regua-root .cclp-problem-card.cclp-featured { border-top: 3px solid var(--cclp-orange); }
#cclp-regua-root .cclp-problem-number { position: absolute; top: 18px; right: 22px; color: #edf1f5; font-size: 46px; font-weight: 850; letter-spacing: -.06em; }
#cclp-regua-root .cclp-card-icon { width: 48px; height: 48px; display: inline-flex; align-items: center; justify-content: center; color: var(--cclp-orange); background: var(--cclp-orange-soft); border-radius: 11px; }
#cclp-regua-root .cclp-card-icon .cclp-icon { font-size: 24px; }
#cclp-regua-root .cclp-problem-card h3, #cclp-regua-root .cclp-benefit-card h3, #cclp-regua-root .cclp-channel-card h3, #cclp-regua-root .cclp-step-card h3 { margin: 23px 0 10px; padding: 0; color: var(--cclp-navy); font-size: 20px; line-height: 1.25; letter-spacing: -.02em; font-weight: 750; }
#cclp-regua-root .cclp-problem-card p, #cclp-regua-root .cclp-benefit-card p, #cclp-regua-root .cclp-channel-card p, #cclp-regua-root .cclp-step-card p { margin: 0; color: var(--cclp-muted); font-size: 14.5px; line-height: 1.7; }
#cclp-regua-root .cclp-problem-answer { width: fit-content; display: flex; align-items: center; gap: 12px; margin: 28px auto 0; color: var(--cclp-navy); font-size: 15px; }
#cclp-regua-root .cclp-problem-answer .cclp-icon { color: var(--cclp-orange); font-size: 22px; fill: currentColor; }

#cclp-regua-root .cclp-timeline-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg,var(--cclp-navy-dark),#123e75); }
#cclp-regua-root .cclp-timeline-section::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; top: -250px; border-radius: 50%; background: rgba(83,110,218,.21); }
#cclp-regua-root .cclp-timeline-layout { position: relative; z-index: 1; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
#cclp-regua-root .cclp-light { color: #ffad85; }
#cclp-regua-root .cclp-timeline-copy h2, #cclp-regua-root .cclp-audience-layout h2, #cclp-regua-root .cclp-final-cta h2 { color: #fff; }
#cclp-regua-root .cclp-timeline-copy > p, #cclp-regua-root .cclp-audience-layout p, #cclp-regua-root .cclp-final-cta p { color: #c9d5e4; font-size: 16px; line-height: 1.75; }
#cclp-regua-root .cclp-check-list { padding: 0; margin: 28px 0 30px; list-style: none; }
#cclp-regua-root .cclp-check-list li { display: flex; align-items: center; gap: 10px; margin: 13px 0; padding: 0; color: #d7e2ef; font-size: 14px; list-style: none; }
#cclp-regua-root .cclp-check-list .cclp-icon { color: #78dfa4; font-size: 17px; }
#cclp-regua-root .cclp-timeline-card { position: relative; margin: 0; padding: 22px 24px 26px; color: var(--cclp-ink); background: #fff; border: 1px solid rgba(255,255,255,.4); border-radius: 16px; box-shadow: 0 25px 60px rgba(0,0,0,.24); }
#cclp-regua-root .cclp-timeline-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 16px; border-bottom: 1px solid #edf0f4; font-size: 13px; }
#cclp-regua-root .cclp-timeline-header span { display: inline-flex; align-items: center; gap: 6px; padding: 6px 9px; color: #1f8e4d; background: #eaf8ef; border-radius: 999px; font-size: 11px; font-weight: 800; }
#cclp-regua-root .cclp-timeline-header span i { width: 6px; height: 6px; background: #2bb866; border-radius: 50%; }
#cclp-regua-root .cclp-timeline-line { position: absolute; top: 80px; bottom: 45px; left: 89px; width: 2px; background: #e3e7ec; }
#cclp-regua-root .cclp-event { position: relative; z-index: 1; min-height: 74px; display: grid; grid-template-columns: 45px 42px 1fr auto; gap: 10px; align-items: center; }
#cclp-regua-root .cclp-event + .cclp-event { border-top: 1px solid #f0f2f5; }
#cclp-regua-root .cclp-event > b { color: #758195; font-size: 12px; }
#cclp-regua-root .cclp-event-dot { width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; color: #fff; border: 4px solid #fff; border-radius: 50%; box-shadow: 0 0 0 1px #e4e8ed; font-size: 11px; font-style: normal; font-weight: 850; }
#cclp-regua-root .cclp-event-dot .cclp-icon { font-size: 18px; }
#cclp-regua-root .cclp-green { background: #28a95d; } #cclp-regua-root .cclp-blue { background: #3f64c4; } #cclp-regua-root .cclp-orange { background: var(--cclp-orange); } #cclp-regua-root .cclp-red { background: #e95353; } #cclp-regua-root .cclp-navy { background: var(--cclp-navy); }
#cclp-regua-root .cclp-event > span { display: flex; min-width: 0; flex-direction: column; gap: 3px; }
#cclp-regua-root .cclp-event small { color: #97a0ae; font-size: 10px; }
#cclp-regua-root .cclp-event strong { color: var(--cclp-ink); font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
#cclp-regua-root .cclp-event em { color: #8792a1; font-size: 10px; font-style: normal; font-weight: 700; }
#cclp-regua-root .cclp-active-event::after { content: ""; position: absolute; inset: 8px -8px; z-index: -1; background: #fff7f1; border-radius: 9px; }

#cclp-regua-root .cclp-benefits-section { background: #fff; }
#cclp-regua-root .cclp-benefits-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
#cclp-regua-root .cclp-benefit-card { margin: 0; padding: 28px; border: 1px solid var(--cclp-line); border-radius: 14px; transition: transform .2s, box-shadow .2s, border-color .2s; }
#cclp-regua-root .cclp-benefit-card:hover { transform: translateY(-4px); border-color: #ffc6a9; box-shadow: 0 18px 38px rgba(26,49,79,.08); }
#cclp-regua-root .cclp-benefit-card h3 { font-size: 18px; }
#cclp-regua-root .cclp-benefit-card p { min-height: 73px; }
#cclp-regua-root .cclp-benefit-link { display: inline-flex; align-items: center; gap: 7px; margin-top: 20px; color: var(--cclp-orange); font-size: 12px; font-weight: 800; }
#cclp-regua-root .cclp-benefit-link .cclp-icon { font-size: 15px; transition: transform .2s ease; }
#cclp-regua-root .cclp-benefit-card:hover .cclp-benefit-link .cclp-icon { transform: translateX(3px); }

#cclp-regua-root .cclp-product-section { overflow: hidden; background: var(--cclp-soft); }
#cclp-regua-root .cclp-product-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 62px; align-items: center; }
#cclp-regua-root .cclp-feature-list { padding: 0; margin: 30px 0; list-style: none; }
#cclp-regua-root .cclp-feature-list li { display: flex; gap: 13px; margin: 18px 0; padding: 0; list-style: none; }
#cclp-regua-root .cclp-feature-list li > span { width: 39px; height: 39px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; color: var(--cclp-orange); background: #fff; border: 1px solid #ffd8c5; border-radius: 9px; }
#cclp-regua-root .cclp-feature-list li div { display: flex; flex-direction: column; gap: 4px; }
#cclp-regua-root .cclp-feature-list strong { color: var(--cclp-navy); font-size: 14px; }
#cclp-regua-root .cclp-feature-list small { color: var(--cclp-muted); font-size: 12px; }
#cclp-regua-root .cclp-large-product-frame { overflow: hidden; margin-right: -190px; background: #fff; border: 1px solid #dfe5ec; border-radius: 17px; box-shadow: 0 30px 70px rgba(20,46,80,.16); }
#cclp-regua-root .cclp-large-product-top { height: 37px; }
#cclp-regua-root .cclp-large-product-frame > img { width: 100%; height: 500px; object-fit: cover; object-position: 62% top; }

#cclp-regua-root .cclp-channels-section { background: #fff; }
#cclp-regua-root .cclp-channels-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
#cclp-regua-root .cclp-channel-card { margin: 0; padding: 28px 25px; border: 1px solid var(--cclp-line); border-top-width: 3px; border-radius: 12px; }
#cclp-regua-root .cclp-channel-icon { width: 47px; height: 47px; display: flex; align-items: center; justify-content: center; border-radius: 11px; font-size: 15px; font-weight: 850; }
#cclp-regua-root .cclp-channel-icon .cclp-icon { font-size: 25px; }
#cclp-regua-root .cclp-channel-green { border-top-color: #28a95d; } #cclp-regua-root .cclp-channel-green .cclp-channel-icon { color: #168b45; background: #e6f7ed; }
#cclp-regua-root .cclp-channel-blue { border-top-color: #4165c3; } #cclp-regua-root .cclp-channel-blue .cclp-channel-icon { color: #4165c3; background: #eaf0ff; }
#cclp-regua-root .cclp-channel-orange { border-top-color: var(--cclp-orange); } #cclp-regua-root .cclp-channel-orange .cclp-channel-icon { color: var(--cclp-orange); background: var(--cclp-orange-soft); }
#cclp-regua-root .cclp-channel-navy { border-top-color: var(--cclp-navy); } #cclp-regua-root .cclp-channel-navy .cclp-channel-icon { color: var(--cclp-navy); background: #eaf0f6; }
#cclp-regua-root .cclp-channel-card h3 { margin-top: 20px; font-size: 18px; }
#cclp-regua-root .cclp-availability-note { margin: 22px 0 0; color: #8b95a2; font-size: 11px; text-align: center; }

#cclp-regua-root .cclp-steps-section { background: var(--cclp-soft); }
#cclp-regua-root .cclp-steps-grid { display: grid; grid-template-columns: 1fr 44px 1fr 44px 1fr; align-items: center; }
#cclp-regua-root .cclp-step-card { position: relative; margin: 0; padding: 32px; text-align: center; background: #fff; border: 1px solid var(--cclp-line); border-radius: 14px; box-shadow: 0 10px 30px rgba(22,46,78,.05); }
#cclp-regua-root .cclp-step-index { position: absolute; top: 16px; right: 19px; color: #dfe4eb; font-size: 30px; font-weight: 850; }
#cclp-regua-root .cclp-step-icon { width: 54px; height: 54px; display: inline-flex; align-items: center; justify-content: center; color: #fff; background: linear-gradient(135deg,var(--cclp-orange),#ff7c3c); border-radius: 50%; box-shadow: 0 10px 22px rgba(244,81,18,.2); }
#cclp-regua-root .cclp-step-icon .cclp-icon { font-size: 26px; }
#cclp-regua-root .cclp-step-card h3 { margin-top: 19px; }
#cclp-regua-root .cclp-step-connector { color: #bbc4d0; font-size: 30px; font-style: normal; text-align: center; }

#cclp-regua-root .cclp-compliance-section { background: #fff; }
#cclp-regua-root .cclp-compliance-card { display: grid; grid-template-columns: 76px 1fr .58fr; gap: 28px; align-items: center; padding: 46px 50px; background: linear-gradient(110deg,#f4f7fc,#fff8f3); border: 1px solid #e3e8ef; border-radius: 18px; }
#cclp-regua-root .cclp-compliance-icon { width: 66px; height: 66px; display: flex; align-items: center; justify-content: center; color: var(--cclp-navy); background: #fff; border-radius: 50%; box-shadow: 0 10px 30px rgba(25,52,89,.1); }
#cclp-regua-root .cclp-compliance-icon .cclp-icon { font-size: 33px; }
#cclp-regua-root .cclp-compliance-card h2 { font-size: 32px; }
#cclp-regua-root .cclp-compliance-card p { margin: 0; color: var(--cclp-muted); line-height: 1.7; }
#cclp-regua-root .cclp-compliance-tags { display: flex; flex-direction: column; gap: 12px; }
#cclp-regua-root .cclp-compliance-tags span { display: flex; align-items: center; gap: 8px; color: var(--cclp-navy); font-size: 13px; font-weight: 750; }
#cclp-regua-root .cclp-compliance-tags .cclp-icon { color: var(--cclp-green); font-size: 17px; }

#cclp-regua-root .cclp-audience-section { background: linear-gradient(115deg,#0a264d,#154a82); }
#cclp-regua-root .cclp-audience-layout { display: grid; grid-template-columns: 1fr .8fr; gap: 80px; align-items: center; }
#cclp-regua-root .cclp-audience-layout h2 { font-size: 42px; }
#cclp-regua-root .cclp-audience-list { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
#cclp-regua-root .cclp-audience-list span { min-height: 74px; display: flex; align-items: center; gap: 10px; padding: 16px; color: #e4edf7; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 10px; font-size: 13px; font-weight: 700; }
#cclp-regua-root .cclp-audience-list .cclp-icon { flex: 0 0 auto; color: #ff9c6b; font-size: 21px; }

#cclp-regua-root .cclp-faq-section { background: #fff; }
#cclp-regua-root .cclp-faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: 80px; align-items: start; }
#cclp-regua-root .cclp-faq-intro { position: sticky; top: 110px; }
#cclp-regua-root .cclp-faq-intro h2 { font-size: 41px; }
#cclp-regua-root .cclp-orange-link { margin-top: 23px; color: var(--cclp-orange); }
#cclp-regua-root .cclp-faq-list details { margin: 0; padding: 0; border: 0; border-bottom: 1px solid var(--cclp-line); background: transparent; }
#cclp-regua-root .cclp-faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 23px 0; color: var(--cclp-navy); font-size: 16px; font-weight: 750; cursor: pointer; list-style: none; }
#cclp-regua-root .cclp-faq-list summary::-webkit-details-marker { display: none; }
#cclp-regua-root .cclp-faq-list summary span { width: 28px; height: 28px; flex: 0 0 auto; display: inline-flex; align-items: center; justify-content: center; color: var(--cclp-orange); background: var(--cclp-orange-soft); border-radius: 50%; font-size: 20px; font-weight: 500; transition: transform .2s; }
#cclp-regua-root .cclp-faq-list details[open] summary span { transform: rotate(45deg); }
#cclp-regua-root .cclp-faq-list details p { margin: -7px 45px 23px 0; color: var(--cclp-muted); font-size: 14px; line-height: 1.75; }

#cclp-regua-root .cclp-final-cta { position: relative; overflow: hidden; margin: 0; padding: 96px 0; color: #fff; text-align: center; background: linear-gradient(120deg,var(--cclp-orange-dark),var(--cclp-orange)); }
#cclp-regua-root .cclp-final-grid { opacity: .25; mask-image: none; background-image: linear-gradient(rgba(255,255,255,.1) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.1) 1px,transparent 1px); }
#cclp-regua-root .cclp-final-inner { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; }
#cclp-regua-root .cclp-cta-cloud { width: 75px; height: 75px; margin: 0 0 10px; object-fit: contain; filter: brightness(0) invert(1); opacity: .95; }
#cclp-regua-root .cclp-final-cta h2 { max-width: 820px; font-size: clamp(38px,4.2vw,56px); }
#cclp-regua-root .cclp-final-cta p { max-width: 670px; margin: 0 0 31px; }
#cclp-regua-root .cclp-final-cta small { display: flex; align-items: center; gap: 7px; margin-top: 20px; color: rgba(255,255,255,.84); }
#cclp-regua-root .cclp-site-footer { margin: 0; background: #fff; border-top: 1px solid var(--cclp-line); }
#cclp-regua-root .cclp-footer-inner { min-height: 118px; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; color: #7c8795; font-size: 12px; }
#cclp-regua-root .cclp-footer-inner img { width: 124px; height: auto; }
#cclp-regua-root .cclp-footer-inner p { margin: 0; }

@media (max-width: 1050px) {
  #cclp-regua-root .cclp-hero { min-height: auto; }
  #cclp-regua-root .cclp-hero-layout { grid-template-columns: 1fr; gap: 64px; }
  #cclp-regua-root .cclp-hero-copy { max-width: 760px; }
  #cclp-regua-root .cclp-hero h1 { max-width: 740px; }
  #cclp-regua-root .cclp-hero-product { width: min(860px,95%); margin: 0 auto; }
  #cclp-regua-root .cclp-problem-grid, #cclp-regua-root .cclp-benefits-grid { grid-template-columns: repeat(2,1fr); }
  #cclp-regua-root .cclp-problem-grid .cclp-problem-card:last-child { grid-column: 1 / -1; }
  #cclp-regua-root .cclp-timeline-layout, #cclp-regua-root .cclp-product-layout { grid-template-columns: 1fr; }
  #cclp-regua-root .cclp-timeline-copy { max-width: 700px; }
  #cclp-regua-root .cclp-large-product-frame { margin-right: -100px; }
  #cclp-regua-root .cclp-channels-grid { grid-template-columns: repeat(2,1fr); }
  #cclp-regua-root .cclp-compliance-card { grid-template-columns: 66px 1fr; }
  #cclp-regua-root .cclp-compliance-tags { grid-column: 2; flex-direction: row; flex-wrap: wrap; }
  #cclp-regua-root .cclp-faq-layout { gap: 45px; }
}

@media (max-width: 782px) {
  body.admin-bar #cclp-regua-root .cclp-site-header { top: 46px; }
}

@media (max-width: 760px) {
  #cclp-regua-root .cclp-container { width: min(calc(100% - 28px),1180px); }
  #cclp-regua-root .cclp-section { padding: 76px 0; }
  #cclp-regua-root .cclp-site-header { height: 70px; }
  #cclp-regua-root .cclp-brand { width: 111px; height: 64px; }
  #cclp-regua-root .cclp-brand img { width: 104px; }
  #cclp-regua-root .cclp-header-cta { min-height: 42px; padding: 0 14px; font-size: 12px; }
  #cclp-regua-root .cclp-header-cta .cclp-icon { display: none; }
  #cclp-regua-root .cclp-hero { padding: 66px 0 72px; }
  #cclp-regua-root .cclp-hero-layout { gap: 52px; }
  #cclp-regua-root .cclp-hero h1 { margin-top: 20px; font-size: 45px; }
  #cclp-regua-root .cclp-hero-lead { font-size: 16px; }
  #cclp-regua-root .cclp-hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  #cclp-regua-root .cclp-hero-actions .cclp-button { width: 100%; padding: 0 17px; }
  #cclp-regua-root .cclp-hero-actions .cclp-text-link { justify-content: center; }
  #cclp-regua-root .cclp-hero-checks { gap: 12px 16px; }
  #cclp-regua-root .cclp-hero-product { width: 100%; }
  #cclp-regua-root .cclp-browser-frame { border-radius: 12px; transform: none; }
  #cclp-regua-root .cclp-product-image-wrap { height: 272px; }
  #cclp-regua-root .cclp-product-image-wrap img { object-position: 62% top; }
  #cclp-regua-root .cclp-floating-card { min-width: 180px; padding: 9px 10px; }
  #cclp-regua-root .cclp-floating-one { left: 7px; bottom: -35px; }
  #cclp-regua-root .cclp-floating-two { right: 5px; top: 56px; }
  #cclp-regua-root .cclp-journey-items { padding: 20px 0; flex-wrap: wrap; justify-content: flex-start; gap: 15px 18px; }
  #cclp-regua-root .cclp-journey-items > i { display: none; }
  #cclp-regua-root .cclp-journey-items span { width: calc(50% - 9px); }
  #cclp-regua-root .cclp-section-heading { margin-bottom: 38px; }
  #cclp-regua-root .cclp-section-heading h2, #cclp-regua-root .cclp-timeline-copy h2, #cclp-regua-root .cclp-product-copy h2, #cclp-regua-root .cclp-compliance-card h2, #cclp-regua-root .cclp-audience-layout h2, #cclp-regua-root .cclp-faq-intro h2 { font-size: 34px; }
  #cclp-regua-root .cclp-problem-grid, #cclp-regua-root .cclp-benefits-grid, #cclp-regua-root .cclp-channels-grid { grid-template-columns: 1fr; }
  #cclp-regua-root .cclp-problem-grid .cclp-problem-card:last-child { grid-column: auto; }
  #cclp-regua-root .cclp-timeline-layout { gap: 50px; }
  #cclp-regua-root .cclp-timeline-card { padding: 18px 13px 20px; }
  #cclp-regua-root .cclp-timeline-line { left: 70px; }
  #cclp-regua-root .cclp-event { grid-template-columns: 38px 38px 1fr; gap: 5px; }
  #cclp-regua-root .cclp-event > em { display: none; }
  #cclp-regua-root .cclp-event strong { font-size: 11px; }
  #cclp-regua-root .cclp-benefit-card p { min-height: auto; }
  #cclp-regua-root .cclp-large-product-frame { margin: 0; border-radius: 12px; }
  #cclp-regua-root .cclp-large-product-frame > img { height: 300px; object-position: 62% top; }
  #cclp-regua-root .cclp-steps-grid { grid-template-columns: 1fr; gap: 16px; }
  #cclp-regua-root .cclp-step-connector { transform: rotate(90deg); }
  #cclp-regua-root .cclp-compliance-card { grid-template-columns: 1fr; padding: 32px 24px; }
  #cclp-regua-root .cclp-compliance-tags { grid-column: auto; flex-direction: column; }
  #cclp-regua-root .cclp-audience-layout { grid-template-columns: 1fr; gap: 35px; }
  #cclp-regua-root .cclp-audience-list { grid-template-columns: 1fr; }
  #cclp-regua-root .cclp-audience-list span { min-height: 62px; }
  #cclp-regua-root .cclp-faq-layout { grid-template-columns: 1fr; }
  #cclp-regua-root .cclp-faq-intro { position: static; }
  #cclp-regua-root .cclp-final-cta { padding: 78px 0; }
  #cclp-regua-root .cclp-final-cta h2 { font-size: 38px; }
  #cclp-regua-root .cclp-footer-inner { padding: 26px 0; grid-template-columns: 1fr; gap: 5px; text-align: center; }
  #cclp-regua-root .cclp-footer-inner img { margin: 0 auto 10px; }
}

@media (max-width: 420px) {
  #cclp-regua-root .cclp-header-cta { padding: 0 11px; font-size: 11px; }
  #cclp-regua-root .cclp-hero h1 { font-size: 39px; }
  #cclp-regua-root .cclp-eyebrow { font-size: 10px; }
  #cclp-regua-root .cclp-product-image-wrap { height: 230px; }
  #cclp-regua-root .cclp-floating-two { display: none; }
  #cclp-regua-root .cclp-journey-items span { width: 100%; }
  #cclp-regua-root .cclp-timeline-card { margin: 0 -5px; }
  #cclp-regua-root .cclp-large-product-frame > img { height: 245px; }
}

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