:root {
  --ir-bg: #080706;
  --ir-panel: #12100d;
  --ir-panel-2: #191510;
  --ir-border: rgba(213, 173, 91, .24);
  --ir-gold: #d7b465;
  --ir-gold-light: #f1d99d;
  --ir-text: #f7f2e8;
  --ir-muted: #b9b0a1;
  --ir-danger: #ff8475;
}
* { box-sizing: border-box; }
body.investor-page { margin: 0; background: var(--ir-bg); color: var(--ir-text); font-family: Manrope, Arial, sans-serif; }
.investor-page a { color: inherit; text-decoration: none; }
.investor-container { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }
.investor-header { position: sticky; top: 0; z-index: 30; background: rgba(8,7,6,.9); border-bottom: 1px solid var(--ir-border); backdrop-filter: blur(18px); }
.investor-nav { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.investor-brand { display: flex; align-items: center; gap: 13px; }
.investor-brand img { width: 46px; height: 46px; object-fit: contain; }
.investor-brand strong { display: block; letter-spacing: .1em; font-size: 14px; }
.investor-brand small { color: var(--ir-muted); font-size: 10px; letter-spacing: .12em; }
.investor-nav-links { display: flex; align-items: center; gap: 24px; font-size: 13px; }
.investor-nav-links a:last-child { border: 1px solid var(--ir-border); padding: 11px 16px; border-radius: 999px; color: var(--ir-gold-light); }
.investor-hero { position: relative; overflow: hidden; padding: 94px 0 72px; border-bottom: 1px solid var(--ir-border); }
.investor-hero::before { content: ''; position: absolute; inset: 0; background: radial-gradient(circle at 80% 20%, rgba(195,142,45,.24), transparent 32%), radial-gradient(circle at 15% 80%, rgba(91,49,17,.2), transparent 34%); pointer-events: none; }
.investor-hero-grid { position: absolute; inset: 0; opacity: .18; background-image: linear-gradient(rgba(215,180,101,.16) 1px, transparent 1px), linear-gradient(90deg, rgba(215,180,101,.16) 1px, transparent 1px); background-size: 52px 52px; mask-image: linear-gradient(to bottom, #000, transparent); }
.investor-hero-layout { position: relative; display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.eyebrow { margin: 0 0 16px; color: var(--ir-gold); font-size: 12px; font-weight: 800; letter-spacing: .18em; }
.investor-hero h1 { margin: 0; max-width: 760px; font-family: 'Cormorant Garamond', Georgia, serif; font-size: clamp(52px, 7vw, 94px); line-height: .89; font-weight: 600; letter-spacing: -.045em; }
.investor-hero h1 em { color: var(--ir-gold-light); font-style: italic; }
.investor-hero-copy > p:not(.eyebrow) { max-width: 680px; margin: 27px 0; color: var(--ir-muted); line-height: 1.75; font-size: 17px; }
.investor-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 30px; }
.investor-proof div { border-top: 1px solid var(--ir-border); padding-top: 15px; }
.investor-proof strong { display: block; color: var(--ir-gold-light); font-size: 22px; }
.investor-proof span { color: var(--ir-muted); font-size: 12px; }
.radar-visual { position: relative; min-height: 450px; display: grid; place-items: center; }
.radar-ring { position: absolute; border: 1px solid rgba(215,180,101,.27); border-radius: 50%; animation: radarPulse 5s ease-in-out infinite; }
.radar-ring:nth-child(1) { width: 400px; height: 400px; }
.radar-ring:nth-child(2) { width: 290px; height: 290px; animation-delay: .8s; }
.radar-ring:nth-child(3) { width: 170px; height: 170px; animation-delay: 1.6s; }
.radar-line { position: absolute; width: 200px; height: 1px; transform-origin: left center; background: linear-gradient(90deg, var(--ir-gold), transparent); left: 50%; animation: radarSpin 7s linear infinite; }
.radar-core { position: relative; z-index: 2; width: 126px; height: 126px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--ir-gold); background: rgba(20,15,9,.92); box-shadow: 0 0 70px rgba(215,180,101,.17); text-align: center; }
.radar-core strong { font-family: 'Cormorant Garamond', serif; font-size: 38px; color: var(--ir-gold-light); }
.radar-core span { display: block; color: var(--ir-muted); font-size: 10px; letter-spacing: .13em; }
.radar-point { position: absolute; z-index: 3; width: 12px; height: 12px; border-radius: 50%; background: var(--ir-gold-light); box-shadow: 0 0 24px var(--ir-gold); }
.radar-point::after { content: attr(data-label); position: absolute; white-space: nowrap; left: 18px; top: -7px; color: var(--ir-muted); font-size: 11px; }
.radar-point.p1 { transform: translate(110px,-115px); }
.radar-point.p2 { transform: translate(-138px,55px); }
.radar-point.p3 { transform: translate(135px,95px); }
@keyframes radarSpin { to { transform: rotate(360deg); } }
@keyframes radarPulse { 50% { opacity: .45; transform: scale(.97); } }
.investor-main { padding: 70px 0 110px; }
.investor-intro { text-align: center; margin: 0 auto 36px; max-width: 760px; }
.investor-intro h2 { margin: 0 0 12px; font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 5vw, 62px); font-weight: 600; }
.investor-intro p { color: var(--ir-muted); line-height: 1.7; }
.investor-app { max-width: 980px; margin: 0 auto; scroll-margin-top: 110px; }
.investor-form-shell { border: 1px solid var(--ir-border); background: linear-gradient(145deg, rgba(25,21,16,.98), rgba(12,10,8,.98)); border-radius: 28px; overflow: hidden; box-shadow: 0 30px 100px rgba(0,0,0,.35); }
.investor-progress-track { height: 4px; background: rgba(255,255,255,.06); }
.investor-progress-track span { display: block; height: 100%; background: linear-gradient(90deg, #8b642f, var(--ir-gold-light)); transition: width .25s ease; }
.investor-stepper { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--ir-border); }
.investor-stepper div { padding: 22px; display: flex; align-items: center; gap: 12px; color: var(--ir-muted); font-size: 13px; border-right: 1px solid var(--ir-border); }
.investor-stepper div:last-child { border-right: 0; }
.investor-stepper b { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--ir-border); border-radius: 50%; color: var(--ir-gold); }
.investor-stepper .is-active { color: var(--ir-text); background: rgba(215,180,101,.06); }
.investor-stepper .is-active b, .investor-stepper .is-done b { background: var(--ir-gold); color: #100d08; border-color: var(--ir-gold); }
.investor-step { padding: 38px; }
.investor-step[hidden] { display: none; }
.investor-step h3 { margin: 0 0 8px; font-family: 'Cormorant Garamond', serif; font-size: 37px; font-weight: 600; }
.investor-step > p { margin: 0 0 30px; color: var(--ir-muted); line-height: 1.6; }
.investor-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px; }
.investor-field { display: grid; gap: 9px; }
.investor-field.full { grid-column: 1 / -1; }
.investor-field > span, .investor-group > span { color: var(--ir-gold-light); font-size: 12px; font-weight: 700; letter-spacing: .04em; }
.investor-field input, .investor-field select, .investor-field textarea { width: 100%; border: 1px solid var(--ir-border); border-radius: 12px; background: rgba(255,255,255,.035); color: var(--ir-text); padding: 14px 15px; font: inherit; outline: none; }
.investor-field select option { color: #111; }
.investor-field textarea { min-height: 110px; resize: vertical; }
.investor-field input:focus, .investor-field select:focus, .investor-field textarea:focus { border-color: var(--ir-gold); box-shadow: 0 0 0 3px rgba(215,180,101,.1); }
.money-preview { color: var(--ir-muted); font-size: 12px; }
.investor-group { display: grid; gap: 13px; margin-bottom: 25px; }
.investor-choice-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.investor-choice { position: relative; }
.investor-choice input { position: absolute; opacity: 0; pointer-events: none; }
.investor-choice span { min-height: 58px; display: flex; align-items: center; justify-content: center; padding: 12px; text-align: center; border: 1px solid var(--ir-border); border-radius: 12px; color: var(--ir-muted); cursor: pointer; transition: .18s ease; }
.investor-choice input:checked + span { color: #171108; background: var(--ir-gold-light); border-color: var(--ir-gold-light); font-weight: 700; }
.investor-choice input:focus-visible + span { outline: 2px solid var(--ir-gold); outline-offset: 2px; }
.investor-consent { display: flex; align-items: flex-start; gap: 10px; color: var(--ir-muted); font-size: 12px; line-height: 1.5; }
.investor-consent input { margin-top: 3px; accent-color: var(--ir-gold); }
.investor-consent a { color: var(--ir-gold-light); text-decoration: underline; }
.investor-actions { margin-top: 32px; display: flex; justify-content: space-between; gap: 12px; }
.investor-btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 0 22px; border: 1px solid var(--ir-border); font: inherit; font-weight: 800; cursor: pointer; }
.investor-btn-primary { color: #171108; border-color: var(--ir-gold); background: linear-gradient(135deg, var(--ir-gold-light), #b8873c); }
.investor-btn-secondary { color: var(--ir-text); background: transparent; }
.investor-btn:disabled { opacity: .55; cursor: wait; }
.investor-status { min-height: 24px; margin-top: 17px; color: var(--ir-muted); font-size: 13px; }
.investor-status.is-error { color: var(--ir-danger); }
.investor-result { border: 1px solid var(--ir-border); border-radius: 28px; background: var(--ir-panel); padding: 40px; scroll-margin-top: 110px; }
.investor-result[hidden] { display: none; }
.result-head h2 { margin: 0 0 8px; font-family: 'Cormorant Garamond', serif; font-size: 48px; }
.result-head > p:last-child { color: var(--ir-muted); line-height: 1.7; }
.result-score-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; margin: 28px 0; }
.result-score-grid div { border: 1px solid var(--ir-border); border-radius: 15px; padding: 20px; background: var(--ir-panel-2); }
.result-score-grid span { display: block; color: var(--ir-muted); font-size: 12px; }
.result-score-grid strong { display: block; margin-top: 7px; color: var(--ir-gold-light); font-size: 25px; }
.result-callout { padding: 16px 18px; border-left: 3px solid var(--ir-gold); background: rgba(215,180,101,.07); color: var(--ir-muted); line-height: 1.6; }
.investor-match-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin-top: 26px; }
.investor-match-card { overflow: hidden; border: 1px solid var(--ir-border); border-radius: 18px; background: var(--ir-panel-2); }
.investor-match-card img { width: 100%; height: 200px; display: block; object-fit: cover; }
.investor-match-card > div { padding: 17px; }
.match-score { color: var(--ir-gold); font-size: 12px; font-weight: 800; letter-spacing: .08em; }
.investor-match-card h3 { margin: 8px 0; font-family: 'Cormorant Garamond', serif; font-size: 25px; line-height: 1.05; }
.investor-match-card p { color: var(--ir-muted); font-size: 13px; line-height: 1.5; }
.match-reasons { display: flex; flex-wrap: wrap; gap: 6px; margin: 13px 0; }
.match-reasons span { padding: 5px 8px; border: 1px solid var(--ir-border); border-radius: 999px; color: var(--ir-muted); font-size: 10px; }
.investor-match-card a { color: var(--ir-gold-light); font-size: 13px; font-weight: 800; }
.result-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.investor-benefits { padding: 85px 0; border-top: 1px solid var(--ir-border); background: #0c0a08; }
.investor-benefit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.investor-benefit-grid article { padding: 27px; border: 1px solid var(--ir-border); border-radius: 18px; }
.investor-benefit-grid b { display: block; margin-bottom: 12px; color: var(--ir-gold); font-size: 12px; letter-spacing: .15em; }
.investor-benefit-grid h3 { margin: 0 0 10px; font-family: 'Cormorant Garamond', serif; font-size: 28px; }
.investor-benefit-grid p { margin: 0; color: var(--ir-muted); line-height: 1.65; font-size: 14px; }
.investor-footer { padding: 34px 0; border-top: 1px solid var(--ir-border); color: var(--ir-muted); }
.investor-footer .investor-container { display: flex; justify-content: space-between; gap: 20px; font-size: 12px; }
.investor-footer a { color: var(--ir-gold-light); margin-left: 15px; }
.honeypot { position: absolute !important; left: -9999px !important; }
@media (max-width: 850px) {
  .investor-hero-layout { grid-template-columns: 1fr; gap: 24px; }
  .radar-visual { min-height: 360px; }
  .investor-nav-links a:not(:last-child) { display: none; }
  .investor-choice-grid { grid-template-columns: repeat(2, 1fr); }
  .investor-benefit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .investor-container { width: min(100% - 24px, 1180px); }
  .investor-nav { min-height: 68px; }
  .investor-brand small { display: none; }
  .investor-nav-links a:last-child { padding: 9px 12px; font-size: 11px; }
  .investor-hero { padding: 64px 0 42px; }
  .investor-hero h1 { font-size: 52px; }
  .investor-proof { grid-template-columns: 1fr; }
  .radar-visual { min-height: 300px; transform: scale(.78); margin: -25px 0; }
  .investor-stepper div { padding: 14px 8px; justify-content: center; }
  .investor-stepper span { display: none; }
  .investor-step { padding: 25px 18px; }
  .investor-step h3 { font-size: 31px; }
  .investor-grid, .result-score-grid, .investor-match-grid { grid-template-columns: 1fr; }
  .investor-choice-grid { grid-template-columns: 1fr 1fr; }
  .investor-actions { flex-direction: column-reverse; }
  .investor-btn { width: 100%; }
  .investor-result { padding: 25px 18px; }
  .result-head h2 { font-size: 38px; }
  .investor-footer .investor-container { flex-direction: column; }
  .investor-footer a { margin: 0 14px 0 0; }
}

/* Çerez tercih paneli */
.ha-cookie{position:fixed;z-index:99999;left:20px;right:20px;bottom:20px;max-width:980px;margin:auto;background:#111;color:#fff;border:1px solid rgba(212,175,55,.45);padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:20px;box-shadow:0 20px 60px rgba(0,0,0,.45)}
.ha-cookie[hidden]{display:none}.ha-cookie p{margin:5px 0 0;font-size:13px;line-height:1.5}.ha-cookie a{color:#d4af37}.ha-cookie-actions{display:flex;gap:10px;flex-shrink:0}.ha-cookie button{border:1px solid #d4af37;background:transparent;color:#fff;padding:10px 14px;cursor:pointer}.ha-cookie button:last-child{background:#d4af37;color:#111}
@media(max-width:700px){.ha-cookie{left:10px;right:10px;bottom:10px;display:block}.ha-cookie-actions{margin-top:14px}.ha-cookie button{flex:1}}
