/* ============================================================
   FEATURES SECTION
   ============================================================ */

.features,
.infrastructure,
.integrations,
.insights {
  isolation: isolate;
  overflow: hidden;
}

.features::before,
.integrations::before,
.insights::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -2;
  pointer-events: none;
}

.features::before {
  background:
    radial-gradient(circle at 12% 18%, rgba(126, 212, 221, 0.12), transparent 28%),
    radial-gradient(circle at 86% 62%, rgba(239, 178, 93, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(2, 20, 49, 0), rgba(4, 25, 55, 0.72));
}

.integrations::before {
  background:
    radial-gradient(circle at 18% 70%, rgba(82, 170, 183, 0.16), transparent 30%),
    radial-gradient(circle at 78% 22%, rgba(106, 188, 196, 0.12), transparent 34%);
}

.insights::before {
  background:
    radial-gradient(circle at 18% 12%, rgba(239, 178, 93, 0.08), transparent 22%),
    radial-gradient(circle at 88% 72%, rgba(82, 170, 183, 0.14), transparent 30%);
}

.section-flow {
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.42;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 84%, transparent);
}

.section-flow::before,
.section-flow::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0 12%, rgba(126, 212, 221, 0.16) 12.3%, transparent 12.8% 42%, rgba(126, 212, 221, 0.1) 42.3%, transparent 43% 100%),
    linear-gradient(180deg, transparent 0 36%, rgba(126, 212, 221, 0.1) 36.2%, transparent 36.6% 68%, rgba(239, 178, 93, 0.08) 68.2%, transparent 68.6%);
  background-size: 360px 220px;
  animation: data-flow 18s linear infinite;
}

.section-flow::after {
  opacity: 0.42;
  filter: blur(1px);
  transform: rotate(-4deg) scale(1.08);
  animation-duration: 28s;
  animation-direction: reverse;
}

.section-flow--infrastructure {
  opacity: 0.7;
}

.section-flow--infrastructure::before,
.section-flow--infrastructure::after {
  background:
    radial-gradient(circle at 50% 50%, transparent 14%, rgba(126, 212, 221, 0.13) 14.5%, transparent 15.2%),
    radial-gradient(circle at 50% 50%, transparent 29%, rgba(126, 212, 221, 0.09) 29.5%, transparent 30.2%),
    radial-gradient(circle at 50% 50%, transparent 45%, rgba(126, 212, 221, 0.06) 45.5%, transparent 46.2%),
    radial-gradient(circle at 50% 50%, transparent 61%, rgba(126, 212, 221, 0.04) 61.5%, transparent 62.2%);
  background-size: 100% 100%;
  animation: infra-ripple 8s ease-in-out infinite;
  filter: none;
  transform: none;
}

.section-flow--infrastructure::after {
  animation-delay: 4s;
  animation-duration: 8s;
  animation-direction: normal;
  opacity: 0.55;
  transform: scale(1.12);
}

.section-flow--integrations {
  opacity: 0.7;
}

.section-flow--integrations::before,
.section-flow--integrations::after {
  background-image: radial-gradient(circle, rgba(126, 212, 221, 0.22) 1px, transparent 1px);
  background-size: 44px 44px;
  background-color: transparent;
  animation: dot-pulse 5s ease-in-out infinite;
  filter: none;
  transform: none;
}

.section-flow--integrations::after {
  animation-delay: 2.5s;
  animation-direction: normal;
  opacity: 0.45;
}

.section-flow--insights {
  display: none;
}

.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: var(--space-16);
  align-items: center;
  padding: var(--space-20) 0;
  border-bottom: 1px solid var(--glass-border);
  position: relative;
}

.feature-row:last-child {
  border-bottom: none;
}

.feature-row::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(220px, 18vw);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(126, 212, 221, 0.52), transparent);
  filter: drop-shadow(0 0 12px rgba(126, 212, 221, 0.35));
  transform: translate(-50%, -50%);
  opacity: 0.42;
  animation: connection-pulse 4.8s ease-in-out infinite;
  pointer-events: none;
}

.feature-row--reverse .feature__visual {
  order: -1;
}

.feature__content {
  max-width: 480px;
}

.feature__content h3 {
  font-size: clamp(1.5rem, 2.4vw, 1.875rem);
  color: var(--color-white);
  margin-bottom: var(--space-4);
  line-height: 1.2;
}

.feature__content p {
  font-size: var(--text-base);
  color: var(--color-white-60);
  line-height: 1.75;
  margin-bottom: var(--space-6);
}

