.design4-module__1fhbxG__page{color:#2d3047;background:#faf6f1;min-height:100vh;font-family:Nunito,sans-serif;position:relative;overflow:hidden}.design4-module__1fhbxG__bgDots{opacity:.3;pointer-events:none;z-index:0;background-image:radial-gradient(circle,#d4c5b3 .8px,#0000 .8px);background-size:24px 24px;position:fixed;inset:0}.design4-module__1fhbxG__container{z-index:1;max-width:1100px;margin:0 auto;padding:2rem 1.5rem 6rem;position:relative}.design4-module__1fhbxG__bentoGrid{grid-template-rows:auto;grid-template-columns:repeat(4,1fr);grid-template-areas:"hero hero stats stats""card0 card0 card1 card1""card2 card3 card4 card4""quote quote card4 card4";gap:1rem;display:grid}.design4-module__1fhbxG__heroCard{color:#faf6f1;background:#2d3047;border-radius:1.5rem;flex-direction:column;grid-area:hero;justify-content:center;padding:2.5rem;display:flex}.design4-module__1fhbxG__heroLabel{text-transform:uppercase;letter-spacing:.25em;color:#faf6f180;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:.7rem}.design4-module__1fhbxG__heroTitle{-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#d4845e,#f2c4c4,#8fae8b);-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-family:Outfit,sans-serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:800;line-height:1}.design4-module__1fhbxG__heroTagline{color:#faf6f1b3;margin-bottom:1rem;font-size:1.1rem;font-style:italic}.design4-module__1fhbxG__heroDescription{color:#faf6f180;margin-bottom:1.2rem;font-size:.85rem;line-height:1.7}.design4-module__1fhbxG__heroBadges{flex-wrap:wrap;gap:.5rem;display:flex}.design4-module__1fhbxG__heroBadge{color:#faf6f1b3;border:1px solid;border-radius:2rem;padding:.25rem .7rem;font-family:Outfit,sans-serif;font-size:.7rem}.design4-module__1fhbxG__statsCard{background:#fff;border-radius:1.5rem;grid-area:stats;justify-content:space-around;align-items:center;padding:2rem;display:flex;box-shadow:0 2px 20px #0000000a}.design4-module__1fhbxG__statItem{text-align:center}.design4-module__1fhbxG__statNumber{color:#2d3047;font-family:Outfit,sans-serif;font-size:2.5rem;font-weight:800;line-height:1;display:block}.design4-module__1fhbxG__statLabel{color:#999;text-transform:uppercase;letter-spacing:.1em;margin-top:.3rem;font-size:.75rem;display:block}.design4-module__1fhbxG__statDivider{background:#eee;width:1px;height:40px}.design4-module__1fhbxG__card{background:var(--card-bg);color:#2d3047;cursor:pointer;border-radius:1.5rem;flex-direction:column;padding:1.5rem;text-decoration:none;transition:box-shadow .3s,transform .3s;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,inset 0 1px #fff9}.design4-module__1fhbxG__card:hover{box-shadow:0 12px 40px #0000001a,inset 0 1px #fff9}.design4-module__1fhbxG__card:after{content:"";pointer-events:none;opacity:0;background:linear-gradient(135deg,#0000 60%,#fff6);border-radius:1.5rem;transition:opacity .3s;position:absolute;inset:0}.design4-module__1fhbxG__card:hover:after{opacity:1}.design4-module__1fhbxG__cardIcon{margin-bottom:.8rem;font-size:2rem}.design4-module__1fhbxG__cardCategory{text-transform:uppercase;letter-spacing:.15em;color:var(--card-accent);margin-bottom:.4rem;font-family:Outfit,sans-serif;font-size:.65rem;font-weight:700}.design4-module__1fhbxG__cardName{margin-bottom:.3rem;font-family:Outfit,sans-serif;font-size:1.4rem;font-weight:700}.design4-module__1fhbxG__cardTagline{color:#777;margin-bottom:.6rem;font-size:.85rem;font-style:italic}.design4-module__1fhbxG__cardDescription{color:#666;flex:1;font-size:.8rem;line-height:1.6}.design4-module__1fhbxG__cardFooter{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;margin-top:1rem;padding-top:.8rem;display:flex}.design4-module__1fhbxG__cardUrl{color:var(--card-accent);font-family:Outfit,sans-serif;font-size:.75rem;font-weight:600}.design4-module__1fhbxG__cardArrow{color:var(--card-accent);font-size:1.2rem;transition:transform .2s}.design4-module__1fhbxG__card:hover .design4-module__1fhbxG__cardArrow{transform:translate(4px)}.design4-module__1fhbxG__quoteCard{background:#fff;border-radius:1.5rem;flex-direction:column;grid-area:quote;justify-content:center;padding:2rem;display:flex;box-shadow:0 2px 20px #0000000a}.design4-module__1fhbxG__quote{color:#2d3047;margin-bottom:.8rem;font-family:Outfit,sans-serif;font-size:1.3rem;font-weight:600;line-height:1.5}.design4-module__1fhbxG__quoteAuthor{color:#999;font-size:.8rem}@media (max-width:900px){.design4-module__1fhbxG__bentoGrid{grid-template-columns:repeat(2,1fr);grid-template-areas:"hero hero""stats stats""card0 card1""card2 card3""card4 card4""quote quote"}}@media (max-width:550px){.design4-module__1fhbxG__bentoGrid{grid-template-columns:1fr;grid-template-areas:"hero""stats""card0""card1""card2""card3""card4""quote"}.design4-module__1fhbxG__statsCard{gap:1rem;padding:1.5rem}.design4-module__1fhbxG__statNumber{font-size:2rem}.design4-module__1fhbxG__container{padding:1rem .8rem 4.5rem}.design4-module__1fhbxG__heroCard{padding:1.8rem}.design4-module__1fhbxG__heroTitle{font-size:2.5rem}.design4-module__1fhbxG__heroDescription{font-size:.8rem}.design4-module__1fhbxG__card{padding:1.2rem}.design4-module__1fhbxG__cardName{font-size:1.2rem}.design4-module__1fhbxG__cardIcon{margin-bottom:.5rem;font-size:1.6rem}.design4-module__1fhbxG__quote{font-size:1.1rem}.design4-module__1fhbxG__cardCategory{font-size:.7rem}.design4-module__1fhbxG__cardDescription{font-size:.82rem}.design4-module__1fhbxG__cardUrl{font-size:.78rem}.design4-module__1fhbxG__heroLabel,.design4-module__1fhbxG__statLabel{font-size:.72rem}}
