:root {
  --background: 216 65% 3%;
  --foreground: 210 28% 94%;
  --card: 215 55% 6%;
  --card-foreground: 210 28% 94%;
  --secondary: 213 48% 8%;
  --secondary-foreground: 206 22% 78%;
  --muted: 213 42% 9%;
  --muted-foreground: 211 14% 66%;
  --border: 198 78% 21%;
  --primary: 195 100% 50%;
  --primary-foreground: 216 65% 3%;
  --radius: 0.45rem;
  --gradient-warm: linear-gradient(135deg, #29c6ff, #08a8e8);
  --shadow-glow: 0 0 34px -14px rgb(0 194 255 / 0.7);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at 78% 8%, rgb(20 99 137 / 0.22), transparent 26rem),
    linear-gradient(180deg, #02070d 0%, #03101a 42%, #02070d 100%);
}

section [style*="opacity"],
header [style*="opacity"] {
  opacity: 1 !important;
  transform: none !important;
}

.section-padding {
  padding: 1.25rem 1rem !important;
}

.section-padding > .max-w-5xl,
.section-padding > .max-w-3xl,
.section-padding > .max-w-6xl {
  max-width: 1240px !important;
}

.text-gradient {
  background: linear-gradient(180deg, #30cfff 0%, #00a7e7 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

header,
nav,
.fixed.z-50 {
  background: rgb(2 7 13 / 0.64) !important;
  border-bottom: 1px solid rgb(20 185 238 / 0.14) !important;
  backdrop-filter: blur(16px);
}

nav.fixed {
  opacity: 1 !important;
  transform: none !important;
}

nav.fixed > div:first-child {
  max-width: 1240px !important;
  padding-top: 0.72rem !important;
  padding-bottom: 0.72rem !important;
}

nav.fixed > div:first-child::after {
  content: none;
}

header a,
nav a {
  font-size: 0.8rem;
}

nav a[href="https://www.linkedin.com/in/guvenc-sahin/"] {
  padding: 0.65rem 1rem;
  border: 1px solid rgb(20 185 238 / 0.72);
  border-radius: 0.35rem;
  color: #f4f9ff !important;
  font-size: 0.78rem;
  font-weight: 600;
  box-shadow: inset 0 0 0 1px rgb(255 255 255 / 0.02);
}

.hero-title-custom {
  position: relative;
  --hero-name-indent: 1.62em;
  max-width: 430px;
  min-height: 8.35rem;
  font-size: clamp(3.35rem, 6.6vw, 4.45rem) !important;
  line-height: 0.92 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  color: transparent !important;
  text-shadow: none;
}

.hero-title-custom > * {
  visibility: hidden;
}

.hero-title-custom::before {
  content: "DR. GUVENC";
  position: absolute;
  inset: 0 auto auto 0;
  color: #f8fbff;
  text-shadow: 0 16px 45px rgb(0 0 0 / 0.42);
}

.hero-title-custom::after {
  content: "SAHIN";
  position: absolute;
  left: var(--hero-name-indent);
  top: 3.9rem;
  color: #20c8ff;
  font-size: 1.12em;
  letter-spacing: 0.075em;
  text-shadow: 0 16px 45px rgb(0 0 0 / 0.42);
}

section[class*="min-h-screen"] {
  min-height: 430px !important;
  padding-top: 4.75rem !important;
  padding-bottom: 5.4rem !important;
  border-bottom: 1px solid rgb(20 185 238 / 0.15);
}

section[class*="min-h-screen"] > div[class*="bg-cover"] {
  opacity: 0.86 !important;
  background-position: 68% 50% !important;
}

section[class*="min-h-screen"] > div[class*="bg-gradient-to-b"] {
  background:
    linear-gradient(90deg, #02070d 0%, rgb(2 7 13 / 0.9) 28%, rgb(2 7 13 / 0.28) 60%, rgb(2 7 13 / 0.72) 100%),
    linear-gradient(180deg, rgb(2 7 13 / 0.03), #02070d 100%) !important;
}

section[class*="min-h-screen"] .relative.z-10 {
  max-width: 1240px !important;
}

.hero-stats-panel {
  position: absolute;
  right: 18rem;
  bottom: -4.1rem;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  width: 34rem;
  border: 1px solid rgb(20 185 238 / 0.22);
  border-radius: 0.35rem;
  background:
    linear-gradient(180deg, rgb(4 18 29 / 0.72), rgb(2 10 17 / 0.86)),
    radial-gradient(circle at 20% 20%, rgb(0 194 255 / 0.16), transparent 55%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.03);
  backdrop-filter: blur(8px);
}

.hero-stat {
  position: relative;
  min-height: 4.45rem;
  padding: 0.78rem 0.95rem;
}

.hero-stat + .hero-stat {
  border-left: 1px solid rgb(20 185 238 / 0.16);
}

.hero-stat-value {
  display: block;
  color: #1fc8ff !important;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 0 18px rgb(0 194 255 / 0.22);
}

.hero-stat-label {
  display: block;
  margin-top: 0.25rem;
  color: rgb(218 230 238 / 0.68) !important;
  font-size: 0.68rem;
  line-height: 1.25;
}

section[class*="min-h-screen"] p:first-child {
  font-size: 0.72rem !important;
  letter-spacing: 0.11em !important;
  text-transform: uppercase;
}

section[class*="min-h-screen"] h1 + p {
  max-width: 465px !important;
  font-size: 0.95rem !important;
  line-height: 1.55 !important;
  color: rgb(226 235 242 / 0.88) !important;
}

section[class*="min-h-screen"] a,
section[class*="min-h-screen"] span {
  color: rgb(230 241 248 / 0.9);
}

section[class*="min-h-screen"] .mt-12 {
  margin-top: 1.35rem !important;
}

section[class*="min-h-screen"] .flex.flex-wrap.gap-6 {
  gap: 1.35rem !important;
  margin-top: 0.25rem;
}

a[href="#projects"],
a[href="#contact"],
a[href^="mailto:"],
a[href="https://www.linkedin.com/in/guvenc-sahin/"] {
  border-radius: 0.35rem !important;
}

a[href="#projects"] {
  box-shadow: 0 12px 32px -18px rgb(0 194 255 / 0.9);
}

section[id] {
  border-bottom: 1px solid rgb(20 185 238 / 0.1);
}

section[id] h2 {
  margin-bottom: 0.95rem !important;
  font-size: 1rem !important;
  line-height: 1.2 !important;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #f4f9ff !important;
}

section[id] h2 .text-gradient {
  color: inherit;
  background: none;
}

#about .grid {
  gap: 1.75rem !important;
}

#about .space-y-4 {
  position: relative;
}

#about .space-y-4 p:first-child {
  visibility: visible;
  max-width: 460px;
  min-height: 0;
  color: #f6fbff;
  font-size: clamp(1.05rem, 1.7vw, 1.3rem);
  line-height: 1.35;
  letter-spacing: 0;
}

#about .space-y-4 p:first-child::after {
  content: none;
}

#about .space-y-4 p:not(:first-child) {
  display: block;
  max-width: 460px;
  font-size: 0.86rem;
  line-height: 1.55;
  color: rgb(218 230 238 / 0.76);
}

