@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;500;600;700;800;900&display=swap");

:root {
  --bg: #090b12;
  --bg-soft: #0f1218;
  --panel: #131720;
  --panel-2: #181d29;
  --line: rgba(255,255,255,.09);
  --text: #faf8f2;
  --muted: #a7a9b7;
  --mint: #7ce2c2;
  --amber: #f1c36a;
  --rose: #ef8f9b;
  --blue: #6ca7ff;
  --violet: #b78cff;
  --radius: 28px;
  --shadow: 0 28px 80px rgba(0,0,0,.46);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--text);
  font-family: "Nunito", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 70% 5%, rgba(112, 72, 255, .15), transparent 26rem),
    radial-gradient(circle at 14% 28%, rgba(41, 130, 255, .10), transparent 26rem),
    linear-gradient(180deg, #0b0d14 0%, #090b12 52%, #080a10 100%);
}

body.menu-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

img {
  display: block;
  max-width: 100%;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.page-glow {
  position: fixed;
  width: 34rem;
  height: 34rem;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(110px);
  opacity: .13;
  z-index: -1;
}

.page-glow--one {
  top: 10rem;
  right: -14rem;
  background: #7e43ff;
}

.page-glow--two {
  top: 55rem;
  left: -16rem;
  background: #2196ff;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(9, 11, 18, .66);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(20px);
  transition: .25s ease;
}

.site-header.scrolled {
  border-bottom-color: var(--line);
  background: rgba(9, 11, 18, .86);
}

.nav {
  min-height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 43px;
  height: 43px;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 0 0 1px rgba(255,255,255,.08), 0 10px 28px rgba(71,87,255,.18);
}

.brand-mark img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-copy {
  display: grid;
  line-height: 1.1;
}

.brand-copy strong {
  font-size: 16px;
  font-weight: 900;
}

.brand-copy small {
  margin-top: 4px;
  font-size: 10px;
  color: var(--muted);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 800;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 30px;
  font-size: 14px;
  color: #c8c8d3;
  font-weight: 700;
}

.nav-links > a {
  transition: .2s ease;
}

.nav-links > a:hover {
  color: #fff;
}

.nav-github {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: rgba(255,255,255,.035);
}

.nav-github svg {
  width: 17px;
}

.menu-button {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255,255,255,.04);
  color: #fff;
}

.menu-button span {
  width: 18px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  transition: .2s ease;
}

/* Hero */
.hero {
  min-height: calc(100svh - 78px);
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(38px, 6vw, 90px);
  padding-top: 60px;
  padding-bottom: 90px;
}

.hero-copy {
  position: relative;
  z-index: 2;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 12px;
  border: 1px solid rgba(124,226,194,.2);
  border-radius: 999px;
  background: rgba(124,226,194,.06);
  color: #c6f5e6;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
}

.eyebrow-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 0 5px rgba(124,226,194,.08), 0 0 18px rgba(124,226,194,.5);
}

.hero h1 {
  max-width: 680px;
  margin: 25px 0 22px;
  font-size: clamp(3rem, 6.2vw, 5.55rem);
  line-height: .97;
  letter-spacing: -.055em;
  font-weight: 900;
}

