/**
 * Remove Negative Reviews — Main Stylesheet
 * Source of truth: Original HTML/CSS/JS design
 */

:root {
  --paper: #FAF9F6;
  --paper-dim: #F1EFE9;
  --ink: #171B22;
  --ink-soft: #4A5058;
  --line: #DEDAD0;
  --signal: #1F6F5C;
  --signal-soft: #E4EEEA;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; max-width: 100%; }
img, svg { max-width: 100%; }
html { scroll-behavior: smooth; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, .serif {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 500;
  letter-spacing: -0.01em;
}

a { color: inherit; text-decoration: none; }
p { text-align: left; }
.wrap { width: 100%; max-width: 1240px; margin-left: auto; margin-right: auto; padding-left: 32px; padding-right: 32px; box-sizing: border-box; }

/* Navigation */
nav { display: flex; align-items: center; justify-content: space-between; padding: 28px 0; position: relative; }
.logo { display: flex; align-items: center; gap: 9px; font-family: 'Newsreader', serif; font-size: 19px; font-weight: 500; text-decoration: none; border: none; color: var(--ink); }
.site-logo-img { height: 60px; width: auto; max-height: 80px; display: block; object-fit: contain; }
.logo .mark { flex-shrink: 0; }
.logo b { font-weight: 600; }
.logo .tld { color: var(--ink-soft); font-family: 'IBM Plex Sans', sans-serif; font-size: 15px; }
.navlinks, ul.navlinks { display: flex; gap: 36px; font-size: 15px; color: var(--ink-soft); align-items: center; list-style: none !important; list-style-type: none !important; margin: 0; padding: 0; }
.navlinks li, ul.navlinks li { list-style: none !important; list-style-type: none !important; margin: 0; padding: 0; display: inline-block; }
.navlinks a { border: none; color: inherit; }
.navlinks a:hover { color: var(--ink); }
.nav-cta {
  font-size: 14px; padding: 9px 18px; border: 1px solid var(--ink) !important;
  border-radius: 3px; white-space: nowrap; color: var(--ink); display: inline-block;
}
.nav-cta:hover { background: var(--ink); color: var(--paper); }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 6px; flex-shrink: 0; }
.nav-toggle span { display: block; width: 22px; height: 2px; background: var(--ink); margin: 4px 0; transition: transform .2s ease, opacity .2s ease; }

.navlinks.mobile-open, ul.navlinks.mobile-open, #primary-nav.mobile-open {
  display: flex !important; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0;
  background: #ffffff; border-bottom: 1px solid var(--line); padding: 20px 32px; gap: 4px; z-index: 9999;
  box-shadow: 0 12px 24px rgba(23,27,34,0.12);
}
.navlinks.mobile-open a, ul.navlinks.mobile-open a, #primary-nav.mobile-open a {
  color: var(--ink) !important; padding: 12px 0; border-bottom: 1px solid var(--paper-dim); font-size: 16px; width: 100%; display: block; text-align: left;
}
.navlinks.mobile-open a:last-child, ul.navlinks.mobile-open a:last-child, #primary-nav.mobile-open a:last-child { border-bottom: none; }