#about .space-y-4::after {
  content: none;
}

#about .space-y-4::before {
  content: none;
}

#about .space-y-6 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1.35rem !important;
  padding-left: 2rem;
  border-left: 1px solid rgb(20 185 238 / 0.2);
}

#about .space-y-6 > div {
  position: relative;
  min-height: 2.75rem;
  margin: 0 !important;
  padding-left: 3rem;
}

#about .space-y-6 > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.1rem;
  display: grid;
  place-items: center;
  width: 1.95rem;
  height: 1.95rem;
  color: #14c8ff;
  font-family: var(--font-display);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
  text-shadow: 0 0 16px rgb(0 194 255 / 0.35);
}

#about .space-y-6 > div:nth-child(1)::before {
  content: "⌬";
}

#about .space-y-6 > div:nth-child(2)::before {
  content: "{ }";
  font-size: 1rem;
  letter-spacing: 0.04em;
}

#about .space-y-6 > div:nth-child(3)::before {
  content: "⌁";
  font-size: 1.65rem;
}

#about .space-y-6 > div:nth-child(4)::before {
  content: "▣";
}

#about .space-y-6 > div:nth-child(5)::before {
  content: "▱";
  font-size: 1.55rem;
}

#about .space-y-6 > div:nth-child(6)::before {
  content: "";
}

