/**
 * Contato page styles — EBD 360 Design System — Premium v3
 * @package EBD360_Theme
 * @since   2.2.0
 */

/* ============================================================
   TOKENS & BASE
   ============================================================ */
.ebd-contact-hero,
.ebd-contact-form-wrapper,
.ebd-contact-section {
    box-sizing: border-box;
}

/* ============================================================
   HERO — tall & immersive
   ============================================================ */
.ebd-contact-hero {
    position: relative;
    background: #0d1520;
    min-height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 100px 24px 120px;
}

/* large golden orbs */
.ebd-contact-hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 0;
}
.ebd-contact-hero-orb--1 {
    width: 600px; height: 600px;
    top: -200px; left: -150px;
    background: radial-gradient(circle, rgba(197,160,89,0.14) 0%, transparent 70%);
    animation: orbFloat 14s ease-in-out infinite alternate;
}
.ebd-contact-hero-orb--2 {
    width: 500px; height: 500px;
    bottom: -200px; right: -100px;
    background: radial-gradient(circle, rgba(197,160,89,0.10) 0%, transparent 70%);
    animation: orbFloat 18s ease-in-out infinite alternate-reverse;
}

@keyframes orbFloat {
    0%   { transform: translateY(0) scale(1); }
    100% { transform: translateY(-30px) scale(1.08); }
}

.ebd-contact-hero-inner {
    position: relative;
    z-index: 2;
    max-width: 820px;
    width: 100%;
}

.ebd-contact-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(197,160,89,0.15);
    border: 1px solid rgba(197,160,89,0.35);
    color: #c5a059;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 6px 16px;
    border-radius: 100px;
    margin-bottom: 24px;
}
.ebd-contact-hero-badge .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
}

.ebd-contact-hero-title {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 58px;
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -2px;
    margin: 0 0 20px;
    background: linear-gradient(145deg, #ffffff 20%, #e2e8f0 55%, #c5a059 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.ebd-contact-hero-subtitle {
    font-size: 18px;
    line-height: 1.7;
    color: #94a3b8;
    max-width: 620px;
    margin: 0 auto 36px;
    font-weight: 400;
}

/* Hero buttons */
.ebd-contact-hero-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 48px;
}

.ebd-chero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 28px;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
    border: none;
}
.ebd-chero-btn .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}
.ebd-chero-btn--primary {
    background: linear-gradient(135deg, #c5a059, #a8873c);
    color: #fff !important;
    box-shadow: 0 6px 20px rgba(197,160,89,0.4);
}
.ebd-chero-btn--primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(197,160,89,0.5);
}
.ebd-chero-btn--ghost {
    background: rgba(255,255,255,0.07);
    color: #e2e8f0 !important;
    border: 1px solid rgba(255,255,255,0.18);
    backdrop-filter: blur(6px);
}
.ebd-chero-btn--ghost:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-2px);
}

/* Trust strip */
.ebd-contact-hero-trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
    gap: 4px;
}
.ebd-contact-trust-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #64748b;
    font-weight: 500;
    padding: 0 16px;
}
.ebd-contact-trust-item .dashicons {
    color: #c5a059;
    font-size: 15px;
    width: 15px;
    height: 15px;
}
.ebd-contact-trust-sep {
    width: 1px;
    height: 18px;
    background: rgba(255,255,255,0.1);
}

/* ============================================================
   BREADCRUMBS
   ============================================================ */
.ebd-contact-breadcrumbs {
    max-width: 1200px;
    margin: 20px auto 0;
    padding: 0 32px;
    font-size: 13px;
    color: #64748b;
}
.ebd-contact-breadcrumbs a {
    color: #64748b;
    text-decoration: none;
    transition: color 0.2s;
}
.ebd-contact-breadcrumbs a:hover { color: #c5a059; }
.ebd-contact-breadcrumbs span { margin: 0 6px; }

/* ============================================================
   SHARED SECTION LAYOUT
   ============================================================ */
.ebd-contact-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 32px;
}

