/* PlayMySong public visitor landing page */
.landing-page{background:radial-gradient(circle at 20% 0%,rgba(255,153,0,.12),transparent 34%),#181818;color:#F7F7F7;overflow-x:hidden}
.landing-nav{max-width:1180px;margin:0 auto;padding:18px 14px;display:flex;align-items:center;justify-content:space-between;gap:14px;position:relative;z-index:5}.landing-logo img{width:220px;max-width:48vw;height:auto;display:block}.landing-menu,.landing-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.landing-menu a{color:#F7F7F7;text-decoration:none;font-size:14px;font-weight:600;padding:8px 10px;border-radius:5px}.landing-menu a:hover{background:#313131;color:#FF9900}.landing-actions .btn{white-space:nowrap}
.landing-hero{width:100%;min-height:620px;margin:0;padding:82px max(18px,calc((100vw - 1180px)/2 + 14px));display:flex;align-items:center;position:relative;background:linear-gradient(90deg,rgba(3,8,10,.98) 0%,rgba(3,8,10,.93) 26%,rgba(3,8,10,.72) 47%,rgba(3,8,10,.15) 73%),url('../img/landing_hero_playmysong.jpg') center center/cover no-repeat;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.08)}
.landing-hero:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 88% 18%,rgba(255,153,0,.17),transparent 25%),linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.30));pointer-events:none}.landing-hero-copy{position:relative;z-index:1;max-width:680px;padding:8px 0 8px}.eyebrow{display:inline-flex;color:#FF9900;font-size:12px;text-transform:uppercase;letter-spacing:.1em;font-weight:600;margin-bottom:10px}.landing-hero h1{font-size:clamp(42px,6vw,76px);line-height:.94;letter-spacing:-2.5px;margin:0 0 16px;max-width:760px;text-shadow:0 3px 22px rgba(0,0,0,.45)}.lead{font-size:18px;line-height:1.55;color:#d8d8d8!important;max-width:700px}.small-lead{font-size:16px}.hero-buttons{display:flex;gap:10px;flex-wrap:wrap;margin:22px 0 12px}.btn.big{font-size:16px;padding:13px 18px!important}.legal-mini{font-size:13px;line-height:1.45;color:#b9b9b9!important;max-width:660px}.legal-mini.center{text-align:center;margin-top:12px;max-width:none}
.landing-section{max-width:1180px;margin:0 auto;padding:34px 14px}.section-head{text-align:center;max-width:760px;margin:0 auto 18px}.section-head h2,.split-section h2,.legal-strip h2{font-size:clamp(28px,4vw,46px);line-height:1;margin:0 0 10px}.landing-grid{display:grid;gap:12px}.landing-grid.three{grid-template-columns:repeat(3,minmax(0,1fr))}.landing-card{padding:18px!important;min-height:210px}.step{width:38px;height:38px;border-radius:5px;background:#FF9900;color:#141414;font-weight:600;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.landing-card h3{font-size:22px;margin-bottom:8px}.landing-card p,.feature-list span,.legal-strip p,.section-head p{color:#d2d2d2!important;line-height:1.55}.split-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:18px;align-items:center}.feature-list{display:grid;gap:0;padding:4px 18px!important}.feature-list div{display:grid;grid-template-columns:210px 1fr;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.feature-list div:last-child{border-bottom:0}.feature-list strong{color:#FF9900}.payment-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;align-items:center}.payment-strip div{background:#181818;border-radius:5px;padding:14px;display:flex;align-items:center;justify-content:center;gap:10px;min-height:76px}.payment-strip img{max-width:110px;max-height:34px;object-fit:contain}.payment-strip span{font-weight:600}.legal-strip{display:flex;gap:18px;align-items:center;justify-content:space-between}.legal-buttons{display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end}.landing-footer{max-width:1180px;margin:20px auto 0;padding:28px 14px 34px;text-align:center;border-top:1px solid rgba(255,255,255,.1)}.landing-footer img{width:190px;max-width:70vw;height:auto}.landing-footer p,.landing-footer small{color:#9f9f9f}.landing-footer div{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin:12px 0}.landing-footer a{color:#FF9900;text-decoration:none;font-weight:600}
@media(max-width:920px){.landing-nav{align-items:flex-start}.landing-menu{display:none}.landing-hero{min-height:580px;padding:62px 18px;background:linear-gradient(90deg,rgba(3,8,10,.98) 0%,rgba(3,8,10,.92) 44%,rgba(3,8,10,.45) 100%),url('../img/landing_hero_playmysong.jpg') 62% center/cover no-repeat}.landing-grid.three{grid-template-columns:1fr}.split-section{grid-template-columns:1fr}.feature-list div{grid-template-columns:1fr;gap:4px}.payment-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.legal-strip{display:block}.legal-buttons{justify-content:flex-start;margin-top:14px}}
@media(max-width:560px){.landing-nav{display:block;text-align:center}.landing-logo img{margin:0 auto 12px}.landing-actions{justify-content:center}.landing-actions .btn{width:auto!important}.landing-hero{min-height:620px;padding:52px 14px;background:linear-gradient(180deg,rgba(3,8,10,.98) 0%,rgba(3,8,10,.96) 52%,rgba(3,8,10,.72) 100%),url('../img/landing_hero_playmysong.jpg') 70% center/cover no-repeat}.landing-hero h1{text-align:center;font-size:42px;letter-spacing:-1.6px}.landing-hero-copy{text-align:center;margin:0 auto}.lead{font-size:16px}.hero-buttons{justify-content:center}.hero-buttons .btn{width:100%!important}.legal-mini{margin-left:auto;margin-right:auto}.landing-section{padding:24px 10px}.payment-strip{grid-template-columns:1fr}.legal-buttons .btn{width:100%!important}}


/* Payment logo-only inline strip override */
.payment-strip{display:none!important}
.payment-logo-grid{
  display:flex!important;
  flex-wrap:nowrap!important;
  align-items:center!important;
  justify-content:center!important;
  gap:14px!important;
  max-width:100%!important;
  margin:14px auto 8px!important;
  padding:0 8px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
.payment-logo-grid img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:112px!important;
  max-height:42px!important;
  object-fit:contain!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  flex:0 1 auto!important;
}
.payment-logo-grid img[alt="GCash"]{max-height:46px!important}
.payment-logo-grid img[alt="Maya"]{max-height:40px!important}
.payment-logo-grid img[alt="GrabPay"]{max-width:118px!important;max-height:42px!important}
.payment-logo-grid img[alt="PayPal"]{max-width:118px!important;max-height:42px!important}
.payment-logo-grid img[alt="Visa"],
.payment-logo-grid img[alt="Mastercard"]{max-height:36px!important}
.payment-logo-grid img[alt="American Express"]{max-height:42px!important}

@media(max-width:720px){
  .payment-logo-grid{
    gap:8px!important;
    padding:0 4px!important;
    justify-content:center!important;
  }
  .payment-logo-grid img{
    max-width:12.4vw!important;
    max-height:30px!important;
  }
  .payment-logo-grid img[alt="GrabPay"],
  .payment-logo-grid img[alt="PayPal"]{max-width:14vw!important}
  .payment-logo-grid img[alt="GCash"]{max-height:32px!important}
  .payment-logo-grid img[alt="Visa"],
  .payment-logo-grid img[alt="Mastercard"]{max-height:26px!important}
}
@media(max-width:380px){
  .payment-logo-grid{gap:6px!important}
  .payment-logo-grid img{max-width:11.8vw!important;max-height:26px!important}
  .payment-logo-grid img[alt="GrabPay"],
  .payment-logo-grid img[alt="PayPal"]{max-width:13vw!important}
}
.payment-logo-grid img{max-height:48px;width:min(100%,130px)}}


/* Landing mobile hamburger */
@media(max-width:920px){
  .landing-nav{position:relative!important;justify-content:center!important;min-height:58px!important;padding:8px 12px!important}
  .landing-mobile-menu-btn{display:inline-flex!important;position:absolute!important;left:12px!important;top:8px!important}
  .landing-logo img{width:138px!important;max-height:42px!important;margin:0 auto!important}
  .landing-menu,.landing-actions{display:none!important}
}

/* Google Play APK download badge under landing hero legal note */
.google-play-download{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-top:12px;
  text-decoration:none;
  border-radius:10px;
  transition:transform .15s ease, filter .15s ease;
}
.google-play-download img{
  display:block;
  width:210px;
  max-width:72vw;
  height:auto;
}
.google-play-download:hover{
  transform:translateY(-1px);
  filter:brightness(1.08);
}
@media (max-width:640px){
  .google-play-download{margin-top:10px}
  .google-play-download img{width:190px}
}


/* v28 mobile landing header: logo replaces header action buttons */
@media(max-width:920px){
  .landing-actions{display:none!important;}
  .landing-nav{display:flex!important;align-items:center!important;justify-content:center!important;min-height:62px!important;padding:10px 12px!important;}
  .landing-logo{display:flex!important;align-items:center!important;justify-content:center!important;margin:0 auto!important;}
  .landing-logo img{width:min(76vw,300px)!important;max-width:min(76vw,300px)!important;max-height:56px!important;height:auto!important;margin:0 auto!important;}
}
@media(max-width:480px){.landing-logo img{width:min(80vw,260px)!important;max-height:48px!important}.landing-mobile-menu-btn{top:11px!important}}
.landing-footer small::after{content:"  •  JC DEV Studio";color:rgba(247,247,247,.55);font-weight:400;}


/* v37 mobile landing role chooser: centered spacing + stronger Song Requester CTA */
.mobile-role-chooser{display:none}
@media(max-width:560px){
  .landing-hero{
    min-height:calc(100svh - 68px)!important;
    padding:0 14px!important;
    align-items:center!important;
    justify-content:center!important;
    background:linear-gradient(180deg,rgba(3,8,10,.86) 0%,rgba(3,8,10,.76) 36%,rgba(3,8,10,.94) 100%),url('../img/landing_hero_playmysong.jpg') 70% center/cover no-repeat!important;
  }
  .landing-hero-copy{
    width:100%;
    max-width:430px;
    margin:0 auto!important;
    text-align:center!important;
    padding:0!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
  }
  .landing-hero-copy>.eyebrow,
  .landing-hero-copy>h1,
  .landing-hero-copy>.lead,
  .landing-hero-copy>.hero-buttons,
  .landing-hero-copy>.legal-mini,
  .landing-hero-copy>.google-play-download{display:none!important}
  .mobile-role-chooser{
    display:grid!important;
    grid-template-columns:1fr;
    gap:14px!important;
    align-items:center!important;
    justify-items:center!important;
    width:100%!important;
    margin:0 auto!important;
    transform:translateY(10px);
  }
  .mobile-role-chooser h2{
    margin:0 0 6px!important;
    color:#F7F7F7!important;
    font-size:26px!important;
    line-height:1.1!important;
    font-weight:600!important;
    letter-spacing:-.2px!important;
    text-align:center!important;
  }
  .mobile-role-btn{
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    width:min(100%,330px)!important;
    min-height:56px!important;
    border-radius:6px!important;
    background:#454545!important;
    color:#F7F7F7!important;
    text-decoration:none!important;
    font-size:16px!important;
    font-weight:600!important;
    letter-spacing:.2px!important;
    text-transform:none!important;
    border:0!important;
    box-shadow:none!important;
  }
  .mobile-role-btn:nth-of-type(2){
    min-height:60px!important;
    background:#FF9900!important;
    color:#141414!important;
    font-size:17px!important;
  }
  .mobile-role-btn:active,.mobile-role-btn:hover{filter:brightness(1.06)!important}
}
@media(max-width:390px){
  .mobile-role-chooser{gap:12px!important;transform:translateY(6px)}
  .mobile-role-btn{width:min(100%,310px)!important;min-height:54px!important}
  .mobile-role-btn:nth-of-type(2){min-height:58px!important}
}
@media(min-width:561px){.mobile-role-chooser{display:none!important}}

/* PayMongo compliance / registered business public pages */
.compliance-landing-card h3{margin:0 0 12px;font-size:22px}
.compliance-landing-card p{margin:0 0 12px}
.compliance-landing-card a,.official-channel-row a,.compliance-page-card a:not(.btn){color:#FF9900;text-decoration:none;font-weight:600}
.compliance-landing-card a:hover,.official-channel-row a:hover,.compliance-page-card a:not(.btn):hover{text-decoration:underline}
.compliance-card-links{display:grid;gap:8px;margin-top:14px}
.official-channel-row{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;margin:14px auto 0;color:#b9b9b9;font-size:13px}
.official-channel-row span{font-weight:600;color:#d7d7d7}

.compliance-page{min-height:100vh}
.compliance-wrap{max-width:980px;padding-top:18px;padding-bottom:36px}
.compliance-page-card{padding:22px!important}
.compliance-page-card>h1{font-size:clamp(30px,5vw,48px);line-height:1.05;margin:0 0 12px}
.compliance-brand{display:block;width:max-content;max-width:100%;margin:0 auto 18px}
.compliance-brand img{display:block;width:min(300px,76vw);height:auto}
.compliance-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:20px 0}
.compliance-info-box,.compliance-section-block{background:#181818;border:1px solid rgba(255,255,255,.08);border-radius:6px;padding:18px}
.compliance-info-box h2,.compliance-section-block h2{margin:0 0 12px;font-size:23px}
.compliance-info-box p,.compliance-section-block p{color:#d2d2d2!important;line-height:1.6}
.compliance-info-box dl{margin:0}
.compliance-info-box dl>div{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.compliance-info-box dl>div:last-child{border-bottom:0}
.compliance-info-box dt{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#9f9f9f;margin-bottom:3px}
.compliance-info-box dd{margin:0;color:#F7F7F7;line-height:1.45;overflow-wrap:anywhere}
.compliance-note{font-size:13px;color:#aeb1ae!important;line-height:1.55}
.compliance-section-block{margin-top:14px}
.compliance-link-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}
.compliance-bottom-links{margin:20px 0 4px;padding-top:16px;border-top:1px solid rgba(255,255,255,.09)}
.compliance-bottom-links a{font-size:13px}
.legal-page .compliance-bottom-links{max-width:900px;margin:20px 0 6px}

@media(max-width:760px){
  .compliance-info-grid{grid-template-columns:1fr}
  .compliance-page-card{padding:16px!important}
  .compliance-link-row .btn{width:100%!important;text-align:center}
}
@media(max-width:560px){
  .official-channel-row{align-items:flex-start;justify-content:flex-start;padding:0 4px}
  .official-channel-row span{width:100%}
  .compliance-landing-card{min-height:0}
}

/* PHP pricing section for payment/compliance review */
.pricing-card{min-height:190px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}
.pricing-label{font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#9f9f9f;font-weight:600}
.pricing-amount{display:block;color:#FF9900;font-size:clamp(30px,4vw,44px);line-height:1;margin:10px 0}
.pricing-card p{margin:0;color:#d2d2d2!important;line-height:1.5}


/* Compact DTI/BIR registration line */
.registration-footer-line{
  margin-top:12px;
  padding-top:10px;
  border-top:1px solid rgba(255,255,255,.08);
  font-size:10px;
  line-height:1.5;
  color:rgba(247,247,247,.52);
  text-align:center;
  overflow-wrap:anywhere;
}
.registration-footer-line span{margin:0 5px;color:rgba(247,247,247,.28)}
@media(max-width:640px){
  .registration-footer-line{font-size:9px;padding-left:10px;padding-right:10px}
}
