/*
Theme Name: Daftar Abri
Theme URI: https://daftarabri.local/
Author: Daftar Abri
Description: RTL Persian marketing theme for the cloud file sharing and backup portal. Elementor-ready.
Version: 0.2.0
Text Domain: telyek-cloud
*/

:root {
  --tc-primary: #2563EB;
  --tc-secondary: #10B981;
  --tc-dark: #0F172A;
  --tc-bg: #F8FAFC;
  --tc-surface: #ffffff;
  --tc-surface-soft: #f1f5f9;
  --tc-surface-muted: #e2e8f0;
  --tc-ink: #0F172A;
  --tc-muted: #64748B;
  --tc-line: rgba(15, 23, 42, 0.08);
  --tc-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
  --tc-shadow-soft: 0 10px 26px rgba(15, 23, 42, 0.06);
  --tc-accent: #10B981;
  --tc-accent-deep: #059669;
  --tc-accent-ink: #0F172A;
  --tc-blue: #2563EB;
  --tc-cyan: #10B981;
  --tc-purple: #2563EB;
  --tc-section-gap: clamp(22px, 2.2vw, 34px);
  --tc-section-gap-sm: clamp(16px, 1.6vw, 24px);
}

* {
  box-sizing: border-box;
}

html {
  direction: rtl;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  direction: rtl;
  background:
    radial-gradient(circle at 18% 8%, rgba(37, 99, 235, 0.10), transparent 24%),
    radial-gradient(circle at 84% 12%, rgba(16, 185, 129, 0.10), transparent 20%),
    linear-gradient(180deg, #F8FAFC 0%, #EEF6FF 100%);
  color: var(--tc-ink);
  font-family: Vazirmatn, IRANSans, Tahoma, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

button,
input,
textarea,
select {
  font: inherit;
}

p {
  line-height: 1.68;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  padding: 14px 0 0;
}

.site-bar,
.site-main,
.site-footer-inner,
.home-shell,
.page-shell {
  width: min(1480px, calc(100% - 36px));
  margin: 0 auto;
}

.site-bar {
  min-height: 66px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--tc-shadow-soft);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  margin-inline-start: auto;
}

.brand-logo {
  height: 34px;
  width: auto;
}

.site-header .brand-logo {
  height: 34px !important;
  width: auto !important;
  max-width: none !important;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-inline: auto;
}

.site-nav .menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 999px;
  color: #697185;
  font-size: 0.88rem;
  font-weight: 650;
  transition: color 160ms ease, background 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
  color: var(--tc-ink);
  background: rgba(201, 239, 75, 0.22);
}

.site-nav .menu-item,
.telyek-el-header-nav .menu-item,
.telyek-nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
  list-style: none;
}

.site-nav .menu-item-has-children > a,
.telyek-el-header-nav .menu-item-has-children > a,
.telyek-nav-item--has-submenu > .telyek-nav-link {
  gap: 7px;
}

.site-nav .menu-item-has-children > a::after,
.telyek-el-header-nav .menu-item-has-children > a::after,
.telyek-nav-item--has-submenu > .telyek-nav-link::after {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 5px;
  height: 5px;
  margin-inline-start: 7px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.7;
}

.site-nav .sub-menu,
.telyek-el-header-nav .sub-menu,
.telyek-nav-submenu {
  position: absolute;
  inset-block-start: calc(100% + 10px);
  inset-inline-end: 0;
  z-index: 1000;
  display: grid;
  min-width: 230px;
  gap: 6px;
  margin: 0;
  padding: 10px;
  border: 1px solid rgba(34, 92, 145, 0.12);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 22px 48px rgba(24, 31, 47, 0.13);
  list-style: none;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  visibility: hidden;
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.site-nav .sub-menu::before,
.telyek-el-header-nav .sub-menu::before,
.telyek-nav-submenu::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  inset-block-start: -18px;
  height: 18px;
  pointer-events: auto;
}

.telyek-nav-mega {
  position: fixed;
  inset-block-start: calc(var(--wp-admin--admin-bar--height, 0px) + 78px);
  inset-inline-end: auto;
  left: 50%;
  width: min(760px, calc(100vw - 40px));
  min-width: min(760px, calc(100vw - 40px));
  grid-template-columns: minmax(0, 1.7fr) minmax(230px, 0.9fr);
  gap: 12px;
  padding: 14px;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.98));
  box-shadow: 0 28px 70px rgba(24, 31, 47, 0.16);
  transform: translate(-50%, 8px);
}

.telyek-nav-mega::before {
  inset-block-start: -78px;
  height: 78px;
  pointer-events: none;
}

.telyek-nav-mega__products {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.telyek-nav-product-card {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr);
  align-items: start !important;
  gap: 10px;
  min-height: 112px !important;
  padding: 12px !important;
  border: 1px solid rgba(34, 92, 145, 0.09);
  border-radius: 18px !important;
  background: rgba(255, 255, 255, 0.72);
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-align: start;
  white-space: normal !important;
}

.telyek-nav-product-card:hover,
.telyek-nav-product-card:focus-visible {
  background: #fff !important;
  box-shadow: 0 14px 34px rgba(39, 68, 116, 0.12);
  transform: translateY(-1px);
}

.telyek-nav-product-card__icon {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  color: #2563eb;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(45, 210, 199, 0.16));
}

.telyek-nav-product-card__icon svg {
  width: 21px;
  height: 21px;
}

.telyek-nav-product-card__body,
.telyek-nav-product-card__top {
  display: grid;
  gap: 5px;
}

.telyek-nav-product-card__top strong {
  color: #172033;
  font-size: 0.93rem;
  line-height: 1.5;
}

.telyek-nav-product-card__top em {
  width: fit-content;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(201, 239, 75, 0.24);
  color: #496600;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 850;
}

.telyek-nav-product-card__body > span:last-child {
  color: #64748b;
  font-size: 0.78rem;
  font-weight: 650;
  line-height: 1.8;
}

.telyek-nav-mega__cta {
  display: grid;
  align-content: space-between;
  gap: 10px;
  padding: 16px;
  border-radius: 20px;
  background: linear-gradient(145deg, #111827, #24344f);
  color: #fff;
  overflow: hidden;
  position: relative;
}

.telyek-nav-mega__cta::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 160px;
  inset-inline-start: -60px;
  inset-block-end: -70px;
  border-radius: 999px;
  background: rgba(201, 239, 75, 0.22);
}

.telyek-nav-mega__cta .section-kicker,
.telyek-nav-mega__cta strong,
.telyek-nav-mega__cta p,
.telyek-nav-mega__actions {
  position: relative;
  z-index: 1;
}

.telyek-nav-mega__cta .section-kicker {
  color: #c9ef4b;
}

.telyek-nav-mega__cta strong {
  font-size: 1rem;
  line-height: 1.7;
}

.telyek-nav-mega__cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.9;
}

.telyek-nav-mega__actions {
  display: grid;
  gap: 7px;
}

.telyek-nav-mega__actions a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100%;
  box-sizing: border-box;
  min-height: 36px !important;
  padding: 0 10px !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  font-size: 0.8rem !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  text-align: center;
  white-space: normal;
}

.telyek-nav-mega__actions a:hover,
.telyek-nav-mega__actions a:focus-visible {
  background: #c9ef4b !important;
  color: #111827 !important;
}

.site-nav .menu-item:hover > .sub-menu,
.site-nav .menu-item:focus-within > .sub-menu,
.site-nav .menu-item.is-open > .sub-menu,
.telyek-el-header-nav .menu-item:hover > .sub-menu,
.telyek-el-header-nav .menu-item:focus-within > .sub-menu,
.telyek-el-header-nav .menu-item.is-open > .sub-menu,
.telyek-nav-item:hover > .telyek-nav-submenu,
.telyek-nav-item:focus-within > .telyek-nav-submenu,
.telyek-nav-item.is-open > .telyek-nav-submenu {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
  visibility: visible;
}

.site-nav .menu-item:hover > .telyek-nav-mega,
.site-nav .menu-item:focus-within > .telyek-nav-mega,
.site-nav .menu-item.is-open > .telyek-nav-mega,
.telyek-el-header-nav .menu-item:hover > .telyek-nav-mega,
.telyek-el-header-nav .menu-item:focus-within > .telyek-nav-mega,
.telyek-el-header-nav .menu-item.is-open > .telyek-nav-mega,
.telyek-nav-item:hover > .telyek-nav-mega,
.telyek-nav-item:focus-within > .telyek-nav-mega,
.telyek-nav-item.is-open > .telyek-nav-mega {
  transform: translate(-50%, 0);
}

.site-nav .menu-item.is-suppressed > .sub-menu,
.telyek-el-header-nav .menu-item.is-suppressed > .sub-menu,
.telyek-nav-item.is-suppressed > .telyek-nav-submenu {
  opacity: 0 !important;
  pointer-events: none !important;
  transform: translateY(8px) !important;
  visibility: hidden !important;
}

.telyek-nav-item.is-suppressed > .telyek-nav-mega {
  transform: translate(-50%, 8px) !important;
}

.site-nav .sub-menu a,
.telyek-el-header-nav .sub-menu a,
.telyek-nav-submenu a {
  display: flex;
  min-height: 40px;
  justify-content: flex-start;
  padding: 0 12px;
  border-radius: 12px;
  color: #475569;
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.4;
  text-align: start;
  white-space: nowrap;
}

.telyek-nav-mega .telyek-nav-mega__actions a {
  align-items: center !important;
  justify-content: center !important;
  min-height: 36px !important;
  line-height: 1.35 !important;
  text-align: center !important;
  white-space: normal !important;
}

.site-nav .sub-menu a:hover,
.site-nav .sub-menu a:focus-visible,
.telyek-el-header-nav .sub-menu a:hover,
.telyek-el-header-nav .sub-menu a:focus-visible,
.telyek-nav-submenu a:hover,
.telyek-nav-submenu a:focus-visible {
  color: var(--tc-ink);
  background: rgba(201, 239, 75, 0.2);
}

.telyek-nav-mega .telyek-nav-mega__actions a:hover,
.telyek-nav-mega .telyek-nav-mega__actions a:focus-visible {
  background: #c9ef4b !important;
  color: #111827 !important;
}

.header-phone,
.header-cta,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--tc-ink);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease, color 160ms ease, border-color 160ms ease;
}

.header-phone {
  gap: 8px;
  background: #fff;
  color: #5d6473;
  border-color: var(--tc-line);
}

.header-phone svg {
  width: 16px;
  height: 16px;
  color: #7d8595;
}

.header-cta,
.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background: var(--tc-ink);
}

.header-cta {
  border-color: rgba(44, 196, 160, 0.28);
  background: linear-gradient(135deg, #c9ef4b 0%, #5eead4 52%, #60a5fa 100%);
  color: #101827;
  box-shadow: 0 14px 30px rgba(45, 210, 199, 0.22);
}

.header-cta:hover,
.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.header-phone:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 18px rgba(27, 35, 56, 0.12);
}

.button--accent {
  background: linear-gradient(135deg, #d8f86a, #bde930);
  color: var(--tc-ink);
}

.button--ghost {
  background: #fff;
  color: var(--tc-ink);
  border-color: rgba(24, 31, 47, 0.10);
}

.button--wide {
  min-width: 220px;
}

.header-auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(99, 102, 241, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6 0%, #4f7cff 100%);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(79, 124, 255, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.header-auth:not(.header-auth--ghost) svg {
  display: none;
}

.header-auth--ghost {
  background: #fff;
  color: var(--tc-ink);
  border-color: rgba(24, 31, 47, 0.10);
  box-shadow: none;
}

.header-auth svg {
  width: 16px;
  height: 16px;
}

.header-auth:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 28px rgba(93, 84, 223, 0.24);
}

.header-auth--ghost:hover {
  box-shadow: 0 10px 18px rgba(27, 35, 56, 0.12);
}

.mobile-menu-toggle,
.mobile-menu-backdrop,
.mobile-menu-drawer {
  display: none;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-main {
  padding: 24px 0 72px;
}

.telyek-breadcrumb {
  margin: 0 0 clamp(12px, 1.6vw, 20px);
  color: #64748B;
  font-size: 0.84rem;
  font-weight: 750;
}

.telyek-breadcrumb__list {
  width: fit-content;
  max-width: 100%;
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 0;
  margin: 0;
  padding: 6px 12px;
  overflow-x: auto;
  list-style: none;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 10px 26px rgba(15, 23, 42, 0.05);
  scrollbar-width: none;
}

.telyek-breadcrumb__list::-webkit-scrollbar {
  display: none;
}

.telyek-breadcrumb__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.telyek-breadcrumb__item + .telyek-breadcrumb__item::before {
  content: "/";
  margin-inline: 10px;
  color: rgba(100, 116, 139, 0.48);
  font-weight: 800;
}

.telyek-breadcrumb a {
  color: #64748B;
  transition: color 160ms ease, background 160ms ease;
}

.telyek-breadcrumb a:hover,
.telyek-breadcrumb a:focus-visible {
  color: #2563EB;
  outline: 0;
}

.telyek-breadcrumb span[aria-current="page"] {
  color: #0F172A;
  font-weight: 900;
}

@media (max-width: 640px) {
  .telyek-breadcrumb {
    margin-bottom: 12px;
    font-size: 0.78rem;
  }

  .telyek-breadcrumb__list {
    width: 100%;
    min-height: 40px;
    border-radius: 16px;
    padding-inline: 10px;
  }

  .telyek-breadcrumb__item + .telyek-breadcrumb__item::before {
    margin-inline: 8px;
  }
}

.home {
  background:
    radial-gradient(circle at 12% 15%, rgba(86, 203, 231, 0.14), transparent 24%),
    radial-gradient(circle at 88% 20%, rgba(201, 239, 75, 0.10), transparent 19%),
    linear-gradient(180deg, #eef2f7 0%, #eff3f8 100%);
}

.home-hero {
  position: relative;
  overflow: hidden;
  padding: 14px 0 32px;
}

.home-glow,
.home-glow::before {
  position: absolute;
  content: "";
  border-radius: 999px;
  filter: blur(18px);
  pointer-events: none;
}

.home-glow--left {
  left: -140px;
  top: 120px;
  width: 420px;
  height: 420px;
  background: radial-gradient(circle, rgba(115, 177, 255, 0.18), transparent 64%);
}

.home-glow--right {
  right: -80px;
  top: 80px;
  width: 280px;
  height: 280px;
  background: radial-gradient(circle, rgba(86, 203, 231, 0.14), transparent 68%);
}

.home-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, 0.95fr);
  gap: 36px;
  align-items: center;
  direction: ltr;
}

.home-hero__dashboard,
.home-hero__copy,
.home-why,
.home-section,
.home-section--telecom,
.home-section--logos,
.home-section--cta {
  direction: rtl;
}

.glass-card,
.feature-card--home,
.metric-card,
.feature-pill-card,
.stat-card,
.cta-band,
.page-panel,
.content-card,
.woocommerce ul.products li.product,
.woocommerce div.product,
.article-card {
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tc-shadow);
}

.glass-card {
  padding: 18px;
}

.glass-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.glass-label,
.section-kicker,
.eyebrow {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(24, 31, 47, 0.05);
  color: #5f6677;
  font-size: 0.77rem;
  font-weight: 700;
}

.glass-chip {
  min-height: 30px;
  padding: 0 12px;
  border: 1px solid rgba(24, 31, 47, 0.10);
  border-radius: 999px;
  background: #fff;
  color: #616978;
}

.chart-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(220px, 0.75fr);
  gap: 16px;
}

.chart-box {
  padding: 16px;
  border-radius: 18px;
  background: var(--tc-surface-soft);
  border: 1px solid rgba(24, 31, 47, 0.06);
}

.chart-box--line {
  min-height: 270px;
}

.chart-svg {
  width: 100%;
  display: block;
}

.chart-axis {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 4px;
  margin-top: 8px;
  color: #7e8594;
  font-size: 0.7rem;
}

.chart-axis span {
  text-align: center;
}

.donut-ring {
  width: 148px;
  aspect-ratio: 1;
  margin: 10px auto 16px;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #fff 0 41%, transparent 42%),
    conic-gradient(#68d8f6 0 46%, #f7c857 46% 78%, #7c90ff 78% 100%);
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1px rgba(24, 31, 47, 0.06);
}

.donut-ring__inner {
  width: 84px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: #fff;
  text-align: center;
}

.donut-ring__inner strong,
.donut-ring__inner span {
  display: block;
}

.donut-ring__inner strong {
  font-size: 0.75rem;
  color: #7a808f;
}

.donut-ring__inner span {
  font-size: 1.18rem;
  font-weight: 800;
  color: var(--tc-ink);
}

.donut-legend {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #657081;
  font-size: 0.82rem;
}

.donut-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.swatch {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.swatch--cyan { background: #68d8f6; }
.swatch--amber { background: #f7c857; }
.swatch--blue { background: #7c90ff; }

.metrics-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 14px;
}

.metric-card {
  padding: 18px;
}

.metric-card strong {
  display: block;
  margin-top: 10px;
  font-size: 1.55rem;
}

.metric-delta {
  display: inline-block;
  margin-top: 6px;
  font-weight: 700;
  color: #1f9c64;
}

.table-card {
  margin-top: 14px;
  padding: 18px;
}

.mini-table {
  width: 100%;
  border-collapse: collapse;
}

.mini-table th,
.mini-table td {
  padding: 12px 8px;
  border-bottom: 1px solid rgba(24, 31, 47, 0.06);
  text-align: right;
}

.mini-table th {
  color: #7a808f;
  font-weight: 700;
  font-size: 0.85rem;
}

.status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 58px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 0.73rem;
  font-weight: 700;
}

.status-pill--ok {
  background: rgba(31, 156, 100, 0.12);
  color: #1f9c64;
}

.status-pill--idle {
  background: rgba(24, 31, 47, 0.06);
  color: #7c8493;
}

.home-hero__copy {
  justify-self: end;
  max-width: 640px;
}

.home-hero__copy h1 {
  margin: 14px 0 12px;
  font-size: clamp(2.15rem, 2.6vw, 3.2rem);
  line-height: 1.22;
  letter-spacing: 0;
  color: var(--tc-ink);
}

.home-hero__copy p {
  margin: 0;
  color: var(--tc-muted);
  font-size: 0.96rem;
  max-width: 31rem;
}

.home-hero__actions {
  display: flex;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.hero-quick-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 30px;
}

.hero-quick-cards article {
  min-height: 92px;
  padding: 14px 16px;
  display: grid;
  justify-items: center;
  gap: 8px;
  text-align: center;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.88);
  box-shadow: var(--tc-shadow-soft);
}

.hero-quick-cards svg {
  width: 22px;
  height: 22px;
  color: #6d7483;
}

.hero-quick-cards strong {
  font-size: 0.92rem;
  font-weight: 700;
}

.home-section {
  padding: 32px 0;
}

.section-title {
  margin: 10px 0 24px;
  font-size: clamp(1.7rem, 2.35vw, 2.45rem);
  line-height: 1.28;
  color: var(--tc-ink);
}

.section-title--compact {
  font-size: clamp(1.65rem, 2.15vw, 2.25rem);
}

.section-title--center {
  text-align: center;
}

.feature-grid--home {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.feature-card--home {
  padding: 24px 20px 20px;
  min-height: 250px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.96), rgba(246, 248, 252, 0.98));
}

.feature-icon {
  width: 72px;
  height: 72px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 20px;
  background: linear-gradient(180deg, rgba(201, 239, 75, 0.18), rgba(201, 239, 75, 0.08));
  color: var(--tc-ink);
}

.feature-icon svg {
  width: 32px;
  height: 32px;
}

.feature-card--home h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
}

