/*
Theme Name: Hurghada Transfers
Description: WordPress Theme für Flughafen- und Hoteltransfers am Roten Meer — El-Gouna-inspirierte Premium-Identität (Marina, Sonnenuntergang, türkises Wasser) für Hurghada, El Gouna, Makadi Bay, Sahl Hasheesh, Safaga, Marsa Alam, Sharm El Sheikh.
Version: 3.9.1
Text Domain: hurghada-transfers
*/

/* ============================================================
   DESIGN TOKENS — "Where the Red Sea meets the Marina"
   ============================================================ */
:root {
    /* Brand palette */
    --color-deep:          #0A2E3D; /* Deep Ocean Blue — header, footer, hero depth   */
    --color-dark:          #0A2E3D; /* alias kept for existing component references   */
    --color-primary:       #0E7C86; /* Marina Teal — links, icons, structural brand   */
    --color-primary-dark:  #0A5560; /* deeper teal for gradients                      */
    --color-turquoise:     #2FC6B6; /* Red Sea Turquoise — bright accent glints       */
    --color-accent:        #C8943C; /* Sunset Gold — CTAs, pricing, badges            */
    --color-gold-light:    #F0B84B; /* lighter gold for gradients                     */
    --color-sand:          #F8F3EA; /* Warm Sand Beige — page background              */
    --color-light:         #F8F3EA; /* alias kept for existing component references   */

    /* Neutrals (warm-toned, not cold grey) */
    --color-text:   #2B2A28;
    --color-muted:  #8A7F72;
    --color-border: #E8E0D2;

    /* Gradients */
    --gradient-sunset: linear-gradient(135deg, var(--color-gold-light), var(--color-accent));
    --gradient-ocean:  linear-gradient(135deg, var(--color-primary), var(--color-deep));
    --gradient-water:  linear-gradient(120deg, var(--color-deep) 0%, var(--color-primary) 55%, var(--color-turquoise) 100%);

    /* Typography */
    --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
    --font-body: 'Inter', 'Segoe UI', Arial, sans-serif;

    /* Shape & elevation */
    --radius: 12px;
    --radius-lg: 20px;
    --radius-sm: 8px;
    --shadow-sm: 0 4px 18px rgba(10,46,61,.08);
    --shadow-lg: 0 24px 48px rgba(10,46,61,.18);
}

* { box-sizing: border-box; margin: 0; padding: 0; }

body {
    font-family: var(--font-body);
    color: var(--color-text);
    line-height: 1.6;
    background: var(--color-sand);
    -webkit-font-smoothing: antialiased;
}
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ============================================================
   TYPOGRAPHY — display serif for headings, sans for body/UI
   ============================================================ */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-display);
    color: var(--color-dark);
    font-weight: 600;
    line-height: 1.18;
    letter-spacing: -0.01em;
}
h1 { font-size: clamp(32px, 5vw, 50px); }
h2 { font-size: clamp(26px, 3.2vw, 38px); }
h3 { font-size: 20px; }
h4 { font-size: 17px; }
p  { font-size: 16px; }

section { padding: 64px 0; }

/* Inline line-icon system (replaces emoji glyphs in static chrome) */
.ht-icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: -4px;
    flex-shrink: 0;
}
.ht-footer-trust .ht-icon,
.ht-footer-contact .ht-icon { width: 15px; height: 15px; vertical-align: -3px; }
.ht-btn .ht-icon { width: 17px; height: 17px; vertical-align: -3px; }

@media (max-width: 600px) {
    section { padding: 44px 0; }
}

/* ============================================================
   HEADER — deep ocean bar with a sunset-to-marina hairline
   ============================================================ */
.site-header {
    background: var(--color-deep);
    padding: 18px 0;
    position: relative;
    z-index: 100;
}
.site-header::after {
    content: '';
    position: absolute;
    left: 0; right: 0; bottom: -2px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-turquoise), var(--color-accent) 60%, var(--color-gold-light));
}
.site-header--sticky { position: sticky; top: 0; }

.site-header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 18px 28px;
}

.site-logo {
    display: inline-flex;
    align-items: center;
    color: #fff;
    font-family: var(--font-display);
    font-weight: 600;
    font-size: 22px;
    letter-spacing: .01em;
}
.site-logo img { display: block; height: 44px; width: auto; }

.header-phone {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255,255,255,.86);
    font-size: 14px;
    font-weight: 500;
    transition: color .15s ease;
}
.header-phone .ht-icon { width: 16px; height: 16px; color: var(--color-gold-light); }
.header-phone:hover { color: var(--color-gold-light); }

.header-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--gradient-sunset);
    color: var(--color-deep);
    font-weight: 700;
    font-size: 14px;
    padding: 10px 20px;
    border-radius: 999px;
    box-shadow: 0 8px 20px rgba(200,148,60,.32);
    transition: transform .2s ease, box-shadow .2s ease;
}
.header-cta .ht-icon { width: 15px; height: 15px; }
.header-cta:hover { transform: translateY(-2px); box-shadow: 0 12px 24px rgba(200,148,60,.42); }

.main-nav ul,
.ht-fallback-nav {
    list-style: none;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.main-nav a, .ht-fallback-nav a {
    color: rgba(255,255,255,.82);
    font-size: 14.5px;
    font-weight: 500;
    letter-spacing: .01em;
    transition: color .15s ease;
}
.main-nav a:hover, .ht-fallback-nav a:hover { color: var(--color-gold-light); }

/* Mobile menu toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px;
}
.menu-toggle span {
    display: block;
    width: 24px; height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .2s, opacity .2s;
}
@media (max-width: 768px) {
    .menu-toggle { display: flex; }
    .header-phone { display: none; }
    .main-nav {
        display: none;
        position: absolute;
        top: 100%;
        left: 0; right: 0;
        background: var(--color-deep);
        padding: 18px 20px;
        z-index: 100;
        border-top: 1px solid rgba(255,255,255,.08);
    }
    .main-nav.is-open { display: block; }
    .main-nav ul { flex-direction: column; gap: 14px; }
    .site-header { position: relative; }
}
