.page-hero[data-astro-cid-ztrm3lda]{position:relative;background:var(--color-primary);padding:calc(var(--nav-height) + 5rem) 0 5rem;overflow:hidden;min-height:380px;display:flex;align-items:center}.page-hero__bg[data-astro-cid-ztrm3lda]{position:absolute;inset:0;background:radial-gradient(ellipse 60% 80% at 80% 40%,rgba(201,168,76,.07) 0%,transparent 65%),radial-gradient(ellipse 40% 60% at 10% 70%,rgba(16,185,129,.07) 0%,transparent 60%);pointer-events:none}.page-hero[data-astro-cid-ztrm3lda] .container[data-astro-cid-ztrm3lda]{position:relative;z-index:1}.page-hero__content[data-astro-cid-ztrm3lda]{max-width:780px}.breadcrumb[data-astro-cid-ztrm3lda]{margin-bottom:1.5rem}.breadcrumb[data-astro-cid-ztrm3lda] ol[data-astro-cid-ztrm3lda]{display:flex;align-items:center;gap:.375rem;list-style:none;flex-wrap:wrap;font-size:.875rem}.breadcrumb[data-astro-cid-ztrm3lda] li[data-astro-cid-ztrm3lda]{color:#ffffff80;display:flex;align-items:center}.breadcrumb[data-astro-cid-ztrm3lda] a[data-astro-cid-ztrm3lda]{color:#ffffffa6;text-decoration:none;transition:color .2s ease}.breadcrumb[data-astro-cid-ztrm3lda] a[data-astro-cid-ztrm3lda]:hover,.breadcrumb[data-astro-cid-ztrm3lda] li[data-astro-cid-ztrm3lda][aria-current=page]{color:var(--color-accent)}.page-hero__title[data-astro-cid-ztrm3lda]{font-size:clamp(2.25rem,5vw,3.5rem);font-weight:800;line-height:1.15;letter-spacing:-.03em;color:#fff;margin-bottom:1.25rem}.text-accent[data-astro-cid-ztrm3lda]{color:var(--color-accent)}.page-hero__subtitle[data-astro-cid-ztrm3lda]{font-size:1.125rem;line-height:1.7;color:#ffffffb8;max-width:580px}.section-header[data-astro-cid-ztrm3lda]{text-align:center;margin-bottom:3.5rem}.section-header[data-astro-cid-ztrm3lda] .section-badge[data-astro-cid-ztrm3lda]{display:inline-flex}.section-header[data-astro-cid-ztrm3lda] .section-subtitle[data-astro-cid-ztrm3lda]{margin:0 auto}.section--white[data-astro-cid-ztrm3lda]{background:var(--color-white)}.overview-grid[data-astro-cid-ztrm3lda]{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.overview-image__frame[data-astro-cid-ztrm3lda]{border-radius:1.25rem;overflow:hidden;box-shadow:0 0 0 1px #c9a84c33,0 20px 60px #0a2e1c2e,0 0 40px #c9a84c0f}.overview-image__frame[data-astro-cid-ztrm3lda] img[data-astro-cid-ztrm3lda]{width:100%;height:auto;display:block;transition:transform .6s ease}.overview-image__frame[data-astro-cid-ztrm3lda]:hover img[data-astro-cid-ztrm3lda]{transform:scale(1.03)}.overview-text[data-astro-cid-ztrm3lda] .section-badge[data-astro-cid-ztrm3lda]{display:inline-flex;margin-bottom:1rem}.overview-text[data-astro-cid-ztrm3lda] .section-title[data-astro-cid-ztrm3lda]{margin-bottom:1.25rem}.overview-text__body[data-astro-cid-ztrm3lda]{color:var(--color-text-light);line-height:1.8;margin-bottom:1rem}.check-list[data-astro-cid-ztrm3lda]{margin-top:1.75rem;display:flex;flex-direction:column;gap:.875rem}.check-list__item[data-astro-cid-ztrm3lda]{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;font-weight:500;color:var(--color-text)}.check-list__icon[data-astro-cid-ztrm3lda]{flex-shrink:0;display:flex}.services-grid[data-astro-cid-ztrm3lda]{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.service-card[data-astro-cid-ztrm3lda]{background:var(--color-white);border:1px solid rgba(16,185,129,.15);border-radius:1rem;padding:1.875rem;box-shadow:var(--shadow-card);transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease}.service-card[data-astro-cid-ztrm3lda]:hover{border-color:var(--color-accent);box-shadow:var(--shadow-card-hover);transform:translateY(-4px)}.service-card__icon[data-astro-cid-ztrm3lda]{margin-bottom:1.25rem}.service-card__title[data-astro-cid-ztrm3lda]{font-size:1.0625rem;font-weight:700;color:var(--color-text);margin-bottom:.625rem;line-height:1.3}.service-card__desc[data-astro-cid-ztrm3lda]{font-size:.9rem;color:var(--color-text-light);line-height:1.7}.process-steps[data-astro-cid-ztrm3lda]{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.process-steps__track[data-astro-cid-ztrm3lda]{position:absolute;top:2rem;left:calc(12.5% + 1rem);right:calc(12.5% + 1rem);height:2px;background:repeating-linear-gradient(to right,rgba(201,168,76,.4) 0,rgba(201,168,76,.4) 8px,transparent 8px,transparent 16px)}.process-step[data-astro-cid-ztrm3lda]{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1rem}.process-step__number[data-astro-cid-ztrm3lda]{width:64px;height:64px;border-radius:50%;background:var(--color-gold);color:var(--color-primary);font-family:var(--font-heading);font-size:1.25rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #c9a84c59;position:relative;z-index:1;flex-shrink:0}.process-step__title[data-astro-cid-ztrm3lda]{font-size:1.0625rem;font-weight:700;color:var(--color-text);margin-bottom:.375rem}.process-step__desc[data-astro-cid-ztrm3lda]{font-size:.875rem;color:var(--color-text-light);line-height:1.65}.stats-section[data-astro-cid-ztrm3lda]{background:var(--color-primary);color:#fff}.stats-quote[data-astro-cid-ztrm3lda]{text-align:center;max-width:760px;margin:0 auto 4rem}.stats-quote__icon[data-astro-cid-ztrm3lda]{display:flex;justify-content:center;margin-bottom:1.5rem}.stats-quote__text[data-astro-cid-ztrm3lda]{font-family:var(--font-heading);font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:600;line-height:1.5;color:#fff;font-style:normal;letter-spacing:-.015em}.stats-quote__author[data-astro-cid-ztrm3lda]{margin-top:1rem;font-size:.875rem;color:#ffffff73;font-style:italic}.stats-grid[data-astro-cid-ztrm3lda]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:860px;margin:0 auto}.stat-item[data-astro-cid-ztrm3lda]{text-align:center;padding:2.5rem 1.5rem;background:#ffffff0a;border:1px solid rgba(16,185,129,.15);border-radius:1rem;transition:border-color .25s ease,background .25s ease}.stat-item[data-astro-cid-ztrm3lda]:hover{border-color:#10b98166;background:#ffffff12}.stat-item__value[data-astro-cid-ztrm3lda]{font-family:var(--font-heading);font-size:clamp(2rem,4vw,2.75rem);font-weight:800;letter-spacing:-.03em;color:var(--color-accent);line-height:1;margin-bottom:.75rem}.stat-item__label[data-astro-cid-ztrm3lda]{font-size:.9375rem;color:#ffffffa6;line-height:1.5}.accordion[data-astro-cid-ztrm3lda]{max-width:860px;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}.accordion-item[data-astro-cid-ztrm3lda]{background:var(--color-white);border:1px solid rgba(16,185,129,.18);border-radius:.875rem;overflow:hidden;transition:border-color .25s ease,box-shadow .25s ease}.accordion-item[data-astro-cid-ztrm3lda].is-open{border-color:var(--color-accent);box-shadow:0 4px 20px #10b9811a}.accordion-trigger[data-astro-cid-ztrm3lda]{display:flex;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;font-family:var(--font-heading);font-size:1rem;font-weight:600;color:var(--color-text);transition:background .2s ease}.accordion-trigger[data-astro-cid-ztrm3lda]:hover{background:#10b9810a}.accordion-trigger__title[data-astro-cid-ztrm3lda]{flex:1}.accordion-trigger__arrow[data-astro-cid-ztrm3lda]{flex-shrink:0;display:flex;color:var(--color-text-light);transition:transform .3s ease}.accordion-item[data-astro-cid-ztrm3lda].is-open .accordion-trigger__arrow[data-astro-cid-ztrm3lda]{transform:rotate(180deg)}.accordion-body[data-astro-cid-ztrm3lda]{max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.22,1,.36,1)}.accordion-body__inner[data-astro-cid-ztrm3lda]{padding:0 1.5rem 1.5rem}.accordion-body__inner[data-astro-cid-ztrm3lda] p[data-astro-cid-ztrm3lda]{color:var(--color-text-light);line-height:1.8;font-size:.9375rem}.accordion-body__inner[data-astro-cid-ztrm3lda] p[data-astro-cid-ztrm3lda]+p[data-astro-cid-ztrm3lda]{margin-top:.875rem}.cta-section[data-astro-cid-ztrm3lda]{background:var(--color-primary)}.cta-box[data-astro-cid-ztrm3lda]{position:relative;overflow:hidden;border-radius:1.5rem;padding:4rem;background:#ffffff08;border:1px solid rgba(201,168,76,.2)}.cta-box__content[data-astro-cid-ztrm3lda]{position:relative;z-index:1;max-width:640px}.cta-box__title[data-astro-cid-ztrm3lda]{font-size:clamp(1.875rem,4vw,2.75rem);font-weight:800;letter-spacing:-.025em;color:#fff;margin-bottom:1rem}.cta-box__subtitle[data-astro-cid-ztrm3lda]{font-size:1.0625rem;line-height:1.7;color:#ffffffad;margin-bottom:2rem}.cta-box__actions[data-astro-cid-ztrm3lda]{display:flex;gap:1rem;flex-wrap:wrap}.cta-box__deco[data-astro-cid-ztrm3lda]{position:absolute;right:-60px;top:50%;transform:translateY(-50%);pointer-events:none;opacity:.6}@media (max-width: 1024px){.overview-grid[data-astro-cid-ztrm3lda]{gap:2.5rem}.services-grid[data-astro-cid-ztrm3lda]{grid-template-columns:repeat(2,1fr)}.process-steps[data-astro-cid-ztrm3lda]{grid-template-columns:repeat(2,1fr);gap:2rem 3rem}.process-steps__track[data-astro-cid-ztrm3lda]{display:none}.stats-grid[data-astro-cid-ztrm3lda]{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width: 768px){.overview-grid[data-astro-cid-ztrm3lda]{grid-template-columns:1fr;gap:2rem}.services-grid[data-astro-cid-ztrm3lda]{grid-template-columns:1fr}.stats-grid[data-astro-cid-ztrm3lda]{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}.cta-box[data-astro-cid-ztrm3lda]{padding:2.5rem 1.75rem}.cta-box__deco[data-astro-cid-ztrm3lda]{display:none}.process-steps[data-astro-cid-ztrm3lda]{grid-template-columns:1fr;max-width:400px;margin-left:auto;margin-right:auto}}@media (max-width: 480px){.page-hero[data-astro-cid-ztrm3lda]{padding-top:calc(var(--nav-height) + 3rem);min-height:auto}.cta-box__actions[data-astro-cid-ztrm3lda]{flex-direction:column}.cta-box__actions[data-astro-cid-ztrm3lda] .btn[data-astro-cid-ztrm3lda]{width:100%;justify-content:center}}
