.aye-page {
  --ink: #171714;
  --muted: #6c6b63;
  --cream: #f5f2ea;
  --paper: #fffefa;
  --line: #d9d6cc;
  --blue: #3d70e5;
  --blue-dark: #2d5bc2;
  --red: #ed4b3e;
  --yellow: #f5b82e;
  --green: #3c9e4b;
  --dark: #181815;
  margin: 0;
  overflow: hidden;
  background: var(--paper);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}
.aye-page *,
.aye-page *::before,
.aye-page *::after {
  box-sizing: border-box;
}
.aye-page a {
  color: inherit;
  text-decoration: none;
}
.aye-page button {
  font: inherit;
}
.aye-page .hero {
  min-height: 940px;
  padding: 154px 4.5vw 80px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 12%, #fff 0, rgba(255, 255, 255, 0.3) 34%, transparent 54%), var(--cream);
}
.aye-page .hero-copy {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}
.aye-page .eyebrow,
.aye-page .section-heading > span,
.aye-page .safety-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  font-size: 12px;
  font-weight: 700;
}
.aye-page .pulse-dot {
  width: 7px;
  height: 7px;
  background: #35a963;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(53, 169, 99, 0.12);
}
.aye-page h1 {
  margin: 29px 0 25px;
  font-size: clamp(38px, 4.4vw, 62px);
  line-height: 1.03;
  letter-spacing: -0.055em;
  font-weight: 750;
}
.aye-page h1 span,
.aye-page .final-cta h2 span {
  display: block;
}
.aye-page .hero-copy > p {
  max-width: 720px;
  margin: 0 auto;
  color: #5b5a53;
  font-size: 18px;
  line-height: 1.8;
}
.aye-page .download-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 34px;
  flex-wrap: wrap;
}
.aye-page .store-button {
  min-height: 54px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 9px;
  padding: 0 17px;
  font-size: 14px;
  font-weight: 650;
  transition: transform 0.2s, box-shadow 0.2s;
}
.aye-page .store-button:hover {
  color: inherit;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(23, 23, 20, 0.14);
}
.aye-page .store-button.primary {
  background: var(--ink);
  color: #fff;
}
.aye-page .store-button.secondary {
  background: #fff;
  border: 1px solid #bbb8ae;
}
.aye-page .store-button > span:nth-child(2) {
  min-width: 172px;
  text-align: left;
}
.aye-page .store-glyph {
  font-size: 15px;
}
.aye-page .windows-glyph {
  width: 16px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
}
.aye-page .windows-glyph i {
  width: 7px;
  height: 7px;
  background: currentColor;
  display: block;
}
.aye-page .hero-copy small {
  display: block;
  margin-top: 17px;
  color: #89877e;
}
.aye-page .browser-stage {
  max-width: 1280px;
  margin: 72px auto -260px;
  padding: 0 3vw;
  perspective: 1200px;
}
.aye-page .browser-window {
  background: #fff;
  border: 1px solid #ccc8bd;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 35px 100px rgba(45, 39, 28, 0.22);
  transform: rotateX(1.5deg);
}
.aye-page .browser-topbar {
  height: 54px;
  background: #f2efe8;
  border-bottom: 1px solid #d7d3c9;
  display: flex;
  align-items: center;
  padding: 0 15px;
  gap: 18px;
}
.aye-page .traffic {
  display: flex;
  gap: 7px;
}
.aye-page .traffic i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7c3b9;
}
.aye-page .tab {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #fff;
  height: 38px;
  padding: 0 24px 0 12px;
  border-radius: 9px 9px 0 0;
  font-size: 12px;
}
.aye-page .tab img {
  border-radius: 5px;
}
.aye-page .address {
  flex: 1;
  text-align: center;
  color: #8b887f;
  font-size: 11px;
}
.aye-page .browser-body {
  height: 550px;
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(320px, 0.58fr);
}
.aye-page .workspace {
  display: grid;
  grid-template-columns: 54px 1fr;
  background: #f7f5ef;
}
.aye-page .workspace-nav {
  background: #201f1c;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding-top: 17px;
}
.aye-page .workspace-nav span {
  color: #fff;
  font-weight: 800;
}
.aye-page .workspace-nav i {
  width: 20px;
  height: 3px;
  background: #55534d;
  border-radius: 2px;
}
.aye-page .workspace-page {
  padding: 65px 9%;
}
.aye-page .page-kicker {
  font: 11px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  letter-spacing: 0.15em;
  color: var(--blue);
}
.aye-page .workspace-page h2 {
  font-size: 27px;
  line-height: 1.12;
  letter-spacing: -0.03em;
  margin: 18px 0 50px;
}
.aye-page .fake-table {
  border-top: 1px solid #cfcac0;
}
.aye-page .fake-row {
  display: grid;
  grid-template-columns: 100px 1fr 25px;
  align-items: center;
  gap: 18px;
  height: 55px;
  border-bottom: 1px solid #ddd9cf;
  font-size: 12px;
}
.aye-page .fake-row span {
  height: 7px;
  background: #d7d2c6;
  border-radius: 3px;
}
.aye-page .fake-row em {
  font-style: normal;
  color: #8b887f;
}
.aye-page .agent-panel {
  border-left: 1px solid #d7d3c9;
  padding: 19px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: #fff;
}
.aye-page .agent-heading {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eee;
}
.aye-page .agent-heading img {
  border-radius: 7px;
}
.aye-page .agent-heading span {
  margin-left: auto;
  color: #aaa;
}
.aye-page .user-prompt {
  background: #f2f0e9;
  border-radius: 12px 12px 3px 12px;
  padding: 14px;
  font-size: 12px;
  line-height: 1.6;
  margin-left: 22px;
}
.aye-page .agent-status {
  font-size: 12px;
  font-weight: 650;
  display: flex;
  align-items: center;
  gap: 8px;
}
.aye-page .spinner {
  width: 12px;
  height: 12px;
  border: 2px solid #b9c9ef;
  border-top-color: var(--blue);
  border-radius: 50%;
  animation: aye-spin 1s linear infinite;
}
.aye-page .step-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.aye-page .step {
  display: flex;
  gap: 9px;
  font-size: 11px;
  color: #5d5b54;
  padding: 9px;
  border-left: 1px solid #ddd;
}
.aye-page .step span {
  color: var(--blue);
}
.aye-page .result-card {
  margin-top: auto;
  background: #eff4ff;
  border: 1px solid #c8d5f5;
  padding: 13px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 11px;
}
.aye-page .result-card span {
  color: #777;
}
.aye-page .prompt-box {
  border: 1px solid #d9d6cc;
  border-radius: 10px;
  color: #aaa;
  padding: 11px;
  font-size: 11px;
  display: flex;
  align-items: center;
}
.aye-page .prompt-box button {
  margin-left: auto;
  border: 0;
  background: var(--blue);
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 7px;
}
.aye-page .intro,
.aye-page .use-cases,
.aye-page .faq {
  padding: 135px 4.5vw;
  max-width: 1500px;
  margin: auto;
}
.aye-page .section-heading {
  max-width: 850px;
}
.aye-page .section-heading > span,
.aye-page .safety-copy > span {
  color: var(--blue);
}
.aye-page .section-heading h2,
.aye-page .safety h2 {
  font-size: clamp(29px, 3.2vw, 46px);
  line-height: 1.12;
  letter-spacing: -0.04em;
  margin: 20px 0;
}
.aye-page .section-heading p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--muted);
  max-width: 680px;
}
.aye-page .feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 72px;
}
.aye-page .feature-card {
  border: 1px solid var(--line);
  border-radius: 13px;
  padding: 22px;
  background: #fff;
  position: relative;
}
.aye-page .feature-card:nth-child(1) {
  border-top: 4px solid var(--red);
}
.aye-page .feature-card:nth-child(2) {
  border-top: 4px solid var(--yellow);
}
.aye-page .feature-card:nth-child(3) {
  border-top: 4px solid var(--green);
}
.aye-page .feature-number {
  font: 12px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: #98958c;
}
.aye-page .feature-visual {
  aspect-ratio: 1.33333333;
  height: auto;
  display: grid;
  place-items: center;
  padding: 28px;
  background: #f8f7f2;
  border-radius: 8px;
  margin: 20px 0 27px;
  overflow: hidden;
}
.aye-page .feature-label {
  font-size: 11px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}
