/* Caduceus policy pages */
.policy-page {
    background: linear-gradient(180deg, #eef6ec 0%, #ffffff 280px);
    padding: 0 0 90px;
}

.policy-page .breadcrumb-area {
    padding-top: 110px;
    padding-bottom: 92px;
}

.policy-page .breadcrumb-list {
    margin-top: 12px;
}

.policy-page .breadcrumb-list li + li:before {
    content: "/";
    margin: 0 8px;
    color: #8a8a8a;
}

.policy-page .breadcrumb-list li.active {
    color: #1DAE03;
}

.policy-hero-card {
    position: relative;
    z-index: 4;
    margin-top: -56px;
    background: #fff;
    border-radius: 18px;
    border: 1px solid rgba(29, 174, 3, .14);
    box-shadow: 0 18px 46px rgba(21, 50, 21, .1);
    padding: 26px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
}

.policy-hero-left {
    display: flex;
    align-items: center;
    gap: 18px;
    min-width: 0;
}

.policy-hero-icon {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    background: linear-gradient(160deg, #1DAE03, #148a02);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    flex-shrink: 0;
    box-shadow: 0 10px 22px rgba(29, 174, 3, .28);
}

.policy-hero-copy h3 {
    margin: 0 0 6px;
    font-size: 22px;
    font-weight: 700;
    color: #152515;
    line-height: 1.25;
}

.policy-hero-copy p {
    margin: 0;
    color: #5d6b5d;
    font-size: 14.5px;
    line-height: 1.55;
}

.policy-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
}

.policy-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #f1f8ef;
    color: #1b6e10;
    border: 1px solid rgba(29, 174, 3, .18);
    border-radius: 50px;
    padding: 5px 12px;
    font-size: 12.5px;
    font-weight: 600;
}

.policy-hero-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.policy-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    padding: 11px 18px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
    transition: transform .2s, box-shadow .2s, background .2s;
}

.policy-btn:hover {
    transform: translateY(-2px);
}

.policy-btn-primary {
    background: #1DAE03;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(29, 174, 3, .25);
}

.policy-btn-primary:hover {
    background: #169102;
    color: #fff !important;
}

.policy-btn-outline {
    background: #fff;
    color: #1b6e10 !important;
    border: 1px solid rgba(29, 174, 3, .35);
}

.policy-btn-outline:hover {
    background: #f3faf1;
}

.policy-layout {
    margin-top: 36px;
}

.policy-toc {
    background: #fff;
    border: 1px solid #e6eee4;
    border-radius: 16px;
    padding: 22px 18px;
    position: sticky;
    top: 110px;
    box-shadow: 0 8px 24px rgba(21, 50, 21, .05);
}

.policy-toc h6 {
    margin: 0 0 14px;
    font-size: 13px;
    letter-spacing: .8px;
    text-transform: uppercase;
    color: #1DAE03;
    font-weight: 700;
}

.policy-toc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-toc li + li {
    margin-top: 4px;
}

.policy-toc a {
    display: block;
    padding: 8px 10px;
    border-radius: 8px;
    color: #334133;
    font-size: 13.5px;
    font-weight: 500;
    line-height: 1.35;
    text-decoration: none !important;
}

.policy-toc a:hover,
.policy-toc a.is-active {
    background: #f1f8ef;
    color: #1DAE03;
}

.policy-related {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #e8eee6;
}

.policy-related a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 10px;
    border-radius: 10px;
    color: #2c3a2c;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none !important;
}

.policy-related a i {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #f1f8ef;
    color: #1DAE03;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
}

.policy-related a:hover,
.policy-related a.is-active {
    background: #f1f8ef;
    color: #1DAE03;
}

.policy-section {
    background: #fff;
    border: 1px solid #e6eee4;
    border-radius: 16px;
    padding: 28px 30px;
    margin-bottom: 18px;
    scroll-margin-top: 120px;
    box-shadow: 0 6px 20px rgba(21, 50, 21, .04);
}

.policy-section-head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 14px;
}

