/* landing.css — gel.al marketing page */
.landing { position: relative; z-index: 1; }
/* scroll-reveal: TRANSFORM-ONLY entrance, opacity stays 1 — a frozen/absent
   animation can never hide content (it just sits untranslated & visible) */
@keyframes revealUp { from { transform: translateY(16px); } to { transform: none; } }
.reveal-in { animation: revealUp .7s cubic-bezier(.2,.7,.2,1) both; }
@media (prefers-reduced-motion: reduce) { .reveal-in { animation: none; } }

.lp-hero { position: relative; padding: 96px 0 80px; text-align: center; overflow: hidden; }
.lp-orbwrap { position: absolute; top: 60px; left: 50%; transform: translateX(-50%); opacity: .9; filter: saturate(1.05); pointer-events: none; }
.lp-orbwrap .orb { opacity: .28; }
.lp-hero-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }

/* hero-center: orb merkezde + tıklanabilir + butonlar AŞAĞIDA */
.hero-center .lp-h1 { margin-top: 28px; }
.hero-orb-btn {
  position: relative;
  display: inline-flex; flex-direction: column; align-items: center; justify-content: center;
  border: none; background: transparent; padding: 12px; cursor: pointer;
  border-radius: 50%;
  transition: transform .25s cubic-bezier(.2,.7,.2,1), filter .25s;
}
.hero-orb-btn:hover { transform: scale(1.04); filter: drop-shadow(0 0 28px var(--accent-soft)); }
.hero-orb-btn:active { transform: scale(0.98); }
.hero-orb-btn:focus-visible { outline: 2px solid var(--accent-bright); outline-offset: 8px; }
.hero-orb-hint {
  position: absolute; bottom: -22px; left: 50%; transform: translateX(-50%);
  font-family: var(--mono); font-size: 11px; color: var(--muted);
  letter-spacing: .04em; white-space: nowrap; opacity: 0; transition: opacity .25s;
  pointer-events: none;
}
.hero-orb-btn:hover .hero-orb-hint,
.hero-orb-btn:focus-visible .hero-orb-hint { opacity: 1; }

.lp-h1 { font-size: clamp(46px, 8vw, 88px); font-weight: 700; letter-spacing: -0.035em; line-height: 0.98; margin-bottom: 26px; }
.lp-sub { font-size: clamp(17px, 2.4vw, 21px); color: var(--text-2); max-width: 600px; line-height: 1.55; margin: 0 0 38px; }
.lp-cta { justify-content: center; }
.lp-trust { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 34px; color: var(--muted); font-size: 14px; }
.lp-trust-dot { color: var(--faint); }

.lp-lead { font-size: clamp(19px, 2.6vw, 25px); line-height: 1.55; color: var(--text-2); text-align: center; text-wrap: balance; font-family: var(--display); font-weight: 400; }

.lp-section { padding: 70px 0; }
.lp-h2 { font-size: clamp(30px, 4.6vw, 46px); letter-spacing: -0.03em; margin-bottom: 14px; text-wrap: balance; }
.lp-section-sub { color: var(--muted); font-size: 17px; max-width: 560px; margin: 0 0 44px; line-height: 1.5; }
.tag-eyebrow { display: inline-block; margin-bottom: 16px; }

/* features */
.lp-features { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-top: 12px; }
.lp-features.features-3 { grid-template-columns: repeat(3, 1fr); }
@media (max-width: 860px) { .lp-features.features-3 { grid-template-columns: 1fr; } }
.lp-feat { display: flex; flex-direction: column; gap: 12px; transition: border-color .25s ease, transform .25s ease; }
.lp-feat:hover { border-color: var(--accent-line); transform: translateY(-3px); }
.lp-feat-ic { width: 50px; height: 50px; border-radius: var(--r); display: flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-bright); border: 1px solid var(--accent-line); margin-bottom: 4px; }
[data-theme="light"] .lp-feat-ic { color: var(--accent-deep); }
.lp-feat h3 { font-size: 20px; }
.lp-feat p { margin: 0; color: var(--text-2); font-size: 15px; line-height: 1.55; }

