:root {
  color-scheme: dark;
  --bg: #070909;
  --panel: #101515;
  --panel-strong: #151b1a;
  --text: #eef4ef;
  --muted: #a9b5ae;
  --dim: #748079;
  --line: rgba(255, 255, 255, 0.12);
  --green: #21e66b;
  --blue: #5bb7ff;
  --red: #ff5b57;
  --gold: #d7bd48;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background:
    radial-gradient(circle at 18% 8%, rgba(33, 230, 107, 0.18), transparent 28rem),
    radial-gradient(circle at 80% 5%, rgba(91, 183, 255, 0.12), transparent 26rem),
    linear-gradient(180deg, #080b0b 0%, var(--bg) 42%, #0b0f0e 100%);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

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

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(20px, 5vw, 72px);
  background: rgba(7, 9, 9, 0.82);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand,
nav {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  min-width: 0;
  font-size: 1.05rem;
  font-weight: 900;
}

.brand-icon {
  width: 38px;
  height: 38px;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 0 20px rgba(33, 230, 107, 0.16);
}

nav {
  min-width: 0;
  flex-wrap: wrap;
  gap: clamp(12px, 2.5vw, 30px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

nav a:hover {
  color: var(--text);
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  min-height: calc(100svh - 72px);
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: clamp(72px, 9vw, 132px) clamp(20px, 5vw, 72px);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(4, 9, 7, 0.94) 0%, rgba(4, 9, 7, 0.74) 34%, rgba(4, 9, 7, 0.20) 72%),
    linear-gradient(0deg, rgba(7, 9, 9, 0.82) 0%, transparent 34%);
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 920px;
}

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

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(4.2rem, 14vw, 13rem);
  line-height: 0.9;
  font-weight: 900;
  text-shadow: 0 12px 46px rgba(0, 0, 0, 0.62);
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.6vw, 5.4rem);
  line-height: 0.96;
  font-weight: 900;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.1rem;
}

p {
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.7;
}

.hero-subtitle {
  max-width: 580px;
  color: #dce6df;
  font-size: clamp(1.08rem, 1.6vw, 1.38rem);
  line-height: 1.55;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  text-align: center;
  border: 1px solid var(--line);
  font-weight: 850;
}

.button.primary {
  background: var(--green);
  color: #041006;
  border-color: var(--green);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.05);
  color: var(--text);
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  margin: 0;
  overflow: hidden;
  border: 0;
  background: #050606;
  box-shadow: none;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}

.intro-band {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0 clamp(20px, 5vw, 72px);
  border: 1px solid var(--line);
  background: var(--line);
}

.account-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0 clamp(20px, 5vw, 72px) 14px;
  padding: 18px 20px;
  border: 1px solid rgba(33, 230, 107, 0.32);
  background: rgba(16, 21, 21, 0.92);
}

