@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&display=swap);.header{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#00587af2;box-shadow:0 2px 20px #0000001a;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1000}.header__content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0;position:relative}.header__logo{height:auto;transition:transform .3s ease;width:80px;z-index:1001}.header__logo:hover{transform:scale(1.05)}.header__right{gap:20px;z-index:1001}.header__right,.header__social{align-items:center;display:flex}.header__social{gap:15px}@media(max-width:768px){.header__social{display:none}}.header__social-link{align-items:center;background-color:#0086b3;border:1px solid #00587a;border-radius:100px;display:flex;justify-content:center;padding:8px;transition:.3s ease-in}.header__social-link:hover{background-color:#039cd0}.header__social-link svg{height:25px;width:25px}@media(max-width:768px){.header__content{padding:.7rem 0}}.nav{align-items:center;display:flex;gap:1rem}.nav--open{opacity:1!important;transform:translateY(0)!important;visibility:visible!important}.nav__link{color:#fff;font-size:1.1rem;font-weight:500;padding:5px 0;position:relative;text-decoration:none;transition:all .3s ease}.nav__link:after{background:#ff7e33;bottom:0;content:"";height:2px;left:0;position:absolute;transition:width .3s ease;width:0}.nav__link:hover{color:#ff7e33}.nav__link:hover:after{width:100%}@media(max-width:768px){.nav__link{font-size:1.2rem;padding:12px 0}.nav{background:#00587afa;box-shadow:0 10px 30px #0003;flex-direction:column;left:0;opacity:0;padding:1rem;position:fixed;right:0;top:108px;transform:translateY(-150%);transition:all .4s cubic-bezier(.175,.885,.32,1.275);visibility:hidden;z-index:999}}.burger{background:none;border:none;color:#fff;cursor:pointer;display:none;padding:5px;z-index:1001}.burger svg{height:28px;width:28px}@media(max-width:768px){.burger{align-items:center;display:flex;justify-content:center}}.nav__social-mobile{display:none;gap:30px;justify-content:center;padding:10px}@media(max-width:768px){.nav__social-mobile{display:flex}}.nav__social-link{align-items:center;background-color:#0086b3;border:1px solid #00587a;border-radius:100px;display:flex;justify-content:center;padding:8px;transition:.3s ease-in}.nav__social-link:hover{background-color:#039cd0}.nav__social-link svg{height:30px;width:30px}.btn--primary{background-color:#ff7e33}.btn--primary:hover{background-color:#ff5e00}.footer{font-family:Montserrat,sans-serif;overflow:hidden;padding:60px 0 30px;position:relative}.footer:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%2300587A" opacity="0.03" d="M0,100 L100,100 L100,0 Q50,20 0,0"></path></svg>') no-repeat;background-position:top;background-size:100% auto;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.footer__content{grid-gap:40px;gap:40px;margin-bottom:50px;position:relative;z-index:1}@media(max-width:768px){.footer__content{gap:30px;grid-template-columns:1fr 1fr}}@media(max-width:576px){.footer__content{grid-template-columns:1fr}}.footer__column:nth-child(2){border-left:1px solid #00587a1a;padding-left:20px}@media(max-width:768px){.footer__column:nth-child(2){border-left:none;padding-left:0}}.footer__title{color:#00587a;font-family:Playfair Display,serif;font-size:1.5rem;font-weight:700;margin-bottom:25px;position:relative}.footer__title:after{background:#ff7e33;bottom:-10px;content:"";height:3px;left:0;position:absolute;width:50px}.footer__nav{gap:15px}.footer__nav a{font-size:1.1rem;padding-left:15px;position:relative;transition:all .3s ease}.footer__nav a:before{color:#ff7e33;content:"→";left:0;opacity:0;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease}.footer__nav a:hover{color:#00587a;padding-left:25px}.footer__nav a:hover:before{left:5px;opacity:1}.footer__contacts{gap:15px}.footer__company-info{font-style:italic}.footer__address,.footer__company-info{color:#555;font-size:1rem;line-height:1.6;margin-bottom:20px}.footer__address{padding-left:25px;position:relative}.footer__address:before{content:"📍";left:0;position:absolute;top:2px}.footer .contact-link{font-size:1rem;gap:12px;line-height:1.6;transition:all .3s ease}.footer .contact-link:hover{color:#00587a;transform:translateX(5px)}.footer .contact-link svg{flex-shrink:0}.footer__social{gap:20px;margin-top:20px}.footer__social a{align-items:center;background:#00587a0d;border-radius:50%;color:#00587a;display:flex;height:45px;justify-content:center;transition:all .3s ease;width:45px}.footer__social a:hover{background:#00587a;box-shadow:0 5px 15px #0000001a;color:#fff;transform:translateY(-5px)}.footer__social a svg{transition:all .3s ease}.footer__bottom{border-top:1px solid #00587a1a;gap:20px;position:relative;z-index:1}.footer__copyright{font-size:.9rem}.footer__links{flex-wrap:wrap;gap:20px;justify-content:center}@media(max-width:576px){.footer__links{gap:15px}}.footer__links a{color:#555;font-size:.9rem;position:relative;transition:all .3s ease}.footer__links a:hover{color:#00587a}.footer__links a:not(:last-child):after{color:#ccc;content:"|";position:absolute;right:-12px}@media(max-width:576px){.footer__links a:not(:last-child):after{display:none}}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f9fa;color:#0a2e38;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.6}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600}.container{margin:0 auto;max-width:1200px;padding:0 20px}.btn{font-size:14px;overflow:hidden;position:relative}.btn:after{background:#ffffff1a;content:"";height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);transition:transform .3s ease;width:100%}.btn:hover:after{transform:translateX(0)}.btn--primary{box-shadow:0 4px 15px #00587a4d}.btn--primary:hover{box-shadow:0 6px 20px #00587a66}.btn--outline{border:2px solid #00587a;color:#00587a}.btn--outline:hover{background:#00587a;color:#fff}.btn--secondary{background:#ff7e33;color:#fff}.btn--secondary:hover{background:#ff5e00}.section-title{color:#0a2e38;display:inline-block;font-size:2.5rem;font-weight:700;margin-bottom:3rem;position:relative;text-align:center}.section-title:after{background:#00587a;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}@media(max-width:768px){.section-title{font-size:2rem;margin-bottom:2rem}}.highlight{color:#00587a;position:relative}.highlight:after{background:#ff7e334d;bottom:2px;content:"";height:6px;left:0;position:absolute;width:100%;z-index:-1}.highlight-white{color:#fff;position:relative}.highlight-white:after{background:#ff7e3380;bottom:2px;content:"";height:6px;left:0;position:absolute;width:100%;z-index:-1}.hero-section{align-items:center;color:#fff;display:flex;height:100vh;justify-content:center;min-height:600px;overflow:hidden;position:relative;text-align:center}.hero-section .image-container{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-section .hero-image{height:100%;object-fit:cover;object-position:center;width:100%}.hero-section .image-overlay{background:#0000004d;height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero-section .hero-content{padding:0 20px;position:relative;z-index:1}.hero-section h1{font-size:4rem;font-weight:700;margin-bottom:1.5rem;text-shadow:0 2px 10px #0000004d}@media(max-width:768px){.hero-section h1{font-size:2.5rem}}.hero-section .hero-subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.9;text-shadow:0 2px 5px #0003}@media(max-width:768px){.hero-section .hero-subtitle{font-size:1.2rem}}.hero-section .hero-btn{align-items:center;border-radius:50px;display:inline-flex;font-size:1.1rem;font-weight:600;gap:10px;letter-spacing:.5px;padding:16px 32px}@media(max-width:768px){.hero-section{min-height:500px}}@media(max-width:480px){.hero-section{min-height:400px}.hero-section h1{font-size:2rem}.hero-section .hero-subtitle{font-size:1rem}.hero-section .hero-btn{font-size:1rem;padding:12px 24px}}.hero{align-items:center;color:#fff;display:flex;height:100vh;min-height:700px;overflow:hidden;position:relative}.hero__video{object-fit:cover}.hero__video,.hero__video-overlay{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero__video-overlay{background:#0a2e3866}.hero__content{width:100%}.hero__text{max-width:700px}.hero__title{font-size:4.5rem;font-weight:700;line-height:1.1;margin-bottom:1.5rem;text-shadow:0 2px 10px #0000004d}@media(max-width:768px){.hero__title{font-size:3rem}}.hero__subtitle{font-size:1.5rem;margin-bottom:2.5rem;opacity:.9;text-shadow:0 2px 5px #0003}@media(max-width:768px){.hero__subtitle{font-size:1.2rem}}.hero__btn{border-radius:50px;font-size:1.1rem;font-weight:600;letter-spacing:.5px;padding:16px 32px}@media(max-width:768px){.hero{min-height:600px;text-align:center}.hero__text{margin:0 auto;padding:0 20px}}.about{overflow:hidden;padding:100px 0;position:relative}@media(max-width:768px){.about{padding:60px 0}}.about:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%2300587A" opacity="0.03" d="M0,0 L100,0 L100,100 Q50,80 0,100"></path></svg>') no-repeat;background-position:top;background-size:100% auto;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.about__content{grid-gap:4rem;align-items:center;display:grid;gap:4rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.about__content{gap:2rem;grid-template-columns:1fr}}.about__text h2{color:#0a2e38;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:2rem}@media(max-width:768px){.about__text h2{font-size:2rem}}.about__description p{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about__description p strong{color:#0a2e38}.about__image{padding:20px;position:relative}@media(max-width:768px){.about__image{order:-1}}.about__image-container{border-radius:16px;box-shadow:0 20px 40px #00000026;overflow:hidden;position:relative}.about__image-decoration{background:#ff7e33;border-radius:16px;height:150px;position:absolute;right:-20px;top:-20px;width:150px;z-index:-1}.about__yacht-image{display:block;height:auto;transition:transform .5s ease;width:100%}.about__yacht-image:hover{transform:scale(1.05)}.stats{background:linear-gradient(135deg,#00587a,#0086b3);color:#fff;overflow:hidden;padding:80px 0;position:relative}.stats:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%23ffffff" opacity="0.05" d="M0,0 L100,0 L100,100 Q50,80 0,100"></path></svg>') no-repeat;background-position:top;background-size:100% auto;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.stats__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);position:relative;z-index:1}@media(max-width:768px){.stats__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.stats__grid{grid-template-columns:1fr}}.stat{backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);background:#ffffff1a;border:1px solid #fff3;border-radius:16px;padding:30px;text-align:center;transition:all .3s ease}.stat:hover{background:#ffffff26;box-shadow:0 10px 30px #0003;transform:translateY(-10px)}.stat__number{color:#fff;font-family:Playfair Display,serif;font-size:3.5rem;font-weight:700;margin-bottom:.5rem;text-shadow:0 2px 5px #0003}.stat__label{color:#ffffffe6;font-size:1.1rem;opacity:.9}.destinations{background-color:#f5f9fa;padding:100px 0}@media(max-width:768px){.destinations{padding:60px 0}}.destinations__grid{grid-gap:3rem;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}@media(max-width:768px){.destinations__grid{gap:3rem;grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.destinations__grid{grid-template-columns:1fr}}.destination-card{border-radius:16px;box-shadow:0 10px 20px #0000001a;cursor:pointer;height:250px;position:relative}.destination-card__image{border-radius:10px;height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.destination-card__overlay{background:linear-gradient(0deg,#000000b3 0,#0000004d 50%,#0000);color:#fff;display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;opacity:0;padding:2rem;position:absolute;top:0;transition:opacity .3s ease;width:100%}.destination-card__name{font-size:1.5rem;font-weight:600;transition:transform .3s ease}.catalog{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%2300587A" opacity="0.03" d="M0,0 L100,0 L100,100 Q50,80 0,100"></path></svg>') no-repeat;background-position:top;background-size:100% auto;padding:100px 0}@media(max-width:768px){.catalog{padding:60px 0}}.catalog__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media(max-width:768px){.catalog__grid{gap:1.5rem;grid-template-columns:1fr}}.yacht-card{box-shadow:0 10px 30px #0000001a}.yacht-card__image-container{height:250px;overflow:hidden}.yacht-card__image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.yacht-card__content{padding:2rem}.yacht-card__name{color:#0a2e38;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.yacht-card__description{color:#475569;margin-bottom:1.5rem}.yacht-card__features{display:flex;gap:1.5rem;margin-bottom:1.5rem}.yacht-card .feature{align-items:center;color:#475569;display:flex;font-size:.9rem;gap:8px}.yacht-card__btn{width:100%}.yacht-card:hover{box-shadow:0 15px 40px #00000026}.yacht-card:hover .yacht-card__image{transform:scale(1.1)}.testimonials{background-color:#f5f9fa;padding:100px 0}@media(max-width:768px){.testimonials{padding:60px 0}}.testimonials__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}@media(max-width:768px){.testimonials__grid{gap:1.5rem;grid-template-columns:1fr}}.testimonial-card{background:#fff;border:1px solid #00587a1a;border-radius:16px;box-shadow:0 10px 30px #0000000d;padding:2rem;transition:all .3s ease}.testimonial-card__header{align-items:center;display:flex;gap:1rem;margin-bottom:1.5rem}.testimonial-card__avatar{align-items:center;background:#00587a;border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:1.5rem;font-weight:700;height:60px;justify-content:center;width:60px}.testimonial-card__name{color:#0a2e38;font-weight:600;margin-bottom:.25rem}.testimonial-card__rating{color:#fbbf24;display:flex;gap:4px}.testimonial-card__text{color:#475569;font-style:italic;line-height:1.6;padding-left:20px;position:relative}.testimonial-card__text:before{color:#00587a1a;content:'"';font-family:serif;font-size:3rem;left:0;line-height:1;position:absolute;top:-10px}.testimonial-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-5px)}.services{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%2300587A" opacity="0.03" d="M0,100 L100,100 L100,0 Q50,20 0,0"></path></svg>') no-repeat;background-position:bottom;background-size:100% auto;padding:100px 0}@media(max-width:768px){.services{padding:60px 0}}.services__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}@media(max-width:768px){.services__grid{gap:1.5rem;grid-template-columns:1fr}}.service-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;overflow:hidden;transition:all .3s ease}.service-card__image-container{height:250px;overflow:hidden}.service-card__image{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.service-card__content{padding:2rem}.service-card__content h3{color:#0a2e38;font-size:1.3rem;font-weight:700;margin-bottom:1rem}.service-card__content p{color:#475569;line-height:1.6;margin-bottom:1.5rem}.service-card__btn{align-items:center;color:#00587a;display:inline-flex;font-weight:600;gap:8px;text-decoration:none;transition:all .3s ease}.service-card__btn:hover{color:#0086b3;gap:12px}.service-card:hover{box-shadow:0 15px 40px #0000001a;transform:translateY(-10px)}.service-card:hover .service-card__image{transform:scale(1.1)}.cta{background:linear-gradient(135deg,#00587a,#0086b3);color:#fff;overflow:hidden;padding:100px 0;position:relative}@media(max-width:768px){.cta{padding:60px 0}}.cta:before{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="none"><path fill="%23ffffff" opacity="0.05" d="M0,0 L100,0 L100,100 Q50,80 0,100"></path></svg>') no-repeat;background-position:top;background-size:100% auto;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.cta__content{grid-gap:4rem;display:grid;gap:4rem;grid-template-columns:1fr 1fr;position:relative;z-index:1}@media(max-width:768px){.cta__content{gap:2rem;grid-template-columns:1fr}}.cta__text h2{font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}@media(max-width:768px){.cta__text h2{font-size:2rem}}.cta__text p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.cta__contacts{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cta .contact-item{align-items:center;display:flex;font-size:1.1rem;gap:12px}.cta__form{background:#fff;border-radius:16px;box-shadow:0 15px 40px #0000001a;padding:2.5rem}.cta .form-group{margin-bottom:1.5rem}.cta .form-group label{color:#0a2e38;display:block;font-weight:500;margin-bottom:.5rem}.cta .form-group input,.cta .form-group textarea{border:1px solid #e2e8f0;border-radius:8px;font-family:inherit;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.cta .form-group input:focus,.cta .form-group textarea:focus{border-color:#00587a;box-shadow:0 0 0 3px #00587a1a;outline:none}.cta .form-group textarea{min-height:120px;resize:vertical}@media(max-width:480px){.cta__form{padding:1.5rem}}.footer{background-color:#f8f9fa;color:#333;margin-top:60px}.footer__content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:40px}.footer__title{color:#222;font-size:18px;margin-bottom:20px}.footer__nav{flex-direction:column;gap:10px}.footer__nav a{color:#555;transition:color .3s}.footer__nav a:hover{color:#06c}.footer__contacts{gap:12px}.footer .contact-link{color:#555}.footer__social{flex-wrap:wrap;gap:15px}.footer__social a{color:#555;transition:color .3s}.footer__social a:hover{color:#06c}.footer__bottom{align-items:center;border-top:1px solid #e1e1e1;display:flex;flex-direction:column;gap:15px;padding-top:30px;text-align:center}@media(min-width:768px){.footer__bottom{flex-direction:row;justify-content:space-between;text-align:left}}.footer__copyright{color:#777;font-size:14px}.footer__links{display:flex;gap:15px}.footer__links a{color:#000;font-size:14px;text-decoration:none;transition:color .3s}.footer__links a:hover{color:#06c}.price-value{color:#00587a;font-size:1.3rem;font-weight:700;margin-bottom:10px}:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.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 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;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{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.width100{width:100%}.yacht-detail-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.yacht-detail-page .not-found{padding:100px 0;text-align:center}.yacht-detail-page .not-found h1{margin-bottom:20px}.yacht-hero{align-items:center;color:#fff;display:flex;min-height:60vh;padding:120px 0 80px;position:relative;text-align:center}.yacht-hero .container{position:relative;z-index:2}.yacht-hero .overlay{background:#0006;height:100%;left:0;position:absolute;top:0;width:100%}.yacht-hero .breadcrumbs{color:#fffc;margin-bottom:20px}.yacht-hero .breadcrumbs a{color:#fffc}.yacht-hero .breadcrumbs a:hover{color:#fff}.yacht-hero .hero-content{margin:0 auto;max-width:800px}.yacht-hero h1{font-size:3rem;margin-bottom:.5rem;text-shadow:0 2px 4px #0000004d}.yacht-hero .yacht-model{font-size:2rem;font-weight:300;margin-bottom:2rem;text-shadow:0 2px 4px #0000004d}@media(max-width:768px){.yacht-hero{min-height:50vh;padding:100px 0 60px}.yacht-hero h1{font-size:2.2rem}.yacht-hero .yacht-model{font-size:1.5rem}}.quick-info{background:#f5f9fa;margin-top:-30px;padding:40px 0;position:relative;z-index:1}.quick-info .info-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(2,1fr)}@media(min-width:768px){.quick-info .info-grid{gap:30px;grid-template-columns:repeat(4,1fr)}}.quick-info .info-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;padding:20px;text-align:center}.quick-info .info-card h3{color:#00587a;font-size:1.5rem;margin-bottom:5px}.quick-info .info-card p{color:#475569;font-size:.9rem}.main-content{padding:80px 0}@media(max-width:768px){.main-content{padding:60px 0}}.main-content .content-grid{grid-gap:40px;display:grid;gap:40px}@media(min-width:992px){.main-content .content-grid{grid-template-columns:2fr 1fr}}.yacht-description h2{color:#0a2e38;font-size:1.8rem;margin-bottom:20px}.yacht-description p{color:#475569;font-size:1.1rem;line-height:1.8}.yacht-specs h2{color:#0a2e38;font-size:1.8rem;margin-bottom:20px}.yacht-specs .specs-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:1fr}.yacht-specs .spec-item{background:#f5f9fa;border-radius:8px;display:flex;justify-content:space-between;padding:15px}.yacht-specs .spec-item .spec-name{color:#475569}.yacht-specs .spec-item .spec-value{color:#0a2e38;font-weight:600}.yacht-equipment h2{color:#0a2e38;font-size:1.8rem;margin-bottom:20px}.yacht-equipment .equipment-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:576px){.yacht-equipment .equipment-grid{grid-template-columns:repeat(2,1fr)}}.yacht-equipment .equipment-item{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;gap:10px;padding:12px 0}.yacht-equipment .equipment-item svg{color:#00587a;flex-shrink:0}.yacht-cta{background:linear-gradient(135deg,#00587a,#0086b3);color:#fff;padding:80px 0;text-align:center}@media(max-width:768px){.yacht-cta{padding:60px 0}}.yacht-cta h2{font-size:2rem;margin-bottom:15px}@media(max-width:768px){.yacht-cta h2{font-size:1.6rem}}.yacht-cta p{font-size:1.1rem;margin-bottom:30px;margin-left:auto;margin-right:auto;max-width:700px;opacity:.9}.yacht-cta .btn--large{font-size:1.1rem;padding:15px 35px}.contact-info{background:#f5f9fa;padding:80px 0}@media(max-width:768px){.contact-info{padding:60px 0}}.contact-info .contact-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr}@media(min-width:768px){.contact-info .contact-grid{grid-template-columns:repeat(3,1fr)}}.contact-info .contact-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;padding:30px;text-align:center;transition:transform .3s ease}.contact-info .contact-card:hover{transform:translateY(-5px)}.contact-info .contact-card svg{color:#00587a;margin-bottom:15px}.contact-info .contact-card h3{color:#0a2e38;margin-bottom:10px}.contact-info .contact-card a,.contact-info .contact-card p{color:#475569;text-decoration:none;transition:color .3s ease}.contact-info .contact-card a:hover,.contact-info .contact-card p:hover{color:#00587a}.btn{border:none;cursor:pointer;gap:8px}.btn--primary{background:#00587a}.btn--primary:hover{background:#0086b3;box-shadow:0 5px 15px #0000001a}.btn--large{font-size:1.1rem;padding:16px 32px}.alert{border-radius:4px;margin-bottom:20px;padding:15px}.alert-success{background-color:#dff0d8;color:#3c763d}.alert-error{background-color:#f2dede;color:#a94442}@keyframes spin{to{transform:translateY(-50%) rotate(1turn)}}.phone-input{border:1px solid #ddd;border-radius:4px;padding:10px;width:100%}.phone-input input{border:none!important;box-shadow:none!important;outline:none!important}.success-container{padding:30px;text-align:center}.success-container .success-icon{font-size:60px;margin-bottom:20px}.success-container h3{color:#2e7d32;font-size:24px;margin-bottom:10px}.success-container p{color:#666;font-size:16px;margin-bottom:30px}.social-links{margin-top:30px}.social-links p{color:#666;font-size:14px;margin-bottom:15px}.social-buttons{display:flex;flex-direction:column;gap:10px}.social-button{align-items:center;border-radius:6px;display:flex;font-weight:500;gap:8px;justify-content:center;padding:12px;text-decoration:none;transition:all .3s}.social-button.whatsapp{background:#25d366;color:#fff}.social-button.whatsapp:hover{background:#1da851}.social-button.viber{background:#7360f2;color:#fff}.social-button.viber:hover{background:#4931ee}.social-button.telegram{background:#08c;color:#fff}.social-button.telegram:hover{background:#069}.footer__contacts{display:flex;flex-direction:column;gap:8px;margin-bottom:20px}.footer .contact-link{align-items:center;color:#666;display:flex;gap:8px;text-decoration:none;transition:color .3s}.footer .contact-link:hover{color:#06c}.footer__social{align-items:center;display:flex;gap:30px}.footer__social .social-icon{color:#666;transition:color .3s}.footer__social .social-icon:hover{color:#06c}.about-page .container{margin:0 auto;max-width:1200px;padding:0 20px}.about-page .section-title{color:#0f172a;font-size:2.5rem;margin-bottom:1.5rem;position:relative;text-align:center}.about-page .section-title:after{background:#00b4d8;bottom:-10px;content:"";height:3px;left:50%;position:absolute;transform:translateX(-50%);width:80px}.about-page .section-subtitle{color:#475569;font-size:1.2rem;margin:0 auto 2rem;max-width:800px;text-align:center}.about-hero{background-position:50%;background-size:cover;color:#fff;padding:120px 0;text-align:center}.about-hero__content{margin:0 auto;max-width:800px}.about-hero__content h1{color:#00587a;font-size:3.5rem;line-height:1.2;margin-bottom:1rem}@media(max-width:768px){.about-hero__content h1{font-size:2.5rem}}.about-hero__content .subtitle{font-size:1.3rem;opacity:.9}.about-company{padding:80px 0}.about-company__content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}@media(max-width:1024px){.about-company__content{grid-template-columns:1fr}}.about-company__text h2{color:#0f172a;font-size:2.2rem;margin-bottom:1.5rem}.about-company__text p{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}.about-company__image img{border-radius:12px;box-shadow:0 10px 30px #0000001a;width:100%}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(4,1fr);margin-top:2rem}@media(max-width:768px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.stats-grid .stat-item{background:#f8fafc;border-radius:8px;padding:1.5rem;text-align:center}.stats-grid .stat-item .stat-number{color:#00b4d8;font-size:2rem;font-weight:700;margin-bottom:.5rem}.stats-grid .stat-item .stat-label{color:#64748b;font-size:.9rem}.our-values{background:#f8fafc;padding:80px 0}.our-values .values-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-top:3rem}@media(max-width:1024px){.our-values .values-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.our-values .values-grid{grid-template-columns:1fr}}.our-values .value-card{background:#fff;border-radius:12px;box-shadow:0 5px 15px #0000000d;padding:2rem;text-align:center;transition:transform .3s ease}.our-values .value-card:hover{transform:translateY(-5px)}.our-values .value-card .value-icon{align-items:center;background:#00b4d81a;border-radius:50%;color:#00b4d8;display:inline-flex;height:70px;justify-content:center;margin-bottom:1.5rem;width:70px}.our-values .value-card h3{color:#0f172a;font-size:1.3rem;margin-bottom:1rem}.our-values .value-card p{color:#64748b;line-height:1.6}.our-team{padding:80px 0}.our-team .section-header{margin:0 auto 3rem;max-width:800px;text-align:center}.our-team .team-description{color:#475569;font-size:1.1rem;line-height:1.7;margin-top:1rem}.our-team .team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(2,1fr)}@media(max-width:768px){.our-team .team-grid{grid-template-columns:1fr}}.our-team .team-member{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;display:flex;overflow:hidden}.our-team .team-member .member-photo{flex-shrink:0;width:250px}@media(max-width:576px){.our-team .team-member .member-photo{width:100%}}@media(max-width:1000px){.our-team .team-member .member-photo{width:170px}}@media(max-width:800px){.our-team .team-member .member-photo{width:150px}}.our-team .team-member .member-photo img{height:100%;object-fit:cover;width:100%}.our-team .team-member .member-info{flex:1 1;padding:2rem}.our-team .team-member .member-info h3{color:#0f172a;font-size:1.5rem;margin-bottom:.5rem}.our-team .team-member .member-info .position{color:#00b4d8;font-weight:600;margin-bottom:1rem}.our-team .team-member .member-info .member-stats{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}.our-team .team-member .member-info .member-stats span{align-items:center;color:#64748b;display:inline-flex;font-size:.9rem;gap:.5rem}.our-team .team-member .member-info .member-quote{color:#475569;font-style:italic;padding-left:1.5rem;position:relative}.our-team .team-member .member-info .member-quote:before{color:#00b4d8;content:'"';font-family:serif;font-size:2rem;left:0;line-height:1;position:absolute;top:-5px}.our-team .team-footer{margin-top:3rem;text-align:center}.our-team .team-footer .team-count{color:#475569;font-size:1.2rem}.our-team .team-footer .team-count strong{color:#0f172a}.our-advantages{background:linear-gradient(180deg,#fff 0,#f8fafc);padding:80px 0}.our-advantages .advantages-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:3rem}.our-advantages .advantage-card{background:#fff;border-radius:12px;box-shadow:0 5px 20px #00000008;padding:2rem;text-align:center;transition:transform .3s ease}.our-advantages .advantage-card:hover{transform:translateY(-5px)}.our-advantages .advantage-card .advantage-icon{align-items:center;background:#00b4d81a;border-radius:50%;color:#00b4d8;display:inline-flex;height:70px;justify-content:center;margin-bottom:1.5rem;width:70px}.our-advantages .advantage-card h3{color:#0f172a;font-size:1.3rem;margin-bottom:1rem}.our-advantages .advantage-card p{color:#64748b;line-height:1.6}.testimonials{background:#f8fafc;padding:80px 0}.testimonials .section-subtitle{margin-bottom:3rem;text-align:center}.testimonials .testimonials-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonials .testimonial-card{background:#fff;border-radius:12px;box-shadow:0 5px 20px #0000000d;padding:2rem;position:relative;transition:transform .3s ease}.testimonials .testimonial-card:hover{transform:translateY(-5px)}.testimonials .testimonial-card .quote-icon{color:#00b4d8;height:50px;opacity:.2;position:absolute;right:1.5rem;top:1.5rem;width:50px}.testimonials .testimonial-card .testimonial-content{margin-bottom:1.5rem;position:relative;z-index:1}.testimonials .testimonial-card .testimonial-content p{color:#475569;font-style:italic;line-height:1.7}.testimonials .testimonial-card .testimonial-author{align-items:center;display:flex}.testimonials .testimonial-card .testimonial-author .author-info h4{color:#0f172a;font-size:1.1rem;margin-bottom:.3rem}.testimonials .testimonial-card .testimonial-author .author-info p{color:#64748b;font-size:.9rem}.testimonials .testimonials-cta{margin-top:3rem;text-align:center}.testimonials .testimonials-cta .btn{align-items:center;display:inline-flex;gap:.5rem}.about-cta{background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;padding:80px 0;text-align:center}.about-cta__content{margin:0 auto;max-width:800px}.about-cta__content h2{font-size:2.5rem;margin-bottom:1rem}@media(max-width:768px){.about-cta__content h2{font-size:2rem}}.about-cta__content p{font-size:1.2rem;margin-bottom:2rem;opacity:.9}.about-cta .cta-buttons{display:flex;gap:1rem;justify-content:center}@media(max-width:576px){.about-cta .cta-buttons{align-items:center;flex-direction:column}}.btn{align-items:center;border-radius:8px;display:inline-flex;font-weight:600;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease}.btn--primary{background:#00b4d8;color:#fff}.btn--primary:hover{background:#008aa5;transform:translateY(-2px)}.btn--outline{background:#0000;border:2px solid #fff;color:#fff}.btn--outline:hover{background:#ffffff1a}.faq{background:#fff;padding:80px 0}@media(max-width:768px){.faq{padding:60px 0}}.faq__content{margin:0 auto;max-width:800px}.faq__title{color:#1e293b;font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center}@media(max-width:768px){.faq__title{font-size:2rem;margin-bottom:2rem}}.faq__items{display:flex;flex-direction:column;gap:2rem}.faq__item{background:#f8fafc;border-radius:12px;padding:1.5rem;transition:all .3s ease}.faq__item:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-2px)}.faq__question{color:#00b4d8;font-size:1.2rem;font-weight:600;margin-bottom:1rem}.faq__answer{color:#334155;line-height:1.6}.blog .header{background:#00587a;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.blog .header__content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.blog .header__logo{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:700;gap:12px;width:75px}.blog .nav{display:flex;gap:2rem}@media(max-width:768px){.blog .nav{background:#fff;box-shadow:0 10px 30px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:80px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.blog .nav--open{opacity:1;transform:translateY(0);visibility:visible}}.blog .nav__link{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.blog .nav__link:hover{color:#00b4d8}.blog .nav__link--active{color:#00b4d8;font-weight:600}.blog .burger{background:none;border:none;color:#fff;cursor:pointer;display:none}@media(max-width:768px){.blog .burger{align-items:center;display:flex;justify-content:center}}.blog .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease}.blog .btn--primary{background:#00b4d8;color:#fff}.blog .btn--primary:hover{background:#008aa5;transform:translateY(-2px)}.blog .btn--outline{background:#0000;border:2px solid #00b4d8;color:#00b4d8}.blog .btn--outline:hover{background:#00b4d8;color:#fff}.blog .container{margin:0 auto;max-width:1200px;padding:0 20px}.blog .highlight{color:#00b4d8}.blog-hero{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:100px 0 80px}@media(max-width:768px){.blog-hero{padding:80px 0 60px}}.blog-hero__content{margin:0 auto;max-width:800px;text-align:center}.blog-hero__title{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem}@media(max-width:768px){.blog-hero__title{font-size:2.5rem;margin-bottom:1rem}}.blog-hero__subtitle{font-size:1.25rem;line-height:1.6;opacity:.9}@media(max-width:768px){.blog-hero__subtitle{font-size:1.1rem}}.blog-categories{background:#f8fafc;padding:40px 0}.blog-categories__list{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media(max-width:768px){.blog-categories__list{gap:.5rem}}.blog-categories__item{background:#fff;border:2px solid #cbd5e1;border-radius:25px;color:#475569;cursor:pointer;font-weight:500;padding:12px 24px;transition:all .3s ease}@media(max-width:768px){.blog-categories__item{font-size:14px;padding:8px 16px}}.blog-categories__item:hover{border-color:#00b4d8;color:#00b4d8}.blog-categories__item--active{background:#00b4d8;border-color:#00b4d8;color:#fff}.blog-articles{padding:80px 0}@media(max-width:768px){.blog-articles{padding:60px 0}}.blog-articles__grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(380px,1fr))}@media(max-width:768px){.blog-articles__grid{gap:1.5rem;grid-template-columns:1fr}}.article-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000001a;overflow:hidden;transition:transform .3s ease}.article-card:hover{transform:translateY(-5px)}.article-card__image{height:250px;overflow:hidden;position:relative}.article-card__image img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.article-card__image:hover img{transform:scale(1.05)}.article-card__category{background:#00b4d8;border-radius:20px;color:#fff;font-size:12px;font-weight:600;left:1rem;padding:6px 12px;position:absolute;top:1rem}.article-card__content{padding:1.5rem}.article-card__title{color:#1e293b;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:1rem}@media(max-width:768px){.article-card__title{font-size:1.3rem}}.article-card__excerpt{color:#475569;line-height:1.6;margin-bottom:1.5rem}.article-card__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.5rem}@media(max-width:768px){.article-card__meta{gap:.5rem}}.article-card__author,.article-card__date,.article-card__read-time{align-items:center;color:#64748b;display:flex;font-size:14px;gap:.5rem}.article-card__author svg,.article-card__date svg,.article-card__read-time svg{height:16px;width:16px}.article-card__link{text-decoration:none}.blog-cta{background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;padding:80px 0}@media(max-width:768px){.blog-cta{padding:60px 0}}.blog-cta__content{margin:0 auto;max-width:600px;text-align:center}.blog-cta__content h2{font-size:2.5rem;font-weight:700;margin-bottom:1rem}@media(max-width:768px){.blog-cta__content h2{font-size:2rem}}.blog-cta__content p{font-size:1.1rem;margin-bottom:2rem;opacity:.9}.footer{padding:40px 0}.footer__content{align-items:center;display:flex;justify-content:space-between}@media(max-width:768px){.footer__content{flex-direction:column;gap:2rem;text-align:center}}.footer__nav{display:flex;gap:2rem}@media(max-width:768px){.footer__nav{flex-wrap:wrap;gap:1rem;justify-content:center}}.footer__nav a{color:#000;text-decoration:none;transition:color .3s ease}.footer__nav a:hover{color:#00b4d8}.footer__center p{color:#fff;font-size:18px;font-weight:700;margin-bottom:1rem}.footer__legal{display:flex;gap:1rem}@media(max-width:768px){.footer__legal{justify-content:center}}.footer__legal a{color:#fff;font-size:14px;opacity:.8;text-decoration:none}.footer__legal a:hover{opacity:1}.article .header{background:#00587a;box-shadow:0 2px 10px #0000001a;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.article .header__content{align-items:center;display:flex;justify-content:space-between;padding:1rem 0}.article .header__logo{align-items:center;color:#1e293b;display:flex;font-size:1.5rem;font-weight:700;gap:12px;width:75px}.article .nav{display:flex;gap:2rem}@media(max-width:768px){.article .nav{background:#fff;box-shadow:0 10px 30px #0000001a;flex-direction:column;left:0;opacity:0;padding:2rem;position:fixed;right:0;top:80px;transform:translateY(-100%);transition:all .3s ease;visibility:hidden}.article .nav--open{opacity:1;transform:translateY(0);visibility:visible}}.article .nav__link{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.article .nav__link:hover{color:#00b4d8}.article .nav__link--active{color:#00b4d8;font-weight:600}.article .burger{background:none;border:none;color:#fff;cursor:pointer;display:none}@media(max-width:768px){.article .burger{align-items:center;display:flex;justify-content:center}}.article .btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:inline-flex;font-size:14px;font-weight:600;justify-content:center;padding:12px 24px;text-decoration:none;transition:all .3s ease}.article .btn--primary{background:#00b4d8;color:#fff}.article .btn--primary:hover{background:#008aa5;transform:translateY(-2px)}.article .btn--outline{background:#0000;border:2px solid #00b4d8;color:#00b4d8}.article .btn--outline:hover{background:#00b4d8;color:#fff}.article .btn--back{background:#f8fafc;color:#334155;gap:8px}.article .btn--back:hover{background:#e2e8f0;transform:translateX(-2px)}.article .container{margin:0 auto;max-width:1200px;padding:0 20px}.article .highlight{color:#00b4d8}.article-hero{align-items:center;display:flex;height:60vh;min-height:500px;overflow:hidden;position:relative}@media(max-width:768px){.article-hero{height:50vh;min-height:400px}}.article-hero__background{background-attachment:fixed;background-position:50%;background-size:cover;height:100%;left:0;position:absolute;top:0;width:100%}@media(max-width:768px){.article-hero__background{background-attachment:scroll}}.article-hero__background:before{background:linear-gradient(135deg,#000000b3,#0006);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.article-hero__content{color:#fff;margin:0 auto;max-width:800px;padding:0 20px;position:relative;text-align:center;z-index:2}.article-hero__breadcrumbs{align-items:center;display:flex;font-size:14px;gap:8px;justify-content:center;margin-bottom:2rem;opacity:.9}@media(max-width:768px){.article-hero__breadcrumbs{margin-bottom:1.5rem}}.article-hero__breadcrumbs a{color:#fff;text-decoration:none;transition:color .3s ease}.article-hero__breadcrumbs a:hover{color:#00b4d8}.article-hero__breadcrumbs svg{height:16px;opacity:.6;width:16px}.article-hero__category{background:#00b4d8;border-radius:25px;color:#fff;display:inline-block;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:1.5rem;padding:8px 16px;text-transform:uppercase}.article-hero__title{font-size:3.5rem;font-weight:800;line-height:1.2;margin-bottom:1rem}@media(max-width:1024px){.article-hero__title{font-size:3rem}}@media(max-width:768px){.article-hero__title{font-size:2.2rem}}.article-hero__subtitle{font-size:1.25rem;line-height:1.6;margin-bottom:2rem;opacity:.9}@media(max-width:768px){.article-hero__subtitle{font-size:1.1rem;margin-bottom:1.5rem}}.article-hero__meta{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}@media(max-width:768px){.article-hero__meta{gap:1rem}}.article-hero__meta-item{align-items:center;display:flex;font-size:14px;gap:8px;opacity:.9}.article-hero__meta-item svg{height:18px;width:18px}.article-content{background:#fff;padding:80px 0}@media(max-width:768px){.article-content{padding:60px 0}}.article-content__container{margin:0 auto;max-width:800px;padding:0 20px}.article-content__back-button{margin-bottom:3rem}@media(max-width:768px){.article-content__back-button{margin-bottom:2rem}}.article-content__intro{background:#64748b;border-left:4px solid #00b4d8;border-radius:0 8px 8px 0;color:#334155;font-size:1.25rem;font-style:italic;line-height:1.8;margin-bottom:3rem;padding:2rem}@media(max-width:768px){.article-content__intro{font-size:1.1rem;margin-bottom:2rem;padding:1.5rem}}.article-content__section{margin-bottom:4rem}@media(max-width:768px){.article-content__section{margin-bottom:3rem}}.article-content__section:last-child{margin-bottom:0}.article-content__section-title{color:#1e293b;font-size:2rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem;position:relative}@media(max-width:768px){.article-content__section-title{font-size:1.7rem;margin-bottom:1rem}}.article-content__section-title:after{background:linear-gradient(135deg,#00b4d8,#3fdfff);border-radius:2px;bottom:-8px;content:"";height:3px;left:0;position:absolute;width:60px}.article-content__section-text{color:#334155;font-size:1.1rem;line-height:1.8;margin-bottom:2rem}@media(max-width:768px){.article-content__section-text{font-size:1rem;line-height:1.7}}.article-navigation{background:#f8fafc;padding:80px 0}@media(max-width:768px){.article-navigation{padding:60px 0}}.article-navigation__content{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr 1fr}@media(max-width:768px){.article-navigation__content{grid-template-columns:1fr}}.article-navigation__card{align-items:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000000d;color:inherit;display:flex;padding:1.5rem;text-decoration:none;transition:all .3s ease}.article-navigation__card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.article-navigation__card:hover .article-navigation__title{color:#00b4d8}.article-navigation__prev{text-align:left}.article-navigation__next{flex-direction:row-reverse;text-align:right}@media(max-width:768px){.article-navigation__next{flex-direction:row;text-align:left}}.article-navigation__arrow{align-items:center;background:#00b4d81a;border-radius:50%;color:#00b4d8;display:flex;flex-shrink:0;height:48px;justify-content:center;margin:0 1rem;width:48px}@media(max-width:768px){.article-navigation__arrow{margin-right:1rem}}.article-navigation__text{flex:1 1}.article-navigation__label{color:#64748b;display:block;font-size:.9rem;margin-bottom:.5rem}.article-navigation__title{color:#1e293b;font-size:1.2rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}.article-navigation__meta{color:#64748b;display:flex;font-size:.85rem;gap:.5rem}.article-navigation__meta span{align-items:center;display:flex}.article-subscribe{background:linear-gradient(135deg,#0f172a,#1e293b);color:#fff;padding:80px 0}@media(max-width:768px){.article-subscribe{padding:60px 0}}.article-subscribe__content{margin:0 auto;max-width:800px;text-align:center}.article-subscribe__text{margin-bottom:2rem}.article-subscribe__icon{color:#00b4d8;margin-bottom:1.5rem}.article-subscribe h2{font-size:2.2rem;margin-bottom:1rem}@media(max-width:768px){.article-subscribe h2{font-size:1.8rem}}.article-subscribe p{font-size:1.1rem;line-height:1.6;margin:0 auto;max-width:600px;opacity:.9}.article-subscribe__form{margin:0 auto;max-width:500px}.article-subscribe__input-group{display:flex;gap:1rem;margin-bottom:1rem}@media(max-width:576px){.article-subscribe__input-group{flex-direction:column}}.article-subscribe__input-group input{border:none;border-radius:8px;flex:1 1;font-size:1rem;padding:12px 16px}.article-subscribe__input-group input:focus{box-shadow:0 0 0 3px #00b4d84d;outline:none}.article-subscribe__input-group button{white-space:nowrap}@media(max-width:576px){.article-subscribe__input-group button{width:100%}}.article-subscribe__agree{align-items:center;display:flex;font-size:.85rem;gap:.5rem;justify-content:center;opacity:.8}.article-subscribe__agree input{margin:0}.article-subscribe__agree label{cursor:pointer}.article-contact{background:linear-gradient(135deg,#f8fafc,#f1f5f9);padding:80px 0}@media(max-width:768px){.article-contact{padding:60px 0}}.article-contact__content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}@media(max-width:1024px){.article-contact__content{gap:2rem;grid-template-columns:1fr}}.article-contact__info{padding:2rem}@media(max-width:768px){.article-contact__info{padding:1rem 0}}.article-contact__title{color:#1e293b;font-size:2.5rem;font-weight:700;line-height:1.3;margin-bottom:1.5rem}@media(max-width:768px){.article-contact__title{font-size:2rem}}.article-contact__subtitle{color:#475569;font-size:1.1rem;line-height:1.7;margin-bottom:2rem}.article-contact__details{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.article-contact__detail-item{align-items:flex-start;display:flex;gap:1rem}.article-contact__detail-item h4{color:#1e293b;font-size:1.1rem;margin-bottom:.5rem}.article-contact__detail-item a,.article-contact__detail-item p{color:#475569;text-decoration:none;transition:color .3s ease}.article-contact__detail-item a:hover,.article-contact__detail-item p:hover{color:#00b4d8}.article-contact__icon{align-items:center;background:#00b4d81a;border-radius:50%;color:#00b4d8;display:flex;flex-shrink:0;height:48px;justify-content:center;width:48px}.article-contact__form{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;padding:2.5rem}@media(max-width:768px){.article-contact__form{padding:1.5rem}}.form-group{margin-bottom:1.5rem}.form-group label{color:#334155;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group textarea{border:1px solid #cbd5e1;border-radius:8px;font-size:1rem;padding:12px 16px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#00b4d8;box-shadow:0 0 0 3px #00b4d833;outline:none}.form-group textarea{min-height:120px;resize:vertical}.btn--block{display:block;width:100%}.yacht-page a{text-decoration:none}.yacht-page .hero-section{background-color:#00587a;color:#fff;padding:120px 0 80px;text-align:center}.yacht-page .hero-section h1{font-size:2.5rem;margin-bottom:1rem}.yacht-page .hero-section .subtitle{font-size:1.2rem;opacity:.9}.yacht-page .intro-section{background-color:#f5f9fa;padding:80px 0}.yacht-page .intro-section .intro-content{margin:0 auto;max-width:900px}.yacht-page .intro-section h2{color:#0a2e38;font-size:2rem;margin-bottom:1.5rem}.yacht-page .intro-section p{color:#475569;line-height:1.6;margin-bottom:1rem}.yacht-page .features-section{background-color:#fff;padding:60px 0}.yacht-page .features-section h2{color:#0a2e38;font-size:2rem;margin-bottom:3rem;text-align:center}.yacht-page .features-section .features-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin:0 auto;max-width:1000px}.yacht-page .features-section .feature-card{background-color:#f5f9fa;border-radius:12px;padding:2rem;text-align:center;transition:all .3s ease}.yacht-page .features-section .feature-card:hover{box-shadow:0 10px 20px #0000001a;transform:translateY(-5px)}.yacht-page .features-section .feature-card .feature-icon{font-size:2.5rem;margin-bottom:1rem}.yacht-page .features-section .feature-card h3{color:#00587a;font-size:1.2rem;margin-bottom:.5rem}.yacht-page .features-section .feature-card p{color:#64748b;font-size:.95rem}.yacht-page .yacht-list{background-color:#f5f9fa;padding:80px 0}.yacht-page .yacht-list .container{margin:0 auto;max-width:1200px;padding:0 20px}.yacht-page .yacht-list .yachts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}@media(max-width:768px){.yacht-page .yacht-list .yachts-grid{grid-template-columns:1fr}}.yacht-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000d;overflow:hidden;position:relative;transition:all .3s ease}.yacht-card .image-container{height:250px;overflow:hidden;position:relative}.yacht-card .image-container img{height:100%;object-fit:cover;transition:transform .5s ease;width:100%}.yacht-card .image-container .overlay{background:linear-gradient(0deg,#0000004d 0,#0000 50%);height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%}.yacht-card .content{padding:1.5rem}.yacht-card .content h2{color:#0a2e38;font-size:1.5rem;font-weight:600;margin-bottom:.5rem;transition:color .3s ease}.yacht-card .content h2 span{font-weight:400;opacity:.8}.yacht-card .content .price{color:#00587a;font-size:1.3rem;font-weight:700;margin-bottom:1.5rem}.yacht-card .content .specs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);margin-bottom:1.5rem}.yacht-card .content .specs .spec-item{align-items:center;color:#475569;display:flex;font-size:.95rem;gap:8px}.yacht-card .content .specs .spec-item svg{color:#00587a}.yacht-card .content .btn{align-items:center;background-color:#00587a1a;border-radius:8px;color:#00587a;display:inline-flex;font-weight:600;gap:8px;padding:8px 16px;transition:all .3s ease}.yacht-card .content .btn:hover{background-color:#00587a33;gap:12px}.yacht-card:hover{box-shadow:0 15px 40px #0000001a}.yacht-card:hover .image-container img{transform:scale(1.05)}.yacht-card:hover .image-container .overlay{opacity:1}.yacht-card:hover .content h2{color:#00587a}.yacht-card .yacht-card .price-container{margin-bottom:12px}.yacht-card .yacht-card .price-container .price{align-items:baseline;display:flex;gap:4px}.yacht-card .yacht-card .price-container .price-amount{font-size:1.1em;font-weight:600}.yacht-card .yacht-card .price-container .price-label{font-size:.85em;opacity:.8}.yacht-card .yacht-card .price-container .price.price-secondary{margin-top:4px}.yacht-card .yacht-card .price-container .price.price-secondary .price-amount{font-size:.95em;font-weight:500}.yacht-card .yacht-card .price-container .price.price-secondary .price-label{font-size:.8em}.yacht-gallery{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:20px;position:relative;width:100%}.yacht-gallery.fullscreen{background:#000000e6;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;max-width:none;padding:0;position:fixed;top:0;width:100vw;z-index:1000}.yacht-gallery.fullscreen .main-image-container{border-radius:0;box-shadow:none;height:calc(100vh - 120px);margin-bottom:0;min-height:0;min-height:auto}.yacht-gallery.fullscreen .main-image-wrapper{height:100%;width:100%}.yacht-gallery.fullscreen .main-image{cursor:zoom-out;height:100%;object-fit:contain;width:100%}.yacht-gallery.fullscreen .thumbnails{background:#111;flex-shrink:0;height:120px;padding:10px}.yacht-gallery.fullscreen .nav-btn{height:60px;width:60px}.yacht-gallery.fullscreen .nav-btn.prev{left:30px}.yacht-gallery.fullscreen .nav-btn.next{right:30px}.yacht-gallery .main-image-container{border-radius:12px;box-shadow:0 5px 15px #0003;height:60vh;margin-bottom:15px;min-height:400px;overflow:hidden;position:relative;width:100%}@media(max-width:768px){.yacht-gallery .main-image-container{height:50vh;min-height:300px}}.yacht-gallery .main-image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.yacht-gallery .main-image{cursor:zoom-in;max-height:100%;max-width:100%;object-fit:contain;transition:transform .3s ease}.yacht-gallery .nav-btn{align-items:center;background:#00000080;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:.7;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.yacht-gallery .nav-btn:hover{background:#000c;opacity:1}.yacht-gallery .nav-btn.prev{left:20px}.yacht-gallery .nav-btn.next{right:20px}@media(max-width:768px){.yacht-gallery .nav-btn{height:40px;width:40px}}.yacht-gallery .fullscreen-btn{align-items:center;background:#00000080;border:none;border-radius:50%;bottom:20px;color:#fff;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:20px;transition:all .3s ease;width:40px;z-index:10}.yacht-gallery .fullscreen-btn:hover{background:#000c}.yacht-gallery .image-counter{background:#00000080;border-radius:20px;bottom:20px;color:#fff;font-size:.9rem;left:20px;padding:5px 10px;position:absolute}.yacht-gallery .thumbnails{-ms-overflow-style:none;display:flex;gap:10px;overflow-x:auto;padding:10px 0;scroll-snap-type:x mandatory;scrollbar-width:none}.yacht-gallery .thumbnails::-webkit-scrollbar{display:none}@media(max-width:768px){.yacht-gallery .thumbnails{gap:8px}}.yacht-gallery .thumbnail{border:2px solid #0000;border-radius:6px;cursor:pointer;flex:0 0 auto;height:70px;overflow:hidden;position:relative;scroll-snap-align:start;transition:all .3s ease;width:100px}@media(max-width:768px){.yacht-gallery .thumbnail{height:56px;width:80px}}.yacht-gallery .thumbnail.active{border-color:#00b4d8;transform:scale(1.05)}.yacht-gallery .thumbnail:hover:not(.active){opacity:.9;transform:scale(1.03)}.yacht-gallery .thumbnail img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}@keyframes fadeIn{0%{opacity:.6}to{opacity:1}}.yacht-gallery .main-image{animation:fadeIn .5s ease-out}.yacht-gallery .thumbnail{transition:transform .2s ease,border-color .3s ease}
/*# sourceMappingURL=main.2958524b.css.map*/