/* Clone of alltradesforindy.com — UENI Natural template (custom theme)
   Primary #0666c6 · Secondary #00C080 · Tertiary #fafdff
   Headings: Oswald · Body: Alegreya Sans
*/

:root {
  --primary: #0666c6;
  --primary-dark: #0554a3;
  --primary-light: #0773df;
  --secondary: #00c080;
  --secondary-dark: #00a86e;
  --tertiary: #fafdff;
  --mint: #c3ffeb;
  --bg: #ffffff;
  --bg-soft: #e1f3ff;
  --text: #000000;
  --text-dark: #333333;
  --text-muted: #555555;
  --text-light: #888888;
  --white: #ffffff;
  --line: #dce8f2;
  --header-h: 72px;
  --max: 1140px;
  --radius: 4px;
  --font: "Alegreya Sans", Arial, Helvetica, sans-serif;
  --heading: "Oswald", Arial, Helvetica, sans-serif;
  --shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  font-size: 16px;
  line-height: 1.55;
  color: var(--text-dark);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

h1,
h2,
h3,
h4 {
  font-family: var(--heading);
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.2;
  margin: 0 0 0.55em;
  color: var(--text);
  text-transform: none;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3rem);
  letter-spacing: 1px;
}

h2 {
  font-size: clamp(1.6rem, 3vw, 2.15rem);
}

h3 {
  font-size: 1.25rem;
}

p {
  margin: 0 0 1rem;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--primary);
  color: #fff;
  padding: 0.6rem 1rem;
  z-index: 2000;
}

.skip-link:focus {
  left: 0.75rem;
  top: 0.75rem;
}

/* ========== TOP BAR + HEADER (UENI natural) ========== */
.top-bar {
  background: rgba(0, 0, 0, 0.2);
  color: #ded9d8;
  font-size: 0.85rem;
}

.top-bar-inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem 1.25rem;
  padding: 0.4rem 0;
}

.top-bar a {
  color: #ded9d8;
}

.top-bar a:hover {
  color: #fff;
}

.top-bar-left,
.top-bar-right {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.85rem 1.25rem;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
}

.site-header.is-over-hero {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  background: transparent;
  border-bottom: none;
  box-shadow: none;
}

.site-header.is-over-hero + .hero {
  /* hero handles its own top padding */
}

.site-header.is-over-hero .logo-text,
.site-header.is-over-hero .site-nav > a {
  color: #fff;
}

.site-header.is-over-hero .nav-toggle span {
  background: #fff;
}

.site-header.is-over-hero.is-scrolled,
.site-header:not(.is-over-hero) {
  position: sticky;
  background: var(--white);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.site-header.is-over-hero.is-scrolled .logo-text,
.site-header.is-over-hero.is-scrolled .site-nav > a,
.site-header:not(.is-over-hero) .logo-text,
.site-header:not(.is-over-hero) .site-nav > a {
  color: var(--text-dark);
}

.site-header.is-over-hero.is-scrolled .nav-toggle span {
  background: var(--text);
}

.header-inner {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
  min-height: var(--header-h);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.5rem 0;
}

.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex-shrink: 0;
}

.logo img {
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 6px;
  background: #fff;
}

.logo-text {
  font-family: var(--heading);
  font-size: 1.05rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  line-height: 1.15;
  color: var(--text-dark);
}

.logo-text span {
  display: block;
  font-family: var(--font);
  font-size: 0.72rem;
  font-weight: 400;
  letter-spacing: 0;
  opacity: 0.75;
}

.site-nav {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.15rem;
  justify-content: flex-end;
}

.site-nav > a {
  padding: 0.45rem 0.7rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-dark);
  border-radius: 2px;
  transition: background 0.15s, color 0.15s;
}

.site-nav > a:hover,
.site-nav > a[aria-current="page"] {
  background: rgba(6, 102, 198, 0.12);
  color: var(--primary);
}

.site-nav .btn-nav {
  margin-left: 0.35rem;
  background: var(--primary);
  color: #fff !important;
  padding: 0.5rem 1rem;
  border-radius: 2px;
}

.site-nav .btn-nav:hover {
  background: var(--primary-dark);
  color: #fff !important;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: transparent;
  border-radius: 4px;
  cursor: pointer;
  padding: 0;
  place-items: center;
  gap: 5px;
  flex-direction: column;
}

.site-header:not(.is-over-hero) .nav-toggle,
.site-header.is-over-hero.is-scrolled .nav-toggle {
  border-color: var(--line);
}

