html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: #282828;
  font-family: "Helvetica Neue", "Roboto", Helvetica, Arial, sans-serif;
  line-height: 1.6;
  background: #fff;
  overflow-x: hidden;
}
img:not(#google-map img) { max-width: 100%; height: auto; }
#google-map img[src*="/maps/vt"] {
  transform: scale(1.01);
  transform-origin: center;
}
#google-map::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background: rgba(2, 10, 18, 0.14);
}
.contact-box {
  position: relative;
  z-index: 2;
  background: rgba(0, 0, 0, 0.46) !important;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.24);
}
#start {
  position: relative;
  min-height: 100vh;
  background: #010407;
}
#start::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  background:
    radial-gradient(90% 80% at 18% 20%, rgba(64, 190, 235, 0.14), transparent 72%),
    radial-gradient(80% 70% at 85% 78%, rgba(0, 113, 167, 0.1), transparent 74%);
  filter: none;
}
#start::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  pointer-events: none;
  box-shadow: inset 0 0 220px rgba(0, 0, 0, 0.55);
  background: none;
}
#headline {
  position: relative;
  z-index: 2;
  width: min(720px, 90%);
  max-width: none;
  box-sizing: border-box;
  margin-left: 10%;
  margin-right: 0;
  padding: 34px 30px 40px;
  border: 0;
  border-radius: 10px;
  background: rgba(0, 4, 9, 0.62);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3), 0 0 28px rgba(0, 139, 202, 0.08);
}
#headline.v-bottom {
  top: 95%;
  transform: translate3d(0, -100%, 0);
}
#headline h1,
#headline h3 {
  margin: 0;
}
#headline .img-circle {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: block;
  margin-bottom: 30px;
  border: 2px solid rgba(85, 196, 238, 0.72);
  box-shadow: 0 0 0 5px rgba(85, 196, 238, 0.08), 0 10px 28px rgba(0, 0, 0, 0.3);
}
#particles-js {
  position: absolute;
  inset: 0;
  z-index: 0;
  opacity: 0.96;
  pointer-events: auto;
  overflow: hidden;
}
#particles-js::before,
#particles-js::after {
  position: absolute;
  inset: -12%;
  z-index: 0;
  content: "";
  pointer-events: none;
  background: none;
  filter: none;
  animation: particle-light-drift 14s ease-in-out infinite alternate;
}
#particles-js::after {
  background: none;
  filter: none;
  opacity: 0;
}
#particles-js::after { animation-duration: 18s; }
.particle-cluster {
  position: absolute;
  overflow: hidden;
  pointer-events: none;
}
.particle-cluster canvas {
  position: relative;
  z-index: 1;
  display: block;
  width: 100% !important;
  height: 100% !important;
  pointer-events: auto;
}
.particle-cluster[data-cluster="1"] { left: 3%; top: 4%; width: clamp(260px, 26vw, 400px); height: clamp(260px, 26vw, 400px); }
.particle-cluster[data-cluster="2"] { left: 64%; top: 6%; width: clamp(230px, 23vw, 360px); height: clamp(230px, 23vw, 360px); }
.particle-cluster[data-cluster="3"] { left: 45%; top: 36%; width: clamp(230px, 23vw, 360px); height: clamp(230px, 23vw, 360px); }
.particle-cluster[data-cluster="4"] { left: 68%; top: 59%; width: clamp(190px, 19vw, 300px); height: clamp(190px, 19vw, 300px); }
.particle-cluster[data-cluster="5"] { left: 24%; top: 9%; width: clamp(200px, 21vw, 320px); height: clamp(200px, 21vw, 320px); }
.particle-cluster[data-cluster="6"] { left: 85%; top: 40%; width: clamp(180px, 18vw, 280px); height: clamp(180px, 18vw, 280px); }
@media only screen and (max-width: 767px) {
  .particle-cluster[data-cluster="4"],
  .particle-cluster[data-cluster="6"] { display: none; }
}
@keyframes particle-light-drift {
  from { transform: translate3d(-1.5%, -1%, 0) scale(1); }
  to { transform: translate3d(1.5%, 1%, 0) scale(1.04); }
}
@media (prefers-reduced-motion: reduce) {
  #particles-js::before,
  #particles-js::after {
    animation: none;
  }
}
#resume {
  background: #0b121a;
  color: #dbe7ee;
}
#resume > .container {
  position: relative;
  z-index: 1;
}
#resume > .container > h6 {
  color: #7f9aaa;
  letter-spacing: 0.18em;
}
#resume .resume-box {
  margin-bottom: 28px;
  padding: 28px;
  border: 1px solid rgba(122, 190, 219, 0.14);
  border-radius: 8px;
  background: #111d27;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.2);
}
#resume .resume-box > .icon {
  display: block;
  margin-bottom: 14px;
  color: #62c2e9;
  font-size: 28px;
  line-height: 1;
}
#resume .resume-box > .icon i {
  color: #62c2e9 !important;
}
#resume .resume-box h4 {
  margin-top: 0;
  color: #f0f7fa;
}
#resume .resume-box p,
#resume .resume-box .speciaity-description {
  color: #9db0bb;
}
#resume .resume-box .lead {
  color: #c9d8df;
}
#resume .skill {
  margin-bottom: 18px;
}
#resume .skill-group {
  margin-bottom: 30px;
  padding-bottom: 0;
  border-bottom: 0;
}
#resume .skill-group:last-child {
  margin-bottom: 0;
}
#resume .skill-group > strong {
  display: block;
  margin-bottom: 11px;
  color: #8ed8ef;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#resume .skill-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
