/* Standalone microsite styles for /etkinlik - "Gücün Kalbine Yolculuk: Zwolle" */

:root {
    --etk-navy: #001e46;
    --etk-navy-dark: #001432;
    --etk-white: #ffffff;
    --etk-border: rgba(255, 255, 255, 0.75);
    --etk-border-subtle: rgba(255, 255, 255, 0.2);
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 200px;
}

@media (max-width: 768px) {
    html {
        scroll-padding-top: 24px;
    }
}

.etkinlik-page {
    margin: 0;
    font-family: var(--font-family-text, 'vw-text'), Arial, sans-serif;
    color: var(--etk-white);
    background-color: var(--etk-navy);
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

.etkinlik-page h1,
.etkinlik-page h2,
.etkinlik-page h3,
.etk-header__nav button,
.etk-header__cta,
.etk-header__title,
.etk-info__title,
.etk-footer h3 {
    font-family: var(--font-family-head, 'vw-head'), Arial, sans-serif;
}

.etkinlik-page * {
    box-sizing: border-box;
}

.etkinlik-page a {
    color: inherit;
    text-decoration: none;
}

.etkinlik-page__container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 24px;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.etk-header {
    background-color: var(--etk-navy);
    color: var(--etk-white);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.etk-header__top {
    display: flex;
    align-items: center;
    padding: 16px 32px;
    width: 100%;
    gap: 48px;
}

.etk-header__logo {
    flex-shrink: 0;
}

.etk-header__logo img {
    height: 100px;
    width: auto;
    display: block;
}

.etk-header__nav-wrap {
    flex: 1;
    display: flex;
}

.etk-header__nav {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}

.etk-header__nav button {
    background: none;
    border: none;
    color: var(--etk-white);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    cursor: pointer;
    padding: 6px 0;
    border-bottom: 2px solid transparent;
    transition: all .2s ease;
}

.etk-header__nav button:hover {
    border-bottom-color: var(--etk-white);
    opacity: .9;
}

/* 3-Column Bordered Bar */
.etk-header__bar {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    background-color: var(--etk-navy);
    border-top: 1.5px solid var(--etk-border);
    border-bottom: 1.5px solid var(--etk-border);
    border-left: 1.5px solid var(--etk-border);
    border-right: 1.5px solid var(--etk-border);
    height: 7rem;
}

.etk-header__bar-col {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 8px 20px;
    border-right: 1.5px solid var(--etk-border);
}

.etk-header__bar-col:last-child {
    border-right: none;
}

.etk-header__cta {
    background-color: var(--etk-white);
    color: var(--etk-navy);
    border: none;
    border-radius: 999px;
    padding: 9px 38px;
    font-weight: 800;
    font-size: 1.3rem;
    letter-spacing: .06em;
    cursor: pointer;
    transition: transform .15s ease, opacity .15s ease;
}

.etk-header__cta:hover {
    transform: scale(1.03);
    opacity: .95;
}

.etk-header__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
}

.etk-header__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    color: var(--etk-white);
    transition: transform .2s ease, opacity .2s ease;
}

.etk-header__social a:hover {
    transform: scale(1.15);
    opacity: .85;
}

.etk-header__social a svg {
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: 35px;
    width: 35px;
}

.etk-header__title {
    color: var(--etk-white);
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: center;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */
.etk-hero {
    background-color: var(--etk-navy);
    color: var(--etk-white);
    text-align: center;
    padding: 72px 24px 56px;
}

.etk-hero h1 {
    font-size: 42px;
    font-weight: 800;
    letter-spacing: .03em;
    margin: 0 0 20px;
    color: var(--etk-white);
}

.etk-hero__subtitle {
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.8;
    color: var(--etk-white);
    letter-spacing: .04em;
    margin: 0;
}

/* ==========================================================================
   SHARED SECTION STYLES
   ========================================================================== */
.etk-section {
    padding: 60px 0;
    background-color: var(--etk-navy);
    color: var(--etk-white);
}

.etk-section h2 {
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: .05em;
    margin: 0 0 44px;
    color: var(--etk-white);
    text-transform: uppercase;
}

.etk-section--light {
    background-color: #ffffff;
    color: #1a1a1a;
}

.etk-section__title--dark {
    color: var(--etk-navy) !important;
}

.etk-section--white-strip {
    background-color: var(--etk-navy);
    padding: 40px 0;
}

/* ==========================================================================
   ÖNEMLİ NOTLARIMIZ (BEYAZ ŞERİT KART)
   ========================================================================== */
.etk-banner-card {
    background-color: #ffffff;
    color: #1a1a1a;
    display: grid;
    grid-template-columns: 280px 1fr;
    max-width: 980px;
    margin: 0 auto;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.etk-banner-card__left {
    padding: 32px 28px;
    display: flex;
    align-items: center;
    border-right: 1.5px solid #e5e7eb;
}

.etk-banner-card__left h2 {
    margin: 0;
    text-align: left;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: .04em;
    color: #0b1f4b;
    text-transform: uppercase;
}

.etk-banner-card__right {
    padding: 32px 36px;
    display: flex;
    align-items: center;
}

.etk-banner-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.etk-banner-list li {
    position: relative;
    padding-left: 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #1a1a1a;
    font-weight: 500;
}

.etk-banner-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0b1f4b;
    font-size: 18px;
    line-height: 1.2;
}

/* ==========================================================================
   KONAKLAMA BİLGİLERİ (BEYAZ ARKA PLAN)
   ========================================================================== */
.etk-stay-hotel-subtitle {
    text-align: center;
    font-style: italic;
    font-weight: 700;
    font-size: 17px;
    color: #0b1f4b;
    margin: -24px 0 32px;
}

.etk-stay-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    max-width: 980px;
    margin: 0 auto 28px;
}

