@charset "UTF-8";.hero-text-image{position:relative;isolation:isolate;overflow:hidden;padding:6rem 0 8rem;background:radial-gradient(ellipse at top,color-mix(in srgb,var(--color-accent) 8%,transparent) 0%,transparent 60%),var(--color-bg)}.hero-text-image:after{content:"";position:absolute;inset:auto 0 0;height:1px;background:linear-gradient(90deg,transparent 0%,var(--color-accent) 50%,transparent 100%);opacity:.4}.hero-text-image__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;z-index:-2;transform:scale(1.03);will-change:transform}.hero-text-image__scrim{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#0003,#00000080 60%,#000000b3),rgba(var(--hero-overlay-rgb),var(--hero-overlay-alpha))}.hero-text-image__inner{width:100%;max-width:1080px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.hero-text-image__inner{padding-inline:2rem}}.hero-text-image__inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:768px){.hero-text-image__inner{grid-template-columns:1fr 1fr;gap:4rem}}.hero-text-image__text{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;text-align:left}.hero-text-image__eyebrow{margin:0}.hero-text-image__title{margin:0;font-family:var(--font-display);font-size:clamp(2.25rem,5vw,5.25rem);font-weight:300;line-height:1.15;letter-spacing:-.01em;max-width:18ch;color:var(--color-text)}.hero-text-image__subtitle{margin:0;max-width:56ch;font-size:1.125rem;line-height:1.75;color:var(--color-text-soft)}.hero-text-image__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.hero-text-image__media-stack{display:flex;flex-direction:column;gap:1.5rem;min-width:0}.hero-text-image__media{margin:0;width:100%;aspect-ratio:var(--hero-text-image-ratio, 4/3);overflow:hidden;border-radius:4px;background:var(--color-surface-alt);border:1px solid var(--color-border)}.hero-text-image__media img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .45s cubic-bezier(.16,1,.3,1)}.hero-text-image__media:hover img{transform:scale(1.03)}.hero-text-image__feature{margin:0}.hero-text-image__feature img{display:block;max-width:100%;height:auto;border-radius:4px;border:1px solid var(--color-border)}.hero-text-image--with-bg{color:#fff;background:none}.hero-text-image--with-bg:after{display:none}.hero-text-image--with-bg .hero-text-image__title{color:#fff;text-shadow:0 2px 30px rgba(0,0,0,.45)}.hero-text-image--with-bg .hero-text-image__subtitle{color:#ffffffd9;text-shadow:0 1px 12px rgba(0,0,0,.55)}.hero-text-image--with-bg .hero-text-image__eyebrow{color:color-mix(in srgb,var(--color-accent) 70%,#fff 30%)}.hero-text-image--with-bg .hero-text-image__ctas .btn--ghost{color:#fff;border-color:#ffffff8c;backdrop-filter:blur(4px)}.hero-text-image--with-bg .hero-text-image__ctas .btn--ghost:hover{color:#fff;border-color:#fff;background:#ffffff14}.hero-text-image--with-bg .hero-text-image__media{border-color:#ffffff40}@media(prefers-reduced-motion:no-preference){.hero-text-image--with-bg .hero-text-image__bg{transition:transform 1.2s ease-out}.hero-text-image--with-bg:hover .hero-text-image__bg{transform:scale(1.06)}}.content-text{padding-block:6rem}.content-text__inner{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.content-text__inner{padding-inline:2rem}}.content-text__inner{display:flex;flex-direction:column;gap:1.5rem;align-items:flex-start;text-align:left}.content-text__eyebrow{margin:0}.content-text__title{margin:0;font-family:var(--font-display);font-size:2.25rem;font-weight:300;line-height:1.15;letter-spacing:-.01em;color:var(--color-text)}@media(min-width:768px){.content-text__title{font-size:3rem}}.content-text__intro{margin:0;max-width:70ch;font-size:1.125rem;line-height:1.55;color:var(--color-text-muted)}.content-text__media{position:relative;margin:0;width:100%;max-width:22rem;aspect-ratio:var(--text-image-ratio, 4/3);overflow:hidden;border-radius:4px;background:var(--color-surface-alt);border:1px solid var(--color-border)}.content-text__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s cubic-bezier(.16,1,.3,1)}.content-text__media a{display:block;width:100%;height:100%}.content-text__media a:focus-visible{outline:2px solid var(--color-text);outline-offset:-2px}.content-text__media:after{content:"";position:absolute;inset:0;background:rgba(var(--overlay-rgb),var(--overlay-alpha));pointer-events:none}.content-text__media:hover img{transform:scale(1.03)}.content-text__body{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:70ch}.content-text__body p{margin:0;font-size:1.125rem;line-height:1.75;color:var(--color-text-muted)}.content-text__body--rich{display:block;width:100%;max-width:70ch;font-size:1.125rem;line-height:1.75;color:var(--color-text-muted)}.content-text__body--rich p{margin:0 0 1rem}.content-text__body--rich p:last-child{margin-bottom:0}.content-text__body--rich h2,.content-text__body--rich h3{margin:1.5rem 0 .75rem;font-family:var(--font-display);font-weight:300;line-height:1.15;color:var(--color-text)}.content-text__body--rich h2{font-size:1.375rem}.content-text__body--rich h3{font-size:1.125rem}.content-text__body--rich ul,.content-text__body--rich ol{margin:0 0 1rem;padding-left:1.5rem}.content-text__body--rich li{margin-bottom:.5rem}.content-text__body--rich li:last-child{margin-bottom:0}.content-text__body--rich strong{color:var(--color-text);font-weight:600}.content-text__body--rich a{color:var(--color-text);text-decoration:underline;text-underline-offset:.2em}.content-text__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem;justify-content:flex-start}.content-text--center .content-text__inner{width:100%;max-width:720px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.content-text--center .content-text__inner{padding-inline:2rem}}.content-text--center .content-text__inner{align-items:center;text-align:center}.content-text--center .content-text__intro{max-width:64ch}.content-text--center .content-text__body p{margin-inline:auto;max-width:64ch}.content-text--center .content-text__body--rich{max-width:64ch}.content-text--center .content-text__body--rich ul,.content-text--center .content-text__body--rich ol{display:inline-block;text-align:left}.content-text--center .content-text__actions{justify-content:center}.quote-band{position:relative;overflow:hidden;padding-block:6rem;text-align:center}.quote-band__inner{width:100%;max-width:720px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.quote-band__inner{padding-inline:2rem}}.quote-band__inner{position:relative;z-index:1}.quote-band__quote{margin:0}.quote-band__text{font-family:var(--font-display);font-size:2.25rem;font-style:italic;line-height:1.35;margin:0 0 1rem}.quote-band__text:before{content:"“";color:var(--color-accent)}.quote-band__text:after{content:"”";color:var(--color-accent)}.quote-band__attribution{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.quote-band__attribution :where(p){margin:0}.quote-band--secondary{background:var(--color-secondary);color:#fff}.quote-band--secondary:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse at 70% 80%,rgba(var(--overlay-rgb),.18) 0%,transparent 55%);pointer-events:none}.quote-band--secondary .quote-band__text{color:#fff}.quote-band--secondary .quote-band__attribution{color:var(--color-accent-soft)}.quote-band--accent{background:var(--color-accent);color:#fff}.quote-band--accent .quote-band__text{color:#fff}.quote-band--accent .quote-band__text:before,.quote-band--accent .quote-band__text:after{color:#ffffffb3}.quote-band--accent .quote-band__attribution{color:#ffffffd9}.quote-band--plain{background:var(--color-bg)}.quote-band--plain .quote-band__text{color:var(--color-text)}.quote-band--plain .quote-band__attribution{color:var(--color-text-muted)}.steps{padding-block:6rem}.steps__inner{width:100%;max-width:1080px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.steps__inner{padding-inline:2rem}}.steps__inner{display:flex;flex-direction:column;gap:3rem}.steps__header{display:flex;flex-direction:column;gap:.75rem;max-width:60ch}.steps--center .steps__header{align-items:center;text-align:center;margin-inline:auto}.steps__eyebrow{margin:0}.steps__title{margin:0;font-family:var(--font-display);font-size:2.25rem;font-weight:300;line-height:1.15;letter-spacing:-.01em;color:var(--color-text)}@media(min-width:768px){.steps__title{font-size:3rem}}.steps__subtitle{margin:0;font-size:1.125rem;line-height:1.75;color:var(--color-text-muted)}.steps__list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:3rem;counter-reset:step}@media(min-width:768px){.steps__list{grid-template-columns:repeat(3,1fr);gap:2rem}}.steps__item{position:relative;display:flex;flex-direction:column;gap:.75rem;padding:2rem;border-radius:4px;background:var(--color-surface);border:1px solid var(--color-border);transition:transform .25s cubic-bezier(.16,1,.3,1),border-color .25s cubic-bezier(.16,1,.3,1)}.steps__item:hover{transform:translateY(-2px);border-color:var(--color-accent)}@media(min-width:768px){.steps__item:not(:last-child):after{content:"";position:absolute;top:3.25rem;right:-1rem;width:2rem;height:1px;background:linear-gradient(to right,var(--color-border) 0%,var(--color-accent) 100%)}}.steps__num{display:inline-flex;align-items:baseline;gap:.5rem}.steps__num-value{font-family:var(--font-display);font-size:1.75rem;font-weight:300;letter-spacing:-.01em;color:var(--color-accent);line-height:1}.steps__step-title{margin:0;font-family:var(--font-display);font-size:1.375rem;font-weight:400;line-height:1.15;color:var(--color-text)}.steps__step-body{margin:0;font-size:1rem;line-height:1.75;color:var(--color-text-muted)}.icon-cards{background:var(--color-bg);padding-block:4rem}.icon-cards--bg{background:var(--color-bg-alt)}.icon-cards__inner{width:100%;max-width:1080px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.icon-cards__inner{padding-inline:2rem}}.icon-cards__header{text-align:center;max-width:720px;margin:0 auto 3rem}.icon-cards__title{margin:0 0 .75rem}.icon-cards__intro{color:var(--color-text-muted);font-size:1.125rem;line-height:1.35;margin:0}.icon-cards__grid{list-style:none;margin:0;padding:0;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:640px){.icon-cards__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:960px){.icon-cards--cols-3 .icon-cards__grid{grid-template-columns:repeat(3,1fr)}.icon-cards--cols-4 .icon-cards__grid{grid-template-columns:repeat(4,1fr)}}.icon-card{background:var(--color-surface);padding:1.5rem;border-radius:8px;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.icon-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}.icon-card__icon{width:48px;height:48px;border-radius:999px;display:flex;align-items:center;justify-content:center;margin-bottom:1rem;font-size:1.5rem;line-height:1;color:var(--color-accent);background:var(--color-surface-alt);border:1px solid var(--color-border)}.icon-card__title{font-size:1.125rem;margin:0 0 .5rem}.icon-card__text{color:var(--color-text-muted);font-size:.875rem;line-height:1.55;margin:0}.icon-card__text :where(p):last-child{margin-bottom:0}.icon-card__text :where(em){color:var(--color-accent);font-style:italic}.price-simple{padding-block:6rem}.price-simple--background{background:var(--color-bg-alt)}.price-simple__head{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.price-simple__head{padding-inline:2rem}}.price-simple__head{text-align:center;display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-bottom:3rem}.price-simple__title{margin:0;max-width:22ch;font-family:var(--font-display);font-size:2.25rem;font-weight:300;line-height:1.15;letter-spacing:-.01em}@media(min-width:768px){.price-simple__title{font-size:3rem}}.price-simple__subtitle{margin:0;max-width:56ch;font-size:1.125rem;color:var(--color-text-muted)}.price-simple__grid{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.price-simple__grid{padding-inline:2rem}}.price-simple__grid{list-style:none;padding-block:0;margin-block:0;display:grid;gap:1.5rem;grid-template-columns:1fr}@media(min-width:768px){.price-simple__grid{grid-template-columns:repeat(var(--tier-count, 3),1fr);gap:2rem}}.price-simple__tier{position:relative;background:var(--color-bg);border:1px solid var(--color-border);border-radius:8px;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:border-color .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.price-simple__tier:hover{border-color:var(--color-accent);box-shadow:0 4px 16px #0000000f}.price-simple__tier--featured{border-color:var(--color-accent);background:var(--color-bg-alt)}.price-simple__tier--has-badge .price-simple__name{font-weight:700;font-size:1.875rem}.price-simple__tier--has-badge{margin-top:-2rem}.price-simple__badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--color-accent);color:var(--color-text-invert);font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;padding:4px 12px;border-radius:999px;white-space:nowrap;z-index:1}.price-simple__name{margin:0;font-family:var(--font-display);font-size:1.75rem;font-weight:300;color:var(--color-text)}.price-simple__tagline{margin:0;color:var(--color-text-muted);font-size:1rem}.price-simple__notice{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;margin:0;padding:3px 10px 3px 8px;background:var(--color-notice-bg);color:var(--color-notice-fg);font-size:.6875rem;font-weight:600;letter-spacing:.05em;border-radius:999px;line-height:1.3;white-space:nowrap}.price-simple__notice-dot{width:6px;height:6px;border-radius:50%;background:currentColor;opacity:.85;flex-shrink:0}.price-simple__price{margin-top:.75rem;display:flex;align-items:baseline;gap:.5rem}.price-simple__amount{font-family:var(--font-display);font-size:3rem;font-weight:300;letter-spacing:-.01em;color:var(--color-text);display:inline-flex;align-items:baseline}.price-simple__currency{font-size:.5em;line-height:1;margin-right:.12em;color:var(--color-text-muted);transform:translateY(-.62em)}.price-simple__value{line-height:1}.price-simple__unit{font-size:.875rem;color:var(--color-text-muted);letter-spacing:.05em}.price-simple__price-note{margin:-1rem 0 0;font-size:.6875rem;font-style:italic;color:var(--color-text-muted);line-height:1.35;letter-spacing:.05em}.price-simple__features{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem;border-top:1px solid var(--color-border);padding-top:1rem}.price-simple__features li{font-size:.875rem;color:var(--color-text-soft);line-height:1.35;padding-left:1rem;position:relative;display:flex;flex-direction:column;gap:2px}.price-simple__features li:before{content:"·";position:absolute;left:.25rem;top:0;color:var(--color-accent);font-weight:700}.price-simple__feature-note{font-size:.625rem;color:var(--color-text-muted);line-height:1.35;letter-spacing:.05em}.price-simple__cta{margin-top:auto;align-self:stretch;text-align:center}.price-simple__cover{margin:0 auto;max-width:180px}.price-simple__cover img{display:block;width:100%;height:auto;border-radius:2px;box-shadow:0 4px 16px #0000000f}.price-simple__preview-link{margin:.25rem 0 0;text-align:center;font-size:.875rem}.price-simple__preview-link a{color:var(--color-text-muted);text-decoration:underline;text-underline-offset:.2em}.price-simple__preview-link a:hover{color:var(--color-accent)}.price-compare{padding-block:6rem}.price-compare--background{background:var(--color-bg-alt)}.price-compare__head{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.price-compare__head{padding-inline:2rem}}.price-compare__head{text-align:center;display:flex;flex-direction:column;gap:.75rem;align-items:center;margin-bottom:3rem}.price-compare__title{margin:0;max-width:22ch;font-family:var(--font-display);font-size:2.25rem;font-weight:300;line-height:1.15;letter-spacing:-.01em}@media(min-width:768px){.price-compare__title{font-size:3rem}}.price-compare__subtitle{margin:0;max-width:56ch;font-size:1.125rem;color:var(--color-text-muted)}.price-compare__scroll{width:100%;max-width:1280px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.price-compare__scroll{padding-inline:2rem}}.price-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch}.price-compare__table{width:100%;min-width:720px;border-collapse:collapse;text-align:left}.price-compare__th-feature{width:34%;background:transparent}.price-compare__th{padding:1.5rem 1rem;text-align:center;border-bottom:1px solid var(--color-border);vertical-align:bottom}.price-compare__th--featured{background:var(--color-bg-alt);border-top:2px solid var(--color-accent);border-left:2px solid var(--color-accent);border-right:2px solid var(--color-accent)}.price-compare__th--has-badge .price-compare__th-name{font-weight:700;font-size:1.5rem}.price-compare__th-badge{display:inline-block;margin-bottom:.5rem;padding:2px 10px;background:var(--color-accent);color:var(--color-text-invert);font-size:.625rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;border-radius:999px;white-space:nowrap}.price-compare__th-name{font-family:var(--font-display);font-size:1.375rem;font-weight:300;color:var(--color-text)}.price-compare__th-price{margin-top:.25rem;font-size:.875rem;color:var(--color-text-muted);letter-spacing:.05em}.price-compare__th-price-note{margin-top:2px;font-size:.5625rem;font-style:italic;color:var(--color-text-muted);line-height:1.35;letter-spacing:.05em}.price-compare__th-notice{display:inline-flex;align-items:center;gap:6px;margin:.5rem 0 0;padding:3px 10px 3px 8px;background:var(--color-notice-bg);color:var(--color-notice-fg);font-size:.625rem;font-weight:600;letter-spacing:.05em;border-radius:999px;line-height:1.3;white-space:nowrap}.price-compare__th-notice-dot{width:5px;height:5px;border-radius:50%;background:currentColor;opacity:.85;flex-shrink:0}.price-compare__group{background:transparent}.price-compare__group-label{padding:1.5rem 1rem .5rem;text-align:left;font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.25em;text-transform:uppercase;color:var(--color-text-muted);border-bottom:1px solid var(--color-border)}.price-compare__group-cell{padding:1.5rem 1rem .5rem;border-bottom:1px solid var(--color-border)}.price-compare__group-cell--featured{background:var(--color-bg-alt);border-left:2px solid var(--color-accent);border-right:2px solid var(--color-accent)}.price-compare__row-label{padding:1rem;font-weight:400;color:var(--color-text);font-size:1rem;border-bottom:1px solid var(--color-border);background:transparent}.price-compare__row-label-text{display:block}.price-compare__row-note{display:block;margin-top:2px;font-size:.625rem;font-weight:400;color:var(--color-text-muted);line-height:1.35;letter-spacing:.05em}.price-compare__cell{padding:1rem;text-align:center;font-size:.875rem;color:var(--color-text-soft);border-bottom:1px solid var(--color-border)}.price-compare__cell--check{color:var(--color-accent);font-size:1.125rem;font-weight:600}.price-compare__cell--featured{background:var(--color-bg-alt);border-left:2px solid var(--color-accent);border-right:2px solid var(--color-accent)}.price-compare__cell-value{display:block}.price-compare__cell-note{display:block;margin-top:2px;font-size:.625rem;font-weight:400;color:var(--color-text-muted);line-height:1.35;letter-spacing:.05em}.price-compare__foot{padding:1.5rem 1rem;text-align:center}.price-compare__foot--featured{background:var(--color-bg-alt);border-left:2px solid var(--color-accent);border-right:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent)}.price-compare__foot .btn{display:inline-block;min-width:140px}.responsive-swap__mobile{display:contents}@media(min-width:768px){.responsive-swap__mobile{display:none}}.responsive-swap__desktop{display:none}@media(min-width:768px){.responsive-swap__desktop{display:contents}}.testimonial-row{padding-block:6rem}.testimonial-row--background{background:var(--color-bg-alt)}.testimonial-row__inner{width:100%;max-width:1080px;margin-inline:auto;padding-inline:1.5rem}@media(min-width:768px){.testimonial-row__inner{padding-inline:2rem}}.testimonial-row__eyebrow{display:block;margin:0 0 .75rem;text-align:center}.testimonial-row__title{margin:0 0 3rem;text-align:center;font-family:var(--font-display);font-size:2.25rem;font-weight:300;line-height:1.15;letter-spacing:-.01em;color:var(--color-text)}@media(min-width:768px){.testimonial-row__title{font-size:3rem}}.testimonial-row__grid{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.testimonial-row__grid{flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:stretch}}.testimonial-row__grid .testimonial-wide{display:flex;padding-block:0}.testimonial-row__grid .testimonial-wide__inner{display:flex;width:100%;max-width:none;padding-inline:0}.testimonial-row__grid .testimonial-wide__card{flex:1}@media(min-width:768px){.testimonial-row--cols-2 .testimonial-row__grid .testimonial,.testimonial-row--cols-2 .testimonial-row__grid .testimonial-wide{flex:0 1 calc((100% - 1.5rem)/2)}}@media(min-width:768px){.testimonial-row--cols-3 .testimonial-row__grid .testimonial,.testimonial-row--cols-3 .testimonial-row__grid .testimonial-wide{flex:0 1 calc((100% - 1.5rem * (3 - 1)) / 3)}}@media(min-width:768px){.testimonial-row--cols-4 .testimonial-row__grid .testimonial,.testimonial-row--cols-4 .testimonial-row__grid .testimonial-wide{flex:0 1 calc((100% - 4.5rem)/4)}}.testimonial{margin:0;padding:2rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:4px;display:flex;flex-direction:column;gap:1rem;transition:border-color .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),box-shadow .25s cubic-bezier(.16,1,.3,1)}.testimonial:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:var(--shadow-md)}.testimonial__rating{display:flex;gap:2px}.testimonial__star{color:var(--color-border-strong);font-size:1rem}.testimonial__star.is-filled{color:var(--color-accent)}.testimonial__quote{margin:0;font-family:var(--font-display);font-size:1.375rem;font-weight:300;line-height:1.35;color:var(--color-text);position:relative;padding-left:1.5rem}.testimonial__quote:before{content:"“";position:absolute;left:-.25rem;top:-.75rem;font-size:3rem;color:var(--color-accent);line-height:1}.testimonial__quote p{margin:0}.testimonial__quote strong{font-weight:600}.testimonial__caption{display:flex;align-items:center;gap:.75rem;font-style:normal}.testimonial__avatar{position:relative;display:inline-flex;width:48px;height:48px;border-radius:999px;overflow:hidden;border:1px solid var(--color-border);flex-shrink:0}.testimonial__avatar img{width:100%;height:100%;object-fit:cover;display:block}.testimonial__avatar--image:after{content:"";position:absolute;inset:0;background:rgba(var(--overlay-rgb),var(--overlay-alpha));pointer-events:none}.testimonial__avatar--placeholder{align-items:center;justify-content:center;background:var(--color-bg-alt);color:var(--color-accent);font-family:var(--font-display);font-size:.875rem;font-weight:300;letter-spacing:.05em;user-select:none}.testimonial__meta{display:flex;flex-direction:column}.testimonial__author{font-style:normal;font-weight:600;font-size:.875rem;letter-spacing:.05em;color:var(--color-text)}.testimonial__role{font-size:.75rem;color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase}.testimonial__tags{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.testimonial__tag{margin:0;padding:.25rem .75rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-bg-alt);color:var(--color-text-muted);font-size:.75rem;letter-spacing:.05em}.testimonial--center{text-align:center}.testimonial--center .testimonial__rating{justify-content:center}.testimonial--center .testimonial__quote{padding-left:0}.testimonial--center .testimonial__quote:before{content:none}.testimonial--center .testimonial__quote p:first-child:before{content:"“";font-size:3rem;line-height:0;color:var(--color-accent)}.testimonial--center .testimonial__caption,.testimonial--center .testimonial__tags{justify-content:center}
