:root { color-scheme: light; font-family: Arial, "Noto Sans Hebrew", system-ui, sans-serif; color: #202124; background: #f8fafd; --blue: #1a73e8; --blue-dark: #174ea6; --soft: #e8f0fe; --line: #dfe4ec; --muted: #5f6368; }
* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; background: linear-gradient(180deg, #fff 0, #f8fafd 45%); }
button { font: inherit; }
.hidden { display: none !important; }
.plans-header { min-height: 76px; display: flex; align-items: center; justify-content: space-between; max-width: 1220px; margin: auto; padding: 12px 24px; }
.brand { display: flex; align-items: center; gap: 10px; color: #202124; text-decoration: none; font-size: 21px; }
.brand span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--blue); font-weight: 800; }
.header-link { color: var(--blue); text-decoration: none; font-weight: 700; }
main { width: min(1180px, calc(100% - 32px)); margin: auto; padding-bottom: 80px; }
.plans-hero { max-width: 760px; margin: 70px auto 45px; text-align: center; }
.eyebrow { color: var(--blue); font-size: 14px; font-weight: 800; }
.plans-hero h1 { margin: 15px 0; font-size: clamp(40px, 5vw, 64px); line-height: 1.08; letter-spacing: -2px; }
.plans-hero > p:last-child { margin: 0; color: var(--muted); font-size: 18px; line-height: 1.7; }
.plan-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; align-items: stretch; }
.plan-card { display: flex; flex-direction: column; min-height: 570px; padding: 28px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 8px 28px rgba(24, 53, 98, .07); }
.plan-card.featured { border: 2px solid var(--blue); box-shadow: 0 14px 38px rgba(26, 115, 232, .16); transform: translateY(-8px); }
.plan-label { display: inline-flex; padding: 6px 11px; border-radius: 999px; color: var(--blue-dark); background: var(--soft); font-size: 12px; font-weight: 800; }
.plan-card h2 { margin: 18px 0 9px; font-size: 27px; }
.price { display: flex; align-items: baseline; gap: 9px; margin: 0; }
.price b { font-size: 36px; }
.price small { color: var(--muted); }
.plan-card ul { display: grid; gap: 14px; margin: 28px 0; padding: 0; list-style: none; }
.plan-card li { position: relative; padding-right: 28px; line-height: 1.5; }
.plan-card li::before { position: absolute; right: 0; content: "✓"; color: var(--blue); font-weight: 900; }
.plan-button { width: 100%; min-height: 52px; margin-top: auto; border: 0; border-radius: 14px; color: #fff; background: var(--blue); cursor: pointer; font-weight: 800; text-decoration: none; display: grid; place-items: center; }
.plan-button.secondary { border: 1px solid #aeb8c8; color: #3c4043; background: #fff; }
.yearly-button { margin-top: 10px; padding: 9px; border: 0; color: var(--blue); background: transparent; cursor: pointer; font-weight: 700; }
.billing-disclosure { max-width: 900px; margin: 34px auto; color: var(--muted); text-align: center; line-height: 1.65; }
.checkout-panel { position: fixed; z-index: 10; inset: 50% auto auto 50%; width: min(520px, calc(100% - 28px)); padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: #fff; box-shadow: 0 28px 80px rgba(10, 32, 70, .28); transform: translate(-50%, -50%); }
.checkout-panel h2 { margin: 0 0 8px; }
.checkout-panel p { color: var(--muted); line-height: 1.55; }
.close-button { position: absolute; top: 12px; left: 14px; width: 38px; height: 38px; border: 0; border-radius: 50%; color: #4d5156; background: #f1f3f4; cursor: pointer; font-size: 25px; }
.return-button { min-height: 48px; display: grid; place-items: center; border-radius: 13px; color: #fff; background: var(--blue); text-decoration: none; font-weight: 800; }
.privacy-box { max-width: 860px; margin: 70px auto 0; padding: 30px; border-radius: 22px; color: #dbe8ff; background: #0b2d68; }
.privacy-box h2 { margin-top: 0; color: #fff; }
.privacy-box p { margin-bottom: 0; line-height: 1.7; }
@media (max-width: 860px) { .plan-grid { grid-template-columns: 1fr; } .plan-card { min-height: auto; } .plan-card.featured { transform: none; } }
@media (max-width: 520px) { .plans-header { padding-inline: 16px; } .plans-hero { margin-top: 42px; } .plans-hero h1 { letter-spacing: -1px; } .plan-card { padding: 23px; border-radius: 20px; } }
