:root{
  --paper:#f8f7f1;
  --ink:#183e35;
  --muted:#626d63;
  --line:#dce1d5;
  --green:#2d6450;
  --lime:#e6edc8;
  --orange:#c07346;
  --white:#fffef9;
  --serif:Georgia,'Times New Roman',serif
}
*{
  box-sizing:border-box
}
html{
  scroll-behavior:smooth;
  scroll-padding-top:30px
}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:Arial,Helvetica,sans-serif;
  font-size:16px;
  line-height:1.65
}
a{
  color:inherit;
  text-underline-offset:4px
}
button,input{
  font:inherit
}
button,a,input,summary{
  -webkit-tap-highlight-color:transparent
}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{
  outline:3px solid var(--orange);
  outline-offset:5px
}
h1,h2,h3,p{
  margin-top:0
}
h1,h2{
  font-weight:400;
  letter-spacing:-.045em;
  line-height:1.07
}
h2{
  font-family:var(--serif);
  font-size:clamp(36px,4.3vw,56px)
}
h3{
  line-height:1.3
}
em{
  font-family:var(--serif);
  font-weight:400
}
p{
  color:var(--muted)
}
.section-wrap{
  width:min(1160px,calc(100% - 80px));
  margin-inline:auto
}
.section-space{
  padding-block:108px
}
.eyebrow{
  font-size:11px;
  letter-spacing:.16em;
  font-weight:700;
  color:var(--green);
  line-height:1.6
}
.quiet{
  font-size:12px;
  color:var(--muted)
}
.skip-link{
  position:absolute;
  top:-100px;
  left:16px;
  padding:12px 20px;
  background:var(--ink);
  color:white;
  z-index:10
}
.skip-link:focus{
  top:12px
}
/* Navigation */
.site-header{
  width:min(1280px,calc(100% - 80px));
  margin:auto;
  min-height:104px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  border-bottom:1px solid var(--line);
  gap:25px
}
.brand{
  display:flex;
  align-items:center;
  gap:11px;
  font-size:13px;
  line-height:1.25;
  letter-spacing:-.02em;
  text-decoration:none
}
.brand strong{
  font-size:17px
}
.brand-mark{
  display:grid;
  place-items:center;
  background:var(--ink);
  color:var(--lime);
  border-radius:14px;
  width:43px;
  height:43px;
  font-size:33px;
  line-height:1
}
.site-header nav{
  display:flex;
  gap:32px;
  font-size:13px
}
.site-header nav a,.site-footer nav a{
  text-decoration:none
}
.site-header nav a:hover,.site-footer nav a:hover{
  text-decoration:underline
}
.button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:25px;
  border:1px solid var(--ink);
  border-radius:7px;
  padding:15px 23px;
  background:var(--ink);
  color:var(--white);
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  transition:background .2s,transform .2s
}
.button:hover{
  background:var(--green);
  transform:translateY(-2px)
}
.button.small{
  padding:11px 17px;
  gap:20px
}
.text-link{
  font-size:13px;
  font-weight:700;
  text-decoration:none;
  border-bottom:1px solid var(--ink);
  padding-block:6px
}
.text-link span{
  margin-left:15px
}
/* Hero and illustrative app preview (not a product screenshot) */
.hero{
  display:grid;
  grid-template-columns:1.05fr 1fr;
  gap:32px;
  align-items:center;
  padding-block:72px 85px
}
.hero h1{
  font-family:var(--serif);
  font-size:clamp(50px,5.5vw,76px);
  margin:24px 0
}
.hero h1 em{
  color:var(--green)
}
.hero-description{
  max-width:475px;
  font-size:16px;
  line-height:1.85
}
.status-dot{
  display:inline-block;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#658456;
  margin-right:9px;
  vertical-align:middle
}
.hero-actions{
  display:flex;
  align-items:center;
  gap:28px;
  margin:28px 0
}
.hero-footnote{
  margin:0;
  font-size:12px
}
.hero-art{
  position:relative;
  overflow:clip;
  padding:30px 0 55px;
  min-height:560px;
  display:grid;
  place-items:center;
  background:radial-gradient(ellipse at 50% 55%,#e1e9cf 0%,#eff0e2 48%,transparent 70%)
}
.orbit{
  position:absolute;
  border:1px solid #d6deca;
  border-radius:50%;
  pointer-events:none
}
.orbit-one{
  width:95%;
  height:75%;
  transform:rotate(-22deg)
}
.orbit-two{
  width:79%;
  height:99%;
  transform:rotate(29deg)
}
.art-star{
  position:absolute;
  color:var(--orange);
  font-size:34px
}
.star-one{
  top:32px;
  right:38px
}
.star-two{
  bottom:90px;
  left:22px;
  font-size:50px
}
.phone{
  width:285px;
  background:#fafbf5;
  border:7px solid #203d33;
  border-radius:38px;
  box-shadow:20px 30px 50px #183e3523;
  transform:rotate(5deg);
  overflow:hidden;
  z-index:1
}
.phone-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:10px 16px 0;
  font-size:9px;
  font-weight:bold
}
.phone-island{
  width:65px;
  height:16px;
  border-radius:20px;
  background:#203d33
}
.phone-content{
  padding:22px 17px 10px
}
.phone-heading{
  display:flex;
  justify-content:space-between;
  align-items:center
}
.phone-heading .quiet{
  font-size:8px;
  letter-spacing:.14em
}
.phone-content h2{
  font-family:Arial,sans-serif;
  font-size:22px;
  font-weight:700;
  letter-spacing:-.04em;
  margin:5px 0 19px
}
.next-prayer{
  background:#e5edda;
  border:1px solid #bfcfac;
  border-radius:13px;
  padding:15px;
  display:flex;
  justify-content:space-between;
  align-items:center
}
.mini-label{
  font-size:8px;
  letter-spacing:.12em;
  color:var(--green)
}
.next-prayer h3{
  font-size:22px;
  margin:3px 0
}
.next-prayer p{
  margin:0;
  font-size:10px
}
.sunset{
  font-size:48px;
  color:#8ca675;
  line-height:1
}
.prayer-strip{
  display:flex;
  justify-content:space-between;
  gap:5px;
  padding:15px 0;
  border-bottom:1px solid var(--line);
  font-size:9px;
  color:var(--muted)
}
.prayer-strip span{
  padding:4px 7px
}
.prayer-strip b{
  font-size:10px;
  font-weight:600
}
.prayer-strip .selected{
  background:#e5edda;
  border-radius:5px;
  color:var(--ink)
}
.phone-section-label{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:16px
}
.phone-section-label h3{
  font-size:13px;
  margin:0
}
.phone-note{
  display:flex;
  gap:9px;
  border:1px solid var(--line);
  background:var(--white);
  padding:12px 10px;
  border-radius:11px;
  margin-top:9px
}
.phone-note strong{
  font-size:11px
}
.phone-note p{
  font-size:9px;
  margin:2px 0 6px
}
.note-symbol{
  color:var(--green);
  background:#ecf1e1;
  border-radius:7px;
  width:26px;
  height:28px;
  display:grid;
  place-items:center;
  flex-shrink:0
}
.note-symbol.gold{
  background:#f5ead9;
  color:#96734a
}
.pill{
  display:inline-block;
  padding:2px 7px;
  background:#eaf0df;
  border-radius:5px;
  font-size:8px;
  margin-right:4px
}
.phone-nav{
  display:flex;
  justify-content:space-between;
  padding:15px 10px 2px;
  line-height:1.3;
  color:#6a796c
}
.phone-nav span{
  text-align:center;
  font-size:19px
}
.phone-nav span:first-child{
  color:var(--green)
}
.phone-nav small{
  display:block;
  font-size:7px;
  margin-top:4px
}
.floating-notification{
  position:absolute;
  z-index:2;
  bottom:89px;
  left:0;
  width:345px;
  display:flex;
  align-items:center;
  gap:12px;
  background:#fffef8f5;
  border:1px solid #fff;
  border-radius:15px;
  padding:17px;
  box-shadow:0 15px 38px #183e3520;
  transform:rotate(-4deg)
}
.notification-icon{
  flex-shrink:0;
  display:grid;
  place-items:center;
  border-radius:10px;
  width:37px;
  height:37px;
  background:var(--ink);
  color:var(--lime);
  font-size:26px;
  line-height:1
}
.notification-heading{
  font-size:7px;
  letter-spacing:.04em;
  color:var(--muted);
  display:flex;
  justify-content:space-between;
  gap:15px
}
.floating-notification strong{
  font-size:12px
}
.floating-notification p{
  font-size:10px;
  line-height:1.5;
  margin:1px 0 0
}
.preview-caption{
  position:absolute;
  bottom:0;
  font-size:10px;
  letter-spacing:.02em;
  text-align:center
}
.prayer-band{
  padding:30px max(40px,calc((100% - 1160px)/2));
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  background:var(--ink);
  color:var(--lime)
}
.prayer-band>span:first-child{
  font-size:11px;
  line-height:1.6;
  color:#cfdbcc
}
.prayer-band>span:not(:first-child){
  font-family:var(--serif);
  font-size:24px
}
.prayer-band i{
  font-style:normal;
  font-size:15px;
  margin-left:18px;
  color:#a9bb92
}
/* Reminder walkthrough */
.section-intro{
  max-width:680px;
  margin-bottom:45px
}
.section-intro h2{
  margin-bottom:23px
}
.section-intro>p:last-child{
  max-width:520px;
  font-size:15px
}
.how-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:90px;
  align-items:center
}
.steps{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:30px
}
.steps li{
  display:flex;
  gap:22px
}
.step-number{
  font-family:var(--serif);
  font-size:26px;
  color:#6d8869;
  line-height:1.3;
  border-bottom:1px solid var(--line);
  height:43px
}
.steps h3{
  font-size:18px;
  margin-bottom:8px
}
.steps p{
  font-size:14px;
  line-height:1.8;
  margin:0;
  max-width:345px
}
.demo-card{
  background:var(--white);
  border:1px solid var(--line);
  border-radius:18px;
  padding:30px;
  box-shadow:0 12px 25px #183e3505
}
.demo-heading{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:25px
}
.demo-heading>span:last-child{
  font-size:28px;
  color:var(--orange)
}
.demo-card label,.demo-card legend{
  font-size:12px;
  font-weight:700;
  display:block;
  margin-bottom:10px
}
.demo-card input{
  display:block;
  min-width:0;
  width:100%;
  border:1px solid #ccd5c5;
  background:var(--paper);
  border-radius:8px;
  padding:12px;
  color:var(--ink);
  font-size:16px
}
.demo-card fieldset{
  margin:24px 0;
  padding:0;
  border:0;
  min-width:0
}
.prayer-picker{
  display:flex;
  gap:7px;
  flex-wrap:wrap
}
.prayer-picker button{
  cursor:pointer;
  padding:9px 13px;
  background:transparent;
  border:1px solid var(--line);
  border-radius:7px;
  color:var(--muted);
  font-size:12px;
  min-height:44px
}
.prayer-picker button[aria-pressed=true]{
  background:var(--ink);
  color:var(--lime);
  border-color:var(--ink)
}
.demo-result{
  display:flex;
  gap:12px;
  align-items:center;
  padding:18px 14px;
  background:#edf1e2;
  border-radius:10px;
  min-height:91px
}
.demo-result strong{
  font-size:13px;
  overflow-wrap:anywhere
}
.demo-result p{
  font-size:12px;
  margin:4px 0 0
}
.demo-disclaimer{
  text-align:center;
  font-size:10px;
  margin:15px 0 0
}
.delivery-note{
  font-size:11px;
  border-top:1px solid var(--line);
  margin:40px 0 0;
  padding-top:20px;
  max-width:900px
}
/* Supporting features and plans */
.features-section{
  background:#edf0e5
}
.feature-intro{
  display:flex;
  gap:60px;
  justify-content:space-between;
  align-items:end;
  margin-bottom:50px
}
.feature-intro h2{
  margin:0
}
.feature-intro>p{
  max-width:320px;
  font-size:14px;
  margin-bottom:6px
}
.features-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:28px
}
.features-grid article{
  border-top:1px solid #cbd7bf;
  padding-top:24px
}
.feature-icon{
  display:block;
  font-size:32px;
  color:var(--green);
  height:56px
}
.features-grid h3{
  font-size:17px
}
.features-grid p{
  font-size:13px;
  line-height:1.8;
  margin-bottom:0
}
.theme-note{
  border-top:1px solid #cbd7bf;
  display:flex;
  align-items:center;
  gap:25px;
  margin-top:45px;
  padding-top:26px
}
.theme-note>span{
  font-size:23px
}
.theme-note p{
  font-size:12px;
  margin:0
}
.theme-note strong{
  color:var(--ink);
  font-weight:500
}
.centered{
  text-align:center;
  margin-inline:auto
}
.centered>p:last-child{
  margin-inline:auto
}
.plans-grid{
  max-width:870px;
  margin:auto;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:25px
}
.plan{
  display:flex;
  flex-direction:column;
  padding:35px;
  background:var(--white);
  border:1px solid var(--line);
  border-radius:15px
}
.plan h3{
  font-family:var(--serif);
  font-size:33px;
  font-weight:400;
  margin:14px 0
}
.plan-price{
  font-family:var(--serif);
  font-size:40px;
  color:var(--ink);
  margin:5px 0 14px;
  line-height:1.3
}
.plan-price span{
  font-family:Arial,sans-serif;
  font-size:12px;
  color:var(--muted)
}
.plan>p:not(.plan-price){
  font-size:13px
}
.plan ul{
  list-style:none;
  padding:12px 0;
  margin:0 0 20px;
  font-size:13px
}
.plan li{
  padding:9px 0 9px 25px;
  position:relative
}
.plan li:before{
  content:'✓';
  position:absolute;
  left:0;
  color:var(--green)
}
.plan .button{
  margin-top:auto;
  gap:15px;
  padding-inline:14px
}
.button-outline{
  background:transparent;
  color:var(--ink)
}
.button-outline:hover{
  background:var(--lime)
}
.premium-plan{
  background:var(--ink);
  color:var(--white);
  border-color:var(--ink)
}
.premium-plan .eyebrow{
  color:var(--lime)
}
.premium-plan h3{
  display:flex;
  justify-content:space-between
}
.premium-plan h3 span{
  color:var(--lime);
  font-size:24px
}
.premium-plan p{
  color:#d1dace
}
.premium-plan .plan-price{
  font-size:25px;
  color:var(--white);
  padding-block:10px
}
.premium-plan li:before{
  color:var(--lime)
}
.premium-plan .price-note{
  font-size:11px!important;
  color:#b5c7b6;
  margin-top:auto;
  margin-bottom:22px
}
.button-light{
  background:var(--lime);
  border-color:var(--lime);
  color:var(--ink)
}
.button-light:hover{
  background:#f5f6dd
}
/* FAQ and footer */
.faq-section{
  display:grid;
  grid-template-columns:.8fr 1.2fr;
  gap:60px;
  padding-bottom:100px
}
.faq-section h2{
  font-size:40px;
  margin-top:15px
}
.faq-list details{
  border-bottom:1px solid var(--line)
}
.faq-list summary{
  cursor:pointer;
  padding:20px 28px 20px 0;
  font-size:14px;
  font-weight:600
}
.faq-list p{
  font-size:13px;
  margin-bottom:24px;
  max-width:540px
}
.availability{
  background:#e8edda;
  border:1px solid #dce4cd;
  text-align:center;
  padding:65px 25px;
  border-radius:18px;
  margin-bottom:80px
}
.availability h2{
  margin:20px 0
}
.availability p{
  font-size:14px
}
.launch-label{
  display:inline-block;
  border:1px solid #c6d1b9;
  border-radius:30px;
  padding:9px 16px;
  margin-top:12px;
  font-size:12px
}
.site-footer{
  border-top:1px solid var(--line);
  padding-block:32px;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:25px;
  justify-content:space-between
}
.site-footer>p{
  font-family:var(--serif);
  font-size:16px;
  margin:0
}
.site-footer nav{
  display:flex;
  gap:22px;
  font-size:12px
}
.site-footer>small{
  width:100%;
  font-size:10px;
  color:var(--muted);
  margin-top:8px
}
/* Publicly linkable policy page */
.policy-header{
  padding-block:65px 30px;
  max-width:820px
}
.policy-header h1{
  font-family:var(--serif);
  font-size:60px;
  margin-bottom:20px
}
.policy-draft{
  background:#fff0d7;
  border:1px solid #dec9a7;
  color:#614817;
  border-radius:10px;
  padding:18px;
  font-size:13px
}
.policy-layout{
  display:grid;
  grid-template-columns:220px 1fr;
  gap:65px;
  padding-bottom:90px
}
.policy-toc{
  align-self:start;
  position:sticky;
  top:25px;
  font-size:13px;
  display:grid;
  gap:10px
}
.policy-content{
  max-width:760px;
  min-width:0
}
.policy-content section{
  margin-bottom:35px;
  scroll-margin-top:25px
}
.policy-content h2{
  font-size:29px;
  letter-spacing:-.02em;
  margin-bottom:17px
}
.policy-content h3{
  font-size:16px;
  margin-top:24px
}
.policy-content p,.policy-content li{
  font-size:14px;
  color:var(--muted)
}
.policy-content ul{
  padding-left:22px
}
.policy-content li{
  margin-bottom:10px
}
.policy-content a{
  overflow-wrap:anywhere
}
.policy-contact{
  background:#edf0e5;
  border:1px solid var(--line);
  padding:22px;
  border-radius:12px
}
@media(min-width:1500px){
  .hero{
    padding-block:90px 110px
  }
  .hero-art{
    min-height:610px
  }
}
@media(max-width:1000px){
  .section-wrap,.site-header{
    width:calc(100% - 48px)
  }
  .hero{
    gap:20px
  }
  .hero h1{
    font-size:57px
  }
  .hero-art{
    min-height:550px
  }
  .floating-notification{
    left:0;
    width:295px;
    padding:14px
  }
  .how-grid{
    gap:35px
  }
  .demo-card{
    padding:24px
  }
  .prayer-band{
    padding-inline:24px;
    gap:17px
  }
  .prayer-band i{
    margin-left:7px
  }
  .features-grid{
    gap:20px
  }
  .plan{
    padding:28px
  }
  .hero-actions{
    gap:18px
  }
  .desktop-break{
    display:none
  }
  .policy-layout{
    gap:35px
  }
}
@media(max-width:760px){
  .section-space{
    padding-block:70px
  }
  .site-header{
    min-height:85px;
    flex-wrap:wrap;
    gap:15px;
    padding-block:16px
  }
  .site-header nav{
    order:3;
    width:100%;
    justify-content:center;
    gap:30px;
    padding-top:8px
  }
  .hero{
    grid-template-columns:1fr;
    padding-block:45px 55px;
    gap:35px
  }
  .hero-copy{
    text-align:center
  }
  .hero h1{
    font-size:clamp(49px,9vw,69px)
  }
  .hero-description{
    margin-inline:auto;
    max-width:490px;
    font-size:15px
  }
  .hero-actions{
    justify-content:center
  }
  .hero-art{
    min-height:545px;
    width:min(470px,100%);
    margin:auto
  }
  .floating-notification{
    left:0;
    width:min(330px,95%)
  }
  .hero-footnote{
    font-size:11px
  }
  .prayer-band{
    flex-wrap:wrap;
    justify-content:center;
    gap:20px 25px;
    padding-block:25px
  }
  .prayer-band>span:first-child{
    width:100%;
    text-align:center
  }
  .prayer-band>span:first-child br{
    display:none
  }
  .prayer-band>span:first-child strong{
    margin-left:5px
  }
  .prayer-band>span:not(:first-child){
    font-size:20px
  }
  .prayer-band i{
    display:none
  }
  .how-grid{
    grid-template-columns:1fr;
    gap:38px
  }
  .steps p{
    max-width:none
  }
  .section-intro{
    margin-bottom:35px
  }
  .feature-intro{
    display:block;
    margin-bottom:35px
  }
  .feature-intro>p{
    max-width:460px;
    margin-top:22px
  }
  .features-grid{
    grid-template-columns:1fr 1fr;
    gap:30px
  }
  .plans-grid{
    grid-template-columns:1fr;
    max-width:480px
  }
  .plan{
    padding:30px
  }
  .faq-section{
    grid-template-columns:1fr;
    gap:12px;
    padding-bottom:65px
  }
  .faq-section h2{
    font-size:36px
  }
  .availability{
    padding-block:45px;
    margin-bottom:45px
  }
  .site-footer{
    gap:25px
  }
  .site-footer>p{
    display:none
  }
  .site-footer nav{
    flex-wrap:wrap;
    gap:20px
  }
  .policy-layout{
    grid-template-columns:1fr;
    gap:30px
  }
  .policy-toc{
    position:static;
    padding-block:20px;
    border-block:1px solid var(--line)
  }
  .policy-header{
    padding-top:40px
  }
  .policy-header h1{
    font-size:48px
  }
}
@media(max-width:380px){
  .section-wrap,.site-header{
    width:calc(100% - 32px)
  }
  .hero-actions{
    flex-direction:column;
    gap:16px
  }
  .features-grid{
    grid-template-columns:1fr
  }
  .hero-art{
    min-height:530px
  }
  .phone{
    width:260px;
    transform:rotate(2deg)
  }
  .floating-notification{
    bottom:77px
  }
  .prayer-band{
    gap:17px
  }
  .demo-card{
    padding:20px
  }
  .theme-note{
    gap:14px
  }
  .theme-note>span{
    white-space:nowrap
  }
  .button.small{
    gap:10px;
    padding:10px 12px
  }
  .brand strong{
    font-size:15px
  }
  .brand-mark{
    width:36px;
    height:36px
  }
  .plan{
    padding:25px
  }
  .hero .eyebrow{
    font-size:9px
  }
}
@media(prefers-reduced-motion:reduce){
  html{
    scroll-behavior:auto
  }
  *,*:before,*:after{
    transition:none!important;
    animation:none!important
  }
}
