/* ── Brand Variables ─────────────────────────────────────────────────────── */
:root {
    --hop-brand-bg: #d9aea1;
    --hop-brand-text: #1f233e;
    --hop-white: #ffffff;
    --hop-light: #f9f5f4;
}

/* ── Base ────────────────────────────────────────────────────────────────── */
html {
    font-size: 14px;
    scroll-behavior: smooth;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    font-family: 'Numans', sans-serif;
    color: var(--hop-brand-text);
    margin-bottom: 0;
}

/* ── Navbar ──────────────────────────────────────────────────────────────── */

a.navbar-brand {
    text-align: left !important;
    width: 350px;
}

.hop-navbar {
    background-color: var(--hop-white);
    box-shadow: 0 2px 8px rgba(45, 35, 62, 0.08);
    transition: box-shadow 0.3s ease;
}

.hop-navbar--scrolled {
    box-shadow: 0 4px 20px rgba(45, 35, 62, 0.18);
}

.hop-brand {
    font-weight: 700;
    font-size: 1.35rem;
    color: var(--hop-brand-text) !important;
    text-decoration: none;
    letter-spacing: -0.01em;
}

.hop-nav-link {
    color: var(--hop-brand-text) !important;
    font-weight: 500;
    transition: opacity 0.2s;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.hop-nav-link:hover {
    opacity: 0.65;
}

.hop-toggler {
    border-color: rgba(31, 35, 62, 0.4);
}

.hop-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231f233e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ── Buttons ─────────────────────────────────────────────────────────────── */
.hop-btn-dark {
    background-color: var(--hop-brand-text);
    color: var(--hop-white) !important;
    border: none;
    border-radius: 0.375rem;
    font-weight: 500;
    transition: opacity 0.2s;
    text-decoration: none;
    display: inline-block;
}

.hop-btn-dark:hover {
    opacity: 0.82;
    color: var(--hop-white) !important;
}

.hop-btn-outline {
    background: transparent;
    color: var(--hop-brand-text) !important;
    border: 2px solid var(--hop-brand-text);
    border-radius: 0.375rem;
    font-weight: 500;
    transition: all 0.2s;
    text-decoration: none;
    display: inline-block;
}

.hop-btn-outline:hover {
    background-color: var(--hop-brand-text);
    color: var(--hop-white) !important;
}

/* ── Section backgrounds ─────────────────────────────────────────────────── */
.hop-section-brand {
    background-color: var(--hop-brand-bg);
    color: var(--hop-brand-text);
}

.hop-section-white {
    background-color: var(--hop-white);
    color: var(--hop-brand-text);
}

/* ── Section divider ─────────────────────────────────────────────────────── */
.hop-divider {
    height: 3px;
    background: linear-gradient(90deg, var(--hop-brand-bg) 0%, var(--hop-brand-text) 50%, var(--hop-brand-bg) 100%);
    border: none;
    opacity: 0.25;
    margin: 0;
}

/* ── Hero ────────────────────────────────────────────────────────────────── */
.hop-hero {
    min-height: calc(100vh - 58px);
    display: flex;
    align-items: center;
}

.hop-hero-visual {
    background: rgba(31, 35, 62, 0.1);
    border-radius: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

/* ── App download buttons ────────────────────────────────────────────────── */
.hop-app-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    background-color: var(--hop-brand-text);
    color: var(--hop-white) !important;
    border-radius: 0.75rem;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    transition: opacity 0.2s;
    min-width: 150px;
}

.hop-app-btn:hover {
    opacity: 0.82;
    color: var(--hop-white) !important;
}

.hop-app-btn-store {
    font-size: 0.6rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.hop-app-btn-name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.1;
}

/* ── Social links ────────────────────────────────────────────────────────── */
.hop-social-link {
    color: var(--hop-brand-text);
    text-decoration: none;
    transition: opacity 0.2s;
}

.hop-social-link:hover {
    opacity: 0.65;
    color: var(--hop-brand-text);
}

/* ── Feature cards ───────────────────────────────────────────────────────── */
.hop-feature-card {
    background-color: var(--hop-white);
    border: none;
    border-radius: 1rem;
    padding: 2rem 1.5rem;
    text-align: center;
    box-shadow: 0 2px 16px rgba(31, 35, 62, 0.07);
    height: 100%;
    transition: transform 0.2s, box-shadow 0.2s;
}

.hop-feature-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 24px rgba(31, 35, 62, 0.13);
}

    .hop-feature-card > .fw-semibold {
        font-weight: bold;
    }
    /* ── About stats ─────────────────────────────────────────────────────────── */
    .hop-stat-number {
        font-size: 2.5rem;
        font-weight: 700;
        color: var(--hop-brand-text);
        line-height: 1;
    }

