:root{--ink:#152033;--muted:#5b677a;--line:#dce5ef;--teal:#087f7a;--teal-dark:#075f5c;--gold:#c98c20;--red:#b23b3b;--paper:#fff;--soft:#f5f8fb;--mint:#e9f6f3;--shadow:0 18px 50px rgba(21,32,51,.12)}*{box-sizing:border-box}body{margin:0;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);line-height:1.6}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:16px clamp(20px,5vw,72px);background:rgba(255,255,255,.96);border-bottom:1px solid var(--line);backdrop-filter:blur(14px)}.brand,.site-nav,.hero-actions,.trust-strip,.contact-lines{display:flex;align-items:center}.brand{gap:12px;min-width:220px}.brand-mark{width:44px;height:44px;display:grid;place-items:center;border-radius:8px;color:#fff;background:var(--teal);font-weight:800}.brand strong,.brand small{display:block}.brand small{color:var(--muted);font-size:12px}.site-nav{gap:20px;color:var(--muted);font-size:15px;flex-wrap:wrap;justify-content:center}.site-nav a.active,.site-nav a:hover{color:var(--teal-dark)}.nav-action,.button,.lead-form button{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:8px;border:1px solid transparent;font-weight:700;cursor:pointer}.nav-action,.button.primary,.lead-form button{color:#fff;background:var(--teal)}.button.secondary{color:var(--teal-dark);border-color:rgba(8,127,122,.35);background:#fff}.hero{min-height:calc(100vh - 77px);display:grid;grid-template-columns:minmax(0,.9fr) minmax(360px,1.1fr);align-items:stretch;background:var(--mint)}.hero-copy{padding:clamp(48px,7vw,96px) clamp(20px,5vw,72px);display:flex;flex-direction:column;justify-content:center}.hero h1,.simple-hero h1,.contact-layout h1{max-width:760px;margin:0;font-size:clamp(40px,6vw,72px);line-height:1.02;letter-spacing:0}.hero p,.simple-hero p,.split-section p{max-width:650px;color:var(--muted);font-size:18px}.eyebrow{margin:0 0 14px;color:var(--gold);font-size:13px;font-weight:800;text-transform:uppercase}.hero-actions{gap:12px;margin-top:20px;flex-wrap:wrap}.trust-strip{gap:10px;flex-wrap:wrap;margin-top:28px}.trust-strip span{padding:8px 12px;border:1px solid rgba(8,127,122,.22);border-radius:8px;background:rgba(255,255,255,.7);font-weight:700;color:var(--teal-dark)}.hero-visual{position:relative;min-height:520px;overflow:hidden}.hero-visual img{width:100%;height:100%;object-fit:cover}.section-band,.split-section,.simple-hero{padding:clamp(52px,7vw,96px) clamp(20px,5vw,72px)}.section-band.light{background:var(--soft)}.section-heading-public{max-width:760px;margin-bottom:28px}.section-heading-public h2,.split-section h2{margin:0;font-size:clamp(30px,4vw,48px);line-height:1.1;letter-spacing:0}.service-grid,.blog-grid,.value-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.service-card,.blog-card,.value-grid article,.quote-panel,details{border:1px solid var(--line);border-radius:8px;background:var(--paper);box-shadow:0 10px 28px rgba(21,32,51,.06)}.service-card,.blog-card,.value-grid article{padding:24px}.service-card h3,.blog-card h3,.blog-card h2,.value-grid h2{margin:0 0 10px;line-height:1.2}.service-card p,.blog-card p,.value-grid p{color:var(--muted)}.service-card a,.blog-card a{color:var(--teal-dark);font-weight:800}.blog-card span{display:inline-block;margin-bottom:12px;color:var(--red);font-weight:800;font-size:13px}.split-section{display:grid;grid-template-columns:minmax(0,1fr) minmax(360px,470px);gap:clamp(28px,5vw,72px);align-items:start}.check-list{display:grid;gap:12px;margin-top:24px}.check-list span{padding:14px 16px;border-left:4px solid var(--teal);background:var(--soft);border-radius:8px;font-weight:700}.quote-panel{padding:clamp(22px,3vw,32px);box-shadow:var(--shadow)}.quote-panel h2{margin-bottom:18px;font-size:26px}.lead-form{display:grid;gap:14px}.lead-form label{display:grid;gap:6px;color:var(--muted);font-weight:700;font-size:13px}.lead-form input,.lead-form select,.lead-form textarea{width:100%;border:1px solid var(--line);border-radius:8px;padding:12px 13px;color:var(--ink);font:inherit;background:#fff}.lead-form textarea{resize:vertical}.form-alert{color:var(--red);font-weight:700}.simple-hero{background:var(--mint)}.service-hero{background:linear-gradient(135deg,#e9f6f3,#fff7e8)}.faq-list{display:grid;gap:12px;max-width:900px}details{padding:18px 20px}summary{cursor:pointer;font-weight:800}details p{margin-bottom:0;color:var(--muted)}.contact-lines{align-items:flex-start;flex-direction:column;gap:12px;margin-top:24px;font-weight:800;color:var(--teal-dark)}.site-footer{display:grid;grid-template-columns:1.4fr repeat(3,minmax(150px,1fr));gap:24px;padding:36px clamp(20px,5vw,72px);color:#dfe8ef;background:#172335}.site-footer p,.site-footer span{color:#aebccc}.site-footer span{display:block;margin-bottom:6px;font-size:13px;text-transform:uppercase;font-weight:800}@media (max-width:980px){.site-header{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.hero,.split-section{grid-template-columns:1fr}.hero{min-height:auto}.hero-visual{min-height:360px;order:-1}.service-grid,.blog-grid,.value-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.site-footer{grid-template-columns:1fr 1fr}}@media (max-width:640px){.site-header{position:static}.brand{min-width:0}.site-nav{gap:14px;font-size:14px}.nav-action{width:100%}.hero h1,.simple-hero h1,.contact-layout h1{font-size:38px}.hero p,.simple-hero p,.split-section p{font-size:16px}.hero-actions .button{width:100%}.service-grid,.blog-grid,.value-grid,.site-footer{grid-template-columns:1fr}}

/* Old website content integration */
.team-grid,
.partner-grid,
.award-grid {
    display: grid;
    gap: 18px;
}

.team-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.partner-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.award-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.profile-card,
.partner-grid article,
.award-grid article {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 10px 28px rgba(21, 32, 51, 0.06);
}

.service-card > img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 18px;
}

