/* Home page styles */
.hero-home {
  padding-top: 16px;
  padding-bottom: 12px;
}

.hero-home-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 14px;
}

.hero-home-left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e4e8f2;
  border-radius: 10px;
  padding: 20px 20px 46px;
  min-height: 320px;
  min-width: 0;
  overflow: hidden;
}

.hero-left-head {
  display: block;
}

.hero-left-copy {
  position: relative;
  min-width: 0;
  z-index: 1;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.hero-left-copy.is-switching {
  opacity: 0.6;
  transform: translateX(-8px);
}

.hero-title-wrap {
  position: relative;
  padding-left: 16px;
}

.hero-title-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 4px;
  height: calc(100% - 8px);
  border-radius: 999px;
  background: var(--color-primary);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 7px;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
}

.hero-home-left h1 {
  margin: 10px 0 0;
  color: #1f2a44;
  font-size: 35px;
  line-height: 1.14;
  font-weight: 700;
}

.hero-home-left p {
  max-width: 620px;
  margin: 14px 0 0;
  color: var(--color-text);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.hero-actions {
  position: relative;
  z-index: 1;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-btn {
  min-height: 44px;
  border-radius: 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  padding: 0 16px;
}

.hero-btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.hero-btn-outline {
  border: 1px solid #d9e2f3;
  color: #2b3653;
  background: #fff;
}

.hero-home-right {
  position: relative;
  border-radius: 10px;
  background: #f8f9fc;
  color: #2b3653;
  padding: 20px 18px;
  border: 1px solid #e4e8f2;
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 12px;
  min-height: 320px;
  width: 100%;
}

.hero-promo-content {
  position: relative;
  z-index: 1;
}

.hero-promo-badge {
  display: inline-flex;
  align-items: center;
  color: var(--color-primary);
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 4px;
  padding-left: 12px;
  position: relative;
}

.hero-promo-badge::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 4px;
  border-radius: 999px;
  background: var(--color-primary);
}

.hero-home-right h1 {
  margin: 0;
  color: #273552;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-home-right p {
  margin: 14px 0 0;
  font-size: 16px;
  color: #4f5d7c;
  line-height: 1.45;
  max-width: 52ch;
}

.hero-promo-list {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  justify-items: start;
}

.hero-promo-list li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #2d3a59;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 600;
}

.hero-promo-list li i {
  color: var(--color-primary);
  font-size: 14px;
}

.hero-promo-btn {
  margin-top: 20px;
  min-height: 44px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-decoration: none;
  background: var(--color-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 18px;
  box-shadow: none;
}

.hero-promo-actions {
  margin-top: 20px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-promo-actions .hero-promo-btn {
  margin-top: 0;
}

.hero-promo-btn-outline {
  background: #fff;
  color: var(--color-secondary);
  border: 1px solid #d5e2fb;
  box-shadow: none;
}

.hero-promo-phone-icon {
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url("../icons/telefon.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/telefon.svg") no-repeat center / contain;
}

.hero-promo-ref-icon {
  width: 16px;
  height: 16px;
  background: currentColor;
  mask: url("../icons/yildiz.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/yildiz.svg") no-repeat center / contain;
}

.hero-promo-visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-20px);
}

.hero-promo-visual::before {
  content: "";
  position: absolute;
  right: -110px;
  top: -110px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    color-mix(in srgb, var(--color-primary) 26%, transparent) 0%,
    color-mix(in srgb, var(--color-primary) 8%, transparent) 56%,
    transparent 76%
  );
}

.hero-promo-ring {
  width: 310px;
  height: 310px;
  border-radius: 50%;
  padding: 9px;
  background: #fff;
  border: 8px solid var(--color-primary);
  box-shadow: 0 0 0 10px color-mix(in srgb, var(--color-primary) 35%, transparent);
  position: relative;
  z-index: 1;
}

.hero-promo-ring img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.hero-analysis-card {
  position: relative;
  border-radius: 10px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--color-secondary) 88%, white 12%) 0%, var(--color-secondary) 58%, #1b2740 100%);
  color: #fff;
  padding: 14px;
  border: 1px solid color-mix(in srgb, var(--color-secondary) 76%, white 24%);
  overflow: hidden;
}

