:root {
  --bg: #f4f8f5;
  --bg-alt: #eef4f0;
  --surface: rgba(255, 255, 255, 0.86);
  --surface-strong: #fcfefd;
  --text: #2e2e2e;
  --muted: #60736a;
  --line: rgba(32, 50, 43, 0.12);
  --line-strong: rgba(32, 50, 43, 0.18);
  --accent: #5f8f7b;
  --accent-soft: #d6e6dc;
  --accent-deep: #3e6f5e;
  --accent-deeper: #2e584a;
  --white-warm: #fbfdfb;
  --shadow: 0 22px 60px rgba(34, 58, 49, 0.08);
  --radius: 24px;
  --radius-md: 18px;
  --shell: 1160px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 16.5px;
  line-height: 1.82;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(95, 143, 123, 0.22), transparent 24%),
    radial-gradient(circle at top right, rgba(214, 230, 220, 0.8), transparent 26%),
    linear-gradient(180deg, #f8fbf8 0%, #f1f6f2 44%, #f7fbf8 100%);
  position: relative;
}

body.modal-open {
  overflow: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.09;
  background-image: url("assets/images/background-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.7;
  background:
    radial-gradient(circle at 12% 18%, rgba(214, 230, 220, 0.34), transparent 16%),
    radial-gradient(circle at 84% 22%, rgba(95, 143, 123, 0.11), transparent 18%),
    radial-gradient(circle at 78% 78%, rgba(214, 230, 220, 0.22), transparent 16%);
}

main,
.site-header,
.site-footer {
  position: relative;
  z-index: 1;
}

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

a {
  color: inherit;
}

.skip-link {
  position: absolute;
  left: 1rem;
  top: -4rem;
  z-index: 100;
  text-decoration: none;
  color: #fff;
  background: var(--accent-deeper);
  padding: 0.75rem 0.95rem;
  border-radius: 999px;
}

.skip-link:focus {
  top: 1rem;
}

.shell {
  width: min(calc(100% - 2rem), var(--shell));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  backdrop-filter: blur(18px);
  background: rgba(226, 241, 232, 0.96);
  border-bottom: 1px solid rgba(92, 136, 115, 0.14);
}

.header-bar {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.9rem;
  min-width: 0;
  text-decoration: none;
}

.brand-mark {
  width: 2.6rem;
  height: 2.6rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
    url("assets/images/BenedekSzilvia-pszichologus.jpg") center 18% / cover no-repeat;
  border: 1px solid rgba(73, 103, 86, 0.14);
  box-shadow: 0 8px 20px rgba(76, 102, 86, 0.12);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.08rem;
  min-width: 0;
  line-height: 1.25;
}

.brand-text strong {
  font-size: 0.98rem;
}

.brand-text span {
  font-size: 0.78rem;
  color: var(--muted);
  overflow-wrap: anywhere;
}

.nav-toggle {
  width: 2.9rem;
  height: 2.9rem;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.3rem;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  border-radius: 50%;
  cursor: pointer;
}

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

.site-nav {
  position: absolute;
  inset: calc(100% + 0.4rem) 1rem auto 1rem;
  display: none;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.7rem;
  border-radius: 20px;
  border: 1px solid var(--line);
  background: rgba(251, 253, 251, 0.98);
  box-shadow: var(--shadow);
}

.site-nav.is-open {
  display: flex;
}

.site-nav a {
  text-decoration: none;
  color: var(--muted);
  font-size: 0.96rem;
  font-weight: 500;
  padding: 0.72rem 0.88rem;
  border-radius: 14px;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: rgba(136, 183, 157, 0.38);
  color: var(--text);
  outline: none;
}

.hero,
.page-hero {
  padding: 4.8rem 0 2.6rem;
}

.top-banner {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(220, 237, 226, 0.42), rgba(229, 241, 233, 0.34)),
    url("assets/images/pngtree-a-stylish-book-and-pen-arranged-neatly-on-table-with-natural-picture-image_16128907.png") center 56% / cover no-repeat;
}

.top-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(235, 245, 239, 0.9), rgba(221, 237, 227, 0.56)),
    linear-gradient(180deg, rgba(107, 153, 129, 0.1), rgba(255, 255, 255, 0.03));
}

.top-banner-inner {
  position: relative;
  z-index: 1;
  min-height: 176px;
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}

.top-banner-title {
  margin: 0;
  max-width: 16ch;
  font-family: "Literata", serif;
  font-size: clamp(1.5rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: 0.045em;
  line-height: 1.3;
  color: var(--accent-deeper);
  text-align: left;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.28);
}

.top-banner::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 72px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='%23f8fbf8' d='M0,48C120,78,240,108,360,108C480,108,600,78,720,66C840,54,960,60,1080,72C1200,84,1320,102,1440,84L1440,120L0,120Z'/%3E%3C/svg%3E") center bottom / 100% 100% no-repeat;
  pointer-events: none;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(248, 251, 248, 0.96) 0%, rgba(241, 246, 242, 0.92) 100%);
}

.botanical-section {
  position: relative;
  isolation: isolate;
}

.botanical-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.06;
  pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1200' height='900' viewBox='0 0 1200 900'%3E%3Cg fill='none' stroke='%235f8f7b' stroke-width='1.15' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M176 713c34-92 74-154 119-184 34-23 73-30 117-18'/%3E%3Cpath d='M236 626c-29-16-57-23-85-20 14 28 34 49 62 63'/%3E%3Cpath d='M312 562c-5-35 1-66 19-96 18 24 27 52 27 84'/%3E%3Cpath d='M892 150c-44 77-80 151-74 224 5 58 40 100 103 125'/%3E%3Cpath d='M908 240c26-20 58-31 96-32-19 29-44 50-77 62'/%3E%3Cpath d='M873 307c32 5 61 19 87 43-31 14-61 18-92 10'/%3E%3Cpath d='M640 710c38-63 84-104 140-122 44-15 90-11 137 13'/%3E%3Cpath d='M737 652c-9-32-8-63 5-93 25 22 41 48 48 79'/%3E%3Cpath d='M806 616c31-12 62-14 93-5-20 25-46 41-78 49'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: min(88vw, 980px);
}

.hero.botanical-section::before {
  inset: 0;
  z-index: -2;
  opacity: 0.08;
  background-image: url("assets/images/background-texture.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1.06);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(251, 253, 251, 0.8) 0%, rgba(244, 249, 245, 0.7) 100%),
    radial-gradient(circle at 18% 18%, rgba(214, 230, 220, 0.36), transparent 34%),
    radial-gradient(circle at 82% 24%, rgba(95, 143, 123, 0.1), transparent 30%);
}

.hero-copy,
.section-copy,
.feature-copy {
  position: relative;
}

.hero-intro {
  margin-bottom: 1.5rem;
}

.hero-copy::after,
.section-copy::after,
.feature-copy::after {
  content: "";
  position: absolute;
  left: -0.9rem;
  top: -0.6rem;
  width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(214, 230, 220, 0.34), rgba(214, 230, 220, 0.02) 70%);
  pointer-events: none;
  z-index: -1;
}

