
.pricing-page{background:#f7f9fd;color:#08162f}
.pricing-hero{padding:150px 0 82px;background:radial-gradient(circle at 85% 10%,rgba(0,140,255,.14),transparent 30%),linear-gradient(180deg,#fff,#f5f9ff)}
.pricing-hero__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,.78fr);gap:54px;align-items:center}
.pricing-hero h1{font-size:clamp(3rem,6vw,5.9rem);line-height:.92;letter-spacing:-.065em;max-width:780px}
.pricing-hero p{margin-top:24px;max-width:700px;font-size:1.08rem;line-height:1.75;color:#5e6e85}
.pricing-hero__panel{padding:30px;border:1px solid #dbe7f5;border-radius:32px;background:#fff;box-shadow:0 28px 70px rgba(8,42,98,.1)}
.pricing-hero__panel h2{font-size:1.4rem}.pricing-hero__panel ul{display:grid;gap:13px;margin-top:22px;list-style:none;padding:0}.pricing-hero__panel li{display:flex;gap:11px;color:#42546c;line-height:1.55}.pricing-hero__panel li::before{content:'✓';color:#0673e8;font-weight:950}
.pricing-section{padding:90px 0}.pricing-intro{text-align:center;max-width:840px;margin:0 auto 42px}.pricing-intro h2{font-size:clamp(2.2rem,4vw,4rem);line-height:1}.pricing-intro p{margin-top:16px;color:#63748a;line-height:1.7}
.price-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.price-card{position:relative;display:flex;flex-direction:column;padding:30px;border:1px solid #d9e5f3;border-radius:30px;background:#fff;box-shadow:0 18px 45px rgba(8,42,98,.06);overflow:hidden;transition:.35s ease}
.price-card:hover{transform:translateY(-7px);box-shadow:0 30px 72px rgba(8,42,98,.12)}.price-card--popular{border:2px solid #0877ed;box-shadow:0 28px 70px rgba(8,119,237,.15)}
.price-badge{display:inline-flex;align-self:flex-start;padding:8px 13px;border-radius:999px;background:#edf6ff;color:#096bd5;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.price-card--popular .price-badge{background:#08356f;color:#fff}
.price-card h3{margin-top:18px;font-size:1.8rem}.price-setup{margin-top:16px;font-size:clamp(2rem,3.2vw,3rem);font-weight:950;letter-spacing:-.04em}.price-setup small{font-size:.78rem;font-weight:700;color:#6d7a8e;letter-spacing:0}.price-monthly{margin-top:8px;color:#0877ed;font-size:1.35rem;font-weight:900}.price-summary{margin-top:14px;color:#5c6c82;line-height:1.55;min-height:50px}
.price-divider{height:1px;background:#e2eaf4;margin:22px 0}.price-label{font-size:.72rem;font-weight:950;letter-spacing:.12em;text-transform:uppercase;color:#7a8799}.price-list{display:grid;gap:11px;margin-top:15px;padding:0;list-style:none}.price-list li{display:flex;gap:10px;line-height:1.45;color:#344860}.price-list li::before{content:'✓';color:#08a53a;font-weight:950}.price-list li.not-included::before{content:'×';color:#db4f55}.price-list li strong{color:#0b1b35}
.price-costs{margin-top:22px;padding:18px;border-radius:20px;background:#f5f8fc;border:1px solid #e1e9f3}.price-cost-row{display:flex;justify-content:space-between;gap:18px;padding:7px 0;color:#4c5d73}.price-cost-row strong{text-align:right;color:#0b1b35}.price-cost-row.total{margin-top:7px;padding-top:13px;border-top:1px solid #dce6f1;font-weight:900}.price-cost-row.total strong{color:#0877ed}.price-free{color:#07953c!important}
.price-card .btn{margin-top:auto;width:100%;justify-content:center;padding-top:15px;padding-bottom:15px}
.price-note{margin-top:36px;padding:24px;border-radius:24px;background:#08172f;color:#d9e7fb;line-height:1.7}.price-note strong{color:#fff}.price-note a{color:#6fc7ff}
.included-renewals{margin-top:28px;padding:28px;border:1px solid #bfe2cb;border-radius:28px;background:linear-gradient(145deg,#f2fff6,#fff)}.included-renewals h3{font-size:1.55rem;color:#086e2b}.included-renewals p{margin-top:10px;color:#486356;line-height:1.7}.included-renewals-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.included-renewals-grid div{padding:17px;border-radius:18px;background:#fff;border:1px solid #d8eee0}.included-renewals-grid strong{display:block}.included-renewals-grid span{display:block;margin-top:5px;color:#65786b;font-size:.82rem;line-height:1.5}
.pricing-table-wrap{overflow:auto;border:1px solid #dbe6f2;border-radius:28px;background:#fff}.pricing-table{width:100%;min-width:840px;border-collapse:collapse}.pricing-table th,.pricing-table td{padding:18px 20px;text-align:left;border-bottom:1px solid #e4ebf4}.pricing-table th{background:#07172f;color:#fff}.pricing-table td:first-child{font-weight:800}.pricing-table .yes{color:#07943c;font-weight:900}.pricing-table .no{color:#b84a51}.pricing-table tr:last-child td{border-bottom:0}
.pricing-faq{max-width:980px;margin:auto}.pricing-faq details{border-bottom:1px solid #d9e3ef;padding:20px 0}.pricing-faq summary{cursor:pointer;font-size:1.05rem;font-weight:900;list-style:none;display:flex;justify-content:space-between;gap:18px}.pricing-faq summary::after{content:'+';color:#0877ed;font-size:1.35rem}.pricing-faq details[open] summary::after{content:'−'}.pricing-faq details p{padding-top:14px;color:#5b6d84;line-height:1.7}
@media(max-width:1000px){.pricing-hero__grid{grid-template-columns:1fr}.price-grid{grid-template-columns:1fr 1fr}.price-card:last-child{grid-column:1/-1}.included-renewals-grid{grid-template-columns:1fr}}
@media(max-width:680px){.pricing-hero{padding-top:120px}.price-grid{grid-template-columns:1fr}.price-card:last-child{grid-column:auto}.price-card{padding:22px}.pricing-section{padding:64px 0}.pricing-hero h1{font-size:clamp(2.65rem,14vw,4.1rem)}}


/* App-store fee disclosure */
.pricing-hero h1{font-size:clamp(3rem,5.6vw,5.45rem);line-height:.95}
.year-one-total{display:grid;gap:4px;margin:16px 0 20px;padding:17px 18px;border:1px solid #cfe0f4;border-radius:18px;background:linear-gradient(145deg,#f8fbff,#eef6ff)}
.year-one-total span{color:#5c6f87;font-size:.72rem;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.year-one-total strong{color:#075fbd;font-size:1.45rem;letter-spacing:-.035em}
.year-one-total small{color:#63758b;line-height:1.45}
.store-fee-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.store-fee-card{padding:30px;border:1px solid #d8e5f3;border-radius:30px;background:#fff;box-shadow:0 18px 48px rgba(8,42,98,.07)}
.store-fee-card__top{display:flex;gap:15px;align-items:center}.store-fee-logo{width:54px;height:54px;display:grid;place-items:center;border-radius:17px;color:#fff;background:linear-gradient(135deg,#0c66d8,#0aa6ff);font-size:1.25rem;font-weight:950}.store-fee-card--apple .store-fee-logo{background:linear-gradient(135deg,#111827,#4b5563)}
.store-fee-card h3{margin-top:5px;font-size:1.25rem}.store-fee-price{display:flex;align-items:baseline;gap:12px;margin-top:25px}.store-fee-price strong{font-size:clamp(2.6rem,5vw,4.4rem);letter-spacing:-.065em}.store-fee-price span{color:#66778d;font-weight:800}.store-fee-inr{margin-top:8px;padding:11px 13px;border-radius:12px;background:#eef7ff;color:#31526f}.store-fee-card p{margin-top:17px;color:#5d6f86;line-height:1.7}.fee-source{display:inline-flex;margin-top:18px;color:#086fdc;font-weight:850}.fee-disclosure{margin-top:22px;padding:20px 22px;border:1px solid #d8e5f3;border-radius:20px;background:#07172f;color:#cbd9ec;line-height:1.65}.fee-disclosure strong{color:#fff}
@media(max-width:760px){.store-fee-grid{grid-template-columns:1fr}.store-fee-card{padding:23px}.store-fee-price{display:grid;gap:3px}}