.hero-analysis-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 14% 10%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.hero-analysis-card::after {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -36px;
  width: 280px;
  height: 200px;
  background:
    repeating-radial-gradient(circle at 100% 100%, rgba(255, 255, 255, 0.12) 0 2px, transparent 2px 14px);
  opacity: 0.28;
  pointer-events: none;
}

.hero-analysis-card > * {
  position: relative;
  z-index: 1;
}

.hero-analysis-card h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-analysis-card p {
  margin: 8px 0 0;
  font-size: 13px;
  color: #c6d0e7;
  line-height: 1.5;
}

.hero-form {
  margin-top: 12px;
  display: grid;
  gap: 8px;
}

.hero-form label {
  display: grid;
  gap: 4px;
}

.hero-input-wrap {
  position: relative;
}

.hero-input-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  background-color: #9ca8c3;
  -webkit-mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
}

.hero-field-user .hero-input-icon {
  -webkit-mask-image: url("../icons/kullanici.svg");
  mask-image: url("../icons/kullanici.svg");
}

.hero-field-phone .hero-input-icon {
  -webkit-mask-image: url("../icons/telefon.svg");
  mask-image: url("../icons/telefon.svg");
}

.hero-field-web .hero-input-icon {
  -webkit-mask-image: url("../icons/dunya.svg");
  mask-image: url("../icons/dunya.svg");
}

.hero-form label span {
  font-size: 12px;
  color: #d8def0;
  font-weight: 500;
}

.hero-form input {
  width: 100%;
  min-height: 40px;
  border-radius: 7px;
  border: 1px solid #3a4257;
  background: #262d3f;
  color: #fff;
  font-size: 13px;
  font-family: var(--font-family-base);
  padding: 0 10px 0 32px;
}

.hero-form input::placeholder {
  color: #9ca8c3;
}

.hero-form button {
  min-height: 42px;
  border-radius: 7px;
  border: 0;
  background: var(--color-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: var(--font-family-base);
  cursor: pointer;
}

.hero-dots {
  position: absolute;
  right: 18px;
  bottom: 14px;
  display: inline-flex;
  gap: 6px;
  flex-shrink: 0;
  z-index: 1;
}

.hero-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 0;
  background: rgba(255, 255, 255, 0.58);
  padding: 0;
  cursor: pointer;
}

.hero-dot.is-active {
  background: #ffffff;
}

.analysis-success-popup {
  position: fixed;
  inset: 0;
  background: rgba(14, 20, 35, 0.48);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 14px;
}

.analysis-success-popup.is-open {
  display: flex;
}

.analysis-success-popup-dialog {
  width: min(420px, 100%);
  border-radius: 12px;
  background: #fff;
  border: 1px solid #d9e2f3;
  padding: 20px 16px 14px;
  text-align: center;
}

.analysis-success-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: #2bbf69;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.analysis-success-popup-dialog h3 {
  margin: 0;
  color: #1f2a44;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
}

.analysis-success-popup-dialog p {
  margin: 8px 0 0;
  color: #667496;
  font-size: 15px;
  line-height: 1.6;
}

.analysis-success-close {
  margin-top: 14px;
  min-width: 110px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
}