#about .space-y-6 > div:nth-child(6) {
  display: none;
}

#about .space-y-6 > div:nth-child(7)::before {
  content: "♙";
  font-size: 1.35rem;
}

#about .space-y-6 h3 {
  margin-bottom: 0.2rem !important;
  font-size: 0.72rem !important;
}

#about .space-y-6 span {
  background: transparent !important;
  padding: 0 !important;
  font-size: 0.72rem !important;
  color: rgb(216 226 235 / 0.72) !important;
}

#experience {
  background: transparent !important;
}

#experience .relative > .absolute {
  left: 0 !important;
  right: 0;
  top: 0.15rem !important;
  bottom: auto !important;
  width: auto !important;
  height: 1px !important;
  background: rgb(20 185 238 / 0.45) !important;
}

#experience .space-y-12 {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0 !important;
  margin-top: 0.2rem;
}

#experience .space-y-12 > :not([hidden]) ~ :not([hidden]) {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

#experience .space-y-12 > div {
  padding: 1.05rem 0.45rem 0 0.45rem !important;
}

#experience .space-y-12 > div > .absolute {
  left: 50% !important;
  top: -0.05rem !important;
  width: 0.42rem !important;
  height: 0.42rem !important;
  transform: translateX(-50%);
  box-shadow: 0 0 18px rgb(0 194 255 / 0.8);
}

#experience .space-y-12 > div > .absolute svg {
  display: none;
}

#experience .bg-card {
  position: relative;
  min-height: 136px;
  padding: 0.9rem 0.9rem 0.9rem 5.55rem !important;
  border-radius: 0.3rem !important;
  background: rgb(4 16 26 / 0.68) !important;
}

#experience .space-y-12 > div .bg-card::before {
  position: absolute;
  left: 0.85rem;
  top: 2.25rem;
  width: 3.7rem;
  color: #f4f9ff;
  font-family: var(--font-display);
  font-size: 0.58rem;
  font-weight: 700;
  line-height: 1.05;
  text-align: center;
  white-space: pre-line;
}

#experience .space-y-12 > div:nth-child(1) .bg-card::before,
#experience .space-y-12 > div:nth-child(2) .bg-card::before {
  content: "";
  left: 1.2rem;
  top: 2.35rem;
  width: 2.4rem;
  height: 2.4rem;
  background: url("/hvllogo.png") center / contain no-repeat;
}

#experience .space-y-12 > div:nth-child(1) .bg-card::after,
#experience .space-y-12 > div:nth-child(2) .bg-card::after {
  content: "HAVELSAN";
  position: absolute;
  left: 0.85rem;
  top: 4.65rem;
  width: 3.1rem;
  color: #f4f9ff;
  font-family: var(--font-display);
  font-size: 0.54rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

#experience .space-y-12 > div:nth-child(3) .bg-card::before {
  content: "GNS";
  top: 2.35rem;
  font-size: 1.15rem;
}

#experience .space-y-12 > div:nth-child(4) .bg-card::before {
  content: "m";
  top: 2.1rem;
  width: 2rem;
  height: 2rem;
  margin-left: 0.35rem;
  border-radius: 0.35rem;
  background: #f4f9ff;
  color: #0aa6a8;
  font-size: 1.55rem;
  line-height: 1.9rem;
}

