/**
 * Pi Network Ghana – Brand overrides
 * Main color: violet (replacing green)
 */

/* Header logo – smaller size on all pages */
.header-section .logo-wrap img,
.header-section-1 .logo-wrap-2 img {
  max-width: 100px !important;
  max-height: 48px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain;
}

:root {
  /* Override template green with violet – main #422869 */
  --theme-color: #422869;
  --theme-shade-color: #5c3d7a;
  --theme-color-2: #8b6ba8;
  --theme-color-3: #2d1a4a;
  /* Pi accent – orange #f3b55b */
  --pi-gold: #f3b55b;
  --pi-gold-light: #f5c47a;
  --pi-gold-dark: #e0a048;
  --pi-dark: #1a1a1a;
  --pi-text: #2d2d2d;
}

/* Primary buttons and links */
.e-primary-btn,
a.e-primary-btn,
.top-bar .e-primary-btn.is-hover-white,
.hero-content-1 .e-primary-btn,
.footer-section a:hover {
  background-color: var(--pi-gold) !important;
  border-color: var(--pi-gold) !important;
}
.e-primary-btn:hover,
a.e-primary-btn:hover {
  background-color: var(--pi-gold-dark) !important;
  border-color: var(--pi-gold-dark) !important;
}

/* Accent text / highlights */
.common-subtitle span,
.hero-content-1 .title span,
.subtitle span,
a:hover {
  color: var(--pi-gold) !important;
}

/* Nav active / hover */
.main-menu-2 ul li a:hover,
.main-menu ul li a:hover,
.off-canvas-menu a:hover {
  color: var(--pi-gold) !important;
}

/* Footer and header accents */
.footer-widget .w-title span img,
.footer-widget a:hover {
  color: var(--pi-gold);
}

/* Footer logo: show Pi Network Ghana text (replaces template logo) */
.footer-logo .footer-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}

/* Get in Touch: prevent email truncation, allow wrapping */
.footer-section .get-in-touch .email,
.footer-section .get-in-touch .phone {
  min-width: 0;
}
.footer-section .get-in-touch .text {
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
}
.footer-section .get-in-touch .text p {
  white-space: normal;
}

/* Footer Contact Us: vertical list instead of pipe-separated line */
.footer-section .about-widget .footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}
.footer-section .about-widget .footer-contact-list p {
  margin-bottom: 0.25rem;
}
.footer-section .about-widget .footer-contact-list a {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  transition: color 0.2s;
}
.footer-section .about-widget .footer-contact-list a:hover {
  color: var(--pi-gold);
}
@media (max-width: 991px) {
  .footer-section .about-widget .footer-contact-list a {
    font-size: 16px;
  }
}

/* Contact strip above footer: same background so it feels part of footer */
.contact-info-section {
  margin-bottom: 0;
}
.contact-info-layout {
  background-color: var(--theme-color-3) !important;
  border-radius: 12px 12px 0 0;
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
.contact-info {
  color: #fff;
}
.contact-info h3 {
  color: #fff !important;
}
.contact-info p {
  color: rgba(255, 255, 255, 0.85) !important;
}
.contact-info .icon-wrap .icon {
  background: rgba(255, 255, 255, 0.15) !important;
  color: #fff !important;
}
.contact-info .icon-wrap .icon-shape {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%) !important;
}
.contact-info.active {
  background: rgba(255, 255, 255, 0.12) !important;
  box-shadow: none;
}

/* Breadcrumb: hide shape that uses .html (not an image) */
.breadcrumb-section .shape-1 {
  display: none;
}

/* Hide broken shape-11 image (empty file) on index what-we-do section */
.what-we-do-section .shape-11 {
  display: none;
}

