:root{--primary: #4458c8;--primary-dark: #273690;--primary-soft: #edf0ff;--tertiary: #dab8f4;--tertiary-light: #f5ebfc;--surface: #f6f6f4;--surface-border: #deded9;--text: #171717;--text-muted: #62625f;--white: #ffffff;--danger: #fd4225;color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;background:var(--white);color:var(--text);line-height:1.5}a{color:inherit}img{display:block;max-width:100%}.site-header,.site-footer,main{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-header{display:flex;align-items:center;justify-content:space-between;gap:28px;padding-block:22px}.brand-link,.footer-brand{display:inline-flex;align-items:center;gap:10px;color:var(--text);font-size:1.08rem;font-weight:800;text-decoration:none}.brand-mark,.footer-mark{width:40px;height:40px;border-radius:11px;background:var(--primary);object-fit:cover}.header-actions,.site-nav{display:flex;align-items:center;justify-content:flex-end}.site-nav{gap:22px;color:var(--text-muted);font-size:.95rem;white-space:nowrap}.site-nav a{text-decoration:none}.site-nav a:hover{color:var(--primary)}.language-link{border:1px solid var(--surface-border);border-radius:999px;padding:8px 13px;color:var(--primary)!important;font-weight:700}.hero{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(400px,.98fr);align-items:center;gap:clamp(42px,6vw,82px);padding:56px 0 100px}.hero-copy{max-width:650px}.eyebrow{margin:0 0 16px;color:var(--primary);font-size:.77rem;font-weight:850;letter-spacing:.06em;text-transform:uppercase}h1,h2,h3,p{overflow-wrap:anywhere}h1{margin:0;color:var(--text);font-size:clamp(3.1rem,5.9vw,5.2rem);line-height:.98;letter-spacing:-.055em}html[lang=uk] h1{font-size:clamp(3rem,5.4vw,4.8rem)}h2{margin:0;color:var(--text);font-size:clamp(2.25rem,4.4vw,4rem);line-height:1;letter-spacing:-.045em}h3{margin:14px 0 8px;font-size:1.22rem;line-height:1.2;letter-spacing:-.02em}.hero-description,.section-heading>p:not(.eyebrow){color:var(--text-muted);font-size:1.1rem}.hero-description{max-width:590px;margin:24px 0 26px}.hero-note{margin:12px 0 0;color:var(--text-muted);font-size:.9rem}.hero-highlights{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0 0;padding:0;list-style:none}.hero-highlights li{border:1px solid var(--surface-border);border-radius:999px;padding:7px 11px;background:var(--surface);color:#484845;font-size:.82rem;font-weight:650}.store-buttons{display:flex;flex-wrap:wrap;gap:14px;align-items:center}.store-button{display:inline-block;line-height:0;text-decoration:none}.store-badge{display:block;width:auto}.store-badge-app-store{height:44px}.store-badge-google-play{height:52px}.store-buttons-compact{flex-wrap:nowrap;gap:10px}.store-buttons-compact .store-badge-app-store{height:40px}.store-buttons-compact .store-badge-google-play{height:47px}.hero-visual{position:relative;display:grid;grid-template-columns:150px minmax(0,1fr);gap:26px;align-items:center;min-height:610px;overflow:hidden;border-radius:36px;padding:30px 28px 0;background:radial-gradient(circle at 82% 15%,rgba(255,255,255,.7),transparent 24%),linear-gradient(145deg,var(--primary) 0%,#7180db 45%,var(--tertiary) 100%)}.hero-screen-tabs{display:grid;gap:9px;align-self:center}.hero-screen-tabs button{display:grid;grid-template-columns:25px 1fr;gap:8px;align-items:center;width:100%;border:1px solid rgba(255,255,255,.5);border-radius:13px;padding:10px;background:#fff3;color:#ffffffdb;cursor:pointer;font:inherit;font-size:.82rem;font-weight:750;text-align:left;transition:background .14s ease,color .14s ease,transform .14s ease}.hero-screen-tabs button:hover,.hero-screen-tabs button:focus-visible{background:#ffffff57;outline:none}.hero-screen-tabs button[aria-selected=true]{background:var(--white);color:var(--primary-dark);box-shadow:0 12px 30px #21255333;transform:translate(4px)}.hero-screen-tabs button span{color:currentColor;font-size:.68rem;font-weight:900;opacity:.7}.phone-frame{margin:0;overflow:hidden;border:9px solid #111111;border-radius:30px;background:#111;box-shadow:0 28px 70px #14141440}.phone-frame img{width:100%;aspect-ratio:1320 / 2868;object-fit:cover}.hero-phone{align-self:end;justify-self:center;width:min(270px,100%);border-bottom:0;border-radius:30px 30px 0 0}.section{padding:94px 0;border-top:1px solid var(--surface-border)}.section-heading{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.58fr);gap:38px;align-items:end;margin-bottom:42px}.section-heading .eyebrow{grid-column:1 / -1;margin-bottom:-20px}.section-heading>p:not(.eyebrow){margin:0}.feature-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.feature-card{min-height:250px;border:1px solid var(--surface-border);border-radius:22px;padding:clamp(24px,3vw,34px);background:var(--white)}.feature-card:nth-child(2),.feature-card:nth-child(3){background:var(--surface)}.feature-card:nth-child(4){background:var(--tertiary-light)}.feature-label{display:inline-block;border-radius:999px;padding:6px 10px;background:var(--primary-soft);color:var(--primary);font-size:.76rem;font-weight:850;text-transform:uppercase}.feature-card h3{max-width:420px;margin-top:28px;font-size:clamp(1.35rem,2.4vw,2rem)}.feature-card p,.workflow-list p,.story-copy p,.faq-list p{margin:0;color:var(--text-muted)}.workflow-section{border-top:0;border-radius:32px;padding-inline:clamp(24px,5vw,68px);background:var(--primary-soft)}.section-heading-centered{display:block;max-width:790px;margin-inline:auto;text-align:center}.section-heading-centered .eyebrow{margin-bottom:16px}.section-heading-centered>p:not(.eyebrow){max-width:640px;margin:20px auto 0}.workflow-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;list-style:none;counter-reset:workflow}.workflow-list li{position:relative;min-height:220px;border:1px solid rgba(68,88,200,.18);border-radius:20px;padding:26px;background:#ffffffb8}.workflow-list li:not(:last-child):after{position:absolute;z-index:2;top:38px;right:-23px;width:30px;height:2px;background:var(--primary);content:""}.workflow-list li>span{display:grid;place-items:center;width:30px;height:30px;border-radius:999px;background:var(--primary);color:var(--white);font-size:.82rem;font-weight:800}.workflow-list h3{margin-top:28px}.product-stories{display:grid;gap:18px}.product-story{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,1.14fr);align-items:center;min-height:560px;overflow:hidden;border:1px solid var(--surface-border);border-radius:26px;background:var(--white)}.product-story:nth-child(2n) .story-copy{order:2}.product-story:nth-child(2n) .story-visual{order:1;background:var(--tertiary-light)}.story-copy{padding:clamp(32px,6vw,72px)}.story-copy h3{margin-top:18px;font-size:clamp(1.8rem,3.3vw,3rem);line-height:1.03}.story-copy p{max-width:470px;font-size:1.05rem}.story-number{color:var(--primary);font-size:.78rem;font-weight:900}.story-visual{display:grid;place-items:end center;align-self:stretch;overflow:hidden;padding:46px 46px 0;background:var(--surface)}.story-visual .phone-frame{width:min(280px,72%);border-bottom:0;border-radius:30px 30px 0 0}.faq-section{display:grid;grid-template-columns:minmax(250px,.65fr) minmax(0,1fr);gap:clamp(44px,8vw,100px);align-items:start}.faq-heading{position:sticky;top:30px}.faq-list details{border-bottom:1px solid var(--surface-border);padding:22px 0}.faq-list details:first-child{padding-top:0}.faq-list summary{position:relative;padding-right:34px;cursor:pointer;font-size:1.08rem;font-weight:750;list-style:none}.faq-list summary::-webkit-details-marker{display:none}.faq-list summary:after{position:absolute;top:0;right:3px;color:var(--primary);content:"+";font-size:1.35rem;line-height:1}.faq-list details[open] summary:after{content:"−"}.faq-list p{max-width:650px;padding:12px 34px 0 0}.final-cta{display:flex;align-items:center;justify-content:space-between;gap:42px;margin:30px 0 94px;border-radius:30px;padding:clamp(34px,6vw,70px);background:linear-gradient(130deg,var(--tertiary-light),var(--primary-soft))}.final-cta h2{max-width:680px;font-size:clamp(2.15rem,4vw,3.5rem)}.final-cta p{margin:18px 0 0;color:var(--text-muted)}.final-cta .store-buttons{flex:0 0 auto}.site-footer{display:flex;justify-content:space-between;gap:32px;border-top:1px solid var(--surface-border);padding:36px 0 48px}.site-footer p{max-width:470px;margin:10px 0 0;color:var(--text-muted)}.site-footer nav{display:flex;flex-wrap:wrap;align-content:flex-start;justify-content:flex-end;gap:14px;color:var(--text-muted)}.site-footer nav span{flex-basis:100%;color:var(--text);font-weight:800;text-align:right}.site-footer nav a{text-decoration:none}.legal-page{background:var(--surface)}.legal-document{max-width:880px;margin-block:42px 72px;border:1px solid var(--surface-border);border-radius:18px;padding:clamp(24px,5vw,52px);background:var(--white)}.legal-document h1{font-size:clamp(2rem,5vw,3.2rem);line-height:1.05}.legal-document h2{margin-top:34px;font-size:1.45rem;line-height:1.2;letter-spacing:-.02em}.legal-document h3{margin-top:24px}.legal-document p,.legal-document li{color:var(--text-muted)}.legal-document a{color:var(--primary);font-weight:700}.legal-document .warning{border-left:4px solid var(--danger);border-radius:8px;padding:18px;background:#ffebee}.legal-document .warning h3{color:#c62828}.legal-document .steps{border-radius:8px;padding:20px;background:var(--surface)}.legal-document .step{margin-bottom:16px}.legal-document .step-number{display:inline-grid;place-items:center;width:28px;height:28px;margin-right:10px;border-radius:999px;background:var(--primary);color:var(--white);font-weight:800}@media(max-width:960px){.hero{grid-template-columns:1fr}.hero-copy{max-width:780px}.hero-visual{width:min(640px,100%);min-height:620px;margin-inline:auto}.section-heading{grid-template-columns:1fr;gap:20px}.section-heading .eyebrow{margin-bottom:-4px}.product-story{grid-template-columns:minmax(0,.9fr) minmax(320px,1.1fr)}.faq-section{grid-template-columns:1fr}.faq-heading{position:static}.final-cta{align-items:flex-start;flex-direction:column}}@media(max-width:700px){.site-header,.site-footer,main{width:min(100% - 24px,1180px)}.site-header{padding-block:16px}.site-nav>a:not(.language-link){display:none}.brand-mark,.footer-mark{width:36px;height:36px}.hero{gap:38px;padding:46px 0 72px}h1,html[lang=uk] h1{font-size:clamp(2.65rem,13vw,3.65rem)}h2{font-size:clamp(2.1rem,10.5vw,3rem)}.hero-description{font-size:1.03rem}.hero-highlights{margin-top:22px}.hero-visual{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:22px;min-height:650px;border-radius:24px;padding:18px 16px 0}.hero-screen-tabs{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}.hero-screen-tabs button{grid-template-columns:22px 1fr;padding:9px}.hero-screen-tabs button[aria-selected=true]{transform:none}.hero-phone{width:min(225px,72%)}.section{padding:72px 0}.feature-grid,.workflow-list{grid-template-columns:1fr}.feature-card{min-height:0}.feature-card h3{margin-top:22px}.workflow-section{border-radius:24px;padding-inline:18px}.workflow-list li{min-height:0}.workflow-list li:not(:last-child):after{inset:auto auto -17px 39px;width:2px;height:18px}.product-story,.product-story:nth-child(2n){grid-template-columns:1fr;min-height:0}.product-story .story-copy,.product-story:nth-child(2n) .story-copy{order:1}.product-story .story-visual,.product-story:nth-child(2n) .story-visual{order:2}.story-copy{padding:30px 24px}.story-visual{min-height:430px;padding:30px 24px 0}.story-visual .phone-frame{width:min(220px,72%)}.faq-section{gap:36px}.final-cta{margin-bottom:72px;border-radius:24px;padding:30px 24px}.final-cta .store-buttons{flex:1 1 auto}.site-footer{flex-direction:column}.site-footer nav{justify-content:flex-start}.site-footer nav span{text-align:left}}@media(max-width:380px){.store-buttons{gap:8px}.store-badge-app-store{height:39px}.store-badge-google-play{height:46px}}
