@font-face {
  font-family: "Aller";
  src:
    url("assets/fonts/Aller_Lt.woff") format("woff"),
    url("assets/fonts/Aller_Lt.ttf") format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

:root {
  color-scheme: only dark;
  --bg-dark: #090611;
  --bg-panel: #140b24;
  --bg-panel-strong: #10071d;
  --bg-soft: #f7f4ff;
  --bg-contrast: #ece7ff;
  --surface: rgba(255, 255, 255, 0.08);
  --surface-strong: rgba(255, 255, 255, 0.12);
  --text-light: #f8f7ff;
  --text-dark: #1c1530;
  --text-muted: #cfc6eb;
  --text-soft: #645b84;
  --violet: #8a5cff;
  --violet-strong: #6c3cff;
  --violet-pale: #cdbbff;
  --border: rgba(255, 255, 255, 0.14);
  --shadow: 0 24px 60px rgba(9, 6, 17, 0.28);
  --radius-xl: 24px;
  --radius-lg: 16px;
  --radius-md: 12px;
  --container: min(1240px, calc(100vw - 2rem));
  --transition: 220ms ease;
  --heading-font: "Space Grotesk", "Bahnschrift", "Segoe UI Variable Display", sans-serif;
  --body-font: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --brand-accent-font: "Aller", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
}

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

html {
  scroll-behavior: auto;
  overflow-x: clip;
  background-color: var(--bg-dark);
  color-scheme: only dark;
}

body {
  margin: 0;
  font-family: var(--body-font);
  overflow-x: clip;
  background:
    linear-gradient(180deg, #0b0714 0%, #090611 46%, #090611 100%);
  background-color: var(--bg-dark);
  color: var(--text-light);
}

/* Keep mobile WebViews from guessing or inverting the intended palette. */
:where(
  .site-header,
  .hero-section,
  .offer-section,
  .builder-section,
  .stats-section,
  .pricing-section,
  .faq-section,
  .article-hero,
  .article-comparison,
  .article-decision,
  .article-side,
  .content-modal-shell,
  .contact-box-solid,
  .cookie-banner,
  .site-nav,
  .nav-mobile-card
) {
  color-scheme: only dark;
}

:where(
  .gallery-section,
  .testimonials-section,
  .contact-section,
  .about-section,
  .article-content-section,
  .article-card,
  .article-return,
  .pricing-details-panel,
  .pricing-details-table-wrap,
  .pricing-details-table,
  .pricing-details-notes,
  .contact-box-open,
  .contact-next,
  .contact-next-content,
  .gallery-card,
  .seo-case-card,
  .about-facts article,
  .lightbox-shell,
  .lightbox-body,
  .lightbox-case-study div,
  .content-modal-section,
  .site-footer
) {
  color-scheme: only light;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.flex-icon {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

button {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  background: #fff;
  color: #000;
  z-index: 20;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(18px);
  background: rgba(9, 6, 17, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  transition: background-color var(--transition), border-color var(--transition);
}

@-moz-document url-prefix() {
  .site-header {
    backdrop-filter: none;
    background: rgba(9, 6, 17, 0.96);
  }

  body.menu-open .site-header {
    background: #090611;
  }
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1rem;
  min-height: 5rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.84rem;
  margin-right: auto;
  text-decoration: none;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  overflow: hidden;
}

.brand-mark img {
  display: block;
  width: auto;
  height: 44px;
  max-width: none;
  flex-shrink: 0;
  object-fit: contain;
}

.brand-copy {
  display: grid;
  gap: 0.14rem;
  min-width: 0;
  transform: translateY(2px);
}

.brand-copy strong,
.brand-copy span,
.brand-tagline {
  line-height: 1.1;
}

.brand-copy strong {
  display: block;
  color: #f8f5ff;
  font-family: var(--brand-accent-font);
  font-size: 1.275rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  white-space: nowrap;
}

.brand-copy span {
  color: #b7a3ff;
  display: block;
  font-family: var(--brand-accent-font);
  font-size: 0.75rem;
  font-weight: 300;
  letter-spacing: 0.24em;
  overflow-wrap: normal;
  text-transform: uppercase;
  padding-left: 0.04rem;
  white-space: nowrap;
}

.brand-tagline {
  display: block;
  align-self: center;
  margin-left: 0.18rem;
  transform: translateY(3px);
  color: #9a90b6;
  font-family: var(--brand-accent-font);
  font-size: 0.74rem;
  font-weight: 300;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  white-space: nowrap;
}

.language-switcher {
  display: inline-flex;
  align-items: center;
  gap: 0.32rem;
  flex-shrink: 0;
}

.language-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  padding: 0.27rem;
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  opacity: 0.72;
  transition:
    background-color var(--transition),
    border-color var(--transition),
    box-shadow var(--transition),
    opacity var(--transition),
    transform var(--transition);
}

.language-option svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
}

.language-option:hover,
.language-option:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  opacity: 1;
  transform: translateY(-1px);
}

.language-option[aria-pressed="true"] {
  border-color: rgba(205, 187, 255, 0.42);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  opacity: 1;
}

.site-nav ul {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-mobile-card {
  display: none;
}

#site-menu > li > a {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.68rem 1.1875rem 0.96rem 1rem;
  border-radius: 999px;
  text-decoration: none;
  color: var(--text-light);
  transition: background-color var(--transition), color var(--transition), transform var(--transition);
}

.nav-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.08rem;
  height: 1.08rem;
  color: currentColor;
  opacity: 0.84;
  transform: translateY(2px);
  flex-shrink: 0;
}

.nav-icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
  stroke: none;
}

.nav-label {
  line-height: 1;
  transform: translateY(0.01rem);
}

#site-menu > li > a:hover,
#site-menu > li > a:focus-visible {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

#site-menu > li > a[aria-current="true"] {
  background: linear-gradient(135deg, rgba(205, 187, 255, 0.22), rgba(138, 92, 255, 0.22));
  color: #fff;
}

#site-menu > li > a[aria-current="true"]:hover,
#site-menu > li > a[aria-current="true"]:focus-visible {
  background: linear-gradient(135deg, rgba(205, 187, 255, 0.34), rgba(138, 92, 255, 0.36));
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.14);
  color: #fff;
}

.nav-toggle {
  display: none;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(205, 187, 255, 0.32);
  border-radius: 999px;
  background: rgba(18, 11, 33, 0.78);
  color: #ffffff;
  cursor: pointer;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.nav-toggle span {
  display: block;
  width: 1.1rem;
  height: 2px;
  margin: 0.28rem auto;
  background: currentColor;
}

.section {
  padding: 6rem 0;
  scroll-margin-top: 6.5rem;
}

.reveal-item {
  opacity: 0;
  transform: translate3d(0, 24px, 0);
  transition:
    opacity 860ms ease,
    transform 980ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

.reveal-item.reveal-up {
  transform: translate3d(0, 24px, 0);
}

.reveal-item.reveal-left {
  transform: translate3d(26px, 0, 0);
}

.reveal-item.reveal-right {
  transform: translate3d(-26px, 0, 0);
}

.reveal-item.reveal-pop {
  transform: translate3d(0, 20px, 0) scale(0.96);
}

.reveal-item.reveal-soft {
  transform: translate3d(0, 14px, 0);
}

.reveal-item.is-revealed {
  opacity: 1;
  transform: none;
  will-change: auto;
}

.hero-section {
  position: relative;
  padding-top: 7rem;
  min-height: calc(100vh - 5rem);
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    radial-gradient(ellipse at 18% 19%, rgba(42, 24, 76, 0.32), transparent 48%),
    radial-gradient(ellipse at 78% 30%, rgba(86, 54, 128, 0.16), transparent 46%),
    linear-gradient(180deg, #130b24 0%, #10091f 34%, #0d0818 78%, #0b0715 100%);
}

.hero-backdrop {
  display: none;
}

.hero-grid {
  position: relative;
  z-index: 2;
}

.hero-motion {
  position: absolute;
  inset: -8% -6%;
  overflow: hidden;
  pointer-events: none;
  transform: translateY(-180px);
  contain: layout paint;
  z-index: 1;
}

.hero-motion::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: repeating-linear-gradient(
    37deg,
    rgba(255, 255, 255, 0.006) 0,
    rgba(255, 255, 255, 0.006) 1px,
    transparent 1px,
    transparent 4px
  );
}

.hero-motion-canvas {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@-moz-document url-prefix() {
  .hero-motion::after {
    opacity: 0;
    background-image: none;
    mix-blend-mode: normal;
  }
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 2rem;
  align-items: center;
}

.eyebrow {
  margin: 0 0 1rem;
  color: var(--violet-pale);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.8rem;
  font-weight: 700;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--heading-font);
  line-height: 1.03;
  letter-spacing: -0.04em;
}

h1 {
  font-size: clamp(2.88rem, 6.3vw, 4.77rem);
  max-width: 16ch;
}

h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
}

h3 {
  font-size: 1.45rem;
}

.lead,
.section-heading p,
.metric-card p,
.offer-card p,
.pricing-card p,
.contact-card p,
.lightbox-copy p {
  line-height: 1.75;
  font-size: 1.02rem;
}

.hero-copy .lead {
  max-width: min(100%, 60ch);
  color: var(--text-muted);
  margin: 1.4rem 0 0;
  overflow-wrap: break-word;
}

.hero-points {
  display: grid;
  gap: 0.85rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}

.hero-points li {
  padding: 1rem 1.1rem;
  border: 1px solid rgba(205, 187, 255, 0.22);
  border-radius: var(--radius-md);
  background: rgba(22, 16, 32, 0.78);
  color: var(--text-muted);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.4rem;
  border: 0;
  padding: 0.85rem 1.4rem;
  border-radius: 999px;
  text-decoration: none;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform var(--transition), background-color var(--transition), color var(--transition);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, var(--violet) 0%, #ffffff 180%);
  color: #120a21;
  box-shadow: 0 16px 40px rgba(138, 92, 255, 0.28);
}

.button-secondary {
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.035);
  color: var(--text-light);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.035);
}

.hero-panel {
  display: grid;
  gap: 1rem;
}

