/* Personal brand & conversion-focused components */

.art-top-bg,
.art-banner {
  background-color: #1a1a24;
}

/* Hero banner – smoother portrait blend and softer container edges */
.art-banner {
  border: none !important;
  border-radius: 20px !important;
  overflow: hidden;
  box-shadow:
    0 10px 36px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 179, 0, 0.05) !important;
  background-color: #1e1e28 !important;
  position: relative;
}

.art-banner .art-banner-back {
  opacity: 0.45;
  filter: blur(6px);
}

.art-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 110px;
  background: linear-gradient(
    to top,
    rgba(26, 26, 36, 0.98) 0%,
    rgba(26, 26, 36, 0.55) 45%,
    transparent 100%
  );
  pointer-events: none;
  z-index: 3;
}

.art-banner .art-banner-overlay {
  background-image: linear-gradient(
    90deg,
    rgba(45, 45, 58, 0.94) 0%,
    rgba(45, 45, 58, 0.8) 42%,
    rgba(38, 38, 50, 0.58) 70%,
    rgba(30, 30, 40, 0.32) 100%
  ) !important;
  overflow: hidden;
}

.art-banner .art-banner-overlay::before {
  content: "";
  position: absolute;
  right: -24px;
  bottom: -16px;
  width: 58%;
  height: 90%;
  background: radial-gradient(
    ellipse at 55% 88%,
    rgba(30, 30, 40, 0.9) 0%,
    rgba(30, 30, 40, 0.45) 42%,
    transparent 72%
  );
  pointer-events: none;
  z-index: 1;
}

.art-banner .art-banner-title {
  position: relative;
  z-index: 2;
}

.art-banner .art-banner-photo {
  object-fit: contain;
  object-position: center bottom;
  background: transparent;
  position: relative;
  z-index: 0;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 65%,
    rgba(0, 0, 0, 0.75) 78%,
    rgba(0, 0, 0, 0.35) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 65%,
    rgba(0, 0, 0, 0.75) 78%,
    rgba(0, 0, 0, 0.35) 90%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  filter: drop-shadow(0 14px 32px rgba(0, 0, 0, 0.42));
  transition: transform 0.5s ease, filter 0.5s ease;
}

.art-banner:hover .art-banner-photo {
  filter: drop-shadow(0 16px 36px rgba(0, 0, 0, 0.48));
}

.art-hero-subtitle {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(250, 250, 252, 0.88);
  max-width: 520px;
  margin-bottom: 18px;
}

.art-hero-tech {
  font-size: 13px;
  letter-spacing: 0.4px;
  color: #FFB300;
  margin-bottom: 14px;
  font-weight: 600;
}

.art-hero-availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(250, 250, 252, 0.75);
  margin-bottom: 22px;
}

.art-hero-availability::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4caf50;
  box-shadow: 0 0 8px rgba(76, 175, 80, 0.6);
}

.art-hero-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.art-hero-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 10px;
  border: 1px solid rgba(255, 179, 0, 0.2);
  color: rgba(250, 250, 252, 0.85);
  transition: all 0.3s ease;
}

.art-hero-social a:hover {
  color: #FFB300;
  border-color: rgba(255, 179, 0, 0.45);
  transform: translateY(-2px);
}

.art-btn-outline {
  background: transparent !important;
  border: 1px solid rgba(255, 179, 0, 0.55) !important;
  color: #fafafc !important;
  margin-left: 10px;
}

.art-btn-outline span {
  color: inherit !important;
}

.art-btn-outline:hover {
  background: rgba(255, 179, 0, 0.12) !important;
  border-color: #FFB300 !important;
  color: #FFB300 !important;
}

.art-icon-upwork {
  width: 18px;
  height: 18px;
  display: block;
  flex-shrink: 0;
}

.art-ls-social .art-icon-upwork {
  width: 28px;
  height: 28px;
}

.art-hero-social .art-icon-upwork {
  width: 20px;
  height: 20px;
}

.art-contact-action-btn .art-icon-upwork {
  width: 18px;
  height: 18px;
  color: #FFB300;
  transition: transform 0.3s ease;
}

.art-contact-action-btn:hover .art-icon-upwork {
  transform: scale(1.15);
}

.art-icon-fiverr {
  display: block;
  flex-shrink: 0;
  width: auto;
}

.art-ls-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.art-ls-social .art-icon-fiverr {
  height: 18px;
}

.art-hero-social .art-icon-fiverr {
  height: 14px;
}

.art-contact-action-btn .art-icon-fiverr {
  height: 14px;
  color: #FFB300;
  transition: transform 0.3s ease;
}

.art-contact-action-btn:hover .art-icon-fiverr {
  transform: scale(1.15);
}

.art-about-card p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(250, 250, 252, 0.85);
  margin-bottom: 16px;
}

.art-about-card p:last-child {
  margin-bottom: 0;
}

.art-project-badge {
  display: inline-block;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgb(30, 30, 40);
  background: #FFB300;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.art-portfolio-featured .art-item-description {
  border: 1px solid rgba(255, 179, 0, 0.15);
  border-radius: 0 0 12px 12px;
  padding-top: 18px;
}

.art-project-meta {
  font-size: 13px;
  color: rgba(250, 250, 252, 0.7);
  margin-bottom: 12px;
}

.art-tech-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.art-tech-tags li {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.3px;
  padding: 5px 10px;
  border-radius: 999px;
  background: rgba(255, 179, 0, 0.12);
  border: 1px solid rgba(255, 179, 0, 0.25);
  color: #FFB300;
}

