/* ==========================================================================
   ZEON ACADEMY — sections.css
   Bölmə düzümləri — ecomprofit.ru quruluşunun eynisi
   ========================================================================== */

/* ---------- HERO --------------------------------------------------------- */
.hero { padding-block: 56px 76px; }
.hero__in {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(0, .98fr);
  gap: 40px;
  align-items: center;
}
.hero__copy { display: grid; justify-items: start; gap: 0; }
.hero__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 9999px;
  border: .8px solid var(--line-soft); background: var(--paper-card);
  box-shadow: var(--sh-soft);
  font-size: .8125rem; font-weight: 600; color: var(--ink-body);
  margin-bottom: 22px;
}
.hero__badge i { width: 7px; height: 7px; border-radius: 50%; background: var(--brand-500); flex: none; }
.hero h1 span { color: var(--brand-500); }
.hero__lead { margin-top: 24px; max-width: 34rem; }
.hero__btns { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__feats { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }

.hero__vis { position: relative; }
.hero__frame {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
}
.float-badge {
  position: absolute; z-index: 20;
  display: flex; align-items: center; gap: 10px;
  padding: 12px 16px; border-radius: 16px;
  border: .8px solid var(--line-soft); background: var(--paper-card);
  box-shadow: var(--sh-soft);
}
.float-badge svg { width: 20px; height: 20px; color: var(--brand-600); flex: none; }
.float-badge b { display: block; font-size: .875rem; font-weight: 800; color: var(--ink); line-height: 1.2; letter-spacing: -.02em; }
.float-badge span { font-size: .75rem; color: var(--ink-muted); }
.fb--1 { right: -8px; top: -22px; }
.fb--2 { left: -24px; bottom: 24%; }

/* — hero: iki bazar kartı — */
.markets { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }

.market {
  position: relative;
  display: grid; align-content: start; gap: 5px;
  padding: 24px 20px 20px;
  border: .8px solid var(--line); border-radius: 16px;
  background: var(--white); box-shadow: var(--sh-card);
  overflow: hidden;
  transition: transform .3s var(--e), border-color .3s, box-shadow .3s;
}
.market:hover { transform: translateY(-4px); border-color: rgba(15,98,254,.4); box-shadow: var(--sh-md); }
.market::before {
  content: '';
  position: absolute; inset: 0 0 auto 0; height: 3px;
  background: var(--brand-grad);
  transform: scaleX(0); transform-origin: 0 50%;
  transition: transform .45s var(--e);
}
.market:hover::before { transform: scaleX(1); }

.market__head { display: flex; align-items: center; gap: 8px; margin-bottom: 4px; }
.market__flag { font-size: 1.05rem; line-height: 1; }
.market__name {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em;
  text-transform: uppercase; color: var(--ink-muted);
}
.market__num {
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
  font-weight: 800; letter-spacing: -.045em; line-height: 1.05;
  color: var(--brand-600); font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.market__sub { font-size: .755rem; color: var(--ink-muted); }
.market__brands {
  display: flex; align-items: center; gap: 8px;
  margin-top: 12px; padding-top: 13px;
  border-top: .8px solid var(--line);
  font-size: .8rem; color: var(--ink-body);
}
.market__brands svg { width: 16px; height: 16px; flex: none; color: var(--brand-600); }
.market__brands b { font-weight: 800; font-size: 1rem; color: var(--ink); }

/* — hero: «iki nəfər» zolağı — */
.team {
  display: flex; align-items: center; gap: 13px;
  margin-top: 14px; padding: 14px 18px;
  border: .8px solid var(--line-soft); border-radius: 14px;
  background: var(--paper-card); box-shadow: var(--sh-soft);
}
.team__avas { display: flex; flex: none; }
.team__avas span {
  width: 34px; height: 34px; margin-left: -10px;
  border-radius: 50%; border: 2px solid var(--paper-card);
  background: var(--brand-grad);
  display: grid; place-items: center;
  color: #fff; font-size: .66rem; font-weight: 800;
}
.team__avas span:first-child { margin-left: 0; }
.team p { font-size: .83rem; line-height: 1.5; color: var(--ink-body); }
.team p b { font-weight: 700; color: var(--ink); }

.hero__note { margin-top: 10px; font-size: .715rem; line-height: 1.5; color: #98A0AE; }

/* ---------- ÜMUMİ bölmə başlığı ------------------------------------------ */
.sec-head { max-width: 42rem; }
.sec-head .h-sec, .sec-head .h-sec--caps { margin-top: 22px; }
.sec-head .lead { margin-top: 20px; }
.sec-head--center { margin-inline: auto; text-align: center; }
.sec-head--center .kicker { justify-content: center; }

/* ---------- PROBLEM ------------------------------------------------------ */
.prob-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; margin-top: 40px; }
.prob {
  display: flex; gap: 14px;
  padding: 22px 24px; border-radius: 16px;
  border: .8px solid var(--line); background: var(--white);
  box-shadow: var(--sh-card);
  transition: transform .28s var(--e), border-color .28s;
}
.prob:hover { transform: translateY(-3px); border-color: rgba(224,82,95,.35); }
.prob__x {
  flex: none; width: 32px; height: 32px; border-radius: 10px;
  display: grid; place-items: center;
  background: rgba(224,82,95,.1); color: var(--bad);
}
.prob__x svg { width: 16px; height: 16px; }
.prob h4 { margin-bottom: 6px; }
.prob p { font-size: .9375rem; line-height: 1.65; color: var(--ink-muted); }

/* ekvalayzer qrafiki */
.eq { display: flex; align-items: flex-end; justify-content: center; gap: 6px; height: 90px; margin-top: 48px; }
.eq i {
  display: block; width: 6px; border-radius: 3px;
  background: var(--brand-grad);
  transform-origin: 50% 100%;
  animation: eq 1.6s ease-in-out infinite;
}

/* ---------- ÜSTÜNLÜKLƏRİMİZ ---------------------------------------------- */

/* — tünd iddia zolağı — */
.claim {
  position: relative;
  margin-top: 40px;
  padding: 34px clamp(24px, 3.4vw, 44px);
  border-radius: 24px;
  background: linear-gradient(150deg, #171D2C 0%, #232B3E 62%, #1B2438 100%);
  color: #fff;
  box-shadow: var(--sh-final);
  overflow: hidden;
}
/* yumşaq işıq süzülməsi */
.claim::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 35%, rgba(255,255,255,.07) 50%, transparent 65%);
  transform: translateX(-60%);
  animation: claimSheen 7s ease-in-out infinite;
  pointer-events: none;
}
@keyframes claimSheen {
  0%, 70%  { transform: translateX(-60%); }
  100%     { transform: translateX(60%); }
}

.claim__in { position: relative; z-index: 1; display: grid; gap: 18px; justify-items: start; }

.claim__badge {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 7px 14px; border-radius: 9999px;
  background: rgba(97,165,250,.16); border: .8px solid rgba(97,165,250,.32);
  font-size: .75rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
  color: #9CC2FF;
}
.claim__badge svg { width: 15px; height: 15px; }

.claim h3 {
  color: #fff;
  font-size: clamp(1.15rem, 1.9vw, 1.6rem);
  font-weight: 700; line-height: 1.42; letter-spacing: -.025em;
  max-width: 46ch;
}
.claim h3 b { color: #7FB0FF; font-weight: 700; }

.claim__chips { display: flex; flex-wrap: wrap; gap: 10px; }
.claim__chip {
  display: flex; align-items: baseline; gap: 8px;
  padding: 12px 18px; border-radius: 14px;
  background: rgba(255,255,255,.06);
  border: .8px solid rgba(255,255,255,.13);
  opacity: 0; transform: translateY(10px);
  transition: opacity .5s var(--e) var(--cd, 0s), transform .5s var(--e) var(--cd, 0s);
}
.claim.in .claim__chip { opacity: 1; transform: none; }
.claim__chip b {
  font-size: 1.32rem; font-weight: 800; letter-spacing: -.035em; color: #fff;
  font-variant-numeric: tabular-nums;
}
.claim__chip span { font-size: .8rem; color: rgba(255,255,255,.6); }

/* — müqayisə sətri — */
.vs {
  display: grid; grid-template-columns: 1fr auto 1fr;
  align-items: stretch; gap: 0;
  margin-top: 16px;
  border: .8px solid var(--line); border-radius: 18px;
  background: var(--white); box-shadow: var(--sh-card);
  overflow: hidden;
}
.vs__col { padding: 20px 24px; display: grid; gap: 10px; align-content: start; }
.vs__col--bad  { background: #FBFAFA; }
.vs__col--good { background: rgba(15,98,254,.04); }
.vs__tag {
  font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase;
}
.vs__col--bad  .vs__tag { color: #9AA0AC; }
.vs__col--good .vs__tag { color: var(--brand-600); }
.vs__col ul { display: grid; gap: 7px; }
.vs__col li { display: flex; gap: 9px; align-items: flex-start; font-size: .865rem; line-height: 1.5; }
.vs__col li svg { width: 15px; height: 15px; flex: none; margin-top: 3px; }
.vs__col--bad  li { color: #7C8393; }
.vs__col--bad  li svg { color: #C2C7D1; }
.vs__col--good li { color: var(--ink-body); }
.vs__col--good li svg { color: var(--ok); }
.vs__mid {
  display: grid; place-items: center; padding-inline: 6px;
  border-inline: .8px solid var(--line);
  background: var(--white);
}
.vs__mid svg { width: 20px; height: 20px; color: var(--brand-500); }

/* — 6 üstünlük kartı — */
.adv-grid {
  display: grid; grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 20px; margin-top: 20px;
}

.advc {
  position: relative;
  padding: 26px 24px;
  border: .8px solid var(--line); border-radius: 16px;
  background: var(--white); box-shadow: var(--sh-card);
  overflow: hidden;
  transition: transform .3s var(--e), border-color .3s, box-shadow .3s;
}
.advc:hover { transform: translateY(-4px); border-color: rgba(15,98,254,.4); box-shadow: var(--sh-md); }

/* üst kənarda açılan mavi xətt */
.advc::before {
  content: '';
  position: absolute; inset: 0 0 auto 0; height: 3px;
  background: var(--brand-grad);
  transform: scaleX(0); transform-origin: 0 50%;
  transition: transform .45s var(--e);
}
.advc:hover::before { transform: scaleX(1); }

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

.advc__ico {
  position: relative;
  display: grid; place-items: center;
  width: 46px; height: 46px; border-radius: 13px;
  background: var(--paper-2); color: var(--brand-600);
  transition: transform .35s var(--e), background .3s;
}
.advc__ico svg { width: 22px; height: 22px; position: relative; z-index: 1; }
.advc:hover .advc__ico { transform: translateY(-3px); background: rgba(15,98,254,.1); }

/* ikonun arxasında yavaş pulsasiya edən halqa */
.advc__ico::after {
  content: '';
  position: absolute; inset: 0;
  border-radius: inherit;
  border: 1.5px solid rgba(15,98,254,.32);
  opacity: 0;
}
.advc.in .advc__ico::after { animation: advPulse 3.4s var(--e) infinite; animation-delay: var(--pd, 0s); }
@keyframes advPulse {
  0%       { transform: scale(1);    opacity: .55; }
  55%,100% { transform: scale(1.35); opacity: 0; }
}

.advc__no {
  font-size: 1.6rem; font-weight: 800; line-height: 1;
  letter-spacing: -.05em; color: #E4E7EE;
  font-variant-numeric: tabular-nums;
  transition: color .35s;
}
.advc:hover .advc__no { color: rgba(15,98,254,.28); }

.advc h3 { margin-top: 18px; font-size: 1.06rem; font-weight: 800; letter-spacing: -.028em; line-height: 1.35; }
.advc p  { margin-top: 8px; font-size: .875rem; line-height: 1.65; color: var(--ink-muted); }

.advc__note {
  display: inline-flex; align-items: center; gap: 7px;
  margin-top: 14px; font-size: .78rem; font-weight: 600; color: var(--ok);
}
.advc__note svg { width: 14px; height: 14px; flex: none; }

/* 02 kartı — böyük tarif rəqəmi + kuryer marşrutu */
.advc--price .advc__price {
  display: flex; align-items: baseline; gap: 6px; margin-top: 16px;
}
.advc--price .advc__price b {
  font-size: 2.5rem; font-weight: 800; line-height: 1; letter-spacing: -.05em;
  color: var(--brand-600); font-variant-numeric: tabular-nums;
}
.advc--price .advc__price span { font-size: 1.1rem; font-weight: 700; color: var(--ink-muted); }
.advc--price .advc__price em { font-style: normal; font-size: .8rem; color: var(--ink-muted); margin-left: 4px; }

.route { display: block; width: 100%; height: 34px; margin-top: 10px; overflow: visible; }
.route__line {
  stroke: var(--brand-500); stroke-width: 2; fill: none;
  stroke-dasharray: 5 7; stroke-linecap: round;
}
.advc.in .route__line { animation: routeMove 14s linear infinite; }
@keyframes routeMove { to { stroke-dashoffset: -240; } }
.route__dot { fill: var(--brand-500); }
.advc.in .route__dot { animation: routeRun 5s var(--e) infinite; }
@keyframes routeRun {
  0%       { transform: translateX(0);   opacity: 0; }
  8%       { opacity: 1; }
  88%      { opacity: 1; }
  100%     { transform: translateX(210px); opacity: 0; }
}
.route__pin { fill: none; stroke: var(--brand-600); stroke-width: 2; }

/* ---------- RƏYLƏR ------------------------------------------------------- */
.rev-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 28px; }
.rev-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 16px; margin-top: 40px; }
.shot {
  border: 6px solid var(--white); border-radius: 26px;
  background: var(--white); box-shadow: var(--sh-shot);
  overflow: hidden; cursor: zoom-in;
  transition: transform .3s var(--e);
}
.shot:hover { transform: translateY(-5px); }
.rev-more { display: grid; justify-items: center; margin-top: 40px; }

/* ---------- BİZ KİMİK (təsisçi kartları) --------------------------------- */
.fcards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 44px; }

.fcard {
  position: relative;
  border: .8px solid var(--line); border-radius: 22px;
  background: var(--white); box-shadow: var(--sh-price);
  overflow: hidden;
  transition: transform .35s var(--e), border-color .35s, box-shadow .35s;
}
.fcard:hover { transform: translateY(-6px); border-color: rgba(15,98,254,.38); box-shadow: 0 30px 60px -30px rgba(20,30,60,.45); }

/* — foto — */
.fcard__photo {
  position: relative;
  aspect-ratio: 4 / 3.4;
  overflow: hidden;
  background: linear-gradient(150deg, var(--brand-700), var(--brand-500) 55%, #2E86FF);
}
.fcard__photo img { width: 100%; height: 100%; object-fit: cover; }
.fcard__photo img, .fcard__mono { transition: transform .8s var(--e); }
.fcard.in .fcard__photo img, .fcard.in .fcard__mono { animation: slowZoom 14s ease-in-out infinite; }
@keyframes slowZoom { 0%, 100% { transform: scale(1); } 50% { transform: scale(1.05); } }
.fcard:hover .fcard__photo img, .fcard:hover .fcard__mono { animation-play-state: paused; transform: scale(1.06); }

/* foto yoxdursa — monoqram */
.fcard__mono {
  position: absolute; inset: 0;
  display: grid; place-items: center;
  color: rgba(255,255,255,.94);
  font-size: clamp(3.2rem, 6vw, 4.6rem); font-weight: 800; letter-spacing: -.04em;
}
.fcard__mono::before {
  content: '';
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000, transparent 76%);
  -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000, transparent 76%);
}
.fcard__hint {
  position: absolute; left: 0; right: 0; bottom: 14px;
  text-align: center; font-size: .68rem; color: rgba(255,255,255,.6);
}

/* hover-də işıq süzülməsi */
.fcard__photo::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(105deg, transparent 38%, rgba(255,255,255,.22) 50%, transparent 62%);
  transform: translateX(-100%);
  transition: transform .9s var(--e);
  pointer-events: none;
}
.fcard:hover .fcard__photo::after { transform: translateX(100%); }

.fcard__live {
  position: absolute; z-index: 2; left: 14px; top: 14px;
  display: inline-flex; align-items: center; gap: 7px;
  padding: 6px 12px; border-radius: 9999px;
  background: rgba(255,255,255,.92); backdrop-filter: blur(6px);
  font-size: .7rem; font-weight: 700; color: var(--ink);
}
.fcard__live i {
  width: 7px; height: 7px; border-radius: 50%; background: var(--ok);
  box-shadow: 0 0 0 3px rgba(18,161,80,.2);
  animation: livePulse 2s ease-in-out infinite;
}
@keyframes livePulse {
  0%, 100% { box-shadow: 0 0 0 3px rgba(18,161,80,.22); }
  50%      { box-shadow: 0 0 0 7px rgba(18,161,80,0); }
}

/* — məzmun — */
.fcard__body { padding: 24px; display: grid; gap: 16px; }
.fcard__name { font-size: 1.3rem; font-weight: 800; letter-spacing: -.032em; line-height: 1.2; }
.fcard__role {
  margin-top: 4px;
  font-size: .78rem; font-weight: 700; letter-spacing: .07em; text-transform: uppercase;
  color: var(--brand-600);
}

.fcard__list { display: grid; gap: 10px; }
.fcard__list li {
  display: flex; gap: 10px; align-items: flex-start;
  font-size: .875rem; line-height: 1.55; color: var(--ink-muted);
  opacity: 0; transform: translateX(-8px);
  transition: opacity .45s var(--e) var(--ld, 0s), transform .45s var(--e) var(--ld, 0s);
}
.fcard.in .fcard__list li { opacity: 1; transform: none; }
.fcard__list svg { width: 16px; height: 16px; flex: none; margin-top: 3px; color: var(--brand-600); }

.fcard__foot {
  display: flex; align-items: center; gap: 9px;
  padding-top: 15px; border-top: .8px solid var(--line);
  font-size: .8rem; color: var(--ink-muted);
}
.fcard__foot svg { width: 16px; height: 16px; flex: none; color: var(--brand-600); }
.fcard__foot b { color: var(--ink); font-weight: 700; }

/* — 4 rəqəmli zolaq — */
.fbar {
  display: grid; grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top: 24px;
  border: .8px solid var(--line); border-radius: 18px;
  background: var(--white); box-shadow: var(--sh-card);
  overflow: hidden;
}
.fbar > div { padding: 22px 20px; border-right: .8px solid var(--line); }
.fbar > div:last-child { border-right: 0; }
.fbar b {
  display: block; font-size: 1.55rem; font-weight: 800;
  letter-spacing: -.04em; line-height: 1.05;
  color: var(--brand-600); font-variant-numeric: tabular-nums;
}
.fbar span { display: block; margin-top: 6px; font-size: .78rem; line-height: 1.4; color: var(--ink-muted); }

/* ---------- PROQRAM ------------------------------------------------------ */
.modules { display: grid; gap: 12px; margin-top: 44px; }
.prog-foot { display: grid; justify-items: center; gap: 16px; margin-top: 40px; }

/* ---------- XİDMƏTLƏR ---------------------------------------------------- */
.srv-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; margin-top: 40px; }
.srv { display: grid; gap: 16px; padding: 30px; }
.srv__top { display: flex; align-items: center; justify-content: space-between; gap: 14px; }
.srv__tag {
  padding: 5px 12px; border-radius: 9999px;
  background: rgba(15,98,254,.08); color: var(--brand-600);
  font-size: .6875rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase;
}
.srv h3 { font-size: 1.25rem; font-weight: 800; letter-spacing: -.03em; }
.srv > p { font-size: .9375rem; line-height: 1.65; color: var(--ink-muted); }
.srv ul { display: grid; gap: 10px; }
.srv li { display: flex; gap: 10px; align-items: flex-start; font-size: .875rem; line-height: 1.55; color: var(--ink-muted); }
.srv li svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--brand-600); }
.srv__foot { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding-top: 16px; border-top: .8px solid var(--line); }
.srv__price { font-size: .75rem; color: var(--ink-muted); }
.srv__price b { display: block; font-size: 1rem; font-weight: 700; color: var(--ink); }