.hero-copy,
.hero-panel {
  min-width: 0;
}

.metric-card,
.offer-card,
.pricing-card,
.contact-box,
.contact-card,
.gallery-card {
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}

.metric-card {
  padding: 1.5rem;
  border-color: rgba(205, 187, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.04)),
    #151020;
}

.metric-card span {
  display: inline-flex;
  margin-bottom: 1rem;
  color: var(--violet-pale);
  font-family: var(--heading-font);
  font-weight: 700;
}

.metric-card.accent {
  background: linear-gradient(135deg, rgba(138, 92, 255, 0.34), rgba(255, 255, 255, 0.06));
}

.offer-section {
  position: relative;
  border-top: 1px solid rgba(205, 187, 255, 0.12);
  background:
    linear-gradient(rgba(9, 6, 17, 0.95), rgba(9, 6, 17, 0.95)),
    url("img/frontend-development.webp") center center / cover no-repeat,
    #140b24;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
}

.section-heading {
  max-width: 54rem;
  margin-bottom: 2.5rem;
}

.section-heading p:last-child {
  margin: 1rem 0 0;
}

.offer-grid,
.builder-grid,
.gallery-grid,
.stats-grid,
.pricing-grid {
  display: grid;
  gap: 1.2rem;
}

.offer-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.offer-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1.6rem;
  border-color: rgba(205, 187, 255, 0.26);
  background:
    linear-gradient(180deg, rgba(31, 24, 45, 0.94), rgba(15, 11, 24, 0.94)),
    #16121f;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease;
}

.offer-card-top,
.pricing-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.card-icon,
.pricing-icon {
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid rgba(205, 187, 255, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--violet-pale);
}

.card-icon {
  width: 2.7rem;
  height: 2.7rem;
  font-size: 1.36rem;
}

.offer-card .card-icon {
  position: absolute;
  top: 0.45rem;
  right: 0.45rem;
  width: 5.5rem;
  height: 5.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  font-size: 5.5rem;
  opacity: 0.22;
  pointer-events: none;
}

.offer-card .card-icon .flex-icon {
  fill: currentColor;
  stroke: none;
}

.offer-card:nth-child(even) .card-icon {
  top: 0.52rem;
  right: 0.35rem;
}

.offer-card h3,
.offer-card p,
.offer-card button {
  position: relative;
  z-index: 1;
}

.offer-card-top {
  min-height: 2.1rem;
}

.offer-card h3 {
  margin-top: 0.1rem;
}

.offer-card p:last-of-type {
  margin: 0;
}

.offer-more {
  margin-top: auto;
  align-self: stretch;
  justify-content: space-between;
  cursor: pointer;
  min-height: 3.9rem;
  margin-right: -1.6rem;
  margin-bottom: -1.6rem;
  margin-left: -1.6rem;
  padding: 1rem 1.6rem 1.05rem;
  border: none;
  border-top: 1px solid var(--border);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  color: #fff;
  font-size: 0.78rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.offer-more::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease-out;
}

.offer-more:hover,
.offer-more:focus-visible {
  transform: none;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.offer-more:hover::after,
.offer-more:focus-visible::after {
  transform: translateX(2px) rotate(45deg);
}

.card-index {
  margin: 0 0 1rem;
  color: var(--violet-pale);
  font-family: var(--heading-font);
  font-size: 0.9rem;
  letter-spacing: 0.16em;
}

.offer-card-top .card-index {
  margin: 0;
}

.builder-section {
  position: relative;
  overflow: hidden;
  border-top: 1px solid rgba(205, 187, 255, 0.18);
  background:
    linear-gradient(135deg, rgba(10, 6, 17, 0.98), rgba(31, 18, 56, 0.98)),
    #10071d;
}

.builder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(138, 92, 255, 0.12), transparent 34%, rgba(236, 231, 255, 0.07)),
    radial-gradient(circle at 18% 12%, rgba(205, 187, 255, 0.16), transparent 32%);
}

.builder-layout {
  position: relative;
  z-index: 1;
}

.builder-heading {
  max-width: 62rem;
}

.builder-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.builder-card {
  position: relative;
  min-width: 0;
  padding: 1.65rem;
  border: 1px solid rgba(205, 187, 255, 0.24);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)),
    #151020;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.builder-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), transparent 56%);
  opacity: 0.8;
}

.builder-icon {
  position: relative;
  z-index: 1;
  display: inline-grid;
  place-items: center;
  width: 3rem;
  height: 3rem;
  margin-bottom: 1.2rem;
  color: var(--violet-pale);
  font-size: 2.5rem;
}

.builder-icon .flex-icon {
  fill: currentColor;
  stroke: none;
}

.builder-card h3,
.builder-card p {
  position: relative;
  z-index: 1;
}

.builder-card h3 {
  margin-bottom: 0.85rem;
  font-size: 1.35rem;
  letter-spacing: 0;
}

.builder-card p {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.72;
}

.builder-read-more {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  margin-top: 1.6rem;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 700;
  text-decoration: none;
}

.builder-read-more::after,
.content-modal-action::after,
.article-link::after {
  content: "";
  width: 0.62rem;
  height: 0.62rem;
  flex: 0 0 auto;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.builder-read-more:hover,
.builder-read-more:focus-visible,
.content-modal-action:hover,
.content-modal-action:focus-visible,
.article-link:hover,
.article-link:focus-visible {
  color: var(--violet-pale);
}

.gallery-section {
  color: var(--text-dark);
  background:
    linear-gradient(135deg, rgba(209, 195, 255, 0.86), rgba(255, 255, 255, 0.98)),
    var(--bg-soft);
}

.gallery-section .eyebrow {
  color: #3e2081;
}

.portfolio-reel {
  display: block;
  margin: 0 0 calc(clamp(2rem, 4vw, 3.2rem) + 15px);
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.portfolio-reel-stage {
  position: relative;
  min-height: clamp(19.5rem, 47vw, 36rem);
  display: grid;
  place-items: center;
  perspective: none;
}

.portfolio-reel-laptop {
  position: relative;
  display: block;
  width: min(100%, 58rem);
  aspect-ratio: 1236 / 875;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transform: none;
  filter: drop-shadow(0 1.3rem 1.25rem rgba(14, 9, 25, 0.24));
  transition: none;
}

.portfolio-reel-laptop:hover,
.portfolio-reel-laptop:focus-visible {
  transform: none;
  filter: drop-shadow(0 1.3rem 1.25rem rgba(14, 9, 25, 0.24));
}

.portfolio-laptop-mockup {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  pointer-events: none;
}

.portfolio-screen-window {
  position: absolute;
  left: 12.864%;
  top: 4%;
  z-index: 1;
  display: block;
  width: 74.595%;
  height: 65.486%;
  overflow: hidden;
  border-radius: 0.2rem;
  background: #f7f7fb;
  box-shadow: none;
}

.portfolio-screen-window img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: auto;
  max-width: none;
  object-fit: contain;
  object-position: left top;
  transform: translate3d(0, 0, 0);
  will-change: transform;
}

.portfolio-reel-frame-next {
  transform: translate3d(100%, 0, 0);
}

.portfolio-reel-strip {
  display: flex;
  max-width: min(34rem, 100%);
  margin: clamp(0.45rem, 1.5vw, 0.9rem) auto 0;
  justify-content: center;
  gap: 5px;
  overflow: visible;
  padding: 0;
  scrollbar-width: none;
}

.portfolio-reel-chip {
  flex: 0 0 auto;
  width: 1.35rem;
  height: 1.35rem;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 999px;
  background: transparent;
  color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  transition: background 150ms ease-out, box-shadow 150ms ease-out, transform 150ms ease-out;
}

.portfolio-reel-chip::before {
  content: "";
  display: block;
  width: 0.58rem;
  height: 0.58rem;
  margin: 0.385rem;
  border-radius: 999px;
  background: #5230a5;
  opacity: 0.2;
  transition: opacity 150ms ease-out, transform 150ms ease-out, background 150ms ease-out;
}

.portfolio-reel-chip:hover,
.portfolio-reel-chip:focus-visible,
.portfolio-reel-chip.is-active {
  background: #f0eef5;
  box-shadow: 0 0.25rem 0.8rem rgba(62, 32, 129, 0.16);
  color: transparent;
  transform: none;
}

.portfolio-reel-chip:hover::before,
.portfolio-reel-chip:focus-visible::before {
  opacity: 0.42;
}

.portfolio-reel-chip.is-active::before {
  background: #3e2081;
  opacity: 0.9;
}

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

.gallery-card {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #fff;
  color: var(--text-dark);
  cursor: pointer;
  text-align: left;
  isolation: isolate;
  transition: transform 150ms ease-out, box-shadow 150ms ease-out;
  will-change: transform;
}

.gallery-card:hover,
.gallery-card:focus-visible {
  transform: translateY(-6px);
  box-shadow: 0 26px 55px rgba(17, 10, 31, 0.22);
}

.gallery-card::before,
.gallery-card::after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  transform: translateY(-0.25rem) scale(0.92);
  transition: opacity 130ms ease-out, transform 150ms ease-out;
}

.gallery-card::before {
  width: 2.8rem;
  height: 2.8rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(17, 10, 31, 0.82);
  box-shadow: 0 12px 28px rgba(9, 6, 17, 0.28);
}

.gallery-card::after {
  width: 1.15rem;
  height: 1.15rem;
  right: 1.82rem;
  top: 1.82rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='11' cy='11' r='6.5'/%3E%3Cpath d='M20 20l-4.2-4.2'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.gallery-card:hover::before,
.gallery-card:hover::after,
.gallery-card:focus-visible::before,
.gallery-card:focus-visible::after {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.gallery-media {
  aspect-ratio: 4 / 3;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top center;
  background: #f3f0fb;
}

.gallery-label {
  display: block;
  position: relative;
  z-index: 1;
  padding: 1rem 1rem 1.15rem;
  font-family: var(--heading-font);
  font-size: 1.05rem;
}

.stats-section {
  position: relative;
  overflow: hidden;
  padding: 5.4rem 0;
  background:
    linear-gradient(90deg, rgba(6, 4, 12, 0.78), rgba(9, 6, 17, 0.62) 46%, rgba(6, 4, 12, 0.84)),
    linear-gradient(180deg, rgba(6, 4, 12, 0.26), rgba(6, 4, 12, 0.68)),
    url("assets/stats-code-design-bg.svg") center / cover no-repeat,
    #090611;
}

.stats-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.1), transparent 18%, transparent 80%, rgba(255, 255, 255, 0.04));
  mix-blend-mode: screen;
  opacity: 0.75;
}

