/* Ana sayfa icerigi — wrap/header/footer/nav: chrome.css (sync6)
   Bu dosya yalniz index hero/urunler/why vb. icerik stillerini tasir. */

/* ========== HERO ========== */
.hero {
  padding: clamp(32px, 4.5vw, 56px) 0 clamp(24px, 3.2vw, 36px);
  overflow-x: hidden;
  background:
    radial-gradient(ellipse 48% 70% at 78% 38%, rgba(120, 150, 255, 0.22), transparent 68%),
    radial-gradient(ellipse 40% 55% at 12% 72%, rgba(190, 210, 255, 0.28), transparent 62%),
    linear-gradient(180deg, #eef4fc 0%, var(--hero-wash) 42%, #fff 100%);
}

.hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(20px, 3vw, 40px);
  align-items: center;
}

.hero__copy {
  min-width: 0;
  padding-block: 4px;
}

.hero__title {
  margin: 0 0 16px;
  font-size: clamp(30px, 3.8vw, 46px);
  line-height: 1.18;
  font-weight: 700;
  letter-spacing: -0.028em;
  color: var(--navy);
}

.hero__title-accent {
  color: #2b59ff;
}

.hero__lead {
  margin: 0 0 24px;
  max-width: 48ch;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.72;
  color: #6b7390;
  font-weight: 400;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero__stats {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  min-width: 0;
}

.hero__stats > div {
  padding: 0 clamp(14px, 1.5vw, 22px);
  border-left: 1px solid #d8deed;
  min-width: 0;
}

.hero__stats > div:first-child {
  padding-left: 0;
  border-left: 0;
}

.hero__stats strong {
  display: block;
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.1;
}

.hero__stats span {
  display: block;
  margin-top: 4px;
  font-size: clamp(12px, 0.95vw, 14px);
  color: var(--muted);
  font-weight: 400;
}

.hero__visual {
  position: relative;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
}

.hero__glow {
  position: absolute;
  inset: 2% 0 6% 4%;
  border-radius: 50%;
  background:
    radial-gradient(ellipse 58% 62% at 58% 46%, rgba(120, 155, 255, 0.48) 0%, rgba(160, 190, 255, 0.22) 42%, transparent 74%),
    radial-gradient(ellipse 40% 48% at 72% 38%, rgba(170, 150, 255, 0.18) 0%, transparent 70%);
  filter: blur(10px);
  pointer-events: none;
  z-index: 0;
}

.hero__visual img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 780px;
  margin-left: auto;
  height: auto;
  object-fit: contain;
  object-position: right center;
}

/* ========== TRUST ========== */
.trust {
  background: #fff;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: clamp(16px, 2vw, 22px) 0;
}

.trust__row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
}

.trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 6px clamp(10px, 1.2vw, 18px);
  border-left: 1px solid var(--line);
  min-width: 0;
}

.trust__item:first-child {
  border-left: 0;
  padding-left: 0;
}

.trust__item img {
  width: clamp(40px, 3.5vw, 48px);
  height: clamp(40px, 3.5vw, 48px);
  object-fit: contain;
  flex-shrink: 0;
}

.trust__item strong {
  display: block;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 2px;
}

.trust__item span {
  display: block;
  font-size: clamp(12px, 0.95vw, 14px);
  color: var(--muted);
  line-height: 1.35;
}

/* ========== PRODUCTS ========== */
.products {
  padding: clamp(28px, 4vw, 48px) 0 clamp(20px, 3vw, 32px);
  background: #fff;
}

.products__panel {
  background: var(--soft);
  border-radius: clamp(14px, 1.5vw, 20px);
  padding: clamp(20px, 2.5vw, 32px) clamp(14px, 2vw, 28px) clamp(16px, 2vw, 24px);
}

.products__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: clamp(14px, 2vw, 22px);
  padding: 0 4px;
}

.products__head h2 {
  margin: 0;
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  color: var(--navy);
  letter-spacing: -0.03em;
}

.link-more {
  color: var(--blue);
  font-size: clamp(13px, 1vw, 15px);
  font-weight: 600;
  flex-shrink: 0;
}

.products__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(10px, 1.1vw, 16px);
  align-items: stretch;
}

.product-card {
  background: #fff;
  border: 1px solid #e7ebf6;
  border-radius: 14px;
  padding: clamp(12px, 1.2vw, 18px) clamp(10px, 1vw, 14px) clamp(12px, 1.1vw, 14px);
  box-shadow: 0 4px 14px rgba(30, 41, 59, 0.04);
  display: flex;
  flex-direction: column;
  gap: 0;
  min-width: 0;
  overflow: hidden;
}

.product-card__top {
  display: flex;
  align-items: center;
  gap: clamp(8px, 0.8vw, 12px);
  margin-bottom: 10px;
  min-width: 0;
}

