@import url("https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:ital,wght@0,600;0,700;1,600;1,700&display=swap");

:root {
  --ink: #152344;
  --muted: #61708c;
  --paper: #fbfcff;
  --line: #dde4f0;
  --blue: #3569ef;
  --blue-dark: #214fc5;
  --navy: #13234a;
  --peach: #ffe1d2;
  --mint: #d8f3e8;
  --lilac: #e7e2ff;
  --sky: #d9ecff;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  min-width: 320px;
  background: var(--paper);
  color: var(--ink);
  font-family: Manrope, Arial, sans-serif;
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  font: inherit;
}
.page-glow {
  position: absolute;
  z-index: -1;
  width: 550px;
  height: 550px;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}
.glow-one {
  top: -245px;
  right: -180px;
  background: radial-gradient(
    circle,
    rgba(177, 197, 255, 0.55) 0,
    rgba(240, 244, 255, 0.05) 66%,
    transparent 72%
  );
}
.glow-two {
  top: 480px;
  left: -340px;
  background: radial-gradient(
    circle,
    rgba(216, 241, 255, 0.68) 0,
    transparent 67%
  );
}
.section-shell {
  width: min(1160px, calc(100% - 48px));
  margin-inline: auto;
}
.site-header {
  width: min(1240px, calc(100% - 48px));
  height: 84px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.brand {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  font-weight: 800;
  letter-spacing: -1px;
  font-size: 17px;
  white-space: nowrap;
}
.brand small {
  display: block;
  margin-top: -2px;
  color: #7a88a6;
  font: 500 7px/1.2 "DM Mono", monospace;
  letter-spacing: 1.6px;
}
.brand-mark {
  width: 32px;
  height: 32px;
  padding: 6px;
  display: grid;
  place-items: center;
  color: var(--blue);
  border: 1px solid #cad8fc;
  border-radius: 10px;
  background: linear-gradient(145deg, #fff, #eaf0ff);
  box-shadow: 0 5px 12px rgba(54, 91, 190, 0.1);
}
.brand-mark svg {
  width: 100%;
  height: 100%;
}
.desktop-nav {
  display: flex;
  gap: 31px;
  margin-left: 100px;
  color: #52627f;
  font-size: 13px;
  font-weight: 700;
}
.desktop-nav a,
.repo-link,
.footer-links a,
.industry-card a {
  transition: color 0.2s ease;
}
.desktop-nav a:hover,
.repo-link:hover,
.footer-links a:hover,
.industry-card a:hover {
  color: var(--blue);
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 17px;
}
.repo-link {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #445370;
  font-size: 12px;
  font-weight: 700;
}
.repo-link svg {
  width: 17px;
  height: 17px;
}
.button {
  border: 0;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:disabled {
  cursor: wait;
  transform: none;
  opacity: 0.85;
}
.button-small {
  padding: 11px 15px;
  background: var(--navy);
  color: #fff;
}
.button-small span {
  color: #b7c9ff;
  font-size: 16px;
}
.hero {
  padding: 90px 0 95px;
  text-align: center;
  position: relative;
}
.eyebrow,
.section-kicker {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: #61708d;
  font: 500 10px/1 "DM Mono", monospace;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}
.eyebrow {
  padding: 9px 12px;
  border: 1px solid #dce5f5;
  background: rgba(255, 255, 255, 0.65);
  border-radius: 99px;
  box-shadow: 0 4px 15px rgba(64, 90, 160, 0.04);
}
.pulse-dot {
  width: 6px;
  height: 6px;
  background: #43b97a;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #dff8eb;
}
.hero h1 {
  margin: 23px 0 19px;
  color: #12234a;
  letter-spacing: -3.9px;
  font-size: clamp(46px, 7vw, 82px);
  line-height: 0.99;
}
h1 em,
h2 em {
  color: var(--blue);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600;
  letter-spacing: -3px;
}
.hero-copy {
  max-width: 620px;
  margin: 0 auto;
  color: #5e6d88;
  font-size: 16px;
  line-height: 1.7;
}
.hero-actions {
  margin-top: 28px;
  display: flex;
  gap: 12px;
  justify-content: center;
}
.button-primary {
  padding: 15px 20px;
  color: #fff;
  background: linear-gradient(135deg, #346cff, #2759da);
  box-shadow: 0 12px 24px rgba(48, 97, 228, 0.23);
}
.button-primary:hover {
  box-shadow: 0 15px 30px rgba(48, 97, 228, 0.32);
}
.button-primary svg {
  width: 19px;
  height: 19px;
}
.button-quiet {
  padding: 14px 18px;
  color: #344667;
  border: 1px solid #d8e0ef;
  background: rgba(255, 255, 255, 0.8);
}
.button-quiet span {
  color: var(--blue);
  font-size: 15px;
}
.download-note {
  margin: 14px 0 0;
  color: #7c89a4;
  font-size: 11px;
}
.product-stage {
  position: relative;
  width: 100%;
  margin: 58px auto 0;
  padding: 10px;
}
.stage-orbit {
  position: absolute;
  border: 1px solid #d8e4ff;
  border-radius: 50%;
  z-index: -1;
}
.orbit-one {
  width: 620px;
  height: 250px;
  top: 45px;
  left: 50%;
  transform: translateX(-50%) rotate(-8deg);
}
.orbit-two {
  width: 820px;
  height: 420px;
  top: -57px;
  left: 50%;
  transform: translateX(-50%) rotate(8deg);
  border-color: #e4eaff;
}
.app-window {
  overflow: hidden;
  border: 1px solid #c9d5ea;
  border-radius: 13px;
  text-align: left;
  background: #fff;
  box-shadow: 0 25px 60px rgba(36, 57, 105, 0.16),
    0 3px 8px rgba(50, 70, 120, 0.08);
  transform: perspective(1800px) rotateX(1.5deg);
}
.app-topbar {
  height: 43px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 32px;
  border-bottom: 1px solid #e4eaf3;
  color: #122143;
  font-size: 8px;
}
.app-logo {
  display: grid;
  align-items: center;
  grid-template-columns: 16px auto;
  column-gap: 4px;
  font-size: 10px;
  line-height: 8px;
  white-space: nowrap;
}
.app-logo .mini-mark {
  grid-row: span 2;
  display: grid;
  place-items: center;
  width: 15px;
  height: 15px;
  border-radius: 4px;
  background: #e6efff;
  color: #2462e7;
  font-size: 13px;
}
.app-logo small {
  grid-column: 2;
  color: #7e8ca4;
  font-size: 6px;
}
.app-menu {
  display: flex;
  gap: 20px;
  font-weight: 600;
}
.window-controls {
  margin-left: auto;
  display: flex;
  gap: 9px;
}
.window-controls i {
  width: 7px;
  height: 7px;
  border: 1px solid #8c9ab2;
  border-radius: 50%;
}
.app-tabs {
  height: 30px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #9ba7ba;
  font-size: 8px;
}
.active-tab {
  align-self: stretch;
  padding: 9px 10px;
  background: #edf3ff;
  color: #386be4;
  border-top: 2px solid #6591ff;
}
.active-tab b {
  margin-left: 8px;
}
.tab-file {
  margin-left: auto;
  color: #9ba6bd;
}
.app-tools {
  height: 36px;
  padding: 0 13px;
  display: flex;
  align-items: center;
  gap: 15px;
  color: #576a88;
  border-block: 1px solid #e4eaf4;
  font-size: 12px;
}
.selected-tool {
  padding: 5px;
  border-radius: 3px;
  background: #e8f0ff;
  color: #2265e8;
}
.tool-spacer {
  flex: 1;
}
.app-workspace {
  height: 384px;
  display: grid;
  grid-template-columns: 132px 1fr 160px;
  background: #f1f4f8;
}
.thumbnail-panel,
.properties-panel {
  background: #fff;
  padding: 12px;
  color: #586783;
  font-size: 8px;
}
.thumbnail-panel {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e1e7f0;
}
.pane-label {
  color: #4d5d7b;
  font-size: 9px;
}
.thumb {
  height: 148px;
  margin: 17px 0 4px;
  padding: 15px 11px;
  border: 1.5px solid #4a7fff;
  border-radius: 4px;
  background: white;
}
.thumb-lines {
  margin-top: 9px;
}
.thumb-lines i {
  height: 5px;
  display: block;
  margin: 7px 0;
  background: #dce1ea;
}
.thumb-lines i:nth-child(2) {
  width: 76%;
}
.thumb-lines i:nth-child(3) {
  height: 41px;
  background: repeating-linear-gradient(
    to bottom,
    #dce1ea 0 2px,
    transparent 2px 7px
  );
}
.thumbnail-panel small {
  margin-bottom: auto;
}
.thumbnail-panel button {
  height: 26px;
  margin-top: 5px;
  border: 1px solid #dbe2ec;
  border-radius: 3px;
  background: #f4f6fa;
  color: #465775;
  font-size: 7px;
}
.canvas-zone {
  position: relative;
  padding: 18px;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.pdf-page {
  width: min(86%, 465px);
  height: 340px;
  padding: 14px 31px;
  background: white;
  box-shadow: 0 3px 11px rgba(66, 79, 101, 0.14);
  color: #181d26;
  font-family: Arial, sans-serif;
  font-size: 6px;
}
.pdf-heading {
  display: flex;
  justify-content: space-between;
}
.report-title {
  margin-top: 29px;
  display: grid;
  justify-items: center;
  gap: 4px;
  font-size: 8px;
}
.report-title strong {
  color: #1559e9;
  font-size: 12px;
}
.report-title span:last-child {
  margin-top: 4px;
  font-size: 9px;
}
.report-title span:last-child b {
  color: #ee202a;
}
.pdf-rule {
  height: 1px;
  margin: 13px 0 12px;
  background: #44505e;
}
.student-data {
  display: grid;
  grid-template-columns: 65px 1fr;
  row-gap: 5px;
  font-size: 7px;
}
.student-data span {
  color: #6c7585;
}
.marks-table {
  margin-top: 11px;
  border: 1px solid #dfe3e9;
}
.marks-table div {
  display: grid;
  grid-template-columns: 1fr 55px 36px 40px;
  min-height: 19px;
  align-items: center;
  padding: 0 5px;
  border-bottom: 1px solid #e3e5e9;
  font-size: 7px;
}
.marks-table div:last-child {
  border: none;
}
.marks-table em {
  color: #07813c;
  font-style: normal;
}
.marks-table .fail {
  color: #eb1f2c;
}
.grade-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 10px;
}
.grade-cards div {
  padding: 6px;
  border: 1px solid #dae0e9;
  border-radius: 4px;
}
.grade-cards small,
.grade-cards b {
  display: block;
}
.grade-cards b {
  margin-top: 4px;
  font-size: 10px;
}
.properties-panel {
  border-left: 1px solid #e1e7f0;
}
.properties-panel > b {
  display: block;
  margin-bottom: 15px;
  color: #102147;
  font-size: 10px;
}
.properties-panel div {
  display: grid;
  gap: 5px;
  padding: 8px 0;
  border-bottom: 1px solid #edf0f5;
}
.properties-panel span {
  color: #9aa7bc;
}
.properties-panel strong {
  overflow: hidden;
  color: #183061;
  font-size: 7px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.properties-panel p {
  margin-top: 20px;
  color: #9ba8bb;
  font-size: 8px;
  line-height: 1.45;
}
.app-status {
  height: 18px;
  padding: 5px 12px;
  color: #9ca9c1;
  background: #fff;
  border-top: 1px solid #e2e8f1;
  font-size: 7px;
}
.app-status span {
  float: right;
  color: #5d7ee1;
}
.trust-strip {
  border-block: 1px solid #e7ecf5;
  background: rgba(246, 249, 254, 0.75);
}
.trust-inner {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #71809b;
  font: 500 9px/1 "DM Mono", monospace;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.trust-inner span:not(:first-child)::before {
  content: "✦";
  padding-right: 9px;
  color: #7d9ef2;
}
.trust-inner span:first-child {
  color: #435575;
}
.feature-section {
  padding: 122px 0;
}
.section-intro {
  max-width: 620px;
}
.section-kicker {
  color: #5275cc;
}
.section-intro h2 {
  margin: 17px 0;
  color: #132346;
  letter-spacing: -2.5px;
  font-size: clamp(34px, 4.5vw, 51px);
  line-height: 1.08;
}
.section-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.7;
}
.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
  margin-top: 48px;
}
.feature-card {
  position: relative;
  min-height: 282px;
  padding: 23px;
  overflow: hidden;
  border: 1px solid #dfe7f3;
  border-radius: 15px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.feature-card:hover,
.industry-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 32px rgba(44, 72, 130, 0.1);
}
.feature-main {
  grid-row: span 2;
  min-height: 578px;
  background: linear-gradient(165deg, #f1f5ff 0%, #fff 64%);
}
.feature-card:nth-child(4) {
  grid-column: span 2;
}
.feature-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 800;
}
.cobalt {
  color: #2561e2;
  background: #dae7ff;
}
.peach {
  color: #cb6c3a;
  background: var(--peach);
}
.mint {
  color: #258b66;
  background: var(--mint);
}
.lilac {
  color: #745ecc;
  background: var(--lilac);
}
.sky {
  color: #2876a2;
  background: var(--sky);
}
.card-number {
  position: absolute;
  top: 27px;
  right: 23px;
  color: #94a2b9;
  font: 500 10px "DM Mono", monospace;
}
.feature-card h3 {
  max-width: 240px;
  margin: 25px 0 8px;
  color: #1a2b50;
  font-size: 18px;
  letter-spacing: -0.65px;
}
.feature-card p {
  max-width: 275px;
  margin: 0;
  color: #687792;
  font-size: 12px;
  line-height: 1.65;
}
.card-visual {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
.text-visual {
  height: 253px;
  padding: 63px 31px;
  color: #253c76;
  background: radial-gradient(circle at 20% 100%, #cbdcff, transparent 45%),
    linear-gradient(#fff, #eaf0ff);
  transform: rotate(-3deg) translateY(27px) scale(1.05);
  box-shadow: 0 -2px 11px rgba(43, 75, 149, 0.08);
}
.text-visual span {
  display: block;
  font-size: 25px;
  letter-spacing: -1px;
}
.text-visual span b {
  color: #2f68ea;
}
.text-visual i {
  display: block;
  width: 180px;
  height: 9px;
  margin: 12px 0;
  background: #d2ddf7;
}
.text-visual small {
  color: #6b82be;
  font: 500 8px "DM Mono", monospace;
}
.signature-visual {
  position: absolute;
  right: 19px;
  bottom: 25px;
  left: 19px;
  padding: 11px 7px 7px;
  color: #31589e;
  border-bottom: 1px solid #a9badc;
  font: 600 24px/1 "Playfair Display", cursive;
  font-style: italic;
  transform: rotate(-5deg);
}
.signature-visual i {
  position: absolute;
  right: 4px;
  bottom: -1px;
  width: 60px;
  height: 1px;
  background: #d5def1;
}
.pages-visual {
  position: absolute;
  right: 18px;
  bottom: 20px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
}
.pages-visual span {
  width: 37px;
  height: 48px;
  border: 1px solid #cbd6e8;
  border-radius: 3px;
  background: linear-gradient(
    #fff 20%,
    #e7edf6 20% 25%,
    #fff 25% 40%,
    #e7edf6 40% 45%,
    #fff 45%
  );
}
.pages-visual .focused {
  height: 62px;
  border: 2px solid #5783f0;
  box-shadow: 0 4px 9px #dbe6ff;
}
.markup-visual {
  height: 74px;
  right: 20px;
  bottom: 18px;
  left: 20px;
  border: 1px solid #e1e5ee;
  border-radius: 5px;
  background: #fff;
}
.markup-visual i {
  position: absolute;
  left: 22px;
  bottom: 52px;
  width: 64%;
  height: 12px;
  background: #ffe681;
  transform: rotate(-1.5deg);
}
.markup-visual b {
  position: absolute;
  left: 20%;
  bottom: 30px;
  width: 37%;
  height: 2px;
  background: #826ae1;
  transform: rotate(-4deg);
}
.markup-visual span {
  position: absolute;
  right: 14px;
  bottom: 11px;
  padding: 5px 7px;
  color: #5949a6;
  border-radius: 5px;
  background: #eeeaff;
  font-size: 8px;
}
.export-visual {
  position: absolute;
  right: 21px;
  bottom: 24px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.export-visual span {
  display: grid;
  width: 43px;
  height: 52px;
  place-items: center;
  color: #e8605c;
  border: 1px solid #ffd6d2;
  border-radius: 5px;
  background: #fff7f6;
  font: 700 10px "DM Mono", monospace;
}
.export-visual .image-file {
  color: #3b966e;
  border-color: #cceee0;
  background: #f5fdf9;
}
.export-visual i {
  color: #7d8ca6;
  font-style: normal;
}
.use-case-section {
  padding: 105px 0 116px;
  background: #f0f5ff;
  border-block: 1px solid #dfe9fa;
}
.compact {
  max-width: none;
}
.industry-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
}
.industry-card {
  min-height: 268px;
  display: flex;
  flex-direction: column;
  padding: 24px;
  border: 1px solid #dce5f3;
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.76);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.industry-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: #416dc7;
  border-radius: 10px;
  background: #e1ecff;
  font-size: 19px;
}
.industry-card:nth-child(2) .industry-icon {
  color: #a96045;
  background: #ffe6dc;
}
.industry-card:nth-child(3) .industry-icon {
  color: #6d5abc;
  background: #e9e3ff;
}
.industry-card:nth-child(4) .industry-icon {
  color: #21866b;
  background: #daf5ea;
}
.industry-card h3 {
  margin: 28px 0 8px;
  font-size: 17px;
  letter-spacing: -0.5px;
}
.industry-card p {
  margin: 0;
  color: #65738d;
  font-size: 12px;
  line-height: 1.7;
}
.industry-card a {
  margin-top: auto;
  color: #315cc4;
  font-size: 11px;
  font-weight: 800;
}
.industry-card a span {
  margin-left: 4px;
  font-size: 16px;
}
.privacy-section {
  padding: 114px 0;
}
.privacy-panel {
  min-height: 367px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  overflow: hidden;
  border: 1px solid #dce5f3;
  border-radius: 20px;
  background: #142850;
  color: #fff;
  box-shadow: 0 18px 45px rgba(16, 44, 96, 0.16);
}
.privacy-copy {
  padding: 55px;
}
.privacy-copy .section-kicker {
  color: #a7bcf9;
}
.privacy-copy h2 {
  margin: 17px 0;
  font-size: 42px;
  letter-spacing: -2px;
}
.privacy-copy p {
  max-width: 475px;
  color: #c4cee3;
  font-size: 14px;
  line-height: 1.8;
}
.text-link {
  display: inline-block;
  margin-top: 20px;
  color: #b8cbff;
  font-size: 12px;
  font-weight: 800;
}
.text-link span {
  margin-left: 4px;
}
.privacy-visual {
  position: relative;
  min-height: 300px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(
    circle at 50% 50%,
    #3b609b 0,
    #1a325f 30%,
    #142850 68%
  );
}
.lock-orb {
  position: relative;
  z-index: 1;
  width: 93px;
  height: 93px;
  display: grid;
  place-items: center;
  color: #d6e4ff;
  border: 1px solid #87a8e8;
  border-radius: 50%;
  background: linear-gradient(145deg, #5474a9, #1b3567);
  box-shadow: 0 0 0 17px rgba(153, 183, 242, 0.08),
    0 0 0 50px rgba(153, 183, 242, 0.05);
  font-size: 39px;
}
.orbit-line {
  position: absolute;
  width: 350px;
  height: 175px;
  border: 1px solid rgba(184, 207, 255, 0.33);
  border-radius: 50%;
  transform: rotate(-25deg);
}
.file-dot {
  position: absolute;
  z-index: 2;
  padding: 7px;
  color: #bed1fc;
  border: 1px solid rgba(189, 211, 255, 0.4);
  border-radius: 5px;
  background: #2a4d86;
  font: 500 9px "DM Mono", monospace;
}
.file-one {
  top: 67px;
  left: 22%;
}
.file-two {
  right: 14%;
  bottom: 75px;
}
.file-three {
  top: 44px;
  right: 26%;
}
.privacy-visual small {
  position: absolute;
  bottom: 27px;
  color: #98afd8;
  font: 500 9px "DM Mono", monospace;
  letter-spacing: 2px;
}
.download-section {
  padding: 0 0 112px;
}
.download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 49px 55px;
  overflow: hidden;
  border: 1px solid #ceddfd;
  border-radius: 19px;
  background: linear-gradient(112deg, #eaf1ff 0%, #f9fbff 65%, #dbe8ff);
}
.download-panel h2 {
  margin: 14px 0 10px;
  color: #122754;
  font-size: clamp(31px, 3.8vw, 45px);
  line-height: 1.05;
  letter-spacing: -2px;
}
.download-panel p {
  margin: 0;
  color: #60708e;
  font-size: 13px;
}
.download-actions {
  display: grid;
  gap: 14px;
  justify-items: center;
}
.button-wide {
  min-width: 225px;
}
.download-actions a {
  color: #5b6f96;
  font-size: 11px;
  font-weight: 700;
}
.download-actions a span {
  color: #3769d6;
}
.site-footer {
  padding-top: 47px;
  color: #d4dced;
  background: #122448;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding-bottom: 45px;
}
.site-footer .brand {
  color: #fff;
}
.site-footer .brand-mark {
  color: #aec7ff;
  border-color: #3e609d;
  background: #1b3768;
}
.footer-inner p {
  margin: 13px 0 0;
  color: #9baed0;
  font-size: 11px;
}
.footer-links {
  display: flex;
  gap: 62px;
}
.footer-links div {
  display: grid;
  gap: 9px;
}
.footer-links span {
  color: #7e95bd;
  font: 500 9px "DM Mono", monospace;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.footer-links a {
  color: #e6edfd;
  font-size: 11px;
  font-weight: 700;
}
.footer-bottom {
  padding: 16px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #2b416a;
  color: #849abf;
  font-size: 10px;
}
@media (max-width: 900px) {
  .desktop-nav {
    margin-left: 0;
    gap: 17px;
  }
  .app-workspace {
    grid-template-columns: 90px 1fr;
  }
  .properties-panel {
    display: none;
  }
  .app-menu {
    gap: 12px;
  }
  .industry-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .feature-main {
    grid-row: span 1;
    min-height: 370px;
  }
  .feature-main .text-visual {
    height: 165px;
    padding-top: 40px;
  }
  .feature-card:nth-child(4) {
    grid-column: span 1;
  }
  .privacy-copy {
    padding: 42px;
  }
  .download-panel {
    padding: 40px;
  }
}
@media (max-width: 650px) {
  .section-shell,
  .site-header {
    width: min(100% - 32px, 1160px);
  }
  .site-header {
    height: 70px;
  }
  .desktop-nav,
  .repo-link {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
  .hero {
    padding: 62px 0 65px;
  }
  .hero h1 {
    letter-spacing: -2.8px;
  }
  .hero-copy {
    font-size: 14px;
  }
  .hero-actions {
    flex-direction: column;
    align-items: center;
  }
  .button {
    width: 100%;
  }
  .product-stage {
    margin-top: 45px;
    padding: 0;
  }
  .app-window {
    border-radius: 8px;
  }
  .app-topbar {
    height: 28px;
    gap: 10px;
  }
  .app-menu {
    display: none;
  }
  .app-tabs {
    height: 23px;
  }
  .app-tools {
    height: 28px;
    gap: 9px;
  }
  .app-workspace {
    height: 257px;
    grid-template-columns: 52px 1fr;
  }
  .thumbnail-panel {
    padding: 6px;
  }
  .thumbnail-panel .pane-label,
  .thumbnail-panel button {
    display: none;
  }
  .thumb {
    height: 78px;
    margin: 11px 0 2px;
    padding: 7px;
  }
  .pdf-page {
    width: 90%;
    height: 220px;
    padding: 10px 16px;
    font-size: 4px;
  }
  .report-title {
    margin-top: 13px;
    gap: 2px;
  }
  .report-title strong {
    font-size: 8px;
  }
  .report-title span:last-child {
    margin-top: 0;
    font-size: 6px;
  }
  .pdf-rule {
    margin: 8px 0;
  }
  .student-data {
    grid-template-columns: 46px 1fr;
    row-gap: 3px;
    font-size: 5px;
  }
  .marks-table {
    margin-top: 7px;
  }
  .marks-table div {
    min-height: 12px;
    grid-template-columns: 1fr 31px 22px 25px;
    padding: 0 3px;
    font-size: 5px;
  }
  .grade-cards {
    margin-top: 5px;
    gap: 4px;
  }
  .grade-cards div {
    padding: 3px;
  }
  .grade-cards b {
    margin-top: 2px;
    font-size: 6px;
  }
  .app-status {
    height: 13px;
    padding: 3px 6px;
    font-size: 5px;
  }
  .trust-inner {
    height: auto;
    min-height: 70px;
    padding: 17px 0;
    flex-wrap: wrap;
    gap: 10px 16px;
    line-height: 1.6;
  }
  .trust-inner span:first-child {
    width: 100%;
  }
  .feature-section,
  .use-case-section,
  .privacy-section {
    padding: 78px 0;
  }
  .feature-grid,
  .industry-grid {
    grid-template-columns: 1fr;
  }
  .feature-card {
    min-height: 244px;
  }
  .feature-main {
    min-height: 350px;
  }
  .feature-card:nth-child(4) {
    grid-column: auto;
  }
  .industry-card {
    min-height: 210px;
  }
  .privacy-panel {
    grid-template-columns: 1fr;
  }
  .privacy-copy {
    padding: 35px 27px;
  }
  .privacy-copy h2 {
    font-size: 35px;
  }
  .privacy-visual {
    min-height: 240px;
  }
  .download-section {
    padding-bottom: 78px;
  }
  .download-panel {
    display: block;
    padding: 34px 27px;
  }
  .download-actions {
    margin-top: 26px;
  }
  .footer-inner,
  .footer-bottom {
    gap: 25px;
    flex-direction: column;
  }
  .footer-links {
    flex-wrap: wrap;
    gap: 25px;
  }
  .footer-bottom {
    padding: 16px 0 23px;
  }
}

/* Motion is deliberately subtle: it leads the eye to content, never competes with it. */
@keyframes halo-drift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(22px, 18px, 0) scale(1.05);
  }
}
@keyframes orbit-drift {
  0%,
  100% {
    margin-left: 0;
  }
  50% {
    margin-left: 18px;
  }
}
@keyframes app-float {
  0%,
  100% {
    transform: perspective(1800px) rotateX(1.5deg) translateY(0);
  }
  50% {
    transform: perspective(1800px) rotateX(1.5deg) translateY(-7px);
  }
}
@keyframes soft-pulse {
  0%,
  100% {
    box-shadow: 0 0 0 4px #dff8eb;
  }
  50% {
    box-shadow: 0 0 0 8px rgba(223, 248, 235, 0.25);
  }
}

@media (min-width: 651px) and (prefers-reduced-motion: no-preference) {
  .glow-one {
    animation: halo-drift 13s ease-in-out infinite;
  }
  .glow-two {
    animation: halo-drift 17s ease-in-out -5s infinite reverse;
  }
  .stage-orbit {
    animation: orbit-drift 10s ease-in-out infinite;
  }
  .orbit-two {
    animation-delay: -4s;
  }
  .app-window {
    animation: app-float 8s ease-in-out 1.2s infinite;
  }
  .pulse-dot {
    animation: soft-pulse 2.5s ease-in-out infinite;
  }
}

/* Intersection reveals: mobile uses a soft fade, while desktop gets a small lifted entrance. */
.motion-ready .reveal {
  opacity: 0;
  transition: opacity 0.64s ease var(--reveal-delay, 0ms),
    transform 0.64s cubic-bezier(0.16, 1, 0.3, 1) var(--reveal-delay, 0ms);
}
.motion-ready .reveal.is-visible {
  opacity: 1;
  transform: none;
}
@media (min-width: 651px) {
  .motion-ready .reveal {
    transform: translateY(22px);
  }
  .motion-ready .hero h1.reveal {
  }
  .motion-ready .product-stage.reveal {
    transform: translateY(34px) scale(0.985);
  }
}
@media (max-width: 650px) {
  .motion-ready .reveal {
    transform: none;
    transition-duration: 0.45s;
  }
}

/* Tablet refinement: content remains generous, while the editor mockup stays crisp and contained. */
@media (min-width: 651px) and (max-width: 900px) {
  .site-header,
  .section-shell {
    width: min(100% - 40px, 760px);
  }
  .hero {
    padding-top: 66px;
  }
  .hero h1 {
    font-size: 61px;
  }
  .product-stage {
    margin-top: 45px;
  }
  .app-workspace {
    height: 346px;
  }
  .pdf-page {
    height: 305px;
  }
  .feature-section,
  .privacy-section {
    padding: 95px 0;
  }
  .industry-card {
    min-height: 242px;
  }
}

/* Decorative elements must never create a horizontal scroll area. The hero stays clean at every size. */
html,
body {
  overflow-x: clip;
}
.page-glow {
  display: none;
}

/* The orbit is a desktop accent only; on tablet and mobile it competes with the product preview. */
.stage-orbit {
  display: none;
}
@media (min-width: 901px) {
  .stage-orbit {
    display: block;
  }
}

@media (max-width: 650px) {
  body {
    overflow-x: clip;
  }
  .hero {
    padding-top: 38px;
  }
  .hero h1 {
    margin-top: 18px;
    font-size: clamp(42px, 12vw, 55px);
    line-height: 1.01;
  }
  .hero-copy {
    max-width: 335px;
    font-size: 13px;
    line-height: 1.7;
  }
  .hero-actions {
    width: 100%;
    margin-top: 23px;
  }
  .hero-actions .button {
    min-height: 47px;
  }
  .download-note {
    margin-top: 12px;
  }
  .product-stage {
    margin-top: 31px;
  }
  .stage-orbit {
    width: 420px;
    height: 155px;
    top: 40px;
  }
  .orbit-two {
    width: 490px;
    height: 255px;
    top: -37px;
  }
  .app-window {
    transform: none;
    box-shadow: 0 17px 35px rgba(36, 57, 105, 0.16),
      0 2px 6px rgba(50, 70, 120, 0.08);
  }
  .app-tabs .tab-file {
    display: none;
  }
  .app-tools span:nth-child(n + 8):not(.tool-spacer) {
    display: none;
  }
  .canvas-zone {
    padding: 8px;
  }
  .trust-strip {
    margin-top: 0;
  }
  .section-intro h2 {
    letter-spacing: -1.8px;
  }
  .feature-grid {
    margin-top: 31px;
  }
  .feature-card {
    padding: 21px;
  }
  .feature-card h3 {
    margin-top: 20px;
  }
  .privacy-panel {
    border-radius: 15px;
  }
  .download-panel {
    border-radius: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
