:root{--green: #3ecf6e;--green-dim: #2a9e52;--green-glow: rgba(62, 207, 110, .18);--bg: #f5f7fa;--surface: #ffffff;--surface-2: #f0f3f7;--border: #e2e8f0;--border-strong:#c8d3e0;--text: #1a2332;--muted: #64748b;--mono: "IBM Plex Mono", monospace;--sans: "Kanit", system-ui, sans-serif;--radius: 10px;--radius-lg: 16px;--shadow: 0 1px 4px rgba(0,0,0,.06), 0 4px 16px rgba(0,0,0,.06);--shadow-lg: 0 2px 8px rgba(0,0,0,.07), 0 12px 32px rgba(0,0,0,.09);--transition: .18s ease}[data-astro-cid-no6tobea][data-dark]{--bg: #0d1117;--surface: #161b22;--surface-2: #0f1419;--border: #21262d;--border-strong:#30363d;--text: #e6edf3;--muted: #8b949e;--shadow: 0 1px 4px rgba(0,0,0,.3), 0 4px 16px rgba(0,0,0,.3);--shadow-lg: 0 2px 8px rgba(0,0,0,.4), 0 12px 32px rgba(0,0,0,.4)}[data-astro-cid-no6tobea],[data-astro-cid-no6tobea]:before,[data-astro-cid-no6tobea]:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);background:var(--bg);color:var(--text);line-height:1.65;font-size:15px;-webkit-font-smoothing:antialiased}.page[data-astro-cid-no6tobea]{max-width:1080px;margin:0 auto;padding:0 20px 60px}.topbar[data-astro-cid-no6tobea]{display:flex;justify-content:space-between;align-items:center;padding:18px 0 0;gap:12px;flex-wrap:wrap}.badge[data-astro-cid-no6tobea]{display:inline-flex;align-items:center;gap:7px;font-family:var(--mono);font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--green-dim);background:var(--green-glow);border:1px solid rgba(62,207,110,.3);border-radius:999px;padding:5px 13px}[data-astro-cid-no6tobea][data-dark] .badge[data-astro-cid-no6tobea]{color:var(--green)}.badge-dot[data-astro-cid-no6tobea]{width:6px;height:6px;background:var(--green);border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.7)}}.controls[data-astro-cid-no6tobea]{display:flex;gap:8px;align-items:center}.lang-switch[data-astro-cid-no6tobea]{display:flex;border:1px solid var(--border-strong);border-radius:var(--radius);overflow:hidden;background:var(--surface)}.lang-switch[data-astro-cid-no6tobea] a[data-astro-cid-no6tobea]{padding:5px 12px;font-size:.82rem;font-weight:600;color:var(--muted);text-decoration:none;transition:all var(--transition);font-family:var(--mono)}.lang-switch[data-astro-cid-no6tobea] a[data-astro-cid-no6tobea]:first-child{border-right:1px solid var(--border-strong)}.lang-switch[data-astro-cid-no6tobea] a[data-astro-cid-no6tobea].active{background:var(--green);color:#0a1f13}.theme-btn[data-astro-cid-no6tobea]{width:34px;height:34px;border:1px solid var(--border-strong);border-radius:var(--radius);background:var(--surface);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:.85rem;transition:all var(--transition)}.theme-btn[data-astro-cid-no6tobea]:hover{color:var(--green);border-color:var(--green)}.hero[data-astro-cid-no6tobea]{padding:52px 0 36px;border-bottom:1px solid var(--border)}.hero-eyebrow[data-astro-cid-no6tobea]{font-family:var(--mono);font-size:.75rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:var(--green-dim);margin-bottom:14px}[data-astro-cid-no6tobea][data-dark] .hero-eyebrow[data-astro-cid-no6tobea]{color:var(--green)}.hero[data-astro-cid-no6tobea] h1[data-astro-cid-no6tobea]{font-size:clamp(1.9rem,4.5vw,3.2rem);font-weight:700;line-height:1.18;letter-spacing:-.02em;color:var(--text);margin-bottom:14px}.hero-desc[data-astro-cid-no6tobea]{color:var(--muted);max-width:680px;font-size:.97rem;line-height:1.7;margin-bottom:28px}.cta-row[data-astro-cid-no6tobea]{display:flex;gap:10px;flex-wrap:wrap}.btn[data-astro-cid-no6tobea]{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:var(--radius);font-weight:600;font-size:.9rem;text-decoration:none;transition:all var(--transition);border:1px solid transparent;cursor:pointer;font-family:var(--sans)}.btn-primary[data-astro-cid-no6tobea]{background:var(--green);color:#081a0e;border-color:var(--green)}.btn-primary[data-astro-cid-no6tobea]:hover{background:var(--green-dim);border-color:var(--green-dim);transform:translateY(-1px);box-shadow:0 4px 14px #3ecf6e59}.btn-outline[data-astro-cid-no6tobea]{background:transparent;color:var(--text);border-color:var(--border-strong)}.btn-outline[data-astro-cid-no6tobea]:hover{border-color:var(--green);color:var(--green);transform:translateY(-1px)}.sec[data-astro-cid-no6tobea]{padding-top:40px}.sec-header[data-astro-cid-no6tobea]{display:flex;align-items:center;gap:10px;margin-bottom:18px;padding-bottom:12px;border-bottom:1px solid var(--border)}.sec-header-icon[data-astro-cid-no6tobea]{width:30px;height:30px;border-radius:8px;background:var(--green-glow);color:var(--green-dim);display:flex;align-items:center;justify-content:center;font-size:.82rem;flex-shrink:0}[data-astro-cid-no6tobea][data-dark] .sec-header-icon[data-astro-cid-no6tobea]{color:var(--green)}.sec-header[data-astro-cid-no6tobea] h2[data-astro-cid-no6tobea]{font-size:1.05rem;font-weight:700;letter-spacing:.01em;color:var(--text)}.svc-grid[data-astro-cid-no6tobea]{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.svc-card[data-astro-cid-no6tobea]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);display:flex;flex-direction:column;transition:transform var(--transition),box-shadow var(--transition);overflow:hidden}.svc-card[data-astro-cid-no6tobea]:hover{transform:translateY(-3px);box-shadow:var(--shadow-lg)}.svc-card-header[data-astro-cid-no6tobea]{padding:24px 24px 16px;display:flex;align-items:flex-start;gap:16px}.svc-card-icon[data-astro-cid-no6tobea]{width:46px;height:46px;border-radius:12px;background:var(--surface-2);border:1px solid var(--border);color:var(--green-dim);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0}[data-astro-cid-no6tobea][data-dark] .svc-card-icon[data-astro-cid-no6tobea]{color:var(--green);background:#3ecf6e14;border-color:#3ecf6e33}.svc-card-title[data-astro-cid-no6tobea]{display:flex;flex-direction:column;gap:8px}.svc-card-title[data-astro-cid-no6tobea] h3[data-astro-cid-no6tobea]{font-size:1.1rem;font-weight:700;color:var(--text);line-height:1.3}.svc-tags[data-astro-cid-no6tobea]{display:flex;flex-wrap:wrap;gap:6px}.tag[data-astro-cid-no6tobea]{font-family:var(--mono);font-size:.68rem;font-weight:600;padding:3px 8px;border-radius:6px;background:var(--surface-2);border:1px solid var(--border);color:var(--muted);white-space:nowrap}.svc-card-body[data-astro-cid-no6tobea]{padding:0 24px 24px;flex-grow:1}.svc-features[data-astro-cid-no6tobea]{color:var(--muted);font-size:.92rem;line-height:1.6}.svc-features[data-astro-cid-no6tobea] li[data-astro-cid-no6tobea]{list-style:none;padding-left:24px;position:relative;margin-bottom:10px}.svc-features[data-astro-cid-no6tobea] li[data-astro-cid-no6tobea]:last-child{margin-bottom:0}.svc-features[data-astro-cid-no6tobea] li[data-astro-cid-no6tobea]:before{content:"";font-family:"Font Awesome 6 Free";font-weight:900;color:var(--green-dim);position:absolute;left:0;top:2px;font-size:.8rem}[data-astro-cid-no6tobea][data-dark] .svc-features[data-astro-cid-no6tobea] li[data-astro-cid-no6tobea]:before{color:var(--green)}.svc-card-pricing[data-astro-cid-no6tobea]{padding:20px 24px;background:var(--surface-2);border-top:1px solid var(--border)}.price-row[data-astro-cid-no6tobea]{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px dashed var(--border-strong)}.price-row[data-astro-cid-no6tobea]:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.price-label[data-astro-cid-no6tobea]{font-size:.9rem;color:var(--muted);line-height:1.4}.price-value[data-astro-cid-no6tobea]{font-family:var(--mono);font-weight:700;font-size:.95rem;color:var(--green-dim);text-align:right;white-space:nowrap}[data-astro-cid-no6tobea][data-dark] .price-value[data-astro-cid-no6tobea]{color:var(--green)}.policy-grid[data-astro-cid-no6tobea]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.policy-card[data-astro-cid-no6tobea]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow)}.policy-card-head[data-astro-cid-no6tobea]{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid var(--border)}.policy-card-head[data-astro-cid-no6tobea] i[data-astro-cid-no6tobea]{color:var(--green-dim);font-size:1rem;width:20px;text-align:center}[data-astro-cid-no6tobea][data-dark] .policy-card-head[data-astro-cid-no6tobea] i[data-astro-cid-no6tobea]{color:var(--green)}.policy-card-head[data-astro-cid-no6tobea] h3[data-astro-cid-no6tobea]{font-size:.98rem;font-weight:700;color:var(--text)}.policy-row[data-astro-cid-no6tobea]{display:flex;align-items:flex-start;gap:10px;margin:12px 0;font-size:.9rem;color:var(--muted);line-height:1.55}.policy-row[data-astro-cid-no6tobea] i[data-astro-cid-no6tobea]{font-size:.8rem;margin-top:5px;flex-shrink:0;width:16px;text-align:center}.pi-ok[data-astro-cid-no6tobea]{color:#22c55e}.pi-no[data-astro-cid-no6tobea]{color:#ef4444}.pi-warn[data-astro-cid-no6tobea]{color:#f59e0b}.pi-check[data-astro-cid-no6tobea]{color:var(--green-dim)}[data-astro-cid-no6tobea][data-dark] .pi-check[data-astro-cid-no6tobea]{color:var(--green)}.faq-list[data-astro-cid-no6tobea]{display:flex;flex-direction:column;gap:8px}.faq-item[data-astro-cid-no6tobea]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow)}.faq-item[data-astro-cid-no6tobea] summary[data-astro-cid-no6tobea]{display:flex;align-items:center;justify-content:space-between;padding:16px;font-weight:600;font-size:.95rem;cursor:pointer;list-style:none;gap:12px;transition:background var(--transition)}.faq-item[data-astro-cid-no6tobea] summary[data-astro-cid-no6tobea]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-no6tobea] summary[data-astro-cid-no6tobea]:hover{background:var(--surface-2)}.faq-item[data-astro-cid-no6tobea][open] summary[data-astro-cid-no6tobea]{border-bottom:1px solid var(--border)}.faq-chevron[data-astro-cid-no6tobea]{color:var(--muted);font-size:.8rem;transition:transform var(--transition);flex-shrink:0}.faq-item[data-astro-cid-no6tobea][open] .faq-chevron[data-astro-cid-no6tobea]{transform:rotate(180deg)}.faq-body[data-astro-cid-no6tobea]{padding:16px;color:var(--muted);font-size:.92rem;line-height:1.65}.contact-card[data-astro-cid-no6tobea]{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:32px;box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.contact-card[data-astro-cid-no6tobea]:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--green),var(--green-dim))}.contact-card[data-astro-cid-no6tobea] h2[data-astro-cid-no6tobea]{font-size:1.35rem;font-weight:700;margin-bottom:10px}.contact-card[data-astro-cid-no6tobea] p[data-astro-cid-no6tobea]{color:var(--muted);font-size:.95rem;line-height:1.65;max-width:580px;margin-bottom:24px}.footer[data-astro-cid-no6tobea]{margin-top:56px;padding-top:24px;border-top:1px solid var(--border);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:8px;color:var(--muted);font-size:.85rem;font-family:var(--mono)}@media(max-width:900px){.policy-grid[data-astro-cid-no6tobea]{grid-template-columns:1fr}}@media(max-width:768px){.svc-grid[data-astro-cid-no6tobea]{grid-template-columns:1fr}}@media(max-width:480px){.hero[data-astro-cid-no6tobea] h1[data-astro-cid-no6tobea]{font-size:1.8rem}.contact-card[data-astro-cid-no6tobea]{padding:24px 20px}}
