
/* PATCH 201 — reconstrução visual rigorosa baseada no mockup aprovado */
:root{
  --faith201-navy:#052945;
  --faith201-navy-dark:#031a31;
  --faith201-blue:#079ad0;
  --faith201-gold:#ffb91e;
  --faith201-gold-light:#ffd76a;
  --faith201-paper:#f5f8fb;
  --faith201-text:#11233b;
  --faith201-muted:#728095;
}

/* PHONE CANVAS */
.tb-app-bg{
  background:
    radial-gradient(circle at 50% -55px,rgba(6,177,223,.34),transparent 220px),
    linear-gradient(180deg,#063b61 0,#062c4d 188px,#f3f7fa 189px,#f3f7fa 100%)!important;
}
.tb-app-main{
  width:min(100%,456px)!important;
  max-width:456px!important;
  padding:7px 13px 18px!important;
}

/* HEADER: 3-column layout exactly like reference */
.tb-topbar-faith199{
  min-height:102px!important;
  display:grid!important;
  grid-template-columns:50px minmax(0,1fr) 92px!important;
  align-items:center!important;
  gap:8px!important;
  padding:7px 1px 4px!important;
  margin:0!important;
}
.tb-top-menu-left{
  width:46px!important;height:46px!important;
  background:transparent!important;border:0!important;
}
.tb-top-menu-left span{
  width:25px!important;height:2.2px!important;
  background:#fff!important;border-radius:99px!important
}
.tb-brand-faith199{
  justify-content:center!important;
  padding:0!important;
}
.tb-brand-logo-faith199{
  width:188px!important;
  height:76px!important;
  object-fit:contain!important;
  filter:none!important;
}
.tb-top-actions-faith199{
  display:grid!important;
  grid-template-columns:42px 42px!important;
  gap:8px!important;
}
.tb-top-actions-faith199 .tb-top-icon,.tb-profile-mini{
  width:42px!important;height:42px!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.13)!important;
  background:rgba(255,255,255,.13)!important;
}
.tb-profile-mini{border:2px solid rgba(255,255,255,.55)!important}
.tb-notification-badge{
  background:#ffaf13!important;color:#fff!important;
  border-color:#063253!important
}