/* Donation page: option cards */
.donation-option-card {
  padding: 1.25rem 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.donation-option-card h4 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.donation-option-card h4 i {
  color: var(--pi-gold);
}
.donation-option-card p.small {
  font-size: 0.85rem;
  opacity: 0.85;
}

/* Hero fallback when JS doesn't load – ensure content is visible */
.hero-slider-active-1 {
  min-height: 100vh;
  height: 100vh;
}
.hero-slider-active-1 .swiper {
  min-height: 100vh !important;
  height: 100vh !important;
}
.hero-slider-active-1 .swiper-wrapper {
  min-height: 100vh !important;
  height: 100% !important;
}
.hero-slider-active-1 .swiper-slide {
  min-height: 100vh !important;
  height: 100% !important;
}
.hero-slider-active-1 .hero-side {
  min-height: 100vh !important;
  height: 100% !important;
  display: flex;
  align-items: center;
  position: relative;
}

/* About Us – reduce image size so it’s not too large */
.about-us-section .shape-wrapped-thumb-1 > img {
  max-width: 85%;
  width: 85%;
  height: auto;
  object-fit: cover;
}
@media (min-width: 1200px) {
  .about-us-section .shape-wrapped-thumb-1 > img {
    max-width: 75%;
    width: 75%;
  }
}

/* Programs to Empower Others – violet section (no green) */
.what-we-do-section {
  background-color: var(--theme-color) !important;
  background-image: none !important;
}
.what-we-do-section .common-subtitle span,
.what-we-do-section .common-title h2 {
  color: #fff !important;
}
.what-we-do-section .common-subtitle img {
  filter: brightness(0) invert(1);
}

/* Programs to Empower Others – uniform image size for all four cards */
.what-we-do-section .project-card .thumb > a {
  display: block;
  height: 380px;
}
.what-we-do-section .project-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .what-we-do-section .project-card .thumb > a {
    height: 320px;
  }
}

/* Donations – no violet on violet: keep Support box light, dark text, orange button */
.our-camping-section .camping-card .content .donation-wrap,
.our-camping-section .camping-card:hover .content .donation-wrap,
.our-camping-section .camping-card.active .content .donation-wrap,
.our-camping-section .swiper-slide-active .camping-card .content .donation-wrap {
  background-color: #f8f7f0 !important;
}
.our-camping-section .camping-card .donation-wrap .d-top p,
.our-camping-section .camping-card .donation-wrap .fund p,
.our-camping-section .camping-card .donation-wrap .fund p span,
.our-camping-section .camping-card:hover .donation-wrap .d-top p,
.our-camping-section .camping-card:hover .donation-wrap .fund p,
.our-camping-section .camping-card:hover .donation-wrap .fund p span,
.our-camping-section .swiper-slide-active .camping-card .donation-wrap .d-top p,
.our-camping-section .swiper-slide-active .camping-card .donation-wrap .fund p,
.our-camping-section .swiper-slide-active .camping-card .donation-wrap .fund p span {
  color: var(--theme-color-3) !important;
}
.our-camping-section .camping-card .donation-wrap .d-bottom .d-wishlist,
.our-camping-section .camping-card .donation-wrap .d-bottom .d-wishlist i,
.our-camping-section .camping-card:hover .donation-wrap .d-bottom .d-wishlist,
.our-camping-section .camping-card:hover .donation-wrap .d-bottom .d-wishlist i,
.our-camping-section .swiper-slide-active .camping-card .donation-wrap .d-bottom .d-wishlist,
.our-camping-section .swiper-slide-active .camping-card .donation-wrap .d-bottom .d-wishlist i {
  color: var(--theme-color-3) !important;
  border-color: rgba(66, 40, 105, 0.2) !important;
}
.our-camping-section .camping-card .donation-wrap .d-btn,
.our-camping-section .camping-card .donation-wrap .d-bottom .d-btn,
.our-camping-section .camping-card:hover .donation-wrap .d-bottom .d-btn,
.our-camping-section .camping-card.active .donation-wrap .d-bottom .d-btn {
  background-color: var(--pi-gold) !important;
  border-color: var(--pi-gold) !important;
  color: var(--pi-dark) !important;
}
.our-camping-section .camping-card .donation-wrap .d-btn:hover,
.our-camping-section .camping-card .donation-wrap .d-bottom .d-btn:hover {
  background-color: var(--pi-gold-dark) !important;
  border-color: var(--pi-gold-dark) !important;
  color: var(--pi-dark) !important;
}
.our-camping-section .camping-card .donation-wrap .d-btn:before,
.our-camping-section .camping-card .donation-wrap .d-btn .icon-wrap,
.our-camping-section .camping-card:hover .donation-wrap .d-btn:before,
.our-camping-section .camping-card:hover .donation-wrap .d-btn .icon-wrap {
  background-color: var(--pi-gold-dark) !important;
  color: var(--pi-dark) !important;
}