.narrow-copy {
  width: min(100%, 820px);
}

.hero-grid,
.intro-layout,
.split-feature,
.contact-grid,
.footer-grid,
.info-columns {
  display: grid;
  gap: 1.6rem;
}

.hero-grid {
  align-items: start;
}

.intro-layout,
.feature-grid {
  align-items: start;
}

.hero-grid-narrow {
  align-items: start;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--accent-deep);
  display: inline-block;
  font-size: 0.69rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  line-height: 1.1;
  white-space: nowrap;
  text-transform: uppercase;
}

.eyebrow-light {
  color: rgba(255, 255, 255, 0.84);
}

.eyebrow-match {
  font-size: 0.64rem;
  letter-spacing: 0.18em;
}

h1,
h2,
h3 {
  margin: 0 0 0.9rem;
  font-family: "Literata", serif;
  letter-spacing: 0.01em;
  line-height: 1.22;
  text-wrap: balance;
}

h1 {
  font-size: clamp(1.4rem, 1.85vw, 1.86rem);
  max-width: 26ch;
}

h2 {
  font-size: clamp(1.24rem, 1.7vw, 1.62rem);
  max-width: 30ch;
}

body[data-page="about"] .split-feature .feature-copy h2 {
  font-size: clamp(1.4rem, 1.85vw, 1.86rem);
}

.article-card h2 {
  max-width: none;
}

.trust-card h2 a,
.contact-card h2 a {
  text-decoration: none;
  overflow-wrap: anywhere;
}

.room-caption a,
.contact-list strong a {
  text-decoration: none;
}

h3 {
  font-size: 0.98rem;
}

p,
li,
summary {
  margin-top: 0;
  text-align: justify;
  text-justify: inter-word;
}

.eyebrow,
.brand-text,
.site-nav a,
.button,
.footer-title,
h1,
h2,
h3 {
  text-align: left;
}

.lead,
.section-lead,
.feature-copy p,
.article-card p,
.service-link-card p,
.trust-panel p,
.content-card p,
.contact-card p,
.footer-note,
.info-block p {
  color: var(--muted);
}

.lead,
.section-lead {
  max-width: 58ch;
  font-size: 1.045rem;
  line-height: 1.88;
}

.hero-copy {
  max-width: 37rem;
  align-self: start;
}

.hero-copy h1,
.section-head h2,
.feature-copy h2,
.section-copy h2 {
  letter-spacing: 0.02em;
  line-height: 1.28;
}

.hero-copy .lead + .lead,
.section-copy p + p,
.feature-copy p + p,
.contact-card p + p,
.article-card p + p {
  margin-top: 0.95rem;
}

.media-caption,
.room-caption {
  color: var(--muted);
  font-size: 0.92rem;
}

.media-caption {
  display: none;
}

.meta-list,
.detail-list,
.contact-list {
  list-style: none;
  padding: 0;
  margin: 1.2rem 0 0;
  display: grid;
  gap: 0.72rem;
}

.meta-list li,
.detail-list li {
  position: relative;
  padding-left: 1.05rem;
}

.meta-list li::before,
.detail-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 50%;
  background: var(--accent-deep);
}

.card-surface,
.service-link-card,
.content-card,
.article-card,
.faq-item,
.mini-link-card {
  background: var(--surface);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.hero-media,
.trust-panel,
.content-card,
.article-card,
.info-block,
.contact-card,
.external-note,
.qualification-band {
  border-radius: var(--radius);
  overflow: hidden;
}

.hero-media img,
.feature-media img {
  width: 100%;
  height: 100%;
  min-height: clamp(210px, 34vw, 290px);
  object-fit: cover;
  object-position: center top;
}

.hero-media {
  position: relative;
  align-self: start;
  max-width: 360px;
  justify-self: end;
  aspect-ratio: 4 / 5.1;
}

.hero-copy-body {
  max-width: 35rem;
}

.hero-copy-body .lead,
.intro-layout-about .section-copy p {
  font-size: 1.08rem;
  line-height: 1.95;
}

.intro-layout-about .section-copy h2 {
  max-width: 16.5ch;
  margin-bottom: 1.5rem;
  font-size: clamp(1.4rem, 1.85vw, 1.86rem);
  line-height: 1.22;
}

.hero-grid-body {
  align-items: start;
}

.hero-media::after,
.feature-media::after,
.portrait-card::after {
  content: "";
  position: absolute;
  inset: auto 1rem 0.8rem auto;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.44), rgba(255, 255, 255, 0.02) 72%);
  pointer-events: none;
}

.hero-media img {
  transition: transform 1200ms ease;
}

.hero-media:hover img,
.hero-media:focus-within img,
.feature-media:hover img,
.feature-media:focus-within img,
.blog-card:hover img,
.blog-card:focus-visible img {
  transform: scale(1.03);
}

.portrait-frame img {
  object-position: center top;
}

.portrait-card {
  display: grid;
  gap: 0.9rem;
  padding: 1rem;
}

.portrait-card img {
  min-height: clamp(320px, 72vw, 440px);
}

.feature-media,
.hero-media {
  overflow: hidden;
  border-radius: var(--radius);
}

.feature-media {
  max-width: 360px;
  justify-self: end;
  aspect-ratio: 4 / 5.1;
}

.feature-media-home {
  align-self: start;
  margin-top: 0.2rem;
}

.feature-media-home-offset {
  margin-top: 0.4rem;
}

.intro-layout-about .feature-media {
  max-width: 360px;
  align-self: start;
  justify-self: end;
  aspect-ratio: 4 / 5.1;
}

.intro-layout-about .feature-media img {
  min-height: 0;
  height: 100%;
  object-position: center top;
}

.intro-layout-about .section-copy {
  align-self: start;
  max-width: 35rem;
}

.about-section-copy {
  max-width: 35rem;
}

.about-section-copy h2 {
  font-size: clamp(1.4rem, 1.85vw, 1.86rem);
  max-width: 26ch;
  margin-bottom: 1.5rem;
  line-height: 1.22;
}

.about-section-copy .about-intro-copy p {
  font-size: 1.08rem;
  line-height: 1.95;
}

.about-feature-copy {
  max-width: 35rem;
  align-self: start;
}

.about-feature-media {
  max-width: 420px;
  width: 100%;
  justify-self: end;
  align-self: start;
  aspect-ratio: 4 / 5.15;
}

.about-feature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.about-intro-copy {
  min-width: 0;
}

.about-hero-layout {
  align-items: start;
}

.about-hero-layout .about-intro-copy p {
  font-size: 1.08rem;
  line-height: 1.95;
}

.about-intro-media {
  max-width: 360px;
  width: 100%;
  justify-self: end;
  align-self: start;
  margin-top: 0;
  aspect-ratio: 4 / 5.1;
}

.about-intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.intro-layout-about {
  grid-template-columns: 1fr;
  gap: 1.4rem;
}

.hero-media.card-surface,
.feature-media.card-surface,
.portrait-card.card-surface {
  background: transparent;
  border: 0;
  box-shadow: none;
  backdrop-filter: none;
}