.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  background: var(--text);
  border-radius: 1px;
}

/* ========== BUTTONS ========== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.7rem 1.35rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.3px;
  border-radius: 2px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
  text-align: center;
}

.btn-primary {
  background: var(--primary);
  color: #fff;
  border-color: var(--primary);
}

.btn-primary:hover {
  background: var(--primary-dark);
  border-color: var(--primary-dark);
}

.btn-secondary {
  background: var(--secondary);
  color: #fff;
  border-color: var(--secondary);
}

.btn-secondary:hover {
  background: var(--secondary-dark);
  border-color: var(--secondary-dark);
}

.btn-white {
  background: #fff;
  color: var(--text-dark);
  border-color: #fff;
}

.btn-white:hover {
  background: var(--tertiary);
}

.btn-outline-white {
  background: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.btn-outline-white:hover {
  background: rgba(255, 255, 255, 0.15);
}

.btn-outline {
  background: transparent;
  color: var(--primary);
  border-color: var(--primary);
}

.btn-outline:hover {
  background: var(--primary);
  color: #fff;
}

.btn-full {
  width: 100%;
}

/* ========== HERO ========== */
.hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  color: #fff;
  background: #0d3973 center / cover no-repeat;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.hero-media img,
.hero-media video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    105deg,
    rgba(0, 29, 67, 0.78) 0%,
    rgba(6, 102, 198, 0.45) 55%,
    rgba(0, 0, 0, 0.35) 100%
  );
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(100% - 2rem, var(--max));
  margin: 0 auto;
  padding: 7.5rem 0 4.5rem;
  max-width: 720px;
}

.hero-content .eyebrow-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  align-items: center;
  margin-bottom: 1rem;
  font-size: 0.95rem;
}

.hero-content .eyebrow-row a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.hero-content h1 {
  color: #fff;
  margin-bottom: 0.65rem;
}

.hero-content .lead {
  font-size: 1.15rem;
  color: rgba(255, 255, 255, 0.95);
  letter-spacing: 0.5px;
  max-width: 34rem;
  margin-bottom: 1.5rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

/* ========== SECTIONS ========== */
.section {
  padding: 3.75rem 0;
}

.section-soft {
  background: var(--tertiary);
}

.section-mint {
  background: var(--mint);
}

.section-primary {
  background: var(--primary);
  color: #fff;
}

.section-primary h2,
.section-primary h3 {
  color: #fff;
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 2.25rem;
}

.section-head p {
  color: var(--text-muted);
  margin: 0;
}

.section-head.left {
  text-align: left;
  margin-left: 0;
}

/* Process cards — UENI about-us style */
.process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.process-card {
  background: var(--white);
  border: 1px solid var(--line);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.process-card.mint {
  background: var(--mint);
  border-color: #a8f0d8;
}

.process-card img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.process-card .body {
  padding: 1.25rem 1.2rem 1.4rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.process-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
  color: var(--text);
}

.process-card p {
  font-size: 0.95rem;
  color: var(--text-muted);
  flex: 1;
}

.process-card .body .btn {
  align-self: flex-start;
  margin-top: 0.75rem;
}

/* Two-col feature */
.feature-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: center;
  margin-bottom: 2rem;
}

.feature-row:last-child {
  margin-bottom: 0;
}

.feature-row img {
  width: 100%;
  aspect-ratio: 16 / 11;
  object-fit: cover;
}

.feature-row.mint-bg {
  background: var(--mint);
  padding: 1.5rem;
}

.feature-row h3 {
  color: var(--text);
}

.feature-row p {
  color: var(--text-muted);
}

/* ========== PRICE LIST (UENI-style) — placed mid-page ========== */
.price-section-title {
  text-align: center;
  margin-bottom: 0.35rem;
}

.price-section-sub {
  text-align: center;
  color: var(--text-muted);
  margin-bottom: 1.75rem;
}

.price-cats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 1.5rem;
}

.price-cats a {
  padding: 0.4rem 0.85rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  font-size: 0.9rem;
  color: var(--text-dark);
  background: #fff;
}

.price-cats a:hover,
.price-cats a.is-active {
  border-color: var(--primary);
  color: var(--primary);
  background: rgba(6, 102, 198, 0.06);
}

.price-list {
  max-width: 720px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid var(--line);
}

