.header{background-color:var(--color-header);position:-webkit-sticky;position:sticky;top:0;z-index:100;box-shadow:0 2px 10px rgba(0,0,0,.3)}.header-container{padding:1rem 20px;justify-content:space-between;gap:2rem}.header-container,.logo-link{display:flex;align-items:center}.logo-link{flex-shrink:0}.logo{height:30px;width:auto;object-fit:contain}.nav-list{display:flex;list-style:none;gap:2rem;align-items:center}.nav-link{color:var(--color-text);font-weight:500;transition:var(--transition);padding:.5rem 0;position:relative}.nav-link.active,.nav-link:hover{color:var(--color-accent)}.nav-link.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2px;background-color:var(--color-accent)}.header-buttons{display:flex;gap:1rem;align-items:center}.burger-menu{display:none;background:none;border:none;color:var(--color-text);font-size:1.5rem;cursor:pointer;padding:.5rem}@media (max-width:1300px){.nav{position:absolute;top:100%;left:0;background-color:var(--color-header);width:100%;padding:1rem;display:none;border-top:1px solid hsla(0,0%,100%,.1)}.nav-open{display:block}.nav-list{flex-direction:column;align-items:center;gap:0;padding:1rem 0}.nav-link{width:100%;padding:1rem 0;display:inline-block;border-bottom:1px solid hsla(0,0%,100%,.1)}.burger-menu{display:block}}@media (max-width:768px){.header-container{padding:1rem 15px}.logo{height:40px}.header-buttons{gap:.5rem}}@media (max-width:480px){.header-container{flex-wrap:wrap;gap:0}.header-buttons{width:100%;justify-content:center;order:3;margin-top:15px}.header-buttons a{width:100%}}.sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:50;background-color:var(--color-header);padding:1rem;box-shadow:0 -2px 10px rgba(0,0,0,.5);transform:translateY(100%);transition:transform .3s ease;display:none}.sticky-bar.visible{transform:translateY(0)}.sticky-button{display:block;width:100%;max-width:400px;margin:0 auto;padding:14px 24px;background:var(--gradient-primary);color:var(--color-text-dark);font-weight:600;font-size:1.1rem;text-align:center;border-radius:4px;box-shadow:0 4px 6px rgba(0,0,0,.3);transition:var(--transition);min-height:44px;display:flex;align-items:center;justify-content:center}.sticky-button:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,0,0,.4)}@media (max-width:768px){.sticky-bar{display:block}}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/ba9851c3c22cd980-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/21350d82a1f187e9-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/c5fe6dc8356a8c31-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/19cfc7226ec3afaa-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_f367f3;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_f367f3;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_f367f3{font-family:__Inter_f367f3,__Inter_Fallback_f367f3;font-style:normal}.footer{background-color:var(--color-header);padding:2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:flex;flex-direction:column;gap:2rem}.footer-description{font-size:.9rem;color:hsla(0,0%,100%,.8);text-align:center}.footer-main{width:100%}.footer-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));grid-gap:2rem;gap:2rem;justify-items:start}.footer-section{min-width:150px;width:100%}.footer-title{font-size:1rem;margin-bottom:1rem;text-align:start;color:var(--color-accent)}.footer-nav{list-style:none;display:flex;text-align:start;flex-direction:column;gap:.5rem}.footer-link{color:hsla(0,0%,100%,.7);font-size:.9rem;transition:var(--transition)}.footer-link:hover{color:var(--color-accent)}.footer-payments{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem}.payment-item{display:inline-flex;align-items:center;gap:.5rem;color:hsla(0,0%,100%,.7);font-size:.9rem;transition:var(--transition)}.payment-item svg{font-size:1.5rem;color:hsla(0,0%,100%,.8)}.payment-item:hover,.payment-item:hover svg{color:var(--color-accent)}.payment-name{font-size:.85rem}.footer-social{gap:1rem}.footer-social,.social-link{display:flex;align-items:center}.social-link{justify-content:center;width:40px;height:40px;border-radius:50%;background-color:hsla(0,0%,100%,.1);color:hsla(0,0%,100%,.7);font-size:1.2rem;transition:var(--transition)}.social-link:hover{background-color:var(--color-accent);color:var(--color-text);transform:translateY(-2px)}.footer-disclaimer{text-align:center;font-size:.85rem;color:hsla(0,0%,100%,.6);line-height:1.8;padding:1rem 0;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.footer-copyright{text-align:center;font-size:.85rem;color:hsla(0,0%,100%,.5);padding-top:1rem}@media (max-width:1024px){.footer-links{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media (max-width:768px){.footer{padding:2rem 0 80px}.content-section{text-align:center}.footer-links{gap:15px;justify-items:center}.footer-section{text-align:center;max-width:100%}.footer-title{font-size:14px}.footer-section{min-width:unset!important}.footer-social{flex-direction:column;align-items:start}}*{margin:0;padding:0;box-sizing:border-box}:root{--color-bg:#151515;--color-header:#000;--color-accent:#5f9c4a;--color-secondary-btn:#41b024;--color-text:#fff;--color-text-dark:#000;--gradient-primary:linear-gradient(180deg,#f2e3a8,#f5e6af,#f7e8b5,#faebbc,#fceec3,#f8e8b9,#f3e1af,#efdba5,#e3ca88,#d8b86c,#cda750,#c19632);--transition:all 0.3s ease}html{scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--color-bg);color:var(--color-text);line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}.container{max-width:1200px;margin:0 auto;padding:0 20px}.content-link{color:var(--color-accent);text-decoration:underline;transition:var(--transition)}.content-link:hover{color:var(--color-secondary-btn)}h1,h2,h3,h4,h5,h6{margin-bottom:1rem;line-height:1.2}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}p{margin-bottom:1rem}table{width:100%;border-collapse:collapse;margin:2rem 0;background-color:hsla(0,0%,100%,.05)}td,th{padding:12px;text-align:left;border-bottom:1px solid hsla(0,0%,100%,.1)}th{background-color:hsla(0,0%,100%,.1);font-weight:600}@media (max-width:768px){.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}table{min-width:600px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.25rem}}