.hero h1 span {
  display: block;
  color: transparent;
  background: linear-gradient(100deg, #fff 0%, #b7c9ff 40%, #b489ff 76%, #78d8ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: #adb0be;
  font-size: clamp(16px, 1.7vw, 19px);
  line-height: 1.72;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 34px;
}

.button {
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  padding: 0 20px;
  border: 1px solid transparent;
  border-radius: 16px;
  font-size: 14px;
  font-weight: 900;
  transition: transform .2s ease, border-color .2s ease, background .2s ease, box-shadow .2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button svg {
  width: 21px;
  height: 21px;
}

.button span {
  display: grid;
  line-height: 1.08;
  text-align: left;
}

.button span small {
  margin-bottom: 3px;
  color: inherit;
  opacity: .65;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.button--primary {
  color: #070a11;
  background: linear-gradient(135deg, #e5fcff, #98caff 40%, #9988ff 100%);
  box-shadow: 0 18px 45px rgba(91, 114, 255, .22);
}

.button--primary:hover {
  box-shadow: 0 22px 55px rgba(91, 114, 255, .32);
}

.button--secondary,
.button--glass {
  border-color: var(--line);
  background: rgba(255,255,255,.045);
  color: #f4f4f8;
  backdrop-filter: blur(14px);
}

.button--secondary:hover,
.button--glass:hover {
  border-color: rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 22px;
  margin-top: 26px;
  color: #848895;
  font-size: 11px;
  font-weight: 800;
}

.hero-meta span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.hero-meta i {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--mint);
  box-shadow: 0 0 10px rgba(124,226,194,.5);
}

.hero-visual {
  min-height: 660px;
  position: relative;
  display: grid;
  place-items: center;
  isolation: isolate;
}

.hero-visual::before {
  content: "";
  position: absolute;
  width: 440px;
  height: 440px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(103,81,255,.24), rgba(65,134,255,.10) 42%, transparent 70%);
  filter: blur(6px);
  z-index: -3;
}

.orbit {
  position: absolute;
  border: 1px solid rgba(145, 122, 255, .16);
  border-radius: 50%;
  z-index: -2;
}

.orbit::before,
.orbit::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #9b7cff;
  box-shadow: 0 0 15px currentColor;
}

.orbit--one {
  width: 510px;
  height: 510px;
  transform: rotate(-16deg);
}

.orbit--one::before {
  top: 22%;
  right: 5%;
}

.orbit--one::after {
  bottom: 12%;
  left: 18%;
  background: #64c7ff;
}

.orbit--two {
  width: 610px;
  height: 610px;
  border-color: rgba(93, 180, 255, .07);
  transform: rotate(28deg);
}

.orbit--two::before {
  top: 10%;
  left: 21%;
  width: 4px;
  height: 4px;
  background: var(--mint);
}

.orbit--two::after {
  right: 10%;
  bottom: 23%;
  width: 4px;
  height: 4px;
}

.phone-shell {
  width: min(340px, 78vw);
  aspect-ratio: 340 / 690;
  position: relative;
  z-index: 3;
  padding: 11px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 46px;
  background:
    linear-gradient(155deg, rgba(255,255,255,.12), rgba(255,255,255,.025) 24%),
    #11141b;
  box-shadow:
    0 0 0 8px rgba(255,255,255,.018),
    0 40px 100px rgba(0,0,0,.5),
    0 0 80px rgba(93, 86, 255, .12);
  transform: rotate(2deg);
}

.phone-shell::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  width: 92px;
  height: 24px;
  border-radius: 20px;
  background: #080a0f;
  transform: translateX(-50%);
  z-index: 10;
}

.phone-top {
  height: 34px;
  position: relative;
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 14px 0 17px;
  color: #e8e9ee;
  font-size: 10px;
  font-weight: 900;
}

.phone-top-icons {
  display: flex;
  align-items: center;
  gap: 3px;
}

.phone-top-icons i {
  display: block;
  width: 9px;
  height: 5px;
  border: 1px solid rgba(255,255,255,.65);
  border-radius: 2px;
}

.phone-top-icons i:nth-child(1) {
  width: 8px;
  height: 6px;
  border-width: 0 0 1px 1px;
  transform: skew(-15deg);
}

.phone-top-icons i:nth-child(2) {
  border-radius: 50% 50% 2px 2px;
}