.product-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(32px, 2.4vw, 40px);
  height: clamp(32px, 2.4vw, 40px);
  min-width: clamp(32px, 2.4vw, 40px);
  min-height: clamp(32px, 2.4vw, 40px);
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: transparent;
}

.product-card__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

.product-card h3 {
  margin: 0;
  font-size: clamp(12px, 0.85vw, 15px);
  line-height: 1.3;
  font-weight: 700;
  color: var(--navy);
  min-width: 0;
}

.product-card__desc {
  margin: 0 0 12px;
  font-size: clamp(11px, 0.78vw, 13px);
  line-height: 1.5;
  color: var(--muted);
  flex: 1 1 auto;
  min-height: 0;
}

.product-card__foot {
  margin-top: auto;
  padding-top: 6px;
  min-width: 0;
}

.product-card .price {
  margin: 0;
  font-size: clamp(15px, 1.1vw, 19px);
  font-weight: 700;
  color: #162a8a;
  letter-spacing: -0.02em;
  line-height: 1.2;
}

.product-card .price-note {
  margin: 3px 0 10px;
  font-size: clamp(10px, 0.78vw, 12px);
  font-weight: 400;
  color: #94a3b8;
  line-height: 1.3;
}

.product-card__foot > a {
  color: #2f44d9;
  font-size: clamp(12px, 0.9vw, 14px);
  font-weight: 600;
  line-height: 1.35;
}

/* ========== WHY ========== */
.why {
  padding: clamp(24px, 3vw, 36px) 0;
  background: #fff;
}

.why__row {
  display: grid;
  grid-template-columns: minmax(180px, 1.15fr) repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  min-width: 0;
}

.why__intro,
.why__item {
  padding: 6px clamp(12px, 1.3vw, 18px);
  border-left: 1px solid var(--line);
  min-width: 0;
  overflow: hidden;
}

.why__intro {
  border-left: 0;
  padding-left: 0;
  padding-right: clamp(14px, 1.5vw, 22px);
}

.why__intro h2 {
  margin: 0 0 8px;
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.25;
}

.why__intro p {
  margin: 0;
  font-size: clamp(13px, 1.05vw, 15px);
  color: var(--muted);
  max-width: 30ch;
  line-height: 1.5;
}

.why__item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.why__item > div {
  min-width: 0;
}

.why__item img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex-shrink: 0;
}

.why__item strong {
  display: block;
  font-size: clamp(13px, 1.05vw, 15px);
  font-weight: 700;
  color: var(--navy);
  margin-bottom: 3px;
  line-height: 1.25;
}

.why__item span {
  display: block;
  font-size: clamp(12px, 0.95vw, 14px);
  color: var(--muted);
  line-height: 1.4;
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ========== CLIENTS ========== */
.clients {
  padding: clamp(8px, 1.5vw, 16px) 0 clamp(20px, 3vw, 32px);
  background: #fff;
}

.clients__band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "title quote"
    "logos logos";
  gap: clamp(14px, 1.8vw, 22px) clamp(16px, 2vw, 28px);
  align-items: start;
  width: 100%;
  box-sizing: border-box;
  background: #eef1f8;
  border-radius: 14px;
  padding: clamp(18px, 2.2vw, 24px) clamp(24px, 3vw, 40px);
  overflow: hidden;
  min-width: 0;
}

.clients__title {
  grid-area: title;
  min-width: 0;
  overflow: hidden;
}

.clients__title h2 {
  margin: 0;
  font-size: clamp(15px, 1.35vw, 18px);
  font-weight: 700;
  color: var(--navy);
  line-height: 1.3;
}

.clients__logos {
  grid-area: logos;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 10px 12px;
  min-width: 0;
}

.clients__logos .logo-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 64px;
  padding: 10px 8px;
  background: #fff;
  border: 1px solid #dce3f0;
  border-radius: 10px;
}

.clients__logos img {
  width: auto;
  height: auto;
  max-height: 36px;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.clients__band > blockquote {
  grid-area: quote;
  max-width: 28ch;
  justify-self: end;
  text-align: right;
}

.clients__band blockquote {
  margin: 0;
  min-width: 0;
  overflow: hidden;
  padding-left: 16px;
  border-left: 2px solid #c5cde0;
  font-size: clamp(12px, 1vw, 14px);
  color: #8b93b0;
  font-style: italic;
  line-height: 1.45;
}

/* ========== CTA ========== */
.cta {
  padding: clamp(4px, 1vw, 12px) 0 clamp(28px, 4vw, 40px);
  background: #fff;
}

.cta__band {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: clamp(16px, 2vw, 28px) clamp(18px, 2.4vw, 32px);
  width: 100%;
  box-sizing: border-box;
  padding: clamp(24px, 2.8vw, 34px) clamp(24px, 3vw, 40px);
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(100deg, #06183f 0%, #16348f 42%, #3d2fb8 78%, #5a34c8 100%);
  overflow: hidden;
  max-width: 100%;
}

.cta__copy {
  flex: 1 1 300px;
  min-width: 0;
  max-width: 100%;
}

.cta__copy h2 {
  margin: 0 0 8px;
  font-size: clamp(18px, 2.1vw, 26px);
  font-weight: 700;
  color: #fff;
  line-height: 1.25;
  letter-spacing: -0.02em;
}

.cta__copy p {
  margin: 0;
  font-size: clamp(13px, 1.05vw, 15px);
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.88);
  max-width: 52ch;
}

.cta__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(12px, 1.5vw, 20px);
  flex: 0 1 auto;
  min-width: 0;
  max-width: 100%;
}

