/* =====================================================================
   Atlantis Almere — Reservering CTA  (dc-newsletter-cta)
   High-impact conversion band: cinematic bg + glass reservation form.
   Scoped under .dc-res. Edge-to-edge, self-contained.
   ===================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,500&display=swap');

.elementor-widget-dc-newsletter-cta,
.elementor-widget-dc-newsletter-cta .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    max-width: 100%;
}

.dc-res {
    --dc-ink:       #08131f;
    --dc-gold:      #d4a24e;
    --dc-gold-soft: #e7c98b;
    --dc-heading:   #ffffff;
    --dc-text:      rgba(255,255,255,.78);
    --dc-glass:     rgba(255,255,255,.07);
    --dc-glass-brd: rgba(255,255,255,.16);
    --dc-radius:    24px;
    --dc-ease:      cubic-bezier(.16,1,.3,1);

    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: clamp(72px, 10vw, 130px) 0;
    overflow: hidden;
    isolation: isolate;
    color: var(--dc-text);
    background: var(--dc-ink);
    font-family: 'Karla', system-ui, -apple-system, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* ----------------------------- background ------------------------- */
.dc-res__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.dc-res__bg-media {
    position: absolute; inset: -6%; width: 112%; height: 112%;
    object-fit: cover; transform: scale(1.06); will-change: transform;
}
.dc-res__bg-overlay {
    position: absolute; inset: 0; z-index: 1;
    background:
        linear-gradient(100deg, rgba(7,16,28,.95) 0%, rgba(7,16,28,.78) 42%, rgba(7,16,28,.5) 100%),
        radial-gradient(80% 120% at 100% 50%, rgba(212,162,78,.18) 0%, transparent 55%);
}
.dc-res__glow {
    position: absolute; z-index: 1; top: -10%; right: -6%;
    width: 540px; height: 540px; max-width: 70vw; max-height: 70vw;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(212,162,78,.32), transparent 65%);
    filter: blur(20px); pointer-events: none; will-change: transform;
}

.dc-res__inner {
    position: relative; z-index: 3;
    width: 100%; max-width: 1320px; margin: 0 auto;
    padding: 0 clamp(22px, 5vw, 72px);
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr);
    gap: clamp(36px, 5vw, 72px);
    align-items: center;
}

/* ----------------------------- content ---------------------------- */
.dc-res__eyebrow {
    display: inline-flex; align-items: center; gap: 11px;
    padding: 8px 16px 8px 13px;
    border: 1px solid var(--dc-glass-brd); border-radius: 999px;
    background: var(--dc-glass);
    -webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
    font-size: 12.5px; font-weight: 700; letter-spacing: .14em;
    text-transform: uppercase; color: var(--dc-gold-soft);
}
.dc-res__eyebrow svg { width: 17px; height: 17px; color: var(--dc-gold); }
.dc-res__title {
    margin: 20px 0 0;
    font-family: 'Playfair Display', Georgia, serif; font-weight: 600;
    color: var(--dc-heading);
    font-size: clamp(2.1rem, 4.4vw, 3.7rem); line-height: 1.07; letter-spacing: -.01em;
}
.dc-res__title em { font-style: italic; font-weight: 500; color: var(--dc-gold); }
.dc-res__text { margin: 18px 0 0; max-width: 46ch; font-size: clamp(1rem,1.2vw,1.15rem); line-height: 1.7; }

.dc-res__actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.dc-res__btn {
    position: relative; display: inline-flex; align-items: center; gap: 10px;
    padding: 16px 28px; border-radius: 999px; overflow: hidden;
    font-size: 1rem; font-weight: 700; text-decoration: none; cursor: pointer;
    transition: transform .35s var(--dc-ease), box-shadow .35s var(--dc-ease), background-color .35s var(--dc-ease);
}
.dc-res__btn svg { width: 18px; height: 18px; transition: transform .35s var(--dc-ease); }
.dc-res__btn:focus-visible { outline: 3px solid var(--dc-gold-soft); outline-offset: 3px; }
.dc-res__btn--primary {
    color: #1c1206; background: linear-gradient(135deg, var(--dc-gold-soft), var(--dc-gold));
    box-shadow: 0 14px 34px -12px rgba(212,162,78,.7);
}
.dc-res__btn--primary:hover { transform: translateY(-3px); box-shadow: 0 22px 48px -14px rgba(212,162,78,.85); }
.dc-res__btn--primary:hover svg { transform: translateX(4px); }
.dc-res__btn--ghost {
    color: #fff; background: rgba(255,255,255,.06); border: 1px solid var(--dc-glass-brd);
    -webkit-backdrop-filter: blur(8px); backdrop-filter: blur(8px);
}
.dc-res__btn--ghost:hover { transform: translateY(-3px); background: rgba(255,255,255,.13); }