.stats-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(142, 238, 255, 0.06), transparent 34%, rgba(138, 92, 255, 0.08)),
    radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.12) 0, rgba(0, 0, 0, 0.36) 72%);
  pointer-events: none;
}

.stats-section .container {
  position: relative;
  z-index: 1;
}

.stats-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.35rem;
  align-items: start;
  text-align: center;
}

.stats-item {
  min-width: 0;
  color: #fff;
  text-shadow: 0 3px 20px rgba(0, 0, 0, 0.34);
}

.stats-item .stats-value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.08em;
  margin: 0 0 0.95rem;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 4.45rem;
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: 0;
}

.stats-item h3 {
  max-width: 21rem;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.9);
  font-family: var(--body-font);
  font-size: 1.52rem;
  font-weight: 500;
  line-height: 1.22;
  text-wrap: balance;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.46);
}

.testimonials-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(247, 243, 255, 1)),
    #ffffff;
  color: var(--text-dark);
}

.testimonials-section .eyebrow {
  color: #3e2081;
}

.testimonials-slider {
  display: grid;
  grid-template-columns: 3rem minmax(0, 1fr) 3rem;
  gap: 1rem;
  align-items: center;
}

.testimonials-viewport {
  grid-column: 2;
  grid-row: 1;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.testimonials-track {
  --testimonial-gap: 1.25rem;
  display: flex;
  gap: var(--testimonial-gap);
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}

.testimonials-track::-webkit-scrollbar {
  display: none;
}

.testimonial-card {
  flex: 0 0 100%;
  min-width: 0;
  min-height: 17rem;
  padding: 3.45rem;
  border: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  scroll-snap-align: start;
  text-align: center;
}

.testimonials-slider.is-moving-next .testimonials-viewport {
  animation: testimonialSlideNext 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.testimonials-slider.is-moving-prev .testimonials-viewport {
  animation: testimonialSlidePrev 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes testimonialSlideNext {
  from {
    opacity: 0.72;
    transform: translate3d(1rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes testimonialSlidePrev {
  from {
    opacity: 0.72;
    transform: translate3d(-1rem, 0, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.testimonial-stars {
  display: inline-flex;
  justify-content: center;
  margin-bottom: 1.15rem;
  color: #f5a400;
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.testimonial-stars::before {
  content: "\2605\2605\2605\2605\2605";
}

.testimonial-card blockquote {
  display: flex;
  min-height: 12.25rem;
  flex-direction: column;
  align-items: center;
  margin: 0;
}

.testimonial-card blockquote p {
  margin: 0;
  color: #251b33;
  font-size: clamp(1.12rem, 2vw, 1.38rem);
  font-style: italic;
  line-height: 1.45;
}

.testimonial-card footer {
  padding-top: 1.35rem;
  color: #3e2081;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
}

.testimonial-nav {
  display: inline-grid;
  width: 1.2rem;
  height: 4.8rem;
  place-items: center;
  border: 0;
  border-radius: 0;
  background: rgba(17, 10, 31, 0.58);
  color: #ffffff;
  cursor: pointer;
  opacity: 0;
  box-shadow: none;
  transition: width var(--transition), background-color var(--transition), opacity 420ms ease;
  pointer-events: none;
}

.testimonials-slider.is-nav-visible .testimonial-nav {
  opacity: 1;
  pointer-events: auto;
}

.testimonial-nav-prev {
  grid-column: 1;
  grid-row: 1;
  border-radius: 999px 0 0 999px;
}

.testimonial-nav-next {
  grid-column: 3;
  grid-row: 1;
  border-radius: 0 999px 999px 0;
}

.testimonial-nav-icon {
  width: 0.48rem;
  height: 0.48rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.testimonial-nav-prev .testimonial-nav-icon {
  transform: translateX(0.12rem) rotate(-135deg);
}

.testimonial-nav-next .testimonial-nav-icon {
  transform: translateX(-0.12rem) rotate(45deg);
}

.testimonial-nav:hover,
.testimonial-nav:focus-visible {
  width: 1.75rem;
  background: rgba(62, 32, 129, 0.86);
  color: #ffffff;
}

.testimonials-slider.is-nav-visible .testimonial-nav:disabled {
  cursor: default;
  opacity: 0.42;
}

@media (min-width: 1280px) {
  .testimonial-card {
    flex-basis: calc((100% - var(--testimonial-gap)) / 2);
  }
}

.pricing-section {
  border-top: 1px solid rgba(205, 187, 255, 0.24);
  background:
    radial-gradient(circle at top left, rgba(138, 92, 255, 0.2), transparent 28%),
    linear-gradient(180deg, rgba(10, 6, 17, 0.96), rgba(20, 11, 36, 1));
}

.pricing-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.6rem;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.8rem;
  border-color: rgba(205, 187, 255, 0.24);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)),
    #120c1f;
  overflow: hidden;
  transition: transform 260ms cubic-bezier(0.22, 1, 0.36, 1), box-shadow 260ms ease, background 260ms ease;
}

.pricing-card.featured {
  background: linear-gradient(180deg, rgba(138, 92, 255, 0.28), rgba(255, 255, 255, 0.07));
  transform: translateY(-0.5rem);
}

@media (hover: hover) and (pointer: fine) {
  .offer-card:hover,
  .offer-card:focus-visible,
  .pricing-card:hover,
  .pricing-card:focus-visible {
    transform: scale(1.05);
    position: relative;
    z-index: 2;
    box-shadow: 0 32px 72px rgba(9, 6, 17, 0.34);
  }

  .pricing-card.featured:hover,
  .pricing-card.featured:focus-visible {
    transform: translateY(-0.5rem) scale(1.05);
  }
}

.plan-name {
  margin: 0;
  font-size: 0.84rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--violet-pale);
}

.pricing-card-head {
  margin-bottom: 0.5rem;
  min-height: 2.1rem;
}

.pricing-icon {
  position: absolute;
  top: calc(0.45rem + 10px);
  right: calc(0.45rem + 10px);
  width: 5.5rem;
  height: 5.5rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--violet-pale);
  font-size: 5.5rem;
  opacity: 0.22;
  pointer-events: none;
}

.pricing-card:nth-child(even) .pricing-icon {
  top: calc(0.52rem + 10px);
  right: calc(0.35rem + 10px);
}

.pricing-icon .flex-icon,
.contact-detail-icon .flex-icon,
.section-title-icon,
.contact-next li .flex-icon {
  fill: currentColor;
  stroke: none;
}

.pricing-card h3,
.pricing-card p,
.pricing-card ul,
.pricing-select {
  position: relative;
  z-index: 1;
}

.pricing-card .pricing-tax-note {
  margin: -0.9rem 0 0.85rem;
  color: var(--violet-pale);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  line-height: 1;
}

.pricing-card h3 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 2.7rem);
}

.pricing-card ul {
  padding-left: 1.1rem;
  color: var(--text-muted);
  line-height: 1.8;
}

.pricing-select {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: calc(100% + 3.6rem);
  min-height: 3.9rem;
  margin: auto -1.8rem -1.8rem;
  padding: 1rem 1.8rem 1.05rem;
  border: 0;
  border-top: 1px solid var(--border);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
  background: rgba(255, 255, 255, 0.03);
  color: #ffffff;
  cursor: pointer;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-align: left;
  text-transform: uppercase;
  transition: background 160ms ease, color 160ms ease;
}

.pricing-select::after {
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  flex-shrink: 0;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 160ms ease-out;
}

.pricing-select:hover,
.pricing-select:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  color: #ffffff;
}

.pricing-select:hover::after,
.pricing-select:focus-visible::after {
  transform: translateX(2px) rotate(45deg);
}

.pricing-details-accordion {
  margin-top: clamp(1.5rem, 3vw, 2.2rem);
  overflow: hidden;
  border: 1px solid rgba(205, 187, 255, 0.2);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 0 22px 54px rgba(9, 6, 17, 0.2);
}

.pricing-details-accordion h3 {
  margin: 0;
  font-size: 1rem;
  letter-spacing: 0;
}

.pricing-details-trigger {
  display: flex;
  width: 100%;
  min-height: 4.5rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  border: 0;
  padding: 1.2rem 1.55rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(138, 92, 255, 0.1)),
    #10071d;
  color: #ffffff;
  cursor: pointer;
  font-family: var(--heading-font);
  font-weight: 700;
  text-align: left;
  transition: background-color var(--transition), color var(--transition);
}

.pricing-details-trigger span {
  min-width: 0;
}

.pricing-details-trigger::after {
  content: "";
  width: 0.74rem;
  height: 0.74rem;
  flex: 0 0 auto;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-0.15rem) rotate(45deg);
  transition: transform var(--transition);
}

.pricing-details-trigger:hover,
.pricing-details-trigger:focus-visible {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.08), rgba(138, 92, 255, 0.16)),
    #140b24;
}

.pricing-details-trigger[aria-expanded="true"]::after {
  transform: translateY(0.15rem) rotate(225deg);
}

.pricing-details-panel {
  background: #ffffff;
  color: var(--text-dark);
}

.pricing-details-table-wrap {
  overflow-x: auto;
  background: #ffffff;
  -webkit-overflow-scrolling: touch;
}

.pricing-details-table {
  width: 100%;
  min-width: 780px;
  border-collapse: collapse;
  background: #ffffff;
  color: var(--text-dark);
}

.pricing-details-table th,
.pricing-details-table td {
  border-bottom: 1px solid rgba(28, 21, 48, 0.1);
  padding: 1rem 1.15rem;
  vertical-align: middle;
}

