/* ============================================================
   Video Prodüksiyon Hizmet Sayfası — vp- prefix
   Açık tema: #fff bg, #111827 başlık, #E91E63 accent (mor)
   ============================================================ */

.vp-accent { color: #E91E63; }
.vp-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #E91E63;
    background: rgba(233,30,99,.08);
    border: 1px solid rgba(233,30,99,.18);
    border-radius: 100px;
    padding: 4px 12px;
    margin-bottom: 16px;
}
.vp-h2 {
    font-size: 36px;
    font-weight: 800;
    color: #111827;
    line-height: 1.2;
    letter-spacing: -.5px;
    margin: 0 0 16px;
}
.vp-lead {
    font-size: 17px;
    color: #6b7280;
    line-height: 1.7;
    margin: 0;
}

/* ── HERO ─────────────────────────────────────────────────── */
.vp-hero {
    position: relative;
    background: #fff;
    padding: 140px 0 80px;
    overflow: hidden;
}
.vp-hero__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 0;
}
.vp-hero__blob--1 {
    width: 500px; height: 500px;
    background: rgba(233,30,99,.07);
    top: -100px; left: -100px;
}
.vp-hero__blob--2 {
    width: 400px; height: 400px;
    background: rgba(233,30,99,.05);
    bottom: -80px; right: -80px;
}
.vp-hero__inner { position: relative; z-index: 1; }
.vp-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #E91E63;
    background: rgba(233,30,99,.08);
    border: 1px solid rgba(233,30,99,.18);
    border-radius: 100px;
    padding: 5px 14px;
    margin-bottom: 20px;
}
.vp-hero__dot {
    width: 6px; height: 6px;
    background: #E91E63;
    border-radius: 50%;
    animation: vp-pulse 1.8s ease-in-out infinite;
}
@keyframes vp-pulse {
    0%,100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(1.4); }
}
.vp-hero__h1 {
    font-size: clamp(32px, 5vw, 52px);
    font-weight: 900;
    color: #111827;
    line-height: 1.1;
    letter-spacing: -1px;
    margin: 0 0 20px;
}
.vp-hero__desc {
    font-size: 18px;
    color: #4b5563;
    line-height: 1.75;
    margin: 0 0 32px;
    max-width: 500px;
}
.vp-hero__ctas {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 28px;
}
.vp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 26px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
    cursor: pointer;
    border: 2px solid transparent;
}
.vp-btn--purple {
    background: linear-gradient(135deg, #E91E63, #C2185B);
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}
.vp-btn--purple:hover { filter: brightness(1.08); transform: translateY(-2px); color: #fff !important; -webkit-text-fill-color: #fff !important; text-decoration: none; }
.vp-btn--border {
    background: transparent;
    color: #374151 !important;
    -webkit-text-fill-color: #374151 !important;
    border-color: #d1d5db;
}
.vp-btn--border:hover { border-color: #E91E63; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.04); text-decoration: none; }
.vp-hero__proof {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.vp-hero__pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #6b7280 !important;
    -webkit-text-fill-color: #6b7280 !important;
    background: #f3f4f6;
    border-radius: 100px;
    padding: 5px 12px;
}
.vp-hero__pill--star { color: #D97706 !important; -webkit-text-fill-color: #D97706 !important; background: rgba(217,119,6,.08); }
.vp-hero__pill--4k { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; background: rgba(233,30,99,.08); }

/* ── STUDIO VISUAL ────────────────────────────────────────── */
.vp-studio { position: relative; padding: 16px 0 40px 20px; }
.vp-studio__main { position: relative; z-index: 1; }
.vp-studio__screen {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,.08);
}
.vp-studio__screen-inner { display: flex; flex-direction: column; gap: 20px; }
.vp-tl-label { font-size: 12px; font-weight: 800; color: #6b7280; letter-spacing: .5px; text-transform: uppercase; margin-bottom: 12px; }
.vp-tl-tracks { display: flex; flex-direction: column; gap: 8px; }
.vp-tl-track {
    display: flex;
    align-items: center;
    gap: 10px;
}
.vp-tl-track__label { font-size: 11px; font-weight: 700; color: #9ca3af; min-width: 44px; }
.vp-tl-track__bar {
    height: 10px;
    border-radius: 100px;
    flex: 1;
    max-width: 100%;
}
.vp-tl-formats {
    display: flex;
    gap: 8px;
    margin-top: 12px;
}
.vp-tl-fmt {
    font-size: 11px;
    font-weight: 700;
    color: #9ca3af;
    background: #f3f4f6;
    border-radius: 6px;
    padding: 3px 8px;
    cursor: default;
}
.vp-tl-fmt--active {
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    background: rgba(233,30,99,.1);
}
.vp-studio__stats-row {
    display: flex;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid #f3f4f6;
}
.vp-studio__stat { text-align: center; }
.vp-studio__stat-num { font-size: 22px; font-weight: 900; line-height: 1; display: block; }
.vp-studio__stat-lbl { font-size: 10px; color: #9ca3af; font-weight: 600; margin-top: 3px; display: block; }
.vp-studio__float {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 10px 14px;
    font-size: 12px;
    font-weight: 700;
    color: #374151;
    box-shadow: 0 4px 16px rgba(0,0,0,.1);
    z-index: 2;
    white-space: nowrap;
}
.vp-studio__float--1 { bottom: 10px; left: -10px; }
.vp-studio__float--2 { top: 20px; right: -20px; }

/* ── STATS STRIP ──────────────────────────────────────────── */
.vp-stats { background: #111827; padding: 28px 0; }
.vp-stats__row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 0;
}
.vp-sstat {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 0 32px;
    text-align: center;
}
.vp-sstat__icon { font-size: 20px; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 4px; }
.vp-sstat__num { font-size: 22px; font-weight: 900; color: #fff !important; -webkit-text-fill-color: #fff !important; line-height: 1; }
.vp-sstat__lbl { font-size: 11px; color: rgba(255,255,255,.55) !important; -webkit-text-fill-color: rgba(255,255,255,.55) !important; font-weight: 600; letter-spacing: .3px; }
.vp-sstat-sep { width: 1px; height: 40px; background: rgba(255,255,255,.1); }

/* ── NEDİR ────────────────────────────────────────────────── */
.vp-nedir { background: #fff; padding: 80px 0; }
.vp-nedir__text p { font-size: 16px; color: #374151; line-height: 1.8; margin-bottom: 16px; }
.vp-nedir__list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.vp-nedir__list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #374151;
    font-weight: 600;
}
.vp-nedir__list li i { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; font-size: 16px; flex-shrink: 0; }
.vp-nedir-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    transition: box-shadow .15s ease;
}
.vp-nedir-card:hover { box-shadow: 0 4px 16px rgba(233,30,99,.1); }
.vp-nedir-card__icon {
    width: 44px; height: 44px;
    background: rgba(233,30,99,.1) !important;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    flex-shrink: 0;
}
.vp-nedir-card__title { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 4px; }
.vp-nedir-card__text { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }

/* ── BENTO SERVICES ───────────────────────────────────────── */
.vp-services { background: #f9fafb; padding: 80px 0; }
.vp-bento {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.vp-bento__item--wide { grid-column: span 2; }
.vp-bento__item--std  { grid-column: span 1; }
.vp-bento__item--full { grid-column: 1 / -1; }
.vp-svc-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    transition: box-shadow .15s ease, transform .15s ease;
}
.vp-svc-card:hover { box-shadow: 0 6px 24px rgba(233,30,99,.1); transform: translateY(-2px); }
.vp-svc-card--lg { flex-direction: row; align-items: flex-start; gap: 20px; }
.vp-svc-card--featured { border-color: rgba(233,30,99,.2); background: linear-gradient(135deg, rgba(233,30,99,.03) 0%, #fff 100%); }
.vp-svc-card__icon {
    width: 48px; height: 48px;
    background: rgba(233,30,99,.1) !important;
    border-radius: 14px;
    display: flex; align-items: center; justify-content: center;
    font-size: 20px;
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    flex-shrink: 0;
}
.vp-svc-card__body { flex: 1; }
.vp-svc-card__title { font-size: 16px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.vp-svc-card__text { font-size: 14px; color: #6b7280; line-height: 1.65; margin: 0; }

/* ── FORMAT GRID ──────────────────────────────────────────── */
.vp-formats { background: #fff; padding: 80px 0; }
.vp-fmt-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}
.vp-fmt-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    transition: box-shadow .15s ease, transform .15s ease;
}
.vp-fmt-card:hover { box-shadow: 0 6px 20px rgba(0,0,0,.08); transform: translateY(-2px); }
.vp-fmt-card__platform { font-size: 32px; margin-bottom: 10px; }
.vp-fmt-card__name { font-size: 16px; font-weight: 800; color: #111827; margin-bottom: 12px; }
.vp-fmt-tags { display: flex; flex-wrap: wrap; gap: 6px; justify-content: center; }
.vp-fmt-tag {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
    background: #f3f4f6;
    border-radius: 100px;
    padding: 3px 10px;
}

/* ── EKİPMAN ──────────────────────────────────────────────── */
.vp-equipment { background: #f9fafb; padding: 80px 0; }
.vp-equip-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 8px;
}
.vp-equip-item {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #374151;
}
.vp-equip-item i { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; font-size: 14px; flex-shrink: 0; }
.vp-spec-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.vp-spec-card--featured { border-color: rgba(233,30,99,.25); background: rgba(233,30,99,.03); }
.vp-spec-card__icon {
    width: 44px; height: 44px;
    background: rgba(233,30,99,.1) !important;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    margin-bottom: 12px;
}
.vp-spec-card__title { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.vp-spec-card__text { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }

/* ── SÜREÇ ────────────────────────────────────────────────── */
.vp-process { background: #fff; padding: 80px 0; }
.vp-process-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}
.vp-step-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px 18px;
    position: relative;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
    transition: box-shadow .15s ease, transform .15s ease;
}
.vp-step-card:hover { box-shadow: 0 6px 24px rgba(233,30,99,.1); transform: translateY(-3px); }
.vp-step-card__num {
    position: absolute;
    top: -12px;
    left: 20px;
    width: 26px; height: 26px;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 12px;
    font-weight: 800;
    color: #fff;
}
.vp-step-card__icon {
    width: 44px; height: 44px;
    background: rgba(233,30,99,.1) !important;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    margin-bottom: 12px;
    margin-top: 6px;
}
.vp-step-card__title { font-size: 14px; font-weight: 800; color: #111827; margin-bottom: 8px; }
.vp-step-card__text { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }

/* ── PAKETLER ─────────────────────────────────────────────── */
.vp-pkg { background: #f9fafb; padding: 80px 0; }
.vp-pkg-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 32px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
    transition: box-shadow .2s ease, transform .2s ease;
}
.vp-pkg-card:hover { box-shadow: 0 8px 32px rgba(233,30,99,.12); transform: translateY(-4px); }
.vp-pkg-card--featured {
    border-color: #E91E63;
    background: linear-gradient(160deg, rgba(233,30,99,.04) 0%, #fff 60%);
    box-shadow: 0 4px 24px rgba(233,30,99,.15);
}
.vp-pkg-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #E91E63, #C2185B);
    border-radius: 100px;
    padding: 3px 12px;
    margin-bottom: 8px;
    align-self: flex-start;
}
.vp-pkg-card__tier { font-size: 11px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; margin-bottom: 4px; }
.vp-pkg-card__name { font-size: 22px; font-weight: 900; color: #111827; line-height: 1.2; margin-bottom: 6px; }
.vp-pkg-card__desc { font-size: 14px; color: #6b7280; line-height: 1.55; margin-bottom: 16px; flex: 0; }
.vp-pkg-card__features {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
    margin-bottom: 20px;
}
.vp-pkg-card__features li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; color: #374151; line-height: 1.45; }
.vp-pkg-card__features li i { color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; font-size: 14px; flex-shrink: 0; margin-top: 2px; }
.vp-pkg-cta {
    display: block;
    text-align: center;
    padding: 12px;
    background: #f3f4f6;
    color: #374151 !important;
    -webkit-text-fill-color: #374151 !important;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: all .15s ease;
    margin-top: auto;
}
.vp-pkg-cta:hover { background: rgba(233,30,99,.1); color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; text-decoration: none; }
.vp-pkg-card--featured .vp-pkg-cta { background: linear-gradient(135deg, #E91E63, #C2185B); color: #fff !important; -webkit-text-fill-color: #fff !important; }
.vp-pkg-card--featured .vp-pkg-cta:hover { filter: brightness(1.08); }

/* ── NEDEN BİZ ────────────────────────────────────────────── */
.vp-why { background: #fff; padding: 80px 0; }
.vp-why-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
    height: 100%;
    box-shadow: 0 1px 4px rgba(0,0,0,.04);
}
.vp-why-card__icon {
    width: 44px; height: 44px;
    background: rgba(233,30,99,.1) !important;
    border-radius: 12px;
    display: flex; align-items: center; justify-content: center;
    font-size: 18px;
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    margin-bottom: 12px;
}
.vp-why-card__title { font-size: 15px; font-weight: 800; color: #111827; margin-bottom: 6px; }
.vp-why-card__text { font-size: 13px; color: #6b7280; line-height: 1.6; margin: 0; }
.vp-why__metrics {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}
.vp-metric {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    text-align: center;
}
.vp-metric__num { font-size: 28px; font-weight: 900; color: #E91E63 !important; -webkit-text-fill-color: #E91E63 !important; display: block; }
.vp-metric__lbl { font-size: 12px; color: #6b7280; font-weight: 600; margin-top: 4px; display: block; }

/* ── FAQ ──────────────────────────────────────────────────── */
.vp-faq { background: #fff; padding: 80px 0; }
.vp-faq__acc .accordion-item {
    border: 1px solid #e5e7eb;
    border-radius: 12px !important;
    margin-bottom: 8px;
    overflow: hidden;
}
.vp-faq__acc .accordion-button {
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111827 !important;
    -webkit-text-fill-color: #111827 !important;
    background: #fff !important;
    border-radius: 12px !important;
    padding: 18px 20px !important;
    box-shadow: none !important;
}
.vp-faq__acc .accordion-button:not(.collapsed) {
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    background: rgba(233,30,99,.04) !important;
}
.vp-faq__acc .accordion-button::after {
    filter: none !important;
}
.vp-faq__acc .accordion-button:not(.collapsed)::after {
    filter: none !important;
}
.vp-faq__acc .accordion-body {
    font-size: 15px;
    color: #374151 !important;
    -webkit-text-fill-color: #374151 !important;
    line-height: 1.75;
    padding: 0 20px 18px;
    background: #fff !important;
}

/* ── CTA BANNER ───────────────────────────────────────────── */
.vp-cta {
    background: linear-gradient(135deg, #E91E63 0%, #5B21B6 100%);
    padding: 80px 0;
    text-align: center;
}
.vp-cta__eyebrow {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255,255,255,.6) !important;
    -webkit-text-fill-color: rgba(255,255,255,.6) !important;
    margin-bottom: 16px;
}
.vp-cta__title {
    font-size: clamp(26px, 4vw, 40px);
    font-weight: 900;
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
    line-height: 1.2;
    letter-spacing: -.5px;
    margin-bottom: 16px;
}
.vp-cta__sub {
    font-size: 17px;
    color: rgba(255,255,255,.75) !important;
    -webkit-text-fill-color: rgba(255,255,255,.75) !important;
    max-width: 520px;
    margin: 0 auto 32px;
    line-height: 1.65;
}
.vp-cta__btns {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

/* ── KEYWORD TAGS ─────────────────────────────────────────── */
.vp-tags { background: #f9fafb; padding: 48px 0; border-top: 1px solid #e5e7eb; }
.vp-tags__title { font-size: 13px; font-weight: 700; color: #6b7280; margin-bottom: 16px; text-align: center; }
.vp-tags__cloud { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; }
.vp-tag {
    font-size: 12px;
    font-weight: 600;
    color: #374151;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 100px;
    padding: 5px 14px;
    transition: all .12s ease;
    cursor: default;
}
.vp-tag:hover { border-color: #E91E63; color: #E91E63; }
.vp-tag--hot {
    color: #E91E63 !important;
    -webkit-text-fill-color: #E91E63 !important;
    background: rgba(233,30,99,.06);
    border-color: rgba(233,30,99,.2);
    font-weight: 700;
}

/* ── RESPONSIVE ───────────────────────────────────────────── */
@media (max-width: 991px) {
    .vp-hero { padding: 120px 0 60px; }
    .vp-h2 { font-size: 28px; }
    .vp-process-grid { grid-template-columns: repeat(2, 1fr); }
    .vp-fmt-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 767px) {
    .vp-hero { padding: 100px 0 48px; }
    .vp-hero__h1 { font-size: 28px; }
    .vp-hero__desc { font-size: 15px; }
    .vp-bento { grid-template-columns: 1fr; }
    .vp-bento__item--wide,
    .vp-bento__item--std,
    .vp-bento__item--full { grid-column: 1; }
    .vp-svc-card--lg { flex-direction: column; }
    .vp-process-grid { grid-template-columns: 1fr; }
    .vp-fmt-grid { grid-template-columns: 1fr 1fr; }
    .vp-equip-grid { grid-template-columns: 1fr; }
    .vp-why__metrics { grid-template-columns: 1fr 1fr; }
    .vp-stats__row { gap: 16px; }
    .vp-sstat { padding: 0 16px; }
}