.hm-page{background:var(--cream-50);flex-direction:column;min-height:100vh;display:flex;position:relative}.hm-blobs{pointer-events:none;z-index:0;position:fixed;inset:0;overflow:hidden}.hm-blob{filter:blur(90px);border-radius:50%;position:absolute}.hm-blob--coral{background:#ffa8a866;width:28rem;height:28rem;top:4rem;right:-10rem}.hm-blob--navy{background:#bcccdc66;width:32rem;height:32rem;top:30%;left:-14rem}.hm-blob--cream{background:#f5eed9b3;width:18rem;height:18rem;bottom:10%;right:30%}.hm-main{z-index:1;flex:1;position:relative}.hm-italic{font-feature-settings:"ss01";color:var(--coral-600);font-style:italic}.hm-italic--bright{color:var(--coral-400)}.hm-hero{padding-block:3.5rem 5rem}@media (width>=1024px){.hm-hero{padding-block:5rem 7.5rem}}.hm-hero__grid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (width>=1024px){.hm-hero__grid{grid-template-columns:1.05fr 1fr;gap:3.5rem}}.hm-hero__title{font-family:var(--font-display);letter-spacing:-.035em;color:var(--navy-900);margin:0;font-size:clamp(2.9rem,6.6vw,5.5rem);font-weight:600;line-height:.98}.hm-hero__word{display:block}.hm-hero__word--accent{font-feature-settings:"ss01";color:var(--coral-600);font-style:italic}.hm-hero__lede{color:var(--navy-600);max-width:32rem;margin-top:1.75rem;font-size:clamp(1.05rem,1.4vw,1.2rem);line-height:1.55}.hm-hero__ctas{flex-direction:column;align-items:flex-start;gap:.875rem;margin-top:2.25rem;display:flex}@media (width>=480px){.hm-hero__ctas{flex-direction:row;align-items:center}}.hm-receipts{border-top:1px solid var(--navy-200);grid-template-columns:repeat(3,minmax(0,1fr));margin:3.25rem 0 0;display:grid}.hm-receipt{padding:1.1rem 1.25rem 0 0}.hm-receipt+.hm-receipt{border-left:1px solid var(--navy-100);padding-left:1.25rem}.hm-receipt__value{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.02em;margin-bottom:.45rem;font-size:clamp(1.5rem,2.2vw,1.9rem);font-weight:700;line-height:1;display:block}.hm-receipt__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--navy-500);margin:0;font-size:.68rem;line-height:1.45}@media (width<=539px){.hm-receipts{grid-template-columns:1fr}.hm-receipt{align-items:baseline;gap:.875rem;padding:.8rem 0;display:flex}.hm-receipt+.hm-receipt{border-left:0;border-top:1px solid var(--navy-100);padding-left:0}.hm-receipt__value{min-width:4.25rem;margin-bottom:0}}.hm-hero__mockup{position:relative}.hm-composer{box-shadow:var(--shadow-2xl);border:1px solid var(--navy-100);background:#fff;border-radius:1.5rem;transition:transform .6s cubic-bezier(.16,1,.3,1);overflow:hidden;transform:rotate(-1.5deg)}.hm-composer:hover{transform:rotate(0)}.hm-composer__chrome{background:var(--navy-50);border-bottom:1px solid var(--navy-100);align-items:center;gap:.875rem;padding:.75rem 1rem;display:flex}.hm-composer__dots{gap:.375rem;display:flex}.hm-composer__dot{border-radius:9999px;width:.6875rem;height:.6875rem}.hm-composer__dot--coral{background:var(--coral-400)}.hm-composer__dot--amber{background:var(--warning)}.hm-composer__dot--emerald{background:var(--success)}.hm-composer__path{font-family:var(--font-mono);color:var(--navy-500);text-align:center;border:1px solid var(--navy-100);background:#fff;border-radius:.4rem;flex:1;padding:.3rem .5rem;font-size:.72rem}.hm-composer__body{background:linear-gradient(180deg, white 0%, var(--cream-50) 100%);padding:1.5rem 1.4rem 1.4rem}.hm-composer__head{flex-direction:column;gap:.25rem;margin-bottom:1.25rem;display:flex}.hm-composer__overline{letter-spacing:.08em;text-transform:uppercase;color:var(--coral-500);font-size:.7rem;font-weight:600;font-family:var(--font-display)}.hm-composer__title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;margin:0;font-size:1.4rem;font-weight:600}.hm-composer__stack{flex-direction:column;gap:.625rem;margin:0;padding:0;list-style:none;display:flex;position:relative}.hm-composer__stack:before{content:"";background:linear-gradient(180deg, var(--navy-100), transparent);z-index:0;transform-origin:top;width:1px;animation:1.3s ease-out .75s forwards hm-draw-line;position:absolute;top:.4rem;bottom:.4rem;left:1.6rem;transform:scaleY(0)}@keyframes hm-assemble{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes hm-draw-line{to{transform:scaleY(1)}}.hm-comp-card{border:1px solid var(--navy-100);border-left:3px solid var(--navy-200);z-index:1;opacity:0;background:#fff;border-radius:.75rem;grid-template-columns:1.4rem 2rem 1fr auto;align-items:center;gap:.75rem;padding:.7rem .875rem;transition:box-shadow .25s,border-color .25s;animation:.55s cubic-bezier(.16,1,.3,1) forwards hm-assemble;display:grid;position:relative}.hm-comp-card:first-child{animation-delay:.65s}.hm-comp-card:nth-child(2){animation-delay:.95s}.hm-comp-card:nth-child(3){animation-delay:1.25s}.hm-comp-card:nth-child(4){animation-delay:1.55s}.hm-comp-card:hover{box-shadow:var(--shadow-md)}.hm-comp-card--coral{border-left-color:var(--coral-500)}.hm-comp-card--navy{border-left-color:var(--navy-700)}.hm-comp-card--amber{border-left-color:var(--warning)}.hm-comp-card--emerald{border-left-color:var(--success)}.hm-comp-card__pin{font-family:var(--font-display);color:var(--navy-400);font-size:.72rem;font-weight:700}.hm-comp-card__icon{background:var(--navy-900);color:#fff;border-radius:.5rem;justify-content:center;align-items:center;width:2rem;height:2rem;display:inline-flex}.hm-comp-card--coral .hm-comp-card__icon{background:var(--coral-500)}.hm-comp-card--amber .hm-comp-card__icon{background:var(--warning)}.hm-comp-card--emerald .hm-comp-card__icon{background:var(--success)}.hm-comp-card__meta{flex-direction:column;gap:.1rem;min-width:0;display:flex}.hm-comp-card__type{text-transform:uppercase;letter-spacing:.08em;color:var(--navy-500);font-size:.7rem;font-weight:600}.hm-comp-card__name{color:var(--navy-900);white-space:nowrap;text-overflow:ellipsis;font-size:.92rem;font-weight:600;overflow:hidden}.hm-comp-card__tag{font-family:var(--font-mono);color:var(--navy-500);background:var(--navy-50);white-space:nowrap;border-radius:.4rem;padding:.2rem .45rem;font-size:.7rem}.hm-composer__foot{border-top:1px dashed var(--navy-100);opacity:0;justify-content:space-between;align-items:center;gap:.75rem;margin-top:1.25rem;padding-top:1rem;animation:.5s ease-out 1.95s forwards hm-assemble;display:flex}.hm-composer__live{color:var(--navy-600);align-items:center;gap:.5rem;font-size:.78rem;font-weight:500;display:inline-flex}.hm-composer__pulse{background:var(--success);border-radius:9999px;width:.5rem;height:.5rem;animation:1.8s ease-in-out infinite pulse-soft;box-shadow:0 0 0 4px #10b98126}.hm-composer__btn{color:var(--coral-600);border:1px dashed var(--coral-300);background:var(--coral-50);border-radius:.625rem;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.78rem;font-weight:600;display:inline-flex}.hm-chip{box-shadow:var(--shadow-lg);border:1px solid var(--navy-100);white-space:nowrap;z-index:2;background:#fff;border-radius:9999px;align-items:center;gap:.4rem;padding:.5rem .8rem;font-size:.78rem;font-weight:600;animation:.5s ease-out 2.1s backwards fade-in,6s ease-in-out 2.1s infinite float;display:inline-flex;position:absolute}.hm-chip--ai{color:var(--coral-700);border-color:var(--coral-200);top:-1.1rem;right:-1rem}.hm-chip--sales{color:var(--navy-800);animation-delay:2.4s,2.4s;bottom:-1.4rem;left:-1rem}@media (width<=540px){.hm-chip--ai{right:.5rem}.hm-chip--sales{bottom:-1.6rem;left:.5rem}}.hm-marquee{background:var(--navy-900);color:var(--cream-100);z-index:1;padding-block:1.25rem;position:relative;overflow:hidden}.hm-marquee__track{white-space:nowrap;font-family:var(--font-display);letter-spacing:.02em;align-items:center;gap:2rem;font-size:1.1rem;font-weight:500;animation:38s linear infinite hm-marquee;display:flex}.hm-marquee__item{opacity:.9}.hm-marquee__sep{color:var(--coral-400)}@keyframes hm-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.hm-head{max-width:44rem;margin-bottom:3.5rem}.hm-head--center{text-align:center;margin-inline:auto}.hm-head__title{flex-direction:column;gap:.1em;margin-bottom:1.25rem;font-size:clamp(2.25rem,4.4vw,3.5rem);line-height:1.05;display:flex}.hm-head--center .hm-head__title{align-items:center}.hm-head .hm-head__title--light{color:#fff}.hm-head__lede{color:var(--navy-600);font-size:1.05rem;line-height:1.6}.hm-demand{background:var(--cream-50);z-index:1;padding-block:6rem;position:relative}@media (width>=1024px){.hm-demand{padding-block:7rem}}.hm-index{border-bottom:1px solid var(--navy-200);grid-template-columns:1fr;column-gap:4.5rem;max-width:76rem;margin-inline:auto;display:grid}@media (width>=900px){.hm-index{grid-template-columns:repeat(2,minmax(0,1fr))}}.hm-entry{border-top:1px solid var(--navy-200);flex-direction:column;gap:.55rem;padding-block:1.5rem 1.65rem;display:flex}.hm-entry__head{align-items:center;gap:.75rem;display:flex}.hm-entry__icon{color:var(--navy-400);flex-shrink:0;transition:color .25s;display:inline-flex}.hm-entry:hover .hm-entry__icon{color:var(--coral-600)}.hm-entry__title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;flex:1;margin:0;font-size:clamp(1.3rem,1.8vw,1.55rem);font-weight:600;line-height:1.15;transition:color .25s}.hm-entry:hover .hm-entry__title{color:var(--coral-600)}.hm-entry__blurb{color:var(--navy-600);margin:0;padding-left:calc(20px + .75rem);font-size:.92rem;line-height:1.55}.hm-demand__note{text-align:center;color:var(--navy-500);margin-top:2.5rem;font-size:.95rem}.hm-edges{background:#fff;padding-block:6rem;position:relative}@media (width>=1024px){.hm-edges{padding-block:8rem}}.hm-bento{grid-template-columns:1fr;gap:1.5rem;max-width:76rem;margin-inline:auto;display:grid}@media (width>=900px){.hm-bento{grid-template-columns:repeat(12,1fr)}.hm-card--tutor,.hm-card--store{grid-column:span 7}.hm-card--moat,.hm-card--grade{grid-column:span 5}}.hm-card{border:1px solid var(--navy-100);border-radius:1.5rem;flex-direction:column;padding:2rem;transition:border-color .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.hm-card:hover{box-shadow:var(--shadow-lg)}.hm-card--tutor{background:linear-gradient(160deg, var(--cream-50), var(--coral-50) 90%)}.hm-card--tutor:hover{border-color:var(--coral-200)}.hm-card--grade{background:linear-gradient(160deg, var(--cream-50), #eef3f8 90%)}.hm-card--grade:hover{border-color:var(--navy-200)}.hm-card--store{background:linear-gradient(160deg, var(--cream-50), #fffaf0 90%)}.hm-card--store:hover{border-color:#fde68a}.hm-card--moat{background:linear-gradient(160deg, var(--cream-50), #f0fdf4 90%)}.hm-card--moat:hover{border-color:#bbf7d0}.hm-card__icon{background:var(--navy-900);width:3.25rem;height:3.25rem;color:var(--coral-300);border-radius:1rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:inline-flex}.hm-card--tutor .hm-card__icon{background:var(--coral-500);color:#fff}.hm-card--store .hm-card__icon{background:var(--warning);color:#fff}.hm-card--moat .hm-card__icon{background:var(--success);color:#fff}.hm-card__title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.015em;margin:0 0 .75rem;font-size:1.45rem;font-weight:600;line-height:1.2}.hm-card__desc{color:var(--navy-600);margin:0;font-size:.97rem;line-height:1.6}.hm-chat{z-index:1;border:1px solid var(--coral-100);background:#fff;border-radius:1rem;flex-direction:column;gap:.4rem;margin-top:1.5rem;padding:1rem 1rem .75rem;display:flex;position:relative;box-shadow:0 2px 8px #bb40400f}.hm-chat__row{display:flex}.hm-chat__row--student{justify-content:flex-end}.hm-chat__row--tutor{justify-content:flex-start}.hm-chat__bubble{border-radius:.9rem;max-width:88%;padding:.5rem .75rem;font-size:.78rem;line-height:1.45}.hm-chat__bubble--student{background:var(--navy-900);color:#fff;border-bottom-right-radius:.25rem}.hm-chat__bubble--tutor{background:var(--cream-50);color:var(--navy-800);border:1px solid var(--navy-100);border-bottom-left-radius:.25rem;align-items:flex-start;gap:.55rem;display:flex}.hm-chat__avatar{background:var(--coral-500);color:#fff;letter-spacing:.02em;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:1.4rem;height:1.4rem;font-size:.58rem;font-weight:700;display:inline-flex}.hm-chat__col{flex-direction:column;gap:.45rem;display:flex}.hm-chat__cite{font-family:var(--font-mono);color:var(--coral-700);background:var(--coral-50);border:1px solid var(--coral-100);border-radius:.4rem;align-self:flex-start;align-items:center;gap:.3rem;padding:.15rem .4rem;font-size:.68rem;display:inline-flex}.hm-chat__typing{background:var(--cream-50);border:1px solid var(--navy-100);border-radius:.9rem .9rem .9rem .25rem;align-self:flex-start;gap:.28rem;margin-top:.1rem;padding:.4rem .7rem;display:flex}.hm-chat__dot{background:var(--navy-300);border-radius:9999px;width:.35rem;height:.35rem;animation:1.4s ease-in-out infinite hm-typing}.hm-chat__dot:nth-child(2){animation-delay:.2s}.hm-chat__dot:nth-child(3){animation-delay:.4s}@keyframes hm-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-2px)}}.hm-grade{margin-top:auto;padding-top:1.5rem}.hm-grade__strip{border:1px solid var(--navy-100);box-shadow:var(--shadow-sm);background:#fff;border-radius:.9rem;align-items:center;gap:.75rem;padding:.7rem .9rem;display:flex}.hm-grade__icon{color:var(--coral-500);flex-shrink:0;display:inline-flex}.hm-grade__label{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--navy-500);flex:1;font-size:.7rem}.hm-grade__value{font-family:var(--font-display);color:var(--navy-900);white-space:nowrap;font-size:1.15rem;font-weight:700}.hm-grade__sign{font-family:var(--font-btn);color:#fff;background:var(--brand-terracotta);white-space:nowrap;border-radius:.6rem;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.hm-split{margin-top:auto;padding-top:1.5rem}.hm-split__bar{height:2.4rem;box-shadow:var(--shadow-sm);border-radius:9999px;display:flex;overflow:hidden}.hm-split__you{background:linear-gradient(90deg, var(--coral-500), var(--coral-600));color:#fff;font-family:var(--font-btn);white-space:nowrap;flex:95;align-items:center;min-width:0;padding-inline:1rem;font-size:.8rem;font-weight:600;display:flex;overflow:hidden}.hm-split__fee{background:var(--navy-900);flex:5;min-width:.9rem}.hm-split__legend{text-align:right;font-family:var(--font-mono);color:var(--navy-500);margin-top:.5rem;font-size:.68rem;display:block}.hm-spark{margin-top:auto;padding-top:1.5rem}.hm-spark__legend{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.05em;color:var(--navy-500);align-items:center;gap:.45rem;margin-bottom:.6rem;font-size:.7rem;display:inline-flex}.hm-spark__dot{background:var(--success);border-radius:9999px;flex-shrink:0;width:.5rem;height:.5rem}.hm-spark__svg{width:100%;height:auto;display:block}.hm-spark__line{fill:none;stroke:var(--success);stroke-width:2.5px;stroke-linecap:round}.hm-spark__area{fill:#10b98117}.hm-spark__end{fill:var(--success)}.hm-spark__axis{font-family:var(--font-mono);color:var(--navy-400);justify-content:space-between;margin-top:.4rem;font-size:.65rem;display:flex}.hm-how{background:var(--navy-950);color:#fff;padding-block:6rem 7rem;position:relative;overflow:hidden}@media (width>=1024px){.hm-how{padding-block:8rem}}.hm-how__decor{pointer-events:none;position:absolute;inset:0}.hm-glow{border-radius:50%;position:absolute}.hm-glow--coral{background:radial-gradient(#ff6b6b17,#0000 70%);width:55%;height:120%;top:-20%;right:-10%}.hm-glow--navy{filter:blur(110px);background:#334e6859;width:26rem;height:26rem;bottom:-8rem;left:-8rem}.hm-how__inner{position:relative}.hm-flow{grid-template-columns:1fr;gap:2.75rem;max-width:76rem;margin-inline:auto;display:grid;position:relative}@media (width>=900px){.hm-flow{grid-template-columns:repeat(3,1fr);gap:3rem}.hm-flow:before{content:"";background:#ffffff24;height:1px;position:absolute;top:.4rem;left:0;right:0}}.hm-step{position:relative}@media (width>=900px){.hm-step{padding-top:2.25rem}.hm-step:before{content:"";background:var(--coral-500);border-radius:9999px;width:.8rem;height:.8rem;position:absolute;top:0;left:0;box-shadow:0 0 0 6px #ff6b6b26}}.hm-step__num{font-family:var(--font-display);color:var(--coral-400);letter-spacing:-.02em;margin-bottom:1.1rem;font-size:2.75rem;font-style:italic;font-weight:700;line-height:1;display:block}.hm-step__title{font-family:var(--font-display);color:#fff;letter-spacing:-.015em;margin:0 0 .875rem;font-size:1.55rem;font-weight:600;line-height:1.2}.hm-step__body{color:var(--navy-300);max-width:24rem;margin:0;line-height:1.6}.hm-pricing{background:var(--cream-50);padding-block:6rem 7rem}@media (width>=1024px){.hm-pricing{padding-block:8rem}}.hm-tiers{grid-template-columns:1fr;gap:1.5rem;max-width:76rem;margin-inline:auto;display:grid}@media (width>=900px){.hm-tiers{grid-template-columns:repeat(3,1fr);gap:1.75rem}}.hm-tier{border:1px solid var(--navy-100);background:#fff;border-radius:1.5rem;flex-direction:column;gap:1.25rem;padding:2rem 1.75rem;display:flex;position:relative}.hm-tier--highlight{background:var(--navy-900);color:#fff;border-color:var(--navy-900);box-shadow:var(--shadow-2xl);transform:translateY(-6px)}@media (width<=899px){.hm-tier--highlight{transform:none}}.hm-tier__ribbon{background:var(--coral-500);color:#fff;text-transform:uppercase;letter-spacing:.08em;border-radius:9999px;padding:.4rem .875rem;font-size:.7rem;font-weight:700;position:absolute;top:-.65rem;right:1.5rem}.hm-tier__head{flex-direction:column;gap:.2rem;display:flex}.hm-tier__name{font-family:var(--font-display);color:inherit;letter-spacing:-.015em;margin:0;font-size:1.35rem;font-weight:600}.hm-tier__audience{color:var(--navy-500);margin:0;font-size:.82rem}.hm-tier--highlight .hm-tier__audience{color:var(--navy-300)}.hm-tier__price{align-items:baseline;gap:.2rem;display:flex}.hm-tier__currency{color:var(--navy-500);font-size:1.1rem;font-weight:500}.hm-tier--highlight .hm-tier__currency{color:var(--navy-300)}.hm-tier__amount{font-family:var(--font-display);letter-spacing:-.03em;color:inherit;font-size:3rem;font-weight:700;line-height:1}.hm-tier__period{color:var(--navy-500);margin-left:.25rem;font-size:.85rem}.hm-tier--highlight .hm-tier__period{color:var(--navy-300)}.hm-tier__credits{background:var(--coral-50);color:var(--coral-700);border-radius:9999px;align-self:flex-start;align-items:center;gap:.4rem;padding:.45rem .8rem;font-size:.82rem;font-weight:600;display:inline-flex}.hm-tier--highlight .hm-tier__credits{color:var(--coral-300);background:#ffa8a826}.hm-tier__perks{flex-direction:column;flex:1;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.hm-tier__perks li{color:var(--navy-700);align-items:center;gap:.625rem;font-size:.92rem;display:flex}.hm-tier--highlight .hm-tier__perks li{color:var(--navy-200)}.hm-tier__check{background:var(--cream-100);width:1.2rem;height:1.2rem;color:var(--coral-500);border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.hm-tier--highlight .hm-tier__check{color:var(--coral-300);background:#ffa8a826}.hm-pricing__note{text-align:center;color:var(--navy-500);margin-top:2.5rem;font-size:.9rem}.hm-pricing__note a{color:var(--coral-600);font-weight:600}.hm-guides{background:#fff;padding-block:5rem 6rem}.hm-guides__grid{grid-template-columns:1fr;gap:1rem;max-width:76rem;margin:2.75rem auto 0;display:grid}@media (width>=900px){.hm-guides__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.hm-guide{background:var(--cream-50);border:1px solid var(--navy-100);border-radius:1.25rem;flex-direction:column;gap:.6rem;padding:1.75rem 1.6rem;transition:border-color .25s,transform .25s;display:flex}.hm-guide:hover{border-color:var(--coral-300);transform:translateY(-3px)}.hm-guide__title{font-family:var(--font-display);color:var(--navy-900);letter-spacing:-.01em;margin:0;font-size:1.2rem;font-weight:600;line-height:1.25;transition:color .25s}.hm-guide:hover .hm-guide__title{color:var(--coral-600)}.hm-guide__desc{color:var(--navy-600);flex:1;margin:0;font-size:.92rem;line-height:1.55}.hm-guide__more{color:var(--coral-600);align-items:center;gap:.4rem;font-size:.85rem;font-weight:600;display:inline-flex}.hm-guides__note{text-align:center;margin-top:2.25rem;font-size:.9rem}.hm-guides__note a{color:var(--coral-600);font-weight:600}.hm-cta{background:var(--cream-50);padding-block:5rem 7rem}.hm-cta__box{background:var(--navy-900);color:#fff;border-radius:2rem;max-width:78rem;margin-inline:auto;padding:4rem 1.5rem;position:relative;overflow:hidden}@media (width>=768px){.hm-cta__box{padding:5rem 4rem}}.hm-cta__decor{opacity:.35;pointer-events:none;position:absolute;inset:0}.hm-cta__blob{filter:blur(80px);border-radius:50%;position:absolute}.hm-cta__blob--coral{background:var(--coral-500);width:22rem;height:22rem;top:-8rem;right:-8rem}.hm-cta__blob--navy{background:var(--navy-600);width:22rem;height:22rem;bottom:-8rem;left:-8rem}.hm-cta__content{text-align:center;max-width:44rem;margin-inline:auto;position:relative}.hm-cta__content .hm-cta__overline{color:var(--coral-400)}.hm-cta__content .hm-cta__title{color:#fff;margin:1rem 0 1.25rem;font-size:clamp(2rem,5vw,3.25rem);line-height:1.05}.hm-cta__lede{color:var(--navy-200);max-width:36rem;margin:0 auto 2.25rem;font-size:1.05rem;line-height:1.6}.hm-cta__ctas{flex-direction:column;justify-content:center;align-items:center;gap:.875rem;display:flex}@media (width>=540px){.hm-cta__ctas{flex-direction:row}}
