/* ============================================================
   PORTFOLIO.CSS — Graphics Design Portfolio Page
   ============================================================ */

/* ══ HERO ══ */
.port-hero {
  padding: 90px 0 70px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    #0e0a06 0%,
    #1a130d 60%,
    #0e0a06 100%
  );
}
.port-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(
      rgba(240,180,41,0.04) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(240,180,41,0.04) 1px,
      transparent 1px
    );
  background-size: 64px 64px;
  z-index: 0;
}
.port-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  z-index: 0;
  pointer-events: none;
}
.port-orb-1 {
  width: 500px; height: 500px;
  background: rgba(240,180,41,0.2);
  top: -150px; left: -150px;
  animation: orbFloat 10s
    ease-in-out infinite;
}
.port-orb-2 {
  width: 350px; height: 350px;
  background: rgba(99,102,241,0.15);
  bottom: -80px; right: 5%;
  animation: orbFloat 12s
    ease-in-out infinite reverse;
}
.port-orb-3 {
  width: 200px; height: 200px;
  background: rgba(240,180,41,0.12);
  top: 30%; right: 15%;
  animation: orbFloat 8s
    ease-in-out infinite;
}
.port-hero .container {
  position: relative;
  z-index: 1;
}

/* ── Hero Badge ── */
.port-hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(240,180,41,0.1);
  border: 1px solid
    rgba(240,180,41,0.25);
  color: #f0b429;
  padding: 7px 18px;
  border-radius: 30px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 24px;
  animation: fadeSlideDown
    0.6s ease both;
}

