:root {
  --ink: #172033;
  --muted: #5e6b7f;
  --line: #d9e0e8;
  --paper: #fbfcfe;
  --white: #ffffff;
  --orange: #f46f22;
  --blue: #0d9be6;
  --green: #0e8f72;
  --shadow: 0 24px 80px rgba(28, 43, 66, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: grid;
  grid-template-columns: auto minmax(240px, 1fr) auto;
  align-items: center;
  column-gap: clamp(28px, 4vw, 72px);
  min-height: 76px;
  padding: 12px clamp(20px, 4vw, 64px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(217, 224, 232, 0.9);
  backdrop-filter: blur(18px);
}

.brand {
  display: flex;
  align-items: center;
  min-width: 0;
}

.brand img {
  flex: 0 0 auto;
  width: 168px;
  height: auto;
}

.header-center {
  justify-self: start;
  display: grid;
  gap: 7px;
  align-content: center;
}

.header-slogan {
  max-width: 620px;
  margin: 0;
  color: var(--ink);
  font-size: clamp(1rem, 1.25vw, 1.42rem);
  font-weight: 800;
  line-height: 1.2;
}

.header-newsletter-link {
  justify-self: start;
  min-height: 30px;
  padding: 5px 12px;
  border: 1px solid rgba(13, 155, 230, 0.26);
  border-radius: 999px;
  color: var(--blue);
  background: #edf7fd;
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1.2;
}

.header-newsletter-link:hover,
.header-newsletter-link:focus-visible {
  color: var(--white);
  background: var(--blue);
  outline: none;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  padding: 10px 14px;
  border-radius: 8px;
  color: var(--muted);
  font-weight: 700;
  font-size: 0.94rem;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: var(--ink);
  background: #edf7fd;
  outline: none;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.menu-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: var(--ink);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.78fr);
  gap: clamp(28px, 5vw, 64px);
  min-height: min(760px, calc(100svh - 76px));
  padding: clamp(48px, 7vw, 88px) clamp(20px, 5vw, 80px) 40px;
  background:
    linear-gradient(125deg, rgba(13, 155, 230, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(244, 111, 34, 0.13), transparent 38%),
    var(--white);
}

.hero-copy {
  align-self: center;
  max-width: 700px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 680px;
  margin-bottom: 20px;
  font-size: clamp(2.25rem, 4.8vw, 4.35rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(1.65rem, 3vw, 2.85rem);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
}

.hero-copy > p:not(.eyebrow),
.section-heading p,
.split > div > p,
.contact-copy > p,
.about-card p,
.mission p {
  max-width: 680px;
  color: var(--muted);
  font-size: 1rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 900;
}

.button.primary {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 14px 30px rgba(244, 111, 34, 0.24);
}

.button.secondary {
  color: var(--ink);
  border-color: var(--line);
  background: var(--white);
}

.hero-panel {
  align-self: end;
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fafc;
  box-shadow: var(--shadow);
}

.signal-card,
.service-grid article,
.product-strip article,
.values article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.signal-card {
  padding: 20px;
}

.signal-card span,
.product-strip span {
  display: inline-flex;
  margin-bottom: 10px;
  color: var(--blue);
  font-weight: 900;
  font-size: 0.82rem;
}

.signal-card strong,
.product-strip strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.1rem;
}

.signal-card p,
.service-grid p,
.product-strip p,
.values p {
  margin-bottom: 0;
  color: var(--muted);
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  border-block: 1px solid var(--line);
  background: var(--line);
}

.trust-band article {
  padding: 30px clamp(20px, 4vw, 56px);
  background: var(--paper);
}

.trust-band strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1.05rem;
}

.trust-band p {
  margin-bottom: 0;
  color: var(--muted);
}

.section {
  padding: clamp(54px, 7vw, 88px) clamp(20px, 5vw, 80px);
}

.split {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: clamp(32px, 6vw, 80px);
  align-items: start;
}

.service-grid,
.product-strip,
.values {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.service-grid article,
.product-strip article,
.values article {
  padding: 24px;
}

.products {
  background: #eef8fc;
}

.newsletter-banner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.55fr);
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
  padding: clamp(44px, 6vw, 76px) clamp(20px, 5vw, 80px);
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(23, 32, 51, 0.96), rgba(13, 77, 102, 0.94)),
    var(--ink);
}

