:root{--color-primary:#28517e;--color-secondary:#396aa4;--color-text:#7a7a7a;--color-heading:#28517e;--color-accent:#ffbd59;--color-soft:#eaf4ff;--color-surface:#f8f8f8;--color-white:#fff;--color-dark:#2c2c2c;--color-footer:#396aa4;--font:"DM Sans", system-ui, sans-serif;--max-width:1120px;--radius-card:10px;--radius-pill:200px;--shadow-soft:0 0 10px #0000000d;--header-h:4.5rem}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:calc(var(--header-h) + .75rem)}body{font-family:var(--font);color:var(--color-text);background:var(--color-white);-webkit-font-smoothing:antialiased;margin:0;font-weight:400;line-height:1.6}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}h1,h2,h3,h4{color:var(--color-heading);letter-spacing:-.04em;margin:0 0 .75rem;font-weight:600;line-height:1.15}h1{font-size:clamp(2.25rem,5vw,3.75rem)}h2{font-size:clamp(1.75rem,3.5vw,2.75rem)}h3{letter-spacing:-.02em;font-size:1.2rem;line-height:1.25}p{margin:0 0 1rem}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}:focus-visible{outline:2px solid var(--color-secondary);outline-offset:3px}.container{width:min(100% - 2.5rem, var(--max-width));margin-inline:auto}.section{padding:clamp(3.5rem,8vw,5.5rem) 0}.section--surface{background:var(--color-surface)}.section--soft{background:linear-gradient(#eaf4ffe0,#eaf4ffe0),url(/bg.webp) 50%/cover no-repeat}.section--footer{background:var(--color-footer);color:#ffffffd9}.section__intro{text-align:center;max-width:42rem;margin:0 auto 2.5rem}.section__intro p{font-size:clamp(1rem,2vw,1.2rem)}.eyebrow{border-radius:var(--radius-pill);background:var(--color-soft);color:var(--color-primary);letter-spacing:0;margin-bottom:.75rem;padding:.35rem .9rem;font-size:.85rem;font-weight:500;display:inline-block}.grid{gap:1.25rem;display:grid}.grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.card{background:var(--color-white);border-radius:var(--radius-card);box-shadow:var(--shadow-soft);padding:1.5rem}.card--bordered{border:2px solid var(--color-primary);box-shadow:0 0 40px #28517e1f}.card__icon{background:var(--color-soft);width:2.75rem;height:2.75rem;color:var(--color-primary);border-radius:.65rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.card__icon svg{stroke:currentColor;fill:none;width:1.35rem;height:1.35rem}.card__meta{align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.card__meta .card__icon{flex-shrink:0;margin-bottom:0}.card__meta .eyebrow{margin-bottom:0}.card p{font-size:.95rem}.list{gap:.65rem;display:grid}.list li{padding-left:1.35rem;font-size:.95rem;position:relative}.list li:before{content:"";background:var(--color-secondary);border-radius:50%;width:.45rem;height:.45rem;position:absolute;top:.55em;left:0}.list--muted li:before{background:#b0b0b0}.card--included{border:2px solid var(--color-primary);box-shadow:0 0 40px #28517e1f}.card--included .card__meta{margin-bottom:1rem}.card--excluded{box-shadow:none;color:#6b7280;background:#f3f4f6;border:1px dashed #5a626e73}.card--excluded h3{color:#4b5563}.card--excluded p{color:#6b7280}.card__icon--muted{color:#6b7280;background:#e5e7eb}.eyebrow--muted{color:#4b5563;background:#e5e7eb}.list--included li{color:var(--color-dark);padding-left:1.7rem;font-weight:500}.list--included li:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2328517e' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") 50%/contain no-repeat;border-radius:50%;width:.95rem;height:.95rem;top:.3em}.list--excluded{margin-top:1rem}.list--excluded li{color:#6b7280;padding-left:1.7rem}.list--excluded li:before{content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14'/%3E%3C/svg%3E") 50%/contain no-repeat;border-radius:50%;width:.95rem;height:.95rem;top:.3em}.btn{border-radius:var(--radius-pill);background:var(--color-primary);min-height:3rem;color:var(--color-white);font-family:var(--font);text-align:center;cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:500;line-height:1.2;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.btn:hover,.btn:focus-visible{background:var(--color-secondary);color:var(--color-white)}.btn--secondary{color:var(--color-primary);background:#396aa41f;border-color:#396aa45c}.btn--secondary:hover,.btn--secondary:focus-visible{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.btn--light{color:var(--color-white);background:#ffffff24;border-color:#ffffff59}.btn--light:hover,.btn--light:focus-visible{background:var(--color-white);color:var(--color-primary)}.btn-row{flex-wrap:wrap;justify-content:center;gap:.85rem;display:flex}.note{margin-top:2rem;max-width:40rem;box-shadow:var(--shadow-soft);text-align:center;background:#ffffffad;border-radius:1.25rem;margin-inline:auto;padding:1.25rem 1.5rem}.note strong{color:var(--color-secondary);margin-bottom:.35rem;font-size:1.05rem;display:block}.split{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem;display:grid}.split__panel h3{margin-bottom:1rem}.split__panel--good h3{color:var(--color-primary)}.split__panel--not h3{color:#6b7280}@media (width<=900px){.grid--4,.grid--3{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.container{width:min(100% - 1.5rem, var(--max-width))}.grid--4,.grid--3,.grid--2,.split{grid-template-columns:1fr}.btn{width:100%}.btn-row{flex-direction:column}}.site-header[data-astro-cid-nen7h5rs]{z-index:50;backdrop-filter:blur(10px);background:#f8f8f8eb;border-bottom:1px solid #28517e14;position:sticky;top:0}.site-header__inner[data-astro-cid-nen7h5rs]{min-height:var(--header-h);align-items:center;gap:1rem;display:flex;position:relative}.brand[data-astro-cid-nen7h5rs]{flex-shrink:0;align-items:center;gap:.7rem;min-width:0;display:inline-flex}.brand[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{flex-shrink:0;width:40px;height:40px}.brand__text[data-astro-cid-nen7h5rs]{flex-direction:column;min-width:0;line-height:1.15;display:flex}.brand__text[data-astro-cid-nen7h5rs] strong[data-astro-cid-nen7h5rs]{color:var(--color-primary);letter-spacing:-.04em;font-size:1.15rem;font-weight:800}.brand__text[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{color:var(--color-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:.72rem;overflow:hidden}.site-nav[data-astro-cid-nen7h5rs]{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.site-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{flex-wrap:wrap;justify-content:center;align-items:center;gap:.4rem;display:flex}.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{color:var(--color-primary);background:#ffffff8c;border:1px solid #28517e2e;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .75rem;font-size:.88rem;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs] svg{flex-shrink:0}.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:hover,.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]:focus-visible{background:var(--color-primary);border-color:var(--color-primary);color:var(--color-white)}.site-header__actions[data-astro-cid-nen7h5rs]{flex-shrink:0;align-items:center;gap:.65rem;margin-left:auto;display:flex}.header-cta[data-astro-cid-nen7h5rs]{white-space:nowrap;background:var(--color-accent);min-height:2.6rem;color:var(--color-dark);border-color:#0000;padding:.65rem 1.2rem;font-size:.92rem;font-weight:600}.header-cta[data-astro-cid-nen7h5rs]:hover,.header-cta[data-astro-cid-nen7h5rs]:focus-visible{color:var(--color-dark);background:#f0a93a}.header-cta__short[data-astro-cid-nen7h5rs]{display:none}.nav-toggle[data-astro-cid-nen7h5rs]{background:var(--color-white);cursor:pointer;border:1px solid #28517e2e;border-radius:.75rem;width:2.75rem;height:2.75rem;display:none}.nav-toggle[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]:not(.visually-hidden){background:var(--color-primary);width:1.1rem;height:2px;margin:.28rem auto;display:block}.visually-hidden[data-astro-cid-nen7h5rs]{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=980px){.nav-toggle[data-astro-cid-nen7h5rs]{display:inline-block}.site-nav[data-astro-cid-nen7h5rs]{background:var(--color-white);z-index:60;border-radius:1rem;flex-direction:column;flex:none;align-items:stretch;gap:.75rem;padding:1rem;display:none;position:absolute;top:calc(100% + .35rem);left:1.25rem;right:1.25rem;box-shadow:0 12px 40px #28517e24}.site-nav[data-astro-cid-nen7h5rs].is-open{display:flex}.site-nav[data-astro-cid-nen7h5rs] ul[data-astro-cid-nen7h5rs]{flex-direction:column;align-items:stretch;gap:.45rem;width:100%}.site-nav[data-astro-cid-nen7h5rs] a[data-astro-cid-nen7h5rs]{width:100%;display:flex}}@media (width<=640px){.brand__text[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{display:none}.header-cta[data-astro-cid-nen7h5rs]{padding:.55rem .9rem;font-size:.85rem}.header-cta__full[data-astro-cid-nen7h5rs]{display:none}.header-cta__short[data-astro-cid-nen7h5rs]{display:inline}}.footer[data-astro-cid-jo6i4kqk]{text-align:center;flex-direction:column;align-items:center;gap:1.35rem;display:flex}.footer__brand[data-astro-cid-jo6i4kqk]{justify-content:center;align-items:center;gap:.75rem;display:inline-flex}.footer__brand[data-astro-cid-jo6i4kqk] img[data-astro-cid-jo6i4kqk]{width:50px;height:50px}.footer__brand-text[data-astro-cid-jo6i4kqk]{text-align:left;flex-direction:column;align-items:flex-start;line-height:1.15;display:flex}.footer__brand-text[data-astro-cid-jo6i4kqk] strong[data-astro-cid-jo6i4kqk]{color:var(--color-white);letter-spacing:-.04em;font-size:1.5rem;font-weight:800}.footer__brand-text[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk]{color:#ffffffb8;font-size:.85rem;font-weight:500}.footer__tagline[data-astro-cid-jo6i4kqk]{color:#ffffffc7;max-width:42rem;margin:0;font-size:clamp(1rem,2vw,1.2rem);line-height:1.5}.footer__contacts[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:center;gap:1rem 1.75rem;margin:.35rem 0 0;padding:0;list-style:none;display:flex}.footer__contacts[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--color-white);align-items:center;gap:.5rem;font-size:1.05rem;transition:opacity .2s;display:inline-flex}.footer__contacts[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover,.footer__contacts[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:focus-visible{opacity:.8}.footer__contacts[data-astro-cid-jo6i4kqk] svg[data-astro-cid-jo6i4kqk]{flex-shrink:0}.footer__secondary[data-astro-cid-jo6i4kqk]{color:#ffffff8c;margin:0;font-size:.9rem}.footer__secondary[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:#ffffffb3;text-underline-offset:.15em;text-decoration:underline}.footer__secondary[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:hover,.footer__secondary[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]:focus-visible{color:var(--color-white)}.footer__copy[data-astro-cid-jo6i4kqk]{color:#ffffff8c;margin:.25rem 0 0;font-size:.9rem}@media (width<=700px){.footer__contacts[data-astro-cid-jo6i4kqk]{flex-direction:column;align-items:center;gap:.85rem}.footer__brand-text[data-astro-cid-jo6i4kqk] strong[data-astro-cid-jo6i4kqk]{font-size:1.25rem}}.hero[data-astro-cid-lcdefpme]{background:linear-gradient(#f8f8f8c7,#f8f8f8db),url(/bg.webp) 50%/cover no-repeat;padding:clamp(3rem,8vw,5.5rem) 0 clamp(3.5rem,9vw,6rem);position:relative;overflow:hidden}.hero__inner[data-astro-cid-lcdefpme]{text-align:center;max-width:46rem}.hero__sub[data-astro-cid-lcdefpme]{color:var(--color-dark);margin:0 0 1rem;font-size:clamp(1.05rem,2.2vw,1.3rem)}.hero__support[data-astro-cid-lcdefpme]{max-width:38rem;margin:0 auto 1.75rem}.contact[data-astro-cid-lcdefpme]{text-align:center}.engagement__qualify[data-astro-cid-lcdefpme]{max-width:40rem;color:var(--color-dark);margin:1rem auto 0;font-size:1.05rem}.credibility[data-astro-cid-lcdefpme]{max-width:40rem;box-shadow:var(--shadow-soft);color:var(--color-dark);text-align:center;background:#ffffffd9;border-radius:1.25rem;margin:2.5rem auto 0;padding:1.25rem 1.5rem;font-size:1.05rem;line-height:1.55}.calendly-wrap[data-astro-cid-lcdefpme]{border-radius:var(--radius-card);background:var(--color-white);width:min(100%,56rem);box-shadow:var(--shadow-soft);margin:0 auto 1.75rem;overflow:hidden}.calendly-wrap[data-astro-cid-lcdefpme] .calendly-inline-widget{min-width:320px;height:700px}.contact__fallbacks[data-astro-cid-lcdefpme]{margin-top:.5rem}.contact__email[data-astro-cid-lcdefpme]{margin-top:1.5rem;font-size:.95rem}.contact__email[data-astro-cid-lcdefpme] a[data-astro-cid-lcdefpme]{color:var(--color-primary);text-underline-offset:.15em;text-decoration:underline}
