/* Frostech — business automation (modern light) */

:root {
  --color-bg: #f5fafa;
  --color-surface: #ffffff;
  --color-surface-elevated: #ecfdf5;
  --color-text: #0f172a;
  --color-text-muted: #64748b;
  --color-border: #d1e7e4;
  --color-accent: #0d9488;
  --color-accent-soft: #14b8a6;
  --color-accent-2: #2563eb;
  --color-tint: rgba(13, 148, 136, 0.12);
  --font-sans: "DM Sans", system-ui, -apple-system, "Segoe UI", sans-serif;
  --font-serif: "Space Grotesk", system-ui, sans-serif;
  --shadow-sm: 0 1px 3px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 18px 44px rgba(15, 23, 42, 0.09);
  --shadow-glow: 0 0 0 1px rgba(13, 148, 136, 0.16), 0 22px 44px rgba(37, 99, 235, 0.08);
  --radius: 16px;
  --max-width: 1180px;
  --header-h: 70px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.65;
  color: var(--color-text);
  background:
    radial-gradient(1100px 500px at 8% -10%, rgba(13, 148, 136, 0.08), rgba(13, 148, 136, 0) 55%),
    radial-gradient(900px 420px at 92% 0%, rgba(37, 99, 235, 0.1), rgba(37, 99, 235, 0) 58%),
    radial-gradient(700px 360px at 50% 100%, rgba(13, 148, 136, 0.04), rgba(13, 148, 136, 0) 50%),
    var(--color-bg);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Light glass surfaces */
.site-header,
.hero,
.page-hero,
.site-footer {
  background: rgba(255, 255, 255, 0.94);
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--color-tint);
  color: var(--color-accent);
  border: 1px solid rgba(13, 148, 136, 0.28);
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  animation: badge-glow 4s ease-in-out infinite;
}

@keyframes badge-glow {
  0%,
  100% {
    box-shadow: 0 0 0 rgba(13, 148, 136, 0);
  }

  50% {
    box-shadow: 0 0 18px rgba(13, 148, 136, 0.22);
  }
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: middle;
}

a {
  color: var(--color-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: var(--color-accent-soft);
}

.skip-link {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--color-accent);
  color: #fff;
  padding: 0.75rem 1rem;
  z-index: 1000;
}

.skip-link:focus {
  left: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(14px) saturate(160%);
  border-bottom: 1px solid var(--color-border);
}

.header-inner {
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-family: var(--font-serif);
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--color-text);
  text-decoration: none;
}

.logo:hover {
  color: var(--color-accent-soft);
}

.logo__mark {
  flex-shrink: 0;
  border-radius: 11px;
  box-shadow: 0 4px 14px rgba(13, 148, 136, 0.2);
}

.logo__text span {
  font-weight: 400;
  color: var(--color-text-muted);
}

.footer-brand-row {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.5rem;
}

.footer-brand-row .logo__mark {
  width: 32px;
  height: 32px;
}

.footer-brand-row .footer-brand {
  margin: 0;
}

.info-strip {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.info-strip__item h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin: 0 0 0.35rem;
}

.info-strip__item p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.faq {
  max-width: 42rem;
}

.faq details {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
  padding: 0.85rem 1rem;
}

.faq details:hover {
  border-color: rgba(13, 148, 136, 0.22);
}

.faq summary {
  font-weight: 600;
  cursor: pointer;
  list-style-position: outside;
}

.faq details[open] summary {
  margin-bottom: 0.5rem;
}

.faq p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.9375rem;
}

.table-wrap {
  overflow-x: auto;
  margin: 1rem 0 0;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: var(--color-surface);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9375rem;
}

.data-table th,
.data-table td {
  padding: 0.75rem 1rem;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
}

.data-table th {
  background: var(--color-bg);
  color: var(--color-text);
  font-weight: 600;
}

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

.toc {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.25rem 1.5rem;
  margin-bottom: 2rem;
  max-width: 42rem;
}

.toc h2 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  margin: 0 0 0.75rem;
}

.toc ol {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--color-text-muted);
  font-size: 0.9375rem;
}

.toc a {
  color: var(--color-text);
}

.split-banner {
  margin: 2rem 0 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border);
}

.split-banner img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  max-height: 320px;
}

@media (max-width: 700px) {
  .info-strip {
    grid-template-columns: 1fr;
  }
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.5rem;
  background: none;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 0.55rem 0.8rem;
  cursor: pointer;
  font-size: 0.875rem;
  color: var(--color-text);
}

.nav-toggle:hover {
  border-color: rgba(13, 148, 136, 0.35);
}

.nav-main ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  align-items: center;
}