/* Donations (Support Pi Network Ghana) – shorter cards so whole card is visible */
.our-camping-section .camping-card .thumb > a {
  display: block;
  max-height: 200px;
  overflow: hidden;
}
.our-camping-section .camping-card .thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .our-camping-section .camping-card .thumb > a {
    max-height: 180px;
  }
  .our-camping-section .camping-card .thumb img {
    height: 180px;
  }
}

/* Some of our Seminars – same image height for all three cards */
.some-seminars-section .camping-card .thumb > a {
  display: block;
  height: 260px;
  overflow: hidden;
}
.some-seminars-section .camping-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .some-seminars-section .camping-card .thumb > a {
    height: 220px;
  }
}

/* Why Pi Network Ghana – fix overlapping images with a clear grid layout */
.why-us-section .thumb {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: auto auto;
  gap: 16px;
  height: auto;
  align-items: start;
}
.why-us-section .thumb .thumb-1 {
  margin-bottom: 0;
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: stretch;
  text-align: end;
}
.why-us-section .thumb .thumb-1 > img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
}
.why-us-section .thumb .thumb-2 {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  grid-column: 1;
  grid-row: 1;
}
.why-us-section .thumb .thumb-2 img {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
}
.why-us-section .thumb .thumb-3 {
  position: relative;
  bottom: auto;
  right: auto;
  grid-column: 1;
  grid-row: 2;
}
.why-us-section .thumb .thumb-3 img,
.why-us-section .thumb .thumb-3 .shape-wrapped-thumb img:first-of-type {
  width: 100%;
  height: auto;
  max-height: 220px;
  object-fit: cover;
}
@media (max-width: 991px) {
  .why-us-section .thumb {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .why-us-section .thumb .thumb-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .why-us-section .thumb .thumb-1 > img {
    min-height: 200px;
  }
  .why-us-section .thumb .thumb-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .why-us-section .thumb .thumb-2 img {
    max-height: none;
  }
  .why-us-section .thumb .thumb-3 {
    grid-column: 1;
    grid-row: 3;
  }
  .why-us-section .thumb .thumb-3 img,
  .why-us-section .thumb .thumb-3 .shape-wrapped-thumb img:first-of-type {
    max-height: none;
  }
}
@media (max-width: 767px) {
  .why-us-section .thumb .thumb-1 {
    width: 100%;
    margin: 0;
  }
}

/* Pi Actions – Tickets & Registration (template project-card UI) */
.pi-actions-section {
  background-color: var(--theme-color) !important;
  background-image: none !important;
  position: relative;
}
.pi-actions-section .common-subtitle span,
.pi-actions-section .common-title h2 {
  color: #fff !important;
}
.pi-actions-section .common-subtitle img {
  filter: brightness(0) invert(1);
}
.pi-actions-section .project-card .thumb > a {
  display: block;
  height: 380px;
}
.pi-actions-section .project-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pi-actions-section .project-card .content .pi-action-ussd {
  margin-top: 0.75rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.95);
}
.pi-actions-section .project-card .content .pi-action-ussd strong {
  color: var(--pi-gold);
}
@media (max-width: 767px) {
  .pi-actions-section .project-card .thumb > a {
    height: 320px;
  }
}

/* About page – fix overlapping: thumbs in grid, content stays clear */
.why-us-section-6 .thumb {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 16px;
  min-height: 0;
  position: relative;
}
.why-us-section-6 .thumb .thumb-1 {
  margin-bottom: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  grid-column: 2;
  grid-row: 1 / -1;
  align-self: stretch;
  text-align: end;
  z-index: 0;
}
.why-us-section-6 .thumb .thumb-1 .s-shape {
  display: none;
}
.why-us-section-6 .thumb .thumb-1 > img {
  width: 100%;
  height: 100%;
  min-height: 200px;
  object-fit: cover;
}
.why-us-section-6 .thumb .thumb-2 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  grid-column: 1;
  grid-row: 1;
  z-index: 0;
}
.why-us-section-6 .thumb .thumb-2 img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
}
.why-us-section-6 .thumb .thumb-3 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  grid-column: 1;
  grid-row: 2;
  z-index: 0;
}
.why-us-section-6 .thumb .thumb-3 img,
.why-us-section-6 .thumb .thumb-3 .shape-wrapped-thumb img {
  width: 100%;
  height: auto;
  max-height: 180px;
  object-fit: cover;
}
.why-us-section-6 .row {
  position: relative;
}
.why-us-section-6 .why-us-content {
  position: relative;
  z-index: 2;
}
.why-us-section-6 .company-achievements {
  position: relative;
  z-index: 2;
  margin-top: 2rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .why-us-section-6 .thumb {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
  }
  .why-us-section-6 .thumb .thumb-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .why-us-section-6 .thumb .thumb-1 > img {
    min-height: 180px;
  }
  .why-us-section-6 .thumb .thumb-2 {
    grid-column: 1;
    grid-row: 2;
  }
  .why-us-section-6 .thumb .thumb-2 img {
    max-height: none;
  }
  .why-us-section-6 .thumb .thumb-3 {
    grid-column: 1;
    grid-row: 3;
  }
  .why-us-section-6 .thumb .thumb-3 img,
  .why-us-section-6 .thumb .thumb-3 .shape-wrapped-thumb img {
    max-height: none;
  }
}