.account-band span {
  display: block;
  margin-bottom: 6px;
  color: var(--green);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.account-band strong {
  display: block;
  font-size: clamp(1rem, 1.8vw, 1.28rem);
  line-height: 1.35;
}

.intro-band div {
  padding: 22px;
  background: rgba(16, 21, 21, 0.92);
}

.intro-band span,
.contact-card span {
  display: block;
  margin-bottom: 8px;
  color: var(--dim);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.intro-band strong {
  font-size: 1.05rem;
  line-height: 1.45;
}

.section {
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px);
}

.split {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(0, 1.15fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
}

.section-copy p {
  max-width: 650px;
}

.use-case-grid,
.feature-grid,
.workflow-grid,
.showcase-grid {
  display: grid;
  gap: 14px;
}

.use-case-grid {
  grid-template-columns: repeat(2, 1fr);
}

.use-case-grid article,
.feature-grid article,
.device-card,
.contact-card {
  border: 1px solid var(--line);
  background: rgba(16, 21, 21, 0.72);
}

.use-case-grid article,
.feature-grid article {
  padding: 24px;
}

.use-case-grid article a {
  color: var(--green);
  font-weight: 900;
}

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

.workflow {
  background: #0d1110;
  border-block: 1px solid var(--line);
}

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

.device-card {
  padding: clamp(18px, 2.5vw, 28px);
}

.device-screen {
  min-height: 300px;
  margin-bottom: 22px;
  padding: 18px;
  background: #030505;
  border: 1px solid rgba(33, 230, 107, 0.36);
}

.screen-bar,
.control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.screen-bar {
  margin-bottom: 24px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
}

.monitor-screen svg {
  width: 100%;
  height: 210px;
}

.monitor-screen polyline {
  fill: none;
  stroke: var(--green);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.instructor-screen {
  display: grid;
  align-content: center;
  gap: 12px;
}

.control-row {
  padding: 16px;
  background: rgba(255, 255, 255, 0.055);
  color: var(--muted);
  font-weight: 700;
}

.control-row b {
  color: var(--text);
  text-align: right;
}

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

.pricing-section {
  background: #0d1110;
  border-block: 1px solid var(--line);
}

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

.pricing-card {
  display: grid;
  gap: 16px;
  align-content: start;
  border: 1px solid var(--line);
  background: rgba(16, 21, 21, 0.72);
  padding: clamp(20px, 3vw, 30px);
}

.pricing-card.featured {
  border-color: rgba(33, 230, 107, 0.55);
  background: rgba(33, 230, 107, 0.08);
}

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

.pricing-card strong {
  color: var(--text);
  font-size: clamp(2.4rem, 5vw, 4.6rem);
  font-weight: 950;
  line-height: 0.95;
}

.pricing-card small {
  color: var(--muted);
  font-size: 1rem;
  font-weight: 800;
}

.product-showcase {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), transparent 44%),
    #080b0b;
}

.showcase-grid {
  grid-template-columns: 1.18fr 0.82fr;
  align-items: start;
}

.showcase-card {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: rgba(16, 21, 21, 0.76);
}

.showcase-card.large {
  grid-row: span 2;
}

.showcase-card img {
  width: 100%;
  height: 360px;
  object-fit: contain;
  object-position: center;
  background: #050606;
  border-bottom: 1px solid var(--line);
}

.showcase-card.large img {
  height: 640px;
  min-height: 0;
}

.showcase-card figcaption {
  display: grid;
  gap: 7px;
  padding: 18px;
}

.showcase-card strong {
  color: var(--text);
  font-size: 1rem;
}

.showcase-card span {
  color: var(--muted);
  line-height: 1.5;
}

.feature-number {
  display: block;
  margin-bottom: 26px;
  color: var(--green);
  font-size: 0.8rem;
  font-weight: 900;
}

.image-story {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.image-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  background: #050606;
}

.image-panel img {
  width: 100%;
  height: auto;
  max-height: 760px;
  object-fit: contain;
  object-position: center;
  background: #f8f3ec;
}

.story-copy {
  max-width: 620px;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 420px);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
  margin: 0 clamp(20px, 5vw, 72px) clamp(56px, 8vw, 92px);
  padding: clamp(32px, 5vw, 56px);
  background: linear-gradient(135deg, rgba(33, 230, 107, 0.12), rgba(91, 183, 255, 0.08));
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.contact-section h2 {
  font-size: clamp(2.4rem, 5vw, 5.2rem);
}

.contact-card {
  padding: 28px;
  background: rgba(7, 9, 9, 0.72);
}

.contact-card a {
  display: block;
  margin-bottom: 18px;
  color: var(--green);
  font-size: clamp(1.2rem, 2vw, 1.55rem);
  font-weight: 900;
  overflow-wrap: anywhere;
}

.support-hero {
  padding-bottom: 30px;
}

.support-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 380px);
  gap: 14px;
  align-items: start;
  padding: 0 clamp(20px, 5vw, 72px) clamp(64px, 9vw, 112px);
}

