:root {
  color-scheme: light;
  --ink: #171824;
  --muted: #626875;
  --soft: #f5f6f8;
  --line: #dfe2e8;
  --white: #ffffff;
  --blue: #287bb8;
  --blue-dark: #15507d;
  --blue-soft: #eaf6fd;
  --violet: #7851c8;
  --violet-dark: #4d2f8f;
  --violet-soft: #f3edff;
  --teal: #198d7a;
  --coral: #df6b61;
  --shadow: 0 16px 40px rgba(29, 34, 50, 0.10);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

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

a {
  color: inherit;
}

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

.skip-link {
  position: fixed;
  left: 16px;
  top: -64px;
  z-index: 100;
  padding: 10px 14px;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  text-decoration: none;
}

.skip-link:focus {
  top: 16px;
}

.shell {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.narrow-shell {
  width: min(760px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(223, 226, 232, 0.9);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(18px);
}

.header-inner {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 760;
  text-decoration: none;
}

.brand-mark {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: var(--ink);
  color: var(--white);
  font-size: 13px;
  font-weight: 800;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-nav a {
  color: #4f5562;
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
}

.eyebrow {
  margin: 0 0 14px;
  color: inherit;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.home-hero {
  position: relative;
  min-height: min(680px, calc(100vh - 70px));
  overflow: hidden;
  background: #172131;
  color: var(--white);
}

.home-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.home-hero-inner {
  position: relative;
  z-index: 2;
  min-height: min(680px, calc(100vh - 70px));
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 90px 0 112px;
}

.home-hero-copy {
  max-width: 660px;
}

.home-hero h1,
.product-hero h1,
.policy-hero h1 {
  margin: 0;
  font-weight: 780;
  letter-spacing: 0;
  line-height: 1.04;
}

.home-hero h1 {
  max-width: 610px;
  font-size: 72px;
}

.home-hero .lede {
  max-width: 560px;
  margin: 24px 0 0;
  color: #c8d1dc;
  font-size: 20px;
  line-height: 1.55;
}

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

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 760;
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease, border-color 160ms ease;
}

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

.button-light {
  background: var(--white);
  color: var(--ink);
}

.button-ghost-light {
  border-color: rgba(255, 255, 255, 0.34);
  color: var(--white);
}

.button-ghost-light:hover {
  background: rgba(255, 255, 255, 0.08);
}

.button-dark {
  background: var(--ink);
  color: var(--white);
}

.button-outline {
  border-color: #c9ced8;
  background: var(--white);
  color: var(--ink);
}

.hero-icon {
  position: absolute;
  z-index: 1;
  width: 280px;
  aspect-ratio: 1;
  border-radius: 26%;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32);
}

.hero-icon-adhkar {
  right: 5%;
  top: 8%;
  transform: rotate(7deg);
}

.hero-icon-conote {
  right: 18%;
  bottom: -7%;
  transform: rotate(-6deg);
}

.section {
  padding: 96px 0;
}

.section-soft {
  background: var(--soft);
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 38px;
}

.section-heading h2,
.story-copy h2,
.support-band h2,
.feature-intro h2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.18;
  letter-spacing: 0;
}

.section-heading p,
.feature-intro p {
  max-width: 560px;
  margin: 0;
  color: var(--muted);
  font-size: 16px;
}

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

.app-card {
  min-height: 360px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  color: var(--ink);
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.app-card:hover {
  transform: translateY(-3px);
  border-color: #cbd0da;
  box-shadow: var(--shadow);
}

.app-card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.app-card-icon {
  width: 94px;
  height: 94px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 12px 28px rgba(28, 31, 45, 0.16);
}

.app-number {
  color: #a4a9b3;
  font-size: 13px;
  font-weight: 750;
}

.app-card-body {
  margin-top: auto;
  padding-top: 52px;
}

.app-card h3 {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 1.2;
}

.app-card p {
  margin: 0;
  color: var(--muted);
}

.app-platforms {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-top: 24px;
  color: #343945;
  font-size: 13px;
  font-weight: 700;
}

.story-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
  align-items: start;
}

.story-index {
  padding-top: 8px;
  color: #9298a4;
  font-size: 14px;
  font-weight: 800;
}

.story-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 18px;
}

.product-hero {
  position: relative;
  overflow: hidden;
  padding: 94px 0 82px;
}

.product-hero.adhkar-theme {
  background: var(--blue-soft);
  color: #102b3e;
}

.product-hero.conote-theme {
  background: var(--violet-soft);
  color: #271b41;
}

.product-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
  text-align: center;
}

