:root{--cream: #F5F2E6;--cream-2: #EFEADB;--cream-3: #E7E0CD;--orange: #FF8B4A;--orange-dk: #F0763A;--ink: #241A24;--ink-60: rgba(36, 26, 36, .62);--ink-40: rgba(36, 26, 36, .4);--line: rgba(36, 26, 36, .1);--white: #FFFDF7;--sand: #F6F2E8;--radius: 16px;--radius-sm: 10px;--shadow: 0 18px 40px -24px rgba(36, 26, 36, .35);--max: 1440px;--font: "Space Grotesk", "Segoe UI", system-ui, -apple-system, "Helvetica Neue", Arial, sans-serif;--font-mono: "JetBrains Mono", ui-monospace, "SFMono-Regular", Menlo, Consolas, monospace}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:104px}body{margin:0;font-family:var(--font);color:var(--ink);background:#fff;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{line-height:1.15;letter-spacing:-.02em;margin:0}p{margin:0}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.accent{color:var(--orange)}.eyebrow{display:inline-block;font-family:var(--font-mono);font-size:.74rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--orange-dk);margin-bottom:.85rem}.hero__logos-label,.footer__col h4,.nav__lang{font-family:var(--font-mono)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--font);font-weight:600;font-size:.95rem;padding:.7rem 1.35rem;border-radius:999px;border:1.5px solid transparent;cursor:pointer;transition:transform .15s ease,background .15s ease,box-shadow .15s ease;white-space:nowrap}.btn--primary{background:var(--orange);color:var(--ink);box-shadow:0 8px 20px -10px #ff8b4ae6}.btn--primary:hover{background:var(--orange-dk);transform:translateY(-1px)}.btn--ghost{background:transparent;color:var(--ink);border-color:var(--ink)}.btn--ghost:hover{background:var(--ink);color:var(--cream)}.btn--lg{padding:.95rem 1.7rem;font-size:1rem}.btn--dark{background:var(--ink);color:var(--cream)}.btn--dark:hover{background:#362836;transform:translateY(-1px)}.btn--block{width:100%}.nav{position:sticky;top:0;z-index:50;padding:16px 20px 0;transition:transform .35s cubic-bezier(.16,1,.3,1)}.nav--hidden{transform:translateY(-140%)}.nav__inner{max-width:var(--max);margin:0 auto;padding:1.15rem .9rem 1.15rem 1.4rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative;background:#f6f2e8eb;-webkit-backdrop-filter:saturate(180%) blur(14px);backdrop-filter:saturate(180%) blur(14px);border:1px solid var(--line);border-radius:999px;box-shadow:0 14px 34px -18px #241a2473;animation:navDrop .55s cubic-bezier(.16,1,.3,1) both;transition:box-shadow .25s ease,transform .25s ease}.nav__inner:hover{box-shadow:0 20px 42px -18px #241a2480}@keyframes navDrop{0%{opacity:0;transform:translateY(-14px)}to{opacity:1;transform:translateY(0)}}.nav__logo{flex-shrink:0;display:flex;align-items:center}.nav__links{display:flex;align-items:center;justify-content:center;gap:30px;font-size:17px;font-weight:500;position:absolute;left:50%;transform:translate(-50%)}.nav__links>a{color:#000;transition:color .15s ease}.nav__links>a:hover{color:var(--orange)}.nav__item{position:relative;display:flex;align-items:center}.nav__trigger{display:inline-flex;align-items:center;gap:.35rem;font-family:var(--font);font-size:.94rem;font-weight:500;color:var(--ink);background:none;border:0;padding:0;cursor:pointer;transition:color .15s ease}.nav__item:hover .nav__trigger,.nav__item:focus-within .nav__trigger,.nav__trigger[aria-expanded=true]{color:var(--orange)}.nav__chev{transition:transform .2s ease;margin-top:1px}.nav__item:hover .nav__chev,.nav__trigger[aria-expanded=true] .nav__chev{transform:rotate(180deg)}.nav__dropdown{position:absolute;top:calc(100% + 16px);left:50%;width:320px;transform:translate(-50%) translateY(8px);background:var(--white);border:1px solid var(--line);border-radius:18px;box-shadow:0 24px 50px -20px #241a2473;padding:.5rem;display:grid;gap:.15rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s}.nav__dropdown:before{content:"";position:absolute;top:-16px;left:0;right:0;height:16px}.nav__item:hover .nav__dropdown,.nav__item:focus-within .nav__dropdown,.nav__dropdown.open{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.nav__dropdown a{display:flex;align-items:center;gap:.8rem;padding:.6rem .7rem;border-radius:12px;color:var(--ink);transition:background .15s ease}.nav__dropdown a:hover{background:var(--cream-2)}.dd__icon{flex-shrink:0;width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#ff8b4a29;color:var(--orange-dk);font-size:1.1rem;font-weight:700}.dd__text{display:flex;flex-direction:column;line-height:1.25}.dd__text strong{font-size:.95rem;font-weight:600}.dd__text span{font-size:.82rem;color:var(--ink-60)}.nav__actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.nav__lang{font-size:.85rem;font-weight:700;letter-spacing:.05em;color:#000;padding:.35rem .6rem;border-radius:8px;border:1px solid var(--line)}.nav__lang:hover{color:var(--ink);border-color:var(--ink-40)}.nav__burger{display:none;flex-direction:column;gap:5px;background:none;border:0;cursor:pointer;padding:6px}.nav__burger span{width:24px;height:2px;background:var(--ink);border-radius:2px;transition:transform .2s ease,opacity .2s ease}.nav__mobile{display:none}.hero{max-width:var(--max);margin:0 auto;padding:3.5rem 1.5rem 3rem}.hero__stage{--main-d: clamp(480px, 50vw, 720px);--logo-d: clamp(340px, 37vw, 490px);--logo-left: calc(var(--main-d) * .79);position:relative;width:calc(var(--logo-left) + var(--logo-d));max-width:100%;margin:0 auto;min-height:calc(var(--main-d) + 2.5rem);padding-top:2.5rem}.hero__circle{border-radius:50%;aspect-ratio:1 / 1}.hero__circle--main{width:var(--main-d);background:var(--sand);border:1px solid var(--line);box-shadow:var(--shadow);display:grid;place-items:center;position:relative;z-index:2}.hero__more{position:absolute;right:0;bottom:12px;z-index:4}.hero__scroll{display:inline-flex;align-items:center;gap:.9rem;color:var(--ink);font-weight:500;font-size:1.02rem}.hero__scroll-icon{display:inline-grid;place-items:center;width:46px;height:46px;border-radius:50%;background:var(--orange);color:var(--ink);box-shadow:0 8px 20px -10px #ff8b4ae6;transition:background .2s ease,transform .2s ease}.hero__scroll:hover .hero__scroll-icon{background:var(--orange-dk);transform:translateY(3px)}.section__head--center{margin-left:auto;margin-right:auto;text-align:center}.picks{display:grid;grid-template-columns:repeat(3,minmax(0,340px));justify-content:center;gap:2rem}.pick{position:relative;margin-top:34px;min-height:560px;background:var(--sand);border-radius:28px;padding:2.75rem 1.9rem 2.25rem;display:flex;flex-direction:column;box-shadow:0 20px 44px -28px #241a2466}.pick__tab{position:absolute;top:-34px;left:30px;width:86px;height:60px;background:inherit;border-radius:16px 16px 0 0;display:grid;place-items:center;padding-bottom:6px}.pick h3{font-size:1.4rem;font-weight:700;margin-bottom:.7rem}.pick>p{color:var(--ink-60);font-size:.98rem;margin-bottom:1.5rem}.pick__list{list-style:none;margin:0 0 2rem;padding:0;display:grid;gap:.85rem}.pick__list li{display:flex;align-items:flex-start;gap:.7rem;font-size:.95rem;line-height:1.4}.pick__check{flex-shrink:0;margin-top:1px;width:22px;height:22px;border-radius:7px;background:var(--ink);color:#fff;display:grid;place-items:center}.pick__cta{margin-top:auto;display:flex;align-items:center;gap:1.3rem;flex-wrap:wrap}.pick__link{font-weight:600;font-size:.95rem;color:var(--ink);border-bottom:1.5px solid var(--ink-40);padding-bottom:1px;transition:border-color .15s ease}.pick__link:hover{border-color:var(--ink)}.pick--consult{background:var(--orange)}.pick--consult>p{color:#241a24b8}.hero__content{width:58%;max-width:430px;text-align:left}.hero__content .hero__sub{margin-bottom:0}.hero__content h1{font-size:clamp(1.9rem,3.8vw,2.9rem);font-weight:800;line-height:1.12;margin-bottom:1.1rem}.hero__sub{font-size:clamp(1rem,1.6vw,1.18rem);color:var(--ink);margin-bottom:1.6rem}.hero__circle--logos{width:var(--logo-d);position:absolute;top:0;left:var(--logo-left);background:#fdfcf8;border:1px solid rgba(36,26,36,.06);box-shadow:0 26px 55px -22px #241a2480;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.9rem}.hero__logos-label{font-size:.86rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-60);margin-bottom:.4rem}.hero__logo{display:flex;align-items:center;gap:.95rem}.hero__logo-svg{flex-shrink:0;width:50px;height:50px}.hero__logo-name{font-size:2.15rem;font-weight:600;color:var(--ink);letter-spacing:-.01em}.section{max-width:var(--max);margin:0 auto;padding:4rem 1.5rem}.section__head{max-width:680px;margin-bottom:2.75rem}.section__head h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800}.section__lead{margin-top:1rem;color:var(--ink-60);font-size:1.05rem}.cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:1.9rem 2rem;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.card:hover{transform:translateY(-3px);box-shadow:var(--shadow);border-color:#ff8b4a80}.card__icon{width:46px;height:46px;display:grid;place-items:center;border-radius:12px;background:#ff8b4a29;color:var(--orange-dk);font-size:1.35rem;font-weight:700;margin-bottom:1.1rem}.card h3{font-size:1.2rem;font-weight:700;margin-bottom:.5rem}.card p{color:var(--ink-60);font-size:.97rem}.bento{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(4,1fr);aspect-ratio:16 / 9;width:100%;gap:14px}.bento__tile--a{grid-column:1 / 3;grid-row:1 / 4}.bento__tile--b{grid-column:3 / 5;grid-row:1 / 3}.bento__tile--c{grid-column:3 / 5;grid-row:3 / 5}.bento__tile--d{grid-column:1 / 3;grid-row:4 / 5}.bento__tile{position:relative;margin:0;min-width:0;min-height:0;border-radius:22px;overflow:hidden;background:var(--cream-3);transition:transform .3s cubic-bezier(.16,1,.3,1)}.bento__tile:hover{transform:translateY(-4px)}.bento__tile img{width:100%;height:100%;object-fit:cover;display:block}.bento__tile:after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,14,20,.85) 0%,rgba(20,14,20,.25) 45%,transparent 72%)}.bento__cap{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:1.35rem 1.4rem;color:#fff;display:flex;flex-direction:column;gap:.15rem}.bento__cap strong{font-size:clamp(.9rem,1.2vw,1.15rem);font-weight:700;line-height:1.2}.bento__cap span{font-family:var(--font-mono);font-size:clamp(.62rem,.75vw,.74rem);line-height:1.35;color:#fffc}.bento__tile--d .bento__cap{padding:1rem 1.4rem}.klientai__head{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem;flex-wrap:wrap;margin-bottom:2.75rem}.klientai__intro{max-width:640px}.klientai__intro h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800}.klientai__intro .section__lead{margin-top:1rem}.story{position:relative;overflow:hidden;border-radius:28px}.story__track{display:flex;align-items:stretch;transition:transform .55s cubic-bezier(.4,0,.2,1);will-change:transform}.story__slide{flex:0 0 100%;min-width:0;height:560px;display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1fr);gap:0;background:var(--sand);border-radius:28px;padding:14px}.story__media{position:relative;border-radius:18px;overflow:hidden;background:var(--cream-3);height:100%;min-height:0}.story__media img{width:100%;height:100%;object-fit:cover;display:block}.story__media:after{content:"";position:absolute;inset:auto 0 0;height:45%;background:linear-gradient(to top,rgba(20,14,20,.75),transparent)}.story__badge{position:absolute;left:1.5rem;bottom:1.4rem;z-index:2;display:flex;flex-direction:column;gap:.15rem;color:#fff}.story__badge strong{font-size:1.15rem;font-weight:700}.story__badge span{font-family:var(--font-mono);font-size:.75rem;color:#fffc}.story__body{display:flex;flex-direction:column;padding:2.5rem 2.25rem 1.5rem 2.75rem}.story__body blockquote{margin:0;font-size:clamp(1.05rem,1.5vw,1.3rem);font-weight:600;line-height:1.45;color:var(--ink)}.story__foot{margin-top:auto;padding-top:2rem;display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.story__stat{display:flex;flex-direction:column}.story__stat strong{font-size:1.75rem;font-weight:800;line-height:1.1}.story__stat span{font-size:.88rem;color:var(--ink-60)}.story__tag{display:inline-flex;align-items:center;gap:.5rem;background:var(--orange);color:var(--ink);border-radius:999px;padding:.55rem 1.1rem;font-size:.95rem;font-weight:600;white-space:nowrap;-webkit-user-select:none;user-select:none}.story__dots{display:flex;justify-content:center;gap:.55rem;margin-top:1.75rem;background:var(--ink);border-radius:999px;padding:.6rem .9rem;width:fit-content;margin-left:auto;margin-right:auto}.story__dot{width:9px;height:9px;border-radius:50%;border:0;padding:0;cursor:pointer;background:#ffffff59;transition:background .2s ease,transform .2s ease}.story__dot:hover{background:#fff9}.story__dot.is-active{background:#fff;transform:scale(1.15)}.sritys__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.srytis{background:var(--sand);border:1px solid var(--line);border-radius:24px;padding:2.25rem;display:grid;gap:1.25rem;transition:transform .18s ease,box-shadow .18s ease}.srytis:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.srytis__head{display:grid;grid-template-columns:68px 1fr;gap:1.25rem;align-items:start}.srytis__icon{width:68px;height:68px;border-radius:50%;background:var(--orange);color:var(--ink);display:grid;place-items:center;font-size:1.9rem;font-weight:700;line-height:1}.srytis__eyebrow{display:inline-block;font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--orange-dk);margin-bottom:.5rem}.srytis h3{font-size:clamp(1.15rem,1.6vw,1.35rem);font-weight:700;line-height:1.3}.srytis>p{color:var(--ink-60);font-size:1rem;line-height:1.6}.srytis__list{list-style:none;margin:0;padding:1.25rem 0 0;border-top:1px solid var(--line);display:grid;gap:.6rem}.srytis__list li{position:relative;padding-left:1.5rem;font-size:.95rem;color:var(--ink)}.srytis__list li:before{content:"";position:absolute;left:0;top:.55em;width:8px;height:8px;border-radius:50%;background:var(--orange)}.srytis--wide{grid-column:1 / -1;background:var(--ink);color:var(--cream);border-color:transparent;display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;align-items:center}.srytis__wide-left{display:flex;flex-direction:column;gap:1.25rem}.srytis--wide h3{color:var(--cream)}.srytis--wide>p{color:#f5f2e6b8;max-width:720px}.srytis--wide .srytis__eyebrow{color:var(--orange)}.srytis__icon--dark{background:#ffffff14;color:var(--orange);font-size:1.6rem}.srytis__cta{display:flex;align-items:center;gap:1.25rem;flex-wrap:wrap}.srytis__cta-note{font-family:var(--font-mono);font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#f5f2e68c}.srytis__benefits{list-style:none!important;margin:0!important;padding:0!important;display:flex!important;flex-direction:column!important;gap:.85rem!important}.srytis__benefit{list-style:none!important;background:#ff8b4a!important;border-radius:12px!important;padding:1rem 1.4rem!important;font-size:1rem!important;color:#1a1a1a!important;line-height:1.5!important;display:block!important}.srytis__benefit:before{display:none!important}.srytis__benefit strong{color:#1a1a1a!important;font-weight:700!important}.faq{display:grid;gap:1.1rem}.faq__item{background:var(--sand);border:1px solid var(--line);border-radius:16px;overflow:hidden;transition:box-shadow .2s ease}.faq__item:hover{box-shadow:0 14px 34px -22px #241a2480}.faq__q{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:2.9rem 2.75rem;font-size:1.45rem;font-weight:700;color:var(--ink);cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none;transition:color .18s ease}.faq__q::-webkit-details-marker{display:none}.faq__q::marker{content:""}.faq__q:hover,.faq__item[open] .faq__q{color:var(--orange)}.faq__icon{flex-shrink:0;color:currentColor;transition:transform .25s ease}.faq__item[open] .faq__icon{transform:rotate(180deg)}.faq__a{padding:0 6rem 2.6rem 2.75rem;color:var(--ink-60);font-size:1.1rem;line-height:1.65}.about{display:grid;grid-template-columns:1.15fr .85fr;gap:3rem;align-items:center;background:var(--sand);border:1px solid var(--line);border-radius:24px;padding:3rem}.about__text h2{font-size:clamp(1.6rem,3.5vw,2.3rem);font-weight:800;margin-bottom:1rem}.about__text p{color:var(--ink-60);margin-bottom:1rem}.about__text .btn{margin-top:.75rem}.about__points{list-style:none;margin:0;padding:0;display:grid;gap:1rem}.about__points li{background:var(--white);border:1px solid var(--line);border-left:3px solid var(--orange);border-radius:var(--radius-sm);padding:1rem 1.25rem;color:var(--ink-60);font-size:.97rem}.about__points strong{color:var(--ink)}.cta-band{background:var(--ink);color:var(--cream);border-radius:24px;padding:3rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cta-band h2{font-size:clamp(1.5rem,3vw,2.1rem);font-weight:800;margin-bottom:.6rem}.cta-band p{color:#f5f2e6b8;max-width:520px}.page{padding-top:4rem}.page__head{max-width:720px;margin:0 auto 3rem;text-align:center}.page__head h1{font-size:clamp(2.2rem,5vw,3.4rem);font-weight:800;margin-bottom:1rem}.contact{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1.5rem;align-items:start}.contact__side{display:grid;gap:1.5rem}.contact__card{background:var(--sand);border:1px solid var(--line);border-radius:24px;padding:2.5rem;display:grid;gap:1.75rem}.contact__card h3{font-size:1.25rem;font-weight:700;margin-bottom:.5rem}.contact__card h4{font-family:var(--font-mono);font-size:.72rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--ink-40);margin-bottom:.6rem}.contact__block{display:grid;gap:.35rem;justify-items:start}.contact__block a{color:var(--ink);transition:color .15s ease}.contact__block a:hover{color:var(--orange)}.contact__meta{color:var(--ink-60);line-height:1.7;font-size:.97rem}.contact__cols{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.contact__card--accent{background:var(--orange);border-color:transparent;gap:1.1rem}.contact__card--accent p{color:#241a24bf}.contact__card--accent .btn{justify-self:start}.contact__form-wrap{background:var(--sand);border:1px solid var(--line);border-radius:24px;padding:2.5rem}.form{display:grid;gap:1.25rem}.field{display:grid;gap:.45rem}.field label{font-size:.92rem;font-weight:600}.field label span[aria-hidden]{color:var(--orange-dk)}.field__opt{font-weight:400;color:var(--ink-40)}.field input,.field select,.field textarea{font-family:var(--font);font-size:1rem;color:var(--ink);background:var(--white);border:1.5px solid var(--line);border-radius:12px;padding:.85rem 1rem;width:100%;transition:border-color .15s ease,box-shadow .15s ease}.field textarea{resize:vertical;min-height:120px}.field input:focus,.field select:focus,.field textarea:focus{outline:none;border-color:var(--orange);box-shadow:0 0 0 3px #ff8b4a38}.field input:user-invalid,.field select:user-invalid,.field textarea:user-invalid{border-color:#d9534f}.checkbox{display:flex;align-items:flex-start;gap:.7rem;font-size:.92rem;color:var(--ink-60);cursor:pointer}.checkbox input{flex-shrink:0;width:20px;height:20px;margin-top:2px;accent-color:var(--orange);cursor:pointer}.checkbox span[aria-hidden]{color:var(--orange-dk)}.form__note{font-size:.85rem;color:var(--ink-40);line-height:1.5}.form button[type=submit]{justify-self:start}.form__status{font-size:.92rem;font-weight:600;min-height:1.2em}.form__status.is-error{color:#c0392b}.form__status.is-ok{color:#1e7b4d}.about-hero{padding-top:3rem;padding-bottom:1rem}.about-hero__stage{--a-main: clamp(460px, 52vw, 700px);--a-badge: clamp(180px, 20vw, 260px);position:relative;width:calc(var(--a-main) * .82 + var(--a-badge));max-width:100%;margin:0 auto;min-height:calc(var(--a-main) + 2rem);padding-top:2rem}.about-hero__circle{border-radius:50%;aspect-ratio:1 / 1}.about-hero__circle--main{width:var(--a-main);background:var(--orange);display:grid;place-items:center;position:relative;z-index:2;box-shadow:var(--shadow)}.about-hero__content{width:66%;max-width:420px}.about-hero__content h1{font-size:clamp(1.8rem,3.6vw,2.7rem);font-weight:800;line-height:1.12;margin-bottom:1.1rem}.about-hero__content p{font-size:clamp(.95rem,1.5vw,1.05rem);color:var(--ink)}.about-hero__circle--badge{width:var(--a-badge);position:absolute;top:0;left:calc(var(--a-main) * .82);background:var(--sand);border:1px solid var(--line);box-shadow:0 26px 55px -22px #241a2480;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;text-align:center;padding:0 9%}.about-hero__circle--badge strong{font-size:clamp(2rem,3.4vw,3rem);font-weight:800;line-height:1}.about-hero__circle--badge span{font-family:var(--font-mono);font-size:.66rem;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-60);white-space:nowrap}.story-grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);gap:3rem;align-items:stretch}.story-grid__text h2{font-size:clamp(1.6rem,3.5vw,2.4rem);font-weight:800;margin-bottom:1.25rem}.story-grid__text p{color:var(--ink-60);margin-bottom:1rem;font-size:1.05rem}.story-grid__stats{list-style:none;margin:2rem 0 0;padding:0;display:flex;gap:2.5rem}.story-grid__stats li{display:flex;flex-direction:column;gap:.2rem}.story-grid__stats strong{font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1;color:var(--orange)}.story-grid__stats span{font-size:.85rem;color:var(--ink-60);line-height:1.35}.story-grid__photo{border-radius:20px;overflow:hidden}.story-grid__photo img{width:100%;height:100%;object-fit:cover;display:block}.principles{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.principle{background:var(--sand);border:1px solid var(--line);border-radius:22px;padding:2rem 1.75rem;display:grid;gap:.6rem;align-content:start;transition:transform .18s ease,box-shadow .18s ease}.principle:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.principle__num{width:44px;height:44px;border-radius:50%;background:var(--orange);color:var(--ink);display:grid;place-items:center;font-family:var(--font-mono);font-size:.85rem;font-weight:700;margin-bottom:.6rem}.principle h3{font-size:1.15rem;font-weight:700}.principle p{color:var(--ink-60);font-size:.95rem}.steps{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem;position:relative}.steps:before{content:"";position:absolute;top:27px;left:12%;right:12%;height:2px;background:repeating-linear-gradient(to right,var(--ink-40) 0 6px,transparent 6px 12px);z-index:0}.step{display:grid;gap:.5rem;justify-items:center;text-align:center;position:relative;z-index:1}.step__dot{width:54px;height:54px;border-radius:50%;background:var(--ink);color:var(--cream);display:grid;place-items:center;font-size:1.15rem;font-weight:700;margin-bottom:.6rem;box-shadow:0 0 0 8px #fff}.step h3{font-size:1.1rem;font-weight:700}.step p{color:var(--ink-60);font-size:.94rem}.footer{background:var(--sand);border-top:1px solid var(--line);margin-top:2rem}.footer__inner{max-width:var(--max);margin:0 auto;padding:3.5rem 1.5rem 2.5rem;display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:2.5rem}.footer__tagline{color:var(--ink-60);margin-top:1rem;max-width:300px;font-size:.97rem}.footer__col h4{font-size:.85rem;text-transform:uppercase;letter-spacing:.1em;color:var(--ink-40);margin-bottom:1rem}.footer__col a,.footer__col span{display:block;color:var(--ink-60);margin-bottom:.55rem;font-size:.95rem}.footer__col a:hover{color:var(--ink)}.footer__col--cta .btn{margin-top:.25rem}.footer__bottom{max-width:var(--max);margin:0 auto;padding:1.5rem;border-top:1px solid var(--line);display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;font-size:.85rem;color:var(--ink-40)}@media(max-width:880px){.nav__links,.nav__actions{display:none}.nav__burger{display:flex;margin-left:auto}.nav__mobile{display:none;flex-direction:column;gap:.15rem;margin:10px auto 0;max-width:var(--max);padding:.75rem 1rem 1rem;border:1px solid var(--line);border-radius:20px;background:var(--white);box-shadow:0 20px 44px -20px #241a2473;animation:navDrop .3s ease both}.nav__mobile.open{display:flex}.nav__mobile>a{padding:.7rem .25rem;color:var(--ink-60)}.nav__mobile-label{padding:.7rem .25rem .3rem;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--ink-40)}.nav__mobile-sub{display:flex;flex-direction:column;padding-left:.9rem;margin-bottom:.4rem;border-left:2px solid rgba(255,139,74,.35)}.nav__mobile-sub a{padding:.5rem .25rem;color:var(--ink-60);font-size:.95rem}.nav__mobile-sub a:hover,.nav__mobile>a:hover{color:var(--ink)}.nav__mobile .btn{margin-top:.6rem}.hero__stage{min-height:0;padding-top:0}.hero__circle{aspect-ratio:auto;border-radius:32px}.hero__circle--main{width:100%;place-items:start;padding:2.6rem 1.8rem}.hero__content{width:100%;max-width:520px;text-align:left}.hero__content h1{font-size:clamp(1.8rem,7vw,2.4rem)}.hero__circle--logos{position:static;left:auto;width:100%;margin-top:1rem;padding:1.6rem;border-radius:24px;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1rem 2.2rem}.hero__logos-label{flex-basis:100%;text-align:center}.hero__more{position:static;margin-top:1.5rem;text-align:center}.hero__scroll{justify-content:center}.cards,.picks,.sritys__grid{grid-template-columns:1fr}.srytis{padding:1.75rem}.pick{min-height:auto}.story__slide{grid-template-columns:1fr;height:auto}.story__media{height:260px}.story__body{padding:1.75rem 1rem 1rem}.klientai__head{align-items:flex-start}.about{grid-template-columns:1fr;padding:2rem}.footer__inner{grid-template-columns:1fr 1fr}.contact{grid-template-columns:1fr}.about-hero__stage{width:100%;min-height:0;padding-top:0}.about-hero__circle{aspect-ratio:auto;border-radius:32px}.about-hero__circle--main{width:100%;padding:2.5rem 1.6rem;place-items:start}.about-hero__content{width:100%;max-width:none}.about-hero__circle--badge{position:static;width:100%;margin-top:1rem;padding:1.5rem;flex-direction:row;gap:.8rem;border-radius:24px}.story-grid{grid-template-columns:1fr;gap:2rem}.principles{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:2rem}.steps:before{display:none}.contact__cols{grid-template-columns:1fr}}@media(max-width:520px){.bento{aspect-ratio:auto;grid-template-columns:repeat(2,1fr);grid-template-rows:none;gap:10px}.bento__tile--a,.bento__tile--b,.bento__tile--c,.bento__tile--d{grid-column:auto;grid-row:auto;aspect-ratio:1}.bento__tile--a{grid-column:1 / 3;aspect-ratio:16 / 10}.footer__inner{grid-template-columns:1fr}.cta-band,.about,.about .about__text,.contact__card,.contact__form-wrap{padding:1.6rem}}.cookie-bar{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;background:var(--white);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow);padding:1.25rem 1.4rem;max-width:320px;display:flex;flex-direction:column;gap:.9rem;opacity:1;transform:translateY(0);transition:opacity .3s ease,transform .3s ease}.cookie-bar--hidden{opacity:0;transform:translateY(10px);pointer-events:none}.cookie-bar__icon{font-size:1.4rem;line-height:1}.cookie-bar__body{display:flex;flex-direction:column;gap:.3rem}.cookie-bar__title{font-size:.95rem;font-weight:700;color:var(--ink);margin:0}.cookie-bar__text{font-size:.8rem;color:var(--ink-60);margin:0;line-height:1.5}.cookie-bar__actions{display:flex;gap:.75rem;align-items:center}.cookie-bar__accept{background:var(--orange);color:#fff;border:none;border-radius:99px;padding:.5rem 1.2rem;font:600 .875rem/1 var(--font);cursor:pointer;transition:background .18s}.cookie-bar__accept:hover{background:var(--orange-dk)}.cookie-bar__decline{background:none;border:none;font:500 .875rem/1 var(--font);color:var(--ink-60);cursor:pointer;padding:0;transition:color .18s}.cookie-bar__decline:hover{color:var(--ink)}@media(max-width:480px){.cookie-bar{left:1rem;right:1rem;bottom:1rem;max-width:none}}
