.reestr-page{padding:4rem 0;background:var(--main-bg);color:var(--white)}.reestr-page .container{padding:0 2rem;display:flex;flex-direction:column;gap:6rem}.reestr-page .reestr-section{display:flex;flex-direction:column;gap:1.25rem}.reestr-page .reestr-section--centered .pricing-note{align-self:center}.reestr-page .reestr-section__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%}.reestr-page .reestr-section__title{font-size:2rem;font-weight:700;color:var(--white)}.reestr-page .reestr-section__text{line-height:1.7;color:var(--text-secondary);font-size:1rem}.reestr-page .reestr-section__list{display:flex;flex-direction:column;gap:.5rem;padding-left:1.5rem;list-style:disc}.reestr-page .reestr-section__list li{line-height:1.7;color:var(--text-secondary);padding-left:.25rem}.reestr-page .docs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem;margin-top:.5rem;width:100%}.reestr-page .doc-card{background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#ffffff05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;position:relative}.reestr-page .doc-card:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#3b82f61a,#9333ea0d,#ec48991a);border-radius:inherit;z-index:-1}.reestr-page .doc-card{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;text-decoration:none;color:var(--white);transition:transform .2s ease,border-color .2s ease}.reestr-page .doc-card:hover{transform:translateY(-2px);border-color:#fff3}.reestr-page .doc-card .doc-card__icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;background:#27a4ff26;color:var(--dodger-blue)}.reestr-page .doc-card .doc-card__icon svg{width:20px;height:20px}.reestr-page .doc-card .doc-card__label{font-size:.95rem;font-weight:500;line-height:1.4}.reestr-page .billing-toggle{display:flex;gap:0;background:var(--secondary-bg);border-radius:12px;padding:4px;width:fit-content}.reestr-page .billing-toggle__btn{padding:.5rem 1.25rem;border:none;border-radius:10px;background:transparent;color:var(--text-secondary);font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s ease,color .2s ease;font-family:inherit}.reestr-page .billing-toggle__btn[data-selected=true]{background:var(--dodger-blue);color:var(--white)}.reestr-page .billing-toggle__btn:hover:not([data-selected=true]){color:var(--white)}.reestr-page .pricing-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;width:100%}.reestr-page .pricing-card{background:linear-gradient(135deg,#ffffff1a,#ffffff0d,#ffffff05);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);border-radius:20px;position:relative}.reestr-page .pricing-card:before{content:"";position:absolute;inset:0;background:linear-gradient(45deg,#3b82f61a,#9333ea0d,#ec48991a);border-radius:inherit;z-index:-1}.reestr-page .pricing-card{padding:1.5rem;display:flex;flex-direction:column;gap:.75rem;transition:transform .2s ease}.reestr-page .pricing-card:hover{transform:translateY(-2px)}.reestr-page .pricing-card__header{display:flex;align-items:center;gap:.625rem}.reestr-page .pricing-card__name{font-size:1.1rem;font-weight:600;color:var(--white)}.reestr-page .pricing-card__badge{display:inline-flex;align-items:center;padding:.15rem .5rem;border-radius:6px;background:#27a4ff26;color:var(--dodger-blue);font-size:.75rem;font-weight:600;white-space:nowrap}.reestr-page .pricing-card__price{font-size:1.75rem;font-weight:700;color:var(--dodger-blue)}.reestr-page .pricing-card__price span{font-size:.9rem;font-weight:400;color:var(--text-secondary)}.reestr-page .pricing-card__features{display:flex;flex-direction:column;gap:.375rem;list-style:none;padding:0;margin:0}.reestr-page .pricing-card__features li{font-size:.8125rem;color:var(--text-secondary);line-height:1.5;padding-left:1.25rem;position:relative}.reestr-page .pricing-card__features li:before{content:"";position:absolute;left:0;top:.45em;width:6px;height:6px;border-radius:50%;background:var(--dodger-blue)}.reestr-page .pricing-note{font-size:.875rem;color:var(--text-secondary);text-align:center}.reestr-page .pricing-note a{color:var(--dodger-blue);text-decoration:none}.reestr-page .pricing-note a:hover{text-decoration:underline}.reestr-page .support-text{line-height:1.7;color:var(--text-secondary);font-size:1rem}.reestr-page .support-text a{color:var(--dodger-blue);text-decoration:none;cursor:pointer}.reestr-page .support-text a:hover{text-decoration:underline}@media (max-width: 768px){.reestr-page .container{padding:0 1rem;gap:3rem}.reestr-page .reestr-section__title{font-size:1.5rem}.reestr-page .docs-grid{grid-template-columns:1fr}.reestr-page .pricing-cards{grid-template-columns:repeat(2,1fr)}}@media (max-width: 480px){.reestr-page .pricing-cards{grid-template-columns:1fr}}
