:root {
  color-scheme: light;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
  font-weight: 400;
  --brand-primary: #cc001b;
  --brand-primary-soft: rgba(204, 0, 27, 0.12);
  --brand-primary-soft-strong: rgba(204, 0, 27, 0.25);
  --color-text: #1f2937;
  --color-muted: #4b5563;
  --color-bg: #f7f9fc;
  --color-surface: #ffffff;
  --shadow-lg: 0 24px 60px rgba(15, 23, 42, 0.18);
  --shadow-md: 0 18px 40px rgba(15, 23, 42, 0.12);
  --radius-lg: 24px;
  --radius-md: 18px;
  --radius-pill: 999px;
}

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

body {
  margin: 0;
  min-height: 100vh;
  background: #ffffff;
  color: var(--color-text);
}

a {
  color: inherit;
  text-decoration: none;
}

#root {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.layout {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main {
  padding-top: 0;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #cc001b;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.site-header .nav-container {
  margin: 0 auto;
  max-width: 1180px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  color: white;
}

.logo img {
  filter: brightness(0) invert(1);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.logo {
  display: inline-flex;
  align-items: center;
}

.logo img {
  height: 48px;
  width: auto;
  display: block;
}

nav {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.nav-link {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  padding-bottom: 0.2rem;
  transition: color 0.2s ease;
}

.nav-link:hover {
  color: white;
}

.nav-link.active {
  color: white;
}

.nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.4rem;
  height: 3px;
  border-radius: var(--radius-pill);
  background: white;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.cta-btn {
  padding: 0.85rem 1.6rem;
  border-radius: var(--radius-pill);
  border: 2px solid white;
  font-weight: 600;
  letter-spacing: 0.01em;
  background: transparent;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
}

.site-header .cta-btn {
  background: transparent;
  border: 2px solid white;
}

.site-header .cta-btn:hover {
  background: white;
  color: #cc001b;
}

.cta-btn:hover {
  transform: translateY(-1px);
}

.cta-btn.inverted {
  background: transparent;
  color: #cc001b;
  border: 1px solid #cc001b;
  box-shadow: none;
}

.cta-btn.inverted:hover {
  background: rgba(204, 0, 27, 0.12);
}

.nav-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(15, 23, 42, 0.75);
  padding: 10px;
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  left: 12px;
  right: 12px;
  height: 2px;
  background: white;
  transition: transform 0.3s ease, opacity 0.3s ease, top 0.3s ease;
}

.nav-toggle span:nth-child(1) {
  top: 14px;
}

.nav-toggle span:nth-child(2) {
  top: 21px;
}

.nav-toggle span:nth-child(3) {
  top: 28px;
}

.nav-toggle.open span:nth-child(1) {
  top: 21px;
  transform: rotate(45deg);
}

.nav-toggle.open span:nth-child(2) {
  opacity: 0;
}

.nav-toggle.open span:nth-child(3) {
  top: 21px;
  transform: rotate(-45deg);
}

.mobile-nav {
  display: none;
}

.mobile-nav.visible {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.75rem 1.5rem 2.5rem;
  background: rgba(5, 5, 5, 0.94);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
}

.mobile-nav-link {
  background: transparent;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.05rem;
  font-weight: 600;
  text-align: left;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-pill);
  padding: 0.9rem 1.4rem;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.mobile-nav-link.active,
.mobile-nav-link:hover {
  background: var(--brand-primary-soft-strong);
  color: white;
}

main {
  flex: 1;
}

.page {
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.2rem 1.5rem 4.5rem;
}

.hero {
  position: relative;
}

.hero--split {
  display: grid;
  gap: 3.25rem;
  padding: 5rem 0 4rem;
  grid-template-columns: minmax(320px, 1fr) minmax(360px, 1.45fr);
  align-items: center;
}

.hero--split .hero-content {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
  max-width: 640px;
}

.hero--split .hero-title {
  margin: 0;
  font-size: clamp(1.9rem, 4.3vw, 2.7rem);
  line-height: 1.2;
  letter-spacing: -0.03em;
  color: var(--color-text);
  white-space: normal;
}

.hero--split p {
  margin: 0;
  font-size: clamp(1.05rem, 2.8vw, 1.2rem);
  color: var(--color-muted);
}

.hero-actions {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.hero--split .hero-media {
  position: relative;
  border-radius: calc(var(--radius-lg) + 12px);
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  box-shadow: 0 40px 90px rgba(15, 23, 42, 0.25);
}

.hero--split .hero-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(204, 0, 27, 0.18), rgba(204, 0, 27, 0.04));
  mix-blend-mode: overlay;
  pointer-events: none;
}

