:root {
    --homecura-primary: #004182;
    --homecura-secondary: #0b4023;
    --homecura-on-blue: #c8f269;
    --homecura-lime: #c8f269;
    --primary-color: var(--homecura-primary);
    --accent-color: var(--homecura-primary);
    --dark-divider-color: #ffffff26;
}

/* Compact global headings (loads after theme; relaxes tight 1.1em line-height) */
main h1,
main h2 {
    line-height: 1.22;
}

main h1 {
    font-size: clamp(1.55rem, 1.05rem + 1.85vw, 2.35rem);
}

main h2 {
    font-size: clamp(1.3rem, 0.92rem + 1.05vw, 1.95rem);
}

.main-header .header-sticky,
.main-header.header-gold .header-sticky,
.main-footer-gold,
.bg-section.dark-section {
    border-color: var(--homecura-primary);
}

/* Header cleanup: remove divider line below navbar in all sticky states */
.main-header .header-sticky,
.main-header.header-gold .header-sticky,
.main-header .header-sticky.active,
.main-header.header-gold .header-sticky.active {
    border-bottom: none !important;
    border-color: transparent !important;
}

/* Buttons: secondary background with high contrast text/icons in every state */
.btn-default,
.btn-default.btn-highlighted,
.btn-highlighted,
.newsletter-btn,
.footer-newsletter-form-gold .newsletter-btn,
.footer-newsletter-form-prime .newsletter-btn,
.hero-cta-form-btn .btn-default,
.hero-btn-gold .btn-default,
.pricing-item-btn .btn-default,
.pricing-item-btn-gold .btn-default {
    background: var(--homecura-secondary) !important;
    border-color: var(--homecura-secondary) !important;
    color: #fff !important;
    box-shadow: none !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-highlighted:hover,
.btn-highlighted:focus,
.btn-highlighted:active,
.newsletter-btn:hover,
.newsletter-btn:focus,
.newsletter-btn:active,
.hero-cta-form-btn .btn-default:hover,
.hero-btn-gold .btn-default:hover,
.footer-newsletter-form-gold .newsletter-btn:hover,
.footer-newsletter-form-prime .newsletter-btn:hover,
.pricing-item-btn .btn-default:hover,
.pricing-item-btn-gold .btn-default:hover {
    background: var(--homecura-secondary) !important;
    border-color: var(--homecura-secondary) !important;
    color: #fff !important;
}

.btn-default::after,
.btn-default.btn-highlighted::after,
.pricing-item-btn .btn-default::after,
.pricing-item-btn-gold .btn-default::after,
.btn-default.btn-highlighted:hover::after,
.pricing-item-gold.highlighted-box .pricing-item-btn-gold .btn-default::after {
    background-color: var(--homecura-secondary) !important;
}

.btn-default::before,
.btn-default.btn-highlighted:hover::before,
.footer-newsletter-form-gold .newsletter-btn img,
.footer-newsletter-form-prime .newsletter-btn i {
    filter: brightness(0) invert(1);
    color: #fff !important;
}

.btn-default:disabled,
.btn-default.disabled,
.newsletter-btn:disabled,
.newsletter-btn.disabled {
    background: var(--homecura-secondary) !important;
    border-color: var(--homecura-secondary) !important;
    color: #fff !important;
    opacity: 0.75;
}

.btn-default:focus-visible,
.btn-highlighted:focus-visible,
.newsletter-btn:focus-visible {
    outline: 2px solid #fff !important;
    outline-offset: 2px;
    box-shadow: 0 0 0 4px var(--homecura-primary) !important;
}

/* Icon-box icon contrast: enforce white icons in all live sections */
.hero-contact-header-gold .icon-box img,
.about-us-item-gold .icon-box img,
.about-us-footer-box-gold .icon-box img,
.service-item-body-content-gold .icon-box img,
.why-choose-item-gold .icon-box img,
.footer-info-item-gold .icon-box img,
.contact-info-item-body .icon-box img,
.sidebar-cta-contact-item .icon-box img {
    filter: brightness(0) invert(1) !important;
}

/* Services listing: round chip uses accent (blue); SVGs are dark — white icons */
.page-services .service-item-header .icon-box img,
.page-services .service-item:hover .service-item-header .icon-box img {
    filter: brightness(0) invert(1) !important;
}

/* Keep white icon contrast on hover overlays that previously turned white */
.footer-info-item-gold .icon-box::before,
.sidebar-cta-contact-item .icon-box::before,
.service-item-body-content-gold .icon-box::before {
    background: var(--homecura-primary) !important;
}

/* About footer icon-box has no dark chip by default; add one for white icon legibility */
.about-us-footer-box-gold .icon-box {
    width: 50px;
    height: 50px;
    flex: 0 0 50px;
    border-radius: 50%;
    background: var(--homecura-primary);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Lime CTAs: navbar button, homepage hero button, footer CTA button */
.header-btn .btn-default,
.hero-btn-gold .btn-default,
.main-footer-gold .about-us-btn-gold .btn-default {
    background: var(--homecura-lime) !important;
    border-color: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
}

.header-btn .btn-default:hover,
.header-btn .btn-default:focus,
.header-btn .btn-default:active,
.hero-btn-gold .btn-default:hover,
.hero-btn-gold .btn-default:focus,
.hero-btn-gold .btn-default:active,
.main-footer-gold .about-us-btn-gold .btn-default:hover,
.main-footer-gold .about-us-btn-gold .btn-default:focus,
.main-footer-gold .about-us-btn-gold .btn-default:active {
    background: var(--homecura-lime) !important;
    border-color: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
}

.header-btn .btn-default::after,
.hero-btn-gold .btn-default::after,
.main-footer-gold .about-us-btn-gold .btn-default::after {
    background-color: var(--homecura-lime) !important;
}

.header-btn .btn-default::before,
.hero-btn-gold .btn-default::before,
.main-footer-gold .about-us-btn-gold .btn-default::before,
.header-btn .btn-default:hover::before,
.hero-btn-gold .btn-default:hover::before,
.main-footer-gold .about-us-btn-gold .btn-default:hover::before {
    filter: none !important;
}

/* Light surface text/link contrast */
.section-sub-title,
.readmore-btn,
.footer-links-gold ul li a:hover,
.footer-privacy-policy-gold a:hover,
.about-us-item-content-gold h3,
.service-item-content-gold h2 a:hover,
.post-item-content h2 a:hover,
.post-item-btn .readmore-btn {
    color: var(--homecura-primary) !important;
}

/*
 * Light navbar (header-gold): blue menu links on solid white bar.
 * Overrides theme `.main-menu ul li a { color: white }` and transparent header bg.
 */
.main-header.header-gold {
    top: 0 !important;
    position: relative;
    z-index: 1100;
}

.main-header.header-gold .header-sticky.bg-section {
    background-color: #fff !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    border-bottom: 1px solid rgba(0, 65, 130, 0.12) !important;
    border-radius: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 41, 82, 0.06);
    /* Full bleed: overrides theme .bg-section max-width/center and (max-width: 1580px) calc(100% - 40px) */
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Navbar inner row: full width of strip (not theme .container max-width ~1500px) */
.main-header.header-gold .navbar > .container {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.main-header.header-gold .navbar.navbar-expand-lg {
    width: 100% !important;
    max-width: none !important;
}

header.main-header.header-gold .header-sticky.active,
.main-header.header-gold .header-sticky.active {
    position: relative !important;
    top: 0 !important;
    left: auto !important;
    right: auto !important;
    transform: none !important;
    background: #fff !important;
    border-bottom: 1px solid rgba(0, 65, 130, 0.12) !important;
    border-radius: 0 !important;
    max-width: none !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a,
.main-header.header-gold .navbar-nav .nav-link {
    color: var(--homecura-primary) !important;
}

.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:hover,
.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:focus,
.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:focus-visible,
.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a.active,
.main-header.header-gold .navbar-nav .nav-link:hover,
.main-header.header-gold .navbar-nav .nav-link:focus,
.main-header.header-gold .navbar-nav .nav-link:focus-visible,
.main-header.header-gold .navbar-nav .nav-link.active {
    color: var(--homecura-secondary) !important;
}

.main-header.header-gold .main-menu .nav-menu-wrapper > ul > li > a:focus-visible,
.main-header.header-gold .navbar-nav .nav-link:focus-visible {
    outline: 2px solid var(--homecura-primary);
    outline-offset: 3px;
    border-radius: 6px;
}

/* Strip arrow/decoration pseudos from header quick links (never use .btn-default here) */
.main-header .header-quick-tab::before,
.main-header .header-quick-tab::after {
    content: none !important;
    display: none !important;
    background: none !important;
}

.main-header .header-quick-tabs .btn-default::before,
.main-header .header-quick-tabs .btn-default::after {
    display: none !important;
    content: none !important;
    background: none !important;
    width: 0 !important;
    height: 0 !important;
}

/* Inner page heroes: symmetric vertical padding */
.page-header {
    background-image: url('../images/single-header.png') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    padding: clamp(36px, 5vw, 56px) 0 !important;
    margin-top: 0 !important;
}

.page-header .page-header-box {
    text-align: center;
}

.page-header .page-header-box h1 {
    margin-bottom: 0;
}

/* Gallery page theme-consistent controls/captions */
.gallery-filter-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.gallery-caption {
    margin-top: 12px;
}

.gallery-caption h3 {
    font-size: 18px;
    margin: 0 0 4px;
    color: var(--homecura-primary);
}

.gallery-caption p {
    margin: 0;
    color: var(--text-color);
}

/*
 * Gallery grid: theme .custom.css uses aspect-ratio + object-fit: cover, which crops PNGs.
 * Use natural image proportions so the full artwork is visible (width = column, height follows).
 */
.page-gallery-box .photo-gallery figure {
    border-radius: 20px;
}

.page-gallery-box .photo-gallery img {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    object-fit: contain;
    display: block;
}

/* Service single: smaller typography; section + card headings use h2 */
.page-service-single .service-entry > h2 {
    font-size: clamp(20px, 1.62vw, 24px) !important;
    line-height: 1.18;
    margin-bottom: 12px !important;
}

.page-service-single .service-entry .service-content-section > h2,
.page-service-single .service-entry .service-info-box > h2,
.page-service-single .service-entry .service-process-box > h2,
.page-service-single .service-entry .service-treatment-box > h2,
.page-service-single .service-entry .page-single-faqs .section-title > h2 {
    font-size: clamp(15px, 1.2vw, 18px) !important;
    line-height: 1.25 !important;
    margin: 0 0 12px !important;
}

.page-service-single .service-entry .service-entry-item-content h2,
.page-service-single .service-entry .service-process-item-content h2 {
    font-size: clamp(14px, 1.02vw, 16px) !important;
    line-height: 1.3 !important;
    margin: 0 0 8px !important;
    font-weight: 600 !important;
}

.page-service-single .service-entry > p {
    font-size: 19px;
    line-height: 1.55;
    margin-bottom: 20px !important;
}

.page-service-single .service-detail-body h2 {
    font-size: clamp(20px, 1.52vw, 24px) !important;
    line-height: 1.2;
    margin: 24px 0 10px !important;
}

.page-service-single .service-detail-body h3 {
    font-size: 19px !important;
    line-height: 1.3;
    margin: 20px 0 10px !important;
}

.page-service-single .service-detail-body p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 16px !important;
}

.page-service-single .service-detail-body ul {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px 26px !important;
    margin: 12px 0 22px !important;
}

.page-service-single .service-detail-body ul li {
    width: 100% !important;
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
}

.page-service-single .service-detail-body ul li::before {
    top: 3px !important;
}

/* Round chips use accent/primary fill; SVGs are dark — force white glyph for contrast */
.page-service-single .service-entry-item .icon-box img,
.page-service-single .service-entry-item:hover .icon-box img {
    filter: brightness(0) invert(1) !important;
    opacity: 1 !important;
}

/* Process steps: serial sits on accent circle — default text color was too dark */
.page-service-single .service-process-item-no span,
.page-service-single .service-process-item:hover .service-process-item-no span {
    color: #fff !important;
}

.page-service-single .faq-accordion .accordion-button {
    background-color: #fff;
    color: var(--homecura-primary);
    font-size: 1rem;
    font-weight: 600;
    box-shadow: none;
    border: 1px solid rgba(0, 65, 130, 0.2);
}

.page-service-single .faq-accordion .accordion-button:not(.collapsed) {
    background-color: #f0f6fc;
    color: var(--homecura-primary);
}

.page-service-single .faq-accordion .accordion-body {
    background: #fff;
    color: #333;
    font-size: 1rem;
    line-height: 1.6;
    border: 1px solid rgba(0, 65, 130, 0.12);
    border-top: none;
}

/* Service sidebar category title contrast */
.page-service-single .page-category-list .page-category-list-title {
    color: #fff !important;
}

/* Additional narrative blocks below template cards */
.page-service-single .service-content-section {
    margin-top: 60px;
}

.page-service-single .service-content-rich h3 {
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.28;
    margin: 18px 0 10px;
    font-weight: 600;
}

.page-service-single .service-content-rich p {
    font-size: 18px;
    line-height: 1.65;
    margin-bottom: 16px;
}

.page-service-single .service-content-rich ul {
    margin: 12px 0 0;
}

.page-service-single .service-content-rich > *:last-child {
    margin-bottom: 0 !important;
}

/* Service sidebar CTA visibility and contrast */
.page-service-single .sidebar-cta-btn a {
    background: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
    border-top: 1px solid rgba(0, 65, 130, 0.18);
    font-size: 18px;
    line-height: 1.25;
    text-align: center;
}

.page-service-single .sidebar-cta-btn a:hover,
.page-service-single .sidebar-cta-btn a:focus-visible {
    background: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
    text-decoration: none;
}

/* Consultation CTA hover readability across contexts */
a.btn-default[href*="#consultation-form"],
.hero-cta-form-btn .btn-default {
    color: #fff !important;
}

a.btn-default[href*="#consultation-form"]:hover,
a.btn-default[href*="#consultation-form"]:focus,
a.btn-default[href*="#consultation-form"]:active,
.hero-cta-form-btn .btn-default:hover,
.hero-cta-form-btn .btn-default:focus,
.hero-cta-form-btn .btn-default:active {
    color: #fff !important;
}

a.btn-default[href*="#consultation-form"]::before,
a.btn-default[href*="#consultation-form"]:hover::before,
.hero-cta-form-btn .btn-default::before,
.hero-cta-form-btn .btn-default:hover::before {
    filter: brightness(0) invert(1) !important;
}

.header-btn a.btn-default[href*="#consultation-form"],
.hero-btn-gold a.btn-default[href*="#consultation-form"],
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"] {
    color: var(--homecura-primary) !important;
}

.header-btn a.btn-default[href*="#consultation-form"]:hover,
.header-btn a.btn-default[href*="#consultation-form"]:focus,
.header-btn a.btn-default[href*="#consultation-form"]:active,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:hover,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:focus,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:active,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:hover,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:focus,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:active {
    color: var(--homecura-primary) !important;
}

.header-btn a.btn-default[href*="#consultation-form"]::before,
.header-btn a.btn-default[href*="#consultation-form"]:hover::before,
.hero-btn-gold a.btn-default[href*="#consultation-form"]::before,
.hero-btn-gold a.btn-default[href*="#consultation-form"]:hover::before,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]::before,
.main-footer-gold .about-us-btn-gold a.btn-default[href*="#consultation-form"]:hover::before {
    filter: none !important;
}

/* Home services: keep hover overlay but force lime Learn More text/icon */
.our-services-gold .service-item-gold:hover .service-item-btn-gold a.readmore-btn,
.our-services-gold .service-item-gold.active .service-item-btn-gold a.readmore-btn {
    color: var(--homecura-lime) !important;
}

.our-services-gold .service-item-gold:hover .service-item-btn-gold a.readmore-btn::before,
.our-services-gold .service-item-gold.active .service-item-btn-gold a.readmore-btn::before {
    background-image: url('../images/arrow-lime.svg') !important;
}

/* Navbar logo — inset from viewport edge */
.main-header .navbar-brand {
    padding-left: clamp(10px, 1.5vw, 22px);
}

/* Navbar logo — larger; scales down on narrow viewports */
.navbar-brand img {
    width: min(240px, 52vw);
    max-width: 100%;
    height: auto;
}

.footer-logo-gold img {
    width: 170px;
    max-width: 100%;
    height: auto;
}

/*
 * Slicknav: light navbar + readable open panel (dark-blue panel, white links)
 * Keeps burger visible on white (primary-filled button).
 */
.navbar-toggle .slicknav_btn {
    background: var(--homecura-primary) !important;
}

.navbar-toggle .slicknav_icon .slicknav_icon-bar {
    background-color: #fff !important;
}

.main-header.header-gold .responsive-menu .slicknav_menu {
    background: #fff !important;
    border: 1px solid rgba(0, 65, 130, 0.14);
    border-radius: 12px;
    margin-top: 8px;
    box-shadow: 0 12px 32px rgba(0, 41, 82, 0.12);
}

.main-header.header-gold .responsive-menu .slicknav_nav li a,
.main-header.header-gold .responsive-menu .slicknav_nav .slicknav_row {
    color: var(--homecura-primary) !important;
    background: transparent !important;
}

.main-header.header-gold .responsive-menu .slicknav_nav a:hover,
.main-header.header-gold .responsive-menu .slicknav_nav a:focus,
.main-header.header-gold .responsive-menu .slicknav_nav .slicknav_row:hover {
    background: rgba(200, 242, 105, 0.22) !important;
    color: var(--homecura-secondary) !important;
}

.main-header.header-gold .responsive-menu .slicknav_arrow:after {
    color: var(--homecura-primary) !important;
}

.main-header.header-gold .responsive-menu .slicknav_open > a .slicknav_arrow:after {
    color: var(--homecura-secondary) !important;
}

/* Fallback non-gold layouts */
.responsive-menu .slicknav_menu {
    background: var(--homecura-primary) !important;
}

.responsive-menu .slicknav_nav li a,
.responsive-menu .slicknav_nav .slicknav_row {
    color: #fff !important;
}

.responsive-menu .slicknav_nav a:hover,
.responsive-menu .slicknav_nav a:focus,
.responsive-menu .slicknav_nav .slicknav_row:hover {
    color: var(--homecura-on-blue) !important;
}

.responsive-menu .slicknav_arrow:after {
    color: #fff !important;
}

.responsive-menu .slicknav_open > a .slicknav_arrow:after {
    color: var(--homecura-on-blue) !important;
}

/* Text on blue surfaces: hero consultation contact card */
.hero-contact-box-gold,
.hero-contact-header-contant-gold p,
.hero-contact-header-contant-gold p a,
.hero-contact-body-gold h3,
.hero-contact-body-content-gold p {
    color: var(--homecura-on-blue) !important;
}

.hero-contact-box-gold * {
    color: var(--homecura-on-blue) !important;
}

.hero-contact-header-contant-gold p a:hover,
.hero-contact-header-contant-gold p a:focus-visible {
    color: var(--homecura-on-blue) !important;
    text-decoration: underline;
}

.hero-contact-body-content-gold {
    border-top-color: rgba(200, 242, 105, 0.42) !important;
}

.hero-contact-header-gold .icon-box {
    background: rgba(255, 255, 255, 0.12) !important;
    border: 1px solid rgba(200, 242, 105, 0.42);
}

/* --- Home consultation banner (replaces enquiry card; sample layout) --- */
.home-banner-consult {
    --hbc-green: #0f6b3f;
    --hbc-green-dark: #0a472b;
    --hbc-green-soft: #eaf6ef;
    --hbc-text: #1f2933;
    --hbc-muted: #5f6c7b;
    --hbc-border: #d9e4dd;
    --hbc-white: #ffffff;
    --hbc-shadow: 0 18px 45px rgba(15, 107, 63, 0.12);
    position: relative;
    z-index: 1;
    padding: 32px 0 52px;
    background: #f7fbf8;
    font-family: 'Inter Tight', Arial, Helvetica, sans-serif;
}

.home-banner-consult__grid {
    width: 100%;
    max-width: 1200px;
    padding: 0 clamp(12px, 5vw, 60px);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    align-items: stretch;
}

.home-banner-consult__grid--form-only {
    max-width: 1320px;
}

.home-banner-consult__form-card {
    background: var(--hbc-white);
    border: 1px solid var(--hbc-border);
    border-radius: 24px;
    box-shadow: var(--hbc-shadow);
    overflow: hidden;
    padding: 30px;
}

.home-banner-consult__form-heading {
    font-size: clamp(24px, 3vw, 34px);
    color: var(--hbc-green-dark);
    margin-bottom: 8px;
    letter-spacing: -0.03em;
}

.home-banner-consult__form-lede {
    color: var(--hbc-muted);
    margin-bottom: 24px;
    line-height: 1.6;
}

.home-banner-consult__consultation-form {
    display: grid;
    gap: 16px;
}

.home-banner-consult__form-field {
    display: grid;
    gap: 8px;
}

.home-banner-consult__form-field label {
    color: var(--hbc-text);
    font-size: 14px;
    font-weight: 700;
    margin: 0;
}

.home-banner-consult__consultation-form input,
.home-banner-consult__consultation-form select {
    width: 100%;
    height: 50px;
    border: 1px solid var(--hbc-border);
    border-radius: 14px;
    padding: 0 15px;
    font-size: 15px;
    color: var(--hbc-text);
    background: #fbfdfb;
    outline: none;
    transition:
        border-color 0.2s ease,
        box-shadow 0.2s ease,
        background 0.2s ease;
}

.home-banner-consult__consultation-form input.home-banner-consult__input--error,
.home-banner-consult__consultation-form select.home-banner-consult__input--error {
    border-color: #c62828;
    box-shadow: 0 0 0 3px rgba(198, 40, 40, 0.12);
}

.home-banner-consult__consultation-form input:focus,
.home-banner-consult__consultation-form select:focus {
    border-color: var(--hbc-green);
    background: var(--hbc-white);
    box-shadow: 0 0 0 4px rgba(15, 107, 63, 0.12);
}

.home-banner-consult__field-error {
    font-size: 13px;
    color: #c62828;
    font-weight: 600;
}

.home-banner-consult__submit-btn {
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--hbc-green), var(--hbc-green-dark));
    color: var(--hbc-white);
    font-size: 16px;
    font-weight: 800;
    cursor: pointer;
    margin-top: 4px;
    box-shadow: 0 14px 26px rgba(15, 107, 63, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.home-banner-consult__submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(15, 107, 63, 0.28);
    color: var(--hbc-white);
}