.nav-main a {
  color: var(--color-text);
  text-decoration: none;
  font-size: 0.9375rem;
  font-weight: 500;
}

.nav-main a:hover,
.nav-main a[aria-current="page"] {
  color: var(--color-accent);
}

/* Desktop nav (inline) */
.nav-main {
  position: static;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  width: auto;
  padding: 0;
  opacity: 1;
  transform: none;
  pointer-events: auto;
  transition: none;
}

.nav-main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem 1.25rem;
  align-items: center;
}

.nav-main li {
  border-bottom: 0;
}

.nav-main li:last-child {
  border-bottom: 0;
}

.nav-main a {
  display: inline-block;
  padding: 0;
}

main {
  flex: 1;
}

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
}

.section {
  padding: 3rem 0;
}

.section--tight {
  padding: 2rem 0;
}

.section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  margin: 0 0 0.75rem;
  line-height: 1.2;
}

.lead {
  font-size: 1.125rem;
  color: var(--color-text-muted);
  max-width: 42rem;
  margin: 0 0 1.5rem;
}

.hero {
  background:
    radial-gradient(880px 320px at 12% 0%, rgba(13, 148, 136, 0.14), rgba(13, 148, 136, 0) 58%),
    radial-gradient(720px 280px at 88% 12%, rgba(37, 99, 235, 0.11), rgba(37, 99, 235, 0) 55%),
    linear-gradient(180deg, #f8fbfe 0%, #f5fafa 100%);
  border-bottom: 1px solid var(--color-border);
}

.hero-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
}

.hero p {
  color: var(--color-text-muted);
  margin: 0 0 1.5rem;
  max-width: 36rem;
}

.hero-img {
  border-radius: calc(var(--radius) + 2px);
  overflow: hidden;
  box-shadow: var(--shadow-glow);
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
}

@media (prefers-reduced-motion: no-preference) {
  html.js .hero-img--float {
    animation: hero-float 9s ease-in-out infinite;
  }
}

@keyframes hero-float {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }

  50% {
    transform: translateY(-8px) scale(1.01);
  }
}

