/* Inner pages - Direction 04 Sky (demo, contact, blog, articles, reports) */

.page-sky:not(.page-home) {
  background: var(--bg-2);
}

.page-sky .sky-main {
  padding: 120px var(--gutter) 80px;
  min-height: 100vh;
  background: var(--bg);
}

.page-sky:not(.page-home) footer.foot {
  background: var(--bg-2);
  border-top: 1px solid var(--line);
}

.page-sky .sky-main--flush {
  padding-top: 100px;
}

.page-sky .sky-page-head {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto clamp(48px, 5vw, 56px);
}

.page-sky .sky-page-head .lbl {
  margin-bottom: 20px;
  color: var(--accent);
}

.page-sky .sky-page-head h1 {
  font-weight: 300;
  font-size: clamp(40px, 5.6vw, 88px);
  line-height: 0.95;
  letter-spacing: -0.045em;
  margin: 0 0 20px;
  color: var(--ink);
  text-wrap: balance;
}

.page-sky .sky-page-head h1 .acc {
  color: var(--accent);
  font-weight: 300;
}

.page-sky .sky-page-head h1 .strong {
  font-weight: 500;
}

.page-sky .sky-lead {
  margin: 0 auto;
  max-width: 60ch;
  font-size: clamp(17px, 1.6vw, 20px);
  line-height: 1.55;
  color: var(--ink-2);
}

.page-sky .sky-narrow {
  max-width: 1120px;
  margin: 0 auto;
}

.page-sky .sky-wide {
  max-width: var(--content);
  margin: 0 auto;
  width: 100%;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
  box-sizing: border-box;
}

/* Demo page - form-first layout */
.page-sky .sky-demo-layout {
  display: grid;
  grid-template-columns: minmax(0, 480px) minmax(400px, 540px);
  gap: clamp(28px, 3.5vw, 48px);
  align-items: start;
  max-width: 1120px;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
}

.page-sky .sky-demo-form-wrap {
  max-width: 540px;
  width: 100%;
  justify-self: center;
  align-self: center;
  margin-inline: auto;
}

.page-sky .sky-demo-form-panel {
  padding: clamp(32px, 4vw, 44px);
  border: 1px solid rgba(91, 148, 242, 0.28);
  border-radius: var(--r-xl);
  background: linear-gradient(
    180deg,
    rgba(91, 148, 242, 0.1) 0%,
    rgba(243, 246, 252, 0.04) 38%,
    rgba(243, 246, 252, 0.02) 100%
  );
  box-shadow: var(--shadow-glow), var(--shadow-soft);
  position: sticky;
  top: 100px;
}

.page-sky .sky-demo-form-panel h2 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: clamp(22px, 2.4vw, 28px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-sky .sky-demo-form-lead {
  margin: 0 0 24px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}

.page-sky .sky-demo-form-panel .sky-form .btn {
  margin-top: 4px;
}

.page-sky .sky-demo-aside {
  display: flex;
  flex-direction: column;
  gap: clamp(28px, 3.5vw, 40px);
  max-width: 520px;
}

.page-sky .sky-demo-aside .lbl {
  margin-bottom: 20px;
  color: var(--accent);
}

.page-sky .sky-demo-get {
  margin: 0;
}

.page-sky .sky-demo-next {
  margin: 0;
  padding: 0;
  border-top: none;
}

.page-sky .sky-demo-next .sky-steps {
  gap: 12px;
}

.page-sky .sky-demo-next .sky-steps li {
  font-size: 14px;
  color: var(--ink-2);
}

.page-sky .sky-demo-points {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-sky .sky-demo-points li {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
}

.page-sky .sky-demo-points .n {
  font-family: var(--mono);
  font-size: 11px;
  letter-spacing: 0.08em;
  color: var(--accent);
  padding-top: 3px;
}

.page-sky .sky-demo-points strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 15px;
  color: var(--ink);
}

.page-sky .sky-demo-points span {
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-3);
}

