
/* OE Grup shared shell for standalone technical service pages */
.oe-shell-header{
  position:sticky;
  top:0;
  z-index:1000;
  border-bottom:1px solid rgba(255,255,255,.09);
  background:rgba(8,12,14,.94);
  backdrop-filter:blur(16px);
}
.oe-shell-wrap{
  width:min(1180px,calc(100% - 32px));
  margin-inline:auto;
}
.oe-shell-top{
  min-height:70px;
  display:flex;
  align-items:center;
  gap:22px;
}
.oe-shell-brand{
  display:inline-flex;
  align-items:baseline;
  flex:0 0 auto;
  text-decoration:none;
  color:#f2f5f6;
  font-weight:900;
  letter-spacing:-.05em;
  font-size:23px;
}
.oe-shell-brand .oe{
  display:inline-grid;
  place-items:center;
  width:39px;height:39px;
  margin-right:5px;
  border-radius:10px;
  background:#df7b39;
  color:#0c0e0f;
  font-size:19px;
}
.oe-shell-brand .dot{
  color:#69767d;
  font-size:12px;
  letter-spacing:-.02em;
}
.oe-shell-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:17px;
}
.oe-shell-nav a{
  color:#929fa5;
  text-decoration:none;
  font-size:11px;
  font-weight:750;
  white-space:nowrap;
}
.oe-shell-nav a:hover,
.oe-shell-nav a:focus-visible{
  color:#fff;
}
.oe-shell-menu{
  display:none;
  margin-left:auto;
  min-height:40px;
  padding:0 13px;
  border:1px solid rgba(255,255,255,.15);
  border-radius:9px;
  background:#11171a;
  color:#eef3f5;
  cursor:pointer;
}
.oe-shell-backbar{
  border-bottom:1px solid rgba(255,255,255,.07);
  background:#0b1012;
}
.oe-shell-backbar-inner{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:9px;
  color:#66747b;
  font-size:10px;
}
.oe-shell-backbar a{
  color:#9ca9af;
  text-decoration:none;
}
.oe-shell-backbar a:hover{color:#fff}
.oe-shell-backbar span:last-child{color:#d7e0e4}

.oe-service-note{
  width:min(1180px,calc(100% - 32px));
  margin:40px auto 0;
  padding:15px 17px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:12px;
  background:#0e1417;
  color:#75838a;
  font-size:11px;
  line-height:1.65;
}
.oe-service-footer{
  margin-top:68px;
  border-top:1px solid rgba(255,255,255,.09);
  background:#080b0d;
  color:#88959b;
}
.oe-service-footer-grid{
  display:grid;
  grid-template-columns:1.4fr .75fr .9fr .7fr;
  gap:38px;
  padding:38px 0 30px;
}
.oe-service-footer h3{
  margin:0 0 12px;
  color:#eef3f5;
  font-size:19px;
}
.oe-service-footer p{
  max-width:460px;
  margin:0;
  color:#77858c;
  font-size:11px;
  line-height:1.7;
}
.oe-service-footer small{
  display:block;
  margin-bottom:9px;
  color:#57656c;
  font-size:8px;
  font-weight:900;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.oe-service-footer-links{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:8px;
}
.oe-service-footer a{
  color:#98a5ab;
  text-decoration:none;
  font-size:11px;
}
.oe-service-footer a:hover{color:#fff}
.oe-service-footer-bottom{
  min-height:55px;
  border-top:1px solid rgba(255,255,255,.07);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  color:#5d696f;
  font-size:9px;
}

@media(max-width:1050px){
  .oe-shell-nav{display:none}
  .oe-shell-menu{display:inline-flex;align-items:center}
  .oe-shell-nav[data-open="1"]{
    position:absolute;
    display:flex;
    flex-direction:column;
    align-items:stretch;
    top:70px;
    left:16px;
    right:16px;
    gap:0;
    padding:12px;
    border:1px solid rgba(255,255,255,.12);
    border-radius:13px;
    background:#101619;
    box-shadow:0 18px 50px rgba(0,0,0,.35);
  }
  .oe-shell-nav[data-open="1"] a{
    padding:11px 10px;
    border-bottom:1px solid rgba(255,255,255,.06);
  }
  .oe-service-footer-grid{
    grid-template-columns:1fr 1fr;
  }
}
@media(max-width:640px){
  .oe-shell-wrap{width:min(100% - 22px,1180px)}
  .oe-shell-brand{font-size:19px}
  .oe-shell-brand .oe{width:34px;height:34px;font-size:17px}
  .oe-service-note{width:calc(100% - 22px)}
  .oe-service-footer-grid{grid-template-columns:1fr;gap:25px}
  .oe-service-footer-bottom{
    align-items:flex-start;
    flex-direction:column;
    justify-content:center;
    padding:14px 0;
  }
}


/* Firebase Ekmekci Grup — standalone technical FAQ */
.service-faq .wrap{
  max-width:var(--max,1480px);
  margin-inline:auto;
  padding-left:24px;
  padding-right:24px;
}
.service-faq{
  padding-top:90px;
  padding-bottom:84px;
  border-top:1px solid var(--line);
  background:
    radial-gradient(circle at 92% 4%, rgba(78,176,219,.055), transparent 26%),
    #0a0d0f;
}
.service-faq-head{
  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:50px;
  align-items:end;
  margin-bottom:28px;
}
.service-faq-head h2{
  margin:12px 0 0;
  max-width:820px;
  font-size:clamp(44px,6vw,76px);
  line-height:.93;
  letter-spacing:-.055em;
}
.service-faq-head > p{
  max-width:560px;
  margin:0 0 6px;
  color:#8e9ba2;
  font-size:14px;
  line-height:1.8;
}
.service-faq-nav{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:0 0 52px;
}
.service-faq-nav a{
  padding:9px 11px;
  border:1px solid #29363d;
  border-radius:999px;
  color:#9aa8af;
  background:#0e1417;
  font-size:10px;
  font-weight:800;
}
.service-faq-nav a:hover{
  color:#fff;
  border-color:#55d6ff;
}
.service-faq-group{
  scroll-margin-top:100px;
  padding:36px 0 42px;
  border-top:1px solid #243039;
}
.service-faq-group:last-child{
  border-bottom:1px solid #243039;
}
.service-faq-group-head{
  display:grid;
  grid-template-columns:130px 1fr;
  gap:20px;
  align-items:start;
  margin-bottom:14px;
}
.service-faq-group-head small{
  padding-top:6px;
  color:#5bcff5;
  text-transform:uppercase;
  letter-spacing:.14em;
  font-size:8px;
  font-weight:900;
}
.service-faq-group-head h3{
  margin:0;
  font-size:clamp(27px,3.2vw,42px);
  line-height:1;
  letter-spacing:-.04em;
}
.service-faq-list{
  margin-left:150px;
}
.service-faq-item{
  border-top:1px solid #1f2b32;
}
.service-faq-question{
  width:100%;
  display:grid;
  grid-template-columns:1fr auto;
  gap:24px;
  align-items:center;
  padding:20px 0;
  border:0;
  background:transparent;
  color:#edf3f6;
  text-align:left;
  font:inherit;
  cursor:pointer;
}
.service-faq-question > span:first-child{
  max-width:900px;
  font-size:18px;
  line-height:1.3;
  font-weight:800;
  letter-spacing:-.018em;
}
.service-faq-icon{
  width:31px;
  height:31px;
  display:grid;
  place-items:center;
  border:1px solid #304149;
  border-radius:50%;
  color:#5bd8ff;
  font-size:18px;
  transition:transform .25s ease,border-color .25s ease;
}
.service-faq-question:hover .service-faq-icon{
  border-color:#5bd8ff;
}
.service-faq-question[aria-expanded="true"] .service-faq-icon{
  transform:rotate(45deg);
}
.service-faq-answer{
  max-width:900px;
  padding:0 70px 20px 0;
}
.service-faq-answer p{
  margin:0;
  color:#98a5ab;
  font-size:13px;
  line-height:1.8;
}
@media(max-width:800px){
  .service-faq{
    padding-top:64px;
    padding-bottom:64px;
  }
  .service-faq-head{
    grid-template-columns:1fr;
    gap:18px;
  }
  .service-faq-head h2{
    font-size:47px;
  }
  .service-faq-nav{
    margin-bottom:36px;
  }
  .service-faq-group-head{
    grid-template-columns:1fr;
    gap:8px;
  }
  .service-faq-list{
    margin-left:0;
  }
  .service-faq-answer{
    padding-right:0;
  }
}
.service-faq-question{
  appearance:none;
  -webkit-appearance:none;
  border-radius:0;
}
@media(max-width:800px){
  .service-faq .wrap{
    padding-left:18px;
    padding-right:18px;
  }
}