/* Contact info bar – 3 items in a row, no overlap */
.contact-info-section {
  position: relative;
  z-index: 1;
}
.contact-info-layout {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 15px;
}
@media (max-width: 1199px) {
  .contact-info-layout {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 575px) {
  .contact-info-layout {
    grid-template-columns: 1fr;
  }
}

/* Application / Apply to Speak – no overlapping images, clear layout */
.why-us-section-2 .thumb {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  position: relative;
  height: auto;
}
.why-us-section-2 .thumb .thumb-1 {
  position: relative;
  margin-bottom: 0 !important;
  width: 100%;
  text-align: center;
}
.why-us-section-2 .thumb .thumb-1 > img {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.why-us-section-2 .thumb .thumb-1 .s-shape {
  display: none;
}
.why-us-section-2 .thumb .thumb-2,
.why-us-section-2 .thumb .thumb-2.style-2 {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  width: 100%;
  text-align: center;
}
.why-us-section-2 .thumb .thumb-2 img {
  width: 100%;
  max-width: 100%;
  height: auto;
  max-height: 280px;
  object-fit: cover;
  border-radius: 10px;
  border: 4px solid #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}
.why-us-section-2 .thumb .thumb-2.style-2 .experience-shape {
  position: absolute;
  bottom: 12px;
  right: 12px;
  left: auto;
  transform: none;
  margin: 0;
  z-index: 2;
  padding: 0.5rem 0.75rem;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.why-us-section-2 .thumb .thumb-2.style-2 .experience-shape h3 {
  font-size: 1.5rem;
  margin-bottom: 0;
}
.why-us-section-2 .thumb .thumb-2.style-2 .experience-shape p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .why-us-section-2 .thumb {
    margin: 0 !important;
  }
  .why-us-section-2 .thumb .thumb-2 img {
    max-height: 240px;
  }
}
@media (max-width: 767px) {
  .why-us-section-2 .thumb .thumb-1 {
    width: 100%;
    margin: 0 !important;
  }
  .why-us-section-2 .thumb .thumb-2 {
    width: 100%;
  }
}

/* Why Apply block (next to form) */
.apply-why-block {
  padding: 1.25rem 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.apply-why-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: var(--theme-color);
  margin-bottom: 0.5rem;
}
.apply-why-text {
  font-size: 0.95rem;
  color: var(--pi-text);
  margin-bottom: 0.75rem;
}
.apply-why-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.apply-why-list li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.4rem;
  font-size: 0.95rem;
  color: var(--pi-text);
}
.apply-why-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--pi-gold);
}

/* About page – section titles and history list */
.about-section-title {
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--theme-color);
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
}
.about-section-title:first-child {
  margin-top: 0;
}
.about-history-list {
  margin: 0.5rem 0 0 1.25rem;
  padding: 0;
}
.about-history-list li {
  margin-bottom: 0.35rem;
  line-height: 1.5;
}

