:root {
  --ink: #101214;
  --text: #273038;
  --muted: #69727d;
  --line: #dce3e8;
  --paper: #f9fbfc;
  --soft: #eef5f7;
  --panel: #ffffff;
  --teal: #00877a;
  --coral: #ff5a3d;
  --dark: #101214;
  --shadow: 0 18px 44px rgba(16, 18, 20, 0.08);
  --radius: 14px;
  --radius-sm: 10px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  color: var(--text);
  background:
    linear-gradient(90deg, rgba(16, 18, 20, 0.035) 1px, transparent 1px),
    linear-gradient(180deg, rgba(16, 18, 20, 0.035) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
  font-family: "Segoe UI Variable", "Segoe UI", Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.68;
  text-rendering: optimizeLegibility;
}

a {
  color: var(--teal);
  text-underline-offset: 3px;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 8px 12px;
  color: #fff;
  background: var(--dark);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(249, 251, 252, 0.92);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 98px;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 12px;
  color: var(--ink);
  text-decoration: none;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 72px;
  height: 72px;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-radius: 6px;
  box-shadow: none;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.brand-title,
.brand-subtitle {
  display: block;
  line-height: 1;
  letter-spacing: 0;
}

.brand-title {
  font-size: 22px;
  font-weight: 950;
  letter-spacing: 0.02em;
}

.brand-subtitle {
  margin-top: 5px;
  color: var(--teal);
  font-size: 15px;
  font-weight: 950;
  letter-spacing: 0.12em;
}

.site-nav {
  margin-left: clamp(64px, 6vw, 120px);
}

.site-nav .menu {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-search {
  position: relative;
  display: flex;
  align-items: center;
  width: min(760px, 100%);
  height: 52px;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(105, 114, 125, 0.28);
  border-radius: 999px;
  box-shadow: 0 12px 32px rgba(16, 18, 20, 0.08);
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

.header-search-wrap {
  display: flex;
  justify-content: center;
  padding: 0 0 16px;
}

.header-search:focus-within {
  border-color: rgba(0, 135, 122, 0.7);
  box-shadow: 0 0 0 4px rgba(0, 135, 122, 0.12), 0 12px 30px rgba(16, 18, 20, 0.1);
}

.search-kicker {
  display: inline-flex;
  align-items: center;
  align-self: stretch;
  padding: 0 14px 0 16px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  text-transform: uppercase;
  white-space: nowrap;
  border-right: 1px solid var(--line);
}

.header-search input {
  width: 100%;
  min-width: 0;
  height: 100%;
  padding: 0 14px;
  color: var(--ink);
  background: transparent;
  border: 0;
  font: inherit;
  outline: 0;
  appearance: none;
  -webkit-appearance: none;
}

.header-search input::placeholder {
  color: #8a949d;
}

.header-search button {
  display: grid;
  place-items: center;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  color: #fff;
  background: var(--teal);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 6px 16px rgba(0, 135, 122, 0.28);
  cursor: pointer;
  transition: background 0.18s ease, transform 0.18s ease;
}

.header-search button:hover {
  background: #006f65;
  transform: translateY(-1px);
}

.header-search svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-width: 2.5;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-nav a {
  display: block;
  padding: 9px 11px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.site-nav a:hover,
.site-nav .current-menu-item > a {
  color: var(--teal);
  border-bottom-color: var(--coral);
}

.nav-toggle,
.nav-button {
  display: none;
}

.breadcrumbs {
  width: min(1120px, calc(100% - 32px));
  margin: 16px auto 0;
  color: var(--muted);
  font-size: 14px;
}

.breadcrumbs a {
  color: var(--muted);
  text-decoration: none;
}

.breadcrumbs span {
  margin: 0 7px;
}

.home-hero {
  padding: 62px 0 52px;
  background:
    radial-gradient(circle at 8% 18%, rgba(0, 135, 122, 0.16), transparent 24%),
    linear-gradient(135deg, #f9fbfc 0%, #edf6f8 100%);
  border-bottom: 2px solid var(--ink);
}

.home-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  align-items: center;
  gap: 42px;
}

.home-hero-copy {
  max-width: 640px;
}

.eyebrow {
  margin: 0 0 10px;
  color: var(--teal);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0 0 14px;
  color: var(--ink);
  line-height: 1.12;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(34px, 5.4vw, 62px);
  font-weight: 950;
}

h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 900;
}

h3 {
  font-size: 21px;
  font-weight: 900;
}

.hero-lead {
  margin: 0 0 26px;
  color: #46515b;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 18px;
  color: var(--ink);
  background: #fff;
  border: 1px solid rgba(16, 18, 20, 0.16);
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(16, 18, 20, 0.08);
  font-weight: 900;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.button:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(16, 18, 20, 0.12);
}

.button.primary {
  color: #fff;
  background: var(--teal);
  border-color: var(--teal);
  box-shadow: 0 12px 26px rgba(0, 135, 122, 0.22);
}

.button.primary:hover {
  background: #006f65;
  border-color: #006f65;
}

.button.secondary {
  color: #1f2a32;
  background: #fff;
  border-color: rgba(16, 18, 20, 0.18);
}

.button.full {
  width: 100%;
}

.home-hero-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 2px solid var(--ink);
  border-radius: 0;
  box-shadow: 10px 10px 0 var(--ink);
}

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

.section {
  padding: 58px 0;
}

.section.muted,
.intro-band {
  background: var(--soft);
  border-block: 1px solid var(--line);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1fr);
  gap: 34px;
  align-items: start;
}

.intro-grid p:last-child {
  margin: 0;
  color: #4d5962;
  font-size: 18px;
}

.section-head {
  max-width: 720px;
  margin-bottom: 26px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.service-grid article {
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 4px solid var(--teal);
  box-shadow: var(--shadow);
}

.service-grid span {
  display: block;
  margin-bottom: 18px;
  color: var(--coral);
  font-weight: 950;
}

.service-grid p,
.steps span,
.side-box p {
  color: var(--muted);
}

.content-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 310px;
  align-items: start;
  gap: 32px;
}

.category-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.36fr) minmax(0, 1fr);
  align-items: start;
  gap: 32px;
}

