/* ==========================================================================
   Kodu Media Home Page
   ========================================================================== */

.home-page-main {
  --home-red: #eb2426;
  --home-red-light: #fff5f5;
  --home-black: #0a0a0a;
  --home-gray-900: #1a1a1a;
  --home-gray-700: #555;
  --home-gray-500: #888;
  --home-gray-200: #e8e8e8;
  --home-gray-100: #f5f5f6;
  --home-white: #ffffff;
  --home-radius: 14px;
  --home-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  --home-gradient: radial-gradient(120.76% 223.58% at 50% 43.39%, rgb(99 0 5) 0%, #f1333e 100%);

  font-family: "Figtree", sans-serif;
  color: var(--home-gray-900);
  line-height: 1.6;
  background: var(--home-white);
}

.home-page #main.home-page-main,
.home-page .home-page-main {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0;
  margin-right: 0;
}

.home-page-main * {
  box-sizing: border-box;
}

.home-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--kodumedia-container-padding, 20px);
  padding-right: var(--kodumedia-container-padding, 20px);
}

.home-container--narrow {
  max-width: 900px;
}

/* Hero */
.home-hero {
  position: relative;
  overflow: hidden;
  background: var(--home-gradient);
  color: var(--home-white);
  padding: 72px 0 84px;
}

.home-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.14), transparent 28%),
    radial-gradient(circle at 10% 80%, rgba(0, 0, 0, 0.18), transparent 32%);
  pointer-events: none;
}

.home-hero .home-container {
  position: relative;
  z-index: 1;
}

.home-hero__layout {
  max-width: 860px;
}

.home-hero__badge {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.home-hero__title {
  margin: 0 0 18px;
  font-size: clamp(2rem, 4.2vw, 3.1rem);
  line-height: 1.12;
  font-weight: 800;
  max-width: 920px;
}

.home-hero__subtitle {
  margin: 0 0 28px;
  font-size: 1.12rem;
  line-height: 1.65;
  max-width: 760px;
  opacity: 0.95;
}

.home-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Buttons */
.home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 28px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.25s ease;
  border: 2px solid transparent;
}

.home-btn--primary {
  background: var(--home-black);
  color: var(--home-white) !important;
  border-color: var(--home-black);
}

.home-btn--primary:hover {
  background: var(--home-white);
  color: var(--home-black) !important;
}

.home-btn--outline {
  background: transparent;
  color: var(--home-white) !important;
  border-color: rgba(255, 255, 255, 0.75);
}

.home-btn--outline:hover {
  background: var(--home-white);
  color: var(--home-black) !important;
}

.home-btn--dark {
  background: var(--home-black);
  color: var(--home-white) !important;
}

.home-btn--dark:hover {
  background: var(--home-red);
}

.home-btn--lg {
  padding: 16px 34px;
  font-size: 14px;
}

/* Sections */
.home-section {
  padding: 72px 0;
}

.home-section--alt {
  background: var(--home-gray-100);
}

.home-section__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 50px;
  background: var(--home-red-light);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--home-red);
}

.home-section__header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 40px;
}

.home-section__header--left {
  text-align: left;
  margin-left: 0;
}

.home-section__header h2 {
  margin: 0 0 12px;
  font-size: clamp(1.75rem, 3.2vw, 2.35rem);
  line-height: 1.18;
  font-weight: 800;
}

.home-section__header p {
  margin: 0;
  color: var(--home-gray-700);
  font-size: 1.06rem;
  line-height: 1.65;
}

/* Trust */
.home-trust {
  padding: 56px 0 64px;
  background: var(--home-gray-100);
  border-top: 1px solid var(--home-gray-200);
  border-bottom: 1px solid var(--home-gray-200);
}

.home-trust__intro {
  max-width: 760px;
  margin: 0 auto 32px;
  text-align: center;
}

.home-trust__intro h2 {
  margin: 0 0 12px;
  font-size: clamp(1.5rem, 2.8vw, 2rem);
  line-height: 1.25;
  font-weight: 800;
  color: var(--home-gray-900);
}

.home-trust__intro p {
  margin: 0;
  color: var(--home-gray-700);
  font-size: 1.02rem;
  line-height: 1.65;
}

.home-trust__logos {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 28px 32px;
  border-radius: calc(var(--home-radius) + 4px);
  background: var(--home-white);
  border: 1px solid var(--home-gray-200);
  box-shadow: var(--home-shadow);
}

.home-trust__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  padding: 14px 18px;
  border-radius: 12px;
  background: var(--home-gray-100);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.home-trust__logo:hover {
  transform: translateY(-2px);
  background: var(--home-white);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
}