.hero--split .hero-media img {
  display: block;
  width: min(100%, 720px);
  height: auto;
}

.hero--split .hero-media figcaption {
  position: absolute;
  left: 1.4rem;
  bottom: 1.4rem;
  padding: 0.55rem 1.1rem;
  background: rgba(15, 23, 42, 0.85);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 600;
  letter-spacing: 0.05em;
  font-size: 0.85rem;
  text-transform: uppercase;
  border-radius: var(--radius-pill);
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.35);
}

.hero--split .tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-pill);
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  font-weight: 600;
  width: fit-content;
}

.hero--split .tag::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--brand-primary);
  box-shadow: 0 0 0 4px var(--brand-primary-soft-strong);
}

@media (max-width: 960px) {
  .hero--split {
    grid-template-columns: 1fr;
    padding: 3.5rem 0;
  }

  .hero--split .hero-content {
    order: 2;
  }

  .hero--split .hero-media {
    order: 1;
  }

  .hero--split .hero-media figcaption {
    left: 1rem;
    bottom: 1rem;
  }

  .expertise-section {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .expertise-visual img {
    width: min(100%, 420px);
  }

  .expertise-blob {
    width: clamp(260px, 65vw, 440px);
    height: clamp(260px, 65vw, 440px);
  }

  .page {
    padding: 2.2rem 1.25rem 3.8rem;
  }

  .section {
    margin-top: 2.2rem;
  }

  .page > .section:first-of-type {
    margin-top: 1rem;
  }

  .grid.cols-3 {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .pricing-section {
    grid-template-columns: 1fr;
    padding: 2.2rem 1.75rem;
    gap: 2rem;
  }

  .pricing-intro {
    max-width: unset;
  }

  .site-header .cta-btn {
    padding: 0.8rem 1.3rem;
  }

  .hero--image .hero-overlay {
    padding: 1.8rem;
    gap: 1.25rem;
  }

  .hero--image .hero-badge {
    right: 1rem;
    top: 1rem;
  }
}

.hero--image {
  position: relative;
  border-radius: 0;
  overflow: hidden;
  margin: 0 0 4rem;
  min-height: clamp(360px, 60vh, 540px);
  display: flex;
  align-items: flex-end;
  box-shadow: none;
}

.hero--image .hero-media--cover {
  position: absolute;
  inset: 0;
}

.hero--image .hero-media--cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.82);
}

.hero--image .hero-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: clamp(2rem, 6vw, 3.5rem);
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.78) 48%, rgba(15, 23, 42, 0.9) 100%);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero--image .hero-overlay .tag {
  background: rgba(255, 255, 255, 0.18);
  color: white;
  font-weight: 700;
}

.hero--image .hero-overlay .tag::before {
  background: var(--brand-primary);
  box-shadow: 0 0 0 4px var(--brand-primary-soft-strong);
}

.hero--image .hero-title {
  margin: 0;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: white;
  max-width: 92ch;
}

.hero--image p {
  margin: 0;
  font-size: clamp(1rem, 2.4vw, 1.2rem);
  color: rgba(255, 255, 255, 0.85);
  max-width: 760px;
}

.hero-title-highlight {
  display: inline;
  color: inherit;
  font-weight: 700;
}

.hero--image .hero-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(15, 23, 42, 0.7);
  color: rgba(255, 255, 255, 0.9);
  padding: 0.6rem 1.2rem;
  border-radius: var(--radius-pill);
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

@media (max-width: 720px) {
  .hero--image {
    margin: 3rem 0;
    min-height: 420px;
  }

  .hero--image .hero-overlay {
    padding: 2.2rem;
  }

  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }

  .nav-links {
    display: none;
  }

  .nav-actions {
    gap: 0.5rem;
  }

  .nav-actions .cta-btn {
    display: none;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .mobile-nav {
    display: none;
  }
}

