/* 3E sektörel satış sayfaları */
.three-sector-page { background: #f5f7fb; color: #10213a; }
.three-sector-page .three-sector-main { padding: 34px 0 72px; }
.three-sector-shell { width: min(1180px, calc(100% - 32px)); margin: 0 auto; }
.three-sector-hero { display: grid; grid-template-columns: minmax(0, 1.04fr) minmax(360px, .96fr); gap: 34px; align-items: center; padding: 34px; background: #fff; border: 1px solid #dbe3ee; border-radius: 18px; box-shadow: 0 18px 45px rgba(13, 35, 68, .08); }
.three-sector-hero h1 { margin: 0; color: #071a38; font-size: clamp(36px, 5vw, 62px); line-height: 1.02; letter-spacing: -.045em; }
.three-sector-hero p { margin: 18px 0 0; color: #42536b; font-size: 18px; line-height: 1.65; }
.three-sector-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 24px; }
.three-sector-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border: 1px solid #0a58ca; border-radius: 10px; font-weight: 800; text-decoration: none; }
.three-sector-actions .primary { background: #0a58ca; color: #fff; }
.three-sector-actions .secondary { background: #fff; color: #0a58ca; }
.three-sector-hero-media { margin: 0; overflow: hidden; border: 1px solid #dbe3ee; border-radius: 14px; background: #eef3f9; }
.three-sector-hero-media img { display: block; width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.three-sector-facts { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin: 18px 0 0; }
.three-sector-fact { padding: 16px; background: #071a38; color: #fff; border-radius: 10px; text-align: center; }
.three-sector-fact strong { display: block; font-size: 15px; }
.three-sector-fact span { display: block; margin-top: 4px; color: #cbd8ea; font-size: 12px; line-height: 1.4; }
.three-sector-section { margin-top: 28px; padding: 34px; background: #fff; border: 1px solid #dbe3ee; border-radius: 16px; }
.three-sector-section-head { max-width: 780px; }
.three-sector-section h2 { margin: 0; color: #071a38; font-size: clamp(27px, 3vw, 38px); line-height: 1.14; letter-spacing: -.03em; }
.three-sector-section-head p, .three-sector-decision p { margin: 12px 0 0; color: #52627a; font-size: 16px; line-height: 1.7; }
.three-sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 22px; }
.three-sector-card { padding: 22px; border: 1px solid #dbe3ee; border-radius: 12px; background: #fbfcfe; }
.three-sector-card h3 { margin: 0; color: #0b315f; font-size: 19px; line-height: 1.25; }
.three-sector-card p { margin: 9px 0 0; color: #52627a; line-height: 1.65; }
.three-sector-process { counter-reset: step; display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-top: 22px; }
.three-sector-step { position: relative; padding: 22px 18px; border-top: 4px solid #0a58ca; background: #f5f8fc; }
.three-sector-step::before { counter-increment: step; content: counter(step); display: grid; place-items: center; width: 34px; height: 34px; margin-bottom: 14px; border-radius: 50%; background: #0a58ca; color: #fff; font-weight: 900; }
.three-sector-step h3 { margin: 0; color: #0b315f; font-size: 18px; }
.three-sector-step p { margin: 8px 0 0; color: #52627a; line-height: 1.6; }
.three-sector-decision { border-left: 5px solid #0a58ca; }
.three-sector-links { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; margin-top: 20px; }
.three-sector-links a { display: flex; align-items: center; min-height: 72px; padding: 16px; border: 1px solid #cfd9e6; border-radius: 10px; color: #0a4faa; font-weight: 800; text-decoration: none; background: #fff; }
.three-sector-faq { margin-top: 18px; }
.three-sector-faq details { border-top: 1px solid #dbe3ee; }
.three-sector-faq details:last-child { border-bottom: 1px solid #dbe3ee; }
.three-sector-faq summary { cursor: pointer; padding: 18px 4px; color: #0b315f; font-weight: 850; }
.three-sector-faq p { margin: 0; padding: 0 4px 18px; color: #52627a; line-height: 1.65; }
.three-sector-link-hub { width: min(1180px, calc(100% - 32px)); margin: 28px auto; padding: 26px; border: 1px solid #dbe3ee; background: #fff; border-radius: 14px; }
.three-sector-link-hub h2 { margin: 0; color: #071a38; font-size: 28px; }
.three-sector-link-hub p { margin: 8px 0 0; color: #52627a; line-height: 1.6; }
.three-sector-link-hub-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 16px; }
.three-sector-link-hub-links a { display: inline-flex; padding: 10px 13px; border: 1px solid #cbd7e6; border-radius: 8px; color: #0a4faa; font-weight: 800; text-decoration: none; background: #f8fafc; }
@media (max-width: 980px) {
  .three-sector-hero { grid-template-columns: 1fr; padding: 26px; }
  .three-sector-grid { grid-template-columns: repeat(2, 1fr); }
  .three-sector-process { grid-template-columns: repeat(2, 1fr); }
  .three-sector-links { grid-template-columns: repeat(2, 1fr); }
  .three-sector-facts { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 640px) {
  .three-sector-page .three-sector-main { padding-top: 18px; }
  .three-sector-shell { width: min(100% - 20px, 1180px); }
  .three-sector-hero, .three-sector-section { padding: 21px 17px; border-radius: 12px; }
  .three-sector-hero h1 { font-size: 37px; }
  .three-sector-hero p { font-size: 16px; }
  .three-sector-actions a { width: 100%; }
  .three-sector-grid, .three-sector-process, .three-sector-links, .three-sector-facts { grid-template-columns: 1fr; }
  
.three-sector-link-hub { width: calc(100% - 20px); padding: 21px 17px; }
}

/* 3E SECTOR SHARP CORNERS START */

/* Büyük bölümler ve görseller */
.three-sector-page .three-sector-hero,
.three-sector-page .three-sector-section,
.three-sector-page .three-sector-hero-media,
.three-sector-page .-sector-page .three-sector-section,
.three-sector-page .three-sector-herothree-sector-card,
.three-sector-page .three-sector-fact,
.three-sector-page .three-sector-links a,
.three-sector-page .three-sector-link-hub,
.three-sector-page .three-sector-link-hub-links a,
.three-sector-page .three-sector-cta {
  border-radius: 0 !important;
}

/* Şablon hissi veren gölgeleri kaldır */
.three-sector-page .three-sector-hero,
.three-sector-page .three-sector-section,
.three-sector-page .three-sector-card,
.three-sector-page .three-sector-link-hub {
  box-shadow: none !important;
}

/* Butonlarda yalnızca çok hafif köşe */
.three-sector-page .three-sector-actions a,
.three-sector-page .three-sector-cta a {
  border-radius: 3px !important;
}

/* Mobilde yeniden yuvarlanmasını engelle */
@media (max-width: 640px) {
  .three-sector-page .three-sector-hero,
  .three-sector-page .three-sector-section,
  .three-sector-page .three-sector-hero-media,
  .three-sector-page .three-sector-card,
  .three-sector-page .three-sector-fact,
  .three-sector-page .three-sector-links a,
  .three-sector-page .three-sector-link-hub,
  .three-sector-page .three-sector-link-hub-links a {
    border-radius: 0 !important;
  }
}

/* 3E SECTOR SHARP CORNERS END */