.etk-stay-photo-placeholder {
    background-color: #f1f5f9;
    border: 1.5px dashed #94a3b8;
    border-radius: 4px;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: #475569;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.etk-stay-photo-placeholder img{
    width: 100%;
}

.etk-stay-grid__info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px 20px;
    font-size: 16px;
    color: #0b1f4b;
}

.etk-stay-grid__addr {
    font-weight: 700;
    margin: 0 0 10px;
    font-size: 17px;
}

.etk-stay-grid__phone {
    font-size: 15px;
    margin: 0;
    color: #334155;
    font-weight: 600;
}

.etk-stay-map-box {
    max-width: 980px;
    margin: 0 auto;
    background-color: #e2e8f0;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    height: 380px;
    overflow: hidden;
    position: relative;
}

.etk-stay-map-iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* ==========================================================================
   ETKİNLİK İLETİŞİM (BEYAZ ŞERİT FOOTER)
   ========================================================================== */
.etk-footer--banner {
    background-color: var(--etk-navy);
    color: var(--etk-white);
    padding: 24px 24px 48px;
    border-top: none;
}

.etk-banner-card--footer {
    margin-bottom: 36px;
}

.etk-footer-card-contact {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.etk-footer-card-contact__desc {
    margin: 0;
    font-size: 15px;
    color: #475569;
}

.etk-footer-card-contact__person {
    margin: 0;
    font-size: 16px;
    color: #0b1f4b;
}

.etk-footer-card-contact__person strong {
    font-size: 18px;
    font-weight: 800;
}

/* ==========================================================================
   AJANDA (GÜNLÜK KARTLAR)
   ========================================================================== */
.etk-schedule-card {
    max-width: 980px;
    margin: 0 auto 36px;
    padding: 32px 36px;
    border: 1.5px solid var(--etk-border);
    border-radius: 18px;
    background: transparent;
}

.etk-schedule-card:last-child {
    margin-bottom: 0;
}

.etk-schedule-card__badge {
    display: inline-block;
    background-color: var(--etk-white);
    color: var(--etk-navy);
    font-family: var(--font-family-head, 'vw-head'), Arial, sans-serif;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: .06em;
    padding: 6px 16px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.etk-schedule-card__meta {
    margin-bottom: 24px;
}

.etk-schedule-card__meta-item {
    font-size: 1.3rem;
    font-weight: 600;
    font-style: italic;
    color: var(--etk-white);
    margin-bottom: 6px;
    letter-spacing: .02em;
}

.etk-schedule-card__timeline {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.etk-schedule-card__row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px;
    align-items: baseline;
    font-size: 1.3rem;
    color: var(--etk-white);
}

.etk-schedule-card__time {
    font-weight: 800;
    white-space: nowrap;
    letter-spacing: .02em;
}

.etk-schedule-card__desc {
    font-weight: 600;
    line-height: 1.5;
}

.etk-schedule-card__sep {
    font-weight: 400;
    margin-right: 8px;
    opacity: 0.85;
}

.etk-schedule-card__desc em {
    font-style: italic;
    font-weight: 600;
}

/* ==========================================================================
   ÖNEMLİ NOTLARIMIZ (NOTICES SECTION)
   ========================================================================== */
.etk-notices {
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.etk-notices__block {
    display: flex;
    flex-direction: column;
}

.etk-notices__header {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.etk-notices__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--etk-white);
    flex-shrink: 0;
}

.etk-notices__header h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .05em;
    color: var(--etk-white);
    text-transform: uppercase;
}

.etk-notices__list {
    list-style: none;
    margin: 0;
    padding: 0 0 0 46px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.etk-notices__list li {
    position: relative;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 1.65;
    color: var(--etk-white);
}

.etk-notices__list li::before {
    content: "•";
    position: absolute;
    left: -18px;
    color: var(--etk-white);
    font-weight: bold;
}

/* ==========================================================================
   KONAKLAMA BİLGİLERİ
   ========================================================================== */
.etk-stay {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 36px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto 32px;
}

.etk-photo-card {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.12) 0%, rgba(255, 255, 255, 0.04) 100%);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    padding: 32px 24px;
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    color: var(--etk-white);
}

