:root {
  --bg: #050608;
  --bg-soft: #090b10;
  --surface: rgba(14, 18, 24, 0.78);
  --surface-strong: rgba(18, 24, 32, 0.92);
  --glass: rgba(255, 255, 255, 0.03);
  --glass-border: rgba(255, 255, 255, 0.08);
  --text-primary: #d9dde3;
  --text-secondary: #9ea6b2;
  --silver: #c7ccd4;
  --silver-soft: #8e97a5;
  --focus: #d7dce4;
  --radius: 22px;
  --section-glow:
    radial-gradient(circle at center, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 24%, transparent 68%);
  --border: rgba(255, 255, 255, 0.08);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  background: var(--bg);
  color: var(--text-primary);
  font-family: "Inter", "Segoe UI", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  background:
    radial-gradient(circle at 20% 10%, rgba(163, 175, 196, 0.07), transparent 30%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.04), transparent 28%),
    radial-gradient(circle at 50% 100%, rgba(130, 140, 160, 0.05), transparent 42%);
  pointer-events: none;
  z-index: -3;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 180px 180px;
  opacity: 0.06;
  pointer-events: none;
  z-index: -2;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1120px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(8, 9, 11, 0.78);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(38, 43, 52, 0.8);
}

.header-inner {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  gap: 6px;
  min-width: 0;
}

.header-tab {
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--text-secondary);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 8px 14px;
  cursor: pointer;
  white-space: nowrap;
  transition: color 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.header-tab:hover {
  color: var(--text-primary);
  border-color: rgba(255, 255, 255, 0.08);
}

.header-tab.is-active {
  color: var(--silver);
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
}

.header-tab:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.site-header .button-secondary {
  flex-shrink: 0;
}

.brand {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  letter-spacing: 0.06em;
  font-weight: 600;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  object-fit: contain;
  object-position: center;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(44, 50, 60, 0.2);
  image-rendering: -webkit-optimize-contrast;
  filter: none;
}

.section {
  padding: 160px 0;
}

.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(5, 6, 8, 0.96) 0%, rgba(5, 6, 8, 0.72) 45%, rgba(5, 6, 8, 0.28) 100%);
  z-index: 0;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(980px 420px at 86% 12%, rgba(178, 188, 205, 0.16), transparent 74%),
    radial-gradient(680px 310px at 79% 44%, rgba(136, 147, 164, 0.1), transparent 80%);
  pointer-events: none;
}

.hero-logo-fade {
  position: absolute;
  right: -140px;
  top: 50%;
  transform: translateY(-50%);
  width: min(68vw, 980px);
  opacity: 0.11;
  pointer-events: none;
  z-index: 0;
  mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 82%);
  -webkit-mask-image: linear-gradient(to left, rgba(0, 0, 0, 1) 35%, rgba(0, 0, 0, 0) 82%);
}

.hero-logo-fade img {
  width: 100%;
  height: auto;
  filter: none;
}

.hero-grid {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 56px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--silver-soft);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

h1,
h2,
h3,
p {
  margin: 0;
}

h1,
h2,
h3 {
  background: linear-gradient(180deg, #ffffff 0%, #d7dce4 32%, #9ea6b2 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  max-width: 12ch;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1.1;
  letter-spacing: -0.02em;
  color: #d8dde5;
  text-wrap: balance;
}

h2 {
  font-size: clamp(1.8rem, 3.3vw, 2.8rem);
  line-height: 1.2;
  letter-spacing: -0.01em;
  margin-bottom: 20px;
  color: #d2d8e1;
}

.lead {
  margin-top: 26px;
  max-width: 58ch;
  color: var(--text-secondary);
  font-size: 1.05rem;
}

.cta-row {
  margin-top: 36px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.alternate-headlines {
  margin-top: 18px;
  color: var(--silver-soft);
  font-size: 0.89rem;
}

.button {
  border: 1px solid var(--border);
  border-radius: 999px;
  min-height: 46px;
  padding: 0 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  border-color: #3a414d;
}

.button:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 2px;
}

.button-primary {
  background: linear-gradient(180deg, #bcc2ca, #969ea9);
  color: #0c0f14;
}

.button-secondary {
  background: rgba(21, 25, 33, 0.58);
  color: var(--text-primary);
}

.hero-panel .panel-card {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, #10141a 0%, #0c1015 100%);
  backdrop-filter: blur(8px);
  padding: 28px;
}

.cinematic-panel {
  position: relative;
  min-height: 360px;
  overflow: hidden;
}

.panel-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 72% 32%, rgba(215, 222, 233, 0.18), transparent 56%);
}