.app-hero-card {
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 17px 20px;
  border-radius: 30px 30px 22px 22px;
  background:
    radial-gradient(circle at 15% 10%, rgba(124,226,194,.14), transparent 45%),
    linear-gradient(135deg, #252235, #1d1b2a 58%, #171a28);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}

.app-user {
  display: flex;
  align-items: center;
  gap: 11px;
}

.app-user img {
  width: 46px;
  height: 46px;
  border-radius: 15px;
  object-fit: cover;
  box-shadow: 0 8px 24px rgba(0,0,0,.28);
}

.app-user div {
  display: grid;
}

.app-user small {
  color: #aaa6b8;
  font-size: 9px;
  font-weight: 800;
}

.app-user strong {
  margin-top: 2px;
  font-size: 14px;
}

.app-hero-card button {
  width: 39px;
  height: 39px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: rgba(0,0,0,.25);
  color: #d8d8e0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.07);
}

.app-hero-card button svg {
  width: 17px;
}

.phone-content {
  padding: 17px 7px 10px;
}

.phone-section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 15px;
  margin: 0 4px 13px;
}

.phone-section-title > div {
  display: grid;
}

.phone-section-title small {
  color: #6e7483;
  font-size: 7px;
  letter-spacing: .13em;
  font-weight: 900;
}

.phone-section-title strong {
  margin-top: 2px;
  font-size: 12px;
}

.phone-section-title > span {
  color: #7ce2c2;
  font-size: 8px;
  font-weight: 900;
}

.app-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.app-tile {
  min-height: 117px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 13px 8px;
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 20px;
  background: linear-gradient(145deg, #1b1f29, #12151c);
  text-align: center;
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

.tile-icon {
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  margin-bottom: 7px;
  border-radius: 13px;
  background: rgba(255,255,255,.035);
}

.tile-icon svg {
  width: 21px;
}

.tile-icon.mint { color: var(--mint); }
.tile-icon.amber { color: var(--amber); }
.tile-icon.blue { color: var(--blue); }
.tile-icon.violet { color: var(--violet); }

.app-tile strong {
  font-size: 10px;
}

.app-tile small {
  margin-top: 2px;
  color: #777c89;
  font-size: 7px;
  font-weight: 700;
}

.ai-card {
  min-height: 72px;
  display: grid;
  grid-template-columns: 38px 1fr auto;
  align-items: center;
  gap: 9px;
  margin-top: 8px;
  padding: 11px 12px;
  border: 1px solid rgba(183,140,255,.13);
  border-radius: 18px;
  background:
    radial-gradient(circle at 5% 50%, rgba(183,140,255,.12), transparent 36%),
    #151923;
}

.ai-orb {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: #f2eaff;
  background: linear-gradient(135deg, #6656dd, #b77cff);
  box-shadow: 0 8px 22px rgba(128,91,255,.24);
}

.ai-card > div:nth-child(2) {
  display: grid;
}

.ai-card small {
  color: #9782c6;
  font-size: 6px;
  letter-spacing: .1em;
  font-weight: 900;
}

.ai-card strong {
  margin-top: 2px;
  font-size: 9px;
}

.ai-card p {
  margin: 2px 0 0;
  color: #7f8290;
  font-size: 7px;
}

.ai-card > span {
  color: #8f93a0;
}

.phone-home-indicator {
  width: 100px;
  height: 4px;
  position: absolute;
  bottom: 9px;
  left: 50%;
  border-radius: 999px;
  background: rgba(255,255,255,.55);
  transform: translateX(-50%);
}

.floating-card {
  position: absolute;
  z-index: 6;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 180px;
  padding: 11px 14px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 18px;
  background: rgba(22,26,37,.74);
  box-shadow: 0 18px 40px rgba(0,0,0,.3);
  backdrop-filter: blur(18px);
  animation: float 4.6s ease-in-out infinite;
}

.floating-card--calendar {
  top: 18%;
  left: -2%;
}

.floating-card--sync {
  right: -4%;
  bottom: 18%;
  animation-delay: -2.2s;
}

.floating-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: rgba(255,255,255,.04);
}

.floating-icon svg {
  width: 18px;
}

.floating-icon--mint { color: var(--mint); }
.floating-icon--blue { color: var(--blue); }

.floating-card > span:last-child {
  display: grid;
  font-size: 11px;
  font-weight: 900;
}

.floating-card small {
  margin-bottom: 1px;
  color: #858996;
  font-size: 8px;
  font-weight: 800;
}

/* Trust strip */
.trust-strip {
  border-block: 1px solid var(--line);
  background: rgba(255,255,255,.018);
}

.trust-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.trust-inner > p {
  margin: 0;
  color: #777b89;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.trust-items {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 17px;
  color: #aaaeba;
  font-size: 12px;
  font-weight: 800;
}

.trust-items i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #555967;
}

/* Sections */
.section {
  padding-block: 130px;
}

.section-heading {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 440px);
  align-items: end;
  gap: 50px;
  margin-bottom: 48px;
}

.section-kicker {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--mint);
  font-size: 10px;
  letter-spacing: .19em;
  font-weight: 900;
}

