:root{
  --brand-900:#0b1f33;
  --brand-700:#123a5f;
  --brand-500:#1f5a8f;
  --bg:#0b1220;
  --card:rgba(255,255,255,.06);
  --border:rgba(255,255,255,.12);
  --text:rgba(255,255,255,.92);
  --muted:rgba(255,255,255,.70);
  --radius:20px;
}

html{ scroll-behavior:smooth; }

body{
  background:
    radial-gradient(1200px 600px at 10% 10%, rgba(31,90,143,.35), transparent 60%),
    radial-gradient(1000px 500px at 90% 20%, rgba(18,58,95,.28), transparent 55%),
    var(--bg);
  color:var(--text);

  /* GENEL OKUNURLUK */
  font-size: 1rem;
  line-height: 1.6;
}

a{ color:inherit; }

section{ padding:72px 0; }
.container{ max-width:1100px; }

.cardx{
  background:var(--card);
  border:1px solid var(--border);
  border-radius:var(--radius);
  backdrop-filter: blur(10px);
}

.min-vh-75{ min-height:75vh; }

/* ======================
   IMAGES (TEK KAYNAK)
   ====================== */
img{ max-width:100%; height:auto; }

.hero-img{
  width:100%;
  max-width:420px;    /* kontrollü ve stabil */
  height:auto;
  object-fit:contain;
}

.section-img{
  width:100%;
  max-width:320px;
  height:auto;
  object-fit:contain;
}

/* ======================
   BENEFITS
   ====================== */
.benefit-list{
  display:grid;
  gap:14px;
  margin-top:14px;
}

#faydalar .row{ min-height:360px; }

.benefit-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:14px 16px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:16px;
}

.benefit-side{
  display:flex;
  flex-direction:column;
  gap:16px;
}

/* Faydalar sağ görsel boyutu */
.benefit-illustration{
  max-width:420px;
  margin-left:auto;
  margin-right:auto;
}

.benefit-illustration img{
  max-width:85%;
  height:auto;
}

.benefit-icon{
  width:42px;
  height:42px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  font-weight:800;
  opacity:.95;
}

/* ======================
   QUOTE
   ====================== */
.quote-card{
  display:flex;
  align-items:center;
  text-align:center;
}

.quote-text{
  margin:0;
  font-size:1.5rem;
  line-height:1.6;
  color:var(--text);
  opacity:.92;
  text-align:center;
}

/* ======================
   STEPS
   ====================== */
.step-card{
  height:100%;
  padding:18px 16px;
  background:var(--card);
  border:1px solid var(--border);
  border-radius:18px;
}

.step-top{
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:10px;
}

.step-badge{
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background:#ff9f1c;
  color:#0b1f33;
  font-weight:800;
  font-size:1rem;
}

.step-title{
  margin:0;
  font-size:1.05rem;
  font-weight:800;
  line-height:1.2;
}

.step-text{
  margin:0;
  opacity:.88;
  line-height:1.6;
  font-size:1rem;
}

/* ======================
   PACKAGE
   ====================== */
.package-wrap{
  padding:26px 22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  background:
    radial-gradient(800px 400px at 20% 0%, rgba(255,159,28,.18), transparent 60%),
    radial-gradient(700px 380px at 90% 30%, rgba(31,90,143,.22), transparent 55%),
    rgba(255,255,255,.05);
}

.package-badge{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  font-weight:800;
  font-size:1rem;
  margin-bottom:12px;
}

.package-item{
  display:flex;
  gap:12px;
  padding:14px 14px;
  border-radius:16px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  height:100%;
}

.pi-dot{
  width:10px;
  height:10px;
  border-radius:999px;
  background:#ff9f1c;
  margin-top:7px;
  flex:0 0 auto;
}

.pi-title{
  font-weight:900;
  line-height:1.2;
  font-size:1.05rem;
}

.pi-text{
  opacity:.86;
  font-size:1rem;
  line-height:1.55;
  margin-top:2px;
}

.package-price-card{
  padding:20px 18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(11,18,32,.55);
  backdrop-filter: blur(10px);
}

.pp-top{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
}

.pp-label{ opacity:.85; font-size:1rem; }

.pp-price{
  font-size:2.3rem;
  font-weight:900;
  letter-spacing:-.5px;
  line-height:1.05;
}

.pp-mini{ opacity:.88; font-size:1rem; }

.pp-hr{
  border-color:rgba(255,255,255,.14);
  margin:14px 0;
}

.pp-list{
  margin:0;
  padding-left:18px;
  opacity:.9;
  line-height:1.6;
  font-size:1rem;
}

.pp-note{
  margin:14px 0 0;
  opacity:.8;
  font-size:1rem;
}

/* Buttons */
.btn-outline-light{ border-color:rgba(255,255,255,.35); }
.btn-outline-light:hover{ border-color:rgba(255,255,255,.6); }

/* ======================
   WORKS
   ====================== */
.work-card{
  height:100%;
  padding:18px 18px;
  border-radius:22px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);
}

.work-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:12px;
}

.work-tag{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.16);
  background:rgba(255,255,255,.06);
  font-weight:800;
  font-size:.95rem;
}

.work-year{ opacity:.78; font-weight:700; font-size:1rem; }

.work-title{
  margin:0 0 8px;
  font-size:1.25rem;
  font-weight:900;
  line-height:1.2;
}

.work-desc{
  margin:0 0 14px;
  opacity:.88;
  line-height:1.6;
  font-size:1rem;
}

.work-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
}

/* ======================
   CONTACT
   ====================== */
