@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap";:root{--montenegro-btn-color: #0d3b66;--spain-btn-color: #fbcc14}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body,html,#root{width:100%;height:100%;overflow-x:hidden}.landing-container{display:flex;width:100vw;min-height:100vh;position:relative;flex-direction:column;background-image:url(../hero-background.png);background-size:cover;background-position:center;background-repeat:no-repeat}@media(min-width:900px){.landing-container{flex-direction:row;height:100vh;overflow:hidden}}.header-logo{position:absolute;top:1.5rem;left:50%;transform:translate(-50%);z-index:10;display:flex;justify-content:center;align-items:center;pointer-events:none}.header-logo-img{height:90px;width:auto;max-width:90vw;object-fit:contain;filter:drop-shadow(0 3px 12px rgba(0,0,0,.8))}@media(min-width:900px){.header-logo-img{height:100px}}.split-section{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:6rem 1.5rem 5rem;position:relative;min-height:50vh}.split-section:before{content:"";position:absolute;inset:0;z-index:1}.montenegro-section:before{background:linear-gradient(180deg,#0000008c,#00000059 40%,#00000073)}.spain-section:before{background:linear-gradient(180deg,#00000073,#00000040 40%,#0006)}@media(min-width:900px){.split-section{min-height:auto;height:100%;padding:7rem 2rem 5rem}}.montenegro-section,.spain-section{color:#fff}.content{display:flex;flex-direction:column;align-items:center;text-align:center;z-index:2;position:relative;max-width:450px;width:100%}.subtitle{font-size:1rem;font-weight:600;letter-spacing:3px;margin-bottom:.4rem;text-transform:uppercase;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.6),0 4px 12px rgba(0,0,0,.4)}.title{font-size:3rem;font-weight:800;letter-spacing:1px;margin-bottom:.75rem;color:#fff;text-shadow:0 2px 4px rgba(0,0,0,.7),0 6px 20px rgba(0,0,0,.5)}.description{font-size:1rem;line-height:1.6;margin-bottom:1.5rem;max-width:360px;font-weight:600;color:#ffffffeb;text-shadow:0 1px 3px rgba(0,0,0,.6),0 3px 10px rgba(0,0,0,.4)}.text-dark{color:#fff!important}.spain-section .subtitle.text-dark,.spain-section .description.text-dark{text-shadow:0 1px 3px rgba(0,0,0,.6),0 4px 12px rgba(0,0,0,.4)}.spain-section .title.text-dark{text-shadow:0 2px 4px rgba(0,0,0,.7),0 6px 20px rgba(0,0,0,.5)}.features{display:flex;gap:1.5rem;margin-bottom:1.5rem;color:#fff!important}.feature{display:flex;flex-direction:column;align-items:center;gap:.4rem}.feature .icon{font-size:1.5rem;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5))}.feature .text{font-size:.7rem;font-weight:700;letter-spacing:1px;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.6)}.btn{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;font-size:.9rem;transition:transform .3s ease,box-shadow .3s ease;width:100%;max-width:360px;z-index:3;box-shadow:0 4px 15px #0000004d;white-space:nowrap}.btn:hover{transform:translateY(-3px);box-shadow:0 10px 25px #00000059}.btn-montenegro{background-color:var(--montenegro-btn-color);color:#fff}.btn-spain{background-color:var(--spain-btn-color);color:#112a46}.arrow{font-size:1.2rem;transition:transform .3s ease}.btn:hover .arrow{transform:translate(5px)}@media(max-width:899px){.header-logo{top:1rem}.header-logo-img{height:50px}.split-section{min-height:50vh;padding:5rem 1.25rem 3.5rem}.montenegro-section{padding-top:6rem}.title{font-size:2.25rem}.subtitle{font-size:.85rem;letter-spacing:2px}.description{font-size:.9rem;margin-bottom:1.25rem}.features{gap:1.25rem;margin-bottom:1.25rem}.feature .icon{font-size:1.25rem}.feature .text{font-size:.65rem}.btn{padding:.9rem 1.5rem;font-size:.8rem;max-width:320px}}@media(max-width:400px){.title{font-size:1.8rem}.features{gap:.75rem}.btn{font-size:.75rem;padding:.8rem 1.25rem}}
