:root{--warm-cream: #FCF6EF;--warm-beige: #F6F0E9;--warm-brown: #2B180A;--warm-brown-light: #5C4033;--green-100: #E8F5F1;--green-300: #9AB9B4;--green-500: #046B56;--green-600: #035042;--green-700: #024236;--green-800: #023128;--green-900: #01201B;--mint-400: #B8E0D4;--mint-500: #8DCEB9;--mint-600: #A0D5C6;--neutral-100: #FFFFFF;--neutral-200: #F8F8F8;--red-muted: #C4A59A;--coral: #F7B897}[data-astro-cid-3tcuee5w]{margin:0;padding:0;box-sizing:border-box}html{font-family:Inter,system-ui,sans-serif;scroll-behavior:smooth}h1[data-astro-cid-3tcuee5w],h2[data-astro-cid-3tcuee5w],h3[data-astro-cid-3tcuee5w]{font-family:Lora,Georgia,serif}body{min-height:100vh;color:var(--warm-brown);background:var(--warm-cream);overflow-x:hidden}.mc-container[data-astro-cid-3tcuee5w]{max-width:1100px;margin:0 auto;padding:5rem 2rem}.mc-gradient-text[data-astro-cid-3tcuee5w]{background:linear-gradient(135deg,var(--mint-400) 0%,var(--mint-600) 50%,var(--coral) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mc-gradient-text-light[data-astro-cid-3tcuee5w]{background:linear-gradient(135deg,var(--mint-400) 0%,var(--mint-500) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.mc-section-label[data-astro-cid-3tcuee5w]{display:inline-flex;padding:.5rem 1.25rem;font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--warm-brown);background:var(--warm-beige);border-radius:100px;margin-bottom:1.5rem}.mc-section-label-light[data-astro-cid-3tcuee5w]{color:var(--mint-500);background:#a0d5c626;border:1px solid rgba(160,213,198,.3)}.mc-header[data-astro-cid-3tcuee5w]{position:fixed;top:0;left:0;right:0;z-index:100;padding:1.25rem 2rem;background:#01201be6;backdrop-filter:blur(12px);border-bottom:1px solid rgba(160,213,198,.1)}.mc-logo[data-astro-cid-3tcuee5w]{display:inline-flex;color:var(--neutral-100);text-decoration:none}.mc-logo[data-astro-cid-3tcuee5w] svg[data-astro-cid-3tcuee5w]{height:24px;width:auto}.mc-hero-wrapper[data-astro-cid-3tcuee5w]{background:linear-gradient(180deg,var(--green-900) 0%,var(--green-800) 100%);position:relative;overflow:hidden;padding:160px 2rem 120px}.mc-hero-glow[data-astro-cid-3tcuee5w]{position:absolute;border-radius:50%;pointer-events:none}.mc-hero-glow-1[data-astro-cid-3tcuee5w]{width:800px;height:800px;background:radial-gradient(circle,rgba(160,213,198,.2) 0%,transparent 60%);top:-300px;right:-200px;filter:blur(80px)}.mc-hero-glow-2[data-astro-cid-3tcuee5w]{width:600px;height:600px;background:radial-gradient(circle,rgba(247,184,151,.12) 0%,transparent 60%);bottom:-200px;left:-150px;filter:blur(100px)}.mc-hero-glow-3[data-astro-cid-3tcuee5w]{width:400px;height:400px;background:radial-gradient(circle,rgba(160,213,198,.15) 0%,transparent 50%);top:40%;left:50%;transform:translate(-50%,-50%);filter:blur(120px)}.mc-hero[data-astro-cid-3tcuee5w]{max-width:900px;margin:0 auto;position:relative;z-index:2}.mc-hero-content[data-astro-cid-3tcuee5w]{text-align:center}.mc-hero-title[data-astro-cid-3tcuee5w]{font-size:3.25rem;font-weight:700;line-height:1.15;color:var(--neutral-100);margin-bottom:2rem;max-width:850px;margin-left:auto;margin-right:auto}.mc-hero-statement[data-astro-cid-3tcuee5w]{margin-bottom:3rem}.mc-statement-line[data-astro-cid-3tcuee5w]{font-size:1.2rem;color:var(--green-300);margin-bottom:.5rem;opacity:.8}.mc-statement-emphasis[data-astro-cid-3tcuee5w]{font-size:1.35rem;color:var(--neutral-100);font-weight:500}.mc-hero-features[data-astro-cid-3tcuee5w]{display:flex;flex-direction:column;gap:1rem;max-width:520px;margin:0 auto 3rem}.mc-hero-feature[data-astro-cid-3tcuee5w]{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#ffffff08;border:1px solid rgba(160,213,198,.15);border-radius:12px;text-align:left;transition:all .3s ease}.mc-hero-feature[data-astro-cid-3tcuee5w]:hover{background:#ffffff0f;border-color:#a0d5c64d;transform:translate(4px)}.mc-feature-icon[data-astro-cid-3tcuee5w]{width:40px;height:40px;min-width:40px;background:linear-gradient(135deg,#a0d5c633,#a0d5c61a);border-radius:10px;display:flex;align-items:center;justify-content:center;color:var(--mint-500)}.mc-hero-feature[data-astro-cid-3tcuee5w] span[data-astro-cid-3tcuee5w]{font-size:1rem;color:var(--green-300);line-height:1.4}.mc-btn-hero[data-astro-cid-3tcuee5w]{position:relative;display:inline-flex;text-decoration:none;border-radius:100px;overflow:hidden}.mc-btn-glow[data-astro-cid-3tcuee5w]{position:absolute;inset:-2px;background:linear-gradient(135deg,var(--mint-400),var(--coral),var(--mint-400));background-size:200% 200%;border-radius:100px;animation:gradient-shift 3s ease infinite;opacity:.8}@keyframes gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.mc-btn-content[data-astro-cid-3tcuee5w]{position:relative;display:inline-flex;align-items:center;gap:.75rem;padding:1.125rem 2.25rem;font-size:1.1rem;font-weight:600;color:var(--green-900);background:var(--mint-500);border-radius:100px;transition:all .3s ease}.mc-btn-hero[data-astro-cid-3tcuee5w]:hover .mc-btn-content[data-astro-cid-3tcuee5w]{background:var(--mint-400);gap:1rem}.mc-btn-hero[data-astro-cid-3tcuee5w]:hover .mc-btn-glow[data-astro-cid-3tcuee5w]{opacity:1}.mc-cost-section[data-astro-cid-3tcuee5w]{background:var(--warm-cream)}.mc-cost-header[data-astro-cid-3tcuee5w]{text-align:center;margin-bottom:3rem}.mc-cost-header[data-astro-cid-3tcuee5w] h2[data-astro-cid-3tcuee5w]{font-size:2.5rem;font-weight:700;color:var(--warm-brown);line-height:1.2}.mc-cost-grid[data-astro-cid-3tcuee5w]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;margin-bottom:3rem}.mc-cost-card[data-astro-cid-3tcuee5w]{background:var(--neutral-100);border-radius:20px;padding:2rem;border:1px solid rgba(0,0,0,.04)}.mc-cost-card-highlight[data-astro-cid-3tcuee5w]{background:var(--green-800);color:var(--neutral-100);grid-row:span 1}.mc-cost-card-highlight[data-astro-cid-3tcuee5w] .mc-cost-number[data-astro-cid-3tcuee5w]{color:var(--mint-400)}.mc-cost-card-highlight[data-astro-cid-3tcuee5w] .mc-cost-context[data-astro-cid-3tcuee5w]{color:var(--green-300)}.mc-cost-card[data-astro-cid-3tcuee5w].mc-cost-card-highlight p[data-astro-cid-3tcuee5w]{color:var(--green-100)!important}.mc-cost-card[data-astro-cid-3tcuee5w].mc-cost-card-highlight strong[data-astro-cid-3tcuee5w]{color:var(--neutral-100)!important}.mc-cost-stat[data-astro-cid-3tcuee5w]{margin-bottom:1.25rem}.mc-cost-number[data-astro-cid-3tcuee5w]{display:block;font-size:3rem;font-weight:700;color:var(--green-600);font-family:Lora,Georgia,serif;line-height:1;margin-bottom:.35rem}.mc-cost-context[data-astro-cid-3tcuee5w]{font-size:.9rem;color:var(--warm-brown-light)}.mc-cost-card[data-astro-cid-3tcuee5w] p[data-astro-cid-3tcuee5w]{font-size:.95rem;color:var(--warm-brown);line-height:1.6}.mc-cost-card[data-astro-cid-3tcuee5w] strong[data-astro-cid-3tcuee5w]{color:var(--green-600)}.mc-cost-insight[data-astro-cid-3tcuee5w]{display:flex;align-items:flex-start;gap:1.25rem;background:var(--warm-beige);border-radius:16px;padding:1.5rem 2rem;border-left:4px solid var(--green-600)}.mc-insight-icon[data-astro-cid-3tcuee5w]{color:var(--green-600);flex-shrink:0;margin-top:2px}.mc-cost-insight[data-astro-cid-3tcuee5w] p[data-astro-cid-3tcuee5w]{font-size:1.05rem;color:var(--warm-brown);line-height:1.6}.mc-cost-insight[data-astro-cid-3tcuee5w] em[data-astro-cid-3tcuee5w]{font-style:italic;color:var(--green-600)}.mc-fit-section[data-astro-cid-3tcuee5w]{background:var(--warm-beige)}.mc-fit-grid[data-astro-cid-3tcuee5w]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mc-fit-card[data-astro-cid-3tcuee5w]{background:var(--neutral-100);border-radius:24px;padding:2.5rem;box-shadow:0 4px 24px #0000000a;transition:all .3s ease}.mc-fit-card[data-astro-cid-3tcuee5w]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.mc-fit-for[data-astro-cid-3tcuee5w]{border:2px solid rgba(160,213,198,.4)}.mc-fit-for[data-astro-cid-3tcuee5w]:hover{border-color:#a0d5c6b3}.mc-fit-not[data-astro-cid-3tcuee5w]{border:2px solid rgba(196,165,154,.3)}.mc-fit-not[data-astro-cid-3tcuee5w]:hover{border-color:#c4a59a99}.mc-fit-badge[data-astro-cid-3tcuee5w]{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;border-radius:100px;margin-bottom:1.75rem}.mc-fit-badge-yes[data-astro-cid-3tcuee5w]{background:#a0d5c626;color:var(--green-600)}.mc-fit-badge-no[data-astro-cid-3tcuee5w]{background:#c4a59a26;color:var(--warm-brown-light)}.mc-fit-list[data-astro-cid-3tcuee5w]{list-style:none;display:flex;flex-direction:column;gap:1rem}.mc-fit-list[data-astro-cid-3tcuee5w] li[data-astro-cid-3tcuee5w]{display:flex;align-items:flex-start;gap:.875rem;font-size:1rem;color:var(--warm-brown);line-height:1.5}.mc-fit-check[data-astro-cid-3tcuee5w],.mc-fit-x[data-astro-cid-3tcuee5w]{width:24px;height:24px;min-width:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.mc-fit-check[data-astro-cid-3tcuee5w]{background:#a0d5c633;color:var(--green-600)}.mc-fit-x[data-astro-cid-3tcuee5w]{background:#c4a59a33;color:var(--warm-brown-light)}.mc-expertise-section[data-astro-cid-3tcuee5w]{background:var(--green-800);position:relative;overflow:hidden}.mc-expertise-content[data-astro-cid-3tcuee5w]{position:relative;z-index:2}.mc-expertise-content[data-astro-cid-3tcuee5w]>h2[data-astro-cid-3tcuee5w]{font-size:2.5rem;font-weight:700;color:var(--neutral-100);margin-bottom:1.5rem;text-align:center}.mc-expertise-intro[data-astro-cid-3tcuee5w]{font-size:1.15rem;color:var(--green-300);text-align:center;max-width:700px;margin:0 auto 4rem;line-height:1.6}.mc-expertise-framework[data-astro-cid-3tcuee5w]{display:flex;flex-direction:column;gap:2rem;margin-bottom:4rem}.mc-framework-item[data-astro-cid-3tcuee5w]{background:#ffffff08;border:1px solid rgba(160,213,198,.15);border-radius:20px;padding:2rem 2.5rem}.mc-framework-header[data-astro-cid-3tcuee5w]{display:flex;align-items:center;gap:1.25rem;margin-bottom:1rem}.mc-framework-number[data-astro-cid-3tcuee5w]{font-size:.85rem;font-weight:700;color:var(--mint-500);background:#a0d5c626;padding:.5rem .875rem;border-radius:8px;letter-spacing:.05em}.mc-framework-item[data-astro-cid-3tcuee5w] h3[data-astro-cid-3tcuee5w]{font-size:1.35rem;font-weight:700;color:var(--neutral-100);font-family:Inter,sans-serif}.mc-framework-item[data-astro-cid-3tcuee5w] p[data-astro-cid-3tcuee5w]{font-size:1rem;color:var(--green-300);line-height:1.7}.mc-framework-item[data-astro-cid-3tcuee5w] em[data-astro-cid-3tcuee5w]{font-style:italic;color:var(--mint-400)}.mc-expertise-difference[data-astro-cid-3tcuee5w]{background:#0003;border-radius:20px;padding:2.5rem}.mc-difference-label[data-astro-cid-3tcuee5w]{font-size:.8rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--green-300);text-align:center;margin-bottom:1.5rem}.mc-difference-compare[data-astro-cid-3tcuee5w]{display:flex;align-items:center;justify-content:center;gap:2rem}.mc-difference-item[data-astro-cid-3tcuee5w]{flex:1;max-width:300px;padding:1.5rem;border-radius:16px;text-align:center}.mc-difference-old[data-astro-cid-3tcuee5w]{background:#c4a59a26}.mc-difference-new[data-astro-cid-3tcuee5w]{background:#a0d5c626}.mc-diff-label[data-astro-cid-3tcuee5w]{display:block;font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.mc-difference-old[data-astro-cid-3tcuee5w] .mc-diff-label[data-astro-cid-3tcuee5w]{color:var(--coral)}.mc-difference-new[data-astro-cid-3tcuee5w] .mc-diff-label[data-astro-cid-3tcuee5w]{color:var(--mint-400)}.mc-difference-item[data-astro-cid-3tcuee5w] p[data-astro-cid-3tcuee5w]{font-size:1.1rem;color:var(--neutral-100);font-weight:500;line-height:1.4}.mc-difference-arrow[data-astro-cid-3tcuee5w]{color:var(--green-300);opacity:.5;flex-shrink:0}.mc-what-section[data-astro-cid-3tcuee5w]{background:var(--warm-cream)}.mc-what-grid[data-astro-cid-3tcuee5w]{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.mc-what-card[data-astro-cid-3tcuee5w]{background:var(--neutral-100);border-radius:24px;padding:2.5rem;box-shadow:0 4px 24px #0000000a;transition:all .3s ease}.mc-what-card[data-astro-cid-3tcuee5w]:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.mc-what-header[data-astro-cid-3tcuee5w]{display:flex;align-items:center;gap:1rem;margin-bottom:1.75rem;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,0,0,.06)}.mc-what-icon[data-astro-cid-3tcuee5w]{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center}.mc-what-icon-yes[data-astro-cid-3tcuee5w]{background:linear-gradient(135deg,#a0d5c640,#a0d5c61a);color:var(--green-600)}.mc-what-icon-no[data-astro-cid-3tcuee5w]{background:linear-gradient(135deg,#c4a59a40,#c4a59a1a);color:var(--warm-brown-light)}.mc-what-header[data-astro-cid-3tcuee5w] h3[data-astro-cid-3tcuee5w]{font-size:1.25rem;font-weight:700;color:var(--warm-brown)}.mc-what-list[data-astro-cid-3tcuee5w]{list-style:none;display:flex;flex-direction:column;gap:1rem}.mc-what-list[data-astro-cid-3tcuee5w] li[data-astro-cid-3tcuee5w]{display:flex;align-items:flex-start;gap:.875rem;font-size:1rem;color:var(--warm-brown);line-height:1.5}.mc-what-check[data-astro-cid-3tcuee5w],.mc-what-x[data-astro-cid-3tcuee5w]{width:26px;height:26px;min-width:26px;border-radius:8px;display:flex;align-items:center;justify-content:center}.mc-what-check[data-astro-cid-3tcuee5w]{background:#a0d5c626;color:var(--green-600)}.mc-what-x[data-astro-cid-3tcuee5w]{background:#c4a59a26;color:var(--warm-brown-light)}.mc-investment-section[data-astro-cid-3tcuee5w]{background:var(--warm-beige)}.mc-investment-content[data-astro-cid-3tcuee5w]{text-align:center}.mc-investment-content[data-astro-cid-3tcuee5w]>h2[data-astro-cid-3tcuee5w]{font-size:2.25rem;font-weight:700;color:var(--warm-brown);margin-bottom:3rem}.mc-investment-grid[data-astro-cid-3tcuee5w]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;text-align:left}.mc-investment-card[data-astro-cid-3tcuee5w]{background:var(--neutral-100);border-radius:20px;padding:2rem;border:1px solid rgba(0,0,0,.04)}.mc-inv-header[data-astro-cid-3tcuee5w]{margin-bottom:1.25rem}.mc-inv-label[data-astro-cid-3tcuee5w]{font-size:.75rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--warm-brown-light)}.mc-investment-cost[data-astro-cid-3tcuee5w]{background:var(--green-800);color:var(--neutral-100)}.mc-investment-cost[data-astro-cid-3tcuee5w] .mc-inv-label[data-astro-cid-3tcuee5w]{color:var(--mint-400)}.mc-inv-amount[data-astro-cid-3tcuee5w]{display:flex;align-items:baseline;gap:.5rem;margin-bottom:1rem}.mc-inv-range[data-astro-cid-3tcuee5w]{font-size:2rem;font-weight:700;color:var(--mint-400);font-family:Lora,Georgia,serif}.mc-inv-period[data-astro-cid-3tcuee5w]{font-size:1rem;color:var(--green-300)}.mc-inv-note[data-astro-cid-3tcuee5w]{font-size:.9rem;color:var(--green-300);line-height:1.5}.mc-inv-list[data-astro-cid-3tcuee5w]{list-style:none;display:flex;flex-direction:column;gap:.875rem}.mc-inv-list[data-astro-cid-3tcuee5w] li[data-astro-cid-3tcuee5w]{display:flex;align-items:flex-start;gap:.625rem;font-size:.95rem;color:var(--warm-brown);line-height:1.4}.mc-inv-list[data-astro-cid-3tcuee5w] svg[data-astro-cid-3tcuee5w]{color:var(--green-600);flex-shrink:0;margin-top:2px}.mc-inv-calc[data-astro-cid-3tcuee5w]{font-size:.95rem;color:var(--warm-brown);line-height:1.6;margin-bottom:1.25rem}.mc-inv-calc[data-astro-cid-3tcuee5w] strong[data-astro-cid-3tcuee5w]{color:var(--green-600)}.mc-inv-result[data-astro-cid-3tcuee5w]{background:#a0d5c626;border-radius:12px;padding:1rem;text-align:center}.mc-inv-result[data-astro-cid-3tcuee5w] span[data-astro-cid-3tcuee5w]:first-child{display:block;font-size:1.25rem;font-weight:700;color:var(--green-600);margin-bottom:.25rem}.mc-inv-multiplier[data-astro-cid-3tcuee5w]{font-size:.8rem;color:var(--warm-brown-light)}.mc-cta-section[data-astro-cid-3tcuee5w]{background:var(--green-900);position:relative;overflow:hidden}.mc-cta-glow[data-astro-cid-3tcuee5w]{position:absolute;border-radius:50%;filter:blur(100px);pointer-events:none}.mc-cta-glow-1[data-astro-cid-3tcuee5w]{width:500px;height:500px;background:radial-gradient(circle,rgba(160,213,198,.2) 0%,transparent 70%);top:-150px;left:50%;transform:translate(-50%)}.mc-cta-glow-2[data-astro-cid-3tcuee5w]{width:300px;height:300px;background:radial-gradient(circle,rgba(247,184,151,.1) 0%,transparent 70%);bottom:-50px;right:15%}.mc-cta-section[data-astro-cid-3tcuee5w] .mc-container[data-astro-cid-3tcuee5w]{position:relative;z-index:2;padding:7rem 2rem}.mc-cta-content[data-astro-cid-3tcuee5w]{text-align:center;max-width:600px;margin:0 auto}.mc-cta-content[data-astro-cid-3tcuee5w] h2[data-astro-cid-3tcuee5w]{font-size:2.5rem;font-weight:700;color:var(--neutral-100);margin-bottom:2.5rem}.mc-btn-cta[data-astro-cid-3tcuee5w]{position:relative;display:inline-flex;text-decoration:none;border-radius:100px;overflow:hidden;margin-bottom:2rem}.mc-btn-cta-glow[data-astro-cid-3tcuee5w]{position:absolute;inset:-3px;background:linear-gradient(135deg,var(--mint-400),var(--coral),var(--mint-500),var(--coral));background-size:300% 300%;border-radius:100px;animation:gradient-rotate 4s ease infinite;opacity:.9}@keyframes gradient-rotate{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.mc-btn-cta-content[data-astro-cid-3tcuee5w]{position:relative;display:inline-flex;align-items:center;gap:.875rem;padding:1.25rem 2.75rem;font-size:1.2rem;font-weight:600;color:var(--green-900);background:var(--mint-500);border-radius:100px;transition:all .3s ease}.mc-btn-cta[data-astro-cid-3tcuee5w]:hover .mc-btn-cta-content[data-astro-cid-3tcuee5w]{background:var(--neutral-100);gap:1.125rem}.mc-btn-cta[data-astro-cid-3tcuee5w]:hover .mc-btn-cta-glow[data-astro-cid-3tcuee5w]{opacity:1}.mc-cta-info[data-astro-cid-3tcuee5w]{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.mc-cta-info-item[data-astro-cid-3tcuee5w]{display:flex;align-items:center;gap:.5rem;color:var(--green-300);font-size:.95rem}.mc-cta-info-item[data-astro-cid-3tcuee5w] svg[data-astro-cid-3tcuee5w]{color:var(--mint-500)}@media(max-width:1024px){.mc-cost-grid[data-astro-cid-3tcuee5w],.mc-investment-grid[data-astro-cid-3tcuee5w]{grid-template-columns:1fr}.mc-difference-compare[data-astro-cid-3tcuee5w]{flex-direction:column;gap:1rem}.mc-difference-arrow[data-astro-cid-3tcuee5w]{transform:rotate(90deg)}.mc-difference-item[data-astro-cid-3tcuee5w]{max-width:100%}}@media(max-width:768px){.mc-header[data-astro-cid-3tcuee5w]{padding:1rem 1.5rem}.mc-hero-wrapper[data-astro-cid-3tcuee5w]{padding:130px 1.5rem 80px}.mc-hero-title[data-astro-cid-3tcuee5w]{font-size:2.25rem}.mc-statement-emphasis[data-astro-cid-3tcuee5w]{font-size:1.15rem}.mc-fit-grid[data-astro-cid-3tcuee5w],.mc-what-grid[data-astro-cid-3tcuee5w]{grid-template-columns:1fr}.mc-cost-header[data-astro-cid-3tcuee5w] h2[data-astro-cid-3tcuee5w],.mc-expertise-content[data-astro-cid-3tcuee5w]>h2[data-astro-cid-3tcuee5w],.mc-investment-content[data-astro-cid-3tcuee5w]>h2[data-astro-cid-3tcuee5w]{font-size:2rem}.mc-cta-content[data-astro-cid-3tcuee5w] h2[data-astro-cid-3tcuee5w]{font-size:1.85rem}.mc-container[data-astro-cid-3tcuee5w]{padding:3.5rem 1.5rem}.mc-fit-card[data-astro-cid-3tcuee5w],.mc-what-card[data-astro-cid-3tcuee5w]{padding:2rem 1.5rem}.mc-framework-item[data-astro-cid-3tcuee5w]{padding:1.5rem}.mc-framework-header[data-astro-cid-3tcuee5w]{flex-direction:column;align-items:flex-start;gap:.75rem}.mc-cta-info[data-astro-cid-3tcuee5w]{flex-direction:column;gap:1rem}}@media(max-width:480px){.mc-hero-title[data-astro-cid-3tcuee5w]{font-size:1.85rem}.mc-hero-feature[data-astro-cid-3tcuee5w]{padding:.875rem 1rem}.mc-btn-content[data-astro-cid-3tcuee5w],.mc-btn-cta-content[data-astro-cid-3tcuee5w]{padding:1rem 1.75rem;font-size:1rem}.mc-cost-number[data-astro-cid-3tcuee5w]{font-size:2.5rem}}
