@charset "UTF-8";:root{--hystmodal-speed: .2s;--hystmodal-zindex: 70}.hystmodal{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;pointer-events:none;display:grid;grid-template-columns:100%;grid-template-rows:0px min-content 0px;justify-content:center;align-content:space-between;visibility:hidden;scrollbar-width:none;-ms-overflow-style:none}.hystmodal::-webkit-scrollbar{display:none}.hystmodal:before{position:fixed;top:0;left:0;width:100%;height:100%;content:"";display:block;background-color:#000;opacity:0;pointer-events:none}.hystmodal--animated:before{transition:opacity var(--hystmodal-speed) ease}.hystmodal--active:before{opacity:.6}.hystmodal--moved,.hystmodal--active{opacity:1;pointer-events:none;visibility:visible}.hystmodal--active{pointer-events:auto}.hystmodal__wrap{display:block;min-width:0;grid-row:2 / 3}.hystmodal__window{min-width:0;grid-row:2 / 3;position:relative;z-index:10;box-sizing:border-box;flex-shrink:0;flex-grow:0;background:#fff;width:600px;max-width:100%;overflow:visible;transform:scale(.95);opacity:0;margin:50px auto}.hystmodal__window--loading{min-height:400px;background-image:url("data:image/svg+xml,%0A%3Csvg width='105' height='105' viewBox='0 0 105 105' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Ccircle cx='12.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='0s' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='52.5' r='12.5' fill-opacity='.5'%3E%3Canimate attributeName='fill-opacity' begin='100ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='300ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='600ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='12.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='800ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='52.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='400ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='12.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='700ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='52.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='500ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3Ccircle cx='92.5' cy='92.5' r='12.5'%3E%3Canimate attributeName='fill-opacity' begin='200ms' dur='1s' values='1;.2;1' calcMode='linear' repeatCount='indefinite' /%3E%3C/circle%3E%3C/svg%3E%0A");background-position:50%;background-repeat:no-repeat;background-size:48px}.hystmodal--animated .hystmodal__window{transition:transform var(--hystmodal-speed) ease 0s,opacity var(--hystmodal-speed) ease 0s}.hystmodal--active .hystmodal__window{transform:none;opacity:1}.hystmodal__close{position:absolute;z-index:10;top:15px;right:15px;display:block;width:25px;height:25px;background-color:transparent;background-position:center center;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23000' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E");background-size:100% 100%;border:none;font-size:0;cursor:pointer;outline:none}.hystmodal__close--wh{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M22 2L2 22'/%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='square' stroke-miterlimit='50' stroke-width='2' d='M2 2l20 20'/%3E%3C/svg%3E")}.hystmodal__close:hover{opacity:.95}.hystmodal__close:focus{outline:2px dotted rgba(0,0,0,.7);outline-offset:2px}.hystmodal__close--wh:focus{outline:2px dotted rgba(255,255,255,.7)}@media all and (max-width:767px){.hystmodal__close{top:10px;right:10px;width:24px;height:24px}.hystmodal__window{margin-top:0;margin-bottom:0}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*:before,*:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a:not([class]){text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}:root{--bg: #d0cfcf;--card: #fff;--border: #fff;--text: #000;--muted: #bfc3c8;--accent: #43973b;--err: #f6650a;--header-h: 64px}html{-webkit-text-size-adjust:100%}html,body{height:100%}body{margin:0;background:var(--bg);color:var(--text);font:16px/1.5 Inter,system-ui,-apple-system,Segoe UI,Roboto}body.menu-open,body.no-scroll{overflow:hidden}.wrap{max-width:980px;margin:0 auto;padding:24px}.card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:20px;box-shadow:0 10px 30px #00000040}.grid{display:grid;gap:14px}.grid.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}@media (max-width: 860px){.grid.cols-2,.grid.cols-3{grid-template-columns:1fr}}.hidden{display:none!important}@media (max-width: 860px){.wrap{padding:20px}h1{font-size:22px}.card{padding:16px}}@media (max-width: 480px){.wrap{padding:14px}.grid{gap:12px}input,select,button{padding:12px}.card{border-radius:12px}}.site-header{position:fixed;top:0;left:0;right:0;height:var(--header-h);background:var(--card);border-bottom:1px solid var(--border);z-index:1001;opacity:0;visibility:hidden;transition:all .5s ease}.site-header--visible{opacity:1;visibility:visible}.site-header .container{max-width:980px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:center;justify-content:space-between;gap:16px}.site-header .logo{font-weight:800;color:#000;text-decoration:none}.site-header .nav{display:flex;gap:16px}.site-header .nav a{color:#000;text-decoration:none;padding:8px 10px;border-radius:8px}.site-header .nav a:hover{background:#f3f3f3}.site-header .nav .nav-contacts{display:none}.site-header .burger{display:none;width:40px;height:40px;border-radius:8px;border:1px solid #9c9c9c;background:#fff;position:relative;align-items:center;justify-content:center;flex-direction:column}.site-header .burger span{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:block;width:20px;height:2px;background:#000;transition:transform .2s ease,opacity .2s ease}.site-header .burger span:nth-child(1){transform:translate(-50%,calc(-50% - 6px))}.site-header .burger span:nth-child(2){transform:translate(-50%,-50%)}.site-header .burger span:nth-child(3){transform:translate(-50%,calc(-50% + 6px))}.site-header .burger.active span:nth-child(1){transform:translate(-50%,-50%) rotate(45deg)}.site-header .burger.active span:nth-child(2){opacity:0}.site-header .burger.active span:nth-child(3){transform:translate(-50%,-50%) rotate(-45deg)}@media (max-width: 889px){.site-header .nav{position:fixed;top:var(--header-h);left:0;right:0;bottom:0;padding:20px;display:flex;flex-direction:column;align-items:center;gap:12px;background:#fff9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease;z-index:900}.site-header .nav a{background-color:var(--bg);width:100%;text-align:center;font-size:18px;padding:12px 14px;border-radius:10px}.site-header .nav .nav-contacts{margin-top:20px;padding-top:20px;border-top:1px solid rgba(0,0,0,.1);width:100%;display:flex;flex-direction:column;gap:16px;align-items:center}.site-header .nav .nav-contact-item{width:100%;text-align:center}.site-header .nav .nav-phone,.site-header .nav .nav-email{background-color:var(--bg);width:100%;text-align:center;font-size:16px;padding:12px 14px;border-radius:10px;color:var(--accent);text-decoration:none;display:block;transition:background-color .2s ease}.site-header .nav .nav-phone:hover,.site-header .nav .nav-email:hover{background-color:#f0f0f0}.site-header .nav .nav-messengers{display:flex;gap:16px;justify-content:center}.site-header .nav .nav-messenger-link{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background-color:var(--bg);border-radius:10px;transition:background-color .2s ease}.site-header .nav .nav-messenger-link:hover{background-color:#f0f0f0}.site-header .nav .nav-messenger-icon{width:24px;height:24px}.site-header .nav.open{opacity:1;visibility:visible;pointer-events:auto}.site-header .burger{display:inline-flex}}*{box-sizing:border-box}label{display:block;font-weight:600;margin-bottom:6px}.choice{font-weight:400;margin-bottom:0}.policy{display:flex;gap:16px;align-items:center;margin-bottom:0}.policy a{color:var(--accent);text-decoration:underline}input,select,button{width:100%;padding:12px 14px;border-radius:12px;border:1px solid #9c9c9c;background:#fff;color:var(--text);cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease;font-size:16px}input::placeholder,select::placeholder,button::placeholder{color:#5b6b80}input:focus,select:focus,button:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px #43973b26}.inline{display:flex;gap:10px;align-items:center}.inline input{width:auto}input[type=checkbox]{-webkit-appearance:none;appearance:none;width:18px;padding:8px;height:18px;border-radius:4px;border:2px solid var(--accent);background:#fff;position:relative;display:inline-block;transition:background-color .15s ease,border-color .15s ease,box-shadow .15s ease}input[type=checkbox]:focus{outline:none;box-shadow:0 0 0 3px #43973b26}input[type=checkbox]:checked{background-color:var(--accent);border-color:var(--accent)}input[type=checkbox]:after{content:"";position:absolute;top:50%;left:50%;width:6px;height:10px;border:2px solid #fff;border-top:0;border-left:0;transform:translate(-50%,-60%) rotate(45deg) scale(0);transform-origin:center;transition:transform .15s ease}input[type=checkbox]:checked:after{transform:translate(-50%,-60%) rotate(45deg) scale(1)}input[type=checkbox]:disabled{opacity:.6;cursor:not-allowed}select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6l4 4 4-4' fill='none' stroke='%2343973b' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:16px 16px;padding-right:40px}input[type=date]{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='3' y='5' width='18' height='16' rx='2' ry='2' fill='none' stroke='%2343973b' stroke-width='2'/%3E%3Cpath d='M3 9h18' stroke='%2343973b' stroke-width='2'/%3E%3Cpath d='M8 3v4M16 3v4' stroke='%2343973b' stroke-width='2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;background-size:18px 18px;padding-right:42px;position:relative}input[type=date]::-webkit-calendar-picker-indicator{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;opacity:0;cursor:pointer;z-index:1}input[type=date]::-moz-calendar-picker-indicator{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:28px;opacity:0;cursor:pointer;z-index:1}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,input:-webkit-autofill:active{-webkit-box-shadow:0 0 0px 1000px #ffffff inset!important;-webkit-text-fill-color:var(--text)!important;transition:background-color 9999s ease-in-out 0s}input[style*="color: var(--err)"]::placeholder{color:var(--err)!important;font-weight:500}input[style*="color: var(--err)"]:focus{border-color:var(--err);box-shadow:0 0 0 3px #f6650a26}h1{font-weight:800;margin:0 0 6px}.sub{color:var(--textо);margin:0 0 18px}.company__wrapper{display:flex;flex-direction:column;gap:12px}.help{font-size:12px;color:var(--muted)}.err{position:absolute;color:var(--err);font-size:12px}.amount{border-radius:12px;background:#7ec245;padding:16px 26px}.amount__price{font-weight:800;font-size:24px;color:#fff;transition:color .15s ease}.amount__price.updating{color:#ff6b35}.amount__help{font-size:12px;color:#fff}button.primary{background:var(--accent);border-color:transparent;color:#fff;font-weight:800;cursor:pointer}button.primary:hover{filter:brightness(1.06)}button.ghost{background:transparent;border:1px solid #43973b;color:#000}.form{display:flex;flex-direction:column;gap:16px}.footer{margin-top:24px}.footer__main{padding:12px 0;margin-top:12px;display:flex;gap:12px;background-color:var(--card)}.footer__container{max-width:980px;margin:0 auto;padding:0 24px;width:100%;display:flex;flex-direction:column;gap:18px}.footer__container a{color:var(--accent);text-decoration:none}.footer__container a:hover{text-decoration:underline}.footer__top,.footer__bottom{display:flex;justify-content:space-between}.footer__links{display:flex;flex-direction:column}.footer__contact{display:flex;gap:12px}.footer__contact a{color:var(--accent);text-decoration:none;font-size:larger}.footer__contact a:hover{text-decoration:underline}.footer__messenger{display:flex;gap:12px}.footer__contacts{display:flex;flex-direction:column}.footer a{color:var(--accent);text-decoration:none}.footer a:hover{text-decoration:underline}.footer .links{display:flex;flex-wrap:wrap;gap:12px}@media (max-width: 768px){.footer{margin-top:16px}.footer__main{padding:16px 0;margin-top:8px}.footer__container{padding:0 16px;gap:16px}.footer__top{flex-direction:column;gap:16px;align-items:flex-start}.footer__contact{flex-direction:column;gap:8px}.footer__contact a{font-size:16px}.footer__messenger{gap:16px}.footer__messenger img{width:32px;height:32px}.footer__bottom{flex-direction:column;gap:16px;align-items:flex-start}.footer__links{gap:12px}.footer__links a{font-size:14px;line-height:1.4}.footer__copyright p{margin:0 0 4px;font-size:14px;line-height:1.4}}@media (max-width: 480px){.footer__container{padding:0 12px}.footer__top{gap:12px}.footer__contact a{font-size:15px}.footer__messenger img{width:28px;height:28px}.footer__links a,.footer__copyright p{font-size:13px}}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease}.modal-overlay.show{opacity:1;visibility:visible}.modal-overlay .modal{background:var(--card);border-radius:16px;padding:24px;max-width:400px;width:90%;box-shadow:0 20px 40px #0000004d;transform:scale(.9);transition:transform .2s ease}.modal-overlay .modal h3{margin:0 0 16px;color:var(--err)}.modal-overlay .modal p{margin:0 0 20px;line-height:1.5}.modal-overlay .modal .btn{background:var(--accent);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600}.modal-overlay.show .modal{transform:scale(1)}.hystmodal{z-index:1002!important}@media (max-width: 768px){.hystmodal{padding:0 16px}}.hystmodal__window{background:var(--card);border-radius:20px;box-shadow:0 25px 50px #0006;max-width:800px;width:100%;max-height:100%!important;overflow-y:auto;border:1px solid var(--border)}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:32px 32px 24px;border-bottom:1px solid var(--border)}.modal-header h2{margin:0;font-size:1.8rem;font-weight:700;color:var(--text)}.modal-close{width:40px;height:40px;background:none;border:none;color:var(--muted);cursor:pointer;padding:8px;border-radius:8px;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:var(--border);color:var(--text)}.modal-close svg{width:20px;height:20px}.modal-body{padding:24px 32px 32px}.modal-body h3{margin:24px 0 12px;font-size:1.2rem;font-weight:600;color:var(--text)}.modal-body h3:first-child{margin-top:0}.modal-body p{margin:0 0 16px;line-height:1.6;color:var(--text)}.modal-body p:last-child{margin-bottom:0}.modal-footer{padding:0 32px 32px;display:flex;justify-content:flex-end;gap:12px}.modal-footer .primary{background:var(--accent);color:#fff;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;font-weight:600;transition:all .2s ease}.modal-footer .primary:hover{background:var(--accent-hover, #1e40af);transform:translateY(-1px)}@media (max-width: 768px){.hystmodal__window{border-radius:16px;max-height:95vh}.modal-header{padding:24px 24px 20px}.modal-header h2{font-size:1.5rem}.modal-body{padding:20px 24px 24px}.modal-body h3{font-size:1.1rem;margin:20px 0 10px}.modal-footer{padding:0 24px 24px}.modal-footer .primary{padding:14px 20px;font-size:1rem;min-height:44px}}.hero{background:#1c60ff;color:var(--text);height:100vh;display:flex;align-items:center;justify-content:center;position:fixed;inset:0;z-index:1000;overflow:hidden}.hero--hidden{opacity:0;visibility:hidden;transform:translateY(-20px);transition:all .3s ease;pointer-events:none}.hero__container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:center;text-align:center;padding:60px 20px}.hero__content{max-width:800px}.hero h1{color:#fff;font-size:2.8rem;font-weight:800;margin-bottom:20px;line-height:1.2}.hero__desc{font-size:1.2rem;line-height:1.6;color:#fff;margin-bottom:30px}.hero__desc strong{color:var(--accent)}.hero__btn{display:inline-block;background:var(--accent);color:#fff;font-weight:700;padding:14px 28px;border-radius:10px;text-decoration:none;font-size:1.1rem;transition:all .2s ease;cursor:pointer}.hero__btn:hover{filter:brightness(1.1)}@media (max-width: 1024px){.hero__container{padding:50px 30px}.hero h1{font-size:2.4rem;margin-bottom:18px}.hero__desc{font-size:1.1rem;margin-bottom:28px}.hero__btn{padding:12px 24px;font-size:1rem}}@media (max-width: 768px){.hero__container{padding:40px 20px;max-width:100%}.hero__content{max-width:100%}.hero h1{font-size:2rem;margin-bottom:16px;line-height:1.3}.hero__desc{font-size:1rem;line-height:1.5;margin-bottom:24px}.hero__btn{padding:12px 20px;font-size:.95rem;width:100%;max-width:280px}}@media (max-width: 480px){.hero__container{padding:30px 16px}.hero h1{font-size:1.8rem;margin-bottom:14px}.hero__desc{font-size:.95rem;margin-bottom:20px}.hero__btn{padding:10px 18px;font-size:.9rem;max-width:260px}}@media (max-width: 360px){.hero__container{padding:25px 12px}.hero h1{font-size:1.6rem;margin-bottom:12px}.hero__desc{font-size:.9rem;margin-bottom:18px}.hero__btn{padding:9px 16px;font-size:.85rem;max-width:240px}}@media (max-height: 500px) and (orientation: landscape){.hero__container{padding:20px 30px}.hero h1{font-size:1.8rem;margin-bottom:12px}.hero__desc{font-size:.9rem;margin-bottom:16px}.hero__btn{padding:8px 16px;font-size:.85rem}}.hero--hidden{opacity:0;visibility:hidden}.hero--hidden{pointer-events:none;-webkit-user-select:none;user-select:none}.wrap{opacity:0;visibility:hidden;transition:opacity .5s ease}.wrap--visible{opacity:1;visibility:visible}#calc{opacity:0;visibility:hidden;transition:opacity .5s ease}#calc.calc--visible{opacity:1;visibility:visible}.hero{transition:all .8s cubic-bezier(.4,0,.2,1)}.policy-page{min-height:100vh;background:var(--bg);padding:20px 0}.policy-page .container{max-width:920px;margin:0 auto;padding:0 24px}.policy-page header{margin-bottom:32px;text-align:center}.policy-page header h1{margin:0 0 16px;font-size:2.5rem;font-weight:700;color:var(--text);line-height:1.2}.policy-page header .subtitle{color:var(--muted);font-size:1.1rem;margin:0;line-height:1.5}.policy-page .content-section{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:32px;box-shadow:0 4px 6px #0000000d}.policy-page .content-section h2{margin:0 0 16px;font-size:1.5rem;font-weight:600;color:var(--text);line-height:1.3}.policy-page .content-section h2:not(:first-child){margin-top:32px}.policy-page .content-section p{margin:0 0 16px;color:var(--text);line-height:1.6;font-size:1rem}.policy-page .content-section p:last-child{margin-bottom:0}.policy-page .content-section ul,.policy-page .content-section ol{margin:0 0 16px;padding-left:24px}.policy-page .content-section ul li,.policy-page .content-section ol li{margin-bottom:8px;line-height:1.6;color:var(--text)}.policy-page .back-link{display:inline-flex;align-items:center;margin-top:24px;padding:12px 20px;background:var(--accent);color:#fff;text-decoration:none;border-radius:8px;font-weight:500;transition:all .2s ease}.policy-page .back-link:hover{background:#43973b;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #43973b4d}.policy-page .back-link:before{content:"←";margin-right:8px;font-size:1.1rem}@media (max-width: 1024px){.policy-page .container{padding:0 20px}.policy-page header h1{font-size:2.2rem}.policy-page .content-section{padding:28px}}@media (max-width: 768px){.policy-page{padding:16px 0}.policy-page .container{padding:0 16px}.policy-page header{margin-bottom:24px}.policy-page header h1{font-size:2rem;margin-bottom:12px}.policy-page header .subtitle{font-size:1rem}.policy-page .content-section{padding:24px 20px;border-radius:12px}.policy-page .content-section h2{font-size:1.3rem;margin-bottom:12px}.policy-page .content-section h2:not(:first-child){margin-top:24px}.policy-page .content-section p{font-size:.95rem;margin-bottom:14px}.policy-page .back-link{width:100%;justify-content:center;padding:14px 20px;font-size:1rem}}@media (max-width: 480px){.policy-page .container{padding:0 12px}.policy-page header h1{font-size:1.8rem}.policy-page .content-section{padding:20px 16px}.policy-page .content-section h2{font-size:1.2rem}.policy-page .content-section p{font-size:.9rem}}