.workflow-node {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(215, 222, 233, 0.88);
  box-shadow: 0 0 12px rgba(215, 222, 233, 0.5);
}

.node-a { top: 84px; right: 78px; }
.node-b { top: 142px; right: 170px; }
.node-c { top: 226px; right: 108px; }

.workflow-line {
  position: absolute;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(205, 213, 225, 0.7), transparent);
}

.line-a {
  top: 145px;
  right: 96px;
  width: 128px;
  transform: rotate(-26deg);
}

.line-b {
  top: 200px;
  right: 122px;
  width: 92px;
  transform: rotate(34deg);
}

.panel-content {
  position: relative;
  z-index: 1;
  max-width: 360px;
}

.panel-label {
  color: var(--silver-soft);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.74rem;
  margin-bottom: 10px;
}

.panel-card h2 {
  font-size: 1.1rem;
  margin-bottom: 18px;
}

.panel-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.panel-card li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #1d222b;
  color: var(--text-secondary);
}

.panel-card li:last-child {
  border-bottom: none;
}

.panel-card strong {
  color: var(--silver);
  font-weight: 600;
}

.section-intro {
  color: var(--text-secondary);
  max-width: 70ch;
  margin-bottom: 36px;
}

.service-panels {
  max-width: 760px;
}

.service-panel {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(180deg, rgba(18, 24, 32, 0.82), rgba(10, 14, 20, 0.78));
  backdrop-filter: blur(18px);
  padding: 36px 32px;
}

.service-panel[hidden] {
  display: none;
}

.service-list {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 14px;
}

.service-list li {
  position: relative;
  padding-left: 22px;
  color: var(--text-secondary);
  font-size: 1.02rem;
}

.service-list li::before {
  content: "◦";
  position: absolute;
  left: 0;
  color: var(--silver-soft);
}

.service-closing {
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid var(--border);
  color: var(--silver);
  font-size: 1.08rem;
  font-weight: 600;
  font-style: italic;
}

.service-cta {
  margin-top: 48px;
  max-width: 760px;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.service-cta h2 {
  margin-bottom: 14px;
}

.service-cta p {
  color: var(--text-secondary);
  max-width: 52ch;
  margin-bottom: 24px;
  font-size: 1.02rem;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.benefit-card {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(18, 24, 32, 0.82), rgba(10, 14, 20, 0.78));
  backdrop-filter: blur(18px);
  padding: 28px;
  transition: transform 220ms ease, border-color 220ms ease, background 220ms ease;
}

.benefit-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top right, rgba(255, 255, 255, 0.08), transparent 42%);
  pointer-events: none;
}

.benefit-card:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 255, 255, 0.16);
}

.benefit-card h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  letter-spacing: -0.01em;
  color: #d7dce4;
}

.benefit-card p {
  color: var(--text-secondary);
  margin-top: 8px;
}

.testimonial-preview {
  display: block;
  margin-bottom: 18px;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #050608;
  transition: border-color 220ms ease, transform 220ms ease;
}

.testimonial-preview:hover {
  border-color: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.testimonial-preview img {
  display: block;
  width: 100%;
  height: 148px;
  object-fit: cover;
  object-position: top center;
}

.benefit-head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.benefit-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(188, 197, 210, 0.28);
  border-radius: 999px;
  color: #c8ced8;
  font-size: 0.85rem;
  line-height: 1;
  flex: 0 0 24px;
}

.timeline {
  margin: 38px 0 24px;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, minmax(140px, 1fr));
  gap: 14px;
}

.timeline li {
  border: 1px solid var(--border);
  border-radius: 999px;
  padding: 11px 14px;
  text-align: center;
  font-size: 0.88rem;
  color: var(--text-secondary);
  background: var(--surface-soft);
  box-shadow: inset 0 1px 0 rgba(193, 201, 213, 0.05);
}

.cinematic-timeline li {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(180deg, rgba(17, 22, 30, 0.78), rgba(10, 14, 20, 0.72));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 18px 22px;
  backdrop-filter: blur(16px);
}

.timeline-icon {
  color: #cfd5dd;
  opacity: 0.85;
}