#experience h3 {
  margin: 0 0 0.22rem;
  font-size: 0.84rem !important;
  line-height: 1.22 !important;
}

#experience .bg-card > div:first-child {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  gap: 0;
  margin-bottom: 0.55rem !important;
}

#experience .bg-card > div:first-child > div:first-child {
  display: block;
  width: 100%;
}

#experience .bg-card > div:first-child > span {
  order: -1;
  margin: 0 0 0.38rem !important;
  line-height: 1.1 !important;
  color: rgb(218 230 238 / 0.82) !important;
}

#experience .bg-card > div:first-child > div:first-child > a,
#experience .bg-card > div:first-child > div:first-child > span {
  display: inline;
  line-height: 1.25;
}

#experience li:nth-child(n+2) {
  display: none !important;
}

#experience ul,
#experience li,
#experience p,
#experience span,
#experience a {
  font-size: 0.69rem !important;
  color: rgb(218 230 238 / 0.74);
}

#projects,
#publications,
#conferences {
  background: transparent !important;
}

#side-projects,
#academic,
#contact {
  background: rgb(4 15 24 / 0.36) !important;
}

#projects h2 + p,
#side-projects h2 + p {
  display: none !important;
}

#projects .grid,
#side-projects .grid {
  gap: 0.8rem !important;
}

#projects .grid > div,
#side-projects .grid > div,
#publications .grid > div,
#academic .grid > div,
#conferences .grid > div {
  overflow: hidden;
  position: relative;
  border-color: rgb(20 185 238 / 0.24) !important;
  border-radius: 0.35rem !important;
  background: linear-gradient(180deg, rgb(6 20 32 / 0.92), rgb(3 12 20 / 0.94)) !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 0.03);
}

#projects .grid > div,
#side-projects .grid > div {
  padding: 6.15rem 0.78rem 0.8rem !important;
}

#projects .grid > div {
  padding-top: 6.85rem !important;
}

#projects .grid > div::before,
#side-projects .grid > div::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5.25rem;
  background:
    linear-gradient(180deg, transparent 55%, rgb(3 12 20 / 0.9) 100%),
    var(--project-art, linear-gradient(135deg, #092438, #113850));
  background-size: cover;
  background-position: center;
  border-bottom: 1px solid rgb(20 185 238 / 0.12);
}

#projects .grid > div::before {
  height: 5.95rem;
  background:
    linear-gradient(180deg, rgb(2 7 13 / 0.02) 0%, rgb(2 7 13 / 0.18) 46%, rgb(3 12 20 / 0.94) 100%),
    radial-gradient(circle at 78% 18%, rgb(255 255 255 / 0.18), transparent 18%),
    var(--project-art, linear-gradient(135deg, #092438, #113850));
}

#projects .grid > div:nth-child(1) {
  --project-art: url("/EIDOLON.png");
}

#projects .grid > div:nth-child(2) {
  --project-art: url("/malazgirt.png");
}

#projects .grid > div:nth-child(3) {
  --project-art: url("/parasut.png");
}

#projects .grid > div:nth-child(4) {
  --project-art: url("/m60.png");
}

#projects .grid > div:nth-child(5) {
  --project-art: url("/sniper.png");
}

#projects .grid > div:nth-child(6) {
  --project-art: url("/3mes.png");
}

#projects .grid > div:nth-child(7) {
  --project-art: url("/haptic.png");
}

#projects .grid > div:nth-child(8) {
  --project-art: url("/3mes.png");
}

#projects .grid > div:nth-child(9) {
  --project-art: url("/jwtc.png");
}

#projects .grid > div:nth-child(10) {
  --project-art: url("/tp.png");
}

#projects .grid > div:nth-child(11) {
  --project-art: url("/vrtraining.png");
}

#projects .grid > div:nth-child(12) {
  --project-art: url("/darkraid.jpeg");
}

#projects .grid > div:nth-child(13) {
  --project-art: url("/darkraidbotwars.jpg");
}