.btn {
  display: inline-block;
  padding: 0.65rem 1.35rem;
  font-size: 0.9375rem;
  font-weight: 600;
  border-radius: var(--radius);
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn--primary {
  background: linear-gradient(135deg, #059669 0%, #0d9488 45%, #2563eb 165%);
  background-size: 200% 200%;
  background-position: 0% 50%;
  color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(13, 148, 136, 0.32);
  transition: background-position 0.4s ease, box-shadow 0.25s ease, transform 0.2s ease, color 0.2s ease;
}

.btn--primary:hover {
  background-position: 100% 50%;
  color: #fff;
  box-shadow: 0 8px 26px rgba(37, 99, 235, 0.22);
}

.btn--outline {
  background: transparent;
  color: var(--color-accent-soft);
  border-color: var(--color-border);
}

.btn--outline:hover {
  border-color: var(--color-accent);
  color: var(--color-accent);
  background: rgba(13, 148, 136, 0.08);
}

.btn--accent2 {
  background: var(--color-accent-2);
  color: #fff;
}

.btn--accent2:hover {
  filter: brightness(0.95);
  color: #fff;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  align-items: start;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

.card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.card,
.btn {
  will-change: transform;
}

.card:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
}

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

.card--tint {
  background: linear-gradient(165deg, rgba(13, 148, 136, 0.07), rgba(37, 99, 235, 0.04));
  border-color: rgba(13, 148, 136, 0.14);
}

/* Reveal: visible by default; animate only when JS enabled */
.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 600ms ease, transform 600ms ease;
}

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

/* Staggered children (standalone or inside a visible .reveal section) */
.js .reveal-stagger > * {
  opacity: 0;
  transform: translateY(14px);
}

.js .reveal-stagger.is-visible > *,
.js .reveal.is-visible .reveal-stagger > * {
  animation: rise-in 0.58s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.js .reveal-stagger.is-visible > *:nth-child(1),
.js .reveal.is-visible .reveal-stagger > *:nth-child(1) {
  animation-delay: 0.04s;
}

.js .reveal-stagger.is-visible > *:nth-child(2),
.js .reveal.is-visible .reveal-stagger > *:nth-child(2) {
  animation-delay: 0.1s;
}

.js .reveal-stagger.is-visible > *:nth-child(3),
.js .reveal.is-visible .reveal-stagger > *:nth-child(3) {
  animation-delay: 0.16s;
}

.js .reveal-stagger.is-visible > *:nth-child(4),
.js .reveal.is-visible .reveal-stagger > *:nth-child(4) {
  animation-delay: 0.22s;
}

.js .reveal-stagger.is-visible > *:nth-child(5),
.js .reveal.is-visible .reveal-stagger > *:nth-child(5) {
  animation-delay: 0.28s;
}

.js .reveal-stagger.is-visible > *:nth-child(6),
.js .reveal.is-visible .reveal-stagger > *:nth-child(6) {
  animation-delay: 0.34s;
}

.js .reveal-stagger.is-visible > *:nth-child(7),
.js .reveal.is-visible .reveal-stagger > *:nth-child(7) {
  animation-delay: 0.4s;
}

.js .reveal-stagger.is-visible > *:nth-child(8),
.js .reveal.is-visible .reveal-stagger > *:nth-child(8) {
  animation-delay: 0.46s;
}

.js .reveal-stagger.is-visible > *:nth-child(9),
.js .reveal.is-visible .reveal-stagger > *:nth-child(9) {
  animation-delay: 0.52s;
}

.js .reveal-stagger.is-visible > *:nth-child(10),
.js .reveal.is-visible .reveal-stagger > *:nth-child(10) {
  animation-delay: 0.58s;
}

@keyframes rise-in {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    animation: none;
  }

  .reveal,
  .js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .js .reveal-stagger > *,
  .js .reveal-stagger.is-visible > *,
  .js .reveal.is-visible .reveal-stagger > * {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.card__img {
  aspect-ratio: 16 / 10;
  object-fit: cover;
  width: 100%;
}

.card__body {
  padding: 1.25rem 1.35rem;
}

.card__body h3 {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  margin: 0 0 0.5rem;
}

.card__body p {
  margin: 0;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
}

.feature-list {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--color-text-muted);
}

.feature-list li {
  margin-bottom: 0.5rem;
}

.page-hero {
  background:
    radial-gradient(640px 240px at 18% 0%, rgba(13, 148, 136, 0.12), rgba(13, 148, 136, 0) 58%),
    radial-gradient(520px 200px at 92% 20%, rgba(37, 99, 235, 0.08), rgba(37, 99, 235, 0) 55%),
    linear-gradient(180deg, #f8fbfe 0%, #f5fafa 100%);
  border-bottom: 1px solid var(--color-border);
  padding: 2.25rem 0;
}

.page-hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(1.85rem, 4vw, 2.35rem);
  margin: 0 0 0.5rem;
}

.page-hero p {
  margin: 0;
  color: var(--color-text-muted);
  max-width: 40rem;
}

.prose {
  max-width: 42rem;
}

.prose h2 {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  margin: 2rem 0 0.75rem;
  scroll-margin-top: calc(var(--header-h) + 0.75rem);
}

.prose h3 {
  font-size: 1.125rem;
  margin: 1.5rem 0 0.5rem;
}

.prose p,
.prose ul {
  color: var(--color-text-muted);
}

.prose ul {
  padding-left: 1.25rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.contact-block {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.5rem 1.75rem;
}

.contact-block h2 {
  font-family: var(--font-serif);
  font-size: 1.35rem;
  margin: 0 0 1rem;
}

.contact-block address {
  font-style: normal;
  color: var(--color-text-muted);
  line-height: 1.7;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 0.9rem;
  align-items: end;
}

.notice {
  margin-top: 0.9rem;
  padding: 0.85rem 1rem;
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-accent);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.07), rgba(37, 99, 235, 0.03));
  color: var(--color-text-muted);
  font-size: 0.9375rem;
}

.notice strong {
  color: var(--color-text);
}

@media (max-width: 900px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  margin-top: auto;
  padding: 2.5rem 0 2rem;
}

.footer-inner {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 1.25rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 2rem;
}

.footer-brand {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  margin: 0 0 0.5rem;
}

.footer-note {
  font-size: 0.875rem;
  color: var(--color-text-muted);
  margin: 0;
}

.footer-col h3 {
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin: 0 0 0.75rem;
  color: var(--color-text-muted);
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 0.4rem;
}

.footer-col a {
  font-size: 0.9375rem;
  color: var(--color-text);
  text-decoration: none;
}

.footer-col a:hover {
  color: var(--color-accent);
}

.footer-bottom {
  max-width: var(--max-width);
  margin: 2rem auto 0;
  padding: 1.25rem 1.25rem 0;
  border-top: 1px solid var(--color-border);
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  text-align: center;
}