.category-intro {
  position: sticky;
  top: 106px;
}

.category-intro p:not(.eyebrow) {
  color: var(--muted);
  margin: 0 0 18px;
}

.category-posts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 950;
  text-decoration: none;
  border-bottom: 2px solid var(--coral);
}

.post-list {
  display: grid;
  gap: 16px;
}

.post-card {
  display: grid;
  grid-template-rows: 150px minmax(0, 1fr);
  overflow: hidden;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
}

.post-thumb {
  position: relative;
  display: grid;
  place-items: end start;
  min-height: 150px;
  padding: 18px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(16, 18, 20, 0.82), rgba(0, 135, 122, 0.86)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    var(--teal);
  background-size: auto, 18px 18px, 18px 18px, auto;
  text-decoration: none;
}

.post-thumb span {
  max-width: 170px;
  color: #fff;
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 0.08em;
  line-height: 1.3;
  text-transform: uppercase;
}

.post-thumb::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 18px;
  width: 28px;
  height: 28px;
  border-top: 3px solid var(--coral);
  border-right: 3px solid var(--coral);
}

.post-card:nth-child(2n) .post-thumb {
  background:
    linear-gradient(135deg, rgba(16, 18, 20, 0.84), rgba(255, 90, 61, 0.76)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255, 255, 255, 0.1) 1px, transparent 1px),
    var(--coral);
  background-size: auto, 18px 18px, 18px 18px, auto;
}

.post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-card-body {
  padding: 24px 20px 20px;
}

.post-card h2 {
  font-size: 23px;
  margin-top: 0;
}

.post-card h2 a,
.read-more {
  color: var(--ink);
  text-decoration: none;
}

.post-card p {
  margin-bottom: 10px;
}

.read-more {
  color: var(--teal);
  font-weight: 950;
}

.post-meta {
  margin: 0 0 7px;
  color: var(--muted);
  font-size: 14px;
}

.post-meta a {
  color: var(--teal);
  font-weight: 900;
  text-decoration: none;
}

