:root {
  --bg: #081018;
  --bg-soft: rgba(15, 24, 33, 0.78);
  --panel: rgba(11, 19, 27, 0.86);
  --panel-strong: rgba(8, 15, 22, 0.95);
  --panel-light: rgba(255, 255, 255, 0.05);
  --text: #f4efe7;
  --text-soft: #ccd4dd;
  --muted: #8d98a3;
  --line: rgba(255, 255, 255, 0.11);
  --line-strong: rgba(255, 255, 255, 0.18);
  --accent: #d1a56a;
  --accent-soft: rgba(209, 165, 106, 0.16);
  --danger-soft: rgba(106, 171, 209, 0.14);
  --shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 14px;
  --max-width: 1240px;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  font-family: "Sora", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(209, 165, 106, 0.14), transparent 30%),
    radial-gradient(circle at top right, rgba(73, 108, 143, 0.18), transparent 25%),
    linear-gradient(180deg, #071018 0%, #09131d 22%, #0b1620 52%, #09131b 100%);
}

.site-bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.03), transparent 32%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 66px,
      rgba(255, 255, 255, 0.02) 66px,
      rgba(255, 255, 255, 0.02) 67px
    );
  opacity: 0.8;
}

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

button,
input,
textarea {
  font: inherit;
}

.page-shell {
  position: relative;
  width: min(calc(100% - 32px), var(--max-width));
  margin: 0 auto;
  padding-bottom: 36px;
}

.site-header {
  position: sticky;
  top: 18px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(9, 17, 24, 0.72);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.brand-mark {
  display: block;
  width: 34px;
  height: 44px;
  flex: 0 0 auto;
  background: transparent;
  border: 0;
}

.brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.brand-copy strong,
.site-nav a,
.button,
.filter-chip,
.product-card strong,
.glass-card h3,
.advantage-card h3,
.workflow-grid h3,
.site-footer strong {
  letter-spacing: -0.03em;
}

.brand-copy strong {
  font-size: 0.84rem;
}

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

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

.site-nav a {
  color: var(--text-soft);
  font-size: 0.93rem;
  font-weight: 600;
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #f7f1e8;
}

.section {
  padding: 78px 0 0;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 24px;
  padding-top: 56px;
}

.hero-copy,
.hero-board,
.glass-card,
.detail-card,
.advantage-card,
.workflow-shell,
.credibility-shell,
.contract-card,
.contact-form,
.market-watch-shell {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--bg-soft);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadow);
}

.hero-copy,
.hero-board,
.workflow-shell,
.credibility-shell,
.market-watch-shell {
  border-radius: var(--radius-xl);
}

.hero-copy {
  padding: 52px;
  background:
    radial-gradient(circle at top left, rgba(209, 165, 106, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(18, 30, 42, 0.84), rgba(9, 17, 24, 0.92));
}

.hero-copy::after,
.hero-board::after,
.market-watch-shell::after {
  content: "";
  position: absolute;
  right: -60px;
  bottom: -60px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(209, 165, 106, 0.16), transparent 70%);
  pointer-events: none;
}

.eyebrow,
.card-kicker,
.detail-label,
.panel-kicker,
.news-source,
.news-panel-header span {
  font-family: "Noto Kufi Arabic", "Sora", sans-serif;
  font-size: 0.79rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.eyebrow,
.card-kicker,
.detail-label,
.panel-kicker,
.news-source {
  color: var(--accent);
}

.hero h1,
.section-heading h2,
.credibility-copy h2 {
  margin: 0;
  line-height: 1.02;
  letter-spacing: -0.055em;
}

.hero h1 {
  max-width: 10ch;
  font-size: clamp(3rem, 5.5vw, 5.8rem);
}

.hero-text,
.section-heading p,
.glass-card p,
.detail-block p,
.detail-prompt p,
.advantage-card p,
.workflow-grid p,
.credibility-copy p,
.contact-form .form-note,
.site-footer p,
.footer-meta span,
.news-card p {
  color: var(--text-soft);
  line-height: 1.75;
}

.hero-text {
  max-width: 58ch;
  margin: 22px 0 0;
  font-size: 1rem;
}

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

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 700;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease,
    border-color 180ms ease;
}