/* Registrations – Opening Soon page */
.opening-soon-section {
  background: #f8f7f0;
  min-height: 50vh;
  display: flex;
  align-items: center;
}
.opening-soon-content {
  padding: 2rem 0;
}
.opening-soon-badge {
  display: inline-block;
  font-size: 0.85rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--pi-gold);
  margin-bottom: 1rem;
}
.opening-soon-title {
  font-size: clamp(2.5rem, 5vw, 3.5rem);
  font-weight: 700;
  color: var(--theme-color);
  margin-bottom: 1.25rem;
  line-height: 1.2;
}
.opening-soon-text {
  font-size: 1.1rem;
  line-height: 1.7;
  color: var(--pi-text);
  max-width: 560px;
  margin: 0 auto 0.75rem;
}
.opening-soon-subtext {
  font-size: 1rem;
  color: var(--pi-text);
  opacity: 0.9;
  margin-bottom: 2rem;
}
.opening-soon-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-items: center;
}
.opening-soon-actions .e-primary-btn.outline {
  background: transparent;
  border: 2px solid var(--theme-color);
  color: var(--theme-color);
}
.opening-soon-actions .e-primary-btn.outline:hover {
  background: var(--theme-color);
  color: #fff;
  border-color: var(--theme-color);
}
.opening-soon-actions .e-primary-btn.outline .icon-wrap {
  background: var(--theme-color);
  color: #fff;
}
@media (max-width: 575px) {
  .opening-soon-actions {
    flex-direction: column;
  }
  .opening-soon-actions .e-primary-btn {
    width: 100%;
    max-width: 280px;
    justify-content: center;
  }
}

