:root {
  --secondary-color: rgba(60,60,67,0.72);
  --app-store-btn-height: 51px;

  --bg0: #ffffff;
  --bg1: #f6f7ff;
  --card: rgba(255,255,255,0.86);
  --line: rgba(17,17,17,0.10);
  --shadow: 0 12px 40px rgba(17, 17, 17, 0.10);
  --shadow2: 0 10px 28px rgba(40,40,60,0.10);
  --radius: 18px;

  --max: 980px;

  /* dynamic button sizing for small screens */
  --iosW: 152px;
  --androidW: 171.2px;
  --btnH: var(--app-store-btn-height);
}
@font-face { font-family: 'TimesNewRoman'; src: url('./assets/times.ttf') format('truetype'); } 
@font-face { font-family: SF-Pro; src: url('./assets/SF-Pro-Display-Regular.otf'); } 
@font-face { font-family: SF-Pro; font-weight: bold; src: url('./assets/SF-Pro-Display-Bold.otf'); }
.constrained {
    max-width: 500px;
    margin-left: 16px;
    margin-right: 16px;
 }
@media only screen and (max-width: 500px) {
  .constrained {
    max-width: 100%;
  }
}

/* @media only screen and (min-width: 600px) {
  .constrained {
    max-width: 500px;
  }
} */
body{
  margin:0;
  font-family: SF-Pro, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color:#111;
  background:
    radial-gradient(1200px 500px at 50% -80px, rgba(93, 95, 255, 0.14), transparent 60%),
    radial-gradient(900px 500px at 15% 120px, rgba(255, 192, 203, 0.12), transparent 60%),
    linear-gradient(180deg, var(--bg1), var(--bg0));
  word-wrap: break-word;
}/*linear-gradient(141deg, #ff8f00 0%, #ff8f00 51%, #ff8f00 75%)*/
/* .gallery { padding: 0; overflow: hidden;  height:100%;} */
/* .items { margin-top: 2px; padding: 0; padding-top: 3px; height: 100%; background-color: #f1f1f6;overflow-x: auto; overflow-y: hidden; white-space: nowrap; cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab} */
/* .items:active { cursor: grabbing;  cursor: -moz-grabbing; cursor: -webkit-grabbing; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;} */
/* .item {
  display: inline-block;
  height: 541.3px;
  width: 250px;
  margin: 0px;
} */
/* .screenShotImage {
  width: 250px;
  height: 541.3px;
  pointer-events: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
} */

.gallery{
  margin-top: 0px;
  padding: 14px 0 4px;
}
.items{
  margin: 0;
  padding: 14px 16px 18px;
  background: rgba(241,241,246,0.70);
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: var(--radius);
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: move; cursor: grab; cursor: -moz-grab; cursor: -webkit-grab;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.items::-webkit-scrollbar{ display:none; }
.items:active{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: grabbing;  cursor: -moz-grabbing; cursor: -webkit-grabbing;
}
.item{
  display:inline-block;
  width: 272px;
  height: 588px;
  margin: 0 10px;
  scroll-snap-align: center;
}
.screenShotImage{
  width: 100%;
  height: 100%;
  border-radius: 22px;
  box-shadow: var(--shadow2);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
  object-fit: cover;
}
.trustWrap {
  margin-left: 12px;
  margin-right: 12px;
}

.appIconMain {
  width: 108px;
  height: 108px;
}
#appNameLabel {
  font-family: SF-Pro; 
  font-weight: Bold; 
  font-size: 28px;
  /* text-align: center;
  max-width: 100%;
  width: max-content;
  background: yellow;
  display:table-cell; */
}
.subtitleLabel {
  font-family: SF-Pro; 
  font-size: 16px;
  color: var(--secondary-color);
  opacity: 1;
  text-align: center;
  line-height: 19.5px;
  font-weight: normal;
}

