.lp-method { padding: 80px 40px; background: linear-gradient(180deg, #f0f4ff 0%, #fff 100%); }
.lp-method-inner { max-width: 1100px; margin: 0 auto; }
.lp-method h2 { font-size: 2.3em; color: #10195c; text-align: center; margin-bottom: 10px; }
.lp-method .lp-meth-sub { text-align: center; color: #555; font-size: 1.15em; max-width: 700px; margin: 0 auto 50px; line-height: 1.6; }
.lp-method-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
@media (max-width: 768px) { .lp-method-grid { grid-template-columns: 1fr; } }
.lp-meth-step { display: flex; gap: 25px; padding: 35px 30px; align-items: flex-start; position: relative; }
.lp-meth-step:nth-child(odd) { background: #fff; border-right: 3px solid #3c5fd7; }
.lp-meth-step:nth-child(even) { background: #f8f9fc; border-left: 3px solid #ffd700; }
@media (max-width: 768px) { .lp-meth-step:nth-child(odd) { border-right: none; border-left: 3px solid #3c5fd7; } .lp-meth-step:nth-child(even) { border-left: 3px solid #ffd700; } }
.lp-meth-icon { width: 60px; height: 60px; min-width: 60px; border-radius: 16px; display: flex; align-items: center; justify-content: center; font-size: 1.8em; }
.lp-meth-icon.blue { background: linear-gradient(135deg, #e8eeff, #d0dbff); }
.lp-meth-icon.gold { background: linear-gradient(135deg, #fff8e0, #ffe99a); }
.lp-meth-icon.green { background: linear-gradient(135deg, #e0fff0, #a8f0d0); }
.lp-meth-icon.red { background: linear-gradient(135deg, #ffe8e8, #ffb8b8); }
.lp-meth-icon.purple { background: linear-gradient(135deg, #f0e8ff, #d8c0ff); }
.lp-meth-icon.teal { background: linear-gradient(135deg, #e0fff8, #a8f0e0); }
.lp-meth-content h3 { color: #10195c; margin: 0 0 8px; font-size: 1.2em; }
.lp-meth-content p { color: #555; margin: 0; line-height: 1.6; font-size: 0.95em; }
.lp-meth-tag { display: inline-block; background: #e8eeff; color: #3c5fd7; font-size: 0.8em; font-weight: 600; padding: 3px 10px; border-radius: 12px; margin-top: 8px; }
.lp-meth-quote { text-align: center; padding: 40px; margin-top: 40px; background: linear-gradient(135deg, #10195c, #3c5fd7); border-radius: 20px; color: #fff; }
.lp-meth-quote p { font-size: 1.3em; font-style: italic; max-width: 700px; margin: 0 auto 10px; line-height: 1.5; color: #fff; }
.lp-meth-quote .lp-mq-author { font-size: 0.95em; opacity: 0.8; }