/* ── Contact section ─────────────────────────────────────────────────────── */
.hop-contact-card {
    background-color: rgba(255, 255, 255, 0.18);
    border: 1px solid rgba(31, 35, 62, 0.12);
    border-radius: 1rem;
    padding: 2rem;
}

.hop-form-control {
    background-color: rgba(255, 255, 255, 0.85);
    border: 1px solid rgba(31, 35, 62, 0.18);
    color: var(--hop-brand-text);
    border-radius: 0.5rem;
    font-family: 'Numans', sans-serif;
}

.hop-form-control:focus {
    background-color: var(--hop-white);
    border-color: var(--hop-brand-text);
    box-shadow: 0 0 0 0.18rem rgba(31, 35, 62, 0.18);
    color: var(--hop-brand-text);
}

.hop-form-control::placeholder {
    color: rgba(31, 35, 62, 0.45);
}

.hop-form-label {
    color: var(--hop-brand-text);
    font-weight: 600;
    font-size: 0.85rem;
}

/* ── Google Maps ─────────────────────────────────────────────────────────── */
.hop-map-wrapper {
    border-radius: 0.75rem;
    overflow: hidden;
    border: 1px solid rgba(31, 35, 62, 0.12);
}

/* ── Footer ──────────────────────────────────────────────────────────────── */
.hop-footer {
    background-color: var(--hop-brand-text);
    color: rgba(255, 255, 255, 0.75);
}

.hop-footer-social {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.2s;
}

.hop-footer-social:hover {
    color: var(--hop-white);
}

.hop-footer-link {
    color: rgba(255, 255, 255, 0.6);
    text-decoration: none;
    transition: color 0.2s;
}

.hop-footer-link:hover {
    color: var(--hop-white);
}

/* ── Focus ring ──────────────────────────────────────────────────────────── */
.btn:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.18rem rgba(31, 35, 62, 0.22);
}

/* ── Section label (small eyebrow text) ─────────────────────────────────── */
.hop-section-label {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.78rem;
    letter-spacing: 0.12em;
    margin-bottom: 0.6rem;
    color: #9a6b61;
}

/* ── App showcase: feature rows ─────────────────────────────────────────── */
.hop-app-feature {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    margin-bottom: 1.6rem;
}

.hop-app-feature-icon {
    width: 46px;
    height: 46px;
    border-radius: 0.75rem;
    background-color: var(--hop-brand-bg);
    color: var(--hop-brand-text);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.15rem;
}

/* ── Phone collage ───────────────────────────────────────────────────────── */
.hop-phone-collage {
    position: relative;
    height: 500px;
    width: 100%;
    max-width: 520px;
}

.hop-phone {
    position: absolute;
    background-color: var(--hop-brand-text);
    border-radius: 2.5rem;
    padding: 0.7rem;
    box-shadow: 0 28px 72px rgba(31, 35, 62, 0.22);
    top: 50%;
    left: 50%;
}

.hop-phone--center {
    width: 185px;
    transform: translate(-50%, -50%) translateY(-12px);
    z-index: 3;
}

.hop-phone--left {
    width: 158px;
    transform: translate(-50%, -50%) translateX(-115px) translateY(16px) rotate(-9deg);
    z-index: 2;
    opacity: 0.88;
}

.hop-phone--right {
    width: 158px;
    transform: translate(-50%, -50%) translateX(115px) translateY(16px) rotate(9deg);
    z-index: 2;
    opacity: 0.88;
}

.hop-phone-notch {
    width: 40%;
    height: 10px;
    background-color: var(--hop-brand-text);
    border-radius: 0 0 0.5rem 0.5rem;
    margin: 0 auto 0.4rem;
    position: relative;
    z-index: 1;
}

.hop-phone-screen {
    width: 100%;
    aspect-ratio: 9 / 19;
    background-color: var(--hop-brand-bg);
    border-radius: 1.9rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 1rem;
    color: var(--hop-brand-text);
    overflow: hidden;
}