.profile-card {
    display: grid;
    grid-template-columns: 150px 1fr;
    gap: 20px;
    align-items: start;
    padding: 24px;
}

.profile-card img {
    width: 150px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    border-radius: 8px;
}

.profile-card h3 {
    margin: 0 0 8px;
}

.profile-card strong {
    display: block;
    color: var(--teal-dark);
    margin-bottom: 8px;
}

.profile-meta {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-weight: 800;
}

.profile-card p,
.award-grid p {
    color: var(--muted);
}

.partner-grid article {
    display: grid;
    place-items: center;
    text-align: center;
    gap: 12px;
    min-height: 150px;
    padding: 18px;
}

.partner-grid img {
    width: 86px;
    height: 86px;
    object-fit: contain;
}

.partner-grid span {
    font-weight: 800;
    font-size: 13px;
    color: var(--muted);
}

.partner-carousel {
    position: relative;
    overflow: hidden;
    padding: 4px 0;
}

.partner-carousel::before,
.partner-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 80px;
    height: 100%;
    pointer-events: none;
}

.partner-carousel::before {
    left: 0;
    background: linear-gradient(90deg, var(--paper), rgba(255, 255, 255, 0));
}

.partner-carousel::after {
    right: 0;
    background: linear-gradient(270deg, var(--paper), rgba(255, 255, 255, 0));
}

.partner-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: partnerMarquee 28s linear infinite;
}

.partner-carousel:hover .partner-track {
    animation-play-state: paused;
}

.partner-track article {
    width: calc((100vw - clamp(40px, 10vw, 144px) - 90px) / 6);
    flex: 0 0 calc((100vw - clamp(40px, 10vw, 144px) - 90px) / 6);
    max-width: 190px;
    min-width: 150px;
    min-height: 170px;
    padding: 20px 16px;
}

.partner-track img {
    width: 104px;
    height: 104px;
}

.partner-track span {
    font-size: 13px;
    line-height: 1.25;
}

@keyframes partnerMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 9px));
    }
}

.award-grid article {
    padding: 14px;
}

.award-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 8px;
}

.award-grid p {
    font-size: 14px;
    font-weight: 700;
}

