/* Pricing and checkout layouts. */
.pricing-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:30px; }
.price-card { border:1px solid var(--line); border-radius:20px; padding:26px; position:relative; background:#fff; }
.price-card.popular { border:2px solid var(--rose); box-shadow:var(--shadow); }
.popular-label { position:absolute; top:-12px; left:50%; transform:translateX(-50%); background:var(--rose); color:white; border-radius:99px; padding:4px 12px; font-size:10px; font-weight:900; letter-spacing:.7px; }
.price { font-size:45px; letter-spacing:-2px; font-weight:900; margin:10px 0; }
.price small { font-size:13px; color:var(--muted); letter-spacing:0; }
.features { list-style:none; padding:0; margin:23px 0; display:grid; gap:11px; color:#4e4650; }
.features li:before { content:"✓"; color:var(--green); font-weight:900; margin-right:9px; }

.checkout-main { background:linear-gradient(180deg,#fbfbfc 0%,#fff 100%); }
.checkout-page { max-width:1080px;margin:0 auto;padding:0 0 90px; }
.checkout-heading { max-width:710px;margin-bottom:30px; }
.checkout-heading > button { margin-bottom:25px;border:0;background:none;padding:0;color:#687387;font-size:12px;font-weight:750;cursor:pointer; }
.checkout-secure-label { display:flex;align-items:center;gap:7px;color:#667287;font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase; }
.checkout-secure-label svg { width:15px;height:15px;color:#3f9b73; }
.checkout-heading h1 { margin:11px 0 7px;font-size:clamp(38px,5vw,58px);line-height:1;letter-spacing:-2.8px; }
.checkout-heading p { max-width:660px;margin:0;color:#718097;font-size:14px;line-height:1.65; }
.checkout-grid { display:grid;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);gap:22px;align-items:start; }
.checkout-form,.checkout-summary { border:1px solid #dfe4eb;border-radius:18px;background:#fff;box-shadow:0 14px 42px rgba(35,42,55,.07); }
.checkout-form { display:grid;gap:0;overflow:hidden; }
.checkout-form-section { display:grid;gap:16px;padding:24px 26px;border-bottom:1px solid #e8ebf0; }
.checkout-section-head { display:grid;grid-template-columns:34px minmax(0,1fr) auto;align-items:start;gap:11px; }
.checkout-section-head > span { width:30px;height:30px;display:grid;place-items:center;border-radius:50%;background:#202631;color:#fff;font-size:11px;font-weight:900; }
.checkout-section-head h2 { margin:0;color:#202631;font-size:16px;letter-spacing:-.02em; }
.checkout-section-head p { margin:3px 0 0;color:#7d8999;font-size:10px;line-height:1.45; }
.checkout-section-head > b { padding:5px 8px;border-radius:7px;background:#edf8f2;color:#32805e;font-size:8px;letter-spacing:.05em;text-transform:uppercase; }
.checkout-section-head > svg { width:18px;color:#5a687a; }
.checkout-field { display:grid;gap:6px;color:#3f4b5d;font-size:11px;font-weight:800; }
.checkout-field input,.checkout-field select { width:100%;height:49px;border:1px solid #cfd7e2;border-radius:9px;background:#fff;padding:0 12px;color:#263142;outline:none;font:inherit;box-shadow:0 1px 2px rgba(23,30,42,.03); }
.checkout-field input:focus,.checkout-field select:focus { border-color:#6d80a0;box-shadow:0 0 0 3px rgba(76,96,128,.09); }
.checkout-field input.user-invalid,.checkout-field select.user-invalid { border-color:#dd5366;box-shadow:0 0 0 3px rgba(221,83,102,.08); }
.checkout-field small { color:#929cab;font-size:8px;font-weight:650; }
.checkout-payment-method { min-height:72px;display:grid;grid-template-columns:19px 34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px;border:1.5px solid #65738b;border-radius:10px;background:#fafbfc;box-shadow:0 0 0 3px rgba(81,99,129,.06); }
.checkout-card-preview { overflow:hidden;border:1px solid #cfd7e2;border-radius:11px;background:#fff;box-shadow:0 0 0 3px rgba(37,99,235,.05); }
.checkout-card-preview-head { min-height:58px;display:grid;grid-template-columns:19px 34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 12px;border-bottom:1px solid #dce2ea;background:#fafbfc; }
.checkout-card-preview-head > strong { color:#293446;font-size:11px; }
.checkout-card-fields { display:grid;grid-template-columns:1fr 1fr;color:#8792a2; }
.checkout-card-fields > div { min-height:54px;position:relative;display:flex;flex-direction:column;justify-content:center;gap:3px;padding:9px 12px;border-right:1px solid #dce2ea; }
.checkout-card-fields > div:last-child { border-right:0; }
.checkout-card-fields > .checkout-card-number { grid-column:1/-1;border-right:0;border-bottom:1px solid #dce2ea; }
.checkout-card-fields small { color:#6d798b;font-size:8px;font-weight:800; }
.checkout-card-fields span { color:#9aa4b2;font-size:11px;letter-spacing:.04em; }
.checkout-card-fields b { position:absolute;right:12px;bottom:12px;color:#a7b0bd;font-size:11px; }
.checkout-radio { width:17px;height:17px;display:grid;place-items:center;border:1.5px solid #596a86;border-radius:50%; }
.checkout-radio i { width:9px;height:9px;border-radius:50%;background:#596a86; }
.checkout-card-icon { width:32px;height:24px;display:grid;place-items:center;border-radius:5px;background:#eef1f5;color:#556276;font-size:17px; }
.checkout-payment-method strong,.checkout-payment-method small { display:block; }
.checkout-payment-method strong { color:#293446;font-size:11px; }
.checkout-payment-method small { margin-top:3px;color:#7d8999;font-size:8px;line-height:1.4; }
.checkout-card-brands { display:flex;gap:3px; }
.checkout-card-brands b { min-width:28px;padding:4px;border:1px solid #d8dee6;border-radius:4px;background:#fff;color:#546176;text-align:center;font-size:6px; }
.checkout-provider-note { display:flex;align-items:center;gap:10px;margin-top:-7px;padding:11px;border-radius:9px;background:#f4f7f9;color:#556477; }
.checkout-provider-note > svg { width:19px;flex:none;color:#3c936f; }
.checkout-provider-note span,.checkout-provider-note strong,.checkout-provider-note small { display:block; }
.checkout-provider-note strong { font-size:9px; }
.checkout-provider-note small { margin-top:2px;color:#8490a0;font-size:8px; }
.checkout-renewal-note { margin:20px 26px 0;padding:11px 13px;border-radius:9px;background:#f4f7f9;color:#5f6b7c;font-size:9px;line-height:1.5; }
.checkout-renewal-note span,.checkout-renewal-note strong { display:block; }
.checkout-renewal-note strong { margin-bottom:1px;color:#2d394b;font-size:10px; }
.checkout-form-error { margin:12px 26px 0;padding:10px 12px;border:1px solid #f1b5be;border-radius:8px;background:#fff3f5;color:#ae394a;font-size:9px;line-height:1.45; }
.checkout-form-error[hidden] { display:none; }
.checkout-pay { min-height:54px;margin:20px 26px 0;padding:0 17px;display:flex;justify-content:space-between;border-radius:9px;background:#2563eb;box-shadow:0 10px 24px rgba(37,99,235,.25);font-size:12px; }
.checkout-pay:hover { background:#1d4ed8; }
.checkout-pay span { display:flex;align-items:center;gap:8px; }
.checkout-pay svg { width:16px; }
.checkout-pay strong { font-size:13px; }
.checkout-trust { display:flex;justify-content:center;flex-wrap:wrap;gap:9px 15px;margin:12px 26px 0;color:#788496;font-size:8px;font-weight:750; }
.checkout-trust span { display:flex;align-items:center;gap:4px; }
.checkout-trust svg { width:11px;color:#3c936f; }
.checkout-legal { margin:13px 26px 24px;color:#919aa8;font-size:8px;line-height:1.55;text-align:center; }
.checkout-legal a { color:#526177;text-decoration:underline;text-underline-offset:2px; }
.checkout-summary { position:sticky;top:95px;padding:24px; }
.checkout-summary-top { display:grid;grid-template-columns:48px minmax(0,1fr);align-items:center;gap:13px;padding-bottom:18px;border-bottom:1px solid #e5e9ef; }
.checkout-plan-mark { width:48px;height:48px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--rose),#a855f7);color:#fff;font-size:12px;font-weight:900;box-shadow:0 8px 18px rgba(201,61,101,.18); }
.checkout-summary-top small { color:#8b97a7;font-size:7px;font-weight:850;letter-spacing:.08em;text-transform:uppercase; }
.checkout-summary h2 { margin:2px 0 0;font-size:22px;line-height:1.1; }
.checkout-summary-top p { margin:3px 0 0;color:#718097;font-size:9px; }
.checkout-summary-price { display:flex;align-items:end;justify-content:space-between;gap:15px;padding:19px 0 5px; }
.checkout-summary-price > span { color:#677488;font-size:9px; }
.checkout-summary-price > span strong { display:block;color:#263142;font-size:19px; }
.checkout-summary-price > strong { font-size:25px;letter-spacing:-.8px; }
.checkout-summary-price > strong small { margin-left:3px;color:#8b97a7;font-size:8px;font-weight:700;letter-spacing:0; }
.checkout-summary ul { display:grid;gap:9px;margin:17px 0;padding:16px 0;border-top:1px solid #e5e9ef;border-bottom:1px solid #e5e9ef;list-style:none;color:#536176;font-size:9px; }
.checkout-summary li { display:flex;gap:8px; }
.checkout-summary li span { color:#31835f;font-weight:900; }
.checkout-summary-lines { display:grid;gap:8px;padding:2px 0 15px; }
.checkout-summary-lines div { display:flex;justify-content:space-between;gap:15px;color:#6d798b;font-size:9px; }
.checkout-summary-lines strong { color:#344154; }
.checkout-summary-lines small { color:#8b97a7;font-size:8px; }
.checkout-total { display:grid;grid-template-columns:1fr auto;gap:3px;padding:15px 0;border-top:1px solid #dce2e9;border-bottom:1px solid #dce2e9; }
.checkout-total span { color:#354154;font-size:10px;font-weight:850; }
.checkout-total strong { grid-row:1/3;grid-column:2;color:#202b3b;font-size:24px;letter-spacing:-.7px; }
.checkout-total small { color:#8390a2;font-size:7px; }
.checkout-summary > button { margin-top:13px;border:0;background:none;padding:0;color:var(--rose-dark);font-size:9px;font-weight:850;cursor:pointer; }
.checkout-guarantee { display:flex;align-items:center;gap:9px;margin-top:18px;padding:11px;border-radius:10px;background:#f4f7f9;color:#536176; }
.checkout-guarantee > svg { width:18px;flex:none;color:#3c936f; }
.checkout-guarantee span,.checkout-guarantee strong,.checkout-guarantee small { display:block; }
.checkout-guarantee strong { font-size:8px; }
.checkout-guarantee small { margin-top:2px;color:#8792a1;font-size:7px; }
.checkout-offline-backdrop { z-index:430; }
.checkout-offline-modal { position:relative;width:min(490px,100%);padding:31px;border-radius:20px;text-align:center; }
.checkout-offline-mark { width:58px;height:58px;display:grid;place-items:center;margin:0 auto 18px;border-radius:16px;background:#fff1f4;color:var(--rose-dark); }
.checkout-offline-mark svg { width:26px; }
.checkout-offline-modal h2 { margin:0;font-size:28px;letter-spacing:-1px; }
.checkout-offline-modal > p { margin:11px auto 0;color:#6d798b;font-size:12px;line-height:1.65; }
.checkout-offline-note { margin:19px 0;padding:12px;border:1px solid #dce6e1;border-radius:10px;background:#f3faf6;color:#3b745c;font-size:10px;font-weight:750; }
.checkout-offline-actions { display:grid;grid-template-columns:1fr 1fr;gap:8px; }
.pricing-hero { max-width:880px; margin:0 auto; padding:30px 0 35px; text-align:center; }
.pricing-overline { margin-bottom:12px; color:var(--rose); font-size:12px; font-weight:900; letter-spacing:1.6px; text-transform:uppercase; }
.pricing-hero h1 { margin:0; font:italic clamp(45px,5.6vw,76px)/.98 Georgia,serif; letter-spacing:-3.5px; }
.pricing-hero > p { max-width:690px; margin:22px auto; color:var(--muted); font-size:18px; line-height:1.65; }
.billing-switch { width:max-content; margin:27px auto 18px; padding:5px; display:flex; gap:4px; border:1px solid var(--line); border-radius:12px; background:#fff; box-shadow:0 8px 28px rgba(55,31,42,.07); }
.billing-switch button { min-width:132px; padding:10px 14px; border:0; border-radius:8px; background:transparent; color:var(--muted); font-weight:850; cursor:pointer; }
.billing-switch button.active { background:var(--ink); color:#fff; }
.billing-switch span { margin-left:5px; color:#ffabc0; font-size:10px; }
.credit-rule { width:max-content; max-width:100%; margin:0 auto; padding:8px 12px; display:flex; flex-wrap:wrap; justify-content:center; align-items:center; gap:8px; border-radius:8px; background:#fff4f6; color:#695760; font-size:12px; }
.credit-rule strong { color:var(--rose-dark); }
.credit-rule i { width:1px; height:16px; margin:0 4px; background:#e7cdd4; }
.plan-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:12px; align-items:stretch; margin-top:24px; }
.plan-card { position:relative; min-width:0; padding:23px 20px 20px; display:flex; flex-direction:column; border:1px solid var(--line); border-radius:18px; background:#fff; color:inherit; text-decoration:none; cursor:pointer; transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease; }
.plan-card.featured { border:2px solid var(--rose); padding:22px 19px 19px; box-shadow:0 18px 50px rgba(184,49,82,.14); }
.plan-card:hover { border-color:#e9a9b8; box-shadow:0 17px 44px rgba(85,45,62,.1); transform:translateY(-4px); }
.plan-card.featured:hover { border-color:var(--rose); box-shadow:0 22px 58px rgba(184,49,82,.19); }
.plan-card:focus-visible { outline:3px solid rgba(37,99,235,.32); outline-offset:4px; }
.plan-ribbon { position:absolute; top:-14px; left:18px; right:18px; padding:6px 9px; border-radius:8px; background:var(--rose); color:#fff; text-align:center; font-size:10px; font-weight:900; letter-spacing:.5px; text-transform:uppercase; }
.plan-head { display:flex; align-items:flex-start; justify-content:space-between; gap:10px; }
.plan-head h2 { margin:0; font-size:24px; letter-spacing:-1px; }
.plan-head p { margin:2px 0 0; color:var(--muted); font-size:11px; }
.plan-mark { width:34px; height:34px; display:grid; place-items:center; border-radius:9px; background:#fff0f3; color:var(--rose); font-size:11px; font-weight:950; }
.plan-price { margin:25px 0 0; display:flex; align-items:baseline; gap:5px; }
.plan-price strong { font-size:42px; line-height:1; letter-spacing:-2.5px; }
.plan-price span { color:var(--muted); font-size:11px; }
.annual-note { min-height:18px; margin:6px 0 18px; color:var(--muted); font-size:10px; }
.plan-credit { padding:12px; display:flex; align-items:baseline; gap:6px; border-radius:10px; background:var(--soft); }
.plan-credit strong { font-size:21px; }
.plan-credit span { color:var(--muted); font-size:10px; }
.plan-card ul { min-height:178px; margin:20px 0; padding:0; display:grid; align-content:start; gap:11px; list-style:none; }
.plan-card li { display:grid; grid-template-columns:17px 1fr; gap:6px; color:#554b53; font-size:12px; line-height:1.45; }
.plan-card li span { color:var(--green); font-weight:950; }
.plan-card > .btn { width:100%; margin-top:auto; pointer-events:none; }
.plan-card:hover > .btn { transform:translateY(-1px); }
.plan-card > small { min-height:28px; margin-top:11px; color:#9a9097; text-align:center; font-size:9px; line-height:1.4; }
.pricing-section { padding-top:90px; }
.pricing-section-head { max-width:660px; margin-bottom:27px; }
.pricing-section-head > span, .pricing-benefits article span, .pricing-final > span { color:var(--rose); font-size:11px; font-weight:900; letter-spacing:1.4px; text-transform:uppercase; }
.pricing-section-head h2 { margin:7px 0 7px; font:italic clamp(33px,4vw,50px)/1.06 Georgia,serif; letter-spacing:-1.7px; }
.pricing-section-head p { margin:0; color:var(--muted); }
.comparison-wrap { overflow-x:auto; border:1px solid var(--line); border-radius:16px; background:#fff; box-shadow:0 10px 35px rgba(67,36,49,.05); }
.comparison-table { width:100%; min-width:850px; border-collapse:collapse; table-layout:fixed; }
.comparison-table th, .comparison-table td { padding:14px 16px; border-bottom:1px solid var(--line); text-align:center; font-size:12px; }
.comparison-table thead th { padding-top:18px; padding-bottom:18px; color:var(--ink); font-size:14px; }
.comparison-table th:first-child { width:240px; text-align:left; }
.comparison-table tbody th { color:#5c535a; font-weight:700; }
.comparison-table .highlight { background:#fff5f7; }
.comparison-table tbody tr:last-child th, .comparison-table tbody tr:last-child td { border-bottom:0; }
.pack-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:12px; }
.pack-grid article { position:relative; padding:22px; border:1px solid var(--line); border-radius:16px; background:#fff; }
.pack-gem { margin-bottom:14px; color:var(--rose); font-size:20px; }
.pack-grid article > strong { font-size:27px; letter-spacing:-1px; }
.pack-grid article > span { margin-left:5px; color:var(--muted); font-size:11px; }
.pack-grid h3 { margin:5px 0; font-size:20px; }
.pack-grid p { min-height:36px; margin:0 0 17px; color:var(--muted); font-size:11px; }
.pack-grid .btn { width:100%; }
.pack-grid em { position:absolute; top:14px; right:14px; padding:4px 6px; border-radius:6px; background:#eaf8f2; color:var(--green); font-size:9px; font-style:normal; font-weight:900; text-transform:uppercase; }
.pack-note { color:var(--muted); font-size:10px; text-align:center; }
.pricing-benefits { margin-top:90px; border-top:1px solid var(--line); }
.pricing-benefits article { min-height:370px; display:grid; grid-template-columns:1fr 1fr; align-items:center; gap:55px; padding:45px 0; border-bottom:1px solid var(--line); }
.pricing-benefits article > div { max-width:530px; padding:25px; }
.pricing-benefits h2 { margin:9px 0 13px; font:italic clamp(32px,4vw,49px)/1.05 Georgia,serif; letter-spacing:-1.8px; }
.pricing-benefits p { color:var(--muted); font-size:16px; line-height:1.7; }
.pricing-benefits img { width:100%; height:310px; object-fit:cover; border-radius:18px; }
.faq-list { border-top:1px solid var(--line); }
.faq-list details { border-bottom:1px solid var(--line); }
.faq-list summary { padding:20px 3px; display:flex; justify-content:space-between; align-items:center; gap:20px; cursor:pointer; font-size:16px; font-weight:850; list-style:none; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary span { font-size:21px; font-weight:400; transition:.2s; }
.faq-list details[open] summary span { transform:rotate(45deg); }
.faq-list p { max-width:850px; margin:0 0 22px; color:var(--muted); line-height:1.7; }
.pricing-final { margin:90px 0 30px; padding:55px 25px; border:1px solid #f0ccd5; border-radius:20px; background:linear-gradient(135deg,#fff2f5,#fffaf6); text-align:center; }
.pricing-final h2 { margin:8px 0; font:italic clamp(38px,5vw,59px)/1 Georgia,serif; letter-spacing:-2px; }
.pricing-final p { color:var(--muted); }
.pricing-final .btn { min-width:210px; margin-top:12px; }
