.product-body {
  --product-ink: var(--brand-text);
  --product-muted: var(--brand-text-muted);
  --product-line: var(--brand-line);
  --product-accent: var(--brand-primary);
  --product-accent-hover: var(--brand-primary-hover);
  --product-on-accent: var(--brand-on-primary);
  --product-background: var(--brand-background);
  --product-surface: var(--brand-surface);
  --product-subtle: var(--brand-subtle);
  --font-display: "Schibsted Grotesk", sans-serif;
  --font-sans: "Schibsted Grotesk", sans-serif;
  font-family: "Schibsted Grotesk", sans-serif;
  background: var(--product-background);
  color: var(--product-ink);
  height: auto;
  min-height: 100dvh;
  overflow-y: auto;
  user-select: text;
  -webkit-user-select: text;
  font-size: 1rem;
  line-height: 1.6;
}
.product-body::before {
  display: none;
}
.product-body :is(h1, h2, h3) {
  color: var(--product-ink);
  font-weight: 500;
}
.product-body :focus-visible:not([data-slot]) {
  outline: 2px solid var(--product-accent);
  outline-offset: 5px;
}
.product-body ::selection {
  background: var(--brand-selection);
  color: var(--brand-text);
}
.product-main {
  padding: 0;
}
.product-container {
  width: min(1200px, calc(100% - 96px));
  margin-inline: auto;
}
.product-skip {
  position: absolute;
  top: -100px;
  left: 20px;
  padding: 12px 20px;
  background: var(--product-surface);
  z-index: 10;
}
.product-skip:focus {
  top: 10px;
}
.product-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  border-bottom: 1px solid var(--product-line);
}
.product-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -1px;
}
.product-header nav {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 14px;
}
.product-body a:not([data-slot="button"]):hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.product-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
  gap: 48px;
  align-items: center;
  padding-block: 64px 56px;
}
.product-hero h1 {
  margin: 0;
  font-size: clamp(32px, 3.3vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.055em;
}
.product-hero__description {
  margin-top: 24px;
  max-width: 34ch;
  font-size: 18px;
  line-height: 1.6;
  color: var(--product-muted);
}
.product-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 28px;
}
.product-hero__actions .product-early-access {
  margin-top: 0;
}
.product-secondary-cta {
  font-size: 14px;
  text-underline-offset: 5px;
}
.product-overview {
  min-width: 0;
  margin: 0;
  padding: 10px;
  background: var(--product-subtle);
  border: 1px solid var(--product-line);
  border-radius: 12px;
}
.product-story {
  padding-block: 64px;
  scroll-margin-top: 12px;
}
.product-story__heading h2,
.product-integrations h2,
.product-faq h2 {
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.045em;
}
.product-story__heading p {
  color: var(--product-muted);
  margin-top: 10px;
  font-size: 15px;
}
.product-moment-preview {
  display: grid;
  grid-template-columns: minmax(200px, 0.9fr) minmax(0, 1.3fr);
  gap: 72px;
  align-items: start;
  min-height: 426px;
}
.product-moment-copy h3 {
  font-size: clamp(23px, 2.3vw, 31px);
  line-height: 1.17;
  letter-spacing: -0.04em;
  margin: 14px 0;
}
.product-moment-copy > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--product-muted);
  max-width: 320px;
}
.product-moment-copy .product-moment-summary {
  font-size: 12px;
  border-left: 2px solid var(--product-accent);
  padding-left: 12px;
  margin-top: 25px;
}
.product-integrations {
  padding-block: 40px;
  border-top: 1px solid var(--product-line);
  scroll-margin-top: 30px;
}
.product-integrations h2 {
  margin: 0;
  font-size: 24px;
}
.product-integrations__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  margin-top: 28px;
}
.product-integration + .product-integration {
  border-left: 1px solid var(--product-line);
  padding-left: 48px;
}
.product-integration__name {
  display: flex;
  align-items: center;
  gap: 13px;
}
.product-integration__name h3 {
  font-size: 18px;
  letter-spacing: -0.035em;
}
.product-integration > p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--product-muted);
  margin-top: 18px;
}
.product-faq {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 80px;
  padding-block: 65px 100px;
  border-top: 1px solid var(--product-line);
  scroll-margin-top: 32px;
}
.product-faq details {
  border-bottom: 1px solid var(--product-line);
}
.product-faq details:first-child {
  border-top: 1px solid var(--product-line);
}
.product-faq summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 23px;
  cursor: pointer;
  list-style: none;
  font-size: 16px;
  font-weight: 500;
}
.product-faq summary::-webkit-details-marker {
  display: none;
}
.product-faq summary span {
  font-size: 23px;
  font-weight: 400;
}
.product-faq details[open] summary span {
  transform: rotate(45deg);
}
.product-faq details p {
  margin-bottom: 24px;
  padding-right: 24px;
  font-size: 15px;
  color: var(--product-muted);
}
.product-faq details p a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-invitation {
  background: var(--product-subtle);
  color: var(--product-ink);
  border-block: 1px solid var(--product-line);
  padding-block: 70px;
}
.product-invitation__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.product-invitation h2 {
  color: inherit;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.1;
  letter-spacing: -0.05em;
  margin: 22px 0;
}
.product-invitation p {
  font-size: 15px;
  color: var(--product-muted);
}
.product-invitation__actions {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 20px;
}
.product-invitation__actions > a:last-child {
  font-size: 12px;
  color: var(--product-muted);
}
.product-invitation :focus-visible {
  outline-color: var(--product-accent);
}
.product-footer {
  min-height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  color: var(--product-muted);
}
.product-footer .product-brand {
  font-size: 21px;
  color: var(--product-ink);
}
@media (max-width: 1000px) {
  .product-container {
    width: calc(100% - 56px);
  }
  .product-moment-preview {
    gap: 24px;
    grid-template-columns: 0.9fr 1.5fr;
  }
  .product-integrations__grid {
    gap: 30px;
  }
  .product-integration + .product-integration {
    padding-left: 30px;
  }
  .product-faq {
    gap: 40px;
  }
}
@media (max-width: 700px) {
  .product-container {
    width: calc(100% - 36px);
  }
  .product-header {
    min-height: 76px;
  }
  .product-header nav {
    gap: 18px;
    font-size: 12px;
  }
  .product-header__tour {
    display: none;
  }
  .product-brand {
    font-size: 22px;
  }
  .product-hero__description {
    font-size: 16px;
    max-width: 100%;
  }
  .product-overview {
    padding: 9px 9px 0;
  }
  .product-story {
    padding-block: 40px;
    scroll-margin-top: 8px;
  }
  .product-story__heading h2 {
    font-size: 28px;
  }
  .product-story__heading p {
    font-size: 13px;
    margin-top: 8px;
  }
  .product-moment-preview {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .product-moment-copy {
    min-height: 148px;
  }
  .product-moment-copy .product-moment-summary {
    margin-top: 16px;
  }
  .product-moment-copy h3 {
    font-size: 21px;
    margin: 0 0 8px;
  }
  .product-moment-copy h3 br {
    display: none;
  }
  .product-moment-copy h3 br::after {
    content: " ";
  }
  .product-moment-copy > p {
    font-size: 13px;
    line-height: 1.5;
    max-width: none;
  }
  .product-integrations {
    padding-block: 42px;
  }
  .product-integrations__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-top: 30px;
  }
  .product-integration + .product-integration {
    padding: 30px 0 0;
    border-left: 0;
    border-top: 1px solid var(--product-line);
  }
  .product-faq {
    grid-template-columns: 1fr;
    gap: 30px;
    padding-block: 45px 55px;
  }
  .product-faq summary {
    font-size: 15px;
    padding-block: 20px;
  }
  .product-invitation {
    padding-block: 46px;
  }
  .product-invitation__inner {
    flex-direction: column;
    align-items: start;
    gap: 32px;
  }
  .product-footer {
    padding-block: 25px;
    flex-wrap: wrap;
    gap: 12px;
  }
}