.feature-card--home p {
  margin: 0 0 22px;
  color: var(--tc-muted);
}

.text-link {
  color: #609200;
  font-weight: 700;
}

.home-section--why {
  padding-top: 54px;
}

.home-why {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, 0.9fr);
  gap: 42px;
  align-items: center;
  direction: ltr;
}

.home-why .why-copy,
.home-why .why-illustration {
  direction: rtl;
}

.why-illustration {
  position: relative;
  min-height: 460px;
}

.why-stack,
.why-device,
.why-cloud {
  position: absolute;
  border-radius: 20px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  background: linear-gradient(180deg, rgba(255,255,255,0.72), rgba(235, 240, 247, 0.94));
  box-shadow: var(--tc-shadow);
}

.why-stack--left {
  left: 6%;
  bottom: 18%;
  width: 120px;
  height: 150px;
  transform: perspective(900px) rotateX(58deg) rotateZ(-16deg);
}

.why-device--tablet {
  left: 18%;
  bottom: 6%;
  width: 380px;
  height: 120px;
  border-radius: 16px;
  transform: perspective(1000px) rotateX(64deg);
}

.why-device--phone {
  right: 10%;
  bottom: 6%;
  width: 74px;
  height: 160px;
  border-radius: 22px;
  transform: perspective(800px) rotateZ(8deg);
}

.why-cloud {
  left: 24%;
  top: 6%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 40%, rgba(86, 203, 231, 0.20), rgba(255,255,255,0.06) 56%, transparent 58%),
    linear-gradient(180deg, rgba(255,255,255,0.72), rgba(234, 240, 248, 0.96));
  display: grid;
  place-items: center;
}

.why-cloud::before,
.why-cloud::after {
  content: "";
  position: absolute;
  background: inherit;
}

.why-cloud::before {
  left: 18px;
  right: 18px;
  bottom: -26px;
  height: 86px;
  border-radius: 40px;
}

.why-cloud::after {
  left: 70px;
  top: -18px;
  width: 88px;
  height: 88px;
  border-radius: 50%;
}

.why-cloud__inner {
  position: relative;
  z-index: 2;
  width: 94px;
  height: 94px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  background: rgba(201, 239, 75, 0.18);
  color: #557b08;
  box-shadow: 0 0 0 8px rgba(201, 239, 75, 0.07);
}

.why-cloud__inner svg {
  width: 50px;
  height: 50px;
}

.why-copy {
  max-width: 620px;
}

.check-list {
  display: grid;
  gap: 12px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #222831;
  font-size: 1rem;
}

.check-list svg {
  width: 20px;
  height: 20px;
  color: #1f9c64;
  flex: 0 0 auto;
}

.home-section--telecom {
  padding-top: 18px;
}

.telecom-grid {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr) 270px;
  gap: 18px;
  align-items: center;
}

.telecom-side {
  display: grid;
  gap: 18px;
}

.feature-pill-card {
  min-height: 138px;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.feature-pill-card__icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(201, 239, 75, 0.18), rgba(201, 239, 75, 0.08));
  color: var(--tc-ink);
}

.feature-pill-card__icon svg {
  width: 22px;
  height: 22px;
}

.feature-pill-card strong,
.feature-pill-card span {
  display: block;
}

.feature-pill-card strong {
  color: var(--tc-ink);
  font-size: 1rem;
}

.feature-pill-card span {
  margin-top: 6px;
  color: var(--tc-muted);
  font-size: 0.9rem;
}

.telecom-center {
  padding: 24px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.96), rgba(247, 249, 252, 0.98));
}

.telecom-panel {
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr) 230px;
  gap: 18px;
}

.telecom-panel__sidebar {
  display: grid;
  gap: 18px;
  place-items: center;
  padding: 10px 0;
  border-radius: 18px;
  background: rgba(24, 31, 47, 0.03);
}

.telecom-panel__sidebar svg {
  width: 24px;
  height: 24px;
  color: #74809c;
}

.telecom-panel__calls,
.telecom-panel__dialer {
  border-radius: 18px;
  background: rgba(24, 31, 47, 0.03);
}

.telecom-panel__calls {
  padding: 16px;
}

.telecom-panel__head {
  display: flex;
  justify-content: space-between;
  color: #7b8191;
  font-size: 0.85rem;
}

.call-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 12px;
  align-items: center;
  padding: 12px 0;
  border-top: 1px solid rgba(24, 31, 47, 0.06);
}

.avatar {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(201, 239, 75, 0.18);
  color: var(--tc-ink);
  font-size: 0.9rem;
  font-weight: 700;
}

.call-row strong,
.telecom-panel__dialer strong {
  color: var(--tc-ink);
}

.call-row small {
  display: block;
  color: #7a808f;
}

.call-status {
  color: #1f9c64;
}

.telecom-panel__dialer {
  padding: 18px;
  text-align: center;
}

.dialer-pad {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
}

.dialer-pad button {
  min-height: 44px;
  border: 0;
  border-radius: 14px;
  background: #fff;
  color: var(--tc-ink);
  box-shadow: inset 0 0 0 1px rgba(24, 31, 47, 0.06);
}

.dialer-call {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin: 16px auto 0;
  border: 0;
  border-radius: 50%;
  background: linear-gradient(135deg, #d8f86a, #bde930);
  color: var(--tc-ink);
}

.dialer-call svg {
  width: 24px;
  height: 24px;
}

.home-section--logos {
  padding-top: 56px;
}

.brand-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
  align-items: center;
  margin-top: 6px;
}

.brand-row span {
  display: grid;
  place-items: center;
  min-height: 56px;
  color: rgba(24, 31, 47, 0.42);
  font-size: 1.18rem;
  font-weight: 800;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 24px;
}

.stat-card {
  min-height: 110px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.stat-card__icon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: #556079;
}

.stat-card__icon svg {
  width: 22px;
  height: 22px;
}

.stat-card strong {
  color: var(--tc-ink);
  font-size: 1.35rem;
}

.stat-card span {
  color: var(--tc-muted);
}

.home-section--cta {
  padding-top: 50px;
  padding-bottom: 70px;
}

.cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(400px, 0.9fr);
  gap: 20px;
  padding: 26px;
}

.cta-band__copy p {
  margin: 0;
  color: var(--tc-muted);
}

.cta-band__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.fake-input {
  min-height: 56px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 18px;
  background: #fff;
  color: #7b8191;
}

.site-footer {
  padding: 34px 0 18px;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 0.7fr));
  gap: 24px;
  padding-top: 18px;
  border-top: 1px solid rgba(24, 31, 47, 0.08);
}

.footer-brand p {
  max-width: 24rem;
  margin: 16px 0 18px;
  color: var(--tc-muted);
}

.footer-socials {
  display: flex;
  gap: 10px;
}

.footer-socials a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 12px;
  background: #fff;
  color: #6f7685;
}

.footer-socials svg {
  width: 18px;
  height: 18px;
}

.footer-column h3 {
  margin: 0 0 12px;
  font-size: 1rem;
}

.footer-column ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-column a {
  color: var(--tc-muted);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 24px;
  color: #818896;
  font-size: 0.9rem;
}

.page-shell {
  padding-bottom: 60px;
  display: grid;
  row-gap: var(--tc-section-gap);
}

.page-shell > * {
  min-width: 0;
}

.page-hero {
  padding: 34px 0 24px;
  text-align: center;
}

.page-hero h1,
.page-title,
.entry-title {
  margin: 12px 0 14px;
  font-size: clamp(1.9rem, 2.1vw, 2.55rem);
  line-height: 1.22;
  color: var(--tc-ink);
}

.page-hero p,
.page-subtitle,
.entry-meta,
.page-lead {
  color: var(--tc-muted);
}

.page-panel,
.content-card {
  padding: 24px;
}

.page-panel + .page-panel {
  margin-top: 18px;
}

.section {
  min-width: 0;
  margin: 0;
}

.section > * {
  min-width: 0;
}

.site-main .telyek-elementor-page > .elementor > .elementor-top-section + .elementor-top-section {
  margin-block-start: var(--tc-section-gap);
}

.content-card img,
.page-panel img {
  max-width: 100%;
  border-radius: 18px;
}

.hero-split-card {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 24px;
  align-items: center;
}

.hero-split-card .hero-visual {
  height: 100%;
  min-height: 340px;
  object-fit: cover;
}

.hero-split-card h2 {
  margin-top: 0;
}

.article-grid,
.blog-grid,
.product-grid,
.feature-grid,
.page-grid {
  display: grid;
  gap: 16px;
}

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

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

.article-card,
.blog-card {
  overflow: hidden;
}

.article-card__body,
.blog-card__body {
  padding: 18px;
}

.article-card h3,
.blog-card h3 {
  margin: 0 0 8px;
  font-size: 1.1rem;
}

.article-card p,
.blog-card p {
  margin: 0;
  color: var(--tc-muted);
}

.blog-page {
  width: min(1480px, calc(100% - 36px));
  margin: 0 auto;
  padding-bottom: 70px;
}

.blog-page .page-hero {
  display: none;
}

.blog-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 30px;
  align-items: center;
  padding: 30px 0 18px;
}

.blog-hero__copy h1 {
  margin: 16px 0 14px;
  font-size: clamp(2.1rem, 2.55vw, 3.1rem);
  line-height: 1.2;
  color: var(--tc-ink);
}

.blog-hero__copy p {
  max-width: 36rem;
  margin: 0;
  color: var(--tc-muted);
  font-size: 0.96rem;
}

.blog-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.blog-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.blog-stats article {
  padding: 18px 16px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.9);
  box-shadow: var(--tc-shadow-soft);
}

.blog-stats strong {
  display: block;
  font-size: 1.3rem;
  color: var(--tc-ink);
}

.blog-stats span {
  color: var(--tc-muted);
  font-size: 0.92rem;
}

.blog-feature-card {
  overflow: hidden;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 28px;
  background: rgba(255,255,255,0.94);
  box-shadow: var(--tc-shadow);
}

.blog-feature-card__media img {
  width: 100%;
  aspect-ratio: 1.52;
  object-fit: cover;
}

.blog-feature-card__body {
  padding: 22px 22px 24px;
}

.blog-meta,
.blog-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: #7a808f;
  font-size: 0.84rem;
  font-weight: 700;
}

.blog-feature-card h2,
.blog-card--magazine h3 {
  margin: 10px 0 12px;
  color: var(--tc-ink);
  line-height: 1.35;
}

.blog-feature-card p,
.blog-card--magazine p,
.blog-strip p {
  color: var(--tc-muted);
}

.blog-topics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 20px 0 8px;
}

.blog-topics article,
.blog-strip article {
  padding: 20px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 22px;
  background: rgba(255,255,255,0.94);
  box-shadow: var(--tc-shadow-soft);
}

.blog-topic__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(111, 85, 245, 0.1);
  color: #6f55f5;
}

.blog-topic__icon svg {
  width: 24px;
  height: 24px;
}

.blog-topics strong {
  display: block;
  margin-bottom: 6px;
  color: var(--tc-ink);
  font-size: 1.05rem;
}

.blog-topics span {
  color: var(--tc-muted);
  font-size: 0.93rem;
}

.blog-section {
  padding: 28px 0 8px;
}

.blog-section__head {
  max-width: 760px;
  margin: 0 0 22px;
}

.blog-section__head h2 {
  margin: 10px 0 12px;
  color: var(--tc-ink);
  font-size: clamp(2rem, 2.8vw, 3rem);
}

.blog-section__head p {
  margin: 0;
  color: var(--tc-muted);
}

.blog-grid--magazine {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.blog-card--magazine {
  overflow: hidden;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 18px;
  background: rgba(255,255,255,0.94);
  box-shadow: var(--tc-shadow-soft);
}

.blog-card--magazine .blog-card__image img {
  width: 100%;
  aspect-ratio: 1.68;
  object-fit: cover;
}

.blog-card--magazine .blog-card__body {
  padding: 14px 16px 16px;
}

.blog-card--magazine h3 {
  display: -webkit-box;
  min-height: 3em;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 1.03rem;
}

.blog-card--magazine p {
  display: -webkit-box;
  min-height: 3.45em;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.9rem;
  line-height: 1.72;
}

.telyek-blog-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 330px);
  gap: clamp(18px, 2vw, 28px);
  align-items: start;
}

.telyek-blog-main {
  min-width: 0;
}

.telyek-blog-categories {
  display: grid;
  gap: 14px;
  margin-block-end: clamp(18px, 2.4vw, 28px);
  padding: clamp(18px, 2.4vw, 24px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.telyek-blog-categories__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.telyek-blog-categories__head h2 {
  margin: 8px 0 0;
  color: var(--tc-ink);
  font-size: clamp(1.15rem, 1.45vw, 1.55rem);
  line-height: 1.55;
}

.telyek-blog-categories__head p {
  max-width: 620px;
  margin: 0;
  color: #64748B;
  font-size: 0.9rem;
  line-height: 1.9;
}

.telyek-blog-categories__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.telyek-blog-category-button {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  min-height: 82px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #F8FAFC;
  color: #0F172A;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, background 160ms ease;
}

.telyek-blog-category-button:hover,
.telyek-blog-category-button:focus-visible,
.telyek-blog-category-button.is-current {
  border-color: rgba(37, 99, 235, 0.24);
  background: #fff;
  box-shadow: 0 14px 30px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
  outline: 0;
}

.telyek-blog-category-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
}

.telyek-blog-category-button:nth-child(2) .telyek-blog-category-button__icon {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.telyek-blog-category-button__icon svg {
  width: 21px;
  height: 21px;
}

.telyek-blog-category-button__body {
  display: grid;
  gap: 4px;
  min-width: 0;
}

.telyek-blog-category-button__body strong {
  color: #0F172A;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.45;
}

.telyek-blog-category-button__body small {
  color: #64748B;
  font-size: 0.8rem;
  font-weight: 650;
  line-height: 1.7;
}

.telyek-blog-category-button__count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.09);
  color: #2563EB;
  font-size: 0.76rem;
  font-weight: 850;
  white-space: nowrap;
}

.telyek-blog-sidebar {
  position: sticky;
  top: 118px;
  min-width: 0;
}

.telyek-popular-posts {
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.telyek-popular-posts__head {
  margin-bottom: 14px;
}

.telyek-popular-posts__head h2 {
  margin: 8px 0 0;
  color: var(--tc-ink);
  font-size: 1.18rem;
  line-height: 1.45;
}

.telyek-popular-posts__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.telyek-popular-posts__list li {
  margin: 0;
}

.telyek-popular-posts__list a {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  min-height: 66px;
  padding: 10px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 14px;
  background: #F8FAFC;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.telyek-popular-posts__list a:hover,
.telyek-popular-posts__list a:focus-visible {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.08);
  transform: translateY(-1px);
  outline: 0;
}

.telyek-popular-posts__rank {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
  font-size: 0.88rem;
  font-weight: 900;
}

.telyek-popular-posts__content {
  min-width: 0;
}

.telyek-popular-posts__content strong {
  display: -webkit-box;
  overflow: hidden;
  color: var(--tc-ink);
  font-size: 0.92rem;
  line-height: 1.65;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.telyek-popular-posts__content small {
  display: block;
  margin-top: 4px;
  color: var(--tc-muted);
  font-size: 0.78rem;
  line-height: 1.5;
}

.blog-strip {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.blog-strip article h3 {
  margin: 0 0 8px;
  color: var(--tc-ink);
  font-size: 1.18rem;
}

.login-page {
  padding: 16px 0 12px;
}

.login-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(390px, 0.96fr);
  gap: 26px;
  align-items: start;
  direction: ltr;
}

.login-hero__copy,
.login-hero__panel,
.login-features {
  direction: rtl;
}

.login-hero__copy {
  padding-top: 12px;
}

.login-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.login-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: #4e5666;
  box-shadow: var(--tc-shadow-soft);
}

.login-chip svg,
.login-badge svg,
.login-feature__icon svg {
  width: 18px;
  height: 18px;
}

.login-panel {
  width: min(100%, 620px);
  margin-inline: auto;
  padding: clamp(22px, 2.2vw, 30px);
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--tc-shadow);
}

.login-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.login-panel__head h2,
.login-signed-in h3 {
  margin: 8px 0 0;
  color: var(--tc-ink);
  font-size: 1.45rem;
  line-height: 1.35;
}

.login-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(95, 84, 223, 0.10);
  color: #5f54df;
}

.login-alert {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 16px;
  font-size: 0.94rem;
  line-height: 1.6;
}

.login-alert--success {
  border: 1px solid rgba(79, 176, 113, 0.16);
  background: rgba(79, 176, 113, 0.10);
  color: #27663f;
}

.login-alert--error {
  border: 1px solid rgba(232, 92, 92, 0.18);
  background: rgba(232, 92, 92, 0.10);
  color: #993232;
}

.login-form,
.login-signed-in {
  display: grid;
  gap: 14px;
}

.login-field {
  display: grid;
  gap: 8px;
}

.login-field span {
  color: var(--tc-ink);
  font-size: 0.95rem;
  font-weight: 700;
}

.login-field input {
  width: 100%;
  min-height: 52px;
  padding: 0 16px;
  border: 1px solid rgba(24, 31, 47, 0.10);
  border-radius: 18px;
  background: var(--tc-surface-soft);
  color: var(--tc-ink);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.login-field input::placeholder {
  color: #9aa1b1;
}

.login-field input:focus {
  outline: none;
  border-color: rgba(95, 84, 223, 0.45);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(95, 84, 223, 0.10);
}

.login-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.login-remember {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--tc-muted);
  font-size: 0.92rem;
}

.login-link {
  color: var(--tc-blue);
  font-size: 0.92rem;
  font-weight: 700;
}

.login-panel__footer {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--tc-line);
  color: var(--tc-muted);
  font-size: 0.92rem;
}

.login-signed-in p {
  margin: 0;
  color: var(--tc-muted);
}

.login-signed-in__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.login-features {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.login-feature {
  padding: 18px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--tc-shadow-soft);
}

.login-feature__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 14px;
  background: rgba(95, 84, 223, 0.10);
  color: #5f54df;
}

.login-feature strong {
  display: block;
  margin-bottom: 6px;
  color: var(--tc-ink);
  font-size: 1.02rem;
}