.hero-media img,
.feature-media img,
.ribbon-card img {
  filter: saturate(0.94) contrast(0.98);
}

.portrait-card {
  padding: 0;
}

.trust-panel,
.content-card,
.article-card,
.info-block,
.contact-card,
.external-note,
.qualification-band {
  padding: 1.7rem;
}

.content-card,
.article-card,
.contact-card,
.service-link-card,
.pricing-card-package,
.cv-group-panel,
.support-card,
.bubble-card {
  min-width: 0;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.95rem;
  padding: 0.74rem 1.08rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 0.93rem;
  font-weight: 600;
  transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.button:hover,
.button:focus-visible,
.service-link-card:hover,
.service-link-card:focus-visible,
.mini-link-card:hover,
.mini-link-card:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.card-surface:hover,
.content-card:hover,
.article-card:hover,
.faq-item:hover,
.trust-card:hover,
.contact-card:hover,
.info-block:hover,
.service-link-card:hover,
.mini-link-card:hover,
.article-teaser:hover,
.blog-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 26px 72px rgba(34, 58, 49, 0.12);
  border-color: rgba(62, 111, 94, 0.16);
}

.button-primary,
.button-secondary,
.button-light {
  color: #fff;
  background: var(--accent);
  border: 1px solid transparent;
  box-shadow: 0 16px 36px rgba(95, 143, 123, 0.18);
}

.button-primary:hover,
.button-primary:focus-visible,
.button-secondary:hover,
.button-secondary:focus-visible,
.button-light:hover,
.button-light:focus-visible {
  background: var(--accent-deep);
  border-color: transparent;
  color: #fff;
  outline: none;
}

.button-outline {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.38);
}

.hero-actions,
.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.35rem;
}

.section {
  padding: 4.8rem 0;
}

.section > .shell,
.hero-grid,
.intro-layout,
.split-feature,
.trust-grid,
.info-columns,
.card-grid,
.qualification-band,
.contact-grid,
.faq-stack {
  position: relative;
}

.section > .shell::after,
.hero-grid::after,
.intro-layout::after,
.split-feature::after,
.trust-grid::after,
.info-columns::after {
  content: "";
  position: absolute;
  right: -0.4rem;
  bottom: -0.4rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(126, 167, 139, 0.08), rgba(126, 167, 139, 0.01) 70%);
  pointer-events: none;
  z-index: -1;
}

.section-soft {
  position: relative;
  background: rgba(255, 255, 255, 0.34);
}

.section-soft::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(146, 188, 166, 0.09), transparent 28%),
    radial-gradient(circle at 80% 70%, rgba(220, 233, 223, 0.24), transparent 30%);
  pointer-events: none;
}

.section-soft > .shell {
  position: relative;
  z-index: 1;
}

.section-cta {
  background: linear-gradient(145deg, #5c8370, #739886);
  color: #fff;
}

.section-head {
  margin-bottom: 2.2rem;
  max-width: 46rem;
}

.card-grid {
  display: grid;
  gap: 1.2rem;
}

.two-up {
  grid-template-columns: 1fr;
}

.three-up {
  grid-template-columns: 1fr;
}

.card-grid-services {
  grid-template-columns: 1fr;
}

.service-link-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  text-decoration: none;
  border-radius: var(--radius-md);
  padding: 1.3rem;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-link-card span {
  margin-top: auto;
  color: var(--accent-deep);
  font-weight: 600;
}

.service-resource-grid {
  align-items: stretch;
}

.service-resource-grid-single {
  grid-template-columns: minmax(0, 430px);
  justify-content: center;
}

.service-resource-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 100%;
  border-radius: var(--radius-md);
}

.service-resource-card .eyebrow {
  margin-bottom: 0;
}

.service-resource-card h2 {
  min-height: 4.9rem;
  margin-bottom: 0;
  font-size: clamp(1.6rem, 2vw, 2rem);
  line-height: 1.12;
}

.service-resource-copy {
  min-height: 8.8rem;
  margin-bottom: 0;
}

.service-resource-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: auto;
}

.service-resource-actions .button {
  width: 100%;
}

@media (max-width: 1023px) {
  .service-resource-card h2,
  .service-resource-copy {
    min-height: 0;
  }
}

.article-teaser {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.55rem;
  border-radius: var(--radius-md);
  text-decoration: none;
  color: var(--text);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  min-height: 100%;
}

.article-teaser p {
  color: var(--muted);
}

.article-teaser span {
  margin-top: auto;
  color: var(--accent-deep);
  font-weight: 600;
}

.blog-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-decoration: none;
  color: var(--text);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.blog-card:hover {
  transform: translateY(-4px);
}

.blog-card-media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

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

.blog-card-copy {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 0.75rem;
  padding: 1.4rem;
}

.blog-card-copy h2 {
  margin: 0;
  max-width: none;
}

.blog-card-copy p:last-of-type {
  color: var(--muted);
}

.blog-card-copy span {
  margin-top: auto;
  color: var(--accent-deep);
  font-weight: 600;
}

.blog-intro {
  max-width: 46rem;
  margin-top: 1rem;
  color: var(--muted);
}

.blog-stack {
  display: grid;
  gap: 1.5rem;
}

.blog-article {
  position: relative;
  overflow: hidden;
  padding: 1.7rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(252, 254, 253, 0.9)),
    rgba(255, 255, 255, 0.88);
}

.blog-article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(214, 230, 220, 0.24), transparent 24%),
    radial-gradient(circle at left bottom, rgba(95, 143, 123, 0.08), transparent 26%);
  pointer-events: none;
}

.blog-article > * {
  position: relative;
  z-index: 1;
}

.blog-article p + p {
  margin-top: 0.9rem;
}

.blog-cover {
  margin: -1.7rem -1.7rem 1.3rem;
  aspect-ratio: 16 / 8.4;
  overflow: hidden;
}

.blog-ornament {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 50%;
  opacity: 0.28;
  background:
    radial-gradient(circle at 50% 50%, rgba(95, 143, 123, 0.22), rgba(95, 143, 123, 0.04) 58%, transparent 60%),
    radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.65), transparent 48%);
  pointer-events: none;
}

.source-block {
  margin-top: 1.45rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.source-title {
  margin: 0 0 0.55rem;
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--accent-deeper);
}

.source-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.source-list li + li {
  margin-top: 0.35rem;
}

.source-list a {
  color: var(--accent-deep);
  text-decoration-color: rgba(62, 111, 94, 0.28);
  text-underline-offset: 0.15em;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 560ms ease,
    transform 560ms ease,
    box-shadow 240ms ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.reveal-soft {
  opacity: 0;
  transform: translateY(18px);
  transition:
    opacity 520ms ease,
    transform 520ms ease;
}

.reveal-soft.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.feature-copy {
  align-self: center;
  max-width: 35rem;
}

.split-feature > .feature-media,
.split-feature > .feature-copy {
  margin-inline: auto;
}

.contact-grid-wide {
  align-items: start;
}

.text-link {
  display: inline-block;
  margin-top: 0.5rem;
  color: var(--accent-deep);
  text-decoration-color: rgba(66, 98, 86, 0.3);
}

.overview-link-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 1.9rem 2rem 2rem;
  text-decoration: none;
  color: inherit;
}

