.terms-page{width:100%;overflow:hidden}.terms-hero{background:linear-gradient(135deg,#f7fff8 0%,#fff 55%,#fff9ec 100%);padding:50px 0 20px;position:relative;overflow:hidden}.terms-hero:before{content:"";background:radial-gradient(circle,#32ba461f,#0000 70%);border-radius:50%;width:520px;height:520px;position:absolute;top:-220px;right:-160px}.terms-hero:after{content:"";background:radial-gradient(circle,#feb1001f,#0000 70%);border-radius:50%;width:360px;height:360px;position:absolute;bottom:-180px;left:-100px}.hero-badge{color:var(--primary-dark);box-shadow:var(--shadow-sm);background:#ecfdf3;border-radius:999px;align-items:center;gap:12px;margin-bottom:10px;padding:10px 20px;font-size:14px;font-weight:700;display:inline-flex}.hero-badge i{font-size:16px}.terms-hero h1{color:var(--text);max-width:820px;font-size:46px;font-weight:800;line-height:1.06}.terms-hero h1 span{background:linear-gradient(90deg, var(--primary), var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text}.terms-hero p{max-width:760px;color:var(--text-light);margin-top:10px;font-size:19px;line-height:1.4}.hero-meta{flex-wrap:wrap;gap:15px;margin-top:20px;display:flex}.meta-card{border:1px solid var(--border);backdrop-filter:blur(10px);min-width:250px;box-shadow:var(--shadow-sm);background:#fffffff2;border-radius:18px;align-items:center;gap:10px;padding:10px 15px;transition:all .35s;display:flex}.meta-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.meta-card i{width:35px;height:35px;color:var(--primary);background:#ecfdf3;border-radius:50%;justify-content:center;align-items:center;font-size:22px;display:flex}.meta-card span{color:var(--text-light);margin-bottom:6px;font-size:14px;display:block}.meta-card strong{color:var(--text);font-size:14px}.terms-content{padding:20px 0 100px}.terms-layout{grid-template-columns:320px 1fr;align-items:start;gap:20px;display:grid}.terms-hero{animation:.8s fadeHero}.terms-content{animation:.8s fadeContent}@keyframes fadeHero{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeContent{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}.terms-sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:110px}.sidebar-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:15px}.sidebar-card h3{color:var(--text);margin-bottom:10px;font-size:16px;font-weight:700}.search-box{margin-bottom:15px;position:relative}.search-box i{color:var(--primary);font-size:15px;position:absolute;top:50%;left:18px;transform:translateY(-50%)}.search-box input{border:1px solid var(--border);width:100%;height:45px;color:var(--text);background:#fff;border-radius:14px;outline:none;padding:0 18px 0 48px;font-size:15px;transition:all .3s}.search-box input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #32ba461f}.search-box input::placeholder{color:#98a2b3}.sidebar-card nav{width:100%}.sidebar-card ul{flex-direction:column;gap:10px;list-style:none;display:flex}.sidebar-card li{width:100%}.nav-link{width:100%;color:var(--text-light);border-radius:14px;align-items:center;gap:12px;padding:10px 12px;font-size:14px;font-weight:600;transition:all .3s;display:flex}.nav-link:hover{color:var(--primary);background:#32ba4614;transform:translate(6px)}.nav-link.active{color:var(--primary-dark);border-left:4px solid var(--primary);background:linear-gradient(90deg,#32ba4624,#feb1001a);font-weight:700}.sidebar-card nav{max-height:450px;padding-right:6px;overflow-y:auto}.sidebar-card nav::-webkit-scrollbar{width:6px}.sidebar-card nav::-webkit-scrollbar-thumb{background:var(--primary);border-radius:20px}.sidebar-card nav::-webkit-scrollbar-track{background:#f3f4f6}.contact-card{background:linear-gradient(135deg, var(--primary), var(--primary-dark));border-radius:var(--radius);color:#fff;text-align:center;box-shadow:var(--shadow-md);padding:10px;position:relative;overflow:hidden}.contact-card:before{content:"";background:#ffffff14;border-radius:50%;width:180px;height:180px;position:absolute;top:-80px;right:-80px}.contact-card i{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin:auto auto 20px;font-size:28px;display:flex}.contact-card h4{margin-bottom:12px;font-size:24px;font-weight:700}.contact-card p{opacity:.95;margin-bottom:24px;font-size:15px;line-height:1.7}.contact-btn{width:100%;height:52px;color:var(--primary);background:#fff;border-radius:14px;justify-content:center;align-items:center;font-weight:700;transition:all .3s;display:inline-flex}.contact-btn:hover{background:var(--secondary);color:#fff;transform:translateY(-3px)}.terms-main{flex-direction:column;gap:15px;display:flex}.term-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:20px;transition:all .35s;position:relative;overflow:hidden}.term-card:before{content:"";background:linear-gradient(180deg, var(--primary), var(--secondary));width:5px;height:100%;position:absolute;top:0;left:0}.mark{color:#000;background:#ffe066;border-radius:4px;padding:1px 3px;font-weight:600}.term-card:hover{box-shadow:var(--shadow-md);transform:translateY(-6px)}.term-header{align-items:center;gap:10px;margin-bottom:10px;display:flex}.term-number{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:35px;min-width:35px;height:35px;font-size:18px;font-weight:700;display:flex}.term-header h2{color:var(--text);font-size:18px;font-weight:700;line-height:1.3}.term-body{flex-direction:column;gap:18px;display:flex}.term-point{border-radius:14px;align-items:center;gap:10px;padding:5px 10px;transition:all .3s;display:flex}.term-point:hover{border-color:#32ba46;padding:5px 10px;transform:translateY(-2px);box-shadow:0 12px 30px #32ba461f}.point-icon{color:#32ba46;background:#32ba461f;border-radius:50%;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;font-size:12px;display:flex}.term-point p{color:#475569;margin:0;font-size:16px;line-height:1.1}.highlight-box{border-left:5px solid var(--primary);background:#32ba4614;border-radius:14px;margin-top:20px;padding:20px 24px}.highlight-box h4{color:var(--primary-dark);margin-bottom:10px;font-size:18px}.highlight-box p{color:var(--text);margin:0}.warning-box{border-left:5px solid var(--secondary);background:#feb1001a;border-radius:14px;margin-top:22px;padding:20px 24px}.warning-box h4{color:#b96f00;margin-bottom:10px;font-size:18px}.warning-box p{color:var(--text);margin:0}.info-box{border:1px solid var(--border);background:#f8fafc;border-radius:16px;margin-top:20px;padding:22px}.info-box h4{color:var(--primary-dark);margin-bottom:12px;font-size:18px}.info-box p{margin:0}.table-wrapper{margin-top:24px;overflow-x:auto}.terms-table{border-collapse:collapse;border-radius:16px;width:100%;overflow:hidden}.terms-table thead{background:linear-gradient(90deg, var(--primary), var(--secondary))}.terms-table th{color:#fff;text-align:left;padding:18px;font-size:15px}.terms-table td{border-bottom:1px solid var(--border);color:var(--text-light);padding:18px;font-size:15px}.terms-table tbody tr:hover{background:#32ba460d}.term-quote{border-left:5px solid var(--primary);color:var(--text);background:#f9fafb;border-radius:14px;margin-top:24px;padding:22px 26px;font-style:italic}.section-divider{background:var(--border);width:100%;height:1px;margin:35px 0}.term-body strong{color:var(--text);font-weight:700}.term-body a{color:var(--primary);font-weight:600;transition:all .3s}.term-body a:hover{color:var(--secondary)}.back-to-top{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;cursor:pointer;width:56px;height:56px;box-shadow:var(--shadow-md);opacity:0;visibility:hidden;z-index:999;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;font-size:20px;transition:all .35s;display:flex;position:fixed;bottom:30px;right:30px;transform:translateY(30px)}.back-to-top.show{opacity:1;visibility:visible;transform:translateY(0)}.back-to-top:hover{box-shadow:var(--shadow-lg);transform:translateY(-6px)}.back-to-top i{transition:all .3s}.back-to-top:hover i{transform:translateY(-3px)}.term-card{animation:.6s both fadeUp}.term-card:first-child{animation-delay:50ms}.term-card:nth-child(2){animation-delay:.1s}.term-card:nth-child(3){animation-delay:.15s}.term-card:nth-child(4){animation-delay:.2s}.term-card:nth-child(5){animation-delay:.25s}.term-card:nth-child(6){animation-delay:.3s}.term-card:nth-child(7){animation-delay:.35s}.term-card:nth-child(8){animation-delay:.4s}.term-card:nth-child(9){animation-delay:.45s}.term-card:nth-child(10){animation-delay:.5s}.term-number{transition:all .35s}.term-card:hover .term-number{transform:rotate(10deg)scale(1.08)}.meta-card i,.hero-badge i,.contact-card i{transition:all .35s}.meta-card:hover i{transform:rotate(-12deg)scale(1.08)}.contact-card:hover i{transform:scale(1.12)}.contact-btn{position:relative;overflow:hidden}.contact-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff73,#0000);width:60%;height:100%;transition:all .7s;position:absolute;top:0;left:-120%}.contact-btn:hover:before{left:150%}.term-card:after{content:"";opacity:0;background:radial-gradient(circle,#32ba4614,#0000 70%);border-radius:50%;width:240px;height:240px;transition:all .35s;position:absolute;top:-120px;right:-120px}.term-card:hover:after{opacity:1}::selection{background:var(--primary);color:#fff}::selection{background:var(--primary);color:#fff}button:focus-visible,a:focus-visible,input:focus-visible{outline-offset:3px;outline:3px solid #32ba4640}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f3f4f6}::-webkit-scrollbar-thumb{background:linear-gradient(180deg, var(--primary), var(--secondary));border-radius:20px}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse{0%{box-shadow:0 0 #32ba464d}70%{box-shadow:0 0 0 18px #32ba4600}to{box-shadow:0 0 #32ba4600}}.hero-badge{animation:5s ease-in-out infinite float}.contact-card{animation:7s ease-in-out infinite float}.back-to-top.show{animation:2s infinite pulse}@media print{.terms-sidebar,.back-to-top{display:none!important}.terms-layout{display:block}.term-card{page-break-inside:avoid;box-shadow:none;border:1px solid #ddd;margin-bottom:20px}.terms-hero{background:#fff;padding:30px 0}}@media screen and (width>=1200px) and (width<=1399px){.container{width:min(1280px,94%)}.terms-hero{padding:80px 0 70px}.terms-hero h1{max-width:760px;font-size:56px}.terms-hero p{max-width:700px;font-size:18px}.hero-meta{gap:20px}.meta-card{min-width:230px;padding:16px 20px}.terms-layout{grid-template-columns:300px 1fr;gap:30px}.sidebar-card{padding:24px}.sidebar-card h3{font-size:20px}.term-card{padding:32px}.term-header h2{font-size:28px}}@media screen and (width>=992px) and (width<=1199px){.container{width:95%}.terms-hero{padding:70px 0}.hero-badge{padding:9px 18px;font-size:13px}.terms-hero h1{font-size:48px;line-height:1.15}.terms-hero p{max-width:680px;font-size:17px}.hero-meta{gap:16px}.meta-card{flex:1;min-width:220px;padding:16px}.meta-card i{width:50px;height:50px;font-size:20px}.terms-content{padding:70px 0 80px}.terms-layout{grid-template-columns:280px 1fr;gap:24px}.terms-sidebar{top:90px}.sidebar-card{padding:22px}.sidebar-card h3{margin-bottom:20px;font-size:20px}.search-box input{height:48px;font-size:14px}.nav-link{padding:12px 14px;font-size:14px}.contact-card{padding:24px}.contact-card i{width:60px;height:60px;font-size:24px}.contact-card h4{font-size:21px}.contact-card p{font-size:14px}.contact-btn{height:48px;font-size:14px}.term-card{padding:28px}.term-header{gap:16px;margin-bottom:24px}.term-number{width:52px;min-width:52px;height:52px;font-size:20px}.term-header h2{font-size:26px}.term-body{gap:16px}.term-body p{font-size:15px;line-height:1.8}.term-body ul li,.term-body ol li{font-size:15px}.highlight-box,.warning-box,.info-box{padding:18px}.terms-table th,.terms-table td{padding:16px;font-size:14px}.back-to-top{width:52px;height:52px;bottom:24px;right:24px}}@media screen and (width>=768px) and (width<=991px){.container{width:94%}.terms-hero{padding:60px 0}.hero-badge{padding:8px 18px;font-size:13px}.terms-hero h1{font-size:42px;line-height:1.2}.terms-hero p{max-width:100%;font-size:16px;line-height:1.7}.hero-meta{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:35px;display:grid}.meta-card{min-width:100%;padding:18px}.meta-card:last-child{grid-column:span 2}.meta-card i{width:50px;height:50px;font-size:20px}.terms-content{padding:60px 0 70px}.terms-layout{flex-direction:column;gap:30px;display:flex}.terms-sidebar{width:100%;position:relative;top:0}.sidebar-card{padding:24px}.sidebar-card h3{font-size:22px}.search-box{margin-bottom:22px}.search-box input{height:50px}.sidebar-card nav{max-height:280px}.sidebar-card ul{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}.nav-link{padding:12px 14px;font-size:14px}.contact-card{padding:26px}.contact-card i{width:64px;height:64px;font-size:26px}.contact-card h4{font-size:22px}.contact-btn{height:50px}.term-card{padding:28px}.term-header{gap:18px;margin-bottom:24px}.term-number{width:54px;min-width:54px;height:54px;font-size:20px}.term-header h2{font-size:26px;line-height:1.3}.term-body{gap:16px}.term-body p{font-size:15px;line-height:1.8}.term-body ul li,.term-body ol li{font-size:15px}.highlight-box,.warning-box,.info-box{padding:18px}.highlight-box h4,.warning-box h4,.info-box h4{font-size:17px}.table-wrapper{overflow-x:auto}.terms-table{min-width:700px}.terms-table th,.terms-table td{padding:15px;font-size:14px}.back-to-top{width:50px;height:50px;font-size:18px;bottom:22px;right:22px}}@media screen and (width>=480px) and (width<=767px){.container{width:92%}.terms-hero{text-align:center;padding:50px 0}.hero-badge{margin:auto auto 22px;padding:8px 18px;font-size:13px}.terms-hero h1{font-size:36px;line-height:1.2}.terms-hero p{margin:18px auto 0;font-size:15px;line-height:1.7}.hero-meta{flex-direction:column;gap:16px;margin-top:30px;display:flex}.meta-card{width:100%;min-width:100%;padding:18px}.meta-card i{width:48px;min-width:48px;height:48px;font-size:20px}.meta-card strong{font-size:16px}.terms-content{padding:50px 0 60px}.terms-layout{flex-direction:column;gap:24px;display:flex}.terms-sidebar{width:100%;position:relative;top:0}.sidebar-card{padding:22px}.sidebar-card h3{font-size:20px}.search-box{margin-bottom:20px}.search-box input{height:48px;font-size:14px}.sidebar-card nav{max-height:260px}.sidebar-card ul{flex-direction:column;gap:10px;display:flex}.nav-link{padding:13px 14px;font-size:14px}.contact-card{padding:24px}.contact-card i{width:62px;height:62px;font-size:24px}.contact-card h4{font-size:22px}.contact-card p{font-size:14px}.contact-btn{height:48px;font-size:15px}.term-card{border-radius:18px;padding:24px}.term-header{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:20px}.term-number{width:50px;min-width:50px;height:50px;font-size:18px}.term-header h2{font-size:24px;line-height:1.35}.term-body{gap:14px}.term-body p{font-size:15px;line-height:1.8}.term-body ul li,.term-body ol li{font-size:15px;line-height:1.7}.highlight-box,.warning-box,.info-box{border-radius:14px;padding:16px}.highlight-box h4,.warning-box h4,.info-box h4{font-size:16px}.table-wrapper{overflow-x:auto}.terms-table{min-width:650px}.terms-table th,.terms-table td{padding:14px;font-size:14px}.back-to-top{width:48px;height:48px;font-size:18px;bottom:18px;right:18px}}@media screen and (width<=479px){.container{width:94%}.terms-hero{text-align:center;padding:40px 0}.hero-badge{gap:8px;margin:0 auto 18px;padding:8px 16px;font-size:12px}.hero-badge i{font-size:14px}.terms-hero h1{font-size:30px;line-height:1.2}.terms-hero p{margin-top:16px;font-size:14px;line-height:1.7}.hero-meta{flex-direction:column;gap:14px;margin-top:28px;display:flex}.meta-card{border-radius:14px;gap:14px;width:100%;min-width:100%;padding:14px 16px}.meta-card i{width:42px;min-width:42px;height:42px;font-size:18px}.meta-card span{font-size:12px}.meta-card strong{font-size:15px}.terms-content{padding:40px 0 60px}.terms-layout{flex-direction:column;gap:20px;display:flex}.terms-sidebar{width:100%;position:relative;top:0}.sidebar-card{border-radius:18px;padding:18px}.sidebar-card h3{margin-bottom:18px;font-size:18px}.search-box{margin-bottom:18px}.search-box input{height:46px;padding-left:42px;font-size:14px}.search-box i{font-size:14px;left:16px}.sidebar-card nav{max-height:250px}.sidebar-card ul{flex-direction:column;gap:8px;display:flex}.nav-link{border-radius:10px;padding:12px;font-size:13px}.contact-card{border-radius:18px;padding:20px}.contact-card i{width:56px;height:56px;margin-bottom:16px;font-size:22px}.contact-card h4{font-size:20px}.contact-card p{margin-bottom:18px;font-size:14px;line-height:1.6}.contact-btn{border-radius:10px;height:46px;font-size:14px}.term-card{border-radius:18px;padding:20px}.term-header{flex-direction:column;align-items:flex-start;gap:14px;margin-bottom:18px}.term-number{width:46px;min-width:46px;height:46px;font-size:17px}.term-header h2{font-size:21px;line-height:1.35}.term-body{gap:12px}.term-body p{font-size:14px;line-height:1.8}.term-body ul{gap:10px}.term-body ul li{gap:10px;font-size:14px;line-height:1.7}.term-body ol{padding-left:20px}.term-body ol li{font-size:14px;line-height:1.7}.highlight-box,.warning-box,.info-box{border-radius:12px;padding:14px}.highlight-box h4,.warning-box h4,.info-box h4{margin-bottom:8px;font-size:15px}.highlight-box p,.warning-box p,.info-box p{font-size:14px}.table-wrapper{overflow-x:auto}.terms-table{min-width:600px}.terms-table th,.terms-table td{white-space:nowrap;padding:12px;font-size:13px}.back-to-top{width:46px;height:46px;font-size:16px;bottom:16px;right:16px}}.policy-nav[data-astro-cid-o4k5wsd5]{z-index:100;flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;width:100%;margin:10px auto 20px;display:flex;position:relative}.policy-nav[data-astro-cid-o4k5wsd5] a[data-astro-cid-o4k5wsd5]{color:#333;cursor:pointer;pointer-events:auto;-webkit-tap-highlight-color:transparent;background:#fff;border:2px solid #32ba46;border-radius:999px;justify-content:center;align-items:center;min-height:42px;padding:10px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.policy-nav[data-astro-cid-o4k5wsd5] a[data-astro-cid-o4k5wsd5]:hover,.policy-nav[data-astro-cid-o4k5wsd5] a[data-astro-cid-o4k5wsd5].active{color:#fff;background:#32ba46}@media screen and (width<=768px){.policy-nav[data-astro-cid-o4k5wsd5]{gap:10px!important;justify-content:unset!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;align-items:stretch!important;width:100%!important;display:grid!important}.policy-nav[data-astro-cid-o4k5wsd5] a[data-astro-cid-o4k5wsd5]{white-space:normal!important;text-align:center!important;box-sizing:border-box!important;justify-content:center!important;align-items:center!important;width:100%!important;padding:8px!important;font-size:12px!important;display:flex!important}}