.post-meta span::before {
  content: "/";
  margin: 0 8px;
  color: var(--line);
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.archive-hero {
  padding: 56px 0;
  background: linear-gradient(135deg, #e9fffb, #f9fbfc);
  border-bottom: 2px solid var(--ink);
}

.page-hero {
  padding: 58px 0;
  background:
    radial-gradient(circle at 86% 18%, rgba(255, 90, 61, 0.14), transparent 22%),
    linear-gradient(135deg, #e9fffb, #f9fbfc);
  border-bottom: 2px solid var(--ink);
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  align-items: end;
  gap: 30px;
}

.page-hero p {
  max-width: 780px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.page-hero-card {
  padding: 22px;
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 7px 7px 0 var(--ink);
}

.page-hero-card strong,
.page-hero-card span {
  display: block;
}

.page-hero-card strong {
  color: var(--teal);
  font-size: 40px;
  line-height: 1;
}

.page-hero-card span {
  margin-top: 10px;
  color: var(--muted);
  font-weight: 800;
}

.archive-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px;
  align-items: end;
  gap: 28px;
}

.archive-hero h1 {
  max-width: 760px;
}

.archive-hero p {
  max-width: 720px;
  margin: 0;
  color: var(--muted);
  font-size: 18px;
}

.archive-note {
  padding: 20px;
  background: #fff;
  border: 2px solid var(--ink);
  box-shadow: 6px 6px 0 var(--ink);
}

.archive-note strong,
.archive-note span {
  display: block;
}

.archive-note strong {
  color: var(--teal);
  font-size: 44px;
  line-height: 1;
}

.archive-note span {
  margin-top: 8px;
  color: var(--muted);
  font-weight: 800;
}

.load-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 28px;
}

.button[disabled] {
  opacity: 0.6;
  cursor: wait;
}

.sidebar {
  display: grid;
  gap: 16px;
}

.side-box {
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
}

.contact-box {
  background: #e9fffb;
  border-color: rgba(0, 135, 122, 0.25);
}

.side-box h2 {
  font-size: 22px;
}

.side-box ul {
  margin: 0;
  padding-left: 20px;
}

.process-layout {
  display: grid;
  gap: 8px;
}

.steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.steps li {
  min-height: 190px;
  padding: 22px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
  counter-increment: step;
}

.steps li::before {
  content: counter(step);
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 18px;
  color: #fff;
  background: var(--teal);
  border-radius: 0;
  font-weight: 950;
}

.steps strong,
.steps span {
  display: block;
}

.faq {
  max-width: 860px;
}

.faq details {
  margin-bottom: 12px;
  padding: 18px 20px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
}

.faq summary {
  color: var(--ink);
  font-weight: 950;
  cursor: pointer;
}

.page-narrow,
.article {
  max-width: 820px;
}

.page-rich-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 26px;
  align-items: start;
}

.rich-panel {
  padding: 28px;
  background: var(--panel);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.accent-panel {
  background: #e9fffb;
  border-color: rgba(0, 135, 122, 0.24);
}

.info-tiles {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.info-tiles article {
  padding: 24px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-top: 4px solid var(--coral);
}

.sitemap-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 0.85fr);
  gap: 22px;
}

.sitemap-posts {
  grid-column: 1 / -1;
}

.sitemap-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap-list li {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(105, 114, 125, 0.16);
}

.sitemap-list a {
  color: var(--ink);
  font-weight: 850;
  text-decoration: none;
}

.sitemap-list span {
  flex: 0 0 auto;
  color: var(--muted);
  font-size: 14px;
}

.article-head {
  margin-bottom: 24px;
}

.article-image {
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 0;
}

.entry-content h2 {
  margin-top: 30px;
  font-size: 27px;
}

.entry-content p,
.entry-content li {
  color: #333b42;
}

.entry-content blockquote {
  margin: 26px 0;
  padding: 18px 22px;
  background: var(--soft);
  border-left: 4px solid var(--coral);
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.8fr);
  gap: 36px;
}

.contact-list,
.contact-form {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
}

.contact-list {
  margin-top: 22px;
  padding: 20px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--ink);
  font-weight: 900;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 11px 12px;
  color: var(--ink);
  font: inherit;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 0;
}

.ad-slot {
  display: none;
}

.site-footer {
  color: #cbd6da;
  background: var(--dark);
}

.site-footer a {
  color: #fff;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.9fr 0.8fr;
  gap: 30px;
  padding: 42px 0 26px;
}

.footer-brand p {
  max-width: 520px;
}

.footer-contact-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.footer-contact-row a {
  display: inline-flex;
  padding: 7px 10px;
  color: #fff;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.site-footer .brand {
  color: #fff;
}

.site-footer .brand-mark {
  background: transparent;
  border: 0;
  box-shadow: none;
}

.site-footer h2 {
  color: #fff;
  font-size: 20px;
}

.footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-links li + li {
  margin-top: 8px;
}

.copyright {
  padding: 16px 0 24px;
  color: #aebbc1;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 14px;
}

.cookie-consent {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 200;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(560px, calc(100% - 36px));
  padding: 16px;
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 0;
  box-shadow: var(--shadow);
}

.cookie-consent[hidden] {
  display: none;
}

.cookie-consent p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.cookie-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.cookie-actions button {
  padding: 9px 13px;
  color: #fff;
  background: var(--teal);
  border: 0;
  border-radius: 0;
  font-weight: 950;
  cursor: pointer;
}

.pagination {
  margin-top: 24px;
}

@media (max-width: 900px) {
  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-button {
    display: grid;
    gap: 5px;
    width: 42px;
    padding: 8px;
    margin-left: auto;
    cursor: pointer;
  }

  .nav-button span {
    display: block;
    height: 2px;
    background: var(--ink);
  }

  .site-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    padding: 12px 16px 18px;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    margin-left: 0;
  }

  .nav-toggle:checked ~ .site-nav {
    display: block;
  }

  .site-nav .menu {
    display: grid;
    gap: 4px;
  }

  .home-hero-grid,
  .intro-grid,
  .content-layout,
  .category-layout,
  .page-hero-grid,
  .page-rich-grid,
  .contact-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .header-inner {
    flex-wrap: wrap;
  }

  .header-search {
    max-width: none;
  }

  .header-search-wrap {
    padding-bottom: 12px;
  }

  .category-intro {
    position: static;
  }

  .home-hero-media {
    aspect-ratio: 16 / 9;
  }

  .service-grid,
  .steps,
  .archive-grid,
  .category-posts,
  .info-tiles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .archive-hero-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container,
  .breadcrumbs {
    width: min(100% - 24px, 1120px);
  }

  .home-hero {
    padding: 38px 0 34px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .button {
    width: min(100%, 210px);
  }

  h1 {
    font-size: 34px;
  }

  .section {
    padding: 44px 0;
  }

  .service-grid,
  .steps,
  .post-card,
  .archive-grid,
  .category-posts,
  .info-tiles {
    grid-template-columns: 1fr;
  }

  .post-thumb {
    min-height: 150px;
  }

  .post-card {
    grid-template-rows: 150px minmax(0, 1fr);
  }

  .post-card-body {
    padding-top: 28px;
  }

  .post-card h2 {
    font-size: 22px;
    line-height: 1.18;
  }

  .cookie-consent {
    grid-template-columns: 1fr;
  }

  .search-kicker {
    display: none;
  }

  .header-search {
    height: 48px;
  }
}

/* Visual refinement: soften heavy borders and blocky cards. */
.home-hero,
.page-hero,
.archive-hero {
  border-bottom: 1px solid rgba(105, 114, 125, 0.18);
}

.home-hero-media {
  border: 1px solid rgba(105, 114, 125, 0.22);
  border-radius: var(--radius);
  box-shadow: 0 24px 70px rgba(16, 18, 20, 0.14);
}

.section.muted,
.intro-band {
  background: rgba(238, 245, 247, 0.72);
  border-block-color: rgba(105, 114, 125, 0.16);
}

.service-grid article,
.post-card,
.steps li,
.faq details,
.rich-panel,
.info-tiles article,
.contact-list,
.contact-form,
.archive-note,
.page-hero-card {
  border: 1px solid rgba(105, 114, 125, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 16px 38px rgba(16, 18, 20, 0.065);
}

.service-grid article {
  border-top: 0;
  position: relative;
}

.service-grid article::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 4px;
  background: linear-gradient(90deg, var(--teal), rgba(0, 135, 122, 0));
  border-radius: 0 0 999px 999px;
}

.post-card {
  overflow: hidden;
}

.post-card .post-thumb {
  border-radius: var(--radius) var(--radius) 0 0;
}

.post-card-body {
  padding: 26px 22px 22px;
}

.steps li::before {
  border-radius: 999px;
}

.article-image,
.contact-form input,
.contact-form textarea,
.cookie-consent,
.cookie-actions button {
  border-radius: var(--radius-sm);
}

.cookie-consent {
  border: 1px solid rgba(105, 114, 125, 0.18);
  box-shadow: 0 18px 48px rgba(16, 18, 20, 0.14);
}