.login-feature p {
  margin: 0;
  color: var(--tc-muted);
  font-size: 0.93rem;
  line-height: 1.75;
}


.content-card p,
.page-panel p {
  color: var(--tc-muted);
}

.content-card h2,
.content-card h3,
.page-panel h2,
.page-panel h3 {
  color: var(--tc-ink);
}

.content-card ul,
.page-panel ul {
  padding-right: 20px;
}

.content-card li,
.page-panel li {
  margin: 6px 0;
  color: var(--tc-ink);
}

.woocommerce ul.products,
.woocommerce-page ul.products {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0;
}

.woocommerce ul.products.columns-4,
.woocommerce-page ul.products.columns-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
  display: none;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 18px;
  display: flex;
  flex-direction: column;
  text-align: right;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  margin: 0 0 14px;
  border-radius: 16px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  margin: 6px 0 10px;
  padding: 0;
  color: var(--tc-ink);
  font-size: 1.2rem;
  line-height: 1.45;
}

.woocommerce ul.products li.product .price {
  margin: auto 0 16px;
  color: #547500;
  font-size: 1.3rem;
  font-weight: 800;
}

.woocommerce ul.products li.product .button {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  line-height: 1.35;
  text-align: center;
  white-space: normal;
  overflow-wrap: anywhere;
  box-shadow: 0 14px 28px rgba(23, 27, 36, 0.16);
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible {
  background: linear-gradient(135deg, #755cff, #5f47e9);
  color: #fff;
  box-shadow: 0 16px 34px rgba(95, 71, 233, 0.22);
}

.woocommerce div.product {
  padding: 24px;
}

.pricing-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
  gap: 28px;
  align-items: center;
  direction: ltr;
}

.pricing-hero__art {
  min-height: 420px;
  padding: 28px;
  border: 1px solid rgba(148, 141, 255, 0.18);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 22%, rgba(206, 201, 255, 0.7), transparent 28%),
    radial-gradient(circle at 78% 18%, rgba(235, 230, 255, 0.9), transparent 26%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(243, 241, 255, 0.92));
  box-shadow: 0 24px 60px rgba(98, 87, 196, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

.pricing-hero__image {
  width: 100%;
  max-width: 540px;
  border-radius: 22px;
  object-fit: cover;
  box-shadow: 0 16px 42px rgba(109, 103, 178, 0.18);
}

.pricing-hero__copy {
  direction: rtl;
  text-align: right;
}

.pricing-switch {
  margin-top: 24px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border-radius: 18px;
  border: 1px solid rgba(148, 141, 255, 0.16);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--tc-shadow-soft);
}

.pricing-switch__note {
  padding-inline: 8px;
  font-size: 0.82rem;
  color: var(--tc-muted);
  font-weight: 700;
}

.pricing-switch__button {
  min-height: 34px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #6c7282;
  font-weight: 800;
  cursor: pointer;
}

.pricing-switch__button.is-active {
  background: linear-gradient(135deg, #755cff, #5f47e9);
  color: #fff;
  box-shadow: 0 10px 22px rgba(95, 71, 233, 0.18);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
}

.pricing-switch + .pricing-grid {
  margin-block-start: clamp(22px, 3vw, 34px);
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px 22px 22px;
  border: 1px solid rgba(148, 141, 255, 0.16);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--tc-shadow-soft);
}

.pricing-card--featured {
  border-color: rgba(111, 85, 245, 0.45);
  box-shadow: 0 20px 60px rgba(111, 85, 245, 0.16);
  transform: translateY(-8px);
}

.pricing-card--featured::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(180deg, rgba(119, 100, 255, 0.9), rgba(158, 139, 255, 0.2));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.pricing-card--free {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(247, 252, 255, 0.98));
}

.pricing-card--soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.97), rgba(248, 246, 255, 0.98));
}

.pricing-card--deep {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 242, 255, 0.98));
}

.pricing-card__ribbon {
  position: absolute;
  inset-inline-start: 50%;
  top: -14px;
  transform: translateX(-50%);
  padding: 6px 14px;
  border-radius: 999px;
  background: linear-gradient(180deg, #7660ff, #8e74ff);
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  box-shadow: 0 12px 24px rgba(111, 85, 245, 0.24);
}

.pricing-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.pricing-card__badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  margin-bottom: 10px;
  border-radius: 999px;
  background: rgba(111, 85, 245, 0.1);
  color: #6f55f5;
  font-size: 0.85rem;
  font-weight: 800;
}

.pricing-card h3 {
  margin: 0;
  font-size: 1.5rem;
}

.pricing-card p {
  margin: 10px 0 0;
  color: var(--tc-muted);
}

.pricing-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(111, 85, 245, 0.08);
  color: #6f55f5;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.pricing-card__icon svg {
  width: 24px;
  height: 24px;
}

.pricing-price {
  font-size: 2.2rem;
  font-weight: 800;
  letter-spacing: 0;
  color: var(--tc-ink);
}

.pricing-price__note {
  margin: -8px 0 0;
  font-size: 0.95rem;
  color: var(--tc-muted);
}

.pricing-features {
  list-style: none;
  padding: 18px 0 0;
  margin: 0;
  border-top: 1px solid var(--tc-line);
  display: grid;
  gap: 12px;
}

.pricing-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: var(--tc-ink);
  line-height: 1.55;
}

.pricing-features svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  color: #7a5dff;
  flex: 0 0 auto;
}

.pricing-card__actions {
  margin-top: auto;
  display: grid;
  gap: 10px;
}

.pricing-card__actions .button {
  width: 100%;
}

.pricing-footnote {
  margin-top: 14px;
  color: var(--tc-muted);
  font-size: 0.95rem;
  text-align: center;
}

.pricing-grid + .pricing-faq,
.pricing-footnote + .pricing-faq {
  margin-block-start: clamp(28px, 3vw, 42px);
}

.pricing-comparison {
  padding: 24px;
  border: 1px solid rgba(148, 141, 255, 0.12);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tc-shadow-soft);
}

.pricing-comparison table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.pricing-comparison th,
.pricing-comparison td {
  padding: 16px 14px;
  border-bottom: 1px solid rgba(24, 31, 47, 0.08);
  text-align: center;
  vertical-align: middle;
}

.pricing-comparison thead th {
  color: #4d4a94;
  background: rgba(148, 141, 255, 0.08);
  font-size: 0.98rem;
}

.pricing-comparison tbody th {
  text-align: right;
  font-weight: 700;
  color: var(--tc-ink);
  background: rgba(248, 250, 255, 0.9);
}

.pricing-comparison tbody td {
  color: var(--tc-muted);
}

.pricing-faq {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 18px;
}

.pricing-faq__support,
.pricing-faq__list,
.pricing-cta {
  padding: 24px;
  border-radius: 28px;
  border: 1px solid rgba(148, 141, 255, 0.12);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--tc-shadow-soft);
}

.pricing-faq__support {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  background:
    radial-gradient(circle at 20% 20%, rgba(220, 216, 255, 0.9), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(247, 246, 255, 0.96));
}

.pricing-faq__list details {
  border-top: 1px solid var(--tc-line);
  padding: 16px 0;
}

.pricing-faq__list details:first-child {
  border-top: 0;
  padding-top: 0;
}

.pricing-faq__list summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: var(--tc-ink);
}

.pricing-faq__list summary::-webkit-details-marker {
  display: none;
}

.pricing-faq__list p {
  margin: 12px 0 0;
  color: var(--tc-muted);
}

.pricing-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background:
    radial-gradient(circle at 8% 50%, rgba(222, 230, 255, 0.95), transparent 22%),
    radial-gradient(circle at 92% 50%, rgba(216, 210, 255, 0.95), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 244, 255, 0.98));
}

.pricing-cta__copy {
  max-width: 760px;
}

.pricing-cta h2 {
  margin: 8px 0 10px;
  font-size: 2rem;
  line-height: 1.25;
}

.pricing-cta p {
  margin: 0;
  color: var(--tc-muted);
}

.pricing-cta__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.products-page {
  width: min(1480px, calc(100% - 36px));
  margin: 0 auto;
  padding-bottom: 70px;
  color: #11183a;
  display: grid;
  row-gap: var(--tc-section-gap-sm);
}

.products-page .section-kicker {
  background: rgba(111, 85, 245, 0.08);
  color: #6f55f5;
}

.products-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
  gap: 34px;
  align-items: center;
  min-height: 520px;
  padding: 28px 18px 22px;
  direction: ltr;
}

.products-hero__copy,
.products-hero__art {
  direction: rtl;
}

.products-hero__copy {
  justify-self: end;
  max-width: 650px;
}

.products-hero h1 {
  margin: 18px 0 18px;
  font-size: clamp(2.15rem, 2.6vw, 3.15rem);
  line-height: 1.22;
  letter-spacing: 0;
  color: #10173d;
}

.products-hero p {
  margin: 0;
  max-width: 34rem;
  color: #68708b;
  font-size: 0.96rem;
}

.products-hero__art {
  position: relative;
  min-height: 400px;
  display: grid;
  place-items: center;
}

.products-hero__art::before {
  content: "";
  position: absolute;
  inset: 8% 1% 4% 8%;
  border-radius: 48px;
  background:
    radial-gradient(circle at 18% 14%, rgba(207, 196, 255, 0.95), transparent 28%),
    radial-gradient(circle at 82% 18%, rgba(218, 236, 255, 0.95), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,0.84), rgba(244,246,255,0.54));
  filter: blur(2px);
}

.products-hero__art img {
  position: relative;
  z-index: 1;
  width: min(660px, 100%);
  border-radius: 34px;
  box-shadow: 0 30px 90px rgba(91, 94, 180, 0.16);
}

.products-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
}

.products-button,
.products-page .woocommerce a.button {
  min-height: 52px;
  padding: 0 26px;
  border-radius: 12px;
  background: linear-gradient(135deg, #755cff, #5f47e9);
  color: #fff;
  box-shadow: 0 16px 34px rgba(95, 71, 233, 0.22);
}

.products-button--ghost {
  background: #fff;
  color: #5f47e9;
  border-color: rgba(95, 71, 233, 0.22);
  box-shadow: 0 10px 26px rgba(95, 71, 233, 0.08);
}

.products-proof {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 26px;
  color: #58617f;
  font-weight: 700;
}

.products-proof span,
.solution-card li,
.ready-plan li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.products-proof svg,
.solution-card li svg,
.ready-plan li svg {
  width: 18px;
  height: 18px;
  color: #20b486;
  flex: 0 0 auto;
}

.products-section {
  padding: 34px 0;
}

.products-section__head {
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.products-section__head h2,
.products-faq__list h2,
.products-cta h2 {
  margin: 10px 0 12px;
  color: #10173d;
  font-size: clamp(1.9rem, 2.4vw, 3rem);
  line-height: 1.3;
}

.products-section__head p,
.products-cta p {
  margin: 0;
  color: #68708b;
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.solution-card,
.ready-plan,
.products-trust,
.product-steps article,
.products-faq,
.products-cta {
  border: 1px solid rgba(117, 92, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 55px rgba(50, 58, 117, 0.07);
}

.solution-card {
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.solution-card:hover,
.ready-plan:hover,
.product-steps article:hover {
  transform: translateY(-3px);
  box-shadow: 0 28px 70px rgba(95, 71, 233, 0.13);
}

.solution-card__image {
  padding: 16px 16px 0;
}

.solution-card__image img {
  width: 100%;
  aspect-ratio: 1.18;
  object-fit: cover;
  border-radius: 18px;
}

.solution-card__body {
  padding: 20px 20px 22px;
}

.solution-card__icon {
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(95, 71, 233, 0.1);
  color: #5f47e9;
}

.solution-card--orange .solution-card__icon { background: rgba(255, 128, 69, 0.11); color: #ff7a3c; }
.solution-card--blue .solution-card__icon { background: rgba(76, 116, 255, 0.11); color: #4c74ff; }
.solution-card--green .solution-card__icon { background: rgba(32, 180, 134, 0.12); color: #16a478; }

.solution-card__icon svg {
  width: 25px;
  height: 25px;
}

.solution-card h3,
.ready-plan h3,
.product-steps h3 {
  margin: 0 0 10px;
  color: #10173d;
  font-size: 1.25rem;
}

.solution-card p,
.ready-plan p,
.product-steps p,
.products-faq p {
  color: #68708b;
}

.solution-card ul,
.ready-plan ul {
  display: grid;
  gap: 10px;
  margin: 18px 0;
  padding: 0;
  list-style: none;
  color: #293152;
  font-size: 0.92rem;
}

.solution-card a {
  color: #5f47e9;
  font-weight: 800;
}

.products-trust {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 22px 0 34px;
  overflow: hidden;
}

.products-trust article {
  position: relative;
  min-height: 118px;
  padding: 22px 24px;
  border-inline-start: 1px solid rgba(117, 92, 255, 0.1);
}

.products-trust article:last-child {
  border-inline-start: 0;
}

.products-trust strong,
.products-trust span {
  display: block;
}

.products-trust strong {
  color: #10173d;
}

.products-trust span {
  margin-top: 8px;
  color: #68708b;
  font-size: 0.92rem;
}

.products-trust svg {
  position: absolute;
  inset-inline-end: 22px;
  bottom: 20px;
  width: 28px;
  height: 28px;
  color: #755cff;
  opacity: 0.9;
}

.ready-plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ready-plan {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 18px;
}

.ready-plan--featured {
  border-color: rgba(95, 71, 233, 0.42);
  box-shadow: 0 26px 76px rgba(95, 71, 233, 0.16);
}

.ready-plan__badge {
  position: absolute;
  inset-inline-start: 18px;
  top: 18px;
  z-index: 2;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(135deg, #755cff, #5f47e9);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 800;
}

.ready-plan img {
  width: 100%;
  aspect-ratio: 1.28;
  object-fit: cover;
  border-radius: 18px;
}

.ready-plan__price {
  color: #5f47e9;
  font-size: 1.35rem;
  font-weight: 900;
}

.ready-plan .button {
  width: 100%;
  margin-top: auto;
}

.product-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.product-steps article {
  min-height: 190px;
  padding: 22px;
}

.product-steps span {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(117, 92, 255, 0.1);
  color: #5f47e9;
  font-weight: 900;
}

.products-faq {
  display: grid;
  grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
  gap: 26px;
  align-items: center;
  padding: 28px;
}

.products-faq__art img {
  width: 100%;
  max-height: 360px;
  object-fit: cover;
  border-radius: 22px;
}

.products-faq details {
  padding: 16px 0;
  border-bottom: 1px solid rgba(117, 92, 255, 0.12);
}

.products-faq summary {
  cursor: pointer;
  color: #10173d;
  font-weight: 800;
}

.products-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 24px;
  padding: 28px;
  background:
    radial-gradient(circle at 10% 50%, rgba(222, 232, 255, 0.95), transparent 24%),
    radial-gradient(circle at 92% 50%, rgba(222, 216, 255, 0.86), transparent 22%),
    rgba(255, 255, 255, 0.92);
}

.telyek-el-site-header {
  width: min(1500px, calc(100% - 28px));
  margin: 12px auto 18px;
  padding: 10px 14px;
  border: 1px solid rgba(34, 92, 145, 0.13);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(35, 59, 117, 0.1);
  backdrop-filter: blur(18px);
  position: relative;
  z-index: 20;
}

.telyek-el-site-header > .elementor-container,
.telyek-el-site-header .elementor-container {
  align-items: center;
  gap: 12px;
}

.telyek-el-site-header .elementor-widget-wrap {
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.telyek-el-header-logo img,
.telyek-el-footer-logo img {
  width: 118px;
  max-width: 100%;
  height: auto;
}

.telyek-el-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4px 18px;
  font-size: 14px;
  font-weight: 700;
}

.telyek-el-header-nav a {
  color: #475569;
  text-decoration: none;
  transition: color 0.2s ease;
}

.telyek-el-header-nav a:hover {
  color: #2563eb;
}

.telyek-el-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

.telyek-el-header-action,
.telyek-el-phone-button .elementor-button {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8b5cf6 0%, #4f7cff 100%);
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 28px rgba(79, 124, 255, 0.26);
}

.telyek-el-header-action svg {
  width: 17px;
  height: 17px;
}

.telyek-el-header-action--ghost {
  background: #f7f9fd;
  color: #1f2937;
  box-shadow: inset 0 0 0 1px rgba(34, 92, 145, 0.1);
}

.telyek-el-header-action--dark {
  border: 1px solid rgba(44, 196, 160, 0.28);
  background: linear-gradient(135deg, #c9ef4b 0%, #5eead4 52%, #60a5fa 100%);
  color: #101827;
  box-shadow: 0 16px 30px rgba(45, 210, 199, 0.24);
}

.telyek-el-header-action:not(.telyek-el-header-action--ghost):not(.telyek-el-header-action--dark) svg {
  display: none;
}

.telyek-el-site-footer {
  width: min(1500px, calc(100% - 28px));
  margin: 28px auto 0;
  padding: clamp(28px, 4vw, 54px);
  border-radius: 32px 32px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #f4f7ff);
  border: 1px solid rgba(34, 92, 145, 0.11);
  box-shadow: 0 -18px 50px rgba(35, 59, 117, 0.08);
}

.telyek-el-site-footer .telyek-el-section {
  width: 100%;
  margin: 0;
  padding: 0;
}

.telyek-el-site-footer > .elementor-container,
.telyek-el-site-footer .elementor-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  display: grid !important;
  grid-template-columns: minmax(220px, 0.85fr) minmax(380px, 1.7fr);
  gap: 28px 52px;
  align-items: flex-start;
}

.telyek-el-site-footer .elementor-column {
  width: auto !important;
  min-width: 0;
}

.telyek-el-site-footer .elementor-column:nth-child(1) {
  grid-column: 1;
}

.telyek-el-site-footer .elementor-column:nth-child(2) {
  grid-column: 2;
}

.telyek-el-site-footer .elementor-column:nth-child(3) {
  grid-column: 1 / -1;
}

.telyek-el-site-footer .telyek-el-footer-trust-col,
.telyek-el-site-footer .telyek-el-footer-copy-col {
  grid-column: 1 / -1;
}

.telyek-el-site-footer .elementor-widget-wrap {
  display: block !important;
  padding: 0 !important;
}

.telyek-el-footer-logo {
  margin-bottom: 14px;
}

.telyek-el-footer-about {
  max-width: 360px;
  margin: 0;
  color: #64748b;
  font-size: 14px;
  line-height: 1.85;
}

.telyek-el-footer-about p {
  margin: 0;
}

.telyek-el-footer-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(132px, 1fr));
  gap: 22px 30px;
}

.telyek-el-footer-column h3 {
  margin: 0 0 14px;
  font-size: 15px;
  color: #0f172a;
  line-height: 1.4;
}

.telyek-el-footer-column ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.telyek-el-footer-column a {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  color: #64748b;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.telyek-el-footer-column a:hover {
  color: #2563eb;
}

.telyek-el-footer-trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(37, 99, 235, 0.09);
}

.telyek-el-footer-trust__head {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid rgba(37, 99, 235, 0.10);
  border-radius: 999px;
  background: #F8FAFC;
  color: #475569;
  font-size: 0.78rem;
  font-weight: 850;
  white-space: nowrap;
}

.telyek-el-footer-trust__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.telyek-el-footer-trust__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 86px;
  padding: 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 14px;
  background: #fff;
  color: #0F172A;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.045);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.telyek-el-footer-trust__badge:hover,
.telyek-el-footer-trust__badge:focus-visible {
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 12px 26px rgba(15, 23, 42, 0.075);
  transform: translateY(-2px);
  outline: 0;
}

.telyek-el-footer-trust__media {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: transparent;
  color: #2563EB;
}

.telyek-el-footer-trust__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 66px;
  object-fit: contain;
}

.telyek-el-footer-trust__media span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
  font-size: 0.98rem;
  font-weight: 900;
  letter-spacing: 0;
}

.telyek-el-footer-copy {
  width: 100%;
  margin-top: 8px;
  padding-top: 20px;
  border-top: 1px solid rgba(34, 92, 145, 0.09);
  color: #94a3b8;
  font-size: 12px;
  text-align: center;
}

.telyek-el-footer-copy p {
  margin: 0;
}

.telyek-elementor-page {
  padding-bottom: 70px;
}

.telyek-elementor-page .elementor-section-wrap,
.telyek-elementor-page .elementor {
  direction: rtl;
}

.telyek-el-section {
  width: min(1480px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(22px, 3vw, 46px) 0;
}

.telyek-el-section > .elementor-container {
  gap: clamp(16px, 2vw, 30px);
}

.telyek-el-hero {
  min-height: 500px;
  align-items: center;
}

.telyek-el-hero > .elementor-container {
  align-items: center;
  border-radius: 34px;
  padding: clamp(22px, 3vw, 46px);
  background:
    radial-gradient(circle at 18% 14%, rgba(116, 166, 255, 0.16), transparent 28%),
    radial-gradient(circle at 86% 8%, rgba(201, 239, 75, 0.13), transparent 24%),
    rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(24, 31, 47, 0.07);
  box-shadow: var(--tc-shadow-soft);
  backdrop-filter: blur(16px);
}

.telyek-el-commerce-hero {
  min-height: auto;
  padding-top: clamp(26px, 4vw, 58px);
}

.telyek-el-commerce-hero > .elementor-container {
  max-width: 1120px;
  justify-content: center;
  text-align: center;
}

.telyek-el-commerce-hero-copy > .elementor-widget-wrap {
  justify-content: center;
  text-align: center;
}

.telyek-el-commerce-hero-copy .elementor-button-wrapper {
  display: inline-flex;
  justify-content: center;
  margin-inline: 6px;
}

.telyek-el-title .elementor-heading-title {
  margin: 0;
  color: var(--tc-ink);
  font-size: clamp(2rem, 2.85vw, 3.2rem);
  line-height: 1.22;
}

.telyek-el-lead {
  max-width: 44rem;
  color: var(--tc-muted);
  font-size: 1rem;
}

.telyek-el-hero-image img {
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(76, 116, 255, 0.14);
}

.telyek-el-hero-slider-wrap,
.telyek-el-hero-slider-wrap .elementor-widget-container {
  width: 100%;
}

.telyek-hero-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  isolation: isolate;
  border-radius: 28px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: #fff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.10);
}

.telyek-hero-slider__viewport {
  position: relative;
  min-height: 360px;
  aspect-ratio: 4 / 3;
  background: var(--tc-surface-soft);
}

.telyek-hero-slider__slide {
  position: absolute;
  inset: 0;
  margin: 0;
  opacity: 0;
  transform: translateX(18px) scale(0.985);
  transition: opacity 520ms ease, transform 520ms ease;
  pointer-events: none;
}

.telyek-hero-slider__slide.is-active {
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.telyek-hero-slider__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.telyek-hero-slider__caption {
  position: absolute;
  inset-inline: 18px;
  inset-block-end: 18px;
  width: min(86%, 390px);
  padding: 15px 16px;
  border-radius: 18px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  background: rgba(255, 255, 255, 0.92);
  color: var(--tc-ink);
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
  backdrop-filter: blur(12px);
}

.telyek-hero-slider__caption span {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
  font-size: 0.78rem;
  font-weight: 850;
}

.telyek-hero-slider__slide--green .telyek-hero-slider__caption span {
  background: rgba(16, 185, 129, 0.13);
  color: #047857;
}

.telyek-hero-slider__slide--slate .telyek-hero-slider__caption span {
  background: rgba(15, 23, 42, 0.08);
  color: #0F172A;
}

.telyek-hero-slider__caption strong {
  display: block;
  margin-top: 8px;
  font-size: clamp(1rem, 1.45vw, 1.28rem);
  line-height: 1.45;
}

.telyek-hero-slider__caption p {
  margin: 6px 0 0;
  color: var(--tc-muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.telyek-hero-slider__control {
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  color: #0F172A;
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.12);
  cursor: pointer;
  transform: translateY(-50%);
}

.telyek-hero-slider__control:hover,
.telyek-hero-slider__control:focus-visible {
  background: #2563EB;
  color: #fff;
  outline: 0;
}

.telyek-hero-slider__control span {
  font-size: 1.75rem;
  line-height: 1;
  transform: translateY(-1px);
}

.telyek-hero-slider__control--prev {
  inset-inline-start: 12px;
}

.telyek-hero-slider__control--next {
  inset-inline-end: 12px;
}

.telyek-hero-slider__dots {
  position: absolute;
  z-index: 4;
  inset-inline-start: 18px;
  inset-block-start: 18px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.10);
}

.telyek-hero-slider__dot {
  width: 8px;
  height: 8px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(100, 116, 139, 0.35);
  cursor: pointer;
  transition: width 180ms ease, background 180ms ease;
}

.telyek-hero-slider__dot.is-active {
  width: 24px;
  background: #10B981;
}

.telyek-hero-slider__dot:focus-visible {
  outline: 2px solid #2563EB;
  outline-offset: 3px;
}

.telyek-el-button-primary .elementor-button,
.telyek-el-button-secondary .elementor-button {
  min-height: 48px;
  padding: 13px 24px;
  border-radius: 14px;
  font-weight: 850;
}

.telyek-el-button-primary .elementor-button {
  background: linear-gradient(135deg, #755cff, #5f47e9);
  color: #fff;
  box-shadow: 0 16px 34px rgba(95, 71, 233, 0.20);
}

.telyek-el-button-secondary .elementor-button {
  background: #fff;
  color: #5f47e9;
  border: 1px solid rgba(95, 71, 233, 0.18);
}

.telyek-el-card-row > .elementor-container,
.telyek-el-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.telyek-el-card {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tc-shadow-soft);
}

.telyek-el-card__icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 16px;
  background: rgba(95, 71, 233, 0.10);
  color: #5f47e9;
}

.telyek-el-card__icon svg {
  width: 24px;
  height: 24px;
}

.telyek-el-card h3,
.telyek-el-card-title .elementor-heading-title {
  margin: 0 0 10px;
  color: var(--tc-ink);
  font-size: 1.25rem;
}

.telyek-el-card p,
.telyek-el-card-text {
  color: var(--tc-muted);
}

.telyek-el-centered {
  text-align: center;
}

.telyek-product-overview-grid,
.telyek-product-package-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.telyek-product-card,
.telyek-product-package-card,
.telyek-product-packages__empty,
.telyek-product-story,
.telyek-product-benefit-card,
.telyek-product-use-case,
.telyek-product-step,
.telyek-product-trust-card,
.telyek-product-faq-block,
.telyek-product-problem,
.telyek-product-outcome {
  min-width: 0;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tc-shadow-soft);
}

.telyek-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.telyek-product-card__media {
  position: relative;
  display: block;
  min-height: 210px;
  overflow: hidden;
}

.telyek-product-card__media img {
  width: 100%;
  height: 100%;
  min-height: 210px;
  object-fit: cover;
  transition: transform 220ms ease;
}

.telyek-product-card:hover .telyek-product-card__media img {
  transform: scale(1.035);
}

.telyek-product-card__icon {
  position: absolute;
  inset-inline-end: 18px;
  bottom: 18px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  color: #5f47e9;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(35, 59, 117, 0.14);
}

.telyek-product-card__icon svg {
  width: 24px;
  height: 24px;
}

.telyek-product-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
}

.telyek-product-card h3,
.telyek-product-package-card h3,
.telyek-product-story h3,
.telyek-product-benefit-card h3,
.telyek-product-use-case h3,
.telyek-product-step h3,
.telyek-product-trust-card h3 {
  margin: 0;
  color: var(--tc-ink);
  font-size: 1.25rem;
  line-height: 1.45;
}

.telyek-product-card p,
.telyek-product-package-card p,
.telyek-product-packages__head p,
.telyek-product-packages__empty p,
.telyek-product-story p,
.telyek-product-benefit-card p,
.telyek-product-use-case p,
.telyek-product-step p,
.telyek-product-trust-card p,
.telyek-product-outcome p,
.telyek-product-section-head p,
.telyek-product-faq-block p {
  margin: 0;
  color: var(--tc-muted);
  line-height: 1.85;
}

.telyek-product-card ul,
.telyek-product-package-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #293152;
  font-size: 0.92rem;
}

