.nav{position:sticky;top:0;z-index:400;display:flex;align-items:center;height:64px;padding:0 3rem;gap:2rem;background:#fffffff5;border-bottom:1px solid #f3f4f6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.nav-logo{display:flex;flex-direction:column;gap:2px;text-decoration:none;flex-shrink:0}.nav-logo-c3{font-size:1.5rem;font-weight:900;letter-spacing:-.04em;color:#111;line-height:1}.nav-logo-sub{font-size:.42rem;letter-spacing:.18em;text-transform:uppercase;color:#111}.nav-links-desktop{display:flex;gap:2rem;list-style:none;align-items:center;flex:1;justify-content:center}.nav-links-desktop a{font-size:.85rem;color:#6b7280;font-weight:500;transition:color .15s;white-space:nowrap;text-decoration:none}.nav-links-desktop a:hover,.nav-links-desktop a.active{color:#111}.nav-cta-desktop{font-size:.82rem!important;padding:.52rem 1.3rem!important;flex-shrink:0}.nav-burger{display:none;flex-direction:column;gap:5px;width:40px;height:40px;align-items:center;justify-content:center;background:none;border:1.5px solid #e5e7eb;border-radius:10px;cursor:pointer;flex-shrink:0}.nav-burger span{display:block;width:18px;height:2px;background:#111;transition:all .22s;border-radius:2px}.nav-burger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.nav-burger.open span:nth-child(2){opacity:0}.nav-burger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:390}.nav-drawer{position:fixed;top:64px;left:0;right:0;bottom:0;background:#fff;z-index:395;padding:0 1.5rem 2rem;transform:translate(100%);transition:transform .25s ease;overflow-y:auto}.nav-drawer.open{transform:translate(0)}.nav-drawer ul{list-style:none;border-top:1px solid #f3f4f6}.nav-drawer ul li a{display:block;padding:1.2rem 0;font-size:1.1rem;font-weight:700;color:#111;border-bottom:1px solid #f3f4f6;text-decoration:none}.drawer-cta{margin-top:1.5rem!important;text-align:center;background:#111!important;color:#fff!important;border-radius:100px;padding:1rem 1.5rem!important;border-bottom:none!important;font-size:1rem!important}@media (max-width: 768px){.nav{padding:0 1.2rem;height:60px;gap:0;justify-content:space-between}.nav-links-desktop,.nav-cta-desktop{display:none!important}.nav-burger{display:flex!important}.nav-drawer{top:60px}}.footer{background:#111;color:#fff}.footer-top{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:4rem;padding:5rem 4rem}.f-c3{font-size:2rem;font-weight:900;letter-spacing:-.04em;line-height:1;margin-bottom:3px}.f-sub{font-size:.5rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffffd9;margin-bottom:1.1rem}.f-desc{font-size:.84rem;color:#fff6;line-height:1.65;max-width:260px;margin-bottom:1.4rem}.f-li-btn{font-size:.8rem;padding:.48rem 1.2rem;border-radius:100px;border:1.5px solid rgba(255,255,255,.22);color:#fff9;background:transparent;display:inline-block;transition:all .15s;text-decoration:none}.f-li-btn:hover{border-color:#ffffff8c;color:#fff}.f-col-t{font-size:.65rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#ffffff40;margin-bottom:.9rem}.f-col ul{list-style:none;display:flex;flex-direction:column;gap:.48rem}.f-col ul li a{font-size:.84rem;color:#ffffff73;transition:color .15s;text-decoration:none}.f-col ul li a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:1.4rem 4rem;border-top:1px solid rgba(255,255,255,.08);font-size:.72rem;color:#fff3;flex-wrap:wrap;gap:.5rem}@media (max-width: 768px){.footer-top{grid-template-columns:1fr;gap:2rem;padding:3rem 1.4rem}.footer-bottom{flex-direction:column;text-align:center;padding:1.2rem 1.4rem}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--font: "Outfit", sans-serif;--black: #111111;--white: #ffffff;--g50: #f9fafb;--g100: #f3f4f6;--g200: #e5e7eb;--g300: #d1d5db;--g400: #9ca3af;--g600: #6b7280;--g800: #374151}html{scroll-behavior:smooth}body{font-family:var(--font);color:var(--black);background:var(--white);overflow-x:hidden;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;font-family:var(--font)}input,textarea{font-family:var(--font)}.btn-dark{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;padding:.82rem 1.9rem;border-radius:100px;background:var(--black);color:var(--white);font-size:.88rem;font-weight:600;border:none;transition:background .15s;white-space:nowrap}.btn-dark:hover{background:#2d2d2d}.btn-outline{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.9rem;border-radius:100px;border:1.5px solid var(--g300);color:var(--black);font-size:.88rem;font-weight:500;background:transparent;transition:border-color .15s;white-space:nowrap}.btn-outline:hover{border-color:var(--black)}.btn-white{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.9rem;border-radius:100px;background:var(--white);color:var(--black);font-size:.88rem;font-weight:700;border:none;transition:background .15s;white-space:nowrap}.btn-white:hover{background:var(--g100)}.btn-outline-w{display:inline-flex;align-items:center;justify-content:center;padding:.82rem 1.9rem;border-radius:100px;border:1.5px solid rgba(255,255,255,.25);color:var(--white);font-size:.88rem;font-weight:500;background:transparent;transition:border-color .15s;white-space:nowrap}.btn-outline-w:hover{border-color:#fff9}.sec{padding:6rem 4rem;background:var(--white)}.sec-grey{padding:6rem 4rem;background:var(--g50)}.sec-dark{padding:6rem 4rem;background:var(--black);color:var(--white)}.sec-label{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:var(--g400);margin-bottom:.9rem}.sec-label-w{font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;font-weight:700;color:#ffffff59;margin-bottom:.9rem}.sh{font-size:clamp(2rem,3.8vw,3.2rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.2rem}.sh em{font-style:italic;font-weight:300;color:var(--g400)}.sh-w{color:var(--white)}.sh-w em{color:#ffffff59}.eyebrow{display:inline-flex;align-items:center;gap:.5rem;font-size:.68rem;letter-spacing:.14em;text-transform:uppercase;color:#006064;font-weight:600;margin-bottom:1.2rem;padding:.32rem .88rem;border:1px solid rgba(0,96,100,.2);border-radius:100px;background:#0060640f}.dot{width:6px;height:6px;border-radius:50%;background:#00bcd4;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.2}}.hero-h1{font-size:clamp(2.4rem,4.5vw,3.8rem);font-weight:900;line-height:1.05;letter-spacing:-.04em;margin-bottom:1.2rem;color:#004d40}.hero-h1 em{font-style:italic;font-weight:300;color:#26a69a}.hero-desc{font-size:1rem;color:#37474f;line-height:1.75;margin-bottom:2.2rem;max-width:520px}.hero-btns{display:flex;gap:.9rem;flex-wrap:wrap;margin-bottom:1.8rem}.hero-tags{display:flex;flex-wrap:wrap;gap:.45rem}.hero-tag{font-size:.68rem;color:#37474f;padding:.22rem .72rem;border:1px solid rgba(0,96,100,.15);border-radius:100px;background:#0060640a}@media (max-width: 768px){.canvas-hero-content{padding:3rem 1.4rem 2.5rem!important}}.pcard-grid{display:grid;gap:3px;border-radius:18px;overflow:hidden;margin-top:3rem}.pcard-grid-2{grid-template-columns:1fr 1fr}.pcard-grid-3{grid-template-columns:1fr 1fr 1fr}.pcard{position:relative;overflow:hidden;cursor:pointer}.pcard-tall{height:340px}.pcard-mid{height:260px}.pcard img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease;display:block}.pcard:hover img{transform:scale(1.06)}.pcard:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000c2,#0000001a 60%)}.pcard-body{position:absolute;bottom:0;left:0;right:0;z-index:2;padding:1.6rem}.pcard-badge{display:inline-block;font-size:.58rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .6rem;border-radius:100px;background:#ffffff1f;color:var(--white);border:1px solid rgba(255,255,255,.22);margin-bottom:.5rem}.pcard-badge-k{background:#00000080}.pcard-badge-p{background:#6d28d940;color:#e9d5ff;border-color:#a78bfa4d}.pcard-n{font-size:.62rem;font-weight:700;letter-spacing:.14em;color:#fff6;margin-bottom:.3rem}.pcard-h{font-size:1.05rem;font-weight:900;color:var(--white);line-height:1.2;margin-bottom:.35rem}.pcard-mid .pcard-h{font-size:.92rem}.pcard-p{font-size:.78rem;color:#ffffffb3;line-height:1.55}.stats-row{display:grid;border-top:1px solid var(--g100);margin-top:4rem}.stats-row-5{grid-template-columns:repeat(5,1fr)}.stat-item{padding:2.5rem 2rem;border-right:1px solid var(--g100)}.stat-item:last-child{border-right:none}.stat-val{font-size:2.5rem;font-weight:900;letter-spacing:-.04em;color:var(--black);line-height:1;margin-bottom:.4rem}.stat-lbl{font-size:.72rem;color:var(--g400);line-height:1.45;font-weight:500}.svc-list{display:flex;flex-direction:column;border-top:1px solid var(--g100);margin-top:3.5rem}.svc-item{display:grid;grid-template-columns:50px 1fr 1.1fr 100px;gap:2rem;align-items:start;padding:2.2rem 0;border-bottom:1px solid var(--g100)}.svc-n{font-size:.68rem;font-weight:700;color:var(--g300);padding-top:3px}.svc-h{font-size:1rem;font-weight:800;letter-spacing:-.02em;color:var(--black)}.svc-p{font-size:.82rem;color:var(--g400);line-height:1.65}.svc-badge{display:inline-block;font-size:.6rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:.22rem .65rem;border-radius:100px;background:var(--g100);color:var(--g600);white-space:nowrap;align-self:start}.svc-badge-dark{background:var(--black);color:var(--white)}.svc-badge-purple{background:#f5f3ff;color:#6d28d9}.guide-box{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center;padding:3rem;background:var(--g50);border-radius:18px;border:1px solid var(--g100);margin-top:4rem}.guide-h{font-size:1.3rem;font-weight:800;letter-spacing:-.02em;margin-bottom:.65rem}.guide-p{font-size:.88rem;color:var(--g600);line-height:1.7;margin-bottom:1.2rem;max-width:480px}.guide-tags{display:flex;gap:.4rem;flex-wrap:wrap;margin-bottom:1.8rem}.guide-tag{font-size:.66rem;font-weight:600;color:var(--g600);padding:.18rem .6rem;border:1px solid var(--g200);border-radius:100px}.disclaimer{display:flex;gap:.6rem;align-items:flex-start;padding:.82rem 1.1rem;border:1px solid var(--g200);border-radius:10px;background:var(--g50);font-size:.82rem;color:var(--g600);margin-bottom:2rem}.bc-steps{display:flex;flex-direction:column;max-width:680px;margin-top:3rem}.bc-step{display:flex;gap:1.8rem;padding:1.8rem 0;border-bottom:1px solid var(--g100)}.bc-step:last-child{border-bottom:none}.bc-step-n{font-size:1.2rem;font-weight:900;color:var(--g300);letter-spacing:-.03em;min-width:40px}.bc-step-t{font-size:.95rem;font-weight:800;letter-spacing:-.01em;margin-bottom:.3rem}.bc-step-d{font-size:.84rem;color:var(--g600);line-height:1.65}.res-filters{display:flex;gap:.5rem;margin-bottom:3rem}.res-btn{padding:.42rem 1.2rem;border-radius:100px;border:1.5px solid var(--g200);background:var(--white);color:var(--g600);font-size:.8rem;font-weight:600;transition:all .15s}.res-btn.active{background:var(--black);border-color:var(--black);color:var(--white)}.res-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--g100);border-radius:18px;overflow:hidden}.res-card{background:var(--white);overflow:hidden;cursor:pointer;transition:background .2s}.res-card:hover{background:var(--g50)}.res-card-img{width:100%;height:210px;object-fit:cover;display:block;background:var(--g100)}.res-card-body{padding:1.7rem}.res-tag{display:inline-flex;align-items:center;gap:.3rem;font-size:.6rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.2rem .6rem;border-radius:100px;margin-bottom:.7rem}.res-tag-article{background:var(--g100);color:var(--g600)}.res-tag-video{background:var(--black);color:var(--white)}.res-card-date{font-size:.68rem;color:var(--g400);margin-bottom:.35rem}.res-card-h{font-size:.97rem;font-weight:800;line-height:1.3;margin-bottom:.45rem;letter-spacing:-.01em}.res-card-p{font-size:.8rem;color:var(--g400);line-height:1.65;margin-bottom:.9rem}.res-card-cta{font-size:.76rem;font-weight:700}.about-grid{display:grid;grid-template-columns:auto 1fr;min-height:480px}.about-photo-wrap{position:relative;overflow:hidden;background:#e0f7fa;padding:3rem;display:flex;align-items:flex-start;justify-content:center}.about-photo-wrap canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.about-photo{position:relative;z-index:2;width:260px;height:auto;border-radius:14px;filter:grayscale(12%)}.about-content{padding:5rem;display:flex;flex-direction:column;justify-content:center}.about-h1{font-size:clamp(2.5rem,3.8vw,3.8rem);font-weight:900;letter-spacing:-.04em;line-height:1.05;margin-bottom:1.3rem}.about-h1 em{font-style:italic;font-weight:300;color:var(--g400)}.xp-list{display:flex;flex-direction:column;margin-top:2.5rem}.xp-item{display:flex;gap:2.2rem;padding:1.8rem 0;border-bottom:1px solid var(--g100)}.xp-item:last-child{border-bottom:none}.xp-year{font-size:.68rem;font-weight:700;color:var(--g300);min-width:78px;padding-top:3px;line-height:1.6}.xp-cur .xp-year{color:var(--black)}.xp-role{font-size:.95rem;font-weight:800;letter-spacing:-.01em;margin-bottom:.2rem}.xp-co{font-size:.78rem;font-weight:600;color:var(--g400);margin-bottom:.35rem}.xp-desc{font-size:.82rem;color:var(--g400);line-height:1.65}.cert-row{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:1.4rem}.cert{font-size:.7rem;font-weight:500;color:var(--g600);padding:.28rem .78rem;border:1px solid var(--g200);border-radius:100px}.ct-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:5.5rem;align-items:start}.ct-form{display:flex;flex-direction:column;gap:1.1rem}.cf-2col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.cf-field{display:flex;flex-direction:column;gap:.42rem}.cf-label{font-size:.68rem;letter-spacing:.08em;text-transform:uppercase;color:var(--g400);font-weight:700}.cf-input{padding:.82rem 1.1rem;background:var(--g50);border:1.5px solid var(--g200);border-radius:10px;color:var(--black);font-size:.88rem;outline:none;transition:border-color .15s;width:100%}.cf-input:focus{border-color:var(--black);background:var(--white)}.cf-input::placeholder{color:var(--g300)}.cf-textarea{min-height:135px;resize:none;line-height:1.65}.cf-submit{padding:.88rem 2rem;border-radius:100px;background:var(--black);color:var(--white);font-size:.88rem;font-weight:700;border:none;align-self:flex-start;transition:background .15s}.cf-submit:hover{background:#2d2d2d}.cf-submit:disabled{opacity:.6;cursor:not-allowed}.cf-msg{font-size:.8rem;padding:.6rem 1rem;border-radius:8px}.cf-err{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.cf-rate{color:#d97706;background:#fffbeb;border:1px solid #fde68a}.cf-ok{color:#16a34a;background:#f0fdf4;border:1px solid #bbf7d0}.li-card{padding:1.9rem;border:1.5px solid var(--g200);border-radius:14px;margin-bottom:1rem;transition:border-color .2s,background .2s}.li-card:hover{border-color:var(--black);background:var(--g50)}.li-card-lbl{font-size:.6rem;letter-spacing:.1em;text-transform:uppercase;color:var(--g400);font-weight:700;margin-bottom:.45rem}.li-card-t{font-size:.97rem;font-weight:800;letter-spacing:-.01em;margin-bottom:.3rem}.li-card-d{font-size:.8rem;color:var(--g400);line-height:1.6;margin-bottom:.8rem}.li-card-cta{font-size:.76rem;font-weight:700}.disc-box{padding:1.4rem;background:var(--g50);border-radius:12px;font-size:.82rem;color:var(--g600);line-height:1.7}.faq-list{display:flex;flex-direction:column;margin-top:2rem;border-top:1px solid var(--g100)}.faq-item{padding:1.4rem 0;border-bottom:1px solid var(--g100)}.faq-item:last-child{border-bottom:none}.faq-q{font-size:.92rem;font-weight:700;margin-bottom:.4rem;letter-spacing:-.01em}.faq-a{font-size:.83rem;color:var(--g400);line-height:1.75}.cta-wrap{max-width:620px;margin:0 auto;text-align:center}.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:2.2rem}.contact-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.guide-box-new{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.contact-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}@media (max-width: 1024px){.sec,.sec-grey,.sec-dark{padding:5rem 2.5rem}.svc-item{grid-template-columns:40px 1fr 100px}.svc-p{display:none}}@media (max-width: 768px){.sec,.sec-grey,.sec-dark{padding:3.5rem 1.4rem}.hero-h1{font-size:2rem}.sh{font-size:1.8rem}.hero-btns{flex-direction:column}.btn-dark,.btn-outline,.btn-white,.btn-outline-w{width:100%;justify-content:center}.cta-btns{flex-direction:column;align-items:stretch}.pcard-grid-2,.pcard-grid-3{grid-template-columns:1fr}.pcard-tall,.pcard-mid{height:240px}.stats-row-5{grid-template-columns:1fr 1fr}.stat-item{border-right:none;border-bottom:1px solid var(--g100)}.stat-item:last-child{border-bottom:none}.svc-list{margin-top:1.5rem;border-top:none}.svc-item{display:flex;flex-direction:column;gap:.5rem;padding:1.2rem;background:var(--g50);border-radius:12px;margin-bottom:.6rem;border-bottom:none}.about-grid{grid-template-columns:1fr}.about-photo-wrap{padding:2rem}.about-photo{width:180px}.about-content{padding:2rem 1.4rem}.res-grid{grid-template-columns:1fr}.ct-grid{grid-template-columns:1fr;gap:2.5rem}.cf-2col{grid-template-columns:1fr}.cf-submit{width:100%;justify-content:center}.guide-box{grid-template-columns:1fr;gap:1.5rem}.guide-box>div:last-child{text-align:left}.contact-cards-grid{grid-template-columns:1fr}.guide-box-new{grid-template-columns:1fr;gap:1.5rem}.guide-box-new>div:last-child{text-align:left}.contact-bottom-grid{grid-template-columns:1fr;gap:2rem}}
