﻿html {
  scroll-behavior: smooth;
}

.stats {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}


.sinir-cizgisi {
    display: flex;
    flex: 0 0 var(--slider-card-width);
    height: var(--slider-card-height);
    margin: 0 calc(var(--slider-gap) / 2);
    background: #2d2d2d;
    color: white;
    align-items: center;
    justify-content: center;
}
body.preload {
    opacity: 0;
    pointer-events: none;
    background-color: #1e2229 !important;
    transition: none !important;
    overflow: hidden;
}
body.preload .navbar {
    visibility: hidden;
}
body:not(.preload) .navbar {
    visibility: visible;
}

:root {
  --bs-primary: #171B1F;
  --bs-secondary: #1E1E1E;
  --slider-card-width: 276px;
  --slider-card-height: 430px;
  --slider-gap: 18px;
  --slider-side-pad: 24px;
  --line-grey: #6c757d;
  --line-grey-hover: #b0b7bf;
  --line-white: #ffffff;
  --line-w-base: 1px;
  --line-w-hover: 2px;
  --line-w-focus: 3px;
}

body {
    opacity: 1;
    pointer-events: auto;
    background-color: #1e2229 !important;
    transition: opacity 0.2s ease;
}

.navbar-brand img {
    max-height: 40px;
    height: auto;
    width: auto;
}
@media (max-width: 768px) {
    .navbar-brand img {
        max-height: 30px;
    }
}
@media (max-width: 576px) {
    .navbar-brand img {
        max-height: 25px;
    }
}

.hero .container {
    position: relative;
    z-index: 2;
}
.hero {
    background-color: #1e2229;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px 15px;
    position: relative;
    overflow: hidden;
}
.hero-mobile-img {
    display: none;
    max-width: 80%;
    margin: 30px auto 0;
}

.hero-desktop-img {
    top: 10%;
    position: absolute;
    bottom: 0;
    max-height: 100%;
    z-index: 0;
    display: none;
    pointer-events: none;
}
@media (min-width: 577px) {
    .hero-desktop-img {
        display: block;
    }
}
@media (max-width: 576px) {
.hero {
    padding-top: 60px;
    padding-bottom: 0;
    display: block;
    }

  .hero-mobile-img {
    display: block;
  }
  .hero-desktop-img {
    display: none;
  }
}

.lead {
    font-family: 'poppins';
    font-weight: 400;
    color: #ebebeb;
}
.line {
    width: 100px;
    height: 4px;
    background-color: white;
}
.line-alt {
    width: 100%;
    height: 1px;
    background-color: #6e6e6e;
}

.fa-ul {
    margin-top: 3rem;
}

.social-icons a {
    text-decoration: none;
    color: inherit;
}
.social-icons a i {
    transition: 0.3s;
}
.social-icons a:hover i {
    color: azure;
}

.about {
    background-color: #22262f;
}

.contact {
  background-color: #22262f;
}

/* ===================== PORTFOLIO SLIDER ===================== */

.slider-shell{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 8px 0 68px;
}

.carousel.carousel--boxed{
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent;
}

.viewport{
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
  touch-action: pan-y;
  padding-inline: var(--slider-side-pad);
}

.track{
  display: flex;
  align-items: stretch;
  gap: var(--slider-gap);
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform .45s ease;
  will-change: transform;
}

.carousel .card{
  flex: 0 0 var(--slider-card-width);
  width: var(--slider-card-width);
  height: var(--slider-card-height);
  margin: 0;
  list-style: none;
  color: #fff;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  opacity: 1;
  transform: none;
  transition: opacity .28s ease;
}

.carousel .card-inner{
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #303237;
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255,255,255,.035);
  box-shadow: 0 10px 22px rgba(0,0,0,.16);
}

.carousel .card-image{
  width: 100%;
  height: 318px;
  padding: 14px 14px 0;
  box-sizing: border-box;
  background: transparent;
  flex-shrink: 0;
  position: relative;
}

.carousel .card-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
  background: linear-gradient(180deg, #f6f7f9 0%, #eef1f4 100%);
  box-shadow: 0 10px 18px rgba(0,0,0,.08);
}

.carousel .card-image--mock::before{
  content: "";
  position: absolute;
  inset: 14px 14px 0;
  border-radius: 10px;
  box-shadow: 0 10px 18px rgba(0,0,0,.09);
}

