/* =========================================================
   SPOKEN HOPE RADIO — MOBILE APP VIEW
   File: assets/css/mobile-app.css

   Sections:
   1) Visibility + App Base
   2) Top Bar
   3) App Home
   4) Featured Programs
   5) Mini Player
   6) Bottom Nav
   7) More Drawer
   8) Responsive Tweaks
   ========================================================= */


/* =========================
   1) Visibility + App Base
   ========================= */

/* Force hidden app elements to stay hidden */
.app-site [hidden],
.player-sheet[aria-hidden="true"]{
  display:none!important;
}

/* Hide old player sheet unless we intentionally style it later */
.player-sheet{
  display:none!important;
}

@media (min-width:821px){
  .app-site{display:none!important;}
}

@media (max-width:820px){

  body{
    padding:0;
    background:#05080d;
    overflow-x:hidden;
  }

  .app-site{
    min-height:100vh;
    padding:88px 0 150px;
    color:#f6f0e7;
    background:
      radial-gradient(circle at 80% 5%, rgba(224,169,54,.18), transparent 34%),
      linear-gradient(180deg,#05080d,#07101a 48%,#05080d);
  }


  /* =========================
     2) Top Bar
     ========================= */

  .app-topbar{
    position:fixed;
    top:0;
    left:0;
    right:0;
    z-index:5000;
    height:78px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 18px;
    background:rgba(5,8,13,.92);
    border-bottom:1px solid rgba(224,169,54,.22);
    backdrop-filter:blur(18px);
  }

  .app-logo img{
    height:54px;
    width:auto;
  }

  .app-bell{
    position:relative;
    width:44px;
    height:44px;
    border:1px solid rgba(224,169,54,.34);
    border-radius:999px;
    color:#fff;
    background:rgba(255,255,255,.05);
  }

  .app-bell-count{
    position:absolute;
    top:-4px;
    right:-2px;
    width:20px;
    height:20px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:#ff3131;
    color:#fff;
    font-size:12px;
    font-weight:900;
  }

  .app-bell-icon{
  position:static!important;
  width:auto!important;
  height:auto!important;
  background:none!important;
  font-size:18px!important;
}


  /* =========================
     3) App Home
     ========================= */

  .app-home{
    padding:0 18px;
  }

  .app-live{
    display:flex;
    align-items:center;
    gap:8px;
    color:#ff4545;
    font-size:13px;
    font-weight:950;
    text-transform:uppercase;
  }

  .app-live span{
    width:10px;
    height:10px;
    border-radius:999px;
    background:#ff3131;
    box-shadow:0 0 0 6px rgba(255,49,49,.12);
  }

  .app-hero h1{
    margin:22px 0 12px;
    font-family:Georgia,serif;
    font-size:48px;
    line-height:.95;
    letter-spacing:-.05em;
  }

  .app-hero h2{
    margin:0 0 16px;
    color:#e0a936;
    font-size:24px;
    line-height:1.12;
  }

  .app-hero p{
    color:rgba(246,240,231,.74);
    line-height:1.6;
  }

  .app-now-card{
    display:grid;
    grid-template-columns:56px 1fr 42px;
    gap:14px;
    align-items:center;
    margin:24px 0 16px;
    padding:16px;
    border:1px solid rgba(224,169,54,.34);
    border-radius:18px;
    background:rgba(255,255,255,.055);
  }

  .app-now-icon{
    width:52px;
    height:52px;
    display:grid;
    place-items:center;
    border-radius:999px;
    background:linear-gradient(180deg,#dfaa3e,#a9721a);
    font-size:26px;
  }

  .app-now-card small,
  .app-now-card span{
    display:block;
    color:rgba(246,240,231,.62);
  }

  .app-now-card strong{
    display:block;
    margin:3px 0;
    color:#fff;
  }

  .app-bars{
    display:flex;
    align-items:end;
    gap:4px;
    height:34px;
  }

  .app-bars i{
    width:5px;
    border-radius:999px;
    background:#e0a936;
  }

  .app-bars i:nth-child(1){height:12px;}
  .app-bars i:nth-child(2){height:26px;}
  .app-bars i:nth-child(3){height:18px;}
  .app-bars i:nth-child(4){height:31px;}

  .app-listen-btn,
  .app-schedule-btn{
    width:100%;
    min-height:68px;
    margin-top:12px;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    border-radius:14px;
    text-decoration:none;
    font-weight:950;
  }

  .app-listen-btn{
    border:0;
    color:#120e08;
    background:linear-gradient(180deg,#ffc860,#e0a936,#b98222);
  }

  .app-schedule-btn{
    border:1px solid rgba(224,169,54,.34);
    color:#fff;
    background:rgba(255,255,255,.045);
  }

  .app-listen-btn span,
  .app-schedule-btn span{
    margin-top:3px;
    font-size:12px;
    font-weight:700;
    opacity:.72;
  }


  /* =========================
     4) Featured Programs
     ========================= */

  .app-section{
    margin-top:34px;
  }

  .app-section-head{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:14px;
  }

  .app-section-head h3{
    margin:0;
    color:#e0a936;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.08em;
  }

  .app-section-head a{
    color:#e0a936;
    font-size:13px;
    text-decoration:none;
  }

  .app-program-scroll{
    display:flex;
    gap:14px;
    overflow-x:auto;
    padding-bottom:10px;
  }

  .app-program-card{
    flex:0 0 185px;
    overflow:hidden;
    border:1px solid rgba(224,169,54,.25);
    border-radius:16px;
    background:rgba(255,255,255,.045);
    text-decoration:none;
  }

  .app-program-card img{
    width:100%;
    height:110px;
    object-fit:cover;
  }

  .app-program-card strong,
  .app-program-card span{
    display:block;
    padding:0 12px;
  }

  .app-program-card strong{
    padding-top:12px;
    color:#fff;
  }

  .app-program-card span{
    padding-bottom:14px;
    color:rgba(246,240,231,.65);
    font-size:13px;
  }


  /* =========================
     5) Mini Player
     ========================= */

  .app-mini-player{
    position:fixed;
    left:14px;
    right:14px;
    bottom:82px;
    z-index:5001;
    min-height:68px;
    display:grid;
    grid-template-columns:46px 1fr 46px;
    gap:12px;
    align-items:center;
    padding:10px 12px;
    border:1px solid rgba(224,169,54,.34);
    border-radius:18px;
    background:rgba(8,13,20,.94);
    backdrop-filter:blur(18px);
    box-shadow:0 18px 44px rgba(0,0,0,.45);
  }

  .app-mini-icon{
    width:42px;
    height:42px;
    display:grid;
    place-items:center;
    border-radius:999px;
    color:#e0a936;
    border:1px solid rgba(224,169,54,.45);
  }

  .app-mini-player strong,
  .app-mini-player span{
    display:block;
  }

  .app-mini-player span{
    color:rgba(246,240,231,.62);
    font-size:13px;
  }

  .app-mini-player button{
    width:44px;
    height:44px;
    border:0;
    border-radius:999px;
    background:#fff;
    color:#111;
    font-weight:950;
  }


/* =========================
   6) Bottom Nav
   ========================= */

.app-bottom-nav{
  position:fixed;
  left:0;
  right:0;
  bottom:0;
  z-index:5000;
  height:76px;
  display:grid;
  grid-template-columns:repeat(5,1fr);
  padding:8px 8px 12px;
  border-top:1px solid rgba(224,169,54,.24);
  background:rgba(5,8,13,.96);
  backdrop-filter:blur(18px);
}

.app-bottom-nav a,
.app-bottom-nav button{
  border:0;
  background:transparent;
  color:#fff;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  font-size:20px;
  text-decoration:none;
  cursor:pointer;
}

.app-bottom-nav span{
  font-size:11px;
}

.app-bottom-nav .is-active{
  color:#e0a936;
}


/* =========================
   7) More Drawer
   ========================= */

.app-more{
  position:fixed;
  left:14px;
  right:14px;
  bottom:92px;
  z-index:6000;
  max-height:calc(100vh - 150px);
  overflow-y:auto;
  padding:22px;
  border:1px solid rgba(224,169,54,.35);
  border-radius:22px;
  background:rgba(8,13,20,.97);
  box-shadow:0 24px 70px rgba(0,0,0,.55);
  backdrop-filter:blur(18px);
}

.app-more-close{
  position:absolute;
  top:10px;
  right:12px;
  border:0;
  background:transparent;
  color:#fff;
  font-size:28px;
  cursor:pointer;
}

.app-more-header{
  padding-right:34px;
  margin-bottom:18px;
}

.app-more-header strong{
  display:block;
  color:#fff;
  font-size:20px;
  font-weight:950;
  line-height:1.15;
}

.app-more-header span{
  display:block;
  margin-top:6px;
  color:rgba(246,240,231,.62);
  font-size:13px;
  line-height:1.4;
}

.app-more-groups{
  display:grid;
  gap:10px;
}

.app-more-group{
  overflow:hidden;
  border:1px solid rgba(224,169,54,.22);
  border-radius:16px;
  background:rgba(255,255,255,.035);
}

.app-more-group summary{
  min-height:54px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  padding:0 16px;
  color:#fff;
  font-weight:950;
  list-style:none;
  cursor:pointer;
}

.app-more-group summary::-webkit-details-marker{
  display:none;
}

.app-more-group summary::after{
  content:"＋";
  color:#e0a936;
  font-size:17px;
  font-weight:900;
}

.app-more-group[open] summary{
  color:#e0a936;
  border-bottom:1px solid rgba(255,255,255,.08);
}

.app-more-group[open] summary::after{
  content:"−";
}

.app-more-links{
  display:grid;
  padding:8px 14px 12px;
}

.app-more-links a,
.app-more-link-btn{
  display:block;
  width:100%;
  padding:12px 4px;
  border:0;
  border-bottom:1px solid rgba(255,255,255,.075);
  background:transparent;
  color:#fff;
  text-align:left;
  text-decoration:none;
  font:inherit;
  font-size:15px;
  cursor:pointer;
}

.app-more-links a:last-child,
.app-more-link-btn:last-child{
  border-bottom:0;
}

.app-more-links a:hover,
.app-more-link-btn:hover{
  color:#e0a936;
}

/* =========================
   8) App About Page
   ========================= */

.app-about{
  padding:0 18px;
}

.app-about-hero{
  padding-top:10px;
}

.app-kicker{
  display:block;
  margin-bottom:14px;
  color:#e0a936;
  font-size:12px;
  font-weight:950;
  letter-spacing:.12em;
  text-transform:uppercase;
}

.app-about-hero h1{
  margin:0 0 8px;
  font-family:Georgia,serif;
  font-size:44px;
  line-height:.96;
  letter-spacing:-.05em;
}

.app-about-hero h2{
  margin:0 0 18px;
  color:#e0a936;
  font-size:25px;
  line-height:1.15;
}

.app-about-hero p,
.app-about-card p{
  color:rgba(246,240,231,.74);
  line-height:1.65;
}

.app-about-card{
  margin-top:18px;
  padding:22px;
  border:1px solid rgba(224,169,54,.32);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.app-about-card h3{
  margin:0 0 12px;
  color:#fff;
  font-size:24px;
  line-height:1.12;
}

.app-scripture-card p{
  margin:0 0 12px;
  color:#fff;
  font-family:Georgia,serif;
  font-size:21px;
  line-height:1.4;
}

.app-scripture-card strong{
  color:#e0a936;
  font-size:12px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.app-about-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin-top:18px;
}

.app-about-grid a{
  min-height:74px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border:1px solid rgba(224,169,54,.3);
  border-radius:16px;
  color:#fff;
  background:rgba(255,255,255,.04);
  text-align:center;
  text-decoration:none;
  font-weight:900;
}

/* =========================
   9) App Get Involved Page
   ========================= */

.app-get-involved{
  padding:0 18px;
}

.app-gi-hero{
  padding-top:10px;
}

.app-gi-hero h1{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:44px;
  line-height:.96;
  letter-spacing:-.05em;
}

.app-gi-hero p{
  margin:0 0 22px;
  color:rgba(246,240,231,.74);
  line-height:1.65;
}

.app-gi-actions{
  display:grid;
  gap:14px;
  margin-top:22px;
}

.app-gi-actions a{
  display:grid;
  grid-template-columns:74px 1fr;
  grid-template-rows:auto auto;
  column-gap:18px;
  row-gap:4px;
  align-items:center;
  min-height:124px;
  padding:22px;
  border:1px solid rgba(224,169,54,.32);
  border-radius:18px;
  color:#fff;
  background:rgba(255,255,255,.045);
  text-decoration:none;
}

.app-gi-actions img{
  grid-column:1;
  grid-row:1 / span 2;
  width:58px;
  height:58px;
  object-fit:contain;
  justify-self:center;
  filter:drop-shadow(0 0 10px rgba(224,169,54,.38));
}

.app-gi-actions strong{
  grid-column:2;
  grid-row:1;
  display:block;
  align-self:end;
  font-size:22px;
  line-height:1.1;
  font-weight:950;
}

.app-gi-actions span{
  grid-column:2;
  grid-row:2;
  display:block;
  align-self:start;
  margin-top:4px;
  color:rgba(246,240,231,.66);
  font-size:15px;
  line-height:1.35;
}

.app-gi-impact{
  display:grid;
  gap:14px;
  margin-top:18px;
}

.app-gi-impact article{
  padding:22px;
  border:1px solid rgba(224,169,54,.32);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.app-gi-impact strong{
  display:block;
  margin-bottom:8px;
  color:#e0a936;
  font-size:13px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.app-gi-impact p{
  margin:0;
  color:rgba(246,240,231,.72);
  line-height:1.6;
}


/* =========================
   10) App Partners Page
   ========================= */

.app-partners{
  padding:0 18px;
}

.app-partners-hero{
  padding-top:10px;
}

.app-partners-hero h1{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:44px;
  line-height:.96;
  letter-spacing:-.05em;
}

.app-partners-hero p{
  margin:0 0 22px;
  color:rgba(246,240,231,.74);
  line-height:1.65;
}

.app-partner-options{
  display:grid;
  gap:14px;
  margin-top:22px;
}

.app-partner-options a{
  display:grid;
  grid-template-columns:74px 1fr;
  grid-template-rows:auto auto;
  column-gap:18px;
  row-gap:4px;
  align-items:center;
  min-height:124px;
  padding:22px;
  border:1px solid rgba(224,169,54,.32);
  border-radius:18px;
  color:#fff;
  background:rgba(255,255,255,.045);
  text-decoration:none;
}

.app-partner-options img{
  grid-column:1;
  grid-row:1 / span 2;
  width:58px;
  height:58px;
  object-fit:contain;
  justify-self:center;
  filter:drop-shadow(0 0 10px rgba(224,169,54,.38));
}

.app-partner-options strong{
  grid-column:2;
  grid-row:1;
  display:block;
  align-self:end;
  font-size:22px;
  line-height:1.1;
  font-weight:950;
}

.app-partner-options span{
  grid-column:2;
  grid-row:2;
  display:block;
  align-self:start;
  margin-top:4px;
  color:rgba(246,240,231,.66);
  font-size:15px;
  line-height:1.35;
}

.app-content-types,
.app-guideline-list,
.app-process-list,
.app-faq{
  margin-top:22px;
}

.app-content-type-grid,
.app-guideline-list,
.app-process-list{
  display:grid;
  gap:14px;
}

.app-content-type-grid article,
.app-guideline-list article,
.app-process-list article,
.app-faq details{
  padding:20px;
  border:1px solid rgba(224,169,54,.32);
  border-radius:18px;
  background:rgba(255,255,255,.045);
}

.app-content-type-grid article{
  display:grid;
  grid-template-columns:52px 1fr;
  gap:14px;
  align-items:center;
}

.app-content-type-grid img{
  width:44px;
  height:44px;
  object-fit:contain;
  filter:drop-shadow(0 0 10px rgba(224,169,54,.35));
}

.app-content-type-grid strong,
.app-guideline-list strong,
.app-process-list strong{
  color:#fff;
  font-size:18px;
  font-weight:950;
}

.app-guideline-list p,
.app-process-list p,
.app-faq p{
  margin:8px 0 0;
  color:rgba(246,240,231,.72);
  line-height:1.6;
}

.app-process-list article{
  display:grid;
  grid-template-columns:42px 1fr;
  column-gap:16px;
  row-gap:6px;
  align-items:start;
}

.app-process-list span{
  grid-column:1;
  grid-row:1 / span 2;

  width:34px;
  height:34px;
  display:grid;
  place-items:center;

  border-radius:999px;
  background:linear-gradient(180deg,#ffc860,#e0a936,#b98222);

  color:#120e08;
  font-weight:950;
  font-size:16px;
}

.app-process-list strong{
  grid-column:2;
  grid-row:1;
  align-self:end;
}

.app-process-list p{
  grid-column:2;
  grid-row:2;
  margin:0;
}

.app-faq h3{
  margin:0 0 14px;
  font-family:Georgia,serif;
  font-size:30px;
  line-height:1;
}

.app-faq summary{
  cursor:pointer;
  color:#fff;
  font-weight:950;
  line-height:1.35;
}

.app-faq details + details{
  margin-top:12px;
}


/* =========================
   11) App Programs Page
   ========================= */

.app-programs{
  padding:0 18px;
}

.app-programs-hero{
  padding-top:10px;
}

.app-programs-hero h1{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:44px;
  line-height:.96;
  letter-spacing:-.05em;
}

.app-programs-hero p{
  margin:0 0 22px;
  color:rgba(246,240,231,.74);
  line-height:1.65;
}

/* Program Categories */

.app-programs-page .app-content-types{
  margin-top:30px;
}

.app-programs-page .app-content-type-grid{
  display:flex;
  gap:10px;
  overflow-x:auto;
  padding:4px 0 12px;
  scroll-snap-type:x mandatory;
}

.app-programs-page .app-content-type-grid article{
  flex:0 0 auto;
  min-width:max-content;
  min-height:48px;
  padding:12px 18px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:999px;
  scroll-snap-align:start;
}

.app-programs-page .app-content-type-grid strong{
  white-space:nowrap;
  font-size:14px;
  line-height:1;
}

/* Featured Programs */

.app-program-list{
  display:grid;
  gap:18px;
  margin-top:28px;
}

.app-program-list article{
  overflow:hidden;
  border:1px solid rgba(224,169,54,.32);
  border-radius:20px;
  background:
    radial-gradient(circle at 80% 0%, rgba(224,169,54,.10), transparent 34%),
    linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.025));
  box-shadow:0 18px 44px rgba(0,0,0,.28);
}

.app-program-list img{
  width:100%;
  height:170px;
  display:block;
  object-fit:cover;
  border-bottom:1px solid rgba(224,169,54,.22);
}

.app-program-list strong{
  display:block;
  padding:18px 20px 6px;
  color:#fff;
  font-size:24px;
  line-height:1.1;
  font-weight:950;
}

.app-program-list .app-program-time{
  display:block;
  padding:0 20px 10px;
  color:#e0a936;
  font-size:13px;
  font-weight:950;
  letter-spacing:.06em;
  text-transform:uppercase;
}

.app-program-list p{
  margin:0;
  padding:0 20px 22px;
  color:rgba(246,240,231,.72);
  line-height:1.55;
}

/* =========================
   12) App Schedule Page
   ========================= */

.app-schedule{
  padding:0 18px;
}

.app-schedule-hero{
  padding-top:10px;
}

.app-schedule-hero h1{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:44px;
  line-height:.96;
  letter-spacing:-.05em;
}

.app-schedule-hero p{
  margin:0 0 22px;
  color:rgba(246,240,231,.74);
  line-height:1.65;
}

.app-now-on-air{
  margin-top:20px;
  padding:22px;
  border:1px solid rgba(224,169,54,.38);
  border-radius:20px;
  background:
    radial-gradient(circle at 85% 0%, rgba(224,169,54,.12), transparent 38%),
    rgba(255,255,255,.045);
}

.np-label{
  margin-bottom:8px;
  color:#e0a936;
  font-size:12px;
  font-weight:950;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.np-title{
  color:#fff;
  font-size:24px;
  font-weight:950;
  line-height:1.15;
}

.np-meta{
  margin-top:8px;
  color:rgba(246,240,231,.68);
  line-height:1.45;
}

.app-time-toggle{
  margin-top:16px;
  display:flex;
  align-items:center;
  gap:10px;
  width:max-content;
  padding:11px 14px;
  border:1px solid rgba(224,169,54,.28);
  border-radius:999px;
  color:rgba(246,240,231,.78);
  background:rgba(255,255,255,.045);
  font-size:13px;
  font-weight:850;
}

.app-time-toggle input{
  accent-color:#e0a936;
}

.app-time-hint{
  margin-top:10px;
  color:rgba(246,240,231,.55);
  font-size:13px;
}

.app-schedule-tabs{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:10px;
  margin:24px 0 18px;
}

.app-tabbtn{
  min-height:52px;
  border:1px solid rgba(224,169,54,.28);
  border-radius:14px;
  color:#fff;
  background:rgba(255,255,255,.045);
  font-weight:950;
}

.app-tabbtn.is-active{
  color:#120e08;
  background:linear-gradient(180deg,#ffc860,#e0a936,#b98222);
  border-color:transparent;
}

.app-panel{
  display:none;
}

.app-panel.is-active{
  display:block;
}

.app-schedule-list{
  display:grid;
  gap:14px;
}

.app-row{
  display:grid;
  gap:10px;
  padding:20px;
  border:1px solid rgba(224,169,54,.26);
  border-radius:18px;
  background:rgba(255,255,255,.04);
}

.app-row.is-live{
  border-color:rgba(224,169,54,.62);
  background:
    radial-gradient(circle at 10% 50%, rgba(224,169,54,.16), transparent 44%),
    rgba(224,169,54,.06);
  box-shadow:0 0 0 1px rgba(224,169,54,.12);
}

.row-time{
  color:#e0a936;
  font-size:13px;
  font-weight:950;
  letter-spacing:.05em;
  text-transform:uppercase;
}

.row-title{
  color:#fff;
  font-size:22px;
  font-weight:950;
  line-height:1.15;
}

.row-sub{
  margin-top:6px;
  color:rgba(246,240,231,.70);
  line-height:1.55;
}

.row-sub strong{
  color:#ff4545;
  text-transform:uppercase;
  font-size:12px;
  letter-spacing:.08em;
}

.app-schedule-updated{
  margin:18px 0 0;
  color:rgba(246,240,231,.50);
  font-size:12px;
}

/* =========================
   13) App Contact Page
   ========================= */

@media (max-width:820px){
  body.contact-page .desktop-site{
    display:block!important;
  }

  body.contact-page .site-header,
  body.contact-page .contact-hero,
  body.contact-page .contact-final-cta,
  body.contact-page .footer{
    display:none!important;
  }

  body.contact-page .contact-main{
  padding:112px 0 150px;
  background:#05080d;
  }

  body.contact-page .contact-grid{
    width:calc(100% - 36px);
    margin-inline:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }

  body.contact-page .contact-info-panel{
    position:static;
    padding:22px;
  }

  body.contact-page .contact-form-card{
    padding:22px;
  }

  body.contact-page .form-grid-2{
    grid-template-columns:1fr;
  }

  body.contact-page .contact-submit-btn{
    width:100%;
  }
}

.app-contact{
  padding:0 18px;
}

.app-contact-hero{
  padding-top:10px;
}

.app-contact-hero h1{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:44px;
  line-height:.96;
  letter-spacing:-.05em;
}

.app-contact-hero p{
  margin:0 0 22px;
  color:rgba(246,240,231,.74);
  line-height:1.65;
}

.app-contact-options{
  display:grid;
  gap:14px;
  margin-top:22px;
}

.app-contact-options a{
  display:block;
  padding:22px;
  border:1px solid rgba(224,169,54,.32);
  border-radius:18px;
  color:#fff;
  background:rgba(255,255,255,.045);
  text-decoration:none;
}

.app-contact-options strong{
  display:block;
  font-size:20px;
  font-weight:950;
}

.app-contact-options span{
  display:block;
  margin-top:7px;
  color:rgba(246,240,231,.66);
  line-height:1.45;
}

@media (max-width:820px){
  body.contact-page #contactFormSection{
    scroll-margin-top:96px;
  }

  body.contact-page .contact-main{
    padding-top:112px;
  }
}

/* =========================
   14) App Partner Submit Page
   ========================= */

@media (max-width:820px){
  body.partner-submit-page .desktop-site{
    display:block!important;
  }

  body.partner-submit-page .site-header,
  body.partner-submit-page .partner-submit-hero,
  body.partner-submit-page .partner-submit-paths,
  body.partner-submit-page .partner-process,
  body.partner-submit-page .footer{
    display:none!important;
  }

  body.partner-submit-page #submission-form{
    scroll-margin-top:96px;
  }

  body.partner-submit-page .partner-submit-section{
    padding:112px 0 150px;
    background:#05080d;
  }

  body.partner-submit-page .partner-submit-layout{
    width:calc(100% - 36px);
    margin-inline:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }

  body.partner-submit-page .partner-submit-side{
    position:static;
    padding:22px;
  }

  body.partner-submit-page .partner-submit-form{
    padding:22px;
    border-radius:18px;
  }

  body.partner-submit-page .form-grid{
    grid-template-columns:1fr;
    gap:0;
  }

  body.partner-submit-page .recurring-fields,
  body.partner-submit-page .form-checks{
    padding:18px;
    border-radius:18px;
  }
}

.app-partner-submit{
  padding:0 18px;
}

.app-partner-submit-hero{
  padding-top:10px;
}

.app-partner-submit-hero h1{
  margin:0 0 16px;
  font-family:Georgia,serif;
  font-size:44px;
  line-height:.96;
  letter-spacing:-.05em;
}

.app-partner-submit-hero p{
  margin:0 0 22px;
  color:rgba(246,240,231,.74);
  line-height:1.65;
}

/* =========================
   15) App Support Page
   ========================= */

@media (max-width:820px){
  body.support-page .desktop-site{
    display:block!important;
  }

  body.support-page .site-header,
  body.support-page .support-hero,
  body.support-page .support-why,
  body.support-page .support-impact,
  body.support-page .support-ways,
  body.support-page .support-final-cta,
  body.support-page .footer{
    display:none!important;
  }

body.support-page .app-support-page{
  min-height:0;
  padding:0 0 96px;
  background:#05080d;
}

body.support-page .app-support-page .app-footer{
  margin:0 18px;
  padding:24px 0 8px;
}

body.support-page .support-form-section{
  padding:112px 0 36px;
  background:#05080d;
}

  body.support-page #support-form{
    scroll-margin-top:96px;
  }

  body.support-page .support-form-layout{
    width:calc(100% - 36px);
    margin-inline:auto;
    display:grid;
    grid-template-columns:1fr;
    gap:18px;
  }

  body.support-page .support-partner-card,
  body.support-page .support-donation-form{
    padding:22px;
    border-radius:18px;
  }

  body.support-page .support-levels,
  body.support-page .form-grid{
    grid-template-columns:1fr;
  }

  body.support-page .amount-row{
    grid-template-columns:repeat(2,1fr);
  }

  body.support-page .amount-row input{
    grid-column:span 2;
  }

  body.support-page .support-submit-btn{
    width:100%;
  }
}

/* =========================
   10) App Footer
   ========================= */

.app-footer{
  margin:34px 18px 0;
  padding:22px 0 8px;
  border-top:1px solid rgba(224,169,54,.22);
  text-align:center;
}

.app-footer p{
  margin:0 0 12px;
  color:rgba(246,240,231,.52);
  font-size:12px;
}

.app-footer a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  color:rgba(246,240,231,.68);
  text-decoration:none;
  font-size:12px;
}

.app-footer img{
  width:22px;
  height:auto;
  display:block;
}
}