.product-icon {
  width: 134px;
  height: 134px;
  margin: 0 auto 30px;
  border-radius: 28px;
  object-fit: cover;
  box-shadow: 0 18px 46px rgba(34, 42, 70, 0.18);
}

.product-hero h1 {
  font-size: 56px;
}

.product-hero .lede {
  max-width: 650px;
  margin: 20px auto 0;
  color: #4c5665;
  font-size: 19px;
}

.product-hero .hero-actions {
  justify-content: center;
}

.product-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 28px;
  margin-top: 28px;
  color: #525c6a;
  font-size: 13px;
  font-weight: 700;
}

.feature-layout {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 64px;
  align-items: start;
}

.feature-intro {
  position: sticky;
  top: 108px;
}

.feature-intro p {
  margin-top: 18px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.feature-item {
  min-height: 220px;
  padding: 26px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.feature-kicker {
  display: block;
  margin-bottom: 34px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 850;
}

.conote-accent .feature-kicker {
  color: var(--violet);
}

.feature-item h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.3;
}

.feature-item p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  align-items: start;
}

.screen-shot {
  margin: 0;
}

.screen-frame {
  overflow: hidden;
  aspect-ratio: 9 / 19.5;
  border: 1px solid #d8dbe1;
  border-radius: 8px;
  background: #eff1f4;
  box-shadow: 0 20px 44px rgba(32, 37, 51, 0.12);
}

.screen-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.screen-shot figcaption {
  margin-top: 14px;
  color: var(--muted);
  font-size: 13px;
}

.conote-showcase {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 68px;
  align-items: center;
}

.conote-showcase-copy h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.16;
}

.conote-showcase-copy p {
  margin: 20px 0 0;
  color: var(--muted);
  font-size: 17px;
}

.fridge-demo {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid #d8d3e4;
  border-radius: 8px;
  background: #e5dbf4;
  box-shadow: var(--shadow);
}

.fridge-top,
.fridge-bottom {
  position: absolute;
  left: 22px;
  right: 22px;
  border: 1px solid #d1c9df;
  background: #fbfaff;
}

.fridge-top {
  top: 22px;
  height: 64%;
  border-radius: 8px 8px 4px 4px;
}

.fridge-bottom {
  bottom: 22px;
  height: 25%;
  border-radius: 4px 4px 8px 8px;
}

.fridge-handle {
  position: absolute;
  left: 40px;
  top: 96px;
  width: 10px;
  height: 150px;
  border-radius: 5px;
  background: #c4bdd1;
  box-shadow: inset 1px 0 2px rgba(255, 255, 255, 0.8);
}

.demo-note {
  position: absolute;
  padding: 16px;
  border-radius: 4px;
  box-shadow: 0 10px 24px rgba(55, 46, 74, 0.15);
  color: #2b2931;
}

.demo-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 15px;
}

.demo-note p {
  margin: 0;
  color: #5d5965;
  font-size: 12px;
  line-height: 1.45;
}

.demo-note-one {
  left: 18%;
  top: 16%;
  width: 190px;
  min-height: 150px;
  transform: rotate(-3deg);
  background: #fff4ad;
}

.demo-note-two {
  right: 9%;
  top: 25%;
  width: 170px;
  min-height: 128px;
  transform: rotate(4deg);
  background: #ccefe3;
}

