@charset "UTF-8";
:root{--ink:#111e31;--muted:#667082;--blue:#2668f5;--paper:#fff;--soft:#f3f5f8;--line:#dfe4eb;--radius:24px;--ease:cubic-bezier(.2,.7,.2,1)}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:105px}body{margin:0;color:var(--ink);background:var(--paper);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.65;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button{cursor:pointer}img{max-width:100%;height:auto;display:block}svg{flex-shrink:0;vertical-align:middle}button{color:inherit}h1,h2,h3,p{margin:0}h1,h2,h3{font-weight:500;line-height:1.12;letter-spacing:-.045em}h1{font-size:clamp(46px,4.8vw,76px)}h2{font-size:clamp(36px,4vw,58px)}h3{font-size:27px}p{color:var(--muted)}[hidden]{display:none!important}.container{width:min(1320px,calc(100% - 96px));margin-inline:auto}.section{padding:112px 0}.eyebrow{font-size:12px;font-weight:700;letter-spacing:.13em;color:var(--muted);line-height:1.6}.button{display:inline-flex;align-items:center;justify-content:center;gap:24px;min-height:54px;padding:15px 25px;background:var(--blue);border:1px solid var(--blue);border-radius:8px;color:white;font-size:14px;font-weight:600;line-height:1.4;transition:background .2s,transform .2s}.button:hover{background:#1552d4;transform:translateY(-2px)}.button:disabled{cursor:wait;opacity:.65}.button-small{min-height:44px;padding:12px 17px;font-size:13px;gap:17px}.button-light{background:white;color:var(--ink);border-color:white}.button-light:hover{background:#e8eeff}.text-link{display:inline-flex;align-items:center;gap:18px;font-size:14px;font-weight:600;min-height:44px}.text-link:hover{color:var(--blue)}:focus-visible{outline:3px solid #efb42f;outline-offset:5px}.skip-link{position:fixed;top:-100px;left:20px;z-index:200;background:white;padding:16px}.skip-link:focus{top:15px}.site-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(220,224,230,.65)}.admin-bar .site-header{top:32px}.header-inner{display:flex;align-items:center;justify-content:space-between;gap:30px;min-height:100px}.brand a{display:inline-flex;flex-direction:column}.wordmark{font-size:47px;line-height:.92;letter-spacing:-.065em;font-weight:800}.brand-dot{color:var(--blue)}.brand-caption{font-size:10px;letter-spacing:.34em;margin-top:10px}.custom-logo{max-width:200px;max-height:65px;width:auto;object-fit:contain}.menu{list-style:none;margin:0;padding:0;display:flex;gap:31px;align-items:center}.menu a{font-size:14px;display:inline-flex;align-items:center;min-height:44px}.menu a:hover,.current-menu-item>a{color:var(--blue)}.menu>li{position:relative}.desktop-nav .sub-menu{display:none;position:absolute;top:100%;left:0;min-width:210px;padding:18px;list-style:none;background:white;box-shadow:0 12px 40px #111e3120;border-radius:10px}.desktop-nav li:hover>.sub-menu,.desktop-nav li:focus-within>.sub-menu{display:block}.menu-toggle{display:none;background:none;border:0;padding:12px;width:46px;height:46px}.menu-toggle span{display:block;height:2px;background:var(--ink);margin:6px 0}.mobile-nav{padding:20px 24px 28px;background:white;border-top:1px solid var(--line)}.hero{padding-top:44px;background:linear-gradient(180deg,#fff,#fbfcfe)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;align-items:center}.hero-copy{padding:48px 0 40px}.hero-copy .eyebrow{margin-bottom:28px}.status-dot{display:inline-block;width:6px;height:6px;background:var(--blue);border-radius:50%;vertical-align:middle;margin-right:8px;box-shadow:0 0 0 4px #2668f50d}.hero-copy h1 span{color:var(--blue)}.hero-description{font-size:17px;max-width:440px;margin-top:28px;line-height:1.85}.hero-actions{display:flex;align-items:center;gap:28px;margin-top:34px}.hero-note{display:flex;align-items:center;gap:12px;font-size:12px;color:#7b8593;margin-top:56px}.mini-line{height:1px;width:34px;background:#aab4c4}.hero-stage{position:relative;isolation:isolate;min-height:545px;border-radius:var(--radius);background:radial-gradient(ellipse at 70% 40%,#edf1ff,transparent 65%),#edf0f5;overflow:hidden}.stage-top,.stage-bottom{position:absolute;left:30px;right:30px;display:flex;justify-content:space-between;align-items:center;z-index:5}.stage-top{top:27px;font-size:10px;letter-spacing:.08em;color:#707c91}.stage-index{font-size:11px}.stage-ring{position:absolute;width:390px;height:390px;border:1px solid #ccd5e7;border-radius:50%;left:50%;top:49%;transform:translate(-50%,-50%)}.stage-ring:before{content:"";position:absolute;inset:40px;border:1px solid #d6deed;border-radius:50%}.stage-word{position:absolute;left:50%;top:58%;transform:translate(-50%,-50%);font-size:clamp(50px,6vw,98px);letter-spacing:-.07em;color:#dce3ef;font-weight:700;white-space:nowrap;z-index:-1}.product-scene{position:absolute;inset:65px 20px 105px;animation:scene-in .5s var(--ease)}.product-scene>img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 24px 16px #19294927);transform:translate(var(--px,0px),var(--py,0px)) rotate(-6deg);transition:transform .5s var(--ease)}.floating-label{position:absolute;bottom:5px;left:8px;padding:13px 17px;background:#ffffffed;box-shadow:0 8px 26px #263a6010;border:1px solid white;border-radius:12px;display:flex;gap:12px;align-items:center;font-size:13px}.floating-label svg{color:var(--blue)}.floating-label small{display:block;font-size:9px;letter-spacing:.08em;margin-top:2px;color:#7d8695}.stage-bottom{bottom:25px;font-size:13px;color:#778192;line-height:1.7}.stage-bottom strong{font-weight:500;color:var(--ink)}.round-button{width:44px;height:44px;border-radius:50%;border:1px solid #c6cfde;display:grid;place-items:center}.round-button:hover{background:white}.hero-selector{display:grid;grid-template-columns:repeat(3,1fr);margin-top:43px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.scene-button{position:relative;background:none;border:0;text-align:left;display:flex;align-items:center;gap:18px;padding:24px 28px;font-size:15px;color:#7c8492;min-height:78px}.scene-button:not(:last-child){border-right:1px solid var(--line)}.scene-button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:transparent}.scene-button.is-active:after{background:var(--blue)}.scene-button.is-active{color:var(--ink)}.selector-num{font-size:11px;color:#9ca4b2}.is-active .selector-num{color:var(--blue)}.selector-arrow{margin-left:auto;font-size:22px}.split-heading{display:grid;grid-template-columns:.7fr 1.3fr;gap:90px}.split-heading>.eyebrow{padding-top:12px}.split-heading h2 span{color:#8b95a5}.large-copy{font-size:19px;line-height:1.9;margin-top:30px;max-width:660px}.split-heading .text-link{margin-top:24px}.solutions{background:var(--soft)}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:35px;margin-bottom:42px}.section-heading .eyebrow{margin-bottom:20px}.section-heading>p{font-size:16px;line-height:1.8;max-width:370px}.solution-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:22px}.solution-feature{position:relative;min-height:570px;border-radius:18px;overflow:hidden;display:block;color:white}.solution-feature>img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform 1s var(--ease)}.solution-feature:hover>img{transform:scale(1.04)}.image-shade{position:absolute;inset:0;background:linear-gradient(180deg,transparent 15%,#071325cc 100%)}.image-caption{position:absolute;bottom:38px;left:38px;right:30px;display:flex;align-items:flex-start;flex-direction:column}.image-caption .eyebrow{color:#e1e7ef;margin-bottom:16px}.image-caption strong{font-size:38px;line-height:1.17;font-weight:500;letter-spacing:-.035em}.image-link{font-size:13px;display:flex;align-items:center;gap:22px;margin-top:25px}.solution-stack{display:grid;gap:22px}.solution-tile{position:relative;border-radius:18px;padding:32px;display:flex;flex-direction:column;justify-content:space-between;min-height:274px;overflow:hidden}.dark-tile{background:#17263d;color:white}.blue-tile{background:#e0e9fc;color:#143368}.tile-top{display:flex;justify-content:space-between;align-items:center}.tile-top>span{font-size:12px;opacity:.6}.solution-tile h3{font-size:29px;letter-spacing:-.03em}.solution-tile p{font-size:14px;max-width:300px;margin-top:10px;line-height:1.7}.dark-tile p{color:#b9c3d3}.blue-tile p{color:#5a6d92}.tile-arrow{position:absolute;bottom:31px;right:30px;transition:transform .3s}.solution-tile:hover .tile-arrow{transform:translateX(5px)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-image{position:relative;background:#f3f5f8;border-radius:16px;aspect-ratio:1.15;display:grid;place-items:center;padding:45px 30px 28px}.product-image img{width:100%;height:100%;max-height:230px;object-fit:contain;transition:transform .6s var(--ease);filter:drop-shadow(0 15px 10px #11234318)}.product-card:hover img{transform:translateY(-9px) rotate(-3deg)}.product-brand{position:absolute;top:23px;left:24px;font-size:12px;font-weight:800;font-style:italic;letter-spacing:-.04em;color:#606d80}.product-plus{position:absolute;bottom:20px;right:22px;font-size:24px;font-weight:300}.product-info{padding:24px 2px}.product-info .eyebrow{font-size:10px;color:#8490a0}.product-info h3{font-size:23px;margin:11px 0 12px;letter-spacing:-.03em}.product-info>p:last-child{font-size:14px;line-height:1.8}.process{border-top:1px solid var(--line)}.process-label{font-size:11px;letter-spacing:.13em;color:#8190a4}.process-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px}.process-grid article{border-top:1px solid #cad4e4;padding-top:22px}.step-number{font-size:13px;color:var(--blue)}.process-grid h3{font-size:26px;margin:26px 0 16px}.process-grid p{font-size:15px;line-height:1.8}.cta-section{padding:78px 0;background:#101e33;color:white;position:relative;overflow:hidden}.cta-inner{display:flex;align-items:center;justify-content:space-between;gap:40px}.cta-section .eyebrow{color:#99acca;margin-bottom:20px}.cta-section h2{font-size:clamp(35px,3.8vw,54px)}.cta-section h2 span{color:#6090ff}.site-footer{padding:65px 0 24px;background:#f8f9fb}.footer-top{display:grid;grid-template-columns:1fr 1fr 1fr;gap:50px;padding-bottom:55px}.site-footer .wordmark{font-size:45px}.footer-top p{margin-top:20px;font-size:14px}.footer-links .menu{align-items:flex-start;display:grid;grid-template-columns:1fr 1fr;gap:8px 20px}.footer-contact{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.footer-contact>a{display:flex;align-items:center;gap:15px;font-size:15px}.footer-contact>a:last-child{font-size:14px}.footer-bottom{padding-top:22px;border-top:1px solid var(--line);font-size:12px;color:#7f8897;display:flex;justify-content:space-between;gap:20px}.whatsapp{position:fixed;bottom:22px;right:22px;background:#fff;border:1px solid #ddd;box-shadow:0 4px 25px #0001;border-radius:50px;padding:11px 18px;font-size:13px;z-index:35;display:flex;align-items:center;gap:12px}.page-hero{padding:72px 0 80px;background:var(--soft)}.breadcrumb{font-size:12px;color:#7d8797;display:flex;gap:12px;flex-wrap:wrap;margin-bottom:35px}.page-hero h1{font-size:clamp(44px,5vw,72px);max-width:900px}.page-hero .eyebrow{margin-bottom:15px}.page-intro{font-size:19px;max-width:650px;margin-top:26px}.content-grid{display:grid;grid-template-columns:1.1fr 1fr;gap:80px;align-items:center}.content-photo{border-radius:20px;width:100%;min-height:400px;object-fit:cover}.prose{font-size:17px;line-height:1.9;overflow-wrap:anywhere}.prose>*+*{margin-top:20px}.prose h2{font-size:36px;margin-top:40px}.prose h3{font-size:26px;margin-top:30px}.prose ul{padding-left:24px;color:var(--muted)}.prose a{color:var(--blue);text-decoration:underline}.prose img{border-radius:14px}.prose .alignwide{max-width:100%}.narrow{max-width:820px;margin-inline:auto}.detail-visual{background:var(--soft);border-radius:20px;padding:60px;min-height:400px;display:grid;place-items:center}.detail-visual img{max-height:430px;object-fit:contain}.detail-copy .eyebrow{margin-bottom:15px}.detail-copy .button{margin-top:28px}.feature-list{list-style:none;padding:0;margin:25px 0}.feature-list li{padding:12px 0;border-bottom:1px solid var(--line);font-size:15px}.feature-list li:before{content:'↗';margin-right:12px;color:var(--blue)}.contact-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.contact-info h2{font-size:43px;margin-bottom:25px}.contact-item{padding:24px 0;border-bottom:1px solid var(--line);overflow-wrap:anywhere}.contact-item .eyebrow{display:block;margin-bottom:8px}.contact-item p,.contact-item a{font-size:17px;color:var(--ink)}.contact-info>p{margin-bottom:15px}.contact-form{background:var(--soft);padding:38px;border-radius:20px}.contact-form h2{font-size:29px;margin-bottom:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:flex;flex-direction:column;gap:7px;margin-bottom:20px}.field>label{font-size:13px;font-weight:600}.field input,.field select,.field textarea{width:100%;border:1px solid #d7deea;border-radius:7px;background:white;padding:12px 14px;min-height:48px;color:var(--ink);font-size:16px}.field textarea{resize:vertical;min-height:130px}.form-note{font-size:12px;line-height:1.8;margin:0 0 24px}.form-note a{text-decoration:underline}.form-check{display:flex;gap:10px;align-items:flex-start;font-size:13px;margin-bottom:22px}.form-check input{margin-top:5px}.form-message{margin-top:15px;padding:12px 14px;border-radius:7px;font-size:14px;background:#e4edff;color:#24497c}.form-message.is-error{background:#ffe9e9;color:#9b2222}.hp-field{position:absolute!important;left:-10000px!important;overflow:hidden!important;width:1px!important;height:1px!important}.faq-list{max-width:850px;margin:40px auto 0}.faq-list details{border-bottom:1px solid var(--line);padding:22px 0}.faq-list summary{cursor:pointer;font-size:19px;font-weight:500}.faq-list details p{margin-top:15px;line-height:1.8}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.post-card{border-bottom:1px solid var(--line);padding-bottom:25px}.post-card h2{font-size:28px;margin:18px 0}.post-card img{border-radius:14px;aspect-ratio:1.5;object-fit:cover}.post-card p{font-size:15px}.pagination{margin-top:40px}.search-form{display:flex;gap:10px;flex-wrap:wrap;margin-top:25px}.search-field{padding:13px;border:1px solid var(--line);border-radius:6px;font:inherit}.search-submit{padding:13px 22px;color:white;background:var(--blue);border:0;border-radius:6px}.screen-reader-text{clip:rect(1px,1px,1px,1px);position:absolute!important;height:1px;width:1px;overflow:hidden}.empty-state{padding:50px;border-radius:16px;background:var(--soft)}
@keyframes scene-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:1600px){.hero-stage{min-height:570px}}
@media(max-width:1100px){.container{width:calc(100% - 56px)}.menu{gap:20px}.header-cta{display:none}.hero-grid{gap:20px}.hero-stage{min-height:490px}.hero-copy h1{font-size:54px}.hero-actions{gap:20px;flex-wrap:wrap}.hero-note{margin-top:30px}.split-heading{gap:45px}.solution-feature{min-height:560px}.solution-tile{padding:26px}.image-caption strong{font-size:32px}.contact-grid{gap:40px}.footer-top{gap:25px}.product-info h3{font-size:21px}.section{padding:90px 0}}
@media(max-width:800px){.container{width:calc(100% - 40px)}.header-inner{min-height:80px}.wordmark{font-size:40px}.brand-caption{font-size:8px;margin-top:8px}.desktop-nav{display:none}.menu-toggle{display:block}.mobile-nav .menu{display:block}.mobile-nav .menu a{font-size:18px;padding:8px 0}.mobile-nav .sub-menu{list-style:none;padding-left:20px}.mobile-nav .button{margin-top:20px;width:100%}.hero{padding-top:20px}.hero-grid{grid-template-columns:1fr}.hero-copy{padding:28px 0 20px}.hero-copy h1{font-size:clamp(43px,8vw,64px)}.hero-copy .eyebrow{font-size:10px;margin-bottom:20px}.hero-description{max-width:520px;font-size:16px;margin-top:22px}.hero-actions{margin-top:24px}.hero-note{display:none}.hero-stage{min-height:450px}.hero-selector{margin-top:26px}.scene-button{padding:18px 12px;gap:8px;font-size:12px;min-height:70px}.selector-num{font-size:10px}.selector-arrow{display:none}.section{padding:68px 0}.split-heading{grid-template-columns:1fr;gap:24px}.split-heading>.eyebrow{padding:0}.large-copy{font-size:17px;margin-top:22px}.section-heading{align-items:flex-start;gap:22px;margin-bottom:30px}.section-heading>p{display:none}.section-heading .text-link{font-size:12px;gap:8px}.section-heading .eyebrow{font-size:10px;margin-bottom:16px}.solution-grid{grid-template-columns:1fr}.solution-feature{min-height:420px}.solution-stack{grid-template-columns:1fr 1fr;gap:16px}.solution-tile{min-height:280px;padding:24px}.solution-tile h3{font-size:25px}.solution-tile p{font-size:13px;padding-right:5px}.tile-arrow{display:none}.product-grid{gap:18px;grid-template-columns:1fr}.product-card{display:grid;grid-template-columns:.9fr 1.1fr;gap:20px;align-items:center}.product-image{aspect-ratio:1;min-height:180px;padding:32px 15px 20px}.product-brand{top:15px;left:15px;font-size:10px}.product-plus{bottom:10px;right:13px;font-size:20px}.product-image img{max-height:180px}.product-info{padding:10px 0}.product-info .eyebrow{font-size:9px}.product-info h3{font-size:21px}.product-info>p:last-child{font-size:13px;line-height:1.7}.process-grid{grid-template-columns:1fr;gap:28px}.process-grid h3{margin:15px 0 12px}.process-label{display:none}.cta-section{padding:60px 0}.cta-inner{align-items:flex-start;flex-direction:column;gap:30px}.cta-section h2{font-size:38px}.footer-top{grid-template-columns:1fr 1fr;gap:35px}.footer-top>div:first-child{grid-column:1/-1}.footer-links .menu{grid-template-columns:1fr}.footer-contact .eyebrow{font-size:10px}.footer-bottom{flex-wrap:wrap;font-size:11px}.page-hero{padding:40px 0 50px}.page-hero h1{font-size:45px}.page-intro{font-size:17px}.breadcrumb{margin-bottom:25px}.content-grid{grid-template-columns:1fr;gap:35px}.content-photo{min-height:280px;max-height:380px}.detail-visual{min-height:300px;padding:35px}.detail-visual img{max-height:330px}.contact-grid{grid-template-columns:1fr;gap:35px}.contact-form{padding:26px}.contact-info h2{font-size:36px}.posts-grid{grid-template-columns:1fr}.prose{font-size:16px}.prose h2{font-size:31px}.admin-bar .site-header{top:46px}}
@media(max-width:480px){.hero-stage{min-height:365px;border-radius:18px}.stage-top{left:20px;right:20px;top:22px;font-size:8px}.stage-ring{width:270px;height:270px}.stage-word{font-size:57px}.stage-bottom{left:20px;right:20px;bottom:20px;font-size:12px}.product-scene{inset:53px 14px 85px}.floating-label{padding:9px 12px;font-size:11px;bottom:0}.floating-label small{font-size:8px}.floating-label svg{width:20px;height:20px}.hero-copy h1{font-size:44px;letter-spacing:-.055em}.hero-actions{gap:15px}.hero-actions .button{font-size:13px;padding:14px 17px;gap:14px}.hero-actions .text-link{font-size:13px}.scene-button{font-size:11px;gap:7px}.section-heading{flex-direction:column;gap:15px}.section-heading .text-link{min-height:30px;font-size:13px}.solution-stack{grid-template-columns:1fr}.solution-tile{min-height:235px}.image-caption{left:26px;bottom:28px}.image-caption strong{font-size:31px}.solution-feature{min-height:380px}.product-card{gap:14px}.product-image{min-height:160px}.product-info h3{font-size:19px}.form-row{grid-template-columns:1fr;gap:0}.contact-form{padding:22px}.footer-top{grid-template-columns:1fr}.footer-contact{margin-top:5px}.footer-links .menu{grid-template-columns:1fr 1fr}.whatsapp{bottom:14px;right:14px;padding:10px 14px;font-size:12px}.page-hero h1{font-size:39px}.detail-visual{padding:24px}.button{max-width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.product-scene>img{transform:rotate(-6deg)!important}}