@media only screen and (min-width: 992px) {
    .home-banner-consult__consultation-form {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1.25fr) minmax(0, 1fr) auto;
        align-items: end;
        column-gap: 14px;
        row-gap: 10px;
    }

    .home-banner-consult__submit-btn {
        width: auto;
        min-width: 130px;
        margin-top: 0;
        height: 50px;
        padding: 0 22px;
    }
}

@media only screen and (max-width: 991px) {
    .home-banner-consult__grid {
        padding: 0 14px;
    }

    .home-banner-consult__form-card {
        border-radius: 20px;
        padding: 24px;
    }
}

@media only screen and (max-width: 420px) {
    .home-banner-consult__grid {
        padding: 0 12px;
    }
}

/* Dark surface contrast: readable text, links, and icon treatments */
.dark-section,
.dark-section p,
.dark-section li,
.dark-section h1,
.dark-section h2,
.dark-section h3,
.dark-section h4,
.dark-section h5,
.dark-section h6 {
    color: #fff !important;
}

.dark-section a:not(.btn-default):not(.newsletter-btn) {
    color: #fff !important;
}

.dark-section a:not(.btn-default):not(.newsletter-btn):hover,
.dark-section a:not(.btn-default):not(.newsletter-btn):focus-visible {
    color: #fff !important;
    text-decoration: underline;
}

