:root{
  --bg:#171d29;
  --bg-soft:#20293b;
  --panel:#232d41;
  --panel-2:#2a3550;
  --line:rgba(255,255,255,.10);
  --text:#f4f1eb;
  --muted:#c5c0b7;
  --orange:#f2a428;
  --orange-2:#ff7a1a;
  --orange-soft:rgba(242,164,40,.14);
  --blue-soft:rgba(121,144,189,.14);
  --radius:28px;
  --shadow:0 25px 80px rgba(0,0,0,.32);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Inter,Arial,sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at 10% 0%, rgba(242,164,40,.18), transparent 30rem),
    radial-gradient(circle at 85% 10%, rgba(255,122,26,.18), transparent 24rem),
    linear-gradient(180deg, #1d2433 0%, #171d29 100%);
  line-height:1.6;
}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}
.skip{position:absolute;left:-9999px}.skip:focus{left:1rem;top:1rem;z-index:100;background:#fff;color:#000;padding:.75rem 1rem;border-radius:12px}
.section{max-width:1200px;margin:0 auto;padding:82px 22px}
.site-header{
  position:sticky;top:0;z-index:20;
  background:rgba(23,29,41,.72);
  backdrop-filter:blur(18px);
  border-bottom:1px solid var(--line)
}
.nav{max-width:1200px;margin:0 auto;padding:16px 22px;display:flex;align-items:center;justify-content:space-between;gap:18px}
.brand{display:inline-flex;align-items:center;gap:.75rem;font-weight:800;letter-spacing:-.03em}
.brand img{border-radius:10px;box-shadow:0 10px 30px rgba(0,0,0,.25)}
.nav-links{display:flex;align-items:center;gap:1.4rem;color:var(--muted);font-weight:650}
.nav-links a:hover{color:#fff}
.nav-cta{padding:.7rem 1rem;border-radius:999px;background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#111827;border:none;box-shadow:0 12px 28px rgba(255,122,26,.22)}
.hero{display:grid;grid-template-columns:1fr .95fr;gap:44px;align-items:center;padding-top:54px;padding-bottom:52px}
.app-badge,.overline{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .8rem;border-radius:999px;background:rgba(255,255,255,.06);border:1px solid var(--line);color:#f7d9a2;font-size:.86rem;font-weight:750;letter-spacing:.03em}
.hero-product{display:flex;align-items:center;gap:24px;margin:18px 0 16px}
.hero-icon{width:148px;height:148px;border-radius:32px;box-shadow:var(--shadow)}
h1,h2,h3,p{margin-top:0}
h1{font-size:clamp(2.6rem,6vw,4.6rem);line-height:1;letter-spacing:-.05em;margin-bottom:.35rem}
.subtitle{font-size:1.45rem;font-weight:700;color:#f4e0bf;margin-bottom:.3rem}
.meta-inline{color:var(--muted);font-weight:600;margin-bottom:0}
.lead{font-size:clamp(1.06rem,2vw,1.24rem);color:var(--muted);max-width:650px}
.cta-row{display:flex;gap:14px;flex-wrap:wrap;margin:28px 0 24px}
.button{display:inline-flex;align-items:center;justify-content:center;padding:1rem 1.3rem;border-radius:999px;font-weight:800;transition:transform .2s ease, box-shadow .2s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:linear-gradient(135deg,var(--orange),var(--orange-2));color:#141414;box-shadow:0 14px 34px rgba(255,122,26,.23)}
.button-secondary{background:rgba(255,255,255,.05);border:1px solid var(--line);color:var(--text)}
.rating-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;padding:0;margin:0;list-style:none}
.rating-row li{padding:16px 14px;border-radius:22px;background:rgba(255,255,255,.04);border:1px solid var(--line);text-align:center}
.rating-row strong{display:block;font-size:1.55rem;letter-spacing:-.03em}
.rating-row span{color:var(--muted);font-size:.94rem}
.hero-visual{position:relative}
.hero-shot-card{background:linear-gradient(180deg,rgba(255,255,255,.09),rgba(255,255,255,.04));border:1px solid var(--line);border-radius:34px;padding:16px;box-shadow:var(--shadow)}
.hero-shot-card img{border-radius:24px}
.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.metrics article,.feature-card,.review-grid figure{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.04));border:1px solid var(--line);border-radius:var(--radius);padding:24px}
.metric-label{display:block;color:#f7d9a2;font-size:.82rem;text-transform:uppercase;letter-spacing:.08em;font-weight:800;margin-bottom:.6rem}
.metrics strong{display:block;font-size:1.4rem;letter-spacing:-.03em;margin-bottom:.4rem}
.metrics p{color:var(--muted);margin-bottom:0}
.section-heading{max-width:880px;margin-bottom:28px}
.section-heading.narrow{max-width:720px}
.section-heading h2{font-size:clamp(2rem,4vw,3.35rem);line-height:1.03;letter-spacing:-.045em;margin:.9rem 0 .8rem}
.section-heading p{color:var(--muted);font-size:1.05rem}
.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.feature-card{position:relative;overflow:hidden}
.feature-card::after{content:"";position:absolute;inset:auto -30% -35% auto;width:180px;height:180px;background:radial-gradient(circle, rgba(242,164,40,.18), transparent 65%);pointer-events:none}
.feature-number{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:14px;background:var(--orange-soft);color:var(--orange);font-weight:900;margin-bottom:1rem}
.feature-card h3{font-size:1.22rem;letter-spacing:-.02em;margin-bottom:.55rem}
.feature-card p{color:var(--muted);margin-bottom:0}
.feature-card-accent{background:linear-gradient(135deg, rgba(242,164,40,.18), rgba(255,122,26,.08) 55%, rgba(255,255,255,.04))}
.showcase{padding-top:48px}
.showcase-frame{background:linear-gradient(180deg,rgba(255,255,255,.07),rgba(255,255,255,.03));border:1px solid var(--line);padding:18px;border-radius:34px;box-shadow:var(--shadow)}
.showcase-frame img{border-radius:24px}
.reviews{padding-top:54px}
.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}
.stars{color:var(--orange);letter-spacing:.14em;font-size:1.05rem;margin-bottom:1rem}
.review-grid blockquote{margin:0 0 1rem;font-size:1.05rem;color:#f3efe8}
.review-grid figcaption{color:var(--muted);font-weight:700}
.final-cta{text-align:center;padding-top:70px;padding-bottom:110px}
.final-cta p{max-width:680px;margin:1rem auto 2rem;color:var(--muted);font-size:1.06rem}
.footer{max-width:1200px;margin:0 auto;padding:28px 22px 48px;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;color:var(--muted)}
.footer-links{display:flex;gap:16px;flex-wrap:wrap}
.footer a:hover{color:#fff}
@media (max-width:980px){
  .hero,.feature-grid,.metrics,.review-grid{grid-template-columns:1fr 1fr}
  .hero{align-items:start}
  .hero-product{align-items:flex-start}
}
@media (max-width:760px){
  .nav-links a:not(.nav-cta){display:none}
  .hero,.feature-grid,.metrics,.review-grid,.rating-row{grid-template-columns:1fr}
  .hero{gap:26px;padding-top:36px}
  .hero-product{flex-direction:column;align-items:flex-start;gap:16px}
  .hero-icon{width:118px;height:118px}
  .section{padding:64px 18px}
  .footer{flex-direction:column;align-items:flex-start}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}}


/* V6 clean premium carousel */
.yf6-showcase{
  position:relative;
  overflow:hidden;
}
.yf6-showcase::before{
  content:"";
  position:absolute;
  left:50%;
  top:130px;
  width:min(920px,90vw);
  height:440px;
  transform:translateX(-50%);
  background:
    radial-gradient(circle at 35% 45%, rgba(242,164,40,.22), transparent 38%),
    radial-gradient(circle at 70% 55%, rgba(255,122,26,.16), transparent 42%);
  filter:blur(14px);
  pointer-events:none;
  z-index:-1;
}
.yf6-carousel{
  display:grid;
  grid-template-columns:330px minmax(0,1fr);
  gap:22px;
  align-items:stretch;
  padding:18px;
  border-radius:42px;
  border:1px solid rgba(255,255,255,.11);
  background:
    linear-gradient(135deg, rgba(255,255,255,.08), rgba(255,255,255,.025)),
    radial-gradient(circle at 20% 20%, rgba(242,164,40,.12), transparent 34rem);
  box-shadow:var(--shadow);
}
.yf6-panel{
  position:relative;
  overflow:hidden;
  min-height:520px;
  border-radius:32px;
  padding:28px;
  background:
    radial-gradient(circle at 72% 12%, rgba(242,164,40,.24), transparent 10rem),
    linear-gradient(180deg, rgba(35,45,65,.96), rgba(23,29,41,.96));
  border:1px solid var(--line);
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
}
.yf6-panel::before{
  content:"";
  position:absolute;
  top:24px;
  right:24px;
  width:92px;
  height:92px;
  border-radius:30px;
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  box-shadow:0 18px 44px rgba(255,122,26,.22);
}
.yf6-panel::after{
  content:"";
  position:absolute;
  top:58px;
  right:58px;
  width:28px;
  height:28px;
  background:#20293b;
  transform:rotate(45deg);
}
.yf6-kicker{
  color:#f7d9a2;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  font-size:.78rem;
  margin-bottom:1rem;
}
.yf6-panel h3{
  font-size:clamp(1.85rem,3vw,2.55rem);
  line-height:1.02;
  letter-spacing:-.045em;
  margin-bottom:1rem;
}
.yf6-panel p{
  color:var(--muted);
  margin-bottom:1.4rem;
}
.yf6-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.yf6-tags span{
  padding:.55rem .75rem;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid var(--line);
  color:#f4e0bf;
  font-weight:800;
  font-size:.86rem;
}
.yf6-stage{
  position:relative;
  min-width:0;
  overflow:hidden;
  border-radius:32px;
  background:linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.025));
  border:1px solid var(--line);
  padding:30px 58px 72px;
}
.yf6-stage::before,
.yf6-stage::after{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  width:86px;
  z-index:2;
  pointer-events:none;
}
.yf6-stage::before{
  left:0;
  background:linear-gradient(to right, rgba(29,36,51,.98), transparent);
}
.yf6-stage::after{
  right:0;
  background:linear-gradient(to left, rgba(29,36,51,.98), transparent);
}
.yf6-viewport{
  overflow:hidden;
  width:100%;
}
.yf6-track{
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:nowrap!important;
  align-items:stretch!important;
  gap:24px!important;
  width:max-content!important;
  transition:transform .55s cubic-bezier(.2,.8,.2,1);
  will-change:transform;
}
.yf6-slide{
  flex:0 0 clamp(220px,27vw,292px)!important;
  display:block!important;
  margin:0!important;
  opacity:.58;
  transform:scale(.9);
  filter:saturate(.9) brightness(.88);
  transition:transform .55s cubic-bezier(.2,.8,.2,1), opacity .55s ease, filter .55s ease;
}
.yf6-slide.is-active{
  opacity:1;
  transform:scale(1);
  filter:saturate(1.04) brightness(1);
}
.yf6-slide img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  border-radius:34px;
  border:1px solid rgba(255,255,255,.16);
  box-shadow:0 28px 70px rgba(0,0,0,.38);
  background:#fff;
}
.yf6-caption{
  margin:14px auto 0;
  min-height:86px;
  padding:14px 16px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.09);
  text-align:center;
}
.yf6-caption strong,
.yf6-caption span{
  display:block;
}
.yf6-caption strong{
  font-size:1rem;
  letter-spacing:-.02em;
}
.yf6-caption span{
  margin-top:2px;
  color:var(--muted);
  font-size:.88rem;
  line-height:1.35;
}
.yf6-arrow{
  position:absolute;
  z-index:5;
  top:50%;
  width:44px;
  height:44px;
  transform:translateY(-50%);
  border:none;
  border-radius:999px;
  background:linear-gradient(135deg,var(--orange),var(--orange-2));
  color:#171d29;
  font-size:2rem;
  line-height:1;
  font-weight:800;
  cursor:pointer;
  box-shadow:0 14px 34px rgba(255,122,26,.25);
}
.yf6-prev{left:14px}
.yf6-next{right:14px}
.yf6-dots{
  position:absolute;
  left:50%;
  bottom:26px;
  display:flex;
  gap:8px;
  transform:translateX(-50%);
  z-index:5;
}
.yf6-dots button{
  width:8px;
  height:8px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.28);
  cursor:pointer;
  transition:width .25s ease, background .25s ease;
}
.yf6-dots button.is-active{
  width:26px;
  background:var(--orange);
}
@media (max-width:980px){
  .yf6-carousel{
    grid-template-columns:1fr;
  }
  .yf6-panel{
    min-height:auto;
  }
}
@media (max-width:760px){
  .yf6-carousel{
    padding:12px;
    border-radius:32px;
  }
  .yf6-stage{
    padding:22px 18px 58px;
  }
  .yf6-stage::before,
  .yf6-stage::after{
    width:34px;
  }
  .yf6-arrow{
    display:none;
  }
  .yf6-slide{
    flex-basis:min(245px,72vw)!important;
  }
}
@media (prefers-reduced-motion:reduce){
  .yf6-track,
  .yf6-slide,
  .yf6-dots button{
    transition:none;
  }
}


/* V7 fixes: favicon cache, portrait App Store overview and mobile panel decoration */
.hero-shot-card{
  display:flex;
  justify-content:center;
  align-items:center;
}
.hero-shot-card img{
  width:100%;
  height:auto;
  max-height:760px;
  object-fit:contain;
  object-position:center;
}

/* The App Store overview asset can now be portrait (1102x1800) without stretching. */
@media (min-width:981px){
  .hero-shot-card{
    max-width:520px;
    margin-left:auto;
  }
}

@media (max-width:980px){
  .hero-shot-card img{
    max-height:none;
  }
}

/* On mobile the decorative orange mark was overlapping the copy. Keep the card clean. */
@media (max-width:760px){
  .yf6-panel::before,
  .yf6-panel::after{
    display:none;
  }

  .yf6-panel{
    min-height:auto;
    padding:24px;
  }

  .yf6-panel h3{
    max-width:none;
  }
}