.policy-num {
    width: 36px;
    height: 36px;
    border-radius: 10px;
    background: #eaf7e6;
    color: #1DAE03;
    font-weight: 800;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.policy-section h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 700;
    color: #152515;
    line-height: 1.3;
}

html:has(.policy-page) {
    scroll-behavior: smooth;
}

.policy-section a {
    color: #1DAE03;
    font-weight: 600;
}

.policy-section p,
.policy-section li {
    color: #4a554a;
    font-size: 15.5px;
    line-height: 1.75;
}

.policy-section p {
    margin-bottom: 12px;
}

.policy-section p:last-child,
.policy-section ul:last-child {
    margin-bottom: 0;
}

.policy-list {
    margin: 0;
    padding-left: 0;
    list-style: none;
}

.policy-list li {
    position: relative;
    padding: 7px 0 7px 28px;
}

.policy-list li:before {
    content: "";
    position: absolute;
    left: 4px;
    top: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1DAE03;
}

.policy-list-warn li:before {
    background: #d35400;
}

.policy-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    margin-top: 8px;
}

.policy-mini-card {
    background: #f7fbf6;
    border: 1px solid #e4efe1;
    border-radius: 12px;
    padding: 16px 16px 14px;
}

.policy-mini-card h5 {
    margin: 0 0 8px;
    font-size: 15px;
    font-weight: 700;
    color: #152515;
    display: flex;
    align-items: center;
    gap: 8px;
}

.policy-mini-card h5 i {
    color: #1DAE03;
}

.policy-mini-card p {
    margin: 0;
    font-size: 14px;
    line-height: 1.6;
}

.policy-note {
    background: #fff8ee;
    border: 1px solid #f3e0c4;
    border-left: 4px solid #f26b0a;
    border-radius: 10px;
    padding: 14px 16px;
    color: #6a4a22;
    font-size: 14.5px;
    line-height: 1.65;
    margin: 12px 0 0;
}

.policy-note strong {
    color: #8a4b0a;
}

.policy-ok {
    background: #f1f8ef;
    border: 1px solid #d7ecd2;
    border-left: 4px solid #1DAE03;
    border-radius: 10px;
    padding: 14px 16px;
    color: #2d4a28;
    font-size: 14.5px;
    line-height: 1.65;
    margin: 12px 0 0;
}

.policy-steps {
    counter-reset: step;
    list-style: none;
    margin: 0;
    padding: 0;
}

.policy-steps li {
    counter-increment: step;
    position: relative;
    padding: 12px 0 12px 58px;
    border-bottom: 1px dashed #e4eee2;
}

.policy-steps li:last-child {
    border-bottom: 0;
}

.policy-steps li:before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 12px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #1DAE03;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.policy-contact-card {
    background: linear-gradient(135deg, #163616 0%, #1e4d1c 58%, #1DAE03 160%);
    color: #fff;
    border-radius: 18px;
    padding: 28px 30px;
    margin-top: 10px;
    scroll-margin-top: 120px;
}

.policy-contact-card h4 {
    color: #fff;
    margin: 0 0 8px;
    font-size: 22px;
}

.policy-contact-card p {
    color: rgba(255, 255, 255, .82);
    margin-bottom: 18px;
}

.policy-contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.policy-contact-item {
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 12px;
    padding: 14px 16px;
}

.policy-contact-item span {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .5px;
    color: #a8f5a0;
    margin-bottom: 4px;
    font-weight: 600;
}

.policy-contact-item a,
.policy-contact-item strong {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

.policy-contact-item a:hover {
    color: #c8ffc2;
}

@media (max-width: 991px) {
    .policy-toc {
        position: static;
        margin-bottom: 22px;
    }

    .policy-cards,
    .policy-contact-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .policy-page .breadcrumb-area {
        padding-top: 80px;
        padding-bottom: 72px;
    }

    .policy-hero-card,
    .policy-section,
    .policy-contact-card {
        padding: 20px 16px;
    }

    .policy-hero-card {
        margin-top: -36px;
    }

    .policy-hero-icon {
        width: 52px;
        height: 52px;
        font-size: 22px;
    }

    .policy-hero-copy h3 {
        font-size: 18px;
    }
}