/* —— Frostech homepage (automation) —— */
.hero--frostech {
  background:
    radial-gradient(1100px 420px at 0% -8%, rgba(37, 99, 235, 0.14), rgba(37, 99, 235, 0) 52%),
    radial-gradient(900px 380px at 100% 5%, rgba(13, 148, 136, 0.12), rgba(13, 148, 136, 0) 55%),
    linear-gradient(165deg, #e8f4fc 0%, #f0f7fc 100%);
}

.logo__mark {
  transition: transform 0.45s ease, filter 0.45s ease;
}

.logo:hover .logo__mark {
  transform: rotate(-6deg) scale(1.05);
  filter: drop-shadow(0 0 10px rgba(13, 148, 136, 0.45));
}

.hero-inner--stack {
  grid-template-columns: 1fr;
  gap: 2rem;
}

.hero-copy {
  max-width: 36rem;
}

.hero-copy h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 5.5vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  margin: 0 0 1rem;
  letter-spacing: -0.02em;
}

.hero-copy p {
  color: var(--color-text-muted);
  margin: 0 0 1.25rem;
  font-size: 1.125rem;
}

.hero-cta {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.hero-mosaic {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 0.75rem;
  min-height: 420px;
}

.hero-mosaic__main {
  grid-row: 1 / -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow-glow);
}

.hero-mosaic__sub {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: calc(var(--radius) - 4px);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.hero-mosaic__sub:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
}

@media (min-width: 901px) {
  .hero-inner--stack {
    grid-template-columns: 0.95fr 1.05fr;
    align-items: center;
  }
}

@media (max-width: 600px) {
  .hero-mosaic {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    min-height: 0;
  }

  .hero-mosaic__main {
    grid-row: auto;
    aspect-ratio: 4 / 3;
  }

  .hero-mosaic__sub {
    aspect-ratio: 16 / 10;
  }
}

.section-title--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.bento {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 200px;
  gap: 0.75rem;
}

.bento__item {
  position: relative;
  border-radius: var(--radius);
  overflow: hidden;
  display: block;
  text-decoration: none;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento__item--wide {
  grid-column: span 2;
}

.bento__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.bento__item:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.bento__item:hover img {
  transform: scale(1.05);
}

.bento__label {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.7rem;
  background: rgba(248, 250, 252, 0.94);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-accent);
}

.card--visual .card__body p {
  font-size: 0.9rem;
}

.visual-band {
  position: relative;
  border-radius: calc(var(--radius) + 4px);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
}

.visual-band img {
  width: 100%;
  aspect-ratio: 21 / 9;
  object-fit: cover;
  max-height: 380px;
  display: block;
}

.visual-band__overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.25rem;
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.15), rgba(13, 148, 136, 0.55));
  color: #fff;
  text-align: center;
  padding: 2rem;
}

.visual-band__overlay h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 4vw, 2.25rem);
  margin: 0;
  font-weight: 600;
}

.faq--compact {
  max-width: 100%;
}

.text-muted-center {
  text-align: center;
  margin: 1.25rem 0 0;
  font-size: 0.9375rem;
  color: var(--color-text-muted);
}

@media (max-width: 900px) {
  .bento {
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
  }

  .bento__item--wide {
    grid-column: span 2;
  }
}

@media (max-width: 520px) {
  .bento {
    grid-template-columns: 1fr;
    grid-auto-rows: 180px;
  }

  .bento__item--wide {
    grid-column: span 1;
  }
}

.showcase-strip {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.25rem 0 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
}

.showcase-strip__item {
  flex: 0 0 min(72vw, 280px);
  margin: 0;
  scroll-snap-align: start;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-strip__item:hover {
  transform: translateY(-4px) scale(1.01);
  box-shadow: var(--shadow-md);
}

.showcase-strip__item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
}

.chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.chip {
  display: inline-block;
  padding: 0.45rem 0.9rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-accent);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: 999px;
  box-shadow: var(--shadow-sm);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.js .reveal.is-visible .chip-row .chip,
