.timeline-section[data-astro-cid-jbc4ngxx]{padding-top:4rem;padding-bottom:5rem}.timeline-header[data-astro-cid-jbc4ngxx]{text-align:center;margin-bottom:4rem}.timeline-header[data-astro-cid-jbc4ngxx] .section-title{color:var(--color-primary)}.timeline-header[data-astro-cid-jbc4ngxx] .section-lead{margin-inline:auto}.timeline-track-wrapper[data-astro-cid-jbc4ngxx]{max-width:800px;margin:0 auto 4rem;padding:0 1rem}.timeline-track[data-astro-cid-jbc4ngxx]{position:relative;padding:2.5rem 0 1rem}.timeline-line[data-astro-cid-jbc4ngxx]{position:absolute;top:50%;transform:translateY(-50%);left:0;right:0;height:2px;background:var(--border-soft);z-index:1}.timeline-points[data-astro-cid-jbc4ngxx]{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:center}.timeline-point[data-astro-cid-jbc4ngxx]{background:transparent;border:none;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:1rem;position:relative;transform:translateY(-50%);top:50%;outline:none}.timeline-year[data-astro-cid-jbc4ngxx]{position:absolute;top:-2.2rem;font-weight:700;font-size:1.1rem;color:var(--text-500);letter-spacing:.05em;transition:color .3s,transform .3s}.timeline-dot[data-astro-cid-jbc4ngxx]{width:16px;height:16px;background:var(--border-soft);border-radius:50%;box-shadow:0 0 0 4px var(--color-bg);transition:background .3s,transform .3s,box-shadow .3s}.timeline-point[data-astro-cid-jbc4ngxx]:hover .timeline-year[data-astro-cid-jbc4ngxx],.timeline-point[data-astro-cid-jbc4ngxx].active .timeline-year[data-astro-cid-jbc4ngxx]{color:var(--color-primary);transform:translateY(-3px)}.timeline-point[data-astro-cid-jbc4ngxx].active .timeline-dot[data-astro-cid-jbc4ngxx]{background:var(--accent-red);box-shadow:0 0 0 6px var(--color-bg),0 0 0 8px var(--accent-red);transform:scale(1.1)}.timeline-point[data-astro-cid-jbc4ngxx]:focus-visible .timeline-dot[data-astro-cid-jbc4ngxx]{outline:2px solid var(--color-primary);outline-offset:4px}.timeline-panels[data-astro-cid-jbc4ngxx]{position:relative;max-width:900px;margin:0 auto;min-height:400px}.timeline-panel[data-astro-cid-jbc4ngxx]{display:none;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;animation:fade-in-panel .5s cubic-bezier(.2,.8,.2,1) forwards}.timeline-panel[data-astro-cid-jbc4ngxx].active{display:grid}@keyframes fade-in-panel{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}.timeline-panel__image[data-astro-cid-jbc4ngxx]{aspect-ratio:4 / 3;border-radius:16px;overflow:hidden;box-shadow:0 20px 40px #00000040}.timeline-panel__image[data-astro-cid-jbc4ngxx] img[data-astro-cid-jbc4ngxx]{width:100%;height:100%;object-fit:cover}.timeline-panel__content[data-astro-cid-jbc4ngxx] h3[data-astro-cid-jbc4ngxx]{margin:0 0 1rem;font-family:Manrope,sans-serif;font-size:clamp(1.5rem,3vw,2rem);color:var(--color-primary);line-height:1.15}.timeline-panel__content[data-astro-cid-jbc4ngxx] p[data-astro-cid-jbc4ngxx]{font-size:1.05rem;color:var(--text-700);line-height:1.65;margin:0}@media(max-width:860px){.timeline-panel[data-astro-cid-jbc4ngxx]{grid-template-columns:1fr;gap:1.5rem}.timeline-panels[data-astro-cid-jbc4ngxx]{min-height:auto}.timeline-header[data-astro-cid-jbc4ngxx]{margin-bottom:2.5rem}.timeline-track-wrapper[data-astro-cid-jbc4ngxx]{margin-bottom:3rem}}.faq-container[data-astro-cid-hqz3ghsx]{display:grid;grid-template-columns:1fr 1.3fr;gap:3rem;align-items:start;padding-top:3rem}@media(max-width:960px){.faq-container[data-astro-cid-hqz3ghsx]{grid-template-columns:1fr}}.faq-list[data-astro-cid-hqz3ghsx]{display:flex;flex-direction:column;gap:1rem}.faq-item[data-astro-cid-hqz3ghsx]{background:#fff;border:none;border-radius:12px;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;box-shadow:0 4px 6px #0000001a}.faq-item[data-astro-cid-hqz3ghsx][open]{box-shadow:0 10px 25px #0003;transform:translateY(-2px)}.faq-item[data-astro-cid-hqz3ghsx][open] .faq-icon[data-astro-cid-hqz3ghsx]{transform:rotate(45deg);color:var(--color-primary)}.faq-question[data-astro-cid-hqz3ghsx]{display:flex;justify-content:space-between;align-items:center;padding:1.35rem 1.5rem;font-weight:600;font-size:1.05rem;color:var(--color-primary);cursor:pointer;list-style:none;user-select:none;transition:background .2s ease,opacity .2s ease}.faq-question[data-astro-cid-hqz3ghsx]::-webkit-details-marker{display:none}.faq-question[data-astro-cid-hqz3ghsx]:hover{background:#f8f9fa}.faq-item[data-astro-cid-hqz3ghsx][open] .faq-question[data-astro-cid-hqz3ghsx]:hover{background:transparent}.faq-icon[data-astro-cid-hqz3ghsx]{font-size:1.6rem;color:var(--accent-red);transition:transform .3s cubic-bezier(.2,.8,.2,1),color .3s;line-height:1;font-weight:300;margin-left:1rem}.faq-answer[data-astro-cid-hqz3ghsx]{padding:0 1.5rem 1.4rem;color:var(--text-700);line-height:1.65;animation:fade-down-faq .35s cubic-bezier(.2,.8,.2,1) forwards}@keyframes fade-down-faq{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.testimonials-section[data-astro-cid-3mek2l3j]{padding:6rem 0}.testimonials-grid[data-astro-cid-3mek2l3j]{display:grid;grid-template-columns:.9fr 1.1fr;gap:4rem;align-items:center}.badge[data-astro-cid-3mek2l3j]{display:inline-block;color:var(--accent-red);font-weight:700;font-size:.85rem;letter-spacing:.1em;margin-bottom:1rem}.testimonials-intro[data-astro-cid-3mek2l3j] h2[data-astro-cid-3mek2l3j]{font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4vw,3.2rem);color:#fff;line-height:1.1;letter-spacing:-.03em;margin:0 0 1.25rem}.lead-text[data-astro-cid-3mek2l3j]{color:#ffffffd9;font-size:1.05rem;line-height:1.65;margin-bottom:2.5rem}.satisfaction-row[data-astro-cid-3mek2l3j]{display:flex;align-items:center;gap:1.5rem}.avatars[data-astro-cid-3mek2l3j]{display:flex}.avatar-sm[data-astro-cid-3mek2l3j]{width:48px;height:48px;border-radius:50%;margin-left:-12px;border:3px solid transparent;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#475569;font-size:.9rem;box-shadow:0 0 0 2px #ffffff1a}.avatar-sm[data-astro-cid-3mek2l3j]:first-child{margin-left:0;background:#cbd5e1}.avatar-sm[data-astro-cid-3mek2l3j].bg-blue{background:#bae6fd;color:#0284c7}.avatar-sm[data-astro-cid-3mek2l3j].bg-dark{background:#334155;color:#f8fafc}.avatar-sm[data-astro-cid-3mek2l3j].add-icon{background:var(--accent-red);color:#fff;font-size:1.2rem}.satisfaction-text[data-astro-cid-3mek2l3j]{display:flex;flex-direction:column;justify-content:center}.satisfaction-text[data-astro-cid-3mek2l3j] .highlight-orange[data-astro-cid-3mek2l3j]{color:var(--accent-red);font-family:Manrope,sans-serif;font-size:1.2rem;font-weight:700}.satisfaction-text[data-astro-cid-3mek2l3j] span[data-astro-cid-3mek2l3j]{color:#ffffffb3;font-size:.85rem;line-height:1.3;margin-top:.15rem;font-weight:600}.testimonials-slider-wrapper[data-astro-cid-3mek2l3j]{position:relative;display:flex;align-items:center;width:100%}.testimonials-slider[data-astro-cid-3mek2l3j].card{position:relative;background:#fff;border-radius:4px;box-shadow:0 30px 60px #0000000f;overflow:hidden;width:100%;border:none;padding:0}.slider-top-border[data-astro-cid-3mek2l3j]{position:absolute;top:0;left:0;right:0;height:3px;background:var(--accent-red);z-index:2}.slider-track[data-astro-cid-3mek2l3j]{display:flex;transition:transform .5s cubic-bezier(.25,1,.5,1)}.slide[data-astro-cid-3mek2l3j]{flex:0 0 100%;padding:4rem 3.5rem;text-align:center;display:flex;flex-direction:column;align-items:center}.stars[data-astro-cid-3mek2l3j]{display:flex;gap:.25rem;margin-bottom:2rem;justify-content:center}.stars[data-astro-cid-3mek2l3j] .star[data-astro-cid-3mek2l3j]{width:18px;height:18px;color:#334155}.quote[data-astro-cid-3mek2l3j]{font-size:1.125rem;line-height:1.8;color:#475569;margin:0 0 2.5rem;font-weight:500}.author-block[data-astro-cid-3mek2l3j]{display:flex;align-items:center;gap:1rem;text-align:left}.avatar-lg[data-astro-cid-3mek2l3j]{width:56px;height:56px;border-radius:50%;background:#e2e8f0;display:flex;align-items:center;justify-content:center;font-weight:700;color:#475569;font-size:1.1rem}.avatar-lg[data-astro-cid-3mek2l3j].bg-image-mock{background:linear-gradient(135deg,#e2e8f0,#cbd5e1)}.author-info[data-astro-cid-3mek2l3j]{display:flex;flex-direction:column}.author-info[data-astro-cid-3mek2l3j] strong[data-astro-cid-3mek2l3j]{font-size:1.05rem;color:var(--color-primary);font-weight:700;margin-bottom:.2rem}.author-info[data-astro-cid-3mek2l3j] span[data-astro-cid-3mek2l3j]{color:var(--accent-red);font-size:.85rem;font-weight:600}.slider-arrow[data-astro-cid-3mek2l3j]{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;background:#fff;border:none;box-shadow:0 10px 25px #00000014;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;color:#475569;transition:all .2s ease}.slider-arrow[data-astro-cid-3mek2l3j]:hover{color:var(--accent-red);transform:translateY(-50%) scale(1.05)}.slider-arrow[data-astro-cid-3mek2l3j] svg[data-astro-cid-3mek2l3j]{width:20px;height:20px}.slider-arrow[data-astro-cid-3mek2l3j].prev{left:-24px}.slider-arrow[data-astro-cid-3mek2l3j].next{right:-24px}@media(max-width:960px){.testimonials-grid[data-astro-cid-3mek2l3j]{grid-template-columns:1fr}.testimonials-intro[data-astro-cid-3mek2l3j]{text-align:center}.satisfaction-row[data-astro-cid-3mek2l3j]{justify-content:center}.slider-arrow[data-astro-cid-3mek2l3j].prev{left:-10px}.slider-arrow[data-astro-cid-3mek2l3j].next{right:-10px}.slide[data-astro-cid-3mek2l3j]{padding:3rem 2rem}}.why-choose-us[data-astro-cid-fcgrrunm]{padding:7rem 0;background:#fff}.wcu-grid[data-astro-cid-fcgrrunm]{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center}.wcu-image-wrapper[data-astro-cid-fcgrrunm]{position:relative;width:100%;aspect-ratio:4 / 5;background:#fff;border-radius:16px;padding:12px;box-shadow:0 15px 45px #00000014;border:1px solid rgba(0,0,0,.04);animation:fade-up-image .8s cubic-bezier(.2,.8,.2,1) forwards}.wcu-image-inner[data-astro-cid-fcgrrunm]{width:100%;height:100%;border-radius:8px;overflow:hidden}.wcu-image[data-astro-cid-fcgrrunm]{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform .6s cubic-bezier(.25,1,.5,1)}@keyframes fade-up-image{0%{opacity:0;transform:translateY(30px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.wcu-image-wrapper[data-astro-cid-fcgrrunm]:hover .wcu-image[data-astro-cid-fcgrrunm]{transform:scale(1.04)}.badge[data-astro-cid-fcgrrunm]{display:inline-block;color:var(--accent-red);font-weight:700;font-size:.9rem;letter-spacing:.1em;margin-bottom:1.25rem}.wcu-content[data-astro-cid-fcgrrunm] h2[data-astro-cid-fcgrrunm]{font-family:Manrope,sans-serif;font-size:clamp(2.2rem,4.5vw,3.2rem);color:var(--color-primary);line-height:1.15;letter-spacing:-.03em;margin:0 0 1.5rem}.wcu-content[data-astro-cid-fcgrrunm] .highlight-orange[data-astro-cid-fcgrrunm]{color:var(--accent-red)}.lead-text[data-astro-cid-fcgrrunm]{color:var(--text-600);font-size:1.05rem;line-height:1.7;margin-bottom:2.5rem}.wcu-divider[data-astro-cid-fcgrrunm]{border:none;height:1px;background:var(--border-soft);margin-bottom:2.5rem}.wcu-features[data-astro-cid-fcgrrunm]{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:stretch}.feature-box[data-astro-cid-fcgrrunm]{display:flex;flex-direction:column;gap:1.25rem;padding:2rem;border-radius:8px;transition:transform .3s ease,box-shadow .3s ease}.feature-box[data-astro-cid-fcgrrunm].active-card{background:#fff;box-shadow:0 15px 35px #0000000d;border:1px solid rgba(0,0,0,.03)}.feature-icon[data-astro-cid-fcgrrunm]{width:48px;height:48px;display:flex;align-items:center;color:var(--accent-red)}.feature-icon[data-astro-cid-fcgrrunm] svg[data-astro-cid-fcgrrunm]{width:100%;height:100%}.feature-text[data-astro-cid-fcgrrunm] h3[data-astro-cid-fcgrrunm]{margin:0 0 .75rem;font-family:Manrope,sans-serif;font-size:1.25rem;color:var(--color-primary);line-height:1.3}.feature-text[data-astro-cid-fcgrrunm] p[data-astro-cid-fcgrrunm]{margin:0;color:var(--text-600);font-size:.95rem;line-height:1.6}@media(max-width:960px){.wcu-grid[data-astro-cid-fcgrrunm]{grid-template-columns:1fr;gap:3rem}.wcu-image-wrapper[data-astro-cid-fcgrrunm]{aspect-ratio:16 / 9}.wcu-features[data-astro-cid-fcgrrunm]{grid-template-columns:1fr;gap:1.5rem}}.segment[data-astro-cid-zhe6yam7] p[data-astro-cid-zhe6yam7]{margin:.5rem 0 0;color:var(--text-700)}.segment[data-astro-cid-zhe6yam7]{padding:1.4rem;background:rgb(var(--color-bg-rgb) / .05);border-color:rgb(var(--color-on-dark-rgb) / .16)}.segment[data-astro-cid-zhe6yam7] h2[data-astro-cid-zhe6yam7]{margin:0;color:var(--color-on-dark);font-size:1.2rem}
