:root {
  --closnet-bg: #f4f7fb;
  --closnet-surface: rgba(255, 255, 255, 0.88);
  --closnet-surface-strong: #ffffff;
  --closnet-text: #0f172a;
  --closnet-muted: #475569;
  --closnet-primary: #2563eb;
  --closnet-primary-strong: #1d4ed8;
  --closnet-secondary: #0f766e;
  --closnet-accent: #f59e0b;
  --closnet-border: rgba(15, 23, 42, 0.08);
  --closnet-shadow: 0 24px 80px rgba(15, 23, 42, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  background:
    radial-gradient(circle at top left, rgba(37, 99, 235, 0.10), transparent 28%),
    radial-gradient(circle at top right, rgba(15, 118, 110, 0.10), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, var(--closnet-bg) 38%, #eef3f9 100%);
  color: var(--closnet-text);
  font-family: "Manrope", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
.language-switch .btn,
.language-switch .dropdown-item,
.hero-kicker-badge {
  font-family: "Plus Jakarta Sans", sans-serif;
}

.navbar {
  background: transparent;
}

.navbar-brand img {
  height: 42px;
  width: auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 1030;
  backdrop-filter: blur(14px);
  background: rgba(255, 255, 255, 0.72);
  border-bottom: 1px solid rgba(15, 23, 42, 0.06);
}

.topbar .nav-actions .btn {
  border-radius: 999px;
  padding: 0.65rem 1.05rem;
  font-weight: 700;
}

.topbar-login {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--closnet-primary), var(--closnet-primary-strong));
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.18);
}

.topbar-login:hover,
.topbar-login:focus {
  color: #ffffff;
  background: linear-gradient(135deg, #1d4ed8, #1e40af);
}

.language-switch .btn {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  min-height: 2.7rem;
  padding: 0.5rem 0.85rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.04);
  color: var(--closnet-muted);
  font-size: 0.82rem;
  font-weight: 800;
}

.language-switch .btn:hover,
.language-switch .btn:focus {
  color: var(--closnet-primary);
  background: rgba(15, 23, 42, 0.06);
}

.language-switch .dropdown-menu {
  min-width: 5.25rem;
  padding: 0.35rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.12);
}

.language-switch .dropdown-item {
  border-radius: 0.7rem;
  font-size: 0.84rem;
  font-weight: 700;
  color: var(--closnet-text);
}

.language-switch .dropdown-item:hover,
.language-switch .dropdown-item:focus {
  background: rgba(37, 99, 235, 0.08);
  color: var(--closnet-primary);
}

.nav-actions {
  gap: 0.75rem;
}

.hero-shell {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(5, 18, 31, 0.94) 0%, rgba(8, 38, 57, 0.84) 42%, rgba(8, 38, 57, 0.20) 100%),
    linear-gradient(180deg, rgba(3, 9, 18, 0.18), rgba(3, 9, 18, 0.42)),
    var(--closnet-hero-image) center right / cover no-repeat;
}

.hero-shell::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), transparent 22%),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 96px);
  mask-image: linear-gradient(90deg, #000 0%, transparent 70%);
  opacity: 0.46;
  pointer-events: none;
}

.hero-panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(24rem, 0.82fr);
  gap: 2.5rem;
  align-items: center;
  width: 100%;
  min-height: calc(100vh - 72px);
  max-width: 1240px;
  margin: 0 auto;
  padding: 2rem 2rem 8rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
  width: min(100%, 43rem);
}

.hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 1rem;
  padding: 0.45rem 0.8rem 0.45rem 0.45rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
}

.hero-kicker-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: #ffffff;
  color: #08263a;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.20);
}

.hero-kicker-text {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.94rem;
  font-weight: 600;
}

.hero-title {
  margin: 0.4rem 0 1rem;
  max-width: none;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 5.35rem;
  line-height: 0.96;
  letter-spacing: 0;
  font-weight: 800;
  color: #ffffff;
  text-wrap: balance;
  text-shadow: 0 20px 56px rgba(0, 0, 0, 0.42);
}

.hero-subtitle {
  max-width: 41rem;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
  line-height: 1.8;
}

.hero-actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.55rem;
  margin-top: 1.85rem;
  justify-content: flex-start;
  width: 100%;
}