.section-heading h2,
.experience-copy h2,
.download-copy h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.2rem, 4.3vw, 4.1rem);
  line-height: 1.03;
  letter-spacing: -.045em;
  font-weight: 900;
}

.section-heading p,
.experience-copy > p,
.download-copy > p {
  margin: 0;
  color: #9296a4;
  line-height: 1.7;
  font-size: 15px;
}

.features-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.feature-card {
  min-height: 330px;
  position: relative;
  overflow: hidden;
  padding: 31px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(150deg, rgba(255,255,255,.035), transparent 30%),
    #11151d;
  box-shadow: 0 18px 50px rgba(0,0,0,.12);
}

.feature-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -80px;
  bottom: -70px;
  border-radius: 50%;
  background: rgba(115, 91, 255, .09);
  filter: blur(30px);
}

.feature-card--large {
  min-height: 410px;
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 35px;
  background:
    radial-gradient(circle at 75% 50%, rgba(91, 129, 255, .09), transparent 36%),
    linear-gradient(150deg, rgba(255,255,255,.035), transparent 30%),
    #11151d;
}

.feature-number {
  display: inline-block;
  margin-bottom: 16px;
  color: #555c6b;
  font-size: 10px;
  letter-spacing: .13em;
  font-weight: 900;
}

.feature-card h3 {
  max-width: 430px;
  margin: 0;
  font-size: clamp(1.55rem, 2.4vw, 2.3rem);
  line-height: 1.06;
  letter-spacing: -.025em;
}

.feature-card p {
  max-width: 470px;
  margin: 15px 0 0;
  color: #8f93a0;
  line-height: 1.65;
  font-size: 14px;
}

.feature-tag {
  display: inline-flex;
  margin-top: 23px;
  padding: 8px 11px;
  border: 1px solid rgba(124,226,194,.15);
  border-radius: 999px;
  background: rgba(124,226,194,.055);
  color: #abead6;
  font-size: 9px;
  letter-spacing: .04em;
  font-weight: 900;
}

.feature-icon {
  width: 52px;
  height: 52px;
  position: absolute;
  top: 28px;
  right: 28px;
  display: grid;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 18px;
  background: rgba(255,255,255,.025);
  opacity: .78;
}

.feature-icon svg {
  width: 24px;
}

.feature-icon--amber { color: var(--amber); }
.feature-icon--blue { color: var(--blue); }
.feature-icon--violet { color: var(--violet); }
.feature-icon--mint { color: var(--mint); }

.calendar-demo {
  width: min(520px, 100%);
  justify-self: end;
  padding: 21px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  background: linear-gradient(145deg, rgba(255,255,255,.045), rgba(255,255,255,.01));
  box-shadow: 0 24px 60px rgba(0,0,0,.2);
}

.calendar-demo-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 17px;
}

.calendar-demo-head strong {
  font-size: 18px;
}

.calendar-demo-head span {
  color: #6f7481;
  font-size: 10px;
  font-weight: 900;
}

.calendar-week,
.calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
}

.calendar-week span {
  padding-block: 8px;
  color: #666b78;
  font-size: 8px;
  font-weight: 900;
}

.calendar-days span {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  border-radius: 11px;
  color: #b8bac3;
  font-size: 10px;
  font-weight: 800;
}

.calendar-days span.active {
  color: #0d1117;
  background: var(--mint);
  box-shadow: 0 8px 20px rgba(124,226,194,.2);
}

