@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&display=swap";:root{color-scheme:dark;--bg: #0f172a;--bg-alt: #111827;--text: #e5e7eb;--muted: #9ca3af;--accent: #3b82f6;--accent-strong: #2563eb;--panel: rgba(15, 23, 42, .7);--panel-strong: rgba(17, 24, 39, .85);--border: rgba(148, 163, 184, .2);--shadow: 0 18px 40px rgba(0, 0, 0, .35)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Manrope,system-ui,-apple-system,Segoe UI,sans-serif;color:var(--text);background:radial-gradient(900px 500px at 10% -10%,rgba(59,130,246,.18),transparent 60%),radial-gradient(700px 380px at 90% 10%,rgba(37,99,235,.16),transparent 60%),var(--bg);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input{font-family:inherit}.page{min-height:100vh}.container{width:min(1100px,100% - 32px);margin:0 auto}.header{padding:20px 0 10px}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.brand{display:flex;align-items:center;gap:12px}.header__actions{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.header__messages{display:flex;gap:10px;flex-wrap:wrap}.header__phone{display:none;align-items:center;gap:10px;padding:10px 14px;border:1px solid rgba(148,163,184,.35);border-radius:12px;background:#0f172a99;color:var(--text);font-weight:700;letter-spacing:.2px;box-shadow:0 10px 24px #00000040}.brand__logo{width:260px;height:auto;max-height:96px;object-fit:contain}.hero{padding:36px 0 48px}.hero__grid{display:grid;gap:28px}.hero__content h1{font-size:clamp(1.75rem,4vw,2.6rem);line-height:1.2;margin-bottom:16px}.kicker{font-size:.9rem;text-transform:uppercase;letter-spacing:.16em;color:#e5e7eb99;margin-bottom:10px}.lead{font-size:1.05rem;color:var(--text);margin-bottom:18px}.hero__triggers{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:22px}.hero__triggers span{padding:8px 12px;border-radius:999px;background:#94a3b81f;border:1px solid rgba(148,163,184,.2);font-size:.9rem}.hero__actions{display:flex;flex-wrap:wrap;gap:12px}.hero__note{margin-top:16px;color:var(--muted)}.hero__card{background:var(--panel);border:1px solid var(--border);border-radius:18px;padding:22px;box-shadow:var(--shadow)}.hero__badge{display:inline-flex;align-items:center;gap:10px;font-weight:600;padding:10px 14px;border-radius:12px;background:#3b82f61f;border:1px solid rgba(59,130,246,.3);margin-bottom:18px}.hero__list{display:grid;gap:12px;list-style:none}.hero__list li{display:flex;gap:10px;align-items:flex-start}.section{padding:48px 0}.section--muted{background:var(--panel-strong)}.section__header{margin-bottom:24px}.section__header h2,.section__header .section-title{font-size:clamp(1.4rem,2.8vw,2rem);margin-bottom:8px}.muted{color:var(--muted)}.section__note{margin-top:18px;color:var(--muted)}.cards{display:grid;gap:16px}.cards--compact{grid-template-columns:1fr}.card{display:flex;gap:12px;align-items:flex-start;padding:16px 18px;border-radius:14px;background:#0f172a99;border:1px solid var(--border)}.progress-wrap{display:grid;gap:14px}.progress__labels{display:none;justify-content:space-between;color:var(--muted);font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;padding:0 6px}.progress{list-style:none;display:grid;gap:14px;position:relative;padding:0;margin:0}.progress:before{content:"";position:absolute;left:14px;top:14px;bottom:14px;width:2px;background:#3b82f633}.progress__item{display:grid;grid-template-columns:28px 1fr;align-items:center;gap:12px;position:relative;color:var(--text)}.progress__text{font-size:1rem}.progress__dot{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-weight:600;background:#3b82f62e;border:1px solid rgba(59,130,246,.35);color:var(--text);position:relative;z-index:1}@keyframes progressPulse{0%,to{box-shadow:0 0 #3b82f633}50%{box-shadow:0 0 16px #3b82f680}}@keyframes progressSweep{0%{transform:translate(-35%);opacity:0}30%{opacity:1}to{transform:translate(35%);opacity:0}}.price{display:grid;gap:12px}.price__item{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-radius:14px;background:#0f172a99;border:1px solid var(--border);font-size:1rem}.price__item strong{font-size:1.1rem}.contact{display:grid;gap:24px}.contact__intro{max-width:720px}.contact__grid{display:grid;gap:24px;align-items:stretch}.form{display:grid;gap:16px;padding:22px;border-radius:18px;background:#0f172aa6;color:var(--text);border:1px solid var(--border);box-shadow:var(--shadow)}.form label,.modal__form label{display:grid;gap:6px;font-weight:600}.form input,.modal__form input{border:1px solid rgba(148,163,184,.35);border-radius:10px;padding:12px 14px;font-size:1rem;background:#0f172ae6;color:var(--text)}.pin__input{text-align:center;letter-spacing:.28em;font-size:1.1rem}.form input::placeholder,.modal__form input::placeholder{color:#e5e7eb80}.form input:focus,.modal__form input:focus{outline:2px solid rgba(59,130,246,.35);border-color:#3b82f6b3}.form__status{font-size:.9rem;margin-top:2px}.form__status--success{color:#a7f3d0}.form__status--error{color:#fecaca}.contact__aside{display:flex;align-items:stretch}.contact__card{width:100%;height:100%;padding:20px;border-radius:16px;border:1px solid var(--border);background:#0f172a99}.contact__card ul{list-style:none;display:grid;gap:10px;margin-top:12px}.contact__card .btn--avito{width:100%;justify-content:center;margin-top:6px}.footer{padding:24px 0 40px;color:var(--muted);font-size:.9rem}.btn{display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;border-radius:10px;border:1px solid transparent;font-weight:600;cursor:pointer;transition:filter .2s ease,border-color .2s ease,background .2s ease;white-space:nowrap}.btn:disabled{opacity:.7;cursor:not-allowed}.chat{position:fixed;right:24px;bottom:64px;z-index:1200;display:grid;gap:12px;justify-items:end}.chat__fab{background:var(--accent);color:#f8fafc;border:none;border-radius:50%;width:64px;height:64px;padding:0;display:grid;place-items:center;font-weight:600;cursor:pointer;box-shadow:0 12px 24px #0f172a73;animation:chatPulse 2.2s ease-in-out infinite}.chat__icon-img{width:28px;height:28px;object-fit:contain}.chat__panel{width:min(520px,92vw);background:var(--panel-strong);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--shadow);display:grid;grid-template-rows:auto 1fr auto;order:-1}.chat__header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:#0f172acc;border-bottom:1px solid var(--border)}.chat__title{display:flex;align-items:center;gap:10px}.chat__logo{width:34px;height:34px;object-fit:contain}.chat__status{display:flex;align-items:center;gap:6px;font-size:.85rem;color:var(--muted)}.chat__dot{width:8px;height:8px;border-radius:50%;background:#34d399;box-shadow:0 0 10px #34d39999}.chat__phone{margin-left:auto;color:var(--text);font-weight:700;letter-spacing:.2px}.chat__close{width:28px;height:28px;border-radius:50%;border:1px solid rgba(148,163,184,.4);background:transparent;color:var(--text);cursor:pointer}.chat__body{max-height:560px;overflow-y:auto;padding:12px 14px;display:flex;flex-direction:column;gap:10px}.chat__empty{color:var(--muted);font-size:.9rem}.chat__msg{padding:10px 12px;border-radius:12px;max-width:80%;line-height:1.4;border:1px solid transparent}.chat__msg--user{margin-left:auto;background:#3b82f62e;border-color:#3b82f659}.chat__msg--admin{background:#0f172a99;border-color:var(--border)}.chat__form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#0f172ad9;border-top:1px solid var(--border)}.chat__input{border:1px solid rgba(148,163,184,.35);border-radius:10px;padding:10px 12px;font-size:.95rem;background:#0f172ae6;color:var(--text)}.chat__input::placeholder{color:#e5e7eb80}.chat__error{color:#fecaca;font-size:.85rem;padding:0 14px 12px}.btn--primary{background:var(--accent);color:#f8fafc}.btn--primary:hover{filter:brightness(.95)}.btn--secondary{background:transparent;color:var(--text);border-color:#94a3b880}.btn--secondary:hover,.btn--ghost:hover{border-color:var(--accent)}.btn--ghost{padding:10px 16px;border:1px solid rgba(148,163,184,.3);background:transparent}.btn--download{border-color:#3b82f68c;background:#3b82f61f}.btn--download:hover{background:#3b82f62e}.btn__number{display:none}.btn--icon{gap:8px;padding:10px 14px}.btn--desktop-only{display:none}.icon{width:22px;height:22px;color:var(--accent);flex-shrink:0}.icon--max-image{width:26px;height:26px;border-radius:7px;object-fit:cover}.modal{position:fixed;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:24px;z-index:1000}.modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#020617b8;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal__content{position:relative;width:min(420px,100%);background:var(--panel-strong);border:1px solid var(--border);border-radius:18px;padding:24px;box-shadow:var(--shadow);z-index:1}.modal__title{font-size:1.35rem;margin-bottom:8px}.modal__close{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:50%;border:1px solid rgba(148,163,184,.4);background:transparent;color:var(--text);cursor:pointer}.modal__close:hover{border-color:var(--accent)}.modal__form{display:grid;gap:14px;margin-top:16px}.modal__content--success{text-align:center}.success{display:grid;gap:10px;justify-items:center}.success__icon{width:56px;height:56px;border-radius:50%;display:grid;place-items:center;font-size:1.8rem;font-weight:700;color:#0f172a;background:#a7f3d0;box-shadow:0 0 18px #a7f3d059}@media (min-width: 640px){.cards,.cards--compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 720px){.header__inner{flex-direction:column;align-items:center}.brand{justify-content:center}.header__actions{width:min(360px,100%);flex-direction:column;align-items:stretch;justify-content:center}.header__messages{order:2;width:100%;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.btn--call{order:1;width:100%;justify-content:center}.btn__number{display:inline;margin-left:8px}.chat{right:16px;bottom:16px;left:auto;justify-items:end}.chat__panel{width:100%;max-height:70vh}.chat__body{max-height:45vh}.chat--open{right:0;left:0;top:0;bottom:0;padding:0;background:#020617b3;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.chat--open .chat__fab{display:none}.chat--open .chat__panel{width:100%;height:100%;max-height:none;border-radius:0}.chat--open .chat__body{max-height:none;padding-bottom:calc(12px + env(safe-area-inset-bottom))}.chat--open .chat__form{padding-bottom:calc(12px + env(safe-area-inset-bottom))}.chat__fab{position:relative;box-shadow:0 0 #3b82f666;width:56px;height:56px}.chat__icon-img{width:24px;height:24px}.chat__phone{display:none}}@keyframes chatPulse{0%{box-shadow:0 0 #3b82f673}70%{box-shadow:0 0 0 12px #3b82f600}to{box-shadow:0 0 #3b82f600}}@media (min-width: 900px){.header__phone{display:inline-flex}.hero__grid{grid-template-columns:1.1fr .9fr;align-items:center}.cards{grid-template-columns:repeat(3,minmax(0,1fr))}.contact__grid{grid-template-columns:1.1fr .6fr}.btn--desktop-only{display:inline-flex}.progress-wrap{gap:20px}.progress__labels{display:flex}.progress{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;padding-top:28px;padding-bottom:8px}.progress:before{left:8px;right:8px;top:14px;bottom:auto;height:2px;width:auto}.progress:after{content:"";position:absolute;left:8px;right:8px;top:14px;height:2px;background:linear-gradient(90deg,transparent,rgba(59,130,246,.7),transparent);animation:progressSweep 3.5s ease-in-out infinite}.progress__item{grid-template-columns:1fr;gap:12px;text-align:center;justify-items:center;align-items:start}.progress__text{font-size:.95rem;color:var(--text)}.progress__dot{width:36px;height:36px;font-size:.95rem;border-color:#3b82f680;background:#111827cc;animation:progressPulse 2.6s ease-in-out infinite}.progress__item:nth-child(1) .progress__dot{animation-delay:0s}.progress__item:nth-child(2) .progress__dot{animation-delay:.3s}.progress__item:nth-child(3) .progress__dot{animation-delay:.6s}.progress__item:nth-child(4) .progress__dot{animation-delay:.9s}.progress__item:nth-child(5) .progress__dot{animation-delay:1.2s}}@media (min-width: 1024px){.section{padding:70px 0}.hero{padding:60px 0 70px}}