/* comparison table */
.lp-table-wrap { overflow-x: auto; border: 1px solid var(--border); border-radius: var(--r-lg); background: var(--surface); }
.lp-table { width: 100%; border-collapse: collapse; min-width: 640px; }
.lp-table th, .lp-table td { padding: 16px 18px; text-align: center; border-bottom: 1px solid var(--border); }
.lp-table thead th { font-family: var(--display); font-size: 15px; font-weight: 600; color: var(--muted); background: var(--surface-2); }
.lp-table thead th:first-child { background: transparent; }
.lp-table .lp-rowlbl { text-align: left; font-weight: 550; font-size: 14px; color: var(--text); }
.lp-table tbody tr:last-child td { border-bottom: none; }
.lp-col-us { background: var(--accent-soft); position: relative; }
.lp-table thead .lp-col-us { color: var(--accent-bright); font-weight: 700; }
[data-theme="light"] .lp-table thead .lp-col-us { color: var(--accent-deep); }

/* use cases */
.lp-usecases { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.lp-uc { padding: 28px; border-radius: var(--r-lg); border: 1px solid var(--border); background: linear-gradient(180deg, var(--surface), transparent); }
.lp-uc-ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; color: var(--accent-bright); background: var(--surface-2); border: 1px solid var(--border-2); margin-bottom: 16px; }
[data-theme="light"] .lp-uc-ic { color: var(--accent-deep); }
.lp-uc h3 { font-size: 18px; margin-bottom: 9px; }
.lp-uc p { margin: 0; color: var(--text-2); font-size: 14.5px; line-height: 1.55; }

/* pricing */
.lp-pricing { display: grid; grid-template-columns: repeat(auto-fit, minmax(232px, 1fr)); gap: 18px; align-items: stretch; }
.lp-plan { display: flex; flex-direction: column; position: relative; }
.lp-plan.featured { border-color: var(--accent-line); box-shadow: var(--glow); }
.lp-plan-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: linear-gradient(180deg, var(--accent-bright), var(--accent)); color: var(--on-accent); font-size: 11.5px; font-weight: 700; padding: 4px 12px; border-radius: 99px; font-family: var(--mono); }
.lp-plan-name { font-family: var(--display); font-size: 20px; font-weight: 600; }
.lp-plan-tag { color: var(--muted); font-size: 13.5px; margin-top: 2px; }
.lp-plan-price { margin: 20px 0; font-family: var(--display); }
.lp-plan-price span { font-size: 36px; font-weight: 700; letter-spacing: -0.02em; }
.lp-plan-price em { color: var(--muted); font-style: normal; font-size: 16px; }
.lp-plan-feats { list-style: none; padding: 0; margin: 0 0 24px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.lp-plan-feats li { display: flex; align-items: center; gap: 10px; font-size: 14px; color: var(--text-2); }
.lp-plan-feats svg { color: var(--accent-bright); flex: none; }
[data-theme="light"] .lp-plan-feats svg { color: var(--accent-deep); }
.lp-api-note { text-align: center; margin-top: 30px; color: var(--muted); font-size: 15px; }

/* çekirdek / KUR engine */
.lp-core { position: relative; overflow: hidden; border: 1px solid var(--accent-line); border-radius: var(--r-xl); background: linear-gradient(160deg, var(--surface) 0%, var(--surface-2) 100%); padding: 48px; }
.lp-core-glow { position: absolute; width: 560px; height: 560px; left: 50%; top: -340px; transform: translateX(-50%); background: radial-gradient(circle, var(--accent-soft), transparent 68%); pointer-events: none; }
.lp-core-head { position: relative; z-index: 1; text-align: center; max-width: 720px; margin: 0 auto; }
.lp-core-lead { color: var(--text-2); font-size: 17px; line-height: 1.6; margin: 16px 0 0; text-wrap: pretty; }
.lp-core-lead b { color: var(--text); font-weight: 650; }
.lp-core-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 16px; margin: 36px 0 8px; }
.lp-core-card { padding: 22px; border: 1px solid var(--border); border-radius: var(--r); background: var(--bg-1); transition: border-color .2s, transform .2s; }
.lp-core-card:hover { border-color: var(--accent-line); transform: translateY(-3px); }
.lp-core-ic { width: 44px; height: 44px; border-radius: 12px; display: flex; align-items: center; justify-content: center; background: var(--accent-soft); color: var(--accent-bright); border: 1px solid var(--accent-line); margin-bottom: 16px; }
[data-theme="light"] .lp-core-ic { color: var(--accent-deep); }
.lp-core-card h3 { font-size: 17px; margin-bottom: 8px; }
.lp-core-card p { margin: 0; color: var(--text-2); font-size: 14px; line-height: 1.55; }
.lp-core-foot { position: relative; z-index: 1; display: flex; align-items: center; gap: 16px; justify-content: center; margin-top: 30px; padding-top: 28px; border-top: 1px solid var(--border); }
.lp-core-foot-t { font-family: var(--display); font-size: 18px; font-weight: 600; letter-spacing: -0.01em; }
.lp-core-foot-s { color: var(--muted); font-size: 15px; margin-top: 2px; }
@media (max-width: 600px) { .lp-core { padding: 30px 22px; } .lp-core-foot { flex-direction: column; text-align: center; } }