.hero-home-left::before {
  content: "";
  position: absolute;
  inset: 0 0 0 44%;
  background: linear-gradient(
    90deg,
    transparent 0%,
    color-mix(in srgb, var(--color-primary) 8%, transparent) 32%,
    color-mix(in srgb, var(--color-primary) 16%, transparent) 58%,
    rgba(255, 255, 255, 0.24) 78%,
    rgba(255, 255, 255, 0.45) 100%
  );
  -webkit-mask-image: radial-gradient(circle, #000 1px, transparent 1.8px);
  -webkit-mask-size: 9px 9px;
  -webkit-mask-position: 22px 50%;
  mask-image: radial-gradient(circle, #000 1px, transparent 1.8px);
  mask-size: 9px 9px;
  mask-position: 22px 50%;
  pointer-events: none;
  z-index: 0;
}

.hero-home-left::after {
  content: "";
  position: absolute;
  top: -72px;
  right: -145px;
  width: 430px;
  height: 470px;
  background: var(--color-primary);
  border-top-left-radius: 250px;
  border-bottom-left-radius: 220px;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
  z-index: 0;
  pointer-events: none;
}

.review-strip {
  margin-bottom: 12px;
}

.review-strip-card {
  border: 1px solid #d4deef;
  border-radius: 12px;
  background: #f3f6fd;
  min-height: 96px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 1.25fr 1fr 1fr;
  align-items: center;
  gap: 14px;
}

.review-strip-title {
  margin: 0;
  color: #232f4a;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
}

.review-brand-card {
  min-height: 68px;
  padding: 4px 10px 4px 18px;
  border-left: 1px solid #dde5f4;
  display: grid;
  align-content: center;
  justify-items: start;
  gap: 5px;
}

.review-brand-name {
  margin: 0;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 700;
}

.review-brand-name.trustpilot {
  color: #1dbf73;
}

.review-brand-name.google {
  color: #3577f6;
}

.review-brand-logo {
  height: 38px;
  width: auto;
  max-width: 170px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.review-stars {
  display: inline-flex;
  align-items: center;
  gap: 3px;
}

.trustpilot-stars span {
  width: 19px;
  height: 19px;
  border-radius: 2px;
  background: #1dbf73;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}

.google-stars {
  color: #f6b400;
  font-size: 18px;
}

.review-score {
  margin: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
}

.review-score small {
  color: #6f7b97;
  font-size: 15px;
  font-weight: 500;
}

.review-score strong {
  color: #243150;
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
}

.home-services {
  margin: 75px 0;
}

.home-services-head {
  text-align: center;
  margin-bottom: 14px;
  margin-top: 50px;
}

.home-services-badge {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 600;
  padding: 0 12px;
}

.home-services-head h2 {
  margin: 8px 0 0;
  color: #1f2a44;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
}

.home-services-head p {
  margin: 8px auto 0;
  max-width: 860px;
  color: #5f6d8e;
  font-size: 16px;
  line-height: 1.55;
}

.home-services-divider {
  display: block;
  width: 156px;
  height: 6px;
  margin: 12px auto 8px;
  border-radius: 999px;
  background-image: linear-gradient(var(--color-primary), var(--color-primary)),
    linear-gradient(rgba(36, 49, 80, 0.2), rgba(36, 49, 80, 0.2));
  background-repeat: no-repeat, no-repeat;
  background-size: 56px 6px, 156px 2px;
  background-position: center center, center center;
}

.home-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-service-card {
  position: relative;
  border: 1px solid #d8dfef;
  border-radius: 12px;
  background: #eef2fa;
  min-height: 162px;
  padding: 18px 62px 18px 16px;
  display: grid;
  align-content: center;
  gap: 6px;
  overflow: hidden;
}

.home-service-card::before {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -8px;
  width: 120px;
  height: 120px;
  background: var(--color-primary);
  opacity: 0.08;
  mask: url("../icons/monitor.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/monitor.svg") no-repeat center / contain;
  pointer-events: none;
}

.home-service-card h3,
.home-service-card p,
.home-service-card a {
  position: relative;
  z-index: 1;
}

.home-services-grid .home-service-card:nth-child(2)::before {
  mask-image: url("../icons/sepet.svg");
  -webkit-mask-image: url("../icons/sepet.svg");
}

.home-services-grid .home-service-card:nth-child(3)::before {
  mask-image: url("../icons/etiket.svg");
  -webkit-mask-image: url("../icons/etiket.svg");
}

.home-services-grid .home-service-card:nth-child(4)::before {
  mask-image: url("../icons/istatistik.svg");
  -webkit-mask-image: url("../icons/istatistik.svg");
}

.home-services-grid .home-service-card:nth-child(5)::before {
  mask-image: url("../icons/yorum3.svg");
  -webkit-mask-image: url("../icons/yorum3.svg");
}

.home-services-grid .home-service-card:nth-child(6)::before {
  mask-image: url("../icons/mercek.svg");
  -webkit-mask-image: url("../icons/mercek.svg");
}

.home-services-grid .home-service-card:nth-child(7)::before {
  mask-image: url("../icons/dosya3.svg");
  -webkit-mask-image: url("../icons/dosya3.svg");
}

.home-services-grid .home-service-card:nth-child(8)::before {
  mask-image: url("../icons/dosya4.svg");
  -webkit-mask-image: url("../icons/dosya4.svg");
}

.home-services-grid .home-service-card:nth-child(9)::before {
  mask-image: url("../icons/ayar.svg");
  -webkit-mask-image: url("../icons/ayar.svg");
}

.home-services-grid .home-service-card:nth-child(10)::before {
  mask-image: url("../icons/ceptelefonu.svg");
  -webkit-mask-image: url("../icons/ceptelefonu.svg");
}

.home-services-grid .home-service-card:nth-child(11)::before {
  mask-image: url("../icons/konum.svg");
  -webkit-mask-image: url("../icons/konum.svg");
}

.home-services-grid .home-service-card:nth-child(12)::before {
  mask-image: url("../icons/foto.svg");
  -webkit-mask-image: url("../icons/foto.svg");
}

.home-service-card.is-hidden {
  display: none !important;
}

.home-service-card h3 {
  margin: 0;
  color: #273450;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 700;
}

.home-service-card p {
  margin: 0;
  color: #5f6d8e;
  font-size: 15px;
  line-height: 1.45;
}

.home-service-card a {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
  width: fit-content;
}

.home-services-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-services-dot {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 42, 68, 0.22);
  padding: 0;
  cursor: pointer;
}

.home-services-dot.is-active {
  background: #1f2a44;
}

.home-about {
  margin: 75px 0;
}

.home-about-card {
  border: 1px solid #d9e1f0;
  border-radius: 12px;
  background: #fff;
  padding: 14px;
  display: grid;
  grid-template-columns: minmax(0, 44%) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.home-about-visual {
  aspect-ratio: 1200 / 700;
  min-height: 0;
  border-radius: 12px;
  background: linear-gradient(135deg, #2f4f7e 0%, #202b48 52%, #182136 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.home-about-visual img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-about-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-primary) 10%, transparent);
  color: var(--color-primary);
  font-size: 13px;
  font-weight: 600;
  padding: 0 12px;
}

.home-about-content h2 {
  margin: 8px 0 0;
  color: #1f2a44;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
}

.home-about-desc-list {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.home-about-desc-list p {
  margin: 0;
  color: #5f6d8e;
  font-size: 15px;
  line-height: 1.5;
}

.home-about-actions {
  margin-top: 14px;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 8px;
}

.home-about-btn {
  min-height: 42px;
  border-radius: 8px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
}

.home-about-btn-primary {
  background: var(--color-primary);
  color: #fff;
}

.home-about-btn-outline {
  background: #1f2a44;
  color: #fff;
}

.home-process {
  margin: 75px 0;
}

.home-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-process-card {
  border-radius: 12px;
  min-height: 390px;
  padding: 24px 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
}

.home-process-card h3 {
  margin: 0;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.home-process-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
}

.home-process-card.is-hidden {
  display: none !important;
}

.home-process-dots {
  margin-top: 20px;
  display: none;
  justify-content: center;
  gap: 8px;
}

.home-process-dot {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 42, 68, 0.22);
  padding: 0;
  cursor: pointer;
}

.home-process-dot.is-active {
  background: #1f2a44;
}

.home-content-stack {
  margin: 75px 0;
}

.home-content-row {
  display: grid;
  grid-template-columns: minmax(0, 42%) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.home-content-row + .home-content-row {
  margin-top: 26px;
}

.home-content-row.is-reverse .home-content-media {
  order: 2;
}

.home-content-row.is-reverse .home-content-text {
  order: 1;
}

.home-content-row.is-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(0, 42%);
}

.home-content-media {
  aspect-ratio: 1200 / 700;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #d7e0f1;
  background: #ecf1fb;
}

.home-content-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.home-content-text h3,
.home-content-text h2 {
  margin: 0;
  color: var(--color-secondary);
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.home-content-paragraphs {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.home-content-paragraphs p {
  margin: 0;
  color: #5f6d8e;
  font-size: 15px;
  line-height: 1.6;
}

.home-pricing {
  margin: 75px 0;
}

.home-pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-pricing-card {
  position: relative;
  border: 1px solid #d8dfef;
  border-radius: 12px;
  background: #fff;
  padding: 18px 14px 16px;
  min-height: 700px;
}

.home-pricing-card.is-popular {
  border-color: color-mix(in srgb, var(--color-primary) 55%, #d8dfef);
  box-shadow: 0 0 0 1px color-mix(in srgb, var(--color-primary) 25%, transparent);
}

.home-pricing-popular {
  position: absolute;
  right: 12px;
  top: -1px;
  min-height: 40px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--color-primary);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  border-radius: 0 0 8px 8px;
}

.home-pricing-discount {
  margin-left: auto;
  width: fit-content;
  min-height: 24px;
  border-radius: 4px 4px 0 0;
  background: #39be55;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 0 8px;
  display: inline-flex;
  align-items: center;
}

.home-pricing-card h3,
.home-pricing-card h5 {
  margin: 8px 0 0;
  color: #26324f;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 700;
}

.home-pricing-subtitle {
  margin: 4px 0 0;
  color: #8a95ac;
  font-size: 13px;
  font-weight: 600;
}

.home-pricing-price {
  margin: 12px 0 0;
  min-height: 44px;
  border: 1px solid #d7dfef;
  border-radius: 7px;
  background: #f9fbff;
  color: #2c3855;
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 8px;
  text-align: center;
}

.home-pricing-price small {
  font-size: 12px;
  margin-left: 4px;
  color: #6f7c97;
  font-weight: 600;
}

.home-pricing-btn {
  margin-top: 10px;
  min-height: 40px;
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-pricing-card ul {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #ebf0f7;
}

.home-pricing-card li {
  min-height: 30px;
  border-bottom: 1px solid #ebf0f7;
  display: flex;
  align-items: center;
  gap: 6px;
  color: #5f6d8e;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.home-pricing-card li i {
  width: 14px;
  text-align: center;
  color: #2fa94e;
  font-size: 11px;
}

.home-pricing-card li i.fa-xmark {
  color: #e34b5d;
}

.home-pricing-note {
  margin: 10px 0 0;
  min-height: 30px;
  border: 1px dashed #63cc73;
  border-radius: 6px;
  color: #3cae51;
  font-size: 12px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-pricing-card.is-hidden {
  display: none !important;
}

.home-pricing-dots {
  margin-top: 20px;
  display: none;
  justify-content: center;
  gap: 8px;
}

.home-pricing-dot {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 42, 68, 0.22);
  padding: 0;
  cursor: pointer;
}

.home-pricing-dot.is-active {
  background: #1f2a44;
}

.home-sectors {
  margin: 75px 0;
}

.home-sectors-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.home-sectors-card {
  position: relative;
  border-radius: 10px;
  min-height: 300px;
  padding: 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid #d8dfef;
  background: linear-gradient(180deg, rgba(20, 27, 43, 0.14) 0%, rgba(20, 27, 43, 0.82) 100%),
    linear-gradient(135deg, #6f8fc3 0%, #354a73 48%, #1e2a44 100%);
  /* Fill entire card area with image. */
  background-size: cover, cover;
  background-position: center center, center center !important;
  background-repeat: no-repeat, no-repeat;
}

.home-sectors-card:nth-child(3n + 2) {
  background: linear-gradient(180deg, rgba(20, 27, 43, 0.14) 0%, rgba(20, 27, 43, 0.82) 100%),
    linear-gradient(135deg, #7ea0be 0%, #3d617f 52%, #1f324f 100%);
}

.home-sectors-card:nth-child(3n) {
  background: linear-gradient(180deg, rgba(20, 27, 43, 0.14) 0%, rgba(20, 27, 43, 0.82) 100%),
    linear-gradient(135deg, #967d6b 0%, #5b4638 48%, #2f221d 100%);
}

.home-sectors-card-tag {
  color: var(--color-primary);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.home-sectors-card h3 {
  margin: 8px 0 0;
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: 700;
}

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

.home-sectors-card p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.home-sectors-card.is-hidden {
  display: none !important;
}

.home-sectors-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-sectors-dot {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(31, 42, 68, 0.22);
  padding: 0;
  cursor: pointer;
}

.home-sectors-dot.is-active {
  background: #1f2a44;
}

.home-tech {
  margin: 75px 0;
}

.home-tech .container {
  position: relative;
  background: var(--color-primary);
  border-radius: 14px;
  padding: 0 18px 60px;
  overflow: hidden;
}

.home-tech-head {
  margin-bottom: 12px;
}

.home-tech-head .home-services-badge {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

.home-tech-head h2 {
  color: #fff;
}

.home-tech-head p {
  color: rgba(255, 255, 255, 0.88);
}

.home-tech-head .home-services-divider {
  background-image: linear-gradient(#fff, #fff), linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35));
  margin: 12px auto 18px;
}

.home-tech-rows {
  position: relative;
  display: grid;
  gap: 12px;
  overflow: hidden;
}

.home-tech-rows::before,
.home-tech-rows::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 85px;
  z-index: 2;
  pointer-events: none;
}

.home-tech-rows::before {
  left: 0;
  background: linear-gradient(90deg, var(--color-primary) 0%, transparent 100%);
}

.home-tech-rows::after {
  right: 0;
  background: linear-gradient(270deg, var(--color-primary) 0%, transparent 100%);
}

.home-tech-marquee-row {
  position: relative;
  overflow: hidden;
}

.home-tech-track {
  width: max-content;
  display: inline-flex;
  gap: 10px;
  animation: home-tech-scroll-left 420s linear infinite;
}

.home-tech-marquee-row.is-reverse .home-tech-track {
  animation-name: home-tech-scroll-right;
}

.home-tech-logo-pill {
  width: 190px;
  height: 66px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
}

.home-tech-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.95;
}

.home-testimonials {
  margin: 75px 0;
}

.home-testimonials-grid {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
  min-height: 430px;
}

.home-testimonial-feature {
  position: relative;
  border-radius: 16px;
  background: transparent;
  overflow: hidden;
  height: 100%;
}

.home-testimonial-feature-image {
  height: 100%;
}

.home-testimonial-feature-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.home-testimonial-feature-badge {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  margin: 0;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dce3f2;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
}

.home-testimonial-feature-badge i {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #f0f4fc;
  color: #5a6787;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.home-testimonial-feature-badge strong {
  display: block;
  color: #2a3653;
  font-size: 15px;
}

.home-testimonial-feature-badge small {
  color: #7481a0;
  font-size: 11px;
}

.home-testimonial-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 14px;
  height: 100%;
}

.home-testimonial-card {
  border-radius: 14px;
  border: 1px solid #e0e7f3;
  background: #fff;
  min-height: 0;
  padding: 16px 14px;
}

.home-testimonial-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.home-testimonial-author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.home-testimonial-author img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.home-testimonial-author h3 {
  margin: 0;
  color: #1f2a44;
  font-size: 17px;
  line-height: 1.1;
}

.home-testimonial-author p {
  margin: 3px 0 0;
  color: #6f7b97;
  font-size: 13px;
}

.home-testimonial-stars {
  min-height: 24px;
  border-radius: 999px;
  background: var(--color-primary);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 0 10px;
  font-size: 10px;
}

.home-testimonial-text {
  margin: 10px 0 0;
  color: #5d6b8a;
  font-size: 14px;
  line-height: 1.5;
}

.home-testimonial-dots {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-testimonial-dot {
  width: 28px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(40, 112, 228, 0.24);
  padding: 0;
  cursor: pointer;
}

.home-testimonial-dot.is-active {
  background: var(--color-primary);
}

.home-cta {
  margin: 75px 0;
}

.home-cta-card {
  position: relative;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--color-secondary);
  overflow: hidden;
  min-height: 140px;
  display: grid;
  grid-template-columns: 90px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
}

.home-cta-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0) 56%),
    radial-gradient(circle at 90% 50%, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0) 42%);
  pointer-events: none;
}

.home-cta-visual {
  position: relative;
  z-index: 1;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-cta-visual img {
  display: none;
}

.home-cta-helper-icon {
  width: 62px;
  height: 62px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.15);
  display: inline-flex;
}

.home-cta-helper-icon::before {
  content: "";
  width: 30px;
  height: 30px;
  margin: auto;
  background: #fff;
  mask: url("../icons/destek.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/destek.svg") no-repeat center / contain;
}

.home-cta-copy {
  position: relative;
  z-index: 1;
}

.home-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 700;
}

.home-cta-copy p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.55;
}

.home-cta-actions {
  position: relative;
  z-index: 1;
  display: inline-flex;
  gap: 8px;
}

.home-cta-phone,
.home-cta-contact {
  min-height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
}

.home-cta-phone {
  background: var(--color-primary);
  color: #fff;
}

.home-cta-contact {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.home-faq {
  margin: 75px 0;
}

.home-faq-head {
  margin-bottom: 22px;
}

.home-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.home-faq-column {
  display: grid;
  gap: 10px;
}

.home-faq-item {
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}

.home-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 15px;
  line-height: 1.45;
  font-weight: 600;
  color: #2d364c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.home-faq-item summary::-webkit-details-marker {
  display: none;
}

.home-faq-item summary i {
  font-size: 12px;
  color: var(--color-primary);
  transition: transform 0.2s ease;
}

.home-faq-item[open] summary i {
  transform: rotate(180deg);
}

.home-faq-answer {
  padding: 0 16px 14px;
}

.home-faq-answer p {
  margin: 0;
  color: #5f6679;
  font-size: 14px;
  line-height: 1.6;
}

.home-contact {
  margin: 75px 0;
}

.home-contact-head {
  margin-bottom: 22px;
}

.home-contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 350px;
  gap: 14px;
  align-items: stretch;
}

.home-contact-form-card {
  border-radius: 10px;
  border: 1px solid #e4e8f2;
  background: #fff;
  padding: 18px 20px 20px;
  height: 100%;
}

.home-contact-form-card h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
  color: #202d49;
}

.home-contact-form-card p {
  margin: 2px 0 0;
  color: #6d7792;
  font-size: 15px;
  line-height: 1.6;
}

.home-contact .contact-form {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.home-contact-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.home-contact-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.home-contact-field > span {
  font-size: 0;
}

.home-contact-input-wrap {
  min-height: 50px;
  border: 1px solid #e0e6f1;
  border-radius: 8px;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 12px;
}

.home-contact-input-icon {
  width: 18px;
  height: 18px;
  background: #9aa5c0;
  flex: 0 0 auto;
}

.home-contact-field-name .home-contact-input-icon {
  mask: url("../icons/kullanici.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/kullanici.svg") no-repeat center / contain;
}

.home-contact-field-mail .home-contact-input-icon {
  mask: url("../icons/email.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/email.svg") no-repeat center / contain;
}

.home-contact-field-subject .home-contact-input-icon {
  mask: url("../icons/dosya.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/dosya.svg") no-repeat center / contain;
}

.home-contact-field-message .home-contact-input-icon {
  mask: url("../icons/comment.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/comment.svg") no-repeat center / contain;
}

.home-contact-field-service .home-contact-input-icon {
  mask: url("../icons/liste.svg") no-repeat center / contain;
  -webkit-mask: url("../icons/liste.svg") no-repeat center / contain;
}

.home-contact-input-wrap input,
.home-contact-input-wrap textarea,
.home-contact-input-wrap select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: #2a3654;
  font-size: 15px;
  font-family: inherit;
}

.home-contact-input-wrap input::placeholder,
.home-contact-input-wrap textarea::placeholder {
  color: #808ba7;
}

.home-contact-input-wrap select {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  cursor: pointer;
  padding-right: 8px;
  background: #fff;
}

.home-contact-textarea-wrap {
  align-items: flex-start;
  padding-top: 12px;
}

.home-contact-textarea-wrap textarea {
  resize: vertical;
  min-height: 126px;
}

.home-contact-submit {
  min-width: 136px;
  height: 40px;
  border: 0;
  border-radius: 8px;
  background: var(--color-primary);
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
  margin-left: auto;
  cursor: pointer;
}

.home-contact-info-column {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  justify-content: space-between;
}

.home-contact-info-card {
  border-radius: 10px;
  border: 1px solid #e4e8f2;
  background: #fff;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  padding: 12px;
  min-height: 92px;
}

.home-contact-info-icon {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  background-color: #f4f7ff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  align-self: center;
  transform: translateY(2px);
}

.home-info-icon-address {
  background-image: url("../icons/address.svg");
}

.home-info-icon-phone {
  background-image: url("../icons/cell.svg");
}

.home-info-icon-mail {
  background-image: url("../icons/email.svg");
}

.home-info-icon-clock {
  background-image: url("../icons/saat.svg");
}

.home-contact-info-copy h3 {
  margin: 2px 0 4px;
  color: #202d49;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 700;
}

.home-contact-info-copy p {
  margin: 0;
  color: #6d7792;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 500;
}

.home-contact-info-copy p a {
  color: inherit;
  text-decoration: none;
}

.home-contact-map-wrap {
  margin-top: 30px;
  border: 1px solid #e4e8f2;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.home-contact-map-wrap iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.home-testimonial-card.is-hidden {
  display: none !important;
}

@keyframes home-tech-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes home-tech-scroll-right {
  from {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}

@media (max-width: 1360px) {
  .hero-home-card {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .hero-home-left {
    padding: 14px;
    min-height: auto;
  }

  .hero-home-left::before,
  .hero-home-left::after {
    display: none;
  }

  .hero-left-head {
    display: block;
  }

  .hero-home-left h1 {
    font-size: 30px;
  }

  .hero-home-left p {
    font-size: 15px;
  }

  .hero-home-right {
    order: 2;
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .hero-analysis-card {
    order: 3;
  }

  .hero-home-right h1 {
    font-size: 30px;
  }

  .hero-home-right p {
    font-size: 15px;
  }

  .hero-promo-visual {
    min-height: 230px;
  }

  .hero-promo-ring {
    width: 200px;
    height: 200px;
  }

  .hero-dots {
    position: static;
    margin-top: 12px;
  }

  .review-strip-card {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 12px;
  }

  .review-strip-title {
    font-size: 20px;
  }

  .review-brand-card {
    border-left: 0;
    border-top: 1px solid #dde5f4;
    min-height: auto;
    padding: 8px 0 0;
  }

  .review-brand-name {
    font-size: 22px;
  }

  .review-brand-logo {
    height: 34px;
    max-width: 150px;
  }

  .review-score strong {
    font-size: 18px;
  }

  .home-services-head h2 {
    font-size: 26px;
  }

  .home-services-head p {
    font-size: 16px;
  }

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

  .home-service-card h3 {
    font-size: 17px;
  }

  .home-service-card p {
    font-size: 15px;
  }

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

  .home-about-visual {
    min-height: 240px;
  }

  .home-about-content h2 {
    font-size: 26px;
  }

  .home-about-desc-list p {
    font-size: 15px;
  }

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

  .home-content-row {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .home-content-row.is-reverse {
    grid-template-columns: 1fr;
  }

  .home-content-row.is-reverse .home-content-media,
  .home-content-row.is-reverse .home-content-text {
    order: initial;
  }

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

  .home-pricing-dots {
    display: flex;
  }

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

  .home-tech .container {
    padding: 0 14px 22px;
  }

  .home-tech-track {
    animation-duration: 420s;
  }

  .home-testimonials-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .home-testimonial-feature {
    max-width: 100%;
    width: 100%;
    min-height: 360px;
  }

  .home-cta-card {
    grid-template-columns: 1fr;
    text-align: center;
    padding: 14px;
  }

  .home-cta-visual {
    justify-self: center;
  }

  .home-cta-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

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

  .home-contact-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .home-contact-form-card,
  .home-contact-info-column {
    height: auto;
  }

  .home-contact-form-card {
    padding: 14px;
  }

  .home-contact-field-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .home-contact-input-wrap {
    min-height: 46px;
    padding: 0 10px;
  }

  .home-contact-info-card {
    grid-template-columns: 50px minmax(0, 1fr);
    padding: 10px;
    min-height: 84px;
  }

  .home-contact-info-icon {
    width: 50px;
    height: 50px;
    background-size: 20px 20px;
  }

  .home-contact-map-wrap iframe {
    height: 280px;
  }
}

@media (max-width: 1024px) {
  .hero-home-right h1,
  .home-services-head h2,
  .home-about-content h2,
  .home-content-text h2,
  .home-tech-head h2,
  .home-cta-copy h2 {
    font-size: 22px;
  }
}

@media (max-width: 680px) {
  .home-services-head h2,
  .home-about-content h2,
  .home-content-text h2,
  .home-tech-head h2,
  .home-cta-copy h2 {
    font-size: 22px;
  }

  .hero-home-right h1 {
    font-size: 30px;
  }

  .hero-home-right {
    padding: 30px 14px;
  }

  .hero-promo-visual {
    margin-top: 20px;
    min-height: 300px;
    transform: translateX(0);
  }

  .hero-promo-ring {
    width: 320px;
    height: 320px;
  }

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

  .home-process-dots {
    display: flex;
  }

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

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

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

  .home-contact-info-column {
    order: 1;
  }

  .home-contact-form-card {
    order: 2;
  }

  .home-tech-logo-pill {
    width: 170px;
    height: 58px;
  }

  .home-tech-track {
    animation-duration: 420s;
  }

  .home-testimonial-list {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    height: auto;
  }

  .home-testimonial-feature-image {
    height: 350px;
  }

  .home-testimonial-feature-badge {
    left: 10px;
    right: 10px;
    bottom: 22px;
    padding: 8px 10px;
  }
}
