
/* EFES NAKLİYAT VERSION 3.1 — clarity, trust and conversion layer */
.v31-heading{
  display:grid;grid-template-columns:1.1fr .72fr;gap:60px;align-items:end;margin-bottom:38px
}
.v31-heading h2{
  max-width:760px;margin:11px 0 0;font-size:clamp(35px,4.2vw,57px);
  line-height:1.04;letter-spacing:-.045em
}
.v31-heading>p{margin:0;color:#697586;font-size:16px;line-height:1.75}
.v31-process{background:#fff}
.v31-process-grid{
  list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);
  border:1px solid #e1e5ea;border-radius:26px;overflow:hidden;background:#f8f9fb
}
.v31-process-grid li{
  position:relative;min-height:270px;padding:30px 27px;border-right:1px solid #e1e5ea
}
.v31-process-grid li:last-child{border-right:0}
.v31-process-grid li>span{
  display:inline-grid;place-items:center;width:48px;height:48px;border-radius:15px;
  background:#0b1728;color:#f1cb7b;font-size:12px;font-weight:900
}
.v31-process-grid h3{margin:44px 0 12px;color:#0b1728;font-size:21px;letter-spacing:-.025em}
.v31-process-grid p{margin:0;color:#6a7584;font-size:14px;line-height:1.7}
.v31-process-cta{
  display:flex;align-items:center;justify-content:space-between;gap:25px;
  margin-top:18px;padding:24px 27px;border-radius:20px;background:#0b1728;color:#fff
}
.v31-process-cta strong,.v31-process-cta span{display:block}
.v31-process-cta strong{font-size:18px}.v31-process-cta span{margin-top:5px;color:#aeb9c8;font-size:12px}
.v31-process-cta>div:last-child{display:flex;align-items:center;gap:19px}
.v31-text-link{color:#f2cf85;font-size:13px;font-weight:800;text-decoration:none;white-space:nowrap}

.v31-transparency{position:relative;background:#081421;color:#fff;overflow:hidden}
.v31-transparency:before{
  content:"";position:absolute;width:520px;height:520px;left:-260px;top:-300px;border-radius:50%;
  background:radial-gradient(circle,rgba(232,184,88,.17),transparent 67%)
}
.v31-trust-layout{position:relative;display:grid;grid-template-columns:.82fr 1.18fr;gap:80px;align-items:center}
.v31-trust-copy .eyebrow{color:#e9bf69}
.v31-trust-copy h2{margin:12px 0 22px;color:#fff;font-size:clamp(35px,4vw,54px);line-height:1.05;letter-spacing:-.04em}
.v31-trust-copy p{color:#b6c0cd;line-height:1.78}
.v31-trust-copy a{display:inline-block;margin-top:14px;color:#f2cf85;font-weight:800;text-decoration:none}
.v31-trust-checks{display:grid;grid-template-columns:repeat(2,1fr);gap:13px}
.v31-trust-checks article{
  display:flex;gap:14px;min-height:172px;padding:23px;border:1px solid rgba(255,255,255,.1);
  border-radius:20px;background:rgba(255,255,255,.045)
}
.v31-trust-checks article>span{
  flex:0 0 36px;width:36px;height:36px;display:grid;place-items:center;
  border-radius:12px;background:rgba(232,184,88,.14);color:#f2cf85;font-weight:900
}
.v31-trust-checks h3{margin:5px 0 8px;color:#fff;font-size:17px}
.v31-trust-checks p{margin:0;color:#abb6c5;font-size:13px;line-height:1.65}

.v31-quote-rail{
  position:fixed;z-index:970;right:13px;top:50%;transform:translateY(-50%);
  display:grid;gap:7px
}
.v31-quote-rail a{
  width:52px;min-height:52px;display:flex;align-items:center;justify-content:center;
  border-radius:16px;background:#0b1728;color:#fff;text-decoration:none;
  box-shadow:0 12px 32px rgba(3,12,24,.19);transition:.24s ease;overflow:hidden
}
.v31-quote-rail a:first-child{background:#e8b858;color:#111827}
.v31-quote-rail a span{font-size:17px;font-weight:900}
.v31-quote-rail a b{
  max-width:0;opacity:0;overflow:hidden;white-space:nowrap;
  font-size:11px;transition:.24s ease
}
.v31-quote-rail a:hover{width:125px;gap:8px}
.v31-quote-rail a:hover b{max-width:82px;opacity:1}

@media (max-width:1050px){
  .v31-heading,.v31-trust-layout{grid-template-columns:1fr;gap:24px}
  .v31-process-grid{grid-template-columns:repeat(2,1fr)}
  .v31-process-grid li:nth-child(2){border-right:0}
  .v31-process-grid li:nth-child(-n+2){border-bottom:1px solid #e1e5ea}
}
@media (max-width:760px){
  .v31-heading{margin-bottom:24px}
  .v31-process-grid{grid-template-columns:1fr}
  .v31-process-grid li{
    min-height:auto;padding:23px;border-right:0;border-bottom:1px solid #e1e5ea
  }
  .v31-process-grid li:last-child{border-bottom:0}
  .v31-process-grid li:nth-child(2){border-bottom:1px solid #e1e5ea}
  .v31-process-grid h3{margin-top:22px}
  .v31-process-cta{align-items:flex-start;flex-direction:column}
  .v31-process-cta>div:last-child{width:100%;align-items:stretch;flex-direction:column}
  .v31-process-cta .btn{text-align:center}
  .v31-trust-checks{grid-template-columns:1fr}
  .v31-trust-checks article{min-height:auto}
  .v31-quote-rail{display:none}
}
@media (prefers-reduced-motion:reduce){
  .v31-quote-rail a,.v31-quote-rail a b{transition:none}
}
