 /* ── GREEK TEASER ── */
        .greek-teaser-section {
	background: linear-gradient(135deg, #0d3d52 0%, #0a2a38 100%);
	padding-top: 10px;
	padding-right: auto;
	padding-left: auto;
	padding-bottom: 10px;
	position: relative;
	overflow: hidden;
	width: 90%;
	margin-left: 5%;
        }
        .greek-teaser-section::before {
            content: '';
            position: absolute;
            top: 0; left: 0; right: 0;
            height: 4px;
            background: linear-gradient(90deg, #e8622a, #2da0c3, #d4a96a);
        }
        /* subtle wave pattern bg */
        .greek-teaser-section::after {
            content: '';
            position: absolute;
            inset: 0;
            background-image: repeating-linear-gradient(
                -45deg,
                transparent,
                transparent 40px,
                rgba(255,255,255,0.015) 40px,
                rgba(255,255,255,0.015) 80px
            );
            pointer-events: none;
        }
        .greek-teaser-inner {
	max-width: 1100px;
	margin: 0 auto;
	grid-template-columns: 1fr 1.1fr;
	gap: 60px;
	align-items: center;
	position: relative;
	z-index: 1;
        }
        .greek-teaser-eyebrow {
	font-family: 'Bebas Neue', 'Arial Black', sans-serif;
	font-size: 0.8em;
	letter-spacing: 6px;
	color: #e8622a;
	margin-bottom: 10px;
	padding-top: 0px;
        }
        .greek-teaser-title {
            font-size: clamp(1.8em, 3.5vw, 2.6em);
            font-weight: 700;
            color: #f5e6c8;
            line-height: 1.15;
            margin-bottom: 18px;
        }
        .greek-teaser-title span { color: #d4a96a; }
        .greek-teaser-text p {
            font-size: 1em;
            line-height: 1.8;
            color: rgba(245,230,200,0.75);
            margin-bottom: 28px;
        }
        .greek-teaser-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #e8622a;
            color: white;
            font-family: 'Bebas Neue', 'Arial Black', sans-serif;
            font-size: 1.1em;
            letter-spacing: 3px;
            padding: 15px 30px;
            border-radius: 4px;
            text-decoration: none;
            transition: all 0.3s;
            box-shadow: 0 4px 20px rgba(232,98,42,0.4);
        }
        .greek-teaser-btn:hover {
            background: #c8521a;
            transform: translateY(-3px);
            box-shadow: 0 8px 30px rgba(232,98,42,0.5);
            color: white;
        }
        .greek-teaser-btn .fa-arrow-right { transition: transform 0.2s; }
        .greek-teaser-btn:hover .fa-arrow-right { transform: translateX(4px); }

        /* ── PREVIEW CARD ── */
        .greek-teaser-preview {
            display: block;
            text-decoration: none;
            transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
            filter: drop-shadow(0 20px 50px rgba(0,0,0,0.5));
        }
        .greek-teaser-preview:hover {
            transform: translateY(-8px) scale(1.02);
            filter: drop-shadow(0 30px 60px rgba(0,0,0,0.6));
        }
        .preview-frame {
            border-radius: 10px;
            overflow: hidden;
            border: 1px solid rgba(255,255,255,0.1);
        }
        .preview-browser-bar {
            background: #1a1a2e;
            padding: 8px 14px;
            display: flex;
            align-items: center;
            gap: 6px;
        }
        .preview-dot {
            width: 9px; height: 9px;
            border-radius: 50%;
            background: rgba(255,255,255,0.2);
        }
        .preview-dot:nth-child(1) { background: #ff5f57; }
        .preview-dot:nth-child(2) { background: #febc2e; }
        .preview-dot:nth-child(3) { background: #28c840; }
        .preview-url {
            margin-left: 10px;
            font-size: 0.72em;
            color: rgba(255,255,255,0.45);
            font-family: monospace;
            background: rgba(255,255,255,0.06);
            padding: 3px 12px;
            border-radius: 12px;
        }
        .preview-hero {
            position: relative;
            aspect-ratio: 16/8;
            background: linear-gradient(135deg, #0d3d52 0%, #1a6b8a 50%, #0d3d52 100%);
            overflow: hidden;
        }
        .preview-hero-bg {
            position: absolute;
            inset: 0;
            background:
                url('https://images.unsplash.com/photo-1502680390469-be75c86b636f?w=800&h=400&fit=crop') center/cover no-repeat;
            opacity: 0.55;
            filter: saturate(1.3);
        }
        /* Teal barrel wave colour cast — matches the screenshot */
        .preview-hero-bg::after {
            content: '';
            position: absolute;
            inset: 0;
            background: linear-gradient(135deg, rgba(13,61,82,0.35) 0%, rgba(45,160,195,0.2) 50%, rgba(13,61,82,0.4) 100%);
        }
        .preview-hero-content {
            position: relative;
            z-index: 2;
            padding: 18px 22px;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        .preview-eyebrow {
            font-size: 0.48em;
            letter-spacing: 4px;
            color: #d4a96a;
            margin-bottom: 4px;
            font-weight: 600;
        }
        .preview-headline {
            line-height: 0.9;
            margin-bottom: 6px;
        }
        .preview-bob   { font-family: 'Permanent Marker', 'Comic Sans MS', cursive; font-size: 2.1em; color: white; text-shadow: 2px 2px 0 #e8622a; }
        .preview-the   { font-family: 'Permanent Marker', 'Comic Sans MS', cursive; font-size: 2em;   color: #d4a96a; }
        .preview-greek { font-family: 'Permanent Marker', 'Comic Sans MS', cursive; font-size: 2.2em; color: #d4a96a; text-shadow: 2px 2px 0 #e8622a; }
        .preview-bolen { font-family: 'Permanent Marker', 'Comic Sans MS', cursive; font-size: 2em;   color: white;   text-shadow: 2px 2px 0 #e8622a; }
        .preview-tagline {
            font-size: 0.52em;
            letter-spacing: 3px;
            color: #2da0c3;
            font-weight: 700;
            margin-bottom: 6px;
        }
        .preview-quote {
            font-style: italic;
            font-size: 0.62em;
            color: #f5e6c8;
            background: rgba(0,0,0,0.4);
            border-left: 3px solid #e8622a;
            padding: 5px 10px;
            display: inline-block;
            border-radius: 0 4px 4px 0;
            margin-bottom: 10px;
            max-width: 85%;
        }
        .preview-btns {
            display: flex;
            gap: 8px;
        }
        .preview-btn-orange {
            background: #e8622a;
            color: white;
            font-size: 0.5em;
            letter-spacing: 2px;
            padding: 6px 14px;
            border-radius: 3px;
            font-weight: 700;
            display: flex;
            align-items: center;
            gap: 5px;
        }
        .preview-btn-outline {
            background: transparent;
            color: white;
            border: 1.5px solid #2da0c3;
            font-size: 0.5em;
            letter-spacing: 2px;
            padding: 5px 14px;
            border-radius: 3px;
            font-weight: 700;
        }
        /* Hover overlay */
        .preview-hover-overlay {
            position: absolute;
            inset: 0;
            background: rgba(13,61,82,0.7);
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            gap: 10px;
            opacity: 0;
            transition: opacity 0.3s;
            z-index: 10;
        }
        .preview-hover-overlay i {
            font-size: 2em;
            color: white;
        }
        .preview-hover-overlay span {
            font-family: 'Bebas Neue', 'Arial Black', sans-serif;
            font-size: 1.1em;
            letter-spacing: 4px;
            color: #d4a96a;
        }
        .greek-teaser-preview:hover .preview-hover-overlay { opacity: 1; }

        /* Load Google font for preview card */
        @import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Bebas+Neue&display=swap');

        /* Responsive */
        @media (max-width: 900px) {
            .greek-teaser-inner {
                grid-template-columns: 1fr;
                gap: 36px;
            }
            .greek-teaser-preview { max-width: 520px; margin: 0 auto; }
        }
        @media (max-width: 480px) {
            .greek-teaser-section { padding: 50px 20px; }
            .preview-bob, .preview-bolen { font-size: 1.5em; }
            .preview-the, .preview-greek { font-size: 1.6em; }
        }
