@charset "UTF-8";

/* Reset CSS */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

/* Base Styles */
body {
  font-family: "Lato", Calibri, Arial, sans-serif;
  color: #333;
  overflow-x: hidden;
}

.section {
  text-align: center;
}

/* Page 1: Hero Section - Desktop */
#page1 {
  background: url("../images/hero-section.png") center center/cover no-repeat;
  color: #fff;
}

.split-container {
  display: flex;
  align-items: center;
  height: 100vh;
  width: 100%;
  padding: 0 60px;
  position: relative;
  z-index: 1;
}

.left-half {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 0;
  max-width: 640px;
  background: transparent;
}

.right-half {
  display: none;
}

#page1 h1 {
  color: #444;
  font-size: 3em;
  margin-bottom: 20px;
  line-height: 1.2;
  text-align: left;
  font-weight: bold;
}

#page1 p {
  color: rgba(0, 0, 0, 0.7);
  font-size: 1.2em;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 16px;
}

#page1 .right-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

/* Mobile Hero (hidden by default) */
.mobile-hero {
  display: none;
  padding: 20px 16px;
  background: #fff;
  color: #111;
  height: 100vh;
  box-sizing: border-box;
}

.mobile-hero-image {
  position: relative;
  width: 100%;
  max-width: 520px;
  margin: 0 auto 16px;
  border-radius: 20px;
  overflow: hidden;
  background: #e5e7eb;
}

.mobile-hero-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.mobile-hero-caption {
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  background: rgba(0, 0, 0, 0.06);
  color: #111;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.1;
  padding: 14px 16px;
  border-radius: 16px;
}

.mobile-hero-subtext {
  color: #111;
  opacity: 0.8;
  font-size: 18px;
  line-height: 1.35;
  text-align: center;
  max-width: 640px;
  margin: 8px auto 0;
}

/* Page 2: Features Carousel */
#page2 {
  background: white;
}

.carousel-container {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 40px 20px;
  box-sizing: border-box;
}

.carousel-header {
  text-align: center;
  margin-bottom: 40px;
}

.carousel-header h1 {
  font-size: 2.5em;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}

.carousel-header p {
  font-size: 1.1em;
  color: #666;
  line-height: 1.4;
}

