body {
  background:
    radial-gradient(circle at top left, rgba(40, 167, 233, 0.12), transparent 28%),
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 24%),
    #20252d;
  color: #edf2f7;
}

a {
  color: #78d9ff;
}

a:hover,
a:focus {
  color: #ffffff;
  text-decoration: none;
}

.hidden {
  display: none !important;
}

.cv-topbar {
  background: rgba(10, 14, 20, 0.88);
  border-bottom: 1px solid rgba(120, 217, 255, 0.16);
}

.cv-topbar p {
  margin: 0;
}

.cv-top-actions {
  text-align: right;
}

.cv-top-actions .lang-action,
.cv-top-actions #back-site-link {
  min-width: 42px;
  padding: 0 14px;
  font-weight: 700;
}

.cv-top-actions .lang-action.is-active {
  background: #28a7e9;
  border-color: #28a7e9;
  color: #ffffff;
}

.navbar-default {
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.14);
}

.navbar-default .navbar-brand {
  color: #1a2430;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.navbar-default .navbar-nav li a {
  color: #334455;
  letter-spacing: 0.03em;
}

.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav > li > a.current {
  color: #28a7e9;
}

#home {
  position: relative;
  background:
    linear-gradient(120deg, rgba(16, 19, 25, 0.9), rgba(16, 26, 39, 0.78)),
    url("../images/home-bg.jpg") center center no-repeat;
  background-size: cover;
  padding-top: 140px;
  padding-bottom: 90px;
  min-height: 760px;
}

.home-layout {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.home-copy {
  padding-right: 20px;
}

.cv-kicker {
  display: inline-block;
  margin-bottom: 16px;
  color: #7ad4ff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

#home h1 {
  margin-bottom: 10px;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.cv-job-title {
  margin: 0 0 16px;
  color: #d8efff;
  font-size: 24px;
  font-weight: 600;
}

#hero-typed {
  min-height: 34px;
  margin-bottom: 26px;
  color: #7ad4ff;
  font-size: 22px;
  font-weight: 600;
}

.typed-cursor {
  color: #7ad4ff;
  font-size: 22px;
}

.hero-summary {
  display: grid;
  gap: 16px;
  margin-bottom: 26px;
}

.hero-summary p {
  margin: 0;
  color: #d6dde5;
  font-size: 17px;
  line-height: 1.8;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  padding: 10px 16px;
  border: 1px solid rgba(122, 212, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #eef8ff;
  font-size: 14px;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cv-btn {
  min-width: 180px;
  height: auto !important;
  padding: 14px 22px !important;
  border-radius: 999px !important;
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.cv-btn-primary {
  background: #28a7e9 !important;
  border-color: #28a7e9 !important;
  color: #ffffff !important;
}

.cv-btn-primary:hover {
  background: #1b8cc8 !important;
  border-color: #1b8cc8 !important;
}

.cv-btn-ghost {
  background: rgba(255, 255, 255, 0.05) !important;
  border-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff !important;
}

.cv-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.3) !important;
}

.hero-card {
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(122, 212, 255, 0.14);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(10px);
}

.hero-photo-shell {
  padding: 10px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-photo-shell img {
  width: 100%;
  border-radius: 16px;
}

.hero-side-copy {
  margin-top: 22px;
}

.hero-side-copy h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 28px;
  font-weight: 700;
}

.hero-side-copy p {
  margin: 0 0 14px;
  color: #dce8f3;
  font-size: 15px;
  line-height: 1.7;
}

.hero-side-list,
.experience-list,
.skill-box-list,
.contact-list {
  margin: 0;
  padding-left: 18px;
}

.hero-side-list li,
.experience-list li,
.skill-box-list li,
.contact-list li {
  margin-bottom: 10px;
  color: #eef4fb;
  line-height: 1.6;
}

#about,
#team,
#service,
#portfolio,
#contact {
  padding-top: 90px;
  padding-bottom: 70px;
}

h2 {
  font-size: 46px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.section-intro,
.section-subtitle {
  max-width: 900px;
  margin: 0 auto 28px;
  color: #d3dce6;
  text-align: center;
  font-size: 17px;
  line-height: 1.8;
}

.logo-band {
  margin-bottom: 26px;
}

.logo-band-title {
  margin: 0 0 20px;
  color: #8fbad3;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.logo-band-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 16px;
}

.logo-band-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  padding: 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-band-item img {
  max-height: 40px;
  width: auto;
  object-fit: contain;
}

.cv-feature-card {
  height: 100%;
  margin-top: 18px;
  padding: 26px 22px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cv-feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}

.cv-feature-icon {
  width: 58px;
  height: 58px;
  margin-bottom: 18px;
  border-radius: 16px;
  background: rgba(40, 167, 233, 0.12);
  color: #7ad4ff;
  font-size: 24px;
  line-height: 58px;
  text-align: center;
}

.cv-feature-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
}

.cv-feature-card p {
  margin: 0;
  color: #d5dfe8;
  line-height: 1.75;
}

#team {
  background: rgba(12, 15, 20, 0.32);
}