.telyek-product-card li,
.telyek-product-package-card li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.telyek-product-card li svg,
.telyek-product-package-card li svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  color: #20b486;
}

.telyek-product-card__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-top: auto;
}

.telyek-product-card__actions .button,
.telyek-product-package-card .button {
  min-height: 46px;
  padding: 0 20px;
}

.telyek-product-packages {
  display: grid;
  gap: 20px;
}

.telyek-product-packages__head {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.telyek-product-packages__head h2 {
  margin: 10px 0 12px;
  color: var(--tc-ink);
  font-size: clamp(1.8rem, 2.2vw, 2.6rem);
  line-height: 1.3;
}

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

.telyek-product-package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 24px;
}

.telyek-product-package-card--featured {
  border-color: rgba(95, 71, 233, 0.36);
  box-shadow: 0 26px 76px rgba(95, 71, 233, 0.15);
}

.telyek-product-package-card__badge,
.telyek-product-package-card__support {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 850;
}

.telyek-product-package-card__badge {
  position: absolute;
  inset-inline-start: 18px;
  top: 18px;
  color: #fff;
  background: linear-gradient(135deg, #755cff, #5f47e9);
}

.telyek-product-package-card__support {
  margin-bottom: 12px;
  color: #5f47e9;
  background: rgba(95, 71, 233, 0.09);
}

.telyek-product-package-card__price {
  color: #547500;
  font-size: 1.38rem;
  font-weight: 900;
}

.telyek-product-package-card .button {
  width: 100%;
  margin-top: auto;
}

.telyek-product-packages__empty,
.telyek-product-story {
  padding: 24px;
}

.telyek-product-packages__empty {
  max-width: 720px;
  margin-inline: auto;
  text-align: center;
}

.telyek-product-story {
  display: grid;
  gap: 12px;
}

.telyek-product-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.telyek-product-metric-row .telyek-el-card {
  text-align: center;
}

.telyek-product-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 6px 0 4px;
}

.telyek-product-hero-points span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #1f2a44;
  font-size: 0.86rem;
  font-weight: 800;
}

.telyek-product-hero-points svg {
  width: 16px;
  height: 16px;
  color: #20b486;
}

.telyek-product-section-head {
  max-width: 760px;
  margin: 0 auto 22px;
  text-align: center;
}

.telyek-product-section-head h2 {
  margin: 10px 0 12px;
  color: var(--tc-ink);
  font-size: clamp(1.7rem, 2.2vw, 2.55rem);
  line-height: 1.35;
}

.telyek-product-problem-section > .elementor-container {
  align-items: center;
}

.elementor-section:has(.telyek-product-problem-wrap):has(.telyek-product-detail-image) > .elementor-container {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  align-items: center;
  gap: clamp(18px, 3vw, 34px);
}

.elementor-section:has(.telyek-product-problem-wrap):has(.telyek-product-detail-image) > .elementor-container > .elementor-column {
  width: 100% !important;
  min-width: 0;
}

.elementor-section:has(.telyek-product-problem-wrap):has(.telyek-product-detail-image) .telyek-product-detail-image {
  width: 100% !important;
}

.telyek-product-problem {
  display: grid;
  gap: 18px;
  padding: clamp(22px, 3vw, 34px);
}

.telyek-product-problem .telyek-product-section-head {
  margin: 0;
  text-align: start;
}

.telyek-product-outcome {
  display: grid;
  gap: 8px;
  padding: 18px;
  border-color: rgba(32, 180, 134, 0.18);
  background: linear-gradient(135deg, rgba(32, 180, 134, 0.09), rgba(255, 255, 255, 0.94));
  box-shadow: none;
}

.telyek-product-outcome strong {
  color: #146b55;
  font-size: 0.95rem;
}

.telyek-product-detail-image img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(76, 116, 255, 0.14);
}

.telyek-product-benefit-grid,
.telyek-product-use-grid,
.telyek-product-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.telyek-product-benefit-card,
.telyek-product-use-case,
.telyek-product-trust-card {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 22px;
}

.telyek-product-benefit-card > span,
.telyek-product-trust-card > svg {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  color: #5f47e9;
  background: rgba(95, 71, 233, 0.1);
}

.telyek-product-benefit-card > span svg,
.telyek-product-trust-card > svg {
  width: 24px;
  height: 24px;
}

.telyek-product-use-case {
  background:
    radial-gradient(circle at 14% 18%, rgba(201, 239, 75, 0.16), transparent 28%),
    rgba(255, 255, 255, 0.92);
}

.telyek-product-step-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.telyek-product-step {
  position: relative;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 22px;
}

.telyek-product-step > span {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: #111827;
  color: #fff;
  font-weight: 900;
}

.telyek-product-trust-section > .elementor-container {
  padding: clamp(18px, 3vw, 30px);
  border-radius: 30px;
  background:
    radial-gradient(circle at 82% 18%, rgba(37, 99, 235, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(246, 250, 255, 0.82), rgba(255, 255, 255, 0.9));
  border: 1px solid rgba(34, 92, 145, 0.09);
}

.telyek-product-faq-block {
  display: grid;
  gap: 16px;
  max-width: 980px;
  margin-inline: auto;
  padding: clamp(22px, 3vw, 30px);
}

.telyek-product-faq-list {
  display: grid;
  gap: 10px;
}

.telyek-product-faq-list details {
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 16px;
  background: #fff;
  overflow: hidden;
}

.telyek-product-faq-list summary {
  min-height: 52px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  color: var(--tc-ink);
  font-weight: 850;
  cursor: pointer;
}

.telyek-product-faq-list details p {
  padding: 0 16px 16px;
}

.telyek-el-products .elementor-widget-shortcode,
.telyek-el-form-section .elementor-widget-shortcode,
.telyek-el-login-section .elementor-widget-shortcode {
  width: 100%;
}

.telyek-el-commerce-shortcode-section > .elementor-container {
  max-width: 1180px;
  border-radius: 28px;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: var(--tc-shadow-soft);
}

.telyek-el-commerce-shortcode,
.telyek-el-commerce-shortcode .elementor-widget-container {
  width: 100%;
}

.woocommerce-page .telyek-elementor-page .elementor > .elementor-section {
  width: min(1480px, calc(100% - 36px));
  margin-inline: auto;
  padding: clamp(22px, 3vw, 46px) 0;
}

.woocommerce-page .telyek-elementor-page .elementor > .elementor-section:first-child > .elementor-container {
  max-width: 1120px;
  justify-content: center;
  text-align: center;
  border-radius: 34px;
  padding: clamp(22px, 3vw, 42px);
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: var(--tc-shadow-soft);
  backdrop-filter: blur(14px);
}

.woocommerce-page .telyek-elementor-page .elementor > .elementor-section:first-child .elementor-widget-wrap {
  justify-content: center;
  text-align: center;
}

.woocommerce-page .telyek-elementor-page .elementor-section:has(.telyek-el-commerce-shortcode) > .elementor-container {
  max-width: 1180px;
  border-radius: 28px;
  padding: clamp(18px, 3vw, 30px);
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(37, 99, 235, 0.12);
  box-shadow: var(--tc-shadow-soft);
}

.telyek-el-cta > .elementor-container {
  align-items: center;
  border-radius: 28px;
  padding: 28px;
  background:
    radial-gradient(circle at 8% 50%, rgba(222, 230, 255, 0.95), transparent 22%),
    radial-gradient(circle at 92% 50%, rgba(216, 210, 255, 0.95), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 244, 255, 0.98));
  border: 1px solid rgba(148, 141, 255, 0.12);
  box-shadow: var(--tc-shadow-soft);
}

.telyek-shortcode-panel {
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(24, 31, 47, 0.08);
  box-shadow: var(--tc-shadow-soft);
  padding: 22px;
}

.telyek-el-pricing .pricing-card {
  min-width: 0;
}

.woocommerce-cart .site-main,
.woocommerce-checkout .site-main {
  padding-top: 18px;
}

.telyek-commerce-panel {
  max-width: 1320px;
  margin-inline: auto;
  overflow: hidden;
}

.woocommerce-cart .page-hero,
.woocommerce-checkout .page-hero {
  padding-top: 42px;
}

.woocommerce-cart .page-title,
.woocommerce-checkout .page-title {
  color: #10173d;
}

.woocommerce-cart-form,
.woocommerce-checkout form.checkout {
  direction: rtl;
}

.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals,
.woocommerce-checkout form.checkout {
  border-radius: 24px;
}

.woocommerce table.shop_table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.woocommerce table.shop_table th {
  color: #10173d;
  font-weight: 800;
  background: rgba(117, 92, 255, 0.06);
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  padding: 16px 14px;
}

.woocommerce-cart .cart-collaterals .cart_totals {
  width: 100%;
  max-width: 480px;
  padding: 22px;
  border: 1px solid rgba(117, 92, 255, 0.13);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--tc-shadow-soft);
  float: left;
}

.woocommerce-cart .cart-collaterals .cart_totals h2,
.woocommerce-checkout h3 {
  color: #10173d;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order {
  width: 100%;
  min-height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #755cff, #5f47e9);
  color: #fff;
  box-shadow: 0 16px 34px rgba(95, 71, 233, 0.22);
}

.woocommerce a.remove {
  display: inline-grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: rgba(255, 82, 82, 0.1);
  color: #f04444 !important;
}

.woocommerce a.remove:hover {
  background: #f04444;
  color: #fff !important;
}

.woocommerce-checkout #customer_details {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-bottom: 22px;
}

.woocommerce-checkout #customer_details::before,
.woocommerce-checkout #customer_details::after {
  display: none;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
  width: auto;
  float: none;
  padding: 22px;
  border: 1px solid rgba(117, 92, 255, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
}

.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading {
  width: 100%;
}

.woocommerce-checkout #payment {
  border-radius: 22px;
  background: rgba(117, 92, 255, 0.06);
}