.calendar-days .has-dot::after {
  content: "";
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 4px;
  border-radius: 50%;
  background: var(--amber);
}

.calendar-event {
  display: grid;
  grid-template-columns: 8px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,.035);
}

.calendar-event > i {
  width: 7px;
  height: 30px;
  border-radius: 999px;
  background: var(--amber);
}

.calendar-event div {
  display: grid;
}

.calendar-event small {
  color: #6f7481;
  font-size: 8px;
  font-weight: 900;
}

.calendar-event strong {
  margin-top: 2px;
  font-size: 10px;
}

.calendar-event > span {
  color: #747986;
}

.feature-card--ai {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  align-items: center;
  gap: 24px;
  background:
    radial-gradient(circle at 70% 30%, rgba(171, 104, 255, .11), transparent 34%),
    #11151d;
}

.mini-chat {
  display: grid;
  gap: 9px;
}

.chat-bubble {
  width: fit-content;
  max-width: 94%;
  padding: 12px 14px;
  border-radius: 15px;
  font-size: 10px;
  line-height: 1.45;
}

.chat-bubble--user {
  justify-self: end;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.05);
  color: #d9dbe2;
}

.chat-bubble--ai {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  border: 1px solid rgba(183,140,255,.13);
  background: rgba(115,82,205,.11);
  color: #e5dcfa;
}

.chat-bubble--ai span {
  color: var(--violet);
}

/* Experience */
.experience-section {
  padding-block: 125px;
  border-block: 1px solid var(--line);
  background:
    radial-gradient(circle at 72% 40%, rgba(79,94,255,.08), transparent 28rem),
    rgba(255,255,255,.012);
}

.experience-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  align-items: center;
  gap: clamp(45px, 7vw, 90px);
}

.experience-copy h2 {
  font-size: clamp(2.2rem, 4vw, 3.8rem);
}

.experience-copy > p {
  margin-top: 24px;
}

.experience-list {
  display: grid;
  gap: 5px;
  margin-top: 34px;
}

.experience-list > div {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 13px;
  padding: 15px 0;
  border-top: 1px solid rgba(255,255,255,.06);
}

.experience-list > div > span {
  color: #59606d;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .08em;
}

.experience-list strong {
  font-size: 13px;
}

.experience-list p {
  margin: 3px 0 0;
  color: #7f8492;
  font-size: 11px;
  line-height: 1.55;
}

.experience-visual {
  min-width: 0;
}

.desktop-frame {
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 24px;
  background: #0d1017;
  box-shadow: var(--shadow), 0 0 80px rgba(90,77,255,.1);
  transform: perspective(1200px) rotateY(-4deg) rotateX(1.5deg);
}

.desktop-bar {
  height: 42px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: #141820;
}

.desktop-bar > span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #313744;
}

.desktop-url {
  width: 40%;
  min-width: 130px;
  margin-inline: auto;
  padding: 5px 10px;
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 7px;
  background: #0f1219;
  color: #555c6a;
  text-align: center;
  font-size: 7px;
  font-weight: 800;
}

.desktop-body {
  min-height: 410px;
  display: grid;
  grid-template-columns: 64px 1fr;
}

.desktop-body aside {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 21px;
  padding: 17px 11px;
  border-right: 1px solid rgba(255,255,255,.055);
  background: #10141b;
}

.side-brand {
  display: grid;
  place-items: center;
  gap: 4px;
  margin-bottom: 11px;
}

.side-brand img {
  width: 30px;
  height: 30px;
  border-radius: 9px;
}

.side-brand strong {
  font-size: 7px;
}

.desktop-body aside > i {
  width: 22px;
  height: 22px;
  border-radius: 8px;
  background: #1a1f29;
}

.desktop-body aside > i.active {
  background: linear-gradient(135deg, rgba(124,226,194,.34), rgba(101,155,255,.28));
  box-shadow: inset 0 0 0 1px rgba(124,226,194,.14);
}

.desktop-main {
  padding: 28px;
  background:
    radial-gradient(circle at 78% 2%, rgba(82,63,164,.13), transparent 32%),
    #0d1017;
}