.support-form,
.support-sidebar article {
  border: 1px solid var(--line);
  background: rgba(16, 21, 21, 0.72);
}

.support-form {
  display: grid;
  gap: 14px;
  padding: clamp(18px, 3vw, 30px);
}

.support-form label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.support-form input,
.support-form select,
.support-form textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #050707;
  color: var(--text);
  padding: 11px 12px;
  font-weight: 750;
}

.support-form textarea {
  min-height: 180px;
  resize: vertical;
  line-height: 1.5;
}

.form-grid,
.support-actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.support-status {
  min-height: 24px;
  color: var(--gold);
  font-size: 0.9rem;
  font-weight: 800;
}

.support-status.error {
  color: var(--red);
}

.support-sidebar {
  display: grid;
  gap: 14px;
}

.support-sidebar article {
  padding: 20px;
}

.support-sidebar h2 {
  margin-bottom: 10px;
  font-size: 1.1rem;
  line-height: 1.15;
}

footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 26px clamp(20px, 5vw, 72px);
  color: var(--dim);
  border-top: 1px solid var(--line);
  font-size: 0.84rem;
  font-weight: 650;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.footer-links a,
.footer-links button {
  color: var(--muted);
  font: inherit;
  font-weight: 800;
}

.footer-links button {
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.footer-links a:hover,
.footer-links button:hover {
  color: var(--text);
}

.policy-hero {
  max-width: 980px;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px) clamp(36px, 5vw, 64px);
}

.policy-hero h1 {
  font-size: clamp(3.3rem, 10vw, 9rem);
}

.policy-hero p {
  max-width: 720px;
  margin-bottom: 24px;
  color: #dce6df;
  font-size: clamp(1.04rem, 1.8vw, 1.26rem);
}

.policy-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0 clamp(20px, 5vw, 72px) clamp(64px, 9vw, 112px);
}

.policy-layout article {
  padding: clamp(20px, 2.6vw, 30px);
  border: 1px solid var(--line);
  background: rgba(16, 21, 21, 0.72);
}

.policy-layout article h2 {
  font-size: clamp(1.55rem, 3.4vw, 3.2rem);
  line-height: 1.04;
}

.policy-layout article a {
  color: var(--green);
  font-weight: 900;
}

.policy-layout article ul,
.policy-layout article ol {
  margin: 14px 0 0;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.65;
}

.policy-layout article li + li {
  margin-top: 8px;
}

.policy-layout article strong {
  color: var(--text);
}

.policy-layout article.full-width {
  grid-column: 1 / -1;
}

.resource-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(280px, 0.72fr);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(72px, 10vw, 132px) clamp(20px, 5vw, 72px) clamp(42px, 6vw, 82px);
}

.resource-hero h1 {
  margin-bottom: 22px;
  font-size: clamp(3.3rem, 8.8vw, 8.6rem);
  line-height: 0.94;
}

.resource-hero p {
  max-width: 760px;
  color: #dce6df;
  font-size: clamp(1.04rem, 1.7vw, 1.24rem);
}

.resource-hero figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(33, 230, 107, 0.34);
  background: #050606;
}

.resource-hero img {
  width: 100%;
  height: auto;
  max-height: 620px;
  object-fit: contain;
}

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

.resource-grid,
.scenario-grid,
.link-grid {
  display: grid;
  gap: 14px;
}

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

.scenario-grid {
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.55fr);
  align-items: start;
}

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

.resource-card,
.scenario-panel,
.resource-callout,
.quick-links {
  padding: clamp(20px, 2.8vw, 30px);
  border: 1px solid var(--line);
  background: rgba(16, 21, 21, 0.72);
}

.resource-card h3,
.scenario-panel h2,
.resource-callout h2,
.quick-links h2 {
  font-size: clamp(1.35rem, 2.7vw, 2.35rem);
  line-height: 1.06;
}

