.hero-split {
  width: 100vw;
  height: 460px;
  background-image: url("/banner_images/defel-tonik.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  display: flex;
  align-items: center;
}

/* GERÇEK %50-%50 */
.hero-split-grid {
  display: grid;
  grid-template-columns: 50vw 50vw;
  width: 100%;
}

/* SOL */
.hero-left {
  padding-left: clamp(40px, 6vw, 120px);
  padding-right: 60px;
}

.hero-left h1 {
  font-size: 42px;
  font-weight: 700;
  color: #2f3a40;
  line-height: 1.15;
}

.hero-left h2 {
  font-size: 28px;
  margin: 12px 0 22px;
  color: #4b5a63;
}

.hero-left p {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7b86;
  max-width: 440px;
}

.hero-btn {
  display: inline-block;
  margin-top: 26px;
  background: #2f3a40;
  color: #fff;
  padding: 13px 34px;
  border-radius: 6px;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 991px) {

  .hero-split {
    height: auto;
    padding: 40px 0;
    background-position: center top;
  }

  .hero-split-grid {
    grid-template-columns: 1fr;
  }

  .hero-left {
    text-align: center;
    padding: 20px 25px;
  }

  .hero-btn {
    width: 100%;
    text-align: center;
  }
}

.hero-split-right {
  width: 100vw;
  height: 460px;
  background-image: url("/banner_images/defel-shopplus-dia.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left center;
  display: flex;
  align-items: center;
}

/* GRID */
.hero-split-right-grid {
  display: grid;
  grid-template-columns: 50vw 50vw;
  width: 100%;
}

/* SAĞ CONTENT */
.hero-right-content {
  padding-left: 60px;
  padding-right: clamp(40px, 6vw, 120px);
}

.hero-right-content h1 {
  font-size: 42px;
  font-weight: 700;
  color: #2f3a40;
  line-height: 1.15;
}

.hero-right-content h2 {
  font-size: 28px;
  margin: 12px 0 22px;
  color: #4b5a63;
}

.hero-right-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #6b7b86;
  max-width: 440px;
}

.hero-right-btn {
  display: inline-block;
  margin-top: 26px;
  background: #2f3a40;
  color: #fff;
  padding: 13px 34px;
  border-radius: 6px;
  text-decoration: none;
}

/* MOBILE */
@media (max-width: 991px) {

  .hero-split-right {
    height: auto;
    padding: 40px 0;
    background-position: center top;
  }

  .hero-split-right-grid {
    grid-template-columns: 1fr;
  }

  .hero-right-content {
    text-align: right;
    padding: 20px 25px;
  }

 
  .hero-right-content p{
    margin-left: auto;
    margin-right: 0;
    text-align: right;
  }

  .hero-right-btn {
    width: 60%;
    text-align: right;
  }
}

@media (max-width: 768px) {

  .hero-split-right {
    background-position: 40% top;
  }

}

.dc-cta-wrapper{
  position:relative;
  display:inline-flex;
}

/* SOL ÜST – AI Badge */
.dc-cta-ai{
  position:absolute;
  top:-20px;
  left:-6px;
  padding:4px 10px;
  font-size:9px;
  font-weight:600;
  color:#fff;
  border-radius:999px;
  background:linear-gradient(90deg,#ff00c8,#7a00ff);
  box-shadow:0 3px 18px rgba(122,0,255,.35);
  white-space:nowrap;
  z-index:3;
}

/* Buton relative olmalı */
.dc-cta{
  position:relative;
}

/* SAĞ ALT – Ücretsiz */
.dc-cta-free{
  position:absolute;
  right:10px;
  bottom:-14px;
  font-size:9px;
  font-weight:600;
  color:#7a00ff;
  background:#fff;
  padding:2px 8px;
  border-radius:999px;
  border:1px solid rgba(122,0,255,.35);
  box-shadow:0 4px 12px rgba(0,0,0,.06);
}

/* ============ MODAL ============ */
.dc-modal-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    backdrop-filter: blur(4px);
    display:flex;
    align-items:center;
    justify-content:center;
    z-index:9999;
    opacity:0;
    visibility:hidden;
    transition:.3s ease;
}

.dc-modal-overlay.active{
    opacity:1;
    visibility:visible;
}

.dc-modal{
    background:#fff;
    border-radius:28px;
    padding:40px 30px;
    max-width:540px;
    width:95%;
    position:relative;
    animation:modalPop .35s ease;
}

.dc-modal-close{
    position:absolute;
    top:16px;
    right:18px;
    background:none;
    border:none;
    font-size:28px;
    cursor:pointer;
    color:#111;
}

@keyframes modalPop{
    from{ transform:scale(.85); opacity:0; }
    to{ transform:scale(1); opacity:1; }
}

body.modal-open{
    overflow:hidden;
}


/* ========================================= */
/* SHOPPLUS DEFEL CARE HEDİYE ÇARK MODÜLÜ  */
/* ========================================= */

#shopplus-defelcare-hediyecark .spdc-card{
    background:#ffffff;
    border-radius:24px;
    box-shadow:0 30px 70px rgba(0,0,0,.06);
    padding:40px 36px;
    max-width:440px;
    width:100%;
    margin:auto;
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    color:#374151;
    text-align:center;
}

