:root{
  --bg:#0a0a0f;--surface:#111118;--surface2:#16161f;--border:rgba(255,255,255,.08);--text:#e8e8f0;--muted:#8a8a9e;
  --neu:#6c63ff;--good:#00e5a0;--bad:#ff4d6d;--yellow:#ffd166;--cyan:#22d3ee;--shadow:0 20px 70px rgba(0,0,0,.35)
}
*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:'DM Sans',sans-serif;line-height:1.7;overflow-x:hidden}a{color:inherit}.page{min-height:100vh}.container{max-width:1120px;margin:auto;padding:0 1.5rem}
nav{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:1rem 3rem;background:rgba(10,10,15,.82);backdrop-filter:blur(18px);border-bottom:1px solid var(--border)}
.nav-logo{text-decoration:none;font-family:'Syne',sans-serif;font-weight:800;font-size:1.15rem;color:var(--neu)}.nav-links{display:flex;gap:1.4rem;align-items:center}.nav-links a{text-decoration:none;color:var(--muted);font-size:.9rem;transition:.2s}.nav-links a:hover,.nav-links a.active{color:#fff}.menu-btn{display:none;background:transparent;border:1px solid var(--border);color:#fff;border-radius:10px;padding:.55rem .8rem}
.hero{min-height:calc(100vh - 72px);display:grid;place-items:center;text-align:center;padding:5rem 1.5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;inset:-35% -10% auto;height:850px;background:radial-gradient(circle,rgba(108,99,255,.18),transparent 62%);pointer-events:none}.hero>*{position:relative}.badge,.section-tag{display:inline-block;border:1px solid rgba(108,99,255,.38);color:var(--neu);background:rgba(108,99,255,.08);font-size:.76rem;font-weight:700;letter-spacing:.13em;text-transform:uppercase;padding:.35rem .9rem;border-radius:999px;margin-bottom:1rem}.hero h1,.section-title{font-family:'Syne',sans-serif;font-weight:800;letter-spacing:-.035em;line-height:1.05}.hero h1{font-size:clamp(2.8rem,7vw,6rem)}.hero h1 span{color:var(--neu)}.lead{max-width:680px;margin:1.4rem auto 2.2rem;color:var(--muted);font-size:1.12rem}.btns{display:flex;gap:1rem;flex-wrap:wrap;justify-content:center}.btn{display:inline-block;text-decoration:none;border-radius:12px;padding:.82rem 1.55rem;font-weight:700;transition:.2s}.btn.primary{background:var(--neu);color:#fff}.btn.ghost{border:1px solid var(--border);color:#fff}.btn:hover{transform:translateY(-2px)}.stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:4rem}.stat,.card,.panel,.timeline-item{background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));border:1px solid var(--border);border-radius:20px;box-shadow:var(--shadow)}.stat{padding:1.4rem}.stat b{font-family:'Syne';font-size:2rem;color:var(--neu);display:block}.stat span{color:var(--muted);font-size:.86rem}
.section{padding:6rem 0}.section.alt{background:var(--surface)}.section-title{font-size:clamp(2rem,4vw,3rem);margin-bottom:1rem}.section-desc{max-width:660px;color:var(--muted);font-size:1.03rem;margin-bottom:2.4rem}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.35rem}.card{padding:1.6rem;position:relative;overflow:hidden}.card:hover{border-color:rgba(255,255,255,.18);transform:translateY(-4px);transition:.25s}.icon{font-size:2rem;margin-bottom:.9rem}.card h3,.panel h3{font-family:'Syne';font-size:1.05rem;margin-bottom:.5rem}.card p,.panel p,.timeline-item p{color:var(--muted);font-size:.9rem}.tag{display:inline-block;margin-top:1rem;font-size:.72rem;font-weight:800;padding:.25rem .65rem;border-radius:8px;background:rgba(108,99,255,.12);color:var(--neu)}
.brain{height:320px;display:grid;place-items:center;position:relative}.ring{position:absolute;border:2px solid rgba(108,99,255,.35);border-radius:50%;animation:spin 18s linear infinite}.r1{width:250px;height:250px}.r2{width:170px;height:170px;border-color:rgba(0,229,160,.35);animation-direction:reverse}.core{width:96px;height:96px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--neu),#a855f7);font-size:2.2rem;box-shadow:0 0 60px rgba(108,99,255,.45)}@keyframes spin{to{transform:rotate(360deg)}}
.panel{padding:2rem}.panel.good{background:rgba(0,229,160,.08);border-color:rgba(0,229,160,.18)}.panel.bad{background:rgba(255,77,109,.08);border-color:rgba(255,77,109,.18)}.list{display:grid;gap:.9rem;margin-top:1.3rem}.list li{list-style:none;padding:1rem;border:1px solid var(--border);border-radius:14px;background:rgba(255,255,255,.03);color:var(--muted)}.list strong{display:block;color:#fff;margin-bottom:.2rem}.good h3{color:var(--good)}.bad h3{color:var(--bad)}
.timeline{position:relative;margin-top:2.5rem;padding-left:2rem}.timeline:before{content:"";position:absolute;left:8px;top:0;bottom:0;width:2px;background:linear-gradient(var(--neu),transparent)}.timeline-item{position:relative;margin-bottom:1.4rem;padding:1.4rem 1.5rem}.timeline-item:before{content:"";position:absolute;left:-31px;top:1.5rem;width:14px;height:14px;border-radius:50%;background:var(--bg);border:2px solid var(--neu)}.year{font-family:'Syne';font-weight:800;color:var(--yellow);letter-spacing:.08em;font-size:.85rem}.timeline-item h3{font-family:'Syne';margin:.25rem 0}.footer{padding:2rem;text-align:center;background:var(--surface);border-top:1px solid var(--border);color:var(--muted);font-size:.85rem}.cta{padding:6rem 0;text-align:center}.notice{border:1px solid rgba(255,209,102,.25);background:rgba(255,209,102,.08);border-radius:18px;padding:1.1rem 1.3rem;color:#f7e8b4;margin-top:1rem}
@media(max-width:820px){nav{padding:1rem 1.2rem}.menu-btn{display:block}.nav-links{display:none;position:absolute;top:64px;left:1rem;right:1rem;flex-direction:column;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem}.nav-links.open{display:flex}.grid-2,.grid-3,.stats{grid-template-columns:1fr}.hero{padding-top:4rem}.brain{height:230px}}

/* Premium index refinements */
.hero-premium{min-height:calc(100vh - 72px);text-align:left;padding:6rem 0 5rem;background:
  radial-gradient(circle at 12% 20%,rgba(34,211,238,.10),transparent 28%),
  radial-gradient(circle at 85% 12%,rgba(108,99,255,.18),transparent 34%),
  linear-gradient(180deg,#0a0a0f 0%,#0d0d15 100%)}
.hero-premium:before{display:none}.hero-layout{display:grid;grid-template-columns:1.08fr .92fr;gap:3rem;align-items:center;position:relative;z-index:2}.hero-copy{max-width:720px}.hero-copy .btns{justify-content:flex-start}.hero-copy .lead{margin-left:0;margin-right:0}.hero-orb{position:absolute;border-radius:999px;filter:blur(12px);opacity:.65;pointer-events:none}.orb-one{width:190px;height:190px;background:rgba(108,99,255,.16);left:8%;top:20%}.orb-two{width:260px;height:260px;background:rgba(0,229,160,.08);right:10%;bottom:8%}.hero-actions{margin-top:.4rem}.trust-row{display:flex;flex-wrap:wrap;gap:.7rem;margin-top:1.4rem;color:var(--muted);font-size:.88rem}.trust-row span{border:1px solid var(--border);background:rgba(255,255,255,.035);border-radius:999px;padding:.42rem .75rem}.hero-showcase{height:460px;position:relative;display:grid;place-items:center}.neural-globe{width:230px;height:230px;border-radius:50%;display:grid;place-items:center;background:
  radial-gradient(circle at 35% 28%,rgba(255,255,255,.18),transparent 20%),
  linear-gradient(135deg,rgba(108,99,255,.9),rgba(34,211,238,.35));box-shadow:0 0 90px rgba(108,99,255,.35);position:relative}.neural-globe:before,.neural-globe:after{content:"";position:absolute;inset:-28px;border:1px solid rgba(255,255,255,.12);border-radius:50%;animation:spin 22s linear infinite}.neural-globe:after{inset:-58px;border-color:rgba(0,229,160,.13);animation-direction:reverse}.neural-globe span{font-family:'Syne';font-weight:800;font-size:3rem;color:#fff;letter-spacing:-.08em}.floating-card{position:absolute;background:rgba(17,17,24,.78);backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.11);box-shadow:var(--shadow);border-radius:22px;padding:1.2rem}.fc-main{left:0;bottom:32px;max-width:315px}.fc-main h3{font-family:'Syne';font-size:1.12rem;margin:.35rem 0}.fc-main p{color:var(--muted);font-size:.9rem;line-height:1.55}.mini-label{color:var(--good);font-size:.74rem;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.fc-small{font-size:.82rem;color:var(--muted);line-height:1.45}.fc-small b{font-family:'Syne';font-size:1.1rem;color:#fff}.fc-top{right:4px;top:44px}.fc-bottom{right:35px;bottom:76px}.soft-top{border-top:1px solid var(--border)}.feature-grid .card{min-height:235px}.link-card{text-decoration:none;display:block}.link-card .icon{font-family:'Syne';font-weight:800;color:var(--neu);font-size:1.3rem}.card-link{display:inline-block;margin-top:1rem;color:var(--good);font-weight:800}.split-highlight{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem;align-items:center}.left-btns{justify-content:flex-start}.balance-card{border:1px solid var(--border);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));padding:1.4rem;box-shadow:var(--shadow)}.balance-row{padding:1.3rem;border-radius:18px}.balance-row b{display:block;font-family:'Syne';font-size:1.3rem;margin-bottom:.25rem}.balance-row span{color:var(--muted)}.good-row{background:rgba(0,229,160,.08);border:1px solid rgba(0,229,160,.16)}.bad-row{background:rgba(255,77,109,.08);border:1px solid rgba(255,77,109,.16)}.balance-line{height:42px;width:2px;background:linear-gradient(var(--good),var(--bad));margin:.35rem auto}.topic-strip{display:flex;flex-wrap:wrap;gap:.8rem}.topic-strip a{text-decoration:none;border:1px solid var(--border);background:rgba(255,255,255,.035);border-radius:999px;padding:.75rem 1rem;color:#fff;transition:.2s}.topic-strip a:hover{transform:translateY(-2px);border-color:rgba(108,99,255,.45);color:#fff}.center-desc{margin-left:auto;margin-right:auto;text-align:center}
@media(max-width:920px){.hero-premium{text-align:center}.hero-layout,.split-highlight{grid-template-columns:1fr}.hero-copy .btns,.left-btns{justify-content:center}.hero-copy .lead{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}.hero-showcase{height:390px}.fc-main{left:50%;transform:translateX(-50%);bottom:0;width:min(92%,330px)}.fc-top{right:3%;top:8px}.fc-bottom{left:3%;right:auto;bottom:76px}}
@media(max-width:560px){.hero-showcase{height:330px}.neural-globe{width:180px;height:180px}.fc-small{display:none}.fc-main{padding:1rem}.hero-premium{padding-top:4rem}.topic-strip a{width:100%;text-align:center}}

/* Layout overlap fixes for index hero and responsive sections */
.hero-premium{
  min-height:auto;
  padding:7rem 0 6rem;
  overflow:hidden;
}
.hero-layout{
  gap:4rem;
  align-items:center;
}
.hero-copy{position:relative;z-index:5;min-width:0}.hero-copy h1{max-width:760px}.hero-copy .lead{max-width:660px}
.hero-showcase{
  min-height:500px;
  height:auto;
  isolation:isolate;
  overflow:visible;
  padding:2.25rem 0;
}
.neural-globe{z-index:1;flex-shrink:0}
.floating-card{z-index:3;max-width:100%}
.fc-main{left:50%;bottom:8px;transform:translateX(-50%);width:min(360px,88%)}
.fc-top{right:0;top:20px;max-width:210px}.fc-bottom{right:8px;bottom:100px;max-width:220px}
.feature-grid{align-items:stretch}.feature-grid .card{height:100%;display:flex;flex-direction:column}.feature-grid .card-link{margin-top:auto}
.split-highlight{overflow:hidden}.balance-card{min-width:0}.balance-row span{display:block;overflow-wrap:anywhere}
.topic-strip a{white-space:normal}
.section{overflow:hidden}

@media(max-width:1080px){
  .hero-layout{grid-template-columns:1fr;gap:2.5rem;text-align:center}
  .hero-copy{margin:0 auto}.hero-copy .btns,.left-btns{justify-content:center}.hero-copy .lead{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}
  .hero-showcase{min-height:430px;width:min(680px,100%);margin:0 auto;padding:2rem 0 1rem}
  .fc-main{bottom:0}.fc-top{right:6%;top:10px}.fc-bottom{left:7%;right:auto;bottom:92px}
}

@media(max-width:820px){
  .hero-premium{padding:5.25rem 0 4.5rem}
  .hero h1{font-size:clamp(2.35rem,11vw,4.4rem)}
  .lead{font-size:1rem}.trust-row span{font-size:.82rem}
  .hero-showcase{min-height:390px;padding-bottom:0}.neural-globe{width:200px;height:200px}.fc-main{width:min(345px,94%)}
  .section{padding:4.5rem 0}.split-highlight{grid-template-columns:1fr;gap:1.5rem}.section-desc{margin-bottom:1.8rem}
}

@media(max-width:560px){
  .container{padding:0 1rem}
  nav{padding:0.85rem 1rem}.nav-links{top:58px}
  .hero-premium{padding:4.5rem 0 3.8rem}
  .hero-showcase{min-height:0;height:auto;padding:1.5rem 0 0;display:flex;flex-direction:column;gap:1.1rem}
  .neural-globe{width:150px;height:150px}.neural-globe:before{inset:-18px}.neural-globe:after{inset:-36px}.neural-globe span{font-size:2.2rem}
  .floating-card{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;max-width:360px;margin:0 auto;text-align:left}
  .fc-small{display:block}.fc-top,.fc-bottom{max-width:360px}
  .btns{width:100%}.btn{width:100%;text-align:center}.trust-row{gap:.5rem}.trust-row span{width:100%;text-align:center}
  .grid-3{gap:1rem}.card{padding:1.25rem}.balance-card{padding:1rem}.balance-row{padding:1rem}
}

/* Final hero cleanup: prevent overlapping and giant text clipping */
.hero-premium{
  padding:6.5rem 0 5.5rem;
}
.hero-layout{
  grid-template-columns:minmax(0,1fr) minmax(360px,.82fr);
  gap:3.25rem;
}
.hero-copy h1,
.hero h1{
  font-size:clamp(2.6rem,5.15vw,4.9rem);
  line-height:1.02;
  overflow-wrap:normal;
}
.hero-copy .lead{font-size:1.05rem;max-width:620px}
.hero-showcase{
  width:100%;
  max-width:430px;
  min-height:470px;
  margin-left:auto;
  padding:1rem 0 0;
}
.neural-globe{width:220px;height:220px;margin:0 auto;position:relative;top:0}
.fc-main{
  left:0;
  right:auto;
  bottom:0;
  transform:none;
  width:min(340px,82%);
}
.fc-top{right:0;top:28px;max-width:205px}
.fc-bottom{right:0;bottom:118px;max-width:205px}
.floating-card{overflow-wrap:anywhere}

@media(max-width:1200px){
  .hero-premium{text-align:center;padding:5.5rem 0 4.75rem}
  .hero-layout{grid-template-columns:1fr;gap:2.5rem}
  .hero-copy{margin:0 auto}.hero-copy .btns,.left-btns{justify-content:center}.hero-copy .lead{margin-left:auto;margin-right:auto}.trust-row{justify-content:center}
  .hero-showcase{max-width:620px;min-height:410px;margin:0 auto;padding-top:.5rem}
  .neural-globe{width:195px;height:195px}
  .fc-main{left:50%;transform:translateX(-50%);bottom:0;width:min(350px,92%)}
  .fc-top{right:7%;top:8px}.fc-bottom{left:7%;right:auto;bottom:92px}
}

@media(max-width:640px){
  .hero-copy h1,.hero h1{font-size:clamp(2.2rem,11vw,3.55rem);line-height:1.06}
  .hero-showcase{min-height:0;height:auto;max-width:380px;display:flex;flex-direction:column;align-items:center;gap:1rem;padding-top:1.25rem}
  .neural-globe{width:145px;height:145px;top:auto}
  .floating-card,.fc-main,.fc-top,.fc-bottom{position:relative;left:auto;right:auto;top:auto;bottom:auto;transform:none;width:100%;max-width:360px;text-align:left}
}

/* Definitive hero layout fix: no overlapping elements */
.hero-premium{
  min-height:auto !important;
  padding:5.75rem 0 4.75rem !important;
  overflow:hidden !important;
}
.hero-layout{
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr) !important;
  gap:2.75rem !important;
  align-items:center !important;
}
.hero-copy{
  min-width:0 !important;
  max-width:640px !important;
  position:relative !important;
  z-index:3 !important;
}
.hero-copy h1,
.hero h1{
  font-size:clamp(2.15rem,4.25vw,4rem) !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
  max-width:640px !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}
.hero-copy .lead{
  max-width:590px !important;
  font-size:1rem !important;
  margin-bottom:1.75rem !important;
}
.hero-showcase{
  position:relative !important;
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:1rem !important;
  width:100% !important;
  max-width:420px !important;
  min-height:0 !important;
  height:auto !important;
  margin-left:auto !important;
  padding:0 !important;
  overflow:visible !important;
}
.neural-globe{
  position:relative !important;
  top:auto !important;
  width:190px !important;
  height:190px !important;
  margin:0 auto 1rem !important;
}
.neural-globe span{font-size:2.55rem !important}
.floating-card,
.fc-main,
.fc-top,
.fc-bottom{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  z-index:2 !important;
}
.fc-main{order:2}.fc-top{order:1}.fc-bottom{order:3}
.fc-small{
  text-align:left !important;
  padding:1rem 1.1rem !important;
}
.fc-main{
  padding:1.15rem 1.2rem !important;
}
.trust-row{max-width:610px !important}

@media(max-width:1100px){
  .hero-premium{text-align:center !important;padding:5.25rem 0 4.25rem !important}
  .hero-layout{grid-template-columns:1fr !important;gap:2.25rem !important}
  .hero-copy{margin:0 auto !important;max-width:720px !important}
  .hero-copy h1,.hero h1{max-width:720px !important;font-size:clamp(2.2rem,7vw,4rem) !important}
  .hero-copy .lead{margin-left:auto !important;margin-right:auto !important;max-width:650px !important}
  .hero-copy .btns,.left-btns{justify-content:center !important}
  .trust-row{justify-content:center !important;margin-left:auto !important;margin-right:auto !important}
  .hero-showcase{margin:0 auto !important;max-width:520px !important}
}

@media(max-width:640px){
  .hero-premium{padding:4.25rem 0 3.5rem !important}
  .hero-copy h1,.hero h1{font-size:clamp(2rem,10vw,3.15rem) !important;line-height:1.08 !important}
  .hero-copy .lead{font-size:.96rem !important}
  .neural-globe{width:135px !important;height:135px !important}
  .neural-globe span{font-size:2rem !important}
  .fc-small{display:block !important}
}


/* Premium polish: theme, loader, progress and micro interactions */
body.light{
  --bg:#f7f8ff;--surface:#ffffff;--surface2:#f0f2fb;--border:rgba(20,20,35,.10);--text:#141421;--muted:#626477;
  --shadow:0 22px 60px rgba(40,45,80,.12);
}
body.light nav{background:rgba(247,248,255,.82)}
body.light .btn.ghost,body.light .topic-strip a{color:var(--text)}
body.light .hero:before{background:radial-gradient(circle,rgba(108,99,255,.16),transparent 62%)}

.preloader{position:fixed;inset:0;z-index:9999;display:grid;place-items:center;background:var(--bg);transition:opacity .45s ease,visibility .45s ease}
.preloader.done{opacity:0;visibility:hidden}.loader-mark{width:72px;height:72px;border-radius:22px;display:grid;place-items:center;font-family:'Syne',sans-serif;font-weight:800;background:linear-gradient(135deg,var(--neu),#22d3ee);box-shadow:0 0 45px rgba(108,99,255,.45);animation:loaderPulse 1.1s ease-in-out infinite alternate}@keyframes loaderPulse{from{transform:scale(.94) rotate(-2deg)}to{transform:scale(1.04) rotate(2deg)}}
.scroll-progress{position:fixed;top:0;left:0;height:3px;width:0;background:linear-gradient(90deg,var(--neu),var(--cyan),var(--good));z-index:1000;box-shadow:0 0 18px rgba(108,99,255,.55)}
.nav-actions{display:flex;align-items:center;gap:.65rem}.theme-btn{width:42px;height:42px;border-radius:13px;border:1px solid var(--border);background:rgba(255,255,255,.04);color:var(--text);cursor:pointer;font-size:1rem;transition:.2s}.theme-btn:hover{transform:translateY(-2px);border-color:rgba(108,99,255,.45)}
.hero-metrics{display:flex;gap:.75rem;flex-wrap:wrap;margin-top:1.4rem}.hero-metrics span{border:1px solid var(--border);background:rgba(255,255,255,.035);border-radius:14px;padding:.65rem .85rem;color:var(--muted);font-size:.84rem}.hero-metrics b{color:var(--text);font-family:'Syne',sans-serif;margin-right:.25rem}
.hero-premium:after{content:"";position:absolute;inset:auto -20% -25% -20%;height:320px;background:linear-gradient(90deg,transparent,rgba(34,211,238,.09),rgba(108,99,255,.12),transparent);filter:blur(45px);pointer-events:none}.badge{box-shadow:0 0 0 0 rgba(108,99,255,.35);animation:badgeGlow 2.8s ease-in-out infinite}@keyframes badgeGlow{50%{box-shadow:0 0 0 9px rgba(108,99,255,0)}}
.card,.floating-card,.balance-card,.topic-strip a,.btn{will-change:transform}.card:hover,.floating-card:hover{box-shadow:0 22px 70px rgba(0,0,0,.26),0 0 0 1px rgba(108,99,255,.12)}.link-card{text-decoration:none}.card-link{display:inline-block;margin-top:1rem;color:var(--neu);font-weight:800}.link-card:hover .card-link{transform:translateX(4px);transition:.2s}.btn.primary{box-shadow:0 14px 35px rgba(108,99,255,.28)}.btn.primary:hover{box-shadow:0 18px 45px rgba(108,99,255,.38)}
.reveal-soft{opacity:0;transform:translateY(22px);transition:opacity .65s ease,transform .65s ease}.reveal-soft.show{opacity:1;transform:translateY(0)}
@media (prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}.preloader{display:none}}
@media(max-width:640px){.nav-actions{gap:.45rem}.theme-btn{width:39px;height:39px}.hero-metrics{justify-content:center}.hero-metrics span{width:100%;text-align:center}.preloader{display:none}}

/* Tools page */
.tools-hero{min-height:auto;padding:6.5rem 0 5rem;text-align:left;overflow:hidden}
.tools-hero-inner{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(280px,.75fr);gap:2rem;align-items:center}
.tools-hero h1{font-size:clamp(2.45rem,5.2vw,5rem);max-width:760px}
.tools-hero .lead{margin-left:0;max-width:720px}
.tool-pick-card,.decision-card{border:1px solid var(--border);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));box-shadow:var(--shadow);padding:1.6rem;position:relative;overflow:hidden}
.tool-pick-card:before,.decision-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at top right,rgba(108,99,255,.14),transparent 45%);pointer-events:none}
.tool-pick-card>* ,.decision-card>*{position:relative}.tool-pick-card h3,.decision-card h3{font-family:'Syne',sans-serif;font-size:1.35rem;line-height:1.18;margin:.45rem 0 .75rem}.tool-pick-card p,.decision-card p{color:var(--muted);font-size:.95rem}.decision-card p{border-top:1px solid var(--border);padding-top:.8rem;margin-top:.8rem}.decision-card b{color:var(--text)}
.tools-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;margin-top:2rem}.tool-card{display:flex;flex-direction:column;min-height:330px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));padding:1.35rem;box-shadow:var(--shadow);transition:.25s;overflow:hidden}.tool-card:hover{transform:translateY(-5px);border-color:rgba(108,99,255,.42);box-shadow:0 24px 70px rgba(0,0,0,.28),0 0 0 1px rgba(108,99,255,.12)}.tool-top{display:flex;align-items:center;justify-content:space-between;gap:.8rem;margin-bottom:1rem}.tool-icon{width:46px;height:46px;border-radius:16px;display:grid;place-items:center;background:rgba(108,99,255,.12);border:1px solid rgba(108,99,255,.20);font-size:1.45rem}.tool-card h3{font-family:'Syne',sans-serif;font-size:1.25rem;margin-bottom:.55rem}.tool-card p{color:var(--muted);font-size:.92rem;line-height:1.58}.best-for{margin:1rem 0;color:var(--muted);font-size:.88rem;line-height:1.55;border-left:2px solid var(--neu);padding-left:.85rem}.best-for b{display:block;color:var(--text);margin-bottom:.18rem}.tool-link{margin-top:auto;text-decoration:none;color:#fff;background:rgba(108,99,255,.15);border:1px solid rgba(108,99,255,.28);border-radius:13px;padding:.72rem .9rem;font-weight:800;text-align:center;transition:.2s}.tool-link:hover{background:var(--neu);transform:translateY(-2px)}.check-list{display:grid;gap:.75rem}.check-list p{border:1px solid var(--border);background:rgba(255,255,255,.035);border-radius:16px;padding:.95rem 1rem;color:var(--muted)}.check-list b{color:var(--good);font-family:'Syne',sans-serif}
@media(max-width:980px){.tools-hero{text-align:center}.tools-hero-inner{grid-template-columns:1fr}.tools-hero .lead{margin-left:auto;margin-right:auto}.tools-hero .left-btns{justify-content:center}.tools-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tool-pick-card{max-width:620px;margin:0 auto}}
@media(max-width:640px){.tools-hero{padding:4.5rem 0 3.5rem}.tools-grid{grid-template-columns:1fr}.tool-card{min-height:auto}.tool-top{align-items:flex-start}.tool-link{text-align:left}.tools-hero h1{font-size:clamp(2.15rem,10vw,3.2rem)}}


/* Good / Bad detail pages */
.good-page-hero{background:radial-gradient(circle at 10% 18%,rgba(0,229,160,.12),transparent 32%),radial-gradient(circle at 85% 18%,rgba(108,99,255,.16),transparent 36%),linear-gradient(180deg,var(--bg),#0d0d15)}
.bad-page-hero{background:radial-gradient(circle at 10% 18%,rgba(255,77,109,.13),transparent 32%),radial-gradient(circle at 85% 18%,rgba(255,209,102,.10),transparent 36%),linear-gradient(180deg,var(--bg),#0d0d15)}
.focus-card.good{border-color:rgba(0,229,160,.22);background:linear-gradient(180deg,rgba(0,229,160,.10),rgba(255,255,255,.025))}
.focus-card.bad{border-color:rgba(255,77,109,.22);background:linear-gradient(180deg,rgba(255,77,109,.10),rgba(255,255,255,.025))}
.benefit-risk-grid .card{min-height:245px}.good-accent{border-color:rgba(0,229,160,.14)}.bad-accent{border-color:rgba(255,77,109,.14)}
.good-accent .tag{background:rgba(0,229,160,.12);color:var(--good)}.bad-accent .tag{background:rgba(255,77,109,.12);color:var(--bad)}
.good-accent:hover{border-color:rgba(0,229,160,.35)}.bad-accent:hover{border-color:rgba(255,77,109,.35)}
@media(max-width:980px){.nav-links{gap:.9rem}.nav-links a{font-size:.84rem}}


/* Projects examples page */
.projects-hero{background:radial-gradient(circle at 12% 16%,rgba(34,211,238,.12),transparent 32%),radial-gradient(circle at 88% 20%,rgba(108,99,255,.17),transparent 36%),linear-gradient(180deg,var(--bg),#0d0d15)}
.projects-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.15rem;margin-top:2rem}.project-card{display:flex;flex-direction:column;gap:.75rem;min-height:340px;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));padding:1.35rem;box-shadow:var(--shadow);transition:.25s;overflow:hidden}.project-card:hover{transform:translateY(-5px);border-color:rgba(34,211,238,.38);box-shadow:0 24px 70px rgba(0,0,0,.28),0 0 0 1px rgba(34,211,238,.12)}.project-icon{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;background:rgba(34,211,238,.10);border:1px solid rgba(34,211,238,.22);font-size:1.55rem}.project-card h3{font-family:'Syne',sans-serif;font-size:1.18rem;line-height:1.2}.project-card p{color:var(--muted);font-size:.92rem;line-height:1.58}.project-card .tag{width:max-content;max-width:100%;font-size:.72rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--cyan);background:rgba(34,211,238,.09);border:1px solid rgba(34,211,238,.20);border-radius:999px;padding:.28rem .65rem}.focus-card{border-color:rgba(34,211,238,.20)}
@media(max-width:980px){.projects-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.projects-grid{grid-template-columns:1fr}.project-card{min-height:auto}}

/* Final düzeltme: Projeler bölümü her zaman net görünür */
.projects-grid,
.project-card,
.project-preview-grid,
.project-preview-card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}
.project-preview-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}
.project-preview-card {
  border: 1px solid rgba(34,211,238,.26);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(34,211,238,.095), rgba(255,255,255,.026));
  padding: 1.25rem;
  box-shadow: var(--shadow);
}
.project-preview-card .project-icon { margin-bottom: .85rem; }
.project-preview-card h3 { font-family: 'Syne', sans-serif; margin-bottom: .45rem; }
.project-preview-card p { color: var(--muted); font-size: .92rem; line-height: 1.55; }
@media(max-width:900px){ .project-preview-grid{grid-template-columns:1fr;} }


