/*
 * Resonant LMS Portal v2.2
 * Brand Alignment Edition
 */

:root {
  --red: #e6252a;
  --red2: #ff4145;
  --navy: #111d36;
  --text: #16213a;
  --muted: #667087;
  --line: #e8ebf1;
  --soft: #f7f9fc;
  --ai-blue: #3478e5;
  --ai-blue-soft: #edf5ff;
  --shell: 1360px;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(24, 39, 75, 0.1);
  --shadow-red: 0 18px 42px rgba(230, 37, 42, 0.2);
}

body {
  color: var(--text);
  font-feature-settings: "palt";
  letter-spacing: 0.015em;
}

.shell {
  width: min(var(--shell), calc(100% - 72px));
}

.site-header {
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid rgba(225, 229, 237, 0.78);
  box-shadow: 0 8px 28px rgba(25, 38, 63, 0.035);
  backdrop-filter: blur(20px);
}

.site-header__inner {
  min-height: 92px;
  gap: 40px;
}

.custom-logo {
  max-width: 230px;
  max-height: 56px;
}

.brand__mark {
  width: 42px;
  height: 42px;
  font-size: 24px;
  border-radius: 12px;
  box-shadow: 0 10px 24px rgba(230, 37, 42, 0.22);
}

.brand__link strong {
  color: var(--navy);
  font-size: 20px;
}

.brand__link small {
  font-size: 10px;
  letter-spacing: 0.09em;
}

.primary-menu {
  gap: 30px;
  color: var(--navy);
  font-size: 14px;
}

.primary-menu a {
  position: relative;
  transition: color 0.2s ease;
}

.primary-menu a::after {
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  height: 2px;
  background: var(--red);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s ease;
  content: "";
}

.primary-menu a:hover {
  color: var(--red);
}

.primary-menu a:hover::after {
  transform: scaleX(1);
}

.primary-menu .nav-cta,
.primary-menu a[href*="/contact"],
.primary-menu a[href*="#contact"] {
  display: inline-flex;
  align-items: center;
  min-height: 50px;
  padding: 0 24px;
  color: #fff !important;
  background: linear-gradient(135deg, var(--red), var(--red2));
  border-radius: 999px;
  box-shadow: var(--shadow-red);
}

.primary-menu .nav-cta::after,
.primary-menu a[href*="/contact"]::after,
.primary-menu a[href*="#contact"]::after {
  display: none;
}

.hero--brand {
  position: relative;
  min-height: 780px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 255, 255, 0.95) 38%, rgba(244, 249, 255, 0.76) 68%, rgba(255, 246, 248, 0.82) 100%),
    radial-gradient(circle at 77% 32%, rgba(90, 163, 255, 0.22), transparent 38%);
}

.hero--brand::before {
  position: absolute;
  right: -5%;
  bottom: -28%;
  width: 760px;
  height: 420px;
  background-image: radial-gradient(rgba(230, 37, 42, 0.22) 1.25px, transparent 1.25px);
  background-size: 12px 12px;
  border-radius: 50%;
  transform: rotate(-7deg);
  opacity: 0.58;
  mask-image: linear-gradient(to right, transparent, #000 38%, transparent);
  content: "";
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(18px);
  pointer-events: none;
}

.hero__glow--blue {
  top: 8%;
  right: 14%;
  width: 520px;
  height: 520px;
  background: rgba(87, 160, 255, 0.2);
}

.hero__glow--red {
  right: -8%;
  bottom: -20%;
  width: 430px;
  height: 430px;
  background: rgba(255, 83, 112, 0.14);
}

.hero--brand .hero__grid {
  position: relative;
  z-index: 2;
  min-height: 780px;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
}

.hero--brand .hero__copy {
  padding: 64px 0 98px;
}

.eyebrow {
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.19em;
}

.hero--brand .eyebrow {
  margin-bottom: 26px;
}

.hero__title {
  margin: 0;
  color: var(--navy);
  font-size: clamp(56px, 5.8vw, 90px);
  font-weight: 900;
  line-height: 1.13;
  letter-spacing: -0.055em;
}

.hero__title > span {
  display: block;
}

.hero__title em {
  position: relative;
  margin: 0 0.08em;
  color: var(--red);
  font-style: normal;
}

.hero__title em::after {
  position: absolute;
  right: 0;
  bottom: -4px;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), rgba(230, 37, 42, 0.15));
  border-radius: 99px;
  content: "";
}