.site-footer {
    grid-template-columns: 1.4fr repeat(4, minmax(140px, 1fr));
}

@media (max-width: 980px) {
    .team-grid,
    .partner-grid,
    .award-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-footer {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 640px) {
    .team-grid,
    .partner-grid,
    .award-grid {
        grid-template-columns: 1fr;
    }

    .profile-card {
        grid-template-columns: 1fr;
    }

    .profile-card img {
        width: 100%;
        max-height: 420px;
    }
}

/* Website admin */
.admin-body {
    background: var(--soft);
}

.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 16px clamp(20px, 5vw, 56px);
    background: #fff;
    border-bottom: 1px solid var(--line);
}

.admin-main {
    padding: clamp(24px, 4vw, 48px);
}

.admin-login {
    min-height: 100vh;
    display: grid;
    place-items: center;
    padding: 24px;
    background: var(--mint);
}

.admin-login-card {
    width: min(440px, 100%);
}

.admin-login-card h1,
.admin-section h1 {
    margin-top: 0;
}

.admin-section {
    margin-bottom: 28px;
}

.admin-title-row,
.admin-filters {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.admin-filters {
    justify-content: flex-start;
}

.admin-filters input,
.admin-filters select {
    min-height: 44px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 12px;
}

.admin-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.admin-metrics article,
.admin-table-wrap {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(21, 32, 51, 0.06);
}

.admin-metrics article {
    padding: 22px;
}

.admin-metrics span {
    display: block;
    color: var(--muted);
    font-weight: 700;
}

.admin-metrics strong {
    display: block;
    margin-top: 8px;
    font-size: 36px;
    line-height: 1;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
}

.admin-table th,
.admin-table td {
    padding: 14px;
    border-bottom: 1px solid var(--line);
    text-align: left;
    vertical-align: top;
}

.admin-table th {
    color: var(--muted);
    font-size: 13px;
    text-transform: uppercase;
}

.admin-table small {
    color: var(--muted);
}

.admin-form {
    max-width: 760px;
}

.article-body {
    max-width: 860px;
    font-size: 18px;
}

@media (max-width: 760px) {
    .admin-header {
        align-items: flex-start;
        flex-direction: column;
    }

    .admin-metrics {
        grid-template-columns: 1fr;
    }
}

/* Requested visual updates */
body {
    animation: pageFadeIn 420ms ease both;
    transition: opacity 220ms ease, transform 220ms ease;
}

@keyframes pageFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

body.page-exit {
    opacity: 0;
    transform: translateY(8px);
}

.brand-logo {
    width: clamp(210px, 24vw, 330px);
    height: 52px;
    object-fit: contain;
    border-radius: 0;
}

.brand img.brand-logo + span {
    display: none;
}

.site-nav {
    font-size: 17px;
    font-weight: 700;
}

.site-nav a,
.button,
.service-card,
.blog-card,
.partner-grid article,
.award-grid article,
.profile-card {
    transition: transform 180ms ease, box-shadow 180ms ease, color 180ms ease, background-color 180ms ease;
}

.site-nav a:hover {
    transform: translateY(-1px);
}

.button:hover,
.service-card:hover,
.blog-card:hover,
.partner-grid article:hover,
.award-grid article:hover,
.profile-card:hover {
    transform: translateY(-3px);
}

.wide-copy {
    max-width: 980px;
    color: var(--muted);
    font-size: 18px;
}

.compact-section {
    padding-bottom: clamp(28px, 4vw, 52px);
}

.compact-section + .section-band {
    padding-top: clamp(28px, 4vw, 52px);
}

.icon-link,
.icon-lines a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
}

.ui-icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    flex: 0 0 28px;
    border-radius: 50%;
    background-color: currentColor;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    box-shadow: 0 8px 18px rgba(21, 32, 51, 0.14);
}

.phone-icon {
    color: #087f7a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.86 19.86 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.86 19.86 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.6 2.63a2 2 0 0 1-.45 2.11L8 9.72a16 16 0 0 0 6.28 6.28l1.26-1.26a2 2 0 0 1 2.11-.45c.85.28 1.73.48 2.63.6A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.email-icon {
    color: #b23b3b;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='2'/%3E%3Cpath d='m3 7 9 6 9-6'/%3E%3C/svg%3E");
}