/* ── Hero Title ── */
.port-hero-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(
    2.4rem, 6vw, 4rem
  );
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -1.5px;
  color: #fff;
  margin-bottom: 22px;
  animation: fadeSlideUp
    0.7s 0.1s ease both;
}
.port-accent-gold {
  background: linear-gradient(
    135deg, #f0b429, #fbbf24
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.port-accent-green {
  background: linear-gradient(
    135deg, #4caf50, #81c784
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ── Hero Sub ── */
.port-hero-sub {
  font-size: 1.05rem;
  color: rgba(255,235,200,0.55);
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto 32px;
  animation: fadeSlideUp
    0.7s 0.2s ease both;
}

/* ── Hero Stats ── */
.port-hero-stats {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  margin-bottom: 36px;
  flex-wrap: wrap;
  animation: fadeSlideUp
    0.7s 0.3s ease both;
}
.port-stat .port-stat-val {
  font-size: 2rem;
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.port-stat .port-stat-val em {
  color: #f0b429;
  font-style: normal;
  font-size: 1.2rem;
}
.port-stat .port-stat-lbl {
  font-size: 11px;
  color: rgba(255,235,200,0.4);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 4px;
}
.port-stat-div {
  width: 1px;
  height: 40px;
  background: rgba(240,180,41,0.2);
}

/* ── Hero Buttons ── */
.port-hero-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  animation: fadeSlideUp
    0.7s 0.4s ease both;
}
.btn-port-primary {
  background: linear-gradient(
    135deg, #d97706, #f0b429
  );
  color: #000;
  padding: 14px 28px;
  border-radius: 14px;
  font-weight: 800;
  font-size: 14px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 8px 32px
    rgba(240,180,41,0.35);
  transition: all 0.3s;
}
.btn-port-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 40px
    rgba(240,180,41,0.5);
  color: #000;
}
.btn-port-ghost {
  background: rgba(255,255,255,0.05);
  border: 1px solid
    rgba(255,255,255,0.15);
  color: #fff;
  padding: 14px 24px;
  border-radius: 14px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s;
  backdrop-filter: blur(10px);
}
.btn-port-ghost:hover {
  background: rgba(240,180,41,0.1);
  border-color: rgba(240,180,41,0.4);
  color: #f0b429;
}

/* ══ FILTER SECTION ══ */
.port-filter-section {
  padding: 80px 0 100px;
  background: #0d0d0d;
}
.port-filter-tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
}
.port-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 9px 18px;
  border-radius: 24px;
  font-size: 12px;
  font-weight: 700;
  background: rgba(255,255,255,0.05);
  border: 1px solid
    rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: all 0.3s;
  font-family: 'Outfit', sans-serif;
}
.port-filter-btn:hover {
  background: rgba(240,180,41,0.1);
  border-color: rgba(240,180,41,0.3);
  color: #f0b429;
}
.port-filter-btn.active {
  background: linear-gradient(
    135deg, #d97706, #f0b429
  );
  border-color: transparent;
  color: #000;
  box-shadow: 0 4px 16px
    rgba(240,180,41,0.3);
}

/* ══ PORTFOLIO GRID ══ */
.port-grid {
  display: grid;
  grid-template-columns:
    repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.port-item {
  transition: all 0.3s;
}
.port-card {
  background: #111111;
  border: 1px solid
    rgba(255,255,255,0.07);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.3s;
  height: 100%;
}
.port-card:hover {
  transform: translateY(-8px);
  border-color: rgba(240,180,41,0.25);
  box-shadow: 0 24px 50px
    rgba(0,0,0,0.5);
}

/* ── Portfolio Image Area ── */
.port-img {
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.port-img-logo-1 {
  background: linear-gradient(
    135deg, #0a1f0b, #1b5e20
  );
}
.port-img-logo-2 {
  background: linear-gradient(
    135deg, #1a1a3e, #3730a3
  );
}
.port-img-logo-3 {
  background: linear-gradient(
    135deg, #1a1000, #d97706
  );
}
.port-img-social-1 {
  background: linear-gradient(
    135deg, #0a1428, #1e3a8a
  );
}
.port-img-social-2 {
  background: linear-gradient(
    135deg, #0f0f2a, #312e81
  );
}
.port-img-social-3 {
  background: linear-gradient(
    135deg, #0a2010, #166534
  );
}
.port-img-card-1 {
  background: linear-gradient(
    135deg, #0d0d0d, #1c1c1c
  );
}
.port-img-card-2 {
  background: linear-gradient(
    135deg, #f8f8f0, #e5e5d0
  );
}
.port-img-poster-1 {
  background: linear-gradient(
    135deg, #1a0a2e, #6b21a8
  );
}
.port-img-poster-2 {
  background: linear-gradient(
    135deg, #1a0a00, #c2410c
  );
}
.port-img-nfc-1 {
  background: linear-gradient(
    135deg, #060e06, #134e4a
  );
}
.port-img-nfc-2 {
  background: linear-gradient(
    135deg, #1a1000, #92400e
  );
}
.port-img-brand-1 {
  background: linear-gradient(
    135deg, #0d0d0d, #1f1f1f
  );
}

/* ── Logo Preview ── */
.port-logo-preview {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.ppl-circle {
  width: 64px; height: 64px;
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  font-family: 'Syne', sans-serif;
}
.ppl-green {
  background: linear-gradient(
    135deg, #1b5e20, #4caf50
  );
  box-shadow: 0 8px 24px
    rgba(76,175,80,0.4);
}
.ppl-purple {
  background: linear-gradient(
    135deg, #4f46e5, #818cf8
  );
  box-shadow: 0 8px 24px
    rgba(99,102,241,0.4);
}
.ppl-gold {
  background: linear-gradient(
    135deg, #d97706, #f0b429
  );
  box-shadow: 0 8px 24px
    rgba(240,180,41,0.4);
}
.ppl-text { text-align: center; }
.ppl-name {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
}
.ppl-tag {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
}

/* ── Social Preview ── */
.port-social-prev {
  background: rgba(255,255,255,0.06);
  border: 1px solid
    rgba(255,255,255,0.1);
  border-radius: 14px;
  padding: 14px;
  width: 150px;
}
.psp-dark {
  background: rgba(0,0,0,0.4);
}
.psp-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 10px;
}
.psp-logo {
  width: 24px; height: 24px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  color: #fff;
}
.psp-blue {
  background: rgba(59,130,246,0.6);
}
.psp-purple {
  background: rgba(99,102,241,0.6);
}
.psp-green {
  background: rgba(76,175,80,0.6);
}
.psp-brand {
  font-size: 10px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
}
.psp-main {
  font-size: 22px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.psp-purple-txt { color: #818cf8; }
.psp-sub {
  font-size: 11px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 8px;
}
.psp-footer {
  font-size: 10px;
  font-weight: 700;
  color: #f0b429;
}
.psp-review {
  color: #f0b429;
  font-size: 14px;
  margin-bottom: 4px;
}
.psp-review-txt {
  font-size: 11px;
  color: rgba(255,255,255,0.7);
  font-style: italic;
  margin-bottom: 6px;
}

/* ── Card Preview ── */
.port-card-prev {
  padding: 10px;
}
.pcp-front {
  border-radius: 12px;
  padding: 16px 14px;
  width: 180px;
}
.pcp-dark {
  background: #111;
  border: 1px solid
    rgba(240,180,41,0.3);
}
.pcp-white {
  background: #f8f8f8;
  border: 1px solid #ddd;
}
.pcp-logo {
  font-size: 18px;
  font-weight: 800;
  color: #f0b429;
  font-family: 'Syne', sans-serif;
  margin-bottom: 8px;
}
.pcp-name {
  font-size: 13px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}
.pcp-role {
  font-size: 10px;
  color: rgba(255,255,255,0.4);
  margin-bottom: 8px;
}
.pcp-contact {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
}
.pcp-logo-dark { color: #1b5e20; }
.pcp-name-dark { color: #111; }
.pcp-role-dark {
  color: rgba(0,0,0,0.4);
}
.pcp-contact-dark {
  color: rgba(0,0,0,0.4);
}

/* ── Poster Preview ── */
.port-poster-prev {
  width: 140px;
  border-radius: 14px;
  padding: 20px 14px;
  text-align: center;
}
.ppp-eid {
  background: linear-gradient(
    160deg, #1a0a2e, #6b21a8
  );
  border: 1px solid
    rgba(167,139,250,0.3);
}
.ppp-sale {
  background: linear-gradient(
    160deg, #1a0a00, #c2410c
  );
  border: 1px solid
    rgba(251,146,60,0.3);
}
.ppp-main {
  font-size: 18px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 6px;
  font-family: 'Syne', sans-serif;
}
.ppp-sale-txt { color: #fb923c; }
.ppp-sub {
  font-size: 12px;
  color: rgba(255,255,255,0.6);
}

/* ── NFC Card Preview ── */
.port-nfc-prev { padding: 10px; }
.pnp-card {
  border-radius: 16px;
  padding: 18px 16px;
  width: 180px;
  position: relative;
}
.pnp-dark {
  background: linear-gradient(
    135deg, #0a1a0e, #1b5e20
  );
  border: 1px solid
    rgba(76,175,80,0.3);
}
.pnp-gold {
  background: linear-gradient(
    135deg, #d97706, #f0b429
  );
  border: 1px solid
    rgba(255,255,255,0.3);
}
.pnp-nfc-icon {
  font-size: 20px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 14px;
}
.pnp-icon-dark {
  color: rgba(0,0,0,0.4);
}
.pnp-name {
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 2px;
}
.pnp-dark-txt { color: #111; }
.pnp-role {
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  margin-bottom: 10px;
}
.pnp-tap {
  font-size: 9px;
  font-weight: 700;
  color: rgba(255,255,255,0.4);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.pnp-tap-dark {
  color: rgba(0,0,0,0.4);
}

/* ── Brand Preview ── */
.port-brand-prev {
  padding: 14px;
  width: 180px;
}
.pbp-logo-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
.pbp-logo {
  width: 44px; height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 800;
  color: #fff;
  font-family: 'Syne', sans-serif;
}
.pbp-green {
  background: linear-gradient(
    135deg, #1b5e20, #4caf50
  );
}
.pbp-colors {
  display: flex;
  gap: 4px;
}
.pbp-clr {
  width: 16px; height: 16px;
  border-radius: 50%;
}
.pbp-c1 { background: #4caf50; }
.pbp-c2 { background: #f0b429; }
.pbp-c3 { background: #6366f1; }
.pbp-items {
  display: flex;
  gap: 6px;
}
.pbp-item {
  flex: 1;
  background: rgba(255,255,255,0.06);
  border: 1px solid
    rgba(255,255,255,0.1);
  border-radius: 8px;
  padding: 6px;
  text-align: center;
  font-size: 10px;
  color: rgba(255,255,255,0.5);
  font-weight: 700;
}

/* ── Portfolio Info ── */
.port-info {
  padding: 16px 18px 18px;
}
.port-cat-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 10px;
  font-weight: 800;
  padding: 3px 10px;
  border-radius: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.tag-gold {
  background: rgba(240,180,41,0.12);
  color: #f0b429;
  border: 1px solid
    rgba(240,180,41,0.2);
}
.tag-blue {
  background: rgba(59,130,246,0.12);
  color: #60a5fa;
  border: 1px solid
    rgba(59,130,246,0.2);
}
.tag-green {
  background: rgba(76,175,80,0.12);
  color: #4caf50;
  border: 1px solid
    rgba(76,175,80,0.2);
}
.tag-purple {
  background: rgba(99,102,241,0.12);
  color: #818cf8;
  border: 1px solid
    rgba(99,102,241,0.2);
}
.tag-teal {
  background: rgba(20,184,166,0.12);
  color: #2dd4bf;
  border: 1px solid
    rgba(20,184,166,0.2);
}
.tag-orange {
  background: rgba(249,115,22,0.12);
  color: #fb923c;
  border: 1px solid
    rgba(249,115,22,0.2);
}
.port-info h4 {
  font-size: 15px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 4px;
}
.port-info p {
  font-size: 12px;
  color: rgba(255,255,255,0.4);
  margin: 0;
  line-height: 1.5;
}

/* ══ CATEGORIES SECTION ══ */
.port-cats-section {
  padding: 100px 0;
  background: #0a0a0a;
}
.port-cat-card {
  background: #111111;
  border-radius: 22px;
  padding: 32px 28px;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  border: 1px solid
    rgba(255,255,255,0.07);
}
.port-cat-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  opacity: 0;
  transition: 0.3s;
}
.port-cat-gold::before {
  background: linear-gradient(
    90deg, transparent,
    #f0b429, transparent
  );
}
.port-cat-blue::before {
  background: linear-gradient(
    90deg, transparent,
    #60a5fa, transparent
  );
}
.port-cat-green::before {
  background: linear-gradient(
    90deg, transparent,
    #4caf50, transparent
  );
}
.port-cat-purple::before {
  background: linear-gradient(
    90deg, transparent,
    #818cf8, transparent
  );
}
.port-cat-teal::before {
  background: linear-gradient(
    90deg, transparent,
    #2dd4bf, transparent
  );
}
.port-cat-orange::before {
  background: linear-gradient(
    90deg, transparent,
    #fb923c, transparent
  );
}
.port-cat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 60px
    rgba(0,0,0,0.5);
}
.port-cat-gold:hover {
  border-color: rgba(240,180,41,0.3);
}
.port-cat-blue:hover {
  border-color: rgba(59,130,246,0.3);
}
.port-cat-green:hover {
  border-color: rgba(76,175,80,0.3);
}
.port-cat-purple:hover {
  border-color: rgba(99,102,241,0.3);
}
.port-cat-teal:hover {
  border-color: rgba(20,184,166,0.3);
}
.port-cat-orange:hover {
  border-color: rgba(249,115,22,0.3);
}
.port-cat-card:hover::before {
  opacity: 1;
}
.pcc-icon {
  width: 58px; height: 58px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
}
.pcc-gold {
  background: rgba(240,180,41,0.12);
  color: #f0b429;
  border: 1px solid
    rgba(240,180,41,0.2);
}
.pcc-blue {
  background: rgba(59,130,246,0.12);
  color: #60a5fa;
  border: 1px solid
    rgba(59,130,246,0.2);
}
.pcc-green {
  background: rgba(76,175,80,0.12);
  color: #4caf50;
  border: 1px solid
    rgba(76,175,80,0.2);
}
.pcc-purple {
  background: rgba(99,102,241,0.12);
  color: #818cf8;
  border: 1px solid
    rgba(99,102,241,0.2);
}
.pcc-teal {
  background: rgba(20,184,166,0.12);
  color: #2dd4bf;
  border: 1px solid
    rgba(20,184,166,0.2);
}
.pcc-orange {
  background: rgba(249,115,22,0.12);
  color: #fb923c;
  border: 1px solid
    rgba(249,115,22,0.2);
}
.port-cat-card h4 {
  font-size: 1.1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 10px;
}
.port-cat-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.7;
  margin-bottom: 16px;
}
.pcc-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 18px;
}
.pcc-tags span {
  font-size: 10px;
  font-weight: 700;
  background: rgba(255,255,255,0.05);
  border: 1px solid
    rgba(255,255,255,0.1);
  color: rgba(255,255,255,0.45);
  padding: 3px 9px;
  border-radius: 8px;
}
.pcc-price {
  font-size: 13px;
  font-weight: 800;
  color: rgba(255,255,255,0.6);
  margin-bottom: 16px;
}
.pcc-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 10px 18px;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s;
  border: none;
  cursor: pointer;
}
.pcc-btn-gold {
  background: rgba(240,180,41,0.1);
  border: 1px solid
    rgba(240,180,41,0.25);
  color: #f0b429;
}
.pcc-btn-gold:hover {
  background: linear-gradient(
    135deg, #d97706, #f0b429
  );
  color: #000;
  border-color: transparent;
  transform: translateY(-2px);
}
.pcc-btn-blue {
  background: rgba(59,130,246,0.1);
  border: 1px solid
    rgba(59,130,246,0.25);
  color: #60a5fa;
}
.pcc-btn-blue:hover {
  background: linear-gradient(
    135deg, #2563eb, #60a5fa
  );
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}
.pcc-btn-green {
  background: rgba(76,175,80,0.1);
  border: 1px solid
    rgba(76,175,80,0.25);
  color: #4caf50;
}
.pcc-btn-green:hover {
  background: linear-gradient(
    135deg, #2e7d32, #4caf50
  );
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}
.pcc-btn-purple {
  background: rgba(99,102,241,0.1);
  border: 1px solid
    rgba(99,102,241,0.25);
  color: #818cf8;
}
.pcc-btn-purple:hover {
  background: linear-gradient(
    135deg, #4f46e5, #818cf8
  );
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}
.pcc-btn-teal {
  background: rgba(20,184,166,0.1);
  border: 1px solid
    rgba(20,184,166,0.25);
  color: #2dd4bf;
}
.pcc-btn-teal:hover {
  background: linear-gradient(
    135deg, #0f766e, #2dd4bf
  );
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}
.pcc-btn-orange {
  background: rgba(249,115,22,0.1);
  border: 1px solid
    rgba(249,115,22,0.25);
  color: #fb923c;
}
.pcc-btn-orange:hover {
  background: linear-gradient(
    135deg, #c2410c, #fb923c
  );
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}

/* ══ PROCESS SECTION ══ */
.port-process-section {
  padding: 100px 0;
  background: #0d0d0d;
}
.port-proc-card {
  background: #111111;
  border: 1px solid
    rgba(255,255,255,0.07);
  border-radius: 20px;
  padding: 30px 24px;
  height: 100%;
  transition: all 0.3s;
  position: relative;
}
.port-proc-card:hover {
  border-color: rgba(240,180,41,0.3);
  transform: translateY(-6px);
  box-shadow: 0 24px 50px
    rgba(0,0,0,0.4);
}
.port-proc-num {
  font-family: 'Syne', sans-serif;
  font-size: 3rem;
  font-weight: 800;
  color: rgba(240,180,41,0.1);
  line-height: 1;
  margin-bottom: 14px;
}
.port-proc-icon {
  width: 50px; height: 50px;
  background: rgba(240,180,41,0.1);
  border: 1px solid
    rgba(240,180,41,0.2);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #f0b429;
  margin-bottom: 16px;
}
.port-proc-card h4 {
  font-size: 1rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 8px;
}
.port-proc-card p {
  font-size: 13px;
  color: rgba(255,255,255,0.45);
  line-height: 1.65;
  margin: 0;
}

/* ══ CTA SECTION ══ */
.port-cta-section {
  padding: 100px 0;
  background: #0a0a0a;
}
.port-cta-inner {
  background: linear-gradient(
    145deg, #1a1000,
    #d97706 60%, #1a1000
  );
  border: 1px solid
    rgba(240,180,41,0.2);
  border-radius: 28px;
  padding: 70px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.port-cta-glow {
  position: absolute;
  top: -100px; left: 50%;
  transform: translateX(-50%);
  width: 400px; height: 400px;
  background: radial-gradient(
    circle,
    rgba(240,180,41,0.2),
    transparent 70%
  );
  pointer-events: none;
}
.port-cta-title {
  font-family: 'Syne', sans-serif;
  font-size: clamp(
    2rem, 5vw, 3rem
  );
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  position: relative;
}
.port-cta-sub {
  color: rgba(255,255,255,0.6);
  font-size: 1rem;
  margin-bottom: 36px;
  line-height: 1.7;
  position: relative;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}
.port-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 40px;
  position: relative;
}

/* ── Promise Row ── */
.port-promise-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  position: relative;
}
.port-promise-item {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 700;
  color: rgba(255,255,255,0.5);
}
.port-promise-item i {
  color: #f0b429;
  font-size: 13px;
}
.port-promise-div {
  width: 1px;
  height: 24px;
  background: rgba(255,255,255,0.15);
}

/* ══ ACCENT COLOR UTILITY ══ */
.accent-gold {
  background: linear-gradient(
    135deg, #f0b429, #fbbf24
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ══ RESPONSIVE ══ */
@media (max-width: 991px) {
  .port-hero {
    padding: 40px 0 60px;
  }
  .port-cta-inner {
    padding: 50px 24px;
  }
  .port-grid {
    grid-template-columns:
      repeat(auto-fill, minmax(240px, 1fr));
  }
  .port-stat-div { display: none; }
  .port-promise-div { display: none; }
}
@media (max-width: 576px) {
  .port-hero-btns {
    flex-direction: column;
    align-items: center;
  }
  .btn-port-primary,
  .btn-wa {
    justify-content: center;
    width: 100%;
  }
  .port-filter-tabs {
    gap: 8px;
  }
  .port-filter-btn {
    padding: 7px 13px;
    font-size: 11px;
  }
  .port-grid {
    grid-template-columns: 1fr;
  }
  .port-cta-btns {
    flex-direction: column;
  }
  .port-cta-btns a {
    justify-content: center;
  }
  .port-promise-row {
    gap: 14px;
  }
  .pcc-btn {
    width: 100%;
    justify-content: center;
  }
}