.home-trust__logo img {
  display: block;
  width: auto;
  height: 40px;
  max-width: 100%;
  object-fit: contain;
}

@media (max-width: 900px) {
  .home-trust__logos {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 20px;
  }
}

/* Partner */
.home-partner {
  background: var(--home-white);
}

.home-partner__shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 32px;
  align-items: stretch;
  padding: 36px;
  border-radius: calc(var(--home-radius) + 6px);
  border: 1px solid var(--home-gray-200);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 245, 246, 0.92) 100%);
  box-shadow: var(--home-shadow);
}

.home-partner__main h2 {
  margin: 0 0 18px;
  font-size: clamp(1.8rem, 3.2vw, 2.5rem);
  line-height: 1.14;
  max-width: 12ch;
}

.home-partner__lead {
  margin: 0 0 14px;
  font-size: 1.12rem;
  font-weight: 600;
  line-height: 1.6;
  color: var(--home-gray-900);
}

.home-partner__text {
  margin: 0 0 22px;
  color: var(--home-gray-700);
  font-size: 1.02rem;
  line-height: 1.75;
  max-width: 58ch;
}

.home-partner__highlights {
  display: grid;
  gap: 12px;
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.home-partner__highlights li {
  position: relative;
  padding-left: 28px;
  color: var(--home-gray-700);
  font-size: 0.98rem;
  line-height: 1.55;
}

.home-partner__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--home-red-light);
  box-shadow: inset 0 0 0 4px var(--home-red);
}

.home-partner__panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 22px;
  border-radius: calc(var(--home-radius) + 2px);
  background: var(--home-gradient);
  color: var(--home-white);
}

.home-partner__pillar {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
  padding: 20px 18px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(8px);
}

.home-partner__pillar-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.16);
  color: var(--home-white);
}

.home-partner__pillar-icon svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.home-partner__pillar h3 {
  margin: 0 0 8px;
  font-size: 1.02rem;
  line-height: 1.35;
}

.home-partner__pillar p {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.92rem;
  line-height: 1.6;
}

/* Services */
.home-services-mosaic {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-service-tile {
  min-height: 100%;
}

.home-service-tile__surface {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 24px 22px;
  border-radius: calc(var(--home-radius) + 2px);
  background: var(--home-white);
  border: 1px solid var(--home-gray-200);
  box-shadow: var(--home-shadow);
  color: inherit;
  text-decoration: none;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.home-service-tile__surface:hover {
  transform: translateY(-4px);
  border-color: rgba(235, 36, 38, 0.24);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.1);
}

.home-service-tile--featured {
  grid-column: 1 / -1;
}

.home-service-tile--featured .home-service-tile__surface {
  padding: 30px 32px;
  background: linear-gradient(135deg, #fff 0%, #fff7f7 55%, #ffe9e9 100%);
  border-color: rgba(235, 36, 38, 0.2);
}

.home-service-tile__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.home-service-tile--featured .home-service-tile__head {
  margin-bottom: 14px;
}

.home-service-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: var(--home-red-light);
  color: var(--home-red);
  flex-shrink: 0;
}

.home-service-tile__icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.home-service-tile--featured .home-service-tile__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
}

.home-service-tile--featured .home-service-tile__icon svg {
  width: 32px;
  height: 32px;
}

.home-service-tile__tag {
  padding: 5px 12px;
  border-radius: 50px;
  background: var(--home-red);
  color: var(--home-white);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.home-service-tile__body {
  flex: 1;
}

.home-service-tile__body h3 {
  margin: 0 0 10px;
  font-size: 1.14rem;
  line-height: 1.35;
}

.home-service-tile--featured .home-service-tile__body h3 {
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
}

.home-service-tile__body p {
  margin: 0;
  color: var(--home-gray-700);
  font-size: 0.94rem;
  line-height: 1.65;
}

.home-service-tile--featured .home-service-tile__body p {
  font-size: 1.02rem;
  max-width: 58ch;
}

.home-service-tile__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid var(--home-gray-200);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: var(--home-gray-900);
}

.home-service-tile--featured .home-service-tile__action {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(235, 36, 38, 0.12);
}

.home-service-tile__surface:hover .home-service-tile__action {
  color: var(--home-red);
}

.home-services__footer,
.home-blog__footer {
  margin-top: 28px;
  text-align: center;
}

