
/* 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-contact-company-info.css */
/* 3E Yazılım iletişim sayfası firma bilgileri */

.three-company-info {
  width: 100%;
  margin: 24px 0;
  padding: 30px;
  border: 1px solid #d7e0ea;
  border-radius: 8px;
  background: #ffffff;
}

.three-company-info-head {
  max-width: 820px;
  margin-bottom: 25px;
}

.three-company-info-kicker {
  margin: 0 0 7px;
  color: #175fc7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.three-company-info h2 {
  margin: 0;
  color: #071a39;
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 850;
  line-height: 1.1;
  letter-spacing: -0.035em;
}

.three-company-info-head > p:last-child {
  margin: 12px 0 0;
  color: #526176;
  font-size: 15px;
  line-height: 1.7;
}

.three-company-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(280px, 0.7fr);
  gap: 22px;
  align-items: stretch;
}

.three-company-details {
  margin: 0;
  border-top: 1px solid #dce3ec;
}

.three-company-details > div {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 18px;
  padding: 17px 0;
  border-bottom: 1px solid #dce3ec;
}

.three-company-details dt {
  color: #65748a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.three-company-details dd {
  margin: 0;
  color: #071a39;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.55;
}

.three-company-details address {
  margin: 0;
  font-style: normal;
}

.three-company-office {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 22px;
  border: 1px solid #d7e0ea;
  border-radius: 7px;
  background: #f7f9fc;
}

.three-company-office b {
  display: block;
  margin: 0 0 8px;
  color: #071a39;
  font-size: 18px;
  line-height: 1.3;
}

.three-company-office p {
  margin: 0;
  color: #536279;
  font-size: 14px;
  line-height: 1.65;
}

.three-company-office-actions {
  display: grid;
  gap: 9px;
  margin-top: 22px;
}

.three-company-office-actions a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 10px 15px;
  border: 1px solid #0d5ed7;
  border-radius: 5px;
  background: #0d5ed7;
  color: #ffffff;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
}

.three-company-office-actions a:last-child {
  border-color: #c8d2df;
  background: #ffffff;
  color: #071a39;
}

.three-company-office-actions a:hover {
  opacity: 0.88;
}

.contact-map-card {
  margin-top: 24px;
}

@media (max-width: 820px) {
  .three-company-info {
    padding: 23px;
  }

  .three-company-info-grid {
    grid-template-columns: 1fr;
  }

  .three-company-details > div {
    grid-template-columns: 145px minmax(0, 1fr);
  }
}

@media (max-width: 520px) {
  .three-company-info {
    margin: 18px 0;
    padding: 18px;
  }

  .three-company-info h2 {
    font-size: 27px;
  }

  .three-company-details > div {
    grid-template-columns: 1fr;
    gap: 4px;
    padding: 14px 0;
  }

  .three-company-office {
    padding: 17px;
  }
}

/* 3E COMPANY INFO SINGLE COLUMN START */
.three-company-info .three-company-info-grid {
  grid-template-columns: minmax(0, 1fr) !important;
}

.three-company-info .three-company-details {
  width: 100% !important;
  max-width: none !important;
}
/* 3E COMPANY INFO SINGLE COLUMN END */


/* 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-page-transition.css */
/* 3E Yazılım sayfalar arası geçiş */
.three-page-transition {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 24px;
  background: #071d3f;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 260ms ease,
    visibility 0s linear 260ms;
}

.three-page-transition.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transition:
    opacity 220ms ease,
    visibility 0s linear 0s;
}

.three-page-transition-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: min(460px, 100%);
  text-align: center;
  transform: translateY(14px);
  opacity: 0;
}

.three-page-transition.is-visible
.three-page-transition-inner {
  animation: threePageTransitionInnerIn 430ms ease forwards;
}

.three-page-transition-logo {
  display: block;
  width: 86px;
  height: 86px;
  margin: 0 0 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
  transform: scale(.88);
  opacity: 0;
}

.three-page-transition.is-visible
.three-page-transition-logo {
  animation: threePageTransitionLogoIn 430ms ease 40ms forwards;
}

.three-page-transition-title {
  display: block;
  margin: 0;
  color: #ffffff;
  font-family: inherit;
  font-size: clamp(27px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.three-page-transition-line {
  display: block;
  width: 0;
  height: 4px;
  margin-top: 19px;
  background: #2e8cff;
}

.three-page-transition.is-visible
.three-page-transition-line {
  animation: threePageTransitionLineIn 520ms ease 90ms forwards;
}

.three-page-transition.is-arriving
.three-page-transition-inner {
  animation: none;
  transform: translateY(0);
  opacity: 1;
}

.three-page-transition.is-arriving
.three-page-transition-logo {
  animation: none;
  transform: scale(1);
  opacity: 1;
}

.three-page-transition.is-arriving
.three-page-transition-line {
  animation: none;
  width: 116px;
}

@keyframes threePageTransitionInnerIn {
  from {
    transform: translateY(14px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes threePageTransitionLogoIn {
  from {
    transform: scale(.88);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes threePageTransitionLineIn {
  from {
    width: 0;
  }

  to {
    width: 116px;
  }
}

@media (max-width: 640px) {
  .three-page-transition-logo {
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
  }

  .three-page-transition-title {
    font-size: 29px;
  }

  .three-page-transition-line {
    height: 3px;
    margin-top: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .three-page-transition,
  .three-page-transition-inner,
  .three-page-transition-logo,
  .three-page-transition-line {
    animation: none !important;
    transition: none !important;
  }
}

/* 3E HANDWRITTEN TRANSITION TITLE START */

/* Örnekteki beyaz zemin */
.three-page-transition {
  background: #ffffff !important;
}

/* Logo orijinal lacivert rengiyle görünsün */
.three-page-transition-logo {
  width: 98px !important;
  height: 98px !important;
  margin-bottom: 4px !important;
  filter: none !important;
}

/* İyi yazılım budur — yeşil el yazısı */
.three-page-transition-title {
  margin: 0 !important;
  color: #08a756 !important;
  font-family:
    "Segoe Script",
    "Brush Script MT",
    "Lucida Handwriting",
    "URW Chancery L",
    cursive !important;
  font-size: clamp(29px, 4.5vw, 48px) !important;
  font-weight: 700 !important;
  font-style: italic !important;
  line-height: 1.05 !important;
  letter-spacing: -0.045em !important;
  text-transform: none !important;
  text-shadow: none !important;
}

/* Örnekte çizgi bulunmadığı için kaldır */
.three-page-transition-line {
  display: none !important;
}

@media (max-width: 640px) {
  .three-page-transition-logo {
    width: 82px !important;
    height: 82px !important;
  }

  .three-page-transition-title {
    font-size: 31px !important;
  }
}

/* 3E HANDWRITTEN TRANSITION TITLE END */

/* 3E BLUE TRANSITION BACKGROUND START */
.three-page-transition {
  background: #071d3f !important;
}

.three-page-transition-logo {
  filter: brightness(0) invert(1) !important;
}

.three-page-transition-title {
  color: #18c875 !important;
}
/* 3E BLUE TRANSITION BACKGROUND END */

