:root {
  --blue:#1D88FC;
  --blue-dark:#0d72dc;
  --ink:#17202b;
  --muted:#647186;
  --bg:#edf4fb;
  --panel:rgba(255,255,255,.58);
  --line:rgba(29,136,252,.18);
  --shadow:0 18px 46px rgba(43,76,113,.07);
  --ease:cubic-bezier(.22,.72,.18,1);
}
*{box-sizing:border-box}
html{background:var(--bg)}
body{margin:0;min-width:320px;min-height:100vh;color:var(--ink);font-family:"Manrope","Segoe UI Variable","Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg);font-weight:500}
button,a{font:inherit}button{color:inherit}
.background{position:fixed;inset:0;overflow:hidden;pointer-events:none}
.grid-lines{position:absolute;inset:0;opacity:.34;background-image:linear-gradient(rgba(29,136,252,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(29,136,252,.03) 1px,transparent 1px);background-size:64px 64px;mask-image:linear-gradient(to bottom,transparent 0%,#000 18%,#000 82%,transparent 100%)}
.shape{position:absolute;border:1px solid rgba(29,136,252,.09);border-radius:42px;transform:rotate(45deg)}
.shape-a{width:520px;height:520px;left:-330px;top:170px;background:rgba(255,255,255,.18)}
.shape-b{width:650px;height:650px;right:-370px;top:-250px;background:rgba(29,136,252,.022)}
.shape-c{width:420px;height:420px;right:24%;bottom:-330px;background:rgba(255,255,255,.18)}

.shell{position:relative;z-index:1;width:min(1820px,calc(100vw - 64px));height:100vh;margin:0 auto;padding:12px 0 10px;display:grid;grid-template-rows:88px minmax(0,1fr) 88px 32px;gap:8px}
.topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:30px;min-height:0}
.brand{display:block;width:276px;height:auto;padding-top:0}
.brand img{display:block;width:100%;height:auto;object-fit:contain;object-position:left top}
.nav{display:flex;align-items:center;gap:38px;padding-top:20px}
.nav-link{border:0;background:transparent;cursor:pointer;padding:10px 0;font-size:15px;font-weight:700;position:relative;letter-spacing:-.01em}
.nav-link::after{content:"";position:absolute;left:0;right:0;bottom:2px;height:2px;border-radius:2px;background:var(--blue);transform:scaleX(0);transition:.18s ease}
.nav-link:hover::after,.nav-link:focus-visible::after{transform:scaleX(1)}

.hero{min-height:0;display:grid;grid-template-columns:minmax(330px,.59fr) minmax(850px,1.86fr);gap:clamp(26px,3vw,58px);align-items:center}
.hero-copy{align-self:center;padding-left:4px;transform:translateY(-2px)}
.eyebrow{margin:0 0 14px;color:var(--blue-dark);font-size:11.5px;font-weight:800;letter-spacing:.18em}
h1{margin:0;max-width:570px;font-size:clamp(50px,4.15vw,76px);line-height:.98;letter-spacing:-.045em;font-weight:700}
h1 span{color:var(--ink)}
.lead{margin:25px 0 0;max-width:560px;color:var(--muted);font-size:20px;line-height:1.45;font-weight:500}

.product-carousel{position:relative;min-width:0;height:min(70vh,650px);align-self:center;border:1px solid var(--line);border-radius:24px;background:rgba(255,255,255,.42);box-shadow:var(--shadow);overflow:visible;backdrop-filter:blur(4px)}
.carousel-head{height:52px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 30px;border-bottom:1px solid rgba(29,136,252,.11)}
.carousel-kicker{color:var(--blue-dark);font-size:11px;font-weight:800;letter-spacing:.18em;white-space:nowrap}
.product-counter{color:var(--muted);font-size:12px;font-weight:600;font-variant-numeric:tabular-nums;letter-spacing:.08em}
.carousel-viewport{height:calc(100% - 52px);overflow:hidden;border-radius:0 0 24px 24px}
.carousel-stage{position:relative;width:100%;height:100%;overflow:hidden}
.product-slide{position:absolute;inset:0;display:grid;grid-template-columns:minmax(295px,.43fr) minmax(560px,1fr);gap:36px;padding:32px 40px 44px;align-items:center;visibility:hidden;transform:translateX(-100%);pointer-events:none;z-index:1;will-change:transform}
.product-slide.is-active{visibility:visible;transform:translateX(0);pointer-events:auto;z-index:3}
.product-slide.is-entering{animation:slideEnterLeft 1.28s var(--ease) both;visibility:visible;z-index:4}
.product-slide.is-leaving{animation:slideExitRight 1.28s var(--ease) both;visibility:visible;z-index:3}
@keyframes slideEnterLeft{from{transform:translateX(-100%)}to{transform:translateX(0)}}
@keyframes slideExitRight{from{transform:translateX(0)}to{transform:translateX(100%)}}

.product-info{min-width:0;align-self:center;max-width:440px}
.product-logo{display:block;height:auto;object-fit:contain;object-position:left center;margin:0 0 22px}
.clutch-logo{width:min(300px,92%);max-height:58px}
.camsync-logo{width:min(330px,92%);max-height:64px}
.fundsnap-logo{width:min(300px,92%);max-height:64px}
.product-info h2{margin:0;font-size:clamp(34px,2.35vw,46px);line-height:1.04;letter-spacing:-.035em;font-weight:700}
.product-intro{margin:18px 0 22px;color:var(--muted);font-size:16px;line-height:1.55;max-width:430px;font-weight:500}
.strengths{display:flex;flex-wrap:wrap;gap:8px;margin:0 0 16px}
.strengths span{display:inline-flex;align-items:center;min-height:30px;padding:6px 11px;border:1px solid rgba(29,136,252,.22);border-radius:999px;color:#28506f;background:rgba(255,255,255,.32);font-size:12.5px;font-weight:700;white-space:nowrap}
.product-note{color:var(--muted);font-size:12.5px;line-height:1.45;max-width:405px}

.preview-zone{min-width:0;min-height:0;height:100%;display:grid;place-items:center;align-content:center;gap:14px}
.monitor-outline{width:100%;height:min(100%,490px);border:2px solid var(--blue);border-radius:18px;padding:10px;background:rgba(255,255,255,.24);box-shadow:0 18px 36px rgba(43,76,113,.07)}
.monitor-screen{width:100%;height:100%;overflow:hidden;border-radius:9px;background:#fff}
.preview-image{width:100%;height:100%;display:block;object-fit:cover;transition:opacity .95s var(--ease),transform 1.05s var(--ease);will-change:opacity,transform}
.monitor-screen .preview-image{object-fit:contain;background:white}
.preview-image.is-changing{opacity:0;transform:translateX(-28px) scale(.997)}
.preview-image.is-arriving{animation:previewEnter 1.05s var(--ease) both}
@keyframes previewEnter{from{opacity:0;transform:translateX(28px) scale(.997)}to{opacity:1;transform:translateX(0) scale(1)}}

.phone-stack{position:relative;width:min(690px,100%);height:510px;max-height:100%;display:grid;place-items:center;isolation:isolate;overflow:visible}
.phone-card{position:absolute;border:2px solid var(--blue);background:rgba(255,255,255,.30);box-shadow:0 18px 34px rgba(43,76,113,.065);padding:7px;overflow:hidden;transition:transform 1.25s var(--ease),opacity 1.05s var(--ease),filter 1.05s var(--ease);will-change:transform,opacity}
.phone-card .phone-screen{width:100%;height:100%;overflow:hidden;border-radius:20px;background:#fff;display:grid;place-items:center}
.phone-card img{width:100%;height:100%;display:block;object-fit:contain;background:#fff}
/* Explicit dimensions avoid the width:auto + aspect-ratio collapse seen in some browsers. */
.phone-card-front{z-index:3;width:230px;height:472px;border-radius:28px;transform:translateX(0) translateY(0) scale(1);opacity:1}
.phone-card-back{z-index:1;width:198px;height:406px;border-radius:25px;opacity:.58;filter:saturate(.88)}
.fundsnap-stack .phone-card-front{width:220px;height:489px}
.fundsnap-stack .phone-card-back{width:190px;height:423px}
.phone-card-left{transform:translateX(-155px) translateY(18px) scale(.94)}
.phone-card-right{transform:translateX(155px) translateY(18px) scale(.94)}
.phone-stack.rotate-next .phone-card-front{transform:translateX(-155px) translateY(18px) scale(.86);opacity:.45;z-index:1}
.phone-stack.rotate-next .phone-card-right{transform:translateX(0) translateY(0) scale(1.16);opacity:1;filter:none;z-index:4}
.phone-stack.rotate-next .phone-card-left{transform:translateX(170px) translateY(22px) scale(.88);opacity:0}
.phone-stack.rotate-prev .phone-card-front{transform:translateX(155px) translateY(18px) scale(.86);opacity:.45;z-index:1}
.phone-stack.rotate-prev .phone-card-left{transform:translateX(0) translateY(0) scale(1.16);opacity:1;filter:none;z-index:4}
.phone-stack.rotate-prev .phone-card-right{transform:translateX(-170px) translateY(22px) scale(.88);opacity:0}

.preview-dots{display:flex;gap:8px;min-height:10px;align-items:center;justify-content:center}
.preview-dot,.product-dot{border:0;padding:0;cursor:pointer;border-radius:50%;background:rgba(29,136,252,.22);transition:.2s ease}
.preview-dot{width:8px;height:8px}
.preview-dot.is-active,.product-dot.is-active{background:var(--blue)}
.preview-dot:hover,.product-dot:hover{background:var(--blue-dark)}
.product-dots{position:absolute;z-index:7;left:50%;bottom:-30px;transform:translateX(-50%);display:flex;align-items:center;justify-content:center;gap:11px;padding:4px 10px}
.product-dot{width:10px;height:10px}

.principles-section{min-height:0;display:grid;grid-template-rows:26px minmax(0,1fr);align-self:stretch}
.principles-title-wrap{display:flex;align-items:center;gap:10px;padding-left:8px;justify-self:start}
.principles-line{width:28px;height:2px;border-radius:2px;background:var(--blue);flex:0 0 auto}
.principles-title-wrap h2{margin:0;color:var(--muted);font-size:13px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;white-space:nowrap}
.principles-bar{min-height:0;height:100%;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:0;border-top:1px solid rgba(29,136,252,.14);border-bottom:1px solid rgba(29,136,252,.10);background:rgba(255,255,255,.22);padding:0 8px}
.principle-inline{min-width:0;padding:0 24px;border-left:1px solid rgba(29,136,252,.13);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:4px}
.principle-inline:first-of-type{border-left:0}
.principle-inline strong{font-size:16px;line-height:1.18;white-space:nowrap;font-weight:700}
.principle-inline span{color:var(--muted);font-size:12.5px;line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}

.footer{min-height:0;display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:end;color:var(--muted);font-size:12px}
.footer span:nth-child(2){text-align:center}.footer a{color:var(--muted);text-decoration:none}.footer a:hover{color:var(--blue-dark)}
.dialog{width:min(520px,calc(100vw - 34px));border:1px solid rgba(29,136,252,.20);border-radius:18px;padding:34px;background:rgba(248,251,255,.985);color:var(--ink);box-shadow:0 28px 90px rgba(20,46,76,.20)}
.dialog::backdrop{background:rgba(10,20,32,.30);backdrop-filter:blur(5px)}.dialog-close{position:absolute;right:17px;top:13px;border:0;background:transparent;cursor:pointer;font-size:28px;color:var(--muted)}.dialog h2{margin:0 0 18px;font-size:36px;line-height:1.08;letter-spacing:-.03em;font-weight:700}.dialog p{margin:0;color:var(--muted);font-size:16px;line-height:1.55}.dialog .rule{height:1px;background:rgba(29,136,252,.18);margin:24px 0}.dialog .dialog-note{font-size:14px}.dialog-note b{color:var(--ink);font-weight:750}.mail{display:inline-block;margin-top:20px;color:var(--blue-dark);font-size:21px;font-weight:800;text-decoration:none}

@media (max-height:820px) and (min-width:1180px){
  .shell{grid-template-rows:78px minmax(0,1fr) 80px 28px;padding-top:8px;gap:6px}.brand{width:254px}.nav{padding-top:15px}.hero{grid-template-columns:minmax(310px,.58fr) minmax(780px,1.84fr);gap:30px;align-items:center}.hero-copy{transform:translateY(0)}h1{font-size:clamp(46px,3.85vw,64px)}.lead{margin-top:19px;font-size:18px}.product-carousel{height:min(68vh,570px);align-self:center;margin-bottom:24px}.product-slide{padding:24px 32px 40px;grid-template-columns:minmax(255px,.42fr) minmax(470px,1fr);gap:26px}.product-logo{margin-bottom:14px}.clutch-logo{width:min(270px,92%)}.camsync-logo{width:min(295px,92%)}.fundsnap-logo{width:min(270px,92%)}.product-info h2{font-size:34px}.product-intro{margin:12px 0 16px;font-size:14px}.strengths{gap:6px;margin-bottom:12px}.strengths span{font-size:11.5px;min-height:27px;padding:5px 9px}.product-note{font-size:11.5px}.monitor-outline{height:min(100%,420px)}.phone-stack{height:440px}.phone-card-front{width:198px;height:406px}.phone-card-back{width:170px;height:349px}.fundsnap-stack .phone-card-front{width:186px;height:414px}.fundsnap-stack .phone-card-back{width:160px;height:356px}.phone-card-left{transform:translateX(-132px) translateY(12px) scale(.94)}.phone-card-right{transform:translateX(132px) translateY(12px) scale(.94)}.principles-section{grid-template-rows:22px minmax(0,1fr)}.principles-title-wrap h2{font-size:11.8px}.principle-inline{padding:0 10px}.principle-inline strong{font-size:14px}.principle-inline span{font-size:11px}
}
@media (min-width:1180px){body{overflow:hidden}}
@media (max-width:1179px){.shell{width:min(1040px,calc(100vw - 30px));height:auto;min-height:100vh;grid-template-rows:auto auto auto auto;padding:12px 0 20px}.brand{width:275px}.hero{grid-template-columns:1fr;gap:24px;padding:12px 0 6px}.hero-copy{max-width:760px}.product-carousel{height:720px;margin-bottom:28px}.product-slide{grid-template-columns:minmax(270px,.48fr) minmax(440px,1fr)}.phone-stack{max-width:520px}.principles-section{grid-template-rows:auto auto;gap:7px}.principles-title-wrap{padding-left:12px}.principles-bar{grid-template-columns:1fr 1fr;gap:8px 0;padding:6px 0 8px}.principle-inline{padding:10px 12px}.footer{margin-top:10px;padding-top:10px}}
@media (max-width:760px){.topbar{align-items:flex-start}.brand{width:225px}.nav{gap:12px;padding-top:7px}.nav-link{font-size:13px}h1{font-size:clamp(42px,12vw,58px)}.lead{font-size:17px}.product-carousel{height:auto;min-height:780px}.carousel-head{padding:0 20px}.carousel-viewport{height:724px}.product-slide{grid-template-columns:1fr;grid-template-rows:auto 1fr;gap:18px;padding:24px 22px 46px}.product-logo{max-height:44px;margin-bottom:14px}.product-info h2{font-size:34px}.product-intro{margin:12px 0 16px}.strengths{gap:6px}.strengths span{font-size:11.5px}.product-note{display:none}.phone-stack{height:410px}.phone-card-front{width:180px;height:369px}.phone-card-back{width:154px;height:316px}.fundsnap-stack .phone-card-front{width:166px;height:369px}.fundsnap-stack .phone-card-back{width:142px;height:316px}.phone-card-left{transform:translateX(-105px) translateY(11px) scale(.94)}.phone-card-right{transform:translateX(105px) translateY(11px) scale(.94)}.monitor-outline{height:285px}.product-dots{bottom:-28px}.principles-section{grid-template-rows:auto auto}.principles-bar{grid-template-columns:1fr;padding-top:0}.principle-inline{border-left:0;border-top:1px solid rgba(29,136,252,.10);padding:10px 12px}.footer{grid-template-columns:1fr;gap:7px;text-align:left}.footer span:nth-child(2){text-align:left}}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
