:root{--dark:#4b5a67;--muted:#67717a;--soft:#82909d;--panel:#e8eff6;--panel-dark:#dbe2ea;--orange:#a36251;--white:#fff;--shadow:#110c2e26 0 48px 100px 0;--card-shadow:#08083d12 0 7px 36px 0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--dark);background:var(--white);margin:0;font-family:Poppins,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}.section-shell{width:min(1140px,100% - 32px);margin:0 auto}.site-header{z-index:20;background:var(--white);width:100%;position:fixed;top:0;left:0;box-shadow:0 4px 18px #08083d0a}.header-inner{grid-template-columns:auto 1fr auto;align-items:center;gap:28px;min-height:100px;display:grid}.brand img{object-fit:contain;width:102px;height:71px}.site-header nav{color:var(--dark);justify-content:flex-end;align-items:center;gap:28px;font-size:14px;font-weight:600;display:flex}.nav-item{align-items:center;min-height:100px;display:flex;position:relative}.site-header nav a:hover{color:var(--orange)}.nav-dropdown{background:var(--white);opacity:0;pointer-events:none;border-radius:3px;min-width:210px;padding:14px 0;transition:opacity .2s,transform .2s;display:grid;position:absolute;top:76px;left:-22px;transform:translateY(10px);box-shadow:0 12px 30px #08083d1f}.nav-dropdown a{white-space:nowrap;padding:10px 22px}.nav-item:hover .nav-dropdown,.nav-item:focus-within .nav-dropdown{opacity:1;pointer-events:auto;transform:translate(0,0)}.button{cursor:pointer;min-height:50px;font:inherit;border:1px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:14px 38px;font-size:14px;font-weight:600;line-height:1;transition:color .3s,background .3s,border-color .3s;display:inline-flex}.button-primary{color:var(--white);background:var(--orange);border-color:var(--orange)}.button-primary:hover{color:var(--orange);background:var(--white)}.button-dark{color:var(--white);background:var(--dark);border-color:var(--dark);padding:18px 28px}.button-secondary{color:#7e8f9e;background:0 0;border-color:#0000;margin-left:15px;padding:10px 20px}.button-secondary:hover{color:var(--orange)}.hero{grid-template-columns:1fr 1fr;align-items:center;min-height:1050px;padding:120px 0 0;display:grid;position:relative}.hero-copy{max-width:535px;padding-bottom:18%}.hero h1{color:var(--dark);margin-bottom:30px;font-size:38px;font-weight:600;line-height:60px}.hero h1 strong{font-weight:700}.hero-copy p{color:var(--muted);margin-bottom:32px;font-size:18px;line-height:1.75}.actions{flex-wrap:wrap;align-items:center;gap:0;display:flex}.hero-media{align-items:center;width:50%;height:calc(100% - 100px);display:flex;position:absolute;top:100px;right:0;overflow:visible}.hero-photo{object-fit:cover;object-position:center;width:42vw;max-width:none;height:42vw;box-shadow:var(--shadow);border-radius:50%;position:relative;right:-100px}.hero-card{width:220px;max-width:none;box-shadow:var(--shadow);position:absolute}.hero-card-one{top:50%;right:60%}.hero-card-two{top:64%;right:55%}.hero-card-three{top:60%;right:-3%;transform:rotate(15deg)}.hero-card-four{width:110px;box-shadow:none;bottom:5%;right:40%}.brand-section{margin-top:-120px}.brand-section h2{text-align:center;color:var(--dark);margin-bottom:48px;font-size:15px;font-weight:400}.logo-band{grid-template-columns:repeat(5,1fr);gap:30px;display:grid}.logo-box{border:2px solid var(--panel);background:var(--white);border-radius:3px;justify-content:center;align-items:center;min-height:120px;padding:16px;display:flex}.logo-box img{object-fit:contain;filter:grayscale();width:100%;height:72px}.intro{padding:140px 0 120px}.section-heading.centered{text-align:center;max-width:900px;margin:0 auto 48px}.section-heading h2,.consulting h2,.platform h2,.testimonials h2,.contact h2,.form-heading h2{color:var(--dark);font-size:34px;font-weight:600;line-height:50px}.section-heading p{color:var(--soft);font-size:16px;line-height:1.7}.service-grid{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.service-card{min-height:372px;color:var(--white);box-shadow:var(--card-shadow);background:#5a7184;border-radius:15px;padding:40px}.service-card img{object-fit:contain;width:65px;height:72px;margin-bottom:25px}.service-card h3{margin-bottom:18px;font-size:18px;font-weight:600}.service-card p{color:#e8eff6;font-size:14px;line-height:26px}.service-card p strong{font-weight:700}.faq-section{padding:0 0 130px}.faq-list{gap:14px;max-width:900px;margin:0 auto;display:grid}details{background:var(--white);border-radius:8px;overflow:hidden;box-shadow:0 4px 30px #08083d08}summary{cursor:pointer;color:var(--dark);padding:22px 35px 22px 56px;font-weight:600;list-style:none;position:relative}summary::-webkit-details-marker{display:none}summary:before{content:"›";color:var(--orange);font-size:22px;position:absolute;left:28px}details[open] summary{color:var(--orange)}.faq-answer{color:var(--muted);background:var(--white);border-top:1px solid var(--panel);margin:0;padding:20px 35px;line-height:1.7}.faq-answer p{margin:0}.faq-answer ul{margin:0 0 14px;padding-left:20px}.consulting,.platform{grid-template-columns:1fr 1fr;align-items:center;gap:54px;padding-bottom:120px;display:grid}.consulting-copy p,.platform-copy p{color:var(--soft);margin:30px 0 70px;font-size:18px;line-height:28px}.consulting>img,.platform>img{width:100%}.platform{padding-bottom:90px}.platform h2 span{font-weight:400}.platform-feature-grid{grid-template-columns:repeat(3,1fr);gap:26px;padding-bottom:120px;display:grid}.platform-feature-grid .service-card{min-height:300px}.platform-feature-flow{padding-bottom:56px}.platform-feature-row{grid-template-columns:1fr 1fr;align-items:center;gap:54px;padding-bottom:76px;display:grid}.platform-feature-row:nth-child(2n) .platform-feature-image{order:2}.platform-feature-row:nth-child(2n) .platform-feature-copy{order:1}.platform-feature-image{padding-right:20px}.platform-feature-row:nth-child(2n) .platform-feature-image{padding-left:20px;padding-right:0}.platform-feature-image img{width:100%}.platform-feature-copy h3{color:var(--dark);margin-bottom:30px;font-size:34px;font-weight:600;line-height:50px}.platform-feature-copy p{color:var(--soft);margin-bottom:0;font-size:18px;line-height:28px}.platform-video{background:var(--panel);padding:6vw 0}.platform-video video{width:100%;height:auto;display:block}.about-hero{grid-template-columns:1fr 1fr;align-items:center;gap:54px;padding:220px 0 100px;display:grid}.about-hero h1{color:var(--dark);margin-bottom:30px;font-size:46px;font-weight:400;line-height:1.18}.about-hero h1 strong{font-weight:700}.about-hero p:not(.eyebrow){color:var(--muted);margin-bottom:32px;font-size:18px;line-height:1.75}.about-hero-image{padding-left:20px}.about-hero-image img{width:100%}.about-consulting{padding-bottom:100px}.platform-hero .actions{margin-top:14px}.form-page{background:var(--white)}.form-page-shell{grid-template-columns:540px 420px;align-items:start;gap:56px;padding:420px 0 96px;display:grid}.form-page-copy h1{color:var(--dark);margin-bottom:15px;font-size:34px;font-weight:600;line-height:50px}.form-page-copy h2{color:var(--dark);margin:42px 0 18px;font-size:34px;font-weight:600;line-height:50px}.form-page-copy p{max-width:540px;color:var(--muted);margin-bottom:16px;font-size:18px;line-height:24px}.form-page-copy a{color:var(--orange);text-decoration:underline}.form-page .contact-form{grid-template-columns:1fr 1fr;width:420px}.testimonials{background:var(--panel);padding:4vw 0}.testimonials h2{text-align:center;margin-bottom:60px}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.testimonial-grid article{background:var(--white);border-radius:15px;min-height:430px;padding:40px 30px 70px;position:relative;box-shadow:0 4px 8px -2px #091e4240,0 0 0 1px #091e4214}.person-wrapper{align-items:center;margin-bottom:20px;display:flex}.person-wrapper img{object-fit:cover;border-radius:50%;width:90px;height:90px;margin-right:15px}.person-wrapper strong{color:var(--dark);margin-bottom:8px;font-size:15px;display:block}.person-wrapper span{color:var(--muted);font-size:13px;display:block}.testimonial-grid p{color:var(--dark);text-align:left;font-size:14px;line-height:1.7}.rating{align-items:center;display:flex;position:absolute;bottom:28px;left:30px}.rating img{width:16px;height:19px;margin-right:4px}.rating small{color:var(--dark);margin-left:6px;font-weight:600}.contact{background:var(--panel-dark);margin-top:10vw;padding:0 0 1vw}.form-heading{text-align:center;padding:2vw 0}.contact-grid{grid-template-columns:1fr 1fr;gap:56px;display:grid}.contact h3{color:var(--dark);margin-bottom:2vw;font-size:24px;font-weight:400}.contact p{color:var(--dark);font-size:18px;line-height:1.65}.contact a{color:var(--orange);text-decoration:underline}.contact-form{box-shadow:none;background:0 0;border:0;grid-template-columns:1fr 1fr;gap:0 30px;padding:0 0 40px;display:grid}.contact-form label{margin-bottom:30px;display:block;position:relative}.contact-form label span{position:absolute;left:-9999px}.contact-form .full,.contact-form button,.form-status{grid-column:1/-1}input,textarea{width:100%;color:var(--dark);background:var(--white);font:inherit;border:1px solid #0000;border-radius:8px;padding:25px 25px 25px 45px;font-size:14px}textarea{resize:vertical;min-height:176px;padding-top:18px}.contact-form label:not(.hidden-field):before{content:"";z-index:1;pointer-events:none;background:#a5b4c0;width:18px;height:18px;position:absolute;top:24px;left:18px}.field-person:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 12a5 5 0 1 0-5-5 5 5 0 0 0 5 5Zm0 2c-4.42 0-8 2.24-8 5v1h16v-1c0-2.76-3.58-5-8-5Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.field-email:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5Z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M20 4H4a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2V6a2 2 0 0 0-2-2Zm0 4-8 5-8-5V6l8 5 8-5Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.field-subject:before{-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16v3H4V4Zm0 5h16v3H4V9Zm0 5h11v3H4v-3Z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16v3H4V4Zm0 5h16v3H4V9Zm0 5h11v3H4v-3Z'/%3E%3C/svg%3E") 50%/contain no-repeat}.field-message:before{top:20px;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8l-6 4V6a2 2 0 0 1 2-2Zm2 4v2h12V8H6Zm0 4v2h8v-2H6Z'/%3E%3C/svg%3E") 50%/contain no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M4 4h16a2 2 0 0 1 2 2v9a2 2 0 0 1-2 2H8l-6 4V6a2 2 0 0 1 2-2Zm2 4v2h12V8H6Zm0 4v2h8v-2H6Z'/%3E%3C/svg%3E") 50%/contain no-repeat}input::placeholder,textarea::placeholder{color:#a5b4c0;opacity:1}.submit-form{justify-self:start}.form-status{color:#245319;background:#edf8e8;border-radius:8px;margin:0 0 30px;padding:16px 20px;font-weight:700}.form-status-error{color:#7a241d;background:#fff0ed}.hidden-field{position:absolute;left:-9999px}.site-footer{color:#edeff0;background:#67717a;padding:75px 0 20px}.footer-inner{grid-template-columns:repeat(4,1fr);gap:34px;display:grid}.footer-intro img{width:102px;height:71px;margin-bottom:20px}.footer-intro p{color:#edeff0;max-width:240px;font-size:14px;line-height:1.7}.footer-col h2{color:#edeff0;margin:0 0 20px;font-size:18px;font-weight:400}.footer-col a{color:#edeff0;align-items:center;margin-bottom:6px;font-size:14px;line-height:28px;display:flex}.footer-contact img{width:23px;height:23px;margin-right:6px}.copyright{text-align:center;color:#dbe2ea;border-top:1px solid #dbe2ea;margin-top:60px;padding-top:20px;font-size:14px}.subpage-hero{padding:170px 0 72px}.subpage-hero h1{max-width:920px;color:var(--dark);font-size:50px;font-weight:400;line-height:60px}.subpage-hero h1 strong{font-weight:700}.subpage-hero p,.subpage-hero li{max-width:800px;color:var(--muted);font-size:18px;line-height:1.75}.subpage-hero ul{gap:10px;margin:28px 0 32px;padding-left:22px;display:grid}.subpage-hero.platform-hero h1{max-width:540px;font-size:38px;font-weight:600;line-height:60px}.subpage-hero.platform-hero>p:not(.eyebrow){max-width:540px;margin-bottom:16px;line-height:24px}.eyebrow{color:var(--orange);text-transform:uppercase;margin:0 0 14px;font-size:13px;font-weight:700}.legal-page{padding:170px 0 86px}.legal-page h1{color:var(--dark);margin-bottom:38px;font-size:50px;font-weight:400;line-height:60px}.legal-page section{border-top:1px solid var(--panel);padding:26px 0}.legal-page h2{color:var(--dark);margin-bottom:14px;font-size:28px;font-weight:400}.legal-page p{max-width:920px;color:var(--muted);margin-bottom:16px;font-size:17px;line-height:1.8}[data-reveal]{opacity:0;will-change:opacity, transform;transition:opacity .78s,transform .78s;transform:translateY(42px)}[data-reveal=fade-left]{transform:translate(70px)}[data-reveal=fade-right]{transform:translate(-70px)}[data-reveal-delay="1"]{transition-delay:.12s}[data-reveal-delay="2"]{transition-delay:.24s}[data-reveal].is-revealed{opacity:1;transform:translate(0,0)}.hero-card{transition-property:opacity,transform}.hero-card-one{transition-delay:.18s}.hero-card-two{transition-delay:.32s}.hero-card-three{transition-delay:.26s}.hero-card-four{transition-delay:.42s}@media (prefers-reduced-motion:reduce){[data-reveal]{opacity:1;transition:none;transform:none}}@media (max-width:992px){.header-inner{grid-template-columns:auto auto}.site-header nav{flex-wrap:wrap;grid-column:1/-1;justify-content:flex-start}.hero{grid-template-columns:1fr;min-height:auto;padding-top:150px}.hero-copy{max-width:none;padding-bottom:30px}.hero h1{font-size:28px;line-height:38px}.hero-media{width:100%;height:520px;position:relative;top:auto;right:auto}.hero-photo{width:72vw;max-width:520px;height:72vw;max-height:520px;right:-20px}.hero-card{width:160px}.hero-card-four{width:82px}.brand-section{margin-top:40px}.logo-band{grid-template-columns:repeat(2,1fr)}.service-grid,.testimonial-grid,.consulting,.platform,.contact-grid,.platform-feature-grid,.platform-feature-row,.about-hero,.form-page-shell,.footer-inner{grid-template-columns:1fr}.platform>img{order:2}.platform-copy{order:1}.platform-feature-row:nth-child(2n) .platform-feature-image,.platform-feature-row:nth-child(2n) .platform-feature-copy{order:initial}.platform-feature-image,.platform-feature-row:nth-child(2n) .platform-feature-image,.about-hero-image{padding-left:0;padding-right:0}.contact-form,.form-page .contact-form{grid-template-columns:1fr;width:100%}.form-page-shell,.about-hero{padding-top:170px}}@media (max-width:480px){.section-shell{width:min(100% - 30px,1140px)}.header-inner{min-height:86px}.site-header nav{display:none}.nav-demo{padding:14px 16px}.logo-band{gap:16px}.logo-box{min-height:95px}.section-heading h2,.consulting h2,.platform h2,.platform-feature-copy h3,.testimonials h2,.contact h2,.about-hero h1,.form-page-copy h1,.form-page-copy h2,.form-heading h2{font-size:26px;line-height:32px}.intro{padding:70px 0}.service-card{min-height:auto;padding:30px}.consulting-copy p,.platform-copy p{margin-bottom:30px}.platform-feature-row{gap:28px;padding-bottom:46px}.about-hero{gap:28px;padding-bottom:60px}}
