.navber-main{position:fixed;top:0;left:0;right:0;z-index:1000;background-color:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all .3s ease;padding:20px 0}.navber-main.scrolled{background-color:#fffffff2;box-shadow:0 2px 20px #0000001a;padding:15px 0}.w-container{max-width:1240px;margin-left:auto;margin-right:auto;padding-left:20px;padding-right:20px}.navbar-wrapper{display:flex;justify-content:space-between;align-items:center;position:relative}.site-logo-link{display:flex;align-items:center;text-decoration:none;z-index:1001}.site-logo-image{max-height:40px;width:auto;max-width:100%;display:inline-block;vertical-align:middle}.nav-menu{display:flex;align-items:center}.navbar-all-menu-wrap{display:flex;align-items:center;gap:40px}.nav-link{color:#1a1a1a;text-decoration:none;font-size:16px;font-weight:500;line-height:1.5;padding:8px 0;position:relative;transition:color .3s ease}.nav-link:hover,.nav-link.w--current{color:#3b82f6}.nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background-color:#3b82f6;transition:width .3s ease}.nav-link:hover:after,.nav-link.w--current:after{width:100%}.dropdown{position:relative;display:inline-block}.dropdown-toggle{display:flex;align-items:center;gap:8px;color:#1a1a1a;font-size:16px;font-weight:500;padding:8px 0;cursor:pointer;transition:color .3s ease}.dropdown-toggle:hover{color:#3b82f6}.dropdown-text{text-transform:lowercase}.dropdown-arrow{width:12px;height:12px;transition:transform .3s ease}.dropdown.w--open .dropdown-arrow{transform:rotate(180deg)}.dropdown-list{position:absolute;top:100%;left:50%;transform:translate(-50%);width:620px;background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000001a;border:1px solid rgba(0,0,0,.05);opacity:0;visibility:hidden;transform:translate(-50%) translateY(10px);transition:all .3s ease;z-index:1000;margin-top:20px}.dropdown.w--open .dropdown-list,.dropdown:hover .dropdown-list{opacity:1;visibility:visible;transform:translate(-50%) translateY(0)}.dropdown-margin-wrap{padding:0}.dropdown-padding-wrap{padding:40px}.dropdown-flex-wrap{display:grid;grid-template-columns:1fr 1fr;gap:40px}.dropdown-signle-wrap{display:flex;flex-direction:column}.dropdown-single-title{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:20px;text-transform:uppercase;letter-spacing:.5px}.dropdown-all-menu-wrap{display:flex;flex-direction:column;gap:8px}.dropdown-link{position:relative}.dropmenu-link{display:flex;align-items:center;padding:12px 16px;color:#374151;text-decoration:none;border-radius:8px;transition:all .3s ease;position:relative;overflow:hidden}.dropmenu-link:hover{background-color:#f8fafc;color:#3b82f6;transform:translate(4px)}.hover-divider{position:absolute;left:0;top:50%;transform:translateY(-50%);width:0;height:2px;background-color:#3b82f6;transition:width .3s ease}.dropmenu-link:hover .hover-divider{width:4px}.dropdown-link-text{font-size:15px;font-weight:500}.primary-button-2.navber{display:inline-block;text-decoration:none;background:#1a1a1a;padding:12px 20px;border-radius:8px;transition:all .3s ease;margin-left:16px}.primary-button-2.navber:hover{background:#333;transform:translateY(-1px)}.primary-button-bg-wrap{display:flex;align-items:center;gap:8px;position:relative;z-index:2}.primary-btn-text-wrap{display:flex;align-items:center}.primary-text{color:#fff;font-size:14px;font-weight:600;line-height:1}.primary-btn-icon-wrap{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.primary-btn-icon{width:14px;height:14px;filter:brightness(0) invert(1);transition:transform .3s ease}.primary-button-2:hover .primary-btn-icon{transform:translate(2px)}.primary-btn-stock-wrap{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;border-radius:50px;overflow:hidden}.primary-button-color-bg{position:absolute;top:0;left:-100%;right:0;bottom:0;background:linear-gradient(135deg,#1e40af,#3b82f6);transition:left .3s ease}.primary-button-2:hover .primary-button-color-bg{left:0}.nav-button-wrap{display:flex;align-items:center;gap:16px}.cart-button-3{position:relative;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:#3b82f61a;border-radius:12px;color:#3b82f6;text-decoration:none;transition:all .3s ease}.cart-button-3:hover{background:#3b82f633;transform:scale(1.05)}.icon-3{width:18px;height:18px}.cart-quantity{position:absolute;top:-6px;right:-6px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;line-height:1}.menu-button-wrap{display:none;cursor:pointer;margin-left:16px}.hamburger-icon-wrap{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#0000000d;border-radius:8px;transition:all .3s ease}.hamburger-icon-wrap:hover{background:#0000001a}.hamburger-icon{width:18px;height:18px}.hamburger-text{font-size:14px;font-weight:500;color:#1a1a1a}@media screen and (max-width: 991px){.nav-menu{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;flex-direction:column;justify-content:center;align-items:center;transform:translate(-100%);transition:transform .3s ease;z-index:999}.nav-menu.w--open{transform:translate(0)}.navbar-all-menu-wrap{flex-direction:column;gap:30px;text-align:center}.nav-link{font-size:18px;padding:10px 0}.dropdown-list{position:static;width:100%;transform:none;box-shadow:none;border:none;margin-top:0;background:transparent}.dropdown-flex-wrap{grid-template-columns:1fr;gap:20px}.menu-button-wrap{display:flex}.primary-button-2.navber{margin-left:0;margin-right:16px}}@media screen and (max-width: 767px){.w-container{padding-left:15px;padding-right:15px}.navber-main{padding:15px 0}.navbar-all-menu-wrap{gap:25px}.nav-link{font-size:16px}}.section.home-banner{background:transparent;color:#1a1a1a;position:relative;overflow:hidden;padding:120px 0 80px;text-align:center;margin-top:80px}.hero-banner-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:40px;max-width:800px;margin:0 auto;position:relative;z-index:2}.hero-banner-title.home{font-size:3.5rem;font-weight:800;line-height:1.1;margin:0 0 24px;color:#1a1a1a;text-align:center;max-width:700px}.hero-banner-short-text{font-size:1.2rem;line-height:1.6;color:#64748b;text-align:center;margin:0 0 40px;max-width:600px}.button{display:inline-flex;align-items:center;gap:12px;background:#3b82f6;color:#fff;padding:16px 32px;font-size:1.1rem;font-weight:600;border-radius:50px;text-decoration:none;box-shadow:0 10px 30px #3b82f64d;transition:all .3s ease;margin-bottom:60px}.button:hover{background:#2563eb;transform:translateY(-3px);box-shadow:0 15px 40px #3b82f666}.primary-text{color:#fff;font-weight:600}.fa-regular.white{width:16px;height:16px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E") no-repeat center;background-size:contain}.banner-image-wrap{width:100%;max-width:1180px;margin:0 auto;position:relative;perspective:1000px}.banner-image-wrap img{width:100%;height:auto;border-radius:20px;box-shadow:0 25px 50px #0000004d;transform:rotateY(-2deg) rotateX(3deg);transition:transform .3s ease}.banner-image-wrap:hover img{transform:rotateY(0) rotateX(0)}.section.home-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Ccircle cx='30' cy='30' r='2'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;z-index:1}@media screen and (max-width: 991px){.section.home-banner{padding:100px 0 60px}.hero-banner-title.home{font-size:3rem}.hero-banner-short-text{font-size:1.1rem}.button{margin-bottom:40px}}@media screen and (max-width: 767px){.section.home-banner{padding:80px 0 40px}.hero-banner-wrapper{gap:30px}.hero-banner-title.home{font-size:2.5rem;margin-bottom:20px}.hero-banner-short-text{font-size:1rem;margin-bottom:30px}.button{padding:14px 28px;font-size:1rem;margin-bottom:40px}.banner-image-wrap img{transform:none;border-radius:16px}}@media screen and (max-width: 479px){.hero-banner-title.home{font-size:2rem}.hero-banner-short-text{font-size:.95rem}.button{padding:12px 24px;font-size:.95rem}.banner-image-wrap img{border-radius:12px}}.features{padding:6rem 0;background:#f8fafc}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem}.feature-card{background:#fff;padding:3rem 2rem;border-radius:20px;text-align:center;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.feature-card:hover{transform:translateY(-10px);box-shadow:0 20px 60px #00000026}.feature-icon{margin-bottom:1.5rem;display:inline-block;padding:1.5rem;background:linear-gradient(135deg,#3b82f6,#1e40af);border-radius:20px;box-shadow:0 10px 30px #3b82f64d;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.feature-icon img{width:40px;height:40px;filter:brightness(0) invert(1)}.feature-card h3{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.feature-card p{color:#6b7280;line-height:1.7;font-size:1rem}@media (max-width: 768px){.features{padding:4rem 0}.features-grid{grid-template-columns:1fr;gap:2rem}.feature-card{padding:2rem 1.5rem}}.seamless-integration{padding:120px 0;background:linear-gradient(135deg,#f8f9ff,#e8ebff);position:relative;overflow:hidden}.integration-container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;align-items:center;gap:80px}.integration-graphic{flex:1;display:flex;justify-content:center;align-items:center;position:relative;min-height:500px}.orbit-container{position:relative;width:450px;height:450px}.orbit{position:absolute;border:2px solid rgba(116,125,255,.15);border-radius:50%;top:50%;left:50%;transform:translate(-50%,-50%)}.orbit-1{width:380px;height:380px;animation:rotate 20s linear infinite}.orbit-2{width:300px;height:300px;animation:rotate 25s linear infinite reverse}.orbit-3{width:210px;height:210px;animation:rotate 15s linear infinite}.orbit-4{width:120px;height:120px;animation:rotate 30s linear infinite reverse}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@keyframes counter-rotate-1{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes counter-rotate-2{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes counter-rotate-3{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes counter-rotate-4{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-wrapper{position:absolute;width:60px;height:60px;display:flex;align-items:center;justify-content:center}.orbit-1 .icon-wrapper{animation:counter-rotate-1 20s linear infinite}.orbit-2 .icon-wrapper{animation:counter-rotate-2 25s linear infinite}.orbit-3 .icon-wrapper{animation:counter-rotate-3 15s linear infinite}.orbit-4 .icon-wrapper{animation:counter-rotate-4 30s linear infinite}.icon-1{top:-30px;left:calc(50% - 30px)}.icon-2{top:calc(50% - 30px);right:-30px}.icon-3{bottom:-30px;right:calc(25% - 30px)}.icon-4{top:calc(25% - 30px);left:-30px}.integration-icon{width:50px;height:50px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:0 8px 32px #0000001a;animation:float 3s ease-in-out infinite}.quickbooks-icon{animation-delay:0s}.quickbooks-icon img{width:32px;height:32px;object-fit:contain;transform:rotate(0)}.xero-icon{animation-delay:.5s}.xero-icon img{width:32px;height:32px;object-fit:contain;transform:rotate(0)}.hubspot-icon{animation-delay:1s}.hubspot-icon img{width:32px;height:32px;object-fit:contain;transform:rotate(0)}.zapier-icon{animation-delay:1.5s}.zapier-icon img{width:32px;height:32px;object-fit:contain}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.integration-content{flex:1;max-width:500px}.integration-title{font-size:48px;font-weight:700;line-height:1.2;color:#1a1a2e;margin-bottom:24px}.integration-description{font-size:18px;line-height:1.6;color:#64748b;margin-bottom:32px}.integration-cta{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:16px 32px;font-size:16px;font-weight:600;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:all .3s ease;box-shadow:0 4px 16px #6366f14d}.integration-cta:hover{transform:translateY(-2px);box-shadow:0 8px 24px #6366f166}.arrow{transition:transform .3s ease}.integration-cta:hover .arrow{transform:translate(4px)}@media (max-width: 768px){.integration-container{flex-direction:column;gap:60px;text-align:center}.integration-graphic{min-height:400px}.orbit-container,.orbit-1{width:300px;height:300px}.orbit-2{width:240px;height:240px}.orbit-3{width:170px;height:170px}.orbit-4{width:100px;height:100px}.integration-title{font-size:36px}.integration-description{font-size:16px}}.pricing{padding:6rem 0;background:#fff}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1000px;margin:0 auto}.pricing-card{background:#fff;border:2px solid #e5e7eb;border-radius:20px;padding:3rem 2rem;text-align:center;position:relative;transition:all .3s ease}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0000001a}.pricing-card.featured{border-color:#3b82f6;transform:scale(1.05);box-shadow:0 20px 50px #3b82f633}.pricing-card.featured:before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#3b82f6;color:#fff;padding:.5rem 1.5rem;border-radius:50px;font-size:.9rem;font-weight:600}.plan-name{font-size:1.5rem;font-weight:600;margin-bottom:1rem;color:#1a1a1a}.plan-price{margin-bottom:2rem}.price{font-size:3rem;font-weight:800;color:#3b82f6}.period{font-size:1rem;color:#6b7280;font-weight:500}.plan-features{list-style:none;margin-bottom:2rem}.plan-features li{color:#374151;position:relative;padding:.75rem 0 .75rem 1.5rem}.plan-features li:before{content:"✓";position:absolute;left:0;color:#10b981;font-weight:700}.plan-button{width:100%;padding:1rem 2rem;background:#3b82f6;color:#fff;font-weight:600;border-radius:10px;font-size:1rem}.plan-button:hover{background:#2563eb}.pricing-card.featured .plan-button{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 10px 30px #667eea66}.pricing-card.disabled{opacity:.7;filter:grayscale(20%)}.pricing-card.disabled:hover{transform:none;box-shadow:none}.plan-button.disabled{background:#9ca3af!important;color:#6b7280!important;cursor:not-allowed;box-shadow:none!important}.plan-button.disabled:hover{background:#9ca3af!important;transform:none}@media (max-width: 768px){.pricing{padding:4rem 0}.pricing-grid{grid-template-columns:1fr;gap:1.5rem}.pricing-card.featured{transform:none}.pricing-card{padding:2rem 1.5rem}}.testimonials{padding:6rem 0;background:#f8fafc}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.testimonial-card{background:#fff;padding:2.5rem;border-radius:20px;box-shadow:0 10px 40px #0000001a;transition:all .3s ease;position:relative}.testimonial-card:before{content:'"';position:absolute;top:-10px;left:20px;font-size:4rem;color:#4f46e5;font-family:serif;opacity:.3}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 60px #00000026}.testimonial-text{font-size:1.1rem;line-height:1.7;color:#374151;margin-bottom:2rem;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff}.author-name{font-weight:600;color:#1a1a1a;margin-bottom:.25rem}.author-company{color:#6b7280;font-size:.9rem}@media (max-width: 768px){.testimonials{padding:4rem 0}.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:2rem}}.faq{padding:6rem 0;background:#fff}.faq-list{max-width:800px;margin:0 auto}.faq-item{border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1rem;overflow:hidden;transition:all .3s ease}.faq-item:hover{border-color:#4f46e5;box-shadow:0 5px 15px #4f46e51a}.faq-question{padding:1.5rem 2rem;background:#f8fafc;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;color:#1a1a1a;transition:all .3s ease}.faq-item.open .faq-question{background:#4f46e5;color:#fff}.faq-toggle{font-size:1.5rem;font-weight:300;transition:transform .3s ease}.faq-item.open .faq-toggle{transform:rotate(180deg)}.faq-answer{padding:0 2rem;max-height:0;overflow:hidden;transition:all .3s ease;background:#fff;color:#6b7280;line-height:1.7}.faq-item.open .faq-answer{padding:1.5rem 2rem;max-height:200px}@media (max-width: 768px){.faq{padding:4rem 0}.faq-question{padding:1rem 1.5rem;font-size:.95rem}.faq-answer{padding:0 1.5rem}.faq-item.open .faq-answer{padding:1rem 1.5rem}}:root{--primary-color: #0f172a;--white: #ffffff;--text-primary-color: #64748b;--light-stroke: rgba(255, 255, 255, .1);--transparent: transparent}.footer{background-color:var(--primary-color);border-bottom:1px solid #e4ebf3;margin-top:60px;padding-top:70px;padding-bottom:30px;padding-left:0;position:relative}.footer-wrapper-two{grid-column-gap:64px;grid-row-gap:64px;grid-template-rows:auto;grid-template-columns:1fr 1fr 1fr 1fr;grid-auto-columns:1fr;justify-content:space-between;align-items:flex-start;display:grid}.footer-brand{display:inline-block;text-decoration:none;margin-bottom:24px}.footer-brand img{max-height:40px;width:auto;max-width:100%;display:inline-block;vertical-align:middle}.footer-logo-white{filter:brightness(0) invert(1)}.footer-sub-text{color:var(--white);max-width:375px;margin-top:16px;font-size:16px;line-height:1.6}.footer-form{width:400px;max-width:100%;margin-bottom:0}.footer-form-container{width:100%}.footer-form-block{background-color:var(--white);border-radius:10px;justify-content:center;align-items:center;height:58px;margin-top:24px;padding-right:4px;display:flex}.footer-form-field{background-color:var(--transparent);border:1px #a6b1bf;border-top-left-radius:4px;border-bottom-left-radius:4px;height:48px;margin-bottom:0;padding:12px 16px;font-size:14px;line-height:22px;transition:all .2s;flex:1;color:var(--text-primary-color)}.footer-form-field:hover{border-style:none;border-color:#76879d}.footer-form-field:focus{border-style:none;border-color:var(--primary-color);outline:none}.footer-form-field::placeholder{color:var(--text-primary-color)}.footer-form-submit{background-color:var(--primary-color);border-radius:10px;width:auto;height:50px;padding-left:22px;padding-right:22px;transition:background-color .3s ease-in-out;border:none;color:var(--white);font-size:14px;font-weight:600;cursor:pointer}.footer-form-submit:hover{background-color:var(--text-primary-color)}.success-message,.error-message{display:none;padding:12px 16px;border-radius:6px;font-size:14px;margin-top:8px}.success-message{background:#22c55e33;border:1px solid rgba(34,197,94,.3);color:#4ade80}.error-message{background:#ef444433;border:1px solid rgba(239,68,68,.3);color:#f87171}.footer-block-two{border-right:1px solid var(--light-stroke);flex-direction:column;justify-content:flex-start;align-items:flex-start;display:flex}.footer-block-two.last-item{border-right-style:none;margin-top:0}.footer-title{color:var(--white);font-size:16px;font-weight:600;margin:0 0 8px;line-height:1.2}.footer-link-two{color:var(--white);cursor:pointer;margin-top:16px;text-decoration:none;transition:transform .3s ease-in-out;font-size:14px;font-weight:400;line-height:1.4;display:block}.footer-link-two:hover{transform:translate(8px)}.footer-link-two.w--current{color:var(--white)}.footer-divider-two{background-color:var(--light-stroke);width:100%;height:1px;margin-top:40px;margin-bottom:24px}.footer-bottom{justify-content:center;align-items:center;display:flex}.footer-copyright{color:var(--white);font-size:14px;line-height:1.4;text-align:center}.footer-copyright .link{color:var(--white);text-decoration:none;transition:color .3s ease}.footer-copyright .link:hover,.footer-copyright .link.w--current{color:var(--white)}@media screen and (max-width: 991px){.footer{padding:60px 0 30px}.footer-wrapper-two{grid-template-columns:1fr 1fr;gap:40px 30px;margin-bottom:40px}.footer-form-block{flex-direction:column;gap:12px}.footer-form-submit{width:100%}}@media screen and (max-width: 767px){.footer{padding:40px 0 20px}.footer-wrapper-two{grid-template-columns:1fr;gap:30px;margin-bottom:30px;text-align:center}.footer-sub-text{max-width:100%}.footer-divider-two{margin:30px 0 20px}.footer-copyright{font-size:13px;line-height:1.5}}@media screen and (max-width: 479px){.footer-wrapper-two{gap:24px}.footer-block-two{gap:16px}.footer-link-two{margin-bottom:8px}.footer-form-field,.footer-form-submit{padding:10px 14px;font-size:13px}}[data-w-id]{opacity:1;transform:translateZ(0) scaleZ(1) rotateX(0) rotateY(0) rotate(0) skew(0);transform-style:preserve-3d}.terms-layout{min-height:100vh;padding:80px 0 60px;background-color:#f8fafc}.terms-wrapper{display:flex;gap:2rem;max-width:1200px;margin:0 auto}.terms-sidebar{flex:0 0 280px;background:#fff;border-radius:12px;padding:2rem;box-shadow:0 4px 6px #0000000d;height:fit-content;position:sticky;top:100px}.sidebar-title{font-size:1.25rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:2px solid #e2e8f0}.sidebar-nav{display:flex;flex-direction:column;gap:.5rem}.sidebar-link{padding:.75rem 1rem;border-radius:8px;color:#4a5568;text-decoration:none;font-weight:500;transition:all .2s ease;border:1px solid transparent}.sidebar-link:hover{background-color:#f7fafc;color:#2d3748;border-color:#e2e8f0}.sidebar-link.active{background-color:#ebf8ff;color:#2b6cb0;border-color:#bee3f8;font-weight:600}.sidebar-footer{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.back-home{color:#4a5568;text-decoration:none;font-size:.9rem;transition:color .2s ease}.back-home:hover{color:#2d3748}.terms-main{flex:1;background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d;overflow:hidden}.terms-main .terms-content{padding:3rem;box-shadow:none;border-radius:0;margin:0;background:transparent}.terms-main .terms-title{margin-bottom:2rem;text-align:left}.policy-header{background-color:#f7fafc;padding:1.5rem;border-radius:8px;margin-bottom:2rem;border-left:4px solid #4299e1}.policy-header p{margin:.25rem 0;font-size:.9rem;color:#4a5568}.contact-info{background-color:#f7fafc;padding:1.5rem;border-radius:8px;margin:1rem 0}.contact-info p{margin:.25rem 0}@media (max-width: 768px){.terms-layout{padding:60px 0 40px}.terms-wrapper{flex-direction:column;margin:0 1rem}.terms-sidebar{flex:none;position:static;order:2;margin-top:2rem}.terms-main{order:1}.terms-main .terms-content{padding:2rem}.terms-main .terms-title{font-size:2rem}}.terms-page{min-height:100vh;padding:80px 0 60px;background-color:#f8fafc}.terms-title{font-size:2.5rem;font-weight:700;color:#1a1a1a;text-align:center;margin-bottom:3rem}.terms-content{max-width:800px;margin:0 auto;background:#fff;border-radius:12px;padding:3rem;box-shadow:0 4px 6px #0000000d}.terms-section{margin-bottom:2.5rem}.terms-section:last-child{margin-bottom:0}.terms-section h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1rem;border-bottom:2px solid #e2e8f0;padding-bottom:.5rem}.terms-section p{font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:1rem}.terms-section ul{margin:1rem 0;padding-left:2rem}.terms-section li{font-size:1rem;line-height:1.7;color:#4a5568;margin-bottom:.5rem}.terms-footer{margin-top:3rem;padding-top:2rem;border-top:1px solid #e2e8f0;text-align:center}.terms-footer p{font-size:.9rem;color:#718096;margin:0}@media (max-width: 768px){.terms-page{padding:60px 0 40px}.terms-title{font-size:2rem;margin-bottom:2rem}.terms-content{margin:0 1rem;padding:2rem}.terms-section h2{font-size:1.3rem}}.page-wrapper{position:relative;min-height:100vh;overflow-x:hidden}.banner-bg{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1;opacity:.03}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-title{font-size:2.5rem;font-weight:700;text-align:center;margin-bottom:3rem;color:#1a1a1a}html{scroll-behavior:smooth}button{cursor:pointer;border:none;border-radius:8px;font-family:inherit;font-weight:500;transition:all .3s ease}button:hover{transform:translateY(-2px);box-shadow:0 8px 25px #00000026}@media (max-width: 768px){.section-title{font-size:2rem;margin-bottom:2rem}.container{padding:0 15px}}