.demo-note-three {
  right: 18%;
  bottom: 6%;
  width: 185px;
  transform: rotate(-2deg);
  background: #ffd2db;
}

.demo-pin {
  position: absolute;
  z-index: 3;
  width: 18px;
  height: 18px;
  border: 3px solid rgba(255, 255, 255, 0.66);
  border-radius: 50%;
  background: var(--violet);
  box-shadow: 0 3px 7px rgba(58, 35, 98, 0.3);
}

.pin-one {
  left: 36%;
  top: 14%;
}

.pin-two {
  right: 22%;
  top: 23%;
}

.pin-three {
  right: 30%;
  bottom: 23%;
}

.support-band {
  padding: 78px 0;
  border-top: 1px solid var(--line);
  background: #1b1d27;
  color: var(--white);
}

.support-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 56px;
}

.support-band p {
  max-width: 620px;
  margin: 14px 0 0;
  color: #c4c7d0;
}

.support-band .support-actions {
  flex: 0 0 auto;
  margin-top: 0;
}

.policy-hero {
  padding: 76px 0 56px;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}

.policy-hero h1 {
  max-width: 760px;
  font-size: 48px;
}

.policy-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 24px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 14px;
}

.policy-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 72px;
  padding: 72px 0 104px;
}

.policy-nav {
  position: sticky;
  top: 108px;
  align-self: start;
}