.js .chip-row.is-visible .chip {
  animation: chip-pop 0.45s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.js .reveal.is-visible .chip-row .chip:nth-child(1),
.js .chip-row.is-visible .chip:nth-child(1) { animation-delay: 0.05s; }
.js .reveal.is-visible .chip-row .chip:nth-child(2),
.js .chip-row.is-visible .chip:nth-child(2) { animation-delay: 0.1s; }
.js .reveal.is-visible .chip-row .chip:nth-child(3),
.js .chip-row.is-visible .chip:nth-child(3) { animation-delay: 0.15s; }
.js .reveal.is-visible .chip-row .chip:nth-child(4),
.js .chip-row.is-visible .chip:nth-child(4) { animation-delay: 0.2s; }
.js .reveal.is-visible .chip-row .chip:nth-child(5),
.js .chip-row.is-visible .chip:nth-child(5) { animation-delay: 0.25s; }
.js .reveal.is-visible .chip-row .chip:nth-child(6),
.js .chip-row.is-visible .chip:nth-child(6) { animation-delay: 0.3s; }

@keyframes chip-pop {
  from {
    opacity: 0;
    transform: translateY(8px) scale(0.96);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.chip:hover {
  transform: translateY(-2px);
  border-color: rgba(37, 99, 235, 0.45);
  box-shadow: var(--shadow-md);
}

.split-feature {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: center;
}

.split-feature__media {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.65rem;
}

.split-feature__media img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.split-feature__media img:hover {
  transform: scale(1.02);
  box-shadow: var(--shadow-md);
}

.split-feature__copy .section-title {
  margin-top: 0;
}

.pulse-list {
  margin: 0 0 1.25rem;
  padding: 0;
  list-style: none;
}

.pulse-list li {
  position: relative;
  padding: 0.75rem 0 0.75rem 1.25rem;
  border-bottom: 1px solid var(--color-border);
  color: var(--color-text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.pulse-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.15rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
}

.pulse-list li:last-child {
  border-bottom: 0;
}

.pulse-list strong {
  color: var(--color-text);
}

@media (max-width: 900px) {
  .split-feature {
    grid-template-columns: 1fr;
  }

  .split-feature__media img {
    height: 220px;
  }
}

.path-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
}

.path-step {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.35rem 1.25rem;
  box-shadow: var(--shadow-sm);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.path-step::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.js .reveal.is-visible .path-step:hover::after,
.path-step:focus-within::after {
  transform: scaleX(1);
}

.path-step:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}

.path-step__num {
  display: block;
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--color-accent);
  margin-bottom: 0.35rem;
  line-height: 1;
}

.path-step h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
}

.path-step p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  line-height: 1.55;
}

@media (max-width: 1100px) {
  .path-steps {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .path-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .path-steps {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .path-step,
  .path-step::after {
    transition: none;
  }

  .path-step:hover {
    transform: none;
  }
}

.stats-bar {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--color-border);
  background: linear-gradient(90deg, rgba(13, 148, 136, 0.06), rgba(37, 99, 235, 0.05));
}

.stats-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 40%, rgba(255, 255, 255, 0.45) 50%, transparent 60%);
  animation: stats-shine 7s ease-in-out infinite;
  pointer-events: none;
}

@keyframes stats-shine {
  0%,
  100% {
    transform: translateX(-30%);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  50% {
    transform: translateX(30%);
    opacity: 0.6;
  }

  80% {
    opacity: 1;
  }
}

.stats-bar-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  padding: 1.75rem 1.25rem;
  text-align: center;
}

.stat__num {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 600;
  color: var(--color-text);
  letter-spacing: -0.02em;
  line-height: 1.1;
}

.stat__lab {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.8125rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.gradient-ribbon {
  border-radius: calc(var(--radius) + 4px);
  padding: 2rem 1.75rem;
  color: #f8fafc;
  background: linear-gradient(125deg, #0d9488 0%, #0f766e 50%, #2563eb 100%);
  box-shadow: var(--shadow-md);
  position: relative;
  overflow: hidden;
}

.gradient-ribbon::after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 30% 20%, rgba(255, 255, 255, 0.18), transparent 45%);
  animation: ribbon-pulse 12s ease-in-out infinite;
  pointer-events: none;
}

@keyframes ribbon-pulse {
  0%,
  100% {
    opacity: 0.5;
    transform: translate(0, 0);
  }

  50% {
    opacity: 1;
    transform: translate(4%, 3%);
  }
}

.gradient-ribbon h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin: 0 0 0.5rem;
  position: relative;
  z-index: 1;
}

.gradient-ribbon p {
  margin: 0;
  max-width: 40rem;
  opacity: 0.94;
  font-size: 1.05rem;
  line-height: 1.6;
  position: relative;
  z-index: 1;
}

.quote-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}

.quote-card {
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  padding: 1.5rem 1.5rem 1.35rem;
  box-shadow: var(--shadow-sm);
  position: relative;
}

.quote-card::before {
  content: "“";
  position: absolute;
  top: 0.65rem;
  left: 1rem;
  font-family: var(--font-serif);
  font-size: 2.75rem;
  line-height: 1;
  color: rgba(13, 148, 136, 0.2);
  pointer-events: none;
}

.quote-card blockquote {
  margin: 0;
  padding-left: 0.5rem;
  font-size: 0.98rem;
  color: var(--color-text-muted);
  line-height: 1.65;
}

.quote-card footer {
  margin-top: 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-text);
}