.dark-section .section-title .section-sub-title {
    color: #fff !important;
    border: 1px solid #ffffff40;
    background: var(--dark-divider-color) !important;
}

.dark-section .section-title .section-sub-title::before,
.dark-section .readmore-btn::before {
    filter: brightness(0) invert(1);
}

.dark-section .readmore-btn {
    color: #fff !important;
}

.dark-section .footer-info-item-gold .icon-box img,
.dark-section .section-footer-text.section-satisfy-img .satisfy-client-image.add-more img {
    filter: brightness(0) invert(1);
}

/* Hero background visibility fix */
.hero-gold {
    background-image: url('../images/hero-bg-image-gold.jpg') !important;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.hero-gold::before {
    background: linear-gradient(90deg, rgba(0, 65, 130, 0.72) 0%, rgba(0, 65, 130, 0.48) 45%, rgba(0, 65, 130, 0.28) 100%) !important;
    opacity: 1 !important;
}

/* Home hero experience badge: static image (no rotation) */
.hero-image-box-gold .experience-circle-gold img {
    animation: none !important;
    transform: none !important;
}

/* Top contact strip (phone / email links) */
.top-contact-strip {
    background: #062c57;
    color: #fff;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.top-contact-strip-inner {
    min-height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    padding: 8px 0;
}

.top-contact-left,
.top-contact-right {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.top-contact-left a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.trust-badge-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.12);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.trust-badge-item img {
    width: 14px;
    height: 14px;
    filter: brightness(0) invert(1);
}

/* Header quick actions (desktop): light pills — pair with `.main-header.header-gold` white bar rules above */
.header-quick-tabs {
    display: flex;
    gap: 8px;
    margin-left: 12px;
}

.main-header.header-gold .header-quick-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none !important;
    color: var(--homecura-primary) !important;
    background: #f0f6fc !important;
    border: 1px solid rgba(0, 65, 130, 0.2) !important;
}