@media (max-width: 520px) {
  .hero--image {
    min-height: 380px;
  }

  .hero--image .hero-title {
    font-size: clamp(1.1rem, 6vw, 1.6rem);
  }

  .hero--image .hero-overlay {
    padding: 1.6rem;
  }

  .hero--image p {
    font-size: 0.95rem;
  }

  .case-study-grid {
    grid-template-columns: 1fr;
  }

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

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

  .pricing-section {
    padding: 2rem 1.2rem;
  }

  .pricing-card {
    padding: 2rem 1.5rem;
  }

  .pricing-badge {
    position: static;
    width: fit-content;
    margin-bottom: 0.8rem;
  }

  .expertise-content {
    gap: 1.25rem;
  }

  .expertise-visual img {
    width: min(100%, 320px);
  }

  .expertise-blob {
    width: clamp(240px, 70vw, 380px);
    height: clamp(240px, 70vw, 380px);
  }
}

.section {
  margin-top: 2.5rem;
}

.page > .section:first-of-type {
  margin-top: 1.2rem;
}

.section h2 {
  font-size: clamp(2rem, 5vw, 2.6rem);
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  gap: 1.6rem;
}

.grid.cols-3 {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.surface-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(6px);
}

.surface-card.with-icon {
  padding-top: 2.4rem;
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  margin-bottom: 1.2rem;
  font-size: 1.4rem;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(204, 0, 27, 0.18);
}

.card-icon svg {
  width: 24px;
  height: 24px;
}

.expertise-section {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: center;
}

.expertise-content {
  display: grid;
  gap: 1.5rem;
  max-width: 520px;
}

.expertise-content h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4.2vw, 2.8rem);
  color: var(--color-text);
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.expertise-content p {
  margin: 0;
  color: var(--color-muted);
}

.expertise-bars {
  display: grid;
  gap: 1.25rem;
}

.expertise-bar {
  display: grid;
  gap: 0.6rem;
}

.expertise-bar__label {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: var(--color-text);
}

.expertise-bar__track {
  position: relative;
  height: 12px;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.2);
  overflow: hidden;
}

.expertise-bar__fill {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: width 0.6s ease;
}

.expertise-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.expertise-visual img {
  width: min(100%, 460px);
  border-radius: 50%;
  box-shadow: 0 30px 70px rgba(15, 23, 42, 0.35);
  position: relative;
  z-index: 1;
}

.expertise-blob {
  position: absolute;
  width: clamp(280px, 52vw, 520px);
  height: clamp(280px, 52vw, 520px);
  background: conic-gradient(from 210deg, rgba(204, 0, 27, 0.65), rgba(249, 115, 22, 0.65), rgba(192, 38, 211, 0.6));
  border-radius: 50%;
  opacity: 0.55;
}

.pricing-section {
  display: grid;
  gap: 2.5rem;
  padding: clamp(2rem, 4vw, 3rem);
  background: radial-gradient(circle at top left, var(--brand-primary-soft), rgba(15, 23, 42, 0.92));
  border-radius: calc(var(--radius-lg) + 20px);
  color: rgba(255, 255, 255, 0.92);
  box-shadow: 0 40px 80px rgba(15, 23, 42, 0.45);
}

.pricing-intro {
  display: grid;
  gap: 1.5rem;
  max-width: 520px;
}

.pricing-intro h2 {
  margin: 0;
  font-size: clamp(2.1rem, 4vw, 2.7rem);
  color: white;
  line-height: 1.2;
}

.pricing-intro p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.pricing-grid {
  display: grid;
  gap: 1.8rem;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  align-items: stretch;
}

.pricing-card {
  position: relative;
  display: grid;
  gap: 1.5rem;
  padding: 2.4rem 2.1rem;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.92), rgba(15, 23, 42, 0.78));
  border-radius: calc(var(--radius-lg) + 12px);
  box-shadow: 0 28px 60px rgba(15, 23, 42, 0.45);
  border: 1px solid rgba(148, 163, 184, 0.12);
}

.pricing-card header {
  display: grid;
  gap: 0.8rem;
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.1rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.82);
}

.pricing-price {
  display: flex;
  align-items: baseline;
  gap: 0.6rem;
}

.pricing-amount {
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-weight: 700;
  color: #fb7185;
}

.pricing-currency {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.08em;
}

.pricing-subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.6);
}

.pricing-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.95rem;
}

.pricing-card ul li::before {
  content: "•";
  color: rgba(204, 0, 27, 0.8);
  margin-right: 0.55rem;
}

.pricing-card button {
  justify-self: flex-start;
  transition: transform 0.2s ease;
}

.pricing-card button:hover {
  transform: translateY(-2px);
}

.testimonial-list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 1rem;
  color: var(--color-text);
}