/* Why */
.home-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.home-why-card {
  position: relative;
  padding: 26px 22px 22px;
  border-radius: calc(var(--home-radius) + 2px);
  background: var(--home-white);
  border: 1px solid var(--home-gray-200);
  box-shadow: var(--home-shadow);
}

.home-why-card__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 12px;
  background: var(--home-red-light);
  color: var(--home-red);
  font-size: 12px;
  font-weight: 800;
}

.home-why-card h3 {
  margin: 0 0 10px;
  font-size: 1.08rem;
}

.home-why-card p {
  margin: 0;
  color: var(--home-gray-700);
  font-size: 0.94rem;
  line-height: 1.65;
}

/* Mid CTA */
.home-mid-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 28px;
  align-items: stretch;
  padding: 34px 36px;
  border-radius: calc(var(--home-radius) + 4px);
  background: var(--home-gradient);
  color: var(--home-white);
  box-shadow: var(--home-shadow);
}

.home-mid-cta__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.6rem, 2.8vw, 2.2rem);
  line-height: 1.18;
  max-width: 20ch;
}

.home-mid-cta__content p {
  margin: 0 0 20px;
  max-width: 58ch;
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.02rem;
  line-height: 1.7;
}

.home-mid-cta__highlights {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-mid-cta__highlights li {
  position: relative;
  padding-left: 24px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 0.96rem;
  line-height: 1.55;
}

.home-mid-cta__highlights li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--home-white);
}

.home-mid-cta__actions {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
  padding: 26px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(8px);
}

.home-mid-cta__note {
  margin: 0 0 4px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
}

.home-mid-cta .home-btn--outline {
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--home-white) !important;
}

.home-mid-cta .home-btn--outline:hover {
  background: var(--home-white);
  color: var(--home-black) !important;
}

/* Process */
.home-process {
  background: var(--home-white);
}

.home-process-track {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

.home-process-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-height: 100%;
}

.home-process-card__marker {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 42px;
}

.home-process-card__marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 42px;
  right: -16px;
  height: 2px;
  background: linear-gradient(90deg, rgba(235, 36, 38, 0.35), rgba(235, 36, 38, 0.08));
  transform: translateY(-50%);
  z-index: 0;
}

.home-process-card:last-child .home-process-card__marker::after {
  display: none;
}

.home-process-card__step {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--home-red);
  color: var(--home-white);
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(235, 36, 38, 0.24);
}

.home-process-card__body {
  padding: 22px 18px;
  border-radius: var(--home-radius);
  background: var(--home-gray-100);
  border: 1px solid var(--home-gray-200);
  flex: 1;
}

.home-process-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
}

.home-process-card p {
  margin: 0;
  color: var(--home-gray-700);
  font-size: 0.9rem;
  line-height: 1.6;
}

/* Industries */
.home-industries-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

.home-industry-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: calc(var(--home-radius) + 2px);
  background: var(--home-black);
  box-shadow: var(--home-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-industry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.14);
}

.home-industry-card__media,
.home-industry-card__media img {
  width: 100%;
  height: 100%;
}

.home-industry-card__media {
  position: absolute;
  inset: 0;
}

.home-industry-card__media img {
  display: block;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.home-industry-card:hover .home-industry-card__media img {
  transform: scale(1.05);
}

.home-industry-card__overlay {
  position: absolute;
  inset: auto 0 0;
  padding: 48px 16px 16px;
  background: linear-gradient(180deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.88) 100%);
}

.home-industry-card__overlay h3 {
  margin: 0;
  color: var(--home-white);
  font-size: 0.95rem;
  line-height: 1.35;
  font-weight: 700;
}

/* Tech */
.home-tech {
  background: var(--home-white);
}

.home-tech__panel {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-radius: calc(var(--home-radius) + 6px);
  background: var(--home-white);
  border: 1px solid var(--home-gray-200);
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.home-tech-lane {
  display: grid;
  grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  padding: 22px 28px;
  border-bottom: 1px solid var(--home-gray-200);
}

.home-tech-lane:last-child {
  border-bottom: 0;
}

.home-tech-lane:nth-child(even) {
  background: linear-gradient(90deg, rgba(235, 36, 38, 0.03) 0%, rgba(255, 255, 255, 0) 42%);
}

.home-tech-lane__meta {
  display: flex;
  align-items: center;
  gap: 14px;
}

.home-tech-lane__index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: var(--home-red-light);
  color: var(--home-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.35px;
  flex-shrink: 0;
}

.home-tech-lane__meta h3 {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.3;
  color: var(--home-gray-900);
}

.home-tech-lane__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home-tech-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border-radius: 12px;
  background: var(--home-gray-100);
  border: 1px solid var(--home-gray-200);
  color: var(--home-gray-900);
  font-size: 0.9rem;
  font-weight: 600;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.home-tech-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(235, 36, 38, 0.22);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.06);
}