.image-carousel {
  position: relative;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: relative;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.carousel-slider.dragging {
  cursor: grabbing;
}

.carousel-slider img {
  transition: all 0.5s ease;
  border-radius: 10px;
  object-fit: cover;
}

.carousel-clickable {
  transition: opacity 0.2s ease, box-shadow 0.2s ease !important;
}

.carousel-clickable:hover {
  opacity: 0.85;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.carousel-big {
  width: 600px;
  height: 350px;
  margin: 0 15px;
  transform: scale(1);
  z-index: 2;
  position: relative;
  object-fit: contain;
  background: #fff;
  border: 1px solid #000;
  border-radius: 10px;
}

.carousel-small {
  width: 140px;
  height: 320px;
  opacity: 0.7;
  transform: scale(0.9);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-small img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.carousel-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}

.carousel-arrow:hover {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.carousel-arrow i {
  font-size: 18px;
  color: #333;
}

.arrow-left {
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-right {
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel-small.left {
  left: 10px;
}

.carousel-small.right {
  right: 10px;
}

/* Page 3: Meet The Team */
#page3 {
  background: white;
}

.team-split-container {
  display: flex;
  height: 100vh;
  width: 100%;
}

.team-left-half {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 60px;
  background: white;
}

.team-right-half {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f9fa;
  padding: 0;
}

.team-right-half img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team-left-half h1 {
  color: #333;
  font-size: 2.8em;
  margin-bottom: 20px;
  line-height: 1.1;
  font-weight: bold;
  text-align: left;
}

.team-left-half p {
  color: #666;
  font-size: 1.3em;
  line-height: 1.4;
  text-align: left;
}

/* Page 4: Why Choose Us */
#page4 {
  background: #ffffff;
}

.why-choose {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 48px;
  padding: 10px 50px;
  background: #ffffff;
  padding-top: 2px;
}

.why-header {
  text-align: center;
  max-width: 760px;
}

.why-header h2 {
  font-size: 48px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #0c0516;
}

.why-eyebrow {
  font-size: 26px;
  color: #5f259f;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 700;
}

.why-body {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}

.why-media,
.why-content {
  flex: 1;
}

.why-media {
  display: flex;
  justify-content: center;
  align-items: center;
}

.why-video-wrapper {
  width: 100%;
  max-width: 720px;
  aspect-ratio: 16 / 9;
  border-radius: 16px;
  overflow: hidden;
  background: #050112;
  box-shadow: 0 18px 40px rgba(33, 12, 70, 0.2);
}

.why-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.why-content {
  text-align: left;
  max-width: 520px;
}

.why-benefits {
  display: flex;
  flex-direction: column;
  gap: 28px;
  border-left: 6px solid #5f259f;
  padding-left: 28px;
}

.benefit h4 {
  font-size: 18px;
  font-weight: 800;
  color: #12051e;
  margin-bottom: 8px;
}

.benefit p {
  font-size: 12px;
  color: rgba(16, 6, 30, 0.75);
  line-height: 1.4;
}

.benefit-icon {
  display: none;
  width: 0px;
  max-width: 100%;
  height: auto;
  margin: 0 auto 0px;
}

/* Page 5: Community Actions */
#page5 {
  background: #f7f9ff;
}

.engage-section {
  min-height: 100vh;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  gap: 40px;
  padding: 40px 24px 60px;
  box-sizing: border-box;
}

.engage-header {
  width: 100%;
  max-width: 960px;
  text-align: center;
  margin: 0 auto;
}

.engage-eyebrow {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a1bb4;
  margin-bottom: 12px;
}

.engage-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #0f0127;
  margin: 0 0 12px;
}

.engage-subtext {
  font-size: 18px;
  color: rgba(15, 1, 39, 0.7);
  margin: 0 auto;
  max-width: 720px;
}

.cards {
  width: 100%;
  max-width: 1200px;
  display: grid;
  grid-template-columns: repeat(3, minmax(220px, 1fr));
  gap: 16px;
  margin-top: 0;
}

.card {
  background: #eff5ff;
  padding: 20px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
  box-sizing: border-box;
  margin-top: 15px;
  box-shadow: 0 18px 40px rgba(19, 12, 54, 0.08);
}

.card h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  text-align: left;
}

.card p {
  font-size: 14px;
  color: #333;
  margin: 0 0 8px;
  text-align: left;
  line-height: 1.4;
}

.card-link {
  font-size: 14px;
  font-weight: 600;
  color: #3e065f;
  text-decoration: none;
  transition: color 0.2s ease;
}

.card-link:hover {
  color: #000;
}

.read-more-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.read-more-btn {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  padding: 0 20px;
  border: 2px solid #3e065f;
  border-radius: 10px;
  background: transparent;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  color: #3e065f;
  transition: background-color 0.25s ease, color 0.25s ease, transform 0.05s ease;
  text-align: center;
  align-self: flex-start;
  min-width: 220px;
  max-width: 260px;
}

.read-more-btn:hover {
  background: #000;
  color: #fff;
}

.read-more-btn:active {
  transform: translateY(1px);
}

.read-more-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1024px) {
  .engage-section {
    padding: 32px 16px 48px;
  }

  .cards {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .card {
    height: auto;
    margin-top: 0;
    padding: 16px;
    min-height: unset;
  }

  .read-more-btn {
    width: 100%;
    min-width: 0;
    max-width: none;
    height: 40px;
  }

  .engage-header h2 {
    display: none;
  }
}

/* Page 6: CTA & Footer */
#page6 {
  background: linear-gradient(180deg, #f3f7ff 0%, #ffffff 100%);
  color: #000;
}

.cta-footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 80px 24px 24px 24px;
  box-sizing: border-box;
}

.cta-center {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
}

.cta h2 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
  color: #111827;
}

.cta p {
  font-size: 16px;
  color: #6b7280;
  margin-bottom: 20px;
  white-space: normal;
  word-wrap: break-word;
  overflow-wrap: break-word;
  line-height: 1.4;
}