.hero__platform {
  margin: 30px 0 0;
  color: var(--red);
  font-size: clamp(18px, 1.7vw, 25px);
  font-weight: 900;
  letter-spacing: -0.025em;
}

.hero__lead {
  max-width: 640px;
  margin: 22px 0 32px;
  color: #4f5b72;
  font-size: 16px;
  line-height: 2;
}

.button {
  min-height: 58px;
  gap: 12px;
  padding: 0 28px;
  border-radius: 999px;
  font-size: 14px;
  box-shadow: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.button b {
  font-size: 18px;
}

.button--primary {
  background: linear-gradient(135deg, var(--red), var(--red2));
  box-shadow: var(--shadow-red);
}

.button--primary:hover {
  box-shadow: 0 22px 48px rgba(230, 37, 42, 0.28);
}

.button--ghost {
  color: var(--navy);
  background: rgba(255, 255, 255, 0.82);
  border-color: #b7c0d0;
  backdrop-filter: blur(12px);
}

.button__play {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  padding-left: 2px;
  font-size: 9px;
  border: 1px solid #97a4b8;
  border-radius: 50%;
}

.hero__trust {
  display: flex;
  gap: 34px;
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}

.hero__trust li {
  position: relative;
  padding-left: 14px;
}

.hero__trust li::before {
  position: absolute;
  top: 2px;
  bottom: 2px;
  left: 0;
  width: 2px;
  background: var(--red);
  content: "";
}

.hero__trust strong,
.hero__trust span {
  display: block;
}

.hero__trust strong {
  color: var(--navy);
  font-size: 12px;
}

.hero__trust span {
  margin-top: 3px;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.06em;
}

.hero--brand .hero__visual {
  position: relative;
  min-width: 0;
  padding: 70px 0 82px;
}

.hero__image-frame {
  position: relative;
  height: 570px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.38);
  border: 1px solid rgba(255, 255, 255, 0.84);
  border-radius: 44px;
  box-shadow: 0 34px 100px rgba(28, 61, 109, 0.15);
  transform: perspective(1300px) rotateY(-2deg);
}

.hero__image-frame::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(255, 255, 255, 0.24), transparent 45%, rgba(211, 228, 255, 0.12));
  pointer-events: none;
  content: "";
}

.hero__image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0;
  mix-blend-mode: normal;
  transform: scale(1.04);
}

.hero-float {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 205px;
  padding: 14px 17px;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.92);
  border-radius: 18px;
  box-shadow: 0 20px 54px rgba(35, 61, 105, 0.16);
  backdrop-filter: blur(18px);
  animation: rlp-float 5.5s ease-in-out infinite;
}

.hero-float i {
  display: grid;
  flex: 0 0 42px;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--red);
  font-style: normal;
  font-weight: 900;
  background: #fff0f1;
  border-radius: 13px;
}

.hero-float strong,
.hero-float small {
  display: block;
}

.hero-float strong {
  color: var(--navy);
  font-size: 12px;
}

.hero-float small {
  margin-top: 2px;
  color: var(--muted);
  font-size: 9px;
}

.hero-float--ai {
  top: 112px;
  right: -26px;
}

.hero-float--analytics {
  right: 38px;
  bottom: 48px;
  animation-delay: -1.8s;
}

.hero-float--cloud {
  bottom: 150px;
  left: -42px;
  animation-delay: -3.3s;
}

.hero-float--analytics i {
  color: var(--ai-blue);
  background: var(--ai-blue-soft);
}

.hero-float--cloud i {
  color: #3a8fc9;
  background: #eefaff;
}

.hero__scroll {
  position: absolute;
  bottom: 24px;
  left: 50%;
  z-index: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--red);
  font-size: 9px;
  letter-spacing: 0.12em;
  transform: translateX(-50%);
}

.hero__scroll i {
  width: 1px;
  height: 34px;
  margin-top: 8px;
  background: var(--red);
}

@keyframes rlp-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

.section {
  padding: 126px 0;
}

.section--compact {
  padding: 96px 0;
}

