﻿*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.6;color:#333}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navigation{background:#fff;padding:15px 0;position:fixed;top:0;left:0;right:0;z-index:1000;box-shadow:0 2px 10px rgba(0,0,0,.1);display:flex;align-items:center;justify-content:space-between;padding:15px 20px}.logo{display:flex;align-items:center;gap:12px}.logo .logo-icon{max-height:68px}.logo .logo-icon img{max-height:68px}.logo-text h1{font-size:18px;font-weight:600;color:#2c3e50;margin-bottom:2px}.logo-text p{font-size:12px;color:#7f8c8d;margin:0}.nav-links{display:flex;gap:30px;align-items:center}.nav-links a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#065f46}.nav-right{display:flex;align-items:center;gap:15px}.nav-right img{max-height:44px}.live-market{display:flex;align-items:center;gap:8px;background:#e8f5e8;padding:8px 12px;border-radius:20px;font-size:14px;color:#065f46}.live-dot{width:8px;height:8px;background:#065f46;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%{opacity:1}50%{opacity:.5}100%{opacity:1}}.terms_privacy{padding-top:120px}.terms_privacy .banner{padding:80px 0;background:linear-gradient(135deg, #065f46 0%, #065f46 100%);text-align:center}.terms_privacy .banner h1{color:#fff;font-size:48px}@media(max-width: 1024px){.terms_privacy .banner{padding:50px 0}}@media(max-width: 767px){.terms_privacy .banner{padding:30px 0}}.terms_privacy .content{padding:80px 0;--fs-h2: clamp(26px, 2.2vw + 1rem, 30px);--fs-h3: clamp(24px, 2vw + 0.8rem, 28px);--fs-h4: clamp(20px, 1.6vw + 0.6rem, 24px);--fs-h5: clamp(18px, 1.4vw + 0.5rem, 20px);--fs-h6: clamp(16px, 1.2vw + 0.4rem, 18px)}@media(max-width: 1024px){.terms_privacy .content{padding:50px 0}}@media(max-width: 767px){.terms_privacy .content{padding:30px 0}}.terms_privacy .content p,.terms_privacy .content h2,.terms_privacy .content h3,.terms_privacy .content h4,.terms_privacy .content h5,.terms_privacy .content h6,.terms_privacy .content ul,.terms_privacy .content ol{margin-bottom:20px}.terms_privacy .content ul,.terms_privacy .content ol{padding-left:0;margin-left:20px}.terms_privacy .content h2{font-size:var(--fs-h2)}.terms_privacy .content h3{font-size:var(--fs-h3)}.terms_privacy .content h4{font-size:var(--fs-h4)}.terms_privacy .content h5{font-size:var(--fs-h5)}.terms_privacy .content h6{font-size:var(--fs-h6)}.hero{background:linear-gradient(135deg, #065f46 0%, #065f46 100%);color:#fff;padding:120px 0 80px;min-height:100vh;display:flex;align-items:center}.hero-grid{display:grid;grid-template-columns:1fr 400px;gap:60px;align-items:center}.hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px}.hero-description{font-size:18px;line-height:1.6;margin-bottom:32px;opacity:.9}.hero-buttons{display:flex;gap:16px;margin-bottom:48px}.hero-stats{display:flex;gap:40px}.highlight{color:#90e287}.btn{padding:14px 28px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block;text-align:center}.btn-primary{background:#fff;color:#065f46}.btn-primary:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.btn-secondary{background:rgba(0,0,0,0);color:#fff;border:2px solid #fff}.btn-secondary:hover{background:#fff;color:#065f46;transform:translateY(-2px)}.stat{text-align:center}.stat-number{font-size:32px;font-weight:700;margin-bottom:8px}.stat-label{font-size:14px;opacity:.8}.market-prices{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:16px;padding:32px}.market-title{font-size:24px;font-weight:600;margin-bottom:24px;text-align:center}.price-list{display:flex;flex-direction:column;gap:16px}.price-item{display:flex;align-items:center;justify-content:space-between;padding:16px;background:rgba(255,255,255,.1);border-radius:12px;border:1px solid rgba(255,255,255,.1)}.price-name{font-weight:600;font-size:16px}.price-location{font-size:14px;opacity:.8}.price-amount{font-size:18px;font-weight:700}.price-change{font-size:14px;color:#2ecc71}.section{padding:80px 0}.section-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:16px;color:#fff}.section-title.dark{color:#2c3e50}.section-description{font-size:18px;text-align:center;margin-bottom:48px;color:rgba(255,255,255,.8);max-width:600px;margin-left:auto;margin-right:auto}.section-description.dark{color:#7f8c8d}.white-bg{background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:32px}.feature-card{background:#fff;padding:32px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.feature-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.feature-icon{font-size:48px;margin-bottom:24px}.feature-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#2c3e50}.feature-description{color:#7f8c8d;line-height:1.6}#how-it-works{background:linear-gradient(135deg, #065f46 0%, #138d75 100%)}.steps-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:32px}.step-card{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:32px;border-radius:16px;text-align:center;transition:transform .3s ease}.step-card:hover{transform:translateY(-8px)}.step-number{width:60px;height:60px;background:#f1c40f;color:#2c3e50;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;margin:0 auto 24px}.step-title{font-size:20px;font-weight:600;margin-bottom:16px;color:#fff}.step-description{color:rgba(255,255,255,.8);line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));gap:32px}.pricing-card{background:#fff;padding:40px 32px;border-radius:16px;text-align:center;box-shadow:0 4px 20px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease;position:relative}.pricing-card:hover{transform:translateY(-8px);box-shadow:0 12px 40px rgba(0,0,0,.15)}.pricing-card.featured{border:3px solid #065f46;transform:scale(1.05)}.pricing-card.featured::before{content:"Most Popular";position:absolute;top:-12px;left:50%;transform:translateX(-50%);background:#065f46;color:#fff;padding:8px 24px;border-radius:20px;font-size:14px;font-weight:600}.plan-name{font-size:24px;font-weight:600;margin-bottom:16px;color:#2c3e50}.plan-price{font-size:36px;font-weight:700;margin-bottom:32px;color:#065f46}.plan-features{list-style:none;margin-bottom:32px}.plan-features li{padding:8px 0;color:#7f8c8d;position:relative;padding-left:24px}.plan-features li::before{content:"✓";position:absolute;left:0;color:#065f46;font-weight:bold}.plan-button{background:#065f46;color:#fff;padding:14px 32px;border-radius:8px;text-decoration:none;font-weight:600;transition:background-color .3s ease;display:inline-block}.plan-button:hover{background:#138d75}.currency{font-size:24px}.period{font-size:16px;color:#7f8c8d}#contact{background:linear-gradient(135deg, #065f46 0%, #138d75 100%)}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.contact-form{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:40px;border-radius:16px}.contact-info{display:flex;flex-direction:column;gap:32px}.contact-item{background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);padding:24px;border-radius:12px}.contact-label{font-weight:600;margin-bottom:8px;color:#fff}.contact-value{color:rgba(255,255,255,.8);line-height:1.6}.form-group{margin-bottom:24px}.form-group label{display:block;margin-bottom:8px;color:#fff;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:12px 16px;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:rgba(255,255,255,.1);color:#fff;font-size:16px}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(255,255,255,.6)}.form-group textarea{height:120px;resize:vertical}.submit-btn{background:#f1c40f;color:#2c3e50;padding:14px 32px;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.submit-btn:hover{background:#f39c12}.footer{background:#2c3e50;color:#fff;padding:40px 0}.footer-content{display:flex;align-items:center;justify-content:space-between}.footer-links{display:flex;gap:24px}.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#fff}.fade-in{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.fade-in.visible{opacity:1;transform:translateY(0)}@media(max-width: 768px){.hero{padding:140px 0 60px}.hero-grid{grid-template-columns:1fr;gap:40px;text-align:center}.hero-title{font-size:36px}.hero-buttons{flex-direction:column;align-items:center}.hero-stats{justify-content:center;gap:20px}.features-grid,.steps-grid,.pricing-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr;gap:40px}.footer-content{flex-direction:column;gap:16px;text-align:center}}@media(max-width: 480px){.container{padding:0 16px}.hero-title{font-size:28px}.section-title{font-size:28px}.nav-links{flex-wrap:wrap;justify-content:center}.nav-right{flex-wrap:wrap;justify-content:center}}.hamburger{display:none;flex-direction:column;justify-content:space-between;width:28px;height:22px;cursor:pointer;z-index:1100}.hamburger span{display:block;height:3px;background:#2c3e50;border-radius:2px;transition:all .3s ease}@media(min-width: 1025px){.right_Nav{width:calc(100% - 257px);display:flex;align-items:center;justify-content:space-between}.nav-links{width:calc(100% - 257px);justify-content:center}.nav-right{width:257px}}@media(max-width: 1024px){.hamburger{display:flex}.right_Nav{position:fixed;top:70px;right:-100%;display:flex;flex-direction:column;align-items:flex-start;background:#fff;width:240px;height:calc(100vh - 70px);padding:30px 20px;gap:20px;box-shadow:0 8px 25px rgba(0,0,0,.15);transition:right .3s ease;z-index:1000}.right_Nav .nav-links,.right_Nav .nav-right{flex-direction:column;gap:20px;width:100%}.right_Nav .nav-right a img{height:40px}.right_Nav.active{right:0}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(5px, 5px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(5px, -5px)}}