/* HERO: background has no baked text */
.tb-home-hero-faith199{
  position:relative!important;
  min-height:337px!important;
  margin:0 0 14px!important;
  padding:25px 22px 19px!important;
  border-radius:24px!important;
  background:
    linear-gradient(90deg,rgba(3,27,52,.96) 0%,rgba(3,28,53,.88) 48%,rgba(3,29,53,.32) 73%,rgba(3,29,53,.18) 100%),
    url('../img/faith-mobile-worship-clean-201.webp') right center/58% 100% no-repeat,
    linear-gradient(145deg,#052a4d,#031a31)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  box-shadow:0 16px 32px rgba(3,27,49,.22)!important;
  overflow:hidden!important;
}
.tb-home-hero-faith199:after{
  content:"";
  position:absolute;right:-45px;top:-45px;width:180px;height:180px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(255,199,88,.22),transparent 70%);
  pointer-events:none
}
.tb-home-hero-faith199 .label{
  position:relative;z-index:2;
  display:inline-flex!important;align-items:center!important;
  min-height:31px!important;
  padding:0 13px!important;
  border-radius:999px!important;
  background:rgba(4,31,58,.68)!important;
  border:1px solid rgba(255,190,50,.62)!important;
  color:#ffca45!important;
  font-size:9px!important;
  font-weight:950!important;
  letter-spacing:.045em!important;
  margin-bottom:18px!important
}
.tb-home-hero-faith199 h1{
  position:relative;z-index:2;
  max-width:295px!important;
  margin:0 0 13px!important;
  font-size:31px!important;
  line-height:1.06!important;
  letter-spacing:-.043em!important;
  color:#fff!important;
  font-weight:950!important;
  text-shadow:0 3px 12px rgba(0,0,0,.22)!important
}
.tb-home-hero-faith199 p{
  position:relative;z-index:2;
  max-width:300px!important;
  margin:0!important;
  color:#fff!important;
  font-size:12px!important;
  line-height:1.55!important
}
.tb-home-hero-faith199 .tb-hero-actions-mobile{
  position:relative;z-index:2;
  display:grid!important;
  grid-template-columns:1.18fr .82fr!important;
  gap:10px!important;
  margin-top:30px!important
}
.tb-home-hero-faith199 .tb-primary-btn,.tb-home-hero-faith199 .tb-secondary-btn{
  min-height:53px!important;
  border-radius:14px!important;
  padding:0 13px!important;
  font-size:11px!important;
  font-weight:900!important;
}
.tb-home-hero-faith199 .tb-primary-btn{
  background:linear-gradient(135deg,#ffb714,#ffd464)!important;
  color:#102238!important;
  border:0!important;
  box-shadow:0 10px 20px rgba(255,184,20,.22)!important
}
.tb-home-hero-faith199 .tb-secondary-btn{
  background:rgba(4,30,55,.66)!important;
  color:#fff!important;
  border:1px solid #d9a447!important
}

/* KNOW FAITH CARD */
.tb-church-intro-card{
  min-height:88px!important;
  padding:14px 17px!important;
  margin:0 0 13px!important;
  border-radius:21px!important;
  background:#fff!important;
  border:1px solid #e1e7ed!important;
  box-shadow:0 10px 23px rgba(9,45,73,.08)!important
}
.tb-church-intro-icon{
  width:54px!important;height:54px!important;
  border-radius:50%!important;
  background:linear-gradient(145deg,#0a4a85,#07305a)!important;
  color:#fff!important;
}
.tb-church-intro-copy small{
  color:#d18f09!important;
  font-size:8.5px!important;
  font-weight:950!important
}
.tb-church-intro-copy strong{
  color:#11233a!important;
  font-size:15px!important;
  line-height:1.15!important
}
.tb-church-intro-copy span{
  color:#728095!important;
  font-size:10.5px!important;
  line-height:1.4!important
}

/* FOUR ACTIONS */
.tb-home-actions-faith199{
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:10px!important;
  margin:0 0 18px!important
}
.tb-home-actions-faith199 .tb-faith-action{
  min-height:118px!important;
  border-radius:20px!important;
  padding:12px 6px 13px!important;
  justify-content:center!important;
  align-items:center!important;
  gap:4px!important;
  box-shadow:0 12px 24px rgba(5,37,63,.12)!important
}
.tb-home-actions-faith199 .faith-action-icon{
  font-size:31px!important;
  width:39px!important;height:39px!important;
  margin:0 auto 8px!important
}
.tb-home-actions-faith199 .tb-faith-action strong{
  font-size:11.2px!important;
  line-height:1.1!important;
  text-align:center!important;
  font-weight:900!important
}
.tb-faith-devotional{background:linear-gradient(145deg,#18a56f,#0b7d5a)!important}
.tb-faith-events{background:linear-gradient(145deg,#1595f2,#0763ca)!important}
.tb-faith-prayer{background:linear-gradient(145deg,#ffc52a,#f3a300)!important}
.tb-faith-community{background:linear-gradient(145deg,#a05de8,#7240c4)!important}

/* CONTENT CARDS */
.tb-section-head{margin:11px 0 9px!important}
.tb-section-head h2{
  color:#11233a!important;font-size:18px!important;
  font-weight:900!important;letter-spacing:-.02em!important
}
.tb-section-head a{font-size:10.5px!important;color:#0a568f!important}
.tb-event-card-pro,.home-video-card,.tb-card,.tb-week-card,.tb-pillar-card{
  border-radius:19px!important;
  border:1px solid #e1e7ed!important;
  box-shadow:0 8px 20px rgba(8,43,70,.06)!important
}

/* FLOATING NAV: shape and active state */
.tb-bottom-faith199{
  width:min(calc(100% - 26px),432px)!important;
  min-height:76px!important;
  bottom:7px!important;
  padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important;
  border-radius:22px!important;
  background:linear-gradient(180deg,#07385d,#03223d)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  box-shadow:0 15px 32px rgba(2,19,34,.40),inset 0 1px 0 rgba(255,255,255,.05)!important
}
.tb-bottom-faith199 a{
  min-height:58px!important;
  gap:4px!important;
  border-radius:15px!important;
  color:#c2ced9!important
}
.tb-bottom-faith199 a.active{
  color:#ffc33b!important;
  background:rgba(255,190,45,.10)!important
}
.tb-bottom-faith199 .tb-nav-ico:before{
  font-size:22px!important
}
.tb-bottom-faith199 small{
  font-size:10px!important;
  line-height:1!important;
  font-weight:800!important
}
.tb-bottom-faith199 a.active:after{
  width:26px!important;height:2px!important;
  bottom:3px!important;background:#ffc33b!important
}

/* DRAWER */
.tb-app-drawer-panel{
  width:min(88vw,370px)!important;
  background:linear-gradient(180deg,#041d36,#06395d)!important
}
.tb-app-drawer-home,.tb-app-drawer-section summary{
  border-radius:13px!important
}
.tb-app-drawer-section[open] summary{
  background:rgba(255,189,35,.12)!important;
  color:#ffca45!important
}

@media(max-width:390px){
  .tb-app-main{padding-left:10px!important;padding-right:10px!important}
  .tb-topbar-faith199{grid-template-columns:44px minmax(0,1fr) 84px!important}
  .tb-brand-logo-faith199{width:160px!important;height:67px!important}
  .tb-top-actions-faith199 .tb-top-icon,.tb-profile-mini{width:38px!important;height:38px!important}
  .tb-home-hero-faith199{min-height:323px!important;padding:21px 16px 17px!important}
  .tb-home-hero-faith199 h1{font-size:28px!important;max-width:260px!important}
  .tb-home-hero-faith199 p{font-size:11px!important;max-width:270px!important}
  .tb-home-actions-faith199{gap:7px!important}
  .tb-home-actions-faith199 .tb-faith-action{min-height:106px!important}
  .tb-home-actions-faith199 .tb-faith-action strong{font-size:10px!important}
  .tb-bottom-faith199{width:calc(100% - 18px)!important}
}