.aye-page .feature-card h3 {
  font-size: 25px;
  line-height: 1.25;
  letter-spacing: -0.035em;
  margin: 12px 0;
}
.aye-page .feature-card p {
  font-size: 14px;
  color: var(--muted);
  line-height: 1.75;
}
.aye-page .product-diagram {
  width: 100%;
  height: 100%;
  min-height: 210px;
  padding: 17px;
  border: 1px solid #d9d6cc;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(23, 23, 20, 0.055);
  display: flex;
  flex-direction: column;
  gap: 10px;
  color: #34332e;
}
.aye-page .diagram-topline {
  display: flex;
  justify-content: space-between;
  padding-bottom: 9px;
  border-bottom: 1px solid #ebe8df;
  font-size: 9px;
  color: #858279;
}
.aye-page .diagram-topline span {
  font-weight: 750;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.aye-page .media-sources {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}
.aye-page .media-sources > span {
  padding: 6px;
  border: 1px solid #e0ddd4;
  border-radius: 7px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.aye-page .media-sources i {
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 5px;
  background: #f4f2ec;
  font: 700 10px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-style: normal;
}
.aye-page .media-sources span:nth-child(1) i {
  color: var(--red);
}
.aye-page .media-sources span:nth-child(2) i {
  color: var(--blue);
}
.aye-page .media-sources span:nth-child(3) i {
  color: var(--green);
}
.aye-page .media-sources em {
  font-size: 8px;
  color: #747169;
  font-style: normal;
}
.aye-page .queue-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 9px;
  border-radius: 8px;
  background: #f6f7fb;
}
.aye-page .queue-row > i {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  background: var(--blue);
  color: #fff;
  font-style: normal;
}
.aye-page .queue-row div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.aye-page .queue-row div > b {
  font-size: 9px;
}
.aye-page .queue-row div > span {
  height: 4px;
  border-radius: 5px;
  background: #dcdfe8;
  overflow: hidden;
}
.aye-page .queue-row div > span em {
  display: block;
  width: 72%;
  height: 100%;
  background: var(--blue);
}
.aye-page .queue-row strong {
  font: 9px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: var(--blue);
}
.aye-page .diagram-result {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 9px;
  color: #4b744e;
  font-weight: 700;
}
.aye-page .diagram-result i {
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e5f2e5;
  color: var(--green);
  font-style: normal;
}
.aye-page .inbox-source > span {
  display: flex;
  align-items: center;
  gap: 6px;
}
.aye-page .gmail-mark {
  width: 17px;
  height: 17px;
  display: grid;
  place-items: center;
  border-radius: 4px;
  background: #fff0ee;
  color: var(--red);
  font-size: 9px;
  font-style: normal;
}
.aye-page .email-subject {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 9px;
  border: 1px solid #e3dfd6;
  border-radius: 8px;
}
.aye-page .email-subject > i {
  color: var(--red);
  font-size: 9px;
}
.aye-page .email-subject > div {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.aye-page .email-subject b {
  font-size: 9px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.aye-page .email-subject span {
  font-size: 8px;
  color: #969289;
}
.aye-page .reply-editor {
  position: relative;
  flex: 1;
  padding: 9px 33px 9px 9px;
  border: 1px solid #b9c9ef;
  border-radius: 8px;
  background: #fbfcff;
}
.aye-page .reply-editor > span {
  display: block;
  margin-bottom: 8px;
  font-size: 9px;
  color: var(--blue);
  font-weight: 700;
}
.aye-page .reply-editor p {
  height: 4px;
  margin: 5px 0;
  border-radius: 5px;
  background: #d9d6ce;
}
.aye-page .reply-editor p:nth-of-type(2) {
  width: 66%;
}
.aye-page .reply-editor b {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--blue);
  color: #fff;
}
.aye-page .social-diagram {
  gap: 7px;
}
.aye-page .social-topline {
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 8px;
}
.aye-page .social-platforms {
  display: flex;
  gap: 4px;
}
.aye-page .social-platforms i {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border: 1px solid #e2ded5;
  border-radius: 6px;
  background: #f8f7f3;
  font-size: 8px;
  font-style: normal;
}
.aye-page .social-platforms i:nth-child(1) {
  color: var(--blue);
}
.aye-page .social-platforms i:nth-child(2) {
  color: var(--red);
}
.aye-page .social-platforms i:nth-child(3) {
  color: #c0272d;
}
.aye-page .social-row {
  display: grid;
  grid-template-columns: 27px 1fr auto;
  gap: 8px;
  align-items: center;
  padding: 8px;
  border: 1px solid #e3dfd6;
  border-radius: 8px;
}
.aye-page .social-row > i {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  font-style: normal;
  font-weight: 700;
}
.aye-page .social-row:nth-child(2) > i {
  background: #e9effd;
  color: var(--blue);
}
.aye-page .social-row:nth-child(3) > i {
  background: #fce9e7;
  color: var(--red);
}
.aye-page .social-row:nth-child(4) > i {
  background: #fff1c9;
  color: #9b7412;
}
.aye-page .social-row > span {
  font-size: 9px;
  font-weight: 650;
}
.aye-page .social-row > b {
  color: var(--green);
}
.aye-page .social-row > em {
  padding: 3px 5px;
  border-radius: 99px;
  background: #fff1c9;
  color: #8f6c16;
  font-size: 7px;
  font-style: normal;
}
.aye-page .process {
  background: var(--dark);
  color: #fff;
  padding: 130px 4.5vw;
}
.aye-page .process-inner {
  max-width: 1400px;
  margin: auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 7vw;
  align-items: end;
}
.aye-page .process > .section-heading {
  max-width: none;
}
.aye-page .section-heading.light > span {
  color: #8aa8ef;
}
.aye-page .process-visual {
  overflow: hidden;
  border: 1px solid #4a4740;
  border-radius: 14px;
  padding: 55px 7%;
  background: #201f1c;
}
.aye-page .schedule-flow {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 18px;
  align-items: center;
}
.aye-page .schedule-flow > b {
  color: #77746c;
  font-size: 24px;
}
.aye-page .flow-node {
  min-height: 150px;
  border: 1px solid #4d4a43;
  border-radius: 12px;
  background: #292824;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 15px;
}
.aye-page .flow-node span {
  font: 11px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: #9d9a91;
}
.aye-page .flow-node i {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  font-style: normal;
  font-size: 18px;
  margin-top: auto;
}
.aye-page .flow-node strong {
  font-size: 11px;
  line-height: 1.35;
}
.aye-page .flow-node em {
  font-size: 8px;
  color: #79b880;
  font-style: normal;
}
.aye-page .flow-run i {
  background: var(--red);
  color: #fff;
}
.aye-page .flow-save i {
  background: var(--yellow);
  color: #342b12;
}
.aye-page .flow-schedule i {
  background: var(--green);
  color: #fff;
}
.aye-page .process-list {
  max-width: 1400px;
  margin: 70px auto 0;
  border-top: 1px solid #44423c;
}
.aye-page .process-list article {
  display: grid;
  grid-template-columns: 70px 1fr 1.3fr 30px;
  gap: 30px;
  align-items: center;
  padding: 40px 0;
  border-bottom: 1px solid #44423c;
}
.aye-page .process-list article > span {
  font: 13px ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  color: #8aa8ef;
}
.aye-page .process-list h3 {
  font-size: 28px;
  margin: 0;
}
.aye-page .process-list p {
  color: #aaa79d;
  line-height: 1.7;
  margin: 0;
}
.aye-page .process-list i {
  color: #8aa8ef;
  font-size: 24px;
}
.aye-page .use-cases .section-heading {
  max-width: 900px;
}
.aye-page .case-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-top: 70px;
}
.aye-page .case-card {
  min-height: 420px;
  border-radius: 14px;
  padding: 34px;
  display: flex;
  flex-direction: column;
}
.aye-page .case-art {
  flex: 1;
  display: grid;
  place-items: center;
}
.aye-page .case-art span {
  font-size: 80px;
  line-height: 1;
  transition: transform 0.3s;
}
.aye-page .case-card:hover .case-art span {
  transform: scale(1.12) rotate(4deg);
}
.aye-page .case-card h3 {
  font-size: 28px;
  margin: 12px 0 8px;
}
.aye-page .case-card p {
  max-width: 520px;
  line-height: 1.7;
  color: #57564f;
}
.aye-page .case-1 {
  background: #f3d8d3;
}
.aye-page .case-2 {
  background: #f6e7b8;
}
.aye-page .case-3 {
  background: #d9e4fb;
}
.aye-page .case-4 {
  background: #dcebdc;
}
.aye-page .safety {
  max-width: 1400px;
  margin: 40px auto 140px;
  background: #eeeae0;
  border-radius: 18px;
  padding: 80px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 9vw;
  align-items: center;
}
.aye-page .safety-copy p {
  color: var(--muted);
  line-height: 1.8;
  font-size: 16px;
}
.aye-page .safety-chips {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.aye-page .safety-chips b {
  font-size: 12px;
  background: #fff;
  border: 1px solid #d5d1c6;
  border-radius: 99px;
  padding: 9px 13px;
}
.aye-page .approval-card {
  background: #fff;
  border: 1px solid #d1cdc2;
  border-radius: 14px;
  padding: 31px;
  box-shadow: 0 24px 60px rgba(32, 30, 25, 0.12);
}
.aye-page .approval-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eaf0ff;
  color: var(--blue);
  font-weight: 800;
}
.aye-page .approval-card > span {
  display: block;
  margin-top: 22px;
  font-size: 12px;
  color: var(--blue);
  font-weight: 700;
}
.aye-page .approval-card h3 {
  font-size: 25px;
  margin: 8px 0;
}
.aye-page .approval-card p {
  color: var(--muted);
  line-height: 1.7;
  font-size: 14px;
}
.aye-page .approval-card > div:last-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 25px;
}
.aye-page .approval-card button {
  padding: 12px;
  border-radius: 7px;
  border: 1px solid #ccc;
  background: #fff;
}
.aye-page .approval-card button:last-child {
  background: var(--ink);
  color: #fff;
  border-color: var(--ink);
}
.aye-page .faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 8vw;
  padding-top: 20px;
}
.aye-page .faq-heading h2 {
  font-size: 32px;
}
.aye-page .faq-list {
  border-top: 1px solid var(--line);
}
.aye-page details {
  border-bottom: 1px solid var(--line);
}
.aye-page summary {
  list-style: none;
  cursor: pointer;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  font-size: 17px;
  font-weight: 650;
}
.aye-page summary::-webkit-details-marker {
  display: none;
}
.aye-page summary span {
  font-size: 24px;
  font-weight: 300;
  transition: 0.2s;
}
.aye-page details[open] summary span {
  transform: rotate(45deg);
}
.aye-page details p {
  color: var(--muted);
  line-height: 1.8;
  padding: 0 50px 24px 0;
  margin: 0;
}
.aye-page .final-cta {
  margin: 40px 2vw 0;
  background: var(--blue);
  color: #fff;
  min-height: 650px;
  border-radius: 18px 18px 0 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 70px 20px;
}
.aye-page .final-app-icon img {
  display: block;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(18, 45, 110, 0.25);
}
.aye-page .final-cta h2 {
  font-size: clamp(36px, 4.5vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.05em;
  margin: 28px 0 20px;
}
.aye-page .final-cta > p {
  font-size: 18px;
  color: #dce7ff;
}
.aye-page .download-buttons.compact .store-button.secondary {
  border-color: rgba(255, 255, 255, 0.6);
  color: var(--ink);
}
@media (max-width: 900px) {
  .aye-page .hero {
    padding-top: 130px;
    min-height: auto;
  }
  .aye-page .browser-stage {
    margin-bottom: -80px;
    padding: 0;
    height: 430px;
    overflow: visible;
  }
  .aye-page .browser-window {
    min-width: 780px;
    transform: scale(0.75);
    transform-origin: left top;
  }
  .aye-page .feature-grid {
    grid-template-columns: 1fr;
  }
  .aye-page .process-inner {
    grid-template-columns: 1fr;
  }
  .aye-page .process-list article {
    grid-template-columns: 45px 1fr;
  }
  .aye-page .process-list p {
    grid-column: 2;
  }
  .aye-page .process-list i {
    display: none;
  }
  .aye-page .safety {
    margin: 30px 3vw 100px;
    padding: 50px 30px;
    grid-template-columns: 1fr;
  }
  .aye-page .faq {
    grid-template-columns: 1fr;
  }
  .aye-page .faq-heading h2 {
    font-size: 30px;
  }
}
@media (max-width: 620px) {
  .aye-page .hero {
    padding-inline: 20px;
  }
  .aye-page h1 {
    font-size: 34px;
  }
  .aye-page .hero-copy > p {
    font-size: 16px;
  }
  .aye-page .store-button {
    width: 100%;
  }
  .aye-page .store-button > span:nth-child(2) {
    flex: 1;
    min-width: 0;
  }
  .aye-page .browser-stage {
    margin-top: 50px;
    height: 360px;
  }
  .aye-page .browser-window {
    transform: scale(0.58);
    transform-origin: left top;
  }
  .aye-page .intro,
  .aye-page .use-cases,
  .aye-page .faq {
    padding: 90px 20px;
  }
  .aye-page .section-heading h2,
  .aye-page .safety h2 {
    font-size: 28px;
  }
  .aye-page .feature-grid {
    margin-top: 45px;
  }
  .aye-page .feature-visual {
    padding: 14px;
  }
  .aye-page .process {
    padding: 90px 20px;
  }
  .aye-page .process-list article {
    padding: 30px 0;
  }
  .aye-page .schedule-flow {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .aye-page .schedule-flow > b {
    transform: rotate(90deg);
    justify-self: center;
  }
  .aye-page .flow-node {
    min-height: 105px;
  }
  .aye-page .case-grid {
    grid-template-columns: 1fr;
  }
  .aye-page .case-card {
    min-height: 340px;
  }
  .aye-page .safety {
    border-radius: 12px;
  }
  .aye-page .approval-card > div:last-child {
    grid-template-columns: 1fr;
  }
  .aye-page .final-cta {
    margin: 0 10px;
    border-radius: 14px 14px 0 0;
  }
  .aye-page .final-cta h2 {
    font-size: 36px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .aye-page .spinner {
    animation: none;
  }
  .aye-page * {
    transition: none !important;
  }
}
@keyframes aye-spin {
  to {
    transform: rotate(360deg);
  }
}