/* Added interactive demo, build guide and tools filter */
.demo-hero,.build-hero{min-height:auto;padding:6.5rem 0 5rem;background:radial-gradient(circle at 14% 18%,rgba(34,211,238,.13),transparent 34%),radial-gradient(circle at 86% 20%,rgba(108,99,255,.16),transparent 38%),linear-gradient(180deg,var(--bg),#0d0d15);text-align:left}
.demo-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(280px,.7fr);gap:2rem;align-items:center}.demo-hero h1,.build-hero h1{font-size:clamp(2.45rem,5vw,5rem);max-width:780px}.demo-hero .lead,.build-hero .lead{margin-left:0;max-width:720px}.demo-info-card{border:1px solid rgba(34,211,238,.22);border-radius:26px;background:linear-gradient(180deg,rgba(34,211,238,.09),rgba(255,255,255,.025));box-shadow:var(--shadow);padding:1.6rem;position:relative;overflow:hidden}.demo-info-card h3{font-family:'Syne',sans-serif;font-size:1.35rem;line-height:1.18;margin:.45rem 0 .75rem}.demo-info-card p{color:var(--muted)}
.ai-demo-card{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:1rem;margin-top:2rem;border:1px solid var(--border);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.022));padding:1rem;box-shadow:var(--shadow)}.demo-controls,.demo-output{border:1px solid var(--border);border-radius:20px;background:rgba(255,255,255,.025);padding:1rem}.demo-controls{display:grid;gap:1rem}.demo-controls label{display:grid;gap:.45rem;color:var(--muted);font-weight:800;font-size:.9rem}.demo-controls select,.demo-controls textarea{width:100%;border:1px solid var(--border);border-radius:16px;background:rgba(0,0,0,.18);color:var(--text);padding:.9rem;font:inherit;outline:none}.demo-controls textarea{resize:vertical;min-height:150px}.result-box{margin-top:1rem;min-height:255px;border-radius:18px;background:rgba(0,0,0,.18);border:1px solid var(--border);padding:1rem;color:var(--text);line-height:1.65;white-space:pre-wrap}.grid-4{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}.compact-grid .card{min-height:180px}.build-steps .timeline-item span{color:var(--cyan);font-family:'Syne',sans-serif;font-weight:800}.visible-grid,.visible-grid .project-card{opacity:1!important;visibility:visible!important;transform:none!important}.filter-bar{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.5rem}.filter-btn{border:1px solid var(--border);background:rgba(255,255,255,.04);color:var(--text);border-radius:999px;padding:.65rem .95rem;font-weight:800;cursor:pointer;transition:.2s}.filter-btn:hover,.filter-btn.active{background:rgba(108,99,255,.18);border-color:rgba(108,99,255,.44);transform:translateY(-2px)}.tool-card.is-hidden{display:none!important}
@media(max-width:980px){.demo-layout,.ai-demo-card{grid-template-columns:1fr}.demo-hero,.build-hero{text-align:center}.demo-hero .lead,.build-hero .lead{margin-left:auto;margin-right:auto}.demo-hero .left-btns,.build-hero .left-btns{justify-content:center}.grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.demo-hero,.build-hero{padding:4.5rem 0 3.5rem}.grid-4{grid-template-columns:1fr}.ai-demo-card{padding:.75rem}.result-box{min-height:190px}}

