:root{--primary:#1a73e8;--primary-dark:#0d47a1;--primary-light:#4fc3f7;--accent:#00bcd4;--emerald:#00a86b;--emerald-glow:#00a86b4d;--bg:#fff;--bg-alt:#f0f4f8;--bg-dark:#0a0f1e;--text:#1a2332;--text-light:#5a6a7e;--text-muted:#8a9bb0;--card-bg:#fff;--card-shadow:0 4px 24px #0000000f;--card-hover-shadow:0 12px 48px #0000001f;--border:#e2e8f0;--nav-bg:#ffffffeb;--nav-shadow:0 2px 20px #0000000f;--radius:16px;--radius-sm:10px;--transition:.35s cubic-bezier(.4, 0, .2, 1)}[data-theme=dark]{--primary:#4fc3f7;--primary-dark:#1a73e8;--primary-light:#81d4fa;--emerald:#00c853;--emerald-glow:#00c8534d;--bg:#0a0f1e;--bg-alt:#111827;--text:#e8edf5;--text-light:#a0b0c8;--text-muted:#6a7a92;--card-bg:#151d2b;--card-shadow:0 4px 24px #0003;--card-hover-shadow:0 12px 48px #0006;--border:#1e2a3a;--nav-bg:#0a0f1eeb;--nav-shadow:0 2px 20px #0000004d}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:80px;font-size:16px}body{background:var(--bg);color:var(--text);font-family:Inter,-apple-system,sans-serif;line-height:1.7;transition:background .35s,color .35s;overflow-x:hidden}::selection{background:var(--primary);color:#fff}a{color:inherit;text-decoration:none}ul{list-style:none}img{max-width:100%;display:block}.container{max-width:1280px;margin:0 auto;padding:0 32px}@media (min-width:1024px){.container{padding:0 64px}}.section{padding:50px 0;position:relative}.section.bg-alt{background:var(--bg-alt)}.section-header{text-align:center;max-width:760px;margin:0 auto 60px}.section-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#1b4f72;border-radius:50px;margin-bottom:16px;padding:6px 18px;font-size:.8rem;font-weight:600;display:inline-block}.section-header h2{margin-bottom:16px;font-size:2.5rem;font-weight:800;line-height:1.2}.section-header p{color:var(--text-light);font-size:1.1rem}.gradient-text{background:linear-gradient(135deg,#e8a73b,#d19a2a);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.btn{cursor:pointer;border:none;border-radius:50px;align-items:center;gap:8px;padding:14px 32px;font-size:.95rem;font-weight:600;transition:all .35s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.btn-primary{color:#fff;background:#1b4f72;box-shadow:0 4px 16px #1b4f724d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 32px #1b4f7266}.btn-outline{color:var(--primary);border:2px solid var(--primary);background:0 0}.btn-outline:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.btn-lg{padding:16px 40px;font-size:1.05rem}.btn-block{justify-content:center;width:100%}#navbar{z-index:1000;background:var(--nav-bg);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid #0000;width:100%;padding:10px 0;transition:all .35s;position:fixed;top:0}.navbar-scrolled{border-bottom-color:var(--border)!important;box-shadow:var(--nav-shadow)!important;padding:10px 0!important}#navbar .container{padding-left:0}.nav-container{justify-content:space-between;align-items:center;display:flex}.logo{letter-spacing:2px;background:linear-gradient(135deg, var(--primary), var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.6rem;font-weight:900}.nav-links{align-items:center;gap:24px;display:flex}.nav-link{color:var(--text-light);cursor:pointer;padding:4px 0;font-size:.88rem;font-weight:500;transition:color .35s;position:relative}.nav-link:after{content:"";background:linear-gradient(135deg, var(--primary), var(--accent));border-radius:2px;width:0;height:2px;transition:width .35s;position:absolute;bottom:-2px;left:0}.nav-link:hover,.nav-link.active{color:var(--primary)}.nav-link:hover:after,.nav-link.active:after{width:100%}.dropdown-trigger{position:relative}.dropdown-menu{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius-sm);opacity:0;visibility:hidden;min-width:240px;box-shadow:var(--card-hover-shadow);z-index:100;padding:8px;transition:all .3s;position:absolute;top:100%;left:0;transform:translateY(10px)}.dropdown-trigger:hover .dropdown-menu{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-link{color:var(--text-light);border-radius:8px;padding:10px 16px;font-size:.85rem;font-weight:500;transition:all .25s;display:block}.dropdown-link:hover{background:var(--bg-alt);color:var(--primary)}.nav-toggle{cursor:pointer;flex-direction:column;gap:5px;padding:4px;display:none}.nav-toggle span{background:var(--text);border-radius:4px;width:26px;height:2px;transition:all .35s;display:block}.nav-toggle.active span:first-child{transform:rotate(45deg)translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.footer{background:var(--bg-dark);color:#c0c8d8;padding:60px 0 0}.footer-grid{border-bottom:1px solid #ffffff14;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:40px;padding-bottom:40px;display:grid}.footer-brand h3{letter-spacing:2px;background:linear-gradient(135deg,#4fc3f7,#00bcd4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:12px;font-size:1.8rem;font-weight:900}.footer-brand p{margin-bottom:20px;font-size:.9rem;line-height:1.7}.footer-social{gap:12px;display:flex}.footer-social a{color:#c0c8d8;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .35s;display:flex}.footer-social a:hover{background:var(--primary);color:#fff;transform:translateY(-3px)}.footer-links h4{color:#fff;margin-bottom:16px;font-size:1rem}.footer-links ul li{margin-bottom:10px}.footer-links ul li a{color:#8a9bb0;font-size:.88rem;transition:color .35s}.footer-links ul li a:hover{color:var(--primary)}.footer-bottom{text-align:center;color:#6a7a92;padding:24px 0;font-size:.85rem}.hero{contain:paint;isolation:isolate;align-items:center;min-height:100vh;padding:80px 0 40px;display:flex;position:relative;overflow:hidden}.hero-bg{z-index:0;background:#fff;position:absolute;inset:0}.hero-content{z-index:2;width:100%;position:relative}.hero-badge{color:var(--primary);background:linear-gradient(135deg,#1a73e81a,#00bcd41a);border:1px solid #1a73e833;border-radius:50px;margin-bottom:12px;padding:8px 20px;font-size:.85rem;font-weight:600;display:inline-block}.hero-title{color:#000;margin-bottom:20px;font-size:3.8rem;font-weight:900;line-height:1.3}.hero-subtitle{color:#555;max-width:1100px;margin-bottom:36px;font-size:1.2rem;font-weight:400;line-height:1.8}.hero-actions{flex-wrap:wrap;gap:16px;margin-bottom:60px;display:flex}.hero-stats{background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--card-shadow);border:1px solid var(--border);grid-template-columns:repeat(4,1fr);gap:24px;padding:32px;display:grid}.stat-item{text-align:center}.stat-num{color:#b7410e;font-size:2.4rem;font-weight:300;line-height:1;display:inline}.stat-plus{color:#b7410e;font-size:2rem;font-weight:300}.stat-label{color:#d4956a;text-transform:uppercase;letter-spacing:.2em;margin-top:4px;font-size:.75rem;font-weight:600;display:block}.hero-stats,.stat-item{box-shadow:none;border-radius:0}.trust-bar{background:var(--card-bg);border:1px solid var(--border);border-radius:var(--radius);z-index:2;flex-wrap:wrap;justify-content:center;gap:32px;margin-top:-30px;padding:20px;display:flex;position:relative}.trust-item{color:var(--text-light);align-items:center;gap:8px;font-size:.85rem;font-weight:600;display:flex}.trust-item i{color:var(--primary);font-size:1.1rem}.hex-container-wide{max-width:1600px;margin:0 auto;padding:0 48px}.hex-section-wrap{padding:96px 0 104px;overflow:hidden}.hex-bg{background:#f8fafc;position:relative}.hex-bg:before{content:"";pointer-events:none;background:radial-gradient(60% 50% at 30% 40%,#00a86b08 0%,#0000 70%);position:absolute;inset:0}.hex-section-header{flex-direction:column;align-items:flex-start;gap:0;margin-bottom:64px;display:flex}.hex-section-tag{background:var(--emerald,#00a86b);color:#fff;letter-spacing:1px;text-transform:uppercase;white-space:nowrap;border-radius:50px;margin-bottom:16px;padding:6px 16px;font-family:Glacial Indifference,Inter,sans-serif;font-size:.875rem;font-weight:700;display:inline-block}.hex-heading{letter-spacing:-.5px;color:var(--text);font-family:Glacial Indifference,Inter,sans-serif;font-size:3.5rem;font-weight:400;line-height:1.15}.hex-three-col{grid-template-columns:30% 40% 30%;align-items:start;gap:48px;display:grid}.hex-col-left{grid-column:1}.hex-network{aspect-ratio:5/6;width:100%;max-height:520px;position:relative;overflow:visible}.hex-connector-svg{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.hex-connector-path{stroke-dasharray:200;stroke-dashoffset:200px;opacity:.15}.hex-node{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);cursor:pointer;z-index:1;will-change:transform;backface-visibility:hidden;contain:layout style;outline:none;width:190px;height:219px;position:absolute;transform:translateZ(0)}.hex-node:focus-visible{outline-offset:3px;border-radius:6px;outline:2px solid #e8a73b}.hex-node-img-wrap{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);filter:drop-shadow(0 22px 38px #00000038)drop-shadow(0 3px 8px #00000029);transition:filter .18s ease-out;position:absolute;inset:0;overflow:hidden}.hex-node:hover .hex-node-img-wrap{filter:drop-shadow(0 26px 46px #0000004d)drop-shadow(0 4px 10px #0003)}.hex-node-img{object-fit:cover;filter:contrast(1.06)saturate(1.02);will-change:transform;width:100%;height:100%;transition:transform .18s ease-out,filter .18s ease-out;display:block}.hex-node:hover .hex-node-img{filter:contrast(1.1);transform:scale(1.05)}.hex-node-img-overlay{pointer-events:none;z-index:1;background:radial-gradient(#0000 55%,#0000001f 100%),linear-gradient(#0000 0%,#00000014 50%,#0000008c 100%);transition:opacity .18s ease-out;position:absolute;inset:0}.hex-node:hover .hex-node-img-overlay{opacity:.7}.hex-node-img-wrap:after{content:"";clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);pointer-events:none;z-index:2;background:linear-gradient(#ffffff17 0%,#ffffff08 45%,#ffffff03 100%);transition:filter .18s ease-out;position:absolute;inset:9px;box-shadow:inset 0 0 14px #ffffff0f}@supports ((-webkit-backdrop-filter:blur(1px)) or (backdrop-filter:blur(1px))){.hex-node-img-wrap:after{-webkit-backdrop-filter:blur(5px)saturate(1.02);backdrop-filter:blur(5px)saturate(1.02)}}.hex-node:hover .hex-node-img-wrap:after{filter:brightness(1.3)}.hex-node-img-wrap:before{content:"";clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:linear-gradient(180deg, #fff6 0px, #ffffff1a 2px, #fff0 9px, #ffffff0d 100%), linear-gradient(115deg, var(--frame-sheen,#ffffff80) 0%, #ffffff0d 38%, #ffffff05 62%, #ffffff14 100%), linear-gradient(150deg, var(--frame-c1,#8f8f8f) 0%, var(--frame-c2,#8a827a) 42%, var(--frame-c3,#6e757c) 68%, var(--frame-c4,#c9c9c9) 100%);pointer-events:none;z-index:3;transition:filter .18s ease-out;position:absolute;inset:6px}.hex-node:hover .hex-node-img-wrap:before{filter:brightness(1.15)}.hex-node-content{z-index:3;pointer-events:none;background:#0000001f;flex-direction:column;justify-content:center;align-items:center;padding-bottom:6px;transition:background .18s ease-out;display:flex;position:absolute;inset:0}.hex-node-icon{color:#fffffff2;filter:drop-shadow(0 2px 6px #00000073);will-change:transform;margin-bottom:10px;font-size:2.1rem;transition:transform .18s ease-out,filter .18s ease-out}.hex-node:hover .hex-node-icon{transform:rotate(4deg)}.hex-node-title{letter-spacing:2.5px;text-transform:uppercase;color:#fff;text-align:center;text-shadow:0 1px 3px #0000008c,0 2px 10px #00000059;font-family:Glacial Indifference,Inter,sans-serif;font-size:.72rem;font-weight:600;line-height:1.35}.hex-node-number{color:#ffffff73;z-index:4;letter-spacing:1.5px;text-shadow:0 1px 3px #00000080;font-family:Glacial Indifference,Inter,sans-serif;font-size:.62rem;font-weight:300;position:absolute;bottom:12px;right:14px}.hex-node-glow{z-index:-1;clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:0 0;border-radius:16px;position:absolute;inset:-7px;box-shadow:0 0 14px #e8a73b47,0 0 42px #e8a73b24}.hex-node-active .hex-node-img{filter:contrast(1.08)brightness(1.08)}.hex-connector-path-active{opacity:.5!important;stroke-width:1.6px!important;stroke:#e8a73b!important}.hex-col-image{grid-column:2}.hex-image-frame{aspect-ratio:4/5;will-change:transform;border-radius:14px;width:100%;max-height:520px;position:relative;overflow:hidden;box-shadow:0 12px 40px #0000001a,0 4px 16px #0000000d}.hex-display-img{object-fit:cover;width:100%;height:100%;display:block}.hex-img-emerald-overlay{pointer-events:none;background:linear-gradient(135deg,#00a86b1a 0%,#0000 50%);position:absolute;inset:0}.hex-col-text{flex-direction:column;grid-column:3;justify-content:center;max-width:420px;display:flex}.hex-info-title{letter-spacing:-.3px;color:var(--text);margin-bottom:12px;font-family:Glacial Indifference,Inter,sans-serif;font-size:1.6rem;font-weight:400;line-height:1.3}.hex-info-subtitle{color:var(--text-secondary,#475569);margin-bottom:14px;font-size:1.05rem;font-weight:300;line-height:1.6}.hex-info-list{flex-direction:column;gap:10px;margin-bottom:20px;display:flex}.hex-info-list li{color:var(--text-light);padding-left:20px;font-size:.92rem;font-weight:400;line-height:1.5;position:relative}.hex-info-list li:before{content:"";background:var(--emerald,#00a86b);border-radius:50%;width:6px;height:6px;position:absolute;top:8px;left:0}.hex-info-cta{letter-spacing:.8px;text-transform:uppercase;color:var(--emerald,#00a86b);align-items:center;gap:8px;width:fit-content;font-size:.85rem;font-weight:500;transition:gap .2s ease-out;display:inline-flex}.hex-info-cta:hover{gap:14px}@media (max-width:1279px){.hex-container-wide{padding:0 32px}.hex-three-col{grid-template-columns:1fr 1fr;gap:40px}.hex-col-left{grid-column:1}.hex-col-image{grid-column:2}.hex-col-text{grid-column:1/-1;max-width:100%;padding-top:8px}.hex-col-left .hex-bounding-box{transform:none}.hex-node{width:160px;height:185px}.hex-heading{font-size:1.4rem}}@media (min-width:1280px) and (max-width:1439px){.hex-container-wide{padding:0 32px}.hex-three-col{grid-template-columns:380px 1fr minmax(0,420px);gap:24px}.hex-col-left{grid-column:1}.hex-col-image{grid-column:2}.hex-col-text{grid-column:3;max-width:100%;padding-top:0}.hex-col-left .hex-bounding-box{min-width:0;transform:none}.hex-node{width:160px;height:185px}.hex-heading{font-size:1.4rem}}@media (max-width:900px){.hex-container-wide{padding:0 24px}.hex-three-col{grid-template-columns:1fr;gap:32px}.hex-col-left,.hex-col-image,.hex-col-text{grid-column:1}.hex-network{max-width:480px;margin:0 auto}.hex-col-left .hex-bounding-box{min-width:0}.hex-node{width:140px;height:162px}.hex-heading{font-size:1.25rem}}@media (max-width:600px){.hex-section-wrap{padding:48px 0}.hex-section-header{flex-direction:column;gap:10px;margin-bottom:28px}.hex-three-col{grid-template-columns:1fr;gap:24px}.hex-col-left,.hex-col-image,.hex-col-text{grid-column:1}.hex-network{aspect-ratio:auto;height:340px}.hex-node{width:110px;height:127px}.hex-node-img-wrap:before{inset:5px}.hex-node-img-wrap:after{inset:7.5px}.hex-node-icon{margin-bottom:8px;font-size:1.8rem}.hex-node-title{letter-spacing:1.5px;font-size:.65rem}.hex-image-frame{max-height:320px}}.filter-track{background:#f1eee6;border-radius:999px;flex-wrap:wrap;justify-content:center;gap:4px;margin-bottom:40px;padding:4px;display:inline-flex}.filter-btn{z-index:1;color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:999px;padding:8px 24px;font-family:inherit;font-size:.875rem;font-weight:500;transition:color .25s;position:relative}.filter-btn .filter-label{z-index:1;display:inline-block;position:relative}.filter-btn:hover{color:#374151}.filter-btn.active{color:#fff}.filter-pill{z-index:-1;background:#0f0f0f;border-radius:999px;position:absolute;inset:0}@media (max-width:768px){.filter-track{scrollbar-width:none;-webkit-overflow-scrolling:touch;flex-wrap:nowrap;justify-content:safe center;gap:8px;display:flex;overflow-x:auto}.filter-track::-webkit-scrollbar{display:none}.filter-btn{white-space:nowrap;padding:8px 14px}}.gallery-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.gallery-item{aspect-ratio:4/3;border-radius:var(--radius-sm);cursor:pointer;position:relative;overflow:hidden}.gallery-item.hidden{display:none}.gallery-overlay{opacity:0;background:linear-gradient(#0000 40%,#000c 100%);flex-direction:column;justify-content:flex-end;padding:24px;transition:opacity .35s;display:flex;position:absolute;inset:0}.gallery-item:hover .gallery-overlay{opacity:1}.gallery-overlay h4{color:#fff;font-size:1.1rem}.gallery-overlay p{color:#fffc;font-size:.85rem}.testimonial-carousel{max-width:800px;margin:0 auto;position:relative;overflow:hidden}.testimonial-track{transition:transform .5s cubic-bezier(.4,0,.2,1);display:flex}.testimonial-card{background:var(--card-bg);border-radius:var(--radius);min-width:100%;box-shadow:var(--card-shadow);border:1px solid var(--border);text-align:center;padding:40px}.testimonial-stars{color:#fbbf24;margin-bottom:20px;font-size:1.1rem}.testimonial-stars i{margin:0 2px}.testimonial-card>p{color:var(--text-light);margin-bottom:24px;font-size:1.05rem;font-style:italic;line-height:1.8}.testimonial-author{justify-content:center;align-items:center;gap:12px;display:flex}.testimonial-avatar{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:.9rem;font-weight:700;display:flex}.testimonial-author div strong{font-size:.95rem;display:block}.testimonial-author div span{color:var(--text-muted);font-size:.82rem}.carousel-controls{justify-content:center;align-items:center;gap:16px;margin-top:24px;display:flex}.carousel-btn{border:2px solid var(--border);background:var(--card-bg);width:44px;height:44px;color:var(--text);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;transition:all .35s;display:flex}.carousel-btn:hover{border-color:var(--primary);background:var(--primary);color:#fff}.carousel-dots{gap:8px;display:flex}.carousel-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;transition:all .35s}.carousel-dot.active{background:var(--primary);border-radius:10px;width:28px}.industries-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:24px;display:grid}.industries-grid>div{flex-direction:column;display:flex}.industry-item{text-align:center;background:var(--card-bg);border-radius:var(--radius-sm);box-shadow:var(--card-shadow);border:1px solid var(--border);flex-direction:column;flex:1;justify-content:center;align-items:center;padding:32px 20px;transition:all .35s;display:flex}.industry-item:hover{box-shadow:var(--card-hover-shadow);border-color:var(--primary);transform:translateY(-6px)}.industry-item i{color:var(--primary);margin-bottom:12px;font-size:2.5rem;display:block}.industry-item h4{font-size:1rem;font-weight:600}.section-industries>.container{max-width:100%;padding-left:0;padding-right:0}.ia-track{border-radius:var(--radius);gap:6px;height:520px;display:flex;overflow:hidden}.ia-card{cursor:pointer;border-radius:var(--radius-sm);flex:1;transition:flex .7s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.ia-card.ia-active{flex:4}.ia-bg{background-position:50%;background-size:cover;position:absolute;inset:0}.ia-overlay{transition:background .7s;position:absolute;inset:0}.ia-overlay-dim{background:#0f172ad9}.ia-overlay-active{mix-blend-mode:multiply}.ia-top-line{z-index:2;background:#fff3;height:3px;position:absolute;top:0;left:0;right:0}.ia-progress{background:#fff;width:0%;height:100%}.ia-btn{z-index:3;opacity:0;transition:opacity .5s .3s;position:absolute;top:24px;right:24px}.ia-btn.ia-show{opacity:1}.ia-btn a{color:#fff;letter-spacing:.05em;align-items:center;gap:8px;font-size:.85rem;font-weight:600;text-decoration:none;display:inline-flex}.ia-body{z-index:3;color:#fff;opacity:0;max-width:80%;transition:all .5s .3s;position:absolute;bottom:32px;left:32px;transform:translateY(12px)}.ia-body.ia-show{opacity:1;transform:translateY(0)}.ia-body i{margin-bottom:10px;font-size:2rem;display:block}.ia-body h3{margin-bottom:6px;font-size:1.5rem;font-weight:700}.ia-body p{opacity:.85;font-size:.9rem;line-height:1.6}@media (max-width:768px){.ia-track{flex-direction:column;gap:4px;height:auto}.ia-card{flex:none;height:70px;transition:height .7s cubic-bezier(.4,0,.2,1)}.ia-card.ia-active{flex:none;height:360px}.ia-body{max-width:100%;bottom:20px;left:20px;right:20px}.ia-btn{top:16px;right:16px}}.process-timeline{max-width:700px;margin:0 auto}.process-step{gap:24px;padding:24px 0;display:flex;position:relative}.process-step:not(:last-child):after{content:"";background:var(--border);width:2px;position:absolute;top:70px;bottom:0;left:23px}.step-number{background:linear-gradient(135deg, var(--primary), var(--accent));color:#fff;z-index:1;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;font-size:.95rem;font-weight:700;display:flex;position:relative}.step-content h4{margin-bottom:6px;font-size:1.1rem}.step-content p{color:var(--text-light);font-size:.92rem}.why-section-row{flex-direction:column;gap:32px;display:flex}@media (min-width:1024px){.why-section-row{flex-direction:row;gap:48px}}.why-outer-pill{border:1px solid #e8a33d;border-radius:60px;padding:40px 32px}@media (max-width:767px){.why-outer-pill{border-radius:32px;padding:28px 20px}}.why-left{flex:0 0 100%}@media (min-width:1024px){.why-left{flex-direction:column;flex:0 0 28%;justify-content:center;display:flex}}.why-left h2{margin-bottom:12px;font-size:1.8rem;font-weight:800;line-height:1.3}.why-left p{color:var(--text-light);margin-bottom:24px;font-size:.95rem;line-height:1.6}.why-cta-btn{color:#fff;background:#1b4f72;border-radius:50px;align-items:center;gap:8px;width:fit-content;padding:12px 28px;font-size:.9rem;font-weight:600;transition:all .3s;display:inline-flex}.why-cta-btn:hover{background:#143a5a;gap:12px;transform:translateY(-2px)}.why-right{flex:1;min-width:0}.why-cards-row{grid-template-columns:repeat(5,minmax(0,1fr));gap:16px;display:grid}@media (max-width:1279px){.why-cards-row{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:700px){.why-cards-row{grid-template-columns:1fr}}.why-card-new{text-align:center;cursor:pointer;background:#f8f9fa;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;height:100%;padding:28px 16px;transition:all .3s;display:flex;position:relative}.why-card-new:hover{border-color:var(--primary);transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.why-card-badge{color:#e8a33d;z-index:2;background:#f8f9fa;border:2px solid #e8a33d;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-family:Glacial Indifference,sans-serif;font-size:.85rem;font-weight:700;display:flex;position:absolute;top:-12px;left:-12px}.why-icon-new{color:#000;will-change:transform;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;font-size:2.6rem;display:flex}.why-card-new h4{color:#0f172a;margin-bottom:8px;font-size:.9rem;font-weight:700}.why-card-new p{color:#475569;margin:0;font-size:.75rem;line-height:1.5}.why-card-new .section-tag{display:inline-block}.why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.why-card{text-align:center;background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--card-shadow);border:1px solid var(--border);padding:36px 24px;transition:all .35s}.why-card:hover{box-shadow:var(--card-hover-shadow);transform:translateY(-6px)}.why-icon{width:56px;height:56px;color:var(--primary);background:linear-gradient(135deg,#1a73e81a,#00bcd41a);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.4rem;display:flex}.why-card h4{margin-bottom:8px}.why-card p{color:var(--text-light);font-size:.9rem}.cta-section{background:linear-gradient(135deg, var(--primary-dark), #002171);color:#fff;text-align:center}.gallery3d{max-width:1000px;margin:48px auto 0}.gallery3d-stage{border:1px solid var(--border);background:var(--bg);cursor:grab;border-radius:14px;width:100%;height:560px;position:relative;overflow:hidden}.gallery3d-stage:active{cursor:grabbing}.gallery3d-canvas{display:block;position:absolute;inset:0;width:100%!important;height:100%!important}.gallery3d-overlay{color:var(--text-light);pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:.95rem;display:flex;position:absolute;inset:0}.gallery3d-overlay small{opacity:.7;font-size:.8rem}.gallery3d-spinner{border:3px solid var(--border);border-top-color:#e8a73b;border-radius:50%;width:34px;height:34px;animation:.9s linear infinite gallery3d-spin}@keyframes gallery3d-spin{to{transform:rotate(360deg)}}.gallery3d-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 4px 0;display:flex}.gallery3d-name{color:var(--text);font-size:.95rem;font-weight:600}.gallery3d-controls{align-items:center;gap:14px;display:flex}.gallery3d-btn{border:1px solid var(--border);width:38px;height:38px;color:var(--text);cursor:pointer;background:0 0;border-radius:10px;justify-content:center;align-items:center;transition:border-color .25s,color .25s;display:inline-flex}.gallery3d-btn:hover{color:#e8a73b;border-color:#e8a73b}.gallery3d-dots{gap:8px;display:flex}.gallery3d-dot{background:var(--border);cursor:pointer;border:none;border-radius:50%;width:10px;height:10px;padding:0;transition:background .25s,transform .25s}.gallery3d-dot.active{background:#e8a73b;transform:scale(1.25)}@media (max-width:720px){.gallery3d-stage{height:380px}.gallery3d-bar{justify-content:center}}.cta-section .btn-primary{color:var(--primary-dark);background:#fff;box-shadow:0 4px 16px #ffffff4d}.cta-section .btn-primary:hover{box-shadow:0 8px 32px #fff6}.cta-section .btn-outline{color:#fff;border-color:#fff}.cta-section .btn-outline:hover{color:var(--primary-dark);background:#fff}.faq-list{max-width:760px;margin:0 auto}.faq-item{background:var(--card-bg);border-radius:var(--radius-sm);border:1px solid var(--border);margin-bottom:12px;overflow:hidden}.faq-question{cursor:pointer;justify-content:space-between;align-items:center;padding:20px 24px;font-weight:600;transition:background .35s;display:flex}.faq-question:hover{background:var(--bg-alt)}.faq-question i{color:var(--primary);transition:transform .35s}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.faq-item.active .faq-answer{max-height:200px;padding:0 24px 20px}.faq-answer p{color:var(--text-light);font-size:.92rem}.ct-hero{background:#fff;padding:160px 0 80px;position:relative;overflow:hidden}.ct-hero-bg{pointer-events:none;background:radial-gradient(at 30% 40%,#e8a73b0d 0%,#0000 60%),radial-gradient(at 70% 60%,#1b4f720a 0%,#0000 50%);position:absolute;inset:0}.ct-container{max-width:1280px;margin:0 auto;padding:0 64px}.ct-section{padding:80px 0;position:relative}.ct-section-alt{background:#f8f9fa}.ct-section-header{text-align:center;max-width:680px;margin:0 auto 48px}.ct-section-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#1b4f72;border-radius:50px;margin-bottom:12px;padding:5px 16px;font-size:.75rem;font-weight:600;display:inline-block}.ct-section-title{color:#000;margin-bottom:12px;font-size:2.2rem;font-weight:800}.ct-section-sub{color:#555;font-size:1rem;line-height:1.7}.ct-hero-title{color:#000;letter-spacing:-.02em;perspective:800px;max-width:900px;margin-bottom:12px;font-size:3.5rem;font-weight:900;line-height:1.1}.ct-hero-word{margin-right:.3em;display:inline-block}.ct-hero-bar{background:#e8a73b;border-radius:2px;height:3px;margin:20px 0}.ct-hero-sub{color:#555;max-width:600px;margin-bottom:32px;font-size:1.1rem;line-height:1.8}.ct-hero-actions{flex-wrap:wrap;gap:12px;display:flex}.ct-grid{grid-template-columns:1.3fr 1fr;align-items:start;gap:48px;display:grid}.ct-form{background:#fff;border:1px solid #eee;padding:36px}.ct-form-tabs{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.ct-form-tab{cursor:pointer;color:#555;background:#fff;border:1px solid #eee;padding:8px 18px;font-family:inherit;font-size:.82rem;font-weight:600;transition:all .3s}.ct-form-tab:hover{color:#e8a73b;border-color:#e8a73b}.ct-form-tab.active{color:#fff;background:#1b4f72;border-color:#1b4f72}.ct-form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.ct-field{margin-bottom:20px}.ct-field label{color:#333;margin-bottom:6px;font-size:.85rem;font-weight:600;transition:color .3s;display:block}.ct-field.focused label{color:#e8a73b}.ct-field input,.ct-field select,.ct-field textarea{color:#000;background:#fff;border:2px solid #e0e0e0;outline:none;width:100%;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .35s,box-shadow .35s}.ct-field input:focus,.ct-field select:focus,.ct-field textarea:focus{border-color:#e8a73b;box-shadow:0 0 0 3px #e8a73b1a}.ct-field textarea{resize:vertical}.ct-upload-area{cursor:pointer;color:#888;border:2px dashed #e0e0e0;align-items:center;gap:10px;padding:16px;transition:all .35s;display:flex}.ct-upload-area:hover{color:#e8a73b;border-color:#e8a73b}.ct-upload-area input{display:none}.ct-upload-note{color:#999;margin-top:4px;font-size:.78rem;display:block}.ct-form-success{text-align:center;background:var(--card-bg);border:1px solid var(--border);box-shadow:var(--card-shadow);border-radius:var(--radius);padding:48px 40px}.ct-form-success h3{color:var(--text);margin-bottom:8px;font-size:1.5rem;font-weight:700}.ct-form-success p{color:var(--text-light);font-size:.95rem}.ct-success-icon-wrap{margin-bottom:18px;display:inline-flex;position:relative}.ct-success-ring{opacity:0;border:2px solid #10b98173;border-radius:50%;width:92px;height:92px;margin:-46px 0 0 -46px;position:absolute;top:50%;left:50%}.ct-submit-btn{justify-content:center;align-items:center;transition:transform .3s;display:inline-flex}.ct-submit-btn:hover{transform:translateY(-1px)}.ct-info-col{flex-direction:column;gap:16px;display:flex}.ct-info-card{background:#fff;border:1px solid #eee;padding:24px;transition:all .35s;position:relative;overflow:hidden}.ct-info-card:before{content:"";background:#e8a73b;width:3px;height:0;transition:height .4s;position:absolute;top:0;left:0}.ct-info-card:hover:before{height:100%}.ct-info-card:hover{transform:translate(8px);box-shadow:0 4px 20px #0000000f}.ct-info-card h4{color:#000;margin:8px 0 4px;font-size:1rem;font-weight:700}.ct-info-card p{color:#555;font-size:.88rem;line-height:1.6}.ct-info-emergency{background:linear-gradient(135deg,#ef44440a,#ef444414);border-color:#ef44444d}.ct-info-emergency:before{background:#ef4444}.ct-dept-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;display:grid}.ct-dept-card{text-align:center;background:#fff;border:1px solid #eee;padding:24px 20px;transition:all .35s}.ct-dept-card:hover{border-color:#e8a73b;transform:translateY(-6px);box-shadow:0 8px 30px #0000000f}.ct-dept-icon{margin-bottom:8px}.ct-dept-card h4{color:#000;margin-bottom:4px;font-size:.95rem;font-weight:700}.ct-dept-card p{color:#555;font-size:.82rem}.ct-dept-phone{color:#888;margin-top:4px;font-size:.78rem}.ct-faq-list{flex-direction:column;gap:8px;max-width:700px;margin:0 auto;display:flex}.ct-faq-item{background:#fff;border:1px solid #eee;transition:border-color .3s}.ct-faq-item.active{border-color:#e8a73b}.ct-faq-q{cursor:pointer;color:#000;align-items:center;gap:12px;padding:18px 20px;font-size:.92rem;font-weight:600;transition:color .3s;display:flex}.ct-faq-item.active .ct-faq-q{color:#e8a73b}.ct-faq-q span{flex:1}.ct-faq-chevron{color:#ccc;flex-shrink:0;transition:transform .4s}.ct-faq-item.active .ct-faq-chevron{color:#e8a73b;transform:rotate(180deg)}.ct-faq-a{max-height:0;transition:max-height .4s,padding .4s;overflow:hidden}.ct-faq-item.active .ct-faq-a{max-height:300px;padding:0 20px 20px}.ct-faq-a p{color:#555;font-size:.9rem;line-height:1.7}.form-row{grid-template-columns:1fr 1fr;gap:16px;display:grid}.form-group{margin-bottom:20px}.form-group label{margin-bottom:6px;font-size:.9rem;font-weight:600;display:block}.form-group input,.form-group select,.form-group textarea{border:2px solid var(--border);border-radius:var(--radius-sm);background:var(--bg);width:100%;color:var(--text);outline:none;padding:12px 16px;font-family:inherit;font-size:.95rem;transition:border-color .35s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary)}.form-group textarea{resize:vertical}.file-upload-area{border:2px dashed var(--border);border-radius:var(--radius-sm);cursor:pointer;color:var(--text-light);align-items:center;gap:10px;padding:16px;transition:all .35s;display:flex}.file-upload-area:hover{border-color:var(--primary);color:var(--primary)}.file-upload-area input{display:none}.file-note{color:var(--text-muted);margin-top:4px;font-size:.8rem;display:block}.form-success{text-align:center;padding:40px;display:none}.form-success.show{display:block}.form-success i{color:#10b981;margin-bottom:16px;font-size:3rem}.form-success h3{margin-bottom:8px}.form-success p{color:var(--text-light)}@media (max-width:992px){.ct-hero-title{font-size:2.8rem}.ct-grid{grid-template-columns:1fr}}@media (max-width:768px){.ct-container{padding:0 20px}.ct-section{padding:50px 0}.ct-hero{padding:120px 0 60px}.ct-hero-title{font-size:2.2rem}.ct-form-row{grid-template-columns:1fr}.ct-section-title{font-size:1.7rem}}@media (max-width:480px){.ct-hero{padding:100px 0 50px}.ct-hero-title{font-size:1.8rem}.ct-hero-actions{flex-direction:column}.ct-hero-actions .btn{justify-content:center;width:100%}}.pillar-hero{align-items:center;min-height:60vh;padding:120px 0 60px;display:flex;position:relative;overflow:hidden}.pillar-hero-bg{z-index:0;position:absolute;inset:0}.pillar-hero-content{z-index:1;position:relative}.cap-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;display:grid}.cap-card{background:var(--card-bg);border-radius:var(--radius-sm);border:1px solid var(--border);box-shadow:var(--card-shadow);padding:28px;transition:all .35s}.cap-card:hover{box-shadow:var(--card-hover-shadow);transform:translateY(-4px)}.cap-card h4{margin-bottom:8px;font-size:1.05rem}.cap-card p{color:var(--text-light);font-size:.88rem}.tag-list{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.tag{color:var(--primary);background:linear-gradient(135deg,#1a73e81a,#00bcd41a);border:1px solid #1a73e833;border-radius:50px;padding:4px 14px;font-size:.78rem;font-weight:500}.download-section{margin-bottom:48px}.download-section h3{margin-bottom:20px;font-size:1.3rem}.download-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:16px;display:grid}.download-card{background:var(--card-bg);border-radius:var(--radius-sm);border:1px solid var(--border);align-items:center;gap:16px;padding:20px;transition:all .35s;display:flex}.download-card:hover{box-shadow:var(--card-hover-shadow);border-color:var(--primary);transform:translateY(-4px)}.download-icon{width:48px;min-width:48px;height:48px;color:var(--primary);background:linear-gradient(135deg,#1a73e81a,#00bcd41a);border-radius:12px;justify-content:center;align-items:center;font-size:1.2rem;display:flex}.download-info{flex:1}.download-info h4{font-size:.95rem}.download-info p{color:var(--text-muted);font-size:.82rem}.download-meta{color:var(--text-muted);margin-top:2px;font-size:.75rem}.download-btn{border:2px solid var(--border);color:var(--primary);cursor:pointer;background:0 0;border-radius:50px;padding:8px 16px;font-size:.8rem;font-weight:600;transition:all .35s}.download-btn:hover{border-color:var(--primary);background:var(--primary);color:#fff}.theme-toggle{background:var(--card-bg);width:48px;height:48px;color:var(--text);border:2px solid var(--border);cursor:pointer;z-index:999;box-shadow:var(--card-shadow);border-radius:50%;justify-content:center;align-items:center;font-size:1.2rem;transition:all .35s;display:flex;position:fixed;bottom:90px;right:24px}.theme-toggle:hover{box-shadow:var(--card-hover-shadow);transform:scale(1.1)}.theme-toggle.light-mode .fa-sun,.theme-toggle.dark-mode .fa-moon{display:none}.back-to-top{background:var(--primary);color:#fff;cursor:pointer;z-index:999;opacity:0;visibility:hidden;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.1rem;transition:all .35s;display:flex;position:fixed;bottom:24px;right:24px;transform:translateY(20px);box-shadow:0 4px 16px #1a73e84d}.back-to-top.visible{opacity:1;visibility:visible;transform:translateY(0)}.page-enter{opacity:0;transform:translateY(20px)}.page-enter-active{opacity:1;transition:opacity .5s,transform .5s;transform:translateY(0)}.ab-container{max-width:1280px;margin:0 auto;padding:0 64px}.ab-section-inner{padding:0 64px}.ab-section{padding:80px 0;position:relative}.ab-section-alt{background:#f8f9fa}.ab-section-title{text-align:center;color:#000;margin-bottom:16px;font-size:2.2rem;font-weight:800}.ab-section-sub{text-align:center;color:#555;margin-bottom:48px;font-size:1.05rem}.ab-hero{padding:80px 0 0;position:relative}.ab-hero-inner{grid-template-columns:1fr 1fr;align-items:center;gap:64px;max-width:1280px;min-height:70vh;margin:0 auto;padding:0 64px;display:grid}.ab-hero-text{flex-direction:column;gap:20px;display:flex}.ab-hero-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#1b4f72;border-radius:50px;width:fit-content;padding:6px 18px;font-size:.8rem;font-weight:600;display:inline-block}.ab-hero-text h1{color:#000;margin:0;font-size:3.5rem;font-weight:900;line-height:1.1}.ab-hero-text p{color:#555;max-width:520px;font-size:1.1rem;line-height:1.8}.ab-hero-stats{gap:32px;margin-top:8px;display:flex}.ab-hero-stats div{color:#555;font-size:.95rem}.ab-hero-stats strong{color:#000;font-size:1.6rem;font-weight:700;display:block}.ab-hero-image{justify-content:center;align-items:center;display:flex}.ab-hero-logo-img{width:100%;max-width:560px;height:auto;display:block}.ab-overview{text-align:center;max-width:860px;margin:0 auto}.ab-overview h2{color:#000;margin-bottom:24px;font-size:2.75rem;font-weight:800}.ab-overview p{color:#555;font-size:1.15rem;line-height:2}.ab-contact-btn{color:#171717;background:#ffd400;border-radius:12px;align-items:center;gap:10px;margin-top:32px;padding:14px 34px;font-size:1rem;font-weight:700;text-decoration:none;transition:transform .3s,box-shadow .3s;display:inline-flex;box-shadow:0 6px 20px #ffd40059}.ab-contact-btn:hover{transform:translateY(-3px);box-shadow:0 12px 32px #ffd40073}.ab-timeline-duo{grid-template-columns:1fr 1fr;align-items:start;gap:48px;margin-top:48px;display:grid}.ab-timeline-list{border-left:2px solid #e0e0e0;padding-left:32px;position:relative}.ab-tl-item{cursor:default;opacity:.4;align-items:flex-start;gap:20px;min-height:40vh;padding:16px 0;transition:opacity .4s;display:flex}.ab-tl-item.active{opacity:1}.ab-tl-item-dot{background:#e0e0e0;border:2px solid #fff;border-radius:50%;width:14px;min-width:14px;height:14px;margin-top:6px;transition:all .4s;position:relative;left:-39px;box-shadow:0 0 0 2px #e0e0e0}.ab-tl-item.active .ab-tl-item-dot{background:#e8a73b;box-shadow:0 0 0 2px #e8a73b}.ab-tl-item-body{flex:1}.ab-tl-year{color:#888;letter-spacing:.5px;margin-bottom:4px;font-size:1rem;font-weight:500;transition:all .4s;display:inline-block}.ab-tl-item.active .ab-tl-year{color:#e8a73b;font-size:1.3rem;font-weight:700;transform:scale(1.05)}.ab-tl-item-body h3{color:#000;margin-bottom:4px;font-size:1.05rem;font-weight:700}.ab-tl-item-body p{color:#555;font-size:.88rem;line-height:1.7}.ab-timeline-sticky{height:fit-content;position:sticky;top:140px}.ab-tl-card{background:#fff;border:1px solid #eee;border-radius:24px;overflow:hidden;box-shadow:0 12px 48px #00000014}.ab-tl-card-img{aspect-ratio:16/9;color:#ffffff4d;background:linear-gradient(135deg,#1b4f72,#2a6a96);justify-content:center;align-items:center;width:100%;font-size:4rem;display:flex;position:relative}.ab-tl-card-year-badge{color:#fff;letter-spacing:1px;background:#e8a73b;border-radius:50px;padding:6px 20px;font-size:1.2rem;font-weight:800;position:absolute;bottom:16px;left:20px;box-shadow:0 4px 16px #e8a73b4d}.ab-tl-card-body{padding:28px}.ab-tl-card-body h3{color:#000;margin-bottom:8px;font-size:1.3rem;font-weight:800}.ab-tl-card-body p{color:#555;font-size:.92rem;line-height:1.7}.ab-tl-card-step{color:#fff;letter-spacing:.5px;background:#1b4f72;border-radius:50px;margin-top:16px;padding:4px 14px;font-size:.75rem;font-weight:600;display:inline-block}.ab-tl-connector{pointer-events:none;z-index:2;width:100%;height:100%;position:absolute;inset:0}.timeline-connector{stroke-linecap:round;stroke-linejoin:round}.ab-bento{grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px;display:grid}.ab-bento-card{opacity:0;background:#fff;border:1px solid #eee;border-radius:16px;padding:32px;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px #0000000a}.ab-bento-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}.ab-bento-mission{grid-column:span 2}.ab-bento-vision{grid-column:span 1}.ab-bento-img{background:#f8f9fa;border:none;grid-area:span 2/span 1;justify-content:center;align-items:center;display:flex}.ab-bento-img-inner{text-align:center;color:#d0d5da;font-size:4rem}.ab-bento-icon{color:#e8a73b;background:#e8a73b1a;border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:16px;font-size:1.3rem;display:flex}.ab-bento-card h3{color:#000;margin-bottom:10px;font-size:1.2rem;font-weight:700}.ab-bento-card p{color:#555;font-size:.9rem;line-height:1.7}.ab-bento-value{text-align:center;padding:24px 16px}.ab-bento-value-icon{color:#e8a73b;background:#e8a73b1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin:0 auto 10px;font-size:1.2rem;display:flex}.ab-bento-value h4{color:#000;margin-bottom:4px;font-size:.95rem;font-weight:700}.ab-bento-value p{color:#777;font-size:.8rem;line-height:1.5}.ab-split-pane{grid-template-columns:1fr 1fr;gap:32px;margin-top:40px;display:grid}.ab-split-inner{opacity:0;background:#fff;border:1px solid #eee;border-radius:16px;padding:36px;box-shadow:0 2px 12px #0000000a}.ab-split-inner h3{color:#000;margin-bottom:20px;font-size:1.15rem;font-weight:700}.ab-split-inner p{color:#555;font-size:.92rem;line-height:1.7}.ab-cert-shell{background:#fff;border-radius:16px;grid-template-columns:1fr;gap:0;display:grid;overflow:hidden;box-shadow:0 1px 2px #0000000d}@media (min-width:1024px){.ab-cert-shell{grid-template-columns:4fr 7fr}}.ab-cert-media{width:100%;min-height:600px;position:relative}.ab-cert-media img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.ab-cert-overlay{color:#fff;background:#0f0f0f;padding:32px 40px;position:absolute;bottom:0;left:0;right:0}.ab-cert-overlay h3{color:#fff;margin:16px 0 10px;font-size:1.25rem;font-weight:700;line-height:1.3}.ab-cert-overlay p{color:#ffffffb8;margin:0;font-size:.88rem;line-height:1.6}.ab-cert-overlay svg{color:#e8a73b}.ab-cert-body{padding:40px}@media (min-width:1024px){.ab-cert-body{padding:64px}}.ab-cert-tag{letter-spacing:3px;text-transform:uppercase;color:#e8a73b;margin-bottom:14px;font-size:.75rem;font-weight:700;display:inline-block}.ab-cert-title{letter-spacing:-.5px;color:#0f172a;margin:0 0 14px;font-size:clamp(1.6rem,2.6vw,2.2rem);font-weight:800;line-height:1.2}.ab-cert-sub{color:#6b7280;max-width:520px;margin:0;font-size:.95rem;line-height:1.7}.ab-cert-iso-grid{grid-template-columns:1fr;gap:32px;margin-top:48px;display:grid}@media (min-width:768px){.ab-cert-iso-grid{grid-template-columns:repeat(3,1fr)}}.ab-cert-iso-card{text-align:center}.ab-cert-iso-badge{color:#e8a73b;background:#f9fafb;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 24px;transition:transform .3s;display:flex}.ab-cert-iso-card:hover .ab-cert-iso-badge{transform:translateY(-4px)scale(1.1)}.ab-cert-iso-title{color:#0f172a;letter-spacing:.3px;margin:0 0 6px;font-size:1.15rem;font-weight:800;transition:color .3s}.ab-cert-iso-card:hover .ab-cert-iso-title{color:#e8a73b}.ab-cert-iso-sub{color:#0f172a;margin:0 0 10px;font-size:.88rem;font-weight:500}.ab-cert-iso-desc{color:#6b7280;margin:0 0 12px;font-size:.85rem;line-height:1.6}.ab-cert-iso-link{color:#e8a73b;align-items:center;gap:6px;font-size:.875rem;font-weight:600;text-decoration:none;transition:opacity .25s,gap .3s;display:inline-flex}.ab-cert-iso-link:hover{opacity:.75;gap:10px;text-decoration:underline}.ab-cert-strip{border-top:1px solid #f3f4f6;margin-top:48px;padding-top:32px}.ab-cert-strip-grid{grid-template-columns:repeat(2,1fr);gap:24px;display:grid}@media (min-width:768px){.ab-cert-strip-grid{grid-template-columns:repeat(4,1fr)}}.ab-cert-strip-item{color:#6b7280;align-items:center;gap:10px;font-size:.8rem;line-height:1.4;display:flex}.ab-cert-strip-item svg{color:#e8a73b;flex:none}.mvv-layout{grid-template-columns:1.1fr 1fr;align-items:center;gap:48px;margin-top:48px;display:grid}.mvv-dial{width:100%;max-width:560px;margin:0 auto;position:relative}.mvv-dial svg{width:100%;height:auto;display:block}.mvv-seg{cursor:pointer;transition:stroke .4s}.mvv-panel{position:relative}.mvv-panel-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:36px;box-shadow:0 2px 12px #0000000a}.mvv-panel-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:#e8a73b;border-radius:50px;margin-bottom:14px;padding:5px 16px;font-size:.75rem;font-weight:600;display:inline-block}.mvv-panel-card h3{color:#000;margin-bottom:12px;font-size:1.5rem;font-weight:800}.mvv-panel-text{color:#555;font-size:.95rem;line-height:1.8}.mvv-values{grid-template-columns:1fr 1fr;gap:12px;display:grid}.mvv-value{background:#f8f9fa;border:1px solid #eee;border-radius:12px;align-items:flex-start;gap:10px;padding:12px 14px;display:flex}.mvv-value>i{color:#e8a73b;margin-top:3px;font-size:.95rem}.mvv-value h4{color:#000;margin-bottom:2px;font-size:.85rem;font-weight:700}.mvv-value p{color:#777;font-size:.75rem;line-height:1.5}@media (max-width:992px){.mvv-layout{grid-template-columns:1fr;gap:32px}.mvv-values{grid-template-columns:1fr}}.ab-cert-list{flex-direction:column;gap:14px;display:flex}.ab-cert-item{align-items:flex-start;gap:12px;display:flex}.ab-cert-item i{flex-shrink:0;margin-top:3px;font-size:1rem}.ab-cert-item div{flex-direction:column;display:flex}.ab-cert-item strong{color:#000;font-size:.95rem}.ab-cert-item span{color:#777;font-size:.82rem}.ab-lead-tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.ab-lead-tags span{color:#333;background:#f8f9fa;border:1px solid #eee;border-radius:50px;padding:6px 14px;font-size:.8rem;font-weight:500}.ab-why-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;margin-top:40px;display:grid}.ab-why-card{text-align:center;background:#fff;border:1px solid #eee;border-radius:16px;padding:32px 20px;transition:transform .3s,box-shadow .3s;box-shadow:0 2px 12px #0000000a}.ab-why-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}.ab-why-icon{color:#e8a73b;background:#e8a73b1a;border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin:0 auto 14px;font-size:1.3rem;display:flex}.ab-why-card h4{color:#000;margin-bottom:6px;font-size:1rem;font-weight:700}.ab-why-card p{color:#555;font-size:.88rem;line-height:1.6}.trust-section{padding-bottom:40px}.trust-section .trust-layout{grid-template-columns:1.2fr 1fr;align-items:start;gap:16px;margin-top:24px;display:grid}.trust-left{flex-direction:column;gap:32px;display:flex}.trust-card{background:#fff;border:1px solid #eee;border-radius:20px;padding:18px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 16px #0000000a}.trust-card:hover{transform:translateY(-4px);box-shadow:0 8px 32px #00000014}.trust-right{flex-direction:column;gap:0;display:flex;position:relative}.trust-cap-card{z-index:2;background:#fff;border:1px solid #eee;border-radius:20px;min-height:72px;padding:18px;position:relative;box-shadow:0 4px 16px #0000000a}.trust-section .ab-section-sub{margin-bottom:32px}.trust-skill-tag:hover{background:#f8f9fa!important;border-color:#d0d0d0!important}@media (max-width:992px){.ab-hero{padding:110px 0 0}.ab-hero-inner{grid-template-columns:1fr;gap:40px;min-height:auto;padding:0 32px}.ab-hero-text h1{font-size:2.5rem}.ab-hero-image{display:flex}.ab-hero-logo-img{max-width:560px;margin:0 auto}.ab-bento{grid-template-columns:repeat(2,1fr)}.ab-bento-mission,.ab-bento-vision{grid-column:span 2}.ab-bento-img{display:none}}@media (max-width:768px){.ab-container,.ab-section-inner{padding:0 20px}.ab-section{padding:50px 0}.ab-hero{padding:100px 0 0}.ab-hero-inner{padding:0 20px}.ab-hero-text h1{font-size:2rem}.ab-hero-stats{gap:20px}.ab-hero-stats strong{font-size:1.3rem}.ab-bento{grid-template-columns:1fr}.ab-bento-mission,.ab-bento-vision{grid-column:span 1}.ab-bento-img{display:none}.ab-split-pane{grid-template-columns:1fr}.ab-timeline-duo{grid-template-columns:1fr;gap:40px}.ab-timeline-list{padding-left:24px}.ab-tl-item-dot{left:-33px}.ab-section-title{font-size:1.7rem}.ab-section-sub{margin-bottom:32px}.trust-section{padding-bottom:32px}.trust-section .trust-layout{grid-template-columns:1fr;gap:16px}.trust-left{padding:16px}.trust-cap-card{max-width:340px;margin-left:auto;margin-right:auto}}@media (max-width:480px){.ab-hero-text h1{font-size:1.6rem}.ab-hero-stats{flex-direction:column;gap:12px}}.sol-progress{z-index:99999;transform-origin:0;will-change:transform;background:linear-gradient(90deg,#e8a73b,#f5c542);width:100%;height:3px;position:fixed;top:0;left:0;transform:scaleX(0)}.sol-container{max-width:1280px;margin:0 auto;padding:0 64px}.sol-section{padding:80px 0;position:relative}.sol-section-alt{background:#f8f9fa}.sol-section-header{text-align:center;max-width:680px;margin:0 auto 48px}.sol-section-tag{letter-spacing:4px;text-transform:uppercase;color:#e8a73b;align-items:center;gap:12px;margin-bottom:12px;font-size:12px;font-weight:800;display:inline-flex}.sol-section-title{color:#000;margin-bottom:12px;font-size:2.2rem;font-weight:800}.sol-section-sub{color:#555;font-size:1rem;line-height:1.7}.sol-hero{background:#fff;padding:180px 0 100px;position:relative;overflow:hidden}.sol-hero-bg{pointer-events:none;background:radial-gradient(at 30% 40%,#e8a73b0d 0%,#0000 60%),radial-gradient(at 70% 60%,#1b4f720a 0%,#0000 50%),radial-gradient(at 50% 80%,#e8a73b08 0%,#0000 50%);position:absolute;inset:0}.sol-hero-title{color:#000;letter-spacing:-.02em;perspective:800px;max-width:1000px;margin-bottom:12px;font-size:clamp(3rem,5.5vw,4.6rem);font-weight:900;line-height:1.1}.sol-hero-word{margin-right:.3em;display:inline-block}.sol-hero-bar{background:#e8a73b;border-radius:2px;height:3px;margin:20px 0}.sol-hero-sub{color:#555;max-width:600px;margin-bottom:32px;font-size:1.1rem;line-height:1.8}.sol-hero-particles{pointer-events:none;z-index:0;position:absolute;inset:0;overflow:hidden}.sol-particle{opacity:.12;border-radius:2px;position:absolute}.sol-particle-1{background:#e8a73b;border-radius:50%;width:50px;height:50px;animation:14s ease-in-out infinite solFloat1;top:15%;left:8%}.sol-particle-2{background:#1b4f72;border-radius:6px;width:30px;height:30px;animation:18s ease-in-out -2s infinite solFloat2;top:70%;left:85%}.sol-particle-3{background:#e8a73b;border-radius:50%;width:20px;height:20px;animation:16s ease-in-out -5s infinite solFloat1;top:50%;left:5%}.sol-particle-4{background:#1b4f724d;border-radius:4px;width:40px;height:40px;animation:20s ease-in-out -8s infinite solFloat2;top:25%;left:75%}.sol-particle-5{background:#e8a73b;border-radius:50%;width:15px;height:15px;animation:12s ease-in-out -3s infinite solFloat1;top:80%;left:20%}.sol-particle-6{background:#e8a73b26;border-radius:8px;width:60px;height:60px;animation:22s ease-in-out -6s infinite solFloat2;top:40%;left:60%}.sol-particle-7{background:#1b4f72;border-radius:50%;width:25px;height:25px;animation:15s ease-in-out -10s infinite solFloat1;top:10%;left:45%}.sol-particle-8{background:#e8a73b33;border-radius:3px;width:35px;height:35px;animation:17s ease-in-out -4s infinite solFloat2;top:65%;left:40%}@keyframes solFloat1{0%,to{transform:translateY(0)translate(0)rotate(0)}25%{transform:translateY(-40px)translate(15px)rotate(90deg)}50%{transform:translateY(-80px)translate(-10px)rotate(180deg)}75%{transform:translateY(-40px)translate(-20px)rotate(270deg)}}@keyframes solFloat2{0%,to{transform:translateY(0)translate(0)rotate(0)}33%{transform:translateY(-50px)translate(-20px)rotate(120deg)}66%{transform:translateY(-25px)translate(25px)rotate(240deg)}}.sol-grid{grid-template-columns:repeat(2,1fr);gap:8px;max-width:1080px;margin:0 auto;display:grid}.sol-card{aspect-ratio:16/11;box-shadow:none;perspective:1200px;transform-style:preserve-3d;border-radius:0;align-items:flex-end;text-decoration:none;transition:box-shadow .5s;display:flex;position:relative;overflow:hidden}.sol-card:hover{box-shadow:0 20px 60px #0000004d}.sol-card-bg{will-change:transform;transition:transform 3s cubic-bezier(.25,.46,.45,.94);animation:26s ease-in-out infinite alternate solBgDrift;position:absolute;inset:-10px}@keyframes solBgDrift{0%{background-position:50%}to{background-position:62% 38%}}.sol-card:nth-child(2) .sol-card-bg{animation-delay:-7s}.sol-card:nth-child(3) .sol-card-bg{animation-delay:-14s}.sol-card:nth-child(4) .sol-card-bg{animation-delay:-21s}@media (prefers-reduced-motion:reduce){.sol-card-bg{animation:none}}.sol-card:hover .sol-card-bg{transition-duration:5s;transform:scale(1.15)}.sol-card-overlay{background:#0000008c;transition:background .6s;position:absolute;inset:0}.sol-card:hover .sol-card-overlay{background:#000000b3}.sol-card-glare{opacity:0;pointer-events:none;z-index:1;background:linear-gradient(135deg,#ffffff14 0%,#0000 50%);transition:opacity .5s;position:absolute;inset:0}.sol-card:hover .sol-card-glare{opacity:1}.sol-hover-border{z-index:3;background:#e8a73b;width:0;height:3px;transition:width .6s cubic-bezier(.25,.46,.45,.94);position:absolute;bottom:0;left:0;box-shadow:0 0 12px #e8a73b66}.sol-card:hover .sol-hover-border{width:100%}.sol-card-content{z-index:2;color:#fff;width:100%;padding:32px;position:relative;transform:translateZ(20px)}.sol-card-title{color:#fff;margin-bottom:6px;font-size:1.15rem;font-weight:700}.sol-card-desc{color:#fff;margin-bottom:12px;font-size:.82rem;line-height:1.6}.sol-card-cta{color:#e8a73b;text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:6px;font-size:.82rem;font-weight:600;transition:gap .4s,color .4s;display:inline-flex}.sol-card:hover .sol-card-cta{color:#fff;gap:12px}.sol-card-arrow{transition:transform .4s}.sol-card:hover .sol-card-arrow{transform:translate(4px)}.sol-method-list{grid-template-columns:repeat(3,1fr);gap:20px;max-width:960px;margin:0 auto;display:grid}.sol-method-step{background:#fff;border:1px solid #eee;align-items:flex-start;gap:16px;padding:20px;transition:border-color .3s,transform .3s;display:flex}.sol-method-step:hover{border-color:#e8a73b;transform:translateY(-2px)}.sol-method-left{flex-direction:column;align-items:center;min-width:20px;padding-top:4px;display:flex;position:relative}.sol-method-circle-wrap{z-index:1;position:relative}.sol-method-circle{background:#e8a73b;border:3px solid #fff;border-radius:50%;width:16px;height:16px;box-shadow:0 0 0 2px #e8a73b}.sol-method-line{transform-origin:top;background:#e0e0e0;flex:1;width:2px;min-height:40px;margin:4px 0}.sol-method-body{flex:1}.sol-method-num{color:#e8a73b;margin-bottom:2px;font-size:.8rem;font-weight:800;display:block}.sol-method-step h4{color:#000;margin-bottom:2px;font-size:.92rem;font-weight:700}.sol-method-step p{color:#777;font-size:.82rem;line-height:1.5}.sol-badge-row{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.sol-badge-item{color:#333;align-items:center;gap:8px;font-size:.88rem;font-weight:600;display:flex}.sol-badge-icon{animation:2.5s ease-in-out infinite solPulse}@keyframes solPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.15)}}@media (max-width:992px){.sol-hero-title{font-size:2.8rem}.sol-grid,.sol-method-list{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.sol-container{padding:0 20px}.sol-section{padding:50px 0}.sol-hero{padding:120px 0 60px}.sol-hero-title{font-size:2.2rem}.sol-grid,.sol-method-list{grid-template-columns:1fr}.sol-section-title{font-size:1.7rem}.sol-badge-row{gap:16px}}@media (max-width:480px){.sol-hero{padding:100px 0 50px}.sol-hero-title{font-size:1.8rem}}@media (max-width:992px){.hero-title{font-size:2.8rem}.section-header h2{font-size:2rem}.hero-stats{grid-template-columns:repeat(2,1fr);gap:20px}.gallery-grid{grid-template-columns:repeat(2,1fr)}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.nav-links{background:var(--card-bg);z-index:999;border-left:1px solid var(--border);flex-direction:column;gap:20px;width:280px;height:100vh;padding:80px 32px 32px;transition:right .35s;position:fixed;top:0;right:-100%;box-shadow:-10px 0 40px #0000001a}.nav-links.open{right:0}.nav-toggle{z-index:1000;display:flex}.hero-title{font-size:2.2rem}.hero-subtitle{font-size:1rem}.hero-actions{flex-direction:column}.hero-actions .btn{justify-content:center;width:100%}.hero-stats{grid-template-columns:repeat(2,1fr);gap:20px;padding:20px}.stat-num{font-size:1.8rem}.section{padding:30px 0}.section-header h2{font-size:1.7rem}.gallery-grid,.form-row{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:32px}.trust-bar{gap:16px;padding:10px 16px}.dropdown-menu{opacity:1;visibility:visible;box-shadow:none;border:none;padding:0 0 0 16px;position:static;transform:none}}@media (max-width:480px){.hero-title{font-size:1.8rem}.hero-stats{grid-template-columns:1fr 1fr;gap:16px;padding:16px}.stat-num{font-size:1.5rem}.contact-form{padding:24px}}.partner-logos-container{width:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%);mask-image:linear-gradient(90deg,#0000 0%,#000 5% 95%,#0000 100%)}.partner-logos-track{align-items:center;gap:40px;width:max-content;display:flex}.partner-logo-item{flex-direction:column;align-items:center;gap:8px;min-width:100px;display:flex}.partner-logo-placeholder{color:#fff;letter-spacing:1px;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;font-size:.9rem;font-weight:800;transition:transform .35s;display:flex;box-shadow:0 4px 16px #00000026}.partner-logo-item:hover .partner-logo-placeholder{transform:scale(1.1)}.partner-logo-name{color:var(--text-muted);text-align:center;max-width:100px;font-size:.75rem;font-weight:500}.leadership-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px;display:grid}.leadership-card{text-align:center;background:var(--card-bg);border-radius:var(--radius);box-shadow:var(--card-shadow);border:1px solid var(--border);padding:36px 24px;transition:all .35s}.leadership-card:hover{box-shadow:var(--card-hover-shadow);border-color:var(--primary);transform:translateY(-6px)}.leadership-icon{width:64px;height:64px;color:var(--primary);background:linear-gradient(135deg,#1a73e81a,#00bcd41a);border-radius:16px;justify-content:center;align-items:center;margin:0 auto 16px;font-size:1.6rem;display:flex}.leadership-card h4{margin-bottom:8px;font-size:1.1rem}.leadership-card p{color:var(--text-light);font-size:.9rem}.download-home-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;display:grid}.download-home-card{background:var(--card-bg);border-radius:var(--radius-sm);border:1px solid var(--border);box-shadow:var(--card-shadow);padding:28px;transition:all .35s}.download-home-card:hover{box-shadow:var(--card-hover-shadow);border-color:var(--primary);transform:translateY(-4px)}.download-home-card h4{color:var(--primary);margin-bottom:16px;font-size:1.05rem}.download-home-card ul{list-style:none}.download-home-card ul li{color:var(--text-light);align-items:center;padding:6px 0;font-size:.88rem;display:flex}.commitment-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px;display:grid}.commitment-card{text-align:center;background:var(--card-bg);border-radius:var(--radius-sm);box-shadow:var(--card-shadow);border:1px solid var(--border);padding:32px 20px;transition:all .35s}.commitment-card:hover{box-shadow:var(--card-hover-shadow);transform:translateY(-4px)}.commitment-icon{width:52px;height:52px;color:var(--primary);background:linear-gradient(135deg,#1a73e81a,#00bcd41a);border-radius:14px;justify-content:center;align-items:center;margin:0 auto 14px;font-size:1.3rem;display:flex}.commitment-card h4{margin-bottom:6px;font-size:1rem}.commitment-card p{color:var(--text-light);font-size:.88rem}.loading-screen{z-index:10000;background:#f5f5f5;justify-content:center;align-items:center;transition:opacity .8s,visibility .8s;display:flex;position:fixed;inset:0}.loading-screen.hidden{opacity:0;visibility:hidden;pointer-events:none}.loading-content{text-align:center;max-width:500px;padding:40px}.loading-logo{opacity:0;flex-direction:column;align-items:center;margin-bottom:15px;display:flex}.loading-metrics{min-height:100px;margin-bottom:40px}.loading-metric{opacity:0;justify-content:center;align-items:center;gap:12px;margin-bottom:12px;display:flex}.loading-metric-value{color:#e8a33d;font-size:2rem;font-weight:800}.loading-metric-label{color:#6b6660;font-size:1.1rem;font-weight:500}.loading-bar{background:#d4cfc8;border-radius:10px;width:300px;height:3px;margin:0 auto;overflow:hidden}.loading-bar-fill{background:#e8a33d;border-radius:10px;width:0%;height:100%}.loading-percentage{color:#6b6660;margin-top:12px;font-size:.85rem;font-weight:500}.loading-heading{color:#e8a33d;letter-spacing:.05em;font-size:1.5rem;font-weight:900;line-height:1.3}@media (min-width:768px){.loading-heading{font-size:2.25rem}}@media (min-width:1024px){.loading-heading{font-size:3rem}}@media (min-width:1024px) and (max-width:1439px){.loading-heading{font-size:2.25rem}.loading-metric-value{font-size:1.6rem}.loading-metric-label{font-size:1rem}.loading-metrics{margin-bottom:28px}.loading-bar{width:260px}}.ithrion-section{font-family:Glacial Indifference,sans-serif}.ith-hero{background:#fff;align-items:center;min-height:calc(100svh - 64px);display:flex;position:relative;overflow:hidden}.ith-hero-bg{pointer-events:none;z-index:0;will-change:transform;position:absolute;inset:-10%}.ith-hero-bg:after{content:"";background:radial-gradient(at 50% 38%,#e8a73b0d 0%,#0000 60%);position:absolute;inset:0}.ith-hero-grid-texture{background-image:linear-gradient(#00000005 1px,#0000 1px),linear-gradient(90deg,#00000005 1px,#0000 1px);background-size:56px 56px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(at 50% 40%,#000 25%,#0000 72%);mask-image:radial-gradient(at 50% 40%,#000 25%,#0000 72%)}.ithrion-circuit-overlay{pointer-events:none;z-index:1;opacity:.08;position:absolute;inset:0}.ith-hero-inner{z-index:2;text-align:center;flex-direction:column;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:112px 40px 96px;display:flex;position:relative}.ith-hero-logo{width:100%;max-width:920px;margin-bottom:clamp(48px,6vh,84px)}.ith-hero-logo img{width:100%;height:auto;display:block}.ith-hero-content{width:100%;max-width:880px}.ith-hero-title{color:#000;letter-spacing:-.015em;max-width:780px;margin:0 auto 26px;font-size:clamp(1.55rem,2.6vw,2.35rem);font-weight:600;line-height:1.3}.ith-hero-word{white-space:nowrap;margin-right:.25em;display:inline-block}.ith-hero-bar{background:#e8a73b;border-radius:2px;width:56px;height:2px;margin:0 auto 26px}.ith-hero-sub{color:#555;max-width:620px;margin:0 auto 44px;font-size:clamp(.9rem,1.05vw,1.02rem);font-weight:400;line-height:1.8}.ith-hero-actions{flex-wrap:wrap;justify-content:center;gap:18px;display:flex}.ithrion-btn-primary,.ithrion-btn-secondary{letter-spacing:.14em;text-transform:uppercase;border-radius:4px;justify-content:center;align-items:center;gap:12px;padding:12px 26px;font-family:Glacial Indifference,sans-serif;font-size:.75rem;font-weight:600;transition:background-color .3s,color .3s,border-color .3s,box-shadow .3s,transform .3s;display:inline-flex}.ithrion-btn-primary{color:#fff;background:#e8a73b}.ithrion-btn-secondary{color:#000;background:0 0;border:1px solid #00000029}.ith-btn-label{transition:transform .3s;display:inline-block}.ith-btn-arrow{flex-shrink:0;transition:transform .35s}.ithrion-btn-primary:hover,.ithrion-btn-primary:focus-visible{background:#d99a2b;transform:translateY(-1px);box-shadow:0 10px 28px #e8a73b47}.ithrion-btn-primary:hover .ith-btn-label,.ithrion-btn-primary:focus-visible .ith-btn-label{transform:translate(-3px)}.ithrion-btn-primary:hover .ith-btn-arrow,.ithrion-btn-primary:focus-visible .ith-btn-arrow{transform:translate(10px)}.ithrion-btn-secondary:hover,.ithrion-btn-secondary:focus-visible{border-color:#e8a73b;transform:translateY(-1px)}.ithrion-btn-secondary:hover .ith-btn-label,.ithrion-btn-secondary:focus-visible .ith-btn-label{transform:translate(-2px)}.ithrion-btn-secondary:hover .ith-btn-arrow,.ithrion-btn-secondary:focus-visible .ith-btn-arrow{transform:translate(6px)}.ithrion-btn-primary:focus-visible,.ithrion-btn-secondary:focus-visible{outline-offset:3px;outline:2px solid #e8a73b}.ithrion-panels-wrap{max-width:1400px;margin:0 auto;padding:80px 60px 110px}.ithrion-panels-header{text-align:center;margin-bottom:48px}.ithrion-panels-grid{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.ithrion-panel-item{aspect-ratio:4/3;background:#f2f3f5;border-radius:16px;overflow:hidden}.ithrion-panel-item img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ithrion-panel-item:hover img{transform:scale(1.06)}.ithrion-bento-tag{letter-spacing:3px;text-transform:uppercase;color:#e8a73b;margin-bottom:16px;font-size:.7rem;font-weight:600;display:inline-block}.ithrion-bento-title{color:#000;margin-bottom:14px;font-size:clamp(1.8rem,3.5vw,2.8rem);font-weight:700;line-height:1.15}.ithrion-bento-sub{color:#555;font-size:.95rem;line-height:1.7}@media (max-width:992px){.ithrion-panels-grid{grid-template-columns:repeat(2,1fr)}.ithrion-panels-wrap{padding:60px 20px 80px}}@media (max-width:560px){.ithrion-panels-grid{grid-template-columns:1fr}}.ith-container{max-width:1280px;margin:0 auto;padding:0 48px}.ith-section-head{max-width:640px;margin-bottom:56px}.ith-section-head h2{color:#121212;letter-spacing:-.01em;margin:16px 0 14px;font-size:clamp(1.9rem,3.6vw,3rem);font-weight:700;line-height:1.12}.ith-section-head p{color:#6b6b6b;font-size:.98rem;line-height:1.75}.ith-eyebrow{letter-spacing:3.5px;text-transform:uppercase;color:#c88a1a;align-items:center;gap:10px;font-size:.7rem;font-weight:700;display:inline-flex}.ith-eyebrow svg{flex-shrink:0}.ith-accent{color:#c88a1a}.ith-core{background:#fff;padding:110px 0 40px}.ith-core-head{grid-template-columns:1.15fr .85fr;align-items:start;gap:80px;display:grid}.ith-core-statement{border-top:1px solid #e5e5e5;padding-top:28px;position:relative}.ith-core-emblem{width:72px;height:auto;margin-bottom:22px;display:block}.ith-core-statement h3{color:#121212;margin-bottom:10px;font-size:1.35rem;font-weight:700}.ith-core-statement p{color:#6b6b6b;font-size:.95rem;line-height:1.75}.ith-core-system{margin-top:90px}.ith-core-legend{flex-wrap:wrap;align-items:center;gap:14px;margin-bottom:14px;display:flex}.ith-core-legend-line{transform-origin:0;background:#121212;width:470px;max-width:70%;height:2px;margin-bottom:18px;display:block}.ith-core-legend-item{letter-spacing:2.5px;text-transform:uppercase;color:#9a9a9a;align-items:center;gap:14px;font-size:.62rem;font-weight:700;display:inline-flex}.ith-core-legend-arrow{color:#c88a1a;font-size:.85rem}.ith-core-nodes{grid-template-columns:1fr;gap:14px;display:grid;position:relative}.ith-core-line-base,.ith-core-line-fill{border-radius:2px;width:2px;position:absolute;top:10px;bottom:10px;left:27px}.ith-core-line-base{background:#ededea}.ith-core-line-fill{transform-origin:top;background:#c88a1a;transform:scaleY(0)}.ith-core-node{opacity:0;padding-left:68px;position:relative;transform:translateY(18px)}.ith-core-node:before{content:"";background:#dadad6;width:12px;height:1px;transition:background .3s;position:absolute;top:50%;left:22px}.ith-core-node.active:before{background:#c88a1a}.ith-core-node-btn{text-align:left;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:10px;align-items:center;gap:18px;width:100%;padding:18px 20px;font-family:inherit;transition:background .3s,border-color .3s;display:flex}.ith-core-node-btn:hover,.ith-core-node.active .ith-core-node-btn{background:#f7f7f5;border-color:#e5e5e5}.ith-core-node-idx{letter-spacing:1px;color:#b9b9b4;min-width:26px;font-size:.68rem;font-weight:700;transition:color .3s}.ith-core-node.active .ith-core-node-idx{color:#c88a1a}.ith-core-node-ico{color:#6b6b6b;background:#fff;border:1px solid #e5e5e5;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;transition:color .3s,border-color .3s,transform .35s;display:flex}.ith-core-node-btn:hover .ith-core-node-ico,.ith-core-node.active .ith-core-node-ico{color:#c88a1a;border-color:#c88a1a66;transform:translateY(-2px)}.ith-core-node-txt{flex-direction:column;gap:4px;display:flex}.ith-core-node-name{color:#121212;font-size:1.02rem;font-weight:700}.ith-core-node-copy{color:#6b6b6b;max-width:560px;font-size:.85rem;line-height:1.6}.ith-phil{background:#f7f7f5;padding:110px 0 130px}.ith-phil-chapters{margin-top:72px}.ith-phil-chapter{border-top:1px solid #e5e5e5;grid-template-columns:92px 1fr 1.08fr;grid-template-areas:"num copy visual";align-items:center;gap:0 64px;padding:56px 0;display:grid;position:relative}.ith-phil-chapter:last-child{border-bottom:1px solid #e5e5e5}.ith-phil-chapter:nth-child(2n){grid-template-areas:"num visual copy"}.ith-phil-num{letter-spacing:-.03em;color:#0000;-webkit-text-stroke:1px #c9c8c2;grid-area:num;align-self:start;padding-top:4px;font-size:3.4rem;font-weight:800;line-height:1;transition:color .4s,-webkit-text-stroke-color .4s,opacity .4s;position:relative}.ith-phil-num-line{transform-origin:top;background:#c88a1a;border-radius:2px;width:2px;height:46px;transition:transform .6s,opacity .4s;position:absolute;top:calc(100% + 14px);left:2px;transform:scaleY(0)}.ith-phil-chapter.done .ith-phil-num{opacity:.35}.ith-phil-chapter.done .ith-phil-num-line{opacity:.35;transform:scaleY(1)}.ith-phil-chapter.active .ith-phil-num{color:#c88a1a;-webkit-text-stroke-color:#c88a1a}.ith-phil-chapter.active .ith-phil-num-line{transform:scaleY(1)}.ith-phil-chapter:hover .ith-phil-num{-webkit-text-stroke-color:#c88a1a}.ith-phil-copy{grid-area:copy;max-width:560px}.ith-phil-eyebrow{letter-spacing:3px;text-transform:uppercase;color:#c88a1a;margin-bottom:16px;font-size:.68rem;font-weight:700;display:block}.ith-phil-copy h3{color:#121212;margin-bottom:14px;font-size:1.75rem;font-weight:700;transition:transform .45s}.ith-phil-copy p{color:#6b6b6b;font-size:.95rem;line-height:1.75}.ith-phil-tags{flex-wrap:wrap;gap:8px;margin-top:20px;display:flex}.ith-phil-tag{letter-spacing:1.5px;text-transform:uppercase;color:#6b6b6b;background:#fff;border:1px solid #e5e5e5;border-radius:999px;padding:6px 14px;font-size:.68rem;font-weight:600}.ith-phil-arrow{color:#c88a1a;margin-top:26px;transition:transform .4s;display:inline-block}.ith-phil-visual{grid-area:visual;position:relative}.ith-phil-photo{aspect-ratio:4/3;background:#ededea;border:1px solid #e5e5e5;border-radius:8px;margin:0;position:relative;overflow:hidden}.ith-phil-photo img{object-fit:cover;width:100%;height:100%;transition:transform .6s;display:block}.ith-phil-photo figcaption{letter-spacing:2.4px;text-transform:uppercase;color:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#12121261;border-radius:3px;padding:5px 10px;font-size:.6rem;font-weight:700;position:absolute;bottom:12px;left:14px}.ith-phil-chapter:hover .ith-phil-photo img{transform:scale(1.025)}.ith-phil-chapter:hover .ith-phil-copy h3{transform:translate(6px)}.ith-phil-chapter:hover .ith-phil-arrow{transform:translate(5px)}@media (max-width:1100px){.ith-phil-chapter{grid-template-columns:76px 1fr 1.05fr;gap:0 44px;padding:48px 0}}@media (max-width:900px){.ith-phil-chapter{grid-template-columns:64px 1fr 1.05fr;gap:0 34px}.ith-phil-num{font-size:2.8rem}}@media (max-width:768px){.ith-phil{padding:84px 0 100px}.ith-phil-chapters{margin-top:56px}.ith-phil-chapter,.ith-phil-chapter:nth-child(2n){grid-template-columns:1fr;grid-template-areas:"num""copy""visual";gap:20px;padding:40px 0}.ith-phil-num{align-self:auto;font-size:2.4rem}.ith-phil-num-line{display:none}.ith-phil-visual{margin-top:12px}.ith-phil-copy h3{font-size:1.5rem}}@media (max-width:480px){.ith-phil-photo figcaption{letter-spacing:1.8px;font-size:.55rem}}.ith-cat{background:#fff;padding:110px 0 130px}.ith-cat-body{grid-template-columns:300px 1fr;align-items:start;gap:72px;display:grid}.ith-cat-nav{border-top:1px solid #e5e5e5;flex-direction:column;display:flex;position:relative}.ith-cat-indicator{width:3px;height:11.1111%;transform:translateY(calc(var(--cat-idx,0) * 100%));background:#c88a1a;transition:transform .4s;position:absolute;top:0;left:0}.ith-cat-nav-btn{cursor:pointer;text-align:left;background:0 0;border:none;border-bottom:1px solid #e5e5e5;align-items:center;gap:16px;width:100%;padding:17px 18px;font-family:inherit;transition:background .3s;display:flex}.ith-cat-nav-btn:hover{background:#f7f7f5}.ith-cat-nav-num{letter-spacing:1px;color:#b9b9b4;min-width:24px;font-size:.66rem;font-weight:700;transition:color .3s}.ith-cat-nav-btn.active .ith-cat-nav-num{color:#c88a1a}.ith-cat-nav-name{letter-spacing:.4px;text-transform:uppercase;color:#6b6b6b;font-size:.86rem;font-weight:600;transition:color .3s}.ith-cat-nav-btn.active .ith-cat-nav-name{color:#121212}.ith-cat-stage{min-height:1010px;position:relative}.ith-cat-panel{background:#fff;border:1px solid #e5e5e5;border-radius:12px;flex-direction:column;height:100%;display:flex;position:relative;overflow:hidden}.ith-cat-progress{z-index:2;background:#1212120d;height:2px;position:absolute;top:0;left:0;right:0}.ith-cat-progress-fill{background:#c88a1a;width:0;height:100%;display:block}.ith-cat-media{aspect-ratio:16/9;background:#ededea;max-height:420px;position:relative;overflow:hidden}.ith-cat-media img{object-fit:cover;width:100%;height:100%;display:block}.ith-cat-media-num{color:#ffffff29;letter-spacing:-.03em;pointer-events:none;font-size:5.4rem;font-weight:800;line-height:1;position:absolute;bottom:-8px;right:18px}.ith-cat-info{flex-direction:column;flex:1;padding:34px 40px 40px;display:flex}.ith-cat-info h3{color:#121212;margin:12px 0 8px;font-size:1.55rem;font-weight:700}.ith-cat-tagline{color:#c88a1a;margin-bottom:14px;font-size:.88rem;font-weight:600}.ith-cat-desc{color:#6b6b6b;max-width:640px;font-size:.93rem;line-height:1.7}.ith-cat-specs{border-top:1px solid #e5e5e5;grid-template-columns:repeat(2,1fr);gap:10px 28px;margin:26px 0 0;padding:22px 0 0;list-style:none;display:grid}.ith-cat-specs li{color:#4a4a4a;align-items:flex-start;gap:9px;font-size:.85rem;line-height:1.5;display:flex}.ith-cat-specs li svg{color:#c88a1a;flex-shrink:0;margin-top:3px}.ith-cat-expand{margin-top:20px}.ith-cat-expand-btn{cursor:pointer;letter-spacing:2px;text-transform:uppercase;color:#6b6b6b;background:0 0;border:none;border-bottom:1px solid #c88a1a;align-items:center;gap:8px;padding:0 0 4px;font-family:inherit;font-size:.72rem;font-weight:700;transition:color .3s;display:inline-flex}.ith-cat-expand-btn:hover{color:#c88a1a}.ith-cat-expand-btn svg{transition:transform .3s}.ith-cat-expand-btn.open svg{transform:rotate(180deg)}.ith-cat-fullwrap{overflow:hidden}.ith-cat-full-sec{margin-top:20px}.ith-cat-full-label{letter-spacing:2.5px;text-transform:uppercase;color:#c88a1a;margin-bottom:10px;font-size:.64rem;font-weight:700;display:block}.ith-cat-full{grid-template-columns:repeat(2,1fr);gap:7px 28px;margin:0;padding:0;list-style:none;display:grid}.ith-cat-full li{color:#4a4a4a;padding-left:14px;font-size:.84rem;position:relative}.ith-cat-full li:before{content:"";background:#c88a1a;border-radius:50%;width:5px;height:5px;position:absolute;top:8px;left:0}.ith-cat-cta-row{margin-top:auto;padding-top:28px}.ith-cat-cta{letter-spacing:2px;text-transform:uppercase;color:#121212;align-items:center;gap:8px;font-size:.74rem;font-weight:700;transition:color .3s,gap .3s;display:inline-flex}.ith-cat-cta svg{color:#c88a1a;transition:transform .3s}.ith-cat-cta:hover{color:#c88a1a;gap:12px}.ith3d-section{background:#f7f7f5;padding:110px 0 140px}.ith3d{max-width:1080px;margin:0 auto}.ith3d-select{gap:8px;margin-bottom:20px;display:flex}.ith3d-select-btn{cursor:pointer;color:#6b6b6b;background:0 0;border:1px solid #e5e5e5;border-radius:8px;align-items:center;gap:12px;padding:13px 22px;font-family:inherit;transition:border-color .3s,color .3s,background .3s;display:inline-flex}.ith3d-select-btn:hover{color:#121212;border-color:#c88a1a73}.ith3d-select-btn.active{color:#121212;background:#fff;border-color:#c88a1a}.ith3d-select-num{letter-spacing:1px;color:#b9b9b4;font-size:.64rem;font-weight:700}.ith3d-select-btn.active .ith3d-select-num{color:#c88a1a}.ith3d-select-name{letter-spacing:.8px;text-transform:uppercase;font-size:.84rem;font-weight:700}.ith3d-stage{cursor:grab;background:#fff;border:1px solid #e5e5e5;border-radius:12px;width:100%;height:620px;position:relative;overflow:hidden}.ith3d-stage:active{cursor:grabbing}.ith3d-canvas{display:block;position:absolute;inset:0;width:100%!important;height:100%!important}.ith3d-swap{opacity:0;pointer-events:none;z-index:3;background:#fff;transition:opacity .19s;position:absolute;inset:0}.ith3d-stage.switching .ith3d-swap{opacity:1}.ith3d-overlay{color:#6b6b6b;pointer-events:none;z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:14px;font-size:.92rem;display:flex;position:absolute;inset:0}.ith3d-overlay small{opacity:.7;font-size:.8rem}.ith3d-spinner{border:3px solid #e5e5e5;border-top-color:#c88a1a;border-radius:50%;width:36px;height:36px;animation:.9s linear infinite ith3d-spin}@keyframes ith3d-spin{to{transform:rotate(360deg)}}.ith3d-meta{flex-wrap:wrap;align-items:baseline;gap:18px;margin-top:18px;display:flex}.ith3d-meta-name{color:#121212;font-size:1.05rem;font-weight:700}.ith3d-meta-line{color:#6b6b6b;font-size:.86rem}.ith3d-hint{letter-spacing:1.5px;text-transform:uppercase;color:#9a9a9a;margin-top:10px;font-size:.72rem}@media (max-width:1100px){.ith-container{padding:0 32px}.ith-core-head{gap:48px}.ith-cat-body{grid-template-columns:260px 1fr;gap:44px}.ith-cat-stage{min-height:1010px}.ith-cat-info{padding:28px 28px 32px}}@media (max-width:900px){.ith-cat-body{grid-template-columns:1fr;gap:36px}.ith-cat-nav{scrollbar-width:none;-ms-overflow-style:none;border-top:none;border-bottom:1px solid #e5e5e5;flex-direction:row;overflow-x:auto}.ith-cat-nav::-webkit-scrollbar{display:none}.ith-cat-indicator{display:none}.ith-cat-nav-btn{border-bottom:none;border-left:1px solid #e5e5e5;flex-shrink:0;width:auto;padding:15px 20px}.ith-cat-nav-btn.active{background:#f7f7f5}.ith-cat-nav-btn.active .ith-cat-nav-name{border-bottom:2px solid #c88a1a;padding-bottom:2px}.ith-cat-stage{min-height:0}.ith3d-stage{height:480px}}@media (max-width:768px){.ith-container{padding:0 24px}.ith-core{padding:84px 0 24px}.ith-core-head{grid-template-columns:1fr;gap:40px}.ith-core-system{margin-top:64px}.ith-core-node{padding-left:56px}.ith-core-line-base,.ith-core-line-fill{left:21px}.ith-core-node:before{left:16px}.ith-core-node-btn{gap:12px;padding:14px 12px}.ith-core-node-copy{font-size:.82rem}.ith-cat{padding:84px 0 96px}.ith-cat-specs{grid-template-columns:1fr;gap:8px}.ith-cat-full{grid-template-columns:1fr}.ith3d-section{padding:84px 0 110px}.ith3d-stage{height:400px}.ith3d-select-btn{flex:1;justify-content:center;padding:13px 14px}.ith3d-select-name{font-size:.74rem}}@media (max-width:480px){.ith-container{padding:0 18px}.ith-core-node-btn{align-items:flex-start}.ith-core-node-ico{width:38px;height:38px}.ith-core-node-name{font-size:.95rem}.ith-cat-media-num{font-size:4rem}.ith-cat-info{padding:22px 20px 28px}.ith3d-stage{height:340px}}@media (prefers-reduced-motion:reduce){.ith-core-node{opacity:1!important;transform:none!important}.ith-core-line-fill{transform:none!important}.ith3d-spinner{animation:none}.ith-phil-chapter .ith-phil-num-line{opacity:1;transform:scaleY(1)}.ith-phil-chapter:hover .ith-phil-photo img,.ith-phil-chapter:hover .ith-phil-copy h3,.ith-phil-chapter:hover .ith-phil-arrow{transition:none;transform:none}}@media (max-width:1100px){.ith-hero-inner{padding:88px 32px 72px}.ith-hero-logo{max-width:720px}.ith-hero-title{font-size:clamp(1.5rem,3vw,1.95rem)}.ith-hero-grid-texture{background-size:44px 44px}}@media (max-width:768px){.ith-hero{min-height:auto}.ith-hero-inner{padding:104px 24px 64px}.ith-hero-logo{max-width:540px;margin-bottom:40px}.ith-hero-title{margin-bottom:22px;font-size:clamp(1.4rem,5.5vw,1.7rem);line-height:1.35}.ith-hero-sub{margin-bottom:36px;font-size:.9rem;line-height:1.75}.ith-hero-actions{gap:14px}.ith-hero-grid-texture{background-size:32px 32px;-webkit-mask-image:radial-gradient(at 50% 30%,#000 25%,#0000 70%);mask-image:radial-gradient(at 50% 30%,#000 25%,#0000 70%)}}@media (max-width:480px){.ith-hero-inner{padding:88px 18px 56px}.ith-hero-logo{max-width:400px;margin-bottom:36px}.ith-hero-title{font-size:1.32rem}.ith-hero-sub{font-size:.86rem}.ith-hero-actions{flex-direction:column;align-items:stretch;width:100%;max-width:320px}.ithrion-btn-primary,.ithrion-btn-secondary{width:100%}}.coverflow-section.section{background:var(--bg-alt);padding:48px 0 0;overflow:hidden}.coverflow-section .section-header{margin:0 auto 24px}.coverflow-root{width:100%;max-width:none;position:relative;overflow:hidden}.coverflow-container{perspective:1200px;justify-content:center;align-items:center;width:100vw;height:480px;margin-left:-50vw;padding:24px 0;display:flex;position:relative;left:50%}.coverflow-card-wrapper{cursor:pointer;border-radius:20px;width:340px;height:420px;margin-top:-210px;margin-left:-170px;position:absolute;top:50%;left:50%;overflow:visible}.coverflow-card-wrapper .coverflow-card-text{text-align:left;padding:8px 0 0;font-family:Glacial Indifference,sans-serif}.coverflow-card{aspect-ratio:340/360;background:#fff;border:1px solid #eee;border-radius:20px;width:100%;transition:box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 8px 40px #00000014}.coverflow-card-active{border-color:#ebe8e480;box-shadow:0 0 15px #ebe8e459,0 0 40px #ebe8e433,0 0 80px #ebe8e41a,0 12px 60px #ebe8e426}.coverflow-card-img{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1);display:block}.coverflow-card-wrapper:hover .coverflow-card-img{transform:scale(1.04)}.coverflow-tag{color:#fff;letter-spacing:.5px;text-transform:uppercase;pointer-events:none;background:#1b4f72;border-radius:50px;padding:4px 14px;font-family:Glacial Indifference,sans-serif;font-size:.72rem;font-weight:700;display:inline-block;position:absolute;top:12px;left:12px}.coverflow-card-text .coverflow-title{color:var(--text);margin-bottom:2px;font-family:Glacial Indifference,sans-serif;font-size:1rem;font-weight:700;line-height:1.3}.coverflow-card-text .coverflow-meta{color:var(--text-light);font-family:Glacial Indifference,sans-serif;font-size:.78rem}.coverflow-timer-ring-svg{pointer-events:none;width:40px;height:40px;position:absolute;top:12px;right:12px;transform:rotate(90deg)}.coverflow-timer-ring-svg circle{fill:none;stroke:#ebe8e4;stroke-width:2.5px;stroke-linecap:round;stroke-dashoffset:314px}.coverflow-dots{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-top:24px;padding:0 16px;display:flex}.coverflow-dot{border:2px solid var(--text-muted);cursor:pointer;background:0 0;border-radius:50%;width:10px;height:10px;padding:0;transition:all .35s}.coverflow-dot.active{background:#e8a73b;border-color:#e8a73b;box-shadow:0 0 12px #e8a73b66}.coverflow-dot:hover{border-color:#e8a73b}.coverflow-loading{color:var(--text-muted);font-family:Glacial Indifference,sans-serif;font-size:1.1rem}@media (max-width:1100px){.coverflow-card-wrapper{width:260px;height:340px;margin-top:-170px;margin-left:-130px}.coverflow-container{height:55vh;min-height:340px;max-height:500px}}@media (max-width:768px){.coverflow-card-wrapper{width:200px;height:280px;margin-top:-140px;margin-left:-100px}.coverflow-container{height:50vh;min-height:280px;max-height:400px}.coverflow-title{font-size:.9rem}.coverflow-overlay{padding:16px 14px 14px}.coverflow-current-title{font-size:1.1rem}.coverflow-dots,.coverflow-current-info{margin-top:10px}}@media (max-width:480px){.coverflow-card-wrapper{width:150px;height:220px;margin-top:-110px;margin-left:-75px}.coverflow-container{height:45vh;min-height:220px;max-height:320px}.coverflow-timer-ring-svg{width:28px;height:28px;top:6px;right:6px}.coverflow-dots{gap:6px;margin-top:8px}.coverflow-current-info{margin-top:8px}}.hex-bounding-box{z-index:10;flex-shrink:0;justify-content:center;align-items:center;min-width:380px;min-height:480px;display:flex;position:relative;transform:translate(-80px,-70px)}@media (min-width:1440px) and (max-width:1739px){.hex-col-left .hex-bounding-box{transform:none}}.hex-draft-frame{pointer-events:none;z-index:-1;border:2px solid #000;position:absolute;inset:0;transform:translate(-24px,24px)}.hex-bounding-box svg{pointer-events:none;width:500px;height:480px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.content-panel-header{margin-bottom:24px}.content-panel-number{color:#e5e7eb;letter-spacing:-1px;-webkit-user-select:none;user-select:none;margin-bottom:8px;font-family:Glacial Indifference,Inter,sans-serif;font-size:4.5rem;font-weight:900;line-height:.9}.content-panel-title{text-transform:uppercase;letter-spacing:.05em;color:#1e293b;margin-bottom:4px;font-family:Glacial Indifference,Inter,sans-serif;font-size:1.5rem;font-weight:700;line-height:1.25}.content-panel-subtitle{color:#6b7280;margin-bottom:16px;font-size:.875rem;font-weight:400;line-height:1.6}.content-panel-anchor{transform-origin:0;background:#000;width:96px;height:4px}@media (max-width:600px){.content-panel-number{font-size:3rem}.content-panel-title{font-size:1.2rem}}.about-theme .hero-badge{color:#b07f16;background:linear-gradient(135deg,#e8a73b1f,#e8a73b0f);border:1px solid #e8a73b47}.about-theme .section-tag{color:#fff;background:#e8a73b}.about-theme .btn-primary{background:linear-gradient(135deg,#e8a73b,#d19a2a);box-shadow:0 4px 16px #e8a73b4d}.about-theme .btn-primary:hover{background:linear-gradient(135deg,#d19a2a,#e8a73b);box-shadow:0 8px 32px #e8a73b66}.about-theme .download-btn:hover{background:#e8a73b;border-color:#e8a73b}.about-theme .tag{color:#b07f16;background:linear-gradient(135deg,#e8a73b1a,#e8a73b0d);border:1px solid #e8a73b40}.ith-fab-wrap{background:#fff;position:relative;overflow:hidden}.ith-fab-intro{max-width:1400px;margin:0 auto;padding:110px 60px 30px}.ith-fab-intro-tag{letter-spacing:4px;text-transform:uppercase;color:#e8a73b;align-items:center;gap:14px;margin-bottom:22px;font-size:.7rem;font-weight:600;display:inline-flex}.ith-fab-intro-title{letter-spacing:-.02em;color:#000;max-width:720px;margin:0 0 18px;font-size:clamp(2rem,3.6vw,3.2rem);font-weight:500;line-height:1.12}.ith-fab-intro-sub{color:#555;max-width:560px;margin:0;font-size:clamp(.95rem,1.05vw,1.05rem);line-height:1.8}.ith-fab-chapter{max-width:1400px;margin:0 auto;padding:0 60px}.ith-fab-chapter-inner{grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr);align-items:center;gap:clamp(40px,5vw,88px);padding:clamp(48px,7vh,84px) 0;display:grid}.ith-fab-chapter--flip .ith-fab-chapter-inner .ith-fab-figure{order:2}.ith-fab-chapter--flip .ith-fab-chapter-inner .ith-fab-body{order:1}.ith-fab-chapter--whitespace .ith-fab-chapter-inner{padding:clamp(64px,9vh,110px) 0}.ith-fab-figure{position:relative}.ith-fab-img{aspect-ratio:4/3;will-change:transform, opacity;background:#f2f3f5;border:1px solid #00000014;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 30px 70px -38px #0006}.ith-fab-chapter--large .ith-fab-img{aspect-ratio:16/11}.ith-fab-img img{object-fit:cover;object-position:var(--fab-pos,50% 50%);width:100%;height:100%;transition:transform .65s cubic-bezier(.22,.61,.36,1);display:block;transform:scale(1.001)}.ith-fab-chapter:hover .ith-fab-img img{transform:scale(1.04)}.ith-fab-img:after{content:"";pointer-events:none;background:linear-gradient(#00000005 0%,#00000029 100%);position:absolute;inset:0}.ith-fab-label{z-index:2;letter-spacing:3px;text-transform:uppercase;color:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000073;border-radius:999px;padding:7px 14px;font-size:.6rem;font-weight:600;position:absolute;bottom:18px;left:18px}.ith-fab-figidx{z-index:2;letter-spacing:1.5px;color:#0009;background:#ffffffb8;border-radius:4px;padding:5px 10px;font-family:SF Mono,Fira Code,Courier New,monospace;font-size:.56rem;position:absolute;top:16px;right:16px}.ith-fab-body{padding:8px 0;position:relative}.ith-fab-ghost{letter-spacing:-.02em;color:#0000000f;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.06;font-size:clamp(5rem,9vw,8.5rem);font-weight:700;line-height:1;position:absolute;top:-12%;right:0}.ith-fab-eyebrow{letter-spacing:3.5px;text-transform:uppercase;color:#9a9a9a;align-items:center;gap:12px;margin-bottom:18px;font-size:.68rem;font-weight:600;display:inline-flex}.ith-fab-title{letter-spacing:-.015em;color:#000;max-width:560px;margin:0 0 20px;font-size:clamp(1.7rem,3vw,2.6rem);font-weight:500;line-height:1.12;transition:color .4s}.ith-fab-chapter--editorial .ith-fab-title{max-width:640px;font-weight:400}.ith-fab-chapter:hover .ith-fab-title{color:#c88a1a}.ith-fab-icon{color:#c88a1a;width:32px;height:32px;margin-bottom:24px}.ith-fab-desc{color:#555;max-width:520px;margin:0 0 32px;font-size:clamp(.95rem,1.05vw,1.05rem);font-weight:400;line-height:1.8}.ith-fab-cta{letter-spacing:2.5px;text-transform:uppercase;color:#000;border-bottom:1px solid #00000024;align-items:center;gap:10px;padding-bottom:6px;font-size:.74rem;font-weight:600;text-decoration:none;transition:color .3s,border-color .3s;display:inline-flex}.ith-fab-cta svg{transition:transform .35s}.ith-fab-cta:hover,.ith-fab-cta:focus-visible{color:#c88a1a;border-color:#e8a73b}.ith-fab-cta:hover svg,.ith-fab-cta:focus-visible svg{transform:translate(5px)}.ith-fab-cta:focus-visible{outline-offset:4px;outline:2px solid #e8a73b}.ith-fab-divider{border-top:1px solid #00000012;align-items:center;gap:18px;padding:6px 0 0;display:flex}.ith-fab-divider:before{content:"";background:#e8a73b;width:34px;height:1px}.ith-fab-divider span{letter-spacing:2px;color:#aaa;font-size:.6rem;font-weight:500}.ith-fab-conclusion{text-align:center;max-width:1400px;margin:0 auto;padding:clamp(48px,6vh,72px) 60px clamp(72px,9vh,110px)}.ith-fab-conclusion-line{color:#000;max-width:640px;margin:0 auto 30px;font-size:clamp(1.05rem,1.5vw,1.35rem);font-weight:400;line-height:1.6}.ith-fab-cta--lg{padding-bottom:8px;font-size:.8rem}.ith-fab-3d-section{max-width:1100px;margin:0 auto;padding:0 60px 56px}.ith-fab-3d-head{text-align:center;margin-bottom:44px}.ith-fab-3d-head .ith-fab-intro-tag{justify-content:center}.ith-fab-3d-title{letter-spacing:-.015em;color:#000;margin:0 0 14px;font-size:clamp(1.6rem,2.8vw,2.4rem);font-weight:500;line-height:1.15}.ith-fab-3d-sub{color:#555;max-width:560px;margin:0 auto;font-size:clamp(.92rem,1vw,1rem);line-height:1.7}@media (max-width:1100px){.ith-fab-chapter-inner{gap:40px}.ith-fab-chapter{padding:0 40px}.ith-fab-intro{padding:90px 40px 20px}.ith-fab-conclusion{padding:40px 40px 80px}.ith-fab-3d-section{padding:0 40px 48px}}@media (max-width:768px){.ith-fab-chapter-inner{grid-template-columns:1fr;gap:0;padding:40px 0 48px}.ith-fab-chapter--flip .ith-fab-chapter-inner .ith-fab-figure{order:-1}.ith-fab-chapter--flip .ith-fab-chapter-inner .ith-fab-body{order:0}.ith-fab-figure{margin-bottom:32px}.ith-fab-img{aspect-ratio:4/3;border-radius:18px}.ith-fab-ghost{font-size:4.6rem;top:-4%}.ith-fab-title{font-size:1.55rem}.ith-fab-desc{font-size:.92rem}.ith-fab-intro{padding:84px 24px 12px}.ith-fab-chapter{padding:0 24px}.ith-fab-conclusion{padding:36px 24px 64px}.ith-fab-3d-section{padding:0 24px 40px}.ith-fab-3d-title{font-size:1.45rem}}@media (max-width:480px){.ith-fab-intro{padding:72px 18px 8px}.ith-fab-chapter{padding:0 18px}.ith-fab-title{font-size:1.35rem}.ith-fab-desc{font-size:.88rem}.ith-fab-label{letter-spacing:2px;padding:6px 11px;font-size:.54rem;bottom:12px;left:12px}.ith-fab-ghost{font-size:3.9rem}.ith-fab-conclusion{padding:32px 18px 56px}.ith-fab-3d-section{padding:0 18px 40px}}.ith-tech{background:#fff;padding:20px 0 110px;position:relative;overflow:hidden}.ith-tech-intro{max-width:1400px;margin:0 auto;padding:90px 60px 26px}.ith-tech-intro-title{letter-spacing:-.02em;color:#000;max-width:720px;margin:0 0 18px;font-size:clamp(2rem,3.6vw,3.2rem);font-weight:500;line-height:1.12}.ith-tech-intro-sub{color:#555;max-width:560px;margin:0 0 26px;font-size:clamp(.95rem,1.05vw,1.05rem);line-height:1.8}.ith-tech-intro-count{letter-spacing:3px;color:#0000006b;font-size:.68rem;font-weight:600}.ith-tech-sectors{max-width:1400px;margin:0 auto;padding:0 60px}.ith-tech-sector{border-top:1px solid #0000001f}.ith-tech-sector:last-child{border-bottom:1px solid #0000001f}.ith-tech-sector-head{cursor:pointer;width:100%;font:inherit;color:#000;text-align:left;background:0 0;border:none;align-items:center;gap:22px;padding:26px 8px;display:flex}.ith-tech-sector-head:focus-visible{outline-offset:2px;outline:2px solid #e8a73b}.ith-tech-sector-num{letter-spacing:2px;color:#e8a73b;font-size:.68rem;font-weight:600}.ith-tech-sector-name{letter-spacing:-.01em;flex:1;min-width:0;font-size:clamp(1.15rem,1.6vw,1.5rem);font-weight:500}.ith-tech-sector-count{letter-spacing:2.5px;text-transform:uppercase;color:#0006;white-space:nowrap;font-size:.62rem;font-weight:600}.ith-tech-sector-plus{color:#000;border:1px solid #00000029;border-radius:50%;place-items:center;width:34px;height:34px;transition:transform .45s,background-color .3s,color .3s,border-color .3s;display:grid}.ith-tech-sector-plus svg{width:12px;height:12px;transition:transform .45s}.ith-tech-sector-head:hover .ith-tech-sector-plus{color:#c88a1a;border-color:#e8a73b}.ith-tech-sector.open .ith-tech-sector-plus{color:#fff;background:#e8a73b;border-color:#e8a73b}.ith-tech-sector.open .ith-tech-sector-plus svg{transform:rotate(45deg)}.ith-tech-sector-body{grid-template-rows:0fr;transition:grid-template-rows .6s cubic-bezier(.22,1,.36,1);display:grid}.ith-tech-sector.open .ith-tech-sector-body{grid-template-rows:1fr}.ith-tech-sector-inner{min-height:0;overflow:hidden}.ith-tech-sector-tagline{color:#666;max-width:620px;padding:4px 8px 26px;font-size:.9rem;line-height:1.7}.ith-tech-list{border-top:1px solid #00000014}.ith-tech-svc-row{border-bottom:1px solid #00000014}.ith-tech-svc-row.open{border-bottom-color:#e8a73b73}.ith-tech-svc{cursor:pointer;width:100%;font:inherit;text-align:left;color:#000;background:0 0;border:none;align-items:center;gap:20px;padding:18px 8px;display:flex}.ith-tech-svc:focus-visible{outline-offset:-2px;outline:2px solid #e8a73b}.ith-tech-svc-num{letter-spacing:2px;color:#00000059;flex:none;width:26px;font-size:.62rem;font-weight:600;transition:color .3s}.ith-tech-svc-icon{color:#9a9a9a;flex:none;width:30px;height:30px;transition:color .3s,transform .45s}.ith-tech-svc-txt{flex:1;min-width:0}.ith-tech-svc-title{letter-spacing:.01em;color:#000;font-size:1rem;font-weight:600;transition:color .3s;display:block}.ith-tech-svc-intro{color:#777;margin-top:3px;font-size:.84rem;line-height:1.6;display:block}.ith-tech-svc-chev{color:#00000059;flex:none;place-items:center;width:30px;height:30px;transition:color .3s;display:grid}.ith-tech-svc-chev svg{width:12px;height:12px;transition:transform .45s}.ith-tech-svc:hover .ith-tech-svc-icon{color:#e8a73b;transform:translateY(-1px)}.ith-tech-svc:hover .ith-tech-svc-title,.ith-tech-svc-row.open .ith-tech-svc-num{color:#c88a1a}.ith-tech-svc-row.open .ith-tech-svc-icon{color:#e8a73b}.ith-tech-svc-row.open .ith-tech-svc-chev{color:#c88a1a}.ith-tech-svc-row.open .ith-tech-svc-chev svg{transform:rotate(45deg)}.ith-tech-panel{grid-template-rows:0fr;transition:grid-template-rows .55s cubic-bezier(.22,1,.36,1);display:grid}.ith-tech-panel.open{grid-template-rows:1fr}.ith-tech-panel-inner{opacity:0;grid-template-columns:1.1fr 1fr;gap:34px 48px;min-height:0;padding:4px 8px 36px 76px;transition:opacity .45s 80ms,transform .45s 80ms;display:grid;overflow:hidden;transform:translateY(10px)}.ith-tech-panel.open .ith-tech-panel-inner{opacity:1;transform:translateY(0)}.ith-tech-block-label{letter-spacing:3px;text-transform:uppercase;color:#e8a73b;align-items:center;gap:10px;margin-bottom:12px;font-size:.62rem;font-weight:600;display:inline-flex}.ith-tech-block-label:before{content:"";background:#e8a73b;width:22px;height:1px}.ith-tech-block-text{color:#444;margin:0;font-size:.92rem;line-height:1.75}.ith-tech-block-list{grid-template-columns:1fr 1fr;gap:8px 28px;margin:0;padding:0;list-style:none;display:grid}.ith-tech-block-list li{color:#444;padding-left:16px;font-size:.88rem;line-height:1.6;position:relative}.ith-tech-block-list li:before{content:"";background:#e8a73b;width:6px;height:1px;position:absolute;top:.68em;left:0}.ith-tech-cta{flex-wrap:wrap;justify-content:space-between;align-items:baseline;gap:24px;max-width:1400px;margin:0 auto;padding:60px 60px 0;display:flex}.ith-tech-cta-line{letter-spacing:-.01em;color:#000;margin:0;font-size:clamp(1.2rem,1.8vw,1.6rem);font-weight:500}@media (max-width:900px){.ith-tech-intro{padding:70px 24px 22px}.ith-tech-sectors{padding:0 24px}.ith-tech-cta{padding:44px 24px 0}.ith-tech-panel-inner{grid-template-columns:1fr;gap:26px;padding:2px 4px 30px}.ith-tech-block-list{grid-template-columns:1fr}.ith-tech-sector-name{font-size:1.1rem}}@media (max-width:560px){.ith-tech{padding-bottom:80px}.ith-tech-sector-head{gap:14px;padding:20px 2px}.ith-tech-sector-count{letter-spacing:1.5px;font-size:.56rem}.ith-tech-svc{gap:12px;padding:14px 2px}.ith-tech-svc-icon{width:24px;height:24px}.ith-tech-svc-intro{font-size:.8rem}.ith-tech-sector-tagline{padding-bottom:18px}}.pillar-hero-art{animation:14s ease-in-out infinite alternate ithArtDrift}@keyframes ithArtDrift{0%{transform:translateY(-8px)scale(1.02)}to{transform:translateY(8px)scale(1.06)}}.industry-item{transition:transform .35s,box-shadow .35s}.industry-item:hover{transform:translateY(-4px)}.ith-mnt-wrap{background:#fff;position:relative;overflow:hidden}.ith-mnt-intro{max-width:1400px;margin:0 auto;padding:110px 60px 30px}.ith-mnt-intro-title{letter-spacing:-.02em;color:#000;max-width:720px;margin:0 0 18px;font-size:clamp(2rem,3.6vw,3.2rem);font-weight:500;line-height:1.12}.ith-mnt-intro-sub{color:#555;max-width:560px;margin:0;font-size:clamp(.95rem,1.05vw,1.05rem);line-height:1.8}.ith-mnt-chapter{max-width:1400px;margin:0 auto;padding:0 60px}.ith-mnt-chapter-inner{grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);align-items:center;gap:clamp(40px,5vw,88px);padding:clamp(40px,5vh,64px) 0;display:grid}.ith-mnt-chapter--flip .ith-mnt-chapter-inner .ith-mnt-meta{order:2}.ith-mnt-chapter--flip .ith-mnt-chapter-inner .ith-mnt-body{order:1}.ith-mnt-chapter--final .ith-mnt-chapter-inner{padding-bottom:clamp(56px,8vh,96px)}.ith-mnt-meta{will-change:transform, opacity;flex-direction:column;align-items:flex-start;gap:28px;padding:44px 0;display:flex;position:relative}.ith-mnt-meta .ith-fab-eyebrow{margin-bottom:0}.ith-mnt-icon{z-index:1;color:#c88a1a;width:clamp(48px,3.6vw,56px);height:clamp(48px,3.6vw,56px);transition:transform .55s cubic-bezier(.22,.61,.36,1),color .4s;position:relative}.ith-mnt-chapter:hover .ith-mnt-icon{color:#e8a73b;transform:scale(1.04)}.ith-mnt-body{padding:8px 0;position:relative}.ith-mnt-ghost{letter-spacing:-.02em;color:#0000000f;pointer-events:none;-webkit-user-select:none;user-select:none;opacity:.06;font-size:clamp(5rem,9vw,8.5rem);font-weight:700;line-height:1;transition:opacity .5s;position:absolute;top:-18%;right:0}.ith-mnt-title{letter-spacing:-.015em;color:#000;max-width:600px;margin:0 0 20px;font-size:clamp(2rem,3.4vw,3rem);font-weight:500;line-height:1.12;transition:color .4s}.ith-mnt-chapter:hover .ith-mnt-title{color:#c88a1a}.ith-mnt-chapter:hover .ith-mnt-ghost{opacity:.1}.ith-mnt-desc{color:#555;max-width:540px;margin:0 0 32px;font-size:clamp(.95rem,1.05vw,1.05rem);font-weight:400;line-height:1.8}.ith-mnt-conclusion{text-align:center;max-width:1400px;margin:0 auto;padding:clamp(48px,6vh,72px) 60px clamp(72px,9vh,110px)}.ith-mnt-conclusion-line{color:#000;max-width:640px;margin:0 auto 30px;font-size:clamp(1.05rem,1.5vw,1.35rem);font-weight:400;line-height:1.6}@media (max-width:1100px){.ith-mnt-chapter-inner{gap:40px}.ith-mnt-chapter{padding:0 40px}}@media (max-width:800px){.ith-mnt-intro{padding:72px 24px 8px}.ith-mnt-chapter-inner{grid-template-columns:1fr;gap:24px;padding:36px 0}.ith-mnt-chapter--flip .ith-mnt-chapter-inner .ith-mnt-meta{order:0}.ith-mnt-chapter--flip .ith-mnt-chapter-inner .ith-mnt-body{order:1}.ith-mnt-meta{gap:22px;padding:28px 0 4px}.ith-mnt-icon{width:48px;height:48px}.ith-mnt-chapter{padding:0 24px}.ith-mnt-title{font-size:1.6rem}}@media (max-width:560px){.ith-mnt-intro{padding:64px 18px 8px}.ith-mnt-chapter{padding:0 18px}.ith-mnt-title{font-size:1.35rem}.ith-mnt-desc{font-size:.88rem}.ith-mnt-ghost{font-size:3.9rem}.ith-mnt-conclusion{padding:32px 18px 56px}}.tag{transition:transform .3s,box-shadow .3s,border-color .3s}.tag:hover{border-color:var(--primary);transform:translateY(-2px);box-shadow:0 6px 18px #1a73e826}.gradient-text{background-position:0%;background-size:200% 100%;transition:background-position .6s}.gradient-text:hover{background-position:100%}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
