:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:.8;--PhoneInputInternationalIconGlobe-opacity:.65;--PhoneInputCountrySelect-marginRight:.35em;--PhoneInputCountrySelectArrow-width:.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1;min-width:0}.PhoneInputCountryIcon{width:calc(var(--PhoneInputCountryFlag-height) * var(--PhoneInputCountryFlag-aspectRatio));height:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--square{width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{width:100%;height:100%;display:block}.PhoneInputInternationalIconPhone{opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{margin-right:var(--PhoneInputCountrySelect-marginRight);align-self:stretch;align-items:center;display:flex;position:relative}.PhoneInputCountrySelect{z-index:1;opacity:0;cursor:pointer;border:0;width:100%;height:100%;position:absolute;top:0;left:0}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{content:"";width:var(--PhoneInputCountrySelectArrow-width);height:var(--PhoneInputCountrySelectArrow-width);margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);border-style:solid;border-color:var(--PhoneInputCountrySelectArrow-color);border-top-width:0;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-left-width:0;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);transform:var(--PhoneInputCountrySelectArrow-transform);opacity:var(--PhoneInputCountrySelectArrow-opacity);display:block}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus), inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{opacity:1;color:var(--PhoneInputCountrySelectArrow-color--focus)}
:root{--brazil-green:#009c3b;--brazil-yellow:#ffdf00;--brazil-green-muted:#009c3b26;--brazil-yellow-muted:#ffdf001f}.bz-nav{z-index:100;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#1a2930;border-bottom:1px solid #c9a84c38;justify-content:space-between;align-items:center;padding:.75rem 4rem;display:flex;position:fixed;top:0;left:0;right:0}.bz-nav-brand{align-items:center;gap:1rem;display:flex}.bz-nav-logo{object-fit:contain;object-position:left center;flex-shrink:0;width:172px;height:48px}.bz-nav-text{flex-direction:column;display:flex}.bz-nav-text span:first-child{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold-light);letter-spacing:.05em;font-size:.92rem;font-weight:600}.bz-nav-text span:last-child{color:#ffffff73;letter-spacing:.12em;text-transform:uppercase;font-size:.68rem}.bz-nav-flag{color:#ffffffb3;border:1px solid #ffdf004d;border-radius:20px;align-items:center;gap:.4rem;padding:.3rem .8rem;font-size:.75rem;display:flex}.bz-lang-toggle{border:1px solid #fff3;border-radius:999px;align-items:center;display:inline-flex;overflow:hidden}.bz-lang-btn{color:#ffffffb3;letter-spacing:.06em;cursor:pointer;background:0 0;border:0;padding:.35rem .5rem;font-size:.64rem;font-weight:700;line-height:1}.bz-lang-btn.active{background:var(--gold);color:var(--oxford-navy)}.bz-nav-links{align-items:center;gap:2rem;list-style:none;display:flex}.bz-nav-lang-item{margin-left:-.6rem}.bz-nav-links a{color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;font-size:.8rem;font-weight:500;text-decoration:none;transition:color .2s}.bz-nav-links a:hover{color:var(--gold-light)}.bz-nav-mobile-actions{align-items:center;gap:.6rem;display:none}.bz-nav-menu-toggle{cursor:pointer;background:#ffffff0a;border:1px solid #ffffff29;border-radius:2px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:44px;height:44px;padding:0;display:none}.bz-nav-menu-toggle span{background:var(--gold-light);border-radius:999px;width:18px;height:2px;transition:transform .25s,opacity .25s;display:block}.bz-nav-menu-toggle.open span:first-child{transform:translateY(7px)rotate(45deg)}.bz-nav-menu-toggle.open span:nth-child(2){opacity:0}.bz-nav-menu-toggle.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.bz-mobile-nav-panel{z-index:95;background:#1a2930fa;border-bottom:1px solid #c9a84c2e;flex-direction:column;gap:.5rem;padding:.9rem 1.25rem 1.1rem;display:none;position:fixed;top:72px;left:0;right:0;box-shadow:0 20px 40px #00000038}.bz-mobile-nav-panel.open{display:flex}.bz-mobile-nav-panel a,.bz-mobile-nav-cta{letter-spacing:.08em;text-transform:uppercase;text-align:left;color:#ffffffd1;background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;width:100%;padding:.9rem 1rem;font-size:.82rem;font-weight:600;text-decoration:none}.bz-mobile-nav-panel a:hover,.bz-mobile-nav-cta:hover{color:var(--gold-light);border-color:#c9a84c59}.bz-mobile-nav-cta{appearance:none;cursor:pointer;background:var(--gold);color:var(--oxford-navy)}.bz-mobile-nav-cta:hover{color:var(--oxford-navy);background:var(--gold-light)}.bz-lang-toggle-mobile{border-radius:2px;height:44px}.bz-lang-toggle-mobile .bz-lang-btn{border-radius:0;padding:.35rem .55rem}.bz-nav-cta{border-radius:2px;padding:.55rem 1.3rem;background:var(--gold)!important;color:var(--oxford-navy)!important;font-weight:600!important}.bz-nav-cta:hover{background:var(--gold-light)!important}.bz-hero{background:#11542d;align-items:center;min-height:100vh;padding-top:72px;display:flex;position:relative;overflow:hidden}.bz-hero-bg{pointer-events:none;background:radial-gradient(at 80% 40%,#009c3b1f 0%,#0000 55%),radial-gradient(at 10% 70%,#c9a84c1a 0%,#0000 50%),radial-gradient(at 50% 0,#1a6b6b26 0%,#0000 60%);position:absolute;inset:0}.bz-hero-lines{display:none}.bz-hero-inner{z-index:2;grid-template-columns:1fr 1fr;align-items:center;gap:5rem;width:100%;max-width:1300px;margin:0 auto;padding:5rem 4rem 6rem;display:grid;position:relative}.bz-hero-left{animation:.9s both bzFadeUp}.bz-eyebrow{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.bz-eyebrow-line{background:var(--gold);width:36px;height:1px}.bz-eyebrow-text{letter-spacing:.22em;text-transform:uppercase;color:var(--gold);font-size:.7rem;font-weight:500}.bz-hero-heading{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;margin-bottom:.6rem;font-size:clamp(2.8rem,4.5vw,4.4rem);font-weight:700;line-height:1.06}.bz-hero-heading em{color:var(--gold-light);font-style:italic}.bz-hero-subtitle{font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:#ffdf008c;letter-spacing:.02em;margin-bottom:1.6rem;font-size:1.15rem;font-style:italic;font-weight:300}.bz-hero-body{font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:#fff;max-width:520px;margin-bottom:2.8rem;font-size:1.25rem;font-style:italic;font-weight:300;line-height:1.75}.bz-hero-actions{flex-wrap:wrap;align-items:center;gap:1.2rem;margin-bottom:3.5rem;display:flex}.bz-btn-primary{background:var(--gold);color:var(--oxford-navy);font-family:var(--font-dm-sans), "DM Sans", sans-serif;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;border:none;border-radius:2px;padding:1rem 2.2rem;font-size:.86rem;font-weight:700;text-decoration:none;transition:all .25s;display:inline-block;position:relative;overflow:hidden}.bz-btn-primary:after{content:"";background:#fff3;transition:transform .3s;position:absolute;inset:0;transform:translate(-100%)}.bz-btn-primary:hover:after{transform:translate(0)}.bz-modal-overlay{z-index:1500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0a1724b8;justify-content:center;align-items:center;padding:1.2rem;display:flex;position:fixed;inset:0}.bz-modal-card{background:linear-gradient(165deg,#1a2930 0%,#11542d 100%);border:1px solid #c9a84c59;border-radius:14px;width:min(540px,100%);padding:2rem;position:relative;box-shadow:0 28px 70px #00000080}.bz-modal-close{color:#fff;cursor:pointer;background:#ffffff14;border:1px solid #ffffff38;border-radius:999px;width:34px;height:34px;font-size:.9rem;position:absolute;top:.8rem;right:.8rem}.bz-modal-title{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;margin:0;font-size:clamp(1.4rem,2.4vw,1.85rem)}.bz-modal-subtitle{color:#ffffffbf;margin:.5rem 0 1.3rem;font-size:.9rem;line-height:1.55}.bz-modal-success{color:#cbffd9;background:#4cdf7a24;border:1px solid #4cdf7a80;border-radius:8px;padding:.9rem 1rem;font-size:.9rem}.bz-modal-error{color:#ffd7d7;background:#ff7e7e24;border:1px solid #ff7e7e80;border-radius:8px;margin-top:.6rem;padding:.9rem 1rem;font-size:.88rem}.bz-enrol-form{gap:.7rem;display:grid}.bz-enrol-label{letter-spacing:.08em;text-transform:uppercase;color:var(--gold-light);font-size:.74rem;font-weight:700}.bz-enrol-input{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:8px;outline:none;width:100%;padding:.72rem .9rem;font-size:.92rem}.bz-enrol-input:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c38}.bz-enrol-phone-input{width:100%}.bz-enrol-phone-input .PhoneInput{align-items:center;gap:.6rem;width:100%;display:flex}.bz-enrol-phone-input .PhoneInputCountry{background:#ffffff14;border:1px solid #fff3;border-radius:8px;align-items:center;padding:.72rem .9rem;display:flex;position:relative}.bz-enrol-phone-input .PhoneInputCountrySelect{opacity:0;cursor:pointer;width:100%;height:100%;position:absolute;inset:0}.bz-enrol-phone-input .PhoneInputCountrySelect option{color:#000;background:#fff}.bz-enrol-phone-input .PhoneInputCountryIcon{justify-content:center;align-items:center;width:1.5em;height:1em;margin-right:.35em;display:flex;box-shadow:0 0 0 1px #ffffff80}.bz-enrol-phone-input .PhoneInputCountryIconImg{width:100%;height:100%;display:block}.bz-enrol-phone-input .PhoneInputCountrySelectArrow{border:1px solid #ffffffb3;border-width:0 1px 1px 0;width:.3em;height:.3em;margin-left:.4em;transform:rotate(45deg)}.bz-enrol-phone-input .PhoneInputInput{color:#fff;background:#ffffff14;border:1px solid #fff3;border-radius:8px;outline:none;flex:1;padding:.72rem .9rem;font-family:inherit;font-size:.92rem}.bz-enrol-phone-input .PhoneInputInput:focus{border-color:var(--gold);box-shadow:0 0 0 3px #c9a84c38}.bz-enrol-actions{margin-top:.8rem}.bz-enrol-submit{text-align:center;width:100%}.bz-enrol-submit:disabled{opacity:.75;cursor:not-allowed}.bz-btn-whatsapp{color:#fff;font-family:var(--font-dm-sans), "DM Sans", sans-serif;letter-spacing:.05em;cursor:pointer;background:#25d366;border:none;border-radius:2px;align-items:center;gap:.5rem;padding:1rem 1.8rem;font-size:.86rem;font-weight:600;text-decoration:none;transition:background .25s;display:inline-flex}.bz-btn-whatsapp:hover{background:#1ebe5d}.bz-btn-outline{color:#ffffffbf;letter-spacing:.06em;text-transform:uppercase;cursor:pointer;background:0 0;border:1px solid #ffffff47;border-radius:2px;padding:.9rem 1.8rem;font-size:.86rem;font-weight:400;text-decoration:none;transition:all .25s;display:inline-block}.bz-btn-outline:hover{border-color:var(--gold);color:var(--gold-light)}.bz-hero-stats{border-top:1px solid #ffffff14;gap:2.5rem;padding-top:2rem;display:flex}.bz-stat{text-align:left}.bz-stat-num{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold-light);font-size:2rem;font-weight:700;line-height:1}.bz-stat-label{color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-top:.3rem;font-size:.68rem}.bz-hero-right{justify-content:center;align-items:center;animation:1.1s .2s both bzFadeRight;display:flex;position:relative}.bz-hero-video-shell{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #c9a84c47;border-radius:12px;width:min(520px,100%);padding:1rem;box-shadow:0 30px 80px #0006}.bz-hero-video-header{color:var(--gold-light);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.8rem;font-size:.72rem;font-weight:700}.bz-hero-video-wrap{aspect-ratio:16/9;background:#000;border:1px solid #ffffff1a;border-radius:8px;width:100%;position:relative;overflow:hidden}.bz-hero-video{border:0;width:100%;height:100%;position:absolute;inset:0}.bz-card-stack{width:420px;height:520px;position:relative}.bz-card-main{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff0a;border:1px solid #c9a84c40;border-radius:12px;padding:2.4rem;position:absolute;top:0;left:0;right:0;box-shadow:0 30px 80px #0006}.bz-card-main-header{align-items:center;gap:1rem;margin-bottom:1.8rem;display:flex}.bz-card-badge{background:linear-gradient(135deg, var(--gold), #b8893c);border-radius:10px;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex}.bz-card-badge-text{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;font-size:1.1rem;font-weight:700}.bz-card-badge-sub{color:#ffffff73;letter-spacing:.1em;text-transform:uppercase;font-size:.72rem}.bz-course-items{flex-direction:column;gap:1rem;display:flex}.bz-course-item{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;align-items:center;gap:.9rem;padding:.9rem 1rem;display:flex}.bz-course-item-icon{background:#c9a84c26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.95rem;display:flex}.bz-course-item-text{color:#ffffffbf;font-size:.85rem}.bz-course-item-text strong{color:#fff;font-size:.9rem;display:block}.bz-card-floating{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a2930eb;border:1px solid #c9a84c66;border-radius:8px;padding:1rem 1.2rem;position:absolute;box-shadow:0 15px 40px #0000004d}.bz-float-novisa{min-width:180px;bottom:80px;right:-50px}.bz-float-intake{min-width:160px;top:60px;right:-30px}.bz-float-label{letter-spacing:.15em;text-transform:uppercase;color:var(--gold);margin-bottom:.25rem;font-size:.62rem}.bz-float-value{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;font-size:1.1rem;font-weight:700}.bz-float-sub{color:#ffffff73;margin-top:.1rem;font-size:.72rem}.bz-float-novisa-dot{background:var(--brazil-green);border-radius:50%;width:8px;height:8px;margin-right:.4rem;display:inline-block;box-shadow:0 0 8px #009c3b99}.bz-visa-banner{text-align:center;background:#1a2930;border-top:none;border-bottom:1px solid #009c3b33;flex-direction:column;justify-content:center;align-items:center;gap:1.1rem;padding:1.6rem 4rem;display:flex}.bz-visa-banner-left{justify-content:center;align-items:center;width:100%;display:flex}.bz-visa-icon{background:#009c3b33;border:1px solid #009c3b80;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.4rem;display:flex}.bz-visa-text-main{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;font-size:1.1rem;font-weight:700}.bz-visa-text-sub{color:#ffffff80;margin-top:.15rem;font-size:.78rem}.bz-visa-badge{color:#4cdf7a;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;background:#009c3b33;border:1px solid #009c3b80;border-radius:6px;padding:.5rem 1rem;font-size:.72rem;font-weight:700}.bz-visa-banner-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.bz-visa-mini-badge{color:#ffffffb3;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.78rem;display:flex}.bz-section{max-width:1300px;margin:0 auto;padding:7rem 4rem}.bz-section-full{padding:7rem 4rem}.bz-section-header{text-align:center;margin-bottom:4rem}.bz-tag{letter-spacing:.2em;text-transform:uppercase;align-items:center;gap:.6rem;margin-bottom:1rem;font-size:.68rem;font-weight:600;display:inline-flex}.bz-tag.gold{color:var(--gold)}.bz-tag.teal{color:var(--liffey-teal)}.bz-tag.green{color:#4cdf7a}.bz-tag-dot{background:currentColor;border-radius:50%;width:5px;height:5px}.bz-section-title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);margin-bottom:.5rem;font-size:clamp(2rem,3.5vw,3rem);font-weight:700;line-height:1.2}.bz-section-title em{color:var(--liffey-teal);font-style:italic}.bz-section-title.white{color:#fff}.bz-section-title.white em{color:var(--gold-light)}.bz-section-pt{font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:#ffdf008c;margin-bottom:.5rem;font-size:1.05rem;font-style:italic;font-weight:300}.bz-section-pt.dark{color:var(--liffey-teal);opacity:1;font-size:1.15rem;font-weight:600}.bz-section-subtitle{color:var(--mid-grey);max-width:520px;margin:.6rem auto 0;font-size:.95rem;line-height:1.75}.bz-why-section{background:var(--warm-white);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.bz-why-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.bz-why-card{border:1px solid var(--border);background:#fff;border-radius:8px;padding:2.4rem 2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.bz-why-card:before{content:"";background:linear-gradient(90deg, var(--gold), var(--liffey-teal));height:3px;position:absolute;top:0;left:0;right:0}.bz-why-card:hover{transform:translateY(-5px);box-shadow:0 20px 50px #0021471a}.bz-why-icon{background:var(--cream);border:1px solid var(--border);border-radius:10px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.4rem;font-size:1.5rem;display:flex}.bz-why-title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);margin-bottom:.3rem;font-size:1.25rem;font-weight:700}.bz-why-title-pt{color:var(--liffey-teal);margin-bottom:1rem;font-size:.78rem;font-style:italic}.bz-why-body{color:var(--mid-grey);font-size:.88rem;line-height:1.7}.bz-ireland-block{border:1px solid var(--border);background:#fff;border-radius:18px;max-width:1240px;margin:2.6rem auto 3.2rem;padding:2.2rem 2.4rem;box-shadow:0 16px 40px #00214714}.bz-ireland-header{text-align:center;justify-items:center;gap:.5rem;display:grid}.bz-ireland-title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);margin:.4rem 0 0;font-size:1.8rem;font-weight:700}.bz-ireland-title em{color:var(--liffey-teal);font-style:italic}.bz-ireland-intro{color:var(--mid-grey);max-width:720px;font-size:.95rem;line-height:1.7}.bz-ireland-reasons{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;margin-top:1rem;display:grid}.bz-ireland-reason{background:#009c3b0f;border:1px solid #009c3b2e;border-radius:12px;grid-template-columns:40px 1fr;gap:.8rem;padding:.9rem 1rem;display:grid}.bz-ireland-reason-icon{background:#ffdf002e;border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.1rem;display:flex}.bz-ireland-reason-title{color:var(--oxford-navy);margin-bottom:.2rem;font-size:.92rem;font-weight:700}.bz-ireland-reason-body{color:var(--mid-grey);margin:0;font-size:.82rem;line-height:1.6}.bz-ireland-link{color:var(--liffey-teal);letter-spacing:.04em;text-transform:uppercase;align-items:center;gap:.4rem;width:fit-content;margin-top:1.6rem;margin-left:auto;margin-right:auto;font-size:.74rem;font-weight:700;text-decoration:none;display:flex}.bz-ireland-link:hover{color:var(--gold-dark)}.bz-course-section{background:#11542d;position:relative;overflow:hidden}.bz-course-section:before{content:"";pointer-events:none;background:radial-gradient(at 100%,#009c3b1a,#0000 70%);width:40%;height:100%;position:absolute;top:0;right:0}.bz-course-grid{grid-template-columns:1fr 1fr;align-items:stretch;gap:5rem;max-width:1300px;margin:0 auto;padding:7rem 4rem;display:grid}.bz-course-right{flex-direction:column;justify-content:center;align-self:stretch;display:flex}.bz-course-features{flex-direction:column;gap:1.2rem;margin-top:2.5rem;display:flex}.bz-feature-row{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:8px;align-items:flex-start;gap:1rem;padding:1.1rem 1.3rem;transition:background .2s;display:flex}.bz-feature-row:hover{background:#ffffff12}.bz-feature-icon{background:#c9a84c26;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:.95rem;display:flex}.bz-feature-text strong{color:#fff;margin-bottom:.15rem;font-size:.9rem;font-weight:600;display:block}.bz-feature-text span{color:#ffffff73;font-size:.8rem}.bz-levels-stack{flex-direction:column;gap:.8rem;display:flex}.bz-level-row{cursor:default;border:1px solid #ffffff14;border-radius:8px;align-items:center;gap:1.2rem;padding:1rem 1.4rem;transition:all .25s;display:flex;position:relative;overflow:hidden}.bz-level-row:hover{background:#c9a84c0f;border-color:#c9a84c66}.bz-level-badge{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold);min-width:30px;font-size:1.05rem;font-weight:700}.bz-level-bar-wrap{background:#ffffff14;border-radius:2px;flex:1;height:4px}.bz-level-bar{background:linear-gradient(90deg, var(--gold), var(--liffey-teal));border-radius:2px;height:100%}.bz-level-name{color:#fff9;text-align:right;min-width:110px;font-size:.82rem}.bz-fees-section{background:var(--cream);border-top:1px solid var(--border)}.bz-fees-wrap{max-width:1300px;margin:0 auto;padding:7rem 4rem}.bz-fees-header{text-align:center;max-width:860px;margin:0 auto}.bz-fees-plans-grid{grid-template-columns:1fr 1fr;align-items:start;gap:1.4rem;margin-top:2rem;display:grid}.bz-fee-plan-card{border:1px solid var(--border);background:#fff;border-radius:10px;padding:1.3rem;box-shadow:0 12px 30px #0021470d}.bz-fee-plan-head{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.9rem}.bz-fee-plan-title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);font-size:1.18rem;line-height:1.28}.bz-fee-plan-details{color:var(--mid-grey);margin-top:.45rem;font-size:.8rem;line-height:1.65}.bz-fee-plan-pricing{align-items:baseline;gap:.8rem;margin-bottom:1rem;display:flex}.bz-fee-plan-current{font-family:var(--font-playfair), "Playfair Display", serif;flex-direction:column;gap:.25rem;font-size:2rem;font-weight:700;line-height:1;display:flex;color:#c9a84c!important}.bz-fee-plan-old{color:var(--mid-grey);flex-direction:column;gap:.2rem;font-size:1rem;line-height:1.1;text-decoration:line-through;display:flex}.bz-fee-plan-eur{color:#ffffffbf;font-size:.85rem;font-family:var(--font-dm-sans), "DM Sans", sans-serif;text-decoration:none}.bz-fee-included-title{letter-spacing:.12em;text-transform:uppercase;color:var(--liffey-teal);margin-bottom:.65rem;font-size:.72rem;font-weight:700}.bz-fees-grid{grid-template-columns:1fr 1fr;gap:3rem;max-width:1300px;margin:0 auto;padding:7rem 4rem;display:grid}.bz-fees-list{flex-direction:column;gap:.8rem;margin-top:1.5rem;display:flex}.bz-fee-row{border:1px solid var(--border);background:#fff;border-radius:6px;justify-content:space-between;align-items:center;padding:1rem 1.4rem;display:flex}.bz-fee-name{color:var(--charcoal);font-size:.88rem;font-weight:500}.bz-fee-name small{color:var(--mid-grey);margin-top:.1rem;font-size:.73rem;font-weight:400;display:block}.bz-fee-amount{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);font-size:1.05rem;font-weight:700}.bz-fee-total{background:#11542d;border-radius:6px;justify-content:space-between;align-items:center;margin-top:.4rem;padding:1.2rem 1.4rem;display:flex}.bz-fee-total-label{color:#fff;letter-spacing:.1em;text-transform:uppercase;font-size:.82rem;font-weight:600}.bz-fee-total-amount{font-family:var(--font-playfair), "Playfair Display", serif;flex-direction:column;align-items:flex-end;gap:.2rem;font-weight:700;display:flex;color:#e8c97a!important}.bz-fee-total-brl{font-size:1.55rem;line-height:1}.bz-fee-total-eur{color:#fffc;align-items:center;font-size:.86rem;display:flex}.bz-fee-note{color:var(--mid-grey);margin-top:.8rem;font-size:.73rem;font-style:italic;line-height:1.5}.bz-fees-included-bottom{border-top:1px solid var(--border);text-align:center;margin-top:3rem;padding-top:2rem}.bz-fees-included-bottom .bz-tag{margin-left:auto;margin-right:auto}.bz-fees-included-bottom .bz-section-title{justify-content:center}.bz-fees-included-bottom .bz-included-list{grid-template-columns:repeat(4,1fr);gap:1rem;display:grid}.bz-included-list{margin-top:1.5rem}.bz-included-item{border:1px solid var(--border);background:#fff;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.2rem;transition:all .2s;display:flex;box-shadow:0 4px 6px #00000005}.bz-included-item:hover{border-color:var(--gold);transform:translateY(-2px);box-shadow:0 8px 15px #0000000d}.bz-included-icon{width:28px;height:28px;color:var(--brazil-green);background:#009c3b1f;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;display:flex}.bz-included-text{color:var(--charcoal);flex-direction:column;gap:.1rem;width:100%;font-size:.85rem;line-height:1.4;display:flex}.bz-included-text strong{color:var(--oxford-navy);font-size:.95rem}.bz-work-section{background:#11542d;position:relative;overflow:hidden}.bz-work-section:after{content:"";background:linear-gradient(90deg, var(--brazil-green), var(--brazil-yellow), var(--brazil-green));height:3px;position:absolute;bottom:0;left:0;right:0}.bz-work-inner{grid-template-columns:1fr 1fr;align-items:center;gap:5rem;max-width:1300px;margin:0 auto;padding:7rem 4rem;display:grid}.bz-work-cards{flex-direction:column;gap:1.2rem;display:flex}.bz-work-card{background:#ffffff0a;border:1px solid #ffffff14;border-radius:10px;padding:1.6rem 1.8rem;transition:border-color .25s,background .25s}.bz-work-card:hover{background:#c9a84c0d;border-color:#c9a84c59}.bz-work-card-header{align-items:center;gap:.9rem;margin-bottom:.8rem;display:flex}.bz-work-card-icon{font-size:1.4rem}.bz-work-card-title{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;font-size:1.1rem;font-weight:700}.bz-work-card-body{color:#ffffff8c;font-size:.85rem;line-height:1.65}.bz-work-highlight{color:var(--gold);font-weight:600}.bz-work-proof{background:#009c3b1a;border:1px solid #009c3b4d;border-radius:8px;margin-top:1.5rem;padding:1.4rem 1.6rem}.bz-work-proof-title{letter-spacing:.15em;text-transform:uppercase;color:#4cdf7a;margin-bottom:.7rem;font-size:.78rem;font-weight:700}.bz-work-proof-body{color:#ffffff8c;font-size:.85rem;line-height:1.6}.bz-extras-section{background:var(--warm-white);border-top:1px solid var(--border)}.bz-extras-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.bz-extra-card{border:1px solid var(--border);background:#fff;border-radius:8px;padding:1.8rem 1.6rem;transition:transform .25s,box-shadow .25s}.bz-extra-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px #00214717}.bz-extra-emoji{margin-bottom:1rem;font-size:2rem;display:block}.bz-extra-title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.bz-extra-body{color:var(--mid-grey);font-size:.83rem;line-height:1.65}.bz-steps-section{border-top:1px solid var(--border);border-bottom:1px solid var(--border);background-color:#0000;background-image:linear-gradient(#faf7f2d9,#faf7f2eb),url(https://images.unsplash.com/photo-1436450412740-6b988f486c6b?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:auto,cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:relative}.bz-steps-grid{grid-template-columns:repeat(4,1fr);gap:0;margin-top:3.5rem;display:grid;position:relative}.bz-steps-grid:before{content:"";background:#00214726;height:1px;position:absolute;top:2.4rem;left:calc(12.5% + 1.5rem);right:calc(12.5% + 1.5rem)}.bz-step{text-align:center;padding:0 1.8rem;position:relative}.bz-step-num{border:1px solid var(--gold);width:48px;height:48px;font-family:var(--font-playfair), "Playfair Display", serif;color:var(--gold);z-index:2;background:#fff;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.4rem;font-size:1.1rem;font-weight:700;display:flex;position:relative;box-shadow:0 4px 12px #0000000d}.bz-step-title{font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);margin-bottom:.6rem;font-size:1rem;font-weight:700}.bz-step-body{color:var(--mid-grey);font-size:.82rem;line-height:1.6}.bz-testi-section{background-color:#0000;background-image:linear-gradient(135deg,#1a2930f2 0%,#11542dd9 100%),url(https://images.unsplash.com/photo-1543269865-cbf427effbad?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:auto,cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;position:relative;overflow:hidden}.bz-testi-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.bz-testi-card{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff1f;border-radius:12px;padding:2.2rem;transition:all .3s;position:relative;box-shadow:0 10px 30px #00000026}.bz-testi-card:hover{background:#ffffff14;border-color:#c9a84c80;transform:translateY(-5px)}.bz-testi-quote{font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:var(--gold);opacity:.3;margin-bottom:-.5rem;font-size:3.5rem;font-style:italic;line-height:1}.bz-testi-text{font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:#ffffffbf;margin-bottom:1.4rem;font-size:1.1rem;font-style:italic;font-weight:300;line-height:1.7}.bz-testi-author{align-items:center;gap:.9rem;display:flex}.bz-testi-avatar{background:linear-gradient(135deg, var(--gold), #b8893c);width:38px;height:38px;font-family:var(--font-playfair), "Playfair Display", serif;color:var(--oxford-navy);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:flex}.bz-testi-name{color:#fff;font-size:.88rem;font-weight:600}.bz-testi-from{color:#fff6;margin-top:.1rem;font-size:.73rem}.bz-faq-section{background:var(--warm-white);border-top:1px solid var(--border)}.bz-faq-list{flex-direction:column;gap:.8rem;max-width:800px;margin:2.5rem auto 0;display:flex}.bz-faq-item{border:1px solid var(--border);background:#fff;border-radius:8px;overflow:hidden}.bz-faq-q{cursor:pointer;text-align:left;width:100%;font-family:var(--font-dm-sans), "DM Sans", sans-serif;color:var(--oxford-navy);background:0 0;border:none;justify-content:space-between;align-items:center;padding:1.3rem 1.6rem;font-size:.92rem;font-weight:600;transition:background .2s;display:flex}.bz-faq-q:hover{background:var(--cream)}.bz-faq-chevron{color:var(--gold);flex-shrink:0;font-size:1rem;transition:transform .3s}.bz-faq-chevron.open{transform:rotate(180deg)}.bz-faq-a{color:var(--mid-grey);padding:0 1.6rem 1.2rem;font-size:.87rem;line-height:1.7}.bz-faq-a a{color:var(--liffey-teal);text-underline-offset:2px;font-weight:600;text-decoration:underline}.bz-faq-a a:hover{color:var(--oxford-navy)}.bz-cta-section{text-align:center;border-top:3px solid var(--gold);background-color:#0000;background-image:linear-gradient(135deg,#1a2930f2 0%,#003060d9 100%),url(https://images.unsplash.com/photo-1522202176988-66273c2fd55f?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80);background-position:0 0,50%;background-repeat:repeat,no-repeat;background-size:auto,cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:8rem 4rem;position:relative;overflow:hidden}.bz-cta-section:before{content:"";pointer-events:none;background:radial-gradient(at top,#009c3b1a 0%,#0000 60%);position:absolute;inset:0}.bz-cta-eyebrow{letter-spacing:.25em;text-transform:uppercase;color:var(--gold);margin-bottom:1.2rem;font-size:.7rem}.bz-cta-heading{font-family:var(--font-playfair), "Playfair Display", serif;color:#fff;margin-bottom:.6rem;font-size:clamp(2.2rem,4vw,3.8rem);font-weight:700;line-height:1.1}.bz-cta-heading em{color:var(--gold-light);font-style:italic}.bz-cta-pt{font-family:var(--font-cormorant), "Cormorant Garamond", serif;color:#ffdf0073;margin-bottom:1.5rem;font-size:1.15rem;font-style:italic;font-weight:300}.bz-cta-body{color:#ffffff8c;max-width:520px;margin:0 auto 2.8rem;font-size:.95rem;line-height:1.75}.bz-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.2rem;display:flex}.bz-cta-note{color:#ffffff59;letter-spacing:.03em;margin-top:1.8rem;font-size:.78rem}.bz-footer{background:#1a2930;border-top:1px solid #ffffff0f;flex-direction:column;gap:3rem;padding:4rem 4rem 2rem;display:flex;position:relative}.bz-footer-logo-top{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;display:flex;position:relative}.bz-footer-logo-top a{background:#ffffff08;border:1px solid #ffffff1f;border-radius:8px;justify-content:center;align-items:center;padding:.5rem .9rem;display:inline-flex}.bz-footer:before{content:"";pointer-events:none;background:radial-gradient(at 15% 15%,#c9a84c1f 0%,#0000 55%),radial-gradient(at 85% 90%,#009c3b1a 0%,#0000 60%);position:absolute;inset:0}.bz-footer-content{z-index:1;flex-direction:column;gap:1.7rem;width:100%;max-width:1080px;margin:0 auto;display:flex;position:relative}.bz-footer-top{justify-content:center;width:100%;display:flex}.bz-footer-meta{color:var(--gold);letter-spacing:.11em;text-transform:uppercase;text-align:center;font-size:.83rem;font-weight:600}.bz-footer-contact-card{background:#ffffff08;border:1px solid #ffffff1f;border-radius:10px;width:fit-content;max-width:100%;padding:1.2rem}.bz-footer-card-title{letter-spacing:.14em;text-transform:uppercase;color:var(--gold);text-align:center;margin-bottom:.85rem;font-size:.72rem;font-weight:700}.bz-footer-address{flex-wrap:wrap;justify-content:center;align-items:center;gap:.55rem;display:flex}.bz-footer-address a{color:#ffffffbf;white-space:nowrap;align-items:center;font-size:.88rem;line-height:1.5;text-decoration:none;transition:color .2s;display:inline-flex}.bz-footer-address a:hover{color:#fff}.bz-footer-contact-sep{color:#ffffff4d;font-size:.85rem;line-height:1}.bz-footer-quicklinks{flex-wrap:wrap;justify-content:center;align-items:center;gap:.65rem;width:100%;display:flex}.bz-footer-quicklinks a{color:#ffffffb8;letter-spacing:.08em;text-transform:uppercase;background:#ffffff08;border:1px solid #ffffff2e;border-radius:999px;padding:.48rem .72rem;font-size:.74rem;font-weight:600;text-decoration:none;transition:all .2s}.bz-footer-quicklinks a:hover{color:var(--gold-light);background:#c9a84c1a;border-color:#c9a84c8c}.bz-footer-disclaimer{color:#ffffff80;text-align:center;background:#ffffff08;border:1px solid #ffffff1f;border-radius:10px;padding:.95rem 1rem;font-size:.79rem;line-height:1.65}.bz-footer-disclaimer a{color:var(--gold);text-decoration:none}.bz-footer-disclaimer a:hover{color:var(--gold-light)}.bz-footer-bottom{z-index:1;border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:1080px;margin:0 auto;padding-top:1.7rem;display:flex;position:relative}.bz-footer-copyright{color:#fff6;font-size:.8rem}.bz-footer-links{flex-wrap:wrap;align-items:center;gap:1.5rem;display:flex}.bz-footer-links a{color:#fff9;font-size:.85rem;text-decoration:none;transition:color .2s}.bz-footer-links a:hover{color:var(--gold)}.bz-wa-float{z-index:999;color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:50px;align-items:center;gap:.8rem;padding:.9rem 1.4rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s;animation:2.5s infinite bzPulse;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 8px 30px #25d36666}.bz-wa-float:hover{background:#1ebe5d;animation:none;transform:translateY(-2px);box-shadow:0 12px 40px #25d3668c}.bz-wa-icon{font-size:1.2rem}.bz-wa-text{display:inline}.bz-reveal-section{opacity:0;filter:blur(8px);will-change:opacity, transform, filter;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .85s cubic-bezier(.22,1,.36,1),filter .8s cubic-bezier(.22,1,.36,1);transform:translateY(40px)scale(.98)}.bz-reveal-section.in-view{opacity:1;filter:blur();transform:translateY(0)scale(1)}.bz-reveal-section .bz-section-header,.bz-reveal-section .bz-course-features,.bz-reveal-section .bz-levels-stack,.bz-reveal-section .bz-fees-plans-grid,.bz-reveal-section .bz-work-cards,.bz-reveal-section .bz-extras-grid,.bz-reveal-section .bz-steps-grid,.bz-reveal-section .bz-testi-grid,.bz-reveal-section .bz-faq-list,.bz-reveal-section .bz-fees-included-bottom,.bz-reveal-section .bz-cta-actions,.bz-reveal-section .bz-footer-content,.bz-reveal-section .bz-footer-bottom{opacity:0;filter:blur(4px);will-change:opacity, transform, filter;transition:opacity .75s cubic-bezier(.22,1,.36,1),transform .75s cubic-bezier(.22,1,.36,1),filter .75s cubic-bezier(.22,1,.36,1);transform:translateY(24px)}.bz-reveal-section.in-view .bz-section-header,.bz-reveal-section.in-view .bz-course-features,.bz-reveal-section.in-view .bz-levels-stack,.bz-reveal-section.in-view .bz-fees-plans-grid,.bz-reveal-section.in-view .bz-work-cards,.bz-reveal-section.in-view .bz-extras-grid,.bz-reveal-section.in-view .bz-steps-grid,.bz-reveal-section.in-view .bz-testi-grid,.bz-reveal-section.in-view .bz-faq-list,.bz-reveal-section.in-view .bz-fees-included-bottom,.bz-reveal-section.in-view .bz-cta-actions,.bz-reveal-section.in-view .bz-footer-content,.bz-reveal-section.in-view .bz-footer-bottom{opacity:1;filter:blur();transform:translateY(0)}.bz-reveal-section .bz-section-header{transition-delay:80ms}.bz-reveal-section .bz-course-features,.bz-reveal-section .bz-levels-stack,.bz-reveal-section .bz-fees-plans-grid,.bz-reveal-section .bz-work-cards,.bz-reveal-section .bz-extras-grid,.bz-reveal-section .bz-steps-grid,.bz-reveal-section .bz-testi-grid,.bz-reveal-section .bz-faq-list,.bz-reveal-section .bz-fees-included-bottom,.bz-reveal-section .bz-cta-actions,.bz-reveal-section .bz-footer-content,.bz-reveal-section .bz-footer-bottom{transition-delay:.18s}@media (prefers-reduced-motion:reduce){.bz-reveal-section,.bz-reveal-section .bz-section-header,.bz-reveal-section .bz-course-features,.bz-reveal-section .bz-levels-stack,.bz-reveal-section .bz-fees-plans-grid,.bz-reveal-section .bz-work-cards,.bz-reveal-section .bz-extras-grid,.bz-reveal-section .bz-steps-grid,.bz-reveal-section .bz-testi-grid,.bz-reveal-section .bz-faq-list,.bz-reveal-section .bz-fees-included-bottom,.bz-reveal-section .bz-cta-actions,.bz-reveal-section .bz-footer-content,.bz-reveal-section .bz-footer-bottom{filter:none!important;opacity:1!important;transition:none!important;transform:none!important}}@media (min-width:1025px){.bz-reveal-section.bz-reveal-2col{filter:none!important;transform:none!important}.bz-reveal-section.bz-reveal-2col .bz-course-grid>:first-child,.bz-reveal-section.bz-reveal-2col .bz-work-inner>:first-child,.bz-reveal-section.bz-reveal-2col .bz-fees-plans-grid>:first-child{opacity:0;filter:blur(5px);will-change:opacity, transform, filter;transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1),filter .8s cubic-bezier(.22,1,.36,1);transform:translate(-45px)}.bz-reveal-section.bz-reveal-2col .bz-course-grid>:last-child,.bz-reveal-section.bz-reveal-2col .bz-work-inner>:last-child,.bz-reveal-section.bz-reveal-2col .bz-fees-plans-grid>:last-child{opacity:0;filter:blur(5px);will-change:opacity, transform, filter;transition:opacity .8s cubic-bezier(.22,1,.36,1) .15s,transform .8s cubic-bezier(.22,1,.36,1) .15s,filter .8s cubic-bezier(.22,1,.36,1) .15s;transform:translate(45px)}.bz-reveal-section.in-view.bz-reveal-2col .bz-course-grid>:first-child,.bz-reveal-section.in-view.bz-reveal-2col .bz-work-inner>:first-child,.bz-reveal-section.in-view.bz-reveal-2col .bz-fees-plans-grid>:first-child,.bz-reveal-section.in-view.bz-reveal-2col .bz-course-grid>:last-child,.bz-reveal-section.in-view.bz-reveal-2col .bz-work-inner>:last-child,.bz-reveal-section.in-view.bz-reveal-2col .bz-fees-plans-grid>:last-child{opacity:1;filter:blur();transform:translate(0)}.bz-reveal-section.bz-reveal-2col .bz-fees-plans-grid{opacity:1!important;filter:none!important;transform:none!important}}@keyframes bzFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bzFadeRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes bzPulse{0%,to{box-shadow:0 8px 30px #25d36666}50%{box-shadow:0 8px 50px #25d366b3}}@media (max-width:1024px){.bz-hero-inner{grid-template-columns:1fr;gap:3rem}.bz-hero-video-shell{max-width:520px;margin:0 auto}.bz-float-novisa,.bz-float-intake{right:10px}.bz-why-grid{grid-template-columns:1fr 1fr}.bz-course-grid{grid-template-columns:1fr;gap:3rem}.bz-fees-plans-grid{grid-template-columns:1fr}.bz-work-inner{grid-template-columns:1fr;gap:3rem}.bz-extras-grid{grid-template-columns:1fr 1fr}.bz-testi-grid{grid-template-columns:1fr}.bz-steps-grid{grid-template-columns:1fr 1fr;gap:2rem}.bz-steps-grid:before{display:none}.bz-footer-top{grid-template-columns:1fr}}@media (max-width:768px){.bz-phone-row{grid-template-columns:105px 1fr}.bz-modal-card{padding:1.5rem 1rem 1.1rem}.bz-modal-subtitle{margin-bottom:1rem}.bz-nav{padding:1rem 1.5rem}.bz-nav-links{display:none}.bz-nav-mobile-actions{display:flex}.bz-nav-menu-toggle{display:inline-flex}.bz-hero{min-height:auto}.bz-hero-inner{padding:3rem 1.5rem 4rem}.bz-eyebrow{align-items:flex-start;gap:.7rem;margin-bottom:1.2rem}.bz-eyebrow-text{letter-spacing:.14em;font-size:.62rem;line-height:1.45}.bz-hero-heading{font-size:clamp(2rem,11vw,2.8rem)}.bz-hero-body{margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.bz-hero-actions{flex-direction:column;align-items:stretch;gap:.8rem;width:100%;margin-bottom:2.2rem}.bz-btn-primary,.bz-btn-whatsapp{text-align:center;white-space:normal;justify-content:center;width:100%}.bz-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;padding-top:1.5rem;display:grid}.bz-fees-section,.bz-fees-section .bz-fees-plans-grid,.bz-fees-section .bz-section-header,.bz-fees-section .bz-fees-included-bottom{opacity:1!important;filter:none!important;transform:none!important}.bz-stat{min-width:0}.bz-stat-num{font-size:1.6rem}.bz-stat-label{line-height:1.45}.bz-visa-banner-badges{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.bz-visa-badge,.bz-visa-mini-badge{white-space:normal;text-align:center;justify-content:center;width:100%}.bz-hero-video-shell{padding:.75rem}.bz-section,.bz-section-full,.bz-fees-wrap{padding:5rem 1.5rem}.bz-why-grid{grid-template-columns:1fr}.bz-course-grid,.bz-work-inner{padding:5rem 1.5rem}.bz-extras-grid,.bz-steps-grid,.bz-testi-grid,.bz-fees-included-bottom .bz-included-list{grid-template-columns:1fr}.bz-visa-banner{flex-direction:column;padding:1.2rem 1.5rem}.bz-footer{padding:3rem 1.5rem 1.5rem}.bz-footer-content{gap:1.2rem}.bz-footer-brand,.bz-footer-contact-card,.bz-footer-disclaimer{padding:1rem}.bz-footer-brand{text-align:center;align-items:center}.bz-footer-address{justify-content:center;align-items:center}.bz-footer-quicklinks{justify-content:center}.bz-footer-bottom{text-align:center;flex-direction:column;justify-content:center}.bz-footer-links{justify-content:center}.bz-cta-section{padding:5rem 1.5rem}.bz-wa-float{border-radius:12px;flex-direction:column;justify-content:center;gap:.12rem;width:62px;height:66px;padding:.45rem .35rem;font-size:.8rem;bottom:1.2rem;right:1.2rem}.bz-wa-text{letter-spacing:.02em;text-transform:uppercase;text-align:center;font-size:.52rem;font-weight:700;line-height:1;display:block}}@media (max-width:420px){.bz-nav{padding:.85rem 1rem}.bz-nav-logo{width:140px;height:40px}.bz-mobile-nav-panel{padding:.8rem 1rem 1rem;top:64px}.bz-hero-inner{padding:2.6rem 1rem 3rem}.bz-hero-stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.bz-visa-banner-badges{grid-template-columns:1fr}.bz-wa-float{gap:.1rem;width:58px;height:62px;padding:.4rem .3rem}.bz-wa-icon{font-size:1.25rem}.bz-wa-text{font-size:.48rem}}
