.home-section-heading{display:flex;align-items:end;justify-content:space-between;gap:30px}.home-section-heading>div{max-width:760px}.home-section-heading>a{flex:none;color:var(--link-color,#0b5cab);font-weight:800;text-decoration:none}.home-product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:34px}.home-product-grid article{position:relative;overflow:hidden;padding:28px;border:1px solid var(--border-color,#dce5ef);border-radius:18px;background:var(--surface-color,#fff);box-shadow:0 10px 28px #102a500c;transition:.25s}.home-product-grid article:hover{transform:translateY(-7px);box-shadow:0 20px 45px #102a5018}.home-product-grid article.featured{border-color:var(--accent-color,#f5b51b);background:linear-gradient(145deg,var(--surface-color,#fff),var(--accent-light-color,#fff5dc))}.home-product-grid article>i{position:absolute;right:20px;top:14px;color:#dfe7f0;font-size:54px;font-style:normal;font-weight:900}.home-product-grid article>span{color:#a76e00;font-size:10px;font-weight:900;letter-spacing:1px}.home-product-grid h3{position:relative;margin:12px 0;font-size:22px}.home-product-grid p{min-height:64px;color:var(--muted-text-color,#718096);line-height:1.6}.home-product-grid ul{display:grid;gap:10px;padding:17px 0 20px;margin:0;border-top:1px solid var(--border-color,#e5ebf1);list-style:none;font-size:12px}.home-product-grid li:before{content:'✓';margin-right:9px;color:var(--success-color,#0aa568);font-weight:900}.home-product-grid article>a{color:var(--link-color,#0b5cab);font-weight:800;text-decoration:none}.home-recommender{background:linear-gradient(135deg,#061a38,#0b315f)}.home-recommender>.container{display:grid;grid-template-columns:minmax(0,1fr) 430px;align-items:center;gap:60px}.home-tool-copy{color:#fff}.home-tool-copy h2{margin:9px 0;font-size:34px}.home-tool-copy>p{color:#bdc9da}.home-goal-buttons{display:flex;flex-wrap:wrap;gap:9px;margin-top:25px}.home-goal-buttons button{padding:11px 14px;border:1px solid #ffffff38;border-radius:25px;background:#ffffff0a;color:#d9e3ef;cursor:pointer}.home-goal-buttons button.active,.home-goal-buttons button:hover{border-color:var(--accent-color,#f5b51b);background:var(--accent-color,#f5b51b);color:#11213a}.home-recommendation{padding:28px;border-radius:18px;background:var(--surface-color,#fff);box-shadow:0 25px 60px #00142f55}.home-recommendation>span{color:#a66c00;font-size:10px;font-weight:900}.home-recommendation .feature-icon{float:right;margin-top:-8px}.home-recommendation h3{margin:13px 0 9px;font-size:22px}.home-recommendation p{color:var(--muted-text-color,#718096);line-height:1.55}.home-recommendation ul{display:grid;gap:9px;padding:15px 0;margin:0;list-style:none;font-size:12px}.home-recommendation li:before{content:'✓';margin-right:9px;color:var(--success-color,#0aa568)}.home-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:30px}.home-steps article{display:flex;gap:17px;padding:24px;border:1px solid var(--border-color,#dce5ef);border-radius:16px;background:var(--surface-color,#fff)}.home-steps article>b{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:var(--accent-light-color,#fff1c7);color:#986300;font-size:18px}.home-steps h3{margin:2px 0 8px}.home-steps p{margin:0;color:var(--muted-text-color,#718096);font-size:12px;line-height:1.6}.home-help>.container{display:grid;grid-template-columns:1fr 1.4fr;align-items:center;gap:45px;padding:32px;border-radius:20px;background:linear-gradient(135deg,var(--accent-light-color,#fff3d1),var(--surface-color,#fff))}.home-help h2{margin:8px 0}.home-help p{color:var(--muted-text-color,#718096)}.home-help>.container>div:last-child{display:grid;gap:9px}.home-help a{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:12px;padding:12px;border:1px solid var(--border-color,#dce5ef);border-radius:11px;background:var(--surface-color,#fff);color:var(--text-color,#172d4b);text-decoration:none}.home-help a>i{display:grid;place-items:center;width:42px;height:42px;border-radius:9px;background:#edf4fb;font-style:normal}.home-help a b,.home-help a small{display:block}.home-help a small{margin-top:4px;color:var(--muted-text-color,#718096)}.home-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:28px}.home-faq-grid .faq{margin:0;border:1px solid var(--border-color,#dce5ef);border-radius:13px;background:var(--surface-color,#fff)}@media(max-width:900px){.home-product-grid,.home-steps{grid-template-columns:1fr}.home-product-grid p{min-height:0}.home-recommender>.container,.home-help>.container{grid-template-columns:1fr}.home-recommender>.container{gap:30px}.home-faq-grid{grid-template-columns:1fr}}@media(max-width:650px){.home-section-heading{align-items:flex-start;flex-direction:column}.home-product-grid article{padding:22px}.home-tool-copy h2{font-size:27px}.home-recommender>.container{padding-inline:18px}.home-recommendation{padding:22px}.home-help>.container{padding:22px 17px}}