/* atölye teaser */
.lp-atolye { position: relative; overflow: hidden; border: 1px solid var(--accent-line); border-radius: var(--r-xl); background: linear-gradient(135deg, var(--surface), var(--surface-2)); padding: 40px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 30px; transition: border-color .2s, transform .2s; }
.lp-atolye:hover { transform: translateY(-3px); }
.lp-atolye-glow { position: absolute; width: 420px; height: 420px; right: -120px; top: -160px; background: radial-gradient(circle, var(--accent-soft), transparent 70%); pointer-events: none; }
.lp-atolye-inner { position: relative; z-index: 1; max-width: 620px; }
.lp-atolye-graphic { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; flex: none; }
.lp-atolye-graphic span { width: 56px; height: 40px; border-radius: 9px; opacity: .9; box-shadow: 0 6px 18px -6px rgba(0,0,0,.5); }
.lp-atolye-graphic span:nth-child(5) { grid-column: 1 / -1; width: 100%; }
@media (max-width: 760px) { .lp-atolye { flex-direction: column; align-items: flex-start; padding: 28px; } .lp-atolye-graphic { display: none; } }

/* manifesto */
.lp-manifesto { text-align: center; display: flex; flex-direction: column; align-items: center; padding: 40px 0; }
.lp-manifesto p { font-size: 18px; line-height: 1.65; color: var(--text-2); max-width: 660px; margin: 22px 0 0; }
.lp-honest { font-size: 15px !important; color: var(--muted) !important; border-top: 1px solid var(--border); padding-top: 22px; margin-top: 28px !important; }

/* footer */
.lp-footer { border-top: 1px solid var(--border); margin-top: 40px; padding: 56px 0 30px; background: var(--surface); position: relative; z-index: 1; }
.lp-footer-inner { display: flex; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.lp-footer-tag { color: var(--muted); font-size: 14px; max-width: 260px; margin: 16px 0 0; line-height: 1.5; }
.lp-footer-cols { display: flex; gap: 56px; flex-wrap: wrap; }
.lp-footer-cols h4 { font-family: var(--display); font-size: 13px; color: var(--text); margin-bottom: 14px; text-transform: uppercase; letter-spacing: .08em; }
.lp-footer-cols a { display: flex; align-items: center; color: var(--muted); font-size: 14px; min-height: 44px; padding: 8px 0; cursor: pointer; transition: color .15s; }
.lp-footer-cols a:hover { color: var(--accent-bright); }
.lp-footer-bottom { display: flex; justify-content: space-between; align-items: center; margin-top: 44px; padding-top: 24px; border-top: 1px solid var(--border); color: var(--faint); font-size: 13px; flex-wrap: wrap; gap: 12px; }

/* corporate / legal info */
.lp-corp { margin-top: 40px; padding-top: 28px; border-top: 1px solid var(--border); }
.lp-corp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px 36px; }
.lp-corp-block { display: flex; flex-direction: column; gap: 4px; min-width: 0; padding: 12px 14px; border: 1px solid var(--border); border-radius: 10px; background: var(--bg-1); transition: border-color .15s ease; }
.lp-corp-block:hover { border-color: var(--border-2); }
.lp-corp-k { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .07em; color: var(--faint); }
.lp-corp-v { font-size: 13px; color: var(--text-2); line-height: 1.45; }
.lp-corp-v .mono, .lp-corp-v.mono { font-family: var(--mono); font-size: 12.5px; }
@media (max-width: 760px) { .lp-corp-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .lp-corp-grid { grid-template-columns: 1fr; } }