.art-case-study p {
  font-size: 13px;
  line-height: 1.65;
  color: rgba(250, 250, 252, 0.8);
  margin-bottom: 8px;
}

.art-case-study p:last-child {
  margin-bottom: 0;
}

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

.art-cta-banner {
  text-align: center;
  padding: 40px 32px;
  border: 1px solid rgba(255, 179, 0, 0.15);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(255, 179, 0, 0.08) 0%, rgba(45, 45, 58, 0.6) 100%);
}

.art-cta-banner h2,
.art-cta-banner h4 {
  margin: 0 0 12px;
}

.art-cta-banner p {
  max-width: 560px;
  margin: 0 auto 20px;
  color: rgba(250, 250, 252, 0.8);
  font-size: 15px;
  line-height: 1.7;
}

.art-cta-banner .art-buttons-frame {
  justify-content: center;
  margin-bottom: 0;
}

.art-bracket-loop-card,
.art-github-card {
  padding: 30px;
}

.art-bracket-loop-card h3,
.art-bracket-loop-card h5,
.art-github-card h3,
.art-github-card h5 {
  color: #FFB300;
  margin-bottom: 12px;
}

.art-bracket-loop-card p,
.art-github-card p {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(250, 250, 252, 0.82);
  margin-bottom: 14px;
}

.art-bracket-services {
  list-style: none;
  padding: 0;
  margin: 0 0 18px;
}

.art-bracket-services li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  font-size: 14px;
  color: rgba(250, 250, 252, 0.8);
}

.art-bracket-services li::before {
  content: '→';
  position: absolute;
  left: 0;
  color: #FFB300;
}

.art-github-repos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 16px;
  margin-top: 20px;
}

.art-github-repo {
  padding: 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 179, 0, 0.12);
  background: rgba(30, 30, 40, 0.5);
  transition: all 0.3s ease;
}

.art-github-repo:hover {
  border-color: rgba(255, 179, 0, 0.3);
  transform: translateY(-2px);
}

.art-github-repo h6 {
  margin-bottom: 8px;
  font-size: 14px;
}

.art-github-repo h6 a {
  color: #fafafc;
}

.art-github-repo h6 a:hover {
  color: #FFB300;
}

.art-github-repo p {
  font-size: 12px;
  margin-bottom: 10px;
  opacity: 0.75;
}

.art-github-repo-meta {
  font-size: 11px;
  color: #FFB300;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.art-footer-enhanced {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 24px 0 8px;
}

.art-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.art-footer-social a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: rgba(250, 250, 252, 0.7);
  text-decoration: none;
  transition: color 0.3s ease;
}

.art-footer-social a:hover {
  color: #FFB300;
}

.art-lang-skills.art-lang-skills-two {
  justify-content: center;
}

.art-lang-skills.art-lang-skills-two .art-lang-skills-item {
  width: 50%;
}

.art-info-bar .art-hard-skills .art-hard-skills-item .art-line-progress .progressbar-text {
  top: -18px !important;
}

.art-site-footer {
  display: block;
  padding: 20px 30px 12px;
}

.art-site-footer .art-footer-enhanced {
  padding: 0;
}

.art-testimonial-slider {
  padding-top: 28px;
  overflow: visible;
}

.art-testimonial-slider .swiper-wrapper {
  align-items: stretch;
}

.art-testimonial-slider .swiper-slide {
  height: auto;
  display: flex;
}

.art-testimonial-slider .art-testimonial {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  margin-top: 8px;
}

.art-testimonial-slider .testimonial-body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 28px;
}

.art-testimonial-slider .art-testimonial-footer {
  margin-top: auto;
  justify-content: center;
  padding-top: 16px;
}

.art-testimonial-slider .art-testimonial-footer .art-left-side {
  width: 100%;
  display: flex;
  justify-content: center;
}

.art-testimonial .testimonial-body {
  text-align: center;
}

.art-testimonial-slider .testimonial-body .art-testimonial-face {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  top: -32px;
  width: 64px;
  height: 64px;
  border: 3px solid rgb(45, 45, 58);
}

.art-testimonial .testimonial-body h5,
.art-testimonial .testimonial-body h3 {
  margin-top: 0;
  padding: 0 8px;
  overflow-wrap: break-word;
}

/* Preserve layout when using semantic h2/h3 for SEO */
.art-section-title h1,
.art-section-title h2 {
  position: relative;
  display: inline-block;
  letter-spacing: 0.02em;
}

.art-section-title h1::after,
.art-section-title h2::after {
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 48px;
  height: 3px;
  background: linear-gradient(90deg, #FFB300, rgba(255, 179, 0, 0.3));
  border-radius: 3px;
}

.art-cta-banner h2 {
  margin-bottom: 12px;
}

.art-bracket-loop-card h3 {
  margin-bottom: 15px;
}

.art-github-repo h3 {
  margin-bottom: 8px;
  font-size: inherit;
  font-weight: 600;
}

.art-github-repo h3 a {
  color: inherit;
}

.art-github-repo h3 a:hover {
  color: #FFB300;
}

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

.art-testimonial-face {
  object-fit: cover;
}

@media (max-width: 768px) {
  .art-btn-outline {
    margin-left: 0;
    margin-top: 10px;
  }

  .art-hero-subtitle {
    font-size: 14px;
  }

  .art-footer-enhanced {
    flex-direction: column;
    text-align: center;
  }
}