.contact-wrap{
  padding:26px 22px;
  border-radius:24px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
}

.contact-points{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.cp-item{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
}

.cp-ico{
  width:42px;
  height:42px;
  border-radius:14px;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.14);
}

.cp-title{ font-weight:900; line-height:1.2; font-size:1.05rem; }

.cp-text{
  opacity:.86;
  font-size:1rem;
  line-height:1.55;
  margin-top:2px;
}

.contact-card{
  padding:20px 18px;
  border-radius:22px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(11,18,32,.55);
  backdrop-filter: blur(10px);
}

.cc-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:12px;
}

.cc-label{ opacity:.85; font-size:1rem; }

.cc-title{
  font-size:1.8rem;
  font-weight:900;
  line-height:1.1;
}

.cc-chip{
  padding:6px 10px;
  border-radius:999px;
  background:rgba(255,159,28,.18);
  border:1px solid rgba(255,159,28,.35);
  color:var(--text);
  font-weight:900;
  font-size:.95rem;
}

.cc-desc{
  margin:12px 0 14px;
  opacity:.88;
  font-size:1rem;
  line-height:1.6;
}

.cc-line{
  height:1px;
  background:rgba(255,255,255,.14);
  margin:14px 0;
}

.cc-small{ margin:0; opacity:.85; font-size:1rem; line-height:1.55; }

.contact-foot{
  margin:14px 2px 0;
  opacity:.78;
  font-size:1rem;
  line-height:1.55;
}

/* ======================
   FAQ
   ====================== */
.faq-list{
  display:flex;
  flex-direction:column;
  gap:12px;
  margin-top:18px;
}

.faq-item{
  padding:14px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.14);
}

.faq-item summary{
  cursor:pointer;
  font-weight:900;
  list-style:none;
  position:relative;
  padding-right:24px;
  font-size:1.05rem;
}

.faq-item summary::after{
  content:"+";
  position:absolute;
  right:0;
  top:0;
  font-size:1.25rem;
  font-weight:900;
  opacity:.85;
}

.faq-item[open] summary::after{ content:"–"; }

.faq-item p{
  margin:10px 0 0;
  opacity:.88;
  line-height:1.6;
  font-size:1rem;
}

/* ======================
   FOOTER
   ====================== */
.site-footer{
  margin-top:40px;
  padding:44px 0 26px;
  border-top:1px solid rgba(255,255,255,.12);
  background:rgba(255,255,255,.03);
}

.footer-brand{
  font-weight:900;
  letter-spacing:.08em;
  font-size:1.1rem;
}

.footer-text{
  margin:10px 0 10px;
  opacity:.86;
  line-height:1.6;
  font-size:1rem;
}

.footer-mini{ opacity:.75; font-size:.95rem; }

.footer-title{ font-weight:900; margin-bottom:10px; font-size:1.05rem; }

.footer-links{
  list-style:none;
  padding:0;
  margin:0;
  display:flex;
  flex-direction:column;
  gap:8px;
  opacity:.92;
}

.footer-links a{ text-decoration:none; opacity:.86; }
.footer-links a:hover{ opacity:1; text-decoration:underline; }

.footer-line{
  height:1px;
  background:rgba(255,255,255,.12);
  margin:22px 0 14px;
}

.footer-bottom{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  justify-content:space-between;
  align-items:center;
  opacity:.88;
  font-size:1rem;
}

.footer-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.fb{
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.05);
  font-weight:800;
  font-size:.95rem;
}

/* ======================
   BRAND + NAVBAR (TEK KAYNAK)
   ====================== */
.brand-wrap{
  display:flex;
  align-items:center;
  gap:10px;
}

.brand-logo{
  height:40px;
  width:auto;
  display:block;
}

.brand-name{
  position:relative;
  top:0.5px;
  color:#fff;
  font-weight:600;
  letter-spacing:.08em;
  font-size:1.1rem;
  line-height:1;
  opacity:.95;
  white-space:nowrap;
}

.nav-solid{
  background: rgba(11, 28, 45, 0.92);
  backdrop-filter: saturate(120%) blur(6px);
  -webkit-backdrop-filter: saturate(120%) blur(6px);
  box-shadow: 0 8px 24px rgba(0,0,0,.18);
}

.nav-solid.scrolled{
  background:#0b1c2d;
  backdrop-filter:none;
}

/* ======================
   SCROLLBAR (SOFT & SABİT)
   ====================== */
::-webkit-scrollbar{ width:8px; }
::-webkit-scrollbar-track{ background:transparent; }
::-webkit-scrollbar-thumb{
  background: rgba(255,255,255,.18);
  border-radius:999px;
}
::-webkit-scrollbar-thumb:hover{ background: rgba(255,255,255,.32); }

/* Firefox */
*{
  scrollbar-width:thin;
  scrollbar-color: rgba(255,255,255,.22) transparent;
}

/* ======================
   CONTACT HOURS BADGE
   ====================== */
.cc-hours{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 14px;
}

.hour-badge{
  padding:6px 12px;
  border-radius:999px;
  font-size:.9rem;
  font-weight:800;
  letter-spacing:.02em;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.06);
  opacity:.9;
}

.hour-badge.active{
  background:rgba(37,211,102,.18);
  border-color:rgba(37,211,102,.45);
  color:#fff;
}

/* ======================
   OPTIONAL: hero-grid (kullanmıyorsan silebilirsin)
   ====================== */
/*
.hero-grid{
  display:grid;
  grid-template-columns: 1.3fr 0.7fr;
  align-items:center;
  gap:48px;
}
*/