.product-overview__image {
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 8px;
}
.theme-image--light {
  display: block;
}
.theme-image--dark,
[data-palette="dark"] .theme-image--light {
  display: none;
}
[data-palette="dark"] .theme-image--dark {
  display: block;
}
.product-early-access {
  margin-top: 24px;
}
.product-invitation__actions .product-early-access {
  margin-top: 0;
}
.product-integration {
  display: flex;
  flex-direction: column;
}
.product-integration__logo {
  display: block;
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.product-email-note {
  max-width: 34ch;
}
.product-email-note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-overview__image {
  aspect-ratio: 2400 / 1520;
}
.product-overview__image img {
  width: 100%;
  height: auto;
}
@media (max-width: 1000px) {
  .product-hero {
    gap: 28px;
  }
}
@media (max-width: 767px) {
  .product-hero {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-block: 32px;
  }
  .product-hero h1 {
    font-size: clamp(34px, 6.4vw, 46px);
    max-width: 20ch;
  }
  .product-hero__description {
    margin-top: 18px;
    font-size: 16px;
  }
  .product-hero__actions {
    margin-top: 22px;
  }
  .product-overview {
    margin: 0;
  }
  .product-overview {
    padding: 6px;
  }
}

.product-day-snapshot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--product-line);
  border-radius: 12px;
  background: var(--product-surface);
}
.product-day-snapshot__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--product-line);
}
.product-day-snapshot__heading strong {
  font-size: 16px;
  font-weight: 500;
}
.product-day-snapshot__heading span {
  font-size: 12px;
  color: var(--product-muted);
}
.product-task-preview {
  padding: 8px;
}
.product-day-snapshot > figcaption {
  padding: 12px 20px;
  border-top: 1px solid var(--product-line);
  color: var(--product-muted);
  font-size: 12px;
}
.product-tomorrow-snapshot {
  border-top: 1px solid var(--product-line);
  background: var(--product-subtle);
}
.product-task-preview .task {
  cursor: default;
}
.product-task-preview .t-name {
  white-space: normal;
}
.product-history {
  padding-block: 64px 72px;
  border-top: 1px solid var(--product-line);
}
.product-history__heading h2 {
  font-size: clamp(28px, 3.1vw, 42px);
  line-height: 1.15;
  letter-spacing: -0.045em;
}
.product-history__heading > p {
  max-width: 56ch;
  margin-top: 16px;
  color: var(--product-muted);
}
.product-history__example {
  margin: 36px 0 0;
  border: 1px solid var(--product-line);
  border-radius: 12px;
  overflow: hidden;
}
.product-history__example > figcaption {
  padding: 20px 28px;
  font-size: 15px;
  border-bottom: 1px solid var(--product-line);
}
.product-history__days {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.product-history__day {
  padding: 32px 28px;
  background: var(--product-subtle);
}
.product-history__day--next {
  border-left: 1px solid var(--product-line);
  background: var(--product-background);
}
.product-history__day h3 {
  font-size: 17px;
}
.product-history__day h3 span {
  margin-left: 8px;
  color: var(--product-muted);
  font-size: 13px;
}
.product-history__day > p:last-child {
  font-size: 14px;
  color: var(--product-muted);
  margin-top: 16px;
}
.product-history__amount {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
  color: var(--product-accent);
  font-size: 64px;
  line-height: 1.1;
  letter-spacing: -0.055em;
  font-variant-numeric: tabular-nums;
}
.product-history__amount span {
  color: var(--product-ink);
  font-size: 16px;
  letter-spacing: normal;
}
.product-history__caption {
  padding: 14px 28px;
  border-top: 1px solid var(--product-line);
  font-size: 12px;
  color: var(--product-muted);
}
.product-walkthrough-fallback {
  min-height: 420px;
  padding-top: 32px;
  max-width: 56ch;
  color: var(--product-muted);
}
@media (prefers-reduced-motion: no-preference) {
  .product-hero__copy {
    animation: product-enter 420ms ease-out both;
  }
  .product-overview {
    animation: product-enter 420ms 100ms ease-out both;
  }
  .product-walkthrough [role="tabpanel"][data-state="active"] {
    animation: product-enter 220ms ease-out;
  }
  .product-body [data-slot="button"] {
    transition: transform 150ms ease-out;
  }
  .product-body [data-slot="button"]:active {
    transform: translateY(1px);
  }
}
@keyframes product-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 767px) {
  .product-moment-preview {
    grid-template-columns: 1fr;
    min-height: 580px;
    gap: 20px;
  }
  .product-history {
    padding-block: 40px;
  }
  .product-history__days {
    grid-template-columns: 1fr;
  }
  .product-history__day--next {
    border-left: 0;
    border-top: 1px solid var(--product-line);
  }
  .product-history__example > figcaption,
  .product-history__caption {
    padding-inline: 20px;
  }
  .product-history__day {
    padding: 24px 20px;
  }
  .product-history__amount {
    font-size: 52px;
  }
  .product-task-preview {
    padding: 4px;
  }
  .product-day-snapshot__heading {
    padding: 12px 16px;
  }
  .product-integrations h2 {
    font-size: 22px;
  }
}
