:root{--navy: #1E3A5F;--blue: #3B5BDB;--orange: #F4845F;--stone: #F1EFE9;--white: #FDFCFA;--sky: #EBF0FF;--ink: #1A1A2E;--mid: #6B7280;--line: rgba(30,58,95,.1);--font: "Plus Jakarta Sans", sans-serif;--radius: 12px;--max-w: 1100px}.nav[data-astro-cid-42aujycc]{position:sticky;top:0;z-index:100;background:var(--navy);border-bottom:1px solid rgba(255,255,255,.08)}.nav-inner[data-astro-cid-42aujycc]{max-width:var(--max-w);margin:0 auto;padding:0 32px;height:68px;display:flex;align-items:center;justify-content:space-between;gap:24px}.nav-logo[data-astro-cid-42aujycc]{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:800;color:var(--white);letter-spacing:-.02em;text-decoration:none;flex-shrink:0}.nav-logo[data-astro-cid-42aujycc] .bit[data-astro-cid-42aujycc]{color:#7b9eff}.nav-logo[data-astro-cid-42aujycc] img[data-astro-cid-42aujycc]{height:45px;width:auto}.nav-links[data-astro-cid-42aujycc]{display:flex;align-items:center;gap:28px;list-style:none}.nav-links[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc],.nav-dropdown-toggle[data-astro-cid-42aujycc]{font-size:14px;font-weight:500;color:#fdfcfa99;text-decoration:none;transition:color .2s}.nav-links[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]:hover,.nav-dropdown-toggle[data-astro-cid-42aujycc]:hover{color:var(--white);text-decoration:none}.nav-dropdown[data-astro-cid-42aujycc]{position:relative}.nav-dropdown-toggle[data-astro-cid-42aujycc]{display:flex;align-items:center;gap:4px;cursor:pointer;background:none;border:none;font-family:var(--font);padding:0}.nav-dropdown-toggle[data-astro-cid-42aujycc] svg[data-astro-cid-42aujycc]{width:12px;height:12px;color:#fdfcfa66;transition:transform .2s}.nav-dropdown-menu[data-astro-cid-42aujycc]{display:none;position:absolute;top:calc(100% + 20px);left:50%;transform:translate(-50%);background:var(--navy);border:1px solid rgba(255,255,255,.12);border-radius:10px;padding:8px 0;min-width:300px;box-shadow:0 12px 32px #0000004d;z-index:300}.nav-dropdown-menu[data-astro-cid-42aujycc]:before{content:"";position:absolute;top:-20px;left:0;right:0;height:20px}.nav-dropdown[data-astro-cid-42aujycc]:hover .nav-dropdown-menu[data-astro-cid-42aujycc]{display:block}.nav-dropdown[data-astro-cid-42aujycc]:hover .nav-dropdown-toggle[data-astro-cid-42aujycc] svg[data-astro-cid-42aujycc]{transform:rotate(180deg)}.nav-dropdown-menu[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]{display:block;padding:10px 20px;font-size:13px;font-weight:500;color:#fdfcfa8c;transition:color .15s,background .15s}.nav-dropdown-menu[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]:hover{color:var(--white);background:#ffffff0f;text-decoration:none}.nav-cta[data-astro-cid-42aujycc]{background:var(--orange);color:var(--white);font-family:var(--font);font-size:14px;font-weight:700;padding:10px 22px;border:none;border-radius:8px;cursor:pointer;text-decoration:none;flex-shrink:0;transition:background .2s}.nav-cta[data-astro-cid-42aujycc]:hover{background:#e5744f;text-decoration:none}.nav-toggle[data-astro-cid-42aujycc]{display:none;background:none;border:none;cursor:pointer;flex-direction:column;gap:5px;padding:4px}.nav-toggle[data-astro-cid-42aujycc] span[data-astro-cid-42aujycc]{display:block;width:24px;height:2px;background:var(--white);border-radius:2px;transition:transform .2s}.hero[data-astro-cid-42aujycc]{background:var(--navy);position:relative;overflow:hidden}.hero[data-astro-cid-42aujycc]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 55% 50% at 80% 20%,rgba(59,91,219,.35) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 15% 90%,rgba(244,132,95,.14) 0%,transparent 55%);pointer-events:none;animation:heroBreath 11s ease-in-out infinite alternate}@keyframes heroBreath{0%{background:radial-gradient(ellipse 55% 50% at 80% 20%,rgba(59,91,219,.35) 0%,transparent 60%),radial-gradient(ellipse 40% 50% at 15% 90%,rgba(244,132,95,.14) 0%,transparent 55%)}50%{background:radial-gradient(ellipse 60% 55% at 70% 25%,rgba(59,91,219,.42) 0%,transparent 65%),radial-gradient(ellipse 45% 55% at 20% 80%,rgba(244,132,95,.22) 0%,transparent 60%)}to{background:radial-gradient(ellipse 50% 45% at 88% 12%,rgba(123,158,255,.32) 0%,transparent 58%),radial-gradient(ellipse 50% 60% at 8% 92%,rgba(244,132,95,.18) 0%,transparent 55%)}}.hero[data-astro-cid-42aujycc]:after{content:"";position:absolute;inset:0;background-image:linear-gradient(rgba(253,252,250,.025) 1px,transparent 1px),linear-gradient(90deg,rgba(253,252,250,.025) 1px,transparent 1px);background-size:64px 64px;pointer-events:none;mask-image:radial-gradient(ellipse 70% 80% at 50% 50%,black 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 70% 80% at 50% 50%,black 40%,transparent 100%)}.hero-inner[data-astro-cid-42aujycc]{max-width:var(--max-w);margin:0 auto;padding:80px 32px 90px;position:relative;z-index:1;text-align:center}.hero-badge[data-astro-cid-42aujycc]{display:inline-flex;align-items:center;gap:8px;background:linear-gradient(135deg,#3b5bdb38,#f4845f24);border:1px solid rgba(123,158,255,.3);border-radius:100px;padding:6px 16px;margin-bottom:24px;animation:badgeBreath 3.2s ease-in-out infinite}@keyframes badgeBreath{0%,to{transform:scale(1);box-shadow:0 0 #7b9eff00}50%{transform:scale(1.025);box-shadow:0 0 0 6px #7b9eff14}}.hero-badge-dot[data-astro-cid-42aujycc]{width:7px;height:7px;background:#7b9eff;border-radius:50%;box-shadow:0 0 #7b9eff99;animation:dotPing 2.2s ease-out infinite}@keyframes dotPing{0%{box-shadow:0 0 #7b9eff8c}70%{box-shadow:0 0 0 10px #7b9eff00}to{box-shadow:0 0 #7b9eff00}}.hero-badge[data-astro-cid-42aujycc] span[data-astro-cid-42aujycc]{font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#7b9eff}.hero-tagline[data-astro-cid-42aujycc]{font-size:clamp(30px,4.5vw,44px);font-weight:800;line-height:1.12;letter-spacing:-.025em;color:var(--white);margin-bottom:20px;max-width:720px;margin-left:auto;margin-right:auto}.hero-tagline[data-astro-cid-42aujycc] em[data-astro-cid-42aujycc]{font-style:normal;color:#7b9eff}.hero-subtitle[data-astro-cid-42aujycc]{font-size:17px;font-weight:600;color:#fdfcfad9;line-height:1.55;max-width:680px;margin:0 auto 16px}.hero-body[data-astro-cid-42aujycc]{font-size:15px;font-weight:400;color:#fdfcfa8c;line-height:1.65;max-width:480px;margin:0 auto 32px}.hero-ctas[data-astro-cid-42aujycc]{display:flex;gap:14px;align-items:center;justify-content:center;flex-wrap:wrap}.btn-coral[data-astro-cid-42aujycc]{background:var(--orange);color:var(--white);font-family:var(--font);font-size:15px;font-weight:700;padding:14px 28px;border:none;border-radius:8px;cursor:pointer;text-decoration:none;transition:background .2s;display:inline-block}.btn-coral[data-astro-cid-42aujycc]:hover{background:#e5744f;text-decoration:none}.btn-ghost[data-astro-cid-42aujycc]{border:1px solid rgba(253,252,250,.25);color:#fdfcfab3;font-family:var(--font);font-size:15px;font-weight:500;padding:14px 28px;background:transparent;border-radius:8px;cursor:pointer;text-decoration:none;transition:border-color .2s,color .2s}.btn-ghost[data-astro-cid-42aujycc]:hover{border-color:#fdfcfa80;color:var(--white);text-decoration:none}.section[data-astro-cid-42aujycc]{padding:90px 32px}.section-inner[data-astro-cid-42aujycc]{max-width:var(--max-w);margin:0 auto}.section--stone[data-astro-cid-42aujycc]{background:var(--stone)}.section--white[data-astro-cid-42aujycc]{background:var(--white)}.section--sky[data-astro-cid-42aujycc]{background:var(--sky)}.section--navy[data-astro-cid-42aujycc]{background:var(--navy);color:var(--white)}.ritmo-rule[data-astro-cid-42aujycc]{height:2px;border:none;margin:0;background:linear-gradient(90deg,transparent 0%,rgba(59,91,219,0) 8%,var(--blue) 38%,var(--orange) 50%,var(--blue) 62%,rgba(59,91,219,0) 92%,transparent 100%);background-size:220% 100%;animation:ritmoSlide 9s linear infinite;opacity:.55}@keyframes ritmoSlide{0%{background-position:-110% 0}to{background-position:110% 0}}.section-label[data-astro-cid-42aujycc]{font-size:12px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:12px}.section--navy[data-astro-cid-42aujycc] .section-label[data-astro-cid-42aujycc]{color:var(--orange)}.section-heading[data-astro-cid-42aujycc]{font-size:clamp(28px,4vw,38px);font-weight:800;letter-spacing:-.025em;line-height:1.15;margin-bottom:16px}.section-subtitle[data-astro-cid-42aujycc]{font-size:17px;color:var(--mid);max-width:560px;line-height:1.65;margin-bottom:48px}.section--navy[data-astro-cid-42aujycc] .section-subtitle[data-astro-cid-42aujycc]{color:#fdfcfa8c}.two-col[data-astro-cid-42aujycc]{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start}.two-col__image[data-astro-cid-42aujycc]{border-radius:var(--radius);overflow:hidden}.two-col__image[data-astro-cid-42aujycc] img[data-astro-cid-42aujycc]{width:100%;height:auto;object-fit:cover;border-radius:16px;box-shadow:0 20px 60px #00000026}.two-col__body[data-astro-cid-42aujycc]{font-size:15px;color:var(--mid);line-height:1.75}.two-col__body[data-astro-cid-42aujycc] h2[data-astro-cid-42aujycc]{font-size:clamp(24px,3.5vw,34px);font-weight:800;letter-spacing:-.025em;line-height:1.15;margin-bottom:20px;color:var(--ink)}.two-col__body[data-astro-cid-42aujycc] ul[data-astro-cid-42aujycc]{list-style:disc;padding-left:20px;margin:16px 0}.two-col__body[data-astro-cid-42aujycc] ul[data-astro-cid-42aujycc] li[data-astro-cid-42aujycc]{margin-bottom:8px;color:var(--mid);font-size:15px;line-height:1.65}.two-col__body[data-astro-cid-42aujycc] p[data-astro-cid-42aujycc]{margin-bottom:16px}.service-body[data-astro-cid-42aujycc]{font-size:15px;color:var(--mid);line-height:1.8;max-width:760px}.service-body[data-astro-cid-42aujycc] strong[data-astro-cid-42aujycc]{color:var(--ink);font-weight:600}.service-body[data-astro-cid-42aujycc] ul[data-astro-cid-42aujycc]{list-style:disc;padding-left:20px;margin:16px 0}.service-body[data-astro-cid-42aujycc] ul[data-astro-cid-42aujycc] li[data-astro-cid-42aujycc]{margin-bottom:12px;line-height:1.7}.module-cards[data-astro-cid-42aujycc]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.module-card[data-astro-cid-42aujycc]{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;transition:box-shadow .35s ease,transform .35s ease,border-color .35s ease}.module-card[data-astro-cid-42aujycc]:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1e3a5f1f,0 0 0 1px #3b5bdb1f;border-color:#3b5bdb26}.module-card__icon[data-astro-cid-42aujycc]{width:48px;height:48px;background:var(--navy);border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;animation:iconFloat 4.5s ease-in-out infinite}.module-card[data-astro-cid-42aujycc]:nth-child(2) .module-card__icon[data-astro-cid-42aujycc]{animation-delay:1s}.module-card[data-astro-cid-42aujycc]:nth-child(3) .module-card__icon[data-astro-cid-42aujycc]{animation-delay:2s}@keyframes iconFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.module-card__icon[data-astro-cid-42aujycc] svg[data-astro-cid-42aujycc]{width:24px;height:24px;color:var(--white)}.module-card__title[data-astro-cid-42aujycc]{font-size:17px;font-weight:700;color:var(--ink);margin-bottom:14px}.module-card[data-astro-cid-42aujycc] ul[data-astro-cid-42aujycc]{list-style:none;padding:0}.module-card[data-astro-cid-42aujycc] ul[data-astro-cid-42aujycc] li[data-astro-cid-42aujycc]{font-size:14px;color:var(--mid);line-height:1.6;padding:6px 0;border-bottom:1px solid var(--line)}.module-card[data-astro-cid-42aujycc] ul[data-astro-cid-42aujycc] li[data-astro-cid-42aujycc]:last-child{border-bottom:none}.process-grid[data-astro-cid-42aujycc]{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:20px}.process-card[data-astro-cid-42aujycc]{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;position:relative;transition:box-shadow .35s ease,transform .35s ease,border-color .35s ease}.process-card[data-astro-cid-42aujycc]:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1e3a5f1f,0 0 0 1px #3b5bdb1f;border-color:#3b5bdb26}.process-card[data-astro-cid-42aujycc]:before{content:"";position:absolute;top:28px;right:22px;width:6px;height:6px;background:var(--blue);border-radius:50%;opacity:.25;transition:opacity .3s ease,box-shadow .3s ease}.process-card[data-astro-cid-42aujycc]:hover:before{opacity:1;box-shadow:0 0 0 4px #3b5bdb2e}.process-card[data-astro-cid-42aujycc]:nth-child(2n):before{background:var(--orange)}.process-card[data-astro-cid-42aujycc]:nth-child(2n):hover:before{box-shadow:0 0 0 4px #f4845f2e}.process-number[data-astro-cid-42aujycc]{font-size:32px;font-weight:800;color:var(--blue);opacity:.2;line-height:1;margin-bottom:12px}.process-title[data-astro-cid-42aujycc]{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:8px}.process-desc[data-astro-cid-42aujycc]{font-size:14px;color:var(--mid);line-height:1.6}.benefit-grid[data-astro-cid-42aujycc]{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:40px}.benefit-card[data-astro-cid-42aujycc]{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:32px 28px;transition:box-shadow .35s ease,transform .35s ease,border-color .35s ease}.benefit-card[data-astro-cid-42aujycc]:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1e3a5f1f,0 0 0 1px #3b5bdb1f;border-color:#3b5bdb26}.benefit-card__title[data-astro-cid-42aujycc]{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:10px;letter-spacing:-.01em}.benefit-card__desc[data-astro-cid-42aujycc]{font-size:14px;color:var(--mid);line-height:1.65}.video-embed[data-astro-cid-42aujycc]{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:var(--radius);margin-top:32px;box-shadow:0 8px 32px #1e3a5f1f}.video-embed[data-astro-cid-42aujycc] iframe[data-astro-cid-42aujycc]{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.dossier-cta[data-astro-cid-42aujycc]{background:var(--navy);border-radius:var(--radius);padding:48px 52px;display:flex;align-items:center;justify-content:space-between;gap:32px;position:relative;overflow:hidden}.dossier-cta[data-astro-cid-42aujycc]:before{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 50% 70% at 90% 50%,rgba(59,91,219,.3) 0%,transparent 65%);pointer-events:none}.dossier-text[data-astro-cid-42aujycc]{position:relative;z-index:1}.dossier-text[data-astro-cid-42aujycc] h3[data-astro-cid-42aujycc]{font-size:22px;font-weight:700;color:var(--white);margin-bottom:8px;letter-spacing:-.01em}.dossier-text[data-astro-cid-42aujycc] p[data-astro-cid-42aujycc]{font-size:15px;color:#fdfcfa8c;line-height:1.6}.dossier-cta[data-astro-cid-42aujycc] .btn-coral[data-astro-cid-42aujycc]{position:relative;z-index:1;flex-shrink:0}.faq-list[data-astro-cid-42aujycc]{max-width:760px}.faq-item[data-astro-cid-42aujycc]{border-bottom:1px solid var(--line)}.faq-item[data-astro-cid-42aujycc]:last-child{border-bottom:none}.faq-item[data-astro-cid-42aujycc] summary[data-astro-cid-42aujycc]{font-size:17px;font-weight:600;color:var(--ink);padding:22px 0;cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:16px;line-height:1.4}.faq-item[data-astro-cid-42aujycc] summary[data-astro-cid-42aujycc]::-webkit-details-marker{display:none}.faq-item[data-astro-cid-42aujycc] summary[data-astro-cid-42aujycc]:after{content:"+";font-size:22px;font-weight:400;color:var(--mid);flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.faq-item[data-astro-cid-42aujycc][open] summary[data-astro-cid-42aujycc]:after{content:"−"}.faq-answer[data-astro-cid-42aujycc]{font-size:15px;color:var(--mid);line-height:1.7;padding:0 0 24px;max-width:640px}.two-col-faq[data-astro-cid-42aujycc]{display:grid;grid-template-columns:1fr 1.5fr;gap:56px;align-items:start}.two-col-faq__left[data-astro-cid-42aujycc] h2[data-astro-cid-42aujycc]{font-size:clamp(24px,3.5vw,34px);font-weight:800;letter-spacing:-.025em;line-height:1.15;margin-bottom:24px;color:var(--ink)}.two-col-faq__right[data-astro-cid-42aujycc] .faq-list[data-astro-cid-42aujycc]{max-width:100%}.contact-grid[data-astro-cid-42aujycc]{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}.contact-form[data-astro-cid-42aujycc]{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:36px}.form-group[data-astro-cid-42aujycc]{margin-bottom:20px}.form-group[data-astro-cid-42aujycc] label[data-astro-cid-42aujycc]{display:block;font-size:14px;font-weight:600;color:var(--ink);margin-bottom:6px}.form-group[data-astro-cid-42aujycc] input[data-astro-cid-42aujycc],.form-group[data-astro-cid-42aujycc] textarea[data-astro-cid-42aujycc]{width:100%;font-family:var(--font);font-size:15px;padding:12px 16px;border:1px solid var(--line);border-radius:8px;background:var(--white);color:var(--ink);transition:border-color .2s,box-shadow .2s;outline:none}.form-group[data-astro-cid-42aujycc] input[data-astro-cid-42aujycc]:focus,.form-group[data-astro-cid-42aujycc] textarea[data-astro-cid-42aujycc]:focus{border-color:var(--blue);box-shadow:0 0 0 3px #3b5bdb1a}.form-group[data-astro-cid-42aujycc] textarea[data-astro-cid-42aujycc]{resize:vertical;min-height:120px}.form-privacy[data-astro-cid-42aujycc]{display:flex;align-items:flex-start;gap:10px;margin-bottom:24px}.form-privacy[data-astro-cid-42aujycc] input[data-astro-cid-42aujycc][type=checkbox]{margin-top:3px;flex-shrink:0;width:18px;height:18px;accent-color:var(--blue)}.form-privacy[data-astro-cid-42aujycc] label[data-astro-cid-42aujycc]{font-size:13px;color:var(--mid);line-height:1.5;cursor:pointer}.form-privacy[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]{color:var(--blue)}.form-submit[data-astro-cid-42aujycc]{width:100%;background:var(--orange);color:var(--white);font-family:var(--font);font-size:16px;font-weight:700;padding:14px 28px;border:none;border-radius:8px;cursor:pointer;transition:background .2s}.form-submit[data-astro-cid-42aujycc]:hover{background:#e5744f}.form-alert[data-astro-cid-42aujycc]{margin-top:16px;padding:14px 18px;border-radius:8px;font-size:14px;display:none}.form-alert--success[data-astro-cid-42aujycc]{background:#ecfdf5;color:#065f46;border:1px solid #a7f3d0}.form-alert--error[data-astro-cid-42aujycc]{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.contact-info-block[data-astro-cid-42aujycc]{padding-top:8px}.contact-info-block[data-astro-cid-42aujycc] h3[data-astro-cid-42aujycc]{font-size:20px;font-weight:700;color:var(--ink);margin-bottom:8px}.contact-info-block[data-astro-cid-42aujycc]>p[data-astro-cid-42aujycc]{font-size:15px;color:var(--mid);line-height:1.65;margin-bottom:32px}.contact-detail[data-astro-cid-42aujycc]{display:flex;align-items:flex-start;gap:14px;margin-bottom:24px}.contact-detail-icon[data-astro-cid-42aujycc]{width:40px;height:40px;background:var(--sky);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-detail-icon[data-astro-cid-42aujycc] svg[data-astro-cid-42aujycc]{width:20px;height:20px;color:var(--blue)}.contact-detail-label[data-astro-cid-42aujycc]{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mid);margin-bottom:2px}.contact-detail-value[data-astro-cid-42aujycc]{font-size:15px;color:var(--ink);line-height:1.5}.contact-detail-value[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]{color:var(--blue);font-weight:500}.contact-cards[data-astro-cid-42aujycc]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.contact-card[data-astro-cid-42aujycc]{background:var(--white);border:1px solid var(--line);border-radius:var(--radius);padding:28px 24px;text-align:center;transition:box-shadow .35s ease,transform .35s ease}.contact-card[data-astro-cid-42aujycc]:hover{transform:translateY(-4px);box-shadow:0 14px 40px #1e3a5f1f}.contact-card__icon[data-astro-cid-42aujycc]{width:44px;height:44px;background:var(--sky);border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}.contact-card__icon[data-astro-cid-42aujycc] svg[data-astro-cid-42aujycc]{width:22px;height:22px;color:var(--blue)}.contact-card__title[data-astro-cid-42aujycc]{font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--mid);margin-bottom:6px}.contact-card__value[data-astro-cid-42aujycc]{font-size:15px;color:var(--ink);line-height:1.5}.contact-card__value[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]{color:var(--blue);font-weight:500}.footer[data-astro-cid-42aujycc]{background:var(--navy);color:#fdfcfa80;padding:40px 32px}.footer-inner[data-astro-cid-42aujycc]{max-width:var(--max-w);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer-copy[data-astro-cid-42aujycc]{font-size:13px}.footer-links[data-astro-cid-42aujycc]{display:flex;gap:20px}.footer-links[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]{font-size:13px;color:#fdfcfa80;text-decoration:none}.footer-links[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]:hover{color:var(--white);text-decoration:underline}.footer-locations[data-astro-cid-42aujycc]{display:flex;gap:8px}.footer-loc[data-astro-cid-42aujycc]{font-size:11px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;background:#ffffff14;padding:5px 12px;border-radius:6px;color:#fdfcfa73}.whatsapp-btn[data-astro-cid-42aujycc]{position:fixed;bottom:24px;left:24px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #00000026;z-index:200;transition:transform .2s;text-decoration:none}.whatsapp-btn[data-astro-cid-42aujycc]:hover{transform:scale(1.08)}.whatsapp-btn[data-astro-cid-42aujycc] svg[data-astro-cid-42aujycc]{width:32px;height:32px;fill:#fff}@media(max-width:900px){.two-col[data-astro-cid-42aujycc]{grid-template-columns:1fr;gap:32px}.two-col__image[data-astro-cid-42aujycc] img[data-astro-cid-42aujycc]{width:100%;height:auto;max-height:none;object-fit:contain}.module-cards[data-astro-cid-42aujycc]{grid-template-columns:1fr}.benefit-grid[data-astro-cid-42aujycc],.process-grid[data-astro-cid-42aujycc]{grid-template-columns:1fr 1fr}.contact-grid[data-astro-cid-42aujycc]{grid-template-columns:1fr}.contact-cards[data-astro-cid-42aujycc]{grid-template-columns:1fr 1fr}.two-col-faq[data-astro-cid-42aujycc]{grid-template-columns:1fr;gap:32px}.dossier-cta[data-astro-cid-42aujycc]{flex-direction:column;text-align:center;padding:40px 32px}.footer-inner[data-astro-cid-42aujycc]{flex-direction:column;text-align:center;gap:16px}}@media(max-width:640px){.section[data-astro-cid-42aujycc]{padding:64px 20px}.nav-inner[data-astro-cid-42aujycc]{padding:0 20px}.nav-links[data-astro-cid-42aujycc]{display:none}.nav-toggle[data-astro-cid-42aujycc]{display:flex}.nav[data-astro-cid-42aujycc].open .nav-links[data-astro-cid-42aujycc]{display:flex;flex-direction:column;position:absolute;top:68px;left:0;right:0;background:var(--navy);padding:16px 20px 24px;border-top:1px solid rgba(255,255,255,.08);gap:4px}.nav[data-astro-cid-42aujycc].open .nav-links[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc],.nav[data-astro-cid-42aujycc].open .nav-dropdown-toggle[data-astro-cid-42aujycc]{padding:10px 0;font-size:16px}.nav[data-astro-cid-42aujycc].open .nav-dropdown-menu[data-astro-cid-42aujycc]{position:static;transform:none;background:transparent;border:none;box-shadow:none;padding:0;min-width:auto;display:none}.nav[data-astro-cid-42aujycc].open .nav-dropdown[data-astro-cid-42aujycc].open .nav-dropdown-menu[data-astro-cid-42aujycc]{display:block}.nav[data-astro-cid-42aujycc].open .nav-dropdown-menu[data-astro-cid-42aujycc] a[data-astro-cid-42aujycc]{padding:8px 0 8px 20px;font-size:15px}.hero-inner[data-astro-cid-42aujycc]{padding:48px 20px 60px}.hero-tagline[data-astro-cid-42aujycc]{font-size:clamp(26px,7vw,34px)}.hero-subtitle[data-astro-cid-42aujycc]{font-size:15px}.hero-body[data-astro-cid-42aujycc]{font-size:14px}.hero-ctas[data-astro-cid-42aujycc]{flex-direction:column}.btn-coral[data-astro-cid-42aujycc],.btn-ghost[data-astro-cid-42aujycc]{width:100%;text-align:center}.benefit-grid[data-astro-cid-42aujycc],.process-grid[data-astro-cid-42aujycc],.contact-cards[data-astro-cid-42aujycc]{grid-template-columns:1fr}.dossier-cta[data-astro-cid-42aujycc]{padding:32px 24px}.dossier-text[data-astro-cid-42aujycc] h3[data-astro-cid-42aujycc]{font-size:19px}.footer-locations[data-astro-cid-42aujycc]{flex-wrap:wrap;justify-content:center}}@media(prefers-reduced-motion:reduce){.reveal[data-astro-cid-42aujycc]{opacity:1;transform:none;transition-duration:.01s}.module-card[data-astro-cid-42aujycc],.process-card[data-astro-cid-42aujycc],.benefit-card[data-astro-cid-42aujycc],.contact-card[data-astro-cid-42aujycc]{transition-duration:.01s}.hero[data-astro-cid-42aujycc]:before,.hero-badge[data-astro-cid-42aujycc],.hero-badge-dot[data-astro-cid-42aujycc],.module-card__icon[data-astro-cid-42aujycc],.ritmo-rule[data-astro-cid-42aujycc]{animation:none!important}}img[data-astro-cid-42aujycc]{max-width:100%;height:auto}.responsive-img[data-astro-cid-42aujycc]{width:100%;max-width:750px;height:auto;display:block;margin:0 auto;border-radius:16px}body{overflow-x:hidden}.trace-showcase[data-astro-cid-42aujycc]{max-width:960px;margin:56px auto 0}.trace-showcase[data-astro-cid-42aujycc] img[data-astro-cid-42aujycc]{width:100%;border-radius:16px;box-shadow:0 8px 40px #1e3a5f2e;display:block}.trace-showcase-caption[data-astro-cid-42aujycc]{text-align:center;font-size:13px;color:var(--mid);margin-top:12px}.panaderia-block[data-astro-cid-42aujycc]{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.panaderia-block__text[data-astro-cid-42aujycc] p[data-astro-cid-42aujycc]{color:#fdfcfacc;font-size:16px;line-height:1.75;margin-bottom:16px}.panaderia-block__sectors[data-astro-cid-42aujycc]{display:flex;flex-direction:column;gap:12px}.sector-pill[data-astro-cid-42aujycc]{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:10px;padding:14px 20px;color:var(--white);font-size:15px;font-weight:600}@media(max-width:768px){.panaderia-block[data-astro-cid-42aujycc]{grid-template-columns:1fr;gap:32px}}.panaderia-casos-link[data-astro-cid-42aujycc]{display:inline-block;margin-top:8px;color:var(--orange);font-size:14px;font-weight:600;text-decoration:none;transition:opacity .2s}.panaderia-casos-link[data-astro-cid-42aujycc]:hover{opacity:.75;text-decoration:none}.lightbox-overlay[data-astro-cid-42aujycc]{display:none;position:fixed;inset:0;background:#000000d9;z-index:9999;align-items:center;justify-content:center;cursor:zoom-out}.lightbox-overlay[data-astro-cid-42aujycc].active{display:flex}.lightbox-overlay[data-astro-cid-42aujycc] img[data-astro-cid-42aujycc]{max-width:92vw;max-height:92vh;border-radius:12px;box-shadow:0 24px 80px #0009;object-fit:contain}.lightbox-close[data-astro-cid-42aujycc]{position:absolute;top:20px;right:28px;color:#fff;font-size:36px;font-weight:300;cursor:pointer;line-height:1}img[data-astro-cid-42aujycc].lightbox-trigger{cursor:zoom-in;transition:opacity .2s}img[data-astro-cid-42aujycc].lightbox-trigger:hover{opacity:.85}
