@import "https://fonts.googleapis.com/css2?family=Quicksand:wght@400;500;600;700&family=Inter:wght@300;400;500;600;700&display=swap";html:has(.rc-page){scroll-behavior:smooth;overflow-x:clip}html:has(.rc-page) body{max-width:100vw;overflow-x:clip}.rc-page *,.rc-page :before,.rc-page :after{box-sizing:border-box}.rc-page{color:#0f121a;background:#fff;font-family:Inter,sans-serif;line-height:1.5;overflow-x:hidden}.rc-page img{max-width:100%;height:auto;display:block}.rc-page a{color:inherit;text-decoration:none}.rc-page{--rc-blue:#476ee4;--rc-blue-btn:#4b5fe8;--rc-blue-hover:#3b4fd8;--rc-blue-200:#d2deff;--rc-blue-100:#edf2ff;--rc-blue-50:#f9fbff;--rc-teal:#69beba;--rc-teal-bg:#e2faf8;--rc-teal-light:#f0fdfc;--rc-slate-900:#0f121a;--rc-slate-700:#323747;--rc-slate-600:#475066;--rc-slate-500:#596380;--rc-slate-400:#737d99;--rc-slate-300:#929bb2;--rc-slate-150:#d5dced;--rc-slate-100:#eff2fb;--rc-header-bg:#f8faffeb;--rc-error:#e53e3e}.rc-container{max-width:1200px;margin:0 auto;padding:0 32px}.rc-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:12px;justify-content:center;align-items:center;padding:14px 28px;font-family:Quicksand,sans-serif;font-size:16px;font-weight:700;text-decoration:none;transition:all .15s ease-out;display:inline-flex}.rc-btn-filled{background:var(--rc-blue-btn);box-shadow:0 8px 18px #4b5fe840;color:#fff!important}.rc-btn-filled:hover{background:var(--rc-blue-hover);color:#fff!important}.rc-btn-outline{border:1px solid var(--rc-slate-150);background:#fff;color:var(--rc-slate-900)!important}.rc-btn-outline:hover{background:var(--rc-blue-100)}.rc-btn-ghost-dark{background:0 0;border:1px solid #3a4260;color:#fff!important}.rc-btn-ghost-dark:hover{background:#232a42}.rc-header{z-index:50;background:var(--rc-header-bg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--rc-slate-100);position:sticky;top:0}.rc-header-inner{justify-content:space-between;align-items:center;gap:24px;max-width:1200px;margin:0 auto;padding:16px 32px;display:flex}.rc-header-logo{width:auto;height:30px;display:block}.rc-hero{background:linear-gradient(#edf2ff 0%,#f0fdfc 60%,#fff 100%)}.rc-hero-grid{grid-template-columns:1fr 1.05fr;align-items:center;gap:56px;padding:64px 0 88px;display:grid}.rc-hero-badge{color:#212d9b;letter-spacing:.4px;text-transform:uppercase;background:linear-gradient(93deg,#e2eaff,#d8f8f5 55.57%,#fff4d9 111.13%);border-radius:100px;align-items:center;gap:8px;padding:8px 14px;font-family:Quicksand,sans-serif;font-size:13px;font-weight:700;display:inline-flex}.rc-hero h1{letter-spacing:-1px;color:var(--rc-slate-900);margin:20px 0 0;font-family:Quicksand,sans-serif;font-size:56px;font-weight:700;line-height:1.05}.rc-hero h1 span{color:var(--rc-blue)}.rc-hero-sub{color:var(--rc-slate-600);max-width:520px;margin:18px 0 28px;font-family:Inter,sans-serif;font-size:20px;font-weight:500;line-height:1.5}.rc-diff-card{border:1px solid var(--rc-blue-200);background:#fff;border-radius:16px;max-width:520px;padding:24px 26px;box-shadow:0 6px 10px #5880f11a,0 2px 4px #1335540a}.rc-diff-card-title{color:var(--rc-slate-900);margin:0 0 16px;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700}.rc-diff-list{flex-direction:column;gap:14px;display:flex}.rc-diff-item{align-items:flex-start;gap:12px;display:flex}.rc-diff-check{background:var(--rc-teal-bg);border-radius:50%;flex:none;justify-content:center;align-items:center;width:22px;height:22px;margin-top:1px;display:inline-flex}.rc-diff-item span:last-child{color:var(--rc-slate-700);font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1.4}.rc-diff-footer{border-top:1px solid var(--rc-slate-100);align-items:center;gap:12px;margin-top:20px;padding-top:18px;display:flex}.rc-diff-footer img{height:34px}.rc-diff-footer span{color:var(--rc-slate-500);font-family:Inter,sans-serif;font-size:13px;font-weight:500;line-height:1.35}.rc-diff-footer strong{color:var(--rc-slate-900);font-family:Quicksand,sans-serif;font-weight:700}.rc-form-card{background:#fff;border-radius:28px;padding:44px 40px;box-shadow:0 20px 50px #132a541f}.rc-form-card h2{color:var(--rc-slate-900);margin:0 0 28px;font-family:Quicksand,sans-serif;font-size:34px;font-weight:700;line-height:1.1}.rc-form-row{grid-template-columns:1fr 1fr;gap:18px 20px;min-width:0;display:grid}.rc-form-group{flex-direction:column;gap:8px;margin-bottom:18px;display:flex}.rc-form-group label{color:var(--rc-slate-900);font-family:Quicksand,sans-serif;font-size:15px;font-weight:700}.rc-form-group label .rc-req{color:var(--rc-error)}.rc-form-input{background:var(--rc-blue-50);width:100%;height:52px;color:var(--rc-slate-900);border:1px solid #e4e9f5;border-radius:14px;outline:none;min-width:0;padding:0 18px;font-family:Inter,sans-serif;font-size:16px;transition:border-color .15s ease-out}.rc-form-input::placeholder{color:var(--rc-slate-300)}.rc-form-input:focus{border-color:#5880f1}.rc-form-input--full{background:#fff;border-color:#c6d2ed;height:56px}.rc-form-select{background:var(--rc-blue-50);width:100%;height:52px;color:var(--rc-slate-900);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns=%22http://www.w3.org/2000/svg%22 width=%2218%22 height=%2218%22 viewBox=%220 0 24 24%22 fill=%22none%22 stroke=%22%23596380%22 stroke-width=%222.2%22 stroke-linecap=%22round%22 stroke-linejoin=%22round%22><polyline points=%226 9 12 15 18 9%22/></svg>");background-position:right 16px center;background-repeat:no-repeat;border:1px solid #e4e9f5;border-radius:14px;outline:none;min-width:0;padding:0 44px 0 18px;font-family:Inter,sans-serif;font-size:16px;transition:border-color .15s ease-out}.rc-form-select:focus{border-color:#5880f1}.rc-form-select--full{background-color:#fff;border-color:#c6d2ed;height:56px}.rc-form-submit-btn{background:var(--rc-blue-btn);color:#fff;cursor:pointer;border:none;border-radius:18px;width:100%;height:64px;margin-top:28px;font-family:Quicksand,sans-serif;font-size:19px;font-weight:700;transition:background .15s ease-out;box-shadow:0 8px 18px #4b5fe84d}.rc-form-submit-btn:hover{background:var(--rc-blue-hover)}.rc-form-submit-btn:disabled{opacity:.65;cursor:not-allowed}.rc-form-privacy{text-align:center;color:var(--rc-slate-300);margin:18px 0 0;font-family:Inter,sans-serif;font-size:14px;line-height:1.5}.rc-form-privacy a{color:var(--rc-slate-400);text-decoration:underline}.rc-field-error{color:#dc3545;margin-top:4px;font-size:13px;display:block}.rc-form-error{text-align:center;color:#dc3545;margin:0 0 8px;font-size:14px}.rc-form-success{text-align:center;flex-direction:column;align-items:center;gap:10px;padding:56px 8px;display:flex}.rc-form-success-icon{background:var(--rc-teal-bg);border-radius:9999px;justify-content:center;align-items:center;width:72px;height:72px;margin-bottom:10px;display:flex}.rc-form-success h2{color:var(--rc-slate-900);margin:0;font-family:Quicksand,sans-serif;font-size:28px;font-weight:700}.rc-form-success p{color:var(--rc-slate-600);max-width:340px;margin:0;font-size:16px;line-height:1.5}.rc-form-success button{color:var(--rc-blue);cursor:pointer;background:0 0;border:none;margin-top:14px;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700}.rc-tabs{background:#fff;padding:96px 32px}.rc-tabs-inner{text-align:center;max-width:1000px;margin:0 auto}.rc-tabs h2{color:var(--rc-slate-900);letter-spacing:-.5px;margin:0 0 20px;font-family:Quicksand,sans-serif;font-size:44px;font-weight:700;line-height:1.1}.rc-tabs>.rc-tabs-inner>p{color:var(--rc-slate-600);max-width:680px;margin:0 auto 36px;font-family:Inter,sans-serif;font-size:19px;font-weight:500;line-height:1.55}.rc-tags-wrap{flex-wrap:wrap;justify-content:center;gap:12px;max-width:820px;margin:0 auto 40px;display:flex}.rc-tag{color:#3055bf;background:var(--rc-blue-100);border:1px solid #d7e1ff;border-radius:100px;padding:10px 18px;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700}.rc-studio{background:linear-gradient(180deg, var(--rc-blue-50) 0%, #fff 100%);padding:96px 32px}.rc-studio-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1120px;margin:0 auto;display:grid}.rc-books-wrap{justify-content:center;align-items:center;min-height:340px;display:flex;position:relative}.rc-books-wrap img{filter:drop-shadow(0 20px 30px #132a5429)}.rc-book-left{width:230px;position:absolute;transform:translate(-90px)rotate(-8deg)}.rc-book-right{width:230px;position:absolute;transform:translate(90px)rotate(8deg)}.rc-book-cover{z-index:2;width:260px;position:relative;filter:drop-shadow(0 24px 40px #132a5438)!important}.rc-studio-eyebrow{color:var(--rc-blue);letter-spacing:.4px;font-family:Quicksand,sans-serif;font-size:14px;font-weight:700}.rc-studio h2{color:var(--rc-slate-900);letter-spacing:-.5px;margin:10px 0 18px;font-family:Quicksand,sans-serif;font-size:40px;font-weight:700;line-height:1.12}.rc-studio p{color:var(--rc-slate-600);margin:0 0 32px;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:1.55}.rc-stats{gap:40px;margin-bottom:36px;display:flex}.rc-stat-number{font-family:Quicksand,sans-serif;font-size:48px;font-weight:700;line-height:1}.rc-stat-number span{font-size:32px}.rc-stat-number--blue{color:var(--rc-blue)}.rc-stat-number--teal{color:var(--rc-teal)}.rc-stats p{max-width:210px;margin:8px 0 0;font-size:15px}.rc-btn-group{flex-wrap:wrap;gap:14px;display:flex}.rc-correction{background:#fff;padding:96px 32px}.rc-correction-grid{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1120px;margin:0 auto;display:grid}.rc-correction h2{color:var(--rc-slate-900);letter-spacing:-.5px;margin:0 0 18px;font-family:Quicksand,sans-serif;font-size:40px;font-weight:700;line-height:1.12}.rc-correction>.rc-correction-grid>div:first-child>p{color:var(--rc-slate-600);margin:0 0 32px;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:1.55}.rc-correction-img{background:var(--rc-blue-50);border:1px solid var(--rc-blue-200);border-radius:20px;padding:16px}.rc-correction-img img{border-radius:12px;width:100%}.rc-case{background:#0f151a;padding:96px 32px}.rc-case-inner{text-align:center;max-width:960px;margin:0 auto}.rc-case h2{color:#fff;letter-spacing:-.5px;margin:0 0 40px;font-family:Quicksand,sans-serif;font-size:42px;font-weight:700;line-height:1.12}.rc-case-card{text-align:left;background:#161c2e;border:1px solid #232a42;border-radius:24px;padding:44px 48px}.rc-case-logo{filter:brightness(0)invert();opacity:.92;height:40px;margin-bottom:24px}.rc-case-card>p{color:var(--rc-slate-150);margin:0 0 28px;font-family:Inter,sans-serif;font-size:18px;font-weight:500;line-height:1.6}.rc-case-quote{border-left:3px solid var(--rc-blue);margin-bottom:28px;padding-left:20px}.rc-case-quote p{color:#fff;margin:0 0 14px;font-family:Quicksand,sans-serif;font-size:22px;font-weight:700;line-height:1.4}.rc-case-author{align-items:center;gap:12px;display:flex}.rc-case-avatar{background:var(--rc-blue);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-family:Quicksand,sans-serif;font-size:15px;font-weight:700;display:inline-flex}.rc-case-author span:last-child{color:#adb6cc;font-family:Inter,sans-serif;font-size:15px;font-weight:500}.rc-cta{text-align:center;background:linear-gradient(120deg,#edf2ff 0%,#e2faf8 100%);padding:100px 32px}.rc-cta-inner{max-width:800px;margin:0 auto}.rc-cta h2{color:var(--rc-slate-900);letter-spacing:-.5px;margin:0 0 32px;font-family:Quicksand,sans-serif;font-size:46px;font-weight:700;line-height:1.1}.rc-cta .rc-btn-filled{border-radius:14px;padding:18px 40px;font-size:18px;box-shadow:0 10px 24px #4b5fe847}.rc-footer{border-top:1px solid var(--rc-slate-100);background:#fff;padding:64px 32px 40px}.rc-footer-inner{max-width:1120px;margin:0 auto}.rc-footer-top{text-align:center;flex-direction:column;align-items:center;gap:18px;margin-bottom:48px;display:flex}.rc-footer-top img{height:30px}.rc-footer-tagline{color:var(--rc-slate-500);max-width:320px;margin:0;font-family:Inter,sans-serif;font-size:15px;font-weight:500;line-height:1.5}.rc-footer-social{gap:16px;display:flex}.rc-footer-social img{height:22px}.rc-footer-bottom{border-top:1px solid var(--rc-slate-100);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.rc-footer-copy{color:var(--rc-slate-300);font-family:Inter,sans-serif;font-size:13px}.rc-footer-links{gap:20px;display:flex}.rc-footer-links a{color:var(--rc-slate-400);font-family:Inter,sans-serif;font-size:13px}.rc-school-wrap>div{width:100%}.rc-animate{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(24px)}.rc-animate.visible{opacity:1;transform:translateY(0)}@media (width<=900px){.rc-hero-grid{grid-template-columns:1fr;gap:32px;padding:48px 0 56px}.rc-studio-grid,.rc-correction-grid{grid-template-columns:1fr;gap:40px}.rc-books-wrap{min-height:280px}.rc-book-left{width:180px;transform:translate(-70px)rotate(-8deg)}.rc-book-right{width:180px;transform:translate(70px)rotate(8deg)}.rc-book-cover{width:200px}}@media (width<=640px){.rc-container{padding:0 20px}.rc-hero h1{font-size:36px}.rc-hero-sub{font-size:17px}.rc-form-card{padding:32px 24px}.rc-form-card h2{font-size:26px}.rc-form-row{grid-template-columns:1fr}.rc-tabs h2,.rc-studio h2,.rc-correction h2,.rc-case h2{font-size:28px}.rc-case-card{padding:28px 24px}.rc-case-quote p{font-size:18px}.rc-cta h2{font-size:28px}.rc-stats{flex-direction:column;gap:24px}.rc-stat-number{font-size:40px}.rc-books-wrap{min-height:220px}.rc-book-left{width:140px;transform:translate(-55px)rotate(-8deg)}.rc-book-right{width:140px;transform:translate(55px)rotate(8deg)}.rc-book-cover{width:160px}.rc-footer-bottom{text-align:center;flex-direction:column;align-items:center}}