.facebook-icon {
    color: #1877f2;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M14.2 8.4V6.7c0-.8.5-1 1-1h1.8V2.5c-.3 0-1.4-.1-2.7-.1-2.7 0-4.5 1.6-4.5 4.6v1.4H6.8V12h3v9.6h3.7V12h3l.5-3.6h-3.5z'/%3E%3C/svg%3E");
}

.instagram-icon {
    color: #c13584;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='3' width='18' height='18' rx='5'/%3E%3Ccircle cx='12' cy='12' r='4'/%3E%3Ccircle cx='17.5' cy='6.5' r='1' fill='white' stroke='none'/%3E%3C/svg%3E");
}

.whatsapp-icon {
    color: #1fa855;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12.1 2.4A9.4 9.4 0 0 0 4 16.5L2.8 21l4.6-1.2A9.4 9.4 0 1 0 12.1 2.4zm0 17.1c-1.5 0-3-.4-4.2-1.2l-.3-.2-2.7.7.7-2.6-.2-.3a7.6 7.6 0 1 1 6.7 3.6zm4.4-5.7c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1-.2.2-.6.8-.8.9-.1.2-.3.2-.5.1-.2-.1-1-.4-1.9-1.2-.7-.6-1.2-1.4-1.3-1.6-.1-.2 0-.4.1-.5l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.1-.6-1.4-.8-1.9-.2-.5-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.2.2-.9.9-.9 2.1s.9 2.4 1 2.5c.1.2 1.8 2.8 4.4 3.9.6.3 1.1.4 1.5.5.6.2 1.2.1 1.6.1.5-.1 1.4-.6 1.6-1.1.2-.6.2-1 .1-1.1-.1-.2-.3-.2-.5-.3z'/%3E%3C/svg%3E");
}

.map-wrap {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 8px;
    box-shadow: var(--shadow);
    background: #fff;
}

.map-wrap iframe {
    display: block;
    width: 100%;
    height: 300px;
    border: 0;
}

.location-section {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.5fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
}

.location-copy p {
    color: var(--muted);
    font-size: 18px;
}

.compact-map iframe {
    height: 260px;
}

.contact-layout + .section-band {
    padding-top: 28px;
}

.site-footer .icon-link {
    margin-bottom: 8px;
}

.modern-footer {
    grid-template-columns: minmax(260px, 1.4fr) minmax(160px, .7fr) minmax(190px, .8fr) auto;
    align-items: start;
    gap: 28px;
    padding-top: 34px;
    padding-bottom: 34px;
}

.footer-brand {
    display: grid;
    align-content: start;
    gap: 10px;
}

.footer-logo {
    width: min(100%, 320px);
    height: auto;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    padding: 8px 10px;
}

.footer-brand strong {
    display: none;
    color: #fff;
    font-size: 22px;
}

.footer-brand p,
.footer-brand address {
    margin: 0;
    color: #aebccc;
    font-style: normal;
}

.footer-phone {
    display: inline-block;
    color: #fff;
    font-weight: 800;
}

.admin-logo-preview {
    max-width: 280px;
    max-height: 90px;
    object-fit: contain;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 8px;
    background: #fff;
}

.admin-hero-preview {
    width: 280px;
    height: 120px;
    object-fit: cover;
}

