@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(caracteres/cp-outfit-0.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(caracteres/cp-outfit-1.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(caracteres/cp-outfit-2.ttf) format('truetype');
}
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(caracteres/cp-outfit-3.ttf) format('truetype');
}

:root{--cp-bg:#fcfbff;--cp-panel:#f0edfa;--cp-ink:#29223c;--cp-muted:#696177;--cp-accent:#7652bb;--cp-line:#e1d9ee;--cp-body:'Outfit',sans-serif;--cp-display:'Outfit',serif}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}body{margin:0;background:var(--cp-bg);color:var(--cp-ink);font:400 16px/1.7 var(--cp-body);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{cursor:pointer}img{display:block;max-width:100%}button,a,input,textarea,select,summary{-webkit-tap-highlight-color:transparent}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,summary:focus-visible{outline:3px solid var(--cp-accent);outline-offset:5px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.13}h1,h2{font-family:var(--cp-display);font-weight:500;letter-spacing:-.048em}h1{font-size:clamp(3.25rem,5.6vw,5.2rem)}h2{font-size:clamp(2rem,3.7vw,3.35rem)}h3{font-size:1.25rem;font-weight:600;letter-spacing:-.025em}em{font-style:normal;color:var(--cp-accent)}svg{width:24px;height:24px;flex:none}::selection{background:var(--cp-accent);color:var(--cp-bg)}
.cp-frame{width:min(1180px,calc(100% - 64px));margin-inline:auto}.cp-skip{position:fixed;left:16px;top:-100px;z-index:120;background:var(--cp-accent);color:var(--cp-bg);padding:12px}.cp-skip:focus{top:12px}.cp-header{position:sticky;top:0;z-index:60;background:var(--cp-bg);border-bottom:1px solid var(--cp-line)}.cp-header.cp-shadow{box-shadow:0 8px 30px #0000000d}.cp-bar{height:88px;display:flex;align-items:center;gap:32px}.cp-brand{display:flex;align-items:center;gap:10px;font-size:1.35rem;font-weight:700;letter-spacing:-.05em;white-space:nowrap}.cp-brand img{width:36px;height:36px}.cp-menu{margin-left:auto;display:flex;align-items:center;gap:29px;font-size:.9rem;font-weight:500}.cp-menu a{position:relative;transition:color .2s}.cp-menu a:hover{color:var(--cp-accent)}.cp-toplink{font-size:.875rem;font-weight:600;border:1px solid var(--cp-line);padding:10px 17px;border-radius:7px;white-space:nowrap;transition:background .2s}.cp-toplink:hover{background:var(--cp-panel)}.cp-toggle{display:none;border:1px solid var(--cp-line);background:transparent;color:var(--cp-ink);border-radius:6px;padding:8px 12px}.cp-kicker{display:block;color:var(--cp-accent);font-size:.75rem;font-weight:700;letter-spacing:.15em;line-height:1.6}.cp-hero{padding:70px 0 65px;position:relative;isolation:isolate}.cp-hero-layout{display:grid;grid-template-columns:1.08fr 1fr;gap:60px;align-items:center}.cp-hero h1{margin:22px 0 26px}.cp-lead{font-size:1.075rem;line-height:1.8;color:var(--cp-muted);max-width:550px}.cp-actions{display:flex;gap:24px;align-items:center;flex-wrap:wrap;margin-top:30px}.cp-button{display:inline-flex;gap:18px;align-items:center;justify-content:center;background:var(--cp-accent);border:1px solid transparent;color:#ffffff;font-size:.92rem;line-height:1.45;font-weight:600;padding:17px 23px;border-radius:7px;transition:transform .25s,box-shadow .25s,background .25s}.cp-button svg{width:19px;height:19px}.cp-button:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000018}.cp-link{font-size:.9rem;font-weight:600;border-bottom:1px solid var(--cp-line);padding-bottom:4px;transition:border .2s}.cp-link:hover{border-color:var(--cp-accent)}.cp-note{margin-top:23px;font-size:.8rem;max-width:450px;color:var(--cp-muted)}.cp-visual{position:relative;min-width:0;height:570px;overflow:hidden;border-radius:12px;background:var(--cp-panel)}.cp-visual>img{width:100%;height:100%;object-fit:cover;transition:transform 1s}.cp-visual:hover>img{transform:scale(1.035)}.cp-caption{position:absolute;inset:auto 0 0;padding:95px 28px 30px;color:white;background:linear-gradient(transparent,#071319d9)}.cp-caption span{font-size:.7rem;letter-spacing:.13em;display:block;margin-bottom:10px}.cp-caption strong{font-size:1.5rem;line-height:1.3;font-weight:500}.cp-credit{position:absolute;top:16px;right:16px;color:white;font-size:.65rem;max-width:80%;padding:4px 8px;background:#07131980;border-radius:4px}.cp-strip{border-top:1px solid var(--cp-line);border-bottom:1px solid var(--cp-line)}.cp-strip-inner{display:flex;justify-content:space-between;gap:20px;padding:27px 0;color:var(--cp-muted);font-size:.9rem}.cp-strip-inner span{display:flex;align-items:center;gap:12px}.cp-strip-inner svg{color:var(--cp-accent);width:18px;height:18px}.cp-section{padding:92px 0}.cp-section-head{display:flex;justify-content:space-between;align-items:flex-end;gap:50px;margin-bottom:42px}.cp-section-head h2{margin-top:15px}.cp-section-head>p{color:var(--cp-muted);max-width:370px;line-height:1.75}.cp-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.cp-card{border:1px solid var(--cp-line);background:var(--cp-panel);padding:34px 30px;border-radius:12px;transition:transform .3s,box-shadow .3s,border-color .3s}.cp-card:hover{transform:translateY(-6px);box-shadow:0 15px 35px #00000012;border-color:var(--cp-accent)}.cp-card-symbol{display:flex;width:48px;height:48px;align-items:center;justify-content:center;background:var(--cp-bg);border:1px solid var(--cp-line);border-radius:10px;color:var(--cp-accent);margin-bottom:34px}.cp-card h3{margin-bottom:15px}.cp-card p{color:var(--cp-muted);font-size:.95rem}.cp-card-index{font-size:.75rem;display:block;color:var(--cp-muted);margin-top:28px;letter-spacing:.1em}.cp-method{background:var(--cp-panel)}.cp-steps{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:26px;counter-reset:etape}.cp-step{position:relative;border-top:1px solid var(--cp-line);padding-top:26px}.cp-number{display:block;font-family:var(--cp-display);font-size:2.4rem;color:var(--cp-accent);margin-bottom:25px;line-height:1}.cp-step h3{margin-bottom:14px}.cp-step p{font-size:.9rem;color:var(--cp-muted)}.cp-focus-box{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding:55px;background:var(--cp-panel);border:1px solid var(--cp-line);border-radius:16px}.cp-focus-box h2{margin:15px 0 22px}.cp-focus-box p{color:var(--cp-muted);font-size:.97rem}.cp-checklist{list-style:none;padding:0;margin:0;align-self:center}.cp-checklist li{padding:20px 0;display:flex;gap:16px;border-bottom:1px solid var(--cp-line);font-size:.96rem}.cp-checklist li svg{color:var(--cp-accent);width:20px;margin-top:3px}.cp-sources{display:flex;flex-wrap:wrap;gap:20px;margin-top:23px;font-size:.8rem;color:var(--cp-accent)}.cp-sources a{text-decoration:underline;text-underline-offset:4px}.cp-reviews-head{max-width:750px;margin-bottom:36px}.cp-reviews-head h2{margin-top:15px}.cp-reviews{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:20px}.cp-review{grid-column:span 2;padding:29px;border:1px solid var(--cp-line);border-radius:12px;display:flex;flex-direction:column;gap:25px;background:var(--cp-panel);transition:box-shadow .3s,transform .3s}.cp-review:nth-child(n+4){grid-column:span 3}.cp-review:hover{transform:translateY(-4px);box-shadow:0 10px 28px #00000010}.cp-review blockquote{margin:0;font-size:1rem;line-height:1.75;flex:1}.cp-review footer{display:flex;align-items:center;gap:13px}.cp-review img{width:48px;height:48px;border-radius:50%;object-fit:cover;object-position:50% 35%;flex:none}.cp-review strong{font-size:.9rem;display:block}.cp-review small{color:var(--cp-muted);font-size:.8rem}.cp-faq-layout{display:grid;grid-template-columns:1fr 1.5fr;gap:80px}.cp-faq-layout h2{margin-top:15px}.cp-faq details{border-bottom:1px solid var(--cp-line)}.cp-faq details:first-child{border-top:1px solid var(--cp-line)}.cp-faq summary{cursor:pointer;padding:24px 35px 24px 0;font-weight:500;line-height:1.5;position:relative;list-style:none}.cp-faq summary::-webkit-details-marker{display:none}.cp-faq summary:after{content:'+';position:absolute;right:3px;top:20px;color:var(--cp-accent);font-size:1.5rem}.cp-faq details[open] summary:after{content:'−'}.cp-faq details[open] summary{color:var(--cp-accent)}.cp-faq details p{font-size:.95rem;color:var(--cp-muted);padding:0 25px 25px 0;animation:cp-answer .3s ease}.cp-contact{background:var(--cp-panel);padding:90px 0;border-top:1px solid var(--cp-line)}.cp-contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:90px}.cp-contact h2{margin:18px 0 24px}.cp-contact-copy>p{color:var(--cp-muted);max-width:425px}.cp-email{display:inline-block;max-width:100%;overflow-wrap:anywhere;font-size:1rem;margin-top:28px;border-bottom:1px solid var(--cp-accent)}.cp-form{display:grid;gap:19px}.cp-form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.cp-form label{font-size:.8rem;font-weight:500;display:grid;gap:7px}.cp-form input,.cp-form textarea{width:100%;min-width:0;background:var(--cp-bg);color:var(--cp-ink);border:1px solid var(--cp-line);border-radius:7px;padding:13px 14px;outline-offset:2px;font-size:1rem}.cp-form textarea{min-height:117px;resize:vertical}.cp-consent{display:flex!important;gap:10px!important;align-items:flex-start;font-weight:400!important;line-height:1.6}.cp-consent input{width:16px!important;min-width:16px!important;margin-top:4px;accent-color:var(--cp-accent)}.cp-consent a{text-decoration:underline}.cp-form-note{font-size:.75rem;color:var(--cp-muted)}.cp-form-output{font-size:.85rem;color:var(--cp-accent)}.cp-footer{padding:38px 0 26px}.cp-footer-top{display:flex;justify-content:space-between;align-items:center;gap:30px;padding-bottom:30px}.cp-footer-top p{font-size:.85rem;color:var(--cp-muted)}.cp-footer-bottom{border-top:1px solid var(--cp-line);padding-top:22px;display:flex;justify-content:space-between;gap:25px;font-size:.75rem;color:var(--cp-muted)}.cp-footer-links{display:flex;gap:22px;flex-wrap:wrap}.cp-footer-links button{border:0;padding:0;color:inherit;background:none;font-size:inherit}.cp-footer-links a:hover,.cp-footer-links button:hover{color:var(--cp-accent)}.cp-cookie{position:fixed;bottom:20px;left:20px;z-index:80;max-width:385px;background:var(--cp-bg);border:1px solid var(--cp-line);color:var(--cp-ink);box-shadow:0 15px 55px #00000026;padding:21px 23px;border-radius:12px}.cp-cookie[hidden]{display:none}.cp-cookie h2{font:600 .95rem var(--cp-body);letter-spacing:0;margin-bottom:8px}.cp-cookie p{font-size:.78rem;color:var(--cp-muted);line-height:1.6}.cp-cookie a{text-decoration:underline}.cp-cookie-actions{display:flex;gap:14px;margin-top:14px}.cp-cookie-actions button{border:1px solid var(--cp-line);color:var(--cp-ink);background:var(--cp-panel);padding:7px 11px;border-radius:5px;font-size:.75rem}.cp-cookie-actions button:first-child{background:var(--cp-accent);color:#ffffff;border-color:transparent}.cp-legal{padding:72px 0 100px;max-width:790px;min-height:65vh}.cp-legal h1{font-size:clamp(2.4rem,5vw,4rem);margin:22px 0}.cp-legal h2{font-size:1.6rem;margin:40px 0 15px;letter-spacing:-.03em}.cp-legal p,.cp-legal li{color:var(--cp-muted);margin-bottom:16px}.cp-legal a{color:var(--cp-accent);text-decoration:underline}.cp-legal ul{padding-left:22px}.cp-motion{transition:opacity .6s ease,transform .6s ease}.cp-motion.cp-wait{opacity:0;transform:translateY(24px)}.cp-motion.cp-seen{opacity:1;transform:none}@keyframes cp-answer{from{opacity:.3;transform:translateY(-5px)}to{opacity:1;transform:none}}
@media(min-width:1500px){.cp-hero{padding-top:90px;padding-bottom:85px}}@media(max-width:1050px){.cp-hero-layout{gap:32px}.cp-bar{gap:20px}.cp-menu{gap:19px}.cp-toplink{padding:9px 12px}.cp-contact-layout{gap:48px}.cp-focus-box{padding:35px;gap:35px}.cp-faq-layout{gap:45px}.cp-visual{height:540px}h1{font-size:clamp(3.1rem,5.8vw,4.6rem)}}
@media(max-width:860px){.cp-frame{width:calc(100% - 40px)}.cp-bar{height:74px;flex-wrap:wrap}.cp-toplink{margin-left:auto}.cp-toggle{display:block}.cp-menu{display:none;position:absolute;top:74px;left:0;right:0;padding:20px;background:var(--cp-bg);border-bottom:1px solid var(--cp-line);margin:0}.cp-menu.cp-open{display:flex;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 15px 20px #00000010}.cp-menu a{padding:12px}.cp-hero{padding:45px 0}.cp-hero-layout{grid-template-columns:1fr;gap:36px}.cp-hero h1{max-width:760px}.cp-lead{max-width:660px}.cp-visual{height:400px;max-width:100%;width:100%}.cp-strip-inner{gap:12px;font-size:.8rem}.cp-section{padding:65px 0}.cp-section-head{gap:25px;align-items:flex-start;flex-direction:column;margin-bottom:30px}.cp-section-head>p{max-width:650px}.cp-cards{gap:14px}.cp-card{padding:25px 20px}.cp-card-symbol{margin-bottom:24px}.cp-steps{grid-template-columns:1fr 1fr;gap:30px}.cp-focus-box{gap:30px;grid-template-columns:1fr}.cp-faq-layout{grid-template-columns:1fr;gap:30px}.cp-contact{padding:65px 0}.cp-contact-layout{grid-template-columns:1fr;gap:40px}.cp-contact-copy>p{max-width:650px}.cp-footer-top{align-items:flex-start}.cp-reviews{grid-template-columns:1fr 1fr}.cp-review,.cp-review:nth-child(n+4){grid-column:auto}.cp-review:last-child{grid-column:1/-1}.cp-footer-bottom{flex-direction:column}.cp-cookie{max-width:350px}.cp-legal{padding-top:45px}}
@media(max-width:600px){.cp-frame{width:calc(100% - 36px)}h1{font-size:3.05rem}h2{font-size:2.15rem}.cp-brand{font-size:1.2rem}.cp-brand img{width:30px;height:30px}.cp-toplink{display:none}.cp-toggle{margin-left:auto}.cp-hero h1{margin:18px 0 22px}.cp-lead{font-size:1rem}.cp-actions{align-items:stretch;gap:18px}.cp-button{padding:16px 19px}.cp-hero .cp-button{width:100%;justify-content:space-between}.cp-note{font-size:.78rem}.cp-visual{height:370px}.cp-caption{padding:75px 23px 25px}.cp-strip-inner{flex-direction:column;padding:22px 0;gap:14px}.cp-strip-inner span{gap:14px}.cp-section{padding:56px 0}.cp-cards{grid-template-columns:1fr;gap:16px}.cp-card{padding:27px}.cp-card-symbol{margin-bottom:23px}.cp-card-index{margin-top:22px}.cp-steps{gap:28px 20px}.cp-number{font-size:2rem;margin-bottom:20px}.cp-step h3{font-size:1.1rem}.cp-step p{font-size:.85rem}.cp-focus-box{padding:28px 23px}.cp-reviews{grid-template-columns:1fr}.cp-review:last-child{grid-column:auto}.cp-review{padding:25px}.cp-form-row{grid-template-columns:1fr}.cp-footer-top{flex-direction:column;gap:15px}.cp-footer-links{gap:15px}.cp-cookie{left:12px;right:12px;bottom:12px;max-width:none;padding:17px 19px}.cp-cookie p{font-size:.75rem}.cp-kicker{font-size:.69rem;letter-spacing:.12em}.cp-legal h1{font-size:2.4rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.cp-motion.cp-wait{opacity:1;transform:none}}
 .cp-hero{background:linear-gradient(140deg,#fcfbff 40%,#ede5ff)}.cp-hero-layout{grid-template-columns:1fr 1.05fr;gap:65px}.cp-hero-copy{order:2}.cp-visual{order:1;height:575px;border-radius:24px 24px 120px 24px;box-shadow:0 20px 50px #4d337817}.cp-visual>img{object-position:56% center}.cp-hero h1{font-size:clamp(3.3rem,5.4vw,5rem);font-weight:500;line-height:1.09}.cp-button{border-radius:12px}.cp-button:hover{transform:translateY(-4px);box-shadow:0 12px 0 -5px #7652bb35}.cp-strip{background:white}.cp-strip-inner{color:#504167}.cp-strip-inner span:nth-child(2) svg{color:#429181}.cp-strip-inner span:nth-child(3) svg{color:#bd6653}.cp-method{background:white}.cp-steps{gap:18px}.cp-step{padding:28px;border-radius:14px;background:#f0edfa;border:0}.cp-step:nth-child(2){background:#e8f5ef}.cp-step:nth-child(3){background:#fff0e8}.cp-step:nth-child(4){background:#edf2fc}.cp-number{font-size:1rem;font-weight:600;background:white;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center}.cp-step h3{font-size:1.15rem}.cp-cards{gap:0;border:1px solid var(--cp-line);border-radius:18px;overflow:hidden}.cp-card{background:white;border:0;border-radius:0;border-right:1px solid var(--cp-line)}.cp-card:last-child{border-right:0}.cp-card:hover{transform:none;box-shadow:inset 0 4px 0 #7652bb;background:#f8f5ff}.cp-card-symbol{border:0;background:#f0edfa}.cp-focus-box{background:#f0edfa;border:0;border-radius:24px}.cp-review{border-radius:17px;background:white;box-shadow:0 5px 20px #543b7206}.cp-review:nth-child(4){background:#f0edfa}.cp-review:nth-child(5){background:#edf5f1}.cp-contact{background:#f0edfa;border:0}.cp-contact .cp-form{background:white;padding:30px;border-radius:18px;box-shadow:0 14px 45px #4429690b}.cp-contact-layout{gap:65px}.cp-email{font-size:1.05rem}@media(max-width:860px){.cp-hero-layout{grid-template-columns:1fr;gap:35px}.cp-hero-copy{order:0}.cp-visual{order:1;height:440px}.cp-contact-layout{gap:35px}}@media(max-width:600px){.cp-hero h1{font-size:3.3rem}.cp-step{padding:22px 18px}.cp-cards{gap:0}.cp-card{border-right:0;border-bottom:1px solid var(--cp-line)}.cp-card:last-child{border-bottom:0}.cp-contact .cp-form{padding:22px}.cp-visual{height:380px}}

.cp-kicker{font-size:.75rem}.cp-credit{font-size:.75rem}.cp-form label{font-size:.875rem}.cp-cookie-actions{flex-wrap:wrap;gap:8px}.cp-cookie-actions button{font-size:.875rem}.cp-cookie p{font-size:.8125rem}.cp-form-note{font-size:.8125rem}


.cp-contact [hidden]{display:none!important}.cp-contact-layout>*{min-width:0}.cp-form{margin:0}.cp-form fieldset{margin:0;padding:0;border:0;min-width:0}.cp-form legend{font-size:.875rem;font-weight:500;margin-bottom:12px;padding:0}.cp-topic-options{display:flex;flex-wrap:wrap;gap:10px}.cp-topic-options label{display:flex;align-items:center;gap:9px;padding:11px 15px;border:1px solid var(--cp-line);border-radius:9px;cursor:pointer;font-weight:400}.cp-topic-options input{width:16px;min-width:16px;height:16px;margin:0;accent-color:var(--cp-accent)}.cp-topic-options label:has(input:checked){border-color:var(--cp-accent);box-shadow:0 0 0 1px var(--cp-accent)}.cp-form select{width:100%;max-width:100%;min-width:0;background:var(--cp-bg);border:1px solid var(--cp-line);border-radius:7px;padding:13px 38px 13px 14px;color:var(--cp-ink);font:inherit}.cp-form select:focus-visible{outline:3px solid var(--cp-accent);outline-offset:3px}.cp-footer nav{display:flex;gap:15px}.cp-footer a,.cp-footer button{transition:color .2s,border-color .2s}.cp-footer button{font:inherit;border:0;padding:0;background:none;color:inherit;cursor:pointer}.cp-footer a:hover,.cp-footer button:hover{color:var(--cp-accent)}.cp-footer-mail{overflow-wrap:anywhere;max-width:100%;display:block;font-size:.875rem}.cp-legal-nav{font-size:.8125rem;color:var(--cp-muted);flex-wrap:wrap}.cp-footer p{color:var(--cp-muted)}.cp-footer nav a{line-height:1.6}.cp-review{min-width:0;overflow-wrap:break-word}.cp-review>footer>div{min-width:0}.cp-review>footer{flex-wrap:wrap}.cp-review img{flex-shrink:0}.cp-reviews-section>.cp-frame{min-width:0}.cp-reviews{width:100%}
 .cp-contact{background:#efeafa}.cp-contact-layout{gap:55px;align-items:center}.cp-journey{background:white;border-radius:24px;padding:32px;border:1px solid #e0d6ed;box-shadow:0 20px 55px #49337313}.cp-contact .cp-journey .cp-form{padding:0;box-shadow:none;gap:22px;background:none;border-radius:0}.cp-stage-labels{display:flex;align-items:center;gap:20px;padding-bottom:23px;border-bottom:1px solid #e5ddf0}.cp-stage-labels>span{display:flex;align-items:center;gap:9px;font-size:.875rem;color:#75677f}.cp-stage-labels b{width:31px;height:31px;background:#eee9f7;border-radius:50%;display:grid;place-items:center;font-size:.8rem;font-weight:500}.cp-stage-labels [aria-current=step]{color:#643fa3}.cp-stage-labels [aria-current=step] b{background:#7652bb;color:white}.cp-step-status:empty{display:none}.cp-step-status{font-size:.8125rem;color:#6a527a}.cp-form-stage{display:grid;gap:23px}.cp-journey .cp-topic-options{display:grid;grid-template-columns:1fr}.cp-journey .cp-topic-options label{background:#f4f0fc}.cp-journey .cp-topic-options label:nth-child(2){background:#eaf5f0}.cp-journey .cp-topic-options label:nth-child(3){background:#fff1e9}.cp-journey .cp-button{justify-content:space-between}.cp-journey textarea{min-height:175px}.cp-step-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap}.cp-back{border:0;background:none;padding:10px 0;color:#6a527a;font-size:.875rem}.cp-footer{background:#fbf9ff;padding:40px 0 24px}.cp-footer .cp-footer-route{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;padding-bottom:40px}.cp-footer-route>a{display:flex;align-items:center;gap:12px;border-bottom:2px solid #d6c8e8;padding:17px 8px;font-size:.9rem}.cp-footer-route>a:hover{border-color:#7652bb}.cp-footer-route span{font-size:.75rem;color:#7652bb;background:#eee7f9;border-radius:50%;width:31px;height:31px;display:grid;place-items:center;flex-shrink:0}.cp-footer-dock{display:grid;grid-template-columns:1fr 1fr .7fr;gap:35px;padding-bottom:35px}.cp-footer-dock p{font-size:.85rem;max-width:290px;margin-top:15px}.cp-footer-dock>div:nth-child(2){display:flex;flex-direction:column;gap:14px;font-size:.85rem}.cp-footer .cp-footer-dock .cp-legal-nav{flex-direction:column;align-items:flex-start;gap:10px}.cp-footer-end{display:flex;justify-content:space-between;gap:25px;padding-top:20px;border-top:1px solid #e4dbee;font-size:.8rem;color:#696177}@media(max-width:860px){.cp-contact-layout{gap:35px}.cp-footer-dock{grid-template-columns:1fr 1fr}.cp-footer-dock>div:first-child{grid-column:1/-1}}@media(max-width:600px){.cp-journey{padding:25px 20px}.cp-stage-labels{gap:12px}.cp-stage-labels>span{font-size:.8rem}.cp-footer .cp-footer-route{grid-template-columns:1fr 1fr;gap:15px}.cp-footer-route>a{font-size:.8rem;gap:8px;padding-inline:0}.cp-footer-dock{grid-template-columns:1fr}.cp-footer-dock>div:first-child{grid-column:auto}.cp-step-actions>.cp-button{width:100%}}


.cp-hero h1{font-size:clamp(2rem,3vw,3rem);line-height:1.16;overflow-wrap:break-word}
.cp-hero-detail{font-size:1rem;line-height:1.8;color:var(--cp-muted);max-width:66ch;margin:22px 0 30px}
.cp-reading{border-top:1px solid var(--cp-line)}
.cp-reading-heading{max-width:820px;margin-bottom:42px}
.cp-reading-heading h2{margin:14px 0 24px}
.cp-reading-heading>p{font-size:1.1rem;line-height:1.85;color:var(--cp-muted);max-width:72ch}
.cp-reading-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px}
.cp-reading-item{min-width:0;padding:30px;border:1px solid var(--cp-line);border-radius:14px;transition:box-shadow .25s,transform .25s}
.cp-reading-item h3{font-size:1.3rem;line-height:1.4;margin:16px 0}
.cp-reading-item p{font-size:1rem;line-height:1.85;color:var(--cp-muted);margin:0;overflow-wrap:break-word}
.cp-reading-number{font-size:.8rem;letter-spacing:.1em;color:var(--cp-accent);font-weight:700}
.cp-reading-guide .cp-reading-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:40px}
.cp-reading-guide .cp-reading-item{padding:30px 0;border:0;border-radius:0;border-top:2px solid var(--cp-line)}
@media(max-width:900px){.cp-reading-grid{grid-template-columns:1fr}.cp-reading-item{padding:26px}.cp-reading-item p{max-width:80ch}.cp-reading-guide .cp-reading-grid{grid-template-columns:1fr;gap:16px}.cp-hero h1{font-size:clamp(1.9rem,4vw,2.65rem)}}
@media(max-width:600px){.cp-hero h1{font-size:clamp(1.65rem,6.2vw,2.15rem)}.cp-hero-detail{font-size:1rem}.cp-reading-heading>p{font-size:1rem}.cp-reading-heading h2{line-height:1.25}.cp-reading-item{padding:23px}.cp-reading-heading{margin-bottom:28px}}
.cp-reading-item{border-radius:20px;background:#fff;box-shadow:0 8px 25px #543b7207}.cp-reading-topics{background:#f5f2fc}.cp-reading-number{display:inline-flex;padding:8px 12px;background:#eee7fb;border-radius:8px;color:#7652bb}.cp-reading-guide .cp-reading-item{box-shadow:none}.cp-reading-guide .cp-reading-item:nth-child(2){border-top-color:#429181}