:root {
  --navy: #071225;
  --navy-2: #0b1730;
  --ink: #10172a;
  --muted: #667085;
  --line: rgba(111, 124, 155, 0.22);
  --soft: #f6f8ff;
  --white: #ffffff;
  --purple: #7c3cff;
  --violet: #a66cff;
  --cyan: #52d6ff;
  --blue: #3b82f6;
  --radius-xl: 30px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --shadow: 0 24px 80px rgba(16, 23, 42, 0.14);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  color: var(--ink);
  background: #fff;
  line-height: 1.65;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 40px)); margin-inline: auto; }
.site-shell { overflow: hidden; }
section[id] { scroll-margin-top: 92px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  height: 74px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 26px;
  padding: 0 max(28px, calc((100vw - var(--container)) / 2));
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid rgba(111, 124, 155, 0.16);
  box-shadow: 0 10px 34px rgba(15, 23, 42, 0.08);
}
.brand img { width: 176px; height: auto; filter: drop-shadow(0 10px 18px rgba(79, 56, 170, 0.16)); }
.site-nav { display: flex; justify-content: center; align-items: center; gap: 26px; color: #344054; font-weight: 800; font-size: 15px; }
.site-nav a { transition: color .2s ease; }
.site-nav a:hover { color: var(--purple); }
.header-actions { display: flex; gap: 10px; }
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-weight: 800;
  letter-spacing: .02em;
  border: 1px solid transparent;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
  white-space: nowrap;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: linear-gradient(135deg, var(--purple), #4f7cff); color: white; box-shadow: 0 14px 36px rgba(124,60,255,.28); }
.btn-ghost { color: #344054; border-color: rgba(111,124,155,.25); background: rgba(255,255,255,.62); box-shadow: 0 8px 22px rgba(15,23,42,.06); }
.btn-ghost:hover { border-color: rgba(124,60,255,.36); color: var(--purple); }
.btn-soft { color: #5530c7; border-color: rgba(124,60,255,.18); background: #f2edff; box-shadow: 0 10px 26px rgba(124,60,255,.12); }
.btn-outline { color: #fff; border-color: rgba(255,255,255,.3); background: rgba(255,255,255,.03); }
.btn-large { min-height: 52px; padding-inline: 26px; font-size: 16px; }
.menu-toggle { display: none; background: none; border: 0; width: 44px; height: 44px; padding: 10px; }
.menu-toggle span { display:block; height:2px; margin:6px 0; background:#172033; border-radius: 2px; }

.section-dark { background: radial-gradient(circle at 20% 10%, rgba(124,60,255,.4), transparent 30%), linear-gradient(135deg, #071225 0%, #101a3a 55%, #060b18 100%); color: white; }
.hero { position: relative; padding: 86px 0 32px; min-height: 760px; }
.hero::after {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
  pointer-events: none;
}
.hero-bg { position: absolute; border-radius: 999px; filter: blur(4px); opacity: .55; pointer-events: none; }
.glow-one { width: 420px; height: 420px; background: rgba(124,60,255,.22); left: -120px; top: 120px; }
.glow-two { width: 360px; height: 360px; background: rgba(82,214,255,.16); right: -110px; top: 90px; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 54px; }
.eyebrow { display: inline-flex; align-items:center; gap: 8px; margin: 0 0 18px; font-size: 17px; font-weight: 900; letter-spacing: .08em; color: #c9b8ff; }
.eyebrow.light { color: #6d43ff; }
h1, h2, h3, p { margin-top: 0; }
h1 { font-size: clamp(42px, 5.5vw, 72px); line-height: 1.08; margin-bottom: 24px; letter-spacing: -.045em; }
h1::first-letter { color: var(--cyan); }
.hero-text { max-width: 720px; color: rgba(255,255,255,.76); font-size: 18px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 34px; }
.hero-visual { position: relative; min-height: 530px; display: grid; place-items: center; }
.visual-card { width: min(100%, 520px); border: 1px solid rgba(255,255,255,.14); background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06)); box-shadow: 0 30px 90px rgba(0,0,0,.32); backdrop-filter: blur(18px); border-radius: 28px; padding: 22px; }
.main-panel { transform: rotate(-1deg); }
.panel-topbar { display:flex; gap:8px; margin-bottom: 24px; }
.panel-topbar span { width:11px; height:11px; border-radius:999px; background: rgba(255,255,255,.35); }
.panel-title { font-size: 20px; font-weight: 900; margin-bottom: 20px; color: #fff; }
.flow-grid { display:grid; grid-template-columns: repeat(2,1fr); gap: 14px; }
.flow-grid div { min-height: 72px; display:grid; place-items:center; border-radius:18px; background: rgba(8,17,39,.65); border: 1px solid rgba(124,60,255,.28); color: rgba(255,255,255,.9); font-weight: 800; }
.floating-card { position:absolute; width: 178px; padding: 18px; border-radius: 20px; border:1px solid rgba(255,255,255,.16); background: rgba(8,17,39,.72); box-shadow: 0 18px 60px rgba(0,0,0,.32); backdrop-filter: blur(16px); }
.floating-card strong { display:block; color:#fff; font-size: 17px; margin-bottom:4px; }
.floating-card span { color: rgba(255,255,255,.65); font-size: 13px; }
.card-ai { left: 2%; top: 10%; }
.card-system { right: 0; top: 20%; }
.card-impact { left: 8%; bottom: 10%; }
.hero-pills { position: relative; z-index: 3; margin-top: 52px; display:grid; grid-template-columns: repeat(5,1fr); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; background: rgba(255,255,255,.08); backdrop-filter: blur(16px); overflow:hidden; }
.hero-pills div { padding: 22px 24px; border-right:1px solid rgba(255,255,255,.12); }
.hero-pills div:last-child { border-right: 0; }
.hero-pills strong { display:block; font-size: 18px; color:#fff; }
.hero-pills span { font-size: 13px; color:rgba(255,255,255,.62); }

.story-strip { background: #fff; padding: 42px 0 18px; }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.story-grid article { padding: 26px; border-radius: 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 18px 46px rgba(16,23,42,.05); }
.story-grid span { font-weight: 900; color: var(--purple); }
.story-grid h2 { font-size: 22px; margin: 8px 0; }
.story-grid p { color: var(--muted); margin: 0; }

.section { padding: 84px 0; }
.section.soft { background: var(--soft); }
.section-heading { max-width: 820px; text-align: center; margin: 0 auto 42px; }
.section-heading.align-left { text-align: left; margin: 0; }
.section-heading h2, .case-copy h2, .about h2, .cta h2 { font-size: clamp(30px, 3vw, 46px); line-height: 1.18; letter-spacing: -.035em; margin-bottom: 16px; }
.section-heading p, .case-copy p, .about-copy p, .cta p { color: var(--muted); font-size: 17px; }
.two-column { display: grid; grid-template-columns: .9fr 1.1fr; gap: 46px; align-items: start; }
.cards.three { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.card { border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 20px 60px rgba(16,23,42,.06); }
.feature-card { padding: 24px; min-height: 235px; }
.icon { width: 54px; height: 54px; border-radius: 18px; display:grid; place-items:center; font-weight:900; color:#fff; background: linear-gradient(135deg, var(--purple), var(--cyan)); margin-bottom: 18px; box-shadow: 0 16px 36px rgba(124,60,255,.22); }
.feature-card h3, .solution-card h3 { font-size: 20px; margin-bottom: 10px; }
.feature-card p, .solution-card p { color: var(--muted); margin: 0; font-size: 15px; }
.solution-grid { display:grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.solution-card { padding: 24px; }
.solution-card span { display:inline-flex; align-items:center; justify-content:center; width: 42px; height: 42px; border-radius: 14px; background: #efeaff; color: var(--purple); font-weight: 900; margin-bottom: 16px; }

.case-section { background: linear-gradient(180deg, #fff, #f9fbff); }
.case-card { display:grid; grid-template-columns: .86fr 1.14fr; gap: 36px; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-xl); background: #fff; box-shadow: var(--shadow); }
.tag-list { display:flex; flex-wrap:wrap; gap: 10px; margin: 24px 0; }
.tag-list span { padding: 8px 12px; border-radius: 999px; background: #f0edff; color:#5530c7; font-size: 14px; font-weight: 800; }
.case-actions { display:flex; flex-wrap:wrap; gap: 12px; margin-top: 8px; }
.case-preview { display:grid; place-items:center; }
.dashboard-card { width:100%; min-height: 360px; border-radius: 26px; background: linear-gradient(135deg, #0b1730, #101c43); color:#fff; padding: 22px; box-shadow: 0 24px 60px rgba(7,18,37,.28); }
.dashboard-header { display:flex; justify-content:space-between; align-items:center; margin-bottom: 22px; }
.dashboard-header span { color: rgba(255,255,255,.65); }
.stats { display:grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-bottom: 22px; }
.stats div { padding: 16px; border-radius: 18px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.1); }
.stats strong { display:block; font-size: 28px; }
.stats span { color: rgba(255,255,255,.58); font-size: 13px; }
.fake-table { display:grid; grid-template-columns: 1.2fr 1fr .8fr .6fr; gap: 10px; }
.fake-table span { height: 34px; border-radius: 10px; background: rgba(255,255,255,.09); }

.about { background: #fff; }
.about-grid { display:grid; grid-template-columns: .8fr 1.2fr; gap: 56px; }
.about-copy { padding-left: 34px; border-left: 3px solid #e8ddff; }

.cta { padding-top: 0; }
.cta-card { display:flex; justify-content:space-between; gap: 30px; align-items:center; padding: 42px; border-radius: var(--radius-xl); color:#fff; background: radial-gradient(circle at 12% 10%, rgba(166,108,255,.52), transparent 38%), linear-gradient(135deg, #150d33, #071225 70%); box-shadow: var(--shadow); }
.cta p { color: rgba(255,255,255,.72); max-width: 700px; }
.cta-actions { display:flex; flex-direction:column; gap: 12px; min-width: 240px; }

.site-footer {
  background:
    radial-gradient(circle at 8% 10%, rgba(124,60,255,.10), transparent 34%),
    linear-gradient(180deg, rgba(255,255,255,.94), rgba(246,248,255,.98));
  color: #475467;
  padding: 54px 0 24px;
  border-top: 1px solid rgba(111, 124, 155, 0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.82);
}
.footer-grid { display:grid; grid-template-columns: 1.4fr repeat(3, 1fr); gap: 36px; }
.footer-grid img { width: 174px; margin-bottom: 14px; filter: drop-shadow(0 12px 22px rgba(79, 56, 170, 0.16)); }
.footer-grid h3 { color:#10172a; font-size: 16px; margin-bottom: 12px; }
.footer-grid p { color: #667085; }
.footer-grid a, .footer-grid span { display:block; margin: 8px 0; color: #667085; }
.footer-grid a:hover { color: var(--purple); }
.footer-bottom { width: min(var(--container), calc(100% - 40px)); margin: 34px auto 0; padding-top: 20px; border-top: 1px solid rgba(111,124,155,.18); color: #667085; font-size: 13px; }

@media (max-width: 1060px) {
  .site-header { grid-template-columns: auto auto; justify-content: space-between; }
  .site-nav, .header-actions { display: none; }
  .menu-toggle { display: block; }
  .site-header.menu-open { align-items: start; height: auto; padding-bottom: 18px; grid-template-columns: 1fr auto; background: rgba(255,255,255,.94); }
  .site-header.menu-open .site-nav { display:flex; grid-column: 1 / -1; width:100%; flex-direction:column; align-items:flex-start; gap: 14px; padding-top: 16px; }
  .site-header.menu-open .header-actions { display:flex; grid-column: 1 / -1; width:100%; flex-direction:column; }
  .site-header.menu-open .header-actions .btn { width: 100%; }
  .hero-grid, .two-column, .case-card, .about-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 66px; min-height: auto; }
  .hero-visual { min-height: 420px; }
  .hero-pills { grid-template-columns: repeat(2,1fr); }
  .hero-pills div { border-bottom:1px solid rgba(255,255,255,.12); }
  .cards.three, .solution-grid { grid-template-columns: repeat(2, 1fr); }
  .about-copy { padding-left: 0; border-left: 0; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, var(--container)); }
  .site-header { height: 68px; padding-inline: 14px; }
  .brand img { width: 142px; }
  .hero { padding: 48px 0 24px; }
  h1 { font-size: 40px; }
  .hero-text, .section-heading p, .case-copy p, .about-copy p, .cta p { font-size: 16px; }
  .hero-actions { flex-direction: column; }
  .btn-large { width: 100%; }
  .hero-visual { min-height: 360px; }
  .visual-card { padding: 18px; border-radius: 22px; }
  .flow-grid { grid-template-columns: 1fr; }
  .floating-card { position: static; width: auto; margin: 10px 0 0; }
  .hero-visual { display:block; }
  .hero-pills, .story-grid, .cards.three, .solution-grid, .stats, .footer-grid { grid-template-columns: 1fr; }
  .hero-pills div { border-right:0; }
  .section { padding: 58px 0; }
  .case-card, .cta-card { padding: 22px; border-radius: 24px; }
  .dashboard-card { min-height: auto; }
  .fake-table { grid-template-columns: 1fr 1fr; }
  .cta-card { flex-direction: column; align-items:flex-start; }
  .cta-actions { width:100%; }
}

/* Multi-page additions */
.site-nav a.active {
  color: var(--purple);
  position: relative;
}
.site-nav a.active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 22px;
  height: 3px;
  transform: translateX(-50%);
  border-radius: 999px;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
}
.gateway-section { background: #fff; }
.gateway-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.gateway-card {
  display: block;
  min-height: 250px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 28px;
  background: linear-gradient(180deg, #ffffff, #f8f9ff);
  box-shadow: 0 20px 60px rgba(16,23,42,.07);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.gateway-card:hover {
  transform: translateY(-4px);
  border-color: rgba(124,60,255,.32);
  box-shadow: 0 26px 76px rgba(16,23,42,.11);
}
.gateway-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: #efeaff;
  color: var(--purple);
  font-weight: 900;
  margin-bottom: 20px;
}
.gateway-card h3 {
  font-size: 28px;
  margin-bottom: 10px;
}
.gateway-card p {
  color: var(--muted);
  margin-bottom: 24px;
}
.gateway-card strong { color: var(--purple); }
.page-hero {
  position: relative;
  padding: 92px 0 78px;
  overflow: hidden;
}
.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.025) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
  pointer-events: none;
}
.page-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 54px;
  align-items: center;
}
.page-panel {
  min-height: 300px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255,255,255,.13), rgba(255,255,255,.06));
  box-shadow: 0 30px 90px rgba(0,0,0,.30);
  backdrop-filter: blur(18px);
  padding: 34px;
  display: grid;
  align-content: end;
}
.page-panel strong {
  display: block;
  color: #fff;
  font-size: 34px;
  letter-spacing: -.03em;
  margin-bottom: 10px;
}
.page-panel span { color: rgba(255,255,255,.68); }
.cards.four {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.check-list {
  display: grid;
  gap: 14px;
}
.check-list div {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  color: #344054;
  font-weight: 800;
  box-shadow: 0 14px 36px rgba(16,23,42,.05);
}
.check-list div::before {
  content: "✓";
  display: inline-grid;
  place-items: center;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  font-size: 14px;
}
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.process-grid article {
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(16,23,42,.05);
}
.process-grid span {
  color: var(--purple);
  font-weight: 900;
}
.process-grid h3 {
  font-size: 22px;
  margin: 8px 0;
}
.process-grid p {
  color: var(--muted);
  margin: 0;
}

@media (max-width: 1060px) {
  .gateway-grid, .cards.four, .process-grid, .page-hero-grid { grid-template-columns: 1fr; }
  .page-panel { min-height: 220px; }
  .site-nav a.active::after { display: none; }
}

@media (max-width: 700px) {
  .page-hero { padding: 58px 0 44px; }
  .gateway-card { min-height: auto; padding: 22px; }
  .page-panel { padding: 24px; border-radius: 24px; }
  .page-panel strong { font-size: 28px; }
}


/* VP Core professional tech refinement */
body {
  background:
    radial-gradient(circle at 8% 0%, rgba(124, 60, 255, 0.075), transparent 30%),
    radial-gradient(circle at 92% 10%, rgba(82, 214, 255, 0.055), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8faff 54%, #ffffff 100%);
}
.site-header {
  height: 78px;
  background: rgba(255, 255, 255, 0.86);
  border-bottom: 1px solid rgba(124, 60, 255, 0.14);
  box-shadow: 0 14px 42px rgba(15, 23, 42, 0.075);
}
.brand img { width: 184px; }
.site-nav {
  gap: 22px;
  font-size: 14px;
  letter-spacing: .01em;
}
.header-actions .btn { min-height: 42px; }
.btn-primary {
  background: linear-gradient(135deg, #6d43ff 0%, #4f7cff 55%, #52d6ff 140%);
}
.btn-outline {
  border-color: rgba(255,255,255,.34);
  background: rgba(255,255,255,.055);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.08);
}
.btn-soft {
  background: linear-gradient(180deg, #f4f0ff, #eef5ff);
}
.section-dark {
  background:
    radial-gradient(circle at 14% 22%, rgba(124,60,255,.42), transparent 30%),
    radial-gradient(circle at 84% 12%, rgba(82,214,255,.18), transparent 32%),
    linear-gradient(135deg, #060b18 0%, #0b1734 48%, #030713 100%);
}
.hero,
.page-hero {
  border-bottom: 1px solid rgba(82,214,255,.13);
}
.hero::before,
.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(115deg, rgba(255,255,255,.06), transparent 28%, rgba(82,214,255,.035) 58%, transparent 72%),
    radial-gradient(circle at 50% 120%, rgba(124,60,255,.14), transparent 45%);
  pointer-events: none;
}
.hero {
  padding: 72px 0 42px;
  min-height: 690px;
}
h1 {
  font-size: clamp(34px, 4.15vw, 56px);
  line-height: 1.14;
  letter-spacing: -.035em;
  margin-bottom: 22px;
}
.eyebrow {
  font-size: 15px;
  letter-spacing: .12em;
  margin-bottom: 16px;
}
.hero-text {
  max-width: 680px;
  font-size: 17px;
  line-height: 1.82;
}
.hero-grid { gap: 46px; }
.hero-visual { min-height: 500px; }
.visual-card {
  border-color: rgba(82,214,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.055)),
    radial-gradient(circle at 12% 10%, rgba(124,60,255,.22), transparent 36%);
  box-shadow: 0 30px 90px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.12);
}
.flow-grid div {
  background: linear-gradient(180deg, rgba(8,17,39,.78), rgba(8,17,39,.54));
  border-color: rgba(82,214,255,.16);
}
.floating-card {
  border-color: rgba(82,214,255,.16);
  background: rgba(7,16,36,.76);
}
.hero-pills { display: none; }
.section { padding: 76px 0; }
.section-heading { margin-bottom: 38px; }
.section-heading h2,
.case-copy h2,
.about h2,
.cta h2 {
  font-size: clamp(27px, 2.55vw, 40px);
  line-height: 1.24;
  letter-spacing: -.025em;
}
.gateway-section,
.story-strip,
.case-section,
.section.soft {
  position: relative;
}
.gateway-section::before,
.section.soft::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(124,60,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(82,214,255,.025) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(to bottom, transparent, #000 18%, #000 72%, transparent);
  pointer-events: none;
}
.gateway-card,
.card,
.story-grid article,
.process-grid article,
.check-list div,
.case-card,
.cta-card {
  background: rgba(255,255,255,.88);
  border-color: rgba(111,124,155,.18);
  box-shadow: 0 18px 54px rgba(16,23,42,.065);
  backdrop-filter: blur(10px);
}
.gateway-card {
  min-height: 236px;
  position: relative;
  overflow: hidden;
}
.gateway-card::after,
.card::after,
.process-grid article::after {
  content: "";
  position: absolute;
  left: 24px;
  right: 24px;
  top: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(124,60,255,.45), rgba(82,214,255,.35), transparent);
  opacity: .7;
}
.gateway-card h3 { font-size: 24px; }
.card,
.process-grid article { position: relative; overflow: hidden; }
.feature-card h3,
.solution-card h3,
.process-grid h3,
.story-grid h2 { font-size: 19px; }
.page-hero {
  padding: 76px 0 66px;
}
.page-hero-grid {
  grid-template-columns: 1.05fr .95fr;
  gap: 42px;
}
.page-panel {
  min-height: 260px;
  position: relative;
  overflow: hidden;
  border-color: rgba(82,214,255,.16);
  background:
    linear-gradient(180deg, rgba(255,255,255,.14), rgba(255,255,255,.055)),
    radial-gradient(circle at 8% 0%, rgba(124,60,255,.22), transparent 38%);
  box-shadow: 0 26px 78px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.12);
}
.page-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: linear-gradient(135deg, #000, transparent 82%);
}
.page-panel::after {
  content: "";
  position: absolute;
  left: 34px;
  right: 34px;
  bottom: 28px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(124,60,255,.85), rgba(82,214,255,.65), transparent);
  opacity: .65;
}
.page-panel strong,
.page-panel span {
  position: relative;
  z-index: 1;
}
.page-panel strong {
  font-size: 28px;
}
.site-footer {
  background:
    radial-gradient(circle at 12% 12%, rgba(124,60,255,.09), transparent 32%),
    radial-gradient(circle at 88% 0%, rgba(82,214,255,.055), transparent 30%),
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(246,248,255,.98));
}
.footer-grid img { width: 182px; }

@media (max-width: 1060px) {
  .site-header { height: 72px; }
  .site-nav { gap: 14px; }
  .hero { min-height: auto; }
}

@media (max-width: 700px) {
  h1 { font-size: 34px; line-height: 1.16; }
  .hero { padding: 44px 0 28px; }
  .page-hero { padding: 50px 0 42px; }
  .brand img { width: 148px; }
  .section-heading h2,
  .case-copy h2,
  .about h2,
  .cta h2 { font-size: 28px; }
  .gateway-card h3 { font-size: 22px; }
  .page-panel strong { font-size: 24px; }
}


.hero-banner {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
}
.hero-banner::before {
  background:
    linear-gradient(90deg, rgba(5,10,26,.96) 0%, rgba(8,16,40,.90) 30%, rgba(8,16,40,.70) 54%, rgba(8,16,40,.38) 72%, rgba(8,16,40,.18) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0));
}
.hero-course-banner {
  background-image: url("assets/learn-ai-hero.png");
  min-height: 700px;
}
.page-hero-grid.single {
  grid-template-columns: minmax(0, 620px);
}
.hero-banner-copy {
  position: relative;
  z-index: 2;
}
.hero-banner .hero-text {
  max-width: 580px;
  color: rgba(255,255,255,.80);
}
.hero-banner .btn-outline {
  background: rgba(10,18,42,.24);
  border-color: rgba(255,255,255,.22);
}
.hero-banner .btn-outline:hover {
  background: rgba(255,255,255,.10);
}
@media (max-width: 1060px) {
  .hero-course-banner {
    min-height: 620px;
    background-position: 72% center;
  }
}
@media (max-width: 700px) {
  .hero-course-banner {
    min-height: auto;
    background-position: 72% center;
  }
  .page-hero-grid.single {
    grid-template-columns: 1fr;
  }
}

/* Learn AI page final layout cleanup */
.page-final-section {
  padding-bottom: 92px;
}
.compact-check-list {
  align-self: center;
}
.compact-check-list div {
  min-height: 62px;
}
.page-final-section + .site-footer,
main + .site-footer {
  margin-top: 0;
}
@media (max-width: 700px) {
  .page-final-section {
    padding-bottom: 64px;
  }
  .compact-check-list div {
    min-height: auto;
  }
}

/* System design hero carousel */
.system-carousel-panel {
  padding: 16px;
  min-height: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.system-carousel-panel::before,
.system-carousel-panel::after {
  display: none;
}
.system-carousel {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 438px;
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 20% 0%, rgba(124, 60, 255, .22), transparent 36%),
    linear-gradient(135deg, rgba(7, 18, 37, .96), rgba(11, 23, 48, .82));
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.14), 0 26px 70px rgba(0,0,0,.24);
}
.system-carousel::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.04), transparent 34%),
    radial-gradient(circle at 72% 28%, rgba(82,214,255,.16), transparent 32%);
  pointer-events: none;
}
.system-window-bar {
  position: relative;
  z-index: 3;
  height: 48px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 18px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(12px);
}
.system-window-bar span {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255,255,255,.34);
}
.system-window-bar span:first-child { background: rgba(124,60,255,.95); }
.system-window-bar span:nth-child(2) { background: rgba(82,214,255,.85); }
.system-window-bar strong {
  position: static;
  z-index: auto;
  margin: 0 0 0 8px;
  color: rgba(255,255,255,.86);
  font-size: 14px;
  letter-spacing: .04em;
}
.system-slides {
  position: relative;
  height: 390px;
}
.system-slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: scale(1.02);
  transition: opacity .55s ease, transform .7s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-slide.active {
  opacity: 1;
  transform: scale(1);
}
.system-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background: rgba(250, 247, 255, .96);
  filter: saturate(1.02) contrast(1.02);
}
.system-slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, transparent 58%, rgba(4, 9, 22, .46) 100%),
    linear-gradient(90deg, rgba(7, 18, 37, .06), transparent 38%);
  pointer-events: none;
}
.system-slide figcaption {
  position: absolute;
  left: 18px;
  bottom: 16px;
  z-index: 2;
  padding: 8px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(7, 18, 37, .72);
  border: 1px solid rgba(255,255,255,.18);
  font-size: 13px;
  font-weight: 900;
  backdrop-filter: blur(12px);
}
.system-carousel-arrow {
  position: absolute;
  top: 54%;
  transform: translateY(-50%);
  z-index: 5;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(7,18,37,.52);
  color: #fff;
  font-size: 22px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(12px);
}
.system-carousel-arrow.prev { left: 14px; }
.system-carousel-arrow.next { right: 14px; }
.system-carousel-arrow:hover { background: rgba(124,60,255,.68); }
.system-carousel-dots {
  position: absolute;
  z-index: 4;
  right: 16px;
  bottom: 16px;
  display: flex;
  gap: 8px;
}
.system-carousel-dots button {
  width: 30px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  background: rgba(255,255,255,.28);
  transition: width .2s ease, background .2s ease;
}
.system-carousel-dots button.active {
  width: 48px;
  background: linear-gradient(135deg, var(--purple), var(--cyan));
  box-shadow: 0 0 24px rgba(82,214,255,.36);
}
@media (max-width: 1060px) {
  .system-carousel-panel { min-height: 410px; }
  .system-carousel { min-height: 380px; }
  .system-slides { height: 332px; }
}
@media (max-width: 700px) {
  .system-carousel-panel {
    padding: 12px;
    min-height: 320px;
  }
  .system-carousel { min-height: 294px; border-radius: 20px; }
  .system-window-bar { height: 40px; }
  .system-slides { height: 252px; }
  .system-slide figcaption { left: 12px; bottom: 12px; font-size: 12px; }
  .system-carousel-dots { right: 12px; bottom: 14px; }
  .system-carousel-dots button { width: 22px; }
  .system-carousel-dots button.active { width: 34px; }
  .system-carousel-arrow {
    width: 30px;
    height: 30px;
    font-size: 20px;
  }
}





/* System design mobile showcase refined */
.system-mobile-section {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 18%, rgba(82,214,255,.10), transparent 28%),
    radial-gradient(circle at 12% 28%, rgba(124,60,255,.08), transparent 26%),
    linear-gradient(180deg, #fbfcff 0%, #f6f8fe 100%);
}
.system-mobile-section::before {
  content: "";
  position: absolute;
  inset: 30px max(12px, calc((100vw - var(--container)) / 2)) 34px;
  border-radius: 42px;
  background: linear-gradient(180deg, rgba(255,255,255,.78), rgba(255,255,255,.58));
  border: 1px solid rgba(111,124,155,.12);
  box-shadow: 0 24px 80px rgba(16,23,42,.05);
  pointer-events: none;
}
.refined-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
  min-height: 760px;
}
.refined-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 560px;
  padding: 82px 0 40px;
}
.capability-mini {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 14px;
  align-items: center;
  padding: 14px 16px;
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(124,60,255,.10);
  box-shadow: 0 10px 24px rgba(16,23,42,.04);
}
.capability-mini span {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 900;
  color: #5b3cf0;
  background: linear-gradient(135deg, rgba(124,60,255,.14), rgba(82,214,255,.12));
  border: 1px solid rgba(124,60,255,.10);
}
.capability-mini h3 {
  margin: 0 0 4px;
  font-size: 17px;
  line-height: 1.2;
}
.capability-mini p {
  margin: 0;
  color: var(--muted);
  font-size: 12.5px;
  line-height: 1.45;
}
.refined-stage {
  position: relative;
  min-height: 760px;
}
.mobile-device-float {
  position: absolute;
  margin: 0;
  display: grid;
  justify-items: center;
  gap: 8px;
}
.mobile-device-float img {
  width: auto;
  height: clamp(310px, 28vw, 430px);
  object-fit: contain;
  filter: drop-shadow(0 28px 36px rgba(16,23,42,.18));
}
.mobile-device-float figcaption {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(111,124,155,.14);
  box-shadow: 0 10px 24px rgba(16,23,42,.06);
  color: #1d2939;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
}
.float-top {
  top: 22px;
  left: 160px;
}
.float-middle {
  top: 215px;
  left: 330px;
}
.float-bottom {
  top: 450px;
  left: 150px;
}
@media (max-width: 1180px) {
  .refined-layout {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .refined-copy {
    padding: 0;
    min-height: auto;
    gap: 14px;
  }
  .refined-stage {
    min-height: 720px;
  }
  .float-top { left: 20%; }
  .float-middle { left: 50%; }
  .float-bottom { left: 18%; }
}
@media (max-width: 860px) {
  .system-mobile-section::before {
    inset: 22px 14px;
    border-radius: 28px;
  }
  .capability-mini {
    grid-template-columns: 44px 1fr;
    padding: 14px;
  }
  .capability-mini span {
    width: 36px;
    height: 36px;
    font-size: 15px;
  }
  .capability-mini h3 { font-size: 16px; }
  .refined-stage {
    min-height: auto;
    display: grid;
    gap: 24px;
    justify-items: center;
    padding: 6px 0 4px;
  }
  .mobile-device-float {
    position: static;
  }
  .mobile-device-float img {
    height: min(430px, 82vw);
  }
}


/* v4 spacing fix: phone showcase must be clean, separated, and centered */
.system-mobile-section {
  padding: 112px 0 120px;
  background:
    radial-gradient(circle at 78% 18%, rgba(82, 214, 255, 0.12), transparent 34%),
    radial-gradient(circle at 14% 32%, rgba(124, 60, 255, 0.10), transparent 34%),
    linear-gradient(180deg, #fbfcff 0%, #f5f8ff 100%) !important;
}

.system-mobile-section::before {
  inset: 56px max(20px, calc((100vw - var(--container)) / 2)) 56px !important;
  border-radius: 44px !important;
  background:
    radial-gradient(circle at 78% 20%, rgba(82, 214, 255, 0.10), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.86), rgba(255,255,255,.68)) !important;
}

.refined-layout {
  grid-template-columns: 390px minmax(0, 1fr) !important;
  gap: 46px !important;
  align-items: center !important;
  min-height: 980px !important;
}

.refined-copy {
  min-height: 760px !important;
  padding: 28px 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  gap: 0 !important;
}

.capability-mini {
  width: 100% !important;
  min-height: 96px !important;
  padding: 18px 18px !important;
  grid-template-columns: 52px 1fr !important;
  align-items: center !important;
  overflow: hidden !important;
}

.capability-mini span {
  width: 46px !important;
  height: 46px !important;
}

.capability-mini h3 {
  font-size: 18px !important;
  line-height: 1.22 !important;
  margin: 0 0 5px !important;
  white-space: normal !important;
}

.capability-mini p {
  font-size: 13px !important;
  line-height: 1.48 !important;
  margin: 0 !important;
  white-space: normal !important;
  word-break: keep-all !important;
  overflow-wrap: anywhere !important;
}

.refined-stage {
  position: relative !important;
  min-height: 930px !important;
  display: grid !important;
  grid-template-rows: repeat(3, 1fr) !important;
  align-items: center !important;
  justify-items: end !important;
  overflow: visible !important;
  padding-right: 24px !important;
}

.mobile-device-float {
  position: relative !important;
  inset: auto !important;
  margin: 0 !important;
  display: grid !important;
  justify-items: center !important;
  gap: 10px !important;
  transform: none !important;
}

.mobile-device-float img {
  height: clamp(270px, 24vw, 360px) !important;
  max-width: 100% !important;
  object-fit: contain !important;
  filter: drop-shadow(0 26px 34px rgba(16,23,42,.20)) !important;
}

.float-top {
  justify-self: center !important;
  transform: translateX(-22px) !important;
}

.float-middle {
  justify-self: end !important;
  transform: translateX(-10px) !important;
}

.float-bottom {
  justify-self: center !important;
  transform: translateX(-58px) !important;
}

.mobile-device-float figcaption {
  margin-top: 2px !important;
  background: rgba(255,255,255,.96) !important;
}

/* v4 carousel: bigger frame, full image, manual arrows */
.system-carousel-panel {
  min-height: 520px !important;
}

.system-carousel {
  min-height: 488px !important;
  border-radius: 30px !important;
}

.system-slides {
  height: 440px !important;
}

.system-slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
}

.system-carousel-arrow {
  display: inline-flex !important;
  opacity: 1 !important;
}

/* Keep the next section clearly separated and never let phones overlap it */
.system-mobile-section + .section.soft {
  padding-top: 92px !important;
}

@media (max-width: 1180px) {
  .refined-layout {
    grid-template-columns: 1fr !important;
    min-height: auto !important;
  }

  .refined-copy {
    min-height: auto !important;
    gap: 14px !important;
    padding: 0 !important;
  }

  .refined-stage {
    min-height: auto !important;
    grid-template-rows: none !important;
    grid-template-columns: repeat(3, minmax(220px, 1fr)) !important;
    gap: 38px !important;
    justify-items: center !important;
    overflow-x: auto !important;
    padding: 18px 8px 26px !important;
  }

  .mobile-device-float,
  .float-top,
  .float-middle,
  .float-bottom {
    transform: none !important;
    justify-self: center !important;
  }

  .mobile-device-float img {
    height: 380px !important;
  }
}

@media (max-width: 700px) {
  .system-mobile-section {
    padding: 64px 0 72px !important;
  }

  .system-mobile-section::before {
    inset: 26px 14px !important;
    border-radius: 28px !important;
  }

  .refined-stage {
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    overflow: visible !important;
  }

  .mobile-device-float img {
    height: min(410px, 86vw) !important;
  }

  .capability-mini {
    min-height: auto !important;
  }

  .system-carousel-panel {
    min-height: 350px !important;
  }

  .system-carousel {
    min-height: 320px !important;
  }

  .system-slides {
    height: 280px !important;
  }
}


/* v5 compact spacing fix requested */
.refined-layout {
  min-height: 860px !important;
  gap: 34px !important;
  align-items: stretch !important;
}

.refined-copy {
  height: 100% !important;
  min-height: 680px !important;
  padding: 18px 0 !important;
  justify-content: space-evenly !important;
  align-self: stretch !important;
}

.capability-mini {
  min-height: 84px !important;
  padding: 16px 18px !important;
}

.capability-mini h3 {
  font-size: 17px !important;
  margin: 0 0 4px !important;
}

.capability-mini p {
  font-size: 12.5px !important;
  line-height: 1.42 !important;
}

.system-mobile-section::before {
  inset: 34px max(12px, calc((100vw - var(--container)) / 2)) 34px !important;
}

.refined-stage {
  min-height: 700px !important;
  grid-template-rows: 220px 220px 220px !important;
  align-content: center !important;
  justify-items: end !important;
  padding-right: 24px !important;
}

.float-top {
  justify-self: center !important;
  transform: translateX(-22px) translateY(4px) !important;
}

.float-middle {
  justify-self: end !important;
  transform: translateX(-10px) translateY(0) !important;
}

.float-bottom {
  justify-self: center !important;
  transform: translateX(-58px) translateY(-6px) !important;
}

.mobile-device-float {
  gap: 8px !important;
}

.mobile-device-float img {
  height: clamp(250px, 22vw, 330px) !important;
}

@media (max-width: 1180px) {
  .refined-layout {
    min-height: auto !important;
  }
  .refined-copy {
    min-height: auto !important;
    height: auto !important;
    justify-content: flex-start !important;
  }
  .refined-stage {
    min-height: auto !important;
    grid-template-rows: none !important;
  }
}


/* v6 exact request: only tighten vertical spacing, keep horizontal spacing unchanged */
.refined-stage {
  min-height: 620px !important;
  grid-template-rows: 180px 180px 180px !important;
  align-content: center !important;
}

.float-top {
  transform: translateX(-22px) translateY(34px) !important;
}

.float-middle {
  transform: translateX(-10px) translateY(0) !important;
}

.float-bottom {
  transform: translateX(-58px) translateY(-42px) !important;
}

@media (max-width: 1180px) {
  .refined-stage {
    min-height: auto !important;
    grid-template-rows: none !important;
  }
  .float-top,
  .float-middle,
  .float-bottom {
    transform: none !important;
  }
}


/* v7 targeted fix: phones not sticking together, cards closer vertically */
.refined-copy {
  min-height: 610px !important;
  height: auto !important;
  justify-content: flex-start !important;
  gap: 12px !important;
  padding: 26px 0 !important;
}

.capability-mini {
  min-height: 78px !important;
  padding: 14px 16px !important;
}

.capability-mini h3 {
  font-size: 16px !important;
  margin: 0 0 3px !important;
}

.capability-mini p {
  font-size: 12px !important;
  line-height: 1.38 !important;
}

.refined-stage {
  min-height: 740px !important;
  grid-template-rows: 230px 230px 230px !important;
  align-content: center !important;
}

/* keep left-right positions unchanged, only adjust vertical spacing */
.float-top {
  transform: translateX(-22px) translateY(8px) !important;
}

.float-middle {
  transform: translateX(-10px) translateY(0) !important;
}

.float-bottom {
  transform: translateX(-58px) translateY(-10px) !important;
}

.mobile-device-float img {
  height: clamp(255px, 22.5vw, 335px) !important;
}

@media (max-width: 1180px) {
  .refined-copy {
    min-height: auto !important;
    gap: 12px !important;
    padding: 0 !important;
  }
  .refined-stage {
    min-height: auto !important;
    grid-template-rows: none !important;
  }
  .float-top,
  .float-middle,
  .float-bottom {
    transform: none !important;
  }
}


/* v8 visual polish: less empty white, stronger tech-line panel, cards 410px / gap 27px */
.system-mobile-section {
  background:
    radial-gradient(circle at 12% 22%, rgba(124, 60, 255, 0.11), transparent 26%),
    radial-gradient(circle at 82% 16%, rgba(82, 214, 255, 0.10), transparent 24%),
    linear-gradient(180deg, #f8faff 0%, #f2f6ff 100%) !important;
}

.system-mobile-section::before {
  inset: 38px max(12px, calc((100vw - var(--container)) / 2)) 38px !important;
  border-radius: 44px !important;
  border: 1px solid rgba(124, 60, 255, 0.08) !important;
  background:
    repeating-linear-gradient(90deg, rgba(109, 67, 255, 0.045) 0 1px, transparent 1px 68px),
    repeating-linear-gradient(180deg, rgba(82, 214, 255, 0.04) 0 1px, transparent 1px 68px),
    linear-gradient(135deg, rgba(255,255,255,0) 0 70%, rgba(82,214,255,.10) 70% 71%, rgba(255,255,255,0) 71% 100%),
    radial-gradient(circle at 78% 18%, rgba(82, 214, 255, 0.18), transparent 24%),
    radial-gradient(circle at 18% 18%, rgba(124, 60, 255, 0.14), transparent 22%),
    linear-gradient(135deg, rgba(249, 251, 255, 0.98) 0%, rgba(243, 247, 255, 0.96) 46%, rgba(233, 241, 255, 0.98) 100%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.65),
    0 24px 70px rgba(18, 32, 71, 0.06) !important;
}

.refined-layout {
  gap: 44px !important;
}

.refined-copy {
  width: 410px !important;
  min-height: 650px !important;
  gap: 27px !important;
  padding: 12px 0 !important;
}

.capability-mini {
  min-height: 72px !important;
  padding: 12px 16px !important;
  border: 1px solid rgba(124,60,255,.08) !important;
  background: rgba(255,255,255,.82) !important;
  box-shadow: 0 10px 24px rgba(17, 24, 39, 0.04) !important;
}

.capability-mini h3 {
  font-size: 16px !important;
}

.capability-mini p {
  font-size: 12px !important;
}

@media (max-width: 1180px) {
  .refined-copy {
    width: 100% !important;
    gap: 18px !important;
    min-height: auto !important;
  }
}