.testimonial-list > li:first-child {
  list-style: none;
  padding-left: 0;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.pricing-card--highlight {
  background: linear-gradient(180deg, rgba(204, 0, 27, 0.22), rgba(15, 23, 42, 0.92));
  border: 1px solid rgba(204, 0, 27, 0.45);
  transform: translateY(-6px);
}

.pricing-card--highlight .pricing-amount {
  color: #ff9045;
}

.pricing-badge {
  position: absolute;
  top: 1.2rem;
  right: 1.4rem;
  padding: 0.35rem 0.9rem;
  background: rgba(204, 0, 27, 0.9);
  color: white;
  border-radius: var(--radius-pill);
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.service-showcase-grid {
  display: grid;
  gap: 1.6rem;
  grid-auto-flow: column;
  grid-auto-columns: minmax(240px, 1fr);
  overflow-x: auto;
  padding-bottom: 0.5rem;
  scroll-snap-type: x mandatory;
}

.service-showcase-card {
  position: relative;
  border-radius: calc(var(--radius-lg) + 10px);
  overflow: hidden;
  min-height: 280px;
  background: #0f172a;
  box-shadow: 0 24px 40px rgba(15, 23, 42, 0.35);
  scroll-snap-align: start;
}

.service-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8, 9, 16, 0.05) 15%, rgba(8, 9, 16, 0.85) 85%);
  pointer-events: none;
}

.service-showcase-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.service-showcase-card:hover img {
  transform: scale(1.05);
}

.service-showcase-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 1.2rem;
  padding: 1.6rem;
  color: rgba(255, 255, 255, 0.92);
  z-index: 1;
}

.service-showcase-overlay h3 {
  margin: 0;
  font-size: 1.25rem;
  letter-spacing: 0.02em;
}

.service-showcase-cta {
  align-self: flex-end;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  background: var(--brand-primary);
  color: white;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.service-showcase-card:hover .service-showcase-cta {
  transform: translateY(-3px);
  background: #ff3643;
}

@media (max-width: 900px) {
  .service-showcase-grid {
    grid-auto-columns: minmax(70%, 1fr);
  }
}

.portfolio-section {
  background: #0f172a;
  border-radius: calc(var(--radius-lg) + 24px);
  padding: 3rem 2.5rem;
  box-shadow: 0 32px 80px rgba(15, 23, 42, 0.4);
}

.portfolio-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.portfolio-card {
  background: rgba(255, 255, 255, 0.04);
  border-radius: calc(var(--radius-lg) + 8px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.4);
  display: flex;
  flex-direction: column;
}

.portfolio-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.portfolio-card-body {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.92);
}

.portfolio-card-body h3 {
  margin: 0;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
}

.portfolio-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.portfolio-tag {
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-pill);
  background: rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.portfolio-section h2 {
  color: white;
  margin-top: 0;
  margin-bottom: 2rem;
}

@media (max-width: 720px) {
  .portfolio-section {
    padding: 2.5rem 1.8rem;
  }

  .portfolio-card img {
    height: 200px;
  }
}

.surface-card h3 {
  margin-top: 0;
  margin-bottom: 0.6rem;
  font-size: 1.2rem;
}

.surface-card p {
  margin: 0;
  color: var(--color-muted);
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem 0.8rem;
  border-radius: var(--radius-pill);
  background: var(--brand-primary-soft);
  color: var(--brand-primary);
  font-size: 0.85rem;
  font-weight: 600;
}

.testimonial {
  display: grid;
  gap: 1.5rem;
}

.testimonial-quote {
  font-size: 1.1rem;
  font-style: italic;
}

.insight-card {
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
}