#resume .skill-tags span {
  padding: 5px 9px;
  border: 1px solid rgba(122, 190, 219, 0.2);
  border-radius: 999px;
  color: #cbd9df;
  font-size: 12px;
  line-height: 1.2;
}
#resume .skill strong {
  color: #cbd9df;
  font-size: 13px;
}
#resume .progress {
  height: 5px;
  margin-bottom: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: #233441;
}
#resume .progress .progress-bar {
  border-radius: inherit;
  background: linear-gradient(90deg, #2fb6e5, #79dcf2);
}
#resume .speciality {
  padding: 16px 0;
  border-color: rgba(255, 255, 255, 0.1);
}
#resume .speciality-icon {
  font-size: 28px;
  color: #62c2e9;
}
#resume .speciality-content {
  padding-top: 2px;
  padding-left: 52px;
}
#resume .speciality-content h5 {
  color: #e4eff3;
}
#resume .timeline {
  padding: 16px 0 4px;
  border-color: rgba(122, 190, 219, 0.2);
}
#resume .timeline-event {
  padding-bottom: 24px;
}
#resume .timeline-event:before {
  border-color: #111d27;
  background: #365568;
}
#resume .timeline-event:first-child:before {
  background: #58c3e9;
  box-shadow: 0 0 0 4px rgba(88, 195, 233, 0.12);
}
#resume .event-date {
  margin-bottom: 8px;
  color: #718996;
}
#resume .event-name {
  color: #b6c8d0;
}
#resume .event-name a {
  color: inherit;
}
#resume .event-description {
  color: #eef6f8;
}
#resume .event-item img {
  background: #0b121a;
  padding: 3px;
}
#resume .education .event-name,
#resume .education .event-description {
  color: #c5d5dc;
}
#resume .progress-bar > span {
  color: #fff;
}
#portfolio {
  background: #101b25;
  color: #dbe7ee;
}
#portfolio > .container {
  position: relative;
}
#portfolio > .container > h2 {
  color: #f0f7fa;
}
.portfolio-controls {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  margin-top: -82px;
  margin-bottom: 30px;
}
.portfolio-arrow {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(122, 190, 219, 0.28);
  border-radius: 50%;
  background: #162630;
  color: #8ed8ef;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.portfolio-arrow:hover,
.portfolio-arrow:focus-visible {
  background: #2fb6e5;
  color: #07131c;
  transform: translateY(-2px);
}
.portfolio-arrow:disabled {
  cursor: not-allowed;
  opacity: 0.35;
  transform: none;
}
.portfolio-arrow:disabled:hover {
  background: #162630;
  color: #8ed8ef;
}
.portfolio-position {
  align-self: center;
  margin-left: 6px;
  color: #8fa6b2;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#portfolio-list {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  overflow-x: auto;
  margin: 0;
  padding: 0 2px 18px;
  scroll-snap-type: x mandatory;
  scrollbar-color: #3d7185 #162630;
  scrollbar-width: thin;
}
#portfolio-list .masonry-sizer {
  display: none;
}
#portfolio-list .masonry-item {
  flex: 0 0 calc((100% - 60px) / 3);
  align-self: flex-start;
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  scroll-snap-align: start;
}
#portfolio-list .gallery-item {
  height: auto;
  border: 1px solid rgba(122, 190, 219, 0.14);
  border-radius: 8px;
  background: #162630;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.18);
}
#portfolio-list .item-photo {
  overflow: hidden;
  border-radius: 7px 7px 0 0;
}
#portfolio-list .item-photo > a {
  display: block;
}
#portfolio-list .item-photo img {
  display: block;
  width: 100%;
  height: auto;
}
#portfolio-list .license-manager-item .item-photo img {
  height: auto;
  max-height: none;
  /* The banner's baked-in text ("Clients / Products / Licenses /
     organized.") runs from ~28% to ~69% of the source image's height
     (measured directly against the file) — this crop/position keeps
     it fully in frame with a small margin instead of cutting the last
     line or two off under the title bar. */
  aspect-ratio: 800 / 520;
  object-fit: cover;
  object-position: center 47%;
  background: #0d1922;
}
#portfolio-list .item-title,
#portfolio-list .item-label {
  background: #162630;
}
#portfolio-list .item-title {
  padding: 20px 20px 8px;
}
#portfolio-list .item-title .title {
  color: #f0f7fa;
  font-size: 16px;
}
#portfolio-list .item-title .caption {
  display: block;
  margin-top: 8px;
  color: #9db0bb;
  line-height: 1.45;
}
#portfolio-list .item-label {
  padding: 0 20px 18px;
}
#portfolio-list .tech-stack {
  color: #dbe7ee;
}
#testimonials {
  background: #0b121a;
  color: #dbe7ee;
}
#testimonials > .container {
  position: relative;
}
#testimonials h1 {
  max-width: 760px;
  color: #f0f7fa;
}
#testimonials > .container > h5 {
  color: #8fa6b2;
}
#testimonials .testimonial-carousel {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
  margin: 0;
  padding: 0 2px 16px;
}
#testimonials .testimonial-carousel > [class*="col-"] {
  display: none;
  position: static !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  width: 100% !important;
  padding: 0;
}
#testimonials .testimonial-carousel > [class*="col-"].is-active {
  display: block;
  animation: testimonial-enter 500ms ease both;
}
#testimonials > .container > h6 {
  margin-bottom: 22px;
  color: #62c2e9;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