.price-list-head {
  background: var(--primary);
  color: #fff;
  padding: 0.9rem 1.25rem;
  font-family: var(--heading);
  font-size: 1.15rem;
  letter-spacing: 0.5px;
}

.price-list-note {
  padding: 0.65rem 1.25rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  border-bottom: 1px solid var(--line);
  background: var(--tertiary);
}

.price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 1rem;
  padding: 0.95rem 1.25rem;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: none;
}

.price-row:hover {
  background: rgba(6, 102, 198, 0.04);
}

.price-row .name {
  font-weight: 600;
  color: var(--text);
}

.price-row .name small {
  display: block;
  font-weight: 400;
  color: var(--text-light);
  font-size: 0.85rem;
  margin-top: 0.15rem;
}

.price-row .amount {
  font-family: var(--heading);
  font-size: 1.2rem;
  color: var(--primary);
  white-space: nowrap;
  font-weight: 500;
}

.price-grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1rem;
  max-width: 960px;
  margin: 0 auto 1.5rem;
}

.price-card {
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.15rem 1.2rem;
}

.price-card h3 {
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.price-card .amount {
  font-family: var(--heading);
  font-size: 1.5rem;
  color: var(--primary);
  margin-bottom: 0.25rem;
}

.price-card p {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0;
}

.discount-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  max-width: 800px;
  margin: 0 auto;
}

.discount-card {
  text-align: center;
  border: 1px solid var(--line);
  background: #fff;
  padding: 1.25rem 1rem;
}

.discount-card .amount {
  font-family: var(--heading);
  font-size: 1.75rem;
  color: var(--secondary);
  display: block;
  margin: 0.35rem 0;
}

.referral-box {
  max-width: 800px;
  margin: 1.5rem auto 0;
  background: var(--primary);
  color: #fff;
  padding: 1.35rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.referral-box h3 {
  color: #fff;
  margin: 0 0 0.25rem;
  font-size: 1.15rem;
}

.referral-box p {
  margin: 0;
  opacity: 0.95;
  max-width: 28rem;
  font-size: 0.95rem;
}

/* ========== REVIEWS ========== */
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.15rem;
}

.review-card {
  background: #c7e9ff;
  padding: 1.35rem;
  min-height: 200px;
  display: flex;
  flex-direction: column;
}

.review-card .stars {
  color: var(--primary);
  letter-spacing: 0.08em;
  margin-bottom: 0.65rem;
  font-size: 0.95rem;
}

.review-card blockquote {
  margin: 0 0 1rem;
  font-size: 0.95rem;
  color: var(--text-dark);
  flex: 1;
}

.review-card footer {
  font-size: 0.85rem;
}

.review-card footer strong {
  display: block;
  text-transform: lowercase;
}

.review-card footer span {
  color: var(--text-light);
}

/* ========== CONTACT ========== */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 2rem;
  align-items: start;
}

.contact-panel {
  background: var(--tertiary);
  padding: 1.5rem;
  border: 1px solid var(--line);
}

.contact-item {
  display: flex;
  gap: 0.85rem;
  margin-bottom: 1.15rem;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item .icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.85rem;
  flex-shrink: 0;
}

.contact-item h4 {
  font-family: var(--font);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: var(--text-light);
  margin: 0 0 0.2rem;
  font-weight: 600;
}

.contact-item a,
.contact-item p {
  margin: 0;
  font-weight: 600;
  color: var(--text);
  font-size: 0.95rem;
}

.contact-item a:hover {
  color: var(--primary);
}

.contact-form {
  border: 1px solid var(--line);
  padding: 1.5rem;
  background: #fff;
}

.contact-form h3 {
  margin-bottom: 0.35rem;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.85rem;
}

.form-field {
  margin-bottom: 0.85rem;
}

.form-field label {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--text-muted);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  padding: 0.65rem 0.75rem;
  border: 1px solid var(--line);
  border-radius: 2px;
  background: var(--tertiary);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: none;
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 3px rgba(6, 102, 198, 0.15);
}

.form-field textarea {
  min-height: 110px;
  resize: vertical;
}

.form-success {
  display: none;
  padding: 0.85rem;
  background: var(--mint);
  border: 1px solid #a8f0d8;
  margin-bottom: 0.85rem;
  font-size: 0.9rem;
}

.form-success.is-visible {
  display: block;
}

.form-note {
  font-size: 0.8rem;
  color: var(--text-light);
  margin: 0.65rem 0 0;
}

