/* ============================================================
   TARGET LP — page-target.css
   Loaded only for: page-templates/page-target.php
   ============================================================ */

html, body { overflow-x: hidden; }

/* ---- HERO ---- */
.target-hero-wrap {
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.target-hero-wrap .f-white {
    color:#fff;
}

.target-hero-wrap .overlay {
    position: absolute;
    inset: 0;
    background: rgba(18, 30, 35, 0.55);
    z-index: 0;
}

.target-hero-wrap .text-box {
    position: relative;
    z-index: 1;
    padding: 0 60px 70px 73px;
}

.target-hero-title {
    font-size: 54px;
    font-weight: 350;
    line-height: 60px;
    letter-spacing: 6.48px;
    text-transform: uppercase;
    max-width: 800px;
    margin-bottom: 14px;
}

.target-hero-subtitle {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    max-width: 560px;
}

/* ---- SHARED SECTION LABEL ---- */
.target-section-label {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0275B3;
    margin-bottom: 20px;
}

/* ---- INTRO ---- */
.target-intro {
    padding: 80px 0 60px;
}

.target-intro-body {
    font-size: 19px;
    line-height: 1.7;
    color: #333;
    max-width: 860px;
}

/* ---- DEPARTMENTS ---- */
.target-departments {
    padding: 60px 0 70px;
    background: #f5f7f8;
}

.target-depts-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px 24px;
    margin-top: 8px;
}

.target-dept-item {
    font-size: 15px;
    color: #333;
    padding: 10px 16px;
    background: #fff;
    border-left: 3px solid #0275B3;
    border-radius: 2px;
}

/* ---- CE EXCLUSIVE ---- */
.target-exclusive {
    padding: 80px 0;
    background: #121E23;
    color: #fff;
}

.target-exclusive .target-section-label {
    color: #5aade2;
}

.target-exc-title {
    font-size: 26px;
    font-weight: 350;
    letter-spacing: 2px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    max-width: 780px;
    margin-bottom: 24px;
}

.target-exc-body {
    font-size: 17px;
    line-height: 1.7;
    color: rgba(255,255,255,0.82);
    max-width: 720px;
}

/* ---- POWERING BRANDS ---- */
.target-power {
    padding: 80px 0;
}

.target-power-title {
    font-size: 36px;
    font-weight: 350;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #121E23;
    max-width: 700px;
    margin-bottom: 24px;
    line-height: 1.25;
}

.target-power-body {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    max-width: 720px;
    margin-bottom: 28px;
}

.target-bullets {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.target-bullets li {
    font-size: 16px;
    color: #333;
    padding-left: 20px;
    position: relative;
}

.target-bullets li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 2px;
    background: #0275B3;
    border-radius: 1px;
}

/* ---- SERVICES ---- */
.target-services {
    padding: 80px 0;
    background: #f5f7f8;
}

.target-services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px 40px;
    margin-top: 8px;
    max-width: 900px;
}

.target-service-item {
    font-size: 15px;
    color: #333;
    padding: 12px 0;
    border-bottom: 1px solid #e2e6e8;
}

/* ---- WHY CHOOSE ---- */
.target-why {
    padding: 80px 0;
    background: #121E23;
    color: #fff;
}

.target-why .target-section-label {
    color: #5aade2;
}

.target-why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 48px;
    margin-top: 8px;
}

.target-why-title {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 12px;
}

.target-why-text {
    font-size: 15px;
    line-height: 1.65;
    color: rgba(255,255,255,0.75);
}

/* ---- MAXIMIZE IMPACT ---- */
.target-maximize {
    padding: 80px 0;
    background: #f5f7f8;
}

.target-maximize-title {
    font-size: 36px;
    font-weight: 350;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #121E23;
    max-width: 700px;
    margin-bottom: 24px;
    line-height: 1.25;
}

.target-maximize-body {
    font-size: 17px;
    line-height: 1.7;
    color: #444;
    max-width: 720px;
    margin-bottom: 28px;
}

/* ---- WIN IN EVERY AISLE ---- */
.target-win {
    padding: 80px 0;
    background: #0275B3;
    color: #fff;
    text-align: center;
}

.target-win-title {
    font-size: 36px;
    font-weight: 350;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
    line-height: 1.25;
}

.target-win-body {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.88);
    max-width: 640px;
    margin: 0 auto 36px;
}

.target-win-btn {
    display: inline-block;
    background: #fff;
    color: #0275B3;
    border: 2px solid #fff;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 36px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 13px;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    font-family: inherit;
}

.target-win-btn:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

/* ---- FAQ ---- */
.target-faq {
    padding: 80px 0;
}

.target-faq-list {
    margin-top: 8px;
    max-width: 860px;
}

.target-faq-item {
    border-bottom: 1px solid #dde2e5;
}

.target-faq-q {
    width: 100%;
    background: none;
    border: none;
    padding: 22px 48px 22px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #121E23;
    text-align: left;
    cursor: pointer;
    position: relative;
    line-height: 1.4;
    font-family: inherit;
}

.target-faq-icon {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.target-faq-icon::before,
.target-faq-icon::after {
    content: '';
    position: absolute;
    background: #0275B3;
    border-radius: 1px;
    transition: transform 0.25s, opacity 0.25s;
}

.target-faq-icon::before { width: 14px; height: 2px; }
.target-faq-icon::after  { width: 2px; height: 14px; }

.target-faq-q[aria-expanded="true"] .target-faq-icon::after {
    transform: rotate(90deg);
    opacity: 0;
}

.target-faq-a {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    padding-bottom: 22px;
}

.target-faq-a[hidden] { display: none; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
    .target-depts-grid { grid-template-columns: repeat(3, 1fr); }
    .target-why-grid   { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
    .target-hero-wrap .text-box { padding: 0 30px 50px 32px; }
    .target-hero-title  { font-size: 36px; line-height: 44px; letter-spacing: 4px; }
    .target-intro       { padding: 50px 0 40px; }
    .target-depts-grid  { grid-template-columns: repeat(2, 1fr); }
    .target-services-grid { grid-template-columns: 1fr; }
    .target-why-grid    { grid-template-columns: 1fr; gap: 28px; }
    .target-exclusive,
    .target-power,
    .target-services,
    .target-why,
    .target-maximize,
    .target-win,
    .target-faq         { padding: 56px 0; }
}

/* ---- Bottom CTA ---- */
.bottom-cta {
    background: #186188;
    padding: 81px 20px;
    text-align: center;
}

.bottom-cta .title {
    color: #fff;
    text-align: center;
    margin-bottom: 24px;
}

.bottom-cta .text,
.bottom-cta .text p {
    color: #fff;
    text-align: center;
}

.bottom-cta .button {
    margin-top: 24px;
    display: inline-block;
}