.lp-hero .hero-orb-btn { margin-bottom: 18px; }
.hero-orb-hint { font-size: 13px; opacity: .7; margin-top: 8px; display: block; }

@media (max-width: 860px) {
  .lp-usecases { grid-template-columns: 1fr; }
  .lp-hero { padding: 64px 0 40px; }
  .lp-h1 { font-size: clamp(28px, 7vw, 44px); }
  .lp-sub { font-size: clamp(15px, 3.5vw, 18px); margin-bottom: 26px; }
  .hero-orb-btn svg, .hero-orb-btn .orb-wrap { width: 160px !important; height: 160px !important; }
}

/* Hero background subtle animation */
.landing { background: var(--bg-grad); }
.lp-hero { position: relative; overflow: hidden; }
.lp-hero::before {
  content: ""; position: absolute; width: 600px; height: 600px;
  background: radial-gradient(circle, var(--accent-soft), transparent 70%);
  top: -200px; left: 50%; transform: translateX(-50%);
  animation: heroGlow 8s ease-in-out infinite; pointer-events: none;
}
@keyframes heroGlow {
  0%, 100% { opacity: .5; transform: translateX(-50%) scale(1); }
  50% { opacity: .8; transform: translateX(-50%) scale(1.1); }
}

/* Feature cards hover */
.lp-feat { transition: border-color .2s ease, box-shadow .2s ease, transform .18s cubic-bezier(.34,1.56,.64,1); }
.lp-feat:hover { border-color: var(--accent-line); box-shadow: 0 6px 22px -8px rgba(0,0,0,.35); transform: translateY(-3px); }

/* Pricing cards on landing */
.lp-pricing { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; margin-top: 40px; }
.lp-plan.card { transition: border-color .2s ease, box-shadow .2s ease, transform .18s cubic-bezier(.34,1.56,.64,1); }
.lp-plan.card:hover { transform: translateY(-3px); box-shadow: 0 8px 28px -8px rgba(0,0,0,.35); }
.lp-plan.card.featured { border: 2px solid var(--accent-line); }
.lp-plan.card.featured:hover { border-color: var(--accent); box-shadow: 0 8px 32px -6px rgba(47,109,255,.2); }

/* On-premise CTA */
.onprem-cta { display: flex; align-items: center; justify-content: space-between; gap: 22px;
  padding: 28px 30px; border: 1px solid var(--accent-line); border-radius: var(--r-xl);
  background: linear-gradient(135deg, var(--surface), color-mix(in srgb, var(--accent) 8%, var(--surface)));
  transition: border-color .2s ease, box-shadow .2s ease; }
.onprem-cta:hover { border-color: var(--accent); box-shadow: 0 4px 20px -6px rgba(47,109,255,.15); }
@media (max-width: 640px) { .onprem-cta { flex-direction: column; align-items: flex-start; } }

@media (max-width: 920px) { .lp-pricing { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .lp-pricing { grid-template-columns: 1fr; } }
@media (max-width: 600px) {
  .lp-features { grid-template-columns: 1fr; }
  .lp-footer-inner { flex-direction: column; gap: 28px; }
  .lp-hero { padding: 48px 16px 32px; }
  .lp-h1 { font-size: clamp(26px, 8vw, 36px); }
  .lp-section-sub { font-size: 15px; margin-bottom: 28px; }
  .hero-orb-btn svg, .hero-orb-btn .orb-wrap { width: 130px !important; height: 130px !important; }
}