.marquee {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
  padding: 1rem 0;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--color-text-muted);
  animation: marquee-fade 0.8s ease both;
}

@keyframes marquee-fade {
  from {
    opacity: 0;
    transform: translateY(6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.marquee span {
  opacity: 0.85;
}

.marquee span:not(:last-child)::after {
  content: " · ";
  margin-left: 1rem;
  opacity: 0.45;
}

.pillar-card {
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  padding: 1.35rem 1.4rem;
  box-shadow: var(--shadow-sm);
}

.pillar-card h3 {
  font-family: var(--font-serif);
  font-size: 1.15rem;
  margin: 0 0 0.45rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.pillar-card h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 2px;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  flex-shrink: 0;
}

.pillar-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--color-text-muted);
}

@media (max-width: 700px) {
  .stats-bar-inner {
    grid-template-columns: 1fr;
    text-align: left;
  }

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

@media (prefers-reduced-motion: reduce) {
  .stats-bar::before,
  .gradient-ribbon::after,
  .marquee {
    animation: none;
  }

  html.js .hero-img--float {
    animation: none;
  }

  .js .reveal.is-visible .chip-row .chip,
  .js .chip-row.is-visible .chip {
    animation: none;
  }
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.06);
  padding: 1rem 1.25rem;
  z-index: 200;
  display: none;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.cookie-banner.is-visible {
  display: flex;
}

.cookie-banner p {
  margin: 0;
  font-size: 0.875rem;
  color: var(--color-text-muted);
  max-width: 520px;
}

@media (max-width: 900px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }

  .grid-2,
  .grid-3,
  .contact-grid,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .nav-toggle {
    display: inline-flex;
  }

  /* Mobile popover menu */
  .nav-main {
    position: absolute;
    left: 1.25rem;
    right: 1.25rem;
    top: var(--header-h);
    background: rgba(248, 250, 252, 0.98);
    border: 1px solid var(--color-border);
    border-radius: calc(var(--radius) + 2px);
    box-shadow: var(--shadow-md);
    padding: 0.35rem 0.9rem;
    opacity: 0;
    transform: translateY(-6px);
    pointer-events: none;
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .nav-main.is-open {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-main ul {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
  }

  .nav-main li {
    border-bottom: 1px solid var(--color-border);
  }

  .nav-main li:last-child {
    border-bottom: 0;
  }

  .nav-main a {
    display: block;
    padding: 0.75rem 0;
  }

  .nav-main {
    width: auto;
  }
}

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

  .nav-main {
    transition: none;
  }
}

/* Frostech glow cards */
.glow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.glow-card {
  position: relative;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: linear-gradient(165deg, rgba(13, 148, 136, 0.08), rgba(37, 99, 235, 0.05));
  box-shadow: var(--shadow-sm);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.glow-card::before {
  content: "";
  position: absolute;
  inset: -50% -30%;
  background: radial-gradient(circle at 30% 20%, rgba(13, 148, 136, 0.2), transparent 55%);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}

.glow-card:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: var(--shadow-glow);
}

.glow-card:hover::before {
  opacity: 1;
}

.glow-card__icon {
  display: block;
  font-size: 1.25rem;
  color: var(--color-accent);
  margin-bottom: 0.5rem;
}

.glow-card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
  position: relative;
  z-index: 1;
}

.glow-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
  position: relative;
  z-index: 1;
  line-height: 1.55;
}

@media (max-width: 800px) {
  .glow-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .glow-card,
  .glow-card::before {
    transition: none;
  }

  .glow-card:hover {
    transform: none;
  }
}

/* Form fields */
input,
select,
textarea {
  background: var(--color-surface-elevated);
  color: var(--color-text);
  border-color: var(--color-border);
}

input::placeholder {
  color: var(--color-text-muted);
  opacity: 0.7;
}

.stats-bar {
  background: linear-gradient(90deg, rgba(13, 148, 136, 0.06), rgba(37, 99, 235, 0.05));
  border-color: var(--color-border);
}

.card--tint {
  background: linear-gradient(165deg, rgba(13, 148, 136, 0.08), rgba(37, 99, 235, 0.04));
  border-color: rgba(13, 148, 136, 0.18);
}

.notice {
  background: linear-gradient(180deg, rgba(13, 148, 136, 0.1), rgba(37, 99, 235, 0.04));
}

.faq details {
  background: var(--color-surface);
}

.data-table th {
  background: var(--color-surface-elevated);
  color: var(--color-text);
}

.bento__label {
  color: var(--color-accent);
  background: rgba(255, 255, 255, 0.92);
}

.chip {
  background: var(--color-surface);
  color: var(--color-accent);
  border: 1px solid var(--color-border);
}

