/* General home — Figma frame 1534px (node 15:5) */

body.home-page {
  --general-figma-w: 1534;
  --general-side: clamp(24px, 9.78vw, 150px);
  --general-content: min(1280px, calc(100% - 2 * var(--general-side)));
  --general-orange: #ff4500;
  --general-orange-soft: rgba(255, 69, 0, 0.1);
  --general-card: rgba(10, 10, 10, 0.4);
  --general-border: rgba(255, 69, 0, 0.1);
  --general-muted: rgba(255, 255, 255, 0.6);
  --general-gradient: linear-gradient(
    90deg,
    #ff4500 0%,
    #ff4900 10%,
    #ff4d00 20%,
    #ff5100 30%,
    #ff5500 40%,
    #ff5900 50%,
    #ff5d00 60%,
    #ff6000 70%,
    #ff6300 80%,
    #ff6700 90%,
    #ff6a00 100%
  );
  --general-stat-gradient: linear-gradient(
    180deg,
    #ff4500 0%,
    #ff4900 10%,
    #ff4d00 20%,
    #ff5100 30%,
    #ff5500 40%,
    #ff5900 50%,
    #ff5d00 60%,
    #ff6000 70%,
    #ff6300 80%,
    #ff6700 90%,
    #ff6a00 100%
  );
  --general-header-h: 88px;
  --general-hero-title-top: calc(var(--general-header-h) + 292px);
  --general-hero-subtitle-top: calc(var(--general-header-h) + 372px);
  --general-figma-h: 8617;
}

body.home-page .mc-main-home {
  width: 100%;
  max-width: none;
  min-height: 0;
  overflow: visible;
}

body.home-page .mc-shell {
  width: 100%;
  max-width: none;
  overflow: visible;
}

body.home-page .mc-header {
  width: 100%;
}

body.home-page .mc-header-inner {
  width: 100%;
  max-width: var(--general-content);
  height: 88px;
  min-height: 88px;
  padding: 20px 0;
  margin: 0 auto;
  box-sizing: border-box;
}

body.home-page .mc-nav {
  gap: 40px;
}

body.home-page .mc-nav a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: var(--general-muted);
}

body.home-page .mc-nav a:hover,
body.home-page .mc-nav a.active {
  color: var(--general-orange);
}

body.home-page .mc-login-btn {
  min-width: 128px;
  width: 128px;
  height: 42px;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 400;
  box-sizing: border-box;
}

body.home-page .mc-auth a:not(.mc-login-btn) {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  color: var(--general-muted);
}

.general-page {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow-x: hidden;
  background: #000;
}

.general-page > :not(.general-page-ambient) {
  position: relative;
  z-index: 1;
}

/* Page-wide ambient — Figma General 1534×8617 */

.general-page-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

.general-page-ambient-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: none;
}

.general-page-glow {
  position: absolute;
  pointer-events: none;
}

