:root{
  --navy:#052f55;
  --navy-2:#073f70;
  --blue:#0585f5;
  --blue-2:#118cff;
  --cyan:#28a8ff;
  --ink:#092b4e;
  --text:#173651;
  --muted:#5d7184;
  --ice:#edf8ff;
  --line:#d9e5ef;
  --white:#fff;
  --shell:1320px;
  --radius:5px;
  --shadow:0 8px 28px rgba(3,37,67,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--text);background:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
a{color:inherit;text-decoration:none}img{display:block;max-width:100%}svg{display:block;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.shell{width:min(var(--shell),calc(100% - 48px));margin:0 auto}.skip{position:fixed;left:16px;top:-70px;z-index:9999;background:#fff;color:#000;padding:10px 14px}.skip:focus{top:16px}.section{padding:46px 0}.eyebrow{margin:0 0 16px;color:var(--blue);font-size:11px;font-weight:800;letter-spacing:.34em}.eyebrow--light{color:#2fb4ff}
.utility{height:35px;background:#05355c;color:#fff;font-size:11px}.utility__inner{height:100%;display:flex;align-items:center;justify-content:space-between;gap:24px}.utility__item{display:flex;align-items:center;gap:8px;white-space:nowrap}.utility__item svg{width:15px;height:15px;color:#fff}.utility__address{min-width:0}.utility__address span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.utility__right{display:flex;align-items:center;gap:34px}.utility__right a:hover{color:#78c7ff}.utility__hours{opacity:.95}
.header{height:70px;background:#fff;border-bottom:1px solid #e8eef4;position:sticky;top:0;z-index:80}.header__inner{height:100%;display:grid;grid-template-columns:280px 1fr 220px;align-items:center;gap:24px}.brand{display:flex;align-items:center;gap:12px;width:max-content}.brand__mark{width:58px;height:58px;border:4px solid var(--blue);border-radius:50%;position:relative;flex:0 0 auto}.brand__mark::after{content:"";position:absolute;inset:6px;border:2px solid #8ad0ff;border-radius:50%;border-right-color:transparent}.brand__text{display:flex;flex-direction:column;line-height:1.02;color:#092c4f;font-size:14px;letter-spacing:-.02em}.brand__text strong:first-child{font-size:14px}.nav{display:flex;align-items:center;justify-content:center;gap:40px;height:100%;font-size:13px;font-weight:600}.nav a{height:100%;display:flex;align-items:center;position:relative;color:#16344f}.nav a::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;background:var(--blue);transform:scaleX(0);transition:transform .2s ease}.nav a:hover::after,.nav a.is-active::after{transform:scaleX(1)}.wa-button{height:42px;padding:0 17px;background:var(--blue);color:#fff;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:10px;font-size:12px;font-weight:800;transition:background .18s ease,transform .18s ease}.wa-button:hover{background:#006dce;transform:translateY(-1px)}.wa-button svg{width:17px;height:17px}.wa-button .arrow{margin-left:2px;font-size:18px}.header__wa{justify-self:end}.menu-button{display:none;border:0;background:transparent;padding:8px}.menu-button span{display:block;width:24px;height:2px;background:#0b2c4d;margin:5px 0}
.hero{height:370px;position:relative;overflow:hidden;background:#eef3f7}.hero__practice{position:absolute;inset:0 29% 0 0;background:url('./assets/pratica-rcp-real.webp') center 45%/cover no-repeat;filter:saturate(.92) contrast(.98)}.hero__shade{position:absolute;inset:0;background:linear-gradient(90deg,#06355f 0%,rgba(5,48,86,.98) 25%,rgba(5,48,86,.83) 40%,rgba(5,48,86,.20) 64%,rgba(5,48,86,0) 72%);z-index:1}.hero__right-panel{position:absolute;right:0;top:0;bottom:0;width:35%;background:linear-gradient(90deg,#e9eff4 0%,#f7f9fb 62%,#edf1f4 100%);z-index:0}.hero__inner{height:100%;position:relative;z-index:3}.hero__copy{position:absolute;left:0;top:48px;width:500px;color:#fff}.hero__copy h1{font-size:55px;line-height:.99;letter-spacing:-.045em;margin:0 0 20px;font-weight:800}.hero__copy h1 span{color:#0a8cff}.hero__lead{font-size:17px;line-height:1.45;max-width:505px;margin:0 0 28px;color:#fff}.hero__actions{display:flex;gap:16px}.button{min-height:49px;padding:0 20px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:12px;font-size:13px;font-weight:800;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.button svg{width:21px;height:21px}.button span:last-child{font-size:18px}.button--primary{background:var(--blue);color:#fff}.button--primary:hover{background:#006fda;transform:translateY(-1px)}.button--ghost{border:1px solid rgba(255,255,255,.86);color:#fff;background:rgba(4,37,66,.08)}.button--ghost:hover{background:#fff;color:#07375f}.hero__professor{position:absolute;right:245px;bottom:-120px;width:316px;height:510px;z-index:4;overflow:hidden}.hero__professor img{width:100%;height:100%;object-fit:cover;object-position:center 0}.hero__identity{position:absolute;right:2px;top:26px;width:235px;height:318px;color:#0a2b4a;z-index:3}.hero__ring{width:152px;height:152px;border:7px solid #0988f6;border-radius:50%;position:absolute;right:20px;top:-6px;border-right-color:transparent}.hero__ring::before{content:"";position:absolute;inset:15px;border:3px solid #61bbf7;border-radius:50%;border-bottom-color:transparent}.hero__identity>strong{position:absolute;right:0;top:66px;width:150px;font-size:23px;line-height:1.06;letter-spacing:-.035em}.hero__person{position:absolute;left:8px;bottom:8px}.hero__person span{font-size:12px;font-weight:700}.hero__person b{display:block;font-size:16px;line-height:1.08;margin-top:1px}.hero__person i{display:block;width:28px;height:2px;background:var(--blue);margin:12px 0}.hero__person p{margin:0;font-size:11.5px;line-height:1.45;color:#24445f}
.trust{height:76px;background:#05406e;color:#fff}.trust__grid{height:100%;display:grid;grid-template-columns:repeat(4,1fr)}.trust__item{display:flex;align-items:center;gap:18px;padding:0 34px;border-right:1px solid rgba(255,255,255,.16)}.trust__item:first-child{padding-left:0}.trust__item:last-child{border-right:0}.trust__item svg{width:33px;height:33px;color:#78caff;flex:0 0 auto;stroke-width:1.7}.trust__item p{margin:0;display:flex;flex-direction:column;gap:3px;min-width:0}.trust__item strong{font-size:12.5px}.trust__item span{font-size:10.5px;color:#dcecf7;line-height:1.2}
.about{background:#fff}.about__grid{display:grid;grid-template-columns:36% 64%;gap:58px;align-items:center}.about__copy h2,.courses__intro h2,.teacher__copy h2,.contact h2{font-size:36px;line-height:1.02;letter-spacing:-.04em;color:var(--ink);margin:0}.about__copy h2 span{color:var(--blue)}.about__copy>p:not(.eyebrow){font-size:14px;line-height:1.48;color:#294a66;margin:16px 0 20px;max-width:470px}.about__button{min-height:42px;padding:0 18px}.about__collage{display:grid;grid-template-columns:2fr 1fr;grid-template-rows:136px 136px;gap:10px}.about__collage figure{margin:0;overflow:hidden;background:#eaf0f5}.about__collage img{width:100%;height:100%;object-fit:cover}.about__main{grid-row:1/3}.about__main img{object-position:center 45%}.about__small--top img{object-position:center 52%}.about__small--bottom img{object-position:center 40%}
.courses{background:linear-gradient(90deg,#edf8ff 0%,#f5fbff 100%);border-top:1px solid #e4f0f7}.courses__grid{display:grid;grid-template-columns:34% 66%;gap:50px;align-items:start}.courses__intro>p:not(.eyebrow){font-size:13.5px;line-height:1.52;color:#466078;max-width:440px;margin:17px 0 20px}.course-list{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.course{background:#fff;border:1px solid #ddeaf3}.course__image{height:125px;overflow:hidden}.course__image img{width:100%;height:100%;object-fit:cover}.course:nth-child(1) .course__image img{object-position:center 55%}.course:nth-child(2) .course__image img{object-position:center 38%}.course:nth-child(3) .course__image img{object-position:center 45%}.course__body{padding:13px 14px 15px}.course__body h3{font-size:13px;line-height:1.15;color:#0b2d4f;margin:0 0 6px}.course__body p{font-size:11.5px;line-height:1.4;color:#4c657a;margin:0}
.teacher{background:#fff}.teacher__grid{display:grid;grid-template-columns:390px 1fr;gap:72px;align-items:center}.teacher__photo{height:430px;margin:0;overflow:hidden;background:#f3f6f8}.teacher__photo img{width:100%;height:100%;object-fit:cover;object-position:center 5%}.teacher__copy{max-width:690px}.teacher__lead{font-size:16px;line-height:1.6;color:#38556d;margin:20px 0}.teacher__facts{border-top:1px solid var(--line)}.teacher__facts p{margin:0;padding:14px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:220px 1fr;gap:24px}.teacher__facts strong{color:var(--ink);font-size:13px}.teacher__facts span{color:#5d7285;font-size:12.5px}
.contact{background:#063b67;color:#fff}.contact__grid{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:start}.contact h2{color:#fff;font-size:42px}.contact__grid>div:first-child>p:last-child{font-size:14px;line-height:1.6;color:#d7e7f4;max-width:520px}.contact__details{border-top:1px solid rgba(255,255,255,.2)}.contact__details a{display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-bottom:1px solid rgba(255,255,255,.2)}.contact__details span{font-size:11px;color:#a7d6f3;text-transform:uppercase;letter-spacing:.1em}.contact__details strong{font-size:14px;text-align:right}.footer{background:#042844;color:#b8ccdb;padding:24px 0}.footer__inner{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:30px}.brand--footer .brand__mark{width:38px;height:38px;border-width:3px}.brand--footer .brand__text{color:#fff;font-size:10px}.brand--footer .brand__text strong:first-child{font-size:10px}.footer p,.footer a{font-size:10px;margin:0}.footer a:hover{color:#fff}.mobile-wa{display:none}
.reveal{opacity:0;transform:translateY(15px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:none}.reveal-image{clip-path:inset(0 0 8% 0);transition:clip-path .65s cubic-bezier(.2,.7,.2,1)}.reveal-image.is-visible{clip-path:inset(0)}
@media(max-width:1180px){.shell{width:min(var(--shell),calc(100% - 36px))}.header__inner{grid-template-columns:240px 1fr 190px}.nav{gap:24px}.hero__professor{right:190px}.hero__identity{width:185px}.hero__identity>strong{font-size:20px;width:130px}.hero__ring{width:130px;height:130px}.trust__item{padding:0 18px}.about__grid{gap:40px}.courses__grid{gap:36px}}
@media(max-width:960px){.utility__address span{max-width:330px}.utility__hours{display:none}.header{height:66px}.header__inner{grid-template-columns:1fr auto}.brand__mark{width:48px;height:48px}.brand__text{font-size:12px}.brand__text strong:first-child{font-size:12px}.header__wa{display:none}.menu-button{display:block}.nav{position:fixed;top:101px;left:0;right:0;background:#fff;display:none;flex-direction:column;align-items:stretch;padding:16px 22px 22px;box-shadow:var(--shadow);height:auto;gap:0}.nav.is-open{display:flex}.nav a{padding:14px 0;height:auto;border-bottom:1px solid #e8eff5}.nav a::after{display:none}.hero{height:auto;min-height:640px;background:#eef3f7}.hero__practice{inset:0 0 245px 0;background-position:center 52%}.hero__shade{background:linear-gradient(90deg,rgba(5,48,86,.98) 0%,rgba(5,48,86,.86) 52%,rgba(5,48,86,.38) 100%);bottom:245px}.hero__right-panel{display:none}.hero__inner{min-height:640px}.hero__copy{top:48px;left:0;width:56%}.hero__copy h1{font-size:48px}.hero__lead{font-size:15px}.hero__professor{right:30px;bottom:0;width:220px;height:330px}.hero__identity{right:240px;bottom:24px;top:auto;height:190px;width:230px}.hero__ring{width:100px;height:100px;top:0;right:0}.hero__identity>strong{font-size:17px;top:40px;right:0;width:115px}.hero__person{bottom:0;left:0}.trust{height:auto}.trust__grid{grid-template-columns:1fr 1fr}.trust__item{padding:16px 12px;border-bottom:1px solid rgba(255,255,255,.14)}.trust__item:nth-child(2){border-right:0}.about__grid,.courses__grid,.teacher__grid,.contact__grid{grid-template-columns:1fr}.about__collage{order:-1}.about__copy{max-width:700px}.course-list{grid-template-columns:repeat(3,1fr)}.teacher__photo{width:min(430px,100%)}.footer__inner{grid-template-columns:1fr;gap:16px}}
@media(max-width:640px){body{padding-bottom:58px}.utility{display:none}.header{top:0}.header__inner{height:66px}.nav{top:66px}.shell{width:calc(100% - 28px)}.brand__mark{width:42px;height:42px;border-width:3px}.brand__text{font-size:10px}.brand__text strong:first-child{font-size:10px}.hero{min-height:720px}.hero__practice{inset:0 0 310px 0}.hero__shade{bottom:310px;background:linear-gradient(90deg,rgba(5,48,86,.98),rgba(5,48,86,.67))}.hero__copy{top:38px;width:100%}.hero__copy h1{font-size:44px}.hero__lead{max-width:370px;font-size:14px}.hero__actions{flex-direction:column;align-items:flex-start}.button{width:100%;max-width:330px}.hero__professor{right:0;bottom:-18px;width:215px;height:320px}.hero__identity{left:0;right:auto;bottom:18px;width:180px;height:230px}.hero__ring{width:88px;height:88px;left:0;right:auto}.hero__identity>strong{left:68px;right:auto;top:25px;font-size:16px;width:110px}.hero__person{left:0;bottom:0}.trust__grid{grid-template-columns:1fr}.trust__item{border-right:0;padding:14px 0}.trust__item:last-child{border-bottom:0}.section{padding:40px 0}.about__grid,.courses__grid{gap:30px}.about__copy h2,.courses__intro h2,.teacher__copy h2{font-size:32px}.about__collage{grid-template-columns:1.5fr 1fr;grid-template-rows:125px 125px;gap:6px}.course-list{grid-template-columns:1fr}.course{display:grid;grid-template-columns:135px 1fr}.course__image{height:100%}.teacher__grid{gap:30px}.teacher__facts p{grid-template-columns:1fr;gap:4px}.contact h2{font-size:34px}.contact__details a{flex-direction:column;gap:5px}.contact__details strong{text-align:left}.mobile-wa{position:fixed;z-index:100;left:14px;right:14px;bottom:12px;background:#15b85a;color:#fff;display:block;text-align:center;padding:13px 16px;border-radius:4px;font-size:13px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.18)}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.reveal,.reveal-image{opacity:1!important;transform:none!important;clip-path:none!important;transition:none!important}}