.feature__bullets {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-bottom: var(--space-8);
}

.feature__bullet {
  display: flex;
  align-items: flex-start;
  gap: var(--space-3);
  font-size: var(--text-sm);
  color: var(--color-white-60);
  line-height: 1.5;
}

.feature__bullet::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: rgba(62, 131, 141, 0.2);
  border: 1px solid rgba(62, 131, 141, 0.4);
  flex-shrink: 0;
  margin-top: 2px;
  position: relative;
}

.feature__bullet::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M3.5 8.5l3 3 6-6' stroke='%233e838d' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: cover;
  background-color: rgba(62, 131, 141, 0.12);
  border: 1px solid rgba(62, 131, 141, 0.3);
}

.feature__link {
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-sm);
  font-weight: 600;
  color: var(--color-primary-light);
  transition: gap var(--transition-fast), color var(--transition-fast);
}

.feature__link:hover {
  gap: var(--space-3);
  color: var(--color-white);
}

.feature__link .arrow {
  font-size: 1.1em;
  line-height: 1;
}

.feature__visual {
  position: relative;
}

.feature__image-wrap {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(126, 212, 221, 0.08);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.28);
  transition: transform var(--transition-base), border-color var(--transition-base), box-shadow var(--transition-base);
}

.feature__image-wrap::before {
  content: '';
  position: absolute;
  inset: -60px;
  background: radial-gradient(ellipse at center, rgba(62, 131, 141, 0.12) 0%, transparent 65%);
  pointer-events: none;
  z-index: -1;
}

.feature__image-wrap img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1), filter var(--transition-base);
}

.feature__image-wrap::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.16) 48%, transparent 78%);
  transform: translateX(-120%);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.feature__visual:hover .feature__image-wrap {
  border-color: rgba(126, 212, 221, 0.28);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.36), 0 0 40px rgba(62, 131, 141, 0.12);
  transform: translateY(-6px);
}

.feature__visual:hover .feature__image-wrap img {
  transform: scale(1.025);
  filter: brightness(1.08) saturate(1.04);
}

.feature__visual:hover .feature__image-wrap::after {
  transform: translateX(120%);
}

/* ============================================================
   INFRASTRUCTURE / BENEFITS SECTION
   ============================================================ */

.infrastructure {
  background:
    radial-gradient(circle at 50% -10%, rgba(126, 212, 221, 0.11), transparent 36%),
    linear-gradient(180deg, rgba(7, 26, 58, 1), rgba(2, 20, 49, 1));
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
  margin-bottom: var(--space-16);
}

.benefit-card {
  padding: var(--space-6);
  overflow: hidden;
}

.benefit-card::after,
.insight-card::after {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  background: linear-gradient(115deg, transparent 0 30%, rgba(126, 212, 221, 0.18), transparent 70% 100%);
  opacity: 0;
  transform: translateX(-60%);
  transition: opacity var(--transition-base), transform 800ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.benefit-card:hover::after,
.insight-card:hover::after {
  opacity: 1;
  transform: translateX(60%);
}

.benefit-card__title {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: var(--space-2);
}

.benefit-card__desc {
  font-size: var(--text-sm);
  color: var(--color-white-60);
  line-height: 1.65;
}

/* Product preview frame */
.product-preview {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--glass-border);
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.5),
              0 0 0 1px rgba(62, 131, 141, 0.08);
  position: relative;
  transition: transform var(--transition-base), box-shadow var(--transition-base);
}

.product-preview::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: calc(var(--radius-xl) + 2px);
  background: linear-gradient(135deg, rgba(62, 131, 141, 0.3), transparent 50%, rgba(62, 131, 141, 0.1));
  z-index: -1;
  pointer-events: none;
}

.product-preview::after {
  content: '';
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 0%, rgba(126, 212, 221, 0.08) 48%, transparent 56%),
    radial-gradient(circle at 74% 22%, rgba(239, 178, 93, 0.1), transparent 24%);
  transform: translateY(-100%);
  animation: product-scan 7s linear infinite;
  mix-blend-mode: screen;
  pointer-events: none;
}

.product-preview:hover {
  transform: translateY(-6px);
  box-shadow: 0 42px 96px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(126, 212, 221, 0.16);
}

.product-preview__bar {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  padding: var(--space-3) var(--space-5);
  background: var(--color-bg-elevated);
  border-bottom: 1px solid var(--glass-border);
}

