:root{
  --purple:#6532b7;
  --purple-dark:#3b225f;
  --purple-soft:#f4effb;
  --purple-mid:#8a59ce;
  --ink:#1d1732;
  --muted:#69627a;
  --line:#e8e1f0;
  --bg:#ffffff;
  --container:1180px;
  --radius:18px;
  --shadow:0 14px 36px rgba(77,39,124,.08);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:"Inter",Arial,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:1.6;
}
img{max-width:100%;display:block}
a{text-decoration:none;color:inherit}
button{font:inherit}
.container{width:min(var(--container),calc(100% - 40px));margin-inline:auto}

.site-header{
  position:sticky;
  top:0;
  z-index:50;
  background:rgba(255,255,255,.96);
  backdrop-filter:blur(14px);
  box-shadow:0 5px 24px rgba(37,20,66,.07);
}
.header-inner{
  min-height:80px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:26px;
}
.brand img{width:150px;height:auto}
.main-nav{display:flex;align-items:center;gap:30px}
.main-nav a{
  position:relative;
  font-size:14px;
  font-weight:700;
  color:#2e2740;
  padding:30px 0 27px;
}
.main-nav a.active{color:var(--purple)}
.main-nav a.active:after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:0;
  height:3px;
  border-radius:999px;
  background:var(--purple);
}
.header-actions{display:flex;gap:12px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:12px 22px;
  border-radius:8px;
  font-weight:700;
  font-size:14px;
  transition:.2s ease;
}
.btn:hover{transform:translateY(-2px)}
.btn-primary{background:var(--purple);color:#fff;box-shadow:0 8px 18px rgba(101,50,183,.18)}
.btn-outline{border:1px solid var(--purple);color:var(--purple);background:#fff}
.btn-white{background:#fff;color:var(--purple)}
.btn-large{padding:14px 24px;min-height:52px}
.menu-toggle{display:none;border:0;background:none;padding:8px}
.menu-toggle span{display:block;width:25px;height:2px;background:var(--purple-dark);margin:5px 0}

.hero{
  padding:48px 0 34px;
  background:
    radial-gradient(circle at 78% 20%,rgba(109,58,179,.11),transparent 28%),
    linear-gradient(180deg,#fbf9fd 0%,#fff 100%);
}
.hero-grid{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  align-items:center;
  gap:42px;
}
.hero-copy h1{
  font-size:56px;
  line-height:1.08;
  letter-spacing:-2.2px;
  margin:0 0 20px;
}
.hero-copy>p{
  color:var(--muted);
  font-size:18px;
  max-width:515px;
  margin:0 0 24px;
}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin-bottom:34px}
.notice{
  display:flex;
  align-items:flex-start;
  gap:10px;
  max-width:480px;
  color:#514a60;
  font-size:14px;
}
.notice-icon{
  width:22px;height:22px;flex:0 0 22px;
  border:1.5px solid var(--purple-mid);
  color:var(--purple);
  border-radius:50%;
  display:grid;place-items:center;
  font-weight:800;
}
.hero-visual img{
  width:100%;
  border-radius:12px;
  box-shadow:0 24px 55px rgba(61,30,96,.13);
}

.section{padding:58px 0}
.section-heading{text-align:center;margin-bottom:32px}
.section-heading h2{font-size:34px;line-height:1.2;margin:0 0 8px}
.section-heading p{margin:0;color:var(--muted);font-size:15px}

.feature-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.feature-card,.sector-card{
  background:#fff;
  border:1px solid var(--line);
  border-radius:var(--radius);
  padding:28px 22px;
  text-align:center;
  box-shadow:0 9px 25px rgba(64,31,101,.035);
}
.icon-circle,.process-icon{
  width:68px;height:68px;
  margin:0 auto 18px;
  border-radius:50%;
  display:grid;place-items:center;
  background:var(--purple-soft);
}
.icon-circle svg,.process-icon svg,.sector-card svg,.cta-icon svg{
  width:38px;height:38px;
  fill:none;
  stroke:var(--purple);
  stroke-width:2;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.feature-card h3,.sector-card h3{font-size:17px;margin:0 0 10px}
.feature-card p,.sector-card p{font-size:13px;color:var(--muted);margin:0}

.process-section{padding-top:25px}
.process-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:38px;
}
.process-item{
  position:relative;
  display:grid;
  grid-template-columns:72px 1fr;
  align-items:center;
  gap:18px;
}
.process-item:not(:last-child):after{
  content:"";
  position:absolute;
  right:-28px;
  top:50%;
  width:36px;
  border-top:2px dashed #ddd1eb;
}
.process-icon{margin:0}
.step-number{
  position:absolute;
  width:36px;height:36px;
  border-radius:50%;
  display:grid;place-items:center;
  left:-12px;top:-12px;
  background:var(--purple);
  color:#fff;
  font-size:17px;
  font-weight:800;
  z-index:2;
}
.process-item h3{margin:0 0 5px;font-size:16px}
.process-item p{margin:0;color:var(--muted);font-size:13px}

.sectors-section{padding-top:34px}
.sector-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:18px;
}
.sector-card{padding:24px 18px}
.sector-card svg{margin:0 auto 14px;width:44px;height:44px}

.cta-section{padding:22px 0 34px}
.cta-box{
  min-height:142px;
  border-radius:14px;
  padding:28px 42px;
  color:#fff;
  display:grid;
  grid-template-columns:110px 1fr auto;
  align-items:center;
  gap:24px;
  background:linear-gradient(100deg,#6a38b9,#4e2290);
  box-shadow:0 18px 35px rgba(73,33,126,.16);
}
.cta-icon{
  width:82px;height:82px;border-radius:50%;
  border:1px solid rgba(255,255,255,.25);
  display:grid;place-items:center;
}
.cta-icon svg{stroke:#fff;width:48px;height:48px}
.cta-copy h2{margin:0 0 6px;font-size:25px}
.cta-copy p{margin:0;color:rgba(255,255,255,.85)}

.site-footer{
  background:linear-gradient(180deg,#fbf8ff,#f5effc);
  padding-top:36px;
}
.footer-grid{
  display:grid;
  grid-template-columns:1.45fr repeat(4,1fr);
  gap:44px;
  padding-bottom:34px;
}
.footer-brand img{width:148px;margin-bottom:16px}
.footer-brand p{font-size:13px;color:var(--muted);max-width:220px}
.socials{display:flex;gap:12px;margin-top:17px}
.socials a{
  width:28px;height:28px;border-radius:50%;
  display:grid;place-items:center;
  color:var(--purple);
  font-size:13px;font-weight:800;
}
.footer-column{display:flex;flex-direction:column;gap:8px}
.footer-column h3{font-size:15px;margin:0 0 8px}
.footer-column a,.footer-column span{font-size:13px;color:#5f5770}
.copyright{
  background:var(--purple);
  color:#fff;
  text-align:center;
  padding:13px;
  font-size:12px;
}

@media (max-width:1050px){
  .main-nav{gap:17px}
  .hero-grid{grid-template-columns:1fr 1.2fr}
  .hero-copy h1{font-size:44px}
  .feature-grid{grid-template-columns:repeat(2,1fr)}
  .sector-grid{grid-template-columns:repeat(3,1fr)}
  .footer-grid{grid-template-columns:1.3fr repeat(2,1fr)}
}
@media (max-width:780px){
  .menu-toggle{display:block;margin-left:auto}
  .header-actions{display:none}
  .main-nav{
    display:none;
    position:absolute;
    top:80px;left:20px;right:20px;
    padding:16px;
    border-radius:12px;
    background:#fff;
    box-shadow:var(--shadow);
    flex-direction:column;
    align-items:flex-start;
    gap:0;
  }
  .main-nav.open{display:flex}
  .main-nav a{width:100%;padding:10px 6px}
  .main-nav a.active:after{display:none}
  .hero-grid{grid-template-columns:1fr}
  .hero-copy{text-align:center}
  .hero-copy>p,.notice{margin-left:auto;margin-right:auto}
  .hero-actions{justify-content:center}
  .hero-copy h1{font-size:42px}
  .process-grid{grid-template-columns:1fr;gap:28px}
  .process-item:not(:last-child):after{display:none}
  .sector-grid{grid-template-columns:repeat(2,1fr)}
  .cta-box{grid-template-columns:80px 1fr}
  .cta-box .btn{grid-column:1/-1}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:520px){
  .container{width:min(var(--container),calc(100% - 24px))}
  .brand img{width:128px}
  .hero{padding-top:34px}
  .hero-copy h1{font-size:34px;letter-spacing:-1px}
  .hero-copy>p{font-size:16px}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%}
  .feature-grid,.sector-grid{grid-template-columns:1fr}
  .section{padding:42px 0}
  .section-heading h2{font-size:28px}
  .cta-box{grid-template-columns:1fr;padding:28px 22px;text-align:center}
  .cta-icon{margin:auto}
  .cta-copy h2{font-size:22px}
  .footer-grid{grid-template-columns:1fr}
}

.odx-solutions{padding:70px 0 58px;background:radial-gradient(circle at 82% 8%,rgba(101,50,183,.11),transparent 26%),#fff}
.odx-solutions-head{text-align:center;max-width:760px;margin:0 auto 34px}
.odx-solutions-head>span{font-size:12px;letter-spacing:.14em;color:var(--purple);font-weight:800}
.odx-solutions-head h2{font-size:43px;line-height:1.12;margin:8px 0 12px;letter-spacing:-1.4px}.odx-solutions-head h2 b{color:var(--purple)}
.odx-solutions-head p{margin:0;color:var(--muted)}
.odx-solutions-box{display:grid;grid-template-columns:340px 1fr;min-height:610px;border:1px solid #dfd3ed;border-radius:22px;overflow:hidden;box-shadow:0 24px 60px rgba(68,31,111,.1)}
.odx-tabs{background:linear-gradient(#fcfaff,#f7f1fe);border-right:1px solid #e5d9f1}
.odx-tab{width:100%;min-height:120px;padding:20px 18px;display:grid;grid-template-columns:54px 1fr 20px;gap:14px;align-items:center;border:0;border-bottom:1px solid #e8def2;background:transparent;text-align:left;cursor:pointer;position:relative;color:var(--ink)}
.odx-tab:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:transparent}.odx-tab.active{background:#fff;color:var(--purple)}.odx-tab.active:before{background:var(--purple)}
.odx-tab i{width:54px;height:54px;border-radius:15px;background:#eee5fb;display:grid;place-items:center;font-style:normal;font-size:25px;color:var(--purple)}.odx-tab.active i{background:linear-gradient(145deg,#7443c5,#51218f);color:#fff}
.odx-tab b,.odx-tab small{display:block}.odx-tab b{font-size:16px;margin-bottom:5px}.odx-tab small{font-size:12px;line-height:1.45;color:#6f687c}.odx-tab em{font-style:normal;font-size:27px;color:#80758f}
.odx-stage{background:radial-gradient(circle at 80% 14%,rgba(112,61,191,.09),transparent 30%),#fff}
.odx-panel{min-height:610px;padding:42px 35px;display:grid;grid-template-columns:.78fr 1.22fr;gap:28px;align-items:center;opacity:0;transform:translateY(10px);transition:.3s}.odx-panel.active{opacity:1;transform:none}
.odx-panel[hidden]{display:none!important}
.odx-copy>span{font-size:11px;letter-spacing:.12em;color:var(--purple);font-weight:800}.odx-copy h3{font-size:35px;line-height:1.13;margin:12px 0 16px;letter-spacing:-1px}.odx-copy>p{color:var(--muted);font-size:15px}
.odx-copy ul{list-style:none;padding:0;margin:20px 0 24px;display:grid;gap:11px}.odx-copy li{padding-left:27px;position:relative;color:#514961;font-size:14px}.odx-copy li:before{content:"✓";position:absolute;left:0;top:0;width:19px;height:19px;border:1.5px solid var(--purple);border-radius:50%;display:grid;place-items:center;color:var(--purple);font-size:11px;font-weight:800}
.odx-copy a{display:inline-flex;padding:12px 17px;border-radius:8px;background:var(--purple);color:#fff;font-size:13px;font-weight:800}
.odx-visual{position:relative;min-height:440px;border:1px solid #e4d9ee;border-radius:20px;overflow:hidden;background:linear-gradient(145deg,#fbf9ff,#f1e8fb);box-shadow:0 18px 45px rgba(72,36,113,.09)}
.dashboard-view{padding:20px}.ui-top{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;padding-bottom:15px;border-bottom:1px solid #e7deef;font-size:12px}.ui-top>b{background:var(--purple);color:#fff;padding:9px 12px;border-radius:9px}.ui-top i{font-style:normal;width:31px;height:31px;border-radius:50%;display:grid;place-items:center;background:#eee5fb;color:var(--purple)}
.ui-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:15px 0}.ui-metrics div{padding:14px 12px;border:1px solid #ece4f3;border-radius:12px;background:#fff}.ui-metrics small,.ui-metrics b,.ui-metrics em{display:block}.ui-metrics small{font-size:9px;color:#766e82}.ui-metrics b{font-size:17px;margin:5px 0}.ui-metrics em{font-size:9px;color:#269b70;font-style:normal}
.ui-chart{height:255px;padding:15px;border:1px solid #ece4f3;border-radius:13px;background:#fff}.ui-chart span{font-size:11px;font-weight:800}.ui-chart svg{width:100%;height:185px;margin-top:15px}.ui-chart path{fill:none;stroke:var(--purple);stroke-width:4;stroke-linecap:round;stroke-linejoin:round}
.pos-view{background:radial-gradient(circle at center,rgba(108,52,186,.16),transparent 26%),linear-gradient(145deg,#fbf9ff,#eee4f9)}.pos-core{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:125px;height:125px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#743cc7,#4b1d8f);color:#fff;font-size:44px;z-index:2}.pos-core small{font-size:10px;margin-top:-26px}.pos-card{position:absolute;width:145px;padding:13px;border:1px solid #ded2eb;border-radius:14px;background:#fff;font-size:11px}.pos-card b{display:block;color:var(--purple);font-size:17px}.p1{left:30px;top:50px}.p2{right:30px;top:55px}.p3{left:35px;bottom:55px}.p4{right:32px;bottom:55px}.pos-view>strong{position:absolute;left:50%;bottom:22px;transform:translateX(-50%);padding:8px 14px;border-radius:999px;background:#e5f7ef;color:#21825f;font-size:11px}
.link-view{background:radial-gradient(circle at 72% 26%,rgba(109,53,185,.16),transparent 24%),linear-gradient(145deg,#fbf9ff,#efe5fa)}.phone{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:210px;height:360px;padding:24px 20px;border:8px solid #38204f;border-radius:30px;background:#fff}.phone small,.phone b{display:block;text-align:center}.phone b{font-size:25px;color:var(--purple);margin:42px 0}.phone i{display:block;height:10px;border-radius:99px;background:#eee7f6;margin:12px 0}.phone button{position:absolute;left:20px;right:20px;bottom:25px;border:0;border-radius:9px;padding:13px;background:var(--purple);color:#fff}.msg{position:absolute;width:150px;padding:13px;border-radius:13px;background:#fff;border:1px solid #dfd3ec;box-shadow:0 13px 26px rgba(70,34,111,.1)}.msg b,.msg span{display:block}.msg b{font-size:12px;color:var(--purple)}.msg span{font-size:10px;color:#71697d}.m1{left:25px;top:50px}.m2{right:25px;top:105px}.m3{left:35px;bottom:45px}
.report-view{padding:22px}.report-top{display:grid;grid-template-columns:1fr 1fr;gap:12px}.report-top div{padding:15px;border:1px solid #e7ddee;border-radius:12px;background:#fff}.report-top small,.report-top b{display:block}.report-top b{font-size:20px;color:var(--purple)}.bars{height:190px;margin:15px 0;padding:22px 18px 0;display:flex;align-items:flex-end;gap:15px;border:1px solid #e7ddee;border-radius:14px;background:#fff}.bars i{flex:1;border-radius:7px 7px 0 0;background:linear-gradient(#8a55cf,#5a279f)}.rows{display:grid;gap:8px}.rows span{display:grid;grid-template-columns:1.1fr 1fr auto;gap:10px;padding:11px 12px;border-radius:10px;background:#fff;border:1px solid #e8dff0;font-size:10px}.rows em{font-style:normal;color:#706878}.rows strong{color:#2c966d}
.secure-view{display:grid;place-items:center;background:radial-gradient(circle at center,rgba(105,45,183,.17),transparent 35%),linear-gradient(145deg,#fbf9ff,#efe6fa)}.shield{width:150px;height:150px;border-radius:40px;display:grid;place-items:center;background:linear-gradient(145deg,#7440c6,#4d1d8f);color:#fff;font-size:70px;box-shadow:0 22px 45px rgba(70,27,129,.25)}.secure-view>span{position:absolute;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid #ded1eb;color:var(--purple);font-size:11px;font-weight:800}.s1{top:45px;left:35px}.s2{top:55px;right:30px}.s3{bottom:55px;left:35px}.s4{bottom:45px;right:32px}
@media(max-width:1000px){.odx-solutions-box{grid-template-columns:280px 1fr}.odx-panel{grid-template-columns:1fr}.odx-copy h3{font-size:31px}}
@media(max-width:780px){.odx-solutions-head h2{font-size:34px}.odx-solutions-box{grid-template-columns:1fr}.odx-tabs{display:flex;overflow-x:auto;border-right:0}.odx-tab{min-width:230px;min-height:96px;grid-template-columns:46px 1fr}.odx-tab i{width:46px;height:46px}.odx-tab em{display:none}.odx-panel{min-height:auto}}
@media(max-width:520px){.odx-solutions{padding:50px 0 35px}.odx-solutions-head h2{font-size:29px}.odx-panel{padding:24px 17px}.odx-copy h3{font-size:27px}.odx-visual{min-height:360px}.ui-metrics{grid-template-columns:1fr 1fr}.ui-metrics div:last-child{display:none}.pos-card{width:120px}.p1,.p3{left:12px}.p2,.p4{right:12px}.msg{width:128px}}


/* KAYAN BANKA BANDI */
.bank-marquee-section{padding:18px 0 36px;background:#fff}
.bank-marquee-box{position:relative;overflow:hidden;border:1px solid #e8dff1;border-radius:18px;background:#fff;box-shadow:0 12px 32px rgba(70,34,111,.07);padding-top:22px}
.bank-marquee-label{position:absolute;z-index:3;left:24px;top:0;transform:translateY(0);padding:10px 16px;border-radius:10px;background:linear-gradient(135deg,#7540c5,#51218f);color:#fff;font-size:12px;font-weight:800;box-shadow:0 7px 18px rgba(91,42,160,.22)}
.bank-marquee{overflow:hidden;padding:28px 0 18px;-webkit-mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent);mask-image:linear-gradient(90deg,transparent,#000 6%,#000 94%,transparent)}
.bank-marquee-track{width:max-content;display:flex;align-items:center;gap:22px;animation:odxBankMarquee 34s linear infinite}
.bank-marquee-box:hover .bank-marquee-track{animation-play-state:paused}
.bank-logo{display:flex;align-items:center;justify-content:center;min-width:180px;height:62px;padding:10px 18px;border-radius:14px;background:#fff;border:1px solid #efe8f7;box-shadow:0 8px 20px rgba(70,34,111,.05)}
.bank-logo img{max-width:148px;max-height:34px;width:auto;height:auto;object-fit:contain;display:block}
@keyframes odxBankMarquee{from{transform:translateX(0)}to{transform:translateX(calc(-50% - 11px))}}
@media(max-width:780px){.bank-marquee-track{gap:16px;animation-duration:25s}.bank-logo{min-width:150px;height:56px;padding:8px 14px}.bank-logo img{max-width:126px;max-height:28px}.bank-marquee-label{left:16px;font-size:11px;padding:9px 13px}}
@media(max-width:560px){.bank-marquee-section{padding-top:10px}.bank-marquee-box{padding-top:20px}.bank-marquee-label{left:14px}.bank-marquee{padding-top:24px}}
@media(prefers-reduced-motion:reduce){.bank-marquee-track{animation:none}}

/* ANA SAYFA HABERLER */
.home-news-section{
  padding:64px 0 42px;
  background:
    radial-gradient(circle at 15% 15%,rgba(103,50,183,.10),transparent 24%),
    radial-gradient(circle at 88% 70%,rgba(27,165,219,.10),transparent 24%),
    linear-gradient(180deg,#fff 0%,#fbf8ff 100%);
}
.home-news-heading{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:30px;
  margin-bottom:30px;
}
.home-news-heading h2{
  margin:5px 0 5px;
  font-size:40px;
  line-height:1.1;
  color:var(--ink);
}
.home-news-heading p{
  margin:0;
  color:var(--muted);
}
.all-news-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--purple);
  font-size:14px;
  font-weight:800;
  white-space:nowrap;
}
.home-news-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}
.home-news-card{
  position:relative;
  min-width:0;
  overflow:hidden;
  border:1px solid rgba(90,54,130,.12);
  border-radius:18px;
  background:#fff;
  box-shadow:0 15px 34px rgba(59,31,92,.08);
  transition:transform .25s ease,box-shadow .25s ease;
}
.home-news-card:hover{
  transform:translateY(-6px);
  box-shadow:0 22px 44px rgba(59,31,92,.14);
}
.home-news-image{
  position:relative;
  display:block;
  height:190px;
  overflow:hidden;
  background:#ede5f8;
}
.home-news-image:after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,transparent 38%,rgba(18,12,30,.42));
  pointer-events:none;
}
.home-news-image img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .45s ease;
}
.home-news-card:hover .home-news-image img{transform:scale(1.06)}
.news-category{
  position:absolute;
  z-index:2;
  left:14px;
  bottom:13px;
  padding:7px 10px;
  border-radius:7px;
  color:#fff;
  font-size:10px;
  letter-spacing:.03em;
  font-weight:900;
  box-shadow:0 7px 16px rgba(30,16,48,.2);
}
.card-purple .news-category{background:#6f36bc}
.card-blue .news-category{background:#176bd1}
.card-cyan .news-category{background:#008da9}
.card-orange .news-category{background:#ef7b22}
.home-news-content{
  position:relative;
  min-height:274px;
  padding:21px 19px 20px;
}
.home-news-card:before{
  content:"";
  position:absolute;
  z-index:2;
  top:0;
  left:0;
  right:0;
  height:4px;
}
.card-purple:before{background:linear-gradient(90deg,#6631b7,#9a67df)}
.card-blue:before{background:linear-gradient(90deg,#176bd1,#41a6ff)}
.card-cyan:before{background:linear-gradient(90deg,#008da9,#38d4d7)}
.card-orange:before{background:linear-gradient(90deg,#ef7b22,#ffc145)}
.news-date{
  display:block;
  margin-bottom:9px;
  color:#8a8095;
  font-size:11px;
  font-weight:700;
}
.home-news-content h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.32;
}
.home-news-content h3 a{color:var(--ink)}
.home-news-content p{
  margin:0 0 18px;
  color:var(--muted);
  font-size:13px;
  line-height:1.62;
}
.news-read-more{
  position:absolute;
  left:19px;
  bottom:19px;
  color:var(--purple);
  font-size:12px;
  font-weight:900;
}

@media(max-width:1050px){
  .home-news-grid{grid-template-columns:repeat(2,1fr)}
  .home-news-image{height:220px}
}
@media(max-width:780px){
  .bank-marquee-track{gap:38px;animation-duration:25s}
  .bank-logo{font-size:15px}
  .home-news-heading{align-items:flex-start;flex-direction:column;gap:12px}
}
@media(max-width:560px){
  .bank-marquee-section{padding-top:4px}
  .bank-marquee-label{left:18px}
  .home-news-section{padding:48px 0 30px}
  .home-news-heading h2{font-size:32px}
  .home-news-grid{grid-template-columns:1fr}
  .home-news-image{height:210px}
  .home-news-content{min-height:240px}
}
@media(prefers-reduced-motion:reduce){
  .bank-marquee-track{animation:none}
}

/* COREFY ESİNLİ MEGA MENÜ */
.odx-mega-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.98);backdrop-filter:blur(18px);box-shadow:0 7px 26px rgba(50,27,76,.08)}
.odx-mega-header .header-inner{min-height:82px}.odx-mega-header .brand img{width:150px}.desktop-mega-nav{display:flex;align-items:center;gap:4px;margin-left:auto}.mega-item{position:static}
.mega-trigger,.simple-nav-link{min-height:82px;display:flex;align-items:center;gap:7px;padding:0 15px;border:0;background:transparent;color:#2c2538;font-size:14px;font-weight:700;cursor:pointer;position:relative}
.mega-trigger:after,.simple-nav-link:after{content:"";position:absolute;left:15px;right:15px;bottom:0;height:3px;border-radius:999px 999px 0 0;background:var(--purple);transform:scaleX(0);transition:.2s}.mega-item.open .mega-trigger,.mega-trigger:hover,.simple-nav-link:hover{color:var(--purple)}.mega-item.open .mega-trigger:after,.mega-trigger:hover:after,.simple-nav-link:hover:after{transform:scaleX(1)}.mega-trigger span{font-size:13px;transition:.2s}.mega-item.open .mega-trigger span{transform:rotate(180deg)}
.mega-menu{position:absolute;top:82px;left:0;right:0;visibility:hidden;opacity:0;transform:translateY(-8px);pointer-events:none;transition:.2s;background:#fff;border-top:1px solid #eee7f5;box-shadow:0 28px 60px rgba(44,20,72,.14)}.mega-item.open .mega-menu{visibility:visible;opacity:1;transform:none;pointer-events:auto}
.mega-menu-inner{width:min(1240px,calc(100% - 40px));margin:0 auto;display:grid;grid-template-columns:270px 1fr;gap:42px;padding:34px 0 38px}.mega-intro{padding:26px;border-radius:20px;background:linear-gradient(145deg,#f9f5ff,#f0e7fb)}.mega-kicker{display:block;margin-bottom:10px;color:var(--purple);font-size:11px;font-weight:900;letter-spacing:.12em}.mega-intro h3{margin:0 0 12px;font-size:24px;line-height:1.22}.mega-intro p{margin:0 0 22px;color:var(--muted);font-size:13px}.mega-feature-card{display:block;padding:16px;border-radius:14px;background:linear-gradient(135deg,#6d39ba,#4d1e8c);color:#fff}.mega-feature-card b,.mega-feature-card span{display:block}.mega-feature-card b{font-size:14px}.mega-feature-card span{font-size:11px;color:rgba(255,255,255,.82)}
.mega-columns{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.mega-columns-2{grid-template-columns:1fr 1fr .9fr}.mega-column h4{margin:0 0 13px;color:#8a7c98;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.mega-column a{display:block;padding:11px 12px;border-radius:11px;transition:.2s}.mega-column a:hover{background:#f7f2fc}.mega-column b,.mega-column span{display:block}.mega-column b{font-size:13px;color:#2d2538;margin-bottom:3px}.mega-column span{font-size:11px;line-height:1.42;color:#777080}.mega-side-card{padding:24px;border-radius:18px;background:linear-gradient(150deg,#7642c3,#4b1c89);color:#fff}.mega-side-card>span{font-size:10px;font-weight:900;letter-spacing:.12em;color:#dac8f2}.mega-side-card h4{font-size:22px;margin:20px 0 10px}.mega-side-card p{font-size:12px;color:rgba(255,255,255,.78)}.mega-side-card a{display:inline-block;margin-top:18px;color:#fff;font-size:12px;font-weight:900}.resource-card{background:linear-gradient(150deg,#2067cb,#5943bc)}.odx-mega-header .header-actions{margin-left:18px}.mobile-menu-toggle{display:none;border:0;background:transparent;padding:10px}.mobile-menu-toggle span{display:block;width:26px;height:2px;background:#39244d;margin:5px 0}.mobile-menu-panel,.mobile-menu-overlay{display:none}
@media(max-width:980px){.desktop-mega-nav,.odx-mega-header .header-actions{display:none}.mobile-menu-toggle{display:block;margin-left:auto}.mobile-menu-panel{display:block;position:fixed;top:0;right:0;bottom:0;width:min(430px,92vw);z-index:1100;background:#fff;transform:translateX(105%);transition:.3s;overflow-y:auto;box-shadow:-25px 0 60px rgba(36,17,55,.18)}.mobile-menu-overlay{display:block;position:fixed;inset:0;z-index:1050;background:rgba(28,14,43,.48);opacity:0;visibility:hidden;transition:.3s}body.mobile-menu-open{overflow:hidden}body.mobile-menu-open .mobile-menu-panel{transform:none}body.mobile-menu-open .mobile-menu-overlay{opacity:1;visibility:visible}.mobile-menu-head{position:sticky;top:0;z-index:2;display:flex;justify-content:space-between;align-items:center;min-height:78px;padding:14px 20px;background:rgba(255,255,255,.96);border-bottom:1px solid #eee7f4}.mobile-menu-head .brand img{width:135px}.mobile-menu-close{width:42px;height:42px;border:1px solid #e6dbee;border-radius:12px;background:#faf7fd;color:#51238c;font-size:29px}.mobile-menu-body{padding:10px 20px 34px}.mobile-accordion{border-bottom:1px solid #eee7f4}.mobile-accordion-trigger{width:100%;min-height:60px;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;color:#2b2434;font-size:16px;font-weight:800;text-align:left}.mobile-accordion-trigger span{font-size:24px;color:var(--purple);transition:.2s}.mobile-accordion.open .mobile-accordion-trigger span{transform:rotate(45deg)}.mobile-accordion-content{display:none;padding:0 0 18px 12px}.mobile-accordion.open .mobile-accordion-content{display:block}.mobile-accordion-content h4{margin:16px 0 8px;color:#9689a3;font-size:10px;letter-spacing:.12em;text-transform:uppercase}.mobile-accordion-content a,.mobile-direct-link{display:block;padding:10px 0;color:#403748;font-size:14px;font-weight:600}.mobile-direct-link{min-height:58px;display:flex;align-items:center;border-bottom:1px solid #eee7f4;font-size:16px;font-weight:800}.mobile-menu-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:24px}.mobile-menu-actions .btn{padding:12px 10px}}
@media(max-width:520px){.odx-mega-header .header-inner{min-height:70px}.odx-mega-header .brand img{width:128px}.mobile-menu-panel{width:100vw}.mobile-menu-actions{grid-template-columns:1fr}}


/* MEGA MENÜ ÇALIŞMA DÜZELTMELERİ */
.mega-menu{z-index:1002}
.mega-item.open>.mega-menu{
  visibility:visible;
  opacity:1;
  transform:translateY(0);
  pointer-events:auto;
}
.odx-mega-header{overflow:visible}
.odx-mega-header .header-inner{position:relative}
.mobile-menu-panel{z-index:1200}
.mobile-menu-overlay{z-index:1150}
.mobile-menu-open .mobile-menu-panel{
  transform:translateX(0)!important;
  visibility:visible;
}
.mobile-menu-open .mobile-menu-overlay{
  opacity:1!important;
  visibility:visible!important;
}
@media(min-width:981px){
  .mega-item:hover>.mega-menu{
    visibility:visible;
    opacity:1;
    transform:translateY(0);
    pointer-events:auto;
  }
}


/* VIDEO + GÖRSEL HERO SLIDER */
.hero-slider-section{
  padding:0 0 10px;
  background:#fff;
}
.hero-slider{
  position:relative;
  min-height:680px;
  overflow:hidden;
  background:#120d1f;
}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  transition:opacity .7s ease, visibility .7s ease;
}
.hero-slide.active{
  opacity:1;
  visibility:visible;
  z-index:2;
}
.hero-slide-media{
  position:absolute;
  inset:0;
}
.hero-slide-media img,
.hero-bg-video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.hero-slide-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg, rgba(20,12,34,.82) 0%, rgba(20,12,34,.58) 40%, rgba(20,12,34,.18) 72%, rgba(20,12,34,.06) 100%);
}
.hero-slide-overlay.soft{
  background:linear-gradient(90deg, rgba(248,244,253,.95) 0%, rgba(248,244,253,.90) 38%, rgba(248,244,253,.45) 68%, rgba(248,244,253,.16) 100%);
}
.hero-slide-content{
  position:relative;
  z-index:3;
  min-height:680px;
  display:flex;
  align-items:center;
}
.hero-slide-copy{
  max-width:640px;
  padding:90px 0 120px;
}
.hero-slide-copy.light-copy{color:#fff}
.hero-slide-copy.dark-copy{color:var(--ink)}
.hero-kicker{
  display:inline-flex;
  margin-bottom:14px;
  padding:8px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.18);
  font-size:12px;
  font-weight:900;
  letter-spacing:.08em;
}
.dark-copy .hero-kicker{
  background:rgba(109,57,186,.10);
  border-color:rgba(109,57,186,.12);
  color:var(--purple);
}
.hero-slide-copy h1,
.hero-slide-copy h2{
  margin:0 0 18px;
  font-size:58px;
  line-height:1.08;
  letter-spacing:-1.8px;
}
.hero-slide-copy p{
  margin:0 0 28px;
  max-width:560px;
  font-size:18px;
  line-height:1.7;
}
.light-copy p{color:rgba(255,255,255,.84)}
.dark-copy p{color:var(--muted)}
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.btn-light{
  background:rgba(255,255,255,.12);
  color:#fff;
  border:1px solid rgba(255,255,255,.26);
  backdrop-filter:blur(8px);
}
.btn-light:hover{background:rgba(255,255,255,.19)}
.hero-slider-ui{
  position:absolute;
  left:0;
  right:0;
  bottom:34px;
  z-index:5;
}
.hero-slider-controls{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.hero-dots{
  display:flex;
  align-items:center;
  gap:10px;
}
.hero-dot{
  width:13px;
  height:13px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.38);
  cursor:pointer;
  transition:.25s;
}
.hero-dot.active{
  width:34px;
  border-radius:999px;
  background:#fff;
}
.hero-arrow{
  width:52px;
  height:52px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.20);
  background:rgba(255,255,255,.12);
  color:#fff;
  font-size:34px;
  line-height:1;
  cursor:pointer;
  backdrop-filter:blur(8px);
  transition:.25s;
}
.hero-arrow:hover{
  background:rgba(255,255,255,.20);
}
.dark-copy ~ .hero-slider-ui .hero-arrow{}
@media(max-width:980px){
  .hero-slider,
  .hero-slide-content{min-height:620px}
  .hero-slide-copy h1,
  .hero-slide-copy h2{font-size:46px}
}
@media(max-width:780px){
  .hero-slider,
  .hero-slide-content{min-height:580px}
  .hero-slide-copy{
    padding:70px 0 110px;
    max-width:100%;
  }
  .hero-slide-copy h1,
  .hero-slide-copy h2{font-size:38px}
  .hero-slide-copy p{font-size:16px;max-width:95%}
  .hero-slider-controls{justify-content:center;gap:14px}
}
@media(max-width:560px){
  .hero-slider,
  .hero-slide-content{min-height:540px}
  .hero-slide-copy{
    padding:54px 0 98px;
  }
  .hero-slide-copy h1,
  .hero-slide-copy h2{
    font-size:31px;
    letter-spacing:-1px;
  }
  .hero-slide-copy p{
    font-size:15px;
    line-height:1.6;
  }
  .hero-actions{
    flex-direction:column;
  }
  .hero-actions .btn{
    width:100%;
  }
  .hero-arrow{
    width:44px;
    height:44px;
    font-size:30px;
  }
}


/* MOBİL/RESPONSIVE MEGA MENÜ DÜZELTMESİ */
.odx-mega-header{overflow:visible}
.odx-mega-header .header-inner{position:relative}
.mobile-menu-toggle{
  position:relative;
  z-index:1202;
  cursor:pointer;
}
.mobile-menu-panel{
  visibility:hidden;
}
.mobile-menu-overlay{
  pointer-events:none;
}
.mobile-menu-panel.is-open{
  transform:translateX(0)!important;
  visibility:visible!important;
}
.mobile-menu-overlay.is-open{
  opacity:1!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
.mobile-accordion-content{
  max-height:0;
  overflow:hidden;
  transition:max-height .28s ease;
}
.mobile-accordion.open .mobile-accordion-content{
  display:block!important;
  max-height:1200px;
}
.mobile-accordion.open .mobile-accordion-trigger span{
  transform:rotate(45deg);
}
@media(max-width:980px){
  .mobile-menu-panel{
    display:block!important;
    position:fixed!important;
    top:0!important;
    right:0!important;
    bottom:0!important;
    width:min(430px,92vw)!important;
    z-index:1201!important;
    background:#fff!important;
    transform:translateX(110%)!important;
    transition:transform .32s ease, visibility .32s ease!important;
    overflow-y:auto!important;
    box-shadow:-25px 0 60px rgba(36,17,55,.18)!important;
  }
  .mobile-menu-overlay{
    display:block!important;
    position:fixed!important;
    inset:0!important;
    z-index:1150!important;
    background:rgba(28,14,43,.48)!important;
    opacity:0!important;
    visibility:hidden!important;
    transition:opacity .32s ease, visibility .32s ease!important;
  }
  .mobile-menu-toggle{display:block!important}
  .desktop-mega-nav,
  .odx-mega-header .header-actions{display:none!important}
}
@media(max-width:520px){
  .mobile-menu-panel{
    width:100vw!important;
  }
}


/* MOBİL MENÜ NİHAİ DÜZELTME */
html.menu-open,
body.mobile-menu-open{
  overflow:hidden!important;
  touch-action:none;
}

.mobile-menu-panel{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  left:auto!important;
  width:min(430px,92vw)!important;
  height:100dvh!important;
  z-index:99999!important;
  display:block!important;
  visibility:hidden!important;
  opacity:0!important;
  transform:translate3d(110%,0,0)!important;
  transition:transform .32s ease,opacity .25s ease,visibility .32s ease!important;
  overflow-y:auto!important;
  overscroll-behavior:contain;
  background:#fff!important;
  box-shadow:-25px 0 60px rgba(36,17,55,.22)!important;
  pointer-events:none!important;
}

.mobile-menu-panel.is-open{
  visibility:visible!important;
  opacity:1!important;
  transform:translate3d(0,0,0)!important;
  pointer-events:auto!important;
}

.mobile-menu-overlay{
  position:fixed!important;
  inset:0!important;
  z-index:99990!important;
  display:block!important;
  visibility:hidden!important;
  opacity:0!important;
  background:rgba(28,14,43,.55)!important;
  transition:opacity .25s ease,visibility .25s ease!important;
  pointer-events:none!important;
}

.mobile-menu-overlay.is-open{
  visibility:visible!important;
  opacity:1!important;
  pointer-events:auto!important;
}

.mobile-menu-toggle{
  display:none;
  position:relative;
  z-index:100001!important;
  cursor:pointer;
}

.mobile-accordion-content{
  display:block!important;
  max-height:0;
  overflow:hidden;
  padding-top:0!important;
  padding-bottom:0!important;
  transition:max-height .28s ease,padding .28s ease;
}

.mobile-accordion.open .mobile-accordion-content{
  padding-bottom:18px!important;
}

@media(max-width:980px){
  .desktop-mega-nav,
  .odx-mega-header .header-actions{
    display:none!important;
  }

  .mobile-menu-toggle{
    display:block!important;
    margin-left:auto!important;
  }

  .odx-mega-header .header-inner{
    min-height:72px!important;
  }
}

@media(max-width:520px){
  .mobile-menu-panel{
    width:100vw!important;
  }
}


/* GENİŞLEYEN SEKTÖREL GÖRSEL KARTLAR */
.industry-transform-section{
  padding:76px 0 68px;
  background:
    radial-gradient(circle at 12% 12%,rgba(104,51,183,.10),transparent 24%),
    linear-gradient(180deg,#fff 0%,#faf7fd 100%);
}

.industry-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:40px;
  margin-bottom:34px;
}

.industry-heading>div{
  max-width:760px;
}

.industry-heading h2{
  margin:7px 0 12px;
  font-size:44px;
  line-height:1.12;
  letter-spacing:-1.4px;
}

.industry-heading h2 strong{
  color:var(--purple);
}

.industry-heading p{
  margin:0;
  color:var(--muted);
  font-size:16px;
}

.industry-heading-link{
  display:inline-flex;
  align-items:center;
  gap:9px;
  color:var(--purple);
  font-size:14px;
  font-weight:900;
  white-space:nowrap;
}

.industry-accordion{
  height:520px;
  display:flex;
  gap:12px;
}

.industry-card{
  position:relative;
  flex:1 1 0;
  min-width:0;
  overflow:hidden;
  border-radius:22px;
  cursor:pointer;
  isolation:isolate;
  background:#2a1b38;
  box-shadow:0 18px 42px rgba(43,23,64,.12);
  transition:flex .55s cubic-bezier(.22,.61,.36,1),transform .35s ease,box-shadow .35s ease;
  outline:none;
}

.industry-card.active,
.industry-card:hover,
.industry-card:focus-visible{
  flex:3.1 1 0;
  transform:translateY(-6px);
  box-shadow:0 28px 58px rgba(43,23,64,.20);
}

.industry-card img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .7s ease,filter .45s ease;
}

.industry-card:not(.active) img{
  filter:saturate(.76) brightness(.75);
}

.industry-card.active img,
.industry-card:hover img{
  transform:scale(1.06);
  filter:saturate(1) brightness(.92);
}

.industry-overlay{
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(180deg,rgba(20,11,29,.06) 10%,rgba(20,11,29,.30) 52%,rgba(20,11,29,.92) 100%);
}

.industry-card:not(.active) .industry-overlay{
  background:linear-gradient(180deg,rgba(24,13,34,.14),rgba(24,13,34,.86));
}

.industry-content{
  position:absolute;
  z-index:2;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  padding:24px;
  color:#fff;
}

.industry-number{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.22);
  backdrop-filter:blur(8px);
  font-size:12px;
  font-weight:900;
}

.industry-text{
  width:min(420px,100%);
  transform:translateY(16px);
  transition:transform .45s ease;
}

.industry-card.active .industry-text,
.industry-card:hover .industry-text{
  transform:none;
}

.industry-text h3{
  margin:0;
  font-size:27px;
  line-height:1.15;
  letter-spacing:-.6px;
  white-space:nowrap;
}

.industry-text p,
.industry-text a{
  opacity:0;
  max-height:0;
  overflow:hidden;
  transform:translateY(12px);
  transition:opacity .35s ease .12s,transform .35s ease .12s,max-height .35s ease;
}

.industry-card.active .industry-text p,
.industry-card.active .industry-text a,
.industry-card:hover .industry-text p,
.industry-card:hover .industry-text a{
  opacity:1;
  max-height:120px;
  transform:none;
}

.industry-text p{
  margin:13px 0 18px;
  color:rgba(255,255,255,.82);
  font-size:14px;
  line-height:1.62;
}

.industry-text a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:#fff;
  font-size:13px;
  font-weight:900;
}

@media(max-width:1050px){
  .industry-accordion{
    height:470px;
  }

  .industry-text h3{
    font-size:23px;
  }

  .industry-card.active,
  .industry-card:hover,
  .industry-card:focus-visible{
    flex:3.6 1 0;
  }
}

@media(max-width:780px){
  .industry-transform-section{
    padding:56px 0 48px;
  }

  .industry-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:14px;
  }

  .industry-heading h2{
    font-size:34px;
  }

  .industry-accordion{
    height:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
  }

  .industry-card,
  .industry-card.active,
  .industry-card:hover,
  .industry-card:focus-visible{
    min-height:390px;
    transform:none;
  }

  .industry-card:not(.active) img{
    filter:saturate(.9) brightness(.82);
  }

  .industry-card .industry-text{
    transform:none;
  }

  .industry-card .industry-text p,
  .industry-card .industry-text a{
    opacity:1;
    max-height:130px;
    transform:none;
  }

  .industry-text h3{
    white-space:normal;
    font-size:24px;
  }
}

@media(max-width:560px){
  .industry-heading h2{
    font-size:29px;
  }

  .industry-accordion{
    grid-template-columns:1fr;
  }

  .industry-card,
  .industry-card.active,
  .industry-card:hover{
    min-height:420px;
  }
}


/* MOBİL HEADER CTA BUTONLARI */
.mobile-header-actions-bar{
  display:none;
  background:#fff;
  border-top:1px solid #f1eaf6;
  border-bottom:1px solid #e9e0f0;
  box-shadow:0 7px 18px rgba(48,25,70,.055);
  position:relative;
  z-index:990;
}

.mobile-header-actions-inner{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  padding-top:10px;
  padding-bottom:10px;
}

.mobile-header-actions-inner .btn{
  width:100%;
  min-height:44px;
  padding:10px 14px;
}

@media(max-width:980px){
  .mobile-header-actions-bar{
    display:block;
  }

  .hero-slider-section{
    margin-top:0!important;
  }
}

@media(max-width:420px){
  .mobile-header-actions-inner{
    gap:8px;
  }

  .mobile-header-actions-inner .btn{
    font-size:13px;
    padding:9px 8px;
  }
}


/* ÖDEMEİX PLATFORMU ÇALIŞMA SÜREÇ AKIŞI */
.process-flow-embed-section{
  padding:26px 0 66px;
  background:
    radial-gradient(circle at 85% 8%,rgba(101,50,183,.08),transparent 24%),
    linear-gradient(180deg,#fff 0%,#fbf9fe 100%);
}

.process-flow-heading{
  max-width:800px;
  margin:0 auto 24px;
  text-align:center;
}

.process-flow-heading h2{
  margin:7px 0 10px;
  font-size:38px;
  line-height:1.15;
  letter-spacing:-1px;
}

.process-flow-heading h2 strong{
  color:var(--purple);
}

.process-flow-heading p{
  margin:0;
  color:var(--muted);
  font-size:15px;
}

.process-flow-frame-wrap{
  position:relative;
  overflow:hidden;
  border:1px solid #e5dcef;
  border-radius:22px;
  background:#fff;
  box-shadow:0 20px 46px rgba(62,31,97,.09);
}

.process-flow-frame{
  display:block;
  width:100%;
  height:820px;
  border:0;
  background:transparent;
}

@media(max-width:1250px){
  .process-flow-frame{
    height:730px;
  }
}

@media(max-width:980px){
  .process-flow-embed-section{
    padding:18px 0 52px;
  }

  .process-flow-frame{
    height:600px;
  }
}

@media(max-width:760px){
  .process-flow-heading h2{
    font-size:31px;
  }

  .process-flow-frame-wrap{
    border-radius:16px;
  }

  .process-flow-frame{
    height:480px;
  }
}

@media(max-width:560px){
  .process-flow-heading h2{
    font-size:27px;
  }

  .process-flow-heading p{
    font-size:14px;
  }

  .process-flow-frame{
    height:365px;
  }
}

.features-mega-inner{width:min(1240px,calc(100% - 40px));margin:auto;display:grid;grid-template-columns:360px 1fr;min-height:470px}
.features-mega-sidebar{padding:32px 28px 32px 0;border-right:1px solid #eee7f3}
.features-mega-sidebar h3{font-size:24px;line-height:1.2;margin:8px 0}
.features-mega-sidebar>p{font-size:12px;line-height:1.6;color:var(--muted);margin:0 0 20px}
.features-category-list{display:grid;gap:7px}
.features-category{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center;width:100%;padding:13px;border:1px solid transparent;border-radius:12px;background:transparent;text-align:left;cursor:pointer}
.features-category:hover,.features-category.active{background:#f8f4fc;border-color:#e4d7ee}
.features-category b,.features-category small{display:block}
.features-category b{font-size:12px;color:#302638}
.features-category small{margin-top:3px;font-size:9px;color:#8e8395}
.features-category i{font-style:normal;font-size:20px;color:#a89cb1}
.features-category.active i{color:var(--purple);transform:translateX(3px)}
.features-mega-content{padding:34px 0 34px 34px}
.features-panel{display:none}
.features-panel.active{display:block;animation:featureFade .2s ease}
@keyframes featureFade{from{opacity:0;transform:translateX(8px)}to{opacity:1;transform:none}}
.features-panel h4{font-size:26px;margin:0 0 7px}
.features-panel>p{font-size:12px;color:#827889;margin:0 0 22px}
.features-links-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}
.features-links-grid a{min-height:90px;padding:16px;border:1px solid #ebe3f1;border-radius:13px;background:#fff;transition:.2s}
.features-links-grid a:hover{transform:translateY(-2px);border-color:#cdb8df;background:#fbf8fe;box-shadow:0 10px 24px rgba(66,31,99,.08)}
.features-links-grid b,.features-links-grid span{display:block}
.features-links-grid b{font-size:12px;color:#302737;margin-bottom:5px}
.features-links-grid span{font-size:10px;line-height:1.5;color:#857b8d}

.mobile-feature-group{border-top:1px solid #f0e9f4}
.mobile-feature-group-trigger{width:100%;min-height:48px;display:flex;align-items:center;justify-content:space-between;border:0;background:transparent;padding:0;color:#514659;font-size:12px;font-weight:800;text-align:left}
.mobile-feature-group-trigger span{font-size:18px;color:var(--purple);transition:.2s}
.mobile-feature-group.open .mobile-feature-group-trigger span{transform:rotate(45deg)}
.mobile-feature-group-content{max-height:0;overflow:hidden;transition:max-height .28s ease,padding .28s ease}
.mobile-feature-group.open .mobile-feature-group-content{max-height:420px;padding-bottom:10px}
.mobile-feature-group-content a{display:block;padding:8px 0 8px 12px;color:#6b6073;font-size:12px;font-weight:600}
@media(max-width:1180px) and (min-width:981px){.mega-trigger,.simple-nav-link{padding-left:10px;padding-right:10px;font-size:13px}.features-mega-inner{grid-template-columns:330px 1fr}}
@media(max-width:980px){.features-mega-menu{display:none!important}}


/* ÖZELLİKLER MEGA MENÜ - KOMPAKT YERLEŞİM DÜZELTMELERİ */

/* Ana header masaüstünde daha kompakt */
@media(min-width:981px){
  .desktop-mega-nav{
    gap:0!important;
  }

  .mega-trigger,
  .simple-nav-link{
    padding-left:9px!important;
    padding-right:9px!important;
    gap:5px!important;
    font-size:13px!important;
    white-space:nowrap!important;
  }

  .mega-trigger:after,
  .simple-nav-link:after{
    left:9px!important;
    right:9px!important;
  }

  .odx-mega-header .header-actions{
    margin-left:10px!important;
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    flex:0 0 auto!important;
    white-space:nowrap!important;
  }

  .odx-mega-header .header-actions .btn{
    white-space:nowrap!important;
    flex:0 0 auto!important;
    padding-left:14px!important;
    padding-right:14px!important;
    font-size:12px!important;
  }

  .odx-mega-header .brand{
    flex:0 0 auto!important;
  }

  .odx-mega-header .brand img{
    width:142px!important;
  }
}

/* Sol kategori satırları: başlık + açıklama aynı blok, ok her zaman sağda */
.features-category{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 22px!important;
  grid-template-rows:auto!important;
  align-items:center!important;
  column-gap:10px!important;
  row-gap:0!important;
  min-height:61px!important;
  padding:9px 12px!important;
}

.features-category-copy{
  display:block!important;
  min-width:0!important;
}

.features-category-copy b,
.features-category-copy small{
  display:block!important;
  width:100%!important;
}

.features-category-copy b{
  margin:0 0 3px!important;
  font-size:12px!important;
  line-height:1.25!important;
}

.features-category-copy small{
  margin:0!important;
  font-size:9px!important;
  line-height:1.3!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

.features-category > i{
  grid-column:2!important;
  grid-row:1!important;
  justify-self:end!important;
  align-self:center!important;
  margin:0!important;
  line-height:1!important;
}

/* Mega menünün gereksiz dikey yüksekliğini azalt */
.features-mega-inner{
  min-height:405px!important;
}

.features-mega-sidebar{
  padding-top:24px!important;
  padding-bottom:24px!important;
}

.features-mega-sidebar h3{
  margin-top:6px!important;
  margin-bottom:7px!important;
}

.features-mega-sidebar>p{
  margin-bottom:15px!important;
}

.features-category-list{
  gap:4px!important;
}

.features-mega-content{
  padding-top:28px!important;
  padding-bottom:28px!important;
}

.features-links-grid a{
  min-height:82px!important;
  padding:14px!important;
}

@media(min-width:981px) and (max-width:1120px){
  .mega-trigger,
  .simple-nav-link{
    padding-left:6px!important;
    padding-right:6px!important;
    font-size:12px!important;
  }

  .odx-mega-header .header-actions{
    gap:6px!important;
    margin-left:6px!important;
  }

  .odx-mega-header .header-actions .btn{
    padding-left:11px!important;
    padding-right:11px!important;
    font-size:11px!important;
  }

  .odx-mega-header .brand img{
    width:132px!important;
  }
}


/* =========================================================
   SEKTÖREL ÇÖZÜMLER - ACTIVE / HOVER NİHAİ DÜZELTME
   İlk kart varsayılan açık kalır.
   Başka karta hover edildiğinde active kart kapanır,
   yalnızca hover edilen kart genişler.
   ========================================================= */

@media(min-width:781px){

  .industry-card.active{
    flex:4.8 1 0;
  }

  .industry-accordion:hover .industry-card{
    flex:.42 1 0;
    transform:none;
    box-shadow:0 18px 42px rgba(43,23,64,.12);
  }

  .industry-accordion:hover .industry-card:hover{
    flex:4.8 1 0;
    transform:translateY(-6px);
    box-shadow:0 28px 58px rgba(43,23,64,.20);
  }

  .industry-card.active img{
    transform:scale(1.06);
    filter:saturate(1) brightness(.92);
  }

  .industry-accordion:hover .industry-card.active:not(:hover) img{
    transform:scale(1);
    filter:saturate(.76) brightness(.75);
  }

  .industry-card.active .industry-text{
    transform:none;
  }

  .industry-card.active .industry-text p,
  .industry-card.active .industry-text a{
    opacity:1;
    max-height:120px;
    transform:none;
  }

  .industry-accordion:hover .industry-card.active:not(:hover) .industry-text{
    transform:translateY(16px);
  }

  .industry-accordion:hover .industry-card.active:not(:hover) .industry-text p,
  .industry-accordion:hover .industry-card.active:not(:hover) .industry-text a{
    opacity:0;
    max-height:0;
    transform:translateY(12px);
    overflow:hidden;
  }

  .industry-accordion:hover .industry-card:hover .industry-text{
    transform:none;
  }

  .industry-accordion:hover .industry-card:hover .industry-text p,
  .industry-accordion:hover .industry-card:hover .industry-text a{
    opacity:1;
    max-height:140px;
    transform:none;
  }

  .industry-card:hover .industry-text h3,
  .industry-card.active .industry-text h3{
    white-space:normal;
    max-width:100%;
    overflow:visible;
    text-overflow:clip;
  }
}

@media(min-width:781px) and (max-width:1050px){
  .industry-card.active{
    flex:5.2 1 0;
  }

  .industry-accordion:hover .industry-card{
    flex:.38 1 0;
  }

  .industry-accordion:hover .industry-card:hover{
    flex:5.2 1 0;
  }
}