.general-page-glow-core {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.general-page-glow--services {
  left: 74.35%;
  top: 16.2%;
  width: 26.26%;
  aspect-ratio: 1;
}

.general-page-glow--services .general-page-glow-core {
  background: rgba(255, 69, 0, 0.05);
  opacity: 0.32;
  filter: blur(125.894px);
}

.general-page-glow--process {
  left: 22.79%;
  top: 38.4%;
  width: 43.52%;
  aspect-ratio: 1;
}

.general-page-glow--process .general-page-glow-core {
  background: rgba(255, 69, 0, 0.05);
  filter: blur(133.535px);
}

.general-page-glow--cta-left {
  left: -8%;
  top: 72.8%;
  width: 43.5%;
  aspect-ratio: 1;
}

.general-page-glow--cta-left .general-page-glow-core {
  background: rgba(255, 69, 0, 0.1);
  filter: blur(133.534px);
}

.general-page-glow--cta-right {
  left: 58%;
  top: 71.5%;
  width: 58.1%;
  aspect-ratio: 1;
}

.general-page-glow--cta-right .general-page-glow-core {
  background: rgba(255, 106, 0, 0.1);
  filter: blur(133.7px);
}

.general-page-glow--footer {
  left: 22.52%;
  top: 92.5%;
  width: 29.98%;
  aspect-ratio: 1;
}

.general-page-glow--footer .general-page-glow-core {
  background: rgba(255, 69, 0, 0.05);
  opacity: 0.47;
  filter: blur(143.741px);
}

.general-gradient-text {
  background: var(--general-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.general-section-badge-row {
  margin-bottom: 24px;
}

.general-section-badge-row--center {
  display: flex;
  justify-content: center;
}

.general-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  color: var(--general-orange);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}

.general-section-head {
  max-width: var(--general-content);
  margin: 0 auto;
  padding: 128px 0 0;
}

.general-section-head--center {
  text-align: center;
}

.general-section-head--center .general-section-desc {
  margin-left: auto;
  margin-right: auto;
}

.general-section-title {
  position: relative;
  margin: 0;
  height: 144px;
  font-family: "Inter", sans-serif;
  font-size: clamp(40px, 4.69vw, 72px);
  font-weight: 400;
  line-height: 72px;
  color: rgba(255, 255, 255, 0.6);
}

.general-section-title--center .general-section-title-line,
.general-section-title--center .general-section-title-accent {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.general-section-title-line {
  position: absolute;
  top: -4px;
  left: 0;
}

.general-section-title-accent {
  position: absolute;
  top: 68px;
  left: 0;
}

.general-section-desc {
  margin: 24px 0 0;
  max-width: 672px;
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 28px;
}

/* Hero — Figma node 15:12, 944px */

.general-hero {
  position: relative;
  width: 100%;
  height: 944px;
  overflow: hidden;
}

.general-hero-ambient {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  pointer-events: none;
}

.general-hero-radials {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 17.12% 27.86% at 20% 50%, rgba(255, 69, 0, 0.08) 0%, transparent 50%),
    radial-gradient(ellipse 18.77% 30.53% at 80% 20%, rgba(255, 106, 0, 0.05) 0%, transparent 50%),
    radial-gradient(ellipse 14.02% 22.84% at 50% 80%, rgba(255, 69, 0, 0.06) 0%, transparent 50%);
}

.general-hero-tint {
  position: absolute;
  inset: 0;
  opacity: 0.5;
  background:
    linear-gradient(180deg, rgba(255, 69, 0, 0.03) 0%, rgba(0, 0, 0, 0) 0.11%),
    linear-gradient(90deg, rgba(255, 69, 0, 0.03) 0%, rgba(0, 0, 0, 0) 0%);
}

.general-hero-glow-a {
  position: absolute;
  left: -5.21%;
  top: 8.47%;
  width: 39.11%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 69, 0, 0.2);
  filter: blur(120px);
}

.general-hero-glow-b {
  position: absolute;
  left: 55.42%;
  top: 27.55%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 57.87%;
  aspect-ratio: 1;
}

.general-hero-glow-b span {
  display: block;
  width: 52.15%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 106, 0, 0.15);
  filter: blur(120px);
  transform: rotate(96.7deg);
}

.general-hero-particles {
  position: absolute;
  inset: 0;
  z-index: 2;
}

.general-hero-particle {
  position: absolute;
  border-radius: 999px;
  background: #ff4500;
  transform: translate(-50%, -50%);
}

.general-hero-horizon {
  position: absolute;
  left: 0;
  top: 1px;
  width: 100%;
  height: calc(100% - 1px);
  z-index: 3;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 69, 0, 0.3) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}

