

/**
* Template Name: MyResume (Customized by Fajri)
* Base: BootstrapMade MyResume
*/

/* -------------------------------------------------------------
   ROOT VARIABLES – LIGHT & SOFT THEME
-------------------------------------------------------------- */
:root {
  --bg-page: #f3f4f6;
  --bg-gradient-top: #f9fafb;
  --bg-gradient-bottom: #e5f3ff;
  --bg-card: #ffffff;
  --accent: #0ea5e9;
  --accent-soft: rgba(14, 165, 233, 0.12);
  --accent-strong: #0284c7;
  --accent-alt: #22c55e;
  --text-main: #111827;
  --text-muted: #6b7280;
  --border-subtle: #e5e7eb;
  --radius-lg: 18px;
  --radius-pill: 999px;
  --shadow-soft: 0 18px 45px rgba(15, 23, 42, 0.08);
}

/* -------------------------------------------------------------
   GLOBAL PATTERN BACKGROUND (untuk seluruh halaman)
-------------------------------------------------------------- */
body {
  position: relative;
  background-color: #e5f3ff;
  color: var(--text-main);
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Open Sans", sans-serif;
  letter-spacing: 0.01em;
  overflow-x: hidden;
}

/* layer pola gradient */
body::before {
  content: "";
  position: fixed;
  inset: -25%;
  z-index: -1;
  opacity: 0.85;
  background:
    radial-gradient(circle at 15% 18%, rgba(56, 189, 248, 0.35) 0, transparent 55%),
    radial-gradient(circle at 78% 12%, rgba(52, 211, 153, 0.32) 0, transparent 52%),
    radial-gradient(circle at 88% 70%, rgba(56, 189, 248, 0.40) 0, transparent 55%),
    radial-gradient(circle at 10% 82%, rgba(52, 211, 153, 0.38) 0, transparent 55%),
    linear-gradient(180deg, #e5f3ff 0%, #f9fafb 100%);
  pointer-events: none;
  filter: blur(0.4px);
  animation: pattern-float 22s linear infinite;
}

/* supaya efek bergerak sedikit */
@keyframes pattern-float {
  0% { transform: translateY(0px) scale(1); }
  50% { transform: translateY(-12px) scale(1.01); }
  100% { transform: translateY(0px) scale(1); }
}

/* MOBILE - lebih soft agar tidak mengganggu konten */
@media (max-width: 768px) {
  body::before {
    inset: -40%;
    opacity: 0.65;
    animation-duration: 30s;
  }
}

/* -------------------------------------------------------------
   GENERAL
-------------------------------------------------------------- */
a {
  color: var(--accent-strong);
  text-decoration: none;
}

a:hover {
  color: #0369a1;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", system-ui, -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  color: var(--text-main);
}

/* -------------------------------------------------------------
   BACK TO TOP
-------------------------------------------------------------- */
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  transition: all 0.3s;
}

.back-to-top i {
  font-size: 22px;
  color: var(--accent-strong);
  line-height: 0;
}

.back-to-top:hover {
  background: var(--accent-strong);
  border-color: transparent;
}

.back-to-top:hover i {
  color: #ffffff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/* -------------------------------------------------------------
   PRELOADER
-------------------------------------------------------------- */
#preloader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(243, 244, 246, 0.9);
}

#preloader:before {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  border: 4px solid var(--accent-soft);
  border-top-color: var(--accent-strong);
  border-radius: 50%;
  width: 52px;
  height: 52px;
  transform: translate(-50%, -50%);
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