.hero-actions .btn,
.section-actions .btn {
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.48rem;
  min-height: 3.25rem;
  padding: 0.88rem 1rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.hero-actions .btn i {
  font-size: 0.92rem;
}

.hero-action-primary {
  background: #ffffff;
  border-color: transparent;
  color: #08263a;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.28);
  transform: translateY(0);
  padding-left: 1.12rem;
  padding-right: 0.86rem;
}

.hero-action-primary i {
  color: var(--closnet-primary);
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.hero-action-primary:hover,
.hero-action-primary:focus {
  background: #ffffff;
  border-color: #ffffff;
  color: #08263a;
  transform: translateY(-2px);
  box-shadow: 0 24px 46px rgba(0, 0, 0, 0.34);
}

.hero-action-primary:hover i,
.hero-action-primary:focus i {
  color: var(--closnet-primary-strong);
  transform: translateX(2px);
}

.hero-secondary {
  color: #08263a;
  border-color: rgba(255, 255, 255, 0.72);
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(16px);
}

.hero-tertiary,
.hero-video {
  color: #08263a;
  border-color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px);
}

.hero-secondary i {
  color: #f59e0b;
}

.hero-tertiary i {
  color: #16a34a;
}

.hero-video i {
  color: #dc2626;
}

.hero-secondary:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #08263a;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.22);
}

.hero-tertiary:hover,
.hero-video:hover {
  color: #08263a;
  border-color: #ffffff;
  background: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.20);
}

.hero-actions .btn:focus {
  outline: 0;
}

.hero-actions .btn:focus-visible {
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.24), 0 18px 34px rgba(0, 0, 0, 0.28);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.65rem;
  width: 100%;
}

.hero-metric {
  padding: 1.1rem 1rem 1rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(10px);
}

.hero-metric strong {
  display: block;
  margin-bottom: 0.2rem;
  color: #ffffff;
  font-size: 0.98rem;
}

.hero-metric span {
  display: block;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.45;
  font-size: 0.92rem;
}

.hero-visual {
  position: relative;
  width: 100%;
  min-height: 31rem;
  margin-top: 0;
}

.hero-device {
  position: absolute;
  right: -3rem;
  top: 50%;
  width: min(52vw, 43rem);
  overflow: hidden;
  transform: translateY(-50%) rotate(-2deg);
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 36px 90px rgba(0, 0, 0, 0.36);
  backdrop-filter: blur(18px);
}

.hero-device::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02) 0%, rgba(5, 18, 31, 0.18) 100%);
  pointer-events: none;
}

.hero-visual-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.hero-floating-note {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  padding: 0.8rem 0.95rem;
  border-radius: 999px;
  color: #08263a;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(255, 255, 255, 0.68);
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.24);
  font-size: 0.92rem;
  font-weight: 800;
  white-space: nowrap;
}

.hero-floating-note i {
  color: #0f766e;
}

.hero-floating-note-top {
  top: 4.8rem;
  left: 0.2rem;
}

.hero-floating-note-bottom {
  right: 1.6rem;
  bottom: 4rem;
}

.section-shell {
  padding: 0.5rem 0;
}

.section-shell:nth-of-type(2n) {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
}

.section-soft {
  background: #f8f6f1;
}

.section-soft.pt-0 {
  padding-top: 2rem !important;
}

.section-title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0;
  color: var(--closnet-text);
}

.section-lead {
  color: var(--closnet-muted);
  max-width: 48rem;
  margin: 0 auto;
}

.feature-card,
.pricing-card,
.story-card,
.reference-card {
  height: 100%;
  background: var(--closnet-surface-strong);
  border: 1px solid var(--closnet-border);
  border-radius: 1.35rem;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.08);
}

.feature-card {
  padding: 1.4rem 1.2rem;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.feature-card-action {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.78rem 1rem;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--closnet-primary);
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 0.88rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.feature-card-action i {
  font-size: 0.9rem;
}

.feature-card-action:hover,
.feature-card-action:focus {
  color: var(--closnet-primary-strong);
  text-decoration: none;
  background: rgba(37, 99, 235, 0.12);
  border-color: rgba(37, 99, 235, 0.22);
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.12);
  transform: translateY(-1px);
}

.feature-card:hover,
.pricing-card:hover,
.story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  border-radius: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.12), rgba(15, 118, 110, 0.12));
}

.pricing-card {
  padding: 1.6rem;
}

.pricing-card .price {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 3.25rem;
  letter-spacing: 0;
  line-height: 1;
}

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

