:root{--purple:#4c2a86;--purple-dark:#24113f;--gold:#fdb821;--bg:#f8f5ff;--text:#2b2540;--muted:#6f7484;--line:rgba(76,42,134,.13);--shadow:0 24px 70px rgba(36,17,63,.14);--green:#2f8f57}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:IBM Plex Sans Thai,sans-serif;color:var(--text);background:var(--bg);overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1180px,calc(100% - 40px));margin:auto}.btn{border:0;padding:13px 22px;border-radius:999px;font-weight:800;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:10px;transition:.25s;white-space:nowrap}.btn-primary{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;box-shadow:0 14px 30px #4c2a863d}.btn-gold{background:linear-gradient(135deg,#fdb821,#ffd66a);color:var(--purple-dark);box-shadow:0 12px 28px #fdb82159}.btn-outline{background:#fff;color:var(--purple);border:1px solid rgba(76,42,134,.25)}.btn:hover{transform:translateY(-2px)}.nav{position:sticky;top:0;z-index:100;font-family:Sarabun,sans-serif;background:#ffffffeb;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.nav-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:24px}.mobile-menu-btn{display:none;width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#fff;color:var(--purple);font-size:24px;font-weight:900;cursor:pointer}.brand{display:flex;align-items:center;gap:12px;font-weight:900;font-size:22px;color:var(--purple)}.brand-icon-frame{width:44px;height:44px;border-radius:16px;background:#fff;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(76,42,134,.12);box-shadow:0 12px 28px #4c2a8629}.brand-icon-logo{height:38px;width:170px;max-width:none;object-fit:contain;object-position:left center;transform:translate(0)}.footer-logo-img{height:48px;width:auto;max-width:220px;object-fit:contain;filter:brightness(0) invert(1)}.brand-mark{width:44px;height:44px;border-radius:16px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));display:grid;place-items:center;color:#fff;font-size:24px;box-shadow:0 12px 28px #4c2a8640}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-text strong{font-size:22px;color:var(--purple-dark);letter-spacing:-.2px}.brand-text small{font-size:11px;color:var(--muted);font-weight:800;letter-spacing:.6px;text-transform:uppercase;margin-top:4px}.menu{display:flex;gap:20px;color:#5a4e6f;font-size:14px}.menu a{position:relative;padding:9px 10px;border-radius:999px;transition:.22s;color:#5a4e6f;font-weight:600}.menu a:hover,.menu a.active{background:#4c2a8614;color:var(--purple);box-shadow:inset 0 0 0 1px #4c2a8614}.menu a:after{content:"";position:absolute;left:50%;right:50%;bottom:4px;height:2px;border-radius:999px;background:var(--gold);transition:.22s}.menu a:hover:after,.menu a.active:after{left:16px;right:16px}.nav-actions{display:flex;gap:8px;align-items:center}.nav-actions .btn{padding:9px 15px;font-size:13px;line-height:1.2;box-shadow:none}.nav-actions .btn-gold{box-shadow:0 8px 18px #fdb82140}.nav a,.nav button,.menu{font-family:Sarabun,sans-serif}section{padding:58px 0}.section-head{text-align:center;max-width:820px;margin:0 auto 34px}.section-head h2{font-size:clamp(30px,4vw,46px);line-height:1.25;margin:0 0 12px;color:var(--purple-dark);font-weight:900}.section-head p{color:var(--muted);line-height:1.8;margin:0}.hero{background:#fff;padding:42px 0 30px}.hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:50px;align-items:center}.hero h1{font-size:clamp(36px,5vw,56px);line-height:1.25;margin:0 0 16px;color:var(--purple-dark);font-weight:900}.hero-sub{font-size:17px;color:#6b7280;line-height:1.8;margin-bottom:16px}.hero-checks{display:grid;gap:10px;margin:0 0 16px;padding:0;list-style:none;color:#667085}.hero-checks li{display:flex;gap:10px}.hero-checks li:before{content:"✓";width:20px;height:20px;border-radius:50%;background:#4c2a861f;color:var(--purple);font-size:13px;font-weight:900;display:grid;place-items:center;flex:0 0 auto}.hero-actions{display:flex;gap:14px;margin-top:14px;flex-wrap:wrap}.hero-proof{margin-top:14px;font-size:14px;color:#6b7280;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.hero-proof .stars{color:#f59e0b}.hero-proof .free-note{color:var(--green);font-weight:700}.hero-visual{position:relative;height:420px;border-radius:24px;overflow:hidden;box-shadow:0 20px 50px #00000026;background:#eee}.hero-visual img{width:100%;height:100%;object-fit:cover}.hero-visual:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#24113f00 40%,#24113fa6)}.trust-strip{background:#fff;padding:34px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;text-align:center;align-items:center}.trust-number{font-size:38px;font-weight:900;color:var(--purple)}.trust-grid p{margin:6px 0 0;color:#6b7280;font-size:14px}.trust-mid{border-left:1px solid var(--line);border-right:1px solid var(--line)}.video-section{background:linear-gradient(135deg,#faf7ff,#fff)}.video-layout{display:grid;grid-template-columns:.95fr 1.05fr;gap:36px;align-items:center}.video-panel{position:relative;border-radius:24px;overflow:hidden;cursor:pointer;box-shadow:0 25px 60px #00000026;background:#ddd;min-height:330px}.video-panel img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;right:0;bottom:0;left:0}.video-panel:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#24113f00 40%,#24113f99)}.play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;background:linear-gradient(135deg,var(--purple),var(--purple-dark));display:grid;place-items:center;color:#fff;font-size:28px;box-shadow:0 12px 30px #0000004d;z-index:2}.video-caption{position:absolute;bottom:16px;left:18px;color:#fff;font-weight:700;font-size:14px;z-index:2}.video-copy .badge{display:inline-block;background:#4c2a8614;color:var(--purple);padding:8px 14px;border-radius:999px;font-weight:800;font-size:13px}.video-copy h2{font-size:clamp(34px,4vw,46px);margin:16px 0 14px;color:var(--purple-dark);line-height:1.3}.video-copy p{color:#6b7280;line-height:1.8;font-size:15px;max-width:520px}.video-actions{display:flex;gap:12px;margin-top:20px;flex-wrap:wrap}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.feature-card{background:#fff;border:1px solid var(--line);border-radius:26px;padding:26px;box-shadow:0 16px 45px #24113f0f;transition:.25s}.feature-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}.icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;font-size:24px;margin-bottom:16px;box-shadow:0 10px 25px #4c2a8640}.feature-card h3{margin:0 0 8px;color:var(--purple-dark)}.feature-card p{margin:0;color:var(--muted);font-size:14px;line-height:1.7}.ai-assistant-section{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 10%,rgba(76,42,134,.1),transparent 30%),radial-gradient(circle at 92% 90%,rgba(253,184,33,.22),transparent 32%),linear-gradient(180deg,#fff,#fbf8ff 56%,#fffaf0);padding:72px 0}.ai-assistant-section .container{position:relative;z-index:2}.ai-head{text-align:center;max-width:820px;margin:0 auto 30px}.ai-badge{display:inline-flex;gap:8px;align-items:center;background:#fff;border:1px solid rgba(76,42,134,.12);color:var(--purple);padding:8px 14px;border-radius:999px;font-size:13px;font-weight:800;margin-bottom:14px;box-shadow:0 12px 28px #24113f0f}.ai-head h2{font-size:clamp(32px,4vw,48px);line-height:1.18;margin:0 0 12px;color:var(--purple-dark);font-weight:800;letter-spacing:-.4px}.ai-head h2 span{color:var(--purple)}.ai-head p{margin:0 auto;color:#687083;font-size:16px;line-height:1.8;max-width:720px}.ai-interactive{display:grid;grid-template-columns:.9fr 1.1fr;gap:22px;align-items:stretch;max-width:1120px;margin:0 auto}.ai-question-panel,.ai-answer-panel{background:#ffffffdb;border:1px solid rgba(76,42,134,.1);border-radius:30px;box-shadow:0 22px 58px #24113f1a;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);padding:24px}.ai-question-panel{background:linear-gradient(135deg,#fff,#fbf8ff)}.ai-panel-title{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px}.ai-panel-title strong{font-size:18px;color:var(--purple-dark)}.ai-status{display:inline-flex;align-items:center;gap:7px;color:var(--green);font-size:12px;font-weight:800;background:#2f8f5717;padding:7px 10px;border-radius:999px}.ai-status:before{content:"";width:8px;height:8px;border-radius:50%;background:#40d46b;box-shadow:0 0 0 5px #40d46b21}.ai-question-list{display:grid;gap:10px}.ai-question{width:100%;text-align:left;border:1px solid rgba(76,42,134,.11);background:#fff;border-radius:18px;padding:14px 15px;cursor:pointer;display:flex;align-items:center;gap:12px;transition:.22s;font-family:inherit}.ai-question:hover{transform:translateY(-2px);box-shadow:0 12px 28px #24113f14;border-color:#4c2a8638}.ai-question.active{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;box-shadow:0 16px 34px #4c2a8638}.ai-question .q-icon{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#4c2a8614;flex:0 0 auto}.ai-question.active .q-icon{background:#ffffff29}.ai-question span{display:block}.ai-question b{display:block;font-size:14px;margin-bottom:3px}.ai-question small{font-size:12px;color:#7b8190}.ai-question.active small{color:#ffffffbf}.ai-answer-panel{position:relative;overflow:hidden;background:linear-gradient(135deg,#24113f,#4c2a86);color:#fff}.ai-answer-panel:before{content:"";position:absolute;right:-100px;top:-100px;width:260px;height:260px;border-radius:50%;background:radial-gradient(circle,rgba(253,184,33,.32),transparent 70%)}.ai-answer-panel>*{position:relative;z-index:2}.ai-chat-window{background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:24px;padding:18px;min-height:390px;display:flex;flex-direction:column}.ai-chat-row{display:flex;gap:10px;margin-bottom:14px}.ai-chat-row.user{justify-content:flex-end}.ai-avatar{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#fdb8212e;color:#ffd66a;font-weight:900;flex:0 0 auto}.ai-bubble{max-width:84%;padding:13px 15px;border-radius:18px;font-size:14px;line-height:1.65}.ai-chat-row.user .ai-bubble{background:#fff;color:var(--purple-dark);border-bottom-right-radius:6px}.ai-chat-row.bot .ai-bubble{background:#ffffff1f;border:1px solid rgba(255,255,255,.14);color:#fff;border-bottom-left-radius:6px}.ai-bubble.typing{opacity:.72}.ai-bubble.typing:after{content:"";display:inline-block;width:6px;height:6px;margin-left:6px;border-radius:50%;background:#ffd66a;box-shadow:10px 0 #ffd66ab3,20px 0 #ffd66a73;animation:aiDots 1s infinite}@keyframes aiDots{0%,to{opacity:.35}50%{opacity:1}}.ai-answer-card{margin-top:auto;background:linear-gradient(135deg,#fff7df,#fff);color:var(--purple-dark);border-radius:24px;padding:20px;box-shadow:0 18px 44px #0000002e}.ai-answer-card small{display:block;color:#766b88;font-weight:800;font-size:12px}.ai-answer-card b{display:block;font-size:clamp(30px,4vw,42px);line-height:1.1;margin:6px 0}.ai-answer-card span{display:block;color:var(--green);font-size:13px;font-weight:900}.ai-answer-card p{margin:12px 0 0;color:#5f6472;line-height:1.7;font-size:14px}.ai-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;max-width:1120px;margin:20px auto 0}.ai-action-card{background:#fff;border:1px solid rgba(76,42,134,.09);border-radius:22px;padding:17px;box-shadow:0 16px 42px #24113f12}.ai-action-card b{display:block;color:var(--purple-dark);font-size:15px;margin-bottom:6px}.ai-action-card small{color:#7b8190;line-height:1.6}.ai-cta{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}.ai-cta .btn-gold{box-shadow:0 16px 34px #fdb8214d}.purple-section{background:linear-gradient(135deg,#1b0c33,#3a1a6a 55%,#1a0b31);color:#fff}.purple-section .section-head h2,.purple-section .section-head p{color:#fff}.one-line-title{white-space:nowrap}.roles{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.role-card{border-radius:24px;overflow:hidden;background:#fff;box-shadow:0 18px 44px #00000040}.role-media{height:170px;overflow:hidden}.role-media img{width:100%;height:100%;object-fit:cover}.role-content{padding:20px;background:linear-gradient(135deg,#1b0c33f0,#3a1a6af0);color:#fff}.role-content h3{color:var(--gold);font-size:20px;margin:0 0 10px}.role-content p{color:#ffffffd9;font-size:13px;margin:0 0 10px}.check-list{display:grid;gap:8px;margin:0;padding:0;list-style:none}.check-list li{display:flex;gap:8px;line-height:1.6;font-size:13px;color:#fff}.check-list li:before{content:"✓";width:18px;height:18px;border-radius:50%;background:var(--gold);color:#1b0c33;display:grid;place-items:center;font-weight:900;flex:0 0 auto}.accountant-functions{position:relative;overflow:hidden;background:radial-gradient(circle at 8% 8%,rgba(76,42,134,.12),transparent 28%),linear-gradient(135deg,#fbf8ff,#fff 55%,#f5efff)}.accountant-functions:before{content:"";position:absolute;right:-150px;top:80px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(253,184,33,.16),transparent 68%)}.business-functions{position:relative;overflow:hidden;background:radial-gradient(circle at 92% 0%,rgba(253,184,33,.2),transparent 28%),linear-gradient(135deg,#fff,#fff9e8 54%,#fbf8ff)}.business-functions:before{content:"";position:absolute;left:-170px;bottom:40px;width:460px;height:460px;border-radius:50%;background:radial-gradient(circle,rgba(76,42,134,.11),transparent 70%)}.accountant-functions .container,.business-functions .container{position:relative;z-index:2}.accountant-functions .section-head,.business-functions .section-head{background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;padding:0;max-width:760px}.accountant-functions .section-head h2,.business-functions .section-head h2{margin-bottom:10px}.accountant-functions .section-head p,.business-functions .section-head p{font-size:17px;line-height:1.7;max-width:680px;margin:0 auto;color:#6f647f}.business-functions .section-head p a{color:#8a5a00!important}.function-tabs{width:fit-content;max-width:100%;margin:30px auto 38px;padding:8px;display:flex;gap:8px;flex-wrap:wrap;border-radius:999px;background:#ffffffd1;border:1px solid rgba(76,42,134,.12);box-shadow:0 18px 45px #24113f14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.business-functions .function-tabs{border-color:#fdb82142;box-shadow:0 18px 45px #fdb8211a}.function-tab{border:0;background:transparent;color:#5f5870;padding:11px 20px;border-radius:999px;font-weight:700;font-size:14px;cursor:pointer;transition:.22s}.function-tab:hover{background:#4c2a8614;color:var(--purple)}.function-tab.active{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;box-shadow:0 12px 28px #4c2a863d}.business-functions .function-tab.active{background:linear-gradient(135deg,#fdb821,#ffd66a);color:var(--purple-dark);box-shadow:0 12px 28px #fdb8213d}.function-showcase{display:grid;grid-template-columns:1fr 1fr;gap:32px;align-items:stretch;background:#ffffff9e;border:1px solid rgba(76,42,134,.1);box-shadow:0 22px 65px #24113f1a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:32px;padding:24px}.business-functions .function-showcase{background:#ffffffbd;border-color:#fdb82138;box-shadow:0 22px 65px #fdb8211f}.function-showcase.alt .function-visual{order:1}.function-showcase.alt .function-copy{order:2}.function-copy{display:flex;flex-direction:column;justify-content:center;padding:12px 8px}.eyebrow{color:var(--purple);font-weight:900;margin-bottom:12px}.business-functions .eyebrow{color:#b97800}.function-copy h3{font-size:clamp(30px,3.8vw,44px);line-height:1.28;margin:0 0 18px;color:var(--purple-dark)}.function-copy p{color:var(--muted);font-size:16px;line-height:1.85;margin:0 0 18px}.function-copy p:after{content:"ลดงานซ้ำ • ข้อมูลถูกต้อง • ทำงานได้เร็วขึ้น";display:block;margin-top:14px;padding:12px 14px;border-radius:16px;background:#4c2a8612;color:var(--purple);font-size:13px;font-weight:800}.business-functions .function-copy p:after{content:"ขายเร็วขึ้น • เก็บเงินง่าย • เห็นกำไรทันที";background:#fdb82129;color:#8a5a00}.function-visual{height:410px;border-radius:26px;overflow:hidden;border:1px solid rgba(76,42,134,.1);box-shadow:0 18px 48px #24113f1f;background:#fff}.function-visual img{width:100%;height:100%;object-fit:cover}.function-dots{display:flex;justify-content:center;gap:9px;margin-top:26px}.function-dots span{width:9px;height:9px;border-radius:50%;background:#4c2a862e}.function-dots span.active{background:var(--purple)}.business-functions .function-dots span.active{background:var(--gold)}#pricing{position:relative;overflow:hidden;background:radial-gradient(circle at 10% 4%,rgba(253,184,33,.3),transparent 25%),radial-gradient(circle at 90% 18%,rgba(124,74,188,.34),transparent 28%),linear-gradient(135deg,#150827,#2b1452 50%,#120821);color:#fff;padding:88px 0}#pricing:before{content:"";position:absolute;top:26px;right:26px;bottom:26px;left:26px;border-radius:44px;background:linear-gradient(135deg,#ffffff1a,#ffffff08);border:1px solid rgba(255,255,255,.12);pointer-events:none}.pricing-shell{position:relative;z-index:2;background:#ffffff1a;border:1px solid rgba(255,255,255,.18);box-shadow:0 30px 90px #00000040;backdrop-filter:blur(26px);-webkit-backdrop-filter:blur(26px);border-radius:34px;padding:38px 30px 32px}.pricing-badge{display:inline-flex;align-items:center;gap:8px;background:#fdb82129;border:1px solid rgba(253,184,33,.32);color:#ffd66a;padding:8px 15px;border-radius:999px;font-size:13px;font-weight:900;margin-bottom:12px}.pricing-head{text-align:center;max-width:860px;margin:0 auto 28px}.pricing-head h2{font-size:clamp(34px,4.6vw,52px);line-height:1.18;margin:0 0 12px;color:#fff;font-weight:900;letter-spacing:-.6px}.pricing-head h2 span{color:#ffd66a;text-shadow:0 10px 34px rgba(253,184,33,.26)}.pricing-head p{color:#ffffffc2;line-height:1.8;margin:0}.pricing-proof{display:flex;justify-content:center;gap:10px;flex-wrap:wrap;margin-top:16px;color:#ffffffe0;font-size:14px}.pricing-proof span{background:#ffffff1a;border:1px solid rgba(255,255,255,.12);padding:7px 12px;border-radius:999px}.pricing-toolbar{display:flex;justify-content:center;margin-bottom:26px}.pricing-toggle{background:#ffffff29;border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:6px;display:flex;gap:6px;box-shadow:0 12px 30px #0000001f;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.pricing-toggle button{border:0;background:transparent;padding:11px 22px;border-radius:999px;font-weight:900;color:#ffffffc7;cursor:pointer}.pricing-toggle button.active{background:linear-gradient(135deg,#fdb821,#ffd66a);color:var(--purple-dark);box-shadow:0 10px 24px #fdb82140}.pricing-window{position:relative;overflow:hidden;padding:18px 58px 26px}.pricing{display:flex;gap:20px;transition:.45s;align-items:stretch}.pricing-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:4;width:44px;height:44px;border-radius:50%;border:1px solid rgba(255,255,255,.28);background:#ffffff2e;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 10px 28px #0000002e;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.pricing-arrow:hover{background:#ffffff47}.pricing-arrow.prev{left:8px}.pricing-arrow.next{right:8px}.price-card{position:relative;flex:0 0 calc((100% - 60px)/4);min-width:0;min-height:350px;padding:26px 20px 22px;border-radius:24px;background:#ffffffe6;border:1px solid rgba(255,255,255,.58);box-shadow:0 20px 50px #0000002e;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-direction:column;transition:.25s;overflow:hidden}.price-card:hover{transform:translateY(-5px);box-shadow:0 28px 70px #0000003d}.price-card.best{background:linear-gradient(180deg,#fffffffa,#fff8e6fa);border:2px solid var(--gold);box-shadow:0 0 0 5px #fdb8211f,0 26px 70px #fdb82133}.price-card.best:hover{transform:translateY(-5px)}.price-card.best:after{content:"BEST SELLER";position:absolute;top:14px;right:14px;background:linear-gradient(135deg,#fdb821,#ff8a18);color:var(--purple-dark);font-size:10px;font-weight:900;padding:6px 10px;border-radius:999px;letter-spacing:.3px;box-shadow:0 8px 18px #fdb82147}.plan-meta{font-size:11px;font-weight:900;color:var(--purple);margin-bottom:10px;text-transform:uppercase;letter-spacing:.3px}.plan{font-size:24px;font-weight:900;color:var(--purple-dark);margin-bottom:8px}.desc{font-size:12px;color:#62566f;line-height:1.55;min-height:42px}.price{font-size:42px;font-weight:900;color:#2f2851;margin:10px 0 8px;letter-spacing:-.8px}.price.free{color:#aaa6bf}.price span{font-size:12px;color:#8b8198}.save-note{display:none;color:var(--green);font-size:12px;font-weight:900}.plan-features{list-style:none;padding:14px 0 0;margin:14px 0 18px;border-top:1px solid rgba(76,42,134,.1);display:grid;gap:9px;font-size:12px;color:#554963}.plan-features li:before{content:"✓";color:var(--gold);font-weight:900;margin-right:6px}.price-card .btn{margin-top:auto;width:100%;background:linear-gradient(135deg,#fdb821,#ffd66a);color:var(--purple-dark);box-shadow:0 10px 24px #fdb82142}.price-card.best .btn{background:linear-gradient(135deg,#fdb821,#ff8a18);color:var(--purple-dark);box-shadow:0 12px 30px #fdb82157}.pricing-guarantee{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;margin:8px 0 0;color:#ffffffe0;font-size:14px}.pricing-guarantee span{display:inline-flex;gap:6px;align-items:center;background:#ffffff17;border:1px solid rgba(255,255,255,.12);padding:8px 12px;border-radius:999px}.pricing-help{margin:26px auto 0;max-width:780px;text-align:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);border-radius:22px;padding:18px;color:#ffffffdb}.pricing-help strong{color:#fff}.pricing-help .btn{margin-top:12px}.news-section{position:relative;background:linear-gradient(135deg,#fff,#faf7ff 58%,#fffaf0);overflow:hidden;padding:52px 0}.news-section:before{content:"";position:absolute;left:-150px;top:0;width:330px;height:330px;border-radius:50%;background:radial-gradient(circle,rgba(76,42,134,.08),transparent 70%)}.news-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:20px}.news-head h2{font-size:clamp(26px,3.2vw,38px);line-height:1.25;margin:0;color:var(--purple-dark);font-weight:800}.news-head p{margin:6px 0 0;color:#6f7480;line-height:1.7;max-width:620px;font-size:14px}.news-arrows{display:flex;gap:8px;flex:0 0 auto}.news-arrow-btn{width:38px;height:38px;border-radius:50%;border:1px solid rgba(76,42,134,.16);background:#fff;color:var(--purple);font-size:22px;cursor:pointer;box-shadow:0 8px 20px #24113f12;transition:.22s}.news-arrow-btn:hover{transform:translateY(-2px);background:var(--purple);color:#fff}.news-window{overflow:hidden;position:relative}.news-track{display:flex;gap:18px;transition:.42s ease;align-items:stretch}.news-card{flex:0 0 calc((100% - 36px)/3);background:#fffffff0;border:1px solid rgba(76,42,134,.08);border-radius:20px;overflow:hidden;box-shadow:0 12px 32px #24113f12;display:flex;flex-direction:column;transition:.25s}.news-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px #24113f1c}.news-thumb{height:145px;position:relative;overflow:hidden;background:#eee}.news-thumb img{width:100%;height:100%;object-fit:cover;transition:.35s}.news-card:hover .news-thumb img{transform:scale(1.05)}.news-tag{position:absolute;left:12px;top:12px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;border-radius:999px;padding:5px 10px;font-size:11px;font-weight:700}.news-tag.tag-accounting{background:linear-gradient(135deg,var(--purple),var(--purple-dark))}.news-body{padding:14px 16px 16px}.news-date{font-size:11px;color:#8a8496;font-weight:600;margin-bottom:6px}.news-body h3{font-size:16px;line-height:1.45;margin:0 0 8px;color:var(--purple-dark);font-weight:700}.news-body p{display:none}.news-read{color:var(--purple);font-weight:800;font-size:13px}.news-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.news-dots span{width:7px;height:7px;border-radius:50%;background:#4c2a862e}.news-dots span.active{width:20px;border-radius:99px;background:var(--purple)}.faq-section{background:linear-gradient(135deg,#fff,#fbf8ff 58%,#fff7df);position:relative;overflow:hidden}.faq-section:before{content:"";position:absolute;right:-140px;top:-160px;width:420px;height:420px;border-radius:50%;background:radial-gradient(circle,rgba(76,42,134,.11),transparent 70%)}.faq-layout{position:relative;z-index:2;display:grid;grid-template-columns:.78fr 1.22fr;gap:34px;align-items:start}.faq-aside{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;border-radius:30px;padding:34px;box-shadow:var(--shadow);position:sticky;top:100px}.faq-aside .faq-badge{display:inline-flex;background:#fdb82129;color:var(--gold);padding:7px 13px;border-radius:999px;font-size:13px;font-weight:900;margin-bottom:14px}.faq-aside h2{font-size:clamp(28px,3vw,40px);line-height:1.3;color:#fff;margin:0 0 12px}.faq-aside p{color:#ffffffc7;line-height:1.8}.faq-aside .faq-contact{margin-top:18px;padding:16px;border-radius:18px;background:#ffffff17;border:1px solid rgba(255,255,255,.12);font-size:14px;line-height:1.8}.faq-grid{display:grid;gap:14px}.faq-item{background:#fffffff5;border:1px solid rgba(76,42,134,.09);border-radius:20px;overflow:hidden;cursor:pointer;box-shadow:0 12px 34px #24113f0f;transition:.25s}.faq-item:hover{transform:translateY(-2px);box-shadow:0 18px 44px #24113f1a}.faq-item.active{border-color:#4c2a8638}.faq-item h3{margin:0;padding:20px 22px;color:var(--purple-dark);font-size:16px;line-height:1.55;display:flex;justify-content:space-between;gap:14px;align-items:center}.faq-item h3:after{content:"+";width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#4c2a8614;color:var(--purple-dark);font-size:20px;font-weight:900;flex:0 0 auto}.faq-item.active h3:after{content:"−";background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff}.faq-item p{margin:0;padding:0 22px 20px;color:var(--muted);font-size:14px;line-height:1.8;display:none}.faq-item.active p{display:block}.support-hero{background:#f3f4f6}.support-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:40px;align-items:center}.support-copy h2{font-size:42px;line-height:1.4;color:#374151;margin:0 0 14px;font-weight:800}.support-copy p{color:#6b7280;line-height:1.8}.support-contact{display:grid;gap:10px;margin-top:14px}.support-image{border-radius:14px;overflow:hidden;box-shadow:0 18px 45px #24113f1f}.support-image img{width:100%;height:100%;object-fit:cover}footer{position:relative;overflow:hidden;background:radial-gradient(circle at 0% 0%,rgba(253,184,33,.14),transparent 28%),radial-gradient(circle at 100% 15%,rgba(124,74,188,.2),transparent 34%),linear-gradient(135deg,#23101f,#2a1150 38%,#190830);color:#fff;padding:70px 0 30px}.footer-wrap{position:relative;z-index:2}.footer-top{display:flex;justify-content:space-between;align-items:center;gap:22px;flex-wrap:wrap;padding-bottom:30px;margin-bottom:42px;border-bottom:1px solid rgba(255,255,255,.14)}.footer-trust{display:flex;gap:14px;flex-wrap:wrap}.footer-trust span{display:inline-flex;align-items:center;gap:10px;background:#ffffff17;border:1px solid rgba(255,255,255,.18);padding:12px 18px;border-radius:999px;font-size:14px;font-weight:800;color:#ffffffe0;box-shadow:inset 0 1px #ffffff0f}.footer-trust svg{width:18px;height:18px;color:var(--gold)}.footer-rating{font-size:16px;color:#ffffffeb;font-weight:800;white-space:nowrap}.footer-rating .star{color:var(--gold);filter:drop-shadow(0 0 8px rgba(253,184,33,.35))}.footer-grid{display:grid;grid-template-columns:1.24fr .75fr .75fr 1.2fr;gap:54px;align-items:start;margin-bottom:54px}.footer-logo-row{display:flex;align-items:center;gap:14px;margin-bottom:22px}.footer-logo-mark{width:56px;height:56px;border-radius:20px;display:grid;place-items:center;background:linear-gradient(135deg,#6c22c7,#38146d);box-shadow:0 18px 34px #6c22c747,inset 0 1px #ffffff2e}.footer-logo-mark svg{width:34px;height:34px}.footer-logo-title{font-size:28px;font-weight:900;letter-spacing:-.4px;color:#fff}.footer-brand-text{font-size:17px;line-height:1.85;color:#fffc;max-width:410px;margin:0 0 22px}.footer-company{font-size:14px;color:#ffffff8c;line-height:1.75}.footer-col h4{color:var(--gold);margin:4px 0 20px;font-size:18px;font-weight:900}.footer-col a{display:block;color:#ffffffb8;line-height:1.9;font-size:16px;transition:.2s}.footer-col a:hover{color:#fff;transform:translate(3px)}.footer-app-card{background:linear-gradient(145deg,#ffffff1f,#ffffff0f);border:1px solid rgba(255,255,255,.16);border-radius:30px;padding:22px;box-shadow:0 24px 70px #0000003d,inset 0 1px #ffffff14}.footer-app-title{display:flex;align-items:center;gap:14px;font-size:18px;font-weight:900;color:#fff;margin-bottom:18px}.footer-app-title span{width:48px;height:48px;border-radius:16px;background:var(--gold);color:var(--purple-dark);display:grid;place-items:center;font-size:22px}.footer-app-body{display:grid;grid-template-columns:112px 1fr;gap:18px;align-items:start}.qr-box{width:112px;height:112px;border-radius:18px;background:#fff;padding:10px;display:grid;place-items:center;box-shadow:0 10px 24px #0000002e}.qr-pattern{width:92px;height:92px;background:conic-gradient(#111 25%,transparent 0 50%,#111 0 75%,transparent 0) 0 0/18px 18px,linear-gradient(#111 0,#111 0) 0 0/30px 30px no-repeat,linear-gradient(#111 0,#111 0) 62px 0/30px 30px no-repeat,linear-gradient(#111 0,#111 0) 0 62px/30px 30px no-repeat;background-color:#fff;border:5px solid #fff}.store-buttons{display:grid;gap:10px}.store-btn{height:50px;border-radius:14px;background:#101010;color:#fff;display:flex;align-items:center;gap:10px;padding:0 16px;border:1px solid rgba(255,255,255,.16);font-weight:900;line-height:1.05}.store-btn svg{width:24px;height:24px;fill:currentColor}.store-btn small{display:block;font-size:10px;color:#ffffffb3;font-weight:800}.footer-socials{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}.footer-socials a{width:44px;height:44px;border-radius:16px;display:grid;place-items:center;background:#ffffff1a;border:1px solid rgba(255,255,255,.14);color:#fff;transition:.25s}.footer-socials a:hover{background:var(--gold);color:var(--purple-dark);transform:translateY(-3px)}.footer-socials svg{width:20px;height:20px;fill:currentColor}.line-add-btn{margin-top:18px;width:100%;height:62px;border-radius:16px;background:#06c755;color:#fff;display:flex;align-items:center;justify-content:center;gap:12px;font-size:18px;font-weight:900;box-shadow:0 16px 34px #06c7553d}.line-add-btn span{width:38px;height:38px;border-radius:50%;background:#fff;color:#06c755;display:grid;place-items:center;font-size:14px;font-weight:900}.footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding-top:28px;display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap;color:#ffffff94;font-size:15px}.footer-bottom-links{display:flex;gap:8px;flex-wrap:wrap}.footer-bottom-links a{color:#ffffffb8}.footer-bottom-links a:hover{color:#fff}.sticky-cta{position:fixed;right:24px;bottom:24px;z-index:998;background:linear-gradient(135deg,#fdb821,#ffd66a);color:var(--purple-dark);box-shadow:0 14px 34px #fdb82159}.cookie-mini{position:fixed;left:50%;bottom:22px;transform:translate(-50%);z-index:1200;display:none;align-items:center;justify-content:space-between;gap:14px;width:min(680px,calc(100% - 32px));background:#fffffffa;border:1px solid rgba(76,42,134,.14);box-shadow:0 18px 50px #24113f2e;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-radius:20px;padding:14px 16px}.cookie-mini.show{display:flex}.cookie-mini-text{font-size:13px;color:#51485f;line-height:1.45}.cookie-mini-text b{color:var(--purple-dark)}.cookie-mini-actions{display:flex;gap:8px;flex:0 0 auto}.cookie-btn{border:0;border-radius:999px;padding:9px 13px;font-weight:800;cursor:pointer;font-family:Sarabun,sans-serif;font-size:13px;transition:.22s}.cookie-btn.primary{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;box-shadow:0 10px 22px #4c2a8638}.cookie-btn.ghost{background:#f3f4f6;color:#6b7280;border:1px solid #e5e7eb}.cookie-btn:hover{transform:translateY(-1px);opacity:.95}.cookie-settings{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1300;background:#10081f7a;display:none;align-items:center;justify-content:center;padding:18px}.cookie-settings.show{display:flex}.cookie-panel{width:min(520px,100%);background:#fff;border-radius:22px;box-shadow:0 28px 90px #10081f47;overflow:hidden}.cookie-panel-head{padding:20px 22px;background:linear-gradient(135deg,#fbf8ff,#fff);border-bottom:1px solid var(--line)}.cookie-panel-head h3{margin:0 0 6px;color:var(--purple-dark);font-size:20px}.cookie-panel-head p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.cookie-options{padding:10px 22px}.cookie-option{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(76,42,134,.1)}.cookie-option:last-child{border-bottom:0}.cookie-option b{color:var(--purple-dark);font-size:14px}.cookie-option small{display:block;color:var(--muted);line-height:1.5;margin-top:3px}.cookie-switch{width:46px;height:26px;border-radius:999px;background:#d8d4e0;position:relative;cursor:pointer;flex:0 0 auto}.cookie-switch:before{content:"";position:absolute;width:22px;height:22px;border-radius:50%;background:#fff;top:2px;left:2px;transition:.22s}.cookie-switch.active{background:var(--purple)}.cookie-switch.active:before{left:22px}.cookie-switch.locked{opacity:.65;cursor:not-allowed}.cookie-panel-actions{display:flex;justify-content:flex-end;gap:8px;padding:16px 22px;background:#fbf9ff;border-top:1px solid var(--line)}@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr}.footer-app-card{grid-column:1/-1}.footer-app-body{grid-template-columns:112px 1fr}}@media(max-width:980px){.news-card{flex-basis:calc((100% - 22px)/2)}.news-head{align-items:flex-start;flex-direction:column}.mobile-menu-btn{display:grid;place-items:center}.menu{position:absolute;left:20px;right:20px;top:78px;display:none;flex-direction:column;background:#fff;border:1px solid var(--line);border-radius:20px;padding:14px;box-shadow:0 18px 50px #24113f24}.menu.show{display:flex}.menu a{padding:10px 12px;border-radius:12px}.menu a:hover{background:#f7f2ff}.nav-actions .btn-outline{display:none}.hero-grid,.video-layout,.roles,.function-showcase,.faq-layout,.support-wrap{grid-template-columns:1fr}.grid-4,.footer-grid{grid-template-columns:repeat(2,1fr)}.price-card{flex-basis:calc((100% - 20px)/2)}.hero-visual{height:340px}.function-showcase.alt .function-visual,.function-showcase.alt .function-copy{order:initial}.support-copy h2{font-size:34px}}@media(max-width:640px){.news-card{flex-basis:100%}.news-thumb{height:190px}.news-head h2{font-size:30px}.news-arrows{width:100%;justify-content:flex-end}.footer-grid{grid-template-columns:1fr;gap:30px}.footer-trust span{width:100%;justify-content:flex-start}.footer-app-body{grid-template-columns:1fr}.qr-box{width:100%;height:auto;aspect-ratio:1/1;max-width:180px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-logo-title{font-size:24px}.footer-brand-text{font-size:15px}.one-line-title{white-space:normal}.container{width:min(100% - 28px,1180px)}section{padding:42px 0}.nav-inner{height:68px}.menu{top:68px;left:14px;right:14px}.brand{font-size:19px}.brand-logo{height:34px;max-width:155px}.brand-mark{width:38px;height:38px;border-radius:14px}.brand-text strong{font-size:19px}.brand-text small{font-size:9px}.nav-actions .btn-gold,.nav-actions .btn{padding:8px 12px;font-size:12px}.grid-4,.footer-grid,.trust-grid{grid-template-columns:1fr}.trust-mid{border:0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0}.hero{padding-top:30px}.hero h1{font-size:32px}.hero-sub{font-size:15px}.hero-visual{height:260px;border-radius:18px}.hero-actions .btn,.video-actions .btn{width:100%}.video-panel{min-height:240px;border-radius:18px}.function-tabs{justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;width:100%;border-radius:18px;-webkit-overflow-scrolling:touch}.function-tab{flex:0 0 auto}.function-visual{height:230px}.pricing-shell{padding:26px 14px 24px;border-radius:24px}.pricing-window{padding:16px 46px 20px}.price-card{flex-basis:100%;min-height:auto}.function-showcase{padding:16px;border-radius:24px}.function-copy{padding:4px}.function-copy p{font-size:14px}.function-copy p:after{font-size:12px}.pricing-arrow{width:38px;height:38px}.faq-aside{padding:24px;border-radius:22px}.support-copy h2{font-size:28px}.footer-top{align-items:flex-start}.sticky-cta{left:14px;right:14px;bottom:14px;justify-content:center}.cookie-mini{bottom:18px;align-items:flex-start;flex-direction:column;padding:14px;width:calc(100% - 28px);border-radius:18px}.cookie-mini-actions{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr}.cookie-mini-actions .cookie-btn{width:100%;padding:10px 8px}.cookie-panel{max-height:90vh;overflow:auto}.cookie-panel-actions{flex-direction:column}.cookie-panel-actions .cookie-btn{width:100%}}#pricing{padding:68px 0;background:radial-gradient(circle at 12% 8%,rgba(253,184,33,.22),transparent 24%),radial-gradient(circle at 88% 4%,rgba(124,74,188,.3),transparent 26%),linear-gradient(135deg,#120821,#2b1452 54%,#160927)}#pricing:before{display:none}.pricing-shell{background:transparent;border:0;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;border-radius:0;padding:0}.pricing-head{margin-bottom:24px}.pricing-badge{background:#fdb82124;border:1px solid rgba(253,184,33,.3);padding:7px 14px;font-size:12px}.pricing-head h2{font-size:clamp(32px,4.1vw,48px);margin-bottom:10px}.pricing-proof{margin-top:14px}.pricing-proof span{padding:7px 12px;background:#ffffff14}.pricing-toolbar{margin-bottom:22px}.pricing-window{padding:16px 56px 24px;overflow:hidden}.pricing{gap:20px}.pricing-arrow{width:42px;height:42px;background:#ffffff24}.price-card{flex:0 0 calc((100% - 60px)/4);min-width:0;min-height:356px;padding:26px 22px 22px;border-radius:28px;background:#fffffff5;border:1px solid rgba(255,255,255,.62);box-shadow:0 20px 54px #0000002e;backdrop-filter:none;-webkit-backdrop-filter:none}.price-card:hover{transform:translateY(-6px)}.price-card.best{transform:none;background:linear-gradient(180deg,#fff,#fff8e6);border:2px solid var(--gold);box-shadow:0 0 0 5px #fdb82121,0 24px 64px #fdb8212e}.price-card.best:hover{transform:translateY(-6px)}.plan{font-size:23px}.price{font-size:40px}.price-card .btn{background:linear-gradient(135deg,#fdb821,#ffd66a);color:var(--purple-dark);box-shadow:0 10px 24px #fdb82147}.pricing-guarantee{margin-top:4px}.pricing-help{margin-top:20px;max-width:720px;padding:16px;border-radius:20px;background:#ffffff14}.pricing-help .btn{margin-top:10px}footer{padding:46px 0 22px}.footer-top{gap:14px;padding-bottom:18px;margin-bottom:28px}.footer-trust{gap:8px}.footer-trust span{gap:7px;padding:8px 12px;font-size:12px}.footer-trust svg{width:15px;height:15px}.footer-rating{font-size:13px}.footer-grid{grid-template-columns:1.15fr .65fr .65fr 1fr;gap:34px;margin-bottom:32px}.footer-logo-row{gap:11px;margin-bottom:14px}.footer-logo-mark{width:44px;height:44px;border-radius:16px}.footer-logo-mark svg{width:28px;height:28px}.footer-logo-title{font-size:23px}.footer-brand-text{font-size:14.5px;line-height:1.7;max-width:350px;margin-bottom:14px}.footer-company{font-size:12.5px;line-height:1.6}.footer-col h4{font-size:15px;margin:2px 0 12px}.footer-col a{font-size:14px;line-height:1.72}.footer-app-card{border-radius:22px;padding:16px;max-width:380px;margin-left:auto}.footer-app-title{gap:10px;font-size:15px;margin-bottom:12px}.footer-app-title span{width:38px;height:38px;border-radius:13px;font-size:18px}.footer-app-body{grid-template-columns:88px 1fr;gap:12px}.qr-box{width:88px;height:88px;border-radius:14px;padding:8px}.qr-pattern{width:70px;height:70px;background:conic-gradient(#111 25%,transparent 0 50%,#111 0 75%,transparent 0) 0 0/14px 14px,linear-gradient(#111 0,#111 0) 0 0/23px 23px no-repeat,linear-gradient(#111 0,#111 0) 47px 0/23px 23px no-repeat,linear-gradient(#111 0,#111 0) 0 47px/23px 23px no-repeat;background-color:#fff;border:4px solid #fff}.store-buttons{gap:8px}.store-btn{height:38px;border-radius:12px;padding:0 12px;font-size:12px;gap:8px}.store-btn svg{width:19px;height:19px}.store-btn small{font-size:8px}.footer-socials{gap:8px;margin-top:12px}.footer-socials a{width:36px;height:36px;border-radius:13px}.footer-socials svg{width:17px;height:17px}.line-add-btn{height:48px;border-radius:14px;font-size:15px;margin-top:12px}.line-add-btn span{width:31px;height:31px;font-size:11px}.footer-bottom{padding-top:18px;font-size:13px}.footer-bottom-links{gap:6px}@media(max-width:1080px){.price-card{flex-basis:calc((100% - 40px)/3)}.footer-grid{grid-template-columns:1fr 1fr;gap:28px}.footer-app-card{margin-left:0;max-width:100%}}@media(max-width:980px){.news-card{flex-basis:calc((100% - 22px)/2)}.news-head{align-items:flex-start;flex-direction:column}.price-card{flex-basis:calc((100% - 20px)/2)}footer{padding:40px 0 20px}.footer-top{margin-bottom:24px}.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.news-card{flex-basis:100%}.news-thumb{height:190px}.news-head h2{font-size:30px}.news-arrows{width:100%;justify-content:flex-end}#pricing{padding:46px 0}.pricing-window{padding:14px 46px 20px}.price-card{flex-basis:100%;padding:24px 20px}.pricing-guarantee span{width:100%;justify-content:center}.pricing-help{text-align:center}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-app-body{grid-template-columns:86px 1fr}.footer-top{align-items:flex-start}.footer-trust span{font-size:11px;padding:7px 10px}.footer-rating{font-size:12px}.footer-bottom{align-items:flex-start;flex-direction:column}.footer-bottom-links{line-height:1.8}}body{font-family:IBM Plex Sans Thai,sans-serif;font-weight:400;color:#2b2540;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.nav,.menu,.brand,.nav-actions,.mobile-menu-btn,.btn,button{font-family:Sarabun,sans-serif}h1,h2,h3,.section-head h2,.hero h1,.pricing-head h2,.news-head h2{font-weight:700;letter-spacing:-.02em;color:#231942}.hero h1,.pricing-head h2{font-weight:700}p,li,.hero-sub,.section-head p,.function-copy p,.news-body p,.faq-item p{font-weight:400;color:#6f7484;line-height:1.85}.btn,.function-tab,.plan,.price,.trust-number{font-weight:700}.news-section{background:linear-gradient(135deg,#fff,#fbf8ff 48%,#fff9ea)}.news-head{align-items:flex-end;border-bottom:1px solid rgba(76,42,134,.1);padding-bottom:22px}.news-head h2{font-size:clamp(30px,3.8vw,44px);font-weight:700;color:#231942}.news-head p{color:#6f7484;font-size:16px;line-height:1.85;max-width:720px}.news-card{background:#fffffff5;border-color:#4c2a8614;box-shadow:0 16px 42px #24113f12}.news-body h3{font-size:19px;font-weight:600;line-height:1.55;color:#2b2540;letter-spacing:-.01em}.news-body p{font-size:14px;color:#6f7484;line-height:1.85}.news-date{font-weight:500;color:#8a8f9e}.news-read{font-weight:700;color:var(--purple)}.news-tag{font-family:Sarabun,sans-serif;font-weight:700;letter-spacing:0;background:linear-gradient(135deg,var(--purple),var(--purple-dark))}.news-tag.tag-tax{background:linear-gradient(135deg,#fdb821,#ff9b3d);color:#24113f}.news-tag.tag-finance{background:linear-gradient(135deg,#2563eb,#38bdf8)}.news-tag.tag-business{background:linear-gradient(135deg,#16a34a,#86efac);color:#0f2f1b}@media(max-width:980px){.news-card{flex-basis:calc((100% - 18px)/2)}.news-thumb{height:135px}.news-head{align-items:flex-start}}@media(max-width:640px){.news-section{padding:40px 0}.news-head{flex-direction:column;gap:12px;margin-bottom:16px}.news-arrows{width:100%;justify-content:flex-end}.news-card{flex-basis:100%}.news-thumb{height:138px}.news-body h3{font-size:15px}.news-body{padding:13px 14px 15px}}.hero-slider{position:relative;height:420px;border-radius:28px;overflow:hidden;background:#120821;box-shadow:0 24px 70px #24113f2e}.hero-slide-track{height:100%;display:flex;transition:transform .65s cubic-bezier(.2,.8,.2,1);will-change:transform}.hero-slide{position:relative;flex:0 0 100%;height:100%;overflow:hidden}.hero-slide img{width:100%;height:100%;object-fit:cover;display:block;transform:scale(1.02)}.hero-slide:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#120821d1,#24113f73 45%,#24113f14)}.hero-slide-content{position:absolute;left:28px;bottom:28px;right:24px;z-index:2;color:#fff;max-width:390px}.hero-slide-content .slide-kicker{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border-radius:999px;background:#fdb8212e;border:1px solid rgba(253,184,33,.26);color:#ffd66a;font-size:12px;font-weight:800;margin-bottom:12px}.hero-slide-content h3{margin:0 0 8px;font-size:26px;line-height:1.3;color:#fff;font-weight:800;letter-spacing:-.02em}.hero-slide-content p{margin:0;color:#ffffffd1;font-size:14px;line-height:1.7}.hero-slide-nav,.hero-slide-btn{display:none}.hero-slide-dots{position:absolute;left:28px;top:24px;z-index:4;display:flex;gap:8px}.hero-slide-dots button{width:8px;height:8px;border-radius:99px;border:0;background:#ffffff6b;padding:0;cursor:pointer;transition:.25s}.hero-slide-dots button.active{width:28px;background:var(--gold)}@media(max-width:980px){.hero-slider{height:340px}.hero-slide-content h3{font-size:24px}}@media(max-width:640px){.hero-slider{height:300px;border-radius:20px}.hero-slide-content{left:18px;bottom:20px;right:18px}.hero-slide-content h3{font-size:21px}.hero-slide-content p{font-size:13px}.hero-slide-dots{left:18px;top:18px}}.ai-chat-panel{background:linear-gradient(135deg,#24113f,#4c2a86)}.ai-real-chat{padding:0;overflow:hidden;background:#f7f8fb;border:1px solid rgba(255,255,255,.18);min-height:430px;color:var(--text)}.ai-chat-header{height:62px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 18px;background:#fffffff5;border-bottom:1px solid rgba(76,42,134,.1)}.ai-chat-header b{display:block;color:var(--purple-dark);font-size:15px}.ai-chat-header small{display:block;color:#7b8190;font-size:11px;margin-top:2px}.ai-chat-header span{display:inline-flex;align-items:center;gap:6px;color:var(--green);font-size:12px;font-weight:900;background:#2f8f5714;padding:6px 10px;border-radius:999px}.ai-chat-header span:before{content:"";width:7px;height:7px;border-radius:50%;background:#34c759}.ai-chat-messages{padding:18px;display:flex;flex-direction:column;gap:12px;min-height:292px;max-height:338px;overflow:hidden;background:linear-gradient(180deg,#f8f7ff,#fff)}.ai-message{display:flex;gap:10px;align-items:flex-end;animation:aiFadeUp .28s ease both}.ai-message.user{justify-content:flex-end}.ai-message.bot{justify-content:flex-start}.ai-message .avatar{width:32px;height:32px;border-radius:12px;display:grid;place-items:center;font-weight:900;font-size:12px;flex:0 0 auto}.ai-message.bot .avatar{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff}.ai-message.user .avatar{display:none}.ai-message-bubble{max-width:82%;border-radius:20px;padding:12px 14px;font-size:13.5px;line-height:1.65;box-shadow:0 10px 24px #24113f0f}.ai-message.user .ai-message-bubble{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;border-bottom-right-radius:7px}.ai-message.bot .ai-message-bubble{background:#fff;color:#4b5262;border:1px solid rgba(76,42,134,.08);border-bottom-left-radius:7px}.ai-message-bubble strong{display:block;color:var(--purple-dark);font-size:13px;margin-bottom:3px}.ai-message-bubble .big-number{display:block;font-size:26px;line-height:1.15;font-weight:900;color:var(--purple-dark);margin:5px 0}.ai-message-bubble .positive{display:inline-flex;color:var(--green);font-weight:900;font-size:12px;background:#2f8f5714;padding:5px 9px;border-radius:999px;margin:4px 0 8px}.ai-message-bubble ul{margin:8px 0 0;padding-left:18px}.ai-message-bubble li{margin:3px 0}.ai-thinking{display:inline-flex;align-items:center;gap:5px;color:#7b8190}.ai-thinking:after{content:"";width:6px;height:6px;border-radius:50%;background:var(--gold);box-shadow:10px 0 #fdb821b3,20px 0 #fdb82166;animation:aiDots 1s infinite}.ai-chat-input{display:flex;align-items:center;gap:10px;margin:0 14px 14px;padding:10px 10px 10px 14px;background:#fff;border:1px solid rgba(76,42,134,.1);border-radius:999px;box-shadow:0 12px 28px #24113f12}.ai-chat-input span{flex:1;color:#5f6472;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ai-chat-input button{border:0;border-radius:999px;background:linear-gradient(135deg,#fdb821,#ffd66a);color:var(--purple-dark);font-weight:900;padding:9px 14px;cursor:pointer;font-family:inherit}.ai-chat-panel .ai-panel-title strong{color:#fff;text-shadow:0 2px 12px rgba(0,0,0,.22)}.ai-chat-panel .ai-status{background:#ffffff24;color:#fff}.ai-chat-panel .ai-status:before{background:#40d46b}.ai-real-chat{background:#f7f6fb!important;border-radius:28px!important;padding:0!important;overflow:hidden;border:1px solid rgba(255,255,255,.22)!important;box-shadow:0 24px 60px #00000038}.ai-chat-messages{padding:18px;display:flex;flex-direction:column;gap:12px;min-height:300px;max-height:370px;overflow:hidden;background:linear-gradient(180deg,#f8f7ff,#fff)}.ai-message-bubble .answer-source{display:inline-flex;align-items:center;gap:6px;margin-bottom:7px;padding:5px 9px;border-radius:999px;background:#4c2a8614;color:var(--purple);font-size:11px;font-weight:900}.ai-message-bubble .answer-source:before{content:"AI";display:grid;place-items:center;width:20px;height:20px;border-radius:7px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;font-size:9px}.ai-next-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.ai-next-actions button{border:1px solid rgba(76,42,134,.13);background:#fff;color:var(--purple);border-radius:999px;padding:7px 10px;font-size:11px;font-weight:800;cursor:pointer;font-family:inherit;transition:.2s}.ai-next-actions button:hover{background:var(--purple);color:#fff;transform:translateY(-1px)}.ai-chat-input button{box-shadow:0 8px 20px #fdb82140}@keyframes aiFadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(max-width:980px){.ai-interactive,.ai-actions{grid-template-columns:1fr}.ai-assistant-section{padding:60px 0}.ai-answer-panel{order:2}.ai-question-panel{order:1}.ai-chat-window{min-height:340px}}@media(max-width:640px){.ai-assistant-section{padding:48px 0}.ai-question-panel,.ai-answer-panel{padding:18px;border-radius:24px}.ai-question{padding:12px}.ai-chat-window{min-height:320px;padding:14px}.ai-bubble{max-width:92%;font-size:13px}.ai-answer-card b{font-size:28px}.ai-head p{font-size:15px}.ai-actions{grid-template-columns:1fr}.ai-cta .btn{width:100%}}.brand-logo-link{min-width:178px;gap:0}.brand-logo-main{display:block;width:178px;height:auto;max-height:42px;object-fit:contain}.nav .brand-logo-main{filter:none}.footer-logo-row{margin-bottom:14px}.footer-logo-official{display:block;width:190px;height:auto;max-height:46px;object-fit:contain;filter:none;background:#fff;border-radius:14px;padding:8px 12px;box-shadow:0 12px 28px #00000029}.ai-assistant-section{background:linear-gradient(180deg,#fbfaff,#f7f8fc 58%,#fffaf0)!important;color:#232b3a}.ai-head h2{color:#231942!important}.ai-head h2 span{color:var(--purple)!important}.ai-head p{color:#6b7280!important}.ai-interactive{align-items:start}.ai-question-panel,.ai-answer-panel{background:#ffffffe0!important;border:1px solid rgba(76,42,134,.1)!important;box-shadow:0 18px 48px #24113f14!important;color:#232b3a!important}.ai-question-panel{background:linear-gradient(180deg,#fff,#fbf9ff)!important}.ai-answer-panel{background:linear-gradient(180deg,#fff,#f6f2ff)!important;overflow:visible!important}.ai-answer-panel .ai-panel-title strong{color:var(--purple-dark)!important;text-shadow:none!important}.ai-answer-panel .ai-status{background:#4c2a8612!important;color:var(--purple)!important}.ai-real-chat{background:#f7f8fc!important;border:1px solid rgba(76,42,134,.1)!important;box-shadow:0 18px 44px #24113f14!important;border-radius:26px!important;min-height:0!important;max-width:100%;overflow:hidden!important}.ai-chat-header{height:auto!important;min-height:58px;background:#fff!important;padding:13px 16px!important;border-bottom:1px solid #e8eaf2!important}.ai-chat-header b{color:#232b3a!important}.ai-chat-header span{background:#eefaf2!important;color:#2f8f57!important}.ai-chat-messages{background:linear-gradient(180deg,#f7f8fc,#fff)!important;min-height:0!important;max-height:420px!important;overflow-y:auto!important;padding:16px!important;scrollbar-width:thin}.ai-message{align-items:flex-start!important}.ai-message-bubble{max-width:min(78%,560px)!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;font-size:13px!important;line-height:1.7!important;padding:12px 14px!important}.ai-message.user .ai-message-bubble{background:#ebe7ff!important;color:#2c1a4a!important;border:1px solid rgba(76,42,134,.1)!important;border-bottom-right-radius:7px!important}.ai-message.bot .ai-message-bubble{background:#fff!important;color:#4b5262!important;border:1px solid #e7eaf3!important;border-bottom-left-radius:7px!important}.ai-message-bubble .answer-source{background:#f0ebff!important;color:var(--purple)!important}.ai-message-bubble .big-number{font-size:clamp(22px,3vw,32px)!important;color:var(--purple-dark)!important;line-height:1.15!important}.ai-message-bubble strong{color:#232b3a!important}.ai-message-bubble ul{padding-left:16px!important;margin-top:8px!important}.ai-next-actions{gap:6px!important}.ai-next-actions button{background:#f7f8fc!important;border:1px solid #e3e6ef!important;color:#4c2a86!important;padding:7px 9px!important;font-size:11px!important;max-width:100%;white-space:normal;text-align:left}.ai-next-actions button:hover{background:#4c2a86!important;color:#fff!important}.ai-chat-input{background:#fff!important;border:1px solid #e4e7f0!important;box-shadow:0 10px 26px #24113f0f!important;margin:0 14px 14px!important}.ai-chat-input span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#6b7280!important}.ai-chat-input button{background:linear-gradient(135deg,#fdb821,#ffd66a)!important;color:var(--purple-dark)!important;box-shadow:0 8px 20px #fdb82133!important}@media(max-width:640px){.brand-logo-link{min-width:138px}.brand-logo-main{width:138px;max-height:36px}.footer-logo-official{width:166px}.ai-chat-messages{max-height:460px!important}.ai-message-bubble{max-width:88%!important;font-size:12.8px!important}.ai-chat-input{border-radius:20px!important;align-items:flex-start}.ai-chat-input span{white-space:normal;line-height:1.45}.ai-chat-input button{flex:0 0 auto}}.ai-assistant-section{background:linear-gradient(180deg,#fbfaff,#f7f8fc 60%,#fffaf2)!important}.ai-head p{max-width:760px!important;color:#667085!important}.ai-question-panel{border-radius:28px!important}.ai-answer-panel.ai-chat-panel{border-radius:32px!important;background:linear-gradient(180deg,#fff,#f7f4ff)!important;padding:22px!important}.ai-real-chat{border-radius:26px!important;background:#f8f9fc!important}.ai-chat-header{border-radius:22px 22px 0 0!important}.ai-chat-messages{padding:18px!important}.ai-message{margin-bottom:12px!important}.ai-message-bubble{box-shadow:0 8px 22px #24113f0d!important}.ai-message.user .ai-message-bubble{background:#ede8ff!important}.ai-message.bot .ai-message-bubble{background:#fff!important}.ai-message-bubble .answer-source{font-size:12px!important}.ai-message-bubble .positive{display:inline-flex;margin:4px 0 8px;padding:5px 10px;border-radius:999px;background:#ecfdf3;color:#2f8f57!important;font-weight:900!important}.ai-next-actions button,.ai-chat-input,.ai-chat-input button{border-radius:999px!important}.interview-section{position:relative;overflow:hidden;background:linear-gradient(180deg,#fff,#fbf8ff);padding:58px 0}.interview-section:before{content:"";position:absolute;left:-120px;top:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(76,42,134,.1),transparent 70%)}.interview-shell{position:relative;z-index:2}.interview-carousel{position:relative;display:grid;grid-template-columns:54px 1fr 54px;gap:14px;align-items:center}.interview-window{overflow:hidden;border-radius:30px}.interview-track{display:flex;transition:transform .45s ease}.interview-slide{flex:0 0 100%;padding:4px}.interview-card-large{display:grid;grid-template-columns:.92fr 1.08fr;gap:0;overflow:hidden;background:#fffffff0;border:1px solid rgba(76,42,134,.1);border-radius:30px;box-shadow:0 22px 60px #24113f1a}.interview-media{min-height:330px;position:relative;background:linear-gradient(135deg,#4c2a86db,#24113feb),var(--interview-img) center/cover}.interview-media:after{content:"▶";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:70px;height:70px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#fdb821,#ffd66a);color:#24113f;font-size:28px;font-weight:900;box-shadow:0 18px 40px #00000038}.interview-content{padding:34px 34px 30px;display:flex;flex-direction:column;justify-content:center}.interview-tag{display:inline-flex;width:max-content;background:#f8f5ff;color:#4c2a86;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;margin-bottom:14px}.interview-content h3{margin:0 0 14px;color:#231942;font-size:clamp(24px,2.8vw,34px);line-height:1.28}.interview-quote{margin:0;color:#4b5262;line-height:1.85;font-size:15px}.interview-profile{display:flex;align-items:center;gap:12px;margin-top:22px}.interview-avatar{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#4c2a86,#24113f);color:#ffd66a;font-weight:900}.interview-profile b{display:block;color:#231942;font-size:14px}.interview-profile small{display:block;color:#7b8190;font-size:12px}.interview-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:22px}.interview-stat{border-radius:18px;background:#f8f5ff;padding:13px;text-align:center}.interview-stat b{display:block;color:#4c2a86;font-size:22px}.interview-stat small{color:#7b8190;font-size:12px}.interview-arrow{width:46px;height:46px;border:0;border-radius:50%;background:#fff;color:#4c2a86;font-size:26px;font-weight:900;cursor:pointer;box-shadow:0 12px 28px #24113f1f;transition:.22s}.interview-arrow:hover{transform:translateY(-2px);background:#4c2a86;color:#fff}.interview-dots{display:flex;justify-content:center;gap:9px;margin-top:22px}.interview-dots button{width:9px;height:9px;border-radius:50%;border:0;background:#4c2a8633;cursor:pointer;padding:0}.interview-dots button.active{width:24px;border-radius:999px;background:#4c2a86}@media(max-width:980px){.interview-carousel{grid-template-columns:1fr}.interview-arrow{display:none}.interview-card-large{grid-template-columns:1fr}.interview-media{min-height:240px}.interview-content{padding:26px}.interview-stats{grid-template-columns:repeat(3,1fr)}}@media(max-width:640px){.interview-section{padding:44px 0}.interview-card-large{border-radius:24px}.interview-media{min-height:210px}.interview-content{padding:22px}.interview-content h3{font-size:24px}.interview-stats{grid-template-columns:1fr}.interview-quote{font-size:14px}}.brand-logo-link{display:flex;align-items:center;background:#fffffff0;border:1px solid rgba(76,42,134,.1);border-radius:22px;padding:8px 16px 8px 12px;box-shadow:0 12px 34px #24113f14;overflow:hidden;min-width:190px}.brand-logo-main{height:36px;width:auto;max-width:182px;object-fit:contain;border-radius:14px;display:block}.brand-logo-link:hover{transform:translateY(-1px);box-shadow:0 16px 42px #24113f1f}footer{padding:42px 0 20px!important}.footer-top{padding-bottom:18px!important;margin-bottom:28px!important;gap:14px!important}.footer-trust{gap:9px!important}.footer-trust span{padding:8px 12px!important;font-size:12px!important;gap:7px!important}.footer-trust svg{width:15px!important;height:15px!important}.footer-rating{font-size:13px!important}.footer-grid{grid-template-columns:1.15fr .72fr .72fr 1.05fr!important;gap:34px!important;margin-bottom:30px!important}.footer-logo-row{margin-bottom:12px!important}.footer-logo-img{height:34px!important;max-width:170px!important;filter:none!important;background:#fffffff5;border-radius:14px;padding:6px 10px;box-shadow:0 10px 28px #00000024}.footer-brand-text{font-size:13px!important;line-height:1.65!important;max-width:330px!important;margin-bottom:12px!important}.footer-company{font-size:12px!important;line-height:1.55!important}.footer-col h4{font-size:14px!important;margin:2px 0 12px!important}.footer-col a{font-size:13px!important;line-height:1.75!important}.footer-app-card{border-radius:22px!important;padding:16px!important}.footer-app-title{font-size:14px!important;gap:10px!important;margin-bottom:12px!important}.footer-app-title span{width:34px!important;height:34px!important;border-radius:12px!important;font-size:16px!important}.footer-app-body{grid-template-columns:88px 1fr!important;gap:12px!important}.qr-box{width:88px!important;height:88px!important;border-radius:14px!important;padding:8px!important}.qr-pattern{width:70px!important;height:70px!important;background-size:14px 14px,24px 24px,24px 24px,24px 24px!important;background-position:0 0,0 0,46px 0,0 46px!important}.store-btn{min-height:38px!important;border-radius:12px!important;padding:7px 10px!important;font-size:12px!important}.store-btn svg{width:18px!important;height:18px!important}.store-btn small{font-size:8px!important}.footer-socials{gap:8px!important;margin-top:12px!important}.footer-socials a{width:34px!important;height:34px!important;border-radius:12px!important}.footer-socials svg{width:15px!important;height:15px!important}.line-add-btn{height:44px!important;border-radius:14px!important;font-size:14px!important;margin-top:12px!important}.line-add-btn span{width:28px!important;height:28px!important;font-size:10px!important}.footer-bottom{padding-top:18px!important;font-size:12px!important}.interview-modern{background:linear-gradient(180deg,#fff,#f7fbff 54%,#fbf8ff)!important;padding:58px 0 64px!important}.interview-modern:before{left:auto!important;right:-120px;top:40px;width:380px;height:380px;background:radial-gradient(circle,rgba(83,180,224,.17),transparent 70%)!important}.interview-modern:after{content:"";position:absolute;left:-140px;bottom:-160px;width:360px;height:360px;border-radius:50%;background:radial-gradient(circle,rgba(76,42,134,.1),transparent 70%)}.interview-head{margin-bottom:28px!important}.interview-kicker{display:inline-flex;margin-bottom:10px;padding:7px 14px;border-radius:999px;background:#eaf7ff;color:#249bd1;font-weight:900;font-size:13px}.modern-testimonial{grid-template-columns:48px 1fr 48px!important;gap:18px!important}.interview-window{border-radius:34px!important}.interview-slide{padding:10px!important}.interview-card-large{position:relative;display:grid!important;grid-template-columns:.72fr 1.28fr!important;gap:64px!important;align-items:center;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;overflow:visible!important;min-height:430px}.interview-media-card{position:relative;width:min(360px,100%);margin-left:auto;background:#dff5ff;border-radius:28px;padding:0 0 18px;box-shadow:0 18px 40px #53b4e029}.interview-media-card:after{content:"";position:absolute;right:-26px;bottom:-26px;width:100%;height:88%;border-radius:28px;background:#d7f1fb;z-index:-1}.interview-media-card img{width:100%;height:390px;object-fit:cover;border-radius:28px;box-shadow:0 20px 50px #24113f1f}.interview-media-tag{position:absolute;left:0;top:0;z-index:2;background:#d8f3ff;color:#249bd1;border-radius:28px 0 22px;padding:14px 22px;font-size:18px;font-weight:900}.interview-play{position:absolute;right:20px;bottom:28px;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#ffffffeb;color:#2aa6da;font-size:24px;box-shadow:0 12px 28px #24113f2e}.interview-content{position:relative;padding:12px 10px!important}.quote-mark{position:absolute;left:0;top:-72px;font-size:120px;line-height:1;color:#e7f5ff;font-weight:900;z-index:-1}.interview-content h3{font-size:clamp(30px,3.5vw,48px)!important;line-height:1.32!important;color:#344052!important;font-style:italic;font-weight:900!important;letter-spacing:-.6px;margin-bottom:22px!important}.interview-quote{font-size:0!important;line-height:0!important;margin:0!important}.quote-line{width:56px;height:7px;border-radius:999px;background:linear-gradient(135deg,#2aa6da,#4c2a86);margin:10px 0 34px}.interview-profile{margin-top:0!important}.interview-profile b{font-size:21px!important;color:#344052!important;font-style:italic}.interview-profile small{font-size:17px!important;color:#536071!important;font-style:italic;margin-top:4px}.interview-avatar{display:none!important}.interview-link{display:inline-flex;margin-top:14px;color:#2aa6da;font-size:18px;font-weight:800}.interview-stats,.interview-tag{display:none!important}.interview-arrow{width:46px!important;height:46px!important;background:#dff5ff!important;color:#2aa6da!important;box-shadow:none!important}.interview-arrow:hover{background:#4c2a86!important;color:#fff!important}.interview-dots{margin-top:12px!important}.interview-dots button{width:14px!important;height:14px!important;background:#d7effa!important}.interview-dots button.active{width:14px!important;background:#2aa6da!important}@media(max-width:980px){.brand-logo-link{min-width:auto;padding:7px 12px}.brand-logo-main{height:32px;max-width:158px}.footer-grid{grid-template-columns:1fr 1fr!important;gap:26px!important}.footer-app-body{grid-template-columns:88px 1fr!important}.interview-card-large{grid-template-columns:1fr!important;gap:30px!important;min-height:auto}.interview-media-card{margin:auto}.interview-content{text-align:center!important}.quote-mark{left:50%;transform:translate(-50%)}.quote-line{margin-left:auto;margin-right:auto}.interview-profile{justify-content:center}.interview-arrow{display:grid!important}}@media(max-width:640px){.brand-logo-main{height:30px;max-width:145px}.brand-logo-link{border-radius:18px;padding:6px 10px}.footer-grid{grid-template-columns:1fr!important}.footer-top{align-items:flex-start}.footer-app-card{max-width:360px}.interview-modern{padding:44px 0 50px!important}.modern-testimonial{grid-template-columns:1fr!important}.interview-arrow{display:none!important}.interview-media-card{width:min(280px,100%)}.interview-media-card img{height:300px}.interview-media-tag{font-size:14px;padding:10px 16px}.interview-content h3{font-size:26px!important}.interview-profile b{font-size:17px!important}.interview-profile small{font-size:14px!important}.interview-link{font-size:15px}.quote-mark{font-size:86px;top:-52px}.interview-dots button,.interview-dots button.active{width:10px!important;height:10px!important}}.brand-logo-link{min-width:0!important;height:54px!important;padding:7px 14px!important;border-radius:22px!important;background:#fffffff5!important;border:1px solid rgba(76,42,134,.1)!important;box-shadow:0 12px 32px #24113f14!important;overflow:hidden!important}.brand-logo-main{width:168px!important;height:auto!important;max-height:34px!important;object-fit:contain!important;display:block!important;border-radius:0!important}.footer-logo-row{margin-bottom:10px!important;gap:8px!important}.footer-logo-img.footer-logo-official{width:168px!important;height:auto!important;max-height:36px!important;object-fit:contain!important;filter:none!important;background:#fffffff5!important;border-radius:16px!important;padding:7px 10px!important;box-shadow:0 10px 24px #0000001f!important}.footer-brand-text{margin-top:0!important;margin-bottom:10px!important}.footer-company{margin-top:0!important}.pricing-head h2{white-space:normal!important;color:#ffd66a!important;font-size:clamp(30px,3.8vw,46px)!important;line-height:1.22!important;letter-spacing:-.02em!important}.pricing-head h2 span{color:inherit!important;text-shadow:0 10px 34px rgba(253,184,33,.24)!important}.ai-assistant-section{background:radial-gradient(circle at 9% 12%,rgba(76,42,134,.08),transparent 32%),radial-gradient(circle at 92% 84%,rgba(253,184,33,.16),transparent 34%),linear-gradient(180deg,#fff,#f7f8ff 52%,#fffaf2)!important;padding:70px 0!important}.ai-head{max-width:780px!important;margin-bottom:28px!important}.ai-badge{background:#fff!important;color:#4c2a86!important;border-color:#4c2a861a!important;box-shadow:0 10px 24px #24113f0d!important}.ai-head h2{font-size:clamp(32px,3.9vw,48px)!important;color:#25163d!important;font-weight:800!important}.ai-head h2 span{color:#4c2a86!important}.ai-head p{color:#667085!important;font-size:15.5px!important;max-width:680px!important}.ai-interactive{grid-template-columns:350px minmax(0,1fr)!important;gap:18px!important;max-width:1080px!important;align-items:stretch!important}.ai-question-panel{background:#ffffffeb!important;border:1px solid rgba(76,42,134,.1)!important;border-radius:26px!important;box-shadow:0 18px 46px #24113f14!important;padding:18px!important}.ai-question-list{gap:8px!important}.ai-question{border-radius:16px!important;padding:12px!important;background:#fff!important;border:1px solid #eceaf4!important;box-shadow:none!important}.ai-question.active{background:linear-gradient(135deg,#f3efff,#fff)!important;color:#24113f!important;border-color:#4c2a863d!important;box-shadow:0 10px 24px #4c2a8614!important}.ai-question .q-icon{background:#f4f1ff!important;color:#4c2a86!important}.ai-question b{font-size:13.5px!important;color:#2b2540!important}.ai-question small{font-size:11.5px!important;color:#7b8190!important}.ai-answer-panel.ai-chat-panel{background:#fff!important;color:#2b2540!important;border:1px solid rgba(76,42,134,.1)!important;border-radius:30px!important;box-shadow:0 22px 60px #24113f1a!important;padding:18px!important;overflow:hidden!important}.ai-answer-panel:before{display:none!important}.ai-answer-panel .ai-panel-title strong{color:#24113f!important;font-size:17px!important}.ai-answer-panel .ai-status{background:#eefbf4!important;color:#2f8f57!important}.ai-chat-window.ai-real-chat{background:linear-gradient(180deg,#f8f9ff,#fff)!important;border:1px solid #e8eaf4!important;border-radius:24px!important;min-height:430px!important;max-height:520px!important;overflow:hidden!important;padding:0!important}.ai-chat-header{background:#ffffffe0!important;border-bottom:1px solid #e8eaf4!important;padding:14px 16px!important;color:#2b2540!important}.ai-chat-header b{color:#24113f!important}.ai-chat-header small{color:#7b8190!important}.ai-chat-header span{background:#ecfbf3!important;color:#2f8f57!important;border-radius:999px!important;padding:5px 9px!important;font-size:11px!important;font-weight:800!important}.ai-chat-messages{padding:16px!important;min-height:292px!important;max-height:345px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;gap:12px!important}.ai-message{display:flex!important;gap:9px!important;align-items:flex-start!important;width:100%!important}.ai-message.user{justify-content:flex-end!important}.ai-message.bot{justify-content:flex-start!important}.ai-message .avatar{width:32px!important;height:32px!important;border-radius:12px!important;background:linear-gradient(135deg,#4c2a86,#6d4bd3)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:11px!important;font-weight:900!important;flex:0 0 auto!important}.ai-message-bubble{max-width:min(78%,560px)!important;width:auto!important;padding:12px 14px!important;border-radius:18px!important;font-size:13.5px!important;line-height:1.6!important;word-break:break-word!important;overflow-wrap:anywhere!important;box-shadow:0 8px 22px #24113f0f!important}.ai-message.user .ai-message-bubble{background:linear-gradient(135deg,#4c2a86,#6d4bd3)!important;color:#fff!important;border-bottom-right-radius:6px!important}.ai-message.bot .ai-message-bubble{background:#fff!important;color:#344052!important;border:1px solid #e8eaf4!important;border-bottom-left-radius:6px!important}.answer-source{display:inline-flex!important;width:auto!important;background:#f4f1ff!important;color:#4c2a86!important;border:1px solid rgba(76,42,134,.1)!important;border-radius:999px!important;padding:5px 9px!important;font-size:11px!important;font-weight:900!important;margin-bottom:8px!important}.ai-message-bubble strong{display:block!important;color:#24113f!important;font-size:14px!important;margin-bottom:3px!important}.big-number{display:block!important;font-size:28px!important;font-weight:900!important;color:#24113f!important;line-height:1.15!important;margin:4px 0!important;letter-spacing:-.02em!important}.positive{display:block!important;color:#2f8f57!important;font-weight:900!important;font-size:12.5px!important;margin-bottom:7px!important}.ai-message-bubble ul{margin:8px 0 0!important;padding-left:18px!important;color:#566071!important}.ai-message-bubble li{margin:2px 0!important}.ai-next-actions{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:10px!important}.ai-next-actions button{border:1px solid rgba(76,42,134,.14)!important;background:#f8f6ff!important;color:#4c2a86!important;border-radius:999px!important;padding:6px 9px!important;font-size:11.5px!important;font-weight:800!important;cursor:pointer!important;max-width:100%!important}.ai-chat-input{margin:0 14px 14px!important;background:#fff!important;border:1px solid #e8eaf4!important;border-radius:18px!important;padding:9px 10px!important;color:#667085!important;display:flex!important;align-items:center!important;gap:10px!important}.ai-chat-input span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:0!important;font-size:13px!important}.ai-chat-input button{background:#4c2a86!important;color:#fff!important;border-radius:999px!important;padding:8px 13px!important;font-size:12px!important;border:0!important;font-weight:800!important}.ai-actions{max-width:1080px!important;gap:12px!important;margin-top:16px!important}.ai-action-card{border-radius:18px!important;padding:14px!important;box-shadow:0 12px 30px #24113f0d!important}.ai-action-card b{font-size:14px!important}.ai-action-card small{font-size:12.5px!important}#interviews.interview-modern{background:linear-gradient(180deg,#fff,#f8f9ff 58%,#fbf8ff)!important;padding:46px 0 50px!important}#interviews .interview-head{margin-bottom:16px!important}#interviews .interview-kicker{background:#f1efff!important;color:#4c2a86!important;font-size:12px!important;padding:6px 12px!important}#interviews .interview-head h2{font-size:clamp(28px,3vw,38px)!important;color:#24113f!important}#interviews .interview-head p{font-size:14px!important;max-width:640px!important;color:#667085!important}#interviews .modern-testimonial{grid-template-columns:40px 1fr 40px!important;gap:12px!important;max-width:980px!important;margin:auto!important}#interviews .interview-card-large{grid-template-columns:.68fr 1.32fr!important;gap:42px!important;min-height:320px!important}#interviews .interview-media-card{width:min(280px,100%)!important;background:#eef6ff!important;border-radius:24px!important;box-shadow:0 14px 34px #4c2a8614!important}#interviews .interview-media-card:after{background:#e8f3ff!important;right:-16px!important;bottom:-16px!important;border-radius:24px!important}#interviews .interview-media-card img{height:300px!important;border-radius:24px!important;box-shadow:0 16px 36px #24113f1a!important}#interviews .interview-media-tag{background:#eef6ff!important;color:#4c2a86!important;font-size:13px!important;padding:9px 14px!important;border-radius:24px 0 18px!important}#interviews .interview-play{width:46px!important;height:46px!important;right:14px!important;bottom:22px!important;color:#4c2a86!important;font-size:18px!important}#interviews .quote-mark{font-size:86px!important;color:#ece8ff!important;top:-48px!important}#interviews .interview-content h3{font-size:clamp(24px,2.7vw,36px)!important;color:#2b2540!important;line-height:1.35!important;margin-bottom:16px!important}#interviews .quote-line{width:46px!important;height:5px!important;background:linear-gradient(135deg,#4c2a86,#fdb821)!important;margin:8px 0 22px!important}#interviews .interview-profile b{font-size:16px!important;color:#2b2540!important}#interviews .interview-profile small{font-size:13px!important;color:#667085!important}#interviews .interview-link{font-size:14px!important;color:#4c2a86!important;margin-top:10px!important}#interviews .interview-arrow{width:38px!important;height:38px!important;background:#f1efff!important;color:#4c2a86!important;font-size:22px!important}#interviews .interview-dots{margin-top:8px!important}#interviews .interview-dots button{width:9px!important;height:9px!important;background:#ddd7f4!important}#interviews .interview-dots button.active{background:#4c2a86!important}@media(max-width:980px){.ai-interactive{grid-template-columns:1fr!important}.ai-chat-window.ai-real-chat{max-height:none!important}.ai-chat-messages{max-height:none!important;overflow:visible!important}#interviews .interview-card-large{grid-template-columns:1fr!important;gap:24px!important}.pricing-head h2{white-space:normal!important}}@media(max-width:640px){.brand-logo-link{height:46px!important;padding:6px 10px!important;border-radius:18px!important}.brand-logo-main{width:142px!important;max-height:30px!important}.footer-logo-img.footer-logo-official{width:154px!important;max-height:32px!important}.ai-assistant-section{padding:48px 0!important}.ai-question-panel,.ai-answer-panel.ai-chat-panel{border-radius:22px!important;padding:14px!important}.ai-message-bubble{max-width:88%!important;font-size:12.5px!important}.big-number{font-size:24px!important}.ai-chat-input span{white-space:normal!important;line-height:1.45!important}#interviews .interview-media-card{width:min(240px,100%)!important}#interviews .interview-media-card img{height:260px!important}#interviews .interview-content h3{font-size:23px!important}#interviews .quote-line{margin-left:auto!important;margin-right:auto!important}}.brand-logo-link{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;height:auto!important;min-width:auto!important;border-radius:0!important;overflow:visible!important}.brand-logo-main{width:176px!important;height:auto!important;max-height:42px!important;object-fit:contain!important;display:block!important}.footer-logo-row{margin-bottom:10px!important;gap:0!important}.footer-logo-img.footer-logo-official{width:178px!important;height:auto!important;max-height:42px!important;object-fit:contain!important;filter:brightness(0) invert(1)!important;opacity:.96!important}#ai-assistant.ai-assistant-section{background:linear-gradient(180deg,#fff,#f7f8ff 52%,#fbf8ff)!important;color:#232b3a!important;padding:72px 0!important;overflow:hidden!important}#ai-assistant .ai-head{max-width:800px!important;margin:0 auto 30px!important;text-align:center!important}#ai-assistant .ai-head h2{color:#24113f!important;font-size:clamp(34px,4vw,52px)!important;line-height:1.18!important;font-weight:800!important;margin:0 0 12px!important;letter-spacing:-.03em!important}#ai-assistant .ai-head h2 span{color:#4c2a86!important;background:linear-gradient(135deg,#4c2a86,#6d4bd3)!important;-webkit-background-clip:text!important;background-clip:text!important;-webkit-text-fill-color:transparent!important}#ai-assistant .ai-head p{color:#667085!important;font-size:16px!important;line-height:1.8!important;max-width:680px!important;margin:auto!important}#ai-assistant .ai-interactive{display:grid!important;grid-template-columns:.82fr 1.18fr!important;gap:22px!important;align-items:stretch!important;max-width:1120px!important;margin:auto!important}#ai-assistant .ai-question-panel,#ai-assistant .ai-answer-panel.ai-chat-panel{background:#ffffffe0!important;border:1px solid #e9eaf5!important;box-shadow:0 24px 70px #24113f14!important;border-radius:28px!important;padding:18px!important;color:#232b3a!important;overflow:hidden!important}#ai-assistant .ai-panel-title{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;margin-bottom:14px!important}#ai-assistant .ai-panel-title strong{color:#24113f!important;font-size:16px!important;font-weight:800!important}#ai-assistant .ai-status{background:#f1efff!important;color:#4c2a86!important;border:1px solid rgba(76,42,134,.1)!important;border-radius:999px!important;padding:5px 9px!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}#ai-assistant .ai-question-list{display:grid!important;gap:10px!important}#ai-assistant .ai-question{background:#fff!important;border:1px solid #eceef7!important;border-radius:18px!important;padding:12px!important;display:flex!important;align-items:flex-start!important;gap:10px!important;text-align:left!important;box-shadow:0 8px 22px #24113f0a!important;transition:.22s!important}#ai-assistant .ai-question:hover,#ai-assistant .ai-question.active{border-color:#4c2a8647!important;background:#fbf9ff!important;transform:translateY(-1px)!important}#ai-assistant .q-icon{width:34px!important;height:34px!important;border-radius:13px!important;display:grid!important;place-items:center!important;background:#f1efff!important;color:#4c2a86!important;flex:0 0 auto!important;font-size:17px!important}#ai-assistant .ai-question b{display:block!important;color:#2b2540!important;font-size:13.5px!important;line-height:1.4!important}#ai-assistant .ai-question small{display:block!important;color:#7b8190!important;font-size:12px!important;line-height:1.45!important;margin-top:2px!important}#ai-assistant .ai-chat-window.ai-real-chat{min-height:0!important;max-height:none!important;height:100%!important;background:linear-gradient(180deg,#f9fbff,#fff)!important;border:1px solid #e9eaf5!important;border-radius:24px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;color:#232b3a!important}#ai-assistant .ai-chat-header{min-height:60px!important;height:auto!important;background:#ffffffeb!important;border-bottom:1px solid #e9eaf5!important;padding:13px 16px!important;color:#232b3a!important}#ai-assistant .ai-chat-header b{color:#24113f!important;font-size:14px!important}#ai-assistant .ai-chat-header small{color:#7b8190!important;font-size:12px!important;line-height:1.35!important}#ai-assistant .ai-chat-header span{background:#ecfbf3!important;color:#2f8f57!important;border-radius:999px!important;padding:5px 9px!important;font-size:11px!important;font-weight:800!important}#ai-assistant .ai-chat-messages{flex:1 1 auto!important;min-height:320px!important;max-height:420px!important;overflow:auto!important;padding:16px!important;display:flex!important;flex-direction:column!important;gap:12px!important;scrollbar-width:thin!important}#ai-assistant .ai-message{display:flex!important;gap:9px!important;align-items:flex-start!important;width:100%!important}#ai-assistant .ai-message.user{justify-content:flex-end!important}#ai-assistant .ai-message.bot{justify-content:flex-start!important}#ai-assistant .ai-message .avatar{width:32px!important;height:32px!important;border-radius:12px!important;background:linear-gradient(135deg,#4c2a86,#6d4bd3)!important;color:#fff!important;display:grid!important;place-items:center!important;font-size:11px!important;font-weight:900!important;flex:0 0 auto!important}#ai-assistant .ai-message-bubble{max-width:min(76%,540px)!important;padding:12px 14px!important;border-radius:18px!important;font-size:13px!important;line-height:1.6!important;word-break:normal!important;overflow-wrap:break-word!important;white-space:normal!important;box-shadow:0 8px 22px #24113f0d!important}#ai-assistant .ai-message.user .ai-message-bubble{background:linear-gradient(135deg,#4c2a86,#6d4bd3)!important;color:#fff!important;border-bottom-right-radius:6px!important}#ai-assistant .ai-message.bot .ai-message-bubble{background:#fff!important;color:#344052!important;border:1px solid #e8eaf4!important;border-bottom-left-radius:6px!important}#ai-assistant .answer-source{display:inline-flex!important;background:#f4f1ff!important;color:#4c2a86!important;border:1px solid rgba(76,42,134,.1)!important;border-radius:999px!important;padding:5px 9px!important;font-size:11px!important;font-weight:900!important;margin-bottom:8px!important}#ai-assistant .ai-message-bubble strong{display:block!important;color:#24113f!important;font-size:14px!important;margin-bottom:3px!important}#ai-assistant .big-number{display:block!important;font-size:26px!important;font-weight:900!important;color:#24113f!important;line-height:1.15!important;margin:4px 0!important;letter-spacing:-.02em!important}#ai-assistant .positive{display:block!important;color:#2f8f57!important;font-weight:900!important;font-size:12.5px!important;margin-bottom:7px!important}#ai-assistant .ai-message-bubble ul{margin:8px 0 0!important;padding-left:18px!important;color:#566071!important}#ai-assistant .ai-next-actions{display:flex!important;flex-wrap:wrap!important;gap:7px!important;margin-top:10px!important}#ai-assistant .ai-next-actions button{border:1px solid rgba(76,42,134,.14)!important;background:#f8f6ff!important;color:#4c2a86!important;border-radius:999px!important;padding:6px 9px!important;font-size:11.5px!important;font-weight:800!important;cursor:pointer!important;max-width:100%!important}#ai-assistant .ai-chat-input{margin:0 14px 14px!important;background:#fff!important;border:1px solid #e8eaf4!important;border-radius:18px!important;padding:9px 10px!important;color:#667085!important;display:flex!important;align-items:center!important;gap:10px!important}#ai-assistant .ai-chat-input span{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;min-width:0!important;font-size:13px!important;flex:1!important}#ai-assistant .ai-chat-input button{background:#4c2a86!important;color:#fff!important;border-radius:999px!important;padding:8px 13px!important;font-size:12px!important;border:0!important;font-weight:800!important;flex:0 0 auto!important}#ai-assistant .ai-actions{max-width:1120px!important;gap:12px!important;margin-top:16px!important}#ai-assistant .ai-action-card{border-radius:18px!important;padding:14px!important;box-shadow:0 12px 30px #24113f0d!important;background:#fff!important;border:1px solid #eceef7!important}#interviews.interview-modern{background:linear-gradient(180deg,#fff,#f8f9ff 58%,#fbf8ff)!important;padding:44px 0 48px!important}#interviews .interview-media-card{cursor:pointer!important}#interviews .interview-media-card:hover .interview-play{transform:scale(1.06)!important;background:#4c2a86!important;color:#fff!important}@media(max-width:980px){#ai-assistant .ai-interactive{grid-template-columns:1fr!important;max-width:760px!important}#ai-assistant .ai-chat-messages{max-height:none!important;overflow:visible!important}}@media(max-width:640px){.brand-logo-main{width:145px!important;max-height:34px!important}.footer-logo-img.footer-logo-official{width:150px!important;max-height:34px!important}#ai-assistant.ai-assistant-section{padding:46px 0!important}#ai-assistant .ai-head h2{font-size:30px!important}#ai-assistant .ai-question-panel,#ai-assistant .ai-answer-panel.ai-chat-panel{border-radius:22px!important;padding:14px!important}#ai-assistant .ai-message-bubble{max-width:88%!important;font-size:12.5px!important}#ai-assistant .big-number{font-size:23px!important}#ai-assistant .ai-chat-input span{white-space:normal!important;line-height:1.45!important}}.brand-logo-link,.brand-logo-link:hover{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;border-radius:0!important;overflow:visible!important;min-width:auto!important;transform:none!important}.brand-logo-main{width:166px!important;height:auto!important;max-height:40px!important;object-fit:contain!important;border-radius:0!important;background:transparent!important;box-shadow:none!important;padding:0!important}.footer-logo-row{margin-bottom:8px!important;gap:0!important}.footer-logo-img.footer-logo-official{width:168px!important;height:auto!important;max-height:42px!important;object-fit:contain!important;filter:none!important;background:transparent!important;border-radius:0!important;padding:0!important;box-shadow:none!important}.footer-brand-text{margin-top:4px!important}#ai-assistant.ai-assistant-section{padding:48px 0!important;background:linear-gradient(180deg,#fff,#f8f7ff 52%,#fff)!important;color:#232b3a!important}#ai-assistant .container{max-width:1080px!important}#ai-assistant .ai-head{margin-bottom:22px!important;text-align:center!important}#ai-assistant .ai-head h2{font-size:clamp(28px,3.5vw,42px)!important;line-height:1.22!important;color:#201331!important;margin-bottom:10px!important}#ai-assistant .ai-head h2 span{color:#4c2a86!important}#ai-assistant .ai-head p{max-width:680px!important;font-size:15px!important;line-height:1.75!important;color:#667085!important;margin:auto!important}#ai-assistant .ai-interactive{grid-template-columns:.9fr 1.1fr!important;gap:18px!important;align-items:stretch!important}#ai-assistant .ai-question-panel,#ai-assistant .ai-answer-panel{border-radius:24px!important;padding:18px!important;background:#ffffffdb!important;border:1px solid rgba(76,42,134,.1)!important;box-shadow:0 16px 42px #24113f12!important}#ai-assistant .ai-answer-panel.ai-chat-panel{padding:0!important;overflow:hidden!important;background:#fff!important}#ai-assistant .ai-answer-panel>.ai-panel-title{display:none!important}#ai-assistant .ai-question-panel .ai-panel-title{margin-bottom:12px!important}#ai-assistant .ai-question-panel .ai-panel-title strong{font-size:15px!important;color:#201331!important}#ai-assistant .ai-question-list{gap:8px!important}#ai-assistant .ai-question{padding:11px 12px!important;border-radius:16px!important;background:#fff!important;border:1px solid #ebe7f5!important;box-shadow:none!important}#ai-assistant .ai-question.active{background:#f4f0ff!important;border-color:#4c2a8642!important;box-shadow:0 10px 24px #4c2a8614!important}#ai-assistant .ai-question b{font-size:13.5px!important;color:#231942!important}#ai-assistant .ai-question small{font-size:11.5px!important;color:#7b8190!important;line-height:1.45!important}#ai-assistant .q-icon{width:34px!important;height:34px!important;font-size:17px!important;border-radius:12px!important;background:#f4f0ff!important}#ai-assistant .ai-real-chat{height:100%!important;min-height:390px!important;max-height:490px!important;border-radius:24px!important;border:0!important;background:#f8f9fc!important;box-shadow:none!important;display:flex!important;flex-direction:column!important;overflow:hidden!important}#ai-assistant .ai-chat-header{flex:0 0 auto!important;min-height:52px!important;padding:12px 14px!important;background:#fff!important;border-bottom:1px solid #e9ecf4!important}#ai-assistant .ai-chat-header b{font-size:14px!important;color:#232b3a!important}#ai-assistant .ai-chat-header small{font-size:11px!important;color:#7b8190!important}#ai-assistant .ai-chat-header span{font-size:11px!important;padding:5px 8px!important;background:#ecfdf3!important;color:#2f8f57!important;border-radius:999px!important}#ai-assistant .ai-chat-messages{flex:1 1 auto!important;min-height:0!important;max-height:none!important;overflow-y:auto!important;padding:14px!important;background:linear-gradient(180deg,#f8f9fc,#fff)!important}#ai-assistant .ai-message{margin-bottom:10px!important;gap:8px!important}#ai-assistant .ai-message-bubble{max-width:82%!important;padding:10px 12px!important;border-radius:16px!important;font-size:12.8px!important;line-height:1.6!important;overflow-wrap:anywhere!important;word-break:break-word!important;white-space:normal!important;box-shadow:0 8px 20px #24113f0d!important}#ai-assistant .ai-message.user .ai-message-bubble{background:#ede8ff!important;color:#2c1a4a!important;border:1px solid #dfd6ff!important}#ai-assistant .ai-message.bot .ai-message-bubble{background:#fff!important;color:#4b5262!important;border:1px solid #e7eaf3!important}#ai-assistant .avatar{width:28px!important;height:28px!important;font-size:11px!important;flex:0 0 auto!important}#ai-assistant .answer-source{font-size:11px!important;padding:4px 8px!important;background:#f0ebff!important;color:#4c2a86!important;border-radius:999px!important;display:inline-flex!important;margin-bottom:6px!important}#ai-assistant .big-number{font-size:clamp(20px,2.4vw,28px)!important;line-height:1.12!important;color:#24113f!important;margin:4px 0!important;display:block!important}#ai-assistant .positive{font-size:11px!important;padding:4px 8px!important;margin:2px 0 6px!important;background:#ecfdf3!important;color:#2f8f57!important;border-radius:999px!important}#ai-assistant .ai-message-bubble ul{margin:6px 0 0!important;padding-left:16px!important}#ai-assistant .ai-message-bubble li{margin:1px 0!important}#ai-assistant .ai-next-actions{display:flex!important;flex-wrap:wrap!important;gap:6px!important;margin-top:10px!important}#ai-assistant .ai-next-actions button{font-size:11px!important;padding:6px 9px!important;border-radius:999px!important;line-height:1.35!important;background:#f6f4ff!important;color:#4c2a86!important;border:1px solid #e2dcfa!important;white-space:normal!important}#ai-assistant .ai-chat-input{flex:0 0 auto!important;margin:0 12px 12px!important;padding:9px 10px 9px 14px!important;border-radius:18px!important;background:#fff!important;border:1px solid #e4e7f0!important;box-shadow:0 8px 20px #24113f0d!important}#ai-assistant .ai-chat-input span{font-size:12px!important;color:#667085!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}#ai-assistant .ai-chat-input button{padding:8px 12px!important;border-radius:14px!important;font-size:12px!important;background:linear-gradient(135deg,#fdb821,#ffd66a)!important;color:#24113f!important}#ai-assistant .ai-actions{grid-template-columns:repeat(3,1fr)!important;gap:12px!important;margin-top:16px!important}#ai-assistant .ai-action-card{padding:14px!important;border-radius:18px!important;background:#fff!important;border:1px solid #ebe7f5!important;box-shadow:0 12px 28px #24113f0d!important}#ai-assistant .ai-action-card b{font-size:13.5px!important;color:#231942!important}#ai-assistant .ai-action-card small{font-size:12px!important;color:#7b8190!important;line-height:1.5!important}#ai-assistant .ai-cta{margin-top:18px!important}#interviews .interview-media-card{cursor:pointer!important;outline:none!important}#interviews .interview-media-card:focus-visible{box-shadow:0 0 0 4px #4c2a862e!important}#interviews .interview-media-card:hover img{transform:scale(1.025)!important}#interviews .interview-media-card img{transition:.25s!important}@media(max-width:980px){#ai-assistant .ai-interactive{grid-template-columns:1fr!important}#ai-assistant .ai-real-chat{min-height:380px!important;max-height:none!important}#ai-assistant .ai-actions{grid-template-columns:1fr!important}}@media(max-width:640px){.brand-logo-main{width:142px!important;max-height:34px!important}.footer-logo-img.footer-logo-official{width:150px!important;max-height:36px!important}#ai-assistant.ai-assistant-section{padding:38px 0!important}#ai-assistant .ai-head h2{font-size:28px!important}#ai-assistant .ai-question-panel,#ai-assistant .ai-answer-panel{padding:14px!important;border-radius:20px!important}#ai-assistant .ai-answer-panel.ai-chat-panel{padding:0!important}#ai-assistant .ai-real-chat{min-height:390px!important;border-radius:20px!important}#ai-assistant .ai-message-bubble{max-width:90%!important;font-size:12.5px!important}#ai-assistant .ai-chat-input{align-items:center!important;border-radius:16px!important}#ai-assistant .ai-chat-input span{white-space:normal!important;line-height:1.35!important}}.brand-logo-main,.footer-logo-official{border-radius:12px!important;display:block!important;object-fit:contain!important}.brand-logo-link{border-radius:14px!important;overflow:hidden!important}.footer-logo-official{border-radius:14px!important}#ai-assistant .ai-chat-messages{height:390px!important;min-height:390px!important;max-height:390px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;gap:12px!important;background:linear-gradient(180deg,#f8f9fc,#fff)!important}#ai-assistant .ai-message{animation:none!important;transition:none!important;margin-bottom:0!important}#ai-assistant .ai-message-bubble{transform:none!important;animation:none!important;transition:none!important;word-break:normal!important;overflow-wrap:break-word!important;line-height:1.6!important}#ai-assistant .ai-message.user .ai-message-bubble{min-height:48px!important;display:flex!important;align-items:center!important;max-width:72%!important}#ai-assistant .ai-message.bot .ai-message-bubble{width:min(560px,86%)!important;min-height:270px!important;max-height:270px!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important}#ai-assistant .ai-thinking:after,.ai-bubble.typing:after{display:none!important;animation:none!important;content:none!important}#ai-assistant .ai-message-bubble .big-number{font-size:clamp(24px,3vw,32px)!important;margin:4px 0!important}#ai-assistant .ai-message-bubble ul{margin-top:7px!important;line-height:1.55!important}#ai-assistant .ai-next-actions{margin-top:auto!important;padding-top:8px!important}#ai-assistant .ai-next-actions button{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;max-width:185px!important}#ai-assistant .ai-chat-input{margin-top:0!important}@media(max-width:640px){#ai-assistant .ai-chat-messages{height:auto!important;min-height:0!important;max-height:none!important;overflow:visible!important}#ai-assistant .ai-message.bot .ai-message-bubble{width:88%!important;min-height:auto!important;max-height:none!important;overflow:visible!important}#ai-assistant .ai-message.user .ai-message-bubble{max-width:86%!important}#ai-assistant .ai-next-actions button{max-width:100%!important;white-space:normal!important}.brand-logo-main{border-radius:10px!important}.footer-logo-official{border-radius:12px!important}}.brand-logo-main,.footer-logo-img.footer-logo-official{border-radius:16px!important;overflow:hidden!important;display:block!important;object-fit:contain!important;background:transparent!important;clip-path:inset(0 round 16px)!important}.brand-logo-link{border-radius:16px!important;overflow:hidden!important;background:transparent!important;box-shadow:none!important;border:0!important}@media(max-width:640px){.brand-logo-main,.footer-logo-img.footer-logo-official{border-radius:14px!important;clip-path:inset(0 round 14px)!important}.brand-logo-link{border-radius:14px!important}}.da-brand,.brand-logo-link.da-brand{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;min-width:auto!important;overflow:visible!important;display:flex!important;align-items:center!important;gap:10px!important}.da-logo-icon{width:42px!important;height:42px!important;border-radius:14px!important;overflow:hidden!important;flex:0 0 auto!important;display:grid!important;place-items:center!important;box-shadow:0 10px 24px #4c2a862e!important}.da-logo-icon .da-logo-img{width:42px!important;height:42px!important;display:block!important;object-fit:contain!important}.da-logo-text{display:flex!important;flex-direction:column!important;line-height:1.04!important}.da-logo-text strong{font-family:Sarabun,sans-serif!important;font-size:22px!important;font-weight:900!important;color:var(--purple-dark)!important;letter-spacing:-.25px!important}.da-logo-text small{font-family:Sarabun,sans-serif!important;font-size:10px!important;font-weight:800!important;color:#7b718e!important;letter-spacing:.55px!important;text-transform:uppercase!important;margin-top:4px!important}.footer-da-icon{width:44px!important;height:44px!important;border-radius:14px!important;box-shadow:0 12px 28px #0000002e!important}.footer-da-icon .da-logo-img{width:44px!important;height:44px!important;display:block!important;object-fit:contain!important}.da-footer-logo{gap:12px!important;margin-bottom:12px!important;align-items:center!important}.footer-da-text strong{font-size:22px!important;color:#fff!important}.footer-da-text small{font-size:10px!important;color:#ffffff9e!important}.footer-logo-img,.brand-logo-main,.brand-icon-logo{display:none!important}.professional-icon{background:linear-gradient(135deg,#4c2a861a,#fdb82124)!important;color:var(--purple)!important;border:1px solid rgba(76,42,134,.12)!important;box-shadow:none!important}.professional-icon svg{width:27px;height:27px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.feature-card:hover .professional-icon{background:linear-gradient(135deg,var(--purple),var(--purple-dark))!important;color:#fff!important;transform:translateY(-2px)}@media(max-width:640px){.da-logo-icon{width:36px!important;height:36px!important;border-radius:12px!important}.da-logo-icon .da-logo-img{width:36px!important;height:36px!important}.da-logo-text strong{font-size:18px!important}.da-logo-text small{font-size:8px!important}.footer-da-text strong{font-size:20px!important}}.brand-logo-link .da-logo-img,.da-footer-logo .da-logo-img{display:block!important}#interviews .modern-testimonial{width:min(100%,980px)!important;margin:0 auto!important;grid-template-columns:40px minmax(0,1fr) 40px!important;gap:12px!important;align-items:center!important}#interviews .interview-window{min-width:0!important;overflow:hidden!important}#interviews .interview-slide{padding:8px!important}#interviews .interview-card-large{width:min(100%,880px)!important;max-width:880px!important;margin:0 auto!important;grid-template-columns:minmax(220px,.68fr) minmax(0,1.32fr)!important;gap:clamp(24px,4vw,42px)!important;align-items:center!important;min-height:0!important;overflow:visible!important}#interviews .interview-media-card{width:min(280px,100%)!important;margin-left:auto!important;flex:0 0 auto!important}#interviews .interview-media-card img{width:100%!important;height:auto!important;aspect-ratio:14/15!important;object-fit:cover!important;display:block!important}#interviews .interview-content{min-width:0!important;max-width:560px!important;overflow-wrap:anywhere!important}#interviews .interview-content h3,#interviews .interview-profile b,#interviews .interview-profile small,#interviews .interview-link{overflow-wrap:anywhere!important}#interviews .interview-arrow{flex:0 0 auto!important;z-index:3!important}@media(max-width:900px){#interviews .modern-testimonial{grid-template-columns:1fr!important;max-width:720px!important}#interviews .interview-arrow{display:none!important}#interviews .interview-card-large{grid-template-columns:1fr!important;gap:24px!important;max-width:560px!important;text-align:center!important}#interviews .interview-media-card{width:min(300px,100%)!important;margin:0 auto!important}#interviews .interview-content{max-width:100%!important;text-align:center!important;padding:4px 8px!important}#interviews .quote-mark{left:50%!important;transform:translate(-50%)!important}#interviews .quote-line{margin-left:auto!important;margin-right:auto!important}#interviews .interview-profile{justify-content:center!important}}@media(max-width:640px){#interviews.interview-modern{padding:38px 0 44px!important}#interviews .interview-head{margin-bottom:12px!important}#interviews .interview-head h2{font-size:clamp(26px,8vw,32px)!important;line-height:1.28!important}#interviews .interview-head p{font-size:13px!important}#interviews .interview-slide{padding:4px!important}#interviews .interview-card-large{max-width:100%!important;gap:18px!important}#interviews .interview-media-card{width:min(240px,88vw)!important;border-radius:22px!important}#interviews .interview-media-card img{aspect-ratio:4/5!important;border-radius:22px!important}#interviews .interview-media-card:after{right:-10px!important;bottom:-10px!important;border-radius:22px!important}#interviews .interview-media-tag{font-size:12px!important;padding:8px 12px!important}#interviews .interview-play{width:42px!important;height:42px!important;right:12px!important;bottom:18px!important;font-size:16px!important}#interviews .quote-mark{font-size:70px!important;top:-40px!important}#interviews .interview-content h3{font-size:22px!important;line-height:1.35!important;margin-bottom:12px!important}#interviews .interview-profile b{font-size:15px!important}#interviews .interview-profile small{font-size:12.5px!important}#interviews .interview-link{font-size:13px!important;margin-top:8px!important}#interviews .interview-dots{margin-top:10px!important}#interviews .interview-dots button,#interviews .interview-dots button.active{width:9px!important;height:9px!important}}.accountant-functions .function-tabs,.business-functions .function-tabs{min-width:0!important}.accountant-functions .function-tab,.business-functions .function-tab{white-space:nowrap!important;line-height:1.2!important}.accountant-functions .function-showcase,.business-functions .function-showcase{width:100%!important;max-width:1120px!important;margin:0 auto!important;min-width:0!important}.accountant-functions .function-visual,.business-functions .function-visual,.accountant-functions .function-copy,.business-functions .function-copy{min-width:0!important}.accountant-functions .function-copy h3,.business-functions .function-copy h3,.accountant-functions .function-copy p,.business-functions .function-copy p,.accountant-functions .function-copy p:after,.business-functions .function-copy p:after{overflow-wrap:anywhere!important}@media(max-width:860px){.accountant-functions .function-tabs,.business-functions .function-tabs{width:100%!important;max-width:100%!important;margin:22px auto 24px!important;padding:7px!important;display:flex!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:7px!important;overflow-x:auto!important;overflow-y:hidden!important;border-radius:18px!important;scroll-snap-type:x proximity!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.accountant-functions .function-tabs::-webkit-scrollbar,.business-functions .function-tabs::-webkit-scrollbar{display:none!important}.accountant-functions .function-tabs:before,.accountant-functions .function-tabs:after,.business-functions .function-tabs:before,.business-functions .function-tabs:after{content:""!important;flex:0 0 1px!important}.accountant-functions .function-tab,.business-functions .function-tab{flex:0 0 auto!important;scroll-snap-align:start!important;padding:10px 16px!important;font-size:13px!important;border-radius:999px!important}.accountant-functions .function-showcase,.business-functions .function-showcase{grid-template-columns:1fr!important;gap:18px!important;padding:18px!important;border-radius:26px!important;overflow:hidden!important}.accountant-functions .function-showcase.alt .function-visual,.accountant-functions .function-showcase.alt .function-copy,.business-functions .function-showcase.alt .function-visual,.business-functions .function-showcase.alt .function-copy{order:initial!important}.accountant-functions .function-visual,.business-functions .function-visual{width:100%!important;height:auto!important;min-height:0!important;aspect-ratio:16/10!important;border-radius:22px!important}.accountant-functions .function-copy,.business-functions .function-copy{padding:2px 4px 4px!important}.accountant-functions .function-copy h3,.business-functions .function-copy h3{font-size:clamp(26px,5.6vw,36px)!important;line-height:1.3!important;margin-bottom:12px!important}.accountant-functions .function-copy p,.business-functions .function-copy p{font-size:14.5px!important;line-height:1.78!important;margin-bottom:14px!important}.accountant-functions .function-copy p:after,.business-functions .function-copy p:after{padding:10px 12px!important;border-radius:14px!important;font-size:12.5px!important;line-height:1.55!important}.accountant-functions .function-copy .btn,.business-functions .function-copy .btn{align-self:flex-start!important;max-width:100%!important}}@media(max-width:480px){.accountant-functions,.business-functions{padding:38px 0!important}.accountant-functions .container,.business-functions .container{width:min(100% - 24px,1180px)!important}.accountant-functions .section-head,.business-functions .section-head{margin-bottom:18px!important}.accountant-functions .section-head h2,.business-functions .section-head h2{font-size:clamp(26px,7.8vw,32px)!important;line-height:1.3!important}.accountant-functions .section-head p,.business-functions .section-head p{font-size:14px!important;line-height:1.7!important}.accountant-functions .function-tabs,.business-functions .function-tabs{margin:16px auto 18px!important;padding:6px!important;border-radius:16px!important}.accountant-functions .function-tab,.business-functions .function-tab{padding:9px 14px!important;font-size:12px!important}.accountant-functions .function-showcase,.business-functions .function-showcase{padding:14px!important;gap:14px!important;border-radius:22px!important}.accountant-functions .function-visual,.business-functions .function-visual{aspect-ratio:4/3!important;border-radius:18px!important}.accountant-functions .eyebrow,.business-functions .eyebrow{font-size:13px!important;margin-bottom:8px!important}.accountant-functions .function-copy h3,.business-functions .function-copy h3{font-size:clamp(24px,7.5vw,30px)!important;line-height:1.34!important;margin-bottom:10px!important}.accountant-functions .function-copy p,.business-functions .function-copy p{font-size:13.5px!important;line-height:1.72!important}.accountant-functions .function-copy .btn,.business-functions .function-copy .btn{width:100%!important;padding:11px 16px!important;font-size:13px!important}.accountant-functions .function-dots,.business-functions .function-dots{margin-top:16px!important}}@media(max-width:860px){.business-functions .function-dots{margin-top:14px!important}.business-functions+.faq-section,.faq-section{padding-top:24px!important}.faq-section .faq-layout{gap:18px!important}.faq-section .faq-aside{position:relative!important;top:auto!important}}@media(max-width:480px){.business-functions{padding-bottom:28px!important}.business-functions .function-dots{margin-top:10px!important}.business-functions+.faq-section,.faq-section{padding-top:16px!important}.faq-section .faq-layout{gap:14px!important}.faq-section .faq-aside{margin-top:0!important}}@media(max-width:860px){.accountant-functions .function-tabs,.business-functions .function-tabs{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:center!important;gap:6px!important;width:100%!important;max-width:100%!important;margin:20px auto 22px!important;padding:7px!important;overflow:hidden!important;border-radius:18px!important;background:#fffffff5!important;border:1px solid rgba(253,184,33,.24)!important;box-shadow:0 14px 34px #24113f14!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;scrollbar-width:none!important}.accountant-functions .function-tabs:before,.accountant-functions .function-tabs:after,.business-functions .function-tabs:before,.business-functions .function-tabs:after{display:none!important;content:none!important}.accountant-functions .function-tab,.business-functions .function-tab{position:relative!important;flex:1 1 calc(25% - 6px)!important;min-width:72px!important;max-width:150px!important;min-height:36px!important;padding:7px 8px!important;border-radius:999px!important;display:flex!important;align-items:center!important;justify-content:center!important;background:transparent!important;box-shadow:none!important;color:#5f5870!important;font-size:11.5px!important;font-weight:800!important;line-height:1.2!important;text-align:center!important;white-space:normal!important;overflow:visible!important;text-overflow:clip!important;transform:none!important}.accountant-functions .function-tab.active{background:linear-gradient(135deg,var(--purple),var(--purple-dark))!important;color:#fff!important;box-shadow:0 8px 18px #4c2a8638!important}.business-functions .function-tab.active{background:linear-gradient(135deg,#fdb821,#ffd66a)!important;color:var(--purple-dark)!important;box-shadow:0 8px 18px #fdb82147!important}.accountant-functions .function-tab.active:after,.business-functions .function-tab.active:after{display:none!important;content:none!important}}@media(max-width:480px){.accountant-functions .function-tabs,.business-functions .function-tabs{margin:16px auto 18px!important;padding:6px!important;border-radius:16px!important;gap:5px!important}.accountant-functions .function-tab,.business-functions .function-tab{flex-basis:calc(25% - 5px)!important;min-width:64px!important;min-height:34px!important;padding:6px 5px!important;font-size:10px!important}}.pricing-window{position:relative!important}.pricing-arrow{z-index:30!important;pointer-events:auto!important}.pricing-arrow:disabled{opacity:.38!important;cursor:not-allowed!important;pointer-events:none!important;box-shadow:none!important}.pricing-arrow:disabled:hover{background:#ffffff24!important;transform:translateY(-50%)!important}@media(max-width:640px){.pricing-arrow{width:36px!important;height:36px!important;font-size:22px!important}.pricing-arrow.prev{left:4px!important}.pricing-arrow.next{right:4px!important}}.news-page,.news-detail-page{background:#fbf8ff;color:#201331}.news-page a,.news-detail-page a{text-decoration:none;color:inherit}.news-page .page-hero{position:relative;overflow:hidden;padding:76px 0 48px;background:radial-gradient(circle at 12% 8%,rgba(253,184,33,.18),transparent 24%),radial-gradient(circle at 86% 18%,rgba(76,42,134,.14),transparent 28%),linear-gradient(180deg,#fff,#fbf8ff 62%,#fff8e8)}.news-page .page-hero:before,.news-detail-page .article-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(76,42,134,.024) 1px,transparent 1px),linear-gradient(90deg,rgba(76,42,134,.024) 1px,transparent 1px);background-size:44px 44px;opacity:.6}.news-page .hero-content,.news-detail-page .article-head{position:relative;z-index:2;text-align:center;max-width:940px;margin:auto}.news-page .breadcrumb,.news-detail-page .breadcrumb{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;color:#8a8098;font-size:14px;font-weight:700;margin-bottom:18px}.news-page .breadcrumb a,.news-detail-page .breadcrumb a{color:var(--purple)}.news-page .kicker,.news-detail-page .tag{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;background:#fdb82138;border:1px solid rgba(253,184,33,.34);color:var(--purple-dark);font-weight:900;font-size:13px;margin-bottom:16px}.news-page .page-hero h1,.news-detail-page .article-head h1{margin:0 0 18px;color:var(--purple-dark);font-size:clamp(34px,5vw,64px);line-height:1.2;font-weight:900}.news-page .page-hero p,.news-detail-page .article-excerpt{color:#6d6480;font-size:17px;line-height:1.85;max-width:820px;margin:0 auto 22px}.news-page .hero-search{display:flex;gap:12px;max-width:700px;margin:24px auto 0;background:#ffffffd6;border:1px solid rgba(76,42,134,.11);border-radius:999px;padding:8px;box-shadow:0 18px 48px #24113f14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.news-page .hero-search input{border:0;background:transparent;outline:0;flex:1;padding:0 16px;font-family:inherit;font-size:15px;color:#201331}.news-page .featured{padding:54px 0;background:#fff}.news-page .featured-card{display:grid;grid-template-columns:1.06fr .94fr;border-radius:34px;overflow:hidden;background:linear-gradient(135deg,#24113f,#4c2a86);box-shadow:0 30px 90px #24113f2e;border:1px solid rgba(76,42,134,.1)}.news-page .featured-media{min-height:390px;position:relative;overflow:hidden}.news-page .featured-media img{width:100%;height:100%;object-fit:cover}.news-page .featured-media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#24113f00 30%,#24113f8c)}.news-page .featured-copy{padding:42px;color:#fff;display:flex;flex-direction:column;justify-content:center}.news-page .tag{display:inline-flex;width:max-content;align-items:center;gap:8px;padding:8px 13px;border-radius:999px;background:#fdb8212b;border:1px solid rgba(253,184,33,.26);color:#ffd66a;font-weight:900;font-size:12px;margin-bottom:16px}.news-page .featured-copy h2{font-size:clamp(28px,3vw,42px);line-height:1.3;margin:0 0 16px;color:#fff}.news-page .featured-copy p{color:#ffffffc7;line-height:1.85;margin:0 0 22px}.news-page .meta,.news-detail-page .article-meta{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;color:#6f657f;font-size:13px;font-weight:800;margin-bottom:24px}.news-page .meta{justify-content:flex-start;color:#ffffffc7}.news-page .meta span,.news-detail-page .article-meta span{background:#fff;border:1px solid rgba(76,42,134,.08);padding:8px 12px;border-radius:999px;box-shadow:0 10px 26px #24113f0d}.news-page .meta span{background:#ffffff17;border-color:#ffffff1f;box-shadow:none}.news-page .news-main{padding:70px 0 82px;background:linear-gradient(180deg,#fff,#fbf8ff)}.news-page .section-title,.news-detail-page .section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:28px}.news-page .section-title h2,.news-detail-page .section-title h2{font-size:clamp(28px,4vw,44px);line-height:1.25;color:var(--purple-dark);margin:0}.news-page .section-title p,.news-detail-page .section-title p{color:#766b88;line-height:1.75;margin:8px 0 0}.news-page .filters{display:flex;gap:10px;flex-wrap:wrap}.news-page .filter-btn{border:1px solid rgba(76,42,134,.12);background:#fff;color:#655a78;border-radius:999px;padding:10px 16px;font-family:inherit;font-weight:800;cursor:pointer;box-shadow:0 10px 26px #24113f0d}.news-page .filter-btn.active,.news-page .filter-btn:hover{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff}.news-page .news-grid,.news-detail-page .news-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.news-page .news-card,.news-detail-page .news-card{display:flex;flex-direction:column;background:#fffffff0;border:1px solid rgba(76,42,134,.08);border-radius:30px;overflow:hidden;box-shadow:0 20px 54px #24113f17;transition:.3s;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.news-page .news-card:hover,.news-detail-page .news-card:hover{transform:translateY(-8px);box-shadow:0 34px 78px #24113f29;border-color:#4c2a8629}.news-page .news-image,.news-detail-page .news-image{position:relative;height:218px;overflow:hidden;background:#eee}.news-page .news-image img,.news-detail-page .news-image img{width:100%;height:100%;object-fit:cover;transition:.42s}.news-page .news-image:after,.news-detail-page .news-image:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#24113f00 36%,#24113f94)}.news-page .news-tag,.news-detail-page .news-tag{position:absolute;left:16px;top:16px;z-index:2;background:linear-gradient(135deg,#fdb821,#ffd66a);color:#24113f;font-size:11px;font-weight:900;letter-spacing:.35px;padding:7px 13px;border-radius:999px;box-shadow:0 10px 24px #fdb82147}.news-page .news-date,.news-detail-page .news-date{position:absolute;right:16px;bottom:16px;z-index:2;color:#fff;font-size:12px;font-weight:900;background:#ffffff24;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:7px 11px;border-radius:999px}.news-page .news-body,.news-detail-page .news-body{padding:24px;display:flex;flex-direction:column;flex:1}.news-page .news-meta{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin:0 0 14px}.news-page .news-author,.news-page .news-readtime{display:inline-flex;align-items:center;gap:7px;color:#6f657f;font-size:12px;font-weight:800;background:#4c2a860f;border:1px solid rgba(76,42,134,.08);padding:7px 11px;border-radius:999px}.news-page .news-readtime{color:#7a718a;background:#fdb8211f;border-color:#fdb8212e}.news-page .news-body h3,.news-detail-page .news-body h3{margin:0 0 12px;color:#24113f;font-size:21px;line-height:1.45;font-weight:900}.news-page .news-body p,.news-detail-page .news-body p{margin:0 0 20px;color:#726784;font-size:14px;line-height:1.78}.news-page .news-footer,.news-detail-page .news-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto;padding-top:16px;border-top:1px solid rgba(76,42,134,.08)}.news-page .news-link,.news-detail-page .news-link{color:#4c2a86;font-weight:900;font-size:14px}.news-page .category-dot{display:inline-flex;align-items:center;gap:8px;color:#8a8098;font-size:12px;font-weight:800}.news-page .category-dot:before{content:"";width:8px;height:8px;border-radius:50%;background:linear-gradient(135deg,#fdb821,#ffd66a);box-shadow:0 0 0 5px #fdb8211f}.news-page .pagination{display:flex;justify-content:center;gap:10px;margin-top:38px}.news-page .pagination a{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#fff;border:1px solid rgba(76,42,134,.12);font-weight:900;color:var(--purple);box-shadow:0 10px 28px #24113f0f}.news-page .pagination a.active,.news-page .pagination a:hover{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff}.news-page .newsletter{padding:0 0 80px;background:#fbf8ff}.news-page .newsletter-box{display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border-radius:32px;padding:34px;background:radial-gradient(circle at 10% 0%,rgba(253,184,33,.18),transparent 28%),linear-gradient(135deg,#120821,#2b1452 58%,#160927);color:#fff;box-shadow:0 26px 70px #24113f2e}.news-page .newsletter h2{margin:0 0 8px;font-size:30px;color:#fff}.news-page .newsletter p{margin:0;color:#ffffffbf;line-height:1.75}.empty-news{text-align:center;color:#766b88;font-weight:800;margin:28px 0}.news-detail-page .article-hero{position:relative;overflow:hidden;padding:62px 0 0;background:radial-gradient(circle at 12% 8%,rgba(253,184,33,.18),transparent 24%),radial-gradient(circle at 86% 18%,rgba(76,42,134,.14),transparent 28%),linear-gradient(180deg,#fff,#fbf8ff 72%,#fff)}.news-detail-page .hero-image{position:relative;z-index:2;border-radius:34px;overflow:hidden;box-shadow:0 30px 90px #24113f2e;border:1px solid rgba(76,42,134,.1);height:480px}.news-detail-page .hero-image img{width:100%;height:100%;object-fit:cover}.news-detail-page .article-wrap{padding:64px 0 82px;background:#fff}.news-detail-page .article-layout{display:grid;grid-template-columns:minmax(0,760px) 320px;gap:48px;align-items:start}.news-detail-page .article-content{font-size:17px;line-height:1.95;color:#3d344d}.news-detail-page .article-content h2{font-size:clamp(26px,3vw,36px);line-height:1.35;color:var(--purple-dark);margin:42px 0 14px}.news-detail-page .article-content h3{font-size:24px;color:var(--purple-dark);margin:30px 0 12px}.news-detail-page .article-content p{margin:0 0 20px}.news-detail-page .article-content ul{margin:0 0 24px;padding-left:24px}.news-detail-page .article-content li{margin:0 0 10px}.news-detail-page .highlight-box{border-radius:26px;padding:26px;background:linear-gradient(135deg,#fbf8ff,#fff8e3);border:1px solid rgba(76,42,134,.1);box-shadow:0 18px 48px #24113f12;margin:28px 0}.news-detail-page .quote-box{border-left:5px solid var(--gold);padding:22px 24px;background:#fbf8ff;border-radius:0 20px 20px 0;color:#4a3f5f;font-weight:700;margin:28px 0}.news-detail-page .toc,.news-detail-page .sidebar-card{background:#ffffffeb;border:1px solid rgba(76,42,134,.09);border-radius:26px;padding:22px;box-shadow:0 18px 48px #24113f14;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);margin-bottom:20px}.news-detail-page .toc{position:sticky;top:104px}.news-detail-page .toc h3,.news-detail-page .sidebar-title{margin:0 0 12px;color:var(--purple-dark);font-size:18px;font-weight:900}.news-detail-page .toc a{display:block;color:#665b78;font-size:14px;font-weight:800;padding:10px 0;border-bottom:1px solid rgba(76,42,134,.08)}.news-detail-page .category-item{display:flex;justify-content:space-between;gap:12px;color:#665b78;font-size:14px;font-weight:800;padding:11px 0;border-bottom:1px solid rgba(76,42,134,.08)}.news-detail-page .category-item.active,.news-detail-page .category-item:hover{color:var(--purple)}.news-detail-page .popular-item{display:grid;grid-template-columns:76px 1fr;gap:12px;align-items:center;padding:12px 0;border-bottom:1px solid rgba(76,42,134,.08)}.news-detail-page .popular-item img{width:76px;height:58px;object-fit:cover;border-radius:14px}.news-detail-page .popular-item h4{margin:0 0 4px;color:#24113f;font-size:13px;line-height:1.45}.news-detail-page .popular-item span{color:#8a8098;font-size:12px;font-weight:800}.news-detail-page .tag-list,.news-detail-page .article-tag-cloud{display:flex;gap:8px;flex-wrap:wrap}.news-detail-page .tag-list a,.news-detail-page .article-tag-cloud a{background:#fbf8ff;border:1px solid rgba(76,42,134,.1);border-radius:999px;color:var(--purple);font-size:12px;font-weight:900;padding:8px 11px}.news-detail-page .article-action-panel{border-radius:28px;background:#fbf8ff;border:1px solid rgba(76,42,134,.1);padding:24px;margin:34px 0}.news-detail-page .article-action-row{display:grid;grid-template-columns:1fr 1.25fr;gap:22px}.news-detail-page .article-action-title{font-weight:900;color:#24113f;margin-bottom:12px}.news-detail-page .mini-icon{display:inline-grid;place-items:center;width:28px;height:28px;border-radius:10px;background:#fff0bf;color:#24113f;margin-right:8px}.news-detail-page .social-share-grid{display:flex;flex-wrap:wrap;gap:10px}.news-detail-page .social-share-btn{border:0;border-radius:14px;padding:10px 12px;font-weight:900;color:#fff;background:#4c2a86;font-family:inherit;cursor:pointer}.news-detail-page .social-share-btn.facebook{background:#1877f2}.news-detail-page .social-share-btn.x{background:#111}.news-detail-page .social-share-btn.instagram{background:#c13584}.news-detail-page .social-share-btn.tiktok{background:#010101}.news-detail-page .social-share-btn.line{background:#06c755}.news-detail-page .share-note{font-size:12px!important;color:#7a718a!important;margin-top:12px!important}.news-detail-page .author-box{display:grid;grid-template-columns:72px 1fr;gap:18px;align-items:center;margin-top:42px;padding:24px;border-radius:26px;background:linear-gradient(135deg,#24113f,#4c2a86);color:#fff}.news-detail-page .author-avatar{width:72px;height:72px;border-radius:22px;background:linear-gradient(135deg,#fdb821,#ffd66a);display:grid;place-items:center;color:#24113f;font-weight:900;font-size:28px}.news-detail-page .author-box h3{margin:0 0 4px;color:#fff}.news-detail-page .author-box p{margin:0;color:#ffffffbf;font-size:14px;line-height:1.7}.news-detail-page .cta-box{margin-top:34px;border-radius:30px;padding:30px;background:radial-gradient(circle at 10% 0%,rgba(253,184,33,.18),transparent 28%),linear-gradient(135deg,#120821,#2b1452 58%,#160927);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px}.news-detail-page .cta-box h2{margin:0 0 8px;color:#fff;font-size:26px}.news-detail-page .cta-box p{margin:0;color:#ffffffbf;line-height:1.75}.news-detail-page .related{padding:70px 0;background:linear-gradient(180deg,#fbf8ff,#fff8e8)}@media(max-width:980px){.news-page .featured-card,.news-detail-page .article-layout,.news-detail-page .article-action-row{grid-template-columns:1fr}.news-page .featured-media{min-height:300px}.news-page .news-grid,.news-detail-page .news-grid{grid-template-columns:repeat(2,1fr)}.news-page .section-title,.news-page .newsletter-box,.news-detail-page .section-title{grid-template-columns:1fr;display:grid;align-items:flex-start}.news-detail-page .toc{position:static}}@media(max-width:640px){.news-page .page-hero{padding:48px 0 34px}.news-page .page-hero h1,.news-detail-page .article-head h1{font-size:34px}.news-page .page-hero p,.news-detail-page .article-excerpt{font-size:15px}.news-page .hero-search{border-radius:22px;flex-direction:column;padding:12px}.news-page .hero-search input{height:42px}.news-page .hero-search .btn,.news-page .newsletter-box .btn{width:100%}.news-page .featured{padding:36px 0}.news-page .featured-card,.news-page .news-card,.news-detail-page .news-card{border-radius:24px}.news-page .featured-copy{padding:24px}.news-page .featured-media{min-height:230px}.news-page .news-main{padding:48px 0 58px}.news-page .section-title,.news-detail-page .section-title{display:block;text-align:center}.news-page .filters{justify-content:center;margin-top:18px}.news-page .news-grid,.news-detail-page .news-grid{grid-template-columns:1fr}.news-page .news-image,.news-detail-page .news-image{height:190px}.news-page .news-footer,.news-detail-page .news-footer{align-items:flex-start;flex-direction:column}.news-page .newsletter{padding-bottom:56px}.news-page .newsletter-box{border-radius:24px;padding:24px}.news-detail-page .article-hero{padding-top:44px}.news-detail-page .hero-image{height:260px;border-radius:24px}.news-detail-page .article-wrap{padding:42px 0 58px}.news-detail-page .article-content{font-size:15px}.news-detail-page .article-action-panel,.news-detail-page .author-box,.news-detail-page .cta-box{border-radius:22px;padding:20px}.news-detail-page .author-box{grid-template-columns:1fr;text-align:center}.news-detail-page .author-avatar{margin:auto}.news-detail-page .cta-box{align-items:flex-start;flex-direction:column}.news-detail-page .cta-box .btn{width:100%}}.sticky-cta{position:fixed!important;right:24px!important;bottom:24px!important;left:auto!important;z-index:1210!important;min-width:246px!important;min-height:58px!important;padding:0 30px!important;border-radius:999px!important;background:linear-gradient(135deg,#fdb821,#ffd66a)!important;color:var(--purple-dark)!important;font-family:Sarabun,sans-serif!important;font-size:18px!important;font-weight:900!important;box-shadow:0 18px 42px #fdb82161!important}.sticky-cta:hover{transform:translateY(-2px)!important;box-shadow:0 22px 52px #fdb82175!important}.cookie-mini{position:fixed!important;left:50%!important;right:auto!important;bottom:22px!important;transform:translate(-50%)!important;z-index:1200!important;display:none!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;width:min(680px,calc(100% - 430px))!important;min-height:62px!important;padding:12px 14px 12px 18px!important;border-radius:20px!important;background:#fffffffa!important;border:1px solid rgba(76,42,134,.12)!important;box-shadow:0 18px 50px #24113f2e!important;backdrop-filter:blur(14px)!important;-webkit-backdrop-filter:blur(14px)!important}.cookie-mini.show{display:flex!important}.cookie-mini-text{min-width:0!important;color:#51485f!important;font-size:14px!important;line-height:1.45!important}.cookie-mini-text b{color:var(--purple-dark)!important;font-weight:900!important}.cookie-mini-actions{display:flex!important;flex:0 0 auto!important;gap:8px!important}.cookie-btn{min-height:42px!important;padding:9px 18px!important;border-radius:999px!important;font-family:Sarabun,sans-serif!important;font-size:14px!important;font-weight:900!important}.cookie-btn.primary{background:linear-gradient(135deg,var(--purple),var(--purple-dark))!important;color:#fff!important;box-shadow:0 12px 24px #4c2a863d!important}.cookie-btn.ghost{background:#f4f5f7!important;color:#76717f!important;border:1px solid #e5e7eb!important}@media(min-width:981px)and (max-width:1180px){.cookie-mini{width:min(620px,calc(100% - 460px))!important}.sticky-cta{min-width:220px!important;padding-inline:24px!important;font-size:16px!important}}@media(max-width:980px){.cookie-mini{width:calc(100% - 36px)!important;bottom:18px!important}.sticky-cta{right:18px!important;bottom:18px!important;min-width:220px!important;min-height:54px!important;padding-inline:24px!important;font-size:16px!important}.sticky-cta.cookie-visible{bottom:102px!important}}@media(max-width:640px){.cookie-mini{align-items:flex-start!important;flex-direction:column!important;width:calc(100% - 28px)!important;bottom:16px!important;padding:14px!important;border-radius:18px!important}.cookie-mini-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr 1fr!important}.cookie-mini-actions .cookie-btn{width:100%!important;min-height:40px!important;padding:9px 8px!important;font-size:13px!important}.sticky-cta{left:14px!important;right:14px!important;bottom:14px!important;min-width:0!important;width:auto!important;min-height:56px!important;justify-content:center!important;font-size:17px!important}.sticky-cta.cookie-visible{bottom:156px!important}}@media(max-width:420px){.sticky-cta.cookie-visible{bottom:166px!important}.cookie-mini-text{font-size:13px!important}}.plans-page{--plans-orange:#ff7a18;--plans-orange-2:#ff9f43;min-height:100vh;background:radial-gradient(circle at 10% 0%,rgba(253,184,33,.16),transparent 26%),radial-gradient(circle at 88% 8%,rgba(76,42,134,.13),transparent 26%),linear-gradient(180deg,#fff,#fbf8ff 48%,#fff7df);color:#201331;font-family:Sarabun,sans-serif}.plans-page .container{width:min(1240px,calc(100% - 40px))}.plans-hero{position:relative;overflow:hidden;padding:66px 0 30px}.plans-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(76,42,134,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(76,42,134,.025) 1px,transparent 1px);background-size:44px 44px;pointer-events:none}.plans-hero .container{position:relative;z-index:2}.plans-badge{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;border-radius:999px;background:#fdb82138;border:1px solid rgba(253,184,33,.34);color:var(--purple-dark);font-size:13px;font-weight:900;margin-bottom:16px}.plans-hero h1{margin:0 0 14px;font-size:clamp(34px,5vw,56px);line-height:1.22;color:var(--purple-dark);font-weight:900;letter-spacing:-.4px}.plans-hero p{margin:0;color:#675d77;line-height:1.85;font-size:16px;max-width:820px}.plans-hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:22px}.plans-btn-orange{background:linear-gradient(135deg,var(--plans-orange),var(--plans-orange-2));color:#fff;box-shadow:0 14px 30px #ff7a1847}.plans-billing-bar{position:sticky;top:78px;z-index:90;padding:14px 0;background:#f8f5ffe0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-top:1px solid rgba(76,42,134,.08);border-bottom:1px solid rgba(76,42,134,.08)}.plans-billing-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.plans-billing-title{font-weight:900;color:var(--purple-dark)}.plans-promo-note{display:inline-flex;color:#23a455;font-size:13px;font-weight:900;background:#23a45517;border:1px solid rgba(35,164,85,.16);padding:9px 13px;border-radius:999px;margin-top:8px}.plans-toggle{background:#fff;border:1px solid rgba(76,42,134,.13);border-radius:999px;padding:6px;display:flex;gap:6px;box-shadow:0 12px 28px #24113f12}.plans-toggle button{border:0;background:transparent;border-radius:999px;padding:10px 18px;font-family:inherit;font-weight:900;color:#706681;cursor:pointer}.plans-toggle button.active{background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;box-shadow:0 10px 24px #4c2a8638}.plans-table-section{padding:34px 0 90px}.plans-table-head{display:flex;align-items:flex-end;justify-content:space-between;gap:18px;margin-bottom:18px}.plans-table-head h2{margin:0 0 6px;color:var(--purple-dark);font-size:clamp(26px,3vw,40px);line-height:1.25;font-weight:900}.plans-table-head p{margin:0;color:var(--muted);line-height:1.7}.plans-scroll-hint{display:inline-flex;align-items:center;gap:8px;padding:9px 13px;border-radius:999px;background:#fff;border:1px solid rgba(76,42,134,.13);color:var(--purple);font-size:13px;font-weight:900;white-space:nowrap;box-shadow:0 10px 24px #24113f0f}.plans-compare-wrap{position:relative;border-radius:30px;background:#ffffffd6;border:1px solid rgba(76,42,134,.12);box-shadow:0 26px 80px #24113f1f;overflow:hidden;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.plans-table-scroll{max-height:76vh;overflow:auto;position:relative;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:rgba(76,42,134,.35) rgba(76,42,134,.08)}.plans-table-scroll::-webkit-scrollbar{height:12px;width:12px}.plans-table-scroll::-webkit-scrollbar-thumb{background:#4c2a8657;border-radius:999px;border:3px solid rgba(255,255,255,.7)}.plans-table-scroll::-webkit-scrollbar-track{background:#4c2a860f}.plans-compare-table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;font-size:14px;table-layout:fixed}.plans-compare-table thead th{position:sticky;top:0;z-index:50;width:190px;min-width:190px;padding:16px 12px;background:linear-gradient(180deg,#5a31a3,#3b1d6e);color:#fff;border-right:1px solid rgba(255,255,255,.14);border-bottom:1px solid rgba(255,255,255,.16);text-align:center;vertical-align:top;box-shadow:0 12px 28px #24113f29}.plans-compare-table thead th:first-child{left:0;z-index:120;width:280px;min-width:280px;text-align:left;background:linear-gradient(135deg,#4c2a86,#24113f);box-shadow:12px 0 28px #24113f2e,0 12px 28px #24113f29}.plans-compare-table tbody th{position:sticky;left:0;z-index:70;width:280px;min-width:280px;padding:15px 18px;background:#fff;color:var(--purple-dark);text-align:left;border-right:1px solid rgba(76,42,134,.14);border-bottom:1px solid rgba(76,42,134,.09);box-shadow:12px 0 24px #24113f0e;font-weight:900;vertical-align:middle}.plans-compare-table tbody td{width:190px;min-width:190px;padding:13px 12px;background:#ffffffdb;text-align:center;border-right:1px solid rgba(76,42,134,.08);border-bottom:1px solid rgba(76,42,134,.08);color:#5f5670;vertical-align:middle;line-height:1.55}.plans-compare-table tbody tr:nth-child(2n):not(.plans-category-row) td,.plans-compare-table tbody tr:nth-child(2n):not(.plans-category-row) th{background:#fbf9ff}.plans-compare-table tbody tr:hover td,.plans-compare-table tbody tr:hover th{background:#fff8e8}.plans-compare-table tbody tr.plans-category-row th{z-index:75;background:linear-gradient(135deg,#4c2a86,#24113f)!important;color:#fff;border-bottom:0}.plans-compare-table tbody tr.plans-category-row td{background:linear-gradient(135deg,#4c2a861a,#fdb8211c);color:var(--purple-dark);font-weight:900;text-align:left;border-bottom:1px solid rgba(76,42,134,.1)}.plans-plan-tag,.plans-popular{display:inline-flex;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:#ffffff21;color:#fff;font-size:11px;font-weight:900}.plans-popular{background:linear-gradient(135deg,var(--plans-orange),var(--plans-orange-2));box-shadow:0 8px 18px #ff7a1847}.plans-plan-name{display:block;font-size:17px;font-weight:900;margin-bottom:7px;color:#fff}.plans-compare-table tbody .plans-plan-name{color:var(--purple-dark)}.plans-plan-price{display:block;font-size:18px;font-weight:900;color:#ffd66a;line-height:1.2}.plans-plan-desc{display:block;font-size:12px;color:#ffffffc2;margin-top:8px;line-height:1.35}.plans-check{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#23a4551f;color:#23a455;font-weight:900}.plans-dash{color:#aaa3b8;font-weight:900}.plans-trial-btn{width:100%;border:0;border-radius:999px;padding:11px 12px;background:linear-gradient(135deg,var(--plans-orange),var(--plans-orange-2));color:#fff;font-family:inherit;font-size:13px;font-weight:900;cursor:pointer;box-shadow:0 12px 24px #ff7a183d;transition:.22s}.plans-trial-btn:hover{transform:translateY(-2px)}.plans-head-btn{display:inline-flex;align-items:center;justify-content:center;margin-top:12px;padding:10px;font-size:12px}.plans-freeze-note{padding:14px 18px;display:flex;gap:10px;align-items:center;color:#675d77;font-size:13px;line-height:1.55;border-top:1px solid rgba(76,42,134,.08);background:#ffffffb3}.plans-freeze-note b{color:var(--purple-dark)}.plans-floating-top{position:fixed;right:22px;bottom:22px;z-index:500;width:56px;height:56px;border:1px solid rgba(255,255,255,.38);border-radius:22px;background:radial-gradient(circle at 30% 20%,rgba(255,255,255,.38),transparent 35%),linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;box-shadow:0 18px 42px #24113f47;display:grid;place-items:center;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(14px);transition:.25s;font-size:24px;font-weight:900}.plans-floating-top.show{opacity:1;pointer-events:auto;transform:translateY(0)}@media(max-width:980px){.plans-table-head{align-items:flex-start;flex-direction:column}}@media(max-width:640px){.plans-page .container{width:min(100% - 28px,1240px)}.plans-hero{padding:42px 0 24px}.plans-hero h1{font-size:31px}.plans-hero p{font-size:15px}.plans-hero-actions .btn{width:100%}.plans-billing-bar{top:68px}.plans-billing-inner{display:block}.plans-toggle{margin-top:12px;overflow-x:auto;border-radius:18px}.plans-toggle button{flex:0 0 auto;padding:10px 14px;font-size:13px}.plans-promo-note{margin-top:10px}.plans-compare-wrap{border-radius:22px}.plans-table-scroll{max-height:74vh}.plans-compare-table{font-size:13px}.plans-compare-table thead th{width:170px;min-width:170px;padding:14px 10px}.plans-compare-table thead th:first-child,.plans-compare-table tbody th{width:230px;min-width:230px}.plans-compare-table tbody td{width:170px;min-width:170px;padding:12px 10px}.plans-compare-table tbody th{padding:13px 12px}.plans-floating-top{right:14px;bottom:14px;width:52px;height:52px;border-radius:18px}}footer{position:relative!important;overflow:hidden!important;background:radial-gradient(circle at 0% 0%,rgba(253,184,33,.14),transparent 28%),radial-gradient(circle at 100% 15%,rgba(124,74,188,.2),transparent 34%),linear-gradient(135deg,#23101f,#2a1150 38%,#190830)!important;color:#fff!important;padding:64px 0 30px!important}.footer-wrap{position:relative!important;z-index:2!important}.footer-top{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:22px!important;flex-wrap:wrap!important;padding-bottom:28px!important;margin-bottom:40px!important;border-bottom:1px solid rgba(255,255,255,.14)!important}.footer-trust{display:flex!important;gap:14px!important;flex-wrap:wrap!important}.footer-trust span{display:inline-flex!important;align-items:center!important;gap:10px!important;background:#ffffff17!important;border:1px solid rgba(255,255,255,.18)!important;padding:12px 18px!important;border-radius:999px!important;font-size:14px!important;font-weight:800!important;color:#ffffffe6!important;box-shadow:inset 0 1px #ffffff0f!important;white-space:nowrap!important}.footer-trust svg{width:18px!important;height:18px!important;color:var(--gold)!important;flex:0 0 auto!important}.footer-rating{font-size:16px!important;color:#ffffffeb!important;font-weight:900!important;white-space:nowrap!important}.footer-rating .star{color:var(--gold)!important;filter:drop-shadow(0 0 8px rgba(253,184,33,.35))!important}.footer-grid{display:grid!important;grid-template-columns:1.28fr .72fr .72fr 1.08fr!important;gap:54px!important;align-items:start!important;margin-bottom:54px!important}.footer-logo-row.da-footer-logo{display:flex!important;align-items:center!important;gap:14px!important;margin-bottom:22px!important}.footer-da-icon{width:56px!important;height:56px!important;border-radius:20px!important;box-shadow:0 18px 34px #6c22c747,inset 0 1px #ffffff2e!important}.footer-da-icon .da-logo-img{width:100%!important;height:100%!important;object-fit:cover!important}.footer-da-text strong{display:block!important;font-size:28px!important;line-height:1.05!important;font-weight:900!important;letter-spacing:-.4px!important;color:#fff!important}.footer-da-text small{display:block!important;margin-top:5px!important;font-size:13px!important;color:#ffffffad!important;font-weight:900!important;letter-spacing:.45px!important;text-transform:uppercase!important}.footer-brand-text{font-size:17px!important;line-height:1.85!important;color:#fffc!important;max-width:410px!important;margin:0 0 22px!important}.footer-col h4{color:var(--gold)!important;margin:4px 0 20px!important;font-size:18px!important;font-weight:900!important}.footer-col a{display:block!important;color:#ffffffb8!important;line-height:1.9!important;font-size:16px!important;transition:.2s!important}.footer-col a:hover{color:#fff!important;transform:translate(3px)!important}.footer-app-card{background:linear-gradient(145deg,#ffffff1f,#ffffff0f)!important;border:1px solid rgba(255,255,255,.16)!important;border-radius:30px!important;padding:24px!important;box-shadow:0 24px 70px #0000003d,inset 0 1px #ffffff14!important;max-width:none!important;margin-left:0!important}.footer-app-title{display:flex!important;align-items:center!important;gap:14px!important;font-size:18px!important;font-weight:900!important;color:#fff!important;margin-bottom:18px!important}.footer-app-title span{width:48px!important;height:48px!important;border-radius:16px!important;background:var(--gold)!important;color:var(--purple-dark)!important;display:grid!important;place-items:center!important;font-size:22px!important;flex:0 0 auto!important}.footer-app-body{display:grid!important;grid-template-columns:112px 1fr!important;gap:18px!important;align-items:start!important}.qr-box{width:112px!important;height:112px!important;border-radius:18px!important;background:#fff!important;padding:10px!important;display:grid!important;place-items:center!important;box-shadow:0 10px 24px #0000002e!important}.qr-pattern{width:92px!important;height:92px!important;background:conic-gradient(#111 25%,transparent 0 50%,#111 0 75%,transparent 0) 0 0/18px 18px,linear-gradient(#111 0,#111 0) 0 0/30px 30px no-repeat,linear-gradient(#111 0,#111 0) 62px 0/30px 30px no-repeat,linear-gradient(#111 0,#111 0) 0 62px/30px 30px no-repeat!important;background-color:#fff!important;border:5px solid #fff!important}.store-buttons{display:grid!important;gap:12px!important}.store-btn{min-height:50px!important;border-radius:14px!important;background:#101010!important;color:#fff!important;display:flex!important;align-items:center!important;gap:10px!important;padding:0 16px!important;border:1px solid rgba(255,255,255,.16)!important;font-weight:900!important;line-height:1.05!important}.store-btn svg{width:24px!important;height:24px!important;fill:currentColor!important;flex:0 0 auto!important}.store-btn small{display:block!important;font-size:10px!important;color:#ffffffb3!important;font-weight:800!important}.footer-socials{display:flex!important;gap:10px!important;flex-wrap:wrap!important;margin-top:18px!important}.footer-socials a{width:44px!important;height:44px!important;border-radius:16px!important;display:grid!important;place-items:center!important;background:#ffffff1a!important;border:1px solid rgba(255,255,255,.14)!important;color:#fff!important;transition:.25s!important}.footer-socials a:hover{background:var(--gold)!important;color:var(--purple-dark)!important;transform:translateY(-3px)!important}.footer-socials svg{width:20px!important;height:20px!important;fill:currentColor!important}.line-add-btn{margin-top:18px!important;width:100%!important;min-height:62px!important;border-radius:16px!important;background:#06c755!important;color:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;font-size:18px!important;font-weight:900!important;box-shadow:0 16px 34px #06c7553d!important}.line-add-btn span{width:38px!important;height:38px!important;border-radius:50%!important;background:#fff!important;color:#06c755!important;display:grid!important;place-items:center!important;font-size:14px!important;font-weight:900!important}.footer-bottom{border-top:1px solid rgba(255,255,255,.14)!important;padding-top:28px!important;display:flex!important;justify-content:space-between!important;align-items:center!important;gap:20px!important;flex-wrap:wrap!important;color:#ffffff94!important;font-size:15px!important}.footer-bottom-links{display:flex!important;gap:8px!important;flex-wrap:wrap!important}.footer-bottom-links a{color:#ffffffb8!important}.footer-bottom-links a:hover{color:#fff!important}@media(max-width:1100px){.footer-grid{grid-template-columns:1fr 1fr!important;gap:30px!important}.footer-app-card{max-width:420px!important}}@media(max-width:640px){footer{padding:42px 0 24px!important}.footer-top{align-items:flex-start!important;margin-bottom:28px!important}.footer-trust{width:100%!important;gap:8px!important}.footer-trust span{width:100%!important;justify-content:flex-start!important;padding:10px 13px!important;font-size:12px!important}.footer-rating{font-size:13px!important}.footer-grid{grid-template-columns:1fr!important;gap:28px!important;margin-bottom:34px!important}.footer-da-icon{width:48px!important;height:48px!important;border-radius:17px!important}.footer-da-text strong{font-size:24px!important}.footer-da-text small{font-size:11px!important}.footer-brand-text{font-size:15px!important;line-height:1.75!important}.footer-app-card{max-width:100%!important;padding:18px!important;border-radius:24px!important}.footer-app-body{grid-template-columns:104px 1fr!important;gap:14px!important}.qr-box{width:104px!important;height:104px!important}.store-btn{min-height:46px!important;padding:0 12px!important;font-size:13px!important}.footer-bottom{align-items:flex-start!important;flex-direction:column!important;font-size:13px!important}}.policy-page{background:#f7f4ff;color:#1f1530;font-family:Sarabun,sans-serif}.policy-page .container{width:min(1200px,calc(100% - 40px))}.policy-hero{position:relative;overflow:hidden;padding:90px 0 80px;background:radial-gradient(circle at 15% 10%,rgba(253,184,33,.2),transparent 24%),radial-gradient(circle at 88% 16%,rgba(255,255,255,.08),transparent 26%),linear-gradient(135deg,#1c0c33,#4c2a86 52%,#160927);color:#fff}.policy-hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(rgba(255,255,255,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.04) 1px,transparent 1px);background-size:42px 42px;opacity:.45}.policy-hero .container{position:relative;z-index:2}.policy-breadcrumb{color:#ffffffbf;font-size:14px;margin-bottom:18px}.policy-breadcrumb a{color:#ffffffe6}.policy-badge{display:inline-flex;align-items:center;gap:8px;background:#fdb82124;border:1px solid rgba(253,184,33,.26);color:#ffd86b;padding:9px 16px;border-radius:999px;font-size:13px;font-weight:900;margin-bottom:22px}.policy-hero h1{font-size:clamp(40px,5vw,62px);line-height:1.2;margin:0 0 18px;color:#fff}.policy-hero p{max-width:780px;color:#ffffffd1;line-height:1.9;font-size:17px;margin:0}.policy-date{margin-top:22px;color:#ffffffa6;font-size:14px}.policy-main-section{padding:0}.policy-layout{display:grid;grid-template-columns:300px 1fr;gap:32px;align-items:start;padding:60px 0 90px}.policy-sidebar{position:sticky;top:100px;background:#ffffffeb;border:1px solid rgba(76,42,134,.1);border-radius:28px;padding:24px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 24px 70px #24113f1a}.policy-sidebar h3{margin:0 0 18px;color:var(--purple-dark);font-size:18px}.policy-sidebar a{display:block;padding:12px 14px;border-radius:14px;color:#665c77;font-size:14px;font-weight:700;transition:.25s}.policy-sidebar a:hover{background:#f4f0ff;color:var(--purple);transform:translate(3px)}.policy-content{display:grid;gap:24px}.policy-card{background:#fffffff0;border:1px solid rgba(76,42,134,.08);border-radius:30px;padding:36px;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 20px 60px #24113f12;scroll-margin-top:104px}.policy-card h2{font-size:34px;margin:0 0 18px;color:var(--purple-dark)}.policy-card h3{color:var(--purple-dark)}.policy-card p{line-height:1.95;color:#726784;margin:0 0 14px}.policy-card ul{padding-left:22px;color:#726784;line-height:1.95;margin:0}.policy-card li{margin-bottom:8px}.security-highlight,.policy-notice-box{display:flex;align-items:flex-start;gap:20px;background:linear-gradient(135deg,#4c2a8614,#fdb82114);border:1px solid rgba(76,42,134,.1);border-radius:24px;padding:26px}.security-icon,.policy-notice-icon{width:70px;height:70px;border-radius:22px;background:linear-gradient(135deg,var(--purple),var(--purple-dark));color:#fff;display:flex;align-items:center;justify-content:center;font-size:30px;flex:0 0 auto;box-shadow:0 14px 34px #4c2a8633}.security-highlight h3,.policy-notice-box h3{margin:0 0 10px;font-size:24px}.security-highlight p,.policy-notice-box p{margin:0}.compliance-grid,.terms-grid{display:grid;gap:18px;margin-top:26px}.compliance-grid{grid-template-columns:repeat(4,1fr)}.terms-grid{grid-template-columns:repeat(3,1fr)}.compliance-item,.terms-mini{background:#fff;border:1px solid rgba(76,42,134,.08);border-radius:22px;padding:24px 18px;text-align:center;box-shadow:0 14px 38px #24113f0f}.terms-mini{text-align:left;padding:22px}.compliance-item .icon,.terms-mini .icon{font-size:34px;margin-bottom:12px}.terms-mini .icon{font-size:30px;margin-bottom:10px}.compliance-item h4,.terms-mini h4{color:var(--purple-dark);margin:0 0 6px}.terms-mini h4{margin-bottom:8px}.compliance-item p,.terms-mini p{margin:0;font-size:13px}.policy-cta{margin-top:10px;background:linear-gradient(135deg,#24113f,#4c2a86);border-radius:32px;padding:50px;color:#fff;text-align:center;overflow:hidden;position:relative}.policy-cta:before{content:"";position:absolute;right:-120px;top:-120px;width:320px;height:320px;border-radius:50%;background:radial-gradient(circle,rgba(253,184,33,.18),transparent 70%)}.policy-cta h2,.policy-cta p,.policy-cta a{position:relative;z-index:2}.policy-cta h2{font-size:40px;margin:0 0 14px;color:#fff}.policy-cta p{color:#fffc;margin:0 0 24px}@media(max-width:980px){.policy-layout{grid-template-columns:1fr}.policy-sidebar{position:relative;top:0}.compliance-grid,.terms-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.policy-page .container{width:min(100% - 28px,1200px)}.policy-hero{padding:70px 0 60px}.policy-hero h1{font-size:36px}.policy-card{padding:24px;border-radius:24px}.policy-card h2{font-size:28px}.security-highlight,.policy-notice-box{flex-direction:column}.compliance-grid,.terms-grid{grid-template-columns:1fr}.policy-cta{padding:34px 24px}.policy-cta h2{font-size:30px}}.state-screen{min-height:100vh;display:grid;place-content:center;gap:14px;padding:24px;text-align:center;font-family:IBM Plex Sans Thai,sans-serif;color:#24113f;background:#f8f5ff}.loader{width:42px;height:42px;margin:0 auto;border:4px solid rgba(76,42,134,.14);border-top-color:#4c2a86;border-radius:50%;animation:spin .9s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.form-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2100;display:flex;align-items:center;justify-content:center;padding:18px;background:#10081fb8}.form-panel{width:min(760px,100%);max-height:92vh;overflow:auto;border-radius:28px;padding:28px;color:#24113f;background:#fff;box-shadow:0 30px 90px #00000047}.form-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:18px}.form-panel-head h3{margin:0;font-size:28px;color:#24113f}.form-close{width:42px;height:42px;border:0;border-radius:50%;color:#24113f;background:#f1edf8;font-size:24px;cursor:pointer}.join-form,.demo-form{display:grid;gap:12px}.demo-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.join-form input,.demo-form input,.demo-form select,.demo-form textarea{width:100%;min-height:48px;border:1px solid #ded8ea;border-radius:14px;padding:0 14px;color:#24113f;background:#fff;font:600 14px Sarabun,sans-serif}.demo-form textarea{min-height:92px;padding-top:12px;resize:vertical}.form-success{margin:0;color:#138a3d;font-weight:800}.form-error{margin:0;color:#b42318;font-weight:800}.availability-note{color:#6b7280;font-weight:700}@media(max-width:640px){.form-panel{padding:22px 16px;border-radius:22px}.demo-form-grid{grid-template-columns:1fr}}