.resource-card a,
.scenario-panel a,
.resource-callout a,
.quick-links a {
  color: var(--green);
  font-weight: 900;
}

.resource-card ul,
.scenario-panel ul,
.scenario-panel ol,
.resource-callout ul,
.quick-links ul {
  margin: 14px 0 0;
  padding-left: 1.25rem;
  color: var(--muted);
  line-height: 1.65;
}

.resource-card li + li,
.scenario-panel li + li,
.resource-callout li + li,
.quick-links li + li {
  margin-top: 8px;
}

.resource-callout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  border-color: rgba(33, 230, 107, 0.32);
  background: rgba(33, 230, 107, 0.07);
}

.resource-callout p {
  max-width: 760px;
}

.scenario-meta {
  display: grid;
  gap: 10px;
  margin: 0;
}

.scenario-meta div {
  display: grid;
  gap: 3px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--line);
}

.scenario-meta dt {
  color: var(--dim);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scenario-meta dd {
  margin: 0;
  color: var(--text);
  font-weight: 850;
  line-height: 1.4;
}

.seo-links {
  padding-top: 0;
}

.guide-card {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(18px, 3vw, 30px);
  align-items: start;
}

.guide-figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(91, 183, 255, 0.28);
  background: rgba(5, 6, 6, 0.82);
}

.guide-figure img {
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 560px;
  object-fit: contain;
  object-position: center;
  background: #050606;
}

.guide-figure figcaption {
  padding: 10px 12px;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
}

.guide-placeholder {
  display: grid;
  place-items: center;
  min-height: 180px;
  border: 1px dashed rgba(91, 183, 255, 0.42);
  background: rgba(91, 183, 255, 0.055);
  color: var(--blue);
  text-align: center;
  font-size: 0.86rem;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.support-note {
  border-color: rgba(215, 189, 72, 0.44) !important;
  background: rgba(215, 189, 72, 0.08) !important;
}

.cookie-banner {
  position: fixed;
  right: clamp(14px, 3vw, 28px);
  bottom: clamp(14px, 3vw, 28px);
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  width: min(760px, calc(100vw - 28px));
  padding: 18px;
  border: 1px solid rgba(33, 230, 107, 0.34);
  background: rgba(7, 9, 9, 0.96);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.54);
  backdrop-filter: blur(18px);
}

.cookie-banner__copy {
  min-width: 0;
}

.cookie-banner strong {
  display: block;
  margin-bottom: 6px;
  color: var(--text);
  font-size: 0.94rem;
}

.cookie-banner p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  line-height: 1.5;
}

.cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  justify-content: flex-end;
}

.cookie-banner button,
.cookie-banner a {
  min-height: 38px;
  padding: 0 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.055);
  color: var(--text);
  font: inherit;
  font-size: 0.78rem;
  font-weight: 900;
  cursor: pointer;
}

.cookie-banner button[data-cookie-action="accept"] {
  border-color: var(--green);
  background: var(--green);
  color: #041006;
}

.cookie-banner a {
  display: inline-flex;
  align-items: center;
}