.page-sky .sky-demo-carousel {
  max-width: min(440px, 100%);
  border-color: var(--line-hi);
  box-shadow: var(--shadow-soft);
}

.page-sky .sky-demo-carousel .sky-carousel-viewport {
  max-height: 220px;
}

.page-sky .sky-demo-carousel .sky-carousel-track img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top center;
}

.page-sky .sky-demo-carousel .sky-carousel-btn {
  width: 32px;
  height: 32px;
  font-size: 18px;
}

.page-sky .sky-demo-carousel .sky-carousel-foot {
  padding: 12px 14px;
}

.page-sky .sky-demo-carousel .sky-carousel-caption {
  margin-bottom: 8px;
  font-size: 13px;
}

@media (prefers-reduced-motion: no-preference) {
  .page-sky .sky-demo-get .sky-demo-points li,
  .page-sky .sky-demo-next .sky-steps li {
    opacity: 0.55;
    transform: translateY(5px);
    transition:
      opacity 0.55s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1)),
      transform 0.55s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1));
    transition-delay: var(--feat-delay, 0ms);
  }

  .page-sky .sky-demo-get.is-visible .sky-demo-points li,
  .page-sky .sky-demo-next.is-visible .sky-steps li {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .page-sky .sky-demo-get .sky-demo-points li,
  .page-sky .sky-demo-next .sky-steps li {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.page-sky .sky-grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(32px, 4vw, 64px);
  align-items: start;
}

.page-sky .sky-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.page-sky .sky-card {
  padding: clamp(28px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: rgba(243, 246, 252, 0.03);
  box-shadow: var(--shadow-soft);
}

.page-sky .sky-card h2,
.page-sky .sky-card h3 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-sky .sky-card p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.55;
  color: var(--ink-2);
}

.page-sky .sky-card p:last-child {
  margin-bottom: 0;
}

.page-sky .sky-check {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 18px;
}

.page-sky .sky-check:last-child {
  margin-bottom: 0;
}

.page-sky .sky-check .icon {
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--accent-soft);
  border: 1px solid rgba(91, 148, 242, 0.22);
  color: var(--accent);
  font-size: 14px;
  font-weight: 600;
}

.page-sky .sky-check strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: var(--ink);
  font-size: 15px;
}

.page-sky .sky-check span {
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-3);
}

/* Forms */
.page-sky .sky-form label {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink-2);
}

.page-sky .sky-form label .req {
  color: #f87171;
}

.page-sky .sky-form .field {
  margin-bottom: 18px;
}

.page-sky .sky-form .field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.page-sky .sky-form input,
.page-sky .sky-form textarea,
.page-sky .sky-form select {
  width: 100%;
  padding: 13px 16px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  background: rgba(243, 246, 252, 0.04);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.page-sky .sky-form input::placeholder,
.page-sky .sky-form textarea::placeholder {
  color: var(--ink-4);
}

.page-sky .sky-form input:focus,
.page-sky .sky-form textarea:focus,
.page-sky .sky-form select:focus {
  outline: none;
  border-color: rgba(91, 148, 242, 0.45);
  box-shadow: 0 0 0 3px rgba(91, 148, 242, 0.12);
}

.page-sky .sky-form textarea {
  min-height: 100px;
  resize: vertical;
}

.page-sky .sky-form .fine {
  margin-top: 14px;
  text-align: center;
  font-size: 12px;
  color: var(--ink-3);
}

.page-sky .sky-form .btn {
  width: 100%;
  justify-content: center;
  margin-top: 8px;
}

.page-sky .sky-steps {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.page-sky .sky-steps li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-size: 14px;
  line-height: 1.5;
  color: var(--ink-2);
}

.page-sky .sky-steps .n {
  font-family: var(--mono);
  font-size: 11px;
  color: var(--accent);
  min-width: 28px;
  padding-top: 2px;
}

/* Blog */
.page-sky .sky-main.sky-blog {
  padding: 0;
  min-height: auto;
}

.page-sky .sky-blog-hero {
  padding: 120px 0 64px;
  background: var(--bg);
  position: relative;
  overflow: hidden;
}

.page-sky .sky-blog-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(ellipse 60% 50% at 50% 0%, rgba(91, 148, 242, 0.1), transparent 62%);
}

