.dhyy{
  --dhyy-card:#ffffff;
  --dhyy-ink:#172033;
  --dhyy-text:#344054;
  --dhyy-muted:#667085;
  --dhyy-line:rgba(23,32,51,.12);
  --dhyy-primary:#172033;
  --dhyy-primary2:#26364f;
  --dhyy-accent:#7c3aed;
  --dhyy-accent2:#0f766e;
  --dhyy-gold:#b08a3c;
  --dhyy-soft:#f4f0ff;
  --dhyy-green-soft:#eefaf7;
  --dhyy-shadow:0 18px 44px rgba(23,32,51,.09);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
  background:
    radial-gradient(circle at 8% 6%,rgba(124,58,237,.10),transparent 28%),
    radial-gradient(circle at 92% 86%,rgba(15,118,110,.10),transparent 30%),
    linear-gradient(180deg,#fbf8ff,#f4efe7);
  padding:34px 16px;
  border-radius:28px;
  color:var(--dhyy-text);
  overflow:hidden;
}

.dhyy,
.dhyy *{
  box-sizing:border-box;
  text-shadow:none!important;
}

.dhyy a{
  text-decoration:none!important;
}

.dhyy-shell{
  max-width:1180px;
  margin:0 auto;
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:22px;
  align-items:stretch;
}

.dhyy-visual,
.dhyy-panel{
  background:var(--dhyy-card);
  border:1px solid var(--dhyy-line);
  border-radius:26px;
  box-shadow:var(--dhyy-shadow);
}

/* Sol görsel alan */
.dhyy-visual{
  min-height:620px;
  padding:30px;
  background:
    radial-gradient(circle at 72% 18%,rgba(167,139,250,.28),transparent 24%),
    radial-gradient(circle at 20% 76%,rgba(15,118,110,.22),transparent 28%),
    linear-gradient(135deg,rgba(23,32,51,.98),rgba(54,38,79,.96));
  color:#fff;
  position:relative;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}

.dhyy-visual:before{
  content:"";
  position:absolute;
  inset:0;
  background-image:
    radial-gradient(circle,rgba(255,255,255,.78) 0 1px,transparent 1.5px),
    radial-gradient(circle,rgba(255,255,255,.32) 0 1px,transparent 1.5px);
  background-size:42px 42px,70px 70px;
  background-position:0 0,22px 16px;
  opacity:.26;
  pointer-events:none;
}

.dhyy-orbit{
  position:absolute;
  inset:35px 35px auto auto;
  width:285px;
  height:285px;
  border-radius:50%;
  opacity:.98;
  filter:drop-shadow(0 24px 45px rgba(0,0,0,.18));
}

.dhyy-orbit span{
  position:absolute;
  inset:0;
  border:1px solid rgba(255,255,255,.18);
  border-radius:50%;
  animation:dhyySpin 18s linear infinite;
}

.dhyy-orbit span:nth-child(2){
  inset:38px;
  transform:rotate(22deg);
  border-color:rgba(176,138,60,.30);
  animation-duration:24s;
}

.dhyy-orbit span:nth-child(3){
  inset:78px;
  border-color:rgba(15,118,110,.35);
  animation-duration:30s;
}

@keyframes dhyySpin{
  from{transform:rotate(0deg)}
  to{transform:rotate(360deg)}
}

.dhyy-core{
  position:absolute;
  inset:108px;
  width:64px;
  height:64px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.23);
  font-size:28px;
  color:#fff;
  box-shadow:
    0 0 45px rgba(124,58,237,.45),
    inset 0 0 18px rgba(255,255,255,.08);
}

.dhyy-kicker{
  display:inline-flex;
  width:max-content;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.11);
  border:1px solid rgba(255,255,255,.20);
  color:#fff!important;
  font-size:11px;
  font-weight:850;
  letter-spacing:.12em;
  text-transform:uppercase;
  position:relative;
  z-index:1;
}

.dhyy-visual h2{
  margin:14px 0 12px;
  color:#fff!important;
  font-size:clamp(30px,4vw,48px);
  line-height:1.04;
  letter-spacing:-.045em;
  font-weight:850;
  position:relative;
  z-index:1;
}

.dhyy-visual p{
  color:rgba(255,255,255,.88)!important;
  font-size:15px;
  line-height:1.65;
  margin:0;
  position:relative;
  z-index:1;
}

.dhyy-mini-notes{
  display:grid;
  gap:9px;
  margin-top:20px;
  position:relative;
  z-index:1;
}

.dhyy-mini-notes div{
  display:flex;
  align-items:center;
  gap:9px;
  color:rgba(255,255,255,.92)!important;
  font-size:13px;
  font-weight:750;
}