/* trust chips */
.dc-res__trust { display: flex; flex-wrap: wrap; gap: 14px 26px; margin-top: 34px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.12); }
.dc-res__trust-item { display: flex; align-items: center; gap: 11px; text-decoration: none; color: var(--dc-text); }
.dc-res__trust-item:hover .dc-res__trust-val { color: #fff; }
.dc-res__trust-ic {
    display: grid; place-items: center; width: 42px; height: 42px; flex: none;
    border-radius: 12px; color: var(--dc-gold);
    background: var(--dc-glass); border: 1px solid var(--dc-glass-brd);
}
.dc-res__trust-ic svg { width: 21px; height: 21px; }
.dc-res__trust-k { display: block; font-size: .74rem; letter-spacing: .08em; text-transform: uppercase; color: rgba(255,255,255,.55); }
.dc-res__trust-val { display: block; font-size: 1rem; font-weight: 700; color: rgba(255,255,255,.9); transition: color .3s var(--dc-ease); }

/* ----------------------------- reservation card ------------------ */
.dc-res__card {
    position: relative;
    padding: clamp(24px, 3vw, 38px);
    border-radius: var(--dc-radius);
    background: rgba(13,28,44,.55);
    border: 1px solid var(--dc-glass-brd);
    -webkit-backdrop-filter: blur(18px); backdrop-filter: blur(18px);
    box-shadow: 0 40px 90px -34px rgba(0,0,0,.85);
}
.dc-res__card::before {
    content: ""; position: absolute; inset: 0; border-radius: inherit; pointer-events: none;
    background: linear-gradient(160deg, rgba(255,255,255,.14), transparent 40%);
}
.dc-res__card-head { display: flex; align-items: center; gap: 12px; margin-bottom: 22px; }
.dc-res__card-ic {
    display: grid; place-items: center; width: 48px; height: 48px; flex: none;
    border-radius: 14px; color: #1c1206;
    background: linear-gradient(135deg, var(--dc-gold-soft), var(--dc-gold));
}
.dc-res__card-ic svg { width: 24px; height: 24px; }
.dc-res__card-title { font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 600; color: #fff; line-height: 1.2; }
.dc-res__card-sub { font-size: .86rem; color: rgba(255,255,255,.6); }

.dc-res__form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.dc-res__field { display: flex; flex-direction: column; gap: 7px; }
.dc-res__field--full { grid-column: 1 / -1; }
.dc-res__label { font-size: .8rem; font-weight: 600; letter-spacing: .04em; color: rgba(255,255,255,.7); }
.dc-res__input {
    width: 100%;
    padding: 13px 15px;
    border-radius: 12px;
    border: 1px solid var(--dc-glass-brd);
    background: rgba(255,255,255,.06);
    color: #fff;
    font-family: inherit; font-size: .98rem;
    -webkit-appearance: none; appearance: none;
    transition: border-color .3s var(--dc-ease), background-color .3s var(--dc-ease), box-shadow .3s var(--dc-ease);
}
.dc-res__input::placeholder { color: rgba(255,255,255,.4); }
.dc-res__input:focus {
    outline: none; border-color: var(--dc-gold);
    background: rgba(255,255,255,.1);
    box-shadow: 0 0 0 3px rgba(212,162,78,.22);
}
select.dc-res__input {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23e7c98b' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat; background-position: right 14px center; padding-right: 38px;
}
.dc-res__input option { color: #11212f; }
.dc-res__submit {
    grid-column: 1 / -1;
    display: inline-flex; align-items: center; justify-content: center; gap: 10px;
    margin-top: 4px; padding: 16px 24px; border: none; border-radius: 12px;
    color: #1c1206; cursor: pointer;
    font-family: inherit; font-size: 1.02rem; font-weight: 700;
    background: linear-gradient(135deg, var(--dc-gold-soft), var(--dc-gold));
    transition: transform .35s var(--dc-ease), box-shadow .35s var(--dc-ease);
}
.dc-res__submit svg { width: 18px; height: 18px; transition: transform .35s var(--dc-ease); }
.dc-res__submit:hover { transform: translateY(-2px); box-shadow: 0 20px 40px -14px rgba(212,162,78,.85); }
.dc-res__submit:hover svg { transform: translateX(4px); }
.dc-res__submit:focus-visible { outline: 3px solid #fff; outline-offset: 2px; }
.dc-res__note { margin-top: 14px; display: flex; align-items: center; gap: 8px; font-size: .84rem; color: rgba(255,255,255,.6); }
.dc-res__note svg { width: 16px; height: 16px; color: var(--dc-gold); flex: none; }

/* ----------------------------- reveal states --------------------- */
.dc-res--anim .dc-res__eyebrow,
.dc-res--anim .dc-res__title,
.dc-res--anim .dc-res__text,
.dc-res--anim .dc-res__actions,
.dc-res--anim .dc-res__trust,
.dc-res--anim .dc-res__card { opacity: 0; }

/* ----------------------------- responsive ------------------------- */
@media (max-width: 960px) {
    .dc-res__inner { grid-template-columns: 1fr; }
    .dc-res__card { order: 2; }
}
@media (max-width: 560px) {
    .dc-res__form { grid-template-columns: 1fr; }
    .dc-res__btn { flex: 1 1 100%; justify-content: center; }
    .dc-res__glow { display: none; }
}

@media (prefers-reduced-motion: reduce) {
    .dc-res__bg-media, .dc-res__glow { transform: none !important; }
    .dc-res--anim .dc-res__eyebrow,
    .dc-res--anim .dc-res__title,
    .dc-res--anim .dc-res__text,
    .dc-res--anim .dc-res__actions,
    .dc-res--anim .dc-res__trust,
    .dc-res--anim .dc-res__card { opacity: 1 !important; }
}

/* ---------- Contact Form 7 in de reserveringskaart ---------- */
.dc-res__cf7 .wpcf7-form-control-wrap { display: block; width: 100%; }
.dc-res__cf7 .dc-res__form { margin: 0; }
.dc-res__cf7 form > p { margin: 0; }
.dc-res__cf7 input[type="date"].dc-res__input { color-scheme: dark; }
.dc-res__cf7 input.dc-res__submit {
    width: 100%;
    padding: 16px 24px;
    border: none;
    border-radius: 12px;
    color: #1c1206;
    cursor: pointer;
    font-family: inherit;
    font-size: 1.02rem;
    font-weight: 700;
    background: linear-gradient(135deg, var(--dc-gold-soft), var(--dc-gold));
    transition: transform .35s var(--dc-ease), box-shadow .35s var(--dc-ease);
}
.dc-res__cf7 input.dc-res__submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 40px -14px rgba(212,162,78,.85);
}
.dc-res__cf7 .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: .8rem;
    font-weight: 600;
    color: #ffb4a8;
}
.dc-res__cf7 .wpcf7-spinner { display: block; margin: 10px auto 0; }
.dc-res__cf7 .wpcf7-response-output {
    margin: 14px 0 0;
    padding: 12px 16px;
    border-radius: 12px;
    border: 1px solid var(--dc-glass-brd);
    background: rgba(255,255,255,.08);
    color: #fff;
    font-size: .88rem;
    font-weight: 600;
}
.dc-res__cf7 form.sent .wpcf7-response-output {
    border-color: rgba(122,199,143,.55);
    background: rgba(63,138,83,.22);
}
.dc-res__cf7 form.invalid .wpcf7-response-output,
.dc-res__cf7 form.failed .wpcf7-response-output {
    border-color: rgba(255,140,120,.55);
    background: rgba(179,56,44,.22);
}