/* -------------------------------------------------------------
   DISABLE AOS DELAY ON MOBILE
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/* -------------------------------------------------------------
   HEADER (BASE) – MOBILE OVERLAY
   (Hanya aktif saat mobile-nav-active)
-------------------------------------------------------------- */
#header {
  position: fixed;
  inset: 0;
  z-index: 9997;
  padding: 80px 24px 24px;
  overflow-y: auto;
  background: radial-gradient(
      circle at top,
      rgba(255, 255, 255, 0.9),
      rgba(248, 250, 252, 0.9)
    );
  backdrop-filter: blur(18px);
  border-right: none;
  border-bottom: none;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.22s ease, transform 0.22s ease,
    visibility 0.22s ease, background 0.2s ease, box-shadow 0.2s ease,
    border-bottom-color 0.2s ease;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active #header {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Mobile layout (≤ 991px) */
@media (max-width: 991px) {
  .nav-menu {
    margin-top: 0;
  }

  .nav-menu > ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .nav-menu a,
  .nav-menu a:focus {
    width: 100%;
    justify-content: flex-start;
    font-size: 15px;
    padding: 11px 18px;
  }
}

/* =========================================================
   DESKTOP NAVBAR – TOP BAR (≥ 992px)
   - Default: ikuti warna body (transparan)
   - Hover: pakai background putih blur seperti sebelumnya
   - Header dibuat lebih kecil
========================================================= */
@media (min-width: 992px) {
  #header {
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 48px;                 /* lebih kecil */
    padding: 0 18px;              /* padding mengecil */
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;      /* ikut body / tidak menutup pattern */
    backdrop-filter: none;
    border-bottom: 0;
    border-right: none;
    box-shadow: none;
    overflow-y: visible;
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  /* Saat hover di area header: aktifkan background lama */
  #header:hover {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 6px 20px rgba(15, 23, 42, 0.06);
  }

  #main {
    margin-left: 0;
    margin-top: 90px;   /* jarak konten dari atas (lebih kecil dari 110) */
  }

  .nav-menu {
    padding: 0;
    margin-top: 0;
  }

  .nav-menu > ul {
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .nav-menu > ul > li {
    position: static;
    white-space: nowrap;
  }

  .nav-menu a,
  .nav-menu a:focus {
    width: auto;
    padding: 8px 16px;
    margin-bottom: 0;
    border-radius: var(--radius-pill);
    font-size: 13px;
    background: transparent;
    border: 1px solid transparent;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: inline;
  }

  .nav-menu a:hover,
  .nav-menu .active,
  .nav-menu .active:focus,
  .nav-menu li:hover > a {
    background: #eff6ff;
    border-color: var(--accent-soft);
    color: var(--accent-strong);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.08);
    transform: translateY(-1px);
  }
}

/* -------------------------------------------------------------
   NAVIGATION MENU (COMMON)
-------------------------------------------------------------- */
.nav-menu {
  padding: 0;
  margin-top: 20px;
  display: block;
}

.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
}

.nav-menu a,
.nav-menu a:focus {
  display: flex;
  align-items: center;
  color: var(--text-muted);
  padding: 10px 18px;
  margin-bottom: 8px;
  font-size: 14px;
  border-radius: var(--radius-pill);
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.25s ease;
}

.nav-menu a i {
  font-size: 18px;
  margin-right: 8px;
}

.nav-menu a span {
  font-size: 13px;
  font-weight: 500;
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
  background: #ffffff;
  border-color: var(--accent-soft);
  color: var(--accent-strong);
  box-shadow: var(--shadow-soft);
  transform: translateY(-1px);
}

/* Desktop tweak */
@media (min-width: 992px) {
  .nav-menu a,
  .nav-menu a:focus {
    width: auto;
  }

  .nav-menu a span,
  .nav-menu a:focus span {
    display: inline;
  }
}

/* -------------------------------------------------------------
   MOBILE NAV TOGGLE (HAMBURGER)
-------------------------------------------------------------- */
.mobile-nav-toggle {
  position: fixed;
  right: 10px;
  top: 10px;
  z-index: 9998;
  border: 0;
  background: #ffffff;
  font-size: 26px;
  padding: 4px 8px;
  border-radius: 999px;
  line-height: 0;
  cursor: pointer;
  box-shadow: var(--shadow-soft);
}

