:root{--cr_navy:#0f172a;--cr_card:#f1f5f9;--cr_green:rgb(16,185,129);--cr_radius:6px;--cr_bg:rgba(248,250,252,1);--cr_muted:#64748b;--cr_green2:rgb(5,150,105);--cr_line:#e2e8f0;--cr_surf:#fff;--cr_text:#1e293b}
*,::before,::after{margin:0;box-sizing:border-box;padding:0}
body.cr-body{background:var(--cr_bg);font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',sans-serif;line-height:1.65;color:var(--cr_text);visibility:visible;pointer-events:auto;user-select:auto}
.cr-wrap{padding:0 20px;max-width:1080px;margin:0 auto}
/* NAV */
.cr-mast{top:0;background:var(--cr_navy);z-index:100;position:sticky;border-bottom:3px solid var(--cr_green)}
.cr-mast__row{gap:20px;align-items:center;height:58px;display:flex}
.cr-brand{display:flex;align-items:center}
.cr-logo{width:auto;height:34px}
.cr-logo-txt{font-size:1.15rem;font-weight:800;letter-spacing:.02em;color:#fff}
.cr-nav{display:flex;justify-content:center;flex:1;gap:2px}
.cr-nav a{padding:6px 14px;transition:color .2s,background .2s;text-decoration:none;border-radius:4px;color:rgba(255,255,255,.7);font-size:.87rem}
.cr-nav a:hover,.cr-nav a[aria-current]{background:rgba(255,255,255,.08);color:rgba(255,255,255,1)}
.cr-mast__ctas{display:flex;gap:8px}
.cr-ham{gap:5px;flex-direction:column;padding:8px;border:none;display:none;cursor:pointer;background:none}
.cr-ham span{width:20px;background:rgba(255,255,255,1);height:2px;border-radius:2px;display:block}
.cr-mob-nav{border-bottom:1px solid rgba(255,255,255,.1);background:var(--cr_navy);padding:16px 0}
.cr-mob-nav a{font-size:.92rem;color:rgba(255,255,255,.8);display:block;text-decoration:none;padding:11px 0;border-bottom:1px solid rgba(255,255,255,.08)}
/* BUTTONS */
.cr-btn{justify-content:center;transition:all .18s;white-space:nowrap;padding:8px 18px;font-weight:700;align-items:center;border:2px solid transparent;text-decoration:none;font-size:.85rem;cursor:pointer;border-radius:var(--cr_radius);display:inline-flex;letter-spacing:.05em}
.cr-btn--green{background:var(--cr_green);border-color:var(--cr_green);color:#fff}
.cr-btn--green:hover{border-color:var(--cr_green2);background:var(--cr_green2)}
.cr-btn--outline{color:#fff;border-color:rgba(255,255,255,.4);background:transparent}
.cr-btn--outline:hover{color:rgb(255,255,255);border-color:#fff}
.cr-btn--plain{color:var(--cr_muted);border-color:var(--cr_line);background:transparent}
.cr-btn--plain:hover{color:var(--cr_navy);border-color:var(--cr_navy)}
.cr-btn--lg{padding:11px 24px;font-size:.92rem}
/* HERO */
.cr-hero{padding:60px 0 50px;color:#fff;background:var(--cr_navy)}
.cr-hero__inner{max-width:680px}
.cr-hero__h1{line-height:1.2;font-size:2.4rem;font-weight:800;margin-bottom:14px}
.cr-hero__sub{font-size:1rem;max-width:580px;color:rgba(255,255,255,.75);margin-bottom:24px}
.cr-hero__ctas{margin-bottom:24px;gap:12px;display:flex;flex-wrap:wrap}
.cr-hero__selos{flex-wrap:wrap;gap:10px;display:flex}
.cr-selo{color:rgba(255,255,255,.6);font-size:.8rem}
/* SECTIONS */
.cr-sec{padding:52px 0}
.cr-sec--alt{background:var(--cr_card)}
.cr-sec__inner{max-width:860px}
.cr-sec__hd{border-left:4px solid var(--cr_green);padding-left:14px;margin-bottom:28px}
.cr-sec__hd h2{font-size:1.6rem;font-weight:700}
.cr-sec__sub{color:var(--cr_muted);margin-top:4px;font-size:.9rem}
/* ABOUT */
.cr-about-box{color:var(--cr_muted);line-height:1.8;font-size:.95rem}
/* CATEGORY TABS */
.cr-categ-tabs{gap:8px;flex-wrap:wrap;display:flex}
.cr-categ-tab{display:flex;gap:8px;padding:10px 16px;border:1px solid var(--cr_line);cursor:default;align-items:center;font-size:.85rem;background:var(--cr_surf);border-radius:var(--cr_radius);transition:border-color .2s,background .2s}
.cr-categ-tab--active,.cr-categ-tab:hover{background:rgba(16,185,129,.06);color:var(--cr_green2);border-color:var(--cr_green)}
.cr-categ-tab__icon{font-size:1.1rem}
/* DEF LIST FEATURES */
.cr-deflist{flex-direction:column;display:flex;overflow:hidden;border:1px solid var(--cr_line);gap:0;border-radius:var(--cr_radius)}
.cr-deflist__item{background:var(--cr_surf);display:grid;grid-template-columns:220px 1fr;border-bottom:1px solid var(--cr_line)}
.cr-deflist__item:last-child{border-bottom:none}
.cr-deflist__item:nth-child(odd){background:var(--cr_bg)}
.cr-deflist__term{border-right:1px solid var(--cr_line);display:flex;font-size:.9rem;padding:16px 20px;align-items:flex-start;font-weight:700;color:var(--cr_navy)}
.cr-deflist__def{line-height:1.7;padding:16px 20px;font-size:.87rem;color:var(--cr_muted)}
/* BONUS PLAIN */
.cr-bonus-plain{flex-direction:column;display:flex;gap:16px}
.cr-bonus-plain__item{border:1px solid var(--cr_line);align-items:flex-start;gap:20px;border-radius:var(--cr_radius);display:flex;background:var(--cr_surf);padding:20px 24px}
.cr-bonus-plain__item--hl{background:rgba(16,185,129,.04);border-color:var(--cr_green)}
.cr-bonus-plain__pct{font-weight:900;font-size:2rem;color:var(--cr_green);line-height:1;min-width:70px}
.cr-bonus-plain__pct--sm{font-size:1.5rem}
.cr-bonus-plain__item h3{font-size:.95rem;margin-bottom:4px;font-weight:700}
.cr-bonus-plain__item p{font-size:.85rem;color:var(--cr_muted)}
/* ORDERED STEPS */
.cr-ordered-steps{list-style:none;display:flex;gap:12px;flex-direction:column}
.cr-ordered-step{border-radius:var(--cr_radius);align-items:flex-start;border:1px solid var(--cr_line);gap:14px;display:flex;padding:16px 20px;background:var(--cr_surf)}
.cr-ordered-step__n{line-height:1.4;font-weight:800;font-size:1.3rem;min-width:28px;color:var(--cr_green)}
.cr-ordered-step strong{font-size:.93rem;display:block;margin-bottom:4px}
.cr-ordered-step p{font-size:.84rem;color:var(--cr_muted)}
/* FAQ NUMBERED */
.cr-faq-num{flex-direction:column;gap:16px;list-style:none;display:flex}
.cr-faq-num__item{border-bottom:1px solid var(--cr_line);padding-bottom:16px}
.cr-faq-num__item:last-child{border-bottom:none}
.cr-faq-num__q{color:var(--cr_navy);font-weight:700;display:block;margin-bottom:6px;font-size:.93rem}
.cr-faq-num__a{color:var(--cr_muted);font-size:.86rem;line-height:1.7}
/* PAYMENTS */
.cr-pay-row{gap:10px;flex-wrap:wrap;display:flex}
.cr-pay-cell{min-width:80px;align-items:center;gap:6px;font-size:.78rem;padding:12px 16px;text-align:center;flex-direction:column;border:1px solid var(--cr_line);display:flex;border-radius:var(--cr_radius);background:var(--cr_surf)}
.cr-pay-cell img{object-fit:contain;height:24px;width:auto}
/* REVIEWS SIMPLE */
.cr-review-simple{display:flex;flex-direction:column;gap:16px}
.cr-review-quote{border-radius:var(--cr_radius);padding:20px 24px;border:1px solid var(--cr_line);background:var(--cr_surf)}
.cr-review-quote p{margin-bottom:8px;color:var(--cr_muted);line-height:1.7;font-style:italic;font-size:.9rem}
.cr-review-quote cite{font-style:normal;font-size:.8rem;color:var(--cr_muted);font-weight:600}
/* CTA BAR */
.cr-cta-bar{background:var(--cr_navy);padding:20px 0;border-top:3px solid var(--cr_green)}
.cr-cta-bar__inner{gap:20px;display:flex;color:rgb(255,255,255);justify-content:space-between;align-items:center}
.cr-cta-bar__inner span{font-size:.95rem}
/* FOOTER */
.cr-footer{padding:36px 0 20px;color:rgba(255,255,255,.8);background:var(--cr_navy)}
.cr-footer__cols{gap:32px;display:grid;grid-template-columns:2fr 1fr 1fr;margin-bottom:24px}
.cr-footer__logo{margin-bottom:10px;height:28px;display:block;width:auto}
.cr-footer__about{font-size:.82rem;line-height:1.6;color:rgba(255,255,255,.5)}
.cr-footer__ttl{letter-spacing:.08em;color:var(--cr_green);margin-bottom:10px;text-transform:uppercase;font-weight:700;font-size:.74rem}
.cr-footer__link{font-size:.83rem;color:rgba(255,255,255,.55);padding:3px 0;display:block;text-decoration:none}
.cr-footer__link:hover{color:#fff}
.cr-footer__addr{display:block;font-size:.8rem;font-style:normal;color:rgba(255,255,255,.4);margin-top:6px}
.cr-footer__line{flex-wrap:wrap;border-top:1px solid rgba(255,255,255,.1);gap:8px 20px;display:flex;padding-top:14px;justify-content:space-between}
.cr-footer__line span{font-size:.76rem;color:rgba(255,255,255,.4)}
/* STICKY CTA */
.sf-sticky-cta{background:var(--cr_navy);bottom:0;align-items:center;left:0;justify-content:space-between;border-top:2px solid var(--cr_green);right:0;padding:10px 20px;gap:12px;z-index:200;position:fixed;display:flex}
.sf-sticky-cta__meta strong{font-size:.9rem;color:#fff}
.sf-sticky-cta__meta span{color:rgba(255,255,255,.6);display:block;font-size:.76rem}
.sf-sticky-cta__button{border-radius:var(--cr_radius);color:rgba(255,255,255,1);letter-spacing:.05em;font-size:.88rem;font-weight:700;padding:10px 22px;text-decoration:none;background:var(--cr_green);border:none}
@media(max-width:860px){.cr-nav,.cr-mast__ctas{display:none}.cr-ham{display:flex}.cr-deflist__item{grid-template-columns:1fr}.cr-deflist__term{border-right:none;border-bottom:1px solid var(--cr_line)}.cr-footer__cols{grid-template-columns:1fr}}
@media(max-width:540px){.cr-hero__h1{font-size:1.7rem}.cr-cta-bar__inner{flex-direction:column;text-align:center}}
.cr-hero__logo{width:auto;height:64px;display:block;margin-bottom:16px}
