:root {
  --ds-blue: #12aee0;
  --ds-green: #18d9a2;
  --ds-orange: #f59a00;
  --ds-yellow: #ffe600;
  --ds-pink: #fb7d85;
  --ds-ink: #1f2933;
  --ds-muted: #63707c;
  --ds-soft: #f4f7f8;
}

html { scroll-behavior: smooth; }
body { color: var(--ds-ink); font-family: system-ui, -apple-system, "Segoe UI", sans-serif; }
a { text-decoration: none; }
.skip-link { position: fixed; z-index: 2000; background: #fff; padding: .75rem 1rem; }
.topbar { background: #18242c; color: #fff; font-size: .92rem; }
.topbar-link { color: rgba(255,255,255,.92); }
.topbar-link:hover { color: #fff; }
.logo { display: inline-flex; flex-direction: column; line-height: 1; }
.logo-main { color: var(--ds-blue); font-weight: 900; font-size: clamp(1.15rem, 2vw, 1.55rem); letter-spacing: -.04em; }
.logo-sub { color: #49c779; font-weight: 800; font-size: .8rem; margin-top: .25rem; }
.navbar .nav-link { color: #26333c; font-weight: 650; font-size: .94rem; padding: .75rem .7rem !important; border-radius: .5rem; }
.navbar .nav-link:hover, .navbar .nav-link.active { color: var(--ds-blue); background: rgba(18,174,224,.08); }

.hero { min-height: 650px; background: linear-gradient(120deg, #f4fbfd 0%, #fff 55%, #f7fffc 100%); position: relative; overflow: hidden; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(2px); opacity: .22; }
.hero-shape-one { width: 430px; height: 430px; background: var(--ds-blue); top: -210px; right: 12%; }
.hero-shape-two { width: 320px; height: 320px; background: var(--ds-green); bottom: -190px; left: 5%; }
.eyebrow, .section-kicker { display: inline-block; text-transform: uppercase; letter-spacing: .13em; font-weight: 800; font-size: .78rem; color: var(--ds-blue); }
.hero h1 { letter-spacing: -.045em; line-height: .98; }
.hero-copy { max-width: 700px; line-height: 1.65; }
.btn { border-radius: .75rem; font-weight: 700; }
.btn-primary { background: var(--ds-blue); border-color: var(--ds-blue); }
.btn-primary:hover { background: #0798c6; border-color: #0798c6; }
.hero-card { background: #fff; border-radius: 1.5rem; padding: 2.25rem; border: 1px solid rgba(18,174,224,.14); position: relative; }
.hero-card::after { content: ""; position: absolute; width: 80px; height: 8px; border-radius: 99px; background: linear-gradient(90deg,var(--ds-blue),var(--ds-green)); top: 0; left: 2.25rem; }
.hero-card-icon { width: 66px; height: 66px; border-radius: 1rem; display: grid; place-items: center; color: #fff; background: linear-gradient(135deg,var(--ds-blue),var(--ds-green)); font-size: 1.8rem; margin-bottom: 1.5rem; }
.contact-line { display: flex; align-items: center; gap: .75rem; padding: .65rem 0; border-top: 1px solid #e8edef; }
.contact-line a { color: var(--ds-ink); font-weight: 700; }
.contact-line i { color: var(--ds-blue); }

.quick-links { background: #fff; }
.feature-card { min-height: 270px; border-radius: 1.25rem; padding: 1.8rem; color: #fff; display: flex; flex-direction: column; position: relative; overflow: hidden; transition: transform .2s ease, box-shadow .2s ease; }
.feature-card::before { content: ""; position: absolute; width: 180px; height: 180px; border: 2px solid rgba(255,255,255,.25); border-radius: 50%; right: -70px; bottom: -80px; }
.feature-card:hover { transform: translateY(-6px); box-shadow: 0 1.1rem 2.5rem rgba(23,39,52,.18); color: #fff; }
.feature-icon { width: 52px; height: 52px; border-radius: .9rem; display: grid; place-items: center; background: rgba(255,255,255,.2); font-size: 1.5rem; }
.feature-title { margin-top: auto; font-size: 2rem; line-height: 1; font-weight: 900; letter-spacing: -.04em; }
.feature-text { margin-top: .75rem; max-width: 250px; color: rgba(255,255,255,.88); }
.feature-arrow { position: absolute; right: 1.8rem; bottom: 1.8rem; font-size: 1.4rem; }
.card-blue { background: var(--ds-blue); }
.card-orange { background: var(--ds-orange); }
.card-green { background: var(--ds-green); }
.card-yellow { background: var(--ds-yellow); color: #3f3a00; }
.card-yellow:hover { color: #3f3a00; }
.card-yellow .feature-text { color: rgba(63,58,0,.78); }
.card-yellow .feature-icon { background: rgba(255,255,255,.45); }
.card-pink { background: var(--ds-pink); }
.card-neutral { background: #3f5967; }

.content-panel, .news-panel { background: #fff; border-radius: 1.35rem; box-shadow: 0 .65rem 2rem rgba(27,44,55,.06); }
.value-item { display: flex; flex-direction: column; gap: .25rem; padding-top: 1rem; border-top: 3px solid #e9eef0; }
.value-item i { color: var(--ds-blue); font-size: 1.5rem; margin-bottom: .4rem; }
.value-item strong { font-size: 1.05rem; }
.value-item span { color: var(--ds-muted); font-size: .9rem; }
.small-link { color: var(--ds-blue); font-weight: 700; font-size: .9rem; }
.news-item { padding: 1rem 0; border-top: 1px solid #e8edef; }
.news-item time { color: var(--ds-pink); font-weight: 800; font-size: .82rem; }
.news-item h3 { margin: .35rem 0; font-weight: 750; }
.news-item p { margin: 0; color: var(--ds-muted); }

.cta-box { border-radius: 1.5rem; background: linear-gradient(105deg,#0fa8da,#16c998); box-shadow: 0 1rem 2.5rem rgba(18,174,224,.2); }
.text-white-75 { color: rgba(255,255,255,.78); }
.footer { background: #fff; }
.footer-copy { max-width: 430px; }
.footer-links li { margin: .55rem 0; }
.footer-links a, .footer-links span { color: var(--ds-muted); }
.footer-links a:hover { color: var(--ds-blue); }

@media (max-width: 991.98px) {
  .hero { min-height: auto; }
  .navbar-collapse { padding-top: 1rem; }
  .navbar .nav-link { padding-left: .8rem !important; }
}
@media (max-width: 575.98px) {
  .topbar .container { justify-content: center !important; }
  .topbar .d-flex { justify-content: center; }
  .hero h1 { font-size: 3rem; }
  .hero-card { padding: 1.5rem; }
  .feature-card { min-height: 235px; }
}

/* Subpages */
.page-hero { position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 360px; height: 360px; border: 2px solid rgba(255,255,255,.22); border-radius: 50%; right: -100px; top: -180px; }
.page-hero-blue { background: linear-gradient(120deg, #0b9fd2, var(--ds-blue)); }
.page-hero .breadcrumb a, .page-hero .breadcrumb-item.active { color: rgba(255,255,255,.8); }
.page-hero .breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,.55); }
.page-icon { width: 110px; height: 110px; border-radius: 1.5rem; display: inline-grid; place-items: center; background: rgba(255,255,255,.18); color: #fff; font-size: 3rem; }
.content-image { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.stat-card { background: #fff; border-radius: 1.25rem; padding: 2rem; box-shadow: 0 .65rem 2rem rgba(27,44,55,.06); border-top: 5px solid var(--ds-blue); }
.stat-number { display: block; font-size: clamp(2rem, 5vw, 3.2rem); line-height: 1; font-weight: 900; color: var(--ds-blue); letter-spacing: -.05em; }
.stat-label { display: block; margin-top: .75rem; color: var(--ds-muted); font-weight: 650; }
.section-intro { max-width: 720px; }
.value-card { border: 1px solid #e4ebee; border-radius: 1.25rem; padding: 2rem; background: #fff; }
.value-card i { width: 58px; height: 58px; border-radius: 1rem; display: grid; place-items: center; background: rgba(18,174,224,.1); color: var(--ds-blue); font-size: 1.6rem; margin-bottom: 1.4rem; }
.value-card h3 { font-weight: 800; }
.value-card p { color: var(--ds-muted); margin-bottom: 0; }
.page-hero-orange { background: linear-gradient(120deg, #e98700, var(--ds-orange)); }
.page-hero-green { background: linear-gradient(120deg, #08b985, var(--ds-green)); }
.section-kicker-green { color: #0aa876; }
.service-overview-card { border-radius: 1.35rem; padding: 2.25rem; background: #fff; border: 1px solid #e7edef; box-shadow: 0 .65rem 2rem rgba(27,44,55,.06); position: relative; overflow: hidden; }
.service-overview-card::after { content: ""; position: absolute; width: 180px; height: 180px; border: 2px solid currentColor; opacity: .08; border-radius: 50%; right: -80px; top: -70px; }
.service-orange { border-top: 6px solid var(--ds-orange); color: var(--ds-orange); }
.service-green { border-top: 6px solid var(--ds-green); color: #0ca877; }
.service-overview-card h2, .service-overview-card p, .service-overview-card .btn { color: var(--ds-ink); }
.service-overview-card p { color: var(--ds-muted); font-size: 1.05rem; }
.service-icon { width: 62px; height: 62px; border-radius: 1rem; display: grid; place-items: center; background: currentColor; color: #fff; font-size: 1.7rem; margin-bottom: 1.4rem; }
.service-meta { display: block; text-transform: uppercase; letter-spacing: .12em; font-size: .75rem; font-weight: 850; margin-bottom: .5rem; }
.service-facts { display: flex; flex-wrap: wrap; gap: .75rem; margin: 1.5rem 0; }
.service-facts span { padding: .55rem .75rem; border-radius: .65rem; background: #f4f7f8; color: var(--ds-muted); }
.activity-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 1rem; }
.activity-item { display: flex; align-items: center; gap: 1rem; padding: 1.1rem; border: 1px solid #e8edef; border-radius: 1rem; background: #fff; font-weight: 700; }
.activity-item i { width: 44px; height: 44px; flex: 0 0 44px; display: grid; place-items: center; border-radius: .8rem; background: rgba(245,154,0,.12); color: var(--ds-orange); font-size: 1.25rem; }
.activity-grid-green .activity-item i { background: rgba(24,217,162,.13); color: #0ca877; }
.btn-success { background: #0ca877; border-color: #0ca877; }
.steps { position: relative; }
.step-item { display: flex; gap: 1.2rem; padding-bottom: 2rem; position: relative; }
.step-item:not(:last-child)::after { content: ""; position: absolute; left: 23px; top: 50px; bottom: 0; width: 2px; background: #dfe8e5; }
.step-number { width: 48px; height: 48px; flex: 0 0 48px; display: grid; place-items: center; border-radius: 50%; background: var(--ds-green); color: #07513d; font-weight: 900; font-size: 1.15rem; }
.step-item p { margin-bottom: 0; color: var(--ds-muted); }
.step-item a { color: #078a63; font-weight: 750; }
.contact-help-card { border-radius: 1.35rem; padding: 2rem; background: #f5fffb; border: 1px solid rgba(24,217,162,.28); position: sticky; top: 110px; color: #0ca877; }
.contact-help-card h2 { color: var(--ds-ink); }
.contact-help-link { display: flex; align-items: center; gap: 1rem; margin-top: 1rem; padding: 1rem; background: #fff; border-radius: .9rem; color: var(--ds-ink); box-shadow: 0 .35rem 1rem rgba(18,55,44,.06); }
.contact-help-link > i { color: #0ca877; font-size: 1.25rem; }
.contact-help-link span { display: flex; flex-direction: column; font-weight: 800; }
.contact-help-link small { color: var(--ds-muted); font-weight: 600; }
.document-card { display: flex; align-items: center; gap: 1rem; min-height: 112px; padding: 1.25rem; border-radius: 1rem; background: #fff; border: 1px solid #e4ebee; color: var(--ds-ink); transition: transform .2s ease, box-shadow .2s ease; }
.document-card:hover { color: var(--ds-ink); transform: translateY(-3px); box-shadow: 0 .75rem 1.5rem rgba(27,44,55,.08); }
.document-card > span:not(.document-icon) { display: flex; flex-direction: column; }
.document-card small { color: var(--ds-muted); margin-top: .25rem; }
.document-icon { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: .8rem; background: rgba(24,217,162,.12); color: #0ca877; font-size: 1.45rem; }
.info-notice { display: flex; gap: 1.25rem; align-items: flex-start; padding: 1.5rem; border-radius: 1rem; background: #f4fbfd; border-left: 5px solid var(--ds-blue); }
.info-notice > i { color: var(--ds-blue); font-size: 1.6rem; }
@media (max-width: 767.98px) { .activity-grid { grid-template-columns: 1fr; } .contact-help-card { position: static; } }

/* Contacts */
.page-hero-pink { background: linear-gradient(120deg, #e96570, var(--ds-pink)); }
.section-kicker-pink { color: #e75f6a; }
.contact-card { display: flex; flex-direction: column; padding: 1.6rem; border-radius: 1.2rem; background: #fff; border: 1px solid #e5eaed; color: var(--ds-ink); box-shadow: 0 .55rem 1.7rem rgba(27,44,55,.06); transition: transform .2s ease, box-shadow .2s ease; }
.contact-card:hover { color: var(--ds-ink); transform: translateY(-4px); box-shadow: 0 .9rem 2rem rgba(27,44,55,.11); }
.contact-card-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: .9rem; background: rgba(251,125,133,.14); color: #e75f6a; font-size: 1.45rem; margin-bottom: 1rem; }
.contact-card-label { color: #e75f6a; text-transform: uppercase; letter-spacing: .1em; font-size: .74rem; font-weight: 850; margin-bottom: .3rem; }
.contact-card strong { font-size: 1.15rem; }
.contact-card small { color: var(--ds-muted); margin-top: .25rem; }
.contact-details { margin: 0; }
.contact-details > div { padding: 1rem 0; border-top: 1px solid #e5eaed; }
.contact-details dt { color: var(--ds-muted); font-size: .86rem; font-weight: 750; }
.contact-details dd { margin: .3rem 0 0; font-size: 1.05rem; font-weight: 700; }
.map-card { overflow: hidden; border-radius: 1.35rem; min-height: 430px; box-shadow: 0 .75rem 2rem rgba(27,44,55,.1); border: 1px solid #e5eaed; background: #eef3f5; }
.map-card iframe { display: block; width: 100%; height: 430px; border: 0; }

/* Visiting hours */
.page-hero-yellow { background: linear-gradient(120deg, #ffe600, #ffd43b); color: #332f00; }
.page-hero-yellow .breadcrumb a, .page-hero-yellow .breadcrumb-item.active { color: rgba(51,47,0,.72); }
.page-hero-yellow .breadcrumb-item + .breadcrumb-item::before { color: rgba(51,47,0,.45); }
.page-icon-dark { background: rgba(255,255,255,.48); color: #403900; }
.section-kicker-yellow { color: #9f8800; }
.visit-time-card { display: flex; align-items: center; gap: 1.4rem; padding: 1.6rem; border-radius: 1.25rem; background: #fffbea; border: 1px solid rgba(210,177,0,.25); }
.visit-time-icon { width: 68px; height: 68px; flex: 0 0 68px; display: grid; place-items: center; border-radius: 1rem; background: var(--ds-yellow); color: #403900; font-size: 1.8rem; }
.visit-time-card > div { display: flex; flex-direction: column; }
.visit-time-label { text-transform: uppercase; letter-spacing: .12em; color: #887500; font-size: .74rem; font-weight: 850; }
.visit-time-card strong { font-size: clamp(2rem,5vw,3.2rem); line-height: 1.05; letter-spacing: -.04em; }
.visit-time-card p { color: var(--ds-muted); }
.visit-note-card { padding: 2.2rem; border-radius: 1.35rem; background: #26343d; color: #fff; box-shadow: 0 .9rem 2rem rgba(27,44,55,.14); }
.visit-note-card > i { font-size: 2rem; color: var(--ds-pink); }
.visit-note-card p { color: rgba(255,255,255,.76); font-size: 1.05rem; }
.health-notice { display: flex; gap: 1.6rem; align-items: flex-start; padding: 2rem; border-radius: 1.35rem; background: #fff; border-left: 6px solid var(--ds-pink); box-shadow: 0 .65rem 2rem rgba(27,44,55,.06); }
.health-notice-icon { width: 64px; height: 64px; flex: 0 0 64px; display: grid; place-items: center; border-radius: 1rem; background: rgba(251,125,133,.14); color: #e75f6a; font-size: 1.8rem; }
@media (max-width: 575.98px) { .visit-time-card, .health-notice { flex-direction: column; } }