.page-sky .sky-blog-hero .sky-wide {
  position: relative;
}

.page-sky .sky-blog .sky-page-head .problem-badge {
  margin-left: auto;
  margin-right: auto;
}

.page-sky .sky-blog-title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.page-sky .sky-blog .sky-lead {
  max-width: 52ch;
  margin-left: auto;
  margin-right: auto;
}

.page-sky .sky-blog .sky-section-band {
  padding: clamp(16px, 3vw, 32px) 0 clamp(64px, 8vw, 100px);
  background: transparent;
  border: none;
}

.page-sky .sky-blog-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 40px;
}

.page-sky .sky-blog-bar h2 {
  margin: 0;
  font-weight: 300;
  font-size: clamp(28px, 3.5vw, 40px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  color: var(--ink);
}

.page-sky .sky-blog-bar h2 .acc {
  color: var(--accent);
  font-weight: 300;
}

.page-sky .sky-blog-grid {
  gap: clamp(16px, 2vw, 24px);
  margin-top: 8px;
}

.page-sky .sky-blog .sky-post {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: rgba(243, 246, 252, 0.03);
  display: flex;
  flex-direction: column;
  transition:
    border-color 0.5s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1)),
    background 0.5s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1)),
    transform 0.5s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1)),
    box-shadow 0.5s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1));
}

.page-sky .sky-blog .sky-post::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(ellipse 90% 55% at 50% 0%, rgba(91, 148, 242, 0.1), transparent 68%);
  transition: opacity 0.65s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1));
}

.page-sky .sky-blog .sky-post.is-visible::before {
  opacity: 1;
}

.page-sky .sky-blog .sky-post:hover,
.page-sky .sky-blog .sky-post:focus-within {
  border-color: rgba(91, 148, 242, 0.26);
  background: rgba(91, 148, 242, 0.06);
  transform: translateY(-3px);
  box-shadow: 0 10px 36px rgba(0, 0, 0, 0.2), 0 0 28px rgba(91, 148, 242, 0.07);
}

.page-sky .sky-blog .sky-post:hover h3,
.page-sky .sky-blog .sky-post:focus-within h3 {
  color: var(--accent);
}

.page-sky .sky-blog .sky-post:hover .sky-link,
.page-sky .sky-blog .sky-post:focus-within .sky-link {
  color: var(--ink);
}

.page-sky .sky-post-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.page-sky .sky-post-card .body {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.page-sky .sky-post-card .sky-link {
  margin-top: auto;
}

.page-sky .sky-post img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.page-sky .sky-post .body {
  padding: 24px;
}

.page-sky .article-badge {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 12px;
  margin: 0 0 12px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  border: 1px solid rgba(91, 148, 242, 0.22);
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  line-height: 1.2;
}

.page-sky .sky-post h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2vw, 24px);
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-sky .sky-post p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--ink-2);
}

.page-sky .sky-link {
  font-size: 14px;
  font-weight: 500;
  color: var(--accent);
}

.page-sky .sky-link:hover {
  color: var(--ink);
}