.general-hero-stage {
  position: relative;
  z-index: 4;
  width: var(--general-content);
  height: 944px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.general-hero-title {
  position: absolute;
  left: 0;
  top: var(--general-hero-title-top);
  margin: 0;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(36px, 3.13vw, 48px);
  font-weight: 600;
  line-height: 84.48px;
  color: #fff;
}

.general-hero-subtitle {
  position: absolute;
  left: 0;
  top: var(--general-hero-subtitle-top);
  width: min(632px, 100%);
  margin: 0;
  color: #a1a1a1;
  font-family: "Unbounded", sans-serif;
  font-size: clamp(16px, 1.3vw, 20px);
  font-weight: 300;
  line-height: 22.75px;
}

.general-stats {
  position: absolute;
  left: 0;
  top: 673px;
  display: flex;
  width: min(439px, calc(100% - 48px));
  margin: 0;
}

.general-stat {
  flex: 1;
  min-width: 0;
  text-align: center;
}

.general-stat-value {
  font-family: "Inter", sans-serif;
  font-size: clamp(36px, 3.13vw, 48px);
  line-height: 48px;
  background: var(--general-stat-gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.general-stat-label {
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.general-hero-visual {
  position: absolute;
  right: 52px;
  top: 272px;
  line-height: 0;
}

.general-hero-visual img {
  display: block;
  width: 301px;
  height: 312px;
  max-width: none;
  filter: drop-shadow(0 0 48px rgba(255, 69, 0, 0.28));
}

/* Services bento — 845.328 + 410.656 cols, gap 24px */

.general-services {
  position: relative;
  padding-bottom: 128px;
}

.general-services-grid {
  display: grid;
  grid-template-columns: minmax(0, 410.656fr) minmax(0, 410.672fr) minmax(0, 410.656fr);
  grid-template-rows: repeat(4, 280px);
  gap: 24px;
  max-width: var(--general-content);
  margin: 80px auto 0;
}

.general-service-card {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 280px;
  padding: 32px;
  border-radius: 24px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  box-sizing: border-box;
}

.general-service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  opacity: 0.35;
  pointer-events: none;
}

.general-service-card:hover {
  color: #fff;
  border-color: rgba(255, 69, 0, 0.25);
}

.general-service-card--featured {
  grid-column: 1 / 3;
  grid-row: 1 / 3;
  height: 584px;
}

.general-service-card--tr {
  grid-column: 3;
  grid-row: 1;
}

.general-service-card--mr {
  grid-column: 3;
  grid-row: 2;
}

.general-service-card--bl {
  grid-column: 1;
  grid-row: 3;
}

.general-service-card--bm {
  grid-column: 2;
  grid-row: 3;
}

.general-service-card--wide {
  grid-column: 1 / 3;
  grid-row: 4;
}

.general-service-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin-bottom: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 69, 0, 0.2), rgba(255, 106, 0, 0.2));
  flex-shrink: 0;
}

.general-service-icon img {
  width: 32px;
  height: 32px;
}

.general-service-card h3 {
  margin: 0 0 12px;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.general-service-card p {
  margin: 0;
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

/* Projects */

.general-projects {
  position: relative;
  padding: 128px 0;
}

.general-projects::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.3;
  background:
    linear-gradient(180deg, rgba(255, 69, 0, 0.03), transparent),
    linear-gradient(90deg, rgba(255, 69, 0, 0.03), transparent);
  pointer-events: none;
}

.general-projects-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  max-width: var(--general-content);
  margin: 0 auto;
}

.general-projects-copy .general-section-title {
  height: 144px;
}

.general-projects-copy .general-section-desc {
  margin-top: 24px;
}

.general-projects-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  height: 58px;
  padding: 17px 33px;
  border-radius: 999px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  box-sizing: border-box;
}

.general-projects-btn:hover {
  color: #fff;
  border-color: rgba(255, 69, 0, 0.3);
}

.general-projects-stage {
  max-width: var(--general-content);
  height: 600px;
  margin: 80px auto 0;
}

.general-projects-stage-inner {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid rgba(255, 69, 0, 0.08);
  background: rgba(0, 0, 0, 0.55);
}

/* Process — 616px cols, 48px gap, panel 484px */

.general-process {
  position: relative;
  padding: 128px 0;
}

.general-process-layout {
  display: grid;
  grid-template-columns: minmax(0, 616px) minmax(0, 616px);
  gap: 48px;
  max-width: var(--general-content);
  margin: 80px auto 0;
}

.general-process-steps {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 34px;
  overflow: hidden;
}

.general-process-step {
  position: relative;
  display: block;
  width: 616px;
  max-width: 100%;
  padding: 25px;
  border-radius: 16px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  color: inherit;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color 0.2s ease, transform 0.2s ease, padding 0.2s ease;
}

.general-process-step.is-active {
  padding: 26.25px;
  border: 1.05px solid rgba(255, 69, 0, 0.35);
  border-radius: 16.8px;
  z-index: 1;
}

.general-process-step.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  border-radius: 999px;
  background: var(--general-gradient);
}

.general-process-step-top {
  display: flex;
  align-items: center;
  gap: 12px;
}

.general-process-step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: rgba(255, 69, 0, 0.1);
  flex-shrink: 0;
  transition: width 0.2s ease, height 0.2s ease, border-radius 0.2s ease;
}

.general-process-step.is-active .general-process-step-icon {
  width: 58.8px;
  height: 58.8px;
  border-radius: 14.7px;
  background: var(--general-orange);
}

.general-process-step-icon img {
  width: 28px;
  height: 28px;
}