.newsletter-banner h2 {
  max-width: 780px;
  font-size: clamp(1.65rem, 3vw, 2.65rem);
}

.newsletter-banner p {
  max-width: 720px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
}

.newsletter-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.button.light {
  border-color: rgba(255, 255, 255, 0.46);
  color: var(--white);
  background: transparent;
}

.button.light:hover,
.button.light:focus-visible {
  border-color: var(--white);
  background: rgba(255, 255, 255, 0.12);
}

.newsletter-inline {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: end;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.newsletter-inline label {
  display: grid;
  gap: 8px;
  min-width: 0;
  font-weight: 800;
}

.consent-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  grid-column: 1 / -1;
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.45;
}

.consent-check input {
  width: 18px;
  min-width: 18px;
  height: 18px;
  margin-top: 2px;
  accent-color: var(--green);
}

.newsletter-inline .consent-check {
  color: rgba(255, 255, 255, 0.82);
}

.newsletter-inline input[type="email"] {
  width: 100%;
  min-width: 0;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

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

.about {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1fr);
  gap: 24px;
  background: var(--ink);
}

.about-card,
.mission {
  padding: clamp(28px, 4vw, 48px);
  border-radius: 8px;
}

.about-card {
  color: var(--white);
  background: linear-gradient(140deg, rgba(13, 155, 230, 0.32), rgba(14, 143, 114, 0.18));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.about-card p,
.mission p {
  color: rgba(255, 255, 255, 0.78);
}

.mission {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

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

.contact {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 0.7fr);
  gap: clamp(32px, 6vw, 72px);
  padding: clamp(54px, 7vw, 88px) clamp(20px, 5vw, 80px);
  background: var(--white);
}

.contact-list {
  display: grid;
  gap: 10px;
  margin-top: 28px;
  color: var(--ink);
  font-weight: 800;
}

.contact-list a:hover {
  color: var(--blue);
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

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

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.contact-form textarea {
  min-height: 140px;
  resize: vertical;
}

.site-footer {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 42px 20px;
  color: var(--muted);
  text-align: center;
  border-top: 1px solid var(--line);
  background: #f7fafc;
}

.site-footer img {
  width: 150px;
}

.site-footer p,
.site-footer span {
  margin: 0;
}

.page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.44fr);
  gap: clamp(28px, 5vw, 68px);
  align-items: center;
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 80px);
  background:
    linear-gradient(125deg, rgba(14, 143, 114, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(13, 155, 230, 0.12), transparent 38%),
    var(--white);
}

.page-hero h1 {
  max-width: 760px;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.page-hero p {
  max-width: 700px;
  color: var(--muted);
  font-size: 1rem;
}

.newsletter-card {
  display: grid;
  gap: 14px;
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #f7fafc;
  box-shadow: var(--shadow);
}

.newsletter-card span {
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.newsletter-card h2 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.2vw, 2rem);
}

.newsletter-card label {
  display: grid;
  gap: 8px;
  font-weight: 800;
}

.newsletter-card input[type="email"] {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: var(--white);
  font: inherit;
}

.form-note {
  grid-column: 1 / -1;
  min-height: 22px;
  margin: 0;
  color: var(--green);
  font-size: 0.9rem;
  font-weight: 800;
}

.form-note a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.newsletter-inline .form-note {
  color: rgba(255, 255, 255, 0.82);
}

.brevo-newsletter-embed {
  min-width: 0;
  width: min(100%, 540px);
  margin: 0 auto;
}

.brevo-newsletter-embed iframe {
  display: block;
  width: 540px;
  max-width: 540px;
  height: 305px;
  max-height: 305px;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  overflow: hidden;
}

.archive-section {
  background: #eef8fc;
}

