:root{--background: #ffffff;--foreground: #111827;--card: #ffffff;--card-foreground: #111827;--popover: #ffffff;--popover-foreground: #111827;--primary: #0068ff;--primary-foreground: #ffffff;--secondary: #f2f5f9;--secondary-foreground: #0a1f36;--muted: #f5f8fb;--muted-foreground: #667085;--accent: #0068ff;--accent-foreground: #071522;--destructive: #d92d20;--destructive-foreground: #ffffff;--border: #dfe7ef;--input: #dfe7ef;--ring: #0068ff;--radius: .5rem;--brand-navy-950: #071522;--brand-navy-900: #0a1f36;--brand-navy-800: #103456;--brand-blue-700: #004fcc;--brand-blue-600: #0068ff;--brand-blue-500: #2a7dff;--brand-cyan-400: #0068ff;--brand-green-400: #0068ff;--brand-yellow-400: #0068ff;--brand-teal-500: #0068ff;--brand-violet-600: #0b35d9;--container: 1360px;--header-height: 76px;--section-y: clamp(72px, 8vw, 120px);--font-sans: "Noto Sans KR", "Malgun Gothic", system-ui, sans-serif;--text-xs: clamp(.75rem, .72rem + .15vw, .875rem);--text-sm: clamp(.875rem, .84rem + .18vw, 1rem);--text-base: clamp(1rem, .96rem + .2vw, 1.125rem);--text-lg: clamp(1.0625rem, 1rem + .35vw, 1.25rem);--text-xl: clamp(1.25rem, 1.12rem + .65vw, 1.625rem);--text-2xl: clamp(1.75rem, 1.36rem + 1.95vw, 3rem);--text-3xl: clamp(2.25rem, 1.56rem + 3.45vw, 4.5rem);--text-hero: clamp(2.15rem, 5.4vw, 5.25rem)}*{box-sizing:border-box}html{min-height:100%;overflow-x:clip;scroll-behavior:smooth;scroll-padding-top:var(--header-height)}body{margin:0;min-height:100%;overflow-x:clip;padding-top:var(--header-height);background:var(--background);color:var(--foreground);font-family:var(--font-sans);line-height:1.6;letter-spacing:0;-webkit-font-smoothing:antialiased}body.home-page{padding-top:0}html.is-mobile-menu-open,body.is-mobile-menu-open{overflow:hidden}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}@media(prefers-reduced-motion:reduce){.hero-label,.hero-description,.hero-actions,.hero-title-fixed,.hero-title-reveal,.hero-title-reveal span{animation:none}.hero-title-reveal{width:auto;white-space:normal}.mission-flip-track{animation:none}.product-hero-cover--animated h1,.product-hero-cover--animated p,.product-hero-cover--animated .product-hero-cover__logos{opacity:1;animation:none;transform:translate(-50%)}.product-hero-cover--animated p{color:#9ca3af}}a{color:inherit;cursor:pointer;text-decoration:none}button,[role=button],.ui-button,.global-nav a,.sub-menu a,.mobile-menu-toggle,.mobile-menu-close,.mobile-menu-list a,.footer-logo,.footer-column a,.site-footer nav a{cursor:pointer}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:3px solid color-mix(in srgb,var(--ring) 88%,transparent);outline-offset:3px}.skip-link{position:fixed;top:12px;left:12px;z-index:999;transform:translateY(-140%);border-radius:var(--radius);background:var(--brand-navy-950);color:var(--primary-foreground);padding:10px 16px;font-weight:700}.skip-link:focus{transform:translateY(0)}.ui-button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border:1px solid transparent;border-radius:var(--radius);padding:0 18px;font-size:15px;font-weight:800;line-height:1;white-space:nowrap;position:relative;overflow:hidden;transform:translate(var(--button-x, 0),var(--button-y, 0));transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .18s ease}.ui-button:after{content:"";position:absolute;inset:-1px;background:linear-gradient(110deg,transparent 0 35%,rgba(255,255,255,.32) 45%,transparent 56% 100%);transform:translate(-120%);transition:transform .52s ease;pointer-events:none}.ui-button:hover{transform:translate(var(--button-x, 0),calc(var(--button-y, 0) - 2px))}.ui-button:hover:after{transform:translate(120%)}.ui-button:active{transform:translateY(0)}.ui-button--default{background:var(--primary);color:var(--primary-foreground)}.ui-button--default:hover{background:var(--brand-blue-700)}.ui-button--secondary{background:var(--secondary);color:var(--secondary-foreground)}.ui-button--outline{border-color:color-mix(in srgb,var(--border) 70%,transparent);background:transparent;color:var(--foreground)}.ui-button--ghost{background:transparent;color:var(--foreground)}.ui-button--inverse{border-color:color-mix(in srgb,var(--primary-foreground) 24%,transparent);background:var(--primary-foreground);color:var(--brand-navy-900)}.ui-button--sm{min-height:38px;padding:0 14px;font-size:14px}.ui-button--lg{min-height:52px;padding:0 24px;font-size:16px}.ui-card{border:1px solid var(--border);border-radius:var(--radius);background:var(--card);color:var(--card-foreground);position:relative;overflow:hidden;transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(0);transition:border-color .18s ease,transform .24s ease,box-shadow .24s ease}.ui-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at var(--glow-x, 50%) var(--glow-y, 50%),rgba(0,104,255,.13),transparent 34%);opacity:0;transition:opacity .18s ease;pointer-events:none}.ui-card:hover{border-color:color-mix(in srgb,var(--primary) 38%,var(--border));transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-7px);box-shadow:0 26px 70px #0715221f}.ui-card:hover:before{opacity:1}.ui-card--muted{background:var(--muted)}.ui-card--dark{border-color:color-mix(in srgb,var(--primary-foreground) 12%,transparent);background:color-mix(in srgb,var(--brand-navy-900) 88%,black);color:var(--primary-foreground)}.ui-card--glass{border-color:color-mix(in srgb,var(--primary-foreground) 18%,transparent);background:linear-gradient(145deg,#ffffff2e,#ffffff0d);color:var(--primary-foreground);backdrop-filter:blur(16px)}.ui-badge{display:inline-flex;align-items:center;min-height:24px;border-radius:0;padding:0 0 0 10px;border-left:3px solid var(--primary);font-size:12px;font-weight:900;text-transform:uppercase}.ui-badge--default{background:transparent;color:var(--primary)}.ui-badge--secondary{background:var(--muted);color:var(--muted-foreground)}.ui-badge--outline{border:1px solid var(--border);color:var(--foreground)}.ui-badge--dark{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent)}.ui-section{padding:var(--section-y) 0;background:var(--background)}.ui-section--muted{background:var(--muted)}.ui-section--dark{background:var(--brand-navy-950);color:var(--primary-foreground)}.ui-section__inner{width:min(100%,var(--container));margin:0 auto;padding:0 24px}.ui-section--narrow .ui-section__inner{max-width:920px}.site-header{position:fixed;inset:0 0 auto;z-index:100;border-bottom:1px solid transparent;background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none;transition:background-color .18s ease,box-shadow .18s ease,border-color .18s ease}.site-header.is-scrolled{border-bottom-color:#1118271f;background:#fff;box-shadow:none}.site-header.is-transparent-zone{border-bottom-color:transparent;background:transparent;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none}.site-header.is-on-dark-section .brand,.site-header.is-on-dark-section .global-nav>ul>li>a,.site-header.is-on-dark-section .mobile-menu-toggle{color:#fff}.site-header.is-on-dark-section .mobile-menu-toggle span{background:#fff}.site-header.is-on-dark-section .brand-logo{filter:brightness(0) invert(1)}.nav-shell{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:min(100%,var(--container));height:var(--header-height);margin:0 auto;padding:0 24px}.brand{display:inline-flex;align-items:center;justify-self:start;color:var(--brand-navy-950)}.brand-logo{display:block;width:auto;height:32px;object-fit:contain}.global-nav>ul{display:flex;align-items:center;justify-content:center;gap:8px}.global-nav li{position:relative}.global-nav>ul>li>a{display:inline-flex;align-items:center;height:76px;padding:0 22px;color:var(--brand-navy-950);font-size:16px;font-weight:700}.global-nav>ul>li>a:hover,.global-nav>ul>li:focus-within>a{color:var(--primary)}.global-nav>ul>li.has-sub-menu>a:after{content:"";width:5px;height:5px;margin-left:9px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg) translateY(-2px);opacity:.8}.sub-menu{position:absolute;top:100%;left:50%;min-width:172px;transform:translate(-50%) translateY(8px);border:1px solid rgba(223,231,239,.9);border-radius:var(--radius);background:#fffffffa;box-shadow:0 18px 50px #05101d38;opacity:0;visibility:hidden;transition:opacity .18s ease,transform .18s ease,visibility .18s ease;overflow:hidden}.global-nav li:hover .sub-menu,.global-nav li:focus-within .sub-menu{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.sub-menu a{display:block;padding:13px 18px;color:var(--brand-navy-900);font-size:14px;font-weight:700}.sub-menu a:hover{background:transparent;color:var(--primary)}.mobile-menu-toggle,.mobile-menu,.mobile-menu-backdrop{display:none}.mobile-menu-toggle{align-items:center;justify-content:center;flex-direction:column;width:42px;height:42px;border:0;border-radius:0;background:transparent;gap:6px;padding:0}.mobile-menu-toggle span{width:24px;height:2px;border-radius:999px;background:var(--brand-navy-950);transition:transform .18s ease,opacity .18s ease}.mobile-menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(8px) rotate(45deg)}.mobile-menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.mobile-menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.mobile-menu-backdrop{position:fixed;inset:0;z-index:90;background:#07152233}.mobile-menu-backdrop:not([hidden]){display:block}.mobile-menu{position:fixed;inset:0;z-index:110;width:100%;min-height:100svh;border:0;border-radius:0;background:#fff;box-shadow:none;padding:26px clamp(24px,7vw,56px) 48px;overflow-y:auto}.mobile-menu:not([hidden]){display:block}.mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:clamp(42px,10vw,86px);color:var(--brand-navy-950);font-size:var(--text-sm);font-weight:900;letter-spacing:0;text-transform:none}.mobile-menu-close{position:relative;width:42px;height:42px;border:0;border-radius:0;background:transparent}.mobile-menu-close:before,.mobile-menu-close:after{content:"";position:absolute;top:50%;left:50%;width:16px;height:2px;border-radius:999px;background:var(--brand-navy-950)}.mobile-menu-close:before{transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu-close:after{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu-list{display:grid;gap:0;border-top:1px solid var(--border)}.mobile-menu-list>li{border:0;border-bottom:1px solid var(--border);border-radius:0;background:transparent;overflow:hidden}.mobile-menu-list>li>a{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:clamp(22px,5vw,34px) 8px clamp(22px,5vw,34px) 0;color:var(--brand-navy-950);font-size:clamp(2rem,5.2vw,3.25rem);line-height:1.12;font-weight:900}.mobile-menu-list>li.has-sub-menu>a:after{content:"";flex:0 0 auto;width:12px;height:12px;margin-right:2px;border-right:2px solid currentColor;border-bottom:2px solid currentColor;transform:rotate(-45deg)}.mobile-menu-list ul{display:grid;gap:6px;border-top:0;background:transparent;padding:0 0 clamp(22px,5vw,32px)}.mobile-menu-list ul a{display:block;border-radius:0;padding:6px 0;color:var(--brand-navy-800);font-size:var(--text-lg);font-weight:800}.mobile-menu-list ul a:hover{background:transparent;color:var(--primary)}.hero-section{position:relative;min-height:calc(100svh - var(--header-height));overflow:hidden;background:radial-gradient(circle at var(--hero-x, 72%) var(--hero-y, 28%),rgba(0,104,255,.14),transparent 23%),radial-gradient(circle at 78% 58%,rgba(255,255,255,.9),transparent 26%),linear-gradient(105deg,transparent 0 63%,rgba(0,104,255,.08) 63% 100%),radial-gradient(circle at 90% 16%,rgba(0,104,255,.18),transparent 28%),linear-gradient(180deg,#fff,#f4f8ff);color:var(--brand-navy-950)}body.home-page .hero-section,body.home-page .hero-inner{min-height:100svh}body.home-page .hero-section{position:sticky;top:0;z-index:0}body.home-page .mission-section{--mission-progress: 0;--mission-white: 100%;position:relative;z-index:1;display:block;min-height:320svh;padding:0;background:color-mix(in srgb,#ffffff var(--mission-white),#dbeaff);transition:background .12s linear}body.home-page .mission-section .ui-section__inner{display:grid;min-height:320svh;align-items:start}body.home-page .stats-section{position:relative;z-index:2;display:grid;min-height:100svh;margin-top:-100svh;align-items:center;background:#fff;box-shadow:0 -36px 90px #0715221a}body.home-page .stats-section .ui-section__inner{display:grid;min-height:calc(100svh - var(--header-height));align-items:center}body.home-page .values-section,body.home-page .making-check-section,body.home-page .cta-section,body.home-page .site-footer{position:relative;z-index:3}body.home-page .ui-section{scroll-margin-top:var(--header-height)}.hero-backdrop,.hero-backdrop span{position:absolute;pointer-events:none}.hero-backdrop{inset:0}.mesh{width:58vw;height:58vw;opacity:.42;filter:blur(10px);clip-path:polygon(16% 0,100% 18%,80% 100%,0 72%);animation:mesh-float 8s ease-in-out infinite alternate}.mesh-one{right:-20vw;top:-16vw;background:linear-gradient(135deg,#0068ff33,#0068ff0a)}.mesh-two{left:48vw;bottom:-34vw;background:linear-gradient(135deg,#0068ff14,#0715220f);animation-duration:10s;animation-direction:alternate-reverse}.circuit-line{height:1px;background:linear-gradient(90deg,transparent,rgba(30,111,217,.24),transparent);animation:line-scan 3.8s ease-in-out infinite}.line-one{top:32%;left:8%;width:54%;transform:rotate(-8deg)}.line-two{right:6%;bottom:28%;width:42%;transform:rotate(12deg)}.hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(340px,.72fr);align-items:center;gap:clamp(28px,5vw,82px);width:min(100%,var(--container));min-height:calc(100svh - var(--header-height));margin:0 auto;padding:72px 24px}.hero-copy{max-width:min(920px,calc(100vw - 48px))}.hero-label{margin:0 0 18px;color:var(--primary);font-size:var(--text-xs);font-weight:900;text-transform:uppercase}.eyebrow,.section-kicker{margin:0 0 16px;color:var(--primary);font-size:13px;font-weight:900;text-transform:uppercase}.hero-section .eyebrow{color:var(--accent)}.hero-copy h1{margin:0;font-size:var(--text-hero);line-height:1.08;font-weight:900}.hero-title-fixed{display:inline-block}.hero-title-reveal{display:block;max-width:min(100%,920px);vertical-align:bottom;white-space:normal;overflow-wrap:keep-all;word-break:keep-all}.hero-title-reveal span{display:inline-block}.hero-description{max-width:680px;margin:28px 0 0;color:var(--muted-foreground);font-size:var(--text-lg)}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:38px}.hero-actions .ui-button{animation:none}.hero-actions .ui-button:nth-child(2){animation-delay:0ms}.hero-mascot{position:relative;width:min(100%,720px);min-height:660px;justify-self:end}.hero-mascot:before{content:"";position:absolute;inset:86px 4% 88px;border-radius:48%;background:radial-gradient(circle at 50% 46%,rgba(255,255,255,.96),rgba(222,238,255,.42) 52%,transparent 72%);filter:blur(4px)}.hero-mascot-image{position:absolute;left:50%;top:50%;z-index:1;display:block;width:min(108%,700px);height:auto;max-height:680px;object-fit:contain;filter:none;transform:translate(-50%,-50%);animation:mascot-float 4.8s ease-in-out infinite}.mascot-shadow{display:none}@keyframes mascot-float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-16px)}}@keyframes mascot-shadow{0%,to{opacity:.8;transform:translate(-50%) scale(1)}50%{opacity:.48;transform:translate(-50%) scale(.86)}}@keyframes hero-title-fade{0%{opacity:0;filter:blur(34px);text-shadow:18px -14px 34px rgba(7,21,34,.22),-16px 12px 30px rgba(0,104,255,.18),0 0 46px rgba(7,21,34,.22);transform:scale(1.018)}to{opacity:1;filter:blur(0);text-shadow:none;transform:scale(1)}}@keyframes hero-kicker-in{0%{opacity:0;transform:translateY(-18px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes hero-support-in{0%{opacity:0;transform:translateY(22px) scale(1.01)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes mesh-float{0%{transform:translateZ(0) rotate(0)}to{transform:translate3d(-18px,24px,0) rotate(5deg)}}@keyframes line-scan{0%,to{opacity:.22;clip-path:inset(0 70% 0 0)}50%{opacity:.8;clip-path:inset(0 0 0 12%)}}.mission-copy{position:sticky;top:0;display:grid;min-height:100svh;align-items:center;max-width:100%;text-align:center}.mission-flip,.section-title{margin:0;color:var(--brand-navy-950);font-size:clamp(32px,4vw,54px);line-height:1.2;font-weight:900}.mission-flip{display:grid;justify-items:center;gap:.24em;font-size:clamp(2.35rem,7vw,6.5rem);line-height:1.08}.mission-flip-tail{display:inline-flex;align-items:center;justify-content:center;gap:.24em;white-space:nowrap}.mission-flip-window{display:inline-block;height:1.16em;overflow:hidden;vertical-align:bottom}.mission-flip-track{--mission-word-index: 0;display:block;transform:translateY(calc(var(--mission-word-index) * -1.24em));transition:transform .42s cubic-bezier(.22,1,.36,1);will-change:transform}.mission-flip-track>span{display:block;height:1.16em;margin-bottom:.08em}.mission-flip-track>span>span{display:inline-flex;align-items:center;justify-content:center;min-width:2.7em;height:1.08em;background:var(--primary);color:var(--primary-foreground);padding:0 .16em .08em}.mission-flip-track>span:nth-child(2)>span{background:var(--brand-navy-900)}.mission-flip-track>span:nth-child(3)>span{background:#5f6673}@keyframes mission-word-flip{0%,24%{transform:translateY(0)}32%,56%{transform:translateY(-1.24em)}64%,88%{transform:translateY(-2.48em)}96%,99.99%{transform:translateY(calc(-3 * 1.24em))}to{transform:translateY(0)}}.mission-copy p,.section-lead,.about-copy p,.stats-copy p,.check-copy p,.cta-inner p{margin:22px 0 0;color:var(--muted-foreground);font-size:18px}.stat-list>div:hover dd{color:var(--primary)}.service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:46px}.service-card{min-height:220px;padding:28px}.service-card h3,.question-card h3{margin:16px 0 10px;color:var(--brand-navy-950);font-size:22px}.service-card p,.question-card p{margin:0;color:var(--muted-foreground)}.about-grid,.stats-grid,.check-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:56px;align-items:center}.stats-grid{grid-template-columns:minmax(250px,.38fr) minmax(0,1fr);gap:clamp(28px,4vw,44px)}.about-visual{position:relative;min-height:420px;border-radius:var(--radius);background:var(--brand-navy-950);overflow:hidden}.about-visual:before{content:"";position:absolute;inset:16%;border:1px solid rgba(255,255,255,.18);border-radius:50%}.core-mark{position:absolute;inset:50% auto auto 50%;display:grid;place-items:center;width:116px;height:116px;transform:translate(-50%,-50%);border-radius:50%;background:var(--primary);color:var(--primary-foreground);font-size:38px;font-weight:900}.orbit-card{position:absolute;display:grid;gap:2px;min-width:128px;padding:18px;border:1px solid rgba(255,255,255,.18);border-radius:var(--radius);background:#ffffff1a;color:var(--primary-foreground);backdrop-filter:blur(12px)}.orbit-card strong{font-size:32px;line-height:1}.orbit-card span{color:#ffffffb8}.card-top{top:58px;right:58px}.card-bottom{bottom:58px;left:58px}.text-link{display:inline-flex;margin-top:26px;color:var(--primary);font-weight:900}.industries-section{text-align:center}.industries-section .section-title{max-width:780px;margin-inline:auto}.industry-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:36px}.industry-tags span{border:1px solid var(--border);border-radius:999px;background:var(--card);padding:12px 18px;color:var(--brand-navy-900);font-weight:800}.stats-section{background:var(--background);color:var(--foreground)}.stats-section .section-title,.stats-section .section-kicker{color:var(--brand-navy-950)}.stats-section .section-kicker{color:var(--primary)}.stats-copy p{max-width:320px;color:var(--muted-foreground)}.stat-list{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);margin:0;border-left:1px solid var(--border)}.stat-list>div{display:grid;align-content:center;min-height:238px;min-width:0;border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:48px clamp(30px,4vw,48px);background:var(--background);transition:background-color .18s ease}.stat-list>div:nth-last-child(-n+2){border-bottom:0}.stat-list>div:hover{background:#f8fbff}.stat-list>div:hover dt span{letter-spacing:.24em}.stat-list dt{display:grid;gap:6px;color:#7c8794;font-size:13px;font-weight:800}.stat-list dt span{color:var(--primary);font-size:11px;line-height:1;font-weight:950;letter-spacing:.18em;text-transform:uppercase}.stat-list dd{margin:30px 0 0;color:#050505;font-size:clamp(64px,6vw,86px);line-height:.95;font-weight:950;letter-spacing:-.03em}.values-section{background:#fff;padding-block:clamp(130px,15vw,220px)}.values-head{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:start;margin-bottom:clamp(72px,7vw,112px)}.values-head h2{margin:0;color:#202124;font-size:clamp(42px,4.8vw,62px);line-height:1.28;font-weight:950;letter-spacing:-.02em}.value-grid{display:grid;grid-template-columns:minmax(360px,.95fr) minmax(0,1fr) minmax(0,1fr);grid-auto-rows:minmax(340px,auto);gap:22px}.value-card{position:relative;display:flex;min-height:340px;flex-direction:column;justify-content:flex-end;border-radius:18px;padding:44px;overflow:hidden;transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));transition:transform .24s ease,filter .24s ease}.value-card:hover{transform:perspective(900px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg)) translateY(-8px);filter:saturate(1.04)}.value-card--large{grid-row:span 2;min-height:704px;background:#fff7df}.value-card--peach{background:#fff0e6}.value-card--green{background:#f1f8e8}.value-card--purple{background:#f3ecfb}.value-card--blue{background:#eef3fb}.value-illust{position:absolute;top:46px;right:48px;width:96px;height:96px;filter:drop-shadow(0 18px 18px rgba(7,21,34,.12));transition:transform .26s ease}.value-card--large .value-illust{top:64px;right:56px;width:170px;height:118px}.value-card:hover .value-illust{transform:translateY(-10px) rotate(-4deg) scale(1.06)}.value-illust:before,.value-illust:after{content:"";position:absolute;display:block}.value-illust--chat:before{left:4px;top:14px;width:92px;height:68px;border-radius:34px 34px 34px 20px;background:radial-gradient(circle at 35% 50%,#fff8d8 0 6px,transparent 7px),radial-gradient(circle at 53% 50%,#fff8d8 0 6px,transparent 7px),radial-gradient(circle at 71% 50%,#fff8d8 0 6px,transparent 7px),linear-gradient(145deg,#ffdb35,#ffc228 58%,#f5a914);box-shadow:inset -10px -12px 18px #cf78002e,inset 8px 8px 14px #ffffff57}.value-illust--chat:after{right:12px;top:28px;width:76px;height:52px;border-radius:28px 28px 18px;background:radial-gradient(circle at 40% 50%,#ffc81f 0 5px,transparent 6px),radial-gradient(circle at 58% 50%,#ffc81f 0 5px,transparent 6px),radial-gradient(circle at 76% 50%,#ffc81f 0 5px,transparent 6px),linear-gradient(145deg,#fff,#eef4ff);box-shadow:inset -8px -10px 16px #10345614}.value-illust--checkdoc:before{left:20px;top:12px;width:62px;height:76px;border-radius:16px;background:linear-gradient(135deg,transparent 0 14px,rgba(255,255,255,.8) 14px 24px,transparent 24px),linear-gradient(#fff 0 0) 18px 24px / 28px 5px no-repeat,linear-gradient(#fff 0 0) 18px 39px / 36px 5px no-repeat,linear-gradient(#fff 0 0) 18px 54px / 24px 5px no-repeat,linear-gradient(145deg,#ff9a5f,#ff6c3f 54%,#f04d2d);box-shadow:inset -8px -10px 18px #94380029,inset 7px 7px 12px #ffffff47;transform:rotate(7deg)}.value-illust--checkdoc:after{right:9px;bottom:14px;width:34px;height:34px;border-radius:999px;background:linear-gradient(135deg,transparent 44%,#ffffff 44% 56%,transparent 56%) 7px 16px / 18px 10px no-repeat,linear-gradient(45deg,transparent 43%,#ffffff 43% 57%,transparent 57%) 13px 13px / 16px 16px no-repeat,linear-gradient(145deg,#35d07f,#0ead69);box-shadow:0 8px 16px #0715221f}.value-illust--bell:before{left:20px;top:15px;width:58px;height:62px;border-radius:32px 32px 20px 20px;background:linear-gradient(145deg,#ffe457,#ffc51f 56%,#efa20f);box-shadow:inset -8px -10px 16px #b565002e,inset 8px 7px 12px #ffffff52;transform:rotate(-12deg)}.value-illust--bell:after{right:16px;top:13px;width:18px;height:18px;border-radius:999px;background:#ff4b55;box-shadow:0 0 0 3px #fff5cc,-34px 58px 0 -5px #d68900}.value-illust--rocket:before{left:31px;top:15px;width:38px;height:66px;border-radius:24px 24px 14px 14px;background:radial-gradient(circle at 50% 28%,#ffffff 0 8px,#89d8ff 9px 14px,transparent 15px),linear-gradient(145deg,#8fc7ff,#5d7dff 48%,#7257e8);box-shadow:inset -7px -9px 16px #2b2ba82e,inset 6px 7px 12px #ffffff47;transform:rotate(42deg)}.value-illust--rocket:after{left:10px;bottom:12px;width:70px;height:28px;background:radial-gradient(circle at 14% 48%,#8bd6ff 0 4px,transparent 5px),radial-gradient(circle at 38% 28%,#b5a3ff 0 3px,transparent 4px),radial-gradient(circle at 78% 64%,#76e2ff 0 4px,transparent 5px),linear-gradient(90deg,transparent 0 18%,rgba(0,104,255,.22) 18% 82%,transparent 82% 100%);filter:blur(.2px)}.value-illust--calendar:before{left:15px;top:18px;width:70px;height:60px;border-radius:14px;background:linear-gradient(#ff7f9c 0 16px,transparent 16px),radial-gradient(circle at 24px 30px,#6c63ff 0 4px,transparent 5px),radial-gradient(circle at 44px 30px,#6c63ff 0 4px,transparent 5px),radial-gradient(circle at 24px 46px,#2cc6f2 0 4px,transparent 5px),radial-gradient(circle at 44px 46px,#ffcf33 0 4px,transparent 5px),linear-gradient(145deg,#fff,#dfe9ff);box-shadow:inset -8px -10px 16px #1034561a,inset 6px 7px 10px #ffffff5c;transform:rotate(5deg)}.value-illust--calendar:after{right:10px;bottom:18px;width:34px;height:34px;border-radius:999px;background:linear-gradient(90deg,transparent 47%,#7f72ff 47% 53%,transparent 53%),linear-gradient(transparent 47%,#7f72ff 47% 53%,transparent 53%),#fff2bd;box-shadow:0 8px 18px #07152214}.value-card h3{margin:0 0 16px;color:#050505;font-size:clamp(24px,2vw,31px);line-height:1.24;font-weight:950}.value-card p{margin:0;max-width:370px;color:#101828;font-size:18px;line-height:1.68;font-weight:600}.check-grid{align-items:start}.making-check-section{overflow:hidden;padding-block:clamp(78px,9vw,132px);background:#fff}.making-check-section .ui-section__inner{width:100%;max-width:none;padding-left:max(24px,calc((100vw - var(--container)) / 2));padding-right:0}.making-check-layout{display:grid;grid-template-columns:minmax(320px,.34fr) minmax(720px,1fr);gap:clamp(56px,7vw,116px);align-items:start}.making-check-copy{position:sticky;top:112px}.making-check-copy h2{margin:0;color:#050505;font-size:clamp(68px,7vw,104px);line-height:.96;font-weight:950}.making-check-copy p{margin:36px 0 0;color:#343434;font-size:clamp(20px,2vw,27px);line-height:1.55;font-weight:500}.making-arrows{display:flex;gap:32px;margin-top:88px}.making-arrow{display:block;width:34px;height:34px;border:0;border-top:4px solid #b6b6b6;border-left:4px solid #b6b6b6;background:transparent;padding:0;transition:border-color .16s ease,transform .16s ease}.making-arrow:hover{border-color:var(--primary)}.making-arrow--prev{transform:rotate(-45deg)}.making-arrow--prev:hover{transform:rotate(-45deg) translate(-2px,-2px)}.making-arrow--next{transform:rotate(135deg)}.making-arrow--next:hover{transform:rotate(135deg) translate(-2px,-2px)}.making-card-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(390px,480px);gap:28px;overflow-x:auto;overscroll-behavior-x:contain;padding:0 max(24px,calc((100vw - var(--container)) / 2)) 30px 0;scroll-snap-type:x mandatory;scroll-behavior:smooth;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch;cursor:grab;user-select:none}.making-card-row.is-moving .making-card{transform:perspective(900px) scale(.985) rotateY(-1.5deg)}.making-card-row.is-dragging{cursor:grabbing;scroll-snap-type:none}.making-card-row::-webkit-scrollbar{height:10px}.making-card-row::-webkit-scrollbar-track{background:#eee}.making-card-row::-webkit-scrollbar-thumb{background:#111}.making-card{position:relative;min-height:560px;border-radius:16px;padding:76px 52px 50px;color:#fff;scroll-snap-align:start;overflow:hidden}.making-card--teal{background:var(--primary)}.making-card--blue{background:var(--brand-navy-900)}.making-card--gray{background:#5f6673}.making-card--purple{background:#6046d8}.making-icon{position:absolute;top:58px;right:34px;color:#0000001f;font-size:118px;line-height:1;font-weight:950}.making-card strong{position:relative;z-index:1;display:block;max-width:320px;margin-top:128px;font-size:32px;line-height:1.24;font-weight:950}.making-card p{position:relative;z-index:1;margin:24px 0 0;color:#ffffffeb;font-size:17px;line-height:1.75;font-weight:700}.question-list{display:grid;gap:14px}.question-card{padding:24px}.cta-section{position:relative;overflow:hidden;background:radial-gradient(circle at 80% 42%,rgba(0,104,255,.26),transparent 28%),linear-gradient(135deg,var(--brand-navy-950) 0%,#081b2d 100%);color:var(--primary-foreground)}.cta-section:before{content:"";position:absolute;inset:auto -8% -36% 48%;height:72%;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.12),transparent 66%);pointer-events:none}.cta-inner{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,.58fr);align-items:center;gap:clamp(36px,7vw,92px);max-width:none}.cta-copy{max-width:780px}.cta-copy .section-title,.cta-copy .section-kicker{color:var(--primary-foreground)}.cta-copy .section-kicker{color:var(--accent)}.cta-copy p{color:#ffffffc2}.cta-copy .ui-button--outline{border-color:#ffffffb8;color:#fff}.cta-copy .ui-button--outline:hover{border-color:var(--brand-blue-500);background:var(--brand-blue-600);color:#fff;box-shadow:0 18px 42px #0068ff57}.cta-mascot{position:relative;min-height:420px}.cta-mascot:before{content:"";position:absolute;left:50%;bottom:24px;width:78%;height:30px;border-radius:50%;background:radial-gradient(ellipse at center,rgba(0,0,0,.28),transparent 70%);transform:translate(-50%);filter:blur(2px)}.cta-mascot img{position:absolute;left:50%;top:50%;display:block;width:min(105%,460px);height:auto;max-height:430px;object-fit:contain;filter:drop-shadow(0 34px 42px rgba(0,0,0,.2));transform:translate(-50%,-50%);animation:mascot-float 5.2s ease-in-out infinite}.company-hero,.mascot-split{position:relative;overflow:hidden;background:#fff}.mascot-split__inner{position:relative;display:grid;grid-template-columns:minmax(280px,.62fr) minmax(0,1fr);align-items:center;gap:clamp(44px,6vw,96px);width:min(100% - 48px,var(--container));margin:0 auto;padding-block:clamp(52px,5.6vw,88px)}.mascot-split--image-right .mascot-split__inner{grid-template-columns:minmax(0,1fr) minmax(280px,.58fr)}.mascot-split--image-right .mascot-split__visual{order:2}.mascot-split__copy{max-width:780px}.mascot-split__copy h1,.mascot-split__copy h2{margin:0;color:var(--brand-navy-950);font-size:clamp(2.25rem,3.8vw,4.5rem);line-height:1.12;font-weight:950}.mascot-split__copy h2{font-size:clamp(2rem,3.2vw,4rem)}.mascot-split__copy p{max-width:720px;margin:24px 0 0;color:var(--muted-foreground);font-size:clamp(.95rem,.98vw,1.12rem);line-height:1.85;font-weight:650}.mascot-split__visual{position:relative;display:grid;place-items:center;aspect-ratio:1;min-height:340px}.mascot-split__visual img{position:relative;z-index:1;display:block;width:min(90%,390px);height:auto;object-fit:contain;filter:none}.history-closing .mascot-split__inner{padding-block:clamp(36px,5vw,72px) clamp(72px,8vw,128px)}.company-section-head{max-width:980px;margin:0 auto;text-align:center}.company-location-info{background:#fff}.company-location-info .ui-section__inner{padding-top:clamp(24px,4vw,56px);padding-bottom:clamp(64px,7vw,112px)}.company-location-info h2{margin:0 0 28px;color:var(--brand-navy-950);font-size:clamp(1.7rem,2.6vw,3rem);line-height:1.12;font-weight:950}.company-location-info dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1px;margin:0;overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--border)}.company-location-info dl>div{min-width:0;padding:28px;background:#fff}.company-location-info dt{color:var(--primary);font-size:.82rem;font-weight:900;letter-spacing:.04em}.company-location-info dd{margin:10px 0 0;color:var(--brand-navy-950);font-size:clamp(1rem,1.2vw,1.2rem);font-weight:850;line-height:1.5}.company-location-info a{color:inherit;text-decoration:none;cursor:pointer}.company-location-map{margin-top:clamp(18px,2.4vw,32px);overflow:hidden;border:1px solid var(--border);border-radius:var(--radius);background:var(--muted);aspect-ratio:16 / 7}.company-location-map iframe{display:block;width:100%;height:100%;border:0}.company-principle-section .section-title{font-size:clamp(1.8rem,3vw,3.2rem);line-height:1.12;white-space:nowrap}.company-principle-section{overflow:visible;background:#fff;min-height:460svh;padding:0}.company-principle-section .ui-section__inner{position:sticky;top:calc(var(--header-height) + 24px);display:grid;min-height:calc(100svh - var(--header-height) - 48px);align-content:center}.company-principle-stack{display:grid;gap:12px;width:min(100%,1040px);margin:36px auto 0}.company-principle-stack article{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:center;height:72px;overflow:hidden;border-radius:20px;background:#f1f3f5;padding:18px clamp(26px,4vw,52px);transition:height .42s cubic-bezier(.22,1,.36,1),background-color .24s ease,padding .24s ease}.company-principle-stack article.is-active{grid-template-columns:minmax(0,1fr) 240px;gap:clamp(24px,5vw,80px);height:clamp(240px,31vh,330px);padding-block:clamp(28px,4vh,42px)}.company-principle-card--yellow.is-active{background:#fff5d8}.company-principle-card--peach.is-active{background:#ffe9dd}.company-principle-card--green.is-active{background:#eef7e9}.company-principle-card--blue.is-active{background:#eaf1fb}.company-principle-stack h3{margin:0;color:var(--brand-navy-950);font-size:clamp(1.05rem,1.35vw,1.35rem);line-height:1.25;font-weight:950;transition:font-size .24s ease}.company-principle-stack article.is-active h3{font-size:clamp(1.45rem,2vw,2rem)}.company-principle-stack p{display:none;max-width:520px;margin:18px 0 0;color:#111827;font-size:clamp(.95rem,1vw,1.05rem);line-height:1.75;font-weight:750;opacity:0;transform:translateY(10px);transition:opacity .24s ease,transform .3s ease}.company-principle-stack article.is-active p{display:block;opacity:1;transform:translateY(0)}.company-principle-stack img{display:none;justify-self:center;width:min(100%,190px);height:auto;opacity:0;transform:translateY(18px) scale(.9);transition:opacity .3s ease,transform .42s cubic-bezier(.22,1,.36,1)}.company-principle-stack article.is-active img{display:block;opacity:1;transform:translateY(0) scale(1)}.advanced-shell{position:relative;z-index:10;background:#fff}section.advanced{position:relative;margin:0 80px;overflow:visible;border-radius:60px;background:radial-gradient(circle at 52% 88%,rgba(91,53,255,.96),transparent 38%),radial-gradient(circle at 24% 82%,rgba(0,104,255,.72),transparent 34%),linear-gradient(180deg,#030611,#080b16 44%,#101025);background-attachment:fixed;padding:230px 40px;text-align:center}section.advanced.active{margin-right:0!important;margin-left:0!important;border-radius:0!important}.advanced.flex-center{display:flex;flex-direction:column;align-items:center}.advanced .gradient-text{background:linear-gradient(90deg,#5ea0ff,#7458ff 48%,#ff8c5a);-webkit-background-clip:text;background-clip:text;color:transparent}.advanced .sub{margin:0 0 10px;font-size:clamp(.85rem,.92vw,1.05rem);font-weight:800;line-height:1.4;letter-spacing:0}.advanced .medium{margin:0;color:#fff;font-size:clamp(1.85rem,3.1vw,3.65rem);font-weight:500;line-height:1.16;letter-spacing:0;text-align:center}.advanced .screen-mobile{display:none}.advanced .card-wrapper{position:relative;z-index:2;display:flex;width:100%;flex-direction:column;gap:32px;margin-top:140px}.advanced .card{position:sticky;top:var(--advanced-card-top, 194px);z-index:var(--advanced-card-z, 20);display:flex;width:100%;max-width:1360px;height:480px;margin:0 auto;align-items:flex-start;justify-content:space-between;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:24px;background:linear-gradient(180deg,#00000080,#0000),linear-gradient(0deg,#181818cc 0% 100%),#ffffff0a;backdrop-filter:blur(30px);color:#fff;padding:0 60px 0 80px;text-align:left;transform-origin:center top;will-change:transform}.advanced .card .text-wrapper{position:relative;z-index:1;padding:80px 0}.advanced .card .text-wrapper .badge{display:inline-block;margin-bottom:20px;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#ffffff1a;padding:4px 8px;color:#fff;font-size:14px;font-weight:600;line-height:22px;letter-spacing:.2px}.advanced .card .text-wrapper h4{margin:0 0 20px;color:#fff;font-size:clamp(2rem,3.1vw,3.8rem);font-weight:900;line-height:1.12;letter-spacing:0;text-align:left}.advanced .card .text-wrapper .desc{margin:0;color:#ffffffb8;font-size:16px;font-weight:500;line-height:1.5;text-align:left}.advanced .card img{position:relative;z-index:1;width:min(50vw,680px);height:100%;object-fit:contain}.company-flow-cards span{color:var(--primary);font-size:13px;font-weight:950;letter-spacing:.08em;text-transform:uppercase}.company-flow-section{min-height:280svh;overflow:visible;padding:0}.company-flow-section .ui-section__inner{position:sticky;top:calc(var(--header-height) + 24px);display:grid;min-height:calc(100svh - var(--header-height) - 48px);align-content:center;overflow:hidden}.company-flow-head{max-width:760px}.company-flow-cards{display:grid;grid-auto-columns:minmax(360px,34vw);grid-auto-flow:column;gap:18px;overflow-x:hidden;margin:54px 0 0;padding:0 0 28px;list-style:none;scroll-padding-left:0;scroll-snap-type:none;-webkit-overflow-scrolling:touch}.company-flow-cards::-webkit-scrollbar{height:8px}.company-flow-cards::-webkit-scrollbar-track{background:#edf1f5}.company-flow-cards::-webkit-scrollbar-thumb{border-radius:999px;background:#111827}.company-flow-cards li{display:grid;min-height:390px;align-content:end;border-radius:20px;background:#f1f3f5;padding:38px;scroll-snap-align:start}.company-flow-cards li:nth-child(1){background:#fff5d8}.company-flow-cards li:nth-child(2){background:#ffe9dd}.company-flow-cards li:nth-child(3){background:#eef7e9}.company-flow-cards li:nth-child(4){background:#eaf1fb}.company-flow-cards strong{display:block;margin-top:112px;color:var(--brand-navy-950);font-size:clamp(1.4rem,2.2vw,2.6rem);line-height:1.15;font-weight:950}.company-flow-cards p{margin:18px 0 0;color:#111827;font-size:16px;line-height:1.75;font-weight:700}.history-hero{overflow:hidden;background:#fff}.history-section{background:#fff}.history-section .ui-section__inner{padding-bottom:clamp(16px,2vw,32px)}.history-title-sticky,.history-walker-wrap{position:sticky;top:calc(var(--header-height) + 72px);pointer-events:none}.history-title-sticky{align-self:start;padding-top:24px}.history-title-sticky .section-title{margin:0;font-size:clamp(2.2rem,3.6vw,4.7rem);line-height:.95;text-align:left}.history-walker-wrap{display:grid;justify-items:center;align-self:start}.history-walker{position:relative;top:auto;width:132px;height:156px;margin-top:0}.history-walker__sprite{--history-frame-size: 124px;--history-frame-x: 0;--history-frame-y: 0;--history-bg-x: 0%;--history-bg-y: 0%;--history-walk-y: 0px;position:absolute;left:50%;bottom:16px;display:block;width:var(--history-frame-size);height:var(--history-frame-size);border-radius:24px;background-image:url(/images/history_mascot_walk.png);background-repeat:no-repeat;background-size:300% 300%;background-position:var(--history-bg-x) var(--history-bg-y);filter:none;transform:translate(-50%,var(--history-walk-y));transition:transform .12s linear}.history-list{--history-axis-col: 38px;--history-dot-size: 28px;--history-line-width: 2px;--history-line-progress: 0px;--history-line-top: 0px;--history-line-height: 0px;--history-item-sticky-top: calc(var(--header-height) + 96px);position:relative;display:grid;margin:0;padding:0;list-style:none}.history-list:before,.history-list:after{content:"";position:absolute;top:var(--history-line-top);left:calc(var(--history-axis-col) / 2);width:var(--history-line-width);height:var(--history-line-height);border-radius:999px;transform:translate(-50%)}.history-list:before{z-index:0;background:var(--border)}.history-list:after{z-index:1;height:var(--history-line-progress);background:var(--primary)}.history-timeline{display:grid;grid-template-columns:minmax(170px,.28fr) 132px minmax(0,1fr);gap:clamp(6px,1vw,14px);align-items:start;max-width:none;margin-left:0}.history-list>li{position:relative;z-index:2;display:grid;grid-template-columns:var(--history-axis-col) 120px 1fr;gap:32px;padding:32px 0 38px}.history-marker{position:sticky;top:var(--history-item-sticky-top);display:block;grid-column:1;align-self:start;width:var(--history-axis-col);height:1em;color:var(--brand-navy-950);font-size:clamp(1.4rem,2vw,2.25rem);line-height:1}.history-marker:before{content:"";position:absolute;top:50%;left:50%;z-index:2;width:var(--history-dot-size);height:var(--history-dot-size);border:5px solid #ffffff;border-radius:50%;background:#cfd7e3;box-shadow:0 0 0 1px var(--border);transform:translate(-50%,-50%);transition:background-color .16s ease,box-shadow .16s ease,transform .16s ease}.history-list>li.is-active .history-marker:before,.history-list>li.is-past .history-marker:before{background:var(--primary);box-shadow:0 0 0 1px #0068ff38}.history-list>li.is-active .history-marker:before{transform:translate(-50%,-50%) scale(1.12)}.history-list time{position:sticky;top:var(--history-item-sticky-top);align-self:start;color:var(--brand-navy-950);font-size:clamp(1.4rem,2vw,2.25rem);line-height:1;font-weight:950}.history-list h3{margin:0;color:var(--brand-navy-950);font-size:clamp(1.25rem,1.65vw,1.8rem);line-height:1.25;font-weight:950}.history-list ul{display:grid;gap:8px;margin:12px 0 0;padding:0;list-style:none}.history-list ul li{display:block;padding:0;color:var(--muted-foreground);font-size:16px;line-height:1.75;font-weight:650}.history-list ul li:before{content:none}.contact-page{background:#fff}.contact-hero{position:relative;overflow:visible;background:#fff}.contact-hero__inner{display:grid;grid-template-columns:minmax(220px,.34fr) minmax(0,.66fr);align-items:center;gap:clamp(28px,3.2vw,56px);width:min(100%,var(--container));min-height:calc(100svh - var(--header-height));margin:0 auto;padding:clamp(48px,5vw,84px) 24px clamp(64px,7vw,104px)}.contact-hero__head{grid-column:1 / -1;width:100%;margin:0 0 clamp(8px,1.8vw,20px)}.contact-hero__visual{position:sticky;top:calc(var(--header-height) + 32px);display:grid;align-self:start;min-height:480px;align-items:start;justify-items:center;overflow:hidden;padding-right:0}.contact-hero__visual img{display:block;width:100%;max-width:430px;height:auto;object-fit:contain}.contact-panel{position:relative;background:#fff;padding:0}.contact-panel__head{margin-bottom:clamp(24px,3vw,36px)}.contact-panel__head span{display:inline-flex;margin-bottom:12px;color:var(--primary);font-size:13px;font-weight:950;letter-spacing:.08em}.contact-panel__head h1{margin:0;color:var(--brand-navy-950);font-size:clamp(1.9rem,2.35vw,2.8rem);line-height:1.18;font-weight:800;white-space:nowrap}.contact-panel__head p{max-width:620px;margin:18px 0 0;color:var(--muted-foreground);font-size:clamp(.95rem,1vw,1.08rem);line-height:1.75;font-weight:600}.contact-form{display:grid;gap:22px}.contact-form__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.contact-form label{display:grid;gap:8px}.contact-form label>span,.privacy-agreement strong{color:var(--brand-navy-950);font-size:14px;font-weight:850}.contact-form em,.privacy-agreement em{color:var(--destructive);font-style:normal}.contact-form input,.contact-form textarea{width:100%;border:1px solid #dfe7ef;border-radius:10px;background:#fff;color:var(--brand-navy-950);font:inherit;font-size:16px;font-weight:600;transition:background-color .16s ease,border-color .16s ease,box-shadow .16s ease}.contact-form input,.contact-select__trigger{height:58px;padding:0 18px}.contact-form textarea{min-height:180px;resize:vertical;padding:16px 18px;line-height:1.65}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#9aa6b2}.contact-form input:focus,.contact-form textarea:focus{border-color:#0068ff73;background:#fff;box-shadow:none;outline:0}.contact-select{position:relative}.contact-select__trigger{display:flex;width:100%;align-items:center;justify-content:space-between;border:1px solid #dfe7ef;border-radius:10px;background:#fff;color:#9aa6b2;font:inherit;font-size:16px;font-weight:600;text-align:left;transition:border-color .16s ease,box-shadow .16s ease}.contact-select__trigger svg{flex:0 0 auto;color:#7d8a99}.contact-select.has-value .contact-select__trigger{color:var(--brand-navy-950)}.contact-select__trigger[aria-expanded=true],.contact-select__trigger:focus-visible{border-color:#0068ff73;box-shadow:none;outline:0}.contact-select.is-invalid .contact-select__trigger{border-color:#dc26268c}.contact-select__content{position:absolute;z-index:10;top:calc(100% + 8px);left:0;display:grid;width:100%;margin:0;padding:6px;list-style:none;border:1px solid #dfe7ef;border-radius:12px;background:#fff;box-shadow:0 18px 48px #0715221f}.contact-select__content[hidden]{display:none}.contact-select__item{display:flex;width:100%;min-height:44px;align-items:center;border:0;border-radius:8px;background:#fff;color:var(--brand-navy-950);font:inherit;font-size:15px;font-weight:650;text-align:left;padding:0 12px}.contact-select__item:hover,.contact-select__item:focus-visible,.contact-select__item[aria-selected=true]{background:#f4f7fb;outline:0}.privacy-agreement{display:grid;gap:10px}.privacy-agreement__check{display:flex!important;grid-template-columns:none;align-items:center;gap:10px!important;color:var(--brand-navy-900);cursor:pointer;font-size:14px;font-weight:750}.privacy-agreement__check input{width:20px;height:20px;flex:0 0 auto;accent-color:var(--primary);cursor:pointer}.contact-form__actions{display:flex;justify-content:flex-end;padding-top:8px}.contact-form__actions .ui-button:disabled{cursor:progress;opacity:.68}.contact-form__status{min-height:24px;margin:-4px 0 0;color:var(--muted-foreground);font-size:14px;font-weight:700;line-height:1.6}.contact-form__status[data-state=success]{color:var(--primary)}.contact-form__status[data-state=error]{color:var(--destructive)}@media(max-width:900px){.contact-hero{background:#fff}.contact-hero__inner{grid-template-columns:1fr;min-height:auto;padding-top:36px}.contact-hero__visual{position:relative;top:auto;min-height:320px;order:-1;padding-right:0}.contact-hero__visual img{width:min(84%,360px)}.contact-panel{padding:0}.contact-form__grid{grid-template-columns:1fr}.contact-form__actions{justify-content:stretch}.contact-form__actions .ui-button{width:100%}}.transportal-main{position:relative;background:#eef1f4}.product-hero-cover{position:sticky;top:var(--header-height);z-index:1;display:grid;min-height:calc(100svh - var(--header-height));background:#fff;padding:0 24px;place-items:center;text-align:center}.product-hero-cover__inner{position:relative;display:grid;justify-items:center;width:min(100%,860px);transform:translateY(-1.5vh)}.product-hero-cover h1{margin:0;color:var(--brand-navy-950);font-size:clamp(2.8rem,7vw,6.2rem);line-height:.98;font-weight:950}.product-hero-cover p{--product-description-center-offset: clamp(-110px, -7vw, -64px);max-width:720px;margin:30px auto 0;color:#9ca3af;font-size:clamp(1.35rem,2vw,2rem);line-height:1.55;font-weight:850}.product-hero-cover__logos{position:absolute;top:calc(100% + 56px);left:50%;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(18px,2vw,34px);width:min(100vw - 48px,960px);margin:0;padding:0;list-style:none;transform:translate(-50%)}.product-hero-cover__logos li{display:inline-flex;align-items:center;justify-content:center;min-width:0;padding:0;border:0;background:transparent}.product-hero-cover__logos img{display:block;width:auto;max-width:140px;max-height:48px;object-fit:contain}.product-hero-cover--animated h1{opacity:0;transform:translateY(22px) scale(.96);animation:productHeroElementIn 1.4s cubic-bezier(.22,1,.36,1) 1.7s forwards}.product-hero-cover--animated .product-hero-cover__logos{opacity:0;transform:translate(-50%,22px) scale(.96);animation:productHeroLogosIn 1.4s cubic-bezier(.22,1,.36,1) 1.9s forwards}.product-hero-cover--animated p{color:#4b5563;opacity:0;transform:translateY(var(--product-description-center-offset)) scale(1.28);animation:productHeroDescriptionIn 2.4s cubic-bezier(.22,1,.36,1) .14s forwards;transform-origin:center}@keyframes productHeroDescriptionIn{0%{color:#4b5563;opacity:0;transform:translateY(var(--product-description-center-offset)) scale(1.28)}46%{color:#4b5563;opacity:1;transform:translateY(var(--product-description-center-offset)) scale(1.2)}64%{color:#4b5563;opacity:1;transform:translateY(var(--product-description-center-offset)) scale(1.2)}to{color:#9ca3af;opacity:1;transform:translateY(0) scale(1)}}@keyframes productHeroElementIn{0%{opacity:0;transform:translateY(22px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes productHeroLogosIn{0%{opacity:0;transform:translate(-50%,22px) scale(.96)}to{opacity:1;transform:translate(-50%) scale(1)}}.product-feature-cover{--product-sticky-top: calc(var(--header-height) + clamp(24px, 6vh, 72px));--product-sticky-height: calc( 100svh - var(--header-height) - clamp(48px, 12vh, 144px) );--product-story-count: 3;position:relative;z-index:2;min-height:auto;background:#eef1f4;padding:clamp(96px,14vh,160px) 24px clamp(72px,10vh,120px)}.product-feature-cover__inner{display:grid;position:relative;grid-template-columns:minmax(360px,.95fr) minmax(320px,.75fr);gap:clamp(56px,9vw,130px);align-items:start;width:min(100%,1220px);margin:0 auto}.product-feature-media{display:grid;position:sticky;top:var(--product-sticky-top);align-self:start;height:var(--product-sticky-height);min-height:clamp(420px,40vw,620px);max-height:680px;place-items:center}.portal-preview{display:grid;position:relative;width:100%;height:100%;place-items:center}.portal-preview:before{display:none;content:none}.portal-preview__window{position:relative;z-index:1;width:min(100%,620px);aspect-ratio:16 / 9;overflow:hidden;border:4px solid #ffffff;border-radius:18px;background:#fff;box-shadow:none}.portal-preview__stage{position:absolute;inset:0;display:grid;opacity:0;place-items:center;transform:translateY(28px) scale(.96);transition:opacity .42s ease,transform .52s cubic-bezier(.22,1,.36,1)}.portal-preview__stage.is-active{opacity:1;transform:translateY(0) scale(1)}.product-story-nav{position:absolute;top:50%;left:-46px;z-index:4;display:grid;gap:8px;justify-items:center;margin:0;padding:0;list-style:none;transform:translateY(-50%)}.product-story-nav li{display:block;margin:0;padding:0}.product-story-nav button{display:grid;width:7px;height:7px;border:0;border-radius:2px;background:#d5d9de;padding:0;transition:background-color .18s ease,height .18s ease,border-radius .18s ease}.product-story-nav button.is-active{background:#050607;width:7px;height:30px;border-radius:2px}.portal-preview__image-frame{display:grid;position:relative;width:100%;height:100%;overflow:hidden;place-items:center;background:#fff}.portal-preview__image-frame img{display:block;width:100%;height:100%;object-fit:contain}.portal-preview__image-frame--cover img{object-fit:cover}.portal-preview__image-frame--rotating img{position:absolute;inset:0;opacity:0;transition:opacity .9s ease}.portal-preview__image-frame--rotating img.is-active{opacity:1}.portal-preview__image-frame--empty{background:#fff}.product-feature-copy{display:grid;gap:clamp(120px,24vh,260px);justify-items:start}.product-story-card{display:grid;min-height:86svh;align-content:center;justify-items:start;opacity:1}.product-story-card--list{align-content:start;padding-top:calc(50svh - var(--header-height) - clamp(34px,3vw,58px))}.product-story-card:last-child{padding-bottom:clamp(56px,8svh,96px)}.product-story-card__visual{display:none}.product-app-icon{display:inline-flex;width:auto;height:60px;margin-bottom:32px;align-items:center}.product-app-icon img{display:block;width:auto;height:100%;object-fit:contain}.product-feature-copy h2{max-width:460px;margin:0;color:var(--brand-navy-950);font-size:clamp(1.55rem,2.35vw,2.6rem);line-height:1.18;font-weight:950}.product-story-card__description{max-width:500px;margin:22px 0 0;color:var(--brand-navy-950);font-size:clamp(.94rem,1vw,1.05rem);line-height:1.78;font-weight:600}.product-story-card__custom{display:grid;gap:18px;width:min(100%,520px)}.product-story-card__custom--list{gap:0}.product-story-actions{display:flex;flex-wrap:wrap;gap:10px;margin:26px 0 0}.product-story-action{position:relative;display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:7px;background:#1f2933;color:#fff;cursor:pointer;text-decoration:none;transition:none}.product-story-action--video{background:#f03}.product-story-action--link{background:#1f2933}.product-story-action--download{background:#0068ff}.product-story-action--contact{background:#1f7a5c}.product-story-action__tooltip{position:absolute;bottom:calc(100% + 10px);left:50%;z-index:2;width:max-content;max-width:180px;padding:7px 9px;border-radius:6px;background:#111827;color:#fff;font-size:.76rem;line-height:1.25;font-weight:700;white-space:nowrap;opacity:0;pointer-events:none;transform:translate(-50%) translateY(4px);transition:opacity .14s ease,transform .14s ease}.product-story-action__tooltip:after{content:"";position:absolute;top:100%;left:50%;width:8px;height:8px;background:#111827;transform:translate(-50%,-4px) rotate(45deg)}.product-story-action:hover .product-story-action__tooltip,.product-story-action:focus-visible .product-story-action__tooltip{opacity:1;transform:translate(-50%) translateY(0)}.is-video-modal-open{overflow:hidden}.video-modal{position:fixed;inset:0;z-index:1000;display:none;place-items:center;padding:24px}.video-modal.is-open{display:grid}.video-modal__backdrop{position:absolute;inset:0;background:#071522b8;backdrop-filter:blur(8px)}.video-modal__dialog{position:relative;z-index:1;width:min(100%,960px)}.video-modal__frame{position:relative;overflow:hidden;border-radius:12px;background:#000;aspect-ratio:16 / 9}.video-modal__frame iframe{display:block;width:100%;height:100%;border:0}.video-modal__close{position:absolute;right:-12px;top:-48px;display:grid;width:38px;height:38px;place-items:center;border:0;border-radius:999px;background:#fff;cursor:pointer}.video-modal__close:before,.video-modal__close:after{content:"";position:absolute;width:16px;height:2px;border-radius:999px;background:var(--brand-navy-950)}.video-modal__close:before{transform:rotate(45deg)}.video-modal__close:after{transform:rotate(-45deg)}.product-story-list{display:grid;gap:10px;margin:24px 0 0;padding:0;list-style:none}.product-story-list li{position:relative;padding-left:18px;color:#111827;font-size:clamp(.94rem,1vw,1.05rem);line-height:1.72;font-weight:700}.product-story-list li:before{content:"";position:absolute;top:.72em;left:0;width:6px;height:6px;border-radius:50%;background:var(--primary)}.product-story-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(100%,520px);margin:26px 0 0}.product-story-stats div{min-width:0;padding:18px;border-radius:18px;background:#fff}.product-story-stats dt{color:var(--muted-foreground);font-size:.78rem;font-weight:850}.product-story-stats dd{margin:8px 0 0;color:var(--brand-navy-950);font-size:clamp(1.25rem,2vw,2rem);line-height:1;font-weight:950}.product-story-list-detail{display:grid;gap:0;width:min(100%,520px);margin:0;padding:0;list-style:none;border-top:1px solid #e4e8ee}.product-story-list-detail__title{margin:46px 0 16px;color:#5f6b7a;font-size:clamp(1.22rem,1.24vw,1.42rem);line-height:1.15;font-weight:850}.product-story-list-detail li{display:grid;grid-template-columns:minmax(0,1fr);gap:0;align-items:start;padding:20px 0;border-bottom:1px solid #e4e8ee}.product-story-list-detail li:last-child{border-bottom:0}.product-story-list-detail li.has-icon{grid-template-columns:38px minmax(0,1fr);gap:18px}.product-story-list-detail__icon{display:grid;width:38px;height:38px;place-items:center;overflow:hidden}.product-story-list-detail__icon img{display:block;width:100%;height:100%;object-fit:contain}.product-story-list-detail h4,.product-story-list-detail span span{display:block}.product-story-list-detail h4{margin:0;color:var(--brand-navy-950);font-size:clamp(.98rem,1vw,1.08rem);line-height:1.35;font-weight:850}.product-story-list-detail span span{margin-top:6px;color:#667085;font-size:clamp(.88rem,.92vw,.98rem);line-height:1.55;font-weight:500}.product-comparison-section{position:relative;z-index:3;background:#fff;padding:clamp(78px,11vh,128px) 24px clamp(54px,8vh,96px)}.product-comparison-section__inner{display:grid;grid-template-columns:minmax(260px,.42fr) minmax(420px,1fr);gap:clamp(34px,5vw,68px) clamp(44px,7vw,96px);align-items:start;width:min(100%,1220px);margin:0 auto}.product-comparison-section__head{display:contents}.product-comparison-section__head h2{grid-column:1;margin:0;color:var(--brand-navy-950);font-size:clamp(1.18rem,1.45vw,1.55rem);line-height:1.35;font-weight:950}.product-comparison-section__head p{grid-column:2;width:100%;max-width:100%;margin:0;color:#111827;font-size:clamp(.98rem,1.15vw,1.12rem);line-height:1.75;font-weight:500}.product-comparison-bars{grid-column:2;display:grid;gap:32px;width:100%}.product-comparison-row{display:grid;gap:10px}.product-comparison-row>span{color:#5f6b7a;font-size:.95rem;line-height:1.4;font-weight:700;text-transform:uppercase}.product-comparison-track{display:flex;width:100%;height:64px;overflow:hidden;border-radius:6px;background:#e7eaee}.product-comparison-track strong{--comparison-value: 0;position:relative;display:flex;align-items:center;justify-content:flex-end;min-width:86px;height:100%;overflow:hidden;background:transparent;color:#fff;padding:0 14px;font-size:clamp(1.05rem,1.5vw,1.55rem);line-height:1;font-weight:950;counter-reset:comparison-progress var(--comparison-value)}.product-comparison-track strong:before{content:"";position:absolute;inset:0;z-index:0;background:#0068ff;transform:scaleX(0);transform-origin:left center}.product-comparison-track strong:after{position:relative;z-index:1;content:counter(comparison-progress) "%"}.product-comparison-section.is-visible .product-comparison-track strong{animation:productComparisonCount 1.4s cubic-bezier(.22,1,.36,1) both}.product-comparison-section.is-visible .product-comparison-track strong:before{animation:productComparisonFill 1.4s cubic-bezier(.22,1,.36,1) both}.product-comparison-section.is-visible .product-comparison-row:nth-child(2) .product-comparison-track strong,.product-comparison-section.is-visible .product-comparison-row:nth-child(2) .product-comparison-track strong:before{animation-delay:.14s}@keyframes productComparisonFill{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@property --comparison-value{syntax: "<integer>"; inherits: false; initial-value: 0;}@keyframes productComparisonCount{0%{--comparison-value: 0}to{--comparison-value: var(--comparison-target)}}@media(prefers-reduced-motion:reduce){.product-comparison-track strong{animation:none;--comparison-value: var(--comparison-target)}.product-comparison-track strong:before{animation:none;transform:scaleX(1)}}.product-metric-section{position:relative;z-index:3;background:#fff;padding:clamp(52px,8vh,96px) 24px clamp(88px,13vh,150px)}.product-metric-section__inner{display:grid;gap:clamp(20px,3vw,40px);width:min(100%,1220px);margin:0 auto}.product-metric-section__head{display:block}.product-metric-section__head h2{margin:0;color:var(--brand-navy-950);font-size:clamp(1.18rem,1.45vw,1.55rem);line-height:1.35;font-weight:950;letter-spacing:0}.product-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.product-metric-card{position:relative;display:grid;min-height:306px;overflow:hidden;border-radius:8px;background:#f7f8fa;padding:36px 32px;box-shadow:inset 0 0 0 1px #0f172a0a}.product-metric-card__label{position:relative;z-index:2;color:var(--brand-navy-950);font-size:.96rem;line-height:1.4;font-weight:850}.product-metric-card strong{position:relative;z-index:2;margin-top:16px;color:var(--brand-navy-950);font-size:clamp(1.55rem,2.4vw,2.65rem);line-height:1.14;font-weight:950;letter-spacing:0}.product-metric-card p{position:relative;z-index:2;max-width:460px;margin:26px 0 0;color:#5f6b7a;font-size:clamp(.95rem,1.05vw,1.08rem);line-height:1.72;font-weight:600}.product-metric-card a{position:relative;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:fit-content;margin-top:28px;border-radius:6px;background:#171b21;color:#fff;padding:12px 18px;font-size:.9rem;font-weight:850;text-decoration:none;cursor:pointer}.product-metric-card__icon{position:absolute;top:34px;right:38px;width:clamp(76px,8vw,118px);height:clamp(76px,8vw,118px);filter:drop-shadow(0 16px 24px rgba(15,23,42,.1));opacity:.96}.product-metric-card__icon span,.product-metric-card__icon span:before,.product-metric-card__icon span:after{position:absolute;display:block;content:""}.product-metric-card__icon--rocket span{inset:14% 30%;border-radius:52% 52% 44% 44%;background:linear-gradient(145deg,#268bff,#0068ff 72%);transform:rotate(36deg)}.product-metric-card__icon--rocket span:before{left:-34%;bottom:8%;width:68%;height:30%;border-radius:999px 20px 999px 999px;background:linear-gradient(145deg,#80cfff,#50b4f4)}.product-metric-card__icon--rocket span:after{right:-20%;top:18%;width:34%;height:34%;border-radius:50%;background:#fff;box-shadow:0 38px #ffb84a}.product-metric-card__icon--shield span{left:22%;top:36%;width:56%;height:44%;border-radius:20px;background:radial-gradient(circle at 36% 30%,rgba(255,255,255,.24),transparent 26%),linear-gradient(145deg,#34d399,#10b981 58%,#059669)}.product-metric-card__icon--shield span:before{left:18%;top:-56%;width:64%;height:72%;border:12px solid #10b981;border-bottom:0;border-radius:999px 999px 0 0;box-sizing:border-box}.product-metric-card__icon--shield span:after{left:50%;top:42%;width:12px;height:26px;border-radius:999px;background:#fff;transform:translate(-50%)}.product-metric-card__icon--chart span{inset:20% 12% 14% 16%;border-radius:22px;background:linear-gradient(145deg,#ffb84a,#ff7a00)}.product-metric-card__icon--chart span:before{left:25%;bottom:25%;width:10%;height:30%;border-radius:999px;background:#fff;box-shadow:22px -16px #fff,44px -30px #fff}.product-metric-card__icon--chart span:after{right:-9%;top:-11%;width:34%;height:34%;border-radius:50%;background:#0068ff}.product-metric-card__icon--people span{left:10%;top:38%;width:44%;height:38%;border-radius:50% 50% 44% 44%;background:linear-gradient(145deg,#ffe35c,#ffc014)}.product-metric-card__icon--people span:before{left:72%;top:-24%;width:90%;height:96%;border-radius:50% 50% 44% 44%;background:linear-gradient(145deg,#45d39a,#13b87b)}.product-metric-card__icon--people span:after{left:42%;top:60%;width:86%;height:26%;border-radius:999px;background:#6d63ff;transform:rotate(35deg)}.transportal-why{position:relative;z-index:3;background:#fff;padding:clamp(76px,10vh,118px) 24px clamp(92px,12vh,148px)}.transportal-why__inner{display:grid;gap:clamp(42px,5vw,72px);width:min(100%,1240px);margin:0 auto}.transportal-why__head{display:grid;justify-items:center;text-align:center}.transportal-why__head h2{margin:0;color:var(--brand-navy-950);font-size:clamp(2.2rem,3.9vw,4rem);line-height:1.05;font-weight:950;letter-spacing:0}.transportal-why__head p{max-width:780px;margin:22px 0 0;color:#334155;font-size:clamp(1rem,1.15vw,1.18rem);line-height:1.78;font-weight:650}.transportal-why__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(22px,2.4vw,34px)}.transportal-why-card{display:grid;align-content:start;gap:22px;min-width:0}.transportal-why-card__visual{position:relative;display:grid;aspect-ratio:1.42 / 1;overflow:hidden;border-radius:8px;background:#c8d4fb;box-shadow:none;place-items:center}.transportal-why-card__visual:before,.transportal-why-card__visual:after,.transportal-why-card__screen,.transportal-why-card__accent,.transportal-why-card__detail{content:"";position:absolute;display:block}.transportal-why-card__visual:before{left:28%;top:24%;width:44%;height:40%;border-radius:14px;background:#eef8ff;box-shadow:0 18px 40px #143c781a}.transportal-why-card__visual:after{left:48%;top:47%;width:30%;height:20%;border-radius:8px;background:#4f6bff}.transportal-why-card__screen{left:36%;top:39%;width:25%;height:3px;border-radius:999px;background:#069ee8;box-shadow:0 10px #4f6bff,0 20px #4f6bff}.transportal-why-card__accent{right:25%;top:26%;width:16px;height:16px;border-radius:5px;background:#ffb91f}.transportal-why-card__detail{left:50%;bottom:14%;width:26%;height:7px;border-radius:999px;background:#d8e8f7;transform:translate(-50%)}.transportal-why-card__visual--rocket{background:#bcebf4}.transportal-why-card__visual--rocket:before{left:28%;top:24%;width:43%;height:40%;border-radius:8px;background:#fff;box-shadow:0 18px 38px #143c781f}.transportal-why-card__visual--rocket:after{left:34%;top:39%;width:27%;height:27%;border-radius:0;background:#069ee8;clip-path:polygon(50% 0,100% 100%,0 100%);box-shadow:none}.transportal-why-card__visual--rocket .transportal-why-card__accent{right:28%;top:26%;width:16px;height:16px}.transportal-why-card__visual--rocket .transportal-why-card__screen{left:53%;top:43%;width:24%;height:22%;background:#0f9ddc;clip-path:polygon(0 100%,42% 32%,64% 58%,78% 42%,100% 100%);box-shadow:none}.transportal-why-card__visual--rocket .transportal-why-card__detail{left:50%;bottom:14%;width:28%;height:7px;border-radius:999px;background:#fff}.transportal-why-card__visual--shield{background:#b9d9f3}.transportal-why-card__visual--shield:before{left:28%;top:24%;width:45%;height:43%;border-radius:8px;background:#fff;box-shadow:0 18px 38px #143c781f}.transportal-why-card__visual--shield:after{left:35%;top:33%;width:11%;height:8px;border-radius:999px;background:#069ee8;box-shadow:22px 0 #dbeafe,44px 0 #dbeafe,0 19px #4f6bff,32px 19px #4f6bff,64px 19px #4f6bff}.transportal-why-card__visual--shield .transportal-why-card__accent{right:25%;top:43%;width:42px;height:42px;border-radius:50%;background:#fff;box-shadow:0 14px 28px #143c7829}.transportal-why-card__visual--shield .transportal-why-card__screen{left:auto;right:31%;top:50%;width:18px;height:18px;background:transparent;border-radius:0;box-shadow:none}.transportal-why-card__visual--shield .transportal-why-card__screen:before,.transportal-why-card__visual--shield .transportal-why-card__screen:after{content:"";position:absolute;left:50%;top:50%;width:17px;height:4px;border-radius:999px;background:#ffb91f;transform:translate(-50%,-50%)}.transportal-why-card__visual--shield .transportal-why-card__screen:after{transform:translate(-50%,-50%) rotate(90deg)}.transportal-why-card__visual--shield .transportal-why-card__detail{left:50%;bottom:14%;width:28%;height:7px;border-radius:999px;background:#fff}.transportal-why-card__visual--people{background:#c8d4fb}.transportal-why-card__visual--people:before{left:34%;top:26%;width:38%;height:32%;border-radius:8px;background:#fff;box-shadow:0 18px 38px #143c781f}.transportal-why-card__visual--people:after{left:34%;top:54%;width:25%;height:16%;border-radius:5px;background:#069ee8;box-shadow:31px 0 #4f6bff}.transportal-why-card__visual--people .transportal-why-card__screen{left:43%;top:38%;width:24%;height:3px;border-radius:999px;background:#4f6bff;box-shadow:0 10px #4f6bff}.transportal-why-card__visual--people .transportal-why-card__accent{right:26%;top:48%;width:34px;height:34px;border:0;border-radius:50%;background:#fff;box-shadow:0 12px 24px #143c7824;transform:none}.transportal-why-card__visual--people .transportal-why-card__accent:before,.transportal-why-card__visual--people .transportal-why-card__accent:after{content:"";position:absolute;left:50%;top:50%;width:18px;height:4px;border-radius:999px;background:#d9dff2;transform:translate(-50%,-50%)}.transportal-why-card__visual--people .transportal-why-card__accent:after{width:4px;height:18px}.transportal-why-card__visual--people .transportal-why-card__detail{left:50%;bottom:14%;width:28%;height:7px;border-radius:999px;background:#fff}.transportal-why-card__copy{display:grid;gap:8px}.transportal-why-card__copy span{color:#0068ff;font-size:.84rem;line-height:1.35;font-weight:900}.transportal-why-card__copy h3{margin:0;color:var(--brand-navy-950);font-size:clamp(1.08rem,1.25vw,1.28rem);line-height:1.35;font-weight:900}.transportal-why-card__copy p{margin:0;color:#334155;font-size:.95rem;line-height:1.72;font-weight:600}@media(max-width:980px){.transportal-why__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:620px){.transportal-why{padding:70px 20px 86px}.transportal-why__grid{grid-template-columns:1fr}}.transportal-usecase{position:relative;z-index:3;background:#fff;padding:clamp(48px,6vh,80px) 24px clamp(48px,6vh,80px)}.transportal-usecase__inner{width:min(100%,1220px);margin:0 auto;display:grid;gap:32px}.transportal-usecase__head{display:block}.transportal-usecase__head h2{margin:0 0 8px;color:var(--brand-navy-950);font-size:clamp(1.8rem,2.8vw,2.6rem);line-height:1.15;font-weight:950}.transportal-usecase__head p{margin:0;color:#64748b;font-size:1.05rem;line-height:1.6;font-weight:550;max-width:600px}.transportal-usecase__list{display:grid;gap:0}.transportal-usecase-row{display:grid;grid-template-columns:.8fr 1fr;gap:clamp(40px,6vw,80px);align-items:center}.transportal-usecase-row:nth-child(2n){grid-template-columns:1fr .8fr}.transportal-usecase-row:nth-child(2n) .transportal-usecase-row__visual{order:2}.transportal-usecase-row__visual{background:transparent;border-radius:0;padding:0;box-shadow:none}.transportal-usecase-row__visual-container{position:relative;width:100%;aspect-ratio:1.42 / 1;background:transparent;border-radius:0;overflow:visible;display:grid;place-items:center}.transportal-usecase-row__copy{display:flex;flex-direction:column;justify-content:center}.usecase-index{font-size:clamp(1.8rem,2.5vw,2.5rem);font-weight:900;color:#3b82f62e;font-family:var(--font-mono, monospace);display:block;line-height:1;margin-bottom:8px}.transportal-usecase-row__copy h3{margin:0;color:var(--brand-navy-950);font-size:clamp(1.35rem,1.8vw,1.75rem);font-weight:900;line-height:1.25}.usecase-description{margin:10px 0 0;color:#475569;font-size:1rem;line-height:1.7;font-weight:600}.usecase-highlight{margin-top:16px;padding-left:16px;border-left:3px solid #3b82f6}.usecase-highlight p{margin:0;color:var(--brand-navy-950);font-size:.98rem;line-height:1.5;font-weight:800}@media(max-width:980px){.transportal-usecase__list{gap:0}.transportal-usecase-row,.transportal-usecase-row:nth-child(2n){grid-template-columns:1fr;gap:24px}.transportal-usecase-row:nth-child(2n) .transportal-usecase-row__visual{order:0}}@media(max-width:620px){.transportal-usecase{padding:40px 20px}.transportal-usecase-row__visual{padding:0}}.site-footer{background:#050607;color:#fff;padding:56px 0 34px}.footer-main{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,auto);gap:36px clamp(36px,6vw,96px);align-items:start;padding-bottom:58px}.footer-about{display:grid;gap:20px;grid-column:1 / -1}.footer-logo{display:inline-flex;align-items:center;width:fit-content}.footer-logo-image{display:block;width:auto;height:30px;object-fit:contain;filter:brightness(0) invert(1)}.footer-navs{display:flex;flex-wrap:wrap;align-items:flex-start;align-self:start;gap:28px clamp(36px,5vw,72px);min-width:0}.footer-column{display:grid;align-content:start;gap:12px}.footer-navs .footer-column{min-width:118px}.footer-column a{width:fit-content;color:#fff;font-size:14px;font-weight:800}.footer-column a:hover{color:#99c8ef}.footer-contact{align-self:start;align-content:start;gap:16px;justify-items:end;text-align:right}.footer-contact a{display:grid;gap:4px;width:fit-content;color:#fff}.footer-contact a span{color:var(--brand-blue-500);font-size:12px;font-weight:950;line-height:1;letter-spacing:.08em;text-transform:uppercase}.footer-contact a strong{color:#fff;font-size:clamp(18px,1.8vw,26px);font-weight:950;line-height:1.05}.footer-contact a:hover strong{color:#99c8ef}.footer-bottom{position:relative;display:flex;align-items:flex-start;justify-content:space-between;gap:32px;padding-top:34px;color:#ffffff75;font-size:13px;line-height:1.45}.footer-bottom:before{content:"";position:absolute;top:0;left:0;width:100%;height:1px;background:#ffffff24}.footer-company{display:grid;gap:5px}.footer-bottom address{display:flex;flex-wrap:wrap;gap:0;margin:0;font-style:normal}.footer-bottom address span{display:inline-flex;align-items:center;gap:6px}.footer-bottom address span+span:before{content:"";width:1px;height:12px;margin:0 14px;background:#ffffff38}.footer-company-value{color:#ffffffe0;font-weight:700}.footer-bottom p{margin:0}.footer-policies{display:flex;flex:0 0 auto;align-items:center;gap:14px}.footer-policy{flex:0 0 auto;border:0;background:transparent;color:#ffffff8a;cursor:pointer;font:inherit;font-size:13px;font-weight:700;padding:0;white-space:nowrap}.footer-policy:hover,.footer-policy:focus-visible{color:#fff;outline:0}.privacy-modal{width:min(720px,calc(100vw - 32px));max-height:min(760px,calc(100svh - 32px));border:0;border-radius:16px;background:transparent;color:var(--brand-navy-950);padding:0}.privacy-modal::backdrop{background:#050607ad}.privacy-modal__panel{display:grid;grid-template-rows:auto minmax(0,1fr);max-height:min(760px,calc(100svh - 32px));overflow:hidden;border:1px solid rgba(7,21,34,.08);border-radius:16px;background:#fff;box-shadow:0 24px 80px #0000003d}.privacy-modal__header{display:flex;align-items:center;justify-content:space-between;gap:18px;border-bottom:1px solid #e4ebf3;padding:22px 26px}.privacy-modal__title{margin:0;color:var(--brand-navy-950);font-size:22px;line-height:1.25;font-weight:900}.privacy-modal__close{display:grid;width:36px;height:36px;flex:0 0 auto;place-items:center;border:0;border-radius:8px;background:#fff;color:var(--brand-navy-950);cursor:pointer;font-size:26px;line-height:1}.privacy-modal__close:hover,.privacy-modal__close:focus-visible{color:var(--primary);outline:0}.privacy-modal__body{min-height:0;overflow:auto;-webkit-overflow-scrolling:touch;padding:24px 26px 30px}.privacy-modal__intro{margin:0 0 22px;color:#4c5a68;font-size:15px;line-height:1.75;font-weight:650}.policy-section+.policy-section{margin-top:22px}.policy-section__title{margin:0 0 8px;color:#071522;font-size:15px;line-height:1.5;font-weight:900}.policy-table-wrap{overflow-x:auto;margin:10px 0 12px;background:#fff;-webkit-overflow-scrolling:touch}.policy-table{width:100%;min-width:520px;border-collapse:collapse;font-size:13px;line-height:1.55}.policy-table th,.policy-table td{border:1px solid #dbe5ef;padding:11px 12px;text-align:left;vertical-align:top}.policy-table th:first-child,.policy-table td:first-child{border-left:0}.policy-table th:last-child,.policy-table td:last-child{border-right:0}.policy-table th{background:#f4f7fb;color:#071522;font-weight:900}.policy-table td{color:#4f5f70;font-weight:650}.policy-section p{margin:0;color:#5f6c7a;font-size:14px;line-height:1.75;font-weight:550}.policy-page{background:#fff}.policy-page-content{padding:calc(var(--header-height) + 64px) 0 96px}.policy-page-content .ui-section__inner{max-width:920px}.policy-page-content h1{margin:0 0 18px;color:var(--brand-navy-950);font-size:clamp(32px,4vw,48px);line-height:1.18;font-weight:900}.policy-page-content>.ui-section__inner>p{margin:0 0 34px;color:#4c5a68;font-size:16px;line-height:1.8;font-weight:650}.policy-page-content .policy-section+.policy-section{margin-top:34px}.policy-page-content .policy-section__title{margin-bottom:12px;font-size:19px}.policy-page-content .policy-section p{font-size:15px}.policy-page-content .policy-table{min-width:640px;font-size:14px}@media(max-width:900px){:root{--header-height: 68px;--text-hero: clamp(2.05rem, 8vw, 3.75rem)}.nav-shell{display:flex;height:var(--header-height);min-height:var(--header-height);gap:12px;flex-wrap:nowrap;padding:0 18px}.brand{min-width:0}.mobile-menu-toggle{margin-left:auto;flex:0 0 auto}.mobile-menu-list>li>a{font-size:clamp(2rem,7vw,3rem)}.global-nav{display:none}.mobile-menu-toggle{display:inline-flex}.hero-inner{grid-template-columns:1fr;padding-top:calc(var(--header-height) + 36px)}.hero-mascot{width:min(100%,520px);min-height:460px;justify-self:center;margin-top:-18px}.hero-mascot-image{top:50%;width:min(98%,470px);max-height:450px}.service-grid,.about-grid,.stats-grid,.check-grid,.values-head,.value-grid{grid-template-columns:1fr}.values-head{margin-bottom:clamp(42px,10vw,72px)}.values-head h2{font-size:clamp(2.15rem,8.6vw,3.25rem);line-height:1.2;letter-spacing:-.015em}.value-card--large{grid-row:auto;min-height:420px}.making-check-layout{grid-template-columns:1fr}.advanced-shell{background:#fff}section.advanced,section.advanced.active{margin:0;overflow:hidden;border-radius:0;padding:72px 18px 84px}.advanced .sub{font-size:.78rem;text-align:center}.advanced .medium{max-width:12em;font-size:clamp(1.7rem,8vw,2.55rem);line-height:1.18}.advanced .screen-mobile{display:block}.advanced .card-wrapper{gap:18px;margin-top:48px}.advanced .card{position:relative;top:auto;z-index:auto;display:grid;height:auto;min-height:0;grid-template-columns:1fr;gap:24px;border-radius:20px;padding:28px 22px 0;transform:none!important}.advanced .card .text-wrapper{padding:0}.advanced .card .text-wrapper .badge{margin-bottom:12px;font-size:12px;line-height:18px}.advanced .card .text-wrapper h4{margin-bottom:12px;font-size:clamp(1.45rem,7vw,2.2rem);line-height:1.18}.advanced .card .text-wrapper .desc{font-size:14px;line-height:1.55}.advanced .card .text-wrapper .desc br{display:none}.advanced .card img{width:100%;max-height:250px;object-fit:contain;object-position:center bottom}.making-check-copy{position:static}.making-check-section .ui-section__inner{padding-left:24px}.company-hero{min-height:auto}.mascot-split__inner,.mascot-split--image-right .mascot-split__inner{grid-template-columns:1fr}.mascot-split__inner{padding-block:40px 56px}.mascot-split--image-right .mascot-split__visual{order:-1}.mascot-split__visual{min-height:250px}.mascot-split__visual img{width:min(80%,310px)}.company-location-info dl{grid-template-columns:1fr}.company-location-map{aspect-ratio:1 / 1.05}.history-title-sticky,.history-walker-wrap{position:static;top:auto}.history-title-sticky{grid-area:title;padding-top:0}.history-title-sticky .section-title{font-size:clamp(1.8rem,8vw,2.8rem)}.history-walker-wrap{grid-area:mascot;justify-items:end}.history-walker{width:88px;height:112px;margin-top:0}.history-walker__sprite{--history-frame-size: 86px}.history-timeline{grid-template-columns:minmax(0,1fr) 96px;grid-template-areas:"title mascot" "list list";gap:22px 12px;align-items:center}.history-list{grid-area:list}.company-principle-stack article{grid-template-columns:1fr;height:58px;border-radius:14px;padding:14px 20px}.company-principle-stack article.is-active{grid-template-columns:1fr;gap:12px;height:310px;min-height:0;padding:20px}.company-principle-stack h3,.company-principle-stack article.is-active h3{font-size:clamp(1.25rem,6vw,1.75rem);line-height:1.25;word-break:keep-all;overflow-wrap:break-word}.company-principle-stack p{margin-top:10px;font-size:13px;line-height:1.6;word-break:keep-all;overflow-wrap:break-word}.company-principle-stack img{width:min(58%,150px)}.company-principle-section{min-height:400svh;padding:0}.company-principle-section .ui-section__inner{position:sticky;top:calc(var(--header-height) + 12px);display:grid;min-height:calc(100svh - var(--header-height) - 24px);align-content:center}.company-principle-section .section-title{font-size:clamp(1.7rem,8vw,2.4rem);line-height:1.22;white-space:normal;word-break:keep-all;overflow-wrap:break-word}.company-principle-stack{gap:8px;margin-top:22px}.company-flow-section{min-height:auto;padding:var(--section-y) 0}.company-flow-section .ui-section__inner{position:static;min-height:auto;overflow:visible}.company-flow-cards{grid-auto-flow:row;grid-auto-columns:minmax(280px,calc(100vw - 72px));grid-template-columns:1fr;gap:14px;overflow-x:visible;margin-top:32px}.company-flow-cards li{min-height:360px;padding:28px}.history-list>li{grid-template-columns:var(--history-axis-col) 96px minmax(0,1fr);gap:18px;padding:28px 0 32px}.product-feature-cover{min-height:auto}.product-feature-cover__inner{grid-template-columns:1fr;gap:42px}.product-hero-cover__logos{top:calc(100% + 40px);flex-wrap:wrap;gap:14px;width:min(100%,360px)}.product-hero-cover p{max-width:min(100%,330px);font-size:clamp(1rem,5vw,1.35rem);line-height:1.65}.product-hero-cover--animated p{transform:translateY(34px) scale(1.08);animation-name:productHeroDescriptionInMobile}@keyframes productHeroDescriptionInMobile{0%{color:#4b5563;opacity:0;transform:translateY(34px) scale(1.08)}46%{color:#4b5563;opacity:1;transform:translateY(0) scale(1.04)}64%{color:#4b5563;opacity:1;transform:translateY(0) scale(1.04)}to{color:#9ca3af;opacity:1;transform:translateY(0) scale(1)}}.portal-preview,.product-feature-media,.product-story-nav{display:none}.product-feature-copy{gap:84px}.product-feature-copy:after{display:none}.product-story-card{position:static;height:auto;min-height:auto;padding-block:22px;opacity:1}.product-story-card:last-child{padding-bottom:48px}.product-story-card .product-app-icon{order:1}.product-story-card h2{order:2}.product-story-card__visual{display:grid;order:3;width:100%;margin:28px 0;place-items:center}.product-story-card__description,.product-story-card__custom{order:4;margin-top:0}.product-story-card__custom{width:100%}.product-story-stats{grid-template-columns:1fr}.product-story-card__visual .portal-preview__window{width:min(100%,560px)}.product-comparison-section{padding:68px 24px 42px}.product-comparison-section__inner{grid-template-columns:1fr;gap:24px}.product-comparison-section__head{display:grid;gap:12px}.product-comparison-section__head h2,.product-comparison-section__head p,.product-comparison-bars{grid-column:1}.product-comparison-bars{gap:20px;width:100%;justify-self:stretch}.product-comparison-track{height:52px}.product-metric-section{padding:72px 24px}.product-metric-section__head{grid-template-columns:1fr;gap:24px}.product-metric-section__inner{gap:20px}.product-metric-grid{grid-template-columns:1fr;gap:16px}.product-metric-card{min-height:260px;padding:28px 24px}.product-metric-card__icon{right:24px;bottom:24px;width:120px;height:120px}.cta-inner{grid-template-columns:1fr}.cta-mascot{min-height:340px;order:-1}.cta-mascot img{width:min(86%,360px);max-height:340px}.footer-main{grid-template-columns:1fr 1fr;gap:36px 28px}.footer-contact{justify-items:start;text-align:left}.footer-bottom{align-items:flex-start;flex-direction:column}}@media(max-width:560px){:root{--text-hero: clamp(1.95rem, 9.4vw, 3.125rem)}section.advanced,section.advanced.active{padding:58px 14px 68px}.advanced .medium{font-size:clamp(1.5rem,8.5vw,2.05rem)}.advanced .card-wrapper{margin-top:36px}.advanced .card{gap:18px;border-radius:18px;padding:24px 18px 0}.advanced .card img{max-height:210px}.brand-logo{height:28px}.hero-section,.hero-inner{min-height:calc(100svh - var(--header-height))}.hero-inner{padding-top:calc(var(--header-height) + 28px)}.hero-mascot{min-height:360px}.hero-mascot-image{width:min(98%,350px);max-height:340px}.hero-title-reveal{white-space:normal}.mobile-menu-list>li>a{font-size:clamp(1.875rem,9vw,2.75rem)}.mission-flip{gap:.12em;font-size:clamp(1.95rem,9.2vw,3.25rem)}.mission-flip-tail{gap:.16em;max-width:calc(100vw - 40px)}.mission-flip-track>span>span{min-width:2.35em;padding-inline:.12em}.values-head h2{font-size:clamp(2rem,8.4vw,2.55rem);line-height:1.22}.value-card h3{font-size:clamp(1.25rem,5.8vw,1.65rem);line-height:1.28}.value-card p{font-size:15px;line-height:1.62}.hero-description,.section-lead{font-size:16px}.stat-list{grid-template-columns:1fr;border-left:0}.stat-list>div{min-height:180px;border-right:0;padding:34px 0}.stat-list>div:nth-last-child(-n+2){border-bottom:1px solid var(--border)}.stat-list>div:last-child{border-bottom:0}.value-card{min-height:320px;padding:32px}.value-illust,.value-card--large .value-illust{top:26px;right:22px;width:88px;height:88px}.value-card--large .value-illust--chat{width:130px;height:92px}.making-card-row{grid-auto-columns:minmax(280px,calc(100vw - 48px));gap:18px;padding-right:24px;scroll-padding-left:0}.making-card{min-height:460px;padding:56px 28px 34px}.making-card strong{margin-top:112px;font-size:24px}.cta-mascot{min-height:280px}.cta-mascot img{width:min(86%,300px);max-height:280px}.footer-main{grid-template-columns:1fr}.footer-bottom address{display:grid;gap:8px}.footer-bottom address span+span:before{display:none}.footer-bottom p,.footer-policy{white-space:normal}.history-timeline{grid-template-columns:minmax(0,1fr) 76px;gap:18px 10px}.history-section .ui-section__inner{padding-bottom:18px}.history-title-sticky .section-title{font-size:clamp(2rem,10vw,2.6rem)}.history-walker{width:76px;height:88px}.history-walker__sprite{--history-frame-size: 72px;bottom:8px}.history-list{--history-axis-col: 32px;--history-dot-size: 24px;--history-item-sticky-top: calc(var(--header-height) + 24px)}.history-list>li{grid-template-columns:var(--history-axis-col) 72px minmax(0,1fr);gap:14px;padding:24px 0 28px}.history-marker,.history-list time{font-size:clamp(1.35rem,7vw,1.8rem)}.history-list h3{font-size:clamp(1.05rem,5vw,1.35rem);line-height:1.35}.history-list ul{gap:6px;margin-top:8px}.history-list ul li{font-size:14px;line-height:1.65}}