.pricing-details-table thead th {
  background: #f4f0ff;
  color: #3e2081;
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-details-table th:first-child,
.pricing-details-table td:first-child {
  text-align: left;
}

.pricing-details-table tbody th {
  width: 46%;
  color: #251b33;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
}

.pricing-details-table tbody td {
  width: 18%;
  color: #3a314f;
  font-weight: 600;
  text-align: center;
}

.pricing-details-category th {
  border-top: 2px solid rgba(62, 32, 129, 0.28);
  border-right: 2px solid rgba(62, 32, 129, 0.18);
  border-left: 2px solid rgba(62, 32, 129, 0.18);
  background:
    linear-gradient(90deg, rgba(62, 32, 129, 0.13), rgba(138, 92, 255, 0.09)),
    #f1ebff;
  color: #3e2081;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pricing-details-website-row th,
.pricing-details-website-row td {
  background: #fbf8ff;
}

.pricing-details-website-row th:first-child {
  border-left: 2px solid rgba(62, 32, 129, 0.18);
}

.pricing-details-website-row td:last-child {
  border-right: 2px solid rgba(62, 32, 129, 0.18);
}

.pricing-details-website-row-start th,
.pricing-details-website-row-start td {
  border-top: 1px solid rgba(62, 32, 129, 0.16);
}

.pricing-details-website-row-end th,
.pricing-details-website-row-end td {
  border-bottom: 2px solid rgba(62, 32, 129, 0.2);
}

.pricing-details-mark {
  position: relative;
  display: inline-grid;
  width: 1.25rem;
  height: 1.25rem;
  place-items: center;
  vertical-align: middle;
}

.pricing-details-yes::before {
  content: "";
  width: 0.72rem;
  height: 0.4rem;
  border-bottom: 3px solid #18a957;
  border-left: 3px solid #18a957;
  transform: translateY(-0.08rem) rotate(-45deg);
}

.pricing-details-no::before,
.pricing-details-no::after {
  content: "";
  position: absolute;
  width: 0.95rem;
  height: 2px;
  border-radius: 999px;
  background: #a6a1ad;
}

.pricing-details-no::before {
  transform: rotate(45deg);
}

.pricing-details-no::after {
  transform: rotate(-45deg);
}

.pricing-details-plus-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.18rem;
}

.pricing-details-note-ref {
  color: #3e2081;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1;
}

.pricing-details-notes {
  display: grid;
  gap: 0.3rem;
  padding: 1rem 1.25rem 1.25rem;
  border-top: 1px solid rgba(28, 21, 48, 0.1);
  background: #ffffff;
  color: #5a5369;
  font-size: 0.92rem;
  line-height: 1.55;
}

.pricing-details-notes p {
  margin: 0;
}

.contact-section {
  background:
    radial-gradient(circle at bottom right, rgba(138, 92, 255, 0.28), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(241, 234, 255, 1)),
    #ffffff;
  color: var(--text-dark);
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.82fr);
  grid-template-areas:
    "intro info"
    "form next";
  gap: 1rem;
  align-items: stretch;
}

.contact-box {
  padding: 2rem;
  min-width: 0;
}

.contact-box-open {
  border-color: rgba(28, 21, 48, 0.1);
  background: rgba(255, 255, 255, 0.66);
  box-shadow: 0 20px 52px rgba(28, 21, 48, 0.08);
}

.contact-box-solid {
  background:
    linear-gradient(180deg, rgba(17, 10, 31, 0.98), rgba(31, 18, 56, 0.98)),
    #110a1f;
  color: var(--text-light);
}

.contact-intro {
  grid-area: intro;
  display: flex;
  flex-direction: column;
}

.contact-card {
  grid-area: info;
}

.contact-form-box {
  grid-area: form;
}

.contact-next {
  grid-area: next;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 0;
  background: #ffffff;
}

.contact-next-content {
  position: relative;
  z-index: 1;
  padding: 2rem;
  background: #ffffff;
}

.contact-next-media {
  flex: 1 1 auto;
  min-height: clamp(18rem, 28vw, 32rem);
  background: url("img/client-collaboration.webp") 70% top / cover no-repeat;
}

.contact-intro .eyebrow,
.contact-box-eyebrow {
  color: var(--violet-strong);
}

.contact-box-eyebrow {
  margin: 0 0 1rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 800;
}

.contact-box-solid .contact-box-eyebrow {
  color: var(--violet-pale);
}

.contact-intro h2 {
  max-width: 28ch;
}

.contact-intro p:not(.eyebrow),
.contact-next li {
  color: var(--text-soft);
  line-height: 1.75;
}

.contact-intro-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
  margin-top: auto;
  padding-top: 1.1rem;
}

.contact-intro-steps > span {
  min-width: 0;
  min-height: 6.2rem;
  padding: 0.92rem 0.82rem 0.95rem;
  border: 1px solid rgba(62, 32, 129, 0.14);
  border-radius: var(--radius-md);
  background:
    radial-gradient(circle at top right, rgba(138, 92, 255, 0.14), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(247, 244, 255, 0.72));
  color: var(--text-dark);
  font-size: 1.02rem;
  font-weight: 400;
  line-height: 1.3;
  box-shadow: 0 16px 32px rgba(28, 21, 48, 0.07);
}

.contact-intro-steps .contact-intro-step-number {
  display: block;
  margin-bottom: 0.72rem;
  color: var(--violet-strong);
  font-size: 1.38rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.contact-next h3,
.contact-form-box h3 {
  margin-bottom: 1rem;
}

.contact-next h3 {
  font-size: clamp(1.44rem, 3.15vw, 2.88rem);
}

.contact-next ul {
  display: grid;
  gap: 1rem;
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-next li {
  display: grid;
  grid-template-columns: 2.7rem minmax(0, 1fr);
  gap: 0.8rem;
  align-items: start;
}

.contact-next li .flex-icon {
  width: 2.025rem;
  height: 2.025rem;
  margin-top: calc(0.12rem - 5px);
}

.contact-card {
  display: grid;
  align-content: start;
  gap: 1.1rem;
}

.contact-card a {
  color: #fff;
}

.contact-detail {
  --contact-detail-icon-size: 2.7rem;
  display: grid;
  grid-template-columns: var(--contact-detail-icon-size) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: start;
}

.contact-detail p,
.contact-detail-copy {
  margin: 0;
}

.contact-detail-list {
  display: grid;
  gap: 0.4rem;
  margin: 0.45rem 0 0;
  padding: 0;
  list-style: none;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.55;
}

.contact-detail-list li {
  position: relative;
  padding-left: 1rem;
}

.contact-detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 999px;
  background: var(--violet-pale);
  transform: translateY(-50%);
}

.contact-detail-icon {
  display: inline-grid;
  place-items: center;
  width: var(--contact-detail-icon-size);
  height: var(--contact-detail-icon-size);
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--violet-pale);
  font-size: var(--contact-detail-icon-size);
  opacity: 0.74;
}

.contact-detail-icon .flex-icon {
  width: 120%;
  height: 120%;
}

.contact-form-box h3 {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}

.section-title-icon {
  width: 2.7rem;
  height: 2.7rem;
  color: var(--violet-pale);
  flex: 0 0 auto;
}

.site-footer {
  padding: 1.5rem 0 3rem;
  background: #fff;
  color: var(--text-soft);
}

.footer-shell {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(28, 21, 48, 0.12);
  padding-top: 1.5rem;
}

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 30;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(9, 6, 17, 0.96);
  color: var(--text-light);
  box-shadow: 0 -22px 60px rgba(9, 6, 17, 0.34);
}

.cookie-banner[hidden] {
  display: none;
}

.cookie-banner-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  gap: 1rem;
  align-items: center;
  width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
}

.cookie-banner-copy {
  max-width: none;
  min-width: 0;
}

.cookie-banner-eyebrow {
  margin: 0;
  color: var(--violet-pale);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cookie-banner h2 {
  margin: 5px 0 0 0;
  color: #fff;
  font-size: 1.06rem;
  line-height: 1;
}

.cookie-banner p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.55;
}

.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.55rem;
  min-width: max-content;
}

.cookie-button {
  width: auto;
  min-height: 2rem;
  padding: 0.52rem 1rem 0.62rem;
  white-space: nowrap;
}

.cookie-button-ghost,
.cookie-button-secondary {
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
}

.cookie-button-ghost {
  background: transparent;
}

.cookie-button-secondary {
  background: rgba(255, 255, 255, 0.08);
}

.cookie-button-ghost:hover,
.cookie-button-ghost:focus-visible,
.cookie-button-secondary:hover,
.cookie-button-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.13);
}

@media (min-width: 561px) and (max-width: 950px) {
  .cookie-banner-shell {
    grid-template-columns: 1fr;
    gap: 0.65rem;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-content: stretch;
    min-width: 0;
  }

  .cookie-button {
    width: 100%;
  }
}

.lightbox {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  width: auto;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0.75rem;
  border: none;
  border-radius: 0;
  background: transparent;
  opacity: 0;
  transition: opacity 180ms ease;
}

.lightbox:not([open]),
.content-modal:not([open]) {
  display: none;
}

.lightbox.is-visible {
  opacity: 1;
}

.lightbox.is-closing {
  opacity: 0;
}

.lightbox::backdrop {
  background: rgba(5, 2, 12, 0);
  transition: background 220ms ease;
}

.lightbox.is-visible::backdrop {
  background: rgba(5, 2, 12, 0.95);
}

.lightbox-shell {
  position: relative;
  width: fit-content;
  max-width: min(1400px, calc(100vw - 8rem));
  max-height: calc(100vh - 1.5rem);
  margin: 0 auto;
  overflow: visible;
  border-radius: 0;
  background: transparent;
  color: var(--text-dark);
  opacity: 0;
  transform: translate3d(0, 1.6rem, 0) scale(0.975);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
  will-change: transform, opacity;
}

