:root{
  --brand-yellow:#ffbf00;
  --brand-yellow-stroke:#fff600;
  --brand-cyan:#80e0fe;
  --brand-cyan-deep:#51d7ff;
  --ink:#222;
  --muted:#717171;
  --banner-height:0px;
}

*{box-sizing:border-box}
html,body{height:100%}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:#fff}
/* NAVBAR */
#navbar{position:fixed;top:var(--banner-height, 0px);left:0;right:0;z-index:1000;background:rgba(0,0,0,0.1);backdrop-filter:saturate(180%) blur(6px);border-bottom:1px solid rgba(255,255,255,0.1);transition:top 0.3s ease-in-out}
.nav__inner{max-width:1100px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 16px;color:#fff}
.nav__logo{height:28px;width:auto}
.nav__btn{height:28px;min-width:72px;border-radius:14px;background:transparent;border:1px solid #fff;color:#fff;padding:0 12px;font:500 13px/28px Inter, sans-serif;text-decoration:none}
.nav__btn:hover{background:rgba(255,255,255,0.1)}

#app{display:block;padding-top:calc(48px + var(--banner-height, 0px));transition:padding-top 0.3s ease-in-out}

/* HERO */
#hero{
  position:relative;
  min-height:60vh;
  border-radius:25px;
  overflow:hidden;
}
.hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 20%;margin:0 10px 10px}
.hero__overlay{position:relative;inset:0;min-height:inherit;background:rgba(0,0,0,0.08)}
/* gradient removed per request */
.hero__top{display:none}
.hero__logo{height:39px;width:98px;object-fit:cover}
.pill{height:28px;min-width:72px;border-radius:14px;background:transparent;border:1px solid #fff;color:#fff;padding:0 12px;font:400 13px/28px Inter, sans-serif;cursor:pointer}

.hero__content{position:absolute;left:50%;top:20vh;transform:translateX(-50%);text-align:center;color:#fff}
.hero__title{margin:0;font-family:Merriweather,serif;font-weight:300;font-size:63px;line-height:88px;letter-spacing:2.52px;text-shadow:0 0 0 #000}
.hero__subtitle{margin:12px 0 0;font-family:Merriweather,serif;font-weight:300;font-size:14px;letter-spacing:3.92px;text-shadow:#000 2px 1px 0}

.cta{display:inline-block;padding:10px 18px;border-radius:40px;text-decoration:none;font:600 18px/1 Inter, sans-serif;letter-spacing:1.2px;white-space:nowrap}
.cta--primary{margin-top:24px;background:var(--brand-yellow);color:#1f1600;border:1px solid var(--brand-yellow-stroke)}
.cta--secondary{background:var(--brand-cyan);border:1px solid var(--brand-cyan);color:#666}
.cta--outline{background:#fff;border:2px solid var(--brand-cyan-deep);color:#369fc0}

.pricing-info {
  margin-top: 20px;
  padding: 16px;
  background: rgba(51, 159, 192, 0.1);
  border-radius: 12px;
  border: 1px solid rgba(51, 159, 192, 0.2);
}

.pricing-text {
  margin: 0 0 12px 0;
  font-size: 16px;
  color: #369fc0;
  font-weight: 500;
}

.pricing-text strong {
  font-size: 20px;
  color: #1f1600;
}

.hero__stars{position:absolute;left:30px;bottom:20px;display:flex;align-items:center;gap:8px;color:#fff;text-shadow:#000 2px 1px 0}
.hero__stars img{height:20px;width:auto;display:block}

/* FEATURES */
#features{position:relative;padding:56px 0 140px;background:#fff}
.container{width:min(1064px,92%);margin:0 auto;position:relative}
.features__title{margin:0 auto;text-align:center;color:var(--muted);font-family:Merriweather,serif;font-weight:300;font-size:63px;line-height:83px;letter-spacing:2.52px;text-wrap:balance}
.features__title span{display:block}
.features-inline{display:inline}
.gradient-text{background-image:radial-gradient(circle at 50% 50%, rgba(140,60,100,0.5) 0%, rgba(90,120,200,0.7) 45%, rgba(60,130,180,0.8) 65%, rgba(50,110,160,0.85) 85%, rgba(40,90,140,0.9) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;white-space:nowrap}
.features__points{list-style:none;padding:0;margin:36px auto 28px;max-width:600px;text-align:center;color:#56aeca;font-family:Merriweather,serif;font-weight:300;font-size:28px;line-height:42px}
.features__point{opacity:0;transform:translate3d(30px,0,0);transition:opacity 1.6s ease, transform 1.8s ease}
.features__point.is-visible{opacity:1;transform:translate3d(0,0,0)}
.cta-row{display:flex;justify-content:center;padding-top:18px}
/* features rating removed */

/* QUIZ */
#quiz{background:#e0f8ff;padding:80px 0}
.quiz__grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}
.quiz__title{margin:0 0 24px;text-align:center;color:#717171;font-family:Merriweather,serif;font-weight:300;font-size:42px}
.quiz__left{display:flex;flex-direction:column;gap:10px}
.quiz__chart{position:relative;min-height:420px;background:#e0f8ff}
.quiz__chart-img{display:block;max-width:85%;height:auto;margin:0 auto}
.why-it-works{display:none;margin:20px auto 10px;padding:16px;background:rgba(255,255,255,0.95);border:1px solid #d9edf3;border-radius:12px;max-width:85%}
.why-it-works h3{margin:0 0 10px;color:#2a8fbf;font:600 16px/1.2 Inter, sans-serif}
.why-it-works p{margin:0;color:#3a6b7a;font:400 13px/1.5 Inter, sans-serif}
.quiz__science{margin:10px auto 0;background:rgba(255,255,255,0.8);border:1px solid #d9edf3;border-radius:8px;padding:8px 12px;font:400 12px/1.4 Inter, sans-serif;color:#3a6b7a;max-width:85%}
.quiz__science a{color:#2a8fbf;text-decoration:underline}
/* extra lines and duplicate labels removed */

.quiz__inputs .quiz__heading{margin:0 0 20px;font-family:Merriweather,serif;font-weight:300;font-size:44px;color:#717171;letter-spacing:1.76px}
.quiz__heading--mobile{display:none}
.quiz__control{margin:24px 0}
.quiz__control-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}
.quiz__label{font-family:Merriweather,serif;color:#717171;font-size:23px}
.unit-toggle{display:inline-flex;border:1px solid var(--brand-cyan-deep);border-radius:20px;overflow:hidden}
.unit-btn{background:#fff;color:#369fc0;border:0;padding:6px 10px;font:600 14px/1 Inter, sans-serif;cursor:pointer}
.unit-btn.is-active{background:var(--brand-cyan-deep);color:#fff}
.slider{appearance:none;width:100%;height:8px;border-radius:4px;background:#b3b3b3;outline:none;margin:15px 0;transition:box-shadow 0.3s ease,background 0.3s ease}
.slider::-webkit-slider-thumb{appearance:none;width:32px;height:32px;border-radius:50%;background:#80e0fe;border:3px solid #51d7ff;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.15);transition:transform 0.2s,box-shadow 0.3s ease}
.slider::-webkit-slider-thumb:hover{transform:scale(1.1)}
.slider::-webkit-slider-thumb:active{transform:scale(1.05);box-shadow:0 1px 3px rgba(0,0,0,0.2)}
.slider::-moz-range-thumb{width:32px;height:32px;border-radius:50%;background:#80e0fe;border:3px solid #51d7ff;cursor:pointer;box-shadow:0 2px 6px rgba(0,0,0,0.15);transition:transform 0.2s,box-shadow 0.3s ease}
.slider::-moz-range-thumb:hover{transform:scale(1.1)}
.slider::-moz-range-thumb:active{transform:scale(1.05);box-shadow:0 1px 3px rgba(0,0,0,0.2)}

/* Slider highlight effect when scrolled into view */
.slider.highlight{background:#9ed4f0;box-shadow:0 0 0 4px rgba(80,224,254,0.2),0 0 20px rgba(80,224,254,0.3)}
.slider.highlight::-webkit-slider-thumb{box-shadow:0 0 0 6px rgba(80,224,254,0.3),0 0 20px rgba(80,224,254,0.4),0 2px 6px rgba(0,0,0,0.15)}
.slider.highlight::-moz-range-thumb{box-shadow:0 0 0 6px rgba(80,224,254,0.3),0 0 20px rgba(80,224,254,0.4),0 2px 6px rgba(0,0,0,0.15)}

/* Slider hint tooltip */
.slider-hint{position:absolute;top:-45px;left:50%;transform:translateX(-50%);background:rgba(51,159,192,0.95);color:#fff;padding:8px 16px;border-radius:20px;font:500 13px/1.3 Inter,sans-serif;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity 0.4s ease,transform 0.4s ease;box-shadow:0 4px 12px rgba(0,0,0,0.15);z-index:10;backdrop-filter:blur(8px)}
.slider-hint.show{opacity:1;transform:translateX(-50%) translateY(-4px)}
.slider-hint::after{content:'';position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid rgba(51,159,192,0.95)}
.slider-hint-icon{margin-right:6px;display:inline-block;animation:gentlePulse 2s ease-in-out infinite}
@keyframes gentlePulse{
  0%,100%{transform:scale(1)}
  50%{transform:scale(1.1)}
}

/* Quiz control highlight wrapper */
.quiz__control.highlight{position:relative}
.value-readout{margin-top:8px;font:600 16px/1 Inter, sans-serif;color:#369fc0}
.calc{margin:18px 0 10px;color:#444}
.calc.is-hidden{display:none}
.calc__row{margin:4px 0;font:400 14px/1.4 Inter, sans-serif}
.quiz__note{margin:10px 0 16px;color:#5a6b76;font:300 14px/1.5 Merriweather,serif}

/* SOCIAL PROOF BAR */
#social-proof{background:#f3f3f3;border-top:1px solid #e3e3e3;border-bottom:1px solid #e3e3e3;overflow:hidden}
.social-track{display:flex;gap:40px;align-items:center;justify-content:space-evenly;padding:10px 0}
.social-item{display:flex;align-items:center;gap:10px;white-space:nowrap;color:#555;padding:0 10px}
.social-stars .stars{display:flex;gap:8px}
.social-stars .star{height:16px;width:16px;fill:#2a8fbf;display:block}
.social-stars span{color:#333}
.google-link{display:inline-flex;align-items:center;margin-left:8px;text-decoration:none}
.google-link:hover .google-logo{transform:scale(1.1);transition:transform 0.2s}
.google-logo{height:20px;width:20px;vertical-align:middle}
.social-audio .social-logo{height:22px;width:auto}
.icon-btn{display:inline-flex;align-items:center;justify-content:center;height:26px;width:26px;border-radius:6px;border:1px solid #cfcfcf;background:#fff;color:#333;cursor:pointer}
.icon-btn svg{height:14px;width:14px;fill:#333}

/* removed scrolling animation */

/* TIMELINE */
#timeline{background:#fff;padding:120px 0 140px}
.timeline__container{max-width:1100px}
.timeline__title{margin:0 0 40px;text-align:center;color:var(--muted);font-family:Merriweather,serif;font-weight:300;font-size:42px;line-height:1.3}
.timeline__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-bottom:20px}
.timeline__item{text-align:center;color:#717171;opacity:0;transform:translate3d(40px,0,0);transition:opacity 2s ease, transform 2.3s ease}
.timeline__item.is-visible{opacity:1;transform:translate3d(0,0,0)}
.timeline__item img{width:100%;height:auto;border-radius:8px;display:block}
.timeline__item h3{margin:12px 0 6px;font:700 14px/1.3 Merriweather,serif;color:#555;min-height:calc(1.3em * 2);display:flex;align-items:flex-end;justify-content:center;text-align:center}
.timeline__item p{margin:0;font:300 13px/1.4 Merriweather,serif}

/* TESTIMONIALS */
#testimonials{background:#e0f8ff;padding:80px 0}
.testimonials__title{margin:0 0 24px;text-align:center;color:var(--muted);font-family:Merriweather,serif;font-weight:300;font-size:42px}
.testimonials__intro{margin:0 auto 28px;max-width:760px;text-align:center;color:#666;font:300 16px/1.7 Merriweather,serif}
.testimonials__carousel{position:relative}
.testimonials__track{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 0px)/5);grid-template-rows:repeat(2, 1fr);gap:0;overflow-x:auto;padding:0;scroll-snap-type:x mandatory}
.testimonials__track::-webkit-scrollbar{height:8px}
.testimonials__track::-webkit-scrollbar-thumb{background:#c7eefb;border-radius:4px}
.testimonial-card{position:relative;scroll-snap-align:start;aspect-ratio:1/1;border-radius:8px;overflow:hidden;background:#000}
.testimonial-card img{display:block;width:100%;height:100%;object-fit:cover;filter:brightness(0.92)}
.testimonial-video{display:block;width:100%;height:100%;object-fit:contain;filter:brightness(0.92);background:#000}
.testimonial-overlay{position:absolute;bottom:40px;left:0;right:0;background:linear-gradient(transparent, rgba(0,0,0,0.8));padding:16px;color:#fff;transform:translateY(100%);transition:transform 0.3s ease}
.testimonial-card:hover .testimonial-overlay{transform:translateY(0)}
.testimonial-info{text-align:center}
.testimonial-name{margin:0 0 4px;font:600 14px/1.2 Inter, sans-serif;color:#fff}
.testimonial-stats{margin:0 0 8px;font:500 12px/1.3 Inter, sans-serif;color:#ffbf00}
.testimonial-quote{margin:0;font:300 11px/1.4 Merriweather, serif;color:#fff;opacity:0.9}
.testimonials__carousel::before,.testimonials__carousel::after{content:"";position:absolute;top:0;bottom:0;width:80px;pointer-events:none}
.testimonials__carousel::before{left:0;background:linear-gradient(90deg, rgba(224,248,255,1), rgba(224,248,255,0))}
.testimonials__carousel::after{right:0;background:linear-gradient(270deg, rgba(224,248,255,1), rgba(224,248,255,0))}
.testimonials__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:1;border:0;background:rgba(255,255,255,0.9);color:#2a8fbf;border-radius:20px;width:32px;height:32px;cursor:pointer}
.testimonials__arrow--left{left:8px}
.testimonials__arrow--right{right:8px}
.testimonials__cta{display:flex;justify-content:center;margin-top:18px}
.cta--dark{background:#111;color:#fff;border:1px solid #111}

@media (max-width: 900px){
  .testimonials__track{grid-auto-columns:calc((100% - 0px)/3)}
}
@media (max-width: 600px){
  .testimonials__title{font-size:32px}
  .testimonials__track{grid-auto-columns:calc((100% - 0px)/2)}
}

/* NEW TESTIMONIALS LAYOUT */
.testimonials-new{background:linear-gradient(to bottom right, #f9fafb, #f3f4f6);padding:64px 16px}
.testimonials__subtitle{font:400 18px/1.5 Inter,sans-serif;color:#666;margin:0 auto;max-width:600px}
.testimonial-container{background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px rgba(0,0,0,0.1),0 10px 10px -5px rgba(0,0,0,0.04);overflow:hidden;max-width:1200px;margin:0 auto}
.testimonial-grid{display:grid;grid-template-columns:auto 1fr;gap:0}
.testimonial-video-wrapper{position:relative;background:#000;aspect-ratio:9/16;max-width:400px}
.testimonial-video-main{width:100%;height:100%;object-fit:cover}
.testimonial-content{padding:32px 48px;display:flex;flex-direction:column;justify-content:center;background:linear-gradient(to bottom right,#f0fdf4,#fff)}

/* UNMUTE HINT */
.unmute-hint{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);z-index:10;pointer-events:none;opacity:1;transition:opacity 0.3s ease;animation:fadeInUp 0.5s ease}
.unmute-hint-content{background:rgba(0,0,0,0.85);color:#fff;padding:12px 20px;border-radius:24px;display:flex;align-items:center;gap:8px;box-shadow:0 4px 12px rgba(0,0,0,0.3);backdrop-filter:blur(8px);pointer-events:auto;cursor:pointer}
.unmute-hint-text{font:600 14px/1.2 Inter,sans-serif;white-space:nowrap}
.unmute-hint-arrow{width:20px;height:20px;color:#fff;animation:pointLeft 1.5s ease-in-out infinite}

@keyframes fadeInUp{
  from{opacity:0;transform:translateX(-50%) translateY(10px)}
  to{opacity:1;transform:translateX(-50%) translateY(0)}
}

@keyframes pointLeft{
  0%,100%{transform:translateX(0)}
  50%{transform:translateX(-4px)}
}
.testimonial-stars{display:flex;align-items:center;gap:12px;margin-bottom:16px}
.stars-row{display:flex;gap:4px}
.star-icon{width:24px;height:24px;color:#fbbf24}
.google-link{display:flex;align-items:center;gap:4px;text-decoration:none;transition:opacity 0.2s}
.google-link:hover{opacity:0.8}
.google-icon{width:24px;height:24px}
.google-text{font:500 14px/1 Inter,sans-serif;color:#666}
.testimonial-quote-block{position:relative}
.quote-icon{position:absolute;top:-8px;left:-8px;width:32px;height:32px;color:#bbf7d0;opacity:0.5}
.quote-text{font:400 18px/1.6 Inter,sans-serif;color:#374151;margin:0 0 16px;padding-left:24px}
.testimonial-author{margin-top:24px}
.author-name{font:700 20px/1.2 Inter,sans-serif;color:#111;margin:0 0 4px}
.author-location{font:400 14px/1.5 Inter,sans-serif;color:#666;margin:0 0 12px}
.verified-badge{display:inline-flex;align-items:center;padding:4px 12px;background:#dcfce7;color:#166534;border-radius:9999px;font:500 14px/1 Inter,sans-serif}
.verified-icon{width:16px;height:16px;margin-right:4px}
.testimonial-cta{margin-top:32px}
.cta-arrow{width:20px;height:20px;margin-left:8px;display:inline-block}
.trust-indicators{margin-top:48px;text-align:center}
.trust-title{font:400 16px/1.5 Inter,sans-serif;color:#666;margin:0 0 16px}
.trust-items{display:flex;flex-wrap:wrap;justify-content:center;gap:24px}
.trust-item{display:flex;align-items:center;gap:8px;font:400 14px/1.5 Inter,sans-serif;color:#6b7280}
.trust-icon{width:20px;height:20px;color:#10b981}

@media (max-width: 1024px){
  .testimonial-grid{grid-template-columns:1fr}
  .testimonial-video-wrapper{max-width:100%;aspect-ratio:9/16}
  .testimonial-content{padding:24px 32px}
}

@media (max-width: 600px){
  .testimonials-new{padding:48px 16px}
  .testimonial-content{padding:20px 24px}
  .quote-text{font-size:16px}
  .author-name{font-size:18px}
  .trust-items{gap:16px;flex-direction:column;align-items:flex-start;max-width:300px;margin:0 auto}
  .unmute-hint{bottom:50px;max-width:90%}
  .unmute-hint-text{font-size:13px}
  .unmute-hint-arrow{width:16px;height:16px}
}

/* APP DOWNLOAD SECTION */
.app-download-section{background:#e6eaef;padding:24px 0}
.app-download-buttons{display:flex;justify-content:center;align-items:center;gap:12px;flex-wrap:wrap}
.app-store-btn,.google-play-btn{display:inline-block;transition:transform 0.2s ease}
.app-store-btn:hover,.google-play-btn:hover{transform:scale(1.05)}
.app-store-btn img,.google-play-btn img{display:block;height:44px;width:auto}
.ios-only,.android-only{display:none}
.both-stores{display:flex;gap:12px;justify-content:center;align-items:center}
/* Device-specific display - handled by JavaScript */

/* FOOTER */
#footer{background:#e6eaef;color:#000;padding:56px 0;margin-top:0}
.footer__top{display:grid;grid-template-columns:3fr 1fr 1fr 1fr;gap:32px;align-items:start;margin-bottom:24px}
.footer__bottom{display:flex;align-items:center;justify-content:space-between;border-top:0;padding-top:16px;flex-wrap:wrap;gap:16px}
.footer__posts ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.footer__posts a{color:#cfd8e3;text-decoration:none}
.footer__posts a:hover{text-decoration:underline}
.footer__brand img{height:32px;width:auto;display:block;margin-bottom:10px}
.footer__copy{margin:0;color:#6b7280;font:400 13px/1.4 Inter, sans-serif}
.footer__contact h3,.footer__social h3,.footer__col h3{margin:0 0 8px;font:600 14px/1 Inter, sans-serif;color:#000}
.footer__help-list address{font-style:normal;color:#6b7280;margin:0;line-height:1.5;font:400 16px/1.5 Inter,sans-serif}
.footer__contact a{color:#6b7280;text-decoration:none}
.footer__contact a:hover{text-decoration:underline}
.footer__social ul{list-style:none;padding:0;margin:0;display:grid;gap:6px}
.footer__social a{color:#6b7280;text-decoration:none}
.footer__social a:hover{text-decoration:underline}
.footer__social-icons{display:flex;gap:12px;list-style:none;margin:0;padding:0}
.footer__social-icons a{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;background:#f3f4f6;color:#374151;border:1px solid #e5e7eb;text-decoration:none}
.footer__social-icons a svg{fill:#374151}
.footer__social-icons a:hover{background:#e5e7eb}

/* Footer Right Section */
.footer__right{display:flex;align-items:center;gap:24px;flex-wrap:wrap}

/* LegitScript Certification Seal */
.footer__certification{display:flex;align-items:center}
.footer__legitscript-seal{display:inline-block;transition:opacity 0.2s ease;text-decoration:none}
.footer__legitscript-seal:hover{opacity:0.8}
.footer__legitscript-seal img{display:block;width:73px;height:79px;border-radius:4px}
.footer__help-list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.footer__help-list li{display:flex;align-items:flex-start;gap:10px;line-height:1.6}
.footer__help-list a{color:#6b7280;text-decoration:none;font:400 16px/1.5 Inter,sans-serif}
.footer__help-list a:hover{text-decoration:underline}
.footer__help-list small{display:block;color:#9ca3af}
.footer__round-icon{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:50%;background:#000;color:#fff;border:1px solid #000;flex:0 0 28px}
.footer__col ul,.footer__tags,.footer__posts ul{list-style:none;margin:0;padding:0}
.footer__col a,.footer__tags a,.footer__posts a,#footer a{color:#6b7280;text-decoration:none}
.footer__col a:hover,.footer__tags a:hover,.footer__posts a:hover{opacity:0.8}

@media (max-width: 900px){
  .footer__top{grid-template-columns:1fr 1fr}
  .footer__bottom{flex-direction:column;align-items:flex-start;gap:12px}
  .footer__right{justify-content:flex-start;gap:16px}
}
@media (max-width: 600px){
  .footer__top{grid-template-columns:1fr}
}

@media (max-width: 900px){
  .timeline__grid{grid-template-columns:repeat(2,1fr)}
  .timeline__item h3{min-height:auto;display:block}
}
@media (max-width: 600px){
  .timeline__title{font-size:32px}
  .timeline__grid{grid-template-columns:1fr}
}

@media (max-width: 900px){
  #hero{min-height:70vh}
  .hero__content{top:18vh}
  .features__title{font-size:42px;line-height:56px}
  .quiz__grid{grid-template-columns:1fr}
}

@media (max-width: 600px){
  #hero{min-height:70vh}
  .hero__content{top:16vh}
  .hero__title{font-size:36px;line-height:48px}
  .cta{font-size:16px}
  #features{padding:24px 0 80px}
  .quiz__heading--mobile{display:block;margin:0 0 12px;font-size:28px}
  .why-it-works{display:block}
  .slider-hint{font-size:12px;padding:6px 12px;top:-40px}
  .slider-hint-icon{font-size:14px}
}


/* LegitScript seal added */