.main-header.header-gold .header-quick-tab:hover {
    background: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
    border-color: var(--homecura-lime) !important;
}

.main-header.header-gold .header-quick-tab--icon {
    min-width: 44px;
    min-height: 44px;
    padding: 10px 12px !important;
}

.main-header.header-gold .header-quick-tab--icon i {
    font-size: 19px;
    line-height: 1;
    color: inherit;
}

.main-header.header-gold .header-quick-tab--cert {
    display: block;
    min-width: 0;
    min-height: 0;
    width: auto;
    height: auto;
    max-height: 48px;
    padding: 4px 6px !important;
    object-fit: contain;
    background: #fff !important;
    border: 1px solid rgba(0, 65, 130, 0.15) !important;
    box-sizing: content-box;
}

.main-header.header-gold .header-quick-tabs .header-quick-tab:nth-child(2) {
    padding-right: 18px !important;
    margin-right: 14px !important;
}

.home-quick-tabs {
    display: flex;
    gap: 12px;
    margin-top: 18px;
    flex-wrap: wrap;
}

.home-quick-tabs a {
    background: #fff;
    color: var(--homecura-primary);
    border-radius: 12px;
    padding: 14px 18px;
    font-size: 16px;
    font-weight: 700;
}

.home-quick-tabs a:hover {
    background: var(--homecura-lime);
}

