@charset "UTF-8";:root{--bg-main: #ffffff;--bg-alt: #ffffff;--accent: rgb(21, 55, 126);--accent-soft: rgb(21, 55, 126);--text-main: rgb(21, 55, 126);--text-muted: rgba(21, 55, 126, .8);--border-subtle: rgba(21, 55, 126, .1);--radius-lg: 20px;--radius-pill: 999px;--shadow-soft: 0 24px 60px rgba(0, 0, 0, .1);--max-width: 1200px;--primary: rgb(21, 55, 126);--primary-dark: rgb(15, 37, 87);--primary-darker: rgb(17, 33, 57);--primary-light: rgb(30, 75, 173);--primary-lighter: rgb(139, 158, 255);--gray-dark: hsl(221, 15%, 30%);--gray-medium: hsl(221, 10%, 50%);--gray-light: hsl(221, 10%, 85%);--primary-alpha-12: rgba(21, 55, 126, .12);--primary-alpha-25: rgba(21, 55, 126, .25);--primary-alpha-15: rgba(21, 55, 126, .15);--primary-alpha-50: rgba(21, 55, 126, .5);--primary-alpha-80: rgba(21, 55, 126, .8)}*{cursor:none!important}.custom-cursor{position:fixed;width:30px;height:30px;border-radius:50%;background:#fff9;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);pointer-events:none;z-index:999999;transform:translate(-50%,-50%);transition:width .2s ease,height .2s ease,background .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000001a}.custom-cursor svg{width:14px;height:14px;transition:transform .2s ease}.custom-cursor.hover{width:42px;height:42px;background:#15377ed9}.custom-cursor.hover svg{transform:scale(1.3)}.custom-cursor.hover svg path{fill:#fff}body:not(.page-loaded){visibility:hidden}body.page-loaded{visibility:visible;animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--bg-main);color:var(--text-main);font-family:Montserrat,system-ui,-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,sans-serif;overflow-x:hidden}body{-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.horizontal-menu{position:fixed;top:0;left:0;right:0;height:72px;padding:0 48px;display:flex;align-items:center;justify-content:space-between;background:#ffffffd9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);z-index:30;transition:background .3s ease,backdrop-filter .3s ease}.horizontal-menu.scrolled{background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border-subtle)}.horizontal-menu.menu-light{background:transparent;backdrop-filter:none;-webkit-backdrop-filter:none}.horizontal-menu.menu-light .menu-logo-left{opacity:1}.horizontal-menu.menu-light .nav-item{color:var(--primary)}.horizontal-menu.menu-light .nav-item:after{background:var(--primary)}.horizontal-menu.menu-light .nav-item:hover{color:#15377eb3}.horizontal-menu.menu-light .nav-item.active{color:var(--primary);font-weight:600}.horizontal-menu.menu-light .nav-separator{color:var(--primary);opacity:.3}.horizontal-menu.menu-light.scrolled{background:#ffffffd9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(21,55,126,.1)}@media (max-width: 968px){.horizontal-menu{background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:none!important}}@media (max-width: 768px){.horizontal-menu{padding-inline:24px}}body.menu-open .horizontal-menu{z-index:10001;background:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;border-bottom:none!important}body.menu-open .horizontal-menu .horizontal-nav{display:none!important}.menu-logo-left{display:flex;align-items:center;opacity:0;transition:opacity .3s ease}body.menu-open .menu-logo-left{opacity:0!important}.menu-logo-left img{height:40px;width:auto}@media (max-width: 768px){.menu-logo-left img{height:32px}}.scrolled .menu-logo-left{opacity:1}.horizontal-nav{display:flex;gap:28px;align-items:center;margin-left:auto}@media (max-width: 968px){.horizontal-nav{display:none}}.nav-item{font-size:.95rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--accent-soft);padding:8px 0;position:relative;transition:color .3s ease,font-weight .3s ease,font-size .3s ease;text-decoration:none}.nav-item:after{content:"";position:absolute;left:0;bottom:0;width:0;height:1px;background:var(--accent);transition:width .3s ease,height .3s ease}.nav-item:hover{color:var(--accent);font-weight:700;font-size:1rem}.nav-item:hover:after{width:100%;height:2px}.nav-item.active{color:var(--primary);font-weight:700;font-size:1rem}.nav-item.active:after{width:100%;height:2px;background:var(--primary)}@media (max-width: 768px){.nav-item{font-size:.85rem}.nav-item:hover,.nav-item.active{font-size:.9rem}}.nav-separator{font-size:.85rem;color:var(--accent-soft);opacity:.4;-webkit-user-select:none;user-select:none;pointer-events:none;transition:color .3s ease,opacity .3s ease}@media (max-width: 768px){.nav-separator{font-size:.75rem}}.logo{width:42px;height:42px;border-radius:14px;border:1px solid rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-weight:600;letter-spacing:.2em;font-size:.8rem;text-transform:uppercase}.menu-toggle{width:40px;height:40px;border-radius:999px;border:1px solid var(--border-subtle);background:#070d34e6;display:none;align-items:center;justify-content:center;cursor:pointer;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:background .25s ease,border-color .25s ease,transform .2s ease;z-index:10000;position:relative}@media (max-width: 968px){.menu-toggle{display:inline-flex}}.menu-toggle svg{width:18px;height:18px;color:#fff;display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.menu-toggle .menu-line{transition:transform .4s cubic-bezier(.4,0,.2,1),opacity .3s ease;transform-origin:center center;stroke:#fff}.menu-toggle:hover{border-color:#fff3;transform:translateY(-1px)}body.menu-open .menu-toggle{background:#fffffff2;border-color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 20px #0000004d}body.menu-open .menu-toggle:hover{background:#fff;transform:translateY(-1px) scale(1.05)}body.menu-open .menu-toggle .menu-line{stroke:#0a1246!important}body.menu-open .menu-toggle .menu-line-top{transform:rotate(45deg)}body.menu-open .menu-toggle .menu-line-bottom{transform:rotate(-45deg)}.menu-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 120% 100% at center 55%,rgba(255,255,255,.35) 0%,rgba(200,210,255,.25) 10%,rgba(139,158,255,.18) 20%,rgba(100,120,200,.12) 35%,rgba(50,80,150,.06) 55%,transparent 80%),linear-gradient(135deg,#070d34fa,#121e64fa,#0a1246fa);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);opacity:0;pointer-events:none;transform:translate(100%);transition:opacity .5s cubic-bezier(.4,0,.2,1),transform .5s cubic-bezier(.4,0,.2,1);z-index:9999}@media (max-width: 768px){.menu-overlay{width:100%}}.menu-overlay.is-open,body.menu-open .menu-overlay{opacity:1;pointer-events:auto;transform:translate(0)}.menu-overlay-inner{height:100%;padding:80px 48px 48px;max-width:1440px;margin:0 auto;display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow-y:auto}@media (max-width: 768px){.menu-overlay-inner{padding:80px 32px 40px}}.menu-topbar{display:flex;align-items:center;justify-content:center;margin-bottom:80px;padding-top:20px;width:100%}@media (max-width: 768px){.menu-topbar{margin-bottom:30px;padding-top:10px;margin-top:-50px}}.menu-logo img{transition:transform .3s ease}.menu-logo img:hover{transform:scale(1.05)}.menu-nav{display:flex;flex-direction:column;gap:32px;flex-shrink:0;align-items:center;width:100%}@media (max-width: 768px){.menu-nav{gap:28px}}.menu-nav-item{border:none;background:transparent;padding:8px 0;cursor:pointer;display:flex;align-items:center;justify-content:center;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1);text-align:center}@media (max-width: 768px){.menu-nav-item{padding:6px 0}}.menu-nav-item:hover{transform:scale(1.05)}.menu-nav-item:after{content:"";position:absolute;bottom:-4px;left:50%;transform:translate(-50%);width:0;height:2px;background:linear-gradient(90deg,rgba(139,158,255,.8) 0%,var(--accent) 50%,rgba(139,158,255,.8) 100%);opacity:0;transition:width .4s cubic-bezier(.4,0,.2,1),opacity .4s ease}.menu-nav-item:hover:after{opacity:1;width:60%}.menu-nav-text{font-family:Montserrat,sans-serif;font-size:2.5rem;font-weight:300;letter-spacing:20px;text-transform:uppercase;color:#ffffffbf;transition:all .4s cubic-bezier(.4,0,.2,1)}.menu-nav-item:hover .menu-nav-text{color:#fff;font-weight:400;letter-spacing:22px}.menu-nav-item.active .menu-nav-text{color:#fff;font-weight:600;letter-spacing:21px}@media (max-width: 768px){.menu-nav-text{font-size:1.8rem;letter-spacing:15px}}@media (max-width: 480px){.menu-nav-text{font-size:1.4rem;letter-spacing:10px}}.menu-divider{height:1px;background:linear-gradient(90deg,#fff0,#ffffff26,#fff0);margin:40px 0 32px}@media (max-width: 768px){.menu-divider{margin:32px 0 24px}}.menu-company-info{padding:24px 0 8px;display:flex;flex-direction:column;gap:12px;flex-shrink:0;align-items:center;width:100%;text-align:center}@media (max-width: 768px){.menu-company-info{padding:16px 0 8px;gap:10px}}.menu-info-value{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;color:#fffffff2;opacity:1!important;visibility:visible!important}.menu-info-value a{color:#fffffff2;text-decoration:none;transition:all .3s ease;position:relative;opacity:1!important;visibility:visible!important}.menu-info-value a:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:var(--accent);transition:width .3s ease}.menu-info-value a:hover{color:var(--accent)}.menu-info-value a:hover:after{width:100%}@media (max-width: 768px){.menu-info-value{font-size:.9rem}}.menu-content{flex:1;position:relative}.menu-section{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;pointer-events:none;transform:translateY(10px);transition:opacity .28s ease,transform .28s ease;display:flex;flex-direction:column;justify-content:center}.menu-section.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.menu-section-text{max-width:640px}.menu-section-text h2{margin:0 0 12px;font-size:clamp(1.8rem,3vw,2.3rem)}.menu-section-text p{margin:0 0 18px;color:var(--text-muted);line-height:1.7}.menu-section-link{display:inline-flex;align-items:center;gap:8px;padding:10px 24px;border-radius:var(--radius-pill);border:1px solid var(--border-subtle);font-size:.85rem;font-weight:500;letter-spacing:.02em;color:var(--accent-soft);transition:background .25s ease,border-color .25s ease,color .25s ease,transform .25s ease}.menu-section-link:hover{background:#ffffff0f;border-color:#ffffff40;color:var(--accent);transform:translate(4px)}.menu-content-grid{margin-top:40px;display:grid;grid-template-columns:repeat(3,290px);gap:20px;justify-content:start}@media (max-width: 1200px){.menu-content-grid{grid-template-columns:1fr;gap:16px}}.menu-visual-card{padding:28px 24px;border-radius:16px;background:linear-gradient(135deg,#fffffff2,#8b9eff26,#15377e1f);border:1px solid rgba(21,55,126,.25);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;flex-direction:column;gap:14px;transition:all .3s ease}.menu-visual-card:hover{background:linear-gradient(135deg,#fffffffa,#8b9eff33,#15377e26);border-color:#15377e59;transform:translateY(-4px);box-shadow:0 12px 32px #00000026}.menu-visual-card h3{margin:0;font-size:1.1rem;font-weight:600;color:#15377e}.menu-visual-card p{margin:0;font-size:.9rem;line-height:1.6;color:#4a4f5a;opacity:.9}.visual-card-icon{width:56px;height:56px;border-radius:14px;background:#fff6;border:1px solid rgba(120,125,135,.2);display:flex;align-items:center;justify-content:center;color:#15377e;margin-bottom:8px}.visual-card-icon svg{width:32px;height:32px}.menu-visual-card-cta{background:linear-gradient(135deg,#fffffff5,#8b9eff2e);border-color:#15377e4d;justify-content:space-between}.menu-visual-card-cta .menu-section-link{margin-top:auto;border-color:#15377e40;color:#15377e}.menu-visual-card-cta .menu-section-link:hover{background:#ffffff4d;border-color:#15377e66;color:#0f2557}.menu-visual-card-cta:hover{background:linear-gradient(135deg,#fffffffa,#8b9eff38)}.expertise-layout{margin-top:32px;display:grid;grid-template-columns:380px 520px;gap:32px;align-items:start;justify-content:start}@media (max-width: 1200px){.expertise-layout{grid-template-columns:1fr;gap:24px}}.expertise-cards-column{display:flex;flex-direction:column;gap:14px;padding:10px;border-radius:18px;background:#ffffff08;border:1px solid rgba(255,255,255,.06)}.expertise-item{position:relative;border-radius:16px;padding:20px;background:#0b144966}@media (max-width: 768px){.expertise-item{padding:16px;gap:12px}}.expertise-item{border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;display:flex;gap:16px;align-items:flex-start;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s ease,border-color .3s ease,background .3s ease}.expertise-item:hover{transform:translateY(-2px);background:#0f1c5f80;border-color:#fff3;box-shadow:0 12px 40px #0009}.expertise-item.is-active{background:#14236e99;border-color:#ffffff4d;box-shadow:0 0 0 1px #ffffff26,0 12px 40px #000000b3}.expertise-item.is-active .expertise-icon{background:#ffffff26;border-color:#ffffff4d;color:var(--accent)}.expertise-icon{flex-shrink:0;width:48px;height:48px;border-radius:12px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:var(--accent-soft);transition:all .3s ease}@media (max-width: 768px){.expertise-icon{width:40px;height:40px}}.expertise-icon svg{width:24px;height:24px}@media (max-width: 768px){.expertise-icon svg{width:20px;height:20px}}.expertise-content{flex:1;display:flex;flex-direction:column;gap:6px}.expertise-content h3{margin:0;font-size:1rem;font-weight:600;color:var(--accent)}@media (max-width: 768px){.expertise-content h3{font-size:.9rem}}.expertise-content p{margin:0;font-size:.84rem;line-height:1.5;color:var(--text-muted);opacity:.9}@media (max-width: 768px){.expertise-content p{font-size:.78rem;line-height:1.4}}.expertise-detail-panel-wrapper{position:relative;height:100%}.expertise-detail-panel{position:absolute;top:0;right:0;bottom:0;left:0;padding:28px 32px;border-radius:18px;border:1px solid rgba(21,55,126,.25);background:linear-gradient(135deg,#fffffff2,#8b9eff26,#15377e1f);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #00000026,inset 0 1px #fff6;opacity:0;pointer-events:none;transform:translate(20px);transition:opacity .4s ease,transform .4s ease;display:flex;flex-direction:column;gap:20px}.expertise-detail-panel.is-active{opacity:1;pointer-events:auto;transform:translate(0)}.expertise-detail-panel h3{margin:0;font-size:1.3rem;font-weight:600;color:#15377e;letter-spacing:-.01em}.expertise-detail-links{margin-top:12px;display:flex;flex-direction:column;gap:0}.expertise-detail-links a{position:relative;padding:16px 20px 16px 0;border-bottom:1px solid rgba(21,55,126,.18);display:flex;flex-direction:column;gap:6px;text-transform:none;transition:padding-left .25s ease,background .25s ease}.expertise-detail-links a:first-child{border-top:1px solid rgba(21,55,126,.18)}.expertise-detail-links a .link-main{font-size:.9rem;letter-spacing:.08em;font-weight:500;color:#15377e;display:flex;align-items:center;justify-content:space-between}.expertise-detail-links a .link-sub{font-size:.85rem;color:#4a4f5a;line-height:1.5;opacity:.85}.expertise-detail-links a .link-arrow{font-size:1.2rem;opacity:0;transform:translate(-8px);transition:opacity .25s ease,transform .25s ease;color:#15377e}.expertise-detail-links a:hover{padding-left:12px;background:#0000000a}.expertise-detail-links a:hover .link-main{color:#0f2557}.expertise-detail-links a:hover .link-arrow{opacity:1;transform:translate(0)}.expertise-item{overflow:hidden;transform:translateZ(0);will-change:transform}.expertise-item:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;pointer-events:none;background:linear-gradient(115deg,transparent 0%,rgba(255,255,255,.18) 18%,rgba(139,158,255,.16) 30%,transparent 56%);transform:translate(-140%) skew(-14deg);opacity:0;transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .2s ease}.expertise-item:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(255,255,255,.055) 0px,rgba(255,255,255,.055) 1px,transparent 1px,transparent 7px);opacity:0;transition:opacity .35s ease;mix-blend-mode:overlay}.expertise-item:hover:before{opacity:1;transform:translate(140%) skew(-14deg)}.expertise-item:hover:after{opacity:.35}.expertise-item .expertise-active-indicator{display:none}.expertise-item.is-active{padding-left:22px}.expertise-item.is-active::marker{content:none}.expertise-item.is-active:after{opacity:.22}.expertise-item.is-active .expertise-content h3:after{transform:scaleX(1);opacity:1}.expertise-item.is-active:before{opacity:.35;transform:translate(40%) skew(-14deg)}.expertise-item.is-active{box-shadow:0 0 0 1px #ffffff2e,0 12px 40px #000000b3}.expertise-item.is-active::selection{background:transparent}.expertise-item.is-active{border-left:3px solid rgba(139,158,255,.75)}.expertise-content h3{position:relative;display:inline-block}.expertise-content h3:after{content:"";position:absolute;left:0;bottom:-10px;height:2px;width:100%;background:#8b9effa6;transform:scaleX(0);transform-origin:left;opacity:.8;transition:transform .45s cubic-bezier(.2,.8,.2,1),opacity .25s ease}.expertise-item:hover .expertise-content h3:after{transform:scaleX(1);opacity:1}.expertise-item:hover .expertise-icon{transform:translateY(-2px) scale(1.03);border-color:#ffffff2e;background:#ffffff17}.section{min-height:100vh;padding:120px 24px 80px;display:flex;align-items:center}@media (max-width: 768px){.section{padding-inline:16px;padding-top:110px}}.section-hero{position:relative;min-height:100vh;padding:0 24px;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 768px){.section-hero{padding-inline:16px}}.hero-bg-layer{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:0;pointer-events:none;overflow:hidden}.hero-bg-video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);object-fit:cover;opacity:.9;filter:saturate(.8) contrast(1.15)}.hero-bg-image{position:absolute;top:-12%;right:-12%;bottom:-12%;left:-12%;background-image:url(/assets/backgr-BGMpJutZ.jpg);background-size:cover;background-position:center;opacity:.16;filter:blur(8px) saturate(1.05);mix-blend-mode:screen;display:none}.hero-bg-gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at top,#fffffff2,#ffffffd9 55%,#ffffffbf);opacity:.5}.hero-inner{position:relative;z-index:1;width:100%;height:100%;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px}@media (max-width: 480px){.hero-inner{padding:0 16px}}.hero-logo{margin-bottom:0;display:flex;align-items:center;justify-content:center;width:100%;max-width:900px}.hero-logo img{width:70%;max-width:900px;height:auto;filter:brightness(1.1)}@media (max-width: 968px){.hero-logo img{max-width:650px}}@media (max-width: 768px){.hero-logo img{max-width:450px;width:80%}}@media (max-width: 480px){.hero-logo img{max-width:320px;width:85%}}.hero-payoff{margin:0;display:flex;flex-direction:column;align-items:center;gap:12px;line-height:.9;width:100%}.hero-payoff-top{display:block;font-size:clamp(2rem,8vh,5rem);font-weight:700;letter-spacing:.4em;text-transform:uppercase;color:var(--accent-soft);white-space:nowrap}@media (max-width: 768px){.hero-payoff-top{font-size:clamp(1.25rem,6vh,3rem);letter-spacing:.3em}}.hero-payoff-bottom{display:block;font-size:clamp(3rem,14vh,8rem);font-weight:700;letter-spacing:-.03em;color:var(--accent);white-space:nowrap}@media (max-width: 768px){.hero-payoff-bottom{font-size:clamp(1.75rem,9vh,5rem)}}.hero-support{display:none}.scroll-hint{position:absolute;left:50%;bottom:40px;transform:translate(-50%);display:inline-flex;align-items:center;gap:10px;font-size:.75rem;text-transform:uppercase;letter-spacing:.18em;color:var(--text-muted)}@media (max-width: 768px){.scroll-hint{bottom:30px;font-size:.68rem;gap:8px}}@media (max-width: 480px){.scroll-hint{bottom:20px;font-size:.62rem}}.scroll-dot{width:10px;height:22px;border-radius:999px;border:1px solid var(--border-subtle);position:relative;overflow:hidden}.scroll-dot:after{content:"";position:absolute;left:50%;transform:translate(-50%);width:3px;height:6px;border-radius:999px;background:var(--accent-soft);animation:scrollDot 1.4s ease-in-out infinite}@keyframes scrollDot{0%,to{top:2px;opacity:1}50%{top:14px;opacity:.3}}.hero-glow-blob{position:absolute;width:800px;height:800px;left:50%;top:50%;transform:translate(-50%,-50%);background:radial-gradient(circle,rgba(255,255,255,.18) 0%,rgba(139,158,255,.12) 30%,transparent 70%);filter:blur(100px);mix-blend-mode:overlay;pointer-events:none;z-index:0;opacity:0;animation:glowBlobFadeIn 2s ease 2s forwards}@keyframes glowBlobFadeIn{to{opacity:1}}.hero-payoff-top .char,.hero-payoff-top .char-space{display:inline-block;will-change:transform,filter,opacity}.hero-payoff-top .char-space{width:.3em}.hero-inner{will-change:transform,opacity;transform-origin:center center}.hero-payoff-bottom{will-change:transform;backface-visibility:hidden}.section-we-design-emotions{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px 24px;background:linear-gradient(135deg,#081437,#15377e,#112a62,#15377e,#081437);background-size:300% 300%;animation:gradientMove 12s ease infinite;overflow:hidden}@media (max-width: 768px){.section-we-design-emotions{padding:100px 20px}}@keyframes gradientMove{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.we-design-emotions-inner{position:relative;z-index:1;width:100%;max-width:1400px;margin:0 auto;text-align:left;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:40px}@media (max-width: 768px){.we-design-emotions-inner{gap:30px}}.we-design-emotions-title{margin:0;display:flex;flex-direction:column;align-items:flex-start;gap:10px;line-height:1.1;width:100%}@media (max-width: 768px){.we-design-emotions-title{gap:8px}}.emotions-line{display:block;font-size:clamp(3rem,10vw,8rem);font-weight:700;color:#fff;text-transform:capitalize;white-space:nowrap;text-shadow:0 4px 30px rgba(0,0,0,.3);letter-spacing:.15em}@media (max-width: 968px){.emotions-line{font-size:clamp(2.5rem,9vw,6rem)}}@media (max-width: 768px){.emotions-line{font-size:clamp(2rem,8vw,5rem)}}.we-design-emotions-text{font-size:clamp(.95rem,1.8vw,1.1rem);line-height:1.8;color:#ffffffe6;max-width:1000px;text-align:left;font-weight:400;letter-spacing:.01em}@media (max-width: 768px){.we-design-emotions-text br{display:none}}@media (max-width: 768px){.we-design-emotions-text{font-size:1rem;line-height:1.7;text-align:left}}.b-letter-animation{position:absolute;right:8%;top:50%;transform:translateY(-50%);pointer-events:none;z-index:1}@media (max-width: 1200px){.b-letter-animation{right:5%}}@media (max-width: 768px){.b-letter-animation{display:none}}.b-letter-container{position:relative;width:500px;height:600px;perspective:1000px}@media (max-width: 1200px){.b-letter-container{width:380px;height:480px}}.b-letter-image{width:100%;height:100%;object-fit:contain;opacity:.4;filter:brightness(1.4) drop-shadow(0 15px 35px rgba(255,255,255,.15));animation:heartbeat 4s ease-in-out infinite;transform-style:preserve-3d}@keyframes heartbeat{0%,to{transform:scale(1) translateZ(0);filter:brightness(1.4) drop-shadow(0 15px 35px rgba(255,255,255,.15))}50%{transform:scale(1.05) translateZ(20px);filter:brightness(1.5) drop-shadow(0 20px 45px rgba(255,255,255,.25))}}.b-letter-reveal{display:none}.section-about{background:#fff;padding:120px 24px;min-height:auto;display:block}@media (max-width: 768px){.section-about{padding:60px 20px 40px}}@media (max-width: 480px){.section-about{padding:50px 16px 30px}}@media (max-width: 968px){.section-about h1{font-size:clamp(1.5rem,4.5vw,2.2rem)!important;line-height:1.5!important;margin-bottom:16px}}@media (max-width: 768px){.section-about h1{font-size:clamp(1.3rem,4vw,1.8rem)!important;line-height:1.4!important;margin-bottom:12px}}@media (max-width: 480px){.section-about h1{font-size:clamp(1.1rem,3.5vw,1.5rem)!important;line-height:1.35!important;margin-bottom:10px}}@media (max-width: 768px){.section-about .section-inner{line-height:2rem!important}}@media (max-width: 480px){.section-about .section-inner{line-height:1.5rem!important}}.section-inner{max-width:1200px;margin:0 auto;width:100%}.section-label{display:inline-block;font-size:1rem;text-transform:uppercase;letter-spacing:.2em;color:var(--primary);margin-bottom:16px;font-weight:600;opacity:.85}.section-title{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:var(--primary);margin:0 0 32px;letter-spacing:-.02em;line-height:1.1}@media (max-width: 768px){.section-title{font-size:clamp(1.8rem,4.5vw,2.5rem);margin:0 0 24px}}@media (max-width: 480px){.section-title{font-size:clamp(1.5rem,4vw,2rem);margin:0 0 20px}}.about-content{display:grid;grid-template-columns:.8fr 1.2fr;gap:80px;max-width:1400px;margin:0 auto;align-items:start}@media (max-width: 968px){.about-content{grid-template-columns:1fr;gap:40px}}@media (max-width: 768px){.about-content{gap:32px}}@media (max-width: 480px){.about-content{gap:24px}}.about-text{width:100%}.about-text .about-body{font-size:clamp(1.1rem,2.2vw,1.35rem);line-height:1.75;color:var(--text-muted);margin:0;opacity:.95;text-align:right;font-weight:400}@media (max-width: 968px){.about-text .about-body{font-size:1rem;line-height:1.6;text-align:left}}@media (max-width: 768px){.about-text .about-body{font-size:.95rem;line-height:1.55;text-align:center}}@media (max-width: 480px){.about-text .about-body{font-size:.9rem;line-height:1.5}}.about-image-sticky{position:relative;align-self:start;width:100%;aspect-ratio:16/9;overflow:hidden;border-radius:12px;box-shadow:0 8px 32px #0000001f}.about-image-sticky img{width:100%;height:100%;object-fit:cover;object-position:center center;display:block}@media (max-width: 968px){.about-image-sticky{position:relative;aspect-ratio:16/9}}.about-body-footer{grid-column:1/-1;font-size:clamp(1.1rem,2.2vw,1.35rem);line-height:1.75;color:var(--text-muted);margin:60px 0 0;opacity:.95;text-align:left;font-weight:400}@media (max-width: 768px){.about-body-footer{font-size:1.05rem;line-height:1.65;margin-top:40px}}.about-images{flex:1;display:flex;justify-content:center;align-items:flex-start;width:100%;position:sticky;top:100px;align-self:flex-start}@media (max-width: 968px){.about-images{position:static}}.about-image{border-radius:16px;overflow:hidden;background:#14236e4d;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);aspect-ratio:4/5;display:flex;align-items:center;justify-content:center;transition:all .5s cubic-bezier(.4,0,.2,1)}.about-image:hover{transform:translateY(-12px) scale(1.02);border-color:#8b9eff66;background:#19287866}.about-image .image-placeholder{color:var(--accent-soft);opacity:.3;transition:all .4s ease}.about-image:hover .image-placeholder{opacity:.5;transform:scale(1.1)}.about-actual-image{width:100%;height:100%;object-fit:cover}.about-image-single{width:100%;max-width:100%;aspect-ratio:3/4;height:100%;min-height:500px}@media (max-width: 968px){.about-image-single{aspect-ratio:16/10;height:auto;min-height:auto}}@media (max-width: 768px){.about-image-single{aspect-ratio:4/3;height:auto;min-height:auto}}.about-image-fullwidth{width:100vw;margin-left:calc(-50vw + 50%);margin-top:80px;max-height:80vh;overflow:hidden;position:relative}.about-image-fullwidth img{width:100%;height:60%;min-height:108vh;display:block;object-fit:cover;object-position:center center;will-change:transform}@media (max-width: 768px){.about-image-fullwidth{margin-top:40px;max-height:50vh}.about-image-fullwidth img{height:150%;min-height:75vh}}.section-horizontal-text{position:relative;min-height:50vh;padding:0;display:flex;align-items:center;justify-content:flex-start;background:#fff;overflow:hidden}@media (max-width: 768px){.section-horizontal-text{min-height:40vh}}.horizontal-text-wrapper{width:100%;overflow:hidden;position:relative}.horizontal-text-track{display:flex;gap:80px;white-space:nowrap;will-change:transform}.horizontal-text-item{font-size:clamp(4rem,12vw,10rem);font-weight:700;letter-spacing:-.02em;color:var(--accent-soft);text-transform:uppercase;-webkit-user-select:none;user-select:none;opacity:.6}@media (max-width: 768px){.horizontal-text-item{font-size:clamp(3rem,10vw,6rem)}}.section-quote{background:#fff;min-height:70vh;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:140px 24px}@media (max-width: 768px){.section-quote{min-height:60vh;padding:100px 20px}}.quote-container{max-width:1200px;margin:0 auto;text-align:center;position:relative;padding:0 40px}@media (max-width: 768px){.quote-container{padding:0 24px}}.quote-decoration{position:absolute;top:-60px;right:-40px;width:120px;height:120px;opacity:.3;pointer-events:none}@media (max-width: 768px){.quote-decoration{width:80px;height:80px;top:-40px;right:-20px}}.quote-number{font-size:.9rem;font-weight:600;letter-spacing:.15em;color:#15377e4d;margin-bottom:48px;font-family:Montserrat,sans-serif}@media (max-width: 768px){.quote-number{margin-bottom:32px}}.quote-text{font-size:clamp(1.8rem,4vw,3.5rem);font-weight:300;line-height:1.35;color:var(--primary);letter-spacing:-.01em;font-style:normal;position:relative;max-width:100%;margin:0 auto 60px}@media (max-width: 768px){.quote-text{margin-bottom:48px;font-size:clamp(1.5rem,5vw,2rem)}}.quote-mark{font-size:1.3em;color:#15377e33;font-weight:400;line-height:0;vertical-align:top;display:inline-block;margin:0 .05em}.quote-mark:first-child{margin-right:.1em}.quote-mark:last-child{margin-left:.1em}.quote-attribution{display:flex;align-items:center;justify-content:center;gap:24px;font-size:.95rem;font-weight:500;letter-spacing:.08em;color:#15377e99;text-transform:uppercase}@media (max-width: 768px){.quote-attribution{gap:16px}}.quote-line{width:48px;height:1px;background:linear-gradient(90deg,transparent 0%,rgba(21,55,126,.3) 50%,transparent 100%)}@media (max-width: 768px){.quote-line{width:32px}}.section-founder{background:#fff;padding:80px 24px 40px;min-height:auto}@media (max-width: 768px){.section-founder{padding:60px 20px 30px}}.founder-layout{display:grid;grid-template-columns:400px 1fr;gap:100px;align-items:start}@media (max-width: 1024px){.founder-layout{grid-template-columns:1fr;gap:60px}}@media (max-width: 768px){.founder-layout{gap:40px}}@media (max-width: 480px){.founder-layout{gap:32px}}.founder-image-wrapper{position:relative;height:auto}@media (max-width: 1024px){.founder-image-wrapper{height:auto;max-height:none}}.founder-image{position:relative;border-radius:20px;overflow:hidden;background:#14236e59;border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);aspect-ratio:3/4;display:flex;align-items:center;justify-content:center;transition:transform .4s ease;margin-top:70px}.founder-image img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}@media (max-width: 1024px){.founder-image{position:relative;max-width:400px;margin:40px auto 0;aspect-ratio:3/4;max-height:none}}@media (max-width: 768px){.founder-image{max-width:350px;margin-top:20px;border-radius:16px}}@media (max-width: 480px){.founder-image{max-width:300px;margin-top:10px;border-radius:14px}}.founder-image:hover{transform:scale(1.02)}.founder-image .image-placeholder{color:var(--accent-soft);opacity:.25}.founder-content{padding-top:40px;min-height:auto}@media (max-width: 1024px){.founder-content{padding-top:0;min-height:auto;transform:none!important;transition:none!important}}.founder-text{display:flex;flex-direction:column;gap:28px}.founder-text p{font-size:1.05rem;line-height:1.8;color:var(--text-muted);margin:0;padding-left:0;border-left:3px solid transparent;transition:all .6s cubic-bezier(.4,0,.2,1);opacity:.6;font-weight:400}@media (max-width: 1024px){.founder-text p{opacity:1!important;font-weight:400;color:var(--text-muted);border-left:none;padding-left:0;transform:none}}.founder-text p.is-active{opacity:1;font-weight:600;color:#15377e;border-left-color:#15377e;padding-left:24px;transform:translate(0)}@media (max-width: 1024px){.founder-text p.is-active{font-weight:400;color:var(--text-muted);border-left:none;padding-left:0}}.founder-text p.is-inactive{opacity:.5;font-weight:400;color:#15377eb3;border-left-color:transparent;padding-left:0}.section-parallax-image{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;padding:0;margin-top:80px;overflow:hidden;background:#fff}@media (max-width: 768px){.section-parallax-image{min-height:60vh}}.parallax-image-container{position:relative;width:100%;height:80vh;overflow:hidden;will-change:transform}@media (max-width: 1024px){.parallax-image-container{height:50vh;margin:40px 0}}@media (max-width: 768px){.parallax-image-container{height:40vh;margin:30px 0}}@media (max-width: 480px){.parallax-image-container{height:35vh;margin:20px 0}}.parallax-image{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:120%;object-fit:cover;object-position:center;will-change:transform;transition:transform .1s linear}@media (max-width: 1024px){.parallax-image{position:relative;top:0;left:0;transform:none;width:100%;height:100%;object-fit:cover}}.section-scroll-sequence{background:#fff;position:relative;overflow:visible;padding:0;min-height:auto;display:block!important;align-items:initial!important}.scroll-sequence-header{text-align:center;padding:120px 24px 80px;position:relative;z-index:10;width:100%;max-width:100%}@media (max-width: 768px){.scroll-sequence-header{padding:80px 20px 60px}}.scroll-sequence-container{position:relative;height:300vh;width:100%}.scroll-sequence-sticky{position:sticky;top:0;left:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0}.process-slide{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:900px;padding:0 40px;opacity:0;will-change:opacity,transform;pointer-events:none;display:flex;flex-direction:column;align-items:center;gap:0}.process-slide[style*="opacity: 1"]{pointer-events:auto}@media (max-width: 768px){.process-slide{max-width:95%;padding:0 20px}}.slide-graphic{width:240px;height:120px;margin-bottom:-20px;z-index:5;opacity:inherit;will-change:opacity,transform}.slide-graphic svg{width:100%;height:100%;filter:drop-shadow(0 4px 12px rgba(80,100,200,.15))}@media (max-width: 768px){.slide-graphic{width:160px;height:96px;margin-bottom:-15px}}.slide-content{text-align:center;padding:60px 50px;border-radius:24px;background:#ffffffb3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(80,100,200,.15);box-shadow:0 30px 80px #0000001f}@media (max-width: 768px){.slide-content{padding:40px 30px}}.slide-number{display:inline-block;font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#5064c8;padding:6px 16px;border-radius:999px;border:1px solid rgba(80,100,200,.25);background:#5064c814;margin-bottom:20px}.slide-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:#070d32f2;margin:0 0 16px;letter-spacing:-.02em;line-height:1.2}.slide-text{font-size:1.05rem;line-height:1.8;color:#283250d9;max-width:540px;margin:0 auto}.section-approach{background:#fff;padding:140px 24px;min-height:auto}@media (max-width: 768px){.section-approach{padding:100px 20px}}.approach-header{text-align:center;max-width:700px;margin:0 auto 80px}.approach-header .approach-intro{font-size:1.1rem;line-height:1.7;color:var(--text-muted);margin:0;opacity:.9}.approach-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:1100px;margin:0 auto}@media (max-width: 968px){.approach-grid{grid-template-columns:1fr;gap:24px}}.approach-card{position:relative;padding:40px 32px;border-radius:20px;background:linear-gradient(135deg,#15377e,#0f2557);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #15377e4d;transition:all .5s cubic-bezier(.4,0,.2,1);overflow:hidden}.approach-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,#ffffff 0%,transparent 100%);opacity:0;transition:opacity .5s ease}.approach-card:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--mouse-x, 50%) var(--mouse-y, 50%),rgba(255,255,255,.1) 0%,transparent 50%);opacity:0;transition:opacity .5s ease}.approach-card:hover{transform:translateY(-12px) scale(1.02);background:linear-gradient(135deg,#1e4bad,#15377e);border-color:#fff6;box-shadow:0 0 0 2px #ffffff4d,0 24px 64px #15377e80}.approach-card:hover:before{opacity:1}.approach-card:hover:after{opacity:1}.approach-card:hover .approach-number{color:#fff;transform:scale(1.15)}.approach-card:hover .approach-icon{transform:translateY(-6px) scale(1.05);color:#fff;box-shadow:0 8px 24px #ffffff4d}.approach-card h3{font-size:1.4rem;font-weight:600;color:#fff;margin:0 0 16px;line-height:1.3}.approach-card p{font-size:.95rem;line-height:1.7;color:#ffffffe6;margin:0;opacity:1}.approach-number{position:absolute;top:24px;right:24px;font-size:3rem;font-weight:700;color:#ffffff26;line-height:1;transition:all .4s ease}.approach-icon{width:56px;height:56px;border-radius:12px;background:#ffffff26;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#fff;margin-bottom:24px;transition:all .4s ease}.approach-icon svg{width:32px;height:32px}.section-expertise-preview{background:#fff;padding:120px 24px 100px;min-height:auto;display:block!important;overflow:hidden}@media (max-width: 768px){.section-expertise-preview{padding:80px 20px}}.expertise-preview-header{text-align:center;max-width:900px;margin:0 auto 100px;position:relative;z-index:10}.expertise-preview-header .section-label{display:inline-block;color:#fff;background:var(--primary);padding:8px 20px;border-radius:20px;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.12em;margin-bottom:24px;box-shadow:0 4px 16px #15377e40}.expertise-preview-header .section-title{color:var(--primary);font-weight:800;margin-bottom:24px;font-size:clamp(2.2rem,5vw,3.2rem);letter-spacing:-.02em;line-height:1.1;background:linear-gradient(135deg,var(--primary) 0%,rgba(21,55,126,.7) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.expertise-preview-header .expertise-subtitle{color:#15377ebf;font-size:1.15rem;line-height:1.7;font-weight:400;margin:0 auto;max-width:700px}@media (max-width: 768px){.expertise-preview-header{margin-bottom:60px}.expertise-preview-header .section-label{font-size:.75rem;padding:6px 16px}.expertise-preview-header .expertise-subtitle{font-size:1rem}}.expertise-grid-container{max-width:1400px;margin:0 auto;padding:0 40px}@media (max-width: 768px){.expertise-grid-container{padding:0 24px}}.expertise-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;grid-auto-rows:minmax(240px,auto)}.expertise-grid .expertise-preview-card:nth-child(1){grid-column:span 2;min-height:240px}.expertise-grid .expertise-preview-card:nth-child(2){grid-column:span 1;min-height:240px}.expertise-grid .expertise-preview-card:nth-child(3){grid-column:span 1;grid-row:span 2;min-height:504px}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal{flex-direction:column;gap:20px;align-items:stretch}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal .card-horizontal-image{width:100%;height:280px;order:-1;padding:0;background:transparent}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal .card-horizontal-image img{border-radius:12px}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal .card-horizontal-content{flex:1;justify-content:flex-start}.expertise-grid .expertise-preview-card:nth-child(4){grid-column:span 1;min-height:240px}.expertise-grid .expertise-preview-card:nth-child(5){grid-column:span 1;grid-row:span 2;min-height:504px}.expertise-grid .expertise-preview-card:nth-child(5).card-horizontal{flex-direction:column;gap:20px;align-items:stretch}.expertise-grid .expertise-preview-card:nth-child(5).card-horizontal .card-horizontal-image{width:100%;height:280px;order:-1;padding:0;background:transparent}.expertise-grid .expertise-preview-card:nth-child(5).card-horizontal .card-horizontal-image img{border-radius:12px}.expertise-grid .expertise-preview-card:nth-child(5).card-horizontal .card-horizontal-content{flex:1;justify-content:flex-start}.expertise-grid .expertise-preview-card:nth-child(6){grid-column:span 1;min-height:240px}.expertise-grid .expertise-preview-card:nth-child(7){grid-column:span 1;min-height:180px;max-height:240px}.expertise-grid .expertise-preview-card:nth-child(8){grid-column:span 2;min-height:180px;max-height:240px;display:flex;flex-direction:row;gap:32px;align-items:center}.expertise-grid .expertise-preview-card:nth-child(8) .card-featured-content{flex:1;min-width:0}.expertise-grid .expertise-preview-card:nth-child(8) .card-featured-image{flex:0 0 45%;height:100%;max-height:240px}@media (max-width: 768px){.expertise-grid .expertise-preview-card:nth-child(8){flex-direction:column;max-height:none}.expertise-grid .expertise-preview-card:nth-child(8) .card-featured-image{flex:0 0 auto;width:100%;height:220px}}@media (max-width: 1024px) and (min-width: 769px){.expertise-grid{grid-template-columns:repeat(2,1fr);gap:20px}.expertise-grid .expertise-preview-card:nth-child(1){grid-column:span 2!important;min-height:220px!important;grid-row:span 1!important}.expertise-grid .expertise-preview-card:nth-child(2){grid-column:span 2!important;min-height:200px!important;grid-row:span 1!important}.expertise-grid .expertise-preview-card:nth-child(3){grid-column:span 1!important;grid-row:span 2!important;min-height:420px!important}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal{flex-direction:column!important;gap:16px;align-items:stretch}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal .card-horizontal-image{width:100%!important;height:240px!important;order:-1!important;padding:0!important;background:transparent!important;border-radius:12px!important;overflow:hidden!important}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal .card-horizontal-image img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:12px!important}.expertise-grid .expertise-preview-card:nth-child(3).card-horizontal .card-horizontal-content{flex:1;justify-content:flex-start}.expertise-grid .expertise-preview-card:nth-child(4){grid-column:span 1!important;min-height:200px!important;grid-row:span 1!important}.expertise-grid .expertise-preview-card:nth-child(5){grid-column:span 1!important;min-height:200px!important;grid-row:span 1!important}.expertise-grid .expertise-preview-card:nth-child(6){grid-column:span 2!important;min-height:200px!important;grid-row:span 1!important}.expertise-grid .expertise-preview-card:nth-child(7){grid-column:span 1!important;grid-row:span 2!important;min-height:420px!important}.expertise-grid .expertise-preview-card:nth-child(7).card-horizontal{flex-direction:column!important;gap:16px;align-items:stretch}.expertise-grid .expertise-preview-card:nth-child(7).card-horizontal .card-horizontal-content{order:1!important;flex:1;justify-content:flex-start}.expertise-grid .expertise-preview-card:nth-child(7).card-horizontal .card-horizontal-image{width:100%!important;height:240px!important;order:2!important;padding:0!important;background:transparent!important;border-radius:12px!important;overflow:hidden!important}.expertise-grid .expertise-preview-card:nth-child(7).card-horizontal .card-horizontal-image img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:12px!important}.expertise-grid .expertise-preview-card:nth-child(8){grid-column:span 1!important;grid-row:span 2!important;min-height:420px!important}.expertise-grid .expertise-preview-card:nth-child(8).card-featured{flex-direction:column!important;gap:16px;align-items:stretch}.expertise-grid .expertise-preview-card:nth-child(8).card-featured .card-featured-image{width:100%!important;height:240px!important;order:-1!important;padding:0!important;background:transparent!important;border-radius:12px!important;overflow:hidden!important}.expertise-grid .expertise-preview-card:nth-child(8).card-featured .card-featured-image img{width:100%!important;height:100%!important;object-fit:contain!important;border-radius:12px!important}.expertise-grid .expertise-preview-card:nth-child(8).card-featured .card-featured-content{flex:1;justify-content:flex-start}.expertise-grid .expertise-preview-card:nth-child(9){grid-column:span 1!important;min-height:200px!important;grid-row:span 1!important}.expertise-grid .card-horizontal-image{width:140px!important;height:140px!important;padding:10px!important;background:#ffffff08!important;border-radius:12px!important;overflow:hidden!important}.expertise-grid .card-horizontal-image img{width:100%!important;height:100%!important;object-fit:cover!important;border-radius:8px!important}.expertise-grid .expertise-preview-card:nth-child(1) .card-featured-image,.expertise-grid .expertise-preview-card:nth-child(2) .card-featured-image{border-radius:12px!important;overflow:hidden!important}.expertise-grid .expertise-preview-card:nth-child(1) .card-featured-image img,.expertise-grid .expertise-preview-card:nth-child(2) .card-featured-image img{border-radius:12px!important}.expertise-grid .card-horizontal-image,.expertise-grid .card-featured-image,.expertise-grid .expertise-preview-icon{border-radius:12px!important;overflow:hidden!important}.expertise-grid .card-horizontal-image img,.expertise-grid .card-featured-image img,.expertise-grid .expertise-preview-icon img{border-radius:12px!important}.expertise-grid .expertise-preview-card:not(:nth-child(3)):not(:nth-child(7)):not(:nth-child(8)){flex-direction:row!important;gap:20px;align-items:center}}@media (max-width: 768px){.expertise-grid{grid-template-columns:1fr;gap:20px}.expertise-grid .expertise-preview-card:nth-child(n){grid-column:span 1!important;min-height:300px!important}}.expertise-preview-card{display:flex;flex-direction:column;padding:24px 20px;border-radius:24px;background:#fff;border:2px solid rgba(21,55,126,.12);text-decoration:none;box-shadow:0 0 0 1px #15377e14,0 8px 28px #15377e26,0 2px 8px #0000000f;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;justify-content:center}@media (max-width: 768px){.expertise-preview-card{padding:20px 16px}}.expertise-preview-card:nth-child(odd){background:linear-gradient(135deg,#fff,#f8faff)}.expertise-preview-card:nth-child(odd):after{background:linear-gradient(135deg,rgba(21,55,126,.08) 0%,transparent 60%)}.expertise-preview-card:nth-child(2n){background:linear-gradient(135deg,#fff,#fafafc)}.expertise-preview-card:nth-child(2n):after{background:linear-gradient(135deg,rgba(100,110,130,.06) 0%,transparent 60%)}.expertise-preview-card .card-decoration{position:absolute;width:140px;height:140px;opacity:1;z-index:1;pointer-events:none;transition:all .5s cubic-bezier(.4,0,.2,1)}.expertise-preview-card .card-decoration svg{width:100%;height:100%}.expertise-preview-card .card-decoration-1{top:-20px;right:-20px}.expertise-preview-card .card-decoration-2{bottom:-15px;left:-15px}.expertise-preview-card .card-decoration-3{top:-25px;left:50%;transform:translate(-50%)}.expertise-preview-card .card-decoration-4{bottom:-10px;right:-10px}.expertise-preview-card .card-decoration-5{top:50%;right:-20px;transform:translateY(-50%)}.expertise-preview-card .card-decoration-6{bottom:-15px;left:50%;transform:translate(-50%)}.expertise-preview-card:nth-child(1){display:grid;grid-template-columns:1fr 45%;gap:28px;align-items:center}@media (max-width: 768px){.expertise-preview-card:nth-child(1){grid-template-columns:1fr;gap:20px}}.expertise-preview-card:nth-child(1):before{display:none}.expertise-preview-card:nth-child(2):before{content:"";position:absolute;top:-10px;right:-10px;width:100px;height:100px;background:linear-gradient(135deg,rgba(21,55,126,.06) 0%,transparent 70%);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%);z-index:0}.expertise-preview-card:nth-child(3):before{content:"";position:absolute;bottom:0;left:0;width:80px;height:80px;background:linear-gradient(45deg,rgba(21,55,126,.07) 0%,transparent 70%);border-radius:50% 0 0;z-index:0}.expertise-preview-card:nth-child(4):before{content:"";position:absolute;top:20px;left:20px;width:60px;height:60px;background:repeating-linear-gradient(45deg,rgba(21,55,126,.04),rgba(21,55,126,.04) 2px,transparent 2px,transparent 8px);border-radius:12px;z-index:0}.expertise-preview-card:nth-child(5):before{content:"";position:absolute;top:-15px;right:30px;width:90px;height:90px;background:conic-gradient(from 45deg,rgba(21,55,126,.06) 0%,transparent 50%,rgba(21,55,126,.06) 100%);border-radius:50%;z-index:0}.expertise-preview-card:nth-child(6):before{content:"";position:absolute;bottom:15px;right:15px;width:110px;height:110px;background:linear-gradient(135deg,transparent 30%,rgba(21,55,126,.05) 100%);clip-path:polygon(0 0,100% 0,100% 100%);z-index:0}.expertise-preview-card:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)):not(:nth-child(4)):not(:nth-child(5)):not(:nth-child(6)):before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,var(--primary) 0%,rgba(21,55,126,.5) 100%);transform:scaleX(0);transform-origin:left;transition:transform .5s cubic-bezier(.4,0,.2,1);z-index:1}.expertise-preview-card:after{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(135deg,var(--primary-light) 0%,transparent 50%);border-radius:20px;opacity:0;z-index:-1;transition:opacity .5s ease}.expertise-preview-card:hover{transform:translateY(-16px) scale(1.02);background:linear-gradient(135deg,#fff,#fcfdff);border-color:#15377e59;box-shadow:0 0 0 3px #15377e26,0 24px 64px #15377e40,0 8px 24px #00000014,0 0 60px #15377e26}.expertise-preview-card:hover:before{transform:scaleX(1)}.expertise-preview-card:hover:after{opacity:1}.expertise-preview-card:hover .card-decoration{opacity:1;transform:scale(1.15) rotate(8deg)}.expertise-preview-card:hover .card-decoration-3{transform:translate(-50%) scale(1.15) rotate(8deg)}.expertise-preview-card:hover .card-decoration-5{transform:translateY(-50%) scale(1.15) rotate(8deg)}.expertise-preview-card:hover .card-decoration-6{transform:translate(-50%) scale(1.15) rotate(8deg)}.expertise-preview-card:hover .expertise-preview-icon{transform:scale(1.15) translateY(-6px) rotate(5deg);background:linear-gradient(135deg,#15377e26,#15377e40);border-color:#15377e66;color:var(--primary);box-shadow:0 12px 32px #15377e59}.expertise-preview-card:hover .expertise-preview-link{transform:translate(8px);color:var(--primary)}.expertise-preview-card:hover .expertise-preview-link svg{transform:translate(4px) rotate(-5deg)}.expertise-preview-card:hover h3{color:var(--primary);transform:translate(2px)}.expertise-preview-card:hover p{transform:translate(2px)}.expertise-preview-card h3{font-size:1.1rem;font-weight:700;color:var(--primary);margin:0 0 8px;line-height:1.25;position:relative;z-index:2;transition:transform .4s cubic-bezier(.4,0,.2,1),color .3s ease}.expertise-preview-card p{font-size:.875rem;line-height:1.5;color:#15377ebf;margin:0;opacity:1;flex:1;font-weight:400;position:relative;z-index:2;transition:transform .4s cubic-bezier(.4,0,.2,1)}.expertise-preview-card:nth-child(1) h3{font-size:1.35rem;margin-bottom:12px;line-height:1.2}.expertise-preview-card:nth-child(1) p{font-size:.95rem;line-height:1.55}.card-featured-image{width:100%;height:100%;border-radius:16px;overflow:hidden;position:relative;z-index:1}.card-featured-image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.card-featured-image{height:220px;margin-bottom:16px}}.card-featured-content{display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.expertise-preview-card:nth-child(1):hover .card-featured-image img{transform:scale(1.08)}.card-horizontal{display:flex;flex-direction:row;gap:32px;align-items:center}@media (max-width: 900px){.card-horizontal{flex-direction:column;gap:20px}}.card-horizontal-content{flex:1;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2}.card-horizontal-image{width:140px;height:140px;flex-shrink:0;border-radius:12px;overflow:hidden;position:relative;z-index:1;padding:10px;background:#ffffff08}.card-horizontal-image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 900px){.card-horizontal-image{width:100%;height:220px;padding:0;background:transparent}.card-horizontal-image img{object-fit:contain}}@media (max-width: 768px){.card-horizontal-image{height:200px}}.card-horizontal:hover .card-horizontal-image img{transform:scale(1.08)}.card-badge{position:absolute;top:20px;right:20px;padding:6px 14px;background:var(--primary);color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:12px;box-shadow:0 4px 12px #15377e4d;z-index:10}.expertise-preview-icon{width:60px;height:60px;border-radius:14px;background:var(--primary-light);border:2px solid var(--primary-border);display:flex;align-items:center;justify-content:center;color:var(--primary);margin-bottom:20px;position:relative;z-index:2;transition:all .4s ease}.expertise-preview-icon svg{width:28px;height:28px;stroke:var(--primary);fill:none;stroke-width:2.5}.expertise-preview-link{display:inline-flex;align-items:center;gap:8px;font-size:.85rem;font-weight:600;color:var(--primary);letter-spacing:.02em;position:relative;z-index:2;transition:all .3s ease}.expertise-preview-link svg{width:16px;height:16px;transition:transform .3s ease;stroke-width:2.5;stroke:var(--primary);fill:none}.section-cta{position:relative;padding:180px 24px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#eff1f3}@media (max-width: 768px){.section-cta{padding:120px 20px}}.section-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:repeating-linear-gradient(0deg,rgba(21,55,126,.02) 0px,rgba(21,55,126,.02) 1px,transparent 1px,transparent 6px),repeating-linear-gradient(90deg,rgba(21,55,126,.015) 0px,rgba(21,55,126,.015) 1px,transparent 1px,transparent 8px);opacity:.3}.section-cta:after{content:"";position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;z-index:1;pointer-events:none;background:radial-gradient(circle at 30% 30%,rgba(21,55,126,.03),transparent 42%),radial-gradient(circle at 70% 60%,rgba(21,55,126,.05),transparent 45%);filter:blur(90px)}.cta-content{max-width:860px;width:100%;margin:0 auto;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.cta-content .section-label{color:#15377e;font-weight:600;opacity:.9}.cta-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;color:#ffffffe6;background:#ffffff0f;border:1px solid rgba(255,255,255,.16);box-shadow:0 18px 55px #00000059,inset 0 1px #ffffff2e;margin-bottom:18px}.cta-icon svg{width:26px;height:26px}.cta-title{font-size:clamp(2.6rem,6vw,4.2rem);font-weight:800;color:var(--primary)!important;margin:0 0 18px;letter-spacing:-.03em;line-height:1.05;text-align:center}.cta-text{font-size:1.15rem;line-height:1.85;color:#15377e!important;max-width:680px;margin:0 0 44px;text-align:center}.cta-button{--btn-h: 56px;display:inline-flex;align-items:center;justify-content:center;gap:12px;height:var(--btn-h);padding:0 32px;border-radius:16px;text-decoration:none;font-weight:750;font-size:.95rem;letter-spacing:.12em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#112a62,#0f2557);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 24px #15377e4d,inset 0 1px #ffffff1a;position:relative;overflow:hidden;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease,background .35s ease}.cta-button:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.2) 18%,rgba(255,255,255,.3) 30%,transparent 52%);transform:translate(-140%) skew(-14deg);opacity:0;transition:transform .7s cubic-bezier(.2,.8,.2,1),opacity .2s ease;pointer-events:none}.cta-button:hover{transform:translateY(-6px);background:linear-gradient(135deg,#1e4bad,#15377e);border-color:#fff6;box-shadow:0 16px 40px #15377e66,inset 0 1px #ffffff26}.cta-button:hover:before{opacity:1;transform:translate(140%) skew(-14deg)}.cta-button:hover svg{transform:translate(6px);opacity:1}.cta-button:active{transform:translateY(-2px) scale(.99)}.cta-button:focus-visible{outline:none;box-shadow:0 16px 40px #15377e80,0 0 0 4px #15377e4d,inset 0 1px #fff3;border-color:#ffffff80}.cta-button svg{width:18px;height:18px;transition:transform .35s ease,opacity .35s ease;opacity:.9}@media (max-width: 480px){.cta-button{width:100%;max-width:340px}}.footer{background:linear-gradient(180deg,#112a62,#0f2557);border-top:1px solid rgba(255,255,255,.1);padding:80px 24px 40px}@media (max-width: 1024px) and (min-width: 769px){.footer{padding:70px 50px 40px}}@media (max-width: 768px){.footer{padding:50px 20px 30px}}@media (max-width: 480px){.footer{padding:40px 16px 24px}}.footer-inner{max-width:1200px;margin:0 auto}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:80px;margin-bottom:60px}@media (max-width: 1024px) and (min-width: 769px){.footer-top{display:grid!important;grid-template-columns:180px 1fr!important;gap:50px!important;margin-bottom:50px;align-items:start}}@media (max-width: 768px){.footer-top{grid-template-columns:1fr;gap:0;margin-bottom:40px}}@media (max-width: 480px){.footer-top{margin-bottom:32px}}@media (min-width: 1025px){.footer-brand .footer-logo img{max-width:65%}}@media (max-width: 1024px) and (min-width: 769px){.footer-brand{text-align:left!important;margin-bottom:0!important}.footer-brand .footer-logo img{max-width:160px!important;height:auto}}@media (max-width: 768px){.footer-brand{text-align:center;margin-bottom:40px;order:-1}.footer-brand .footer-logo img{max-width:180px}}@media (max-width: 480px){.footer-brand{margin-bottom:32px;margin-left:auto;margin-right:auto}.footer-brand .footer-logo img{max-width:150px}}.footer-nav{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}@media (max-width: 1024px) and (min-width: 769px){.footer-nav{grid-template-columns:repeat(3,1fr)!important;gap:35px!important;width:100%;margin-bottom:0!important;text-align:left!important}.footer-nav .footer-nav-column h4{font-size:.8rem;margin-bottom:16px}.footer-nav .footer-nav-column a{font-size:.85rem}.footer-nav .footer-nav-column ul{gap:10px}.footer-nav .footer-nav-column:nth-child(3){grid-column:auto!important;text-align:left!important;margin-top:0!important}.footer-nav .footer-nav-column:nth-child(3) ul{align-items:flex-start!important}}@media (max-width: 768px){.footer-nav{grid-template-columns:repeat(2,1fr);gap:32px;margin-bottom:40px;text-align:center}}@media (max-width: 480px){.footer-nav{grid-template-columns:1fr;gap:24px;margin-bottom:28px}}@media (max-width: 768px){.footer-nav .footer-nav-column:nth-child(3){grid-column:1/-1;text-align:center;margin-top:8px}.footer-nav .footer-nav-column:nth-child(3) ul{align-items:center}}.footer-nav-column h4{font-size:.85rem;font-weight:600;color:#ffffffe6;text-transform:uppercase;letter-spacing:.1em;margin:0 0 20px}.footer-nav-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}.footer-nav-column li{margin:0}.footer-nav-column a{font-size:.95rem;color:#ffffffbf;text-decoration:none;transition:color .3s ease,transform .3s ease;display:inline-block;opacity:.95}.footer-nav-column a:hover{color:#fff;transform:translate(4px);opacity:1}.footer-social{margin-top:28px;display:flex;gap:14px}@media (max-width: 768px){.footer-social{margin-top:24px;justify-content:center}}.social-icon{display:inline-flex;align-items:center;justify-content:center;color:#fffc;transition:all .3s ease;padding:0;background:transparent;border:none}.social-icon:hover{color:#fff;transform:translateY(-2px)}.social-icon svg{width:20px;height:20px;display:block}.footer-legal{display:flex;gap:12px;align-items:center}.footer-legal a{font-size:.85rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease;opacity:.9}.footer-legal a:hover{color:#fff;opacity:1}.footer-legal .footer-separator{color:#ffffff80;font-size:.85rem}.footer-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.1) 50%,transparent 100%);margin-bottom:32px}.footer-bottom{display:flex;justify-content:space-between;align-items:center;gap:24px}@media (max-width: 768px){.footer-bottom{flex-direction:column;text-align:center;gap:16px}}.footer-copyright{font-size:.85rem;color:#ffffffb3;margin:0;opacity:.9}.footer-links{display:flex;gap:24px}.footer-links a{font-size:.85rem;color:#ffffffb3;text-decoration:none;transition:color .3s ease;opacity:.9}.footer-links a:hover{color:#fff;opacity:1}.section-about-hero{position:relative;min-height:90vh;background:linear-gradient(135deg,#081437,#15377e,#112a62,#15377e,#081437);display:flex;align-items:center;justify-content:center;overflow:visible;padding:160px 24px 100px}@media (max-width: 768px){.section-about-hero{min-height:70vh;padding:140px 20px 80px}}.about-hero-bg{position:absolute;top:0;left:0;right:0;bottom:0;z-index:0;pointer-events:none;overflow:hidden}.about-hero-graphic{position:absolute;width:100%;height:100%;opacity:1}.about-hero-graphic svg{width:100%;height:100%}.about-hero-content{position:relative;z-index:1;text-align:center;max-width:900px;margin:0 auto}.about-hero-title{font-size:clamp(2.8rem,6vw,4.5rem);font-weight:800;color:#fff;line-height:1.1;letter-spacing:-.03em;margin:20px 0 24px}@media (max-width: 768px){.about-hero-title{margin:16px 0 20px}}.about-hero-subtitle{font-size:clamp(1.1rem,2vw,1.4rem);color:#283250bf;font-weight:400;line-height:1.6;max-width:650px;margin:0 auto}.about-hero-scroll{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:12px;opacity:.6}.about-hero-scroll span{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:#ffff;font-weight:600}.about-hero-scroll .scroll-line{width:1px;height:40px;background:linear-gradient(180deg,var(--primary) 0%,transparent 100%);animation:scrollLineMove 2s ease-in-out infinite}@keyframes scrollLineMove{0%,to{transform:translateY(0);opacity:1}50%{transform:translateY(10px);opacity:.3}}.section-about-content{background:#fff;padding:140px 24px;min-height:auto;display:block;overflow:hidden}@media (max-width: 768px){.section-about-content{padding:100px 20px}}.about-content-wrapper{max-width:1200px;margin:0 auto}.about-content-grid{display:flex;flex-direction:column;gap:60px}@media (max-width: 1024px){.about-content-grid{gap:50px}}@media (max-width: 768px){.about-content-grid{gap:40px}}@media (max-width: 480px){.about-content-grid{gap:32px}}.about-text-block{width:100%}.about-text-block .about-section-title{font-size:clamp(2rem,4vw,2.8rem);font-weight:700;color:var(--primary);line-height:1.3;margin:0 0 40px;letter-spacing:-.02em}.about-text-block .about-text-content p{font-size:clamp(1.15rem,2.5vw,1.3rem);line-height:1.85;color:#15377ec7;margin:0 0 28px}.about-text-block .about-text-content p:last-child{margin-bottom:0}@media (max-width: 768px){.about-text-block .about-text-content p{font-size:1.1rem;line-height:1.75}}.about-image-block{position:relative;width:100vw;margin-left:calc(-50vw + 50%);max-height:60vh;overflow:hidden}@media (max-width: 768px){.about-image-block{max-height:50vh}}.about-image-wrapper{position:relative;border-radius:0;overflow:hidden;width:100%;height:100%;box-shadow:none;transition:transform .5s ease,box-shadow .5s ease}.about-image-wrapper img{width:100%;height:180%;min-height:108vh;object-fit:cover;object-position:center center;will-change:transform}.about-image-wrapper:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 30px 80px #15377e33,0 12px 32px #0000001a}.about-image-wrapper:hover .image-decoration{transform:scale(1.1) rotate(15deg);opacity:.8}.about-image-wrapper .image-placeholder{width:100%;aspect-ratio:21/9;background:#f5f7fc;display:flex;align-items:center;justify-content:center}.about-image-wrapper .image-placeholder svg{width:100%;height:100%}@media (max-width: 768px){.about-image-wrapper img{height:150%;min-height:75vh}.about-image-wrapper .image-placeholder{aspect-ratio:16/10}}.image-decoration{position:absolute;bottom:-30px;right:-30px;width:200px;height:200px;opacity:.5;z-index:0;transition:all .5s ease;pointer-events:none}.image-decoration svg{width:100%;height:100%}.about-info-box{margin-top:40px;padding:32px;background:linear-gradient(135deg,#15377e08,#15377e14);border-radius:20px;border:1px solid rgba(21,55,126,.1);position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)}.about-info-box:before{content:"";position:absolute;top:0;left:0;width:100%;height:4px;background:linear-gradient(90deg,var(--primary) 0%,var(--accent) 100%);transform:scaleX(0);transform-origin:left;transition:transform .6s ease}.about-info-box:hover{transform:translateY(-4px);background:linear-gradient(135deg,#15377e0d,#15377e1f);border-color:#15377e33;box-shadow:0 12px 32px #15377e26}.about-info-box:hover:before{transform:scaleX(1)}.about-info-box:hover .info-box-icon{transform:scale(1.1) rotate(5deg)}.about-info-box .info-box-icon{width:70px;height:70px;margin-bottom:20px;transition:transform .5s cubic-bezier(.4,0,.2,1)}.about-info-box .info-box-icon svg{width:100%;height:100%}.about-info-box h3{font-size:1.35rem;font-weight:700;color:var(--primary);margin:0 0 12px;line-height:1.3}.about-info-box p{font-size:1rem;line-height:1.7;color:#283250d9;margin:0}.section-why-us{background:#fff;padding:140px 24px;position:relative;overflow:hidden}@media (max-width: 768px){.section-why-us{padding:100px 20px}}.why-us-container{max-width:1200px;margin:0 auto}.why-us-header{text-align:center;margin-bottom:56px}.why-us-header .section-label{color:#15377ebf;font-size:1rem;letter-spacing:.15em;text-transform:uppercase;margin-bottom:12px}.why-us-header .why-us-title{font-size:clamp(2.6rem,5vw,3.8rem);font-weight:800;color:#0b1c3f;margin:0 0 18px;line-height:1.1;letter-spacing:-.03em}.why-us-header .why-us-intro{font-size:1.15rem;line-height:1.7;color:#15377ec7;margin:0 auto;max-width:760px}@media (max-width: 1024px){.chapter-magazine-split{text-align:center!important}}.why-us-boxes{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:stretch;overflow:visible}@media (max-width: 1024px){.why-us-boxes{grid-template-columns:1fr;gap:32px}}@media (max-width: 768px){.why-us-boxes{gap:24px}}.why-us-box{position:relative;z-index:1;height:100%;align-self:stretch}.about-info-box{position:relative;padding:56px 48px;height:100%;background:linear-gradient(135deg,#15377e0a,#15377e1a);border-radius:24px;border:2px solid rgba(21,55,126,.15);box-shadow:0 4px 20px #15377e14}@media (max-width: 1024px){.about-info-box{padding:40px 32px}}@media (max-width: 768px){.about-info-box{padding:32px 24px;border-radius:16px}}@media (max-width: 480px){.about-info-box{padding:24px 20px;border-radius:14px}}.about-info-box h3{font-size:2rem;font-weight:700;color:#15377e;margin:0 0 18px;line-height:1.2}@media (max-width: 768px){.about-info-box h3{font-size:1.6rem;margin:0 0 14px}}@media (max-width: 480px){.about-info-box h3{font-size:1.4rem;margin:0 0 12px}}.about-info-box p{margin:0;font-size:1.1rem;line-height:1.75;color:#15377ecc}@media (max-width: 768px){.about-info-box p{font-size:1rem;line-height:1.65}}@media (max-width: 480px){.about-info-box p{font-size:.95rem;line-height:1.6}}.why-us-wipe{position:absolute;top:0;left:0;z-index:5;pointer-events:none;overflow:hidden;border-radius:28px;background:#112a62;display:flex;align-items:center;justify-content:center}@media (max-width: 1024px){.why-us-wipe{display:none!important;visibility:hidden!important;opacity:0!important}}.why-us-wipe .wipe-strip{flex:0 0 auto;display:block;height:1.2vh;margin-bottom:-.2vh;width:100%;background:#15377e;transform-origin:left center;will-change:transform}.why-us-wipe-logo{width:60%;height:auto;opacity:.95;transform-origin:50% 50%;will-change:transform,opacity;transform:rotate(0);filter:drop-shadow(0 10px 22px rgba(0,0,0,.18))}@media (max-width: 768px){.why-us-wipe-logo{width:92px}}@media (max-width: 768px){.why-us-wipe .wipe-strip{height:10px;margin-bottom:-2px;width:100%}}.section-contact-hero{position:relative;padding:160px 24px 120px;overflow:hidden;background:#fff}@media (max-width: 768px){.section-contact-hero{padding:120px 20px 80px}}@media (max-width: 480px){.section-contact-hero{padding:100px 16px 60px}}.contact-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.contact-hero-bg:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,rgba(21,55,126,.03) 0px,rgba(21,55,126,.03) 1px,transparent 1px,transparent 7px);opacity:.35}.contact-hero-bg:after{content:"";position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;background:radial-gradient(circle at 30% 20%,rgba(21,55,126,.1),transparent 45%),radial-gradient(circle at 70% 70%,rgba(21,55,126,.08),transparent 46%);filter:blur(80px);opacity:.9}.contact-hero-graphic{position:absolute;top:0;right:0;bottom:0;left:0;opacity:1}.contact-hero-graphic svg{position:absolute;right:-120px;top:-80px;width:min(980px,85vw);height:auto;opacity:.9}@media (max-width: 768px){.contact-hero-graphic svg{right:-160px;top:-120px;opacity:.7}}.contact-hero-content{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.contact-hero-title{font-size:clamp(3rem,6vw,4.8rem);line-height:1.03;letter-spacing:-.04em;margin:14px 0 18px;color:var(--primary);font-weight:900}.contact-hero-payoff{font-size:1.2rem;color:#15377ec7;margin:0 0 18px}.contact-hero-description{max-width:820px;margin:0 auto;font-size:1.05rem;line-height:1.85;color:#15377eb8}.contact-hero-quick{margin-top:34px;display:flex;justify-content:center;gap:12px;flex-wrap:wrap}.quick-pill{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;text-decoration:none;color:#15377edb;background:#15377e0f;border:1px solid rgba(21,55,126,.12);box-shadow:0 12px 40px #0000000f;transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,border-color .35s ease}.quick-pill:hover{transform:translateY(-4px);background:#15377e16;border-color:#15377e38}.pill-dot{width:10px;height:10px;border-radius:999px;background:#15377e;box-shadow:0 0 0 4px #15377e1f}.section-contact-form{padding:80px 24px 140px;background:#fff}@media (max-width: 768px){.section-contact-form{padding:70px 20px 110px}}.contact-form-wrapper{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.35fr .65fr;gap:40px;align-items:start;align-items:flex-start}@media (max-width: 1024px){.contact-form-wrapper{grid-template-columns:1fr;gap:26px}}.contact-form-container{background:#ffffffe6;border:1px solid rgba(21,55,126,.1);border-radius:28px;box-shadow:0 18px 70px #0000000f;overflow:hidden;position:relative}.contact-form-container:before{content:"";position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;background:radial-gradient(circle at 25% 0%,rgba(21,55,126,.1),transparent 40%);pointer-events:none;opacity:.9}.contact-form-intro{padding:44px 44px 18px;position:relative;z-index:1}.contact-form-intro h2{margin:10px 0;font-size:2rem;letter-spacing:-.02em;color:#0b1c3f}.contact-form-intro p{margin:0;color:#15377eb3;line-height:1.7}.intro-badge{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;color:#fffffff2;background:linear-gradient(135deg,#15377e,#0b1c3f);box-shadow:0 18px 55px #15377e3d}.intro-badge svg{width:26px;height:26px}.contact-form{padding:24px 44px 44px;position:relative;z-index:1}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}@media (max-width: 768px){.form-row{grid-template-columns:1fr}}.contact-info-sidebar{position:sticky;top:120px;display:grid;gap:16px}@media (max-width: 1024px){.contact-info-sidebar{position:relative;top:auto}}.form-group{display:flex;flex-direction:column;gap:10px;margin-top:18px}.form-label{font-size:.95rem;color:#15377ec7}.required{color:#15377e}.form-input,.form-select,.form-textarea{width:100%;padding:14px;border-radius:16px;border:1px solid rgba(21,55,126,.16);background:#15377e0a;color:#0b1c3feb;outline:none;transition:border-color .25s ease,background .25s ease,transform .25s ease,box-shadow .25s ease}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#15377e73;background:#15377e0f;box-shadow:0 0 0 4px #15377e1f}.form-textarea{resize:vertical;min-height:160px}.form-error{display:none;color:#dc4646f2;font-size:.9rem}.form-group.is-invalid .form-error{display:block}.form-group.is-invalid .form-input,.form-group.is-invalid .form-select,.form-group.is-invalid .form-textarea{border-color:#dc46468c;box-shadow:0 0 0 4px #dc46461f}.form-meta{margin-top:22px;display:flex;align-items:center;justify-content:space-between;gap:14px;flex-wrap:wrap}.meta-chip{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;background:#15377e0f;border:1px solid rgba(21,55,126,.12);color:#0b1c3fc7}.chip-dot{width:9px;height:9px;border-radius:999px;background:#15377e;box-shadow:0 0 0 4px #15377e1f}.meta-note{color:#0b1c3f9e;font-size:.95rem}.form-checkbox-group{margin-top:24px;margin-bottom:0}.form-checkbox-group .form-error{margin-top:8px}.form-checkbox-label{display:flex;align-items:flex-start;gap:12px;cursor:pointer;position:relative;padding-left:0}.form-checkbox-label .form-checkbox{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.form-checkbox-label .form-checkbox:checked~.checkbox-custom:after{display:block}.form-checkbox-label .form-checkbox:focus~.checkbox-custom{border-color:#15377e;box-shadow:0 0 0 3px #15377e1a}.form-checkbox-label .checkbox-custom{flex-shrink:0;width:20px;height:20px;border:2px solid rgba(21,55,126,.3);border-radius:4px;background:#fff;position:relative;transition:all .3s ease}.form-checkbox-label .checkbox-custom:after{content:"";position:absolute;display:none;left:5px;top:1px;width:6px;height:11px;border:solid rgb(21,55,126);border-width:0 2px 2px 0;transform:rotate(45deg)}.form-checkbox-label:hover .checkbox-custom{border-color:#15377e}.form-checkbox-label .checkbox-text{font-size:.95rem;line-height:1.6;color:#15377ed9;padding-top:1px}.form-checkbox-label .checkbox-text a{color:#15377e;text-decoration:underline;font-weight:500;transition:color .3s ease}.form-checkbox-label .checkbox-text a:hover{color:#8b9eff}.form-actions{margin-top:24px;display:flex;justify-content:flex-start}.form-submit{height:56px;padding:0 26px;border-radius:16px;border:1px solid rgba(21,55,126,.2);background:#15377eeb;color:#ffffffeb;display:inline-flex;align-items:center;gap:12px;cursor:pointer;box-shadow:0 18px 55px #0000002e;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,background .35s ease}.form-submit:hover{transform:translateY(-4px);box-shadow:0 26px 80px #00000038;background:#15377efa}.form-submit:active{transform:translateY(-2px)}.form-submit .submit-icon svg{transition:transform .3s ease}.form-submit:hover .submit-icon svg{transform:translate(6px)}.form-success{display:none;margin-top:28px;padding:24px;border-radius:18px;background:#15377e0f;border:1px solid rgba(21,55,126,.12);color:#0b1c3fdb}.form-success h3{margin:10px 0 8px}.form-success p{margin:0;color:#0b1c3fb8}.contact-form.is-success .form-success{display:block}.contact-form.is-success .form-actions{display:none}.contact-info-sidebar{display:grid;gap:16px}.contact-info-card{padding:22px;border-radius:22px;background:#15377e0a;border:1px solid rgba(21,55,126,.12);box-shadow:0 18px 55px #0000000f}.contact-info-card h3{margin:14px 0 10px;color:#0b1c3f;letter-spacing:-.01em}.contact-info-card p{margin:0;color:#0b1c3fb8;line-height:1.7}.contact-info-card a{color:#0b1c3fd1;text-decoration:none;border-bottom:1px solid rgba(21,55,126,.18)}.contact-info-card a:hover{border-bottom-color:#15377e73}.contact-info-icon{width:56px;height:56px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(135deg,#15377e24,#15377e0f);border:1px solid rgba(21,55,126,.14);color:#15377e}.contact-social{padding:22px;border-radius:22px;background:#0b1c3feb;border:1px solid rgba(255,255,255,.1);box-shadow:0 18px 55px #00000029}.contact-social h3{margin:0 0 14px;color:#ffffffeb}.social-links{display:flex;gap:12px;flex-wrap:wrap}.social-link{width:46px;height:46px;border-radius:14px;display:grid;place-items:center;color:#ffffffe6;background:#ffffff0f;border:1px solid rgba(255,255,255,.12);transition:transform .35s cubic-bezier(.2,.8,.2,1),background .35s ease,border-color .35s ease}.social-link:hover{transform:translateY(-4px);background:#ffffff1a;border-color:#ffffff38}.texture-overlay{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.texture-overlay:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,rgba(21,55,126,.03) 0px,rgba(21,55,126,.03) 1px,transparent 1px,transparent 7px);opacity:.35}.texture-overlay:after{content:"";position:absolute;top:-25%;right:-25%;bottom:-25%;left:-25%;background:radial-gradient(circle at 30% 20%,rgba(21,55,126,.1),transparent 45%),radial-gradient(circle at 70% 70%,rgba(21,55,126,.08),transparent 46%);filter:blur(80px);opacity:.9}.section-how-we-work{position:relative;min-height:70vh;padding:80px 24px;background:#112a62;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);overflow:hidden;display:flex;align-items:center;justify-content:center}@media (max-width: 768px){.section-how-we-work{padding:60px 20px;min-height:auto}}.how-we-work-content{position:relative;z-index:2;max-width:1400px;width:90%;margin:0 auto}@media (max-width: 768px){.how-we-work-content{width:100%}}.how-we-work-header{text-align:center;margin-bottom:60px}@media (max-width: 768px){.how-we-work-header{margin-bottom:40px}}.how-we-work-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.05em;color:#fff;margin:0 0 16px;text-transform:uppercase}@media (max-width: 768px){.how-we-work-title{font-size:1.5rem}}.how-we-work-subtitle{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300;color:#ffffffb3;margin:0}@media (max-width: 768px){.how-we-work-subtitle{font-size:1rem}}.how-we-work-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 1024px){.how-we-work-cards{grid-template-columns:1fr;gap:24px}}.work-card{position:relative;background:#ffffff52;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:40px 32px;cursor:default;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.work-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff0a,#ffffff03);opacity:0;transition:opacity .3s ease}.work-card:hover{border-color:#fff3;transform:translateY(-8px);box-shadow:0 12px 32px #ffffff14,0 24px 64px #0000004d}.work-card:hover:before{opacity:1}.work-card:hover .work-card-icon{transform:scale(1.1) rotate(5deg);color:#fffffff2}@media (max-width: 768px){.work-card{padding:32px 24px}}.work-card-number{position:absolute;top:20px;right:24px;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;color:#ffffff0d;line-height:1;-webkit-user-select:none;user-select:none}@media (max-width: 768px){.work-card-number{font-size:2rem;top:16px;right:16px}}.work-card-icon{width:56px;height:56px;margin-bottom:24px;color:#fffc;transition:all .4s cubic-bezier(.34,1.56,.64,1);position:relative;z-index:1}.work-card-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3;position:relative;z-index:1}@media (max-width: 768px){.work-card-title{font-size:1.25rem}}.work-card-description{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;color:#ffffffb3;margin:0;position:relative;z-index:1}@media (max-width: 768px){.work-card-description{font-size:.9rem}}.page-expertise{background:#fff}.page-expertise .gradient-text{background:linear-gradient(90deg,#15377e,#8b9eff);-webkit-background-clip:text;background-clip:text;color:transparent}.expertise-hero{position:relative;padding:160px 24px 80px;background:linear-gradient(180deg,#f5f7fc,#fff);overflow:hidden}@media (max-width: 768px){.expertise-hero{padding:120px 20px 60px}}@media (max-width: 480px){.expertise-hero{padding:100px 16px 50px}}.expertise-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(0deg,rgba(21,55,126,.02) 0px,rgba(21,55,126,.02) 1px,transparent 1px,transparent 8px);opacity:.5;pointer-events:none}.expertise-hero-inner{position:relative;z-index:1;max-width:900px;margin:0 auto;text-align:center}.expertise-hero-title{margin:16px 0 24px;font-size:clamp(2.8rem,6vw,4.2rem);line-height:1.1;letter-spacing:-.03em;color:var(--primary);font-weight:800}@media (max-width: 768px){.expertise-hero-title{font-size:clamp(2rem,5vw,3rem);margin:12px 0 20px}}@media (max-width: 480px){.expertise-hero-title{font-size:clamp(1.6rem,4.5vw,2.2rem);margin:10px 0 16px}}.expertise-hero-intro{max-width:700px;margin:0 auto 50px;font-size:1.08rem;line-height:1.8;color:#15377ec7}@media (max-width: 768px){.expertise-hero-intro{font-size:1rem;line-height:1.7;margin:0 auto 40px}}@media (max-width: 480px){.expertise-hero-intro{font-size:.92rem;line-height:1.6;margin:0 auto 32px}}.side-chapter-indicator{position:fixed;left:24px;top:50%;transform:translateY(-50%);z-index:100;writing-mode:vertical-rl;text-orientation:mixed;display:flex;align-items:center;gap:20px;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.4,0,.2,1)}.side-chapter-indicator.is-visible{opacity:1}@media (max-width: 1200px){.side-chapter-indicator{left:16px}}@media (max-width: 968px){.side-chapter-indicator{display:none}}.side-indicator-line{width:2px;height:60px;background:linear-gradient(180deg,transparent 0%,rgba(21,55,126,.3) 50%,transparent 100%);transition:all .4s ease}.side-chapter-indicator.is-visible .side-indicator-line{height:80px;background:linear-gradient(180deg,transparent 0%,rgba(21,55,126,.6) 50%,transparent 100%)}.side-indicator-content{display:flex;flex-direction:column;gap:8px;align-items:center}.side-indicator-number{font-size:1.8rem;font-weight:900;color:#15377e66;line-height:1;letter-spacing:-.02em;transition:all .4s cubic-bezier(.4,0,.2,1)}.side-chapter-indicator.is-visible .side-indicator-number{color:#15377ed9;font-size:2rem}.side-indicator-title{font-size:.75rem;font-weight:600;color:#15377e80;letter-spacing:.1em;text-transform:uppercase;transition:all .4s cubic-bezier(.4,0,.2,1)}.side-chapter-indicator.is-visible .side-indicator-title{color:#15377ebf;letter-spacing:.12em}.sticky-chapter-nav{position:fixed;top:80px;left:0;right:0;z-index:999;background:linear-gradient(135deg,#eed59d,#eed59db0);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #00000026,inset 0 1px #ffffff1a,inset 0 -1px #0000001a;transform:translateY(-100%);opacity:0;transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none;padding:14px 32px;height:60px;display:flex;align-items:center;justify-content:center}.sticky-chapter-nav.is-visible{transform:translateY(0);opacity:1;pointer-events:auto}@media (max-width: 1024px){.sticky-chapter-nav{padding:12px 16px;height:auto;min-height:50px}}@media (max-width: 768px){.sticky-chapter-nav{top:70px;padding:10px 12px;min-height:45px}}@media (max-width: 480px){.sticky-chapter-nav{padding:8px;min-height:40px}}.sticky-nav-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:2}.sticky-nav-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:#112a62;font-size:1.6rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;opacity:0;visibility:hidden;transition:opacity .8s ease-in-out,visibility 0s linear .8s;display:flex;align-items:center;justify-content:center;gap:10px;white-space:nowrap;will-change:opacity,visibility;width:100%;padding:0 16px}@media (max-width: 1024px){.sticky-nav-text{font-size:clamp(.8rem,3.5vw,1.6rem);letter-spacing:.1em}}@media (max-width: 768px){.sticky-nav-text{font-size:clamp(.65rem,3vw,1rem);letter-spacing:.08em;white-space:normal;line-height:1.2}}@media (max-width: 480px){.sticky-nav-text{font-size:clamp(.55rem,2.8vw,.85rem);letter-spacing:.05em}}.sticky-nav-text.active{opacity:1;visibility:visible;transition:opacity .8s ease-in-out,visibility 0s linear 0s}.sticky-nav-title{text-align:center;color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.06em;margin-bottom:12px;text-transform:uppercase;transition:all .3s ease;opacity:.85}@media (max-width: 768px){.sticky-nav-title{font-size:.85rem;margin-bottom:10px}}.sticky-nav-inner{max-width:1400px;margin:0 auto;display:flex;justify-content:center;align-items:center;gap:24px;padding:0;opacity:1;max-height:200px;transition:all .3s ease}@media (max-width: 768px){.sticky-nav-inner{gap:12px;flex-direction:column}}.sticky-nav-item{display:flex;align-items:center;justify-content:center;padding:16px 40px;border-radius:16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);cursor:pointer;color:#fff;flex:1;min-width:220px;max-width:320px}.sticky-nav-item:hover{background:#fff3;border-color:#fff6;transform:translateY(-4px);box-shadow:0 8px 24px #0003}.sticky-nav-item.is-active{background:#ffffff40;border-color:#ffffff80}.sticky-nav-item.is-active .sticky-name{color:#fff;font-weight:700}@media (max-width: 968px){.sticky-nav-item{padding:14px 32px;min-width:200px}}@media (max-width: 768px){.sticky-nav-item{padding:12px 24px;width:100%;max-width:100%}}.sticky-name{font-size:1rem;font-weight:600;color:#fff;letter-spacing:-.01em;transition:all .3s ease;text-align:center;white-space:nowrap}@media (max-width: 768px){.sticky-name{font-size:.9rem;white-space:normal}}.sticky-nav-discover-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:0;background:none;border:none;color:#fff;font-size:1.3rem;font-weight:600;letter-spacing:.12em;text-decoration:none;cursor:pointer;text-transform:uppercase;animation:gentlePulse 3s ease-in-out infinite}.sticky-nav-discover-btn:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:2px;background:linear-gradient(90deg,#ffffff4d,#fffc,#ffffff4d);animation:underlineGlow 2s ease-in-out infinite}.sticky-nav-discover-btn:hover{letter-spacing:.15em;text-shadow:0 0 20px rgba(255,255,255,.4)}.sticky-nav-discover-btn:hover .discover-arrow{transform:translate(4px);opacity:1}.sticky-nav-discover-btn:hover:after{background:linear-gradient(90deg,#ffffff80,#fff,#ffffff80);height:2.5px}.sticky-nav-discover-btn:active{transform:scale(.97)}@media (max-width: 768px){.sticky-nav-discover-btn{font-size:1.1rem;letter-spacing:.1em}}@keyframes gentlePulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.02)}}@keyframes underlineGlow{0%,to{opacity:.7}50%{opacity:1}}.discover-text{position:relative;z-index:1;white-space:nowrap}.discover-arrow{position:relative;z-index:1;display:inline-flex;align-items:center;font-size:1.15em;opacity:.85;transition:all .4s cubic-bezier(.4,0,.2,1)}.sticky-description-box{position:absolute;top:100%;left:50%;transform:translate(-50%);width:480px;max-width:calc(100% - 48px);min-height:280px;max-height:280px;background:#fffffffa;border-radius:16px;padding:32px;box-shadow:0 8px 32px #00000026;margin-top:8px;opacity:0;visibility:hidden;transform:translate(-50%) translateY(-10px);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none;z-index:1001;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}.sticky-description-box.is-visible{opacity:1;visibility:visible;transform:translate(-50%) translateY(0);pointer-events:auto}.sticky-description-box .description-icon{width:80px;height:80px;color:#15377e;flex-shrink:0;animation:iconFloat 3s ease-in-out infinite}.sticky-description-box .description-icon svg{width:100%;height:100%;display:block}.sticky-description-box p{margin:0;font-size:.95rem;line-height:1.6;color:#15377e;text-align:center}@media (max-width: 768px){.sticky-description-box{width:calc(100% - 32px);min-height:240px;max-height:240px;padding:24px;gap:16px}.sticky-description-box .description-icon{width:52px;height:52px}.sticky-description-box p{font-size:.9rem}}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.sticky-nav-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background:#0006;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);opacity:0;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:998;pointer-events:none}.sticky-nav-backdrop.is-active{opacity:1;visibility:visible;pointer-events:auto}.chapter-nav{display:flex;justify-content:center;gap:16px;flex-wrap:wrap;margin-top:50px}@media (max-width: 768px){.chapter-nav{flex-direction:column;max-width:400px;margin-left:auto;margin-right:auto}}.chapter-nav-item{display:flex;align-items:center;gap:12px;padding:16px 24px;border-radius:16px;background:#ffffffe6;border:1px solid rgba(21,55,126,.15);text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000a}.chapter-nav-item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #15377e26;border-color:#15377e4d;background:#fff}.chapter-nav-item.is-active{background:#15377e14;border-color:#15377e40;box-shadow:0 8px 30px #15377e33}.chapter-nav-item.is-active .chapter-num{background:linear-gradient(135deg,#15377e,#8b9eff);color:#fff}.chapter-num{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:#15377e14;color:#15377e;font-weight:700;font-size:.9rem;transition:all .4s ease}.chapter-name{font-weight:600;color:var(--primary);letter-spacing:-.01em}.expertise-chapter{position:relative;padding:100px 24px;min-height:100vh}.expertise-chapter.chapter-1{background:linear-gradient(180deg,#fff,#fafbfd)}.expertise-chapter.chapter-2{background:linear-gradient(180deg,#f5f7fc,#fafbfd,#f5f7fc)}.expertise-chapter.chapter-3{background:linear-gradient(180deg,#fafbfd,#fff)}@media (max-width: 1024px){.expertise-chapter{padding:60px 24px;min-height:auto}}.chapter-inner{max-width:1300px;margin:0 auto;display:grid;grid-template-columns:320px 1fr;gap:80px;align-items:start}@media (max-width: 1024px){.chapter-inner{grid-template-columns:1fr;gap:40px}}.chapter-sticky-side{position:sticky;top:140px;display:flex;flex-direction:column;gap:30px}@media (max-width: 1024px){.chapter-sticky-side{position:relative;top:0;flex-direction:row;align-items:center;justify-content:center}}.chapter-number{font-size:clamp(5rem,10vw,8rem);font-weight:900;line-height:.9;background:linear-gradient(135deg,#15377e,#15377e4d);-webkit-background-clip:text;background-clip:text;color:transparent;letter-spacing:-.05em}@media (max-width: 1024px){.chapter-number{font-size:4rem}}.chapter-label{writing-mode:vertical-rl;text-orientation:mixed;font-size:.85rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:#15377e80;padding:8px 0;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}@media (max-width: 1024px){.chapter-label{writing-mode:horizontal-tb;font-size:.75rem;padding:0 12px}}.chapter-graphic{width:200px;height:200px;opacity:.6}.chapter-graphic svg{width:100%;height:100%}@media (max-width: 1024px){.chapter-graphic{width:120px;height:120px}}.chapter-content{padding-top:20px;max-width:100%;overflow:hidden}.chapter-header{margin-bottom:50px}@media (max-width: 1024px){.chapter-header{text-align:center}}.chapter-title{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:var(--primary);letter-spacing:-.03em;margin:0 0 16px}@media (max-width: 768px){.chapter-title{font-size:clamp(1.6rem,3.5vw,2.2rem);margin:0 0 12px}}@media (max-width: 480px){.chapter-title{font-size:clamp(1.4rem,3vw,1.8rem);margin:0 0 10px}}.chapter-intro{font-size:1.08rem;line-height:1.8}@media (max-width: 768px){.chapter-intro{font-size:1rem;line-height:1.7}}@media (max-width: 480px){.chapter-intro{font-size:.92rem;line-height:1.6}}.chapter-intro{color:#15377ebf;margin:0;max-width:650px}@media (max-width: 1024px){.chapter-intro{margin-left:auto;margin-right:auto}}.chapter-body{display:flex;flex-direction:column;gap:40px;max-width:100%;overflow:hidden}.expertise-block{position:relative;background:#ffffffd9;border:1px solid rgba(21,55,126,.12);border-radius:24px;padding:32px;box-shadow:0 8px 30px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);max-width:100%;box-sizing:border-box}.expertise-block:hover{transform:translateY(-4px);box-shadow:0 16px 50px #15377e1f;border-color:#15377e33}.expertise-block:hover .block-icon{transform:translateY(-50%) scale(1.1) rotate(5deg);background:linear-gradient(135deg,#15377e,#8b9eff)}.expertise-block:hover .block-icon svg{stroke:#fff}.block-icon{position:absolute;top:0;right:24px;transform:translateY(-50%);width:64px;height:64px;background:#fffffff2;border:2px solid rgba(21,55,126,.15);border-radius:16px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #00000014;transition:all .4s cubic-bezier(.4,0,.2,1)}.block-icon svg{stroke:#15377e;transition:all .4s ease}@media (max-width: 768px){.block-icon{width:56px;height:56px;right:16px}.block-icon svg{width:32px;height:32px}}.block-header{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.block-badge{display:inline-flex;align-self:flex-start;padding:6px 12px;border-radius:8px;background:#15377e14;color:#15377e;font-size:.78rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.block-title{font-size:1.5rem;font-weight:700;color:var(--primary);letter-spacing:-.02em;margin:0}.block-text{font-size:1.05rem;line-height:1.85;color:#15377ec7;margin:16px 0 0;transition:all .6s cubic-bezier(.4,0,.2,1);opacity:1}.block-text[data-paragraph-reveal]{opacity:1}.block-text[data-paragraph-reveal].is-active{opacity:1;font-weight:500;color:#15377ee6}.expertise-services{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.service-pill{padding:10px 18px;border-radius:999px;background:#15377e0f;border:1px solid rgba(21,55,126,.12);color:var(--primary);font-size:.9rem;font-weight:500;transition:all .3s ease}.service-pill:hover{background:#15377e1a;border-color:#15377e33;transform:translateY(-2px)}.expertise-cluster{background:linear-gradient(135deg,#fffffff2,#f5f7fcf2);border:1px solid rgba(21,55,126,.15);border-radius:28px;padding:36px;box-shadow:0 12px 40px #0000000f;max-width:100%;box-sizing:border-box}@media (max-width: 768px){.expertise-cluster{padding:24px}}.cluster-header{margin-bottom:32px}.cluster-title{font-size:1.8rem;font-weight:700;color:var(--primary);letter-spacing:-.02em;margin:10px 0 12px}.cluster-intro{font-size:1rem;line-height:1.75;color:#15377eb8;margin:0;max-width:650px}.cluster-horizontal-scroll{position:relative;margin-top:24px;width:100%;max-width:100%}.scroll-indicator{position:absolute;top:50%;right:0;transform:translateY(-50%);display:flex;align-items:center;gap:8px;padding:8px 16px;background:#15377e14;border-radius:20px;font-size:.85rem;font-weight:600;color:#15377e;z-index:2;pointer-events:none;opacity:.7;animation:pulseScroll 2s ease-in-out infinite}.scroll-indicator svg{stroke:#15377e}@media (max-width: 768px){.scroll-indicator{display:none}}@keyframes pulseScroll{0%,to{transform:translateY(-50%) translate(0);opacity:.7}50%{transform:translateY(-50%) translate(8px);opacity:1}}.cluster-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}@media (max-width: 768px){.cluster-grid{grid-template-columns:1fr}}.cluster-grid.cluster-grid--horizontal{display:flex;gap:24px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x mandatory;padding-bottom:16px;-webkit-overflow-scrolling:touch}.cluster-grid.cluster-grid--horizontal::-webkit-scrollbar{height:8px}.cluster-grid.cluster-grid--horizontal::-webkit-scrollbar-track{background:#15377e0d;border-radius:4px}.cluster-grid.cluster-grid--horizontal::-webkit-scrollbar-thumb{background:#15377e33;border-radius:4px;transition:background .3s ease}.cluster-grid.cluster-grid--horizontal::-webkit-scrollbar-thumb:hover{background:#15377e59}.cluster-grid.cluster-grid--horizontal .cluster-item{min-width:400px;flex-shrink:0;scroll-snap-align:start}@media (max-width: 768px){.cluster-grid.cluster-grid--horizontal .cluster-item{min-width:320px}}@media (max-width: 480px){.cluster-grid.cluster-grid--horizontal .cluster-item{min-width:280px}}.chapter-product-development{background:#fff;position:relative;overflow:visible;padding:0;min-height:auto}.chapter-product-development .cluster-viewport{position:relative;height:250vh;width:100%}.chapter-product-development .cluster-track{position:sticky;top:0;left:0;height:100vh;width:100vw;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0;padding:0}.chapter-product-development .cluster-item{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;max-width:1100px;padding:0 40px;opacity:0;will-change:opacity,transform;pointer-events:none}.chapter-product-development .cluster-item[style*="opacity: 1"]{pointer-events:auto}@media (max-width: 968px){.chapter-product-development .cluster-item{max-width:95%;padding:0 30px}}@media (max-width: 768px){.chapter-product-development .cluster-item{padding:0 24px}}.chapter-product-development .cluster-item--intro{text-align:center;max-width:800px;display:flex;flex-direction:column;align-items:center;gap:20px}.chapter-product-development .cluster-item--intro .chapter-badge{display:inline-block;padding:6px 16px;background:#15377e1a;color:#15377e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:20px}.chapter-product-development .cluster-item--intro .chapter-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:var(--primary);letter-spacing:-.03em;margin:0;line-height:1.1}.chapter-product-development .cluster-item--intro .chapter-intro{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7;color:#15377ecc;margin:0;max-width:700px}.chapter-product-development .cluster-item--horizontal{display:grid;grid-template-columns:45% 55%;gap:40px;align-items:center}@media (max-width: 968px){.chapter-product-development .cluster-item--horizontal{grid-template-columns:1fr;gap:30px}}.chapter-product-development .item-left{display:flex;align-items:center;justify-content:center}@media (max-width: 968px){.chapter-product-development .item-left{order:2}}.chapter-product-development .item-right{display:flex;flex-direction:column;gap:16px}@media (max-width: 968px){.chapter-product-development .item-right{order:1;text-align:center;align-items:center}}.chapter-product-development .item-number{display:inline-block;align-self:flex-start;font-size:.7rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#15377e;padding:6px 14px;border-radius:999px;border:1px solid rgba(21,55,126,.25);background:#15377e14}@media (max-width: 968px){.chapter-product-development .item-number{align-self:center}}.chapter-product-development .item-image{width:100%;max-width:100%;height:320px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px #15377e2e}.chapter-product-development .item-image img{width:100%;height:100%;object-fit:cover;object-position:center}@media (max-width: 968px){.chapter-product-development .item-image{height:280px}}@media (max-width: 768px){.chapter-product-development .item-image{height:220px}}.chapter-product-development .item-title{font-size:clamp(1.4rem,3vw,1.8rem);font-weight:700;color:var(--primary);margin:0;letter-spacing:-.02em;line-height:1.25}@media (max-width: 968px){.chapter-product-development .item-title{text-align:center}}.chapter-product-development .item-text{font-size:clamp(.95rem,2vw,1.05rem);line-height:1.75;color:#15377ed9;margin:0;max-height:280px;overflow-y:auto;padding-right:8px}.chapter-product-development .item-text::-webkit-scrollbar{width:5px}.chapter-product-development .item-text::-webkit-scrollbar-track{background:#15377e0d;border-radius:3px}.chapter-product-development .item-text::-webkit-scrollbar-thumb{background:#15377e33;border-radius:3px}.chapter-product-development .item-text::-webkit-scrollbar-thumb:hover{background:#15377e59}@media (max-width: 968px){.chapter-product-development .item-text{text-align:center;max-height:240px;padding-right:0}}.consulting-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}@media (max-width: 1024px){.consulting-grid{grid-template-columns:1fr;max-width:600px;margin:0 auto}}.consulting-card{background:#ffffffe6;border:1px solid rgba(21,55,126,.12);border-radius:24px;padding:32px;box-shadow:0 8px 30px #0000000a;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column;gap:20px}.consulting-card:hover{transform:translateY(-6px);box-shadow:0 20px 60px #15377e26;border-color:#15377e40}.card-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#15377e14,#15377e1f);border:1px solid rgba(21,55,126,.15);display:flex;align-items:center;justify-content:center;color:#15377e}.card-title{font-size:1.25rem;font-weight:700;color:var(--primary);letter-spacing:-.01em;margin:0;line-height:1.3}.card-text{font-size:1rem;line-height:1.75;color:#15377ec7;margin:0}.expertise-cta{padding:100px 24px;background:linear-gradient(135deg,#15377ef2,#15377efa);position:relative;overflow:hidden}.expertise-cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:repeating-linear-gradient(45deg,rgba(255,255,255,.02) 0px,rgba(255,255,255,.02) 1px,transparent 1px,transparent 10px);opacity:.3}.cta-inner{position:relative;z-index:1;max-width:700px;margin:0 auto;text-align:center}.cta-title{font-size:clamp(2rem,5vw,3rem);font-weight:800;color:#fff;letter-spacing:-.03em;margin:0 0 16px}.cta-text{font-size:1.1rem;line-height:1.7;color:#ffffffd9;margin:0 0 36px}.cluster-horizontal-pin{position:relative;margin-top:24px}.cluster-viewport{overflow:hidden;padding:6px 10px 18px;border-radius:22px}.cluster-track{display:flex;gap:48px;align-items:stretch;will-change:transform;transform:translateZ(0)}.cluster-horizontal-pin .cluster-item{width:420px;flex:0 0 420px;position:relative;border-radius:22px;border:1px solid transparent;background:linear-gradient(#ffffffb8,#ffffffb8) padding-box,linear-gradient(135deg,#15377e59,#8b9eff40) border-box;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 18px 60px #15377e14;transition:transform .35s cubic-bezier(.4,0,.2,1)}.cluster-horizontal-pin .cluster-item:hover{transform:translateY(-6px)}.cluster-progress{margin-top:14px;display:flex;justify-content:center;gap:10px}.cluster-progress .dot{width:8px;height:8px;border-radius:999px;background:#15377e2e;transition:transform .25s ease,background .25s ease,width .25s ease}.cluster-progress .dot.is-active{width:26px;background:#15377e99;transform:scale(1.05)}.cluster-horizontal-scroll .scroll-indicator{right:10px}.chapter-3--spotlight .expertise-block{will-change:transform,filter,opacity}.chapter-3--spotlight .chapter-body{position:relative}.chapter-3--spotlight .chapter-body:before{content:"";position:absolute;top:-40px;right:-40px;bottom:-40px;left:-40px;background:radial-gradient(circle at 30% 20%,rgba(139,158,255,.18),transparent 55%),radial-gradient(circle at 70% 80%,rgba(21,55,126,.1),transparent 60%);filter:blur(10px);opacity:.7;pointer-events:none;z-index:0}.chapter-3--spotlight .chapter-body>*{position:relative;z-index:1}.macro-area{padding:0;background:#fff}.macro-category-header{margin:0!important}.macro-category-header .immersive-content{max-width:1400px;padding:60px 40px;text-align:center;overflow:hidden}@media (max-width: 1024px){.macro-category-header .immersive-content{padding:50px 24px;max-width:100%}}@media (max-width: 768px){.macro-category-header .immersive-content{padding:40px 16px}}@media (max-width: 480px){.macro-category-header .immersive-content{padding:32px 12px}}.macro-category-header .macro-number{font-size:4rem;font-weight:900;color:#fffffff2;line-height:.9;margin-bottom:20px;letter-spacing:-.05em;text-shadow:0 4px 30px rgba(0,0,0,.3)}@media (max-width: 768px){.macro-category-header .macro-number{font-size:2.5rem;margin-bottom:16px}}.macro-category-header .macro-title{font-size:clamp(2rem,4.5vw,3.4rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;margin:0 0 24px;text-shadow:0 2px 20px rgba(0,0,0,.2);min-height:5em;word-wrap:break-word;overflow-wrap:break-word}.macro-category-header .macro-title div{white-space:nowrap;overflow:visible}@media (max-width: 1024px){.macro-category-header .macro-title div{white-space:normal;overflow:hidden;word-wrap:break-word;overflow-wrap:break-word}}@media (max-width: 1024px){.macro-category-header .macro-title{font-size:clamp(1.4rem,4.5vw,2.2rem);min-height:auto;line-height:1.25;letter-spacing:.05em!important}}@media (max-width: 768px){.macro-category-header .macro-title{font-size:clamp(1.1rem,5vw,1.7rem);line-height:1.2;letter-spacing:.02em!important;margin:0 0 16px}}@media (max-width: 480px){.macro-category-header .macro-title{font-size:clamp(.95rem,5.5vw,1.4rem);letter-spacing:0!important;padding:0 4px}}.macro-category-header .typewriter-cursor{display:inline-block;margin-left:4px;color:#fff;animation:typewriter-blink 1s step-end infinite;font-weight:400;opacity:.9}.macro-category-header .macro-subtitle{font-size:clamp(.95rem,2vw,1.15rem);font-weight:500;color:#ffffffe6;line-height:1.8;margin:32px 0 0;letter-spacing:.01em;text-shadow:0 1px 10px rgba(0,0,0,.15)}@media (max-width: 768px){.macro-category-header .macro-subtitle{font-size:clamp(.8rem,3.5vw,.95rem);line-height:1.6;margin-top:20px}}@media (max-width: 480px){.macro-category-header .macro-subtitle{font-size:.75rem;line-height:1.5;margin-top:16px}}@keyframes typewriter-blink{0%,50%{opacity:1}50.1%,to{opacity:0}}.chapter-section-header{max-width:900px;margin:100px auto 60px;padding:0 24px;text-align:center}.chapter-section-header .chapter-badge{display:inline-block;padding:6px 16px;background:#15377e1a;color:#15377e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:20px}.chapter-section-header .chapter-section-title{font-size:clamp(2.2rem,5vw,3.5rem);font-weight:800;color:var(--primary);letter-spacing:-.03em;margin:0 0 20px;line-height:1.1}.chapter-section-header .chapter-section-intro{font-size:clamp(1rem,2.5vw,1.2rem);line-height:1.7;color:#15377ecc;margin:0}@media (max-width: 768px){.chapter-section-header{margin:80px auto 40px}}.chapter-magazine-split{max-width:1400px;margin:160px auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.macro-area .chapter-magazine-split{margin-top:160px;margin-bottom:160px}.macro-area .chapter-magazine-split:first-of-type{margin-top:0}@media (max-width: 968px){.chapter-magazine-split{grid-template-columns:1fr;gap:50px;margin:100px auto}.macro-area .chapter-magazine-split{margin-top:100px;margin-bottom:100px}}.chapter-magazine-split--reverse .magazine-content{order:2}.chapter-magazine-split--reverse .magazine-image{order:1}@media (max-width: 968px){.chapter-magazine-split--reverse .magazine-content{order:1}.chapter-magazine-split--reverse .magazine-image{order:2}}.magazine-image{position:relative;width:100%;aspect-ratio:4/3;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #15377e26}.magazine-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.magazine-image:hover img{transform:scale(1.05)}.magazine-content{padding:20px 0}.magazine-content .chapter-badge{display:inline-block;padding:6px 16px;background:#15377e1a;color:#15377e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:20px}.magazine-content .chapter-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:#15377e;line-height:1.2;letter-spacing:-.02em;margin:0 0 24px}.magazine-content .magazine-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--primary);line-height:1.3;letter-spacing:-.02em;margin:0 0 40px}.magazine-content .chapter-text{opacity:1;transition:opacity .4s ease}.magazine-content .chapter-text.is-active{opacity:1}.magazine-content .chapter-text p{font-size:1.05rem;line-height:1.9;color:#15377e;margin:0 0 32px}.chapter-immersive-full{position:relative;height:90vh;min-height:700px;max-height:1000px;margin:200px 0;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 768px){.chapter-immersive-full{height:auto;min-height:550px;margin:120px 0;padding:60px 0}}.immersive-bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.immersive-bg img{width:100%;height:100%;object-fit:cover}.immersive-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffffbf,#061a45);z-index:1}.immersive-content{position:relative;z-index:2;max-width:900px;padding:40px;text-align:center;color:#fff}.immersive-content .chapter-badge{display:inline-block;padding:8px 20px;background:#fff3;color:#fff;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:20px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.immersive-content .chapter-title{font-size:clamp(2rem,4vw,3.5rem);font-weight:700;color:#fff;line-height:1.2;letter-spacing:-.02em;margin:0 0 24px;text-shadow:0 2px 20px rgba(0,0,0,.2)}.immersive-content .chapter-text{opacity:.7;transition:opacity .4s ease}.immersive-content .chapter-text.is-active{opacity:1}.immersive-content .chapter-text p{font-size:1.15rem;line-height:1.7;color:#fff;margin:0;text-shadow:0 1px 10px rgba(0,0,0,.15)}.chapter-card-reveal{max-width:1100px;margin:80px auto;padding:0 24px}.macro-area .chapter-card-reveal{margin-top:80px;margin-bottom:80px}@media (max-width: 768px){.chapter-card-reveal{margin:60px auto}.macro-area .chapter-card-reveal{margin-top:60px;margin-bottom:60px}}.card-reveal-content{padding:40px 0 30px}.card-reveal-content .chapter-badge{display:inline-block;padding:6px 16px;background:#15377e1a;color:#15377e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:20px}.card-reveal-content .chapter-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:#15377e;line-height:1.2;letter-spacing:-.02em;margin:0 0 24px}.card-reveal-content .chapter-text{opacity:1;transition:opacity .4s ease}.card-reveal-content .chapter-text.is-active{opacity:1}.card-reveal-content .chapter-text p{font-size:1.05rem;line-height:1.9;color:#15377e;margin:0 0 32px}.card-reveal-image{position:relative;width:100%;aspect-ratio:16/9;border-radius:24px;overflow:hidden;box-shadow:0 20px 60px #15377e26;margin-top:40px}.card-reveal-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.card-reveal-image:hover img{transform:scale(1.05)}.chapter-product-development{max-width:100%;margin:80px 0;padding:60px 0;background:linear-gradient(180deg,#f5f7fc4d,#fff)}.macro-area .chapter-product-development{margin-top:80px;margin-bottom:80px}@media (max-width: 768px){.chapter-product-development{margin:60px 0;padding:40px 0}.macro-area .chapter-product-development{margin-top:60px;margin-bottom:60px}}.chapter-pd-header{max-width:1100px;margin:0 auto 50px;padding:0 24px;text-align:center}.chapter-pd-header .chapter-badge{display:inline-block;padding:6px 16px;background:#15377e1a;color:#15377e;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:20px;margin-bottom:20px}.chapter-pd-header .chapter-title{font-size:clamp(1.8rem,3.5vw,2.5rem);font-weight:700;color:#15377e;line-height:1.2;letter-spacing:-.02em;margin:0 0 16px}.chapter-pd-header .chapter-intro{font-size:1.05rem;line-height:1.7;color:#15377ecc;max-width:800px;margin:0 auto}.chapter-product-development .cluster-item{padding:32px;background:#ffffffe6;display:flex;flex-direction:column;min-height:550px}.chapter-product-development .cluster-item .item-number{display:inline-block;padding:4px 12px;background:#15377e1a;color:#15377e;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;border-radius:12px;margin-bottom:16px;flex-shrink:0}.chapter-product-development .cluster-item .item-title{font-size:1.3rem;font-weight:700;color:#15377e;line-height:1.3;margin:0 0 20px;min-height:52px;flex-shrink:0}.chapter-product-development .cluster-item .item-image{width:100%;height:240px;border-radius:16px;overflow:hidden;margin-bottom:20px;box-shadow:0 8px 30px #15377e1a;flex-shrink:0}.chapter-product-development .cluster-item .item-image img{width:100%;height:100%;object-fit:cover;object-position:center}.macro-area-3--spotlight{background:linear-gradient(180deg,#fff,#f5f7fc80,#fff);padding-bottom:100px}@media (max-width: 768px){.macro-area-3--spotlight{padding-bottom:60px}}.leadership-cards-grid{max-width:1400px;margin:80px auto 0;padding:0 24px;display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 1024px){.leadership-cards-grid{grid-template-columns:1fr;gap:40px;max-width:700px}}@media (max-width: 768px){.leadership-cards-grid{margin-top:60px;gap:32px}}.leadership-card{background:#ffffffe6;border-radius:20px;overflow:hidden;border:1px solid rgba(21,55,126,.1);box-shadow:0 8px 30px #15377e14;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.leadership-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #15377e2e;border-color:#15377e33}.leadership-card:hover .leadership-card-image img{transform:scale(1.08)}.leadership-card:hover .leadership-card-title{color:#0f2557}@media (max-width: 1024px){.leadership-card{flex-direction:row;align-items:center}.leadership-card:hover{transform:translateY(-4px)}}@media (max-width: 640px){.leadership-card{flex-direction:column}}.leadership-card-image{width:100%;height:200px;overflow:hidden;flex-shrink:0;position:relative}.leadership-card-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(21,55,126,.08) 100%);pointer-events:none}.leadership-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 1024px){.leadership-card-image{width:240px;height:100%;min-height:280px}}@media (max-width: 640px){.leadership-card-image{width:100%;height:180px;min-height:unset}}.leadership-card-content{padding:28px 24px 32px;display:flex;flex-direction:column;gap:12px;flex-grow:1}.leadership-card-content .chapter-badge{display:inline-block;align-self:flex-start;padding:5px 12px;background:#15377e1a;color:#15377e;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:12px}@media (max-width: 1024px){.leadership-card-content{padding:32px 28px}}@media (max-width: 640px){.leadership-card-content{padding:24px 20px}}.leadership-card-title{font-size:clamp(1.15rem,2vw,1.35rem);font-weight:700;color:#15377e;line-height:1.3;letter-spacing:-.01em;margin:0;transition:color .3s ease}@media (max-width: 1024px){.leadership-card-title{font-size:1.5rem}}.leadership-card-text{font-size:.95rem;line-height:1.65;color:#15377ed9;margin:0}@media (max-width: 1024px){.leadership-card-text{font-size:1rem}}.expertise-grid-2x2{max-width:1400px;margin:80px auto;padding:0 24px;display:grid;grid-template-columns:repeat(2,1fr);gap:40px}@media (max-width: 968px){.expertise-grid-2x2{grid-template-columns:1fr;gap:32px;margin:60px auto}}@media (max-width: 768px){.expertise-grid-2x2{padding:0 20px;gap:28px}}.expertise-grid-card{background:#ffffffe6;border-radius:24px;overflow:hidden;border:1px solid rgba(21,55,126,.12);box-shadow:0 12px 40px #15377e14;transition:all .5s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.expertise-grid-card:hover{transform:translateY(-8px);box-shadow:0 24px 70px #15377e2e;border-color:#15377e40}.expertise-grid-card:hover .grid-card-image img{transform:scale(1.08)}.expertise-grid-card:hover .grid-card-title{color:#0f2557}.grid-card-image{width:100%;height:280px;overflow:hidden;flex-shrink:0;position:relative}.grid-card-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,transparent 0%,rgba(21,55,126,.1) 100%);pointer-events:none}.grid-card-image img{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.4,0,.2,1)}@media (max-width: 768px){.grid-card-image{height:220px}}.grid-card-content{padding:32px 28px 36px;display:flex;flex-direction:column;gap:14px;flex-grow:1}.grid-card-content .chapter-badge{display:inline-block;align-self:flex-start;padding:6px 14px;background:#15377e1a;color:#15377e;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border-radius:14px}@media (max-width: 768px){.grid-card-content{padding:28px 24px 32px;gap:12px}}.grid-card-title{font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:700;color:#15377e;line-height:1.25;letter-spacing:-.02em;margin:0;transition:color .3s ease}.grid-card-text{font-size:1rem;line-height:1.7;color:#15377ed9;margin:0}@media (max-width: 768px){.grid-card-text{font-size:.95rem}}.expertise-carousel{position:relative;max-width:100%;margin:80px 0;padding:80px 0;overflow:hidden;min-height:800px}@media (max-width: 1024px){.expertise-carousel{margin:60px 0;padding:50px 0 60px;min-height:600px;overflow:visible}}@media (max-width: 768px){.expertise-carousel{margin:50px 0;padding:40px 0 50px;min-height:550px}}@media (max-width: 480px){.expertise-carousel{margin:40px 0;padding:30px 0 40px;min-height:530px}}.carousel-wrapper{position:relative;width:100%;max-width:1400px;margin:0 auto;padding:0 40px;overflow:hidden}@media (max-width: 1024px){.carousel-wrapper{padding:0;overflow:visible}}.carousel-track{display:flex;justify-content:flex-start;align-items:center;gap:40px;will-change:transform;transition:transform .7s cubic-bezier(.4,0,.2,1);position:relative;min-height:700px}@media (max-width: 1024px){.carousel-track{display:block;position:relative;width:100%;min-height:550px;gap:0;transform:none!important}}@media (max-width: 768px){.carousel-track{min-height:500px}}@media (max-width: 480px){.carousel-track{min-height:480px}}.carousel-card{flex-shrink:0;width:700px;max-width:700px;min-height:650px;height:auto;display:flex;flex-direction:column;background:#fffffff2;border-radius:28px;border:1px solid rgba(21,55,126,.12);padding:0;overflow:hidden;transition:all .6s cubic-bezier(.4,0,.2,1);opacity:.3;transform:scale(.7);pointer-events:none}@media (max-width: 1024px){.carousel-card{width:96vw;max-width:96vw;min-height:auto;border-radius:20px;opacity:0!important;transform:none!important;position:absolute;left:2vw;top:0;transition:opacity .5s ease}}.carousel-card.is-center{opacity:1!important;visibility:visible;transform:scale(1) translate(0)!important;pointer-events:auto;box-shadow:0 10px 20px #15377e2e;border-color:#15377e33;z-index:2;width:950px;max-width:950px;min-height:650px}@media (max-width: 1024px){.carousel-card.is-center{width:96vw!important;max-width:96vw!important;min-height:auto;transform:none!important;position:absolute;left:2vw;top:0;opacity:1!important}}.carousel-card.is-center .carousel-card-image{box-shadow:0 8px 12px #15377e1f}.carousel-card.is-side{opacity:.15;visibility:visible;transform:scale(.65);filter:blur(3px);z-index:1}@media (max-width: 1024px){.carousel-card.is-side{opacity:0!important;visibility:hidden!important;display:none}}.carousel-card:not(.is-center):not(.is-side){opacity:0;visibility:hidden;transform:scale(.5)}@media (max-width: 1024px){.carousel-card:not(.is-center):not(.is-side){display:none}}.carousel-card:hover.is-center{transform:scale(1.02) translate(0);box-shadow:0 24px 90px #15377e38}@media (max-width: 1024px){.carousel-card:hover.is-center{transform:none}}.carousel-card-image{width:100%;height:280px;flex-shrink:0;overflow:hidden;position:relative;background:linear-gradient(135deg,#15377e0d,#8b9eff0d);transition:all .6s cubic-bezier(.4,0,.2,1)}.carousel-card-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.carousel-card.is-center .carousel-card-image:hover img{transform:scale(1.08)}@media (max-width: 1024px){.carousel-card-image{height:240px}}@media (max-width: 768px){.carousel-card-image{height:200px}}@media (max-width: 480px){.carousel-card-image{height:180px}}.carousel-card-content{display:flex;flex-direction:column;gap:16px;padding:36px 40px 40px;flex-grow:1;overflow:visible}@media (max-width: 1024px){.carousel-card-content{padding:30px 32px 32px;gap:14px}}@media (max-width: 768px){.carousel-card-content{padding:24px 28px 28px;gap:12px}}@media (max-width: 480px){.carousel-card-content{padding:20px 20px 24px;gap:10px}}.carousel-badge{display:inline-block;align-self:flex-start;padding:6px 14px;background:#15377e1a;color:#15377e;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;border-radius:999px;border:1px solid rgba(21,55,126,.25)}@media (max-width: 768px){.carousel-badge{font-size:.65rem;padding:5px 12px}}.carousel-card-title{font-size:clamp(1.3rem,2.2vw,1.6rem);font-weight:700;color:var(--primary);line-height:1.3;letter-spacing:-.02em;margin:0;transition:color .3s ease}@media (max-width: 768px){.carousel-card-title{font-size:clamp(1.15rem,2vw,1.4rem)}}@media (max-width: 480px){.carousel-card-title{font-size:clamp(1.05rem,1.8vw,1.25rem)}}.carousel-card-text{font-size:clamp(.95rem,1.5vw,1.05rem);line-height:1.75;color:#15377ed9;margin:0}@media (max-width: 1024px){.carousel-card-text{font-size:clamp(.92rem,1.45vw,1.02rem);line-height:1.7}}@media (max-width: 768px){.carousel-card-text{font-size:clamp(.88rem,1.4vw,.98rem);line-height:1.65}}@media (max-width: 480px){.carousel-card-text{font-size:clamp(.84rem,1.3vw,.9rem);line-height:1.6}}.carousel-card-text b{font-weight:600;color:#15377e}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border-radius:50%;background:#fffffff2;border:2px solid rgba(21,55,126,.2);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:10;box-shadow:0 4px 20px #15377e1f}.carousel-btn svg{width:24px;height:24px;color:var(--primary);transition:transform .3s ease}.carousel-btn:hover{background:var(--primary);border-color:var(--primary);box-shadow:0 8px 30px #15377e40;transform:translateY(-50%) scale(1.05)}.carousel-btn:hover svg{color:#fff;transform:scale(1.1)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}@media (max-width: 1024px){.carousel-btn{width:44px;height:44px;background:#ffffffd9;border:1px solid rgba(21,55,126,.15);box-shadow:0 2px 12px #15377e26;bottom:20px;top:auto;transform:none}.carousel-btn svg{width:20px;height:20px;color:#15377ecc}.carousel-btn:hover{transform:scale(1.05);background:#fffffff2}.carousel-btn:hover svg{color:var(--primary)}.carousel-btn:active{transform:scale(.95)}}@media (max-width: 768px){.carousel-btn{width:40px;height:40px;background:#fffc;bottom:16px}.carousel-btn svg{width:18px;height:18px}}@media (max-width: 480px){.carousel-btn{width:36px;height:36px;background:#ffffffbf;bottom:12px}.carousel-btn svg{width:16px;height:16px}}.carousel-btn--prev{left:12px}@media (max-width: 1024px){.carousel-btn--prev{left:16px}}@media (max-width: 768px){.carousel-btn--prev{left:12px}}@media (max-width: 480px){.carousel-btn--prev{left:8px}}.carousel-btn--next{right:12px}@media (max-width: 1024px){.carousel-btn--next{right:16px}}@media (max-width: 768px){.carousel-btn--next{right:12px}}@media (max-width: 480px){.carousel-btn--next{right:8px}}.leadership-staggered-container{max-width:1400px;margin:0 auto;padding:80px 24px 100px}@media (max-width: 768px){.leadership-staggered-container{padding:60px 24px 80px}}.staggered-article{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-bottom:100px;position:relative}.staggered-article:last-child{margin-bottom:0}@media (max-width: 968px){.staggered-article{grid-template-columns:1fr;gap:40px;margin-bottom:80px}}@media (max-width: 768px){.staggered-article{gap:32px;margin-bottom:60px}}.staggered-article--1 .staggered-image{height:420px}.staggered-article--reverse .staggered-content{order:1}@media (max-width: 968px){.staggered-article--reverse .staggered-content{order:2}}.staggered-article--reverse .staggered-image{order:2}@media (max-width: 968px){.staggered-article--reverse .staggered-image{order:1}}.staggered-article--2{margin-bottom:180px}.staggered-article--2 .staggered-image--offset{height:440px;transform:translateY(40px)}.staggered-article--2 .staggered-image--offset:hover{transform:translateY(40px) scale(1.02)}@media (max-width: 968px){.staggered-article--2 .staggered-image--offset{transform:translateY(0);height:360px}.staggered-article--2 .staggered-image--offset:hover{transform:scale(1.02)}}@media (max-width: 768px){.staggered-article--2 .staggered-image--offset{height:300px}}@media (max-width: 968px){.staggered-article--2{margin-bottom:80px}}@media (max-width: 768px){.staggered-article--2{margin-bottom:60px}}.staggered-article--3{gap:60px;padding-right:0}.staggered-article--3 .staggered-image--large{width:110%;height:480px;transform:translate(-5%)}.staggered-article--3 .staggered-image--large:hover{transform:translate(-5%) scale(1.02)}@media (max-width: 968px){.staggered-article--3 .staggered-image--large{width:100%;height:380px;transform:translate(0)}.staggered-article--3 .staggered-image--large:hover{transform:scale(1.02)}}@media (max-width: 768px){.staggered-article--3 .staggered-image--large{height:320px}}.staggered-article--3 .staggered-content{padding-right:24px}@media (max-width: 968px){.staggered-article--3 .staggered-content{padding-right:0}}.staggered-image{border-radius:24px;overflow:hidden;box-shadow:0 16px 48px #15377e1f;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;background:linear-gradient(135deg,#15377e05,#8b9eff05)}.staggered-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .5s cubic-bezier(.4,0,.2,1)}.staggered-image:hover{box-shadow:0 24px 64px #15377e2e;transform:scale(1.02)}.staggered-image:hover img{transform:scale(1.06)}@media (max-width: 968px){.staggered-image{border-radius:20px;height:360px}}@media (max-width: 768px){.staggered-image{height:300px}}.staggered-content{display:flex;flex-direction:column;gap:20px}@media (max-width: 968px){.staggered-content{text-align:center;align-items:center}}.staggered-title{font-size:clamp(1.6rem,3vw,2.2rem);font-weight:700;color:var(--primary);line-height:1.25;letter-spacing:-.02em;margin:0;transition:color .3s ease}.staggered-text{font-size:clamp(.95rem,1.8vw,1.05rem);line-height:1.75;color:#15377ed9;margin:0}@media (max-width: 768px){.staggered-text{font-size:.95rem;line-height:1.7}}.section,.section-inner,.section-quote,.quote-container,.quote-text,.quote-attribution,.quote-decoration,.section-cta,.cta-content,.cta-title,.cta-text,.cta-button,.expertise-carousel,.carousel-wrapper,.carousel-track,.carousel-card,[data-fade-in],[data-quote-reveal]{opacity:1!important;visibility:visible!important}.floating-nav-button{position:fixed;right:40px;top:50%;transform:translateY(-50%);z-index:999;width:64px;height:64px;border-radius:50%;background:#15377e;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #15377e4d,0 8px 32px #15377e26;transition:all .3s ease}.floating-nav-button:hover{transform:translateY(-50%) scale(1.1);box-shadow:0 6px 20px #15377e66,0 12px 40px #15377e33}.floating-nav-button:active{transform:translateY(-50%) scale(.95)}.floating-nav-button .floating-nav-icon{width:28px;height:28px;stroke:#fff;stroke-width:2.5;position:relative;z-index:2}.floating-nav-button .floating-nav-pulse{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:50%;background:#15377e;opacity:.6;animation:pulse 2s ease-out infinite}@keyframes pulse{0%{transform:scale(1);opacity:.6}50%{transform:scale(1.2);opacity:.3}to{transform:scale(1.4);opacity:0}}.overlay-nav-panel{position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.overlay-nav-panel.is-open{opacity:1;visibility:visible}.overlay-nav-panel.is-open .overlay-nav-backdrop{opacity:1}.overlay-nav-panel.is-open .overlay-nav-content{transform:scale(1);opacity:1}.overlay-nav-panel.is-open .overlay-card{transform:translateY(0);opacity:1}.overlay-nav-backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#112a62bf;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);opacity:0;transition:opacity .4s ease}.overlay-nav-content{position:relative;z-index:2;max-width:1400px;width:90%;max-height:90vh;overflow-y:auto;padding:60px 40px;transform:scale(.9);opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.overlay-nav-close{position:absolute;top:20px;right:20px;width:48px;height:48px;border-radius:50%;background:#ffffff26;border:1px solid rgba(255,255,255,.3);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.overlay-nav-close svg{width:24px;height:24px;stroke:#ffffffe6}.overlay-nav-close:hover{background:#ffffff40;transform:rotate(90deg)}.overlay-nav-header{text-align:center;margin-bottom:60px}.overlay-nav-title{font-family:Montserrat,sans-serif;font-size:2rem;font-weight:700;letter-spacing:.05em;color:#fff;margin:0 0 16px;text-transform:uppercase}.overlay-nav-subtitle{font-family:Montserrat,sans-serif;font-size:1.1rem;font-weight:300;color:#ffffffb3;margin:0}.overlay-nav-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:32px}@media (max-width: 1024px){.overlay-nav-cards{grid-template-columns:1fr;gap:24px}}.overlay-card{position:relative;background:#112a6280;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:40px 32px;cursor:default;transform:translateY(30px);opacity:0;transition:all .4s cubic-bezier(.34,1.56,.64,1);overflow:hidden}.overlay-card:nth-child(1){transition-delay:.1s}.overlay-card:nth-child(2){transition-delay:.2s}.overlay-card:nth-child(3){transition-delay:.3s}.overlay-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);opacity:0;transition:opacity .3s ease}.overlay-card:hover{border-color:#fff6;transform:translateY(-8px);box-shadow:0 12px 32px #0000004d,0 24px 64px #0003}.overlay-card:hover:before{opacity:1}.overlay-card:hover .overlay-card-icon{transform:scale(1.1) rotate(5deg);color:#fffffff2}.overlay-card-number{position:absolute;top:20px;right:24px;font-family:Montserrat,sans-serif;font-size:3rem;font-weight:800;color:#ffffff14;line-height:1;-webkit-user-select:none;user-select:none}.overlay-card-icon{width:56px;height:56px;margin-bottom:24px;color:#ffffffd9;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.overlay-card-title{font-family:Montserrat,sans-serif;font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 16px;line-height:1.3}.overlay-card-description{font-family:Montserrat,sans-serif;font-size:.95rem;font-weight:400;line-height:1.6;color:#fffc;margin:0 0 24px}.overlay-card-arrow{display:none}@media (max-width: 768px){.floating-nav-button{right:20px;width:56px;height:56px}.floating-nav-button .floating-nav-icon{width:24px;height:24px}.overlay-nav-content{padding:40px 24px}.overlay-nav-title{font-size:1.5rem}.overlay-nav-subtitle{font-size:1rem}.overlay-card{padding:32px 24px}.overlay-card-number{font-size:2rem;top:16px;right:16px}.overlay-card-title{font-size:1.25rem}.overlay-card-description{font-size:.9rem}}body.page-expertise2 .sticky-chapter-nav,body.page-expertise2 .sticky-nav-backdrop{display:none!important}.privacy-page{background:#fff;min-height:100vh;padding-top:100px}.privacy-container{max-width:900px;margin:0 auto;padding:60px 40px 100px}@media (max-width: 768px){.privacy-container{padding:40px 24px 80px}}.privacy-hero{text-align:center;margin-bottom:60px;padding-bottom:40px;border-bottom:2px solid rgba(21,55,126,.1)}.privacy-hero h1{font-size:clamp(2.5rem,5vw,3.5rem);font-weight:700;color:#15377e;margin:0 0 16px;letter-spacing:-.02em}.privacy-hero .privacy-subtitle{font-size:1rem;color:#15377e99;margin:0;font-weight:500}.privacy-section{margin-bottom:60px}.privacy-section>h2{font-size:clamp(1.8rem,3vw,2.2rem);font-weight:700;color:#15377e;margin:0 0 40px;padding-bottom:16px;border-bottom:1px solid rgba(21,55,126,.15);letter-spacing:-.01em}.privacy-article{margin-bottom:40px}.privacy-article:last-child{margin-bottom:0}.privacy-article h3{font-size:clamp(1.3rem,2vw,1.5rem);font-weight:600;color:#15377e;margin:0 0 20px;line-height:1.4}.privacy-article h4{font-size:clamp(1.1rem,1.8vw,1.25rem);font-weight:600;color:#15377e;margin:24px 0 12px;line-height:1.4}.privacy-article p{font-size:clamp(1rem,1.5vw,1.05rem);line-height:1.8;color:#15377ed9;margin:0 0 16px;text-align:justify}.privacy-article p:last-child{margin-bottom:0}.privacy-article ul{margin:16px 0;padding-left:24px}.privacy-article ul li{font-size:clamp(1rem,1.5vw,1.05rem);line-height:1.8;color:#15377ed9;margin-bottom:8px;text-align:justify}.privacy-article ul li:last-child{margin-bottom:0}.privacy-article a{color:#15377e;text-decoration:underline;font-weight:500;transition:color .3s ease}.privacy-article a:hover{color:#8b9eff}@media (max-width: 768px){.privacy-article{margin-bottom:32px}.privacy-article ul{padding-left:20px}}
@media (max-width: 768px) {
  .custom-cursor {
    display: none !important;
  }
}