#shopplus-defelcare-hediyecark .spdc-header-icon{
    font-size:34px;
    color:#9ca3af;
}

#shopplus-defelcare-hediyecark h4{
    color:#111827;
}

#shopplus-defelcare-hediyecark .spdc-subtitle{
    color:#9ca3af;
    font-size:14px;
}

#shopplus-defelcare-hediyecark .spdc-wrapper{
    position:relative;
    width:330px;
    height:330px;
    margin:32px auto;
}

#shopplus-defelcare-hediyecark .spdc-pointer{
    position:absolute;
    top:-16px;
    left:50%;
    transform:translateX(-50%);
    width:0;
    height:0;
    border-left:14px solid transparent;
    border-right:14px solid transparent;
    border-top:26px solid #111827;
    z-index:10;
}

#shopplus-defelcare-hediyecark .spdc-canvas{
    border-radius:50%;
    background:#fff;
    box-shadow:
        inset 0 0 0 8px #fff,
        inset 0 0 0 10px #e5e7eb,
        0 16px 40px rgba(0,0,0,.12);
}


/* ========= GROK STYLE SPIN BUTTON ========= */

#shopplus-defelcare-hediyecark .spdc-btn{
    background:linear-gradient(135deg,#111827,#000000);
    border:none;
    color:#f9fafb;
    font-weight:600;
    font-size:clamp(14px, 1.2vw, 13px);  /* 👈 EKLENDİ */
    letter-spacing:.3px;
    padding:15px 52px;
    border-radius:999px;
    box-shadow:0 10px 30px rgba(0,0,0,.30);
    transition:.3s ease;
    cursor:pointer;
    position:relative;
    overflow:hidden;
}

#shopplus-defelcare-hediyecark .spdc-btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 35px rgba(0,0,0,.35);
}

#shopplus-defelcare-hediyecark .spdc-btn:active{
    transform:scale(.97);
}

/* Shine Effect */
#shopplus-defelcare-hediyecark .spdc-btn::after{
    content:"";
    position:absolute;
    top:0;
    left:-75%;
    width:50%;
    height:100%;
    background:linear-gradient(
        120deg,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,.4) 50%,
        rgba(255,255,255,0) 100%
    );
    transform:skewX(-25deg);
}

#shopplus-defelcare-hediyecark .spdc-btn:hover::after{
    animation:shine 1s forwards;
}

@keyframes shine{
    100%{ left:125%; }
}

#shopplus-defelcare-hediyecark .spdc-result{
    margin-top:22px;
    color:#374151;
    font-weight:500;
    font-size:15px;
}