.hop-phone-screen-label {
    font-size: 0.6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    opacity: 0.6;
    margin-bottom: 0.4rem;
}

.hop-phone-line {
    height: 5px;
    background-color: rgba(31, 35, 62, 0.18);
    border-radius: 3px;
    margin-top: 0.4rem;
}

.hop-phone-cta-pill {
    background-color: rgba(31, 35, 62, 0.15);
    border-radius: 2rem;
    padding: 0.25rem 0.85rem;
    font-size: 0.58rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.img-transformlife {
    width: 100%;
    height: auto;
    border-radius: 2rem;
}

/* ── Mobile View Styling - Responsive overrides (below lg / < 992 px) ─────────────────────────── */
@media (max-width: 991.98px) {

    /* Hero: let content dictate height on mobile */
    .hop-hero {
        min-height: auto;
    }

    /* Hero image: cap height so it doesn't dominate a small screen */
    .hop-hero-visual {
        max-height: 320px;
        margin-top: 0.5rem;
    }

    /* Phone collage: smaller container and hide side phones */
    .hop-phone-collage {
        height: 360px;
    }

    .hop-phone--left,
    .hop-phone--right {
        display: none;
    }

    .hop-phone--center {
        width: 165px;
    }

    a.navbar-brand {
        text-align: center !important;
        width: 80%;
    }
}

.img-icon-pilate-header {
    width: 280px;
    height: 80px;
    border-radius: 15px;
}

.img-icon-pilate{
    width:30%;
}

/* ── Privacy Policy ─────────────────────────────────────────────────────── */
.div_header {
    background: var(--hop-brand-bg);
    color: var(--hop-brand-text);
    padding: 60px 20px;
    text-align: center;
}

.div_header .logo {
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    opacity: 0.8;
    margin-bottom: 10px;
}

.div_header h1 {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.div_header p {
    font-size: 16px;
    opacity: 0.85;
    max-width: 600px;
    margin: 0 auto;
}

.last-updated {
    display: inline-block;
    background: rgba(255,255,255,0.2);
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 13px;
    margin-top: 15px;
}

.privacy-container {
    max-width: 900px;
    margin: 60px auto;
    padding: 0 20px;
}

.intro-box {
    background: linear-gradient(135deg, #e8f4f8 0%, #f0f7ff 100%);
    border-left: 5px solid var(--hop-brand-text);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 50px;
    font-size: 16px;
    color: #444;
}

.section {
    background: white;
    border-radius: 12px;
    padding: 40px;
    margin-bottom: 30px;
    box-shadow: 0 2px 15px rgba(0,0,0,0.06);
    border: 1px solid #eef2f7;
}

.section-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: var(--hop-brand-bg);
    color: var(--hop-brand-text);
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    margin-right: 15px;
    flex-shrink: 0;
}

.section-header {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.section h2 {
    font-size: 22px;
    font-weight: 600;
    color: var(--hop-brand-text);
}

.section p {
    font-size: 15px;
    color: var(--hop-brand-text);
    margin-bottom: 15px;
}

.section p:last-child {
    margin-bottom: 0;
}

.section ul, .section ol {
    padding-left: 20px;
    margin: 15px 0;
}

    .section ul li, .section ol li {
        font-size: 15px;
        color: var(--hop-brand-text);
        margin-bottom: 10px;
    }

.section ul li::marker {
    color: #4a6fa5;
}

.highlight-box {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 20px 25px;
    margin: 20px 0;
}

.contact-box {
    background: var(--hop-brand-bg);
    color: var(--hop-brand-text);
    padding: 40px;
    border-radius: 12px;
    text-align: center;
    margin-top: 40px;
}

.contact-box h3 {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 15px;
}

.contact-box p {
    font-size: 15px;
    opacity: 0.9;
    margin-bottom: 8px;
}

    .contact-box a {
        color: var(--hop-brand-text);
        text-decoration: none;
    }

.contact-box a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .div_header h1 { font-size: 28px; }
    .section { padding: 25px; }
    .section-header { flex-direction: column; align-items: flex-start; }
    .section-number { margin-bottom: 10px; }
}

/* ── Cancellation Policy ─────────────────────────────────────────────────── */

.cancellation-policy .section h2 {
    color: #c0392b;
}

.cancellation-policy .intro-box {
    background: linear-gradient(135deg, #fdf2f0 0%, #fff5f5 100%);
    border-left-color: #e74c3c;
}

.cancellation-policy .section ul li::marker {
    color: #e74c3c;
}

.timeline {
    position: relative;
    margin: 30px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    bottom: 0;
    width: 3px;
    background: linear-gradient(to bottom, #e74c3c, #c0392b);
}

.timeline-item {
    position: relative;
    padding: 20px 20px 20px 80px;
    margin-bottom: 20px;
}

.timeline-dot {
    position: absolute;
    left: 18px;
    top: 24px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 11px;
    font-weight: 700;
}

.dot-green { background: #27ae60; }
.dot-orange { background: #f39c12; }
.dot-red { background: #e74c3c; }

.timeline-content {
    background: white;
    border-radius: 10px;
    padding: 20px 25px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.07);
    border: 1px solid #f0f0f0;
}

.timeline-content h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 8px;
}

.timeline-content p {
    font-size: 14px;
    color: #666;
    margin: 0;
}

.timeline-content .tag {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
}

.tag-green { background: #d4edda; color: #155724; }
.tag-orange { background: #fff3cd; color: #856404; }
.tag-red { background: #f8d7da; color: #721c24; }

.summary-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
    margin: 25px 0;
}

.summary-card {
    border-radius: 12px;
    padding: 25px;
    text-align: center;
}

.summary-card.green { background: linear-gradient(135deg, #d4edda, #c3e6cb); border: 1px solid #a8d5b5; }
.summary-card.orange { background: linear-gradient(135deg, #fff3cd, #ffe8a1); border: 1px solid #ffd970; }
.summary-card.red { background: linear-gradient(135deg, #f8d7da, #f5c6cb); border: 1px solid #f1b0b7; }

.summary-card .hours {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
}

.summary-card.green .hours { color: #155724; }
.summary-card.orange .hours { color: #856404; }
.summary-card.red .hours { color: #721c24; }

.summary-card p { font-size: 13px; font-weight: 500; margin: 0; }
.summary-card.green p { color: #155724; }
.summary-card.orange p { color: #856404; }
.summary-card.red p { color: #721c24; }

@media (max-width: 768px) {
    .summary-grid { grid-template-columns: 1fr; }
    .timeline::before { display: none; }
    .timeline-item { padding-left: 20px; }
    .timeline-dot { display: none; }
}

/* ── Studio Policies ─────────────────────────────────────────────────────── */

.studio-policy .section h2 {
    color: var(--hop-brand-text);
}

.studio-policy .intro-box {
    background: linear-gradient(135deg, #eaf4fb 0%, #f0f8ff 100%);
    border-left-color: var(--hop-brand-bg);
}

.studio-policy .section ul li::marker {
    color: #2e86c1;
}

.policy-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
    margin: 30px 0 50px;
}

.policy-card {
    background: white;
    border-radius: 14px;
    padding: 30px;
    box-shadow: 0 3px 15px rgba(0,0,0,0.07);
    border-top: 4px solid;
    transition: transform 0.2s ease;
}

.policy-card:hover { transform: translateY(-3px); }
.policy-card:nth-child(1) { border-top-color: #2e86c1; }
.policy-card:nth-child(2) { border-top-color: #27ae60; }
.policy-card:nth-child(3) { border-top-color: #e74c3c; }
.policy-card:nth-child(4) { border-top-color: #f39c12; }
.policy-card:nth-child(5) { border-top-color: #8e44ad; }
.policy-card:nth-child(6) { border-top-color: #16a085; }

.policy-card .icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.policy-card h3 {
    font-size: 17px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 10px;
}

.policy-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.do-dont-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 20px 0;
}

.do-box {
    background: #f0fff4;
    border: 1px solid #a8d5b5;
    border-radius: 10px;
    padding: 20px;
}

.dont-box {
    background: #fff0f0;
    border: 1px solid #f5a0a0;
    border-radius: 10px;
    padding: 20px;
}

.do-box h4 {
    color: #155724;
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.dont-box h4 {
    color: #721c24;
    font-size: 15px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.do-box ul, .dont-box ul {
    padding-left: 15px;
    margin: 0;
}

.do-box li {
    font-size: 14px;
    color: #155724;
    margin-bottom: 8px;
}

.dont-box li {
    font-size: 14px;
    color: #721c24;
    margin-bottom: 8px;
}

@media (max-width: 768px) {
    .do-dont-grid { grid-template-columns: 1fr; }
    .policy-grid { grid-template-columns: 1fr; }
}

/* ── GDPR Policy ─────────────────────────────────────────────────────────── */

.gdpr-policy .section h2 {
    color: var(--hop-brand-text);
}

.gdpr-policy .intro-box {
    background: linear-gradient(135deg, #e8f5f0 0%, #f0faf5 100%);
    border-left-color: var(--hop-brand-bg);
}

.gdpr-policy .section ul li::marker {
    color: #2d7a5f;
}

.rights-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.right-card {
    background: #f8fffe;
    border: 1px solid #c3e6d8;
    border-radius: 10px;
    padding: 20px;
}

.right-card h4 {
    color: #1a4a3a;
    font-size: 15px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.right-icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(135deg, var(--hop-brand-bg), var(--hop-light));
    color: var(--hop-brand-text);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

.right-card p {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.gdpr-policy .table-container {
    overflow-x: auto;
    margin: 20px 0;
}

.gdpr-policy table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

    .gdpr-policy table th {
        background: var(--hop-brand-bg);
        color: var(--hop-brand-text);
        padding: 12px 15px;
        text-align: left;
        font-weight: 700;
    }

.gdpr-policy table td {
    padding: 12px 15px;
    border-bottom: 1px solid #e9ecef;
    color: #555;
}

.gdpr-policy table tr:nth-child(even) td {
    background: #f8fffe;
}

.badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
}

.badge-green { background: #d4edda; color: #155724; }
.badge-blue { background: #d1ecf1; color: #0c5460; }
.badge-orange { background: #fff3cd; color: #856404; }

@media (max-width: 768px) {
    .rights-grid { grid-template-columns: 1fr; }
}

/* ── Terms & Conditions ──────────────────────────────────────────────────── */

.terms-policy .section h2 {
    color: var(--hop-brand-text);
}

.terms-policy .intro-box {
    background: linear-gradient(135deg, #f5eeff 0%, #faf5ff 100%);
    border-left-color: var(--hop-brand-bg);
}

.terms-policy .section ul li::marker {
    color: #7b3fa0;
}

.terms-policy .highlight-box {
    background: #f9f5ff;
    border-color: #e0d0f0;
}

.warning-box {
    background: #fff8e1;
    border-left: 4px solid var(--hop-brand-bg);
    border-radius: 8px;
    padding: 20px 25px;
    margin: 20px 0;
}

.warning-box strong {
    color: #92400e;
}

/* ── Waiver ─────────────────────────────────────────────── */

.waiver-policy .section h2 {
    color: var(--hop-brand-text);
}

.waiver-policy .section ul li::marker {
    color: #2c5f7a;
}

.waiver-policy .warning-box {
    background: #fff3cd;
    border-left-color: #ffc107;
    border-radius: 6px;
    padding: 15px 20px;
}

.waiver-policy .warning-box p {
    font-size: 14px;
    color: #533f00;
    margin: 0;
}

.important-notice {
    background: #fff3cd;
    border: 2px solid #ffc107;
    border-radius: 10px;
    padding: 25px 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.notice-icon { font-size: 28px; flex-shrink: 0; margin-top: 3px; }
.important-notice p { font-size: 15px; color: #533f00; margin: 0; }
.important-notice strong { color: #3d2e00; }

.legal-text {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 25px;
    margin: 20px 0;
    font-size: 14px;
    color: #444;
    line-height: 1.9;
}

.legal-text ol { padding-left: 20px; margin-top: 15px; }
.legal-text ol li { margin-bottom: 15px; font-size: 14px; color: #444; }

.health-form {
    background: #f0f7ff;
    border: 1px solid #cce5ff;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
}

.health-form h3 { color: #1c3a4a; font-size: 18px; margin-bottom: 20px; }
.health-question { margin-bottom: 15px; }

.health-question label {
    font-size: 14px;
    color: #444;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.health-question input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #2c5f7a;
}

.waiver-policy .form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.waiver-policy .form-group { display: flex; flex-direction: column; gap: 6px; }

.waiver-policy .form-group label {
    font-size: 13px;
    font-weight: 600;
    color: #444;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.waiver-policy .form-group input,
.waiver-policy .form-group select {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    font-family: inherit;
    background: white;
}

.waiver-policy .form-group input:focus,
.waiver-policy .form-group select:focus {
    border-color: #2c5f7a;
    box-shadow: 0 0 0 3px rgba(44,95,122,0.15);
}

.waiver-policy .form-group textarea {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    outline: none;
    font-family: inherit;
    resize: vertical;
}

.waiver-policy .form-group textarea:focus {
    border-color: #2c5f7a;
    box-shadow: 0 0 0 3px rgba(44,95,122,0.15);
}

.waiver-policy .form-full { grid-column: 1 / -1; }

.signature-area {
    background: white;
    border: 2px dashed #2c5f7a;
    border-radius: 10px;
    padding: 30px;
    margin: 25px 0;
}

.signature-area h3 { color: #1c3a4a; font-size: 18px; margin-bottom: 20px; }

.signature-box {
    border: 1px solid #ccc;
    border-radius: 6px;
    height: 100px;
    background: #fffef0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #aaa;
    font-size: 13px;
    font-style: italic;
    margin-top: 6px;
    cursor: crosshair;
    position: relative;
    overflow: hidden;
}

canvas#signatureCanvas,
canvas#guardianCanvas {
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fffef0;
    cursor: crosshair;
    display: block;
}

.signature-controls {
    display: flex;
    gap: 10px;
    margin-top: 8px;
    align-items: center;
}

.btn-clear-sig {
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 6px 16px;
    font-size: 13px;
    cursor: pointer;
    color: #666;
    font-family: inherit;
}

.btn-clear-sig:hover { background: #f0f0f0; }
.sig-hint { font-size: 12px; color: #999; font-style: italic; }

.consent-section {
    background: #f0fff4;
    border: 1px solid #c3e6cb;
    border-radius: 10px;
    padding: 25px;
    margin: 20px 0;
}

.consent-section h3 { color: var(--hop-success)step-indicator; font-size: 17px; margin-bottom: 15px; }

.consent-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #a8d5b5;
}

.consent-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

.consent-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 3px;
    flex-shrink: 0;
    accent-color: #27ae60;
}

.consent-item label { font-size: 14px; color: #333; cursor: pointer; line-height: 1.7; }

.submit-btn {
    display: block;
    width: 100%;
    padding: 18px;
    background: linear-gradient(135deg, #1c3a4a, #2c5f7a);
    color: white;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 25px;
    letter-spacing: 0.5px;
    font-family: inherit;
    transition: opacity 0.2s ease;
}

.submit-btn:hover { opacity: 0.9; }
.submit-btn:disabled { opacity: 0.5; cursor: not-allowed; }

.print-btn {
    display: inline-block;
    padding: 10px 24px;
    background: white;
    border: 2px solid #2c5f7a;
    color: #2c5f7a;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    margin-top: 10px;
}

.print-btn:hover { background: #f0f7ff; }
.print-notice { text-align: center; margin-top: 15px; font-size: 13px; color: #888; }

.success-message {
    display: none;
    background: #d4edda;
    border: 1px solid #a8d5b5;
    border-radius: 10px;
    padding: 25px 30px;
    margin-top: 20px;
    text-align: center;
}

.success-message h3 { color: #155724; font-size: 20px; margin-bottom: 10px; }
.success-message p { font-size: 15px; color: #155724; margin: 0; }

.step-indicator {
    display: flex;
    justify-content: center;
    gap: 0;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 10px;
    position: sticky;
    top: 56px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.step-indicator .step {
    flex: 1;
    text-align: center;
    padding: 14px 10px;
    background: #e9ecef;
    font-size: 13px;
    font-weight: 600;
    color: #888;
    position: relative;
}

.step-indicator .step span { display: block; font-size: 11px; font-weight: 400; margin-top: 2px; }
.step-indicator .step.active { background: linear-gradient(135deg, #1c3a4a, #2c5f7a); color: white; }
.step-indicator .step.completed { background: #27ae60; color: white; }

@media (max-width: 768px) {
    .waiver-policy .form-row { grid-template-columns: 1fr; }
    .step-indicator .step span { display: none; }
    .step-indicator .step { font-size: 11px; padding: 10px 5px; }
}

@media print {
    .div_header, .submit-btn, .print-btn, .print-notice,
    .step-indicator, .btn-clear-sig { display: none; }
    .privacy-container { margin: 0; padding: 0; }
    .section { box-shadow: none; border: 1px solid #ccc; margin-bottom: 15px; }
}