.desktop-welcome {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.desktop-welcome > div {
  display: grid;
}

.desktop-welcome small {
  color: #595e6c;
  font-size: 7px;
  letter-spacing: .14em;
  font-weight: 900;
}

.desktop-welcome strong {
  margin-top: 3px;
  font-size: 20px;
}

.desktop-welcome > span {
  padding: 8px 10px;
  border: 1px solid rgba(183,140,255,.12);
  border-radius: 10px;
  background: rgba(183,140,255,.055);
  color: #c7b4f2;
  font-size: 8px;
  font-weight: 900;
}

.desktop-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin-top: 23px;
}

.desktop-cards > div {
  min-height: 92px;
  position: relative;
  overflow: hidden;
  display: grid;
  align-content: center;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 14px;
  background: #131820;
}

.desktop-cards small {
  color: #606674;
  font-size: 6px;
  letter-spacing: .09em;
  font-weight: 900;
}

.desktop-cards strong {
  margin-top: 4px;
  font-size: 12px;
}

.desktop-cards span {
  width: 50px;
  height: 50px;
  position: absolute;
  right: -17px;
  bottom: -17px;
  border-radius: 50%;
  background: rgba(124,226,194,.08);
}

.desktop-cards > div:nth-child(2) span { background: rgba(241,195,106,.08); }
.desktop-cards > div:nth-child(3) span { background: rgba(183,140,255,.09); }

.desktop-panel {
  margin-top: 11px;
  padding: 15px;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 15px;
  background: #12161e;
}

.desktop-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 11px;
  border-bottom: 1px solid rgba(255,255,255,.05);
}

.desktop-panel-head strong {
  font-size: 9px;
}

.desktop-panel-head span {
  color: var(--mint);
  font-size: 7px;
  font-weight: 900;
}

.desktop-row {
  min-height: 55px;
  display: grid;
  grid-template-columns: 7px 1fr auto;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid rgba(255,255,255,.04);
}

.desktop-row:last-child {
  border-bottom: 0;
}

.desktop-row > i {
  width: 6px;
  height: 30px;
  border-radius: 99px;
}

.mint-bg { background: var(--mint); }
.amber-bg { background: var(--amber); }
.violet-bg { background: var(--violet); }

.desktop-row > span {
  display: grid;
}

.desktop-row small {
  color: #565c69;
  font-size: 6px;
  font-weight: 900;
}

.desktop-row strong {
  margin-top: 2px;
  font-size: 8px;
}

.desktop-row b {
  color: #5e6471;
  font-size: 10px;
}

/* Download */
.download-section {
  padding-block: 125px;
}

.download-card {
  min-height: 480px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  align-items: center;
  gap: 55px;
  padding: clamp(32px, 6vw, 70px);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 36px;
  background:
    radial-gradient(circle at 18% 50%, rgba(82,154,255,.15), transparent 30%),
    radial-gradient(circle at 78% 15%, rgba(150,83,255,.18), transparent 32%),
    linear-gradient(135deg, #151a28, #11131c 55%, #171425);
  box-shadow: var(--shadow);
}

.download-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.018) 1px, transparent 1px);
  background-size: 36px 36px;
  mask-image: linear-gradient(to right, #000, transparent 55%);
  pointer-events: none;
}

.download-glow {
  width: 340px;
  height: 340px;
  position: absolute;
  left: 3%;
  top: 50%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(104,82,255,.24), transparent 68%);
  transform: translateY(-50%);
  filter: blur(4px);
}

.download-logo {
  width: min(330px, 90%);
  justify-self: center;
  position: relative;
  z-index: 2;
  padding: 13px;
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 30px;
  background: rgba(255,255,255,.028);
  box-shadow: 0 32px 80px rgba(0,0,0,.35);
  transform: rotate(-4deg);
}

.download-logo img {
  width: 100%;
  border-radius: 21px;
}

.download-copy {
  position: relative;
  z-index: 2;
}

.download-copy h2 {
  font-size: clamp(2.3rem, 4.4vw, 4.2rem);
}