/* ===== DCLUB LOGO ===== */

#shopplus-defelcare-hediyecark .spdc-logo{
    text-align:center;
    margin-bottom:18px;
}

#shopplus-defelcare-hediyecark .spdc-logo img{
    width:120px;              /* Desktop boyut */
    height:auto;              /* Oran otomatik */
    aspect-ratio:421 / 404;   /* Orjinal oran koruma */
    object-fit:contain;
    display:block;
    margin:0 auto;
    transition:.3s ease;
}

/* Tablet */
@media (max-width:768px){
    #shopplus-defelcare-hediyecark .spdc-logo img{
        width:105px;
    }
}

/* Mobil */
@media (max-width:480px){
    #shopplus-defelcare-hediyecark .spdc-logo img{
        width:92px;
    }
}

@media (max-width: 576px) {
    .coupon-btn {
        font-size: 12px;
        padding: 10px 12px;
    }

    .coupon-btn .coupon-main {
        font-size: 12px;
    }

    .coupon-btn .coupon-sub {
        font-size: 10px;
    }

    .coupon-btn strong {
        font-size: 12px;
    }

    .coupon-btn i {
        font-size: 12px;
    }
}


.sticky-add-to-cart-mobile{
position:fixed;
bottom:0;
left:0;
width:100%;
background:#fff;
padding:16px 18px;
min-height:64px;
border-top:1px solid #eee;
z-index:9999;
display:none;
}

/* layout */
.sticky-cart-inner{
display:flex;
align-items:center;
gap:10px;
flex-wrap:nowrap;
}

/* price */
.sticky-price{
font-weight:600;
font-size:16px;
white-space:nowrap;
flex:0 0 auto;
}

/* quantity */
.sticky-qty{
display:flex;
align-items:center;
border:1px solid #e5e5e5;
border-radius:8px;
overflow:hidden;
flex:0 0 auto;
}

.sticky-qty button{
width:34px;
height:34px;
border:0;
background:#f7f7f7;
font-size:18px;
flex:0 0 auto;
}

.sticky-qty input{
width:40px;
height:34px;
border:0;
text-align:center;
font-size:14px;
flex:0 0 auto;
}

/* button */
.sticky-cart-btn{
height:36px;
padding:0 16px;
font-size:14px;
white-space:nowrap;
margin-left:auto;
flex:0 0 auto;
min-width:120px;
display:flex;
align-items:center;
justify-content:center;
}

/* mobile only */
@media (max-width:768px){

.add-to-cart-desktop{
display:none;
}

.sticky-add-to-cart-mobile{
display:block;
}

}


.account-box{
padding:20px;
}

.account-title{
font-size:18px;
font-weight:600;
margin-bottom:15px;
display:flex;
align-items:center;
gap:8px;
}

.form-group{
margin-bottom:12px;
}

.form-group input{
width:100%;
border:1px solid #eee;
padding:10px;
border-radius:6px;
font-size:14px;
}

.account-button{
width:100%;
background:#000;
color:#fff;
border:none;
padding:10px;
border-radius:6px;
}

.account-switch{
text-align:center;
margin-top:10px;
font-size:13px;
}

.account-menu{
padding:10px;
}

.account-user{
display:flex;
align-items:center;
gap:8px;
font-weight:600;
padding:10px;
border-bottom:1px solid #eee;
}

.account-link{
display:flex;
align-items:center;
gap:8px;
padding:12px;
text-decoration:none;
color:#333;
border-bottom:1px solid #f1f1f1;
}

.account-link:hover{
background:#f9f9f9;
}

.logout{
color:#ff3b3b;
}

.account-switch-box{
margin-top:15px;
padding:12px;
border:1px solid #eee;
border-radius:8px;
background:#fafafa;
text-align:center;
}

.account-switch-box span{
display:block;
font-size:13px;
color:#666;
margin-bottom:8px;
}