.newsletter-archive {
  display: grid;
  gap: 12px;
  max-width: 1060px;
}

.newsletter-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 20px 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  overflow: hidden;
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    transform 180ms ease;
}

.newsletter-row:hover,
.newsletter-row:focus-visible {
  border-color: rgba(13, 155, 230, 0.42);
  box-shadow: 0 18px 48px rgba(28, 43, 66, 0.1);
  outline: none;
  transform: translateY(-1px);
}

.newsletter-row strong {
  display: block;
  margin-bottom: 4px;
  font-size: 1.05rem;
}

.newsletter-row small {
  display: block;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.newsletter-row p {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--muted);
}

.newsletter-row em {
  color: var(--green);
  font-size: 0.86rem;
  font-style: normal;
  font-weight: 900;
  text-align: right;
}

.chatbot {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
}

.chatbot-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 54px;
  padding: 0 18px;
  border: 1px solid rgba(23, 32, 51, 0.12);
  border-radius: 999px;
  color: var(--white);
  background: var(--ink);
  box-shadow: var(--shadow);
  font-weight: 900;
}

.chatbot-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 5px rgba(14, 143, 114, 0.16);
}

.chatbot-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  display: none;
  width: min(380px, calc(100vw - 40px));
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.chatbot-panel.open {
  display: block;
}

.chatbot-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px;
  color: var(--white);
  background: linear-gradient(135deg, var(--ink), #0d4d66);
}

.chatbot-header span {
  display: block;
  margin-bottom: 4px;
  font-weight: 900;
}

.chatbot-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.9rem;
}

.chatbot-close {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
  font-size: 1.25rem;
  line-height: 1;
}

.chatbot-messages {
  display: grid;
  gap: 10px;
  max-height: 300px;
  overflow-y: auto;
  padding: 16px;
  background: #f7fafc;
}

.chat-message {
  max-width: 88%;
  padding: 11px 13px;
  border-radius: 8px;
  font-size: 0.94rem;
}

.chat-message.bot {
  justify-self: start;
  color: var(--ink);
  background: var(--white);
  border: 1px solid var(--line);
}

.chat-message.user {
  justify-self: end;
  color: var(--white);
  background: var(--blue);
}

.chatbot-suggestions {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding: 0 16px 14px;
  background: #f7fafc;
}

.chatbot-privacy {
  margin: 0;
  padding: 0 16px 12px;
  color: var(--muted);
  background: #f7fafc;
  font-size: 0.78rem;
  line-height: 1.4;
}

.chatbot-privacy a {
  color: var(--blue);
  font-weight: 800;
}

.chatbot-suggestions button {
  flex: 0 0 auto;
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 10px;
  color: var(--ink);
  background: var(--white);
  font-size: 0.82rem;
  font-weight: 800;
}

.chatbot-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  padding: 14px;
  border-top: 1px solid var(--line);
}

.chatbot-form input {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 12px;
  font: inherit;
}

.chatbot-form button {
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  color: var(--white);
  background: var(--orange);
  font-weight: 900;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}

.footer-links a,
.footer-links button {
  border: 0;
  padding: 0;
  color: var(--ink);
  background: transparent;
  font: inherit;
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.cookie-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  width: min(760px, calc(100vw - 40px));
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

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

.cookie-banner strong {
  display: block;
  margin-bottom: 4px;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.92rem;
}

.cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: flex-end;
}

.legal-hero {
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 80px) clamp(34px, 5vw, 64px);
  background: var(--white);
}

.legal-hero h1 {
  max-width: 820px;
  font-size: clamp(2rem, 4vw, 3.7rem);
}

.legal-hero p:not(.eyebrow) {
  color: var(--muted);
}

.legal-content {
  display: grid;
  gap: 18px;
  padding: 0 clamp(20px, 5vw, 80px) clamp(54px, 7vw, 88px);
  background: var(--white);
}