/* AI Playground, Prompt Library, AI vs Human pages */
.playground-hero,.prompt-hero,.test-hero{min-height:auto;padding:6.5rem 0 5rem;background:radial-gradient(circle at 14% 18%,rgba(108,99,255,.16),transparent 34%),radial-gradient(circle at 86% 20%,rgba(34,211,238,.13),transparent 38%),linear-gradient(180deg,var(--bg),#0d0d15)}
.glow-card{box-shadow:0 24px 80px rgba(34,211,238,.12),var(--shadow)}
.playground-card{border-color:rgba(34,211,238,.22)}
.prompt-chip{text-align:left;color:var(--text);font:inherit;cursor:pointer;border:1px solid rgba(34,211,238,.18)}
.prompt-chip:hover{border-color:rgba(34,211,238,.45);transform:translateY(-4px)}
.prompt-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}.prompt-card{display:flex;flex-direction:column;gap:.75rem;border:1px solid var(--border);border-radius:22px;background:linear-gradient(180deg,rgba(255,255,255,.052),rgba(255,255,255,.018));padding:1.25rem;box-shadow:var(--shadow);min-height:245px}.prompt-card span{width:max-content;border:1px solid rgba(108,99,255,.28);background:rgba(108,99,255,.12);color:var(--accent);border-radius:999px;padding:.2rem .58rem;font-size:.72rem;font-weight:800}.prompt-card h3{font-family:'Syne',sans-serif}.prompt-card p{color:var(--muted);font-size:.9rem;line-height:1.58;flex:1}.copy-prompt{border:1px solid var(--border);border-radius:999px;background:rgba(255,255,255,.04);color:var(--text);padding:.62rem .85rem;font-weight:800;cursor:pointer}.copy-prompt:hover{border-color:rgba(34,211,238,.45)}.prompt-card.hidden{display:none!important}
.test-wrap{max-width:850px}.test-card{border:1px solid rgba(34,211,238,.24);border-radius:28px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));box-shadow:var(--shadow);padding:1.5rem;margin-top:2rem}.test-top{display:flex;justify-content:space-between;gap:1rem;color:var(--muted);font-weight:800;margin-bottom:1rem}.test-text{font-size:1.25rem;line-height:1.8;color:var(--text);background:rgba(0,0,0,.16);border:1px solid var(--border);border-radius:22px;padding:1.25rem;min-height:150px}.test-buttons{margin-top:1.2rem}.test-feedback{margin:1rem 0;color:var(--muted);font-weight:800}.test-feedback.correct{color:var(--good)}.test-feedback.wrong{color:var(--bad)}
@media(max-width:1120px){.prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.playground-hero,.prompt-hero,.test-hero{padding:4.5rem 0 3.5rem}.prompt-grid{grid-template-columns:1fr}.test-text{font-size:1.05rem}.nav-links{max-height:75vh;overflow:auto}}
/* Menü çok kalabalık olduğunda taşmayı engelle */
@media(max-width:1250px){nav{padding:1rem 1.2rem}.menu-btn{display:block}.nav-links{display:none;position:absolute;top:64px;left:1rem;right:1rem;flex-direction:column;align-items:flex-start;background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1rem;max-height:75vh;overflow:auto}.nav-links.open{display:flex}.nav-links a{font-size:.95rem;width:100%;padding:.35rem .25rem}}
@media(min-width:1251px){.nav-links{gap:.8rem}.nav-links a{font-size:.8rem}}

