
.page-hero {
    padding: 150px 0 60px;
    background: linear-gradient(135deg, #101633 0%, #1c2553 100%);
    color: #fff;
}
.page-hero h1 {
    margin: 0 0 15px;
    font-size: 46px;
    font-weight: 700;
}
.page-hero p {
    margin: 0;
    max-width: 860px;
    color: rgba(255,255,255,0.88);
    font-size: 18px;
    line-height: 1.7;
}
.breadcrumb-pd {
    margin: 18px 0 0;
    padding: 0;
    background: transparent;
}
.breadcrumb-pd > li,
.breadcrumb-pd > li a {
    color: rgba(255,255,255,0.85);
}
.section-pd {
    padding: 70px 0;
}
.section-pd.alt {
    background: #f4f7fb;
}
.section-title-pd {
    text-align: center;
    margin-bottom: 40px;
}
.section-title-pd h2 {
    font-size: 36px;
    color: #232948;
    margin-bottom: 12px;
    font-weight: 700;
}
.section-title-pd p {
    color: #707a89;
    font-size: 17px;
    line-height: 1.75;
    max-width: 880px;
    margin: 0 auto;
}
.eyebrow-pd {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(204,163,0,0.12);
    color: #8c6b00;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.card-pd,
.info-card-pd,
.contact-card-pd {
    position: relative;
    padding: 30px;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(16,24,40,0.08);
    margin-bottom: 30px;
    height: 100%;
}
.card-pd h3,
.info-card-pd h3,
.contact-card-pd h3 {
    color: #232948;
    font-size: 26px;
    margin: 0 0 14px;
    font-weight: 700;
}
.card-pd p,
.info-card-pd p,
.contact-card-pd p,
.card-pd li,
.notice-pd {
    color: #707a89;
    font-size: 16px;
    line-height: 1.8;
}
.feature-list-pd {
    list-style: none;
    padding: 0;
    margin: 15px 0 0;
}
.feature-list-pd li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}
.feature-list-pd li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cca300;
}
.tag-pd {
    display: inline-block;
    margin-bottom: 14px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #131635;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}
.btn-pd-sub {
    display: inline-block;
    padding: 11px 20px;
    border-radius: 4px;
    background: #0077f9;
    color: #fff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.03em;
}
.icon-circle-pd {
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0077f9 0%, #1c93ff 100%);
    color: #fff;
    font-size: 28px;
    margin-bottom: 18px;
}
.notice-pd {
    padding: 22px 26px;
    border-left: 4px solid #cca300;
    background: rgba(255,255,255,0.75);
    border-radius: 8px;
}
.table-contact-pd {
    width: 100%;
}
.table-contact-pd td {
    padding: 8px 0;
    vertical-align: top;
}
.form-control-pd {
    width: 100%;
    border: 1px solid #d9e0ea;
    border-radius: 6px;
    min-height: 46px;
    padding: 12px 14px;
    margin-bottom: 16px;
    color: #232948;
}
textarea.form-control-pd {
    min-height: 150px;
    resize: vertical;
}
@media (max-width: 991px) {
    .page-hero { padding: 135px 0 50px; }
    .page-hero h1 { font-size: 38px; }
    .section-title-pd h2 { font-size: 30px; }
}
@media (max-width: 767px) {
    .page-hero { padding: 125px 0 40px; }
    .page-hero h1 { font-size: 30px; }
    .page-hero p, .section-title-pd p { font-size: 15px; }
    .section-pd { padding: 50px 0; }
    .card-pd, .info-card-pd, .contact-card-pd { padding: 22px; }
}