.woocommerce form .form-row label {
  color: #293152;
  font-weight: 750;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 48px;
  border: 1px solid rgba(117, 92, 255, 0.14);
  border-radius: 14px;
  background: #fff;
}

.woocommerce-notices-wrapper {
  margin-bottom: 18px;
}

.woocommerce .quantity .qty,
.woocommerce input[type="text"],
.woocommerce input[type="email"],
.woocommerce input[type="tel"],
.woocommerce input[type="password"],
.woocommerce input[type="search"],
.woocommerce textarea,
.woocommerce select,
.telyek-ticket-box input,
.telyek-ticket-box textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid rgba(24, 31, 47, 0.12);
  border-radius: 14px;
  padding: 10px 12px;
  background: #fff;
  color: var(--tc-ink);
}

.woocommerce table.shop_table,
.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
  border-color: rgba(24, 31, 47, 0.08);
}

.telyek-dashboard,
.telyek-ticket-box {
  padding: 22px;
  margin: 18px 0;
}

.customer-panel {
  display: grid;
  gap: 20px;
  padding: 6px 0 20px;
}

.customer-panel__hero {
  display: flex;
  gap: 18px;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(135deg, rgba(127, 114, 255, 0.08), rgba(255, 255, 255, 0.96)),
    #fff;
  box-shadow: var(--tc-shadow);
}

.customer-panel__hero h2,
.customer-card__head h3,
.telyek-ticket-box--panel h2 {
  margin: 6px 0 8px;
  line-height: 1.35;
}

.customer-panel__hero p {
  max-width: 920px;
  margin: 0;
  color: var(--tc-muted);
}

.customer-panel__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-start;
}

.customer-panel__stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.customer-stat {
  display: grid;
  gap: 4px;
  min-height: 96px;
  padding: 18px 16px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--tc-shadow-soft);
}

.customer-stat strong {
  font-size: 1.45rem;
  font-weight: 800;
}

.customer-stat span {
  color: var(--tc-muted);
  font-size: 0.94rem;
}

.customer-panel__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.95fr);
  gap: 18px;
}

.customer-panel__grid--bottom {
  align-items: start;
}

.customer-card,
.telyek-ticket-box--panel {
  display: grid;
  gap: 16px;
  padding: 22px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--tc-shadow);
}

.customer-card--wide {
  min-width: 0;
}

.customer-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
}

.customer-card__head .section-kicker {
  margin-bottom: 2px;
}

.customer-order-list,
.customer-ticket-list {
  display: grid;
  gap: 12px;
}

.customer-order,
.customer-ticket {
  display: grid;
  gap: 10px;
  padding: 16px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 18px;
  background: linear-gradient(180deg, #fff, #fbfcff);
}

.customer-order__top,
.customer-ticket__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.customer-order__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  color: var(--tc-muted);
  font-size: 0.92rem;
}

.customer-order__meta--muted {
  color: #8790a1;
}

.customer-badge {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(93, 84, 223, 0.10);
  color: #5d54df;
  font-size: 0.82rem;
  font-weight: 700;
}

.customer-access,
.customer-form,
.customer-form__grid,
.customer-form__locked {
  display: grid;
  gap: 12px;
}

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

.customer-form__locked {
  padding-top: 4px;
  border-top: 1px solid rgba(24, 31, 47, 0.08);
}

.customer-field {
  display: grid;
  gap: 6px;
}

.customer-field > span {
  color: var(--tc-muted);
  font-size: 0.92rem;
  font-weight: 650;
}

.customer-copy {
  display: flex;
  gap: 8px;
  align-items: center;
}

.customer-copy input,
.customer-field input,
.customer-field select,
.customer-field textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(24, 31, 47, 0.10);
  border-radius: 14px;
  background: #fff;
  color: var(--tc-ink);
}

.customer-field .is-invalid,
.customer-field input.is-invalid,
.customer-field select.is-invalid,
.customer-field textarea.is-invalid {
  border-color: rgba(225, 70, 70, 0.72);
  box-shadow: 0 0 0 3px rgba(225, 70, 70, 0.10);
}

.customer-field textarea {
  min-height: 132px;
  resize: vertical;
}

.customer-copy__btn {
  flex: 0 0 auto;
  min-height: 46px;
  padding: 0 14px;
  border: 1px solid rgba(93, 84, 223, 0.16);
  border-radius: 14px;
  background: rgba(93, 84, 223, 0.08);
  color: #5d54df;
  font-weight: 700;
  cursor: pointer;
}

.contact-form-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.82fr) minmax(0, 1.18fr);
  gap: 22px;
  align-items: start;
}

.contact-assist-card {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 16px;
  border: 1px solid rgba(93, 84, 223, 0.12);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(246, 248, 255, 0.95), rgba(255, 255, 255, 0.98));
}

.contact-assist-card span {
  color: var(--tc-muted);
}

.telyek-contact-form {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(24, 31, 47, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
}

.contact-form-layout__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.telyek-contact-form select,
.telyek-contact-form input,
.telyek-contact-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 11px 12px;
  border: 1px solid rgba(24, 31, 47, 0.10);
  border-radius: 14px;
  background: #fff;
  color: var(--tc-ink);
}

.telyek-contact-form textarea {
  min-height: 132px;
  resize: vertical;
}

.customer-field b {
  color: #e23f48;
}

.contact-alert {
  padding: 11px 12px;
  border-radius: 14px;
  font-weight: 750;
}

.contact-alert--success {
  background: rgba(31, 156, 100, 0.12);
  color: #167d50;
}

.contact-alert--error {
  background: rgba(236, 87, 87, 0.10);
  color: #bd3636;
}

.customer-empty {
  margin: 0;
  color: var(--tc-muted);
}

.telyek-notice {
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(31, 156, 100, 0.12);
  color: #1f9c64;
}

.telyek-notice--error {
  background: rgba(236, 87, 87, 0.10);
  color: #c53d3d;
}

.telyek-ticket-box--locked {
  text-align: center;
}

.telyek-ticket-box--locked .button {
  margin-inline: auto;
}

.brand--footer {
  margin-inline-start: 0;
}

.single-post .site-main,
.blog .site-main,
.archive .site-main {
  padding-top: 24px;
}

.entry-content {
  color: var(--tc-ink);
}

.entry-content img {
  border-radius: 18px;
}

