:root{--hero-font: "Jun", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--body-font: "Clear Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--bg: #0e0d3e;--panel: #151923;--muted: #9aa3b2;--text: #ecf0f8;--accent: #834fd1;--accent-2: #6ea8fe;--radius: 18px;--shadow: 0 10px 30px rgba(0,0,0,.35);--main-content-bg: #0e0d3e;--main-content-border: rgba(255,255,255,.07);--main-content-text: #d7deee;--main-content-heading: #ecf0f8;--h1-size: clamp(20px, 6vw, 36px);--h2-size: clamp(16px, 2.3vw, 20px);--h3-size: clamp(14px, 2vw, 18px);--h4-size: clamp(13px, 1.7vw, 16px);--h5-size: clamp(12px, 1.4vw, 14px);--h6-size: clamp(11px, 1.2vw, 14px)}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:radial-gradient(ellipse 1800px 900px at 10% 0%,rgba(79,209,197,.15),transparent 70%),radial-gradient(ellipse 1500px 900px at 100% 10%,rgba(110,168,254,.1),transparent 70%),var(--bg);background-repeat:no-repeat;background-attachment:fixed;color:var(--text);font-family:var(--body-font);line-height:1.55}a{text-decoration:none}.container{width:100%;margin:0;padding:0}.header-container{max-width:1200px;margin:0 auto;padding:0 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}.hero-container{max-width:1200px;margin:0 auto;padding:0 24px;height:100%;display:flex;align-items:flex-end;justify-content:flex-start;box-sizing:border-box}.main-content{background:var(--main-content-bg);border:1px solid var(--main-content-border);border-radius:0;box-shadow:none;overflow:hidden;position:relative;width:100%}.content-container{max-width:1200px;margin:0 auto;padding:0 24px}h1,h2,h3,h4,h5,h6{font-family:var(--hero-font);font-weight:600;line-height:1.2;margin:0}h1{font-size:var(--h1-size)}h2{font-size:var(--h2-size)}h3{font-size:var(--h3-size)}h4{font-size:var(--h4-size)}h5{font-size:var(--h5-size)}h6{font-size:var(--h6-size)}.section{padding:36px 42px}.section h2{font-family:var(--hero-font);font-size:var(--h2-size);text-transform:uppercase;letter-spacing:.08em;margin:0 0 12px;font-weight:600;color:var(--main-content-heading)}.section p{color:var(--main-content-text);max-width:75ch;margin:0 0 16px;font-weight:400}.section strong{color:var(--text);font-weight:600}footer{padding:22px 42px 36px;color:var(--muted);font-size:14px;border-top:1px solid rgba(255,255,255,.06)}@media (max-width: 768px){.content-container{padding:0 16px}.header-container{padding:0 16px;flex-direction:column;text-align:center}.hero-container{padding:0 16px}.section{padding:24px}}@font-face{font-family:Jun;src:url(/fonts/jun/Jun_Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Jun;src:url(/fonts/jun/Jun_Italic.otf) format("opentype");font-weight:400;font-style:italic}@font-face{font-family:Clear Sans;src:url(/fonts/clear_sans/OTF/ClearSans-Regular.otf) format("opentype");font-weight:400;font-style:normal}@font-face{font-family:Clear Sans;src:url(/fonts/clear_sans/OTF/ClearSans-Medium.otf) format("opentype");font-weight:500;font-style:normal}@font-face{font-family:Clear Sans;src:url(/fonts/clear_sans/OTF/ClearSans-Bold.otf) format("opentype");font-weight:700;font-style:normal}header[data-astro-cid-bbe6dxrz]{padding:4px 0 8px;border-bottom:1px solid rgba(255,255,255,.06);width:100%;height:79px;position:relative;z-index:2;background:#1312471a;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px)}.cursor-pointer[data-astro-cid-bbe6dxrz]{cursor:pointer}.header-container[data-astro-cid-bbe6dxrz]{display:flex;justify-content:space-between;align-items:center;padding:0 24px;height:100%;max-width:1200px;margin:0 auto;position:relative}.brand[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:0px}.logo[data-astro-cid-bbe6dxrz]{width:130px;height:100px;border-radius:0;object-fit:cover;object-position:center}.brand-name-logo[data-astro-cid-bbe6dxrz]{height:42px;width:auto;object-fit:contain;object-position:center;margin-left:-51px;margin-bottom:-20px}.mobile-menu-toggle[data-astro-cid-bbe6dxrz]{display:none;flex-direction:column;justify-content:space-around;width:30px;height:25px;background:transparent;border:none;cursor:pointer;padding:0;z-index:1001}.mobile-menu-toggle[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{display:block;height:3px;width:100%;background-color:var(--text);border-radius:1px;transition:all .3s ease;transform-origin:center}.mobile-menu-toggle[data-astro-cid-bbe6dxrz].active span[data-astro-cid-bbe6dxrz]:nth-child(1){transform:translateY(7px) rotate(45deg)}.mobile-menu-toggle[data-astro-cid-bbe6dxrz].active span[data-astro-cid-bbe6dxrz]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-bbe6dxrz].active span[data-astro-cid-bbe6dxrz]:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-menu[data-astro-cid-bbe6dxrz]{display:flex;gap:10px;flex-wrap:wrap}.nav-btn[data-astro-cid-bbe6dxrz]{appearance:none;border:none;border-bottom:2px solid transparent;color:var(--text);background:transparent;padding:12px 16px 10px;border-radius:0;cursor:pointer;font-weight:500;font-family:var(--body-font);transition:all .3s ease;position:relative}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(1):hover{border-bottom-color:#ff6b6b;transform:translateY(-2px);text-shadow:0 0 8px rgba(255,107,107,.15),0 0 16px rgba(255,107,107,.07);filter:brightness(1)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(2):hover{border-bottom-color:#4ecdc4;transform:translateY(-2px);text-shadow:0 0 8px rgba(78,205,196,.15),0 0 16px rgba(78,205,196,.07);filter:brightness(1)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(3):hover{border-bottom-color:#b545d1;transform:translateY(-2px);text-shadow:0 0 8px rgba(181,69,209,.15),0 0 16px rgba(181,69,209,.07);filter:brightness(1)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(4):hover{border-bottom-color:#f39c12;transform:translateY(-2px);text-shadow:0 0 8px rgba(243,156,18,.15),0 0 16px rgba(243,156,18,.07);filter:brightness(1)}.nav-btn[data-astro-cid-bbe6dxrz][aria-current=page]{border-bottom-color:#9aa3b2}.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:8px;background:transparent;color:var(--text);text-decoration:none;padding:12px 16px 10px;border-radius:0;font-size:14px;font-weight:600;font-family:var(--body-font);transition:all .3s ease;border:none;border-bottom:2px solid transparent;position:relative}.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]:hover,.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]:active{border-bottom-color:#25d366;transform:translateY(-2px);text-shadow:0 0 8px rgba(37,211,102,.6),0 0 16px rgba(37,211,102,.3);filter:brightness(1.2)}.whatsapp-nav-icon[data-astro-cid-bbe6dxrz]{width:16px;height:16px;object-fit:contain}.hero-wrapper[data-astro-cid-bbe6dxrz]{position:relative;overflow:hidden;height:700px;max-height:100vh;width:100%}.hero-background[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;z-index:0}.hero-background[data-astro-cid-bbe6dxrz] video[data-astro-cid-bbe6dxrz],.hero-background[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;object-position:center}.hero-background[data-astro-cid-bbe6dxrz]:before{content:"";position:absolute;top:0;left:0;width:100%;height:77px;background:linear-gradient(135deg,#131247ab,#13124776,#131247d9);z-index:1}.video-overlay[data-astro-cid-bbe6dxrz]{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.12;z-index:1}.hero[data-astro-cid-bbe6dxrz]{padding:56px 0 0;position:relative;z-index:1;width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:2;width:100%;flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding-bottom:120px}.eyebrow[data-astro-cid-bbe6dxrz]{font-size:14px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted);font-weight:500}.hero[data-astro-cid-bbe6dxrz] h1[data-astro-cid-bbe6dxrz]{font-family:var(--hero-font);margin:10px 0;font-size:var(--h1-size);line-height:1.03;letter-spacing:.06em;text-transform:uppercase;font-weight:600;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.hero[data-astro-cid-bbe6dxrz] p[data-astro-cid-bbe6dxrz]{font-size:clamp(16px,1.7vw,22px);color:#cdd5e5;max-width:58ch;font-weight:400;text-shadow:1px 1px 4px rgba(0,0,0,.6);margin-top:6px}.cta[data-astro-cid-bbe6dxrz]{display:flex;gap:8px;margin-top:6px;flex-wrap:wrap;justify-content:center;width:100%}.btn[data-astro-cid-bbe6dxrz]{appearance:none;border:1px solid rgba(255,255,255,.25);color:var(--text);background:transparent;padding:18px 32px;border-radius:4px;cursor:pointer;font-weight:500;font-family:var(--body-font);transition:all .3s ease;text-decoration:none;display:inline-block;font-size:16px;min-width:200px;text-align:center}.btn[data-astro-cid-bbe6dxrz].primary{background:linear-gradient(135deg,#223ea4dd,#26114ae0);color:#fff;font-weight:600}.btn[data-astro-cid-bbe6dxrz].primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #7c4dff80,0 0 20px #7c4dff66;border:1px solid #7c4dff;text-shadow:0 0 8px rgba(124,77,255,.6),0 0 16px rgba(124,77,255,.3);filter:brightness(1.3)}.btn[data-astro-cid-bbe6dxrz].secondary{border:none;border:1px solid #cecad785;border-radius:4px;color:#f0f0f0;background:linear-gradient(135deg,#9746ba70,#361968d0);transition:all .3s ease;font-weight:600}.btn[data-astro-cid-bbe6dxrz].secondary:hover{background:#4a2e97ca;transform:translateY(-3px);border:1px solid #ff6b6b;box-shadow:0 8px 25px #ff6b6b66,0 0 20px #ff6b6b4d;text-shadow:0 0 8px rgba(255,107,107,.6),0 0 16px rgba(255,107,107,.3);filter:brightness(1.2)}.cta-divider[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center}.star-decoration[data-astro-cid-bbe6dxrz]{width:40px;height:40px;opacity:.8;filter:brightness(1.2);animation:starGlow 2s ease-in-out infinite alternate}@keyframes starGlow{0%{opacity:.6;transform:scale(1)}to{opacity:1;transform:scale(1.1)}}@media (max-width: 768px){header[data-astro-cid-bbe6dxrz]{padding:17px 0 13px}.header-container[data-astro-cid-bbe6dxrz]{padding:0 0 0 16px;justify-content:flex-start}.brand[data-astro-cid-bbe6dxrz]{margin-right:auto}.logo[data-astro-cid-bbe6dxrz]{width:100px;height:80px}.brand-name-logo[data-astro-cid-bbe6dxrz]{height:40px;margin-left:-40px;margin-bottom:-25px}.mobile-menu-toggle[data-astro-cid-bbe6dxrz]{display:flex;position:absolute;right:20px;top:50%;transform:translateY(-50%)}.nav-menu[data-astro-cid-bbe6dxrz]{position:fixed;top:79px;left:0;width:100%;height:calc(100vh - 79px);background:#131247fa;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);flex-direction:column;justify-content:flex-start;align-items:center;padding:40px 20px;gap:0;transform:translate(-100%);transition:transform .3s ease;z-index:1000;border-top:1px solid rgba(255,255,255,.1)}.nav-menu[data-astro-cid-bbe6dxrz].active{transform:translate(0)}.hero[data-astro-cid-bbe6dxrz]{padding:36px 0 0}.hero-content[data-astro-cid-bbe6dxrz]{padding-bottom:80px}.nav-btn[data-astro-cid-bbe6dxrz]{padding:20px 24px;font-size:18px;width:100%;text-align:center;border-bottom:1px solid rgba(255,255,255,.1);border-radius:0;margin-bottom:8px;transition:all .3s ease}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(1):hover{border-bottom-color:#ff6b6b;transform:translateY(-2px);text-shadow:0 0 8px rgba(255,107,107,.6),0 0 16px rgba(255,107,107,.3);filter:brightness(1.2)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(2):hover{border-bottom-color:#4ecdc4;transform:translateY(-2px);text-shadow:0 0 8px rgba(78,205,196,.6),0 0 16px rgba(78,205,196,.3);filter:brightness(1.2)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(3):hover{border-bottom-color:#b545d1;transform:translateY(-2px);text-shadow:0 0 8px rgba(181,69,209,.6),0 0 16px rgba(181,69,209,.3);filter:brightness(1.2)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(4):hover{border-bottom-color:#f39c12;transform:translateY(-2px);text-shadow:0 0 8px rgba(243,156,18,.6),0 0 16px rgba(243,156,18,.3);filter:brightness(1.2)}.nav-btn[data-astro-cid-bbe6dxrz]:last-child{border-bottom:none}.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]{padding:20px 24px;font-size:16px;gap:12px;width:100%;justify-content:center;background:#25d36626;border:1px solid rgba(37,211,102,.3);border-bottom:2px solid transparent;border-radius:8px;margin-top:20px}.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]:hover,.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]:active{border-bottom-color:#25d366;background:#25d36640;transform:translateY(-2px);text-shadow:0 0 8px rgba(37,211,102,.6),0 0 16px rgba(37,211,102,.3);filter:brightness(1.2)}.whatsapp-nav-icon[data-astro-cid-bbe6dxrz]{width:20px;height:20px}.cta[data-astro-cid-bbe6dxrz]{justify-content:center;flex-direction:column;gap:12px;margin-top:0;padding-bottom:20px}.btn[data-astro-cid-bbe6dxrz]{padding:16px 24px;font-size:15px;min-width:250px;width:100%;max-width:300px;margin:0 auto}.star-decoration[data-astro-cid-bbe6dxrz]{width:20px;height:20px}.cta-divider[data-astro-cid-bbe6dxrz]{order:-1;margin-bottom:8px}.hero-wrapper[data-astro-cid-bbe6dxrz]{height:80vh;max-height:700px}.hero-background[data-astro-cid-bbe6dxrz] video[data-astro-cid-bbe6dxrz],.hero-background[data-astro-cid-bbe6dxrz] img[data-astro-cid-bbe6dxrz]{object-position:center top;aspect-ratio:16/9}.hero-background[data-astro-cid-bbe6dxrz]:before{height:63px}}@media (max-width: 820px) and (min-width: 769px){.header-container[data-astro-cid-bbe6dxrz]{padding:0 16px}.nav-menu[data-astro-cid-bbe6dxrz]{gap:8px}.nav-btn[data-astro-cid-bbe6dxrz]{padding:10px 12px;font-size:14px;transition:all .3s ease}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(1):hover{border-bottom-color:#ff6b6b;transform:translateY(-2px);text-shadow:0 0 8px rgba(255,107,107,.6),0 0 16px rgba(255,107,107,.3);filter:brightness(1.2)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(2):hover{border-bottom-color:#4ecdc4;transform:translateY(-2px);text-shadow:0 0 8px rgba(78,205,196,.6),0 0 16px rgba(78,205,196,.3);filter:brightness(1.2)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(3):hover{border-bottom-color:#b545d1;transform:translateY(-2px);text-shadow:0 0 8px rgba(181,69,209,.6),0 0 16px rgba(181,69,209,.3);filter:brightness(1.2)}.nav-btn[data-astro-cid-bbe6dxrz]:nth-child(4):hover{border-bottom-color:#f39c12;transform:translateY(-2px);text-shadow:0 0 8px rgba(243,156,18,.6),0 0 16px rgba(243,156,18,.3);filter:brightness(1.2)}.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]{padding:10px 12px;font-size:13px;gap:6px;border-bottom:2px solid transparent}.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]:hover,.whatsapp-nav-btn[data-astro-cid-bbe6dxrz]:active{border-bottom-color:#25d366;transform:translateY(-2px);text-shadow:0 0 8px rgba(37,211,102,.6),0 0 16px rgba(37,211,102,.3);filter:brightness(1.2)}.whatsapp-nav-icon[data-astro-cid-bbe6dxrz]{width:14px;height:14px}.mobile-menu-toggle[data-astro-cid-bbe6dxrz]{display:none}}@media (max-width: 480px){.header-container[data-astro-cid-bbe6dxrz]{padding:0 0 0 12px}.cta[data-astro-cid-bbe6dxrz]{margin-top:0;padding-bottom:20px}.logo[data-astro-cid-bbe6dxrz]{width:100px;height:80px}.brand-name-logo[data-astro-cid-bbe6dxrz]{height:40px;margin-left:-40px;margin-bottom:-25px}.mobile-menu-toggle[data-astro-cid-bbe6dxrz]{right:16px;width:28px;height:22px}.mobile-menu-toggle[data-astro-cid-bbe6dxrz] span[data-astro-cid-bbe6dxrz]{height:2.5px}}.footer-section[data-astro-cid-sz7xmlte]{background:linear-gradient(135deg,#f8f9fa,#e9ecef,#dee2e6);width:100%;padding:48px 0 24px;position:relative;border-top:none}.footer-content[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px;align-items:start}.footer-column[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:32px}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:16px;margin-bottom:24px}.footer-logo-img[data-astro-cid-sz7xmlte]{width:120px;height:120px;object-fit:cover;border-radius:0}.footer-brand-text[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin-top:30px;margin-left:-30px;font-size:18px;color:#495057;font-weight:600;font-family:var(--hero-font)}.footer-brand-text[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0 0 0 -30px;color:#6c757d;font-size:14px;font-style:italic}.contact-info[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte],.legal-info[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte],.nav-section[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte],.social-section[data-astro-cid-sz7xmlte] h4[data-astro-cid-sz7xmlte]{margin:0 0 16px;font-size:16px;color:#495057;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.contact-item[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;margin-bottom:8px;font-size:14px}.contact-label[data-astro-cid-sz7xmlte]{color:#6c757d;font-weight:500;margin-bottom:2px}.contact-item[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]:last-child{color:#495057}.phone-link[data-astro-cid-sz7xmlte]{color:#495057;text-decoration:none;transition:color .2s ease}.phone-link[data-astro-cid-sz7xmlte]:hover{color:#007bff;text-decoration:underline}.email-link[data-astro-cid-sz7xmlte]{color:#495057;text-decoration:none;transition:color .2s ease}.email-link[data-astro-cid-sz7xmlte]:hover{color:#007bff;text-decoration:underline}.whatsapp-button[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:12px;background:#25d366;color:#fff;text-decoration:none;padding:12px 20px;border-radius:8px;font-size:14px;font-weight:600;margin:0 0 12px;transition:all .3s ease;box-shadow:0 2px 8px #25d3664d;max-width:300px}.whatsapp-button[data-astro-cid-sz7xmlte]:hover{background:#128c7e;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666;color:#fff}.whatsapp-icon[data-astro-cid-sz7xmlte]{width:20px;height:20px;object-fit:contain}.legal-info[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:4px 0;font-size:13px;color:#6c757d;line-height:1.4}.footer-nav-list[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0}.footer-nav-list[data-astro-cid-sz7xmlte] li[data-astro-cid-sz7xmlte]{margin-bottom:8px}.footer-nav-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#6c757d;text-decoration:none;font-size:14px;transition:color .2s ease}.footer-nav-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:#495057}.social-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:16px}.social-link[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:8px;text-decoration:none;color:#6c757d;font-size:13px;transition:color .2s ease}.social-link[data-astro-cid-sz7xmlte]:hover{color:#495057}.social-icon-img[data-astro-cid-sz7xmlte]{width:48px;height:48px;border-radius:12px;object-fit:contain;transition:transform .2s ease,opacity .2s ease}.social-link[data-astro-cid-sz7xmlte][href*="t.me"] .social-icon-img[data-astro-cid-sz7xmlte]{width:40px;height:40px}.social-link[data-astro-cid-sz7xmlte]:hover .social-icon-img[data-astro-cid-sz7xmlte]{transform:scale(1.1);opacity:.8}.social-disclaimer[data-astro-cid-sz7xmlte]{font-size:11px;color:#868e96;line-height:1.3;margin:0}.mobile-social[data-astro-cid-sz7xmlte]{display:none}.certification[data-astro-cid-sz7xmlte]{display:flex;justify-content:center}.cert-badge[data-astro-cid-sz7xmlte]{border:2px solid #6c757d;padding:12px 16px;text-align:center;border-radius:8px;background:#ffffff80}.cert-text[data-astro-cid-sz7xmlte]{font-size:12px;color:#495057;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:32px;padding-top:24px;border-top:1px solid rgba(108,117,125,.2);text-align:center}.footer-bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0;font-size:13px;color:#6c757d}@media (max-width: 768px){.footer-section[data-astro-cid-sz7xmlte]{padding:32px 0 16px}.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;gap:32px}.footer-brand[data-astro-cid-sz7xmlte]{flex-direction:column;text-align:center;gap:12px}.footer-logo-img[data-astro-cid-sz7xmlte]{width:100px;height:100px}.footer-brand-text[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin-top:0}.social-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:12px}.mobile-social[data-astro-cid-sz7xmlte]{display:block}.footer-social[data-astro-cid-sz7xmlte]{display:none}.cert-badge[data-astro-cid-sz7xmlte]{padding:8px 12px}.footer-bottom[data-astro-cid-sz7xmlte]{margin-top:24px;padding-top:16px}.whatsapp-button[data-astro-cid-sz7xmlte]{padding:10px 16px;font-size:13px;width:100%;justify-content:center}}@media (max-width: 1024px) and (min-width: 769px){.footer-content[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr;gap:36px}.footer-social[data-astro-cid-sz7xmlte]{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;gap:36px}}