.cta-actions {
  display: inline-flex;
  gap: 12px;
  margin-bottom: 20px;
}

.store-btn img {
  height: 44px;
  width: auto;
  display: block;
}

.social-icons {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}

.social-icons i {
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #111;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  cursor: pointer;
}

.social-icons i:hover {
  transform: translateY(-2px);
  background: #111;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
}

.site-footer {
  background: #ffffff;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  box-shadow: 0 -1px 0 rgba(17, 24, 39, 0.08);
  margin-top: 48px;
}

.footer-top {
  display: grid;
  grid-template-columns: 1.1fr 2fr;
  gap: 24px;
  padding: 32px 24px 16px 24px;
}

.brand {
  text-align: left;
}

.footer-media {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.footer-media-label {
  font-size: 14px;
  font-weight: 700;
  color: #0f0127;
}

.footer-media-logos {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 420px;
}

.footer-media-logo {
  border: 1px solid rgba(15, 1, 39, 0.08);
  border-radius: 50%;
  background: #fff;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  cursor: pointer;
  transition: box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.footer-media-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.footer-media-logo:hover {
  border-color: #3e065f;
  box-shadow: 0 8px 20px rgba(62, 6, 95, 0.18);
  transform: translateY(-2px);
}

.consent {
  color: #6b7280;
  font-size: 12px;
  max-width: 420px;
  line-height: 1.4;
}

.consent a {
  color: #3e065f;
  text-decoration: underline;
}

.links {
  display: flex;
  justify-content: flex-end;
  gap: 16px;
  text-align: right;
  align-self: flex-end;
}

.links .col ul {
  list-style: none;
  display: flex;
  gap: 16px;
  align-items: center;
  margin: 0;
  padding: 0;
}

.links .col li {
  margin: 0;
}

.links .col a {
  color: #374151;
  font-size: 12px;
  display: inline-flex;
  margin: 0;
}

.footer-bottom {
  border-top: 1px solid #e5e7eb;
  padding: 12px 10px;
  text-align: center;
  color: #6b7280;
  font-size: 12px;
}

/* Mobile Responsive Styles */
@media (max-width: 1024px) {
  /* Page 1 Mobile */
  #page1 {
    background: #ffffff;
  }
  
  #page1 .split-container {
    display: none;
  }
  
  #page1 .left-half,
  #page1 .right-half {
    display: none;
  }
  
  .mobile-hero {
    display: block;
    padding: 20px 16px;
    background: #fff;
    color: #111;
    height: 100vh;
    box-sizing: border-box;
  }
  
  .mobile-hero-image {
    position: relative;
    width: 100%;
    max-width: 520px;
    margin: 0 auto 16px;
    border-radius: 20px;
    overflow: hidden;
    background: #e5e7eb;
    height: auto;
    max-height: none;
  }
  
  .mobile-hero-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
  }
  
  .mobile-hero-caption {
    position: absolute;
    left: 12px;
    right: 12px;
    bottom: 12px;
    background: rgba(0, 0, 0, 0.06);
    color: #111;
    font-weight: 800;
    font-size: 26px;
    line-height: 1.1;
    padding: 14px 16px;
    border-radius: 16px;
  }
  
  .mobile-hero-subtext {
    color: #111;
    opacity: 0.8;
    font-size: 18px;
    line-height: 1.35;
    text-align: center;
    max-width: 640px;
    margin: 8px auto 0;
  }

  /* Page 2 Mobile */
  .carousel-header h1 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.1;
  }

  .carousel-header p {
    font-size: 16px;
    color: #111;
    opacity: 0.8;
    white-space: normal;
    line-height: 1.4;
    text-align: center;
  }

  .carousel-big {
    width: 240px;
    height: 400px;
    border-radius: 22px;
  }

  .carousel-small {
    width: 38px;
    height: 400px;
    border-radius: 16px;
    opacity: 0.35;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .carousel-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
  }

  .carousel-arrow {
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.95);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .carousel-arrow i {
    font-size: 14px;
  }

  /* Page 3 Mobile */
  #page3 {
    background: #ffffff;
  }
  
  .team-split-container {
    flex-direction: column;
    height: auto;
    min-height: 100vh;
    justify-content: flex-start;
  }
  
  .team-left-half {
    padding: 24px 16px 8px;
    align-items: center;
    text-align: center;
    background: #fff;
  }
  
  .team-left-half h1 {
    text-align: center;
    font-size: 34px;
  }
  
  .team-left-half p {
    text-align: center;
    font-size: 16px;
    color: #111;
    opacity: 0.8;
  }
  
  .team-right-half {
    padding: 0 16px 24px;
    background: #fff;
  }
  
  .team-right-half picture,
  .team-right-half img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    display: block;
  }

  /* Page 4 Mobile */

  .why-choose {
    flex-direction: column;
    padding: 20px 24px 60px;
    gap: 32px;
    min-height: auto;
  }
  
  .why-header h2 {
    font-size: 36px;
  }
  
  .why-eyebrow {
    font-size: 20px;
  }
  
  .why-body {
    flex-direction: column;
    gap: 32px;
  }
  
  .why-video-wrapper {
    border-radius: 20px;
  }
  
  .why-content {
    max-width: 100%;
    text-align: left;
  }
  
  .why-benefits .why-eyebrow {
    font-size: 26px;
    margin-top: 0;
    grid-column: 1 / -1;
    text-align: center;
  }
  
  .why-benefits {
    border-left: none;
    border-top: none;
    padding-left: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(120px, 1fr));
    gap: 24px 16px;
    justify-items: start;
  }
  
  .benefit {
    text-align: left;
    border: none;
  }
  
  .benefit p {
    display: none;
  }
  
  .benefit h4 {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #12051e;
    margin-top: 12px;
    margin-bottom: 0;
  }
  
  .benefit-icon {
    display: block;
    width: 120px;
    max-width: 100%;
    margin: 0 auto;
  }

  /* Page 6 Mobile */
  #page6 {
    background: linear-gradient(180deg, #F3F7FF 0%, #FFFFFF 100%);
  }
  
  .cta-footer {
    padding: 40px 16px 24px 16px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .cta {
    text-align: center;
    max-width: 100%;
    margin: 0 auto 20px;
  }
  
  .cta h2 {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 12px;
    color: #111827;
  }
  
  .cta p {
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 20px;
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    line-height: 1.4;
    text-align: center;
  }
  
  .cta-actions {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin-bottom: 20px;
  }
  
  .store-btn img {
    height: 50px;
    width: auto;
  }
  
  .social-icons {
    gap: 12px;
    margin-top: 12px;
  }
  
  .social-icons i {
    width: 36px;
    height: 36px;
    font-size: 20px;
  }
  
  .site-footer {
    background: #FFFFFF;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0 -1px 0 rgba(17,24,39,0.08);
    margin-top: 20px;
  }
  
  .footer-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 16px 16px 16px;
  }
  
  .brand {
    text-align: center;
  }
  
  .footer-media-logos {
    justify-content: center;
  }
  .footer-media-logos {
    justify-content: center;
  }
  
  .consent {
    color: #6B7280;
    font-size: 12px;
    text-align: center;
    line-height: 1.4;
  }
  
  .links {
    justify-content: flex-end;
    gap: 16px;
    text-align: right;
  }
  
  .links .col ul {
    gap: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  
  .links .col a {
    font-size: 14px;
  }
  
  .footer-bottom {
    border-top: 1px solid #E5E7EB;
    padding: 16px;
    text-align: center;
    color: #6B7280;
    font-size: 10px;
  }
}