/* ========== SERVICES PAGE ========== */
.page-banner {
  background: linear-gradient(105deg, #0d3973 0%, var(--primary) 60%, #0880f8 100%);
  color: #fff;
  padding: 3rem 0 2.5rem;
}

.page-banner h1 {
  color: #fff;
}

.page-banner p {
  color: rgba(255, 255, 255, 0.9);
  max-width: 36rem;
  margin: 0;
  font-size: 1.05rem;
}

.service-block {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 1.5rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid var(--line);
  align-items: start;
}

.service-block:last-child {
  border-bottom: none;
}

.service-block img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.service-block h2 {
  font-size: 1.45rem;
  margin-bottom: 0.45rem;
}

.service-block p {
  color: var(--text-muted);
}

.service-block ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.3rem 1rem;
  margin: 0.75rem 0 1rem;
}

.service-block li {
  font-size: 0.92rem;
  padding-left: 0.9rem;
  position: relative;
  color: var(--text-dark);
}

.service-block li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: var(--primary);
  font-weight: 700;
}

/* FAQ */
.faq-list {
  max-width: 760px;
  margin: 0 auto;
}

.faq-item {
  border: 1px solid var(--line);
  margin-bottom: 0.55rem;
  background: #fff;
}

.faq-item summary {
  padding: 1rem 1.15rem;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--heading);
  letter-spacing: 0.3px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  color: var(--primary);
  font-size: 1.25rem;
  font-weight: 400;
  font-family: var(--font);
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item .faq-body {
  padding: 0 1.15rem 1.1rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.faq-item .faq-body p:last-child {
  margin: 0;
}

/* Hours */
.hours-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.hours-table td {
  padding: 0.45rem 0;
  border-bottom: 1px solid var(--line);
}

.hours-table td:last-child {
  text-align: right;
  font-weight: 600;
  color: var(--primary);
}

/* ========== FOOTER ========== */
.site-footer {
  background: #94d4ff;
  color: #000;
  padding: 2.5rem 0 1.25rem;
  margin-top: 0;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 1.75rem;
  margin-bottom: 1.75rem;
}

.footer-brand p {
  font-size: 0.9rem;
  max-width: 22rem;
  color: #333;
}

.footer-col h4 {
  font-family: var(--heading);
  font-size: 0.95rem;
  margin-bottom: 0.75rem;
  letter-spacing: 0.5px;
}

.footer-col a,
.footer-col p {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  color: #222;
}

.footer-col a:hover {
  color: var(--primary-dark);
  text-decoration: underline;
}

.footer-bottom {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  padding-top: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: #333;
}

.socials {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.socials a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.75rem;
  font-weight: 700;
}

.socials a:hover {
  background: var(--primary-dark);
}

/* Utility */
.text-center {
  text-align: center;
}

.mt-1 {
  margin-top: 1rem;
}

.areas {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.area-chip {
  background: #fff;
  border: 1px solid var(--line);
  padding: 0.4rem 0.85rem;
  font-size: 0.9rem;
  border-radius: 2px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 960px) {
  .process-grid,
  .reviews-grid,
  .discount-row {
    grid-template-columns: 1fr 1fr;
  }

  .feature-row,
  .contact-grid,
  .service-block {
    grid-template-columns: 1fr;
  }

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

  .service-block img {
    max-width: 240px;
  }
}

@media (max-width: 720px) {
  .nav-toggle {
    display: grid;
  }

  .site-nav {
    position: fixed;
    inset: auto 0 0 0;
    top: var(--header-h);
    background: #fff;
    border-bottom: 1px solid var(--line);
    flex-direction: column;
    align-items: stretch;
    padding: 0.75rem;
    gap: 0.15rem;
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.22s ease, opacity 0.18s;
    box-shadow: var(--shadow);
    max-height: calc(100vh - var(--header-h));
    overflow: auto;
  }

  .site-header.is-over-hero:not(.is-scrolled) .site-nav {
    top: calc(var(--header-h) + 28px);
  }

  .site-nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  .site-nav > a {
    color: var(--text-dark) !important;
    padding: 0.75rem 0.9rem;
  }

  .site-nav .btn-nav {
    margin: 0.35rem 0 0;
    text-align: center;
  }

  .process-grid,
  .reviews-grid,
  .discount-row,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .service-block ul {
    grid-template-columns: 1fr;
  }

  .top-bar {
    display: none;
  }

  .hero {
    min-height: 460px;
  }

  .hero-content {
    padding-top: 5.5rem;
  }
}