.overview-link-card p {
  flex: 1;
}

.overview-link-card .text-link {
  margin-top: 1.1rem;
}

.mini-card-row {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: 1fr;
}

.mini-card-row-large {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.mini-link-card {
  text-decoration: none;
  padding: 0.95rem 1rem;
  border-radius: 16px;
  color: var(--text);
}

.qualification-band {
  display: grid;
  gap: 1.1rem;
}

.trust-grid {
  display: grid;
  gap: 1.2rem;
}

.trust-card {
  padding: 1.7rem;
  border-radius: var(--radius);
}

.check-list {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.7rem;
}

.check-list li {
  position: relative;
  padding-left: 1.3rem;
}

.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.63em;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--accent);
}

.service-signal-band {
  max-width: 58rem;
  margin: 0 auto;
  padding: 2rem 2rem 2.2rem;
  text-align: center;
  border: 1px solid rgba(62, 111, 94, 0.1);
  border-radius: calc(var(--radius) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(246, 250, 247, 0.86)),
    radial-gradient(circle at top, rgba(214, 230, 220, 0.55), transparent 58%);
  box-shadow: var(--shadow);
}

.service-signal-band h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.service-signal-band p {
  max-width: 46rem;
  margin: 1rem auto 0;
  color: var(--muted);
}

.scenario-layout {
  align-items: start;
}

.scenario-copy {
  display: grid;
  gap: 1.5rem;
}

.scenario-copy .section-lead {
  margin: 0;
}

.scenario-groups {
  display: grid;
  gap: 1rem;
}

.scenario-group {
  padding: 1.2rem 1.25rem;
  border-radius: var(--radius-md);
  border: 1px solid rgba(62, 111, 94, 0.09);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 16px 34px rgba(34, 58, 49, 0.05);
}

.scenario-group h3 {
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
  color: var(--accent-deeper);
}

.scenario-group ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--muted);
}

.scenario-group li + li {
  margin-top: 0.4rem;
}

.scenario-visuals {
  display: grid;
  gap: 1rem;
  align-content: start;
}

.scenario-visual {
  overflow: hidden;
  padding: 0;
}

.scenario-visual img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.scenario-visual:first-child img {
  aspect-ratio: 4 / 5;
}

.expectation-quote {
  display: grid;
  place-items: center;
  text-align: center;
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(243, 249, 244, 0.9)),
    radial-gradient(circle at top, rgba(214, 230, 220, 0.46), transparent 60%);
}

.expectation-quote p {
  margin: 0;
  font-size: clamp(1.25rem, 2vw, 1.72rem);
  line-height: 1.55;
  font-weight: 700;
  color: var(--accent-deeper);
}

.expectation-summary-card {
  display: grid;
  gap: 1.4rem;
}

.expectation-summary-grid {
  display: grid;
  gap: 1.3rem;
  align-items: stretch;
}

.expectation-quote-inline {
  text-align: left;
  padding: 1.6rem;
  border-radius: 20px;
  border: 1px solid rgba(62, 111, 94, 0.12);
}

.expectation-quote-inline .eyebrow {
  margin-bottom: 0.7rem;
}

.expectation-quote-inline p:last-child {
  font-size: clamp(1.08rem, 1.7vw, 1.36rem);
  line-height: 1.62;
}

.service-teaser-card {
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.service-teaser-card:hover,
.service-teaser-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(62, 111, 94, 0.16);
  box-shadow: 0 22px 42px rgba(34, 58, 49, 0.08);
  outline: none;
}

.service-teaser-card p:last-of-type {
  color: var(--muted);
}

.service-topic-grid {
  align-items: stretch;
}

.service-topic-layout {
  align-items: start;
}

.service-topic-layout .feature-copy {
  display: grid;
  gap: 1.25rem;
}

.service-topic-layout .section-lead {
  margin-bottom: 0;
}

.service-hero-layout {
  align-items: start;
}

.service-hero-layout .feature-copy {
  max-width: 40rem;
}

.service-process-block {
  align-items: start;
}

.service-process-block .feature-copy,
.service-process-block .feature-media {
  align-self: start;
}

@media (min-width: 760px) {
  .service-process-block .feature-media {
    margin-top: 8.75rem;
  }
}

.service-hero-media {
  max-width: 360px;
  justify-self: end;
  align-self: start;
  aspect-ratio: 4 / 5.1;
}

.service-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.service-topic-media {
  max-width: 390px;
  justify-self: end;
  align-self: start;
}

.service-topic-media img {
  width: 100%;
  aspect-ratio: 4 / 5.05;
  object-fit: cover;
  object-position: center top;
}

.service-topic-card {
  min-height: 100%;
  display: grid;
  gap: 0.45rem;
}

.service-topic-card h3 {
  color: var(--accent);
  max-width: 19ch;
}

.service-topic-card .check-list {
  margin-top: 0.35rem;
}

@media (min-width: 980px) {
  .service-topic-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: stretch;
  }

  .service-topic-card h3 {
    max-width: none;
  }
}

.service-teaser-link {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  margin-top: 0.9rem;
  color: var(--accent-deep);
  font-weight: 700;
}

.service-teaser-link::after {
  content: "+";
  display: inline-grid;
  place-items: center;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  background: rgba(95, 143, 123, 0.12);
  font-size: 0.95rem;
  line-height: 1;
}

.service-main-card h2 {
  margin-bottom: 0.55rem;
}

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

.bubble-card {
  cursor: pointer;
  border-radius: var(--radius);
  padding: 1.7rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.bubble-card:hover,
.bubble-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(62, 111, 94, 0.16);
  box-shadow: 0 22px 42px rgba(34, 58, 49, 0.08);
  outline: none;
}

.bubble-card h3 {
  margin-bottom: 0.35rem;
  max-width: none;
}

.bubble-card p:last-of-type {
  color: var(--muted);
}

.work-process-section {
  background: #62c96f;
}