#testimonials .testimonial {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  padding: 22px 24px;
  border: 1px solid rgba(122, 190, 219, 0.14);
  border-radius: 8px;
  background: #111d27;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
}
#testimonials .testimonial::before {
  position: absolute;
  top: 18px;
  right: 22px;
  content: "\201C";
  color: rgba(98, 194, 233, 0.25);
  font-family: Georgia, serif;
  font-size: 58px;
  line-height: 0.8;
}
#testimonials .testimonial-content {
  position: relative;
  padding: 0;
  min-height: 0;
  margin-bottom: 18px;
  color: #c9d8df;
  font-size: 14px;
  line-height: 1.6;
}
#testimonials .testimonial-blue .testimonial-content {
  background: transparent !important;
  border: 0 !important;
  color: #c9d8df;
}
#testimonials .testimonial-blue .testimonial-content::after {
  display: none !important;
}
#testimonials .testimonial-blue .testimonial-content:before {
  position: static !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  border: 0 !important;
  background: transparent !important;
}
#testimonials .testimonial-content::before {
  position: static;
  display: block;
  width: auto;
  height: auto;
  margin-bottom: 10px;
  border: 0;
  color: #62c2e9;
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 42px;
  line-height: 0.7;
}
#testimonials .testimonial-content:before {
  color: #62c2e9;
  font-size: 28px;
}
#testimonials .testimonial-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 0;
  padding-top: 16px;
  border-top: 1px solid rgba(122, 190, 219, 0.12);
}
#testimonials .testimonial-photo {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  margin: 0;
}
#testimonials .testimonial-photo img {
  width: 42px;
  height: 42px;
  border: 2px solid rgba(98, 194, 233, 0.55);
}
#testimonials .testimonial-author-txt {
  min-width: 0;
}
#testimonials .testimonial-author .name {
  color: #f0f7fa;
  font-size: 14px;
}
#testimonials .testimonial-author .caption {
  display: block;
  color: #8fa6b2 !important;
  font-size: 11px;
  line-height: 1.4;
}
#testimonials .testimonial-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin-top: 2px;
}
#testimonials .testimonial-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid rgba(98, 194, 233, 0.3);
  border-radius: 50%;
  background: rgba(17, 29, 39, 0.9);
  color: #79dcf2;
  cursor: pointer;
  transition: background 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}