.mobile-nav-toggle i,
.mobile-nav-toggle.bi-list {
  color: var(--accent-strong);
}

.mobile-nav-active .mobile-nav-toggle {
  background-color: var(--accent-strong);
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #ffffff;
}

@media (min-width: 992px) {
  .mobile-nav-toggle {
    display: none;
  }
}

/* -------------------------------------------------------------
   HERO SECTION
-------------------------------------------------------------- */
#hero {
  width: 100%;
  min-height: 90vh;
  position: relative;
  display: flex;
  align-items: center;
  scroll-margin-top: 90px;  /* biar pas klik Home nggak kepotong */
}

@media (min-width: 992px) {
  #hero {
    padding-top: 70px;  /* sedikit offset dari header kecil */
  }
}

#hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    circle at top left,
    rgba(14, 165, 233, 0.18),
    transparent 55%
  );
  pointer-events: none;
}

#hero .container {
  position: relative;
  z-index: 2;
}

.hero-card {
  background: #ffffff;
  border-radius: 24px;
  padding: 28px 24px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

#hero h1 {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: var(--text-main);
}

#hero p {
  color: var(--text-muted);
  margin: 14px 0 0 0;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

#hero p span {
  color: var(--accent-strong);
  letter-spacing: 0.05em;
}

#hero .social-links {
  margin-top: 18px;
}

#hero .social-links a {
  font-size: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--accent-strong);
  background: #eff6ff;
  width: 38px;
  height: 38px;
  border-radius: 999px;
  margin-right: 8px;
  transition: all 0.25s ease;
}

#hero .social-links a:hover {
  background: var(--accent-strong);
  color: #ffffff;
  transform: translateY(-1px) scale(1.03);
}

/* Hero photo */
.hero-photo-wrapper {
  width: 240px;
  height: 240px;
  max-width: 240px;
  max-height: 240px;
  border-radius: 32px;
  padding: 8px;
  background: radial-gradient(circle at top, #e0f2fe, #ffffff);
  box-shadow: var(--shadow-soft);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.hero-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 24px;
}

/* Stack mini chips */
.stack-mini {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-bottom: 16px;
}

#hero .custom-btn {
  margin-top: 4px;
}

.stack-label {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--text-muted);
  margin-right: 4px;
}

.stack-pill {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1f2937;
  border: 1px solid rgba(191, 219, 254, 0.9);
}

@media (max-width: 992px) {
  #main {
    margin-top: 110px;
  }

  .hero-photo-wrapper {
    width: 180px;
    height: 180px;
    max-width: 180px;
    max-height: 180px;
    margin: 0 auto 18px auto;
  }
}

/* -------------------------------------------------------------
   SECTION GENERAL
-------------------------------------------------------------- */
section {
  padding: 48px 0;
  overflow: hidden;
  scroll-margin-top: 90px;  /* supaya judul section tidak ketutup header */
}

.section-title {
  text-align: center;
  padding-bottom: 18px;
}

.section-title h2 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 6px;
  position: relative;
  color: var(--accent-strong);
  letter-spacing: 0.24em;
}

.section-title p {
  margin-bottom: 0;
  font-size: 21px;
  font-weight: 600;
  color: var(--text-main);
}

@media (max-width: 768px) {
  section {
    padding: 40px 0;
  }
}

/* -------------------------------------------------------------
   ABOUT
-------------------------------------------------------------- */
.about .content h3 {
  font-weight: 600;
  font-size: 22px;
  color: var(--text-main);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  color: var(--text-main);
}

.about .content ul strong {
  margin-right: 6px;
}

.about .content ul i {
  font-size: 14px;
  margin-right: 6px;
  color: var(--accent-strong);
  line-height: 0;
}

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

/* -------------------------------------------------------------
   RESUME
-------------------------------------------------------------- */
.resume .resume-title {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 25px;
  color: var(--text-main);
}