.work-process-grid {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.work-process-media {
  max-width: 440px;
  justify-self: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}

.work-process-media img {
  width: 100%;
  display: block;
  object-fit: cover;
}

.work-process-copy .eyebrow,
.work-process-copy h2,
.work-process-copy p,
.work-process-copy li,
.work-process-note {
  color: #163121;
}

.work-process-copy h2 {
  max-width: none;
  font-size: clamp(1.9rem, 3.3vw, 3rem);
  margin-bottom: 1.4rem;
}

.work-process-copy p {
  font-size: 1rem;
  line-height: 1.82;
}

.work-process-copy .check-list {
  margin-top: 1.4rem;
}

.work-process-copy .check-list li {
  padding-left: 1.55rem;
}

.work-process-copy .check-list li::before {
  width: 0.72rem;
  height: 0.72rem;
  top: 0.52em;
  background: transparent;
  border: 2px solid #163121;
  box-shadow: inset 0 0 0 0.12rem #62c96f;
}

.work-process-note {
  margin-top: 1.8rem;
  font-weight: 600;
}

.section-head-centered {
  text-align: center;
}

.section-head-centered h2 {
  max-width: none;
  margin-inline: auto;
}

.support-grid {
  display: grid;
  gap: 1.75rem;
  align-items: start;
}

.support-card {
  cursor: pointer;
  text-align: center;
  display: flex;
  flex-direction: column;
  padding: 0 0 1.6rem;
  overflow: hidden;
}

.support-card img {
  width: 100%;
  height: 248px;
  object-fit: cover;
  display: block;
  margin-bottom: 1.25rem;
  object-position: center center;
}

.support-card h3 {
  padding-inline: 1.4rem;
  margin-bottom: 0.9rem;
  color: var(--accent);
  font-size: clamp(1.22rem, 1.8vw, 1.7rem);
  max-width: none;
  min-height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.support-card p {
  width: min(100%, 26rem);
  margin: 0 auto;
  padding-inline: 1.4rem;
  line-height: 1.82;
  color: var(--muted);
}

.service-signal-layout {
  align-items: center;
}

.service-map-media {
  max-width: 430px;
  justify-self: end;
}

.service-map-media img {
  width: 100%;
  aspect-ratio: 4 / 4.6;
  object-fit: cover;
  object-position: center center;
}

.support-card .service-teaser-link {
  justify-content: center;
  margin: 1rem auto 0;
  margin-top: auto;
  padding-top: 1rem;
}

.support-cta {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.support-cta .button {
  min-width: 250px;
}

.faq-feature {
  align-items: start;
}

.faq-stack-wide {
  width: min(100%, 860px);
  margin-inline: auto;
}

.faq-feature-media {
  max-width: 430px;
  justify-self: start;
}

.faq-feature-media img {
  width: 100%;
  aspect-ratio: 4 / 5.1;
  object-fit: cover;
  object-position: center top;
}

.qualification-list {
  display: grid;
  gap: 0.5rem;
}

.cta-surface {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 2.5rem 0;
}

.article-layout,
.faq-stack {
  display: grid;
  gap: 1rem;
}

.article-layout {
  justify-items: center;
}

.article-card {
  width: min(100%, 920px);
}

.profile-strip {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-top: 1.1rem;
  padding-top: 1rem;
  border-top: 1px solid var(--line);
}

.profile-strip strong {
  display: block;
}

.profile-strip span {
  color: var(--muted);
  font-size: 0.92rem;
}

.avatar-mark {
  width: 3rem;
  height: 3rem;
  display: grid;
  place-items: center;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
    url("assets/images/1000031029.jpg") center 18% / cover no-repeat;
  border: 1px solid rgba(66, 98, 86, 0.14);
  box-shadow: 0 8px 20px rgba(34, 58, 49, 0.12);
}

.contact-list li {
  display: grid;
  gap: 0.18rem;
  padding-bottom: 0.95rem;
  border-bottom: 1px solid var(--line);
}

.contact-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.contact-card img {
  width: 100%;
  border-radius: 16px;
  margin: 0.35rem 0 1.15rem;
  object-fit: cover;
}

.contact-portrait {
  max-width: 320px;
  aspect-ratio: 4 / 5;
}

.contact-list span {
  color: var(--muted);
}

.faq-item {
  padding: 0 1.2rem;
  border-radius: var(--radius-md);
}

.faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.15rem 0;
  font-weight: 600;
}

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

.faq-item p {
  padding-bottom: 1.15rem;
}

.site-footer {
  background: rgba(255, 255, 255, 0.72);
  border-top: 1px solid rgba(66, 98, 86, 0.12);
}

.footer-grid {
  padding: 1.9rem 0 2.2rem;
  align-items: center;
}

.footer-profile {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.footer-avatar {
  width: 3.25rem;
  height: 3.25rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background:
    linear-gradient(rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.06)),
    url("assets/images/rolamm768.jpg") center 18% / cover no-repeat;
  border: 1px solid rgba(66, 98, 86, 0.14);
  box-shadow: 0 10px 26px rgba(34, 58, 49, 0.12);
}

.footer-contact {
  justify-self: end;
}

.footer-contact p,
.footer-profile p {
  margin-bottom: 0.22rem;
}

.footer-title {
  font-family: "Literata", serif;
  font-size: 1.1rem;
}

.footer-note {
  font-size: 0.9rem;
}

@media (max-width: 759px) {
  .shell {
    width: min(calc(100% - 1.25rem), var(--shell));
  }

  .site-header {
    backdrop-filter: blur(14px);
  }

  .header-bar {
    min-height: 74px;
  }

  .brand {
    gap: 0.7rem;
  }

  .brand-mark {
    width: 2.35rem;
    height: 2.35rem;
    font-size: 0.74rem;
  }

  .brand-text strong {
    font-size: 0.92rem;
  }

  .brand-text span {
    font-size: 0.72rem;
  }

  p,
  li,
  summary {
    text-align: left;
    text-justify: auto;
  }

  .eyebrow {
    white-space: normal;
  }

  .site-nav {
    inset: calc(100% + 0.35rem) 0.6rem auto 0.6rem;
    padding: 0.55rem;
  }

  .hero,
  .page-hero {
    padding: 3.4rem 0 2rem;
  }

  .top-banner-inner {
    min-height: 138px;
    padding-bottom: 1.4rem;
  }

  .top-banner::after {
    height: 46px;
  }

  .hero-intro {
    margin-bottom: 1rem;
  }

  .hero-grid,
  .intro-layout,
  .split-feature,
  .contact-grid,
  .info-columns,
  .footer-grid,
  .card-grid,
  .trust-grid {
    gap: 1.05rem;
  }

  h1 {
    font-size: clamp(1.55rem, 7vw, 1.95rem);
    max-width: 18ch;
  }

  h2 {
    font-size: clamp(1.28rem, 5.5vw, 1.6rem);
    max-width: 20ch;
  }

  .lead,
  .section-lead {
    font-size: 1rem;
    line-height: 1.78;
  }

  .hero-media,
  .feature-media,
  .blog-card-media,
  .blog-cover {
    border-radius: 20px;
  }

  .hero-media,
  .feature-media,
  .about-intro-media,
  .about-feature-media,
  .price-single-media {
    justify-self: stretch;
    max-width: none;
    margin-inline: auto;
  }

  .hero-media img,
  .feature-media img {
    min-height: auto;
    aspect-ratio: 4 / 3;
  }

  .intro-layout-about .feature-media img {
    aspect-ratio: 4 / 5;
  }

  .image-ribbon {
    grid-template-columns: 1fr;
  }

  .image-ribbon-soft .ribbon-card:nth-child(2) {
    transform: none;
  }

  .hero-media img {
    object-position: center center;
  }

  .feature-media img {
    object-position: center center;
  }

  .portrait-card img,
  .contact-portrait {
    min-height: auto;
    aspect-ratio: 4 / 5;
  }

  .contact-card img:not(.contact-portrait) {
    aspect-ratio: 4 / 3;
  }

  .blog-card-media {
    aspect-ratio: 4 / 3;
  }

  .blog-cover {
    aspect-ratio: 4 / 3;
  }

  .trust-panel,
  .content-card,
  .article-card,
  .info-block,
  .contact-card,
  .external-note,
  .qualification-band,
  .trust-card {
    padding: 1.25rem;
  }

  .hero-actions,
  .cta-actions {
    gap: 0.65rem;
  }

  .hero-actions .button,
  .cta-actions .button {
    width: 100%;
  }

  .footer-contact {
    justify-self: start;
  }

  .section {
    padding: 3.6rem 0;
  }

  .section-head {
    margin-bottom: 1.5rem;
  }

  .article-teaser,
  .blog-card-copy {
    padding: 1.2rem;
  }

  .cta-surface {
    padding: 2rem 0;
  }

  .service-signal-band {
    padding: 1.45rem 1.2rem 1.6rem;
  }

  .service-map-media {
    max-width: none;
    justify-self: stretch;
  }

  .price-single-media {
    margin-top: 0;
  }

  .test-package-grid .pricing-card-package:nth-child(3) .price-figure-package {
    transform: none;
  }

  .test-package-grid .pricing-card-package:nth-child(3) .package-points-detail {
    padding-right: 0;
  }

  .scenario-group {
    padding: 1rem;
  }

  .cv-downloads {
    grid-template-columns: 1fr;
  }

  .cv-mini-link {
    width: 100%;
  }
}

@media (min-width: 760px) {
  .hero-grid,
  .feature-grid,
  .intro-layout,
  .split-feature,
  .contact-grid,
  .info-columns,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid-services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .expectation-summary-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  }

  .bubble-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-ribbon {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .three-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .price-single {
    align-items: stretch;
    grid-template-columns: minmax(0, 1.1fr) minmax(280px, 360px);
  }

  .price-single-media {
    align-self: stretch;
  }

  body[data-page="about"] .feature-copy {
    padding-top: 0;
    min-height: 100%;
  }

  body[data-page="about"] .feature-media {
    max-width: 420px;
    justify-self: end;
  }

  body[data-page="about"] .feature-media img {
    aspect-ratio: 4 / 5.15;
    object-fit: cover;
    object-position: center top;
  }

  body[data-page="about"] .about-feature-media {
    justify-self: end;
  }

  .pricing-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bubble-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cv-preview-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .work-process-grid {
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.25fr);
  }

  .support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .intro-layout-about {
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    align-items: start;
  }

  .scenario-visuals {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .support-card {
    min-width: 0;
  }

  .top-banner-inner {
    min-height: 192px;
  }

}

@media (min-width: 980px) {
  .nav-toggle {
    display: none;
  }

  .site-nav {
    position: static;
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.18rem;
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 0.94fr) minmax(440px, 1.06fr);
  }

  .split-feature.reverse {
    grid-template-columns: 0.94fr 1.06fr;
  }

  .split-feature {
    grid-template-columns: 1fr 1fr;
  }

  .scenario-layout {
    grid-template-columns: minmax(0, 1.14fr) minmax(300px, 0.86fr);
  }

  .scenario-visuals {
    grid-template-columns: 1fr;
  }

  .qualification-band,
  .cta-surface {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: center;
  }

  .card-grid-services {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .three-up,
  .bubble-grid,
  .support-grid,
  .image-ribbon {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-card-package {
    min-width: 0;
  }

  .cv-preview-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .blog-article {
    padding: 2rem 2.1rem;
  }

  .blog-cover {
    margin: -2rem -2.1rem 1.4rem;
  }
}

@media (max-width: 479px) {
  .header-bar {
    gap: 0.65rem;
  }

  .brand-text span {
    display: none;
  }

  .brand-text strong {
    font-size: 0.88rem;
  }

  .top-banner-title {
    max-width: 12ch;
  }

  .cv-group-panel,
  .contact-form,
  .package-modal-panel {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}

.service-stack,
.article-list,
.download-grid {
  display: grid;
  gap: 1.4rem;
}

.pricing-card .price-tag {
  margin: 0 0 0.9rem;
  font-weight: 700;
  color: var(--accent-deeper);
}

.intro-copy {
  max-width: 52rem;
  margin: 0 auto;
  text-align: left;
}

.intro-copy-wide {
  margin-top: -3.2rem;
}

.price-single {
  display: grid;
  gap: 2rem;
  align-items: start;
}

.price-single-copy {
  display: flex;
  flex-direction: column;
  max-width: 34rem;
  min-height: 100%;
  text-align: left;
  justify-self: start;
}

.price-single-copy .hero-actions {
  margin-top: auto;
  padding-top: 1.35rem;
}

.price-single-media {
  width: 100%;
  max-width: 390px;
  justify-self: end;
  align-self: start;
  margin-top: -0.45rem;
  border-radius: var(--radius);
  overflow: hidden;
}

.price-single-media img {
  display: block;
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 4.6;
  object-fit: cover;
  object-position: center 12%;
}

.price-figure {
  display: inline-flex;
  align-items: baseline;
  gap: 0.35rem;
  margin-top: 1rem;
  color: var(--accent);
}

.price-figure-package {
  margin-top: 0.55rem;
}

.price-amount {
  font-family: "Literata", serif;
  font-size: clamp(3rem, 8vw, 4.5rem);
  line-height: 0.95;
  font-weight: 500;
}

.price-currency {
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  font-style: italic;
  color: var(--text);
}

.price-unit {
  margin: 0.55rem 0 0;
  font-size: 1.05rem;
  font-weight: 800;
  color: var(--text);
}

.section-head-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 1.35rem;
  width: 100%;
}

.pricing-shell {
  width: min(100%, 1120px);
  margin-inline: auto;
}

.pricing-card-package {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
  padding: 1.8rem 1.3rem 1.45rem;
  border-radius: 22px;
  background: rgba(253, 255, 252, 0.9);
  border: 1px solid rgba(94, 132, 110, 0.12);
  box-shadow: 0 16px 40px rgba(34, 58, 49, 0.08);
  cursor: pointer;
}

.pricing-card-package h3 {
  margin-bottom: 0.9rem;
  font-size: clamp(1.45rem, 2vw, 1.8rem);
  max-width: 13ch;
  min-height: 3.05em;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.12;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-card-package .price-amount {
  font-size: clamp(2.4rem, 4.2vw, 3.35rem);
}

.pricing-card-package .price-currency {
  font-size: clamp(1.45rem, 2vw, 2rem);
}

.pricing-card-package .price-unit {
  font-size: 0.96rem;
}

.pricing-copy {
  margin: 0 auto;
  max-width: 15.5rem;
  min-height: 9.4rem;
  font-size: 0.93rem;
  line-height: 1.72;
  color: var(--muted);
}

.package-points {
  width: 100%;
  margin: 1rem 0 1.2rem;
  padding: 0;
  list-style: none;
  display: grid;
  flex: 1 1 auto;
  align-content: start;
  gap: 0.8rem;
}

.package-points li {
  padding-top: 0.8rem;
  border-top: 1px solid rgba(94, 132, 110, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.5rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.75rem;
  line-height: 1.55;
  color: var(--muted);
}

.package-points-detail li {
  font-size: 0.74rem;
  min-height: 4.75rem;
}

.package-hint {
  margin: 0 0 1rem;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--accent-deep);
}

.package-meta,
.package-note {
  margin: 0.9rem 0 0;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.8rem;
  color: var(--muted);
}

.test-package-grid .pricing-card-package {
  padding-top: 1.8rem;
}

.test-package-grid .pricing-card-package h3 {
  max-width: 13ch;
  min-height: 4.15em;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.pricing-title-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.test-package-grid .pricing-copy {
  max-width: 16rem;
  min-height: 10.5rem;
}

.test-package-grid .package-meta,
.test-package-grid .package-note {
  line-height: 1.45;
}

.about-detail-grid {
  align-items: stretch;
}

.about-detail-card {
  min-height: 100%;
}

@media (min-width: 980px) {
  .pricing-grid,
  .test-package-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-grid .pricing-copy {
    min-height: 9.8rem;
  }
}

.package-note {
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.pricing-card-package .button {
  width: 100%;
  max-width: 15rem;
  margin: auto auto 0;
}

.price-figure-package {
  min-height: 4.9rem;
  display: inline-flex;
  align-items: flex-end;
  justify-content: center;
}

.pricing-card-package .price-unit {
  min-height: 1.5rem;
}

.package-modal[hidden] {
  display: none;
}

.package-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1.5rem 0.75rem;
}

.package-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(20, 27, 23, 0.52);
  backdrop-filter: blur(2px);
}

.package-modal-panel {
  position: relative;
  z-index: 1;
  width: min(100%, 540px);
  max-height: calc(100vh - 3rem);
  overflow: auto;
  margin: 0;
  padding: 2rem 1.5rem 1.65rem;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 28px 90px rgba(17, 25, 20, 0.22);
}

.package-modal-close {
  position: absolute;
  top: 0.9rem;
  right: 1rem;
  border: 0;
  background: transparent;
  color: var(--text);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.package-modal-brand {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: auto 1fr;
  align-items: center;
  margin-bottom: 1.25rem;
}

.package-modal-mark {
  width: 3rem;
  height: 3rem;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  text-indent: -9999px;
  white-space: nowrap;
  background:
    linear-gradient(rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)),
    url("assets/images/rolamm768.jpg") center 18% / cover no-repeat;
  border: 1px solid rgba(66, 98, 86, 0.14);
}

.package-modal-brand-copy strong,
.package-modal-brand-copy span {
  display: block;
}

.package-modal-brand-copy span {
  color: var(--muted);
  font-size: 0.92rem;
}

.package-modal-panel h2 {
  max-width: none;
  margin-bottom: 1rem;
}

.package-modal-body {
  display: grid;
  gap: 1rem;
}

.package-modal-body p {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.72;
}

.cv-section {
  display: grid;
  gap: 1.5rem;
}

.cv-library {
  display: grid;
  gap: 1.6rem;
}

.cv-selector-grid {
  align-items: stretch;
}

.cv-selector-card {
  cursor: pointer;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.cv-selector-card.is-active {
  background: rgba(253, 255, 252, 0.96);
  border-color: rgba(62, 111, 94, 0.22);
  box-shadow: 0 20px 52px rgba(34, 58, 49, 0.12);
}

.cv-group-panel[hidden] {
  display: none;
}

.cv-group-panel {
  display: grid;
  gap: 1.15rem;
  padding: 1.8rem;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(32, 50, 43, 0.08);
}

.cv-intro-card,
.cv-note-card {
  min-height: 100%;
}

.cv-consulting-note {
  max-width: 46rem;
  margin-bottom: 1.4rem;
  margin-inline: auto;
  padding: 1.6rem 1.8rem;
}

.cv-consulting-note h2 {
  max-width: 19ch;
}

.cv-panel-note {
  margin: -0.5rem 0 1.2rem;
  color: var(--ink-subtle);
  max-width: 62ch;
}

.cv-mini-links {
  display: grid;
  gap: 0.8rem;
}

.cv-mini-link {
  --cv-chip-bg: var(--accent-deeper);
  --cv-chip-border: var(--accent-deeper);
  --cv-chip-text: #fff;
  --cv-chip-shadow: rgba(46, 88, 74, 0.18);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--cv-chip-border);
  background: var(--cv-chip-bg);
  color: var(--cv-chip-text);
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  line-height: 1.4;
  white-space: normal;
  box-shadow: 0 10px 24px var(--cv-chip-shadow);
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease, color 160ms ease;
}

.cv-mini-link:hover,
.cv-mini-link:focus-visible {
  transform: translateY(-2px);
  background: var(--cv-chip-bg);
  border-color: var(--cv-chip-border);
  box-shadow: var(--shadow);
  outline: none;
}

.cv-downloads {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 0.8rem;
  align-items: stretch;
}

.cv-hover-preview {
  position: fixed;
  z-index: 60;
  width: min(320px, calc(100vw - 32px));
  pointer-events: none;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.cv-hover-preview.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.cv-hover-preview-card {
  padding: 0.8rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(32, 50, 43, 0.1);
  box-shadow: 0 22px 48px rgba(34, 58, 49, 0.16);
}

.cv-hover-preview-label {
  margin: 0 0 0.55rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-deeper);
}

.cv-hover-preview-image {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid rgba(32, 50, 43, 0.08);
  background: #fff;
  object-fit: contain;
}

.cv-hover-preview-media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 210 / 297;
  min-height: 370px;
  padding: 0.3rem;
  border-radius: 14px;
  background: #f7faf7;
}

.cv-inline-preview[hidden] {
  display: none;
}

.cv-inline-preview {
  margin-top: 1.2rem;
  padding: 1.4rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(32, 50, 43, 0.08);
}

.cv-inline-head {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 1.2rem;
}

.cv-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  align-items: center;
}

.cv-inline-head h3 {
  max-width: none;
  margin-bottom: 0;
  font-size: 1.35rem;
}

.cv-inline-copy {
  margin: 0.45rem 0 0;
  max-width: 60ch;
  color: var(--ink-subtle);
}

.cv-inline-head .button {
  background: var(--accent-deeper);
  border-color: var(--accent-deeper);
}

.cv-inline-body {
  min-height: 560px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 1.1rem;
  border-radius: 20px;
  overflow: auto;
  background: #eef2ee;
  border: 1px solid rgba(32, 50, 43, 0.07);
}

.cv-inline-body[data-preview-state="loading"] {
  position: relative;
}

.cv-inline-body[data-preview-state="loading"]::before {
  content: "";
  position: absolute;
  inset: 1.1rem;
  margin: 0 auto;
  width: min(100%, 920px);
  border-radius: 10px;
  background: linear-gradient(110deg, rgba(255, 255, 255, 0.6) 20%, rgba(255, 255, 255, 0.92) 40%, rgba(255, 255, 255, 0.6) 60%);
  background-size: 220% 100%;
  animation: cv-preview-shimmer 1.7s linear infinite;
}

.cv-inline-sheet {
  width: min(100%, 920px);
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
  border: 1px solid rgba(32, 50, 43, 0.08);
  background: #ffffff;
  box-shadow:
    0 18px 42px rgba(34, 58, 49, 0.08),
    0 4px 12px rgba(34, 58, 49, 0.05);
}

.cv-inline-sheet--fallback {
  padding: 0.8rem;
}

.cv-inline-sheet-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
  border: 0;
  background: #ffffff;
  object-fit: contain;
  box-shadow: none;
}

.cv-modal-fallback {
  display: grid;
  place-items: center;
  min-height: 420px;
  padding: 0;
  border-radius: 18px;
  border: 0;
  background: transparent;
  text-align: left;
}

.cv-modal-fallback-sheet {
  --cv-sheet-accent: #8b6a46;
  --cv-sheet-soft: #efe3d1;
  --cv-sheet-text: #3a342d;
  width: min(100%, 760px);
  min-height: 420px;
  display: grid;
  grid-template-columns: 220px 1fr;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(32, 50, 43, 0.08);
  background: #fff;
  box-shadow: none;
}

.cv-modal-fallback-sidebar {
  padding: 1.5rem 1.25rem;
  background: var(--cv-sheet-soft);
  color: var(--cv-sheet-text);
}

.cv-modal-fallback-sidebar strong {
  display: block;
  font-family: "Literata", serif;
  font-size: 1.32rem;
  line-height: 1.2;
}

.cv-modal-fallback-sidebar span {
  display: block;
  margin-top: 0.55rem;
  color: color-mix(in srgb, var(--cv-sheet-text) 74%, #ffffff 26%);
  font-size: 0.92rem;
}

.cv-modal-fallback-sidebar i {
  display: block;
  width: 64px;
  height: 64px;
  margin-bottom: 1rem;
  border-radius: 50%;
  background: var(--cv-sheet-accent);
  opacity: 0.9;
}

.cv-modal-fallback-main {
  padding: 1.5rem 1.5rem 1.25rem;
}

.cv-modal-fallback-main h3 {
  margin: 0 0 1rem;
  font-size: 1.35rem;
}

.cv-modal-line-group {
  display: grid;
  gap: 0.55rem;
  margin-bottom: 1rem;
}

.cv-modal-line {
  height: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, color-mix(in srgb, var(--cv-sheet-accent) 52%, white 48%), rgba(0, 0, 0, 0.06));
}

.cv-modal-line.short {
  width: 36%;
}

.cv-modal-line.medium {
  width: 62%;
}

.cv-modal-line.long {
  width: 100%;
}

@keyframes cv-preview-shimmer {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 759px) {
  .cv-modal-fallback-sheet {
    grid-template-columns: 1fr;
  }

  .cv-inline-actions {
    width: 100%;
  }

  .cv-inline-actions .button {
    flex: 1 1 100%;
  }

  .cv-inline-body {
    min-height: 420px;
    padding: 0.9rem;
  }

  .cv-inline-body[data-preview-state="loading"]::before {
    inset: 0.9rem;
    border-radius: 18px;
  }

  .cv-inline-sheet {
    border-radius: 18px;
    padding: 0.7rem;
  }
}

.prose-block {
  max-width: 58rem;
  margin: 0 auto;
}

.prose-block h2 {
  margin-bottom: 1.1rem;
}

.prose-block p + p {
  margin-top: 1rem;
}

.contact-card,
.service-stack .content-card,
.download-grid .content-card {
  padding: 1.6rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.link-list {
  margin: 0;
  padding-left: 1.1rem;
}

.link-list li + li {
  margin-top: 0.55rem;
}

.text-link {
  color: var(--accent-deeper);
  font-weight: 700;
  text-decoration: none;
}

.overview-link-card:hover .text-link,
.overview-link-card:focus-visible .text-link {
  text-decoration: underline;
}

.text-link:hover,
.text-link:focus-visible,
.link-list a:hover,
.link-list a:focus-visible {
  text-decoration: underline;
}

.article-list {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.service-stack {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.download-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.faq-grid,
.form-grid {
  display: grid;
  gap: 1rem;
}

.contact-form {
  padding: 1.8rem;
}

.form-grid label {
  display: grid;
  gap: 0.45rem;
  color: var(--text);
}

.form-grid input,
.form-grid select,
.form-grid textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  padding: 0.9rem 1rem;
  font: inherit;
  color: var(--text);
  background: rgba(255, 255, 255, 0.88);
}

.form-grid textarea {
  resize: vertical;
}

.form-grid-full {
  grid-column: 1 / -1;
}

.form-result {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
}

.form-result pre {
  margin: 0;
  white-space: pre-wrap;
  font-family: "Manrope", sans-serif;
}

.form-privacy {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(93, 127, 113, 0.18);
  border-radius: 18px;
  background: rgba(238, 247, 241, 0.9);
}

.form-privacy p {
  margin: 0;
  color: var(--muted);
}

.form-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  color: var(--text);
}

.form-consent input {
  width: 1.05rem;
  height: 1.05rem;
  margin-top: 0.18rem;
  accent-color: var(--primary);
  flex: 0 0 auto;
}

.form-consent span {
  line-height: 1.65;
}

.form-consent a {
  font-weight: 700;
}

.cookie-banner {
  position: fixed;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 1300;
  display: grid;
  justify-items: center;
  pointer-events: none;
}

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

.cookie-panel {
  width: min(100%, 920px);
  display: grid;
  gap: 1rem;
  padding: 1.2rem 1.25rem;
  border-radius: 24px;
  border: 1px solid rgba(93, 127, 113, 0.18);
  background:
    linear-gradient(135deg, rgba(246, 250, 247, 0.98), rgba(232, 243, 236, 0.98));
  box-shadow: 0 22px 46px rgba(40, 53, 48, 0.18);
  pointer-events: auto;
}

.cookie-copy {
  display: grid;
  gap: 0.5rem;
}

.cookie-title {
  margin: 0;
  font-family: "Literata", serif;
  font-size: clamp(1.1rem, 1rem + 0.6vw, 1.42rem);
  line-height: 1.25;
  color: var(--text-strong);
}

.cookie-text {
  margin: 0;
  color: var(--muted);
}

.cookie-text a {
  font-weight: 700;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

@media (min-width: 760px) {
  .faq-grid,
  .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cookie-panel {
    grid-template-columns: minmax(0, 1.8fr) auto;
    align-items: end;
  }

  .cookie-actions {
    justify-content: flex-end;
  }
}


.blog-article-standalone {
  display: grid;
  gap: 1.2rem;
  padding: 1.8rem;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.article-cover {
  width: 100%;
  max-height: 440px;
  object-fit: cover;
  border-radius: calc(var(--radius) - 6px);
}

.related-links {
  margin-top: 1rem;
}

@media (max-width: 759px) {
  .form-consent {
    align-items: flex-start;
  }

  .cookie-actions {
    flex-direction: column;
  }

  .cookie-actions .button {
    width: 100%;
    justify-content: center;
  }
}