.entry-content a {
  color: #4a7400;
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

.reveal {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.home-section .feature-card--home,
.home-section .stat-card,
.home-section .feature-pill-card,
.home-section .metric-card,
.home-section .glass-card,
.page-panel,
.content-card,
.woocommerce ul.products li.product,
.woocommerce div.product,
.article-card,
.blog-card,
.cta-band {
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.home-section .feature-card--home:hover,
.home-section .stat-card:hover,
.home-section .feature-pill-card:hover,
.home-section .metric-card:hover,
.home-section .glass-card:hover,
.page-panel:hover,
.content-card:hover,
.woocommerce ul.products li.product:hover,
.woocommerce div.product:hover,
.article-card:hover,
.blog-card:hover,
.cta-band:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 60px rgba(27, 35, 56, 0.10);
}

@media (max-width: 1180px) {
  .telyek-product-overview-grid,
  .telyek-product-package-grid,
  .telyek-product-metric-row,
  .telyek-product-benefit-grid,
  .telyek-product-use-grid,
  .telyek-product-trust-grid,
  .telyek-product-step-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-hero__grid,
  .home-why,
  .telecom-grid,
  .cta-band,
  .site-footer__grid,
  .products-hero,
  .products-faq,
  .woocommerce-checkout #customer_details,
  .page-grid,
  .hero-split-card {
    grid-template-columns: 1fr;
  }

  .hero-split-card .hero-visual {
    min-height: 0;
    width: 100%;
    max-height: 360px;
    object-fit: cover;
  }

  .chart-layout,
  .telecom-panel,
  .cta-band__form,
  .pricing-grid,
  .pricing-faq,
  .solution-grid,
  .ready-plan-grid,
  .products-trust,
  .product-steps,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .article-grid,
  .blog-grid,
  .login-features,
  .feature-grid--home,
  .stats-grid,
  .hero-quick-cards,
  .metrics-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .telecom-center {
    order: -1;
  }

  .pricing-hero,
  .products-hero,
  .blog-hero,
  .pricing-cta,
  .login-hero,
  .contact-form-layout {
    grid-template-columns: 1fr;
    display: grid;
  }

  .pricing-cta {
    gap: 16px;
  }

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

@media (max-width: 860px) {
  .elementor-section:has(.telyek-product-problem-wrap):has(.telyek-product-detail-image) > .elementor-container {
    grid-template-columns: 1fr;
  }

  .telyek-product-overview-grid,
  .telyek-product-package-grid,
  .telyek-product-metric-row,
  .telyek-product-benefit-grid,
  .telyek-product-use-grid,
  .telyek-product-trust-grid,
  .telyek-product-step-grid {
    grid-template-columns: 1fr;
  }

  .telyek-product-section-head {
    text-align: start;
  }

  .telyek-product-problem,
  .telyek-product-benefit-card,
  .telyek-product-use-case,
  .telyek-product-step,
  .telyek-product-trust-card,
  .telyek-product-faq-block {
    padding: 18px;
  }

  .telyek-product-card__media,
  .telyek-product-card__media img {
    min-height: 190px;
  }

  .telyek-product-card__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .telyek-product-card__actions .button,
  .telyek-product-card__actions .text-link {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .site-bar {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 8px;
    min-height: 58px;
    border-radius: 22px;
    padding: 8px;
  }

  .brand {
    margin-inline-start: 0;
    order: 2;
    justify-content: center;
  }

  .site-header .brand-logo {
    height: 28px !important;
  }

  .site-nav {
    display: none;
  }

  .header-phone {
    order: 4;
    min-width: 0;
  }

  .header-phone span {
    display: none;
  }

  .header-auth {
    order: 3;
  }

  .header-cta {
    order: 1;
    min-width: 86px;
  }

  .mobile-menu-toggle {
    order: 5;
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(24, 31, 47, 0.10);
    border-radius: 14px;
    background: #fff;
    color: var(--tc-ink);
    cursor: pointer;
  }

  .mobile-menu-toggle__bars,
  .mobile-menu-toggle__bars::before,
  .mobile-menu-toggle__bars::after {
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    content: "";
  }

  .mobile-menu-toggle__bars {
    position: relative;
  }

  .mobile-menu-toggle__bars::before,
  .mobile-menu-toggle__bars::after {
    position: absolute;
    right: 0;
  }

  .mobile-menu-toggle__bars::before {
    top: -6px;
  }

  .mobile-menu-toggle__bars::after {
    top: 6px;
  }

  .mobile-menu-backdrop {
    position: fixed;
    inset: 0;
    z-index: 80;
    background: rgba(17, 24, 39, 0.34);
    backdrop-filter: blur(4px);
  }

  .mobile-menu-backdrop:not([hidden]) {
    display: block;
  }

  .mobile-menu-drawer {
    position: fixed;
    inset-block: 0;
    inset-inline-end: 0;
    z-index: 90;
    width: min(340px, calc(100vw - 26px));
    display: grid;
    grid-template-rows: auto 1fr auto;
    gap: 16px;
    padding: 18px;
    background: rgba(255, 255, 255, 0.96);
    border-inline-start: 1px solid rgba(24, 31, 47, 0.08);
    box-shadow: -28px 0 70px rgba(24, 31, 47, 0.18);
    transform: translateX(110%);
    transition: transform 180ms ease;
    pointer-events: none;
  }

  .mobile-menu-drawer.is-open {
    transform: translateX(0);
    pointer-events: auto;
  }

  .mobile-menu-drawer__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(24, 31, 47, 0.08);
  }

  .mobile-menu-drawer__head .brand {
    width: auto;
    justify-content: flex-start;
  }

  .mobile-menu-close {
    width: 38px;
    height: 38px;
    border: 1px solid rgba(24, 31, 47, 0.10);
    border-radius: 12px;
    background: #fff;
    color: var(--tc-ink);
    font-size: 1.2rem;
    cursor: pointer;
  }

  .mobile-menu-drawer__nav,
  .mobile-menu-list {
    display: grid;
    gap: 8px;
    align-content: start;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-drawer__nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 0 12px;
    border-radius: 14px;
    background: rgba(245, 247, 251, 0.86);
    color: var(--tc-ink);
    font-weight: 750;
  }

  .mobile-menu-drawer__nav .menu-item,
  .mobile-menu-drawer__nav .telyek-nav-item {
    display: grid;
    gap: 8px;
    width: 100%;
  }

  .mobile-menu-drawer__nav .menu-item-has-children > a::after,
  .mobile-menu-drawer__nav .telyek-nav-item--has-submenu > .telyek-nav-link::after {
    margin-inline-start: auto;
  }

  .mobile-menu-drawer__nav .sub-menu,
  .mobile-menu-drawer__nav .telyek-nav-submenu {
    position: static;
    display: grid;
    min-width: 0;
    gap: 6px;
    margin: 0;
    padding: 6px;
    border: 1px solid rgba(34, 92, 145, 0.1);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.78);
    box-shadow: none;
    opacity: 1;
    pointer-events: auto;
    transform: none;
    visibility: visible;
  }

  .mobile-menu-drawer__nav .telyek-nav-mega {
    position: static;
    inset: auto;
    left: auto;
    right: auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
    transform: none !important;
  }

  .mobile-menu-drawer__nav .menu-item.is-open > .telyek-nav-mega,
  .mobile-menu-drawer__nav .telyek-nav-item.is-open > .telyek-nav-mega {
    transform: none !important;
  }

  .mobile-menu-drawer__nav .telyek-nav-mega::before {
    display: none;
  }

  .mobile-menu-drawer__nav .telyek-nav-mega__products {
    grid-template-columns: 1fr;
    width: 100%;
    min-width: 0;
  }

  .mobile-menu-drawer__nav .telyek-nav-product-card {
    grid-template-columns: 38px minmax(0, 1fr);
    width: 100%;
    box-sizing: border-box;
    min-height: 92px !important;
    padding: 10px !important;
  }

  .mobile-menu-drawer__nav .telyek-nav-product-card__icon {
    width: 38px;
    height: 38px;
  }

  .mobile-menu-drawer__nav .telyek-nav-mega__cta {
    padding: 12px;
    border-radius: 16px;
  }

  .mobile-menu-drawer__nav .telyek-nav-mega__actions {
    grid-template-columns: 1fr;
  }

  .mobile-menu-drawer__nav .sub-menu a:not(.telyek-nav-product-card),
  .mobile-menu-drawer__nav .telyek-nav-submenu a:not(.telyek-nav-product-card) {
    min-height: 40px;
    padding-inline: 12px;
    background: rgba(255, 255, 255, 0.86);
    font-size: 0.9rem;
    white-space: normal;
  }

  .mobile-menu-drawer__nav .telyek-nav-mega__actions a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
  }

  .mobile-menu-drawer__actions {
    display: grid;
    gap: 10px;
    padding-top: 12px;
    border-top: 1px solid rgba(24, 31, 47, 0.08);
  }

  .mobile-menu-drawer__actions .header-phone,
  .mobile-menu-drawer__actions .header-auth,
  .mobile-menu-drawer__actions .header-cta {
    width: 100%;
    min-height: 44px;
  }

  .mobile-menu-drawer__actions .header-phone span {
    display: inline;
  }

  body.mobile-menu-open {
    overflow: hidden;
  }

  .home-shell,
  .page-shell,
  .site-bar,
  .site-footer-inner {
    width: min(100% - 20px, 1480px);
  }

  .site-main,
  .home-shell,
  .page-shell {
    max-width: 100%;
    overflow-x: clip;
  }

  .page-shell,
  .products-page {
    row-gap: var(--tc-section-gap-sm);
  }

  .site-main .telyek-elementor-page > .elementor > .elementor-top-section + .elementor-top-section {
    margin-block-start: var(--tc-section-gap-sm);
  }

  .home-hero__copy h1,
  .page-hero h1,
  .page-title,
  .entry-title {
    font-size: clamp(1.9rem, 6.2vw, 2.35rem);
  }

  .feature-grid--home,
  .stats-grid,
  .hero-quick-cards,
  .metrics-grid,
  .pricing-grid,
  .brand-row,
  .article-grid,
  .blog-grid,
  .blog-grid--magazine,
  .solution-grid,
  .ready-plan-grid,
  .products-trust,
  .product-steps,
  .blog-topics,
  .blog-stats,
  .blog-strip,
  .login-features,
  .woocommerce ul.products,
  .woocommerce-page ul.products,
  .telecom-panel,
  .cta-band__form {
    grid-template-columns: 1fr;
  }

  .pricing-switch + .pricing-grid {
    margin-block-start: 20px;
  }

  .pricing-grid + .pricing-faq,
  .pricing-footnote + .pricing-faq {
    margin-block-start: 24px;
  }

  .login-panel__head,
  .login-row {
    align-items: stretch;
  }

  .login-row {
    flex-direction: column;
  }

  .login-link {
    text-align: center;
  }

  .why-illustration {
    min-height: 360px;
  }

  .why-cloud {
    left: 12%;
  }

  .why-device--tablet {
    width: 86%;
    left: 7%;
  }

  .footer-bottom {
    flex-direction: column;
  }

  .page-panel,
  .content-card {
    padding: 18px;
  }

  .pricing-hero__art {
    min-height: 300px;
    padding: 18px;
  }

  .customer-panel__hero,
  .customer-card,
  .telyek-ticket-box--panel {
    padding: 18px;
    border-radius: 20px;
  }

  .customer-stat {
    min-height: auto;
  }

  .pricing-comparison,
  .pricing-faq__support,
  .pricing-faq__list,
  .pricing-cta,
  .products-faq,
  .products-cta,
  .blog-feature-card__body {
    padding: 18px;
  }

  .products-page {
    width: min(100% - 20px, 1480px);
  }

  .blog-page {
    width: min(100% - 20px, 1480px);
  }

  .products-hero {
    min-height: auto;
    padding: 24px 0;
  }

  .blog-hero {
    padding: 24px 0 12px;
  }

  .products-hero h1 {
    font-size: clamp(1.95rem, 6.8vw, 2.45rem);
  }

  .blog-hero__copy h1 {
    font-size: clamp(1.95rem, 6.8vw, 2.45rem);
  }

  .products-hero__art {
    min-height: auto;
  }

  .products-cta {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-topics,
  .blog-grid--magazine,
  .blog-strip {
    grid-template-columns: 1fr;
  }

  .telyek-blog-layout {
    grid-template-columns: 1fr;
  }

  .telyek-blog-categories__head {
    align-items: stretch;
    flex-direction: column;
  }

  .telyek-blog-categories__actions {
    grid-template-columns: 1fr;
  }

  .telyek-blog-category-button {
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .telyek-blog-category-button__count {
    grid-column: 2;
    width: fit-content;
  }

  .telyek-blog-sidebar {
    position: static;
  }

  .customer-panel__hero,
  .customer-card__head,
  .customer-order__top,
  .customer-ticket__top {
    flex-direction: column;
    align-items: flex-start;
  }

  .customer-panel__grid,
  .customer-panel__stats,
  .customer-form__grid,
  .contact-form-layout__row {
    grid-template-columns: 1fr;
  }

  .telyek-el-card-row > .elementor-container,
  .telyek-el-card-grid,
  .telyek-el-pricing {
    grid-template-columns: 1fr;
  }

  .telyek-el-section {
    width: min(100% - 20px, 1480px);
    padding: 18px 0;
  }

  .telyek-el-site-header {
    width: min(100% - 16px, 1500px);
    margin: 8px auto 14px;
    padding: 10px;
    border-radius: 22px;
  }

  .telyek-el-site-header > .elementor-container,
  .telyek-el-site-header .elementor-container {
    flex-wrap: wrap;
    gap: 8px;
  }

  .telyek-el-site-header .elementor-column {
    width: auto !important;
    flex: 0 1 auto;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-header-nav-wrap) {
    display: none;
  }

  .telyek-el-site-header .elementor-widget-wrap {
    padding: 0;
  }

  .telyek-el-header-nav {
    justify-content: center;
    gap: 8px 12px;
    font-size: 13px;
  }

  .telyek-el-header-nav-wrap {
    display: none;
  }

  .telyek-el-header-actions {
    justify-content: center;
    gap: 6px;
  }

  .telyek-el-header-actions .telyek-el-header-action--ghost {
    display: none;
  }

  .telyek-el-header-action,
  .telyek-el-phone-button .elementor-button {
    min-height: 38px;
    padding: 9px 14px;
    font-size: 12px;
  }

  .telyek-el-header-actions .mobile-menu-toggle {
    order: 20;
    flex: 0 0 42px;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-header-logo) {
    flex: 0 0 auto;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-header-actions) {
    flex: 1 1 auto;
  }

  .telyek-el-site-footer {
    width: min(100% - 16px, 1500px);
    padding: 24px 16px;
    border-radius: 24px 24px 0 0;
  }

  .telyek-el-site-footer > .elementor-container,
  .telyek-el-site-footer .elementor-container {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .telyek-el-site-footer .elementor-column,
  .telyek-el-site-footer .elementor-column:nth-child(1),
  .telyek-el-site-footer .elementor-column:nth-child(2),
  .telyek-el-site-footer .elementor-column:nth-child(3),
  .telyek-el-site-footer .elementor-column:nth-child(4) {
    grid-column: 1 / -1;
    width: 100% !important;
  }

  .telyek-el-footer-about {
    max-width: none;
  }

  .telyek-el-footer-links {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .telyek-el-footer-trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .telyek-el-footer-trust__grid {
    justify-content: flex-start;
  }

  .telyek-el-hero {
    min-height: auto;
  }

  .telyek-el-hero > .elementor-container,
  .telyek-el-cta > .elementor-container,
  .telyek-shortcode-panel {
    padding: 18px;
    border-radius: 22px;
  }

  .telyek-hero-slider {
    border-radius: 22px;
  }

  .telyek-hero-slider__viewport {
    min-height: 280px;
    aspect-ratio: 16 / 11;
  }

  .telyek-hero-slider__caption {
    inset-inline: 12px;
    inset-block-end: 12px;
    width: calc(100% - 24px);
    padding: 12px;
    border-radius: 16px;
  }

  .telyek-hero-slider__caption p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .telyek-hero-slider__control {
    width: 34px;
    height: 34px;
  }

  .customer-copy {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-switch {
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .pricing-switch__button {
    flex: 1 1 120px;
  }
}

@media (max-width: 520px) {
  .telyek-hero-slider__viewport {
    min-height: 238px;
  }

  .telyek-hero-slider__caption {
    padding: 10px 11px;
  }

  .telyek-hero-slider__caption strong {
    font-size: 0.98rem;
  }

  .telyek-hero-slider__caption p {
    display: none;
  }

  .telyek-hero-slider__dots {
    inset-inline-start: 12px;
    inset-block-start: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .telyek-hero-slider__slide,
  .telyek-hero-slider__dot {
    transition: none;
  }
}

@media (max-width: 640px) {
  .site-main {
    padding-top: 14px;
  }

  .site-bar {
    grid-template-columns: auto 1fr auto auto;
    gap: 7px;
    padding: 8px;
  }

  .brand {
    order: 2;
    width: auto;
    justify-content: center;
  }

  .header-phone,
  .header-auth,
  .header-cta {
    min-height: 40px;
    padding: 0 9px;
    font-size: 0.8rem;
  }

  .header-phone {
    order: 4;
    flex: 0 0 auto;
    width: 40px;
    padding: 0;
  }

  .header-auth {
    order: 3;
    flex: 0 0 auto;
  }

  .header-cta {
    order: 1;
    flex: 0 0 auto;
  }

  .site-nav {
    display: none;
  }

  .blog-hero__copy h1,
  .products-hero h1,
  .home-hero__copy h1,
  .page-title,
  .entry-title {
    font-size: 2rem;
    line-height: 1.32;
  }

  .blog-hero__actions,
  .home-hero__actions,
  .login-signed-in__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .blog-hero__actions .button,
  .home-hero__actions .button,
  .login-form .button,
  .login-signed-in__actions .button {
    width: 100%;
  }

  .blog-feature-card,
  .blog-card--magazine,
  .login-panel {
    border-radius: 20px;
  }

  .blog-card--magazine .blog-card__image img {
    aspect-ratio: 1.6;
  }

  .blog-card--magazine .blog-card__body,
  .telyek-popular-posts {
    padding: 14px;
  }

  .login-panel {
    padding: 18px;
  }
}

/* Brand palette override: dark blue + green */
body,
.home {
  background:
    radial-gradient(circle at 16% 9%, rgba(37, 99, 235, 0.10), transparent 24%),
    radial-gradient(circle at 86% 12%, rgba(16, 185, 129, 0.10), transparent 22%),
    linear-gradient(180deg, #F8FAFC 0%, #EEF6FF 100%);
  color: #0F172A;
}

.site-bar,
.telyek-el-site-header,
.mobile-menu-drawer {
  border-color: rgba(37, 99, 235, 0.10);
  background: rgba(255, 255, 255, 0.90);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08);
}

.site-nav a,
.telyek-el-header-nav a,
.telyek-nav-submenu a,
.site-nav .sub-menu a,
.telyek-el-header-nav .sub-menu a {
  color: #475569;
}

.site-nav a:hover,
.site-nav .current-menu-item > a,
.telyek-el-header-nav a:hover,
.site-nav .sub-menu a:hover,
.site-nav .sub-menu a:focus-visible,
.telyek-el-header-nav .sub-menu a:hover,
.telyek-el-header-nav .sub-menu a:focus-visible,
.telyek-nav-submenu a:hover,
.telyek-nav-submenu a:focus-visible {
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
}

.telyek-nav-mega,
.site-nav .sub-menu,
.telyek-el-header-nav .sub-menu,
.telyek-nav-submenu {
  border-color: rgba(37, 99, 235, 0.12);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(248, 250, 252, 0.98));
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.13);
}

.telyek-nav-product-card {
  border-color: rgba(37, 99, 235, 0.10);
}

.telyek-nav-product-card__icon,
.solution-card__icon,
.pricing-card__icon,
.telyek-product-card__icon,
.telyek-el-card__icon,
.telyek-product-benefit-card > span,
.telyek-product-trust-card > svg {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.14));
  color: #2563EB;
}

.telyek-nav-product-card__top strong,
.pricing-card h3,
.products-section__head h2,
.products-faq__list h2,
.products-cta h2,
.telyek-product-card h3,
.telyek-product-package-card h3,
.telyek-product-story h3,
.telyek-product-benefit-card h3,
.telyek-product-use-case h3,
.telyek-product-step h3,
.telyek-product-trust-card h3,
.telyek-product-section-head h2,
.section-title,
.page-title,
.entry-title,
.telyek-el-title .elementor-heading-title {
  color: #0F172A;
}

.section-kicker,
.products-page .section-kicker,
.pricing-card__badge,
.telyek-product-package-card__support,
.ready-plan__badge,
.telyek-el-footer-column a:hover,
.text-link {
  background: rgba(37, 99, 235, 0.08);
  color: #2563EB;
}

.button,
.wp-block-button__link,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.products-page .woocommerce a.button,
.pricing-card__actions .button,
.telyek-product-card__actions .button,
.telyek-product-package-card .button {
  border-color: rgba(37, 99, 235, 0.16);
  background: #2563EB;
  color: #fff;
  box-shadow: 0 14px 30px rgba(37, 99, 235, 0.20);
}

.button:hover,
.wp-block-button__link:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.products-page .woocommerce a.button:hover {
  background: #1D4ED8;
  color: #fff;
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.button--accent,
.header-cta,
.products-button,
.telyek-el-header-action--dark,
.telyek-el-button-primary .elementor-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.ready-plan .button,
.telyek-ticket-box--locked .button {
  border-color: rgba(16, 185, 129, 0.24);
  background: linear-gradient(135deg, #2563EB 0%, #10B981 100%);
  color: #fff;
  box-shadow: 0 16px 34px rgba(16, 185, 129, 0.22);
}

.button--accent:hover,
.header-cta:hover,
.products-button:hover,
.telyek-el-header-action--dark:hover,
.telyek-el-button-primary .elementor-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover {
  background: linear-gradient(135deg, #1D4ED8 0%, #059669 100%);
  color: #fff;
}

.button--ghost,
.products-button--ghost,
.telyek-el-button-secondary .elementor-button,
.header-auth--ghost,
.telyek-el-header-action--ghost,
.header-phone {
  border-color: rgba(37, 99, 235, 0.16);
  background: #fff;
  color: #0F172A;
  box-shadow: inset 0 0 0 1px rgba(37, 99, 235, 0.06);
}

.button--ghost:hover,
.products-button--ghost:hover,
.telyek-el-button-secondary .elementor-button:hover,
.header-auth--ghost:hover,
.telyek-el-header-action--ghost:hover,
.header-phone:hover {
  border-color: rgba(37, 99, 235, 0.28);
  background: rgba(37, 99, 235, 0.08);
  color: #2563EB;
}

.header-auth:not(.header-auth--ghost),
.telyek-el-header-action:not(.telyek-el-header-action--ghost):not(.telyek-el-header-action--dark),
.telyek-el-phone-button .elementor-button {
  border-color: rgba(37, 99, 235, 0.20);
  background: linear-gradient(135deg, #2563EB 0%, #0F172A 100%);
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.telyek-nav-mega__cta {
  background: linear-gradient(145deg, #0F172A, #1E3A8A);
  color: #fff;
}

.telyek-nav-mega__cta::after {
  background: rgba(16, 185, 129, 0.20);
}

.telyek-nav-mega__cta .section-kicker {
  background: transparent;
  color: #34D399;
}

.telyek-nav-product-card__top em {
  background: rgba(16, 185, 129, 0.14);
  color: #047857;
}

.telyek-nav-mega__actions a:hover,
.telyek-nav-mega__actions a:focus-visible,
.telyek-nav-mega .telyek-nav-mega__actions a:hover,
.telyek-nav-mega .telyek-nav-mega__actions a:focus-visible {
  background: #10B981 !important;
  color: #fff !important;
}

.pricing-hero__art,
.products-hero__art::before,
.telyek-el-hero > .elementor-container,
.telyek-el-cta > .elementor-container,
.pricing-cta,
.products-cta {
  border-color: rgba(37, 99, 235, 0.10);
  background:
    radial-gradient(circle at 18% 20%, rgba(37, 99, 235, 0.12), transparent 30%),
    radial-gradient(circle at 84% 22%, rgba(16, 185, 129, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(248, 250, 252, 0.94));
}

.pricing-switch {
  border-color: rgba(37, 99, 235, 0.14);
  background: rgba(255, 255, 255, 0.86);
}

.pricing-switch__button {
  color: #64748B;
}

.pricing-switch__button.is-active,
.pricing-card__ribbon,
.telyek-product-package-card__badge {
  background: linear-gradient(135deg, #2563EB, #10B981);
  color: #fff;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.22);
}

.pricing-card,
.pricing-comparison,
.pricing-faq__support,
.pricing-faq__list,
.pricing-cta,
.solution-card,
.ready-plan,
.products-trust,
.product-steps article,
.products-faq,
.products-cta,
.telyek-product-card,
.telyek-product-package-card,
.telyek-product-packages__empty,
.telyek-product-story,
.telyek-product-benefit-card,
.telyek-product-use-case,
.telyek-product-step,
.telyek-product-trust-card,
.telyek-product-faq-block,
.telyek-product-problem,
.telyek-product-outcome,
.telyek-el-card,
.page-panel,
.content-card,
.woocommerce ul.products li.product,
.woocommerce div.product,
.woocommerce .woocommerce-cart-form,
.woocommerce .cart-collaterals,
.woocommerce-checkout form.checkout,
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2,
.woocommerce-checkout #order_review,
.woocommerce-checkout #order_review_heading,
.woocommerce-checkout #payment {
  border-color: rgba(37, 99, 235, 0.10);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.07);
}

.pricing-card--featured,
.ready-plan--featured,
.telyek-product-package-card--featured {
  border-color: rgba(37, 99, 235, 0.36);
  box-shadow: 0 26px 76px rgba(37, 99, 235, 0.14);
}

.pricing-card--featured::before {
  background: linear-gradient(180deg, rgba(37, 99, 235, 0.78), rgba(16, 185, 129, 0.18));
}

.pricing-card__badge,
.telyek-product-package-card__support {
  background: rgba(37, 99, 235, 0.09);
  color: #2563EB;
}

.pricing-price,
.telyek-product-package-card__price,
.ready-plan__price,
.woocommerce ul.products li.product .price {
  color: #0F172A;
}

.pricing-features svg,
.products-proof svg,
.solution-card li svg,
.ready-plan li svg,
.telyek-product-card li svg,
.telyek-product-package-card li svg,
.telyek-product-hero-points svg,
.check-list svg,
.call-status--ok,
.products-trust svg {
  color: #10B981;
}

.products-page {
  color: #0F172A;
}

.products-page .section-kicker,
.ready-plan__badge {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.products-button--ghost {
  color: #2563EB;
}

.solution-card--orange .solution-card__icon,
.solution-card--blue .solution-card__icon,
.solution-card--green .solution-card__icon {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.14));
  color: #2563EB;
}

.telyek-product-outcome {
  border-color: rgba(16, 185, 129, 0.20);
  background: linear-gradient(135deg, rgba(16, 185, 129, 0.10), rgba(255, 255, 255, 0.94));
}

.telyek-product-outcome strong {
  color: #047857;
}

.telyek-product-step > span {
  background: #0F172A;
  color: #fff;
}

.telyek-el-site-footer {
  border-color: rgba(37, 99, 235, 0.10);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), #EFF6FF);
  box-shadow: 0 -18px 50px rgba(15, 23, 42, 0.07);
}

.telyek-el-footer-column h3,
.telyek-el-footer-about strong {
  color: #0F172A;
}

.telyek-el-footer-column a:hover,
.telyek-el-footer-copy a {
  color: #2563EB;
}

input:focus,
textarea:focus,
select:focus,
.login-field input:focus,
.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus,
.woocommerce form .form-row select:focus {
  border-color: rgba(37, 99, 235, 0.50);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.10);
  outline: none;
}

.woocommerce table.shop_table th,
.woocommerce-checkout #payment {
  background: rgba(37, 99, 235, 0.06);
}

.login-badge {
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(16, 185, 129, 0.14));
  color: #2563EB;
}

.login-badge svg,
.login-badge svg * {
  color: #2563EB;
  stroke: currentColor;
}

.contact-assist-card {
  border-color: rgba(37, 99, 235, 0.12);
  background:
    radial-gradient(circle at 88% 12%, rgba(16, 185, 129, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(248, 250, 252, 0.98), rgba(255, 255, 255, 0.98));
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.06);
}

.woocommerce a.remove {
  background: rgba(255, 82, 82, 0.10);
  color: #f04444 !important;
}

/* No-gradient brand finish */
body,
.home {
  background: #F8FAFC;
}

.telyek-nav-mega,
.site-nav .sub-menu,
.telyek-el-header-nav .sub-menu,
.telyek-nav-submenu,
.pricing-hero__art,
.telyek-el-hero > .elementor-container,
.telyek-el-cta > .elementor-container,
.pricing-cta,
.products-cta,
.telyek-el-site-footer,
.contact-assist-card {
  background: #fff;
  background-image: none;
}

.products-hero__art::before {
  background: #EFF6FF;
  background-image: none;
}

.telyek-nav-product-card__icon,
.solution-card__icon,
.pricing-card__icon,
.telyek-product-card__icon,
.telyek-el-card__icon,
.telyek-product-benefit-card > span,
.telyek-product-trust-card > svg,
.solution-card--orange .solution-card__icon,
.solution-card--blue .solution-card__icon,
.solution-card--green .solution-card__icon,
.login-badge {
  background: rgba(37, 99, 235, 0.10);
  background-image: none;
  color: #2563EB;
}

.button--accent,
.header-cta,
.products-button,
.telyek-el-header-action--dark,
.telyek-el-button-primary .elementor-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.ready-plan .button,
.telyek-ticket-box--locked .button {
  background: #10B981;
  background-image: none;
  color: #fff;
  box-shadow: 0 14px 30px rgba(16, 185, 129, 0.20);
}

.button--accent:hover,
.header-cta:hover,
.products-button:hover,
.telyek-el-header-action--dark:hover,
.telyek-el-button-primary .elementor-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover {
  background: #059669;
  background-image: none;
  color: #fff;
}

.header-auth:not(.header-auth--ghost),
.telyek-el-header-action:not(.telyek-el-header-action--ghost):not(.telyek-el-header-action--dark),
.telyek-el-phone-button .elementor-button {
  background: #2563EB;
  background-image: none;
  color: #fff;
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.22);
}

.header-auth:not(.header-auth--ghost):hover,
.telyek-el-header-action:not(.telyek-el-header-action--ghost):not(.telyek-el-header-action--dark):hover,
.telyek-el-phone-button .elementor-button:hover {
  background: #1D4ED8;
  background-image: none;
  color: #fff;
}

.telyek-nav-mega__cta {
  background: #0F172A;
  background-image: none;
}

.telyek-nav-mega__cta::after {
  display: none;
}

.pricing-switch__button.is-active,
.pricing-card__ribbon,
.telyek-product-package-card__badge {
  background: #2563EB;
  background-image: none;
  color: #fff;
}

.pricing-card--featured::before {
  background: rgba(37, 99, 235, 0.14);
  background-image: none;
}

.telyek-product-outcome {
  background: rgba(16, 185, 129, 0.08);
  background-image: none;
}

.telyek-product-trust-section > .elementor-container,
.telyek-product-use-case {
  background: #fff;
  background-image: none;
}

/* Hard stop for gradient UI backgrounds */
body,
.home {
  background-color: #F8FAFC !important;
  background-image: none !important;
}

.home-glow--left,
.home-glow--right {
  display: none;
  background-image: none !important;
}

.telyek-nav-mega,
.site-nav .sub-menu,
.telyek-el-header-nav .sub-menu,
.telyek-nav-submenu,
.feature-card--home,
.why-cloud,
.telecom-center,
.pricing-hero__art,
.pricing-card--free,
.pricing-card--soft,
.pricing-card--deep,
.pricing-faq__support,
.pricing-cta,
.products-hero__art::before,
.products-cta,
.telyek-el-hero > .elementor-container,
.telyek-el-cta > .elementor-container,
.telyek-el-site-footer,
.telyek-product-trust-section > .elementor-container,
.telyek-product-use-case,
.customer-panel__hero,
.customer-ticket,
.contact-assist-card {
  background-color: #fff !important;
  background-image: none !important;
}

.telyek-nav-product-card__icon,
.feature-icon,
.feature-pill-card__icon,
.solution-card__icon,
.pricing-card__icon,
.telyek-product-card__icon,
.telyek-el-card__icon,
.telyek-product-benefit-card > span,
.telyek-product-trust-card > svg,
.solution-card--orange .solution-card__icon,
.solution-card--blue .solution-card__icon,
.solution-card--green .solution-card__icon,
.login-badge {
  background-color: rgba(37, 99, 235, 0.10) !important;
  background-image: none !important;
  color: #2563EB;
}

.button--accent,
.header-cta,
.products-button,
.telyek-el-header-action--dark,
.telyek-el-button-primary .elementor-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout #payment #place_order,
.ready-plan .button,
.telyek-ticket-box--locked .button,
.dialer-call {
  background-color: #10B981 !important;
  background-image: none !important;
  color: #fff;
}

.button--accent:hover,
.header-cta:hover,
.products-button:hover,
.telyek-el-header-action--dark:hover,
.telyek-el-button-primary .elementor-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout #payment #place_order:hover {
  background-color: #059669 !important;
  background-image: none !important;
  color: #fff;
}

.header-auth,
.products-page .woocommerce a.button,
.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.product .button:focus-visible,
.telyek-el-phone-button .elementor-button,
.pricing-switch__button.is-active,
.pricing-card__ribbon,
.ready-plan__badge,
.telyek-product-package-card__badge {
  background-color: #2563EB !important;
  background-image: none !important;
  color: #fff;
}

.telyek-nav-mega__cta {
  background-color: #0F172A !important;
  background-image: none !important;
}

.pricing-card--featured::before {
  background-color: rgba(37, 99, 235, 0.14) !important;
  background-image: none !important;
}

.telyek-product-outcome {
  background-color: rgba(16, 185, 129, 0.08) !important;
  background-image: none !important;
}

.donut-ring {
  background-color: #EFF6FF !important;
  background-image: none !important;
  border: 12px solid rgba(37, 99, 235, 0.18);
}

.header-auth--ghost,
.telyek-el-header-action--ghost,
.products-button--ghost,
.button--ghost {
  background-color: #fff !important;
  background-image: none !important;
  color: #0F172A;
}

.telyek-el-site-header > .elementor,
.telyek-el-site-header .elementor-section,
.telyek-el-site-header .elementor-section-wrap {
  width: 100%;
}

.telyek-el-site-header .elementor-container {
  display: grid !important;
  grid-template-columns: auto minmax(420px, 1fr) auto auto;
  align-items: center !important;
  column-gap: clamp(14px, 1.8vw, 28px);
  min-height: 62px;
}

.telyek-el-site-header .elementor-column {
  width: auto !important;
  min-width: 0;
  grid-row: 1;
}

.telyek-el-site-header .elementor-column:has(.telyek-el-header-logo) {
  grid-column: 1;
  justify-self: end;
}

.telyek-el-site-header .elementor-column:has(.telyek-el-header-nav) {
  grid-column: 2;
  justify-self: center;
}

.telyek-el-site-header .elementor-column:has(.telyek-el-header-actions) {
  grid-column: 3;
  justify-self: start;
}

.telyek-el-site-header .elementor-column:has(.telyek-el-phone-button) {
  grid-column: 4;
  justify-self: start;
}

.telyek-el-site-header .elementor-widget-wrap {
  min-height: 44px;
  align-items: center !important;
  align-content: center !important;
  justify-content: center !important;
  padding-block: 0 !important;
}

.telyek-el-site-header .telyek-el-header-nav-wrap,
.telyek-el-site-header .telyek-el-header-nav-wrap .elementor-widget-container,
.telyek-el-site-header .elementor-shortcode {
  width: 100%;
}

.telyek-el-header-nav {
  width: 100%;
  min-height: 44px;
  align-items: center !important;
  justify-content: center !important;
  gap: 4px clamp(14px, 1.45vw, 24px);
}

.telyek-el-header-nav > a,
.telyek-el-header-nav .telyek-nav-link,
.telyek-el-header-nav .menu-item > a {
  min-height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 2px;
  line-height: 1.35;
  text-align: center;
}

.telyek-el-header-actions {
  min-height: 44px;
  align-items: center !important;
  justify-content: center !important;
}

.telyek-el-phone-button .elementor-button,
.telyek-el-header-action {
  min-height: 42px;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1.35;
}

.site-bar {
  grid-template-columns: auto auto minmax(420px, 1fr) auto auto;
  align-items: center;
}

.site-bar .brand {
  justify-self: end;
  margin: 0;
}

.site-bar .site-nav {
  justify-self: center;
}

.site-bar .header-auth,
.site-bar .header-cta,
.site-bar .header-phone {
  justify-self: center;
}

@media (max-width: 1180px) {
  .telyek-el-site-header .elementor-container {
    grid-template-columns: auto minmax(0, 1fr) auto;
    column-gap: 8px;
    min-height: 52px;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-header-logo) {
    grid-column: 1;
    justify-self: end;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-header-nav) {
    display: none;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-header-actions) {
    grid-column: 2;
    justify-self: center;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-phone-button) {
    grid-column: 3;
    justify-self: start;
  }

  .telyek-el-header-actions {
    justify-content: center !important;
  }
}

@media (max-width: 640px) {
  .telyek-el-site-header .elementor-container {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-phone-button) {
    display: none;
  }

  .telyek-el-site-header .elementor-column:has(.telyek-el-header-actions) {
    grid-column: 2;
    justify-self: start;
  }

  .telyek-el-header-actions {
    flex-wrap: nowrap !important;
    justify-content: flex-start !important;
  }
}

.home-hero__actions,
.blog-hero__actions,
.pricing-cta__actions,
.login-signed-in__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 12px;
}

.home-hero__actions .button,
.blog-hero__actions .button,
.pricing-cta__actions .button,
.login-signed-in__actions .button {
  width: auto;
  min-width: 158px;
  justify-content: center;
  text-align: center;
}

.elementor-widget-wrap > .telyek-el-button-primary,
.elementor-widget-wrap > .telyek-el-button-secondary {
  flex: 0 0 auto;
  width: auto !important;
  max-width: 100%;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}

.elementor-widget-wrap > .telyek-el-button-primary + .telyek-el-button-secondary,
.elementor-widget-wrap > .telyek-el-button-secondary + .telyek-el-button-primary {
  margin-inline-start: 12px !important;
}

.elementor-widget-wrap > .telyek-el-button-primary .elementor-button,
.elementor-widget-wrap > .telyek-el-button-secondary .elementor-button {
  min-width: 154px;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
}

.elementor-section:has(.telyek-el-card-title) > .elementor-container {
  align-items: stretch;
}

.elementor-section:has(.telyek-el-card-title) .elementor-column {
  box-sizing: border-box;
  padding: 8px;
}

.elementor-widget-wrap:has(> .telyek-el-card-title) {
  position: relative;
  flex-direction: column;
  align-content: start;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 10px;
  min-height: 164px;
  height: 100%;
  padding: clamp(18px, 2vw, 24px) !important;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.07);
}

.elementor-widget-wrap:has(> .telyek-el-card-title)::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: clamp(18px, 2vw, 24px);
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: #10B981;
}

