.text-block{background:var(--module-bg);color:var(--module-fg);padding:var(--spacing-section-y) 0}.text-block__inner{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--spacing-container-x);display:flex;flex-direction:column;gap:clamp(2rem,4vw,3rem)}.text-block--width-narrow .text-block__inner{max-width:760px}.text-block--width-wide .text-block__inner{max-width:none}.text-block__header{display:flex;flex-direction:column;gap:.9rem;max-width:760px}.text-block__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-family:var(--font-sans);font-size:.8rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--module-fg)}.text-block__eyebrow:before{content:"";width:8px;height:8px;border-radius:50%;background:var(--turquoise);display:inline-block;animation:badgePulse 2s ease-in-out infinite;flex-shrink:0}.text-block__heading{font-family:var(--font-display);font-size:clamp(2rem,4vw,3rem);font-weight:700;color:var(--module-fg);line-height:1.1;margin:0;letter-spacing:-.015em;max-width:22ch}.text-block__heading p{margin:0}.text-block__heading em{font-style:italic;font-family:var(--font-serif);font-weight:400}.text-block__intro{color:var(--module-fg-sec);line-height:1.7;margin:0;max-width:60ch}.text-block__intro p{margin:0 0 .6rem}.text-block__intro p:last-child{margin-bottom:0}.text-block__section+.text-block__section{margin-top:clamp(1rem,2vw,1.5rem);padding-top:clamp(2rem,4vw,3rem);border-top:1px solid rgba(5,15,30,.08)}.section--theme-dark .text-block__section+.text-block__section{border-top-color:#ffffff14}.text-block__section--2col{display:grid;grid-template-columns:4fr 8fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}.text-block__section--2col .text-block__section-title{margin:0}.text-block__section--centered{display:flex;flex-direction:column;gap:.85rem;max-width:720px;margin-inline:auto;text-align:center;align-items:center}.text-block__section--centered .text-block__section-content{align-items:center}.text-block__section--centered .text-block__section-bullets{text-align:left;max-width:56ch;margin-inline:auto}.text-block__section--centered .text-block__section-ctas{justify-content:center}.text-block__section--full-width{display:flex;flex-direction:column;gap:1rem}.text-block__section--stacked{display:flex;flex-direction:column;gap:.5rem}.text-block__section--stacked .text-block__section-title{font-size:clamp(2rem,3.6vw,2.9rem);letter-spacing:-.005em;padding-bottom:.75rem;border-bottom:1px solid rgba(5,15,30,.08);margin-bottom:.5rem}.section--theme-dark .text-block__section--stacked .text-block__section-title{border-bottom-color:#ffffff14}.text-block__section-title{font-family:var(--font-display);font-size:clamp(2rem,3.6vw,2.9rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;color:var(--module-fg);margin:0}.text-block__section-content{display:flex;flex-direction:column;gap:1.25rem}.text-block__section-body{color:var(--module-fg-sec);line-height:1.7}.text-block__section-body p{margin:0 0 .85rem}.text-block__section-body p:last-child{margin-bottom:0}.text-block__section-body strong{color:var(--module-fg);font-weight:600}.text-block__section-body em{font-family:var(--font-serif);font-style:italic;color:var(--module-fg)}.text-block__section-body a{color:var(--turquoise-deep);text-decoration:underline}.section--theme-dark .text-block__section-body a{color:var(--turquoise)}.text-block__section-body ul{list-style:none;margin:0 0 .85rem;padding:0;display:flex;flex-direction:column;gap:.55rem}.text-block__section-body ul:last-child{margin-bottom:0}.text-block__section-body ul li{position:relative;padding-left:1.4rem;font-family:var(--font-sans);line-height:1.55;color:var(--module-fg)}.text-block__section-body ul li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--turquoise-deep)}.section--theme-dark .text-block__section-body ul li:before{background:var(--turquoise)}.text-block__section-bullets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.55rem}.text-block__section-bullets li{position:relative;padding-left:1.4rem;font-family:var(--font-sans);font-size:clamp(.95rem,1.1vw,1.05rem);color:var(--module-fg);line-height:1.55}.text-block__section-bullets li:before{content:"";position:absolute;left:0;top:.6em;width:6px;height:6px;border-radius:50%;background:var(--turquoise-deep)}.section--theme-dark .text-block__section-bullets li:before{background:var(--turquoise)}.text-block__section-ctas{display:flex;flex-wrap:wrap;gap:.85rem;margin-top:.5rem}.text-block__cta{display:inline-flex;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:var(--font-sans);font-size:.95rem;font-weight:600;text-decoration:none;border-radius:var(--radius-pill);transition:transform .25s ease,background .25s ease,color .25s ease,box-shadow .25s ease}.text-block__cta--primary{background:var(--turquoise-deep);color:var(--white, #fff)}.text-block__cta--primary:hover{background:var(--turquoise);transform:translateY(-1px);box-shadow:0 8px 20px #4dd9c04d}.text-block__cta--secondary{background:transparent;color:var(--module-fg);border:1px solid var(--module-border)}.text-block__cta--secondary:hover{border-color:var(--turquoise-deep);color:var(--turquoise-deep)}.section--theme-dark .text-block__cta--secondary:hover{border-color:var(--turquoise);color:var(--turquoise)}.text-block__cta svg{width:16px;height:16px;transition:transform .25s ease}.text-block__cta:hover svg{transform:translate(2px,-2px)}@media (max-width: 768px){.text-block__section--2col{grid-template-columns:1fr;gap:1rem}.text-block__section--centered{max-width:none}}