#projects .grid > div:nth-child(14) {
  --project-art: url("/v2.png");
}

#projects .grid > div:nth-child(15) {
  --project-art: url("/vectorfire.png");
}
#side-projects .grid > div:nth-child(1) { --project-art: url("/encrypto.png"); }
#side-projects .grid > div:nth-child(2) { --project-art: url("/masterenvironmentcontroller.png"); }
#side-projects .grid > div:nth-child(3) { --project-art: url("/dynamicarchitectureproject.png"); }

#side-projects .grid > .side-project-card {
  padding: 0 !important;
  border-color: rgb(74 203 244 / 0.42) !important;
  border-radius: 0.55rem !important;
  background:
    linear-gradient(180deg, rgb(4 16 26 / 0.98), rgb(2 9 15 / 0.98)) !important;
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 0.04),
    0 18px 55px -38px rgb(0 194 255 / 0.75);
}

#side-projects .grid > .side-project-card::before {
  content: none !important;
}

.side-project-media {
  overflow: hidden;
  aspect-ratio: 1.16;
  border-bottom: 1px solid rgb(20 185 238 / 0.18);
  background: #02070d;
}

.side-project-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  transform: scale(1.01);
}

.side-project-content {
  position: relative;
  padding: 1.18rem 1.22rem 1.3rem;
}

#side-projects .side-project-card .w-12 {
  position: static;
  float: left;
  width: 3.15rem !important;
  height: 3.15rem !important;
  margin: 0 1rem 0.65rem 0 !important;
  border: 1px solid rgb(20 220 255 / 0.66);
  border-radius: 0.45rem !important;
  background: rgb(2 16 27 / 0.72) !important;
  box-shadow: inset 0 0 22px rgb(0 194 255 / 0.08);
}

#side-projects .side-project-card h3 {
  margin-top: 0.08rem;
  font-size: clamp(1rem, 1.42vw, 1.55rem) !important;
  line-height: 1.12 !important;
  text-transform: uppercase;
  color: #f7fbff !important;
}

#side-projects .side-project-card .side-project-subtitle {
  display: block !important;
  margin: 0.28rem 0 1rem !important;
  color: #14c8ff !important;
  font-size: clamp(0.85rem, 1vw, 1rem) !important;
  line-height: 1.25 !important;
  -webkit-line-clamp: initial !important;
}

#side-projects .side-project-card p {
  clear: both;
  display: block !important;
  overflow: visible !important;
  margin-bottom: 1rem !important;
  color: rgb(226 235 242 / 0.82) !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
  -webkit-line-clamp: initial !important;
}

#side-projects .side-project-features {
  display: grid;
  gap: 0.78rem;
  margin: 1.05rem 0 1.25rem;
}

.side-project-feature {
  position: relative;
  min-height: 2.25rem;
  padding-left: 2.75rem;
}

.side-project-feature::before {
  content: "";
  position: absolute;
  left: 0.15rem;
  top: 0.1rem;
  width: 1.65rem;
  height: 1.65rem;
  border: 1px solid rgb(20 220 255 / 0.8);
  border-radius: 0.34rem;
  background:
    linear-gradient(135deg, rgb(20 220 255 / 0.16), transparent),
    rgb(2 18 30 / 0.9);
  box-shadow: 0 0 18px rgb(0 194 255 / 0.15);
}

.side-project-feature::after {
  content: "";
  position: absolute;
  left: 0.68rem;
  top: 0.62rem;
  width: 0.58rem;
  height: 0.58rem;
  border: solid #20dcff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.side-project-feature strong {
  display: block;
  color: #f8fbff;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.22;
}

#side-projects .side-project-feature span {
  display: block;
  margin-top: 0.18rem;
  color: rgb(218 230 238 / 0.68) !important;
  font-size: 0.78rem !important;
  line-height: 1.35;
}