.policy-nav p {
  margin: 0 0 14px;
  color: #9499a3;
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.policy-nav a {
  display: block;
  padding: 7px 0;
  color: #5e6470;
  font-size: 13px;
  text-decoration: none;
}

.policy-nav a:hover {
  color: var(--ink);
}

.policy-content {
  min-width: 0;
  max-width: 760px;
}

.policy-lede {
  margin: 0 0 48px;
  color: #414753;
  font-size: 20px;
  line-height: 1.65;
}

.policy-section {
  padding: 34px 0;
  border-top: 1px solid var(--line);
  scroll-margin-top: 105px;
}

.policy-section h2 {
  margin: 0 0 14px;
  font-size: 22px;
  line-height: 1.3;
}

.policy-section p,
.policy-section li {
  color: #535a67;
  font-size: 15px;
}

.policy-section p {
  margin: 0 0 14px;
}

.policy-section p:last-child {
  margin-bottom: 0;
}

.policy-section ul {
  margin: 14px 0 0;
  padding-left: 22px;
}

.policy-section ol {
  margin: 14px 0 18px;
  padding-left: 24px;
}

.policy-section li + li {
  margin-top: 10px;
}

.policy-section a {
  color: var(--blue-dark);
  font-weight: 700;
}

.conote-policy .policy-section a {
  color: var(--violet-dark);
}

.data-table-wrap {
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.data-table {
  width: 100%;
  min-width: 680px;
  border-collapse: collapse;
  text-align: left;
}

.data-table th,
.data-table td {
  padding: 16px 18px 16px 0;
  border-bottom: 1px solid var(--line);
  vertical-align: top;
  color: #535a67;
  font-size: 14px;
  line-height: 1.55;
}

.data-table thead th {
  color: var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.data-table tbody th {
  width: 23%;
  color: var(--ink);
  font-weight: 750;
}

.data-table tr:last-child th,
.data-table tr:last-child td {
  border-bottom: 0;
}

.policy-note {
  margin-top: 22px !important;
  padding: 16px 0 16px 18px;
  border-left: 3px solid var(--blue);
  color: #414753 !important;
}

.conote-policy .policy-note {
  border-left-color: var(--violet);
}

.policy-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 26px 0 18px;
}

.policy-actions .button {
  text-decoration: none;
}

.site-footer {
  border-top: 1px solid var(--line);
  background: var(--white);
}

.footer-inner {
  min-height: 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  color: #777d89;
  font-size: 13px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.footer-links a {
  color: #565c68;
  text-decoration: none;
}

.footer-links a:hover {
  color: var(--ink);
}

@media (max-width: 900px) {
  .home-hero h1 {
    font-size: 58px;
  }

  .hero-icon {
    width: 220px;
    opacity: 0.46;
  }

  .hero-icon-adhkar {
    right: -2%;
  }

  .hero-icon-conote {
    right: 10%;
  }

  .feature-layout,
  .conote-showcase {
    grid-template-columns: 1fr;
  }

  .feature-intro {
    position: static;
  }

  .feature-intro p {
    max-width: 680px;
  }

  .policy-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .policy-nav {
    position: static;
    display: flex;
    flex-wrap: wrap;
    gap: 5px 18px;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
  }

  .policy-nav p {
    flex: 0 0 100%;
  }
}

@media (max-width: 700px) {
  .shell,
  .narrow-shell {
    width: min(100% - 32px, 1120px);
  }

  .header-inner {
    min-height: 64px;
  }

  .site-nav {
    gap: 14px;
  }

  .site-nav a {
    font-size: 13px;
  }

  .home-hero,
  .home-hero-inner {
    min-height: 620px;
  }

  .home-hero-inner {
    justify-content: flex-end;
    padding: 90px 0 76px;
  }

  .home-hero h1 {
    max-width: 420px;
    font-size: 46px;
  }

  .home-hero .lede {
    font-size: 17px;
  }

  .hero-icon {
    width: 180px;
  }

  .hero-icon-adhkar {
    top: 6%;
    right: -4%;
  }

  .hero-icon-conote {
    top: 18%;
    right: 28%;
    bottom: auto;
  }

  .section {
    padding: 72px 0;
  }

  .section-heading,
  .support-band-inner,
  .footer-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .section-heading h2,
  .story-copy h2,
  .support-band h2,
  .feature-intro h2,
  .conote-showcase-copy h2 {
    font-size: 29px;
  }

  .app-grid,
  .story-band {
    grid-template-columns: 1fr;
  }

  .story-band {
    gap: 22px;
  }

  .app-card {
    min-height: 320px;
  }

  .product-hero {
    padding: 70px 0 64px;
  }

  .product-icon {
    width: 112px;
    height: 112px;
    border-radius: 24px;
  }

  .product-hero h1 {
    font-size: 42px;
  }

  .product-hero .lede {
    font-size: 17px;
  }

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

  .feature-item {
    min-height: 190px;
  }

  .gallery {
    grid-template-columns: repeat(3, 78%);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 4px 16px 30px;
    margin: 0 -16px;
  }

  .screen-shot {
    scroll-snap-align: start;
  }

  .fridge-demo {
    min-height: 440px;
  }

  .demo-note-one {
    left: 14%;
    width: 160px;
  }

  .demo-note-two {
    right: 6%;
    width: 145px;
  }

  .demo-note-three {
    right: 12%;
    width: 160px;
  }

  .support-band .support-actions {
    margin-top: 8px;
  }

  .policy-hero h1 {
    font-size: 38px;
  }

  .policy-layout {
    padding: 54px 0 76px;
  }

  .policy-lede {
    font-size: 18px;
  }

  .footer-inner {
    min-height: 0;
    padding: 34px 0;
  }
}

@media (max-width: 480px) {
  .brand span:last-child {
    display: none;
  }

  .site-nav {
    gap: 12px;
  }

  .home-hero h1 {
    font-size: 40px;
  }

  .home-hero .hero-actions,
  .product-hero .hero-actions {
    width: 100%;
  }

  .home-hero .button,
  .product-hero .button {
    flex: 1 1 100%;
  }

  .app-card {
    padding: 22px;
  }

  .app-card-icon {
    width: 80px;
    height: 80px;
    border-radius: 18px;
  }

  .product-hero h1 {
    font-size: 37px;
  }

  .fridge-demo {
    min-height: 390px;
  }

  .demo-note-one {
    width: 145px;
  }

  .demo-note-two {
    width: 130px;
  }

  .demo-note-three {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}
