/* ============================================================
   Hope Sandoval LLC — custom styles
   Layered on top of templatemo-style.css. Edit this file, not
   the template CSS, so the template can be updated separately.
   ============================================================ */

:root {
    --hs-blue:      #2c7cd6;
    --hs-blue-dark: #1f5ea3;
    --hs-navy:      #1f3864;
    --hs-ink:       #2b2b2b;
    --hs-grey:      #6b6b6b;
    --hs-line:      #e2e5ea;
    --hs-bg-light:  #f6f8fa;
}

/* ---------- hero phone line ---------- */
.hero-phone {
    margin-top: 18px;
    font-size: 15px;
    letter-spacing: .5px;
}
.hero-phone a {
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid rgba(255,255,255,.6);
    text-decoration: none;
}
.hero-phone a:hover { border-bottom-color: #fff; }

/* ---------- generic section wrappers ---------- */
.hs-section { padding: 80px 0; }
.hs-section-light { background: var(--hs-bg-light); }
.hs-section-dark  { background: var(--hs-navy); }

.hs-heading { text-align: center; margin-bottom: 42px; }
.hs-heading h4 {
    font-size: 26px;
    font-weight: 700;
    color: var(--hs-navy);
    margin-bottom: 14px;
    letter-spacing: .5px;
}
.hs-heading .line-dec {
    width: 60px; height: 3px;
    background: var(--hs-blue);
    margin: 0 auto 18px auto;
}
.hs-heading p {
    max-width: 720px;
    margin: 0 auto;
    color: var(--hs-grey);
    font-size: 15px;
    line-height: 1.75;
}
.hs-heading-light h4 { color: #fff; }
.hs-heading-light p  { color: rgba(255,255,255,.8); }

/* ---------- rates table ---------- */
.hs-table {
    width: 100%;
    background: #fff;
    border: 1px solid var(--hs-line);
    border-radius: 4px;
    overflow: hidden;
}
.hs-table thead th {
    background: var(--hs-navy);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    padding: 13px 18px;
}
.hs-table tbody td {
    padding: 13px 18px;
    border-top: 1px solid var(--hs-line);
    font-size: 15px;
    color: var(--hs-ink);
}
.hs-table tbody tr:nth-child(even) { background: #fafbfc; }
.hs-table .text-right { text-align: right; font-weight: 600; }

.hs-note {
    margin-top: 16px;
    font-size: 13px;
    line-height: 1.7;
    color: var(--hs-grey);
}
.hs-note-center { text-align: center; }

/* ---------- quick quote card ---------- */
.hs-quick-quote {
    background: #fff;
    border: 1px solid var(--hs-line);
    border-top: 4px solid var(--hs-blue);
    border-radius: 4px;
    padding: 26px 26px 30px;
}
.hs-quick-quote h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--hs-navy);
    margin: 0 0 18px;
}
.hs-quick-quote ul { list-style: none; padding: 0; margin: 0 0 24px; }
.hs-quick-quote li {
    display: flex;
    justify-content: space-between;
    padding: 9px 0;
    border-bottom: 1px solid var(--hs-line);
    font-size: 14px;
}
.hs-quick-quote li:last-child { border-bottom: none; }
.hs-quick-quote li span { color: var(--hs-ink); }
.hs-quick-quote li em {
    font-style: normal;
    font-weight: 700;
    color: var(--hs-blue-dark);
}

/* ---------- panels ---------- */
.hs-panel {
    background: rgba(255,255,255,.06);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 6px;
    padding: 34px 32px;
}
.hs-panel-light {
    background: #fff;
    border: 1px solid var(--hs-line);
    box-shadow: 0 2px 14px rgba(0,0,0,.05);
}

/* ---------- buttons ---------- */
.hs-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 6px 0 26px;
}
.hs-actions-center { justify-content: center; margin-bottom: 10px; }

.hs-btn {
    display: inline-block;
    padding: 14px 30px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .6px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all .2s ease;
    border: 2px solid transparent;
}
.hs-btn i { margin-right: 8px; }

.hs-btn-primary {
    background: var(--hs-blue);
    color: #fff !important;
    border-color: var(--hs-blue);
}
.hs-btn-primary:hover {
    background: var(--hs-blue-dark);
    border-color: var(--hs-blue-dark);
    color: #fff !important;
    text-decoration: none;
}

.hs-btn-outline {
    background: transparent;
    color: #fff !important;
    border-color: rgba(255,255,255,.5);
}
.hs-btn-outline:hover {
    background: rgba(255,255,255,.12);
    border-color: #fff;
    color: #fff !important;
    text-decoration: none;
}

