/* Festivaly standalone app-download template. */
:root {
    --fd-primary: #6d28d9;
    --fd-accent: #ff5a1f;
    --fd-pink: #e91e63;
    --fd-ink: #0f1731;
    --fd-muted: #5f6578;
    --fd-line: #ececf3;
    --fd-surface: #ffffff;
    --fd-soft: #faf9fe;
    --fd-shadow: 0 18px 55px rgba(35, 28, 73, .12);
    --fd-radius: 18px;
    --fd-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.festivaly-download-page {
    background: #fff;
    color: var(--fd-ink);
    font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    margin: 0;
    min-width: 320px;
    overflow-x: hidden;
}
body.festivaly-download-page.is-menu-open { overflow: hidden; }
.festivaly-download { background: #fff; min-height: 100vh; overflow: clip; }
.festivaly-download img { display: block; max-width: 100%; }
.festivaly-download a { color: inherit; text-decoration: none; }
.festivaly-download button,
.festivaly-download input { font: inherit; }
.fd-container { margin: 0 auto; max-width: var(--fd-container); padding-left: 24px; padding-right: 24px; width: 100%; }
.fd-container--narrow { max-width: 900px; }
.screen-reader-text,
.fd-skip-link { clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
.fd-skip-link:focus { background: #fff; clip: auto; clip-path: none; height: auto; left: 10px; padding: 10px 14px; top: 10px; width: auto; z-index: 999; }

.fd-header {
    background: rgba(255,255,255,.96);
    border-bottom: 1px solid rgba(18,24,50,.06);
    position: sticky;
    top: 0;
    transition: box-shadow .2s ease, background .2s ease;
    z-index: 100;
}
.fd-header.is-scrolled { box-shadow: 0 10px 30px rgba(23,23,50,.08); }
.fd-header__inner { align-items: center; display: flex; height: 76px; justify-content: space-between; }
.fd-logo { align-items: center; display: inline-flex; flex: 0 0 auto; gap: 10px; }
.fd-logo img { height: 48px; object-fit: contain; width: auto; }
.fd-logo__mark { align-items: center; color: var(--fd-accent); display: inline-flex; height: 38px; justify-content: center; width: 38px; }
.fd-logo__mark svg { height: 100%; width: 100%; }
.fd-logo strong { color: var(--fd-pink); font-family: Georgia, serif; font-size: 26px; }
.fd-nav { align-items: center; display: flex; gap: 38px; }
.fd-nav a { color: #15192d; font-size: 14px; font-weight: 650; position: relative; }
.fd-nav a::after { background: linear-gradient(90deg,var(--fd-accent),var(--fd-pink)); bottom: -9px; content: ""; height: 2px; left: 50%; position: absolute; transform: translateX(-50%) scaleX(0); transition: transform .2s ease; width: 100%; }
.fd-nav a:hover::after,
.fd-nav a:focus-visible::after { transform: translateX(-50%) scaleX(1); }
.fd-button { align-items: center; background: linear-gradient(110deg,var(--fd-accent),var(--fd-pink),var(--fd-primary)); border: 0; border-radius: 10px; color: #fff !important; display: inline-flex; font-size: 14px; font-weight: 750; gap: 8px; justify-content: center; min-height: 44px; padding: 0 18px; transition: transform .2s ease, box-shadow .2s ease; }
.fd-button:hover { box-shadow: 0 10px 26px rgba(109,40,217,.25); transform: translateY(-2px); }
.fd-button span { align-items: center; display: inline-flex; }
.fd-button svg { height: 16px; width: 16px; }
.fd-menu-button { background: transparent; border: 0; color: var(--fd-ink); cursor: pointer; display: none; height: 42px; padding: 8px; width: 42px; }
.fd-menu-button svg { height: 100%; width: 100%; }
.fd-menu-close { display: none; }
.fd-menu-button[aria-expanded="true"] .fd-menu-open { display: none; }
.fd-menu-button[aria-expanded="true"] .fd-menu-close { display: block; }
.fd-mobile-menu { background: #fff; border-top: 1px solid var(--fd-line); display: none; padding: 12px 24px 24px; }
.fd-mobile-menu a:not(.fd-button) { border-bottom: 1px solid var(--fd-line); display: block; font-weight: 650; padding: 14px 0; }
.fd-mobile-menu .fd-button { margin-top: 18px; width: 100%; }

.fd-hero {
    background:
        radial-gradient(circle at 18% 20%, rgba(255,90,31,.08), transparent 22%),
        radial-gradient(circle at 84% 28%, rgba(109,40,217,.1), transparent 29%),
        linear-gradient(115deg,#fff 0%,#fff9f7 46%,#fbf8ff 100%);
    min-height: 640px;
    overflow: hidden;
    position: relative;
}
.fd-hero::before { background-image: radial-gradient(rgba(109,40,217,.11) 1px,transparent 1px); background-size: 18px 18px; content: ""; inset: 0 0 auto 48%; height: 100%; mask-image: linear-gradient(90deg,transparent,#000 55%); opacity: .25; position: absolute; }
.fd-hero__grid { align-items: center; display: grid; grid-template-columns: 49% 51%; min-height: 640px; position: relative; }
.fd-hero__copy { padding: 54px 20px 56px 0; position: relative; z-index: 5; }
.fd-eyebrow { align-items: center; background: #fff; border: 1px solid #e8e0f4; border-radius: 999px; box-shadow: 0 6px 18px rgba(45,31,80,.06); display: inline-flex; font-size: 13px; font-weight: 700; gap: 8px; margin-bottom: 18px; padding: 8px 13px; }
.fd-eyebrow span { color: var(--fd-primary); display: inline-flex; }
.fd-eyebrow svg { fill: rgba(109,40,217,.16); height: 17px; width: 17px; }
.fd-hero h1 { font-size: clamp(47px,5vw,72px); letter-spacing: -3.4px; line-height: .98; margin: 0; max-width: 610px; }
.fd-hero h1 span { background: linear-gradient(100deg,var(--fd-accent),var(--fd-pink),var(--fd-primary)); -webkit-background-clip: text; background-clip: text; color: transparent; display: block; padding-bottom: 6px; }
.fd-hero__description { color: var(--fd-muted); font-size: 17px; line-height: 1.7; margin: 20px 0 26px; max-width: 590px; }
.fd-stats { display: grid; gap: 12px; grid-template-columns: repeat(4,minmax(0,1fr)); margin-bottom: 27px; max-width: 620px; }
.fd-stat { align-items: center; display: flex; gap: 10px; min-width: 0; }
.fd-stat__icon { align-items: center; color: var(--fd-accent); display: inline-flex; flex: 0 0 auto; height: 30px; justify-content: center; width: 30px; }
.fd-stat__icon svg { height: 100%; width: 100%; }
.fd-stat > span:last-child { display: flex; flex-direction: column; min-width: 0; }
.fd-stat strong { font-size: 17px; line-height: 1.1; }
.fd-stat small { color: var(--fd-muted); font-size:14px; line-height: 1.3; margin-top: 3px; }
.fd-download-row { align-items: center; display: flex; gap: 14px; }
.fd-store-buttons { display: flex; flex-wrap: wrap; gap: 11px; }
.fd-store-button { align-items: center; background: #050505; border: 1px solid #1c1c1c; border-radius: 7px; color: #fff !important; display: inline-flex; gap: 10px; height: 53px; min-width: 151px; padding: 7px 13px; transition: transform .2s ease, box-shadow .2s ease; }
.fd-store-button:hover { box-shadow: 0 9px 22px rgba(0,0,0,.18); transform: translateY(-2px); }
.fd-store-button__symbol { align-items: center; display: inline-flex; font-size: 22px; height: 31px; justify-content: center; width: 25px; }
.fd-store-button__symbol--play { color: #5ee65e; font-size: 20px; text-shadow: -4px 0 #2a93ff, 3px 0 #ffd32a; }
.fd-store-button > span:last-child { display: flex; flex-direction: column; line-height: 1; }
.fd-store-button small { font-size:12px; letter-spacing: .2px; margin-bottom: 4px; }
.fd-store-button strong { font-size: 17px; font-weight: 560; white-space: nowrap; }
.fd-qr-card { align-items: center; background: #fff; border: 1px solid #e1e1e8; border-radius: 7px; display: flex; flex-direction: column; height: 77px; justify-content: center; padding: 5px; width: 73px; }
.fd-qr-card img,
.fd-qr-placeholder { height: 51px; object-fit: cover; width: 51px; }
.fd-qr-card small { font-size:12px; margin-top: 3px; white-space: nowrap; }
.fd-qr-placeholder { background: conic-gradient(from 90deg at 25% 25%,#111 0 25%,#fff 0 50%,#111 0 75%,#fff 0) 0 0/12px 12px; border: 4px solid #111; box-shadow: inset 0 0 0 3px #fff; display: block; position: relative; }
.fd-qr-placeholder::before,
.fd-qr-placeholder::after { background: #fff; border: 4px solid #111; box-shadow: inset 0 0 0 3px #fff; content: ""; height: 13px; position: absolute; width: 13px; }
.fd-qr-placeholder::before { left: 3px; top: 3px; }
.fd-qr-placeholder::after { bottom: 3px; right: 3px; }
.fd-trust { margin-top: 21px; }
.fd-trust > small { color: var(--fd-muted); display: block; font-size:14px; margin-bottom: 9px; }
.fd-trust__row { align-items: center; display: flex; gap: 11px; }
.fd-avatar-stack { display: flex; padding-left: 6px; }
.fd-avatar-stack span { align-items: center; background: linear-gradient(145deg,#ffd0bf,#7d3fd0); border: 2px solid #fff; border-radius: 50%; color: #fff; display: inline-flex; font-size:12px; font-weight: 800; height: 27px; justify-content: center; margin-left: -7px; width: 27px; }
.fd-avatar-stack span:nth-child(2n) { background: linear-gradient(145deg,#f7d977,#ed6c4e); }
.fd-stars { color: #f6a800; font-size: 17px; letter-spacing: 2px; }
.fd-trust__row strong { font-size: 12px; }

.fd-hero__visual { align-self: stretch; min-height: 640px; position: relative; }
.fd-phone { background: #101114; border: 3px solid #24252a; border-radius: 45px; box-shadow: 0 30px 60px rgba(18,15,31,.28), inset 0 0 0 2px #777; height: 566px; left: 10%; overflow: hidden; padding: 10px; position: absolute; top: 36px; transform: rotate(5deg); width: 276px; z-index: 5; }
.fd-phone__notch { background: #070707; border-radius: 0 0 17px 17px; height: 24px; left: 50%; position: absolute; top: 7px; transform: translateX(-50%); width: 104px; z-index: 4; }
.fd-phone__screen { background: #fff; border-radius: 34px; height: 100%; overflow: hidden; width: 100%; }
.fd-phone__screen img { height: 100%; object-fit: cover; object-position: center top; width: 100%; }
.fd-benefit-list { bottom: 95px; display: grid; gap: 12px; position: absolute; right: 0; width: 235px; z-index: 8; }
.fd-benefit { align-items: center; backdrop-filter: blur(9px); background: rgba(255,255,255,.92); border: 1px solid rgba(230,225,240,.95); border-radius: 12px; box-shadow: 0 12px 30px rgba(44,32,75,.11); display: flex; gap: 13px; min-height: 67px; padding: 12px 14px; }
.fd-benefit > span { align-items: center; border-radius: 10px; color: var(--fd-primary); display: inline-flex; flex: 0 0 auto; height: 37px; justify-content: center; width: 37px; }
.fd-benefit:nth-child(1) > span { background: #f0e7ff; color: #7c3aed; }
.fd-benefit:nth-child(2) > span { background: #fff0e9; color: var(--fd-accent); }
.fd-benefit:nth-child(3) > span { background: #fff5d9; color: #ec9e00; }
.fd-benefit:nth-child(4) > span { background: #e3faee; color: #1faa65; }
.fd-benefit svg { height: 23px; width: 23px; }
.fd-benefit div { display: flex; flex-direction: column; min-width: 0; }
.fd-benefit strong { font-size: 13px; line-height: 1.25; }
.fd-benefit small { color: var(--fd-muted); font-size:13px; line-height: 1.35; margin-top: 3px; }
.fd-mandala { border: 2px solid rgba(255,90,31,.13); border-radius: 50%; height: 270px; left: -56px; position: absolute; top: 140px; width: 270px; }
.fd-mandala::before,
.fd-mandala::after { border: 2px dotted rgba(109,40,217,.14); border-radius: 50%; content: ""; inset: 22px; position: absolute; transform: rotate(18deg); }
.fd-mandala::after { inset: 54px; transform: rotate(45deg); }
.fd-hero-diya { align-items: center; background: radial-gradient(circle,#ffad35 0 12%,#f36c21 13% 28%,#7b174f 65%,transparent 66%); bottom: -39px; color: #fff; display: flex; height: 190px; justify-content: center; position: absolute; right: -55px; transform: rotate(-7deg); width: 240px; z-index: 3; }
.fd-hero-diya svg { filter: drop-shadow(0 0 10px #ffc766); height: 115px; width: 115px; }
.fd-petal { background: linear-gradient(145deg,#ff8caa,#ff426f); border-radius: 80% 10% 80% 10%; height: 12px; opacity: .75; position: absolute; transform: rotate(25deg); width: 20px; z-index: 2; }
.fd-petal--1 { left: 47%; top: 105px; }
.fd-petal--2 { left: 42%; top: 525px; transform: rotate(-22deg); }
.fd-petal--3 { right: 8%; top: 80px; transform: rotate(62deg); }
.fd-petal--4 { right: 2%; top: 255px; transform: rotate(20deg); }

.fd-section { padding: 55px 0; }
.fd-section-title { align-items: center; display: flex; font-size: clamp(24px,2.3vw,34px); gap: 13px; justify-content: center; margin: 0 0 35px; text-align: center; }
.fd-section-title > span { background: linear-gradient(90deg,transparent,var(--fd-accent)); height: 1px; max-width: 50px; position: relative; width: 50px; }
.fd-section-title > span::after { background: var(--fd-accent); border-radius: 50%; content: ""; height: 4px; position: absolute; right: -2px; top: -1.5px; width: 4px; }
.fd-section-title > span:last-child { background: linear-gradient(90deg,var(--fd-accent),transparent); }
.fd-section-title > span:last-child::after { left: -2px; right: auto; }
.fd-features { background: #fff; }
.fd-feature-grid { display: grid; gap: 14px; grid-template-columns: repeat(6,minmax(0,1fr)); }
.fd-feature-card { background: #fff; border: 1px solid #e9e9ef; border-radius: 14px; box-shadow: 0 7px 24px rgba(30,25,55,.035); min-height: 220px; padding: 20px 16px; text-align: center; transition: transform .2s ease, box-shadow .2s ease; }
.fd-feature-card:hover { box-shadow: 0 16px 35px rgba(43,31,77,.1); transform: translateY(-5px); }
.fd-feature-card__icon { align-items: center; border-radius: 12px; display: inline-flex; height: 50px; justify-content: center; margin-bottom: 14px; width: 50px; }
.fd-feature-card__icon svg { height: 29px; width: 29px; }
.fd-feature-card h3 { font-size: 15px; line-height: 1.3; margin: 0 0 10px; }
.fd-feature-card p { color: var(--fd-muted); font-size:14px; line-height: 1.65; margin: 0; }
.fd-tone-1 { background: #efe7ff; color: #7c3aed; }
.fd-tone-2 { background: #ffe4ee; color: #e91e63; }
.fd-tone-3 { background: #e7f1ff; color: #3b82f6; }
.fd-tone-4 { background: #fff0e5; color: #f97316; }
.fd-tone-5 { background: #ffe4eb; color: #ef2959; }
.fd-tone-6 { background: #e0f8ec; color: #13a86b; }

.fd-screenshots { background: linear-gradient(180deg,#fff,#fcfaff); padding-top: 25px; }
.fd-screen-grid { align-items: end; display: grid; gap: 18px; grid-template-columns: repeat(5,minmax(0,1fr)); }
.fd-screen-card { text-align: center; }
.fd-screen-card h3 { font-size: 12px; margin: 0 0 10px; }
.fd-screen-card__phone { background: #111; border: 2px solid #121316; border-radius: 23px 23px 0 0; box-shadow: 0 15px 30px rgba(27,20,48,.13); height: 324px; margin: 0 auto; max-width: 205px; overflow: hidden; padding: 7px 7px 0; position: relative; }
.fd-screen-card__phone img { background: #fff; border-radius: 17px 17px 0 0; height: 100%; object-fit: cover; object-position: top center; width: 100%; }
.fd-screen-card__camera { background: #111; border-radius: 999px; height: 5px; left: 50%; position: absolute; top: 11px; transform: translateX(-50%); width: 34px; z-index: 2; }

.fd-how { background: #fff; padding-top: 35px; }
.fd-step-grid { border: 1px solid #e9e8ef; border-radius: 15px; box-shadow: 0 8px 25px rgba(25,20,45,.035); display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); padding: 18px 13px; }
.fd-step { align-items: center; display: grid; gap: 12px; grid-template-columns: 58px 1fr auto; min-height: 92px; padding: 6px 11px; position: relative; }
.fd-step__icon { align-items: center; border-radius: 50%; display: inline-flex; height: 58px; justify-content: center; width: 58px; }
.fd-step__icon svg { height: 31px; width: 31px; }
.fd-step small { color: var(--fd-muted); display: block; font-size:12px; margin-bottom: 2px; }
.fd-step h3 { font-size: 13px; margin: 0 0 5px; }
.fd-step p { color: var(--fd-muted); font-size:12px; line-height: 1.45; margin: 0; }
.fd-step__arrow { align-items: center; color: #9b9cab; display: inline-flex; margin-left: 4px; }
.fd-step__arrow svg { height: 24px; width: 24px; }

.fd-reviews { background: linear-gradient(180deg,#fff,#fffafb); padding-top: 38px; }
.fd-review-grid { display: grid; gap: 25px; grid-template-columns: repeat(3,minmax(0,1fr)); }
.fd-review-card { background: linear-gradient(135deg,#fff,#fff8f8); border: 1px solid #f2e9ed; border-radius: 15px; display: grid; gap: 14px; grid-template-columns: 61px 1fr; min-height: 174px; padding: 20px; position: relative; }
.fd-review-card__avatar { align-items: center; background: linear-gradient(145deg,#ffe2d0,#6d28d9); border: 3px solid #fff; border-radius: 50%; box-shadow: 0 5px 15px rgba(45,28,74,.14); display: flex; height: 61px; justify-content: center; overflow: hidden; width: 61px; }
.fd-review-card__avatar img { height: 100%; object-fit: cover; width: 100%; }
.fd-review-card__avatar span { color: #fff; font-size: 18px; font-weight: 800; }
.fd-review-card .fd-stars { font-size: 13px; letter-spacing: 1px; }
.fd-review-card p { color: #414658; font-size:14px; line-height: 1.55; margin: 7px 0 10px; }
.fd-review-card strong { display: block; font-size:14px; }
.fd-review-card small { color: var(--fd-muted); display: block; font-size:12px; margin-top: 2px; }
.fd-review-card__quote { bottom: 6px; color: #f4c9cf; font-family: Georgia,serif; font-size: 49px; line-height: 1; position: absolute; right: 15px; }

.fd-faq { background: #fff; padding-top: 30px; }
.fd-faq-list { display: grid; gap: 12px; }
.fd-faq details { background: #fff; border: 1px solid #e8e8ef; border-radius: 12px; padding: 0 18px; }
.fd-faq summary { align-items: center; cursor: pointer; display: flex; font-size: 14px; font-weight: 700; justify-content: space-between; list-style: none; padding: 17px 0; }
.fd-faq summary::-webkit-details-marker { display: none; }
.fd-faq summary span { color: var(--fd-primary); font-size: 23px; font-weight: 400; transition: transform .2s ease; }
.fd-faq details[open] summary span { transform: rotate(45deg); }
.fd-faq details p { border-top: 1px solid #ececf2; color: var(--fd-muted); font-size: 13px; line-height: 1.7; margin: 0; padding: 14px 0 18px; }

.fd-download-banner { padding: 12px 18px 0; }
.fd-download-banner__inner { align-items: center; background: linear-gradient(105deg,#b41361,#5b25a5,#2d1a72); border-radius: 12px 12px 0 0; color: #fff; display: grid; gap: 24px; grid-template-columns: 190px 1fr auto 90px; min-height: 123px; overflow: hidden; padding-bottom: 14px; padding-top: 14px; position: relative; }
.fd-download-banner__inner::after { border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; height: 180px; position: absolute; right: -65px; top: -40px; width: 180px; }
.fd-download-banner__art { align-self: stretch; margin: -14px 0 -14px -24px; overflow: hidden; }
.fd-download-banner__art img { height: 100%; object-fit: cover; width: 100%; }
.fd-download-banner__copy h2 { font-size: 27px; margin: 0 0 7px; }
.fd-download-banner__copy p { font-size: 12px; margin: 0; opacity: .9; }
.fd-store-buttons--banner { flex-wrap: nowrap; }
.fd-store-buttons--banner .fd-store-button { height: 49px; min-width: 146px; }
.fd-qr-card--banner { height: 83px; width: 77px; z-index: 2; }

.fd-footer { background: radial-gradient(circle at 70% 30%,rgba(90,47,151,.28),transparent 33%),#111334; color: #fff; padding: 35px 0 13px; }
.fd-footer__grid { display: grid; gap: 34px; grid-template-columns: 1.4fr .72fr .72fr .76fr 1.45fr; }
.fd-logo--footer img { filter: brightness(1.7) saturate(.8); height: 45px; }
.fd-footer__brand p,
.fd-footer__newsletter p { color: #c9caDA; font-size:14px; line-height: 1.65; margin: 13px 0; }
.fd-socials { display: flex; gap: 8px; }
.fd-socials a { align-items: center; background: rgba(255,255,255,.16); border-radius: 50%; display: inline-flex; font-size:14px; height: 26px; justify-content: center; transition: background .2s ease; width: 26px; }
.fd-socials a:hover { background: var(--fd-pink); }
.fd-footer h3 { font-size: 12px; margin: 4px 0 14px; }
.fd-footer__links { display: flex; flex-direction: column; gap: 7px; }
.fd-footer__links a { color: #d7d8e4; font-size:13px; }
.fd-footer__links a:hover { color: #fff; text-decoration: underline; }
.fd-footer__newsletter form { display: flex; margin-top: 16px; }
.fd-footer__newsletter input { border: 0; border-radius: 6px 0 0 6px; color: #222; min-width: 0; outline: none; padding: 11px 12px; width: 100%; }
.fd-footer__newsletter button { background: linear-gradient(90deg,var(--fd-accent),var(--fd-pink)); border: 0; border-radius: 0 6px 6px 0; color: #fff; cursor: pointer; font-size:13px; font-weight: 700; padding: 0 18px; }
.fd-newsletter-message { color: #fff; display: block; font-size:13px; margin-top: 8px; min-height: 14px; }
.fd-footer__bottom { align-items: center; border-top: 1px solid rgba(255,255,255,.1); color: #b9bac9; display: flex; font-size:12px; justify-content: space-between; margin-top: 25px; padding-top: 13px; }
.fd-footer__bottom a:hover { color: #fff; }

@media (max-width: 1160px) {
    .fd-nav { gap: 24px; }
    .fd-hero__grid { grid-template-columns: 52% 48%; }
    .fd-phone { left: 4%; }
    .fd-benefit-list { right: -12px; width: 215px; }
    .fd-feature-grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
    .fd-feature-card { min-height: 180px; }
    .fd-step-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .fd-step:nth-child(2) .fd-step__arrow { display: none; }
    .fd-download-banner__inner { grid-template-columns: 150px 1fr auto; }
    .fd-qr-card--banner { display: none; }
    .fd-footer__grid { grid-template-columns: 1.2fr repeat(3,.65fr) 1.25fr; gap: 24px; }
}

@media (max-width: 920px) {
    .fd-nav,
    .fd-button--header { display: none; }
    .fd-menu-button { display: block; }
    .fd-mobile-menu.is-open { display: block; }
    .fd-hero__grid { grid-template-columns: 1fr; padding-bottom: 35px; }
    .fd-hero__copy { padding: 55px 0 20px; text-align: center; }
    .fd-eyebrow { margin-left: auto; margin-right: auto; }
    .fd-hero h1,
    .fd-hero__description,
    .fd-stats { margin-left: auto; margin-right: auto; }
    .fd-download-row,
    .fd-trust__row { justify-content: center; }
    .fd-trust { text-align: center; }
    .fd-hero__visual { min-height: 610px; }
    .fd-phone { left: 50%; transform: translateX(-64%) rotate(4deg); }
    .fd-benefit-list { right: 8%; }
    .fd-mandala { left: 12%; }
    .fd-screen-grid { gap: 14px; grid-template-columns: repeat(3,minmax(0,1fr)); row-gap: 28px; }
    .fd-screen-card__phone { height: 330px; }
    .fd-review-grid { grid-template-columns: 1fr; }
    .fd-review-card { min-height: auto; }
    .fd-download-banner__inner { grid-template-columns: 130px 1fr; }
    .fd-store-buttons--banner { grid-column: 1 / -1; justify-content: center; }
    .fd-footer__grid { grid-template-columns: 1.5fr repeat(3,1fr); }
    .fd-footer__newsletter { grid-column: 1 / -1; max-width: 540px; }
}

@media (max-width: 680px) {
    .fd-container { padding-left: 18px; padding-right: 18px; }
    .fd-header__inner { height: 66px; }
    .fd-logo img { height: 41px; max-width: 175px; }
    .fd-hero h1 { font-size: 47px; letter-spacing: -2.5px; }
    .fd-hero__description { font-size: 15px; }
    .fd-stats { grid-template-columns: repeat(2,minmax(0,1fr)); max-width: 430px; row-gap: 18px; }
    .fd-stat { justify-content: center; }
    .fd-download-row { flex-direction: column; }
    .fd-store-buttons { justify-content: center; }
    .fd-qr-card { height: 86px; width: 82px; }
    .fd-hero__visual { min-height: 670px; }
    .fd-phone { height: 535px; transform: translateX(-50%) rotate(2deg); width: 263px; }
    .fd-benefit-list { bottom: 10px; grid-template-columns: repeat(2,minmax(0,1fr)); left: 0; right: 0; width: 100%; }
    .fd-benefit { min-height: 78px; padding: 10px; }
    .fd-benefit > span { height: 32px; width: 32px; }
    .fd-benefit strong { font-size:14px; }
    .fd-benefit small { font-size:12px; }
    .fd-hero-diya { display: none; }
    .fd-section { padding: 44px 0; }
    .fd-section-title { font-size: 24px; gap: 8px; }
    .fd-section-title > span { width: 28px; }
    .fd-feature-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .fd-feature-card { min-height: 200px; }
    .fd-screen-grid { display: flex; margin-left: -18px; margin-right: -18px; overflow-x: auto; padding: 0 18px 22px; scroll-snap-type: x mandatory; }
    .fd-screen-card { flex: 0 0 210px; scroll-snap-align: center; }
    .fd-step-grid { grid-template-columns: 1fr; }
    .fd-step { grid-template-columns: 58px 1fr; }
    .fd-step__arrow { display: none; }
    .fd-review-card { grid-template-columns: 52px 1fr; padding: 17px; }
    .fd-review-card__avatar { height: 52px; width: 52px; }
    .fd-download-banner { padding-left: 0; padding-right: 0; }
    .fd-download-banner__inner { border-radius: 0; grid-template-columns: 1fr; padding: 24px 18px; text-align: center; }
    .fd-download-banner__art { display: none; }
    .fd-download-banner__copy h2 { font-size: 25px; }
    .fd-store-buttons--banner { grid-column: auto; }
    .fd-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .fd-footer__brand,
    .fd-footer__newsletter { grid-column: 1 / -1; }
    .fd-footer__bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
    .fd-hero h1 { font-size: 40px; }
    .fd-store-buttons { width: 100%; }
    .fd-store-button { flex: 1 1 145px; min-width: 0; }
    .fd-store-button strong { font-size: 15px; }
    .fd-feature-grid { grid-template-columns: 1fr; }
    .fd-feature-card { min-height: auto; }
    .fd-benefit-list { grid-template-columns: 1fr; }
    .fd-hero__visual { min-height: 810px; }
    .fd-footer__grid { grid-template-columns: 1fr; }
    .fd-footer__brand,
    .fd-footer__newsletter { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *,*::before,*::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Premium motion and interaction layer. */
.fd-header{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}
.fd-button,.fd-store-button{overflow:hidden;position:relative}.fd-button::before,.fd-store-button::before{background:linear-gradient(110deg,transparent 15%,rgba(255,255,255,.35) 45%,transparent 75%);content:"";height:180%;left:-90%;position:absolute;top:-40%;transform:rotate(12deg);transition:left .65s cubic-bezier(.2,.7,.2,1);width:55%}.fd-button:hover::before,.fd-store-button:hover::before{left:125%}
.fd-hero::after{background:radial-gradient(circle at var(--fd-pointer-x,75%) var(--fd-pointer-y,28%),rgba(255,255,255,.62),transparent 19%);content:"";inset:0;opacity:.72;pointer-events:none;position:absolute;transition:opacity .4s ease}.fd-hero__grid{z-index:2}.fd-hero__visual{perspective:1000px}.fd-mandala{animation:fdMandalaSpin 32s linear infinite}.fd-phone{animation:fdPhoneFloat 6.5s ease-in-out infinite;transform-origin:center center}.fd-benefit{box-shadow:0 16px 36px rgba(42,30,75,.1);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s ease,border-color .35s ease}.fd-benefit:hover{border-color:rgba(109,40,217,.24);box-shadow:0 22px 45px rgba(42,30,75,.18);transform:translate3d(-8px,-4px,0)}.fd-benefit:nth-child(2){animation-delay:.5s}.fd-benefit:nth-child(3){animation-delay:1s}.fd-benefit:nth-child(4){animation-delay:1.5s}.fd-petal{animation:fdPetalDrift 9s ease-in-out infinite}.fd-petal--2{animation-delay:-2s}.fd-petal--3{animation-delay:-4s}.fd-petal--4{animation-delay:-6s}.fd-hero-diya{animation:fdDiyaGlow 3.2s ease-in-out infinite}.fd-feature-card,.fd-review-card,.fd-faq details,.fd-step,.fd-screen-card{transition:border-color .35s ease,box-shadow .35s ease,transform .35s cubic-bezier(.2,.8,.2,1)}.fd-feature-card:hover,.fd-review-card:hover{border-color:rgba(109,40,217,.18);box-shadow:0 22px 46px rgba(30,24,64,.12);transform:translateY(-7px)}.fd-feature-card__icon{transition:transform .4s cubic-bezier(.2,.8,.2,1)}.fd-feature-card:hover .fd-feature-card__icon{transform:translateY(-4px) rotate(-5deg) scale(1.06)}.fd-screen-card__phone{box-shadow:0 18px 38px rgba(22,18,45,.12);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease}.fd-screen-card:hover .fd-screen-card__phone{box-shadow:0 28px 55px rgba(22,18,45,.2);transform:translateY(-9px) rotate(.6deg)}.fd-step:hover{transform:translateY(-5px)}.fd-step__icon{transition:transform .35s ease}.fd-step:hover .fd-step__icon{transform:scale(1.08) rotate(-4deg)}.fd-faq details[open]{border-color:rgba(109,40,217,.22);box-shadow:0 14px 30px rgba(32,25,67,.08)}.fd-download-banner__inner{isolation:isolate}.fd-download-banner__inner::before{animation:fdBannerGlow 7s ease-in-out infinite;background:radial-gradient(circle,rgba(255,255,255,.23),transparent 64%);content:"";height:250px;left:35%;position:absolute;top:-130px;width:380px;z-index:-1}.fd-socials a{transition:background .25s ease,transform .25s ease}.fd-socials a:hover{transform:translateY(-3px) rotate(-5deg)}
.fd-reveal{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.2,.7,.2,1),transform .8s cubic-bezier(.2,.7,.2,1)}.fd-reveal.fd-reveal--left{transform:translateX(-35px)}.fd-reveal.fd-reveal--right{transform:translateX(35px)}.fd-reveal.is-visible{opacity:1;transform:none}.fd-reveal-stagger>*{opacity:0;transform:translateY(20px);transition:opacity .65s cubic-bezier(.2,.7,.2,1),transform .65s cubic-bezier(.2,.7,.2,1)}.fd-reveal-stagger.is-visible>*{opacity:1;transform:none}.fd-reveal-stagger.is-visible>*:nth-child(2){transition-delay:.07s}.fd-reveal-stagger.is-visible>*:nth-child(3){transition-delay:.14s}.fd-reveal-stagger.is-visible>*:nth-child(4){transition-delay:.21s}.fd-reveal-stagger.is-visible>*:nth-child(5){transition-delay:.28s}.fd-reveal-stagger.is-visible>*:nth-child(6){transition-delay:.35s}
@keyframes fdPhoneFloat{0%,100%{transform:rotate(5deg) translate3d(0,0,0)}50%{transform:rotate(3.5deg) translate3d(0,-11px,0)}}@keyframes fdMandalaSpin{to{transform:rotate(360deg)}}@keyframes fdPetalDrift{0%,100%{transform:translate3d(0,0,0) rotate(0)}50%{transform:translate3d(10px,-13px,0) rotate(12deg)}}@keyframes fdDiyaGlow{0%,100%{filter:drop-shadow(0 0 5px rgba(255,90,31,.25));transform:scale(1)}50%{filter:drop-shadow(0 0 16px rgba(255,90,31,.55));transform:scale(1.04)}}@keyframes fdBannerGlow{0%,100%{opacity:.5;transform:translateX(-20px)}50%{opacity:1;transform:translateX(35px)}}
@media(max-width:920px){.fd-phone{animation-name:fdPhoneFloatTablet}@keyframes fdPhoneFloatTablet{0%,100%{transform:translateX(-64%) rotate(4deg) translateY(0)}50%{transform:translateX(-64%) rotate(3deg) translateY(-10px)}}}@media(max-width:680px){.fd-phone{animation-name:fdPhoneFloatMobile}@keyframes fdPhoneFloatMobile{0%,100%{transform:translateX(-50%) rotate(2deg) translateY(0)}50%{transform:translateX(-50%) rotate(1deg) translateY(-8px)}}.fd-benefit:hover{transform:translateY(-3px)}}@media(prefers-reduced-motion:reduce){.fd-phone,.fd-mandala,.fd-petal,.fd-hero-diya,.fd-download-banner__inner::before{animation:none!important}.fd-reveal,.fd-reveal-stagger>*{opacity:1!important;transform:none!important}}