.lightbox.is-visible .lightbox-shell {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.lightbox.is-closing .lightbox-shell {
  opacity: 0;
  transform: translate3d(0, 0.8rem, 0) scale(0.985);
}

.lightbox-body {
  width: fit-content;
  max-width: min(1400px, calc(100vw - 8rem));
  max-height: calc(100vh - 1.5rem);
  overflow: hidden auto;
  border: 1px solid #574873;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 30px 80px rgba(9, 6, 17, 0.32);
  scrollbar-width: thin;
}

.lightbox img {
  display: block;
  justify-self: center;
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: none;
  object-fit: contain;
  background: linear-gradient(180deg, #f7f4ff, #ece7ff);
}

.lightbox-copy {
  width: 100%;
  max-width: min(1400px, calc(100vw - 1.5rem));
  padding: 2rem 2.6rem 2.35rem;
}

.lightbox-copy h2 {
  margin-bottom: 0.85rem;
}

.lightbox-copy #lightbox-description {
  display: grid;
  gap: 1.05rem;
  max-width: 76ch;
  margin: 0;
}

.lightbox-summary {
  margin: 0;
  color: var(--text-dark);
}

.lightbox-case-study {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
}

.lightbox-case-study div {
  min-width: 0;
  padding: 0.82rem 0.9rem 0.9rem;
  border: 1px solid #574873;
  border-radius: var(--radius-md);
  background:
    linear-gradient(135deg, rgba(247, 244, 255, 0.95), rgba(255, 255, 255, 0.98));
}

.lightbox-case-study dt {
  display: flex;
  align-items: center;
  gap: 0.42rem;
  color: #3e2081;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-transform: uppercase;
}

.case-study-icon {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  fill: currentColor;
}

.case-study-icon[data-case-icon="scope"] {
  width: 1.45rem;
  height: 1.45rem;
  margin-right: -0.08rem;
}

.lightbox-case-study dd {
  margin: 0.36rem 0 0;
  color: var(--text-dark);
  font-size: 0.94rem;
  line-height: 1.55;
}

.lightbox-project-link {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: 0.45rem;
  color: #3e2081;
  font-family: var(--heading-font);
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
}

.lightbox-project-link::after {
  content: "→";
  font-size: 1.05em;
  line-height: 1;
  transition: transform var(--transition-fast);
}

.lightbox-project-link:hover,
.lightbox-project-link:focus-visible {
  color: #12091f;
}

.lightbox-project-link:hover::after,
.lightbox-project-link:focus-visible::after {
  transform: translateX(0.18rem);
}

.lightbox-counter {
  margin: 0 0 0.55rem;
  color: #3e2081;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.lightbox-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 6;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  padding: 0;
  background: rgba(17, 10, 31, 0.82);
  color: #fff;
  cursor: pointer;
  backdrop-filter: blur(10px);
  transition: transform var(--transition), background-color var(--transition), border-color var(--transition);
}

.lightbox-close:hover,
.lightbox-close:focus-visible {
  transform: scale(1.06);
  background: rgba(108, 60, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.28);
}

.lightbox-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.2rem;
  border: none;
  border-radius: 0;
  padding: 0;
  background: rgba(17, 10, 31, 0.58);
  color: #fff;
  cursor: pointer;
  box-shadow: none;
  transition: width var(--transition), background-color var(--transition), color var(--transition);
}

.lightbox-nav-prev {
  right: 100%;
  border-radius: 999px 0 0 999px;
}

.lightbox-nav-next {
  left: 100%;
  border-radius: 0 999px 999px 0;
}

.lightbox-nav-icon {
  width: 0.48rem;
  height: 0.48rem;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.lightbox-nav-prev .lightbox-nav-icon {
  transform: translateX(0.12rem) rotate(-135deg);
}

.lightbox-nav-next .lightbox-nav-icon {
  transform: translateX(-0.12rem) rotate(45deg);
}

.lightbox-nav:hover,
.lightbox-nav:focus-visible {
  width: 1.75rem;
  background: rgba(62, 32, 129, 0.86);
  color: #fff;
}

.lightbox-nav-prev:hover,
.lightbox-nav-prev:focus-visible {
  transform: none;
}

.lightbox-nav-next:hover,
.lightbox-nav-next:focus-visible {
  transform: none;
}

.content-modal {
  width: min(860px, calc(100vw - 1.5rem));
  padding: 0;
  border: none;
  border-radius: var(--radius-xl);
  background: transparent;
  overflow: visible;
  opacity: 0;
  transition: opacity 180ms ease;
}

.content-modal.is-visible {
  opacity: 1;
}

.content-modal.is-closing {
  opacity: 0;
}

.content-modal::backdrop {
  background: rgba(5, 2, 12, 0);
  transition: background 220ms ease;
}

.content-modal.is-visible::backdrop {
  background: rgba(5, 2, 12, 0.95);
}

.content-modal-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid #574873;
  border-radius: var(--radius-xl);
  background:
    radial-gradient(circle at top right, rgba(138, 92, 255, 0.14), transparent 26%),
    linear-gradient(180deg, rgba(18, 11, 33, 0.98), rgba(10, 6, 18, 0.98));
  color: var(--text-light);
  box-shadow: 0 30px 80px rgba(9, 6, 17, 0.34);
  opacity: 0;
  transform: translate3d(0, 1.5rem, 0) scale(0.98);
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), opacity 180ms ease;
}

.content-modal.is-visible .content-modal-shell {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}

.content-modal.is-closing .content-modal-shell {
  opacity: 0;
  transform: translate3d(0, 0.7rem, 0) scale(0.985);
}

.content-modal.is-closing .content-modal-scroll {
  overflow: hidden;
}

.content-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(17, 10, 31, 0.78);
  color: #fff;
  transition: transform var(--transition), background-color var(--transition), border-color var(--transition);
}

.content-modal-close:hover,
.content-modal-close:focus-visible {
  transform: scale(1.06);
  background: rgba(108, 60, 255, 0.92);
  border-color: rgba(255, 255, 255, 0.28);
}

.content-modal-scroll {
  max-height: min(78vh, 820px);
  overflow: auto;
  padding: 2rem 2rem 2.25rem;
  scrollbar-width: thin;
}

.content-modal-eyebrow {
  margin: 0 0 1rem;
  color: var(--violet-pale);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.content-modal-lead {
  max-width: 54ch;
  margin: 1rem 0 0;
  color: var(--text-muted);
  line-height: 1.75;
}

.content-modal-body {
  display: grid;
  gap: 1.35rem;
  margin-top: 1.8rem;
}

.content-modal-section {
  padding: 1.1rem 1.15rem;
  border: 1px solid #574873;
  border-radius: var(--radius-md);
  background: #fff;
  box-shadow: 0 16px 34px rgba(9, 6, 17, 0.12);
}

.content-modal-section h3 {
  margin-bottom: 0.65rem;
  font-size: 1.1rem;
  color: var(--text-dark);
}

.content-modal-section p {
  margin: 0;
  color: #302844;
  line-height: 1.72;
}

.content-modal-action {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  justify-self: start;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 700;
  text-decoration: none;
}

.article-page {
  background:
    linear-gradient(180deg, #0b0714 0%, #140b24 58%, #ffffff 58%, #ffffff 100%);
}

.article-hero {
  min-height: auto;
  padding-top: 6rem;
  padding-bottom: 4rem;
  background:
    linear-gradient(90deg, rgba(9, 6, 17, 0.9), rgba(31, 18, 56, 0.86)),
    radial-gradient(circle at 86% 20%, rgba(138, 92, 255, 0.18), transparent 32%),
    #10071d;
}

.article-hero .section-heading {
  max-width: 66rem;
}

.article-hero h1 {
  max-width: 17ch;
  font-size: clamp(3.2rem, 6vw, 5.2rem);
}

.article-hero .lead {
  max-width: 72ch;
}

.article-hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.36fr);
  gap: 2rem;
  align-items: end;
}

.article-hero-panel {
  padding: 1.45rem;
  border: 1px solid rgba(205, 187, 255, 0.2);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(138, 92, 255, 0.18), rgba(255, 255, 255, 0.045));
  box-shadow: var(--shadow);
}

.article-hero-panel p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.65;
}

.article-panel-label {
  margin-bottom: 0.72rem !important;
  color: var(--violet-pale) !important;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.article-content-section {
  background: #fff;
  color: var(--text-dark);
}

.article-content {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(18rem, 0.34fr);
  gap: 2rem;
  align-items: start;
}

.article-main {
  display: grid;
  gap: 1rem;
}

.article-card {
  padding: 1.5rem;
  border: 1px solid rgba(28, 21, 48, 0.1);
  border-radius: var(--radius-lg);
  background: #fff;
  box-shadow: 0 18px 44px rgba(28, 21, 48, 0.1);
}

.article-card h2 {
  margin-bottom: 0.8rem;
  font-size: clamp(1.65rem, 3vw, 2.45rem);
}

.article-card p {
  margin: 0;
  color: var(--text-soft);
  line-height: 1.78;
}

.article-card p + p {
  margin-top: 0.85rem;
}

.article-comparison,
.article-decision {
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  color: #fff;
  background:
    linear-gradient(135deg, rgba(17, 10, 31, 0.98), rgba(62, 32, 129, 0.92)),
    #110a1f;
  box-shadow: var(--shadow);
}

.article-comparison h2,
.article-decision h2 {
  color: #fff;
}

.article-decision h2 {
  margin: 0;
  font-size: clamp(2rem, 4.2vw, 3.85rem);
  line-height: 1.04;
}

.article-comparison h2 {
  margin-bottom: 1rem;
}

.comparison-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.comparison-grid article {
  min-width: 0;
  padding: 1.2rem;
  border: 1px solid rgba(205, 187, 255, 0.24);
  border-radius: var(--radius-md);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.035)),
    #151020;
}

.comparison-grid span {
  display: inline-flex;
  margin-bottom: 0.72rem;
  color: var(--violet-pale);
  font-family: var(--heading-font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.comparison-grid h3 {
  margin-bottom: 0.55rem;
  color: #fff;
}

.comparison-grid p,
.article-decision p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.72;
}

.article-checklist {
  display: grid;
  gap: 0.58rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.article-checklist li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--text-soft);
  line-height: 1.62;
}