.stat__num {
  color: var(--color-accent);
}

/* Frostech dual showcase */
.frostech-spotlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.frostech-spotlight__item {
  margin: 0;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-md);
  position: relative;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.frostech-spotlight__item img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.frostech-spotlight__item:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-glow);
}

.frostech-spotlight__item:hover img {
  transform: scale(1.04);
}

.frostech-spotlight__item figcaption {
  position: absolute;
  left: 0.85rem;
  bottom: 0.85rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--color-accent);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(8px);
  border-radius: 999px;
  border: 1px solid var(--color-border);
}

@media (max-width: 700px) {
  .frostech-spotlight {
    grid-template-columns: 1fr;
  }

  .frostech-spotlight__item img {
    height: 260px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .frostech-spotlight__item,
  .frostech-spotlight__item img {
    transition: none;
  }

  .frostech-spotlight__item:hover {
    transform: none;
  }

  .frostech-spotlight__item:hover img {
    transform: none;
  }
}

/* Frostech signal grid */
.tech-pillar-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.tech-pillar {
  padding: 1.35rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: linear-gradient(160deg, rgba(13, 148, 136, 0.08), rgba(37, 99, 235, 0.04));
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  overflow: hidden;
}

.tech-pillar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--color-accent), var(--color-accent-2));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.tech-pillar:hover {
  transform: translateY(-4px);
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: var(--shadow-glow);
}

.tech-pillar:hover::after {
  transform: scaleX(1);
}

.tech-pillar__tag {
  display: inline-block;
  font-family: var(--font-serif);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--color-accent-2);
  margin-bottom: 0.4rem;
}

.tech-pillar h3 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.tech-pillar p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .tech-pillar-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 520px) {
  .tech-pillar-grid {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tech-pillar,
  .tech-pillar::after {
    transition: none;
  }

  .tech-pillar:hover {
    transform: none;
  }

  .tech-pillar:hover::after {
    transform: scaleX(1);
  }
}

/* Quote strip */
.quote-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.quote-card {
  margin: 0;
  padding: 1.5rem 1.35rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: linear-gradient(145deg, rgba(13, 148, 136, 0.06), var(--color-surface));
  position: relative;
  transition: transform 0.35s ease, border-color 0.35s ease;
}

.quote-card::before {
  content: "“";
  position: absolute;
  top: 0.5rem;
  left: 1rem;
  font-family: var(--font-serif);
  font-size: 2.5rem;
  line-height: 1;
  color: var(--color-accent-2);
  opacity: 0.35;
}

.quote-card blockquote {
  margin: 0 0 0.75rem;
  padding-top: 0.5rem;
  font-size: 0.95rem;
  color: var(--color-text);
  line-height: 1.55;
}

.quote-card figcaption {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

.quote-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.35);
}

/* Fuse deliverables grid */
.layer-stack {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.layer-card {
  padding: 1.5rem;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.layer-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 8px;
  font-family: var(--font-serif);
  font-weight: 600;
  font-size: 0.9rem;
  background: linear-gradient(135deg, rgba(13, 148, 136, 0.25), rgba(37, 99, 235, 0.2));
  color: var(--color-accent-soft);
  margin-bottom: 0.75rem;
}

.layer-card h3 {
  font-family: var(--font-serif);
  font-size: 1.1rem;
  margin: 0 0 0.4rem;
}

.layer-card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--color-text-muted);
}

.layer-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-glow);
}

/* Full FAQ */
.faq--full {
  max-width: 42rem;
  margin: 0 auto;
}

.faq--full details {
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  margin-bottom: 0.65rem;
  background: var(--color-surface);
  overflow: hidden;
  transition: border-color 0.25s ease;
}

.faq--full details[open] {
  border-color: rgba(13, 148, 136, 0.4);
  box-shadow: var(--shadow-sm);
}

.faq--full summary {
  padding: 1rem 1.15rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}

.faq--full summary::-webkit-details-marker {
  display: none;
}

.faq--full summary::after {
  content: "+";
  float: right;
  color: var(--color-accent-2);
  font-weight: 700;
}

.faq--full details[open] summary::after {
  content: "−";
}