.experience-card {
  margin-top: 26px;
  padding: 28px 28px 28px 38px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid rgba(122, 212, 255, 0.42);
  box-shadow: 0 24px 44px rgba(0, 0, 0, 0.14);
  position: relative;
}

.experience-card::before {
  content: "";
  position: absolute;
  left: -9px;
  top: 34px;
  width: 14px;
  height: 14px;
  border-radius: 999px;
  background: #28a7e9;
  box-shadow: 0 0 0 6px rgba(40, 167, 233, 0.14);
}

.experience-head {
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.experience-copy h3 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}

.experience-period {
  display: inline-block;
  margin-bottom: 8px;
  color: #7ad4ff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.experience-role {
  margin: 0 0 14px;
  color: #dcefff;
  font-size: 20px;
  font-weight: 600;
}

.experience-copy p {
  margin: 0;
  color: #d5dfe8;
  line-height: 1.8;
}

.experience-logo {
  flex: 0 0 160px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
}

.experience-logo img {
  max-width: 120px;
  max-height: 54px;
  width: auto;
}

.experience-body {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(220px, 0.5fr);
  gap: 18px;
  margin-top: 24px;
}

.experience-block {
  padding: 18px 20px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.experience-block strong {
  display: inline-block;
  margin-bottom: 14px;
  color: #7ad4ff;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.experience-env p {
  margin: 0;
  color: #eef4fb;
  line-height: 1.7;
}

#service {
  background: rgba(255, 255, 255, 0.02);
}

#service .skill-box {
  height: calc(100% - 30px);
  margin-top: 30px;
  padding: 34px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.3s ease, background 0.3s ease;
}

#service .skill-box:hover,
#service .skill-box.active {
  transform: translateY(-4px);
  background: rgba(40, 167, 233, 0.12);
}

#service .skill-box .fa {
  width: 82px;
  height: 82px;
  line-height: 82px;
  border-radius: 22px;
  border-color: rgba(122, 212, 255, 0.24);
  color: #7ad4ff;
  font-size: 38px;
}

#service .skill-box h4 {
  margin: 20px 0 18px;
  color: #ffffff;
  font-size: 22px;
  font-weight: 700;
}

.skill-box-list li {
  color: #dce5ee;
}

#portfolio {
  background: rgba(12, 15, 20, 0.28);
}

#portfolio .col-md-3 {
  padding: 15px;
}

.project-card {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  min-height: 330px;
}

.project-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  padding: 30px;
  background: linear-gradient(145deg, rgba(40, 167, 233, 0.08), rgba(255, 255, 255, 0.02));
}

.project-visual img {
  max-height: 86px;
  width: auto;
  object-fit: contain;
}

.project-monogram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 110px;
  border-radius: 30px;
  background: rgba(40, 167, 233, 0.16);
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
}

.cv-project-overlay {
  position: static !important;
  min-height: 130px;
  opacity: 1 !important;
  padding: 22px !important;
  background: transparent !important;
}

.cv-project-overlay h4 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 22px;
}

.cv-project-overlay p {
  margin: 0 0 12px;
  color: #7ad4ff;
  font-weight: 600;
}

.project-badge {
  display: inline-block;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #edf4fb;
  font-size: 13px;
  font-weight: 600;
}

#contact {
  background: #161b22;
}

.contact-panel {
  height: 100%;
  padding: 34px 28px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.contact-panel h3 {
  margin: 0 0 14px;
  color: #ffffff;
  font-size: 26px;
  font-weight: 700;
}

.contact-panel p {
  color: #d3dde8;
  line-height: 1.8;
}

.hero-actions-contact {
  margin-top: 24px;
  margin-bottom: 24px;
}

.contact-links {
  display: grid;
  gap: 10px;
}

.contact-links a {
  color: #7ad4ff;
  font-weight: 600;
}

#copyright {
  background: #10151b;
}

#copyright p {
  color: #c7d1dc;
}

@media only screen and (max-width: 1199px) {
  .logo-band-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media only screen and (max-width: 980px) {
  .experience-head,
  .experience-body {
    display: block;
  }

  .experience-logo {
    margin-top: 18px;
    max-width: 180px;
  }

  .experience-env {
    margin-top: 18px;
  }
}

@media only screen and (max-width: 767px) {
  .templatemo-nav {
    position: static;
  }

  header {
    margin-top: 0;
  }

  .navbar-default .navbar-brand {
    height: auto;
    padding: 18px 0 14px 0;
    line-height: 1.1;
  }

  .navbar-toggle {
    margin-top: 12px;
  }

  #home {
    padding-top: 110px;
    padding-bottom: 70px;
  }

  #home h1 {
    font-size: 42px;
  }

  .cv-job-title,
  #hero-typed,
  .typed-cursor {
    font-size: 18px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .cv-btn {
    width: 100%;
  }

  .logo-band-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-top-actions {
    text-align: left;
    margin-top: 12px;
  }

  .experience-card {
    padding: 22px 18px;
  }

  .project-card {
    min-height: auto;
  }
}

@media only screen and (max-width: 480px) {
  .logo-band-grid {
    grid-template-columns: 1fr;
  }

  h2 {
    font-size: 34px;
  }

  .hero-card {
    margin-top: 24px;
  }
}
