* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: #567990; background: #fff; font-size: 15px; line-height: 1.65; }
a { color: var(--sc-primary); text-decoration: none; transition: .2s ease; }
a:hover { color: #074d59; }
img { max-width: 100%; height: auto; }
.sc-container { width: min(1130px, calc(100% - 36px)); margin: 0 auto; }
.screen-reader-text, .skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 16px; top: 16px; z-index: 9999; background: #fff; color: #111; padding: 8px 10px; border-radius: 6px; }

.sc-site-header { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #158ba0, #5dc7d5); background-image: linear-gradient(var(--sc-primary-rgba), var(--sc-primary-rgba)), var(--sc-hero-bg); background-position: center; background-size: cover; }
.sc-header-home { min-height: 520px; padding-bottom: 72px; }
.sc-header-inner { min-height: 260px; padding-bottom: 58px; }
.sc-site-header:after { content: ""; position: absolute; left: 0; right: 0; bottom: -2px; height: 42px; background: radial-gradient(38px 18px at 40px 20px, #fff 70%, transparent 72%) 0 0/80px 40px repeat-x; opacity: .96; }
.sc-header-inner:after { height: 30px; }
.sc-topbar { position: relative; z-index: 3; display: flex; align-items: flex-start; justify-content: space-between; gap: 24px; padding-top: 30px; }
.sc-logo { display: inline-flex; flex-direction: column; align-items: flex-start; color: #fff; line-height: 1; min-width: 160px; }
.sc-logo:hover { color: #fff; opacity: .92; }
.sc-logo .custom-logo { max-width: 220px; max-height: 80px; object-fit: contain; }
.sc-logo-mark { position: relative; display: inline-block; font-family: Georgia, 'Times New Roman', serif; font-size: 36px; font-weight: 700; letter-spacing: -1px; text-shadow: 0 1px 0 rgba(0,0,0,.12); }
.sc-logo-dot { position: absolute; right: 2px; top: -13px; font-family: Arial, sans-serif; font-size: 12px; font-weight: 700; background: #fff; color: var(--sc-primary); border-radius: 999px; padding: 2px 5px; letter-spacing: 0; }
.sc-logo small { margin-top: 2px; color: rgba(255,255,255,.78); font-size: 13px; }

.sc-nav { display: flex; justify-content: flex-end; flex: 1; }
.sc-menu { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; flex-wrap: wrap; justify-content: flex-end; gap: 0; }
.sc-menu li { position: relative; }
.sc-menu a { display: block; padding: 9px 18px; color: rgba(255,255,255,.86); text-transform: uppercase; font-weight: 700; font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.45); }
.sc-menu .current-menu-item > a, .sc-menu .current_page_item > a, .sc-menu a:hover { color: #fff; border-bottom-color: #fff; }
.sc-menu .sub-menu { display: none; position: absolute; top: 100%; right: 0; min-width: 210px; list-style: none; margin: 0; padding: 6px; background: rgba(10, 91, 108, .96); border-radius: 10px; box-shadow: 0 14px 35px rgba(0,0,0,.18); z-index: 10; }
.sc-menu li:hover > .sub-menu, .sc-menu li:focus-within > .sub-menu { display: block; }
.sc-menu .sub-menu a { border: 0; padding: 9px 10px; text-transform: none; font-size: 13px; border-radius: 7px; }
.sc-menu .sub-menu a:hover { background: rgba(255,255,255,.10); }
.sc-mobile-menu-toggle { display: none; border: 1px solid rgba(255,255,255,.65); color: #fff; background: rgba(255,255,255,.10); border-radius: 8px; padding: 8px 10px; font-weight: 700; cursor: pointer; }

.sc-hero { position: relative; z-index: 2; display: grid; grid-template-columns: 360px 1fr; gap: 52px; align-items: center; padding-top: 55px; }
.sc-hero-content { text-align: center; max-width: 670px; margin-left: auto; }
.sc-hero-content h1 { margin: 0 0 18px; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: clamp(42px, 6vw, 64px); font-weight: 700; line-height: 1; letter-spacing: .6px; color: #fff; text-shadow: 0 2px 10px rgba(0,0,0,.12); }
.sc-hero-content p { margin: 0 auto; color: #fff; font-size: 18px; line-height: 1.55; font-weight: 600; text-shadow: 0 1px 8px rgba(0,0,0,.15); }
.sc-hero-app { margin-top: 24px; display: inline-flex; align-items: center; gap: 12px; background: rgba(5, 36, 55, .78); padding: 10px 14px; border-radius: 8px; box-shadow: 0 8px 25px rgba(0,0,0,.12); }
.sc-hero-app p { font-size: 12px; line-height: 1.3; max-width: 230px; text-align: left; margin: 0; }
.sc-store-badges { display: inline-flex; align-items: center; gap: 8px; flex-wrap: wrap; justify-content: center; }
.sc-store-badges img { display: block; height: 37px; width: auto; }

.sc-chat-box { background: rgba(34, 98, 108, .42); border: 1px solid rgba(255,255,255,.78); border-radius: 10px; padding: 22px 20px; box-shadow: inset 0 0 28px rgba(255,255,255,.05), 0 12px 35px rgba(0,0,0,.08); }
.sc-chat-box h3 { margin: 0 0 26px; font-size: 14px; color: #ffd900; font-weight: 700; }
.sc-chat-box .form-item { position: relative; margin-bottom: 16px; }
.sc-chat-box input[type="text"] { width: 100%; height: 51px; border: 0; border-radius: 5px; background: #fff; color: #456272; padding: 0 50px 0 15px; box-shadow: 0 2px 6px rgba(0,0,0,.12); outline: none; }
.sc-chat-box input[type="text"]:focus { box-shadow: 0 0 0 3px rgba(255,255,255,.38), 0 4px 10px rgba(0,0,0,.15); }
.sc-chat-box .form-item i { position: absolute; right: 15px; top: 50%; transform: translateY(-50%); color: #23384a; font-style: normal; }
.sc-chat-box .form-submit input { width: 100%; height: 52px; border: 0; border-radius: 5px; background: var(--sc-accent); color: #fff; font-size: 20px; font-weight: 800; cursor: pointer; box-shadow: 0 4px 0 rgba(0,0,0,.12), inset 0 1px 0 rgba(255,255,255,.2); }
.sc-chat-box .form-submit input:hover { filter: brightness(.96); transform: translateY(1px); }
.sc-chat-box .other-option { margin-top: 12px; }
.sc-chat-box .sc-store-form { margin-top: 12px; }
.sc-alt-text { margin: 15px 0 8px !important; color: #fff; font-size: 16px; font-weight: 700; }
.sc-alt-button { display: block; width: 86%; margin: auto; padding: 8px 12px; background: #ffd800; color: #598f90; border-radius: 6px; font-size: 18px; font-weight: 800; text-align: center; }
.sc-alt-button:hover { color: #426f70; background: #ffe657; }

.sc-inner-title { position: relative; z-index: 2; padding-top: 58px; text-align: center; }
.sc-inner-title h1 { margin: 0; color: #fff; font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; letter-spacing: .5px; font-size: clamp(36px, 5vw, 56px); }

.sc-main { padding: 55px 0 58px; }
.sc-main-home { padding-top: 68px; }
.sc-layout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 34px; align-items: start; }
.sc-content { min-width: 0; }
.sc-text-section { margin-bottom: 22px; }
.sc-text-section h2, .sc-entry-content h2 { margin: 0 0 16px; color: var(--sc-primary); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-size: 30px; font-weight: 500; line-height: 1.15; border-bottom: 1px solid #b7d7df; padding-bottom: 9px; }
.sc-text-section h2:after, .sc-entry-content h2:after { content: ""; display: block; width: 140px; height: 2px; background: var(--sc-primary); margin-top: 9px; }
.sc-rich-text p { margin: 0 0 15px; }
.sc-news-list { margin: 0; padding: 0 0 0 18px; color: #2f3f4f; }
.sc-news-list li { margin-bottom: 8px; }
.sc-news-list li a { font-weight: 700; }
.sc-news-list li span { display: block; color: #6b8090; font-size: 13px; }

.sc-side-card { color: #fff; border-radius: 8px; padding: 24px 24px 24px 28px; margin-bottom: 22px; position: relative; overflow: hidden; box-shadow: 0 8px 24px rgba(0,0,0,.08); }
.sc-side-card:before { content: ""; position: absolute; left: -55px; bottom: -45px; width: 180px; height: 180px; border-radius: 50%; background: rgba(255,255,255,.10); }
.sc-side-card h3 { position: relative; margin: 0 0 16px; color: #fff; font-size: 23px; line-height: 1.1; }
.sc-side-card ul { position: relative; margin: 0; padding-left: 18px; }
.sc-side-card li { margin-bottom: 12px; font-size: 14px; line-height: 1.55; }
.sc-side-card a { color: #fff; text-decoration: underline; }
.sc-reminders { background: var(--sc-blue); }
.sc-faq { background: var(--sc-red); }
.sc-faq-item { position: relative; margin-bottom: 10px; }
.sc-faq-item summary { cursor: pointer; font-weight: 700; }
.sc-faq-item p { margin: 8px 0 0; font-size: 14px; color: rgba(255,255,255,.9); }

.sc-entry, .sc-card { background: #fff; border-radius: 10px; }
.sc-entry-header { margin-bottom: 18px; }
.sc-entry-title { margin: 0 0 8px; color: var(--sc-primary); font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: 500; font-size: 34px; line-height: 1.2; }
.sc-entry-title a { color: var(--sc-primary); }
.sc-entry-meta { color: #8ca4b2; font-size: 13px; }
.sc-entry-content { color: #526f82; }
.sc-entry-content p { margin: 0 0 18px; }
.sc-entry-content ul, .sc-entry-content ol { margin-bottom: 18px; }
.sc-card { padding: 0 0 24px; border-bottom: 1px solid #d9e9ef; margin-bottom: 28px; }
.sc-card-thumb { display: block; margin-bottom: 16px; border-radius: 10px; overflow: hidden; }
.sc-card-thumb img { display: block; width: 100%; aspect-ratio: 16/7; object-fit: cover; }
.sc-read-more { display: inline-block; margin-top: 8px; padding: 9px 16px; border-radius: 999px; background: var(--sc-primary); color: #fff; font-weight: 700; }
.sc-read-more:hover { color: #fff; background: #086978; }
.sc-page-links { margin-top: 25px; }
.sc-pagination { margin-top: 30px; }
.sc-pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 36px; height: 36px; padding: 0 10px; margin-right: 6px; border-radius: 999px; background: #eef7fa; color: var(--sc-primary); font-weight: 700; }
.sc-pagination .current { background: var(--sc-primary); color: #fff; }

.sc-widget { background: #f4fbfd; border: 1px solid #d2e9ef; border-radius: 10px; padding: 20px; margin-bottom: 22px; }
.sc-widget .widget-title, .sc-widget h3 { margin: 0 0 12px; color: var(--sc-primary); font-size: 20px; }
.sc-widget ul { margin: 0; padding-left: 18px; }
.search-form { display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; border: 1px solid #c9dce4; border-radius: 8px; padding: 10px 12px; }
.search-submit { border: 0; border-radius: 8px; background: var(--sc-primary); color: #fff; padding: 10px 14px; cursor: pointer; }

.sc-site-footer { position: relative; color: rgba(255,255,255,.9); background-image: linear-gradient(var(--sc-primary-rgba), var(--sc-primary-rgba)), var(--sc-footer-bg); background-position: center; background-size: cover; padding: 70px 0 55px; overflow: hidden; }
.sc-footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: end; border-top: 1px solid rgba(255,255,255,.30); padding-top: 24px; }
.sc-footer-copy { font-size: 12px; color: rgba(255,255,255,.76); }
.sc-footer-nav .sc-menu { gap: 16px; }
.sc-footer-nav .sc-menu a { border: 0; padding: 0; font-size: 12px; }
.sc-footer-brand { text-align: right; }
.sc-footer-brand .sc-logo { align-items: flex-end; }

@media (max-width: 980px) {
    .sc-topbar { align-items: center; }
    .sc-mobile-menu-toggle { display: inline-flex; }
    .sc-nav { display: none; position: absolute; left: 0; right: 0; top: 86px; background: rgba(5, 76, 92, .97); padding: 12px; border-radius: 10px; }
    .sc-nav.is-open { display: block; }
    .sc-menu { display: block; }
    .sc-menu a { border-bottom: 1px solid rgba(255,255,255,.14); }
    .sc-menu .sub-menu { position: static; display: block; background: rgba(255,255,255,.08); box-shadow: none; margin: 4px 0 8px 16px; }
    .sc-hero { grid-template-columns: 1fr; gap: 34px; padding-top: 38px; }
    .sc-hero-content { margin: 0 auto; }
    .sc-chat-box { max-width: 420px; margin: 0 auto; }
    .sc-layout { grid-template-columns: 1fr; }
    .sc-sidebar { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
    .sc-side-card { margin-bottom: 0; }
}
@media (max-width: 680px) {
    body { font-size: 14px; }
    .sc-container { width: min(100% - 24px, 1130px); }
    .sc-logo-mark { font-size: 30px; }
    .sc-header-home { min-height: auto; padding-bottom: 70px; }
    .sc-hero-content h1 { font-size: 42px; }
    .sc-hero-content p { font-size: 15px; }
    .sc-hero-app { display: block; text-align: center; }
    .sc-hero-app p { text-align: center; margin: 8px auto 0; }
    .sc-sidebar { grid-template-columns: 1fr; }
    .sc-footer-grid { grid-template-columns: 1fr; text-align: center; }
    .sc-footer-brand, .sc-footer-brand .sc-logo { text-align: center; align-items: center; }
    .sc-footer-nav .sc-menu { display: flex; justify-content: center; }
}