.button:hover,
.button:focus-visible,
.filter-chip:hover,
.filter-chip:focus-visible,
.product-card:hover,
.product-card:focus-visible,
.news-card:hover,
.news-card:focus-visible {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #d5af79, #8f6940);
  color: #0a1118;
  box-shadow: 0 20px 34px rgba(209, 165, 106, 0.22);
}

.button-secondary {
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.proof-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 34px;
}

.proof-bar article,
.detail-block,
.detail-prompt,
.workflow-grid article,
.news-panel,
.news-card {
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
}

.proof-bar article {
  padding: 18px;
}

.proof-bar span,
.advantage-card span,
.workflow-grid article span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
  border-radius: 50%;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 800;
}

.proof-bar strong,
.news-panel-header strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1rem;
}

.proof-bar p {
  margin: 0;
  color: var(--muted);
  line-height: 1.55;
}

.hero-board {
  display: grid;
  gap: 14px;
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(209, 165, 106, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(9, 17, 24, 0.96), rgba(13, 22, 31, 0.92));
}

.hero-board-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.board-primary {
  padding: 28px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.02);
}

.board-photo {
  min-height: 250px;
}

.board-photo img,
.about-media img,
.detail-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.board-label-row {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: "Noto Kufi Arabic", "Sora", sans-serif;
  color: var(--muted);
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.board-primary h2 {
  margin: 18px 0 22px;
  font-size: clamp(1.6rem, 2.3vw, 2.35rem);
  line-height: 1.08;
  letter-spacing: -0.04em;
}

.hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags span {
  padding: 10px 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-size: 0.92rem;
}

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

.board-secondary {
  padding: 22px;
  background: rgba(255, 255, 255, 0.03);
}

.board-secondary h3,
.glass-card h3,
.detail-card h3,
.advantage-card h3,
.news-card h3 {
  margin: 10px 0 12px;
  font-size: 1.22rem;
  letter-spacing: -0.03em;
}

.board-secondary p {
  margin: 0;
  color: var(--muted);
  line-height: 1.65;
}

.hero-points {
  display: grid;
  gap: 12px;
  padding: 0;
  margin: 20px 0 0;
  list-style: none;
}

.hero-points li {
  padding: 14px 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  line-height: 1.65;
}

.about-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, 0.72fr);
  gap: 18px;
  align-items: start;
}

.about-copy .section-heading {
  margin-bottom: 18px;
}

.about-media {
  display: flex;
  flex-direction: column;
  align-self: start;
  height: 100%;
  padding: 0;
  background: rgba(12, 21, 29, 0.96);
}

.about-media img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  max-height: 340px;
  object-fit: cover;
}

.about-media-copy {
  background: rgba(12, 21, 29, 0.98);
  flex: 1;
  padding: 24px 28px 28px;
}

.about-media-points {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}

.about-media-points div {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.04);
}

.about-media-points strong {
  font-size: 1rem;
}

.about-media-points span {
  color: var(--text-soft);
  line-height: 1.65;
}

.section-heading {
  display: grid;
  gap: 12px;
  max-width: 760px;
  margin-bottom: 28px;
}

.section-heading h2 {
  font-size: clamp(2rem, 3.5vw, 3.45rem);
}

.intro-grid,
.advantages-grid,
.credibility-grid,
.contracting-grid,
.news-grid {
  display: grid;
  gap: 18px;
}

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

.glass-card,
.detail-card,
.advantage-card,
.contract-card,
.contact-form,
.news-card {
  padding: 28px;
  border-radius: var(--radius-lg);
}

.products-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.22fr) minmax(330px, 0.78fr);
  gap: 18px;
}