.home-featured-pest-strip {
    padding: 40px 0 10px;
}

.home-featured-pest-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 65, 130, 0.08);
    margin-bottom: 24px;
}

.home-featured-pest-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.home-featured-pest-card h3 {
    font-size: 20px;
    line-height: 1.25;
    margin: 0;
    padding: 16px;
    color: var(--homecura-primary);
}

.footer-pest-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.footer-pest-icons span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    color: #fff;
}

.footer-pest-icons img {
    width: 16px;
    height: 16px;
}

.footer-seo-areas {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.6;
}

.about-values {
    padding: 32px 0 30px;
}

.about-value-item {
    text-align: center;
    background: #fff;
    border-radius: 12px;
    padding: 20px 12px;
    box-shadow: 0 6px 25px rgba(0, 65, 130, 0.08);
    margin-bottom: 20px;
}

.about-value-item img {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
}

.about-value-item h3 {
    margin: 0;
    font-size: 16px;
}

.page-category-list ul li a img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
}

.page-category-list ul li a span {
    vertical-align: middle;
}

/* Blog archive + home "Latest Insights": thumbnails use full image (no crop) */
.page-blog .post-featured-image a,
.our-blog .post-featured-image a {
    background-color: #f4f6f8;
    border-radius: 20px;
    overflow: hidden;
}

