.header{position:fixed;top:0;left:0;right:0;z-index:50;height:56px;background:#fffffff2;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:box-shadow .3s ease}@media (min-width: 901px){.header{height:64px}}.header--scrolled{box-shadow:0 1px 4px #0000000f}.header__container{height:100%;display:flex;align-items:center;justify-content:space-between}.header__logo{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:600;color:var(--ink)}.header__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;background:var(--brand);color:#fff;border-radius:8px;font-size:13px;font-weight:700}@media (min-width: 901px){.header__logo-mark{width:32px;height:32px;font-size:14px}}.header__nav-list{display:flex;gap:4px}.header__nav-link{display:block;padding:8px 14px;font-size:14px;font-weight:500;color:var(--ink);border-radius:6px;transition:color .2s}.header__nav-link:hover{color:var(--brand)}.header__actions{display:flex;align-items:center;gap:12px}.header__cta{display:inline-flex;align-items:center;padding:8px 16px;background:var(--brand);color:#fff;border-radius:8px;font-size:14px;font-weight:500;transition:background .2s}.header__lang{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid var(--border);background:#fff;color:var(--ink);border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.header__lang:hover{border-color:var(--brand);color:var(--brand)}@media (max-width: 900px){.header__lang{padding:6px 10px;font-size:12px}}.header__cta:hover{background:var(--brand-hover)}.header__toggle{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;border-radius:8px;transition:background .2s}.header__toggle:active{background:#0000000d}.header__toggle span{display:block;height:2px;background:var(--ink);border-radius:2px;transition:transform .3s ease,opacity .2s ease;transform-origin:center}.header__toggle--open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.header__toggle--open span:nth-child(2){opacity:0}.header__toggle--open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.header__overlay{position:fixed;right:0;bottom:0;left:0;top:56px;background:#0006;z-index:40;animation:fadeIn .2s ease}@media (min-width: 901px){.header__overlay{display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (max-width: 900px){.header__nav{position:fixed;top:56px;left:0;right:0;background:#fff;padding:8px 0 24px;box-shadow:0 8px 24px #0000001f;transform:translateY(-120%);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;z-index:45;max-height:calc(100vh - 56px);overflow-y:auto}.header__nav--open{transform:translateY(0);opacity:1}.header__nav-list{flex-direction:column;gap:0;padding:8px 16px}.header__nav-list li{border-bottom:1px solid var(--border)}.header__nav-list li:last-child{border-bottom:none}.header__nav-link{padding:16px 12px;font-size:16px;font-weight:500;color:var(--ink);width:100%}.header__nav-link:hover{color:var(--brand);background:var(--brand-light)}.header__cta{display:none}.header__toggle{display:flex}}.hero{position:relative;min-height:420px;display:flex;align-items:center;overflow:hidden}@media (min-width: 640px){.hero{min-height:520px}}@media (min-width: 1024px){.hero{min-height:700px}}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0a506bb8;z-index:1}.hero__container{position:relative;z-index:2;width:100%;padding-top:56px;padding-bottom:48px}@media (min-width: 640px){.hero__container{padding-bottom:56px}}@media (min-width: 1024px){.hero__container{padding-top:64px;padding-bottom:64px}}.hero__content{max-width:100%;color:#fff;text-align:center}@media (min-width: 640px){.hero__content{max-width:680px;text-align:left}}@media (min-width: 1024px){.hero__content{max-width:760px}}.hero__title{font-size:26px;font-weight:700;line-height:1.25;letter-spacing:-.3px;margin-bottom:14px;color:#fff}@media (min-width: 640px){.hero__title{font-size:34px}}@media (min-width: 1024px){.hero__title{font-size:48px}}.hero__subtitle{font-size:15px;line-height:1.7;opacity:.92;margin-bottom:28px;max-width:100%;color:#ffffffe6}@media (min-width: 640px){.hero__subtitle{font-size:17px;max-width:560px}}@media (min-width: 1024px){.hero__subtitle{font-size:18px;max-width:640px}}.hero__actions{display:flex;flex-direction:column;gap:12px;width:100%;max-width:320px;margin:0 auto}@media (min-width: 640px){.hero__actions{flex-direction:row;max-width:none;margin:0;gap:14px}}.hero__btn{display:inline-flex;align-items:center;justify-content:center;width:100%;padding:14px 24px;border-radius:8px;font-size:15px;font-weight:500;transition:all .25s ease;cursor:pointer;border:2px solid transparent;line-height:1;min-height:48px}@media (min-width: 640px){.hero__btn{width:auto;padding:14px 28px;font-size:15px}}@media (min-width: 1024px){.hero__btn{padding:16px 36px;font-size:16px}}.hero__btn--accent{background:var(--accent);color:#fff;border-color:var(--accent)}.hero__btn--accent:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 28px #00000040}.hero__btn--outline{background:transparent;color:#fff;border-color:#fff6}.hero__btn--outline:hover{background:#ffffff1a;border-color:#fffc}.trust-header{text-align:center;margin-bottom:32px}@media (min-width: 640px){.trust-header{margin-bottom:40px}}.trust-title{font-size:24px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.2}@media (min-width: 640px){.trust-title{font-size:32px}}@media (min-width: 1024px){.trust-title{font-size:36px}}.trust-subtitle{font-size:15px;color:var(--ink-secondary)}@media (min-width: 640px){.trust-subtitle{font-size:16px}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}@media (min-width: 640px){.stats-grid{grid-template-columns:repeat(4,1fr);gap:24px;margin-bottom:40px}}@media (min-width: 1024px){.stats-grid{gap:32px;margin-bottom:48px}}.stat{text-align:center;padding:16px 8px;background:#fff;border-radius:12px;border:1px solid var(--border)}@media (min-width: 640px){.stat{background:none;border:none;padding:0}}.stat__value{font-size:28px;font-weight:700;color:var(--accent);margin-bottom:4px;line-height:1}@media (min-width: 640px){.stat__value{font-size:32px}}@media (min-width: 1024px){.stat__value{font-size:36px}}.stat__label{font-size:13px;color:var(--ink-secondary)}@media (min-width: 640px){.stat__label{font-size:14px}}.partners-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media (min-width: 640px){.partners-grid{grid-template-columns:repeat(4,1fr);gap:12px}}.partner{position:relative;display:flex;align-items:center;justify-content:center;height:64px;border-radius:10px;padding:0 12px;font-size:13px;font-weight:500;color:#fff;background-size:cover;background-position:center;transition:all .3s ease;overflow:hidden;cursor:pointer}@media (min-width: 640px){.partner{height:72px;font-size:14px;padding:0 16px}}.partner:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000a6,#0000004d,#00000026);border-radius:inherit;transition:background .3s ease}.partner:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0000002e}.partner:hover:before{background:linear-gradient(to top,#000000bf,#00000073,#00000040)}.partner__name{position:relative;z-index:1;text-align:center;text-shadow:0 1px 3px rgba(0,0,0,.6);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.strength__intro{text-align:center;margin-bottom:40px}.strength__subtitle{font-size:22px;font-weight:700;color:var(--ink);line-height:1.5;margin:0 0 14px;letter-spacing:.5px}@media (min-width: 640px){.strength__subtitle{font-size:26px}}@media (min-width: 1024px){.strength__subtitle{font-size:30px}}.strength__tagline{max-width:900px;margin:0 auto;text-align:center;font-size:18px;line-height:1.8;color:var(--brand);font-weight:500}@media (min-width: 640px){.strength__tagline{font-size:20px}}@media (min-width: 1024px){.strength__tagline{font-size:22px}}.strength-grid-a{display:grid;grid-template-columns:1fr;gap:20px}@media (min-width: 640px){.strength-grid-a{grid-template-columns:repeat(2,1fr);gap:24px}}.strength-card-a{position:relative;border-radius:var(--radius-lg);overflow:hidden;background:var(--surface);box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column}.strength-card-a:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.strength-card-a__bg{height:210px;background-size:cover;background-position:center;transition:transform .6s ease}@media (min-width: 640px){.strength-card-a__bg{height:240px}}@media (min-width: 1024px){.strength-card-a__bg{height:280px}}.strength-card-a:hover .strength-card-a__bg{transform:scale(1.06)}.strength-card-a__body{padding:24px;flex:1}@media (min-width: 640px){.strength-card-a__body{padding:28px}}.strength-card-a__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background:var(--brand-light);color:var(--brand);margin-bottom:16px}.strength-card-a__title{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}@media (min-width: 640px){.strength-card-a__title{font-size:22px}}.strength-card-a__desc{font-size:15px;line-height:1.7;color:var(--ink-secondary)}.strength-stack-b{display:grid;grid-template-columns:1fr;gap:28px}@media (min-width: 1024px){.strength-stack-b{grid-template-columns:1fr 1fr;gap:32px}}.strength-block-b{background:var(--surface);border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column}.strength-block-b:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.strength-block-b__media{height:220px;background-size:cover;background-position:center;transition:transform .5s ease}.strength-block-b:hover .strength-block-b__media{transform:scale(1.03)}@media (min-width: 640px){.strength-block-b__media{height:260px}}.strength-block-b__body{padding:24px;flex:1;display:flex;flex-direction:column}.strength-block-b__title{font-size:21px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}@media (min-width: 640px){.strength-block-b__title{font-size:24px}}.strength-block-b__lead{font-size:15px;line-height:1.7;color:var(--ink-secondary);margin-bottom:18px}.strength-block-b__chips{display:flex;flex-wrap:wrap;gap:10px;margin-top:auto}.chip{display:inline-block;padding:6px 14px;background:var(--brand-light);color:var(--brand);border-radius:var(--radius-full);font-size:13px;font-weight:500}.services-grid{display:grid;grid-template-columns:1fr;gap:20px;margin-bottom:32px}@media (min-width: 640px){.services-grid{grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:40px}}.service-card{background:#fff;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-sm);transition:all .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.service-card__bg{height:200px;background-size:cover;background-position:center;transition:transform .6s ease}@media (min-width: 640px){.service-card__bg{height:240px}}@media (min-width: 1024px){.service-card__bg{height:260px}}.service-card:hover .service-card__bg{transform:scale(1.06)}.service-card__body{padding:24px;flex:1}@media (min-width: 640px){.service-card__body{padding:28px}}.service-card__icon{display:inline-flex;align-items:center;justify-content:center;width:50px;height:50px;border-radius:12px;background:var(--brand-light);color:var(--brand);margin-bottom:16px}@media (min-width: 640px){.service-card__icon{width:52px;height:52px}}.service-card__title{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.3}@media (min-width: 640px){.service-card__title{font-size:22px}}.service-card__desc{font-size:15px;line-height:1.7;color:var(--ink-secondary)}.services-actions{display:flex;justify-content:center}.cases-grid{display:grid;grid-template-columns:1fr;gap:16px;margin-bottom:32px}@media (min-width: 640px){.cases-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:40px}}.case-card{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:16 / 10;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}@media (min-width: 640px){.case-card{aspect-ratio:3 / 2}}.case-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #0000002e}.case-card__bg{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.case-card:hover .case-card__bg{transform:scale(1.06)}.case-card__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#000000bf,#0006 40%,#0000 75%);display:flex;flex-direction:column;justify-content:flex-end;padding:16px;pointer-events:none}@media (min-width: 640px){.case-card__overlay{padding:20px}}.case-card__cat{margin-bottom:6px;background:#fff3;color:#fff;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);border-radius:9999px;width:fit-content}.case-card__title{font-size:18px;font-weight:600;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.5)}@media (min-width: 640px){.case-card__title{font-size:20px}}.cases-actions{display:flex;justify-content:center}.about-grid{display:grid;gap:28px;align-items:center}@media (min-width: 640px){.about-grid{gap:40px}}@media (min-width: 1024px){.about-grid{grid-template-columns:1fr 1fr;gap:64px}}.about__title{font-size:24px;font-weight:700;color:var(--ink);margin-bottom:14px;line-height:1.2}@media (min-width: 640px){.about__title{font-size:32px;margin-bottom:16px}}@media (min-width: 1024px){.about__title{font-size:36px}}.about__desc{font-size:15px;line-height:1.7;color:var(--ink-secondary);margin-bottom:24px}@media (min-width: 640px){.about__desc{font-size:16px;margin-bottom:28px}}.about-features{display:grid;gap:14px;margin-bottom:28px}@media (min-width: 640px){.about-features{gap:16px;margin-bottom:32px}}.about-feature{display:flex;align-items:flex-start;gap:10px}.about-feature__check{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;background:var(--brand-light);color:var(--brand);border-radius:50%;font-size:13px;font-weight:700;flex-shrink:0;margin-top:2px}@media (min-width: 640px){.about-feature__check{width:24px;height:24px;font-size:14px}}.about-feature__title{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:2px}@media (min-width: 640px){.about-feature__title{font-size:15px}}.about-feature__desc{font-size:14px;color:var(--ink-secondary)}.about__cta{display:inline-flex;width:100%;justify-content:center}@media (min-width: 640px){.about__cta{width:auto}}.about__media{overflow:hidden;border-radius:12px}@media (min-width: 640px){.about__media{border-radius:16px}}.about__img{width:100%;height:auto;display:block}.contact-container{max-width:100%}@media (min-width: 640px){.contact-container{max-width:896px}}.contact-header{text-align:center;margin-bottom:32px}@media (min-width: 640px){.contact-header{margin-bottom:40px}}.contact-title{font-size:24px;font-weight:700;color:#fff;margin-bottom:10px;line-height:1.2}@media (min-width: 640px){.contact-title{font-size:32px}}.contact-subtitle{font-size:15px;color:#ffffffb3}@media (min-width: 640px){.contact-subtitle{font-size:16px}}.contact-form{display:grid;gap:16px}@media (min-width: 640px){.contact-form{gap:20px}}.contact-form__row{display:grid;grid-template-columns:1fr;gap:16px}@media (min-width: 640px){.contact-form__row{grid-template-columns:1fr 1fr;gap:20px}}.contact-field{display:flex;flex-direction:column;gap:6px}.contact-field label{font-size:14px;font-weight:500;color:#fff}.contact-field input,.contact-field select,.contact-field textarea{padding:14px 16px;border-radius:10px;border:1px solid rgba(255,255,255,.25);background:#ffffff14;color:#fff;font-size:15px;transition:border-color .2s,background-color .2s;outline:none;min-height:48px}.contact-field textarea{min-height:100px;resize:vertical}@media (min-width: 640px){.contact-field input,.contact-field select{padding:12px 16px;min-height:auto}}.contact-field input::placeholder,.contact-field textarea::placeholder{color:#ffffff80}.contact-field input:focus,.contact-field select:focus,.contact-field textarea:focus{border-color:#ffffffb3;background:#ffffff1f}.contact-field select option{color:var(--ink)}.contact-field textarea{resize:vertical;min-height:100px}.contact-submit{justify-self:stretch;display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;background:var(--accent);color:#fff;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:all .25s ease;min-height:52px}@media (min-width: 640px){.contact-submit{justify-self:center;min-width:180px;padding:14px 32px;font-size:15px;min-height:auto}}.contact-submit:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 10px 24px #00000040}.contact-success{text-align:center;padding:32px 20px;background:#ffffff14;border-radius:12px;border:1px solid rgba(255,255,255,.2)}@media (min-width: 640px){.contact-success{padding:40px 24px}}.contact-success__icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:var(--accent);color:#fff;border-radius:50%;font-size:24px;font-weight:700;margin-bottom:16px}.contact-success h3{font-size:20px;font-weight:600;color:#fff;margin-bottom:8px}.contact-success p{color:#ffffffb3;font-size:15px}.footer{background:var(--footer-bg);color:#fff;padding:48px 0 0}@media (min-width: 640px){.footer{padding:56px 0 0}}@media (min-width: 1024px){.footer{padding:64px 0 0}}.footer__grid{display:grid;grid-template-columns:1fr;gap:32px;padding-bottom:32px}@media (min-width: 640px){.footer__grid{grid-template-columns:repeat(2,1fr);gap:32px;padding-bottom:40px}}@media (min-width: 1024px){.footer__grid{grid-template-columns:repeat(4,1fr);padding-bottom:48px}}.footer__logo{display:flex;align-items:center;gap:8px;margin-bottom:14px}@media (min-width: 640px){.footer__logo{margin-bottom:16px}}.footer__logo-mark{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;background:#ffffff1a;border-radius:8px;font-size:15px;font-weight:700}.footer__logo-text{font-size:16px;font-weight:600}.footer__brand-desc{font-size:14px;line-height:1.7;color:#ffffffb3;max-width:100%}@media (min-width: 1024px){.footer__brand-desc{max-width:320px}}.footer__heading{font-size:15px;font-weight:600;color:#fff;margin-bottom:14px}@media (min-width: 640px){.footer__heading{margin-bottom:16px}}.footer__list{display:grid;gap:10px}.footer__link,.footer__list-item{font-size:14px;color:#ffffffb3;transition:color .2s;padding:4px 0}.footer__link:hover{color:#fff}.footer__collaborate-desc{font-size:14px;line-height:1.7;color:#ffffffb3;margin-bottom:16px}.footer__cta{display:inline-flex;align-items:center;padding:12px 24px;background:var(--accent);color:#fff;border-radius:10px;font-size:15px;font-weight:500;transition:background .2s,transform .2s;min-height:44px}.footer__cta:hover{background:var(--accent-dark);transform:translateY(-1px)}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:20px 0;text-align:center}@media (min-width: 640px){.footer__bottom{padding:24px 0}}.footer__copy{font-size:13px;color:#ffffff80}:root{--brand: #0a506b;--brand-hover: #0c6384;--brand-dark: #083d52;--brand-light: #e7f4f9;--accent: #f48434;--accent-dark: #e07324;--surface: #ffffff;--surface-alt: #f6f7f9;--ink: #1d2530;--ink-secondary: #4b5563;--ink-muted: #6b7280;--border: #e5e7eb;--nav-bg: rgba(255, 255, 255, .95);--footer-bg: #0a506b;--radius: 12px;--radius-sm: 8px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow: 0 4px 12px rgba(0, 0, 0, .08);--shadow-lg: 0 12px 32px rgba(0, 0, 0, .12);--container: 1280px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Microsoft YaHei,Segoe UI,Roboto,sans-serif;background-color:var(--surface);color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:16px}a{text-decoration:none;color:inherit}ul{list-style:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;background:none;font-family:inherit}input,textarea,select{font-family:inherit;font-size:inherit}.container{max-width:var(--container);margin:0 auto;padding:0 16px}@media (min-width: 640px){.container{padding:0 24px}}@media (min-width: 1024px){.container{padding:0 32px}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 28px;border-radius:var(--radius-sm);font-size:15px;font-weight:500;transition:all .25s ease;cursor:pointer;border:2px solid transparent;line-height:1}.btn--accent{background:var(--accent);color:#fff;border-color:var(--accent)}.btn--accent:hover{background:var(--accent-dark);border-color:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 24px #f4843440}.btn--brand{background:var(--brand);color:#fff;border-color:var(--brand)}.btn--brand:hover{background:var(--brand-hover);border-color:var(--brand-hover);transform:translateY(-2px);box-shadow:0 8px 24px #0a506b40}.btn--white{background:#fff;color:var(--brand);border-color:#fff}.btn--white:hover{background:#f5f5f5;transform:translateY(-2px);box-shadow:0 8px 24px #00000026}.btn--outline-white{background:transparent;color:#fff;border-color:#fff6}.btn--outline-white:hover{background:#ffffff1a;border-color:#fff}.btn--outline-brand{background:transparent;color:var(--brand);border-color:var(--brand)}.btn--outline-brand:hover{background:var(--brand);color:#fff}.section{padding:48px 0}@media (min-width: 640px){.section{padding:64px 0}}@media (min-width: 1024px){.section{padding:80px 0}}.section--surface{background:var(--surface)}.section--surface-alt{background:var(--surface-alt)}.section--brand{background:var(--brand);color:#fff}.section-header{text-align:center;margin-bottom:32px}@media (min-width: 640px){.section-header{margin-bottom:40px}}@media (min-width: 1024px){.section-header{margin-bottom:48px}}.section-header__title{font-size:24px;font-weight:700;color:var(--ink);margin-bottom:10px;line-height:1.2}@media (min-width: 640px){.section-header__title{font-size:32px}}@media (min-width: 1024px){.section-header__title{font-size:36px}}.section-header__subtitle{font-size:15px;color:var(--ink-secondary)}@media (min-width: 640px){.section-header__subtitle{font-size:16px}}.section--brand .section-header__title{color:#fff}.section--brand .section-header__subtitle{color:#ffffffb3}.card{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:24px;transition:all .3s ease}.card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000014}.eyebrow{display:inline-block;padding:2px 10px;background:var(--brand-light);color:var(--brand);border-radius:var(--radius-full);font-size:12px;font-weight:500}.mobile-view .container{max-width:100%;padding:0 16px}.mobile-view .header{height:56px}.mobile-view .header__logo-mark{width:30px;height:30px;font-size:13px}.mobile-view .header__nav{position:fixed;top:56px;left:0;right:0;background:#fff;padding:8px 0 24px;box-shadow:0 8px 24px #0000001f;transform:translateY(-120%);opacity:0;transition:transform .35s cubic-bezier(.4,0,.2,1),opacity .25s ease;z-index:45;max-height:calc(100vh - 56px);overflow-y:auto}.mobile-view .header__nav--open{transform:translateY(0);opacity:1}.mobile-view .header__nav-list{flex-direction:column;gap:0;padding:8px 16px}.mobile-view .header__nav-list li{border-bottom:1px solid var(--border)}.mobile-view .header__nav-list li:last-child{border-bottom:none}.mobile-view .header__nav-link{padding:16px 12px;font-size:16px;font-weight:500;color:var(--ink);width:100%}.mobile-view .header__nav-link:hover{color:var(--brand);background:var(--brand-light)}.mobile-view .header__cta{display:none}.mobile-view .header__toggle{display:flex}.mobile-view .header__overlay{position:fixed;right:0;bottom:0;left:0;top:56px;background:#0006;z-index:40;animation:fadeIn .2s ease}.mobile-view .hero{min-height:420px}.mobile-view .hero__container{padding-top:56px;padding-bottom:48px}.mobile-view .hero__content{max-width:100%;text-align:center}.mobile-view .hero__title{font-size:26px;line-height:1.25;letter-spacing:-.3px;margin-bottom:14px}.mobile-view .hero__subtitle{font-size:15px;line-height:1.7;margin-bottom:28px;max-width:100%}.mobile-view .hero__actions{flex-direction:column;max-width:320px;margin:0 auto;gap:12px}.mobile-view .hero__btn{width:100%;padding:14px 24px;font-size:15px;min-height:48px}.mobile-view .section{padding:48px 0}.mobile-view .section-header{margin-bottom:32px}.mobile-view .section-header__title{font-size:24px;line-height:1.2}.mobile-view .section-header__subtitle{font-size:15px}.mobile-view .stats-grid{grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:32px}.mobile-view .stat{background:#fff;border-radius:12px;border:1px solid var(--border);padding:16px 8px}.mobile-view .stat__value{font-size:28px}.mobile-view .stat__label{font-size:13px}.mobile-view .trust-title{font-size:24px;margin-bottom:10px}.mobile-view .trust-subtitle{font-size:15px}.mobile-view .partners-grid{grid-template-columns:repeat(2,1fr);gap:10px}.mobile-view .partner{height:60px;font-size:13px;padding:0 10px;border-radius:8px}.mobile-view .partner:hover{transform:none;box-shadow:none}.mobile-view .partner:hover:before{background:linear-gradient(to top,#000000a6,#0000004d,#00000026)}.mobile-view .partner__name{font-size:12px}.mobile-view .strength__intro{margin-bottom:28px}.mobile-view .strength__subtitle{font-size:19px;line-height:1.5;margin-bottom:10px}.mobile-view .strength__tagline{font-size:15px;line-height:1.7;max-width:100%}.mobile-view .strength-card-a__bg{height:160px}.mobile-view .strength-card-a__body{padding:20px}.mobile-view .strength-card-a__icon{width:44px;height:44px;margin-bottom:12px}.mobile-view .strength-card-a__title{font-size:19px;margin-bottom:8px}.mobile-view .strength-card-a__desc{font-size:14px}.mobile-view .strength-block-b__media{height:180px}.mobile-view .strength-block-b__body{padding:20px}.mobile-view .strength-block-b__title{font-size:20px}.mobile-view .strength-block-b__lead{font-size:14px}.mobile-view .services-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.mobile-view .service-card{padding:0}.mobile-view .service-card__bg{height:160px}.mobile-view .service-card__body{padding:20px}.mobile-view .service-card__icon{width:46px;height:46px;margin-bottom:12px}.mobile-view .service-card__title{font-size:19px;margin-bottom:8px}.mobile-view .service-card__desc{font-size:14px}.mobile-view .cases-grid{grid-template-columns:1fr;gap:16px;margin-bottom:32px}.mobile-view .case-card{aspect-ratio:16 / 10}.mobile-view .case-card__overlay{padding:14px 16px}.mobile-view .case-card__cat{margin-bottom:4px}.mobile-view .case-card__title{font-size:16px}.mobile-view .about-grid{grid-template-columns:1fr;gap:28px}.mobile-view .about__title{font-size:24px;margin-bottom:14px}.mobile-view .about__desc{font-size:15px;margin-bottom:24px}.mobile-view .about-features{gap:14px;margin-bottom:28px}.mobile-view .about-feature__check{width:22px;height:22px;font-size:13px}.mobile-view .about__cta{width:100%}.mobile-view .about__media{border-radius:12px}.mobile-view .contact-container{max-width:100%}.mobile-view .contact-header{margin-bottom:32px}.mobile-view .contact-title{font-size:24px;margin-bottom:10px}.mobile-view .contact-subtitle{font-size:15px}.mobile-view .contact-form{gap:16px}.mobile-view .contact-form__row{grid-template-columns:1fr;gap:16px}.mobile-view .contact-field input,.mobile-view .contact-field select,.mobile-view .contact-field textarea{padding:14px 16px;font-size:15px;min-height:48px}.mobile-view .contact-field textarea{min-height:100px}.mobile-view .contact-submit{justify-self:stretch;min-height:52px;padding:16px 32px;font-size:16px}.mobile-view .footer{padding:48px 0 0}.mobile-view .footer__grid{grid-template-columns:1fr;gap:32px;padding-bottom:32px}.mobile-view .footer__logo,.mobile-view .footer__heading{margin-bottom:14px}.mobile-view .footer__bottom{padding:20px 0}.mobile-view .card:hover,.mobile-view .service-card:hover,.mobile-view .case-card:hover{transform:none;box-shadow:none}.mobile-view .case-card:hover .case-card__bg{transform:none}
