/* Port Sailors - Shared Stylesheet */
/* Generated for multilingual site (EN, PT, ES) */


        /* Custom Fonts - AmBIcase MoDERN Local Integration */
        @font-face {
            font-family: 'AmBIcase MoDERN';
            /* Ajusta o nome do ficheiro abaixo se for necessário (ex: AmBIcaseMoDERN.ttf, .woff, etc.) */
            src: url('fonts/Ambicase-Modern.ttf') format('truetype');
            font-weight: 400;
            font-style: normal;
            font-display: swap;
        }

        /* Custom Styles */
        .carousel-hide {
            display: none;
        }
        
        .carousel-active {
            display: block;
            animation: fadeIn 0.8s ease-in-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        /* Pulse Shadow Animation for WhatsApp Button */
        @keyframes pulse-shadow {
            0% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.7);
            }
            70% {
                box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
            }
            100% {
                box-shadow: 0 0 0 0 rgba(37, 211, 102, 0);
            }
        }

        .animate-pulse-shadow {
            animation: pulse-shadow 2s infinite;
        }

        /* ── Hero SEO eyebrow ── */
        .hero-eyebrow {
            display: block;
            font-size: 0.35em;
            font-family: 'Cormorant Garamond', serif;
            font-weight: 600;
            letter-spacing: 0.14em;
            text-transform: uppercase;
            color: #bae6fd;
            margin-bottom: 0.6em;
            white-space: nowrap;
        }
        @media (max-width: 640px) {
            .hero-eyebrow {
                white-space: normal;
                letter-spacing: 0.07em;
                font-size: 0.28em;
            }
        }

        /* ── Print: hide overflow cards so only carousel slot shows ── */
        @media print {
            #reviewsTrack {
                transform: none !important;
                flex-wrap: wrap;
            }
            #reviewsTrack .review-card:nth-child(n+4) {
                display: none !important;
            }
            #prevReview, #nextReview, #reviewDots {
                display: none !important;
            }
        }
        #prevReview:hover, #nextReview:hover {
            background-color: #85754E !important;
            border-color: #85754E !important;
            color: #ffffff !important;
        }
        @keyframes ps-shimmer {
            0%,100% { opacity:.25; }
            50%      { opacity:.55; }
        }
        .ps-skeleton-block { animation: ps-shimmer 1.6s ease-in-out infinite; }

        /* ── New Hero ── */
        @keyframes heroFadeUp {
            from { opacity: 0; transform: translateY(20px); }
            to   { opacity: 1; transform: translateY(0); }
        }
        @keyframes heroPulse {
            0%, 100% { opacity: 0.5; }
            50%       { opacity: 0.9; }
        }
        .hero-cta-primary {
            display: inline-block;
            padding: 16px 42px;
            font-size: 14px;
            letter-spacing: 2.5px;
            text-transform: uppercase;
            color: #f8f5ef;
            text-decoration: none;
            border: 1.5px solid #f8f5ef;
            border-radius: 50px;
            font-weight: 500;
            background: rgba(255,255,255,0.04);
            backdrop-filter: blur(4px);
            transition: all .35s ease;
        }
        .hero-cta-primary:hover {
            background: #C8953A;
            border-color: #C8953A;
            color: #0B1E2D;
            transform: translateY(-2px);
            box-shadow: 0 12px 30px rgba(200,149,58,0.35);
        }
        .hero-cta-secondary {
            color: inherit;
            text-decoration: underline;
            text-decoration-color: #d4af37;
            text-decoration-thickness: 1px;
            text-underline-offset: 2px;
            font-family: 'Cormorant Garamond', serif;
            font-style: italic;
            font-size: inherit;
            letter-spacing: 0.5px;
            transition: all .3s ease;
        }
        .hero-cta-secondary:hover {
            color: #d4af37;
        }
        .hero-scroll-hint {
            position: absolute;
            bottom: 36px;
            left: 50%;
            transform: translateX(-50%);
            z-index: 2;
            color: #f8f5ef;
            font-size: 11px;
            letter-spacing: 3px;
            text-transform: uppercase;
            opacity: 0.7;
            text-align: center;
            animation: heroPulse 2.5s ease-in-out infinite;
        }
        .hero-scroll-hint .scroll-line {
            display: block;
            width: 1px;
            height: 30px;
            background: #f8f5ef;
            margin: 12px auto 0;
            opacity: 0.5;
        }
    
        /* ── Floating transparent nav ── */
        #navbar {
            background: linear-gradient(to bottom, rgba(11,30,45,0.6) 0%, rgba(11,30,45,0) 100%) !important;
            box-shadow: none !important;
            border-color: transparent !important;
            backdrop-filter: none !important;
            -webkit-backdrop-filter: none !important;
        }
        #navbar .ps-nav-brand { color: #f8f5ef !important; }
        #navbar .ps-nav-sub   { color: rgba(248,245,239,0.75) !important; }
        #navbar .ps-nav-link  { color: rgba(248,245,239,0.92) !important; }
        #navbar .ps-nav-icon  { color: #f8f5ef !important; }
        #navbar.nav-solid {
            background: rgba(255,255,255,0.97) !important;
            backdrop-filter: blur(12px) !important;
            -webkit-backdrop-filter: blur(12px) !important;
            box-shadow: 0 2px 20px rgba(0,0,0,0.08) !important;
            border-color: #e8e3db !important;
            transition: background 0.3s ease, box-shadow 0.3s ease !important;
        }
        #navbar.nav-solid .ps-nav-link  { color: #85754E !important; }
        #navbar.nav-solid .ps-nav-brand { color: #1F2068 !important; }
        #navbar.nav-solid .ps-nav-sub   { color: #85754E !important; }
        #navbar.nav-solid .ps-nav-icon  { color: #1F2068 !important; }
    


                            .bokun-btn-custom {
                                display: inline-block;
                                padding: 10px 10px;
                                background: #0f172a;
                                border-radius: 0.75rem;
                                box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
                                font-weight: 700;
                                font-size: 0.9rem; /* Slightly smaller font to fit two buttons */
                                text-decoration: none;
                                text-align: center;
                                color: #FFFFFF;
                                border: none;
                                cursor: pointer;
                                transition: background .2s ease;
                                width: 100%;
                                font-family: 'Montserrat', sans-serif;
                                line-height: 1.2;
                            }
                            .bokun-btn-custom:hover {
                                background: #f59e0b;
                            }
                            .bokun-btn-custom:active {
                                background: #d97706;
                            }
                        