.side-project-tech-label {
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid rgb(20 185 238 / 0.16);
  color: #14c8ff;
  font-size: 0.72rem;
  letter-spacing: 0;
  text-transform: uppercase;
}

#side-projects .side-project-card span[class*="text-xs"] {
  margin-top: 0.55rem;
  padding: 0.42rem 0.62rem !important;
  border: 1px solid rgb(20 185 238 / 0.28);
  border-radius: 0.28rem;
  background: rgb(4 21 34 / 0.72) !important;
  color: #2dcfff !important;
  font-size: 0.67rem !important;
  line-height: 1 !important;
  text-transform: uppercase;
}

#projects .w-12,
#side-projects .w-12 {
  position: absolute;
  top: 0.65rem;
  left: 0.65rem;
  width: 2rem !important;
  height: 2rem !important;
  background: rgb(2 7 13 / 0.45) !important;
  border: 1px solid rgb(20 185 238 / 0.24);
}

#projects .w-12 {
  display: none !important;
}

#projects h3,
#side-projects h3,
#publications h3,
#academic h3,
#conferences h3 {
  font-size: 0.86rem !important;
  line-height: 1.25 !important;
}

#projects p,
#side-projects p,
#publications p,
#academic p,
#conferences p {
  font-size: 0.7rem !important;
  line-height: 1.45 !important;
}

#projects .grid > div p:nth-of-type(1) {
  display: block;
  overflow: visible;
  -webkit-line-clamp: initial;
}

#side-projects .grid > div p:nth-of-type(1) {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#projects span[class*="text-xs"],
#side-projects span[class*="text-xs"] {
  background: transparent !important;
  padding: 0 !important;
  color: rgb(216 226 235 / 0.66) !important;
}

#publications .grid,
#academic .grid,
#conferences .grid {
  gap: 0.8rem !important;
}

#publications .grid > div,
#academic .grid > div,
#conferences .grid > div {
  padding: 1rem !important;
}

#publications .grid > .publication-card {
  display: grid;
  grid-template-columns: 4.8rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: center;
  min-height: 8rem;
  padding: 0.72rem !important;
  border-color: rgb(74 203 244 / 0.34) !important;
  background:
    radial-gradient(circle at 12% 12%, rgb(0 194 255 / 0.11), transparent 42%),
    linear-gradient(180deg, rgb(6 20 32 / 0.96), rgb(3 12 20 / 0.98)) !important;
}

.publication-cover {
  overflow: hidden;
  position: relative;
  align-self: center;
  width: 4.8rem;
  height: 6.85rem;
  min-height: 0;
  border: 1px solid rgb(20 185 238 / 0.22);
  border-radius: 0.35rem;
  background: rgb(2 7 13 / 0.8);
  box-shadow:
    0 14px 26px -20px rgb(0 0 0 / 0.95),
    0 0 22px -18px rgb(0 194 255 / 0.85);
}

.publication-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgb(255 255 255 / 0.12), transparent 13%, transparent 88%, rgb(0 0 0 / 0.26)),
    linear-gradient(180deg, rgb(255 255 255 / 0.06), transparent 38%, rgb(0 0 0 / 0.18));
  pointer-events: none;
}

.publication-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.publication-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: 0.1rem 0.15rem;
}

#publications .publication-card h3 {
  order: 1;
  margin-bottom: 0.42rem !important;
  font-size: 0.84rem !important;
  line-height: 1.24 !important;
  color: #f7fbff;
}

#publications .publication-card p:first-child {
  order: 3;
  display: block;
  width: auto;
  margin-top: 0.58rem !important;
  margin-bottom: 0 !important;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: rgb(218 230 238 / 0.72) !important;
  font-size: 0.66rem !important;
  line-height: 1.25 !important;
  text-transform: none;
}

#publications .publication-card p:last-child {
  order: 2;
  color: rgb(218 230 238 / 0.76) !important;
  font-size: 0.68rem !important;
  line-height: 1.42 !important;
}

#contact .max-w-3xl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
  text-align: left !important;
}

