:root{--pro-bg:#fff;--pro-surface:#fff;--pro-surface-2:#f8fafc;--pro-cyan:#08a9c2;--pro-text:#111827;--pro-body:#445064;--pro-muted:#657083;--pro-border:#e2e8f0}
.ilimera-pro-page{background:#fff;color:var(--pro-text)}
.pro-header{top:var(--wp-admin--admin-bar--height,0px);border-color:#e5eaf0;background:rgba(255,255,255,.96);box-shadow:0 6px 24px rgba(15,23,42,.06)}
.pro-logo,.pro-menu-button{color:#111827}.pro-logo-mark{border-color:#111827}.pro-nav a{color:#273244}.pro-languages{position:relative;margin:0}.pro-languages summary{display:flex;align-items:center;gap:7px;min-height:42px;padding:0 11px;border:1px solid #e2e8f0;border-radius:9px;color:#172033;background:#fff;cursor:pointer;list-style:none;font-size:12px;font-weight:600}.pro-languages summary::-webkit-details-marker{display:none}.pro-languages[open] summary{border-color:#08a9c2;box-shadow:0 0 0 3px rgba(8,169,194,.12)}.pro-language-menu{position:absolute;right:0;top:calc(100% + 9px);display:grid;min-width:178px;padding:7px;border:1px solid #e2e8f0;border-radius:11px;background:#fff;box-shadow:0 18px 45px rgba(15,23,42,.16)}.pro-language-menu a{display:flex;align-items:center;gap:10px;padding:9px;border-radius:7px;color:#263246;text-decoration:none;white-space:nowrap}.pro-language-menu a:hover,.pro-language-menu a:focus-visible,.pro-language-menu a[aria-current]{color:#087f96;background:#eefbfc}.pro-language-menu img,.pro-languages summary img{border-radius:2px;box-shadow:0 0 0 1px rgba(15,23,42,.1)}
.pro-hero{min-height:690px;background-color:#fff;background-image:linear-gradient(90deg,#fff 0%,rgba(255,255,255,.97) 29%,rgba(255,255,255,.48) 52%,rgba(255,255,255,0) 72%),url('../images/banner-hero-shartel-on.png');background-position:center;background-size:cover}.pro-hero h1{max-width:600px}.pro-hero-content>p:not(.pro-eyebrow){color:#526074}.pro-button{color:#172033;background:#fff;box-shadow:0 6px 18px rgba(15,23,42,.06)}.pro-button-primary{color:#fff;background:linear-gradient(135deg,#08a9c2,#13b9ce);box-shadow:0 12px 26px rgba(8,169,194,.22)}
.pro-products,.pro-intro{background:#fff}.pro-product-card,.pro-intro article,.pro-field-grid article,.pro-dashboard,.pro-final-cta .pro-container{background:#fff;box-shadow:0 12px 34px rgba(15,23,42,.07)}.pro-product-card p,.pro-intro p,.pro-field-grid p,.pro-proof p,.pro-proof li,.pro-final-cta p{color:#657083}.pro-intro{border-block:1px solid #edf1f5}.pro-intro article{background:#fbfdff}.pro-field-grid article{display:flex;flex-direction:column;min-height:330px;padding:0;overflow:hidden}.pro-field-copy{padding:27px 27px 20px}.pro-field-image,.pro-field-placeholder{display:block;width:100%;height:145px;margin-top:auto;object-fit:cover}.pro-field-placeholder{position:relative;overflow:hidden;background:linear-gradient(125deg,#ecfbfd,#e8f4ff)}.pro-field-placeholder:before{content:"";position:absolute;inset:-40% 30% 20% -10%;border:1px solid rgba(8,169,194,.25);border-radius:50%;transform:rotate(-12deg)}.pro-field-placeholder span{position:absolute;right:18px;bottom:9px;color:rgba(8,169,194,.22);font:700 66px Sora,sans-serif}.pro-stats{border-color:#e5eaf0;background:linear-gradient(100deg,#f7fcfd,#f5f9ff)}.pro-stats div div{border-color:#dce6ed}.pro-dashboard>div{border-color:#e2e8f0;background:#f8fafc}.pro-final-cta .pro-container{background:radial-gradient(circle at 82%,rgba(8,169,194,.12),transparent 36%),linear-gradient(120deg,#f2fce9,#f1fbfd 45%,#fff)}
.pro-references{padding-top:55px}.pro-reference-window{overflow:hidden;mask-image:linear-gradient(90deg,transparent,#000 8%,#000 92%,transparent)}.pro-reference-track{display:flex;width:max-content;gap:16px;animation:ilimera-reference-scroll 34s linear infinite}.pro-reference-window:hover .pro-reference-track,.pro-reference-window:focus-within .pro-reference-track{animation-play-state:paused}.pro-reference-card{display:grid;place-items:center;width:205px;height:104px;padding:18px;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.pro-reference-card img{max-width:100%;max-height:68px;object-fit:contain;filter:grayscale(1);opacity:.72}.pro-reference-card:hover img{filter:none;opacity:1}.pro-reference-action{text-align:center;margin:26px 0 0}@keyframes ilimera-reference-scroll{to{transform:translateX(calc(-50% - 8px))}}
@media(max-width:767px){.pro-languages{margin-left:auto}.pro-languages summary{min-height:38px}.pro-language-menu{position:fixed;top:70px;right:14px;left:auto}.pro-hero{min-height:650px;background-image:linear-gradient(0deg,#fff 0%,rgba(255,255,255,.93) 40%,rgba(255,255,255,.18) 78%),url('../images/banner-hero-shartel-on.png');background-position:68% center}.pro-hero-content{padding-block:260px 54px}.pro-field-grid article{min-height:330px}}
@media(prefers-reduced-motion:reduce){.pro-reference-track{animation:none}}

/* Shared accessible mobile drawer navigation for the Pro templates. */
.pro-menu-button {
  width: 44px;
  height: 44px;
  padding: 10px;
  border: 0;
  border-radius: 10px;
  color: #172033;
  background: transparent;
  cursor: pointer;
}

.pro-menu-button span {
  display: block;
  width: 23px;
  height: 2px;
  margin: 4px auto;
  border-radius: 999px;
  background: currentColor;
  transition: transform .2s ease, opacity .2s ease;
}

.pro-menu-button:hover,
.pro-menu-button:focus-visible,
.pro-menu-button[aria-expanded="true"] {
  color: #087f96;
  background: #eefbfc;
}

.pro-menu-button:focus-visible {
  outline: 3px solid rgba(8, 169, 194, .24);
  outline-offset: 2px;
}

.pro-menu-button[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.pro-menu-button[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.pro-menu-button[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.pro-mobile-menu {
  display: none;
}

@media(max-width:1080px) {
  body.pro-mobile-menu-open {
    overflow: hidden;
  }

  .pro-mobile-menu:not([hidden]) {
    position: fixed;
    z-index: 9999;
    top: calc(76px + var(--wp-admin--admin-bar--height, 0px));
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
  }

  .pro-mobile-menu-backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(15, 23, 42, .42);
    opacity: 0;
    cursor: default;
    transition: opacity .2s ease;
  }

  .pro-mobile-menu-panel {
    position: relative;
    display: flex;
    width: min(88vw, 390px);
    height: 100%;
    margin-left: auto;
    flex-direction: column;
    overflow-y: auto;
    padding: 21px 20px calc(24px + env(safe-area-inset-bottom));
    color: #172033;
    background: #fff;
    box-shadow: -20px 0 55px rgba(15, 23, 42, .2);
    transform: translateX(105%);
    transition: transform .22s ease;
  }

  .pro-mobile-menu.is-open .pro-mobile-menu-backdrop {
    opacity: 1;
  }

  .pro-mobile-menu.is-open .pro-mobile-menu-panel {
    transform: translateX(0);
  }

  .pro-mobile-menu-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 17px;
    border-bottom: 1px solid #e5eaf0;
  }

  .pro-mobile-menu-heading strong {
    font: 600 18px Sora, Manrope, sans-serif;
  }

  .pro-mobile-menu-close {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 0;
    place-items: center;
    border: 1px solid #dfe7ed;
    border-radius: 10px;
    color: #263246;
    background: #fff;
    font: 400 30px/1 Arial, sans-serif;
    cursor: pointer;
  }

  .pro-mobile-menu-close:hover,
  .pro-mobile-menu-close:focus-visible {
    border-color: #08a9c2;
    color: #087f96;
    outline: 3px solid rgba(8, 169, 194, .18);
  }

  .pro-mobile-menu-links {
    display: grid;
    margin-top: 12px;
  }

  .pro-mobile-menu-links a {
    display: flex;
    min-height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 13px;
    border-bottom: 1px solid #edf1f4;
    border-radius: 8px;
    color: #263246;
    font: 600 15px Manrope, Arial, sans-serif;
    text-decoration: none;
  }

  .pro-mobile-menu-links a:hover,
  .pro-mobile-menu-links a:focus-visible,
  .pro-mobile-menu-links a[aria-current="page"] {
    color: #087f96;
    background: #eefbfc;
    outline: 0;
  }

  .pro-mobile-menu-links a[aria-current="page"] {
    box-shadow: inset 3px 0 #08a9c2;
  }

  .pro-mobile-menu-cta {
    display: flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: auto;
    padding: 12px 16px;
    border-radius: 10px;
    color: #fff;
    background: linear-gradient(135deg, #078f9f, #08a9c2);
    font: 700 14px Manrope, Arial, sans-serif;
    text-decoration: none;
    box-shadow: 0 12px 28px rgba(8, 169, 194, .22);
  }

  .pro-mobile-menu-cta:hover,
  .pro-mobile-menu-cta:focus-visible {
    color: #fff;
    outline: 3px solid rgba(8, 169, 194, .24);
    outline-offset: 2px;
  }
}

@media(max-width:767px) {
  .pro-mobile-menu:not([hidden]) {
    top: 0;
  }

  .pro-mobile-menu-backdrop {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
  }

  .pro-mobile-menu-panel {
    position: absolute;
    top: auto;
    right: 8px;
    right: max(8px, env(safe-area-inset-right));
    bottom: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    left: 8px;
    left: max(8px, env(safe-area-inset-left));
    width: auto;
    height: auto;
    max-height: calc(100vh - 24px);
    max-height: calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
    margin: 0;
    padding: 18px 18px 20px;
    border: 1px solid rgba(15, 23, 42, .11);
    border-radius: 27px;
    box-shadow: 0 28px 80px rgba(15, 23, 42, .3);
    transform: translateY(calc(100% + 30px)) scale(.985);
    transform-origin: center bottom;
    transition: transform .22s cubic-bezier(.2, .82, .25, 1);
  }

  .pro-mobile-menu.is-open .pro-mobile-menu-panel {
    transform: translateY(0) scale(1);
  }

  .pro-mobile-menu-panel::before {
    display: block;
    width: 42px;
    height: 5px;
    margin: -7px auto 10px;
    border-radius: 999px;
    background: #cbd5df;
    content: "";
  }

  .pro-mobile-menu-heading {
    padding-bottom: 13px;
  }
}

@media(prefers-reduced-motion:reduce) {
  .pro-menu-button span,
  .pro-mobile-menu-backdrop,
  .pro-mobile-menu-panel {
    transition: none;
  }
}
.pro-field-copy{position:relative}.pro-field-icon{float:left;width:54px!important;height:54px!important;margin:0 14px 8px 0;object-fit:contain}.pro-field-number{display:inline-grid;place-items:center;width:46px;height:46px;margin-bottom:8px;border:1px solid rgba(8,169,194,.25);border-radius:10px;color:#08a9c2;background:#f5fcfd;font:600 13px "IBM Plex Mono",monospace}.pro-field-copy h3{margin-top:5px}@media(max-width:600px){.pro-field-icon{width:48px!important;height:48px!important}}
.pro-site-logo{display:block;width:auto;max-width:230px;height:52px;object-fit:contain}.pro-field-copy h3{color:var(--activity-accent)}.pro-field-number{color:var(--activity-accent);border-color:color-mix(in srgb,var(--activity-accent) 30%,transparent);background:color-mix(in srgb,var(--activity-accent) 7%,white)}.pro-intro-icon{display:block;width:58px!important;height:58px!important;margin-bottom:16px;object-fit:contain}.pro-stats div div{grid-template-rows:auto auto auto}.pro-stat-icon{width:42px!important;height:42px!important;margin-bottom:8px;object-fit:contain}.pro-stat-fallback{display:grid;place-items:center;width:38px;height:38px;margin-bottom:8px;border:1px solid rgba(8,169,194,.25);border-radius:50%;color:#08a9c2;font-size:20px}@media(max-width:767px){.pro-site-logo{max-width:175px;height:44px}}
.pro-product-card .pro-product-image{filter:drop-shadow(0 14px 15px rgba(15,23,42,.13))}.pro-product-card .pro-card-actions a:first-child:after{content:" →"}

@media(max-width:767px) {
  .pro-header-inner {
    gap: 8px;
  }

  .pro-logo {
    min-width: 0;
    max-width: 46vw;
    overflow: hidden;
  }

  .pro-logo .pro-site-logo {
    max-width: 100%;
    height: 42px;
  }

  .pro-languages,
  .pro-menu-button {
    flex: 0 0 auto;
  }

  .pro-languages summary {
    padding: 0 8px;
  }
}

/* Light-theme colors for the homepage project-support showcase. */
html:not(.dark) .pro-supports {
  border-color: #e3eaf0;
  background:
    radial-gradient(circle at 8% 18%, rgba(8, 169, 194, .1), transparent 31%),
    radial-gradient(circle at 90% 80%, rgba(49, 134, 238, .1), transparent 34%),
    linear-gradient(155deg, #f8fbfd, #f2f8fb 58%, #f8fafc);
}

html:not(.dark) .pro-support-orb-one {
  background: radial-gradient(circle, rgba(8, 169, 194, .22), transparent 68%);
}

html:not(.dark) .pro-support-orb-two {
  background: radial-gradient(circle, rgba(49, 134, 238, .18), transparent 68%);
}

html:not(.dark) .pro-support-heading > .pro-support-intro {
  color: #657083;
}

html:not(.dark) .pro-support-card {
  border-color: #dfe7ed;
  background: linear-gradient(145deg, rgba(255, 255, 255, .99), rgba(247, 250, 252, .99));
  box-shadow: 0 22px 56px rgba(15, 23, 42, .09);
}

html:not(.dark) .pro-support-card-tubitak {
  --support-accent: #c20d22;
  background: linear-gradient(145deg, #fff, #fffafa 70%, #fff4f5);
}

html:not(.dark) .pro-support-card-kosgeb {
  --support-accent: #1f5da8;
  background: linear-gradient(145deg, #fff, #f7fbff);
}

html:not(.dark) .pro-support-card-erasmus {
  --support-accent: #4f7010;
  background: linear-gradient(145deg, #fff, #fbfdf5);
}

html:not(.dark) .pro-support-copy h3 {
  color: #14213a;
}

html:not(.dark) .pro-support-program {
  color: #344054;
}

html:not(.dark) .pro-support-note {
  border-color: #e6ebf0;
  color: #667085;
  background: rgba(247, 249, 252, .92);
}

@media (max-width: 767px) {
  .pro-support-heading .ilimera-gradient-heading {
    display: block;
    max-width: 100%;
    white-space: normal;
    font-size: clamp(27px, 7.6vw, 36px);
    line-height: 1.18;
    letter-spacing: -.04em;
    text-wrap: balance;
  }
}

/* Localized Pro layout: preserve the same component system for long copy and RTL. */
.ilimera-pro-page :where(h1, h2, h3, p, a, strong, small, label, summary) {
  overflow-wrap: break-word;
}

.pro-nav a {
  white-space: nowrap;
}

html[dir="rtl"] .ilimera-pro-page,
html[dir="rtl"] .about-pro-breadcrumb,
html[dir="rtl"] .inner-pro-breadcrumb {
  text-align: right;
}

html[dir="rtl"] .pro-nav {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .pro-language-menu {
  right: auto;
  left: 0;
}

html[dir="rtl"] .pro-card-actions .pro-buy {
  margin-right: auto;
  margin-left: 0;
}

html[dir="rtl"] .pro-product-card .pro-card-actions a:first-child::after {
  content: " ←";
}

html[dir="rtl"] .pro-proof li::before {
  margin-right: 0;
  margin-left: 10px;
}

html[dir="rtl"] .about-pro-purpose h2::after,
html[dir="rtl"] .inner-pro-eyebrow::after {
  right: 0;
  left: auto;
}

html[dir="rtl"] .about-pro-ceo blockquote {
  padding-right: 50px;
  padding-left: 42px;
  border-right: 1px solid #bcd5d6;
  border-left: 0;
}

html[dir="rtl"] .about-pro-ceo blockquote > span {
  right: 47px;
  left: auto;
}

html[dir="rtl"] .about-pro-ceo blockquote > p,
html[dir="rtl"] .about-pro-ceo cite {
  padding-right: 44px;
  padding-left: 0;
}

html[dir="rtl"] .products-pro-copy {
  padding-right: 38px;
  padding-left: 10px;
}

html[dir="rtl"] .products-pro-media {
  padding-right: 0;
  padding-left: 18px;
}

html[dir="rtl"] .products-pro-copy a span {
  display: inline-block;
  margin-right: 7px;
  margin-left: 0;
  transform: scaleX(-1);
}

html[dir="rtl"] .pro-direction-arrow,
html[dir="rtl"] .activities-pro-copy a span[aria-hidden="true"],
html[dir="rtl"] .pro-mobile-menu-links a span:last-child,
html[dir="rtl"] .pro-mobile-menu-cta span[aria-hidden="true"] {
  display: inline-block;
  transform: scaleX(-1);
}

html[dir="rtl"] .contact-pro-office-grid :is(a[href^="tel:"], a[href^="mailto:"]) {
  direction: ltr;
  unicode-bidi: embed;
}

html[dir="rtl"] .contact-pro-fields :is(input[type="email"], input[type="tel"]) {
  direction: ltr;
  text-align: left;
}

html[dir="rtl"] .contact-pro-office-grid address p {
  padding-right: 30px;
  padding-left: 0;
}

html[dir="rtl"] .contact-pro-detail-icon {
  right: 0;
  left: auto;
}

html[dir="rtl"] .contact-pro-form-card {
  border-right: 1px solid var(--inner-line);
  border-left: 0;
}

html[dir="rtl"] .contact-pro-form-intro > div {
  right: auto;
  left: 45px;
}

html[dir="rtl"] .contact-pro-faq summary {
  padding-right: 24px;
  padding-left: 55px;
}

html[dir="rtl"] .contact-pro-faq summary::after {
  right: auto;
  left: 20px;
}

html[dir="rtl"] .contact-pro-faq details p {
  padding-right: 24px;
  padding-left: 55px;
}

@media (max-width: 1080px) {
  html[dir="rtl"] .pro-languages {
    margin-right: auto;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  html[dir="rtl"] .pro-language-menu {
    right: auto;
    left: 14px;
  }

  html[dir="rtl"] .about-pro-timeline::before {
    right: 6px;
    left: auto;
  }

  html[dir="rtl"] .about-pro-timeline li {
    align-items: flex-start;
    padding-right: 34px;
    padding-left: 0;
    text-align: right;
  }

  html[dir="rtl"] .about-pro-timeline li::before {
    right: 0;
    left: auto;
  }

  html[dir="rtl"] .about-pro-ceo blockquote {
    padding: 30px 24px;
    border-top: 1px solid #cfe1e2;
    border-right: 0;
  }

  html[dir="rtl"] .about-pro-ceo blockquote > span {
    right: 24px;
  }

  html[dir="rtl"] .contact-pro-form-card {
    border-top: 1px solid var(--inner-line);
    border-right: 0;
  }
}

@media (max-width: 480px) {
  html[dir="rtl"] .about-pro-ceo blockquote > p,
  html[dir="rtl"] .about-pro-ceo cite {
    padding-right: 0;
  }

  html[dir="rtl"] .about-pro-ceo blockquote > span {
    position: static;
  }
}