.product-preview__dots {
  display: flex;
  gap: 6px;
}

.product-preview__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.product-preview__dot:nth-child(1) { background: #ff5f56; }
.product-preview__dot:nth-child(2) { background: #febc2e; }
.product-preview__dot:nth-child(3) { background: #28c840; }

.product-preview__url {
  flex: 1;
  height: 22px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
  margin: 0 var(--space-4);
  font-size: var(--text-xs);
  color: var(--color-white-40);
  display: flex;
  align-items: center;
  padding: 0 var(--space-3);
}

.product-preview img {
  width: 100%;
  display: block;
}

/* ============================================================
   INTEGRATIONS SECTION
   ============================================================ */

.integrations {}

.integrations__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: center;
}

.integrations__copy {
  max-width: 620px;
}

.integrations__copy .section-label {
  margin-bottom: var(--space-5);
}

.integrations__copy h2 {
  font-size: clamp(2.4rem, 4.8vw, 4.5rem);
  line-height: 1.08;
  color: var(--color-white);
  margin-bottom: var(--space-5);
}

.integrations__copy p {
  font-size: clamp(1rem, 1.6vw, var(--text-lg));
  color: var(--color-white-60);
  line-height: 1.75;
  margin-bottom: var(--space-8);
}

.integrations__visual {
  position: relative;
  justify-self: end;
  width: min(100%, 420px);
  transform-style: preserve-3d;
}

.integrations__visual::before {
  content: '';
  position: absolute;
  inset: 13% 10%;
  border-radius: 50%;
  background: radial-gradient(ellipse at center, rgba(126, 212, 221, 0.24), transparent 68%);
  filter: blur(28px);
  animation: integration-orbit 9s ease-in-out infinite;
  z-index: -1;
}

.integrations__visual img {
  width: 100%;
  height: auto;
  display: block;
  filter: drop-shadow(0 24px 46px rgba(0, 0, 0, 0.32)) saturate(1.06);
  animation: integration-float 7.5s ease-in-out infinite;
  transform-origin: 50% 54%;
}

/* ============================================================
   INSIGHTS / BLOG SECTION
   ============================================================ */

.insights {}

.insights__header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--space-6);
  margin-bottom: var(--space-12);
}

.insights__header-text {}

.insights__header-text h2 {
  font-size: clamp(1.875rem, 3.2vw, 2.625rem);
  color: var(--color-white);
  margin-bottom: var(--space-2);
  line-height: 1.1;
}

.insights__header-text p {
  font-size: var(--text-base);
  color: var(--color-white-60);
}

.insights-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-5);
}

.insight-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  transform-style: preserve-3d;
}

.insight-card__thumb {
  height: 200px;
  background: linear-gradient(135deg, var(--color-bg-mid) 0%, var(--color-bg-light) 100%);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.insight-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.16, 1, 0.3, 1), filter var(--transition-base);
}

.insight-card:hover .insight-card__thumb img {
  transform: scale(1.065) translateY(-2px);
  filter: brightness(1.12) saturate(1.08);
}

.insight-card__thumb-pattern {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 30% 70%, rgba(62, 131, 141, 0.2) 0%, transparent 60%),
    radial-gradient(circle at 80% 20%, rgba(62, 131, 141, 0.1) 0%, transparent 50%);
}

.insight-card__thumb-icon {
  font-size: 2.5rem;
  position: relative;
  z-index: 1;
}

.insight-card__body {
  padding: var(--space-5);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  flex: 1;
}

.insight-card__tag {
  margin-bottom: 0;
}

.insight-card__title {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-white);
  line-height: 1.45;
  transition: color var(--transition-fast);
}

.insight-card:hover .insight-card__title {
  color: var(--color-primary-light);
}

.insight-card__excerpt {
  font-size: var(--text-sm);
  color: var(--color-white-40);
  line-height: 1.65;
  flex: 1;
}

.insight-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: var(--text-xs);
  color: var(--color-white-40);
  padding-top: var(--space-3);
  border-top: 1px solid var(--glass-border);
}

.insight-card__read-more {
  color: var(--color-primary-light);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
  transition: gap var(--transition-fast);
}

.insight-card:hover .insight-card__read-more {
  gap: 8px;
}

@keyframes data-flow {
  0% { background-position: 0 0; }
  100% { background-position: 360px 220px; }
}

@keyframes infra-ripple {
  0%, 100% { opacity: 0.25; transform: scale(0.96); }
  50%       { opacity: 1;    transform: scale(1.04); }
}

