:root{--bg: #ffffff;--ink: #111217;--text: #0b1220;--muted: #475569;--border: #e2e8f0;--primary: #16a34a;--primary-600: #15803d;--primary-700: #166534;--ghost: #0f172a;--alt: #f8fafc}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,"Apple Color Emoji","Segoe UI Emoji";color:var(--text);background:var(--bg)}#app{min-height:100vh}.container{width:min(1120px,100% - 2rem);margin-inline:auto}.header{position:sticky;top:0;z-index:50;background:#ffffffd9;-webkit-backdrop-filter:saturate(180%) blur(10px);backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--border)}.header__inner{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0}.burger{display:none}.logo{font-weight:800;letter-spacing:.2px;font-size:22px}.nav{display:flex;gap:1rem;align-items:center}.nav a{color:var(--text);text-decoration:none;font-weight:500}.nav a:hover{color:var(--primary)}@media (max-width: 960px){.nav{display:none}.burger{display:inline-grid;width:40px;height:40px;place-items:center;border-radius:10px;border:1px solid var(--border);background:#fff;color:#0f172a}}.mobile-menu{position:sticky;top:56px;z-index:40;border-bottom:1px solid var(--border);background:#fff}.mobile-menu__links{display:grid;gap:8px;padding:10px 1rem 12px}.mobile-menu__links a{display:block;padding:10px 12px;border-radius:10px;color:var(--ghost);text-decoration:none;border:1px solid var(--border);background:#fff}.mobile-menu__links .btn{height:42px}.hero{position:relative;background:#fff;border-bottom:1px solid var(--border)}.hero:before{content:none}.hero__inner{padding:96px 0 72px}.hero__grid{display:grid;grid-template-columns:1.1fr .9fr;align-items:center;gap:2rem}@media (max-width: 960px){.hero__grid{grid-template-columns:1fr}}.hero__content{max-width:760px;text-align:left}.hero h1{margin:0 0 .75rem;font-size:clamp(32px,4vw,54px);line-height:1.08;letter-spacing:-.01em;max-width:18ch}.subtitle{margin:.25rem 0 0;color:var(--muted);font-size:1.125rem;line-height:1.6}.hero__actions{display:flex;gap:.5rem;margin-top:1.25rem}.hero__meta{display:flex;gap:1rem;margin-top:1.25rem;color:var(--muted);font-size:.95rem}.trust{margin-top:1.25rem}.trust__label{display:block;font-size:12px;color:#64748b;margin-bottom:6px}.trust__logos{display:grid;grid-auto-flow:column;gap:14px;align-items:center;width:max-content}.trust__logo{height:26px;padding:0 10px;border:1px solid var(--border);border-radius:8px;display:inline-grid;place-items:center;color:#0f172a;font-weight:700;font-size:12px;background:#fff;opacity:.9}.hero__preview{position:relative;isolation:isolate}.hero__glow{display:none}.preview{border:1px solid var(--border);border-radius:18px;background:#fff;box-shadow:0 12px 28px #0206170f;overflow:hidden}.preview__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;padding:12px 14px;border-bottom:1px solid var(--border);background:#f8fafc}.avatar{width:28px;height:28px;border-radius:6px;background:#0f172a;box-shadow:0 6px 14px #02061726}.title strong{display:block;font-size:14px}.title span{display:block;font-size:12px;color:#64748b}.chips{display:flex;gap:6px}.chip{padding:4px 8px;background:#e2e8f0;color:#0f172a;border-radius:999px;font-size:12px;font-weight:700}.chip--success{background:#e2e8f0;color:#0f172a}.preview__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:12px;padding:12px}@media (max-width: 960px){.preview__grid{grid-template-columns:1fr}}.panel{border:1px solid var(--border);border-radius:14px;background:#fff;padding:12px;box-shadow:0 8px 20px #0206170d}.panel__head{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.panel__title{font-size:13px;color:#0f172a;font-weight:700}.panel--stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.panel--donut{display:grid;grid-template-rows:auto 1fr auto;align-items:center;justify-items:center}.legend{display:grid;grid-template-columns:repeat(2,auto);gap:6px 12px;margin-top:8px;font-size:12px;color:#475569}.legend i{display:inline-block;width:10px;height:10px;border-radius:3px;background:var(--c);margin-right:6px;vertical-align:-1px}.skeleton{background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 37%,#f1f5f9 63%);background-size:400% 100%;animation:shimmer 1.6s infinite linear;border-radius:10px}.skeleton--title{height:20px;width:60%;margin-bottom:12px}.skeleton--line{height:12px;width:100%;margin-bottom:10px}.skeleton--panel{height:120px;width:100%;margin:8px 0 12px;border-radius:12px}.skeleton--grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-bottom:12px}.skeleton--grid>div{height:56px;border-radius:10px;background:#eef2f7}.skeleton--cta{height:40px;width:40%}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.widgets{display:grid;gap:10px;margin:8px 0 14px}.widget{border:1px solid var(--border);border-radius:12px;background:#fff;padding:10px}.widget--stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat{background:#f8fafc;border:1px solid #e5e7eb;border-radius:10px;padding:8px;text-align:center}.stat__value{font-weight:800;color:#0f172a}.stat__label{font-size:12px;color:#64748b}.widget--chart{position:relative;padding-top:6px;min-height:72px}.chart{width:100%;height:56px;display:grid}.chart canvas{width:100%!important;height:100%!important}.chart--spark{height:56px}.chart--bars{height:100px}.widget--donut{display:grid;place-items:center}.chart--donut{height:160px}.widget__meta{display:flex;justify-content:space-between;margin-top:6px;font-size:12px;color:#475569}.meta__delta{font-weight:700}.meta__delta--up{color:#16a34a}.meta__delta--down{color:#dc2626}.widget--bars{display:grid;gap:8px}.kpi{position:absolute;right:-8px;bottom:-12px;transform:translateY(20%);padding:10px 12px;border-radius:12px;background:#0f172a;color:#fff;box-shadow:0 10px 24px #02061733}.kpi--alt{inset:-12px auto auto -8px;transform:translateY(-10%);background:#111217}.kpi__value{font-weight:800;font-size:18px;line-height:1}.kpi__label{font-size:12px;opacity:.8}.hero__note{position:absolute;top:50%;right:-10px;transform:translate(40%,-50%);max-width:220px;padding:10px 12px;border-radius:12px;background:#0f172ad9;color:#fff;box-shadow:0 10px 24px #0206172e;font-size:13px;line-height:1.35}@media (max-width: 960px){.hero__note{display:none}}.section{padding:80px 0;position:relative;overflow:clip}.section--alt{background:var(--alt)}.section--dark{background:var(--ink);color:#fff}.section--dark+.section--alt .wave--top path{fill:#111217}.section--dark .section__title{color:#fff}.section--dark p,.section--dark .muted{color:#cbd5e1}.section__title{margin:0 0 2rem;font-size:clamp(24px,3vw,36px);text-align:left}.grid{display:grid;gap:1rem}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 960px){.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.grid--3{grid-template-columns:1fr}}.stack--grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width: 960px){.stack--grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.stack--grid{grid-template-columns:1fr}}.stack__item{display:flex;gap:12px;align-items:flex-start;padding:12px;border:1px solid var(--border);border-radius:12px;background:#fff}.section--dark .stack__item{background:#16181f;border-color:#ffffff0f}.section--dark .stack__body p{color:#cbd5e1}.stack__icon{width:44px;height:44px;border-radius:10px;display:grid;place-items:center;font-weight:800;color:#fff;background:var(--c, #0f172a);box-shadow:0 6px 16px #02061714}.stack__body h4{margin:0 0 4px}.stack__body p{margin:0;color:var(--muted)}.card{padding:1.25rem;border:1px solid var(--border);border-radius:12px;background:#fff}.section--dark .card{background:#16181f;border-color:#ffffff0f}.card h3{margin:0 0 .5rem}.card p{margin:0;color:var(--muted)}.section--dark .card p{color:#cbd5e1}.timeline{position:relative;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;padding-top:24px}.timeline:before{content:"";position:absolute;left:12px;right:12px;top:34px;height:2px;background:linear-gradient(90deg,#e2e8f0cc,#e2e8f033);border-radius:2px;transform-origin:left center;transform:scaleX(1)}.timeline__item{position:relative;display:grid;gap:8px}.timeline__dot{z-index:1;width:36px;height:36px;border-radius:999px;background:#0f172a;color:#fff;display:grid;place-items:center;font-weight:800;box-shadow:0 6px 16px #0206172e}.timeline__content{padding:12px;border:1px solid var(--border);border-radius:12px;background:#fff}.timeline__content h4{margin:0 0 4px}.timeline__content p{margin:0;color:var(--muted)}@media (max-width: 960px){.timeline{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.timeline{grid-template-columns:1fr}.timeline:before{left:12px;right:auto;width:2px;height:calc(100% - 24px);top:24px;background:linear-gradient(180deg,#e2e8f0cc,#e2e8f033);transform-origin:top center}}.timeline__item:hover .timeline__content{transform:translateY(-2px);box-shadow:0 10px 24px #02061714;transition:transform .2s ease,box-shadow .2s ease}.timeline__item:hover .timeline__dot{box-shadow:0 10px 20px #02061738;transition:box-shadow .2s ease}@media (prefers-reduced-motion: no-preference){.timeline:before{transform:scaleX(0);animation:axisIn .6s ease-out forwards}.timeline__item{opacity:0;transform:translateY(8px)}.timeline__item:nth-child(1){animation:itemIn .35s ease-out forwards .05s}.timeline__item:nth-child(2){animation:itemIn .35s ease-out forwards .1s}.timeline__item:nth-child(3){animation:itemIn .35s ease-out forwards .15s}.timeline__item:nth-child(4){animation:itemIn .35s ease-out forwards .2s}.timeline__dot{animation:pop .35s ease-out both .25s}}@keyframes axisIn{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes axisInY{0%{transform:scaleY(0)}to{transform:scaleY(1)}}@keyframes itemIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(.85)}to{transform:scale(1)}}@media (max-width: 640px) and (prefers-reduced-motion: no-preference){.timeline:before{transform:scaleY(0);animation:axisInY .6s ease-out forwards}}.project{border:1px solid var(--border);border-radius:12px;overflow:hidden;background:#fff}.project__thumb{height:160px;background:repeating-linear-gradient(45deg,#eff6ff,#eff6ff 10px,#dbeafe 10px 20px);border-bottom:1px solid var(--border)}.project__body{padding:.75rem 1rem .25rem}.project h3{margin:0 0 .25rem}.project p{margin:0;color:var(--muted)}.project__footer{padding:.75rem 1rem 1rem}.project .btn{height:36px;border-radius:10px}.project{transition:transform .18s ease,box-shadow .18s ease}.project:hover{transform:translateY(-2px);box-shadow:0 12px 28px #02061714}.plan{position:relative;padding:1.25rem;border:1px solid var(--border);border-radius:16px;background:#fff}.section--dark .plan{background:#16181f;border-color:#ffffff0f}.plan--featured{border-color:#86efac;box-shadow:0 10px 30px #16a34a26}.badge{position:absolute;top:12px;right:12px;background:#dcfce7;color:#166534;border-radius:999px;padding:.25rem .5rem;font-size:12px;font-weight:700}.plan__price{margin:.5rem 0 1rem;font-weight:800;font-size:1.25rem}.plan__list{margin:0 0 1rem;padding-left:1rem;color:var(--muted)}.plan__list li{margin:.25rem 0}.section--dark .plan__list{color:#cbd5e1}.contact{max-width:680px}.contact__grid{display:grid;grid-template-columns:1.1fr .9fr;gap:1rem;max-width:none}@media (max-width: 960px){.contact__grid{grid-template-columns:1fr}}.contact__panel{border:1px solid var(--border);background:#fff;border-radius:14px;padding:14px;box-shadow:0 10px 24px #0206170d}.contact__aside{border:1px solid var(--border);background:#fff;border-radius:14px;padding:16px;box-shadow:0 10px 24px #0206170d}.contact__aside h3{margin:0 0 10px;font-size:20px}.contact__list{list-style:none;margin:0;padding:0;display:grid;gap:12px}.contact__item{display:grid;grid-template-columns:20px 1fr;gap:10px;align-items:start}.contact__ico{width:22px;height:22px;display:inline-grid;place-items:center;color:#0f172a;opacity:.9}.contact__info strong{display:block;font-size:14px;color:#0f172a}.contact__list a{color:#0f172a;text-decoration:none}.contact__list a:hover{color:var(--primary)}.contact__links{display:flex;gap:8px;flex-wrap:wrap}.contact__badges{margin-top:10px}.contact__cta{display:flex;gap:8px;margin-top:12px}.form{display:grid;gap:1rem}.form__row{display:grid;gap:.25rem}.form label{font-weight:600}.form input,.form textarea{width:100%;padding:.75rem .875rem;border:1px solid var(--border);border-radius:10px;font:inherit}.form select{width:100%;padding:.625rem .875rem;border:1px solid var(--border);border-radius:10px;background:#fff;font:inherit}.form input:focus,.form textarea:focus{outline:none;border-color:#93c5fd;box-shadow:0 0 0 3px #dbeafe}.error{color:#dc2626}.success{padding:1rem;border:1px solid var(--border);border-radius:12px;background:#f0fdf4}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;height:42px;padding:0 1rem;border-radius:12px;border:1px solid var(--border);background:#fff;color:var(--ghost);font-weight:600;text-decoration:none}.section--dark .btn{background:#0f1116;color:#fff;border-color:#ffffff1a}.btn--sm{height:36px;padding:0 .75rem}.btn--block{display:flex;width:100%}.btn--primary{background:#0f172a;border-color:#0f172a;color:#fff}.btn--primary:hover{background:#111827;border-color:#111827}.btn--ghost{background:#fff}.btn--dark{background:#0f172a;border-color:#0f172a;color:#fff}@media (prefers-reduced-motion: no-preference){.hero__content{animation:fadeUp .24s ease-out both}.preview{animation:fadeUp .3s .04s ease-out both}}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.footer{border-top:1px solid var(--border);background:#fff}.footer__top{display:grid;grid-template-columns:1.2fr 1fr 1fr;gap:1rem;padding:24px 0;align-items:start}@media (max-width: 960px){.footer__top{grid-template-columns:1fr}}.footer__brand .logo{font-size:22px;font-weight:900}.footer__brand p{margin:8px 0 0}.footer__nav{display:grid;gap:8px;align-content:start}.footer__nav a{color:var(--text);text-decoration:none}.footer__nav a:hover{color:var(--primary)}.footer__contacts{display:grid;gap:6px}.footer__contacts .row{display:flex;gap:8px;align-items:center;color:var(--text)}.footer__contacts a{color:var(--text);text-decoration:none}.footer__contacts a:hover{color:var(--primary)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;padding:12px 0;border-top:1px solid var(--border)}.section--with-waves{position:relative}.section--with-waves .wave path{transition:fill .2s ease}#services{padding-top:80px;padding-bottom:80px;overflow:visible}.wave{position:absolute;left:0;width:100%;height:120px;pointer-events:none}.wave--top{top:-1px;transform:translateY(-100%)}.wave--bottom{bottom:-1px;transform:translateY(100%)}.wave--inset{bottom:-1px}.features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width: 960px){.features{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.features{grid-template-columns:1fr}}.feature{padding:1rem 1.25rem;border-radius:12px;border:1px solid var(--border);background:#fff}.feature h4{margin:0 0 .25rem}.feature p{margin:0;color:var(--muted)}.section--dark .feature{background:#16181f;border-color:#ffffff0f}.section--dark .feature p{color:#cbd5e1}.gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width: 960px){.gallery{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.gallery{grid-template-columns:1fr}}.media{position:relative;aspect-ratio:16 / 10;border-radius:14px;overflow:hidden;border:1px solid var(--border);background:#e5e7eb}.media--tall{aspect-ratio:4 / 5}.media--wide{aspect-ratio:21 / 9}.media__caption{position:absolute;left:12px;bottom:12px;padding:4px 8px;border-radius:8px;background:#0009;color:#fff;font-size:12px}.testimonials{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}@media (max-width: 960px){.testimonials{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 640px){.testimonials{grid-template-columns:1fr}}.testimonial{padding:1rem;border-radius:12px;border:1px solid var(--border);background:#fff}.testimonial p{margin:.5rem 0 0;color:var(--muted)}.section--dark .testimonial{background:#16181f;border-color:#ffffff0f}.section--dark .testimonial p{color:#cbd5e1}.dots{display:flex;gap:10px;justify-content:center;align-items:center;margin:12px 0 4px}.dot{width:10px;height:10px;border-radius:999px;border:1px solid rgba(255,255,255,.4);background:transparent}.dot.is-active{background:#fff;border-color:#fff}