.account-alt-button{
width:100%;
border:1px solid #000;
background:#fff;
padding:9px;
border-radius:6px;
font-size:14px;
font-weight:500;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
gap:6px;
}

.account-alt-button:hover{
background:#000;
color:#fff;
}


.dc-mobile-premium{
padding:10px 15px;
background:#fff;
}

.dc-mobile-section{
margin-bottom:25px;
}

.dc-mobile-title{
font-size:14px;
font-weight:700;
color:#000;
margin-bottom:10px;
display:flex;
align-items:center;
gap:8px;
}

.dc-mobile-card{
background:#fff;
border:1px solid #eee;
border-radius:12px;
overflow:hidden;
}

.dc-mobile-link{
display:flex;
align-items:center;
gap:10px;
padding:12px 14px;
text-decoration:none;
color:#000;
font-size:14px;
border-bottom:1px solid #f1f1f1;
transition:.2s;
}

.dc-mobile-link:last-child{
border-bottom:0;
}

.dc-mobile-link:hover{
background:#f8f8f8;
}

.dc-mobile-highlight{
background:#000;
color:#fff !important;
font-weight:600;
}

.dc-mobile-footer{
display:flex;
justify-content:space-between;
border-top:1px solid #eee;
padding-top:15px;
margin-top:20px;
font-size:12px;
}

.dc-mobile-footer a{
color:#666;
text-decoration:none;
}




.dc-wheel-wrapper{
display:flex;
flex-direction:column;
align-items:center;
gap:6px;
}

/* GOLD BUTTON */

.dc-wheel-btn{

display:flex;
align-items:center;
gap:8px;

padding:12px 18px;

border-radius:40px;

font-weight:600;
font-size:14px;
text-decoration:none;

color:#7a5a00;

background:
linear-gradient(
135deg,
#fff6c8 0%,
#f6e08d 20%,
#d4af37 40%,
#f3d778 60%,
#cfa32c 80%,
#fff2b5 100%
);

border:1px solid rgba(180,140,30,0.5);

box-shadow:
0 4px 12px rgba(0,0,0,0.15),
inset 0 1px 0 rgba(255,255,255,0.7);

transition:all .25s ease;
}

/* HOVER */

.dc-wheel-btn:hover{

transform:translateY(-2px);

box-shadow:
0 8px 18px rgba(0,0,0,0.25),
inset 0 1px 0 rgba(255,255,255,0.9);

background:
linear-gradient(
135deg,
#fff9d9,
#f9e79f,
#e1bd45,
#f7dc8a,
#d6a92e
);

}

.dc-wheel-btn svg{
width:18px;
height:18px;
color:#8c6a00;
}

.dc-wheel-text{
font-weight:600;
letter-spacing:.2px;
}

.dc-wheel-tooltip{

background:#111;
color:#fff;

font-size:12px;

padding:6px 10px;

border-radius:20px;

white-space:nowrap;

opacity:.9;

}


/* Footer */
.shopplus-chat-footer {
  display: flex;
  border-top: 1px solid #d4e8d4;
  background: #f9fff9;
  padding: 15px 18px;
}

.shopplus-chat-footer input {
  flex: 1;
  border: none;
  padding: 14px 16px;
  font-size: 1rem;
  border-radius: 25px;
  background: #eff7ee;
  color: #355123;
  transition: background-color 0.3s ease;
  outline-offset: 2px;
}

.shopplus-chat-footer input:focus {
  background: #d0e7b6;
  outline: none;
}

.btn-shopplus-ai {
    color: white;
    background: linear-gradient(to right, #da4453, #89216b);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
    transition: opacity 0.3s ease;
}

.btn-shopplus-ai:hover {
    opacity: 0.85;
}
.chat-toggle {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 4px 15px rgba(0,0,0,0.25);
  transition: all 0.25s ease;
}
.chat-toggle:hover {
  background: var(--primary-dark);
  transform: scale(1.05);
}

/* Chat Widget Genel */
.chat-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 360px;
  height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  display: none;              /* toggle ile açılacak */
  flex-direction: column;
  font-family: "Segoe UI", Tahoma, sans-serif;
  z-index: 10000;
  overflow: hidden;
}