.legal-content article {
  max-width: 920px;
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.legal-content h2 {
  font-size: clamp(1.35rem, 2.2vw, 2rem);
}

.legal-content p {
  margin-bottom: 0;
  color: var(--muted);
}

.legal-content a {
  color: var(--blue);
  font-weight: 800;
}

.article-page {
  background: var(--white);
}

.article-hero {
  padding: clamp(54px, 8vw, 104px) clamp(20px, 5vw, 80px) clamp(34px, 5vw, 58px);
  background:
    linear-gradient(125deg, rgba(13, 155, 230, 0.1), transparent 34%),
    linear-gradient(315deg, rgba(244, 111, 34, 0.1), transparent 38%),
    var(--white);
}

.article-hero h1 {
  max-width: 920px;
  font-size: clamp(2rem, 4vw, 3.65rem);
}

.article-hero > p:not(.eyebrow) {
  max-width: 820px;
  color: var(--muted);
  font-size: 1.05rem;
}

.article-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 24px;
}

.article-meta span {
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 8px 11px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.76);
  font-size: 0.8rem;
  font-weight: 900;
}

.article-visual {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 80px);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  background: var(--line);
}

.article-visual span {
  min-height: 132px;
  display: grid;
  place-items: end start;
  padding: 18px;
  color: var(--white);
  background:
    linear-gradient(145deg, rgba(23, 32, 51, 0.9), rgba(13, 155, 230, 0.5)),
    var(--ink);
  font-weight: 900;
}

.article-visual span:nth-child(2) {
  background:
    linear-gradient(145deg, rgba(23, 32, 51, 0.9), rgba(244, 111, 34, 0.58)),
    var(--ink);
}

.article-visual span:nth-child(3) {
  background:
    linear-gradient(145deg, rgba(23, 32, 51, 0.9), rgba(14, 143, 114, 0.58)),
    var(--ink);
}

.article-visual span:nth-child(4) {
  background:
    linear-gradient(145deg, rgba(23, 32, 51, 0.9), rgba(106, 90, 205, 0.5)),
    var(--ink);
}

.article-content {
  display: grid;
  gap: 18px;
  max-width: 900px;
  padding: clamp(40px, 6vw, 72px) clamp(20px, 5vw, 80px) clamp(54px, 7vw, 88px);
}

.article-content h2 {
  margin: 18px 0 0;
  font-size: clamp(1.35rem, 2.3vw, 2.05rem);
}

.article-content p,
.article-content li {
  color: var(--muted);
  font-size: 1.02rem;
}

.article-lede {
  color: var(--ink);
  font-size: 1.18rem;
  font-weight: 750;
}

.article-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 20px;
}

.resource-list a {
  color: var(--blue);
  font-weight: 850;
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media (max-width: 900px) {
  .site-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 8px;
  }

  .header-center {
    order: 3;
    display: grid;
    flex: 0 0 100%;
    gap: 6px;
  }

  .menu-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 8px);
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
    box-shadow: var(--shadow);
  }

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

  .hero,
  .page-hero,
  .split,
  .about,
  .contact,
  .newsletter-system,
  .newsletter-banner {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .trust-band,
  .product-strip,
  .values {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 640px) {
  .brand img {
    width: 142px;
  }

  .header-slogan {
    font-size: 0.98rem;
  }

  .header-newsletter-link {
    min-height: 28px;
    padding: 5px 11px;
    font-size: 0.74rem;
  }

  h1 {
    font-size: 2.15rem;
  }

  .hero-actions,
  .service-grid {
    grid-template-columns: 1fr;
  }

  .hero-actions .button,
  .contact-form .button,
  .newsletter-card .button,
  .newsletter-inline .button {
    width: 100%;
  }

  .newsletter-inline {
    grid-template-columns: 1fr;
  }

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

  .newsletter-row em {
    text-align: left;
  }

  .article-visual {
    grid-template-columns: 1fr 1fr;
  }

  .chatbot {
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner {
    right: 12px;
    bottom: 12px;
    grid-template-columns: 1fr;
    width: calc(100vw - 24px);
  }

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

  .chatbot-panel {
    width: calc(100vw - 24px);
  }
}