.general-process-step-num {
  color: rgba(255, 255, 255, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.general-process-step.is-active .general-process-step-num {
  color: var(--general-orange);
}

.general-process-step h3 {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.6);
}

.general-process-step.is-active h3 {
  color: #fff;
}

.general-process-step p {
  margin: 8px 0 0 68px;
  color: rgba(255, 255, 255, 0.4);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.general-process-step.is-active p {
  color: rgba(255, 255, 255, 0.8);
}

.general-process-panel-wrap {
  position: relative;
  min-height: 484px;
}

.general-process-panel {
  position: relative;
  height: 484px;
  padding: 2px;
  border-radius: 16px;
  background: #0a0a0a;
  overflow: hidden;
  box-sizing: border-box;
}

.general-process-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: var(--general-gradient);
  z-index: 0;
}

.general-process-panel-inner {
  position: relative;
  z-index: 1;
  height: 480px;
  padding: 32px;
  border-radius: 14px;
  background: #0a0a0a;
  box-sizing: border-box;
}

.general-process-panel-num {
  position: absolute;
  right: 24px;
  top: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(80px, 13vw, 200px);
  font-weight: 700;
  line-height: 1;
  color: rgba(255, 69, 0, 0.05);
  pointer-events: none;
}

.general-process-panel-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 16px;
  background: var(--general-gradient);
}

.general-process-panel-icon img {
  width: 40px;
  height: 40px;
}

.general-process-panel h3 {
  margin: 24px 0 0;
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.general-process-panel-desc {
  margin: 16px 0 0;
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.general-process-panel h4 {
  margin: 32px 0 0;
  color: var(--general-orange);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.general-process-panel ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.general-process-panel li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.general-process-panel li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--general-orange);
  flex-shrink: 0;
}

.general-process-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 64px;
}

.general-process-dot {
  width: 32px;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 69, 0, 0.2);
  cursor: pointer;
}

.general-process-dot.is-active {
  width: 48px;
  background: var(--general-orange);
}

/* CTA — card 1152×639, radius 40, padding 64 */

.general-cta {
  position: relative;
  padding: 128px var(--general-side);
  box-sizing: border-box;
}

.general-cta-card {
  position: relative;
  width: min(1152px, 100%);
  min-height: 639px;
  margin: 0 auto;
  padding: 64px;
  border-radius: 40px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
}

.general-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.2;
  background:
    linear-gradient(180deg, rgba(255, 69, 0, 0.2), transparent),
    linear-gradient(90deg, rgba(255, 69, 0, 0.2), transparent);
  pointer-events: none;
}

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

.general-cta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 42px;
  padding: 9px 21px;
  border-radius: 999px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  color: var(--general-orange);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}

.general-cta-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--general-orange);
  opacity: 0.86;
}

.general-cta-title {
  position: relative;
  height: 144px;
  margin: 24px auto 0;
  max-width: 672px;
  font-family: "Inter", sans-serif;
  font-size: clamp(40px, 4.69vw, 72px);
  font-weight: 400;
  line-height: 72px;
  color: rgba(255, 255, 255, 0.8);
}

.general-cta-title-line {
  position: absolute;
  top: -4px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.general-cta-title-accent {
  position: absolute;
  top: 68px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.general-cta-desc {
  max-width: 672px;
  margin: 24px auto 0;
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 32.5px;
}

.general-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 48px;
}

.general-cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  height: 68px;
  padding: 20px 40px;
  border-radius: 999px;
  background: var(--general-gradient);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  box-shadow: 0 10px 7.5px rgba(255, 69, 0, 0.2), 0 4px 3px rgba(255, 69, 0, 0.2);
  box-sizing: border-box;
}

.general-cta-primary:hover {
  color: #fff;
  filter: brightness(1.05);
}

.general-cta-primary img {
  width: 20px;
  height: 20px;
}

.general-cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 188px;
  height: 70px;
  padding: 19px 32px;
  border-radius: 999px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 28px;
  box-sizing: border-box;
}

.general-cta-secondary:hover {
  color: #fff;
}

.general-cta-contacts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 32px;
  margin-top: 48px;
}

.general-cta-contact {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.general-cta-contact-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--general-border);
  background: var(--general-card);
}

.general-cta-contact-icon img {
  width: 16px;
  height: 16px;
}

/* Footer — 544px block, cols 394.656 + 185.328×3 */

.general-footer {
  border-top: 1px solid rgba(255, 69, 0, 0.2);
  padding: 80px var(--general-side) 32px;
  min-height: 544px;
  box-sizing: border-box;
}

.general-footer-inner {
  max-width: var(--general-content);
  margin: 0 auto;
}