@keyframes dot-pulse {
  0%, 100% { opacity: 0.06; }
  50%       { opacity: 0.22; }
}

@keyframes connection-pulse {
  0%, 100% { opacity: 0.18; transform: translate(-50%, -50%) scaleX(0.82); }
  50% { opacity: 0.58; transform: translate(-50%, -50%) scaleX(1.12); }
}

@keyframes product-scan {
  0% { transform: translateY(-100%); opacity: 0; }
  16% { opacity: 0.75; }
  36% { opacity: 0; transform: translateY(100%); }
  100% { opacity: 0; transform: translateY(100%); }
}

@keyframes integration-float {
  0%, 100% { transform: translate3d(0, 0, 0) rotate(-1.4deg) scale(0.98); }
  50% { transform: translate3d(0, -12px, 0) rotate(1.4deg) scale(1.01); }
}

@keyframes integration-orbit {
  0%, 100% { transform: translate3d(-3%, 1%, 0) scale(0.95); opacity: 0.42; }
  50% { transform: translate3d(3%, -3%, 0) scale(1.08); opacity: 0.78; }
}

/* ============================================================
   INSIGHTS — LIGHT SECTION OVERRIDES
   ============================================================ */

.insights {
  background: #f5f7fa;
  position: relative;
}

.insights::before {
  background: linear-gradient(to bottom, #051e48 0%, #f5f7fa 100%);
  height: 100px;
  inset: auto;
  top: 0; left: 0; right: 0;
  position: absolute;
  z-index: -2;
  pointer-events: none;
}

.insights .insights__header-text h2 { color: #021431; }
.insights .insights__header-text p   { color: #4a5568; }

.insights .link-arrow {
  color: var(--color-primary);
}

.insights .insight-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.07);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.insights .insight-card:hover {
  border-color: rgba(62, 131, 141, 0.35);
  box-shadow: 0 6px 28px rgba(62, 131, 141, 0.13);
}

.insights .insight-card__title   { color: #021431; }
.insights .insight-card__excerpt { color: #4a5568; }
.insights .insight-card__meta    { color: #718096; border-color: rgba(0,0,0,0.08); }
.insights .insight-card:hover .insight-card__title { color: var(--color-primary-dark); }
.insights .insight-card__thumb   { background: linear-gradient(135deg, #e8edf5 0%, #d4dff0 100%); }

/* ============================================================
   FAQ SECTION
   ============================================================ */

.faq {}

.faq__list {
  max-width: 740px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
}

.faq-item {
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: var(--glass-bg);
  transition: border-color var(--transition-base), background var(--transition-base);
}

.faq-item.open {
  border-color: rgba(62, 131, 141, 0.3);
  background: rgba(62, 131, 141, 0.04);
}

.faq-item__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--space-5) var(--space-6);
  cursor: pointer;
  gap: var(--space-4);
  user-select: none;
  min-height: 44px;
}

.faq-item__q-text {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 600;
  color: var(--color-white);
  line-height: 1.4;
}

.faq-item__icon {
  width: 32px;
  height: 32px;
  border-radius: var(--radius-sm);
  background: rgba(62, 131, 141, 0.1);
  border: 1px solid rgba(62, 131, 141, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform var(--transition-base), background var(--transition-base);
}

.faq-item.open .faq-item__icon {
  transform: rotate(45deg);
  background: rgba(62, 131, 141, 0.2);
}

.faq-item__icon svg {
  width: 14px;
  height: 14px;
  color: var(--color-primary-light);
}

.faq-item__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.faq-item.open .faq-item__answer {
  max-height: 400px;
}

.faq-item__answer-inner {
  padding: 0 var(--space-6) var(--space-5);
  font-size: var(--text-sm);
  color: var(--color-white-60);
  line-height: 1.75;
}

/* ============================================================
   DEMO CTA SECTION
   ============================================================ */

.demo-cta {
  position: relative;
  overflow: hidden;
  background: var(--color-bg-elevated);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.demo-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 30% 50%, rgba(62, 131, 141, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse at 80% 20%, rgba(10, 45, 107, 0.5) 0%, transparent 50%);
  pointer-events: none;
}

.demo-cta__inner {
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 680px;
  margin: 0 auto;
  padding: var(--space-24) 0;
}

.demo-cta__eyebrow {
  margin-bottom: var(--space-5);
}

.demo-cta__headline {
  font-size: clamp(2rem, 3.8vw, 3.125rem);
  color: var(--color-white);
  margin-bottom: var(--space-5);
  line-height: 1.1;
}

.demo-cta__subtext {
  font-size: var(--text-lg);
  color: var(--color-white-60);
  line-height: 1.65;
  margin-bottom: var(--space-8);
}

.demo-cta__form {
  display: flex;
  gap: var(--space-3);
  max-width: 480px;
  margin: 0 auto var(--space-6);
}

.demo-cta__input {
  flex: 1;
  padding: 0.875rem 1.25rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  color: var(--color-white);
  font-size: var(--text-sm);
  font-family: var(--font-body);
  transition: border-color var(--transition-fast), box-shadow var(--transition-fast);
  outline: none;
  min-height: 44px;
}

.demo-cta__input::placeholder {
  color: var(--color-white-40);
}

.demo-cta__input:focus {
  border-color: rgba(62, 131, 141, 0.6);
  box-shadow: 0 0 0 3px rgba(62, 131, 141, 0.15);
}

.demo-cta__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--space-6);
  flex-wrap: wrap;
}

.demo-cta__trust-item {
  display: flex;
  align-items: center;
  gap: var(--space-2);
  font-size: var(--text-xs);
  color: var(--color-white-40);
}

.demo-cta__trust-item::before {
  content: '✓';
  width: 16px;
  height: 16px;
  background: rgba(62, 131, 141, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  color: var(--color-primary-light);
  flex-shrink: 0;
}

/* ============================================================
   PAGE HERO (inner pages)
   ============================================================ */

.page-hero {
  padding-top: 140px;
  padding-bottom: var(--space-20);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.page-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(ellipse at center, rgba(62, 131, 141, 0.12) 0%, transparent 65%);
  pointer-events: none;
}

.page-hero__label {
  margin-bottom: var(--space-5);
}

.page-hero h1 {
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  color: var(--color-white);
  margin-bottom: var(--space-5);
  line-height: 1.1;
}

.page-hero p {
  font-size: clamp(1rem, 2vw, var(--text-lg));
  color: var(--color-white-60);
  line-height: 1.7;
  max-width: 600px;
  margin: 0 auto var(--space-8);
}

/* ============================================================
   TEAM CARDS (About page)
   ============================================================ */

.team-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--space-6);
  max-width: 780px;
  margin: 0 auto var(--space-16);
}

.team-card {
  padding: var(--space-6);
  display: flex;
  gap: var(--space-5);
  align-items: flex-start;
}

.team-card__photo {
  width: 80px;
  height: 80px;
  border-radius: var(--radius-md);
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid var(--glass-border);
}

.team-card__info {}

.team-card__name {
  font-family: var(--font-body);
  font-size: var(--text-base);
  font-weight: 700;
  color: var(--color-white);
  margin-bottom: var(--space-1);
}

.team-card__role {
  font-size: var(--text-sm);
  color: var(--color-primary-light);
  margin-bottom: var(--space-3);
  font-weight: 600;
}

.team-card__bio {
  font-size: var(--text-sm);
  color: var(--color-white-60);
  line-height: 1.65;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1024px) {
  .feature-row {
    gap: var(--space-12);
  }

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

  .integrations__layout {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .integrations__copy {
    max-width: 760px;
    margin: 0 auto;
  }

  .integrations__visual {
    justify-self: center;
    width: min(100%, 380px);
  }
}

@media (max-width: 768px) {
  .feature-row {
    grid-template-columns: 1fr;
    padding: var(--space-12) 0;
  }

  .feature-row::before {
    display: none;
  }

  .feature-row--reverse .feature__visual {
    order: unset;
  }

  .feature__content {
    max-width: 100%;
  }

  .insights__header {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .demo-cta__form {
    flex-direction: column;
  }

  .demo-cta__trust {
    flex-direction: column;
    gap: var(--space-3);
  }

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

  .feature__image-wrap::before {
    inset: -20px;
  }

  .section-flow {
    opacity: 0.22;
  }
}

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

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

}

@media (prefers-reduced-motion: reduce) {
  .section-flow::before,
  .section-flow::after,
  .feature-row::before,
  .product-preview::after,
  .integrations__visual::before,
  .integrations__visual img {
    animation: none;
  }

  .feature__image-wrap,
  .feature__image-wrap img,
  .benefit-card::after,
  .insight-card::after,
  .insight-card__thumb img,
  .product-preview {
    transition: none;
  }
}
