/* Two specialisms, one visual system. Loaded after the legacy page styles. */
:root {
  --primary: #2459eb;
  --primary-dark: #1944bb;
  --gradient-start: #2459eb;
  --gradient-end: #7441dc;
}
[data-theme="light"] {
  --text-muted: #526078;
  --bg-primary: #fff;
  --bg-secondary: #f6f8fc;
  --text-primary: #111d35;
  --text-secondary: #526078;
  --border-color: #dfe5ee;
}
[data-theme="dark"] {
  --text-muted: #a6b5ca;
  --primary: #91b2ff;
}
body {
  overflow-x: clip;
}
:focus-visible {
  outline: 3px solid #4b88ff;
  outline-offset: 5px;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 2000;
  padding: 12px 20px;
  background: var(--bg-primary);
  color: var(--text-primary);
}
.skip-link:focus {
  top: 12px;
}
.navbar,
.navbar.scrolled {
  background: var(--bg-primary);
  border-bottom: 1px solid var(--border-color);
  backdrop-filter: blur(20px);
}
.navbar {
  height: 76px;
}
.nav-logo {
  color: var(--text-primary);
  background: none;
  -webkit-text-fill-color: currentColor;
  letter-spacing: -1.2px;
  font-weight: 800;
}
.nav-logo span {
  color: #2463ed;
}
.nav-links {
  gap: 24px;
}
.nav-links a {
  font-size: 0.82rem;
}
.nav-links a[aria-current="page"] {
  color: var(--text-primary);
}
.nav-links a[aria-current="page"]::after {
  width: 100%;
}
.btn {
  border-radius: 6px;
  gap: 16px;
  font-weight: 600;
  box-shadow: none;
}
.nav-cta .btn {
  background: #111d35;
  color: #fff;
}
.mobile-overlay {
  pointer-events: none;
  visibility: hidden;
}
.mobile-overlay.open {
  pointer-events: auto;
  visibility: visible;
}
.mobile-nav:not(.open) {
  visibility: hidden;
}
.mobile-nav.open {
  visibility: visible;
}
.mobile-nav-close button {
  font-size: 1.5rem;
}
.mobile-nav-links .btn {
  color: #fff;
}
.eyebrow {
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #355791;
  margin-bottom: 16px;
}
[data-theme="dark"] .eyebrow {
  color: #91b2ff;
}
.gateway-section {
  padding: 112px 0 26px;
}
.gateway-section > .container {
  max-width: 1320px;
}
.gateway-intro {
  text-align: center;
  margin-bottom: 30px;
}
.gateway-intro .eyebrow {
  margin-bottom: 10px;
}
.gateway-intro h1 {
  font-size: clamp(2.4rem, 4.2vw, 3.6rem);
  line-height: 1.06;
  letter-spacing: -0.055em;
  font-weight: 800;
  margin-bottom: 16px;
}
.gateway-intro > p:last-child {
  color: var(--text-secondary);
  font-size: 0.95rem;
  line-height: 1.55;
}
.gateway-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.gateway {
  position: relative;
  isolation: isolate;
  border-radius: 12px;
  overflow: hidden;
  min-height: 450px;
  color: #fff;
  background: #101c32;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition:
    transform 0.25s,
    box-shadow 0.25s;
}
.gateway:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px #0c183529;
}
.gateway-image {
  position: absolute;
  inset: 0;
  z-index: -2;
}
.gateway-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}
.gateway::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(
      90deg,
      rgba(7, 21, 44, 0.91),
      rgba(7, 21, 44, 0.68) 40%,
      rgba(7, 21, 44, 0.06) 83%
    ),
    linear-gradient(0deg, rgba(8, 16, 32, 0.85), transparent 30%);
}
.development-gateway::before {
  background:
    linear-gradient(
      90deg,
      rgba(24, 16, 53, 0.92),
      rgba(24, 16, 53, 0.68) 45%,
      rgba(24, 16, 53, 0.04) 90%
    ),
    linear-gradient(0deg, rgba(19, 13, 40, 0.86), transparent 30%);
}
.gateway-content {
  padding: 30px 32px 22px;
}
.gateway-number {
  font-size: 0.6rem;
  letter-spacing: 0.18em;
  color: #ccd9f2;
  display: block;
  margin-bottom: 15px;
}
.gateway h2 {
  font-size: clamp(1.6rem, 2.45vw, 2.15rem);
  letter-spacing: -0.04em;
  line-height: 1.13;
  max-width: 410px;
  margin-bottom: 16px;
}
.gateway p {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #eef1ff;
}
.gateway .platform-list {
  margin: 18px 0 22px;
  font-size: 0.72rem;
  line-height: 1.75;
}
.gateway .btn {
  font-size: 0.78rem;
  padding: 12px 16px;
  margin-top: 22px;
}
.gateway .platform-list + .btn {
  margin-top: 0;
}
.commerce-button {
  background: #1556ed;
  color: #fff;
}
.development-button {
  background: #7432da;
  color: #fff;
}
.commerce-button:hover,
.development-button:hover {
  filter: brightness(1.12);
  color: #fff;
}
.gateway-bottom {
  padding: 16px 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: space-between;
  color: #e2e8f7;
  font-size: 0.6rem;
}
.visual-label {
  letter-spacing: 0.07em;
  font-size: 0.52rem;
  opacity: 0.85;
}
.gateway-help {
  text-align: center;
  margin-top: 22px;
  font-size: 0.8rem;
  color: var(--text-secondary);
}
.gateway-help a,
.text-link,
.scope-note a {
  color: var(--primary);
  font-weight: 600;
}
.gateway-help a {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.section-heading {
  text-align: center;
  margin-bottom: 36px;
}
.section-heading h2,
.faq-layout h2,
.choose-cta h2,
.project-detail h2 {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  line-height: 1.2;
  letter-spacing: -0.045em;
  margin-bottom: 12px;
}
.section-heading > p:last-child {
  color: var(--text-secondary);
  font-size: 0.95rem;
}
.expertise-section {
  background: linear-gradient(180deg, var(--bg-secondary), var(--bg-primary));
}
.expertise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
.lane-label {
  color: #1556ed;
}
.development-column .lane-label,
.violet-text {
  color: #7432da;
}
[data-theme="dark"] .violet-text,
[data-theme="dark"] .development-column .lane-label {
  color: #bc9aff;
}
.expertise-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid var(--border-color);
}
.expertise-row > span:last-child {
  margin-left: auto;
  color: var(--text-secondary);
}
.expertise-row:hover h3 {
  color: var(--primary);
}
.expertise-row h3 {
  font-size: 1rem;
  margin-bottom: 3px;
  letter-spacing: -0.02em;
}
.expertise-row p {
  color: var(--text-secondary);
  font-size: 0.81rem;
}
.line-icon {
  display: grid;
  place-items: center;
  flex-shrink: 0;
  width: 38px;
  height: 38px;
  border: 1px solid var(--border-color);
  border-radius: 10px;
  color: var(--primary);
  font-size: 0.75rem;
}
.concept-section {
  background: var(--bg-secondary);
}
.concept-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.concept-card {
  border: 1px solid var(--border-color);
  background: var(--bg-primary);
  border-radius: 12px;
  overflow: hidden;
  transition: transform 0.2s;
}
.concept-card:hover {
  transform: translateY(-4px);
}
.concept-copy {
  padding: 26px 28px 20px;
}
.concept-copy .eyebrow {
  font-size: 0.6rem;
  margin-bottom: 10px;
}
.concept-copy h3 {
  font-size: 1.4rem;
  letter-spacing: -0.03em;
  margin-bottom: 5px;
}
.concept-copy p:not(.eyebrow) {
  color: var(--text-secondary);
  font-size: 0.78rem;
}
.concept-badge {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 0.56rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #e7edfa;
  color: #274678;
  border-radius: 24px;
  padding: 7px 12px;
  margin-top: 16px;
}
.concept-card img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.concept-note,
figcaption {
  font-size: 0.7rem;
  color: var(--text-secondary);
  margin-top: 16px;
  text-align: center;
}
.service-portfolio-link {
  margin: 22px 0 8px;
  padding: 18px 20px;
  border: 1px solid rgba(96, 165, 250, 0.25);
  border-radius: 12px;
  background: rgba(96, 165, 250, 0.08);
  color: var(--text-secondary);
}
.portfolio-hero {
  padding: 150px 0 86px;
  background: var(--hero-bg);
  color: #fff;
}
.portfolio-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 46px;
  align-items: center;
}
.portfolio-hero h1 {
  color: #fff;
  font-size: clamp(3rem, 6vw, 6.4rem);
  line-height: 0.92;
  letter-spacing: -0.06em;
  margin: 0 0 22px;
}
.portfolio-hero p {
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.05rem;
  line-height: 1.8;
}
.portfolio-hero picture,
.portfolio-gallery picture {
  display: block;
}
.portfolio-hero img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 18px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.32);
}
.portfolio-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}
.portfolio-meta span {
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  padding: 8px 12px;
  font-size: 0.78rem;
}
.portfolio-story {
  background: var(--bg-primary);
}
.portfolio-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.portfolio-points article {
  border-top: 1px solid var(--border-color);
  padding-top: 22px;
}
.portfolio-points h2 {
  font-size: 1.15rem;
  margin-bottom: 10px;
}
.portfolio-points p {
  color: var(--text-secondary);
  line-height: 1.75;
}
.seller-snapshot-section {
  background: linear-gradient(135deg, #071226 0%, #10213c 58%, #0a172b 100%);
  color: #fff;
}
.seller-snapshot-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 46px;
  align-items: center;
}
.seller-snapshot-copy h2 {
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 4.15rem);
  line-height: 0.98;
  letter-spacing: -0.055em;
  margin-bottom: 18px;
}
.seller-snapshot-copy p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.8;
  max-width: 560px;
}
.snapshot-list {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}
.snapshot-list span {
  position: relative;
  color: rgba(255, 255, 255, 0.82);
  padding-left: 26px;
  font-size: 0.9rem;
}
.snapshot-list span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.56em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #19d4a3;
  box-shadow: 0 0 0 5px rgba(25, 212, 163, 0.15);
}
.seller-dashboard {
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 22px;
  background:
    radial-gradient(circle at 80% 8%, rgba(120, 93, 255, 0.2), transparent 28%),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.3);
  padding: 24px;
}
.dashboard-topbar,
.panel-heading,
.status-row,
.top-product {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.dashboard-kicker,
.dashboard-period,
.seller-dashboard small,
.panel-heading span,
.status-row span,
.top-product span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.74rem;
}
.dashboard-topbar h3 {
  color: #fff;
  font-size: 1.22rem;
  margin-top: 4px;
}
.dashboard-period {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 8px 12px;
  white-space: nowrap;
}
.metric-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 24px 0 14px;
}
.metric-grid article,
.trend-panel,
.status-panel,
.top-product {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.09);
}
.metric-grid article {
  padding: 16px;
}
.metric-grid span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.72rem;
  margin-bottom: 8px;
}
.metric-grid strong {
  display: block;
  color: #fff;
  font-size: clamp(1.35rem, 2.5vw, 1.9rem);
  letter-spacing: -0.045em;
  margin-bottom: 6px;
}
.dashboard-main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 14px;
}
.trend-panel,
.status-panel {
  padding: 18px;
}
.panel-heading {
  margin-bottom: 18px;
}
.panel-heading strong,
.status-row strong {
  color: #fff;
  font-size: 0.84rem;
}
.trend-chart {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  align-items: end;
  gap: 9px;
  height: 150px;
}
.trend-chart span {
  display: block;
  min-height: 28px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, #19d4a3, #5e6bff);
  box-shadow: 0 12px 24px rgba(25, 212, 163, 0.14);
}
.status-panel {
  display: grid;
  align-content: start;
  gap: 12px;
}
.status-row {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 12px;
}
.top-product {
  margin-top: 14px;
  padding: 12px;
  justify-content: flex-start;
}
.top-product picture {
  flex: 0 0 86px;
  overflow: hidden;
  border-radius: 12px;
}
.top-product img {
  width: 86px;
  height: 64px;
  object-fit: cover;
}
.top-product strong {
  display: block;
  color: #fff;
  margin: 4px 0;
  font-size: 0.92rem;
}
.portfolio-gallery-section {
  background: var(--bg-secondary);
}
.portfolio-gallery {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(0, 0.75fr);
  gap: 20px;
}
.portfolio-gallery figure {
  margin: 0;
  border: 1px solid var(--border-color);
  border-radius: 16px;
  background: var(--bg-primary);
  overflow: hidden;
}
.portfolio-gallery .featured {
  grid-row: span 3;
}
.portfolio-gallery img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}
.portfolio-gallery .featured img {
  aspect-ratio: 4 / 3;
}
.portfolio-gallery figcaption {
  margin: 0;
  padding: 14px 16px 16px;
  text-align: left;
  font-size: 0.78rem;
}
.journey {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}
.journey li {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.journey li > span {
  flex-shrink: 0;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #eaf0fc;
  color: #1b428c;
  font-size: 0.78rem;
}
.journey h3 {
  font-size: 0.9rem;
  margin-bottom: 6px;
}
.journey p {
  font-size: 0.78rem;
  color: var(--text-secondary);
}
.faq-section {
  border-top: 1px solid var(--border-color);
  padding-top: 56px;
}
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 70px;
}
.question-list details {
  border: 1px solid var(--border-color);
  border-radius: 7px;
  margin-bottom: 12px;
}
.question-list summary {
  padding: 17px 20px;
  font-weight: 600;
  font-size: 0.85rem;
  cursor: pointer;
}
.question-list p {
  padding: 0 20px 20px;
  font-size: 0.88rem;
  color: var(--text-secondary);
}
.question-list a {
  text-decoration: underline;
}
.choose-cta {
  padding: 60px 0;
  background:
    radial-gradient(ellipse at 5% 100%, #163974, transparent 65%), #111d35;
  color: #fff;
  text-align: center;
}
.choose-cta .eyebrow {
  color: #a8bfe9;
}
.choose-cta p:not(.eyebrow) {
  color: #cfdaed;
  font-size: 0.95rem;
}
.cta-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}
.cta-buttons .btn {
  font-size: 0.85rem;
}
.site-footer {
  padding: 56px 0 24px;
  background: var(--bg-primary);
}
.footer-columns {
  display: grid;
  grid-template-columns: 1.8fr 1.2fr 1.2fr 0.8fr;
  gap: 32px;
}
.footer-columns p {
  margin-top: 12px;
  color: var(--text-secondary);
  font-size: 0.8rem;
}
.footer-columns h2 {
  font-size: 0.8rem;
  margin-bottom: 16px;
}
.footer-columns > div > a:not(.nav-logo) {
  display: block;
  font-size: 0.78rem;
  color: var(--text-secondary);
  margin-bottom: 10px;
}
.footer-columns a:hover {
  color: var(--primary);
}
.copyright {
  margin-top: 40px;
  font-size: 0.67rem;
  color: var(--text-secondary);
}
.development-hero {
  padding: 140px 0 64px;
  background: var(--bg-secondary);
}
.development-hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.development-hero h1 {
  font-size: clamp(2.4rem, 4vw, 3.8rem);
  letter-spacing: -0.055em;
  line-height: 1.1;
  margin-bottom: 24px;
}
.development-hero p:not(.eyebrow) {
  color: var(--text-secondary);
  max-width: 480px;
}
.development-hero .cta-buttons {
  justify-content: flex-start;
}
.development-hero picture img,
.project-detail picture img {
  border-radius: 12px;
  width: 100%;
}
.development-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.development-services article {
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
.service-index {
  font-size: 0.67rem;
  color: var(--primary);
  letter-spacing: 0.12em;
  margin-bottom: 20px;
}
.development-services h2 {
  font-size: 1.35rem;
  line-height: 1.3;
  margin-bottom: 14px;
}
.development-services p,
.development-services li {
  font-size: 0.85rem;
  color: var(--text-secondary);
}
.development-services ul {
  list-style: disc;
  padding-left: 18px;
  margin: 20px 0 28px;
}
.development-services li {
  margin-bottom: 10px;
}
.development-services .text-link {
  margin-top: auto;
  font-size: 0.82rem;
}
.scope-note {
  font-size: 0.85rem;
  color: var(--text-secondary);
  margin-top: 28px;
  text-align: center;
}
.project-detail {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 48px;
  align-items: center;
}
.project-detail .concept-badge {
  margin: 0 0 16px;
}
.project-detail p:not(.eyebrow),
.project-detail li {
  color: var(--text-secondary);
  margin-bottom: 20px;
  font-size: 0.9rem;
}
.project-detail h3 {
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.project-detail .btn {
  font-size: 0.85rem;
}
.services-switch {
  display: inline-block;
  margin-top: 20px;
  color: var(--primary);
  text-decoration: underline;
  text-underline-offset: 4px;
}
.ebay-preview {
  padding: 28px 0;
  margin: 24px 0;
  border-block: 1px solid var(--border-color);
}
.ebay-preview h3 {
  font-size: 1.35rem;
}
.scroll-reveal {
  opacity: 1;
  transform: none;
}
@media (prefers-reduced-motion: no-preference) {
  .scroll-reveal.revealed {
    animation: fadeInUp 0.4s ease both;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
  .animate-fade-up,
  .scroll-reveal {
    opacity: 1 !important;
    transform: none !important;
  }
}
@media (max-width: 1000px) {
  .nav-links {
    gap: 16px;
  }
  .nav-links a {
    font-size: 0.75rem;
  }
  .nav-cta {
    gap: 8px;
  }
  .gateway-content {
    padding: 26px 24px;
  }
  .gateway {
    min-height: 440px;
  }
  .gateway-bottom {
    padding: 14px 20px;
  }
  .expertise-grid {
    gap: 32px;
  }
  .development-services {
    grid-template-columns: 1fr;
  }
  .journey {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 32px;
  }
  .faq-layout {
    gap: 32px;
  }
  .portfolio-hero-grid,
  .seller-snapshot-grid,
  .portfolio-points,
  .portfolio-gallery {
    grid-template-columns: 1fr;
  }
  .metric-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .portfolio-gallery .featured {
    grid-row: auto;
  }
}
@media (max-width: 768px) {
  .navbar {
    height: 70px;
  }
  .nav-cta {
    margin-left: auto;
    margin-right: 10px;
  }
  .gateway-section {
    padding-top: 96px;
  }
  .gateway-intro h1 {
    font-size: 2.55rem;
  }
  .gateway h2 {
    font-size: 1.6rem;
  }
  .gateway .platform-list {
    font-size: 0.67rem;
  }
  .gateway-content {
    padding: 24px 20px;
  }
  .gateway-bottom {
    font-size: 0.54rem;
  }
  .footer-columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .development-hero {
    padding-top: 108px;
  }
  .portfolio-hero {
    padding: 108px 0 56px;
  }
  .portfolio-hero h1 {
    font-size: 2.8rem;
  }
  .seller-dashboard {
    padding: 18px;
  }
  .dashboard-main {
    grid-template-columns: 1fr;
  }
  .development-hero-grid,
  .project-detail {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 700px) {
  .gateway-grid,
  .expertise-grid,
  .concept-grid,
  .faq-layout {
    grid-template-columns: 1fr;
  }
  .gateway {
    min-height: 370px;
  }
  .gateway h2 {
    font-size: 1.95rem;
  }
  .gateway-image img {
    object-position: center;
  }
  .gateway-content {
    padding: 25px;
  }
  .gateway-bottom {
    font-size: 0.57rem;
  }
  .gateway-intro h1 {
    font-size: clamp(2.2rem, 9vw, 2.7rem);
  }
  .gateway-intro > p:last-child {
    font-size: 0.85rem;
  }
  .desktop-break {
    display: none;
  }
  .gateway-help {
    font-size: 0.73rem;
  }
  .section-heading h2 {
    font-size: 1.9rem;
  }
  .section-heading {
    margin-bottom: 28px;
  }
  .concept-copy {
    padding: 24px;
  }
  .journey {
    gap: 26px 18px;
  }
  .journey li {
    flex-direction: column;
    gap: 12px;
  }
  .cta-buttons {
    flex-direction: column;
  }
  .cta-buttons .btn {
    width: 100%;
    max-width: 360px;
  }
  .choose-cta {
    padding: 48px 0;
  }
  .footer-columns {
    gap: 32px 22px;
  }
  .development-hero .cta-buttons {
    align-items: flex-start;
  }
  .dashboard-topbar {
    align-items: flex-start;
    flex-direction: column;
  }
  .dashboard-period {
    white-space: normal;
  }
  .metric-grid {
    grid-template-columns: 1fr;
  }
  .trend-chart {
    height: 126px;
  }
  .top-product {
    align-items: flex-start;
  }
}