.home-tech-chip .sl-icon--tech {
  width: 20px;
  height: 20px;
}

/* Testimonials */
.home-testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.home-testimonial-card {
  margin: 0;
  padding: 24px 22px;
  border-radius: var(--home-radius);
  background: var(--home-white);
  border: 1px solid var(--home-gray-200);
  box-shadow: var(--home-shadow);
}

.home-testimonial-card p {
  margin: 0 0 14px;
  color: var(--home-gray-700);
  font-style: italic;
}

.home-testimonial-card cite {
  font-style: normal;
  font-weight: 700;
}

/* Blog */
.home-blog-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.home-blog-card {
  display: flex;
  flex-direction: column;
  border-radius: var(--home-radius);
  background: var(--home-white);
  border: 1px solid var(--home-gray-200);
  box-shadow: var(--home-shadow);
  overflow: hidden;
}

.home-blog-card__image {
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.home-blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-blog-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 18px 18px 20px;
}

.home-blog-card__category {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--home-red);
}

.home-blog-card h3 {
  margin: 0 0 8px;
  font-size: 1rem;
  line-height: 1.35;
}

.home-blog-card h3 a {
  color: inherit;
  text-decoration: none;
}

.home-blog-card h3 a:hover {
  color: var(--home-red);
}

.home-blog-card p {
  margin: 0 0 10px;
  flex: 1;
  color: var(--home-gray-700);
  font-size: 0.9rem;
}

.home-blog-card time {
  margin-bottom: 12px;
  font-size: 0.82rem;
  color: var(--home-gray-500);
}

.home-blog-card__link {
  font-size: 0.86rem;
  font-weight: 700;
  color: var(--home-red);
  text-decoration: none;
}

.home-blog-card__link:hover {
  text-decoration: underline;
}

/* Combined closing CTA */
.home-closing-cta {
  padding-bottom: 84px;
  background: var(--home-white);
}

.home-closing-cta__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 28px;
  align-items: center;
  padding: 42px;
  border-radius: calc(var(--home-radius) + 6px);
  background: var(--home-gradient);
  color: var(--home-white);
  box-shadow: 0 20px 44px rgba(235, 36, 38, 0.24);
}

.home-closing-cta__eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.home-closing-cta__content h2 {
  margin: 0 0 14px;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  line-height: 1.18;
}

.home-closing-cta__content p {
  margin: 0 0 12px;
  max-width: 720px;
  font-size: 1.03rem;
  line-height: 1.65;
  opacity: 0.95;
}

.home-closing-cta__content p:last-child,
.home-closing-cta__sub {
  margin-bottom: 0;
  opacity: 0.88;
}

.home-closing-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-closing-cta .home-btn--outline {
  border-color: rgba(255, 255, 255, 0.75);
  color: var(--home-white) !important;
}

.home-closing-cta .home-btn--outline:hover {
  background: var(--home-white);
  color: var(--home-black) !important;
}

/* Responsive */
@media (max-width: 1100px) {
  .home-partner__shell,
  .home-mid-cta__panel,
  .home-closing-cta__panel {
    grid-template-columns: 1fr;
  }

  .home-partner__main h2 {
    max-width: none;
  }

  .home-services-mosaic,
  .home-why-grid,
  .home-testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .home-process-card__marker::after {
    display: none;
  }

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

  .home-tech-lane {
    grid-template-columns: 1fr;
    gap: 14px;
    align-items: flex-start;
  }

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

@media (max-width: 768px) {
  .home-hero {
    padding: 48px 0 60px;
  }

  .home-section {
    padding: 48px 0;
  }

  .home-partner__shell {
    padding: 24px;
  }

  .home-partner__panel,
  .home-closing-cta__panel {
    padding: 18px;
  }

  .home-partner__panel {
    grid-template-columns: 1fr;
  }

  .home-industry-card {
    min-height: 200px;
  }

  .home-services-mosaic,
  .home-why-grid,
  .home-process-track,
  .home-industries-grid,
  .home-testimonials-grid,
  .home-blog-grid {
    grid-template-columns: 1fr;
  }

  .home-tech-lane {
    padding: 18px 20px;
  }

  .home-hero__ctas,
  .home-mid-cta__actions,
  .home-closing-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }

  .home-btn {
    width: 100%;
  }
}