.etk-photo-card__icon {
    opacity: 0.9;
}

.etk-photo-card__label {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: .04em;
    color: rgba(255, 255, 255, 0.9);
}

.etk-stay__details {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.etk-stay__name {
    font-style: italic;
    font-weight: 800;
    font-size: 1.3rem;
    margin: 0 0 12px;
    color: var(--etk-white);
}

.etk-stay__address,
.etk-stay__phone {
    font-size: 14.5px;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, 0.9);
}

.etk-stay__map {
    max-width: 980px;
    margin: 0 auto;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.02) 100%);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 6px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    color: var(--etk-white);
    padding: 24px;
}

.etk-stay__map-pin {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 600;
    color: var(--etk-white);
}

.etk-stay__map-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
}

/* ==========================================================================
   SCANIA
   ========================================================================== */
.etk-feature {
    display: grid;
    grid-template-columns: 360px 1fr;
    gap: 36px;
    align-items: center;
    max-width: 980px;
    margin: 0 auto;
}

.etk-feature__content p {
    font-size: 14.5px;
    line-height: 1.85;
    color: var(--etk-white);
    margin: 0;
    text-align: justify;
}

/* ==========================================================================
   DOĞUŞ OTOMOTİV
   ========================================================================== */
.etk-brand-block {
    display: grid;
    grid-template-columns: 480px 1fr;
    gap: 48px;
    max-width: 1100px;
    margin: 0 auto;
    align-items: center;
}

.etk-brand-block__media {
    display: flex;
    flex-direction: column;
}

.etk-brand-block__title {
    margin: 0 0 24px;
    text-align: left;
    font-size: 38px;
    font-weight: 900;
    line-height: 1.15;
    letter-spacing: .03em;
    color: var(--etk-white);
    text-transform: uppercase;
}

.etk-brand-block__photo {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.etk-brand-block__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.etk-brand-block__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-top: 56px;
}

.etk-brand-block__content p {
    font-size: 1rem;
    line-height: 1.75;
    color: var(--etk-white);
    margin: 0;
    text-align: justify;
}

/* ==========================================================================
   FOOTER (ETKİNLİK İLETİŞİM)
   ========================================================================== */
.etk-footer {
    background-color: var(--etk-navy-dark);
    color: var(--etk-white);
    padding: 56px 24px 36px;
    border-top: 1.5px solid var(--etk-border-subtle);
}

.etk-footer__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 28px;
    max-width: 980px;
    margin: 0 auto 36px;
}

.etk-footer h3 {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    line-height: 1.25;
    letter-spacing: .05em;
    color: var(--etk-white);
}

.etk-footer__contact {
    font-size: 1rem;
    line-height: 1.7;
    max-width: 560px;
    text-align: right;
    color: rgba(255, 255, 255, 0.9);
}

.etk-footer__contact a {
    color: var(--etk-white);
    text-decoration: underline;
}

.etk-footer__social {
    display: flex;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px;
}

.etk-footer__social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--etk-white);
    transition: transform .2s ease, opacity .2s ease;
}

.etk-footer__social a:hover {
    transform: scale(1.15);
    opacity: .8;
}

