:root{--bg:#f7f9fb;--panel:#ffffff;--panel-soft:#f1f7f9;--mist:#dceff3;--teal:#5d9faf;--teal-dark:#2c7585;--ink:#26333f;--muted:#667783;--line:#e4edf0;--shadow:0 18px 45px rgba(43,91,105,0.13)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Arial,Helvetica,sans-serif;letter-spacing:0;overflow-x:hidden}::selection{background:var(--teal);color:#fff}a{color:inherit;text-decoration:none}button{font:inherit}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:28px;min-height:86px;padding:0 32px;background:rgba(255,255,255,.92);border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);animation:header-drop .65s ease-out both}.brand{display:inline-flex;align-items:center;gap:10px;min-width:72px;color:var(--teal-dark);font-weight:800}.brand-mark{display:grid;place-items:center;width:46px;height:46px;border:3px solid #9dcbd5;border-right-color:transparent;border-radius:50%;transition:transform .45s ease,box-shadow .45s ease}.brand:hover .brand-mark{transform:rotate(12deg) scale(1.06);box-shadow:0 8px 24px rgba(44,117,133,.2)}.site-header nav a{position:relative;transition:color .25s ease}.site-header nav a:after{position:absolute;right:0;bottom:-9px;left:0;height:2px;background:var(--teal);content:"";transform:scaleX(0);transform-origin:right;transition:transform .3s ease}.site-header nav a:hover{color:var(--teal-dark)}.site-header nav a:hover:after{transform:scaleX(1);transform-origin:left}.brand-text{font-size:0}.brand-logo{width:150px;height:76px;object-fit:contain;transition:filter .35s ease,transform .35s ease}.brand:hover .brand-logo{filter:drop-shadow(0 7px 9px rgba(44,117,133,.2));transform:translateY(-2px) scale(1.02)}.footer-logo{width:190px;height:auto;margin:-30px 0 -24px -20px}.site-header nav{display:flex;flex:1 1;gap:32px;font-size:13px;font-weight:700;color:#3c4a55}.menu-toggle,.site-header nav{align-items:center;justify-content:center}.menu-toggle{display:none;width:44px;height:44px;padding:0;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--teal-dark);cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation}.mobile-header-links,.mobile-quote-item{display:none}.outline-button,.primary-button,.proposal-band a,.quote-button,.secondary-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border-radius:7px;font-size:13px;font-weight:800;white-space:nowrap;transition:transform .25s ease,box-shadow .25s ease,background .25s ease}.primary-button:hover,.proposal-band a:hover,.quote-button:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(93,159,175,.38)}.outline-button:hover,.secondary-button:hover{transform:translateY(-3px);background:var(--mist);box-shadow:0 10px 24px rgba(43,91,105,.12)}.primary-button,.proposal-band a,.quote-button{background:var(--teal);color:#fff;box-shadow:0 12px 24px rgba(93,159,175,.28)}.outline-button,.secondary-button{border:2px solid #a9d0da;color:var(--teal-dark);background:#fff}.hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(400px,.95fr);align-items:center;grid-gap:56px;gap:56px;max-width:1180px;margin:0 auto;padding:50px 32px 60px}.hero-copy{animation:hero-copy-in .85s cubic-bezier(.2,.7,.2,1) .12s both}.eyebrow{display:inline-flex;margin:0 0 22px;padding:8px 14px;border-radius:999px;background:var(--mist);color:var(--teal-dark);font-size:12px;font-weight:900;text-transform:uppercase}h1,h2,h3,p{margin-top:0}h1{max-width:560px;margin-bottom:24px;font-size:clamp(40px,4.1vw,54px);line-height:1.12;letter-spacing:0}h1 span{color:var(--teal-dark)}.desktop-heading-break{display:block}h1 .desktop-heading-line{color:inherit;white-space:nowrap}.hero-text{max-width:560px;margin-bottom:28px;color:var(--muted);font-size:15px;font-weight:600;line-height:1.55}.hero-actions{display:flex;flex-wrap:wrap;gap:18px}.hero-visual{position:relative;min-height:420px;overflow:hidden;border-radius:20px;box-shadow:var(--shadow);animation:hero-image-in .95s cubic-bezier(.2,.7,.2,1) .22s both}.hero-visual img{object-fit:cover;object-position:center;transition:transform 1.2s cubic-bezier(.2,.7,.2,1)}.hero-visual:hover img{transform:scale(1.045)}.session-card{position:absolute;left:34px;right:34px;bottom:36px;display:flex;align-items:center;gap:16px;min-height:78px;padding:18px 22px;border-radius:16px;background:rgba(255,255,255,.88);box-shadow:0 20px 36px rgba(34,64,72,.13);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:card-float 4s ease-in-out 1.2s infinite}.session-card span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:var(--mist);color:var(--teal-dark)}.session-card strong{display:block;color:var(--muted);font-size:11px;text-transform:uppercase}.session-card p{margin:3px 0 0;font-size:14px;font-weight:800}.stats{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;padding:58px 32px;background:#eaf5f8}.stats div{text-align:center}.stats strong{display:block;margin-bottom:10px;color:var(--teal-dark);font-size:28px}.stats span{font-size:13px;font-weight:700}.section{padding:84px 32px}.section-heading{max-width:780px;margin:0 auto 54px}.section-heading.centered{text-align:center}.section-heading.split{display:flex;align-items:flex-end;justify-content:space-between;max-width:1280px}.section-heading.compact{margin-bottom:26px}.section-heading h2{margin-bottom:14px;font-size:30px;line-height:1.15}.section-heading p{color:var(--muted);font-size:16px;font-weight:600;line-height:1.65}.service-grid,.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:30px;gap:30px;max-width:1280px;margin:0 auto}.service-card,.testimonial-card{min-height:295px;padding:32px;border:1px solid var(--line);border-radius:8px;background:var(--panel);box-shadow:0 10px 24px rgba(40,76,86,.05);transition:transform .35s ease,box-shadow .35s ease,border-color .35s ease}.service-card:hover,.testimonial-card:hover{border-color:#bddde4;transform:translateY(-8px);box-shadow:0 22px 42px rgba(40,76,86,.13)}.icon-box{display:grid;place-items:center;width:52px;height:52px;margin-bottom:28px;border-radius:8px;background:var(--mist);color:var(--teal-dark);transition:transform .4s ease,background .4s ease,color .4s ease}.service-card:hover .icon-box{background:var(--teal);color:#fff;transform:rotate(-6deg) scale(1.08)}.service-card a svg{transition:transform .25s ease}.service-card a:hover svg{transform:translateX(5px)}.service-card h3{margin-bottom:14px;font-size:16px}.service-card p,.testimonial-card p{color:var(--muted);font-size:14px;font-weight:600;line-height:1.62}.service-card a{display:inline-flex;align-items:center;gap:7px;margin-top:18px;color:var(--teal-dark);font-size:13px;font-weight:900}.proposal-band{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1280px;margin:62px auto 0;padding:28px 34px;border-radius:8px;background:#d2eef3}.proposal-band div{display:flex;align-items:center;gap:16px;font-size:15px}.proposal-band span{display:grid;place-items:center;width:42px;height:42px;border-radius:50%;background:#fff;color:var(--teal-dark)}.industries,.testimonials{background:#f1f3f5}.arrow-controls{display:flex;gap:12px}.arrow-controls button{display:grid;place-items:center;width:42px;height:42px;border:0;border-radius:50%;background:#fff;color:var(--teal-dark)}.industry-row{display:grid;grid-template-columns:repeat(5,minmax(170px,1fr));grid-gap:26px;gap:26px;max-width:1280px;margin:0 auto;overflow:hidden}.industry-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:28px;min-height:165px;border-radius:8px;background:#fff;color:var(--teal-dark);font-size:14px;transition:transform .35s ease,box-shadow .35s ease}.industry-card:hover{transform:translateY(-7px);box-shadow:0 18px 36px rgba(40,76,86,.11)}.industry-card svg{transition:transform .4s ease}.industry-card:hover svg{transform:scale(1.16) rotate(5deg)}.industry-card strong{color:var(--ink)}.languages{background:#fbfcfd}.language-cloud{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;max-width:900px;margin:0 auto}.language-cloud span{min-height:34px;padding:10px 18px;border-radius:5px;background:#d6eef3;color:#5f7d86;font-size:13px;font-weight:700;transition:transform .25s ease,background .25s ease,color .25s ease}.language-cloud span:hover{background:var(--teal);color:#fff;transform:translateY(-4px) rotate(-1deg)}.values{background:#f7f9fb}.value-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:36px;gap:36px;max-width:1160px;margin:0 auto}.value-grid article{text-align:center}.value-grid span{display:grid;place-items:center;width:70px;height:70px;margin:0 auto 22px;border-radius:50%;background:#fff;color:var(--teal-dark);box-shadow:0 10px 25px rgba(50,83,92,.06);transition:transform .4s ease,box-shadow .4s ease}.value-grid article:hover span{transform:translateY(-5px) rotate(8deg);box-shadow:0 16px 30px rgba(50,83,92,.14)}.value-grid h3{margin-bottom:8px;font-size:15px}.timeline p,.value-grid p{color:var(--muted);font-size:13px;font-weight:600;line-height:1.55}.process{background:#f5f7f9}.timeline{position:relative;display:grid;grid-template-columns:repeat(4,1fr);grid-gap:70px;gap:70px;max-width:1280px;margin:0 auto}.timeline:before{position:absolute;top:34px;left:0;right:0;height:1px;background:#d7e2e6;content:""}.timeline article{position:relative}.timeline span{display:grid;place-items:center;width:78px;height:78px;margin-bottom:26px;border-radius:7px;background:var(--teal);color:#fff;font-size:18px;font-weight:900;box-shadow:0 14px 24px rgba(93,159,175,.25)}.timeline h3{margin-bottom:10px;font-size:15px}.testimonial-card{min-height:265px}.testimonial-slider{position:relative;max-width:1280px;margin:0 auto}.testimonial-track{display:grid;grid-auto-columns:calc((100% - 60px) / 3);grid-auto-flow:column;grid-gap:30px;gap:30px;overflow-x:auto;padding:4px 2px 28px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.testimonial-track::-webkit-scrollbar{display:none}.testimonial-track .testimonial-card{scroll-snap-align:start}.testimonial-track.single-testimonial{grid-template-columns:calc((100% - 60px) / 3);grid-auto-columns:unset;grid-auto-flow:row;justify-content:center}.testimonial-controls{display:flex;justify-content:flex-end;gap:10px;margin:-40px 0 18px}.testimonial-controls button{display:grid;place-items:center;width:42px;height:42px;border:1px solid var(--line);border-radius:50%;background:#fff;color:var(--teal-dark);cursor:pointer;transition:transform .25s ease,background .25s ease,color .25s ease}.testimonial-controls button:hover{background:var(--teal);color:#fff;transform:translateY(-2px)}.stars{display:flex;gap:4px;margin-bottom:20px;color:var(--teal)}.person{display:flex;align-items:center;gap:13px;margin-top:24px}.person img{border-radius:50%;object-fit:cover}.person-initials{display:grid;flex:0 0 44px;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--mist);color:var(--teal-dark);font-size:13px;font-weight:900}.person span,.person strong{display:block}.person strong{font-size:14px}.person span{margin-top:4px;color:var(--muted);font-size:11px;font-weight:700}.faq{background:#fafbfc}.faq-list{max-width:740px;max-height:560px;margin:0 auto;overflow-y:auto;padding-right:8px;scrollbar-color:#9fcbd4 transparent;scrollbar-width:thin}.faq-list::-webkit-scrollbar{width:8px}.faq-list::-webkit-scrollbar-thumb{border-radius:999px;background:#9fcbd4}.faq-list::-webkit-scrollbar-track{background:transparent}.faq-list details{margin-bottom:16px;border:1px solid var(--line);border-radius:8px;background:#fff;transition:border-color .25s ease,box-shadow .25s ease}.faq-list details[open]{border-color:#b9dce4;box-shadow:0 12px 28px rgba(40,76,86,.08)}.faq-list summary svg{transition:transform .3s ease}.faq-list details[open] summary svg{transform:rotate(180deg)}.motion-ready .reveal-item{opacity:0;transform:translateY(28px);transition:opacity .7s var(--reveal-delay) ease,transform .7s var(--reveal-delay) cubic-bezier(.2,.7,.2,1)}.motion-ready .reveal-item.is-visible{opacity:1;transform:translateY(0)}.motion-ready .reveal-item.is-visible.industry-card:hover,.motion-ready .reveal-item.is-visible.service-card:hover,.motion-ready .reveal-item.is-visible.testimonial-card:hover{transform:translateY(-8px)}.motion-ready .language-cloud>.reveal-item.is-visible:hover{transform:translateY(-4px) rotate(-1deg)}@keyframes header-drop{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes hero-copy-in{0%{opacity:0;transform:translateX(-35px)}to{opacity:1;transform:translateX(0)}}@keyframes hero-image-in{0%{opacity:0;transform:translateX(35px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}@keyframes card-float{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}.faq-list summary{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:62px;padding:0 24px;cursor:pointer;font-size:14px;font-weight:900;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list p{margin:-6px 24px 24px;color:var(--muted);font-size:14px;line-height:1.7}.cta{padding:82px 32px;background:#d2eef3;text-align:center}.cta h2{font-size:30px}.cta p{margin-bottom:32px;color:var(--muted);font-weight:700}.quote-form{width:min(900px,100%);margin:0 auto;padding:38px;border:1px solid rgba(93,159,175,.3);border-radius:12px;background:#fff;box-shadow:0 18px 40px rgba(40,76,86,.1);text-align:left}.quote-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px 26px;gap:24px 26px;justify-content:stretch}.quote-form label{display:grid;grid-gap:8px;gap:8px;color:#344650;font-size:13px;font-weight:800}.quote-form .form-label{display:inline-flex;align-items:center;gap:4px;min-height:18px}.quote-form .form-label b{color:#b94747;font-size:14px}.quote-form-wide{grid-column:1/-1}.quote-form input,.quote-form select,.quote-form textarea{width:100%;min-height:50px;border:1px solid var(--line);border-radius:9px;background:#fbfdfe;padding:13px 15px;color:#263640;font:inherit;font-weight:600;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.quote-form textarea{min-height:135px;resize:vertical;line-height:1.5}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(93,159,175,.16)}.quote-form .primary-button{min-width:210px;margin-top:28px;border:0;cursor:pointer}.quote-form .primary-button:disabled{cursor:wait;opacity:.7}.quote-form .form-status{margin:16px 0 0;font-size:14px;font-weight:800}.quote-form .form-status.success{color:#247044}.quote-form .form-status.error{color:#a63838}.footer{background:#edf1f3}.footer-main{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;grid-gap:70px;gap:70px;max-width:1280px;margin:0 auto;padding:72px 32px}.footer p{max-width:260px;color:var(--muted);font-size:14px;font-weight:600;line-height:1.65}.footer h3{margin-bottom:22px;font-size:14px}.footer a{display:flex;align-items:center;gap:8px;margin-bottom:14px;color:#53646f;font-size:13px;font-weight:700}.socials{display:flex;gap:12px}.socials span{display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;color:var(--teal-dark);font-size:12px;font-weight:900}.footer .outline-button{margin-top:18px;max-width:270px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1280px;margin:0 auto;padding:24px 32px 34px;border-top:1px solid #dbe4e7;color:#53646f;font-size:12px;font-weight:700}.footer-bottom div{display:flex;gap:34px}.footer-bottom a:hover{color:var(--teal-dark);text-decoration:underline}.legal-page{min-height:100vh;background:#f7f9fb}.legal-header{display:flex;align-items:center;justify-content:space-between;min-height:78px;padding:0 32px;background:#fff;border-bottom:1px solid var(--line)}.legal-brand{color:var(--teal-dark);font-size:24px;font-weight:900}.legal-back{color:var(--teal-dark);font-size:14px;font-weight:800}.legal-content{max-width:820px;margin:0 auto;padding:72px 32px 90px}.legal-content h1{margin-bottom:18px;font-size:clamp(42px,6vw,64px)}.legal-intro{max-width:680px;margin-bottom:12px;color:var(--muted);font-size:18px;line-height:1.7}.legal-updated{margin-bottom:48px;color:var(--muted);font-size:13px;font-weight:700}.legal-content section{padding:28px 0;border-top:1px solid var(--line)}.legal-content section h2{margin-bottom:12px;font-size:23px}.legal-content section p{margin-bottom:0;color:var(--muted);line-height:1.75}.legal-note{margin-top:30px;padding:18px 20px;border-radius:10px;background:var(--mist);color:#526772;font-size:13px;line-height:1.6}@media (max-width:980px){.testimonial-track{grid-auto-columns:calc((100% - 30px) / 2)}.testimonial-track.single-testimonial{grid-template-columns:calc((100% - 30px) / 2)}.footer-main,.service-grid,.stats,.testimonial-grid,.timeline,.value-grid{grid-template-columns:1fr 1fr}.timeline{gap:34px;justify-items:center;max-width:760px}.timeline:before{display:none}.timeline article{display:flex;flex-direction:column;align-items:center;max-width:300px;text-align:center}.industry-row{grid-template-columns:repeat(2,1fr)}}@media (max-width:780px){.desktop-heading-break{display:none}h1 .desktop-heading-line{white-space:normal}body,html{width:100%;overflow-x:hidden}main{padding-top:76px}.site-header{position:fixed;top:0;left:0;right:0;width:100%;max-width:100vw;min-height:76px;flex-wrap:nowrap;padding:14px 20px;transform:translateZ(0)}.site-header nav{position:absolute;top:100%;left:0;right:0;display:none;flex-direction:column;align-items:stretch;gap:0;padding:8px 20px 18px;background:rgba(255,255,255,.98);border-bottom:1px solid var(--line);box-shadow:0 14px 24px rgba(43,91,105,.12);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.site-header nav.is-open{display:flex}.site-header nav a{display:flex;align-items:center;min-height:48px;border-bottom:1px solid var(--line);touch-action:manipulation}.site-header nav a:last-child{border-bottom:0}.site-header nav .mobile-primary-item{display:none}.site-header nav .mobile-quote-item{display:flex;margin-top:8px;justify-content:center;border:0;border-radius:7px;background:var(--teal);color:#fff}.mobile-header-links{display:flex;align-items:center;gap:16px;margin-left:auto;font-size:13px;font-weight:700;white-space:nowrap}.menu-toggle{display:inline-flex}.site-header>.quote-button{display:none}.hero{grid-template-columns:1fr;padding:46px 20px 58px}.hero-visual{min-height:430px}}@media (max-width:640px){.faq-list{max-height:480px}.testimonial-track{grid-auto-columns:100%}.testimonial-track.single-testimonial{grid-template-columns:100%}.testimonial-controls{margin-top:-30px}.quote-form{padding:26px 18px}.quote-form-grid{grid-template-columns:1fr}.quote-form-wide{grid-column:auto}.quote-form .primary-button{width:100%}.site-header{gap:14px}.quote-button{display:none}h1{max-width:100%;margin-bottom:20px;font-size:clamp(30px,8vw,34px);line-height:1.12;letter-spacing:-.5px;overflow-wrap:normal;word-break:normal}.hero-copy,.hero-copy p{min-width:0;max-width:100%}.hero-text{font-size:14px;line-height:1.55}.hero{gap:34px}.hero-visual{min-height:340px;border-width:8px;border-radius:22px}.session-card{left:14px;right:14px;bottom:14px}.footer-main,.service-grid,.stats,.testimonial-grid,.timeline,.value-grid{grid-template-columns:1fr}.timeline{max-width:420px}.timeline span{margin-left:auto;margin-right:auto}.cta,.section{padding:64px 20px}.footer-bottom,.proposal-band,.section-heading.split{align-items:flex-start;flex-direction:column}.proposal-band{padding:24px}.industry-row{grid-template-columns:1fr}.footer-bottom,.footer-main{padding-left:20px;padding-right:20px}.footer-bottom div{flex-wrap:wrap;gap:14px 22px}}@media (max-width:390px){.site-header{gap:10px;padding-left:14px;padding-right:14px}.brand-logo{width:100px;height:48px}.mobile-header-links{gap:10px;font-size:12px}}