/* Fonts (DM Sans, Noto Sans Georgian) are linked from the document head. */
:root{--ink:#192027;--paper:#f4f5f2;--blue:#265af1;--muted:#677077;--line:#d7dbd9}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:90px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'DM Sans',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer}a:focus-visible,button:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #7396ff;outline-offset:5px}button{color:inherit}img{max-width:100%;display:block}[hidden]{display:none!important}.skip-link{position:fixed;top:-100px;left:20px;z-index:100;background:white;padding:12px}.skip-link:focus{top:10px}.header{height:88px;padding:0 5%;display:flex;align-items:center;gap:40px;background:#f4f5f2;position:relative;z-index:5}.wordmark{display:flex;gap:8px;align-items:center;font-size:29px;font-weight:700;letter-spacing:-1.7px}.wordmark span{font-size:11px;align-self:flex-start;margin-top:6px;letter-spacing:0}.header nav{display:flex;gap:35px;margin-left:auto;font-size:13px}.header nav a:hover{color:var(--blue)}.nav-cta{font-size:13px;border-left:1px solid var(--line);padding-left:35px}.nav-cta span{margin-left:32px}.menu-toggle{display:none}.hero{min-height:690px;height:calc(100svh - 88px);max-height:1000px;position:relative;background:#171c21;color:white;overflow:hidden}.hero-image,.hero video,.hero-shade{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-image,.hero video{object-position:63% center}.hero-shade{background:linear-gradient(90deg,rgba(11,17,22,.92),rgba(11,17,22,.65) 34%,rgba(11,17,22,.04) 72%),linear-gradient(0deg,rgba(11,17,22,.5),transparent 30%)}.hero-copy{position:relative;z-index:1;padding:90px 5% 90px;max-width:760px}.eyebrow{font-size:10px;font-weight:600;letter-spacing:1.8px;display:flex;align-items:center;gap:10px}.dot{height:6px;width:6px;border-radius:50%;background:#6b91ff;display:inline-block}.green{background:#70db98}h1{font-size:clamp(48px,5.7vw,88px);font-weight:450;letter-spacing:-4px;line-height:1.04;margin:33px 0 25px}#hero-support{font-size:15px;line-height:1.7;color:#ccd1d5;max-width:350px}.primary{display:inline-flex;gap:48px;padding:19px 24px;background:var(--blue);font-size:13px;margin-top:21px;border-radius:3px;transition:background .2s,transform .2s}.primary:hover{background:#416ef9;transform:translateY(-2px)}.hero-link{display:block;width:max-content;font-size:11px;margin-top:26px;color:#e0e4e8}.hero-link span{margin-left:16px}.hero-foot{position:absolute;bottom:25px;left:5%;right:5%;display:flex;justify-content:space-between;align-items:center;font-size:8px;letter-spacing:1.5px;color:#bcc4cb;z-index:2}.hero-foot button{border:1px solid #879098;background:#17202a;padding:8px 12px;border-radius:3px;color:white}.product-caption{position:absolute;right:6%;bottom:100px;font-size:11px;display:flex;gap:10px;align-items:center}.intro-strip{padding:32px 5%;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}.intro-strip p{font-size:17px;margin:0;letter-spacing:-.4px}.intro-strip>div{display:flex;align-items:center;gap:28px;font-size:11px;color:var(--muted)}.intro-strip i{width:3px;height:3px;background:#81878a;border-radius:50%}.section{padding:110px 7%;scroll-margin-top:25px}.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:20px;align-items:end;margin-bottom:60px}.section-heading .eyebrow{grid-column:1/-1;margin:0 0 12px}.section-heading h2{margin:0}.section-heading>p:last-child{justify-self:end;color:var(--muted);font-size:14px;line-height:1.7;margin-bottom:4px}h2{font-size:clamp(34px,3.65vw,56px);line-height:1.12;font-weight:450;letter-spacing:-2px}em{font-style:normal;color:#81888a}.steps{display:grid;grid-template-columns:repeat(3,1fr)}.steps article{padding:25px 35px 10px;border-top:1px solid var(--line);border-right:1px solid var(--line);position:relative}.steps article:first-child{padding-left:0}.steps article:last-child{border-right:0}.step-number{font-size:11px;color:var(--muted)}.line-icon{font-size:45px;margin:40px 0 28px;font-weight:400;color:var(--blue)}h3{font-size:25px;font-weight:500;letter-spacing:-.7px;margin:0 0 17px}.steps p{color:var(--muted);font-size:13px;line-height:1.8;max-width:270px}.step-label{display:block;margin-top:40px;font-size:8px;letter-spacing:1.3px;color:#727b80}.solutions{background:#e9ece8}.solution-layout{display:grid;grid-template-columns:1.15fr 1fr;gap:8%}.solution-image{position:relative;min-height:390px;background:#262b2e;overflow:hidden}.solution-image img{width:100%;height:100%;object-fit:cover;transition:transform .8s}.solution-image:hover img{transform:scale(1.035)}.solution-image>span{position:absolute;bottom:24px;left:25px;color:white;font-size:9px;letter-spacing:2px}.solution-list details{border-top:1px solid #c2c9c3;padding:23px 0}.solution-list details:last-child{border-bottom:1px solid #c2c9c3}.solution-list summary{list-style:none;cursor:pointer;display:flex;justify-content:space-between;font-size:25px;letter-spacing:-.7px}.solution-list summary::-webkit-details-marker{display:none}.solution-list summary:after{content:'+';font-weight:400;color:#65736a}.solution-list details[open] summary:after{content:'−';color:var(--blue)}.solution-list h4{font-size:12px;font-weight:500;margin:25px 0 10px}.solution-list p{font-size:13px;line-height:1.75;color:#626e65;max-width:350px}.solution-list small{display:block;font-size:11px;line-height:1.7;color:#626e65}.benefits{background:#1c2529;color:#edf0ed;display:grid;grid-template-columns:1fr 1.25fr;gap:9%}.small-mark{font-size:39px;color:#94aaff}.benefit-intro h2{font-size:42px;margin:32px 0 23px}.benefit-intro p{font-size:13px;color:#a9b5b8}.benefit-intro>a{display:inline-block;padding-bottom:12px;border-bottom:1px solid #718088;margin-top:40px;font-size:13px}.benefit-intro>a span{margin-left:45px}.benefit-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px 40px}.benefit-grid article{border-top:1px solid #435054;padding-top:20px}.benefit-grid article>span{font-size:8px;letter-spacing:1.3px;color:#a2b2b7}.benefit-grid h3{font-size:23px;margin:30px 0 17px;line-height:1.3}.benefit-grid p{font-size:12px;color:#a9b5b8;line-height:1.8}.showcase{padding-bottom:80px}.product-stage{background:#e4e7e3;position:relative;overflow:hidden;min-height:350px}.product-stage>img{width:100%;max-height:580px;object-fit:cover}.hotspot{position:absolute;width:35px;height:35px;border:1px solid #ffffff80;border-radius:50%;background:var(--blue);color:white;font-size:22px;box-shadow:0 0 0 7px #265af12e}.hot-one{left:38%;top:30%}.hot-two{left:65%;top:58%}.product-detail{position:absolute;bottom:22px;left:25px;max-width:360px;background:#f4f5f2ed;padding:16px 20px;font-size:12px;line-height:1.6}.product-detail span{display:block;font-size:10px;color:#687174}.product-specs{display:grid;grid-template-columns:repeat(3,1fr) auto;align-items:center;padding-top:28px;gap:20px}.product-specs span{font-size:8px;color:#737e80;letter-spacing:1.3px}.product-specs p{font-size:12px}.product-specs>a{font-size:12px;border-bottom:1px solid #919a98;padding:12px 0}.product-specs>a span{margin-left:25px;font-size:16px;color:var(--ink)}.contact{display:grid;grid-template-columns:1fr 1fr;gap:12%;background:#e7ebe4}.contact h2{font-size:clamp(48px,5vw,76px);margin:33px 0}.contact>div>p:last-child{font-size:14px;line-height:1.7;color:#69756b}.contact form{padding-top:10px}.contact form h3{font-size:26px}.form-note{font-size:11px;line-height:1.5;color:#606c63;margin-bottom:25px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:22px}label{display:block;font-size:11px;margin-bottom:24px}label>span{color:#7c867f}input,select,textarea{display:block;width:100%;border:0;border-bottom:1px solid #aab5ab;padding:12px 0;background:transparent;border-radius:0;color:#253129;font-size:13px;resize:vertical}input::placeholder,textarea::placeholder{color:#707d72}select{height:43px}.submit{width:100%;padding:18px 22px;background:var(--ink);border:0;color:white;display:flex;justify-content:space-between;font-size:13px}.submit:hover{background:#344239}.privacy-note,#form-status{font-size:10px;line-height:1.6;color:#626f65}footer{padding:45px 5%;display:flex;align-items:center;gap:30px;font-size:10px}footer p{margin-right:auto;color:#737e79}footer .wordmark{font-size:25px}footer .wordmark img{width:24px}footer>span{color:#737e79}.style-tile{max-width:1100px;margin:auto;padding:60px 30px}.swatches{display:flex;gap:15px}.swatches>div{padding:30px;min-width:130px}.tile-sample{padding:30px;margin:30px 0;border:1px solid var(--line)}
@media(min-width:1500px){.hero-copy{padding-top:120px}}@media(max-width:1000px){.section{padding:80px 5%}.hero-copy{padding-top:85px}h1{font-size:66px}.hero{min-height:680px}.benefits{gap:6%}.benefit-intro h2{font-size:34px}.header nav{gap:20px}.product-caption{display:none}footer{flex-wrap:wrap}.product-specs{grid-template-columns:repeat(3,1fr)}.product-specs>a{grid-column:1/-1;width:max-content}}
@media(max-width:650px){.header{height:72px;padding:0 6%;gap:20px}.wordmark{font-size:27px}.nav-cta{margin-left:auto;border:0;padding:0}.nav-cta span{margin-left:8px}.menu-toggle{display:block;border:0;background:none;font-size:21px;padding:8px}.header nav{display:none;position:absolute;top:72px;left:0;right:0;padding:25px 6%;background:var(--paper);flex-direction:column;gap:24px}.header nav.is-open{display:flex}.hero{height:auto;min-height:760px}.hero-copy{padding:55px 6% 290px}.hero-image,.hero video{object-position:55% 100%;height:58%;top:auto;bottom:0}.hero-shade{background:linear-gradient(180deg,#171c21 0%,#171c21 34%,#171c2170 68%,#171c2120 90%,#171c2180)}h1{font-size:53px;letter-spacing:-2.8px;line-height:1.04;margin-top:29px}.desktop-break{display:none}#hero-support{max-width:320px;font-size:13px}.eyebrow{font-size:8px;letter-spacing:1.4px}.hero-link{font-size:10px}.hero-foot{font-size:7px;left:6%;right:6%;bottom:18px}.asset-note{display:none}.primary{padding:16px 20px;margin-top:12px}.intro-strip{padding:26px 6%;display:block}.intro-strip p{font-size:16px;margin-bottom:17px}.intro-strip>div{gap:12px;font-size:9px}.section{padding:65px 6%}.section-heading{display:block;margin-bottom:35px}.section-heading .eyebrow{margin-bottom:25px}.section-heading>p:last-child{font-size:12px;margin-top:22px}h2{font-size:36px;letter-spacing:-1.5px}.steps{display:block}.steps article,.steps article:first-child{padding:25px 0;border-right:0}.line-icon{position:absolute;top:20px;right:15px;margin:0;font-size:35px}.steps h3{margin-top:23px;font-size:27px}.steps p{max-width:100%}.step-label{margin-top:20px}.solution-layout{display:block}.solution-image{min-height:0;height:285px;margin-bottom:30px}.solution-list summary{font-size:24px}.benefits{display:block}.benefit-intro h2{font-size:36px}.benefit-grid{margin-top:50px;gap:35px 24px}.benefit-grid h3{font-size:20px}.benefit-grid p{font-size:11px}.benefit-grid article>span{font-size:7px}.product-stage{min-height:340px}.product-stage>img{height:340px;object-fit:cover}.product-detail{left:15px;bottom:15px;right:15px;max-width:none;font-size:11px}.product-specs{grid-template-columns:1fr 1fr}.product-specs>div:last-of-type{grid-column:1/-1}.contact{display:block}.contact h2{font-size:54px}.contact form{margin-top:40px}.form-row{grid-template-columns:1fr;gap:0}footer{padding:35px 6%;gap:25px}footer p{width:100%;order:2;margin:0}footer>.wordmark{margin-right:auto}footer>span{order:3}footer>a:last-child{order:4;margin-left:auto}.swatches{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}
@supports(animation-timeline:view()){ @media(prefers-reduced-motion:no-preference){.steps article,.benefit-grid article{animation:arrive linear both;animation-timeline:view();animation-range:entry 0% entry 85%}@keyframes arrive{from{transform:translateY(24px)}to{transform:translateY(0)}}}}
/* The film is a native-scroll-controlled, pinned visual story. */
.scroll-story{position:relative;background:#171c21;color:#fff;height:100svh}.scroll-story.story-enabled{height:600svh}.story-stage{height:100svh;min-height:560px;position:sticky;top:0;overflow:hidden;background:#171c21}.story-media{position:absolute;inset:0}.story-media img,.story-media canvas{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.story-media canvas{opacity:0}.story-shade{position:absolute;inset:0;background:linear-gradient(90deg,#10171ee8 0%,#10171e9c 30%,#10171e05 65%),linear-gradient(0deg,#10171e99,transparent 20%);pointer-events:none}.story-chapters{position:absolute;left:5%;top:15%;width:40%;max-width:560px}.story-chapter{position:absolute;inset:0 auto auto 0;width:100%;opacity:0;visibility:hidden;transform:translateY(16px);transition:opacity .35s,transform .35s,visibility .35s;pointer-events:none}.story-chapter.is-active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.story-chapter h1{font-size:clamp(46px,5.5vw,80px);letter-spacing:-3.7px;margin:30px 0 23px}.story-chapter h2{font-size:clamp(44px,5.2vw,76px);letter-spacing:-3px;margin:30px 0 23px;color:white}.story-chapter>p:not(.eyebrow){font-size:14px;line-height:1.8;color:#d0d6db;max-width:330px}.story-controls{position:absolute;bottom:30px;left:5%;right:5%;display:flex;justify-content:space-between;align-items:center;font-size:9px;letter-spacing:1.5px}.story-controls a{padding:12px;border:1px solid #ffffff55;border-radius:3px;letter-spacing:.5px;font-size:11px;background:#17212b80}.story-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#ffffff20}.story-progress span{display:block;width:100%;height:100%;background:#527eff;transform:scaleX(0);transform-origin:left}.story-static{height:auto!important}.story-static .story-stage{position:relative}.story-static .story-progress{display:none}
@media(max-width:650px){.story-stage{min-height:650px}.story-chapters{top:45px;left:6%;right:6%;width:auto;max-width:none;height:310px}.story-chapter h1,.story-chapter h2{font-size:44px;letter-spacing:-2px;line-height:1.03;margin:20px 0 15px}.story-chapter h1 br:nth-child(2){display:none}.story-chapter>p:not(.eyebrow),.story-chapter #hero-support{font-size:12px;line-height:1.6;max-width:330px}.story-chapter .primary{margin-top:7px;padding:14px 20px;font-size:12px}.story-media{top:auto;bottom:80px;height:auto;aspect-ratio:16/9;width:100%}.story-media img,.story-media canvas{object-fit:contain}.story-shade{background:linear-gradient(0deg,#171c21 0%,transparent 16%,transparent 65%,#171c21 90%)}.story-controls{bottom:20px;left:6%;right:6%;font-size:8px;letter-spacing:.8px}.scroll-cue{display:none}.story-chapter[data-chapter="1"] h2,.story-chapter[data-chapter="2"] h2{font-size:48px}}
@media(max-height:700px) and (min-width:651px){.story-chapters{top:8%}.story-chapter h1,.story-chapter h2{font-size:52px;margin:20px 0}.story-chapter>p:not(.eyebrow){font-size:12px}.story-chapter .primary{margin-top:5px}}
@media(prefers-reduced-motion:reduce){.scroll-story.story-enabled{height:100svh}.story-stage{position:relative}.story-chapter{transition:none}}
.story-chapter{transition:none}.story-chapter.is-active{transition:opacity .25s,transform .35s}.story-chapter[data-chapter="1"] h2{font-size:clamp(34px,3.5vw,49px);letter-spacing:-1.8px}.story-chapter[data-chapter="1"]>p:not(.eyebrow){max-width:260px;font-size:12px}
@media(max-width:650px){.story-media{top:48%;bottom:auto}.story-chapters{top:7%}.story-shade{background:none}}

.language-switch{display:flex;align-items:center;gap:3px;border:1px solid var(--line);border-radius:4px;padding:3px;flex-shrink:0}.language-switch button{background:transparent;border:0;border-radius:2px;padding:8px;font-size:11px;min-height:32px;min-width:36px}.language-switch button[aria-pressed="true"]{background:var(--ink);color:white}.header{gap:25px}.header nav{gap:25px}.steps{grid-template-columns:repeat(4,1fr)}.steps article{padding-right:22px;padding-left:22px}.steps h3{font-size:23px}.steps p{font-size:12px}.support-email{display:inline-block;color:var(--blue);font-size:18px;margin:5px 0 12px}.service-link{display:inline-block;font-size:12px;margin-top:12px;color:var(--blue);border-bottom:1px solid #265af155;padding-bottom:5px}html[lang="ka"] body{font-family:'Noto Sans Georgian','DM Sans',sans-serif}html[lang="ka"] h1,html[lang="ka"] h2,html[lang="ka"] h3,html[lang="ka"] .solution-list summary{letter-spacing:-.6px}html[lang="ka"] .wordmark{font-family:'DM Sans',Arial,sans-serif}html[lang="ka"] .story-chapter h1{font-size:clamp(36px,4.1vw,61px);line-height:1.23}html[lang="ka"] .story-chapter h2{font-size:clamp(33px,4vw,57px);line-height:1.25}html[lang="ka"] .story-chapter[data-chapter="1"] h2{font-size:clamp(29px,3.2vw,44px)}html[lang="ka"] .section-heading h2{font-size:clamp(29px,3.3vw,46px);line-height:1.3}html[lang="ka"] .eyebrow,html[lang="ka"] .step-label,html[lang="ka"] .story-controls{letter-spacing:.3px}html[lang="ka"] .steps h3{font-size:19px}html[lang="ka"] .benefit-intro h2{font-size:34px;line-height:1.4}html[lang="ka"] .benefit-grid h3{font-size:22px;line-height:1.4}
@media(max-width:1000px){.header{gap:16px}.header nav{gap:15px}.nav-cta{padding-left:15px}.nav-cta span{margin-left:10px}.steps{grid-template-columns:1fr 1fr;gap:30px 0}.steps article:nth-child(3){padding-left:0}.steps article:nth-child(2){border-right:0}}
@media(max-width:650px){.header{gap:10px;padding:0 5%}.header .wordmark{font-size:24px}.header .wordmark img{width:24px}.header .nav-cta{display:none}.language-switch{margin-left:auto}.language-switch button{padding:7px;min-width:32px}.menu-toggle{padding:6px}.steps{display:block}.steps article{padding:25px 0}html[lang="ka"] .story-chapter h1{font-size:35px;line-height:1.18}html[lang="ka"] .story-chapter h2{font-size:36px}html[lang="ka"] .story-chapter[data-chapter="1"] h2{font-size:32px}html[lang="ka"] .story-chapter>p:not(.eyebrow){font-size:11px;line-height:1.7}html[lang="ka"] .story-chapter .primary{font-size:11px}html[lang="ka"] .contact h2{font-size:42px}html[lang="ka"] .benefit-intro h2{font-size:29px}html[lang="ka"] .benefit-grid h3{font-size:19px}}