#contact h2 {
  text-transform: none;
  font-size: clamp(1.65rem, 3vw, 2.45rem) !important;
}

#contact p {
  margin-bottom: 0 !important;
  font-size: 0.9rem !important;
}

#contact .flex {
  justify-content: flex-start !important;
}

#contact .mt-24 {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1rem;
  max-width: 1240px;
  margin: 1.25rem auto 0 !important;
  padding-top: 0.85rem;
  border-top: 1px solid rgb(20 185 238 / 0.12);
  text-align: center !important;
}

#contact .mt-24::before {
  content: "GS";
  justify-self: start;
  color: #f4f9ff;
  font-family: var(--font-display);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}

#contact .mt-24::after {
  content: "Built with passion for technology.";
  justify-self: end;
  color: rgb(218 230 238 / 0.48);
  font-size: 0.78rem;
}

#contact .mt-24 p {
  visibility: hidden;
  position: relative;
  min-width: 260px;
  color: rgb(218 230 238 / 0.48) !important;
  font-size: 0.78rem !important;
}

#contact .mt-24 p::after {
  content: "© 2026 Guvenc SAHIN. All rights reserved.";
  visibility: visible;
  position: absolute;
  inset: 0;
}

@media (min-width: 768px) {
  nav.fixed > div:first-child::after {
    display: none;
  }

  #projects .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  }

  #side-projects .grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  #publications .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  section[class*="min-h-screen"] {
    padding-bottom: 8.8rem !important;
  }

  .hero-stats-panel {
    right: auto;
    left: 0;
    width: 100%;
    bottom: -7.4rem;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #experience .space-y-12 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.8rem !important;
  }

  #experience .relative > .absolute {
    display: none;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 1.5rem 1rem !important;
  }

  section[class*="min-h-screen"] {
    min-height: 620px !important;
    padding-top: 5.5rem !important;
    padding-bottom: 13.5rem !important;
  }

  section[class*="min-h-screen"] > div[class*="bg-cover"] {
    opacity: 0.42 !important;
    background-position: 60% 50% !important;
  }

  .hero-title-custom {
    max-width: 100%;
    min-height: 0;
    font-size: 3.2rem !important;
    line-height: 0.96 !important;
    color: #f8fbff !important;
  }

  .hero-title-custom > * {
    visibility: visible;
  }

  .hero-title-custom::before,
  .hero-title-custom::after {
    content: none;
  }

  .hero-title-custom .text-gradient {
    display: block;
    margin-top: 0.08rem;
    font-size: 1.08em;
    line-height: 0.92;
    letter-spacing: 0.055em;
  }

  .hero-stats-panel {
    left: 0;
    right: auto;
    width: 100%;
    bottom: -12.3rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-stat:nth-child(3) {
    border-left: 0;
    border-top: 1px solid rgb(20 185 238 / 0.16);
  }

  .hero-stat:nth-child(4) {
    border-top: 1px solid rgb(20 185 238 / 0.16);
  }

  #about .space-y-6,
  #experience .space-y-12,
  #contact .max-w-3xl {
    display: block;
  }

  #about .space-y-6 {
    padding-left: 0;
    border-left: 0;
    margin-top: 1.5rem;
  }

  #about .space-y-6 > div,
  #experience .space-y-12 > div {
    margin-top: 0.8rem !important;
  }

  #experience .space-y-12 > div > .absolute {
    display: none;
  }

  #publications .grid > .publication-card {
    grid-template-columns: 4.8rem minmax(0, 1fr);
  }
}

@media (max-width: 560px) {
  .hero-title-custom {
    font-size: 3rem !important;
  }

  #publications .grid > .publication-card {
    grid-template-columns: 4.8rem minmax(0, 1fr);
  }

  .publication-cover {
    width: 4.8rem;
    height: 6.85rem;
    min-height: 0;
  }
}

@media (max-width: 360px) {
  .hero-title-custom {
    font-size: 2.72rem !important;
  }
}