.example-block {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(15, 19, 25, 0.92), rgba(10, 12, 18, 0.88));
  padding: 28px;
  backdrop-filter: blur(20px);
}

.example-block::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.06), transparent 58%);
  pointer-events: none;
}

.example-label {
  color: var(--silver);
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.example-block p {
  margin-bottom: 6px;
  color: var(--text-secondary);
}

.example-block p:last-child {
  margin-bottom: 0;
}

.example-block strong {
  color: var(--text-primary);
  font-weight: 600;
}

.support-copy {
  color: var(--text-secondary);
  max-width: 70ch;
}

.section-editorial {
  border-top: 1px solid #151a21;
  border-bottom: 1px solid #151a21;
}

.section-atmosphere {
  position: relative;
  overflow: hidden;
}

.section-atmosphere::before {
  content: "";
  position: absolute;
  inset: -20% -10% auto;
  height: 85%;
  background:
    radial-gradient(620px 300px at 18% 18%, rgba(170, 179, 194, 0.09), transparent 78%),
    radial-gradient(520px 270px at 82% 42%, rgba(128, 138, 153, 0.075), transparent 81%);
  pointer-events: none;
}

.section-atmosphere::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-size: min(980px, 88vw) auto;
  background-position: right center;
  opacity: 0.32;
  mix-blend-mode: screen;
  filter: blur(0.4px);
  pointer-events: none;
}

.section-bg-one::after {
  background-image: url("./Section 1 background.webp?v=2");
}

.section-bg-two::after {
  background-image: url("./section 2 background.webp?v=2");
}

.section-bg-three::after {
  background-image: url("./section 3 background.webp?v=2");
}

.section-bg-four::after {
  background-image: url("./Discuss backround.webp?v=2");
  background-position: center 68%;
  background-size: min(1120px, 96vw) auto;
  opacity: 0.36;
}

.section-atmosphere > * {
  position: relative;
  z-index: 1;
}

.editorial {
  max-width: 860px;
}

.editorial p {
  color: var(--text-secondary);
  margin-bottom: 16px;
  font-size: 1.02rem;
}

.note-block {
  margin-top: 24px;
  border-left: 2px solid #555f6f;
  padding: 12px 0 12px 18px;
}

.contact-section {
  text-align: center;
}

.contact-wrap p {
  margin: 0 auto 26px;
  max-width: 52ch;
  color: var(--text-secondary);
}

.contact-brand-lockup {
  margin-top: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
  position: relative;
}

.contact-brand-lockup::before {
  content: "";
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.09), transparent 68%);
  pointer-events: none;
}

.contact-brand-lockup img {
  width: 140px;
  opacity: 0.92;
  filter: none;
}

.contact-brand-lockup p {
  margin: 0;
  max-width: 760px;
  text-align: left;
  font-size: clamp(1.22rem, 1.7vw, 1.5rem);
  line-height: 1.18;
  font-style: italic;
  font-weight: 700;
  color: #d4d9e1;
}

.modal {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 220ms ease, visibility 220ms ease;
  z-index: 50;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(5, 6, 8, 0.82);
}

.modal-panel {
  position: relative;
  width: min(640px, 100%);
  max-height: calc(100vh - 40px);
  overflow: auto;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #0d1015;
  padding: 24px;
  transform: translateY(8px) scale(0.99);
  transition: transform 240ms ease;
}

.modal.is-open .modal-panel {
  transform: translateY(0) scale(1);
}

.modal-close {
  position: absolute;
  right: 14px;
  top: 8px;
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
}

.contact-form {
  margin-top: 18px;
  display: grid;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: var(--text-secondary);
  font-size: 0.92rem;
}

.contact-form input,
.contact-form textarea {
  border-radius: 10px;
  border: 1px solid #2b313d;
  background: #0a0d12;
  color: var(--text-primary);
  min-height: 42px;
  padding: 10px 12px;
  font: inherit;
}

.contact-form textarea {
  min-height: 120px;
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 1px;
}

.form-success {
  min-height: 1.5em;
  color: var(--silver);
  font-size: 0.95rem;
}

.reveal {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 900ms cubic-bezier(.22,.61,.36,1), transform 900ms cubic-bezier(.22,.61,.36,1);
}

.reveal.in-view {
  opacity: 1;
  transform: translateY(0);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.chat-widget {
  position: fixed;
  right: 24px;
  bottom: 92px;
  width: min(380px, calc(100vw - 32px));
  z-index: 45;
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.98);
  transition: opacity 220ms ease, visibility 220ms ease, transform 220ms ease;
  pointer-events: none;
}