.faq--full details p {
  margin: 0;
  padding: 0 1.15rem 1rem;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

@media (max-width: 900px) {
  .quote-strip,
  .layer-stack {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .quote-card,
  .layer-card,
  .logo__mark {
    transition: none;
  }

  .logo:hover .logo__mark {
    transform: none;
    filter: none;
  }

  .quote-card:hover,
  .layer-card:hover {
    transform: none;
  }

  .compass-cell:hover,
  .toolkit-item:hover {
    transform: none;
  }
}

/* Frostech split hero */
.hero-inner--split {
  grid-template-columns: 1.05fr 0.95fr;
  gap: 3rem;
  align-items: center;
}

.hero-inner--split .hero-mosaic {
  order: 2;
}

@media (max-width: 900px) {
  .hero-inner--split {
    grid-template-columns: 1fr;
  }

  .hero-inner--split .hero-mosaic {
    order: 0;
  }
}

/* Trust band */
.trust-band {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem 2.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  box-shadow: var(--shadow-sm);
}

.trust-band span {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--color-text-muted);
}

.trust-band span strong {
  color: var(--color-accent);
  font-weight: 700;
}

/* Compass grid */
.compass-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.compass-cell {
  padding: 1.35rem 1.2rem;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.compass-cell__icon {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--color-tint);
  color: var(--color-accent);
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.compass-cell h3 {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  margin: 0 0 0.35rem;
}

.compass-cell p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--color-text-muted);
  line-height: 1.5;
}

.compass-cell:hover {
  transform: translateY(-3px);
  border-color: rgba(13, 148, 136, 0.35);
  box-shadow: var(--shadow-glow);
}

/* Toolkit row */
.toolkit-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: center;
}

.toolkit-item {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  font-size: 0.875rem;
  font-weight: 500;
  color: var(--color-text);
  transition: transform 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.toolkit-item__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
}

.toolkit-item:hover {
  transform: translateY(-2px);
  border-color: rgba(13, 148, 136, 0.4);
  background: var(--color-surface-elevated);
}

@media (max-width: 700px) {
  .compass-grid {
    grid-template-columns: 1fr;
  }
}

/* Frostech metric board */
.metric-board {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.metric-tile {
  padding: 1.35rem 1.2rem;
  border-radius: var(--radius);
  background: var(--color-surface);
  border: 1px solid var(--color-border);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.metric-tile__val {
  display: block;
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  font-weight: 700;
  color: var(--color-accent);
  line-height: 1.1;
}

.metric-tile__lab {
  display: block;
  margin-top: 0.35rem;
  font-size: 0.82rem;
  color: var(--color-text-muted);
  font-weight: 500;
}

.metric-tile:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
}

/* Flow diagram */
.flow-diagram {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.65rem;
  align-items: stretch;
}

.flow-node {
  position: relative;
  padding: 1.1rem 0.9rem;
  border-radius: var(--radius);
  background: linear-gradient(160deg, rgba(13, 148, 136, 0.07), var(--color-surface));
  border: 1px solid var(--color-border);
  text-align: center;
}

.flow-node__num {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--color-accent), var(--color-accent-2));
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.flow-node h3 {
  font-family: var(--font-serif);
  font-size: 0.95rem;
  margin: 0 0 0.25rem;
}

.flow-node p {
  margin: 0;
  font-size: 0.78rem;
  color: var(--color-text-muted);
  line-height: 1.4;
}

.flow-node:not(:last-child)::after {
  content: "→";
  position: absolute;
  right: -0.55rem;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-accent-2);
  font-weight: 700;
  font-size: 0.9rem;
  z-index: 1;
}

/* Integration logo grid */
.integra-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0.75rem;
}

.integra-chip {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.25rem;
  padding: 0.6rem 0.5rem;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--color-text-muted);
  transition: border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.integra-chip:hover {
  border-color: rgba(13, 148, 136, 0.4);
  color: var(--color-accent);
  transform: translateY(-2px);
}

/* Icon feature row */
.icon-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.icon-feature {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.85rem;
  padding: 1.15rem;
  border-radius: var(--radius);
  border: 1px solid var(--color-border);
  background: var(--color-surface);
  align-items: start;
}

.icon-feature__glyph {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-tint);
  color: var(--color-accent);
  font-size: 1.1rem;
  font-weight: 700;
}

.icon-feature h3 {
  font-family: var(--font-serif);
  font-size: 1rem;
  margin: 0 0 0.2rem;
}

.icon-feature p {
  margin: 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

@media (max-width: 1000px) {
  .metric-board {
    grid-template-columns: repeat(2, 1fr);
  }

  .flow-diagram {
    grid-template-columns: 1fr;
  }

  .flow-node:not(:last-child)::after {
    content: "↓";
    right: auto;
    left: 50%;
    top: auto;
    bottom: -0.55rem;
    transform: translateX(-50%);
  }

  .integra-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .metric-board,
  .icon-feature-grid {
    grid-template-columns: 1fr;
  }

  .integra-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .metric-tile:hover,
  .integra-chip:hover {
    transform: none;
  }
}
