/* ============================================================
   Same-Day Access Clinic — Page Styles
   Colors: Navy #0f2f55 | Orange #ea8414 | Font: Chivo
   ============================================================ */

/* --- Shared --- */
.sdac-page * {
    box-sizing: border-box;
}

.sdac-pill {
    display: inline-block;
    background: #ea8414;
    color: #fff;
    font-family: 'Chivo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 9px 26px;
    border-radius: 40px;
    margin-bottom: 30px;
}

/* ============================================================
   HERO
   ============================================================ */
.sdac-hero {
    position: relative;
    background-image: linear-gradient(rgba(10, 28, 55, 0.78), rgba(10, 28, 55, 0.85)),
                      url('/wp-content/uploads/2019/07/about-run-1.jpg');
    background-size: cover;
    background-position: center 35%;
    background-repeat: no-repeat;
    text-align: center;
    padding-bottom: 55px;
}

.sdac-hero__badge {
    background-color: #ea8414;
    color: #fff;
    font-family: 'Chivo', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    padding: 14px 24px;
    width: 100%;
    display: block;
    margin-bottom: 45px;
}

.sdac-hero__content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sdac-hero__title {
    color: #fff !important;
    font-size: 68px !important;
    line-height: 1.05 !important;
    letter-spacing: -0.02em !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    margin: 0 0 20px !important;
}

.sdac-hero__sub {
    color: rgba(255,255,255,0.75);
    font-family: 'Chivo', sans-serif;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin: 0;
}

/* ============================================================
   INTRO
   ============================================================ */

/* Override global .container padding: 100px on all sdac sections */
.sdac-page .container {
    padding-top: 0;
    padding-bottom: 0;
}

.sdac-intro {
    padding: 50px 0;
    background: #fff;
}

.sdac-intro__inner {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
}

.sdac-intro__inner h2 {
    color: #0f2f55;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    margin-bottom: 22px;
    font-family: 'Chivo', sans-serif;
}

.sdac-intro__inner p {
    color: #4c565d;
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 12px;
}