.pricing-list {
  list-style: none;
  padding: 0;
  margin: 1.1rem 0 0;
}

.pricing-list li {
  display: flex;
  gap: 0.65rem;
  margin-bottom: 0.75rem;
  color: var(--closnet-text);
}

.pricing-list i {
  color: var(--closnet-secondary);
  margin-top: 0.2rem;
}

.pricing-highlight {
  border: 1px solid rgba(37, 99, 235, 0.16);
}

.story-title {
  margin-bottom: 1rem;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.55rem;
  line-height: 1.1;
}

.story-title-mission {
  color: #dc2626;
}

.story-title-vision {
  color: #f59e0b;
}

.story-title-values {
  color: #16a34a;
}

.reference-grid {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
}

.reference-logo {
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5.25rem;
  padding: 0.75rem 0.5rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.64);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.reference-logo:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.92);
}

.reference-grid img {
  max-height: 58px;
  max-width: 100%;
  object-fit: contain;
  filter: saturate(0.9);
}

.footer {
  background: linear-gradient(180deg, #0f172a 0%, #020617 100%);
  color: #cbd5e1;
}

.footer a {
  color: #e2e8f0;
  text-decoration: none;
}

.footer a:hover {
  color: #fff;
}

.footer-cta {
  margin: 0 0 2rem;
  padding: 1.35rem 1.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, rgba(37, 99, 235, 0.24), rgba(15, 118, 110, 0.24));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cookie-panel {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 1100;
  width: min(30rem, calc(100vw - 2rem));
  padding: 1.35rem;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
  backdrop-filter: blur(16px);
}

.cookie-panel[hidden],
.cookie-manager-toggle[hidden] {
  display: none !important;
}

.cookie-panel-title,
.cookie-modal-title {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--closnet-text);
}

.cookie-panel-copy,
.cookie-modal-copy {
  margin: 0.75rem 0 0;
  color: var(--closnet-muted);
  font-size: 0.95rem;
  line-height: 1.65;
}

.cookie-panel-link {
  color: var(--closnet-primary);
  font-weight: 700;
  text-decoration: none;
}

.cookie-panel-link:hover {
  color: var(--closnet-primary-strong);
}

.cookie-panel-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.65rem;
  margin-top: 1rem;
}

.cookie-panel-actions .btn,
.cookie-modal-actions .btn {
  min-height: 3rem;
  font-weight: 800;
}

.cookie-btn-accept {
  color: #ffffff;
  border-color: transparent;
  background: linear-gradient(135deg, var(--closnet-primary), var(--closnet-primary-strong));
  box-shadow: 0 14px 28px rgba(37, 99, 235, 0.24);
}

.cookie-btn-reject,
.cookie-btn-configure,
.cookie-btn-save {
  color: var(--closnet-text);
  border-color: rgba(15, 23, 42, 0.12);
  background: #ffffff;
}

.cookie-manager-toggle {
  position: fixed;
  left: 1.25rem;
  bottom: 1.25rem;
  z-index: 1090;
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  min-height: 3rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(15, 23, 42, 0.10);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.12);
  color: var(--closnet-text);
  font-size: 0.94rem;
  font-weight: 800;
}

.cookie-manager-toggle i {
  color: var(--closnet-primary);
}

.cookie-modal .modal-content {
  overflow: hidden;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 1rem;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.18);
}

.cookie-modal .modal-header {
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: #ffffff;
}

.cookie-modal .modal-body {
  padding: 1.5rem;
  background: #fbfcfe;
}

.cookie-category-list {
  display: grid;
  gap: 1rem;
  margin-top: 1.25rem;
}

.cookie-category {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: start;
  padding: 1rem;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 0.9rem;
  background: #ffffff;
}

.cookie-category h4 {
  margin: 0 0 0.3rem;
  font-size: 1rem;
  font-weight: 800;
  color: var(--closnet-text);
}