.carousel .card-image--naturals::before{
  background:
    linear-gradient(#c8a67b 0 0) 26px 38px / 112px 12px no-repeat,
    linear-gradient(#d9c7b2 0 0) 26px 74px / 156px 68px no-repeat,
    linear-gradient(#e6ddd1 0 0) 202px 62px / 110px 84px no-repeat,
    linear-gradient(#d9c3aa 0 0) 202px 160px / 110px 84px no-repeat,
    linear-gradient(#efe7dc 0 0) 26px 178px / 286px 92px no-repeat,
    linear-gradient(#ece0d0 0 0) 26px 292px / 72px 72px no-repeat,
    linear-gradient(#e3d2bc 0 0) 116px 292px / 72px 72px no-repeat,
    linear-gradient(#d7c1a5 0 0) 206px 292px / 72px 72px no-repeat,
    linear-gradient(#f6f0e8 0 0) 0 0 / 100% 100% no-repeat;
}

.carousel .card-image--invest::before{
  background:
    radial-gradient(circle at 18% 16%, rgba(104,123,255,.38), transparent 22%),
    linear-gradient(rgba(255,255,255,.08) 0 0) 22px 28px / 124px 14px no-repeat,
    linear-gradient(rgba(255,255,255,.10) 0 0) 22px 76px / 286px 106px no-repeat,
    linear-gradient(#1f2532 0 0) 22px 202px / 88px 76px no-repeat,
    linear-gradient(#202838 0 0) 122px 202px / 88px 76px no-repeat,
    linear-gradient(#212a3c 0 0) 222px 202px / 88px 76px no-repeat,
    linear-gradient(#181e2a 0 0) 22px 294px / 286px 96px no-repeat,
    linear-gradient(180deg, #161a24 0%, #10141d 100%);
}

.carousel .card-image--digital::before{
  background:
    linear-gradient(#22283a 0 0) 24px 36px / 118px 12px no-repeat,
    linear-gradient(#e7eaef 0 0) 24px 70px / 150px 92px no-repeat,
    linear-gradient(#e9edf2 0 0) 24px 180px / 286px 96px no-repeat,
    linear-gradient(135deg, #7d4fe2 0%, #c06bd2 100%) 198px 70px / 112px 92px no-repeat,
    linear-gradient(#f1f4f8 0 0) 24px 294px / 56px 50px no-repeat,
    linear-gradient(#f1f4f8 0 0) 92px 294px / 56px 50px no-repeat,
    linear-gradient(#f1f4f8 0 0) 160px 294px / 56px 50px no-repeat,
    linear-gradient(#f1f4f8 0 0) 228px 294px / 56px 50px no-repeat,
    linear-gradient(#fcfcfd 0 0) 0 0 / 100% 100% no-repeat;
}

.carousel .card-content{
  padding: 18px 18px 20px;
  color: #fff;
}

.carousel .card-title{
  font-size: 17px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.carousel .card-text{
  font-size: 13px;
  line-height: 1.65;
  color: rgba(255,255,255,.72);
  margin: 0;
}

.slider-nav--panel{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  border: none;
  border-radius: 999px;
  background: rgba(10,12,16,.58);
  color: #fff;
  font-size: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 5;
  cursor: pointer;
  transition: background .25s ease, transform .25s ease;
}

.slider-nav--panel:hover{
  background: rgba(19,22,28,.88);
}

.slider-nav--panel.prev{
  left: 10px;
}

.slider-nav--panel.next{
  right: 10px;
}

.slider-pagination{
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-dot{
  width: 11px;
  height: 11px;
  padding: 0,5px;
  border: 0;
  border-radius: 999px;
  background: rgba(255,255,255,.24);
  cursor: pointer;
  transition: transform .22s ease, background-color .22s ease, opacity .22s ease;
}

.slider-dot.is-active{
  background: #d61f58;
  transform: scale(1.08);
}

.slider-dot:hover{
  opacity: .9;
}

@media (max-width: 991px){
  :root{
    --slider-card-width: 262px;
    --slider-card-height: 412px;
    --slider-gap: 16px;
    --slider-side-pad: 22px;
  }

  .carousel .card-image{
    height: 286px;
  }
}

@media (max-width: 768px){
  :root{
    --slider-card-width: 230px;
    --slider-card-height: 380px;
    --slider-gap: 14px;
    --slider-side-pad: 16px;
  }

  .viewport{
    padding-inline: var(--slider-side-pad);
  }

  .carousel .card-image{
    height: 252px;
    padding: 12px 12px 0;
  }

  .carousel .card-content{
    padding: 16px 16px 18px;
  }

  .slider-nav--panel{
    width: 38px;
    height: 38px;
    font-size: 22px;
  }

  .slider-nav--panel.prev{
    left: 0;
  }

  .slider-nav--panel.next{
    right: 0;
  }
}

/* ===================== END PORTFOLIO SLIDER ===================== */

/* CONTACT */

section.contact .form-control {
  background: transparent;
  color: #fff;
  border: 0;                 /* tÃƒ¼m kenarlÃ„±klarÃ„± kaldÃ„±r */
  border-radius: 0;
  border-bottom: var(--line-w-base) solid var(--line-grey);  /* sadece alt Ãƒ§izgi */
  box-shadow: inset 0 0 0 0 var(--line-grey);
  padding-left: 0;
  padding-right: 0;
  caret-color: #fff;
  transition: border-color .18 ease, box-shadow .18 ease;
}

/* Placeholder gÃƒ¶rÃƒ¼nmesin; yazarken sade bir alan */
section.contact .form-control::placeholder { color: transparent; }

/* Focus: Ãƒ§izgi beyaz */
section.contact .form-control:focus {
  outline: 0;
  box-shadow: inset 0 calc(-1 * (var(--line-w-focus) - var(--line-w-base))) 0 0 var(--line-white);
  border-bottom-color: var(--line-white);
}

/* Doluyken de (placeholder kaybolduÃ„Å¸unda) gri kalsÃ„±n Ã¢â‚¬â€ istersen beyaza alabilirsin */
section.contact .form-control:not(:placeholder-shown) {
  border-bottom-color: var(--line-grey);
}

/* HoverÃ¢â‚¬â„¢da hafif gÃƒ¼Ãƒ§lendirme (opsiyonel) */
section.contact .form-control:hover {
  border-bottom-color: #8a8f98;             /* griyi bir ton aÃƒ§ */
}

/* Validasyon renkleri (opsiyonel ama iyi olur) */
.was-validated .form-control:invalid,
section.contact .form-control.is-invalid {
  border-bottom-color: #dc3545;             /* Bootstrap danger */
  box-shadow: inset 0 -1px 0 #dc3545;
}
.was-validated .form-control:valid,
section.contact .form-control.is-valid {
  border-bottom-color: rgba(255,255,255,.38);
  border-color: transparent;
  border-bottom-color: rgba(255,255,255,.38);
  box-shadow: none;
  background-image: none;
  padding-right: 0;
}

.was-validated .form-control:valid:focus,
section.contact .form-control.is-valid:focus {
  border-color: transparent;
  border-bottom-color: var(--line-white);
  box-shadow: inset 0 calc(-1 * (var(--line-w-focus) - var(--line-w-base))) 0 0 var(--line-white);
}

.was-validated textarea.form-control:valid,
section.contact textarea.form-control.is-valid {
  background-image: none;
  box-shadow: none;
  outline: 0;
}

section.contact .form-control:hover:not(:focus){
  border-bottom-color: var(--line-grey-hover);
  /* toplam kalÃ„±nlÃ„±k: base(1px) + ekstra(hover-base) = 2px */
  box-shadow: inset 0 calc(-1 * (var(--line-w-hover) - var(--line-w-base))) 0 0 var(--line-grey-hover);
}

/* Label tonu */
section.contact .form-label { font-weight: 600; color: rgba(255,255,255,.6); }

:root {
  --cta-color: #fff;                  /* yazÃ„± ve ok rengi */
  --cta-underline-idle: rgba(255,255,255,.35);  /* baÃ…Å¸langÃ„±Ãƒ§ Ãƒ§izgi rengi */
  --cta-underline-active: #fff;       /* hover/focus Ãƒ§izgi rengi */
  --cta-underline-h: 3px;             /* Ãƒ§izgi kalÃ„±nlÃ„±Ã„Å¸Ã„± */
  --cta-fill-start: 1;              /* Ãƒ§izginin baÃ…Å¸langÃ„±Ãƒ§ doluluk oranÃ„± (0Ã¢â‚¬â€œ1) */
  --cta-shift: 6px;                   /* okun kayma mesafesi */
}

.cta-link{
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  border: 0;
  color: var(--cta-color);
  font-weight: 600;
  padding: 10px 0;                    /* dokunma alanÃ„± */
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  position: relative;                 /* alt Ãƒ§izgi iÃƒ§in referans */
}

.cta-link:focus{ outline: none; }     /* kendi focus stilimizi vereceÃ„Å¸iz */
.cta-arrow{ transition: transform .25s ease; }

/* Alt Ãƒ§izgi: solda baÃ…Å¸lar, geniÃ…Å¸lik hep 100% ama scale ile kÃ„±sa gÃƒ¶rÃƒ¼nÃƒ¼r */
.cta-link::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: var(--cta-underline-h);
  background: var(--cta-underline-idle);
  transform-origin: left center;
  transform: scaleX(var(--cta-fill-start));   /* baÃ…Å¸langÃ„±Ãƒ§ kÃ„±sa */
  transition: transform .25s ease, background-color .25s ease;
}

/* Hover veya klavye odaÃ„Å¸Ã„± */
.cta-link:is(:hover, :focus-visible) .cta-arrow{
  transform: translateX(var(--cta-shift));
}

.cta-link:is(:hover, :focus-visible)::after{
  transform: scaleX(1);                       /* tamamen dolsun */
  background: var(--cta-underline-active);    /* rengi beyazlaÃ…Å¸sÃ„±n */
}

.contact-page{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(61, 120, 255, .07), transparent 34%),
    radial-gradient(circle at bottom right, rgba(255, 255, 255, .03), transparent 24%),
    #1e2229;
}

.contact-page__intro,
.contact-page__form-card{
  position: relative;
  height: 100%;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 24px;
  background: rgba(12, 15, 21, .66);
  box-shadow: 0 12px 36px rgba(0,0,0,.12);
  backdrop-filter: blur(6px);
}

.contact-page__intro{
  padding: 28px 30px 30px;
}

.contact-page__form-card{
  padding: 34px 30px;
}

.contact-page__eyebrow{
  margin-bottom: 10px;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: rgba(255,255,255,.48);
}

.contact-page__intro .line{
  margin-bottom: 22px !important;
}

.contact-page__intro h1{
  margin-bottom: 20px !important;
  line-height: 1.04;
  letter-spacing: -.03em;
}

.contact-page__intro .lead{
  margin-bottom: 24px !important;
  font-size: clamp(1.05rem, 1.45vw, 1.28rem);
  line-height: 1.55;
}

.contact-page__status{
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  margin-bottom: 22px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.09);
  background: rgba(255,255,255,.03);
  color: rgba(255,255,255,.78);
  font-size: .92rem;
  font-weight: 500;
}

.contact-page__info-list{
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 4px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.contact-page__info-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255,255,255,.10);
}

.contact-page__label{
  margin-bottom: 0;
  font-size: .8rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: rgba(255,255,255,.45);
}

.contact-page__value{
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  text-align: right;
}

a.contact-page__value:hover{
  color: #e4ecff;
}

.contact-page__info-row--email{
  align-items: flex-start;
}

.contact-page__inline-mail{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
  max-width: min(100%, 420px);
  margin-left: auto;
  color: rgba(255,255,255,.68);
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.35;
}

.contact-page__inline-phone{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
  max-width: min(100%, 420px);
  margin-left: auto;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.35;
}

.contact-page__inline-prefix{
  flex: 0 0 auto;
  color: rgba(255,255,255,.54);
}

.contact-page__inline-link{
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #f4f7ff;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-color: rgba(255,255,255,.22);
  text-underline-offset: 8px;
  transition: color .18s ease, text-decoration-color .18s ease;
}

.contact-page__inline-link:hover{
  color: #ffffff;
  text-decoration-color: rgba(120, 170, 255, .55);
}

.contact-page__hover-action{
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  color: rgba(255,255,255,.62);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-6px);
  transition: transform .18s ease, color .18s ease, filter .18s ease, opacity .18s ease;
}

.contact-page__hover-action svg{
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-page__inline-phone:hover .contact-page__hover-action,
.contact-page__inline-phone:focus-within .contact-page__hover-action{
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.contact-page__hover-action:hover{
  transform: translateY(-1px);
}

.contact-page__hover-action:focus-visible{
  outline: 0;
}

.contact-page__hover-action--whatsapp:hover,
.contact-page__hover-action--whatsapp:focus-visible{
  color: #25d366;
  filter: drop-shadow(0 6px 14px rgba(37, 211, 102, .22));
}

.contact-page__copy-btn{
  position: relative;
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.62);
  opacity: 0;
  pointer-events: none;
  transform: translateX(-6px);
  transition: transform .18s ease, color .18s ease, filter .18s ease;
}

.contact-page__inline-mail:hover .contact-page__copy-btn,
.contact-page__inline-mail:focus-within .contact-page__copy-btn{
  opacity: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.contact-page__copy-btn:hover{
  transform: translateY(-1px);
  color: rgba(141, 183, 255, .95);
  filter: drop-shadow(0 6px 14px rgba(43, 106, 224, .22));
}

.contact-page__copy-btn:active{
  transform: translateY(0) scale(.98);
}

.contact-page__copy-btn:focus-visible{
  outline: 0;
  color: rgba(141, 183, 255, .95);
}

.contact-page__copy-btn::after{
  content: attr(data-default-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(8, 10, 14, .96);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, background-color .16s ease, color .16s ease;
}

.contact-page__copy-btn:hover::after,
.contact-page__copy-btn:focus-visible::after{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.contact-page__copy-btn.is-copied::after{
  content: attr(data-success-label);
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  background: rgba(18, 45, 29, .96);
  color: #d9ffe9;
}

.contact-page__copy-btn.is-error::after{
  content: attr(data-error-label);
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  background: rgba(62, 19, 23, .96);
  color: #ffd7dc;
}

.contact-page__copy-btn-icon{
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity .18s ease, transform .18s ease, color .18s ease;
}

.contact-page__copy-btn-icon svg{
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-page__copy-btn-icon--check{
  opacity: 0;
  transform: scale(.8);
}

.contact-page__copy-btn-text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.contact-page__copy-btn.is-copied{
  color: #33d08c;
  filter: drop-shadow(0 6px 14px rgba(51, 208, 140, .20));
}

.contact-page__copy-btn.is-copied .contact-page__copy-btn-icon--copy{
  opacity: 0;
  transform: scale(.8);
}

.contact-page__copy-btn.is-copied .contact-page__copy-btn-icon--check{
  opacity: 1;
  transform: scale(1);
}

.contact-page__copy-btn.is-error{
  color: #ff8d98;
  filter: drop-shadow(0 6px 14px rgba(220, 53, 69, .18));
}

.contact-page__meta{
  margin-top: 22px;
}

.contact-page__meta-title{
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

.contact-page__meta-text{
  color: rgba(255,255,255,.62);
  line-height: 1.8;
}

.contact-page__form-head{
  display: block;
  margin-bottom: 28px;
}

.contact-page__form-head p{
  max-width: 520px;
}

.contact-page__alert{
  border: 0;
  border-radius: 14px;
}

.contact-page .form-label{
  margin-bottom: 10px;
  font-weight: 500;
  color: rgba(255,255,255,.64);
}

.contact-page .form-control{
  min-height: 56px;
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  color: #fff;
  padding: 15px 16px;
  box-shadow: none;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.contact-page textarea.form-control{
  min-height: 180px;
  resize: vertical;
}

.contact-page .form-control::placeholder{
  color: rgba(255,255,255,.32);
}

.contact-page .form-control:hover{
  background: rgba(255,255,255,.04);
  border-color: rgba(255,255,255,.16);
}

.contact-page .form-control:focus{
  background: rgba(255,255,255,.05);
  color: #fff;
  border-color: rgba(58, 123, 255, .62);
  box-shadow: 0 0 0 3px rgba(58, 123, 255, .10);
}

.contact-page__form-footer{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.contact-page__form-note{
  max-width: 320px;
  color: rgba(255,255,255,.50);
  line-height: 1.6;
}

@media (max-width: 991.98px){
  .contact-page__intro,
  .contact-page__form-card{
    padding: 28px 24px;
  }
}

@media (max-width: 575.98px){
  .contact-page__info-row{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  .contact-page__inline-mail{
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    font-size: 1rem;
  }

  .contact-page__inline-phone{
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    font-size: 1rem;
  }

  .contact-page__value{
    text-align: left;
  }

  .contact-page__form-footer .btn{
    width: 100%;
  }
}

/* FOOTER */

/* BÃƒ¼yÃƒ¼k temasal linkler (email/telefon) */
.contact-link{
  display:inline-flex; align-items:center; gap:.5rem;
  font-weight:800; text-decoration:none;
  color:#fff; padding-bottom:.3rem;
  border-bottom:1px solid rgba(255,255,255,.25);
}
.contact-link:hover{ border-color:rgba(255,255,255,.6); }
.contact-link .bi{ transition:transform .2s ease; }
.contact-link:hover .bi{ transform:translateX(4px); }

/* Avatar */
.avatar-lg{ width:80px; height:80px; object-fit:cover; border-radius:50%; }
.avatar-ring{ box-shadow:0 0 0 4px rgba(255,255,255,.06); } /* yumuÃ…Å¸ak halka */

.footer-contact-inline{
  position: relative;
  display: inline-block;
  padding-left: 44px;
  margin-left: -44px;
  max-width: min(100%, 420px);
}

.footer-contact-list{
  margin-top: 0;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 70px !important;
}

.footer-contact-item{
  width: 312px;
  max-width: 312px;
}

.footer-contact-item--phone{
  width: 188px;
  max-width: 188px;
}

.footer-contact-kicker{
  margin-bottom: 8px;
  color: #9f907d;
  font-size: .98rem;
  font-weight: 700;
  letter-spacing: .01em;
  text-transform: uppercase;
}

.footer-contact-link{
  display: inline-block;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #fff;
  font-size: 1.02rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.015em;
  text-decoration: none;
  transition: color .18s ease;
}

.footer-contact-item--phone .footer-contact-link{
  overflow: visible;
  text-overflow: clip;
}

.footer-contact-link:hover{
  color: #ffffff;
}

.footer-contact-line{
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 11px;
  background: rgba(255,255,255,.24);
}

.footer-contact-action,
.footer-contact-copy{
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.62);
  opacity: 0;
  pointer-events: none;
  transform: translate(-6px, -50%);
  transition: transform .18s ease, color .18s ease, filter .18s ease, opacity .18s ease;
}

.footer-contact-action svg,
.footer-contact-copy__icon svg{
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-contact-inline--phone:hover .footer-contact-action,
.footer-contact-inline--phone:focus-within .footer-contact-action,
.footer-contact-inline--mail:hover .footer-contact-copy,
.footer-contact-inline--mail:focus-within .footer-contact-copy{
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.footer-contact-action:hover,
.footer-contact-copy:hover{
  transform: translate(0, calc(-50% - 1px));
}

.footer-contact-action:focus-visible,
.footer-contact-copy:focus-visible{
  outline: 0;
}

.footer-contact-action--whatsapp:hover,
.footer-contact-action--whatsapp:focus-visible{
  color: #25d366;
  filter: drop-shadow(0 6px 14px rgba(37, 211, 102, .22));
}

.footer-contact-copy:hover,
.footer-contact-copy:focus-visible{
  color: rgba(141, 183, 255, .95);
  filter: drop-shadow(0 6px 14px rgba(43, 106, 224, .22));
}

.footer-contact-copy:active{
  transform: translateY(0) scale(.98);
}

.footer-contact-copy::after{
  content: attr(data-default-label);
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) translateY(4px);
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(8, 10, 14, .96);
  border: 1px solid rgba(255,255,255,.08);
  color: #fff;
  font-size: .72rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .16s ease, transform .16s ease, background-color .16s ease, color .16s ease;
}

.footer-contact-copy:hover::after,
.footer-contact-copy:focus-visible::after{
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.footer-contact-copy.is-copied::after{
  content: attr(data-success-label);
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  background: rgba(18, 45, 29, .96);
  color: #d9ffe9;
}

.footer-contact-copy.is-error::after{
  content: attr(data-error-label);
  opacity: 1;
  transform: translateX(-50%) translateY(0);
  background: rgba(62, 19, 23, .96);
  color: #ffd7dc;
}

.footer-contact-copy__icon{
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity .18s ease, transform .18s ease, color .18s ease;
}

.footer-contact-copy__icon--check{
  opacity: 0;
  transform: scale(.8);
}

.footer-contact-copy__text{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.footer-contact-copy.is-copied{
  color: #33d08c;
  filter: drop-shadow(0 6px 14px rgba(51, 208, 140, .20));
}

.footer-contact-copy.is-copied .footer-contact-copy__icon--copy{
  opacity: 0;
  transform: scale(.8);
}

.footer-contact-copy.is-copied .footer-contact-copy__icon--check{
  opacity: 1;
  transform: scale(1);
}

.footer-contact-copy.is-error{
  color: #ff8d98;
  filter: drop-shadow(0 6px 14px rgba(220, 53, 69, .18));
}

.footer-hover-inline{
  position: relative;
  display: inline-block;
  padding-left: 38px;
  margin-left: -38px;
}

.footer-hover-copy,
.footer-hover-whatsapp{
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(255,255,255,.62);
  opacity: 0;
  pointer-events: none;
  transform: translate(-6px, -50%);
  transition: transform .18s ease, color .18s ease, filter .18s ease, opacity .18s ease;
}

.footer-hover-whatsapp svg,
.footer-hover-copy__icon svg{
  width: 19px;
  height: 19px;
  stroke: currentColor;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-hover-inline--mail:hover .footer-hover-copy,
.footer-hover-inline--mail:focus-within .footer-hover-copy,
.footer-hover-inline--phone:hover .footer-hover-whatsapp,
.footer-hover-inline--phone:focus-within .footer-hover-whatsapp{
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, -50%);
}

.footer-hover-copy:hover,
.footer-hover-whatsapp:hover{
  transform: translate(0, calc(-50% - 1px));
}

.footer-hover-copy:focus-visible,
.footer-hover-whatsapp:focus-visible{
  outline: 0;
}

.footer-hover-copy:hover,
.footer-hover-copy:focus-visible{
  color: rgba(141, 183, 255, .95);
  filter: drop-shadow(0 6px 14px rgba(43, 106, 224, .22));
}

.footer-hover-whatsapp:hover,
.footer-hover-whatsapp:focus-visible{
  color: #25d366;
  filter: drop-shadow(0 6px 14px rgba(37, 211, 102, .22));
}

.footer-hover-copy__icon{
  position: absolute;
  inset: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity .18s ease, transform .18s ease, color .18s ease;
}

.footer-hover-copy__icon--check{
  opacity: 0;
  transform: scale(.8);
}

.footer-hover-copy.is-copied{
  color: #33d08c;
  filter: drop-shadow(0 6px 14px rgba(51, 208, 140, .20));
}

.footer-hover-copy.is-copied .footer-hover-copy__icon--copy{
  opacity: 0;
  transform: scale(.8);
}

.footer-hover-copy.is-copied .footer-hover-copy__icon--check{
  opacity: 1;
  transform: scale(1);
}

.footer-hover-copy.is-error{
  color: #ff8d98;
  filter: drop-shadow(0 6px 14px rgba(220, 53, 69, .18));
}

.nav-link {
  color: white;
}

.line-footer {
    width: 100%;
    height: 1px;
    background-color: #47738e;
}

.line-footer-under{
  height:1px;
  background-color: rgba(255,255,255,.22);
  width: clamp(240px, 80%, 980px);
  margin: 16px auto;
}

.contact-wrap{ max-width: 560px; }
.footer .social-icons {
  gap: 0.85rem !important;
}
.social-icons a:hover{ opacity: 1 !important; }

@media (min-width: 992px) {
  .footer-iletisim {
    padding-right: 50px;
  }
}

@media (max-width: 575.98px) {
  .footer-hover-inline{
    padding-left: 34px;
    margin-left: -34px;
  }
}

@media (max-width: 575.98px) {
  .footer-contact-item{
    max-width: 100%;
    width: 100%;
  }

  .footer-contact-item--phone{
    max-width: 100%;
    width: 100%;
  }

  .footer-contact-inline{
    display: inline-block;
    padding-left: 36px;
    margin-left: -36px;
    max-width: 100%;
    font-size: 1rem;
  }

  .footer-contact-action,
  .footer-contact-copy{
    left: 0;
  }
}

/* -----------PORTFOLIO KARTLAR----------- */
#portfolio-page {
  background-color: #1e2229 !important;
}

/* KartÃ„±n genel dili */
.project-card{
  width: 450px;
  display:block;
  text-decoration:none;
  color:#fff;
  background:#2b313a;
  border-radius:28px;
  position:relative;
  overflow: visible;
  min-height:520px;
  transition: transform .25s ease, filter .25s ease, opacity .25s ease;
}

/* Hover'da hafif "premium" yÃƒ¼kselme */
.project-card:hover{
  transform: translateY(-6px);
}

/* SaÃ„Å¸daki kart gibi karartÃ„±lmÃ„±Ã…Å¸ gÃƒ¶rÃƒ¼nÃƒ¼m */
.project-card.is-dim{
  opacity:.25;
  filter: blur(.2px);
}
.project-card.is-dim:hover{
  opacity:.65;
  filter:none;
}

/* ÃƒÅ“st satÃ„±r: marka + etiketler */
.project-card__top{
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  margin-bottom:18px;
}

.project-card__brand{
  display:flex;
  align-items:center;
  gap:10px;
  opacity:.9;
}

.project-card__icon{
  width:34px;
  height:34px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.15);
  font-weight:700;
}

.project-card__name{
  font-weight:600;
  letter-spacing:.2px;
}

/* SaÃ„Å¸ Ãƒ¼st pill etiketler */
.project-card__tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.tag-pill{
  padding:10px 14px;
  border-radius:999px;
  font-size:13px;
  font-weight:600;
  background: rgba(255,255,255,.14);
  border:1px solid rgba(255,255,255,.10);
  color:#fff;
}

/* BÃƒ¼yÃƒ¼k baÃ…Å¸lÃ„±k */
.project-card__title{
  padding-left: 28px;
  padding-right: 28px;
  font-size:38px;
  line-height:1.15;
  font-weight:800;
  margin: 10px 0 22px 0;
}

/* Medya alanÃ„± */
.project-card__media{
    height: 280px;
    display: flex;
    overflow: hidden;
    align-items: flex-end;
    justify-content: center;
    border-radius: 28px;
}

/* Perspektif ve kolaj */
.shots{
    position: relative;
    height: 320px;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shot{
    position: absolute;
    bottom: -212px;
    width: 100%;
    max-width: 518px;
    height: auto;
    object-fit: contain;
    border-radius: 9px;
}

/*
.shot--left{
  left:0;
  bottom:0;
  transform: rotate(-6deg);
}

.shot--right{
  right:0;
  bottom:8px;
  transform: rotate(6deg);
}
*/

/* Alttaki kÃƒ¼Ãƒ§Ãƒ¼k ekran/section */
.shot--bottom{
  left:50%;
  bottom:-10px;
  width:70%;
  transform: translateX(-50%) rotate(0deg);
  opacity:.95;
}

/* Grid hover davranÃ„±Ã…Å¸Ã„± */
.project-card{
  opacity: 1;
  filter: none;
  transform: translateY(0) scale(1);
}

/* SADECE bir kartÃ„±n Ãƒ¼stÃƒ¼ne gelince diÃ„Å¸erleri solsun */
.project-grid:has(.project-card:hover) .project-card{
  opacity: .10;
  filter: grayscale(1);
}

/* Hover edilen kart parlak + bÃƒ¼yÃƒ¼sÃƒ¼n */
.project-grid:has(.project-card:hover) .project-card:hover{
  opacity: 1;
  filter: none;
  transform: translateY(-8px) scale(1.02);
  z-index: 5;
}

@media (max-width: 991px){
  .project-grid:has(.project-card:hover) .project-card{
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* Mobilde hover yok gibi davranÃ„±r */
@media (max-width: 991px){
  .project-grid:hover .project-card{
    opacity: 1;
    filter: none;
    transform: none;
  }
}

/* PORTFOLIO HERO */
.portfolio-hero {
  color: #fff;
}

.portfolio-hero__line {
  display: block;
  width: 90px;
  height: 4px;
  background: #ffffff;
  margin: 0 auto 24px auto;
  opacity: .9;
}

.portfolio-hero__title {
  font-size: 64px;
  font-weight: 800;
  margin-bottom: 20px;
  letter-spacing: -1px;
}

.portfolio-hero__desc {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.7);
  max-width: 720px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .portfolio-hero__title {
    font-size: 42px;
  }

  .portfolio-hero__desc {
    font-size: 15px;
  }
}

/* PORTFOLIO PAGE OVERRIDES */
.project-grid{
  align-items: stretch;
}

.project-card{
  width: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
  color: #fff;
  background: linear-gradient(180deg, rgba(36, 41, 50, .96), rgba(21, 26, 34, .98));
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 28px;
  overflow: hidden;
  min-height: 100%;
  box-shadow: 0 18px 42px rgba(0,0,0,.14);
  transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
  filter: none;
  opacity: 1;
}

.project-card:hover{
  transform: translateY(-6px);
  border-color: rgba(116, 163, 255, .20);
  box-shadow: 0 26px 56px rgba(0,0,0,.20);
}

.project-card__top{
  padding: 28px 28px 0;
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:16px;
  margin-bottom: 18px;
}

.project-card__brand{
  display:flex;
  align-items:center;
  gap:10px;
  opacity:.95;
}

.project-card__icon{
  width:36px;
  height:36px;
  border-radius:999px;
  display:grid;
  place-items:center;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.12);
  font-weight:700;
}

.project-card__name{
  font-weight:600;
  letter-spacing:.2px;
}

.project-card__tags{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  justify-content:flex-end;
}

.tag-pill{
  padding:9px 13px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
  background: rgba(255,255,255,.10);
  border:1px solid rgba(255,255,255,.08);
  color:#fff;
}

.project-card__body{
  padding: 0 28px 24px;
}

.project-card__title{
  padding: 0;
  font-size: clamp(1.8rem, 2.2vw, 2.45rem);
  line-height:1.12;
  font-weight:800;
  margin: 0 0 16px 0;
  letter-spacing: -.03em;
}

.project-card__desc{
  margin-bottom: 18px;
  color: rgba(255,255,255,.70);
  line-height: 1.75;
  max-width: 58ch;
}

.project-card__meta{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.project-card__meta span{
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  background: rgba(255,255,255,.05);
  color: rgba(255,255,255,.78);
  font-size: .86rem;
}

.project-card__media{
  margin-top: auto;
  min-height: 260px;
  height: auto;
  padding: 0 24px 24px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  border-radius: 0;
}

.project-card__image{
  width: 100%;
  height: auto;
  display: block;
  border-radius: 22px;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 20px 36px rgba(0,0,0,.22);
  background: #10141b;
}

.portfolio-hero__line{
  margin: 0 0 24px;
}

.portfolio-hero__desc{
  margin: 0;
}

.portfolio-hero__stats{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.portfolio-stat{
  min-height: 120px;
  padding: 20px 18px;
  border-radius: 22px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
}

.portfolio-stat__value{
  display: block;
  margin-bottom: 8px;
  color: #fff;
  font-size: 1.55rem;
  font-weight: 800;
}

.portfolio-stat__label{
  color: rgba(255,255,255,.66);
  line-height: 1.55;
}

.portfolio-cta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(31, 37, 46, .96), rgba(17, 22, 30, .98));
  border: 1px solid rgba(255,255,255,.08);
}

.portfolio-cta__eyebrow{
  margin-bottom: 10px;
  color: rgba(255,255,255,.48);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.portfolio-cta__title{
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(1.6rem, 2vw, 2.2rem);
  font-weight: 800;
  letter-spacing: -.03em;
}

.portfolio-cta__text{
  max-width: 62ch;
  color: rgba(255,255,255,.68);
  line-height: 1.75;
}

.portfolio-cta__actions{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

@media (max-width: 991px){
  .project-grid:has(.project-card:hover) .project-card{
    opacity: 1;
    filter: none;
    transform: none;
  }

  .project-grid:hover .project-card{
    opacity: 1;
    filter: none;
    transform: none;
  }
}

@media (max-width: 768px) {
  .project-card__top,
  .project-card__body{
    padding-left: 22px;
    padding-right: 22px;
  }

  .project-card__media{
    min-height: 220px;
    padding: 0 18px 18px;
  }

  .portfolio-hero__stats{
    grid-template-columns: 1fr;
  }

  .portfolio-stat{
    min-height: unset;
  }

  .portfolio-cta{
    padding: 24px 22px;
  }
}

/* PORTFOLIO MINIMAL LAYOUT */
#portfolio-page .portfolio-hero{
  text-align: center;
}

#portfolio-page .portfolio-hero__line{
  margin: 0 auto 24px;
}

#portfolio-page .portfolio-hero__desc{
  max-width: 640px;
  margin: 0 auto;
}

#portfolio-page .project-grid{
  max-width: 980px;
  margin: 0 auto;
}

#portfolio-page .project-card--classic{
  display: flex;
  flex-direction: column;
  min-height: 540px;
  background: #333a46;
  border: 0;
  border-radius: 28px;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  will-change: transform, opacity, filter;
  transition-delay: 90s;
  transition: transform .5s cubic-bezier(.22,.61,.36,1), opacity .9s cubic-bezier(.22,1,.36,1), filter .9s cubic-bezier(.22,1,.36,1);
}

#portfolio-page .project-card--classic:hover{
  transform: translateY(-6px);
  border-color: transparent;
  box-shadow: none;
}

#portfolio-page .project-card--classic::after{
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(10, 12, 16, 0);
  opacity: 0;
  pointer-events: none;
  transition-delay: 0s;
  transition: opacity .9s cubic-bezier(.22,1,.36,1), background-color .9s cubic-bezier(.22,1,.36,1);
  z-index: 1;
}

#portfolio-page .project-card--classic > *{
  position: relative;
  z-index: 2;
}

#portfolio-page .project-card--classic .project-card__top{
  padding: 24px 26px 0;
  align-items: center;
}

#portfolio-page .project-card--classic .project-card__body{
  padding: 4px 26px 18px;
}

#portfolio-page .project-card--classic .project-card__title{
  font-size: clamp(1.55rem, 1.9vw, 2.05rem);
  line-height: 1.28;
  margin-bottom: 0;
  font-weight: 800;
  letter-spacing: -.02em;
}

#portfolio-page .project-card--classic .project-card__desc{
  color: rgba(255,255,255,.68);
  line-height: 1.7;
  margin-bottom: 0;
}

#portfolio-page .project-card--classic .project-card__media{
  min-height: 330px;
  padding: 0;
  overflow: hidden;
  align-items: flex-end;
  background: linear-gradient(180deg, rgba(25, 30, 39, .25) 0%, rgba(14, 17, 23, .72) 100%);
  position: relative;
}

#portfolio-page .project-card--classic .project-card__media::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 16, .00) 0%, rgba(10, 12, 16, .38) 100%);
  opacity: 1;
  pointer-events: none;
  transition-delay: 0s;
  transition: opacity .9s cubic-bezier(.22,1,.36,1), background .9s cubic-bezier(.22,1,.36,1);
}

#portfolio-page .project-card--classic .project-card__image{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: transparent;
  will-change: transform, opacity, filter;
  transition-delay: 0s;
  transition: transform .9s cubic-bezier(.22,1,.36,1), opacity .9s cubic-bezier(.22,1,.36,1), filter .9s cubic-bezier(.22,1,.36,1);
}

#portfolio-page .project-card--dentiva .project-card__image{
  width: 88%;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  object-fit: contain;
  object-position: center bottom;
}

#portfolio-page .tag-pill{
  padding: 8px 12px;
  font-size: 11px;
  font-weight: 700;
  background: #7a879f;
  border: 0;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic{
  opacity: .48;
  filter: saturate(.6) brightness(.42);
  transition-delay: .14s;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic::after{
  opacity: 1;
  background: rgba(7, 9, 13, .52);
  transition-delay: .14s;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic .project-card__media::after{
  opacity: .94;
  background: linear-gradient(180deg, rgba(8, 10, 14, .18) 0%, rgba(8, 10, 14, .52) 100%);
  transition-delay: .14s;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic .project-card__image{
  transform: scale(1.015);
  opacity: .72;
  transition-delay: .14s;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic:hover{
  opacity: 1;
  filter: none;
  transition-delay: 0s;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic:hover::after{
  opacity: 0;
  background: rgba(8, 10, 14, 0);
  transition-delay: 0s;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic:hover .project-card__media::after{
  opacity: 1;
  background: linear-gradient(180deg, rgba(8, 10, 14, .00) 0%, rgba(8, 10, 14, .12) 100%);
  transition-delay: 0s;
}

#portfolio-page .project-grid:has(.project-card--classic:hover) .project-card--classic:hover .project-card__image{
  transform: scale(1);
  opacity: 1;
  filter: none;
  transition-delay: 0s;
}

@media (max-width: 768px) {
  #portfolio-page .project-card--classic{
    min-height: 500px;
  }

  #portfolio-page .project-card--classic .project-card__top,
  #portfolio-page .project-card--classic .project-card__body{
    padding-left: 22px;
    padding-right: 22px;
  }

  #portfolio-page .project-card--classic .project-card__media{
    min-height: 240px;
  }
}

/* 404 PAGE */
body.page-404 {
  background: #1f2428;
  color: #fff;
  min-height: 100vh;
}

.notfound{
  min-height: 100vh;
  display:flex;
  align-items:center;
  justify-content:center;
  padding: 80px 16px;
  position: relative;
  overflow:hidden;
}

.notfound__bg{
  position:absolute;
  inset:0;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 360px;
  font-weight: 600;
  letter-spacing: -18px;
  color: rgba(255,255,255,.035);
  user-select:none;
  pointer-events:none;
}

.notfound__wrap{
  position:relative;
  text-align:center;
  max-width: 720px;
  z-index: 2;
  margin-top: 20px;
}

.notfound__line{
  display:block;
  width: 110px;
  height: 4px;
  background: #fff;
  margin: 0 auto 32px auto;
  border-radius: 2px;
  opacity: .9;
}

.notfound__title{
  font-size: 64px;
  font-weight: 900;
  letter-spacing: -1px;
  margin: 0 0 16px 0;
}

.notfound__desc{
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255,255,255,.70);
  margin: 0 auto 26px auto;
  max-width: 560px;
}

.notfound__actions{
  display:flex;
  gap: 14px;
  justify-content:center;
  align-items:center;
  flex-wrap: wrap;
}

.notfound__btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding: 12px 18px;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
  border: 1px solid rgba(255,255,255,.18);
  color: #fff;
  text-decoration:none;
  font-weight: 700;
  transition: transform .2s ease, background .2s ease;
}

.notfound__btn:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.20);
}

.notfound__link{
  color: rgba(255,255,255,.75);
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 768px){
  .notfound__bg{ font-size: 220px; }
  .notfound__title{ font-size: 42px; }
}

.notfound__back{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:16px;
  font-weight:600;
  color:#fff;
  text-decoration:none;
  position:relative;
  padding-bottom:6px;  /* underline ile mesafe */
}

/* Altta SABÃ„°T gri Ãƒ§izgi */
.notfound__back::before{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:2px;
  background: rgba(255,255,255,.35);
}

/* ÃƒÅ“stte DOLAN beyaz Ãƒ§izgi */
.notfound__back::after{
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:100%;
  height:1px;
  background: rgba(255,255,255,.95);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .25s ease;
}

.notfound__back:hover::after{
  transform: scaleX(1);
}

/* Ok bÃƒ¼yÃƒ¼sÃƒ¼n + hafif hareket */
.notfound__back span{
  font-size: 22px;          /* OK bÃƒ¼yÃƒ¼dÃƒ¼ */
  line-height: 1;
  display:inline-block;
  transform: translateY(1px);
  transition: transform .25s ease;
}

.notfound__back:hover span{
  transform: translate(6px, 1px);
}

.toast-notify {
  position: fixed;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%) translateY(80px);
  background: #0d6efd;
  color: #fff;
  padding: 14px 22px;
  border-radius: 30px;
  font-weight: 500;
  opacity: 0;
  pointer-events: none;
  transition: all .4s ease;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
  z-index: 9999;
}

.toast-notify.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

/* -----------CARD PAGE----------- */
body.page-standalone--card {
  background:
    radial-gradient(circle at top, rgba(38, 120, 255, 0.2), transparent 34%),
    radial-gradient(circle at 80% 20%, rgba(149, 76, 233, 0.16), transparent 24%),
    linear-gradient(180deg, #060b18 0%, #050814 45%, #02040c 100%) !important;
}

body.page-standalone--card.preload {
  background-color: #050814 !important;
}

.site-content--standalone {
  min-height: 100vh;
}

.card-page {
  --card-text-soft: rgba(233, 241, 255, 0.74);
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding: clamp(22px, 6vw, 42px) 14px 36px;
  font-family: "Poppins", sans-serif;
}

.card-page__glow {
  position: absolute;
  width: 240px;
  height: 240px;
  border-radius: 999px;
  filter: blur(90px);
  opacity: 0.8;
  pointer-events: none;
}

.card-page__glow--cyan {
  top: 40px;
  left: -100px;
  background: rgba(32, 156, 255, 0.24);
}

.card-page__glow--violet {
  right: -120px;
  top: 180px;
  background: rgba(155, 92, 255, 0.2);
}

.card-shell {
  position: relative;
  max-width: 540px;
  margin: 0 auto;
}

.card-shell__grid {
  position: absolute;
  inset: 18px 10px 18px;
  height: auto;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(68, 114, 196, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(68, 114, 196, 0.18) 1px, transparent 1px);
  background-size: 28px 28px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 95%);
  pointer-events: none;
}

.card-profile {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 26px 18px 24px;
  border-radius: 32px;
  background:
    linear-gradient(180deg, rgba(10, 16, 34, 0.94), rgba(6, 10, 24, 0.9)),
    rgba(7, 12, 28, 0.9);
  border: 1px solid rgba(118, 155, 255, 0.22);
  box-shadow:
    0 18px 60px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(18px);
}

.card-profile__code {
  position: absolute;
  top: 164px;
  font-family: "Kanit", sans-serif;
  font-size: 2rem;
  line-height: 1;
  opacity: 0.9;
  pointer-events: none;
}

.card-profile__code--left {
  left: 18px;
  color: rgba(43, 140, 255, 0.8);
}

.card-profile__code--right {
  right: 22px;
  color: rgba(146, 93, 255, 0.8);
}

.card-avatar {
  position: relative;
  width: 166px;
  height: 166px;
  margin: 2px auto 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
}

.card-avatar__ring {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 2px;
  background: linear-gradient(135deg, #4ad9ff 0%, #2f86ff 52%, #bc5cff 100%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  box-shadow:
    0 0 28px rgba(73, 195, 255, 0.3),
    0 0 42px rgba(186, 92, 255, 0.18);
}

.card-avatar__image {
  width: 154px;
  height: 154px;
  border-radius: 50%;
  object-fit: cover;
  background: linear-gradient(180deg, rgba(38, 45, 66, 0.92), rgba(16, 19, 32, 0.92));
}

.card-identity {
  text-align: center;
}

.card-identity__eyebrow {
  margin: 0 0 10px;
  font-size: 0.74rem;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(170, 198, 255, 0.72);
}

.card-identity__title {
  margin: 0;
  font-family: "Kanit", sans-serif;
  font-size: clamp(2.4rem, 10vw, 4rem);
  line-height: 0.98;
  font-weight: 700;
  color: #f8fbff;
}

.card-identity__role {
  margin: 10px 0 0;
  font-size: clamp(1.05rem, 4.8vw, 1.45rem);
  font-weight: 600;
  color: #bfe1ff;
}

.card-identity__desc {
  max-width: 30ch;
  margin: 14px auto 0;
  font-size: 0.98rem;
  line-height: 1.65;
  color: var(--card-text-soft);
}

.card-service-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.card-service-pill {
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(17, 28, 57, 0.84);
  border: 1px solid rgba(94, 135, 233, 0.22);
  color: rgba(236, 242, 255, 0.86);
  font-size: 0.78rem;
  font-weight: 600;
}

.card-contact-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.card-contact-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 20px;
  text-decoration: none;
  background: rgba(8, 15, 34, 0.78);
  border: 1px solid rgba(110, 149, 238, 0.16);
  color: #fff;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.card-contact-item:hover {
  transform: translateY(-2px);
  border-color: rgba(112, 180, 255, 0.34);
  background: rgba(10, 19, 42, 0.92);
}

.card-contact-item__label {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(182, 201, 236, 0.62);
}

.card-contact-item__value {
  font-size: 1rem;
  font-weight: 600;
  word-break: break-word;
}

.card-action-stack {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card-cta {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 0 18px;
  border-radius: 22px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 10px 30px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, filter 0.22s ease;
}

.card-cta:hover {
  transform: translateY(-2px);
  filter: brightness(1.03);
}

.card-cta--whatsapp {
  background: linear-gradient(135deg, rgba(23, 186, 102, 0.96), rgba(9, 102, 52, 0.92));
  border-color: rgba(71, 255, 156, 0.3);
}

.card-cta--call {
  background: linear-gradient(135deg, rgba(27, 120, 241, 0.94), rgba(11, 57, 137, 0.92));
  border-color: rgba(88, 179, 255, 0.3);
}

.card-cta--mail {
  background: linear-gradient(135deg, rgba(123, 63, 228, 0.94), rgba(65, 23, 131, 0.92));
  border-color: rgba(188, 124, 255, 0.32);
}

.card-cta--portfolio {
  background: linear-gradient(135deg, rgba(12, 26, 66, 0.98), rgba(16, 41, 112, 0.9));
  border-color: rgba(77, 135, 255, 0.26);
}

.card-cta__icon,
.card-cta__arrow {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.card-cta__icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.4rem;
}

.card-cta__text {
  flex: 1 1 auto;
  font-size: 1.05rem;
  font-weight: 600;
}

.card-cta__arrow {
  font-size: 1.12rem;
  color: rgba(255, 255, 255, 0.86);
}

.card-link-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.card-link-tile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 132px;
  padding: 16px 15px 14px;
  border-radius: 22px;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(180deg, rgba(9, 16, 35, 0.94), rgba(7, 11, 23, 0.92));
  border: 1px solid rgba(90, 129, 218, 0.2);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease;
}

.card-link-tile:hover {
  transform: translateY(-2px);
  border-color: rgba(105, 178, 255, 0.36);
}

.card-link-tile.is-disabled {
  opacity: 0.62;
  cursor: default;
}

.card-link-tile__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: rgba(18, 38, 83, 0.82);
  color: #70d8ff;
  font-size: 1.5rem;
}

.card-link-tile__title {
  font-size: 1.05rem;
  font-weight: 700;
}

.card-link-tile__desc {
  margin-top: auto;
  color: rgba(221, 231, 248, 0.68);
  font-size: 0.86rem;
  line-height: 1.45;
}

.card-footer-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}

.card-footer-actions__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  text-decoration: none;
  background: linear-gradient(135deg, rgba(0, 176, 255, 0.16), rgba(50, 97, 255, 0.14));
  border: 1px solid rgba(100, 173, 255, 0.22);
  color: #eef6ff;
  font-weight: 600;
}

.card-footer-actions__button--ghost {
  background: rgba(255, 255, 255, 0.04);
}

.card-page__url {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 4px;
  padding-top: 4px;
  color: rgba(247, 251, 255, 0.92);
  font-size: clamp(1.02rem, 4.5vw, 1.35rem);
}

.card-page__url-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(81, 120, 216, 0.28);
  background: rgba(11, 18, 41, 0.86);
  color: #7ebeff;
  box-shadow: 0 0 24px rgba(65, 135, 255, 0.16);
}

@media (min-width: 560px) {
  .card-profile {
    padding: 30px 26px 28px;
  }

  .card-contact-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-footer-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 390px) {
  .card-profile {
    padding-inline: 14px;
    border-radius: 26px;
  }

  .card-profile__code {
    top: 156px;
    font-size: 1.7rem;
  }

  .card-link-grid {
    grid-template-columns: 1fr;
  }

  .card-cta {
    min-height: 68px;
    padding-inline: 16px;
  }

  .card-page__url {
    font-size: 0.98rem;
  }
}