.insight-card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.insight-card-content {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.insight-card-content h3 {
  margin: 0;
  font-size: 1.25rem;
}

.insight-card-content p {
  margin: 0;
  color: var(--color-muted);
  flex: 1;
}

.insight-card-cta {
  align-self: flex-start;
  padding: 0.5rem 1.1rem;
  border-radius: var(--radius-pill);
  border: none;
  background: var(--brand-primary);
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease;
}

.insight-card-cta:hover {
  transform: translateY(-2px);
  background: #ff3643;
}

.footer {
  background: #0f172a;
  color: rgba(255, 255, 255, 0.85);
  padding: 3rem 1.5rem;
}

.footer-content {
  margin: 0 auto;
  max-width: 1180px;
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.footer h4 {
  margin-top: 0;
}

.footer a {
  color: rgba(255, 255, 255, 0.85);
}

.footer small {
  display: block;
  text-align: center;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.6);
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-bottom: 2rem;
}

.pill {
  padding: 0.55rem 1.1rem;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(148, 163, 184, 0.4);
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.pill.active,
.pill:hover {
  border-color: transparent;
  background: #cc001b;
  color: white;
  transform: translateY(-1px);
}

form {
  display: grid;
  gap: 1rem;
}

input,
select,
textarea {
  padding: 0.85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(148, 163, 184, 0.4);
  font-family: inherit;
  font-size: 1rem;
  background: white;
}

textarea {
  min-height: 140px;
  resize: vertical;
}

.contact-grid {
  display: grid;
  gap: 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.case-study-grid {
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
}

.case-study-grid--full {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.case-study-card {
  background: rgba(255, 255, 255, 0.9);
  border-radius: var(--radius-lg);
  padding: 1.8rem;
  box-shadow: var(--shadow-md);
}

.case-study-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.inline-link {
  color: var(--brand-primary);
  font-weight: 600;
}

@media (max-width: 900px) {
  nav {
    display: none;
  }
}

/* ============================================
   NEW MOCKUP DESIGN STYLES
   ============================================ */

/* Hero Section - Red Background */
.hero-section-red {
  background: #cc001b;
  color: white;
  padding: 4rem 1.5rem;
  min-height: 500px;
  display: flex;
  align-items: center;
}

.hero-container {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.hero-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.hero-title-red {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  color: white;
}

.hero-description-red {
  font-size: clamp(1rem, 2.5vw, 1.25rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

.hero-actions-red {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.cta-btn-red {
  background: #cc001b;
  color: white;
  border: 2px solid white;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.cta-btn-red:hover {
  background: white;
  color: #cc001b;
}

.cta-btn-outline {
  background: transparent;
  color: white;
  border: 2px solid white;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.cta-btn-outline:hover {
  background: rgba(255, 255, 255, 0.1);
}

.hero-image-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-illustration {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Section Styles */
.section-white {
  background: white;
  padding: 4rem 1.5rem;
}

.section-red {
  background: #cc001b;
  color: white;
  padding: 4rem 1.5rem;
}

.section-title-black {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1rem 0;
}

.section-title-white {
  font-size: clamp(1.75rem, 4vw, 2.5rem);
  font-weight: 700;
  color: white;
  margin: 0 0 1rem 0;
}

.section-description {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4b5563;
  margin: 0;
}

.section-description-white {
  font-size: 1.1rem;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.9);
  margin: 0 0 1.5rem 0;
}

/* Website Design & Development Section */
.web-dev-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.web-dev-features {
  margin-top: 1rem;
}

.feature-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.feature-list li {
  font-size: 1.1rem;
  color: #1f2937;
  padding-left: 1.5rem;
  position: relative;
}

.feature-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #cc001b;
  font-weight: bold;
  font-size: 1.2rem;
}

/* Services Grid */
.services-grid-mockup {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(180px, 1fr));
  gap: 2rem;
}

.service-card-mockup {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
}

.service-card-mockup:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transform: translateY(-5px);
}

.service-icon-red {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  font-size: 1.5rem;
  color: #cc001b;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-title-mockup {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 1rem 0;
}

.service-link-mockup {
  color: #cc001b;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
}

.service-link-mockup:hover {
  color: #a00015;
}

/* Why Choose Us Section */
.why-choose-section {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.why-choose-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.rocket-icon {
  width: 120px;
  height: 120px;
  color: white;
}

.why-choose-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.why-choose-list li {
  font-size: 1.1rem;
  color: white;
  padding-left: 1.5rem;
  position: relative;
}

.why-choose-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: white;
  font-weight: bold;
}

.learn-more-link {
  color: white;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 1rem;
  transition: opacity 0.3s ease;
}

.learn-more-link:hover {
  opacity: 0.8;
}

/* Featured Projects Section */
.featured-projects-header {
  max-width: 1180px;
  margin: 0 auto 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.project-nav {
  display: flex;
  gap: 1rem;
}

.project-nav-btn {
  background: transparent;
  border: 1px solid #e5e7eb;
  padding: 0.5rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  color: #1f2937;
  cursor: pointer;
  transition: all 0.3s ease;
}

.project-nav-btn:hover {
  background: #f3f4f6;
  border-color: #cc001b;
  color: #cc001b;
}

.featured-projects-grid {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.pricing-showcase {
  background: radial-gradient(circle at top left, rgba(255, 255, 255, 0.4), transparent 35%),
    linear-gradient(145deg, #f6e5ff 0%, #cd90ff 50%, #2b2546 100%);
  border-radius: 40px;
  padding: 4rem 1.5rem;
  box-shadow: 0 30px 80px rgba(15, 15, 25, 0.35);
}

.pricing-showcase-card {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  align-items: stretch;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  padding: 2.5rem;
  backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.pricing-showcase-body {
  flex: 1;
  min-width: 260px;
}

.pricing-showcase-body h2 {
  margin: 0.5rem 0;
  font-size: clamp(2rem, 4vw, 2.75rem);
  color: #1f1f2f;
}

.pricing-showcase-description {
  color: #2b2b45;
  line-height: 1.6;
  font-size: 1.05rem;
}

.cta-btn-white {
  margin-top: 1rem;
  border: 2px solid white;
  background: transparent;
  color: #1f1f2f;
  padding: 0.85rem 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta-btn-white:hover {
  background: white;
  color: #cc001b;
}

.pricing-cards-grid {
  flex: 1.3;
  min-width: 320px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.5rem;
}

.pricing-card-mockup {
  background: #0f1220;
  color: #fefefe;
  border-radius: 26px;
  padding: 2rem;
  position: relative;
  box-shadow: 0 25px 60px rgba(10, 10, 20, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.12);
  min-height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-card-mockup--popular {
  background: linear-gradient(180deg, #2e1638, #1c1b32);
  border-color: rgba(255, 255, 255, 0.25);
}

.pricing-card-pill {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: #ff4058;
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  font-size: 0.85rem;
  font-weight: 600;
}

.pricing-card-mockup header h3 {
  margin: 0;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
}

.pricing-card-price {
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
  font-size: 2rem;
  margin: 0.75rem 0;
}

.pricing-card-amount {
  font-weight: 700;
  color: #ffb5c3;
}

.pricing-card-currency {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.7);
}

.pricing-card-mockup ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.pricing-card-mockup li::before {
  content: "•";
  color: #ff6385;
  margin-right: 0.5rem;
}

.pricing-card-mockup li {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: baseline;
}

.cta-btn-transparent {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: #fff;
  padding: 0.65rem 1.5rem;
  border-radius: 999px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cta-btn-transparent:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.9);
}

.project-card-mockup {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.project-card-mockup:hover {
  transform: translateY(-5px);
}

.project-image-placeholder {
  width: 100%;
  height: 200px;
  background: #cc001b;
  overflow: hidden;
}

.project-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.project-info {
  padding: 1.5rem;
}

.project-title-mockup {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1f2937;
  margin: 0 0 0.5rem 0;
}

.project-subtitle {
  font-size: 0.95rem;
  color: #6b7280;
  margin: 0;
}

/* Testimonials Section */
.testimonials-section-red {
  max-width: 1180px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 3rem;
  align-items: center;
}

.testimonial-quote-red {
  font-size: clamp(1.1rem, 2.5vw, 1.5rem);
  line-height: 1.6;
  color: white;
  font-style: italic;
  margin: 0 0 2rem 0;
  padding: 0;
  border: none;
}

.testimonial-author {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  text-align: center;
}

.author-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.author-info {
  color: white;
}

.author-name {
  font-weight: 700;
  font-size: 1.1rem;
  margin: 0 0 0.25rem 0;
}

.author-role {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/* Mobile Responsive Styles */
@media (max-width: 960px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .hero-image-wrapper {
    order: -1;
  }

  .web-dev-section {
    grid-template-columns: 1fr;
  }

  .why-choose-section {
    grid-template-columns: 1fr;
  }

  .testimonials-section-red {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .featured-projects-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .services-grid-mockup {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  }

  .featured-projects-grid {
    grid-template-columns: 1fr;
  }

  .pricing-showcase {
    padding: 3rem 1rem;
  }

  .pricing-showcase-card {
    flex-direction: column;
  }

  .pricing-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .hero-section-red {
    padding: 2rem 1rem;
    min-height: auto;
  }

  .section-white,
  .section-red {
    padding: 2.5rem 1rem;
  }

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

  .cta-btn-red,
  .cta-btn-outline {
    width: 100%;
    text-align: center;
  }

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

