:root{
  --cream:#fbf5e9;
  --paper:#fffdf8;
  --white:#ffffff;
  --ink:#181230;
  --muted:#625c72;
  --purple:#7657f6;
  --purple-dark:#5536dd;
  --purple-soft:#eee9ff;
  --green:#38d48d;
  --green-dark:#159e63;
  --green-soft:#e1f8ee;
  --yellow:#ffd566;
  --yellow-soft:#fff4cc;
  --blue:#4b9df8;
  --blue-soft:#e4f1ff;
  --coral:#ff7885;
  --line:rgba(24,18,48,.10);
  --shadow:0 22px 60px rgba(42,31,77,.13);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--cream);
  color:var(--ink);
  font-family:"Inter",sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{text-decoration:none;color:inherit}
button{font:inherit}
h1,h2,h3,h4,p{margin:0}
h1,h2,h3,h4{font-family:"Space Grotesk",sans-serif}
.shell{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.skip-link{position:fixed;left:16px;top:-80px;z-index:999;background:#fff;padding:12px 16px;border-radius:10px}
.skip-link:focus{top:16px}

/* Header */
.site-header{
  position:sticky;
  top:0;
  z-index:100;
  background:rgba(251,245,233,.91);
  border-bottom:1px solid rgba(24,18,48,.07);
  backdrop-filter:blur(16px);
}
.nav-shell{
  min-height:72px;
  display:flex;
  align-items:center;
  gap:32px;
}
.brand img{width:96px;height:auto}
.primary-nav{
  display:flex;
  align-items:center;
  gap:40px;
  margin-left:auto;
  margin-right:auto;
  font-size:14px;
  font-weight:700;
}
.primary-nav a{position:relative}
.primary-nav a::after{
  content:"";
  position:absolute;
  left:0;
  bottom:-9px;
  width:0;
  height:3px;
  border-radius:99px;
  background:var(--purple);
  transition:.25s;
}
.primary-nav a:hover::after,
.primary-nav a.active::after{width:100%}

.button{
  min-height:48px;
  padding:0 23px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  font-size:14px;
  font-weight:800;
  transition:.25s ease;
}
.button-primary{
  color:#10102b;
  background:linear-gradient(135deg,#36d995,#4ee2a0);
  box-shadow:7px 8px 0 #6547ee,0 13px 28px rgba(47,198,138,.22);
}
.button-primary:hover{transform:translateY(-2px)}
.button-outline{
  border:1.5px solid rgba(24,18,48,.48);
  background:rgba(255,255,255,.75);
}
.button-outline:hover{transform:translateY(-2px);background:#fff}

.menu-toggle{
  display:none;
  width:46px;
  height:46px;
  border:0;
  background:transparent;
  padding:10px;
}
.menu-toggle span{
  display:block;
  height:2px;
  margin:6px 0;
  border-radius:9px;
  background:var(--ink);
}

/* Labels */
.hand-label{
  display:inline-block;
  color:var(--purple);
  font-family:"Caveat",cursive;
  font-size:20px;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.06em;
  border-bottom:3px solid var(--purple);
  padding:0 2px 2px;
  transform:rotate(-1deg);
}
.green-label{color:var(--green-dark);border-color:var(--green-dark)}
.yellow-label{color:#b78500;border-color:#e4ae16}
.light-label{color:#d6cbff;border-color:#d6cbff}

/* Hero */
.product-hero{
  position:relative;
  min-height:700px;
  overflow:hidden;
  background:
    radial-gradient(circle at 62% 38%,rgba(205,192,255,.21),transparent 28%),
    linear-gradient(rgba(255,253,248,.58),rgba(255,253,248,.58)),
    radial-gradient(circle at 9% 10%,rgba(72,57,45,.075) 0 1px,transparent 1.5px);
  background-size:auto,auto,25px 25px;
}
.hero-glow{
  position:absolute;
  border-radius:50%;
  pointer-events:none;
}
.hero-glow-one{
  width:520px;
  height:520px;
  right:10%;
  top:85px;
  background:radial-gradient(circle,#ded6ff 0,#c8b6ff 58%,rgba(118,87,246,.05) 72%);
}
.hero-glow-two{
  width:220px;
  height:220px;
  right:-50px;
  bottom:20px;
  background:radial-gradient(circle,rgba(56,212,141,.16),transparent 70%);
}
.product-hero-grid{
  min-height:700px;
  padding:60px 0 48px;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  align-items:center;
  gap:52px;
  position:relative;
  z-index:2;
}
.product-hero-copy h1{
  margin-top:24px;
  max-width:600px;
  font-size:clamp(58px,5.2vw,82px);
  line-height:.97;
  letter-spacing:-.06em;
}
.product-hero-copy h1 span{
  display:block;
  color:var(--purple);
}
.product-hero-copy>p{
  max-width:520px;
  margin-top:28px;
  color:var(--muted);
  font-size:17px;
  line-height:1.72;
}
.hero-actions{display:flex;gap:16px;flex-wrap:wrap;margin-top:30px}
.feature-jump{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:30px;
}
.feature-jump a{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.72);
  border:1px solid rgba(24,18,48,.09);
  color:#4d465d;
  font-size:12px;
  font-weight:700;
}

.hero-product-stage{
  min-height:580px;
  position:relative;
}
.hero-ring{
  position:absolute;
  width:470px;
  height:470px;
  left:50%;
  top:48%;
  transform:translate(-50%,-50%);
  border:1.5px dashed rgba(118,87,246,.35);
  border-radius:50%;
}
.hero-screen{
  position:absolute;
  z-index:5;
  width:420px;
  min-height:460px;
  left:50%;
  top:40px;
  transform:translateX(-50%) rotate(-2deg);
  padding:22px;
  border-radius:30px;
  background:linear-gradient(180deg,#fff,#f8f6ff);
  border:1px solid rgba(24,18,48,.08);
  box-shadow:0 38px 75px rgba(38,25,78,.22);
}
.screen-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  font-size:13px;
}
.screen-top strong{margin-right:auto;margin-left:8px}
.screen-dot{width:9px;height:9px;border-radius:50%}
.screen-dot.purple{background:var(--purple)}
.library-search{
  margin-top:18px;
  padding:12px 14px;
  border-radius:12px;
  background:#f0edf7;
  color:#8b8398;
  font-size:11px;
}
.folder-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin-top:15px;
}
.folder-card{
  padding:14px;
  border-radius:15px;
  background:#fff;
  border:1px solid rgba(24,18,48,.07);
}
.folder-card span{font-size:22px}
.folder-card strong{display:block;margin-top:8px;font-size:11px}
.folder-card small{display:block;margin-top:3px;color:var(--muted);font-size:9px}
.resource-item{
  display:grid;
  grid-template-columns:42px 1fr auto;
  align-items:center;
  gap:11px;
  margin-top:11px;
  padding:12px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(24,18,48,.07);
}
.file-mark{
  width:40px;height:40px;border-radius:11px;
  display:grid;place-items:center;
  background:#ffe7ea;color:#d84a62;
  font-size:10px;font-weight:900
}
.file-mark.blue{background:var(--blue-soft);color:#247fcf}
.resource-item strong{display:block;font-size:10px}
.resource-item small{display:block;margin-top:3px;color:var(--muted);font-size:8px}

.hero-mini-card{
  position:absolute;
  z-index:7;
  padding:17px;
  border-radius:17px;
  box-shadow:var(--shadow);
  font-size:12px;
}
.hero-mini-card strong{display:block;margin-top:7px}
.hero-mini-card small{display:block;margin-top:5px;color:#5e576b}
.mini-label{
  display:inline-block;
  padding:5px 8px;
  border-radius:999px;
  background:var(--purple-soft);
  color:var(--purple);
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
}
.mini-label.green{background:var(--green-soft);color:var(--green-dark)}
.mini-label.yellow{background:var(--yellow-soft);color:#a57400}
.hero-ai{width:210px;left:-10px;top:72px;background:#fff;transform:rotate(-4deg)}
.hero-help{width:185px;right:-3px;top:130px;background:linear-gradient(145deg,#dff8ee,#c9f1df);transform:rotate(3deg)}
.hero-connect{width:205px;right:8px;bottom:48px;background:linear-gradient(145deg,#fff0b5,#ffe08b);transform:rotate(-2deg)}
.mini-actions{display:flex;gap:5px;flex-wrap:wrap;margin-top:10px}
.mini-actions span{
  padding:6px 8px;border-radius:999px;background:#f2eff9;
  font-size:8px;font-weight:700
}
.hero-doodle{
  position:absolute;
  z-index:8;
  font-family:"Caveat";
  color:var(--purple);
  font-size:50px;
}
.hero-doodle-one{right:8px;top:50px;transform:rotate(-18deg)}
.hero-doodle-two{left:20px;bottom:65px;transform:rotate(12deg)}

/* Shared sections */
.section{padding:82px 0}
.section-heading.centered{text-align:center;max-width:760px;margin-inline:auto}
.section-heading h2{
  margin-top:20px;
  font-size:48px;
  line-height:1.08;
  letter-spacing:-.05em;
}
.section-heading p{margin-top:14px;color:var(--muted);font-size:16px}

/* Overview */
.feature-overview{background:#fffdfa}
.overview-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
  margin-top:46px;
}
.overview-card{
  position:relative;
  min-height:250px;
  padding:28px;
  border-radius:24px;
  background:rgba(255,255,255,.82);
  border:1px solid rgba(24,18,48,.07);
  box-shadow:0 18px 45px rgba(44,34,75,.075);
  transition:.25s;
}
.overview-card:hover{transform:translateY(-8px)}
.overview-card>span{
  position:absolute;
  top:24px;
  right:25px;
  color:#a19aac;
  font-size:12px;
  font-weight:800;
}
.overview-icon{
  width:52px;height:52px;border-radius:50%;
  display:grid;place-items:center;font-size:23px
}
.purple-soft{background:var(--purple-soft)}
.green-soft{background:var(--green-soft)}
.yellow-soft{background:var(--yellow-soft)}
.overview-card h3{margin-top:22px;font-size:22px}
.overview-card p{margin-top:13px;color:#4a4457;font-size:14px;line-height:1.7}

/* Feature split */
.feature-section{position:relative}
.feature-library{background:linear-gradient(#fffdfa,#fbf5e9)}
.feature-split{
  display:grid;
  grid-template-columns:.88fr 1.12fr;
  gap:62px;
  align-items:center;
}
.feature-split.reverse{grid-template-columns:1.12fr .88fr}
.feature-number{
  display:block;
  margin-bottom:12px;
  color:#aaa3b5;
  font-family:"Space Grotesk";
  font-size:13px;
  font-weight:800;
}
.feature-copy h2{
  max-width:600px;
  margin-top:22px;
  font-size:50px;
  line-height:1.05;
  letter-spacing:-.05em;
}
.feature-lead{
  margin-top:22px;
  max-width:570px;
  color:var(--muted);
  font-size:16px;
  line-height:1.75;
}
.feature-points{margin-top:28px;display:grid;gap:15px}
.feature-points article{
  display:grid;
  grid-template-columns:34px 1fr;
  gap:14px;
  align-items:start;
}
.feature-points article>span{
  width:32px;height:32px;border-radius:50%;
  display:grid;place-items:center;
  background:var(--purple-soft);color:var(--purple);
  font-size:10px;font-weight:800
}
.feature-points h3{font-size:16px}
.feature-points p{margin-top:5px;color:#5d566a;font-size:13px;line-height:1.55}

/* Library visual */
.library-visual{position:relative;min-height:610px}
.library-window{
  position:absolute;
  inset:35px 0 20px 35px;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(24,18,48,.08);
  box-shadow:0 35px 75px rgba(44,30,80,.15);
}
.window-bar{display:flex;align-items:center;justify-content:space-between}
.window-bar button{
  border:0;border-radius:999px;padding:10px 15px;
  background:var(--purple);color:#fff;font-weight:800;font-size:11px
}
.library-toolbar{
  display:flex;gap:9px;margin-top:20px;padding-bottom:16px;
  border-bottom:1px solid var(--line)
}
.library-toolbar span{
  padding:7px 10px;border-radius:999px;background:#f3f0f7;
  color:#625c72;font-size:10px;font-weight:700
}
.library-toolbar span:first-child{background:var(--purple-soft);color:var(--purple)}
.library-folders{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:17px}
.library-folders article{
  padding:14px;border-radius:14px;background:#faf9fd;border:1px solid rgba(24,18,48,.06)
}
.folder-icon{font-size:22px}
.library-folders h4{margin-top:8px;font-size:11px}
.library-folders small{display:block;margin-top:4px;color:var(--muted);font-size:9px}
.material-list{margin-top:16px;display:grid;gap:10px}
.material-list article{
  display:grid;
  grid-template-columns:44px 1fr auto;
  gap:11px;align-items:center;
  padding:12px;border-radius:14px;background:#faf9fd
}
.material-type{
  width:42px;height:42px;border-radius:11px;display:grid;place-items:center;
  background:#ffe7ea;color:#d84a62;font-size:9px;font-weight:900
}
.material-type.blue{background:var(--blue-soft);color:#247fcf}
.material-type.green{background:var(--green-soft);color:var(--green-dark)}
.material-list strong{display:block;font-size:11px}
.material-list small{display:block;margin-top:4px;color:var(--muted);font-size:8px}
.status{
  padding:6px 8px;border-radius:999px;font-size:8px;font-weight:800
}
.status.private{background:#f0edf5;color:#756e80}
.status.public{background:var(--green-soft);color:var(--green-dark)}
.status.shared{background:var(--yellow-soft);color:#9d7200}

.floating-product-card{
  position:absolute;
  z-index:6;
  display:flex;
  align-items:center;
  gap:11px;
  padding:15px 16px;
  border-radius:15px;
  background:#fff;
  box-shadow:var(--shadow);
}
.floating-product-card strong{display:block;font-size:11px}
.floating-product-card small{display:block;margin-top:4px;color:var(--muted);font-size:9px}
.upload-card{left:-5px;top:25px;transform:rotate(-3deg)}
.upload-card>span{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  background:var(--green-soft);color:var(--green-dark);font-weight:900
}
.interaction-card{right:-10px;bottom:25px;display:block;transform:rotate(2deg)}
.small-avatar-stack{display:flex;margin-top:10px}
.small-avatar-stack i{
  width:27px;height:27px;margin-left:-6px;border-radius:50%;
  display:grid;place-items:center;border:2px solid #fff;
  background:var(--purple);color:#fff;font-style:normal;font-size:8px;font-weight:800
}
.small-avatar-stack i:first-child{margin-left:0}
.small-avatar-stack i:nth-child(2){background:var(--green)}
.small-avatar-stack i:nth-child(3){background:var(--coral)}
.small-avatar-stack i:nth-child(4){background:var(--ink)}

/* AI */
.ai-section{background:#fffdfa}
.ai-panel{
  min-height:430px;
  padding:50px;
  display:grid;
  grid-template-columns:.86fr 1.14fr;
  gap:50px;
  align-items:center;
  border-radius:32px;
  color:#fff;
  background:
    radial-gradient(circle at 80% 20%,rgba(118,87,246,.45),transparent 35%),
    linear-gradient(135deg,#15102f,#25165f 65%,#4930c9);
  overflow:hidden;
}
.ai-copy h2{
  margin-top:22px;
  font-size:46px;
  line-height:1.08;
  letter-spacing:-.05em;
}
.ai-copy p{margin-top:18px;color:rgba(255,255,255,.72);font-size:15px;line-height:1.7}
.ai-action-row{display:flex;gap:9px;flex-wrap:wrap;margin-top:24px}
.ai-action-row span{
  padding:9px 12px;border-radius:999px;background:rgba(255,255,255,.09);
  font-size:11px;font-weight:700
}
.ai-flow{display:grid;grid-template-columns:1fr auto 1.4fr;gap:16px;align-items:center}
.ai-source{
  padding:18px;border-radius:18px;background:#fff;color:var(--ink);
  display:flex;gap:12px;align-items:center;box-shadow:0 22px 45px rgba(0,0,0,.2)
}
.file-page{
  width:48px;height:58px;border-radius:8px;display:grid;place-items:center;
  background:#ffe4e8;color:#d2465e;font-size:11px;font-weight:900
}
.ai-source strong{display:block;font-size:12px}
.ai-source small{display:block;margin-top:4px;color:var(--muted);font-size:9px}
.flow-arrow{font-size:30px;color:#b7a8ff}
.ai-output-grid{display:grid;gap:10px}
.ai-output-grid article{
  padding:14px 15px;border-radius:15px;background:rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.10)
}
.ai-output-grid article span{font-size:18px}
.ai-output-grid strong{display:block;margin-top:5px;font-size:11px}
.ai-output-grid small{display:block;margin-top:3px;color:rgba(255,255,255,.65);font-size:8px}

/* Help Tap */
.help-section{background:linear-gradient(#fffdfa,#eefaf5)}
.help-visual{position:relative;min-height:620px}
.help-request-window{
  position:absolute;
  inset:25px 20px 20px 0;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(24,18,48,.07);
  box-shadow:0 35px 75px rgba(44,30,80,.14);
}
.help-header{display:grid;grid-template-columns:10px auto 1fr;gap:8px;align-items:center}
.help-header small{justify-self:end;color:var(--muted);font-size:9px}
.live-dot{width:9px;height:9px;border-radius:50%;background:var(--green);box-shadow:0 0 0 5px rgba(56,212,141,.13)}
.help-form{margin-top:25px;padding:20px;border-radius:18px;background:#faf9fd}
.help-form label{font-size:11px;font-weight:800}
.fake-textarea{
  min-height:95px;margin-top:10px;padding:15px;border-radius:13px;
  background:#fff;border:1px solid rgba(24,18,48,.08);
  color:#443e52;font-size:12px;line-height:1.55
}
.help-form-row{display:flex;justify-content:space-between;gap:8px;margin-top:10px}
.help-form-row span{
  padding:7px 9px;border-radius:999px;background:#f0edf7;
  color:#625c72;font-size:8px;font-weight:700
}
.help-form button{
  width:100%;margin-top:14px;padding:12px;border:0;border-radius:12px;
  background:var(--green);color:#0d5032;font-weight:900;font-size:11px
}
.available-helpers{margin-top:18px}
.available-helpers>div strong{display:block;font-size:13px}
.available-helpers>div small{display:block;margin-top:3px;color:var(--muted);font-size:9px}
.available-helpers article{
  display:grid;grid-template-columns:36px 1fr auto;gap:10px;align-items:center;
  margin-top:10px;padding:11px;border-radius:13px;background:#faf9fd
}
.available-helpers i{
  width:34px;height:34px;border-radius:50%;display:grid;place-items:center;
  background:var(--purple);color:#fff;font-style:normal;font-size:10px;font-weight:800
}
.available-helpers article:nth-child(3) i{background:var(--green)}
.available-helpers article strong{display:block;font-size:10px}
.available-helpers article small{display:block;margin-top:3px;color:var(--muted);font-size:8px}
.available-helpers article span{
  padding:6px 8px;border-radius:999px;background:var(--green-soft);
  color:var(--green-dark);font-size:8px;font-weight:800
}
.answer-card{left:-18px;bottom:5px;transform:rotate(-2deg)}
.answer-card>span{font-size:24px}
.help-copy-cards{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}
.help-copy-cards article{
  display:grid;grid-template-columns:38px 1fr;gap:12px;
  padding:15px;border-radius:15px;background:rgba(255,255,255,.74);
  border:1px solid rgba(24,18,48,.06)
}
.help-copy-cards article>span{font-size:21px}
.help-copy-cards h3{font-size:14px}
.help-copy-cards p{margin-top:5px;color:#5d566a;font-size:11px;line-height:1.55}
.feature-copy blockquote{
  margin:25px 0 0;
  padding:18px 20px;
  border-left:4px solid var(--green);
  border-radius:0 14px 14px 0;
  background:rgba(255,255,255,.72);
  color:#45404d;
  font-style:italic;
  font-size:14px;
  line-height:1.6
}

/* Connect */
.connect-section{background:linear-gradient(#eefaf5,#fbf5e9)}
.connect-options{display:grid;gap:14px;margin-top:28px}
.connect-options article{
  display:grid;grid-template-columns:46px 1fr;gap:14px;align-items:start;
  padding:16px;border-radius:16px;background:rgba(255,255,255,.76);
  border:1px solid rgba(24,18,48,.06)
}
.connect-icon{
  width:44px;height:44px;border-radius:50%;display:grid;place-items:center;
  background:var(--purple-soft);color:var(--purple);font-size:19px;font-weight:900
}
.connect-icon.green{background:var(--green-soft);color:var(--green-dark)}
.connect-icon.yellow{background:var(--yellow-soft);color:#a57400}
.connect-options h3{font-size:15px}
.connect-options p{margin-top:5px;color:#5d566a;font-size:12px;line-height:1.55}

.connect-visual{position:relative;min-height:590px}
.community-dashboard{
  position:absolute;
  inset:30px 0 20px 30px;
  padding:24px;
  border-radius:28px;
  background:#fff;
  border:1px solid rgba(24,18,48,.07);
  box-shadow:0 35px 75px rgba(44,30,80,.14);
}
.dashboard-top{display:flex;align-items:center;justify-content:space-between}
.dashboard-top button{
  padding:10px 13px;border:0;border-radius:999px;background:var(--purple);
  color:#fff;font-size:9px;font-weight:800
}
.community-card{
  display:grid;
  grid-template-columns:52px 1fr auto;
  gap:12px;
  align-items:center;
  margin-top:14px;
  padding:15px;
  border-radius:16px;
  background:#faf9fd;
}
.community-card.large{margin-top:24px;padding:18px;background:linear-gradient(135deg,#f0ebff,#fff)}
.community-symbol{
  width:50px;height:50px;border-radius:16px;display:grid;place-items:center;
  color:#fff;font-size:11px;font-weight:900
}
.community-symbol.purple{background:var(--purple)}
.community-symbol.green{background:var(--green)}
.community-symbol.yellow{background:var(--yellow);color:#5f4300}
.community-card strong{display:block;font-size:12px}
.community-card small{display:block;margin-top:4px;color:var(--muted);font-size:9px}
.community-card button{
  border:0;border-radius:999px;padding:8px 12px;
  background:var(--green-soft);color:var(--green-dark);font-size:9px;font-weight:800
}
.community-card .private-btn{background:var(--purple-soft);color:var(--purple)}
.connection-card{left:-10px;top:40px;transform:rotate(-3deg)}
.active-card{right:-8px;bottom:32px;transform:rotate(2deg)}
.active-card .live-dot{flex:none}

/* Summary */
.product-summary{background:#fffdfa}
.product-summary-card{
  padding:64px 50px;
  text-align:center;
  border-radius:32px;
  color:#fff;
  background:
    radial-gradient(circle at 20% 10%,rgba(118,87,246,.45),transparent 28%),
    linear-gradient(135deg,#15102f,#27136f 65%,#5334e7);
}
.product-summary-card h2{
  max-width:880px;
  margin:24px auto 0;
  font-size:50px;
  line-height:1.08;
  letter-spacing:-.05em;
}
.product-summary-card p{
  max-width:700px;
  margin:18px auto 0;
  color:rgba(255,255,255,.72);
  font-size:15px;
  line-height:1.7
}
.summary-actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:28px}
.light-outline{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.07)}

/* Download */
.download-section{padding:0 0 38px}
.download-card{
  min-height:310px;
  padding:48px 44px;
  display:grid;
  grid-template-columns:.82fr .95fr 1.15fr;
  gap:34px;
  align-items:center;
  position:relative;
  overflow:hidden;
  border-radius:30px;
  color:#fff;
  background:
    radial-gradient(circle at 50% 10%,rgba(118,87,246,.5),transparent 36%),
    linear-gradient(135deg,#15102f,#27136f 65%,#5334e7);
}
.download-card::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:radial-gradient(rgba(255,255,255,.09) 1px,transparent 1px);
  background-size:24px 24px;
}
.download-copy,
.download-actions,
.download-phone-stage{position:relative;z-index:2}
.download-copy h2{font-size:34px;line-height:1.12}
.download-copy h2 span{color:#52df9f}
.download-copy p{
  margin-top:16px;max-width:270px;color:rgba(255,255,255,.72);
  font-size:14px;line-height:1.65
}
.download-actions{display:flex;align-items:center;gap:18px}
.qr-placeholder{
  width:116px;height:116px;padding:10px;border-radius:16px;background:#fff;flex:none
}
.qr-pattern{
  height:100%;
  background:
    linear-gradient(90deg,#17112e 10%,transparent 10% 20%,#17112e 20% 35%,transparent 35% 43%,#17112e 43% 58%,transparent 58% 70%,#17112e 70% 84%,transparent 84%),
    linear-gradient(#17112e 11%,transparent 11% 24%,#17112e 24% 35%,transparent 35% 49%,#17112e 49% 64%,transparent 64% 78%,#17112e 78% 92%,transparent 92%);
  background-size:26px 25px
}
.scan-note{font-family:"Caveat";font-size:23px;color:#50e6a0}
.store-buttons{display:flex;gap:8px;flex-wrap:wrap;margin-top:16px}
.store-buttons a{
  padding:10px 13px;border-radius:9px;background:#050505;color:#fff;
  font-size:12px;font-weight:700
}
.download-phone-stage{height:280px}
.download-phone{
  position:absolute;width:175px;height:345px;padding:26px 14px 15px;
  border:6px solid #080713;border-radius:28px;background:linear-gradient(#181032,#25184a);
  box-shadow:0 24px 55px rgba(0,0,0,.36);font-size:10px
}
.phone-left{left:14px;top:15px;transform:rotate(-3deg)}
.phone-right{right:0;top:36px;transform:rotate(5deg)}
.phone-notch{
  position:absolute;top:0;left:50%;transform:translateX(-50%);
  width:72px;height:18px;border-radius:0 0 14px 14px;background:#05050b
}
.download-phone h4{font-size:14px;line-height:1.25;margin:10px 0 12px}
.download-phone small{color:#d6d0f5}
.download-row{
  margin-top:9px;padding:10px 7px;border-radius:9px;background:rgba(255,255,255,.07)
}
.download-row b{float:right;color:#5be3a9}
.download-search{
  padding:9px;border-radius:8px;background:rgba(255,255,255,.07);color:#aaa4bd
}
.download-chip-row{display:flex;gap:5px;margin-top:10px}
.download-chip-row span{
  padding:5px 7px;border-radius:12px;background:rgba(255,255,255,.08);font-size:8px
}

/* Footer */
.site-footer{padding:0 0 28px}
.footer-inner{
  min-height:62px;
  padding-top:22px;
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:end;
  gap:20px;
  border-top:1px solid var(--line);
  color:var(--muted);
  font-size:12px;
}
.footer-brand img{width:88px}
.footer-inner nav{justify-self:end;display:flex;gap:24px}

/* Responsive */
@media(max-width:1060px){
  .product-hero-grid{grid-template-columns:.92fr 1.08fr;gap:20px}
  .hero-screen{width:380px}
  .feature-split,.feature-split.reverse{grid-template-columns:1fr;gap:45px}
  .feature-copy{max-width:760px}
  .library-visual,.help-visual,.connect-visual{width:min(760px,100%);margin-inline:auto}
}

@media(max-width:900px){
  .primary-nav{
    position:fixed;
    inset:72px 18px auto;
    display:none;
    flex-direction:column;
    gap:20px;
    padding:22px;
    border-radius:20px;
    background:#fff;
    box-shadow:var(--shadow);
  }
  .primary-nav.open{display:flex}
  .menu-toggle{display:block;margin-left:auto}
  .nav-cta{display:none}

  .product-hero-grid{grid-template-columns:1fr;padding-top:52px}
  .product-hero-copy{text-align:center;max-width:760px;margin-inline:auto}
  .product-hero-copy h1,
  .product-hero-copy>p{margin-inline:auto}
  .hero-actions,.feature-jump{justify-content:center}
  .hero-product-stage{width:min(720px,100%);margin-inline:auto}

  .overview-grid{grid-template-columns:1fr}
  .ai-panel{grid-template-columns:1fr}
  .download-card{grid-template-columns:1fr 1fr;padding-bottom:0}
  .download-phone-stage{grid-column:1/-1;justify-self:center;width:400px}
}

@media(max-width:680px){
  .shell{width:min(100% - 26px,1180px)}
  .nav-shell{min-height:68px}
  .primary-nav{top:68px}
  .brand img{width:86px}

  .product-hero-grid{padding:42px 0 26px}
  .product-hero-copy h1{font-size:49px}
  .product-hero-copy>p{font-size:16px}

  .hero-product-stage{min-height:500px}
  .hero-screen{width:310px;min-height:410px;top:52px;padding:17px}
  .hero-ai{width:155px;left:-3px;top:55px}
  .hero-help{width:145px;right:-2px;top:105px}
  .hero-connect{width:160px;right:0;bottom:30px}
  .hero-mini-card{font-size:10px;padding:12px}

  .section{padding:60px 0}
  .section-heading h2,.feature-copy h2,.product-summary-card h2{font-size:38px}
  .feature-points{gap:13px}

  .library-visual,.help-visual,.connect-visual{min-height:560px}
  .library-window{inset:25px 0 15px}
  .library-folders{grid-template-columns:1fr}
  .library-folders article:nth-child(3){display:none}
  .material-list article{grid-template-columns:42px 1fr}
  .material-list .status{display:none}
  .upload-card{left:-3px;top:2px}
  .interaction-card{right:-3px;bottom:4px}

  .ai-panel{padding:34px 22px}
  .ai-copy h2{font-size:37px}
  .ai-flow{grid-template-columns:1fr}
  .flow-arrow{transform:rotate(90deg);justify-self:center}

  .help-request-window{inset:25px 0 15px}
  .help-copy-cards{grid-template-columns:1fr}
  .answer-card{left:-3px;bottom:0}

  .community-dashboard{inset:25px 0 15px}
  .community-card{grid-template-columns:46px 1fr}
  .community-card button{grid-column:2;justify-self:start}
  .connection-card{left:-3px;top:3px}
  .active-card{right:-3px;bottom:4px}

  .product-summary-card{padding:46px 22px}

  .download-card{grid-template-columns:1fr;padding:38px 24px 0}
  .download-actions{flex-wrap:wrap}
  .download-phone-stage{width:100%;height:280px}
  .download-phone{width:158px;height:315px}
  .phone-left{left:0}
  .phone-right{right:-8px}

  .footer-inner{
    grid-template-columns:1fr;
    justify-items:center;
    text-align:center;
  }
  .footer-inner nav{justify-self:center}
}

@media(prefers-reduced-motion:reduce){
  *{scroll-behavior:auto!important;transition:none!important}
}