/* Additional optimizations for smaller mobile screens */
@media (max-width: 480px) {
  .mobile-hero {
    padding: 16px 12px;
  }
  
  .mobile-hero-image {
    max-width: 100%;
    height: auto;
    max-height: none;
  }
  
  .mobile-hero-caption {
    font-size: 22px;
    padding: 12px 14px;
  }
  
  .mobile-hero-subtext {
    font-size: 16px;
    padding: 0 8px;
  }

  .carousel-header h1 {
    font-size: 24px;
  }

  .carousel-header p {
    font-size: 14px;
  }

  .carousel-big {
    width: 220px;
    height: 380px;
    border-radius: 20px;
  }

  .carousel-small {
    width: 32px;
    height: 360px;
    border-radius: 14px;
  }

  .carousel-arrow {
    width: 28px;
    height: 28px;
  }

  .carousel-arrow i {
    font-size: 12px;
  }

  .team-left-half {
    padding: 20px 12px 8px;
  }
  
  .team-left-half h1 {
    font-size: 28px;
  }
  
  .team-left-half p {
    font-size: 14px;
  }
  
  .team-right-half {
    padding: 0 12px 20px;
  }

  .why-choose {
    padding: 28px 12px 48px;
  }

  .why-header h2 {
    font-size: 32px;
  }
  
  .why-eyebrow {
    font-size: 18px;
  }
  
  .why-body {
    gap: 24px;
  }
  
  .why-video-wrapper {
    border-radius: 20px;
  }
  
  .benefit h4 {
    font-size: 20px;
  }
  
  .benefit p {
    font-size: 15px;
  }

  .cta-footer {
    padding: 32px 12px 24px 12px;
  }
  
  .cta h2 {
    font-size: 24px;
  }
  
  .cta p {
    font-size: 13px;
  }
  
  .store-btn img {
    height: 45px;
  }
  
  .footer-top {
    padding: 16px 12px 12px 12px;
  }
  
  .newsletter input {
    padding: 10px 14px;
    font-size: 13px;
  }
  
  .newsletter button {
    padding: 10px 18px;
    font-size: 13px;
  }
  
  .social-icons i {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  
  .footer-bottom {
    padding: 12px;
    font-size: 10px;
  }
}

/* Overwriting pagePiling.js tooltip color */
#pp-nav.custom .pp-tooltip {
  color: #aaa;
}