.general-footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 394.656fr) minmax(0, 185.328fr) minmax(0, 185.328fr) minmax(0, 185.344fr);
  gap: 48px;
}

.general-footer-brand img {
  width: 80px;
  height: 64px;
  object-fit: contain;
}

.general-footer-brand p {
  margin: 16px 0 0;
  max-width: 384px;
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.general-footer-newsletter-label {
  margin: 32px 0 12px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.general-footer-newsletter {
  display: flex;
  gap: 8px;
  max-width: 382.656px;
}

.general-footer-newsletter input {
  flex: 1;
  min-width: 0;
  width: 318.656px;
  max-width: calc(100% - 64px);
  height: 50px;
  padding: 13px 17px;
  border-radius: 14px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  box-sizing: border-box;
}

.general-footer-newsletter input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.general-footer-newsletter button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 50px;
  border: 0;
  border-radius: 14px;
  background: var(--general-orange);
  cursor: pointer;
  flex-shrink: 0;
}

.general-footer-newsletter button img {
  width: 20px;
  height: 20px;
}

.general-footer-col h4 {
  margin: 0;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.general-footer-col a {
  display: block;
  margin-top: 16px;
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.general-footer-col a:hover {
  color: var(--general-orange);
}

.general-footer-divider {
  height: 1px;
  margin: 64px 0 32px;
  background: linear-gradient(90deg, transparent, rgba(255, 69, 0, 0.3), transparent);
}

.general-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.general-footer-bottom span,
.general-footer-bottom a {
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.general-footer-social {
  display: flex;
  gap: 12px;
}

.general-footer-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
}

.general-footer-social img {
  width: 20px;
  height: 20px;
}

.general-footer-back-top {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 44px;
  padding: 13px 25px;
  border-radius: 14px;
  border: 1px solid var(--general-border);
  background: var(--general-card);
  color: var(--general-muted);
  font-family: "Inter", sans-serif;
  font-size: 14px;
  box-sizing: border-box;
}

.general-footer-back-top:hover {
  color: #fff;
}

@media (max-width: 1280px) {
  .general-hero-visual {
    left: auto;
    right: 0;
    top: 240px;
  }

  .general-hero-visual img {
    width: min(301px, 35vw);
    height: auto;
  }
}

@media (max-width: 1100px) {
  .general-hero {
    height: auto;
    min-height: 720px;
  }

  .general-hero-stage {
    height: auto;
    min-height: 720px;
    padding-bottom: 80px;
  }

  .general-hero-title,
  .general-hero-subtitle,
  .general-stats {
    position: relative;
    left: 0;
    top: auto;
  }

  .general-hero-title {
    padding: 120px 24px 0;
  }

  .general-hero-subtitle {
    padding: 16px 24px 0;
    width: auto;
  }

  .general-stats {
    padding: 56px 24px 0;
    width: auto;
    max-width: 439px;
  }

  .general-hero-visual {
    position: relative;
    right: auto;
    top: auto;
    margin: 48px auto 0;
  }

  .general-hero-visual img {
    width: min(301px, 70vw);
    height: auto;
  }

  .general-services-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .general-service-card,
  .general-service-card--featured {
    height: auto;
    min-height: 280px;
  }

  .general-service-card--featured,
  .general-service-card--wide,
  .general-service-card--tr,
  .general-service-card--mr,
  .general-service-card--bl,
  .general-service-card--bm {
    grid-column: auto;
    grid-row: auto;
  }

  .general-service-card--featured,
  .general-service-card--wide {
    grid-column: span 2;
  }

  .general-process-layout {
    grid-template-columns: 1fr;
  }

  .general-process-step {
    width: 100%;
  }

  .general-process-step.is-active {
    transform: none;
  }

  .general-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 720px) {
  .general-section-title,
  .general-cta-title,
  .general-projects-copy .general-section-title {
    height: auto;
    line-height: 1.1;
  }

  .general-section-title-line,
  .general-section-title-accent,
  .general-cta-title-line,
  .general-cta-title-accent {
    position: static;
    transform: none;
    white-space: normal;
    display: block;
  }

  .general-section-title-accent,
  .general-cta-title-accent {
    margin-top: 4px;
  }

  .general-services-grid {
    grid-template-columns: 1fr;
  }

  .general-service-card--featured,
  .general-service-card--wide {
    grid-column: span 1;
  }

  .general-footer-grid {
    grid-template-columns: 1fr;
  }

  .general-cta-card {
    padding: 48px 24px;
    min-height: 0;
  }
}
