@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poppins:wght@400;500;600;700&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap");.pdp-root{--font-body:"Inter",Arial,Helvetica,sans-serif;--font-heading:"Poppins",Arial,Helvetica,sans-serif;--font-accent:"Space Mono",monospace;--font-primary:var(--font-body);--font-editorial:var(--font-accent);--font-data:var(--font-accent);--type-h1:clamp(64px,8vw,96px);--type-h2:clamp(32px,3.75vw,51px);--type-h3:clamp(30px,3.5vw,44px);--type-h4:clamp(22px,2.2vw,28px);--type-h5:clamp(18px,1.65vw,22px);--type-h6:clamp(14px,1.1vw,16px);--type-body-lg:clamp(18px,1.4vw,20px);--type-body:clamp(16px,1.1vw,17px);--type-body-sm:14px;--type-caption:12px;--leading-heading:1.08;--leading-body:1.7;--ink:#09233d;--muted:#66788a;--blue-900:#00417d;--blue-700:#0064af;--blue-100:#b5cdff;--orange:#ee7824;--orange-dark:#d85e0b;--yellow:#ffb808;--cream:#faf5e6;--line:rgba(0,65,125,.14)}.pdp-root,.pdp-root *{box-sizing:border-box}.pdp-root{scroll-behavior:smooth}.pdp-root{margin:0;color:var(--ink);background:#f9f9f9;font-family:var(--font-body);font-size:var(--type-body);font-weight:400;line-height:var(--leading-body);-webkit-font-smoothing:antialiased}.pdp-root h1,.pdp-root h2,.pdp-root h3,.pdp-root h4,.pdp-root h5,.pdp-root h6{font-family:var(--font-heading);font-weight:600;line-height:var(--leading-heading)}.pdp-root h1{font-size:var(--type-h1)}.pdp-root h2{font-size:var(--type-h2)}.pdp-root h3{font-size:var(--type-h3)}.pdp-root h4{font-size:var(--type-h4)}.pdp-root h5{font-size:var(--type-h5);font-weight:500}.pdp-root h6{font-size:var(--type-h6);font-weight:600}.pdp-root p{font-family:var(--font-body);font-size:var(--type-body);line-height:var(--leading-body)}.pdp-root a{color:inherit;text-decoration:none}.pdp-root button,.pdp-root a{-webkit-tap-highlight-color:transparent}.pdp-root button,.pdp-root input,.pdp-root textarea,.pdp-root select{font-family:inherit}.pdp-root #top{min-height:100vh;overflow-x:clip;overflow-y:visible;background:radial-gradient(circle at 87% 8%,rgba(181,205,255,.48),transparent 29rem),radial-gradient(circle at 8% 92%,rgba(250,245,230,.94),transparent 27rem),#f9f9f9}.pdp-root .site-header{width:min(1440px,100%);min-height:92px;margin:0 auto;padding:20px clamp(24px,5vw,76px);display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;z-index:20;animation:fade-down .56s ease both}.pdp-root .brand{width:146px;display:flex;align-items:center}.pdp-root .brand img{width:100%;height:auto}.pdp-root .button{min-height:54px;padding:0 24px;border:1px solid transparent;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:14px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.04em;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.pdp-root .button:hover{transform:translateY(-2px)}.pdp-root .button-small{min-height:44px;padding:0 19px;font-size:11px}.pdp-root .button-outline{color:var(--blue-900);border-color:rgba(0,65,125,.26);background:rgba(255,255,255,.72)}.pdp-root .button-outline:hover{border-color:var(--blue-700);background:#fff;box-shadow:0 8px 24px rgba(0,65,125,.09)}.pdp-root .button-primary{color:#fff;background:var(--orange);box-shadow:0 14px 32px rgba(238,120,36,.2)}.pdp-root .button-primary:hover{background:var(--orange-dark);box-shadow:0 18px 36px rgba(238,120,36,.27)}.pdp-root .button-primary>span{font-size:19px;line-height:1}.pdp-root .floating-cta{min-height:56px;padding:7px 8px 7px 22px;position:fixed;right:26px;bottom:24px;z-index:70;border:1px solid rgba(255,255,255,.72);border-radius:999px;display:inline-flex;align-items:center;gap:16px;color:#fff;background:linear-gradient(135deg,var(--orange),#ff9a3f);box-shadow:0 18px 46px rgba(216,94,11,.34),0 0 0 6px rgba(238,120,36,.1);opacity:0;pointer-events:none;transform:translateY(18px) scale(.96);transition:opacity .24s ease,transform .32s cubic-bezier(.22,1,.36,1),box-shadow .22s ease}.pdp-root .floating-cta.is-visible{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.pdp-root .floating-cta>span{font-size:12px;font-weight:600;letter-spacing:.045em;text-transform:uppercase}.pdp-root .floating-cta>i{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--blue-900);background:var(--cream);font-size:17px;font-style:normal;transition:transform .22s ease}.pdp-root .floating-cta:hover{box-shadow:0 22px 54px rgba(216,94,11,.42),0 0 0 9px rgba(238,120,36,.12);transform:translateY(-3px) scale(1)}.pdp-root .floating-cta:hover>i{transform:rotate(10deg) scale(1.05)}.pdp-root .button:focus-visible,.pdp-root .brand:focus-visible,.pdp-root .transform-card:focus-visible{outline:3px solid rgba(255,184,8,.68);outline-offset:4px}.pdp-root .hero{width:min(1440px,100%);min-height:calc(100vh - 92px);margin:0 auto;padding:clamp(46px,5.7vw,86px) clamp(24px,5vw,76px) clamp(72px,8vw,118px);display:grid;grid-template-columns:minmax(400px,.87fr) minmax(590px,1.13fr);align-items:center;gap:clamp(48px,6vw,96px);position:relative}.pdp-root .hero:before{content:"";width:270px;height:270px;position:absolute;left:-180px;top:15%;border:1px solid rgba(0,100,175,.08);border-radius:50%;box-shadow:0 0 0 48px rgba(0,100,175,.025),0 0 0 96px rgba(0,100,175,.018)}.pdp-root .hero-copy{position:relative;z-index:2}.pdp-root .hero h1{max-width:620px;margin:0;color:var(--ink);font-size:var(--type-h1);font-weight:600;letter-spacing:-.07em;line-height:.82}.pdp-root .hero h1 span,.pdp-root .hero h1 em{display:block;animation:reveal-up .62s cubic-bezier(.22,1,.36,1) both}.pdp-root .hero h1 span:nth-child(2){animation-delay:70ms}.pdp-root .hero h1 em{width:fit-content;margin-top:.08em;padding-right:.08em;color:var(--orange);font-family:var(--font-editorial);font-size:1.03em;font-style:italic;font-weight:400;letter-spacing:-.045em;line-height:.92;animation-delay:.14s}.pdp-root .hero-description{max-width:610px;margin:36px 0 0;color:var(--muted);font-size:var(--type-body-lg);font-weight:400;line-height:1.75;animation:reveal-up .62s .21s cubic-bezier(.22,1,.36,1) both}.pdp-root .hero-actions{margin-top:34px;display:flex;align-items:center;gap:24px;animation:reveal-up .62s .28s cubic-bezier(.22,1,.36,1) both}.pdp-root .hero-actions p{margin:0;display:grid;gap:3px;color:#6c7884;font-size:11px;line-height:1.45}.pdp-root .hero-actions strong{color:var(--blue-900);font-family:var(--font-data);font-size:11px;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.pdp-root .metric-row{max-width:610px;margin:46px 0 0;padding:24px 0 0;border-top:1px solid var(--line);display:grid;grid-template-columns:repeat(3,1fr);animation:reveal-up .62s .35s cubic-bezier(.22,1,.36,1) both}.pdp-root .metric-row div{min-width:0;padding-right:16px}.pdp-root .metric-row div+div{padding-left:22px;border-left:1px solid var(--line)}.pdp-root .metric-row dt{color:var(--blue-900);font-family:var(--font-data);font-size:clamp(25px,2.25vw,36px);font-weight:500;line-height:1}.pdp-root .metric-row dd{margin:9px 0 0;color:#667483;font-size:9px;line-height:1.45;text-transform:uppercase;letter-spacing:.06em}.pdp-root .hero-visual{min-width:0;min-height:650px;position:relative;z-index:2;animation:reveal-right .76s .15s cubic-bezier(.22,1,.36,1) both}.pdp-root .hero-visual:before,.pdp-root .hero-visual:after{content:"";position:absolute;z-index:-1;border-radius:50%}.pdp-root .hero-visual:before{width:170px;height:170px;right:-52px;top:-48px;background:rgba(255,184,8,.17)}.pdp-root .hero-visual:after{width:135px;height:135px;left:-28px;bottom:-40px;background:rgba(0,100,175,.1)}.pdp-root .portrait-composition{width:100%;max-width:680px;height:650px;margin-left:auto;position:relative}.pdp-root .portrait-composition:before{content:"";width:490px;height:490px;position:absolute;left:2px;bottom:0;border:1px solid rgba(0,100,175,.08);border-radius:50%;box-shadow:0 0 0 42px rgba(0,100,175,.025),0 0 0 84px rgba(0,100,175,.018);pointer-events:none}.pdp-root .composition-glow{width:350px;height:350px;position:absolute;right:12px;top:12px;border-radius:50%;background:radial-gradient(circle,rgba(181,205,255,.7),rgba(181,205,255,0));filter:blur(3px)}.pdp-root .transform-card{border:1px solid rgba(0,65,125,.14);border-radius:32px;overflow:hidden;position:absolute;outline:none;background:#dce7f7;box-shadow:0 26px 70px rgba(0,65,125,.2);cursor:default;transition:transform .42s cubic-bezier(.22,1,.36,1),box-shadow .42s ease,border-color .42s ease}.pdp-root .jaden-card{width:min(390px,59%);height:520px;left:4px;bottom:64px;z-index:4}.pdp-root .marie-card,.pdp-root .andi-card{width:min(265px,40%);height:320px;right:0;z-index:2;border-radius:26px;box-shadow:0 20px 52px rgba(0,65,125,.15)}.pdp-root .marie-card{top:10px;transform:rotate(2.5deg)}.pdp-root .andi-card{bottom:0;transform:rotate(-2.5deg)}.pdp-root .jaden-card:hover,.pdp-root .jaden-card:focus{border-color:rgba(238,120,36,.5);box-shadow:0 34px 86px rgba(0,65,125,.25);transform:translateY(-7px) rotate(-.35deg)}.pdp-root .marie-card:hover,.pdp-root .marie-card:focus,.pdp-root .andi-card:hover,.pdp-root .andi-card:focus{z-index:5;border-color:rgba(238,120,36,.5);box-shadow:0 30px 76px rgba(0,65,125,.23);transform:translateY(-6px) rotate(0deg) scale(1.025)}.pdp-root .portrait-layer,.pdp-root .human-image,.pdp-root .digital-image,.pdp-root .digital-grid{position:absolute;inset:0}.pdp-root .portrait-layer img{object-fit:cover;transition:transform .72s cubic-bezier(.22,1,.36,1),filter .62s ease}.pdp-root .jaden-card .portrait-layer img{transform:scale(1.26)}.pdp-root .marie-card .portrait-layer img{transform:scale(1.04)}.pdp-root .portrait-placeholder{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;color:var(--blue-900);background:radial-gradient(circle at 70% 18%,rgba(255,184,8,.34),transparent 29%),linear-gradient(145deg,#e9f1ff,var(--blue-100));font-family:var(--font-primary);font-size:clamp(90px,9vw,140px);font-weight:600;letter-spacing:-.08em}.pdp-root .portrait-placeholder:before{content:"";position:absolute;inset:0;opacity:.34;background-image:radial-gradient(rgba(0,65,125,.3) 1px,transparent 1px);background-size:16px 16px;mask-image:linear-gradient(145deg,#000,transparent 66%)}.pdp-root .digital-image{z-index:2;overflow:hidden;clip-path:inset(0 100% 0 0);transition:clip-path .68s cubic-bezier(.22,1,.36,1)}.pdp-root .digital-image img{filter:grayscale(.15) contrast(1.05) saturate(1.1) hue-rotate(8deg)}.pdp-root .digital-image:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(0,100,175,.28),rgba(102,46,148,.24)),linear-gradient(90deg,rgba(181,205,255,.12),transparent 54%)}.pdp-root .digital-image .portrait-placeholder{color:var(--cream);background:radial-gradient(circle at 70% 18%,rgba(255,184,8,.32),transparent 29%),linear-gradient(145deg,var(--blue-700),#662e94)}.pdp-root .digital-grid{z-index:3;opacity:0;pointer-events:none;background-image:linear-gradient(rgba(255,255,255,.18) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.18) 1px,transparent 1px),radial-gradient(rgba(255,255,255,.68) 1px,transparent 1px);background-size:32px 32px,32px 32px,14px 14px;mask-image:linear-gradient(90deg,#000,rgba(0,0,0,.45));transition:opacity .42s .12s ease}.pdp-root .scan-edge{width:2px;position:absolute;left:0;top:0;bottom:0;z-index:4;opacity:0;background:linear-gradient(180deg,transparent,rgba(255,255,255,.9) 18%,var(--orange) 54%,transparent);box-shadow:0 0 18px rgba(238,120,36,.72);transition:left .68s cubic-bezier(.22,1,.36,1),opacity .18s ease}.pdp-root .transform-card:hover .digital-image,.pdp-root .transform-card:focus .digital-image{clip-path:inset(0 0 0 0)}.pdp-root .transform-card:hover .digital-grid,.pdp-root .transform-card:focus .digital-grid{opacity:1}.pdp-root .transform-card:hover .scan-edge,.pdp-root .transform-card:focus .scan-edge{left:calc(100% - 2px);opacity:1}.pdp-root .transform-card:hover .portrait-layer img,.pdp-root .transform-card:focus .portrait-layer img{filter:contrast(1.04)}.pdp-root .profile-state{position:absolute;inset:0;z-index:6;pointer-events:none;transition:opacity .33s ease,transform .43s cubic-bezier(.22,1,.36,1)}.pdp-root .state-label{width:max-content;max-width:calc(100% - 36px);margin:0;padding:7px 11px;position:absolute;left:18px;top:18px;border:1px solid rgba(0,65,125,.18);border-radius:999px;color:var(--blue-900);background:rgba(250,245,230,.92);box-shadow:0 7px 20px rgba(0,65,125,.1);font-size:10px;font-weight:600;line-height:1;letter-spacing:.05em;text-transform:uppercase;backdrop-filter:blur(8px)}.pdp-root .state-content{position:absolute;left:18px;right:18px;bottom:18px;padding:14px;border:1px solid rgba(255,255,255,.5);border-radius:18px;background:rgba(250,245,230,.9);box-shadow:0 12px 30px rgba(0,65,125,.13);backdrop-filter:blur(14px)}.pdp-root .state-content h2{width:fit-content;max-width:90%;margin:0 0 8px;padding:0;color:var(--blue-900);background:0 0;font-size:23px;font-weight:600;line-height:1.14}.pdp-root .detail-tags,.pdp-root .persona-details{margin:0;padding:0;display:flex;flex-wrap:wrap;gap:5px;list-style:none}.pdp-root .detail-tags li,.pdp-root .persona-details li{padding:5px 8px;border:1px solid rgba(0,65,125,.12);border-radius:999px;color:var(--blue-900);background:rgba(181,205,255,.62);font-size:10px;font-weight:500;line-height:1.2}.pdp-root .persona-details{display:flex}.pdp-root .persona-details li{border-color:rgba(255,255,255,.18);color:#fff;background:rgba(255,255,255,.12)}.pdp-root .persona-details b{color:var(--yellow,#ffb808)}.pdp-root .digital-state{opacity:0;transform:translateY(12px)}.pdp-root .digital-state .state-content h2{color:var(--cream);background:0 0}.pdp-root .digital-state .state-label{border-color:rgba(181,205,255,.4);color:#fff;background:rgba(0,65,125,.9)}.pdp-root .digital-state .state-content{border-color:rgba(181,205,255,.32);background:rgba(0,65,125,.91);box-shadow:0 14px 34px rgba(0,65,125,.24)}.pdp-root .transform-card:hover .human-state,.pdp-root .transform-card:focus .human-state{opacity:0;transform:translateY(10px)}.pdp-root .transform-card:hover .digital-state,.pdp-root .transform-card:focus .digital-state{opacity:1;transform:translateY(0)}.pdp-root .marie-card .state-label,.pdp-root .andi-card .state-label{left:14px;top:14px;padding:6px 9px;font-size:9px}.pdp-root .marie-card .state-content,.pdp-root .andi-card .state-content{left:14px;right:14px;bottom:14px;padding:11px;border-radius:15px}.pdp-root .marie-card .state-content h2,.pdp-root .andi-card .state-content h2{font-size:18px}.pdp-root .marie-card .detail-tags li,.pdp-root .marie-card .persona-details li,.pdp-root .andi-card .detail-tags li,.pdp-root .andi-card .persona-details li{padding:4px 6px;font-size:8.5px}.pdp-root .building-section{width:100%;height:clamp(526px,100svh,760px);min-height:526px;padding:clamp(30px,5vh,58px) clamp(30px,5vw,76px);border-radius:46px 46px 0 0;overflow:hidden;position:relative;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 91% 8%,rgba(102,46,148,.17),transparent 27rem),linear-gradient(145deg,#00417d,#07365f 74%)}.pdp-root .building-section:before{content:"";width:430px;height:430px;position:absolute;left:-150px;bottom:-105px;opacity:.2;border-radius:50%;background-image:radial-gradient(rgba(181,205,255,.75) 1px,transparent 1px);background-size:17px 17px;mask-image:radial-gradient(circle,#000,transparent 70%)}.pdp-root .building-section:after{content:"";width:180px;height:180px;position:absolute;right:-58px;top:19%;border:1px solid rgba(255,184,8,.28);border-radius:50%;box-shadow:0 0 0 38px rgba(255,184,8,.04),0 0 0 76px rgba(255,184,8,.025)}.pdp-root .building-inner{width:min(1280px,100%);margin:0 auto;position:relative;z-index:2;display:grid;grid-template-columns:minmax(300px,.72fr) minmax(540px,1.28fr);gap:clamp(44px,5vw,80px);align-items:center}.pdp-root .building-header{min-width:0}.pdp-root .building-header h2{margin:0;color:#fff;font-size:var(--type-h2);font-weight:600;letter-spacing:-.055em;line-height:.95}.pdp-root .building-header h2 span,.pdp-root .building-header h2 em{display:block}.pdp-root .building-header h2 em{margin-top:.08em;color:var(--yellow);font-family:var(--font-editorial);font-style:italic;font-weight:400;letter-spacing:-.035em}.pdp-root .building-copy{margin-top:clamp(38px,8vh,68px);display:grid;gap:clamp(18px,3vh,26px)}.pdp-root .building-copy p{max-width:480px;margin:0;color:rgba(255,255,255,.82);font-size:var(--type-body);font-weight:400;line-height:1.6}.pdp-root .building-copy p:first-child{color:#fff;font-size:var(--type-body-lg);line-height:1.5}.pdp-root .building-copy strong{color:var(--yellow);font-style:italic;font-weight:600}.pdp-root .building-flow{min-width:0;display:grid;grid-template-columns:1fr;grid-template-rows:auto clamp(22px,3.5vh,30px) auto;align-items:stretch}.pdp-root .data-profile-card{min-width:0;min-height:clamp(198px,27vh,222px);padding:clamp(16px,1.55vw,22px);border:1px solid rgba(255,255,255,.76);border-radius:24px;position:relative;display:grid;grid-template-columns:minmax(0,1.24fr) minmax(225px,.76fr);gap:clamp(14px,2vw,24px);align-items:stretch;color:var(--ink);background:rgba(255,255,255,.96);box-shadow:0 18px 44px rgba(0,21,45,.25)}.pdp-root .data-profile-card:before{content:"";height:4px;position:absolute;left:24px;right:24px;top:0;border-radius:0 0 999px 999px;background:var(--orange)}.pdp-root .digital-profile-card:before{background:linear-gradient(90deg,var(--blue-700),#662e94)}.pdp-root .profile-core{min-width:0;display:flex;flex-direction:column}.pdp-root .profile-type{width:fit-content;margin:0 0 4px;padding:4px 8px;border:1px solid rgba(0,65,125,.14);border-radius:999px;color:var(--blue-900);background:var(--cream);font-family:var(--font-data);font-size:9px;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.pdp-root .digital-profile-card .profile-type{color:#fff;background:var(--blue-900)}.pdp-root .profile-identity{display:flex;align-items:center;gap:12px}.pdp-root .profile-heading h3{margin:0;color:var(--blue-900);font-size:clamp(19px,1.7vw,24px);font-weight:600;letter-spacing:-.035em;line-height:1}.pdp-root .samantha-portrait{width:52px;height:52px;flex:0 0 52px;border:3px solid var(--cream);border-radius:14px;overflow:hidden;position:relative;background:var(--blue-100);box-shadow:0 7px 20px rgba(0,65,125,.12)}.pdp-root .samantha-portrait img{object-fit:cover}.pdp-root .digital-samantha:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,rgba(0,100,175,.15),rgba(102,46,148,.18))}.pdp-root .samantha-data{margin:12px 0 0;padding:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.pdp-root .samantha-data div{min-width:0;min-height:40px;padding:6px 8px;border:1px solid rgba(0,65,125,.09);border-radius:9px;display:flex;flex-direction:column;justify-content:center;background:#f4f7fb}.pdp-root .samantha-data dt,.pdp-root .samantha-data dd{margin:0;line-height:1.25}.pdp-root .samantha-data dt{color:#718090;font-size:10px}.pdp-root .samantha-data dd{margin-top:2px;color:var(--blue-900);font-size:12px;font-weight:500;overflow-wrap:anywhere}.pdp-root .response-block,.pdp-root .psychographic-block{min-width:0;margin:0;padding:14px;border:1px solid rgba(0,65,125,.08);border-radius:17px;display:flex;flex-direction:column;justify-content:center;background:rgba(250,245,230,.7)}.pdp-root .psychographic-block{background:rgba(181,205,255,.24)}.pdp-root .response-block h4,.pdp-root .psychographic-block h4{margin:0 0 9px;color:var(--blue-900);font-size:13.5px;font-weight:600;line-height:1.3}.pdp-root .response-block ul,.pdp-root .psychographic-block ul{margin:0;padding:0;display:grid;gap:6px;list-style:none}.pdp-root .response-block li,.pdp-root .psychographic-block li{min-height:34px;padding:7px 9px;border:1px solid rgba(0,65,125,.08);border-radius:9px;display:flex;align-items:center;justify-content:space-between;gap:14px;color:#526374;background:rgba(255,255,255,.74);font-size:11.5px;line-height:1.3}.pdp-root .response-block b{color:var(--blue-900);font-family:var(--font-data);font-size:10px;font-weight:500;white-space:nowrap}.pdp-root .psychographic-block li{justify-content:flex-start;color:var(--blue-900);background:rgba(181,205,255,.48);font-weight:500}.pdp-root .psychographic-block li:before{content:"";width:7px;height:7px;flex:0 0 7px;border-radius:2px;background:var(--orange);transform:rotate(45deg)}.pdp-root .panel-footnote{margin:8px 0 0;color:var(--orange-dark);font-family:var(--font-data);font-size:9px;font-style:italic;line-height:1}.pdp-root .flow-connector{width:100%;height:100%;display:grid;place-items:center}.pdp-root .flow-connector>span{width:2px;height:100%;position:relative;background:repeating-linear-gradient(180deg,rgba(255,184,8,.78) 0 6px,transparent 6px 12px)}.pdp-root .flow-connector>span:after{content:"";width:11px;height:11px;position:absolute;right:-5px;bottom:0;border-top:2px solid var(--yellow);border-right:2px solid var(--yellow);transform:rotate(135deg)}.pdp-root .flow-connector i{width:10px;height:10px;position:absolute;left:-4px;top:0;border:2px solid var(--yellow);border-radius:50%;background:var(--blue-900);animation:flow-dot-vertical 2.8s ease-in-out infinite}@keyframes flow-dot-vertical{0%,100%{top:0}50%{top:calc(100% - 10px)}}.pdp-root .evolution-section{width:100%;height:clamp(560px,100svh,760px);min-height:560px;padding:clamp(34px,5vh,52px) clamp(30px,5vw,76px);overflow:hidden;position:relative;display:flex;align-items:center;color:var(--blue-900);background:radial-gradient(circle at 8% 90%,rgba(255,184,8,.12),transparent 24rem),var(--cream)}.pdp-root .evolution-section:before{content:"";width:360px;height:360px;position:absolute;right:-115px;top:-120px;opacity:.22;background-image:radial-gradient(rgba(0,65,125,.5) 1px,transparent 1px);background-size:16px 16px;mask-image:radial-gradient(circle,#000,transparent 68%)}.pdp-root .evolution-section:after{content:"";width:150px;height:150px;position:absolute;left:-74px;bottom:-72px;border:1px solid rgba(238,120,36,.24);border-radius:50%;box-shadow:0 0 0 34px rgba(238,120,36,.035),0 0 0 68px rgba(238,120,36,.022)}.pdp-root .evolution-inner{width:min(1280px,100%);margin:0 auto;position:relative;z-index:2;display:grid;gap:clamp(18px,2.8vh,26px)}.pdp-root .evolution-header h2{max-width:1180px;margin:0 auto;color:var(--blue-900);font-size:clamp(28px,3vw,42px);font-weight:600;letter-spacing:-.04em;line-height:1.12;text-align:center}.pdp-root .evolution-header em{color:var(--orange);font-family:var(--font-editorial);font-style:italic;font-weight:400}.pdp-root .version-timeline{padding-top:38px;position:relative;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(14px,1.7vw,22px)}.pdp-root .version-timeline:before{content:"";height:3px;position:absolute;left:8.5%;right:8.5%;top:6px;z-index:0;border-radius:999px;background:#b5cdff}.pdp-root .version-step{--version-accent:var(--orange);min-width:0;position:relative}.pdp-root .version-step:nth-child(2){--version-accent:var(--yellow)}.pdp-root .version-step:nth-child(3){--version-accent:#662e94}.pdp-root .timeline-marker{position:absolute;left:50%;top:-39px;z-index:2;transform:translateX(-50%)}.pdp-root .timeline-marker i{width:15px;height:15px;border:4px solid var(--cream);border-radius:50%;display:block;background:var(--version-accent);box-shadow:0 0 0 3px color-mix(in srgb,var(--version-accent) 48%,#fff)}.pdp-root .version-card{min-width:0;min-height:clamp(120px,17vh,148px);padding:0;border:1px solid rgba(255,255,255,.12);border-radius:15px;overflow:hidden;position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) clamp(106px,10vw,140px);color:#fff;background:linear-gradient(145deg,#064780,#073562);box-shadow:0 12px 28px rgba(0,52,101,.14);transition:transform .26s cubic-bezier(.22,1,.36,1),box-shadow .26s ease,border-color .26s ease}.pdp-root .version-card:hover{border-color:color-mix(in srgb,var(--version-accent) 44%,#fff);box-shadow:0 18px 34px rgba(0,52,101,.2);transform:translateY(-4px)}.pdp-root .version-image{min-height:100%;overflow:hidden;position:relative;background:#edf2f7}.pdp-root .version-image:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,53,98,.22),transparent 28%)}.pdp-root .version-image img{object-fit:cover;transition:transform .5s cubic-bezier(.22,1,.36,1),filter .3s ease}.pdp-root .version-card:hover .version-image img{filter:saturate(1.05) contrast(1.03);transform:scale(1.055)}.pdp-root .version-content{min-width:0;padding:clamp(15px,1.55vw,20px);display:flex;flex-direction:column;justify-content:center}.pdp-root .version-title{display:flex;align-items:center;gap:9px}.pdp-root .version-card h3{margin:0;color:#fff;font-size:clamp(17px,1.55vw,21px);font-weight:600;letter-spacing:-.025em;line-height:1.1}.pdp-root .version-title span{padding:3px 8px;border-radius:999px;color:var(--blue-900);background:color-mix(in srgb,var(--version-accent) 22%,#fff);font-family:var(--font-data);font-size:9px;font-weight:500;line-height:1.1}.pdp-root .version-content>p{width:fit-content;margin:7px 0 6px;color:rgba(255,255,255,.72);font-size:10px;font-style:italic;line-height:1.2;text-decoration:underline;text-underline-offset:2px}.pdp-root .version-card ul{margin:0;padding:0;display:grid;gap:3px;list-style:none}.pdp-root .version-card li{min-width:0;color:#fff;font-size:clamp(11px,1vw,14px);font-weight:400;line-height:1.3}.pdp-root .evidence-grid{padding:clamp(22px,3.2vh,30px) clamp(24px,3vw,38px);border-radius:18px;overflow:hidden;position:relative;display:grid;gap:clamp(22px,3vh,30px);color:#fff;background:radial-gradient(circle at 100% 100%,rgba(102,46,148,.28),transparent 24rem),linear-gradient(145deg,#00417d,#053767);box-shadow:0 16px 38px rgba(0,41,80,.16)}.pdp-root .evidence-card{min-width:0;min-height:0;padding:0;border:0;border-radius:0;position:relative;color:#fff;background:0 0}.pdp-root .speed-evidence{padding-top:clamp(20px,2.4vh,26px);border-top:1px solid rgba(181,205,255,.18)}.pdp-root .evidence-card h3{max-width:none;margin:0;color:#fff;font-size:clamp(20px,2vw,26px);font-weight:500;letter-spacing:-.025em;line-height:1.2}.pdp-root .reach-stats{margin-top:14px;display:flex;align-items:center;flex-wrap:wrap;gap:9px}.pdp-root .reach-stats p{margin:0;padding:7px 13px 7px 8px;border:1px solid rgba(255,255,255,.5);border-radius:999px;display:flex;align-items:center;gap:8px;color:var(--blue-900);background:#e5edff;box-shadow:0 5px 12px rgba(0,22,52,.12);transition:transform .22s ease,background-color .22s ease}.pdp-root .reach-stats p:hover,.pdp-root .speed-stats p:hover{background:#fff;transform:translateY(-2px)}.pdp-root .reach-stats i,.pdp-root .speed-stats i{width:21px;height:21px;flex:0 0 21px;border:5px solid #fff;border-radius:50%;background:var(--orange);box-shadow:0 0 0 1px rgba(0,65,125,.12)}.pdp-root .reach-stats p:nth-child(2) i{background:var(--blue-700)}.pdp-root .reach-stats p:nth-child(3) i{background:#662e94}.pdp-root .reach-stats p:nth-child(4) i{background:var(--yellow)}.pdp-root .reach-stats span,.pdp-root .speed-stats span{font-size:clamp(13px,1.15vw,16px);font-weight:400;line-height:1.3}.pdp-root .reach-stats strong,.pdp-root .speed-stats strong{font-size:1em;font-weight:600}.pdp-root .speed-stats{margin-top:12px}.pdp-root .speed-stats p{width:fit-content;max-width:100%;margin:0;padding:8px 15px 8px 9px;border:1px solid rgba(255,255,255,.5);border-radius:999px;display:flex;align-items:center;gap:9px;color:var(--blue-900);background:#e5edff;box-shadow:0 5px 12px rgba(0,22,52,.12);transition:transform .22s ease,background-color .22s ease}.pdp-root .numbers-section{width:100%;height:clamp(526px,100svh,760px);min-height:526px;padding:clamp(42px,7vh,76px) clamp(30px,5vw,76px);overflow:hidden;position:relative;display:flex;align-items:center;background:radial-gradient(circle at 90% 12%,rgba(181,205,255,.34),transparent 25rem),#fbfcff}.pdp-root .numbers-section:before{content:"";width:230px;height:230px;position:absolute;left:-120px;top:24%;border:1px solid rgba(0,100,175,.09);border-radius:50%;box-shadow:0 0 0 42px rgba(0,100,175,.025),0 0 0 84px rgba(0,100,175,.016)}.pdp-root .numbers-inner{width:min(1280px,100%);margin:0 auto;position:relative;z-index:1}.pdp-root .numbers-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.pdp-root .numbers-header h2{max-width:920px;margin:0;color:var(--blue-900);font-size:var(--type-h2);font-weight:600;letter-spacing:-.055em;line-height:1}.pdp-root .numbers-header p,.pdp-root .segments-header>p{margin:0;color:var(--orange-dark);font-family:var(--font-data);font-size:11px;font-style:italic;white-space:nowrap}.pdp-root .numbers-grid{margin:clamp(46px,8vh,84px) 0 0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.pdp-root .numbers-grid>div{min-width:0;min-height:235px;padding:24px clamp(20px,2.6vw,36px);border-left:1px solid rgba(0,65,125,.13);display:flex;flex-direction:column;justify-content:space-between;transition:background .22s ease,transform .22s ease,box-shadow .22s ease}.pdp-root .numbers-grid>div:hover{border-radius:20px;background:rgba(181,205,255,.13);box-shadow:0 16px 34px rgba(0,65,125,.07);transform:translateY(-4px)}.pdp-root .numbers-grid>div:first-child{padding-left:0;border-left:0}.pdp-root .numbers-grid dt{max-width:245px;color:#5c6d7d;font-size:var(--type-body-lg);font-weight:400;line-height:1.45}.pdp-root .numbers-grid dd{margin:28px 0 0;display:flex;flex-direction:column}.pdp-root .numbers-grid strong{color:var(--blue-900);font-size:clamp(45px,5.6vw,74px);font-weight:600;letter-spacing:-.07em;line-height:.95;transition:color .22s ease}.pdp-root .numbers-grid>div:hover strong{color:var(--orange)}.pdp-root .numbers-grid span{margin-top:9px;color:var(--blue-900);font-size:clamp(16px,1.5vw,21px);font-weight:600}.pdp-root .segments-section{width:100%;min-height:clamp(720px,100svh,900px);padding:clamp(76px,9vh,104px) clamp(30px,5vw,76px);overflow:hidden;position:relative;display:flex;align-items:center;background:radial-gradient(circle at 5% 16%,rgba(255,184,8,.11),transparent 22rem),linear-gradient(145deg,#eaf1ff,#f8faff 72%)}.pdp-root .segments-section:before{content:"";width:410px;height:410px;position:absolute;right:-140px;bottom:-155px;opacity:.2;background-image:radial-gradient(rgba(0,65,125,.52) 1px,transparent 1px);background-size:17px 17px;mask-image:radial-gradient(circle,#000,transparent 68%)}.pdp-root .segments-inner{width:min(1280px,100%);margin:0 auto;position:relative;z-index:1}.pdp-root .segments-header{display:flex;align-items:flex-end;justify-content:space-between;gap:32px}.pdp-root .segments-header h2{margin:0;color:var(--blue-900);font-size:var(--type-h2);font-weight:600;letter-spacing:-.055em;line-height:.94}.pdp-root .segments-header h2 span,.pdp-root .segments-header h2 em{display:block}.pdp-root .segments-header h2 em{margin-top:.08em;color:var(--orange);font-family:var(--font-editorial);font-style:italic;font-weight:400;letter-spacing:-.035em}.pdp-root .segment-browser{margin-top:clamp(34px,5vh,52px)}.pdp-root .segment-tabs{padding:0 0 13px;display:flex;gap:8px;overflow-x:auto;overscroll-behavior-x:contain;scrollbar-width:thin;scrollbar-color:rgba(0,65,125,.24) transparent}.pdp-root .segment-tabs button{min-height:38px;padding:0 14px;border:1px solid rgba(0,65,125,.14);border-radius:999px;flex:0 0 auto;color:var(--blue-900);background:rgba(255,255,255,.7);font-family:inherit;font-size:10px;font-weight:500;cursor:pointer;transition:color .18s ease,background .18s ease,transform .18s ease}.pdp-root .segment-tabs button:hover{transform:translateY(-1px);background:#fff}.pdp-root .segment-tabs button.is-active{border-color:var(--blue-900);color:#fff;background:var(--blue-900)}.pdp-root .segment-data-panel{min-height:420px;padding:clamp(24px,3vw,38px);border:1px solid rgba(0,65,125,.13);border-radius:30px;display:block;color:#fff;background:radial-gradient(circle at 100% 0%,rgba(102,46,148,.3),transparent 25rem),linear-gradient(145deg,var(--blue-900),#062f59);box-shadow:0 22px 54px rgba(0,65,125,.16)}.pdp-root .segment-data-panel>header{padding:0 0 23px;border-bottom:1px solid rgba(181,205,255,.22);display:flex;align-items:flex-end;justify-content:space-between;gap:24px}.pdp-root .segment-data-panel h3{margin:0;color:var(--yellow);font-size:var(--type-h3);font-weight:500;letter-spacing:-.045em;line-height:1.05}.pdp-root .segment-data-panel header p{margin:0 0 5px;color:rgba(255,255,255,.68);font-family:var(--font-data);font-size:11px}.pdp-root .segment-list{margin:26px 0 0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-content:stretch;gap:14px;list-style:none;animation:segment-swap .42s cubic-bezier(.22,1,.36,1) both}.pdp-root .segment-list li{min-width:0;min-height:66px;padding:12px 14px;border:1px solid rgba(181,205,255,.12);border-radius:14px;background:rgba(255,255,255,.045);transition:transform .2s ease,border-color .2s ease,background .2s ease}.pdp-root .segment-list li:hover{border-color:rgba(255,184,8,.32);background:rgba(255,255,255,.075);transform:translateY(-2px)}.pdp-root .segment-list li>div{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.pdp-root .segment-list li>div span{min-width:0;color:rgba(255,255,255,.82);font-size:clamp(12px,1.1vw,15px);line-height:1.3}.pdp-root .segment-list strong{color:#fff;font-family:var(--font-data);font-size:clamp(13px,1.15vw,16px);font-weight:500;white-space:nowrap}.pdp-root .segment-list i{height:8px;margin-top:10px;border-radius:999px;overflow:hidden;display:block;background:rgba(181,205,255,.16)}.pdp-root .segment-list i span{width:0;height:100%;max-width:100%;border-radius:inherit;display:block;background:linear-gradient(90deg,var(--orange),var(--yellow));transition:width .56s cubic-bezier(.22,1,.36,1)}.pdp-root .segment-list.is-dense{row-gap:10px}.pdp-root .segment-list.is-dense li{min-height:58px;padding-top:9px;padding-bottom:9px}.pdp-root .segment-list.is-sparse{min-height:230px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));align-items:stretch}.pdp-root .segment-list.is-sparse li{min-height:230px;padding:24px;display:flex;flex-direction:column;justify-content:center}.pdp-root .segment-list.is-sparse li>div{align-items:flex-end;flex-direction:column-reverse;gap:9px}.pdp-root .segment-list.is-sparse li>div span{width:100%;color:#fff;font-size:16px;font-weight:500}.pdp-root .segment-list.is-sparse strong{width:100%;color:var(--yellow);font-size:clamp(34px,3.5vw,48px);line-height:1}.pdp-root .segment-list.is-sparse i{height:11px;margin-top:20px}@keyframes segment-swap{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.pdp-root .custom-dp-cta{width:fit-content;min-height:56px;margin:24px 0 0 auto;padding:7px 8px 7px 21px;border:1px solid rgba(0,65,125,.16);border-radius:999px;display:flex;align-items:center;gap:17px;color:#fff;background:var(--blue-900);box-shadow:0 14px 32px rgba(0,65,125,.16);font-size:12px;font-weight:600;letter-spacing:.02em;transition:transform .22s ease,box-shadow .22s ease,background .22s ease}.pdp-root .custom-dp-cta i{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;color:var(--blue-900);background:var(--yellow);font-size:17px;font-style:normal;transition:transform .22s ease}.pdp-root .custom-dp-cta:hover{background:var(--blue-700);box-shadow:0 18px 38px rgba(0,65,125,.22);transform:translateY(-3px)}.pdp-root .custom-dp-cta:hover i{transform:rotate(10deg) scale(1.05)}.pdp-root .workflow-section{width:100%;min-height:clamp(660px,100svh,830px);padding:clamp(72px,9vh,102px) clamp(30px,5vw,76px);overflow:hidden;position:relative;display:flex;align-items:center;background:#fbfcff}.pdp-root .workflow-inner,.pdp-root .applications-inner,.pdp-root .faq-inner{width:min(1280px,100%);margin:0 auto;position:relative;z-index:1}.pdp-root .workflow-header h2,.pdp-root .applications-header h2,.pdp-root .faq-header h2{margin:0;color:var(--blue-900);font-size:var(--type-h2);font-weight:600;letter-spacing:-.055em;line-height:1.02}.pdp-root .workflow-header h2 em{color:var(--orange);font-family:var(--font-editorial);font-style:italic;font-weight:400;letter-spacing:-.035em}.pdp-root .workflow-header{text-align:center}.pdp-root .workflow-header h2{max-width:1180px;margin-right:auto;margin-left:auto}.pdp-root .workflow-header>p,.pdp-root .applications-header>p{max-width:930px;margin:18px 0 0;color:var(--muted);font-size:var(--type-body-lg);font-weight:400;line-height:1.6}.pdp-root .workflow-header>p{margin-right:auto;margin-left:auto}.pdp-root .workflow-grid{margin-top:clamp(48px,7vh,72px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.8vw,24px)}.pdp-root .workflow-stage{min-width:0;position:relative}.pdp-root .workflow-stage:not(:last-child):after{content:"";width:10px;height:10px;position:absolute;right:-15px;top:49%;z-index:3;border-top:2px solid var(--orange);border-right:2px solid var(--orange);transform:rotate(45deg)}.pdp-root .workflow-stage h3{min-height:66px;margin:0 0 18px;color:var(--blue-900);font-size:var(--type-h5);font-weight:600;letter-spacing:-.025em;line-height:1.35;text-align:center}.pdp-root .workflow-option,.pdp-root .workflow-placeholder{min-height:112px;padding:22px;border:1px solid rgba(0,65,125,.12);border-radius:20px;display:flex;align-items:center;justify-content:center;color:var(--blue-900);background:var(--cream);box-shadow:0 12px 30px rgba(0,65,125,.07);font-size:var(--type-body);font-weight:500;line-height:1.5;text-align:center;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease,background .22s ease}.pdp-root .workflow-option:hover,.pdp-root .workflow-placeholder:hover{border-color:rgba(238,120,36,.32);box-shadow:0 18px 38px rgba(0,65,125,.11);transform:translateY(-4px)}.pdp-root .workflow-option+.workflow-option,.pdp-root .workflow-placeholder+.workflow-option{margin-top:14px}.pdp-root .workflow-placeholder{border:1px dashed rgba(0,100,175,.38);color:#718090;background:linear-gradient(135deg,rgba(181,205,255,.18) 25%,transparent 25%) -10px 0/20px 20px,linear-gradient(225deg,rgba(181,205,255,.18) 25%,transparent 25%) -10px 0/20px 20px,#fff;box-shadow:none}.pdp-root .segmentation-stage .workflow-placeholder{border-style:solid;color:#fff;background:radial-gradient(circle at 85% 12%,rgba(181,205,255,.3),transparent 9rem),linear-gradient(145deg,var(--blue-900),#06335f);box-shadow:0 12px 30px rgba(0,65,125,.13)}.pdp-root .segmentation-stage .workflow-option{border-color:rgba(238,120,36,.2);color:var(--blue-900);background:linear-gradient(145deg,var(--cream),#fffaf0)}.pdp-root .workflow-placeholder-large{min-height:238px}.pdp-root .applications-section{width:100%;min-height:clamp(650px,100svh,820px);padding:clamp(72px,9vh,102px) clamp(30px,5vw,76px);overflow:hidden;position:relative;display:flex;align-items:center;color:#fff;background:radial-gradient(circle at 96% 6%,rgba(102,46,148,.28),transparent 27rem),linear-gradient(145deg,var(--blue-900),#062f59 76%)}.pdp-root .applications-section:before{content:"";width:360px;height:360px;position:absolute;left:-130px;bottom:-145px;opacity:.18;background-image:radial-gradient(rgba(181,205,255,.75) 1px,transparent 1px);background-size:17px 17px;mask-image:radial-gradient(circle,#000,transparent 68%)}.pdp-root .applications-header h2{max-width:1050px;color:#fff}.pdp-root .applications-header>p{color:rgba(255,255,255,.72)}.pdp-root .applications-grid{margin-top:clamp(44px,7vh,70px);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(16px,2vw,26px)}.pdp-root .application-card{min-width:0;min-height:330px;padding:clamp(24px,2.4vw,32px);border:1px solid rgba(255,255,255,.62);border-radius:26px;color:var(--ink);background:rgba(255,255,255,.96);box-shadow:0 22px 52px rgba(0,18,42,.22);transition:transform .22s ease,box-shadow .22s ease}.pdp-root .application-card:hover{transform:translateY(-4px);box-shadow:0 28px 58px rgba(0,18,42,.27)}.pdp-root .application-card h3{margin:0;color:var(--orange-dark);font-family:var(--font-data);font-size:11px;font-weight:500;letter-spacing:.04em;line-height:1.4;text-transform:uppercase}.pdp-root .application-card h4{min-height:66px;margin:22px 0 0;color:var(--blue-900);font-size:var(--type-h4);font-weight:600;letter-spacing:-.035em;line-height:1.35}.pdp-root .application-card ul{margin:24px 0 0;padding:0;display:grid;gap:9px;list-style:none}.pdp-root .application-card li{min-height:42px;padding:10px 12px;border:1px solid rgba(0,65,125,.08);border-radius:11px;display:flex;align-items:center;color:#526374;background:var(--cream);font-size:12px;line-height:1.4}.pdp-root .application-card li:before{content:"";width:7px;height:7px;margin-right:9px;flex:0 0 7px;border-radius:2px;background:var(--orange);transform:rotate(45deg)}.pdp-root .contact-section{width:100%;min-height:clamp(520px,72svh,680px);padding:clamp(84px,11vh,124px) clamp(30px,5vw,76px);overflow:hidden;position:relative;display:flex;align-items:center;color:var(--blue-900);background:radial-gradient(circle at 86% 10%,rgba(181,205,255,.44),transparent 27rem),var(--cream)}.pdp-root .contact-section:before{content:"";width:260px;height:260px;position:absolute;left:-150px;top:12%;border:1px solid rgba(238,120,36,.18);border-radius:50%;box-shadow:0 0 0 48px rgba(238,120,36,.03),0 0 0 96px rgba(238,120,36,.018)}.pdp-root .contact-inner{width:min(1180px,100%);margin:0 auto;position:relative;z-index:1}.pdp-root .contact-inner>p{margin:0;color:var(--orange-dark);font-size:var(--type-body-lg);font-weight:500;line-height:1.5}.pdp-root .contact-inner h2{max-width:1080px;margin:24px 0 0;color:var(--blue-900);font-size:var(--type-h2);font-weight:600;letter-spacing:-.06em;line-height:1.04}.pdp-root .contact-inner h2 em{color:var(--orange);font-family:var(--font-editorial);font-style:italic;font-weight:400;letter-spacing:-.035em}.pdp-root .button-contact{margin-top:38px;min-width:min(500px,100%);min-height:74px;padding:0 10px 0 38px;border:1px solid rgba(255,255,255,.76);gap:24px;color:#fff;background:linear-gradient(135deg,var(--orange),#ff9637);box-shadow:0 18px 42px rgba(216,94,11,.3),0 0 0 7px rgba(238,120,36,.1);font-size:14px;overflow:hidden;position:relative;animation:cta-breathe 3.4s ease-in-out infinite}.pdp-root .button-contact:hover{background:linear-gradient(135deg,var(--orange-dark),var(--orange));box-shadow:0 24px 48px rgba(216,94,11,.4),0 0 0 9px rgba(238,120,36,.12)}.pdp-root .button-contact span{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--blue-900);background:var(--cream);font-size:21px;transition:transform .22s ease}.pdp-root .button-contact:hover span{transform:rotate(10deg) scale(1.05)}.pdp-root .faq-section{width:100%;padding:clamp(88px,11vh,132px) clamp(30px,5vw,76px) clamp(100px,12vh,148px);background:radial-gradient(circle at 7% 20%,rgba(181,205,255,.34),transparent 24rem),linear-gradient(145deg,#f7faff,#fff 68%)}.pdp-root .faq-inner{display:grid;grid-template-columns:minmax(260px,.64fr) minmax(540px,1.36fr);gap:clamp(56px,8vw,124px);align-items:start}.pdp-root .faq-header{position:sticky;top:48px}.pdp-root .faq-header h2{max-width:480px;color:var(--blue-900);font-size:var(--type-h2);line-height:.98}.pdp-root .faq-header:after{content:"";width:88px;height:7px;margin-top:28px;border-radius:999px;display:block;background:linear-gradient(90deg,var(--orange),var(--yellow))}.pdp-root .faq-list details{border-top:1px solid rgba(0,65,125,.17);transition:border-color .22s ease}.pdp-root .faq-list details:last-child{border-bottom:1px solid rgba(0,65,125,.17)}.pdp-root .faq-list summary{min-height:82px;padding:22px 2px;display:flex;align-items:center;justify-content:space-between;gap:30px;color:var(--blue-900);font-size:var(--type-body-lg);font-weight:500;line-height:1.45;list-style:none;cursor:pointer;transition:color .18s ease,padding .22s ease,background .18s ease}.pdp-root .faq-list summary:hover{padding-right:14px;padding-left:14px;color:var(--blue-700);background:rgba(181,205,255,.14)}.pdp-root .faq-list details[open]{margin:0;padding:0;background:0 0}.pdp-root .faq-list summary::-webkit-details-marker{display:none}.pdp-root .faq-list summary i{width:22px;height:22px;flex:0 0 22px;position:relative}.pdp-root .faq-list summary i:before,.pdp-root .faq-list summary i:after{content:"";position:absolute;background:var(--orange);transition:transform .18s ease}.pdp-root .faq-list summary i:before{width:18px;height:2px;left:2px;top:10px}.pdp-root .faq-list summary i:after{width:2px;height:18px;left:10px;top:2px}.pdp-root .faq-list details[open] summary i:after{transform:rotate(90deg)}.pdp-root .faq-list details[open] summary{color:var(--blue-900)}.pdp-root .faq-list details>p{max-width:780px;margin:-4px 42px 26px 2px;color:#4e6377;font-size:var(--type-body-sm);font-weight:400;line-height:1.75}.pdp-root .faq-list details[open]>p{animation:faq-answer-in .3s cubic-bezier(.22,1,.36,1) both}@keyframes faq-answer-in{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.pdp-root .segment-tabs button:focus-visible,.pdp-root .faq-list summary:focus-visible,.pdp-root .button-contact:focus-visible,.pdp-root .custom-dp-cta:focus-visible,.pdp-root .floating-cta:focus-visible{outline:3px solid rgba(255,184,8,.68);outline-offset:3px}.pdp-root.motion-ready [data-reveal]{opacity:0;transform:translateY(26px);transition:opacity .64s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay,0ms)}.pdp-root.motion-ready [data-reveal=left]{transform:translateX(-28px)}.pdp-root.motion-ready [data-reveal=right]{transform:translateX(28px)}.pdp-root.motion-ready [data-reveal=scale]{transform:translateY(18px) scale(.975)}.pdp-root.motion-ready [data-reveal].is-visible{opacity:1;transform:none}.pdp-root .reveal-delay-1{--reveal-delay:70ms}.pdp-root .reveal-delay-2{--reveal-delay:.14s}.pdp-root .reveal-delay-3{--reveal-delay:.21s}.pdp-root .reveal-delay-4{--reveal-delay:.28s}@keyframes cta-breathe{0%,100%{box-shadow:0 18px 42px rgba(216,94,11,.3),0 0 0 7px rgba(238,120,36,.1)}50%{box-shadow:0 20px 46px rgba(216,94,11,.38),0 0 0 11px rgba(238,120,36,.07)}}@keyframes fade-down{from{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-up{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes reveal-right{from{opacity:0;transform:translateX(26px)}to{opacity:1;transform:translateX(0)}}@media (max-width:1180px){.pdp-root .hero{grid-template-columns:1fr;gap:70px}.pdp-root .hero-copy{max-width:780px}.pdp-root .hero h1{font-size:var(--type-h1)}.pdp-root .hero-visual,.pdp-root .portrait-composition{width:100%;max-width:760px;margin:0 auto}.pdp-root .hero-visual{min-height:650px}.pdp-root .portrait-composition{height:650px}.pdp-root .building-section{padding-right:34px;padding-left:34px}.pdp-root .building-inner{grid-template-columns:minmax(270px,.66fr) minmax(520px,1.34fr);gap:36px}.pdp-root .building-header h2{font-size:var(--type-h2)}.pdp-root .data-profile-card{grid-template-columns:minmax(0,1.15fr) minmax(205px,.85fr);gap:14px}.pdp-root .numbers-grid>div{padding-right:22px;padding-left:22px}.pdp-root .segment-data-panel{grid-template-columns:minmax(180px,.28fr) minmax(0,1.72fr);gap:34px}.pdp-root .workflow-stage h3{font-size:var(--type-h5)}}@media (max-width:980px){.pdp-root .building-section{height:auto;min-height:0;padding:72px 30px 86px;border-radius:42px 42px 0 0;display:block}.pdp-root .building-inner{grid-template-columns:1fr;gap:52px}.pdp-root .building-header h2{max-width:680px}.pdp-root .building-copy{margin-top:30px;max-width:720px;gap:20px}.pdp-root .building-flow{width:min(800px,100%);margin:0 auto}.pdp-root .data-profile-card{min-height:218px}.pdp-root .evolution-section{height:auto;min-height:0;padding:76px 30px 88px}.pdp-root .evolution-inner{gap:25px}.pdp-root .version-card{min-height:138px}.pdp-root .evidence-grid{padding:26px 28px}.pdp-root .numbers-section{height:auto;min-height:0;padding:76px 30px 88px}.pdp-root .numbers-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:0}.pdp-root .numbers-grid>div{min-height:190px;border-top:1px solid rgba(0,65,125,.13)}.pdp-root .numbers-grid>div:nth-child(odd){padding-left:0;border-left:0}.pdp-root .numbers-grid>div:nth-child(-n+2){border-top:0}.pdp-root .segments-section,.pdp-root .workflow-section,.pdp-root .applications-section{min-height:0;padding:80px 30px 92px}.pdp-root .segment-data-panel{min-height:400px;grid-template-columns:minmax(180px,.35fr) minmax(0,1.65fr)}.pdp-root .workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp-root .workflow-stage:not(:last-child):after{display:none}.pdp-root .workflow-stage h3{min-height:0}.pdp-root .applications-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp-root .application-card:last-child{grid-column:1/-1}}@media (min-width:981px) and (max-height:620px){.pdp-root .evolution-section{padding-top:24px;padding-bottom:24px}.pdp-root .evolution-inner{gap:14px}.pdp-root .evolution-header h2{font-size:28px}.pdp-root .version-card{min-height:108px;padding:0}.pdp-root .version-content{padding:11px 13px}.pdp-root .version-card h3{font-size:17px}.pdp-root .version-content>p{margin:6px 0 5px}.pdp-root .version-card li{font-size:11px}.pdp-root .evidence-grid{padding:18px 22px;gap:14px}.pdp-root .evidence-card h3{font-size:20px}.pdp-root .speed-evidence{padding-top:14px}.pdp-root .reach-stats,.pdp-root .speed-stats{margin-top:14px}.pdp-root .reach-stats strong,.pdp-root .speed-stats strong{font-size:1em}}@media (max-width:760px){.pdp-root .site-header{min-height:78px;padding-top:15px;padding-bottom:15px}.pdp-root .brand{width:126px}.pdp-root .button-small{min-height:40px;padding:0 14px;font-size:9px}.pdp-root .hero{min-height:calc(100vh - 78px);padding-top:44px;gap:58px}.pdp-root .hero h1{font-size:var(--type-h1)}.pdp-root .hero-description{margin-top:28px;font-size:var(--type-body-lg)}.pdp-root .hero-actions{align-items:flex-start;flex-direction:column}.pdp-root .metric-row{margin-top:38px}.pdp-root .metric-row div{padding-right:10px}.pdp-root .metric-row div+div{padding-left:12px}.pdp-root .metric-row dt{font-size:clamp(20px,7vw,30px)}.pdp-root .metric-row dd{font-size:7px}.pdp-root .hero-visual{width:100%;min-height:0;overflow:visible}.pdp-root .portrait-composition{width:100%;max-width:none;height:auto;margin:0;padding:20px 6px 30px;display:flex;gap:14px;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scrollbar-width:none}.pdp-root .portrait-composition::-webkit-scrollbar{display:none}.pdp-root .portrait-composition:before,.pdp-root .composition-glow{display:none}.pdp-root .transform-card,.pdp-root .jaden-card,.pdp-root .marie-card,.pdp-root .andi-card{width:min(330px,80vw);height:440px;flex:0 0 min(330px,80vw);position:relative;left:auto;right:auto;top:auto;bottom:auto;z-index:1;border-radius:28px;transform:none;scroll-snap-align:center}.pdp-root .transform-card:hover,.pdp-root .transform-card:focus{z-index:2;transform:translateY(-5px)}.pdp-root .transform-card .state-label{left:14px;top:14px;padding:7px 10px;font-size:9.5px}.pdp-root .transform-card .state-content{left:14px;right:14px;bottom:14px;padding:13px;border-radius:17px}.pdp-root .transform-card .state-content h2{font-size:21px}.pdp-root .transform-card .detail-tags li,.pdp-root .transform-card .persona-details li{padding:5px 8px;font-size:9.5px}.pdp-root .building-section{padding:72px 22px 84px;border-radius:32px 32px 0 0}.pdp-root .building-header h2{font-size:var(--type-h2)}.pdp-root .building-copy p{font-size:var(--type-body);line-height:1.65}.pdp-root .building-copy p:first-child{font-size:var(--type-body-lg)}.pdp-root .data-profile-card{min-height:0;padding:24px;border-radius:24px;grid-template-columns:1fr;gap:20px}.pdp-root .profile-heading h3{font-size:25px}.pdp-root .response-block li,.pdp-root .psychographic-block li{font-size:12px}.pdp-root .evolution-section{padding:64px 22px 76px}.pdp-root .evolution-header h2{font-size:clamp(28px,8vw,34px);text-align:center}.pdp-root .version-timeline{padding-top:0;padding-left:28px;grid-template-columns:1fr;gap:12px}.pdp-root .version-timeline:before{width:3px;height:auto;left:7px;right:auto;top:12px;bottom:12px;display:block;background:#b5cdff}.pdp-root .version-step{display:block}.pdp-root .timeline-marker{left:-21px;top:50%;transform:translate(-50%,-50%)}.pdp-root .version-card{min-height:132px;padding:0;grid-template-columns:minmax(0,1fr) 108px}.pdp-root .version-card li{font-size:12px}.pdp-root .evidence-grid{padding:25px 20px;grid-template-columns:1fr;gap:22px}.pdp-root .evidence-card{min-height:0;padding:0}.pdp-root .evidence-card h3{font-size:clamp(19px,5.5vw,23px)}.pdp-root .reach-stats span,.pdp-root .speed-stats span{font-size:12px}.pdp-root .speed-evidence{padding-top:20px}.pdp-root .numbers-section{padding:72px 22px 84px}.pdp-root .numbers-header,.pdp-root .segments-header{align-items:flex-start;flex-direction:column}.pdp-root .numbers-grid{margin-top:42px;grid-template-columns:1fr}.pdp-root .numbers-grid>div,.pdp-root .numbers-grid>div:nth-child(odd){min-height:158px;padding:22px 0;border-top:1px solid rgba(0,65,125,.13);border-left:0}.pdp-root .numbers-grid>div:first-child{border-top:0}.pdp-root .numbers-grid dt{max-width:320px}.pdp-root .numbers-grid dd{margin-top:18px}.pdp-root .segments-section,.pdp-root .workflow-section,.pdp-root .applications-section{padding:72px 22px 84px}.pdp-root .segment-data-panel{min-height:0;padding:24px;border-radius:24px;grid-template-columns:1fr;gap:28px}.pdp-root .segment-data-panel>header{padding:0 0 24px;border-right:0;border-bottom:1px solid rgba(181,205,255,.22)}.pdp-root .segment-list,.pdp-root .segment-list.is-dense{grid-template-columns:1fr;gap:14px}.pdp-root .custom-dp-cta{margin-left:0}.pdp-root .workflow-header h2,.pdp-root .applications-header h2,.pdp-root .faq-header h2{font-size:var(--type-h2)}.pdp-root .workflow-grid,.pdp-root .applications-grid{grid-template-columns:1fr}.pdp-root .application-card:last-child{grid-column:auto}.pdp-root .workflow-stage h3,.pdp-root .application-card h4{min-height:0}.pdp-root .workflow-placeholder-large{min-height:210px}.pdp-root .application-card{min-height:0}.pdp-root .contact-section{min-height:0;padding:88px 22px 96px}.pdp-root .contact-inner h2{font-size:var(--type-h2)}.pdp-root .button-contact{width:100%;padding-right:18px;padding-left:18px;gap:14px;font-size:11.5px}.pdp-root .button-contact span{width:48px;height:48px;flex:0 0 48px}.pdp-root .floating-cta{min-height:50px;right:16px;bottom:16px;padding:5px 6px 5px 17px;gap:12px}.pdp-root .floating-cta>span{font-size:10px}.pdp-root .floating-cta>i{width:38px;height:38px}.pdp-root .faq-section{padding:84px 22px 96px}.pdp-root .faq-inner{grid-template-columns:1fr;gap:48px}.pdp-root .faq-header{position:static}.pdp-root .faq-list summary{min-height:74px;padding:20px 0}}@media (max-width:420px){.pdp-root .site-header .button-outline{min-width:42px;width:42px;padding:0;overflow:hidden;color:transparent;position:relative}.pdp-root .site-header .button-outline:after{content:"↗";color:var(--blue-900);position:absolute;inset:0;display:grid;place-items:center;font-size:18px}.pdp-root .hero{padding-left:18px;padding-right:18px}.pdp-root .hero h1{font-size:var(--type-h1)}.pdp-root .metric-row{grid-template-columns:1fr 1fr;row-gap:24px}.pdp-root .metric-row div:nth-child(3){grid-column:1/-1;padding-left:0;border-left:0}.pdp-root .portrait-composition{padding-right:2px;padding-left:2px}.pdp-root .transform-card,.pdp-root .jaden-card,.pdp-root .marie-card,.pdp-root .andi-card{width:min(310px,82vw);height:420px;flex-basis:min(310px,82vw);border-radius:24px}.pdp-root .transform-card .state-label{left:11px;top:11px;padding:6px 9px;font-size:8.5px}.pdp-root .transform-card .state-content{left:11px;right:11px;bottom:11px;padding:12px;border-radius:15px}.pdp-root .transform-card .state-content h2{margin-bottom:7px;font-size:19px}.pdp-root .transform-card .detail-tags li,.pdp-root .transform-card .persona-details li{padding:4px 7px;font-size:8.5px}.pdp-root .building-section{padding-top:64px;padding-right:17px;padding-bottom:72px;padding-left:17px}.pdp-root .building-header h2{font-size:var(--type-h2)}.pdp-root .data-profile-card{padding:20px 18px;border-radius:21px}.pdp-root .profile-identity{gap:13px}.pdp-root .samantha-data{grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.pdp-root .evolution-section{padding-top:64px;padding-right:17px;padding-bottom:72px;padding-left:17px}.pdp-root .version-timeline:before{left:6px}.pdp-root .version-card{grid-template-columns:minmax(0,1fr) 92px}.pdp-root .version-content{padding:14px 12px}.pdp-root .reach-stats p{padding:7px 11px 7px 7px;align-items:center;flex-direction:row;gap:7px}.pdp-root .numbers-section,.pdp-root .segments-section,.pdp-root .workflow-section,.pdp-root .applications-section,.pdp-root .contact-section,.pdp-root .faq-section{padding-right:17px;padding-left:17px}.pdp-root .segment-tabs button{min-height:36px;padding:0 12px;font-size:9px}.pdp-root .segment-data-panel{padding:20px 18px}.pdp-root .workflow-option,.pdp-root .workflow-placeholder{padding:20px 16px}.pdp-root .application-card{padding:24px 20px}.pdp-root .faq-list details>p{margin-right:28px;font-size:13px}}@media (prefers-reduced-motion:reduce){.pdp-root{scroll-behavior:auto}.pdp-root,.pdp-root *,.pdp-root *:before,.pdp-root *:after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important}}.pdp-root .building-header h2,.pdp-root .evolution-section .evidence-card h2,.pdp-root .numbers-header h2,.pdp-root .segments-header h2,.pdp-root .workflow-header h2,.pdp-root .applications-header h2,.pdp-root .contact-inner h2,.pdp-root .faq-header h2{font-size:var(--type-h2);font-weight:600;line-height:1.15}.pdp-root .building-header h2 em{margin-top:0;font-family:var(--font-accent);font-size:1em;font-style:italic;font-weight:700;letter-spacing:-.055em;line-height:1.15}.pdp-root .building-header h2 .building-persona-accent{color:var(--blue-900)}.pdp-root .building-header h2 .building-panel-accent{color:var(--orange)}.pdp-root .building-evolution-header h3{max-width:980px;margin:0;color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(24px,2.65vw,36px);font-weight:600;letter-spacing:-.04em;line-height:1.15;text-align:left}.pdp-root .hero{min-height:calc(100svh - 92px);padding-bottom:clamp(26px,3vw,42px);row-gap:clamp(24px,3vw,40px)}.pdp-root .hero .logo-marquee{width:100%;margin:0;padding:0;grid-column:1/-1;grid-row:3;overflow:hidden;background:0 0}.pdp-root .hero .logo-row{width:100%;overflow:hidden}.pdp-root .hero .logo-track{gap:20px;animation-duration:42s}.pdp-root .hero .logo-tile{width:clamp(108px,9.5vw,138px);height:46px;padding:0 5px;overflow:visible;background:0 0}.pdp-root .hero .logo-tile img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}.pdp-root .evolution-section .evidence-grid{gap:clamp(34px,5vh,58px)}.pdp-root .evolution-section .evidence-card,.pdp-root .evolution-section .speed-evidence{min-height:0}.pdp-root .evolution-section .evidence-card h2{max-width:none;letter-spacing:-.045em;white-space:nowrap}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{min-height:0;max-height:0;margin-top:0;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:max-height .42s cubic-bezier(.22,1,.36,1),margin-top .42s cubic-bezier(.22,1,.36,1),opacity .3s ease,transform .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s}.pdp-root .evolution-section[data-scroll-state=reach] [data-reach-details],.pdp-root .evolution-section[data-scroll-state=speed] [data-speed-details],.pdp-root .evolution-section[data-scroll-state=all] [data-reach-details],.pdp-root .evolution-section[data-scroll-state=all] [data-speed-details]{max-height:120px;margin-top:20px;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}.pdp-root .evolution-section .speed-stats span{font-size:clamp(17px,1.4vw,21px)}.pdp-root .segments-header h2 em{margin:0;display:inline;color:inherit;font-family:var(--font-accent);font-size:1em;font-style:italic;font-weight:700;letter-spacing:-.055em;line-height:inherit}.pdp-root .segment-data-panel{max-height:none}.pdp-root .segment-list,.pdp-root .segment-list.is-dense,.pdp-root .segment-list.is-sparse{max-height:none;grid-template-columns:repeat(var(--segment-columns),minmax(0,1fr));overflow-y:visible}.pdp-root .segment-list.is-sparse li{min-height:150px}@media (max-width:980px){.pdp-root .hero .logo-marquee{grid-row:4}.pdp-root .evolution-section .evidence-card h2{white-space:normal}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{max-height:none;margin-top:18px;overflow:visible;opacity:1;visibility:visible;pointer-events:auto;transform:none}}@media (max-width:760px){.pdp-root .hero .logo-track{gap:14px}.pdp-root .hero .logo-tile{width:100px;height:40px;padding:0 4px}.pdp-root .building-evolution-header h3{font-size:clamp(23px,7vw,31px)}.pdp-root .segment-list,.pdp-root .segment-list.is-dense,.pdp-root .segment-list.is-sparse{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{max-height:none;margin-top:18px;overflow:visible;opacity:1;visibility:visible;pointer-events:auto;transform:none}}.pdp-root{--page-gutter:clamp(24px,4.2vw,64px)}.pdp-root .site-header{width:min(1440px,100%);padding-right:var(--page-gutter);padding-left:var(--page-gutter)}.pdp-root .hero{width:min(1440px,100%);min-height:0;margin:0 auto;padding:clamp(18px,2vw,30px) var(--page-gutter) clamp(32px,4vw,54px);grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(36px,5vw,72px);row-gap:clamp(22px,2.5vw,34px)}.pdp-root .hero-visual{grid-column:1/-1;grid-row:1}.pdp-root .portrait-composition{width:100%;max-width:none;margin:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.7vw,24px)}.pdp-root .transform-card,.pdp-root .jaden-card,.pdp-root .marie-card,.pdp-root .andi-card{aspect-ratio:1/1;border-radius:clamp(15px,1.4vw,20px)}.pdp-root .panel-callout{min-height:100%;padding:clamp(18px,2.2vw,34px);justify-content:center}.pdp-root .hero-copy{grid-column:1/-1;grid-row:2}.pdp-root .hero h1{width:100%;max-width:none;margin:0;display:grid;grid-template-columns:auto minmax(64px,1fr) auto;align-items:center;gap:clamp(22px,3.6vw,54px);color:var(--blue-900);font-size:clamp(54px,6.3vw,88px);line-height:1}.pdp-root .hero h1 em,.pdp-root .hero h1 span,.pdp-root .hero h1 span:first-child,.pdp-root .hero h1 span:nth-child(2){margin:0;padding:0;display:block;color:var(--blue-900);line-height:1}.pdp-root .hero h1 em{font-family:var(--font-accent);font-size:.82em;font-style:italic;font-weight:700;letter-spacing:-.075em}.pdp-root .hero-title-rule{width:100%;height:1px;display:block;background:var(--yellow)}.pdp-root .hero-intro{width:100%;max-width:none;padding:0;grid-column:1/-1;grid-row:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(36px,5vw,72px)}.pdp-root .hero-description{max-width:620px;font-size:var(--type-body-lg);line-height:1.55}.pdp-root .hero-actions{margin:0;justify-self:start}.pdp-root .hero .logo-marquee{min-width:0;margin:0;padding:0;grid-column:1/-1;grid-row:4;overflow:hidden}.pdp-root .hero .logo-row{width:100%;overflow:hidden}.pdp-root .hero .logo-track{width:max-content;gap:0;display:flex;align-items:center;animation:logo-scroll-left 42s linear infinite;will-change:transform}.pdp-root .hero .logo-set{padding-right:20px;flex:0 0 auto;display:flex;align-items:center;gap:20px}.pdp-root .hero .logo-tile{width:clamp(108px,9.5vw,138px);height:48px;padding:3px 7px;overflow:hidden;flex:0 0 auto;display:grid;place-items:center;background:0 0}.pdp-root .hero .logo-tile img{width:100%;height:100%;max-width:100%;max-height:100%;display:block;object-fit:contain;object-position:center}.pdp-root .hero .logo-row:hover .logo-track{animation-play-state:running}@keyframes logo-scroll-left{from{transform:translateX(0)}to{transform:translateX(-33.333333%)}}.pdp-root .building-section{min-height:0;padding:clamp(76px,8vw,110px) var(--page-gutter);align-items:flex-start}.pdp-root .building-inner{width:min(1320px,100%);margin:0 auto;display:block}.pdp-root .building-layout{display:grid;grid-template-columns:minmax(220px,.76fr) minmax(300px,.98fr) minmax(500px,1.62fr);gap:clamp(28px,4vw,62px);align-items:start}.pdp-root .building-header{min-height:430px;display:flex;flex-direction:column;justify-content:space-between}.pdp-root .building-header h2,.pdp-root .building-digital>h2{margin:0;color:var(--blue-900);font-family:var(--font-heading);font-size:var(--type-h2);font-weight:600;letter-spacing:-.05em;line-height:1.15}.pdp-root .building-copy{margin:0;display:block}.pdp-root .building-copy p,.pdp-root .building-copy p:first-child,.pdp-root .building-digital-copy{margin:0;color:#303030;font-family:var(--font-body);font-size:var(--type-body-lg);font-weight:400;line-height:1.65}.pdp-root .building-copy strong{color:#303030;font-family:var(--font-body);font-style:normal;font-weight:600}.pdp-root .building-real,.pdp-root .building-digital{min-width:0}.pdp-root .building-real .data-profile-card,.pdp-root .building-digital .data-profile-card{width:100%;min-height:0;padding:clamp(16px,1.5vw,22px);grid-template-columns:minmax(0,1fr);gap:16px}.pdp-root .building-digital>h2 em,.pdp-root .building-digital>h2 span{display:block}.pdp-root .building-digital>h2 em{margin-bottom:.08em;color:var(--blue-900);font-family:var(--font-accent);font-size:.9em;font-style:italic;font-weight:700;letter-spacing:-.065em}.pdp-root .building-digital-content{margin-top:clamp(32px,4vw,52px);display:grid;grid-template-columns:minmax(330px,1.15fr) minmax(180px,.7fr);gap:clamp(22px,3vw,42px);align-items:end}.pdp-root .building-digital-copy{padding-bottom:12px}.pdp-root .building-evolution{margin-top:clamp(64px,8vw,104px);padding-top:0;border-top:0}.pdp-root .building-evolution-header h3{max-width:1120px;margin:0 auto;text-align:center}.pdp-root .building-evolution .version-timeline{margin-top:clamp(24px,3vw,40px)}.pdp-root .evolution-section{width:100%;height:auto;min-height:0;padding:clamp(72px,7vw,104px) var(--page-gutter);overflow:hidden;position:relative;display:block;color:#fff;background:#002b5a}.pdp-root .evolution-section:after{content:"";width:920px;height:920px;display:block;position:absolute;right:-240px;top:-360px;opacity:.13;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0 9px,#b5cdff 10px 11px);pointer-events:none}.pdp-root .evolution-inner{width:min(1320px,100%);height:auto;min-height:0;margin:0 auto;padding:0;position:relative;top:auto;z-index:1;display:block;overflow:visible;background:0 0}.pdp-root .evolution-section .evidence-grid{width:100%;padding:0;display:grid;grid-template-columns:minmax(300px,.82fr) minmax(0,1.78fr);grid-template-rows:auto auto;column-gap:clamp(38px,5vw,76px);row-gap:clamp(34px,4vw,56px);align-items:center;color:#fff;background:0 0;box-shadow:none}.pdp-root .evolution-section .evidence-card,.pdp-root .evolution-section .speed-evidence{min-height:0;padding:0;border:0;border-radius:0;display:contents;color:#fff;background:0 0;box-shadow:none}.pdp-root .evolution-section .reach-evidence h2{grid-column:1;grid-row:1}.pdp-root .evolution-section .reach-stats{grid-column:2;grid-row:1}.pdp-root .evolution-section .speed-evidence h2{grid-column:1;grid-row:2}.pdp-root .evolution-section .speed-stats{grid-column:2;grid-row:2}.pdp-root .evolution-section .evidence-card h2{max-width:410px;margin:0;color:#fff;font-family:var(--font-heading);font-size:var(--type-h2);font-weight:600;letter-spacing:-.045em;line-height:1.28;white-space:normal}.pdp-root .evolution-section .speed-evidence h2 em{font-family:var(--font-accent);font-style:italic;font-weight:700;letter-spacing:-.055em}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{min-height:0;max-height:none;margin:0;overflow:visible;display:flex;flex-wrap:wrap;align-items:center;gap:12px;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}.pdp-root .evolution-section .reach-stats p,.pdp-root .evolution-section .speed-stats p{margin:0}.pdp-root .evolution-section .speed-stats span{font-size:clamp(17px,1.4vw,21px)}.pdp-root .numbers-section{height:auto;min-height:0;padding:clamp(76px,8vw,112px) var(--page-gutter)}.pdp-root .numbers-inner,.pdp-root .segments-inner{width:min(1320px,100%)}.pdp-root .numbers-header h2 em{color:var(--blue-900);font-family:var(--font-accent);font-style:italic;font-weight:700;letter-spacing:-.055em}.pdp-root .numbers-grid{margin-top:clamp(46px,6vw,78px)}.pdp-root .numbers-grid>div{min-height:190px}.pdp-root .segments-section{padding-right:var(--page-gutter);padding-left:var(--page-gutter)}@media (max-width:1120px){.pdp-root .building-layout{grid-template-columns:minmax(240px,.7fr) minmax(360px,1.3fr)}.pdp-root .building-header{min-height:420px}.pdp-root .building-digital{grid-column:1/-1}.pdp-root .building-digital-content{grid-template-columns:minmax(380px,.95fr) minmax(260px,1.05fr)}}@media (max-width:900px){.pdp-root .portrait-composition{padding-bottom:10px;grid-template-columns:repeat(3,minmax(230px,1fr)) minmax(210px,.85fr);overflow-x:auto;scroll-snap-type:x proximity}.pdp-root .transform-card,.pdp-root .panel-callout{scroll-snap-align:start}.pdp-root .hero h1{grid-template-columns:auto minmax(36px,1fr)}.pdp-root .hero h1 span{grid-column:1/-1}.pdp-root .hero-intro{grid-template-columns:1fr;gap:24px}.pdp-root .building-layout{grid-template-columns:1fr}.pdp-root .building-header{min-height:0}.pdp-root .building-copy{margin-top:30px}.pdp-root .building-real .data-profile-card{max-width:560px}.pdp-root .building-digital{grid-column:auto}.pdp-root .building-digital-content{grid-template-columns:minmax(330px,.95fr) minmax(220px,1.05fr)}.pdp-root .evolution-section .evidence-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:22px}.pdp-root .evolution-section .reach-evidence h2{grid-column:1;grid-row:1}.pdp-root .evolution-section .reach-stats{grid-column:1;grid-row:2;margin-bottom:28px}.pdp-root .evolution-section .speed-evidence h2{grid-column:1;grid-row:3}.pdp-root .evolution-section .speed-stats{grid-column:1;grid-row:4}.pdp-root .evolution-section .evidence-card h2{max-width:660px}}@media (max-width:680px){.pdp-root .hero h1{font-size:clamp(46px,13vw,64px);gap:16px}.pdp-root .hero .logo-set{padding-right:14px;gap:14px}.pdp-root .hero .logo-tile{width:104px;height:42px;padding:2px 5px}.pdp-root .building-digital-content{grid-template-columns:1fr}.pdp-root .building-digital-copy{padding-bottom:0}.pdp-root .building-evolution-header h3{text-align:left}.pdp-root .building-evolution .version-timeline{grid-template-columns:1fr;gap:24px}.pdp-root .building-evolution .version-timeline:before,.pdp-root .building-evolution .timeline-marker{display:none}.pdp-root .numbers-header{align-items:flex-start;flex-direction:column}.pdp-root .numbers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp-root .numbers-grid>div:nth-child(3){border-left:0}}@media (prefers-reduced-motion:reduce){.pdp-root .hero .logo-track{animation-duration:80s}}.pdp-root .state-content .persona-card-heading{width:fit-content;max-width:90%;margin:0 0 8px;padding:0;color:var(--blue-900);background:0 0;font-family:var(--font-heading);font-size:clamp(19px,1.5vw,23px);font-weight:600;letter-spacing:-.025em;line-height:1.15}.pdp-root .digital-state .persona-card-heading{color:var(--cream);font-size:clamp(18px,1.38vw,21px)}.pdp-root .hero{min-height:0;padding:clamp(24px,3vw,44px) clamp(24px,5vw,76px) clamp(64px,7vw,96px);grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:clamp(34px,4vw,64px) clamp(48px,7vw,110px);background:#f9f9f9}.pdp-root .hero:before,.pdp-root .hero-visual:before,.pdp-root .hero-visual:after,.pdp-root .portrait-composition:before{display:none}.pdp-root .hero-visual{width:100%;min-height:0;grid-column:1/-1;grid-row:1;animation-name:reveal-up}.pdp-root .portrait-composition{width:100%;max-width:1288px;height:auto;margin:0 auto;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.7vw,24px);align-items:stretch}.pdp-root .transform-card,.pdp-root .jaden-card,.pdp-root .marie-card,.pdp-root .andi-card{width:auto;height:auto;aspect-ratio:.92;position:relative;inset:auto;z-index:1;border-radius:20px;background:#edf3ff;box-shadow:0 14px 34px rgba(0,65,125,.12);transform:none}.pdp-root .transform-card:hover,.pdp-root .transform-card:focus,.pdp-root .jaden-card:hover,.pdp-root .jaden-card:focus,.pdp-root .marie-card:hover,.pdp-root .marie-card:focus,.pdp-root .andi-card:hover,.pdp-root .andi-card:focus{z-index:3;border-color:rgba(238,120,36,.48);box-shadow:0 22px 50px rgba(0,65,125,.18);transform:translateY(-6px)}.pdp-root .portrait-layer img,.pdp-root .jaden-card .portrait-layer img,.pdp-root .marie-card .portrait-layer img{object-fit:cover;transform:none}.pdp-root .state-label,.pdp-root .marie-card .state-label,.pdp-root .andi-card .state-label{left:14px;top:14px;padding:7px 10px;border:0;color:var(--blue-900);background:rgba(250,245,230,.94);font-family:var(--font-accent);font-size:clamp(9.5px,.72vw,11px);font-style:italic;font-weight:700;letter-spacing:.035em}.pdp-root .state-content,.pdp-root .marie-card .state-content,.pdp-root .andi-card .state-content{left:12px;right:12px;bottom:12px;padding:14px 15px;border-color:rgba(255,255,255,.72);border-radius:15px;background:rgba(250,245,230,.94);box-shadow:0 10px 24px rgba(0,65,125,.13)}.pdp-root .state-content h2,.pdp-root .marie-card .state-content h2,.pdp-root .andi-card .state-content h2{margin-bottom:8px;font-family:var(--font-heading);font-size:clamp(19px,1.5vw,23px);letter-spacing:-.025em}.pdp-root .detail-tags,.pdp-root .persona-details{gap:5px}.pdp-root .detail-tags li,.pdp-root .persona-details li,.pdp-root .marie-card .detail-tags li,.pdp-root .marie-card .persona-details li,.pdp-root .andi-card .detail-tags li,.pdp-root .andi-card .persona-details li{padding:5px 8px;font-family:var(--font-body);font-size:clamp(9.5px,.78vw,11.5px);font-weight:500}.pdp-root .digital-state .state-content{background:rgba(0,65,125,.94)}.pdp-root .digital-state .state-content h2{font-size:clamp(18px,1.38vw,21px);line-height:1.18}.pdp-root .panel-callout{min-width:0;padding:clamp(24px,3vw,42px);border-left:1px solid rgba(9,35,61,.2);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:#f9f9f9}.pdp-root .panel-avatar-stack{min-height:48px;display:flex;align-items:center}.pdp-root .panel-avatar-stack>span{width:48px;height:48px;margin-left:-10px;border:3px solid #f9f9f9;border-radius:50%;overflow:hidden;position:relative;display:grid;place-items:center;color:var(--blue-900);background:var(--blue-100)}.pdp-root .panel-avatar-stack>span:first-child{margin-left:0}.pdp-root .panel-avatar-stack img{object-fit:cover}.pdp-root .panel-callout strong{margin-top:22px;color:#303030;font-family:var(--font-heading);font-size:clamp(26px,2.3vw,36px);line-height:1}.pdp-root .panel-callout p{max-width:230px;margin:10px 0 0;color:#303030;font-size:clamp(16px,1.35vw,20px);font-weight:700;line-height:1.35}.pdp-root .hero-copy{grid-column:1;grid-row:2}.pdp-root .hero h1{max-width:none;color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(56px,6vw,88px);font-weight:600;letter-spacing:-.055em;line-height:.98}.pdp-root .hero h1 span,.pdp-root .hero h1 em{animation-name:reveal-up}.pdp-root .hero h1 span:first-child{display:block}.pdp-root .hero h1 span:nth-child(2),.pdp-root .hero h1 em{display:inline}.pdp-root .hero h1 em{margin:0 0 0 .12em;padding:0;color:var(--orange);font-family:var(--font-accent);font-size:.68em;font-style:italic;font-weight:700;letter-spacing:-.07em;line-height:inherit}.pdp-root .hero-intro{max-width:630px;padding-top:clamp(2px,1.2vw,18px);grid-column:2;grid-row:2}.pdp-root .hero-description{margin:0;color:#303030;font-family:var(--font-body);font-size:clamp(18px,1.7vw,26px);line-height:1.55}.pdp-root .hero-actions{margin-top:30px}.pdp-root .logo-marquee{width:100%;padding:10px 0 72px;overflow:hidden;background:#f9f9f9}.pdp-root .logo-row{width:100%;overflow:hidden}.pdp-root .logo-row+.logo-row{margin-top:14px}.pdp-root .logo-track{width:max-content;display:flex;gap:14px;animation:logo-scroll-left 30s linear infinite;will-change:transform}.pdp-root .logo-row-2 .logo-track{animation-name:logo-scroll-right;animation-duration:34s}.pdp-root .logo-row:hover .logo-track{animation-play-state:paused}.pdp-root .logo-tile{width:clamp(210px,19vw,290px);height:88px;padding:17px 28px;flex:0 0 auto;display:grid;place-items:center;background:#fff}.pdp-root .logo-tile img{width:100%;height:100%;object-fit:contain}@keyframes logo-scroll-left{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 7px))}}@keyframes logo-scroll-right{from{transform:translateX(calc(-50% - 7px))}to{transform:translateX(0)}}.pdp-root .building-section{height:auto;min-height:720px;padding:clamp(72px,8vw,112px) clamp(24px,5vw,76px);border-radius:0;overflow:visible;display:flex;color:var(--ink);background:#f9f9f9}.pdp-root .building-section:before,.pdp-root .building-section:after{display:none}.pdp-root .building-inner{width:min(1320px,100%);grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(50px,6vw,94px)}.pdp-root .building-header h2{color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(50px,5.1vw,76px);letter-spacing:-.055em;line-height:1.08}.pdp-root .building-header h2 span,.pdp-root .building-header h2 em{display:block}.pdp-root .building-header h2 em{margin-top:.12em;color:var(--orange);font-family:var(--font-accent);font-size:.72em;font-style:italic;font-weight:700;letter-spacing:-.06em}.pdp-root .building-copy{margin-top:clamp(42px,5vw,68px);gap:30px}.pdp-root .building-copy p,.pdp-root .building-copy p:first-child{max-width:600px;color:#303030;font-family:var(--font-body);font-size:clamp(18px,1.55vw,23px);line-height:1.65}.pdp-root .building-copy strong{color:#303030;font-family:var(--font-accent);font-style:italic;font-weight:700}.pdp-root .building-flow{gap:34px;grid-template-rows:auto auto}.pdp-root .flow-connector{display:none}.pdp-root .data-profile-card{min-height:238px;padding:clamp(18px,1.8vw,26px);border:1px solid #e2e8f2;border-radius:24px;grid-template-columns:minmax(0,1.38fr) minmax(210px,.62fr);color:var(--ink);background:#fff;box-shadow:0 14px 30px rgba(0,65,125,.12),0 3px 9px rgba(0,65,125,.06)}.pdp-root .data-profile-card:before{height:3px;left:26px;right:26px}.pdp-root .profile-type{color:var(--blue-900);background:#fff;font-family:var(--font-accent);font-style:italic;font-weight:700}.pdp-root .digital-profile-card .profile-type{color:#fff;background:var(--blue-900)}.pdp-root .profile-heading h3,.pdp-root .response-block h4,.pdp-root .psychographic-block h4{font-family:var(--font-heading)}.pdp-root .panel-footnote{font-family:var(--font-accent);font-style:italic}.pdp-root .evolution-section{--evolution-progress:0;width:100%;height:260svh;min-height:1680px;padding:0;overflow:visible;display:block;color:var(--blue-900);background:#f9f9f9}.pdp-root .evolution-section:before,.pdp-root .evolution-section:after{display:none}.pdp-root .evolution-inner{width:min(1440px,100%);min-height:100svh;height:100svh;margin:0 auto;padding:clamp(28px,4vh,46px) clamp(24px,5vw,76px);position:sticky;top:0;overflow:hidden;display:grid;align-content:center;gap:clamp(18px,2.5vh,28px);background:#f9f9f9}.pdp-root .evolution-header h2{max-width:1240px;color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(28px,2.7vw,40px);font-weight:600;letter-spacing:-.035em;line-height:1.18}.pdp-root .version-timeline{padding-top:34px}.pdp-root .version-step,.pdp-root .evidence-card[data-evolution-step]{opacity:.3;transform:translateY(8px) scale(.985);transition:opacity .38s ease,transform .48s cubic-bezier(.22,1,.36,1),filter .38s ease;filter:saturate(.45)}.pdp-root .version-step.is-active,.pdp-root .evidence-card[data-evolution-step].is-active{opacity:1;transform:translateY(0) scale(1);filter:saturate(1)}.pdp-root .version-timeline:before{height:2px;background:#b5cdff}.pdp-root .timeline-marker i{border-color:#f9f9f9}.pdp-root .version-card{min-height:clamp(128px,17vh,160px);border-color:rgba(0,65,125,.12);border-radius:16px;grid-template-columns:minmax(0,1.35fr) minmax(118px,.65fr)}.pdp-root .version-card h3{font-family:var(--font-heading)}.pdp-root .version-title span,.pdp-root .version-content>p{font-family:var(--font-accent);font-style:italic}.pdp-root .version-image img{object-fit:cover;object-position:center}.pdp-root .evidence-grid{padding:0;overflow:visible;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;color:var(--blue-900);background:0 0;box-shadow:none}.pdp-root .evidence-card,.pdp-root .speed-evidence{min-height:154px;padding:clamp(19px,2vw,27px);border:1px solid rgba(0,65,125,.12);border-radius:18px;color:var(--blue-900);background:#fff;box-shadow:0 12px 26px rgba(0,65,125,.08)}.pdp-root .speed-evidence{border-top:1px solid rgba(0,65,125,.12)}.pdp-root .evidence-card h3{color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(18px,1.65vw,25px)}.pdp-root .reach-stats,.pdp-root .speed-stats{margin-top:14px}.pdp-root .reach-stats p,.pdp-root .speed-stats p{border-color:rgba(0,65,125,.12);color:var(--blue-900);background:#e7efff;box-shadow:none}.pdp-root .reach-stats i,.pdp-root .speed-stats i,.pdp-root .reach-stats p:nth-child(2) i,.pdp-root .reach-stats p:nth-child(3) i,.pdp-root .reach-stats p:nth-child(4) i{width:28px;height:28px;flex:0 0 28px;padding:2px;border:0;border-radius:50%;overflow:hidden;display:grid;place-items:center;background:#fff;box-shadow:0 0 0 1px rgba(0,65,125,.08)}.pdp-root .reach-stats i img,.pdp-root .speed-stats i img{width:100%;height:100%;object-fit:cover;border-radius:50%}@media (max-width:1180px){.pdp-root .portrait-composition{grid-template-columns:repeat(3,minmax(0,1fr))}.pdp-root .panel-callout{min-height:150px;padding:22px 0 0;border-top:1px solid rgba(9,35,61,.16);border-left:0;grid-column:1/-1;flex-direction:row;align-items:center;gap:22px}.pdp-root .panel-callout strong{margin:0}.pdp-root .panel-callout p{margin:0}.pdp-root .building-inner{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp-root .data-profile-card{grid-template-columns:1fr}}@media (max-width:980px){.pdp-root .hero{grid-template-columns:1fr}.pdp-root .hero-copy,.pdp-root .hero-intro{grid-column:1}.pdp-root .hero-copy{grid-row:2}.pdp-root .hero-intro{grid-row:3;padding-top:0}.pdp-root .building-section{min-height:0;padding:82px 30px}.pdp-root .building-inner{grid-template-columns:1fr}.pdp-root .building-flow{width:100%}.pdp-root .data-profile-card{grid-template-columns:minmax(0,1.35fr) minmax(210px,.65fr)}.pdp-root .evolution-section{height:auto;min-height:0}.pdp-root .evolution-inner{width:100%;height:auto;min-height:0;padding:80px 30px;position:relative;top:auto;overflow:visible}.pdp-root .version-step,.pdp-root .evidence-card[data-evolution-step]{opacity:1;transform:none;filter:none}}@media (max-width:760px){.pdp-root .hero{min-height:0;padding:28px 22px 70px;gap:38px}.pdp-root .hero-visual{overflow:visible}.pdp-root .portrait-composition{max-width:none;padding:10px 0 20px;display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory}.pdp-root .transform-card,.pdp-root .jaden-card,.pdp-root .marie-card,.pdp-root .andi-card{width:min(310px,80vw);height:auto;aspect-ratio:.86;flex:0 0 min(310px,80vw);scroll-snap-align:center}.pdp-root .panel-callout{width:min(310px,80vw);min-height:0;padding:28px;border:1px solid rgba(0,65,125,.12);border-radius:20px;flex:0 0 min(310px,80vw);flex-direction:column;align-items:flex-start;scroll-snap-align:center}.pdp-root .panel-callout strong{margin-top:18px}.pdp-root .panel-callout p{margin-top:8px}.pdp-root .hero h1{font-size:clamp(50px,16vw,68px)}.pdp-root .hero-description{font-size:18px}.pdp-root .logo-marquee{padding-bottom:56px}.pdp-root .logo-tile{width:190px;height:74px;padding:14px 22px}.pdp-root .building-section{padding:72px 22px}.pdp-root .building-header h2{font-size:clamp(44px,13vw,60px)}.pdp-root .building-copy p,.pdp-root .building-copy p:first-child{font-size:18px}.pdp-root .data-profile-card{padding:22px 18px;grid-template-columns:1fr}.pdp-root .evolution-inner{padding:72px 22px}.pdp-root .evolution-header h2{font-size:clamp(27px,8vw,34px)}.pdp-root .version-timeline{padding-top:0;padding-left:26px;grid-template-columns:1fr;gap:14px}.pdp-root .version-timeline:before{width:2px;height:auto;left:7px;right:auto;top:12px;bottom:12px}.pdp-root .timeline-marker{left:-19px;top:50%;transform:translate(-50%,-50%)}.pdp-root .version-card{min-height:138px;grid-template-columns:minmax(0,1fr) 112px}.pdp-root .evidence-grid{grid-template-columns:1fr}.pdp-root .evidence-card,.pdp-root .speed-evidence{min-height:0}}@media (max-width:420px){.pdp-root .hero{padding-right:17px;padding-left:17px}.pdp-root .hero h1{font-size:clamp(44px,15vw,58px)}.pdp-root .building-section,.pdp-root .evolution-inner{padding-right:17px;padding-left:17px}.pdp-root .version-card{grid-template-columns:minmax(0,1fr) 98px}}@media (prefers-reduced-motion:reduce){.pdp-root .logo-track{animation:none}.pdp-root .version-step,.pdp-root .evidence-card[data-evolution-step]{opacity:1;transform:none;filter:none}}.pdp-root{--leading-heading:1.15}.pdp-root h1,.pdp-root h2,.pdp-root h3,.pdp-root h4,.pdp-root h5,.pdp-root h6{font-family:var(--font-heading);line-height:1.15}.pdp-root .hero h1,.pdp-root .building-header h2,.pdp-root .workflow-header h2,.pdp-root .contact-inner h2{line-height:1.15}.pdp-root .hero h1 em,.pdp-root .building-header h2 em,.pdp-root .workflow-header h2 em,.pdp-root .contact-inner h2 em{font-family:var(--font-accent);font-style:italic;font-weight:700}.pdp-root .transform-card.is-auto-digital{z-index:3;border-color:rgba(238,120,36,.48);box-shadow:0 22px 50px rgba(0,65,125,.18);transform:translateY(-6px)}.pdp-root .transform-card.is-auto-digital .digital-image{clip-path:inset(0 0 0 0)}.pdp-root .transform-card.is-auto-digital .digital-grid{opacity:1}.pdp-root .transform-card.is-auto-digital .scan-edge{left:calc(100% - 2px);opacity:1}.pdp-root .transform-card.is-auto-digital .portrait-layer img{filter:contrast(1.04)}.pdp-root .transform-card.is-auto-digital .human-state{opacity:0;transform:translateY(10px)}.pdp-root .transform-card.is-auto-digital .digital-state{opacity:1;transform:translateY(0)}.pdp-root .panel-callout{border-left:0}.pdp-root .panel-avatar-stack{min-height:40px}.pdp-root .panel-avatar-stack>span{width:40px;height:40px;margin-left:-9px;border-width:2px}.pdp-root .panel-count-copy{max-width:260px;margin:22px 0 0;display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:5px 9px;color:#303030;font-family:var(--font-body);font-size:clamp(15px,1.2vw,18px);font-weight:500;line-height:1.35}.pdp-root .panel-count-copy strong{margin:0;color:#303030;font-family:var(--font-heading);font-size:clamp(31px,2.7vw,42px);font-weight:600}.pdp-root .panel-count-copy span:last-child{grid-column:1/-1;font-weight:600}.pdp-root .logo-marquee{padding:8px 0 48px}.pdp-root .logo-row+.logo-row{margin-top:8px}.pdp-root .logo-track{gap:10px}.pdp-root .logo-tile{width:clamp(110px,10vw,145px);height:48px;padding:6px 10px}.pdp-root .logo-tile img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}@keyframes logo-scroll-left{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 5px))}}@keyframes logo-scroll-right{from{transform:translateX(calc(-50% - 5px))}to{transform:translateX(0)}}.pdp-root .building-section{min-height:0;padding-top:clamp(72px,8vw,104px);padding-bottom:clamp(72px,8vw,104px)}.pdp-root .building-inner{align-items:start;gap:clamp(38px,5vw,76px)}.pdp-root .building-flow{gap:18px}.pdp-root .data-profile-card{min-height:220px}.pdp-root .data-profile-card:before{display:none}.pdp-root .samantha-portrait,.pdp-root .samantha-portrait img{border-radius:50%}.pdp-root .building-evolution{min-width:0;margin-top:8px;padding-top:clamp(30px,4vw,50px);border-top:1px solid rgba(0,65,125,.12);grid-column:1/-1}.pdp-root .building-evolution-header h2{max-width:980px;margin:0;color:var(--blue-900);font-size:clamp(28px,3vw,42px);font-weight:600;letter-spacing:-.04em;line-height:1.15;text-align:left}.pdp-root .building-evolution .version-timeline{margin-top:16px}.pdp-root .building-evolution .version-step{opacity:1;filter:none;transform:none}.pdp-root .building-evolution .timeline-marker i{border-color:#f9f9f9}.pdp-root .evolution-section{--evolution-progress:0;width:100%;height:220svh;min-height:1420px;padding:0;color:#fff;background:#002b5a}.pdp-root .evolution-inner{width:min(1440px,100%);height:100svh;min-height:640px;padding:clamp(42px,7vh,76px) clamp(30px,6vw,88px);position:sticky;top:0;display:flex;align-items:center;overflow:hidden;background:#002b5a}.pdp-root .evolution-section .evidence-grid{width:100%;padding:0;display:grid;grid-template-columns:1fr;gap:clamp(50px,9vh,92px);color:#fff;background:0 0;box-shadow:none}.pdp-root .evolution-section .evidence-card,.pdp-root .evolution-section .speed-evidence{min-height:142px;padding:0;border:0;border-radius:0;color:#fff;background:0 0;box-shadow:none}.pdp-root .evolution-section .speed-evidence{border-top:0}.pdp-root .evolution-section .evidence-card h2{max-width:1160px;margin:0;color:#fff;font-family:var(--font-heading);font-size:clamp(42px,5.7vw,82px);font-weight:600;letter-spacing:-.05em;line-height:1.15}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{min-height:52px;margin-top:22px;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .36s ease,transform .46s cubic-bezier(.22,1,.36,1),visibility 0s linear .46s}.pdp-root .evolution-section[data-scroll-state=reach] [data-reach-details],.pdp-root .evolution-section[data-scroll-state=speed] [data-speed-details],.pdp-root .evolution-section[data-scroll-state=all] [data-reach-details],.pdp-root .evolution-section[data-scroll-state=all] [data-speed-details]{opacity:1;visibility:visible;transform:translateY(0);transition-delay:0s}.pdp-root .evolution-section .reach-stats p,.pdp-root .evolution-section .speed-stats p{border-color:rgba(181,205,255,.32);color:var(--blue-900);background:#e7efff}.pdp-root .workflow-header,.pdp-root .workflow-header h2,.pdp-root .workflow-header>p{margin-right:0;margin-left:0;text-align:left}.pdp-root .workflow-header h2{max-width:1120px}.pdp-root .workflow-stage h3{text-align:left}.pdp-root .workflow-option,.pdp-root .workflow-placeholder{justify-content:flex-start;text-align:left}.pdp-root .workflow-stage:not(:last-child):after{top:24px;right:-15px}.pdp-root .segments-section{min-height:0;padding-top:clamp(66px,8vh,90px);padding-bottom:clamp(66px,8vh,90px);align-items:flex-start}.pdp-root .segments-header h2{color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(52px,7vw,92px);font-weight:600;letter-spacing:-.055em;line-height:1.15}.pdp-root .segment-browser{margin-top:clamp(24px,3vh,34px)}.pdp-root .segment-data-panel{min-height:0;max-height:540px;padding:clamp(20px,2.2vw,30px);border-radius:24px}.pdp-root .segment-data-panel>header{padding-bottom:14px}.pdp-root .segment-data-panel h3{font-size:clamp(24px,2.4vw,34px)}.pdp-root .segment-list,.pdp-root .segment-list.is-dense{max-height:410px;margin-top:16px;padding-right:4px;gap:9px 12px;overflow-y:auto}.pdp-root .segment-list li,.pdp-root .segment-list.is-dense li{min-height:50px;padding:8px 12px;border-radius:12px}.pdp-root .segment-list i{height:6px;margin-top:7px}.pdp-root .segment-list.is-sparse{min-height:0;max-height:250px;grid-template-columns:repeat(3,minmax(0,1fr))}.pdp-root .segment-list.is-sparse li{min-height:170px;padding:20px}.pdp-root .custom-dp-cta{margin-top:18px}.pdp-root .button-contact{margin-top:clamp(52px,6vw,72px)}@media (max-width:1180px){.pdp-root .panel-callout{border-top:0}.pdp-root .panel-count-copy{margin:0}}@media (max-width:980px){.pdp-root .building-evolution{grid-column:1}.pdp-root .evolution-section{height:auto;min-height:0}.pdp-root .evolution-inner{height:auto;min-height:0;padding:84px 30px;position:relative;overflow:visible}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{opacity:1;visibility:visible;transform:none}.pdp-root .workflow-stage:not(:last-child):after{top:24px}}@media (max-width:760px){.pdp-root .panel-count-copy{margin-top:18px}.pdp-root .logo-tile{width:104px;height:44px;padding:5px 8px}.pdp-root .building-evolution{padding-top:18px}.pdp-root .building-evolution-header h2{font-size:clamp(26px,8vw,34px)}.pdp-root .evolution-section .evidence-grid{gap:54px}.pdp-root .evolution-section .evidence-card h2{font-size:clamp(34px,10vw,48px)}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{min-height:0}.pdp-root .segments-header{align-items:flex-start}.pdp-root .segments-header h2{font-size:clamp(44px,13vw,64px)}.pdp-root .segment-data-panel{max-height:none}.pdp-root .segment-list,.pdp-root .segment-list.is-dense{max-height:420px;grid-template-columns:1fr}.pdp-root .segment-list.is-sparse{max-height:none;grid-template-columns:1fr}.pdp-root .segment-list.is-sparse li{min-height:130px}.pdp-root .button-contact{margin-top:46px}}@media (prefers-reduced-motion:reduce){.pdp-root .transform-card.is-auto-digital{transform:none}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{opacity:1;visibility:visible;transform:none}}.pdp-root .building-header h2,.pdp-root .evolution-section .evidence-card h2,.pdp-root .numbers-header h2,.pdp-root .segments-header h2,.pdp-root .workflow-header h2,.pdp-root .applications-header h2,.pdp-root .contact-inner h2,.pdp-root .faq-header h2{font-size:var(--type-h2);font-weight:600;line-height:1.15}.pdp-root .building-header h2 em{margin-top:0;font-family:var(--font-accent);font-size:1em;font-style:italic;font-weight:700;letter-spacing:-.055em;line-height:1.15}.pdp-root .building-header h2 .building-persona-accent{color:var(--blue-900)}.pdp-root .building-header h2 .building-panel-accent{color:var(--orange)}.pdp-root .building-evolution-header h3{max-width:980px;margin:0;color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(24px,2.65vw,36px);font-weight:600;letter-spacing:-.04em;line-height:1.15;text-align:left}.pdp-root .hero{min-height:calc(100svh - 92px);padding-bottom:clamp(26px,3vw,42px);row-gap:clamp(24px,3vw,40px)}.pdp-root .hero .logo-marquee{width:100%;margin:0;padding:0;grid-column:1/-1;grid-row:3;overflow:hidden;background:0 0}.pdp-root .hero .logo-row{width:100%;overflow:hidden}.pdp-root .hero .logo-track{gap:20px;animation-duration:42s}.pdp-root .hero .logo-tile{width:clamp(108px,9.5vw,138px);height:46px;padding:0 5px;overflow:visible;background:0 0}.pdp-root .hero .logo-tile img{width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center}@keyframes logo-scroll-left{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 10px))}}.pdp-root .evolution-section .evidence-grid{gap:clamp(34px,5vh,58px)}.pdp-root .evolution-section .evidence-card,.pdp-root .evolution-section .speed-evidence{min-height:0}.pdp-root .evolution-section .evidence-card h2{max-width:none;letter-spacing:-.045em;white-space:nowrap}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{min-height:0;max-height:0;margin-top:0;overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:max-height .42s cubic-bezier(.22,1,.36,1),margin-top .42s cubic-bezier(.22,1,.36,1),opacity .3s ease,transform .42s cubic-bezier(.22,1,.36,1),visibility 0s linear .42s}.pdp-root .evolution-section[data-scroll-state=reach] [data-reach-details],.pdp-root .evolution-section[data-scroll-state=speed] [data-speed-details],.pdp-root .evolution-section[data-scroll-state=all] [data-reach-details],.pdp-root .evolution-section[data-scroll-state=all] [data-speed-details]{max-height:120px;margin-top:20px;opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0);transition-delay:0s}.pdp-root .evolution-section .speed-stats span{font-size:clamp(17px,1.4vw,21px)}.pdp-root .segments-header h2 em{margin:0;display:inline;color:inherit;font-family:var(--font-accent);font-size:1em;font-style:italic;font-weight:700;letter-spacing:-.055em;line-height:inherit}.pdp-root .segment-data-panel{max-height:none}.pdp-root .segment-list,.pdp-root .segment-list.is-dense,.pdp-root .segment-list.is-sparse{max-height:none;grid-template-columns:repeat(var(--segment-columns),minmax(0,1fr));overflow-y:visible}.pdp-root .segment-list.is-sparse li{min-height:150px}@media (max-width:980px){.pdp-root .hero .logo-marquee{grid-row:4}.pdp-root .evolution-section .evidence-card h2{white-space:normal}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{max-height:none;margin-top:18px;overflow:visible;opacity:1;visibility:visible;pointer-events:auto;transform:none}}@media (max-width:760px){.pdp-root .hero .logo-track{gap:14px}.pdp-root .hero .logo-tile{width:100px;height:40px;padding:0 4px}.pdp-root .building-evolution-header h3{font-size:clamp(23px,7vw,31px)}.pdp-root .segment-list,.pdp-root .segment-list.is-dense,.pdp-root .segment-list.is-sparse{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{max-height:none;margin-top:18px;overflow:visible;opacity:1;visibility:visible;pointer-events:auto;transform:none}}.pdp-root{--page-gutter:clamp(24px,4.2vw,64px)}.pdp-root .site-header{width:min(1440px,100%);padding-right:var(--page-gutter);padding-left:var(--page-gutter)}.pdp-root .hero{width:min(1440px,100%);min-height:0;margin:0 auto;padding:clamp(18px,2vw,30px) var(--page-gutter) clamp(32px,4vw,54px);grid-template-columns:repeat(2,minmax(0,1fr));column-gap:clamp(14px,1.7vw,24px);row-gap:clamp(22px,2.5vw,34px)}.pdp-root .hero-visual{width:100%;min-height:0;grid-column:1/-1;grid-row:1}.pdp-root .portrait-composition{width:100%;max-width:none;height:auto;margin:0;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(14px,1.7vw,24px)}.pdp-root .transform-card,.pdp-root .jaden-card,.pdp-root .marie-card,.pdp-root .andi-card{width:auto;height:auto;aspect-ratio:1/1;border-radius:clamp(24px,2.5vw,36px)}.pdp-root .panel-callout{min-height:100%;padding:clamp(18px,2.2vw,34px);border:0;justify-content:center}.pdp-root .hero-copy{grid-column:1/-1;grid-row:2}.pdp-root .hero h1{width:100%;max-width:none;margin:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(14px,1.7vw,24px);color:var(--blue-900);font-size:clamp(54px,6.3vw,88px);letter-spacing:-.055em;line-height:1}.pdp-root .hero h1 em,.pdp-root .hero h1 span,.pdp-root .hero h1 span:first-child,.pdp-root .hero h1 span:nth-child(2){margin:0;padding:0;display:block;color:var(--blue-900);line-height:1}.pdp-root .hero h1 em{display:block;grid-column:1;grid-row:1;font-family:var(--font-accent);font-size:.82em;font-style:italic;font-weight:700;letter-spacing:-.075em}.pdp-root .hero h1 em:after{display:none}.pdp-root .hero-title-rule{width:clamp(90px,16vw,230px);height:1px;margin-right:clamp(36px,4.5vw,64px);display:block;grid-column:1;grid-row:1;justify-self:end;background:var(--yellow)}.pdp-root .hero h1>span{grid-column:2;grid-row:1}.pdp-root .hero-intro{width:100%;max-width:none;padding:0;grid-column:1/-1;grid-row:3;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:center;gap:clamp(14px,1.7vw,24px)}.pdp-root .hero-description{max-width:620px;margin:0;font-size:var(--type-body-lg);line-height:1.55}.pdp-root .hero-actions{margin:0;justify-self:start}.pdp-root .hero .logo-marquee{min-width:0;width:100%;margin:0;padding:0;grid-column:1/-1;grid-row:4;overflow:hidden;background:0 0}.pdp-root .hero .logo-row{width:100%;overflow:hidden}.pdp-root .hero .logo-track{width:max-content;gap:0;display:flex;align-items:center;animation:final-logo-scroll 42s linear infinite;will-change:transform}.pdp-root .hero .logo-set{padding-right:32px;flex:0 0 auto;display:flex;align-items:center;gap:32px}.pdp-root .hero .logo-tile{width:97px;height:66px;padding:6px;overflow:hidden;flex:0 0 auto;display:grid;place-items:center;background:0 0}.pdp-root .hero .logo-tile img{width:70%;height:70%;max-width:70%;max-height:70%;display:block;object-fit:contain;object-position:center}.pdp-root .hero .logo-row:hover .logo-track{animation-play-state:running}@keyframes final-logo-scroll{from{transform:translateX(0)}to{transform:translateX(-33.333333%)}}.pdp-root .building-section{height:auto;min-height:0;padding:clamp(76px,8vw,110px) var(--page-gutter);border-radius:0;overflow:visible;align-items:flex-start;color:var(--ink);background:#f9f9f9}.pdp-root .building-section:before,.pdp-root .building-section:after{display:none}.pdp-root .building-inner{width:min(1320px,100%);margin:0 auto;display:block}.pdp-root .building-layout{display:grid;grid-template-columns:minmax(220px,.76fr) minmax(300px,.98fr) minmax(500px,1.62fr);gap:clamp(28px,4vw,62px);align-items:start}.pdp-root .building-header{min-height:430px;display:flex;flex-direction:column;justify-content:space-between}.pdp-root .building-header h2,.pdp-root .building-digital>h2{margin:0;color:var(--blue-900);font-family:var(--font-heading);font-size:var(--type-h2);font-weight:600;letter-spacing:-.05em;line-height:1.15}.pdp-root .building-copy{margin:0;display:block}.pdp-root .building-copy p,.pdp-root .building-copy p:first-child,.pdp-root .building-digital-copy{margin:0;color:#303030;font-family:var(--font-body);font-size:var(--type-body-lg);font-weight:400;line-height:1.65}.pdp-root .building-copy strong{color:#303030;font-family:var(--font-body);font-style:normal;font-weight:600}.pdp-root .building-real,.pdp-root .building-digital{min-width:0}.pdp-root .building-real .data-profile-card,.pdp-root .building-digital .data-profile-card{width:100%;min-height:0;padding:clamp(16px,1.5vw,22px);grid-template-columns:minmax(0,1fr);gap:16px}.pdp-root .building-digital>h2 em,.pdp-root .building-digital>h2 span{display:block}.pdp-root .building-digital>h2 em{margin-bottom:.08em;color:var(--blue-900);font-family:var(--font-accent);font-size:.9em;font-style:italic;font-weight:700;letter-spacing:-.065em}.pdp-root .building-digital-content{margin-top:clamp(32px,4vw,52px);display:grid;grid-template-columns:minmax(330px,1.15fr) minmax(180px,.7fr);gap:clamp(22px,3vw,42px);align-items:end}.pdp-root .building-digital-copy{padding-bottom:12px}.pdp-root .building-evolution{margin-top:clamp(64px,8vw,104px);padding-top:0;border-top:0;grid-column:auto}.pdp-root .building-evolution-header h3{max-width:1180px;margin:0 auto;font-size:clamp(20px,2vw,30px);letter-spacing:-.03em;line-height:1.18;text-align:center}.pdp-root .building-evolution .version-timeline{margin-top:clamp(22px,2.4vw,34px)}.pdp-root .building-evolution .version-card{min-height:clamp(124px,12vw,148px);border:0;border-radius:14px;grid-template-columns:minmax(0,1.6fr) minmax(118px,1fr);background:linear-gradient(135deg,#0064af,#00417d)}.pdp-root .building-evolution .version-content{padding:clamp(14px,1.4vw,19px)}.pdp-root .building-evolution .version-card h3{font-size:clamp(19px,1.7vw,24px)}.pdp-root .building-evolution .version-title span{padding:3px 7px;font-size:8px}.pdp-root .building-evolution .version-content>p{margin:7px 0 8px;color:var(--yellow);font-family:var(--font-accent);font-size:9px;font-style:italic;text-decoration:none}.pdp-root .building-evolution .version-card ul{gap:5px}.pdp-root .building-evolution .version-card li{width:100%;padding:4px 8px;border-radius:5px;color:var(--blue-900);background:#fff;font-size:clamp(10px,.9vw,13px);line-height:1.25}.pdp-root .building-evolution .version-image{min-height:0;margin:clamp(10px,1.1vw,14px);border:0;border-radius:10px;background:#eef1f4}.pdp-root .building-evolution .version-image:after{display:none}.pdp-root .building-evolution .version-image img{object-fit:cover;object-position:center bottom}.pdp-root .evolution-section{width:100%;height:auto;min-height:0;padding:clamp(38px,4vw,54px) var(--page-gutter);overflow:hidden;position:relative;display:block;color:#fff;background:#002b5a}.pdp-root .evolution-section:before{display:none}.pdp-root .evolution-section:after{content:"";width:920px;height:920px;display:block;position:absolute;right:-240px;top:-360px;opacity:.13;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0 9px,#b5cdff 10px 11px);pointer-events:none}.pdp-root .evolution-inner{width:min(1320px,100%);height:auto;min-height:0;margin:0 auto;padding:0;position:relative;top:auto;z-index:1;display:block;overflow:visible;background:0 0}.pdp-root .evolution-section .evidence-grid{width:100%;padding:0;display:grid;grid-template-columns:minmax(330px,.86fr) minmax(0,1.74fr);grid-template-rows:auto auto;column-gap:clamp(28px,3.5vw,52px);row-gap:clamp(20px,2.2vw,30px);align-items:center;color:#fff;background:0 0;box-shadow:none}.pdp-root .evolution-section .evidence-card,.pdp-root .evolution-section .speed-evidence{min-height:0;padding:0;border:0;border-radius:0;display:contents;color:#fff;background:0 0;box-shadow:none}.pdp-root .evolution-section .reach-evidence h2{grid-column:1;grid-row:1}.pdp-root .evolution-section .reach-stats{grid-column:2;grid-row:1}.pdp-root .evolution-section .speed-evidence h2{grid-column:1;grid-row:2}.pdp-root .evolution-section .speed-stats{grid-column:2;grid-row:2}.pdp-root .evolution-section .evidence-card h2{width:100%;max-width:none;margin:0;display:grid;grid-template-columns:minmax(0,auto) minmax(38px,1fr);align-items:center;gap:18px;color:#fff;font-family:var(--font-heading);font-size:clamp(24px,2.35vw,34px);font-weight:600;letter-spacing:-.045em;line-height:1.28;white-space:normal}.pdp-root .evolution-section .evidence-card h2>span{min-width:0}.pdp-root .evolution-section .evidence-card h2>i{width:100%;height:1px;display:block;background:rgba(181,205,255,.7)}.pdp-root .evolution-section .speed-evidence h2 em{font-family:var(--font-accent);font-style:italic;font-weight:700;letter-spacing:-.055em}.pdp-root .evolution-section .reach-stats,.pdp-root .evolution-section .speed-stats{min-height:0;max-height:none;margin:0;overflow:visible;display:flex;flex-wrap:wrap;align-items:center;gap:10px;opacity:1;visibility:visible;pointer-events:auto;transform:none;transition:none}.pdp-root .evolution-section .reach-stats p,.pdp-root .evolution-section .speed-stats p{margin:0;min-height:38px;padding:5px 12px 5px 6px}.pdp-root .evolution-section .speed-stats span{font-size:clamp(14px,1.15vw,17px)}.pdp-root .numbers-section{height:auto;min-height:0;padding:clamp(40px,4.5vw,58px) var(--page-gutter) clamp(44px,5vw,64px)}.pdp-root .numbers-inner,.pdp-root .segments-inner{width:min(1320px,100%)}.pdp-root .numbers-header h2 em{color:var(--blue-900);font-family:var(--font-accent);font-style:italic;font-weight:700;letter-spacing:-.055em}.pdp-root .numbers-header{align-items:center;justify-content:flex-start;gap:14px}.pdp-root .numbers-header>p{margin-bottom:2px}.pdp-root .numbers-grid{margin-top:clamp(30px,3.4vw,46px)}.pdp-root .numbers-grid>div{min-height:130px;padding-top:10px;padding-bottom:10px}.pdp-root .numbers-grid dt{font-size:clamp(13px,1vw,16px)}.pdp-root .numbers-grid dd{margin-top:18px}.pdp-root .numbers-grid strong{font-size:clamp(36px,4vw,54px)}.pdp-root .segments-section{width:100vw;min-height:100svh;margin:0 0 0 calc(50% - 50vw);padding-top:clamp(58px,6vw,82px);padding-right:var(--page-gutter);padding-bottom:0;padding-left:var(--page-gutter);align-items:stretch;border-radius:0;color:#fff;background:#002b5a}.pdp-root .segments-inner{min-height:calc(100svh - clamp(58px,6vw,82px));display:flex;flex-direction:column}.pdp-root .segments-section:before{width:920px;height:920px;right:-240px;bottom:-360px;opacity:.13;display:block;border-radius:50%;background:repeating-radial-gradient(circle at center,transparent 0 9px,#b5cdff 10px 11px);mask-image:none}.pdp-root .segments-header h2{color:#fff}.pdp-root .segments-header>p{color:var(--yellow)}.pdp-root .segment-browser{margin-top:clamp(24px,3vw,36px)}.pdp-root .segment-tabs{scrollbar-color:rgba(255,184,8,.48) transparent}.pdp-root .segment-tabs button{min-height:30px;border-color:var(--yellow);color:var(--yellow);background:0 0}.pdp-root .segment-tabs button:hover{color:var(--blue-900);background:#ffd35e}.pdp-root .segment-tabs button.is-active{border-color:var(--yellow);color:var(--blue-900);background:var(--yellow)}.pdp-root .segment-data-panel{border-color:rgba(181,205,255,.22);background:#0064af;box-shadow:none}.pdp-root .segment-data-panel h3{color:var(--yellow)}.pdp-root .segment-list li,.pdp-root .segment-list.is-dense li,.pdp-root .segment-list.is-sparse li{border-color:rgba(181,205,255,.16);background:#005493}.pdp-root .custom-dp-cta{width:100vw;min-height:66px;margin:auto 0 0 calc(50% - 50vw);padding:0 var(--page-gutter);border:0;border-radius:0;justify-content:flex-end;color:var(--blue-900);background:var(--blue-100);box-shadow:none;font-family:var(--font-heading);font-size:clamp(15px,1.2vw,18px);font-weight:600;line-height:1.2;letter-spacing:0;text-transform:uppercase;transition:color .24s ease,background-color .24s ease}.pdp-root .custom-dp-cta span{transition:transform .24s cubic-bezier(.22,1,.36,1),letter-spacing .24s ease}.pdp-root .custom-dp-cta i{display:none}.pdp-root .custom-dp-cta:hover,.pdp-root .custom-dp-cta:focus-visible{color:var(--blue-900);background:var(--yellow);transform:none}.pdp-root .custom-dp-cta:hover span,.pdp-root .custom-dp-cta:focus-visible span{transform:translateX(-8px);letter-spacing:.02em}.pdp-root .button-contact{width:fit-content;min-width:0;max-width:100%}@media (max-width:1120px){.pdp-root .building-layout{grid-template-columns:minmax(240px,.7fr) minmax(360px,1.3fr)}.pdp-root .building-header{min-height:420px}.pdp-root .building-digital{grid-column:1/-1}.pdp-root .building-digital-content{grid-template-columns:minmax(380px,.95fr) minmax(260px,1.05fr)}}@media (max-width:900px){.pdp-root .portrait-composition{padding-bottom:10px;grid-template-columns:repeat(3,minmax(230px,1fr)) minmax(210px,.85fr);overflow-x:auto;scroll-snap-type:x proximity}.pdp-root .transform-card,.pdp-root .panel-callout{scroll-snap-align:start}.pdp-root .hero h1{grid-template-columns:auto minmax(36px,1fr)}.pdp-root .hero h1 span{grid-column:1/-1}.pdp-root .hero-intro{grid-template-columns:1fr;gap:24px}.pdp-root .building-layout{grid-template-columns:1fr}.pdp-root .building-header{min-height:0}.pdp-root .building-copy{margin-top:30px}.pdp-root .building-real .data-profile-card{max-width:560px}.pdp-root .building-digital{grid-column:auto}.pdp-root .building-digital-content{grid-template-columns:minmax(330px,.95fr) minmax(220px,1.05fr)}.pdp-root .evolution-section .evidence-grid{grid-template-columns:1fr;grid-template-rows:auto auto auto auto;gap:22px}.pdp-root .evolution-section .reach-evidence h2{grid-column:1;grid-row:1}.pdp-root .evolution-section .reach-stats{grid-column:1;grid-row:2;margin-bottom:28px}.pdp-root .evolution-section .speed-evidence h2{grid-column:1;grid-row:3}.pdp-root .evolution-section .speed-stats{grid-column:1;grid-row:4}.pdp-root .evolution-section .evidence-card h2{max-width:660px}}@media (max-width:680px){.pdp-root .hero h1{grid-template-columns:1fr;font-size:clamp(46px,13vw,64px);gap:16px}.pdp-root .hero-title-rule{display:none}.pdp-root .hero h1 em,.pdp-root .hero h1>span{grid-column:1;grid-row:auto}.pdp-root .hero .logo-set{padding-right:24px;gap:24px}.pdp-root .hero .logo-tile{width:82px;height:59px;padding:5px}.pdp-root .building-digital-content{grid-template-columns:1fr}.pdp-root .building-digital-copy{padding-bottom:0}.pdp-root .building-evolution-header h3{text-align:left}.pdp-root .building-evolution .version-timeline{grid-template-columns:1fr;gap:24px}.pdp-root .building-evolution .version-timeline:before,.pdp-root .building-evolution .timeline-marker{display:none}.pdp-root .numbers-header{align-items:flex-start;flex-direction:column}.pdp-root .numbers-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp-root .numbers-grid>div:nth-child(3){border-left:0}}@media (prefers-reduced-motion:reduce){.pdp-root .hero .logo-track{animation-duration:80s}}.pdp-root .workflow-section{min-height:0;padding:clamp(78px,8vw,112px) var(--page-gutter);align-items:flex-start;background:radial-gradient(circle at 50% 0%,rgba(181,205,255,.2),transparent 28rem),#f9f9f9}.pdp-root .workflow-inner{width:min(1320px,100%)}.pdp-root .workflow-header{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:clamp(24px,4vw,64px)}.pdp-root .workflow-header h2{max-width:800px;margin:0;color:var(--blue-900);font-size:var(--type-h2);line-height:1.15;text-align:left}.pdp-root .workflow-header h2 em{color:var(--orange);font-family:var(--font-accent);font-size:.94em;font-style:italic;font-weight:700;letter-spacing:-.06em;white-space:nowrap}.pdp-root .workflow-principles{padding-bottom:5px;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}.pdp-root .workflow-principles span{min-height:34px;padding:7px 13px;border-radius:999px;display:inline-flex;align-items:center;color:var(--blue-900);background:var(--yellow);font-family:var(--font-body);font-size:12px;font-weight:700;line-height:1;white-space:nowrap}.pdp-root .workflow-grid{margin-top:clamp(48px,5.5vw,76px);display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(28px,3vw,46px)}.pdp-root .workflow-stage{min-width:0;position:relative}.pdp-root .workflow-stage:not(:last-child):after{content:"›";width:34px;height:34px;position:absolute;top:14px;right:-31px;z-index:2;border:0;border-radius:50%;display:grid;place-items:center;color:var(--blue-900);background:var(--yellow);font-family:var(--font-heading);font-size:29px;font-weight:600;line-height:1;transform:none;transition:transform .22s ease,background .22s ease}.pdp-root .workflow-stage:hover:not(:last-child):after{background:#ffc735;transform:translateX(4px)}.pdp-root .workflow-stage h3{min-height:72px;margin:0;padding-right:12px;color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(18px,1.55vw,22px);font-weight:600;letter-spacing:-.035em;line-height:1.3;text-align:left}.pdp-root .workflow-stage-body{min-height:244px;margin-top:18px;padding-top:14px;border-top:1px solid rgba(238,120,36,.72)}.pdp-root .workflow-option,.pdp-root .workflow-placeholder{min-height:92px;padding:18px 16px;border:0;border-bottom:1px solid rgba(238,120,36,.5);border-radius:0;justify-content:flex-start;color:var(--ink);background:0 0;box-shadow:none;font-family:var(--font-body);font-size:clamp(15px,1.1vw,17px);font-weight:500;line-height:1.45;text-align:left;transition:padding .22s ease,color .22s ease,background .22s ease}.pdp-root .workflow-option+.workflow-option,.pdp-root .workflow-placeholder+.workflow-option{margin-top:0}.pdp-root .workflow-option:after{display:none}.pdp-root .workflow-option{gap:14px}.pdp-root .workflow-option>span{min-width:0}.pdp-root .workflow-option-icon{width:40px;height:40px;margin-left:auto;flex:0 0 40px;object-fit:contain;transition:transform .26s cubic-bezier(.22,1,.36,1)}.pdp-root .workflow-option:hover{padding-left:22px;border-color:rgba(238,120,36,.5);background:rgba(250,245,230,.7);box-shadow:none;transform:none}.pdp-root .workflow-option:hover:after{color:#fff;background:var(--blue-900);transform:rotate(10deg)}.pdp-root .workflow-option:hover .workflow-option-icon{transform:translateY(-2px) scale(1.08)}.pdp-root .segmentation-stage .workflow-option{border-color:rgba(238,120,36,.5);color:var(--ink);background:0 0;box-shadow:none}.pdp-root .segmentation-stage .workflow-option:hover{padding-left:22px;color:var(--ink);background:rgba(250,245,230,.7)}.pdp-root .workflow-option-primary,.pdp-root .segmentation-stage .workflow-option-primary{color:#fff;background:linear-gradient(135deg,var(--blue-900),var(--blue-700))}.pdp-root .workflow-option-primary:after{color:var(--blue-900);background:var(--yellow)}.pdp-root .workflow-option-primary:hover{color:#fff;background:linear-gradient(135deg,#00386d,#075f9d)}.pdp-root .workflow-placeholder,.pdp-root .analysis-stage .workflow-placeholder,.pdp-root .validation-stage .workflow-placeholder{min-height:196px;padding:20px;border:1px dashed rgba(0,100,175,.3);border-radius:18px;justify-content:center;position:relative;color:#66788a;background:linear-gradient(135deg,rgba(181,205,255,.17) 25%,transparent 25%) -11px 0/22px 22px,linear-gradient(225deg,rgba(181,205,255,.17) 25%,transparent 25%) -11px 0/22px 22px,#fff;font-family:var(--font-accent);font-size:12px;font-style:italic;text-align:center;box-shadow:0 18px 42px rgba(0,65,125,.08);overflow:hidden;transition:border-color .22s ease,transform .22s ease,box-shadow .22s ease}.pdp-root .workflow-placeholder:after{content:"";width:62px;height:4px;position:absolute;right:20px;bottom:20px;border-radius:999px;background:linear-gradient(90deg,var(--orange),var(--yellow))}.pdp-root .workflow-placeholder:hover{border-color:rgba(238,120,36,.62);box-shadow:0 24px 52px rgba(0,65,125,.13);transform:translateY(-4px)}.pdp-root .workflow-placeholder.workflow-report{padding:0;border-style:solid;background:#fff}.pdp-root .workflow-report:after{display:none}.pdp-root .workflow-report-image{object-fit:cover;object-position:center;transition:transform .42s cubic-bezier(.22,1,.36,1)}.pdp-root .workflow-report:hover .workflow-report-image{transform:scale(1.025)}.pdp-root .building-evolution .timeline-marker{top:-47px}.pdp-root .building-evolution .timeline-step-icon{width:30px;height:30px;display:block;object-fit:contain;filter:drop-shadow(0 4px 8px rgba(0,65,125,.14));transition:transform .24s ease}.pdp-root .building-evolution .version-step:hover .timeline-step-icon{transform:scale(1.1)}.pdp-root .applications-section{min-height:clamp(720px,94svh,880px);padding:clamp(76px,8vw,108px) var(--page-gutter);align-items:center;color:var(--ink);background:linear-gradient(90deg,rgba(181,205,255,.42),rgba(239,244,255,.93) 48%,rgba(255,255,255,.88)),#edf3ff}.pdp-root .applications-section:before{width:58%;height:100%;left:auto;right:0;bottom:0;opacity:.5;background-image:repeating-linear-gradient(90deg,transparent 0,transparent 20px,rgba(255,255,255,.95) 21px,rgba(255,255,255,.95) 23px);background-size:auto;-webkit-mask-image:linear-gradient(90deg,transparent,#000 18%,#000);mask-image:linear-gradient(90deg,transparent,#000 18%,#000)}.pdp-root .applications-inner{width:min(1320px,100%);display:grid;grid-template-columns:minmax(260px,.72fr) minmax(620px,1.55fr);gap:clamp(54px,6vw,98px);align-items:center}.pdp-root .applications-header{align-self:stretch;padding:6px 0;display:flex;flex-direction:column;justify-content:space-between}.pdp-root .applications-header h2{max-width:440px;margin:0;color:var(--blue-900);font-size:var(--type-h2);font-weight:600;letter-spacing:-.055em;line-height:1.15}.pdp-root .applications-header h2 em{color:var(--blue-900);font-family:var(--font-accent);font-style:italic;font-weight:700;letter-spacing:-.06em}.pdp-root .applications-header>p{max-width:420px;margin:48px 0 0;color:var(--ink);font-size:var(--type-body-lg);line-height:1.6}.pdp-root .applications-grid{margin:0;display:grid;grid-template-columns:1fr;gap:12px}.pdp-root .application-card{min-height:184px;padding:clamp(20px,2vw,28px);border:1px solid rgba(0,65,125,.08);border-radius:24px;display:grid;grid-template-columns:minmax(220px,.9fr) 142px minmax(250px,1.05fr);align-items:center;gap:clamp(18px,2vw,30px);color:var(--ink);background:rgba(255,255,255,.46);box-shadow:none;opacity:.76;transition:opacity .24s ease,transform .32s cubic-bezier(.22,1,.36,1),background .24s ease,box-shadow .24s ease}.pdp-root .application-card:hover{background:rgba(255,255,255,.92);box-shadow:0 24px 60px rgba(0,65,125,.14);opacity:1;transform:translateX(-8px)}.pdp-root .applications-grid:hover .application-card:not(:hover){opacity:.5}.pdp-root .application-copy p{margin:0;color:var(--orange);font-size:12px;font-weight:600;line-height:1.35}.pdp-root .application-copy h3{margin:16px 0 0;color:var(--blue-900);font-family:var(--font-heading);font-size:clamp(20px,1.7vw,25px);font-weight:600;letter-spacing:-.04em;line-height:1.25;text-transform:none}.pdp-root .application-portrait{width:132px;height:132px;border-radius:18px;align-self:center;display:grid;place-items:end center;overflow:hidden;background:rgba(255,255,255,.66)}.pdp-root .application-portrait img{width:100%;height:100%;display:block;object-fit:cover;object-position:center;transition:transform .36s cubic-bezier(.22,1,.36,1)}.pdp-root .application-card:hover .application-portrait img{transform:scale(1.04)}.pdp-root .application-card ul{margin:0;padding:0;display:grid;gap:8px;list-style:none}.pdp-root .application-card li{min-height:32px;padding:6px 12px;border:0;border-radius:8px;display:flex;align-items:center;color:var(--blue-900);background:rgba(255,255,255,.9);font-size:clamp(12px,.95vw,14px);font-weight:500;line-height:1.35}.pdp-root .application-card li:before{display:none}@media (max-width:1100px){.pdp-root .workflow-header{grid-template-columns:1fr}.pdp-root .workflow-principles{justify-content:flex-start}.pdp-root .workflow-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pdp-root .workflow-stage:not(:last-child):after{display:none}.pdp-root .applications-inner{grid-template-columns:1fr}.pdp-root .applications-header{display:grid;grid-template-columns:minmax(260px,.8fr) minmax(300px,1fr);gap:36px;align-items:end}.pdp-root .applications-header>p{margin:0}.pdp-root .application-card{grid-template-columns:minmax(220px,.9fr) 142px minmax(250px,1.05fr)}}@media (max-width:760px){.pdp-root .workflow-section,.pdp-root .applications-section{padding:68px 22px 78px}.pdp-root .workflow-principles{gap:7px}.pdp-root .workflow-principles span{min-height:30px;padding:6px 10px;font-size:10px}.pdp-root .workflow-header h2 em{white-space:normal}.pdp-root .workflow-grid{grid-template-columns:1fr;gap:36px}.pdp-root .workflow-stage h3,.pdp-root .workflow-stage-body{min-height:0}.pdp-root .workflow-stage-body{margin-top:10px}.pdp-root .workflow-placeholder,.pdp-root .analysis-stage .workflow-placeholder,.pdp-root .validation-stage .workflow-placeholder{min-height:176px}.pdp-root .applications-inner{gap:44px}.pdp-root .applications-header{display:block}.pdp-root .applications-header>p{margin-top:26px}.pdp-root .application-card{min-height:0;padding:20px;grid-template-columns:1fr 94px;gap:18px;opacity:1}.pdp-root .application-copy{align-self:center}.pdp-root .application-portrait{width:94px;height:94px;border-radius:14px}.pdp-root .application-card ul{grid-column:1/-1}.pdp-root .applications-grid:hover .application-card:not(:hover){opacity:1}.pdp-root .application-card:hover{transform:translateY(-3px)}}@media (prefers-reduced-motion:reduce){.pdp-root .workflow-stage:hover:not(:last-child):after,.pdp-root .workflow-option:hover:after,.pdp-root .workflow-placeholder:hover,.pdp-root .application-card:hover,.pdp-root .application-card:hover .application-portrait img{transform:none}}.pdp-root{width:100%;max-width:none;isolation:isolate}.pdp-root>main{width:100%;max-width:none}.pdp-root img{max-width:100%}.pdp-root .pdp-segment-data{display:none !important}