/* VismayAI · Direction 02 — Stripe-rich gradient · shared styles */
*{box-sizing:border-box}
html,body{margin:0;color-scheme:light only}
body{font-family:'Geist',system-ui,sans-serif;color:#0F1729;line-height:1.55;background:#fafbff;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit}

.pagewrap{max-width:1240px;margin:0 auto;padding:0 40px}
.nav{display:flex;justify-content:space-between;align-items:center;padding:18px 40px;font-size:14px;background:rgba(255,255,255,.72);backdrop-filter:blur(14px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(15,23,41,.06)}
.nav .brand{font-weight:600;font-size:17px;letter-spacing:-0.01em;text-decoration:none;color:#0F1729}
.nav .brand em{color:#5848D6;font-style:italic;font-family:'Instrument Serif',serif;font-weight:400}
.nav .links a{color:#0F1729;text-decoration:none;margin:0 14px;font-weight:500;font-size:14px}
.nav .links a.on{color:#5848D6}
.nav .pill{background:#5848D6;color:#fff;padding:9px 18px;border-radius:999px;font-weight:500;text-decoration:none;font-size:13px}
.nav .pill:hover{background:#4838C8}

.grad{background:linear-gradient(135deg,#FFE9D6 0%,#F3D9F0 40%,#D9E5FF 100%)}
.grad-soft{background:linear-gradient(180deg,#FFE9D6 0%,rgba(255,233,214,0) 100%)}
.grad-pink{background:linear-gradient(180deg,#F3D9F0 0%,rgba(243,217,240,0) 100%)}
.grad-blue{background:linear-gradient(180deg,#D9E5FF 0%,rgba(217,229,255,0) 100%)}

.hero{padding:64px 0 88px}
.hero h1{font-size:72px;font-weight:600;letter-spacing:-0.035em;margin:0;line-height:1.02;text-wrap:balance}
.hero h1 em{font-family:'Instrument Serif',serif;font-style:italic;color:#5848D6;font-weight:400}
.eb{display:inline-block;font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#5848D6;margin-bottom:20px}
.eb::before{content:"▌ ";opacity:.7}
.lead{font-size:18px;color:#3F4A63;max-width:62ch;margin-top:22px;line-height:1.55}
.ctas{display:flex;gap:12px;margin-top:32px;flex-wrap:wrap}
.btn{display:inline-flex;align-items:center;gap:8px;padding:13px 22px;border-radius:999px;font-size:14px;font-weight:500;border:1px solid transparent;cursor:pointer;text-decoration:none;font-family:inherit}
.btn-p{background:#5848D6;color:#fff}
.btn-p:hover{background:#4838C8}
.btn-g{background:#fff;color:#0F1729;border:1px solid rgba(15,23,41,.12)}
.btn-g:hover{border-color:#5848D6;color:#5848D6}

.section{padding:88px 0}
.section + .section{border-top:1px solid rgba(15,23,41,.07)}
.pmark{display:inline-block;font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:#5848D6;background:#fff;padding:7px 14px;border-radius:999px;margin-bottom:24px;border:1px solid rgba(88,72,214,.2)}

h2{font-size:48px;font-weight:600;letter-spacing:-0.025em;line-height:1.05;margin:0;text-wrap:balance}
h2 em{font-family:'Instrument Serif',serif;font-style:italic;color:#5848D6;font-weight:400}
h3{margin:0;font-size:22px;font-weight:600;letter-spacing:-0.01em}
h4{margin:0 0 8px;font-weight:600;font-size:16px}

.grid2{display:grid;grid-template-columns:1.1fr 1fr;gap:48px;align-items:start}
.grid2.flip{grid-template-columns:1fr 1.1fr}
.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}

.card{background:#fff;border-radius:16px;padding:26px;box-shadow:0 8px 28px -16px rgba(80,40,160,.18);border:1px solid rgba(15,23,41,.06)}
.card .cnum{font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.14em;color:#5848D6;text-transform:uppercase}
.card h4{margin-top:8px;font-size:18px}
.card p{margin:0;font-size:14px;color:#3F4A63;line-height:1.55}

.photo{aspect-ratio:4/5;border-radius:16px;overflow:hidden;background:#f0f0f0;box-shadow:0 30px 70px -20px rgba(80,40,100,.25)}
.photo img{width:100%;height:100%;object-fit:cover}
.photo16{aspect-ratio:16/10;border-radius:16px;overflow:hidden;background:#f0f0f0;box-shadow:0 24px 60px -20px rgba(80,40,100,.22)}
.photo16 img{width:100%;height:100%;object-fit:cover}
.cap{font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#3F4A63;margin-top:12px}

.pillchip{display:inline-block;padding:7px 14px;border-radius:999px;font-size:13px;font-weight:500;background:#fff;border:1px solid rgba(15,23,41,.12);margin:0 6px 8px 0}
.pillchip.on{background:#5848D6;color:#fff;border-color:#5848D6}

.quote{font-family:'Instrument Serif',serif;font-style:italic;font-size:26px;line-height:1.4;color:#0F1729;margin:0}

.stat{padding:18px 0;border-bottom:1px solid rgba(15,23,41,.08)}
.stat .num{font-size:42px;font-weight:600;letter-spacing:-0.025em;line-height:1;font-family:'Instrument Serif',serif;font-style:italic;color:#5848D6}
.stat .lbl{font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:#3F4A63;margin-top:6px}

.indtile{position:relative;border-radius:16px;overflow:hidden;aspect-ratio:4/5;display:block;text-decoration:none;color:#fff}
.indtile img{width:100%;height:100%;object-fit:cover;filter:saturate(.95);transition:.3s}
.indtile:hover img{transform:scale(1.04);filter:saturate(1.05)}
.indtile::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(15,23,41,.78) 100%)}
.indtile .lbl{position:absolute;left:18px;bottom:14px;color:#fff;z-index:2}
.indtile .lbl b{display:block;font-size:18px;font-weight:600;letter-spacing:-0.01em}
.indtile .lbl span{font-family:'Geist Mono',monospace;font-size:10px;letter-spacing:.14em;text-transform:uppercase;opacity:.85}

.arch{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:32px}
.arch .lane{background:#fff;border-radius:12px;padding:18px 14px;text-align:center;border:1px solid rgba(15,23,41,.08)}
.arch .lane b{display:block;font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.14em;color:#5848D6;text-transform:uppercase;margin-bottom:6px}
.arch .lane span{font-size:13px;color:#0F1729;font-weight:500}

.quotebar{background:#fff;border-radius:18px;padding:28px;border:1px solid rgba(15,23,41,.08);box-shadow:0 8px 28px -16px rgba(80,40,160,.15)}
.qrow{display:flex;gap:14px;align-items:center}
.av{width:48px;height:48px;border-radius:50%;overflow:hidden;flex:none;background:#5848D6}
.av img{width:100%;height:100%;object-fit:cover}
.qmeta{font-size:13px;color:#3F4A63;line-height:1.4}
.qmeta b{color:#0F1729;display:block;font-weight:600;margin-bottom:2px}

.form{background:#fff;border-radius:16px;padding:32px;box-shadow:0 24px 60px -22px rgba(80,40,160,.2);border:1px solid rgba(15,23,41,.06)}
.form input,.form select,.form textarea{width:100%;border:1px solid rgba(15,23,41,.12);background:#fafbff;border-radius:10px;padding:13px 14px;font-family:'Geist',sans-serif;font-size:14px;margin-bottom:10px;color:#0F1729}
.form input:focus,.form select:focus,.form textarea:focus{outline:2px solid rgba(88,72,214,.3);border-color:#5848D6}
.form textarea{resize:vertical;min-height:80px}
.form button{width:100%;background:#0F1729;color:#fff;border:0;border-radius:10px;padding:14px;font-weight:600;font-size:14px;cursor:pointer;margin-top:8px}
.form button:hover{background:#5848D6}

.table{width:100%;border-collapse:collapse;margin-top:24px}
.table th{text-align:left;font-family:'Geist Mono',monospace;font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#5848D6;font-weight:500;padding:14px 16px;border-bottom:1px solid rgba(88,72,214,.2)}
.table td{padding:18px 16px;border-bottom:1px solid rgba(15,23,41,.06);font-size:14px;vertical-align:top}
.table td b{color:#0F1729}

.step{display:flex;gap:14px;align-items:flex-start;margin-bottom:18px}
.step .n{width:32px;height:32px;border-radius:50%;background:#5848D6;color:#fff;display:grid;place-items:center;font-weight:600;font-size:14px;flex:none}
.step b{font-weight:600;font-size:15px}
.step span{display:block;font-size:14px;color:#3F4A63;margin-top:3px;line-height:1.5}

footer.foot{padding:48px 40px;border-top:1px solid rgba(15,23,41,.08);background:#fff;color:#3F4A63;font-size:13px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px}
footer.foot a{color:#5848D6;text-decoration:none}
footer.foot a:hover{text-decoration:underline}

@media (max-width:900px){
  .grid2,.grid2.flip{grid-template-columns:1fr;gap:32px}
  .grid3,.grid4{grid-template-columns:repeat(2,1fr)}
  .arch{grid-template-columns:repeat(3,1fr)}
  .hero h1{font-size:44px}
  h2{font-size:34px}
  .nav .links{display:none}
  .pagewrap{padding:0 24px}
}