.admin-form-divider {
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.admin-form-divider h2 {
    margin: 0 0 8px;
    font-size: 24px;
}

.footer-icons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.footer-link-group {
    display: grid;
    gap: 8px;
}

.footer-link-group h2 {
    margin: 0 0 6px;
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 0;
}

.footer-link-group a {
    color: #aebccc;
    font-size: 15px;
    line-height: 1.35;
}

.footer-link-group a:hover {
    color: #fff;
}

.footer-legal {
    grid-column: 1 / -1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    flex-wrap: wrap;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-legal p {
    margin: 0;
}

.footer-legal a {
    color: #dfe8ef;
    font-weight: 700;
}

.footer-legal a:hover {
    color: #fff;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.review-grid article {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--paper);
    box-shadow: 0 10px 28px rgba(21,32,51,.06);
}

.review-grid p {
    margin: 10px 0 14px;
    color: var(--muted);
}

.review-grid strong {
    color: var(--teal-dark);
}

.review-stars {
    color: var(--gold);
    font-size: 18px;
    letter-spacing: 0;
}

.review-carousel {
    position: relative;
    overflow: hidden;
    padding: 4px 0;
}

.review-carousel::before,
.review-carousel::after {
    content: "";
    position: absolute;
    top: 0;
    z-index: 2;
    width: 70px;
    height: 100%;
    pointer-events: none;
}

.review-carousel::before {
    left: 0;
    background: linear-gradient(90deg, var(--paper), rgba(255, 255, 255, 0));
}

.review-carousel::after {
    right: 0;
    background: linear-gradient(270deg, var(--paper), rgba(255, 255, 255, 0));
}

.review-track {
    display: flex;
    width: max-content;
    gap: 18px;
    animation: reviewMarquee 34s linear infinite;
}

.review-carousel:hover .review-track {
    animation-play-state: paused;
}

.review-track article {
    width: min(360px, calc(100vw - 56px));
    flex: 0 0 min(360px, calc(100vw - 56px));
    min-height: 220px;
}

@keyframes reviewMarquee {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(calc(-50% - 9px));
    }
}

.footer-icon-link {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    transition: transform 180ms ease, background-color 180ms ease;
}

.footer-icon-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.16);
}

.footer-icon-link .ui-icon {
    width: 30px;
    height: 30px;
}

.modern-footer {
    background: #102b2f;
}

.footer-icon-link {
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .18);
}

.footer-icon-link:hover {
    background: rgba(201, 140, 32, .22);
    border-color: rgba(201, 140, 32, .48);
}

.footer-icon-link .phone-icon {
    color: #13a38f;
}

.footer-icon-link .email-icon {
    color: #d45d5d;
}

.footer-icon-link .facebook-icon {
    color: #2f8cff;
}

.footer-icon-link .instagram-icon {
    color: #d94b96;
}

.success-alert {
    color: var(--teal-dark);
    font-weight: 800;
}

.admin-hint {
    color: var(--muted);
}

.admin-field-hint {
    display: block;
    margin-top: 6px;
    color: var(--muted);
    font-size: 12px;
    font-weight: 700;
}

.settings-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--line);
}

.settings-tab {
    min-height: 40px;
    padding: 0 14px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    color: var(--muted);
    font: inherit;
    font-weight: 800;
    cursor: pointer;
}

.settings-tab.active {
    border-color: var(--teal);
    background: var(--teal);
    color: #fff;
}

.settings-panel {
    display: none;
}

.settings-panel.active {
    display: grid;
    gap: 14px;
}

.service-card h2 {
    margin: 0 0 10px;
    line-height: 1.2;
}