#appShortDescriptionLabel {
  font-size: 18px;
  line-height: 1.35;
  font-weight: 400;
}
#importantNotice {
  font-family: SF-Pro; 
  font-size: 12px;
  font-weight: normal;

  padding-left: 20px;
  padding-right: 20px;
}
.asterixSection {
  display:flex;
  font-family: SF-Pro; 
  font-size: 17px;
  font-weight: normal;
  width:95vw;
  margin:auto;
}
#appDescriptionLabel {
  font-family: 'TimesNewRoman'; 
  font-size: 19.5px;
  font-weight: normal;
  /* width: auto; */
  /* min-width: 100%;*/
}

#userTestimonialQuotesLabel {
  font-family: 'TimesNewRoman'; 
  font-size: 17px;
  font-weight: normal;

  /* width: auto; */
  /* min-width: 100%;*/
}
#blogPostParagraph {
  font-family: 'Times New Roman', Times, serif; 
  font-size: 17px;
  font-weight: normal;
}
span.emoji {
  font-size: 19.5px;
  vertical-align: middle;
  text-align: center;
}

blockquote {
  border-left: 4px solid #ccc;
  margin: 1.5rem 0;
  padding-left: 1rem;
  font-style: italic;
  color: #333;
}


h2 {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}

blockquote p {
  margin: 0;
}

.appTitleView {
  display: flex;
  align-items:center;
  justify-content: center;
  padding-top: 18px;
}
.footerLabel {
  font-family: SF-Pro;
  font-size: 17.0px;

  padding-left: 20px;
  padding-right: 20px;
}
.appStoreBtn {
  background: transparent;
  background-color: transparent;
  /* mix-blend-mode: multiply; */
  box-shadow: 0px 2px 6px 0px #4343433D;
  position: relative; 
  display: inline-block;
  margin-bottom: 0.0px; 

  background-size: contain;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-clip: border-box;
}


/*id selector*/
#iosBtn {
  width: 152.0px;
  height: var(--app-store-btn-height);
  border-radius: 9px; 

  background-image:url(./assets/iOSBtn.svg)
}
#androidBtn {
  width: 171.2px;
  height: var(--app-store-btn-height); 
  border-radius: 7px;

  background-image:url(./assets/androidBtn.png)
}


/*
[type="submit"] { Attribute selector
  width: 152.0px;
}
*/

.carouselFade{
  position: relative;
  margin: 0 18px;
}
@media (max-width: 700px){
  .carouselFade{ margin: 0 12px; }
}
.carouselFade:before,
.carouselFade:after{
  content:"";
  position:absolute;
  top: 0;
  bottom: 0;
  width: 44px;
  pointer-events:none;
  z-index: 20; /* bigger than images */
}

.carouselFade:before{
  left: 0;
  background: linear-gradient(90deg, rgba(241,241,246,0.95), rgba(241,241,246,0));
  border-radius: var(--radius);
}

.carouselFade:after{
  right: 0;
  background: linear-gradient(270deg, rgba(241,241,246,0.95), rgba(241,241,246,0));
  border-radius: var(--radius);
}
/* FAQ */
.faqWrap{
  padding: 12px 16px 0 16px;
  display: flex;
  justify-content: center;
}
.faqBox{
  width: 100%;
  max-width: var(--max);
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(17,17,17,0.09);
  border-radius: var(--radius);
  padding: 16px;
  box-shadow: 0px 10px 32px rgba(40,40,60,0.08);
}
.faqTitle{
  margin: 0 0 8px 0;
  font-size: 17px;
}
.faqQ{
  width: 100%;
  text-align: left;
  border: 0;
  background: transparent;
  padding: 14px 6px;
  font-family: SF-Pro;
  font-size: 15.5px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  border-top: 1px solid rgba(17,17,17,0.06);
}
.faqQ:first-of-type{ border-top: 0; }
.faqQ:focus-visible{
  outline: 3px solid rgba(10,102,255,0.25);
  border-radius: 10px;
}
.faqA{
  padding: 0 6px 14px 6px;
  color: rgba(60,60,67,0.88);
  line-height: 1.45;
  font-size: 14.8px;
}
.faqChevron{
  opacity: 0.65;
  font-size: 16px;
}



