﻿@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Inter:wght@400;500;600&display=swap');
:root{
  --background:0 0% 100%;
  --foreground:210 14% 17%;
  --primary:210 14% 17%;
  --primary-foreground:0 0% 100%;
  --secondary:0 0% 96%;
  --secondary-foreground:0 0% 9%;
  --muted:0 0% 96%;
  --muted-foreground:184 5% 55%;
  --accent:239 84% 67%;
  --accent-foreground:0 0% 100%;
  --border:0 0% 90%;
  --ring:239 84% 67%;
  --radius:.5rem;
  --font-display:'Instrument Serif',serif;
  --font-body:'Inter',sans-serif;
  --shadow-dashboard:0 25px 80px -12px rgba(0,0,0,.08),0 0 0 1px rgba(0,0,0,.06);
}
*{box-sizing:border-box}
html,body{min-height:100%}
body{margin:0;background:hsl(var(--background));color:hsl(var(--foreground));font-family:var(--font-body);overflow-x:hidden}
button,a,input{font:inherit}
.bsec-mark{position:fixed;right:22px;bottom:22px;z-index:80;display:flex;align-items:center;gap:10px;border:1px solid rgba(10,20,35,.12);border-radius:999px;background:rgba(255,255,255,.72);padding:8px 13px;color:hsl(var(--foreground));text-decoration:none;backdrop-filter:blur(14px);box-shadow:0 18px 45px rgba(15,23,42,.12)}
.bsec-icon{display:block;width:34px;height:34px;flex:0 0 34px;color:currentColor}
.bsec-mark strong,.bsec-mark small{display:block;line-height:1}.bsec-mark strong{font-size:12px}.bsec-mark small{margin-top:3px;color:hsl(var(--muted-foreground));font-size:10px;text-transform:uppercase;letter-spacing:.14em}
.page{position:relative;display:flex;height:100vh;min-height:720px;flex-direction:column;overflow:hidden;background:hsl(var(--background))}
.background-video{position:absolute;inset:0;z-index:0;width:100%;height:100%;object-fit:cover;opacity:.54;filter:saturate(.86) contrast(1.05)}
.wash{position:absolute;inset:0;z-index:1;background:linear-gradient(180deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.76) 48%,rgba(255,255,255,.5) 100%)}
.navbar{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:20px 6.25vw;font-family:var(--font-body)}
.logo{display:flex;align-items:center;gap:.45rem;color:hsl(var(--foreground));text-decoration:none;font-size:1.25rem;font-weight:600;letter-spacing:-.02em}
.links{display:flex;gap:2rem}
.links a{color:hsl(var(--muted-foreground));text-decoration:none;font-size:.875rem;transition:color .2s ease}
.links a:hover{color:hsl(var(--foreground))}
.nav-cta,.primary-btn{border:0;border-radius:999px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));font-size:.875rem;font-weight:500;cursor:pointer}
.nav-cta{padding:.72rem 1.25rem}
.hero{position:relative;z-index:10;display:flex;flex:1;min-height:0;flex-direction:column;align-items:center;width:100%;padding:5vh 24px 0;text-align:center}
.hero-copy{display:flex;flex-direction:column;align-items:center;width:100%}
.badge{display:inline-flex;align-items:center;gap:.4rem;margin-bottom:1.5rem;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));padding:.42rem 1rem;color:hsl(var(--muted-foreground));font-size:.875rem;box-shadow:0 12px 35px rgba(0,0,0,.04)}
h1{max-width:720px;margin:0;color:hsl(var(--foreground));font-family:var(--font-display);font-size:clamp(3.4rem,7vw,5rem);font-weight:400;line-height:.95;letter-spacing:0}
h1 em{font-style:italic}
.subhead{max-width:650px;margin:1rem 0 0;color:hsl(var(--muted-foreground));font-size:clamp(1rem,1.5vw,1.125rem);line-height:1.7}
.actions{display:flex;align-items:center;gap:.75rem;margin-top:1.25rem}
.primary-btn{padding:1.02rem 1.55rem}
.play-btn{position:relative;width:2.75rem;height:2.75rem;border:0;border-radius:999px;background:hsl(var(--background));box-shadow:0 2px 12px rgba(0,0,0,.08);cursor:pointer}
.play-btn span{position:absolute;left:50%;top:50%;width:0;height:0;transform:translate(-38%,-50%);border-top:.33rem solid transparent;border-bottom:.33rem solid transparent;border-left:.52rem solid hsl(var(--foreground))}
.dashboard-shell{width:100%;max-width:1024px;margin-top:2rem;border:1px solid rgba(255,255,255,.5);border-radius:1rem;background:rgba(255,255,255,.4);padding:.9rem;box-shadow:var(--shadow-dashboard);backdrop-filter:blur(18px)}
.dashboard{overflow:hidden;border-radius:.75rem;background:hsl(var(--background));text-align:left;box-shadow:0 1px 0 rgba(0,0,0,.04);user-select:none;pointer-events:none}
.dash-topbar{display:flex;align-items:center;gap:1rem;border-bottom:1px solid hsl(var(--border));padding:.72rem .85rem;font-size:.6875rem}
.dash-brand,.dash-actions{display:flex;align-items:center;gap:.55rem}
.dash-brand span{display:grid;width:1.65rem;height:1.65rem;place-items:center;border:1px solid hsl(var(--border));border-radius:.45rem;font-weight:600}
.dash-brand i,.sidebar i{width:.38rem;height:.38rem;border-right:1px solid currentColor;border-bottom:1px solid currentColor;transform:rotate(45deg);opacity:.55}
.search{display:flex;min-width:190px;flex:1;align-items:center;justify-content:space-between;border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--secondary));padding:.48rem .7rem;color:hsl(var(--muted-foreground))}
kbd{border-radius:.28rem;background:hsl(var(--background));padding:.12rem .35rem;color:hsl(var(--foreground));font-size:.62rem}
.dash-actions button{border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));padding:.45rem .7rem;color:hsl(var(--foreground));font-size:.66rem}
.bell{width:1.65rem;height:1.65rem;border:1px solid hsl(var(--border));border-radius:999px;background:radial-gradient(circle at 50% 42%,hsl(var(--foreground)) 0 11%,transparent 12%)}
.avatar{display:grid;width:1.75rem;height:1.75rem;place-items:center;border-radius:999px;background:hsl(var(--foreground));color:hsl(var(--background));font-size:.62rem;font-weight:600}
.dash-body{display:flex;min-height:390px}
.sidebar{width:10rem;flex:0 0 10rem;border-right:1px solid hsl(var(--border));padding:.75rem .6rem;font-size:.6875rem}
.sidebar a{display:flex;align-items:center;justify-content:space-between;border-radius:.5rem;padding:.55rem .6rem;color:hsl(var(--muted-foreground));text-decoration:none}
.sidebar a.active{background:hsl(var(--secondary));color:hsl(var(--foreground));font-weight:600}
.sidebar b{border-radius:999px;background:hsl(var(--foreground));padding:.05rem .35rem;color:hsl(var(--background));font-size:.58rem}
.sidebar p{margin:1rem .6rem .35rem;color:hsl(var(--muted-foreground));font-size:.62rem;text-transform:uppercase;letter-spacing:.08em}
.dash-main{flex:1;background:hsl(var(--secondary) / .3);padding:1rem}
.welcome-row{display:flex;align-items:center;justify-content:space-between}
.welcome-row h2{margin:0;font-size:.875rem}
.welcome-row button{border:0;background:transparent;color:hsl(var(--muted-foreground));font-size:.65rem}
.quick-actions{display:flex;flex-wrap:wrap;gap:.45rem;margin-top:.75rem}
.quick-actions button{border:1px solid hsl(var(--border));border-radius:999px;background:hsl(var(--background));padding:.45rem .7rem;color:hsl(var(--foreground));font-size:.625rem}
.quick-actions .send{border-color:hsl(var(--accent));background:hsl(var(--accent));color:hsl(var(--accent-foreground))}
.cards{display:flex;gap:.75rem;margin-top:.85rem}
.cards article{flex:1 1 0;border:1px solid hsl(var(--border));border-radius:.75rem;background:hsl(var(--background));padding:.85rem}
.card-head{display:flex;align-items:center;justify-content:space-between;color:hsl(var(--muted-foreground));font-size:.72rem}
.balance-card h3{margin:.75rem 0 .45rem;font-size:1.35rem;font-weight:600;letter-spacing:0}
.balance-card h3 span{color:hsl(var(--muted-foreground));font-size:.75rem}
.stats{display:flex;gap:.7rem;align-items:center;font-size:.65rem}
.stats p{margin:0;color:hsl(var(--muted-foreground))}
.stats strong{color:#168a4a}.stats em{color:#c04444;font-style:normal}
svg{display:block;width:100%;height:5rem;margin-top:.45rem}
.accounts-card>div:not(.card-head){display:flex;justify-content:space-between;padding:.78rem 0;color:hsl(var(--muted-foreground));font-size:.75rem}
.accounts-card strong{color:hsl(var(--foreground));font-weight:600}
.transactions{margin-top:.75rem;border:1px solid hsl(var(--border));border-radius:.75rem;background:hsl(var(--background));padding:.85rem}
.transactions h3{margin:0 0 .6rem;font-size:.8rem}
.row{display:grid;grid-template-columns:1fr 2fr 1fr 1fr;gap:.5rem;padding:.34rem 0;font-size:.68rem}
.row.muted{color:hsl(var(--muted-foreground))}
.row b{justify-self:start;border-radius:999px;padding:.08rem .45rem;font-weight:500}
.pending{background:#fff2c5;color:#8a6410}.done{background:#dcfce7;color:#16723d}
.reveal{opacity:0;transform:translateY(16px);animation:fadeUp .65s ease forwards}
.reveal-1{transform:translateY(10px);animation-duration:.5s}.reveal-2{animation-delay:.1s}.reveal-3{animation-delay:.2s}.reveal-4{animation-delay:.3s}.reveal-5{transform:translateY(30px);animation-duration:.8s;animation-delay:.5s}
@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}
@media(max-width:820px){
  .page{min-height:680px}
  .links{display:none}
  .navbar{padding:18px 24px}
  .hero{padding-top:4vh}
  h1{font-size:clamp(3.1rem,15vw,4.7rem)}
  .dashboard-shell{width:min(980px,150vw);transform:scale(.78);transform-origin:top center;margin-top:1.2rem}
}
@media(max-width:560px){
  .nav-cta{display:none}
  .badge{margin-bottom:1rem;font-size:.78rem}
  .subhead{font-size:.96rem;line-height:1.55}
  .actions{margin-top:1rem}
  .dashboard-shell{transform:scale(.58);width:170vw;margin-top:.9rem}
}
@media(prefers-reduced-motion:reduce){
  .reveal{animation:none;opacity:1;transform:none}
  .background-video{display:none}
}
.saas-site{background:hsl(var(--background));color:hsl(var(--foreground))}
.saas-section{padding:clamp(72px,10vw,130px) 24px;border-top:1px solid hsl(var(--border))}
.saas-wrap{width:min(1120px,100%);margin:auto}
.split{display:grid;grid-template-columns:.95fr 1.05fr;gap:48px;align-items:start}
.eyebrow{margin:0 0 18px;color:hsl(var(--muted-foreground));font-size:.75rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase}
.saas-section h2{margin:0;font-family:var(--font-display);font-size:clamp(3rem,6vw,5.5rem);font-weight:400;line-height:.95}
.saas-section p{color:hsl(var(--muted-foreground));font-size:1rem;line-height:1.75}
.muted-section{background:hsl(var(--secondary))}
.feature-grid{display:grid;gap:1px;border:1px solid hsl(var(--border));background:hsl(var(--border))}
.feature-grid article{background:hsl(var(--background));padding:30px;min-height:270px;display:flex;flex-direction:column;justify-content:flex-end}
.feature-grid span{color:hsl(var(--accent));font-size:.72rem;font-weight:600;letter-spacing:.14em}
.feature-grid h3,.pricing-grid h3{margin:16px 0 10px;font-size:1.5rem}
.integration-cloud{display:flex;flex-wrap:wrap;gap:12px}.integration-cloud span{border:1px solid hsl(var(--border));border-radius:999px;padding:13px 18px;background:hsl(var(--background));box-shadow:0 12px 35px rgba(0,0,0,.04)}
.quote-stack{display:grid;gap:16px}.quote-stack blockquote{margin:0;border:1px solid hsl(var(--border));border-radius:20px;background:hsl(var(--background));padding:26px;font-family:var(--font-display);font-size:2rem;line-height:1.1}.quote-stack cite{display:block;margin-top:18px;color:hsl(var(--muted-foreground));font:500 .78rem var(--font-body);letter-spacing:.08em;text-transform:uppercase}
.pricing-grid{display:grid;gap:16px}.pricing-grid article{border:1px solid hsl(var(--border));border-radius:24px;padding:28px}.pricing-grid .featured{border-color:hsl(var(--foreground));box-shadow:var(--shadow-dashboard)}.pricing-grid strong{display:block;margin:20px 0;font-size:2.6rem}.pricing-grid a,.final a{display:inline-flex;min-height:46px;align-items:center;border-radius:999px;background:hsl(var(--foreground));padding:0 22px;color:hsl(var(--background));text-decoration:none}
.faq-section details{border-top:1px solid hsl(var(--border));padding:22px 0}.faq-section summary{cursor:pointer;font-weight:600}.final{text-align:center;background:hsl(var(--foreground));color:hsl(var(--background))}.final h2{max-width:800px;margin:auto}.final a{margin:30px 8px 0;background:hsl(var(--background));color:hsl(var(--foreground))}.final .secondary-link{border:1px solid rgba(255,255,255,.22);background:transparent;color:hsl(var(--background))}
@media(min-width:760px){.feature-grid{grid-template-columns:repeat(4,1fr)}.pricing-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.split{grid-template-columns:1fr}.feature-grid article{min-height:auto}}