@media (max-width: 920px) {
  .site-header {
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hero,
  .split,
  .image-story,
  .contact-section,
  .support-layout,
  .guide-card,
  .policy-layout,
  .resource-hero,
  .resource-grid,
  .scenario-grid,
  .link-grid,
  .resource-callout {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 680px;
    padding-block: clamp(64px, 12vw, 108px);
  }

  .hero-media img {
    height: 100%;
    object-position: 58% top;
  }

  .account-band,
  .intro-band,
  .workflow-grid,
  .showcase-grid,
  .feature-grid,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .showcase-card.large {
    grid-row: auto;
  }

  .showcase-card.large img,
  .showcase-card img {
    height: 380px;
    min-height: 0;
  }
}

@media (max-width: 640px) {
  .site-header {
    position: relative;
    align-items: flex-start;
    padding: 14px 16px;
  }

  .brand {
    font-size: 1rem;
  }

  .brand-icon {
    width: 34px;
    height: 34px;
  }

  nav {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
    gap: 1px;
    overflow: hidden;
    border: 1px solid var(--line);
    background: var(--line);
    font-size: 0.76rem;
  }

  nav a {
    min-width: 0;
    padding: 10px 6px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(16, 21, 21, 0.96);
  }

  .hero {
    min-height: min(760px, calc(100svh - 92px));
    align-items: end;
    padding: 120px 16px 38px;
  }

  .hero::before {
    background:
      linear-gradient(180deg, rgba(4, 9, 7, 0.34) 0%, rgba(4, 9, 7, 0.70) 44%, rgba(4, 9, 7, 0.96) 100%),
      linear-gradient(90deg, rgba(4, 9, 7, 0.42), rgba(4, 9, 7, 0.18));
  }

  h1 {
    margin-bottom: 12px;
    font-size: clamp(3.2rem, 18vw, 5rem);
    line-height: 0.94;
  }

  h2 {
    font-size: clamp(2rem, 10vw, 3.2rem);
    line-height: 1;
  }

  p {
    font-size: 0.96rem;
    line-height: 1.62;
  }

  .hero-subtitle {
    max-width: 26rem;
    font-size: 1rem;
    line-height: 1.5;
  }

  .hero-actions {
    flex-direction: column;
    gap: 10px;
    margin-top: 22px;
  }

  .button {
    width: 100%;
    min-height: 46px;
  }

  .hero-media img {
    height: 100%;
    object-position: 68% top;
  }

  .account-band,
  .intro-band {
    margin: 0 16px;
  }

  .account-band {
    margin-bottom: 12px;
    padding: 16px;
  }

  .intro-band div,
  .use-case-grid article,
  .feature-grid article,
  .device-card,
  .contact-card {
    padding: 18px;
  }

  .section {
    padding: 58px 16px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  .device-screen {
    min-height: 220px;
    padding: 14px;
  }

  .monitor-screen svg {
    height: 150px;
  }

  .screen-bar,
  .control-row {
    gap: 10px;
  }

  .control-row {
    padding: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .control-row b {
    text-align: left;
  }

  .showcase-card.large img,
  .showcase-card img {
    height: auto;
    max-height: none;
  }

  .showcase-card figcaption {
    padding: 16px;
  }

  .feature-number {
    margin-bottom: 18px;
  }

  .use-case-grid {
    grid-template-columns: 1fr;
  }

  .image-panel img {
    height: auto;
    max-height: none;
  }

  .guide-figure img {
    max-height: none;
  }

  .contact-section {
    margin: 0 16px 44px;
    padding: 22px;
  }

  .contact-section h2 {
    font-size: clamp(2rem, 12vw, 3.4rem);
  }

  .contact-card a {
    font-size: clamp(1rem, 6vw, 1.3rem);
  }

  .policy-hero {
    padding: 58px 16px 28px;
  }

  .resource-hero {
    padding: 58px 16px 32px;
  }

  .resource-actions,
  .inline-actions {
    flex-direction: column;
  }

  .policy-layout {
    padding: 0 16px 56px;
  }

  .form-grid,
  .support-actions {
    grid-template-columns: 1fr;
  }

  .support-layout {
    padding: 0 16px 56px;
  }

  .cookie-banner {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 1fr;
  }

  .cookie-banner__actions {
    justify-content: stretch;
  }

  .cookie-banner button,
  .cookie-banner a {
    flex: 1 1 145px;
    justify-content: center;
    text-align: center;
  }

  footer {
    flex-direction: column;
    align-items: flex-start;
    padding: 22px 16px;
    font-size: 0.78rem;
  }
}

@media (max-width: 380px) {
  nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero {
    padding-top: 92px;
  }

  h1 {
    font-size: clamp(2.8rem, 17vw, 4rem);
  }

  .intro-band strong {
    font-size: 0.98rem;
  }
}