.page-blog .post-featured-image figure,
.our-blog .post-featured-image figure {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    aspect-ratio: 1 / 0.62;
}

.page-blog .post-featured-image img,
.our-blog .post-featured-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: unset;
    object-fit: contain;
}

.page-blog .post-item:hover .post-featured-image img,
.our-blog .post-item:hover .post-featured-image img {
    transform: none;
}

.page-blog-single .post-image figure {
    background-color: #f4f6f8;
    border-radius: 20px;
}

.page-blog-single .post-image img {
    width: 100%;
    height: auto;
    aspect-ratio: unset;
    object-fit: contain;
    display: block;
}

/* Legal pages readability */
.page-blog-single .post-entry h1 {
    margin-bottom: 16px;
}

.page-blog-single .post-entry p,
.page-blog-single .post-entry li {
    font-size: 18px;
    line-height: 1.8;
}

.page-blog-single .post-entry h2 {
    font-size: clamp(17px, 1.32vw, 20px);
    line-height: 1.28;
    margin-top: 20px;
}

@media only screen and (max-width: 991px) {
    .top-contact-strip-inner {
        justify-content: center;
    }

    .top-contact-left a {
        font-size: 13px;
    }

    /* Top action bar: icons only while nav is in phone/tablet layout */
    .top-contact-action__text {
        display: none !important;
    }

    .top-contact-line--actions .top-contact-sep {
        display: none !important;
    }

    .top-contact-line--actions {
        column-gap: 16px;
        row-gap: 6px;
        justify-content: center;
    }

    .top-contact-action {
        white-space: normal;
        padding: 6px;
        min-width: 40px;
        min-height: 40px;
        justify-content: center;
    }

    .top-contact-action i {
        font-size: 18px;
    }

    .main-header.header-gold .navbar > .container {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }

    .main-header.header-gold .navbar-brand {
        min-width: 0;
        flex-shrink: 1;
    }

    .header-mobile-toolbar {
        flex-shrink: 0;
    }

    .header-quick-tabs--toolbar {
        margin-left: 0 !important;
    }

    .main-header.header-gold .header-quick-tabs--toolbar .header-quick-tab:nth-child(2) {
        margin-right: 0 !important;
        padding-right: 12px !important;
    }

    .home-featured-pest-card img {
        height: 180px;
    }

    .page-header {
        padding: clamp(28px, 6vw, 44px) 0 !important;
    }

    .page-header .page-header-box h1 {
        font-size: clamp(26px, 5vw, 40px) !important;
    }

    .page-service-single .service-entry > p,
    .page-service-single .service-detail-body p {
        font-size: 18px;
    }

    .page-service-single .service-detail-body ul {
        grid-template-columns: 1fr;
        gap: 10px 0 !important;
    }
}

a {
    transition: all 0.3s ease;
}

.leaflet-container {
    width: 100%;
    min-height: 320px;
    border-radius: 8px;
    border: 1px solid var(--homecura-primary);
}

.consultation-map-help {
    margin-top: 10px;
    font-size: 14px;
    color: var(--homecura-secondary);
}

/* Consultation CTA consistency: keep Book Consultation links lime on all states */
a.btn-default[href*="#consultation-form"],
a.btn-default[href*="#consultation-form"]:hover,
a.btn-default[href*="#consultation-form"]:focus,
a.btn-default[href*="#consultation-form"]:focus-visible,
a.btn-default[href*="#consultation-form"]:active {
    background: var(--homecura-lime) !important;
    border-color: var(--homecura-lime) !important;
    color: var(--homecura-primary) !important;
}

a.btn-default[href*="#consultation-form"]::after,
a.btn-default[href*="#consultation-form"]:hover::after,
a.btn-default[href*="#consultation-form"]:focus::after,
a.btn-default[href*="#consultation-form"]:active::after {
    background-color: var(--homecura-lime) !important;
}

a.btn-default[href*="#consultation-form"]::before,
a.btn-default[href*="#consultation-form"]:hover::before,
a.btn-default[href*="#consultation-form"]:focus::before,
a.btn-default[href*="#consultation-form"]:active::before {
    filter: none !important;
}

/* About page guideline card alignment */
.about-guideline-list {
    gap: 24px;
}

