.lp * { box-sizing: border-box; margin: 0; padding: 0; }
.lp { font-family: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif; background: #f7f7f5; color: #1a1a2e; }
.lp-nav { display: flex; justify-content: space-between; align-items: center; padding: 1.5rem 4rem; border-bottom: 0.5px solid rgba(0,0,0,0.08); position: sticky; top: 0; background: rgba(247,247,245,0.92); backdrop-filter: blur(12px); z-index: 100; }
.lp-logo { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 800; letter-spacing: -0.5px; color: #1a1a2e; text-decoration: none; }
.lp-logo span { color: #059669; }
.lp-nav-links { display: flex; gap: 2rem; align-items: center; }
.lp-nav-links a { color: rgba(26,26,46,0.45); text-decoration: none; font-size: 14px; }
.lp-nav-links a:hover { color: #1a1a2e; }
.lp-btn-nav { background: #059669; color: #fff; border: none; padding: 8px 20px; border-radius: 6px; font-size: 14px; font-weight: 500; cursor: pointer; }
.lp-btn-nav:hover { opacity: 0.85; }
.lp-hero { padding: 7rem 4rem 5rem; max-width: 900px; margin: 0 auto; text-align: center; }
.lp-badge { display: inline-flex; align-items: center; gap: 6px; background: rgba(5,150,105,0.08); border: 0.5px solid rgba(5,150,105,0.25); color: #059669; font-size: 12px; padding: 5px 14px; border-radius: 100px; margin-bottom: 2rem; font-weight: 500; }
.lp-badge-dot { width: 6px; height: 6px; background: #059669; border-radius: 50%; animation: lp-pulse 2s infinite; }
@keyframes lp-pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.3; } }
.lp h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; line-height: 1.05; letter-spacing: -2px; color: #1a1a2e; margin-bottom: 1.5rem; }
.lp h1 em { font-style: normal; color: #059669; }
.lp-hero-sub { font-size: 18px; color: rgba(26,26,46,0.5); max-width: 520px; margin: 0 auto 2.5rem; line-height: 1.6; font-weight: 300; }
.lp-hero-ctas { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.lp-btn-primary { background: #059669; color: #fff; border: none; padding: 14px 28px; border-radius: 8px; font-size: 15px; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.lp-btn-primary:hover { opacity: 0.85; transform: translateY(-1px); }
.lp-btn-secondary { background: transparent; color: rgba(26,26,46,0.6); border: 0.5px solid rgba(26,26,46,0.2); padding: 14px 28px; border-radius: 8px; font-size: 15px; cursor: pointer; }
.lp-btn-secondary:hover { border-color: rgba(26,26,46,0.4); color: #1a1a2e; }
.lp-hero-note { margin-top: 1.2rem; font-size: 13px; color: rgba(26,26,46,0.3); }
.lp-section { padding: 5rem 4rem; max-width: 1100px; margin: 0 auto; }
.lp-section-label { font-size: 11px; font-weight: 500; letter-spacing: 3px; text-transform: uppercase; color: #059669; margin-bottom: 1rem; }
.lp-section-title { font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.8rem, 3vw, 2.8rem); font-weight: 700; letter-spacing: -1px; color: #1a1a2e; margin-bottom: 1rem; }
.lp-section-sub { font-size: 16px; color: rgba(26,26,46,0.45); max-width: 480px; line-height: 1.7; margin-bottom: 3rem; }
.lp-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: rgba(0,0,0,0.00); border-radius: 16px; overflow: hidden; }
.lp-step { background: #fff; padding: 2.5rem; }
.lp-step-num { font-size: 11px; font-weight: 700; letter-spacing: 2px; color: rgba(5,150,105,0.4); margin-bottom: 1.5rem; }
.lp-step-icon { width: 40px; height: 40px; background: rgba(5,150,105,0.07); border: 0.5px solid rgba(5,150,105,0.18); border-radius: 10px; display: flex; align-items: center; justify-content: center; margin-bottom: 1.2rem; font-size: 18px; }
.lp-step h3 { font-family: Georgia, "Times New Roman", serif; font-size: 16px; font-weight: 700; color: #1a1a2e; margin-bottom: 0.6rem; }
.lp-step p { font-size: 14px; color: rgba(26,26,46,0.45); line-height: 1.6; }
.lp-banks-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 2rem; }
.lp-bank-pill { background: #fff; border: 0.5px solid rgba(0,0,0,0.1); color: rgba(26,26,46,0.55); padding: 8px 18px; border-radius: 100px; font-size: 13px; }
.lp-bank-pill.highlight { background: rgba(5,150,105,0.05); border-color: rgba(5,150,105,0.2); color: #059669; }
.lp-pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: rgba(0,0,0,0.00); border-radius: 16px; overflow: hidden; }
.lp-pricing-card { background: #fff; padding: 2.5rem; position: relative; }
.lp-pricing-card.featured { background: #f0fdf8; border: 1.5px solid rgba(5,150,105,0.25); margin: -1px; z-index: 1; }
.lp-plan-badge { display: inline-block; background: rgba(5,150,105,0.1); color: #059669; font-size: 11px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; padding: 4px 12px; border-radius: 100px; margin-bottom: 1.5rem; }
.lp-plan-name { font-family: Georgia, "Times New Roman", serif; font-size: 20px; font-weight: 700; color: #1a1a2e; margin-bottom: 0.5rem; }
.lp-plan-price { font-family: Georgia, "Times New Roman", serif; font-size: 2.2rem; font-weight: 800; color: #1a1a2e; letter-spacing: -1.5px; margin-bottom: 0.3rem; }
.lp-plan-price span { font-size: 14px; font-weight: 400; color: rgba(26,26,46,0.4); }
.lp-plan-desc { font-size: 13px; color: rgba(26,26,46,0.4); margin-bottom: 2rem; line-height: 1.5; }
.lp-plan-features { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-bottom: 2rem; }
.lp-plan-features li { font-size: 13px; color: rgba(26,26,46,0.6); display: flex; align-items: center; gap: 8px; }
.lp-check { width: 16px; height: 16px; background: rgba(5,150,105,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; font-size: 9px; color: #059669; }
.lp-btn-plan { width: 100%; padding: 12px; border-radius: 8px; font-size: 14px; font-weight: 500; cursor: pointer; transition: all 0.2s; }
.lp-btn-plan.outline { background: transparent; color: rgba(26,26,46,0.6); border: 0.5px solid rgba(26,26,46,0.18); }
.lp-btn-plan.outline:hover { border-color: rgba(26,26,46,0.35); color: #1a1a2e; }
.lp-btn-plan.solid { background: #059669; color: #fff; border: none; }
.lp-btn-plan.solid:hover { opacity: 0.85; }
.lp-divider { height: 0.5px; background: rgba(0,0,0,0.06); margin: 0 4rem; }
.lp-footer { border-top: 0.5px solid rgba(0,0,0,0.06); padding: 2rem 4rem; display: flex; justify-content: space-between; align-items: center; max-width: 1100px; margin: 0 auto; }
.lp-footer-note { font-size: 13px; color: rgba(26,26,46,0.3); }
.lp-footer-links { display: flex; gap: 1.5rem; }
.lp-footer-links a { font-size: 13px; color: rgba(26,26,46,0.3); text-decoration: none; }
.lp-footer-links a:hover { color: #1a1a2e; }
.lp-btn-primary:focus,
.lp-btn-primary:focus-visible,
.lp-btn-secondary:focus,
.lp-btn-secondary:focus-visible {
    outline: none;
}.lp-hero h1:focus,
 .lp-hero h1:focus-visible,
 .lp-hero *:focus,
 .lp-hero *:focus-visible {
     outline: none;
 }