.products-column,
.detail-card {
  min-width: 0;
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.filter-chip {
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
  font-weight: 700;
  cursor: pointer;
}

.filter-chip.is-active {
  background: linear-gradient(135deg, #d4b07d, #8d653c);
  color: #0a1118;
  border-color: transparent;
}

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

.product-card {
  display: grid;
  gap: 8px;
  width: 100%;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
  color: var(--text);
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease,
    background 180ms ease, opacity 180ms ease;
}

.product-card span {
  font-family: "Noto Kufi Arabic", "Sora", sans-serif;
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.14em;
}

.product-card small {
  color: var(--muted);
}

.product-card.is-selected {
  border-color: rgba(209, 165, 106, 0.48);
  background:
    radial-gradient(circle at top left, rgba(209, 165, 106, 0.12), transparent 50%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.18);
}

.product-card.is-hidden {
  display: none;
}

.detail-card {
  display: grid;
  gap: 18px;
  align-self: start;
  background:
    radial-gradient(circle at top right, rgba(106, 171, 209, 0.1), transparent 30%),
    rgba(13, 22, 31, 0.88);
}

.detail-block span {
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Noto Kufi Arabic", "Sora", sans-serif;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.detail-block,
.detail-prompt {
  padding: 22px;
}

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

.contract-card {
  border: 1px solid var(--line);
  background:
    radial-gradient(circle at top left, rgba(209, 165, 106, 0.1), transparent 28%),
    rgba(255, 255, 255, 0.04);
}

.detail-media {
  overflow: hidden;
  min-height: 220px;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
}

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

.advantage-card {
  background: rgba(255, 255, 255, 0.04);
}

.workflow-shell {
  padding: 34px;
  background:
    radial-gradient(circle at top left, rgba(209, 165, 106, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(13, 22, 31, 0.9), rgba(10, 18, 26, 0.95));
}

.workflow-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.workflow-grid article {
  padding: 22px;
}

.workflow-grid h3 {
  margin: 0 0 12px;
  font-size: 1.08rem;
}

.workflow-grid p {
  margin: 0;
}

.credibility-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  padding: 34px;
  background:
    radial-gradient(circle at top right, rgba(106, 171, 209, 0.08), transparent 25%),
    linear-gradient(180deg, rgba(12, 21, 29, 0.92), rgba(9, 17, 24, 0.96));
}

.market-watch-shell {
  padding: 18px;
  background:
    radial-gradient(circle at top right, rgba(209, 165, 106, 0.12), transparent 26%),
    linear-gradient(180deg, rgba(12, 20, 28, 0.94), rgba(9, 16, 22, 0.98));
}

.market-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.market-chip {
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  font-weight: 700;
  cursor: pointer;
}

.market-chip.is-active {
  border-color: transparent;
  background: linear-gradient(135deg, #d4b07d, #8d653c);
  color: #0a1118;
}

.news-panel {
  padding: 22px;
}

.news-panel-header {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  margin-bottom: 16px;
}

.news-panel-header span {
  color: var(--muted);
  letter-spacing: 0.1em;
}

.news-marquee {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-md);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.news-marquee::before,
.news-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  z-index: 2;
  pointer-events: none;
}

.news-marquee::before {
  left: 0;
  background: linear-gradient(90deg, rgba(9, 16, 22, 1), rgba(9, 16, 22, 0));
}

.news-marquee::after {
  right: 0;
  background: linear-gradient(270deg, rgba(9, 16, 22, 1), rgba(9, 16, 22, 0));
}

.news-track {
  display: flex;
  align-items: center;
  gap: 14px;
  width: max-content;
  padding: 16px;
  animation: ticker 36s linear infinite;
}

.news-marquee:hover .news-track {
  animation-play-state: paused;
}

.news-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text-soft);
  white-space: nowrap;
}

.news-pill::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 16px rgba(209, 165, 106, 0.48);
}

.news-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 18px;
}