.about-guideline-list .why-choose-item {
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 65, 130, 0.08);
}

.about-guideline-list .why-choose-item-content p {
    margin-top: 8px;
}

/* About guidelines: keep icon glyphs white for contrast */
.about-guideline-list .why-choose-item .icon-box img {
    filter: brightness(0) invert(1) !important;
}

/* Contact page: 50/50 form-map row and full-width submit placement */
.contact-consultation-row {
    align-items: stretch;
    row-gap: 24px;
}

.contact-consultation-form,
.contact-consultation-map {
    height: 100%;
}

.contact-consultation-form .hero-contact-form-gold {
    gap: 20px;
}

.contact-consultation-form .hero-contact-form-gold .consultation-submit-full {
    width: 100% !important;
    flex: 0 0 100% !important;
}

.contact-consultation-form .hero-contact-form-gold .consultation-submit-full .hero-cta-form-btn {
    width: 100%;
}

.contact-consultation-map {
    background: #fff;
    border-radius: 12px;
    padding: 18px;
}

.contact-consultation-map-frame {
    min-height: 360px;
}

.page-contact-us .contact-info-list-wrap {
    display: grid;
    gap: 20px;
    margin-bottom: 100px;
    align-items: stretch;
}

@media (min-width: 1200px) {
    .page-contact-us .contact-info-list-wrap {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(1),
    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(2),
    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(3) {
        grid-column: span 2;
    }

    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(4) {
        grid-column: span 3;
    }

    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(5) {
        grid-column: span 3;
    }
}

.page-contact-us .contact-info-list-wrap .contact-info-item {
    width: 100%;
    min-width: 0;
    height: auto;
}

.page-contact-us .contact-info-item-body {
    flex-wrap: nowrap;
    align-items: flex-start;
    height: 100%;
}

.page-contact-us .contact-info-item-body .icon-box {
    flex-shrink: 0;
}

.page-contact-us .contact-info-item-content {
    flex: 1;
    min-width: 0;
    width: auto;
}

.page-contact-us .contact-info-item-content h2 {
    word-wrap: break-word;
    overflow-wrap: anywhere;
    line-height: 1.35;
}

.page-contact-us .contact-info-item-content h2 a {
    display: inline;
}

.contact-address-text {
    font-size: 15px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

/* Selection readability: keep selected text white on Homecura blue */
::selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

::-moz-selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

input::selection,
textarea::selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

input::-moz-selection,
textarea::-moz-selection {
    background: var(--homecura-primary);
    color: #ffffff;
    text-shadow: none;
}

@media only screen and (max-width: 1199px) {
    .page-contact-us .contact-info-list-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* Reset desktop column spans; 2×2 for first four, address full width below */
    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(1),
    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(2),
    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(3),
    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(4),
    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(5) {
        grid-column: auto;
    }

    .page-contact-us .contact-info-list-wrap .contact-info-item-address {
        grid-column: 1 / -1;
    }
}

@media only screen and (max-width: 767px) {
    .page-contact-us .contact-info-list-wrap {
        grid-template-columns: 1fr;
        margin-bottom: 50px;
    }

    .page-contact-us .contact-info-list-wrap .contact-info-item:nth-child(4),
    .page-contact-us .contact-info-list-wrap .contact-info-item-address {
        grid-column: auto;
    }
}

/* --- Client round 2: nav size, logo chip, home basic hero, floating consult --- */
.main-header .navbar-nav .nav-link {
    font-size: 17px;
    font-weight: 600;
    padding-left: 14px !important;
    padding-right: 14px !important;
}

.footer-logo-gold.homecura-brand img {
    background: #fff;
    padding: 8px 14px;
    border-radius: 12px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

/* Navbar logo: no `.homecura-brand` chip — readable on white bar via native asset contrast */

.sidebar-cta-logo img {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
}

.top-contact-line {
    flex: 1 1 320px;
    font-size: 13px;
    line-height: 1.5;
    gap: 6px 10px;
}

.top-contact-line span,
.top-contact-line a {
    color: #fff;
    white-space: nowrap;
}

.top-contact-sep {
    opacity: 0.45;
}

/* Top strip: compact icon hits; label text hidden on small screens */
.top-contact-line--actions {
    row-gap: 8px;
}

.top-contact-action {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: #fff !important;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.top-contact-action:hover,
.top-contact-action:focus-visible {
    color: var(--homecura-lime) !important;
}

.top-contact-action i {
    font-size: 15px;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.95;
}

.top-contact-action__text {
    display: inline;
}

.trust-badges-row {
    gap: 10px;
}

.trust-badge-img {
    height: 36px;
    width: auto;
    display: block;
}

/* Raster certification marks (webp) — a bit taller for legibility */
.trust-badge-img--photo {
    height: 42px;
    width: auto;
    max-height: 42px;
    object-fit: contain;
}

/* Home hero: full viewport width; image scales to 100% width (no background cover zoom/crop) */
.home-basic-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #062c57;
}

.home-basic-hero-swiper.swiper {
    position: relative;
    width: 100%;
}

.home-basic-hero-swiper .swiper-wrapper {
    align-items: flex-start;
}

.home-basic-hero-slide {
    box-sizing: border-box;
    background: transparent;
}

.home-basic-hero-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

.home-basic-hero-pagination {
    bottom: clamp(16px, 4vh, 28px) !important;
    z-index: 2;
}

.home-basic-hero-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 0.45;
}

.home-basic-hero-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--homecura-lime);
}

.hero-contact-strip-only .hero-contact-box-full {
    width: 100%;
}