@media (prefers-reduced-motion: reduce) {
    body,
    .site-nav a,
    .button,
    .service-card,
    .blog-card,
    .partner-grid article,
    .award-grid article,
    .profile-card {
        animation: none;
        transition: none;
    }

    .partner-track,
    .review-track {
        animation: none;
        flex-wrap: wrap;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .site-nav {
        font-size: 16px;
    }

    .brand-logo {
        width: 180px;
        height: 46px;
    }
}

/* Awards improvements */
.section-action {
    margin-top: 24px;
}

@media (max-width: 820px) {
    .location-section,
    .modern-footer {
        grid-template-columns: 1fr;
    }

    .footer-icons {
        justify-content: flex-start;
    }
}

@media (max-width: 980px) {
    .review-grid:not(.review-track) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .review-grid:not(.review-track) {
        grid-template-columns: 1fr;
    }

    .review-carousel::before,
    .review-carousel::after {
        width: 32px;
    }
}

.award-grid article span {
    display: inline-block;
    margin-top: 10px;
    color: var(--teal-dark);
    font-weight: 800;
    font-size: 13px;
}

.award-grid article small {
    display: block;
    color: var(--muted);
    font-size: 13px;
}

.award-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-thumb {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid var(--line);
}

@media (max-width: 980px) {
    .award-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .award-preview-grid {
        grid-template-columns: 1fr;
    }
}

.menu-toggle {
    width: 46px;
    height: 46px;
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 5px;
    border: 1px solid rgba(8, 127, 122, .24);
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
}

.menu-toggle span {
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: var(--teal-dark);
    transition: transform .2s ease, opacity .2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 760px) {
    .site-header {
        position: sticky;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 16px;
    }

    .brand {
        flex: 1 1 auto;
        min-width: 0;
    }

    .brand span {
        min-width: 0;
    }

    .brand strong,
    .brand small {
        max-width: calc(100vw - 180px);
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .menu-toggle {
        display: inline-flex;
        order: 3;
    }

    .site-nav {
        order: 4;
        width: 100%;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        padding: 8px 0 0;
        font-size: 16px;
    }

    .site-nav.open {
        display: flex;
    }

    .site-nav a {
        padding: 13px 4px;
        border-top: 1px solid var(--line);
    }

}

@media (max-width: 640px) {
    .site-header {
        position: sticky;
    }

    .hero-actions {
        align-items: center;
    }

    .hero-actions .button.primary {
        width: 100%;
        flex: 1 1 180px;
    }
}

.floating-call-chat,
.floating-whatsapp-chat {
    position: absolute;
    z-index: 2147483647 !important;
    width: 62px;
    height: 62px;
    display: block;
    border: 3px solid #fff;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 42px 42px;
}

.lead-popup {
    position: fixed;
    inset: 0;
    z-index: 2147483646;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(16, 43, 47, .58);
}

.lead-popup.open {
    display: flex;
}

.lead-popup-panel {
    width: min(100%, 430px);
    position: relative;
    padding: 28px;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(21, 32, 51, .24);
}

.lead-popup-panel h2 {
    margin: 0 0 18px;
    font-size: 28px;
    line-height: 1.15;
}

.lead-popup-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: #fff;
    color: var(--ink);
    font-size: 24px;
    line-height: 1;
    cursor: pointer;
}

.floating-call-chat {
    background-color: #087f7a;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.86 19.86 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.86 19.86 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.9.32 1.78.6 2.63a2 2 0 0 1-.45 2.11L8 9.72a16 16 0 0 0 6.28 6.28l1.26-1.26a2 2 0 0 1 2.11-.45c.85.28 1.73.48 2.63.6A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
    box-shadow: 0 18px 42px rgba(8, 127, 122, .34);
}

.floating-whatsapp-chat {
    background-color: #25d366;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='42' height='42' viewBox='0 0 24 24' fill='white'%3E%3Cpath d='M12.1 2.4A9.4 9.4 0 0 0 4 16.5L2.8 21l4.6-1.2A9.4 9.4 0 1 0 12.1 2.4zm0 17.1c-1.5 0-3-.4-4.2-1.2l-.3-.2-2.7.7.7-2.6-.2-.3a7.6 7.6 0 1 1 6.7 3.6zm4.4-5.7c-.2-.1-1.4-.7-1.6-.8-.2-.1-.4-.1-.6.1-.2.2-.6.8-.8.9-.1.2-.3.2-.5.1-.2-.1-1-.4-1.9-1.2-.7-.6-1.2-1.4-1.3-1.6-.1-.2 0-.4.1-.5l.4-.5c.1-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.1-.6-1.4-.8-1.9-.2-.5-.4-.4-.6-.4h-.5c-.2 0-.5.1-.7.3-.2.2-.9.9-.9 2.1s.9 2.4 1 2.5c.1.2 1.8 2.8 4.4 3.9.6.3 1.1.4 1.5.5.6.2 1.2.1 1.6.1.5-.1 1.4-.6 1.6-1.1.2-.6.2-1 .1-1.1-.1-.2-.3-.2-.5-.3z'/%3E%3C/svg%3E");
    box-shadow: 0 18px 42px rgba(37, 211, 102, .38);
}

@media (max-width: 640px) {
    .floating-call-chat,
    .floating-whatsapp-chat {
        width: 58px;
        height: 58px;
        background-size: 40px 40px;
    }
}

.image-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
    gap: clamp(28px, 4vw, 56px);
    align-items: stretch;
    min-height: 460px;
}

.simple-hero.image-hero {
    padding-right: 0;
}

.hero {
    min-height: 460px;
    grid-template-columns: minmax(0, 1fr) minmax(340px, .82fr);
}

.hero-copy {
    padding-top: clamp(52px, 7vw, 78px);
    padding-bottom: clamp(52px, 7vw, 78px);
}

.hero-visual {
    min-height: 460px;
    height: auto;
    align-self: stretch;
    margin-right: 0;
    border-radius: 0;
    box-shadow: none;
}

.hero-visual img {
    border-radius: 0;
}

.image-hero > div {
    align-self: center;
}

