
/* SOURCE: /assets/3e-site-header-unified-v3.css */
/* 3E Yazılım — bütün sayfalarda kullanılan tek header */
.three-premium-header{
  position:sticky!important;
  top:0!important;
  z-index:999990!important;
  width:100%!important;
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid #d7dee8!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}

.three-header-shell{
  width:min(1540px,calc(100% - 28px))!important;
  min-height:82px!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-items:center!important;
  gap:24px!important;
  font-family:Manrope,Arial,sans-serif!important;
}

.three-header-brand{
  min-width:222px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  color:#07152d!important;
  text-decoration:none!important;
  transform:none!important;
}

.three-header-brand:hover{
  transform:none!important;
}

.three-header-logo{
  width:58px!important;
  height:58px!important;
  flex:0 0 58px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border:1px solid #d7e0eb!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:none!important;
}

.three-header-logo img{
  display:block!important;
  width:50px!important;
  height:50px!important;
  margin:0!important;
  object-fit:contain!important;
  transform:none!important;
}

.three-header-brand-text{
  display:grid!important;
  gap:2px!important;
}

.three-header-brand-text strong{
  color:#07152d!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:25px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.045em!important;
  text-shadow:none!important;
  white-space:nowrap!important;
}

.three-header-brand-text em{
  width:max-content!important;
  display:inline-block!important;
  color:#0b9f62!important;
  font-family:Pacifico,"Segoe Script","Brush Script MT",cursive!important;
  font-size:17px!important;
  font-style:normal!important;
  font-weight:400!important;
  line-height:1.1!important;
  letter-spacing:0!important;
  text-transform:none!important;
  text-shadow:none!important;
  white-space:nowrap!important;
  transform:rotate(-4deg)!important;
  transform-origin:left center!important;
}

.three-header-nav{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-end!important;
  gap:1px!important;
}

.three-header-nav>a,
.three-header-nav .three-google-nav-main{
  min-width:0!important;
  height:40px!important;
  padding:0 7px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:7px!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#07152d!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:13px!important;
  font-weight:800!important;
  line-height:1!important;
  letter-spacing:-.025em!important;
  text-decoration:none!important;
  text-shadow:none!important;
  white-space:nowrap!important;
  transform:none!important;
  transition:background-color .16s ease,color .16s ease!important;
}

.three-header-nav>a:hover,
.three-header-nav .three-google-nav-main:hover,
.three-header-nav>a[aria-current="page"],
.three-header-nav .three-google-nav-main[aria-current="page"],
.three-header-nav .is-section-current{
  background:#eef4ff!important;
  color:#155eef!important;
  transform:none!important;
}

.three-header-actions{
  display:none!important;
}

.three-header-toggle{
  display:none!important;
}

.three-header-nav .three-google-nav-drop{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  flex:0 0 auto!important;
}

.three-header-nav .three-google-nav-panel{
  position:absolute!important;
  top:100%!important;
  left:0!important;
  z-index:999999!important;
  width:292px!important;
  padding-top:10px!important;
  opacity:0!important;
  visibility:hidden!important;
  pointer-events:none!important;
  transform:translateY(5px)!important;
  transition:opacity .14s ease,transform .14s ease,visibility .14s ease!important;
}

.three-header-nav .three-google-nav-drop:hover .three-google-nav-panel,
.three-header-nav .three-google-nav-drop:focus-within .three-google-nav-panel{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
  transform:none!important;
}

.three-header-nav .three-google-nav-panel-inner{
  padding:7px!important;
  border:1px solid #d9e1eb!important;
  border-radius:9px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(15,23,42,.12)!important;
}

.three-header-nav .three-google-nav-panel a{
  width:100%!important;
  min-height:38px!important;
  height:auto!important;
  padding:9px 11px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  border:0!important;
  border-radius:6px!important;
  background:transparent!important;
  box-shadow:none!important;
  color:#07152d!important;
  font-family:Manrope,Arial,sans-serif!important;
  font-size:12.5px!important;
  font-weight:750!important;
  line-height:1.35!important;
  text-decoration:none!important;
  text-shadow:none!important;
  white-space:normal!important;
  transform:none!important;
}

.three-header-nav .three-google-nav-panel a:hover,
.three-header-nav .three-google-nav-panel a[aria-current="page"]{
  background:#eef4ff!important;
  color:#155eef!important;
}

@media(max-width:1320px){
  .three-header-shell{
    min-height:78px!important;
    grid-template-columns:auto auto!important;
  }

  .three-header-toggle{
    width:46px!important;
    height:46px!important;
    margin-left:auto!important;
    padding:0!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex-direction:column!important;
    gap:5px!important;
    border:1px solid #ccd7e5!important;
    border-radius:9px!important;
    background:#fff!important;
    box-shadow:none!important;
    cursor:pointer!important;
  }

  .three-header-toggle span{
    width:21px!important;
    height:2px!important;
    min-height:2px!important;
    margin:0!important;
    padding:0!important;
    display:block!important;
    flex:0 0 2px!important;
    border:0!important;
    border-radius:99px!important;
    background:#07152d!important;
    opacity:1!important;
    visibility:visible!important;
    transform-origin:center!important;
    transition:transform .2s ease,opacity .15s ease!important;
  }

  .three-premium-header.is-open .three-header-toggle span:nth-child(1){
    transform:translateY(7px) rotate(45deg)!important;
  }

  .three-premium-header.is-open .three-header-toggle span:nth-child(2){
    opacity:0!important;
  }

  .three-premium-header.is-open .three-header-toggle span:nth-child(3){
    transform:translateY(-7px) rotate(-45deg)!important;
  }

  .three-header-nav{
    display:none!important;
  }

  .three-premium-header.is-open .three-header-shell{
    padding-bottom:14px!important;
  }

  .three-premium-header.is-open .three-header-nav{
    grid-column:1/-1!important;
    width:100%!important;
    padding-top:4px!important;
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:7px!important;
  }

  .three-premium-header.is-open .three-header-nav>a,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main{
    width:100%!important;
    height:44px!important;
    padding:0 13px!important;
    justify-content:flex-start!important;
    border:1px solid #e0e7f0!important;
    background:#f8fafc!important;
    font-size:13.5px!important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-drop{
    grid-column:1/-1!important;
    width:100%!important;
    display:block!important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel{
    position:static!important;
    width:100%!important;
    padding-top:7px!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
    transform:none!important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel-inner{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:5px!important;
    border-radius:8px!important;
    box-shadow:none!important;
  }
}

@media(max-width:640px){
  .three-header-shell{
    width:calc(100% - 22px)!important;
    min-height:72px!important;
    gap:12px!important;
  }

  .three-header-brand{
    min-width:0!important;
    gap:10px!important;
  }

  .three-header-logo{
    width:50px!important;
    height:50px!important;
    flex-basis:50px!important;
    border-radius:10px!important;
  }

  .three-header-logo img{
    width:44px!important;
    height:44px!important;
  }

  .three-header-brand-text strong{
    font-size:21px!important;
  }

  .three-header-brand-text em{
    font-size:14px!important;
  }

  .three-header-toggle{
    width:42px!important;
    height:42px!important;
  }

  .three-premium-header.is-open .three-header-nav,
  .three-premium-header.is-open .three-header-nav .three-google-nav-panel-inner{
    grid-template-columns:1fr!important;
  }
}


/* 3E GREEN SHOP HEADER START */

/*
 * Satın Al, menünün ilk elemanıdır.
 * Diğer menü bağlantılarıyla aynı yükseklik,
 * yazı tipi ve köşe yapısını kullanır.
 */
.three-header-nav > a.three-header-shop {
  order: -1000 !important;
  height: 40px !important;
  min-width: 92px !important;
  padding: 0 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  border: 1px solid #128552 !important;
  border-radius: 7px !important;

  background: #15945d !important;
  background-color: #15945d !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-family: Manrope, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.025em !important;

  text-decoration: none !important;
  text-shadow: none !important;
  white-space: nowrap !important;

  opacity: 1 !important;
  visibility: visible !important;
  box-shadow: none !important;

  transform: none !important;

  transition:
    background-color .16s ease,
    border-color .16s ease,
    transform .16s ease !important;
}

.three-header-nav > a.three-header-shop:hover,
.three-header-nav > a.three-header-shop:focus,
.three-header-nav > a.three-header-shop[aria-current="page"] {
  border-color: #0d7145 !important;

  background: #0d7d4c !important;
  background-color: #0d7d4c !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  box-shadow: none !important;
  opacity: 1 !important;

  transform: translateY(-1px) !important;
}

@media (max-width: 1320px) {
  .three-premium-header.is-open
  .three-header-nav > a.three-header-shop {
    order: -1000 !important;
    width: 100% !important;
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 0 6px !important;
    justify-content: center !important;
  }
}

/* 3E GREEN SHOP HEADER END */


/* 3E CAMPAIGNS NAV START */

/* Normal durumda diğer menülerle aynı görünür. */
.three-header-nav > a.three-header-campaigns {
  background: transparent !important;
  color: #07152d !important;
  font-weight: 800 !important;
}

/* Paketler menüsündeki aktif görünümle aynı. */
.three-header-nav > a.three-header-campaigns:hover,
.three-header-nav > a.three-header-campaigns:focus,
.three-header-nav > a.three-header-campaigns[aria-current="page"] {
  background: #eef4ff !important;
  background-color: #eef4ff !important;
  color: #155eef !important;
  -webkit-text-fill-color: #155eef !important;
}

/* 3E CAMPAIGNS NAV END */

/* 3E BLUE PARTNER HEADER START */

.three-header-nav > a.three-header-partner {
  order: -990 !important;
  height: 40px !important;
  min-width: 112px !important;
  padding: 0 13px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border: 1px solid #0f4fd6 !important;
  border-radius: 7px !important;
  background: #155eef !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
  font-family: Manrope, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.025em !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  transition:
    background-color .16s ease,
    border-color .16s ease,
    transform .16s ease !important;
}

.three-header-nav > a.three-header-partner:hover,
.three-header-nav > a.three-header-partner:focus,
.three-header-nav > a.three-header-partner[aria-current="page"] {
  border-color: #0a43ad !important;
  background: #0d4fc9 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  box-shadow: none !important;
  transform: translateY(-1px) !important;
}

@media (max-width: 1320px) {
  .three-premium-header.is-open
  .three-header-nav > a.three-header-partner {
    order: -990 !important;
    width: 100% !important;
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 0 6px !important;
    justify-content: center !important;
  }
}

/* 3E BLUE PARTNER HEADER END */


/* SOURCE: /assets/3e-package-retail-special-v1.css */
/* 3E Paketler — Perakende ve bilgi alın düzeni */
body.page-packages .pkgv3-retail{
  scroll-margin-top:120px;
}

body.page-packages .pkgv3-retail .pkgv2-rest-grid{
  grid-template-columns:repeat(2,minmax(0,1fr));
}

body.page-packages .pkgv3-retail .pkgv2-rest-card{
  min-height:650px;
}

body.page-packages .pkgv3-retail .pkgv2-rest-card-head>span{
  display:block;
}

body.page-packages .pkgv3-retail .pkgv2-rest-price strong{
  line-height:1.05;
}

body.page-packages .three-package-price.three-package-price-info{
  min-height:111px;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
}

body.page-packages .three-package-price.three-package-price-info strong{
  font-size:31px!important;
}

body.page-packages .three-package-price.three-package-price-info span{
  margin-top:9px!important;
  line-height:1.45;
}

@media(max-width:820px){
  body.page-packages .pkgv3-retail .pkgv2-rest-grid{
    grid-template-columns:1fr;
  }

  body.page-packages .pkgv3-retail .pkgv2-rest-card{
    min-height:0;
  }
}


/* SOURCE: /assets/3e-store-nav.css */
/* Satın Al bağlantısı diğer header menü bağlantılarıyla aynı genel stilleri kullanır. */


/* SOURCE: /assets/3e-mobile-final.css */
/* 3E Yazılım — güncel ZIP tabanlı mobil son düzen */

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

@supports (overflow: clip) {
  html,
  body {
    overflow-x: clip !important;
  }
}

img,
picture,
video,
canvas,
svg,
iframe {
  max-width: 100%;
}

img,
video {
  height: auto;
}

main,
main > *,
section,
article,
aside {
  min-width: 0;
}

.three-mobile-table-scroll,
.three-mobile-overflow {
  width: 100%;
  max-width: 100%;
  overflow-x: auto !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-inline: contain;
  scrollbar-width: thin;
}

.three-mobile-table-scroll table {
  width: max-content;
  min-width: 100%;
  max-width: none;
}

@media (max-width: 1320px) {
  body.three-mobile-menu-open {
    overflow: hidden !important;
    overscroll-behavior: none !important;
  }

  .three-premium-header.is-open {
    position: fixed !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: 100vh !important;
    max-height: 100dvh !important;
    overflow: hidden !important;
    background: #ffffff !important;
  }

  .three-premium-header.is-open .three-header-shell {
    width: calc(100% - 22px) !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100% !important;
    padding: 0 !important;
    grid-template-columns: minmax(0, 1fr) auto !important;
    grid-template-rows: auto minmax(0, 1fr) !important;
    align-content: stretch !important;
    overflow: hidden !important;
  }

  .three-premium-header.is-open .three-header-brand,
  .three-premium-header.is-open .three-header-toggle {
    align-self: center !important;
  }

  .three-premium-header.is-open .three-header-nav {
    grid-column: 1 / -1 !important;
    grid-row: 2 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 0 !important;
    max-height: none !important;
    margin: 0 !important;
    padding: 10px 2px calc(26px + env(safe-area-inset-bottom)) !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
    background: #ffffff !important;
  }

  .three-premium-header.is-open .three-header-nav::-webkit-scrollbar {
    width: 5px;
  }

  .three-premium-header.is-open .three-header-nav::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: #c9d4e2;
  }

  .three-premium-header.is-open .three-header-nav > a,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main {
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    min-height: 50px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 13px 12px !important;
    justify-content: flex-start !important;
    border: 0 !important;
    border-bottom: 1px solid #e6ebf2 !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    color: #07152d !important;
    -webkit-text-fill-color: #07152d !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: left !important;
    white-space: normal !important;
    box-shadow: none !important;
    transform: none !important;
  }

  .three-premium-header.is-open .three-header-nav > a:hover,
  .three-premium-header.is-open .three-header-nav > a:focus,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main:hover,
  .three-premium-header.is-open .three-header-nav .three-google-nav-main:focus {
    background: #f5f8fc !important;
    background-color: #f5f8fc !important;
    color: #0d315f !important;
    -webkit-text-fill-color: #0d315f !important;
  }

  .three-premium-header.is-open .three-header-nav > a[aria-current="page"],
  .three-premium-header.is-open .three-header-nav .three-google-nav-main[aria-current="page"],
  .three-premium-header.is-open .three-header-nav .is-section-current {
    padding-left: 10px !important;
    border-left: 3px solid #155eef !important;
    background: #eef4ff !important;
    background-color: #eef4ff !important;
    color: #155eef !important;
    -webkit-text-fill-color: #155eef !important;
  }

  /* Satın Al mobilde kaybolmaz; temiz, okunaklı tek CTA olarak kalır. */
  .three-premium-header.is-open .three-header-nav > a.three-header-shop,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop:hover,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop:focus,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop[aria-current="page"] {
    width: 100% !important;
    min-height: 50px !important;
    height: auto !important;
    margin: 2px 0 9px !important;
    padding: 13px 14px !important;
    justify-content: center !important;
    border: 1px solid #128552 !important;
    border-radius: 8px !important;
    background: #15945d !important;
    background-color: #15945d !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    text-align: center !important;
    transform: none !important;
  }

  .three-premium-header.is-open .three-header-nav > a.three-header-shop:hover,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop:focus,
  .three-premium-header.is-open .three-header-nav > a.three-header-shop[aria-current="page"] {
    border-color: #0d7145 !important;
    background: #0d7d4c !important;
    background-color: #0d7d4c !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-drop {
    flex: 0 0 auto !important;
    grid-column: auto !important;
    width: 100% !important;
    display: block !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel {
    position: static !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel-inner {
    width: 100% !important;
    margin: 0 0 7px !important;
    padding: 2px 0 5px 14px !important;
    display: block !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #f8fafc !important;
    box-shadow: none !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a {
    width: 100% !important;
    min-height: 44px !important;
    height: auto !important;
    margin: 0 !important;
    padding: 11px 12px !important;
    border: 0 !important;
    border-left: 2px solid #dce4ef !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #31445f !important;
    -webkit-text-fill-color: #31445f !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    white-space: normal !important;
  }

  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a:hover,
  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a:focus,
  .three-premium-header.is-open .three-header-nav .three-google-nav-panel a[aria-current="page"] {
    border-left-color: #155eef !important;
    background: #eef4ff !important;
    color: #155eef !important;
    -webkit-text-fill-color: #155eef !important;
  }
}

@media (max-width: 760px) {
  body,
  button,
  input,
  select,
  textarea {
    -webkit-text-size-adjust: 100%;
  }

  input:not([type="checkbox"]):not([type="radio"]),
  select,
  textarea {
    max-width: 100% !important;
    font-size: 16px !important;
  }

  h1,
  h2,
  h3,
  h4,
  p,
  li,
  a,
  button,
  label,
  span {
    overflow-wrap: break-word;
  }

  pre,
  code {
    max-width: 100%;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
  }

  /* Paketler sayfasındaki yatay sekmeler mobilde düzgün bir ızgaraya dönüşür. */
  body.page-packages .pkgv2-jump {
    width: calc(100% - 28px) !important;
    min-height: 0 !important;
    padding: 7px !important;
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 6px !important;
    overflow: visible !important;
  }

  body.page-packages .pkgv2-jump a {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 42px !important;
    padding: 9px 8px !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.25 !important;
    white-space: normal !important;
  }

  /* Satın Al, ürün, sepet ve ödeme ekranları. */
  .three-store-shell,
  .three-store-installment-payment {
    width: calc(100% - 22px) !important;
  }

  .three-store-card-actions,
  .three-store-actions,
  .three-store-result-actions,
  .three-store-form-grid {
    grid-template-columns: 1fr !important;
  }

  .three-store-card-actions a,
  .three-store-card-actions button,
  .three-store-button,
  .three-store-result-actions a {
    width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .three-store-product-summary h1,
  .three-store-catalog-head h1 {
    font-size: clamp(30px, 9vw, 38px) !important;
  }

  .three-store-price {
    font-size: clamp(32px, 10vw, 40px) !important;
  }

  .three-store-detail-section,
  .three-store-notice,
  .three-store-sidebox,
  .three-store-checkout-form,
  .three-store-summary-box {
    padding: 18px !important;
  }

  .three-store-installment-payment .three-installment-payment-inner {
    padding: 14px !important;
  }

  .three-store-installment-payment .three-installment-slider,
  .three-installment-slider {
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Kampanya ve blog kartları dar ekranda tek sütun kalır. */
  .three-campaign-list-item,
  .blog-list-item {
    min-width: 0 !important;
  }

  .three-campaign-list-item .blog-list-action,
  .blog-list-item .blog-list-action {
    width: 100% !important;
    white-space: normal !important;
  }

  .three-campaign-list-item .blog-list-action a,
  .blog-list-item .blog-list-action a {
    display: inline-flex !important;
    max-width: 100% !important;
    white-space: normal !important;
  }

  /* Mevcut yatay karşılaştırmalar ve stok tabloları dokunarak kaydırılır. */
  .r-compare,
  .p-stock-panel,
  .three-package-table-wrap,
  .compare,
  .table-responsive {
    max-width: 100% !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-inline: contain !important;
  }

  .three-static-map,
  .three-static-map iframe {
    max-width: 100% !important;
  }
}

@media (max-width: 420px) {
  .three-header-shell {
    width: calc(100% - 18px) !important;
  }

  .three-header-brand-text strong {
    font-size: 20px !important;
  }

  .three-header-brand-text em {
    font-size: 13px !important;
  }

  body.page-packages .pkgv2-jump {
    grid-template-columns: 1fr !important;
  }

  .three-store-product-summary h1,
  .three-store-catalog-head h1 {
    font-size: 30px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-premium-header *,
  .three-mobile-table-scroll *,
  .three-mobile-overflow * {
    scroll-behavior: auto !important;
  }
}


/* SOURCE: /assets/3e-summer-discounts.css */
/* 3E YAZ KAMPANYASI FIYAT GOSTERIMI START */
.three-summer-store-notice {
  max-width: 1180px;
  margin: 0 auto 22px;
  padding: 15px 18px;
  border: 1px solid #cddfd5;
  border-left: 5px solid #14784b;
  background: #f8fbf9;
  color: #263b32;
  font-size: 14px;
  line-height: 1.55;
}
.three-summer-store-notice strong {
  display: block;
  margin-bottom: 3px;
  color: #0d5f3a;
  font-size: 17px;
}
.three-store-catalog .three-summer-store-notice {
  max-width: none;
  margin: 0 0 22px;
}
.three-package-card,
.pkgv2-rest-card,
.three-store-card,
.three-store-product-media {
  position: relative;
}
.three-summer-discount-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.85);
  border-radius: 4px;
  background: #a52525;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: .01em;
  box-shadow: 0 4px 12px rgba(72,18,18,.16);
  pointer-events: none;
}
.three-summer-card-price-head,
.three-summer-package-list-price,
.three-summer-product-price-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.three-summer-card-price-head {
  margin-top: 12px;
}
.three-summer-card-price-head del,
.three-summer-package-list-price del,
.three-summer-product-price-head del {
  color: #7b8797;
  font-size: 15px;
  font-weight: 700;
  text-decoration-thickness: 1.5px;
}
.three-summer-card-price-head span,
.three-summer-package-list-price span,
.three-summer-product-price-head span {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 4px 8px;
  border-radius: 3px;
  background: #eef6f1;
  color: #0d6a40;
  font-size: 11px;
  font-weight: 900;
}
.three-summer-card-price-note,
.three-summer-product-price-note {
  margin: 4px 0 0;
  color: #0d7145;
  font-size: 11px;
  font-weight: 750;
}
.three-summer-product-price-head {
  margin-top: 22px;
}
.three-summer-product-price-head + .three-store-price {
  margin-top: 5px;
}
.three-summer-package-list-price {
  margin: 0 0 6px;
}
.three-package-price .three-summer-package-list-price,
.pkgv2-rest-price .three-summer-package-list-price {
  display: flex;
}
.three-compare-campaign-price {
  display: grid !important;
  justify-items: center;
  gap: 3px;
}
.three-compare-campaign-price del {
  color: #8a93a0;
  font-size: 10px;
}
.three-compare-campaign-price span {
  color: #183a68;
  font-weight: 800;
}
.three-compare-campaign-price b {
  color: #a52525;
  font-size: 10px;
}
.three-summer-campaign-rates {
  margin: 20px 0 30px;
  border: 1px solid #dce4e0;
  background: #fff;
}
.three-summer-campaign-rate {
  display: grid;
  grid-template-columns: minmax(0,1fr) auto;
  gap: 16px;
  padding: 12px 14px;
  border-bottom: 1px solid #e5ebe8;
}
.three-summer-campaign-rate:last-child { border-bottom: 0; }
.three-summer-campaign-rate strong { color: #183a68; }
.three-summer-campaign-rate span { color: #a52525; font-weight: 900; }
@media (max-width: 620px) {
  .three-summer-discount-badge {
    top: 8px;
    right: 8px;
    min-height: 30px;
    padding: 6px 8px;
    font-size: 10px;
  }
  .three-summer-store-notice { margin-bottom: 16px; padding: 13px 14px; }
  .three-summer-campaign-rate { grid-template-columns: 1fr; gap: 3px; }
  .three-summer-product-price-head { margin-top: 18px; }
}
/* 3E YAZ KAMPANYASI FIYAT GOSTERIMI END */


/* SOURCE: /assets/3e-sector-pages.css */
/* 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 */


/* SOURCE: /assets/3e-first-month-free.css */
/* 3E FIRST MONTH FREE START */
.three-free-month-main{background:#f6f8fb;color:#0b1830;padding:42px 0 70px}.three-free-month-shell{width:min(1180px,calc(100% - 40px));margin:0 auto}.three-free-month-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:34px;align-items:center;background:#fff;border:1px solid #d9e1ec;padding:38px}.three-free-month-hero h1{margin:0 0 18px;max-width:820px;font-size:clamp(36px,5vw,66px);line-height:1.03;letter-spacing:-.045em}.three-free-month-hero p{margin:0;max-width:760px;color:#5d6c84;font-size:18px;line-height:1.75}.three-free-month-hero img{display:block;width:100%;height:auto;border:1px solid #d9e1ec;border-radius:0}.three-free-month-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.three-free-month-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:0 20px;border:1px solid #0b54c7;border-radius:2px;font-weight:800;text-decoration:none}.three-free-month-actions a:first-child{background:#0b54c7;color:#fff}.three-free-month-actions a:last-child{background:#fff;color:#0b54c7}.three-free-month-facts{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:24px 0 0;border:1px solid #d9e1ec;background:#fff}.three-free-month-fact{padding:24px;border-right:1px solid #d9e1ec}.three-free-month-fact:last-child{border-right:0}.three-free-month-fact strong{display:block;font-size:30px;line-height:1.1;margin-bottom:6px}.three-free-month-fact span{color:#66758c;line-height:1.5}.three-free-month-section{margin-top:26px;padding:34px;background:#fff;border:1px solid #d9e1ec}.three-free-month-section h2{margin:0 0 16px;font-size:clamp(28px,3.2vw,42px);line-height:1.12;letter-spacing:-.03em}.three-free-month-section p,.three-free-month-section li{color:#53627a;line-height:1.75}.three-free-month-section ul{margin:0;padding-left:22px}.three-free-month-packages{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;background:#d9e1ec;border:1px solid #d9e1ec}.three-free-month-package{display:block;padding:22px;background:#fff;color:#0b1830;text-decoration:none}.three-free-month-package strong{display:block;margin-bottom:6px}.three-free-month-package span{color:#64748b;line-height:1.5}.three-first-month-note{margin:12px 0 0;padding:11px 13px;border-left:4px solid #0b54c7;background:#eef5ff;color:#16355e;font-weight:800;line-height:1.5}.three-first-month-store-notice{margin:18px 0 22px;padding:18px 20px;border:1px solid #b9cbe5;border-left:5px solid #0b54c7;background:#f7fbff}.three-first-month-store-notice strong,.three-first-month-store-notice span{display:block}.three-first-month-store-notice strong{margin-bottom:5px;color:#0b2d5c}.three-first-month-store-notice span{color:#5a6c85;line-height:1.55}.three-first-month-store-notice a{color:#0b54c7;font-weight:800}.three-campaign-detail-page .three-campaign-detail-banner,.three-campaign-detail-page .article-summary,.three-campaign-detail-page .article-sidebar-box,.three-campaign-detail-page .article-cta{border-radius:0!important;box-shadow:none!important}.three-campaign-index-page .three-campaign-list-banner{border-radius:0!important}@media(max-width:820px){.three-free-month-main{padding-top:20px}.three-free-month-shell{width:min(100% - 24px,1180px)}.three-free-month-hero{grid-template-columns:1fr;padding:24px}.three-free-month-facts{grid-template-columns:1fr}.three-free-month-fact{border-right:0;border-bottom:1px solid #d9e1ec}.three-free-month-fact:last-child{border-bottom:0}.three-free-month-section{padding:24px}.three-free-month-packages{grid-template-columns:1fr}}
/* 3E FIRST MONTH FREE END */


/* 3E FIRST MONTH FREE WIDE BANNER START */
.three-free-month-hero{
  grid-template-columns:1fr!important;
}

.three-free-month-hero>img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-height:none!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  box-shadow:none!important;
}
/* 3E FIRST MONTH FREE WIDE BANNER END */