/* Light mode final fix */
body.light{
  --bg:#f6f7fb;
  --surface:#ffffff;
  --surface2:#eef1f8;
  --border:rgba(24,28,45,.12);
  --text:#171826;
  --muted:#5f6374;
  --shadow:0 18px 50px rgba(34,39,67,.10);
  background:
    radial-gradient(circle at 12% 8%,rgba(108,99,255,.10),transparent 28%),
    linear-gradient(180deg,#f8f9ff,#f1f3f9 55%,#f6f7fb);
  color:var(--text);
}
body.light nav{
  background:rgba(255,255,255,.88)!important;
  border-bottom:1px solid rgba(24,28,45,.10)!important;
  box-shadow:0 10px 30px rgba(34,39,67,.06);
}
body.light .nav-links a{color:#686b7d!important}
body.light .nav-links a:hover,
body.light .nav-links a.active{color:#171826!important}
body.light .menu-btn,
body.light .theme-btn{background:#fff!important;color:#171826!important;border-color:rgba(24,28,45,.12)!important}
body.light .hero-premium,
body.light .good-page-hero,
body.light .bad-page-hero{
  background:
    radial-gradient(circle at 18% 18%,rgba(108,99,255,.12),transparent 30%),
    radial-gradient(circle at 85% 10%,rgba(34,211,238,.10),transparent 32%),
    linear-gradient(180deg,#ffffff 0%,#f4f6fd 100%)!important;
}
body.light .section.alt,
body.light .footer{background:#ffffff!important}
body.light .section{background:transparent}
body.light .card,
body.light .stat,
body.light .panel,
body.light .timeline-item,
body.light .tool-card,
body.light .project-card,
body.light .project-preview-card,
body.light .prompt-card,
body.light .play-box,
body.light .demo-card,
body.light .floating-card,
body.light .balance-card,
body.light .tool-pick-card,
body.light .decision-card,
body.light .focus-card,
body.light .notice{
  background:linear-gradient(180deg,#ffffff,#f8f9fd)!important;
  border-color:rgba(24,28,45,.12)!important;
  color:var(--text)!important;
  box-shadow:0 18px 45px rgba(34,39,67,.09)!important;
}
body.light .panel.good,
body.light .focus-card.good,
body.light .good-row,
body.light .good-accent{
  background:linear-gradient(180deg,rgba(0,190,132,.10),#ffffff)!important;
  border-color:rgba(0,160,110,.22)!important;
}
body.light .panel.bad,
body.light .focus-card.bad,
body.light .bad-row,
body.light .bad-accent{
  background:linear-gradient(180deg,rgba(255,77,109,.10),#ffffff)!important;
  border-color:rgba(210,50,80,.20)!important;
}
body.light .card p,
body.light .panel p,
body.light .timeline-item p,
body.light .tool-card p,
body.light .project-card p,
body.light .section-desc,
body.light .lead,
body.light .list li,
body.light .best-for,
body.light .trust-row span,
body.light .hero-metrics span,
body.light .balance-row span,
body.light .tool-pick-card p,
body.light .decision-card p{
  color:var(--muted)!important;
}
body.light .list strong,
body.light .best-for b,
body.light .fc-small b,
body.light .tool-card h3,
body.light .card h3,
body.light .panel h3,
body.light .timeline-item h3,
body.light .section-title,
body.light .hero h1,
body.light .hero h1 span:not(.keep-color){
  color:var(--text);
}
body.light .btn.ghost,
body.light .topic-strip a,
body.light .tool-link{
  color:#171826!important;
  background:#ffffff!important;
  border-color:rgba(24,28,45,.14)!important;
}
body.light .btn.primary,
body.light .tool-link:hover{
  background:#5d55f0!important;
  color:#fff!important;
  border-color:#5d55f0!important;
}
body.light input,
body.light textarea,
body.light select{
  background:#ffffff!important;
  color:#171826!important;
  border:1px solid rgba(24,28,45,.14)!important;
}
body.light input::placeholder,
body.light textarea::placeholder{color:#8b8fa0!important}
body.light .preloader{background:#f6f7fb!important}
body.light .badge,
body.light .section-tag,
body.light .tag{
  background:rgba(108,99,255,.10)!important;
  border-color:rgba(108,99,255,.25)!important;
}
body.light .neural-globe span{color:#fff!important}
body.light .timeline-item:before{background:#f6f7fb!important}
body.light .notice{color:#6f5614!important;background:rgba(255,209,102,.16)!important}
body.light .tool-icon{background:rgba(108,99,255,.10)!important;border-color:rgba(108,99,255,.22)!important}
body.light .check-list p{background:#fff!important;color:var(--muted)!important;border-color:rgba(24,28,45,.12)!important}


/* Combined Deneyimle page: Playground + Promptlar + rich media */
.experience-hero{padding:6.8rem 0 5.5rem;background:radial-gradient(circle at 12% 14%,rgba(34,211,238,.14),transparent 30%),radial-gradient(circle at 82% 18%,rgba(108,99,255,.20),transparent 38%),linear-gradient(180deg,var(--bg),#0d0d15)}
.experience-hero-grid{display:grid;grid-template-columns:1fr .95fr;gap:3rem;align-items:center}.experience-copy h1{font-family:'Syne',sans-serif;font-size:clamp(2.6rem,5.5vw,5.6rem);line-height:1.03;letter-spacing:-.045em}.experience-copy h1 span{color:var(--neu)}.experience-pills{display:flex;gap:.65rem;flex-wrap:wrap;margin-top:1.5rem}.experience-pills span{border:1px solid var(--border);background:rgba(255,255,255,.04);border-radius:999px;padding:.48rem .75rem;color:var(--muted);font-weight:800;font-size:.86rem}.hero-media-stack{min-height:520px;position:relative}.hero-photo{position:absolute;object-fit:cover;border-radius:28px;border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow)}.main-photo{inset:40px 30px 65px 40px;width:calc(100% - 70px);height:415px}.small-photo{width:225px;height:145px}.small-photo.one{left:0;top:0}.small-photo.two{right:0;bottom:0}.rich-playground{align-items:stretch}.visual-output{display:grid;gap:1rem}.demo-video,.video-card video{width:100%;border-radius:18px;border:1px solid var(--border);background:#05060d;display:block}.demo-video{aspect-ratio:16/9;max-height:260px;object-fit:cover}.media-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;margin-top:2rem}.media-card{overflow:hidden;border:1px solid var(--border);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:var(--shadow)}.media-card img{width:100%;height:190px;object-fit:cover;display:block}.media-card div{padding:1.1rem}.media-card span{font-size:.72rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--cyan)}.media-card h3{font-family:'Syne',sans-serif;margin:.25rem 0 .45rem}.media-card p{color:var(--muted);font-size:.9rem}.video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.1rem;margin-top:2rem}.video-card{border:1px solid var(--border);border-radius:24px;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.02));box-shadow:var(--shadow);padding:1rem}.video-card video{aspect-ratio:16/9;object-fit:cover}.video-card h3{font-family:'Syne',sans-serif;margin:1rem 0 .35rem}.video-card p{color:var(--muted);font-size:.9rem}.rich-prompt-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.quick-tools-section .prompt-chip{min-height:120px;font-family:'Syne',sans-serif;font-weight:800;font-size:1.05rem}.experience-page .prompt-card,.experience-page .media-card,.experience-page .video-card{opacity:1!important;visibility:visible!important;transform:none!important}.prompt-card span{color:var(--neu)}
body.light .experience-hero{background:radial-gradient(circle at 12% 14%,rgba(34,211,238,.12),transparent 30%),radial-gradient(circle at 82% 18%,rgba(108,99,255,.14),transparent 38%),linear-gradient(180deg,#ffffff,#f4f6fd)!important}body.light .experience-pills span,body.light .media-card,body.light .video-card{background:linear-gradient(180deg,#ffffff,#f8f9fd)!important;border-color:rgba(24,28,45,.12)!important;color:var(--text)!important;box-shadow:0 18px 45px rgba(34,39,67,.09)!important}body.light .media-card p,body.light .video-card p{color:var(--muted)!important}
@media(max-width:1050px){.experience-hero-grid{grid-template-columns:1fr}.experience-hero{text-align:center}.experience-copy .left-btns{justify-content:center}.experience-pills{justify-content:center}.hero-media-stack{max-width:620px;margin:0 auto;width:100%}.media-grid,.video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rich-prompt-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:640px){.experience-hero{padding:4.7rem 0 3.6rem}.hero-media-stack{min-height:360px}.main-photo{inset:55px 0 55px 0;width:100%;height:260px}.small-photo{width:160px;height:105px}.media-grid,.video-grid,.rich-prompt-grid{grid-template-columns:1fr}.experience-copy h1{font-size:clamp(2.05rem,10vw,3.3rem)}}


/* Visual-first Deneyimle page */
.visual-story-page .section-desc{max-width:680px}.short-lead{max-width:520px}.compact-desc{max-width:620px}.visual-hero{padding:7rem 0 5rem;background:radial-gradient(circle at 12% 18%,rgba(34,211,238,.16),transparent 34%),radial-gradient(circle at 86% 20%,rgba(108,99,255,.18),transparent 38%),linear-gradient(180deg,var(--bg),#0d0d15)}.visual-hero-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:3rem;align-items:center}.visual-copy h1{font-family:'Syne',sans-serif;font-size:clamp(2.8rem,6vw,6.2rem);line-height:1;letter-spacing:-.055em}.visual-copy h1 span{color:var(--cyan)}.hero-collage{display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:260px 220px;gap:1rem}.hero-collage img{width:100%;height:100%;object-fit:cover;border-radius:30px;border:1px solid rgba(255,255,255,.14);box-shadow:var(--shadow)}.hero-collage img:first-child{grid-row:1/3}.youtube-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:1.15rem;margin-top:2rem}.youtube-card{border:1px solid var(--border);background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));border-radius:26px;overflow:hidden;box-shadow:var(--shadow);opacity:1!important;transform:none!important}.featured-video{grid-row:span 2}.iframe-wrap{position:relative;aspect-ratio:16/9;background:#05060d}.iframe-wrap iframe{position:absolute;inset:0;width:100%;height:100%;border:0}.video-info{padding:1rem 1.1rem 1.2rem}.video-info span,.story-row span{font-size:.72rem;font-weight:900;letter-spacing:.14em;text-transform:uppercase;color:var(--cyan)}.video-info h3,.story-row h3,.visual-prompt h3{font-family:'Syne',sans-serif;margin:.28rem 0 .35rem}.video-info p,.story-row p,.visual-prompt p{color:var(--muted);font-size:.94rem;line-height:1.45}.story-stack{display:grid;gap:1.25rem;margin-top:2rem}.story-row{display:grid;grid-template-columns:1.15fr .85fr;gap:1.5rem;align-items:center;border:1px solid var(--border);border-radius:30px;padding:1rem;background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.018));box-shadow:var(--shadow);opacity:1!important;transform:none!important}.story-row.reverse{grid-template-columns:.85fr 1.15fr}.story-row.reverse img{order:2}.story-row img{width:100%;height:300px;object-fit:cover;border-radius:24px}.story-row div{padding:1rem}.story-row h3{font-size:clamp(1.35rem,3vw,2.2rem)}.visual-prompt-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.2rem;margin-top:2rem}.visual-prompt{border:1px solid var(--border);border-radius:26px;background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.02));overflow:hidden;padding-bottom:1rem;box-shadow:var(--shadow);opacity:1!important;transform:none!important}.visual-prompt img{width:100%;height:210px;object-fit:cover;display:block}.visual-prompt h3,.visual-prompt p,.visual-prompt button{margin-left:1rem;margin-right:1rem}.visual-prompt h3{margin-top:1rem}body.light .visual-hero{background:radial-gradient(circle at 12% 18%,rgba(34,211,238,.10),transparent 34%),radial-gradient(circle at 86% 20%,rgba(108,99,255,.12),transparent 38%),linear-gradient(180deg,#fff,#f4f6fd)!important}body.light .youtube-card,body.light .story-row,body.light .visual-prompt{background:linear-gradient(180deg,#fff,#f8f9fd)!important;border-color:rgba(24,28,45,.12)!important;box-shadow:0 18px 45px rgba(34,39,67,.09)!important}@media(max-width:1050px){.visual-hero-grid,.youtube-grid,.story-row,.story-row.reverse{grid-template-columns:1fr}.visual-hero{text-align:center}.visual-copy .left-btns{justify-content:center}.hero-collage{grid-template-rows:220px 180px}.featured-video{grid-row:auto}.story-row.reverse img{order:0}.visual-prompt-grid{grid-template-columns:1fr 1fr}}@media(max-width:640px){.visual-hero{padding:4.8rem 0 3.4rem}.hero-collage{grid-template-columns:1fr;grid-template-rows:220px 160px 160px}.hero-collage img:first-child{grid-row:auto}.story-row img{height:220px}.visual-prompt-grid{grid-template-columns:1fr}.youtube-grid{grid-template-columns:1fr}.visual-copy h1{font-size:clamp(2.2rem,12vw,3.8rem)}}


/* Realistic media upgrade */
.media-rich-section{background:linear-gradient(180deg,rgba(255,255,255,.015),rgba(108,99,255,.035));}
.compact-desc{max-width:760px}
.photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:2rem}
.photo-card{background:var(--surface2);border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);display:flex;flex-direction:column;min-height:100%}
.photo-card img{width:100%;height:230px;object-fit:cover;display:block;filter:saturate(1.02) contrast(1.02)}
.photo-card div{padding:1.2rem}.photo-card h3{font-family:'Syne',sans-serif;font-size:1.05rem;margin-bottom:.45rem}.photo-card p{color:var(--muted);font-size:.92rem;line-height:1.55}
.video-link-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem;margin-top:1.5rem}.featured-video-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.video-link-card{position:relative;display:block;text-decoration:none;background:var(--surface2);border:1px solid var(--border);border-radius:22px;overflow:hidden;box-shadow:var(--shadow);transition:.2s;color:var(--text)}
.video-link-card:hover{transform:translateY(-4px);border-color:rgba(108,99,255,.45)}.video-link-card img{width:100%;height:180px;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.05)}
.video-link-card span{position:absolute;left:1rem;top:1rem;background:rgba(0,0,0,.72);color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:.35rem .75rem;font-size:.78rem;font-weight:800}.video-link-card h3{font-family:'Syne',sans-serif;font-size:1rem;padding:1rem 1rem .2rem}.video-link-card p{padding:0 1rem 1.1rem;color:var(--muted);font-size:.86rem;line-height:1.5}.big-video img{height:170px}
.visual-story-page img{object-fit:cover}.hero-collage img{filter:saturate(1.06) contrast(1.03)}
@media(max-width:980px){.photo-grid,.video-link-grid,.featured-video-grid{grid-template-columns:1fr 1fr}.photo-card img{height:210px}}
@media(max-width:620px){.photo-grid,.video-link-grid,.featured-video-grid{grid-template-columns:1fr}.photo-card img,.video-link-card img{height:220px}}


/* Inline page-specific media sections */
.inside-content-media{padding-top:2rem;padding-bottom:4.5rem}.inside-content-media .compact-desc{max-width:720px}.inside-content-media .photo-grid{margin-top:1.4rem}.media-two-col{grid-template-columns:repeat(2,minmax(0,1fr))}.inside-content-media .video-link-grid{margin-top:1.25rem}@media(max-width:620px){.media-two-col{grid-template-columns:1fr}}


/* Prominent, separated media blocks */
.media-rich-section,.inside-content-media{position:relative}
.inside-content-media .container,.media-rich-section .container{position:relative}
.inside-content-media .section-title,.media-rich-section .section-title{margin-bottom:.75rem}
.photo-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem;margin-top:1.7rem}
.photo-card{border-radius:28px;border:1px solid rgba(255,255,255,.09);box-shadow:0 18px 50px rgba(0,0,0,.22);background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,.024));overflow:hidden}
.photo-card img{height:300px;object-fit:cover}
.photo-card div{padding:1.3rem 1.35rem 1.45rem}
.photo-card h3{font-size:1.12rem;margin-bottom:.4rem}
.video-link-grid,.media-two-col{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.8rem;margin-top:2.4rem}
.video-link-card{border-radius:28px;border:1px solid rgba(108,99,255,.18);box-shadow:0 18px 50px rgba(0,0,0,.22);background:linear-gradient(180deg,rgba(108,99,255,.08),rgba(255,255,255,.022));overflow:hidden}
.video-link-card img{height:240px;object-fit:cover}
.video-link-card h3{font-size:1.08rem;padding:1.05rem 1.1rem .2rem}
.video-link-card p{padding:0 1.1rem 1.15rem}
.video-link-card span{left:1.1rem;top:1.1rem;padding:.4rem .82rem}
.photo-grid + .video-link-grid,.photo-grid + .media-two-col{margin-top:2.8rem}
.inside-content-media{padding-top:2.3rem;padding-bottom:4.8rem}
.media-rich-section .compact-desc,.inside-content-media .compact-desc{max-width:780px}
@media(max-width:980px){.photo-card img{height:260px}.video-link-card img{height:220px}}
@media(max-width:720px){.photo-grid,.video-link-grid,.media-two-col{grid-template-columns:1fr;gap:1.35rem}.photo-card img{height:235px}.video-link-card img{height:210px}.photo-grid + .video-link-grid,.photo-grid + .media-two-col{margin-top:2rem}}


/* Unified experience-style layout across pages */
.visual-story-page .section{position:relative}
.visual-story-page .section-title{max-width:900px}
.visual-story-page .section-tag,.visual-story-page .badge{letter-spacing:.14em}
.visual-story-page .visual-hero{margin-bottom:0}
.visual-story-page .photo-story-section .section-title,
.visual-story-page .youtube-section .section-title{margin-bottom:.6rem}
.visual-story-page .featured-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem}
.visual-story-page .big-video img{height:250px}
.visual-story-page .story-stack{gap:1.4rem}
.visual-story-page .story-row{border-radius:32px;padding:1.05rem 1.1rem}
.visual-story-page .story-row img{height:320px}
.visual-story-page .photo-story-section{padding-top:4.5rem}
.visual-story-page .youtube-section{padding-top:2.2rem}
@media(max-width:920px){.visual-story-page .story-row img{height:250px}.visual-story-page .big-video img{height:220px}}
@media(max-width:640px){.visual-story-page .featured-video-grid{grid-template-columns:1fr}.visual-story-page .photo-story-section{padding-top:3.2rem}}



/* Brand logo */
.nav-logo.brand{
  display:flex;
  align-items:center;
  min-width:150px;
  text-decoration:none;
}
.nav-logo.brand img{
  width:150px;
  height:auto;
  display:block;
  filter: drop-shadow(0 10px 22px rgba(108,99,255,.18));
}
body.light .nav-logo.brand img{
  filter: drop-shadow(0 10px 20px rgba(24,28,45,.12));
}
@media(max-width:640px){
  .nav-logo.brand img{width:132px}
}



/* Image lightbox */
.hero-collage img,
.story-row img,
.photo-card img,
.visual-prompt img {
  cursor: zoom-in;
}

.img-lightbox {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(5, 6, 12, .88);
  backdrop-filter: blur(14px);
  display: none;
  align-items: center;
  justify-content: center;
  padding: 2rem;
}

.img-lightbox.active {
  display: flex;
}

.img-lightbox img {
  max-width: min(1100px, 92vw);
  max-height: 82vh;
  object-fit: contain;
  border-radius: 24px;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 35px 110px rgba(0,0,0,.55);
  cursor: zoom-out;
  animation: lightboxPop .22s ease both;
}

.img-lightbox-close {
  position: fixed;
  top: 1.2rem;
  right: 1.2rem;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.1);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
  display: grid;
  place-items: center;
}

.img-lightbox-caption {
  position: fixed;
  left: 50%;
  bottom: 1.2rem;
  transform: translateX(-50%);
  max-width: min(860px, 86vw);
  color: #fff;
  background: rgba(0,0,0,.42);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: .7rem 1.1rem;
  font-size: .92rem;
  text-align: center;
}

@keyframes lightboxPop {
  from { opacity: 0; transform: scale(.96); }
  to { opacity: 1; transform: scale(1); }
}

@media(max-width:640px){
  .img-lightbox{padding:1rem}
  .img-lightbox img{max-width:94vw;max-height:78vh;border-radius:18px}
  .img-lightbox-caption{bottom:.8rem;border-radius:18px;font-size:.82rem}
}



/* Mobile & performance polish */
html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img {
  content-visibility: auto;
}

.section,
.visual-hero,
.hero,
.card,
.project-card,
tool-card,
.story-row,
.video-link-card {
  overflow-wrap: anywhere;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: .001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .001ms !important;
  }
}

/* Better mobile navbar */
@media (max-width: 900px) {
  nav {
    padding: .85rem 1rem !important;
  }

  .nav-actions {
    gap: .45rem;
  }

  .menu-btn,
  .theme-btn {
    min-height: 42px;
  }

  .nav-links {
    position: fixed;
    left: 1rem;
    right: 1rem;
    top: 72px;
    max-height: calc(100vh - 92px);
    overflow-y: auto;
    display: none;
    grid-template-columns: 1fr;
    gap: .55rem;
    padding: 1rem;
    border: 1px solid var(--border);
    border-radius: 22px;
    background: rgba(10,10,15,.96);
    backdrop-filter: blur(18px);
    box-shadow: 0 24px 70px rgba(0,0,0,.36);
  }

  body.light .nav-links {
    background: rgba(255,255,255,.96);
  }

  .nav-links.open {
    display: grid;
  }

  .nav-links a {
    padding: .78rem .9rem;
    border-radius: 14px;
    background: rgba(255,255,255,.035);
  }

  body.light .nav-links a {
    background: rgba(10,10,15,.035);
  }
}

/* Cleaner phone layout */
@media (max-width: 720px) {
  .container {
    width: min(100% - 1.1rem, 1100px);
  }

  .visual-hero {
    padding: 5.4rem 0 2.8rem !important;
  }

  .visual-hero-grid {
    gap: 1.4rem !important;
  }

  .visual-copy h1,
  .hero-copy h1,
  .section-title.big-title {
    font-size: clamp(2.05rem, 11vw, 3.4rem) !important;
    line-height: 1.02 !important;
  }

  .lead,
  .section-desc {
    font-size: .98rem !important;
  }

  .btns,
  .left-btns,
  .hero-actions {
    gap: .65rem !important;
  }

  .btn {
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .hero-collage {
    grid-template-columns: 1fr !important;
    grid-template-rows: 230px 150px 150px !important;
    gap: .8rem !important;
  }

  .hero-collage img,
  .story-row img,
  .photo-card img,
  .video-link-card img {
    border-radius: 20px !important;
  }

  .story-row,
  .story-row.reverse {
    padding: .75rem !important;
    border-radius: 24px !important;
    gap: .75rem !important;
  }

  .story-row div {
    padding: .65rem .5rem .75rem !important;
  }

  .story-row h3 {
    font-size: 1.35rem !important;
  }

  .story-row p,
  .video-link-card p,
  .photo-card p,
  .card p {
    font-size: .9rem !important;
  }

  .grid-3,
  .grid-4,
  .tools-grid,
  .projects-grid,
  .feature-grid,
  .cards-grid {
    grid-template-columns: 1fr !important;
  }

  .project-card,
  .tool-card,
  .card {
    min-height: auto !important;
  }

  .video-link-card span {
    font-size: .72rem !important;
    padding: .34rem .65rem !important;
  }

  .featured-video-grid,
  .video-link-grid,
  .media-two-col {
    grid-template-columns: 1fr !important;
  }

  .footer,
  footer {
    padding: 1.4rem .9rem !important;
  }
}

/* Prevent layout shifts and make media blocks feel prominent */
.hero-collage img,
.story-row img,
.photo-card img,
.video-link-card img,
.visual-prompt img {
  background: linear-gradient(135deg, rgba(108,99,255,.12), rgba(34,211,238,.08));
}

@media (max-width: 420px) {
  .nav-logo.brand img {
    width: 118px !important;
  }

  .theme-btn,
  .menu-btn {
    font-size: .82rem !important;
    padding: .55rem .65rem !important;
  }

  .visual-copy h1 {
    font-size: 2.1rem !important;
  }
}