.article-checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: #6c3cff;
}

.article-decision {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0;
}

.article-decision .eyebrow {
  margin-bottom: 0.7rem;
  color: var(--violet-pale);
}

.article-decision > div {
  position: relative;
  z-index: 2;
  padding: clamp(1.45rem, 3vw, 2.25rem) clamp(1.45rem, 3vw, 2.35rem) 0;
}

.article-decision > p {
  position: relative;
  z-index: 2;
  width: 70%;
  max-width: none;
  padding: 1.05rem clamp(1.45rem, 3vw, 2.35rem) clamp(1.4rem, 2.5vw, 2rem);
  color: rgba(255, 255, 255, 0.84);
}

.article-decision-media {
  position: relative;
  margin: 0;
  height: clamp(13rem, 30vw, 23rem);
  overflow: hidden;
  background: #190c2b;
}

.article-decision-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
}

.article-side {
  position: sticky;
  top: 6.5rem;
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(17, 10, 31, 0.98), rgba(31, 18, 56, 0.98)),
    #110a1f;
  color: var(--text-light);
  box-shadow: var(--shadow);
}

.article-side h2 {
  font-size: 1.6rem;
}

.article-side p {
  margin: 0;
  color: var(--text-muted);
  line-height: 1.7;
}

.article-link {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: #fff;
  font-family: var(--heading-font);
  font-weight: 700;
  text-decoration: none;
}

.article-return {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  align-items: center;
  margin-top: 0.25rem;
  padding: 1.2rem 1.35rem;
  border: 1px solid rgba(62, 32, 129, 0.16);
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(247, 244, 255, 0.96), rgba(255, 255, 255, 0.98));
  box-shadow: 0 14px 34px rgba(28, 21, 48, 0.08);
}

.article-return p {
  flex: 1 1 16rem;
  margin: 0;
  color: var(--text-soft);
  line-height: 1.55;
}

.article-return .article-link {
  flex: 0 0 auto;
  color: #3e2081;
}

.article-return .article-link:hover,
.article-return .article-link:focus-visible {
  color: #12091f;
}

.contact-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.6rem;
}

.contact-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

@media (min-width: 1280px) {
  .contact-form-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .contact-field:not(.contact-field-full) {
    grid-column: span 2;
  }

  .contact-field-full:has(select) {
    grid-column: 1 / -1;
  }

  .contact-checkbox-group {
    grid-column: span 2;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .contact-checkbox-group legend {
    grid-column: 1 / -1;
  }

  .contact-field-full:has(textarea) {
    grid-column: 1 / -1;
  }
}

.contact-field,
.contact-antispam,
.contact-checkbox-group {
  display: grid;
  gap: 0.45rem;
}

.contact-field-full {
  grid-column: 1 / -1;
}

.contact-field span,
.contact-antispam-title,
.contact-checkbox-group legend {
  color: var(--violet-pale);
  font-size: 0.84rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.contact-field b,
.contact-antispam-title b {
  color: #ffdf9e;
  font: inherit;
  font-weight: 700;
}

.contact-field input,
.contact-field select,
.contact-field textarea,
.contact-antispam input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  padding: 0.9rem 1rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font: inherit;
  transition: border-color var(--transition), background-color var(--transition), box-shadow var(--transition);
}

.contact-field select {
  color-scheme: only dark;
}

.contact-field select option {
  background: #ffffff;
  color: #1c1530;
}

.contact-field select option:checked,
.contact-field select option:hover {
  background: #6c3cff;
  color: #ffffff;
}

.contact-checkbox-group {
  margin: 0;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  padding: 1rem;
  background: rgba(255, 255, 255, 0.06);
}

.contact-checkbox-group legend {
  padding: 0 0.35rem;
}

@media (min-width: 640px) {
  .contact-checkbox-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1rem;
  }

  .contact-checkbox-group legend {
    grid-column: 1 / -1;
  }
}

.contact-checkbox-group label {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 2.45rem;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.35;
}

.contact-checkbox-group input {
  width: 1.05rem;
  height: 1.05rem;
  flex: 0 0 auto;
  accent-color: var(--violet-pale);
  cursor: pointer;
}

.contact-checkbox-group label span {
  font-weight: 500;
}

.contact-field textarea {
  min-height: 10rem;
  resize: vertical;
}

.contact-field input:focus,
.contact-field select:focus,
.contact-field textarea:focus,
.contact-antispam input:focus,
.contact-number-control:focus-within {
  border-color: rgba(183, 163, 255, 0.72);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(138, 92, 255, 0.18);
  outline: none;
}

.contact-antispam {
  grid-template-columns: minmax(0, 1fr) minmax(7rem, 10rem);
  align-items: end;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.07);
}

.contact-antispam-title,
.contact-antispam-question,
.contact-required-note,
.contact-form-status {
  margin: 0;
}

.contact-antispam-question {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.contact-number-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 2.5rem;
  min-height: 3.38rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--radius-md);
  overflow: hidden;
  background: rgba(255, 255, 255, 0.08);
  transition: border-color var(--transition), background-color var(--transition), box-shadow var(--transition);
}

.contact-number-control input {
  -moz-appearance: textfield;
  appearance: textfield;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.contact-number-control input:focus {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
}

.contact-number-control input::-webkit-outer-spin-button,
.contact-number-control input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.contact-number-buttons {
  display: grid;
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-number-button {
  position: relative;
  border: 0;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  cursor: pointer;
  transition: background-color var(--transition), color var(--transition);
}

.contact-number-button:hover,
.contact-number-button:focus-visible {
  background: rgba(183, 163, 255, 0.24);
  color: var(--violet-pale);
}

.contact-number-button:first-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-number-button::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.contact-number-button:first-child::before {
  transform: translate(-50%, -32%) rotate(45deg);
}

.contact-number-button:last-child::before {
  transform: translate(-50%, -68%) rotate(225deg);
}

.contact-honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.contact-form-status {
  min-height: 1.45rem;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.45;
}

.contact-required-note {
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  line-height: 1.35;
}

.contact-form-status[data-status="error"] {
  color: #ffd8d8;
}

.contact-form-status[data-status="success"] {
  color: #d8ffe4;
}

.contact-submit {
  justify-self: start;
}

.contact-submit:disabled {
  cursor: wait;
  opacity: 0.68;
  transform: none;
}

.faq-section {
  border-top: 1px solid rgba(205, 187, 255, 0.18);
  background:
    linear-gradient(180deg, rgba(10, 6, 17, 0.98), rgba(20, 11, 36, 0.96)),
    #10071d;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.36fr);
  gap: 1.4rem;
  align-items: start;
}

.faq-list {
  display: grid;
  gap: 0.82rem;
}

.faq-item {
  min-width: 0;
  border: 1px solid rgba(205, 187, 255, 0.24);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.03)),
    #151020;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
}

.faq-question {
  position: relative;
  width: 100%;
  min-height: 4.2rem;
  padding: 1.15rem 4.2rem 1.15rem 1.35rem;
  border: 0;
  background: transparent;
  color: #fff;
  font: inherit;
  font-family: var(--heading-font);
  font-size: clamp(1rem, 1.1vw, 1.22rem);
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.faq-question::before,
.faq-question::after {
  content: "";
  position: absolute;
  right: 1.35rem;
  top: 50%;
  width: 1.05rem;
  height: 2px;
  border-radius: 999px;
  background: var(--violet-pale);
  transform: translateY(-50%);
  transition: transform 180ms ease;
}

.faq-question::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq-question[aria-expanded="true"]::after {
  transform: translateY(-50%) rotate(0deg);
}

.faq-answer {
  padding: 0 1.35rem 1.25rem;
  color: rgba(255, 255, 255, 0.8);
}

.faq-answer p {
  margin: 0 0 0.8rem;
  max-width: 74ch;
}

.faq-answer-link,
.faq-topic-links a {
  color: var(--violet-pale);
  font-weight: 800;
  text-decoration: none;
}

.faq-answer-link:hover,
.faq-answer-link:focus-visible,
.faq-topic-links a:hover,
.faq-topic-links a:focus-visible {
  color: #fff;
}

.faq-topic-box {
  position: sticky;
  top: calc(var(--mobile-header-height, 5rem) + 1rem);
  padding: 1.5rem;
  border: 1px solid rgba(205, 187, 255, 0.24);
  border-radius: var(--radius-lg);
  background:
    linear-gradient(180deg, rgba(138, 92, 255, 0.2), rgba(255, 255, 255, 0.045)),
    #151020;
  box-shadow: var(--shadow);
}

.faq-topic-eyebrow {
  margin: 0 0 0.7rem;
  color: var(--violet-pale);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.faq-topic-box h3 {
  margin-bottom: 1rem;
  font-size: 1.38rem;
}

.faq-topic-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.58rem;
}

.faq-topic-links a {
  display: inline-flex;
  align-items: center;
  min-height: 2.35rem;
  padding: 0.5rem 0.72rem;
  border: 1px solid rgba(205, 187, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.055);
  font-size: 0.86rem;
}

.about-section {
  color: var(--text-dark);
  background:
    linear-gradient(135deg, rgba(209, 195, 255, 0.82), rgba(255, 255, 255, 0.98)),
    var(--bg-soft);
}

.about-section .eyebrow {
  color: #3e2081;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(22rem, 0.72fr);
  gap: 2rem;
  align-items: start;
}

.about-copy h2 {
  max-width: 15ch;
  margin-bottom: 1rem;
  color: var(--text-dark);
}

.about-text {
  display: grid;
  gap: 1rem;
  max-width: 72ch;
  color: rgba(24, 18, 35, 0.82);
  font-size: 1.06rem;
}

.about-text p {
  margin: 0;
}

.about-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.92rem;
}

.about-facts article,
.seo-case-card {
  border: 1px solid rgba(62, 32, 129, 0.28);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 50px rgba(17, 10, 31, 0.12);
}

.about-facts article {
  min-width: 0;
  padding: 1.2rem;
}

