:root{
  --bg:#fbf8f0;--bg2:#fffdf8;--text:#101827;--muted:#536173;--surface:#ffffff;--surface2:rgba(255,255,255,.82);--line:rgba(16,24,39,.12);
  --gold:#f5bd35;--goldDark:#845200;--gold2:#ffe08a;--dark:#07111f;--green:#08bd69;--blue:#2177ff;--shadow:0 20px 65px rgba(57,40,7,.12);--header:rgba(255,255,255,.88);
}
html[data-theme="dark"]{
  --bg:#050b14;--bg2:#07111f;--text:#f7f9fc;--muted:#aab8c9;--surface:#09182b;--surface2:rgba(9,24,43,.84);--line:rgba(255,255,255,.11);
  --gold:#f5bd35;--goldDark:#ffe08a;--gold2:#ffe08a;--dark:#07111f;--green:#23d96b;--blue:#2f8cff;--shadow:0 26px 80px rgba(0,0,0,.32);--header:rgba(3,9,18,.88);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--text);background:linear-gradient(180deg,var(--bg),var(--bg2));overflow-x:hidden}
a{text-decoration:none;color:inherit}.container{width:min(1380px,calc(100% - 72px));margin-inline:auto}.ambient{position:fixed;border-radius:50%;filter:blur(90px);opacity:.16;pointer-events:none;z-index:-2}.ambient-left{width:430px;height:430px;background:#2f8cff;left:-150px;top:210px}.ambient-right{width:560px;height:560px;background:#f5bd35;right:-220px;top:90px}
.site-header{position:sticky;top:0;z-index:80;background:var(--header);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.header-inner{height:76px;display:flex;align-items:center;gap:22px}.brand{display:flex;align-items:center;gap:10px}.brand-logo{width:38px;height:38px}.brand-copy{display:flex;flex-direction:column;line-height:1.05}.brand-copy strong{font-size:21px;font-weight:950;letter-spacing:-.7px}.brand-copy small{display:flex;align-items:center;gap:6px;font-size:10.5px;color:var(--muted);font-weight:850}.brand-copy small i{width:7px;height:7px;border-radius:50%;background:var(--green);box-shadow:0 0 12px var(--green)}.main-nav{display:flex;gap:25px;margin-left:auto}.main-nav a{font-weight:850;font-size:14px;color:var(--text);opacity:.9}.header-actions{display:flex;gap:10px;align-items:center}.theme-switch{display:flex;gap:4px;padding:4px;border:1px solid var(--line);border-radius:999px;background:var(--surface2)}.theme-btn{width:33px;height:33px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;cursor:pointer}html[data-theme="light"] .theme-btn[data-theme-set="light"],html[data-theme="dark"] .theme-btn[data-theme-set="dark"]{background:linear-gradient(135deg,var(--gold2),var(--gold));box-shadow:0 7px 18px rgba(245,189,53,.22)}.menu-button{display:none;background:none;border:0;flex-direction:column;gap:5px;margin-left:auto}.menu-button span{width:25px;height:2px;border-radius:99px;background:var(--text)}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border:1px solid var(--line);border-radius:12px;font-weight:950}.btn-gold{background:linear-gradient(135deg,var(--gold2),var(--gold));color:#151009;border-color:rgba(151,94,0,.25);box-shadow:0 10px 28px rgba(245,189,53,.18)}.btn-outline,.btn-soft{background:var(--surface2);color:var(--text)}.btn-large{min-height:52px;padding:0 26px}.btn-hero{min-height:58px;padding:0 54px;border-radius:22px;font-size:17px}
section[id]{scroll-margin-top:106px}.intro-hero{min-height:calc(100svh - 76px);display:grid;place-items:center;text-align:center;padding:70px 0;background:radial-gradient(circle at 50% 30%,rgba(245,189,53,.13),transparent 28%),radial-gradient(circle at 12% 70%,rgba(47,140,255,.08),transparent 24%)}.intro-inner{max-width:980px}.intro-logo{display:inline-flex;align-items:center;gap:10px;margin-bottom:28px;color:var(--text);font-weight:950}.intro-logo img{width:42px;height:42px}.intro-hero h1{font-size:clamp(46px,6.2vw,92px);line-height:1.04;letter-spacing:-3px;margin:0}.intro-hero h1 span{display:block;background:linear-gradient(90deg,var(--gold),#d44cff,var(--gold));-webkit-background-clip:text;background-clip:text;color:transparent}.intro-hero p{max-width:820px;margin:28px auto;color:var(--muted);font-size:20px;line-height:1.65}.intro-mini{display:flex;justify-content:center;gap:18px;flex-wrap:wrap;margin-top:28px;color:var(--muted);font-size:13px;font-weight:750}
.platform-hero{padding:74px 0 44px;border-top:1px solid var(--line)}.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:54px;align-items:center}.hero-copy h2{font-size:clamp(40px,4.4vw,70px);line-height:1.02;letter-spacing:-2px;margin:0 0 18px}.hero-copy h2 span{display:block;color:var(--goldDark)}.hero-text{font-size:18px;line-height:1.65;color:var(--muted);max-width:660px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap;margin:26px 0}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:24px}.trust-row article{display:flex;gap:10px;align-items:center}.trust-row img{width:42px;height:42px;border-radius:12px;object-fit:cover;box-shadow:0 10px 20px rgba(0,0,0,.12)}.trust-row b{display:block;font-size:13.5px}.trust-row span{display:block;color:var(--muted);font-size:12px}
.dashboard-preview{position:relative}.dash-shell{display:grid;grid-template-columns:160px 1fr;background:var(--surface2);border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow);padding:16px}.dash-menu{display:flex;flex-direction:column;gap:10px;border-right:1px solid var(--line);padding-right:14px}.dash-brand{font-weight:950;font-size:13px;display:flex;align-items:center;gap:8px;margin-bottom:6px}.dash-brand img{width:24px}.dash-menu span{font-size:12px;color:var(--muted);padding:9px 10px;border-radius:9px}.dash-menu .active{background:rgba(245,189,53,.16);color:var(--text);font-weight:900}.dash-main{padding-left:16px}.dash-title{display:flex;justify-content:space-between;margin-bottom:12px}.dash-title span{color:var(--green);font-weight:950}.dash-title i{display:inline-block;width:7px;height:7px;background:var(--green);border-radius:50%;margin-right:5px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.stat-grid article,.chart-panel,.donut-panel{background:rgba(255,255,255,.55);border:1px solid var(--line);border-radius:13px;padding:12px}html[data-theme="dark"] .stat-grid article,html[data-theme="dark"] .chart-panel,html[data-theme="dark"] .donut-panel{background:rgba(255,255,255,.035)}.stat-grid small{display:block;color:var(--muted);font-size:11px}.stat-grid b{font-size:20px;display:block}.profit{color:var(--green)}.stat-grid em{font-style:normal;color:var(--muted);font-size:11px}.dash-panels{display:grid;grid-template-columns:1fr 230px;gap:12px;margin-top:12px}.chart-panel h3,.donut-panel h3{margin:0 0 8px;font-size:16px}.chart-panel h3 span{color:var(--muted);font-size:12px}.chart-panel svg{width:100%;height:170px}.donut{width:126px;height:126px;border-radius:50%;background:conic-gradient(#21d06b 0 32%,#2f8cff 32% 56%,#f5bd35 56% 76%,#8e5cff 76% 100%);display:grid;place-items:center;margin:8px auto}.donut strong{width:72px;height:72px;border-radius:50%;background:var(--surface);display:grid;place-items:center;font-size:24px}.donut small{display:block;font-size:10px;color:var(--muted)}.donut-panel ul{list-style:none;margin:0;padding:0}.donut-panel li{color:var(--muted);font-size:12px;margin:3px 0}.donut-panel i{display:inline-block;width:8px;height:8px;border-radius:50%;margin-right:5px}.c1{background:#21d06b}.c2{background:#2f8cff}.c3{background:#f5bd35}.c4{background:#8e5cff}
.benefit-strip{padding:18px 0 62px}.benefit-card{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;background:var(--surface2);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:18px}.benefit-card article{display:flex;gap:20px;align-items:center;padding:12px;border-right:1px solid var(--line)}.benefit-card article:last-child{border-right:0}.benefit-card img{width:94px;height:94px;border-radius:24px;object-fit:cover}.benefit-card h3{margin:0 0 4px}.benefit-card b{color:var(--goldDark);font-size:19px}.benefit-card p{color:var(--muted);margin:8px 0 0;line-height:1.45}
.section{padding:86px 0;border-top:1px solid var(--line)}.section-title.center{text-align:center;max-width:980px;margin:0 auto}.section-title.left{text-align:left}.section-title p{color:var(--goldDark);font-size:12px;font-weight:950;letter-spacing:.9px;margin:0 0 8px}.section-title h2{font-size:clamp(30px,3.2vw,48px);line-height:1.06;letter-spacing:-1px;margin:0 0 10px}.section-title span{display:block;color:var(--muted);line-height:1.6}.winner-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:32px}.winner-grid article,.step-grid article,.bot-grid article,.commission-box,.testimonial-grid article,.faq-panel,.final-card{background:var(--surface);border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow)}.winner-grid article{padding:22px}.winner-grid img{width:84px;height:84px;border-radius:20px;object-fit:cover}.winner-grid small{display:block;color:var(--goldDark);font-weight:950;margin-top:12px}.winner-grid h3{margin:6px 0;font-size:24px}.winner-grid p{color:var(--muted);margin:0}.winner-grid b{display:block;color:var(--green);font-size:25px;margin-top:12px}
.how-section{padding-top:86px;padding-bottom:92px}.step-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:34px}.step-grid article{padding:22px;text-align:center;min-height:270px;position:relative}.step-grid article:not(:last-child)::after{content:"→";position:absolute;right:-24px;top:50%;transform:translateY(-50%);color:var(--goldDark);font-size:28px;font-weight:950}.step-grid span{position:absolute;left:18px;top:18px;border:2px solid var(--gold);border-radius:50%;width:36px;height:36px;display:grid;place-items:center;color:var(--goldDark);font-weight:950}.step-grid img{width:110px;height:110px;border-radius:25px;object-fit:cover}.step-grid h3{margin:10px 0 8px}.step-grid p{color:var(--muted);font-size:14px;line-height:1.5}
.bot-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px;margin-top:30px}.bot-grid article{text-align:center;padding:18px}.bot-grid img{width:110px;height:110px;border-radius:25px;object-fit:cover}.bot-grid h3{margin:12px 0 8px;font-size:19px}.bot-grid p{color:var(--muted);font-size:13.5px;line-height:1.45}
.pricing-section{background:linear-gradient(90deg,rgba(245,189,53,.10),transparent 45%,rgba(245,189,53,.08))}.pricing-grid{display:grid;grid-template-columns:260px 1fr 360px;gap:34px;align-items:center}.pricing-visual img{width:240px;height:240px;object-fit:cover;border-radius:38px;box-shadow:var(--shadow)}.pricing-copy p,.faq-panel p{color:var(--goldDark);font-size:12px;font-weight:950;letter-spacing:.9px;margin:0 0 8px}.pricing-copy h2{font-size:40px;margin:0 0 14px}.pricing-copy span{color:var(--muted);line-height:1.65;display:block}.pricing-copy ul{list-style:none;padding:0;margin:20px 0 0}.pricing-copy li{margin:10px 0;color:var(--text);font-weight:760}.pricing-copy li::before{content:"✓";display:inline-grid;place-items:center;width:22px;height:22px;border-radius:50%;background:var(--gold);color:#17100a;margin-right:9px;font-weight:950}.commission-box{padding:24px}.commission-box h3{margin:0 0 14px}.commission-box div{display:flex;justify-content:space-between;border-bottom:1px solid var(--line);padding:11px 0;color:var(--muted)}.commission-box b{color:var(--text)}.commission-box em{display:block;margin-top:14px;background:rgba(245,189,53,.14);border-radius:10px;padding:12px;color:var(--goldDark);font-weight:900;font-style:normal}
.social-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:34px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:22px}.testimonial-grid article{padding:18px}.testimonial-grid b{color:var(--goldDark)}.testimonial-grid p{color:var(--muted);line-height:1.5}.testimonial-grid strong{display:block}.testimonial-grid small{color:var(--muted)}.faq-panel{padding:24px}.faq-panel h2{margin:0 0 16px}.faq-panel details{border-top:1px solid var(--line);padding:14px 0}.faq-panel summary{font-weight:900;cursor:pointer}.faq-panel span{display:block;color:var(--muted);margin-top:8px;line-height:1.5}
.final-cta{padding:44px 0 64px}.final-card{display:grid;grid-template-columns:110px 1fr auto;gap:24px;align-items:center;padding:20px 26px;background:linear-gradient(135deg,var(--surface),rgba(245,189,53,.11))}.final-card img{width:104px;height:104px;border-radius:24px}.final-card h2{margin:0 0 8px;font-size:30px}.final-card p{color:var(--muted);margin:0;line-height:1.45}
.site-footer{border-top:1px solid var(--line);padding:30px 0 16px;background:rgba(0,0,0,.02)}html[data-theme="dark"] .site-footer{background:rgba(0,0,0,.22)}.footer-inner{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:32px}.footer-inner p,.footer-inner small,.footer-inner a,.footer-inner span{color:var(--muted);line-height:1.65}.footer-inner div:not(:first-child){display:flex;flex-direction:column;gap:8px}.footer-inner b{margin-bottom:6px}.copyright{border-top:1px solid var(--line);margin-top:20px;padding-top:14px;color:var(--muted);font-size:13px}
@media(max-width:1200px){.container{width:min(100% - 36px,1380px)}.hero-grid,.pricing-grid,.social-grid{grid-template-columns:1fr}.dash-shell{grid-template-columns:1fr}.dash-menu{display:none}.dash-main{padding-left:0}.benefit-card,.step-grid,.bot-grid,.testimonial-grid,.footer-inner,.winner-grid{grid-template-columns:repeat(2,1fr)}.benefit-card article{border-right:0}.step-grid article:not(:last-child)::after{display:none}.pricing-visual{text-align:center}.final-card{grid-template-columns:1fr;text-align:center}.final-card img{margin:auto}}
@media(max-width:820px){.header-inner{height:auto;min-height:76px;padding:12px 0;flex-wrap:wrap}.main-nav,.header-actions{display:none}.menu-button{display:flex}.header-inner.open .main-nav,.header-inner.open .header-actions{display:flex;flex-direction:column;width:100%;align-items:stretch}.intro-hero h1{font-size:42px}.intro-hero p{font-size:17px}.hero-copy h2{font-size:40px}.hero-actions .btn,.intro-hero .btn{width:100%}.trust-row,.benefit-card,.step-grid,.bot-grid,.testimonial-grid,.footer-inner,.stat-grid,.dash-panels,.winner-grid{grid-template-columns:1fr}.benefit-card img{width:82px;height:82px}.final-card .btn{width:100%}.brand-copy strong{font-size:17px}.brand-copy small{font-size:9.5px}.main-nav{gap:14px}.section{padding:68px 0}.platform-hero{padding-top:54px}}


/* === ARIA V7 INTRO SCREEN FIX === */
/* İlk giriş ekranı 1366x768 dahil küçük masaüstünde butonu kesmeden gösterir. */
.intro-hero{
  min-height:calc(100svh - 76px);
  padding:34px 0 28px;
  place-items:center;
  overflow:hidden;
  background:
    radial-gradient(circle at 50% 28%,rgba(245,189,53,.13),transparent 28%),
    radial-gradient(circle at 10% 74%,rgba(47,140,255,.075),transparent 25%),
    radial-gradient(circle at 92% 35%,rgba(245,189,53,.12),transparent 24%);
}

.intro-inner{
  max-width:980px;
  margin-inline:auto;
  transform:translateY(-8px);
}

.intro-logo{
  margin-bottom:16px;
}

.intro-logo img{
  width:38px;
  height:38px;
}

.intro-logo span{
  font-size:18px;
}

.intro-hero h1{
  font-size:clamp(40px,5vw,68px);
  line-height:1.02;
  letter-spacing:-2.2px;
  max-width:980px;
  margin-inline:auto;
}

.intro-hero h1 span{
  display:block;
  background:linear-gradient(90deg,#f5bd35 0%,#c98b10 48%,#ffe08a 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

html[data-theme="dark"] .intro-hero h1 span{
  background:linear-gradient(90deg,#ffe08a 0%,#f5bd35 52%,#fff2b0 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent;
}

.intro-hero p{
  max-width:780px;
  margin:20px auto 22px;
  font-size:18px;
  line-height:1.52;
}

.btn-hero{
  min-height:54px;
  padding:0 46px;
  border-radius:18px;
  font-size:16px;
}

.intro-mini{
  margin-top:20px;
  gap:12px;
  font-size:12.5px;
}

.intro-mini span{
  background:var(--surface2);
  border:1px solid var(--line);
  border-radius:999px;
  padding:8px 12px;
}

/* Header sade ve daha dengeli */
.main-nav{
  gap:22px;
}

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

@media (max-height:760px) and (min-width:900px){
  .intro-hero{
    padding:24px 0 20px;
  }

  .intro-inner{
    transform:translateY(-12px);
  }

  .intro-logo{
    margin-bottom:12px;
  }

  .intro-hero h1{
    font-size:clamp(38px,4.55vw,62px);
    letter-spacing:-1.8px;
  }

  .intro-hero p{
    margin:16px auto 18px;
    font-size:17px;
    line-height:1.45;
  }

  .btn-hero{
    min-height:50px;
  }

  .intro-mini{
    margin-top:16px;
  }
}

@media (max-height:680px) and (min-width:900px){
  .intro-logo{
    display:none;
  }

  .intro-hero h1{
    font-size:clamp(36px,4.2vw,56px);
  }

  .intro-mini{
    display:none;
  }
}

@media(max-width:820px){
  .intro-hero{
    min-height:calc(100svh - 76px);
    padding:36px 0 30px;
  }

  .intro-inner{
    transform:none;
  }

  .intro-hero h1{
    font-size:38px;
    letter-spacing:-1.4px;
  }

  .intro-mini{
    flex-direction:column;
    align-items:center;
  }
}


/* === ARIA V8 PLATFORM DENGE / DASHBOARD / ÖZELLİK KARTLARI FIX === */
/* #platform tıklanınca üstte fazla boşluk kalmasın */
#platform{
  scroll-margin-top:86px;
}

.platform-hero{
  padding:36px 0 32px;
  min-height:calc(100svh - 76px);
  display:flex;
  align-items:center;
}

.platform-hero .hero-grid{
  align-items:center;
  gap:42px;
}

.platform-hero .hero-copy h2{
  font-size:clamp(42px,4.2vw,64px);
  line-height:1.01;
  margin-bottom:16px;
}

.platform-hero .hero-text{
  margin:0;
  font-size:17px;
  line-height:1.58;
}

.platform-hero .hero-actions{
  margin:24px 0 22px;
}

/* Küçük özellikler: sıkışma ve küçük ikon problemi */
.platform-hero .trust-row{
  grid-template-columns:repeat(3,minmax(168px,1fr));
  gap:12px;
  margin-top:18px;
}

.platform-hero .trust-row article{
  background:var(--surface2);
  border:1px solid var(--line);
  border-radius:15px;
  padding:10px 11px;
  min-height:76px;
  align-items:center;
  box-shadow:0 12px 32px rgba(20,18,12,.055);
}

html[data-theme="dark"] .platform-hero .trust-row article{
  box-shadow:0 14px 34px rgba(0,0,0,.15);
}

.platform-hero .trust-row img{
  width:56px;
  height:56px;
  border-radius:15px;
  flex:0 0 56px;
}

.platform-hero .trust-row b{
  font-size:14px;
  line-height:1.12;
}

.platform-hero .trust-row span{
  font-size:12px;
  line-height:1.22;
}

/* Sağ dashboard: fazla beyaz alan azaltıldı, grafik alanı dolduruldu */
.platform-hero .dashboard-preview{
  max-width:700px;
  margin-left:auto;
  width:100%;
}

.platform-hero .dash-shell{
  padding:14px;
  grid-template-columns:150px 1fr;
}

.platform-hero .dash-main{
  padding-left:14px;
}

.platform-hero .stat-grid{
  gap:8px;
}

.platform-hero .stat-grid article{
  padding:11px 10px;
  min-height:94px;
}

.platform-hero .dash-panels{
  grid-template-columns:1fr 218px;
  gap:10px;
  margin-top:10px;
}

.platform-hero .chart-panel,
.platform-hero .donut-panel{
  padding:13px;
  min-height:262px;
}

.platform-hero .chart-panel{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
}

.platform-hero .chart-panel svg{
  height:210px;
  margin-top:0;
}

.platform-hero .donut{
  width:132px;
  height:132px;
  margin:10px auto 12px;
}

/* Nasıl Çalışır butonu daha profesyonel */
.play-dot{
  display:inline-grid;
  place-items:center;
  width:25px;
  height:25px;
  margin-left:8px;
  border-radius:50%;
  background:var(--dark);
  color:#fff;
  font-size:11px;
  line-height:1;
}

html[data-theme="dark"] .play-dot{
  background:rgba(255,255,255,.12);
  color:var(--gold2);
  border:1px solid rgba(245,189,53,.28);
}

/* Açık temada sarı başlık ve vurgu daha okunur */
html[data-theme="light"] .hero-copy h2 span,
html[data-theme="light"] .benefit-card b,
html[data-theme="light"] .section-title p,
html[data-theme="light"] .pricing-copy p,
html[data-theme="light"] .faq-panel p,
html[data-theme="light"] .winner-grid small,
html[data-theme="light"] .testimonial-grid b{
  color:#845200;
}

@media (min-width:900px) and (max-height:820px){
  .platform-hero{
    padding-top:24px;
    padding-bottom:24px;
  }

  .platform-hero .hero-grid{
    gap:36px;
  }

  .platform-hero .hero-copy h2{
    font-size:clamp(40px,4vw,58px);
  }

  .platform-hero .hero-text{
    font-size:16px;
    line-height:1.48;
  }

  .platform-hero .hero-actions{
    margin:18px 0 16px;
  }

  .platform-hero .trust-row article{
    min-height:70px;
    padding:8px 10px;
  }

  .platform-hero .trust-row img{
    width:50px;
    height:50px;
    flex-basis:50px;
  }

  .platform-hero .dash-shell{
    transform:scale(.96);
    transform-origin:center right;
  }
}

@media (max-width:1200px){
  .platform-hero{
    min-height:auto;
    display:block;
    padding:42px 0;
  }

  .platform-hero .dashboard-preview{
    max-width:none;
  }
}

@media (max-width:760px){
  .platform-hero .trust-row{
    grid-template-columns:1fr;
  }

  .platform-hero .dash-shell{
    transform:none;
  }
}


/* === ARIA V9 PLATFORM RESPONSIVE BALANCE FIX === */
/* 1366x768 ekran için #platform bölümü daha kompakt ve dengeli hale getirildi. */

#platform.platform-hero,
.platform-hero{
  padding-top:34px !important;
  padding-bottom:30px !important;
}

#platform .hero-grid,
.platform-hero .hero-grid{
  align-items:center !important;
  gap:38px !important;
}

#platform .hero-copy,
.platform-hero .hero-copy{
  transform:translateY(-4px);
}

#platform .hero-copy h2,
.platform-hero .hero-copy h2{
  font-size:clamp(38px,4.1vw,58px) !important;
  line-height:.98 !important;
  margin-bottom:14px !important;
  letter-spacing:-1.7px !important;
}

#platform .hero-text,
.platform-hero .hero-text{
  font-size:16px !important;
  line-height:1.52 !important;
  max-width:620px !important;
  margin:0 !important;
}

#platform .hero-actions,
.platform-hero .hero-actions{
  margin:18px 0 16px !important;
  gap:12px !important;
}

#platform .btn-large,
.platform-hero .btn-large{
  min-height:48px !important;
  padding:0 24px !important;
}

/* Alt 3 özellik kartı: taşma yok, daha net ve profesyonel */
#platform .trust-row,
.platform-hero .trust-row{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:10px !important;
  margin-top:10px !important;
  max-width:640px !important;
}

#platform .trust-row article,
.platform-hero .trust-row article{
  min-width:0 !important;
  display:grid !important;
  grid-template-columns:48px 1fr !important;
  grid-template-areas:
    "icon title"
    "icon desc" !important;
  align-items:center !important;
  gap:4px 9px !important;
  padding:10px 10px !important;
  background:var(--surface2) !important;
  border:1px solid var(--line) !important;
  border-radius:14px !important;
  box-shadow:0 14px 36px rgba(24,18,6,.08) !important;
  overflow:hidden !important;
}

html[data-theme="dark"] #platform .trust-row article,
html[data-theme="dark"] .platform-hero .trust-row article{
  box-shadow:0 14px 34px rgba(0,0,0,.20) !important;
}

#platform .trust-row img,
.platform-hero .trust-row img{
  grid-area:icon !important;
  width:46px !important;
  height:46px !important;
  border-radius:12px !important;
  align-self:center !important;
}

#platform .trust-row b,
.platform-hero .trust-row b{
  grid-area:title !important;
  display:block !important;
  font-size:13px !important;
  line-height:1.12 !important;
  white-space:normal !important;
}

#platform .trust-row span,
.platform-hero .trust-row span{
  grid-area:desc !important;
  display:block !important;
  font-size:11px !important;
  line-height:1.18 !important;
  color:var(--muted) !important;
  word-break:normal !important;
  overflow-wrap:anywhere !important;
}

/* Dashboard daha kompakt, sol tarafa nefes bırakır */
#platform .dashboard-preview,
.platform-hero .dashboard-preview{
  transform:scale(.94);
  transform-origin:center right;
}

#platform .dash-shell,
.platform-hero .dash-shell{
  border-radius:20px !important;
  padding:13px !important;
}

#platform .dash-menu,
.platform-hero .dash-menu{
  padding-right:12px !important;
  gap:7px !important;
}

#platform .dash-menu span,
.platform-hero .dash-menu span{
  padding:8px 9px !important;
}

#platform .dash-main,
.platform-hero .dash-main{
  padding-left:13px !important;
}

#platform .stat-grid,
.platform-hero .stat-grid{
  gap:8px !important;
}

#platform .stat-grid article,
.platform-hero .stat-grid article{
  padding:10px !important;
  min-height:90px !important;
}

#platform .stat-grid b,
.platform-hero .stat-grid b{
  font-size:19px !important;
}

/* Kâr grafiği: paneldeki boşluk azaltıldı, grafik büyütüldü */
#platform .dash-panels,
.platform-hero .dash-panels{
  grid-template-columns:1.15fr .85fr !important;
  gap:10px !important;
  margin-top:10px !important;
}

#platform .chart-panel,
.platform-hero .chart-panel,
#platform .donut-panel,
.platform-hero .donut-panel{
  padding:12px !important;
  min-height:220px !important;
}

#platform .chart-panel h3,
.platform-hero .chart-panel h3{
  margin-bottom:4px !important;
}

#platform .chart-panel svg,
.platform-hero .chart-panel svg{
  width:100% !important;
  height:178px !important;
  display:block !important;
  margin-top:2px !important;
}

#platform .donut,
.platform-hero .donut{
  width:118px !important;
  height:118px !important;
  margin:8px auto 8px !important;
}

#platform .donut strong,
.platform-hero .donut strong{
  width:68px !important;
  height:68px !important;
}

/* 1366x768 ve benzeri ekranlarda ekstra sıkılaştırma */
@media (min-width:1000px) and (max-width:1450px) and (max-height:820px){
  #platform.platform-hero,
  .platform-hero{
    padding-top:22px !important;
    padding-bottom:20px !important;
  }

  #platform .hero-grid,
  .platform-hero .hero-grid{
    grid-template-columns:.95fr 1.05fr !important;
    gap:26px !important;
  }

  #platform .hero-copy h2,
  .platform-hero .hero-copy h2{
    font-size:clamp(36px,3.9vw,54px) !important;
    margin-bottom:12px !important;
  }

  #platform .hero-text,
  .platform-hero .hero-text{
    font-size:15.5px !important;
    line-height:1.45 !important;
  }

  #platform .hero-actions,
  .platform-hero .hero-actions{
    margin:16px 0 14px !important;
  }

  #platform .trust-row,
  .platform-hero .trust-row{
    gap:8px !important;
    max-width:610px !important;
  }

  #platform .trust-row article,
  .platform-hero .trust-row article{
    grid-template-columns:44px 1fr !important;
    padding:9px 9px !important;
  }

  #platform .trust-row img,
  .platform-hero .trust-row img{
    width:42px !important;
    height:42px !important;
  }

  #platform .trust-row b,
  .platform-hero .trust-row b{
    font-size:12.5px !important;
  }

  #platform .trust-row span,
  .platform-hero .trust-row span{
    font-size:10.5px !important;
  }

  #platform .dashboard-preview,
  .platform-hero .dashboard-preview{
    transform:scale(.90) translateX(10px) !important;
    transform-origin:center right !important;
  }

  #platform .dash-shell,
  .platform-hero .dash-shell{
    padding:12px !important;
  }

  #platform .chart-panel,
  .platform-hero .chart-panel,
  #platform .donut-panel,
  .platform-hero .donut-panel{
    min-height:208px !important;
  }

  #platform .chart-panel svg,
  .platform-hero .chart-panel svg{
    height:168px !important;
  }
}

/* Çok dar masaüstü veya tablet */
@media(max-width:1200px){
  #platform .dashboard-preview,
  .platform-hero .dashboard-preview{
    transform:none !important;
  }

  #platform .trust-row,
  .platform-hero .trust-row{
    max-width:none !important;
  }
}

@media(max-width:760px){
  #platform.platform-hero,
  .platform-hero{
    padding-top:34px !important;
  }

  #platform .trust-row,
  .platform-hero .trust-row{
    grid-template-columns:1fr !important;
  }
}


/* === ARIA V10 FINAL PREMIUM POLISH === */
/* V9 üzerine son profesyonel rötuş: platform daha yukarı, dashboard dengeli, kartlar daha okunur. */

:root{
  --heroGlowBlue:rgba(47,140,255,.105);
  --heroGlowGold:rgba(245,189,53,.155);
}

html[data-theme="dark"]{
  --heroGlowBlue:rgba(47,140,255,.14);
  --heroGlowGold:rgba(245,189,53,.14);
}

/* Açık/koyu temada platform arka planına hafif premium derinlik */
#platform.platform-hero,
.platform-hero{
  position:relative;
  padding-top:18px !important;
  padding-bottom:22px !important;
  background:
    radial-gradient(circle at 10% 52%,var(--heroGlowBlue),transparent 28%),
    radial-gradient(circle at 92% 34%,var(--heroGlowGold),transparent 30%);
}

#platform.platform-hero::before,
.platform-hero::before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    linear-gradient(rgba(245,189,53,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(245,189,53,.045) 1px,transparent 1px);
  background-size:52px 52px;
  opacity:.25;
  pointer-events:none;
  mask-image:linear-gradient(90deg,transparent 0%,#000 12%,#000 88%,transparent 100%);
}

#platform .container,
.platform-hero .container{
  position:relative;
  z-index:1;
}

#platform .hero-grid,
.platform-hero .hero-grid{
  gap:30px !important;
}

/* Sol blok biraz yukarı ve daha güçlü */
#platform .hero-copy,
.platform-hero .hero-copy{
  transform:translateY(-14px) !important;
}

#platform .hero-copy h2,
.platform-hero .hero-copy h2{
  font-size:clamp(40px,4.25vw,60px) !important;
  line-height:.98 !important;
  margin-bottom:12px !important;
}

#platform .hero-text,
.platform-hero .hero-text{
  font-size:16.5px !important;
  line-height:1.5 !important;
  max-width:650px !important;
}

/* CTA alanı daha sıkı ve premium */
#platform .hero-actions,
.platform-hero .hero-actions{
  margin:16px 0 12px !important;
}

#platform .btn-large,
.platform-hero .btn-large{
  min-height:48px !important;
  border-radius:13px !important;
}

#platform .btn-soft,
.platform-hero .btn-soft{
  box-shadow:0 10px 24px rgba(15,23,42,.06);
}

/* 3 özellik kartı: yazılar büyüdü, kart premiumlaştı */
#platform .trust-row,
.platform-hero .trust-row{
  max-width:650px !important;
  gap:10px !important;
  margin-top:8px !important;
}

#platform .trust-row article,
.platform-hero .trust-row article{
  grid-template-columns:50px 1fr !important;
  padding:11px 12px !important;
  border-radius:15px !important;
  background:
    linear-gradient(145deg,rgba(255,255,255,.94),rgba(255,255,255,.68)) !important;
  border:1px solid rgba(151,94,0,.16) !important;
  box-shadow:
    0 16px 42px rgba(24,18,6,.09),
    inset 0 1px 0 rgba(255,255,255,.80) !important;
}

html[data-theme="dark"] #platform .trust-row article,
html[data-theme="dark"] .platform-hero .trust-row article{
  background:
    linear-gradient(145deg,rgba(13,31,55,.88),rgba(7,17,31,.78)) !important;
  border:1px solid rgba(245,189,53,.14) !important;
  box-shadow:
    0 18px 42px rgba(0,0,0,.30),
    inset 0 1px 0 rgba(255,255,255,.05) !important;
}

#platform .trust-row img,
.platform-hero .trust-row img{
  width:48px !important;
  height:48px !important;
  border-radius:13px !important;
}

#platform .trust-row b,
.platform-hero .trust-row b{
  font-size:13.6px !important;
  line-height:1.10 !important;
  letter-spacing:-.15px !important;
}

#platform .trust-row span,
.platform-hero .trust-row span{
  font-size:11.4px !important;
  line-height:1.22 !important;
}

/* Dashboard biraz büyüdü ama taşmadan dengeli durur */
#platform .dashboard-preview,
.platform-hero .dashboard-preview{
  transform:scale(.96) translateX(4px) !important;
  transform-origin:center right !important;
}

#platform .dash-shell,
.platform-hero .dash-shell{
  padding:14px !important;
  border-radius:22px !important;
  box-shadow:
    0 24px 70px rgba(42,28,5,.13),
    inset 0 1px 0 rgba(255,255,255,.50) !important;
}

html[data-theme="dark"] #platform .dash-shell,
html[data-theme="dark"] .platform-hero .dash-shell{
  box-shadow:
    0 28px 82px rgba(0,0,0,.38),
    inset 0 1px 0 rgba(255,255,255,.04) !important;
}

/* Dashboard metin ve boşluk ayarı */
#platform .dash-title,
.platform-hero .dash-title{
  margin-bottom:10px !important;
}

#platform .stat-grid article,
.platform-hero .stat-grid article{
  min-height:86px !important;
}

#platform .stat-grid b,
.platform-hero .stat-grid b{
  font-size:20px !important;
}

/* Grafik paneli daha dolu görünür */
#platform .chart-panel,
.platform-hero .chart-panel,
#platform .donut-panel,
.platform-hero .donut-panel{
  min-height:218px !important;
}

#platform .chart-panel svg,
.platform-hero .chart-panel svg{
  height:178px !important;
  transform:translateY(4px);
}

#platform .chart-panel path[stroke="#f5bd35"],
.platform-hero .chart-panel path[stroke="#f5bd35"]{
  stroke-width:7 !important;
}

/* 1366x768 için son ince ayar */
@media (min-width:1000px) and (max-width:1450px) and (max-height:820px){
  #platform.platform-hero,
  .platform-hero{
    padding-top:10px !important;
    padding-bottom:14px !important;
  }

  #platform .hero-grid,
  .platform-hero .hero-grid{
    grid-template-columns:.96fr 1.04fr !important;
    gap:20px !important;
  }

  #platform .hero-copy,
  .platform-hero .hero-copy{
    transform:translateY(-18px) !important;
  }

  #platform .hero-copy h2,
  .platform-hero .hero-copy h2{
    font-size:clamp(38px,4.05vw,56px) !important;
  }

  #platform .hero-text,
  .platform-hero .hero-text{
    font-size:15.8px !important;
    line-height:1.43 !important;
  }

  #platform .hero-actions,
  .platform-hero .hero-actions{
    margin:14px 0 10px !important;
  }

  #platform .trust-row,
  .platform-hero .trust-row{
    max-width:650px !important;
    gap:9px !important;
  }

  #platform .trust-row article,
  .platform-hero .trust-row article{
    grid-template-columns:48px 1fr !important;
    padding:10px 11px !important;
  }

  #platform .trust-row img,
  .platform-hero .trust-row img{
    width:46px !important;
    height:46px !important;
  }

  #platform .trust-row b,
  .platform-hero .trust-row b{
    font-size:13.2px !important;
  }

  #platform .trust-row span,
  .platform-hero .trust-row span{
    font-size:11px !important;
  }

  #platform .dashboard-preview,
  .platform-hero .dashboard-preview{
    transform:scale(.92) translateX(14px) !important;
  }

  #platform .dash-shell,
  .platform-hero .dash-shell{
    padding:13px !important;
  }

  #platform .chart-panel,
  .platform-hero .chart-panel,
  #platform .donut-panel,
  .platform-hero .donut-panel{
    min-height:214px !important;
  }

  #platform .chart-panel svg,
  .platform-hero .chart-panel svg{
    height:174px !important;
  }
}


/* === ARIA V11 LIGHT GREEN / DARK GOLD THEME + FINAL OFFSET === */
/*
  Kural:
  - Koyu temada sarı/altın premium görünüm korunur.
  - Beyaz temada sarı/altın yazı, çizgi, vurgu, buton ve ikon efektleri yeşil tonlarına çevrilir.
  - Ana Sayfa #platform olarak kalır.
  - Logo/AriaTeknoloji tıklanınca #intro ekranına döner.
*/

/* Beyaz tema ana vurgu rengi artık yeşil */
html[data-theme="light"]{
  --gold:#16c784 !important;
  --goldDark:#078a5a !important;
  --gold2:#7df2bd !important;
  --heroGlowGold:rgba(22,199,132,.18) !important;
  --heroGlowBlue:rgba(47,140,255,.08) !important;
}

/* Koyu temada altın korunur */
html[data-theme="dark"]{
  --gold:#f5bd35 !important;
  --goldDark:#ffe08a !important;
  --gold2:#ffe08a !important;
}

/* Beyaz temada altın gradient kullanılan ilk giriş başlığı yeşile döner */
html[data-theme="light"] .intro-hero h1 span{
  background:linear-gradient(90deg,#078a5a 0%,#16c784 48%,#7df2bd 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* Koyu temada giriş başlığı altın kalır */
html[data-theme="dark"] .intro-hero h1 span{
  background:linear-gradient(90deg,#ffe08a 0%,#f5bd35 52%,#fff2b0 100%) !important;
  -webkit-background-clip:text !important;
  background-clip:text !important;
  color:transparent !important;
}

/* Beyaz temada tüm altın butonlar yeşil premium butona dönüşür */
html[data-theme="light"] .btn-gold{
  background:linear-gradient(135deg,#9df6ce 0%,#16c784 55%,#078a5a 100%) !important;
  color:#052016 !important;
  border-color:rgba(7,138,90,.28) !important;
  box-shadow:0 12px 30px rgba(22,199,132,.20) !important;
}

html[data-theme="light"] .btn-gold:hover{
  filter:saturate(1.08) brightness(1.02);
}

/* Beyaz temada tema seçili arka planı da yeşil olur */
html[data-theme="light"] .theme-btn[data-theme-set="light"]{
  background:linear-gradient(135deg,#9df6ce,#16c784) !important;
  box-shadow:0 7px 18px rgba(22,199,132,.20) !important;
}

/* Beyaz temada kart içi vurgu, başlık ve etiketlerde yeşil ton */
html[data-theme="light"] .section-title p,
html[data-theme="light"] .pricing-copy p,
html[data-theme="light"] .faq-panel p,
html[data-theme="light"] .benefit-card b,
html[data-theme="light"] .winner-grid small,
html[data-theme="light"] .testimonial-grid b,
html[data-theme="light"] .hero-copy h2 span{
  color:#078a5a !important;
}

/* Beyaz temada komisyon kutusu notu yeşil olur */
html[data-theme="light"] .commission-box em{
  background:rgba(22,199,132,.12) !important;
  color:#078a5a !important;
}

/* Beyaz temada step numaraları ve okları yeşil */
html[data-theme="light"] .step-grid span{
  border-color:#16c784 !important;
  color:#078a5a !important;
}

html[data-theme="light"] .step-grid article:not(:last-child)::after{
  color:#078a5a !important;
}

/* Beyaz temada seçili dashboard menüsü yeşil vurgulu */
html[data-theme="light"] .dash-menu .active{
  background:rgba(22,199,132,.12) !important;
}

/* Beyaz temada dashboard grafik çizgisi yeşil */
html[data-theme="light"] .chart-panel path[stroke="#f5bd35"],
html[data-theme="light"] .platform-hero .chart-panel path[stroke="#f5bd35"],
html[data-theme="light"] #platform .chart-panel path[stroke="#f5bd35"]{
  stroke:#16c784 !important;
}

html[data-theme="light"] .chart-panel path[fill="url(#areaV6)"],
html[data-theme="light"] .chart-panel path[fill="url(#areaV5)"]{
  filter:hue-rotate(82deg) saturate(1.5) !important;
}

/* SVG gradient içeriğine CSS ile sınırlı müdahale: tüm chart svg yeşile yaklaşır */
html[data-theme="light"] .chart-panel svg{
  filter:hue-rotate(82deg) saturate(1.35) !important;
}

/* Beyaz temada gold/black 3D ikonları yeşil/black tona yaklaştır */
html[data-theme="light"] .bot-grid img,
html[data-theme="light"] .benefit-card img,
html[data-theme="light"] .step-grid img,
html[data-theme="light"] .pricing-visual img,
html[data-theme="light"] .final-card img,
html[data-theme="light"] .winner-grid img,
html[data-theme="light"] .trust-row img{
  filter:hue-rotate(82deg) saturate(1.45) brightness(1.02) !important;
}

/* Beyaz temada logo içindeki altın da yeşile yaklaşır */
html[data-theme="light"] .brand-logo,
html[data-theme="light"] .intro-logo img,
html[data-theme="light"] .dash-brand img{
  filter:hue-rotate(82deg) saturate(1.45) brightness(1.02) !important;
}

/* Koyu temada görseller orijinal altın kalır */
html[data-theme="dark"] .brand-logo,
html[data-theme="dark"] .intro-logo img,
html[data-theme="dark"] .dash-brand img,
html[data-theme="dark"] .bot-grid img,
html[data-theme="dark"] .benefit-card img,
html[data-theme="dark"] .step-grid img,
html[data-theme="dark"] .pricing-visual img,
html[data-theme="dark"] .final-card img,
html[data-theme="dark"] .winner-grid img,
html[data-theme="dark"] .trust-row img{
  filter:none !important;
}

/* Beyaz temada platform arka planı yeşil/mavi hafif parlama */
html[data-theme="light"] #platform.platform-hero,
html[data-theme="light"] .platform-hero{
  background:
    radial-gradient(circle at 10% 52%,rgba(47,140,255,.075),transparent 28%),
    radial-gradient(circle at 92% 34%,rgba(22,199,132,.16),transparent 30%) !important;
}

html[data-theme="light"] #platform.platform-hero::before,
html[data-theme="light"] .platform-hero::before{
  background-image:
    linear-gradient(rgba(22,199,132,.055) 1px,transparent 1px),
    linear-gradient(90deg,rgba(22,199,132,.045) 1px,transparent 1px) !important;
}

/* Koyu temada altın/mavi parlama korunur */
html[data-theme="dark"] #platform.platform-hero,
html[data-theme="dark"] .platform-hero{
  background:
    radial-gradient(circle at 10% 52%,rgba(47,140,255,.14),transparent 28%),
    radial-gradient(circle at 92% 34%,rgba(245,189,53,.14),transparent 30%) !important;
}

/* Platform bölümü son kez biraz daha yukarı */
#platform.platform-hero,
.platform-hero{
  padding-top:0 !important;
  padding-bottom:18px !important;
}

#platform .hero-copy,
.platform-hero .hero-copy{
  transform:translateY(-24px) !important;
}

#platform .dashboard-preview,
.platform-hero .dashboard-preview{
  transform:scale(.96) translate(4px,-12px) !important;
  transform-origin:center right !important;
}

/* 1366x768 için son konum */
@media (min-width:1000px) and (max-width:1450px) and (max-height:820px){
  #platform.platform-hero,
  .platform-hero{
    padding-top:0 !important;
    padding-bottom:8px !important;
  }

  #platform .hero-copy,
  .platform-hero .hero-copy{
    transform:translateY(-30px) !important;
  }

  #platform .dashboard-preview,
  .platform-hero .dashboard-preview{
    transform:scale(.92) translate(14px,-20px) !important;
    transform-origin:center right !important;
  }
}

/* Bazı sarı emoji/ikon gölgeleri beyaz temada yeşil hissi versin */
html[data-theme="light"] .btn-gold,
html[data-theme="light"] .theme-switch,
html[data-theme="light"] .trust-row article,
html[data-theme="light"] .benefit-card,
html[data-theme="light"] .final-card{
  border-color:rgba(7,138,90,.15) !important;
}

/* Koyu temada final CTA ve buton altın kalır; ekstra müdahale yok */