/* Header */
.chat-header {
  background: linear-gradient(135deg, #0078ff, #0056b3);
  color: #fff;
  font-weight: 600;
  padding: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.chat-close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}

/* Chat Body */
.chat-body {
  flex: 1;
  padding: 12px;
  overflow-y: auto;   /* sadece burası kayar */
  background: #f7f8fa;
  display: flex;
  flex-direction: column;
}

/* Footer */
.chat-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #ddd;
  background: #fff;
  flex-shrink: 0;   /* sabit kal */
}
#chat-input {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 14px;
  font-size: 14px;
  min-height: 38px;
}
#sendBtn {
  background: #0078ff;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  flex-shrink: 0;
  transition: background 0.2s;
}
#sendBtn:hover {
  background: #0056b3;
}

/* Mesaj Baloncukları */
.shopplus-chat-message {
  max-width: 75%;
  padding: 10px 14px;
  margin: 6px 0;
  border-radius: 16px;
  font-size: 14px;
  line-height: 1.4;
  word-break: break-word;
}
.shopplus-chat-user {
  background: #0078ff;
  color: #fff;
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}
.shopplus-chat-bot {
  background: #f1f3f7;
  color: #333;
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}
.chat-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 360px;
  height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  display: none;           /* toggle ile açılacak */
  flex-direction: column;
  font-family: "Segoe UI", Tahoma, sans-serif;
  z-index: 10000;
  overflow: hidden;
  display: flex;           /* flex ile footer sabit kalacak */
}

.chat-body {
  flex: 1 1 auto;          /* body kalan alanı kaplasın */
  padding: 12px;
  overflow-y: auto;        /* sadece mesajlar scrolllanacak */
  display: flex;
  flex-direction: column;
}

.chat-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #ddd;
  background: #fff;
  flex-shrink: 0;           /* footer sabit kalacak */
}

#chat-input {
  flex: 1;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 14px;
  font-size: 14px;
  min-height: 38px;
}

#sendBtn {
  background: #0078ff;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  cursor: pointer;
  font-size: 14px;
  flex-shrink: 0;
}
.chat-widget {
  position: fixed;
  bottom: 90px;
  right: 20px;
  width: 360px;
  height: 480px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.2);
  display: none;           /* toggle JS açacak */
  flex-direction: column;  /* footer sabit */
  font-family: "Segoe UI", Tahoma, sans-serif;
  z-index: 10000;
  overflow: hidden;
}

.chat-body {
  flex: 1 1 auto;          /* footer dışındaki alanı kaplasın */
  padding: 12px;
  overflow-y: auto;        /* sadece body scroll */
  display: flex;
  flex-direction: column;
}

.chat-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px;
  border-top: 1px solid #ddd;
  background: #fff;
  flex-shrink: 0;          /* footer hep sabit */
}
html,body{
margin:0!important;
padding:0!important;
overflow-x:hidden;
}

.dc-wheel-icon{
width:26px;
height:26px;
object-fit:contain;
transition:transform .8s cubic-bezier(.4,0,.2,1);
}

.dc-wheel-btn:hover .dc-wheel-icon{
animation:spinWheel 1.2s ease;
}

@keyframes spinWheel{
0%{transform:rotate(0)}
100%{transform:rotate(360deg)}
}

.dc-wheel-btn{
position:relative;
display:flex;
align-items:center;
justify-content:center;
padding:12px 20px 12px 40px; /* çark için boşluk */
overflow:visible;
}

/* çark kapağı */
.dc-wheel-cover{
position:absolute;
left:-20px;
top:50%;
transform:translateY(-50%);
z-index:2;
}