/* Hero */
.hero { padding: 64px 0 80px; display: grid; grid-template-columns: 1.1fr 1fr; gap: 64px; align-items: center; }
.hero h1 { font-size: 52px; line-height: 1.08; max-width: 480px; }
.hero p.lede { margin-top: 22px; font-size: 18px; color: var(--ink-soft); max-width: 420px; }
.hero-actions { margin-top: 32px; display: flex; gap: 16px; align-items: center; flex-wrap: wrap; }
.btn-primary {
  background: var(--signal); color: white; padding: 13px 26px; border-radius: 3px;
  font-size: 15px; font-weight: 500; display: inline-block; transition: background .15s ease; border: none; cursor: pointer; font-family: inherit;
}
.btn-primary:hover { background: #175947; }
.link-quiet { font-size: 15px; color: var(--ink-soft); border-bottom: 1px solid var(--line); padding-bottom: 2px; }
.link-quiet:hover { color: var(--ink); border-color: var(--ink); }

/* Search Mock Card */
.searchcard {
  background: white; border: 1px solid var(--line); border-radius: 6px;
  padding: 22px; box-shadow: 0 1px 2px rgba(23,27,34,0.04);
}
.searchbar {
  display: flex; align-items: center; gap: 10px; border: 1px solid var(--line);
  border-radius: 20px; padding: 9px 16px; font-size: 14px; color: var(--ink-soft);
}
.searchbar svg { flex-shrink: 0; }
.result { padding: 14px 4px; border-bottom: 1px solid var(--paper-dim); }
.result:last-child { border-bottom: none; }
.result-title { font-size: 15px; font-weight: 500; color: #1a4fb4; margin-bottom: 3px; }
.result-url { font-size: 12.5px; color: #1a7a4f; margin-bottom: 4px; }
.result-desc { font-size: 13px; color: var(--ink-soft); line-height: 1.45; }
.stars { color: var(--signal); font-size: 13px; letter-spacing: 1px; }

/* Trust Strip */
.trust { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 26px 0; }
.trust .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.trust-item { font-size: 14px; color: var(--ink-soft); }
.trust-item b { color: var(--ink); font-weight: 600; }

/* Section Headers */
.section { padding: 88px 0; }
.eyebrow-num { font-size: 14px; color: var(--signal); font-weight: 500; margin-bottom: 10px; }
.section h2 { font-size: 36px; max-width: 560px; margin-bottom: 16px; }
.section .subhead { font-size: 16px; color: var(--ink-soft); max-width: 480px; }

/* Process */
.process { margin-top: 56px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--line); }
.process-item { padding: 32px 28px; border-right: 1px solid var(--line); }
.process-item:first-child { padding-left: 0; }
.process-item:last-child { border-right: none; padding-right: 0; }
.process-item .step { font-family: 'Newsreader', serif; font-size: 30px; color: var(--line); margin-bottom: 18px; }
.process-item h3 { font-size: 19px; margin-bottom: 10px; }
.process-item p { font-size: 14.5px; color: var(--ink-soft); }

/* Services */
.services { background: var(--paper-dim); }
.service-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.service-card { background: var(--paper-dim); padding: 32px; }
.service-card h3 { font-size: 19px; margin-bottom: 10px; display: flex; align-items: baseline; gap: 10px; }
.service-card p { font-size: 14.5px; color: var(--ink-soft); }

/* Before / After Comparison */
.compare { margin-top: 56px; display: grid; grid-template-columns: 1fr 1fr; gap: 40px; }
.compare-col { background: white; border: 1px solid var(--line); border-radius: 6px; padding: 26px; }
.compare-col.after { border-color: var(--signal); }
.compare-label { font-size: 13px; color: var(--ink-soft); margin-bottom: 16px; }
.compare-col.after .compare-label { color: var(--signal); font-weight: 500; }
.compare-row { display: flex; justify-content: space-between; font-size: 14px; padding: 9px 0; border-bottom: 1px solid var(--paper-dim); }
.compare-row:last-child { border-bottom: none; }

/* Clients Slideshow */
.clients-slideshow { margin-top: 48px; max-width: 640px; margin-left: auto; margin-right: auto; position: relative; }
.client-slide { display: none; border: 1px solid var(--line); border-radius: 12px; background: white; padding: 36px 38px; text-align: center; }
.client-slide.active { display: block; }
.client-slide .clogo {
  width: 64px; height: 64px; border-radius: 50%; margin: 0 auto 18px; display: flex; align-items: center;
  justify-content: center; font-family: 'Newsreader', serif; font-size: 26px; font-weight: 600; color: white;
}
.client-slide .clogo-img { max-height: 46px; max-width: 220px; margin: 0 auto 18px; display: block; object-fit: contain; }
.client-slide .cname { font-size: 20px; margin-bottom: 4px; }
.client-slide .cname a { border-bottom: 1px solid var(--line); }
.client-slide .cname a:hover { border-color: var(--signal); color: var(--signal); }
.client-slide .cdesc { font-size: 14px; color: var(--ink-soft); margin: 14px auto 20px; max-width: 460px; text-align: center; }
.client-slide .cratings { display: flex; justify-content: center; gap: 32px; font-size: 13.5px; color: var(--ink-soft); border-top: 1px solid var(--paper-dim); padding-top: 16px; }
.client-slide .cratings b { color: var(--ink); }
.slide-dots { display: flex; justify-content: center; gap: 8px; margin-top: 20px; }
.slide-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--line); border: none; cursor: pointer; padding: 0; }
.slide-dot.active { background: var(--signal); }
.clients-note { margin-top: 22px; font-size: 13.5px; color: var(--ink-soft); background: var(--paper-dim); padding: 14px 16px; border-radius: 6px; }