.ebd-contact-section-header {
    text-align: center;
    margin-bottom: 52px;
}

.ebd-contact-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c5a059;
    margin-bottom: 12px;
    padding: 4px 14px;
    background: rgba(197,160,89,0.08);
    border-radius: 100px;
    border: 1px solid rgba(197,160,89,0.2);
}

.ebd-contact-eyebrow--light {
    color: rgba(197,160,89,0.9);
    background: rgba(197,160,89,0.1);
    border-color: rgba(197,160,89,0.25);
}

.ebd-contact-section-title {
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    font-size: 36px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.ebd-contact-section-subtitle {
    font-size: 16px;
    color: #64748b;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.65;
}

/* ============================================================
   CHANNELS SECTION — dark-tinted bg
   ============================================================ */
.ebd-contact-section--channels {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    max-width: 100%;
    padding: 80px 0;
}
.ebd-contact-section--channels > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
}
.ebd-contact-section--channels .ebd-contact-section-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
    margin-bottom: 48px;
}

/* 4 Cards */
.ebd-contact-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto 32px;
    padding: 0 32px;
}

.ebd-contact-card {
    background: #fff;
    border-radius: 18px;
    border: 1px solid #e2e8f0;
    padding: 32px 24px 28px;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.ebd-contact-card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    border-radius: 0 0 18px 18px;
    opacity: 0;
    transition: opacity 0.3s ease;
}
.ebd-contact-card--email::after   { background: linear-gradient(90deg, #3b82f6, #60a5fa); }
.ebd-contact-card--whatsapp::after { background: linear-gradient(90deg, #25D366, #22c55e); }
.ebd-contact-card--social::after  { background: linear-gradient(90deg, #8b5cf6, #a78bfa); }
.ebd-contact-card--support::after { background: linear-gradient(90deg, #c5a059, #f59e0b); }

.ebd-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.06);
    border-color: transparent;
}
.ebd-contact-card:hover::after { opacity: 1; }

.ebd-contact-card-icon-wrap {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: transform 0.3s ease;
}
.ebd-contact-card--email   .ebd-contact-card-icon-wrap { background: rgba(59,130,246,0.09);  color: #3b82f6; }
.ebd-contact-card--whatsapp .ebd-contact-card-icon-wrap { background: rgba(37,211,102,0.09); color: #25D366; }
.ebd-contact-card--social  .ebd-contact-card-icon-wrap { background: rgba(139,92,246,0.09);  color: #8b5cf6; }
.ebd-contact-card--support .ebd-contact-card-icon-wrap { background: rgba(197,160,89,0.09);  color: #c5a059; }

.ebd-contact-card-icon-wrap .dashicons {
    font-size: 26px;
    width: 26px;
    height: 26px;
}
.ebd-contact-card:hover .ebd-contact-card-icon-wrap {
    transform: scale(1.1) rotate(-5deg);
}

.ebd-contact-card-title {
    font-size: 18px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 8px;
}
.ebd-contact-card-desc {
    font-size: 14px;
    color: #64748b;
    line-height: 1.6;
    margin: 0 0 24px;
    flex-grow: 1;
}
.ebd-contact-card-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    color: #475569;
    transition: all 0.2s ease;
    margin-top: auto;
}
.ebd-contact-card--email   .ebd-contact-card-link:hover { color: #3b82f6; }
.ebd-contact-card--whatsapp .ebd-contact-card-link:hover { color: #25D366; }
.ebd-contact-card--social  .ebd-contact-card-link:hover { color: #8b5cf6; }
.ebd-contact-card--support .ebd-contact-card-link:hover { color: #c5a059; }
.ebd-contact-card-link .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    transition: transform 0.2s ease;
}
.ebd-contact-card-link:hover .dashicons { transform: translateX(4px); }

/* Hours bar */
.ebd-contact-hours-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 16px 28px;
    max-width: 700px;
    margin: 0 auto;
    font-size: 14px;
    color: #475569;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.ebd-contact-hours-bar .dashicons {
    color: #c5a059;
    font-size: 18px;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.ebd-contact-hours-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 4px 12px;
    background: rgba(16,185,129,0.08);
    color: #059669;
    border: 1px solid rgba(16,185,129,0.2);
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
}
.ebd-contact-hours-badge .dashicons {
    color: #059669;
    font-size: 13px;
    width: 13px;
    height: 13px;
}

/* ============================================================
   FORM WRAPPER — 2-column layout
   ============================================================ */
.ebd-contact-form-wrapper {
    background: #f8fafc;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
    padding: 80px 32px;
}

.ebd-contact-form-layout {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 380px 1fr;
    gap: 48px;
    align-items: start;
}

/* Info Panel (left) */
.ebd-contact-info-panel {
    background: linear-gradient(160deg, #1a2634 0%, #0d1520 100%);
    border-radius: 20px;
    padding: 44px 36px;
    color: #fff;
    position: sticky;
    top: 100px;
}

.ebd-contact-info-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #c5a059;
    padding: 4px 14px;
    background: rgba(197,160,89,0.12);
    border: 1px solid rgba(197,160,89,0.25);
    border-radius: 100px;
    margin-bottom: 20px;
}

.ebd-contact-info-title {
    font-size: 28px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 12px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.ebd-contact-info-text {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.65;
    margin: 0 0 36px;
}

.ebd-contact-info-list {
    list-style: none;
    margin: 0 0 36px;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ebd-contact-info-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}
.ebd-contact-info-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: rgba(255,255,255,0.07);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.ebd-contact-info-icon .dashicons {
    color: #c5a059;
    font-size: 18px;
    width: 18px;
    height: 18px;
}
.ebd-contact-info-list li > div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}
.ebd-contact-info-list li strong {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #64748b;
}
.ebd-contact-info-list li a,
.ebd-contact-info-list li span {
    font-size: 14px;
    color: #cbd5e1;
    text-decoration: none;
    transition: color 0.2s;
}
.ebd-contact-info-list li a:hover { color: #c5a059; }

.ebd-contact-info-socials {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}
.ebd-info-social-pill {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(255,255,255,0.1);
}
.ebd-info-social-pill .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}
.ebd-info-social-pill--yt { background: rgba(255,0,0,0.1);  color: #FF0000; }
.ebd-info-social-pill--fb { background: rgba(24,119,242,0.1); color: #1877F2; }
.ebd-info-social-pill--ig { background: rgba(225,48,108,0.1); color: #E1306C; }
.ebd-info-social-pill--tg { background: rgba(34,158,217,0.1); color: #229ED9; }
.ebd-info-social-pill:hover { transform: translateY(-3px) scale(1.08); border-color: transparent; }

/* Form Panel (right) */
.ebd-contact-form-panel {
    background: #fff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    padding: 44px 40px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.04);
}

.ebd-contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
.ebd-contact-form-full { grid-column: span 2; }

/* Labels */
.ebd-form-label {
    display: block;
    margin-bottom: 7px;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.ebd-required { color: #ef4444; margin-left: 2px; }
.ebd-optional { color: #94a3b8; font-weight: 400; text-transform: none; letter-spacing: 0; font-size: 11px; }

/* Input wrap with icon */
.ebd-input-wrap {
    position: relative;
}
.ebd-input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 16px;
    width: 16px;
    height: 16px;
    z-index: 1;
    pointer-events: none;
    transition: color 0.2s;
}
.ebd-input-wrap:focus-within .ebd-input-icon {
    color: #c5a059;
}

/* Inputs */
.ebd-form-input,
.ebd-form-select,
.ebd-form-textarea {
    width: 100%;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    transition: all 0.2s cubic-bezier(0.4,0,0.2,1);
    box-sizing: border-box;
    font-family: inherit;
    outline: none;
    appearance: none;
}
.ebd-form-input--icon {
    padding-left: 42px;
}
.ebd-form-input:focus,
.ebd-form-select:focus,
.ebd-form-textarea:focus {
    border-color: #c5a059;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(197,160,89,0.1);
}
.ebd-form-textarea {
    resize: vertical;
    min-height: 150px;
    line-height: 1.6;
}

/* Custom Select wrapper (injected by JS) */
.ebd-custom-select-wrapper {
    position: relative;
    width: 100%;
}
.ebd-custom-select-trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border: 1.5px solid #e2e8f0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    color: #1e293b;
    background: #f8fafc;
    cursor: pointer;
    transition: all 0.2s ease;
    box-sizing: border-box;
    user-select: none;
}
.ebd-custom-select-trigger:hover,
.ebd-custom-select-trigger.open {
    border-color: #c5a059;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(197,160,89,0.1);
}
.ebd-cs-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #94a3b8;
    border-bottom: 2px solid #94a3b8;
    transform: rotate(45deg) translateY(-3px);
    transition: transform 0.25s ease, border-color 0.2s;
    flex-shrink: 0;
}
.ebd-custom-select-trigger.open .ebd-cs-arrow {
    transform: rotate(-135deg) translateY(-3px);
    border-color: #c5a059;
}
.ebd-custom-select-options {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 12px 40px rgba(0,0,0,0.10);
    z-index: 999;
    display: none;
    overflow: hidden;
    max-height: 260px;
    overflow-y: auto;
}
.ebd-custom-select-wrapper.open .ebd-custom-select-options {
    display: block;
    animation: dropdownReveal 0.18s ease;
}
@keyframes dropdownReveal {
    from { opacity: 0; transform: translateY(-6px); }
    to   { opacity: 1; transform: translateY(0); }
}
.ebd-custom-option {
    padding: 11px 16px;
    font-size: 14px;
    color: #374151;
    cursor: pointer;
    transition: all 0.15s ease;
}
.ebd-custom-option:hover {
    background: #fdf8ef;
    color: #c5a059;
}
.ebd-custom-option.selected {
    background: rgba(197,160,89,0.08);
    color: #c5a059;
    font-weight: 700;
}

/* Validation states */
.ebd-form-input.is-invalid,
.ebd-form-select.is-invalid,
.ebd-form-textarea.is-invalid {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239,68,68,0.1) !important;
}
.ebd-form-input.is-valid,
.ebd-form-select.is-valid,
.ebd-form-textarea.is-valid {
    border-color: #10b981 !important;
}
.ebd-form-error-msg {
    display: none;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 600;
    color: #ef4444;
}

/* Feedback banners */
.ebd-form-feedback {
    display: none;
    padding: 14px 18px;
    border-radius: 10px;
    margin-bottom: 24px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}
.ebd-form-feedback--success {
    background: rgba(16,185,129,0.07);
    border: 1px solid rgba(16,185,129,0.25);
    color: #059669;
}
.ebd-form-feedback--error {
    background: rgba(239,68,68,0.07);
    border: 1px solid rgba(239,68,68,0.25);
    color: #dc2626;
}

/* Privacy checkbox */
.ebd-privacy-label {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    font-size: 14px;
    color: #64748b;
    line-height: 1.5;
}
.ebd-form-checkbox { display: none; }
.ebd-privacy-check-icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 6px;
    background: #f8fafc;
    transition: all 0.2s ease;
    position: relative;
    top: 1px;
}
.ebd-form-checkbox:checked + .ebd-privacy-check-icon {
    background: #c5a059;
    border-color: #c5a059;
}
.ebd-form-checkbox:checked + .ebd-privacy-check-icon::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 2px;
    width: 5px;
    height: 9px;
    border: 2px solid white;
    border-top: none;
    border-left: none;
    transform: rotate(45deg);
}
.ebd-privacy-label a {
    color: #c5a059;
    font-weight: 600;
    text-decoration: none;
}
.ebd-privacy-label a:hover { text-decoration: underline; }

/* Submit button */
.ebd-form-submit-wrap { text-align: right; }
.ebd-contact-submit-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 36px;
    background: linear-gradient(135deg, #c5a059, #a8873c);
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.25s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 6px 20px rgba(197,160,89,0.35);
    font-family: inherit;
}
.ebd-contact-submit-btn .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
}
.ebd-contact-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 30px rgba(197,160,89,0.5);
}
.ebd-contact-submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}
@keyframes spin { to { transform: rotate(360deg); } }
.ebd-spin { animation: spin 0.8s linear infinite; display: inline-block; }

/* ============================================================
   FAQ ACCORDION
   ============================================================ */
.ebd-contact-section--faq {
    background: #fff;
    max-width: 100%;
    padding: 80px 32px;
    border-top: 1px solid #f1f5f9;
}
.ebd-contact-section--faq .ebd-contact-section-header,
.ebd-contact-section--faq .ebd-accordion {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.ebd-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ebd-accordion-item {
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.3s ease;
    background: #fafafa;
}
.ebd-accordion-item:hover {
    border-color: rgba(197,160,89,0.3);
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
}
.ebd-accordion-item.active {
    border-color: #c5a059;
    background: #fff;
    box-shadow: 0 8px 24px rgba(197,160,89,0.1);
}

.ebd-accordion-header {
    width: 100%;
    background: none;
    border: none;
    padding: 20px 24px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
    transition: color 0.2s;
    font-family: inherit;
    gap: 16px;
}
.ebd-accordion-item.active .ebd-accordion-header { color: #0f172a; }

.ebd-accordion-icon-wrap {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: rgba(197,160,89,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}
.ebd-accordion-item.active .ebd-accordion-icon-wrap {
    background: rgba(197,160,89,0.15);
}

.ebd-accordion-icon {
    color: #c5a059;
    font-size: 16px;
    width: 16px;
    height: 16px;
    transition: transform 0.3s cubic-bezier(0.4,0,0.2,1);
}
.ebd-accordion-item.active .ebd-accordion-icon { transform: rotate(180deg); }

.ebd-accordion-body {
    max-height: 0;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
    padding: 0 24px;
}
.ebd-accordion-item.active .ebd-accordion-body {
    max-height: 400px;
    padding-bottom: 22px;
}
.ebd-accordion-text {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.7;
    margin: 0;
    border-top: 1px solid #f1f5f9;
    padding-top: 16px;
}

/* ============================================================
   SOCIAL SECTION
   ============================================================ */
.ebd-contact-section--social {
    background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
    max-width: 100%;
    padding: 80px 32px;
    border-top: 1px solid #e2e8f0;
}
.ebd-contact-section--social .ebd-contact-section-header {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.ebd-contact-social-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.ebd-contact-social-card {
    background: #fff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 28px 16px 24px;
    text-align: center;
    text-decoration: none;
    color: #0f172a;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}
.ebd-contact-social-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 36px rgba(0,0,0,0.08);
}
.ebd-social-card--yt:hover { border-color: #FF0000; }
.ebd-social-card--fb:hover { border-color: #1877F2; }
.ebd-social-card--ig:hover { border-color: #E1306C; }
.ebd-social-card--tg:hover { border-color: #229ED9; }
.ebd-social-card--wa:hover { border-color: #25D366; }

.ebd-social-icon-wrap {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    margin-bottom: 4px;
}
.ebd-social-card--yt .ebd-social-icon-wrap { background: rgba(255,0,0,0.08);    color: #FF0000; }
.ebd-social-card--fb .ebd-social-icon-wrap { background: rgba(24,119,242,0.08);  color: #1877F2; }
.ebd-social-card--ig .ebd-social-icon-wrap { background: rgba(225,48,108,0.08);  color: #E1306C; }
.ebd-social-card--tg .ebd-social-icon-wrap { background: rgba(34,158,217,0.08);  color: #229ED9; }
.ebd-social-card--wa .ebd-social-icon-wrap { background: rgba(37,211,102,0.08);  color: #25D366; }
.ebd-social-icon-wrap .dashicons {
    font-size: 26px;
    width: 26px;
    height: 26px;
}
.ebd-contact-social-card:hover .ebd-social-icon-wrap {
    transform: scale(1.1);
}

.ebd-contact-social-title {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    color: #1e293b;
}
.ebd-contact-social-sub {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.3;
}

/* ============================================================
   MAP
   ============================================================ */
.ebd-contact-section--map {
    padding-top: 0;
    padding-bottom: 0;
    max-width: 100%;
    border-top: 1px solid #e2e8f0;
}
.ebd-contact-map-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 32px;
}
.ebd-contact-map-container iframe {
    width: 100%;
    height: 400px;
    border: 0;
    border-radius: 20px;
    display: block;
    box-shadow: 0 4px 20px rgba(0,0,0,0.06);
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.ebd-contact-section--cta {
    padding: 80px 32px;
    max-width: 100%;
    background: #0d1520;
}
.ebd-contact-cta {
    max-width: 1100px;
    margin: 0 auto;
}
.ebd-contact-cta-inner {
    text-align: center;
    padding: 72px 48px;
    border-radius: 24px;
    background: linear-gradient(135deg, #1a2634 0%, #12202e 60%, #1a2634 100%);
    border: 1px solid rgba(197,160,89,0.15);
    position: relative;
    overflow: hidden;
}
.ebd-contact-cta-inner::before {
    content: '';
    position: absolute;
    top: -60%;
    right: -20%;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(197,160,89,0.12) 0%, transparent 70%);
    pointer-events: none;
}

.ebd-contact-cta-title {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    margin: 12px 0 14px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}
.ebd-contact-cta-text {
    font-size: 16px;
    color: #94a3b8;
    max-width: 580px;
    margin: 0 auto 36px;
    line-height: 1.65;
}
.ebd-contact-cta-btns {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
    .ebd-contact-form-layout {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .ebd-contact-info-panel { position: static; }
    .ebd-contact-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ebd-contact-social-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 768px) {
    .ebd-contact-hero { padding: 80px 20px 100px; min-height: auto; }
    .ebd-contact-hero-title { font-size: 40px; letter-spacing: -1px; }
    .ebd-contact-hero-subtitle { font-size: 16px; }
    .ebd-contact-hero-btns { flex-direction: column; }
    .ebd-contact-trust-sep { display: none; }
    .ebd-contact-trust-item { padding: 6px 12px; }

    .ebd-contact-section { padding: 56px 20px; }
    .ebd-contact-section--channels,
    .ebd-contact-section--faq,
    .ebd-contact-section--social,
    .ebd-contact-section--cta { padding: 56px 20px; }
    .ebd-contact-cards-grid { grid-template-columns: 1fr; padding: 0 20px; }

    .ebd-contact-form-wrapper { padding: 56px 20px; }
    .ebd-contact-form-panel { padding: 28px 20px; }
    .ebd-contact-info-panel { padding: 32px 24px; }
    .ebd-contact-form-grid { grid-template-columns: 1fr; }
    .ebd-contact-form-full { grid-column: span 1; }
    .ebd-form-submit-wrap { text-align: center; }
    .ebd-contact-submit-btn { width: 100%; justify-content: center; }

    .ebd-contact-social-grid { grid-template-columns: repeat(2, 1fr); }
    .ebd-contact-cta-inner { padding: 48px 24px; }
    .ebd-contact-cta-title { font-size: 26px; }
    .ebd-contact-cta-btns { flex-direction: column; }
    .ebd-chero-btn { justify-content: center; width: 100%; }
}