.download-copy > p {
  max-width: 600px;
  margin-top: 22px;
}

.download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-top: 30px;
}

.download-actions .button--glass svg {
  width: 17px;
}

.download-note {
  margin-top: 17px !important;
  color: #606674 !important;
  font-size: 10px !important;
  font-weight: 800;
}

/* Footer */
footer {
  border-top: 1px solid var(--line);
  background: #080a0f;
}

.footer-inner {
  min-height: 128px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
}

.brand--footer .brand-mark {
  width: 37px;
  height: 37px;
  border-radius: 12px;
}

.footer-inner > p {
  margin: 0;
  color: #5f6471;
  font-size: 10px;
  font-weight: 800;
}

.footer-links {
  justify-self: end;
  display: flex;
  gap: 22px;
  color: #717683;
  font-size: 10px;
  font-weight: 800;
}

.footer-links a:hover {
  color: #fff;
}

/* Reveal */
.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .65s ease, transform .65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

/* Responsive */
@media (max-width: 1040px) {
  .hero {
    grid-template-columns: 1fr 1fr;
    gap: 25px;
  }

  .hero h1 {
    font-size: clamp(3rem, 6vw, 4.7rem);
  }

  .hero-visual {
    min-height: 600px;
  }

  .floating-card--calendar {
    left: -7%;
  }

  .floating-card--sync {
    right: -7%;
  }

  .experience-grid {
    grid-template-columns: .85fr 1.15fr;
    gap: 45px;
  }
}

