:root{--canvas: #f6f7fb;--surface: #ffffff;--surface-2: #f1f4fa;--text: #0f172a;--text-muted: #475569;--border: #d9e0ec;--fin: #2563eb;--fin-soft: rgba(37, 99, 235, .13);--link: #0b57d0;--success-bg: #e8f4ea;--success-text: #14532d;--danger-bg: #fdecec;--danger-text: #7f1d1d;--radius-card: 14px;--radius-button: 10px;--font: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif;--max: 1120px}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--canvas);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--link);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3{line-height:1.1;font-weight:600;letter-spacing:-.03em}.accent-text{color:var(--fin)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.7rem 1.2rem;border-radius:var(--radius-button);font-weight:600;font-size:.9rem;border:none;cursor:pointer;font-family:inherit;transition:transform .15s ease,background-color .15s ease,color .15s ease,box-shadow .15s ease,border-color .15s ease}.btn:active{transform:scale(.97)}.btn-primary{color:#fff;background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 10px 24px -14px #2563ebcc}.btn-primary:hover{transform:scale(1.03);background:linear-gradient(135deg,#1d4ed8,#1e40af)}.btn-ghost{background:var(--surface);color:var(--text);border:1px solid var(--border)}.btn-ghost:hover{background:var(--surface-2);transform:scale(1.02)}.container{width:min(100% - 2rem,var(--max));margin-inline:auto}.section{padding:4rem 0}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-card);padding:1.5rem;box-shadow:0 12px 32px -26px #0f172a66}.grid-3{display:grid;gap:1.5rem}@media(min-width:768px){.grid-3{grid-template-columns:repeat(3,1fr)}}.grid-2{display:grid;gap:1.5rem}@media(min-width:900px){.grid-2{grid-template-columns:1fr 1fr}}.muted{color:var(--text-muted);font-size:.95rem}.badge{display:inline-block;font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:var(--text-muted);margin-bottom:.75rem;padding-left:.55rem;border-left:2px solid var(--fin)}input,textarea{font:inherit;width:100%;padding:.75rem 1rem;border-radius:6px;border:1px solid var(--border);background:var(--surface);color:var(--text)}input:focus,textarea:focus{outline:2px solid rgba(11,87,208,.35);outline-offset:1px}label{display:block;font-size:.85rem;font-weight:500;margin-bottom:.35rem;color:var(--text-muted)}.form-group{margin-bottom:1rem}.site-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--border);background:#f6f7fbe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.site-header-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem 0;flex-wrap:wrap}.brand-mark{width:40px;height:40px;border-radius:6px;display:grid;place-items:center;border:1px solid var(--border);background:var(--surface);color:var(--text)}.brand-link{font-weight:650;font-size:1.05rem;color:var(--text);text-decoration:none;display:flex;align-items:center;gap:.65rem}.brand-wordmark{font-weight:700;font-size:1.12rem;letter-spacing:-.03em}.brand-wordmark-wrap{display:inline-flex;flex-direction:column;line-height:1.05}.brand-sub{font-size:.7rem;color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.site-nav{display:flex;align-items:center;gap:.35rem 1rem;flex-wrap:wrap}.header-actions{display:inline-flex;align-items:center;gap:.55rem;margin-left:.25rem}.top-lang-select{border:1px solid var(--border);border-radius:10px;background:var(--surface);font:inherit;font-size:.8rem;font-weight:600;color:var(--text);min-width:110px;padding:.52rem .62rem}.top-lang-select:focus{outline:2px solid rgba(37,99,235,.3);outline-offset:1px}.nav-link{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.88rem;padding:.4rem .1rem;border-bottom:2px solid transparent}.nav-link:hover{color:var(--text)}.nav-link-active{color:var(--text);border-bottom-color:var(--fin)}.page-shell{flex:1;animation:kediPageIn .42s cubic-bezier(.22,1,.36,1) both;background:radial-gradient(1200px 520px at 120% -30%,var(--fin-soft),transparent),radial-gradient(900px 420px at -20% -15%,rgba(14,165,233,.08),transparent)}@keyframes kediPageIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.page-shell{animation:none}}.site-footer{border-top:1px solid var(--border);padding:2.75rem 0;margin-top:auto;background:linear-gradient(180deg,rgba(255,255,255,.86),var(--surface-2))}.footer-top{margin-bottom:2rem;align-items:start}.footer-title{font-weight:650;margin-bottom:.5rem}.footer-about{max-width:26rem;margin:0;line-height:1.65}.footer-links-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}.footer-col-title{font-weight:600;margin-bottom:.5rem;font-size:.85rem}.footer-link{display:block;color:var(--text-muted);font-size:.9rem;margin-bottom:.35rem;text-decoration:none}.footer-link:hover{color:var(--text);text-decoration:none}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-top:1.35rem;border-top:1px solid var(--border)}.footer-copy{font-size:.8rem}.payment-rail{display:flex;align-items:center;gap:.6rem;justify-content:flex-end;flex-wrap:wrap}.pay-logo{display:inline-flex;align-items:center;justify-content:center;border:1px solid color-mix(in oklab,var(--border) 82%,#fff);border-radius:10px;min-height:32px;padding:0 12px;font-size:.69rem;font-weight:600;letter-spacing:.01em;background:linear-gradient(180deg,#fff,#f8f8f9);color:#0f172a;box-shadow:inset 0 1px #ffffffe6,0 1px 2px #0208140f}.pay-logo.visa{color:#1d2a6d}.pay-logo.mc{color:#c8102e}.pay-logo.amex{color:#0077c8}.pay-logo.apple{color:#0b0f19}.pay-logo.gpay{color:#1f5fbf}.feature-card-head{display:flex;align-items:flex-start;gap:.75rem}.home-hero{padding-top:4.2rem;padding-bottom:3.4rem;background:radial-gradient(900px 420px at 12% -8%,var(--fin-soft),transparent),linear-gradient(180deg,color-mix(in oklab,var(--canvas) 92%,#fff) 0%,var(--canvas) 100%)}.home-hero-grid{align-items:center;gap:2.5rem}.home-hero-title{font-size:clamp(2rem,4.5vw,2.9rem);margin:0 0 1rem;line-height:1.02;letter-spacing:-.035em}.home-hero-text{font-size:1.1rem;margin:0 0 1.75rem;line-height:1.7}.home-hero-cta{display:flex;gap:.75rem;flex-wrap:wrap;align-items:center}.home-preview-title{font-size:.78rem;color:var(--text-muted);margin-bottom:.75rem;font-weight:600;letter-spacing:.04em}.home-benefits{background:linear-gradient(180deg,#ffffffeb,color-mix(in oklab,var(--surface) 84%,var(--canvas)));border-block:1px solid var(--border)}.home-center-title{text-align:center;margin-bottom:.5rem;font-size:1.75rem}.home-center-text{text-align:center;max-width:560px;margin:0 auto 2.5rem;font-size:1.05rem}.home-final{background:radial-gradient(900px 300px at 100% -12%,var(--fin-soft),transparent),radial-gradient(1100px 420px at -10% -30%,rgba(14,165,233,.08),transparent),var(--canvas)}.home-final-inner{text-align:center;max-width:560px;border:1px solid color-mix(in oklab,var(--border) 86%,white);border-radius:14px;padding:26px 24px;background:var(--surface);box-shadow:0 22px 44px -30px #0f172a57}.home-final-title{margin-bottom:.75rem;font-size:1.6rem}.home-final-text{margin-bottom:1.5rem;font-size:1.05rem;line-height:1.65}.feature-card-icon{flex-shrink:0;width:40px;height:40px;border-radius:10px;border:1px solid var(--border);display:grid;place-items:center;color:#1d4ed8;background:var(--surface-2)}@keyframes homeChatIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.conversation-preview{border-radius:16px;border:1px solid color-mix(in oklab,var(--border) 85%,white);background:linear-gradient(180deg,#fff,color-mix(in oklab,var(--surface) 85%,#fff));padding:1.35rem;max-width:380px;margin:0 auto;box-shadow:0 22px 48px -30px #0f172a52,0 1px #fffc inset}.msg-visitor{background:color-mix(in oklab,var(--surface-2) 78%,white);border:1px solid color-mix(in oklab,var(--border) 80%,white);border-radius:10px;padding:.75rem 1rem;margin-bottom:.5rem;font-size:.9rem;color:var(--text);animation:homeChatIn .55s ease-out both;animation-delay:.12s}.msg-agent{background:linear-gradient(180deg,#2563eb,#1d4ed8);color:#fff;border-radius:10px;padding:.75rem 1rem;margin-left:2rem;font-size:.9rem;animation:homeChatIn .55s ease-out both;animation-delay:.42s}.msg-input-faux{margin-top:1rem;height:40px;border-radius:10px;background:color-mix(in oklab,var(--surface-2) 82%,white);border:1px solid color-mix(in oklab,var(--border) 82%,white);display:flex;align-items:center;padding-left:1rem;font-size:.8rem;color:var(--text-muted);animation:homeChatIn .55s ease-out both;animation-delay:.78s}phantom-ui{--shimmer-color: rgba(255, 86, 0, .18);--shimmer-bg: rgba(17, 17, 17, .06)}@keyframes pricing-skel-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.pricing-skel-card{min-height:320px;display:flex;flex-direction:column}.pricing-skel-line{height:14px;border-radius:6px;margin-bottom:10px;background:linear-gradient(90deg,var(--surface-2) 0%,rgba(17,17,17,.08) 50%,var(--surface-2) 100%);background-size:200% 100%;animation:pricing-skel-shimmer 1.2s ease-in-out infinite}.pricing-skel-line--lg{height:22px;width:55%;margin-bottom:16px}.pricing-skel-line--price{height:34px;width:42%;margin-bottom:18px}.pricing-skel-line--btn{height:40px;width:100%;margin-top:auto}@media(max-width:900px){.site-header-inner{gap:.75rem;padding:.75rem 0}.site-nav{width:100%;justify-content:space-between;gap:.6rem}.header-actions{margin-left:auto}}@media(max-width:640px){.site-nav{justify-content:flex-start}.nav-link{font-size:.84rem}.header-actions{width:100%;justify-content:space-between;margin-left:0}.top-lang-select{min-width:84px;padding:.46rem .5rem}.footer-bottom{flex-direction:column;align-items:flex-start}.payment-rail{justify-content:flex-start}.home-hero{padding-top:2.1rem;padding-bottom:2.1rem}.home-hero-title{font-size:clamp(1.65rem,8.2vw,2.25rem)}}phantom-ui[loading] *{-webkit-text-fill-color:transparent!important;pointer-events:none;-webkit-user-select:none;user-select:none}phantom-ui[loading] img,phantom-ui[loading] svg,phantom-ui[loading] video,phantom-ui[loading] canvas,phantom-ui[loading] button,phantom-ui[loading] [role=button]{opacity:0!important}phantom-ui[loading] [data-shimmer-ignore],phantom-ui[loading] [data-shimmer-ignore] *{-webkit-text-fill-color:initial!important;pointer-events:auto;-webkit-user-select:auto;user-select:auto}phantom-ui[loading] [data-shimmer-ignore] img,phantom-ui[loading] [data-shimmer-ignore] svg,phantom-ui[loading] [data-shimmer-ignore] video,phantom-ui[loading] [data-shimmer-ignore] canvas,phantom-ui[loading] [data-shimmer-ignore] button,phantom-ui[loading] [data-shimmer-ignore] [role=button]{opacity:1!important}