/* Modal Styles */
.modal {
  display: none;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
}

.modal-content {
  background-color: #ffffff;
  margin: 5% auto;
  padding: 0;
  border-radius: 16px;
  width: 90%;
  max-width: 600px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  animation: modalSlideIn 0.3s ease-out;
}

@keyframes modalSlideIn {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px 30px 20px 30px;
  border-bottom: 1px solid #e5e7eb;
}

.modal-header h2 {
  margin: 0;
  color: #3E065F;
  font-size: 1.2em;
  font-weight: 700;
}

.modal-close {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  transition: color 0.2s ease;
  background: none;
  border: none;
  padding: 0;
  line-height: 1;
}

.modal-close:hover {
  color: #3E065F;
}

.modal-body {
  padding: 30px;
}

.modal-body p {
  color: #666;
  font-size: 1em;
  margin-bottom: 30px;
  text-align: center;
}

.download-app-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}

.download-app-actions .store-btn {
  display: inline-block;
}

.download-app-actions .store-btn img {
  height: 44px;
  width: auto;
  display: block;
}

.media-partners {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.partner-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  border: 2px solid #f3f4f6;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #ffffff;
}

.partner-item:hover {
  border-color: #3E065F;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(62, 6, 95, 0.15);
}

.partner-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  margin-bottom: 12px;
}

.partner-item span {
  color: #333;
  font-size: 0.9em;
  font-weight: 600;
  text-align: center;
}

/* Mobile responsive for modal */
@media (max-width: 768px) {
  .modal-content {
    margin: 10% auto;
    width: 95%;
    max-width: none;
  }
  
  .modal-header {
    padding: 20px 24px 16px 24px;
  }
  
  .modal-header h2 {
    font-size: 1.5em;
  }
  
  .modal-body {
    padding: 24px;
  }
  
  .download-app-actions {
    gap: 16px;
  }
  
  .download-app-actions .store-btn img {
    height: 50px;
  }
  
  .media-partners {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  
  .partner-item {
    padding: 16px;
  }
  
  .partner-item img {
    width: 50px;
    height: 50px;
  }
  
  .partner-item span {
    font-size: 0.85em;
  }
}
