/* FONT AWESOME â€“ GLOBAL (ALL PAGES) */
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');



/* GOOGLE FONT - GEIST */
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@100..900&display=swap');

/* FONT AWESOME ICONS */
.mobile-close i {
  font-size: 22px;
  color: #212b61;
}


/* ------------------------------------------- */
/* POPUP OVERLAY */
.ny-popup {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease;
}

/* SHOW POPUP */
.ny-popup.show {
  opacity: 1;
  visibility: visible;
}

/* POPUP BOX */
.ny-popup-content {
  background: linear-gradient(135deg, #2b0b6f, #12002e);
  color: #fff;
  padding: 32px 28px;
  border-radius: 20px;
  max-width: 720px;
  max-height: 720px;
  width: 100%;
  overflow-y: auto;
  text-align: center;
  transform: scale(0.9);
  animation: popupIn 0.4s ease forwards;
}

/* ANIMATION */
@keyframes popupIn {
  to {
    transform: scale(1);
  }
}

/* CLOSE BUTTON */
.ny-close {
  position: absolute;
  top: 16px;
  right: 16px;
  background: none;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

/* TEXT */
.ny-popup-content h2 {
  font-size: 26px;
  margin-bottom: 12px;
}

.ny-popup-content p {
  font-size: 15px;
  opacity: 0.9;
  margin-bottom: 22px;
}

/* CTA BUTTON */
.ny-btn {
  display: inline-block;
  padding: 12px 26px;
  border-radius: 24px;
  background: #7b6cff;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ny-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(123,108,255,0.4);
}

/* MOBILE */
@media (max-width: 480px) {
  .ny-popup-content h2 {
    font-size: 22px;
  }
}
/* ------------------------------------------- */

.mobile-dropdown-btn i {
  font-size: 22px;
  color: #212b61;
}

/* Arrow rotation */
.arrow {
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}


:root {
  --site-font-family: var(--framer-font-family-preview, var(--framer-blockquote-font-family, var(--framer-font-family, "Geist", sans-serif)));
}

/* Modern Destination Pages */
.focus-page {
  --focus-bg: #07101d;
  --focus-surface: rgba(12, 25, 48, 0.76);
  --focus-surface-strong: rgba(14, 28, 54, 0.92);
  --focus-line: rgba(144, 178, 255, 0.18);
  --focus-text: #f2f6ff;
  --focus-copy: rgba(232, 239, 255, 0.8);
  --focus-accent: #8fb7ff;
  --focus-shadow: 0 30px 90px rgba(0, 0, 0, 0.34);
  background:
    radial-gradient(circle at 10% 0%, rgba(102, 154, 255, 0.22), transparent 30%),
    radial-gradient(circle at 100% 12%, rgba(77, 201, 255, 0.16), transparent 24%),
    linear-gradient(180deg, #050b14 0%, #07101d 28%, #08111f 100%);
  color: var(--focus-text);
}

.focus-page--resource {
  --focus-surface: rgba(21, 31, 10, 0.78);
  --focus-surface-strong: rgba(28, 40, 12, 0.94);
  --focus-line: rgba(210, 255, 108, 0.16);
  --focus-copy: rgba(245, 249, 225, 0.8);
  --focus-text: #f8fee7;
  --focus-accent: #d5ff63;
  background:
    radial-gradient(circle at 8% 0%, rgba(185, 255, 73, 0.16), transparent 32%),
    radial-gradient(circle at 100% 16%, rgba(115, 182, 78, 0.18), transparent 26%),
    linear-gradient(180deg, #0a0f05 0%, #101607 30%, #121a09 100%);
}

.focus-page--business {
  --focus-surface: rgba(10, 28, 34, 0.76);
  --focus-surface-strong: rgba(11, 34, 42, 0.94);
  --focus-line: rgba(119, 234, 219, 0.16);
  --focus-copy: rgba(228, 247, 245, 0.82);
  --focus-text: #f2fffd;
  --focus-accent: #7de3d8;
  background:
    radial-gradient(circle at 12% 0%, rgba(70, 215, 194, 0.18), transparent 30%),
    radial-gradient(circle at 100% 18%, rgba(101, 170, 255, 0.14), transparent 24%),
    linear-gradient(180deg, #061116 0%, #09161c 32%, #08181f 100%);
}

.focus-main {
  padding: 108px 0 0;
}

.focus-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.focus-hero {
  padding: 28px 0 12px;
}

.focus-hero-panel,
.focus-story-card,
.focus-link-band,
.focus-cta-panel,
.businesses-page .biz-details-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--focus-line);
  box-shadow: var(--focus-shadow);
}

.focus-hero-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(320px, 0.92fr);
  gap: 26px;
  padding: clamp(26px, 4vw, 44px);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), transparent 48%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), transparent 32%),
    var(--focus-surface-strong);
}

.focus-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.focus-kicker,
.focus-section-kicker,
.focus-side-label,
.focus-card-index,
.focus-step-number,
.biz-details-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: var(--focus-accent);
}

.focus-title {
  margin: 14px 0 0;
  max-width: 12ch;
  font-size: clamp(40px, 5.2vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: var(--focus-text);
}

.focus-lead {
  margin: 20px 0 0;
  max-width: 58ch;
  font-size: clamp(17px, 1.8vw, 22px);
  line-height: 1.56;
  color: var(--focus-copy);
}

.focus-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.focus-actions--end {
  justify-content: flex-end;
  margin-top: 0;
}

.focus-page .focus-actions--end .focus-btn {
  position: relative;
  overflow: hidden;
  min-height: 54px;
  padding: 0 22px;
  background-image: none;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.16);
  color: var(--focus-text);
  font-size: 12px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.focus-page .focus-actions--end .focus-btn::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  opacity: 0.9;
  pointer-events: none;
}

.focus-page .focus-actions--end .focus-btn > * {
  position: relative;
  z-index: 1;
}

.focus-page .focus-actions--end .focus-btn--primary {
  background: linear-gradient(135deg, var(--focus-accent), rgba(255, 255, 255, 0.85));
  border-color: rgba(255, 255, 255, 0.3);
  color: #07111d;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.2);
}

.focus-page .focus-actions--end .focus-btn--primary::before {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.26), rgba(255, 255, 255, 0.04));
}

.focus-page .focus-actions--end .focus-btn--ghost {
  background: rgba(255, 255, 255, 0.05);
  border-color: var(--focus-line);
  color: var(--focus-text);
}

.focus-page .focus-actions--end .focus-btn:hover,
.focus-page .focus-actions--end .focus-btn:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 22px 40px rgba(0, 0, 0, 0.22);
}

.focus-page .focus-actions--end .focus-btn--ghost:hover,
.focus-page .focus-actions--end .focus-btn--ghost:focus-visible {
  background: rgba(255, 255, 255, 0.08);
}

.focus-page .focus-actions--end .focus-btn--primary:hover,
.focus-page .focus-actions--end .focus-btn--primary:focus-visible {
  color: #07111d;
}

.focus-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, color 0.22s ease;
}

.focus-btn:hover,
.focus-btn:focus-visible {
  transform: translateY(-2px);
}

.focus-btn--primary {
  background: var(--focus-accent);
  color: #05111e;
}

.focus-btn--ghost {
  background: rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.12);
  color: var(--focus-text);
}

.focus-side-card {
  padding: 18px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.focus-side-media {
  border-radius: 22px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  aspect-ratio: 1.08 / 0.88;
}

.focus-side-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.focus-side-label {
  margin-top: 18px;
}

.focus-bullet-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
  color: var(--focus-copy);
}

.focus-bullet-list li {
  position: relative;
  padding-left: 18px;
  line-height: 1.56;
}

.focus-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.62em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--focus-accent);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.04);
}

.focus-page--contact .contact-main {
  padding: 118px 0 0;
}

.focus-page--contact .contact-role-section {
  padding: 28px 0 0;
}

.focus-page--contact .contact-role-section .section-shell-inner {
  max-width: 1280px;
  padding: clamp(24px, 4vw, 42px);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.92), rgba(235, 241, 255, 0.98)),
    #f7f9ff;
  border: 1px solid rgba(143, 183, 255, 0.28);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.2);
}

.contact-role-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.24fr);
  gap: clamp(24px, 3vw, 34px);
  align-items: start;
}

.contact-role-kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #5d6cff;
}

.contact-role-copy h1 {
  margin: 14px 0 0;
  max-width: 10ch;
  font-size: clamp(42px, 5vw, 74px);
  line-height: 0.94;
  letter-spacing: -0.05em;
  font-weight: 500;
  color: #09111f;
}

.contact-role-copy > p {
  margin: 20px 0 0;
  max-width: 42ch;
  font-size: clamp(18px, 2vw, 24px);
  line-height: 1.65;
  color: rgba(9, 17, 31, 0.78);
}

.contact-role-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.contact-role-points li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(9, 17, 31, 0.72);
}

.contact-role-points li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5d6cff;
  box-shadow: 0 0 0 7px rgba(93, 108, 255, 0.08);
}

.contact-role-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.contact-role-card {
  min-height: 100%;
  padding: 24px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), transparent 42%),
    linear-gradient(145deg, rgba(17, 24, 39, 0.96), rgba(7, 13, 24, 0.98));
  border: 1px solid rgba(143, 183, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #f2f6ff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    box-shadow 220ms ease;
}

.contact-role-card:hover,
.contact-role-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(143, 183, 255, 0.28);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 26px 48px rgba(5, 11, 20, 0.24);
}

.contact-role-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(143, 183, 255, 0.2);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  color: #b6ccff;
}

.contact-role-card h2,
.contact-role-card h3 {
  margin: 18px 0 0;
  font-size: clamp(28px, 2.6vw, 38px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: #f8fbff;
}

.contact-role-card p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.68;
  color: rgba(235, 241, 255, 0.76);
}

.contact-role-link {
  margin-top: auto;
  padding-top: 26px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #aecdff;
}

.focus-section {
  padding: 18px 0 0;
}

.focus-section--compact {
  padding-top: 16px;
}

.focus-story-card,
.focus-link-band,
.focus-cta-panel,
.businesses-page .biz-details-shell {
  border-radius: 30px;
  background: var(--focus-surface);
}

.focus-story-card {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(300px, 0.92fr);
  gap: 24px;
  padding: clamp(24px, 4vw, 36px);
}

.focus-story-copy h2,
.focus-section-head h2,
.focus-link-band h2,
.focus-cta-copy h2,
.businesses-page .biz-details-head h2 {
  margin: 12px 0 0;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.03;
  letter-spacing: -0.04em;
  font-weight: 500;
  color: var(--focus-text);
}

.focus-story-copy p,
.focus-card p,
.focus-step-card p,
.focus-cta-copy p,
.businesses-page .biz-detail-copy p,
.businesses-page .biz-detail-list li {
  margin: 16px 0 0;
  font-size: 17px;
  line-height: 1.74;
  color: var(--focus-copy);
}

.focus-metrics-grid {
  display: grid;
  gap: 14px;
  align-content: start;
}

.focus-metric-card {
  padding: 22px 20px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.focus-metric-card strong {
  display: block;
  font-size: clamp(26px, 3vw, 42px);
  line-height: 1;
  font-weight: 500;
  color: var(--focus-text);
}

.focus-metric-card span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.48;
  color: var(--focus-copy);
}

.focus-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.focus-card-grid,
.focus-step-grid,
.businesses-page .biz-details-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.focus-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.focus-card,
.focus-step-card,
.businesses-page .biz-detail-card {
  min-height: 100%;
  padding: 22px;
  border-radius: 24px;
  background: var(--focus-surface);
  border: 1px solid var(--focus-line);
}

.focus-card-link {
  display: block;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.focus-card h3,
.focus-step-card h3,
.businesses-page .biz-detail-copy h3 {
  margin: 16px 0 0;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--focus-text);
}

.focus-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
}

.focus-link-band,
.focus-cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 18px;
  padding: clamp(22px, 3.5vw, 34px);
}

.focus-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  justify-content: flex-end;
}

.focus-chip {
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--focus-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--focus-text);
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.focus-cta-section {
  padding: 16px 0 56px;
}

.focus-cta-copy p {
  max-width: 56ch;
}

.businesses-page .biz-details {
  margin-top: 28px;
}

.businesses-page .biz-details-shell {
  padding: clamp(28px, 4vw, 38px);
}

.businesses-page .biz-details-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.businesses-page .biz-detail-card {
  display: grid;
  grid-template-columns: 108px minmax(0, 1fr);
  gap: 20px;
  text-decoration: none;
  scroll-margin-top: 120px;
  align-content: start;
}

.businesses-page .biz-detail-logo {
  width: 108px;
  height: 108px;
  border-radius: 24px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.businesses-page .biz-detail-logo img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  display: block;
}

.businesses-page .biz-detail-list {
  margin: 14px 0 0;
  padding-left: 18px;
}

.businesses-page .biz-details-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.bk-importance-card {
  scroll-margin-top: 120px;
}

@media (max-width: 1080px) {
  .focus-hero-panel,
  .focus-story-card,
  .focus-link-band,
  .focus-cta-panel,
  .businesses-page .biz-detail-card {
    grid-template-columns: 1fr;
  }

  .contact-role-layout {
    grid-template-columns: 1fr;
  }

  .focus-chip-row,
  .focus-actions--end {
    justify-content: flex-start;
  }

  .focus-step-grid,
  .businesses-page .biz-details-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 820px) {
  .focus-main {
    padding-top: 96px;
  }

  .focus-shell {
    width: min(100%, calc(100% - 28px));
  }

  .focus-card-grid,
  .focus-step-grid,
  .businesses-page .biz-details-grid {
    grid-template-columns: 1fr;
  }

  .focus-section-head,
  .businesses-page .biz-details-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
  }

  .focus-title {
    max-width: none;
  }

  .focus-page--contact .contact-main {
    padding-top: 96px;
  }

  .focus-page--contact .contact-role-section .section-shell-inner {
    padding: 22px;
  }

  .contact-role-copy h1 {
    max-width: none;
  }

  .contact-role-grid {
    grid-template-columns: 1fr;
  }

  .contact-role-card {
    padding: 22px;
  }

  .focus-story-copy p,
  .focus-card p,
  .focus-step-card p,
  .focus-cta-copy p,
  .focus-lead,
  .focus-bullet-list li,
  .businesses-page .biz-detail-copy p,
  .businesses-page .biz-detail-list li {
    font-size: 16px;
  }

  .contact-role-copy > p,
  .contact-role-card p,
  .contact-role-points li {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .contact-role-card h2,
  .contact-role-card h3 {
    font-size: 26px;
  }

  .contact-role-link {
    letter-spacing: 0.14em;
  }
}

/* Business Profile Pages */
.company-page .focus-title {
  max-width: 16ch;
}

.company-page .company-hero-panel {
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.company-page .company-source-note {
  margin: 14px 0 0;
  max-width: 60ch;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(228, 247, 245, 0.7);
}

.company-page .company-brand-stage {
  display: grid;
  gap: 14px;
  align-content: start;
}

.company-page .company-side-media {
  aspect-ratio: 1.08 / 0.92;
}

.company-page .company-brand-mark {
  display: grid;
  place-items: center;
  min-height: 112px;
  padding: 22px;
  border-radius: 22px;
  border: 1px solid var(--focus-line);
  background:
    linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.03);
}

.company-page .company-brand-mark img {
  max-width: min(220px, 74%);
  max-height: 82px;
  width: auto;
  height: auto;
  display: block;
  object-fit: contain;
}

.company-page .company-site-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  width: fit-content;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid var(--focus-line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--focus-text);
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.company-page .company-photo-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.company-page .company-photo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.company-page .company-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--focus-line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--focus-shadow);
}

.company-page .company-photo--wide {
  aspect-ratio: 1.34 / 0.82;
}

.company-page .company-photo-row .company-photo {
  aspect-ratio: 1 / 0.96;
}

.company-page .company-photo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.company-page .company-photo--contain img {
  object-fit: contain;
  padding: 26px;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.04));
}

.company-page .company-card-grid .focus-card {
  min-height: 100%;
}

@media (max-width: 1080px) {
  .company-page .company-hero-panel {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .company-page .company-photo-row {
    grid-template-columns: 1fr;
  }

  .company-page .company-brand-mark {
    min-height: 96px;
    padding: 18px;
  }
}

.performance-page .performance-hero-media {
  aspect-ratio: 1.02 / 1;
}

.performance-page .performance-photo-stack {
  display: grid;
  gap: 14px;
  align-content: start;
}

.performance-page .performance-photo-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.performance-page .performance-photo {
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid var(--focus-line);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: var(--focus-shadow);
}

.performance-page .performance-photo--wide {
  aspect-ratio: 1.28 / 0.82;
}

.performance-page .performance-photo-row .performance-photo {
  aspect-ratio: 1 / 0.94;
}

.performance-page .performance-photo img,
.performance-page .performance-card-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.performance-page .performance-card-grid .focus-card {
  overflow: hidden;
}

.performance-page .performance-card-media {
  margin: -22px -22px 18px;
  overflow: hidden;
  aspect-ratio: 1.16 / 0.82;
  border-radius: 24px 24px 20px 20px;
  border-bottom: 1px solid var(--focus-line);
  background: rgba(255, 255, 255, 0.05);
}

@media (max-width: 1080px) {
  .performance-page .performance-hero-media {
    aspect-ratio: 1.28 / 0.9;
  }
}

@media (max-width: 640px) {
  .performance-page .performance-photo-row {
    grid-template-columns: 1fr;
  }

  .performance-page .performance-card-media {
    margin-bottom: 16px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: var(--site-font-family);
}

html,
body {
  scroll-behavior: smooth;
}

html {
  scroll-padding-top: 110px;
}

body {
  background: #121212;
}

.page-transition {
  position: fixed;
  inset: 0;
  z-index: 100000;
  pointer-events: none;
  visibility: hidden;
  background: #121212;
  clip-path: circle(0px at var(--pt-x, 50%) var(--pt-y, 50%));
  transition:
    clip-path 760ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 760ms;
}

body.is-page-transitioning .page-transition,
body.is-page-entering .page-transition {
  visibility: visible;
  transition:
    clip-path 760ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 0s;
}

body.is-page-transitioning .page-transition,
body.is-page-entering .page-transition {
  clip-path: circle(150vmax at var(--pt-x, 50%) var(--pt-y, 50%));
}

body.is-page-entering.is-page-entered .page-transition {
  clip-path: circle(0px at var(--pt-x, 50%) var(--pt-y, 50%));
  visibility: hidden;
  transition:
    clip-path 760ms cubic-bezier(0.22, 1, 0.36, 1),
    visibility 0s linear 760ms;
}

@media (prefers-reduced-motion: reduce) {
  .page-transition {
    display: none;
  }
}

/* ------------------------------------------- */
/* SIMPLE GLOBAL HEADINGS */
h1,
h2,
h3 {
  position: relative;
  animation: none;
  text-shadow: none;
  filter: none;
}

h1::after,
h2::after,
h3::after {
  content: none;
  display: none;
}

.nav a:hover,
.dropdown-btn:hover,
.mobile-link:hover,
.mobile-dropdown-menu a:hover,
.contact-btn:hover {
  text-shadow: none;
}

@media (max-width: 900px) {
  html {
    overflow-x: hidden;
  }
}

/* HEADER */
.header {
  max-width: 1200px;
  margin: 20px auto;
  padding: 14px 24px;
  background: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  z-index: 999;
  transition:
    width 280ms ease,
    transform 340ms cubic-bezier(0.2, 0.9, 0.2, 1),
    padding 280ms ease,
    border-radius 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}

.header .logo {
  display: flex;
  align-items: center;
  max-width: 280px;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    max-width 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    margin-right 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.header .wd-mini-brand {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  max-width: 0;
  margin-right: 0;
  opacity: 0;
  transform: translateX(-10px) scale(0.84);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    max-width 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    margin-right 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.header .wd-mini-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body {
  padding-top: 110px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* LOGO */
.logo-img {
  height: 50px;
}

/* DESKTOP NAV */
.nav {
  display: flex;
  align-items: center;
  gap: 28px;
  transition: gap 280ms ease;
}

.nav a,
.dropdown-btn {
  text-decoration: none;
  color: #000;
  font-weight: 500;
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  transition: color 180ms ease, transform 260ms cubic-bezier(0.2, 0.9, 0.2, 1);
}


/* DROPDOWN */
.dropdown {
  position: relative;
}

.dropdown-btn i {
  transition: transform 240ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

.dropdown-menu {
  position: absolute;
  top: calc(100% + 18px);
  left: 0;

  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 6px;

  min-width: 320px;
  padding: 12px;
  border-radius: 22px;

  background: rgba(245, 242, 255, 0.96);
  border: 1px solid rgba(109, 93, 252, 0.16);
  box-shadow: 0 30px 80px rgba(18, 10, 46, 0.22);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(14px) scale(0.98);
  transform-origin: top left;
  transition:
    opacity 160ms ease,
    transform 340ms cubic-bezier(0.2, 0.9, 0.2, 1),
    visibility 0s linear 340ms;
  will-change: transform, opacity;
}

.dropdown-menu::before {
  content: "";
  position: absolute;
  top: -9px;
  left: 36px;
  width: 18px;
  height: 18px;
  background: rgba(245, 242, 255, 0.96);
  border-left: 1px solid rgba(109, 93, 252, 0.16);
  border-top: 1px solid rgba(109, 93, 252, 0.16);
  transform: rotate(45deg);
  border-radius: 4px;
}

/* Hover bridge so the dropdown doesn't "snap shut" when moving the cursor down. */
.dropdown-menu::after {
  content: "";
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  height: 18px;
}

.dropdown-menu a {
  --stagger: 0ms;
  display: block;
  position: relative;
  z-index: 1;
  padding: 12px 16px;
  border-radius: 16px;
  color: rgba(27, 20, 56, 0.86);
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;

  opacity: 0;
  transform: translateY(8px);
  transition:
    transform 340ms cubic-bezier(0.2, 0.9, 0.2, 1) var(--stagger),
    opacity 240ms ease var(--stagger),
    background 160ms ease 0ms,
    border-radius 160ms ease 0ms,
    box-shadow 200ms ease 0ms,
    color 160ms ease 0ms;
}

.dropdown-menu a:hover,
.dropdown-menu a:focus-visible {
  color: #fff;
  opacity: 1;
  --stagger: 0ms;
  transform: translateY(-1px);
}

.dropdown-menu a:active {
  transform: translateY(0);
}

/* Smooth "moving pill" highlight (JS positions it). */
.dropdown-highlight {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  box-shadow: 0 14px 30px rgba(109, 93, 252, 0.35);
  opacity: 0;
  pointer-events: none;
  transform: translate3d(0, 0, 0);
  transition:
    transform 320ms cubic-bezier(0.18, 1, 0.22, 1),
    width 320ms cubic-bezier(0.18, 1, 0.22, 1),
    height 320ms cubic-bezier(0.18, 1, 0.22, 1),
    opacity 160ms ease;
  will-change: transform, width, height, opacity;
}

.dropdown:is(:hover, :focus-within) .dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);
  transition:
    opacity 160ms ease,
    transform 420ms cubic-bezier(0.18, 1, 0.22, 1),
    visibility 0s;
}

.dropdown:is(:hover, :focus-within) .dropdown-btn i {
  transform: rotate(180deg);
}

.dropdown:is(:hover, :focus-within) .dropdown-btn {
  transform: translateY(-1px);
}

.dropdown:is(:hover, :focus-within) .dropdown-menu a {
  opacity: 1;
  transform: translateY(0);
}

.dropdown:is(:hover, :focus-within) .dropdown-menu a:nth-of-type(1) { --stagger: 0ms; }
.dropdown:is(:hover, :focus-within) .dropdown-menu a:nth-of-type(2) { --stagger: 40ms; }
.dropdown:is(:hover, :focus-within) .dropdown-menu a:nth-of-type(3) { --stagger: 80ms; }
.dropdown:is(:hover, :focus-within) .dropdown-menu a:nth-of-type(4) { --stagger: 120ms; }
.dropdown:is(:hover, :focus-within) .dropdown-menu a:nth-of-type(5) { --stagger: 160ms; }
.dropdown:is(:hover, :focus-within) .dropdown-menu a:nth-of-type(6) { --stagger: 200ms; }
.dropdown:is(:hover, :focus-within) .dropdown-menu a:nth-of-type(7) { --stagger: 240ms; }

@media (prefers-reduced-motion: reduce) {
  .dropdown-btn,
  .dropdown-menu,
  .dropdown-menu a,
.dropdown-highlight {
    transition: none;
    animation: none;
  }
}

.dropdown-brandkit {
  font-weight: 650;
  letter-spacing: 0.1px;
}

.dropdown-brandkit::after {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -6px;
  height: 1px;
  background: rgba(109, 93, 252, 0.12);
  pointer-events: none;
}

/* CONTACT BUTTON */
.contact-btn {
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  color: #fff;
  border: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 12px 22px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-decoration: none;
}

.header .contact-btn i {
  font-size: 13px;
  line-height: 1;
}

.header.wd-header-nav-only {
  width: min(900px, calc(100% - 92px));
  padding: 8px 14px 8px 12px;
  border-radius: 26px;
  transform: translateX(-50%) translateY(1px) scale(0.988);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 12px;
  justify-content: initial;
  background: rgba(16, 8, 34, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

.header.wd-header-nav-only .logo {
  position: absolute;
  max-width: 0;
  margin-right: 0;
  opacity: 0;
  transform: translateX(-12px) scale(0.92);
  pointer-events: none;
}

.header.wd-header-nav-only .wd-mini-brand {
  grid-column: 1;
  justify-self: start;
  align-self: center;
  max-width: 34px;
  margin-right: 0;
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

.header.wd-header-nav-only .nav {
  grid-column: 2;
  justify-self: center;
  gap: 14px;
}

.header.wd-header-nav-only .nav a,
.header.wd-header-nav-only .dropdown-btn {
  font-size: 14px;
  color: rgba(247, 242, 255, 0.94);
}

.header.wd-header-nav-only .nav > a:hover,
.header.wd-header-nav-only .dropdown-btn:hover {
  color: #fff;
}

.header.wd-header-nav-only .contact-btn {
  grid-column: 3;
  justify-self: end;
  padding: 7px 12px;
  border-radius: 14px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
  transform: scale(0.97);
}

/* MOBILE TOGGLE */
.menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-toggle span {
  width: 24px;
  height: 2px;
  background: #000;
}

/* MOBILE NAV */
.mobile-nav {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1000;
  padding: 18px;

  justify-content: flex-end;
  align-items: flex-start;

  background: rgba(8, 10, 18, 0.76);
  backdrop-filter: blur(16px) saturate(140%);
  -webkit-backdrop-filter: blur(16px) saturate(140%);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    visibility 0s linear 220ms;
}

.mobile-nav.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition:
    opacity 220ms ease,
    visibility 0s;
}

.mobile-sheet {
  width: min(440px, 100%);
  max-height: calc(100vh - 36px);
  overflow: hidden;

  border-radius: 28px;
  padding: 18px 16px;

  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.55);
  backdrop-filter: blur(22px) saturate(160%);
  -webkit-backdrop-filter: blur(22px) saturate(160%);

  transform: translateX(18px) scale(0.985);
  opacity: 0;
  transition: transform 420ms cubic-bezier(0.18, 1, 0.22, 1), opacity 240ms ease;
  will-change: transform, opacity;

  display: flex;
  flex-direction: column;
}

.mobile-nav.active .mobile-sheet {
  transform: translateX(0) scale(1);
  opacity: 1;
}

@media (max-width: 420px) {
  .mobile-nav {
    padding: 12px;
  }

  .mobile-sheet {
    border-radius: 24px;
    padding: 16px 14px;
    max-height: calc(100vh - 24px);
  }
}

/* MOBILE HEADER */
.mobile-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 18px;
}

.mobile-logo-img {
  height: 56px;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.35));
}

.mobile-close {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.16);
  cursor: pointer;
  display: grid;
  place-items: center;
}

.mobile-close:hover {
  background: rgba(255, 255, 255, 0.12);
  transform: translateY(-1px);
}

.mobile-nav .mobile-close i,
.mobile-nav .mobile-dropdown-btn i {
  color: rgba(255, 255, 255, 0.92);
}

/* MOBILE MENU */
.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  overflow-y: auto;
  padding-right: 6px;
}

.mobile-link,
.mobile-dropdown-btn {
  width: 100%;
  padding: 14px 16px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.06);
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.92);
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.mobile-link:hover,
.mobile-dropdown-btn:hover {
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.22);
  transform: translateY(-1px);
}

.mobile-link:focus-visible,
.mobile-dropdown-btn:focus-visible {
  outline: 3px solid rgba(109, 93, 252, 0.55);
  outline-offset: 2px;
}

/* MOBILE DROPDOWN */
.mobile-dropdown-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 0;
  padding-left: 10px;

  max-height: 0;
  opacity: 0;
  transform: translateY(-4px);
  pointer-events: none;
  overflow: hidden;
  transition:
    max-height 380ms cubic-bezier(0.18, 1, 0.22, 1),
    opacity 220ms ease,
    transform 220ms ease,
    margin-top 220ms ease;
}

.mobile-dropdown-menu.is-open {
  margin-top: 10px;
  max-height: 520px;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.mobile-dropdown-menu a {
  padding: 12px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  font-size: 15px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.86);
  transition: background 160ms ease, transform 160ms ease, box-shadow 200ms ease, color 160ms ease, border-radius 160ms ease;
}

.mobile-dropdown-menu a:hover,
.mobile-dropdown-menu a:focus-visible {
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  color: #fff;
  border-radius: 10px;
  transform: translateY(-1px);
  box-shadow: 0 12px 26px rgba(109, 93, 252, 0.35);
}

.mobile-brandkit {
  font-weight: 650;
}

/* ARROW */
.arrow {
  transition: transform 0.3s ease;
}

.arrow.rotate {
  transform: rotate(180deg);
}

/* HERO */
.main {
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 20px;
}

.hero {
  width: calc(100% - 40px);
  max-width: none;
  margin: 12px auto 56px;
}

.hero-image {
  position: relative;
  margin: 0 auto;
  min-height: clamp(560px, 78vh, 760px);
  border-radius: 26px;
  overflow: hidden;
  border: 0;
  background: #090909;
  box-shadow: none;
}

.hero-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
  transform: scale(1.02);
  filter: saturate(0.9) brightness(0.68);
}

.hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(3, 3, 3, 0.08) 0%, rgba(3, 3, 3, 0.28) 54%, rgba(3, 3, 3, 0.58) 100%),
    radial-gradient(circle at 18% 14%, rgba(0, 0, 0, 0.14), transparent 28%),
    radial-gradient(circle at 84% 18%, rgba(0, 0, 0, 0.12), transparent 30%);
}

/* HERO TEXT OVERLAY */
.hero-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  text-align: left;
  padding: clamp(22px, 2.2vw, 34px);
  gap: 18px;
  border-radius: var(--home-common-radius);
}

.hero-intro {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.18;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.hero-headline {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: clamp(16px, 2.6vw, 40px);
  width: 100%;
  max-width: 1080px;
}

.hero-text h1 {
  margin: 0;
  padding-top: 0;
  font-size: clamp(68px, 10vw, 156px);
  line-height: 0.88;
  font-weight: 500;
  color: #ffffff;
  letter-spacing: -0.05em;
  text-shadow: 0 10px 30px rgba(0,0,0,0.35);
}

.hero-text h1 span {
  display: block;
}

.hero-text h1 .hero-line-top::after {
  content: "/";
}

.hero-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(22px, 2.5vw, 56px);
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

/* Hero section: smooth reveal */
.hero .hero-image[data-reveal] {
  opacity: 0;
  transform: translateY(34px) scale(0.975);
  filter: blur(6px);
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 820ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero .hero-image[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.hero .hero-intro[data-reveal],
.hero .hero-text h1[data-reveal],
.hero .hero-label[data-reveal] {
  opacity: 0;
  transform: translateY(24px);
  filter: blur(3px);
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.hero .hero-intro[data-reveal] {
  transition-delay: 120ms;
}

.hero .hero-text h1[data-reveal] {
  transition-delay: 210ms;
}

.hero .hero-label[data-reveal] {
  transition-delay: 320ms;
}

.hero .hero-intro[data-reveal].is-visible,
.hero .hero-text h1[data-reveal].is-visible,
.hero .hero-label[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.home-facts {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto 56px;
}

.home-facts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px 92px;
  padding: 8px 0 10px;
}

.home-fact {
  display: grid;
  gap: 10px;
  align-content: start;
}

.home-fact-label {
  margin: 0;
  color: rgba(216, 228, 255, 0.72);
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.home-fact-value {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.04em;
  max-width: 16ch;
}

.home-facts-grid .home-fact:first-child .home-fact-value {
  max-width: none;
  white-space: nowrap;
}

.home-page {
  --home-common-radius: 14px;
}

.home-project-shuffle {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto 56px;
}

.home-project-shuffle-shell {
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 24, 24, 0.92);
  overflow: hidden;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.home-project-shuffle-kicker {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.02em;
}

.home-project-card {
  position: relative;
  min-height: clamp(260px, 30vw, 310px);
  padding: 18px;
  border-radius: 0;
  border: none;
  background: #141414;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: opacity 220ms ease, transform 260ms ease;
}

.home-project-shuffle-shell.is-refreshing .home-project-card {
  opacity: 0.78;
}

.home-project-card-media {
  position: absolute;
  inset: 0;
  display: block;
  border-radius: inherit;
  overflow: hidden;
  text-decoration: none;
}

.home-project-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(6, 6, 8, 0.16) 0%, rgba(6, 6, 8, 0.28) 42%, rgba(6, 6, 8, 0.82) 100%),
    radial-gradient(circle at 50% 50%, rgba(18, 18, 24, 0.06), rgba(10, 10, 14, 0.28) 70%);
}

.home-project-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.home-project-card-tag {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  letter-spacing: -0.01em;
  text-transform: none;
}

.home-project-card-copy {
  max-width: min(640px, 86%);
}

.home-project-card h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.home-project-card h3 a {
  color: #ffffff;
  text-decoration: none;
}

.home-project-card-text {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300;
}

.home-songs {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto 60px;
}

.home-songs-shell {
  padding: 22px;
  border-radius: var(--home-common-radius);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    radial-gradient(circle at 88% 18%, rgba(117, 92, 255, 0.07), rgba(117, 92, 255, 0) 28%),
    rgba(12, 12, 12, 0.96);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-songs-head {
  margin-bottom: 18px;
}

.home-songs-head h2 {
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 300;
  letter-spacing: -0.01em;
}

.home-songs-head p {
  margin: 8px 0 0;
  color: rgba(223, 229, 245, 0.72);
  font-size: 15px;
  line-height: 1.45;
  font-weight: 300;
  max-width: 720px;
}

.home-songs-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.home-song-card {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(16, 16, 16, 0.92);
}

.home-song-cover {
  width: 112px;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  border-radius: 16px;
}

.home-song-body {
  display: grid;
  gap: 14px;
  min-width: 0;
}

.home-song-meta h3 {
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.home-song-meta p {
  margin: 6px 0 0;
  color: rgba(223, 229, 245, 0.62);
  font-size: 16px;
  line-height: 1.35;
  font-weight: 400;
}

.home-song-progress-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
}

.home-song-progress {
  display: block;
  height: 4px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
}

.home-song-progress > span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #755cff;
  width: 0;
}

.home-song-duration {
  color: rgba(232, 237, 248, 0.74);
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.home-song-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  align-self: stretch;
}

.home-song-spotify,
.home-song-play {
  text-decoration: none;
}

.home-song-spotify {
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
}

.home-song-play {
  width: 54px;
  height: 54px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #0b0b0b;
  border: none;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease;
}

.home-song-play.is-playing {
  background: #755cff;
  color: #ffffff;
}

.home-song-play i {
  font-size: 18px;
  transform: translateX(1px);
}

@media (max-width: 768px) {
  .hero-image {
    min-height: clamp(480px, 76vh, 620px);
    height: auto;
  }

  .hero-text {
    padding: 20px;
  }

  .hero-headline {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .hero-text h1 {
    font-size: clamp(54px, 13.8vw, 96px);
    line-height: 0.92;
  }

  .hero-label {
    margin-bottom: 0;
    font-size: clamp(18px, 5.5vw, 30px);
    white-space: normal;
  }

  .hero-intro {
    max-width: 240px;
    font-size: 13px;
  }

  .home-facts {
    margin-bottom: 44px;
  }

  .home-facts-grid {
    gap: 24px 36px;
  }

  .home-facts-grid .home-fact:first-child {
    grid-column: 1 / -1;
  }

  .home-fact-value {
    font-size: 24px;
  }

  .home-project-shuffle {
    margin-bottom: 46px;
  }

  .home-project-card {
    min-height: 280px;
  }

  .home-songs {
    margin-bottom: 48px;
  }

  .home-songs-shell {
    padding: 18px;
  }

  .home-songs-list {
    grid-template-columns: 1fr;
  }

  .home-song-card {
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 16px;
  }

  .home-song-cover {
    width: 92px;
    border-radius: 14px;
  }

  .home-song-side {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
  }
}

@media (max-width: 560px) {
  .hero {
    width: calc(100% - 24px);
    margin-top: 8px;
    margin-bottom: 44px;
  }

  .hero-image {
    min-height: clamp(420px, 72vh, 540px);
    border-radius: 20px;
  }

  .hero-text {
    padding: 18px;
  }

  .hero-text h1 {
    font-size: clamp(44px, 15.6vw, 70px);
    line-height: 0.94;
  }

  .hero-label {
    font-size: clamp(16px, 5.8vw, 24px);
  }

  .hero-intro {
    max-width: 220px;
    font-size: 12px;
    line-height: 1.22;
  }

  .home-facts {
    width: calc(100% - 24px);
    margin-bottom: 38px;
  }

  .home-project-shuffle {
    width: calc(100% - 24px);
    margin-bottom: 38px;
  }

  .home-songs {
    width: calc(100% - 24px);
    margin-bottom: 40px;
  }

  .home-facts-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .home-fact {
    gap: 8px;
  }

  .home-fact-label {
    font-size: 16px;
  }

  .home-facts-grid .home-fact:first-child {
    grid-column: auto;
  }

  .home-fact-value {
    font-size: 24px;
    max-width: none;
  }

  .home-facts-grid .home-fact:first-child .home-fact-value {
    white-space: normal;
  }

  .home-project-shuffle-shell {
    border-radius: 18px;
  }

  .home-project-card {
    min-height: 220px;
  }

  .home-project-card h3 {
    font-size: 15px;
    font-weight: 300;
  }

  .home-project-card {
    padding: 14px;
  }

  .home-project-shuffle-kicker {
    font-size: 14px;
  }

  .home-project-card-tag,
  .home-project-card-text {
    font-size: 13px;
  }

  .home-songs-shell {
    padding: 16px;
    border-radius: var(--home-common-radius);
  }

  .home-songs-head h2 {
    font-size: 18px;
  }

  .home-songs-head p {
    font-size: 15px;
  }

  .home-song-card {
    grid-template-columns: 1fr;
    padding: 16px;
  }

  .home-song-cover {
    width: 100%;
    max-width: 120px;
  }

  .home-song-meta h3 {
    font-size: 18px;
  }

  .home-song-meta p {
    font-size: 15px;
  }

  .home-song-progress-row {
    gap: 12px;
  }
}


/* RESPONSIVE */
@media (max-width: 992px) {
  .header .nav,
  .header .wd-call-btn {
    display: none;
  }

  .menu-toggle {
    display: flex;
  }

  .mobile-nav {
    display: flex;
  }
}

@media (max-width: 768px) {
  .hero-image {
    height: auto;
  }
}

/* GLOBAL BUTTON & LINK HOVER EFFECT */
button,
.nav > a,
.mobile-link,
.mobile-dropdown-btn {
  transition: all 0.25s ease;
}

.contact-btn:hover {
  background: linear-gradient(135deg, #5b4df5, #7c6bff);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(109,93,252,0.35);
}

/* Hover state handled by dropdown/mobile rules */

/* DESKTOP NAV HOVER EFFECT */
.nav > a:hover {
  transform: translateY(-2px);
  color: #5b4df5;
}

.dropdown-btn:hover {
  color: #5b4df5;
}

/* MOBILE PADDING â€“ HEADER & HERO */
@media (max-width: 768px) {

  /* Header padding */
  header,
  .site-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  /* Hero section padding */
  .hero,
  .hero-section {
    padding-left: 0;
    padding-right: 0;
  }

}





/* ------------------------------------------- */
/* BRAND KIT PAGE */
.brandkit-page {
  background: #dcd6eb;
  padding-top: 0px;
}

.bk-main {
  width: min(1800px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 40px;
}

.bk-hero {
  margin-top: 8px;
}

.bk-shell {
  --bk-gap: 20px;
  --bk-radius: 32px;
  --bk-square-size: calc(((100% - (var(--bk-gap) * 2)) / 3) + clamp(78px, 1.6vw, 94px));
  --bk-strip-size: clamp(230px, calc(var(--bk-square-size) * 0.46), 296px);
  position: relative;
  margin: 12px auto 0;
  isolation: isolate;
  border-radius: 32px;
  overflow: hidden;
  border: none;
  box-shadow: none;
  background:
    linear-gradient(180deg, rgba(56, 88, 246, 0.24), rgba(56, 88, 246, 0.04)),
    url("asset/brand-kit-hero-banner.webp") center top / cover no-repeat;
}

.bk-shell::before {
  content: none;
}

.bk-shell::after {
  content: none;
}

.bk-shell-inner {
  position: relative;
  z-index: 1;
  padding: clamp(22px, 3vw, 32px);
  padding-bottom: clamp(8px, 1.2vw, 14px);
}

.bk-shell-inner::before {
  content: none;
}

.bk-hero-copy {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: clamp(300px, 32vw, 430px);
  padding-top: calc(clamp(100px, 12vw, 170px) + 100px);
  padding-bottom: clamp(100px, 12vw, 170px);
}

.bk-title {
  max-width: 760px;
  font-size: clamp(44px, 6vw, 68px);
  font-weight: 800;
  line-height: 1.22;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: 0 18px 44px rgba(18, 10, 46, 0.32);
}

.bk-title span {
  display: inline-block;
}

.bk-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-template-rows: var(--bk-square-size) var(--bk-strip-size) var(--bk-strip-size);
  grid-template-areas:
    "brochure identity gmb"
    "web web gmb"
    "social social gmb";
  gap: var(--bk-gap);
  width: 100%;
  max-width: calc(100% - clamp(120px, 18vw, 460px));
  margin-inline: auto;
  align-items: stretch;
}

.bk-grid.is-visible {
  margin-top: 30px;
}

.bk-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--bk-radius);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.10);
  box-shadow: 0 22px 56px rgba(7, 6, 24, 0.24);
  text-decoration: none;
  color: #fff;
  transform: translateZ(0);
  transition:
    transform 520ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 340ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 260ms ease,
    filter 280ms ease;
}

.bk-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 74px rgba(7, 6, 24, 0.32);
  border-color: rgba(255, 255, 255, 0.45);
}

.bk-card:active {
  transform: translateY(-3px);
}

.bk-card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.62);
  outline-offset: 4px;
}

.bk-media {
  position: absolute;
  inset: 0;
}

.bk-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  filter: saturate(1.06) contrast(1.03);
  transition: transform 640ms cubic-bezier(0.16, 1, 0.3, 1), filter 340ms ease;
}

.bk-card:hover .bk-media img {
  transform: scale(1.058);
  filter: saturate(1.1) contrast(1.05);
}

.bk-card--brochure,
.bk-card--identity {
  min-height: 0;
}

.bk-card--brochure {
  grid-area: brochure;
  background: #28558f;
  border: 2px solid rgba(255, 255, 255, 0.72);
}

.bk-card--brochure::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg, rgba(40, 85, 143, 0.98) 0 48%, rgba(40, 85, 143, 0.24) 74%, rgba(40, 85, 143, 0) 100%);
}

.bk-card-inner {
  position: relative;
  z-index: 1;
  height: 100%;
  padding: clamp(22px, 2.1vw, 30px);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 18px;
}

.bk-icon {
  width: clamp(64px, 6vw, 86px);
  height: clamp(64px, 6vw, 86px);
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.bk-icon i {
  font-size: clamp(28px, 2.8vw, 34px);
  color: rgba(76, 48, 140, 0.96);
}

.bk-card-title {
  font-size: clamp(24px, 2vw, 40px);
  font-weight: 500;
  color: rgba(255, 255, 255, 0.98);
  line-height: 1.08;
  letter-spacing: -0.01em;
}

.bk-card--brochure .bk-card-title {
  font-size: clamp(16px, 1.8vw, 30px);
  line-height: 1.02;
  text-shadow: 0 10px 30px rgba(18, 10, 46, 0.26);
  padding: 5px;
}

.bk-card--identity {
  grid-area: identity;
  background: rgba(249, 242, 230, 0.62);
  border: 2px solid rgba(255, 255, 255, 0.72);
}

.bk-card--identity .bk-media img {
  object-position: center top;
}

.bk-pill {
  position: absolute;
  left: 16px;
  bottom: 16px;
  right: 16px;
  padding: 10px 10px 10px 16px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.95), rgba(247, 246, 255, 0.86));
  border: 1px solid rgba(255, 255, 255, 0.92);
  color: rgba(18, 10, 46, 0.90);
  font-weight: 500;
  font-size: clamp(16px, 1.2vw, 24px);
  box-shadow: 0 14px 36px rgba(18, 10, 46, 0.2);
}

.bk-pill-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 600;
  letter-spacing: -0.01em;
  padding: 5px;
}

.bk-pill-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  background: linear-gradient(135deg, #4f2f8f, #745fe9);
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 8px 18px rgba(78, 47, 143, 0.38);
}

.bk-pill-icon i {
  font-size: 14px;
}

.bk-card--gmb {
  grid-area: gmb;
  min-height: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  overflow: visible;
  display: block;
  padding: 2px 0 0;
}

.bk-card--gmb:hover {
  transform: translateY(-8px);
}

.bk-phone {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 42px;
  border: 2px solid rgba(34, 40, 56, 0.95);
  background: linear-gradient(180deg, #1b1f2b, #0f131c);
  box-shadow: 0 30px 66px rgba(7, 9, 16, 0.46);
  padding: 42px 10px 26px;
  overflow: hidden;
}

.bk-phone::before {
  content: "";
  position: absolute;
  inset: 1px;
  border-radius: inherit;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  pointer-events: none;
}

.bk-phone-notch {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 38%;
  height: 7px;
  border-radius: 999px;
  background: #0d1119;
  transform: translateX(-50%);
}

.bk-phone-top {
  position: absolute;
  top: 12px;
  left: 16px;
  right: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.bk-phone-time {
  font-size: 26px;
  font-weight: 600;
  color: rgba(240, 243, 250, 0.92);
  letter-spacing: -0.3px;
}

.bk-phone-signal {
  width: 56px;
  height: 14px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 10px 7px, rgba(240, 243, 250, 0.92) 0 2px, transparent 2px),
    radial-gradient(circle at 24px 7px, rgba(240, 243, 250, 0.72) 0 2px, transparent 2px),
    radial-gradient(circle at 38px 7px, rgba(240, 243, 250, 0.54) 0 2px, transparent 2px),
    linear-gradient(90deg, rgba(240, 243, 250, 0.72), rgba(240, 243, 250, 0.72)) 47px 4px / 7px 6px no-repeat;
}

.bk-phone-screen {
  position: relative;
  height: 100%;
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(63, 76, 103, 0.68);
  background: #0d1119;
}

.bk-phone-screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.bk-gmb-label {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 26px;
  z-index: 3;
  padding: 10px 14px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.96);
  font-size: clamp(16px, 1.8vw, 30px);
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  background: linear-gradient(180deg, rgba(7, 10, 16, 0) 0%, rgba(7, 10, 16, 0.52) 46%, rgba(7, 10, 16, 0.68) 100%);
  backdrop-filter: blur(1px);
  padding: 5px;
}

.bk-phone-home {
  position: absolute;
  left: 50%;
  bottom: 10px;
  width: 126px;
  height: 5px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  transform: translateX(-50%);
}

.bk-card--web,
.bk-card--social {
  min-height: 0;
}

.bk-card--web {
  grid-area: web;
  background: #28558f;
}

.bk-card--social {
  grid-area: social;
  background: #4f338d;
}

.bk-card--web::before,
.bk-card--social::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.bk-card--web::before {
  background: linear-gradient(90deg, rgba(40, 85, 143, 0.98) 0 42%, rgba(40, 85, 143, 0.22) 72%, rgba(40, 85, 143, 0) 100%);
}

.bk-card--social::before {
  background: linear-gradient(270deg, rgba(79, 51, 141, 0.97) 0 52%, rgba(79, 51, 141, 0.18) 76%, rgba(79, 51, 141, 0) 100%);
}

.bk-card--web .bk-media {
  left: 36%;
  right: 0;
}

.bk-card--social .bk-media {
  left: 0;
  right: 50%;
}

.bk-card--web .bk-media img {
  object-position: 96% 50%;
}

.bk-card--social .bk-media img {
  object-position: 16% 50%;
}

.bk-card-badge {
  position: absolute;
  z-index: 2;
  background: none;
  border: none;
  padding: 5px;
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(16px, 1.8vw, 30px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-shadow: 0 10px 30px rgba(18, 10, 46, 0.26);
}

.bk-card-badge--web {
  left: clamp(20px, 3.3vw, 44px);
  top: 50%;
  transform: translateY(-50%);
}

.bk-card-badge--social {
  right: clamp(26px, 6.8vw, 98px);
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 1050px) {
  .bk-main {
    width: calc(100% - 32px);
  }

  .bk-shell {
    --bk-square-size: clamp(328px, 46vw, 440px);
    --bk-strip-size: clamp(230px, 26vw, 284px);
  }

  .bk-hero-copy {
    min-height: clamp(260px, 36vw, 360px);
    padding-top: calc(clamp(100px, 10vw, 118px) + 100px);
    padding-bottom: clamp(100px, 10vw, 118px);
  }

  .bk-title {
    font-size: clamp(42px, 8vw, 64px);
  }

  .bk-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: var(--bk-square-size) var(--bk-strip-size) var(--bk-strip-size) minmax(580px, 80vw);
    grid-template-areas:
      "brochure identity"
      "web web"
      "social social"
      "gmb gmb";
  }

  .bk-card--brochure,
  .bk-card--identity {
    aspect-ratio: 1 / 1;
  }

  .bk-card--gmb {
    min-height: clamp(580px, 82vw, 820px);
    padding-top: 0;
  }

  .bk-phone {
    width: min(100%, 470px);
    margin: 0 auto;
  }
}

@media (max-width: 760px) {
  .bk-main {
    width: calc(100% - 24px);
    padding-bottom: 28px;
  }

  .bk-hero {
    margin-bottom: clamp(120px, 20vw, 170px);
  }

  .bk-shell {
    --bk-gap: 14px;
    --bk-square-size: auto;
    --bk-strip-size: 220px;
    border-radius: 24px;
    background-position: center 18%;
    overflow: visible;
  }

  .bk-shell-inner {
    padding: 14px;
    padding-bottom: 8px;
  }

  .bk-hero-copy {
    min-height: clamp(82px, 23vw, 132px);
    padding-top: clamp(132px, 29vw, 184px);
    padding-bottom: clamp(2px, 1vw, 8px);
  }

  .bk-title {
    max-width: 14ch;
    font-size: clamp(28px, 9vw, 42px);
    line-height: 1.16;
  }

  .bk-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "gmb";
    gap: var(--bk-gap);
    max-width: 100%;
  }

  .bk-grid.is-visible {
    margin-top: 2px;
  }

  .bk-card--brochure,
  .bk-card--identity,
  .bk-card--web,
  .bk-card--social {
    display: none;
  }

  .bk-card--web .bk-media,
  .bk-card--social .bk-media {
    left: 0;
    right: 0;
  }

  .bk-card--web .bk-media img,
  .bk-card--social .bk-media img {
    object-position: center;
  }

  .bk-card--web::before,
  .bk-card--social::before {
    background: linear-gradient(180deg, rgba(10, 14, 28, 0.06) 0%, rgba(10, 14, 28, 0.42) 100%);
  }

  .bk-card-badge {
    font-size: clamp(15px, 4.8vw, 22px);
    top: auto;
    transform: none;
    bottom: 16px;
    padding: 8px 10px;
    border-radius: 10px;
    background: rgba(11, 14, 28, 0.4);
    backdrop-filter: blur(2px);
  }

  .bk-card-badge--web {
    left: 16px;
  }

  .bk-card-badge--social {
    right: 16px;
  }

  .bk-pill {
    padding: 8px 8px 8px 12px;
  }

  .bk-pill-text {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
    font-size: 13px;
    line-height: 1.15;
  }

  .bk-card-inner {
    padding: 16px;
    gap: 12px;
  }

  .bk-icon {
    width: clamp(52px, 15vw, 68px);
    height: clamp(52px, 15vw, 68px);
  }

  .bk-icon i {
    font-size: clamp(22px, 6.2vw, 28px);
  }

  .bk-card--gmb {
    min-height: 0;
    padding: 0;
    margin-bottom: -28px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }

  .bk-phone {
    width: min(100%, 340px);
    height: 100%;
    border-radius: 30px;
    padding-top: 30px;
    transform: translateY(20%);
  }

  .bk-gmb-label {
    left: 10px;
    right: 10px;
    bottom: 20px;
    border-radius: 12px;
    font-size: clamp(14px, 4.8vw, 22px);
  }

  .bk-phone-time {
    font-size: 18px;
  }

  .bk-card:hover,
  .bk-card--gmb:hover {
    transform: translateY(-4px);
  }

  .bk-importance {
    margin-top: 80px;
  }
}

@media (max-width: 520px) {
  .bk-main {
    width: calc(100% - 16px);
  }

  .bk-shell {
    --bk-gap: 12px;
    --bk-strip-size: 208px;
    border-radius: 20px;
  }

  .bk-shell-inner {
    padding: 12px;
    padding-bottom: 6px;
  }

  .bk-hero-copy {
    min-height: 74px;
    padding-top: clamp(122px, 34vw, 158px);
    padding-bottom: 2px;
  }

  .bk-title {
    max-width: 12ch;
    font-size: clamp(24px, 8.2vw, 34px);
  }

  .bk-grid {
    grid-template-rows: auto;
  }

  .bk-card {
    border-radius: 20px;
  }

  .bk-pill {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 8px 8px 8px 12px;
    font-size: 13px;
  }

  .bk-pill-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .bk-phone {
    width: min(100%, 304px);
    border-radius: 26px;
    transform: translateY(16%);
  }

  .bk-card--gmb {
    margin-bottom: -22px;
  }

  .bk-card-badge {
    bottom: 14px;
    font-size: clamp(14px, 4.5vw, 20px);
    padding: 7px 9px;
  }

  .bk-card-badge--web {
    left: 14px;
  }

  .bk-card-badge--social {
    right: 14px;
  }

  .bk-importance {
    margin-top: 72px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .bk-card,
  .bk-card:hover,
  .bk-card--gmb:hover,
  .bk-media img,
  .bk-shell,
  .bk-shell::before,
  .bk-why-copy > *,
  .bk-why-list li,
  .bk-why-media {
    transition: none;
    animation: none;
    transform: none;
    opacity: 1;
  }
}

.bk-importance {
  margin-top: 50px;
  margin-bottom: 10px;
}

.bk-importance-shell {
  --bk-importance-left-inset: clamp(24px, 3vw, 44px);
  background: #e6e6eb;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.78);
  box-shadow: 0 20px 50px rgba(24, 18, 48, 0.11);
  padding: clamp(22px, 2.4vw, 34px);
}

.bk-importance-head {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1.28fr);
  gap: clamp(10px, 1.4vw, 20px);
  align-items: start;
  margin-bottom: clamp(18px, 2vw, 26px);
  padding-left: calc(var(--bk-importance-left-inset) + clamp(18px, 2vw, 28px));
  padding-right: var(--bk-importance-left-inset);
}

.bk-importance-kicker {
  justify-self: start;
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 7px 13px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #272939;
  border: 1px solid rgba(39, 41, 57, 0.25);
  background: rgba(255, 255, 255, 0.65);
}

.bk-importance-head h2 {
  grid-column: 1;
  font-size: clamp(28px, 3.4vw, 48px);
  line-height: 1.06;
  color: #1b1a2d;
  letter-spacing: -0.02em;
  margin: 2px 0 0;
  max-width: 720px;
}

.bk-importance-head p {
  grid-column: 2;
  margin: 0;
  align-self: start;
  font-size: clamp(14px, 1.2vw, 19px);
  line-height: 1.6;
  color: #4f5065;
  max-width: 560px;
}

.bk-importance-list {
  border-top: 1px solid rgba(39, 41, 57, 0.12);
}

.bk-importance-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.92fr) minmax(0, 1.28fr);
  gap: clamp(18px, 2vw, 34px);
  padding: clamp(18px, 2vw, 28px) 0;
  padding-left: calc(var(--bk-importance-left-inset) + clamp(18px, 2vw, 28px));
  padding-right: var(--bk-importance-left-inset);
}

.bk-importance-card+.bk-importance-card {
  border-top: 1px solid rgba(39, 41, 57, 0.12);
}

.bk-importance-media {
  border-radius: 18px;
  overflow: hidden;
  min-height: clamp(220px, 24vw, 300px);
  max-height: 320px;
  background: #d0d2de;
  max-width: 92%;
  transform-origin: center center;
}

.bk-importance-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform: scale(1.045);
  transition: transform 900ms cubic-bezier(0.16, 1, 0.3, 1), filter 700ms ease;
}

.bk-importance-media.is-visible img {
  transform: scale(1);
  filter: saturate(1.05);
}

.bk-importance-content h3 {
  font-size: clamp(24px, 2.2vw, 36px);
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #1b1a2d;
  margin: 2px 0 10px;
}

.bk-importance-title-link {
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1.5px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: color 240ms ease, background-size 280ms ease;
}

.bk-importance-title-link:hover {
  color: #5b4df5;
  background-size: 100% 1.5px;
}

.bk-importance-content p {
  margin: 0;
  font-size: clamp(14px, 1.1vw, 17px);
  line-height: 1.65;
  color: #53546a;
  max-width: 600px;
  padding: 5px;
}

.bk-importance-tags {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.bk-importance-tags span {
  border-radius: 999px;
  padding: 7px 12px;
  font-size: 11px;
  line-height: 1;
  color: #4a4c63;
  border: 1px solid #ced2e6;
  background: #edf1ff;
}

.bk-importance-btn {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 999px;
  padding: 10px 20px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  box-shadow: 0 8px 18px rgba(109, 93, 252, 0.35);
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.bk-importance-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #5b4df5, #7c6bff);
  box-shadow: 0 10px 22px rgba(109, 93, 252, 0.35);
}

.bk-importance-btn:active {
  transform: translateY(0);
}

.bk-importance-btn i {
  font-size: 12px;
}

.bk-importance .bk-importance-head [data-reveal]:nth-child(1) { transition-delay: 0ms; }
.bk-importance .bk-importance-head [data-reveal]:nth-child(2) { transition-delay: 110ms; }
.bk-importance .bk-importance-head [data-reveal]:nth-child(3) { transition-delay: 220ms; }

.bk-importance .bk-importance-list > .bk-importance-card:nth-child(1) {
  transition-delay: 180ms;
}

.bk-importance .bk-importance-list > .bk-importance-card:nth-child(2) {
  transition-delay: 320ms;
}

.bk-importance .bk-importance-list > .bk-importance-card .bk-importance-media[data-reveal] {
  transition-delay: 260ms;
}

.bk-importance .bk-importance-list > .bk-importance-card .bk-importance-content[data-reveal] {
  transition-delay: 340ms;
}

.bk-why-important {
  margin-top: 110px;
  margin-bottom: 110px;
  margin-left: 200px;
  margin-right: 200px;
}

.bk-why-shell {
  background: none;
  border: none;
  box-shadow: none;
  padding: clamp(8px, 1vw, 14px) 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 46px);
  align-items: center;
}

.bk-why-copy {
  max-width: 700px;
}

.bk-why-copy h2 {
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.02em;
  color: #1b1a2d;
  margin: 0 0 14px;
}

.bk-why-copy p {
  margin: 0 0 10px;
  font-size: clamp(14px, 1.1vw, 18px);
  line-height: 1.65;
  color: #4f5065;
}

.bk-why-list {
  margin: 0 0 12px;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #25263a;
  font-size: clamp(14px, 1vw, 17px);
}

.bk-why-list li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.bk-why-point {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 6px 0;
  text-decoration: none;
  color: #25263a;
  border: none;
  background: transparent;
  box-shadow: none;
  transition: transform 260ms ease, color 220ms ease;
}

.bk-why-point::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: -2px;
  width: 0;
  height: 1.5px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  transition: width 280ms ease;
}

.bk-why-point span {
  transition: color 220ms ease, transform 240ms ease;
}

.bk-why-list i {
  margin-top: 1px;
  font-size: 14px;
  color: #6d5dfc;
  flex: 0 0 14px;
  transition: transform 260ms ease, color 220ms ease, filter 260ms ease;
}

.bk-why-point:hover {
  transform: translateX(4px);
}

.bk-why-point:hover::after {
  width: calc(100% - 24px);
}

.bk-why-point:hover i {
  color: #4d3ded;
  transform: scale(1.12) translateX(1px);
  filter: drop-shadow(0 2px 6px rgba(109, 93, 252, 0.3));
}

.bk-why-point:hover span {
  color: #1f2040;
  transform: translateX(2px);
}

.bk-why-end {
  font-weight: 600;
  color: #23253a;
}

.bk-why-media {
  position: relative;
  z-index: 1;
  border-radius: 18px;
  overflow: hidden;
  border: none;
  background: transparent;
  box-shadow: none;
  transform-origin: center;
}

.bk-why-media::before,
.bk-why-media::after {
  content: none;
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.bk-why-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 16 / 10;
  display: block;
}

.bk-why-copy > * {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.bk-why-list li {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 620ms ease, transform 620ms ease;
}

.bk-why-media {
  opacity: 0;
  transform: translateY(16px) scale(0.985);
  transition: opacity 700ms ease, transform 700ms ease;
}

.bk-why-shell.is-visible .bk-why-copy > *,
.bk-why-shell.is-visible .bk-why-list li,
.bk-why-shell.is-visible .bk-why-media {
  opacity: 1;
  transform: none;
}

.bk-why-shell.is-visible .bk-why-list li .bk-why-point i {
  animation: bkWhyIconPop 620ms cubic-bezier(0.2, 0.9, 0.2, 1) both;
}

@keyframes bkWhyIconPop {
  0% {
    transform: scale(0.72);
    opacity: 0.35;
  }
  65% {
    transform: scale(1.15);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.bk-why-shell.is-visible .bk-why-copy > :nth-child(1) { transition-delay: 70ms; }
.bk-why-shell.is-visible .bk-why-copy > :nth-child(2) { transition-delay: 150ms; }
.bk-why-shell.is-visible .bk-why-copy > :nth-child(3) { transition-delay: 230ms; }
.bk-why-shell.is-visible .bk-why-list li:nth-child(1) { transition-delay: 280ms; }
.bk-why-shell.is-visible .bk-why-list li:nth-child(2) { transition-delay: 340ms; }
.bk-why-shell.is-visible .bk-why-list li:nth-child(3) { transition-delay: 400ms; }
.bk-why-shell.is-visible .bk-why-list li:nth-child(4) { transition-delay: 460ms; }
.bk-why-shell.is-visible .bk-why-list li:nth-child(5) { transition-delay: 520ms; }
.bk-why-shell.is-visible .bk-why-copy > :nth-child(5) { transition-delay: 580ms; }
.bk-why-shell.is-visible .bk-why-media { transition-delay: 240ms; }

@media (max-width: 1050px) {
  .bk-importance-head {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .bk-importance-head h2,
  .bk-importance-head p {
    grid-column: auto;
    max-width: none;
  }

  .bk-importance-card {
    grid-template-columns: 1fr;
  }

  .bk-importance-media {
    max-width: 100%;
    max-height: none;
    min-height: clamp(220px, 44vw, 320px);
  }

  .bk-why-shell {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .bk-why-media {
    max-width: 520px;
    width: 100%;
    justify-self: center;
  }
}

@media (max-width: 760px) {
  .bk-importance-shell {
    --bk-importance-left-inset: 0px;
    border-radius: 22px;
    padding: 18px;
  }

  .bk-importance-kicker {
    font-size: 10px;
  }

  .bk-importance-content h3 {
    margin-top: 0;
  }

  .bk-why-important {
    margin-top: 30px;
  }

  .bk-why-shell {
    padding: 4px 0;
  }

}
/* ------------------------------------------- */

/* ABOUT AREA */
.about-section {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr;
  gap: 40px;
  align-items: center;
}

/* About section: smoother staged reveal */
.about-section .about-title[data-reveal],
.about-section .about-text p[data-reveal],
.about-section .about-text .read-more-btn[data-reveal],
.about-section .about-image[data-reveal],
.about-section .about-grid > .about-services[data-reveal],
.about-section .about-intro[data-reveal],
.about-section .about-story[data-reveal],
.about-section .about-side[data-reveal] {
  opacity: 0;
  filter: blur(7px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 940ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 800ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.about-section .about-title[data-reveal],
.about-section .about-text p[data-reveal],
.about-section .about-text .read-more-btn[data-reveal],
.about-section .about-intro[data-reveal] {
  transform: translate3d(-28px, 20px, 0);
}

.about-section .about-image[data-reveal],
.about-section .about-story[data-reveal] {
  transform: translate3d(0, 34px, 0) scale(0.965);
  animation: none;
}

.about-section .about-grid > .about-services[data-reveal],
.about-section .about-side[data-reveal] {
  transform: translate3d(28px, 20px, 0);
}

.about-section .about-title[data-reveal].is-visible,
.about-section .about-text p[data-reveal].is-visible,
.about-section .about-text .read-more-btn[data-reveal].is-visible,
.about-section .about-image[data-reveal].is-visible,
.about-section .about-grid > .about-services[data-reveal].is-visible,
.about-section .about-intro[data-reveal].is-visible,
.about-section .about-story[data-reveal].is-visible,
.about-section .about-side[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.about-section .about-image.floating-image[data-reveal].is-visible {
  animation: floatDown 5s ease-in-out infinite;
}

.about-section .about-title[data-reveal] { transition-delay: 70ms; }
.about-section .about-text p[data-reveal] { transition-delay: 150ms; }
.about-section .about-text .read-more-btn[data-reveal] { transition-delay: 230ms; }
.about-section .about-image[data-reveal] { transition-delay: 180ms; }
.about-section .about-grid > .about-services[data-reveal] { transition-delay: 300ms; }
.about-section .about-intro[data-reveal] { transition-delay: 70ms; }
.about-section .about-story[data-reveal] { transition-delay: 160ms; }
.about-section .about-side[data-reveal] { transition-delay: 250ms; }

/* ABOUT SECTION TITLE */
.about-title {
  font-size: 28px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 16px;
  line-height: 1.3;
  position: relative;
}

@media (max-width: 768px) {
  .about-title {
    font-size: 22px;
  }
}


.about-text p {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 14px;
  color: #333;
}

/* PURE CSS FLOATING / DROPPING ANIMATION */
.floating-image {
  animation: floatDown 5s ease-in-out infinite;
}

@keyframes floatDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(14px);
  }
  100% {
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .floating-image {
    animation: none;
  }
}


.about-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
   border-color: #5b4df5;
  border: 2px solid #5b4df5;
  border-radius: 24px;
}

/* RIGHT SERVICES */
.about-services {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.about-skill-board {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  touch-action: none;
  user-select: none;
}

.about-skill-board:not(.is-ready) .about-skill-chip {
  opacity: 0;
}

.about-skill-chip {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(44, 44, 46, 0.96);
  color: #f7f5ff;
  font-size: 14px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: -0.01em;
  white-space: nowrap;
  cursor: grab;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
  transform-origin: center center;
}

.about-skill-chip.is-dragging {
  cursor: grabbing;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
}

.about-skill-chip--vertical {
  padding-inline: 12px;
}

.service-btn {
  display: block;
  padding: 19px 18px;
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  color: #fff;
  border-radius: 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Hover â€“ same feel as Contact button */
.service-btn:hover {
  background: linear-gradient(135deg, #5b4df5, #7c6bff);
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(109,93,252,0.35);
}


@media (max-width: 768px) {
  .about-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .about-text {
    order: 1;
  }

  .about-image {
    order: 2;
  }

  .about-services {
    order: 3;
  }
}

.read-more-btn {
  background: linear-gradient(135deg, #6d5dfc, #1a0052);
  color: #fff;
  border-radius: 25px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* FORCE READ MORE BUTTON VISIBILITY */
.read-more-btn {
  display: inline-block;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .about-text .read-more-btn {
    display: block;
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
}



/* CTA STRIP */
.cta-strip {
  background: linear-gradient(135deg, #1b004f, #2a0b6f);
  margin: 80px 0;
}

.cta-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cta-text {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

/* CTA BUTTONS */
.cta-actions {
  display: flex;
  gap: 14px;
}

.cta-btn {
  padding: 10px 20px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  white-space: nowrap;
}

/* PRIMARY */
.cta-btn.primary {
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  color: #fff;
  border: none;
  font-weight: 600;
}

.cta-btn.primary:hover {
  background: linear-gradient(135deg, #5b4df5, #7c6bff);
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(123,108,255,0.4);
}

/* SECONDARY */
.cta-btn.secondary {
  border: 1.5px solid #7b6cff;
  color: #fff;
}

.cta-btn.secondary:hover {
  background: rgba(123,108,255,0.15);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-text {
    font-size: 16px;
  }

  .cta-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .cta-btn {
    width: 100%;
    text-align: center;
  }
}


.provide {
  background: #efeaff;
  padding: 80px 0px; 
  padding-top: 0px;
  overflow: hidden; /* CRITICAL */
}

.provide-title {
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  color: #2b0b6f;
  margin-bottom: 50px;
}

.provide-wrapper {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

.provide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: minmax(280px, auto) minmax(260px, auto);
  gap: 24px;
  align-items: stretch;
}

.provide-grid > * {
  height: 100%;
}

.provide-grid > .business-card {
  grid-column: 1;
  grid-row: 1;
}

.provide-grid > .profile {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.provide-grid > .stats {
  grid-column: 3;
  grid-row: 1;
}

.provide-grid > .ad-card {
  grid-column: 4;
  grid-row: 1;
}

.provide-grid > .services-mini {
  grid-column: 1;
  grid-row: 2;
}

.provide-grid > .website {
  grid-column: 3 / span 2;
  grid-row: 2;
}

/* Provide section: enhanced reveal animation */
.provide .provide-title[data-reveal] {
  opacity: 0;
  transform: translateY(34px) scale(0.965);
  filter: blur(8px);
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.provide .provide-title[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
  font-weight: 400 !important;
}

.about-section .about-intro[data-reveal].is-visible .about-title,
.home-testimonials-title[data-reveal].is-visible,
.blog-section .blog-title[data-reveal].is-visible .blog-title-link {
  font-weight: 400 !important;
}

.provide-grid > [data-reveal] {
  opacity: 0;
  transform: translateY(42px) scale(0.94) rotateX(7deg);
  transform-origin: 50% 100%;
  filter: blur(7px);
  transition:
    opacity 700ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 860ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 720ms cubic-bezier(0.16, 1, 0.3, 1);
}

.provide-grid > [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1) rotateX(0deg);
  filter: blur(0);
}

.provide-grid > [data-reveal]:nth-child(1) { transition-delay: 90ms; }
.provide-grid > [data-reveal]:nth-child(2) { transition-delay: 150ms; }
.provide-grid > [data-reveal]:nth-child(3) { transition-delay: 210ms; }
.provide-grid > [data-reveal]:nth-child(4) { transition-delay: 270ms; }
.provide-grid > [data-reveal]:nth-child(5) { transition-delay: 330ms; }
.provide-grid > [data-reveal]:nth-child(6) { transition-delay: 390ms; }

/* COMMON CARD */
.card {
  background: #fff;
  border: 1px solid #6d5dfc;
  border-radius: 26px;
  padding: 24px;
  text-decoration: none;
  color: #1a0052;
  transition: transform .3s ease, box-shadow .3s ease;
}

/* BUSINESS CARD */
.business-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 26px;
  background: #ffffff;
  border-radius: 26px;
  border: 1px solid #6f63ff;
  height: 100%;
}

/* LOGO ROW */
.logo-row {
  display: flex;
  gap: 8px;
}

/* LOGO CIRCLE */
.logo-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;

  /* INNER STROKE */
  box-shadow: inset 0 0 0 1px #3f2ea8;
}
.business-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Existing card styles */
.business-card {
  height: 100%;
  padding: 24px;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #6b63ff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.25s ease;
  min-height: 280px;
}
.business-card a {
  text-decoration: none;
  color: #2b0b6f;
}

/* Hover effect (optional but recommended) */
.business-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(107, 99, 255, 0.18);
}


/* LOGO IMAGE */
.logo-circle img {
  width: 93%;
  height: 93%;
  object-fit: contain;
}

/* BOTTOM TEXT ALIGNMENT */
.card-bottom {
  margin-top: auto; /* pushes text to bottom */
}

.card-bottom h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
  color: #000;
}

.card-bottom p {
  font-size: 15px;
  color: #333;
  line-height: 1.5;
}


/* Logos stay at top */
.business-logos {
  display: flex;
  gap: 12px;
}

/* Text pushed to bottom */
.business-text {
  margin-top: auto; /* EXTRA SAFETY */
}

.business-text h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.business-text p {
  font-size: 15px;
  line-height: 1.5;
  color: #222;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,.12);
}

/* LOGOS */
.logos {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}

.logos img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
}

/* 1 */
.business h3 {
  font-size: 20px;
  margin-bottom: 6px;
}

/* 2 */
.profile {
  grid-row: span 2;
  background: url("asset/jiyadzainco-instagram-profile-photo.jpg") center/cover no-repeat;
  position: relative;
}

.card.profile {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px;

  /* Background image (webp + png fallback) */
  background-image:
    url("asset/jiyadzainco-instagram-profile-02.png"),
    url("asset/jiyadzainco-instagram-profile-02.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  border-radius: 28px;
  border: 1px solid #6a6cff;
  min-height: 100%;
  text-decoration: none;
}

.ig-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 10px 18px;
  background: #ffffff;
  color: #2d1a6b;          /* Dark readable text */
  font-weight: 600;
  font-size: 14px;

  border-radius: 999px;
  text-decoration: none;

  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  transition: all 0.25s ease;
}

/* Hover effect */
.card.profile:hover .ig-btn {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(0,0,0,0.25);
}

/* Optional Instagram accent dot */
.ig-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  background: linear-gradient(45deg, #f58529, #dd2a7b, #8134af);
  border-radius: 50%;
}

/* Optional: soft dark overlay for readability */
.card.profile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.55),
    rgba(0,0,0,0.1)
  );
  border-radius: inherit;
}

.card.profile * {
  position: relative;
  z-index: 1;
}

/* remove underline everywhere */
.card a {
  text-decoration: none;
  color: inherit;
}

/* logos row */
.logos {
  display: flex;
  gap: 10px;
}

/* logo images */
.logos img {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #6c63ff;
  padding: 2px;
  background: #fff;
}

/* text link block */
.stats-text {
  display: block;
  margin-top: auto;   /* pushes text down */
}

/* align text bottom */
.card.stats {
  display: flex;
  flex-direction: column;
  min-height: 280px;
}

/* 3 */
.stats {
  background: #f3efff;
}


.stats h1 {
  font-size: 64px;
  color: #2b0b6f;
  font-weight: 600;
}

/* Ad Campaign Card */
.ad-card {
  position: relative;
  display: block;
  border-radius: 28px;
  overflow: hidden;
  min-height: 320px;

  /* Background image */
  background-image: url("asset/south-india-retail-expo-promotion-work.webp");
  background-size: cover;
  background-position: center;

  /* stroke like your UI */
  border: 1px solid #6f63ff;

  text-decoration: none;
}

/* Dark overlay for readability */
.ad-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.15),
    rgba(0, 0, 0, 0.75)
  );
}
.services-mini{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:22px;
}

/* row */
.service-row{
  display:flex;
  align-items:center;
  gap:16px;
}

/* main button */
.service-pill{
  padding:14px 26px;
  border:1px solid #6b6bff;
  border-radius:999px;
  background:#f3f1ff;
  color:#000;
  font-size:16px;
  font-weight:500;
  text-decoration:none;
  white-space:nowrap;
  transition:.2s ease;
}

.service-pill:hover{
  background:#ebe8ff;
}

/* plus button */
.service-plus{
  width:42px;
  height:42px;
  border-radius:50%;
  border:1px solid #6b6bff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:22px;
  color:#6b6bff;
  text-decoration:none;
  background:#f3f1ff;
  transition:.2s ease;
}

.service-plus:hover{
  background:#ebe8ff;
}

/* mobile */
@media(max-width:768px){
  .service-row{
    width:100%;
    justify-content:center;
  }
}
/* Website Card */
.card.website {
  grid-column: span 2;          /* wide card */
  height: 285px;                /* MATCH UI DESIGN */
  border-radius: 28px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;

  background-image:
    url("asset/website-design-thumnail-04.webp"),
    url("asset/website-design-thumnail-04.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  color: #fff;
  text-decoration: none;
  position: relative;
}

/* Optional dark overlay (recommended for readability) */
.card.website::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 28px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.65),
    rgba(0,0,0,0.15)
  );
}

.card.website h3,
.card.website p {
  position: relative;
  z-index: 1;
}

.card.website h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 6px;
}

.card.website p {
  font-size: 14px;
  opacity: 0.9;
}

/* MOBILE & TABLET */
@media (max-width: 768px) {
  .card.website {
    grid-column: span 1;     /* single column on mobile */
    height: 220px;           /* reduced height */
    padding: 20px;
    border-radius: 22px;
    background-position: center top;
  }

  .card.website h3 {
    font-size: 18px;
  }

  .card.website p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* VERY SMALL PHONES */
@media (max-width: 480px) {
  .card.website {
    height: 200px;
    padding: 16px;
  }

  .card.website h3 {
    font-size: 16px;
  }

  .card.website p {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .card.website {
    background-position: center 30%;
  }
}
.card.website {
  transition: transform 0.3s ease;
}

@media (hover: hover) {
  .card.website:hover {
    transform: translateY(-4px);
  }
}



/* Text container */
.ad-overlay {
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
  z-index: 2;
}

/* Title */
.ad-overlay h3 {
  margin: 0 0 6px;
  font-size: 22px;
  font-weight: 600;
  color: #ffffff;
}

/* Subtitle */
.ad-overlay p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #eaeaff;
}

/* Hover effect (optional but premium) */
.ad-card:hover {
  transform: translateY(-4px);
  transition: 0.3s ease;
}

/* 4 */
.ad {
  background: linear-gradient(180deg,#9b9b9b,#6d6d6d);
  color: #fff;
}

/* 5 */
.services {
  background: #f3efff;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.services span {
  padding: 10px 16px;
  border: 1px solid #cfc9ff;
  border-radius: 20px;
  font-size: 14px;
}

/* 6 */
.website {
  grid-column: span 2;
  background: url("assets/website.jpg") center/cover no-repeat;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

/* MOBILE */
@media (max-width: 1100px) {
  .provide-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: auto;
  }

  .provide-grid > .business-card,
  .provide-grid > .profile,
  .provide-grid > .stats,
  .provide-grid > .ad-card,
  .provide-grid > .services-mini,
  .provide-grid > .website {
    grid-column: auto;
    grid-row: auto;
  }

  .profile {
    grid-row: auto;
    min-height: 360px;
  }

  .provide-grid > .website {
    grid-column: span 2;
  }
}

@media (max-width: 600px) {
  .provide-grid {
    grid-template-columns: 1fr;
  }

  .provide-grid > .profile,
  .provide-grid > .card.profile.is-visible {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: clamp(420px, 92vw, 620px);
  }

  .card.profile {
    width: 100%;
    min-height: clamp(420px, 92vw, 620px);
    background-position: center top;
  }

  .provide-grid > .website {
    grid-column: auto;
  }
}

@media (max-width: 1200px) {
  .provide-wrapper {
    width: calc(100% - 40px);
  }
}

@media (max-width: 600px) {
  .provide-wrapper {
    width: calc(100% - 32px);
  }
}
















/* ===== Home Testimonials ===== */
.home-testimonials,
.home-page section.home-testimonials {
  padding: 44px 0;
}

.home-testimonials .home-testimonials-shell,
.home-page .home-testimonials .home-testimonials-shell {
  width: min(1240px, calc(100% - 40px));
  margin: 0 auto;
}

.home-testimonials-stage {
  position: relative;
  display: grid;
  justify-items: center;
  gap: 18px;
  padding: clamp(18px, 3vw, 30px);
  border-radius: 0;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(20, 20, 20, 0.98), rgba(14, 14, 14, 0.98));
  overflow: hidden;
}

.home-testimonials-stage::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0) 42%);
}

.home-testimonials-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 6px;
  color: rgba(235, 230, 219, 0.76);
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.home-page .home-testimonials-title {
  text-align: center;
  margin-bottom: 8px;
  max-width: 12ch;
  color: #f5f3ef;
  font-size: clamp(40px, 5.8vw, 86px);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.home-testimonials-showcase {
  position: relative;
  width: 100%;
  min-height: 0;
  z-index: 1;
  display: grid;
  justify-items: center;
}

.home-testimonials-stack {
  position: relative;
  width: 100%;
  min-height: 410px;
  overflow: hidden;
}

.home-testimonial-card {
  position: absolute;
  inset: 0;
  width: 100%;
  min-height: 410px;
  margin: 0 auto;
  display: grid;
  align-content: start;
  justify-items: center;
  gap: 10px;
  padding: 12px 20px 92px;
  border: 0;
  background: transparent;
  will-change: transform, opacity, filter;
  transition:
    transform 620ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 360ms ease,
    filter 360ms ease;
}

.home-testimonial-card::before {
  content: none;
}

.home-testimonial-card--left {
  z-index: 1;
  transform: translateX(-104%);
  opacity: 0.35;
  filter: none;
  pointer-events: none;
}

.home-testimonial-card--center {
  z-index: 2;
  transform: translateX(0);
  opacity: 1;
  filter: none;
}

.home-testimonial-card--right {
  z-index: 1;
  transform: translateX(104%);
  opacity: 0.35;
  filter: none;
  pointer-events: none;
}

.home-testimonials .home-testimonial-user {
  position: absolute;
  left: 50%;
  bottom: 2px;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.home-testimonials .home-testimonial-user img {
  width: 68px;
  height: 68px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  object-fit: cover;
}

.home-testimonials .home-testimonial-user h3 {
  margin: 0;
  color: #f5f3ef;
  font-size: 22px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

.home-testimonials .home-testimonial-user p {
  margin: 6px 0 0;
  color: rgba(235, 230, 219, 0.68);
  font-size: 15px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
}

.home-testimonial-line,
.home-testimonial-quote {
  display: none;
}

.home-testimonial-text {
  position: relative;
  z-index: 1;
  margin: 40px 0;
  max-width: 26ch;
  color: #f5f3ef;
  text-align: center;
  font-size: 38px;
  line-height: 1;
  letter-spacing: -0.05em;
}

.home-testimonials-nav {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  z-index: 4;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 18px;
}

.home-testimonials-btn {
  width: 52px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 16px;
  background: rgba(109, 93, 252, 0.18);
  color: #8f7bff;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.home-testimonials-btn:hover {
  transform: translateY(-2px);
  background: rgba(109, 93, 252, 0.3);
}

.home-testimonials-btn i {
  font-size: 20px;
}

@media (max-width: 1120px) {
  .home-testimonials-stack {
    min-height: 380px;
  }

  .home-testimonial-text {
    max-width: 22ch;
    font-size: 38px;
  }

  .home-testimonials .home-testimonial-user h3 {
    font-size: 20px !important;
  }

  .home-testimonials .home-testimonial-user p {
    font-size: 14px !important;
  }
}

@media (max-width: 760px) {
  .home-testimonials,
  .home-page section.home-testimonials {
    padding: 28px 0;
  }

  .home-testimonials .home-testimonials-shell,
  .home-page .home-testimonials .home-testimonials-shell {
    width: calc(100% - 32px);
  }

  .home-testimonials-stage {
    gap: 14px;
    padding: 16px 16px 20px;
  }

  .home-page .home-testimonials-title {
    margin-bottom: 12px;
    font-size: clamp(30px, 10vw, 44px);
  }

  .home-testimonials-showcase {
    min-height: 0;
    height: auto;
  }

  .home-testimonials-stack {
    width: 100%;
    min-height: 320px;
    height: 320px;
  }

  .home-testimonial-card,
  .home-testimonial-card--left,
  .home-testimonial-card--center,
  .home-testimonial-card--right {
    min-height: 360px;
    padding-inline: 10px;
    padding-bottom: 92px;
  }

  .home-testimonial-text {
    font-size: 38px;
    max-width: 18ch;
  }

  .home-testimonials .home-testimonial-user {
    gap: 12px;
    text-align: left;
    bottom: 2px;
  }

  .home-testimonials .home-testimonial-user img {
    width: 54px;
    height: 54px;
  }

  .home-testimonials .home-testimonial-user h3 {
    font-size: 18px !important;
  }

  .home-testimonials .home-testimonial-user p {
    font-size: 14px !important;
  }

  .home-testimonials-btn {
    width: 48px;
    height: 48px;
    border-radius: 14px;
  }

  .home-testimonials-nav {
    margin-top: 14px;
  }
}





/* ===== Selected Works ===== */
.projects-section {
  --projects-common-margin: max(20px, calc((100% - 1200px) / 2));
  padding: 80px 0;
  overflow: hidden;
}

.projects-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

.projects-head {
  width: auto;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin: 0 var(--projects-common-margin) 28px;
}

.projects-title {
  position: relative;
  margin: 0;
  color: #f7f7f8;
  font-size: clamp(42px, 7vw, 72px);
  font-weight: 400;
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.projects-title::after {
  content: "";
  position: absolute;
  left: 8px;
  bottom: -18px;
  width: clamp(180px, 28vw, 340px);
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 360 28' fill='none'%3E%3Cpath d='M6 20C54 4 118 6 175 10c56 5 109 4 179-2' stroke='%23f6f0ff' stroke-opacity='0.44' stroke-width='2.6' stroke-linecap='round'/%3E%3Cpath d='M11 24C75 8 150 13 221 16c55 2 92 0 127-4' stroke='%23f6f0ff' stroke-opacity='0.24' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0.72;
  pointer-events: none;
}

.projects-hint {
  margin: 0;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(244, 243, 247, 0.7);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
}

.projects-section .projects-head[data-reveal],
.projects-section .projects-rail-shell[data-reveal] {
  transition:
    opacity 780ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 780ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.projects-section .projects-head[data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(28px) scale(0.98);
  filter: blur(6px);
}

.projects-section .projects-rail-shell[data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(38px) scale(0.975);
  filter: blur(8px);
  transition-delay: 110ms;
}

.projects-section .projects-head[data-reveal].is-visible,
.projects-section .projects-rail-shell[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.projects-rail-shell {
  position: relative;
  padding-left: var(--projects-common-margin);
}

.projects-rail {
  --projects-rail-gap: clamp(60px, 7vw, 112px);
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - var(--projects-rail-gap) - 220px) / 2);
  gap: var(--projects-rail-gap);
  align-items: start;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 16px 48px 112px 0;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.24) transparent;
}

.projects-rail::-webkit-scrollbar {
  height: 10px;
}

.projects-rail::-webkit-scrollbar-track {
  background: transparent;
}

.projects-rail::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.22);
  border-radius: 999px;
}

.projects-rail.is-dragging {
  cursor: grabbing;
  scroll-behavior: auto;
  user-select: none;
}

.projects-card {
  min-width: 0;
  scroll-snap-align: start;
}

.projects-card:nth-child(even) {
  margin-top: 66px;
}

.projects-card-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1.9 / 1;
  background: #060606;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.projects-card-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.14));
  pointer-events: none;
}

.projects-card-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 720ms ease, filter 480ms ease;
  filter: saturate(0.96) contrast(1.03);
}

.projects-card:hover .projects-card-media img,
.projects-card:focus-within .projects-card-media img {
  transform: scale(1.035);
  filter: saturate(1) contrast(1.05);
}

.projects-card-view {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 1;
  width: clamp(68px, 7vw, 90px);
  height: clamp(68px, 7vw, 90px);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(247, 243, 237, 0.94);
  color: #111111;
  font-size: clamp(16px, 1.6vw, 20px);
  font-weight: 500;
  letter-spacing: -0.04em;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.projects-card-copy {
  padding-top: 22px;
}

.projects-card-copy h3 {
  margin: 0 0 12px;
  color: #f7f7f8;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.projects-card-copy h3 a {
  color: inherit;
  text-decoration: none;
}

.projects-card-copy p {
  max-width: 28ch;
  margin: 0 0 18px;
  color: rgba(236, 231, 245, 0.66);
  font-size: 18px;
  font-weight: 300;
  line-height: 1.45;
}

.projects-card-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(236, 231, 245, 0.58);
  font-size: clamp(14px, 1.4vw, 17px);
}

@media (max-width: 900px) {
  .projects-section {
    --projects-common-margin: 20px;
    padding: 56px 0;
  }

  .projects-head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 22px;
  }

  .projects-rail {
    --projects-rail-gap: 40px;
    grid-auto-columns: minmax(264px, 78vw);
    padding: 18px 0 16px 0;
  }

  .projects-card:nth-child(even) {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .projects-section {
    --projects-common-margin: 16px;
  }

  .projects-head {
    width: auto;
  }

  .projects-title {
    font-size: clamp(34px, 12vw, 52px);
  }

  .projects-title::after {
    left: 2px;
    bottom: -14px;
    width: clamp(150px, 54vw, 240px);
    height: 16px;
  }

  .projects-hint {
    font-size: 10px;
    letter-spacing: 0.14em;
  }

  .projects-rail {
    grid-auto-columns: 82vw;
    gap: 26px;
    padding: 18px 0 16px 0;
  }

  .projects-card-media {
    border-radius: 14px;
  }

  .projects-card-copy h3 {
    font-size: 22px;
  }

  .projects-card-copy p {
    max-width: none;
    font-size: 18px;
  }

  .projects-card-meta {
    font-size: 13px;
  }
}


/* ===== Network Strip ===== */
.network-strip {
  background: #121212;
  position: relative;
  overflow: hidden;
}

.network-strip::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(12, 10, 18, 0.96) 0%, rgba(12, 10, 18, 0.88) 26%, rgba(12, 10, 18, 0.56) 48%, rgba(12, 10, 18, 0.24) 72%, rgba(12, 10, 18, 0.18) 100%),
    radial-gradient(circle at 18% 22%, rgba(109, 93, 252, 0.28), rgba(109, 93, 252, 0) 40%),
    radial-gradient(circle at 82% 68%, rgba(143, 123, 255, 0.18), rgba(143, 123, 255, 0) 44%);
  pointer-events: none;
  z-index: 1;
}

.network-bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(12, 10, 22, 0.86), rgba(18, 14, 34, 0.52)),
    url("asset/hero-2.webp") center center / cover no-repeat;
}

.network-bg-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  min-height: 100%;
  height: 56.25vw;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: none;
}

/* Network section final art direction */
.network-strip::before {
  background:
    linear-gradient(90deg, rgba(7, 10, 4, 0.98) 0%, rgba(7, 10, 4, 0.96) 28%, rgba(7, 10, 4, 0.7) 48%, rgba(7, 10, 4, 0.26) 68%, rgba(7, 10, 4, 0.1) 100%),
    radial-gradient(circle at 22% 30%, rgba(163, 255, 0, 0.08), rgba(163, 255, 0, 0) 30%);
}

.network-container {
  max-width: 1400px;
  padding: 48px 20px;
  position: relative;
  z-index: 2;
}

.network-container::before {
  content: none;
}

.network-grid {
  gap: clamp(18px, 3vw, 42px);
  min-height: clamp(460px, 42vw, 620px);
  position: relative;
  z-index: 1;
}

.network-content {
  max-width: 760px;
  gap: 20px;
  padding: 0;
}

.network-proof-avatars img {
  width: 54px;
  height: 54px;
}

.network-proof-text {
  font-size: clamp(18px, 1.7vw, 26px);
  font-weight: 600;
}

.network-title,
.home-page .network-title {
  max-width: 11ch !important;
  color: #f7f7f3 !important;
  font-size: clamp(54px, 6.2vw, 86px) !important;
  font-weight: 400 !important;
  line-height: 0.98 !important;
  letter-spacing: -0.06em !important;
  margin-bottom: 0 !important;
}

.network-text {
  max-width: 34ch;
  color: rgba(255, 255, 255, 0.66);
  font-size: clamp(17px, 1.4vw, 24px);
  line-height: 1.5;
}

.network-actions {
  gap: 18px;
  margin-top: 10px;
}

.network-cta {
  min-height: 58px;
  padding: 0 34px;
  font-size: 13px;
  letter-spacing: 0.28em;
}

.network-cta--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: #f7f7f3;
}

.network-cta--primary {
  background: #c8ff00;
  color: #121212;
}

.network-bg-video {
  background:
    linear-gradient(135deg, rgba(5, 7, 3, 0.72), rgba(5, 7, 3, 0.52)),
    url("asset/hero-2.webp") center center / cover no-repeat;
}

.network-visual {
  align-items: flex-end;
  justify-content: flex-end;
}

.network-badges {
  position: relative;
  right: auto;
  bottom: auto;
  justify-content: flex-end;
  align-self: end;
  max-width: 520px;
  margin-top: auto;
  padding-bottom: 18px;
}

.network-badge {
  gap: 12px;
  padding: 12px 18px 12px 12px;
  background: rgba(170, 128, 84, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  text-decoration: none;
}

.network-badge i {
  width: 34px;
  height: 34px;
}

.network-badge--violet i {
  background: #78d0ff;
}

.network-badge--blue i {
  background: #f4ff69;
}

.network-badge--pink i {
  background: #ff8db3;
}

.network-badge:hover {
  transform: translateY(-1px);
  background: rgba(170, 128, 84, 0.42);
}

.network-container {
  max-width: 1200px; /* match Creative Portfolio width */
  margin: 0 auto;
  padding: 80px 20px;
  position: relative;
  z-index: 2;
}

.network-grid {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 40px;
  align-items: center;
}

.network-strip .network-content[data-reveal],
.network-strip .network-visual[data-reveal] {
  transition:
    opacity 820ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 820ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.network-strip .network-content[data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translate3d(-34px, 18px, 0);
  filter: blur(7px);
}

.network-strip .network-visual[data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translate3d(34px, 18px, 0) scale(0.97);
  filter: blur(7px);
  transition-delay: 130ms;
}

.network-strip .network-content[data-reveal].is-visible,
.network-strip .network-visual[data-reveal].is-visible {
  opacity: 1;
  transform: none;
  filter: blur(0);
}

.network-title {
  color: #ffffff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.05;
  letter-spacing: -0.6px;
  margin-bottom: 14px;
}

.network-text {
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.75;
  max-width: 520px;
  margin-bottom: 22px;
}

.network-points {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 26px;
}

.network-point {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.network-ico {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
  flex: 0 0 auto;
}

.network-point-text strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 2px;
}

.network-point-text span {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.5;
}

.network-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 30px;
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  border: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.network-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(109, 93, 252, 0.35);
}

.network-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 14px;
}

.network-video-card,
.network-video-frame {
  display: none;
}

@media (max-width: 950px) {
  .network-grid {
    grid-template-columns: 1fr;
  }

  .network-text {
    max-width: none;
  }

  .network-visual {
    min-height: 0;
  }
}

/* Network section: video-first dark layout */
.network-strip {
  background: linear-gradient(135deg, #120f1f 0%, #171225 42%, #1b1630 100%);
}

.network-strip::before {
  background:
    radial-gradient(circle at 18% 22%, rgba(109, 93, 252, 0.28), rgba(109, 93, 252, 0) 40%),
    radial-gradient(circle at 82% 68%, rgba(143, 123, 255, 0.18), rgba(143, 123, 255, 0) 44%);
}

.network-container {
  max-width: 1320px;
  padding: 44px 20px;
}

.network-grid {
  grid-template-columns: minmax(300px, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(24px, 4vw, 56px);
  align-items: stretch;
  min-height: clamp(420px, 52vw, 620px);
}

.network-content {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: clamp(12px, 2vw, 24px) 0;
}

.network-proof {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  color: rgba(245, 243, 239, 0.94);
}

.network-proof-avatars {
  display: inline-flex;
  align-items: center;
}

.network-proof-avatars img {
  width: 46px;
  height: 46px;
  border-radius: 999px;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.78);
  margin-left: -10px;
}

.network-proof-avatars img:first-child {
  margin-left: 0;
}

.network-proof-text {
  font-size: clamp(20px, 1.7vw, 34px);
  line-height: 1.1;
  font-weight: 500;
}

.network-title {
  max-width: 12ch;
  margin: 0;
  color: #f5f3ef;
  font-size: clamp(48px, 6.6vw, 92px);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.network-text {
  max-width: 34ch;
  margin: 0;
  color: rgba(245, 243, 239, 0.68);
  font-size: clamp(18px, 1.5vw, 28px);
  line-height: 1.55;
}

.network-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}

.network-cta {
  min-height: 58px;
  padding: 0 30px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  box-shadow: none;
}

.network-cta--ghost {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #f5f3ef;
}

.network-cta--primary {
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  border: 1px solid transparent;
  color: #ffffff;
}

.network-cta:hover {
  transform: translateY(-2px);
  box-shadow: none;
}

.network-visual {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
  gap: 18px;
  width: 100%;
  min-width: 0;
}

.network-video-card {
  position: relative;
  width: 100%;
  min-height: clamp(380px, 48vw, 590px);
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #191522;
}

.network-video-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(18, 15, 31, 0.92) 0%, rgba(18, 15, 31, 0.46) 34%, rgba(18, 15, 31, 0.12) 56%, rgba(18, 15, 31, 0.08) 100%),
    radial-gradient(circle at 74% 18%, rgba(143, 123, 255, 0.22), rgba(143, 123, 255, 0) 22%),
    radial-gradient(circle at 88% 72%, rgba(109, 93, 252, 0.18), rgba(109, 93, 252, 0) 18%);
}

.network-video-frame {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(20, 16, 34, 0.72), rgba(28, 20, 48, 0.32)),
    url("asset/hero-2.webp") center center / cover no-repeat;
}

.network-video-frame iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 177.78vh;
  min-width: 100%;
  min-height: 100%;
  height: 56.25vw;
  min-height: 100%;
  border: 0;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  opacity: 1;
  z-index: 1;
}

.network-badges {
  position: absolute;
  right: clamp(18px, 2vw, 28px);
  bottom: clamp(18px, 2vw, 28px);
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 12px 14px;
  max-width: min(420px, 86%);
}

.network-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px 10px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.network-badge-avatar {
  width: 28px;
  height: 28px;
  display: inline-flex;
  border-radius: 999px;
  object-fit: cover;
  flex: 0 0 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.network-badge span {
  display: inline-block;
  white-space: nowrap;
}

.network-points,
.network-orbit,
.network-note {
  display: none;
}

@media (max-width: 950px) {
  .network-grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .network-title,
  .home-page .network-title {
    max-width: 10ch;
    font-size: clamp(38px, 11vw, 64px) !important;
  }

  .network-text {
    max-width: 100%;
    font-size: 16px;
  }

  .network-video-card {
    min-height: 340px;
  }

  .network-video-frame iframe {
    width: 177.78vh;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
  }
}

@media (max-width: 760px) {
  .network-strip {
    padding: 24px 0;
  }

  .home-page .network-container,
  .network-container {
    width: calc(100% - 32px);
    padding: 20px 0;
  }

  .network-grid {
    gap: 24px;
    min-height: 0;
  }

  .network-content {
    gap: 16px;
    padding: 0;
  }

  .network-proof {
    gap: 12px;
  }

  .network-proof-avatars img {
    width: 38px;
    height: 38px;
    margin-left: -8px;
  }

  .network-proof-text {
    font-size: clamp(16px, 5vw, 22px);
  }

  .network-title,
  .home-page .network-title {
    max-width: 9ch;
    font-size: clamp(34px, 11vw, 48px) !important;
    line-height: 0.98;
  }

  .network-text {
    font-size: 15px;
    line-height: 1.6;
  }

  .network-actions {
    gap: 12px;
  }

  .network-actions .cta-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .network-visual {
    min-height: 0;
  }

  .network-badges {
    position: static;
    right: auto;
    bottom: auto;
    justify-content: flex-start;
    max-width: 100%;
    gap: 10px;
  }

  .network-badge {
    padding: 9px 14px 9px 9px;
    font-size: 13px;
  }

  .network-badge-avatar {
    width: 24px;
    height: 24px;
    flex-basis: 24px;
  }
}

@media (max-width: 560px) {
  .home-testimonials,
  .home-page section.home-testimonials {
    padding: 22px 0;
  }

  .home-testimonials .home-testimonials-shell,
  .home-page .home-testimonials .home-testimonials-shell {
    width: calc(100% - 24px);
  }

  .home-testimonials-stage {
    padding: 14px 12px 18px;
  }

  .home-testimonials-showcase {
    min-height: 0;
    height: auto;
  }

  .home-testimonials-stack {
    min-height: 280px;
    height: 280px;
  }

  .home-testimonial-card,
  .home-testimonial-card--left,
  .home-testimonial-card--center,
  .home-testimonial-card--right {
    min-height: 280px;
    padding: 8px 6px 78px;
  }

  .home-testimonial-text {
    margin: 20px 0 24px;
    max-width: 100%;
    font-size: clamp(24px, 8vw, 32px);
    line-height: 1.06;
  }

  .home-testimonials .home-testimonial-user {
    gap: 10px;
    width: min(100%, 280px);
  }

  .home-testimonials .home-testimonial-user img {
    width: 46px;
    height: 46px;
  }

  .home-testimonials .home-testimonial-user h3 {
    font-size: 16px !important;
  }

  .home-testimonials .home-testimonial-user p {
    margin-top: 4px;
    font-size: 12px !important;
  }

  .home-testimonials-nav {
    gap: 12px;
    margin-top: 10px;
  }

  .home-testimonials-btn {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .network-strip {
    padding: 20px 0;
  }

  .home-page .network-container,
  .network-container {
    width: calc(100% - 24px);
    padding: 16px 0;
  }

  .network-grid {
    gap: 20px;
  }

  .network-title,
  .home-page .network-title {
    max-width: 8.5ch;
    font-size: clamp(30px, 10vw, 40px) !important;
  }

  .network-text {
    font-size: 14px;
  }

  .network-badges {
    gap: 8px;
  }

  .network-badge {
    width: 100%;
    justify-content: flex-start;
    font-size: 12px;
  }
}

@media (prefers-reduced-motion: no-preference) {
  .net-avatar {
    animation: netFloat 5.5s ease-in-out infinite;
  }

  .net-avatar.av-2 { animation-delay: -1.2s; }
  .net-avatar.av-3 { animation-delay: -2.1s; }
  .net-avatar.av-4 { animation-delay: -3.0s; }
  .net-avatar.av-5 { animation-delay: -1.6s; }
  .net-avatar.av-6 { animation-delay: -2.7s; }
  .net-avatar.av-7 { animation-delay: -0.9s; }
  .net-avatar.av-8 { animation-delay: -2.3s; }
  .net-avatar.av-9 { animation-delay: -3.4s; }
  .net-avatar.av-10 { animation-delay: -1.8s; }

  @keyframes netFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }
}

/* ===== Blog ===== */
.blog-section {
  padding: clamp(90px, 10vw, 140px) 20px;
  background: #121212;
  color: #f5f3ef;
}

.blog-shell {
  width: min(100%, 1260px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 72px);
  align-items: start;
}

.blog-copy {
  position: relative;
  top: auto;
  align-self: start;
}

.blog-kicker {
  margin: 0 0 20px;
  color: rgba(235, 230, 219, 0.76);
  font-size: 13px;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.blog-title {
  text-align: left;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  margin-bottom: 28px;
  color: #f5f3ef;
}

.blog-lead {
  max-width: 30ch;
  margin: 0;
  color: rgba(235, 230, 219, 0.72);
  font-size: clamp(18px, 1.65vw, 28px);
  line-height: 1.55;
}

.blog-section .blog-copy [data-reveal],
.blog-section .blog-container .blog-card[data-reveal],
.blog-section .blog-cta[data-reveal] {
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform, filter;
}

.blog-section .blog-copy [data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(24px) scale(0.98);
  filter: blur(5px);
}

.blog-section .blog-container .blog-card[data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(36px) scale(0.965);
  filter: blur(7px);
}

.blog-section .blog-cta[data-reveal]:not(.is-visible) {
  opacity: 0;
  transform: translateY(22px) scale(0.98);
  filter: blur(5px);
}

.blog-section .blog-copy [data-reveal].is-visible,
.blog-section .blog-container .blog-card[data-reveal].is-visible,
.blog-section .blog-cta[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.blog-section .blog-copy [data-reveal]:nth-child(1) { transition-delay: 40ms; }
.blog-section .blog-copy [data-reveal]:nth-child(2) { transition-delay: 120ms; }
.blog-section .blog-copy [data-reveal]:nth-child(3) { transition-delay: 200ms; }
.blog-section .blog-container .blog-card[data-reveal]:nth-child(1) { transition-delay: 120ms; }
.blog-section .blog-container .blog-card[data-reveal]:nth-child(2) { transition-delay: 200ms; }
.blog-section .blog-container .blog-card[data-reveal]:nth-child(3) { transition-delay: 280ms; }
.blog-section .blog-cta[data-reveal] { transition-delay: 340ms; }

.blog-section .blog-container .blog-card[data-reveal].is-visible:hover {
  transform: translateY(-4px);
}

.blog-title-link {
  color: inherit;
  text-decoration: none;
}

.blog-title-link:hover {
  text-decoration: none;
}

.blog-container {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.blog-card {
  display: grid;
  grid-template-columns: minmax(240px, 360px) minmax(0, 1fr);
  align-items: center;
  gap: clamp(18px, 2.4vw, 32px);
  padding: clamp(16px, 1.6vw, 22px);
  background: linear-gradient(180deg, rgba(28, 28, 28, 0.98), rgba(22, 22, 22, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  overflow: hidden;
  transition: transform 0.3s ease, border-color 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.14);
}

.blog-card-title {
  font-size: clamp(28px, 2.1vw, 42px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #f5f3ef;
  margin: 0 0 10px;
}

.blog-card-title a {
  color: inherit;
  text-decoration: none;
}

.blog-card-text {
  font-size: 17px;
  line-height: 1.65;
  color: rgba(235, 230, 219, 0.72);
  margin: 0;
}

.blog-card-text a {
  color: inherit;
  text-decoration: none;
}

.blog-card-copy {
  min-width: 0;
}

.blog-read {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 22px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: #f5f3ef;
  color: #121212;
  font-weight: 500;
  font-size: 14px;
  text-decoration: none;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.blog-read:hover {
  background: #ffffff;
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.24);
}

.blog-media {
  display: block;
  border-radius: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  text-decoration: none;
  background: #191919;
}

.blog-media img {
  width: 100%;
  height: clamp(180px, 20vw, 230px);
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.blog-card:hover .blog-media img {
  transform: scale(1.03);
}

.blog-cta {
  margin: 32px 0 0;
  display: flex;
  justify-content: flex-start;
}

.blog-read--all {
  font-size: 14px;
}

@media (max-width: 1000px) {
  .blog-shell {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .blog-copy {
    position: relative;
    top: auto;
  }

  .blog-lead {
    max-width: 100%;
  }

  .blog-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 650px) {
  .blog-section {
    padding: 72px 16px;
  }

  .blog-shell {
    gap: 24px;
  }

  .blog-title {
    font-size: clamp(34px, 14vw, 54px);
    margin-bottom: 18px;
  }

  .blog-lead {
    font-size: 16px;
  }

  .blog-container {
    gap: 18px;
  }

  .blog-card {
    padding: 16px;
    gap: 18px;
  }

  .blog-card-title {
    font-size: 24px;
  }
}




/* =========================================== */
/* BLOGS PAGE */
.blogs-page {
  --blogs-surface: rgba(255, 255, 255, 0.015);
  --blogs-surface-hover: rgba(255, 255, 255, 0.025);
  --blogs-border: rgba(255, 255, 255, 0.08);
  --blogs-border-strong: rgba(255, 255, 255, 0.14);
  --blogs-text: #ffffff;
  --blogs-muted: rgba(236, 231, 245, 0.82);
  --blogs-soft: rgba(236, 231, 245, 0.66);
  background: #121212;
  color: var(--blogs-text);
  overflow-x: hidden;
}

.blogs-page h1,
.blogs-page h2,
.blogs-page h3 {
  animation: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.blogs-page h1::after,
.blogs-page h2::after,
.blogs-page h3::after {
  content: none !important;
}

.blogs-page .nav a:hover,
.blogs-page .dropdown-btn:hover,
.blogs-page .mobile-link:hover,
.blogs-page .mobile-dropdown-menu a:hover,
.blogs-page .contact-btn:hover {
  text-shadow: none !important;
}

.blogs-page.seo-blog-page :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  button,
  summary,
  li,
  strong,
  b,
  .nav a,
  .dropdown-btn,
  .mobile-link,
  .mobile-dropdown-btn,
  .mobile-dropdown-menu a,
  .contact-btn,
  .contact-btn span,
  .blogs-kicker,
  .blogs-ghost-btn,
  .blogs-panel-label,
  .blogs-index-tag,
  .blogs-article-pill,
  .blogs-article-meta,
  .seo-blog-banner-kicker,
  .seo-blog-banner-ghost,
  .seo-blog-banner-primary,
  .seo-blog-split-kicker,
  .seo-faq-item summary,
  .seo-faq-showcase-kicker,
  .seo-faq-showcase-badge,
  .home-join-kicker,
  .home-join-btn,
  .footer-links h4
):not(.material-symbols-outlined):not(.seo-faq-showcase-icon):not(.seo-faq-showcase-toggle):not(i) {
  font-weight: 400 !important;
}

.blogs-main {
  padding: 10px 0 90px;
}

.blogs-shell {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
}

.blogs-hero {
  padding: 44px 0 36px;
}

.blogs-hero-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 26px;
  align-items: stretch;
}

.blogs-hero-copy,
.blogs-hero-panel,
.blogs-index-card,
.blogs-article {
  border: 1px solid var(--blogs-border);
  background: var(--blogs-surface);
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

.blogs-hero-copy {
  border-radius: 28px;
  padding: 42px;
}

.blogs-kicker {
  display: inline-flex;
  align-items: center;
  padding: 8px 14px;
  border-radius: 999px;
  margin-bottom: 18px;
  background: transparent;
  border: 1px solid var(--blogs-border-strong);
  color: rgba(244, 243, 247, 0.92);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.blogs-hero-copy h1 {
  max-width: 12ch;
  font-size: clamp(38px, 5vw, 68px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  margin-bottom: 18px;
  color: var(--blogs-text);
}

.blogs-hero-copy p {
  max-width: 60ch;
  font-size: 16px;
  line-height: 1.78;
  color: var(--blogs-muted);
}

.blogs-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.blogs-hero-actions .contact-btn {
  padding: 13px 22px;
}

.blogs-ghost-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none;
  color: var(--blogs-text);
  font-weight: 500;
  border: 1px solid var(--blogs-border-strong);
  background: transparent;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.blogs-ghost-btn:hover {
  transform: translateY(-2px);
  background: var(--blogs-surface-hover);
  border-color: rgba(255, 255, 255, 0.18);
}

.blogs-hero-panel {
  border-radius: 28px;
  padding: 34px 28px;
  position: relative;
  overflow: hidden;
}

.blogs-hero-panel::before {
  content: "";
  position: absolute;
  inset: auto -48px -48px auto;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.blogs-panel-label {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blogs-soft);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.blogs-hero-panel h2 {
  font-size: 28px;
  line-height: 1.12;
  color: var(--blogs-text);
  margin-bottom: 18px;
}

.blogs-panel-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.blogs-panel-pills span {
  padding: 10px 14px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--blogs-border);
  font-size: 13px;
  color: var(--blogs-muted);
}

.blogs-hero-panel p {
  color: var(--blogs-muted);
  line-height: 1.72;
}

.blogs-index {
  padding: 16px 0 34px;
}

.blogs-index-head {
  margin-bottom: 22px;
}

.blogs-index-head h2 {
  font-size: clamp(28px, 3.4vw, 44px);
  color: var(--blogs-text);
  margin-bottom: 8px;
}

.blogs-index-head p {
  color: var(--blogs-muted);
  line-height: 1.7;
}

.blogs-index-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.blogs-index-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 20px;
  border-radius: 24px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.blogs-index-card:hover {
  transform: translateY(-4px);
  border-color: var(--blogs-border-strong);
  background: var(--blogs-surface-hover);
}

.blogs-index-tag {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 7px 12px;
  border-radius: 999px;
  background: transparent;
  border: 1px solid var(--blogs-border-strong);
  color: #f4f3f7;
  font-size: 12px;
  font-weight: 500;
}

.blogs-index-card h3 {
  font-size: 24px;
  line-height: 1.14;
  color: var(--blogs-text);
}

.blogs-index-card p {
  color: var(--blogs-muted);
  line-height: 1.7;
  flex: 1;
}

.blogs-index-card img {
  width: 100%;
  height: 220px;
  border-radius: 18px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--blogs-border);
}

.blogs-articles {
  padding: 16px 0 0;
}

.blogs-articles-shell {
  display: grid;
  gap: 24px;
}

.blogs-article {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(0, 1.1fr);
  gap: 24px;
  align-items: stretch;
  padding: 22px;
  border-radius: 28px;
  scroll-margin-top: 130px;
}

.blogs-article-media img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  border: 1px solid var(--blogs-border);
}

.blogs-article-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blogs-article-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.blogs-article-pill,
.blogs-article-meta {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
}

.blogs-article-pill {
  color: #f4f3f7;
  background: transparent;
  border: 1px solid var(--blogs-border-strong);
}

.blogs-article-meta {
  color: var(--blogs-muted);
  background: transparent;
  border: 1px solid var(--blogs-border);
}

.blogs-article h2 {
  font-size: clamp(30px, 3.6vw, 42px);
  line-height: 1.08;
  color: var(--blogs-text);
  margin-bottom: 16px;
}

.blogs-article p {
  color: var(--blogs-muted);
  font-size: 15px;
  line-height: 1.82;
  margin-bottom: 12px;
}

.blogs-article-points {
  margin: 10px 0 0;
  padding-left: 18px;
  color: var(--blogs-muted);
}

.blogs-article-points li {
  margin-bottom: 10px;
  line-height: 1.65;
}

@media (max-width: 980px) {
  .blogs-hero-shell,
  .blogs-article {
    grid-template-columns: 1fr;
  }

  .blogs-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blogs-hero-copy h1 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .blogs-shell {
    width: calc(100% - 32px);
  }

  .blogs-main {
    padding-bottom: 70px;
  }

  .blogs-hero {
    padding-top: 28px;
  }

  .blogs-hero-copy,
  .blogs-hero-panel,
  .blogs-article {
    border-radius: 26px;
  }

  .blogs-hero-copy,
  .blogs-hero-panel {
    padding: 24px 20px;
  }

  .blogs-index-grid {
    grid-template-columns: 1fr;
  }

  .blogs-index-card {
    padding: 18px;
    border-radius: 24px;
  }

  .blogs-article {
    padding: 18px;
  }

  .blogs-article-media img {
    min-height: 240px;
  }

  .blogs-article-top {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 520px) {
  .blogs-hero-copy h1 {
    font-size: clamp(32px, 10vw, 46px);
  }

  .blogs-hero-copy p,
  .blogs-hero-panel p,
  .blogs-index-card p,
  .blogs-article p,
  .blogs-article-points li {
    font-size: 14px;
  }

  .blogs-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .blogs-hero-actions .contact-btn,
  .blogs-ghost-btn {
    width: 100%;
    text-align: center;
  }
}

.seo-blog-page .blogs-hero-copy h1 {
  max-width: 14ch;
}

.seo-blog-panel h2 {
  max-width: 16ch;
}

.seo-blog-main {
  padding-top: 30px;
}

.seo-blog-banner {
  padding: 0 0 40px;
}

.seo-blog-page {
  --seo-accent: #6d5dfc;
  --seo-accent-strong: #8f7bff;
  --seo-accent-rgb: 109, 93, 252;
  --seo-accent-soft-rgb: 143, 123, 255;
}

.seo-blog-banner .blogs-shell {
  width: 100%;
  max-width: none;
}

.seo-blog-banner-card {
  min-height: 0;
  aspect-ratio: 1892 / 357;
  padding: clamp(22px, 2.2vw, 34px);
  border-radius: 0;
  position: relative;
  display: flex;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(8, 10, 28, 0.84) 0%, rgba(8, 10, 28, 0.58) 46%, rgba(8, 10, 28, 0.34) 100%),
    linear-gradient(180deg, rgba(11, 15, 38, 0.12), rgba(11, 15, 38, 0.32)),
    url("asset/kozhikode-banner-jiyadzainco.webp") center center / cover no-repeat;
  border: 0;
  box-shadow: none;
  overflow: hidden;
}

.seo-blog-banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  color: rgba(245, 248, 240, 0.96);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.seo-blog-banner-kicker::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--seo-accent-strong);
}

.seo-blog-banner-copy h1 {
  margin: 0;
  max-width: 22ch;
  color: #f7faf3;
  font-size: 40px;
  line-height: 1.02;
  font-weight: 400;
  letter-spacing: -0.03em;
  text-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.seo-blog-banner-copy {
  width: min(100%, 980px);
  display: grid;
  gap: 24px;
  padding-right: min(24vw, 320px);
}

.seo-blog-intro {
  margin: 0;
  max-width: 64ch;
  color: var(--blogs-muted);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: -0.01em;
  text-align: justify;
}

.seo-blog-banner-actions {
  position: absolute;
  right: clamp(22px, 2.2vw, 34px);
  bottom: clamp(22px, 2.2vw, 34px);
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-end;
}

.seo-blog-banner-ghost,
.seo-blog-banner-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 28px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.seo-blog-banner-ghost {
  color: #f5f8f0;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.seo-blog-banner-primary {
  color: #ffffff;
  background: linear-gradient(135deg, var(--seo-accent), var(--seo-accent-strong));
  border: 1px solid rgba(var(--seo-accent-rgb), 0.92);
  box-shadow: 0 14px 30px rgba(var(--seo-accent-rgb), 0.28);
}

.seo-blog-banner-ghost:hover,
.seo-blog-banner-primary:hover {
  transform: translateY(-2px);
}

.seo-blog-split {
  padding: 0 0 46px;
}

.seo-blog-split-card {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 4vw, 72px);
  padding: clamp(24px, 3vw, 42px);
  border-radius: 28px;
  border: 1px solid var(--blogs-border);
  background:
    radial-gradient(640px 240px at 0% 0%, rgba(120, 94, 255, 0.12), rgba(18, 18, 18, 0) 72%),
    linear-gradient(180deg, rgba(22, 22, 24, 0.98), rgba(14, 14, 15, 0.98));
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.24);
}

.seo-blog-split-head {
  display: grid;
  gap: 16px;
  align-content: start;
}

.seo-blog-split-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(244, 243, 247, 0.86);
  font-size: 12px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.seo-blog-split-head h2 {
  margin: 0;
  max-width: 9ch;
  color: var(--blogs-text);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.98;
  letter-spacing: -0.045em;
}

.seo-blog-split-copy {
  display: grid;
  gap: 18px;
  align-content: center;
}

.seo-blog-split-copy p {
  margin: 0;
  color: var(--blogs-muted);
  font-size: 17px;
  line-height: 1.82;
}

.seo-blog-content {
  padding: 10px 0 0;
}

.seo-blog-article {
  display: grid;
  gap: 28px;
  padding: 0;
  border-radius: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.seo-blog-page .seo-blog-content .seo-blog-article[data-reveal] {
  opacity: 1;
  transform: none;
  filter: none;
  transition: none;
}

.seo-blog-article.is-visible {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.seo-blog-header {
  display: grid;
  gap: 14px;
}

.seo-blog-top {
  justify-content: flex-start;
  margin-bottom: 0;
}

.seo-blog-title {
  margin: 0;
  max-width: 18ch;
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  color: var(--blogs-text);
}

.seo-blog-deck {
  margin: 0;
  max-width: 64ch;
  color: var(--blogs-muted);
  font-size: 24px;
  line-height: 1.5;
  font-weight: 400;
  text-align: justify;
}

.seo-blog-meta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.seo-blog-meta-row span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid var(--blogs-border);
  background: rgba(255, 255, 255, 0.025);
  color: var(--blogs-soft);
  font-size: 13px;
}

.seo-blog-cover img {
  width: 100%;
  height: clamp(260px, 34vw, 420px);
  border-radius: 22px;
  object-fit: cover;
  display: block;
  border: 1px solid var(--blogs-border);
}

.seo-blog-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.seo-summary-card,
.seo-note-card {
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(var(--seo-accent-rgb), 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(109, 93, 252, 0.06));
}

.seo-summary-card h2,
.seo-note-card h3,
.seo-blog-section h2,
.seo-blog-cta h2 {
  color: var(--blogs-text);
}

.seo-icon-heading {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.seo-inline-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 20px;
  line-height: 1;
  color: var(--seo-accent-strong);
  font-variation-settings:
    "FILL" 0,
    "wght" 400,
    "GRAD" 0,
    "opsz" 20;
}

.seo-summary-card h2 {
  font-size: clamp(24px, 2.8vw, 34px);
  line-height: 1.12;
  margin-bottom: 14px;
}

.seo-blog-section {
  display: grid;
  gap: 16px;
}

.seo-blog-section h2 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
}

.seo-blog-section h3 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  color: var(--blogs-text);
}

.seo-blog-section p,
.seo-blog-list,
.seo-blog-list li,
.seo-blog-steps,
.seo-blog-steps li,
.seo-faq-item p {
  color: var(--blogs-muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
}

.seo-blog-list,
.seo-blog-steps {
  margin: 0;
  padding-left: 20px;
}

.seo-inline-link {
  color: var(--seo-accent-strong);
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.22s ease, opacity 0.22s ease;
}

.seo-inline-link:hover {
  color: #ffffff;
}

.seo-blog-columns {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.seo-service-block {
  display: grid;
  gap: 12px;
  padding: 22px;
  border-radius: 24px;
  border: 1px solid rgba(var(--seo-accent-rgb), 0.2);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(109, 93, 252, 0.045));
}

.seo-chip-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-chip-grid span,
.seo-chip-grid a,
.seo-impact-card {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 12px 16px;
  border-radius: 18px;
  border: 1px solid rgba(var(--seo-accent-rgb), 0.26);
  background: rgba(var(--seo-accent-rgb), 0.08);
  color: var(--blogs-text);
  font-size: 18px;
  font-weight: 400;
}

.seo-chip-grid a {
  text-decoration: none;
}

.seo-impact-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.seo-blog-faq {
  gap: 14px;
}

.seo-faq-item {
  border: 1px solid var(--blogs-border);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.025);
  overflow: hidden;
}

.seo-faq-item summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 20px;
  color: var(--blogs-text);
  font-size: 18px;
  font-weight: 500;
}

.seo-faq-item summary::-webkit-details-marker {
  display: none;
}

.seo-faq-item p {
  padding: 0 20px 20px;
  margin: 0;
}

.seo-blog-cta {
  display: grid;
  gap: 18px;
  padding: 26px;
  border-radius: 28px;
  border: 1px solid rgba(var(--seo-accent-rgb), 0.3);
  background:
    radial-gradient(540px 240px at 0% 0%, rgba(var(--seo-accent-soft-rgb), 0.22), rgba(18, 18, 18, 0) 72%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(109, 93, 252, 0.05));
}

.seo-blog-cta p {
  margin: 0;
  color: var(--blogs-muted);
  font-size: 18px;
  line-height: 1.7;
  font-weight: 400;
  text-align: justify;
}

.seo-blog-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.seo-faq-showcase {
  padding: 36px 0 24px;
  font-family: var(--site-font-family);
}

.seo-faq-showcase-head {
  display: grid;
  gap: 14px;
  justify-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.seo-faq-showcase-kicker {
  margin: 0;
  color: rgba(245, 248, 240, 0.96);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.seo-faq-showcase-kicker::before {
  content: "\2022";
  margin-right: 8px;
  color: var(--seo-accent-strong);
}

.seo-faq-showcase-head h2 {
  margin: 0;
  max-width: 12ch;
  color: var(--blogs-text);
  font-family: var(--site-font-family);
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.seo-faq-showcase-lead {
  margin: 0;
  max-width: 30ch;
  color: var(--blogs-muted);
  font-family: var(--site-font-family);
  font-size: clamp(18px, 1.65vw, 28px);
  line-height: 1.55;
}

.seo-faq-showcase-list {
  display: grid;
  gap: 18px;
}

.seo-faq-showcase-list[data-reveal] {
  opacity: 0;
  transform: translateY(34px) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
}

.seo-faq-showcase-list[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.seo-faq-showcase-list[data-reveal] .seo-faq-showcase-item {
  opacity: 0;
  transform: translateY(24px) scale(0.985);
}

.seo-faq-showcase-list[data-reveal].is-visible .seo-faq-showcase-item {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.seo-faq-showcase-list[data-reveal].is-visible .seo-faq-showcase-item:nth-child(1) { transition-delay: 90ms; }
.seo-faq-showcase-list[data-reveal].is-visible .seo-faq-showcase-item:nth-child(2) { transition-delay: 170ms; }
.seo-faq-showcase-list[data-reveal].is-visible .seo-faq-showcase-item:nth-child(3) { transition-delay: 250ms; }
.seo-faq-showcase-list[data-reveal].is-visible .seo-faq-showcase-item:nth-child(4) { transition-delay: 330ms; }
.seo-faq-showcase-list[data-reveal].is-visible .seo-faq-showcase-item:nth-child(5) { transition-delay: 410ms; }
.seo-faq-showcase-list[data-reveal].is-visible .seo-faq-showcase-item:nth-child(6) { transition-delay: 490ms; }

.seo-faq-showcase-item {
  border: 1px solid rgba(var(--seo-accent-rgb), 0.18);
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(109, 93, 252, 0.08));
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
  transform-origin: center top;
  transition:
    opacity 520ms ease,
    transform 760ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms ease,
    border-color 320ms ease,
    background 320ms ease;
}

.seo-faq-showcase-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  padding: 24px 28px;
  cursor: pointer;
  font-family: var(--site-font-family);
  transition:
    padding 320ms ease,
    gap 320ms ease,
    background 320ms ease;
}

.seo-faq-showcase-item summary::-webkit-details-marker {
  display: none;
}

.seo-faq-showcase-icon {
  width: 72px;
  height: 72px;
  display: inline-grid;
  place-items: center;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(63, 79, 201, 0.92), rgba(111, 88, 255, 0.96));
  color: #f8faff;
  font-size: 30px;
  box-shadow: 0 16px 32px rgba(var(--seo-accent-rgb), 0.24);
  transform-origin: center;
  transition:
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    box-shadow 320ms ease,
    border-radius 320ms ease,
    background 320ms ease;
}

.seo-faq-showcase-question {
  color: var(--blogs-text);
  font-family: var(--site-font-family);
  font-size: clamp(28px, 2.1vw, 42px);
  line-height: 1.14;
  letter-spacing: -0.03em;
  transition:
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1),
    color 280ms ease,
    letter-spacing 280ms ease;
}

.seo-faq-showcase-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid rgba(var(--seo-accent-rgb), 0.24);
  background: rgba(var(--seo-accent-rgb), 0.08);
  color: rgba(245, 248, 240, 0.92);
  font-family: var(--site-font-family);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  white-space: nowrap;
  transition:
    transform 320ms ease,
    border-color 320ms ease,
    background 320ms ease,
    color 320ms ease;
}

.seo-faq-showcase-toggle {
  width: 56px;
  height: 56px;
  display: inline-grid;
  place-items: center;
  border-radius: 18px;
  background: rgba(9, 14, 34, 0.84);
  color: var(--seo-accent-strong);
  font-size: 26px;
  transition:
    transform 380ms cubic-bezier(0.16, 1, 0.3, 1),
    background 320ms ease,
    color 320ms ease,
    box-shadow 320ms ease;
}

.seo-faq-showcase-item:is([open], .is-open) {
  transform: translateY(-4px);
  border-color: rgba(var(--seo-accent-rgb), 0.34);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(var(--seo-accent-rgb), 0.12));
  box-shadow: 0 28px 56px rgba(0, 0, 0, 0.2);
}

.seo-faq-showcase-item:is([open], .is-open) summary {
  padding-bottom: 18px;
}

.seo-faq-showcase-item:is([open], .is-open) .seo-faq-showcase-icon {
  transform: translateY(-2px) scale(1.03) rotate(-6deg);
  border-radius: 24px;
  box-shadow: 0 22px 40px rgba(var(--seo-accent-rgb), 0.32);
}

.seo-faq-showcase-item:is([open], .is-open) .seo-faq-showcase-question {
  transform: translateY(-2px);
  color: #ffffff;
}

.seo-faq-showcase-item:is([open], .is-open) .seo-faq-showcase-badge {
  transform: translateY(-2px);
  border-color: rgba(var(--seo-accent-rgb), 0.38);
  background: rgba(var(--seo-accent-rgb), 0.14);
  color: #f9fbff;
}

.seo-faq-showcase-item:is([open], .is-open) .seo-faq-showcase-toggle {
  transform: rotate(90deg) scale(1.08);
  background: rgba(var(--seo-accent-rgb), 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.seo-faq-showcase-answer {
  padding: 0 28px 24px 118px;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-12px);
  filter: blur(6px);
  transition:
    height 420ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 320ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 320ms ease;
  will-change: height, opacity, transform;
}

.seo-faq-showcase-item:is([open], .is-open) .seo-faq-showcase-answer {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.seo-faq-showcase-answer p {
  margin: 0;
  max-width: 72ch;
  color: var(--blogs-muted);
  font-family: var(--site-font-family);
  font-size: 17px;
  line-height: 1.65;
  text-align: justify;
}

@media (max-width: 980px) {
  .seo-blog-banner-card {
    align-items: end;
    min-height: clamp(320px, 52vw, 420px);
  }

  .seo-blog-banner-copy h1 {
    max-width: 100%;
  }

  .seo-blog-banner-copy {
    padding-right: 0;
  }

  .seo-blog-banner-actions {
    position: static;
  }

  .seo-blog-split-card {
    grid-template-columns: 1fr;
  }

  .seo-blog-split-head h2 {
    max-width: 100%;
  }

  .seo-blog-summary,
  .seo-blog-columns,
  .seo-impact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .seo-faq-showcase-item summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }

  .seo-faq-showcase-badge {
    display: none;
  }

  .seo-blog-panel h2 {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .seo-blog-main {
    padding-top: 20px;
  }

  .seo-blog-banner {
    padding: 0 0 30px;
  }

  .seo-blog-banner-card {
    min-height: 0;
    padding: 22px 18px;
    border-radius: 0;
  }

  .seo-blog-banner-copy h1 {
    max-width: 100%;
    font-size: 40px;
    line-height: 1.05;
  }

  .seo-blog-banner-actions {
    justify-content: flex-start;
  }

  .seo-blog-split {
    padding-bottom: 34px;
  }

  .seo-blog-split-card {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .seo-blog-article {
    padding: 0;
    border-radius: 0;
  }

  .seo-blog-title {
    max-width: 100%;
  }

  .seo-blog-summary,
  .seo-blog-columns,
  .seo-impact-grid {
    grid-template-columns: 1fr;
  }

  .seo-summary-card,
  .seo-note-card,
  .seo-service-block,
  .seo-blog-cta {
    padding: 18px;
    border-radius: 22px;
  }

  .seo-faq-showcase-head h2 {
    max-width: 100%;
  }

  .seo-faq-showcase-item summary {
    grid-template-columns: 1fr auto;
    gap: 14px;
    padding: 18px;
  }

  .seo-faq-showcase-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    font-size: 24px;
  }

  .seo-faq-showcase-question {
    grid-column: 1 / -1;
    font-size: 24px;
  }

  .seo-faq-showcase-answer {
    padding: 0 18px 18px;
  }

  .seo-faq-item summary {
    font-size: 16px;
  }
}

@media (max-width: 520px) {
  .seo-blog-intro {
    font-size: 18px;
    line-height: 1.5;
  }

  .seo-blog-split-copy p {
    font-size: 14px;
  }

  .seo-blog-banner-actions {
    flex-direction: column;
  }

  .seo-blog-banner-ghost,
  .seo-blog-banner-primary {
    width: 100%;
    letter-spacing: 0.14em;
  }

  .seo-blog-deck {
    font-size: 18px;
  }

  .seo-blog-section p,
  .seo-blog-list,
  .seo-blog-list li,
  .seo-blog-steps,
  .seo-blog-steps li,
  .seo-faq-item p,
  .seo-blog-cta p {
    font-size: 18px;
  }

  .seo-blog-cta-actions {
    flex-direction: column;
  }

  .seo-blog-cta-actions .contact-btn,
  .seo-blog-cta-actions .blogs-ghost-btn {
    width: 100%;
    text-align: center;
  }
}

/* =========================================== */
/* ABOUT HERO - ABOUT PAGE */
.about-page {
  --about-head-size: clamp(34px, 4vw, 54px);
  --about-subhead-size: clamp(20px, 2.2vw, 24px);
  --about-body-size: 18px;
  --about-button-size: 16px;
  overflow-x: hidden;
}

/* About page: keep the dark mood, remove the arcade-style text/effect layer. */
.about-page h1,
.about-page h2,
.about-page h3 {
  animation: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.about-page h1::after,
.about-page h2::after,
.about-page h3::after {
  content: none !important;
  animation: none !important;
}

.about-page .nav a:hover,
.about-page .dropdown-btn:hover,
.about-page .mobile-link:hover,
.about-page .mobile-dropdown-menu a:hover,
.about-page .contact-btn:hover {
  text-shadow: none !important;
}

.about-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin-top: -110px; /* pull behind the fixed header gap */
  padding: 180px 20px 0;
  background: #050008;
  color: #ffffff;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(800px 520px at 0% 0%, rgba(109, 93, 252, 0.55), rgba(5, 0, 8, 0) 60%),
    radial-gradient(800px 520px at 100% 0%, rgba(143, 123, 255, 0.45), rgba(5, 0, 8, 0) 60%),
    radial-gradient(820px 560px at 0% 100%, rgba(27, 0, 79, 0.75), rgba(5, 0, 8, 0) 62%),
    radial-gradient(820px 560px at 100% 100%, rgba(42, 11, 111, 0.75), rgba(5, 0, 8, 0) 62%),
    linear-gradient(180deg, rgba(5, 0, 8, 0.92), rgba(12, 3, 34, 0.95));
  pointer-events: none;
  z-index: -1;
}

.about-hero-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.about-hero-stage {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 430px);
  align-items: end;
  gap: clamp(28px, 4vw, 68px);
  width: 100%;
  min-height: clamp(720px, 78vh, 900px);
  padding-inline: clamp(22px, 2.2vw, 34px);
  overflow: visible;
}

.about-hero-stage::before {
  content: none;
}

.about-hero-stage::after {
  content: none;
}

.about-hero-center {
  position: relative;
  right: auto;
  bottom: auto;
  left: auto;
  transform: none;
  justify-self: end;
  align-self: end;
  width: min(100%, 430px);
  line-height: 0; /* remove inline-image baseline gap */
  pointer-events: none;
}

.about-hero-image {
  display: block; /* remove inline-image baseline gap */
  width: 100%;
  height: auto;
  object-fit: contain;
  border-radius: 0;
  border: 0;
  box-shadow: none;
  filter: drop-shadow(0 28px 70px rgba(0, 0, 0, 0.55));
  position: relative;
  z-index: 1;
}

.about-hero-hint {
  position: absolute;
  top: 54%;
  left: 26px;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left center;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  border-radius: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2px;
  border: 0;
  background: none;
  box-shadow: none;
  pointer-events: none;
  z-index: 3;
  text-shadow: none;
  white-space: nowrap;
}

.about-hero-hint i {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.92);
}

.about-hero-copy {
  position: relative;
  top: auto;
  left: auto;
  z-index: 3;
  align-self: center;
  max-width: 100%;
  padding-top: clamp(16px, 4vh, 44px);
  padding-bottom: clamp(40px, 8vh, 88px);
}

.about-hero-kicker {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.about-hero-kicker--sub {
  margin-top: 24px;
  margin-bottom: 12px;
}

.about-hero-title {
  margin: 0 0 22px;
  color: #ffffff;
  font-size: clamp(38px, 4.8vw, 72px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 500;
  text-shadow: none;
}

.about-hero-text {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
  max-width: 46ch;
}

.about-hero-text:last-child {
  margin-bottom: 0;
}

.about-hero-text--vision {
  max-width: 50ch;
}

@media (max-width: 980px) {
  .about-hero-stage {
    grid-template-columns: minmax(0, 1.1fr) minmax(240px, 360px);
    min-height: clamp(700px, 76vh, 820px);
  }

  .about-hero-copy {
    padding-bottom: clamp(32px, 6vh, 72px);
  }

  .about-hero-text {
    font-size: 17px;
    max-width: 42ch;
  }

  .about-hero-center {
    width: min(100%, 360px);
  }
}

@media (max-width: 680px) {
  .about-page {
    --about-button-size: 14px;
  }

  .about-hero {
    min-height: 100vh;
    min-height: 100svh;
    padding: 150px 16px 0;
  }

  .about-hero-stage {
    width: 100%;
    height: auto;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 26px;
    align-items: start;
    padding-inline: 0;
  }

  .about-hero-copy {
    top: auto;
    left: auto;
    right: auto;
    max-width: none;
    padding-top: 12px;
    padding-bottom: 0;
  }

  .about-hero-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .about-hero-title {
    max-width: 8ch;
    font-size: clamp(30px, 9vw, 42px);
  }

  .about-hero-text {
    font-size: 18px;
    line-height: 1.6;
    max-width: 36ch;
  }

  .about-hero-center {
    right: auto;
    left: auto;
    transform: none;
    width: min(100%, 360px);
    justify-self: center;
  }

  .about-hero-image {
    height: auto;
    width: 100%;
    max-width: min(82vw, 360px);
  }

}

/* ABOUT & VISION (SECTION 1) */
.about-vision .section-shell-inner {
  max-width: 1200px;
  padding: 48px 44px;
  overflow: hidden;
}

.about-vision-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: stretch;
}

.av-copy {
  max-width: 560px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.av-panels {
  width: 100%;
  height: 100%;
  display: flex;
}

.av-feature-media {
  position: relative;
  flex: 1 1 auto;
  min-height: clamp(420px, 44vw, 680px);
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(34, 22, 78, 0.14);
  box-shadow: 0 22px 60px rgba(34, 22, 78, 0.12);
  background: #1a102a;
}

.av-feature-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 24% 18%, rgba(109, 93, 252, 0.16), rgba(26, 16, 42, 0) 42%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38));
  pointer-events: none;
  z-index: 1;
}

.av-feature-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.av-title {
  font-size: var(--about-head-size);
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: #0c0c0c;
  margin-bottom: 18px;
}

.av-title-link {
  color: inherit;
  text-decoration: none;
  border-bottom: 2px solid rgba(109, 93, 252, 0.22);
  transition: border-color 0.25s ease, color 0.25s ease;
}

.av-title-link:hover {
  color: #2b0b6f;
  border-color: rgba(109, 93, 252, 0.55);
}

.av-title-link:focus-visible {
  outline: 3px solid rgba(109, 93, 252, 0.45);
  outline-offset: 6px;
  border-radius: 10px;
}

.av-text {
  font-size: var(--about-body-size);
  line-height: 1.75;
  color: #2a2a2a;
  margin-bottom: 16px;
}

.about-vision-grid .av-copy .av-text {
  text-align: justify;
  text-justify: inter-word;
}

.av-chip-row {
  margin: 20px 0 12px;
}

.av-chip {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 22px;
  border-radius: 999px;
  background: rgba(109, 93, 252, 0.08);
  border: 1.5px solid rgba(109, 93, 252, 0.45);
  color: #2b0b6f;
  font-size: var(--about-button-size);
  font-weight: 900;
  letter-spacing: 0.2px;
}

.av-grid {
  flex: 1 1 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 18px;
  align-content: stretch;
  height: 100%;
}

.av-media {
  border-radius: 28px;
  background: #1a102a;
  min-height: 270px;
  height: 100%;
  border: 1px solid rgba(34, 22, 78, 0.14);
  box-shadow: 0 22px 60px rgba(34, 22, 78, 0.12);
  overflow: hidden;
  position: relative;
}

.av-media::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(109, 93, 252, 0.18), rgba(26, 16, 42, 0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.65));
  pointer-events: none;
}

.av-media--one {
  background: url("asset/about-jiyadzainco.webp") center/cover no-repeat;
}

.av-media--two {
  background: url("asset/hero.webp") center/cover no-repeat;
}

.av-card {
  border-radius: 28px;
  padding: 24px;
  min-height: 270px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-decoration: none;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 24px 70px rgba(34, 22, 78, 0.18);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.av-card--services {
  background: linear-gradient(135deg, #452a8e 0%, #6d5dfc 55%, #8f7bff 100%);
}

.av-card--businesses {
  background: linear-gradient(135deg, #2a0b6f 0%, #452a8e 55%, #6d5dfc 100%);
}

.av-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 30px 85px rgba(34, 22, 78, 0.24);
}

.av-card:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 4px;
}

.av-card-ico {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #ffffff;
  color: #2b0b6f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 16px 45px rgba(0,0,0,0.22);
  flex: 0 0 auto;
}

.av-card-ico i {
  font-size: 18px;
}

.av-card h3 {
  font-size: var(--about-subhead-size);
  line-height: 1.1;
  letter-spacing: -0.2px;
  margin-top: 8px;
}

.av-card p {
  font-size: var(--about-body-size);
  line-height: 1.65;
  opacity: 0.9;
}

.av-card-cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
  letter-spacing: 0.2px;
  font-size: var(--about-button-size);
  opacity: 0.95;
}

.av-card-cta i {
  font-size: 14px;
}

/* Reveal Motion (shared) */
[data-reveal] {
  opacity: 0;
  transform: translateY(18px);
  filter: blur(0.6px);
  transition: opacity 650ms ease, transform 650ms ease, filter 650ms ease;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.about-vision .av-copy [data-reveal]:nth-child(1) { transition-delay: 0ms; }
.about-vision .av-copy [data-reveal]:nth-child(2) { transition-delay: 90ms; }
.about-vision .av-copy [data-reveal]:nth-child(3) { transition-delay: 180ms; }
.about-vision .av-copy [data-reveal]:nth-child(4) { transition-delay: 270ms; }
.about-vision .av-copy [data-reveal]:nth-child(5) { transition-delay: 360ms; }

.about-vision .av-grid > [data-reveal]:nth-child(1) { transition-delay: 120ms; }
.about-vision .av-grid > [data-reveal]:nth-child(2) { transition-delay: 220ms; }
.about-vision .av-grid > [data-reveal]:nth-child(3) { transition-delay: 320ms; }
.about-vision .av-grid > [data-reveal]:nth-child(4) { transition-delay: 420ms; }

@media (prefers-reduced-motion: reduce) {
  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
    transition: none !important;
  }
}

@media (max-width: 980px) {
  .about-vision-grid {
    grid-template-columns: 1fr;
  }

  .av-copy {
    max-width: none;
    height: auto;
  }

  .about-vision .section-shell-inner {
    padding: 40px 28px;
  }

  .av-panels {
    height: auto;
    display: block;
  }

  .av-feature-media {
    min-height: 420px;
  }

  .av-grid {
    height: auto;
    grid-template-rows: none;
  }
}

@media (max-width: 560px) {
  .av-feature-media {
    min-height: 300px;
  }

  .av-grid {
    grid-template-columns: 1fr;
    display: grid;
  }

  .av-media,
  .av-card {
    min-height: 240px;
  }
}

/* EXPERIENCE (SECTION 2) */
.exp-section {
  --exp-accent: #6d5dfc;
  --exp-accent-2: #8f7bff;
  --exp-shell-pad: 44px;
  --exp-gap: 22px;
  --exp-card-size: 280px;
  --exp-card-radius: 18px;
  --exp-active-scale: 1.14;
}

.exp-section .section-shell-inner {
  max-width: 100%;
  padding: 52px 0 44px;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.exp-head {
  text-align: center;
  margin-bottom: 18px;
  padding: 0 var(--exp-shell-pad);
}

.exp-title {
  font-size: var(--about-head-size);
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: #0c0c0c;
  margin-bottom: 10px;
}

.exp-lead {
  max-width: 760px;
  margin: 0 auto;
  font-size: var(--about-body-size);
  line-height: 1.75;
  color: #2a2a2a;
}

.exp-carousel {
  position: relative;
  margin-top: 18px;
  overflow: hidden; /* prevent active-card scale from causing page overflow */
}

.exp-track {
  display: flex;
  align-items: center;
  gap: var(--exp-gap);
  overflow-x: auto;
  /* Extra top/bottom room so the active (scaled) card never gets clipped */
  padding: 30px 0 40px;
  scroll-snap-type: x mandatory;
  scroll-snap-stop: always;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior-x: contain;
  scrollbar-width: none;
  cursor: grab;
  touch-action: pan-x;
}

.exp-track::-webkit-scrollbar {
  display: none;
}

.exp-track.is-dragging {
  cursor: grabbing;
  user-select: none;
  scroll-snap-type: none;
}

.exp-track.is-dragging .exp-card {
  cursor: grabbing;
}

.exp-track:focus-visible {
  outline: 3px solid rgba(109, 93, 252, 0.35);
  outline-offset: 10px;
  border-radius: 24px;
}

.exp-card {
  flex: 0 0 var(--exp-card-size);
  height: var(--exp-card-size);
  border-radius: var(--exp-card-radius);
  overflow: hidden;
  position: relative;
  scroll-snap-align: center;
  background: #0b0618;
  border: 1px solid rgba(109, 93, 252, 0.22);
  box-shadow: none;
  transform: scale(0.92);
  opacity: 0.65;
  filter: saturate(0.95) contrast(1.02);
  transition: transform 380ms ease, opacity 380ms ease, filter 380ms ease, box-shadow 380ms ease, border-color 380ms ease;
  cursor: grab;
}

.exp-card::before {
  content: none;
}

.exp-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  -webkit-user-drag: none;
  user-select: none;
}

.exp-card.is-active {
  transform: scale(var(--exp-active-scale));
  opacity: 1;
  filter: saturate(1.05) contrast(1.04);
  border-color: rgba(109, 93, 252, 0.55);
  box-shadow: none;
  z-index: 2;
}

.exp-card-tag {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 2;
  padding: 10px 14px;
  border-radius: 999px;
  color: #ffffff;
  font-weight: 900;
  font-size: var(--about-button-size);
  letter-spacing: 0.2px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
}

.exp-foot {
  margin-top: 6px;
  display: grid;
  grid-template-columns: 56px 1fr 56px;
  gap: 18px;
  align-items: center;
  padding: 0 var(--exp-shell-pad);
}

.exp-arrow {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 1.5px solid rgba(109, 93, 252, 0.55);
  background: #ffffff;
  color: #2b0b6f;
  display: grid;
  place-items: center;
  box-shadow: 0 16px 40px rgba(34, 22, 78, 0.12);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease, color 0.2s ease;
  touch-action: manipulation;
}

.exp-arrow:hover {
  transform: translateY(-2px);
  color: #ffffff;
  background: linear-gradient(135deg, var(--exp-accent), var(--exp-accent-2));
  box-shadow: 0 22px 55px rgba(109, 93, 252, 0.24);
}

.exp-arrow:active {
  transform: translateY(0);
}

.exp-arrow:focus-visible {
  outline: 3px solid rgba(109, 93, 252, 0.45);
  outline-offset: 4px;
}

.exp-arrow i {
  font-size: 18px;
}

.exp-details {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.exp-details.is-anim {
  animation: expDetailsIn 420ms ease;
}

.about-page .exp-details.is-anim {
  animation: none;
}

@keyframes expDetailsIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.exp-pills {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1.5px solid rgba(109, 93, 252, 0.55);
  overflow: hidden;
}

.exp-pill {
  padding: 10px 18px;
  font-weight: 900;
  font-size: var(--about-button-size);
  line-height: 1;
  white-space: nowrap;
}

.exp-pill--year {
  color: #ffffff;
  background: linear-gradient(135deg, #2a0b6f, var(--exp-accent));
}

.exp-pill--role {
  background: #ffffff;
  color: #0c0c0c;
}

.exp-desc {
  margin-top: 14px;
  font-size: var(--about-body-size);
  line-height: 1.75;
  color: #2a2a2a;
}

@media (max-width: 980px) {
  .exp-section {
    --exp-shell-pad: 28px;
    --exp-card-size: 250px;
    --exp-active-scale: 1.10;
  }

  .exp-section .section-shell-inner {
    padding: 44px 0 36px;
  }
}

@media (max-width: 600px) {
  .exp-section {
    --exp-shell-pad: 18px;
    --exp-gap: 16px;
    --exp-card-size: 220px;
    --exp-active-scale: 1.06;
  }

  .exp-foot {
    grid-template-columns: 50px 1fr 50px;
    gap: 12px;
  }

  .exp-arrow {
    width: 50px;
    height: 50px;
  }

  .exp-pill {
    padding: 9px 14px;
  }

  /* Prevent long roles from forcing horizontal overflow on mobile */
  .exp-pills {
    flex-direction: column;
  }

  .exp-pill {
    width: 100%;
    text-align: center;
    white-space: normal;
  }
}

/* MAJOR PROJECTS (SECTION 3) */
.major-projects.about-section-shell {
  padding: 0;
}

.major-projects .section-shell-inner {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.mp-stage {
  --mp-band-ty: -50%;
  --mp-band-top: 50%;
  position: relative;
  isolation: isolate;
  border-radius: 0;
  padding: 92px 20px;
  background: #efeaff;
}

.mp-stage::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: var(--mp-band-top);
  transform: translateY(var(--mp-band-ty)) scaleX(1);
  transform-origin: center;
  height: clamp(240px, 22vw, 300px);
  background: #452a8e;
  box-shadow: none;
  z-index: 0;
  pointer-events: none;
}

.mp-stage::after {
  content: "";
  position: absolute;
  inset: 0;
  background: none;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .mp-stage.is-visible::after {
    animation: mpGlow 10s ease-in-out infinite;
  }

  @keyframes mpGlow {
    0% { transform: translate3d(0, 0, 0) scale(1); filter: saturate(1); }
    50% { transform: translate3d(0, -10px, 0) scale(1.02); filter: saturate(1.05); }
    100% { transform: translate3d(0, 0, 0) scale(1); filter: saturate(1); }
  }
}

.about-page .mp-stage.is-visible::after,
.about-page .mp-stage.is-visible::before,
.about-page .mp-stage.is-visible .mp-phone,
.about-page .mp-panel.is-visible,
.about-page .mp-nav.is-visible,
.about-page .mp-nav.is-visible .mp-nav-btn {
  animation: none !important;
}

@media (prefers-reduced-motion: no-preference) {
  .mp-phone,
  .mp-panel,
  .mp-nav {
    will-change: transform, opacity;
  }

  .mp-stage.is-visible::before {
    animation: mpBandIn 820ms cubic-bezier(0.2, 0.8, 0.2, 1) both;
  }

  .mp-stage.is-visible .mp-phone {
    animation:
      mpPhoneIn 880ms cubic-bezier(0.2, 0.8, 0.2, 1) 120ms both,
      mpPhoneFloat 7.5s ease-in-out 1.2s infinite;
  }

  .mp-panel.is-visible {
    animation: mpPanelIn 880ms cubic-bezier(0.2, 0.8, 0.2, 1) 220ms both;
  }

  .mp-nav.is-visible {
    animation: mpNavIn 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 340ms both;
  }

  .mp-nav.is-visible .mp-nav-btn {
    animation: mpBtnPop 760ms cubic-bezier(0.2, 0.8, 0.2, 1) 420ms both;
  }

  .mp-nav.is-visible .mp-nav-btn.mp-next {
    animation-delay: 520ms;
  }

  @keyframes mpBandIn {
    from {
      opacity: 0;
      transform: translateY(var(--mp-band-ty)) scaleX(0.96);
    }
    to {
      opacity: 1;
      transform: translateY(var(--mp-band-ty)) scaleX(1);
    }
  }

  @keyframes mpPhoneIn {
    from {
      opacity: 0;
      transform: translateY(16px) scale(0.98);
      filter: blur(0.6px);
    }
    to {
      opacity: 1;
      transform: translateY(0) scale(1);
      filter: blur(0);
    }
  }

  @keyframes mpPhoneFloat {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }

  @keyframes mpPanelIn {
    from {
      opacity: 0;
      transform: translateX(14px);
    }
    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  @keyframes mpNavIn {
    from {
      opacity: 0;
      transform: translateY(12px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes mpBtnPop {
    from {
      transform: scale(0.92);
    }
    to {
      transform: scale(1);
    }
  }
}

.mp-layout {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(260px, 320px) minmax(320px, 520px);
  grid-template-areas: "phone content";
  justify-content: center;
  gap: 44px;
  align-items: center;
}

.mp-phone-link {
  grid-area: phone;
  justify-self: end;
  text-decoration: none;
  position: relative;
  z-index: 2;
}

.mp-content {
  grid-area: content;
  justify-self: start;
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
  position: relative;
  z-index: 2;
}

.mp-phone {
  height: min(540px, 64vh);
  width: auto;
  aspect-ratio: 9 / 19.5;
  border-radius: 40px;
  padding: 9px;
  background: linear-gradient(180deg, #1b1b22 0%, #06060b 100%);
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.32);
}

.mp-phone-inner {
  position: relative;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 52px 0 0;
}

.mp-notch {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 88px;
  height: 22px;
  border-radius: 999px;
  background: #0b0b12;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.mp-phone-screen {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: translateZ(0);
  transition: opacity 260ms ease, transform 260ms ease;
}

.mp-panel {
  color: #ffffff;
  max-width: 520px;
  transition: opacity 260ms ease, transform 260ms ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mp-title {
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.12;
  letter-spacing: -0.4px;
  margin: 0;
}

.mp-meta-line {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.96);
}

.mp-meta-label {
  font-weight: 800;
  color: rgba(255, 255, 255, 0.96);
}

.mp-meta-value {
  font-weight: 500;
  color: rgba(255, 255, 255, 0.96);
}

.mp-desc {
  font-size: clamp(16px, 1.4vw, 18px);
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.88);
  margin-bottom: 16px;
}

.mp-readmore {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 22px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.2px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.96);
  border: 1.4px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  margin-left: 6px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mp-readmore i {
  font-size: 12px;
}

.mp-readmore:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.mp-readmore:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 5px;
}

.mp-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  z-index: 2;
}

.mp-nav-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.4px solid rgba(255, 255, 255, 0.34);
  background: transparent;
  color: #ffffff;
  display: grid;
  place-items: center;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.mp-nav-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.55);
  background: rgba(255, 255, 255, 0.08);
}

.mp-nav-btn:active {
  transform: translateY(0);
}

.mp-nav-btn:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 4px;
}

.mp-nav-btn i {
  font-size: 14px;
}

.mp-stage.is-swapping .mp-phone-screen,
.mp-stage.is-swapping .mp-panel {
  opacity: 0;
  transform: translateY(8px);
}

@media (max-width: 980px) {
  .mp-layout {
    gap: 34px;
  }

  .mp-content {
    gap: 18px;
  }

  .mp-panel {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .mp-stage {
    --mp-band-ty: 0px;
    --mp-band-top: clamp(250px, 30vh, 310px);
    padding: 72px 18px 64px;
  }

  /* Dark band on top, white on bottom (mobile) */
  .mp-stage::before {
    bottom: 0;
    height: auto;
    box-shadow: none;
    border-radius: 0;
  }

  .mp-layout {
    grid-template-columns: 1fr;
    grid-template-areas:
      "phone"
      "content";
    gap: 18px;
    justify-items: center;
    text-align: center;
  }

  .mp-phone-link {
    justify-self: center;
  }

  .mp-phone {
    height: min(460px, 56vh);
    height: min(460px, 56svh);
    width: auto;
    max-width: 78vw;
  }

  .mp-content {
    width: min(520px, 100%);
    align-items: center;
    gap: 14px;
  }

  .mp-panel {
    color: #ffffff;
    width: 100%;
    padding: 4px 6px 10px;
    align-items: center;
    order: 2;
  }

  .mp-nav {
    justify-content: center;
    flex-wrap: wrap;
    order: 1;
  }

  .mp-readmore {
    margin-left: 0;
  }

  .mp-title {
    color: #ffffff;
    font-size: clamp(24px, 7.2vw, 32px);
    margin: 6px 0 0;
  }

  .mp-meta-line {
    font-size: 18px;
    line-height: 1.3;
  }
}

/* EDUCATION (SECTION 4) */
.education-section.about-section-shell {
  padding: 0;
}

.education-section .section-shell-inner {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.edu-stage {
  position: relative;
  padding: 72px 20px 84px;
  background: #efeaff;
  overflow: hidden;
  overflow: clip;
}

.edu-shell {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.edu-shell::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(1100px, 100%);
  height: 100%;
  border-radius: clamp(34px, 4vw, 56px);
  background: transparent;
  box-shadow: none;
}

.edu-shell-content {
  position: relative;
  z-index: 1;
}

.edu-stack {
  --edu-top: 150px;
  --edu-step: 56px;
  --edu-scroll-gap: clamp(120px, 24vh, 220px);
  width: min(1100px, 100%);
  margin: 0 auto;
  padding-top: clamp(24px, 6vh, 80px);
  padding-bottom: clamp(140px, 18vh, 220px);
}

.edu-card {
  width: 100%;
  margin: 0 auto var(--edu-scroll-gap);
  position: sticky;
  top: calc(var(--edu-top) + (var(--edu-index, 0) * var(--edu-step)));
  z-index: var(--edu-z, 1);
  border-radius: clamp(34px, 4vw, 56px);
  overflow: hidden;
  background: var(--edu-bg, linear-gradient(135deg, #452a8e 0%, #2a0b6f 100%));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 22px 70px rgba(16, 9, 42, 0.22);
  opacity: 0;
  transform: translateY(18px) scale(0.985);
  filter: saturate(0.96);
  transition: opacity 520ms ease, transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 520ms ease, border-color 520ms ease, filter 520ms ease;
}

.edu-card:last-child {
  margin-bottom: 0;
}

.edu-card.is-visible {
  opacity: 1;
  transform: translateY(0) scale(0.985);
}

.edu-card.is-active {
  transform: translateY(0) scale(1);
  box-shadow: 0 32px 92px rgba(16, 9, 42, 0.34);
  border-color: rgba(255, 255, 255, 0.22);
  filter: saturate(1.02);
}

.edu-card--one {
  --edu-bg: linear-gradient(135deg, #4d2e98 0%, #432688 52%, #2c155e 100%);
}

.edu-card--two {
  --edu-bg: linear-gradient(135deg, #212a77 0%, #1a1e55 56%, #13063f 100%);
}

.edu-card--three {
  --edu-bg: linear-gradient(135deg, #0b0618 0%, #12002e 56%, #1b004f 100%);
}

.edu-card-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 390px);
  align-items: stretch;
  min-height: clamp(320px, 44vh, 400px);
}

.edu-copy {
  padding: clamp(28px, 3.3vw, 54px) clamp(22px, 3vw, 54px);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.edu-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
  flex-wrap: nowrap;
  padding-right: 150px;
}

.edu-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(26px, 2.6vw, 34px);
  line-height: 1.12;
  letter-spacing: -0.6px;
  flex: 1 1 auto;
  min-width: 0;
}

.edu-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: rgba(255, 255, 255, 0.94);
  background: rgba(255, 255, 255, 0.04);
  border: 1.4px solid rgba(255, 255, 255, 0.34);
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
  flex-shrink: 0;
  position: absolute;
  top: clamp(22px, 3vw, 44px);
  right: clamp(22px, 3vw, 44px);
  z-index: 3;
}

.edu-tag:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.52);
  background: rgba(255, 255, 255, 0.08);
}

.edu-tag:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 5px;
}

.edu-sub {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.edu-school {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  color: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  font-size: clamp(18px, 1.9vw, 22px);
  font-weight: 650;
  line-height: 1.25;
}

.edu-school:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.edu-school:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 5px;
  border-radius: 10px;
}

.edu-ext {
  font-size: 14px;
  opacity: 0.85;
}

.edu-place {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 18px;
  line-height: 1.25;
}

.edu-desc {
  margin: 10px 0 0;
  max-width: 560px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 15px;
  line-height: 1.65;
}

.edu-foot {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

.edu-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1.4px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.edu-brand {
  padding: clamp(22px, 3vw, 54px);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.edu-logo-link {
  width: 100%;
  max-width: 280px;
  text-decoration: none;
}

.edu-logo-link:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 8px;
  border-radius: 26px;
}

.edu-logo-box {
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  border-radius: 24px;
  padding: 26px 22px;
  min-height: 132px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  transition: transform 0.2s ease;
}

.edu-logo-box--image {
  padding: 0;
  overflow: hidden;
  background: #245aa6;
}

.edu-logo-link:hover .edu-logo-box {
  transform: translateY(-2px);
}

.edu-logo-box img {
  max-width: 100%;
  max-height: 150px;
  object-fit: contain;
  display: block;
}

.edu-logo-box--image img {
  width: 100%;
  height: 100%;
  max-height: none;
  object-fit: cover;
  border-radius: inherit;
}

.edu-logo-box--text {
  background: rgba(255, 255, 255, 0.96);
}

.edu-logo-text {
  font-size: 44px;
  font-weight: 900;
  letter-spacing: -1px;
  color: #2b0b6f;
}

@media (prefers-reduced-motion: reduce) {
  .edu-card {
    transition: opacity 0.01ms linear;
    transform: none;
  }

  .edu-card.is-visible,
  .edu-card.is-active {
    transform: none;
  }

  .edu-tag,
  .edu-logo-box {
    transition: none;
  }
}

@media (max-width: 900px) {
  .edu-stage {
    overflow: visible;
  }

  .edu-stack {
    --edu-top: 120px;
    --edu-step: 56px;
    --edu-scroll-gap: clamp(120px, 18vh, 200px);
    padding-top: 0;
    padding-bottom: clamp(120px, 18vh, 200px);
  }

  .edu-card {
    top: calc(var(--edu-top) + (var(--edu-index, 0) * var(--edu-step)));
    margin-bottom: var(--edu-scroll-gap);
  }

  .edu-card-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .edu-copy {
    padding: 26px 22px 18px;
    text-align: center;
    align-items: center;
  }

  .edu-brand {
    padding: 8px 22px 26px;
    align-items: center;
  }

  .edu-logo-link {
    max-width: 100%;
  }

  .edu-head {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding-right: 0;
  }

  .edu-tag {
    position: static;
    top: auto;
    right: auto;
    margin: 0 auto;
    order: -1;
  }

  .edu-desc {
    text-wrap: balance;
    margin-top: 6px;
  }

  .edu-title {
    font-size: 26px;
  }

  .edu-sub {
    align-items: center;
  }

  .edu-foot {
    justify-content: center;
  }
}

/* EDUCATION ARCHIVE (ABOUT PAGE) */
.edu-archive {
  border-radius: clamp(28px, 4vw, 36px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(24, 24, 24, 0.9);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.03),
    0 24px 60px rgba(0, 0, 0, 0.24);
  overflow: hidden;
}

.edu-archive-head {
  padding: clamp(24px, 3vw, 34px) clamp(24px, 3vw, 30px) 18px;
}

.edu-archive-kicker {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.edu-archive-title {
  margin: 0;
  color: #f7f3ff;
  font-size: clamp(30px, 3.4vw, 44px);
  font-weight: 500;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.edu-archive-list {
  padding: 4px 0 14px;
}

.edu-archive-item {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.edu-archive-item:first-child {
  border-top: 0;
}

.edu-archive-item summary {
  list-style: none;
  cursor: pointer;
}

.edu-archive-item summary::-webkit-details-marker {
  display: none;
}

.edu-archive-summary {
  display: grid;
  grid-template-columns: 28px minmax(0, 1.2fr) minmax(0, 1fr) auto;
  gap: 18px 24px;
  align-items: center;
  padding: 24px 28px;
  color: #f4f0ff;
}

.edu-archive-item[open] .edu-archive-summary {
  background: rgba(255, 255, 255, 0.02);
}

.edu-archive-plus {
  position: relative;
  width: 20px;
  height: 20px;
  opacity: 0.66;
}

.edu-archive-plus::before,
.edu-archive-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.72);
  transform: translate(-50%, -50%);
  transition: transform 220ms ease, opacity 220ms ease;
}

.edu-archive-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.edu-archive-item[open] .edu-archive-plus::after {
  opacity: 0;
}

.edu-archive-course,
.edu-archive-school,
.edu-archive-date {
  min-width: 0;
  line-height: 1.35;
}

.edu-archive-course {
  font-size: 16px;
  font-weight: 500;
  color: #f7f3ff;
}

.edu-archive-school {
  font-size: 15px;
  font-weight: 400;
  color: rgba(237, 231, 250, 0.88);
}

.edu-archive-date {
  font-size: 15px;
  font-weight: 400;
  color: rgba(237, 231, 250, 0.82);
  white-space: nowrap;
}

.edu-archive-body {
  padding: 0 28px 24px 70px;
  color: rgba(233, 227, 245, 0.8);
}

.edu-archive-place {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.58);
}

.edu-archive-desc {
  margin: 0;
  max-width: 760px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.72;
  color: rgba(236, 230, 248, 0.84);
}

@media (max-width: 900px) {
  .edu-archive-head {
    padding: 22px 18px 14px;
  }

  .edu-archive-summary {
    grid-template-columns: 24px 1fr;
    gap: 6px 14px;
    padding: 18px;
  }

  .edu-archive-course,
  .edu-archive-school,
  .edu-archive-date {
    grid-column: 2;
  }

  .edu-archive-course {
    font-size: 15px;
  }

  .edu-archive-school,
  .edu-archive-date {
    font-size: 13px;
  }

  .edu-archive-body {
    padding: 0 18px 18px 56px;
  }

  .edu-archive-desc {
    font-size: 14px;
  }
}

/* PARTNERS (SECTION 5) */
.partners-section.about-section-shell {
  padding: 0;
}

.partners-section .section-shell-inner {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.partners-stage {
  padding: 84px 20px 84px;
  background: #efeaff;
}

.partners-layout {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(240px, 320px) 1fr;
  gap: 52px;
  align-items: center;
}

.partners-copy {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
}

.partners-title {
  margin: 0;
  font-size: clamp(26px, 3.3vw, 40px);
  line-height: 1.08;
  letter-spacing: -0.8px;
  color: #2b0b6f;
}

.partners-brand {
  width: 112px;
  height: 112px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 45px rgba(34, 22, 78, 0.12);
}

.partners-brand img {
  width: 62%;
  height: auto;
  display: block;
  transition: opacity 220ms ease, transform 220ms ease;
}

.partners-brand.is-swapping img {
  opacity: 0;
  transform: scale(0.94);
}

.partners-brand:focus-visible {
  outline: 3px solid rgba(109, 93, 252, 0.5);
  outline-offset: 6px;
  border-radius: 999px;
}

.partners-frame {
  width: 100%;
  margin-left: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.partners-cards {
  --partner-h: 360px;
  --partner-collapsed: 108px;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 14px;
  height: var(--partner-h);
}

.partner-card {
  position: relative;
  flex: 0 0 auto;
  width: var(--partner-collapsed);
  height: 100%;
  border-radius: 22px;
  overflow: hidden;
  background: #12002e;
  box-shadow: 0 18px 58px rgba(16, 9, 42, 0.22);
  cursor: pointer;
  transform: translateZ(0);
  transition: width 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-radius 520ms cubic-bezier(0.2, 0.8, 0.2, 1),
    box-shadow 520ms ease;
  text-decoration: none;
}

.partner-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 78%, rgba(0, 0, 0, 0.86) 100%);
  opacity: 0.65;
  transition: opacity 420ms ease;
  z-index: 1;
}

.partner-photo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.45) saturate(0.95) contrast(1.05);
  transform: scale(1.02);
  transition: filter 420ms ease;
}

.partner-card.is-active .partner-photo {
  filter: saturate(1.06) contrast(1.06);
}

.partner-card.is-active {
  width: var(--partner-h);
  border-radius: 26px;
  transform: translateY(-6px);
  box-shadow: 0 28px 90px rgba(16, 9, 42, 0.32);
}

.partner-card.is-active::before {
  opacity: 0.92;
}

.partner-label {
  position: absolute;
  left: 14px;
  top: 18px;
  bottom: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 800;
  letter-spacing: 0.3px;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: opacity 240ms ease, transform 240ms ease;
  z-index: 2;
  user-select: none;
}

.partner-card.is-active .partner-label {
  opacity: 0;
  transform: rotate(180deg) translateY(10px);
}

.partner-info {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 2;
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 320ms ease, transform 320ms ease;
}

.partner-card.is-active .partner-info {
  opacity: 1;
  transform: translateY(0);
}

.partner-name {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.12;
  letter-spacing: -0.2px;
}

.partner-role {
  margin: 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: 13px;
  line-height: 1.35;
}

.partner-more {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.2px;
}

.partner-card:focus-visible {
  outline: 3px solid rgba(109, 93, 252, 0.6);
  outline-offset: 7px;
}

@media (prefers-reduced-motion: reduce) {
  .partner-card {
    transition: none;
  }

  .partner-card::before,
  .partner-label,
  .partner-info {
    transition: none;
  }

  .partner-card.is-active {
    transform: none;
  }

  .partner-photo {
    transition: none;
  }

  .partners-brand img {
    transition: none;
  }
}

@media (max-width: 1050px) {
  .partners-layout {
    gap: 44px;
  }

  .partners-cards {
    --partner-h: 340px;
    --partner-collapsed: 100px;
    gap: 12px;
  }
}

@media (max-width: 900px) {
  .partners-stage {
    padding: 72px 18px 64px;
  }

  .partners-layout {
    grid-template-columns: 1fr;
    gap: 22px;
    text-align: center;
    justify-items: center;
    width: 100%;
    max-width: 100%;
  }

  .partners-copy {
    align-items: center;
  }

  .partners-brand {
    width: 104px;
    height: 104px;
  }

  .partners-frame {
    width: 100%;
    margin-left: 0;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    overflow: visible;
    min-width: 0;
    max-width: 100%;
  }

  .partners-cards {
    --partner-mobile-size: clamp(240px, 86vw, 360px);
    height: auto;
    justify-content: flex-start;
    align-items: center;
    overflow-x: auto;
    width: 100%;
    max-width: 100%;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-left: max(10px, calc((100% - var(--partner-mobile-size)) / 2));
    padding-right: max(10px, calc((100% - var(--partner-mobile-size)) / 2));
    gap: 14px;
    scroll-padding-left: 10vw;
    scroll-padding-right: 10vw;
    scroll-padding-left: max(10px, calc((100% - var(--partner-mobile-size)) / 2));
    scroll-padding-right: max(10px, calc((100% - var(--partner-mobile-size)) / 2));
    scroll-snap-type: x mandatory;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .partners-cards::-webkit-scrollbar {
    display: none;
  }

  .partner-card,
  .partner-card.is-active {
    width: var(--partner-mobile-size);
    height: var(--partner-mobile-size);
    border-radius: 26px;
    transform: none;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }

  .partner-card::before {
    opacity: 0.92;
  }

  .partner-label {
    display: none;
  }

  .partner-info {
    opacity: 1;
    transform: none;
  }
}

/* AWARDS (SECTION 6) */
.awards-section.about-section-shell {
  padding: 0;
}

.awards-section .section-shell-inner {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.awards-stage {
  padding: 84px 20px 84px;
  background: #efeaff;
}

.awards-card {
  position: relative;
  width: min(1100px, 100%);
  margin: 0 auto;
  border-radius: clamp(34px, 4vw, 56px);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: clamp(440px, 56vh, 560px);
  background: #050008;
  box-shadow: 0 28px 92px rgba(16, 9, 42, 0.34);
}

.awards-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.awards-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05);
  filter: saturate(1.02) contrast(1.06);
  transition: opacity 420ms ease, transform 620ms cubic-bezier(0.2, 0.8, 0.2, 1),
    filter 620ms ease;
}

.awards-overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(1100px 520px at 18% 86%, rgba(0, 0, 0, 0.86) 0%, rgba(0, 0, 0, 0.62) 46%, rgba(0, 0, 0, 0.14) 78%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.58) 40%, rgba(0, 0, 0, 0.18) 72%, rgba(0, 0, 0, 0) 100%);
}

.awards-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 44px;
  padding: clamp(28px, 3.3vw, 54px);
}

.awards-copy {
  max-width: 560px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transition: opacity 320ms ease, transform 420ms cubic-bezier(0.2, 0.8, 0.2, 1);
}

.awards-title {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 3.6vw, 46px);
  line-height: 1.05;
  letter-spacing: -0.9px;
}

.awards-desc {
  margin: 0;
  max-width: 520px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 15px;
  line-height: 1.75;
}

.awards-meta {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.awards-date {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  border: 1.4px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.92);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.awards-thumbs {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 14px;
  padding-bottom: 6px;
}

.award-thumb {
  width: 104px;
  height: 104px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, #4d2e98 0%, #2a0b6f 100%);
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.42);
  transform: translateY(0);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
  padding: 0;
}

.award-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  opacity: 0.88;
  transform: scale(1.06);
  transition: opacity 220ms ease, transform 220ms ease;
}

.award-thumb:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.52);
}

.award-thumb.is-active {
  transform: translateY(-6px);
  border-color: rgba(255, 255, 255, 0.62);
  box-shadow: 0 28px 78px rgba(0, 0, 0, 0.6);
}

.award-thumb.is-active img {
  opacity: 1;
  transform: scale(1.02);
}

.award-thumb:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.88);
  outline-offset: 6px;
}

.awards-card.is-swapping .awards-photo {
  opacity: 0.12;
  transform: scale(1.12);
  filter: blur(3px) saturate(0.9) contrast(1.02);
}

.awards-card.is-swapping .awards-copy {
  opacity: 0;
  transform: translateY(12px);
}

@media (prefers-reduced-motion: reduce) {
  .awards-photo,
  .awards-copy,
  .award-thumb,
  .award-thumb img {
    transition: none;
  }

  .award-thumb:hover,
  .award-thumb.is-active {
    transform: none;
  }
}

@media (max-width: 900px) {
  .awards-stage {
    padding: 72px 18px 72px;
  }

  .awards-card {
    min-height: 640px;
  }

  .awards-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    padding: 34px 22px 26px;
  }

  .awards-title {
    font-size: clamp(30px, 8.2vw, 42px);
  }

  .awards-desc {
    font-size: 14px;
  }

  .awards-thumbs {
    width: 100%;
    padding-bottom: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .award-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 16px;
  }
}
.about-section-shell {
  padding: 60px 20px;
  scroll-margin-top: 130px;
}

/* Anchor offsets for fixed header (Home sections) */
#services,
#businesses {
  scroll-margin-top: 130px;
}

.section-shell-inner {
  max-width: 1100px;
  margin: 0 auto;
  background: #ffffff;
  border: 1px solid rgba(109, 93, 252, 0.2);
  border-radius: 28px;
  padding: 28px;
  box-shadow: 0 18px 45px rgba(34, 22, 78, 0.08);
}

.about-section-shell:not(.about-vision):not(.exp-section):not(.major-projects):not(.education-section):not(.partners-section) .section-shell-inner h2 {
  font-size: var(--about-head-size);
  line-height: 1.05;
  letter-spacing: -0.8px;
  color: #2b0b6f;
  margin-bottom: 8px;
}

.about-section-shell:not(.about-vision):not(.exp-section):not(.major-projects):not(.education-section):not(.partners-section) .section-shell-inner p {
  color: #333333;
  font-size: var(--about-body-size);
  line-height: 1.75;
}

/* About page: full dark theme across every section. */
.about-page {
  --about-surface: rgba(12, 8, 28, 0.9);
  --about-surface-strong: rgba(20, 12, 42, 0.96);
  --about-border: rgba(197, 183, 255, 0.16);
  --about-border-strong: rgba(216, 205, 255, 0.28);
  --about-copy-strong: #fbf7ff;
  --about-copy: rgba(236, 229, 255, 0.8);
  --about-copy-soft: rgba(220, 210, 247, 0.64);
  background:
    radial-gradient(820px 560px at 0% 0%, rgba(95, 73, 215, 0.22), rgba(5, 0, 8, 0) 62%),
    radial-gradient(880px 620px at 100% 0%, rgba(58, 19, 137, 0.24), rgba(5, 0, 8, 0) 64%),
    linear-gradient(180deg, #050008 0%, #090312 22%, #0b0417 52%, #06010c 100%);
  color: var(--about-copy-strong);
}

.about-page .about-section-shell {
  position: relative;
}

.about-page .about-vision .section-shell-inner {
  background:
    radial-gradient(560px 320px at 12% 12%, rgba(109, 93, 252, 0.14), rgba(12, 8, 28, 0) 62%),
    linear-gradient(180deg, rgba(18, 11, 36, 0.96), rgba(9, 4, 20, 0.98));
  border-color: var(--about-border);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 26px 72px rgba(0, 0, 0, 0.34);
}

.about-page .av-title,
.about-page .exp-title,
.about-page .partners-title {
  color: var(--about-copy-strong);
}

.about-page .av-title-link {
  border-bottom-color: rgba(197, 183, 255, 0.24);
}

.about-page .av-title-link:hover {
  color: #ffffff;
  border-bottom-color: rgba(216, 205, 255, 0.56);
}

.about-page .av-title-link:focus-visible {
  outline-color: rgba(216, 205, 255, 0.4);
}

.about-page .av-text,
.about-page .exp-lead,
.about-page .exp-desc {
  color: var(--about-copy);
}

.about-page .av-chip {
  background: rgba(123, 108, 255, 0.12);
  border-color: rgba(197, 183, 255, 0.28);
  color: #f6f0ff;
}

.about-page .av-media {
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.3);
}

.about-page .exp-section {
  background:
    radial-gradient(620px 260px at 50% 0%, rgba(93, 70, 214, 0.12), rgba(6, 3, 17, 0) 72%),
    linear-gradient(180deg, rgba(9, 4, 20, 0.92), rgba(6, 3, 17, 0.98));
}

.about-page .exp-arrow {
  background: rgba(255, 255, 255, 0.06);
  color: #f7f1ff;
  border-color: rgba(197, 183, 255, 0.28);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.about-page .exp-arrow:hover {
  color: #ffffff;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.about-page .exp-pills {
  border-color: rgba(197, 183, 255, 0.28);
}

.about-page .exp-pill--role {
  background: rgba(255, 255, 255, 0.08);
  color: #f6f0ff;
}

.about-page .mp-stage {
  background:
    radial-gradient(820px 380px at 50% 0%, rgba(109, 93, 252, 0.18), rgba(12, 6, 28, 0) 70%),
    linear-gradient(180deg, #080412 0%, #100720 52%, #08030f 100%);
}

.about-page .mp-stage::before {
  background:
    linear-gradient(90deg, rgba(66, 36, 142, 0.9), rgba(42, 11, 111, 0.95));
}

.about-page .mp-stage::after {
  background:
    radial-gradient(680px 320px at 24% 30%, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0) 72%);
  opacity: 1;
}

.about-page .edu-stage,
.about-page .partners-stage,
.about-page .awards-stage {
  background:
    radial-gradient(760px 340px at 50% 0%, rgba(109, 93, 252, 0.14), rgba(10, 4, 20, 0) 72%),
    linear-gradient(180deg, #090412 0%, #120724 58%, #07020d 100%);
}

.about-page .edu-shell::before {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0));
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.04),
    0 0 0 1px rgba(197, 183, 255, 0.06);
}

.about-page .partners-title {
  color: var(--about-copy-strong);
}

.about-page .partners-brand {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(236, 229, 255, 0.9));
  box-shadow: 0 20px 52px rgba(0, 0, 0, 0.28);
}

.about-page .partner-card {
  border: 1px solid rgba(255, 255, 255, 0.06);
  box-shadow: 0 22px 62px rgba(0, 0, 0, 0.34);
}

.about-page .awards-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.about-page .exp-section,
.about-page .major-projects.about-section-shell,
.about-page .education-section.about-section-shell {
  padding: 60px 20px;
  background: transparent;
}

.about-page .exp-section .section-shell-inner,
.about-page .major-projects .section-shell-inner,
.about-page .education-section .section-shell-inner {
  max-width: 1100px;
  padding: clamp(24px, 3vw, 40px);
  background:
    radial-gradient(620px 280px at 12% 10%, rgba(109, 93, 252, 0.12), rgba(12, 8, 28, 0) 68%),
    linear-gradient(180deg, rgba(17, 11, 34, 0.96), rgba(8, 4, 20, 0.98));
  border: 1px solid var(--about-border);
  border-radius: 32px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.04),
    0 26px 72px rgba(0, 0, 0, 0.32);
}

.about-page .exp-carousel {
  overflow: hidden;
}

.about-page .exp-track {
  padding: 30px 6px 34px;
}

.about-page .exp-foot {
  margin-top: 18px;
}

.about-page .mp-stage,
.about-page .edu-stage {
  padding: 0;
  background: transparent;
  border-radius: 0;
}

.about-page .mp-stage::before,
.about-page .mp-stage::after {
  content: none;
}

.about-page .mp-layout {
  max-width: none;
  gap: clamp(24px, 4vw, 44px);
}

.about-page .mp-content {
  max-width: 500px;
}

.about-page .mp-panel {
  max-width: none;
}

.about-page .edu-shell {
  display: none;
}

.about-page .edu-stage {
  overflow: visible;
}

.about-page .edu-stack {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
  gap: 22px;
}

.about-page .edu-card {
  position: relative;
  top: auto;
  margin: 0;
}

.about-page .edu-card.is-visible,
.about-page .edu-card.is-active {
  transform: none;
}

.about-page .edu-card.is-active {
  border-color: rgba(216, 205, 255, 0.26);
  box-shadow: 0 28px 74px rgba(0, 0, 0, 0.34);
}

@media (max-width: 900px) {
  .about-page .exp-section,
  .about-page .major-projects.about-section-shell,
  .about-page .education-section.about-section-shell {
    padding: 48px 16px;
  }

  .about-page .exp-section .section-shell-inner,
  .about-page .major-projects .section-shell-inner,
  .about-page .education-section .section-shell-inner {
    border-radius: 28px;
    padding: 24px 20px;
  }

  .about-page .exp-foot {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 16px;
  }

  .about-page .exp-arrow--prev {
    order: 2;
  }

  .about-page .exp-details {
    order: 1;
  }

  .about-page .exp-arrow--next {
    order: 3;
  }
}

/* About page: keep hero as-is, use one continuous background for all sections below it. */
.about-page .about-section-shell {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
  padding: 34px 0 0;
  background: transparent;
}

.about-page .about-section-shell:first-of-type {
  padding-top: 56px;
}

.about-page .about-section-shell:last-of-type {
  padding-bottom: 60px;
}

.about-page .about-section-shell .section-shell-inner {
  width: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  background: none !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-page .about-vision .section-shell-inner,
.about-page .partners-section .section-shell-inner,
.about-page .awards-section .section-shell-inner {
  max-width: none;
}

.about-page .exp-section,
.about-page .major-projects.about-section-shell,
.about-page .education-section.about-section-shell,
.about-page .partners-section.about-section-shell,
.about-page .awards-section.about-section-shell {
  padding: 34px 0 0;
  background: transparent;
}

.about-page .mp-stage,
.about-page .edu-stage,
.about-page .partners-stage,
.about-page .awards-stage {
  padding: 0;
  background: transparent;
}

.about-page .edu-shell::before {
  content: none;
  background: none;
  box-shadow: none;
}

@media (max-width: 900px) {
  .about-page .about-section-shell,
  .about-page .exp-section,
  .about-page .major-projects.about-section-shell,
  .about-page .education-section.about-section-shell,
  .about-page .partners-section.about-section-shell,
  .about-page .awards-section.about-section-shell {
    width: calc(100% - 32px);
    padding: 24px 0 0;
  }

  .about-page .about-section-shell:first-of-type {
    padding-top: 48px;
  }

  .about-page .about-section-shell:last-of-type {
    padding-bottom: 48px;
  }

  .about-page .about-section-shell .section-shell-inner {
    padding: 0;
  }
}

.about-page .prefooter-strip {
  background: linear-gradient(135deg, #140432 0%, #24085a 56%, #2a0b6f 100%);
}
/* =========================================== */

/* PRE-FOOTER STRIP */
.prefooter-strip {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #452a8e;
}

.prefooter-strip-inner {
  width: min(1200px, calc(100% - 40px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
}

.prefooter-strip-title {
  margin: 0;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(18px, 2.4vw, 32px);
  font-weight: 500;
  letter-spacing: -0.2px;
  max-width: calc(100% - 120px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.prefooter-strip-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1.4px solid rgba(255, 255, 255, 0.34);
  background: rgba(0, 0, 0, 0.14);
  color: rgba(255, 255, 255, 0.92);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.2px;
  white-space: nowrap;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.prefooter-strip-pill:hover {
  background: rgba(0, 0, 0, 0.22);
  border-color: rgba(255, 255, 255, 0.52);
  transform: translateY(-1px);
}

.prefooter-strip-pill:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 6px;
}

@media (max-width: 520px) {
  .prefooter-strip-inner {
    width: calc(100% - 24px);
    min-height: 64px;
  }

  .prefooter-strip-title {
    max-width: calc(100% - 104px);
    font-size: 18px;
  }

  .prefooter-strip-pill {
    padding: 7px 12px;
  }
}








/* FOOTER */
.site-footer {
  background: linear-gradient(135deg, #1b004f, #2a0b6f);
  color: #fff;
  padding: 80px 20px 30px;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
}

/* BRAND */
.footer-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 18px;
  font-weight: 600;
}

.footer-logo img {
  height: 70px;
}

.footer-brand p {
  margin: 20px 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0.85;
  max-width: 360px;
}

.footer-contact {
  display: grid;
  gap: 12px;
  margin: 0 0 22px;
  max-width: 420px;
}

.footer-contact-line,
.footer-contact-phone {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.84);
}

.footer-contact-phone {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  text-decoration: none;
}

.footer-contact-phone:hover {
  color: #ffffff;
  transform: none !important;
}

/* SOCIAL */
.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #7b6cff;
  border-color: #7b6cff;
  transform: translateY(-3px);
}

/* LINKS */
.footer-links h4 {
  font-size: 16px;
  margin-bottom: 16px;
}

.footer-links a {
  display: block;
  font-size: 14px;
  color: #fff;
  opacity: 0.85;
  margin-bottom: 10px;
  text-decoration: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
  opacity: 1;
  transform: translateX(4px);
}

.footer-address-line {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.65;
  color: #fff;
  opacity: 0.85;
}

.footer-links--address .footer-address-line:last-of-type {
  margin-bottom: 14px;
}

.footer-links--address a {
  display: inline-flex;
  width: fit-content;
}

/* BOTTOM */
.footer-bottom {
  margin-top: 60px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.15);
  text-align: center;
  font-size: 13px;
  opacity: 0.8;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 50px;
}

@media (max-width: 900px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .footer-brand {
    grid-column: span 2;
  }
}

.site-footer {
  padding: 80px 20px 30px;
}

/* FOOTER LINKS HOVER */
.site-footer a {
  transition: color 0.25s ease, transform 0.25s ease;
}

.site-footer a:hover {
  color: #7b6cff;
  transform: translateX(4px);
}
/* FOOTER SOCIAL ICON BASE */
.footer-social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; /* icon color */
  transition: background 0.25s ease, transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

/* FOOTER SOCIAL ICON HOVER â€“ FIXED */
.footer-social a:hover {
  background: #ffffff;        /* light background */
  color: #6d5dfc;             /* purple icon */
  border-color: #ffffff;
  transform: translateY(-3px);
}

.footer-bottom {
  color: #ffffff;
}

.footer-bottom * {
  color: #e5dbf9 !important;
}

.footer-bottom a {
  text-decoration: none;
}

/* WHATSAPP BUTTON */
.whatsapp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #000;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.whatsapp-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
}

/* FLOATING WHATSAPP CHAT */
.whatsapp-chatbot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 1200;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #25d366, #1ea955);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 14px 30px rgba(37, 211, 102, 0.38);
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.whatsapp-chatbot i {
  font-size: 30px;
  line-height: 1;
}

.whatsapp-chatbot:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 18px 34px rgba(37, 211, 102, 0.48);
  filter: saturate(1.06);
}

.whatsapp-chatbot:focus-visible {
  outline: 3px solid rgba(37, 211, 102, 0.5);
  outline-offset: 3px;
}

@media (max-width: 560px) {
  .whatsapp-chatbot {
    right: 14px;
    bottom: 14px;
    width: 52px;
    height: 52px;
  }

  .whatsapp-chatbot i {
    font-size: 27px;
  }
}

.wa-chat-widget {
  position: fixed;
  right: 20px;
  bottom: 92px;
  z-index: 1201;
  width: min(360px, calc(100vw - 24px));
  border-radius: 16px;
  border: 1px solid rgba(37, 211, 102, 0.28);
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 18px 36px rgba(7, 18, 12, 0.22);
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) scale(0.98);
  pointer-events: none;
  transition: opacity 200ms ease, transform 220ms ease, visibility 0s linear 220ms;
}

.wa-chat-widget.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: opacity 200ms ease, transform 220ms ease, visibility 0s;
}

.wa-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 12px 14px;
  background: linear-gradient(135deg, #25d366, #1ea955);
  color: #fff;
}

.wa-chat-title {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
}

.wa-chat-close {
  border: none;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
}

.wa-chat-body {
  padding: 12px;
}

.wa-chat-help {
  font-size: 13px;
  color: #3a3f45;
  margin-bottom: 10px;
}

.wa-chat-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.wa-chat-chip {
  border: 1px solid rgba(37, 211, 102, 0.34);
  background: rgba(37, 211, 102, 0.1);
  color: #19532f;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  cursor: pointer;
}

.wa-chat-input {
  width: 100%;
  resize: vertical;
  min-height: 84px;
  border-radius: 10px;
  border: 1px solid rgba(14, 24, 18, 0.16);
  padding: 10px;
  font-family: inherit;
  font-size: 14px;
  outline: none;
}

.wa-chat-input:focus {
  border-color: rgba(37, 211, 102, 0.55);
  box-shadow: 0 0 0 3px rgba(37, 211, 102, 0.18);
}

.wa-chat-send {
  margin-top: 10px;
  width: 100%;
  border: none;
  border-radius: 10px;
  padding: 10px 14px;
  font-weight: 700;
  background: linear-gradient(135deg, #25d366, #1ea955);
  color: #fff;
  cursor: pointer;
}

@media (max-width: 560px) {
  .wa-chat-widget {
    right: 12px;
    bottom: 74px;
  }
}

/* SOCIAL */
.coming-social {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.coming-social a {
  color: #fff;
  opacity: 0.7;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* COMING SOON LOGO */
.coming-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

.coming-logo img {
  height: 75px;
  max-width: 200px;
  object-fit: contain;
}

/* MOBILE ADJUSTMENT */
@media (max-width: 600px) {
  .coming-logo img {
    height: 70px;
  }
}


.go-back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #6f5ff4;
  color: #ffffff;
  padding: 14px 26px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.go-back:hover {
  transform: translateY(-3px);
  box-shadow: #1a0052;
}

/* BK VIDEO: Reference Layout Override */
.bk-video {
  margin: 28px 0 54px;
}

.bk-video-shell {
  border: none;
  background: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}

.bk-video-shell::before {
  content: none;
}

.bk-video-head {
  display: none;
}

.bk-video-frame {
  width: calc(100% - 48px);
  margin: 0 auto;
  border-radius: 32px;
  border: 1px solid rgba(56, 113, 255, 0.95);
  box-shadow: none;
  background: transparent;
  overflow: hidden;
}

.bk-video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 6.2;
  border: 0;
  display: block;
  background: transparent;
}

.bk-video-clients {
  margin: 18px auto 0;
  width: calc(100% - 48px);
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 10px;
  align-items: stretch;
}

.bk-video-clients-label {
  border-radius: 24px;
  background: #000;
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: clamp(20px, 2.2vw, 42px);
  line-height: 1.06;
  letter-spacing: -0.01em;
  padding: 14px 12px;
}

.bk-video-clients-strip {
  border-radius: 24px;
  border: 1.5px solid rgba(0, 0, 0, 0.7);
  background: rgba(132, 132, 132, 0.28);
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.bk-video-logo-pill {
  border-radius: 14px;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: grid;
  place-items: center;
  min-height: 56px;
  font-size: clamp(18px, 1.8vw, 34px);
  line-height: 1;
  transition: transform 240ms ease, background 220ms ease, box-shadow 220ms ease;
}

.bk-video-logo-pill:hover {
  transform: translateY(-2px);
  background: #111;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

@media (max-width: 980px) {
  .bk-video-frame,
  .bk-video-clients {
    width: calc(100% - 20px);
  }

  .bk-video-clients {
    grid-template-columns: 1fr;
  }

  .bk-video-clients-label {
    min-height: 64px;
    font-size: clamp(22px, 5vw, 34px);
  }

  .bk-video-clients-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bk-video {
    margin: 20px 0 34px;
  }

  .bk-video-frame {
    border-radius: 20px;
  }

  .bk-video-frame iframe {
    aspect-ratio: 16 / 9;
  }

  .bk-video-clients {
    margin-top: 12px;
    gap: 8px;
  }

  .bk-video-clients-label {
    border-radius: 16px;
    font-size: 20px;
    min-height: 56px;
  }

  .bk-video-clients-strip {
    border-radius: 16px;
    padding: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .bk-video-logo-pill {
    border-radius: 10px;
    min-height: 46px;
    font-size: 18px;
  }
}

/* BK Video Showcase (matches reference style) */
.bk-video--showcase {
  margin: 26px 0 54px;
}

.bk-video--showcase .bk-video-shell {
  background: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}

.bk-video--showcase .bk-video-frame {
  width: calc(100% - 48px);
  margin: 0 auto;
  border-radius: 30px;
  border: none;
  background: #000;
  overflow: hidden;
}

.bk-video--showcase .bk-video-thumb {
  position: relative;
  display: block;
  width: 100%;
}

.bk-video--showcase .bk-video-thumb img {
  width: 100%;
  aspect-ratio: 16 / 8;
  object-fit: cover;
  display: block;
  transition: transform 420ms ease, filter 320ms ease;
}

.bk-video--showcase .bk-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: clamp(64px, 8vw, 88px);
  height: clamp(44px, 6vw, 62px);
  border-radius: 14px;
  background: #ff0033;
  color: #fff;
  display: grid;
  place-items: center;
  box-shadow: 0 14px 28px rgba(255, 0, 51, 0.36);
  transition: transform 260ms ease, box-shadow 260ms ease, background 220ms ease;
}

.bk-video--showcase .bk-video-play i {
  font-size: clamp(20px, 2.4vw, 28px);
}

.bk-video--showcase .bk-video-thumb:hover img {
  transform: scale(1.02);
  filter: contrast(1.06) saturate(1.06);
}

.bk-video--showcase .bk-video-thumb:hover .bk-video-play {
  transform: translate(-50%, -50%) scale(1.06);
  background: #ff1a45;
  box-shadow: 0 18px 30px rgba(255, 0, 51, 0.44);
}

.bk-video--showcase .bk-video-clients {
  width: calc(100% - 48px);
  margin: 20px auto 0;
  display: grid;
  grid-template-columns: 230px 1fr;
  gap: 10px;
}

.bk-video--showcase .bk-video-clients-label {
  border-radius: 22px;
  background: linear-gradient(135deg, #7f60ff, #6a52ef);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: clamp(24px, 2.3vw, 42px);
  line-height: 1.06;
  padding: 14px 12px;
  text-align: center;
}

.bk-video--showcase .bk-video-clients-strip {
  border-radius: 22px;
  border: 1.5px solid rgba(123, 106, 255, 0.95);
  background: transparent;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.bk-video--showcase .bk-video-logo-pill {
  border-radius: 14px;
  background: transparent;
  color: inherit;
  min-height: 58px;
  font-size: clamp(20px, 1.8vw, 34px);
  display: grid;
  place-items: center;
  text-decoration: none;
  padding: 4px 6px;
  border: none;
  transition: transform 240ms ease, background 220ms ease, box-shadow 220ms ease;
}

.bk-video--showcase .bk-video-logo-pill img {
  width: min(100%, 220px);
  aspect-ratio: 220 / 70;
  height: auto;
  max-height: 70px;
  object-fit: contain;
  display: block;
  transition: transform 240ms ease, filter 240ms ease;
}

.bk-video--showcase .bk-video-logo-pill:hover {
  transform: none;
  background: transparent;
  box-shadow: none;
}

.bk-video--showcase .bk-video-logo-pill:hover img {
  transform: scale(1.06);
  filter: saturate(1.06) contrast(1.03);
}

@media (max-width: 980px) {
  .bk-video--showcase .bk-video-frame,
  .bk-video--showcase .bk-video-clients {
    width: calc(100% - 20px);
  }

  .bk-video--showcase .bk-video-clients {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .bk-video--showcase .bk-video-clients-label {
    min-height: 64px;
    font-size: clamp(24px, 5vw, 34px);
  }

  .bk-video--showcase .bk-video-clients-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .bk-video--showcase {
    margin: 18px 0 34px;
  }

  .bk-video--showcase .bk-video-frame {
    border-radius: 20px;
  }

  .bk-video--showcase .bk-video-thumb img {
    aspect-ratio: 16 / 9;
  }

  .bk-video--showcase .bk-video-clients-label {
    border-radius: 16px;
    min-height: 56px;
    font-size: 22px;
  }

  .bk-video--showcase .bk-video-clients-strip {
    border-radius: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 8px;
  }

  .bk-video--showcase .bk-video-logo-pill {
    border-radius: 10px;
    min-height: 46px;
    font-size: 18px;
  }
}

/* Brand Kit: mobile logo carousel */
@media (max-width: 760px) {
  .brandkit-page .bk-video--showcase .bk-video-clients-strip {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 8px;
    gap: 8px;
  }

  .brandkit-page .bk-video--showcase .bk-video-clients-strip::-webkit-scrollbar {
    display: none;
  }

  .brandkit-page .bk-video--showcase .bk-video-clients-strip {
    scrollbar-width: none;
  }

  .brandkit-page .bk-video--showcase .bk-video-logo-pill {
    flex: 0 0 clamp(170px, 72vw, 250px);
    scroll-snap-align: center;
  }
}

/* Brand Kit Attached Page */
.bk-attach {
  margin-top: 24px;
  margin-bottom: 56px;
}

.bk-attach-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: clamp(22px, 3vw, 48px);
  align-items: center;
  border-radius: 28px;
  padding: clamp(18px, 2.4vw, 30px);
  border: 1px solid rgba(109, 93, 252, 0.2);
  background:
    radial-gradient(circle at 86% 12%, rgba(109, 93, 252, 0.22), transparent 35%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(248, 246, 255, 0.74));
  box-shadow: 0 20px 42px rgba(24, 18, 48, 0.12);
}

.bk-attach-kicker {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2e3161;
  border: 1px solid rgba(109, 93, 252, 0.28);
  background: rgba(255, 255, 255, 0.74);
}

.bk-attach-copy h1 {
  margin: 10px 0 8px;
  color: #1b1a2d;
  font-size: clamp(34px, 4.6vw, 58px);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.bk-attach-copy p {
  margin: 0;
  color: #4c5169;
  font-size: clamp(15px, 1.2vw, 19px);
  line-height: 1.64;
  max-width: 680px;
}

.bk-attach-actions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.bk-attach-btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 220ms ease, box-shadow 240ms ease, background 220ms ease, color 220ms ease;
}

.bk-attach-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  box-shadow: 0 10px 22px rgba(109, 93, 252, 0.34);
}

.bk-attach-btn--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #5b4df5, #7c6bff);
}

.bk-attach-btn--secondary {
  color: #1f2140;
  border: 1px solid rgba(109, 93, 252, 0.35);
  background: rgba(255, 255, 255, 0.84);
}

.bk-attach-btn--secondary:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.94);
}

.bk-attach-media {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(109, 93, 252, 0.2);
  background: #fff;
}

.bk-attach-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: 16 / 10;
}

@media (max-width: 980px) {
  .bk-attach-shell {
    grid-template-columns: 1fr;
  }

  .bk-attach-copy h1 {
    font-size: clamp(30px, 9vw, 50px);
  }
}


/* BK WHY: Airplane Route Decoration */
.bk-why-shell {
  position: relative;
  isolation: isolate;
}

.bk-why-shell::before {
  content: none;
  position: absolute;
  left: 5%;
  right: 6%;
  top: 38%;
  height: 170px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 220' preserveAspectRatio='none'%3E%3Cpath d='M15 160 C220 20, 430 210, 640 95 C760 28, 870 65, 985 42' fill='none' stroke='%236d5dfc' stroke-opacity='0.58' stroke-width='4' stroke-linecap='round' stroke-dasharray='12 12'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  pointer-events: none;
  z-index: 0;
}

.bk-why-shell::after {
  content: none;
  position: absolute;
  right: 5.5%;
  top: calc(38% + 18px);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 18px;
  color: rgba(109, 93, 252, 0.72);
  transform: rotate(10deg);
  pointer-events: none;
  z-index: 0;
}

.bk-why-copy,
.bk-why-media {
  position: relative;
  z-index: 1;
}

@media (max-width: 1050px) {
  .bk-why-shell::before,
  .bk-why-shell::after {
    display: none;
  }
}

/* BK WHY: make section image larger */
.bk-why-shell {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
}

.bk-why-media {
  max-width: none;
}

.bk-why-media img {
  aspect-ratio: 712 / 750;
  transform: scale(0.98);
  transform-origin: center;
}

@media (max-width: 1050px) {
  .bk-why-shell {
    grid-template-columns: 1fr;
  }

  .bk-why-media img {
    transform: none;
  }
}

.bk-why-actions {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.bk-why-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 10px 18px;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.bk-why-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, #25d366, #1aa34a);
  box-shadow: 0 10px 22px rgba(37, 211, 102, 0.25);
}

.bk-why-btn--primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #20c25b, #168f40);
  box-shadow: 0 12px 26px rgba(37, 211, 102, 0.32);
}

.bk-why-btn--secondary {
  color: #272939;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(109, 93, 252, 0.32);
}

.bk-why-btn--secondary:hover {
  transform: translateY(-2px);
  color: #fff;
  background: linear-gradient(135deg, #6d5dfc, #8f7bff);
  border-color: transparent;
  box-shadow: 0 10px 22px rgba(109, 93, 252, 0.32);
}

.bk-video {
  margin: 18px 0 28px;
}

.bk-video-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  border-radius: 24px;
  border: none;
  background: transparent;
  box-shadow: none;
  padding: clamp(10px, 1.4vw, 14px);
}

.bk-video-shell::before {
  content: none;
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: none;
  animation: none;
}

@keyframes bkVideoSheen {
  to {
    background-position: 220% 0;
  }
}

.bk-video-head {
  margin-bottom: 12px;
  text-align: center;
  display: grid;
  justify-items: center;
}

.bk-video-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2f3061;
  border: 1px solid rgba(109, 93, 252, 0.28);
  background: rgba(255, 255, 255, 0.74);
}

.bk-video-head h2 {
  margin: 0;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.1;
  color: #1b1a2d;
}

.bk-video-head p {
  margin: 0;
  color: #50546a;
  font-size: clamp(14px, 1.1vw, 17px);
}


.bk-video-frame {
  width: min(100%, 980px);
  margin: 0 auto;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(109, 93, 252, 0.2);
  background: #000;
  box-shadow: 0 14px 30px rgba(9, 8, 25, 0.24);
  transition: transform 320ms ease, box-shadow 320ms ease;
}

.bk-video-frame:hover {
  transform: translateY(-3px);
  box-shadow: 0 20px 36px rgba(9, 8, 25, 0.3);
}

.bk-video-frame iframe {
  width: 100%;
  aspect-ratio: 16 / 9.6;
  border: 0;
  display: block;
}

/* BK WHY: Responsive polish */
@media (max-width: 1400px) {
  .bk-why-important {
    margin-left: 120px;
    margin-right: 120px;
  }
}

@media (max-width: 1050px) {
  .bk-why-important {
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 44px;
    margin-bottom: 44px;
  }
}

@media (max-width: 760px) {
  .bk-why-important {
    margin-left: 16px;
    margin-right: 16px;
    margin-top: 34px;
    margin-bottom: 40px;
  }

  .bk-why-shell {
    gap: 16px;
    padding: 8px 0;
  }

  .bk-why-copy h2 {
    font-size: clamp(28px, 8.2vw, 38px);
    line-height: 1.1;
    margin-bottom: 10px;
  }

  .bk-why-copy p {
    font-size: 15px;
    line-height: 1.58;
    margin-bottom: 9px;
  }

  .bk-why-list {
    gap: 10px;
    margin-bottom: 14px;
  }

  .bk-why-point {
    padding: 6px 0;
  }

  .bk-why-point span {
    font-size: 14px;
    line-height: 1.35;
  }

  .bk-why-actions {
    margin-top: 16px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .bk-why-btn {
    width: 100%;
    justify-content: center;
    min-height: 44px;
  }

  .bk-why-media {
    max-width: none;
  }

  .bk-why-media img {
    aspect-ratio: 4 / 3;
  }
}

@media (max-width: 520px) {
  .bk-why-important {
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 28px;
    margin-bottom: 34px;
  }

  .bk-why-copy h2 {
    font-size: clamp(24px, 8.8vw, 32px);
  }

  .bk-why-point {
    padding: 5px 0;
  }

  .bk-why-point i {
    font-size: 13px;
  }

  .bk-why-point span {
    font-size: 13px;
  }
}

@media (max-width: 760px) {
  .bk-video {
    margin: 16px 0 24px;
  }

  .bk-video-shell {
    border-radius: 16px;
    padding: 9px;
  }

  .bk-video-head {
    margin-bottom: 10px;
  }

}

/* ------------------------------------------- */
/* BUSINESSES PAGE */
.businesses-page {
  --biz-bg-a: #110022;
  --biz-bg-b: #1c0b3d;
  --biz-bg-c: #35206a;
  background:
    radial-gradient(circle at 10% 92%, rgba(225, 99, 42, 0.32), rgba(225, 99, 42, 0) 36%),
    radial-gradient(circle at 88% 8%, rgba(126, 96, 247, 0.26), rgba(126, 96, 247, 0) 42%),
    radial-gradient(circle at 52% 34%, rgba(101, 210, 255, 0.12), rgba(101, 210, 255, 0) 38%),
    linear-gradient(132deg, var(--biz-bg-a) 0%, var(--biz-bg-b) 50%, var(--biz-bg-c) 100%);
  color: #f7f2ff;
}

.biz-main {
  width: min(1240px, calc(100% - 40px));
  max-width: none;
  margin: 0 auto;
  padding: 18px 0 84px;
}

.biz-hero {
  padding: 42px 0 28px;
}

.biz-hero-inner {
  max-width: 900px;
}

.biz-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(130, 105, 255, 0.2);
  border: 1px solid rgba(179, 161, 255, 0.42);
  color: #efe7ff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
}

.biz-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4.6vw, 52px);
  line-height: 1.08;
  color: #ffffff;
  text-shadow: none;
}

.biz-hero p {
  margin-top: 14px;
  max-width: 690px;
  color: rgba(236, 227, 255, 0.86);
  font-size: 17px;
  line-height: 1.7;
}

.biz-section {
  margin-top: 22px;
}

.biz-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.biz-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 24px;
  padding: 24px;
  border: 1px solid rgba(159, 132, 255, 0.36);
  background:
    radial-gradient(circle at 14% 86%, rgba(225, 99, 42, 0.12), rgba(225, 99, 42, 0) 42%),
    radial-gradient(circle at 86% 12%, rgba(126, 96, 247, 0.18), rgba(126, 96, 247, 0) 44%),
    linear-gradient(130deg, rgba(19, 2, 40, 0.92), rgba(28, 10, 61, 0.9), rgba(54, 29, 105, 0.86));
  box-shadow: 0 20px 46px rgba(0, 0, 0, 0.33);
  transition: transform 260ms ease, box-shadow 260ms ease, border-color 260ms ease;
}

.biz-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.4);
  border-color: rgba(188, 169, 255, 0.5);
}

.biz-logo {
  height: 76px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}

.biz-logo img {
  max-width: min(240px, 100%);
  max-height: 76px;
  object-fit: contain;
}

.biz-card h3 {
  margin: 0;
  color: #f8f4ff;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.2;
  text-shadow: none;
}

.biz-card p {
  margin-top: 10px;
  color: rgba(234, 226, 255, 0.84);
  line-height: 1.65;
  font-size: 15px;
  flex: 1;
}

.biz-link {
  margin-top: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 600;
  font-size: 13px;
  color: #ffffff;
  border: 1px solid rgba(199, 184, 255, 0.52);
  background: rgba(120, 92, 255, 0.24);
  transition: transform 240ms ease, background 240ms ease, border-color 240ms ease;
}

.biz-link:hover {
  transform: translateY(-1px);
  background: rgba(136, 109, 255, 0.36);
  border-color: rgba(217, 206, 255, 0.7);
}

@media (max-width: 940px) {
  .biz-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .biz-main {
    width: calc(100% - 28px);
    padding-bottom: 62px;
  }

  .biz-hero {
    padding-top: 24px;
  }

  .biz-hero p {
    font-size: 15px;
    line-height: 1.6;
  }

  .biz-card {
    padding: 18px;
    border-radius: 18px;
  }

  .biz-logo {
    height: 62px;
    margin-bottom: 14px;
  }

  .biz-logo img {
    max-height: 62px;
  }
}

/* ------------------------------------------- */
/* WEBSITE DESIGN PAGE */
.website-design-page {
  --wd-bg-a: #140021;
  --wd-bg-b: #1b0733;
  --wd-bg-c: #3a1d65;
  --wd-section-solid: #130423;
  --wd-accent-a: #6f58ff;
  --wd-accent-b: #9f79ff;
  --wd-light-text: #f8f3ff;
  --wd-muted-text: rgba(248, 243, 255, 0.82);
  --wd-ipad-width: min(940px, 92vw);
  --wd-ipad-half-height: clamp(96px, calc(var(--wd-ipad-width) * 0.33), 320px);
  --wd-page-bg:
    radial-gradient(circle at 8% 90%, rgba(225, 99, 42, 0.33), rgba(225, 99, 42, 0) 36%),
    radial-gradient(circle at 89% 2%, rgba(126, 96, 247, 0.21), rgba(126, 96, 247, 0) 42%),
    linear-gradient(130deg, var(--wd-bg-a) 0%, var(--wd-bg-b) 48%, var(--wd-bg-c) 100%);
  --wd-main-bg-mix:
    radial-gradient(circle at 10% 86%, rgba(255, 129, 92, 0.15), rgba(255, 129, 92, 0) 36%),
    radial-gradient(circle at 82% 10%, rgba(125, 177, 255, 0.14), rgba(125, 177, 255, 0) 40%),
    linear-gradient(160deg, #120326 0%, #0e021d 56%, #14082b 100%);
  --wd-hero-bg-mix:
    radial-gradient(circle at 8% 90%, rgba(225, 99, 42, 0.34), rgba(225, 99, 42, 0) 36%),
    radial-gradient(circle at 88% 4%, rgba(126, 96, 247, 0.25), rgba(126, 96, 247, 0) 42%),
    radial-gradient(circle at 54% 36%, rgba(101, 210, 255, 0.12), rgba(101, 210, 255, 0) 40%),
    linear-gradient(130deg, var(--wd-bg-a) 0%, var(--wd-bg-b) 48%, var(--wd-bg-c) 100%);
  --wd-why-bg-mix:
    radial-gradient(circle at 14% 18%, rgba(135, 93, 255, 0.2), rgba(135, 93, 255, 0) 40%),
    radial-gradient(circle at 84% 82%, rgba(72, 196, 255, 0.14), rgba(72, 196, 255, 0) 38%),
    radial-gradient(circle at 50% -8%, rgba(245, 122, 210, 0.09), rgba(245, 122, 210, 0) 40%),
    linear-gradient(164deg, #18052c 0%, #100321 58%, #14072a 100%);
  --wd-laptop-bg-mix:
    radial-gradient(circle at 12% 20%, rgba(118, 90, 255, 0.22), rgba(118, 90, 255, 0) 42%),
    radial-gradient(circle at 88% 82%, rgba(82, 208, 255, 0.16), rgba(82, 208, 255, 0) 40%),
    radial-gradient(circle at 48% 0%, rgba(255, 138, 214, 0.08), rgba(255, 138, 214, 0) 42%),
    linear-gradient(180deg, #120327 0%, #0d021a 100%);
  background: var(--wd-hero-bg-mix);
  min-height: 100vh;
  padding-top: 0;
  overflow-x: hidden;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header {
  width: calc(100% - 72px);
  max-width: 1080px;
  top: 14px;
  padding: 10px 18px;
  border-radius: 34px;
  background: rgba(18, 8, 38, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(18px) saturate(160%);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  transition:
    width 280ms ease,
    transform 340ms cubic-bezier(0.2, 0.9, 0.2, 1),
    padding 280ms ease,
    border-radius 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .logo {
  display: flex;
  align-items: center;
  max-width: 280px;
  overflow: hidden;
  opacity: 1;
  transform: translateX(0) scale(1);
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    max-width 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    margin-right 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .logo-img {
  height: 44px;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .wd-mini-brand {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  max-width: 0;
  margin-right: 0;
  opacity: 0;
  transform: translateX(-10px) scale(0.84);
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  overflow: hidden;
  pointer-events: none;
  transition:
    opacity 220ms ease,
    transform 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    max-width 320ms cubic-bezier(0.2, 0.9, 0.2, 1),
    margin-right 320ms cubic-bezier(0.2, 0.9, 0.2, 1);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .wd-mini-brand img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .nav {
  gap: 22px;
  transition: gap 280ms ease;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .nav a,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-btn {
  font-size: 15px;
  color: var(--wd-light-text, #f8f3ff);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .nav > a:hover,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-btn:hover {
  color: #fff;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .menu-toggle span {
  background: #f7f2ff;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  text-decoration: none;
  color: #fff;
  padding: 10px 18px;
  border-radius: 24px;
  font-size: 15px;
  background: linear-gradient(
    135deg,
    var(--wd-accent-a, #6f58ff),
    var(--wd-accent-b, #9f79ff)
  );
  box-shadow: 0 10px 26px rgba(111, 88, 255, 0.34);
  transition:
    padding 280ms ease,
    border-radius 280ms ease,
    font-size 280ms ease,
    background 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease,
    transform 280ms ease;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .contact-btn i {
  font-size: 13px;
  line-height: 1;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only {
  width: min(900px, calc(100% - 92px));
  padding: 8px 14px 8px 12px;
  border-radius: 26px;
  transform: translateX(-50%) translateY(1px) scale(0.988);
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 12px;
  justify-content: initial;
  background: rgba(16, 8, 34, 0.72);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.34);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only .logo {
  position: absolute;
  max-width: 0;
  margin-right: 0;
  opacity: 0;
  transform: translateX(-12px) scale(0.92);
  pointer-events: none;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only .wd-mini-brand {
  grid-column: 1;
  justify-self: start;
  align-self: center;
  max-width: 34px;
  margin-right: 0;
  opacity: 1;
  transform: translateX(0) scale(1);
  pointer-events: auto;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only .nav {
  grid-column: 2;
  justify-self: center;
  gap: 14px;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only .nav a,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only .dropdown-btn {
  font-size: 14px;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only .contact-btn {
  grid-column: 3;
  justify-self: end;
  padding: 7px 12px;
  border-radius: 14px;
  font-size: 13px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  box-shadow: none;
  transform: scale(0.97);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-menu {
  background: rgba(17, 11, 36, 0.96);
  border: 1px solid rgba(176, 155, 255, 0.3);
  box-shadow: 0 30px 82px rgba(4, 2, 11, 0.5);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-menu::before {
  background: rgba(17, 11, 36, 0.96);
  border-left: 1px solid rgba(176, 155, 255, 0.3);
  border-top: 1px solid rgba(176, 155, 255, 0.3);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-menu a {
  color: rgba(246, 240, 255, 0.9);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-brandkit::after {
  background: rgba(198, 185, 255, 0.24);
}

/* HOME ONLY: darker page theme */
.home-page {
  --home-wd-bg-a: #140021;
  --home-wd-bg-b: #1b0733;
  --home-wd-bg-c: #3a1d65;
  background:
    radial-gradient(circle at 8% 90%, rgba(225, 99, 42, 0.34), rgba(225, 99, 42, 0) 36%),
    radial-gradient(circle at 88% 4%, rgba(126, 96, 247, 0.25), rgba(126, 96, 247, 0) 42%),
    radial-gradient(circle at 54% 36%, rgba(101, 210, 255, 0.12), rgba(101, 210, 255, 0) 40%),
    linear-gradient(
      130deg,
      var(--home-wd-bg-a) 0%,
      var(--home-wd-bg-b) 48%,
      var(--home-wd-bg-c) 100%
    );
  color: #f2ebff;
}

/* Home page: keep every major section on one alignment grid */
.home-page .hero,
.home-page .about-section,
.home-page .cta-container,
.home-page .provide-wrapper,
.home-page .portfolio-box,
.home-page .home-testimonials-shell,
.home-page .network-container,
.home-page .blog-container,
.home-page .blog-cta,
:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-shell,
.home-page .footer-container {
  width: min(1200px, calc(100% - 40px));
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.home-page .about-section,
.home-page .cta-container,
.home-page .network-container {
  padding-inline: 0;
}

.home-page .about-section {
  width: calc(100% - 40px);
  max-width: none;
  padding: 0;
}

.home-page .about-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch;
  gap: 10px;
}

.home-page .about-grid > * {
  min-width: 0;
  height: 100%;
}

.home-page .about-intro {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 100%;
  padding: 0;
  text-align: center;
}

.home-page .about-intro .about-title {
  margin: 0;
  color: #f8f3ff;
  font-size: clamp(54px, 6.2vw, 74px);
  line-height: 0.92;
  letter-spacing: -0.05em;
  font-weight: 500;
}

.home-page .about-intro-media {
  flex: 1 1 auto;
  align-self: center;
  width: 100%;
  max-width: 280px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-inline: auto;
  margin-top: 0;
  text-decoration: none;
}

.home-page .about-intro-media img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: clamp(260px, 28vw, 340px);
  object-fit: contain;
  object-position: center bottom;
  filter: drop-shadow(0 24px 34px rgba(0, 0, 0, 0.35));
}

.home-page .about-story,
.home-page .about-stat-card,
.home-page .about-skills-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 24px;
  background: rgba(24, 24, 25, 0.94);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-page .about-story {
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 100%;
}

.home-page .about-story-title {
  margin: 0;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 500;
}

.home-page .about-story-copy {
  margin-top: auto;
  display: grid;
  gap: 10px;
}

.home-page .about-story p {
  margin: 0;
  color: rgba(236, 231, 245, 0.9);
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
}

.home-page .about-story-lead {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.48;
  font-weight: 300;
}

.home-page .about-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 12px;
  min-height: 100%;
}

.home-page .about-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  flex: 0 0 auto;
  margin-bottom: 0;
}

.home-page .about-stat-card {
  aspect-ratio: 1 / 1;
  min-height: 0;
  padding: 16px 12px;
  display: grid;
  place-items: center;
  gap: 8px;
  text-align: center;
}

.home-page .about-stat-card strong {
  color: #ffffff;
  font-size: clamp(68px, 6vw, 98px);
  line-height: 0.9;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.home-page .about-stat-card span {
  color: rgba(236, 231, 245, 0.58);
  font-size: 15px;
  line-height: 1.35;
  font-weight: 400;
}

.home-page .about-stat-card--text strong {
  font-size: clamp(58px, 5vw, 82px);
  letter-spacing: -0.05em;
}

.home-page .about-skills-card {
  height: 100%;
  align-self: auto;
  flex: 1 1 auto;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.home-page .about-skills-card h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(30px, 2.7vw, 44px);
  line-height: 1;
  font-weight: 400;
}

.home-page .about-skill-list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 8px 10px;
}

.home-page .about-skill-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 999px;
  color: #f4f3f7;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  white-space: nowrap;
}

/* Home page: tighten vertical spacing between major sections */
.home-page .hero,
.home-page .home-facts,
.home-page .home-songs {
  margin-bottom: 8px;
}

.home-page .about-section {
  margin-top: 14px;
  margin-bottom: 14px;
}

.home-page .cta-strip {
  margin: 14px 0;
}

.home-page .provide {
  padding: 16px 0 12px;
}

.home-page .provide-title,
.home-page .portfolio-title,
.home-page .home-testimonials-title,
.home-page .blog-title {
  margin-bottom: 36px;
}

.home-page .portfolio-section,
.home-page .home-testimonials {
  padding-top: 14px;
  padding-bottom: 0;
}

.home-page .network-container {
  padding-top: 14px;
  padding-bottom: 14px;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join {
  padding: 0;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-shell {
  width: 100%;
  max-width: none;
  margin: 0;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-card {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(21, 12, 43, 0.98), rgba(30, 16, 63, 0.98));
  box-shadow: 0 32px 90px rgba(5, 3, 14, 0.34);
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-copy {
  padding: clamp(28px, 4vw, 52px);
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background:
    radial-gradient(circle at 0% 0%, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0) 28%),
    linear-gradient(180deg, rgba(245, 240, 255, 0.98), rgba(232, 223, 252, 0.96));
  color: #140f1f;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-kicker {
  margin: 0;
  color: rgba(20, 15, 31, 0.82);
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-title {
  max-width: 8.5ch;
  margin: 0;
  color: #0f0a18;
  font-size: clamp(48px, 5.8vw, 82px);
  line-height: 0.95;
  letter-spacing: -0.06em;
  font-weight: 500;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-text {
  max-width: 28ch;
  margin: 0;
  color: rgba(20, 15, 31, 0.64);
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.45;
  font-weight: 400;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join.home-load-stage.is-loaded .home-join-kicker {
  margin: 0 0 20px;
  color: rgba(235, 230, 219, 0.76);
  font-size: 13px;
  letter-spacing: 0.26em;
  font-weight: 400;
  text-transform: uppercase;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join.home-load-stage.is-loaded .home-join-title {
  color: #f5f3ef;
  text-align: left;
  font-size: clamp(42px, 6vw, 88px);
  line-height: 0.96;
  letter-spacing: -0.05em;
  font-weight: 500;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join.home-load-stage.is-loaded .home-join-text {
  max-width: 30ch;
  color: rgba(235, 230, 219, 0.72);
  font-size: clamp(18px, 1.65vw, 28px);
  line-height: 1.55;
  font-weight: 400;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-title.is-visible {
  font-size: 38px !important;
  color: #000000 !important;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-text.is-visible {
  color: #000000 !important;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-actions.is-visible .home-join-btn {
  min-height: auto !important;
  padding: 14px 22px !important;
  background: var(--site-button-shell-bg) !important;
  background-image: none !important;
  border: 1px solid var(--site-button-shell-border) !important;
  border-radius: var(--site-button-shell-radius) !important;
  box-shadow: var(--site-button-shell-shadow) !important;
  color: #f7f7f8 !important;
  font-size: 14px !important;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-actions {
  margin-top: 8px;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 0 32px;
  border-radius: 999px;
  background: linear-gradient(135deg, #090d04, #111708);
  border: 1px solid rgba(196, 255, 0, 0.28);
  color: #c8ff00;
  text-decoration: none;
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 30px rgba(17, 23, 8, 0.24);
  border-color: rgba(196, 255, 0, 0.48);
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-proof {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(20, 15, 31, 0.9);
  font-size: clamp(18px, 1.8vw, 28px);
  line-height: 1.2;
  font-weight: 400;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-proof-avatars {
  display: inline-flex;
  align-items: center;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-proof-avatars img {
  width: 48px;
  height: 48px;
  margin-left: -10px;
  border-radius: 999px;
  border: 2px solid rgba(244, 239, 253, 0.98);
  object-fit: cover;
  box-shadow: 0 10px 18px rgba(19, 15, 33, 0.12);
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-proof-avatars img:first-child {
  margin-left: 0;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-visual {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 8%, rgba(162, 237, 255, 0.34), rgba(162, 237, 255, 0) 34%),
    linear-gradient(180deg, rgba(15, 21, 15, 0.3), rgba(7, 9, 13, 0.8));
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-visual::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(17, 11, 36, 0.18), rgba(17, 11, 36, 0) 22%),
    linear-gradient(180deg, rgba(6, 8, 12, 0.08), rgba(6, 8, 12, 0.2));
  pointer-events: none;
}

:is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .home-page .hero,
  .home-page .about-section,
  .home-page .cta-container,
  .home-page .provide-wrapper,
  .home-page .portfolio-box,
  .home-page .home-testimonials-shell,
  .home-page .network-container,
  .home-page .blog-container,
  .home-page .blog-cta,
  .home-page .footer-container {
    width: calc(100% - 32px);
  }
}

@media (max-width: 650px) {
  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-shell {
    width: 100%;
  }
}

.home-page .hero {
  width: calc(100% - 40px);
  max-width: none;
}

@media (max-width: 600px) {
  .home-page .hero {
    width: calc(100% - 24px);
  }

  .home-page .about-section {
    width: calc(100% - 24px);
  }
}

@media (max-width: 980px) {
  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-card {
    grid-template-columns: 1fr;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-copy {
    gap: 18px;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-title,
  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-text {
    max-width: none;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-visual {
    min-height: 360px;
  }

  .home-page .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
  }

  .home-page .about-intro {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: auto;
    gap: 18px;
    padding: 0 4px;
    text-align: left;
  }

  .home-page .about-intro .about-title {
    font-size: clamp(46px, 8vw, 64px);
  }

  .home-page .about-intro-media {
    flex: 0 0 auto;
    align-self: auto;
    width: min(100%, 230px);
    margin-left: auto;
    margin-right: 0;
    margin-top: 0;
  }

  .home-page .about-intro-media img {
    width: auto;
    height: auto;
    max-height: 200px;
  }

  .home-page .about-story {
    padding: 20px;
  }

  .home-page .about-side {
    gap: 12px;
  }

  .home-page .about-stats-grid {
    gap: 12px;
  }

  .home-page .about-stat-card {
    aspect-ratio: auto;
    min-height: 148px;
  }

  .home-page .about-skills-card {
    padding: 18px;
  }

  .home-page .about-skill-list {
    gap: 12px;
  }

  .home-page .about-skill-pill {
    padding: 11px 18px;
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join {
    padding: 0;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-card {
    border-radius: 0;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-copy {
    padding: 24px 20px;
    gap: 16px;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-kicker {
    font-size: 12px;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-title {
    font-size: clamp(40px, 12vw, 58px);
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-text {
    font-size: 18px;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join.home-load-stage.is-loaded .home-join-title {
    font-size: clamp(34px, 14vw, 54px);
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join.home-load-stage.is-loaded .home-join-text {
    font-size: 16px;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-btn {
    min-height: 52px;
    padding: 0 22px;
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-proof {
    gap: 12px;
    font-size: 18px;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-proof-avatars img {
    width: 42px;
    height: 42px;
  }

  :is(.home-page, .brandkit-page, .creative-dark-page, .website-design-page, .focus-page) .home-join-visual {
    min-height: 280px;
  }

  .home-page .about-grid {
    grid-template-columns: 1fr;
  }

  .home-page .about-intro {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    height: auto;
    padding: 0;
    text-align: left;
  }

  .home-page .about-intro-media {
    flex: 0 0 auto;
    align-self: center;
    width: min(100%, 300px);
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }

  .home-page .about-intro-media img {
    width: auto;
    height: auto;
    max-height: 280px;
  }

  .home-page .about-stats-grid {
    grid-template-columns: 1fr;
  }

  .home-page .about-stat-card {
    min-height: 148px;
  }

  .home-page .about-story,
  .home-page .about-skills-card {
    padding: 20px;
  }

  .home-page .about-skill-pill {
    width: auto;
    max-width: 100%;
  }
}

@media (max-width: 768px) {
  .home-page .hero,
  .home-page .home-facts,
  .home-page .home-songs {
    margin-bottom: 6px;
  }

  .home-page .about-section {
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .home-page .cta-strip {
    margin: 12px 0;
  }

  .home-page .provide,
  .home-page .portfolio-section,
  .home-page .home-testimonials {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .home-page .network-container {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .home-page .provide-title,
  .home-page .portfolio-title,
  .home-page .home-testimonials-title,
  .home-page .blog-title {
    margin-bottom: 6px;
  }
}

/* One continuous page background (no section split backgrounds) */
.home-page .about-section,
.home-page .cta-strip,
.home-page .provide,
.home-page .home-testimonials,
.home-page .portfolio-section,
.home-page .network-strip,
.home-page .contact-role-section--home,
.home-page .blog-section,
.home-page .site-footer {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.home-page .network-strip::before {
  display: block;
}

/* Keep CTA strip and footer dark blue on Home */
.home-page .cta-strip,
.home-page .site-footer {
  background: linear-gradient(135deg, #1b004f, #2a0b6f);
}

/* Home staged load transition */
.home-page .home-load-stage {
  opacity: 0;
  transform: translateY(34px) scale(0.988);
  filter: blur(6px);
  transition:
    opacity 720ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 900ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1);
  transition-delay: var(--home-load-delay, 0ms);
  will-change: opacity, transform, filter;
}

.home-page .home-load-stage.is-loaded {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: none;
}

@media (prefers-reduced-motion: reduce) {
  .home-page .home-load-stage,
  .home-page .home-load-stage.is-loaded {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none !important;
  }
}

/* Remove glow/shimmer text effects on index page */
.home-page h1,
.home-page h2,
.home-page h3 {
  animation: none !important;
  filter: none !important;
  text-shadow: none !important;
}

.home-page h1::after,
.home-page h2::after,
.home-page h3::after {
  content: none !important;
  animation: none !important;
}

.home-page .nav a:hover,
.home-page .dropdown-btn:hover,
.home-page .mobile-link:hover,
.home-page .mobile-dropdown-menu a:hover,
.home-page .contact-btn:hover {
  text-shadow: none !important;
}

.home-page .about-title,
.home-page .provide-title,
.home-page .portfolio-title,
.home-page .blog-title {
  color: #f6f0ff;
}

.home-page .about-title {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 500;
}

.home-page .about-text p,
.home-page .card-bottom p,
.home-page .business-text p,
.home-page .blog-card-text,
.home-page .blog-meta {
  color: rgba(236, 227, 255, 0.82);
}

.home-page .card:not(.profile):not(.website):not(.ad-card),
.home-page .business-card,
.home-page .blog-card {
  background:
    radial-gradient(circle at 10% 84%, rgba(225, 99, 42, 0.12), rgba(225, 99, 42, 0) 40%),
    radial-gradient(circle at 88% 12%, rgba(126, 96, 247, 0.18), rgba(126, 96, 247, 0) 44%),
    radial-gradient(circle at 52% 24%, rgba(101, 210, 255, 0.08), rgba(101, 210, 255, 0) 40%),
    linear-gradient(
      130deg,
      rgba(20, 0, 33, 0.9) 0%,
      rgba(27, 7, 51, 0.92) 48%,
      rgba(58, 29, 101, 0.86) 100%
    );
  border: 1px solid rgba(157, 126, 255, 0.36);
  color: #f5efff;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.36);
}

.home-page .business-card a,
.home-page .card-bottom h3,
.home-page .business-text h3,
.home-page .stats h1,
.home-page .blog-card-title,
.home-page .blog-card-title a {
  color: #f8f3ff;
}

/* Services buttons: glass look with same purple color direction */
.home-page .service-btn {
  background: linear-gradient(
    135deg,
    rgba(109, 93, 252, 0.34),
    rgba(143, 123, 255, 0.26)
  );
  border: 1px solid rgba(179, 159, 255, 0.46);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.26),
    0 12px 28px rgba(9, 5, 22, 0.42);
  backdrop-filter: blur(12px) saturate(160%);
  -webkit-backdrop-filter: blur(12px) saturate(160%);
}

.home-page .service-btn:hover {
  background: linear-gradient(
    135deg,
    rgba(109, 93, 252, 0.48),
    rgba(143, 123, 255, 0.38)
  );
  border-color: rgba(200, 183, 255, 0.64);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 16px 36px rgba(9, 5, 22, 0.5);
  transform: translateY(-3px);
}

.home-page .service-pill,
.home-page .service-plus {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(161, 131, 255, 0.52);
  color: #f4ecff;
}

.home-page .service-pill:hover,
.home-page .service-plus:hover {
  background: rgba(255, 255, 255, 0.15);
}

.home-page .stats,
.home-page .services {
  background:
    radial-gradient(circle at 10% 84%, rgba(225, 99, 42, 0.12), rgba(225, 99, 42, 0) 40%),
    radial-gradient(circle at 88% 12%, rgba(126, 96, 247, 0.18), rgba(126, 96, 247, 0) 44%),
    radial-gradient(circle at 52% 24%, rgba(101, 210, 255, 0.08), rgba(101, 210, 255, 0) 40%),
    linear-gradient(
      130deg,
      rgba(20, 0, 33, 0.9) 0%,
      rgba(27, 7, 51, 0.92) 48%,
      rgba(58, 29, 101, 0.86) 100%
    );
}

.home-page .portfolio-box {
  border: 1px solid rgba(163, 133, 255, 0.36);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.4);
}

.home-page .blog-read {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(163, 133, 255, 0.58);
  color: #f6efff;
}

.home-page .blog-read:hover {
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 10px 24px rgba(109, 93, 252, 0.24);
}

.home-page .blog-media {
  border-color: rgba(163, 133, 255, 0.28);
}

.website-design-page .wd-main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background: var(--wd-main-bg-mix);
  background-blend-mode: screen, screen, normal;
  overflow-x: hidden;
  overflow-y: visible;
  max-height: none;
}

.website-design-page .wd-hero {
  position: relative;
  overflow: visible;
  isolation: isolate;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: calc(100% - 40px);
  margin: 0 auto;
  border-radius: 25px;
  box-sizing: border-box;
  min-height: clamp(680px, 90vh, 940px);
  padding: clamp(76px, 9vw, 120px) 20px clamp(120px, 13vw, 170px);
  background: var(--wd-hero-bg-mix);
  background-blend-mode: screen, screen, screen, normal;
  border: 0;
  box-shadow: none;
  max-height: none;
}

.website-design-page .wd-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
  background:
    radial-gradient(circle at 50% 110%, rgba(7, 3, 16, 0.78), rgba(7, 3, 16, 0) 46%),
    linear-gradient(180deg, rgba(8, 3, 18, 0.04) 0%, rgba(8, 3, 18, 0.2) 62%, rgba(8, 3, 18, 0.9) 100%);
}

.website-design-page .wd-hero::before {
  content: "";
  position: absolute;
  inset: -12% -10%;
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(173, 137, 255, 0.06) 0px,
      rgba(173, 137, 255, 0.06) 1px,
      transparent 1px,
      transparent 8px
    ),
    linear-gradient(
      90deg,
      transparent 0%,
      rgba(159, 123, 255, 0.34) 48%,
      rgba(110, 233, 255, 0.26) 52%,
      transparent 100%
    );
  mix-blend-mode: screen;
}

.website-design-page .wd-hero.wd-load-active::before {
  animation: wdBootScanSweep 1.5s cubic-bezier(0.18, 1, 0.22, 1) 1 both;
}

.website-design-page .wd-hero-art-wrap {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
}

.website-design-page .wd-hero-art {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.12);
  transform-origin: center top;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.92;
  filter: saturate(1.18) brightness(1.08);
  mix-blend-mode: screen;
}

.website-design-page .wd-hero-copy,
.website-design-page .wd-ipad-wrap,
.website-design-page .wd-mobile-upload {
  position: relative;
  z-index: 2;
}

.website-design-page .wd-hero-copy {
  position: absolute;
  left: 0;
  right: 0;
  top: clamp(104px, 9.5vw, 148px);
  bottom: calc(var(--wd-ipad-half-height) + clamp(34px, 5vw, 64px));
  display: grid;
  align-content: center;
  justify-items: center;
  text-align: center;
  gap: clamp(6px, 1vw, 12px);
  width: min(calc(100% - 40px), 900px);
  margin: 0 auto;
  padding-top: 0;
}

.website-design-page .wd-hero-copy h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 6vw, 66px);
  font-weight: 400;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: 0 16px 40px rgba(0, 0, 0, 0.32);
}

.website-design-page .wd-ipad-wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc((var(--wd-ipad-half-height) * -1) - clamp(12px, 1.8vw, 24px));
  width: var(--wd-ipad-width);
  margin: 0 auto;
  z-index: 3;
  filter: drop-shadow(0 26px 50px rgba(0, 0, 0, 0.64));
}

.website-design-page .wd-ipad-mockup {
  display: block;
  width: 100%;
  height: auto;
}

.website-design-page .wd-mobile-upload {
  display: none;
}

.website-design-page .wd-load-stage {
  opacity: 0;
  transform: translateY(30px) scale(0.975);
  filter: blur(8px) saturate(0.88);
  transition:
    opacity 840ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 1080ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 980ms cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: var(--wd-load-delay, 0ms);
  will-change: opacity, transform, filter;
}

.website-design-page .wd-load-stage.is-loaded {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0) saturate(1);
  animation: wdStageNeonPop 1120ms cubic-bezier(0.16, 1, 0.3, 1) var(--wd-load-delay, 0ms) 1 both;
}

.website-design-page .wd-hero-art-wrap.wd-load-stage {
  transform: translateY(-28px) scale(1.045);
}

.website-design-page .wd-hero-art-wrap.wd-load-stage.is-loaded {
  transform: translateY(0) scale(1);
  animation: wdArtBootIn 1360ms cubic-bezier(0.16, 1, 0.3, 1) var(--wd-load-delay, 0ms) 1 both;
}

.website-design-page .wd-ipad-wrap.wd-load-stage {
  transform: translateY(44px) scale(0.952);
}

.website-design-page .wd-ipad-wrap.wd-load-stage.is-loaded {
  animation: wdDeviceBootIn 1320ms cubic-bezier(0.16, 1, 0.3, 1) var(--wd-load-delay, 0ms) 1 both;
}

.website-design-page .wd-hero-copy.wd-load-stage h1 {
  opacity: 0;
  letter-spacing: 0.03em;
  filter: blur(9px);
  transform: translateY(18px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1) calc(var(--wd-load-delay, 0ms) + 120ms),
    letter-spacing 980ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--wd-load-delay, 0ms) + 120ms),
    filter 980ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--wd-load-delay, 0ms) + 120ms),
    transform 980ms cubic-bezier(0.16, 1, 0.3, 1) calc(var(--wd-load-delay, 0ms) + 120ms);
}

.website-design-page .wd-hero-copy.wd-load-stage.is-loaded h1 {
  opacity: 1;
  letter-spacing: -0.02em;
  filter: blur(0);
  transform: translateY(0);
}

@keyframes wdBootScanSweep {
  0% {
    opacity: 0;
    transform: translateX(-36%);
  }
  16% {
    opacity: 0.85;
  }
  62% {
    opacity: 0.45;
  }
  100% {
    opacity: 0;
    transform: translateX(32%);
  }
}

@keyframes wdStageNeonPop {
  0% {
    filter: blur(11px) brightness(1.22) saturate(0.92);
  }
  34% {
    filter: blur(2.4px) brightness(1.15) saturate(1.08);
  }
  100% {
    filter: blur(0) brightness(1) saturate(1);
  }
}

@keyframes wdArtBootIn {
  0% {
    transform: translateY(-26px) scale(1.04);
  }
  26% {
    transform: translateY(-2px) scale(1.008);
  }
  34% {
    transform: translateY(0) scale(1) translateX(-3px);
  }
  42% {
    transform: translateY(0) scale(1) translateX(3px);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@keyframes wdDeviceBootIn {
  0% {
    transform: translateY(44px) scale(0.95);
  }
  54% {
    transform: translateY(-5px) scale(1.01);
  }
  100% {
    transform: translateY(0) scale(1);
  }
}

@media (prefers-reduced-motion: reduce) {
  .website-design-page .wd-hero::before {
    animation: none !important;
    opacity: 0 !important;
  }

  .website-design-page .wd-load-stage,
  .website-design-page .wd-load-stage.is-loaded,
  .website-design-page .wd-hero-copy.wd-load-stage h1,
  .website-design-page .wd-hero-copy.wd-load-stage.is-loaded h1 {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
    animation: none;
  }
}

.website-design-page .wd-why-website {
  position: relative;
  z-index: 1;
  margin-top: 0;
  padding: calc(var(--wd-ipad-half-height) + clamp(44px, 5vw, 78px)) 0 clamp(52px, 7vw, 100px);
  background: var(--wd-why-bg-mix);
  background-blend-mode: screen, screen, screen, normal;
  overflow-y: visible;
  max-height: none;
}

.website-design-page .wd-why-shell {
  width: min(1100px, calc(100% - 42px));
  margin: 0 auto;
}

.website-design-page .wd-why-head {
  max-width: 760px;
  margin: 0 auto clamp(24px, 3.8vw, 44px);
  text-align: center;
}

.website-design-page .wd-why-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: -0.02em;
  text-shadow: none;
  animation: none !important;
  filter: none;
}

.website-design-page .wd-why-head h2::after {
  content: none;
}

.website-design-page .wd-why-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 1.6vw, 20px);
}

.website-design-page .wd-why-card {
  display: block;
  padding: clamp(18px, 2.2vw, 24px);
  border-radius: 14px;
  border: 1px solid rgba(141, 123, 255, 0.42);
  background:
    linear-gradient(145deg, rgba(17, 10, 38, 0.82), rgba(13, 8, 30, 0.62));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 12px 30px rgba(3, 2, 10, 0.35);
  transition: transform 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
  text-align: left;
  text-decoration: none;
  color: inherit;
}

.website-design-page .wd-why-card:hover {
  transform: translateY(-4px);
  border-color: rgba(171, 156, 255, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 40px rgba(3, 2, 10, 0.42);
}

.website-design-page .wd-why-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(191, 176, 255, 0.92);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    0 20px 40px rgba(3, 2, 10, 0.42),
    0 0 0 3px rgba(159, 121, 255, 0.34);
  outline: none;
}

.website-design-page .wd-why-icon {
  display: block;
  width: auto;
  height: auto;
  margin: 0 0 14px;
  color: #fff;
  font-size: clamp(56px, 4.6vw, 72px);
  line-height: 1;
  background: none;
  border: 0;
  border-radius: 0;
  text-shadow: none;
}

.website-design-page .wd-why-card h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.24;
  font-weight: 300;
  text-shadow: none;
  animation: none !important;
  filter: none;
}

.website-design-page .wd-why-card h3::after {
  content: none;
}

.website-design-page .wd-why-card p {
  margin: 0;
  color: rgba(244, 236, 255, 0.84);
  font-size: clamp(13.5px, 1.06vw, 15px);
  line-height: 1.6;
}

.website-design-page .wd-why-grid .wd-why-card[data-reveal]:nth-child(1) { transition-delay: 90ms; }
.website-design-page .wd-why-grid .wd-why-card[data-reveal]:nth-child(2) { transition-delay: 160ms; }
.website-design-page .wd-why-grid .wd-why-card[data-reveal]:nth-child(3) { transition-delay: 230ms; }
.website-design-page .wd-why-grid .wd-why-card[data-reveal]:nth-child(4) { transition-delay: 300ms; }
.website-design-page .wd-why-grid .wd-why-card[data-reveal]:nth-child(5) { transition-delay: 370ms; }
.website-design-page .wd-why-grid .wd-why-card[data-reveal]:nth-child(6) { transition-delay: 440ms; }

.website-design-page .wd-why-grid .wd-why-card[data-reveal] {
  transform: translateY(22px) scale(0.97);
  filter: blur(1.2px);
}

.website-design-page .wd-why-grid .wd-why-card[data-reveal].is-visible {
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.website-design-page .wd-laptop-features {
  position: relative;
  z-index: 1;
  padding: clamp(58px, 8vw, 108px) 0 clamp(66px, 9vw, 126px);
  background: var(--wd-laptop-bg-mix);
  background-blend-mode: screen, screen, screen, normal;
  overflow: hidden;
}

.website-design-page .wd-laptop-shell {
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
}

.website-design-page .wd-laptop-head {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
}

.website-design-page .wd-laptop-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -0.02em;
  white-space: normal;
  text-shadow: none;
  animation: none !important;
  filter: none;
}

.website-design-page .wd-laptop-head h2::after {
  content: none;
}

.website-design-page .wd-laptop-head p {
  margin: clamp(10px, 1.5vw, 16px) 0 0;
  color: rgba(244, 236, 255, 0.84);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.62;
}

.website-design-page .wd-laptop-stage {
  position: relative;
  width: min(1040px, 100%);
  margin: clamp(22px, 3vw, 38px) auto 0;
  padding: 0;
  border: 0 !important;
  border-radius: 0;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible;
}

.website-design-page .wd-laptop-mockup {
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 26px 56px rgba(0, 0, 0, 0.58));
}

.website-design-page .wd-laptop-chip {
  position: absolute;
  width: clamp(190px, 16.5vw, 248px);
  min-height: 0;
  padding: clamp(11px, 1.25vw, 15px) clamp(12px, 1.6vw, 20px);
  border-radius: 16px;
  border: 1px solid rgba(196, 183, 255, 0.34);
  background:
    linear-gradient(138deg, rgba(28, 21, 54, 0.8), rgba(12, 10, 28, 0.7));
  color: #fff;
  font-size: clamp(12px, 0.92vw, 13.5px);
  font-weight: 400;
  line-height: 1.55;
  letter-spacing: 0.01em;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    inset 0 -1px 0 rgba(255, 255, 255, 0.05),
    0 18px 38px rgba(2, 1, 8, 0.56),
    0 0 26px rgba(116, 98, 230, 0.24);
  backdrop-filter: blur(16px) saturate(145%);
  -webkit-backdrop-filter: blur(16px) saturate(145%);
  text-shadow: none;
  overflow: hidden;
  text-wrap: balance;
  isolation: isolate;
  transform: var(--wd-chip-transform, none);
}

.website-design-page .wd-laptop-chip-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-bottom: 8px;
}

.website-design-page .wd-laptop-chip-icon {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(210, 197, 255, 0.38);
  color: rgba(242, 237, 255, 0.98);
  font-size: 28px;
  line-height: 1;
  font-variation-settings: "FILL" 1, "wght" 600, "GRAD" 0, "opsz" 20;
  flex: 0 0 44px;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.3),
    0 6px 14px rgba(0, 0, 0, 0.35);
}

.website-design-page .wd-laptop-chip-title {
  color: rgba(255, 255, 255, 0.98);
  font-size: clamp(14px, 1.16vw, 17px);
  line-height: 1.4;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.website-design-page .wd-laptop-chip-text {
  margin: 0;
  color: rgba(237, 231, 255, 0.93);
  font-size: clamp(13px, 0.98vw, 14.5px);
  line-height: 1.62;
  font-weight: 300;
}

.website-design-page .wd-laptop-chip::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(128deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0) 46%);
  pointer-events: none;
}

.website-design-page .wd-laptop-chip-1 {
  top: -4%;
  left: 6%;
  --wd-chip-transform: rotate(-5.8deg);
}

.website-design-page .wd-laptop-chip-2 {
  top: 21%;
  right: -6.5%;
  --wd-chip-transform: rotate(4.6deg);
}

.website-design-page .wd-laptop-chip-3 {
  bottom: -2%;
  right: 10%;
  --wd-chip-transform: rotate(-1.8deg);
}

.website-design-page .wd-laptop-chip-4 {
  bottom: 24%;
  left: -7.2%;
  --wd-chip-transform: rotate(2.8deg);
}

@media (prefers-reduced-motion: no-preference) {
  .website-design-page .wd-laptop-chip {
    animation: wdLaptopChipFloat 5.8s ease-in-out infinite;
  }

  .website-design-page .wd-laptop-chip-2 { animation-delay: -1.3s; }
  .website-design-page .wd-laptop-chip-3 { animation-delay: -2.1s; }
  .website-design-page .wd-laptop-chip-4 { animation-delay: -2.8s; }
}

.website-design-page .wd-laptop-head[data-reveal],
.website-design-page .wd-laptop-stage[data-reveal] {
  opacity: 0;
  transform: translateY(22px) scale(0.985);
  filter: blur(1.4px);
  transition:
    opacity 620ms ease,
    transform 820ms cubic-bezier(0.18, 1, 0.22, 1),
    filter 820ms cubic-bezier(0.18, 1, 0.22, 1);
}

.website-design-page .wd-laptop-head[data-reveal].is-visible,
.website-design-page .wd-laptop-stage[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.website-design-page .wd-laptop-mobile-list {
  display: none;
}

.website-design-page .wd-faq {
  position: relative;
  z-index: 1;
  padding: 0 0 clamp(68px, 8vw, 118px);
  background: var(--wd-laptop-bg-mix);
  background-blend-mode: screen, screen, screen, normal;
}

.website-design-page .wd-faq-shell {
  width: min(1120px, calc(100% - 42px));
  margin: 0 auto;
}

.website-design-page .wd-faq-head {
  max-width: 760px;
  margin: 0 auto clamp(24px, 3.8vw, 38px);
  text-align: center;
}

.website-design-page .wd-faq-head[data-reveal] {
  transform: translateY(24px) scale(0.985);
  filter: blur(1.2px);
}

.website-design-page .wd-faq-head[data-reveal].is-visible {
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.website-design-page .wd-faq-kicker {
  margin: 0 0 12px;
  color: rgba(245, 240, 255, 0.78);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.website-design-page .wd-faq-head h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(30px, 4.4vw, 52px);
  font-weight: 300;
  line-height: 1.14;
  letter-spacing: -0.02em;
}

.website-design-page .wd-faq-head p {
  margin: 14px 0 0;
  color: rgba(244, 236, 255, 0.84);
  font-size: clamp(14px, 1.15vw, 17px);
  line-height: 1.68;
}

.website-design-page .wd-faq-list {
  display: grid;
  gap: 14px;
}

.website-design-page .wd-faq-item {
  position: relative;
  isolation: isolate;
  border-radius: 20px;
  border: 1px solid rgba(141, 123, 255, 0.28);
  background:
    linear-gradient(145deg, rgba(17, 10, 38, 0.82), rgba(13, 8, 30, 0.68));
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.08),
    0 18px 34px rgba(3, 2, 10, 0.28);
  overflow: hidden;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 320ms ease,
    box-shadow 320ms ease,
    background 320ms ease;
}

.website-design-page .wd-faq-item::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(520px 160px at 0% 0%, rgba(159, 121, 255, 0.22), rgba(159, 121, 255, 0) 62%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(159, 121, 255, 0.04));
  opacity: 0;
  transform: translateY(14px) scale(0.98);
  transition: opacity 360ms ease, transform 420ms cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.website-design-page .wd-faq-item[data-reveal] {
  transform: translateY(22px) scale(0.985);
  filter: blur(1px);
}

.website-design-page .wd-faq-item[data-reveal].is-visible {
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.website-design-page .wd-faq-list > .wd-faq-item[data-reveal]:nth-child(1) { transition-delay: 80ms; }
.website-design-page .wd-faq-list > .wd-faq-item[data-reveal]:nth-child(2) { transition-delay: 150ms; }
.website-design-page .wd-faq-list > .wd-faq-item[data-reveal]:nth-child(3) { transition-delay: 220ms; }
.website-design-page .wd-faq-list > .wd-faq-item[data-reveal]:nth-child(4) { transition-delay: 290ms; }
.website-design-page .wd-faq-list > .wd-faq-item[data-reveal]:nth-child(5) { transition-delay: 360ms; }

.website-design-page .wd-faq-item:hover,
.website-design-page .wd-faq-item[open] {
  transform: translateY(-4px);
  border-color: rgba(191, 176, 255, 0.56);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 26px 42px rgba(3, 2, 10, 0.34);
}

.website-design-page .wd-faq-item:hover::before,
.website-design-page .wd-faq-item[open]::before {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.website-design-page .wd-faq-item summary {
  list-style: none;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  cursor: pointer;
  transition: gap 240ms ease, padding 240ms ease;
}

.website-design-page .wd-faq-item summary::-webkit-details-marker {
  display: none;
}

.website-design-page .wd-faq-number {
  width: 48px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  border: 1px solid rgba(196, 183, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(245, 240, 255, 0.94);
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.14em;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    border-color 280ms ease,
    background 280ms ease,
    box-shadow 280ms ease;
}

.website-design-page .wd-faq-question {
  color: #fff;
  font-size: clamp(18px, 1.8vw, 24px);
  line-height: 1.34;
  font-weight: 400;
  letter-spacing: -0.01em;
  transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1), color 280ms ease, opacity 280ms ease;
}

.website-design-page .wd-faq-toggle {
  width: 44px;
  height: 44px;
  display: inline-grid;
  place-items: center;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(196, 183, 255, 0.28);
  color: rgba(245, 240, 255, 0.94);
  font-size: 26px;
  line-height: 1;
  transition:
    transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
    background 280ms ease,
    border-color 280ms ease,
    box-shadow 280ms ease;
}

.website-design-page .wd-faq-item summary:hover .wd-faq-question,
.website-design-page .wd-faq-item summary:focus-visible .wd-faq-question,
.website-design-page .wd-faq-item[open] .wd-faq-question {
  transform: translateX(6px);
  color: rgba(255, 255, 255, 0.98);
}

.website-design-page .wd-faq-item summary:hover .wd-faq-number,
.website-design-page .wd-faq-item summary:focus-visible .wd-faq-number,
.website-design-page .wd-faq-item[open] .wd-faq-number {
  transform: translateY(-2px) rotate(-4deg);
  border-color: rgba(196, 183, 255, 0.52);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 22px rgba(3, 2, 10, 0.22);
}

.website-design-page .wd-faq-item[open] .wd-faq-toggle {
  transform: rotate(45deg) scale(1.06);
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(196, 183, 255, 0.52);
  box-shadow: 0 10px 22px rgba(3, 2, 10, 0.22);
}

.website-design-page .wd-faq-answer {
  overflow: hidden;
  padding: 0 24px 24px 90px;
}

.website-design-page .wd-faq-answer p {
  margin: 0;
  color: rgba(244, 236, 255, 0.84);
  font-size: 16px;
  line-height: 1.72;
  transform-origin: top left;
}

.website-design-page .wd-faq-item[open] .wd-faq-answer {
  animation: wdFaqAnswerReveal 420ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.website-design-page .wd-faq-item[open] .wd-faq-answer p {
  animation: wdFaqCopyReveal 460ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

@keyframes wdFaqAnswerReveal {
  0% {
    opacity: 0;
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes wdFaqCopyReveal {
  0% {
    opacity: 0;
    transform: translateY(-8px) scale(0.985);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@media (min-width: 769px) {
  .website-design-page .wd-laptop-head h2 {
    white-space: nowrap;
  }
}

@keyframes wdLaptopChipFloat {
  0%,
  100% {
    transform: var(--wd-chip-transform, none) translateY(0);
  }
  50% {
    transform: var(--wd-chip-transform, none) translateY(-5px);
  }
}

@media (max-width: 1100px) {
  .website-design-page {
    --wd-ipad-width: min(860px, 92vw);
    --wd-ipad-half-height: clamp(92px, calc(var(--wd-ipad-width) * 0.33), 286px);
  }

  .website-design-page .wd-main {
    width: 100%;
    padding-top: 0;
  }

  .website-design-page .wd-hero {
    border-radius: 25px;
    min-height: clamp(620px, 86vh, 820px);
    width: calc(100% - 40px);
    padding-left: 20px;
    padding-right: 20px;
  }

  .website-design-page .wd-hero-art {
    width: 100%;
  }

  .website-design-page .wd-hero-copy h1 {
    font-size: clamp(38px, 5.2vw, 56px);
  }

  .website-design-page .wd-hero-copy {
    width: min(calc(100% - 40px), 720px);
    top: clamp(98px, 10vw, 136px);
    bottom: calc(var(--wd-ipad-half-height) + clamp(26px, 4.6vw, 44px));
    padding-top: 0;
  }

  .website-design-page .wd-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .website-design-page .wd-laptop-shell {
    width: calc(100% - 32px);
  }

  .website-design-page .wd-faq-shell {
    width: calc(100% - 32px);
  }

  .website-design-page .wd-laptop-stage {
    padding: 0;
  }

  .website-design-page .wd-laptop-chip-1 { top: 1%; left: 2%; }
  .website-design-page .wd-laptop-chip-2 { top: 16%; right: -1.4%; }
  .website-design-page .wd-laptop-chip-3 { bottom: 2%; right: 6%; }
  .website-design-page .wd-laptop-chip-4 { bottom: 22%; left: -1.8%; }
}

@media (max-width: 768px) {
  .website-design-page {
    --wd-ipad-width: min(94vw, 560px);
    --wd-ipad-half-height: clamp(86px, calc(var(--wd-ipad-width) * 0.37), 210px);
  }

  :is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header {
    width: calc(100% - 20px);
    top: 10px;
    padding: 9px 13px;
    border-radius: 18px;
  }

  :is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .logo-img {
    height: 36px;
  }

  .website-design-page .wd-main {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .website-design-page .wd-hero {
    width: calc(100% - 40px);
    border-radius: 25px;
    min-height: clamp(560px, 88vh, 760px);
    padding: 0 20px 98px;
    box-shadow: none;
    background: var(--wd-hero-bg-mix);
  }

  .website-design-page .wd-hero-art-wrap {
    inset: 0;
    height: 100%;
    min-height: 100%;
    max-height: none;
    overflow: hidden;
  }

  .website-design-page .wd-hero-art {
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.16);
    transform-origin: center top;
    opacity: 0.96;
  }

  .website-design-page .wd-hero.wd-mobile-art-custom .wd-hero-art {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    object-fit: cover;
    opacity: 0.62;
    filter: none;
    mix-blend-mode: normal;
  }

  .website-design-page .wd-hero-copy h1 {
    font-size: clamp(30px, 10vw, 44px);
    line-height: 1.12;
    max-width: 300px;
  }

  .website-design-page .wd-hero-copy {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: calc(var(--wd-ipad-half-height) + clamp(20px, 6vw, 34px));
    width: min(calc(100% - 40px), 420px);
    margin: 0 auto;
    padding-top: 0;
    display: grid;
    align-content: center;
    justify-items: center;
  }

  .website-design-page .wd-ipad-wrap {
    width: var(--wd-ipad-width);
    left: 0;
    right: 0;
    bottom: calc((var(--wd-ipad-half-height) * -1) - clamp(8px, 2.4vw, 14px));
    margin: 0 auto;
    filter: drop-shadow(0 18px 30px rgba(0, 0, 0, 0.56));
  }

  .website-design-page .wd-mobile-upload {
    display: none !important;
    gap: 8px;
    width: min(360px, 100%);
    margin: 10px auto 0;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  }

  .website-design-page .wd-upload-label {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.01em;
  }

  .website-design-page #wdHeroImageInput {
    width: 100%;
    font-size: 13px;
    color: var(--wd-muted-text);
  }

  .website-design-page #wdHeroImageInput::file-selector-button {
    border: none;
    padding: 9px 12px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--wd-accent-a), var(--wd-accent-b));
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
    cursor: pointer;
  }

  .website-design-page .wd-upload-reset {
    border: 1px solid rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-radius: 999px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
  }

  .website-design-page .wd-upload-note {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.4;
  }

  .website-design-page .wd-why-website {
    padding: calc(var(--wd-ipad-half-height) + 40px) 0 56px;
    background: var(--wd-why-bg-mix);
  }

  .website-design-page .wd-why-shell {
    width: calc(100% - 24px);
  }

  .website-design-page .wd-why-head h2 {
    font-size: clamp(30px, 9.2vw, 44px);
  }

  .website-design-page .wd-why-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .website-design-page .wd-why-card {
    padding: 16px;
  }

  .website-design-page .wd-why-icon {
    width: auto;
    height: auto;
    font-size: clamp(48px, 12vw, 62px);
    margin: 0 0 12px;
  }

  .website-design-page .wd-laptop-features {
    padding: 56px 0 70px;
  }

  .website-design-page .wd-laptop-shell {
    width: calc(100% - 24px);
  }

  .website-design-page .wd-faq {
    padding: 0 0 74px;
  }

  .website-design-page .wd-faq-shell {
    width: calc(100% - 24px);
  }

  .website-design-page .wd-faq-head h2 {
    font-size: clamp(30px, 9.2vw, 44px);
  }

  .website-design-page .wd-faq-item summary {
    gap: 14px;
    padding: 18px;
  }

  .website-design-page .wd-faq-number {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    font-size: 12px;
  }

  .website-design-page .wd-faq-question {
    font-size: 17px;
    line-height: 1.38;
  }

  .website-design-page .wd-faq-toggle {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    font-size: 22px;
  }

  .website-design-page .wd-faq-answer {
    padding: 0 18px 18px;
  }

  .website-design-page .wd-faq-answer p {
    font-size: 15px;
  }

  .website-design-page .wd-laptop-head p {
    font-size: 14px;
  }

  .website-design-page .wd-laptop-stage {
    width: 100%;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    display: block;
    overflow: visible;
  }

  .website-design-page .wd-laptop-chip {
    position: absolute;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    text-shadow: none;
    transform: none !important;
    animation: none !important;
  }

  .website-design-page .wd-laptop-chip-top {
    margin-bottom: 0;
    gap: 0;
    align-items: center;
  }

  .website-design-page .wd-laptop-chip-title,
  .website-design-page .wd-laptop-chip-text {
    display: none;
  }

  .website-design-page .wd-laptop-chip-icon {
    width: 42px;
    height: 42px;
    font-size: 26px;
    flex: 0 0 42px;
    background: rgba(20, 10, 46, 0.66);
    border: 1px solid rgba(223, 208, 255, 0.44);
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, 0.28),
      0 8px 20px rgba(0, 0, 0, 0.48);
  }

  .website-design-page .wd-laptop-chip-1 { top: 8%; left: 14%; }
  .website-design-page .wd-laptop-chip-2 { top: 27%; right: 4%; }
  .website-design-page .wd-laptop-chip-3 { bottom: 16%; right: 18%; }
  .website-design-page .wd-laptop-chip-4 { bottom: 25%; left: 4%; }

  .website-design-page .wd-laptop-mobile-list {
    display: grid;
    gap: 0;
    width: 100%;
    margin-top: 20px;
  }

  .website-design-page .wd-laptop-mobile-item {
    padding: 0 0 12px;
    margin-bottom: 12px;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid rgba(202, 187, 255, 0.3);
    background: none;
    box-shadow: none;
  }

  .website-design-page .wd-laptop-mobile-item-top {
    display: block;
    margin-bottom: 6px;
  }

  .website-design-page .wd-laptop-mobile-item-icon {
    display: none;
  }

  .website-design-page .wd-laptop-mobile-item h3 {
    margin: 0;
    color: #fff;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;
    letter-spacing: 0.01em;
    animation: none !important;
    filter: none;
    text-shadow: none;
  }

  .website-design-page .wd-laptop-mobile-item h3::after {
    content: none;
  }

  .website-design-page .wd-laptop-mobile-item p {
    margin: 0;
    color: rgba(238, 232, 255, 0.9);
    font-size: 13px;
    line-height: 1.58;
    font-weight: 300;
  }

  .website-design-page .wd-laptop-mobile-item[data-reveal] {
    transform: translateY(14px);
    opacity: 0;
    filter: blur(0.8px);
    transition: transform 460ms ease, opacity 460ms ease, filter 460ms ease;
  }

  .website-design-page .wd-laptop-mobile-item[data-reveal].is-visible {
    transform: translateY(0);
    opacity: 1;
    filter: blur(0);
  }

  .website-design-page .wd-laptop-mobile-item[data-reveal]:nth-child(1) { transition-delay: 80ms; }
  .website-design-page .wd-laptop-mobile-item[data-reveal]:nth-child(2) { transition-delay: 150ms; }
  .website-design-page .wd-laptop-mobile-item[data-reveal]:nth-child(3) { transition-delay: 220ms; }
  .website-design-page .wd-laptop-mobile-item[data-reveal]:nth-child(4) { transition-delay: 290ms; }
}

@media (max-width: 520px) {
  .website-design-page .wd-laptop-chip-icon {
    width: 38px;
    height: 38px;
    font-size: 22px;
    flex: 0 0 38px;
  }
}

@media (max-width: 420px) {
  .website-design-page {
    --wd-ipad-width: min(96vw, 440px);
    --wd-ipad-half-height: clamp(78px, calc(var(--wd-ipad-width) * 0.37), 170px);
  }

  .website-design-page .wd-main {
    width: 100%;
    padding-top: 0;
  }

  .website-design-page .wd-hero {
    width: calc(100% - 40px);
    border-radius: 25px;
    padding: 0 20px 88px;
  }

  .website-design-page .wd-hero-art-wrap {
    height: 100%;
    min-height: 100%;
  }

  .website-design-page .wd-hero-copy h1 {
    font-size: clamp(28px, 9.6vw, 36px);
    max-width: 260px;
  }

  .website-design-page .wd-hero-copy {
    width: min(calc(100% - 40px), 340px);
    bottom: calc(var(--wd-ipad-half-height) + clamp(14px, 5vw, 24px));
  }

  .website-design-page .wd-ipad-wrap {
    width: var(--wd-ipad-width);
  }

  .website-design-page .wd-mobile-upload {
    padding: 10px;
    border-radius: 12px;
  }

  .website-design-page .wd-why-shell {
    width: calc(100% - 16px);
  }

  .website-design-page .wd-why-head h2 {
    font-size: clamp(28px, 8.8vw, 34px);
  }

  .website-design-page .wd-laptop-shell {
    width: calc(100% - 16px);
  }

  .website-design-page .wd-faq-shell {
    width: calc(100% - 16px);
  }

  .website-design-page .wd-faq-head h2 {
    font-size: clamp(28px, 8.8vw, 34px);
  }

  .website-design-page .wd-faq-item summary {
    padding: 16px;
  }

  .website-design-page .wd-faq-number {
    display: none;
  }

  .website-design-page .wd-faq-question {
    font-size: 16px;
  }

  .website-design-page .wd-laptop-head h2 {
    font-size: clamp(26px, 8.2vw, 32px);
  }

  .website-design-page .wd-laptop-stage {
    padding: 0;
  }
}

/* ------------------------------------------- */
/* STANDARD WEBSITE TYPOGRAPHY */
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page) {
  --site-type-hero: clamp(32px, 4.4vw, 52px);
  --site-type-section: clamp(26px, 3vw, 38px);
  --site-type-subtitle: clamp(18px, 1.9vw, 24px);
  --site-type-copy: clamp(15px, 1.05vw, 16px);
  --site-type-ui: 14px;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(.nav a, .dropdown-btn, .mobile-link, .mobile-dropdown-btn, .mobile-dropdown-menu a, .contact-btn, .contact-btn span) {
  font-size: var(--site-type-ui) !important;
  font-weight: 500 !important;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page)
  :is(.service-btn, .cta-btn, .blog-read, .read-more-btn, .mp-readmore, .bk-importance-btn, .bk-attach-btn, .bk-why-btn, .biz-link, .prefooter-strip-pill, .blogs-index-tag, .blogs-article-pill, .blogs-article-meta, .exp-pill, .exp-card-tag, .edu-tag, .edu-date, .partner-more, .awards-date, .service-pill, .service-plus, .blog-meta, .blog-read, .av-chip, .av-card-cta, .bk-importance-kicker, .bk-importance-tags span, .bk-video-kicker, .bk-attach-kicker, .biz-kicker, .blogs-hero-kicker, .blogs-panel-label) {
  font-size: var(--site-type-ui) !important;
  font-weight: 500 !important;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page)
  :is(.hero-text h1, .bk-title, .blogs-hero-copy h1, .biz-hero h1, .bk-attach-copy h1, .wd-hero-copy h1) {
  font-size: var(--site-type-hero) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

.performance-page main h1,
.coming-content h1 {
  font-size: clamp(32px, 4.4vw, 52px) !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
}

:is(.home-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page)
  :is(.about-title, .provide-title, .portfolio-title, .blog-title, .av-title, .exp-title, .mp-title, .partners-title, .awards-title, .blogs-hero-panel h2, .blogs-index-head h2, .blogs-article h2, .bk-importance-head h2, .bk-why-copy h2, .bk-video-head h2, .wd-why-head h2, .wd-laptop-head h2) {
  font-size: var(--site-type-section) !important;
  font-weight: 600 !important;
  line-height: 1.14 !important;
}

.website-design-page .wd-why-head[data-reveal].is-visible h2,
.website-design-page .wd-laptop-head[data-reveal].is-visible h2 {
  font-weight: 400 !important;
}

:is(.home-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page)
  :is(.card-bottom h3, .business-text h3, .card.website h3, .ad-overlay h3, .home-testimonial-user h3, .blogs-index-card h3, .av-card h3, .edu-title, .biz-card h3, .bk-importance-content h3, .wd-why-card h3, .wd-laptop-mobile-item h3) {
  font-size: var(--site-type-subtitle) !important;
  font-weight: 600 !important;
  line-height: 1.22 !important;
}

:is(.home-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page)
  :is(.about-text p, .blog-card-text, .blogs-hero-copy p, .blogs-hero-panel p, .blogs-index-card p, .blogs-article p, .blogs-article-points li, .av-text, .exp-lead, .exp-desc, .edu-desc, .partner-role, .awards-desc, .biz-hero p, .biz-card p, .bk-importance-head p, .bk-importance-content p, .bk-why-copy p, .bk-attach-copy p, .bk-video-head p, .coming-content p, .footer-brand p, .mp-desc) {
  font-size: var(--site-type-copy) !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
}

.coming-content p {
  font-size: clamp(15px, 1.05vw, 16px) !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
}

:is(.whatsapp-btn, .go-back, .wa-chat-title, .wa-chat-help, .wa-chat-chip, .wa-chat-send) {
  font-size: 14px !important;
}

/* Reduce oversized corner curves sitewide while keeping circles intact. */
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page) {
  --site-radius-panel: 20px;
  --site-radius-card: 18px;
  --site-radius-soft: 14px;
  --site-radius-pill: 14px;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .header,
    .dropdown-menu,
    .mobile-menu,
    .mobile-dropdown-menu,
    .provide-wrapper,
    .provide-grid > *,
    .home-testimonials-shell,
    .home-testimonial-card,
    .portfolio-box,
    .blogs-hero-panel,
    .blogs-index-card,
    .blogs-articles-shell,
    .blogs-article,
    .av-media,
    .av-card,
    .exp-card,
    .mp-stage,
    .edu-archive,
    .edu-archive-item,
    .edu-archive-summary,
    .partner-card,
    .awards-card,
    .bk-shell,
    .bk-shell-inner,
    .bk-card,
    .bk-card-inner,
    .bk-importance-shell,
    .bk-importance-media,
    .bk-why-shell,
    .bk-why-point,
    .bk-video-shell,
    .bk-attach-shell,
    .biz-card,
    .wd-why-shell,
    .wd-why-card,
    .wd-laptop-shell,
    .wd-laptop-mobile-item,
    .prefooter-strip
  ) {
  border-radius: var(--site-radius-panel) !important;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .blogs-index-card img,
    .blogs-article-media img,
    .bk-media,
    .bk-media img,
    .bk-phone,
    .bk-phone-screen,
    .bk-phone-screen img,
    .awards-photo,
    .award-thumb,
    .award-thumb img,
    .wd-mobile-upload,
    .wd-ipad-mockup,
    .wd-laptop-mockup,
    .wd-laptop-chip
  ) {
  border-radius: var(--site-radius-soft) !important;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .contact-btn,
    .service-btn,
    .cta-btn,
    .blog-read,
    .read-more-btn,
    .portfolio-cta,
    .mp-readmore,
    .bk-pill,
    .bk-card-badge,
    .bk-importance-btn,
    .bk-attach-btn,
    .bk-why-btn,
    .biz-link,
    .prefooter-strip-pill,
    .blogs-index-tag,
    .blogs-article-pill,
    .blogs-article-meta,
    .exp-pill,
    .exp-card-tag,
    .edu-tag,
    .edu-date,
    .partner-more,
    .awards-date,
    .service-pill,
    .service-plus,
    .av-chip,
    .av-card-cta,
    .home-testimonial-user,
    .bk-gmb-label,
    .bk-importance-tags span,
    .bk-importance-kicker,
    .bk-video-kicker,
    .bk-attach-kicker,
    .biz-kicker,
    .blogs-hero-kicker,
    .blogs-panel-label
  ) {
  border-radius: var(--site-radius-pill) !important;
}

/* Keep all major pages on one near-black ambient background family. */
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page) {
  --site-bg-base: #121212;
  --site-bg-shell:
    radial-gradient(circle at 14% 14%, rgba(118, 90, 255, 0.18), rgba(118, 90, 255, 0) 28%),
    radial-gradient(circle at 84% 10%, rgba(84, 199, 255, 0.12), rgba(84, 199, 255, 0) 30%),
    radial-gradient(circle at 52% 82%, rgba(255, 122, 88, 0.08), rgba(255, 122, 88, 0) 32%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(18, 18, 18, 1) 100%);
  --site-bg-section:
    radial-gradient(circle at 16% 18%, rgba(118, 90, 255, 0.12), rgba(118, 90, 255, 0) 26%),
    radial-gradient(circle at 82% 14%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 28%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.96) 0%, rgba(18, 18, 18, 0.98) 100%);
  background-color: var(--site-bg-base) !important;
  background-image: var(--site-bg-shell) !important;
  color: #f4f0ff;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page) .site-footer {
  background: var(--site-bg-section) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-page .cta-strip,
.home-page .site-footer,
.blogs-page .blogs-main,
.blogs-page .site-footer,
.brandkit-page .bk-main,
.businesses-page .biz-main,
.performance-page main {
  background: transparent !important;
}

.about-page:not(.website-design-page) {
  background-image:
    radial-gradient(circle at 16% 12%, rgba(126, 96, 247, 0.16), rgba(126, 96, 247, 0) 28%),
    radial-gradient(circle at 84% 18%, rgba(84, 199, 255, 0.1), rgba(84, 199, 255, 0) 30%),
    radial-gradient(circle at 48% 78%, rgba(255, 122, 88, 0.07), rgba(255, 122, 88, 0) 30%),
    linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%) !important;
}

.home-page {
  background-color: #121212 !important;
  background-image: none !important;
}

.blogs-page {
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%) !important;
}

.blogs-page .header {
  background: rgba(18, 18, 18, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.36);
}

.blogs-page .header.wd-header-nav-only {
  background: rgba(18, 18, 18, 0.82);
}

.blogs-page .wd-mini-brand {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.blogs-page .dropdown-menu {
  background: rgba(24, 24, 25, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.42);
}

.blogs-page .dropdown-menu::before {
  background: rgba(24, 24, 25, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.blogs-page .dropdown-brandkit::after {
  background: rgba(255, 255, 255, 0.08);
}

.brandkit-page {
  background-image:
    radial-gradient(circle at 14% 14%, rgba(86, 120, 255, 0.14), rgba(86, 120, 255, 0) 30%),
    radial-gradient(circle at 84% 10%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 30%),
    radial-gradient(circle at 50% 80%, rgba(159, 121, 255, 0.08), rgba(159, 121, 255, 0) 32%),
    linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%) !important;
}

.businesses-page {
  background-image:
    radial-gradient(circle at 12% 86%, rgba(255, 122, 88, 0.08), rgba(255, 122, 88, 0) 28%),
    radial-gradient(circle at 86% 10%, rgba(126, 96, 247, 0.16), rgba(126, 96, 247, 0) 30%),
    radial-gradient(circle at 54% 24%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 28%),
    linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%) !important;
}

.performance-page {
  background-image:
    radial-gradient(circle at 18% 18%, rgba(126, 96, 247, 0.14), rgba(126, 96, 247, 0) 28%),
    radial-gradient(circle at 82% 16%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 28%),
    linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%) !important;
}

.website-design-page {
  --wd-page-bg:
    radial-gradient(circle at 12% 16%, rgba(126, 96, 247, 0.18), rgba(126, 96, 247, 0) 30%),
    radial-gradient(circle at 84% 10%, rgba(84, 199, 255, 0.1), rgba(84, 199, 255, 0) 30%),
    radial-gradient(circle at 50% 78%, rgba(255, 122, 88, 0.08), rgba(255, 122, 88, 0) 30%),
    linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%);
  --wd-main-bg-mix:
    radial-gradient(circle at 14% 18%, rgba(126, 96, 247, 0.12), rgba(126, 96, 247, 0) 28%),
    radial-gradient(circle at 84% 12%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 30%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(18, 18, 18, 1) 100%);
  --wd-hero-bg-mix:
    radial-gradient(circle at 12% 16%, rgba(126, 96, 247, 0.16), rgba(126, 96, 247, 0) 30%),
    radial-gradient(circle at 84% 8%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 30%),
    radial-gradient(circle at 52% 84%, rgba(255, 122, 88, 0.06), rgba(255, 122, 88, 0) 28%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.98) 0%, rgba(18, 18, 18, 1) 100%);
  --wd-why-bg-mix:
    radial-gradient(circle at 16% 16%, rgba(126, 96, 247, 0.12), rgba(126, 96, 247, 0) 28%),
    radial-gradient(circle at 82% 84%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 30%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.96) 0%, rgba(18, 18, 18, 1) 100%);
  --wd-laptop-bg-mix:
    radial-gradient(circle at 14% 18%, rgba(126, 96, 247, 0.12), rgba(126, 96, 247, 0) 28%),
    radial-gradient(circle at 86% 82%, rgba(84, 199, 255, 0.08), rgba(84, 199, 255, 0) 30%),
    linear-gradient(180deg, rgba(18, 18, 18, 0.96) 0%, rgba(18, 18, 18, 1) 100%);
  background-image: var(--wd-page-bg) !important;
}

.website-design-page .wd-main,
.website-design-page .wd-hero,
.website-design-page .wd-why-website,
.website-design-page .wd-laptop-features {
  background-blend-mode: screen, screen, normal !important;
}

/* Home hero: keep editorial display sizing after shared typography normalization. */
.home-page .hero-text h1 {
  font-size: 128px !important;
  line-height: 0.88 !important;
  font-weight: 500 !important;
  letter-spacing: -0.05em !important;
}

@media (max-width: 768px) {
  .home-page .hero-text h1 {
    font-size: clamp(54px, 13.8vw, 96px) !important;
    line-height: 0.92 !important;
  }
}

@media (max-width: 560px) {
  .home-page .hero-text h1 {
    font-size: clamp(44px, 15.6vw, 70px) !important;
    line-height: 0.94 !important;
  }
}

/* Standardize visible hero gutters across the main site pages. */
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page) {
  --site-hero-gutter: 20px;
}

.home-page .hero,
.website-design-page .wd-hero {
  width: calc(100% - (var(--site-hero-gutter) * 2)) !important;
  margin-left: auto;
  margin-right: auto;
}

.about-page .about-hero {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  box-sizing: border-box;
}

/* Shared interactive accent: use the third theme color for button hover/active states. */
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page) {
  --site-accent-3: #755cff;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .contact-btn,
    .service-btn,
    .cta-btn,
    .blog-read,
    .blogs-ghost-btn,
    .read-more-btn,
    .portfolio-cta,
    .mp-readmore,
    .bk-importance-btn,
    .bk-attach-btn,
    .bk-why-btn,
    .biz-link,
    .prefooter-strip-pill,
    .blogs-index-tag,
    .blogs-article-pill,
    .exp-pill,
    .exp-card-tag,
    .edu-tag,
    .edu-date,
    .partner-more,
    .awards-date,
    .service-pill,
    .service-plus,
    .av-chip,
    .av-card-cta,
    .go-back
  ):is(:hover, :focus-visible, :active, .is-active, .active, [aria-pressed="true"], [aria-current="page"]) {
  background: var(--site-accent-3) !important;
  border-color: var(--site-accent-3) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .contact-btn,
    .service-btn,
    .cta-btn,
    .blog-read,
    .blogs-ghost-btn,
    .read-more-btn,
    .portfolio-cta,
    .mp-readmore,
    .bk-importance-btn,
    .bk-attach-btn,
    .bk-why-btn,
    .biz-link,
    .prefooter-strip-pill,
    .blogs-index-tag,
    .blogs-article-pill,
    .exp-pill,
    .exp-card-tag,
    .edu-tag,
    .edu-date,
    .partner-more,
    .awards-date,
    .service-pill,
    .service-plus,
    .av-chip,
    .av-card-cta,
    .go-back
  ):is(:hover, :focus-visible, :active, .is-active, .active, [aria-pressed="true"], [aria-current="page"]) i,
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .contact-btn,
    .service-btn,
    .cta-btn,
    .blog-read,
    .blogs-ghost-btn,
    .read-more-btn,
    .portfolio-cta,
    .mp-readmore,
    .bk-importance-btn,
    .bk-attach-btn,
    .bk-why-btn,
    .biz-link,
    .prefooter-strip-pill,
    .blogs-index-tag,
    .blogs-article-pill,
    .exp-pill,
    .exp-card-tag,
    .edu-tag,
    .edu-date,
    .partner-more,
    .awards-date,
    .service-pill,
    .service-plus,
    .av-chip,
    .av-card-cta,
    .go-back
  ):is(:hover, :focus-visible, :active, .is-active, .active, [aria-pressed="true"], [aria-current="page"]) span {
  color: #ffffff !important;
}

/* Remove gradient fills from button surfaces while keeping the current color theme. */
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page) {
  --site-button-solid: #6d5dfc;
  --site-button-success: #25d366;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .contact-btn,
    .service-btn,
    .read-more-btn,
    .cta-btn.primary,
    .network-cta,
    .bk-importance-btn,
    .bk-attach-btn--primary
  ) {
  background-image: none !important;
  background-color: var(--site-button-solid) !important;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .creative-dark-page)
  :is(
    .bk-why-btn--primary,
    .whatsapp-chatbot,
    .wa-chat-send
  ) {
  background-image: none !important;
  background-color: var(--site-button-success) !important;
}

/* Final home About section sizing pass */
.home-page .about-section .about-grid {
  grid-template-columns: 0.88fr 1.18fr 1fr;
  align-items: stretch;
  gap: 12px;
}

.home-page .about-section .about-grid > * {
  height: 100%;
  min-height: 0;
}

.home-page .about-section .about-intro {
  display: grid;
  grid-template-rows: auto 1fr;
  align-items: stretch;
  justify-items: center;
  place-items: center;
  gap: 8px;
}

.home-page .about-section .about-intro-media {
  width: 100%;
  max-width: 280px;
  min-height: 0;
  display: grid;
  place-items: center;
  place-self: center;
  align-self: center;
  align-items: center;
  justify-content: center;
  margin-inline: auto;
}

.home-page .about-section .about-intro-media img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 360px;
  object-fit: contain;
  object-position: center center;
  margin-inline: auto;
}

.home-page .about-section .about-intro.is-visible,
.home-page .about-section .about-intro.is-visible .about-intro-media,
.home-page .about-section .about-intro.is-visible .about-intro-media img {
  justify-self: center !important;
  align-self: center !important;
  margin-inline: auto !important;
}

.home-page .about-section .about-story {
  display: grid;
  grid-template-rows: auto 1fr;
  gap: 8px;
  padding: 16px 18px;
}

.home-page .about-section .about-story-title {
  margin: 0;
  align-self: start;
}

.home-page .about-section .about-story-copy {
  margin-top: 0;
  min-height: 0;
  align-self: end;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 10px;
}

.home-page .about-section .about-side {
  display: grid;
  grid-template-rows: auto 1fr;
  align-content: stretch;
  gap: 12px;
  min-height: 0;
}

.home-page .about-section .about-stats-grid {
  gap: 12px;
}

.home-page .about-section .about-stat-card,
.home-page .about-section .about-stat-card.about-stat-card--text {
  aspect-ratio: 1 / 1;
  min-height: 0;
}

.home-page .about-section .about-skills-card {
  min-height: 0;
  height: auto;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 10px;
}

.home-page .about-section .about-skill-list {
  gap: 8px 10px;
  align-content: flex-start;
}

.home-page .about-section .about-skill-pill {
  font-size: 16px;
  font-weight: 300;
}

@media (max-width: 980px) {
  .home-page .about-section .about-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .home-page .about-section .about-intro {
    grid-column: 1 / -1;
    grid-template-rows: none;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-items: stretch;
  }

  .home-page .about-section .about-intro-media {
    max-width: 255px;
    justify-self: center;
  }

  .home-page .about-section .about-intro-media img {
    max-height: 255px;
  }

  .home-page .about-section .about-stat-card,
  .home-page .about-section .about-stat-card.about-stat-card--text {
    aspect-ratio: auto;
    min-height: 148px;
  }

  .home-page .about-section .about-skill-pill {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .home-page .about-section .about-grid {
    grid-template-columns: 1fr;
  }

  .home-page .about-section .about-intro {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    justify-items: start;
  }

  .home-page .about-section .about-intro-media {
    max-width: 320px;
    justify-self: center;
  }

  .home-page .about-section .about-intro-media img {
    max-height: 320px;
  }

  .home-page .about-section .about-story,
  .home-page .about-section .about-skills-card {
    padding: 18px;
  }
}

/* Shared dark button shell */
:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page, .focus-page) {
  --site-button-shell-bg: #1d1d1f;
  --site-button-shell-border: rgba(255, 255, 255, 0.08);
  --site-button-shell-radius: 16px;
  --site-button-shell-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page)
  :is(
    .contact-btn,
    .service-btn,
    .cta-btn,
    .blog-read,
    .read-more-btn,
    .portfolio-cta,
    .network-cta,
    .bk-importance-btn,
    .bk-attach-btn,
    .bk-why-btn,
    .biz-link,
    .wd-upload-reset,
    .home-song-play
  ) {
  background: var(--site-button-shell-bg) !important;
  background-image: none !important;
  border: 1px solid var(--site-button-shell-border) !important;
  border-radius: var(--site-button-shell-radius) !important;
  box-shadow: var(--site-button-shell-shadow) !important;
  color: #f7f7f8 !important;
}

:is(.home-page, .about-page, .blogs-page, .brandkit-page, .businesses-page, .website-design-page, .performance-page)
  :is(
    .contact-btn,
    .service-btn,
    .cta-btn,
    .blog-read,
    .read-more-btn,
    .portfolio-cta,
    .network-cta,
    .bk-importance-btn,
    .bk-attach-btn,
    .bk-why-btn,
    .biz-link,
    .wd-upload-reset
  ) {
  min-height: 38px;
}

.home-page .home-song-play {
  min-width: 52px;
  min-height: 38px;
}

/* Match home Provide section to the home About surface colors */
.home-page .provide {
  --home-about-surface: rgba(24, 24, 25, 0.94);
  --home-about-border: rgba(255, 255, 255, 0.08);
  --home-about-text: #ffffff;
  --home-about-muted: rgba(236, 231, 245, 0.82);
  --home-about-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

.home-page .provide .provide-grid > :is(.business-card, .stats, .services-mini) {
  background: var(--home-about-surface) !important;
  border: 1px solid var(--home-about-border) !important;
  box-shadow: var(--home-about-shadow) !important;
  color: var(--home-about-text) !important;
}

.home-page .provide .provide-grid > :is(.profile, .ad-card, .website) {
  border: 1px solid var(--home-about-border) !important;
  box-shadow: var(--home-about-shadow) !important;
}

.home-page .provide .card.profile::before {
  background:
    linear-gradient(
      to top,
      rgba(18, 18, 18, 0.86),
      rgba(18, 18, 18, 0.18)
    ) !important;
}

.home-page .provide .ad-card::before,
.home-page .provide .card.website::before {
  background:
    linear-gradient(
      to top,
      rgba(18, 18, 18, 0.88),
      rgba(18, 18, 18, 0.24)
    ) !important;
}

.home-page .provide :is(.card-bottom h3, .stats h1, .stats-text h3, .ad-overlay h3, .card.website h3) {
  color: var(--home-about-text) !important;
}

.home-page .provide :is(.card-bottom p, .stats-text, .ad-overlay p, .card.website p) {
  color: var(--home-about-muted) !important;
}

.home-page .provide-title {
  font-weight: 400 !important;
  margin-bottom: 18px !important;
}

.home-page .projects-title,
.home-page .network-title {
  color: #f6f0ff !important;
  font-size: var(--site-type-section) !important;
  font-weight: 400 !important;
  line-height: 1.14 !important;
  letter-spacing: 0 !important;
}

.home-page .provide .ig-btn {
  background: rgba(255, 255, 255, 0.08) !important;
  color: #f4f3f7 !important;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04) !important;
}

.home-page .provide .service-pill,
.home-page .provide .service-plus {
  background: rgba(255, 255, 255, 0.06) !important;
  border-color: rgba(255, 255, 255, 0.22) !important;
  border-radius: 999px !important;
  color: #f4f3f7 !important;
  box-shadow: none !important;
}

.home-page .provide .service-pill:hover,
.home-page .provide .service-plus:hover {
  background: rgba(255, 255, 255, 0.12) !important;
}

.home-page .provide .logo-circle,
.home-page .provide .logos img {
  background: rgba(255, 255, 255, 0.96);
  border: 0 !important;
  box-shadow: none !important;
}

.home-page .home-testimonials-shell {
  width: 100% !important;
  max-width: none !important;
  margin-left: 0;
  margin-right: 0;
}

.home-page .contact-role-section--home {
  padding: 14px 0 0;
}

.home-page .contact-role-section--home .section-shell-inner {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 40px);
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(248, 251, 255, 0.94), rgba(229, 236, 255, 0.98)),
    #f7f9ff;
  border: 1px solid rgba(143, 183, 255, 0.24);
  box-shadow: 0 28px 70px rgba(5, 11, 20, 0.18);
}

.home-page .contact-role-section--home .contact-role-layout {
  grid-template-columns: minmax(280px, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(24px, 3vw, 36px);
  align-items: center;
}

.home-page .contact-role-section--home .contact-role-copy h2 {
  margin: 14px 0 0;
  max-width: 11ch;
  font-size: clamp(40px, 4.8vw, 66px);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 400;
  color: #09111f;
}

.home-page .contact-role-section--home .contact-role-copy > p {
  max-width: 39ch;
  font-size: 18px;
  line-height: 1.65;
}

.home-page .contact-role-section--home .contact-role-points {
  max-width: 42ch;
}

.home-page .contact-role-section--home .contact-role-carousel-controls {
  display: flex;
  gap: 12px;
  margin-top: 28px;
}

.home-page .contact-role-section--home .contact-role-carousel-btn {
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #09111f;
  color: #f5f7ff;
  cursor: pointer;
  transition:
    transform 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
  box-shadow: 0 16px 30px rgba(9, 17, 31, 0.16);
}

.home-page .contact-role-section--home .contact-role-carousel-btn:hover,
.home-page .contact-role-section--home .contact-role-carousel-btn:focus-visible {
  transform: translateY(-2px);
  background: #213fdb;
  box-shadow: 0 20px 34px rgba(33, 63, 219, 0.24);
}

.home-page .contact-role-section--home .contact-role-carousel {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.home-page .contact-role-section--home .contact-role-carousel-viewport {
  overflow: hidden;
  border-radius: 30px;
}

.home-page .contact-role-section--home .contact-role-carousel-track {
  display: flex;
  align-items: stretch;
  width: 100%;
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.home-page .contact-role-section--home .contact-role-card {
  flex: 0 0 100%;
  min-width: 100%;
  min-height: clamp(320px, 36vw, 412px);
  padding: clamp(24px, 3.2vw, 34px);
  border-radius: 30px;
  border-color: rgba(143, 183, 255, 0.18);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    0 22px 44px rgba(5, 11, 20, 0.16);
}

.home-page .contact-role-section--home .contact-role-card.is-active {
  border-color: rgba(143, 183, 255, 0.28);
}

.home-page .contact-role-section--home .contact-role-card p {
  max-width: 38ch;
}

.home-page .contact-role-section--home .contact-role-carousel-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.home-page .contact-role-section--home .contact-role-carousel-count {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(9, 17, 31, 0.58);
}

.home-page .contact-role-section--home .contact-role-carousel-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.home-page .contact-role-section--home .contact-role-carousel-dot {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(9, 17, 31, 0.16);
  cursor: pointer;
  transition:
    width 220ms ease,
    background-color 220ms ease,
    transform 220ms ease;
}

.home-page .contact-role-section--home .contact-role-carousel-dot.is-active {
  width: 34px;
  background: #213fdb;
}

.home-page .contact-role-section--home .contact-role-copy [data-reveal]:nth-child(1) { transition-delay: 40ms; }
.home-page .contact-role-section--home .contact-role-copy [data-reveal]:nth-child(2) { transition-delay: 110ms; }
.home-page .contact-role-section--home .contact-role-copy [data-reveal]:nth-child(3) { transition-delay: 180ms; }
.home-page .contact-role-section--home .contact-role-copy [data-reveal]:nth-child(4) { transition-delay: 250ms; }
.home-page .contact-role-section--home .contact-role-copy [data-reveal]:nth-child(5) { transition-delay: 320ms; }

.home-page .blog-section {
  --home-about-text: #ffffff;
  --home-about-muted: rgba(236, 231, 245, 0.82);
}

.home-page .blog-shell {
  width: calc(100% - 40px);
  max-width: none;
  gap: clamp(28px, 4vw, 72px);
}

.home-page .network-strip {
  margin: 0;
}

.home-page .network-container {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto;
}

.home-page .blog-container {
  width: 100%;
}

@media (max-width: 1080px) {
  .home-page .contact-role-section--home .contact-role-layout {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .home-page .contact-role-section--home .contact-role-copy h2 {
    max-width: none;
  }
}

@media (max-width: 820px) {
  .home-page .contact-role-section--home .section-shell-inner {
    width: calc(100% - 32px);
    padding: 22px;
    border-radius: 28px;
  }

  .home-page .contact-role-section--home .contact-role-copy h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .home-page .contact-role-section--home .contact-role-card {
    min-height: 336px;
    padding: 24px;
  }

  .home-page .contact-role-section--home .contact-role-carousel-meta {
    flex-direction: column;
    align-items: flex-start;
  }

  .home-page .contact-role-section--home .contact-role-carousel-dots {
    justify-content: flex-start;
  }
}

@media (max-width: 640px) {
  .home-page .contact-role-section--home .contact-role-carousel-controls {
    margin-top: 22px;
  }

  .home-page .contact-role-section--home .contact-role-carousel-btn {
    width: 48px;
    height: 48px;
  }

  .home-page .contact-role-section--home .contact-role-card {
    min-height: 320px;
  }
}

.home-page .blog-card {
  background: rgba(255, 255, 255, 0.02) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: var(--site-radius-card) !important;
  box-shadow: none !important;
  color: var(--home-about-text) !important;
}

.home-page .blog-card:hover {
  background: rgba(255, 255, 255, 0.02) !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
  box-shadow: none !important;
}

.home-page .blog-kicker,
.home-page .blog-lead {
  color: var(--home-about-muted) !important;
}

.home-page :is(.blog-card-title, .blog-card-title a) {
  color: var(--home-about-text) !important;
}

.home-page .blog-card-text,
.home-page .blog-card-text a {
  color: var(--home-about-muted) !important;
}

.home-page .blog-media {
  border-radius: var(--site-radius-soft) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  background: transparent;
}

.home-page .blog-media img {
  filter: none;
}

.home-page .blog-cta {
  margin-top: 24px;
}

@media (max-width: 650px) {
  .home-page .home-testimonials-shell {
    width: 100% !important;
  }

  .home-page .blog-shell {
    width: calc(100% - 32px);
  }

  .home-page .blog-container {
    gap: 18px;
  }
}

/* ABOUT PAGE: align with the same neutral dark theme and shared margins. */
.about-page {
  --about-neutral-surface: rgba(255, 255, 255, 0.015);
  --about-neutral-surface-hover: rgba(255, 255, 255, 0.025);
  --about-neutral-border: rgba(255, 255, 255, 0.08);
  --about-neutral-border-strong: rgba(255, 255, 255, 0.14);
  --about-neutral-text: #ffffff;
  --about-neutral-muted: rgba(236, 231, 245, 0.82);
  --about-neutral-soft: rgba(236, 231, 245, 0.66);
  background: #121212 !important;
  background-image: linear-gradient(180deg, rgba(18, 18, 18, 1) 0%, rgba(18, 18, 18, 1) 100%) !important;
  color: var(--about-neutral-text);
}

.about-page .header {
  background: rgba(18, 18, 18, 0.72);
  border-color: rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.36);
}

.about-page .header.wd-header-nav-only {
  background: rgba(18, 18, 18, 0.82);
}

.about-page .wd-mini-brand {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
  box-shadow: none;
}

.about-page .dropdown-menu {
  background: rgba(24, 24, 25, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 30px 82px rgba(0, 0, 0, 0.42);
}

.about-page .dropdown-menu::before {
  background: rgba(24, 24, 25, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.about-page .dropdown-brandkit::after {
  background: rgba(255, 255, 255, 0.08);
}

.about-page .about-hero {
  background: transparent;
}

.about-page .about-hero::before {
  background: linear-gradient(180deg, rgba(18, 18, 18, 0.96), rgba(18, 18, 18, 0.98));
}

.about-page .about-hero-stage::before {
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.about-page .about-hero-hint,
.about-page .about-hero-hint i {
  color: rgba(255, 255, 255, 0.78);
}

.about-page .about-hero-pill {
  color: rgba(244, 243, 247, 0.94);
  font-weight: 500;
  border: 1px solid var(--about-neutral-border-strong);
  background: rgba(255, 255, 255, 0.04);
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  box-shadow: none;
}

.about-page .about-hero-pill:hover {
  background: var(--about-neutral-surface-hover);
  box-shadow: none;
}

.about-page .about-section-shell,
.about-page .exp-section,
.about-page .major-projects.about-section-shell,
.about-page .education-section.about-section-shell,
.about-page .partners-section.about-section-shell,
.about-page .awards-section.about-section-shell {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 28px;
}

.about-page .about-section-shell:first-of-type {
  padding-top: 48px;
}

.about-page .about-section-shell:last-of-type {
  padding-bottom: 48px;
}

.about-page .av-title,
.about-page .exp-title,
.about-page .mp-title,
.about-page .partners-title,
.about-page .awards-title,
.about-page .edu-archive-title,
.about-page .av-title-link,
.about-page .partner-name,
.about-page .edu-archive-course {
  color: var(--about-neutral-text) !important;
}

.about-page :is(.av-text, .exp-desc, .mp-desc, .partner-role, .awards-desc, .edu-archive-desc, .edu-archive-school, .edu-archive-date, .edu-archive-place) {
  color: var(--about-neutral-muted) !important;
}

.about-page :is(.av-chip, .exp-pill, .exp-card-tag, .mp-readmore, .partner-more, .awards-date, .edu-archive-kicker) {
  font-weight: 500 !important;
}

.about-page .about-vision .section-shell-inner,
.about-page .exp-section .section-shell-inner,
.about-page .major-projects .section-shell-inner,
.about-page .education-section .section-shell-inner,
.about-page .partners-section .section-shell-inner,
.about-page .awards-section .section-shell-inner {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

.about-page :is(.av-media, .av-card, .exp-card, .edu-archive, .partner-card, .partners-brand, .awards-card) {
  background: var(--about-neutral-surface) !important;
  border: 1px solid var(--about-neutral-border) !important;
  box-shadow: none !important;
}

.about-page .av-media::before,
.about-page .partner-card::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.58) 72%, rgba(0, 0, 0, 0.82) 100%);
}

.about-page .av-card {
  color: var(--about-neutral-text);
}

.about-page .av-card:hover,
.about-page .partner-card.is-active,
.about-page .exp-card.is-active,
.about-page .edu-archive-item[open] .edu-archive-summary {
  background: var(--about-neutral-surface-hover) !important;
  border-color: var(--about-neutral-border-strong) !important;
  box-shadow: none !important;
}

.about-page .av-card-ico,
.about-page .exp-arrow,
.about-page .mp-nav-btn {
  background: transparent !important;
  color: var(--about-neutral-text) !important;
  border: 1px solid var(--about-neutral-border-strong) !important;
  box-shadow: none !important;
}

.about-page .av-card p,
.about-page .mp-meta-line,
.about-page .mp-meta-label,
.about-page .mp-meta-value,
.about-page .edu-archive-summary,
.about-page .partner-label,
.about-page .exp-card-tag {
  color: var(--about-neutral-muted) !important;
}

.about-page .av-chip,
.about-page .exp-pills,
.about-page .exp-pill--role,
.about-page .mp-readmore,
.about-page .edu-archive-item,
.about-page .award-thumb,
.about-page .awards-date {
  background: transparent !important;
  border-color: var(--about-neutral-border) !important;
  color: var(--about-neutral-text) !important;
  box-shadow: none !important;
}

.about-page .exp-pill--year {
  background: transparent !important;
  color: var(--about-neutral-text) !important;
}

.about-page .mp-stage,
.about-page .edu-stage,
.about-page .partners-stage,
.about-page .awards-stage,
.about-page .prefooter-strip {
  background: transparent !important;
}

.about-page .mp-phone-inner {
  background: #0f0f10;
  border-color: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}

.about-page .mp-panel {
  color: var(--about-neutral-text);
}

.about-page .partners-brand img {
  filter: none;
}

.about-page .exp-section {
  padding: 56px 20px;
  background: transparent !important;
}

.about-page .exp-section .section-shell-inner {
  max-width: 1320px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.about-page .education-section .section-shell-inner {
  max-width: 1320px !important;
}

.about-page .exp-showcase {
  display: grid;
  grid-template-columns: minmax(260px, 0.82fr) minmax(0, 1.78fr);
  gap: 18px;
  padding: 16px;
  border-radius: 28px;
  background:
    radial-gradient(760px 320px at 8% 8%, rgba(129, 103, 255, 0.18), rgba(14, 7, 28, 0) 72%),
    linear-gradient(180deg, #080311 0%, #12071f 54%, #090312 100%);
  border: 1px solid rgba(197, 183, 255, 0.12);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.36);
}

.about-page .exp-aside {
  min-height: 460px;
  padding: 24px 18px;
  display: flex;
  flex-direction: column;
}

.about-page .exp-kicker {
  margin: 0 0 16px;
  color: #c7b7ff;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.about-page .exp-title {
  margin: 0;
  max-width: 8.5ch;
  color: #f7f2ff;
  font-size: clamp(42px, 4vw, 64px);
  line-height: 0.94;
  letter-spacing: -0.05em;
}

.about-page .exp-lead {
  margin: 22px 0 0;
  max-width: 30ch;
  color: rgba(238, 231, 255, 0.74);
  font-size: 16px;
  line-height: 1.75;
}

.about-page .exp-score {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.about-page .exp-score strong {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}

.about-page .exp-score span {
  color: rgba(223, 215, 242, 0.72);
  font-size: 15px;
  line-height: 1.55;
}

.about-page .exp-story-card {
  min-height: 460px;
  padding: 28px 28px 22px;
  border-radius: 22px;
  background: linear-gradient(180deg, #fbf9ff 0%, #f4efff 100%);
  color: #0f0b18;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.94);
  display: flex;
  flex-direction: column;
}

.about-page .exp-story-main {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 320px);
  align-items: stretch;
  gap: 24px;
  min-height: 320px;
}

.about-page .exp-story-copy {
  display: flex;
  align-items: flex-start;
}

.about-page .exp-quote {
  margin: 0;
  max-width: 20ch;
  color: #09070f;
  font-size: 38px;
  line-height: 1.14;
  letter-spacing: -0.045em;
  font-weight: 400;
}

.about-page .exp-visual {
  min-height: 320px;
  border-radius: 20px;
  overflow: hidden;
  background:
    radial-gradient(520px 180px at 50% 0%, rgba(118, 92, 255, 0.24), rgba(29, 18, 48, 0) 72%),
    linear-gradient(180deg, #1c1130 0%, #11091d 100%);
  box-shadow:
    inset 0 0 0 1px rgba(125, 103, 255, 0.12),
    0 18px 40px rgba(17, 8, 29, 0.12);
}

.about-page .exp-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-page .exp-quote.is-anim {
  animation: expQuoteIn 320ms ease;
}

@keyframes expQuoteIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.about-page .exp-story-foot {
  margin-top: auto;
  padding-top: 28px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
}

.about-page .exp-person {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  min-width: 0;
}

.about-page .exp-avatar {
  width: 76px;
  height: 76px;
  flex: 0 0 76px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  background: #201131;
  box-shadow: 0 16px 32px rgba(17, 8, 29, 0.18);
}

.about-page .exp-person-copy {
  min-width: 0;
}

.about-page .exp-person-name,
.about-page .exp-person-role,
.about-page .exp-person-period {
  margin: 0;
}

.about-page .exp-person-name {
  color: #09070f;
  font-size: clamp(26px, 2.3vw, 40px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  font-weight: 500;
}

.about-page .exp-person-role {
  margin-top: 8px;
  color: #2a1b46;
  font-size: 17px;
  line-height: 1.35;
}

.about-page .exp-person-period {
  margin-top: 4px;
  color: rgba(42, 27, 70, 0.62);
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.about-page .exp-nav {
  display: flex;
  align-items: center;
  gap: 10px;
}

.about-page .exp-arrow {
  width: 62px !important;
  height: 62px !important;
  border-radius: 18px !important;
  background: #10081d !important;
  color: #f7f1ff !important;
  border: 1px solid rgba(125, 103, 255, 0.28) !important;
  box-shadow: none !important;
}

.about-page .exp-arrow:hover {
  background: linear-gradient(135deg, #241040, #6d5dfc) !important;
  border-color: rgba(125, 103, 255, 0.5) !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.about-page .exp-arrow i {
  font-size: 18px;
}

.about-page .exp-carousel--data {
  display: none;
}

@media (max-width: 980px) {
  .about-page .exp-showcase {
    grid-template-columns: 1fr;
  }

  .about-page .exp-aside,
  .about-page .exp-story-card {
    min-height: auto;
  }

  .about-page .exp-title {
    max-width: 10ch;
  }

  .about-page .exp-story-main {
    grid-template-columns: minmax(0, 1fr) minmax(220px, 280px);
  }

  .about-page .exp-quote {
    max-width: 100%;
  }
}

@media (max-width: 680px) {
  .about-page .exp-section {
    padding: 44px 16px;
  }

  .about-page .exp-showcase {
    padding: 12px;
    gap: 12px;
    border-radius: 24px;
  }

  .about-page .exp-aside {
    padding: 20px 14px 8px;
  }

  .about-page .exp-lead {
    font-size: 15px;
  }

  .about-page .exp-story-card {
    padding: 22px 18px 18px;
    border-radius: 18px;
  }

  .about-page .exp-story-main {
    grid-template-columns: 1fr;
    gap: 18px;
    min-height: 0;
  }

  .about-page .exp-quote {
    font-size: clamp(22px, 7vw, 34px);
    line-height: 1.18;
  }

  .about-page .exp-visual {
    min-height: 260px;
  }

  .about-page .exp-story-foot {
    flex-direction: column;
    align-items: stretch;
    gap: 18px;
  }

  .about-page .exp-person-name {
    font-size: 24px;
  }

  .about-page .exp-person-role {
    font-size: 15px;
  }

  .about-page .exp-nav {
    justify-content: flex-end;
  }

  .about-page .exp-arrow {
    width: 54px !important;
    height: 54px !important;
    border-radius: 16px !important;
  }
}

.about-page .edu-archive {
  border-radius: 24px;
  overflow: hidden;
}

.about-page .edu-archive-item {
  border-top-color: var(--about-neutral-border);
}

.about-page .edu-archive-summary,
.about-page .edu-archive-body {
  background: transparent;
}

.about-page .awards-card {
  border-radius: 32px;
}

.about-page .awards-overlay {
  background:
    radial-gradient(1100px 520px at 18% 86%, rgba(0, 0, 0, 0.78) 0%, rgba(0, 0, 0, 0.54) 46%, rgba(0, 0, 0, 0.12) 78%, rgba(0, 0, 0, 0) 100%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.48) 40%, rgba(0, 0, 0, 0.16) 72%, rgba(0, 0, 0, 0) 100%);
}

.about-page .prefooter-strip-inner {
  width: calc(100% - 40px);
  max-width: 1200px;
}

.about-page .site-footer {
  background: #121212 !important;
  border-top: 1px solid var(--about-neutral-border) !important;
}

.about-page .footer-brand p,
.about-page .footer-links a,
.about-page .footer-bottom,
.about-page .footer-bottom *,
.about-page .footer-bottom a {
  color: var(--about-neutral-muted) !important;
}

.about-page .footer-links h4 {
  color: var(--about-neutral-text);
}

.about-page .site-footer a:hover {
  color: var(--about-neutral-text) !important;
}

.about-page .footer-social a {
  background: transparent;
  border-color: var(--about-neutral-border-strong);
  color: var(--about-neutral-text);
}

.about-page .footer-social a:hover {
  background: var(--about-neutral-surface-hover);
  border-color: rgba(255, 255, 255, 0.18);
  color: var(--about-neutral-text) !important;
  transform: translateY(-3px);
}

.about-page .footer-bottom {
  border-top: 1px solid var(--about-neutral-border);
}

.about-page .prefooter-strip-title {
  color: var(--about-neutral-text);
}

.about-page .prefooter-strip-pill {
  background: transparent;
  border-color: var(--about-neutral-border-strong);
  color: var(--about-neutral-text);
  font-weight: 500;
}

@media (max-width: 900px) {
  .about-page .about-section-shell,
  .about-page .exp-section,
  .about-page .major-projects.about-section-shell,
  .about-page .education-section.about-section-shell,
  .about-page .partners-section.about-section-shell,
  .about-page .awards-section.about-section-shell {
    width: calc(100% - 32px);
    padding-top: 22px;
  }

  .about-page .about-section-shell:first-of-type {
    padding-top: 40px;
  }

  .about-page .about-section-shell:last-of-type {
    padding-bottom: 40px;
  }

  .about-page .prefooter-strip-inner {
    width: calc(100% - 32px);
  }
}

/* Shared header theme: use the same surface colors as the provide-grid cards. */
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) {
  --site-header-surface: rgba(24, 24, 25, 0.94);
  --site-header-surface-strong: rgba(24, 24, 25, 0.98);
  --site-header-border: rgba(255, 255, 255, 0.08);
  --site-header-border-strong: rgba(255, 255, 255, 0.14);
  --site-header-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.03);
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header {
  background: var(--site-header-surface) !important;
  border-color: var(--site-header-border) !important;
  box-shadow: var(--site-header-shadow) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only {
  background: var(--site-header-surface) !important;
  border-color: var(--site-header-border) !important;
  box-shadow: var(--site-header-shadow) !important;
}

.focus-page .header.wd-header-nav-only {
  background: var(--site-header-surface) !important;
  border-color: var(--site-header-border) !important;
  box-shadow: var(--site-header-shadow) !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .header.wd-header-nav-only .contact-btn {
  background: transparent !important;
  border: 1px solid var(--site-header-border-strong) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

.focus-page .header.wd-header-nav-only .contact-btn {
  background: transparent !important;
  border: 1px solid var(--site-header-border-strong) !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .wd-mini-brand {
  background: transparent !important;
  border-color: var(--site-header-border-strong) !important;
  box-shadow: none !important;
}

.focus-page .header.wd-header-nav-only .wd-mini-brand {
  background: transparent !important;
  border-color: var(--site-header-border-strong) !important;
  box-shadow: none !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-menu {
  background: var(--site-header-surface-strong) !important;
  border: 1px solid var(--site-header-border) !important;
  box-shadow: var(--site-header-shadow) !important;
}

.focus-page .header.wd-header-nav-only .dropdown-menu {
  background: var(--site-header-surface-strong) !important;
  border: 1px solid var(--site-header-border) !important;
  box-shadow: var(--site-header-shadow) !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-menu::before {
  background: var(--site-header-surface-strong) !important;
  border-left: 1px solid var(--site-header-border) !important;
  border-top: 1px solid var(--site-header-border) !important;
}

.focus-page .header.wd-header-nav-only .dropdown-menu::before {
  background: var(--site-header-surface-strong) !important;
  border-left: 1px solid var(--site-header-border) !important;
  border-top: 1px solid var(--site-header-border) !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .dropdown-brandkit::after {
  background: rgba(255, 255, 255, 0.08) !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-sheet,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-link,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-dropdown-btn,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-dropdown-menu a,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-close {
  background: var(--site-header-surface) !important;
  border-color: var(--site-header-border) !important;
  box-shadow: var(--site-header-shadow) !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
}

:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-link:hover,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-dropdown-btn:hover,
:is(.website-design-page, .about-page, .creative-dark-page, .home-page, .brandkit-page, .performance-page, .blogs-page, .focus-page) .mobile-close:hover {
  background: rgba(255, 255, 255, 0.04) !important;
  border-color: var(--site-header-border-strong) !important;
}

/* ABOUT PAGE typography: keep weights between 300 and 500 using the approved reference styles. */
.about-page {
  --about-main-head-size: clamp(42px, 7vw, 72px);
  --about-main-head-line: 0.94;
  --about-main-head-track: -0.06em;
  --about-small-head-size: 24px;
  --about-small-head-line: 1.2;
  --about-copy-size: 18px;
  --about-copy-line: 1.48;
}

.about-page .av-title,
.about-page .av-title-link,
.about-page .exp-title,
.about-page .mp-title,
.about-page .edu-archive-title,
.about-page .partners-title {
  color: #f7f7f8 !important;
  font-size: var(--about-main-head-size) !important;
  font-weight: 400 !important;
  line-height: var(--about-main-head-line) !important;
  letter-spacing: var(--about-main-head-track) !important;
}

.about-page .exp-title,
.about-page .mp-title,
.about-page .edu-archive-title,
.about-page .partners-title {
  font-size: 38px !important;
  font-weight: 400 !important;
}

.about-page .av-card h3,
.about-page .partner-name,
.about-page .awards-title {
  color: #ffffff !important;
  font-size: var(--about-small-head-size) !important;
  font-weight: 500 !important;
  line-height: var(--about-small-head-line) !important;
  letter-spacing: 0 !important;
}

.about-page .av-text,
.about-page .exp-desc,
.about-page .mp-desc,
.about-page .partner-role,
.about-page .awards-desc,
.about-page .edu-archive-desc {
  font-size: var(--about-copy-size) !important;
  font-weight: 300 !important;
  line-height: var(--about-copy-line) !important;
}

.about-page .mp-meta-line,
.about-page .edu-archive-school,
.about-page .edu-archive-date,
.about-page .edu-archive-place,
.about-page .footer-brand p,
.about-page .footer-links a,
.about-page .footer-bottom,
.about-page .footer-bottom a {
  font-weight: 300 !important;
}

.about-page .about-hero-hint,
.about-page .about-hero-pill,
.about-page .av-chip,
.about-page .av-card-cta,
.about-page .exp-card-tag,
.about-page .exp-pill,
.about-page .mp-meta-label,
.about-page .mp-readmore,
.about-page .edu-archive-kicker,
.about-page .edu-archive-course,
.about-page .partner-label,
.about-page .partner-more,
.about-page .awards-date,
.about-page .prefooter-strip-title,
.about-page .prefooter-strip-pill,
.about-page .footer-links h4 {
  font-weight: 500 !important;
}

.about-page .mp-meta-value,
.about-page .awards-meta,
.about-page .edu-archive-summary {
  font-weight: 400 !important;
}

/* ABOUT PAGE education section: stronger staged reveal + smooth accordion feel. */
.about-page .education-section .edu-archive[data-reveal] {
  opacity: 0;
  transform: translateY(40px) scale(0.985);
  filter: blur(10px);
  transition:
    opacity 760ms cubic-bezier(0.22, 1, 0.36, 1),
    transform 920ms cubic-bezier(0.16, 1, 0.3, 1),
    filter 760ms cubic-bezier(0.16, 1, 0.3, 1),
    border-color 320ms ease;
}

.about-page .education-section .edu-archive[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
  filter: blur(0);
}

.about-page .education-section .edu-archive {
  position: relative;
  overflow: hidden;
}

.about-page .education-section .edu-archive::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.36), transparent);
  opacity: 0;
  transform: scaleX(0.2);
  transform-origin: center;
  transition: opacity 680ms ease, transform 920ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}

.about-page .education-section .edu-archive::after {
  content: "";
  position: absolute;
  left: 40px;
  top: 104px;
  bottom: 22px;
  width: 1px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0));
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: opacity 620ms ease 120ms, transform 900ms cubic-bezier(0.16, 1, 0.3, 1) 120ms;
  pointer-events: none;
}

.about-page .education-section .edu-archive.is-visible::before,
.about-page .education-section .edu-archive.is-visible::after {
  opacity: 1;
  transform: scale(1);
}

.about-page .education-section .edu-archive-head {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity 520ms ease 60ms,
    transform 640ms cubic-bezier(0.16, 1, 0.3, 1) 60ms;
}

.about-page .education-section .edu-archive.is-visible .edu-archive-head {
  opacity: 1;
  transform: translateY(0);
}

.about-page .education-section .edu-archive-item {
  position: relative;
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 520ms ease,
    transform 680ms cubic-bezier(0.16, 1, 0.3, 1),
    background 320ms ease,
    border-color 320ms ease;
}

.about-page .education-section .edu-archive.is-visible .edu-archive-item {
  opacity: 1;
  transform: translateY(0);
}

.about-page .education-section .edu-archive.is-visible .edu-archive-item:nth-child(1) {
  transition-delay: 120ms;
}

.about-page .education-section .edu-archive.is-visible .edu-archive-item:nth-child(2) {
  transition-delay: 210ms;
}

.about-page .education-section .edu-archive.is-visible .edu-archive-item:nth-child(3) {
  transition-delay: 300ms;
}

.about-page .education-section .edu-archive-item::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 31px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.02);
  transition:
    transform 360ms cubic-bezier(0.16, 1, 0.3, 1),
    background 280ms ease,
    box-shadow 360ms ease,
    opacity 280ms ease;
  pointer-events: none;
  z-index: 1;
}

.about-page .education-section .edu-archive-item.is-open::before,
.about-page .education-section .edu-archive-item[open]::before {
  background: rgba(255, 255, 255, 0.94);
  box-shadow:
    0 0 0 8px rgba(255, 255, 255, 0.05),
    0 0 26px rgba(255, 255, 255, 0.22);
  transform: scale(1.08);
}

.about-page .education-section .edu-archive-summary {
  position: relative;
  transition:
    background 320ms ease,
    transform 420ms cubic-bezier(0.16, 1, 0.3, 1),
    color 220ms ease;
  will-change: transform;
}

.about-page .education-section .edu-archive-item:hover .edu-archive-summary {
  background: rgba(255, 255, 255, 0.02);
  transform: translateX(4px);
}

.about-page .education-section .edu-archive-item.is-open .edu-archive-summary,
.about-page .education-section .edu-archive-item[open] .edu-archive-summary {
  background: rgba(255, 255, 255, 0.04);
  transform: translateX(6px);
}

.about-page .education-section .edu-archive-body {
  overflow: hidden;
  height: auto;
  opacity: 1;
  transform: translateY(0);
  transition:
    height 540ms cubic-bezier(0.22, 1, 0.36, 1),
    opacity 320ms ease,
    transform 540ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: height, opacity, transform;
}

.about-page .education-section .edu-archive-plus::before,
.about-page .education-section .edu-archive-plus::after {
  transition:
    transform 320ms cubic-bezier(0.16, 1, 0.3, 1),
    opacity 220ms ease,
    background 220ms ease;
}

.about-page .education-section .edu-archive-item.is-open .edu-archive-plus::before,
.about-page .education-section .edu-archive-item.is-open .edu-archive-plus::after,
.about-page .education-section .edu-archive-item[open] .edu-archive-plus::before,
.about-page .education-section .edu-archive-item[open] .edu-archive-plus::after {
  background: rgba(255, 255, 255, 0.94);
}

.about-page .education-section .edu-archive-item.is-open .edu-archive-plus::before,
.about-page .education-section .edu-archive-item[open] .edu-archive-plus::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media (max-width: 900px) {
  .about-page .education-section .edu-archive::after {
    left: 30px;
    top: 86px;
  }

  .about-page .education-section .edu-archive-item::before {
    left: 25px;
    top: 25px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .about-page .education-section .edu-archive[data-reveal],
  .about-page .education-section .edu-archive-head,
  .about-page .education-section .edu-archive-item,
  .about-page .education-section .edu-archive-summary,
  .about-page .education-section .edu-archive-body,
  .about-page .education-section .edu-archive::before,
  .about-page .education-section .edu-archive::after,
  .about-page .education-section .edu-archive-item::before {
    transition: none !important;
    animation: none !important;
  }
}

/* ------------------------------------------- */
/* SITEWIDE SIMPLE MODE */
:is(.home-page, .about-page, .blogs-page, .website-design-page, .brandkit-page, .performance-page, .creative-dark-page) {
  background: #121212 !important;
}

:is(.home-page, .about-page, .blogs-page, .website-design-page, .brandkit-page, .performance-page, .creative-dark-page) :is(
  .header,
  .dropdown-menu,
  .mobile-sheet,
  .ny-popup-content,
  .hero-image,
  .about-intro,
  .about-story,
  .about-side,
  .card,
  .projects-card,
  .home-project-card,
  .home-song-card,
  .home-testimonial-card,
  .blog-card,
  .bk-shell,
  .bk-card,
  .wd-hero-stage,
  .wd-why-card,
  .wd-laptop-stage,
  .wd-laptop-mobile-item,
  .mp-stage,
  .mp-panel,
  .edu-card,
  .wa-chat-widget,
  .wa-chat-body,
  .footer-social a
) {
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

:is(.home-page, .about-page, .blogs-page, .website-design-page, .brandkit-page, .performance-page) :is(
  .hero,
  .home-testimonials,
  .projects-section,
  .network-strip,
  .blog-section,
  .about-section,
  .provide,
  .bk-hero,
  .bk-importance,
  .wd-hero,
  .wd-why,
  .wd-laptop,
  .mp-section,
  .site-footer
) {
  background-image: none !important;
}

:is(.home-page, .about-page, .blogs-page, .website-design-page, .brandkit-page, .performance-page, .creative-dark-page) :is(
  a:hover,
  button:hover,
  .contact-btn:hover,
  .ny-btn:hover,
  .wa-chat-send:hover
) {
  box-shadow: none !important;
  text-shadow: none !important;
  filter: none !important;
}

/* Mobile network strip: full-background hero layout with no personal links */
@media (max-width: 760px) {
  .home-page .network-strip,
  .home-page .network-strip.home-load-stage.is-loaded {
    position: relative;
    min-height: min(860px, calc(100svh - 78px));
    padding: 16px 0 !important;
    display: flex;
    align-items: stretch;
  }

  .home-page .network-strip::before,
  .home-page .network-strip.home-load-stage.is-loaded::before {
    background:
      linear-gradient(
        180deg,
        rgba(8, 10, 7, 0.06) 0%,
        rgba(8, 10, 7, 0.36) 46%,
        rgba(8, 10, 7, 0.78) 74%,
        rgba(8, 10, 7, 0.96) 100%
      ),
      radial-gradient(circle at 50% 86%, rgba(163, 255, 0, 0.1), rgba(163, 255, 0, 0) 36%) !important;
  }

  .home-page .network-container,
  .home-page .network-strip.home-load-stage.is-loaded .network-container {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    min-height: 100%;
    margin: 0 auto !important;
    padding: 0 !important;
    display: flex;
    align-items: flex-end;
  }

  .home-page .network-grid,
  .home-page .network-strip.home-load-stage.is-loaded .network-grid {
    width: 100%;
    min-height: 100%;
    grid-template-columns: 1fr !important;
    align-items: end !important;
    gap: 0 !important;
  }

  .home-page .network-content,
  .home-page .network-strip.home-load-stage.is-loaded .network-content {
    max-width: none !important;
    align-content: end !important;
    gap: 14px !important;
    padding: 0 0 6px !important;
  }

  .home-page .network-proof,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof {
    gap: 10px !important;
  }

  .home-page .network-proof-avatars img,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-avatars img {
    width: 34px !important;
    height: 34px !important;
    margin-left: -7px !important;
  }

  .home-page .network-proof-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-text {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    line-height: 1 !important;
  }

  .home-page .network-title,
  .home-page .network-strip.home-load-stage.is-loaded .network-title {
    max-width: 9.2ch !important;
    font-size: clamp(50px, 13vw, 62px) !important;
    line-height: 0.98 !important;
    letter-spacing: -0.05em !important;
  }

  .home-page .network-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-text {
    max-width: 30ch !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: rgba(255, 255, 255, 0.72) !important;
  }

  .home-page .network-actions,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 12px !important;
    margin-top: 8px !important;
  }

  .home-page .network-actions .cta-btn,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions .cta-btn {
    width: 100%;
    min-height: 40px;
    justify-content: center;
    text-align: center;
    font-size: 13px !important;
    letter-spacing: 0.24em !important;
    border-radius: 999px !important;
  }

  .home-page .network-actions .cta-btn:first-child,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions .cta-btn:first-child {
    background: rgba(62, 66, 52, 0.86) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #eceee7 !important;
  }

  .home-page .network-actions .cta-btn:last-child,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions .cta-btn:last-child {
    background: #c8ff00 !important;
    border: 1px solid rgba(200, 255, 0, 0.72) !important;
    color: #121212 !important;
  }

  .home-page .network-visual,
  .home-page .network-strip.home-load-stage.is-loaded .network-visual,
  .home-page .network-badges,
  .home-page .network-strip.home-load-stage.is-loaded .network-badges {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .home-page .network-strip,
  .home-page .network-strip.home-load-stage.is-loaded {
    min-height: min(760px, calc(100svh - 72px));
  }

  .home-page .network-container,
  .home-page .network-strip.home-load-stage.is-loaded .network-container {
    width: calc(100% - 18px) !important;
  }

  .home-page .network-proof-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-text {
    font-size: clamp(15px, 4.4vw, 18px) !important;
  }

.home-page .network-title,
.home-page .network-strip.home-load-stage.is-loaded .network-title {
  font-size: clamp(42px, 12vw, 54px) !important;
}
}
.home-page .network-strip.home-load-stage.is-loaded {
  width: 100% !important;
  margin-inline: 0 !important;
}

/* Final mobile polish for staged Home testimonials + network sections */
@media (max-width: 900px) {
  .home-page .home-testimonials,
  .home-page .home-testimonials.home-load-stage.is-loaded {
    padding: 24px 0 0 !important;
  }

  .home-page .home-testimonials-shell,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-shell {
    width: calc(100% - 24px) !important;
    min-height: 500px !important;
  }

  .home-page .home-testimonials-stage,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-stage {
    padding: 16px 12px 18px !important;
    gap: 12px !important;
  }

  .home-page .home-testimonials-showcase,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-showcase {
    min-height: 0 !important;
    height: auto !important;
  }

  .home-page .home-testimonials-stack,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-stack {
    min-height: 420px !important;
    height: 420px !important;
  }

  .home-page .home-testimonial-card,
  .home-page .home-testimonial-card--left,
  .home-page .home-testimonial-card--center,
  .home-page .home-testimonial-card--right,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card--left,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card--center,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card--right {
    min-height: 420px !important;
    padding: 12px 8px 10px !important;
    gap: 14px !important;
  }

  .home-page .home-testimonial-text,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-text {
    margin: 0 !important;
    max-width: 100% !important;
    font-size: clamp(24px, 7.2vw, 34px) !important;
    line-height: 1.08 !important;
    letter-spacing: -0.035em !important;
  }

  .home-page .home-testimonials .home-testimonial-user,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-user {
    position: static !important;
    left: auto !important;
    bottom: auto !important;
    transform: none !important;
    width: min(100%, 320px);
    justify-content: center;
    text-align: center;
    margin-top: 6px;
    gap: 10px;
  }

  .home-page .home-testimonials .home-testimonial-user img,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-user img {
    width: 48px !important;
    height: 48px !important;
  }

  .home-page .home-testimonials .home-testimonial-user h3,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-user h3 {
    font-size: 16px !important;
  }

  .home-page .home-testimonials .home-testimonial-user p,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-user p {
    margin-top: 3px !important;
    font-size: 12px !important;
  }

  .home-page .home-testimonials-nav,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-nav {
    margin-top: 12px !important;
    gap: 12px !important;
  }

  .home-page .home-testimonials-btn,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-btn {
    width: 44px !important;
    height: 44px !important;
    border-radius: 12px !important;
  }

  .home-page .network-strip,
  .home-page .network-strip.home-load-stage.is-loaded {
    padding: 22px 0 !important;
  }

  .home-page .network-container,
  .home-page .network-strip.home-load-stage.is-loaded .network-container {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    padding: 16px 0 !important;
    margin: 0 auto !important;
  }

  .home-page .network-grid,
  .home-page .network-strip.home-load-stage.is-loaded .network-grid {
    grid-template-columns: 1fr !important;
    min-height: 0 !important;
    gap: 20px !important;
  }

  .home-page .network-content,
  .home-page .network-strip.home-load-stage.is-loaded .network-content {
    gap: 14px !important;
    padding: 0 !important;
  }

  .home-page .network-proof-avatars img,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-avatars img {
    width: 36px !important;
    height: 36px !important;
    margin-left: -8px !important;
  }

  .home-page .network-proof-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-text {
    font-size: clamp(16px, 4.8vw, 22px) !important;
  }

  .home-page .network-title,
  .home-page .network-strip.home-load-stage.is-loaded .network-title {
    max-width: 9.5ch !important;
    font-size: clamp(32px, 9.8vw, 46px) !important;
    line-height: 1.02 !important;
  }

  .home-page .network-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-text {
    font-size: 15px !important;
    line-height: 1.58 !important;
  }

  .home-page .network-actions,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
  }

  .home-page .network-actions .cta-btn,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions .cta-btn {
    width: 100%;
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    padding-inline: 12px !important;
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
  }

  .home-page .network-badges,
  .home-page .network-strip.home-load-stage.is-loaded .network-badges {
    position: static !important;
    right: auto !important;
    bottom: auto !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 8px !important;
    max-width: 100% !important;
    justify-content: stretch !important;
  }

  .home-page .network-badge,
  .home-page .network-strip.home-load-stage.is-loaded .network-badge {
    width: 100%;
    min-height: 40px;
    padding: 8px 10px !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
  }

  .home-page .network-badge-avatar,
  .home-page .network-strip.home-load-stage.is-loaded .network-badge-avatar {
    width: 22px !important;
    height: 22px !important;
    flex-basis: 22px !important;
  }

  .home-page .network-badge span,
  .home-page .network-strip.home-load-stage.is-loaded .network-badge span {
    white-space: normal !important;
  }
}

@media (max-width: 560px) {
  .home-page .home-testimonials,
  .home-page .home-testimonials.home-load-stage.is-loaded,
  .home-page .network-strip,
  .home-page .network-strip.home-load-stage.is-loaded {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }

  .home-page .home-testimonials,
  .home-page .home-testimonials.home-load-stage.is-loaded {
    padding-bottom: 0 !important;
  }

  .home-page .home-testimonials-shell,
  .home-page .network-container,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-shell,
  .home-page .network-strip.home-load-stage.is-loaded .network-container {
    width: calc(100% - 18px) !important;
  }

  .home-page .home-testimonials-shell,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-shell {
    min-height: 450px !important;
  }

  .home-page .home-testimonials-showcase,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-showcase {
    min-height: 0 !important;
    height: auto !important;
  }

  .home-page .home-testimonials-stack,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonials-stack {
    min-height: 390px !important;
    height: 390px !important;
  }

  .home-page .home-testimonial-card,
  .home-page .home-testimonial-card--left,
  .home-page .home-testimonial-card--center,
  .home-page .home-testimonial-card--right,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card--left,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card--center,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-card--right {
    min-height: 390px !important;
  }

  .home-page .home-testimonial-text,
  .home-page .home-testimonials.home-load-stage.is-loaded .home-testimonial-text {
    font-size: clamp(22px, 8vw, 30px) !important;
  }

  .home-page .network-title,
  .home-page .network-strip.home-load-stage.is-loaded .network-title {
    max-width: 8.8ch !important;
    font-size: clamp(28px, 9.2vw, 38px) !important;
  }

  .home-page .network-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-text {
    font-size: 14px !important;
  }
}

/* Final override: requested mobile structure for network strip */
@media (max-width: 760px) {
  .home-page .network-strip,
  .home-page .network-strip.home-load-stage.is-loaded {
    min-height: min(860px, calc(100svh - 78px));
    padding: 10px 0 !important;
  }

  .home-page .network-strip::before,
  .home-page .network-strip.home-load-stage.is-loaded::before {
    background:
      linear-gradient(180deg, rgba(10, 8, 20, 0.08) 0%, rgba(10, 8, 20, 0.36) 46%, rgba(10, 8, 20, 0.8) 74%, rgba(10, 8, 20, 0.96) 100%),
      radial-gradient(circle at 50% 86%, rgba(143, 123, 255, 0.16), rgba(143, 123, 255, 0) 38%) !important;
  }

  .home-page .network-container,
  .home-page .network-strip.home-load-stage.is-loaded .network-container {
    width: calc(100% - 24px) !important;
    min-height: 100%;
    margin-inline: auto !important;
    padding: 0 !important;
    display: flex;
    align-items: flex-end;
  }

  .home-page .network-grid,
  .home-page .network-strip.home-load-stage.is-loaded .network-grid {
    min-height: 100%;
    grid-template-columns: 1fr !important;
    align-items: end !important;
    gap: 0 !important;
  }

  .home-page .network-content,
  .home-page .network-strip.home-load-stage.is-loaded .network-content {
    align-content: end !important;
    gap: 14px !important;
    padding: 0 0 6px !important;
  }

  .home-page .network-proof-avatars img,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-avatars img {
    width: 34px !important;
    height: 34px !important;
  }

  .home-page .network-proof-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-text {
    font-size: clamp(16px, 4.8vw, 20px) !important;
    line-height: 1 !important;
  }

  .home-page .network-title,
  .home-page .network-strip.home-load-stage.is-loaded .network-title {
    max-width: 9.2ch !important;
    font-size: clamp(50px, 13vw, 62px) !important;
    line-height: 0.98 !important;
  }

  .home-page .network-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-text {
    max-width: 30ch !important;
    color: rgba(255, 255, 255, 0.72) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
  }

  .home-page .network-actions,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px !important;
    margin-top: 8px !important;
  }

  .home-page .network-actions .cta-btn,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions .cta-btn {
    width: 100%;
    min-height: 40px;
    min-width: 0;
    justify-content: center;
    text-align: center;
    white-space: nowrap;
    padding-inline: 12px !important;
    font-size: 12px !important;
    letter-spacing: 0.16em !important;
  }

  .home-page .network-actions .cta-btn:first-child,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions .cta-btn:first-child {
    background: rgba(109, 93, 252, 0.16) !important;
    border: 1px solid rgba(143, 123, 255, 0.45) !important;
    color: #f4f0ff !important;
  }

  .home-page .network-actions .cta-btn:last-child,
  .home-page .network-strip.home-load-stage.is-loaded .network-actions .cta-btn:last-child {
    background: linear-gradient(135deg, #6d5dfc, #8f7bff) !important;
    border: 1px solid rgba(180, 165, 255, 0.68) !important;
    color: #ffffff !important;
  }

  .home-page .network-visual,
  .home-page .network-strip.home-load-stage.is-loaded .network-visual,
  .home-page .network-badges,
  .home-page .network-strip.home-load-stage.is-loaded .network-badges {
    display: none !important;
  }
}

@media (max-width: 560px) {
  .home-page .network-strip,
  .home-page .network-strip.home-load-stage.is-loaded {
    min-height: min(760px, calc(100svh - 72px));
  }

  .home-page .network-container,
  .home-page .network-strip.home-load-stage.is-loaded .network-container {
    width: calc(100% - 18px) !important;
    margin-inline: auto !important;
  }

  .home-page .network-proof-text,
  .home-page .network-strip.home-load-stage.is-loaded .network-proof-text {
    font-size: clamp(15px, 4.4vw, 18px) !important;
  }

  .home-page .network-title,
  .home-page .network-strip.home-load-stage.is-loaded .network-title {
    font-size: clamp(42px, 12vw, 54px) !important;
  }
}

/* Final responsive pass for blog index + district SEO blog pages */
.blogs-page .blogs-index-card,
.blogs-page .blogs-article,
.blogs-page .seo-blog-banner-copy,
.blogs-page .seo-blog-header,
.blogs-page .seo-blog-section,
.blogs-page .seo-summary-card,
.blogs-page .seo-note-card,
.blogs-page .seo-service-block,
.blogs-page .seo-blog-cta,
.blogs-page .seo-faq-showcase-item,
.blogs-page .seo-faq-showcase-question {
  min-width: 0;
}

.blogs-page :is(
  .blogs-index-card h3,
  .blogs-article h2,
  .seo-blog-banner-copy h1,
  .seo-blog-title,
  .seo-blog-section h2,
  .seo-blog-section h3,
  .seo-faq-showcase-head h2,
  .seo-faq-showcase-question
) {
  overflow-wrap: anywhere;
  word-break: normal;
}

@media (max-width: 1120px) {
  .blogs-page .blogs-index-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .blogs-page .seo-blog-banner-copy {
    width: min(100%, 780px);
    padding-right: min(22vw, 220px);
  }

  .blogs-page .seo-blog-banner-copy h1 {
    max-width: 18ch;
    font-size: clamp(34px, 4.2vw, 44px);
  }

  .blogs-page .seo-blog-cover img {
    height: clamp(240px, 32vw, 360px);
  }
}

@media (max-width: 900px) {
  .blogs-page .seo-blog-banner-card {
    aspect-ratio: auto;
    min-height: clamp(320px, 62vw, 430px);
    align-items: flex-end;
  }

  .blogs-page .seo-blog-banner-copy {
    width: 100%;
    gap: 18px;
    padding-right: 0;
  }

  .blogs-page .seo-blog-banner-copy h1 {
    max-width: 100%;
    font-size: clamp(32px, 5.8vw, 42px);
    line-height: 1.04;
  }

  .blogs-page .seo-blog-intro,
  .blogs-page .seo-blog-deck {
    max-width: 100%;
    font-size: clamp(18px, 3vw, 22px);
  }

  .blogs-page .seo-blog-banner-actions {
    position: static;
    width: 100%;
    justify-content: flex-start;
  }

  .blogs-page .seo-blog-summary,
  .blogs-page .seo-blog-columns,
  .blogs-page .seo-impact-grid {
    grid-template-columns: 1fr;
  }

  .blogs-page .seo-faq-showcase-item summary {
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: 14px;
    padding: 20px;
  }

  .blogs-page .seo-faq-showcase-question {
    font-size: clamp(22px, 4.2vw, 30px);
  }

  .blogs-page .seo-faq-showcase-answer {
    padding: 0 20px 20px;
  }
}

@media (max-width: 680px) {
  .blogs-page .blogs-shell {
    width: calc(100% - 24px);
  }

  .blogs-page .blogs-index-grid {
    grid-template-columns: 1fr;
  }

  .blogs-page .blogs-index-card {
    padding: 18px;
  }

  .blogs-page .blogs-index-card h3 {
    font-size: 22px;
    line-height: 1.18;
  }

  .blogs-page .blogs-index-card img {
    height: 200px;
  }

  .blogs-page .seo-blog-main {
    padding-top: 16px;
  }

  .blogs-page .seo-blog-banner {
    padding-bottom: 24px;
  }

  .blogs-page .seo-blog-banner-card {
    min-height: 300px;
    padding: 18px 14px;
  }

  .blogs-page .seo-blog-banner-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .blogs-page .seo-blog-banner-ghost,
  .blogs-page .seo-blog-banner-primary {
    width: 100%;
    min-width: 0;
    padding: 14px 18px;
    letter-spacing: 0.12em;
  }

  .blogs-page .seo-summary-card,
  .blogs-page .seo-note-card,
  .blogs-page .seo-service-block,
  .blogs-page .seo-blog-cta {
    padding: 16px;
    border-radius: 20px;
  }

  .blogs-page .seo-blog-cover img {
    height: clamp(200px, 56vw, 280px);
    border-radius: 18px;
  }

  .blogs-page .seo-chip-grid span,
  .blogs-page .seo-chip-grid a,
  .blogs-page .seo-impact-card {
    width: 100%;
    justify-content: flex-start;
    min-height: 48px;
    font-size: 16px;
  }

  .blogs-page .seo-blog-meta-row span {
    min-height: 34px;
    padding: 7px 12px;
    font-size: 12px;
  }

  .blogs-page .seo-faq-showcase {
    padding: 28px 0 16px;
  }

  .blogs-page .seo-faq-showcase-head {
    margin-bottom: 20px;
  }

  .blogs-page .seo-faq-showcase-item {
    border-radius: 22px;
  }

  .blogs-page .seo-faq-showcase-item summary {
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding: 16px;
  }

  .blogs-page .seo-faq-showcase-icon {
    display: none;
  }

  .blogs-page .seo-faq-showcase-question {
    grid-column: 1;
    font-size: 21px;
    line-height: 1.15;
  }

  .blogs-page .seo-faq-showcase-toggle {
    width: 44px;
    height: 44px;
    font-size: 22px;
    border-radius: 14px;
  }

  .blogs-page .seo-faq-showcase-answer {
    padding: 0 16px 16px;
  }

  .blogs-page .seo-blog-section p,
  .blogs-page .seo-blog-list,
  .blogs-page .seo-blog-list li,
  .blogs-page .seo-blog-steps,
  .blogs-page .seo-blog-steps li,
  .blogs-page .seo-faq-item p,
  .blogs-page .seo-blog-cta p {
    font-size: 16px;
    line-height: 1.7;
  }
}

@media (max-width: 420px) {
  .blogs-page .blogs-shell {
    width: calc(100% - 20px);
  }

  .blogs-page .seo-blog-banner-copy h1 {
    font-size: clamp(28px, 9.5vw, 34px);
  }

  .blogs-page .seo-blog-intro,
  .blogs-page .seo-blog-deck {
    font-size: 17px;
    line-height: 1.55;
  }

  .blogs-page .seo-blog-section h2,
  .blogs-page .seo-blog-section h3 {
    font-size: 22px;
    line-height: 1.28;
  }

  .blogs-page .seo-faq-showcase-head h2 {
    font-size: clamp(28px, 10vw, 38px);
  }

  .blogs-page .seo-faq-showcase-question {
    font-size: 19px;
  }
}

/* Global site typography: flatten heavier text weights to 400 without breaking icon fonts. */
body :is(
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  button,
  summary,
  li,
  span,
  strong,
  b,
  small,
  label,
  input,
  textarea,
  select,
  td,
  th,
  blockquote,
  figcaption,
  div
):not(i):not(.material-symbols-outlined):not(.seo-faq-showcase-icon):not(.seo-faq-showcase-toggle):not(.fa):not(.fa-solid):not(.fa-regular):not(.fa-brands):not([class^="fa-"]):not([class*=" fa-"]) {
  font-weight: 400 !important;
}
