@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";*,:before,:after{box-sizing:border-box}:root{--bg:#242424;--bg-section:#3f3d41;--bg-card:#2a2a2a;--text:#fff;--text-muted:#c5c5c5;--accent:#f8b806;--accent-secondary:#f8a606;--accent-hover:#e0a605;--border:#979797;--container:1440px;--font:"Montserrat", system-ui, sans-serif;--font-inter:"Inter", system-ui, sans-serif}html{scroll-behavior:smooth}section[id]{scroll-margin-top:88px}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}body{font-family:var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;margin:0;font-size:16px;line-height:1.5}#root{width:100%;min-height:100vh;padding-bottom:env(safe-area-inset-bottom);overflow-x:hidden}@media (width<=768px){#root{padding-bottom:calc(72px + env(safe-area-inset-bottom))}section[id]{scroll-margin-top:72px}}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button,input{font-family:inherit}button{cursor:pointer;border:none}ul{margin:0;padding:0;list-style:none}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.btn{background:var(--accent);color:#242424;font-family:var(--font-inter);border-radius:10px;justify-content:center;align-items:center;padding:14px 24px;font-size:16px;font-weight:500;transition:background .2s;display:inline-flex;position:relative;overflow:hidden}.btn:hover{background:var(--accent-hover)}.btn--outline{color:var(--accent);border:1px solid var(--border);font-family:var(--font);background:#00000078;font-size:18px;font-weight:500}.btn--outline:hover{background:#0009}.section-label{color:var(--accent-secondary);font-family:var(--font-inter);margin:0 0 16px;font-size:20px;font-weight:600}.section-title{text-transform:uppercase;letter-spacing:-.02em;margin:0;font-size:clamp(28px,4vw,48px);font-weight:700;line-height:1.2}.section-title--accent{color:var(--accent)}.section-subtitle{color:var(--text-muted);margin:0;font-size:clamp(16px,2vw,24px);line-height:1.5}@media (width>=1280px){.container{padding:0 40px}}@media (width<=768px){.container{padding:0 16px}.section-label{margin-bottom:12px;font-size:16px}.section-title{font-size:clamp(22px,6vw,32px)}.section-subtitle{font-size:16px}.btn{padding:12px 20px;font-size:15px}}.admin{background:var(--bg);min-height:100vh;padding:40px 24px 64px}.admin--login{justify-content:center;align-items:center;display:flex}.admin__login-card{background:var(--bg-card);border:1px solid #ffffff14;border-radius:16px;width:100%;max-width:400px;padding:32px}.admin__top{justify-content:space-between;align-items:flex-start;gap:20px;max-width:960px;margin:0 auto 32px;display:flex}.admin__top-actions{align-items:center;gap:16px;display:flex}.admin__eyebrow{letter-spacing:.08em;text-transform:uppercase;color:var(--accent);margin:0 0 8px;font-size:12px;font-weight:600}.admin__title{margin:0;font-size:clamp(24px,4vw,36px);font-weight:700}.admin__field{color:var(--text-muted);flex-direction:column;gap:8px;margin:24px 0 16px;font-size:14px;display:flex}.admin__field input{border:1px solid var(--border);height:48px;color:var(--text);font:inherit;background:#00000059;border-radius:10px;outline:none;padding:0 14px}.admin__field input:focus{border-color:var(--accent)}.admin__submit{width:100%;height:48px}.admin__error{color:#ff8a80;margin:0 0 12px;font-size:14px}.admin__success{color:#81c784;margin:0 0 12px;font-size:14px}.admin__password-form{background:var(--bg-card);border:1px solid #ffffff14;border-radius:16px;padding:24px}.admin__settings-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:20px;max-width:960px;display:grid}.admin__form-title{margin:0 0 16px;font-size:16px;font-weight:600}.admin__settings-grid+.admin__error,.admin__settings-grid+.admin__success,.admin__section>.admin__error,.admin__section>.admin__success{margin-top:16px}.admin__password-form .admin__field{margin:0 0 16px}.admin__password-submit{height:48px;padding:0 24px}.admin__link,.admin__logout{font-size:14px;font-weight:500}.admin__link{color:var(--accent);text-decoration:none}.admin__logout{color:var(--text-muted);cursor:pointer;background:0 0;border:1px solid #ffffff26;border-radius:8px;padding:8px 14px;transition:border-color .2s,color .2s}.admin__logout:hover{border-color:var(--accent);color:var(--text)}.admin__cards{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:20px;max-width:960px;margin:0 auto 32px;display:grid}.admin__card{background:var(--bg-card);border:1px solid #ffffff14;border-radius:16px;padding:24px}.admin__card--accent{background:linear-gradient(180deg, #f8b80614 0%, var(--bg-card) 100%);border-color:#f8b80659}.admin__card-label{color:var(--text-muted);margin:0 0 8px;font-size:14px}.admin__card-value{color:var(--accent);margin:0;font-size:48px;font-weight:700;line-height:1}.admin__card-hint{color:var(--text-muted);margin:10px 0 0;font-size:13px}.admin__field-hint{color:var(--text-muted);font-size:12px;line-height:1.4}.admin__telegram-form{background:var(--bg-card);border:1px solid #ffffff14;border-radius:16px;max-width:520px;padding:24px}.admin__telegram-form .admin__field{margin:0 0 16px}.admin__telegram-actions{flex-wrap:wrap;gap:12px;display:flex}.admin__test-btn{height:48px;color:var(--accent);cursor:pointer;background:0 0;border:1px solid #f8b80659;border-radius:10px;padding:0 20px;font-size:15px;font-weight:500;transition:background .2s,border-color .2s}.admin__test-btn:hover:not(:disabled){border-color:var(--accent);background:#f8b8061a}.admin__test-btn:disabled{opacity:.6;cursor:not-allowed}.admin__status{border-radius:100px;flex-shrink:0;padding:6px 12px;font-size:12px;font-weight:600}.admin__status--ok{color:#81c784;background:#81c7841f;border:1px solid #81c78459}.admin__status--warn{color:#ffb74d;background:#ffb74d1f;border:1px solid #ffb74d59}.admin__section-head{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.admin__section-head .admin__section-title{margin:0}.admin__section-period{color:var(--text-muted);font-weight:500}.admin__archive-btn{color:var(--accent);cursor:pointer;background:0 0;border:1px solid #f8b80659;border-radius:8px;flex-shrink:0;padding:8px 16px;font-size:14px;font-weight:500;transition:background .2s,border-color .2s}.admin__archive-btn:hover{border-color:var(--accent);background:#f8b8061a}.admin__archive{border-top:1px solid #ffffff14;flex-direction:column;gap:12px;margin-top:20px;padding-top:20px;display:flex}.admin__archive-item{background:var(--bg-card);border:1px solid #ffffff14;border-radius:12px;overflow:hidden}.admin__archive-summary{cursor:pointer;justify-content:space-between;align-items:center;gap:16px;padding:14px 16px;font-weight:600;list-style:none;display:flex}.admin__archive-summary::-webkit-details-marker{display:none}.admin__archive-summary:before{content:"▸";color:var(--accent);margin-right:10px;transition:transform .2s}.admin__archive-item[open] .admin__archive-summary:before{transform:rotate(90deg)}.admin__archive-total{color:var(--text-muted);font-size:14px;font-weight:500}.admin__archive-body{padding:0 16px 16px}.admin__district-filter{align-items:center;gap:12px;max-width:960px;margin:0 auto 24px;display:flex}.admin__district-label{color:var(--text-muted);font-size:14px;font-weight:600}.admin__district-select{background:var(--bg-card);min-width:240px;height:44px;color:var(--text);font:inherit;border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:0 14px}.admin__district-select:focus{border-color:var(--accent)}.admin__district-link{color:var(--accent);font:inherit;cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-weight:600}.admin__district-link:hover{text-decoration:underline}.admin__table--clickable td:last-child{color:var(--text);font-weight:500}.admin__section{max-width:960px;margin:0 auto 28px}.admin__section-title{margin:0 0 16px;font-size:20px;font-weight:600}.admin__table-wrap{border:1px solid #ffffff14;border-radius:12px;overflow-x:auto}.admin__table{border-collapse:collapse;width:100%;font-size:15px}.admin__table th,.admin__table td{text-align:left;border-bottom:1px solid #ffffff0f;padding:14px 16px}.admin__table th{color:var(--text-muted);background:#0003;font-size:13px;font-weight:600}.admin__table tr:last-child td{border-bottom:none}.admin__table td:last-child{width:120px;color:var(--accent);font-weight:600}.admin__empty,.admin__updated{color:var(--text-muted);margin:0;font-size:14px}.admin__updated{text-align:right;max-width:960px;margin:0 auto}@media (width<=640px){.admin{padding:24px 16px 48px}.admin__top{flex-direction:column}.admin__section-head{flex-direction:column;align-items:flex-start}.admin__archive-btn{width:100%}}.legal-modal{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:16px;animation:.2s legal-modal-fade;display:flex;position:fixed;inset:0}.legal-modal__dialog{background:var(--bg-card);border:1px solid #ffffff1a;border-radius:16px;flex-direction:column;width:100%;max-width:680px;max-height:min(85vh,720px);padding:28px 32px 32px;animation:.25s legal-modal-slide;display:flex;position:relative}.legal-modal__close{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:28px;line-height:1;transition:color .2s,background .2s;display:flex;position:absolute;top:12px;right:16px}.legal-modal__close:hover{color:var(--text);background:#ffffff0f}.legal-modal__title{margin:0 48px 16px 0;font-size:clamp(18px,3vw,22px);font-weight:700;line-height:1.35}.legal-modal__content{font-family:var(--font-inter);color:var(--text-muted);padding-right:4px;font-size:14px;line-height:1.65;overflow-y:auto}.legal-modal__content p{margin:0 0 14px}.legal-modal__content p:last-child{margin-bottom:0}.legal-modal__city{color:var(--text);font-weight:500}.legal-modal__content h3{font-family:var(--font);color:var(--text);margin:20px 0 10px;font-size:15px;font-weight:700}.legal-modal__content h3:first-of-type{margin-top:8px}.legal-modal__content h4{font-family:var(--font);color:var(--text);margin:14px 0 8px;font-size:14px;font-weight:600}.legal-modal__content ul{margin:0 0 14px;padding-left:20px}.legal-modal__content li{margin-bottom:6px}.legal-modal__content li:last-child{margin-bottom:0}.legal-modal__content strong{color:var(--text);font-weight:600}@keyframes legal-modal-fade{0%{opacity:0}to{opacity:1}}@keyframes legal-modal-slide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (width<=600px){.legal-modal__dialog{max-height:90vh;padding:24px 20px 28px}.legal-modal__content{font-size:13px}}.header{z-index:100;border-bottom:1px solid #0000;padding:20px 0;transition:background .25s,border-color .25s,padding .25s;position:fixed;top:0;left:0;right:0}.header--scrolled{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#242424f2;border-bottom-color:#f0f0f01f;padding:12px 0}.header__inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.header__brand{min-width:0;max-width:288px;color:inherit;flex:1;align-items:center;gap:14px;display:flex}.header__divider{background:#ffffff4d;flex-shrink:0;width:1px;height:40px}.header__tagline{color:var(--text);margin:0;font-size:13px;line-height:1.23}.header__burger{background:0 0;border:1px solid #fff3;border-radius:8px;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:44px;height:44px;padding:10px;display:none}.header__burger span{background:var(--text);width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.header--open .header__burger span:first-child{transform:translateY(7px)rotate(45deg)}.header--open .header__burger span:nth-child(2){opacity:0}.header--open .header__burger span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.header__nav{gap:8px;display:flex}.header__link{opacity:.9;white-space:nowrap;padding:15px 24px;font-size:14px;font-weight:500;transition:color .2s}.header__link:hover{color:var(--accent)}.header__actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.header__phone{white-space:nowrap;border-radius:8px;padding:8px 12px;font-size:14px;font-weight:600;transition:color .2s}.header__phone:hover{color:var(--accent)}.header__social{border-radius:16px;padding:8px 12px;transition:opacity .2s;display:flex}.header__social:hover{opacity:.85}.header__social-icon{object-fit:contain;border-radius:10px;width:40px;height:40px;display:block}.header__cta{white-space:nowrap;height:56px;padding:8px 24px}@media (width<=1100px){.header__burger{order:3;display:flex}.header__brand{order:1;max-width:calc(100% - 120px)}.header__actions{order:2}.header__phone,.header__cta{display:none}.header__nav{opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#242424fa;border-bottom:1px solid #ffffff1a;flex-direction:column;gap:0;padding:8px 0 16px;transition:transform .25s,opacity .25s;position:fixed;top:77px;left:0;right:0;transform:translateY(-120%)}.header--open .header__nav{opacity:1;pointer-events:auto;transform:translateY(0)}.header__link{border-bottom:1px solid #ffffff0f;padding:14px 24px}}@media (width<=600px){.header{padding:12px 0}.header__tagline{font-size:11px;line-height:1.3}.header__divider{height:32px}.header__social{padding:4px}.header__social-icon{width:32px;height:32px}.header__nav{top:61px}}.hero{background:var(--bg);align-items:center;min-height:100dvh;display:flex;position:relative;overflow:hidden}.hero__bg{position:absolute;inset:0;overflow:hidden}.hero__bg-img{object-fit:cover;object-position:center center;will-change:transform;width:100%;max-width:none;height:100%;animation:8s ease-in-out infinite alternate hero-bg-zoom;transform:scale(1)}@keyframes hero-bg-zoom{0%{transform:scale(1)}to{transform:scale(1.08)}}.hero__overlay{background:#3f3d41a3;position:absolute;inset:0}.hero__content{z-index:1;max-width:1011px;padding:140px 24px 80px;position:relative}.hero__eyebrow{letter-spacing:.04em;text-transform:uppercase;color:var(--accent);background:#f8b80626;border:1px solid #f8b80659;border-radius:100px;margin:0 0 16px;padding:6px 14px;font-size:13px;font-weight:600;display:inline-block}.hero__title{text-transform:uppercase;margin:0 0 16px;font-size:clamp(32px,5vw,64px);font-weight:700;line-height:1.23}.hero__price{color:var(--accent)}.hero__subtitle{max-width:784px;margin:0 0 28px;font-size:clamp(16px,2.5vw,28px);font-weight:500;line-height:1.35}.hero__benefits{flex-direction:column;gap:14px;margin-bottom:28px;display:flex}.hero__benefit{font-family:var(--font-inter);align-items:flex-start;gap:12px;font-size:clamp(15px,2vw,20px);line-height:1.5;display:flex}.hero__icon{background:linear-gradient(#f8a60633 0%,#f8a60600 100%);border-radius:70px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:5px;display:flex}.hero__icon svg{width:28px;height:28px}.hero__actions{flex-wrap:wrap;gap:16px;max-width:695px;display:flex}.hero__input{border:1px solid var(--border);min-width:0;height:60px;color:var(--accent);font-family:var(--font);background:#00000078;border-radius:10px;outline:none;flex:1;padding:0 20px;font-size:16px;font-weight:500;transition:border-color .2s}.hero__input::placeholder{color:var(--accent);opacity:.9}.hero__input:focus{border-color:var(--accent)}.hero__btn-submit{flex:1;min-width:140px;height:60px;font-size:16px}@media (prefers-reduced-motion:reduce){.hero__bg-img{animation:none}}@media (width<=768px){.hero__content{padding:100px 16px 48px}.hero__actions{flex-direction:column;max-width:100%}.hero__input,.hero__btn-submit{flex:none;width:100%}}@media (width<=480px){.hero{min-height:auto;padding-bottom:40px}.hero__icon{width:32px;height:32px;padding:4px}.hero__icon svg{width:22px;height:22px}.hero__input,.hero__btn-submit{height:52px;font-size:15px}}.why-us{background:var(--bg-section);padding:32px 0}.why-us__inner{flex-direction:column;gap:32px;padding-top:32px;padding-bottom:32px;display:flex}.why-us__header{text-align:center}.why-us__grid{grid-template-columns:repeat(4,1fr);align-items:start;gap:32px 24px;display:grid}.why-us__card{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.why-us__icon-wrap{background:#f8a60633;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:100px;height:100px;display:flex}.why-us__icon{object-fit:contain;width:56px;height:56px;display:block}.why-us__text{flex-direction:column;gap:8px;max-width:278px;display:flex}.why-us__title,.why-us__desc{font-family:var(--font-inter);margin:0;font-size:16px;line-height:1.5}.why-us__title{color:var(--text);font-weight:600}.why-us__desc{color:var(--text-muted);font-weight:400}@media (width<=1024px){.why-us{padding:24px 0}.why-us__grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}}@media (width<=600px){.why-us__header{text-align:left}.why-us__grid{grid-template-columns:1fr;gap:32px}.why-us__text{max-width:100%}.why-us__title,.why-us__desc{font-size:15px}.why-us__icon-wrap{width:80px;height:80px}.why-us__icon{width:48px;height:48px}}.registration-slider{width:100%}.registration-slider__viewport{background:var(--bg-card);border-radius:12px;width:100%;height:380px;position:relative;overflow:hidden}.registration-slider__slide{object-fit:cover;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s;position:absolute;inset:0}.registration-slider__slide--active{opacity:1;pointer-events:auto}.registration-slider__arrow{z-index:2;width:36px;height:36px;color:var(--text);cursor:pointer;background:#00000073;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:24px;line-height:1;transition:background .2s,color .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.registration-slider__arrow:hover{color:var(--bg);background:#f8b806e6}.registration-slider__arrow--prev{left:10px}.registration-slider__arrow--next{right:10px}.registration-slider__dots{justify-content:center;gap:8px;margin-top:12px;display:flex}.registration-slider__dot{cursor:pointer;background:#ffffff40;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:transform .2s,background .2s}.registration-slider__dot--active{background:var(--accent);transform:scale(1.25)}@media (width<=1100px){.registration-slider{max-width:360px}}@media (width<=768px){.registration-slider{max-width:100%}.registration-slider__viewport{height:300px}}@media (prefers-reduced-motion:reduce){.registration-slider__slide{transition:none}}.step-number{letter-spacing:-.02em;font-variant-numeric:tabular-nums;color:#0000;-webkit-text-stroke:1.5px #fff;paint-order:stroke fill;-webkit-user-select:none;user-select:none;flex-shrink:0;width:90px;font-size:56px;font-weight:800;line-height:1;display:block}@media (width<=768px){.step-number{-webkit-text-stroke-width:1.2px;width:72px;font-size:44px}}@media (width<=480px){.step-number{width:60px;font-size:36px}}.registration{background:var(--bg);padding:52px 0}.registration__inner{flex-direction:column;gap:108px;display:flex}.registration__header{flex-direction:column;gap:32px;display:flex}.registration__title{text-transform:uppercase;flex-direction:column;gap:0;margin:0;font-weight:700;line-height:1.5;display:flex}.registration__title>span:first-child{color:var(--text);font-size:clamp(28px,4vw,50px)}.registration__title-accent{color:var(--accent);font-size:clamp(24px,3.5vw,42px)}.registration__desc{max-width:100%}.registration__body{grid-template-columns:1fr 300px;align-items:start;gap:81px;display:grid}.registration__grid{grid-template-columns:1fr 1fr;gap:79px 81px;display:grid}.registration__step{align-items:flex-start;gap:22px;display:flex}.registration__step-title{margin:0 0 16px;font-size:24px;font-weight:600;line-height:1.5}.registration__step-text{color:var(--text);margin:0;font-size:20px;line-height:1.5}.registration__visual{flex-direction:column;gap:32px;display:flex;position:sticky;top:24px}.registration__cta{width:100%;height:52px}@media (width<=1100px){.registration__body{grid-template-columns:1fr;gap:40px}.registration__visual{width:100%;max-width:100%;position:static}}@media (width<=768px){.registration{padding:40px 0}.registration__inner{gap:40px}.registration__grid{grid-template-columns:1fr;gap:32px}.registration__step-title{margin-bottom:8px;font-size:20px}.registration__step-text{font-size:16px}}@media (width<=480px){.registration__step{gap:14px}.registration__step-title{font-size:18px}.registration__step-text{font-size:15px}}.recommendations{background:var(--bg-section);padding:52px 0 80px;position:relative;overflow:hidden}.recommendations__inner{z-index:1;position:relative}.recommendations__title{text-transform:uppercase;max-width:1072px;margin:0 0 64px;font-size:clamp(28px,4vw,50px);font-weight:700;line-height:1.5}.recommendations__title-accent{color:var(--accent)}.recommendations__grid{grid-template-columns:repeat(3,1fr);gap:40px;margin-bottom:48px;display:grid;position:relative}.recommendations__grid:after{content:"";background:#ffffff1a;height:2px;position:absolute;bottom:-24px;left:5%;right:5%}.recommendations__item{position:relative}.recommendations__icon{width:64px;height:64px;margin-bottom:24px}.recommendations__text{margin:0;font-size:20px;line-height:1.5}.recommendations__bonus{border-left:6px solid var(--accent);max-width:547px;margin-left:auto;padding:10px 0 10px 22px}.recommendations__bonus p{margin:0;font-size:clamp(18px,2vw,24px);font-weight:600;line-height:1.5}@media (width<=900px){.recommendations{padding:40px 0 56px}.recommendations__title{margin-bottom:40px}.recommendations__grid{grid-template-columns:1fr;gap:36px}.recommendations__grid:after{display:none}.recommendations__text{font-size:17px}.recommendations__bonus{max-width:100%;margin-left:0}}@media (width<=480px){.recommendations__text,.recommendations__bonus p{font-size:16px}}.stages{background:var(--bg-section);padding:52px 0}.stages__inner{flex-direction:column;gap:52px;display:flex}.stages__header{flex-direction:column;gap:16px;display:flex}.stages__title{text-transform:uppercase;font-size:clamp(28px,4vw,49px)}.stages__subtitle{color:var(--text)}.stages__list{flex-direction:column;gap:16px;display:flex}.stages__item{background:var(--bg-card);border-radius:7px;align-items:center;gap:33px;min-height:178px;padding:32px 41px 32px 17px;display:flex;position:relative;overflow:hidden}.stages__badge{flex-shrink:0;justify-content:center;align-items:center;width:45px;display:flex}.stages__badge span{writing-mode:vertical-rl;color:var(--accent);letter-spacing:.02em;white-space:nowrap;font-size:30px;font-weight:600;display:block;transform:rotate(180deg)}.stages__content{flex:1;font-size:20px;line-height:1.5}.stages__content p{margin:0}.stages__content strong{font-weight:400}@media (width<=768px){.stages{padding:40px 0}.stages__inner{gap:32px}.stages__content{font-size:17px}}@media (width<=600px){.stages__item{flex-direction:column;align-items:flex-start;gap:12px;min-height:auto;padding:20px 16px}.stages__badge{width:auto}.stages__badge span{writing-mode:horizontal-tb;font-size:18px;transform:none}.stages__content{font-size:16px}}.faq{background:var(--bg);padding:52px 0}.faq__inner{flex-direction:column;gap:40px;display:flex}.faq__header{text-align:center}.faq__list{flex-direction:column;gap:12px;width:100%;max-width:960px;margin:0 auto;display:flex}.faq__item{background:var(--bg-card);border:1px solid #97979740;border-radius:10px;transition:border-color .2s;overflow:hidden}.faq__item[open]{border-color:var(--accent)}.faq__question{font-family:var(--font-inter);color:var(--text);cursor:pointer;justify-content:space-between;align-items:center;gap:24px;padding:22px 24px;font-size:clamp(16px,2vw,18px);font-weight:600;line-height:1.4;list-style:none;display:flex}.faq__question::-webkit-details-marker{display:none}.faq__question:after{content:"+";width:28px;height:28px;color:var(--accent);background:#f8b80626;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:20px;font-weight:400;line-height:1;transition:background .2s,transform .2s;display:flex}.faq__item[open] .faq__question:after{content:"−";background:#f8b80647}.faq__question:hover:after{background:#f8b80647}.faq__answer{flex-direction:column;gap:12px;padding:0 24px 22px;display:flex}.faq__answer p{font-family:var(--font-inter);color:var(--text-muted);margin:0;font-size:16px;line-height:1.6}@media (width<=768px){.faq{padding:40px 0}.faq__inner{gap:32px}.faq__header{text-align:left}.faq__question{gap:16px;padding:18px 16px}.faq__answer{padding:0 16px 18px}.faq__answer p{font-size:15px}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.map-section{background:var(--bg)}.map-section__map{z-index:0;background:#0d0d0d;width:100%;height:449px;position:relative;overflow:hidden}.map-section__map .leaflet-container{width:100%;height:100%;font-family:var(--font-inter);background:#0d0d0d}.map-section__map .leaflet-control-zoom a{color:var(--text);background:#2a2a2a;border-color:#ffffff26}.map-section__map .leaflet-control-zoom a:hover{color:var(--accent);background:#3a3a3a}.map-section__map .leaflet-control-attribution{color:var(--text-muted);background:#242424d9;font-size:10px}.map-section__map .leaflet-control-attribution a{color:var(--text-muted)}.map-section__map .leaflet-popup-content-wrapper{color:var(--text);background:#2a2a2a;border-radius:8px;box-shadow:0 4px 20px #0006}.map-section__map .leaflet-popup-tip{background:#2a2a2a}.map-marker{background:0 0;border:none}.map-marker__dot{background:var(--accent);border:2px solid #242424;border-radius:50%;width:10px;height:10px;display:block;box-shadow:0 0 0 3px #f8b80647}.map-section__legal{flex-direction:column;gap:16px;padding:32px 24px 48px;display:flex}.map-section__disclaimer{color:var(--text);max-width:1440px;margin:0;font-size:14px;line-height:1.5}@media (width<=768px){.map-section__map{height:320px}.map-section__legal{gap:12px;padding:24px 16px 40px}.map-section__disclaimer{font-size:13px}}@media (width<=480px){.map-section__map{height:260px}}.footer{background:var(--bg);border-top:1px solid #ffffff14;padding:24px 0 32px}.footer__inner{text-align:center;flex-direction:column;align-items:center;gap:16px;display:flex}.footer__info-trigger{font-family:var(--font-inter);color:var(--text-muted);cursor:pointer;text-align:center;background:0 0;border:none;margin:0;padding:0;font-size:13px;line-height:1.5;transition:color .2s}.footer__info-trigger:hover{color:var(--accent)}.footer__links{flex-wrap:wrap;justify-content:center;align-items:center;gap:8px 4px;display:flex}.footer__link-item{align-items:center;gap:8px;display:inline-flex}.footer__sep{color:#ffffff40;-webkit-user-select:none;user-select:none;font-size:12px}.footer__link{font-family:var(--font-inter);color:var(--text-muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;margin:0;padding:0;font-size:13px;line-height:1.4;-webkit-text-decoration:underline #ffffff26;text-decoration:underline #ffffff26;transition:color .2s}.footer__link:hover{color:var(--accent);text-decoration-color:#f8b80666}@media (width<=768px){.footer{padding:20px 0 28px}.footer__info-trigger,.footer__link{font-size:12px}.footer__links{gap:6px 2px}}@media (width<=600px){.footer{padding-bottom:calc(28px + 72px + env(safe-area-inset-bottom))}}.modal{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000b8;justify-content:center;align-items:center;padding:16px;animation:.2s modal-fade;display:flex;position:fixed;inset:0}.modal__dialog{background:var(--bg-card);border:1px solid #ffffff1a;border-radius:16px;width:100%;max-width:440px;padding:32px;animation:.25s modal-slide;position:relative}.modal__close{width:36px;height:36px;color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;font-size:28px;line-height:1;transition:color .2s,background .2s;display:flex;position:absolute;top:12px;right:16px}.modal__close:hover{color:var(--text);background:#ffffff0f}.modal__title{margin:0 0 8px;font-size:24px;font-weight:700}.modal__desc{color:var(--text-muted);margin:0 0 24px;font-size:15px;line-height:1.5}.modal__form{flex-direction:column;gap:16px;display:flex}.modal__field{flex-direction:column;gap:6px;display:flex}.modal__field span{color:var(--text-muted);font-size:13px}.modal__field input{background:var(--bg);height:48px;color:var(--text);border:1px solid #ffffff1f;border-radius:10px;outline:none;padding:0 14px;font-size:16px;transition:border-color .2s}.modal__field input:focus{border-color:var(--accent)}.modal__submit{width:100%;height:52px;margin-top:4px}.modal__note{color:var(--text-muted);text-align:center;margin:0;font-size:12px;line-height:1.4}.modal__error{color:#ff8a80;margin:0;font-size:14px;line-height:1.4}.modal__field input:disabled,.modal__submit:disabled{opacity:.7;cursor:not-allowed}.modal__success{text-align:center;padding:8px 0}.modal__success p{color:var(--text-muted);margin:0 0 24px}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-slide{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.cookie-banner{z-index:95;padding:16px 0 calc(16px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#242424fa;border-top:1px solid #ffffff1a;animation:.3s cookie-banner-in;position:fixed;bottom:0;left:0;right:0}.cookie-banner__inner{justify-content:space-between;align-items:center;gap:20px;display:flex}.cookie-banner__text{max-width:920px;font-family:var(--font-inter);color:var(--text-muted);margin:0;font-size:14px;line-height:1.55}.cookie-banner__link{font:inherit;color:var(--accent);text-underline-offset:3px;cursor:pointer;background:0 0;border:none;margin:0;padding:0;text-decoration:underline;transition:opacity .2s}.cookie-banner__link:hover{opacity:.85}.cookie-banner__btn{white-space:nowrap;flex-shrink:0;height:44px;padding:0 24px;font-size:15px}@keyframes cookie-banner-in{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.cookie-banner{bottom:calc(72px + env(safe-area-inset-bottom));padding-bottom:16px}.cookie-banner__inner{flex-direction:column;align-items:stretch;gap:14px}.cookie-banner__text{font-size:13px}.cookie-banner__btn{width:100%}}@media (width<=480px){.cookie-banner{bottom:calc(68px + env(safe-area-inset-bottom))}}.mobile-cta{display:none}@media (width<=768px){.mobile-cta{z-index:90;padding:12px 16px calc(12px + env(safe-area-inset-bottom));-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#242424f5;border-top:1px solid #ffffff1a;gap:10px;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-cta__phone{border:1px solid var(--border);height:48px;color:var(--text);border-radius:10px;flex:1;justify-content:center;align-items:center;font-size:15px;font-weight:600;transition:border-color .2s;display:flex}.mobile-cta__phone:hover{border-color:var(--accent)}.mobile-cta__btn{flex:1.2;height:48px}}