.elementor-widget-wrap:has(> .telyek-el-card-title)::after {
  content: "";
  position: absolute;
  inset-block-start: 16px;
  inset-inline-end: 18px;
  width: 38px;
  height: 38px;
  border-radius: 14px;
  background: rgba(37, 99, 235, 0.08);
}

.elementor-widget-wrap > .telyek-el-card-title,
.elementor-widget-wrap > .telyek-el-card-text {
  position: relative;
  z-index: 1;
  width: 100%;
}

.elementor-widget-wrap > .telyek-el-card-title {
  padding-inline-end: 48px;
}

.elementor-widget-wrap > .telyek-el-card-title .elementor-heading-title {
  margin: 0;
  color: #0F172A;
  line-height: 1.55;
  text-align: start;
}

.elementor-widget-wrap > .telyek-el-card-text,
.elementor-widget-wrap > .telyek-el-card-text p {
  margin: 0;
  color: #64748B;
  line-height: 1.9;
  text-align: start;
}

.elementor-section:has(.telyek-el-cta-title) > .elementor-container {
  align-items: center;
  gap: clamp(14px, 2vw, 28px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.elementor-section:has(.telyek-el-cta-title) .elementor-column {
  padding: 0 8px;
}

.elementor-section:has(.telyek-el-cta-title) .elementor-widget-wrap {
  flex-direction: column;
  align-content: center;
  gap: 10px;
}

.elementor-section:has(.telyek-el-cta-title) .telyek-el-cta-title .elementor-heading-title {
  margin: 0;
  color: #0F172A;
  line-height: 1.45;
}

.elementor-section:has(.telyek-el-cta-title) .telyek-el-cta-text,
.elementor-section:has(.telyek-el-cta-title) .telyek-el-cta-text p {
  margin: 0;
  color: #475569;
  line-height: 1.9;
}

.pricing-cta,
.products-cta,
.cta-band,
.page-grid .content-card {
  border-color: rgba(37, 99, 235, 0.12);
  background-color: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.telyek-floating-cta {
  position: fixed;
  inset-inline-end: clamp(14px, 2vw, 28px);
  bottom: clamp(14px, 2vw, 26px);
  z-index: 980;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: min(430px, calc(100vw - 28px));
  padding: 8px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.14);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-10px, 18px, 0) scale(0.96);
  transform-origin: bottom left;
  transition: opacity 180ms ease, transform 220ms ease, visibility 180ms ease;
  visibility: hidden;
}

.telyek-floating-cta.is-docked {
  opacity: 1;
  pointer-events: auto;
  transform: translate3d(0, 0, 0) scale(1);
  visibility: visible;
}

.mobile-menu-open .telyek-floating-cta {
  opacity: 0;
  pointer-events: none;
  transform: translate3d(-10px, 18px, 0) scale(0.96);
  visibility: hidden;
}

.telyek-floating-cta__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  min-width: 154px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 850;
  line-height: 1.35;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease, color 160ms ease, transform 160ms ease;
}

.telyek-floating-cta__link:hover,
.telyek-floating-cta__link:focus-visible {
  transform: translateY(-1px);
}

.telyek-floating-cta__link:focus-visible {
  outline: 3px solid rgba(37, 99, 235, 0.20);
  outline-offset: 3px;
}

.telyek-floating-cta__link--pricing {
  background: #2563EB;
  color: #fff;
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.18);
}

.telyek-floating-cta__link--pricing:hover,
.telyek-floating-cta__link--pricing:focus-visible {
  background: #1D4ED8;
  color: #fff;
}

.telyek-floating-cta__link--consult {
  border-color: rgba(16, 185, 129, 0.26);
  background: #10B981;
  color: #fff;
  box-shadow: 0 12px 26px rgba(16, 185, 129, 0.16);
}

.telyek-floating-cta__link--consult:hover,
.telyek-floating-cta__link--consult:focus-visible {
  background: #059669;
  color: #fff;
}

.telyek-floating-cta__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
}

.telyek-floating-cta__icon svg {
  width: 18px;
  height: 18px;
}

@media (max-width: 640px) {
  .home-hero__actions,
  .blog-hero__actions,
  .pricing-cta__actions,
  .login-signed-in__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 10px;
  }

  .home-hero__actions .button,
  .blog-hero__actions .button,
  .pricing-cta__actions .button,
  .login-signed-in__actions .button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 10px;
    font-size: 0.82rem;
    white-space: normal;
  }

  .elementor-widget-wrap > .telyek-el-button-primary,
  .elementor-widget-wrap > .telyek-el-button-secondary {
    flex: 1 1 calc(50% - 6px);
    min-width: 0;
  }

  .elementor-widget-wrap > .telyek-el-button-primary + .telyek-el-button-secondary,
  .elementor-widget-wrap > .telyek-el-button-secondary + .telyek-el-button-primary {
    margin-inline-start: 8px !important;
  }

  .elementor-widget-wrap > .telyek-el-button-primary .elementor-button,
  .elementor-widget-wrap > .telyek-el-button-secondary .elementor-button {
    width: 100%;
    min-width: 0;
    min-height: 46px;
    padding-inline: 10px;
    font-size: 0.82rem;
  }

  .elementor-section:has(.telyek-el-card-title) .elementor-column {
    padding: 6px 0;
  }

  .elementor-widget-wrap:has(> .telyek-el-card-title) {
    min-height: 0;
    padding: 18px !important;
    border-radius: 18px;
  }

  .elementor-widget-wrap > .telyek-el-card-title {
    padding-inline-end: 42px;
  }

  .elementor-section:has(.telyek-el-cta-title) > .elementor-container {
    padding: 18px;
    border-radius: 20px;
  }

  .elementor-section:has(.telyek-el-cta-title) .elementor-column {
    padding: 0;
  }

  .telyek-floating-cta {
    inset-inline: 12px;
    bottom: calc(12px + env(safe-area-inset-bottom, 0px));
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
    padding: 7px;
    border-radius: 22px;
    transform: translate3d(0, 22px, 0) scale(0.98);
    transform-origin: bottom center;
  }

  .telyek-floating-cta__link {
    min-width: 0;
    min-height: 44px;
    padding-inline: 8px;
    border-radius: 16px;
    font-size: 0.78rem;
    white-space: normal;
  }

  .telyek-floating-cta__icon {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .telyek-floating-cta,
  .telyek-floating-cta__link {
    transition: none;
  }
}

.telyek-customer-showcase {
  position: relative;
  overflow: hidden;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.telyek-customer-showcase::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: clamp(22px, 3vw, 34px);
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: #10B981;
}

.telyek-customer-showcase__head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  margin-block-end: clamp(18px, 2.4vw, 28px);
}

.telyek-customer-showcase__head h2 {
  margin: 8px 0 10px;
  color: #0F172A;
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.45;
}

.telyek-customer-showcase__head p {
  max-width: 680px;
  margin: 0;
  color: #64748B;
  line-height: 1.9;
}

.telyek-customer-showcase__count {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 999px;
  background: rgba(16, 185, 129, 0.10);
  color: #047857;
  font-size: 0.82rem;
  font-weight: 850;
  white-space: nowrap;
}

.telyek-customer-carousel {
  position: relative;
  z-index: 1;
}

.telyek-customer-carousel + .telyek-customer-logo-grid {
  display: none;
}

.telyek-customer-carousel__viewport {
  overflow: hidden;
  padding-block: 4px 8px;
  direction: ltr;
  mask-image: linear-gradient(90deg, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.telyek-customer-carousel__track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: telyekCustomerCarousel 42s linear infinite;
}

.telyek-customer-carousel:hover .telyek-customer-carousel__track,
.telyek-customer-carousel:focus-within .telyek-customer-carousel__track {
  animation-play-state: paused;
}

.telyek-customer-carousel__group {
  display: flex;
  align-items: stretch;
  gap: 12px;
  flex: 0 0 auto;
  min-width: max-content;
  padding-inline-end: 12px;
}

.telyek-customer-logo-card--carousel {
  flex: 0 0 clamp(158px, 14vw, 210px);
  width: clamp(158px, 14vw, 210px);
  direction: rtl;
}

@keyframes telyekCustomerCarousel {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

.telyek-customer-logo-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.telyek-customer-logo-card {
  display: grid;
  grid-template-rows: 76px auto;
  align-items: center;
  min-width: 0;
  min-height: 126px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #F8FAFC;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.telyek-customer-logo-card:hover {
  border-color: rgba(37, 99, 235, 0.18);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.telyek-customer-logo-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 76px;
  min-width: 0;
}

.telyek-customer-logo-card__media img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(132px, 86%);
  max-height: 46px;
  object-fit: contain;
}

.telyek-customer-logo-card__sample {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: min(116px, 88%);
  height: 48px;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 16px;
  background: #EAF1FF;
  color: #2563EB;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0;
}

.telyek-customer-logo-card__sample::before,
.telyek-customer-logo-card__sample::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  opacity: 0.68;
}

.telyek-customer-logo-card__sample::before {
  width: 34px;
  height: 34px;
  inset-inline-start: -12px;
  inset-block-start: -12px;
  background: rgba(16, 185, 129, 0.24);
}

.telyek-customer-logo-card__sample::after {
  width: 46px;
  height: 8px;
  inset-inline-end: 12px;
  inset-block-end: 10px;
  background: rgba(37, 99, 235, 0.16);
}

.telyek-customer-logo-card__sample[data-tone="green"] {
  border-color: rgba(16, 185, 129, 0.16);
  background: #E8F8F1;
  color: #047857;
}

.telyek-customer-logo-card__sample[data-tone="slate"] {
  border-color: rgba(15, 23, 42, 0.12);
  background: #EEF2F7;
  color: #0F172A;
}

.telyek-customer-logo-card__sample > span {
  position: relative;
  z-index: 1;
}

.telyek-customer-logo-card figcaption {
  min-width: 0;
  color: #0F172A;
  font-size: 0.86rem;
  font-weight: 820;
  line-height: 1.65;
  text-align: center;
  overflow-wrap: anywhere;
}

@media (max-width: 1180px) {
  .telyek-customer-logo-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .telyek-customer-showcase {
    padding: 20px;
    border-radius: 22px;
  }

  .telyek-customer-showcase__head {
    flex-direction: column;
    align-items: stretch;
  }

  .telyek-customer-showcase__count {
    width: fit-content;
  }

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

  .telyek-customer-logo-card--carousel {
    flex-basis: 172px;
    width: 172px;
  }
}