@media (max-width: 860px) {
  .container {
    width: min(100% - 30px, 720px);
  }

  .nav {
    min-height: 70px;
  }

  .menu-button {
    display: inline-flex;
  }

  .nav-links {
    position: fixed;
    inset: 70px 15px auto;
    display: grid;
    gap: 5px;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: rgba(14,17,24,.97);
    box-shadow: 0 28px 70px rgba(0,0,0,.45);
    backdrop-filter: blur(24px);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: .2s ease;
  }

  .nav-links.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-links > a {
    padding: 13px 14px;
    border-radius: 12px;
  }

  .nav-links > a:hover {
    background: rgba(255,255,255,.04);
  }

  .nav-github {
    justify-content: space-between;
  }

  .menu-button[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .menu-button[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
  }

  .menu-button[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 72px;
    padding-bottom: 85px;
    text-align: center;
  }

  .hero-copy {
    display: grid;
    justify-items: center;
  }

  .hero h1 {
    max-width: 720px;
    font-size: clamp(3rem, 11vw, 5.5rem);
  }

  .hero-lead {
    max-width: 640px;
  }

  .hero-actions,
  .hero-meta {
    justify-content: center;
  }

  .hero-visual {
    min-height: 650px;
    margin-top: 20px;
  }

  .phone-shell {
    width: 330px;
  }

  .floating-card--calendar {
    left: 5%;
  }

  .floating-card--sync {
    right: 5%;
  }

  .trust-inner {
    padding-block: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  .trust-items {
    justify-content: center;
  }

  .section {
    padding-block: 95px;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-bottom: 34px;
  }

  .features-grid {
    grid-template-columns: 1fr;
  }

  .feature-card--large,
  .feature-card--ai {
    grid-column: auto;
    grid-template-columns: 1fr;
  }

  .feature-card--large {
    gap: 28px;
  }

  .calendar-demo {
    justify-self: stretch;
  }

  .feature-card--ai {
    min-height: 360px;
  }

  .experience-section {
    padding-block: 95px;
  }

  .experience-grid {
    grid-template-columns: 1fr;
  }

  .experience-copy {
    max-width: 650px;
  }

  .desktop-frame {
    transform: none;
  }

  .download-section {
    padding-block: 95px;
  }

  .download-card {
    grid-template-columns: 1fr;
    gap: 35px;
    text-align: center;
  }

  .download-logo {
    width: min(260px, 75%);
    transform: rotate(-3deg);
  }

  .download-copy {
    display: grid;
    justify-items: center;
  }

  .download-actions {
    justify-content: center;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    justify-items: center;
    padding-block: 30px;
    text-align: center;
  }

  .footer-links {
    justify-self: center;
  }
}

@media (max-width: 560px) {
  .container {
    width: min(100% - 24px, 520px);
  }

  .brand-copy small {
    display: none;
  }

  .hero {
    padding-top: 54px;
    padding-bottom: 65px;
  }

  .eyebrow {
    font-size: 10px;
  }

  .hero h1 {
    margin-top: 20px;
    font-size: clamp(2.65rem, 15vw, 4rem);
  }

  .hero-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .hero-actions {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-meta {
    gap: 9px 15px;
    font-size: 9px;
  }

  .hero-visual {
    min-height: 565px;
    width: calc(100% + 24px);
    margin-left: -12px;
  }

  .phone-shell {
    width: min(310px, 80vw);
    border-radius: 40px;
  }

  .orbit--one {
    width: 390px;
    height: 390px;
  }

  .orbit--two {
    width: 475px;
    height: 475px;
  }

  .floating-card {
    min-width: 0;
    padding: 9px 10px;
  }

  .floating-card--calendar {
    top: 18%;
    left: 0;
  }

  .floating-card--sync {
    right: 0;
    bottom: 16%;
  }

  .floating-card > span:last-child {
    font-size: 9px;
  }

  .floating-card small {
    font-size: 7px;
  }

  .floating-icon {
    width: 30px;
    height: 30px;
  }

  .trust-items {
    gap: 11px;
    font-size: 10px;
  }

  .trust-items i {
    display: none;
  }

  .section,
  .experience-section,
  .download-section {
    padding-block: 74px;
  }

  .section-heading h2,
  .experience-copy h2,
  .download-copy h2 {
    font-size: clamp(2.15rem, 10vw, 3rem);
  }

  .feature-card {
    min-height: 290px;
    padding: 24px;
    border-radius: 23px;
  }

  .feature-card--large {
    min-height: 530px;
  }

  .feature-card h3 {
    font-size: 1.7rem;
  }

  .feature-icon {
    width: 45px;
    height: 45px;
    top: 22px;
    right: 22px;
    border-radius: 15px;
  }

  .calendar-demo {
    padding: 15px;
  }

  .feature-card--ai {
    min-height: 390px;
  }

  .desktop-body {
    min-height: 330px;
    grid-template-columns: 47px 1fr;
  }

  .desktop-body aside {
    padding-inline: 8px;
  }

  .side-brand strong {
    display: none;
  }

  .desktop-body aside > i {
    width: 18px;
    height: 18px;
  }

  .desktop-main {
    padding: 16px;
  }

  .desktop-welcome strong {
    font-size: 14px;
  }

  .desktop-welcome > span {
    font-size: 6px;
  }

  .desktop-cards {
    grid-template-columns: 1fr 1fr;
  }

  .desktop-cards > div:nth-child(3) {
    display: none;
  }

  .desktop-cards > div {
    min-height: 74px;
  }

  .desktop-panel {
    padding: 10px;
  }

  .desktop-row {
    min-height: 48px;
  }

  .download-card {
    min-height: 0;
    padding: 34px 22px;
    border-radius: 28px;
  }

  .download-logo {
    width: min(220px, 78%);
  }

  .download-actions {
    width: 100%;
    display: grid;
  }

  .download-actions .button {
    width: 100%;
  }

  .footer-links {
    gap: 15px;
  }
}

@media (max-width: 390px) {
  .hero-visual {
    min-height: 520px;
  }

  .phone-shell {
    width: 276px;
  }

  .floating-card--calendar {
    left: -4px;
  }

  .floating-card--sync {
    right: -4px;
  }

  .floating-card > span:last-child {
    max-width: 80px;
  }

  .trust-items span {
    padding: 6px 8px;
    border: 1px solid rgba(255,255,255,.05);
    border-radius: 99px;
    background: rgba(255,255,255,.02);
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *,
  *::before,
  *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
