:root {
  --navy-950: #071522;
  --navy-900: #0b1f31;
  --navy-800: #12324c;
  --navy-700: #194563;
  --brand-blue: #0875b6;
  --brand-blue-bright: #21a8e0;
  --brand-blue-pale: #e6f5fc;
  --amber: #ef233c;
  --amber-strong: #c9142c;
  --cream: #edf6fb;
  --ink: #10202e;
  --muted: #5d6a75;
  --line: #dfe5e9;
  --surface: #f5f7f8;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(7, 21, 34, 0.12);
  --radius: 18px;
  --content: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
::selection { background: var(--brand-blue); color: var(--white); }
body {
  margin: 0;
  color: var(--ink);
  background: linear-gradient(180deg, var(--white) 0%, #fbfdff 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
.container { width: min(calc(100% - 2rem), var(--content)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--amber); padding: .7rem 1rem; font-weight: 800; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.topbar { background: linear-gradient(90deg, var(--navy-950) 0%, var(--navy-900) 58%, var(--brand-blue) 100%); color: #dce6ee; font-size: .9rem; }
.topbar-inner { min-height: 38px; display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.topbar a { text-decoration: none; }
.topbar a:hover { color: white; }
.social-mini { display: flex; gap: 1rem; }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,255,255,.96); border-bottom: 3px solid var(--brand-blue); backdrop-filter: blur(14px); transition: box-shadow .3s ease, background .3s ease; }
.site-header.scrolled { background: rgba(255,255,255,.985); box-shadow: 0 12px 32px rgba(7,21,34,.13); }
.nav-wrap { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: flex; align-items: center; gap: .8rem; color: var(--navy-950); text-decoration: none; font-weight: 900; letter-spacing: -.02em; }
.brand-logo { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; flex: 0 0 68px; filter: drop-shadow(0 5px 9px rgba(7,21,34,.2)); animation: logo-arrive .8s cubic-bezier(.2,.8,.2,1) both; transition: transform .25s ease, filter .25s ease; }
.brand:hover .brand-logo { transform: translateY(-2px) rotate(3deg) scale(1.04); filter: drop-shadow(0 8px 13px rgba(8,117,182,.3)); }
@keyframes logo-arrive {
  0% { opacity: 0; transform: scale(.72) rotate(-9deg); }
  68% { opacity: 1; transform: scale(1.06) rotate(2deg); }
  100% { opacity: 1; transform: scale(1) rotate(0); }
}
.brand-mark { width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; color: var(--navy-950); background: var(--amber); font-size: 1.05rem; box-shadow: inset 0 -3px 0 rgba(0,0,0,.1); }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy small { margin-top: .3rem; color: var(--muted); font-size: .68rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.site-nav { display: flex; align-items: center; gap: .2rem; }
.site-nav a { padding: .65rem .8rem; border-radius: 9px; text-decoration: none; font-weight: 750; font-size: .95rem; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--brand-blue); background: var(--brand-blue-pale); }
.site-nav .nav-call { margin-left: .45rem; background: var(--amber); color: white; padding-inline: 1rem; }
.site-nav .nav-call:hover { background: var(--amber-strong); color: white; }
.menu-toggle { display: none; min-width: 46px; min-height: 46px; border: 0; border-radius: 10px; background: var(--navy-950); color: #fff; font-size: 1.35rem; cursor: pointer; }

.hero { position: relative; min-height: 660px; display: grid; align-items: center; color: white; overflow: hidden; background: var(--navy-950); }
.hero::before { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 68% 18%, rgba(33,168,224,.23), transparent 28%), linear-gradient(90deg, rgba(7,21,34,.97) 0%, rgba(7,21,34,.88) 41%, rgba(7,21,34,.22) 72%, rgba(7,21,34,.05) 100%), url("jrd-property-services-hero.webp") center/cover no-repeat; }
.hero::after { content: ""; position: absolute; right: -180px; bottom: -270px; width: 580px; height: 580px; border: 80px solid rgba(239,35,60,.16); border-radius: 50%; box-shadow: 0 0 0 38px rgba(8,117,182,.08); }
.hero-content { position: relative; z-index: 2; max-width: 700px; padding-block: 6rem; }
.eyebrow { display: inline-flex; align-items: center; gap: .55rem; margin-bottom: 1.25rem; color: var(--amber); font-size: .78rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ""; width: 32px; height: 3px; background: currentColor; }
.hero .eyebrow, .page-hero .eyebrow { color: #4bc5f5; }
.section .eyebrow { color: var(--brand-blue); }
h1, h2, h3 { margin: 0 0 1rem; line-height: 1.08; letter-spacing: -.035em; }
h1 { max-width: 780px; font-size: clamp(2.6rem, 7vw, 5.4rem); }
h2 { font-size: clamp(2rem, 4vw, 3.25rem); }
h3 { font-size: 1.3rem; }
.hero p { max-width: 650px; margin: 0 0 1.8rem; color: #e5edf2; font-size: clamp(1.05rem, 2vw, 1.25rem); }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .55rem; padding: .78rem 1.15rem; border: 2px solid transparent; border-radius: 11px; background: var(--amber); color: white; text-decoration: none; font-weight: 900; box-shadow: 0 8px 22px rgba(239,35,60,.2); transition: transform .22s ease, box-shadow .22s ease, background .22s ease, border-color .22s ease; }
.button::after { content: "\2192"; transition: transform .22s ease; }
.button:hover { background: var(--amber-strong); transform: translateY(-3px); box-shadow: 0 13px 28px rgba(239,35,60,.3); }
.button:hover::after { transform: translateX(4px); }
.button.secondary { background: var(--brand-blue); color: white; border-color: var(--brand-blue); box-shadow: 0 8px 22px rgba(8,117,182,.24); }
.button.secondary:hover { background: var(--brand-blue-bright); color: var(--navy-950); border-color: var(--brand-blue-bright); }
.button.dark { background: var(--navy-950); color: white; box-shadow: none; }
.button.dark:hover { background: var(--navy-800); }

.trust-strip { position: relative; z-index: 4; margin-top: -48px; }
.trust-panel { display: grid; grid-template-columns: 1.45fr .8fr .9fr; background: white; border: 1px solid rgba(8,117,182,.12); border-radius: var(--radius); box-shadow: var(--shadow); overflow: hidden; }
.trust-item { min-height: 112px; display: flex; align-items: center; gap: 1rem; padding: 1.4rem 1.6rem; border-right: 1px solid var(--line); }
.trust-item:last-child { border-right: 0; }
.trust-item img { width: 190px; max-height: 80px; object-fit: contain; flex: 0 1 190px; }
.trust-item strong { display: block; color: var(--navy-950); }
.trust-item span { display: block; color: var(--muted); font-size: .9rem; }
.trust-icon { flex: 0 0 44px; width: 44px; height: 44px; border-radius: 12px; display: grid; place-items: center; background: var(--brand-blue-pale); color: var(--brand-blue); font-weight: 900; }

.section { padding-block: 6rem; }
.section.compact { padding-block: 4rem; }
.section.tint { background: var(--surface); }
.section.dark { background: var(--navy-950); color: white; }
.section-head { max-width: 760px; margin-bottom: 2.5rem; }
.section-head p { margin: 0; color: var(--muted); font-size: 1.1rem; }
.dark .section-head p { color: #b9c9d4; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.card { position: relative; padding: 1.6rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; overflow: hidden; box-shadow: 0 7px 24px rgba(7,21,34,.045); transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease; }
.card::before { content: ""; position: absolute; left: 0; top: 0; width: 6px; height: 100%; background: var(--brand-blue); transform: scaleY(0); transform-origin: bottom; transition: transform .25s ease; }
.card:nth-child(2n)::before { background: var(--amber); }
.card:hover::before { transform: scaleY(1); }
.card:hover { transform: translateY(-7px); border-color: rgba(8,117,182,.3); box-shadow: 0 20px 42px rgba(7,21,34,.13); }
.card-kicker { width: 42px; height: 42px; display: grid; place-items: center; margin-bottom: 1.2rem; border-radius: 12px; background: var(--brand-blue); color: white; font-weight: 900; }
.card p { margin: 0; color: var(--muted); }
.card-link { display: inline-block; margin-top: 1rem; color: var(--navy-700); font-weight: 850; text-decoration-thickness: 2px; text-underline-offset: 4px; }
.dark .card { border-color: rgba(255,255,255,.12); background: linear-gradient(145deg, #102f49, var(--navy-900)); color: white; box-shadow: 0 16px 38px rgba(0,0,0,.2); }
.dark .card p { color: #c5d4df; }
.dark .card:nth-child(2n) .card-kicker { background: var(--amber); }

.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.feature-panel { position: relative; min-height: 420px; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; border-radius: 26px; color: white; background: radial-gradient(circle at 90% 10%, rgba(33,168,224,.28), transparent 35%), linear-gradient(145deg, var(--navy-950), var(--navy-700)); box-shadow: var(--shadow); overflow: hidden; }
.feature-panel::before { content: ""; position: absolute; width: 230px; height: 230px; right: -90px; bottom: -90px; border: 34px solid rgba(239,35,60,.16); border-radius: 50%; }
.feature-panel > * { position: relative; z-index: 1; }
.feature-panel .big-number { color: var(--brand-blue-bright); font-size: clamp(3.5rem, 9vw, 6.8rem); line-height: .9; font-weight: 950; letter-spacing: -.08em; }
.feature-panel p { max-width: 390px; margin-bottom: 0; color: #dce6ee; }
.check-list { display: grid; gap: .9rem; margin: 1.5rem 0 2rem; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 28px 1fr; gap: .7rem; align-items: start; }
.check-list li::before { content: "\2713"; width: 26px; height: 26px; display: grid; place-items: center; border-radius: 50%; background: var(--amber); color: white; font-weight: 950; }

.cta-band { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 2.4rem; border-radius: 24px; background: radial-gradient(circle at 88% 20%, rgba(33,168,224,.46), transparent 26%), linear-gradient(120deg, var(--amber-strong), var(--amber)); color: white; box-shadow: 0 20px 45px rgba(201,20,44,.24); overflow: hidden; }
.cta-band > * { position: relative; z-index: 1; }
.cta-band h2 { margin-bottom: .5rem; font-size: clamp(1.8rem, 4vw, 2.8rem); }
.cta-band p { margin: 0; max-width: 660px; }

.page-hero { position: relative; padding-block: 6rem 5rem; color: white; background: radial-gradient(circle at 85% 20%, rgba(33,168,224,.34), transparent 30%), radial-gradient(circle at 68% 82%, rgba(239,35,60,.2), transparent 25%), linear-gradient(130deg, var(--navy-950), var(--navy-800)); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; width: 330px; height: 330px; right: -110px; bottom: -210px; border: 44px solid rgba(255,255,255,.05); border-radius: 50%; }
.page-hero > .container { position: relative; z-index: 1; }
.page-hero p { max-width: 720px; margin: 0; color: #dce6ee; font-size: 1.15rem; }
.breadcrumbs { margin-bottom: 1.5rem; color: #aebdca; font-size: .9rem; }
.breadcrumbs a { color: white; }
.page-hero h1 { font-size: clamp(2.5rem, 6vw, 4.8rem); }

.service-list { display: grid; gap: 1.25rem; }
.service-row { position: relative; display: grid; grid-template-columns: 90px 1fr; gap: 1.5rem; padding: 1.8rem; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: 0 6px 22px rgba(7,21,34,.04); overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.service-row::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 5px; background: var(--brand-blue); }
.service-row:nth-child(2n)::before { background: var(--amber); }
.service-row:hover { transform: translateX(7px); border-color: rgba(8,117,182,.27); box-shadow: 0 18px 38px rgba(7,21,34,.1); }
.service-number { color: var(--brand-blue); font-size: 2.6rem; line-height: 1; font-weight: 950; letter-spacing: -.07em; }
.service-row p { margin: 0; color: var(--muted); }
.service-tags { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1rem; }
.service-tags span { padding: .32rem .65rem; border: 1px solid rgba(8,117,182,.12); border-radius: 999px; background: var(--brand-blue-pale); color: var(--navy-700); font-size: .82rem; font-weight: 750; }

.reveal-ready { opacity: 0; transform: translateY(24px); transition: opacity .65s ease, transform .65s cubic-bezier(.2,.75,.25,1); transition-delay: var(--reveal-delay, 0ms); }
.reveal-ready.revealed { opacity: 1; transform: translateY(0); }

.faq { border-top: 1px solid var(--line); }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 1.25rem 3rem 1.25rem 0; position: relative; font-weight: 850; font-size: 1.08rem; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .4rem; top: .95rem; color: var(--amber-strong); font-size: 1.8rem; }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { margin: -.4rem 3rem 1.4rem 0; color: var(--muted); }

.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; align-items: start; }
.contact-card { padding: 2rem; border-radius: 22px; background: var(--navy-950); color: white; }
.contact-card a { color: white; text-decoration-color: var(--amber); text-underline-offset: 4px; }
.contact-line { padding-block: 1rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-line:last-child { border-bottom: 0; }
.contact-line small { display: block; color: var(--brand-blue-bright); font-weight: 850; text-transform: uppercase; letter-spacing: .1em; }
.contact-form { padding: 2rem; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow); }
.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { margin-bottom: 1rem; }
.field label { display: block; margin-bottom: .35rem; font-weight: 800; }
.field input, .field textarea { width: 100%; min-height: 50px; padding: .75rem .85rem; border: 1px solid #b9c4cc; border-radius: 10px; background: white; color: var(--ink); }
.field textarea { min-height: 150px; resize: vertical; }
.field input:focus, .field textarea:focus { outline: 3px solid rgba(239,35,60,.28); border-color: var(--amber-strong); }
.form-note { color: var(--muted); font-size: .88rem; }

.site-footer { padding: 4.5rem 0 6.5rem; background: var(--navy-950); color: #dce6ee; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .75fr .9fr; gap: 2rem; }
.footer-brand p { max-width: 420px; color: #9fb0bd; }
.footer-title { color: var(--brand-blue-bright); font-size: .78rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-links { display: grid; gap: .55rem; }
.footer-links a { color: #dce6ee; text-decoration: none; }
.footer-links a:hover { color: var(--amber); }
.footer-bottom { margin-top: 3rem; padding-top: 1.5rem; display: flex; justify-content: space-between; gap: 1rem; border-top: 1px solid rgba(255,255,255,.12); color: #93a6b5; font-size: .88rem; }

.mobile-actions { display: none; }
.proof-card { padding: 2rem; border: 1px solid rgba(8,117,182,.18); border-radius: 24px; background: linear-gradient(145deg, #f3fbff, #fff); box-shadow: var(--shadow); }
.whatsapp-float { position: fixed; z-index: 55; right: 1.25rem; bottom: 1.25rem; min-height: 52px; display: inline-flex; align-items: center; padding: .75rem 1rem; border-radius: 999px; background: #1f9d55; color: white; text-decoration: none; font-weight: 900; box-shadow: 0 12px 30px rgba(7,21,34,.25); }
.whatsapp-float:hover { background: #168348; transform: translateY(-2px); }

@media (max-width: 900px) {
  .menu-toggle { display: grid; place-items: center; }
  .site-nav { position: absolute; left: 1rem; right: 1rem; top: calc(100% + .5rem); display: none; flex-direction: column; align-items: stretch; padding: .65rem; border: 1px solid var(--line); border-radius: 14px; background: white; box-shadow: var(--shadow); }
  .site-nav.open { display: flex; }
  .site-nav a { padding: .85rem 1rem; }
  .site-nav .nav-call { margin: .3rem 0 0; text-align: center; }
  .hero { min-height: 610px; }
  .hero::before { background: linear-gradient(90deg, rgba(7,21,34,.97), rgba(7,21,34,.82)), url("jrd-property-services-hero.webp") 66% center/cover no-repeat; }
  .trust-panel { grid-template-columns: 1fr; }
  .trust-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .trust-item:last-child { border-bottom: 0; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .split, .contact-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  body { padding-bottom: 64px; }
  .topbar { display: none; }
  .nav-wrap { min-height: 76px; }
  .brand-mark { width: 40px; height: 40px; }
  .brand-logo { width: 56px; height: 56px; flex-basis: 56px; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; }
  .hero-content { padding-block: 4.8rem 6rem; }
  h1 { font-size: clamp(2.55rem, 13vw, 3.75rem); }
  .actions { display: grid; }
  .button { width: 100%; }
  .trust-strip { margin-top: -34px; }
  .trust-item { min-height: 96px; padding: 1.15rem; }
  .trust-item img { width: 118px; }
  .section { padding-block: 4.2rem; }
  .section.compact { padding-block: 3rem; }
  .grid-3 { grid-template-columns: 1fr; }
  .cta-band { grid-template-columns: 1fr; padding: 1.6rem; }
  .service-row { grid-template-columns: 1fr; gap: .8rem; padding: 1.35rem; }
  .service-number { font-size: 2rem; }
  .field-grid { grid-template-columns: 1fr; gap: 0; }
  .contact-form, .contact-card { padding: 1.35rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { flex-direction: column; }
  .mobile-actions { position: fixed; z-index: 60; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: repeat(3, 1fr); min-height: 64px; box-shadow: 0 -8px 24px rgba(7,21,34,.18); }
  .mobile-actions a { display: grid; place-items: center; text-decoration: none; font-weight: 900; }
  .mobile-actions .call { background: var(--amber); color: white; }
  .mobile-actions .email { background: var(--brand-blue); color: white; }
  .mobile-actions .whatsapp { background: #1f9d55; color: white; }
  .whatsapp-float { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal-ready { opacity: 1; transform: none; }
}

@media print {
  .topbar, .site-header, .mobile-actions, .actions, .site-footer { display: none !important; }
  body { color: #000; }
  .hero, .page-hero { min-height: auto; padding: 2rem 0; color: #000; background: #fff; }
  .hero::before, .hero::after { display: none; }
}

/* Enquiry assistant and refreshed branding */
.site-header .brand-logo { width: 86px; height: 86px; flex-basis: 86px; }
.site-header .nav-wrap { min-height: 104px; }
.help-launcher { position: fixed; z-index: 70; right: 1.25rem; bottom: 5.75rem; min-width: 108px; min-height: 52px; padding: .7rem 1rem; border: 2px solid white; border-radius: 999px; color: white; background: var(--navy-900); box-shadow: 0 12px 30px rgba(7,21,34,.28); font-weight: 800; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.help-launcher:hover, .help-launcher:focus-visible { background: var(--brand-blue); transform: translateY(-3px); }
.help-panel { position: fixed; z-index: 71; right: 1.25rem; bottom: 9.5rem; width: min(380px, calc(100vw - 2rem)); max-height: min(560px, calc(100dvh - 11rem)); overflow: auto; background: white; border: 1px solid var(--line); border-radius: 18px; box-shadow: 0 20px 60px rgba(7,21,34,.28); }
.help-panel[hidden] { display: none; }
.help-head { display: flex; align-items: start; justify-content: space-between; gap: 1rem; padding: 1rem 1.2rem; background: var(--navy-900); color: white; }
.help-head strong, .help-head small { display: block; }
.help-head small { color: #c8dce9; font-size: .8rem; }
.help-close { border: 0; background: transparent; color: white; font-size: 1.7rem; line-height: 1; cursor: pointer; }
.help-messages { padding: 1rem 1.2rem .2rem; }
.help-message { padding: .8rem 1rem; border-radius: 12px; background: var(--brand-blue-pale); margin: 0; }
.help-message p { margin: 0 0 .5rem; }
.help-message a { color: #075683; font-weight: 800; }
.help-options { display: flex; flex-wrap: wrap; gap: .45rem; padding: 1rem 1.2rem; }
.help-options button { border: 1px solid #b2ccda; border-radius: 999px; background: white; color: var(--navy-900); padding: .45rem .65rem; cursor: pointer; font-size: .85rem; }
.help-options button:hover, .help-options button:focus-visible { background: var(--brand-blue-pale); border-color: var(--brand-blue); }
.help-disclaimer { padding: 0 1.2rem 1rem; margin: 0; color: var(--muted); font-size: .77rem; }
@media (max-width: 620px) {
  .site-header .brand-logo { width: 64px; height: 64px; flex-basis: 64px; }
  .site-header .nav-wrap { min-height: 82px; }
  .help-launcher { display: none; }
  .site-nav .mobile-help-menu { display: block; width: 100%; padding: .85rem 1rem; border: 0; border-radius: 9px; background: var(--brand-blue-pale); color: var(--navy-950); font: inherit; font-weight: 800; text-align: left; cursor: pointer; }
  .help-panel { right: .8rem; bottom: 8.9rem; width: calc(100vw - 1.6rem); max-height: calc(100dvh - 10rem); }
}


/* Social links and review pages */
.sr-only { position:absolute!important; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.social-mini,.footer-social { display:flex; align-items:center; gap:.65rem; flex-wrap:wrap; }
.social-icon { width:34px; height:34px; display:inline-flex; align-items:center; justify-content:center; border-radius:50%; border:1px solid currentColor; color:inherit; text-decoration:none; transition:transform .2s ease, background .2s ease; }
.social-icon svg { width:18px; height:18px; }
.social-icon:hover,.social-icon:focus-visible { transform:translateY(-2px); background:#0875b6; color:white; }
.footer-social { margin-top:1.1rem; }
.review-invite { max-width:720px; margin:auto; }
.review-invite label { display:block; margin:1rem 0 .35rem; font-weight:800; }
.review-invite input,.review-invite select,.review-invite textarea { width:100%; padding:.8rem; border:1px solid #97a9b7; border-radius:8px; font:inherit; }
.review-invite textarea { min-height:150px; }
.review-invite .button { margin-top:1rem; }

.mobile-help-menu { display: none; }
@media (max-width: 620px) { .site-nav .mobile-help-menu { display: block; } }
.whatsapp-float svg { width: 22px; height: 22px; flex: 0 0 22px; }
.whatsapp-float { gap: .45rem; }
@media (max-width: 620px) {
  .mobile-actions .whatsapp { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: .15rem; }
  .mobile-actions .whatsapp svg { display: block; width: 22px; height: 22px; flex: 0 0 22px; }
  .mobile-actions .whatsapp span { line-height: 1.1; }
}

/* Keep every contact action clear of floating controls. Help lives in the menu. */
.help-launcher, .whatsapp-float { display: none !important; }
.site-nav .mobile-help-menu { display: inline-flex; align-items: center; justify-content: center; padding: .65rem .8rem; border: 0; border-radius: 9px; background: transparent; color: inherit; font: inherit; font-weight: 750; cursor: pointer; }
.site-nav .mobile-help-menu:hover, .site-nav .mobile-help-menu:focus-visible { color: var(--brand-blue); background: var(--brand-blue-pale); }
@media (max-width: 900px) { .site-nav .mobile-help-menu { width: 100%; justify-content: flex-start; padding: .85rem 1rem; } }