#testimonials .testimonial-arrow:hover,
#testimonials .testimonial-arrow:focus-visible {
  border-color: #62c2e9;
  background: #193546;
  color: #f0f7fa;
  transform: translateY(-2px);
}
#testimonials .testimonial-arrow:focus-visible,
#testimonials .testimonial-dot:focus-visible {
  outline: 2px solid #79dcf2;
  outline-offset: 3px;
}
#testimonials .testimonial-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}
#testimonials .testimonial-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #536b78;
  cursor: pointer;
  transition: background 180ms ease, transform 180ms ease;
}
#testimonials .testimonial-dot.is-active {
  background: #62c2e9;
  transform: scale(1.45);
}
@keyframes testimonial-enter {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
@media only screen and (max-width: 600px) {
  #testimonials .testimonial-carousel {
    grid-template-columns: 1fr;
    gap: 14px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
  #testimonials .testimonial-carousel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (prefers-reduced-motion: reduce) {
  #testimonials .testimonial-carousel > [class*="col-"].is-active {
    animation: none;
  }
  #testimonials .testimonial-arrow,
  #testimonials .testimonial-dot {
    transition: none;
  }
}
#mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 260px;
  height: 100%;
  z-index: 670;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}
.timeline .event-item {
  display: flex;
  align-items: center;
}
.timeline .event-item > div:first-child {
  flex: 0 0 auto;
}
.timeline .event-item img {
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: 40px !important;
  margin-right: 10px;
  object-fit: contain;
  border-radius: 4px;
}
.btn,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  /* !important: the legacy theme's own .btn rule (background: none) loads
     asynchronously after this file and, being equal specificity, would
     otherwise win once it applies a moment after first paint — seen as
     the button flicking from its gradient to a transparent background. */
  background: linear-gradient(135deg, #35b7e9, #2298d0) !important;
  box-shadow: 0 10px 24px rgba(0, 122, 176, 0.2);
  color: #f5fcff !important;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.btn::before,
.btn > span,
.btn > i {
  transition: none !important;
}
.btn::before {
  display: none !important;
}
.btn:hover,
.btn:focus,
.btn:focus-visible,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible {
  border-color: rgba(132, 225, 250, 0.42);
  background: linear-gradient(135deg, #55c8ef, #2ba8dc) !important;
  box-shadow: 0 14px 28px rgba(0, 126, 181, 0.3);
  color: #fff !important;
  transform: translateY(-2px);
}
.btn:focus-visible {
  outline: 2px solid rgba(142, 226, 248, 0.9);
  outline-offset: 3px;
}
.btn.btn-secondary {
  border-color: rgba(98, 194, 233, 0.34);
  background: rgba(22, 38, 48, 0.9);
  color: #a9e3f5;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:focus-visible {
  background: #1d5269;
  color: #f5fcff;
}
.btn i {
  margin-left: 0;
  color: currentColor;
}
#headline .btn {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-height: 46px;
  padding: 13px 22px;
}
#headline .btn span,
#headline .btn i {
  position: static !important;
  display: inline-block !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  transform: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  white-space: nowrap;
}
#headline .btn i {
  margin-left: 0;
}
#headline .btn-primary:hover,
#headline .btn-primary:focus,
#headline .btn-primary:focus-visible {
  background: linear-gradient(135deg, #55c8ef, #2ba8dc) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(0, 126, 181, 0.3);
}
#headline .btn-primary:hover span,
#headline .btn-primary:hover i,
#headline .btn-primary:focus span,
#headline .btn-primary:focus i,
#headline .btn-primary:focus-visible span,
#headline .btn-primary:focus-visible i {
  color: #fff !important;
}
#resume .resume-box > .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  border: 1px solid rgba(98, 194, 233, 0.22);
  border-radius: 50%;
  background: rgba(21, 55, 70, 0.62);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  font-size: 21px;
}
#resume .speciality-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(98, 194, 233, 0.2);
  border-radius: 50%;
  background: rgba(21, 55, 70, 0.58);
  font-size: 18px;
}
#resume .speciality-content {
  padding-left: 52px;
}
#resume .list-inline .icon-circle,
#portfolio .item-hover .icon-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(139, 225, 248, 0.28);
  border-radius: 50%;
  background: linear-gradient(145deg, #3bb4e3, #258fbe);
  box-shadow: 0 10px 22px rgba(0, 119, 169, 0.22);
  color: #effbff;
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
#resume .list-inline .icon-circle:hover,
#resume .list-inline .icon-circle:focus,
#portfolio .item-hover .icon-circle:hover,
#portfolio .item-hover .icon-circle:focus {
  background: linear-gradient(145deg, #66d0ef, #35a9d8);
  box-shadow: 0 14px 28px rgba(0, 139, 198, 0.32);
  color: #fff;
}
#portfolio .item-hover .icon-circle:hover,
#portfolio .item-hover .icon-circle:focus {
  transform: translateY(-3px);
}
#resume .list-inline .icon-circle.icon-filled,
#portfolio .item-hover .icon-circle.icon-primary {
  background: linear-gradient(145deg, #3bb4e3, #258fbe);
}
#portfolio .item-hover .icon-circle {
  width: 54px;
  height: 54px;
  font-size: 17px;
}
#portfolio .item-hover .icon-circle i {
  margin: 0;
}
}
.contact-actions {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  align-items: stretch;
  margin-top: 24px;
}
.contact-actions a.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 0;
  width: 100%;
  min-height: 42px;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 5px;
  font-size: 11px;
  letter-spacing: 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.14);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}