.resume .resume-item {
  padding: 16px 16px 18px 20px;
  margin-top: 0;
  border-left: 2px solid var(--border-subtle);
  position: relative;
  background: var(--bg-card);
  border-radius: 14px;
  box-shadow: var(--shadow-soft);
  margin-bottom: 18px;
}

.resume .resume-item h4 {
  line-height: 1.3;
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  color: var(--text-main);
  margin-bottom: 8px;
}

.resume .resume-item h5 {
  font-size: 13px;
  background: #eff6ff;
  padding: 4px 10px;
  display: inline-block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #1d4ed8;
  border-radius: 999px;
}

.resume .resume-item p {
  margin-bottom: 0;
  font-size: 14px;
  color: var(--text-muted);
}

.resume .resume-item::before {
  content: "";
  position: absolute;
  width: 13px;
  height: 13px;
  border-radius: 999px;
  left: -7px;
  top: 20px;
  background: #ffffff;
  border: 2px solid var(--accent-strong);
}

/* -------------------------------------------------------------
   PORTFOLIO (Projects umum)
-------------------------------------------------------------- */
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: var(--bg-card);
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
}

.portfolio .portfolio-wrap img {
  width: 100%;
  transition: all ease-in-out 0.4s;
}

.portfolio .portfolio-info {
  position: absolute;
  inset: 0;
  text-align: left;
  z-index: 3;
  padding: 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: linear-gradient(
    to top,
    rgba(15, 23, 42, 0.75),
    rgba(15, 23, 42, 0.05)
  );
}

.portfolio .portfolio-info h4 {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 6px;
}

.portfolio .portfolio-info p {
  color: #e5e7eb;
  font-size: 13px;
  margin-bottom: 10px;
}

.portfolio .portfolio-links {
  text-align: left;
  z-index: 4;
}

.portfolio .portfolio-links a {
  color: #e5e7eb;
  margin-right: 6px;
  font-size: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.6);
  transition: 0.25s;
}

.portfolio .portfolio-links a:hover {
  background: var(--accent-strong);
  color: #ffffff;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.06);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/* -------------------------------------------------------------
   CERTIFICATES – FLEX GRID, FULL IMAGE (NO CROP)
-------------------------------------------------------------- */
#certificates .portfolio-container,
#certificates .row.portfolio-container {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  height: auto !important;        /* override inline height dari Isotope */
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* hilangkan posisi absolute/transform dari Isotope untuk item,
   supaya grid rapi tapi link/lightbox tetap jalan */
#certificates .portfolio-item {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 520px;
}

/* Tablet: 2 kolom */
@media (min-width: 768px) {
  #certificates .portfolio-item {
    width: calc(50% - 10px);
  }
}

/* Desktop: 3 kolom */
@media (min-width: 1200px) {
  #certificates .portfolio-item {
    width: calc(33.333% - 14px);
  }
}

/* Kartu sertifikat: biarkan tinggi mengikuti gambar,
   jadi tidak ada bagian yang kepotong */
#certificates .portfolio-wrap {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  display: block;
  background: var(--bg-card);
}

#certificates .portfolio-wrap img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* -------------------------------------------------------------
   STACK CARDS (Skills & Projects)
-------------------------------------------------------------- */
.stack-card {
  background: var(--bg-card);
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  padding: 18px 18px 16px;
  box-shadow: var(--shadow-soft);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.stack-card h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-main);
}

.stack-card ul {
  padding-left: 18px;
  margin-bottom: 0;
}

.stack-card ul li {
  font-size: 14px;
  color: var(--text-muted);
  margin-bottom: 4px;
}

.stack-card p {
  font-size: 14px;
  color: var(--text-muted);
}

.stack-card:hover {
  transform: translateY(-3px);
  border-color: var(--accent-soft);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
}

/* Tag style untuk projects */
.project-tags {
  margin-top: 6px;
}