/* Services page – two-frame cards (2 per row, icon frame + content frame) */
.services-section .pi-service-card {
  background: #fff;
  border: 1px solid rgba(107, 75, 163, 0.2);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.25s ease, border-color 0.25s ease;
}
.services-section .pi-service-card:hover {
  box-shadow: 0 8px 28px rgba(107, 75, 163, 0.12);
  border-color: rgba(107, 75, 163, 0.35);
}
.services-section .pi-service-card__icon-frame {
  background: linear-gradient(135deg, #6b4ba3 0%, #8b6cb8 100%);
  min-height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.services-section .pi-service-card__icon-frame svg {
  width: 56px;
  height: 56px;
  color: #fff;
  flex-shrink: 0;
}
.services-section .pi-service-card__num {
  position: absolute;
  top: 14px;
  left: 18px;
  font-family: var(--albert-sans-font, inherit);
  font-weight: 700;
  font-size: 13px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.95);
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-section .pi-service-card__body {
  padding: 1.5rem 1.5rem 1.75rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.services-section .pi-service-card__body h5 {
  color: #1a1a2e;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}
.services-section .pi-service-card__body p {
  color: #4a4a5a;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}

/* Executive Leadership – profile cards (image, name, role, email, bio) */
.pi-profile-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid rgba(107, 75, 163, 0.15);
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.25s ease;
}
.pi-profile-card:hover {
  border-color: rgba(107, 75, 163, 0.25);
}
.pi-profile-card__img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: linear-gradient(135deg, #6b4ba3 0%, #8b6cb8 100%);
  overflow: hidden;
}
.pi-profile-card__img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}
.pi-profile-card__body {
  padding: 1.25rem 1.5rem 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.pi-profile-card__role {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--theme-color, #422869);
  margin-bottom: 0.25rem;
}
.pi-profile-card__name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.pi-profile-card__email {
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
}
.pi-profile-card__email a {
  color: var(--theme-color, #422869);
  text-decoration: none;
}
.pi-profile-card__email a:hover {
  text-decoration: underline;
}
.pi-profile-card__bio {
  font-size: 0.9rem;
  color: #4a4a5a;
  line-height: 1.6;
  margin: 0;
}

/* Compact profile card – small cards, more per row */
.pi-profile-card--compact .pi-profile-card__img-wrap {
  padding-top: 75%;
}
.pi-profile-card--compact .pi-profile-card__img-wrap img {
  object-fit: cover;
  object-position: center 25%;
}
.pi-profile-card--compact .pi-profile-card__img-wrap [style*="font-size: 3rem"] {
  font-size: 1.75rem !important;
}
.pi-profile-card--compact .pi-profile-card__body {
  padding: 0.65rem 0.9rem 0.9rem;
}
.pi-profile-card--compact .pi-profile-card__role {
  font-size: 0.65rem;
  margin-bottom: 0.15rem;
}
.pi-profile-card--compact .pi-profile-card__name {
  font-size: 0.95rem;
  margin-bottom: 0.25rem;
  line-height: 1.2;
}
.pi-profile-card--compact .pi-profile-card__email {
  font-size: 0.75rem;
  margin-bottom: 0.35rem;
}
.pi-profile-card--compact .pi-profile-card__email a {
  word-break: break-all;
}
.pi-profile-card--compact .pi-profile-card__bio {
  font-size: 0.75rem;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pi-executive-section-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid rgba(107, 75, 163, 0.25);
}
.pi-executive-subsection-title {
  font-size: 1rem;
  font-weight: 600;
  color: #422869;
  margin-top: 1.25rem;
  margin-bottom: 0.75rem;
}

/* Registration page – tabbed forms */
.pi-registration-tabs {
  border-bottom: 2px solid rgba(107, 75, 163, 0.2);
  gap: 0.25rem;
}
.pi-registration-tabs .nav-link {
  border: 1px solid rgba(107, 75, 163, 0.2);
  border-bottom: none;
  border-radius: 8px 8px 0 0;
  padding: 0.75rem 1.25rem;
  font-weight: 600;
  color: #4a4a5a;
  background: #fff;
  margin-bottom: -2px;
}
.pi-registration-tabs .nav-link:hover {
  color: var(--theme-color, #422869);
  border-color: rgba(107, 75, 163, 0.35);
  background: rgba(107, 75, 163, 0.04);
}
.pi-registration-tabs .nav-link.active {
  color: #fff;
  background: var(--theme-color, #422869);
  border-color: var(--theme-color, #422869);
}
.pi-registration-form-wrap {
  background: #fff;
  border: 1px solid rgba(107, 75, 163, 0.15);
  border-radius: 12px;
}
.pi-registration-form-wrap .form-label {
  font-weight: 600;
  color: #1a1a2e;
}
.pi-registration-form-wrap .form-control,
.pi-registration-form-wrap .form-select {
  border-color: rgba(107, 75, 163, 0.2);
  border-radius: 8px;
}
.pi-registration-form-wrap .form-control:focus,
.pi-registration-form-wrap .form-select:focus {
  border-color: var(--theme-color, #422869);
  box-shadow: 0 0 0 0.2rem rgba(107, 75, 163, 0.15);
}
@media (max-width: 767px) {
  .pi-registration-tabs .nav-link {
    padding: 0.6rem 1rem;
    font-size: 0.9rem;
  }
}

/* Registration – embedded Google Form (themed) */
.pi-google-form-wrap .pi-google-form-embed {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(107, 75, 163, 0.15);
  background: #fff;
}
.pi-google-form-wrap .pi-google-form-embed iframe {
  display: block;
  min-height: 700px;
}
@media (max-width: 767px) {
  .pi-google-form-wrap .pi-google-form-embed iframe {
    height: 750px;
    min-height: 750px;
  }
}
.pi-google-form-wrap a[href*="forms.gle"] {
  color: var(--theme-color, #422869);
  font-weight: 600;
  text-decoration: none;
}
.pi-google-form-wrap a[href*="forms.gle"]:hover {
  text-decoration: underline;
}

/* 1 Week Pi Conference form – title and info blocks */
.pi-conference-full-form .pi-conference-form-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #e8952a 0%, #f0a84a 100%);
  padding: 1rem 1.25rem;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .pi-conference-full-form .pi-conference-form-title {
    font-size: 1.75rem;
    padding: 1.25rem 1.5rem;
  }
}
.pi-conference-full-form .pi-form-info-block {
  background: rgba(107, 75, 163, 0.06);
  border: 1px solid rgba(107, 75, 163, 0.12);
  border-radius: 8px;
  padding: 1rem 1.25rem;
}
.pi-conference-full-form .pi-form-info-heading,
.pi-registration-form-wrap .pi-form-info-heading {
  font-size: 1rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.pi-conference-full-form .pi-form-info-list {
  margin: 0;
  padding-left: 1.25rem;
  color: #2d2d2d;
  font-size: 0.95rem;
  line-height: 1.6;
}
.pi-conference-full-form .pi-form-info-list li {
  margin-bottom: 0.35rem;
}
.pi-conference-full-form .pi-wallet-address {
  font-weight: 600;
  color: var(--theme-color, #422869);
}
.pi-conference-full-form .pi-wallet-address a {
  color: var(--theme-color, #422869);
  text-decoration: none;
}
.pi-conference-full-form .pi-wallet-address a:hover {
  text-decoration: underline;
}