.contact-actions a.btn i {
  position: static;
  margin: 0;
  font-size: 16px;
  color: #fff !important;
  opacity: 1;
  visibility: visible;
  transform: none;
  line-height: 1.2;
}
.contact-actions a.btn i.fa-linkedin {
  font-size: 13px;
}
.contact-actions a.btn span {
  position: static;
  display: inline-block;
  margin: 0;
  opacity: 1;
  visibility: visible;
  transform: none;
}
.btn i,
.contact-actions a.btn i {
  color: #fff !important;
}
#mobile-nav-toggle i {
  color: #fff !important;
}
#mobile-nav-toggle:hover i,
#mobile-nav-toggle:focus i,
#mobile-nav .mobile-nav-close i,
#mobile-nav .mobile-nav-close:hover i,
#mobile-nav .mobile-nav-close:focus i {
  color: #fff !important;
}
.contact-box .contact-actions a.btn:hover,
.contact-box .contact-actions a.btn:focus {
  background-color: #5bc9ed !important;
  color: #fff;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transform: translateY(-2px);
}
.contact-box .contact-actions a.btn:hover i,
.contact-box .contact-actions a.btn:hover span,
.contact-box .contact-actions a.btn:focus i,
.contact-box .contact-actions a.btn:focus span {
  color: #fff;
}
.contact-actions a.btn:hover > i,
.contact-actions a.btn:focus > i,
.contact-actions a.btn:hover > span,
.contact-actions a.btn:focus > span {
  transform: none;
}
.contact-actions a.btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.mobile-social-links {
  display: flex;
  gap: 6px;
  margin: 12px 0 0;
}
.mobile-social-links li {
  margin: 0;
  margin-right: 0 !important;
  padding: 0 !important;
}
.mobile-social-links a.icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(18, 48, 61, 0.16);
  border-radius: 50%;
  background: rgba(18, 48, 61, 0.04);
  color: #3d5560;
  font-size: 16px;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.mobile-social-links a.icon i {
  margin: 0;
}
.mobile-social-links a.icon:hover,
.mobile-social-links a.icon:focus {
  border-color: transparent;
  background: linear-gradient(145deg, #3bb4e3, #258fbe);
  box-shadow: 0 8px 18px rgba(0, 119, 169, 0.28);
  color: #fff;
  transform: translateY(-2px);
}
.mobile-social-links a.icon:focus-visible {
  outline: 2px solid #2fb6e5;
  outline-offset: 3px;
}
.site-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72px;
  box-sizing: border-box;
  padding: 22px 20px;
  border-top: 1px solid #e2e7e9;
  background: #f5f7f8;
  color: #7c8b92;
  text-align: center;
}
.site-footer small {
  font-size: 12px;
  letter-spacing: 0.04em;
}
@media (prefers-reduced-motion: reduce) {
  #particles-js { display: none; }
  .contact-actions a.btn,
  .mobile-social-links a.icon { transition: none; }
}
@media only screen and (max-width: 600px) {
  #testimonials .row.padding-lg {
    gap: 14px;
  }
  #testimonials .row.padding-lg > [class*="col-"] {
    flex-basis: 86% !important;
  }
  .portfolio-controls {
    margin-top: -80px;
  }
  #portfolio-list {
    gap: 20px;
  }
  #portfolio-list .masonry-item {
    flex-basis: 86%;
  }
  #resume .resume-box {
    padding: 22px;
    border-radius: 6px;
  }
  @media only screen and (min-width: 601px) and (max-width: 991px) {
    #portfolio-list .masonry-item {
      flex-basis: calc((100% - 24px) / 2);
    }
  }
  #headline {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 26px 30px 30px;
    border-radius: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 991px) {
  #headline {
    width: 98%;
    margin-left: 1%;
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  #headline {
    width: 98%;
    margin-left: 1%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1480px) {
  #headline {
    width: 90%;
    margin-left: 5%;
  }
}
@media only screen and (max-width: 991px) {
  #headline.v-bottom {
    top: 0;
    transform: none;
  }
  #start.fullheight {
    height: auto;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 480px) {
  .contact-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
  }
  .contact-actions a.btn {
    min-height: 40px;
    padding: 9px 5px;
  }
  .contact-actions a.btn:last-child {
    grid-column: auto;
  }
  .contact-actions a.btn i {
    font-size: 13px;
  }
  .contact-actions a.btn i.fa-linkedin {
    font-size: 11px;
  }
}