.dhyy-mini-notes div:before{
  content:"";
  width:8px;
  height:8px;
  border-radius:50%;
  background:#a78bfa;
  box-shadow:0 0 0 4px rgba(167,139,250,.18);
}

/* Panel */
.dhyy-panel{
  padding:24px;
  background:
    radial-gradient(circle at 100% 0%,rgba(124,58,237,.08),transparent 28%),
    linear-gradient(180deg,#ffffff,#fffdf8);
}

.dhyy-form{
  display:block;
}

.dhyy-step{
  display:none;
}

.dhyy-step.is-active{
  display:block;
  animation:dhyyFade .22s ease both;
}

@keyframes dhyyFade{
  from{opacity:0;transform:translateY(6px)}
  to{opacity:1;transform:translateY(0)}
}

.dhyy-step-head{
  margin-bottom:16px;
}

.dhyy-step-head span{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#f4f0ff;
  color:#6d28d9!important;
  font-size:11px;
  font-weight:850;
}

.dhyy-step-head h3{
  margin:10px 0 7px;
  color:var(--dhyy-ink)!important;
  font-size:25px;
  line-height:1.15;
  letter-spacing:-.03em;
  font-weight:850;
}

.dhyy-step-head p{
  margin:0;
  color:var(--dhyy-muted)!important;
  font-size:14px;
  line-height:1.55;
}

/* Görsel kartlar */
.dhyy-card-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.dhyy-choice{
  position:relative;
  overflow:hidden;
  min-height:138px;
  border:1px solid rgba(23,32,51,.12);
  border-radius:22px;
  background:
    radial-gradient(circle at 92% 12%,rgba(124,58,237,.15),transparent 32%),
    radial-gradient(circle at 16% 100%,rgba(15,118,110,.10),transparent 34%),
    linear-gradient(180deg,#fff,#fbfaff);
  padding:16px;
  text-align:left;
  cursor:pointer;
  display:grid;
  gap:7px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
  color:var(--dhyy-ink)!important;
}

.dhyy-choice:before{
  content:"";
  position:absolute;
  right:15px;
  top:14px;
  width:52px;
  height:52px;
  border-radius:18px;
  background:rgba(255,255,255,.55);
  border:1px solid rgba(124,58,237,.12);
  backdrop-filter:blur(6px);
  opacity:.9;
  pointer-events:none;
}

.dhyy-choice:after{
  content:"✦";
  position:absolute;
  right:31px;
  top:27px;
  color:rgba(124,58,237,.38);
  font-size:22px;
  line-height:1;
  pointer-events:none;
}

.dhyy-choice em{
  width:42px;
  height:42px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#f4f0ff,#eefaf7);
  color:#7c3aed!important;
  font-style:normal;
  font-weight:900;
  font-size:19px;
  border:1px solid rgba(124,58,237,.12);
  box-shadow:0 8px 18px rgba(124,58,237,.10);
  position:relative;
  z-index:1;
}

.dhyy-choice strong{
  font-size:15.5px;
  color:var(--dhyy-ink)!important;
  letter-spacing:-.01em;
  line-height:1.2;
  position:relative;
  z-index:1;
}

.dhyy-choice small{
  font-size:12px;
  color:var(--dhyy-muted)!important;
  font-weight:750;
  line-height:1.35;
  position:relative;
  z-index:1;
}

.dhyy-choice:hover,
.dhyy-choice:focus-visible{
  transform:translateY(-5px) scale(1.012);
  border-color:rgba(124,58,237,.52);
  box-shadow:
    0 0 0 4px rgba(124,58,237,.12),
    0 18px 34px rgba(23,32,51,.14);
  background:
    radial-gradient(circle at 92% 12%,rgba(124,58,237,.22),transparent 34%),
    radial-gradient(circle at 12% 100%,rgba(15,118,110,.16),transparent 34%),
    linear-gradient(180deg,#fff,#f8f5ff);
  outline:none;
}

.dhyy-choice.is-active{
  transform:translateY(-4px);
  border-color:rgba(15,118,110,.58);
  box-shadow:
    0 0 0 4px rgba(15,118,110,.13),
    0 18px 34px rgba(23,32,51,.13);
  background:
    radial-gradient(circle at 92% 12%,rgba(15,118,110,.20),transparent 34%),
    linear-gradient(180deg,#ffffff,#f1fffb);
}

.dhyy-choice.is-active em{
  color:#0f766e!important;
  background:#e9fbf6;
}

/* Pill seçimler */
.dhyy-pill-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.dhyy-pill{
  min-height:62px;
  border-radius:18px;
  border:1px solid rgba(23,32,51,.12);
  background:
    radial-gradient(circle at 95% 0%,rgba(124,58,237,.10),transparent 32%),
    #fff;
  color:var(--dhyy-ink)!important;
  font-weight:850;
  font-size:14px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:0 14px;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}

.dhyy-pill span{
  width:30px;
  height:30px;
  border-radius:11px;
  background:#f4f0ff;
  color:#7c3aed!important;
  display:grid;
  place-items:center;
  font-weight:900;
  flex:0 0 auto;
}

.dhyy-pill:hover,
.dhyy-pill:focus-visible{
  transform:translateY(-3px);
  border-color:rgba(124,58,237,.45);
  box-shadow:0 0 0 4px rgba(124,58,237,.10),0 14px 25px rgba(23,32,51,.10);
  outline:none;
}

.dhyy-pill.is-active{
  border-color:rgba(15,118,110,.50);
  background:#f4fffd;
  box-shadow:0 0 0 4px rgba(15,118,110,.11),0 14px 24px rgba(23,32,51,.09);
}

.dhyy-pill.is-active span{
  background:#e9fbf6;
  color:#0f766e!important;
}

/* Form */
.dhyy-row{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
}

.dhyy-form label{
  display:grid;
  gap:6px;
  font-size:12px;
  font-weight:850;
  color:var(--dhyy-ink)!important;
}

.dhyy-form input,
.dhyy-form select,
.dhyy-form textarea{
  width:100%;
  min-height:44px;
  border-radius:12px;
  border:1px solid rgba(23,32,51,.18);
  background:#fff;
  color:var(--dhyy-ink)!important;
  padding:0 12px;
  font-size:14px;
  font-weight:650;
  outline:none;
}

.dhyy-form textarea{
  min-height:82px;
  padding:12px;
  resize:vertical;
}

.dhyy-form input::placeholder,
.dhyy-form textarea::placeholder{
  color:#98a2b3!important;
}

.dhyy-form input:focus,
.dhyy-form select:focus,
.dhyy-form textarea:focus{
  border-color:#7c3aed;
  box-shadow:0 0 0 4px rgba(124,58,237,.10);
}

.dhyy-details{
  margin-top:12px;
  border:1px solid rgba(23,32,51,.10);
  border-radius:16px;
  background:#fbfaff;
  overflow:hidden;
}

.dhyy-details summary{
  cursor:pointer;
  padding:13px 14px;
  font-size:13px;
  font-weight:850;
  color:var(--dhyy-ink)!important;
  display:flex;
  justify-content:space-between;
  gap:10px;
}

.dhyy-details summary span{
  font-size:11px;
  color:var(--dhyy-muted)!important;
}

.dhyy-details-body{
  display:grid;
  gap:12px;
  padding:0 14px 14px;
}

.dhyy-check{
  display:flex!important;
  grid-template-columns:auto 1fr!important;
  align-items:flex-start;
  gap:10px;
  padding:12px;
  border-radius:14px;
  background:#fbfaf7;
  border:1px solid rgba(23,32,51,.09);
  font-size:12px!important;
  line-height:1.5!important;
  color:var(--dhyy-text)!important;
  margin-top:12px;
}

.dhyy-check input{
  width:18px!important;
  min-width:18px;
  min-height:18px!important;
  margin-top:2px;
  accent-color:#7c3aed;
}

.dhyy-check span{
  color:var(--dhyy-text)!important;
}

.dhyy-check a{
  color:#6d28d9!important;
  font-weight:900;
}

.dhyy-message{
  display:none;
  padding:12px 14px;
  border-radius:12px;
  font-weight:800;
  font-size:13px;
  margin-top:12px;
}

.dhyy-message.is-error{
  display:block;
  background:#fff1f0;
  color:#b42318!important;
  border:1px solid #e7bdb7;
}

.dhyy-message.is-success{
  display:block;
  background:#e8f7ee;
  color:#0d5434!important;
  border:1px solid #b9dfc7;
}

.dhyy-nav{
  display:flex;
  gap:10px;
  margin-top:16px;
}

.dhyy-nav button{
  border:0;
  min-height:44px;
  border-radius:999px;
  font-weight:850;
  font-size:13px;
  cursor:pointer;
  padding:0 17px;
  transition:.18s ease;
}

.dhyy-back{
  background:#fff;
  color:var(--dhyy-ink)!important;
  border:1px solid rgba(23,32,51,.16)!important;
}

.dhyy-next,
.dhyy-submit{
  background:linear-gradient(135deg,var(--dhyy-primary),var(--dhyy-primary2));
  color:#fff!important;
  box-shadow:0 10px 24px rgba(23,32,51,.16);
}

.dhyy-submit{
  display:none;
}

.dhyy-nav button:hover{
  transform:translateY(-1px);
}

/* Sonuç alanı */
.dhyy-result{
  display:none;
  margin-top:18px;
  padding:20px;
  border-radius:22px;
  background:
    radial-gradient(circle at 95% 0%,rgba(124,58,237,.08),transparent 30%),
    linear-gradient(180deg,#fff,#fbfaff);
  border:1px solid rgba(124,58,237,.14);
  box-shadow:0 14px 34px rgba(23,32,51,.08);
}

.dhyy-result.is-visible{
  display:block;
}

.dhyy-result-hero{
  display:flex;
  gap:14px;
  align-items:center;
  margin-bottom:14px;
}

.dhyy-result-hero>span{
  width:62px;
  height:62px;
  border-radius:20px;
  display:grid;
  place-items:center;
  background:#f4f0ff;
  color:#7c3aed!important;
  font-size:25px;
}

.dhyy-result h4{
  margin:0;
  color:var(--dhyy-ink)!important;
  font-size:23px;
  line-height:1.15;
  letter-spacing:-.03em;
  font-weight:850;
}

.dhyy-score{
  margin:4px 0 0!important;
  color:#0f766e!important;
  font-weight:900!important;
}

.dhyy-result-body{
  display:grid;
  gap:12px;
}

.dhyy-result-block{
  padding:13px 14px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(23,32,51,.08);
}

.dhyy-result-block:nth-child(2),
.dhyy-result-block:nth-child(6){
  background:linear-gradient(180deg,#f9f5ff,#fff);
  border-color:rgba(124,58,237,.22);
}

.dhyy-result-block strong{
  display:block;
  color:#6d28d9!important;
  font-size:13px;
  margin-bottom:5px;
}

.dhyy-result-block p{
  margin:0;
  color:var(--dhyy-text)!important;
  font-size:14px;
  line-height:1.6;
}

.dhyy-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:14px 0;
}

.dhyy-tag{
  padding:7px 10px;
  border-radius:999px;
  background:#f4f0ff;
  border:1px solid rgba(124,58,237,.12);
  color:var(--dhyy-ink)!important;
  font-size:12px;
  font-weight:850;
}

.dhyy-cta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:16px;
}

.dhyy-cta a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:42px;
  padding:0 16px;
  border-radius:999px;
  text-decoration:none!important;
  font-size:13px;
  font-weight:850;
}

.dhyy-cta-primary{
  background:linear-gradient(135deg,#172033,#7c3aed);
  color:#fff!important;
}

.dhyy-cta-secondary{
  background:#fff;
  color:#172033!important;
  border:1px solid rgba(23,32,51,.16);
}

.dhyy-note{
  margin-top:12px;
  color:var(--dhyy-muted)!important;
  font-size:12px!important;
  line-height:1.5!important;
}

/* Okunmayan yazı güvenlik düzeltmesi */
.dhyy-panel,
.dhyy-panel p,
.dhyy-panel span,
.dhyy-panel small,
.dhyy-panel label,
.dhyy-panel summary,
.dhyy-panel strong,
.dhyy-panel h3,
.dhyy-panel h4{
  text-shadow:none!important;
}

.dhyy-panel p,
.dhyy-panel small,
.dhyy-panel label,
.dhyy-panel summary{
  color:var(--dhyy-text)!important;
}

@media(max-width:980px){
  .dhyy-shell{
    grid-template-columns:1fr;
  }
  .dhyy-visual{
    min-height:430px;
  }
  .dhyy-orbit{
    opacity:.42;
  }
}

@media(max-width:640px){
  .dhyy{
    padding:22px 12px;
    border-radius:18px;
  }
  .dhyy-visual,
  .dhyy-panel{
    padding:20px;
    border-radius:20px;
  }
  .dhyy-card-grid,
  .dhyy-pill-grid,
  .dhyy-row{
    grid-template-columns:1fr;
  }
  .dhyy-nav{
    display:grid;
  }
  .dhyy-nav button{
    width:100%;
  }
  .dhyy-result-hero{
    align-items:flex-start;
  }
  .dhyy-cta a{
    width:100%;
  }
}

@media(prefers-reduced-motion:reduce){
  .dhyy-orbit span{
    animation:none;
  }
  .dhyy-choice,
  .dhyy-pill,
  .dhyy-nav button{
    transition:none;
  }
}