.about-facts span,
.seo-case-index {
  display: inline-flex;
  margin-bottom: 0.65rem;
  color: #3e2081;
  font-family: var(--heading-font);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.about-facts h3 {
  margin-bottom: 0.45rem;
  color: var(--text-dark);
  font-size: 1.12rem;
}

.about-facts p {
  margin: 0;
  color: rgba(24, 18, 35, 0.76);
  font-size: 0.95rem;
  line-height: 1.5;
}

.case-study-block {
  margin-top: 4rem;
}

.seo-case-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.seo-case-card {
  position: relative;
  min-width: 0;
  padding: 0;
  overflow: hidden;
  color: var(--text-dark);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.seo-case-card:hover,
.seo-case-card:focus-visible {
  transform: translateY(-5px);
  box-shadow: 0 26px 58px rgba(17, 10, 31, 0.18);
}

.seo-case-card img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  height: auto;
  object-fit: cover;
  object-position: top center;
  background: #f3f0fb;
}

.seo-case-card .seo-case-index,
.seo-case-card h3,
.seo-case-card p {
  margin-right: 1rem;
  margin-left: 1rem;
}

.seo-case-card .seo-case-index {
  margin-top: 1rem;
}

.seo-case-card h3 {
  margin-bottom: 0.7rem;
  color: var(--text-dark);
  font-size: 1.14rem;
}

.seo-case-card p {
  margin-top: 0;
  color: rgba(24, 18, 35, 0.75);
  font-size: 0.92rem;
  line-height: 1.45;
}

.seo-case-card p:last-child {
  margin-bottom: 1.15rem;
}

.close-icon {
  position: relative;
  width: 1rem;
  height: 1rem;
}

.close-icon::before,
.close-icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 1rem;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transform-origin: center;
}

.close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

:focus-visible {
  outline: 3px solid var(--violet-pale);
  outline-offset: 3px;
}

@media (max-width: 1120px) {
  .contact-layout,
  .offer-grid,
  .builder-grid,
  .portfolio-reel,
  .article-content,
  .article-hero-layout,
  .faq-layout,
  .about-layout,
  .stats-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .contact-layout {
    grid-template-areas:
      "intro"
      "info"
      "next"
      "form";
  }

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

  .portfolio-reel-stage {
    min-height: clamp(17.5rem, 62vw, 31rem);
  }

  .portfolio-reel-strip {
    max-width: min(25rem, calc(100vw - 3rem));
    flex-wrap: wrap;
    row-gap: 2px;
  }

  .testimonials-slider {
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
    gap: 0.65rem;
    max-width: 42rem;
    margin-right: auto;
    margin-left: auto;
  }

  .testimonials-viewport {
    grid-column: 2;
    grid-row: 1;
  }

  .testimonials-track {
    --testimonial-gap: 0;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .testimonial-nav-prev {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
  }

  .testimonial-nav-next {
    grid-column: 3;
    grid-row: 1;
    justify-self: stretch;
  }

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

  .pricing-card.featured {
    transform: none;
  }

  .faq-topic-box {
    position: static;
  }

  .seo-case-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .article-side {
    position: static;
  }

  .article-decision,
  .comparison-grid {
    grid-template-columns: 1fr;
  }

  .article-decision > p {
    width: 100%;
  }

}

@media (max-width: 1280px) {
  .contact-intro-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .contact-intro-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  :root {
    --mobile-header-height: 5rem;
  }

  body {
    padding-top: var(--mobile-header-height);
  }

  .section {
    padding: 4.5rem 0;
  }

  body.menu-open::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: 9;
    background: #090611;
  }

  .site-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 12;
  }

  .hero-section {
    padding-top: 5.5rem;
  }

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

  h1 {
    max-width: 13.8ch;
  }

  body.menu-open .site-header {
    z-index: 12;
    background: #090611;
    backdrop-filter: none;
    border-bottom-color: rgba(255, 255, 255, 0.12);
  }

  .nav-shell {
    position: relative;
    flex-wrap: nowrap;
    padding: 0.8rem 0;
  }

  .brand {
    min-width: 0;
    flex: 1 1 auto;
    gap: 0.68rem;
  }

  .brand-mark,
  .brand-mark img {
    height: 42px;
  }

  .brand-mark {
    width: 42px;
  }

  .brand-copy {
    max-width: 7.2rem;
    transform: translateY(2px);
  }

  .brand-copy strong {
    font-size: 1.16rem;
    letter-spacing: 0.03em;
  }

  .brand-copy span {
    font-size: 0.7rem;
    letter-spacing: 0.16em;
    line-height: 1.2;
  }

  .brand-tagline {
    max-width: 12rem;
    margin-left: 0.08rem;
    transform: translateY(3px);
    font-size: 0.68rem;
    letter-spacing: 0.13em;
    line-height: 1.1;
    white-space: nowrap;
  }

  .language-switcher {
    gap: 0.28rem;
  }

  .language-option {
    width: 1.95rem;
    height: 1.95rem;
    padding: 0.25rem;
  }

  .nav-toggle {
    display: inline-block;
    flex-shrink: 0;
  }

  .site-nav {
    display: grid;
    position: fixed;
    left: max(1rem, calc((100vw - var(--container)) / 2));
    right: max(1rem, calc((100vw - var(--container)) / 2));
    top: calc(var(--mobile-header-height) - 0.1rem);
    width: auto;
    max-height: calc(100dvh - var(--mobile-header-height) - 0.75rem);
    overflow-y: auto;
    overscroll-behavior: contain;
    pointer-events: none;
    grid-template-columns: minmax(0, 1fr) minmax(10.75rem, 11.75rem);
    gap: 0.65rem;
    align-items: stretch;
    border-radius: 0 0 var(--radius-lg) var(--radius-lg);
    isolation: isolate;
    z-index: 13;
    -webkit-overflow-scrolling: touch;
  }

  .site-nav ul {
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.35rem;
    margin-top: 0.4rem;
    padding: 0.65rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    background: #090611;
    box-shadow: 0 26px 60px rgba(9, 6, 17, 0.3);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .site-nav[data-open="true"] {
    padding: 0.6rem 0 0.85rem;
    pointer-events: auto;
    background: #090611;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.48);
  }

  .site-nav[data-open="true"] ul {
    display: flex;
  }

  .site-nav[data-open="true"] .nav-mobile-card {
    display: flex;
  }

  #site-menu > li > a {
    align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: none;
    position: relative;
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
    padding: 0.68rem 1.1875rem 0.96rem 1rem;
    justify-content: flex-start;
    gap: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
  }

  #site-menu > li > a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg, rgba(138, 92, 255, 0) 0%, rgba(138, 92, 255, 0) 38%, rgba(138, 92, 255, 0.08) 64%, rgba(138, 92, 255, 0.16) 100%);
    opacity: 0.48;
  }

  #site-menu > li > a::after {
    content: "";
    position: absolute;
    top: -53%;
    right: -3.7rem;
    bottom: -81%;
    z-index: 0;
    width: 26.4rem;
    background-image: var(--nav-ornament-image);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    transform: rotate(-15deg);
    opacity: 0.1;
  }

  .nav-icon {
    width: 1.05rem;
    height: 1.05rem;
    opacity: 0.94;
    transform: translateY(1px);
  }

  .nav-icon,
  .nav-label {
    position: relative;
    z-index: 1;
    text-shadow: 0px 0px 7px black;
  }

  #site-menu > li > a:hover::before,
  #site-menu > li > a:focus-visible::before,
  #site-menu > li > a[aria-current="true"]::before {
    opacity: 1;
    background:
      linear-gradient(90deg, rgba(138, 92, 255, 0) 0%, rgba(138, 92, 255, 0) 32%, rgba(138, 92, 255, 0.12) 58%, rgba(205, 187, 255, 0.22) 100%);
  }

  .nav-mobile-card {
    align-self: stretch;
    display: none;
    flex-direction: column;
    margin-top: 0.4rem;
    padding: 0.95rem 0.95rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    background:
      linear-gradient(180deg, rgba(15, 9, 28, 1), rgba(9, 6, 17, 1)),
      #090611;
    color: var(--text-light);
    box-shadow: 0 26px 60px rgba(9, 6, 17, 0.3);
  }

  .nav-mobile-eyebrow {
    margin: 0 0 0.9rem;
    color: var(--violet-pale);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    font-size: 0.68rem;
    font-weight: 700;
  }

  .nav-mobile-card p {
    margin: 0 0 0.85rem;
    line-height: 1.45;
    font-size: 0.8rem;
    color: var(--text-muted);
  }

  .nav-mobile-card strong {
    display: inline-block;
    margin-bottom: 0.45rem;
    color: #fff;
  }

  .nav-mobile-card a {
    display: inline-flex;
    align-self: flex-start;
    align-items: center;
    min-height: 2.9rem;
    padding: 0.72rem 1rem 0.82rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.03);
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
  }

  .nav-mobile-cta.button {
    width: 100%;
    min-height: 2.85rem;
    margin-top: 0.35rem;
    padding: 0.7rem 0.9rem;
    font-size: 0.84rem;
  }

  .hero-motion {
    opacity: 0.72;
  }

  .lightbox {
    padding: 0.5rem;
  }

  .lightbox-shell {
    width: min(100%, calc(100vw - 3rem));
    max-width: min(100%, calc(100vw - 3rem));
    margin: auto;
  }

  .lightbox-body {
    width: 100%;
    max-width: 100%;
    max-height: calc(100vh - 1rem);
  }

  .lightbox-copy {
    padding: 1.35rem 1.25rem 1.6rem;
  }

  .lightbox-copy h2 {
    margin-bottom: 0.7rem;
  }

  .lightbox-case-study {
    grid-template-columns: 1fr;
    gap: 0.62rem;
  }

  .lightbox-case-study div {
    padding: 0.78rem 0.82rem 0.84rem;
  }

  .lightbox-close {
    position: absolute;
    top: 0.7rem;
    right: 0.7rem;
    margin: 0;
    color: #fff;
    background: rgba(9, 16, 38, 0.9);
  }

  .lightbox-nav {
    width: 1rem;
  }

  .lightbox-nav:hover,
  .lightbox-nav:focus-visible {
    width: 1.35rem;
  }

  .lightbox-nav-prev {
    right: 100%;
  }

  .lightbox-nav-next {
    left: 100%;
  }

  .lightbox img {
    width: 100%;
    max-width: 100%;
  }
}

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

  .hero-panel {
    grid-template-columns: 1fr;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .lightbox-shell,
  .lightbox-body {
    width: fit-content;
    max-width: min(100%, calc(100vw - 9rem));
  }
}