.tag {
  display: inline-block;
  font-size: 11px;
  padding: 4px 9px;
  border-radius: 999px;
  background: #eff6ff;
  color: #1f2937;
  border: 1px solid rgba(191, 219, 254, 0.9);
  margin-right: 4px;
  margin-bottom: 4px;
}

.project-link {
  font-size: 13px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.project-link i {
  font-size: 16px;
}

/* -------------------------------------------------------------
   CONTACT
-------------------------------------------------------------- */
.contact .info {
  width: 100%;
  background: var(--bg-card);
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.contact .info i {
  font-size: 18px;
  color: var(--accent-strong);
  float: left;
  width: 44px;
  height: 44px;
  background: #eff6ff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 4px;
  color: var(--text-main);
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: var(--text-muted);
}

.contact .info .email,
.contact .info .phone {
  margin-top: 24px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: var(--accent-strong);
  color: #ffffff;
}

.contact .php-email-form {
  width: 100%;
  background: var(--bg-card);
  border-radius: 18px;
  border: 1px solid var(--border-subtle);
  padding: 20px;
  box-shadow: var(--shadow-soft);
}

.contact .php-email-form .form-group {
  padding-bottom: 12px;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 8px;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid var(--border-subtle);
}

.contact .php-email-form input[type="text"],
.contact .php-email-form input[type="email"] {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: var(--accent-strong);
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.25s;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #0369a1;
  transform: translateY(-1px);
}

/* -------------------------------------------------------------
   FOOTER
-------------------------------------------------------------- */
#footer {
  background: transparent;
  color: var(--text-main);
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid var(--border-subtle);
  margin-top: 20px;
}

#footer h3 {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

#footer p {
  font-size: 14px;
  padding: 0;
  margin: 0 0 24px 0;
  color: var(--text-muted);
}

#footer .social-links {
  margin: 0 0 24px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--accent-strong);
  line-height: 1;
  margin-right: 4px;
  border-radius: 999px;
  text-align: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--border-subtle);
  box-shadow: var(--shadow-soft);
  transition: 0.25s;
}

#footer .social-links a:hover {
  background: var(--accent-strong);
  color: #ffffff;
  transform: translateY(-1px) scale(1.03);
}

#footer .copyright {
  margin: 0 0 3px 0;
}

#footer .credits {
  font-size: 12px;
}

/* -------------------------------------------------------------
   CUSTOM BUTTON (RESUME)
-------------------------------------------------------------- */
.custom-btn {
  width: auto;
  height: auto;
  color: #0f172a;
  border-radius: 999px;
  padding: 10px 26px;
  font-weight: 600;
  background: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
}

.btn-15 {
  background: linear-gradient(135deg, var(--accent), var(--accent-alt));
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(34, 197, 94, 0.3);
}

.btn-15:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

/* -------------------------------------------------------------
   WAVES BACKGROUND (DEKORASI)
-------------------------------------------------------------- */
.box {
  position: fixed;
  top: -40px;
  right: -40px;
  width: 260px;
  height: 260px;
  pointer-events: none;
  z-index: 1;
}

.wave {
  position: absolute;
  border-radius: 50%;
  opacity: 0.22;
  transform-origin: 50% 50%;
  animation: drift 16s infinite linear;
  filter: blur(1px);
}

.wave.-one {
  width: 260px;
  height: 260px;
  background: #bae6fd;
}

.wave.-two {
  width: 220px;
  height: 220px;
  background: #bbf7d0;
  animation-duration: 20s;
  top: 20px;
  right: 20px;
}

.wave.-three {
  width: 190px;
  height: 190px;
  background: #e0f2fe;
  animation-duration: 24s;
  top: 40px;
  right: 40px;
}

@keyframes drift {
  from {
    transform: rotate(0deg) translate3d(0, 0, 0);
  }
  to {
    transform: rotate(360deg) translate3d(0, 0, 0);
  }
}
