.mf-page{min-height:100vh;background-color:#faf8f5;padding:2rem 1.5rem 4rem}.mf-container{width:100%;max-width:720px;margin:0 auto}.mf-hero{text-align:center;padding:3rem 0 2rem;animation:mf-fadein .8s ease .1s both}.mf-title{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:300;color:#2c2416;margin-bottom:1rem;letter-spacing:.3px}.mf-subtitle{font-size:16px;font-weight:300;color:#5a4a35;line-height:1.8;max-width:540px;margin:0 auto 2rem}.mf-note,.mf-subtitle{font-family:Jost,sans-serif}.mf-note{font-size:13px;color:#9c8c7a;margin-top:.75rem}.mf-btn-primary{background:#2c2416;color:#f5efe6;border:none;border-radius:4px;padding:14px 40px;font-family:Jost,sans-serif;font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;cursor:pointer;transition:background .2s ease}.mf-btn-primary:hover{background:#3d3020}.mf-btn-large{padding:18px 48px;font-size:14px}.mf-section{padding:3rem 0;border-bottom:.5px solid #ddd5c8}.mf-section--alt{background:#f5f0ea;margin:0 -1.5rem;padding:3rem 1.5rem;border-bottom:none}.mf-section-title{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;color:#2c2416;text-align:center;margin-bottom:2rem}.mf-features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.5rem;gap:1.5rem;max-width:680px;margin:0 auto}.mf-feature{text-align:center;padding:1.75rem 1.5rem;background:#fffdf9;border:.5px solid #ddd5c8;border-radius:12px;transition:all .3s ease}.mf-feature:hover{transform:translateY(-4px);box-shadow:0 12px 28px rgba(44,36,22,.08);border-color:#c4a882}.mf-feature-icon{margin-bottom:1rem}.mf-feature-icon svg{stroke:#c4a882;width:32px;height:32px}.mf-feature h3{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:500;color:#2c2416;margin-bottom:.5rem}.mf-feature p{font-family:Jost,sans-serif;font-size:14px;font-weight:300;color:#5a4a35;line-height:1.6}.mf-tips-grid{display:grid;grid-gap:1.25rem;gap:1.25rem;max-width:640px;margin:0 auto}.mf-tip{display:flex;gap:1rem;align-items:flex-start;padding:1.25rem;background:#fffdf9;border:.5px solid #ede8e0;border-radius:12px;transition:all .2s ease}.mf-tip:hover{border-color:#c4a882}.mf-tip-icon{flex-shrink:0;margin-top:.1rem}.mf-tip-icon svg{stroke:#c4a882;width:24px;height:24px}.mf-tip-number{display:none}.mf-tip h3{font-family:Cormorant Garamond,serif;font-size:17px;font-weight:500;color:#2c2416;margin-bottom:.25rem}.mf-tip p{font-family:Jost,sans-serif;font-size:14px;font-weight:300;color:#5a4a35;line-height:1.6;margin:0}.mf-steps{display:flex;align-items:center;justify-content:center;gap:1rem;max-width:680px;margin:0 auto;flex-wrap:wrap}.mf-step{text-align:center;flex:1 1;min-width:140px;padding:1.5rem 1rem;background:#fffdf9;border-radius:12px;border:.5px solid #ede8e0}.mf-step-number{display:inline-block;width:36px;height:36px;background:#2c2416;color:#f5efe6;border-radius:50%;font-family:Jost,sans-serif;line-height:36px;text-align:center;margin-bottom:.75rem}.mf-step h3,.mf-step-number{font-weight:500;font-size:16px}.mf-step h3{font-family:Cormorant Garamond,serif;color:#2c2416;margin-bottom:.5rem}.mf-step p{font-family:Jost,sans-serif;font-size:13px;font-weight:300;color:#5a4a35;line-height:1.5}.mf-step-arrow{font-size:24px;color:#c4a882;font-weight:300}.mf-faq{max-width:620px;margin:0 auto}.mf-faq-item{padding:1.25rem 0;border-bottom:.5px solid #ede8e0}.mf-faq-item:last-child{border-bottom:none}.mf-faq-item h3{font-family:Cormorant Garamond,serif;font-size:18px;font-weight:500;color:#2c2416;margin-bottom:.5rem}.mf-faq-item p{font-family:Jost,sans-serif;font-size:14px;font-weight:300;color:#5a4a35;line-height:1.7}.mf-cta-section{text-align:center;padding:3rem 0 2rem}.mf-cta-title{font-family:Cormorant Garamond,serif;font-size:32px;font-weight:400;color:#2c2416;margin-bottom:.75rem}.mf-cta-text{font-family:Jost,sans-serif;font-size:16px;font-weight:300;color:#5a4a35;margin-bottom:2rem}.mf-related{text-align:center;padding-top:2rem;margin-top:2rem;border-top:.5px solid #ddd5c8}.mf-related p{font-family:Jost,sans-serif;font-size:10px;font-weight:500;letter-spacing:2px;text-transform:uppercase;color:#9c8c7a;margin-bottom:.75rem}.mf-related ul{list-style:none;padding:0;display:flex;justify-content:center;gap:1.5rem;flex-wrap:wrap}.mf-related ul li a{font-family:Jost,sans-serif;font-size:14px;font-weight:400;color:#7a6a55;text-decoration:underline;-webkit-text-decoration-style:dotted;text-decoration-style:dotted;text-underline-offset:2px;transition:color .15s ease}.mf-related ul li a:hover{color:#2c2416}@keyframes mf-fadein{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.mf-feature:first-child{opacity:0;animation:mf-fadein .6s ease forwards;animation-delay:.2s}.mf-feature:nth-child(2){opacity:0;animation:mf-fadein .6s ease forwards;animation-delay:.3s}.mf-feature:nth-child(3){opacity:0;animation:mf-fadein .6s ease forwards;animation-delay:.4s}.mf-feature:nth-child(4){opacity:0;animation:mf-fadein .6s ease forwards;animation-delay:.5s}.mf-tip:first-child{opacity:0;animation:mf-fadein .5s ease forwards;animation-delay:.3s}.mf-tip:nth-child(2){opacity:0;animation:mf-fadein .5s ease forwards;animation-delay:.4s}.mf-tip:nth-child(3){opacity:0;animation:mf-fadein .5s ease forwards;animation-delay:.5s}.mf-tip:nth-child(4){opacity:0;animation:mf-fadein .5s ease forwards;animation-delay:.6s}@media (max-width:640px){.mf-features-grid{grid-template-columns:1fr;gap:1rem}.mf-steps{flex-direction:column}.mf-step-arrow{transform:rotate(90deg)}.mf-title{font-size:32px}.mf-section-title{font-size:24px}.mf-related ul{flex-direction:column;gap:.5rem}.mf-section--alt{margin:0 -1rem;padding:2rem 1rem}.mf-tip{flex-direction:column;align-items:center;text-align:center}.mf-tip-icon{margin-bottom:.25rem}.mf-cta-title{font-size:26px}.mf-btn-large{padding:14px 32px;font-size:12px}}@media (max-width:480px){.mf-hero{padding:1.5rem 0 1rem}.mf-title{font-size:28px}.mf-subtitle{font-size:14px}.mf-section{padding:2rem 0}.mf-section--alt{padding:1.5rem 1rem}.mf-section-title{font-size:22px}.mf-feature{padding:1.25rem 1rem}.mf-feature h3{font-size:15px}.mf-feature p{font-size:13px}.mf-tip{padding:1rem}.mf-tip h3{font-size:15px}.mf-tip p{font-size:13px}.mf-faq-item h3{font-size:16px}.mf-faq-item p{font-size:13px}.mf-cta-title{font-size:24px}}