@media (max-width: 560px) {
  .container {
    width: min(1120px, calc(100vw - 2rem));
  }

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

  .portfolio-reel {
    padding: 0;
    margin-bottom: calc(clamp(2rem, 4vw, 3.2rem) + 18px);
  }

  .portfolio-reel-stage {
    min-height: 14.25rem;
  }

  .portfolio-reel-laptop {
    width: min(100%, 30rem);
  }

  .portfolio-reel-strip {
    max-width: min(18rem, calc(100vw - 2rem));
    gap: 2px;
    row-gap: 0;
  }

  .portfolio-reel-chip {
    width: 1.75rem;
    height: 1.75rem;
  }

  .portfolio-reel-chip::before {
    width: 0.58rem;
    height: 0.58rem;
    margin: 0.585rem;
  }

  .testimonials-slider {
    grid-template-columns: 2.75rem minmax(0, 1fr) 2.75rem;
  }

  .testimonials-viewport {
    grid-column: 2;
    grid-row: 1;
  }

  .testimonials-track {
    --testimonial-gap: 0;
  }

  .testimonial-card {
    flex-basis: 100%;
  }

  .testimonial-nav {
    width: 1.2rem;
    height: 4.8rem;
  }

  .testimonial-nav-prev {
    grid-column: 1;
    grid-row: 1;
    justify-self: stretch;
  }

  .testimonial-nav-next {
    grid-column: 3;
    grid-row: 1;
    justify-self: stretch;
  }

  .about-facts,
  .seo-case-grid {
    grid-template-columns: 1fr;
  }

  .faq-question {
    padding-right: 3.5rem;
  }

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

  .stats-section {
    padding: 4.4rem 0;
    background-position: 42% center;
  }

  .stats-item .stats-value {
    font-size: 3.55rem;
  }

  .stats-item h3 {
    max-width: 19rem;
    margin: 0 auto;
    font-size: 1.26rem;
    line-height: 1.28;
  }

  .stats-section::after {
    background:
      linear-gradient(90deg, rgba(9, 6, 17, 0.68), rgba(9, 6, 17, 0.52)),
      radial-gradient(circle at 50% 50%, rgba(0, 0, 0, 0.1) 0, rgba(0, 0, 0, 0.36) 72%);
  }

  h1 {
    max-width: 9.8ch;
    font-size: clamp(2.35rem, 10.5vw, 3.2rem);
  }

  .hero-copy,
  .hero-copy .lead {
    max-width: 100%;
  }

  .hero-copy .lead {
    font-size: 0.96rem;
    overflow-wrap: anywhere;
  }

  .hero-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .contact-intro-steps {
    grid-template-columns: 1fr;
  }

  .offer-more {
    width: calc(100% + 3.2rem);
  }

  .lightbox {
    width: auto;
  }

  .content-modal {
    width: calc(100vw - 1rem);
  }

  .content-modal-scroll {
    padding: 1.5rem 1rem 1.25rem;
  }

  .cookie-banner-shell {
    grid-template-columns: 1fr;
    gap: 0.9rem;
    padding: 0.65rem 1rem;
  }

  .cookie-banner-actions {
    justify-content: stretch;
  }

  .cookie-button {
    flex: 1 1 10rem;
  }

  .contact-form-grid,
  .contact-antispam {
    grid-template-columns: 1fr;
  }

  .contact-submit {
    justify-self: stretch;
  }
}

@media (max-width: 560px) {
  .brand {
    gap: 0.6rem;
  }

  .nav-shell {
    gap: 0.45rem;
  }

  .brand-mark,
  .brand-mark img {
    height: 36px;
  }

  .brand-mark {
    width: 36px;
  }

  .brand-copy {
    max-width: 6.2rem;
  }

  .brand-copy strong {
    font-size: 1rem;
  }

  .brand-copy span {
    font-size: 0.61rem;
  }

  .brand-tagline {
    max-width: 9rem;
    font-size: 0.56rem;
    letter-spacing: 0.11em;
  }

  .language-switcher {
    gap: 0.22rem;
  }

  .language-option {
    width: 1.78rem;
    height: 1.78rem;
    padding: 0.22rem;
  }

  .cookie-banner-shell {
    padding: 0.65rem 1rem;
  }

  .cookie-banner-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-button {
    width: 100%;
    min-height: 2.7rem;
  }
}

@media (max-width: 500px) {
  .brand-tagline {
    display: none;
  }
}

@media (max-width: 430px) {
  .brand {
    gap: 0.56rem;
  }

  .nav-shell {
    gap: 0.35rem;
  }

  .brand-mark,
  .brand-mark img {
    height: 32px;
  }

  .brand-mark {
    width: 32px;
  }

  .brand-copy {
    max-width: 5.8rem;
  }

  .brand-copy strong {
    font-size: 0.925rem;
  }

  .brand-copy span {
    font-size: 0.565rem;
  }

  .brand-tagline {
    max-width: 7.2rem;
    margin-left: 0.05rem;
    transform: translateY(2px);
    font-size: 0.5rem;
    letter-spacing: 0.11em;
    line-height: 1.2;
    white-space: normal;
  }

  .language-option {
    width: 1.66rem;
    height: 1.66rem;
    padding: 0.2rem;
  }

  .site-nav {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (max-width: 390px) {
  h1 {
    max-width: 11.2ch;
    font-size: clamp(2.05rem, 9.2vw, 2.74rem);
    line-height: 1.04;
  }

  h2 {
    font-size: clamp(1.72rem, 8vw, 2.38rem);
  }

  .article-hero h1 {
    max-width: 13.5ch;
    font-size: clamp(2rem, 8.4vw, 2.65rem);
  }

  .contact-next h3,
  .pricing-card h3 {
    font-size: clamp(1.58rem, 7.4vw, 2.1rem);
  }
}

@media (max-width: 767px) {
  .hero-copy,
  .section-heading {
    max-width: 100%;
  }

  h1 {
    max-width: min(100%, 16ch);
    font-size: clamp(1.85rem, 5.35vw, 2.95rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  h2 {
    max-width: min(100%, 24ch);
    font-size: clamp(1.65rem, 4vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.025em;
  }

  h3 {
    font-size: 1.23rem;
    line-height: 1.12;
    letter-spacing: -0.02em;
  }

  .pricing-details-trigger {
    min-height: 4rem;
    padding: 1rem;
  }

  .pricing-details-table {
    min-width: 680px;
    font-size: 0.9rem;
  }

  .pricing-details-table th,
  .pricing-details-table td {
    padding: 0.82rem 0.78rem;
  }

  .pricing-details-notes {
    padding: 0.9rem 1rem 1rem;
    font-size: 0.86rem;
  }

  .hero-copy h1 {
    max-width: min(100%, 16ch);
  }

  .language-switcher {
    gap: 0.3rem;
  }

  .language-option {
    width: 2.2rem;
    height: 2.2rem;
    padding: 0.25rem;
  }

  .lightbox,
  .content-modal {
    padding: 10px;
  }

  .content-modal {
    padding: 0;
  }

  .lightbox-shell,
  .lightbox-body,
  .content-modal {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: calc(100dvh - 20px);
  }

  .lightbox-shell,
  .lightbox-body {
    width: fit-content;
    max-width: calc(100vw - 4.5rem);
  }

  .lightbox-body,
  .content-modal-shell {
    border: 1px solid #574873;
  }

  .lightbox-body {
    background: rgba(255, 255, 255, 0.95);
  }

  .content-modal-shell {
    background:
      radial-gradient(circle at top right, rgba(138, 92, 255, 0.14), transparent 26%),
      linear-gradient(180deg, rgba(24, 14, 43, 0.95), rgba(13, 8, 24, 0.95));
  }

  .content-modal-scroll {
    max-height: calc(100dvh - 20px);
  }

  .content-modal-section,
  .lightbox-case-study div {
    border: 1px solid #574873;
  }
}

@media (max-width: 430px) {
  .nav-shell {
    gap: 0.22rem;
  }

  .language-switcher {
    gap: 0.14rem;
  }

  .language-option {
    width: 1.95rem;
    height: 1.95rem;
    padding: 0.2rem;
  }
}

@media (max-width: 360px) {
  .brand {
    gap: 0.48rem;
  }

  .hero-section {
    padding-top: 3.4rem;
  }

  .eyebrow {
    margin-bottom: 0.75rem;
  }

  h1 {
    font-size: clamp(1.76rem, 5.35vw, 2.8rem);
  }

  .hero-copy .lead {
    margin-top: 1rem;
    line-height: 1.55;
  }

  .hero-actions {
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .nav-shell {
    gap: 0.16rem;
  }

  .language-option {
    width: 1.86rem;
    height: 1.86rem;
    padding: 0.18rem;
  }
}

@media (min-width: 1800px) {
  :root {
    --container: min(1540px, calc(100vw - 8rem));
  }

  .section {
    padding: 7rem 0;
  }

  .hero-grid,
  .contact-layout {
    gap: 3rem;
  }

  .offer-grid,
  .builder-grid,
  .gallery-grid,
  .stats-grid,
  .pricing-grid {
    gap: 1.5rem;
  }
}

@media (min-width: 2400px) {
  :root {
    --container: min(1820px, calc(100vw - 10rem));
  }

  .section {
    padding: 7.5rem 0;
  }

  .hero-grid,
  .contact-layout {
    grid-template-columns: 1.3fr 1fr;
    gap: 4rem;
  }

  .section-heading {
    max-width: 68rem;
  }

  h1 {
    max-width: 16ch;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .hero-motion {
    display: none;
  }

  .reveal-item,
  .reveal-item.is-revealed {
    opacity: 1;
    transform: none;
    transition: none;
  }
}