.image-hero figure {
    margin: 0;
    min-height: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
}

.image-hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.simple-hero.image-hero h1,
.service-hero.image-hero h1 {
    max-width: 720px;
    font-size: clamp(34px, 4.2vw, 54px);
    line-height: 1.08;
}

.simple-hero.image-hero p,
.service-hero.image-hero p {
    max-width: 650px;
    font-size: 18px;
    line-height: 1.6;
}

.image-hero .contact-lines {
    margin-top: 20px;
}

.contact-form-section .quote-panel {
    width: 100%;
    margin-top: 22px;
}

.contact-form-section h2 {
    margin: 0;
    font-size: clamp(30px, 4vw, 44px);
    line-height: 1.1;
}

.contact-map-panel {
    min-height: 100%;
    height: 280px;
}

.contact-map-panel iframe {
    width: 100%;
    height: 100%;
}

.contact-map-block h2 {
    margin: 0 0 18px;
    font-size: clamp(28px, 3.5vw, 38px);
    line-height: 1.12;
}

.contact-layout + .section-band,
.image-hero + .section-band {
    padding-top: clamp(36px, 5vw, 68px);
}

@media (max-width: 980px) {
    .image-hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .simple-hero.image-hero {
        padding-right: clamp(20px, 5vw, 72px);
    }

    .image-hero figure {
        order: -1;
        height: 300px;
        min-height: 300px;
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .hero {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .hero-visual {
        order: -1;
        width: auto;
        height: 300px;
        min-height: 300px;
        margin: 20px clamp(20px, 5vw, 72px) 0;
        border-radius: 8px;
        box-shadow: var(--shadow);
    }

    .hero-visual img {
        border-radius: 8px;
    }

    .contact-map-panel {
        height: 260px;
    }
}

.hero h1.home-hero-title {
    max-width: 660px;
    font-size: clamp(34px, 4.6vw, 56px);
    line-height: 1.08;
}

@media (max-width: 640px) {
    .hero h1.home-hero-title {
        font-size: 32px;
    }
}

/* Full hero background image layout */
.hero,
.simple-hero.image-hero {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 520px;
    overflow: hidden;
    isolation: isolate;
    background: #172335;
}

.hero::before,
.simple-hero.image-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(90deg, rgba(10, 18, 32, .82) 0%, rgba(10, 18, 32, .58) 48%, rgba(10, 18, 32, .24) 100%);
}

.hero-copy,
.simple-hero.image-hero > div {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.hero-copy h1,
.hero-copy p,
.simple-hero.image-hero h1,
.simple-hero.image-hero p {
    transition: color 220ms ease, text-shadow 220ms ease, transform 220ms ease;
}

.hero-copy h1:hover,
.simple-hero.image-hero h1:hover {
    color: #ffe4a8;
    text-shadow: 0 10px 34px rgba(243, 189, 97, .42);
    transform: translateX(8px);
}

.hero-copy p:hover,
.simple-hero.image-hero p:hover {
    color: #fff;
    text-shadow: 0 8px 28px rgba(255, 255, 255, .28);
    transform: translateX(6px);
}

.hero-copy .eyebrow:hover,
.simple-hero.image-hero .eyebrow:hover {
    letter-spacing: .08em;
}

.hero-copy {
    padding-right: clamp(20px, 5vw, 72px);
}

.simple-hero.image-hero {
    padding-right: clamp(20px, 5vw, 72px);
}

.hero-visual,
.image-hero figure {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
}

.hero-visual img,
.image-hero figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.hero h1,
.hero p,
.simple-hero.image-hero h1,
.simple-hero.image-hero p,
.image-hero .contact-lines,
.image-hero .contact-lines a {
    color: #fff;
}

.hero .eyebrow,
.simple-hero.image-hero .eyebrow {
    color: #f3bd61;
}

@media (max-width: 980px) {
    .hero,
    .simple-hero.image-hero {
        min-height: 500px;
    }

    .hero-visual,
    .image-hero figure {
        order: initial;
        height: 100%;
        min-height: 100%;
        margin: 0;
        border-radius: 0;
        box-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body {
        animation: none;
        transition: none;
    }

    .hero-copy h1,
    .hero-copy p,
    .simple-hero.image-hero h1,
    .simple-hero.image-hero p {
        transition: none;
        transform: none;
    }
}
