@font-face{font-family:Outfit;src:url('assets/outfit.woff2') format('woff2');font-style:normal;font-weight:100 900;font-display:swap}
@font-face{font-family:Caveat;src:url('assets/caveat.woff2') format('woff2');font-style:normal;font-weight:400 700;font-display:swap}
:root{--yellow:#f5c64b;--white:#faf9f4;--muted:#ced0cd;--ink:#101714;--font:Outfit,'Segoe UI',sans-serif}
*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-snap-type:y mandatory;scrollbar-width:thin;scrollbar-color:#62675c #101714;background:var(--ink)}
body{margin:0;color:var(--white);font-family:var(--font);font-size:16px;-webkit-font-smoothing:antialiased}
body,button,a{-webkit-tap-highlight-color:transparent}
a{color:inherit;text-decoration:none}
button{font:inherit;color:inherit;cursor:pointer}
button,a{touch-action:manipulation}
button:focus-visible,a:focus-visible{outline:2px solid var(--yellow);outline-offset:6px}
button{border:0}
::selection{background:var(--yellow);color:var(--ink)}
.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}
.icon{display:inline-block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0;vertical-align:middle}
.skip-link{position:fixed;top:10px;left:10px;transform:translateY(-200%);z-index:100;background:var(--yellow);color:var(--ink);padding:14px}
.skip-link:focus{transform:none}
.site-header{position:fixed;inset:0 0 auto;z-index:20;padding:30px 4.4%;display:flex;align-items:center;justify-content:space-between;pointer-events:none;background:linear-gradient(#080c1266,transparent)}
.site-header a{pointer-events:auto}
.brand{display:flex;gap:10px;align-items:center}
.brand-symbol{display:grid;place-items:center;border:1px solid #f5c64b77;width:44px;height:44px;transform:rotate(-8deg);border-radius:50%;color:var(--yellow)}
.brand-symbol .icon{width:27px;height:27px;transform:rotate(8deg)}
.brand-type{display:flex;flex-direction:column;position:relative}
.brand-small{font-size:9px;letter-spacing:4px;line-height:1}
.brand strong{font-size:27px;font-weight:850;font-style:italic;line-height:1.08;letter-spacing:-1.5px}
.brand-dot{color:var(--yellow)}
.brand-tagline{font-size:6.8px;letter-spacing:1.65px;color:#ddd9c9;margin-top:5px}
.header-contact{font-size:12px;letter-spacing:.3px;display:flex;gap:20px;align-items:center;border-bottom:1px solid #ffffff50;padding:10px 0}
.header-contact .icon{width:18px;height:18px}
.header-contact:hover{color:var(--yellow);border-color:var(--yellow)}
.section-nav{position:fixed;right:3.1%;top:50%;transform:translateY(-50%);z-index:30;display:flex;flex-direction:column;align-items:center}
.nav-dot{display:grid;place-items:center;width:34px;height:34px;position:relative}
.nav-dot:after{content:'';height:5px;width:5px;border-radius:50%;background:#fff9;transition:background .2s,transform .2s;box-shadow:0 1px 5px #0008}
.nav-dot:before{content:'';position:absolute;width:20px;height:20px;border:1px solid transparent;border-radius:50%;transition:border-color .2s,transform .3s;transform:scale(.5)}
.nav-dot.is-active:before{border-color:var(--yellow);transform:scale(1)}
.nav-dot.is-active:after{background:var(--yellow);transform:scale(1.15)}
.nav-dot span{position:absolute;right:40px;padding:7px 11px;white-space:nowrap;font-size:11px;letter-spacing:.6px;background:#111c18eb;opacity:0;transform:translateX(5px);transition:.2s;pointer-events:none;border-radius:3px}
.nav-dot:hover span,.nav-dot:focus-visible span{opacity:1;transform:none}
.nav-dot:hover:after{background:var(--yellow)}
.scene{position:relative;isolation:isolate;min-height:100vh;min-height:100svh;scroll-snap-align:start;scroll-snap-stop:always;display:flex;align-items:center;padding:126px 12% 110px;overflow:hidden}
.scene-image,.scene-shade{position:absolute;inset:0;z-index:-2;pointer-events:none}
.scene-image{background-size:cover;background-position:center;transition:transform 1.6s ease}
.scene-shade{z-index:-1;background:#0c141a80}
.scene.is-visible .scene-image{transform:scale(1.015)}
.section-content{width:100%;max-width:1160px;margin:0 auto}
.eyebrow{display:flex;align-items:center;gap:12px;font-size:10px;font-weight:500;letter-spacing:3px;line-height:1.7;color:#e8e9e1;margin:0 0 27px}
.eyebrow>span{width:25px;height:1px;background:var(--yellow)}
h1,h2,h3,p{margin-top:0}
h2{font-size:clamp(32px,3.6vw,58px);font-weight:500;line-height:1.12;letter-spacing:-1.4px;margin-bottom:25px}
h3{font-size:15px;font-weight:600;letter-spacing:.1px}
p{line-height:1.8}
.script{font-family:Caveat,'Segoe Script',cursive;font-weight:600;font-size:clamp(58px,6vw,94px);color:var(--yellow);letter-spacing:-2.5px;line-height:1.05;display:block}
.yellow{color:var(--yellow)}
.button{display:inline-flex;align-items:center;justify-content:center;gap:32px;min-height:53px;padding:15px 23px;font-size:12px;font-weight:500;letter-spacing:.4px;transition:background .2s,color .2s,transform .2s;border:1px solid transparent}
.button .icon{width:20px;height:20px;transition:transform .2s}
.button:hover .icon:last-child{transform:translateX(4px)}
.button:hover{transform:translateY(-2px)}
.button-outline{border-color:#ffffff8c;background:#12171b20}
.button-outline:hover{background:var(--white);color:var(--ink)}
.button-yellow{background:var(--yellow);color:#181b14}
.button-yellow:hover{background:#ffdb75}
.hero{padding-left:19%;padding-bottom:130px}
.hero .scene-image{background-image:url('assets/hero.jpg');background-position:center}
.hero .scene-shade{background:linear-gradient(90deg,#14181960,#10161420 75%),linear-gradient(0deg,#101714dc,transparent 60%,#18130d15)}
.hero .eyebrow{margin-bottom:25px}
.hero h1{font-weight:400;margin:0 0 20px;text-shadow:0 2px 40px #0004}
.hero h1 .script{font-size:clamp(64px,7vw,108px);margin-bottom:0}
.hero-line{display:block;font-size:clamp(26px,3vw,48px);font-weight:300;letter-spacing:-1px;margin:0 0 24px}
.hero-small{font-size:12px;letter-spacing:7px;display:block;margin-bottom:2px}
.hero h1 strong{display:block;font-size:clamp(52px,6.3vw,98px);line-height:1.12;letter-spacing:-3px;font-weight:750}
.hero-description{font-size:13px;color:#e1e3de;letter-spacing:.15px;margin-bottom:29px}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px;align-items:center}
.scroll-cue{position:absolute;bottom:43px;left:50%;transform:translateX(-50%);display:flex;align-items:center;gap:12px;font-size:8px;letter-spacing:2px;color:#e1e3db}
.scroll-cue .icon{height:15px;width:15px}
.mouse{width:17px;height:26px;border:1px solid #e4e6dd90;border-radius:9px;display:flex;justify-content:center;padding-top:5px}
.mouse span{width:2px;height:5px;background:var(--yellow);border-radius:2px;animation:wheel 2s infinite}
@keyframes wheel{0%,100%{transform:translateY(0);opacity:.4}50%{transform:translateY(6px);opacity:1}}
.scene-caption{position:absolute;right:8%;bottom:110px;display:flex;flex-direction:column;gap:6px;font-size:8px;letter-spacing:1.8px;color:#dddccf;text-align:right}
.scene-caption span:first-child{color:var(--yellow)}
.about .scene-image{background-image:url('assets/about.jpg');background-position:70% center}
.about .scene-shade{background:linear-gradient(90deg,#0c1518f2 0%,#0c1518d6 32%,#0c151843 66%,#0c15181a),linear-gradient(0deg,#0d191be8,transparent 35%)}
.about-content{margin-left:0;max-width:620px;width:55%}
.about .script{margin-bottom:24px}
.biography{max-width:450px}
.biography h3{margin-bottom:17px;font-size:19px}
.biography p{font-size:13px;color:#e1e4e1;line-height:1.8;margin-bottom:12px}
.about-values{display:grid;grid-template-columns:1fr 1fr;gap:35px;margin-top:28px;border-top:1px solid #ffffff30;padding-top:24px}
.value-number{font-size:10px;color:var(--yellow);display:block;margin-bottom:9px}
.about-values h3{text-transform:uppercase;font-size:10px;letter-spacing:1.8px;margin-bottom:9px}
.about-values p{font-size:11px;line-height:1.8;color:#c8d0cd;margin:0}
.portrait-caption{position:absolute;bottom:114px;right:13%;font-size:13px;font-weight:500;letter-spacing:2px;display:flex;align-items:center;gap:17px}
.portrait-caption small{display:block;font-size:10px;font-weight:400;letter-spacing:.3px;margin-top:8px;color:#c7d1cb}
.caption-line{width:35px;height:1px;background:var(--yellow)}
.support .scene-image{background-image:url('assets/support.jpg')}
.support .scene-shade{background:linear-gradient(90deg,#071417ef,#071417a6),linear-gradient(0deg,#071417e6,transparent)}
.support-content{text-align:center}
.section-heading .eyebrow{justify-content:center;margin-bottom:15px}
.section-heading h2{font-size:22px;margin-bottom:20px;letter-spacing:0}
.section-heading .script{font-size:clamp(58px,5.9vw,82px);margin-top:-2px}
.section-heading>p:last-child{font-size:12px;color:#c9d2ce;line-height:1.7;margin:0}
.simulators{display:flex;justify-content:center;align-items:center;gap:7%;margin:34px 0 37px;padding:23px 0;border-block:1px solid #ffffff20}
.xplane{font-size:23px;font-weight:800;font-style:italic;color:#41b7e0;letter-spacing:-.6px;white-space:nowrap}
.xplane>b{font-size:38px;line-height:.5;margin-right:1px}
.xplane small{font-size:20px;color:#faf9f4}
.flight-simulator{font-size:26px;line-height:1.1;font-weight:600;font-style:italic;letter-spacing:-1px}
.flight-simulator small{display:block;font-size:7px;letter-spacing:3px;font-weight:400;font-style:normal;margin-bottom:5px}
.services{display:grid;grid-template-columns:repeat(3,1fr);text-align:left;gap:35px;margin-bottom:35px}
.services article{position:relative;padding-right:20px}
.services article+article{border-left:1px solid #ffffff24;padding-left:30px}
.service-icon{display:grid;place-items:center;width:42px;height:42px;border:1px solid #f5c64b55;background:#f5c64b09;color:var(--yellow);margin-bottom:17px;border-radius:5px}
.service-index{position:absolute;right:20px;top:8px;font-size:10px;letter-spacing:1px;color:#819390}
.services h3{font-size:15px;margin-bottom:9px}
.services p{font-size:12px;color:#bac8c3;line-height:1.7;margin:0}
.testimonials .scene-image{background-image:url('assets/testimonials.jpg')}
.testimonials .scene-shade{background:linear-gradient(#10171b85,#0a1113c2)}
.testimonials-content{max-width:850px;text-align:center}
.testimonials .eyebrow{justify-content:center;margin-bottom:16px}
.testimonials h2{font-size:27px;margin-bottom:10px}
.testimonials h2 .script{display:inline;font-size:60px;margin-left:8px}
.testimonial-carousel{padding:10px 36px 25px}
.quote-mark{font-family:Georgia,serif;color:var(--yellow);font-size:105px;line-height:1;display:block;height:80px;margin-top:10px}
.testimonial-slide{min-height:245px;display:flex;flex-direction:column;justify-content:center;align-items:center}
blockquote{font-size:clamp(16px,1.65vw,23px);font-weight:300;line-height:1.8;margin:0 0 25px;max-width:760px}
blockquote[lang="de"]{font-size:clamp(14px,1.3vw,18px)}
.reviewer{display:flex;align-items:center;gap:13px;text-align:left}
.reviewer-avatar{width:44px;height:44px;border:1px solid #f5c64b66;border-radius:50%;background:#f5c64b15;color:var(--yellow);display:grid;place-items:center;font-size:13px;letter-spacing:1px}
.reviewer h3{font-size:12px;letter-spacing:1.7px;text-transform:uppercase;margin:0 0 4px}
.reviewer-label{font-size:7px;letter-spacing:1.9px;color:#b3c0ba}
.carousel-controls{display:flex;justify-content:center;align-items:center;gap:40px;margin-top:30px}
.arrow-button{background:transparent;display:grid;place-items:center;border:1px solid #ffffff4d;width:42px;height:42px;border-radius:50%;transition:.2s}
.arrow-button:hover{border-color:var(--yellow);color:var(--yellow);background:#f5c64b10}
.arrow-button .icon{width:18px;height:18px}
.previous .icon{transform:rotate(180deg)}
.review-dots{display:flex;gap:4px}
.review-dots button{background:transparent;width:24px;height:30px;display:grid;place-items:center;padding:0}
.review-dots button:after{content:'';display:block;width:5px;height:5px;border-radius:50%;background:#fff6;transition:.2s}
.review-dots button.is-active:after{background:var(--yellow);width:17px;border-radius:4px}
.club .scene-image{background-image:url('assets/club.jpg');background-position:75% center;left:25%}
.club .scene-shade{background:linear-gradient(90deg,#08101dfc 2%,#08101df0 27%,#08101dab 47%,#08101d12 80%),linear-gradient(0deg,#08101dc9,transparent 40%)}
.club-content>p:not(.eyebrow){font-size:14px;max-width:390px;color:#c9d0db;margin-bottom:30px}
.channel-label{display:flex;gap:9px;align-items:center;font-size:10px;letter-spacing:2.5px;color:#d8deeb;margin-bottom:20px}
.channel-label .icon{width:24px;height:24px;border:1px solid #f5c64b60;border-radius:50%;padding:5px;color:var(--yellow)}
.club h2{font-size:clamp(29px,3.3vw,49px);line-height:1.2;font-weight:400}
.club h2 .script{font-size:clamp(58px,6vw,86px);margin-top:8px}
.club .eyebrow{margin-bottom:47px}
.club-note{display:block;font-size:8px;letter-spacing:1.5px;color:#96a1b2;margin-top:22px}
.contact .scene-image{background-image:url('assets/contact.jpg')}
.contact .scene-shade{background:linear-gradient(#090e12ad,#090e12ad 60%,#090e12ec)}
.contact-content{text-align:center}
.contact .eyebrow{justify-content:center;margin-bottom:15px}
.contact h2{font-size:21px;letter-spacing:1px;margin-bottom:25px}
.contact h2 .script{margin-top:10px;letter-spacing:-1.5px;font-size:clamp(53px,6vw,85px)}
.contact-intro{font-size:13px;color:#d1d5cf;margin-bottom:28px}
.contact-details{display:flex;justify-content:center;gap:45px;border-top:1px solid #ffffff25;margin:55px auto 0;padding-top:30px;max-width:1000px;text-align:left}
.contact-details>a,.contact-details>div{display:flex;gap:15px;align-items:flex-start;font-size:12px;line-height:1.7;color:#e6e8e1}
.contact-details .icon{color:var(--yellow);width:20px;height:20px;margin-top:4px}
.contact-details small{display:block;font-size:8px;color:#a6b1aa;letter-spacing:2px;margin-bottom:8px}
.contact-details>a:hover{color:var(--yellow)}
.site-footer{position:absolute;bottom:36px;left:12%;right:9%;display:flex;justify-content:space-between;gap:20px;font-size:9px;color:#aeb4ab;letter-spacing:.2px}
.site-footer a{display:flex;gap:12px;align-items:center}
.site-footer .icon{width:15px;height:15px;transform:rotate(180deg);color:var(--yellow)}
.floating-support{position:fixed;bottom:30px;left:4.4%;z-index:30;display:flex;gap:10px;align-items:center;padding:11px 16px;background:#122c25e6;border:1px solid #79b9934d;backdrop-filter:blur(12px);border-radius:30px;font-size:10px;color:#eff9ef;box-shadow:0 4px 20px #0002;transition:background .2s}
.floating-support>.icon{color:#7edf9b;width:20px;height:20px}
.floating-support:hover{background:#1a5438}
.online-dot{width:5px;height:5px;background:#85d796;border-radius:50%;margin-left:5px;box-shadow:0 0 7px #85d79680}
.page-counter{position:fixed;right:4.1%;bottom:39px;z-index:25;display:flex;align-items:center;gap:11px;font-size:9px;letter-spacing:1px;color:#b6bdb4}
.page-counter>span:first-child{color:var(--yellow)}
.counter-line{width:27px;height:1px;background:#fff4}
body[data-section="contato"] .floating-support{opacity:0;visibility:hidden}
@media(min-width:1700px){.scene{padding-inline:17%}.hero{padding-left:23%}.about-content{max-width:670px}.biography{max-width:510px}.biography p{font-size:15px}.about-values p{font-size:13px}.services p{font-size:14px}.services h3{font-size:17px}}
@media(max-width:1100px){.scene{padding-inline:9%}.hero{padding-left:15%}.about-content{width:61%}.portrait-caption{right:8%;font-size:11px}.portrait-caption small{max-width:160px;line-height:1.5}.contact-details{gap:24px}.contact-details>a,.contact-details>div{gap:10px;font-size:11px}.site-footer{left:9%}.club .scene-image{left:15%}}
@media(max-width:760px){
 html{scroll-snap-type:y proximity}
 .site-header{padding:22px 6%;background:linear-gradient(#080c1299,transparent)}
 .brand-symbol{width:34px;height:34px}.brand-symbol .icon{width:22px;height:22px}.brand strong{font-size:22px}.brand-small{font-size:7px}.brand-tagline{font-size:5.3px;letter-spacing:1.4px}
 .header-contact{font-size:10px;gap:10px;padding-block:7px}.header-contact .icon{width:15px}
 .scene{padding:116px 12% 112px 7%;min-height:100svh}
 .section-nav{right:2%;gap:1px}.nav-dot{width:26px;height:30px}.nav-dot:after{width:4px;height:4px}.nav-dot:before{width:16px;height:16px}.nav-dot span{right:30px}
 .eyebrow{font-size:8px;letter-spacing:2px;margin-bottom:22px}
 .hero{padding-left:9%;padding-top:145px;padding-bottom:160px}
 .hero .scene-image{background-position:43% center}
 .hero .scene-shade{background:linear-gradient(90deg,#1017158c,#10171526),linear-gradient(0deg,#101714f2,transparent)}
 .hero h1 .script{font-size:72px}.hero-line{font-size:28px;margin-bottom:24px}.hero h1 strong{font-size:clamp(40px,9vw,67px);letter-spacing:-1.6px;white-space:nowrap}.hero-small{font-size:10px;letter-spacing:5px}.hero-description{font-size:11px;max-width:260px;line-height:1.8;margin-top:22px}.hero .button{font-size:11px;padding-inline:18px;gap:25px}
 .scroll-cue{bottom:103px;left:9%;transform:none;font-size:7px;letter-spacing:1.5px}.scene-caption{display:none}
 .script{font-size:65px}
 .about .scene-image{background-position:70% center}
 .about .scene-shade{background:linear-gradient(90deg,#0c1518ee,#0c1518ab 60%,#0c15186b),linear-gradient(0deg,#0c1518e6,transparent)}
 .about-content{width:100%;max-width:none}.biography{max-width:470px}.biography h3{font-size:18px}.biography p{font-size:13px}.about-values{gap:24px;margin-top:25px}.about-values p{font-size:11px}.portrait-caption{display:none}
 .section-heading h2{font-size:19px}.section-heading .script{font-size:clamp(48px,15vw,60px)}.section-heading>p:last-child{font-size:12px}
 .simulators{gap:20px;flex-wrap:wrap;margin:28px 0;padding:21px 0}.xplane{font-size:16px}.xplane>b{font-size:28px}.xplane small{font-size:14px}.flight-simulator{font-size:20px;order:3;flex-basis:100%}
 .services{grid-template-columns:1fr;gap:20px;text-align:left;margin-bottom:28px}.services article{padding:0 25px 0 57px;min-height:60px}.services article+article{border-left:0;padding-left:57px}.service-icon{position:absolute;left:0;top:0;width:37px;height:37px}.service-index{right:0;top:2px}.services h3{font-size:14px;margin-bottom:5px}.services p{font-size:12px}
 .support .button{font-size:11px;gap:15px;padding-inline:17px}
 .testimonials h2{font-size:23px;line-height:1.3}.testimonials h2 .script{display:block;font-size:63px;margin:0}.testimonial-carousel{padding:5px 0 0}.quote-mark{font-size:90px;height:63px}.testimonial-slide{min-height:320px}blockquote{font-size:17px;line-height:1.75}blockquote[lang="de"]{font-size:14px}.reviewer h3{font-size:11px}.reviewer-label{font-size:6px}.carousel-controls{gap:26px;margin-top:20px}
 .club .scene-image{left:0;background-position:61% center}.club .scene-shade{background:linear-gradient(90deg,#08101de6,#08101d6b),linear-gradient(0deg,#08101deb,transparent)}.club .eyebrow{margin-bottom:45px}.club h2{font-size:29px}.club h2 .script{font-size:65px}.club-content>p:not(.eyebrow){font-size:13px;max-width:310px}.club-note{font-size:7px;letter-spacing:1px}
 .contact h2 .script{font-size:57px}.contact-intro{font-size:12px}.contact-intro br{display:none}.contact .button{font-size:11px;gap:12px;padding:14px 17px}.contact-details{flex-direction:column;gap:22px;align-items:flex-start;margin-top:35px;padding-top:25px}.contact-details>a,.contact-details>div{font-size:12px}.contact-details small{margin-bottom:3px}.site-footer{left:7%;right:12%;bottom:27px;font-size:8px;line-height:1.6}.site-footer>span{max-width:170px}.site-footer a{gap:4px;font-size:8px}
 .floating-support{bottom:22px;left:6%;padding:12px;font-size:9px}.floating-support .icon{width:20px;height:20px}.floating-support>span{display:none}.page-counter{bottom:36px;right:6%;font-size:8px;gap:8px}.counter-line{width:20px}body[data-section="contato"] .page-counter{display:none}
}
@media(max-width:360px){.header-contact{font-size:0;gap:0}.hero h1 .script{font-size:61px}.hero h1 strong{font-size:36px}.hero-line{font-size:24px}.hero .button{gap:12px}.about-values{grid-template-columns:1fr;gap:19px}.club h2 .script{font-size:54px}.contact h2 .script{font-size:48px}.contact .button{font-size:10px;gap:8px}.testimonial-slide{min-height:370px}}
@media(max-height:740px) and (min-width:761px){.scene{padding-top:105px;padding-bottom:85px}.hero h1 .script{font-size:75px}.hero h1 strong{font-size:70px}.hero-line{font-size:33px;margin-bottom:15px}.hero .eyebrow{margin-bottom:10px}.hero-description{margin-bottom:20px}.about-values{margin-top:18px;padding-top:18px}.biography p{font-size:12px;line-height:1.6}.about .script{font-size:65px;margin-bottom:15px}.about .eyebrow{margin-bottom:12px}.support .section-heading .script{font-size:63px}.simulators{margin:23px 0;padding:18px 0}.services{margin-bottom:24px}.service-icon{margin-bottom:12px}.testimonial-slide{min-height:205px}.testimonials h2{margin-bottom:0}.quote-mark{height:60px;font-size:85px}.contact-details{margin-top:35px;padding-top:25px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}.scene.is-visible .scene-image{transform:none}}
