.eb-hero { position:relative; overflow:hidden; padding:74px 0 84px; border-bottom:1px solid var(--border); background:radial-gradient(circle at 10% 10%,rgba(231,177,70,.14),transparent 32%),radial-gradient(circle at 88% 18%,rgba(56,189,248,.10),transparent 30%),linear-gradient(180deg,rgba(15,23,42,.18),transparent); }
.eb-hero::before { content:""; position:absolute; inset:0; opacity:.18; background-image:linear-gradient(rgba(148,163,184,.10) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.10) 1px,transparent 1px); background-size:48px 48px; mask-image:linear-gradient(to bottom,#000,transparent 88%); pointer-events:none; }
.eb-hero-grid { position:relative; display:grid; grid-template-columns:minmax(0,1fr) minmax(420px,.9fr); gap:64px; align-items:center; }
.eb-badge,.eb-free-pill { display:inline-flex; align-items:center; gap:8px; border:1px solid rgba(231,177,70,.28); border-radius:999px; color:var(--gold,#e7b146); background:rgba(231,177,70,.09); font-size:12px; font-weight:850; padding:8px 12px; }
.eb-badge i { width:8px; height:8px; border-radius:50%; background:#39d39f; box-shadow:0 0 0 6px rgba(57,211,159,.10); }
.eb-hero h1 { max-width:720px; margin:22px 0 18px; font-size:clamp(42px,5.4vw,76px); line-height:.98; letter-spacing:-.055em; }
.eb-hero-copy>p { max-width:690px; color:var(--muted); font-size:18px; line-height:1.72; }
.eb-hero-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:30px; }
.eb-primary,.eb-secondary { display:inline-flex; min-height:48px; align-items:center; justify-content:center; padding:0 20px; border-radius:13px; font-weight:850; text-decoration:none; }
.eb-primary { color:#121212; background:linear-gradient(135deg,#f5c45c,#dfa52f); box-shadow:0 16px 35px rgba(223,165,47,.22); }
.eb-secondary { color:var(--text); border:1px solid var(--border); background:var(--card); }
.eb-trust-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:32px; color:var(--muted); font-size:12px; }
.eb-trust-row span { display:inline-flex; gap:6px; align-items:baseline; }
.eb-trust-row b { color:var(--text); font-size:16px; }
.eb-hero-demo { position:relative; min-width:0; }
.eb-hero-demo iframe { position:relative; z-index:2; display:block; width:100%; height:516px; border:0; background:transparent; filter:drop-shadow(0 35px 70px rgba(2,8,23,.35)); }
.eb-demo-orbit { position:absolute; border-radius:50%; border:1px solid rgba(231,177,70,.18); }
.eb-demo-orbit-one { width:520px; height:520px; right:-90px; top:-25px; }
.eb-demo-orbit-two { width:360px; height:360px; right:-10px; top:55px; border-color:rgba(56,189,248,.18); }
.eb-demo-note { position:absolute; z-index:4; left:50%; bottom:-14px; transform:translateX(-50%); width:max-content; max-width:92%; padding:9px 13px; border:1px solid var(--border); border-radius:999px; color:var(--muted); background:var(--card); font-size:11px; box-shadow:0 12px 30px rgba(2,8,23,.18); }
.eb-demo-note span { color:#39d39f; }
.eb-builder-section { padding-top:84px; padding-bottom:90px; scroll-margin-top:22px; }
.eb-section-head { display:flex; justify-content:space-between; gap:28px; align-items:flex-end; margin-bottom:28px; }
.eb-section-head h2 { margin:8px 0 8px; font-size:clamp(30px,4vw,48px); letter-spacing:-.04em; }
.eb-section-head p { max-width:760px; margin:0; color:var(--muted); line-height:1.65; }
.eb-section-head-centered { justify-content:center; text-align:center; }
.eb-builder-tabs { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; max-width:760px; margin-bottom:18px; padding:6px; border:1px solid var(--border); border-radius:18px; background:var(--card); }
.eb-builder-tabs button { display:flex; gap:12px; align-items:center; padding:13px 16px; border:1px solid transparent; border-radius:13px; color:var(--muted); background:transparent; text-align:left; cursor:pointer; }
.eb-builder-tabs button.is-active { color:var(--text); border-color:rgba(231,177,70,.28); background:rgba(231,177,70,.08); }
.eb-tab-icon { display:grid; width:40px; height:40px; place-items:center; border-radius:12px; color:var(--gold,#e7b146); background:rgba(231,177,70,.12); font-weight:950; }
.eb-builder-tabs strong,.eb-builder-tabs small { display:block; }
.eb-builder-tabs small { margin-top:3px; font-size:11px; color:var(--muted); }
.eb-builder-grid { display:grid; grid-template-columns:minmax(330px,.72fr) minmax(0,1.28fr); gap:20px; align-items:start; }
.eb-controls { display:grid; gap:14px; }
.eb-control-card,.eb-preview-card,.eb-code-card { border:1px solid var(--border); border-radius:20px; background:var(--card); box-shadow:0 18px 50px rgba(2,8,23,.07); }
.eb-control-card { padding:18px; }
.eb-control-title { display:flex; gap:11px; align-items:center; margin-bottom:15px; }
.eb-control-title>span { display:grid; width:28px; height:28px; place-items:center; border-radius:9px; color:var(--gold,#e7b146); background:rgba(231,177,70,.12); font-size:12px; font-weight:950; }
.eb-control-title strong,.eb-control-title small { display:block; }
.eb-control-title small { margin-top:2px; color:var(--muted); font-size:11px; }
.eb-layout-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:8px; }
.eb-layout-grid button { min-width:0; padding:10px 7px; border:1px solid var(--border); border-radius:11px; color:var(--muted); background:var(--card2); cursor:pointer; }
.eb-layout-grid button.is-active { color:var(--text); border-color:rgba(231,177,70,.42); box-shadow:inset 0 0 0 1px rgba(231,177,70,.15); }
.eb-layout-grid i { display:block; position:relative; width:36px; height:22px; margin:0 auto 6px; border:1px solid currentColor; border-radius:4px; opacity:.82; }
.eb-layout-grid i::before,.eb-layout-grid i::after { content:""; position:absolute; background:currentColor; opacity:.65; }
.layout-cards::before { width:13px; height:7px; left:4px; top:4px; box-shadow:15px 0 currentColor,0 9px currentColor,15px 9px currentColor; }
.layout-list::before { width:25px; height:3px; left:5px; top:4px; box-shadow:0 6px currentColor,0 12px currentColor; }
.layout-ticker::before { width:7px; height:12px; left:5px; top:4px; box-shadow:9px 0 currentColor,18px 0 currentColor; }
.layout-table::before { width:26px; height:2px; left:4px; top:5px; box-shadow:0 5px currentColor,0 10px currentColor; }
.layout-spotlight::before { width:14px; height:14px; left:4px; top:3px; box-shadow:17px 0 0 -3px currentColor,17px 8px 0 -3px currentColor; }
.layout-glass::before { inset:4px; border:1px solid currentColor; border-radius:3px; background:linear-gradient(135deg,currentColor,transparent); opacity:.4; }
.eb-layout-grid span { font-size:10px; font-weight:780; }
.eb-segment { display:grid; grid-template-columns:repeat(3,1fr); gap:5px; padding:4px; border:1px solid var(--border); border-radius:11px; background:var(--card2); }
.eb-segment button { padding:8px; border:0; border-radius:8px; color:var(--muted); background:transparent; font-size:11px; font-weight:800; cursor:pointer; }
.eb-segment button.is-active { color:var(--text); background:var(--card); box-shadow:0 4px 12px rgba(2,8,23,.08); }
.eb-color-row { display:flex; gap:9px; margin-top:13px; }
.eb-color-row button { width:30px; height:30px; border:3px solid var(--card); border-radius:50%; box-shadow:0 0 0 1px var(--border); cursor:pointer; }
.eb-color-row button.is-active { box-shadow:0 0 0 2px var(--text); }
.eb-color-row .is-gold { background:#f2b94b; }.eb-color-row .is-emerald { background:#2dd4a3; }.eb-color-row .is-blue { background:#66a3ff; }.eb-color-row .is-purple { background:#a78bfa; }
.eb-assets { display:flex; flex-wrap:wrap; gap:7px; max-height:190px; overflow:auto; padding-right:3px; }
.eb-assets label { cursor:pointer; }
.eb-assets input { position:absolute; opacity:0; pointer-events:none; }
.eb-assets span { display:inline-flex; padding:7px 9px; border:1px solid var(--border); border-radius:999px; color:var(--muted); background:var(--card2); font-size:10px; font-weight:760; }
.eb-assets input:checked+span { color:var(--text); border-color:rgba(231,177,70,.38); background:rgba(231,177,70,.10); }
.eb-toggle-list { display:grid; gap:8px; }
.eb-toggle-list label,.eb-round-row { display:flex; justify-content:space-between; gap:12px; align-items:center; cursor:pointer; }
.eb-toggle-list strong,.eb-toggle-list small,.eb-round-row strong,.eb-round-row small { display:block; }
.eb-toggle-list small,.eb-round-row small { margin-top:2px; color:var(--muted); font-size:10px; }
.eb-toggle-list input,.eb-round-row input { position:absolute; opacity:0; pointer-events:none; }
.eb-toggle-list i,.eb-round-row i { position:relative; width:38px; height:22px; flex:0 0 auto; border-radius:999px; background:rgba(148,163,184,.22); transition:.2s; }
.eb-toggle-list i::after,.eb-round-row i::after { content:""; position:absolute; width:16px; height:16px; left:3px; top:3px; border-radius:50%; background:#fff; transition:.2s; box-shadow:0 2px 5px rgba(2,8,23,.2); }
.eb-toggle-list input:checked~i,.eb-round-row input:checked~i { background:#dba63d; }
.eb-toggle-list input:checked~i::after,.eb-round-row input:checked~i::after { transform:translateX(16px); }
.eb-select-row,.eb-text-row { display:grid; gap:7px; margin-top:13px; color:var(--muted); font-size:11px; font-weight:760; }
.eb-select-row select,.eb-text-row input { width:100%; min-height:39px; padding:0 11px; border:1px solid var(--border); border-radius:10px; color:var(--text); background:var(--card2); outline:none; }
.eb-round-row { margin-top:14px; }
.eb-preview-column { position:sticky; top:14px; display:grid; gap:14px; min-width:0; }
.eb-preview-card>header,.eb-code-card>header { display:flex; justify-content:space-between; gap:14px; align-items:center; padding:16px 18px; border-bottom:1px solid var(--border); }
.eb-preview-card header span,.eb-preview-card header strong,.eb-code-card header span,.eb-code-card header strong { display:block; }
.eb-preview-card header span,.eb-code-card header span { color:var(--gold,#e7b146); font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.eb-preview-card header strong,.eb-code-card header strong { margin-top:3px; font-size:13px; }
.eb-device-switch,.eb-code-tabs { display:flex; gap:4px; padding:3px; border:1px solid var(--border); border-radius:9px; background:var(--card2); }
.eb-device-switch button,.eb-code-tabs button { padding:6px 8px; border:0; border-radius:6px; color:var(--muted); background:transparent; font-size:10px; font-weight:800; cursor:pointer; }
.eb-device-switch button.is-active,.eb-code-tabs button.is-active { color:var(--text); background:var(--card); }
.eb-preview-stage { min-height:600px; padding:22px; overflow:hidden; background:radial-gradient(circle at 12% 10%,rgba(231,177,70,.10),transparent 30%),linear-gradient(135deg,var(--card2),rgba(148,163,184,.04)); }
.eb-preview-browser { width:100%; max-width:760px; margin:0 auto; overflow:hidden; border:1px solid var(--border); border-radius:16px; background:#111827; box-shadow:0 28px 65px rgba(2,8,23,.22); transition:max-width .25s; }
.eb-preview-stage.is-mobile .eb-preview-browser { max-width:390px; }
.eb-browser-bar { display:flex; gap:6px; align-items:center; height:34px; padding:0 11px; color:#8fa0b8; background:#0a1220; font-size:9px; }
.eb-browser-bar i { width:7px; height:7px; border-radius:50%; background:#ff6b75; }.eb-browser-bar i:nth-child(2){background:#f2b94b}.eb-browser-bar i:nth-child(3){background:#35d39a}.eb-browser-bar span{margin-left:5px;opacity:.65}
.eb-preview-frame-wrap { padding:8px; background:#070d18; }
.eb-preview-frame-wrap iframe { display:block; width:100%; height:520px; border:0; background:transparent; transition:height .2s; }
.eb-code-box { position:relative; margin:15px; overflow:hidden; border:1px solid var(--border); border-radius:13px; background:#07101d; }
.eb-code-box pre { min-height:128px; max-height:250px; margin:0; overflow:auto; padding:17px 108px 17px 17px; color:#d7e1ef; font:12px/1.7 ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; white-space:pre-wrap; word-break:break-word; }
.eb-code-box button { position:absolute; right:10px; top:10px; padding:8px 10px; border:1px solid rgba(231,177,70,.3); border-radius:8px; color:#18120a; background:#e7b146; font-size:10px; font-weight:900; cursor:pointer; }
.eb-code-card>p { margin:0; padding:0 16px 16px; color:var(--muted); font-size:11px; line-height:1.55; }
.eb-code-card>p b { color:var(--text); }
.eb-value-section { padding-top:90px; padding-bottom:90px; }
.eb-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.eb-steps article { position:relative; padding:28px; overflow:hidden; border:1px solid var(--border); border-radius:20px; background:var(--card); }
.eb-steps article>span { position:absolute; right:18px; top:10px; color:rgba(148,163,184,.13); font-size:54px; font-weight:950; }
.eb-step-icon { display:grid; width:48px; height:48px; place-items:center; border-radius:14px; color:var(--gold,#e7b146); background:rgba(231,177,70,.11); font-weight:950; }
.eb-steps h3 { margin:22px 0 9px; }.eb-steps p { margin:0; color:var(--muted); line-height:1.65; }
.eb-feature-band { padding:86px 0; border-top:1px solid var(--border); border-bottom:1px solid var(--border); background:linear-gradient(135deg,rgba(15,23,42,.25),rgba(231,177,70,.045)); }
.eb-feature-band .container { display:grid; grid-template-columns:.7fr 1.3fr; gap:55px; align-items:start; }
.eb-feature-intro h2 { margin:10px 0 14px; font-size:clamp(32px,4vw,50px); letter-spacing:-.045em; }.eb-feature-intro p { color:var(--muted); line-height:1.75; }
.eb-feature-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; }
.eb-feature-grid article { padding:19px; border:1px solid var(--border); border-radius:16px; background:var(--card); }.eb-feature-grid i { display:grid; width:38px; height:38px; place-items:center; margin-bottom:14px; border-radius:11px; color:var(--gold,#e7b146); background:rgba(231,177,70,.1); font-style:normal; }.eb-feature-grid strong { display:block; }.eb-feature-grid p { margin:7px 0 0; color:var(--muted); font-size:12px; line-height:1.6; }
.eb-usecases { padding-top:90px; padding-bottom:90px; }.eb-usecase-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }.eb-usecase-grid article { min-height:235px; padding:24px; border:1px solid var(--border); border-radius:20px; background:linear-gradient(145deg,var(--card),var(--card2)); }.eb-usecase-grid .eb-usecase-large { grid-column:span 2; background:radial-gradient(circle at 90% 10%,rgba(231,177,70,.14),transparent 35%),var(--card); }.eb-usecase-grid span { color:var(--gold,#e7b146); font-size:10px; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }.eb-usecase-grid h3 { margin:18px 0 10px; font-size:24px; letter-spacing:-.025em; }.eb-usecase-grid p { color:var(--muted); line-height:1.65; }.eb-usecase-grid b { display:inline-block; margin-top:18px; color:var(--text); font-size:11px; }
.eb-source-section { display:grid; grid-template-columns:1.4fr .6fr; gap:40px; padding-top:30px; padding-bottom:80px; }.eb-source-section h2 { margin:9px 0 12px; font-size:36px; letter-spacing:-.04em; }.eb-source-section p { color:var(--muted); line-height:1.75; }.eb-source-links { display:flex; flex-wrap:wrap; gap:11px; margin-top:20px; }.eb-source-links a { padding:10px 12px; border:1px solid var(--border); border-radius:10px; color:var(--text); text-decoration:none; font-size:11px; font-weight:800; }.eb-source-section aside { display:grid; align-content:start; gap:8px; padding:22px; border:1px solid var(--border); border-radius:18px; background:var(--card); }.eb-source-section aside strong { margin-bottom:6px; }.eb-source-section aside a { color:var(--muted); font-size:12px; line-height:1.5; }
.eb-faq { padding-bottom:90px; }
@media (max-width:1050px){.eb-hero-grid{grid-template-columns:1fr;gap:42px}.eb-hero-demo{max-width:700px}.eb-builder-grid{grid-template-columns:1fr}.eb-preview-column{position:static}.eb-feature-band .container{grid-template-columns:1fr}.eb-source-section{grid-template-columns:1fr}.eb-preview-stage{min-height:520px}}
@media (max-width:760px){.eb-hero{padding:54px 0 62px}.eb-hero h1{font-size:46px}.eb-hero-copy>p{font-size:15px}.eb-hero-demo iframe{height:560px}.eb-section-head{align-items:flex-start;flex-direction:column}.eb-builder-tabs{grid-template-columns:1fr;width:100%}.eb-layout-grid{grid-template-columns:repeat(2,1fr)}.eb-preview-stage{min-height:470px;padding:10px}.eb-preview-card>header,.eb-code-card>header{align-items:flex-start;flex-direction:column}.eb-steps,.eb-feature-grid,.eb-usecase-grid{grid-template-columns:1fr}.eb-usecase-grid .eb-usecase-large{grid-column:auto}.eb-code-box pre{padding-right:17px;padding-top:56px}.eb-feature-band,.eb-value-section,.eb-usecases{padding-top:65px;padding-bottom:65px}}
@media (max-width:480px){.eb-hero h1{font-size:39px}.eb-trust-row{gap:12px}.eb-free-pill{display:none}.eb-control-card{padding:15px}.eb-preview-frame-wrap{padding:3px}.eb-preview-browser{border-radius:10px}.eb-source-section h2{font-size:30px}}
.eb-builder-section [hidden]{display:none!important}

/* V265: simge kontrolü, kaynak açıklaması ve açık kullanım politikası */
.eb-icon-setting { margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--border); }
.eb-source-section aside span { color: var(--muted); font-size: 11px; line-height: 1.6; }
.eb-link-policy {
  display: grid;
  grid-template-columns: 72px minmax(0,1fr);
  gap: 24px;
  align-items: start;
  margin-bottom: 80px;
  padding: 30px;
  border: 1px solid rgba(231,177,70,.28);
  border-radius: 24px;
  background: radial-gradient(circle at 6% 15%,rgba(231,177,70,.14),transparent 34%),linear-gradient(145deg,var(--card),var(--card2));
  box-shadow: 0 22px 58px rgba(2,8,23,.08);
}
.eb-link-policy-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(231,177,70,.30);
  border-radius: 19px;
  color: var(--gold,#e7b146);
  background: rgba(231,177,70,.11);
  font-size: 28px;
  font-weight: 900;
}
.eb-link-policy h2 { margin: 9px 0 12px; font-size: clamp(29px,3.8vw,44px); letter-spacing: -.04em; }
.eb-link-policy p { max-width: 920px; margin: 0 0 12px; color: var(--muted); line-height: 1.75; }
.eb-link-policy p strong { color: var(--text); }
.eb-link-policy-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 22px; }
.eb-link-policy-actions .eb-primary,.eb-link-policy-actions .eb-secondary { min-height: 44px; font-size: 12px; }
@media(max-width:760px){.eb-link-policy{grid-template-columns:1fr;margin-bottom:60px;padding:22px}.eb-link-policy-icon{width:52px;height:52px;border-radius:15px;font-size:23px}}

/* V266: responsive düzen, daha sıkı dikey ritim ve seçim sırası */
html, body { max-width: 100%; overflow-x: hidden; }
@supports (overflow: clip) { html, body { overflow-x: clip; } }
.site-main,
.eb-hero,
.eb-builder-section,
.eb-value-section,
.eb-feature-band,
.eb-usecases,
.eb-source-section,
.eb-link-policy,
.eb-faq { max-width: 100%; min-width: 0; }
.eb-hero-grid,
.eb-builder-grid,
.eb-feature-band .container,
.eb-source-section,
.eb-usecase-grid,
.eb-feature-grid,
.eb-steps { min-width: 0; }
.eb-hero-grid > *,
.eb-builder-grid > *,
.eb-feature-band .container > *,
.eb-source-section > *,
.eb-section-head > *,
.eb-usecase-grid > *,
.eb-feature-grid > *,
.eb-steps > * { min-width: 0; }
.eb-hero-demo,
.eb-preview-card,
.eb-code-card,
.eb-preview-browser,
.eb-preview-frame-wrap,
.eb-controls,
.eb-control-card { max-width: 100%; min-width: 0; }
.eb-hero-demo iframe,
.eb-preview-frame-wrap iframe { max-width: 100%; }

.eb-hero { padding-top: 62px; padding-bottom: 66px; }
.eb-builder-section { padding-top: 66px; padding-bottom: 64px; }
.eb-value-section { padding-top: 64px; padding-bottom: 64px; }
.eb-feature-band { padding-top: 64px; padding-bottom: 64px; }
.eb-usecases { padding-top: 64px; padding-bottom: 64px; }
.eb-source-section { padding-top: 20px; padding-bottom: 58px; }
.eb-link-policy { margin-bottom: 58px; }
.eb-section-head { margin-bottom: 22px; }
.eb-preview-stage { min-height: 440px; padding: 16px; }
.eb-usecase-grid article { min-height: 190px; padding: 21px; }
.eb-steps article { padding: 23px; }
.eb-feature-grid article { padding: 16px; }

.eb-layout-note,
.eb-order-note {
  margin: 11px 0 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.55;
}
.eb-layout-note strong { color: var(--text); }
.eb-order-note { padding-top: 10px; border-top: 1px dashed var(--border); }
.eb-assets label { position: relative; }
.eb-assets label[data-order] span { padding-right: 28px; }
.eb-assets label[data-order]::after {
  content: attr(data-order);
  position: absolute;
  top: 50%;
  right: 5px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  transform: translateY(-50%);
  border-radius: 50%;
  color: #111827;
  background: var(--gold,#e7b146);
  font-size: 9px;
  font-weight: 950;
}
.eb-link-policy p a { color: var(--text); font-weight: 800; }
.eb-faq details { margin-bottom: 9px; }

@media (max-width: 1050px) {
  .eb-demo-orbit { display: none; }
  .eb-hero-demo { width: 100%; max-width: 760px; margin-inline: auto; }
  .eb-hero-demo iframe { height: 440px; }
  .eb-preview-stage { min-height: 0; }
}

@media (max-width: 760px) {
  .eb-hero { padding: 44px 0 48px; }
  .eb-hero h1 { font-size: clamp(36px,11vw,46px); letter-spacing: -.045em; }
  .eb-hero-actions { width: 100%; }
  .eb-hero-actions a { flex: 1 1 160px; }
  .eb-hero-demo { width: 100%; }
  .eb-hero-demo iframe { width: 100%; height: 470px; }
  .eb-demo-note { position: relative; left: auto; bottom: auto; transform: none; width: fit-content; margin: 8px auto 0; }
  .eb-builder-section,
  .eb-value-section,
  .eb-feature-band,
  .eb-usecases { padding-top: 50px; padding-bottom: 50px; }
  .eb-source-section { padding-bottom: 48px; }
  .eb-link-policy { margin-bottom: 48px; }
  .eb-builder-grid { gap: 14px; }
  .eb-preview-stage { min-height: 0; padding: 7px; }
  .eb-preview-browser { width: 100%; }
  .eb-preview-frame-wrap { padding: 2px; }
  .eb-code-card>header,
  .eb-preview-card>header { padding: 14px; }
  .eb-code-tabs { width: 100%; }
  .eb-code-tabs button { flex: 1 1 0; }
  .eb-code-box { margin: 10px; }
  .eb-control-card { overflow: hidden; }
  .eb-source-section,
  .eb-link-policy { width: min(100% - 16px,1320px); }
}

@media (max-width: 520px) {
  .eb-hero-grid,
  .eb-builder-section,
  .eb-value-section,
  .eb-usecases,
  .eb-feature-band .container,
  .eb-source-section,
  .eb-link-policy,
  .eb-faq { width: min(100% - 16px,1320px); }
  .eb-hero-copy>p { line-height: 1.58; }
  .eb-trust-row { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); width: 100%; gap: 9px; }
  .eb-trust-row span { padding: 8px 9px; border: 1px solid var(--border); border-radius: 10px; background: var(--card); }
  .eb-layout-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .eb-layout-grid button { width: 100%; }
  .eb-preview-card>header,
  .eb-code-card>header { gap: 10px; }
  .eb-device-switch { width: 100%; }
  .eb-device-switch button { flex: 1 1 0; }
  .eb-link-policy { padding: 18px; }
  .eb-link-policy-actions a { width: 100%; }
  .eb-usecase-grid article { min-height: 0; }
}

/* Gizli form kontrolleri global input genişliklerinden etkilenip sayfayı taşırmasın. */
.eb-assets input,
.eb-toggle-list input,
.eb-round-row input {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0;
  top: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

/* V267: tek fiyat seçimi ve daha kompakt oluşturucu kontrolleri */
.eb-price-mode { margin-top: 2px; }
.eb-field-label {
  display: block;
  margin-bottom: 9px;
  color: var(--text);
  font-size: 11px;
  font-weight: 850;
}
.eb-price-mode-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 8px;
}
.eb-price-mode-grid button {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid var(--border);
  border-radius: 12px;
  color: var(--text);
  background: var(--card2);
  text-align: left;
  cursor: pointer;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}
.eb-price-mode-grid button:hover:not(:disabled) { transform: translateY(-1px); border-color: rgba(231,177,70,.42); }
.eb-price-mode-grid button.is-active {
  border-color: rgba(231,177,70,.62);
  background: rgba(231,177,70,.10);
  box-shadow: inset 0 0 0 1px rgba(231,177,70,.10);
}
.eb-price-mode-grid button:disabled { opacity: .42; cursor: not-allowed; }
.eb-price-mode-grid strong { display: block; font-size: 11px; }
.eb-price-mode-grid small { display: block; margin-top: 3px; color: var(--muted); font-size: 9px; line-height: 1.4; }
.eb-price-mode-note {
  margin: 10px 0 0;
  padding: 9px 10px;
  border: 1px dashed var(--border);
  border-radius: 10px;
  color: var(--muted);
  background: rgba(255,255,255,.018);
  font-size: 9px;
  line-height: 1.5;
}
.eb-price-mode-note strong { color: var(--text); }
.eb-icon-setting { display: grid; gap: 0; }

@media (max-width: 520px) {
  .eb-price-mode-grid { grid-template-columns: 1fr; }
}

/* V268: mobil kod alanını daha okunaklı ve sıkı hale getir. */
@media (max-width: 520px) {
  .eb-code-card { overflow: hidden; border-radius: 15px; }
  .eb-code-card>header {
    padding: 11px 12px;
    gap: 7px;
  }
  .eb-code-card header span { font-size: 8px; }
  .eb-code-card header strong { margin-top: 2px; font-size: 11px; line-height: 1.35; }
  .eb-code-tabs { min-height: 34px; }
  .eb-code-tabs button { padding: 8px 6px; font-size: 9px; }
  .eb-code-box {
    margin: 7px;
    border-radius: 10px;
  }
  .eb-code-box pre {
    min-height: 132px;
    max-height: 210px;
    padding: 44px 10px 11px;
    font-size: 10px;
    line-height: 1.5;
    white-space: pre-wrap;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .eb-code-box button {
    top: 7px;
    right: 7px;
    padding: 7px 9px;
    font-size: 8px;
  }
  .eb-code-card>p {
    padding: 0 10px 11px;
    font-size: 9px;
    line-height: 1.45;
  }
}

/* V269: üst önizlemeyi listeye göre sıkılaştır, mobil kod kutusunu temizle */
.eb-hero-grid {
  grid-template-columns: minmax(0,1fr) minmax(360px,.82fr);
  gap: 52px;
}
.eb-hero-demo {
  max-width: 760px;
  margin-left: auto;
}
.eb-hero-demo iframe {
  height: 470px;
}
.eb-demo-note {
  bottom: -10px;
}

@media (max-width: 760px) {
  .eb-hero-demo iframe { height: 440px; }
}

@media (max-width: 520px) {
  .eb-code-card>header {
    padding: 10px 11px;
  }
  .eb-code-box {
    margin: 6px;
  }
  .eb-code-box pre {
    min-height: 126px;
    max-height: 198px;
    padding: 42px 9px 10px;
    line-height: 1.42;
  }
  .eb-code-card>p {
    padding: 0 9px 10px;
  }
}

/* V270 cleanup: larger hero preview and tighter right column */
.eb-hero-grid {
  grid-template-columns: minmax(0,1.06fr) minmax(500px,.94fr);
  gap: 38px;
  align-items: center;
}
.eb-hero-copy h1 {
  max-width: 780px;
}
.eb-hero-demo {
  max-width: 820px;
  width: 100%;
  margin-left: auto;
}
.eb-hero-demo iframe {
  width: 100%;
  height: 620px;
}
@media (max-width: 1440px) {
  .eb-hero-grid { grid-template-columns: minmax(0,1fr) minmax(460px,.92fr); }
  .eb-hero-demo iframe { height: 590px; }
}
@media (max-width: 1100px) {
  .eb-hero-grid { grid-template-columns: 1fr; }
  .eb-hero-demo { max-width: 760px; margin: 16px auto 0; }
  .eb-hero-demo iframe { height: 560px; }
}
@media (max-width: 700px) {
  .eb-hero-demo iframe { height: 540px; }
}

/* V271: compact hero, extra colors, placement guidance and ticker controls */
.eb-hero-grid {
  grid-template-columns:minmax(0,1fr) 430px;
  gap:56px;
  align-items:center;
}
.eb-hero-demo {
  width:100%;
  max-width:430px;
  margin-left:auto;
}
.eb-hero-demo iframe {
  width:100%;
  height:500px;
}
.eb-demo-orbit-one { width:440px; height:440px; right:-55px; top:5px; }
.eb-demo-orbit-two { width:310px; height:310px; right:10px; top:70px; }

.eb-placement-help {
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 18px;
}
.eb-placement-help article {
  display:grid;
  gap:4px;
  padding:13px 15px;
  border:1px solid var(--border);
  border-radius:14px;
  background:var(--card);
}
.eb-placement-help strong { color:var(--text); font-size:11px; }
.eb-placement-help span { color:var(--muted); font-size:10px; line-height:1.55; }

.eb-color-row {
  flex-wrap:wrap;
  align-items:center;
}
.eb-color-row .is-black { background:#111827; }
.eb-color-row .is-white { background:#f8fafc; }
.eb-color-row .is-brown { background:#9a6540; }
.eb-color-row .is-red { background:#ef4444; }
.eb-color-row .is-none {
  position:relative;
  overflow:hidden;
  background:linear-gradient(135deg,#d9e0e7 0 45%,#78869a 45% 55%,#d9e0e7 55% 100%);
}
.eb-color-row .is-none::after {
  content:"";
  position:absolute;
  width:3px;
  height:34px;
  left:13px;
  top:-2px;
  transform:rotate(45deg);
  background:#ef4444;
}
.eb-color-note {
  margin:10px 0 0;
  color:var(--muted);
  font-size:9px;
  line-height:1.5;
}
.eb-ticker-settings {
  display:grid;
  gap:10px;
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid var(--border);
}
.eb-ticker-settings[hidden] { display:none!important; }

@media (max-width:1100px) {
  .eb-hero-grid { grid-template-columns:1fr; }
  .eb-hero-demo { max-width:430px; margin:14px auto 0; }
  .eb-hero-demo iframe { height:500px; }
}
@media (max-width:700px) {
  .eb-placement-help { grid-template-columns:1fr; }
  .eb-hero-demo { max-width:420px; }
  .eb-hero-demo iframe { height:500px; }
}
@media (max-width:460px) {
  .eb-hero-demo { max-width:100%; }
  .eb-hero-demo iframe { height:520px; }
}

/* V272: grouped transition ticker controls */
.layout-rotator::before {
  width: 11px;
  height: 7px;
  left: 4px;
  top: 4px;
  box-shadow: 15px 0 currentColor,0 9px currentColor,15px 9px currentColor;
}
.layout-rotator::after {
  width: 5px;
  height: 5px;
  right: 2px;
  bottom: 2px;
  border-radius: 50%;
  background: var(--gold,#e7b146)!important;
  opacity: 1!important;
  box-shadow: -7px 0 rgba(231,177,70,.35);
}
.eb-rotator-settings {
  display: grid;
  gap: 12px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}
.eb-rotator-settings .eb-select-row {
  margin-top: 0;
}

/* V273: daha geniş kontrol alanı, daha kompakt önizleme ve ürün grupları */
.eb-builder-grid {
  grid-template-columns:minmax(440px,1.12fr) minmax(420px,.88fr);
  gap:18px;
}
.eb-preview-column {
  width:100%;
  max-width:700px;
  justify-self:end;
}
.eb-preview-stage {
  min-height:0;
  padding:10px;
}
.eb-assets-grouped {
  display:grid;
  gap:14px;
  max-height:390px;
  overflow:auto;
  padding:2px 6px 2px 0;
}
.eb-asset-group {
  display:grid;
  gap:8px;
  padding:11px;
  border:1px solid var(--border);
  border-radius:13px;
  background:rgba(255,255,255,.018);
}
.eb-asset-group-title {
  color:var(--text);
  font-size:10px;
  font-weight:900;
  letter-spacing:.035em;
  text-transform:uppercase;
}
.eb-asset-chip-list {
  display:flex;
  flex-wrap:wrap;
  gap:7px;
}
.eb-assets-grouped span {
  padding:8px 10px;
  font-size:10px;
}
.eb-hero-grid {
  grid-template-columns:minmax(0,1fr) 400px;
  gap:46px;
}
.eb-hero-demo {
  width:100%;
  max-width:400px;
}
.eb-hero-demo iframe {
  height:430px;
}
.eb-demo-orbit-one { width:410px; height:410px; right:-42px; top:12px; }
.eb-demo-orbit-two { width:280px; height:280px; right:8px; top:76px; }

@media (max-width:1120px) {
  .eb-builder-grid { grid-template-columns:1fr; }
  .eb-preview-column { max-width:none; justify-self:stretch; }
  .eb-hero-grid { grid-template-columns:1fr; }
  .eb-hero-demo { max-width:400px; margin:12px auto 0; }
}
@media (max-width:760px) {
  .eb-hero { padding:26px 0 42px; }
  .eb-hero-grid { gap:24px; }
  .eb-hero-demo { max-width:400px; }
  .eb-hero-demo iframe { height:430px; }
  .eb-builder-section { padding-top:42px; }
}
@media (max-width:460px) {
  .eb-hero { padding-top:18px; }
  .eb-hero-demo { max-width:100%; }
  .eb-hero-demo iframe { height:425px; }
  .eb-assets-grouped { max-height:340px; }
  .eb-asset-group { padding:9px; }
  .eb-assets-grouped span { padding:7px 9px; font-size:9px; }
}

/* V274: dengeli oluşturucu kolonları, kategori sekmeleri ve daha sakin tipografi */
.eb-builder-grid {
  grid-template-columns:minmax(420px,1.02fr) minmax(420px,.98fr);
  gap:18px;
}
.eb-preview-column {
  max-width:none;
  justify-self:stretch;
}
.eb-control-card,
.eb-preview-card,
.eb-code-card,
.eb-placement-help,
.eb-feature-grid,
.eb-usecase-grid {
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.eb-toggle-list strong,
.eb-round-row strong {
  font-size:13px;
  font-weight:720;
  letter-spacing:-.01em;
}
.eb-toggle-list small,
.eb-round-row small {
  font-size:10px;
  font-weight:500;
  line-height:1.45;
}
.eb-field-label,
.eb-select-row,
.eb-text-row {
  font-weight:650;
}

.eb-layout-grid button.is-active {
  color:var(--text);
  border-color:rgba(231,177,70,.68);
  background:linear-gradient(145deg,rgba(231,177,70,.15),rgba(231,177,70,.065));
  box-shadow:inset 0 0 0 1px rgba(231,177,70,.18),0 8px 20px rgba(2,8,23,.10);
}
.eb-layout-grid button.is-active i {
  color:var(--gold,#e7b146);
  opacity:1;
}

.eb-asset-tabs {
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:6px;
  margin-bottom:10px;
  padding:4px;
  border:1px solid var(--border);
  border-radius:12px;
  background:var(--card2);
}
.eb-asset-tabs button {
  display:flex;
  min-width:0;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:9px 8px;
  border:0;
  border-radius:9px;
  color:var(--muted);
  background:transparent;
  font-size:10px;
  font-weight:720;
  cursor:pointer;
}
.eb-asset-tabs button.is-active {
  color:var(--text);
  background:var(--card);
  box-shadow:0 4px 14px rgba(2,8,23,.12);
}
.eb-asset-tabs b {
  display:grid;
  width:18px;
  height:18px;
  place-items:center;
  border-radius:999px;
  color:#17120a;
  background:var(--gold,#e7b146);
  font-size:9px;
  font-weight:850;
}
.eb-assets-grouped {
  display:block;
  max-height:none;
  overflow:visible;
  padding:0;
}
.eb-asset-group {
  gap:10px;
  padding:13px;
}
.eb-asset-group[hidden] { display:none!important; }
.eb-asset-group-title {
  font-size:10px;
  font-weight:760;
  letter-spacing:.03em;
}
.eb-asset-chip-list {
  gap:8px;
}
.eb-assets-grouped label span {
  min-height:34px;
  align-items:center;
  padding:8px 12px;
  font-size:11px;
  font-weight:650;
}
.eb-assets label[data-order] span {
  padding-right:34px;
}
.eb-assets label[data-order]::after {
  right:7px;
  width:21px;
  height:21px;
  font-size:10px;
}
.eb-order-note {
  font-size:10px;
}

.eb-feature-grid {
  align-items:stretch;
}
.eb-feature-grid article {
  display:grid;
  grid-template-rows:auto auto 1fr;
  gap:9px;
  min-height:180px;
  padding:20px;
}
.eb-feature-icon {
  display:grid;
  width:40px;
  height:40px;
  place-items:center;
  border:1px solid rgba(231,177,70,.28);
  border-radius:12px;
  color:var(--gold,#e7b146);
  background:rgba(231,177,70,.09);
}
.eb-feature-icon svg {
  width:21px;
  height:21px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.8;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.eb-feature-grid article > strong {
  font-weight:760;
}
.eb-feature-grid article p {
  margin:0;
  line-height:1.6;
}
.eb-steps article,
.eb-usecase-grid article {
  padding:22px;
}
.eb-usecase-grid article {
  min-height:210px;
}

@media (max-width:1120px) {
  .eb-builder-grid { grid-template-columns:1fr; }
}
@media (max-width:560px) {
  .eb-asset-tabs { grid-template-columns:1fr; }
  .eb-asset-tabs button { justify-content:space-between; }
  .eb-assets-grouped label span { min-height:32px; padding:7px 10px; font-size:10px; }
}

/* V277: dört tema seçeneği */
.eb-segment[data-eb-theme] { grid-template-columns: repeat(4,minmax(0,1fr)); }
@media (max-width: 520px) {
  .eb-segment[data-eb-theme] { grid-template-columns: repeat(2,minmax(0,1fr)); }
}