.shorterHR{
  margin: 18px 0 14px;
  border: none;
  height: 1px;
  background: rgba(17,17,17,0.10);
}
.footerLabel{
  font-size: 14.8px;
  color: rgba(17,17,17,0.86);
  padding-left: 6px;
  padding-right: 6px;
}
.socialmediaicon{
  width: 22px;
  height: 22px;
  padding-right: 10px;
  opacity: 0.95;
  transition: transform .15s ease, opacity .15s ease;
}
.socialmediaicon:hover{ transform: translateY(-1px); opacity: 1; }


/* ===== Zodiac examples (color-coded) ===== */
.examplesBox{
  margin-top: 8px;
  padding: 12px 12px 10px;
  border: 1px solid rgba(17,17,17,0.08);
  border-radius: 14px;
  background: rgba(255,255,255,0.55);
}

.exampleGroup + .exampleGroup{
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed rgba(17,17,17,0.10);
}

.exampleTitle{
  font-size: 14.8px;
  line-height: 1.35;
  font-weight: 600;
  margin-bottom: 6px;
}

.exampleList{
  margin: 0 0 0 18px;
  padding: 0;
  line-height: 1.45;
  font-size: 14.8px;
  color: rgba(17,17,17,0.86);
}

.z{
  font-weight: 700;
  padding: 0 2px;
  border-radius: 6px;
  white-space: nowrap;
}

/* Zodiac colors (from your UIColor values) */
.z-aries{ color: rgb(255, 74, 74); }         /* 1.0, 0.29, 0.29 */
.z-taurus{ color: rgb(107, 191, 74); }       /* 0.42, 0.75, 0.29 */
.z-gemini{ color: rgb(255, 189, 46); }       /* 1.0, 0.74, 0.18 */
.z-cancer{ color: rgb(77, 179, 255); }       /* 0.30, 0.70, 1.0 */
.z-leo{ color: rgb(255, 138, 0); }           /* 1.0, 0.54, 0.0 */
.z-virgo{ color: rgb(61, 156, 125); }        /* 0.24, 0.61, 0.49 */
.z-libra{ color: rgb(217, 112, 214); }       /* 0.85, 0.44, 0.84 */
.z-scorpio{ color: rgb(194, 54, 130); }      /* 0.76, 0.21, 0.51 */
.z-sagittarius{ color: rgb(247, 128, 130); } /* 0.97, 0.50, 0.51 */
.z-capricorn{ color: rgb(112, 128, 143); }   /* 0.44, 0.50, 0.56 */
.z-aquarius{ color: rgb(0, 194, 184); }      /* 0.0, 0.76, 0.72 */
.z-pisces{ color: rgb(107, 99, 255); }       /* 0.42, 0.39, 1.0 */

.z{
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(17,17,17,0.06);
  box-shadow: 0 2px 10px rgba(17,17,17,0.06);
}

.examplesHeading {
  margin: 0 0 6px 0;
  font-size: 18px;
  font-weight: 600;
}

.examplesSubtle {
  margin: 0 0 14px 0;
  font-size: 14.5px;
  color: rgba(60,60,67,0.85);
  line-height: 1.45;
}

.subtleNote {
  font-size: 13.5px;
  opacity: 0.8;
}

.exampleMeta {
  margin: 4px 0 8px 0;
  font-size: 13.5px;
  color: rgba(60,60,67,0.75);
}

.metaLabel {
  font-weight: 500;
}

.metaDivider {
  margin: 0 6px;
  opacity: 0.5;
}

.exampleSubtle {
  font-size: 13.5px;
  color: rgba(60,60,67,0.55);
  margin-top: 2px;
  margin-bottom: 6px;
}