.cta__actions .btn--light {
  flex: 0 0 auto;
  white-space: nowrap;
}

.cta__note {
  margin: 0;
  flex: 0 1 180px;
  min-width: 0;
  max-width: 200px;
  font-size: clamp(12px, 1vw, 14px);
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.86);
  padding-left: 16px;
  padding-right: 4px;
  border-left: 1px solid rgba(255, 255, 255, 0.35);
  overflow-wrap: anywhere;
  word-break: break-word;
}

/* ========== RESPONSIVE (yalniz ana sayfa icerigi; chrome responsive chrome.css'te) ========== */
@media (max-width: 1200px) {
  .products__grid{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .product-card h3{ font-size: clamp(14px, 1.2vw, 16px); }

  .product-card__desc{ font-size: clamp(12px, 1vw, 14px); }

  .product-card .price{ font-size: clamp(16px, 1.25vw, 19px); }

  .product-card .price-note{ font-size: 11px; }

  .product-card__foot > a{ font-size: clamp(12px, 1vw, 14px); }

}

@media (max-width: 1100px) {
  .why__row{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
  }

  .why__intro{
    grid-column: 1 / -1;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 4px;
    max-width: none;
  }

  .why__intro p{ max-width: 48ch; }

  .why__item{
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 14px 10px;
  }

  .why__item:nth-child(2),
  .why__item:nth-child(3){
    border-top: 0;
  }

  .why__item:nth-child(3),
  .why__item:nth-child(5){
    border-left: 1px solid var(--line);
  }

  .clients__band{
    grid-template-columns: 1fr;
    grid-template-areas:
      "title"
      "logos"
      "quote";
    text-align: left;
    overflow: hidden;
    gap: 16px;
  }

  .clients__band > blockquote{
    justify-self: stretch;
    text-align: left;
    max-width: none;
  }

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

  .clients__band blockquote{
    border-left: 2px solid #c5cde0;
    padding-left: 16px;
    border-top: 0;
    padding-top: 0;
  }

}

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

  .product-card{
    padding: 16px 14px 14px;
  }

  .product-card .price{ font-size: 17px; color: #162a8a; }

  .product-card .price-note{ font-size: 11px; color: #94a3b8; }

  .product-card__foot > a{ font-size: 13px; color: #2f44d9; }

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

  .trust__item{
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 14px 0;
  }

  .trust__item:first-child{ border-top: 0; }

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

  .why__intro{
    grid-column: auto;
    border-bottom: 1px solid var(--line);
    margin-bottom: 0;
    padding: 0 0 14px;
  }

  .why__item{
    border-left: 0 !important;
    border-top: 1px solid var(--line);
    padding: 14px 0;
  }

  .cta{
    padding: 8px 0 16px;
  }

  .cta__band{
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 12px;
    padding: 18px 16px;
    min-height: 0 !important;
    height: auto !important;
  }

  .cta__copy{
    flex: 0 1 auto !important;
    max-width: 100%;
  }

  .cta__copy h2{
    margin: 0 0 6px;
    font-size: 17px;
    line-height: 1.3;
  }

  .cta__copy p{
    font-size: 13px;
    line-height: 1.45;
  }

  .cta__actions{
    flex: 0 1 auto !important;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 10px;
  }

  .cta__actions .btn--light{
    width: 100%;
    justify-content: center;
    padding: 12px 16px;
  }

  .cta__note{
    border-left: 0;
    padding-left: 0;
    max-width: none;
    flex: 0 0 auto !important;
    font-size: 12px;
    line-height: 1.4;
    text-align: left;
  }

  .clients__logos{
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .clients__logos img{
    max-height: 32px;
  }

}

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

  .products__head{ flex-direction: column; align-items: flex-start; }

  .hero__title{ font-size: clamp(26px, 7vw, 32px); }

  .hero__glow{
    inset: 6% 0 10% 0;
    filter: blur(14px);
  }

  .clients__band{
    padding: 18px 16px;
  }

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

}