.news-card {
  display: grid;
  gap: 12px;
  background: rgba(255, 255, 255, 0.04);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.news-card:hover,
.news-card:focus-visible {
  border-color: rgba(209, 165, 106, 0.34);
  background: rgba(255, 255, 255, 0.06);
}

.news-card h3 {
  margin: 0;
  line-height: 1.35;
}

.news-card p {
  margin: 0;
}

.news-meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.88rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 20px;
  align-items: start;
}

.contact-quick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 6px 0 4px;
}

.inquiry-list {
  display: grid;
  gap: 14px;
  margin-top: 12px;
}

.inquiry-list div {
  display: grid;
  gap: 6px;
  padding: 16px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
}

.inquiry-list strong {
  font-size: 1rem;
}

.inquiry-list span {
  color: var(--text-soft);
  line-height: 1.65;
}

.contact-form {
  display: grid;
  gap: 16px;
  background:
    radial-gradient(circle at top left, rgba(209, 165, 106, 0.1), transparent 28%),
    rgba(12, 21, 29, 0.92);
}

.contact-form label {
  display: grid;
  gap: 8px;
  font-weight: 700;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.05);
  padding: 16px 18px;
  color: var(--text);
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #6f7b86;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: rgba(209, 165, 106, 0.4);
  box-shadow: 0 0 0 4px rgba(209, 165, 106, 0.08);
  background: rgba(255, 255, 255, 0.06);
}

.form-note {
  margin: 0;
  font-size: 0.95rem;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 78px;
  padding: 28px 2px 0;
  border-top: 1px solid var(--line);
}

.floating-contact {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 40;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 20px;
  border-radius: 999px;
  background: linear-gradient(135deg, #d5af79, #8f6940);
  color: #0a1118;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(209, 165, 106, 0.28);
}

.floating-contact:hover,
.floating-contact:focus-visible {
  transform: translateY(-2px);
}

.footer-meta {
  display: grid;
  gap: 8px;
  text-align: right;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 650ms ease, transform 650ms ease;
}

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

@keyframes ticker {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 1160px) {
  .hero,
  .about-layout,
  .products-layout,
  .credibility-shell,
  .contact-layout {
    grid-template-columns: 1fr;
  }

  .advantages-grid,
  .workflow-grid,
  .contracting-grid,
  .news-grid,
  .intro-grid,
  .credibility-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 780px) {
  .page-shell {
    width: min(calc(100% - 20px), var(--max-width));
  }

  .site-header {
    flex-wrap: wrap;
    border-radius: 28px;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: auto;
  }

  .site-nav {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    padding-top: 8px;
  }

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

  .hero-copy,
  .hero-board,
  .workflow-shell,
  .credibility-shell,
  .glass-card,
  .detail-card,
  .advantage-card,
  .contact-form,
  .news-card {
    padding: 22px;
  }

  .hero {
    padding-top: 34px;
  }

  .brand {
    gap: 12px;
  }

  .brand-mark {
    width: 24px;
    height: 34px;
  }

  .brand-mark img {
    width: 175%;
    height: 175%;
    margin-top: -3px;
    margin-left: -9px;
  }

  .hero h1 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 4rem);
  }

  .proof-bar,
  .hero-board-grid,
  .product-grid,
  .advantages-grid,
  .workflow-grid,
  .contracting-grid,
  .about-layout,
  .news-grid,
  .intro-grid,
  .credibility-grid {
    grid-template-columns: 1fr;
  }

  .section {
    padding-top: 58px;
  }

  .news-panel-header,
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-quick-actions {
    width: 100%;
  }

  .contact-quick-actions .button {
    width: 100%;
  }

  .news-marquee::before,
  .news-marquee::after {
    width: 44px;
  }

  .footer-meta {
    text-align: left;
  }

  .floating-contact {
    right: 14px;
    bottom: 14px;
    min-height: 50px;
    padding: 0 18px;
  }
}
