:root {
    --ui-bg: #f2f6f8;
    --ui-surface: #ffffff;
    --ui-text: #1f2d3a;
    --ui-muted: #607384;
    --ui-border: #d7e2e9;
    --ui-accent: #2f8f83;
    --ui-accent-deep: #236f67;
    --ui-shadow: 0 14px 30px rgba(20, 33, 44, 0.14);
}

body {
    background: radial-gradient(circle at 15% 0%, #f9fcfe 0%, #eef4f7 40%, #e8f0f4 100%);
    color: var(--ui-text);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

body[class*='members-'] {
    font-family: 'Source Sans 3', 'Open Sans', sans-serif;
}

img,
.img-responsive,
.rslides img,
.partnership img,
#pinboard img {
    border-radius: 10px;
}

.header {
    box-shadow: 0 6px 18px rgba(10, 20, 30, 0.16);
}

body[class*='members-'] .member-brand {
    color: #f1f5f7;
    text-decoration: none;
    font-size: clamp(1.7rem, 3.4vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    display: inline-block;
    padding: 0.35rem 0;
}

body[class*='members-'] .member-brand:hover,
body[class*='members-'] .member-brand:focus {
    color: #ffffff;
    text-decoration: none;
}

body[class*='members-'] .menu li a {
    font-family: 'Source Sans 3', 'Open Sans', sans-serif;
    font-weight: 600;
    letter-spacing: 0.01em;
}

body[class*='members-'] .menu .nav {
    display: flex;
    align-items: center;
}

body[class*='members-'] .menu li {
    display: inline-flex;
    align-items: center;
    margin: 0.85rem 0 0.85rem;
}

body[class*='members-'] .menu li.member-nav-icon-item {
    margin-left: 0.2rem;
}

body[class*='members-'] .member-nav-icon {
    position: relative;
    width: 34px;
    height: 34px;
    padding: 0;
    border-radius: 50%;
    background: rgba(183, 192, 200, 0.25);
    border: 1px solid rgba(210, 218, 224, 0.55);
    color: #d7dde2;
    font-size: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body[class*='members-'] .menu li.active .member-nav-icon,
body[class*='members-'] .member-nav-icon:hover {
    background: rgba(211, 218, 224, 0.35);
    color: #eef2f5;
}

body[class*='members-'] .member-account-link::before {
    content: "";
    position: absolute;
    top: 8px;
    left: 50%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    border-radius: 50%;
    background: currentColor;
}

body[class*='members-'] .member-account-link::after {
    content: "";
    position: absolute;
    bottom: 7px;
    left: 50%;
    width: 14px;
    height: 8px;
    margin-left: -7px;
    border-radius: 8px 8px 5px 5px;
    background: currentColor;
}

body[class*='members-'] .member-logout-link::before {
    content: "";
    width: 12px;
    height: 12px;
    border: 1.8px solid currentColor;
    border-radius: 50%;
}

body[class*='members-'] .member-logout-link::after {
    content: "";
    position: absolute;
    top: 6px;
    left: 50%;
    width: 2px;
    height: 8px;
    margin-left: -1px;
    border-radius: 2px;
    background: currentColor;
}

.menu .nav li a {
    border-radius: 8px;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.menu .nav li a:hover,
.menu .nav li.active a {
    background: rgba(255, 255, 255, 0.16);
}

.content-part-work .container,
.content-top .container,
.contact-box,
#pinboard {
    border-radius: 12px;
}

.contact-box {
    background: rgba(255, 255, 255, 0.66);
    backdrop-filter: blur(1px);
    box-shadow: var(--ui-shadow);
}

.contact-form,
.your-name input[type="text"],
.your-name input[type="email"],
.your-name input[type="password"],
.your-msg textarea {
    border-radius: 10px;
}

.your-submit input[type="submit"],
input[type="button"],
button {
    border-radius: 10px;
}

.your-submit input[type="submit"] {
    box-shadow: 0 8px 18px rgba(35, 111, 103, 0.25);
}

.information {
    border-left: 4px solid var(--ui-accent);
}

.public-login .footer {
    margin-top: 2rem;
}

.public-brand {
    color: #f1f5f7;
    text-decoration: none;
    font-size: clamp(2.04rem, 3.8vw, 2.64rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.2;
    display: inline-block;
    padding: 0.35rem 0;
}

.public-login .top-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 24px;
}

.public-login .top-header .logo,
.public-login .top-header .menu {
    float: none;
    margin-top: 0;
}

.public-login .menu .nav {
    display: flex;
    align-items: center;
}

.public-login .menu li {
    margin: 0;
    display: flex;
    align-items: center;
}

.public-brand:hover,
.public-brand:focus {
    color: #ffffff;
    text-decoration: none;
}

.public-login .login-page {
    min-height: calc(100vh - 240px);
    display: grid;
    place-items: center;
    padding: 2rem 1rem 1rem;
}

.public-login .login-card {
    width: min(336px, 95vw);
    background: var(--ui-surface);
    border: 1px solid var(--ui-border);
    border-radius: 16px;
    box-shadow: var(--ui-shadow);
    padding: 1.5rem 1.4rem;
}

.public-login .login-title {
    margin: 0;
    color: #143040;
    font-size: 1.5rem;
}

.public-login .login-subtitle {
    margin: 0.4rem 0 1.1rem;
    color: var(--ui-muted);
    font-size: 0.95rem;
}

.public-login .field {
    margin-bottom: 0.95rem;
}

.public-login .field label {
    display: block;
    margin-bottom: 0.35rem;
    font-weight: 600;
    color: #344b5a;
}

.public-login .field input {
    width: 100%;
    padding: 0.72rem 0.78rem;
    border: 1px solid #cfdbe4;
    border-radius: 10px;
    background: #fbfdff;
}

.public-login .field input:focus {
    border-color: #8abbb4;
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 143, 131, 0.15);
}

.public-login .login-actions {
    margin-top: 0.35rem;
}

.public-login .login-actions input[type="submit"] {
    width: 100%;
    padding: 0.76rem 0.9rem;
    border: 0;
    border-radius: 10px;
    color: #ffffff;
    background: linear-gradient(90deg, var(--ui-accent), #3c9f92);
    font-weight: 700;
    letter-spacing: 0.02em;
}

.public-login .login-actions input[type="submit"]:hover {
    background: linear-gradient(90deg, var(--ui-accent-deep), #2f8f83);
}

.contact-shell {
    margin: 1.25rem auto 3rem;
    padding: 1.5rem 1.25rem 1.25rem;
    background: rgba(248, 252, 254, 0.96);
    border: 1px solid #d5e1e8;
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(18, 32, 45, 0.16);
}

.contact-head {
    max-width: 760px;
    margin: 0 auto 1.25rem;
    text-align: center;
}

.contact-head h2 {
    margin: 0.2rem 0 0.6rem;
    color: #133244;
}

.contact-head p {
    margin: 0;
    color: #4f6677;
}

.contact-eyebrow {
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.76rem;
    font-weight: 700;
    color: #2f8f83;
}

.contact-layout {
    display: grid;
    grid-template-columns: minmax(240px, 0.9fr) minmax(320px, 1.5fr);
    gap: 1rem;
    align-items: start;
}

.contact-card {
    background: #ffffff;
    border: 1px solid #d7e2e9;
    border-radius: 14px;
    box-shadow: 0 16px 28px rgba(19, 41, 58, 0.1);
    padding: 1.2rem;
}

.contact-details-card h3 {
    margin: 0 0 0.65rem;
    color: #163345;
}

.contact-details-card p {
    margin: 0;
    line-height: 1.45;
    color: #2d4351;
}

.contact-note {
    margin-top: 0.95rem;
    padding: 0.75rem 0.8rem;
    border-radius: 10px;
    background: #eff8f6;
    border: 1px solid #cee8e3;
    color: #31645d;
    font-size: 0.92rem;
}

.modern-contact-form .field-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.8rem;
}

.modern-contact-form .field-group {
    margin-bottom: 0.85rem;
}

.modern-contact-form .field-group label {
    display: block;
    margin-bottom: 0.33rem;
    font-weight: 600;
    color: #355365;
}

.modern-contact-form .field-group input,
.modern-contact-form .field-group textarea {
    width: 100%;
    padding: 0.7rem 0.75rem;
    border: 1px solid #cfdce4;
    border-radius: 10px;
    background: #fbfdff;
}

.modern-contact-form .field-group input:focus,
.modern-contact-form .field-group textarea:focus {
    border-color: #8cbeb7;
    outline: none;
    box-shadow: 0 0 0 3px rgba(47, 143, 131, 0.15);
}

.modern-contact-form .form-actions input[type="submit"] {
    min-width: 170px;
    padding: 0.75rem 1rem;
    border: 0;
    border-radius: 10px;
    color: #fff;
    font-weight: 700;
    background: linear-gradient(90deg, #2f8f83, #3da194);
}

.modern-contact-form .form-actions input[type="submit"]:hover {
    background: linear-gradient(90deg, #236f67, #2f8f83);
}

@media only screen and (max-width: 900px) {
    .contact-layout {
        grid-template-columns: 1fr;
    }

    .modern-contact-form .field-row {
        grid-template-columns: 1fr;
    }
}

/* Members page themed backgrounds */
body.members-services {
    --member-bg-sm: url('../backgrounds/IMG_0181-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_0181-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_0181-lg.jpg');
}

body.members-news {
    --member-bg-sm: url('../backgrounds/IMG_0168-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_0168-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_0168-lg.jpg');
}

body.members-agm {
    --member-bg-sm: url('../backgrounds/IMG_1792-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_1792-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_1792-lg.jpg');
}

body.members-calendar {
    --member-bg-sm: url('../backgrounds/IMG_7760-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_7760-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_7760-lg.jpg');
}

body.members-camera {
    --member-bg-sm: url('../backgrounds/IMG_0362-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_0362-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_0362-lg.jpg');
}

body.members-photos {
    --member-bg-sm: url('../backgrounds/IMG_3222-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_3222-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_3222-lg.jpg');
}

body.members-governance {
    --member-bg-sm: url('../backgrounds/IMG_9952-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_9952-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_9952-lg.jpg');
}

body.members-works-guidance {
    --member-bg-sm: url('../backgrounds/IMG_1238-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_1238-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_1238-lg.jpg');
}

body.members-personal {
    --member-bg-sm: url('../backgrounds/IMG_0244-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_0244-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_0244-lg.jpg');
}

body.members-home {
    --member-bg-sm: url('../backgrounds/IMG_0170-sm.jpg');
    --member-bg-md: url('../backgrounds/IMG_0170-md.jpg');
    --member-bg-lg: url('../backgrounds/IMG_0170-lg.jpg');
}

body.members-services,
body.members-news,
body.members-agm,
body.members-calendar,
body.members-camera,
body.members-photos,
body.members-governance,
body.members-works-guidance,
body.members-personal,
body.members-home {
    background-image: var(--member-bg-sm);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media only screen and (min-width: 768px) {
    body.members-services,
    body.members-news,
    body.members-agm,
    body.members-calendar,
    body.members-camera,
    body.members-photos,
    body.members-governance,
    body.members-works-guidance,
    body.members-personal,
    body.members-home {
        background-image: var(--member-bg-md);
    }
}

@media only screen and (min-width: 1280px) {
    body.members-services,
    body.members-news,
    body.members-agm,
    body.members-calendar,
    body.members-camera,
    body.members-photos,
    body.members-governance,
    body.members-works-guidance,
    body.members-personal,
    body.members-home {
        background-image: var(--member-bg-lg);
    }
}

body.public-login {
    --public-bg-sm: url('../backgrounds/IMG_1367-sm.jpg');
    --public-bg-md: url('../backgrounds/IMG_1367-md.jpg');
    --public-bg-lg: url('../backgrounds/IMG_1367-lg.jpg');
    background-image: var(--public-bg-sm);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

@media only screen and (min-width: 768px) {
    body.public-login {
        background-image: var(--public-bg-md);
    }
}

@media only screen and (min-width: 1280px) {
    body.public-login {
        background-image: var(--public-bg-lg);
    }
}

body[class*='members-'] #pinboard,
body.public-login .login-card {
    background-image: none;
}

body[class*='members-'] #pinboard {
    width: min(1180px, 96vw);
    margin: 2rem auto 0;
    border: 0;
    border-radius: 14px;
    box-shadow: 0 20px 38px rgba(10, 18, 28, 0.34);
    background: rgba(245, 250, 252, 0.9);
    padding: 1rem 1.1rem 1.4rem;
}

body.members-home #pinboard {
    margin: 2rem auto 0;
}

body[class*='members-'] #AppContent,
body[class*='members-'] #Content,
body[class*='members-'] #centerTable {
    margin: 0 auto;
    text-align: center;
}

body[class*='members-'] h3,
body[class*='members-'] h4,
body[class*='members-'] p {
    text-align: center;
}

body[class*='members-'] #AppContent > h4,
body[class*='members-'] #Content > h4,
body[class*='members-'] #centerTable > h4 {
    margin: 2.5rem 0 1.35rem;
    padding: 0.35rem 0;
    font-size: clamp(2rem, 3.4vw, 2.25rem);
    font-weight: 800;
    line-height: 1.2;
}

.info-panel {
    max-width: 980px;
    margin: 0 auto 1rem;
    padding: 0.95rem 1.15rem;
    border-radius: 12px;
    background: linear-gradient(180deg, #fff8e1 0%, #ffefbf 100%);
    border: 1px solid #d8b35a;
    color: #5b430f;
    box-shadow: 0 10px 22px rgba(66, 50, 16, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1.45;
    min-height: 62px;
}

.info-panel p {
    margin: 0;
}

body.members-works-guidance .info-panel {
    display: block;
    text-align: left;
}

body.members-works-guidance .info-panel p + p {
    margin-top: 0.75rem;
}

body.members-governance .info-panel {
    display: block;
    text-align: center;
}

body.members-governance .info-panel h3,
body.members-governance .info-panel p {
    text-align: center;
}

body.members-governance .info-panel p + p {
    margin-top: 0.75rem;
}

body.members-personal .personal-panel-wrap {
    max-width: 760px;
    margin: 0 auto;
}

body.members-personal .personal-panel {
    padding: 1.1rem 1.2rem 1rem;
}

body.members-personal .personal-password-table {
    width: min(520px, 100%);
    margin: 0 auto;
}

body.members-personal .personal-password-table th,
body.members-personal .personal-password-table td {
    text-align: left;
    padding: 0.35rem 0.4rem;
}

body.members-personal .personal-password-table input[type="password"] {
    width: 100%;
    max-width: 280px;
}

body.members-personal .information {
    max-width: 760px;
    margin: 0 auto 1rem;
}

.doc-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 0.9rem;
    max-width: 1100px;
    margin: 0 auto 1rem;
}

.doc-card {
    background: rgba(255, 255, 255, 0.93);
    border: 1px solid #d7e2e9;
    border-radius: 12px;
    box-shadow: 0 10px 24px rgba(18, 34, 48, 0.12);
    padding: 0.9rem;
}

.doc-card h4,
.doc-card h5 {
    margin: 0;
    padding: 0.7rem 0;
    color: #16364a;
    font-size: clamp(1.65rem, 2.6vw, 1.9rem);
    font-weight: 800;
    line-height: 1.15;
}

.doc-card p {
    margin: 0;
}

.preview-card {
    padding: 0.55rem;
}

.pdf-preview {
    width: 100%;
    height: 270px;
    border: 1px solid #d7e2e9;
    border-radius: 8px;
    background: #f9fbfc;
}

.doc-links {
    margin: 0;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.doc-links li {
    margin-bottom: 0.3rem;
}

.video-grid,
.photo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 0.9rem;
    max-width: 1150px;
    margin: 0 auto;
}

.photo-card {
    display: block;
    width: 100%;
    padding: 0;
    background: transparent;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 24px rgba(12, 24, 34, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.4);
    cursor: pointer;
}

.photo-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.photo-modal {
    position: fixed;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(8, 16, 24, 0.82);
    z-index: 9999;
    padding: 2.2rem 1rem 1rem;
}

.photo-modal.is-open {
    display: flex;
}

.photo-modal-figure {
    margin: 0;
    width: min(1200px, 96vw);
    max-height: 90vh;
    background: #0d1c2a;
    border: 1px solid #1f3f54;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.4);
}

.photo-modal-figure img {
    display: block;
    width: 100%;
    height: min(82vh, 900px);
    object-fit: contain;
    background: #0a1622;
}

.photo-modal-figure figcaption {
    margin: 0;
    padding: 0.6rem 0.85rem;
    text-align: center;
    color: #d6e3ea;
    background: rgba(7, 17, 26, 0.95);
}

.photo-modal-close {
    position: absolute;
    top: 0.7rem;
    right: 0.8rem;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    color: #ffffff;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

body.modal-open {
    overflow: hidden;
}

.services-table th {
    background: #e8f2f4;
    color: #173447;
}

.member-home-grid {
    max-width: 1120px;
    margin: 0 auto;
    padding: 0.8rem 0.2rem 1.2rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.member-home-card {
    position: relative;
    display: block;
    background: linear-gradient(180deg, #fffdf2 0%, #f7f1d8 100%);
    border: 1px solid #dccf9f;
    border-radius: 12px;
    box-shadow: 0 14px 24px rgba(16, 28, 39, 0.22);
    padding: 1rem 0.85rem 0.8rem;
    text-decoration: none;
    transform: rotate(-0.6deg);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.member-home-card:nth-child(2n) {
    transform: rotate(0.8deg);
}

.member-home-card:nth-child(3n) {
    transform: rotate(-0.25deg);
}

.member-home-card:hover {
    transform: translateY(-4px) rotate(0deg);
    box-shadow: 0 18px 28px rgba(16, 28, 39, 0.28);
}

.note-pin {
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: radial-gradient(circle at 32% 28%, #ffffff 0%, #f3f7fb 25%, #7da3bf 100%);
    border: 1px solid #6a8ba4;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.member-home-thumb {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid rgba(97, 79, 46, 0.25);
    margin-top: 0.35rem;
}

.member-home-title {
    display: block;
    margin-top: 0.65rem;
    text-align: center;
    font-size: 1.05rem;
    font-weight: 700;
    color: #3b3421;
}

body.members-home-v2 .member-home-grid-v2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.15rem;
}

body.members-home-v2 .member-home-card-v2 {
    width: min(340px, 100%);
    min-height: 190px;
    padding: 1.25rem 1rem 1rem;
    background: linear-gradient(178deg, #fffdf5 0%, #f8f0d8 100%);
    border: 1px solid #d7c79b;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: rotate(0deg);
}

body.members-home-v2 .member-home-card-v2:nth-child(2n),
body.members-home-v2 .member-home-card-v2:nth-child(3n) {
    transform: rotate(0deg);
}

body.members-home-v2 .member-home-card-v2:hover {
    transform: translateY(-4px) rotate(-0.45deg);
}

body.members-home-v2 .member-home-label {
    display: block;
    font-size: 2.05rem;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
    color: #2d2618;
    margin-top: 0.2rem;
}

body.members-home-v2 .member-home-title {
    margin-top: 0.7rem;
    font-size: 1.57rem;
    font-weight: 600;
    line-height: 1.35;
    color: #4b3f28;
    max-width: 26ch;
}

body.members-home-v2 #pinboard {
    background: rgba(255, 255, 255, 0.04);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 700px) {
    body[class*='members-'] #pinboard {
        width: 96vw;
        padding: 0.65rem;
    }

    .pdf-preview {
        height: 210px;
    }
}

.footer {
    background: transparent;
    margin-top: auto;
    width: 100%;
    flex-shrink: 0;
}

.site-footer-modern {
    margin-top: 2rem;
    padding: 1.6rem 0 0.9rem;
    background: linear-gradient(160deg, #111417, #171c20 55%, #1b2126 100%);
    color: #dce8ef;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(220px, 1fr));
    gap: 1rem;
}

.site-footer-col {
    min-height: 290px;
    display: flex;
    flex-direction: column;
    padding: 0.95rem;
}

.site-footer-col h4 {
    margin: 0 0 0.5rem;
    color: #ffffff;
    text-align: center;
}

.site-footer-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-footer-col:first-child .site-footer-body {
    align-items: center;
    text-align: center;
}

.site-footer-body-office {
    align-items: center;
    text-align: center;
}

.site-footer-col p {
    margin: 0 0 0.65rem;
    line-height: 1.45;
    color: #d4e3ea;
}

.site-footer-image {
    width: 100%;
    max-width: 240px;
    height: 150px;
    object-fit: cover;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    display: block;
    margin: 0.35rem auto 0.7rem;
}

.site-footer-external {
    font-size: 0.92rem;
}

.site-footer-external span {
    margin: 0 0.35rem;
    opacity: 0.55;
}

.site-footer-links {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.site-footer-links li {
    margin-bottom: 0.48rem;
}

.site-footer-modern a {
    color: #a9f0e0;
    text-decoration: none;
}

.site-footer-modern a:hover {
    color: #d1fff6;
    text-decoration: underline;
}

.site-footer-address {
    margin-bottom: 0.85rem;
    text-align: center;
}

.site-footer-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.62rem 0.9rem;
    border-radius: 10px;
    font-weight: 700;
    color: #ffffff !important;
    background: linear-gradient(90deg, #2f8f83, #3fa79a);
}

.site-footer-btn:hover {
    text-decoration: none !important;
    background: linear-gradient(90deg, #25766d, #2f8f83);
}

.site-footer-bottom {
    margin-top: 0.9rem;
    padding-top: 0.8rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.site-footer-bottom p {
    margin: 0;
    color: #d6e2e8;
}

.site-footer-bottom a {
    color: #b6f5e7;
}

@media only screen and (max-width: 900px) {
    .site-footer-grid {
        grid-template-columns: 1fr;
    }

    .site-footer-image {
        max-width: 100%;
    }
}
