:root{--bg:#f5f7fb;--surface:#fff;--text:#16233e;--muted:#5f6f8e;--border:#d6dfef;--primary:#27389d;--primary-dark:#1f2e81;--accent:#9e1f33;--shadow:0 12px 32px #16233e14}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--text);margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}a{color:inherit}.container{width:min(1120px,92vw);margin:0 auto}.site-header{border-bottom:1px solid var(--border);z-index:80;-webkit-backdrop-filter:blur(6px);background:#fffffff7;position:sticky;top:0}.nav-wrap{justify-content:space-between;align-items:center;gap:.9rem;min-height:76px;display:flex;position:relative}.nav-shell{width:min(1232px,96vw)}.brand{letter-spacing:.02em;color:var(--text);flex-shrink:0;align-items:center;gap:.65rem;font-weight:800;text-decoration:none;display:flex}.brand-logo{object-fit:contain;width:56px;height:56px}.brand-text{min-width:0;line-height:1.1;display:grid}.brand small{color:var(--muted);white-space:nowrap;font-size:.7rem;font-weight:500}.nav-links{flex:1;justify-content:center;align-items:center;gap:.2rem;font-size:.95rem;display:flex}.nav-links a{color:var(--text);text-decoration:none}.nav-links>a{border-radius:8px;padding:.55rem .5rem;font-weight:600}.nav-links a:hover{color:#1f2e81}.nav-links>a:hover{background:#eef3ff}.mobile-menu-toggle{border:1px solid var(--border);cursor:pointer;background:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;gap:.22rem;width:2.5rem;height:2.5rem;display:none}.mobile-menu-toggle span{background:var(--text);border-radius:999px;width:1rem;height:2px;display:block}.nav-dropdown{position:static}.nav-dropdown-trigger{color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:.55rem .5rem;font-weight:600}.nav-dropdown-trigger:hover,.nav-dropdown.is-open .nav-dropdown-trigger{color:#1f2e81;background:#eef3ff}.nav-dropdown-menu{border:1px solid var(--border);opacity:0;pointer-events:none;z-index:110;background:#fff;border-radius:18px;width:max-content;max-width:min(1080px,94vw);padding:1rem;transition:opacity .16s;position:absolute;top:calc(100% + .8rem);left:50%;transform:translate(-50%);box-shadow:0 22px 42px #0f1a3724}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{opacity:1;pointer-events:auto}.nav-dropdown-grid{grid-template-columns:repeat(var(--mega-columns,2), minmax(220px, 260px));gap:.85rem;display:grid}.nav-column{background:#f7f9ff;border:1px solid #e6ecf9;border-radius:12px;align-content:start;gap:.5rem;padding:.8rem;display:grid}.nav-column h3,.nav-featured-card h3{color:#1f2e81;margin:0;font-size:.92rem}.nav-sub-link{border:1px solid #0000;border-radius:10px;gap:.2rem;padding:.55rem;display:grid}.nav-sub-link span{color:#0f1a37;font-weight:600}.nav-sub-link small{color:#5f6f8e;line-height:1.35}.nav-sub-link:hover{background:#eaf0ff;border-color:#d0dcf8}.nav-featured-card{background:linear-gradient(140deg,#0f1a37,#27389d);border-radius:12px;align-content:start;gap:.7rem;padding:.95rem;display:grid}.nav-featured-card p,.nav-featured-card h3{color:#e7ecff}.nav-featured-card p{text-transform:uppercase;letter-spacing:.05em;margin:0;font-size:.7rem;font-weight:700}.nav-featured-card .primary-btn{color:#1f2e81;background:#fff;width:fit-content}.nav-featured-card .primary-btn:hover{color:#16233e;background:#e7ecff}.nav-view-all{color:#1f2e81;margin-top:.6rem;padding:.2rem .1rem;font-weight:600;display:inline-flex}.nav-actions{flex-shrink:0;align-items:center;gap:.6rem;display:flex}.nav-actions .primary-btn{white-space:nowrap}.primary-btn,.ghost-btn{border-radius:10px;justify-content:center;align-items:center;padding:.58rem .88rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:transform .2s,background-color .2s;display:inline-flex}.primary-btn{background:var(--primary);color:#fff}.primary-btn:hover{background:var(--primary-dark);transform:translateY(-1px)}.ghost-btn{color:#1f2e81;background:#eef3ff;border:1px solid #d5def6}.ghost-btn:hover{background:#dce7ff;transform:translateY(-1px)}.hero{padding:2.25rem 0 2.5rem}.hero-wrap{border:1px solid var(--border);box-shadow:var(--shadow);background:linear-gradient(145deg,#fff,#eef3ff);border-radius:24px;padding:2.5rem}.video-hero{min-height:clamp(336px,31.6vw,466px);box-shadow:var(--shadow);border:1px solid #d6dfefb3;border-radius:24px;align-items:center;padding:1.5rem;display:flex;position:relative;overflow:hidden}.hero-video{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero-video-iframe{pointer-events:none;border:0;width:220%;height:220%;top:50%;left:50%;transform:translate(-50%,-50%)}.video-hero:after{content:"";background:linear-gradient(105deg,#0c132694,#27389d47);position:absolute;inset:0}.hero-glass-card{z-index:1;-webkit-backdrop-filter:blur(8px);background:#ffffff1f;border:1px solid #ffffff59;border-radius:24px;max-width:760px;padding:2rem;position:relative}.hero-glass-card h1,.hero-glass-card h2,.hero-glass-card h3{color:#fff}.hero-glass-card p{color:#eaf0ff}.hero-glass-card .eyebrow{color:#ffd8de}.eyebrow{text-transform:uppercase;letter-spacing:.08em;color:var(--accent);margin:0;font-size:.72rem;font-weight:700}h1,h2,h3{margin:.55rem 0;line-height:1.2}p{color:var(--muted);line-height:1.6}.hero h1{max-width:24ch;font-size:clamp(2rem,4vw,3rem)}.hero p{max-width:64ch}.hero-actions{gap:.7rem;margin-top:1.2rem;display:flex}.section{margin:3rem auto}.stats-grid,.service-grid,.steps-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;margin-top:1rem;display:grid}.stat-card,.service-card,.step-card,.info-card{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:1rem}.stat-card{text-align:center}.stat-card strong{color:var(--accent);font-size:2.56rem;line-height:1.1;display:block}.stat-card span{color:var(--primary);margin-top:.3rem;font-size:.96rem;line-height:1.25;display:block}.service-card ul,.info-card ul{color:var(--muted);margin:.7rem 0 0;padding-left:1.2rem}.service-card a,.inline-link{color:#27389d;margin-top:.9rem;font-weight:600;display:inline-flex}.step-card span{color:var(--accent);font-size:.78rem;font-weight:700}.two-col{grid-template-columns:repeat(2,minmax(240px,1fr));gap:1rem;display:grid}.page-intro{padding:1.6rem 0}.page-intro h1{font-size:clamp(1.8rem,3.2vw,2.5rem)}.accordion{gap:.65rem;margin-top:1rem;display:grid}.accordion-item{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden}.accordion-trigger{text-align:left;width:100%;color:var(--text);font:inherit;cursor:pointer;background:0 0;border:0;justify-content:space-between;align-items:center;padding:.9rem 1rem;font-weight:600;display:flex}.accordion-icon{color:var(--accent);font-size:1.2rem}.accordion-panel{opacity:0;max-height:0;transition:max-height .28s,opacity .28s;overflow:hidden}.accordion-panel p{margin:0;padding:0 1rem 1rem}.accordion-item.open .accordion-panel{opacity:1;max-height:220px}.cta-band{border-top:1px solid var(--border);color:#d7e4ff;background:#111c39;margin:3rem 0 0}.cta-band-wrap{padding:2.4rem 0}.cta-band h2{color:#fff}.cta-band p{color:#d7e4ff;max-width:70ch}.cta-band-actions{gap:.7rem;margin-top:1rem;display:flex}.site-footer{border-top:1px solid var(--border);background:#f0f3fa}.footer-wrap{justify-content:space-between;align-items:center;gap:1rem;min-height:76px;display:flex}.footer-links{gap:.85rem;display:flex}.footer-links a{color:#24357f;font-weight:600;text-decoration:none}.embed-frame{border:1px solid var(--border);background:#fff;border-radius:18px;width:100%;min-height:760px}.embed-frame-shell{position:relative;overflow:hidden}.embed-frame-iframe{background:0 0;border:0;width:100%;height:100%;display:block}.embed-frame-placeholder{pointer-events:none;background:linear-gradient(110deg,#f6f8fd 8%,#e9effd 18%,#f6f8fd 33%) 0 0/200% 100%;transition:opacity .2s;animation:1.3s linear infinite embedPulse;position:absolute;inset:0}.embed-frame-placeholder.is-hidden{opacity:0}@keyframes embedPulse{to{background-position-x:-200%}}.calculator-widget-section p{margin-top:0}.calculator-widget-frame{width:70%;height:680px;margin:0 auto;display:block}.europe-hero-content{max-width:860px}.europe-positioning{color:#e7ecff;background:linear-gradient(125deg,#0f1a37,#27389d)}.europe-positioning h2,.europe-positioning p{color:#e7ecff}.youtube-frame{border:1px solid var(--border);background:#fff;border-radius:18px;width:100%;min-height:420px}.contact-conversion-grid{grid-template-columns:1fr;align-items:start;gap:1rem;display:grid}.contact-conversion-card{position:sticky;top:100px}.book-call-link{margin-top:.9rem}.europe-contact-frame{min-height:760px}.book-call-embed-shell{border:1px solid var(--border);box-shadow:var(--shadow);background:#fff;border-radius:18px;overflow:hidden}.book-call-embed-frame{background:#fff;border:0;width:100%;min-height:860px}.booking-cta-block{border:1px solid var(--border);box-shadow:var(--shadow);text-align:center;background:#fff;border-radius:14px;justify-items:center;gap:.55rem;margin-top:1rem;padding:1rem;display:grid}.booking-cta-block p{color:var(--text);margin:0;font-size:1.3rem;font-weight:700}.booking-cta-btn{background:linear-gradient(135deg,#bd2136 0%,#8f1d2f 100%);border-radius:12px;width:fit-content;padding:1rem 1.5rem;font-size:1.3rem;font-weight:700;box-shadow:0 14px 24px #8a122447}.booking-cta-btn:hover{background:linear-gradient(135deg,#a01c31 0%,#7e1a2a 100%)}.booking-cta-block-compact p{font-size:1rem;font-weight:600}@media (max-width:980px){.mobile-menu-toggle{display:inline-flex}.nav-links{border:1px solid var(--border);box-shadow:var(--shadow);z-index:120;background:#fff;border-radius:14px;flex-direction:column;align-items:stretch;gap:.45rem;padding:.8rem;display:none;position:absolute;top:calc(100% + .6rem);left:0;right:0}.nav-links[data-mobile-open=true]{display:flex}.nav-dropdown-menu{opacity:1;pointer-events:auto;width:100%;max-width:100%;box-shadow:none;border:1px solid #e6ecf9;border-radius:12px;margin-top:.25rem;display:none;position:static;transform:none}.nav-dropdown:hover .nav-dropdown-menu,.nav-dropdown.is-open .nav-dropdown-menu{display:block}.nav-dropdown-grid{grid-template-columns:1fr}.nav-featured-card .primary-btn{width:100%}.nav-actions{margin-left:auto}.hero-wrap{padding:1.5rem}.video-hero{min-height:306px;padding:1rem}.hero-glass-card{padding:1.35rem}.two-col,.contact-conversion-grid{grid-template-columns:1fr}.contact-conversion-card{position:static}.footer-wrap{flex-direction:column;align-items:flex-start;padding:1rem 0}.calculator-widget-frame{width:100%;height:720px}.book-call-embed-frame{min-height:720px}}@media (prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}.embed-frame-placeholder{background:#eef3ff}}.links-hub-page{--links-hub-footer-height:72px;height:100%;min-height:100vh;padding:.75rem 0 var(--links-hub-footer-height);background:repeating-linear-gradient(135deg,#e7ebf1 0 1px,#0000 1px 15px),#fff;flex-direction:column;justify-content:flex-start;align-items:center;font-family:Nunito,Helvetica,Arial,Lucida,sans-serif;display:flex;overflow:hidden auto}.links-hub-main{text-align:center;flex:none;align-content:start;justify-items:center;gap:.4rem;width:min(560px,100%);padding:.3rem 1rem .75rem;display:grid;overflow:visible}.links-hub-logo{object-fit:contain;width:110px;height:auto;margin-bottom:.15rem}.links-hub-main h1{color:#1c2f8f;margin:.1rem 0 .2rem;font-family:inherit;font-size:clamp(1.8rem,6vw,2.1rem)}.links-hub-subtitle{color:#4d5f85;max-width:46ch;margin:0;font-family:inherit;font-size:clamp(.98rem,3.5vw,1.1rem);line-height:1.3}.links-hub-video-wrap{width:80%;margin-top:.5rem}.links-hub-video{aspect-ratio:16/9;background:#0f1428;border:1px solid #d6dfef;border-radius:12px;width:100%;display:block}.links-hub-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;width:100%;margin-top:.55rem;display:grid}.links-hub-button{color:#fff;background:#27389d;border:1px solid #27389d;border-radius:12px;justify-content:center;align-items:center;gap:.45rem;width:100%;padding:.72rem .9rem;font-family:inherit;font-size:clamp(1rem,3.4vw,1.05rem);font-weight:600;text-decoration:none;transition:background-color .18s,box-shadow .18s,transform .18s;display:inline-flex}.links-hub-button:hover{background:#1f2e81;transform:translateY(-1px);box-shadow:0 8px 16px #27389d3d}.links-hub-button.is-european-partner{background:#4f7ee6;border-color:#4f7ee6}.links-hub-button.is-european-partner:hover{background:#406ed1}.links-hub-button.is-book-call{background:#c84c62;border-color:#c84c62}.links-hub-button.is-book-call:hover{background:#b64056}.links-hub-button.is-services-download{background:#2f9e44;border-color:#2f9e44}.links-hub-button.is-services-download:hover{background:#27863a}.links-hub-button.is-rodrigo{background:#9e1f33;border-color:#9e1f33}.links-hub-button.is-rodrigo:hover{background:#841a2b}.links-hub-button.is-full-row{grid-column:1/-1}.links-hub-icon{justify-content:center;align-items:center;line-height:1;display:inline-flex}.links-hub-icon svg{fill:#fff;width:1.08rem;height:1.08rem}.linkedin-mini{text-transform:lowercase;border:1.7px solid #fff;border-radius:.3rem;justify-content:center;align-items:center;width:1.35rem;height:1.35rem;font-size:.74rem;font-weight:800;line-height:1;display:inline-flex}.links-hub-footer{z-index:40;color:#fff;background:#2f3794;justify-content:center;justify-items:center;width:100%;padding:.72rem .85rem .68rem;display:flex;position:fixed;bottom:0;left:0;right:0}.links-hub-footer p{color:#fff;margin:0;font-family:inherit;font-size:clamp(1rem,3.5vw,1.04rem);line-height:1.4}.links-hub-footer-row{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(.35rem,1.3vw,.8rem);width:min(560px,96vw);display:flex}.links-hub-language-switcher{background:#ffffff29;border:1px solid #ffffff42;border-radius:999px;flex:none;align-items:center;gap:.2rem;padding:.14rem;display:inline-flex}.links-hub-language-btn{color:#e6ecff;cursor:pointer;background:0 0;border:0;border-radius:999px;padding:.24rem .48rem;font-size:.68rem;font-weight:700}.links-hub-language-btn.is-active{color:#2f3794;background:#fff}.links-hub-social-link{color:#fff;border-radius:999px;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;line-height:1;text-decoration:none;display:inline-flex}.links-hub-social-link:hover{background:#ffffff24}.links-hub-social-link svg{fill:#fff;width:1.34rem;height:1.34rem}@media (max-width:680px){.links-hub-list{grid-template-columns:1fr}}