/* çark */
.dc-wheel-icon{
width:52px;
height:52px;
object-fit:contain;
transition:transform .8s cubic-bezier(.4,0,.2,1);
}

/* hover dönme */
.dc-wheel-btn:hover .dc-wheel-icon{
transform:rotate(360deg);
}

.dc-wheel-tooltip{
display:flex;
align-items:center;
gap:6px;
background:#111;
color:#fff;
font-size:12px;
padding:6px 12px;
border-radius:20px;
white-space:nowrap;
opacity:.95;
}

.dc-wheel-tooltip i{
font-size:13px;
}


.dc-wheel-text{
font-weight:700;
letter-spacing:.4px;

/* gerçek gold */
color:#8a6a00;

/* metalik hissi */
text-shadow:
0 1px 0 #fff3b0,
0 2px 2px rgba(0,0,0,0.35),
0 0 4px rgba(212,175,55,0.4);
}

.dc-wheel-btn:hover .dc-wheel-text{
color:#a37c00;
text-shadow:
0 1px 0 #fff6c8,
0 2px 4px rgba(0,0,0,0.4),
0 0 6px rgba(212,175,55,0.6);
}

.dc-iconbtn{
border:none;
background:none;
padding:0;
margin:0;
outline:none;
box-shadow:none;
cursor:pointer;
display:flex;
align-items:center;
justify-content:center;
}

/* hover ve focus durumunda da çizgi çıkmasın */
.dc-iconbtn:hover,
.dc-iconbtn:focus,
.dc-iconbtn:active{
border:none;
outline:none;
box-shadow:none;
background:none;
}

/* svg düzgün hizalansın */
.dc-iconbtn svg{
display:block;
}


/* Kupon butonu tipografi düzeltme */
.coupon-btn{
    padding:10px 12px;
    line-height:1.2;
}

.coupon-btn .coupon-main{
    font-size:13px;
    font-weight:600;
    display:block;
}

.coupon-btn .coupon-main strong{
    font-size:13px;
    font-weight:700;
}

.coupon-btn .coupon-sub{
    font-size:11px;
    opacity:0.8;
}

.coupon-btn i{
    font-size:12px;
}


.comment-wrapper{
margin-top:40px;
background:#fff;
padding:30px;
border-radius:16px;
box-shadow:0 8px 30px rgba(0,0,0,0.06);
}

.comment-title{
font-weight:600;
margin-bottom:20px;
}

.form-row{
display:flex;
gap:15px;
margin-bottom:15px;
}

.comment-input{
flex:1;
padding:12px 14px;
border-radius:10px;
border:1px solid #e5e7eb;
font-size:14px;
transition:0.2s;
}

.comment-input:focus{
border-color:#56c0f8;
outline:none;
box-shadow:0 0 0 3px rgba(86,192,248,0.15);
}

.comment-textarea{
width:100%;
min-height:120px;
padding:14px;
border-radius:12px;
border:1px solid #e5e7eb;
resize:none;
font-size:14px;
margin-bottom:15px;
transition:0.2s;
}

.comment-textarea:focus{
border-color:#56c0f8;
outline:none;
box-shadow:0 0 0 3px rgba(86,192,248,0.15);
}

.comment-btn{
background:#111;
color:#fff;
padding:12px 18px;
border-radius:10px;
border:none;
font-weight:500;
cursor:pointer;
transition:0.2s;
}

.comment-btn:hover{
background:#000;
}

.star-select{
display:flex;
gap:6px;
font-size:26px;
margin-bottom:15px;
cursor:pointer;
}

.star{
color:#ddd;
transition:0.25s;
}

.star.active{
color:#ffc107;
}

.star.hover{
transform:scale(1.25);
color:#ffc107;
}

.captcha-box{
display:flex;
gap:10px;
align-items:center;
margin:10px 0;
}

#captchaSoru{
font-weight:600;
font-size:16px;
background:#f3f3f3;
padding:8px 12px;
border-radius:6px;
}