.etk-footer__copy {
    text-align: center;
    font-size: 12px;
    border-top: 1px solid var(--etk-border-subtle);
    padding-top: 20px;
    max-width: 980px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.7);
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */
@media (max-width: 768px) {
    .etk-brand-block {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .etk-brand-block__title {
        font-size: 26px;
        margin-bottom: 16px;
    }

    .etk-brand-block__content {
        padding-top: 0;
        gap: 16px;
    }

    .etk-brand-block__content p {
        font-size: 1rem;
        line-height: 1.65;
        text-align: left;
    }

.etk-header__bar {
    height: unset;
    line-height: 56px;
}

    .etkinlik-page__container {
        padding: 0 16px;
    }

    .etk-header {
        position: static;
    }

    .etk-header__top {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        padding: 16px;
    }


    .etk-header__nav-wrap {
        width: 100%;
        justify-content: center;
    }

    .etk-header__nav {
        justify-content: center;
        gap: 12px 20px;
        flex-wrap: wrap;
    }

    .etk-header__nav button {
        font-size: 1rem;
        padding: 4px 0;
    }

    .etk-header__bar {
        grid-template-columns: 1fr;
        height: auto;
        min-height: auto;
    }

    .etk-header__bar-col {
        min-height: auto;
        padding: 12px 16px;
        border-right: none;
        border-bottom: 1.5px solid var(--etk-border);
    }

    .etk-header__bar-col:last-child {
        border-bottom: none;
    }

    .etk-header__cta {
        font-size: 1rem;
        padding: 8px 32px;
    }

    .etk-header__social {
        gap: 22px;
    }

    .etk-header__social a {
        width: 22px;
        height: 22px;
    }

    .etk-header__title {
        font-size: 1rem;
        line-height: 1.4;
        padding: 2px 8px;
    }

    .etk-hero {
        padding: 40px 16px 32px;
    }

    .etk-hero h1 {
        font-size: 30px;
        margin: 0 0 14px;
    }

    .etk-hero__subtitle {
        font-size: 1rem;
        line-height: 1.6;
    }

    .etk-section {
        padding: 44px 0;
    }

    .etk-section h2 {
        font-size: 24px;
        margin: 0 0 28px;
    }

    /* Schedule Card Mobile */
    .etk-schedule-card {
        padding: 20px 16px;
        margin: 0 auto 24px;
        border-radius: 12px;
    }

    .etk-schedule-card__badge {
        font-size: 1rem;
        padding: 5px 12px;
        margin-bottom: 12px;
    }

    .etk-schedule-card__meta {
        margin-bottom: 16px;
    }

    .etk-schedule-card__meta-item {
        font-size: 1rem;
        margin-bottom: 4px;
    }

    .etk-schedule-card__timeline {
        gap: 12px;
    }

    .etk-schedule-card__row {
        grid-template-columns: 1fr;
        gap: 4px;
        font-size: 1rem;
    }

    .etk-schedule-card__time {
        font-size: 1rem;
        color: #cce3ff;
    }

    .etk-schedule-card__sep {
        display: none;
    }

    /* Notices Mobile */
    .etk-notices {
        gap: 28px;
    }

    .etk-notices__header {
        gap: 10px;
        margin-bottom: 12px;
    }

    .etk-notices__icon svg {
        width: 26px;
        height: 26px;
    }

    .etk-notices__header h3 {
        font-size: 17px;
    }

    .etk-notices__list {
        padding: 0 0 0 22px;
        gap: 8px;
    }

    .etk-notices__list li {
        font-size: 1rem;
        line-height: 1.55;
    }

    /* Banner Card Mobile (Önemli Notlar) */
    .etk-banner-card {
        grid-template-columns: 1fr;
    }

    .etk-banner-card__left {
        border-right: none;
        border-bottom: 1.5px solid #e5e7eb;
        padding: 24px 20px 18px;
    }

    .etk-banner-card__left h2 {
        font-size: 20px;
    }

    .etk-banner-card__right {
        padding: 20px;
    }

    .etk-banner-list li {
        font-size: 1rem;
    }

    /* Stay Grid Mobile (Konaklama) */
    .etk-stay-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .etk-stay-photo-placeholder {
        min-height: 180px;
    }

    .etk-stay-grid__info {
        padding: 8px 4px;
        text-align: center;
    }

    .etk-stay-grid__addr {
        font-size: 1rem;
    }

    .etk-stay-grid__phone {
        font-size: 1rem;
    }

    /* Footer White Strip Mobile */
    .etk-footer__strip {
        grid-template-columns: 1fr;
        gap: 14px;
        text-align: center;
    }

    .etk-footer__strip-left h3 {
        text-align: center;
        font-size: 20px;
    }

    .etk-footer__strip-right {
        text-align: center;
        font-size: 1rem;
    }

    .etk-columns {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .etk-columns__item p {
        text-align: left;
        font-size: 1rem;
        line-height: 1.7;
    }

    .etk-footer {
        padding: 40px 16px 28px;
    }

    .etk-footer__row {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
        margin-bottom: 24px;
    }

    .etk-footer h3 {
        text-align: center;
        font-size: 20px;
    }

    .etk-footer__contact {
        text-align: center;
        font-size: 1rem;
        max-width: 100%;
    }

    .etk-footer__social {
        gap: 20px;
        margin-bottom: 18px;
    }
}
