:root{--bg:#fff;--text:#1d1d1f;--muted:#86868b;--accent:#7000ff;--accent-secondary:#ff007a;--accent-light:#7000ff14;--brand-gradient:linear-gradient(135deg, #7000ff, #ff007a);--coffee:#6f4e37;--coffee-light:#f5f1ee;--border:#f5f5f7;--radius:12px;--radius-lg:24px;--container:1200px;--header-h:72px}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Outfit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}.container{width:100%;max-width:var(--container);margin:0 auto;padding:0 24px}.section{padding:100px 0}h1,h2,h3,h4{letter-spacing:-.03em;margin-bottom:1rem;font-weight:800;line-height:1.1}p{color:var(--muted);margin-bottom:1.5rem}@media (width<=768px){h1{font-size:3.5rem!important}h2{font-size:2.5rem!important}h3{font-size:2rem!important}}@media (width<=480px){h1{font-size:2.8rem!important}}.grad-blue,.text-gradient{background:var(--brand-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text}header{width:100%;height:var(--header-h);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid var(--border);z-index:1000;background:#ffffffd9;align-items:center;display:flex;position:fixed;top:0;left:0}.logo{color:#000;font-size:1.6rem;font-weight:900;text-decoration:none}.logo span{color:var(--accent)}nav{align-items:center;gap:32px;display:flex}nav a{color:var(--muted);font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s}nav a:hover{color:var(--accent)}#mobile-toggle{cursor:pointer;color:var(--text);background:0 0;border:none;font-size:1.8rem;display:none}@media (width<=768px){nav{display:none}#mobile-toggle{display:block}#main-nav.active{top:var(--header-h);width:100%;height:calc(100vh - var(--header-h));z-index:2000;background:#fff;flex-direction:column;gap:24px;padding:40px;display:flex;position:fixed;left:0;overflow-y:auto}#main-nav.active a{color:var(--text);font-size:1.5rem}}.btn{white-space:nowrap;border-radius:50px;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:inline-block}@media (width<=480px){.btn{text-align:center;width:100%;padding:1rem 1.5rem}}.btn:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 12px 24px #0000001a}.btn-primary{background:var(--brand-gradient);color:#fff}.btn-primary:hover{filter:brightness(1.1);transform:translateY(-4px)scale(1.02)}.btn-outline{color:#000;background:0 0;border:1.5px solid #000}.btn-outline:hover{color:#fff;background:#000}.grid-2{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.grid-3{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.grid-stack{grid-template-columns:1fr 1.5fr;gap:5rem;display:grid}@media (width<=992px){.grid-stack{grid-template-columns:1fr;gap:4rem}}@media (width<=768px){.grid-2,.grid-3{grid-template-columns:1fr;gap:1.5rem}.grid-stack{gap:3rem}}.badge{background:var(--accent-light);color:var(--accent);text-transform:uppercase;letter-spacing:.05em;border-radius:99px;margin-bottom:1rem;padding:6px 16px;font-size:.8rem;font-weight:700;display:inline-block}.card{border:1.5px solid var(--border);border-radius:var(--radius-lg);background:#fff;padding:2.5rem;transition:all .3s}.card:hover{border-color:var(--accent);transform:translateY(-5px)}@media (width<=768px){.card{padding:1.5rem}}.faq-item{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.faq-question{cursor:pointer;justify-content:space-between;font-size:1.1rem;font-weight:700;display:flex}.faq-answer{color:var(--muted);margin-top:1rem;line-height:1.6}.blog-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.blog-card{border-radius:var(--radius-lg);border:1.5px solid var(--border);overflow:hidden}.blog-image{height:200px}.blog-content{padding:1.5rem}.blog-tag{color:var(--accent);text-transform:uppercase;font-size:.8rem;font-weight:700}.blog-title{color:var(--text);margin:.5rem 0;font-size:1.25rem;font-weight:800;text-decoration:none;display:block}.blog-meta{color:var(--muted);align-items:center;gap:1rem;margin-top:1rem;font-size:.85rem;display:flex}.author-avatar{color:#fff;background:#eee;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:.6rem;font-weight:800;display:flex}footer{border-top:1px solid var(--border);background:#fbfbfd;padding:80px 0 40px}.footer-grid{grid-template-columns:2fr repeat(3,1fr);gap:60px;margin-bottom:60px;display:grid}@media (width<=992px){.footer-grid{grid-template-columns:1fr 1fr;gap:40px}}@media (width<=576px){.footer-grid{grid-template-columns:1fr}}.footer-col h4{text-transform:uppercase;letter-spacing:.1em;color:var(--text);margin-bottom:1.5rem;font-size:.85rem}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:.8rem}.footer-col ul li a{color:var(--muted);font-size:.9rem;text-decoration:none;transition:all .2s}.footer-col ul li a:hover{color:var(--accent)}.footer-bottom{border-top:1px solid var(--border);color:var(--muted);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:2rem;padding-top:40px;font-size:.8rem;display:flex}@media (width<=768px){.footer-bottom{text-align:center;flex-direction:column}}.reveal{opacity:0;transition:all .8s cubic-bezier(.2,0,0,1);transform:translateY(30px)}.reveal.active{opacity:1;transform:translateY(0)}@media (width<=1024px){nav{gap:20px}}@media (width<=768px){.section{padding:60px 0}}.lang-selector-container{display:inline-block;position:relative}.lang-selector-btn{cursor:pointer;color:var(--text);-webkit-user-select:none;user-select:none;background:#00000008;border:1px solid #0000000f;border-radius:50px;align-items:center;gap:8px;padding:.55rem 1rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.lang-selector-btn:hover{background:#0000000f;border-color:#0000001f;transform:translateY(-1px)}.lang-selector-btn:active{transform:translateY(0)}.lang-selector-btn:focus{box-shadow:0 0 0 2px var(--accent-light);outline:none}.lang-flag{font-size:1.1rem;line-height:1}.lang-name{letter-spacing:-.01em;font-size:.85rem}.lang-chevron{opacity:.5;transition:transform .3s cubic-bezier(.4,0,.2,1)}.lang-selector-container.active .lang-chevron{transform:rotate(180deg)}.lang-dropdown-menu{-webkit-backdrop-filter:blur(20px);z-index:2000;opacity:0;pointer-events:none;transform-origin:100% 0;background:#ffffffeb;border:1px solid #00000014;border-radius:16px;grid-template-columns:1fr 1fr;gap:6px;width:290px;padding:10px;transition:opacity .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1);display:grid;position:absolute;top:calc(100% + 12px);right:0;transform:translateY(-12px)scale(.95);box-shadow:0 15px 35px #00000014,0 5px 15px #00000008}.lang-dropdown-menu.show{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.lang-option{color:var(--text);white-space:nowrap;border-radius:8px;align-items:center;gap:8px;padding:8px 12px;font-size:.82rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.lang-option:hover{background:var(--accent-light);color:var(--accent)}.lang-option.active{background:var(--accent-light);color:var(--accent);font-weight:700}@media (width<=768px){.lang-dropdown-menu{grid-template-columns:1fr;width:200px;right:0}}@media (width<=480px){.lang-selector-btn .lang-name{display:none}.lang-selector-btn{gap:4px;padding:.5rem .7rem}.lang-chevron{margin-left:2px}}.feature-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}@media (width<=992px){.feature-grid{grid-template-columns:1fr;gap:1.5rem}.feature-grid>.card{box-shadow:none!important;transform:none!important}}@media (width<=1024px){.hero-title{font-size:3.8rem!important}.hero-subtitle{font-size:1.2rem!important}.chat-grid{grid-template-columns:1fr!important;gap:3rem!important}.trust-badges{gap:2.5rem!important}.roi-grid h1{font-size:4rem!important}.payment-grid{gap:3rem!important}table{font-size:.85rem}th,td{padding:1rem}.pricing-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))!important;gap:1.5rem!important}.team-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))!important;gap:2rem!important}.dir-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))!important;gap:1.5rem!important}.comparison-box{border-radius:24px!important;margin:3rem 0!important;padding:2.5rem!important}.masterclass-banner{gap:2rem!important;padding:2.5rem!important}}@media (width<=768px){.section{padding:60px 0!important}.hero-section{padding-top:100px!important}.hero-title{letter-spacing:-1px!important;font-size:2.8rem!important}.hero-title br{display:none}.hero-subtitle{margin-bottom:2rem!important;font-size:1.1rem!important}.hero-cta-row{flex-direction:column!important;align-items:center!important;gap:1rem!important;margin-bottom:3rem!important}.hero-cta-row .btn{text-align:center;width:100%}.chat-grid{grid-template-columns:1fr!important;gap:2.5rem!important}.stats-inline{flex-direction:column!important;align-items:flex-start!important;gap:1rem!important}.stats-inline>div[style*="width: 1px"]{width:60px!important;height:1px!important}.wa-mockup{border-width:6px!important;border-radius:24px!important;max-width:100%!important;padding:12px!important}.wa-chat-body{height:320px!important}.features-grid{grid-template-columns:1fr!important}.card[style*="padding: 4rem"]{padding:2rem!important}.testimonials-grid{grid-template-columns:1fr!important}.roi-grid h1{letter-spacing:-1px!important;font-size:3rem!important}.trust-badges{gap:1.5rem!important}.trust-badges>div{font-size:1rem!important}.media-grid{grid-template-columns:1fr!important}.media-item{padding:1.5rem!important}.payment-grid{gap:2rem!important}header .btn-primary{padding:.6rem 1rem!important;font-size:.85rem!important}.footer-grid{grid-template-columns:1fr!important;gap:2rem!important}.footer-bottom{text-align:center!important;flex-direction:column!important;gap:1.5rem!important}table{-webkit-overflow-scrolling:touch;white-space:nowrap;font-size:.8rem;display:block;overflow-x:auto}th,td{min-width:100px;padding:.75rem .8rem}.feat-detail,.feat-detail.reverse{direction:ltr!important;grid-template-columns:1fr!important;gap:2rem!important;padding:3rem 0!important}.stat-row{grid-template-columns:1fr!important;gap:1rem!important}.pricing-grid,.team-grid,.dir-grid,.integration-grid,.video-grid,.metric-grid{grid-template-columns:1fr!important;gap:1.5rem!important}.faq-grid{grid-template-columns:1fr!important;gap:1.5rem!important;margin-top:3rem!important}.comparison-box{border-radius:20px!important;margin:2rem 0!important;padding:1.5rem!important}.masterclass-banner{border-radius:20px!important;gap:1.5rem!important;margin-top:3rem!important;padding:2rem 1.5rem!important}div[style*=grid-template-columns]{grid-template-columns:1fr!important}.roi-grid{grid-template-columns:repeat(2,1fr)!important}.category-grid{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}}@media (width<=480px){.container{padding:0 16px}.hero-section{padding-top:90px!important}.hero-title{font-size:2.2rem!important}.hero-subtitle{font-size:1rem!important}.badge{padding:5px 12px;font-size:.7rem}.wa-mockup{border-width:4px!important;border-radius:18px!important;padding:8px!important}.wa-chat-body{height:260px!important;padding:12px!important}.roi-grid{grid-template-columns:repeat(2,1fr)!important;gap:1.5rem!important}.roi-grid h1{font-size:2.5rem!important}.trust-badges>div{font-size:.85rem!important}header .logo span{font-size:1.3rem}footer{padding:40px 0 24px}.footer-col h4{margin-bottom:1rem}.feature-grid>.card{transform:none!important}}@media (height<=500px) and (orientation:landscape){.hero-section{padding-top:80px!important;padding-bottom:40px!important}.hero-title{font-size:2rem!important}}.kopi-phone-shell{background:#fff;border-radius:36px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 0 0 10px #1a1a1f,0 0 0 12px #2a2a30,0 40px 80px #00000047,0 8px 20px #7000ff1f}.kopi-statusbar{color:#ffffffbf;letter-spacing:.02em;background:#1a1a1f;justify-content:space-between;align-items:center;padding:8px 18px;font-size:.7rem;font-weight:700;display:flex}.kopi-header{background:linear-gradient(135deg,#7000ff 0%,#c000ff 50%,#ff007a 100%);align-items:center;gap:14px;padding:16px 20px;display:flex;position:relative;overflow:hidden}.kopi-header:before{content:"";background:#ffffff14;border-radius:50%;width:100px;height:100px;position:absolute;top:-30px;right:-30px}.kopi-avatar-wrap{flex-shrink:0;position:relative}.kopi-avatar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #ffffff59;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;font-size:1.5rem;display:flex;box-shadow:0 4px 12px #0003}.kopi-online-dot{background:#4ade80;border:2px solid #fff;border-radius:50%;width:12px;height:12px;animation:2s infinite kopi-pulse-green;position:absolute;bottom:1px;right:1px}@keyframes kopi-pulse-green{0%,to{box-shadow:0 0 #4ade8080}50%{box-shadow:0 0 0 5px #4ade8000}}.kopi-header-info{flex:1;min-width:0}.kopi-name{color:#fff;letter-spacing:-.02em;font-size:1rem;font-weight:800}.kopi-status-line{color:#fffc;align-items:center;gap:6px;margin-top:2px;font-size:.72rem;display:flex}.kopi-pulse{background:#4ade80;border-radius:50%;width:6px;height:6px;animation:2s infinite kopi-pulse-green;display:inline-block}.kopi-header-actions{gap:8px;display:flex}.kopi-icon-btn{cursor:pointer;background:#ffffff1f;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;font-size:.9rem;transition:background .2s;display:flex}.kopi-icon-btn:hover{background:#fff3}.kopi-body{scrollbar-width:none;background-color:#f0ece8;background-image:radial-gradient(at 0 0,#7000ff0a 0%,#0000 50%),radial-gradient(at 100% 100%,#ff007a0a 0%,#0000 50%);background-position:0 0;background-repeat:repeat;background-size:auto;background-attachment:scroll;background-origin:padding-box;background-clip:border-box;flex-direction:column;flex:1;gap:12px;height:420px;padding:20px 16px;display:flex;overflow-y:auto}.kopi-body::-webkit-scrollbar{display:none}.kopi-date-chip{text-align:center;color:#888;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffffb3;border-radius:50px;align-self:center;padding:4px 14px;font-size:.7rem;font-weight:600;display:inline-block;box-shadow:0 1px 4px #0000000f}.kopi-msg{align-items:flex-end;gap:8px;animation:.3s cubic-bezier(.2,0,0,1) both kopi-msg-in;display:flex}@keyframes kopi-msg-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.kopi-msg--in{align-self:flex-start}.kopi-msg--out{flex-direction:row-reverse;align-self:flex-end}.kopi-msg-bubble{border-radius:18px;max-width:82%;padding:12px 15px 9px;font-size:.88rem;line-height:1.55;position:relative;box-shadow:0 2px 8px #00000014}.kopi-bubble--in{color:#1d1d1f;background:#fff;border-bottom-left-radius:4px}.kopi-bubble--out{color:#fff;background:linear-gradient(135deg,#7000ff,#c030ff);border-bottom-right-radius:4px}.kopi-bubble--tip{background:linear-gradient(135deg,#fff9f0,#fff3e5);border:1.5px solid #ff78002e;border-bottom-left-radius:4px}.kopi-tip-label{text-transform:uppercase;letter-spacing:.08em;color:#ff6b00;align-items:center;gap:4px;margin-bottom:6px;font-size:.62rem;font-weight:800;display:flex}.kopi-tip-label:before{content:"💡";font-size:.75rem}.kopi-msg-meta{color:#aaa;justify-content:flex-end;align-items:center;gap:4px;margin-top:5px;font-size:.62rem;display:flex}.kopi-bubble--out .kopi-msg-meta{color:#ffffffa6}.kopi-tick{color:#a78bfa;font-size:.65rem}.kopi-typing-row{margin-top:4px}.kopi-typing-bubble{align-items:center;gap:5px;width:fit-content;padding:14px 18px;display:flex!important}.kopi-typing-bubble span{background:#bbb;border-radius:50%;width:7px;height:7px;animation:1.2s infinite kopi-typing-bounce;display:block}.kopi-typing-bubble span:nth-child(2){animation-delay:.2s}.kopi-typing-bubble span:nth-child(3){animation-delay:.4s}@keyframes kopi-typing-bounce{0%,80%,to{background:#ccc;transform:translateY(0)}40%{background:#7000ff;transform:translateY(-6px)}}.kopi-inputbar{background:#fff;border-top:1px solid #0000000f;align-items:center;gap:10px;padding:12px 16px;display:flex}.kopi-input-field{color:#bbb;background:#f5f5f7;border-radius:25px;flex:1;padding:10px 18px;font-family:inherit;font-size:.85rem}.kopi-send-btn{background:var(--brand-gradient);cursor:pointer;color:#fff;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:transform .2s,filter .2s;display:flex}.kopi-send-btn:hover{filter:brightness(1.1);transform:scale(1.1)}@media (width<=768px){.kopi-body{height:340px!important}.kopi-phone-shell{border-radius:24px}}@media (width<=480px){.kopi-body{height:280px!important}.kopi-msg-bubble{font-size:.82rem}}.brand-wrapper{align-items:center;gap:clamp(6px,1.2vw,10px);display:flex}.brand-separator{color:#ddd;-webkit-user-select:none;user-select:none;font-size:clamp(1rem,1.5vw,1.3rem);font-weight:300}.amcore-logo{align-items:center;text-decoration:none;transition:opacity .2s;display:flex}.amcore-logo:hover{opacity:.8}.amcore-logo img{object-fit:contain;width:auto;max-width:100%;height:100%}.amcore-logo-header{height:clamp(32px,4vw,42px)}.amcore-logo-footer{height:clamp(24px,3vw,32px)}.amcore-badge-badge{color:#0b8fa0;text-transform:uppercase;letter-spacing:.5px;background:#00f2fe14;border:1px solid #00f2fe33;border-radius:50px;align-items:center;margin-bottom:1rem;padding:4px 12px;font-size:.72rem;font-weight:700;display:inline-flex}.amcore-badge-logo{object-fit:contain;vertical-align:middle;width:auto;max-width:100%;height:clamp(12px,1.8vw,15px);margin-right:6px;display:inline-block}.amcore-badge-badge span{color:#00b4d8;margin-right:4px;font-weight:800}