/* Pricing Grid */
.pricing-grid { margin-top: 48px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { border: 1px solid var(--line); border-radius: 6px; padding: 30px; background: white; }
.price-card.featured { border-color: var(--signal); background: var(--signal-soft); }
.price-name { font-size: 15px; color: var(--ink-soft); margin-bottom: 6px; }
.price-amount { font-family: 'Newsreader', serif; font-size: 38px; margin-bottom: 4px; }
.price-amount span { font-size: 15px; font-family: 'IBM Plex Sans', sans-serif; color: var(--ink-soft); }
.price-age { font-size: 13.5px; color: var(--ink-soft); margin-bottom: 18px; }
.price-features { margin: 22px 0 26px; font-size: 14px; color: var(--ink-soft); }
.price-features li { list-style: none; padding: 6px 0; border-top: 1px solid var(--line); }
.price-features li:first-child { border-top: none; }
.price-cta { display: block; text-align: center; padding: 11px; border: 1px solid var(--ink); border-radius: 3px; font-size: 14px; }
.price-card.featured .price-cta { background: var(--signal); color: white; border-color: var(--signal); }

/* CTA Band */
.cta-band { background: var(--ink); color: var(--paper); text-align: left; }
.cta-band .wrap { padding-top: 76px; padding-bottom: 76px; }
.cta-band h2 { color: var(--paper); font-size: 34px; max-width: 480px; margin: 0 !important; padding: 0 !important; text-indent: 0 !important; }
.cta-band p { color: #B8BDC6; margin-top: 14px; max-width: 420px; }
.cta-band .btn-primary { margin-top: 28px; }

/* Page Header */
.page-head { padding: 48px 0 8px; }
.page-head h1 { font-size: 40px; max-width: 600px; }
.page-head p { font-size: 16px; color: var(--ink-soft); margin-top: 12px; max-width: 520px; }

/* Article Grid & Cards */
.article-grid { padding: 48px 0 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 28px; }
.article-card { border: 1px solid var(--line); border-radius: 10px; padding: 34px 30px; background: white; transition: border-color .15s ease, transform .15s ease; display: block; }
.article-card:hover { border-color: var(--signal); transform: translateY(-2px); }
.article-card .tag { font-size: 12.5px; color: var(--signal); font-weight: 500; text-transform: uppercase; letter-spacing: 0.04em; margin-bottom: 12px; }
.article-card h2 { font-size: 24px; margin-bottom: 12px; line-height: 1.2; }
.article-card p { font-size: 14.5px; color: var(--ink-soft); margin-bottom: 20px; }
.article-card .readmore { font-size: 14px; color: var(--signal); font-weight: 500; }

/* Single Article Prose */
.article-head { max-width: 720px; margin: 0 auto; padding: 56px 32px 8px; }
.article-head .tag { font-size: 13px; color: var(--signal); font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 14px; }
.article-head h1 { font-size: 42px; line-height: 1.15; }
.article-head .dek { font-size: 18px; color: var(--ink-soft); margin-top: 16px; font-family: 'Newsreader', serif; font-style: italic; }
.meta { font-size: 13.5px; color: var(--ink-soft); margin-top: 20px; }

.prose { max-width: 720px; margin: 0 auto; padding: 40px 32px 100px; font-size: 17px; }
.prose h2 { font-size: 27px; margin: 44px 0 16px; }
.prose h3 { font-size: 20px; margin: 32px 0 12px; }
.prose p { margin-bottom: 18px; color: var(--ink); }
.prose ul, .prose ol { margin: 0 0 18px 22px; }
.prose li { margin-bottom: 8px; }
.prose strong { font-weight: 600; }
.pullquote { border-left: 3px solid var(--signal); padding: 4px 0 4px 22px; margin: 30px 0; font-family: 'Newsreader', serif; font-size: 21px; font-style: italic; color: var(--ink); }
.cta-box { background: var(--signal-soft); border-radius: 10px; padding: 28px 30px; margin: 44px 0; }
.cta-box h3 { margin-top: 0; font-size: 20px; }
.cta-box p { color: var(--ink-soft); margin-bottom: 16px; }
.cta-box .btn { display: inline-block; background: var(--signal); color: white; border: none; padding: 11px 22px; border-radius: 4px; font-size: 14px; font-weight: 500; }

/* Contact Layout */
.contact-layout { padding: 40px 0 100px; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: start; }
.field-block { margin-bottom: 22px; }
.field-block label { display: block; font-size: 14px; font-weight: 500; margin-bottom: 8px; }
.field-block label .req { color: #B3261E; }
.field-block .hint { font-size: 13px; color: var(--ink-soft); margin-top: 6px; }
.field-block input, .field-block textarea, .field-block select {
  width: 100%; border: 1px solid var(--line); border-radius: 4px; padding: 11px 13px; font-size: 15px; font-family: inherit; background: white; color: var(--ink);
}
.field-block textarea { min-height: 130px; resize: vertical; }
.field-block input:focus, .field-block textarea:focus, .field-block select:focus { outline: none; border-color: var(--signal); box-shadow: 0 0 0 3px var(--signal-soft); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }

/* Contact Form 7 Integration */
.wpcf7-form-control-wrap { display: block; width: 100%; }
.wpcf7-not-valid-tip { font-size: 13px; color: #B3261E; margin-top: 4px; }
div.wpcf7-response-output {
  margin: 20px 0 0; padding: 12px 16px; border-radius: 4px; font-size: 14px;
  border: 1px solid var(--signal); background: var(--signal-soft); color: var(--ink);
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
  border-color: #B3261E; background: #FDF2F2; color: #B3261E;
}
.wpcf7-spinner { display: inline-block; margin-left: 10px; vertical-align: middle; }

.info-card { border: 1px solid var(--line); border-radius: 8px; padding: 28px; background: white; margin-bottom: 20px; }
.info-card h3 { font-size: 17px; margin-bottom: 14px; }
.info-row { display: flex; align-items: center; gap: 12px; font-size: 15px; padding: 8px 0; }
.info-row .ico { width: 34px; height: 34px; border-radius: 50%; background: var(--signal-soft); color: var(--signal); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.info-row a:hover { color: var(--signal); }

.faq-item { border-top: 1px solid var(--line); padding: 16px 0; }
.faq-item:first-child { border-top: none; }
.faq-item h4 { font-size: 15px; font-weight: 500; margin-bottom: 6px; }
.faq-item p { font-size: 14px; color: var(--ink-soft); }

/* Choice Grid (Order Hub) */
.choice-grid { padding: 48px 0 100px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1100px; margin: 0 auto; align-items: stretch; }
.choice-card { border: 1px solid var(--line); border-radius: 10px; padding: 32px 26px; background: white; text-align: left; transition: border-color .15s ease, transform .15s ease; display: flex; flex-direction: column; }
.choice-card:hover { border-color: var(--signal); transform: translateY(-2px); }
.choice-card .ico { width: 48px; height: 48px; border-radius: 12px; background: var(--signal-soft); color: var(--signal); display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 18px; font-weight: 600; }
.choice-card h2 { font-size: 21px; margin-bottom: 10px; line-height: 1.2; }
.choice-card p { font-size: 14px; color: var(--ink-soft); margin-bottom: 18px; flex-grow: 1; }
.choice-card .cprice { font-size: 14px; color: var(--ink); margin-bottom: 4px; }
.choice-card .cprice b { font-family: 'Newsreader', serif; font-size: 22px; }
.choice-card .cage { font-size: 12.5px; color: var(--ink-soft); margin-bottom: 4px; }
.choice-card .go { display: block; text-align: center; margin-top: 18px; padding: 12px 20px; background: var(--signal); color: white; border-radius: 4px; font-size: 14px; font-weight: 500; }
.choice-card .go:hover { background: #175947; }

/* Order Page Layout & Payment Selector */
.order-layout { padding: 32px 0 100px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 48px; align-items: start; }
h2.section-title { font-size: 21px; margin: 0 0 18px; }
.form-section { margin-bottom: 40px; }
.service-banner { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; border: 1px solid var(--signal); background: var(--signal-soft); border-radius: 8px; padding: 18px 22px; margin-bottom: 28px; }
.service-banner .ico { width: 40px; height: 40px; border-radius: 8px; background: var(--signal); color: white; display: flex; align-items: center; justify-content: center; font-weight: 600; }
.service-banner .st { font-size: 15px; font-weight: 500; }
.service-banner .ss { font-size: 13.5px; color: var(--ink-soft); }
.service-banner .sp { margin-left: auto; font-family: 'Newsreader', serif; font-size: 22px; }
.pay-options { display: grid; gap: 10px; }
.pay-option { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; border: 1px solid var(--line); border-radius: 6px; padding: 13px 16px; cursor: pointer; background: white; }
.pay-option:hover { border-color: var(--signal); }
.pay-option input { accent-color: var(--signal); }
.pay-option.selected { border-color: var(--signal); background: var(--signal-soft); }
.paypal-note { font-size: 13px; color: var(--ink-soft); margin-top: 12px; padding: 12px 14px; background: var(--paper-dim); border-radius: 6px; }
.paypal-note a { color: var(--signal); border-bottom: 1px solid var(--signal); }
.pay-detail { display: none; font-size: 13px; color: var(--ink-soft); margin-top: 10px; padding: 12px 14px; background: var(--signal-soft); border-radius: 6px; line-height: 1.5; }
.pay-detail.visible { display: block; }
.pay-detail b { color: var(--ink); }
.summary-panel { position: sticky; top: 28px; border: 1px solid var(--line); border-radius: 8px; background: white; padding: 26px; }
.summary-panel h3 { font-size: 18px; margin-bottom: 18px; }
.summary-row { display: flex; justify-content: space-between; font-size: 14.5px; padding: 10px 0; border-top: 1px solid var(--paper-dim); }
.summary-row:first-of-type { border-top: none; }
.summary-total { display: flex; justify-content: space-between; font-family: 'Newsreader', serif; font-size: 24px; padding-top: 16px; margin-top: 8px; border-top: 1px solid var(--line); }
.pay-btn { display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%; padding: 13px; margin-top: 12px; border-radius: 4px; font-size: 15px; font-weight: 500; border: 1px solid var(--line); background: white; cursor: pointer; }
.pay-btn:hover { border-color: var(--ink); }
.pay-btn.primary { background: var(--signal); color: white; border-color: var(--signal); margin-top: 20px; }
.pay-btn.primary:hover { background: #175947; }
.pay-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 14px; line-height: 1.5; }
.trust-mini { display: flex; gap: 8px; align-items: center; font-size: 13px; color: var(--ink-soft); margin-top: 18px; }

/* Footer */
footer { padding: 0; border-top: 1px solid var(--line); margin-top: 20px; }
.footer-main { padding: 56px 0 40px; display: grid; grid-template-columns: 1.3fr 0.85fr 0.85fr 1.3fr; gap: 32px; max-width: 1240px; margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.footer-col { min-width: 0; }
.footer-col h4 { font-size: 14px; margin-bottom: 16px; color: var(--ink); }
.footer-col ul, .footer-col ol { list-style: none !important; list-style-type: none !important; margin: 0; padding: 0; }
.footer-col li { list-style: none !important; list-style-type: none !important; margin: 0; padding: 0; }
.footer-col p, .footer-col a { display: block; font-size: 14px; color: var(--ink-soft); margin-bottom: 10px; border: none; overflow-wrap: break-word; word-break: break-word; }
.footer-col a:hover { color: var(--signal); }
.footer-desc { font-size: 14px; color: var(--ink-soft); max-width: 280px; margin-top: 14px; }
.social-row { display: flex; gap: 18px; margin-top: 16px; }
.social-icon {
  display: flex; align-items: center; justify-content: center; color: var(--ink-soft);
  transition: all .15s ease; flex-shrink: 0; font-size: 20px; font-weight: 600; font-family: 'IBM Plex Sans', sans-serif; line-height: 1; border: none !important;
}
.social-icon:hover { color: var(--signal); }
.footer-bottom-band, .footer-bottom { border-top: 1px solid var(--line); }
.footer-bottom-band .wrap, .footer-bottom .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 22px; padding-bottom: 22px; }
.footer-bottom .fine, .footer-bottom-band .fine { margin: 0 !important; padding: 0 !important; text-indent: 0 !important; font-size: 13px; color: var(--ink-soft); }
.footer-legal { display: flex; flex-wrap: wrap; gap: 12px 22px; font-size: 13px; color: var(--ink-soft); }
.footer-legal a { border: none; }

/* Responsive Breakpoints */
@media (max-width: 900px) {
  .wrap { padding-left: 24px; padding-right: 24px; }
  .hero { grid-template-columns: 1fr; gap: 40px; }
  .hero h1 { font-size: 38px; }
  .contact-layout { grid-template-columns: 1fr; }
  .order-layout { grid-template-columns: 1fr; }
  .summary-panel { position: static; }
  .field-row { grid-template-columns: 1fr; }
  .choice-grid { grid-template-columns: 1fr; }
  .navlinks, ul.navlinks, #primary-nav { display: none; }
  .nav-toggle { display: flex !important; flex-direction: column; }
}

@media (max-width: 820px) {
  .process { grid-template-columns: 1fr; }
  .process-item { border-right: none; border-bottom: 1px solid var(--line); padding: 24px 0 !important; }
  .service-grid { grid-template-columns: 1fr; }
  .compare { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 700px) {
  .article-grid { grid-template-columns: 1fr; }
}

@media (max-width: 480px) {
  .wrap { padding-left: 16px; padding-right: 16px; }
  .nav-cta { display: none; }
  .footer-main { grid-template-columns: 1fr; }
}

a:focus-visible, button:focus-visible { outline: 2px solid var(--signal); outline-offset: 2px; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

/* Header Avatar Styling */
.header-avatar-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--surface-soft, #f4f4f2);
  border: 1px solid var(--line, #e2e2de);
  color: var(--ink, #111110);
  transition: all .15s ease;
  overflow: hidden;
  flex-shrink: 0;
  text-decoration: none;
}
.header-avatar-link:hover {
  border-color: var(--signal, #175947);
  color: var(--signal, #175947);
  background: var(--signal-soft, #e8f0ec);
}
.header-avatar-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  display: block;
}
.header-avatar-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Header & Floating Cart Button / Badge */
.header-cart-link,
#headerCartBtn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative !important;
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid var(--line, #dedad0) !important;
  color: var(--ink, #171b22) !important;
  padding: 0 !important;
  margin: 0 !important;
  cursor: pointer !important;
  flex-shrink: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-shadow: none !important;
  transition: all .15s ease !important;
}

.header-cart-link:hover,
#headerCartBtn:hover {
  border-color: var(--signal, #1f6f5c) !important;
  color: var(--signal, #1f6f5c) !important;
  background: var(--signal-soft, #e4eeea) !important;
}

.header-cart-link .cart-icon,
.header-cart-link svg,
#headerCartBtn svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  fill: none !important;
  stroke: var(--ink, #171b22) !important;
  stroke-width: 2px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  flex-shrink: 0 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.header-cart-link:hover .cart-icon,
.header-cart-link:hover svg,
#headerCartBtn:hover svg {
  stroke: var(--signal, #1f6f5c) !important;
}

.floating-cart-btn,
#floatingCartBtn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: fixed !important;
  bottom: 24px !important;
  right: 24px !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  border: 1px solid var(--line, #dedad0) !important;
  color: var(--ink, #171b22) !important;
  box-shadow: 0 4px 16px rgba(23,27,34,0.15) !important;
  z-index: 9999 !important;
  cursor: pointer !important;
  padding: 0 !important;
  margin: 0 !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: all .15s ease !important;
}

.floating-cart-btn:hover,
#floatingCartBtn:hover {
  border-color: var(--signal, #1f6f5c) !important;
  color: var(--signal, #1f6f5c) !important;
  background: var(--signal-soft, #e4eeea) !important;
}

.floating-cart-btn .cart-icon,
.floating-cart-btn svg,
#floatingCartBtn svg {
  display: block !important;
  width: 22px !important;
  height: 22px !important;
  fill: none !important;
  stroke: var(--ink, #171b22) !important;
  stroke-width: 2px !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  flex-shrink: 0 !important;
  pointer-events: none !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.floating-cart-btn:hover .cart-icon,
.floating-cart-btn:hover svg,
#floatingCartBtn:hover svg {
  stroke: var(--signal, #1f6f5c) !important;
}
.cart-badge {
  position: absolute;
  top: -4px;
  right: -4px;
  background: var(--signal);
  color: white;
  font-size: 11px;
  font-weight: 600;
  min-width: 18px;
  height: 18px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 4px;
  line-height: 1;
}
.cart-badge:empty, .cart-badge[data-count="0"] {
  display: none;
}

/* Cart Overlay & Drawer */
.rnr-cart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(23, 27, 34, 0.4);
  backdrop-filter: blur(2px);
  z-index: 99998;
  opacity: 0;
  transition: opacity .25s ease;
  pointer-events: none;
}
.rnr-cart-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

.rnr-cart-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: 400px;
  max-width: 100vw;
  height: 100vh;
  background: white;
  box-shadow: -6px 0 24px rgba(23,27,34,0.15);
  z-index: 99999;
  display: flex;
  flex-direction: column;
  transform: translateX(100%);
  transition: transform .3s cubic-bezier(0.16, 1, 0.3, 1);
}
.rnr-cart-drawer.open {
  transform: translateX(0);
}

.rnr-cart-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}
.rnr-cart-title {
  font-family: 'Newsreader', serif;
  font-size: 22px;
  font-weight: 500;
  color: var(--ink);
  margin: 0;
}
.rnr-cart-close {
  background: none;
  border: none;
  font-size: 26px;
  line-height: 1;
  color: var(--ink-soft);
  cursor: pointer;
  padding: 4px;
}
.rnr-cart-close:hover {
  color: var(--ink);
}

.rnr-cart-body {
  flex: 1;
  overflow-y: auto;
  padding: 24px;
}

.rnr-cart-item {
  display: flex;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid var(--line);
  position: relative;
}
.rnr-cart-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.rnr-cart-item-details {
  flex: 1;
  min-width: 0;
}
.rnr-cart-item-title {
  font-family: 'Newsreader', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 4px;
  line-height: 1.3;
}
.rnr-cart-item-price {
  font-size: 13.5px;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
.rnr-cart-qty-ctrl {
  display: inline-flex;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 4px;
  overflow: hidden;
  background: var(--paper);
}
.rnr-cart-qty-btn {
  width: 32px;
  height: 32px;
  background: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .12s ease;
}
.rnr-cart-qty-btn:hover {
  background: var(--paper-dim);
}
.rnr-cart-qty-val {
  width: 38px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  border: none;
  border-left: 1px solid var(--line);
  border-right: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
  -moz-appearance: textfield;
}
.rnr-cart-qty-val::-webkit-outer-spin-button,
.rnr-cart-qty-val::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.rnr-cart-item-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.rnr-cart-item-total {
  font-family: 'Newsreader', serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--ink);
}
.rnr-cart-remove-btn {
  background: none;
  border: none;
  color: #b3261e;
  font-size: 13px;
  cursor: pointer;
  padding: 2px;
  display: flex;
  align-items: center;
  gap: 4px;
  opacity: 0.8;
  transition: opacity .15s ease;
}
.rnr-cart-remove-btn:hover {
  opacity: 1;
  text-decoration: underline;
}

/* Empty Cart State */
.rnr-empty-cart {
  text-align: center;
  padding: 40px 16px;
}
.rnr-empty-cart svg {
  color: var(--line);
  margin-bottom: 16px;
}
.rnr-empty-cart p {
  text-align: center;
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.rnr-empty-cart .btn-shop {
  display: inline-block;
  padding: 10px 20px;
  background: var(--signal);
  color: white;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

/* Cart Footer */
.rnr-cart-footer {
  padding: 20px 24px;
  border-top: 1px solid var(--line);
  background: var(--paper);
}
.rnr-cart-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 16px;
  color: var(--ink);
  margin-bottom: 16px;
}
.rnr-cart-subtotal-row strong {
  font-family: 'Newsreader', serif;
  font-size: 22px;
  font-weight: 600;
  color: var(--ink);
}
.rnr-cart-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.rnr-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: all .15s ease;
}
.rnr-cart-btn.secondary {
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
}
.rnr-cart-btn.secondary:hover {
  border-color: var(--ink);
}
.rnr-cart-btn.primary {
  background: var(--signal);
  color: white;
  border: 1px solid var(--signal);
}
.rnr-cart-btn.primary:hover {
  background: #175947;
}
.rnr-cart-btn.disabled,
.rnr-cart-btn[aria-disabled="true"] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

@media (max-width: 480px) {
  .rnr-cart-drawer {
    width: 100vw;
  }
  .floating-cart-btn {
    bottom: 20px;
    right: 16px;
    width: 48px;
    height: 48px;
  }
}

/* ==========================================================================
   Step 4: WooCommerce My Account, Cart, Checkout & Order Details Styling
   ========================================================================== */

.woocommerce-account .wrap,
.woocommerce-cart .wrap,
.woocommerce-checkout .wrap,
.woocommerce-page .wrap {
  padding-top: 36px;
  padding-bottom: 60px;
}

.woocommerce-account h1,
.woocommerce-cart h1,
.woocommerce-checkout h1,
.woocommerce-page h1 {
  font-family: 'Newsreader', serif;
  font-size: 36px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 24px;
}

/* Notices & Messages */
.woocommerce-notice,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  padding: 14px 20px;
  border-radius: 4px;
  font-size: 14.5px;
  margin-bottom: 24px;
  list-style: none !important;
}
.woocommerce-message, .woocommerce-info {
  background: var(--signal-soft);
  border: 1px solid var(--signal);
  color: var(--signal);
}
.woocommerce-error {
  background: #fdf2f2;
  border: 1px solid #e57373;
  color: #c62828;
}

/* A. My Account Layout & Navigation */
.woocommerce-account .woocommerce {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 40px;
  align-items: start;
}
.woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0;
  padding: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-MyAccount-navigation li {
  border-bottom: 1px solid var(--paper-dim);
}
.woocommerce-MyAccount-navigation li:last-child {
  border-bottom: none;
}
.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 18px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--ink-soft);
  text-decoration: none;
  transition: all .15s ease;
}
.woocommerce-MyAccount-navigation a:hover,
.woocommerce-MyAccount-navigation li.is-active a {
  background: var(--signal-soft);
  color: var(--signal);
}

.woocommerce-MyAccount-content {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 32px;
}

/* Tables (Order History, Downloads, Addresses) */
.woocommerce-orders-table,
.woocommerce-table--order-details,
.shop_table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 14.5px;
}
.woocommerce-orders-table th,
.woocommerce-table--order-details th,
.shop_table th {
  font-family: 'Newsreader', serif;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  padding: 12px 16px;
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  color: var(--ink);
}
.woocommerce-orders-table td,
.woocommerce-table--order-details td,
.shop_table td {
  padding: 14px 16px;
  border-bottom: 1px solid var(--paper-dim);
  color: var(--ink);
}

/* Order Status Badges */
.order-status, mark.order-status {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  background: var(--paper-dim);
  color: var(--ink-soft);
}
mark.status-on-hold, mark.status-processing {
  background: #fff3cd;
  color: #856404;
}
mark.status-completed {
  background: var(--signal-soft);
  color: var(--signal);
}

/* Action Buttons in Tables & Forms */
.woocommerce-button,
.woocommerce-orders-table__row-action,
.woocommerce-MyAccount-content .button,
.woocommerce-form-login .button,
.woocommerce-form-register .button,
.woocommerce-EditAccountForm .button,
.woocommerce-address-fields .button {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 13.5px;
  font-weight: 500;
  background: white;
  border: 1px solid var(--line);
  color: var(--ink);
  cursor: pointer;
  text-decoration: none;
  transition: all .15s ease;
}
.woocommerce-button:hover,
.woocommerce-orders-table__row-action:hover,
.woocommerce-MyAccount-content .button:hover {
  border-color: var(--ink);
  color: var(--ink);
}
.woocommerce-button.pay,
.woocommerce-button.primary,
.woocommerce-form-login .button,
.woocommerce-EditAccountForm .button {
  background: var(--signal);
  color: white;
  border-color: var(--signal);
}
.woocommerce-button.pay:hover,
.woocommerce-form-login .button:hover,
.woocommerce-EditAccountForm .button:hover {
  background: #175947;
}

/* Form Inputs */
.woocommerce-form-row {
  margin-bottom: 18px;
}
.woocommerce-form-row label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 6px;
  color: var(--ink);
}
.woocommerce-Input,
.woocommerce-form-row input[type="text"],
.woocommerce-form-row input[type="email"],
.woocommerce-form-row input[type="password"],
.woocommerce-form-row select,
.woocommerce-form-row textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  font-size: 14.5px;
  font-family: 'IBM Plex Sans', sans-serif;
  background: white;
  color: var(--ink);
  transition: border-color .15s ease;
}
.woocommerce-Input:focus,
.woocommerce-form-row input:focus,
.woocommerce-form-row select:focus,
.woocommerce-form-row textarea:focus {
  border-color: var(--signal);
  outline: none;
}

/* C. Cart Page */
.woocommerce-cart .shop_table.cart {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  overflow: hidden;
}
.woocommerce-cart .cart_totals {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
}
.woocommerce-cart .cart_totals h2 {
  font-family: 'Newsreader', serif;
  font-size: 22px;
  margin-bottom: 16px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  padding: 13px;
  background: var(--signal);
  color: white;
  text-align: center;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 16px;
}
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover {
  background: #175947;
}

/* D. Checkout Page */
.woocommerce-checkout .alignwide,
.wp-block-woocommerce-checkout,
.wc-block-checkout,
.wc-block-components-sidebar-layout {
  margin-inline: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.woocommerce-checkout .woocommerce {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  align-items: start;
}
#customer_details {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 28px;
}
#order_review_heading {
  font-family: 'Newsreader', serif;
  font-size: 24px;
  margin-bottom: 16px;
}
#order_review {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
}
#add_payment_method #payment,
.woocommerce-checkout #payment {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 16px;
  margin-top: 20px;
}
#payment ul.payment_methods {
  list-style: none !important;
  padding: 0;
  margin: 0 0 16px 0;
}
#payment li.payment_method {
  margin-bottom: 12px;
  padding: 12px 14px;
  border: 1px solid var(--line);
  border-radius: 4px;
  background: white;
}
#payment div.payment_box {
  padding: 12px;
  background: var(--paper);
  border-radius: 4px;
  font-size: 13.5px;
  margin-top: 8px;
  color: var(--ink-soft);
}
#place_order {
  display: block;
  width: 100%;
  padding: 14px;
  background: var(--signal);
  color: white;
  font-weight: 600;
  font-size: 15px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 16px;
}
#place_order:hover {
  background: #175947;
}

/* E. Responsive Breakpoints (320px, 375px, 390px, 414px, 768px, 1024px, 1440px) */
@media (max-width: 900px) {
  .woocommerce-account .woocommerce,
  .woocommerce-checkout .woocommerce {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
@media (max-width: 600px) {
  .woocommerce-MyAccount-content {
    padding: 20px 16px;
  }
  .woocommerce-orders-table, .shop_table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

/* Step 5: Product Reviews & Verified Purchase System */
.rnr-reviews-summary {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 24px;
  margin-bottom: 24px;
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: center;
}
.rnr-rating-box {
  text-align: center;
}
.rnr-avg-score {
  font-family: 'Newsreader', serif;
  font-size: 48px;
  font-weight: 600;
  color: var(--ink);
  line-height: 1;
}
.rnr-stars-gold {
  font-size: 20px;
  color: var(--signal);
  margin: 6px 0;
}
.rnr-total-count {
  font-size: 13.5px;
  color: var(--ink-soft);
}
.rnr-dist-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
  font-size: 13.5px;
  color: var(--ink-soft);
}
.rnr-dist-label {
  width: 32px;
  font-weight: 500;
  text-align: right;
}
.rnr-dist-bar-wrap {
  flex: 1;
  height: 8px;
  background: var(--paper-dim);
  border-radius: 4px;
  overflow: hidden;
}
.rnr-dist-bar {
  height: 100%;
  background: var(--signal);
  border-radius: 4px;
}
.rnr-dist-count {
  width: 24px;
  text-align: left;
}

.rnr-review-card {
  background: white;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 20px 24px;
  margin-bottom: 16px;
}
.rnr-review-card-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.rnr-reviewer-name {
  font-size: 15px;
  font-weight: 600;
  color: var(--ink);
  margin-right: 8px;
}
.rnr-verified-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--signal);
  background: var(--signal-soft);
  padding: 2px 8px;
  border-radius: 10px;
}
.rnr-review-date {
  font-size: 12.5px;
  color: var(--ink-soft);
}
.rnr-stars-row {
  font-size: 16px;
  color: var(--signal);
  margin-bottom: 8px;
}
.rnr-review-headline {
  font-family: 'Newsreader', serif;
  font-size: 17px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
}
.rnr-review-body {
  font-size: 14px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin: 0;
}

/* Star Picker in Modal */
.rnr-star-picker span {
  transition: transform .12s ease;
}
.rnr-star-picker span:hover {
  transform: scale(1.15);
}

@media (max-width: 600px) {
  .rnr-reviews-summary {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
}

/* Step 8 — Customer Dashboard & Order Management Responsive Styling */
.rnr-order-status-tracker {
  margin-bottom: 24px;
  padding: 20px 24px;
  background: var(--paper, #faf9f6);
  border: 1px solid var(--line, #dedad0);
  border-radius: 6px;
}

.rnr-orders-table-service strong {
  color: var(--ink, #171b22);
}

@media (max-width: 640px) {
  .rnr-tracker-steps {
    flex-direction: column;
    gap: 16px;
    align-items: flex-start !important;
  }
  .rnr-tracker-step {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: left !important;
  }
  .rnr-step-circle {
    margin: 0 !important;
    flex-shrink: 0;
  }
  .woocommerce-orders-table__cell-rnr_service strong {
    font-size: 13px;
  }
}

/* Checkout Payment Gateway Instructions Container */
.rnr-checkout-gateway-instructions {
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid var(--line, #dedad0);
  font-size: 13.5px;
  line-height: 1.5;
  color: var(--ink-soft, #4a5058);
}
.rnr-checkout-gateway-instructions p {
  margin-bottom: 8px;
}
.rnr-checkout-gateway-instructions p:last-child {
  margin-bottom: 0;
}