.chat-widget.is-open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.chat-panel {
  display: flex;
  flex-direction: column;
  height: min(520px, calc(100vh - 120px));
  border: 1px solid var(--border);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(15, 19, 25, 0.96), rgba(10, 12, 18, 0.98));
  backdrop-filter: blur(20px);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  overflow: hidden;
}

.chat-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 18px;
  border-bottom: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.chat-title {
  margin: 0;
  font-size: 0.98rem;
  font-weight: 600;
  color: var(--silver);
}

.chat-subtitle {
  margin: 2px 0 0;
  font-size: 0.78rem;
  color: var(--text-secondary);
}

.chat-close {
  border: none;
  background: transparent;
  color: var(--text-secondary);
  font-size: 1.75rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 4px;
}

.chat-close:hover {
  color: var(--text-primary);
}

.chat-messages {
  flex: 1;
  overflow-y: auto;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.chat-message {
  max-width: 92%;
  border-radius: 16px;
  padding: 12px 14px;
  font-size: 0.92rem;
  line-height: 1.55;
}

.chat-message p {
  margin: 0;
}

.chat-message-bot {
  align-self: flex-start;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(18, 24, 32, 0.88), rgba(10, 14, 20, 0.82));
  color: var(--text-secondary);
}

.chat-message-user {
  align-self: flex-end;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-primary);
}

.chat-input-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  padding: 14px;
  border-top: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.02);
}

.chat-input-row input {
  border-radius: 10px;
  border: 1px solid #2b313d;
  background: #0a0d12;
  color: var(--text-primary);
  min-height: 42px;
  padding: 10px 12px;
  font: inherit;
}

.chat-input-row input:focus-visible {
  outline: 2px solid var(--focus);
  outline-offset: 1px;
}

.chat-send {
  min-height: 42px;
  padding-inline: 18px;
}

.chat-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 44;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(22, 28, 36, 0.96), rgba(12, 16, 22, 0.98));
  color: var(--silver);
  padding: 14px 18px;
  font: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(12px);
  transition: transform 180ms ease, border-color 180ms ease, opacity 180ms ease;
}

.chat-fab:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.2);
}

.chat-fab.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(8px);
}

@media (max-width: 1024px) {
  .hero-logo-fade {
    width: min(90vw, 700px);
    right: -205px;
    top: 88px;
    opacity: 0.1;
  }

  .hero-grid {
    grid-template-columns: 1fr;
  }

  .benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .section-atmosphere::after {
    background-size: min(820px, 98vw) auto;
    opacity: 0.3;
  }

  .section-bg-one::after {
    background-size: min(900px, 120vw) auto;
    background-position: right 32%;
    opacity: 0.42;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(1120px, calc(100% - 30px));
  }

  .section {
    padding: 82px 0;
  }

  .benefits-grid,
  .timeline {
    grid-template-columns: 1fr;
  }

  .header-inner {
    min-height: 66px;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 10px;
  }

  .header-nav {
    order: 3;
    flex: 1 1 100%;
    justify-content: flex-start;
    overflow-x: auto;
    padding-bottom: 2px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .header-nav::-webkit-scrollbar {
    display: none;
  }

  .header-tab {
    font-size: 0.78rem;
    padding: 7px 12px;
  }

  .site-header .button-secondary {
    margin-left: auto;
  }

  .service-panel {
    padding: 28px 22px;
  }

  .service-cta {
    margin-top: 36px;
    padding-top: 28px;
  }

  .section-atmosphere::after {
    background-size: min(720px, 120vw) auto;
    background-position: right 58%;
    opacity: 0.26;
  }

  .section-bg-four::after {
    background-position: center 74%;
    opacity: 0.3;
  }

  .section-bg-one::after {
    background-size: min(760px, 145vw) auto;
    background-position: right 26%;
    opacity: 0.36;
  }

  .contact-brand-lockup {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border-left: none;
    padding-left: 0;
  }

  .contact-brand-lockup p {
    text-align: center;
  }

  .chat-widget {
    right: 16px;
    bottom: 84px;
    width: calc(100vw - 32px);
  }

  .chat-fab {
    right: 16px;
    bottom: 16px;
    padding: 12px 16px;
  }

  .chat-fab-label {
    font-size: 0.84rem;
  }

}
