:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;font-weight:400;color-scheme:light;color:#000;background-color:#ece9dd;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#000;text-decoration:underline;transition:all .3s ease}a:hover{color:#3b82f6}body{margin:0;min-width:320px;min-height:100vh;background-color:#ece9dd;color:#000;overflow-x:hidden}h1{font-size:3.2em;line-height:1.1;color:#000;font-weight:700}h2,h3,h4,h5,h6{color:#000;font-weight:600}button{border-radius:10px;border:none;padding:.7em 1.4em;font-size:1em;font-weight:600;font-family:inherit;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #3b82f633}button:hover{transform:translateY(-3px);box-shadow:0 8px 25px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}button:focus,button:focus-visible{outline:4px auto rgba(59,130,246,.5)}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100%;width:100%}#root{display:flex;flex-direction:column}.bg-bananas{position:fixed;top:0;left:0;width:100%;height:100%;z-index:0;overflow:hidden;pointer-events:none;transform:translateZ(0);will-change:transform;contain:strict;-webkit-mask-image:linear-gradient(to bottom,black 55%,transparent 92%);mask-image:linear-gradient(to bottom,black 55%,transparent 92%)}.banana-img{position:absolute;opacity:1;pointer-events:none;will-change:transform}.lang-switcher{position:relative;flex-shrink:0}.lang-btn{display:flex;align-items:center;gap:6px;padding:6px 10px 6px 7px;background:#f1edd2f2;border:1px solid rgba(0,0,0,.12);border-radius:14px;cursor:pointer;transition:background .15s;width:100%}.lang-btn:hover{background:#f1edd2}.lang-btn--open{border-radius:14px 14px 0 0;border-bottom-color:transparent;background:#f1edd2}.lang-flag{width:20px;height:20px;object-fit:contain;flex-shrink:0;border-radius:2px}.lang-code{font-size:.8rem;font-weight:700;color:#1f2937;letter-spacing:.04em}.lang-chevron{width:10px;height:6px;color:#6b7280;transition:transform .2s ease;flex-shrink:0;margin-left:2px}.lang-btn--open .lang-chevron{transform:rotate(180deg)}.lang-dropdown{position:absolute;top:100%;right:0;left:0;background:#f1edd2;border:1px solid rgba(0,0,0,.12);border-top:none;border-radius:0 0 14px 14px;box-shadow:0 6px 16px #0000001a;list-style:none;padding:3px 4px 4px;margin:0;z-index:500}.lang-option{display:flex;align-items:center;gap:6px;width:100%;padding:5px 6px;background:none;border:none;border-radius:8px;cursor:pointer;transition:background .15s;white-space:nowrap}.lang-option:hover{background:#eab3082e}@media(max-width:768px){.lang-btn{padding:5px 8px 5px 6px}.lang-flag{width:18px;height:18px}.lang-code{font-size:.75rem}}.header{background:#f1edd2bf;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);padding:1rem 0;position:sticky;top:0;z-index:300;border-bottom:1px solid rgba(0,0,0,.08);border-radius:40px 40px 0 0}.header--scrolled{border-radius:0}.header-container{max-width:100%;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.burger-btn{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;flex-shrink:0}.burger-line{display:block;width:24px;height:2.5px;background:#000;border-radius:2px;transition:background .2s}.burger-btn:hover .burger-line{background:#eab308}.logo{font-size:2.2rem;font-weight:800;color:#000;text-decoration:none;transition:all .3s ease;white-space:nowrap;letter-spacing:-1px;display:flex;align-items:center;gap:.5rem}.logo:hover{transform:scale(1.05)}.logo-img{height:40px;width:auto;object-fit:contain;flex-shrink:0}.nav{display:flex;gap:2rem;align-items:center;flex:1;justify-content:center;flex-wrap:wrap}.nav a{color:#1f2937;text-decoration:none;transition:all .3s ease;font-size:1rem;font-weight:600;position:relative}.nav a:hover{color:#eab308}.nav a:hover:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#facc15;border-radius:10px}.nav a.active{color:#eab308}.nav a.active:after{content:"";position:absolute;bottom:-4px;left:0;right:0;height:3px;background:#facc15;border-radius:10px}.drawer-overlay{position:fixed;inset:0;background:#00000080;z-index:400}.drawer{position:fixed;top:0;left:0;height:100vh;width:280px;background:#f1edd2f7;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:4px 0 30px #0003;z-index:450;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;flex-direction:column;padding:1.5rem;border-radius:0 20px 20px 0}.drawer--open{transform:translate(0)}.drawer-close{align-self:flex-end;background:none;border:none;cursor:pointer;padding:4px;margin-bottom:1.5rem;color:#1f2937;transition:color .2s}.drawer-close:hover{color:#eab308}.drawer-close svg{width:24px;height:24px;display:block}.drawer-nav{display:flex;flex-direction:column;gap:.25rem}.drawer-nav a{color:#1f2937;text-decoration:none;font-size:1.1rem;font-weight:600;padding:.75rem 1rem;border-radius:12px;transition:all .2s ease}.drawer-nav a:hover{background:#eab30826;color:#eab308}.drawer-nav a.active{background:#eab30833;color:#eab308}@media(max-width:1024px){.nav{gap:1rem}}@media(max-width:768px){.header{border-radius:25px 25px 0 0}.header--scrolled{border-radius:0}.header-container{padding:0 1rem}.burger-btn{display:flex}.logo{font-size:1.1rem;flex:1;justify-content:center}.logo-img{height:32px}.nav{display:none}.drawer{display:flex}}.footer{background:#00000005;color:#1f2937;padding:5rem 1rem 3rem;margin-top:4rem;border-top:1px solid rgba(0,0,0,.05);border-radius:0 0 40px 40px}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(5,1fr);gap:3rem;margin-bottom:3rem}.footer-section h3{font-size:2rem;margin-bottom:1.5rem;color:#000;font-weight:800}.footer-section h4{margin-bottom:1.5rem;color:#000;font-weight:700;font-size:1.2rem}.footer-section p{margin-bottom:1rem;line-height:1.6;color:#4b5563}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:1rem}.footer-section a{color:#4b5563;text-decoration:none;transition:all .3s ease;font-weight:500}.footer-section a:hover{color:#eab308;padding-left:5px}.telegram-link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;padding:1rem 1.8rem;background:#000;border-radius:12px;color:#fff!important;transition:all .3s ease;font-weight:700;box-shadow:0 8px 20px #0000001a}.telegram-link:hover{background:#1f2937;transform:translateY(-3px);box-shadow:0 12px 30px #0003;padding-left:1.8rem}.telegram-icon{width:1.2rem;height:1.2rem;flex-shrink:0}.footer-bottom{max-width:1200px;margin:0 auto;text-align:center;padding:2.5rem 2rem 0;border-top:1px solid rgba(0,0,0,.05);color:#6b7280;font-size:.95rem}@media(max-width:1100px){.footer-container{grid-template-columns:repeat(3,1fr)}.footer-section--contact{grid-column:3;grid-row:1}}@media(max-width:768px){.footer{border-radius:0 0 25px 25px}.footer-container{grid-template-columns:1fr;padding:0 1.5rem;gap:2.5rem}.footer-section--contact{grid-column:auto;grid-row:auto}.footer-bottom{padding:2rem 1rem 0}}.reviews-section{padding:4rem 1rem 2rem;border-top:1px solid rgba(0,0,0,.05)}.reviews-container{max-width:1200px;margin:0 auto;padding:0 1rem}.reviews-title{font-size:2rem;font-weight:800;color:#000;text-align:center;margin-bottom:2.5rem}.reviews-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem;min-height:180px}.reviews-card{background:#ffffff8c;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.45);border-radius:20px;padding:1.75rem 1.75rem 1.5rem;box-shadow:0 4px 20px #0000000d;display:flex;flex-direction:column;position:relative;transition:all .3s ease;text-decoration:none;color:inherit}.reviews-card--link{cursor:pointer}.reviews-card--link:hover{border-color:#eab308;transform:translateY(-4px);box-shadow:0 12px 30px #eab3082e;background:#ffffffbf}.reviews-card-quote{font-size:3.5rem;line-height:1;color:#eab308;font-family:Georgia,serif;font-weight:900;margin-bottom:.25rem;opacity:.8}.reviews-card-text{font-size:.9375rem;color:#1f2631;line-height:1.65;flex:1;white-space:pre-wrap;word-break:break-word}.reviews-card-image-wrap{position:relative;width:100%;border-radius:12px;overflow:hidden;margin-bottom:.75rem;cursor:zoom-in;flex-shrink:0}.reviews-card-image{width:100%;max-height:220px;object-fit:cover;display:block;border-radius:12px;transition:transform .3s ease}.reviews-card-image-wrap:hover .reviews-card-image{transform:scale(1.03)}.reviews-card-image-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000059;opacity:0;transition:opacity .2s ease;color:#fff;border-radius:12px}.reviews-card-image-wrap:hover .reviews-card-image-overlay{opacity:1}.reviews-lightbox{position:fixed;inset:0;background:#000000e0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1.5rem}.reviews-lightbox-close{position:absolute;top:1.25rem;right:1.25rem;background:none;border:none;padding:0;color:#fff;cursor:pointer;line-height:0}.reviews-lightbox-img{max-width:100%;max-height:90vh;border-radius:12px;object-fit:contain;box-shadow:0 20px 60px #00000080}.reviews-tg-wrap{display:flex;justify-content:center;margin-top:2rem}.reviews-tg-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;background:#000;color:#fff;text-decoration:none;border-radius:12px;font-weight:700;font-size:.9375rem;transition:all .3s ease;box-shadow:0 8px 20px #0000001a}.reviews-tg-btn:hover{background:#1f2937;transform:translateY(-2px);box-shadow:0 12px 30px #0003;color:#fff}.reviews-tg-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.reviews-card-link-hint{align-self:flex-end;margin-top:.75rem;color:#9ca3af;transition:color .2s}.reviews-card--link:hover .reviews-card-link-hint{color:#eab308}.reviews-dots{display:flex;justify-content:center;gap:.5rem;margin-top:1.75rem}.reviews-dot{width:10px;height:10px;border-radius:50%;border:none;background:#eab308;cursor:pointer;transition:all .25s ease;padding:0;appearance:none;-webkit-appearance:none;font-size:0;line-height:0;overflow:hidden}.reviews-dot--active{background:#eab30840;transform:scale(1.3);box-shadow:0 0 0 2px #eab308}.reviews-dot:hover:not(.reviews-dot--active){background:#ca8a04}@media(max-width:767px){.reviews-section{padding:3rem .5rem 1.5rem}.reviews-cards{grid-template-columns:1fr;min-height:140px}.reviews-title{font-size:1.5rem;margin-bottom:1.75rem}.reviews-arrow{width:36px;height:36px}.reviews-arrow svg{width:16px;height:16px}.reviews-card{padding:1.25rem;border-radius:16px}.reviews-card-text{font-size:.875rem}.reviews-card-quote{font-size:2.5rem}}.layout{display:flex;flex-direction:column;min-height:100vh;padding:3rem 2rem;background-color:transparent;position:relative;z-index:1}.layout-glass-container{flex:1;display:flex;flex-direction:column;background:#ffffffd9;border-radius:40px;border:1px solid rgba(255,255,255,.5);box-shadow:0 10px 40px #0000000d,inset 0 0 0 1px #fff3;overflow:visible;position:relative;transform:translateZ(0);will-change:transform}@keyframes pageEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.layout-content{flex:1;width:100%}.layout-content>div>*{animation:pageEnter .6s cubic-bezier(.22,1,.36,1) both}.layout-content>div>*:nth-child(1){animation-delay:.1s}.layout-content>div>*:nth-child(2){animation-delay:.2s}.layout-content>div>*:nth-child(3){animation-delay:.3s}.layout-content>div>*:nth-child(4){animation-delay:.4s}.layout-content>div>*:nth-child(n+5){animation-delay:.5s}.products-grid>*,.services-grid>*,.features-grid>*{animation:pageEnter .5s cubic-bezier(.22,1,.36,1) both}.products-grid>*:nth-child(1),.services-grid>*:nth-child(1){animation-delay:.1s}.products-grid>*:nth-child(2),.services-grid>*:nth-child(2){animation-delay:.15s}.products-grid>*:nth-child(3),.services-grid>*:nth-child(3){animation-delay:.2s}.products-grid>*:nth-child(4),.services-grid>*:nth-child(4){animation-delay:.25s}.products-grid>*:nth-child(5),.services-grid>*:nth-child(5){animation-delay:.3s}.products-grid>*:nth-child(6),.services-grid>*:nth-child(6){animation-delay:.35s}.products-grid>*:nth-child(n+7),.services-grid>*:nth-child(n+7){animation-delay:.4s}@keyframes falling{0%{transform:translate3d(0,-320px,0) rotate(0)}to{transform:translate3d(0,115vh,0) rotate(360deg)}}.banana-img{animation:falling linear infinite;position:absolute;top:-320px;pointer-events:none;will-change:transform;backface-visibility:hidden;-webkit-backface-visibility:hidden;transform:translateZ(0);isolation:isolate}@media(max-width:768px){.layout{padding:1.5rem 1rem}.layout-glass-container{border-radius:25px}}.home{width:100%}section{padding:5rem 0}.hero{padding:6rem 0;width:100%;position:relative;overflow:hidden}.hero-wrapper{display:flex;align-items:center;justify-content:space-between;gap:4rem}.hero-content{flex:1;text-align:left}.hero-content h1{font-size:2.6rem;margin-bottom:1.5rem;color:#000;font-weight:800;letter-spacing:-.5px;line-height:1.2}.hero-content p{font-size:1.1rem;margin-bottom:2.5rem;color:#374151;line-height:1.6}.hero-banner{flex:1;display:flex;justify-content:center;align-items:center}.hero-banner img{max-width:100%;height:auto;filter:drop-shadow(0 20px 40px rgba(0,0,0,.1))}.cta-button{display:inline-flex;align-items:center;gap:.6rem;padding:1.1rem 2.5rem;background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;text-decoration:none;border-radius:12px;font-weight:700;transition:all .3s ease;box-shadow:0 8px 20px #3b82f64d;letter-spacing:.3px}.cta-tg-icon{width:1.1rem;height:1.1rem;flex-shrink:0}.hero-cta-btn{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 1.8rem;background:linear-gradient(135deg,#3b82f6,#2563eb);border-radius:12px;color:#fff;text-decoration:none;font-weight:700;font-size:1rem;transition:all .3s ease;box-shadow:0 8px 20px #3b82f64d}.hero-cta-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);transform:translateY(-3px);box-shadow:0 12px 30px #3b82f666;color:#fff}.hero-cta-btn .telegram-icon{width:1.2rem;height:1.2rem;flex-shrink:0}.cta-button:hover{transform:translateY(-4px);box-shadow:0 12px 30px #3b82f666;background:linear-gradient(135deg,#2563eb,#1d4ed8)}.why-choose{background:#fff3}.why-choose h2,.our-services h2,.popular-products h2,.reviews h2,.join-us h2,.ready-start h2{text-align:center;font-size:2.8rem;margin-bottom:1.5rem;color:#000;font-weight:800;letter-spacing:-.5px}.why-choose h2:after{content:"";display:block;width:60px;height:5px;background:#facc15;margin:1rem auto 0;border-radius:10px}.why-choose-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem}.why-choose-item{background:#ffffff80;padding:2rem 2rem 2rem 2.5rem;border-radius:24px;box-shadow:0 4px 15px #0000000d;text-align:left;border:1px solid rgba(255,255,255,.5);transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;gap:.4rem}.why-choose-item:hover{transform:translateY(-6px);border-color:#facc15;background:#fffc;box-shadow:0 15px 35px #0000001a}.why-choose-icon{color:#eab308;margin-bottom:.4rem}.why-choose-icon svg{width:28px;height:28px}.why-choose-stat{font-size:2.6rem;font-weight:800;color:#000;letter-spacing:-1px;line-height:1}.why-choose-item h3{color:#4b5563;margin:0;font-size:.95rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.why-choose-item p{color:#6b7280;line-height:1.55;margin:0;font-size:.9rem}.our-services{background:transparent}.our-services p{text-align:center;color:#4b5563;margin-bottom:3.5rem;font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}.services-list{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.service-card{background:#fff9;padding:2rem;border-radius:24px;text-decoration:none;transition:all .4s ease;text-align:center;box-shadow:0 10px 25px #0000000d;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;gap:.5rem}.service-card:hover{transform:translateY(-8px);background:#facc15;box-shadow:0 15px 35px #facc154d}.service-card-icon{color:#eab308;margin-bottom:.8rem;transition:color .3s ease}.service-card:hover .service-card-icon{color:#000}.service-card h3{margin:0;font-size:1.1rem;color:#000;font-weight:700;transition:color .3s ease}.service-card:hover h3{color:#000}.service-card-desc{margin:0;font-size:.875rem;color:#4b5563;line-height:1.55;transition:color .3s ease}.service-card:hover .service-card-desc{color:#1f2937}.manuals-promo{display:flex;align-items:center;gap:1.5rem;margin-top:2rem;padding:1.6rem 2rem;background:#fff9;border:1.5px solid rgba(234,179,8,.35);border-radius:20px;text-decoration:none;transition:background .25s,border-color .25s,transform .25s,box-shadow .25s;justify-content:center;text-align:center}.manuals-promo:hover{background:#facc15;border-color:#facc15;transform:translateY(-3px);box-shadow:0 12px 32px #facc154d}.manuals-promo__icon{flex-shrink:0;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#eab3081f;border-radius:14px;color:#eab308;transition:background .25s,color .25s}.manuals-promo:hover .manuals-promo__icon{background:#00000014;color:#000}.manuals-promo__body{display:flex;flex-direction:column;gap:.3rem;align-items:center}.manuals-promo__title{font-size:1rem;font-weight:800;color:#111827;display:block;transition:color .25s}.manuals-promo:hover .manuals-promo__title{color:#000}.manuals-promo__desc{margin:0;font-size:.875rem;color:#4b5563;line-height:1.55;transition:color .25s}.manuals-promo:hover .manuals-promo__desc{color:#1f2937}.manuals-promo__arrow{flex-shrink:0;color:#eab308;transition:color .25s,transform .25s}.manuals-promo:hover .manuals-promo__arrow{color:#000;transform:translate(4px)}.ecosystem{background:#facc15;border-radius:40px;margin:0 2rem;padding:4rem 2rem;box-shadow:0 20px 40px #facc1533}.ecosystem-title{text-align:center;font-size:2.2rem;font-weight:800;color:#000;letter-spacing:-.5px;margin-bottom:3rem}.ecosystem-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.ecosystem-card{background:#ffffffe6;border:1px solid rgba(255,255,255,.6);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.6rem}.ecosystem-card:hover{border-color:#eab308;box-shadow:0 12px 32px #eab30840;transform:translateY(-6px);background:#fff}.ecosystem-card-icon{width:64px;height:64px;background:#eab3081a;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#eab308;margin-bottom:.5rem;flex-shrink:0}.ecosystem-card h3{font-size:1.1rem;font-weight:700;color:#000;margin:0}.ecosystem-card p{color:#4b5563;font-size:.9rem;line-height:1.5;margin:0;flex:1}.ecosystem-btn{display:inline-flex;align-items:center;margin-top:.8rem;padding:.6rem 1.2rem;background:#1f2937;color:#fff;border-radius:8px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .25s ease}.ecosystem-btn:hover{background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #eab3084d}.ready-start{padding-bottom:8rem;text-align:center}.ready-start .container{display:flex;flex-direction:column;align-items:center}.ready-start h2{color:#000}.ready-start p{color:#4b5563;font-size:1.2rem;margin-bottom:2.5rem}@media(max-width:1024px){.hero-wrapper{flex-direction:column-reverse;text-align:center;gap:3rem}.hero-content{text-align:center}.hero-content h1{font-size:2rem}}@media(max-width:768px){.why-choose-grid,.services-list{grid-template-columns:1fr}.manuals-promo{flex-direction:column;gap:.75rem;padding:1.4rem 1.25rem}.manuals-promo__icon{width:48px;height:48px}.manuals-promo__arrow{display:none}.ecosystem{margin:0 1rem;padding:3rem 1rem;border-radius:25px}.hero-content h1{font-size:1.8rem}.hero-content p{font-size:1.1rem}section{padding:3.5rem 0}.container{padding:0 1.5rem}.why-choose h2,.our-services h2,.popular-products h2,.reviews h2,.join-us h2,.ready-start h2{font-size:2.2rem}.join-us{margin:2rem 1rem;padding:3rem 1rem}}@media(max-width:480px){.join-us h2,.ready-start h2{font-size:1.5rem}}.services-page{width:100%;padding-bottom:5rem}.page-header p{font-size:1.2rem;color:#4b5563;margin:0}.services-search{margin:4rem auto 3rem;display:flex;justify-content:center}.services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;margin-bottom:3rem}.loading,.no-services{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#4b5563;background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;margin:3rem 0}.services-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem;margin-top:2rem}.services-faq-teaser{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#ffffff80;border:1px solid rgba(255,255,255,.5);border-radius:20px;padding:1.5rem 2rem;margin-bottom:4rem}.feature-card{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center}.feature-card:hover{background:#ffffffe0;border-color:#eab308;transform:translateY(-5px);box-shadow:0 15px 35px #eab30833}.feature-icon{width:48px;height:48px;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center;color:#eab308}.feature-icon svg{width:100%;height:100%}.feature-card h3{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .75rem}.feature-card p{font-size:.95rem;color:#4b5563;margin:0;line-height:1.5}.services-process{margin-top:6rem;padding:3rem 0}.process-header{text-align:center;margin-bottom:3.5rem}.process-header h2{font-size:2.5rem;font-weight:800;color:#000;margin:0 0 1rem}.process-header p{font-size:1.1rem;color:#4b5563;margin:0}.process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem}.process-step{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease;position:relative}.process-step:hover{background:#ffffffe0;border-color:#eab308;transform:translateY(-8px);box-shadow:0 15px 35px #eab30833}.step-number{width:60px;height:60px;background:linear-gradient(135deg,#facc15,#f59e0b);color:#000;font-size:1.8rem;font-weight:800;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 15px #facc154d}.process-step h3{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 1rem}.process-step p{font-size:.95rem;color:#4b5563;margin:0;line-height:1.6}@media(max-width:1024px){.services-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}}@media(max-width:768px){.page-header{padding:3rem 1.5rem}.page-header h1{font-size:2.5rem}.page-header p{font-size:1rem}.services-search{margin:2rem auto}.services-faq-teaser{flex-direction:column;text-align:center;align-items:center}.services-faq-teaser-text{flex-direction:column;text-align:center}.services-faq-teaser-btn{width:100%;justify-content:center}.services-grid{grid-template-columns:1fr;gap:1.5rem}.search-input{max-width:100%}.pagination{gap:1rem;padding:1.5rem}.pagination-btn{padding:.65rem .75rem;font-size:.9rem;flex:1}.btn-text{display:none}.container{padding:0 1.5rem}.services-features{grid-template-columns:1fr;margin-bottom:3rem;margin-top:1.5rem}.feature-card{padding:2rem 1.5rem}.feature-icon{font-size:1.8rem;margin-bottom:.5rem}.feature-card h3{font-size:1.1rem}.process-header h2{font-size:1.8rem}.process-steps{grid-template-columns:1fr;gap:1.5rem}.process-step{padding:2rem 1.5rem}.step-number{width:50px;height:50px;font-size:1.5rem}.process-step h3{font-size:1.1rem}}.service-card{background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;height:100%;box-shadow:0 4px 15px #0000000d}.service-card:hover{background:#ffffff59;border-color:#eab308;transform:translateY(-10px);box-shadow:0 15px 35px #eab30833}.service-card-image{width:100%;height:220px;border-radius:16px;overflow:hidden;margin-bottom:1.5rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;font-size:3.5rem}.service-card-image img{width:100%;height:100%;object-fit:cover}.service-card-placeholder{font-size:3.5rem;opacity:.4}.service-card-content{display:flex;flex-direction:column;flex:1}.service-card-filter{display:block;padding:.35rem .75rem;border:1.5px solid;border-radius:8px;font-size:.75rem;font-weight:600;margin:0 auto .75rem;background:transparent;width:fit-content;text-align:center}.service-card-title{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.3}.service-card-subtitle{font-size:.85rem;color:#6b7280;margin:0 0 .75rem;font-weight:600}.service-card-desc{font-size:.875rem;color:#4b5563;margin:0 0 1rem;line-height:1.5;flex:1}.service-card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.service-card-price{display:flex;align-items:center}.service-card-btn{display:inline-flex;align-items:center;gap:.4rem;background:#1f2937;color:#fff;border:none;border-radius:10px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0003}.service-card-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#eab308,#ca8a04);box-shadow:0 6px 20px #eab30866}.service-card-btn:active{transform:translateY(0);background:#ca8a04}@media(max-width:768px){.service-card{border-radius:16px;padding:1.5rem}.service-card-image{height:120px}.service-card-title{font-size:1.1rem}.service-card-desc{font-size:.8rem}.price-value{font-size:1.3rem}.service-card-btn{padding:.6rem 1rem;font-size:.8rem}}.how-to-order{margin-top:3rem;padding:2.5rem 2rem;background:#fff9;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(234,179,8,.2);border-radius:20px}.how-to-order__title{font-size:1.3rem;font-weight:800;color:#111827;margin:0 0 2rem;text-align:center;letter-spacing:-.3px}.how-to-order__steps{display:flex;align-items:flex-start;gap:0;position:relative}.how-to-order__step{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1rem;position:relative}.how-to-order__step-num{font-size:.7rem;font-weight:800;color:#eab308;letter-spacing:.08em;margin-bottom:.5rem;opacity:.7}.how-to-order__step-icon{font-size:2rem;width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#eab30826,#eab3080d);border:1.5px solid rgba(234,179,8,.35);border-radius:16px;margin-bottom:1rem}.how-to-order__step-body{display:flex;flex-direction:column;gap:.35rem}.how-to-order__step-title{font-size:.95rem;font-weight:700;color:#111827;display:block}.how-to-order__step-desc{font-size:.845rem;color:#6b7280;line-height:1.55;margin:0}.how-to-order__arrow{position:absolute;right:-12px;top:28px;color:#eab308;opacity:.6;width:24px;height:24px;z-index:1}.how-to-order__arrow svg{width:20px;height:20px}@media(max-width:700px){.how-to-order{padding:1.75rem 1.25rem}.how-to-order__steps{flex-direction:column;gap:1.5rem}.how-to-order__step{flex-direction:row;text-align:left;align-items:flex-start;padding:0;gap:1rem}.how-to-order__step-num{display:none}.how-to-order__step-icon{flex-shrink:0;margin-bottom:0;width:48px;height:48px;font-size:1.6rem}.how-to-order__arrow{display:none}}.service-detail-page{min-height:100vh;padding:2rem;background:transparent}.back-btn{background:#1f2937;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-bottom:2rem;box-shadow:0 4px 15px #0003}.back-btn:hover{transform:translate(-2px);background:linear-gradient(135deg,#eab308,#ca8a04);box-shadow:0 6px 20px #eab30866}.back-btn:active{transform:translate(0);background:#ca8a04}.service-detail-container{max-width:1000px;margin:0 auto;background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:3rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;box-shadow:0 4px 15px #0000000d}.service-detail-left{display:flex;flex-direction:column;gap:1.25rem}.service-detail-image{width:100%;aspect-ratio:1;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;font-size:5rem}.service-detail-meta{display:flex;flex-direction:column;gap:0;border-radius:14px;overflow:hidden;border:1.5px solid #f5c518;box-shadow:0 4px 18px #f5c51821}.service-meta-item{display:flex;flex-direction:column;gap:.35rem;padding:1rem 1.25rem;background:#ffffff8c;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.service-meta-item+.service-meta-item{border-top:1px solid rgba(245,197,24,.25)}.service-meta-label{display:flex;align-items:center;gap:.4rem;font-size:.68rem;font-weight:800;color:#b8860b;text-transform:uppercase;letter-spacing:.6px}.service-meta-label:before{content:"";display:inline-block;width:6px;height:6px;border-radius:50%;background:#f5c518;flex-shrink:0}.service-meta-value{font-size:.9rem;color:#111827;font-weight:500;line-height:1.55;white-space:pre-wrap;word-break:break-word}.service-detail-image img{width:100%;height:100%;object-fit:cover}.service-detail-placeholder{font-size:5rem;opacity:.3}.service-detail-content{display:flex;flex-direction:column;justify-content:space-between}.service-detail-title{font-size:2.5rem;font-weight:800;color:#000;margin:0 0 1rem;line-height:1.2}.service-detail-filter{display:inline-block;padding:.5rem 1rem;border:2px solid;border-radius:10px;font-size:.85rem;font-weight:600;margin-bottom:1.5rem;background:transparent}.service-detail-subtitle{font-size:1.25rem;color:#6b7280;margin:0 0 2rem;font-weight:600}.service-detail-description,.service-detail-additional{margin-bottom:1.5rem}.service-detail-description h3,.service-detail-additional h3{font-size:.9rem;font-weight:700;color:#000;margin:0 0 .75rem;text-transform:uppercase;letter-spacing:.5px}.service-detail-description p,.service-detail-additional p{font-size:.95rem;color:#4b5563;line-height:1.8;margin:0;white-space:pre-wrap;word-wrap:break-word}.service-detail-footer{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(0,0,0,.05);margin-top:auto}.service-detail-price{display:flex;flex-direction:column}.price-label{font-size:.75rem;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.3rem}.buy-button{display:inline-flex;align-items:center;gap:.5rem;background:#1f2937;color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.loading-page{display:flex;align-items:center;justify-content:center;min-height:100vh;font-size:1.3rem;color:#4b5563}@media(max-width:768px){.service-detail-container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.service-detail-title{font-size:1.8rem}.service-detail-subtitle{font-size:1rem}.service-detail-footer{flex-direction:column;align-items:stretch}.buy-button{width:100%}.price-amount{font-size:1.5rem}.back-btn{padding:.6rem 1.2rem;font-size:.9rem}}.product-card{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2rem;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;flex-direction:column;height:100%;box-shadow:0 4px 15px #0000000d}.product-card:hover{background:#ffffffe0;border-color:#eab308;transform:translateY(-10px);box-shadow:0 15px 35px #eab30833}.product-card-image{width:100%;height:220px;border-radius:16px;overflow:hidden;margin-bottom:1.5rem;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;font-size:3.5rem}.product-card-image img{width:100%;height:100%;object-fit:cover}.product-card-placeholder{font-size:3.5rem;opacity:.4}.product-card-content{display:flex;flex-direction:column;flex:1}.product-card-header{margin-bottom:.5rem;display:flex;flex-wrap:wrap;gap:.4rem;align-items:center}.account-type-badge{display:inline-block;padding:.25rem .65rem;border-radius:6px;font-size:.7rem;font-weight:600;background:#0000000f;color:#374151;letter-spacing:.2px;white-space:normal;line-height:1.4}.product-type-badge{display:inline-block;padding:.25rem .75rem;border-radius:6px;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.product-type-badge.service,.product-type-badge.product{background:#eab30826;color:#ca8a04}.product-card-filter{display:block;padding:.35rem .75rem;border:1.5px solid;border-radius:8px;font-size:.75rem;font-weight:600;margin:0 auto .75rem;background:transparent;width:fit-content;text-align:center}.product-card-title{font-size:1.25rem;font-weight:700;color:#000;margin:0 0 .5rem;line-height:1.3}.product-card-subtitle{font-size:.85rem;color:#6b7280;margin:0 0 .75rem;font-weight:600}.product-card-desc{font-size:.875rem;color:#4b5563;margin:0 0 .75rem;line-height:1.5;flex:1}.product-card-meta{display:flex;gap:.75rem;margin-bottom:1rem;padding:.75rem;background:#eab30814;border-radius:10px;flex-wrap:wrap}.meta-item{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#2d3748;font-weight:600}.flag-icon{width:20px;height:15px;border-radius:3px;object-fit:cover;border:1px solid rgba(0,0,0,.1)}.count-badge{background:linear-gradient(135deg,#eab308,#ca8a04);color:#fff;padding:.25rem .5rem;border-radius:6px;font-weight:700;font-size:.75rem}.product-card-footer{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid rgba(0,0,0,.05)}.product-card-price{display:flex;align-items:center}.price-value{font-size:1.5rem;font-weight:800;color:#00d084}.product-card-btn{display:inline-flex;align-items:center;gap:.4rem;background:#1f2937;color:#fff;border:none;border-radius:10px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0003}.product-card-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#eab308,#ca8a04);box-shadow:0 6px 20px #eab30866}.product-card-btn:active{transform:translateY(0);background:#ca8a04}@media(max-width:768px){.product-card{border-radius:16px;padding:1.5rem}.product-card-image{height:120px}.product-card-title{font-size:1.1rem}.product-card-desc{font-size:.8rem}.price-value{font-size:1.3rem}.product-card-btn{padding:.6rem 1rem;font-size:.8rem}}.cselect{position:relative;min-width:150px}.cselect__trigger{width:100%;display:flex;align-items:center;gap:.5rem;text-align:left;padding:.75rem 2.5rem .75rem 1rem;font-size:.95rem;font-family:inherit;font-weight:400;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#1f2937;cursor:pointer;outline:none;transition:all .3s ease}.cselect__trigger:hover{background:#ffffffe6;border-color:#eab308;box-shadow:0 0 0 3px #eab30826}.cselect__trigger--open{border-color:#eab308;background:#ffffffe6;box-shadow:0 0 0 3px #eab30826}.cselect__chevron{width:1em;height:1em;position:absolute;right:1rem;top:50%;transform:translateY(-50%);pointer-events:none;color:#1f2937;transition:transform .2s ease;flex-shrink:0}.cselect__trigger--open .cselect__chevron{transform:translateY(-50%) rotate(180deg)}.cselect__flag{width:1.25rem;height:auto;border-radius:2px;flex-shrink:0;object-fit:cover}.cselect__placeholder{color:#6b7280}.cselect__dropdown{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(234,179,8,.3);border-radius:12px;box-shadow:0 8px 30px #0000001f;z-index:100;overflow:hidden;max-height:260px;overflow-y:auto}.cselect__dropdown::-webkit-scrollbar{width:4px}.cselect__dropdown::-webkit-scrollbar-track{background:transparent}.cselect__dropdown::-webkit-scrollbar-thumb{background:#eab30866;border-radius:4px}.cselect__option{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;cursor:pointer;font-size:.95rem;color:#1f2937;transition:background .15s ease}.cselect__option:hover{background:#eab3081a}.cselect__option--active{background:#eab30826;font-weight:600}.google-ads-page{width:100%;background:transparent}.feature-item h3{font-size:1.25rem;color:#000;margin:0 0 .75rem;font-weight:700}.feature-item p{font-size:.95rem;color:#4b5563;margin:0;line-height:1.5}.products-section{margin:0 0 2rem;background:transparent}.products-section h2{font-size:2.5rem;color:#000;margin:0 0 .5rem;text-align:center;font-weight:800}.section-subtitle{font-size:1.1rem;color:#4b5563;text-align:center;margin-bottom:2rem}.products-placeholder{padding:3rem;text-align:center;color:#4b5563;border:2px dashed rgba(234,179,8,.3);border-radius:16px;background:#eab3080d}.view-products-btn{background:linear-gradient(135deg,#eab308,#ca8a04);color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #eab3084d}.view-products-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px #eab30866}.view-products-btn:active{transform:translateY(0)}@media(max-width:768px){.page-header{padding:3rem 1.5rem}.page-header h1{font-size:2.5rem}.description-section{padding:2rem 1.5rem;margin:2rem auto}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.feature-item{padding:2rem 1.5rem}.container{padding:0 1.5rem}.products-section{padding:2rem 1.5rem;margin:3rem 0}.products-section h2{font-size:1.8rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.pagination{gap:.75rem}.pagination-btn{flex:1;padding:.65rem .75rem;font-size:.85rem}.btn-text{display:none}.services-faq-teaser{flex-direction:column;text-align:center;align-items:center}.services-faq-teaser-text{flex-direction:column;text-align:center}.services-faq-teaser-btn{width:100%;justify-content:center}}.products-page{width:100%;padding-bottom:5rem}.products-controls{margin:3rem auto;display:flex;flex-direction:column;gap:1.5rem;max-width:900px}@media(min-width:768px){.products-controls{flex-direction:row;align-items:center;justify-content:center}}.search-input{width:100%;max-width:500px;padding:1rem 1.5rem;font-size:1rem;border:1px solid rgba(255,255,255,.3);border-radius:16px;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000000d;transition:all .3s ease;color:#1f2937}.filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1em;padding:.75rem 2.5rem .75rem 1.5rem;font-size:.95rem;border:1px solid rgba(255,255,255,.3);border-radius:12px;background-color:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 4px 15px #0000000d;color:#1f2937;cursor:pointer;outline:none;transition:all .3s ease;min-width:150px}.filter-select:focus,.filter-select:hover{background:#fffc;border-color:#facc15}.search-input::placeholder{color:#a0aec0}.search-input:focus{outline:none;background:#fffc;border-color:#facc15;box-shadow:0 8px 25px #facc1533}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2.5rem;margin-bottom:3rem}.loading,.no-products{text-align:center;padding:4rem 2rem;font-size:1.1rem;color:#4b5563;background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;margin:3rem 0}.pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;padding:2rem}.pagination-btn{background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);color:#1f2937;padding:.75rem 1.5rem;border-radius:12px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0000000d;outline:none}.pagination-btn:hover:not(:disabled){background:#1f2937;color:#fff;transform:translateY(-2px);box-shadow:0 8px 25px #0003;border-color:transparent}.pagination-btn:active:not(:disabled){background:#000;color:#fff;transform:translateY(0);border-color:transparent}.pagination-info{font-size:.95rem;color:#4b5563;font-weight:600;min-width:60px;text-align:center}@media(max-width:1024px){.products-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:2rem}}.products-description{margin-top:4rem;text-align:center;padding:2.5rem 2rem;background:#ffffff80;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.4);border-radius:24px;box-shadow:0 4px 20px #0000000d}.products-description h2{font-size:1.75rem;font-weight:800;color:#000;margin:0 0 1rem;letter-spacing:-.5px}.products-description p{font-size:1.05rem;color:#4b5563;line-height:1.7;max-width:720px;margin:0 auto}.products-how-to-order{margin-top:4rem;padding-bottom:2rem}.products-how-to-order h2{font-size:1.6rem;font-weight:800;color:#000;text-align:center;margin:0 0 2.5rem;letter-spacing:-.5px}.how-to-steps{display:flex;align-items:flex-start;justify-content:center;gap:0}.how-to-step{flex:1;max-width:280px;text-align:center;padding:2rem 1.5rem;background:#ffffff8c;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.4);border-radius:20px;box-shadow:0 4px 20px #0000000d}.how-to-step-num{width:48px;height:48px;border-radius:50%;background:#000;color:#fff;font-size:1.3rem;font-weight:800;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem}.how-to-step h3{font-size:1.05rem;font-weight:700;color:#000;margin:0 0 .5rem}.how-to-step p{font-size:.9rem;color:#4b5563;line-height:1.6;margin:0}.how-to-step-arrow{font-size:1.8rem;color:#eab308;font-weight:700;padding:0 1rem;align-self:center;flex-shrink:0;margin-top:-1rem}@media(max-width:768px){.page-header{padding:3rem 1.5rem}.page-header h1{font-size:2.5rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.search-input{max-width:100%}.pagination{gap:1rem;padding:1.5rem}.pagination-btn{flex:1;padding:.65rem .75rem;font-size:.85rem}.btn-text{display:none}.container{padding:0 1.5rem}.how-to-steps{flex-direction:column;align-items:center;gap:1rem}.how-to-step{max-width:100%;width:100%}.how-to-step-arrow{transform:rotate(90deg)}.products-description h2{font-size:1.35rem}.products-how-to-order h2{font-size:1.3rem}}.product-detail-page{width:100%;background:transparent;padding:2rem 0}.product-detail-wrapper{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;padding:0 2rem}.product-detail-container{padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 4px 15px #0000000d}.product-detail-image{width:100%;height:400px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;font-size:5rem}.product-detail-image img{width:100%;height:100%;object-fit:cover}.product-detail-placeholder{font-size:5rem;opacity:.3}.product-detail-content{display:flex;flex-direction:column}.product-detail-title{font-size:2.5rem;font-weight:800;color:#000;margin:0 0 .75rem;line-height:1.2}.product-detail-filter{display:block;padding:.5rem 1rem;border:2px solid;border-radius:10px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem;background:transparent;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.product-detail-subtitle{font-size:1.3rem;color:#6b7280;margin:0 0 1.5rem;font-weight:600}.product-detail-description{margin-bottom:2rem}.product-detail-description h3,.product-detail-additional h3{font-size:1.1rem;color:#000;margin:0 0 .75rem;font-weight:700}.product-detail-description p,.product-detail-additional p{font-size:.95rem;color:#4b5563;line-height:1.7;margin:0}.product-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1.5rem;background:#00d08414;border-radius:16px;border-left:4px solid #00d084}.product-additional-section{display:flex;flex-direction:column;gap:1rem}.product-detail-additional{padding:1.5rem;background:#ffffff80;border-radius:12px;border-left:4px solid #00d084}.product-detail-footer{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:16px;box-shadow:0 4px 15px #0000000d}.product-detail-price,.product-wholesale-price{display:flex;flex-direction:column}.footer-buttons{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.delivery-badge{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:14px;font-size:.875rem;border:2px solid}.delivery-badge--instant{background:#10b98114;border-color:#10b98159;color:#065f46}.delivery-badge--preorder{background:#eab30814;border-color:#eab30859;color:#92400e}.delivery-badge__icon{font-size:1.5rem;flex-shrink:0}.delivery-badge__label{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;opacity:.7;margin-bottom:.15rem}.delivery-badge__value{font-size:.9375rem;font-weight:700}.preorder-button{display:inline-flex;align-items:center;gap:.5rem;background:#1f2937;color:#fff;border:none;border-radius:12px;padding:1rem 1.5rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0003}.preorder-button:hover{background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;transform:translateY(-2px);box-shadow:0 8px 25px #eab3084d}.preorder-overlay{position:fixed;inset:0;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;display:flex;align-items:center;justify-content:center;padding:1rem}.preorder-modal{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000040}.preorder-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.preorder-modal-header h2{font-size:1.25rem;font-weight:800;color:#111827;margin:0}.preorder-modal-close{background:#f3f4f6;border:none;border-radius:8px;width:32px;height:32px;cursor:pointer;font-size:1rem;color:#6b7280;display:flex;align-items:center;justify-content:center;transition:background .2s}.preorder-modal-close:hover{background:#e5e7eb;color:#111827}.preorder-modal-form{display:flex;flex-direction:column;gap:1rem}.preorder-field{display:flex;flex-direction:column;gap:.4rem}.preorder-field label{font-size:.875rem;font-weight:600;color:#374151}.preorder-field input,.preorder-field textarea{padding:.7rem 1rem;border:1px solid #d1d5db;border-radius:10px;font-size:.9375rem;font-family:inherit;color:#111827;outline:none;transition:border-color .2s,box-shadow .2s;resize:vertical}.preorder-field input:focus,.preorder-field textarea:focus{border-color:#eab308;box-shadow:0 0 0 3px #eab30826}.preorder-readonly{background:#f9fafb!important;color:#6b7280!important;cursor:default}.preorder-success{padding:.75rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:10px;color:#065f46;font-size:.9rem;font-weight:500}.preorder-error{padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#991b1b;font-size:.9rem;font-weight:500}.preorder-submit{padding:.875rem 2rem;background:#1f2937;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:700;cursor:pointer;transition:all .25s ease}.preorder-submit:hover:not(:disabled){background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;box-shadow:0 6px 20px #eab3084d}.preorder-submit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.product-detail-wrapper{padding:0 1rem}.product-detail-container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.product-detail-image{height:250px}.product-detail-title{font-size:1.75rem}.product-detail-subtitle{font-size:1.1rem}.product-info-section{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.product-additional-section{gap:.75rem}.product-detail-footer{flex-direction:column;gap:1rem;padding:1.5rem}.buy-button{width:100%}.back-btn{margin:1rem}}.youtube-page{width:100%;background:transparent}.page-header{background:transparent;color:#000;padding:5rem 2rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.page-header h1{font-size:3.5rem;margin:0 0 1rem;color:#000;font-weight:800;letter-spacing:-1px}.page-header-subtitle{font-size:1.05rem;color:#4b5563;margin:0;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.description-section{padding:3rem 2rem;margin:3rem auto;max-width:900px;background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 4px 15px #0000000d}.description-section p{font-size:1.1rem;color:#4b5563;line-height:1.8;margin:0}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin:3rem 0}.feature-item{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:20px;padding:2.5rem 2rem;text-align:center;transition:all .3s ease}.feature-item:hover{background:#ffffff59;border-color:#eab308;transform:translateY(-5px);box-shadow:0 12px 30px #eab30826}.feature-icon{width:3.5rem;height:3.5rem;margin:0 auto 1.25rem}.feature-icon svg{width:100%;height:100%;stroke:#eab308}.feature-item h3{font-size:1.25rem;color:#000;margin:0;font-weight:700}.what-is-section{margin:4rem 0;padding:2.5rem;background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 4px 15px #0000000d}.what-is-section h2{font-size:2rem;color:#000;margin:0 0 1rem;font-weight:800}.what-is-section>p{font-size:1rem;color:#4b5563;line-height:1.7;margin:0 0 2rem}.features-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-list-item{display:flex;gap:1rem;align-items:flex-start}.feature-list-icon{width:1.8rem;height:1.8rem;flex-shrink:0;margin-top:.1rem}.feature-list-icon svg{width:100%;height:100%;stroke:#eab308}.feature-text{display:flex;flex-direction:column}.feature-text strong{color:#000;font-size:.95rem;margin-bottom:.25rem}.feature-text p{color:#4b5563;font-size:.85rem;margin:0;line-height:1.5}.guide-section{margin:4rem 0;padding:3rem 2.5rem;background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 4px 15px #0000000d;text-align:center}.guide-section h2{font-size:2rem;color:#000;margin:0 0 1rem;font-weight:800}.guide-section p{font-size:1rem;color:#4b5563;margin:0 0 2rem;line-height:1.7}.guide-button{background:#1f2937;color:#fff;border:none;padding:1rem 2.5rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #0003}.guide-button:hover{transform:translateY(-2px);background:red;box-shadow:0 8px 25px #ff000059}.guide-button:active{transform:translateY(0);background:#c00}.products-section{margin:0rem 0;padding:0rem 2rem;background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px}.products-section h2{font-size:2.5rem;color:#000;margin:0 0 2rem;text-align:center;font-weight:800}.products-controls{margin-bottom:2rem;display:flex;flex-direction:column;gap:1.5rem;align-items:center;max-width:900px;margin-left:auto;margin-right:auto}@media(min-width:768px){.products-controls{flex-direction:row;justify-content:center}}.products-search{display:flex;justify-content:center;flex:1}.products-filters{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.search-input{width:100%;max-width:400px;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.1);border-radius:12px;font-size:.95rem;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all .3s ease}.search-input:focus{outline:none;border-color:#eab308;background:#ffffffe6;box-shadow:0 0 0 3px #eab30826}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-bottom:2rem}.loading,.no-products{text-align:center;padding:3rem;color:#4b5563;font-size:1.1rem}.pagination{display:flex;justify-content:center;align-items:center;gap:2rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05)}.pagination-btn{background:linear-gradient(135deg,#eab308,#ca8a04);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none}.pagination-btn:focus,.pagination-btn:focus-visible{outline:none;box-shadow:none}.pagination-btn:hover:not(:disabled){transform:translateY(-2px);background:#1f2937;box-shadow:0 6px 20px #00000040}.pagination-btn:active:not(:disabled){background:#000;transform:translateY(0)}.pagination-btn:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-weight:600;color:#2d3748;font-size:.95rem}@media(max-width:768px){.page-header{padding:3rem 1.5rem}.page-header h1{font-size:2.5rem}.description-section{padding:2rem 1.5rem;margin:2rem auto}.features-grid{grid-template-columns:1fr;gap:1.5rem;margin:2rem 0}.feature-item{padding:2rem 1.5rem}.container{padding:0 1.5rem}.products-section{padding:2rem 1.5rem;margin:3rem 0}.products-section h2{font-size:1.8rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.features-list{grid-template-columns:1fr}.pagination{gap:.75rem}.pagination-btn{flex:1;padding:.65rem .75rem;font-size:.85rem}.btn-text{display:none}.what-is-section,.guide-section{padding:2rem 1.5rem}.what-is-section h2,.guide-section h2{font-size:1.5rem}.services-faq-teaser{flex-direction:column;text-align:center;align-items:center}.services-faq-teaser-text{flex-direction:column;text-align:center}.services-faq-teaser-btn{width:100%;justify-content:center}}.services-faq-teaser{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:#ffffff80;border:1px solid rgba(255,255,255,.5);border-radius:20px;padding:1.5rem 2rem;margin-top:3rem;margin-bottom:4rem}.services-faq-teaser-text{display:flex;align-items:center;gap:1rem;color:#eab308;flex:1}.services-faq-teaser-text h3{font-size:1rem;font-weight:700;color:#111827;margin:0 0 .2rem}.services-faq-teaser-text p{font-size:.875rem;color:#6b7280;margin:0}.services-faq-teaser-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.65rem 1.4rem;background:#000;color:#fff;border-radius:10px;font-weight:700;font-size:.875rem;text-decoration:none;white-space:nowrap;transition:background .2s,transform .2s}.services-faq-teaser-btn:hover{background:#1f2937;transform:translateY(-1px);color:#fff}.youtube-detail-page{width:100%;background:transparent;padding:2rem 0}.back-btn{background:#1f2937;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;margin:2rem;transition:all .3s ease;font-size:.95rem;box-shadow:0 4px 15px #0003}.back-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#eab308,#ca8a04);box-shadow:0 6px 20px #eab30866}.back-btn:active{transform:translateY(0);background:#ca8a04}.youtube-detail-wrapper{max-width:1000px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem;padding:0 2rem}.youtube-detail-container{padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;box-shadow:0 4px 15px #0000000d}.youtube-detail-image{width:100%;height:400px;border-radius:16px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;align-items:center;justify-content:center;font-size:5rem}.youtube-detail-image img{width:100%;height:100%;object-fit:cover}.youtube-detail-placeholder{font-size:5rem;opacity:.3}.youtube-detail-content{display:flex;flex-direction:column}.youtube-detail-title{font-size:2.5rem;font-weight:800;color:#000;margin:0 0 .75rem;line-height:1.2}.youtube-detail-filter{display:block;padding:.5rem 1rem;border:2px solid;border-radius:10px;font-size:.85rem;font-weight:700;margin-bottom:1.5rem;background:transparent;width:fit-content;text-transform:uppercase;letter-spacing:.5px}.youtube-detail-subtitle{font-size:1.3rem;color:#6b7280;margin:0 0 1.5rem;font-weight:600}.youtube-detail-description{margin-bottom:2rem}.youtube-detail-description h3{font-size:1.1rem;color:#000;margin:0 0 .75rem;font-weight:700}.youtube-detail-description p{font-size:.95rem;color:#4b5563;line-height:1.7;margin:0}.youtube-info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;padding:1.5rem;background:#00d08414;border-radius:16px;border-left:4px solid #00d084}.youtube-additional-section{display:flex;flex-direction:column;gap:1rem}.info-block{display:flex;flex-direction:column}.info-block h4{font-size:.85rem;color:#00d084;margin:0 0 .5rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.info-block p{font-size:.95rem;color:#2d3748;margin:0;font-weight:600}.geo-display{display:flex;align-items:center;gap:.75rem}.country-flag{width:32px;height:24px;border-radius:4px;object-fit:cover;border:1px solid rgba(0,0,0,.1)}.youtube-detail-additional{padding:1.5rem;background:#ffffff80;border-radius:12px;border-left:4px solid #00d084}.youtube-detail-additional h3{font-size:1.1rem;color:#000;margin:0 0 .75rem;font-weight:700}.youtube-detail-additional p{font-size:.95rem;color:#4b5563;margin:0;line-height:1.7}.youtube-detail-footer{display:flex;justify-content:space-between;align-items:center;gap:2rem;padding:2rem;background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:16px;box-shadow:0 4px 15px #0000000d}.youtube-detail-price,.product-wholesale-price{display:flex;flex-direction:column}.wholesale-label{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.wholesale-amount{font-size:1.1rem;font-weight:700;color:#7c3aed}.price-label{font-size:.85rem;color:#6b7280;margin-bottom:.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.price-amount{font-size:2rem;font-weight:800;color:#00d084}.buy-button{display:inline-flex;align-items:center;gap:.5rem;background:#1f2937;color:#fff;border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:700;cursor:pointer;transition:all .3s ease;white-space:nowrap;box-shadow:0 4px 15px #0003}.buy-button:hover{transform:translateY(-2px);background:linear-gradient(135deg,#eab308,#ca8a04);box-shadow:0 8px 25px #eab30866}.buy-button:active{transform:translateY(0);background:#ca8a04}.loading-page{width:100%;min-height:60vh;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#4b5563}@media(max-width:768px){.youtube-detail-wrapper{padding:0 1rem}.youtube-detail-container{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.youtube-detail-image{height:250px}.youtube-detail-title{font-size:1.75rem}.youtube-detail-subtitle{font-size:1.1rem}.youtube-info-section{grid-template-columns:repeat(2,1fr);gap:1rem;padding:1rem}.youtube-additional-section{gap:.75rem}.youtube-detail-footer{flex-direction:column;gap:1rem;padding:1.5rem}.buy-button{width:100%}.back-btn{margin:1rem}}.wp-page{min-height:100vh;background:transparent}.wp-hero{padding:5rem 2rem 3rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.wp-hero h1{font-size:3.5rem;font-weight:800;color:#000;margin:0 0 1.25rem;letter-spacing:-1px}.wp-hero p{font-size:1.15rem;color:#4b5563;max-width:700px;margin:0 auto;line-height:1.7}.wp-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.wp-features{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:4rem}.wp-feature-card{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;transition:all .3s ease}.wp-feature-card:hover{background:#ffffff59;border-color:#eab308;transform:translateY(-5px);box-shadow:0 15px 35px #eab30833}.wp-feature-icon{width:52px;height:52px;color:#eab308;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.wp-feature-icon svg{width:100%;height:100%}.wp-feature-card h3{font-size:1.2rem;font-weight:700;color:#000;margin:0 0 .6rem}.wp-feature-card p{font-size:.95rem;color:#4b5563;margin:0;line-height:1.5}.wp-order-wrap{display:flex;justify-content:center;margin-bottom:5rem}.wp-order-btn{display:inline-block;background:#1f2937;color:#fff;text-decoration:none;padding:1.1rem 3rem;font-size:1.1rem;font-weight:700;border-radius:14px;transition:all .3s ease;box-shadow:0 4px 20px #0003}.wp-order-btn:hover{transform:translateY(-3px)}.wp-order-btn:active{transform:translateY(0)}.wp-included{background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:28px;padding:3rem 2.5rem}.wp-included-header{text-align:center;margin-bottom:3rem}.wp-included-header h2{font-size:2.2rem;font-weight:800;color:#000;margin:0 0 .75rem;letter-spacing:-.5px}.wp-included-header p{font-size:1.05rem;color:#4b5563;margin:0}.wp-included-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}.wp-included-card{background:#ffffffb8;border:1px solid rgba(255,255,255,.5);border-radius:16px;padding:1.5rem;transition:all .3s ease}.wp-included-card:hover{background:#ffffffe0;border-color:#eab308;transform:translateY(-3px);box-shadow:0 8px 25px #eab30826}.wp-included-icon{width:36px;height:36px;color:#eab308;margin-bottom:.75rem;display:flex;align-items:center;justify-content:center}.wp-included-icon svg{width:100%;height:100%}.wp-included-card h4{font-size:1rem;font-weight:700;color:#000;margin:0 0 .4rem}.wp-included-card p{font-size:.875rem;color:#4b5563;margin:0;line-height:1.5}.wp-docs{margin-top:4rem}.wp-docs-header{text-align:center;margin-bottom:2rem}.wp-docs-header h2{font-size:2.2rem;font-weight:800;color:#000;margin:0;letter-spacing:-.5px}.wp-docs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.wp-doc-card{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem 2rem;display:flex;flex-direction:column;align-items:flex-start;transition:all .3s ease}.wp-doc-card:hover{background:#ffffffe0;border-color:#eab308;transform:translateY(-5px);box-shadow:0 15px 35px #eab30833}.wp-doc-icon{width:44px;height:44px;color:#eab308;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.wp-doc-icon svg{width:100%;height:100%}.wp-doc-card h3{font-size:1.15rem;font-weight:700;color:#000;margin:0 0 .6rem}.wp-doc-card p{font-size:.9rem;color:#4b5563;margin:0 0 1.5rem;line-height:1.6;flex:1}.wp-doc-btn{display:inline-block;background:#1f2937;color:#fff;text-decoration:none;padding:.7rem 1.5rem;border-radius:10px;font-size:.9rem;font-weight:600;transition:all .3s ease;box-shadow:0 4px 12px #00000026}.wp-doc-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#eab308,#ca8a04);box-shadow:0 6px 20px #eab30866}.wp-doc-btn:active{transform:translateY(0);background:#ca8a04}.wp-process{margin-top:4rem}.wp-process-header{text-align:center;margin-bottom:3rem}.wp-process-header h2{font-size:2.2rem;font-weight:800;color:#000;margin:0 0 .75rem;letter-spacing:-.5px}.wp-process-header p{font-size:1.05rem;color:#4b5563;margin:0}.wp-process-steps{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.wp-process-step{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2.5rem 2rem;transition:all .3s ease}.wp-process-step:hover{background:#ffffffe0;border-color:#eab308;transform:translateY(-4px);box-shadow:0 12px 30px #eab3082e}.wp-step-number{width:52px;height:52px;background:linear-gradient(135deg,#facc15,#f59e0b);color:#000;font-size:1.5rem;font-weight:800;border-radius:14px;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem}.wp-process-step h3{font-size:1.15rem;font-weight:700;color:#000;margin:0 0 .5rem}.wp-step-desc{font-size:.9rem;color:#6b7280;margin:0 0 1rem;line-height:1.5}.wp-step-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.4rem}.wp-step-list li{font-size:.875rem;color:#4b5563;padding-left:1.4rem;position:relative;line-height:1.5}.wp-step-list li:before{content:"";position:absolute;left:0;top:.55em;width:6px;height:6px;background:#eab308;border-radius:50%}@media(max-width:1024px){.wp-features{grid-template-columns:repeat(3,1fr);gap:1rem}}@media(max-width:768px){.wp-hero{padding:3rem 1.5rem 2rem}.wp-hero h1{font-size:2.4rem}.wp-container{padding:2.5rem 1.25rem}.wp-features,.wp-docs-grid{grid-template-columns:1fr}.wp-doc-card{align-items:center;text-align:center}.wp-process-steps{grid-template-columns:1fr}.wp-process-step{text-align:center}.wp-step-number{margin-left:auto;margin-right:auto}.wp-step-list{text-align:left}.wp-included{padding:2rem 1.25rem}.wp-included-header h2{font-size:1.6rem}.wp-included-grid{grid-template-columns:1fr 1fr;gap:1rem}.wp-included-card{text-align:center}.wp-included-icon{margin-left:auto;margin-right:auto}}@media(max-width:480px){.wp-included-grid{grid-template-columns:1fr}}.fm-page{width:100%;background:transparent}.page-header{background:transparent;color:#000;padding:4rem 2rem 3rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.page-header h1{font-size:2.8rem;margin:0 0 1rem;color:#000;font-weight:800;letter-spacing:-.5px}.page-header .fm-subtitle{color:#4b5563;font-size:1.1rem;line-height:1.7;max-width:700px;margin:0 auto!important;text-align:center!important;display:block;width:100%}.fm-page>.container{padding:3.5rem 2rem;max-width:100%}.fm-search-form{display:flex;gap:.75rem;align-items:center;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.fm-search-wrap{position:relative;flex:1;min-width:220px;max-width:480px}.fm-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#9ca3af;pointer-events:none}.fm-search-input{width:100%;padding:.75rem 2.75rem;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-size:.9375rem;font-family:inherit;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#111827;transition:border-color .2s,box-shadow .2s;outline:none;box-sizing:border-box}.fm-search-input:focus{border-color:#eab308;box-shadow:0 0 0 3px #eab30826}.fm-search-input::placeholder{color:#9ca3af}.fm-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:#9ca3af;font-size:.8rem;padding:.25rem;line-height:1;transition:color .2s}.fm-search-clear:hover{color:#374151}.fm-search-btn{padding:.75rem 1.5rem;background:#1f2937;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;font-family:inherit;transition:all .25s ease;white-space:nowrap}.fm-tags-nav{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:2rem}.fm-tag-btn{padding:.45rem 1rem;border-radius:999px;border:1.5px solid rgba(234,179,8,.35);background:transparent;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,color .2s;font-family:inherit;white-space:nowrap}.fm-tag-btn:hover{background:#eab3081f;border-color:#eab308;color:#000}.fm-tag-btn--active{background:#eab308;border-color:#eab308;color:#000;font-weight:700}.fm-card-tag{display:inline-block;padding:.2rem .7rem;border-radius:999px;background:#eab3081f;border:1px solid rgba(234,179,8,.35);color:#92400e;font-size:.75rem;font-weight:600;margin-bottom:.5rem}.fm-search-btn:hover{background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;box-shadow:0 6px 20px #eab3084d;transform:translateY(-2px)}.manuals-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem;margin-top:1rem}.manual-card{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:2rem;border-radius:14px;box-shadow:0 4px 15px #0000000d;text-align:center;transition:all .3s ease;border:1px solid rgba(255,255,255,.3);display:flex;flex-direction:column;align-items:center}.manual-card:hover{transform:translateY(-6px);border-color:#eab308;box-shadow:0 12px 32px #eab30826;background:#ffffffe0}.fm-card-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;background:#eab3081a;border-radius:12px;margin-bottom:1.2rem;color:#eab308;flex-shrink:0}.fm-card-icon svg{width:28px;height:28px}.manual-card h3{color:#000;margin-bottom:.8rem;font-size:1.2rem;font-weight:700;letter-spacing:-.3px;line-height:1.4}.manual-card p{color:#4b5563;margin-bottom:1.5rem;line-height:1.6;font-size:.95rem;flex:1}.fm-card-actions{display:flex;gap:.6rem;justify-content:center;flex-wrap:wrap;margin-top:auto}.fm-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.55rem 1.1rem;border-radius:8px;font-weight:600;font-size:.85rem;text-decoration:none;transition:all .25s ease;cursor:pointer;border:none;white-space:nowrap;font-family:inherit}.fm-btn--read{background:#1f2937;color:#fff}.fm-btn--read:hover{background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #eab3084d}.fm-btn--link{background:transparent;color:#eab308;border:2px solid #eab308}.fm-btn--link:hover{background:#eab308;color:#000;transform:translateY(-2px)}.fm-btn--download{background:#1f2937;color:#fff;box-shadow:none}.fm-btn--download:hover{background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #eab3084d}.fm-btn--download:focus,.fm-btn--download:focus-visible{outline:none;box-shadow:none}.fm-pagination{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-top:3rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05)}.fm-pagination .pagination-btn{background:#1f2937;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-weight:600;cursor:pointer;transition:all .3s ease;outline:none;box-shadow:none;font-family:inherit;font-size:1rem}.fm-pagination .pagination-btn:focus,.fm-pagination .pagination-btn:focus-visible{outline:none;box-shadow:none}.fm-pagination .pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;transform:translateY(-2px);box-shadow:0 6px 20px #eab3084d}.fm-pagination .pagination-btn:active:not(:disabled){background:#000;transform:translateY(0)}.fm-pagination .pagination-btn:disabled{opacity:.4;cursor:not-allowed}.fm-pagination .pagination-info{font-weight:600;color:#2d3748;font-size:.95rem;min-width:60px;text-align:center}.fm-loading{display:flex;justify-content:center;padding:4rem 0}.fm-spinner{width:40px;height:40px;border:3px solid rgba(234,179,8,.2);border-top-color:#eab308;border-radius:50%;animation:fm-spin .8s linear infinite}@keyframes fm-spin{to{transform:rotate(360deg)}}.fm-error,.fm-empty{text-align:center;color:#4b5563;font-size:1.1rem;padding:3rem 0}@media(max-width:768px){.page-header h1{font-size:2rem}.page-header{padding:2.5rem 1rem 2rem}.fm-page>.container{padding:2rem 1rem}.manuals-grid{grid-template-columns:1fr}.fm-search-form{flex-direction:column;align-items:stretch}.fm-search-wrap{max-width:100%}.fm-search-btn{width:100%;text-align:center}.fm-pagination{gap:.75rem}.fm-pagination .pagination-btn{flex:1;padding:.65rem .75rem;font-size:.85rem}.fm-pagination .btn-text{display:none}}.fm-article-overlay{position:fixed;inset:0;background:#000000a6;z-index:1000;display:flex;align-items:flex-start;justify-content:center;padding:2rem 1rem;overflow-y:auto}.fm-article-modal{background:#fff;border-radius:20px;width:100%;max-width:820px;box-shadow:0 20px 60px #0000004d;overflow:hidden}.fm-article-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:2px solid #f3f4f6;background:#1f2937;color:#fff}.fm-article-header h2{font-size:1.3rem;font-weight:700;margin:0;color:#fff}.fm-article-close{background:#ffffff26;border:none;color:#fff;width:36px;height:36px;border-radius:8px;cursor:pointer;font-size:1rem;display:flex;align-items:center;justify-content:center;transition:background .2s}.fm-article-close:hover{background:#ffffff4d}.fm-article-body{padding:2rem 2.5rem;font-size:1rem;line-height:1.8;color:#1f2937}.fm-article-body h1{font-size:2rem;font-weight:800;margin:0 0 1rem}.fm-article-body h2{font-size:1.5rem;font-weight:700;margin:1.5rem 0 .75rem}.fm-article-body h3{font-size:1.2rem;font-weight:700;margin:1.25rem 0 .5rem}.fm-article-body p{margin:0 0 1em}.fm-article-body ul,.fm-article-body ol{padding-left:1.5em;margin:0 0 1em}.fm-article-body li{margin-bottom:.35em}.fm-article-body blockquote{border-left:4px solid #eab308;padding-left:1rem;margin:1rem 0;color:#6b7280;font-style:italic}.fm-article-body hr{border:none;border-top:2px solid #e5e7eb;margin:1.5rem 0}.fm-article-body a{color:#eab308;text-decoration:underline}.fm-article-body img{max-width:100%;border-radius:10px;margin:1rem 0}.fm-article-body mark{background:#fef08a;padding:0 3px;border-radius:3px}.fm-article-body strong{font-weight:700}.fm-article-body em{font-style:italic}.md-page{width:100%;min-height:80vh;padding:2rem 0 4rem}.md-container{max-width:820px;margin:0 auto;padding:0 1.5rem}.md-back{background:#1f2937;color:#fff;border:none;padding:.65rem 1.25rem;border-radius:10px;font-weight:600;cursor:pointer;margin-bottom:2rem;display:inline-flex;align-items:center;gap:.4rem;font-size:.9rem;transition:all .2s}.md-back:hover{background:linear-gradient(135deg,#eab308,#ca8a04)}.md-article{background:#fff;border-radius:20px;box-shadow:0 4px 24px #00000014;overflow:hidden}.md-article-header{padding:2.5rem 3rem 2rem;border-bottom:2px solid #f3f4f6;background:linear-gradient(135deg,#1f2937,#374151);color:#fff}.md-filter-badge{display:inline-block;padding:.3rem .85rem;border-radius:20px;font-size:.78rem;font-weight:700;border:1px solid;margin-bottom:1rem;text-transform:uppercase;letter-spacing:.5px}.md-title{font-size:2rem;font-weight:800;margin:0 0 .75rem;color:#fff;line-height:1.25}.md-desc{font-size:1.05rem;color:#ffffffbf;margin:0 0 1rem;line-height:1.6}.md-meta{display:flex;gap:1rem;align-items:center}.md-date{font-size:.82rem;color:#ffffff80}.md-content{padding:2.5rem 3rem;font-size:1.05rem;line-height:1.85;color:#1f2937}.md-content h1{font-size:1.9rem;font-weight:800;margin:0 0 1rem;color:#111827}.md-content h2{font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem;color:#111827;border-bottom:2px solid #f3f4f6;padding-bottom:.5rem}.md-content h3{font-size:1.2rem;font-weight:700;margin:1.75rem 0 .5rem;color:#374151}.md-content p{margin:0 0 1.1em}.md-content ul,.md-content ol{padding-left:1.75em;margin:0 0 1.1em}.md-content li{margin-bottom:.4em}.md-content blockquote{border-left:4px solid #eab308;padding:.75rem 1.25rem;margin:1.5rem 0;background:#fefce8;border-radius:0 8px 8px 0;color:#713f12;font-style:italic}.md-content hr{border:none;border-top:2px solid #e5e7eb;margin:2rem 0}.md-content a{color:#eab308;text-decoration:underline;font-weight:500}.md-content a:hover{color:#ca8a04}.md-content img{max-width:100%;border-radius:12px;margin:1.5rem 0;box-shadow:0 4px 16px #0000001a}.md-content mark{background:#fef08a;padding:1px 4px;border-radius:3px}.md-content strong{font-weight:700;color:#111827}.md-content em{font-style:italic}.md-content u{text-decoration:underline}.md-content s{text-decoration:line-through;color:#9ca3af}.md-content code{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:monospace;font-size:.9em}.md-content pre{background:#1f2937;color:#e5e7eb;padding:1.25rem;border-radius:10px;overflow-x:auto;margin:1.5rem 0}.md-content pre code{background:none;padding:0;color:inherit}.md-no-content{padding:3rem;text-align:center;color:#9ca3af}.md-loading{display:flex;justify-content:center;align-items:center;min-height:50vh}.md-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#eab308;border-radius:50%;animation:md-spin .8s linear infinite}@keyframes md-spin{to{transform:rotate(360deg)}}.md-error{text-align:center;padding:4rem 2rem;color:#6b7280}.md-error button{margin-top:1rem;background:#1f2937;color:#fff;border:none;padding:.65rem 1.5rem;border-radius:10px;cursor:pointer;font-weight:600}@media(max-width:640px){.md-article-header{padding:2rem 1.5rem 1.5rem}.md-title{font-size:1.5rem}.md-content{padding:1.5rem;font-size:1rem}}.account-sales-page{width:100%;background:transparent}.account-sales-page .page-header{background:transparent;color:#000;padding:3rem 2rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.account-sales-page .page-header h1{font-size:2.5rem;margin:0;color:#000}.account-sales-page .container{padding:0 2rem;max-width:100%}section{padding:3rem 0;margin:0 auto}.hero-text{text-align:center;max-width:800px;margin:3rem auto}.hero-text h2{font-size:2rem;color:#000;margin-bottom:1rem}.hero-text p{font-size:1.1rem;color:#4b5563;line-height:1.6}.price-table-section{max-width:700px;margin:3rem auto;text-align:center}.price-table-section h3{font-size:1.8rem;color:#000;margin-bottom:2rem}.price-table-wrapper{overflow-x:auto;margin-bottom:2rem;border-radius:10px;box-shadow:0 4px 12px #0000000d}.price-table{width:100%;border-collapse:collapse;background-color:#fff3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.price-table thead{background:linear-gradient(135deg,#00d084,#00b870);color:#fff}.price-table th{padding:1rem 1.5rem;text-align:left;font-weight:600;font-size:1.05rem}.price-table td{padding:1rem 1.5rem;text-align:left;border-bottom:1px solid rgba(0,0,0,.05);color:#4b5563;font-size:.95rem}.price-table tbody tr:hover{background-color:#ffffff26}.price-table .price{font-weight:700;color:#00d084;font-size:1.1rem}.price-note{font-size:.9rem;color:#999;margin:1.5rem 0;font-style:italic}.cta-button{display:inline-block;padding:.9rem 2rem;background:#1f2937;color:#fff!important;border-radius:6px;text-decoration:none;font-weight:600;transition:all .3s;margin-top:1rem}.cta-button:hover,.cta-button:active{transform:scale(1.05);box-shadow:0 8px 20px #00000040}.requirements-section,.process-section,.benefits-section{max-width:1100px;margin:3rem auto}.requirements-section h2,.process-section h2,.benefits-section h2{font-size:2rem;color:#000;text-align:center;margin-bottom:.5rem}.section-subtitle{text-align:center;color:#4b5563;font-size:1.05rem;margin-bottom:2.5rem!important}.requirements-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;margin-top:2rem}.requirement-card{background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:1.8rem;border-radius:10px;border:1px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #0000000d;transition:all .3s}.requirement-card:hover{border-color:#00d084;box-shadow:0 8px 25px #00d08426;transform:translateY(-4px);background:#ffffff4d}.requirement-card h4{color:#000;font-size:1.1rem;margin-bottom:.8rem}.requirement-card p{color:#4b5563;line-height:1.6;margin:0}.important-section{max-width:900px;margin:3rem auto;background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:2.5rem;border-radius:10px;border-left:4px solid #00d084}.important-section h3{color:#000;font-size:1.5rem;margin-bottom:1.5rem}.important-list{list-style:none;padding:0;margin:0}.important-list li{color:#4b5563;border-bottom:1px solid rgba(0,0,0,.05);position:relative;padding:.8rem 0 .8rem 1.8rem}.important-list li:last-child{border-bottom:none}.important-list li:before{content:"•";color:#00d084;font-weight:700;font-size:1.5rem;position:absolute;left:0;top:-.2rem}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.step-card{background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:1.8rem;border-radius:10px;border:1px solid rgba(255,255,255,.3);text-align:center;transition:all .3s;position:relative}.step-card:hover{border-color:#eab308;box-shadow:0 12px 35px #eab30826;transform:translateY(-6px);background:#ffffff4d}.step-number{font-size:2.5rem;font-weight:700;margin-bottom:1rem;background:linear-gradient(135deg,#eab308,#ca8a04);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.step-card h4{color:#000;font-size:1.1rem;margin-bottom:.8rem}.step-card p{color:#4b5563;line-height:1.6;margin:0;font-size:.95rem}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.benefit-card{background:#fff3;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);padding:2rem;border-radius:10px;box-shadow:0 4px 15px #0000000d;text-align:center;border:1px solid rgba(255,255,255,.3);transition:all .3s}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px #00d08426;border-color:#00d084;background:#ffffff4d}.benefit-icon{font-size:3rem;margin-bottom:1rem;color:#eab308;display:flex;justify-content:center}.benefit-card h4{color:#000;font-size:1.2rem;margin-bottom:.8rem}.benefit-card p{color:#4b5563;line-height:1.6;margin:0}.final-cta{max-width:800px;margin:3rem auto;background:#ffffff26;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);padding:3rem 2rem;border-radius:12px;text-align:center;color:#000}.final-cta:hover{border-color:#eab308}.final-cta h2{font-size:2rem;color:#000;margin-bottom:1rem}.final-cta p{font-size:1.1rem;color:#4b5563;margin-bottom:2rem}.main-cta-button{display:inline-block;padding:1rem 2.5rem;background:#1f2937;color:#fff!important;border-radius:6px;text-decoration:none;font-weight:700;font-size:1.05rem;transition:all .3s}.main-cta-button:hover,.main-cta-button:active{transform:scale(1.05);box-shadow:0 10px 28px #00000040}@media(max-width:768px){.account-sales-page .page-header{padding:2rem 1rem}.account-sales-page .page-header h1{font-size:1.8rem}.account-sales-page .container{padding:0 1rem}.hero-text h2{font-size:1.5rem}.requirements-grid,.steps-grid,.benefits-grid{grid-template-columns:1fr;gap:1rem}.important-section{padding:1.5rem}.final-cta{padding:2rem 1rem}.final-cta h2{font-size:1.5rem}section{padding:2rem 0}.price-table th,.price-table td{padding:.8rem 1rem;font-size:.9rem}}.contact-page{width:100%}.contact-page .page-header{background:transparent;color:#000;padding:4rem 2rem 3rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.contact-page .page-header h1{font-size:3rem;margin:0 0 1rem;color:#000;font-weight:800;letter-spacing:-1px}.contact-page .page-header .contact-subtitle{color:#4b5563;font-size:1.1rem;line-height:1.7;max-width:640px;margin:0 auto!important;text-align:center!important;display:block;width:100%}.contact-container{max-width:1200px;margin:0 auto;padding:4rem 2rem;display:flex;flex-direction:column;gap:5rem}.contact-section{background:#ffffffd1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1.5px solid rgba(234,179,8,.45);border-radius:24px;padding:3rem 2.5rem;box-shadow:0 6px 32px #eab3081a}.contact-section-header{text-align:center;margin-bottom:2.5rem}.contact-section-header h2{font-size:2rem;font-weight:800;color:#000;margin-bottom:.6rem;letter-spacing:-.5px}.contact-section-header p{color:#4b5563;font-size:1rem}.contact-cards-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.contact-card{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:.6rem}.contact-card:hover{border-color:#eab308;box-shadow:0 12px 32px #eab30826;transform:translateY(-6px);background:#ffffffe0}.contact-card-icon{width:64px;height:64px;background:#eab3081a;border-radius:14px;display:flex;align-items:center;justify-content:center;color:#eab308;margin-bottom:.5rem;flex-shrink:0}.contact-card h3{font-size:1.1rem;font-weight:700;color:#000;margin:0}.contact-card p{color:#4b5563;font-size:.9rem;line-height:1.5;margin:0;flex:1}.contact-btn{display:inline-flex;align-items:center;gap:.4rem;margin-top:.8rem;padding:.6rem 1.2rem;background:#1f2937;color:#fff!important;border-radius:8px;text-decoration:none;font-weight:600;font-size:.85rem;transition:all .25s ease;white-space:nowrap}.contact-btn:hover{background:linear-gradient(135deg,#eab308,#ca8a04);color:#000!important;transform:translateY(-2px);box-shadow:0 6px 20px #eab3084d}.stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.stat-card{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:16px;padding:2rem 1.5rem;text-align:center;transition:all .3s ease}.stat-card:hover{border-color:#eab308;box-shadow:0 12px 32px #eab30826;transform:translateY(-6px);background:#ffffffe0}.stat-icon{color:#eab308;display:flex;justify-content:center;margin-bottom:1rem}.stat-value{font-size:2.2rem;font-weight:800;color:#000;letter-spacing:-1px;line-height:1}.stat-label{font-size:1rem;font-weight:600;color:#eab308;margin:.3rem 0 .6rem;text-transform:uppercase;letter-spacing:.5px}.stat-desc{font-size:.85rem;color:#4b5563;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1.25rem;max-width:700px;margin:0 auto}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.contact-form-field{display:flex;flex-direction:column;gap:.5rem}.contact-form-field label{font-size:.875rem;font-weight:600;color:#374151}.contact-form-field input,.contact-form-field textarea{padding:.75rem 1rem;border:1px solid rgba(0,0,0,.12);border-radius:10px;font-size:.9375rem;font-family:inherit;background:#fff9;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#111827;transition:border-color .2s,box-shadow .2s;outline:none;resize:vertical}.contact-form-field input:focus,.contact-form-field textarea:focus{border-color:#eab308;box-shadow:0 0 0 3px #eab30826}.contact-form-field input::placeholder,.contact-form-field textarea::placeholder{color:#9ca3af}.contact-form-submit{align-self:flex-start;padding:.75rem 2rem;background:#1f2937;color:#fff;border:none;border-radius:10px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .25s ease}.contact-form-submit:hover:not(:disabled){background:linear-gradient(135deg,#eab308,#ca8a04);color:#000;box-shadow:0 6px 20px #eab3084d;transform:translateY(-2px)}.contact-form-submit:disabled{opacity:.6;cursor:not-allowed}.contact-form-success{padding:.75rem 1rem;background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:10px;color:#065f46;font-size:.9rem;font-weight:500}.contact-form-error{padding:.75rem 1rem;background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:10px;color:#991b1b;font-size:.9rem;font-weight:500}@media(max-width:768px){.contact-page .page-header{padding:2.5rem 1rem 2rem}.contact-page .page-header h1{font-size:2rem}.contact-container{padding:2.5rem 1rem;gap:3.5rem}.contact-cards-grid,.stats-section{grid-template-columns:1fr 1fr}.contact-form-row{grid-template-columns:1fr}}@media(max-width:480px){.contact-cards-grid,.stats-section{grid-template-columns:1fr}}.contact-fraud-warning{display:flex;align-items:flex-start;gap:1rem;background:#ef44440f;border:1.5px solid rgba(239,68,68,.4);border-left:4px solid #ef4444;border-radius:14px;padding:1.2rem 1.5rem;margin:.5rem 0}.contact-fraud-warning__title{flex-shrink:0;font-size:.95rem;font-weight:800;color:#b91c1c;white-space:nowrap;padding-top:1px}.contact-fraud-warning__text{margin:0;font-size:.9rem;color:#7f1d1d;line-height:1.65}@media(max-width:600px){.contact-fraud-warning{flex-direction:column;gap:.4rem}}.faq-page{width:100%;background:transparent}.faq-page .page-header{background:transparent;padding:4rem 2rem 3rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.faq-page .page-header h1{font-size:2.8rem;margin:0 0 1rem;color:#000;font-weight:800;letter-spacing:-.5px}.faq-page .page-header .faq-subtitle{color:#4b5563;font-size:1.05rem;margin:0 auto!important;text-align:center!important;max-width:600px;display:block;width:100%;line-height:1.7}.faq-nav-tabs{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;padding:1.5rem 2rem;background:#ffffff80;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.06);position:sticky;top:0;z-index:10}.faq-nav-tab{padding:.45rem 1rem;border-radius:999px;border:1.5px solid rgba(234,179,8,.35);background:transparent;color:#374151;font-size:.85rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,color .2s;font-family:inherit;white-space:nowrap}.faq-nav-tab:hover{background:#eab3081f;border-color:#eab308;color:#000}.faq-nav-tab--active{background:#eab308;border-color:#eab308;color:#000;font-weight:700}.faq-container{max-width:860px;margin:0 auto;padding:3.5rem 2rem 5rem;display:flex;flex-direction:column;gap:3rem}.faq-section{scroll-margin-top:80px}.faq-section-title{font-size:1.3rem;font-weight:800;color:#000;margin-bottom:1rem;padding-bottom:.6rem;border-bottom:2px solid #eab308;letter-spacing:-.3px}.faq-list{display:flex;flex-direction:column;gap:.7rem}.faq-item{background:#ffffffb8;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px);border:1px solid rgba(255,255,255,.3);border-radius:12px;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.faq-item--open{border-color:#eab308;box-shadow:0 4px 16px #eab30826}.faq-question{width:100%;padding:1.2rem 1.4rem;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:1rem;font-size:1rem;font-weight:600;color:#000;text-align:left;transition:background .2s;font-family:inherit;box-shadow:none;outline:none}.faq-question:hover{background:#ffffff40}.faq-question:focus,.faq-question:focus-visible{outline:none;box-shadow:none}.faq-chevron{flex-shrink:0;color:#eab308;transition:transform .25s ease}.faq-chevron--open{transform:rotate(180deg)}.faq-answer{padding:1.1rem 1.4rem 1.4rem;border-top:1px solid rgba(234,179,8,.25);color:#4b5563;line-height:1.8;font-size:.95rem;background:#ffffff1a;animation:faqSlide .25s ease}@keyframes faqSlide{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.faq-answer p{margin:0 0 .75rem}.faq-answer p:last-child{margin-bottom:0}.faq-answer ol,.faq-answer ul{margin:.5rem 0 .75rem 1.4rem;padding:0}.faq-answer li{margin-bottom:.3rem}.faq-answer strong{color:#111;font-weight:700}.faq-tip,.faq-warn,.faq-success{border-radius:8px;padding:.75rem 1rem;margin:.85rem 0 .5rem;font-size:.9rem;line-height:1.6}.faq-tip{background:#eab3081a;border-left:3px solid #eab308;color:#7a5f00}.faq-warn{background:#ef444414;border-left:3px solid #ef4444;color:#b91c1c}.faq-success{background:#22c55e17;border-left:3px solid #22c55e;color:#15803d}.faq-acc-table{width:100%;border-collapse:collapse;font-size:.88rem;margin:.75rem 0;overflow:hidden;border-radius:8px;border:1px solid rgba(234,179,8,.25)}.faq-acc-table th{background:#eab30826;color:#111;font-weight:700;padding:.6rem .9rem;text-align:left;border-bottom:2px solid rgba(234,179,8,.3)}.faq-acc-table td{padding:.6rem .9rem;border-bottom:1px solid rgba(0,0,0,.06);vertical-align:top}.faq-acc-table tr:last-child td{border-bottom:none}.faq-acc-table tr:nth-child(2n) td{background:#fff6}.faq-read-more{display:inline-block;margin-top:.75rem;color:#ca8a04;font-weight:600;font-size:.9rem;text-decoration:none;border-bottom:1px dashed #ca8a04;transition:color .2s,border-color .2s}.faq-read-more:hover{color:#000;border-color:#000}@media(max-width:768px){.faq-page .page-header{padding:2.5rem 1rem 2rem}.faq-page .page-header h1{font-size:2rem}.faq-nav-tabs{padding:1rem;gap:.4rem}.faq-nav-tab{font-size:.78rem;padding:.4rem .75rem}.faq-container{padding:2.5rem 1rem 3rem;gap:2.5rem}.faq-question{padding:1rem 1.1rem;font-size:.95rem}.faq-answer{padding:.9rem 1.1rem 1.1rem}.faq-acc-table{font-size:.78rem;display:block;overflow-x:auto}}.policy-page{width:100%;background:transparent}.policy-page .page-header{background:transparent;color:#000;padding:3rem 2rem;text-align:center;border-bottom:1px solid rgba(0,0,0,.05)}.policy-page .page-header h1{font-size:2.5rem;margin:0;color:#000}.policy-page .container{padding:3rem 2rem;max-width:900px;margin:0 auto}.policy-content{line-height:1.8;color:#4b5563}.policy-content section{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.05)}.policy-content section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.policy-content h2{font-size:1.5rem;color:#000;margin:0 0 1rem;font-weight:700}.policy-content h3{font-size:1.2rem;color:#1f2937;margin:1.5rem 0 .8rem}.policy-content p{margin:0 0 1rem;color:#4b5563}.policy-content p strong{color:#00d084;font-weight:700}.policy-content ul{list-style:none;padding:0;margin:1rem 0}.policy-content li{padding:.6rem 0 .6rem 1.8rem;position:relative;color:#4b5563;margin-bottom:.5rem}.policy-content li:before{content:"✓";color:#00d084;font-weight:700;position:absolute;left:0}@media(max-width:768px){.policy-page .page-header{padding:2rem 1rem}.policy-page .page-header h1{font-size:1.8rem}.policy-page .container{padding:2rem 1rem}.policy-content section{margin-bottom:2rem}.policy-content h2{font-size:1.3rem}}#root{display:flex;flex-direction:column;min-height:100vh;background:transparent}
