.page-privacy-policy__hero-section{display:flex;flex-direction:column;background:#f8f9fa;padding:10px 0 0 0;margin:0}
.page-privacy-policy__hero-image-wrapper{width:100%;margin-bottom:20px}
.page-privacy-policy__hero-image{width:100%;height:auto;aspect-ratio:17/5;object-fit:cover;display:block;border-radius:8px}
.page-privacy-policy__hero-content{max-width:1200px;margin:0 auto;padding:0 24px 24px;width:100%}
.page-privacy-policy__main-title{font-size:clamp(1.4rem, 4vw, 2.2rem);font-weight:800;line-height:1.3;color:#017439;margin:0 0 16px;letter-spacing:-0.02em;max-width:900px}
.page-privacy-policy__hero-description{font-size:1.1rem;line-height:1.8;color:#333333;margin:0;max-width:800px}
.page-privacy-policy__content-section{padding:32px 24px}
.page-privacy-policy__container{max-width:1200px;margin:0 auto;width:100%}
.page-privacy-policy__section-title{font-size:1.8rem;font-weight:700;color:#017439;line-height:1.4;margin:0 0 16px;padding-bottom:12px;border-bottom:3px solid #017439}
.page-privacy-policy__subsection-title{font-size:1.3rem;font-weight:600;color:#017439;line-height:1.5;margin:24px 0 12px}
.page-privacy-policy__text{font-size:1rem;line-height:1.8;color:#333333;margin:0 0 16px}
.page-privacy-policy__list{padding-left:20px;margin:0 0 20px}
.page-privacy-policy__list-item{font-size:1rem;line-height:1.8;color:#333333;margin-bottom:8px}
.page-privacy-policy__link{color:#C30808;text-decoration:none;font-weight:600;border-bottom:2px solid rgba(195,8,8,0.2);transition:border-color 0.3s}
.page-privacy-policy__link:hover{color:#017439;border-bottom-color:#017439}
.page-privacy-policy__feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin:24px 0}
.page-privacy-policy__feature-card{background:#ffffff;border:1px solid #e0e0e0;border-radius:12px;padding:20px;box-shadow:0 2px 8px rgba(0,0,0,0.05);transition:box-shadow 0.3s ease}
.page-privacy-policy__feature-card:hover{box-shadow:0 4px 16px rgba(0,0,0,0.1)}
.page-privacy-policy__feature-image{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover;border-radius:8px;margin-bottom:16px}
.page-privacy-policy__feature-title{font-size:1.1rem;font-weight:700;color:#017439;line-height:1.4;margin:0 0 12px}
.page-privacy-policy__feature-text{font-size:0.95rem;line-height:1.7;color:#333333;margin:0}
.page-privacy-policy__cta-section{background:linear-gradient(135deg, #017439 0%, #01a34f 100%);padding:40px 24px;text-align:center}
.page-privacy-policy__cta-container{max-width:800px;margin:0 auto;width:100%}
.page-privacy-policy__cta-title{font-size:clamp(1.4rem, 3vw, 2rem);font-weight:700;color:#FFFFFF;line-height:1.3;margin:0 0 16px}
.page-privacy-policy__cta-text{font-size:1rem;line-height:1.8;color:#FFFFFF;margin:0 0 24px}
.page-privacy-policy__cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}
.page-privacy-policy__cta-button{display:inline-block;padding:14px 32px;border-radius:8px;font-weight:700;text-decoration:none;transition:transform 0.2s, box-shadow 0.2s;border:2px solid transparent;min-width:200px;text-align:center;box-sizing:border-box;max-width:100%;white-space:normal;word-wrap:break-word}
.page-privacy-policy__cta-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,0.2)}
.page-privacy-policy__cta-button--register{background:#C30808;color:#FFFF00;border-color:#FFFFFF}
.page-privacy-policy__cta-button--login{background:#C30808;color:#FFFF00;border-color:#FFFFFF}
@media (max-width:768px){
.page-privacy-policy__hero-section{padding-top:10px}
.page-privacy-policy__hero-image{aspect-ratio:2/1}
.page-privacy-policy__hero-content{padding:0 16px 16px}
.page-privacy-policy__main-title{font-size:1.2rem;line-height:1.4}
.page-privacy-policy__hero-description{font-size:0.95rem;line-height:1.7}
.page-privacy-policy__content-section{padding:24px 16px}
.page-privacy-policy__container{max-width:100%}
.page-privacy-policy__section-title{font-size:1.4rem;line-height:1.3}
.page-privacy-policy__subsection-title{font-size:1.1rem}
.page-privacy-policy__text{font-size:0.95rem;line-height:1.7}
.page-privacy-policy__list-item{font-size:0.95rem;line-height:1.7}
.page-privacy-policy__feature-grid{grid-template-columns:1fr}
.page-privacy-policy__cta-section{padding:32px 16px}
.page-privacy-policy__cta-buttons{flex-direction:column;align-items:center}
.page-privacy-policy__cta-button{width:100%;max-width:100%;box-sizing:border-box;white-space:normal;word-wrap:break-word;min-width:0}
.page-privacy-policy img{max-width:100% !important;height:auto !important}
.page-privacy-policy{overflow-x:hidden;max-width:100%}
}