.cookie-category p {
  margin: 0;
  color: var(--closnet-muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.cookie-switch {
  position: relative;
  width: 3.1rem;
  height: 1.85rem;
  margin-top: 0.1rem;
}

.cookie-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.cookie-switch-track {
  position: absolute;
  inset: 0;
  border-radius: 999px;
  background: #cbd5e1;
  transition: background-color 0.2s ease;
}

.cookie-switch-track::after {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: 0.2rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  background: #ffffff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.18);
  transition: transform 0.2s ease;
}

.cookie-switch input:checked + .cookie-switch-track {
  background: var(--closnet-primary);
}

.cookie-switch input:checked + .cookie-switch-track::after {
  transform: translateX(1.25rem);
}

.cookie-switch input:disabled + .cookie-switch-track {
  background: #0f766e;
  opacity: 0.92;
}

.cookie-modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-end;
  margin-top: 1.4rem;
}

.video-modal .modal-content {
  overflow: hidden;
  border: 0;
  border-radius: 0.85rem;
  background: #081827;
  box-shadow: 0 32px 80px rgba(2, 6, 23, 0.40);
}

.video-modal .modal-header {
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  color: #ffffff;
  background: #081827;
}

.video-modal .modal-title {
  font-weight: 800;
}

.video-modal .close {
  position: static;
  color: #ffffff;
  opacity: 0.82;
  text-shadow: none;
}

.video-modal .modal-body {
  padding: 0;
  background: #000000;
}

.video-modal-frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video-modal-frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 991.98px) {
  .hero-shell {
    padding: 0;
  }

  .hero-panel {
    grid-template-columns: 1fr;
    min-height: auto;
    padding: 4rem 1.5rem 6rem;
  }

  .hero-title {
    max-width: none;
    font-size: 4.1rem;
  }

  .section-title {
    font-size: 2.2rem;
  }

  .pricing-card .price {
    font-size: 2.8rem;
  }

  .section-shell {
    padding: 0.5rem 0;
  }

  .section-soft.pt-0 {
    padding-top: 1.5rem !important;
  }

  .hero-visual {
    min-height: 25rem;
  }

  .hero-device {
    right: 0;
    width: min(100%, 42rem);
  }
}

@media (max-width: 767.98px) {
  .topbar .container {
    row-gap: 0.75rem;
  }

  .nav-actions {
    width: 100%;
    justify-content: space-between !important;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .reference-grid {
    flex-wrap: wrap;
    justify-content: center;
  }

  .reference-logo {
    flex: 0 1 calc(50% - 0.75rem);
  }
}

@media (max-width: 575.98px) {
  .navbar-brand img {
    height: 32px;
  }

  .topbar .container {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .nav-actions {
    margin-left: auto !important;
    width: auto;
    gap: 0.3rem;
    align-items: center !important;
    justify-content: flex-end !important;
    flex-wrap: nowrap !important;
  }

  .language-switch .btn {
    min-height: 2.2rem;
    padding: 0.38rem 0.58rem;
    font-size: 0.72rem;
  }

  .language-switch .dropdown-menu {
    min-width: 4.2rem;
  }

  .topbar-login {
    flex: 0 0 auto;
    min-height: 2.2rem;
    padding: 0.4rem 0.62rem !important;
    font-size: 0.72rem;
    white-space: nowrap;
  }

  .hero-shell {
    padding: 0;
  }

  .hero-panel {
    gap: 1.4rem;
    padding: 3rem 1rem 5rem;
  }

  .hero-kicker {
    display: inline-flex;
    width: auto;
    max-width: 100%;
  }

  .hero-kicker-text {
    display: none;
  }

  .hero-title {
    font-size: 3rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .section-title {
    font-size: 1.9rem;
  }

  .pricing-card .price {
    font-size: 2.45rem;
  }

  .section-shell {
    padding: 0.5rem 0;
  }

  .section-soft.pt-0 {
    padding-top: 1.25rem !important;
  }

  .cookie-panel {
    right: 0.75rem;
    bottom: 0.75rem;
    left: 0.75rem;
    width: auto;
    padding: 1rem;
  }

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

  .cookie-manager-toggle {
    left: 0.75rem;
    bottom: 0.75rem;
  }

  .reference-logo {
    flex-basis: 100%;
  }

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

  .hero-actions .btn {
    width: 100%;
    justify-content: center;
  }

  .hero-visual {
    min-height: 24rem;
  }

  .hero-device {
    right: -2.4rem;
    width: 34rem;
    max-width: none;
  }

  .hero-floating-note {
    font-size: 0.82rem;
    padding: 0.68rem 0.8rem;
  }

  .hero-floating-note-top {
    top: 2.4rem;
    left: 0;
  }

  .hero-floating-note-bottom {
    right: 0;
    bottom: 2.8rem;
  }
}