.section--soft {
  background: linear-gradient(180deg, #f8faff, #f5f7fb);
}

.section-heading {
  margin-bottom: 58px;
}

.section-heading h2 {
  color: var(--navy);
  font-size: clamp(38px, 3.7vw, 58px);
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: -0.045em;
}

.section-heading--center h2::after {
  display: block;
  width: 44px;
  height: 3px;
  margin: 20px auto 0;
  background: var(--red);
  border-radius: 99px;
  content: "";
}

.section-heading > p:last-child {
  max-width: 760px;
  margin: 22px auto 0;
  font-size: 15px;
  line-height: 1.9;
}

.issue-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.issue-card {
  position: relative;
  min-height: 225px;
  padding: 34px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid #edf0f5;
  border-radius: 26px;
  box-shadow: 0 16px 44px rgba(26, 46, 82, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.issue-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.issue-card::after {
  position: absolute;
  top: -60px;
  right: -60px;
  width: 150px;
  height: 150px;
  background: radial-gradient(circle, rgba(230, 37, 42, 0.08), transparent 70%);
  content: "";
}

.issue-card > span {
  width: 58px;
  height: 58px;
  margin: 0 0 24px;
  color: var(--red);
  background: #fff4f4;
  border: 1px solid #ffd7d8;
  border-radius: 18px;
}

.issue-card h3 {
  margin: 0 0 12px;
  color: var(--navy);
  font-size: 20px;
  text-align: left;
}

.issue-card p {
  margin: 0;
  font-size: 13px;
  line-height: 1.9;
}

.value-section {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #fff 5%, #f7fbff 52%, #fff7f8 100%);
}

.value-section::before {
  position: absolute;
  top: -220px;
  left: -160px;
  width: 520px;
  height: 520px;
  background: rgba(71, 137, 230, 0.08);
  border-radius: 50%;
  filter: blur(12px);
  content: "";
}

.value-flow {
  position: relative;
  grid-template-columns: 1.25fr repeat(5, 0.82fr) 1.25fr;
  gap: 22px;
  margin-top: 60px;
  padding: 52px 44px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.94);
  border-radius: 36px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(16px);
}

.value-node,
.value-core {
  border: 6px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 16px 34px rgba(33, 66, 125, 0.16);
}

.value-node {
  background: linear-gradient(145deg, #487fe2, #235cc4);
}

.value-core {
  background: linear-gradient(145deg, var(--red2), #cf171d);
  box-shadow: 0 18px 40px rgba(230, 37, 42, 0.25);
}

.value-node--orange {
  background: linear-gradient(145deg, #8e78f2, #6054c8);
}

.value-node--green {
  background: linear-gradient(145deg, #42a6cd, #287ba8);
}

.value-side strong {
  color: var(--navy);
  font-size: 16px;
}

.value-side span {
  display: block;
  margin-top: 8px;
  line-height: 1.8;
}

.plan-grid {
  gap: 22px;
}

.plan-card {
  min-height: 330px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid #e5e9f1;
  border-radius: 28px;
  box-shadow: 0 16px 42px rgba(26, 46, 82, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.plan-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.plan-card.is-featured {
  background: linear-gradient(155deg, #fff 12%, #fff1f2 100%) !important;
  border: 2px solid var(--red);
  box-shadow: 0 24px 60px rgba(230, 37, 42, 0.14);
  transform: translateY(-10px);
}

.plan-card > span {
  display: inline-flex;
  padding: 5px 11px;
  color: var(--red);
  font-weight: 900;
  background: #fff0f1;
  border-radius: 999px;
}

.plan-card h3 {
  margin: 22px 0 14px;
  color: var(--navy);
  font-size: 25px;
}

.plan-card p {
  min-height: 112px;
  line-height: 1.9;
}

.button--small {
  min-height: 44px;
  padding: 0 18px;
  font-size: 12px;
}

.feature-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.feature-card {
  min-height: 220px;
  padding: 30px 24px;
  text-align: left;
  border-color: #e7eaf0;
  border-radius: 24px;
  box-shadow: 0 14px 38px rgba(25, 45, 80, 0.045);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover {
  border-color: rgba(230, 37, 42, 0.35);
  transform: translateY(-5px);
}

.feature-card span {
  margin: 0 0 22px;
  color: var(--red);
  background: #fff1f2;
  border-radius: 14px;
}

.feature-card h3 {
  margin: 0 0 10px;
  color: var(--navy);
  font-size: 18px;
}

.feature-card p {
  font-size: 13px;
  line-height: 1.8;
}

.package-grid {
  gap: 20px;
}

.package-card {
  min-height: 270px;
  padding: 30px;
  border-color: #e6eaf1;
  border-radius: 25px;
  box-shadow: 0 14px 38px rgba(25, 45, 80, 0.045);
}

.package-card > span {
  color: var(--red);
  background: #fff0f1;
  border-radius: 15px;
}

.package-card h3 {
  color: var(--navy);
  font-size: 20px;
}

.trio-section {
  padding-top: 126px;
  background: #fff;
}

.trio-grid {
  gap: 24px;
}

.trio-grid article {
  position: relative;
  min-height: 440px;
  padding: 38px;
  overflow: hidden;
  background: linear-gradient(150deg, #fff, #f7faff);
  border-color: #e5eaf2;
  border-radius: 30px;
  box-shadow: 0 18px 52px rgba(26, 46, 82, 0.065);
}

.trio-grid article::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--red), var(--ai-blue));
  content: "";
}

.trio-grid h3 {
  color: var(--navy);
  font-size: 27px;
}

.trio-grid p {
  font-size: 14px;
  line-height: 1.9;
}

.trio-grid img {
  height: 190px;
  border-radius: 18px;
}

.cloud-art,
.shield-art {
  height: 210px;
  font-size: 96px;
  filter: drop-shadow(0 18px 28px rgba(54, 121, 194, 0.16));
}

.network-section {
  position: relative;
  background: linear-gradient(180deg, #fff, #f8faff);
}

.network-grid {
  gap: 26px;
}

.network-card {
  min-height: 360px;
  padding: 44px;
  border-radius: 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.network-card:hover {
  box-shadow: 0 30px 80px rgba(25, 50, 90, 0.2);
  transform: translateY(-7px);
}

.network-card--canvas {
  background: linear-gradient(145deg, #142b4b, #356da0);
}

.network-card--gi {
  background: linear-gradient(145deg, #be1d22, #ff5b4c 72%, #ff8178);
}

.network-card h3 {
  margin-top: 26px;
  font-size: 34px;
}

.network-card p {
  bottom: 34px;
  left: 44px;
}

.stats-section {
  background: #fff;
}

.stats-head {
  align-items: center;
}

.stats-head h2 {
  margin: 6px 0 12px;
  color: var(--navy);
  font-size: clamp(38px, 3.6vw, 56px);
  letter-spacing: -0.04em;
}

.case-grid {
  gap: 24px;
  margin-top: 48px;
}

.case-card {
  border-color: #e5e9f0;
  border-radius: 26px;
  box-shadow: 0 16px 44px rgba(26, 46, 82, 0.055);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.case-card:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.case-card > img {
  height: 230px;
}

.case-card > div {
  padding: 30px;
}

.case-card h3 {
  color: var(--navy);
  font-size: 22px;
}

.case-placeholder {
  margin-top: 48px;
  padding: 48px;
  background: linear-gradient(135deg, #f7f9fc, #eef4fb);
  border-radius: 26px;
}

.reason-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.reason-grid article {
  position: relative;
  min-height: 210px;
  padding: 32px;
  overflow: hidden;
  border-color: #e6eaf1;
  border-radius: 25px;
  box-shadow: 0 14px 38px rgba(25, 45, 80, 0.045);
}

.reason-grid span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--red);
  border-radius: 50%;
}

.reason-grid h3 {
  margin: 22px 0 10px;
  color: var(--navy);
  font-size: 20px;
}

.reason-grid p {
  font-size: 13px;
  line-height: 1.8;
}

.download-grid {
  gap: 22px;
}

.download-grid article {
  padding: 28px;
  border-color: #e5e9f0;
  border-radius: 26px;
  box-shadow: 0 14px 38px rgba(25, 45, 80, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.download-grid article:hover {
  box-shadow: var(--shadow);
  transform: translateY(-6px);
}

.doc-thumb {
  height: 170px;
  color: var(--red);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.95), rgba(242, 246, 252, 0.92)),
    radial-gradient(circle at 80% 20%, rgba(230, 37, 42, 0.12), transparent 45%);
  border: 1px solid #eef0f4;
  border-radius: 19px;
}

.download-grid h3 {
  color: var(--navy);
  font-size: 20px;
}

.faq-grid {
  gap: 18px;
}

.faq-grid details {
  padding: 22px 26px;
  border-color: #e4e8f0;
  border-radius: 17px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-grid details[open] {
  border-color: rgba(230, 37, 42, 0.35);
  box-shadow: 0 16px 42px rgba(26, 46, 82, 0.06);
}

.faq-grid summary {
  color: var(--navy);
  font-size: 15px;
}

.cta-section {
  position: relative;
  overflow: hidden;
  padding: 78px 0;
  background: linear-gradient(120deg, #cb171c 0%, var(--red) 48%, #ff4b43 100%);
}

.cta-section::after {
  position: absolute;
  top: -180px;
  right: -100px;
  width: 500px;
  height: 500px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  content: "";
}

.cta-inner {
  position: relative;
  z-index: 2;
}

.cta-inner h2 {
  font-size: clamp(34px, 3.2vw, 50px);
  letter-spacing: -0.04em;
}

.cta-inner p {
  font-size: 15px;
}

.button--white {
  min-height: 54px;
  color: var(--red);
  background: #fff;
  box-shadow: 0 14px 34px rgba(120, 0, 8, 0.16);
}

.site-footer {
  padding: 76px 0 26px;
  background: #101b30;
}

.footer-grid {
  gap: 48px;
}

.footer-brand .brand__mark {
  box-shadow: none;
}

.site-footer h3 {
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.site-footer li {
  margin: 11px 0;
}

.site-footer a {
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #fff;
}

@media (max-width: 1200px) {
  .site-header__inner {
    gap: 24px;
  }

  .primary-menu {
    gap: 18px;
    font-size: 12px;
  }

  .hero--brand .hero__grid {
    grid-template-columns: 0.95fr 1.05fr;
    gap: 30px;
  }

  .hero__title {
    font-size: clamp(52px, 5.6vw, 72px);
  }

  .hero__image-frame {
    height: 520px;
  }

  .value-flow {
    grid-template-columns: repeat(5, 1fr);
  }

  .value-side {
    display: none;
  }
}

@media (max-width: 900px) {
  .shell {
    width: min(100% - 36px, var(--shell));
  }

  .site-header__inner {
    min-height: 78px;
  }

  .primary-nav {
    top: 78px;
  }

  .hero--brand,
  .hero--brand .hero__grid {
    min-height: auto;
  }

  .hero--brand .hero__grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .hero--brand .hero__copy {
    padding: 74px 0 26px;
  }

  .hero__title {
    font-size: clamp(48px, 10vw, 72px);
  }

  .hero--brand .hero__visual {
    order: initial;
    padding: 10px 20px 100px;
  }

  .hero__image-frame {
    height: 500px;
  }

  .hero-float--ai {
    right: 0;
  }

  .hero-float--cloud {
    left: -6px;
  }

  .hero__scroll {
    display: none;
  }

  .section {
    padding: 96px 0;
  }

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

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

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

  .trio-grid article {
    min-height: auto;
  }
}

@media (max-width: 620px) {
  .shell {
    width: min(100% - 28px, var(--shell));
  }

  .custom-logo {
    max-width: 190px;
    max-height: 46px;
  }

  .hero--brand .hero__copy {
    padding-top: 56px;
  }

  .hero--brand .eyebrow {
    margin-bottom: 18px;
    font-size: 10px;
  }

  .hero__title {
    font-size: 43px;
    line-height: 1.2;
  }

  .hero__platform {
    font-size: 16px;
    line-height: 1.6;
  }

  .hero__lead {
    font-size: 14px;
  }

  .hero--brand .button-row .button {
    width: 100%;
  }

  .hero__trust {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
  }

  .hero--brand .hero__visual {
    padding: 10px 0 72px;
  }

  .hero__image-frame {
    height: 330px;
    border-radius: 28px;
    transform: none;
  }

  .hero-float {
    min-width: 168px;
    padding: 10px 12px;
    border-radius: 14px;
  }

  .hero-float i {
    flex-basis: 34px;
    width: 34px;
    height: 34px;
  }

  .hero-float--ai {
    top: 0;
  }

  .hero-float--analytics {
    right: 0;
    bottom: 44px;
  }

  .hero-float--cloud {
    bottom: 112px;
    left: -8px;
  }

  .section,
  .section--compact,
  .trio-section {
    padding: 76px 0;
  }

  .section-heading {
    margin-bottom: 38px;
  }

  .section-heading h2,
  .stats-head h2 {
    font-size: 34px;
  }

  .issue-grid,
  .plan-grid,
  .feature-grid,
  .reason-grid,
  .download-grid,
  .case-grid,
  .network-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }

  .issue-card,
  .plan-card,
  .feature-card,
  .reason-grid article {
    min-height: auto;
  }

  .plan-card.is-featured {
    transform: none;
  }

  .value-flow {
    grid-template-columns: repeat(2, 1fr);
    padding: 28px 20px;
  }

  .value-core {
    grid-column: 1 / -1;
    width: 150px;
    margin: auto;
  }

  .network-card {
    min-height: 300px;
    padding: 30px;
  }

  .network-card h3 {
    font-size: 28px;
  }

  .network-card p {
    bottom: 26px;
    left: 30px;
  }

  .case-card > img {
    height: 210px;
  }

  .cta-actions .button {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