.sdac-intro__inner .btn-wrap {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

/* ============================================================
   WE TREAT & HOURS
   ============================================================ */
.sdac-details {
    background: #0f2f55;
    padding: 55px 0;
}

.sdac-details .container {
    display: flex;
    justify-content: center;
}

.sdac-details__grid {
    display: flex;
    align-items: flex-start;
    gap: 0;
    width: 100%;
    max-width: 900px;
}

.sdac-details__col {
    flex: 1;
    padding: 0 50px;
}

.sdac-details__col:first-child {
    padding-left: 0;
}

.sdac-details__col:last-child {
    padding-right: 0;
}

.sdac-details__divider {
    width: 1px;
    background: rgba(255,255,255,0.18);
    align-self: stretch;
    flex-shrink: 0;
    margin: 10px 0;
}

/* Treat list */
.sdac-treat-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.sdac-treat-list li {
    display: flex !important;
    align-items: center;
    color: #fff !important;
    font-family: 'Chivo', sans-serif;
    font-size: 17px !important;
    font-weight: 600 !important;
    font-style: italic;
    padding: 13px 0 !important;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    margin: 0 !important;
    line-height: 1.3 !important;
    letter-spacing: 0.01em;
    list-style: none !important;
}

.sdac-treat-list li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.sdac-check {
    display: inline-block;
    width: 7px;
    height: 7px;
    border-right: 2px solid #ea8414;
    border-bottom: 2px solid #ea8414;
    transform: rotate(-45deg) translateY(-3px);
    margin-right: 16px;
    flex-shrink: 0;
}

/* Hours */
.sdac-hours__block {
    margin-bottom: 40px;
}

.sdac-hours__days {
    color: #ea8414 !important;
    font-family: 'Chivo', sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.sdac-hours__time {
    color: #fff !important;
    font-family: 'Chivo', sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 !important;
    letter-spacing: -0.01em;
}

.sdac-hours__last {
    border-top: 1px solid rgba(255,255,255,0.18);
    padding-top: 32px;
}

.sdac-hours__last-label {
    color: #ea8414 !important;
    font-family: 'Chivo', sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.sdac-hours__last-time {
    color: #fff !important;
    font-family: 'Chivo', sans-serif;
    font-size: 30px !important;
    font-weight: 700;
    line-height: 1.1;
    margin: 0 !important;
    letter-spacing: -0.01em;
}

/* ============================================================
   SECTION HEAD (shared: How It Works / FAQs)
   ============================================================ */
.sdac-section-head {
    max-width: 760px;
    margin: 0 auto 40px;
    text-align: center;
}

.sdac-section-head h2 {
    color: #0f2f55;
    font-family: 'Chivo', sans-serif;
    font-size: 34px;
    font-weight: 700;
    line-height: 1.25;
    margin: 0 0 18px;
}

.sdac-section-head p {
    color: #4c565d;
    font-size: 17px;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   HOW OUR WALK-IN CLINIC WORKS (accordion)
   ============================================================ */
.sdac-how {
    background: #fff;
    padding: 60px 0;
}

.sdac-how .sdac-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.sdac-accordion__item {
    border-bottom: 1px solid #e2e6ea;
    padding: 26px 0;
}

.sdac-accordion__item:first-child {
    padding-top: 0;
}

.sdac-accordion__item[open] {
    border-bottom-color: #ea8414;
}

.sdac-accordion__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    list-style: none;
    color: #0f2f55;
    font-family: 'Chivo', sans-serif;
    font-size: 20px;
    font-weight: 700;
}

.sdac-accordion__trigger::-webkit-details-marker {
    display: none;
}

.sdac-accordion__icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.sdac-accordion__icon::before {
    content: '+';
    color: #ea8414;
    font-size: 22px;
    font-weight: 700;
    transform: translateY(-1px);
}

.sdac-accordion__item[open] .sdac-accordion__icon::before {
    content: '\2212';
}

.sdac-accordion__panel {
    padding-top: 18px;
}

.sdac-accordion__panel p {
    color: #4c565d;
    font-size: 16px;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   FAQs (accordion)
   ============================================================ */
.sdac-faq {
    background: #f4f6f8;
    padding: 60px 0;
}

.sdac-faq__list {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.sdac-faq__item {
    background: #fff;
    border: 1px solid #e2e6ea;
    border-radius: 8px;
    padding: 6px 26px;
    transition: border-color 0.2s ease;
}

.sdac-faq__item[open] {
    border-color: #ea8414;
}

.sdac-faq__trigger {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    cursor: pointer;
    list-style: none;
    padding: 18px 0;
    color: #0f2f55;
    font-family: 'Chivo', sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
}

.sdac-faq__trigger::-webkit-details-marker {
    display: none;
}

.sdac-faq__icon {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border: 2px solid #ea8414;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.sdac-faq__icon::before {
    content: '+';
    color: #ea8414;
    font-size: 18px;
    font-weight: 700;
    transform: translateY(-1px);
}

.sdac-faq__item[open] .sdac-faq__icon::before {
    content: '\2212';
}

.sdac-faq__panel {
    padding: 0 0 22px;
}

.sdac-faq__panel p {
    color: #4c565d;
    font-size: 15px;
    line-height: 1.75;
    margin: 0;
}

/* ============================================================
   LOCATION BOX
   ============================================================ */
.sdac-location {
    background: #0a1e3a;
    padding: 55px 0;
}

.sdac-location__box {
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    padding: 32px 44px;
    gap: 44px;
    max-width: 900px;
    margin: 0 auto;
}

.sdac-location__opening {
    flex-shrink: 0;
}

.sdac-location__opening-label {
    color: #ea8414 !important;
    font-family: 'Chivo', sans-serif;
    font-size: 12px !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin: 0 0 6px !important;
}

.sdac-location__opening-loc {
    color: #fff !important;
    font-family: 'Chivo', sans-serif;
    font-size: 26px !important;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 !important;
    white-space: nowrap;
}

.sdac-location__address {
    flex: 1;
    font-style: normal;
    border-left: 1px solid rgba(255,255,255,0.2);
    border-right: 1px solid rgba(255,255,255,0.2);
    padding: 0 44px;
}

.sdac-location__address p {
    color: #fff !important;
    font-family: 'Chivo', sans-serif;
    font-size: 16px !important;
    line-height: 1.6;
    margin: 0 0 2px !important;
}

.sdac-location__phone {
    display: inline-block;
    color: #ea8414 !important;
    font-family: 'Chivo', sans-serif;
    font-size: 17px !important;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin-top: 8px;
    text-decoration: none;
    transition: color 0.2s;
}

.sdac-location__phone:hover {
    color: #fff !important;
}

.sdac-location__btn {
    flex-shrink: 0;
    white-space: nowrap;
    min-width: auto !important;
}

/* ============================================================
   CTA — photo background
   ============================================================ */
.sdac-cta {
    position: relative;
    background-image: url('/wp-content/uploads/2019/07/about-head-1.jpg');
    background-size: cover;
    background-position: center 30%;
    background-attachment: fixed;
    padding: 65px 0;
    overflow: hidden;
}

.sdac-cta__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(10,28,58,0.88) 0%, rgba(15,47,85,0.78) 100%);
    z-index: 0;
}

.sdac-cta__inner {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.sdac-cta__inner h2 {
    color: #fff !important;
    font-family: 'Chivo', sans-serif;
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 16px;
    letter-spacing: -0.01em;
}

.sdac-cta__inner p {
    color: rgba(255,255,255,0.8) !important;
    font-family: 'Chivo', sans-serif;
    font-size: 17px;
    max-width: 520px;
    line-height: 1.65;
    margin-bottom: 0 !important;
}

.sdac-cta__inner .btn-wrap {
    margin-top: 32px;
}

.sdac-btn-white {
    background: #fff !important;
    color: #0f2f55 !important;
    border: 2px solid #fff !important;
    font-weight: 700;
}

.sdac-btn-white:hover {
    background: transparent !important;
    color: #fff !important;
}

/* ============================================================
   BOTTOM CONTACT BAR
   ============================================================ */
.sdac-contact-bar {
    background: #ea8414;
    padding: 20px 0;
}

.sdac-contact-bar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    font-family: 'Chivo', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff;
}

.sdac-contact-bar__inner a {
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s;
}

.sdac-contact-bar__inner a:hover {
    opacity: 0.75;
}

.sdac-contact-bar__dot {
    opacity: 0.6;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 895px) {
    .sdac-hero__title {
        font-size: 50px !important;
    }

    .sdac-hero__badge {
        margin-bottom: 50px;
    }

    .sdac-details__grid {
        flex-direction: column;
        max-width: 500px;
        margin: 0 auto;
    }

    .sdac-details__col {
        padding: 0 0 50px;
        width: 100%;
    }

    .sdac-details__col:first-child {
        padding-left: 0;
    }

    .sdac-details__col:last-child {
        padding-right: 0;
        padding-bottom: 0;
    }

    .sdac-details__divider {
        width: 100%;
        height: 1px;
        margin: 0 0 50px;
        align-self: auto;
    }

    .sdac-location__box {
        flex-direction: column;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 28px 28px;
        gap: 20px;
    }

    .sdac-location__address {
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(255,255,255,0.2);
        border-bottom: 1px solid rgba(255,255,255,0.2);
        padding: 20px 0;
        width: 100%;
    }

    .sdac-location__btn {
        width: 100%;
        text-align: center;
    }

    .sdac-cta {
        background-attachment: scroll;
    }

    .sdac-section-head h2 {
        font-size: 27px;
    }

    .sdac-accordion__trigger {
        font-size: 18px;
    }

    .sdac-faq__trigger {
        font-size: 16px;
    }
}

@media (max-width: 785px) {
    .sdac-hero__title {
        font-size: 40px !important;
    }

    .sdac-intro__inner h2 {
        font-size: 27px;
    }

    .sdac-intro__inner h2 br {
        display: none;
    }

    .sdac-hours__time {
        font-size: 26px !important;
    }


    .sdac-cta__inner h2 {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .sdac-hero__title {
        font-size: 34px !important;
    }

    .sdac-hero__sub {
        font-size: 13px;
        letter-spacing: 0.06em;
    }

    .sdac-contact-bar__inner {
        font-size: 13px;
        gap: 12px;
    }
}