/* ---------- ÖDƏNİŞ / LEGALLIQ -------------------------------------------- */
.pay { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 20px; margin-top: 40px; }
.pay__row { display: flex; gap: 14px; padding: 22px 24px; }
.pay__row .icon-box { flex: none; width: 38px; height: 38px; border-radius: 11px; }
.pay__row .icon-box svg { width: 18px; height: 18px; }
.pay__row h4 { margin-bottom: 5px; }
.pay__row p { font-size: .875rem; line-height: 1.6; color: var(--ink-muted); }

.painbox {
  margin-top: 24px; padding: 30px; border-radius: 24px;
  background: linear-gradient(160deg, var(--ink) 0%, #232B3E 100%);
  color: #fff;
  box-shadow: var(--sh-final);
}
.painbox .kicker::before { background: #7FA9FF; }
.painbox .kicker span { color: #7FA9FF; }
.painbox h3 { color: #fff; font-size: 1.35rem; font-weight: 800; margin-top: 18px; line-height: 1.3; }
.painbox p { margin-top: 14px; font-size: .9375rem; line-height: 1.7; color: rgba(255,255,255,.68); }
.painbox__tags { display: grid; gap: 10px; margin-top: 24px; }
.painbox__tag {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 16px; border-radius: 12px;
  background: rgba(255,255,255,.06); border: .8px solid rgba(255,255,255,.12);
}
.painbox__tag svg { width: 17px; height: 17px; color: #6EE7A8; flex: none; }
.painbox__tag b { font-size: .875rem; font-weight: 600; }
.painbox__tag i { font-style: normal; margin-left: auto; font-size: .78rem; color: rgba(255,255,255,.55); text-align: right; }

/* ---------- TARİFLƏR ----------------------------------------------------- */
.plans { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; margin-top: 48px; align-items: start; }
.plan {
  position: relative; display: flex; flex-direction: column; gap: 18px;
  padding: 32px; border-radius: 24px;
  border: .8px solid var(--line); background: var(--white); color: var(--ink);
  box-shadow: var(--sh-price);
  transition: transform .3s var(--e), box-shadow .3s;
}
.plan:hover { transform: translateY(-4px); }
.plan--hot { border-color: rgba(15,98,254,.45); box-shadow: 0 26px 60px -30px rgba(15,98,254,.5); }
.plan__flag {
  position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
  padding: 4px 16px; border-radius: 9999px;
  background: var(--brand-grad-soft); color: #fff;
  font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
  box-shadow: 0 10px 24px -8px rgba(15,98,254,.8);
  white-space: nowrap;
}
.plan__name { font-size: 1.375rem; font-weight: 800; letter-spacing: -.03em; }
.plan__sub { font-size: .875rem; line-height: 1.55; color: var(--ink-muted); margin-top: 6px; }
.plan__price { display: flex; align-items: flex-end; gap: 8px; }
.plan__price b { font-size: 2.5rem; font-weight: 800; letter-spacing: -.045em; line-height: 1; color: var(--brand-600); }
.plan__price span { font-size: 1.05rem; font-weight: 700; color: var(--ink-muted); padding-bottom: 3px; }
.plan__pay { font-size: .8125rem; color: var(--ink-muted); }
.plan__pay b { color: var(--brand-600); font-weight: 700; }
.plan__feats { display: grid; gap: 11px; flex: 1; }
.plan__feats li { display: flex; gap: 10px; align-items: flex-start; font-size: .875rem; line-height: 1.55; color: var(--ink-muted); }
.plan__feats svg { width: 17px; height: 17px; flex: none; margin-top: 2px; color: var(--brand-600); }
.plan__feats li.off { color: #A8AFBC; }
.plan__feats li.off svg { color: #C4CBD8; }
.plan__note { display: flex; align-items: center; justify-content: center; gap: 7px; font-size: .75rem; color: var(--ink-muted); }
.plan__note svg { width: 14px; height: 14px; color: var(--ok); flex: none; }

.guarantee {
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 26px;
  margin-top: 40px; padding: 28px 30px; border-radius: 24px;
  border: .8px solid rgba(18,161,80,.28); background: rgba(18,161,80,.05);
}
.guarantee__seal {
  flex: none; width: 60px; height: 60px; display: grid; place-items: center;
  border-radius: 50%; background: rgba(18,161,80,.1); border: .8px solid rgba(18,161,80,.28); color: var(--ok);
}
.guarantee__seal svg { width: 28px; height: 28px; }
.guarantee h3 { font-size: 1.15rem; font-weight: 800; margin-bottom: 6px; }
.guarantee p { font-size: .9rem; line-height: 1.65; color: var(--ink-muted); max-width: 62ch; }

.pricing-note { max-width: 42rem; margin: 32px auto 0; text-align: center; font-size: .8125rem; line-height: 1.6; color: var(--ink-muted); }

/* ---------- FAQ ---------------------------------------------------------- */
.faq { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 32px; align-items: start; }
.faq__side { position: sticky; top: 100px; display: grid; justify-items: start; gap: 22px; }
.faq__list { display: grid; gap: 12px; }

/* ---------- ZEON AI (agent) ---------------------------------------------- */
.agent { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 36px; align-items: start; }
.agent__side { display: grid; justify-items: start; gap: 20px; }
.agent__list { display: grid; gap: 12px; }
.agent__list li { display: flex; gap: 11px; align-items: flex-start; font-size: .9rem; line-height: 1.55; color: var(--ink-muted); }
.agent__list svg { width: 18px; height: 18px; flex: none; margin-top: 2px; color: var(--brand-600); }

.chat {
  display: flex; flex-direction: column;
  height: 540px;
  border: .8px solid var(--line); border-radius: 24px;
  background: var(--white); box-shadow: var(--sh-price);
  overflow: hidden;
}
.chat__head {
  display: flex; align-items: center; gap: 12px;
  padding: 14px 18px;
  border-bottom: .8px solid var(--line);
  background: var(--paper);
}
.chat__ava {
  position: relative; flex: none;
  width: 38px; height: 38px; border-radius: 11px;
  display: grid; place-items: center;
  background: var(--brand-grad); color: #fff;
  box-shadow: var(--sh-brand);
}
.chat__ava svg { width: 20px; height: 20px; }
.chat__ava::after {
  content: ''; position: absolute; right: -3px; bottom: -3px;
  width: 11px; height: 11px; border-radius: 50%;
  background: var(--ok); border: 2.5px solid var(--paper);
}
.chat__who b { display: block; font-size: .95rem; font-weight: 700; color: var(--ink); letter-spacing: -.02em; }
.chat__who span { font-size: .75rem; color: var(--ok); font-weight: 500; }
.chat__badge {
  margin-left: auto; flex: none;
  padding: 5px 11px; border-radius: 9999px;
  background: rgba(15,98,254,.08); color: var(--brand-600);
  font-size: .6875rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase;
}

.chat__body {
  flex: 1; overflow-y: auto;
  padding: 18px; display: grid; gap: 14px; align-content: start;
  scroll-behavior: smooth;
}
.chat__body::-webkit-scrollbar { width: 7px; }
.chat__body::-webkit-scrollbar-thumb { background: #D3D8E2; border-radius: 99px; }

.msg { display: flex; gap: 10px; align-items: flex-start; animation: msgIn .34s var(--e) both; }
@keyframes msgIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.msg__ava {
  flex: none; width: 30px; height: 30px; border-radius: 9px;
  display: grid; place-items: center;
  background: var(--brand-grad); color: #fff;
}
.msg__ava svg { width: 16px; height: 16px; }

.msg__bubble {
  max-width: 82%;
  padding: 12px 15px; border-radius: 14px;
  background: var(--paper); color: var(--ink-body);
  font-size: .9rem; line-height: 1.62;
  border-top-left-radius: 5px;
}
.msg--me { justify-content: flex-end; }
.msg--me .msg__bubble {
  background: var(--brand-grad); color: #fff;
  border-top-left-radius: 14px; border-top-right-radius: 5px;
}

.msg__steps { margin: 10px 0 0; padding-left: 0; counter-reset: st; display: grid; gap: 7px; }
.msg__steps li {
  position: relative; padding-left: 28px;
  font-size: .865rem; line-height: 1.55; color: var(--ink-body);
  counter-increment: st;
}
.msg__steps li::before {
  content: counter(st);
  position: absolute; left: 0; top: 1px;
  width: 19px; height: 19px; border-radius: 6px;
  display: grid; place-items: center;
  background: rgba(15,98,254,.12); color: var(--brand-600);
  font-size: .68rem; font-weight: 700;
}

.msg__sug { margin-top: 12px; display: flex; flex-wrap: wrap; gap: 6px; }
.msg__sug > span { width: 100%; font-size: .75rem; color: var(--ink-muted); margin-bottom: 2px; }
.msg__chip, .agent__chip {
  padding: 7px 13px; border-radius: 9999px;
  border: .8px solid var(--line); background: var(--white);
  font-size: .78rem; font-weight: 500; color: var(--ink-body);
  transition: border-color .2s, color .2s, transform .2s var(--e);
}
.msg__chip:hover, .agent__chip:hover { border-color: var(--brand-500); color: var(--brand-600); transform: translateY(-1px); }

.msg__cta {
  display: inline-flex; align-items: center; gap: 8px;
  margin-top: 13px; padding: 10px 16px; border-radius: 11px;
  background: var(--brand-grad); color: #fff;
  font-size: .82rem; font-weight: 600;
  box-shadow: var(--sh-brand);
  transition: transform .2s var(--e);
}
.msg__cta:hover { transform: translateY(-2px); }
.msg__cta svg { width: 15px; height: 15px; }

.dots { display: inline-flex; gap: 4px; padding: 2px 0; }
.dots i {
  width: 6px; height: 6px; border-radius: 50%; background: #9AA3B4;
  animation: dotJump 1.1s ease-in-out infinite;
}
.dots i:nth-child(2) { animation-delay: .15s; }
.dots i:nth-child(3) { animation-delay: .3s; }
@keyframes dotJump { 0%,60%,100% { transform: translateY(0); opacity: .45; } 30% { transform: translateY(-5px); opacity: 1; } }

.chat__chips {
  display: flex; flex-wrap: wrap; gap: 6px;
  padding: 12px 18px 0;
  transition: opacity .3s, max-height .4s var(--e);
  max-height: 120px; overflow: hidden;
}
.chat__chips.used { opacity: 0; max-height: 0; padding-top: 0; }

.chat__form {
  display: flex; gap: 9px; align-items: center;
  padding: 14px 18px;
  border-top: .8px solid var(--line);
  background: var(--white);
}
.chat__form input {
  flex: 1; padding: 12px 15px; border-radius: 12px;
  border: .8px solid var(--line); background: var(--paper);
  font-size: .9rem; color: var(--ink-body);
  transition: border-color .2s, box-shadow .2s, background .2s;
}
.chat__form input::placeholder { color: #A8AFBC; }
.chat__form input:focus {
  outline: none; background: var(--white);
  border-color: var(--brand-500); box-shadow: 0 0 0 3px rgba(15,98,254,.12);
}
.chat__send {
  flex: none; width: 44px; height: 44px;
  display: grid; place-items: center; border-radius: 12px;
  background: var(--brand-grad); color: #fff;
  box-shadow: var(--sh-brand);
  transition: transform .2s var(--e);
}
.chat__send:hover { transform: translateY(-2px) scale(1.03); }
.chat__send svg { width: 18px; height: 18px; }

.chat__note {
  padding: 0 18px 13px;
  font-size: .7rem; color: #98A0AE; text-align: center;
}

/* ---------- FİNAL -------------------------------------------------------- */
.final-card {
  position: relative; overflow: hidden;
  border-radius: 32px; padding: 48px;
  background: linear-gradient(135deg, #F7F9FC, #FFFFFF 50%, var(--paper-2));
  box-shadow: var(--sh-final);
  text-align: center;
}
.final-card__in { display: grid; justify-items: center; gap: 22px; max-width: 44rem; margin-inline: auto; position: relative; z-index: 1; }
.final-card__row { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.final-card__meta { display: flex; flex-wrap: wrap; gap: 10px 24px; justify-content: center; font-size: .8125rem; color: var(--ink-muted); }
.final-card__meta span { display: inline-flex; align-items: center; gap: 7px; }
.final-card__meta svg { width: 16px; height: 16px; color: var(--brand-600); }

/* ---------- FOOTER ------------------------------------------------------- */
.foot { position: relative; border-top: .8px solid var(--line); background: var(--paper); overflow: hidden; }
.foot__in { padding-block: 56px 28px; position: relative; z-index: 1; }
.foot__top { display: grid; grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 1fr)); gap: 40px; }
.foot__about { display: grid; justify-items: start; gap: 14px; max-width: 34ch; }
.foot__about p { font-size: .875rem; line-height: 1.65; color: var(--ink-muted); }
.foot__soc { display: flex; gap: 8px; }
.foot__soc a {
  width: 36px; height: 36px; display: grid; place-items: center;
  border-radius: 11px; border: .8px solid var(--line); background: var(--white); color: var(--ink-muted);
  transition: all .24s var(--e);
}
.foot__soc a:hover { color: #fff; background: var(--brand-500); border-color: transparent; transform: translateY(-2px); }
.foot__soc svg { width: 16px; height: 16px; }
.foot__col h5 { font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #98A0AE; margin-bottom: 14px; }
.foot__col li { margin-bottom: 9px; }
.foot__col a { font-size: .875rem; color: var(--ink-muted); transition: color .2s, padding-left .24s var(--e); }
.foot__col a:hover { color: var(--brand-600); padding-left: 4px; }
.foot__bot {
  display: flex; flex-wrap: wrap; gap: 10px 24px; align-items: center; justify-content: space-between;
  margin-top: 48px; padding-top: 22px; border-top: .8px solid var(--line);
  font-size: .78rem; color: #98A0AE;
}