.page-sky .sky-section-band {
  padding: 64px 0;
  background: var(--bg-2);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

/* Carousel (demo) */
.page-sky .sky-carousel {
  overflow: hidden;
  border-radius: var(--r-lg);
  border: 1px solid var(--line);
  background: rgba(243, 246, 252, 0.02);
}

.page-sky .sky-carousel-viewport {
  position: relative;
  overflow: hidden;
}

.page-sky .sky-carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.page-sky .sky-carousel-track > * {
  flex: 0 0 100%;
}

.page-sky .sky-carousel-track img {
  width: 100%;
  display: block;
}

.page-sky .sky-carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 99px;
  border: 1px solid var(--line);
  background: rgba(5, 10, 18, 0.75);
  color: var(--ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.page-sky .sky-carousel-btn:hover {
  background: rgba(243, 246, 252, 0.1);
  border-color: var(--line-hi);
}

.page-sky .sky-carousel-btn--prev {
  left: 12px;
}

.page-sky .sky-carousel-btn--next {
  right: 12px;
}

.page-sky .sky-carousel-foot {
  padding: 16px;
  text-align: center;
  border-top: 1px solid var(--line);
  background: rgba(243, 246, 252, 0.02);
}

.page-sky .sky-carousel-caption {
  margin: 0 0 10px;
  font-size: 14px;
  font-weight: 500;
  color: var(--ink);
}

.page-sky .sky-carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.page-sky .sky-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 99px;
  border: 0;
  padding: 0;
  background: var(--ink-4);
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.page-sky .sky-carousel-dot.is-active {
  background: var(--accent);
  transform: scale(1.15);
}

.page-sky .sky-contact-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-bottom: 24px;
}

.page-sky .sky-contact-item .icon {
  width: 48px;
  height: 48px;
  border-radius: var(--r-md);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: var(--accent-soft);
  border: 1px solid rgba(91, 148, 242, 0.22);
  color: var(--accent);
}

.page-sky .sky-contact-item .icon i {
  font-size: 1.25rem;
  line-height: 1;
}

.page-sky .sky-contact-item:last-child {
  margin-bottom: 0;
}

.page-sky .sky-socials {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.page-sky .sky-socials a {
  width: 40px;
  height: 40px;
  border-radius: var(--r-md);
  border: 1px solid var(--line);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--ink-3);
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.page-sky .sky-socials a:hover {
  color: var(--ink);
  border-color: var(--line-hi);
  background: rgba(243, 246, 252, 0.06);
}

.page-sky .sky-card-spaced {
  margin-top: 24px;
}

.page-sky .sky-card-actions {
  margin-top: 24px;
}

.page-sky .sky-card-divider {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.page-sky .sky-optional {
  font-weight: 400;
  color: var(--ink-3);
}

/* Legacy partials (articles, reports) - map old utility classes */
.page-sky .section-dark,
.page-sky main.section-dark {
  background: var(--bg);
  color: var(--ink);
}

.page-sky .section-dark-surface {
  background: var(--bg-2);
}

.page-sky .bg-dark-elevated,
.page-sky .bg-dark-surface {
  background: rgba(243, 246, 252, 0.03);
}

.page-sky .border-dark-border {
  border-color: var(--line);
}

.page-sky .text-white {
  color: var(--ink);
}

.page-sky .text-gray-300 {
  color: var(--ink-2);
}

.page-sky .text-gray-400,
.page-sky .text-gray-500 {
  color: var(--ink-3);
}

.page-sky .text-cyan,
.page-sky .text-sky-600 {
  color: var(--accent);
}

.page-sky .text-cyan-bright {
  color: var(--accent);
}

.page-sky .btn-demo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 24px;
  font-size: 13.5px;
  font-weight: 500;
  border-radius: var(--r-pill);
  border: 1px solid transparent;
  background: var(--ink);
  color: #08111e;
  box-shadow: var(--shadow-soft);
  transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
}

.page-sky .btn-demo:hover {
  background: #fff;
  transform: translateY(-2px);
}

.page-sky article.bg-dark-elevated,
.page-sky .bg-dark-elevated.rounded-2xl,
.page-sky .rounded-2xl.border {
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  background: rgba(243, 246, 252, 0.03);
}

.page-sky main.pt-32,
.page-sky section.pt-32 {
  padding-top: 120px;
}

.page-sky .container.mx-auto {
  max-width: var(--content);
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.page-sky h1,
.page-sky h2,
.page-sky h3 {
  color: var(--ink);
}

.page-sky .font-bold {
  font-weight: 500;
}

.page-sky .uppercase.tracking-\[0\.3em\].text-cyan,
.page-sky .text-xs.uppercase.text-cyan {
  font-family: var(--mono);
  font-size: 10.5px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
}

@media (max-width: 900px) {
  .page-sky .sky-demo-layout {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .page-sky .sky-demo-aside {
    max-width: none;
  }

  .page-sky .sky-demo-form-wrap {
    order: -1;
    max-width: none;
    justify-self: stretch;
    align-self: auto;
    margin-inline: 0;
  }

  .page-sky .sky-demo-form-panel {
    position: static;
  }

  .page-sky .sky-grid-2,
  .page-sky .sky-grid-3,
  .page-sky .sky-form .field-row {
    grid-template-columns: 1fr;
  }
}

/* Article / report layout shim (no Tailwind on sky pages) */
.page-sky .grid {
  display: grid;
  gap: 24px;
}

@media (min-width: 768px) {
  .page-sky .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .page-sky .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .page-sky .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.page-sky .md\:col-span-2 {
  grid-column: span 2;
}

.page-sky .flex {
  display: flex;
}

.page-sky .flex-wrap {
  flex-wrap: wrap;
}

.page-sky .gap-3 {
  gap: 12px;
}

.page-sky .gap-6 {
  gap: 24px;
}

.page-sky .gap-8 {
  gap: 32px;
}

.page-sky .gap-10 {
  gap: 40px;
}

.page-sky .gap-12 {
  gap: 48px;
}

.page-sky .items-center {
  align-items: center;
}

.page-sky .items-start {
  align-items: flex-start;
}

.page-sky .justify-between {
  justify-content: space-between;
}

.page-sky .max-w-4xl {
  max-width: 56rem;
  margin-left: auto;
  margin-right: auto;
}

.page-sky .max-w-5xl {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.page-sky .max-w-6xl {
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
}

.page-sky .space-y-2 > * + * {
  margin-top: 8px;
}

.page-sky .space-y-3 > * + * {
  margin-top: 12px;
}

.page-sky .space-y-4 > * + * {
  margin-top: 16px;
}

.page-sky .space-y-5 > * + * {
  margin-top: 20px;
}

.page-sky .space-y-6 > * + * {
  margin-top: 24px;
}

.page-sky .space-y-8 > * + * {
  margin-top: 32px;
}

.page-sky .p-4 {
  padding: 16px;
}

.page-sky .p-6 {
  padding: 24px;
}

.page-sky .p-8 {
  padding: 32px;
}

.page-sky .px-4 {
  padding-left: var(--gutter);
  padding-right: var(--gutter);
}

.page-sky .px-6 {
  padding-left: 24px;
  padding-right: 24px;
}

.page-sky .py-3 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.page-sky .py-10 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.page-sky .py-16 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.page-sky .pt-32 {
  padding-top: 120px;
}

.page-sky .pb-12 {
  padding-bottom: 48px;
}

.page-sky .pb-16 {
  padding-bottom: 64px;
}

.page-sky .mb-3 {
  margin-bottom: 12px;
}

.page-sky .mb-4 {
  margin-bottom: 16px;
}

.page-sky .mb-6 {
  margin-bottom: 24px;
}

.page-sky .mb-10 {
  margin-bottom: 40px;
}

.page-sky .mb-12 {
  margin-bottom: 48px;
}

.page-sky .mt-2 {
  margin-top: 8px;
}

.page-sky .mt-3 {
  margin-top: 12px;
}

.page-sky .mt-4 {
  margin-top: 16px;
}

.page-sky .mt-5 {
  margin-top: 20px;
}

.page-sky .mt-6 {
  margin-top: 24px;
}

.page-sky .mt-8 {
  margin-top: 32px;
}

.page-sky .mt-10 {
  margin-top: 40px;
}

.page-sky .mt-12 {
  margin-top: 48px;
}

.page-sky .mr-2 {
  margin-right: 8px;
}

.page-sky .mr-3 {
  margin-right: 12px;
}

.page-sky .mr-4 {
  margin-right: 16px;
}

.page-sky .w-full {
  width: 100%;
}

.page-sky .h-48 {
  height: 200px;
}

.page-sky .h-64 {
  height: 256px;
}

.page-sky .min-h-screen {
  min-height: 100vh;
}

.page-sky .rounded-xl {
  border-radius: var(--r-md);
}

.page-sky .rounded-2xl {
  border-radius: var(--r-lg);
}

.page-sky .rounded-lg {
  border-radius: var(--r-md);
}

.page-sky .overflow-hidden {
  overflow: hidden;
}

.page-sky .object-cover {
  object-fit: cover;
}

.page-sky .text-center {
  text-align: center;
}

.page-sky .text-lg {
  font-size: 18px;
  line-height: 1.55;
}

.page-sky .text-xl {
  font-size: 20px;
}

.page-sky .text-2xl {
  font-size: clamp(20px, 2vw, 24px);
}

.page-sky .text-3xl {
  font-size: clamp(24px, 3vw, 30px);
}

.page-sky .text-4xl {
  font-size: clamp(28px, 4vw, 36px);
}

.page-sky .text-sm {
  font-size: 14px;
}

.page-sky .text-xs {
  font-size: 12px;
}

.page-sky .leading-tight {
  line-height: 1.15;
}

.page-sky .leading-relaxed {
  line-height: 1.6;
}

.page-sky .font-semibold {
  font-weight: 500;
}

.page-sky .list-disc {
  list-style: disc;
  padding-left: 1.25rem;
}

.page-sky .list-decimal {
  list-style: decimal;
  padding-left: 1.25rem;
}

.page-sky .list-inside {
  list-style-position: inside;
}

.page-sky .border {
  border-width: 1px;
  border-style: solid;
}

.page-sky .border-t {
  border-top-width: 1px;
  border-top-style: solid;
}

.page-sky a.border.border-dark-border {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border-radius: var(--r-pill);
  border: 1px solid var(--line);
  color: var(--ink-2);
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.page-sky a.border.border-dark-border:hover {
  background: rgba(243, 246, 252, 0.06);
  color: var(--ink);
  border-color: var(--line-hi);
}

.page-sky .sky-form input,
.page-sky .sky-form textarea,
.page-sky .sky-form select,
.page-sky #demo-form input,
.page-sky #demo-form textarea {
  width: 100%;
  padding: 13px 16px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--ink);
  background: rgba(243, 246, 252, 0.04);
  border: 1px solid var(--line);
  border-radius: var(--r-md);
}

.page-sky #demo-form input:focus,
.page-sky #demo-form textarea:focus {
  outline: none;
  border-color: rgba(91, 148, 242, 0.45);
  box-shadow: 0 0 0 3px rgba(91, 148, 242, 0.12);
}

@media (max-width: 768px) {
  .page-sky .sky-main {
    padding-top: 100px;
  }
}

/* Report page */
.page-sky .sky-page-head--left {
  text-align: left;
  max-width: none;
  margin: 0 0 clamp(40px, 5vw, 56px);
}

.page-sky .sky-page-head--left .problem-badge {
  margin-bottom: 20px;
}

.page-sky .sky-page-head--left .sky-report-title,
.page-sky .sky-page-head--left .sky-lead,
.page-sky .sky-page-head--left .sky-report-summary {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.page-sky .sky-report-title {
  font-weight: 300;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.05;
  letter-spacing: -0.04em;
  margin: 0 0 16px;
  color: var(--ink);
  max-width: 22ch;
  text-wrap: balance;
}

.page-sky .sky-page-head--left .sky-report-title {
  max-width: none;
}

.page-sky .sky-report-title .acc {
  color: var(--accent);
  font-weight: 300;
}

.page-sky .sky-lead--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
  max-width: 72ch;
}

.page-sky .sky-report-summary {
  margin: 16px 0 0;
  max-width: 72ch;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
}

.page-sky .sky-report-purchase.addons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-bottom: clamp(48px, 6vw, 72px);
}

@media (min-width: 901px) {
  .page-sky .sky-report-purchase.addons {
    grid-template-columns: minmax(0, 1.65fr) minmax(0, 1fr);
    gap: 12px;
  }
}

.page-sky .sky-report-purchase.addons .col {
  min-height: 0;
  overflow: visible;
  border-right: none;
  padding: clamp(24px, 5vw, 32px) clamp(20px, 4vw, 28px);
}

.page-sky .sky-report-purchase .feats {
  flex: 1;
}

.page-sky .sky-report-purchase .col[data-addon='highlights'] .feats {
  border-top: none;
  padding-top: 0;
}

.page-sky .addons .top--solo {
  justify-content: flex-start;
}

.page-sky .sky-report-quotes .top--solo {
  margin-bottom: 16px;
  padding-bottom: 16px;
}

.page-sky .sky-report-buy-actions {
  margin: auto 0 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.page-sky .sky-report-buy-actions .btn {
  width: 100%;
  justify-content: center;
}

.page-sky .sky-report-details {
  margin-bottom: clamp(48px, 6vw, 72px);
}

.page-sky .sky-report-details h2 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: clamp(20px, 2.2vw, 26px);
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-sky .sky-report-details h3 {
  margin: 28px 0 12px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.page-sky .sky-report-details p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--ink-2);
}

.page-sky .sky-report-details .sky-reveal-right h2 {
  margin-bottom: 20px;
}

.page-sky .sky-report-quotes.addons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.page-sky .sky-report-quotes.addons .col {
  min-height: 0;
  padding: 28px 24px;
}

.page-sky .sky-report-quotes .col::before {
  opacity: 0.65;
}

.page-sky .sky-report-quotes .col.is-visible::before {
  opacity: 0.85;
}

.page-sky .sky-report-quotes .col:hover::before {
  opacity: 1;
}

.page-sky .sky-report-quotes .top h4 {
  font-size: clamp(18px, 2vw, 22px);
}

.page-sky .sky-report-quotes .desc {
  margin-bottom: 0;
}

.page-sky .sky-report-quotes blockquote {
  margin: 0;
}

.page-sky .sky-report-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 40px;
  align-items: center;
  padding: clamp(36px, 4vw, 48px) clamp(32px, 4vw, 56px);
  border: 1px solid var(--line);
  border-radius: var(--r-xl);
  background: linear-gradient(
    180deg,
    rgba(243, 246, 252, 0.04) 0%,
    rgba(243, 246, 252, 0.01) 100%
  );
  box-shadow: var(--shadow-soft);
}

.page-sky .sky-report-cta h3 {
  margin: 0 0 12px;
  font-weight: 400;
  font-size: clamp(20px, 2.2vw, 24px);
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: var(--ink);
}

.page-sky .sky-report-cta p {
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--ink-2);
  max-width: 56ch;
}

.page-sky .sky-report-cta .btn {
  flex-shrink: 0;
  white-space: nowrap;
}

@media (max-width: 900px) {
  .page-sky .sky-report-cta {
    grid-template-columns: 1fr;
    gap: 24px;
    align-items: stretch;
  }

  .page-sky .sky-report-cta .btn {
    justify-self: stretch;
    width: 100%;
    justify-content: center;
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .page-sky .sky-report .sky-page-head--left {
    margin-bottom: clamp(32px, 8vw, 40px);
  }

  .page-sky .sky-report-title {
    font-size: clamp(32px, 9vw, 48px);
    max-width: none;
  }

  .page-sky .sky-report-summary,
  .page-sky .sky-lead--left {
    font-size: 15px;
  }

  .page-sky .sky-report-purchase .top {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .page-sky .sky-report-purchase .top h4 {
    font-size: clamp(22px, 6vw, 28px);
  }

  .page-sky .sky-report-purchase .top .v {
    white-space: normal;
  }

  .page-sky .sky-report-purchase .feats li {
    font-size: 14px;
    line-height: 1.5;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .page-sky .sky-report-details {
    margin-bottom: clamp(40px, 8vw, 56px);
  }

  .page-sky .sky-report-quotes.addons .col {
    padding: 24px 20px;
  }

  .page-sky .sky-report-cta {
    padding: clamp(28px, 6vw, 36px) clamp(20px, 5vw, 28px);
  }
}

/* Contact page */
.page-sky .sky-contact-inner {
  max-width: 56rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 var(--gutter);
  box-sizing: border-box;
}

.page-sky .sky-contact .sky-page-head .problem-badge {
  margin-left: auto;
  margin-right: auto;
}

.page-sky .sky-contact-title {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.page-sky .sky-contact .sky-lead {
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
}

.page-sky .sky-contact-cards.addons {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

@media (min-width: 901px) {
  .page-sky .sky-contact-cards.addons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
}

.page-sky .sky-contact-cards .col {
  min-height: 0;
  overflow: visible;
  display: flex;
  flex-direction: column;
  border-right: none;
  padding: clamp(24px, 5vw, 32px) clamp(20px, 4vw, 28px);
}

.page-sky .sky-contact-list {
  flex: 1;
}

.page-sky .sky-contact-cards .sky-contact-item {
  margin-bottom: 20px;
  opacity: 0.55;
  transform: translateY(5px);
  transition:
    opacity 0.55s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1)),
    transform 0.55s var(--sky-ease, cubic-bezier(0.4, 0, 0.2, 1));
  transition-delay: var(--feat-delay, 0ms);
}

.page-sky .sky-contact-cards .col.is-visible .sky-contact-item {
  opacity: 1;
  transform: translateY(0);
}

.page-sky .sky-contact-cards .sky-contact-item:last-child {
  margin-bottom: 0;
}

.page-sky .sky-contact-cards .col[data-addon='demo'] .desc {
  flex: 1;
  margin-bottom: 0;
}

.page-sky .sky-contact-demo-actions {
  margin: 0;
  padding-top: 20px;
  border-top: 1px solid var(--line);
}

.page-sky .sky-contact-demo-actions .btn {
  width: 100%;
  justify-content: center;
}

.page-sky .sky-contact-follow {
  margin-top: 24px;
  padding-top: 24px;
  border-top: 1px solid var(--line);
}

.page-sky .sky-contact-follow h3 {
  margin: 0 0 16px;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.015em;
  color: var(--ink);
}

.page-sky .sky-contact-cards .sky-contact-item > div {
  min-width: 0;
  flex: 1;
}

.page-sky .sky-contact-cards .sky-contact-item strong {
  display: block;
  margin-bottom: 4px;
  font-weight: 500;
  color: var(--ink);
}

.page-sky .sky-contact-cards .sky-contact-item p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ink-2);
  word-break: break-word;
  overflow-wrap: break-word;
}

.page-sky .sky-contact-cards .sky-contact-item .sky-link {
  word-break: break-word;
  overflow-wrap: break-word;
}

@media (max-width: 768px) {
  .page-sky .sky-contact-inner {
    padding: 0;
  }

  .page-sky .sky-contact .sky-page-head {
    margin-bottom: clamp(32px, 8vw, 40px);
  }

  .page-sky .sky-contact-title {
    font-size: clamp(36px, 10vw, 52px);
  }

  .page-sky .sky-contact-cards.addons {
    gap: 16px;
  }

  .page-sky .sky-contact-cards .addons .top {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }

  .page-sky .sky-contact-cards .addons .top h4 {
    font-size: clamp(22px, 6vw, 28px);
  }

  .page-sky .sky-contact-item {
    gap: 14px;
  }

  .page-sky .sky-contact-item .icon {
    width: 44px;
    height: 44px;
  }
}