/* disabled state for the pay button until terms are accepted */
.hs-btn-disabled {
    background: #c3c9d1 !important;
    border-color: #c3c9d1 !important;
    color: #fff !important;
    cursor: not-allowed;
    opacity: .85;
}
.hs-btn-disabled:hover {
    background: #c3c9d1 !important;
    border-color: #c3c9d1 !important;
}

/* ---------- booking notes ---------- */
.hs-notes { list-style: none; padding: 0; margin: 0; }
.hs-notes li {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.7;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.12);
}
.hs-notes li:first-child { border-top: none; }
.hs-notes strong { color: #fff; }

/* ---------- agreement box ---------- */
.hs-agreement-box { margin-bottom: 26px; }
.hs-agreement-box h5 {
    font-size: 16px;
    font-weight: 700;
    color: var(--hs-navy);
    margin: 0 0 14px;
}
.hs-agreement-scroll {
    max-height: 260px;
    overflow-y: auto;
    border: 1px solid var(--hs-line);
    border-radius: 4px;
    background: #fbfcfd;
    padding: 20px 22px;
    font-size: 13.5px;
    line-height: 1.75;
    color: var(--hs-ink);
    transition: box-shadow .3s ease, border-color .3s ease;
}
.hs-agreement-scroll p { margin: 0 0 13px; }
.hs-agreement-scroll p:last-child { margin-bottom: 0; }
.hs-agreement-scroll a { color: var(--hs-blue-dark); }
.hs-agreement-full { margin-top: 16px !important; font-weight: 600; }

/* flash the box if someone tries to pay without accepting */
.hs-flash {
    border-color: #c0392b !important;
    box-shadow: 0 0 0 3px rgba(192,57,43,.18);
}

/* ---------- checkbox ---------- */
.hs-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin: 18px 0 0;
    padding: 14px 16px;
    background: #f4f8fd;
    border: 1px solid #d6e4f5;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 400;
}
.hs-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 2px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}
.hs-checkbox span {
    font-size: 14px;
    line-height: 1.6;
    color: var(--hs-ink);
}

.hs-pay-hint {
    text-align: center;
    font-size: 13px;
    color: var(--hs-grey);
    margin: 0 0 18px;
    min-height: 18px;
}

/* ---------- contact details ---------- */
.hs-contact-details { margin: 26px 0; }
.hs-contact-details ul { list-style: none; padding: 0; margin: 0; }
.hs-contact-details li {
    padding: 9px 0;
    font-size: 15px;
    color: var(--hs-ink);
}
.hs-contact-details li i {
    width: 24px;
    color: var(--hs-blue);
}
.hs-contact-details a { color: var(--hs-blue-dark); font-weight: 600; }

.hs-service-area {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--hs-line);
}
.hs-service-area h5 {
    font-size: 15px;
    font-weight: 700;
    color: var(--hs-navy);
    margin: 0 0 10px;
}
.hs-service-area p { font-size: 14px; line-height: 1.8; color: var(--hs-grey); }

/* ---------- terms page ---------- */
.hs-terms-page {
    background: #fff;
    padding: 130px 0 70px;
}
.hs-terms-page h1 {
    font-size: 30px;
    font-weight: 700;
    color: var(--hs-navy);
    margin: 0 0 8px;
}
.hs-terms-meta {
    font-size: 13px;
    color: var(--hs-grey);
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 2px solid var(--hs-navy);
}
.hs-terms-page h2 {
    font-size: 19px;
    font-weight: 700;
    color: var(--hs-navy);
    margin: 40px 0 14px;
    padding-top: 8px;
}
.hs-terms-page h3 {
    font-size: 15px;
    font-weight: 700;
    color: var(--hs-blue-dark);
    margin: 26px 0 8px;
}
.hs-terms-page p,
.hs-terms-page li {
    font-size: 14.5px;
    line-height: 1.8;
    color: var(--hs-ink);
}
.hs-terms-page ul { margin-bottom: 16px; }
.hs-back-link {
    display: inline-block;
    margin-bottom: 26px;
    font-size: 14px;
    font-weight: 600;
    color: var(--hs-blue-dark);
}

/* ---------- responsive ---------- */
@media (max-width: 767px) {
    .hs-section { padding: 55px 0; }
    .hs-panel { padding: 24px 20px; }
    .hs-actions { flex-direction: column; }
    .hs-btn { text-align: center; width: 100%; }
    .hs-quick-quote { margin-top: 30px; }
    .hs-table thead th,
    .hs-table tbody td { padding: 11px 12px; font-size: 13.5px; }
    .hs-terms-page { padding-top: 110px; }
}
