:root{--brand-primary:#0b4f6c;--brand-secondary:#01baef;--brand-on-primary:#ffffff;--brand-background:#f5f7fa}*{box-sizing:border-box}body,html{margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;background:var(--brand-background);color:#1a1f24;-webkit-font-smoothing:antialiased;line-height:1.5}a{color:inherit}.page{min-height:100vh;display:flex;flex-direction:column}.site-header{justify-content:space-between;padding:1.1rem clamp(1rem,5vw,3rem);background:#ffffff;border-bottom:1px solid rgba(0,0,0,.06)}.brand-pair,.site-header{display:flex;align-items:center;gap:1rem}.brand-pair img{height:40px;width:auto;object-fit:contain}.brand-divider{width:1px;height:32px;background:rgba(0,0,0,.12)}.powered{display:flex;align-items:center;gap:.5rem;font-size:.78rem;color:#6b7682;white-space:nowrap}.powered img{height:22px;width:auto}.hero{position:relative;overflow:hidden;flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:clamp(2.5rem,8vw,5rem) 1.5rem;background:linear-gradient(160deg,var(--brand-background) 0,#ffffff 100%)}.cursor-trail{position:absolute;inset:0;width:100%;height:100%;z-index:0;pointer-events:none}.hero-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;width:100%}.hero-badge{display:inline-flex;align-items:center;gap:.45rem;padding:.35rem .85rem;border-radius:999px;background:var(--brand-tint);color:var(--brand-primary);font-size:.82rem;font-weight:600;margin-bottom:1.4rem}.hero-logo{max-height:88px;max-width:280px;width:auto;margin-bottom:1.6rem;object-fit:contain}.hero h1{font-size:clamp(1.8rem,4.5vw,2.8rem);line-height:1.15;margin:0 0 .9rem;color:#11181f}.hero h1 .accent{color:var(--brand-primary)}.hero p{max-width:560px;font-size:clamp(1rem,2.2vw,1.18rem);color:#4a5560;margin:0 auto 2rem}.cta-row{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center}.btn{display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.6rem;border-radius:12px;font-size:1rem;font-weight:600;border:none;cursor:pointer;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}.btn-primary{background:linear-gradient(135deg,var(--brand-primary) 0,var(--brand-secondary) 100%);color:var(--brand-on-primary);box-shadow:0 10px 24px var(--brand-shadow)}.btn-primary:hover{transform:translateY(-1px);filter:brightness(1.04)}.btn-ghost{background:#ffffff;color:var(--brand-primary);border:1px solid rgba(0,0,0,.1)}.btn-ghost:hover{transform:translateY(-1px)}.notice-card{margin:2rem auto 0;max-width:540px;padding:1.3rem 1.5rem;border-radius:14px;background:#ffffff;border:1px dashed var(--brand-primary);text-align:left;font-size:.93rem;color:#4a5560}.notice-card strong{color:var(--brand-primary)}.bot-frame-wrap{width:min(820px,100%);margin:0 auto}.bot-frame{width:100%;height:640px;max-height:75vh;border:1px solid rgba(0,0,0,.1);border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(0,0,0,.08)}.site-footer{padding:1.4rem 1.5rem;text-align:center;font-size:.82rem;color:#8b95a1;background:#ffffff;border-top:1px solid rgba(0,0,0,.06)}.site-footer a{color:var(--brand-primary);text-decoration:none;font-weight:600}.center-screen{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;gap:1rem}.center-screen img.logo{height:46px;margin-bottom:.5rem}.center-screen h1{margin:0;font-size:clamp(1.6rem,4vw,2.2rem)}.center-screen p{margin:0;color:#5b6671;max-width:460px}.customer-list{list-style:none;padding:0;margin:1rem 0 0;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}.customer-list a{display:inline-block;padding:.5rem 1rem;border-radius:10px;background:#f1f4f8;text-decoration:none;font-weight:600;color:#2b3640;transition:background .12s ease}.customer-list a:hover{background:#e4e9f0}