* {margin: 0;padding: 0;box-sizing: border-box;}body {font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;line-height: 1.6;color: #333;}.container {max-width: 1200px;margin: 0 auto;padding: 0 20px;}header {background: #fff;box-shadow: 0 2px 10px rgba(0,0,0,0.1);position: fixed;width: 100%;top: 0;z-index: 1000;}nav {display: flex;justify-content: space-between;align-items: center;padding: 20px 0;}.logo {display: flex;align-items: center;}.logo img {height: 60px;width: auto;}.nav-links {display: flex;gap: 30px;list-style: none;}.nav-links a {text-decoration: none;color: #333;transition: color 0.3s;}.nav-links a:hover {color: #2563eb;}.hero {background: linear-gradient(180deg, #87CEEB 0%, #2997c7 100%);color: #fff;padding: 10vh 0 50px;margin-top: 80px;position: relative;overflow: hidden;}.hero-waves {position: absolute;bottom: -30px;left: 0;width: 100%;line-height: 0;}.hero-waves svg {position: relative;display: block;width: calc(100% + 1.3px);height: 100px;}.hero-waves .shape-fill {fill: #fff;}@keyframes wave {0% {transform: translateX(0);}100% {transform: translateX(-50%);}}.hero-waves .parallax > use {animation: wave 25s cubic-bezier(.55, .5, .45, .5) infinite;}.hero-waves .parallax > use:nth-child(1) {animation-delay: -2s;animation-duration: 7s;}.hero-waves .parallax > use:nth-child(2) {animation-delay: -3s;animation-duration: 10s;}.hero-waves .parallax > use:nth-child(3) {animation-delay: -4s;animation-duration: 13s;}.hero-waves .parallax > use:nth-child(4) {animation-delay: -5s;animation-duration: 20s;}.hero-content {display: flex;align-items: center;justify-content: space-between;gap: 60px;}.hero-left {flex: 0 0 30%;display: flex;justify-content: center;align-items: center;margin-top: -20px;}.hero-left img {max-width: 100%;height: auto;max-height: 550px;border-radius: 30px;box-shadow: 0 0 0 8px rgba(255,255,255,0.5),0 0 0 10px rgba(255,255,255,0.3),0 25px 50px -12px rgba(0, 0, 0, 0.5),0 10px 20px -5px rgba(0, 0, 0, 0.3),inset 0 0 20px rgba(255, 255, 255, 0.1);transition: transform 0.3s ease, box-shadow 0.3s ease;}.hero-left img:hover {transform: translateY(-10px) scale(1.02);box-shadow: 0 0 0 8px rgba(255,255,255,0.5),0 0 0 10px rgba(255,255,255,0.3),0 35px 60px -12px rgba(0, 0, 0, 0.6),0 15px 30px -5px rgba(0, 0, 0, 0.4),inset 0 0 20px rgba(255, 255, 255, 0.1);}.hero-right {flex: 0 0 60%;display: flex;flex-direction: column;gap: 30px;margin-top: -60px;}.hero-right-top {text-align: left;}.hero-right-bottom-container {display: flex;justify-content: space-between;align-items: flex-start;gap: 40px;}.hero-right-bottom {flex: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;}.hero-right-bottom img {max-width: 180px;height: auto;border-radius: 15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease, box-shadow 0.3s ease;}.hero-right-bottom img:hover {transform: translateY(-5px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);}.hero-right-bottom h2 {margin-top: 15px;font-size: 20px;font-weight: 500;opacity: 0.95;}.hero-right-bottom-2 {flex: 1;display: flex;flex-direction: column;justify-content: center;align-items: center;}.hero-right-bottom-2 img {max-width: 180px;height: auto;border-radius: 15px;box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);transition: transform 0.3s ease, box-shadow 0.3s ease;}.hero-right-bottom-2 img:hover {transform: translateY(-5px);box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);}.hero-right-bottom-2 h2 {margin-top: 15px;font-size: 20px;font-weight: 500;opacity: 0.95;}.hero h1 {font-size: 48px;margin-bottom: 20px;}.hero p {font-size: 20px;opacity: 0.9;}footer {background: #fff;color: #333;padding: 40px 0;text-align: center;margin-top: 40px;}.footer-links {margin-bottom: 20px;}.footer-links a {color: #333;text-decoration: none;margin: 0 15px;}.footer-links a:hover {text-decoration: underline;}.hamburger {display: none;flex-direction: column;justify-content: space-around;width: 35px;height: 30px;background: transparent;border: none;cursor: pointer;padding: 5px;z-index: 1001;border-radius: 8px;transition: background-color 0.3s ease;}.hamburger:hover {background-color: rgba(0, 0, 0, 0.05);}.hamburger span {width: 100%;height: 4px;background: #333;border-radius: 4px;transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);position: relative;transform-origin: center;}.hamburger.active span:nth-child(1) {transform: rotate(45deg) translate(6px, 6px);}.hamburger.active span:nth-child(2) {opacity: 0;transform: scaleX(0);}.hamburger.active span:nth-child(3) {transform: rotate(-45deg) translate(6px, -6px);}@media (max-width: 1200px) {.container {max-width: 960px;}.hero-left {flex: 0 0 35%;}.hero-right {flex: 0 0 55%;}}@media (max-width: 992px) {.container {max-width: 720px;}.hero-content {gap: 40px;}.hero-left {flex: 0 0 40%;}.hero-right {flex: 0 0 55%;}.hero-left img {max-height: 450px;}.hero h1 {font-size: 42px;}.hero p {font-size: 18px;}.hero-right-bottom img,.hero-right-bottom-2 img {max-width: 150px;}.hero-right-bottom h2,.hero-right-bottom-2 h2 {font-size: 18px;}}@media (max-width: 768px) {.container {max-width: 540px;padding: 0 15px;}.hamburger {display: flex;}.nav-links {position: fixed;top: 0;right: -100%;width: 70%;max-width: 300px;height: 100vh;background: #fff;flex-direction: column;justify-content: center;align-items: center;gap: 30px;box-shadow: -5px 0 15px rgba(0, 0, 0, 0.1);transition: right 0.3s ease;padding: 20px;}.nav-links.active {right: 0;}.nav-links li {width: 100%;text-align: center;}.nav-links a {display: block;padding: 15px;font-size: 18px;}.nav-links a.pill-btn,.nav-links a.pill-btn-register {background: none !important;color: #333 !important;padding: 15px !important;border-radius: 0 !important;box-shadow: none !important;transform: none !important;font-weight: normal !important;}.nav-links a.pill-btn:hover,.nav-links a.pill-btn-register:hover {background: none !important;box-shadow: none !important;transform: none !important;color: #2563eb !important;font-weight: normal !important;}.hero {padding: 120px 0 60px;}.hero-content {flex-direction: column;text-align: center;gap: 30px;}.hero-left {flex: 0 0 auto;margin-top: 0;order: 1;}.hero-left img {max-height: 350px;}.hero-right {flex: 0 0 auto;margin-top: 0;order: 2;}.hero-right-top {text-align: center;}.hero-right-bottom-container {flex-direction: row;align-items: center;gap: 30px;}.hero h1 {font-size: 32px;margin-bottom: 15px;}.hero p {font-size: 16px;}.hero-right-bottom img,.hero-right-bottom-2 img {max-width: 140px;}.hero-right-bottom h2,.hero-right-bottom-2 h2 {font-size: 16px;}.hero-waves svg {height: 70px;}.logo img {height: 50px;}.footer-links {display: flex;flex-direction: row;flex-wrap: wrap;justify-content: center;gap: 10px;}.footer-links a {margin: 0 5px;}}@media (max-width: 576px) {.container {max-width: 100%;padding: 0 15px;}nav {padding: 15px 0;}.logo img {height: 45px;}.hero {padding: 12vh 0 50px;}.hero-content {gap: 20px;}.hero-left img {max-height: 280px;border-radius: 20px;}.hero h1 {font-size: 28px;margin-bottom: 12px;}.hero p {font-size: 14px;}.hero-right-bottom-container {flex-direction: row;gap: 20px;}.hero-right-bottom img,.hero-right-bottom-2 img {max-width: 120px;}.hero-right-bottom h2,.hero-right-bottom-2 h2 {font-size: 14px;margin-top: 10px;}.hero-waves svg {height: 50px;}footer {padding: 30px 0;margin-top: 30px;}footer p {font-size: 14px;}}@media (max-width: 480px) {.hero-left img {max-height: 240px;}.hero h1 {font-size: 24px;}.hero p {font-size: 13px;}.hero-right-bottom img,.hero-right-bottom-2 img {max-width: 100px;}.hero-right-bottom h2,.hero-right-bottom-2 h2 {font-size: 13px;}.hamburger {width: 32px;height: 28px;}.hamburger span {height: 3px;}}.page-header {background: linear-gradient(rgba(41, 151, 199, 0.85), rgba(41, 151, 199, 0.85)), url('/Application/Home/View/default/common/css/../images/page-header-bg.svg') center/cover no-repeat;color: #fff;padding: 120px 0 80px;text-align: center;margin-top: 80px;}.about-page .page-header {background: linear-gradient(rgba(41, 151, 199, 0.85), rgba(41, 151, 199, 0.85)), url('/Application/Home/View/default/common/css/../images/about-header-bg.svg') center/cover no-repeat;}.about-page .about-section h2 {border-bottom: none;}.privacy-page .page-header {background: rgba(41, 151, 199, 0.85) url('/Application/Home/View/default/common/css/../images/privacy-header-bg.svg') center/cover no-repeat;}.terms-page .page-header {background: rgba(41, 151, 199, 0.85) url('/Application/Home/View/default/common/css/../images/terms-header-bg.svg') center/cover no-repeat;}.contact-page .page-header {background: rgba(41, 151, 199, 0.85) url('/Application/Home/View/default/common/css/../images/contact-header-bg.svg') center/cover no-repeat;}.contact-page .contact-info h2,.contact-page .faq-section h2 {border-bottom: none;}.page-header h1 {font-size: 48px;margin-bottom: 15px;}.page-header p {font-size: 20px;opacity: 0.9;}.about-content,.policy-content,.terms-content,.contact-content {padding: 40px 0;}.terms-scroll-container {background: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 40px;max-height: 600px;overflow-y: auto;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}.policy-scroll-container {background: #fff;border: 1px solid #e0e0e0;border-radius: 8px;padding: 40px;max-height: 600px;overflow-y: auto;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);}.terms-scroll-container::-webkit-scrollbar,.policy-scroll-container::-webkit-scrollbar {width: 8px;}.terms-scroll-container::-webkit-scrollbar-track,.policy-scroll-container::-webkit-scrollbar-track {background: #f1f1f1;border-radius: 4px;}.terms-scroll-container::-webkit-scrollbar-thumb,.policy-scroll-container::-webkit-scrollbar-thumb {background: #c1c1c1;border-radius: 4px;}.terms-scroll-container::-webkit-scrollbar-thumb:hover,.policy-scroll-container::-webkit-scrollbar-thumb:hover {background: #a8a8a8;}.terms-scroll-container::-moz-scrollbar,.policy-scroll-container::-moz-scrollbar {width: 8px;}.terms-scroll-container::-moz-scrollbar-track,.policy-scroll-container::-moz-scrollbar-track {background: #f1f1f1;border-radius: 4px;}.terms-scroll-container::-moz-scrollbar-thumb,.policy-scroll-container::-moz-scrollbar-thumb {background: #c1c1c1;border-radius: 4px;}.terms-scroll-container::-moz-scrollbar-thumb:hover,.policy-scroll-container::-moz-scrollbar-thumb:hover {background: #a8a8a8;}@media (max-width: 768px) {.terms-scroll-container,.policy-scroll-container {max-height: 500px;padding: 20px;}}.about-section,.policy-section,.terms-section {margin-bottom: 50px;}.about-section h2,.policy-section h2,.terms-section h2 {font-size: 32px;color: #2997c7;margin-bottom: 20px;padding-bottom: 10px;}.privacy-page .policy-section h2,.terms-page .terms-section h2 {border-bottom: none;}.about-section h2 {border-bottom: 3px solid #2997c7;}.about-section h3,.policy-section h3,.terms-section h3 {font-size: 22px;color: #2997c7;margin: 25px 0 15px;font-weight: 600;padding-left: 15px;border-left: 4px solid #2997c7;}.terms-section h4 {font-size: 18px;color: #444;margin: 20px 0 12px;font-weight: 600;}.about-section p,.policy-section p,.terms-section p {font-size: 16px;line-height: 2;color: #555;margin-bottom: 18px;text-align: justify;}.policy-section ul,.terms-section ul {margin: 18px 0;padding-left: 35px;}.policy-section li,.terms-section li {font-size: 16px;line-height: 2;color: #555;margin-bottom: 12px;list-style-type: none;position: relative;}.terms-section li::before {content: "•";color: #2997c7;font-weight: bold;position: absolute;left: -25px;}.features-grid {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr 1fr 1fr;grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));gap: 30px;margin-top: 30px;}@media (max-width: 1200px) {.features-grid {-ms-grid-columns: 1fr 1fr 1fr;}}@media (max-width: 768px) {.features-grid {-ms-grid-columns: 1fr;}}.feature-item {text-align: center;padding: 30px;background: #f8f9fa;border-radius: 15px;transition: transform 0.3s ease, box-shadow 0.3s ease;}.feature-item:hover {transform: translateY(-5px);box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);}.feature-icon {font-size: 96px;margin-bottom: 15px;}.feature-icon svg,.feature-icon img {width: 96px;height: 96px;color: #2997c7;}.feature-item h3 {font-size: 20px;color: #333;margin-bottom: 10px;}.feature-item p {font-size: 14px;color: #666;margin: 0;}.update-date {font-size: 14px;color: #999;text-align: center;margin-top: 30px;}.contact-grid {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr;grid-template-columns: 1fr 1fr;gap: 60px;margin-bottom: 40px;}@media (max-width: 768px) {.contact-grid {-ms-grid-columns: 1fr;grid-template-columns: 1fr;gap: 40px;}}.qualifications-grid {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr;grid-template-columns: 1fr 1fr;gap: 40px;margin-bottom: 50px;}@media (max-width: 768px) {.qualifications-grid {-ms-grid-columns: 1fr;grid-template-columns: 1fr;gap: 30px;}}.certificate-image {background: #f8f9fa;border: 1px solid #e0e0e0;border-radius: 8px;padding: 20px;margin-bottom: 20px;text-align: center;}.certificate-image img {max-width: 100%;height: auto;border-radius: 4px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}.contact-info h2,.contact-form h2 {font-size: 32px;color: #2997c7;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 3px solid #2997c7;}.contact-item {display: flex;align-items: flex-start;margin-bottom: 30px;}.contact-icon {font-size: 32px;margin-right: 20px;min-width: 40px;}.contact-details h3 {font-size: 18px;color: #333;margin-bottom: 8px;}.contact-details p {font-size: 16px;color: #666;line-height: 1.6;margin-bottom: 5px;}.contact-form {background: #f8f9fa;padding: 40px;border-radius: 15px;}.form-group {margin-bottom: 25px;}.form-group label {display: block;font-size: 16px;color: #333;margin-bottom: 8px;font-weight: 500;}.form-group input,.form-group select,.form-group textarea {width: 100%;padding: 12px 15px;border: 1px solid #ddd;border-radius: 8px;font-size: 16px;transition: border-color 0.3s ease;}.form-group input:focus,.form-group select:focus,.form-group textarea:focus {outline: none;border-color: #2997c7;}.submit-btn {width: 100%;padding: 15px;background: linear-gradient(135deg, #87CEEB 0%, #2997c7 100%);color: #fff;border: none;border-radius: 8px;font-size: 18px;font-weight: 600;cursor: pointer;transition: transform 0.3s ease, box-shadow 0.3s ease;}.submit-btn:hover {transform: translateY(-2px);box-shadow: 0 5px 20px rgba(41, 151, 199, 0.3);}.map-section {margin-bottom: 80px;}.map-section h2 {font-size: 32px;color: #2997c7;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 3px solid #2997c7;}.map-placeholder {background: #f8f9fa;height: 400px;border-radius: 15px;display: flex;flex-direction: column;justify-content: center;align-items: center;color: #999;}.map-placeholder p {font-size: 18px;margin-bottom: 10px;}.contact-map h2 {font-size: 32px;color: #2997c7;margin-bottom: 30px;}.map-container {background: #f8f9fa;border-radius: 15px;overflow: hidden;position: relative;}.map-container iframe {width: 100%;height: 400px;border: none;}.map-loading {position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;flex-direction: column;justify-content: center;align-items: center;background: #f8f9fa;z-index: 1;}.loading-spinner {width: 50px;height: 50px;border: 4px solid #e0e0e0;border-top: 4px solid #2997c7;border-radius: 50%;animation: spin 1s linear infinite;margin-bottom: 15px;}@keyframes spin {0% { transform: rotate(0deg); }100% { transform: rotate(360deg); }}.map-loading p {color: #666;font-size: 16px;margin: 0;}.faq-section {margin-bottom: 80px;}.faq-section h2 {font-size: 32px;color: #2997c7;margin-bottom: 30px;padding-bottom: 10px;border-bottom: 3px solid #2997c7;}.faq-item {background: #f8f9fa;padding: 25px;border-radius: 10px;margin-bottom: 20px;}.faq-item h3 {font-size: 18px;color: #333;margin-bottom: 12px;font-weight: 600;}.faq-item p {font-size: 16px;color: #666;line-height: 1.6;margin: 0;}.nav-links a.active {color: #2997c7;font-weight: 600;}.nav-links a.pill-btn {background: linear-gradient(135deg, #2997c7 0%, #1a6b8f 100%);color: #fff;padding: 8px 20px;border-radius: 25px;font-weight: 500;transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;}.nav-links a.pill-btn:hover {transform: translateY(-2px);box-shadow: 0 4px 15px rgba(41, 151, 199, 0.4);background: linear-gradient(135deg, #1a6b8f 0%, #2997c7 100%);color: #fff;}.nav-links a.pill-btn-register {background: linear-gradient(135deg, #ff8c00 0%, #ff6b00 100%);}.nav-links a.pill-btn-register:hover {background: linear-gradient(135deg, #ff6b00 0%, #ff8c00 100%);box-shadow: 0 4px 15px rgba(255, 140, 0, 0.4);}.footer-links a.active {color: #2997c7;font-weight: 600;}@media (max-width: 992px) {.page-header h1 {font-size: 42px;}.page-header p {font-size: 18px;}.contact-grid {grid-template-columns: 1fr;gap: 40px;}.features-grid {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}}@media (max-width: 768px) {.page-header {padding: 100px 0 60px;margin-top: 70px;}.page-header h1 {font-size: 36px;}.page-header p {font-size: 16px;}.about-content,.policy-content,.terms-content,.contact-content {padding: 50px 0;}.about-section h2,.policy-section h2,.terms-section h2,.contact-info h2,.contact-form h2,.map-section h2,.faq-section h2 {font-size: 28px;}.about-section h3,.policy-section h3,.terms-section h3 {font-size: 20px;}.features-grid {grid-template-columns: 1fr;}.contact-form {padding: 30px 20px;}.map-placeholder {height: 300px;}.map-container iframe {height: 300px;}.nav-links a.pill-btn,.nav-links a.pill-btn-register {background: none !important;color: #333 !important;padding: 15px !important;border-radius: 0 !important;box-shadow: none !important;transform: none !important;font-weight: normal !important;}.nav-links a.pill-btn:hover,.nav-links a.pill-btn-register:hover {background: none !important;box-shadow: none !important;transform: none !important;color: #2563eb !important;font-weight: normal !important;}}@media (max-width: 576px) {.page-header h1 {font-size: 32px;}.page-header p {font-size: 15px;}.about-section,.policy-section,.terms-section {margin-bottom: 40px;}.about-section h2,.policy-section h2,.terms-section h2 {font-size: 24px;}.contact-item {flex-direction: column;}.contact-icon {margin-right: 0;margin-bottom: 10px;}.feature-item {padding: 25px 20px;}.faq-item {padding: 20px;}.nav-links a.pill-btn,.nav-links a.pill-btn-register {background: none !important;color: #333 !important;padding: 15px !important;border-radius: 0 !important;box-shadow: none !important;transform: none !important;font-weight: normal !important;}.nav-links a.pill-btn:hover,.nav-links a.pill-btn-register:hover {background: none !important;box-shadow: none !important;transform: none !important;color: #2563eb !important;font-weight: normal !important;}}.help-header {background: linear-gradient(rgba(41, 151, 199, 0.85), rgba(41, 151, 199, 0.85)), url('/Application/Home/View/default/common/css/../images/about-header-bg.svg') center/cover no-repeat;color: #fff;padding: 60px 0 30px;text-align: center;margin-top: 60px;}.help-header h1 {font-size: 48px;margin-bottom: 15px;}.help-header p {font-size: 20px;opacity: 0.9;}.search-box {max-width: 550px;margin: 30px auto 0;display: flex;background: rgba(255, 255, 255, 0.15);backdrop-filter: blur(10px);border-radius: 50px;overflow: hidden;box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);transition: all 0.3s ease;}.search-box:focus-within {background: rgba(255, 255, 255, 0.25);box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);}#search-input {flex: 1;padding: 16px 24px;border: none;outline: none;font-size: 16px;color: #fff;background: transparent;}#search-input::placeholder {color: rgba(255, 255, 255, 0.7);}.search-btn {width: 56px;background: transparent;border: none;color: rgba(255, 255, 255, 0.9) !important;cursor: pointer;transition: all 0.3s ease;display: flex;align-items: center;justify-content: center;-webkit-appearance: none;appearance: none;flex-shrink: 0;}.search-btn svg {stroke: currentColor !important;fill: none !important;display: block;}.search-btn:hover {background: rgba(255, 255, 255, 0.15);color: #fff;}@media (max-width: 768px) {.search-box {margin: 20px 20px 0;}#search-input {padding: 14px 15px 14px 20px;font-size: 15px;flex-shrink: 1;min-width: 0;}.search-btn {padding: 0 16px;}}.help-content {padding: 60px 0;background: #f8f9fa;}.article-list {display: -ms-grid;display: grid;-ms-grid-columns: 1fr 1fr;grid-template-columns: repeat(2, 1fr);gap: 24px;max-width: 1200px;margin: 0 auto;}@media (max-width: 768px) {.article-list {-ms-grid-columns: 1fr;grid-template-columns: 1fr;gap: 16px;}}.article-link {display: block;padding: 28px 24px;border: 1px solid #e5e7eb;border-radius: 8px;text-decoration: none;transition: all 0.3s ease;background: #fff;}.article-link:hover {background: #f9fafb;border-color: #2997c7;transform: translateY(-2px);box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);}.article-link h3 {font-size: 1.3rem;font-weight: 600;color: #2997c7;margin: 0 0 10px 0;line-height: 1.4;}.article-link:hover h3 {color: #1a6b8f;}.article-link p {font-size: 1.05rem;color: #666;line-height: 1.7;margin: 0;}.pagination {display: flex;justify-content: center;align-items: center;gap: 8px;margin-top: 40px;list-style: none;padding: 0;}.pagination li {list-style: none;}.pagination a,.pagination span {display: flex;align-items: center;justify-content: center;min-width: 40px;height: 40px;padding: 0 12px;border: 1px solid #e5e7eb;border-radius: 6px;background: #fff;color: #666;text-decoration: none;font-size: 0.95rem;font-weight: 500;transition: all 0.3s ease;}.pagination a:hover {background: #2997c7;color: #fff;border-color: #2997c7;}.pagination li.active span {background: #2997c7;color: #fff;border-color: #2997c7;}.pagination .sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}@media (max-width: 768px) {.help-header {padding: 60px 0 40px;}.help-header h1 {font-size: 2rem;}.help-header p {font-size: 1rem;}.help-content {padding: 40px 0;}.article-link {padding: 24px 20px;}.article-link h3 {font-size: 1.15rem;}.article-link p {font-size: 0.95rem;}.pagination {gap: 6px;}.pagination a,.pagination span {min-width: 36px;height: 36px;font-size: 0.9rem;}}