@media (max-width: 640px) {
  .telyek-customer-logo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .telyek-customer-logo-card {
    grid-template-rows: 64px auto;
    min-height: 114px;
    padding: 12px;
    border-radius: 16px;
  }

  .telyek-customer-logo-card__media {
    height: 64px;
  }

  .telyek-customer-logo-card__media img {
    max-width: min(112px, 86%);
    max-height: 38px;
  }

  .telyek-customer-logo-card__sample {
    height: 42px;
    border-radius: 14px;
    font-size: 0.9rem;
  }

  .telyek-customer-carousel__viewport {
    mask-image: linear-gradient(90deg, transparent 0%, #000 10%, #000 90%, transparent 100%);
  }

  .telyek-customer-logo-card--carousel {
    flex-basis: 148px;
    width: 148px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .telyek-customer-carousel__viewport {
    overflow: hidden;
    scrollbar-width: none;
  }

  .telyek-customer-carousel__viewport::-webkit-scrollbar {
    display: none;
  }

  .telyek-customer-carousel__track {
    animation-duration: 56s;
  }
}

.telyek-testimonials {
  position: relative;
  display: grid;
  gap: clamp(18px, 2.4vw, 28px);
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
}

.telyek-testimonials::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: clamp(22px, 3vw, 34px);
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: #2563EB;
}

.telyek-testimonials__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}

.telyek-testimonials__head h2 {
  margin: 8px 0 10px;
  color: #0F172A;
  font-size: clamp(1.45rem, 1.8vw, 2rem);
  line-height: 1.45;
}

.telyek-testimonials__head p {
  max-width: 720px;
  margin: 0;
  color: #64748B;
  line-height: 1.9;
}

.telyek-testimonials__score {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  min-width: 132px;
  padding: 14px;
  border: 1px solid rgba(16, 185, 129, 0.18);
  border-radius: 20px;
  background: #ECFDF5;
  color: #047857;
  text-align: center;
}

.telyek-testimonials__score strong {
  color: #0F172A;
  font-size: 2rem;
  font-weight: 950;
  line-height: 1;
}

.telyek-testimonials__score span,
.telyek-testimonials__score small {
  color: #047857;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.7;
}

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

.telyek-testimonials__stats span {
  display: grid;
  gap: 4px;
  min-height: 74px;
  padding: 14px;
  border: 1px solid rgba(15, 23, 42, 0.07);
  border-radius: 18px;
  background: #F8FAFC;
}

.telyek-testimonials__stats strong {
  color: #2563EB;
  font-size: 1.35rem;
  font-weight: 950;
  line-height: 1.2;
}

.telyek-testimonials__stats small {
  color: #64748B;
  font-size: 0.82rem;
  font-weight: 720;
  line-height: 1.7;
}

.telyek-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.telyek-testimonial-card {
  display: grid;
  gap: 14px;
  min-width: 0;
  min-height: 300px;
  padding: 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 20px;
  background: #F8FAFC;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.telyek-testimonial-card:hover {
  border-color: rgba(37, 99, 235, 0.20);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.08);
  transform: translateY(-2px);
}

.telyek-testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.telyek-testimonial-card__avatar {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
  font-size: 0.92rem;
  font-weight: 900;
}

.telyek-testimonial-card[data-tone="green"] .telyek-testimonial-card__avatar {
  background: rgba(16, 185, 129, 0.12);
  color: #047857;
}

.telyek-testimonial-card[data-tone="slate"] .telyek-testimonial-card__avatar {
  background: rgba(15, 23, 42, 0.08);
  color: #0F172A;
}

.telyek-testimonial-card__stars {
  color: #10B981;
  font-size: 0.98rem;
  letter-spacing: 0;
  white-space: nowrap;
}

.telyek-testimonial-card blockquote {
  margin: 0;
  color: #334155;
  font-size: 0.96rem;
  font-weight: 650;
  line-height: 2;
}

.telyek-testimonial-card footer {
  display: grid;
  gap: 4px;
  align-self: end;
}

.telyek-testimonial-card footer strong {
  color: #0F172A;
  font-size: 0.96rem;
  line-height: 1.6;
}

.telyek-testimonial-card footer span {
  color: #64748B;
  font-size: 0.82rem;
  font-weight: 650;
  line-height: 1.7;
}

.telyek-testimonial-card em {
  width: fit-content;
  min-height: 28px;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
  font-size: 0.78rem;
  font-style: normal;
  font-weight: 850;
}

@media (max-width: 980px) {
  .telyek-testimonials__grid {
    grid-template-columns: 1fr;
  }

  .telyek-testimonial-card {
    min-height: 0;
  }
}

@media (max-width: 760px) {
  .telyek-testimonials {
    padding: 20px;
    border-radius: 22px;
  }

  .telyek-testimonials__head {
    flex-direction: column;
    align-items: stretch;
  }

  .telyek-testimonials__score {
    width: fit-content;
  }

  .telyek-testimonials__stats {
    grid-template-columns: 1fr;
  }
}

/* Keep the final content close to the footer across Elementor and fallback pages. */
.site-main {
  padding-bottom: clamp(8px, 1vw, 14px);
}

.telyek-elementor-page,
.page-shell,
.products-page,
.blog-page {
  padding-bottom: clamp(4px, 0.8vw, 10px);
}

.telyek-elementor-page .elementor > .elementor-top-section:last-child,
.telyek-elementor-page .elementor-section-wrap > .elementor-top-section:last-child,
.telyek-elementor-page .elementor > .telyek-el-section:last-child,
.telyek-elementor-page .elementor-section-wrap > .telyek-el-section:last-child {
  padding-bottom: clamp(10px, 1.2vw, 18px);
}

.telyek-el-site-footer {
  margin-top: clamp(6px, 0.8vw, 10px);
}

.site-footer {
  padding-top: clamp(12px, 1.2vw, 18px);
}

/* Compact page hero titles so content pages do not overpower the first view. */
.home-hero__copy h1,
.page-hero h1,
.page-title,
.entry-title,
.products-hero h1,
.blog-hero__copy h1,
.telyek-el-title .elementor-heading-title {
  font-size: clamp(1.75rem, 2.05vw, 2.45rem);
  line-height: 1.35;
  letter-spacing: 0;
}

@media (max-width: 640px) {
  .home-hero__copy h1,
  .page-hero h1,
  .page-title,
  .entry-title,
  .products-hero h1,
  .blog-hero__copy h1,
  .telyek-el-title .elementor-heading-title {
    font-size: clamp(1.45rem, 6vw, 1.9rem);
    line-height: 1.42;
  }
}

/* Keep top navigation hover states rounded and button-like. */
.site-nav > a,
.site-nav .menu > .menu-item > a,
.site-nav > .telyek-nav-item > .telyek-nav-link,
.telyek-el-header-nav > a,
.telyek-el-header-nav > .menu-item > a,
.telyek-el-header-nav > .telyek-nav-item > .telyek-nav-link {
  min-height: 40px;
  padding-inline: 12px !important;
  border-radius: 999px !important;
}

.site-nav > a:hover,
.site-nav > a:focus-visible,
.site-nav .menu > .menu-item > a:hover,
.site-nav .menu > .menu-item > a:focus-visible,
.site-nav .menu > .current-menu-item > a,
.site-nav > .telyek-nav-item > .telyek-nav-link:hover,
.site-nav > .telyek-nav-item > .telyek-nav-link:focus-visible,
.site-nav > .telyek-nav-item.is-open > .telyek-nav-link,
.telyek-el-header-nav > a:hover,
.telyek-el-header-nav > a:focus-visible,
.telyek-el-header-nav > .menu-item > a:hover,
.telyek-el-header-nav > .menu-item > a:focus-visible,
.telyek-el-header-nav > .current-menu-item > a,
.telyek-el-header-nav > .telyek-nav-item > .telyek-nav-link:hover,
.telyek-el-header-nav > .telyek-nav-item > .telyek-nav-link:focus-visible,
.telyek-el-header-nav > .telyek-nav-item.is-open > .telyek-nav-link {
  border-radius: 999px !important;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
}

/* Compact the login form so it reads as a focused account card, not a full-width form. */
.login-panel__head {
  align-items: center;
  margin-bottom: 20px;
}

.login-panel__head h2 {
  font-size: clamp(1.3rem, 1.5vw, 1.62rem);
}

.login-form,
.login-signed-in {
  gap: 13px;
}

.login-field input {
  min-height: 50px;
  border-radius: 16px;
}

.login-panel .button--wide,
.login-form .button {
  min-height: 48px;
  border-radius: 16px;
}

@media (max-width: 640px) {
  .telyek-el-footer-trust__grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .telyek-el-footer-trust__badge {
    width: 100%;
    height: 76px;
    padding: 7px;
  }

  .telyek-el-footer-trust__media img {
    max-height: 58px;
  }

  .login-panel {
    width: 100%;
    padding: 18px;
    border-radius: 20px;
  }
}

/* Product family accents: distinct, but still inside the blue/green/slate brand system. */
.telyek-product-card,
.solution-card,
.telyek-nav-product-card {
  --product-accent: #2563EB;
  --product-accent-ink: #1D4ED8;
  --product-accent-soft: rgba(37, 99, 235, 0.10);
  --product-accent-strong-soft: rgba(37, 99, 235, 0.16);
  --product-accent-border: rgba(37, 99, 235, 0.22);
}

.telyek-product-card--cloud-phone,
.solution-card--cloud-phone,
.telyek-nav-product-card--cloud-phone {
  --product-accent: #2563EB;
  --product-accent-ink: #1D4ED8;
  --product-accent-soft: rgba(37, 99, 235, 0.10);
  --product-accent-strong-soft: rgba(37, 99, 235, 0.17);
  --product-accent-border: rgba(37, 99, 235, 0.24);
}

.telyek-product-card--cloud-backup,
.solution-card--cloud-backup,
.telyek-nav-product-card--cloud-backup {
  --product-accent: #10B981;
  --product-accent-ink: #047857;
  --product-accent-soft: rgba(16, 185, 129, 0.11);
  --product-accent-strong-soft: rgba(16, 185, 129, 0.18);
  --product-accent-border: rgba(16, 185, 129, 0.26);
}

.telyek-product-card--remote-work,
.solution-card--remote-work,
.telyek-nav-product-card--remote-work {
  --product-accent: #0F172A;
  --product-accent-ink: #0F172A;
  --product-accent-soft: rgba(15, 23, 42, 0.08);
  --product-accent-strong-soft: rgba(15, 23, 42, 0.14);
  --product-accent-border: rgba(15, 23, 42, 0.18);
}

.telyek-product-card--app-virtualization,
.solution-card--app-virtualization,
.telyek-nav-product-card--app-virtualization {
  --product-accent: #0D9488;
  --product-accent-ink: #0F766E;
  --product-accent-soft: rgba(13, 148, 136, 0.11);
  --product-accent-strong-soft: rgba(13, 148, 136, 0.18);
  --product-accent-border: rgba(13, 148, 136, 0.25);
}

.telyek-product-card,
.solution-card,
.telyek-nav-product-card {
  position: relative;
  border-color: var(--product-accent-border);
}

.telyek-product-card::before,
.solution-card::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: 22px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--product-accent);
  opacity: 0.96;
  z-index: 1;
}

.telyek-product-card__icon,
.solution-card__icon,
.telyek-nav-product-card__icon {
  color: var(--product-accent) !important;
  background: var(--product-accent-soft) !important;
  border: 1px solid var(--product-accent-border);
  box-shadow: 0 16px 34px rgba(15, 23, 42, 0.09);
}

.telyek-product-card li svg,
.solution-card li svg {
  color: var(--product-accent) !important;
}

.telyek-product-card .section-kicker,
.solution-card .section-kicker,
.telyek-nav-product-card__top em {
  color: var(--product-accent-ink) !important;
  background: var(--product-accent-soft) !important;
  border: 1px solid var(--product-accent-border);
}

.telyek-product-card__actions .text-link,
.solution-card__body > a {
  color: var(--product-accent-ink) !important;
}

.telyek-nav-product-card:hover,
.telyek-nav-product-card:focus-visible {
  border-color: var(--product-accent-border);
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.10), 0 0 0 3px var(--product-accent-soft);
}

.telyek-company-credentials {
  display: grid;
  gap: 24px;
}

.telyek-company-credentials__head {
  max-width: 780px;
  margin-inline: auto;
  text-align: center;
}

.telyek-company-credentials__head h2 {
  margin: 10px 0 12px;
  color: var(--tc-ink);
  font-size: clamp(1.65rem, 2.2vw, 2.35rem);
  line-height: 1.35;
}

.telyek-company-credentials__head p {
  margin: 0;
  color: var(--tc-muted);
  line-height: 1.9;
}

.telyek-company-credentials__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  gap: 18px;
}

.telyek-company-credentials__panel {
  min-width: 0;
  padding: clamp(18px, 2.4vw, 28px);
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--tc-shadow-soft);
}

.telyek-company-credentials__panel-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.telyek-company-credentials__panel-head > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 16px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
}

.telyek-company-credentials__panel-head svg {
  width: 22px;
  height: 22px;
}

.telyek-company-credentials__panel-head h3 {
  margin: 0 0 4px;
  color: var(--tc-ink);
  font-size: 1.08rem;
}

.telyek-company-credentials__panel-head p {
  margin: 0;
  color: var(--tc-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.telyek-company-credentials__badges {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.telyek-company-credential-badge {
  min-width: 0;
  min-height: 150px;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 9px;
  padding: 12px 8px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #F8FAFC;
  color: var(--tc-ink);
  text-align: center;
  text-decoration: none;
}

.telyek-company-credential-badge__media {
  width: 76px;
  height: 76px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(37, 99, 235, 0.10);
}

.telyek-company-credential-badge__media img {
  max-width: 66px;
  max-height: 62px;
  object-fit: contain;
}

.telyek-company-credential-badge strong {
  color: var(--tc-ink);
  font-size: 0.88rem;
  line-height: 1.5;
}

.telyek-company-credential-badge small {
  color: var(--tc-muted);
  font-size: 0.72rem;
  line-height: 1.65;
}

.telyek-company-certificate-grid {
  display: grid;
  gap: 12px;
}

.telyek-company-certificate {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  background: #F8FAFC;
}

.telyek-company-certificate__icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 15px;
  background: rgba(16, 185, 129, 0.11);
  color: #10B981;
}

.telyek-company-certificate__icon svg {
  width: 21px;
  height: 21px;
}

.telyek-company-certificate strong {
  display: block;
  margin-bottom: 3px;
  color: var(--tc-ink);
  font-size: 0.94rem;
}

.telyek-company-certificate p {
  margin: 0;
  color: var(--tc-muted);
  font-size: 0.8rem;
  line-height: 1.7;
}

.telyek-company-certificate em {
  min-width: 48px;
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.10);
  color: #2563EB;
  font-style: normal;
  font-size: 0.72rem;
  font-weight: 900;
  text-align: center;
}

/* Product landing inner cards: make capability, use-case, setup and trust cards feel intentional. */
.telyek-product-benefit-grid,
.telyek-product-use-grid,
.telyek-product-trust-grid,
.telyek-product-step-grid {
  gap: clamp(16px, 1.8vw, 24px);
}

.telyek-product-benefit-card,
.telyek-product-use-case,
.telyek-product-step,
.telyek-product-trust-card {
  position: relative;
  isolation: isolate;
  min-height: 166px;
  padding: clamp(22px, 2.2vw, 30px);
  overflow: hidden;
  border-color: rgba(37, 99, 235, 0.14);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 46px rgba(15, 23, 42, 0.07);
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.telyek-product-benefit-card::before,
.telyek-product-use-case::before,
.telyek-product-step::before,
.telyek-product-trust-card::before {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline: clamp(22px, 2.2vw, 30px);
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: #2563EB;
  z-index: -1;
}

.telyek-product-benefit-card::after,
.telyek-product-use-case::after,
.telyek-product-step::after,
.telyek-product-trust-card::after {
  content: "";
  position: absolute;
  inset-block-start: 18px;
  inset-inline-end: 20px;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  background: rgba(37, 99, 235, 0.06);
  transform: rotate(10deg);
  z-index: -1;
}

.telyek-product-benefit-card:hover,
.telyek-product-use-case:hover,
.telyek-product-step:hover,
.telyek-product-trust-card:hover {
  transform: translateY(-3px);
  border-color: rgba(37, 99, 235, 0.24);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.10);
}

.telyek-product-benefit-card > span,
.telyek-product-trust-card > svg,
.telyek-product-step > span {
  margin-bottom: 4px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  box-shadow: 0 10px 24px rgba(37, 99, 235, 0.10);
}

.telyek-product-benefit-card > span,
.telyek-product-trust-card > svg {
  color: #2563EB !important;
  background: rgba(37, 99, 235, 0.10) !important;
}

.telyek-product-step > span {
  width: 44px;
  height: 44px;
  border-radius: 15px;
  background: #0F172A;
  color: #fff;
  font-size: 0.98rem;
}

.telyek-product-use-case {
  padding-inline-start: clamp(24px, 2.4vw, 34px);
}

.telyek-product-use-case h3::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-inline-end: 10px;
  border: 3px solid rgba(16, 185, 129, 0.22);
  border-radius: 999px;
  background: #10B981;
  vertical-align: 1px;
}

.telyek-product-benefit-card h3,
.telyek-product-use-case h3,
.telyek-product-step h3,
.telyek-product-trust-card h3 {
  font-size: clamp(1.05rem, 1.15vw, 1.22rem);
  line-height: 1.55;
}

.telyek-product-benefit-card p,
.telyek-product-use-case p,
.telyek-product-step p,
.telyek-product-trust-card p {
  max-width: 34rem;
  color: #53647f;
  font-size: 0.95rem;
  line-height: 1.9;
}

.telyek-product-benefit-card:nth-child(2n)::before,
.telyek-product-step:nth-child(2n)::before,
.telyek-product-trust-card:nth-child(2n)::before {
  background: #10B981;
}

.telyek-product-benefit-card:nth-child(2n)::after,
.telyek-product-use-case:nth-child(2n)::after,
.telyek-product-step:nth-child(2n)::after,
.telyek-product-trust-card:nth-child(2n)::after {
  background: rgba(16, 185, 129, 0.07);
}

.telyek-product-trust-section > .elementor-container {
  border-color: rgba(37, 99, 235, 0.12);
  box-shadow: 0 20px 56px rgba(15, 23, 42, 0.06);
}

@media (max-width: 860px) {
  .telyek-product-benefit-grid,
  .telyek-product-use-grid,
  .telyek-product-trust-grid,
  .telyek-product-step-grid {
    gap: 14px;
  }

  .telyek-product-benefit-card,
  .telyek-product-use-case,
  .telyek-product-step,
  .telyek-product-trust-card {
    min-height: 0;
    padding: 18px;
    border-radius: 18px;
  }

  .telyek-product-benefit-card::before,
  .telyek-product-use-case::before,
  .telyek-product-step::before,
  .telyek-product-trust-card::before {
    inset-inline: 18px;
  }

  .telyek-product-benefit-card::after,
  .telyek-product-use-case::after,
  .telyek-product-step::after,
  .telyek-product-trust-card::after {
    width: 58px;
    height: 58px;
    border-radius: 18px;
  }
}

@media (max-width: 960px) {
  .telyek-company-credentials__layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .telyek-company-credentials__badges {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .telyek-company-certificate {
    grid-template-columns: 40px minmax(0, 1fr);
  }

  .telyek-company-certificate em {
    grid-column: 2;
    width: fit-content;
  }
}