.hero-contact-strip-only .hero-contact-header-contant-gold p {
    margin-bottom: 6px;
}

.footer-address-line {
    color: rgba(255, 255, 255, 0.92);
    font-size: 15px;
    line-height: 1.55;
    margin: 0 0 18px;
    text-align: center;
}

.footer-links-gold .footer-address-line {
    text-align: left;
    margin: 0 0 14px;
}

.services-intro-lead {
    max-width: 920px;
    margin: 18px auto 0;
    font-size: 17px;
    line-height: 1.65;
    color: var(--text-color);
}

.about-client-copy p {
    font-size: 17px;
    line-height: 1.65;
}

/* About only — "Why Choose Homecura" card theme (scoped; does not affect home .why-choose-us-gold) */
.hc-why {
    font-family: 'Outfit', 'Inter Tight', system-ui, sans-serif;
    background: #f5f5f5;
    color: #1c1c1c;
    padding: 80px 0;
    margin: 0;
    width: 100%;
}

.hc-why .hc-why__inner {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.hc-why__section-header {
    margin-bottom: 50px;
    text-align: center;
}

.hc-why__tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #ffffff;
    padding: 12px 22px;
    border-radius: 999px;
    color: #0c4a92;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.hc-why__tag-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #0c4a92;
    flex-shrink: 0;
}

.hc-why .hc-why__title {
    font-family: inherit;
    font-size: 58px !important;
    line-height: 1.05 !important;
    font-weight: 700 !important;
    color: #0c4a92 !important;
    letter-spacing: -2px;
    margin: 0 0 20px !important;
}

.hc-why__lead {
    max-width: 760px;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1.8;
    color: #5d5d5d;
    font-weight: 400;
}

.hc-why__cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 60px;
}

.hc-why__card {
    background: #ffffff;
    border-radius: 30px;
    padding: 35px;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    border: 1px solid #ececec;
    position: relative;
    overflow: hidden;
}

.hc-why__card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.08);
}

.hc-why__card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #b9e74d;
}

.hc-why__icon {
    width: 62px;
    height: 62px;
    border-radius: 18px;
    background: #eef5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 28px;
    line-height: 1;
}

.hc-why__card h3 {
    font-family: inherit;
    font-size: 24px !important;
    line-height: 1.3 !important;
    color: #0c4a92 !important;
    margin: 0 0 14px !important;
    font-weight: 700 !important;
    letter-spacing: -0.5px;
}

.hc-why__card p {
    font-size: 17px;
    line-height: 1.8;
    color: #5f5f5f;
    font-weight: 400;
    margin: 0;
}

.hc-why__footer {
    margin: 48px auto 0;
    max-width: 760px;
    text-align: center;
    font-size: 17px;
    line-height: 1.65;
    color: #5d5d5d;
}

@media only screen and (max-width: 1100px) {
    .hc-why__cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hc-why .hc-why__title {
        font-size: 48px !important;
    }
}

@media only screen and (max-width: 768px) {
    .hc-why {
        padding: 60px 0;
    }

    .hc-why__cards {
        grid-template-columns: 1fr;
    }

    .hc-why .hc-why__title {
        font-size: 38px !important;
        letter-spacing: -1px;
    }

    .hc-why__lead {
        font-size: 17px;
        line-height: 1.7;
    }

    .hc-why__card {
        padding: 28px;
        border-radius: 24px;
    }
}

/* Match theme .post-entry h1 specificity (was 66px in custom.css) */
.post-entry h1.h2-like,
.page-single-post .post-entry h1.h2-like,
.page-blog-single .post-entry h1.h2-like,
.h2-like {
    font-size: clamp(23px, 2.06vw, 31px) !important;
    line-height: 1.2 !important;
}

/* Blog detail page: smaller article title & body h2 vs other .h2-like uses */
.page-blog-single .post-entry h1.h2-like {
    font-size: clamp(18px, 1.55vw, 24px) !important;
    line-height: 1.22 !important;
}

.page-blog-single .post-entry > div h2:first-of-type {
    margin-top: 0.75em;
}

/* Legal policy pages: last-updated line above body */
.post-entry .legal-meta {
    color: rgba(0, 41, 82, 0.62);
    font-size: 0.95rem;
    margin-bottom: 1.35rem;
    line-height: 1.45;
}

/* Floating WhatsApp + call (bottom right, all pages) */
.homecura-float-actions {
    position: fixed;
    right: max(14px, env(safe-area-inset-right, 0px));
    bottom: max(16px, env(safe-area-inset-bottom, 0px));
    z-index: 9998;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 12px;
    pointer-events: none;
}

.homecura-float-actions__btn {
    pointer-events: auto;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease,
        filter 0.2s ease;
}

.homecura-float-actions__btn:hover,
.homecura-float-actions__btn:focus-visible {
    transform: scale(1.06);
    filter: brightness(1.05);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.26);
    outline: none;
}

.homecura-float-actions__btn:focus-visible {
    outline: 3px solid var(--homecura-lime);
    outline-offset: 3px;
}

.homecura-float-actions__btn--wa {
    background: #25d366;
}

.homecura-float-actions__btn--call {
    background: var(--homecura-primary);
}

@media only screen and (max-width: 480px) {
    .homecura-float-actions__btn {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }
}

/* Preloader: HC monogram asset is larger than old bug SVG — give it more room inside the ring */
.preloader #loading-icon {
    max-width: min(120px, 40vw);
}

.preloader #loading-icon img {
    display: block;
    width: 100%;
    height: auto;
}
