:root {
  --noble-ink: #071016;
  --noble-ink-2: #0d1922;
  --noble-paper: #f5f5f0;
  --noble-white: #fff;
  --noble-text: #182126;
  --noble-muted: #657077;
  --noble-line: #dce0dc;
  --noble-olive: #c4c842;
  --noble-olive-dark: #85891f;
  --noble-olive-soft: #eceecb;
  --noble-green: #22d366;
  --noble-gold: #ffc62c;
  --noble-radius: 18px;
  --noble-shadow: 0 24px 70px rgba(3, 11, 16, .18);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--noble-paper); color: var(--noble-text); font-family: Arial, Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
body.noble-menu-open { overflow: hidden; }
body.admin-bar .noble-header { top: 32px; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }
[hidden] { display: none !important; }
.screen-reader-text { border: 0; clip: rect(1px,1px,1px,1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; word-wrap: normal !important; }
.noble-container { width: min(1220px, calc(100% - 40px)); margin-inline: auto; }
.noble-staging-notice { background: #faf3bc; color: #3d3b17; text-align: center; font-size: 11px; font-weight: 800; padding: 7px 15px; }
.noble-eyebrow { display: inline-block; color: var(--noble-olive); text-transform: uppercase; letter-spacing: .18em; font-size: 11px; font-weight: 900; }

.noble-topbar { background: #020608; color: #d8dcde; font-size: 12px; border-bottom: 1px solid rgba(255,255,255,.08); }
.noble-topbar__inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.noble-topbar__inner > div { display: flex; align-items: center; gap: 22px; }
.noble-top-rating { color: #dbe088; font-weight: 800; }

.noble-header { position: sticky; z-index: 100; top: 0; background: var(--noble-ink); color: #fff; border-bottom: 1px solid rgba(255,255,255,.08); }
.noble-header__row { min-height: 90px; display: flex; align-items: center; gap: 30px; }
.noble-brand, .custom-logo-link { display: inline-flex; align-items: center; gap: 11px; min-width: 210px; }
.custom-logo { width: auto; height: 64px; max-width: 220px; object-fit: contain; }
.noble-brand__mark { color: var(--noble-olive); font: 500 58px/.75 Georgia, serif; letter-spacing: -6px; }
.noble-brand__words { display: flex; flex-direction: column; text-transform: uppercase; letter-spacing: .15em; }
.noble-brand__words strong { font: 600 23px/1 Georgia, serif; letter-spacing: .18em; color: #f7f7eb; }
.noble-brand__words small { margin-top: 5px; font-size: 8px; letter-spacing: .28em; color: #cdd0c6; }
.noble-desktop-nav { margin-left: auto; }
.noble-menu { display: flex; align-items: center; gap: 25px; list-style: none; padding: 0; margin: 0; }
.noble-menu > li { position: relative; }
.noble-menu > li > a { display: flex; align-items: center; min-height: 90px; color: #f1f3f3; font-size: 14px; font-weight: 750; }
.noble-menu > li > a:hover, .noble-menu > .current-menu-item > a, .noble-menu > .current_page_item > a { color: var(--noble-olive); }
.noble-menu .sub-menu { position: absolute; top: 76px; left: -20px; width: 285px; list-style: none; background: #fff; color: var(--noble-text); box-shadow: var(--noble-shadow); border-radius: 12px; padding: 10px; margin: 0; opacity: 0; visibility: hidden; transform: translateY(8px); transition: .2s ease; }
.noble-menu li:hover > .sub-menu, .noble-menu li:focus-within > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.noble-menu .sub-menu a { display: block; padding: 11px 12px; border-radius: 8px; font-size: 13px; font-weight: 750; }
.noble-menu .sub-menu a:hover { background: var(--noble-olive-soft); }
.noble-nav-actions { display: flex; gap: 10px; }
.noble-button { min-height: 46px; padding: 0 20px; border-radius: 11px; display: inline-flex; align-items: center; justify-content: center; gap: 8px; font-size: 14px; font-weight: 850; border: 1px solid transparent; transition: transform .2s ease, background .2s ease, color .2s ease; }
.noble-button:hover { transform: translateY(-2px); }
.noble-button--primary { background: var(--noble-olive); color: #101407; box-shadow: 0 12px 28px rgba(164,168,42,.22); }
.noble-button--primary:hover { background: #d4d849; }
.noble-button--whatsapp { background: var(--noble-green); color: #06150b; }
.noble-button--outline { border-color: rgba(255,255,255,.34); color: #fff; background: rgba(255,255,255,.04); }
.noble-button--outline:hover { border-color: var(--noble-olive); color: var(--noble-olive); }
.noble-button--large { min-height: 54px; padding-inline: 24px; }
.noble-menu-toggle { display: none; margin-left: auto; width: 46px; height: 46px; padding: 12px; border: 1px solid rgba(255,255,255,.2); background: transparent; border-radius: 10px; }
.noble-menu-toggle > span:not(.screen-reader-text) { height: 2px; background: #fff; display: block; margin: 4px 0; }
.noble-mobile-nav { position: absolute; left: 0; right: 0; top: 100%; max-height: calc(100vh - 76px); overflow: auto; background: #fff; color: var(--noble-text); box-shadow: var(--noble-shadow); padding: 10px 0 20px; }
.noble-menu--mobile { display: block; }
.noble-menu--mobile > li > a { min-height: 48px; color: var(--noble-text); border-bottom: 1px solid #edf0ec; }
.noble-menu--mobile .sub-menu { position: static; width: auto; opacity: 1; visibility: visible; transform: none; box-shadow: none; padding: 0 0 0 15px; }
.noble-mobile-call { display: flex; justify-content: center; margin-top: 12px; background: var(--noble-olive); padding: 14px; border-radius: 10px; font-weight: 850; }

.noble-hero { min-height: 760px; background: var(--noble-ink); color: #fff; position: relative; overflow: hidden; }
.noble-hero__media { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.72); }
.noble-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(2,8,12,.98) 0%, rgba(3,10,14,.9) 49%, rgba(3,10,14,.58) 100%), linear-gradient(0deg, rgba(3,10,14,.88), transparent 52%); }
.noble-hero__grid { position: relative; z-index: 2; min-height: 760px; display: grid; grid-template-columns: minmax(0,1.38fr) minmax(390px,.82fr); gap: 58px; align-items: center; padding: 64px 0 82px; }
.noble-hero__kickers { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.noble-review-pill { border: 1px solid rgba(255,255,255,.18); background: rgba(8,16,21,.72); border-radius: 999px; padding: 9px 13px; font-size: 12px; font-weight: 750; color: #fff; }
.noble-review-pill::first-letter { color: var(--noble-gold); }
.noble-hero h1 { max-width: 760px; margin: 0 0 20px; font-size: clamp(50px,5.5vw,78px); line-height: .96; letter-spacing: -.055em; color: #fff; }
.noble-hero h1 em, .noble-inner-hero h1 em { display: block; color: var(--noble-olive); font-style: normal; }
.noble-hero__copy > p { max-width: 690px; margin: 0; color: #d4dadd; font-size: 18px; line-height: 1.7; }
.noble-hero__actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 26px; }
.noble-microcopy { display: block; margin: 9px 0 0 15px; color: #aeb8bd; font-size: 11px; }
.noble-trust-tiles { display: grid; grid-template-columns: repeat(4,1fr); gap: 9px; margin-top: 28px; }
.noble-trust-tiles > div { min-height: 62px; padding: 12px 14px; border-radius: 13px; background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.12); }
.noble-trust-tiles strong, .noble-trust-tiles span { display: block; }
.noble-trust-tiles strong { font-size: 14px; color: #fff; margin-bottom: 4px; }
.noble-trust-tiles span { color: #9ba7ad; font-size: 10px; }

.noble-quote { background: linear-gradient(150deg, rgba(14,29,38,.99), rgba(8,18,25,.99)); border: 1px solid rgba(255,255,255,.16); border-radius: 28px; padding: 28px; box-shadow: 0 35px 90px rgba(0,0,0,.34); color: #fff; min-height: 555px; }
.noble-quote__heading { display: flex; align-items: flex-start; gap: 14px; }
.noble-quote__icon { flex: 0 0 auto; width: 49px; height: 49px; border-radius: 15px; display: grid; place-items: center; color: var(--noble-olive); background: rgba(164,168,42,.11); }
.noble-quote__heading h2 { margin: 7px 0 0; font-size: 27px; line-height: 1.05; letter-spacing: -.03em; color: #fff; }
.noble-quote__intro { margin: 10px 0 18px 63px; color: #aeb9bf; font-size: 13px; line-height: 1.55; }
.noble-quote__progress { height: 4px; background: rgba(255,255,255,.08); border-radius: 99px; overflow: hidden; }
.noble-quote__progress span { display: block; width: 33.33%; height: 100%; background: var(--noble-olive); border-radius: inherit; transition: width .25s ease; }
.noble-quote__step-label { text-align: right; margin: 8px 0 15px; color: #8e9ca4; font-size: 9px; text-transform: uppercase; letter-spacing: .13em; }
.noble-quote__step { border: 0; padding: 0; margin: 0; min-width: 0; }
.noble-quote__step legend { margin: 0 0 12px; padding: 0; color: #e7ebed; font-size: 13px; font-weight: 800; }
.noble-quote__choices { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 9px; }
.noble-quote__choices label, .noble-quote__property label { position: relative; min-height: 55px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.035); color: #d5dbde; border-radius: 12px; display: flex; align-items: center; gap: 9px; padding: 10px 12px; font-size: 12px; font-weight: 800; cursor: pointer; }
.noble-quote__choices input, .noble-quote__property input { position: absolute; opacity: 0; pointer-events: none; }
.noble-choice__icon { color: var(--noble-olive); font-size: 18px; }
.noble-quote__choices label b { display: none; color: var(--noble-olive); margin-left: auto; }
.noble-quote__choices label:has(input:checked), .noble-quote__property label:has(input:checked) { border-color: var(--noble-olive); background: rgba(164,168,42,.12); color: #fff; }
.noble-quote__choices label:has(input:focus-visible), .noble-quote__property label:has(input:focus-visible) { outline: 3px solid rgba(196,200,66,.25); }
.noble-quote__choices label:has(input:checked) b { display: block; }
.noble-quote__property { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.noble-quote__property label { justify-content: center; min-height: 48px; }
.noble-field { display: grid; gap: 6px; margin-top: 14px; color: #dce1e3; font-size: 11px; font-weight: 800; }
.noble-field > span { display: flex; justify-content: space-between; }
.noble-field small { color: #829099; font-weight: 400; }
.noble-field input, .noble-field textarea { width: 100%; border-radius: 10px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.05); color: #fff; padding: 11px 12px; outline: none; font-size: 13px; }
.noble-field input { height: 47px; }
.noble-field textarea { resize: vertical; min-height: 78px; }
.noble-field input:focus, .noble-field textarea:focus { border-color: var(--noble-olive); box-shadow: 0 0 0 3px rgba(164,168,42,.16); }
.noble-quote__fields { display: grid; grid-template-columns: 1fr 1fr; gap: 0 11px; }
.noble-quote__privacy, .noble-quote__security { color: #819099; font-size: 9px; line-height: 1.5; }
.noble-quote__error { color: #ffd4cc; background: rgba(190,55,35,.18); border: 1px solid rgba(255,100,75,.25); border-radius: 8px; padding: 8px 10px; font-size: 11px; }
.noble-quote__actions { display: flex; gap: 8px; margin-top: 18px; }
.noble-quote__next, .noble-quote__submit, .noble-quote__back { min-height: 50px; border-radius: 9px; border: 0; font-size: 13px; font-weight: 900; }
.noble-quote__next, .noble-quote__submit { flex: 1; background: var(--noble-olive); color: #101407; padding-inline: 18px; }
.noble-quote__back { min-width: 95px; color: #fff; border: 1px solid rgba(255,255,255,.16); background: transparent; }
.noble-quote__security { text-align: center; margin-bottom: 0; }
.noble-honeypot { position: absolute !important; left: -9999px !important; }

.noble-trust-strip { background: #fff; border-bottom: 1px solid var(--noble-line); }
.noble-trust-strip > div { min-height: 86px; display: grid; grid-template-columns: repeat(4,1fr); }
.noble-trust-strip span { display: grid; grid-template-columns: 28px 1fr; align-content: center; padding: 14px 20px; border-right: 1px solid var(--noble-line); }
.noble-trust-strip span:last-child { border-right: 0; }
.noble-trust-strip b { grid-row: span 2; color: var(--noble-olive-dark); font-size: 18px; }
.noble-trust-strip strong { font-size: 12px; }
.noble-trust-strip small { color: var(--noble-muted); font-size: 10px; }

.noble-section { padding: 105px 0; }
.noble-section--light { background: var(--noble-paper); }
.noble-section--dark { background: var(--noble-ink); color: #fff; }
.noble-section-heading { max-width: 760px; margin-bottom: 45px; }
.noble-section-heading--center { text-align: center; margin-inline: auto; }
.noble-section-heading h2, .noble-results h2, .noble-areas-layout h2, .noble-faq-layout h2, .noble-final-cta h2, .noble-service-detail h2, .noble-method h2, .noble-contact-layout h2, .noble-local-intro h2 { margin: 10px 0 16px; font-size: clamp(36px,4.4vw,58px); line-height: 1.03; letter-spacing: -.045em; }
.noble-section-heading p, .noble-results > div > p, .noble-areas-layout > div > p, .noble-faq-layout > div > p, .noble-final-cta p, .noble-method > div > p, .noble-contact-layout > div > p, .noble-local-intro p { color: var(--noble-muted); font-size: 17px; line-height: 1.75; }
.noble-section--dark .noble-section-heading p, .noble-section--dark .noble-results > div > p, .noble-section--dark .noble-method > div > p { color: #9eabb1; }

.noble-service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 19px; }
.noble-service-card { background: #fff; border: 1px solid var(--noble-line); border-radius: var(--noble-radius); overflow: hidden; box-shadow: 0 15px 45px rgba(10,24,31,.06); transition: transform .25s, box-shadow .25s; }
.noble-service-card:hover { transform: translateY(-5px); box-shadow: 0 22px 55px rgba(10,24,31,.12); }
.noble-service-card__image { height: 225px; overflow: hidden; position: relative; background: #d9ddd8; }
.noble-service-card__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(6,14,18,.45),transparent 55%); }
.noble-service-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
.noble-service-card:hover img { transform: scale(1.035); }
.noble-service-card__image > span { position: absolute; z-index: 1; right: 14px; bottom: 9px; color: rgba(255,255,255,.75); font-size: 13px; font-weight: 900; letter-spacing: .15em; }
.noble-service-card__body { position: relative; padding: 28px; }
.noble-service-card__icon { position: absolute; right: 24px; top: -25px; width: 50px; height: 50px; border-radius: 14px; background: var(--noble-olive); display: grid; place-items: center; color: #0b1004; box-shadow: 0 10px 24px rgba(164,168,42,.25); font-size: 22px; }
.noble-service-card h2 { font-size: 22px; letter-spacing: -.025em; margin: 0 0 11px; }
.noble-service-card p { min-height: 88px; color: var(--noble-muted); line-height: 1.65; font-size: 14px; }
.noble-service-card a, .noble-text-link { display: inline-flex; gap: 9px; color: var(--noble-olive-dark); font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.noble-results { display: grid; grid-template-columns: .9fr 1.1fr; gap: 80px; align-items: center; }
.noble-results ul { list-style: none; padding: 0; margin: 28px 0 30px; display: grid; gap: 13px; color: #dce2e4; font-size: 14px; }
.noble-results li::first-letter { color: var(--noble-olive); }
.noble-section--dark .noble-text-link { color: var(--noble-olive); }
.noble-before-after { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.noble-before-after figure { margin: 0; height: 470px; position: relative; overflow: hidden; border-radius: 18px; }
.noble-before-after img { width: 100%; height: 100%; object-fit: cover; }
.noble-before-after figcaption { position: absolute; left: 14px; top: 14px; padding: 7px 11px; background: rgba(3,10,14,.82); color: #fff; border-radius: 99px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.noble-before-after figure:last-child figcaption { background: var(--noble-olive); color: #0b1004; }

.noble-reviews { background: #fff; }
.noble-review-summary { display: flex; justify-content: center; align-items: center; gap: 10px; margin: -20px 0 32px; color: var(--noble-muted); }
.noble-review-summary strong { font-size: 24px; color: var(--noble-text); }
.noble-review-summary span, .noble-stars { color: var(--noble-gold); letter-spacing: .12em; }
.noble-review-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.noble-review-grid blockquote { margin: 0; padding: 28px; border: 1px solid var(--noble-line); background: #fafbf8; border-radius: 16px; }
.noble-review-grid blockquote > p { min-height: 92px; font: 18px/1.55 Georgia,serif; color: #2a3438; }
.noble-review-grid footer { display: flex; flex-direction: column; gap: 4px; border-top: 1px solid var(--noble-line); padding-top: 16px; }
.noble-review-grid footer small { color: var(--noble-muted); }

.noble-areas-section { background: var(--noble-olive-soft); }
.noble-areas-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: center; }
.noble-areas-layout .noble-button { margin-top: 25px; }
.noble-area-links { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.noble-area-links a { min-height: 80px; padding: 16px; background: rgba(255,255,255,.7); border: 1px solid rgba(86,91,31,.14); border-radius: 13px; display: flex; align-items: center; gap: 12px; }
.noble-area-links a:hover { background: #fff; }
.noble-area-links > a > span { color: var(--noble-olive-dark); }
.noble-area-links b { display: flex; flex-direction: column; gap: 4px; font-size: 14px; }
.noble-area-links small { color: #757968; font-size: 10px; font-weight: 400; }
.noble-area-links em { margin-left: auto; font-style: normal; }

.noble-faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 80px; }
.noble-faq-list { border-top: 1px solid var(--noble-line); }
.noble-faq-list details { border-bottom: 1px solid var(--noble-line); }
.noble-faq-list summary { list-style: none; min-height: 71px; display: flex; align-items: center; justify-content: space-between; gap: 20px; font-weight: 800; cursor: pointer; }
.noble-faq-list summary::-webkit-details-marker { display: none; }
.noble-faq-list summary span { font-size: 25px; color: var(--noble-olive-dark); font-weight: 400; transition: transform .2s; }
.noble-faq-list details[open] summary span { transform: rotate(45deg); }
.noble-faq-list details p { margin: -4px 45px 22px 0; color: var(--noble-muted); line-height: 1.7; font-size: 14px; }

.noble-final-cta { background: var(--noble-ink-2); color: #fff; padding: 75px 0; border-top: 1px solid rgba(255,255,255,.08); }
.noble-final-cta__inner { display: grid; grid-template-columns: 1.25fr .75fr; align-items: center; gap: 60px; }
.noble-final-cta p { color: #aab5ba; }
.noble-final-cta__inner > div:last-child { display: grid; gap: 11px; }

.noble-inner-hero { min-height: 530px; background: var(--noble-ink); color: #fff; position: relative; overflow: hidden; display: flex; align-items: center; }
.noble-inner-hero > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: saturate(.75); }
.noble-inner-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg,rgba(3,10,14,.97),rgba(3,10,14,.72) 65%,rgba(3,10,14,.42)); }
.noble-inner-hero__content { position: relative; z-index: 1; padding: 70px 0; }
.noble-inner-hero h1 { max-width: 900px; margin: 12px 0 18px; font-size: clamp(48px,6vw,78px); line-height: .98; letter-spacing: -.052em; }
.noble-inner-hero p { max-width: 720px; color: #c5cdd1; font-size: 18px; line-height: 1.65; }
.noble-inner-hero__content > div { display: flex; gap: 11px; margin-top: 27px; }
.noble-inner-hero--compact { min-height: 430px; }

.noble-process { display: grid; grid-template-columns: 1.2fr repeat(4,.7fr); gap: 20px; align-items: end; }
.noble-process h2 { font-size: 42px; line-height: 1.05; }
.noble-process > div:not(:first-child) { border-top: 1px solid rgba(255,255,255,.18); padding-top: 18px; }
.noble-process > div:not(:first-child) span { color: var(--noble-olive); font-weight: 900; letter-spacing: .12em; font-size: 11px; }
.noble-process > div:not(:first-child) p { color: #dbe0e3; line-height: 1.5; font-weight: 700; }

.noble-service-detail { display: grid; grid-template-columns: minmax(0,1fr) 430px; gap: 70px; align-items: start; }
.noble-service-detail h2 { margin-top: 10px; }
.noble-service-detail h3 { margin: 38px 0 16px; font-size: 23px; }
.noble-service-intro, .noble-service-intro p { font-size: 18px; line-height: 1.8; color: var(--noble-muted); }
.noble-service-detail aside { position: sticky; top: 120px; }
.noble-tick-grid { list-style: none; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.noble-tick-grid li { min-height: 53px; display: flex; align-items: center; gap: 10px; border: 1px solid var(--noble-line); background: #fff; padding: 12px 14px; border-radius: 10px; font-size: 13px; font-weight: 700; }
.noble-tick-grid span { color: var(--noble-olive-dark); }
.noble-benefit-panel { margin-top: 35px; padding: 27px; background: var(--noble-olive-soft); border-radius: 16px; }
.noble-benefit-panel h3 { margin-top: 0; }
.noble-benefit-panel p { display: flex; gap: 10px; }
.noble-benefit-panel span { color: var(--noble-olive-dark); }
.noble-method { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.noble-method__cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.noble-method__cards > div { min-height: 190px; padding: 23px; border: 1px solid rgba(255,255,255,.11); background: rgba(255,255,255,.04); border-radius: 15px; display: flex; flex-direction: column; justify-content: flex-end; gap: 7px; }
.noble-method__cards b { color: var(--noble-olive); font-size: 30px; margin-bottom: auto; }
.noble-method__cards small { color: #95a3aa; line-height: 1.5; }

.noble-local-intro { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: center; }
.noble-local-intro aside { background: #fff; padding: 32px; border: 1px solid var(--noble-line); border-radius: 17px; box-shadow: 0 20px 50px rgba(10,24,31,.07); }
.noble-local-intro aside > span { font-size: 35px; color: var(--noble-olive-dark); }
.noble-local-intro aside h3 { font-size: 24px; }
.noble-local-intro aside a { display: inline-block; margin-top: 10px; color: var(--noble-olive-dark); font-weight: 900; }
.noble-compact-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; }
.noble-compact-services a { min-height: 76px; padding: 15px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04); border-radius: 12px; display: flex; align-items: center; gap: 11px; }
.noble-compact-services a:hover { border-color: var(--noble-olive); }
.noble-compact-services b { color: var(--noble-olive); }
.noble-compact-services span { font-size: 13px; font-weight: 800; }
.noble-compact-services em { margin-left: auto; font-style: normal; color: var(--noble-olive); }

.noble-area-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.noble-area-cards > a { min-height: 165px; padding: 24px; border: 1px solid var(--noble-line); background: #fff; border-radius: 15px; display: grid; grid-template-columns: 34px 1fr 20px; gap: 13px; transition: transform .2s,box-shadow .2s; }
.noble-area-cards > a:hover { transform: translateY(-3px); box-shadow: 0 16px 40px rgba(10,24,31,.08); }
.noble-area-cards > a > span, .noble-area-cards small { color: var(--noble-olive-dark); }
.noble-area-cards h2 { margin: 0; font-size: 23px; }
.noble-area-cards small { text-transform: uppercase; letter-spacing: .1em; font-size: 9px; font-weight: 900; }
.noble-area-cards p { color: var(--noble-muted); font-size: 13px; line-height: 1.55; }
.noble-area-cards em { font-style: normal; }

.noble-gallery-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-auto-rows: 320px; gap: 14px; }
.noble-gallery-grid figure { position: relative; margin: 0; border-radius: 15px; overflow: hidden; background: #dfe1dd; }
.noble-gallery-grid figure.is-wide { grid-column: span 2; }
.noble-gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.noble-gallery-grid figure:hover img { transform: scale(1.025); }
.noble-gallery-grid figcaption { position: absolute; inset: auto 0 0; padding: 45px 17px 15px; background: linear-gradient(0deg,rgba(4,11,15,.82),transparent); color: #fff; display: flex; justify-content: space-between; align-items: end; }
.noble-gallery-grid figcaption span { background: var(--noble-olive); color: #0a0e03; padding: 6px 9px; border-radius: 99px; font-size: 9px; font-weight: 900; text-transform: uppercase; }

.noble-contact-layout { display: grid; grid-template-columns: 1fr 470px; gap: 75px; align-items: start; }
.noble-contact-cards { display: grid; gap: 10px; margin-top: 30px; }
.noble-contact-cards > a { min-height: 80px; display: flex; align-items: center; gap: 15px; border: 1px solid var(--noble-line); background: #fff; padding: 15px; border-radius: 13px; }
.noble-contact-cards b { font-size: 24px; color: var(--noble-olive-dark); }
.noble-contact-cards span { display: flex; flex-direction: column; gap: 3px; }
.noble-contact-cards small { color: var(--noble-muted); }
.noble-contact-cards strong { overflow-wrap: anywhere; }
.noble-contact-note { display: flex; gap: 12px; margin-top: 24px; padding: 18px; background: var(--noble-olive-soft); border-radius: 12px; }
.noble-contact-note > b { color: var(--noble-olive-dark); }
.noble-contact-note span { display: flex; flex-direction: column; gap: 5px; }
.noble-contact-note small { color: #666b59; line-height: 1.5; }

.noble-content-page { min-height: 50vh; }
.noble-elementor-page { width: 100%; overflow: hidden; }
.noble-entry-content { max-width: 850px; }
.noble-entry-content > * { max-width: 100%; }
.noble-entry-content h1 { font-size: clamp(42px,6vw,68px); }
.noble-entry-content h2 { margin-top: 40px; font-size: 32px; }
.noble-entry-content p, .noble-entry-content li { color: var(--noble-muted); font-size: 17px; line-height: 1.8; }
.noble-entry-content a { color: var(--noble-olive-dark); font-weight: 800; }
.noble-thank-you { min-height: 70vh; display: grid; place-items: center; background: var(--noble-ink); color: #fff; padding: 90px 20px; }
.noble-thank-you__card { width: min(760px,100%); text-align: center; padding: 50px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); border-radius: 24px; }
.noble-thank-you__tick { display: grid; place-items: center; width: 66px; height: 66px; margin: 0 auto 20px; border-radius: 50%; background: var(--noble-olive); color: #0a0e03; font-size: 30px; font-weight: 900; }
.noble-thank-you h1 { font-size: clamp(42px,6vw,66px); line-height: 1; }
.noble-thank-you p { color: #abb5ba; }
.noble-thank-you__card > div:last-child { display: flex; justify-content: center; gap: 10px; margin-top: 25px; }
.noble-not-found { min-height: 65vh; background: var(--noble-ink); color: #fff; display: grid; place-items: center; text-align: center; padding: 70px 20px; }
.noble-not-found > div { max-width: 720px; }
.noble-not-found h1 { font-size: 62px; line-height: 1; letter-spacing: -.05em; }
.noble-not-found p { color: #aeb9bf; }
.noble-not-found > div > div { display: flex; justify-content: center; gap: 10px; }
.noble-post-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.noble-post-card { background: #fff; border: 1px solid var(--noble-line); border-radius: 16px; overflow: hidden; }
.noble-post-card img { width: 100%; height: 220px; object-fit: cover; }
.noble-post-card > div { padding: 24px; }
.noble-post-card h2 { font-size: 23px; }
.noble-post-card p { color: var(--noble-muted); line-height: 1.65; }

.noble-footer { background: #02070a; color: #a8b1b5; padding: 70px 0 20px; }
.noble-footer__grid { display: grid; grid-template-columns: 1.35fr 1fr .9fr 1.2fr; gap: 50px; }
.noble-footer .noble-brand { margin-bottom: 20px; }
.noble-footer__about p { max-width: 330px; font-size: 13px; line-height: 1.7; }
.noble-footer h2 { color: #fff; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; margin: 0 0 18px; }
.noble-footer__grid > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 11px; }
.noble-footer__grid a { font-size: 12px; }
.noble-footer__grid a:hover { color: var(--noble-olive); }
.noble-footer__trust { color: #d6dcde; font-size: 11px; }
.noble-footer__bottom { margin-top: 55px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.09); display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.noble-footer__bottom > div { display: flex; gap: 20px; }
.noble-footer__bottom a { color: var(--noble-olive); }
.noble-mobile-bar { display: none; }

@media (max-width: 1120px) {
  .noble-menu { gap: 15px; }
  .noble-menu > li > a { font-size: 12px; }
  .noble-button--whatsapp { display: none; }
  .noble-hero__grid { grid-template-columns: 1.2fr .8fr; gap: 28px; }
  .noble-hero h1 { font-size: 57px; }
  .noble-trust-tiles { grid-template-columns: repeat(2,1fr); }
  .noble-service-detail { grid-template-columns: minmax(0,1fr) 390px; gap: 40px; }
}

@media (max-width: 900px) {
  body.admin-bar .noble-header { top: 46px; }
  .noble-topbar__inner > span, .noble-topbar__inner a:nth-child(2) { display: none; }
  .noble-topbar__inner { justify-content: flex-end; }
  .noble-desktop-nav, .noble-nav-actions { display: none; }
  .noble-menu-toggle { display: block; }
  .noble-header__row { min-height: 76px; }
  .noble-brand__mark { font-size: 49px; }
  .noble-brand__words strong { font-size: 20px; }
  .noble-hero { min-height: auto; }
  .noble-hero__grid { min-height: 0; grid-template-columns: 1fr; padding: 70px 0 80px; }
  .noble-quote { max-width: 620px; min-height: 0; }
  .noble-trust-strip > div { grid-template-columns: 1fr 1fr; }
  .noble-service-grid { grid-template-columns: 1fr 1fr; }
  .noble-results, .noble-areas-layout, .noble-faq-layout, .noble-final-cta__inner, .noble-method, .noble-local-intro { grid-template-columns: 1fr; gap: 45px; }
  .noble-review-grid { grid-template-columns: 1fr; }
  .noble-review-grid blockquote > p { min-height: 0; }
  .noble-process { grid-template-columns: 1fr 1fr; }
  .noble-process > div:first-child { grid-column: 1/-1; }
  .noble-service-detail { grid-template-columns: 1fr; }
  .noble-service-detail aside { position: static; }
  .noble-contact-layout { grid-template-columns: 1fr; gap: 45px; }
  .noble-contact-layout .noble-quote { max-width: none; }
  .noble-footer__grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .noble-container { width: min(100% - 28px,1220px); }
  .noble-top-rating { display: none; }
  .noble-brand, .custom-logo-link { min-width: 0; }
  .custom-logo { max-width: 180px; height: 55px; }
  .noble-brand__words strong { font-size: 17px; }
  .noble-brand__words small { font-size: 7px; }
  .noble-hero__grid { padding-top: 50px; }
  .noble-hero h1 { font-size: 46px; }
  .noble-hero__copy > p { font-size: 16px; }
  .noble-hero__actions { display: grid; grid-template-columns: 1fr 1fr; }
  .noble-hero__actions .noble-button:first-child { grid-column: 1/-1; }
  .noble-hero__actions .noble-button { padding-inline: 12px; font-size: 12px; }
  .noble-quote { padding: 20px; border-radius: 20px; }
  .noble-quote__heading h2 { font-size: 23px; }
  .noble-quote__intro { margin-left: 0; }
  .noble-quote__choices, .noble-quote__property { grid-template-columns: 1fr 1fr; }
  .noble-quote__choices label { padding: 8px; font-size: 11px; }
  .noble-quote__fields { grid-template-columns: 1fr; }
  .noble-trust-strip > div { grid-template-columns: 1fr; padding-block: 8px; }
  .noble-trust-strip span { border-right: 0; border-bottom: 1px solid var(--noble-line); min-height: 61px; }
  .noble-section { padding: 75px 0; }
  .noble-section-heading h2, .noble-results h2, .noble-areas-layout h2, .noble-faq-layout h2, .noble-final-cta h2, .noble-service-detail h2, .noble-method h2, .noble-contact-layout h2, .noble-local-intro h2 { font-size: 39px; }
  .noble-service-grid { grid-template-columns: 1fr; }
  .noble-service-card p { min-height: 0; }
  .noble-before-after { gap: 7px; }
  .noble-before-after figure { height: 330px; }
  .noble-area-links, .noble-area-cards { grid-template-columns: 1fr; }
  .noble-inner-hero { min-height: 470px; }
  .noble-inner-hero h1 { font-size: 48px; }
  .noble-inner-hero__content > div { display: grid; grid-template-columns: 1fr; max-width: 320px; }
  .noble-process { grid-template-columns: 1fr; }
  .noble-process > div:first-child { grid-column: auto; }
  .noble-tick-grid, .noble-method__cards, .noble-compact-services { grid-template-columns: 1fr; }
  .noble-gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 340px; }
  .noble-gallery-grid figure.is-wide { grid-column: auto; }
  .noble-thank-you__card { padding: 30px 20px; }
  .noble-thank-you__card > div:last-child, .noble-not-found > div > div { flex-direction: column; }
  .noble-not-found h1 { font-size: 46px; }
  .noble-post-grid, .noble-footer__grid { grid-template-columns: 1fr; }
  .noble-footer__bottom, .noble-footer__bottom > div { flex-direction: column; }
  .noble-footer { padding-bottom: 90px; }
  .noble-mobile-bar { position: fixed; z-index: 120; bottom: 0; left: 0; right: 0; display: grid; grid-template-columns: 1fr 1fr 1fr; min-height: 62px; background: var(--noble-ink); color: #fff; border-top: 1px solid rgba(255,255,255,.14); box-shadow: 0 -10px 30px rgba(0,0,0,.22); }
  .noble-mobile-bar a { display: flex; justify-content: center; align-items: center; border-right: 1px solid rgba(255,255,255,.1); font-size: 11px; font-weight: 900; }
  .noble-mobile-bar a:last-child { background: var(--noble-olive); color: #0a0e03; border-right: 0; }
}


/* Noble rating display and responsive overlap fixes */
.noble-stars { color: var(--noble-gold); letter-spacing: 1px; white-space: nowrap; }
.noble-review-pill, .noble-top-rating { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; max-width: 100%; }
.noble-review-pill::first-letter { color: inherit; }
@media (max-width: 900px) {
  .noble-top-rating { display: none; }
  .noble-topbar__inner { justify-content: center; }
  .noble-topbar__inner > div { width: 100%; justify-content: center; gap: 14px; min-width: 0; }
  .noble-topbar__inner a { white-space: nowrap; }
}
@media (max-width: 480px) {
  .noble-review-pill { white-space: normal; flex-wrap: wrap; line-height: 1.3; padding: 8px 11px; }
  .noble-hero__kickers { align-items: flex-start; }
}


/* Mobile trust strip and hero kicker spacing */
.noble-trust-strip > div > span { grid-template-columns: 44px minmax(0, 1fr); }
.noble-trust-strip > div > span:first-child { grid-template-columns: 100px minmax(0, 1fr); }
.noble-trust-strip > div > span:first-child > b { font-size: 16px; letter-spacing: 0; white-space: nowrap; }
@media (max-width: 640px) {
  .noble-hero__kickers { display: grid; grid-template-columns: minmax(0, 1fr); gap: 18px; margin-bottom: 28px; }
  .noble-review-pill { width: max-content; max-width: 100%; }
  .noble-hero__kickers .noble-eyebrow { display: block; line-height: 1.55; max-width: 100%; }
  .noble-trust-strip > div > span { padding: 16px 14px; }
  .noble-trust-strip > div > span:first-child { grid-template-columns: 94px minmax(0, 1fr); }
  .noble-trust-strip > div > span:first-child > b { font-size: 15px; }
}
