:root {
  --bg: #f4f6f8;
  --surface: #ffffff;
  --surface-soft: #eef3f5;
  --surface-strong: #111827;
  --text: #111827;
  --muted: #5f6b7a;
  --line: rgba(20, 25, 31, 0.12);
  --accent: #0f6b5f;
  --accent-strong: #0a4f47;
  --gold: #c58a1f;
  --coral: #d95f45;
  --blue: #2457c5;
  --shadow: 0 22px 60px rgba(17, 24, 39, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.64), transparent 480px),
    radial-gradient(circle at 10% 0%, rgba(15, 107, 95, 0.1), transparent 26%),
    radial-gradient(circle at 92% 8%, rgba(36, 87, 197, 0.1), transparent 22%),
    var(--bg);
  color: var(--text);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

body.dark {
  --bg: #0f141b;
  --surface: #171f29;
  --surface-soft: #111923;
  --surface-strong: #f6f8fb;
  --text: #f6f8fb;
  --muted: #aab4c0;
  --line: rgba(245, 241, 233, 0.14);
  --shadow: 0 24px 70px rgba(0, 0, 0, 0.34);
}

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

button,
input,
textarea {
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(18px);
  background: color-mix(in srgb, var(--bg) 88%, transparent);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 24px;
  justify-content: space-between;
  left: 0;
  padding: 16px clamp(18px, 4vw, 64px);
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

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

.brand {
  font-weight: 800;
  gap: 10px;
  letter-spacing: 0;
}

.brand-mark {
  align-items: center;
  background: linear-gradient(135deg, var(--surface-strong), var(--accent));
  border-radius: 8px;
  color: var(--surface);
  display: inline-flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}

.site-nav {
  gap: 28px;
}

.site-nav a {
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
  position: relative;
}

.site-nav a::after {
  background: var(--accent);
  border-radius: 999px;
  bottom: -8px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
  width: 100%;
}

.site-nav a:hover,
.site-nav a.active {
  color: var(--text);
}

.site-nav a:hover::after,
.site-nav a.active::after {
  transform: scaleX(1);
}

.header-actions {
  gap: 10px;
}

.icon-btn,
.menu-btn {
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  cursor: pointer;
  display: inline-flex;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.sun-icon {
  background: var(--gold);
  border-radius: 50%;
  box-shadow: 0 0 0 5px color-mix(in srgb, var(--gold) 24%, transparent);
  height: 14px;
  width: 14px;
}

.menu-btn {
  display: none;
  flex-direction: column;
  gap: 5px;
}

.menu-btn span {
  background: var(--text);
  border-radius: 999px;
  height: 2px;
  width: 18px;
}

.hero {
  display: grid;
  gap: clamp(32px, 6vw, 82px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  min-height: calc(100vh - 68px);
  padding: clamp(58px, 8vw, 104px) clamp(18px, 4vw, 64px) 40px;
}

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

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

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

h1 {
  font-size: clamp(3rem, 6.1vw, 5.8rem);
  letter-spacing: 0;
  line-height: 0.98;
  margin-bottom: 24px;
  max-width: 760px;
}

h2 {
  font-size: clamp(2rem, 3.6vw, 3.8rem);
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 0;
}

h3 {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.hero-text {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.16rem);
  max-width: 650px;
}

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

.availability {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: 0.94rem;
  font-weight: 700;
  gap: 10px;
  margin-top: 20px;
}

.availability span {
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.12);
  flex: 0 0 auto;
  height: 9px;
  width: 9px;
}

.hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.hero-badges span {
  background: color-mix(in srgb, var(--surface) 82%, transparent);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
  padding: 9px 12px;
}

.btn {
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 800;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.btn.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #ffffff;
  box-shadow: 0 14px 30px rgba(15, 107, 95, 0.24);
}

.btn.primary:hover {
  background: var(--accent-strong);
  transform: translateY(-2px);
}

.btn.secondary {
  background: var(--surface);
}

.btn.secondary:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.hero-visual {
  align-self: center;
  background:
    linear-gradient(145deg, rgba(15, 107, 95, 0.12), transparent 42%),
    radial-gradient(circle at 75% 38%, rgba(36, 87, 197, 0.13), transparent 28%),
    var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  min-height: 540px;
  overflow: hidden;
  padding: 28px;
  position: relative;
  transition: transform 180ms ease;
}

.circuit-grid {
  background-image:
    linear-gradient(rgba(15, 107, 95, 0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 107, 95, 0.12) 1px, transparent 1px);
  background-size: 34px 34px;
  inset: 0;
  mask-image: radial-gradient(circle at 56% 50%, black 0 44%, transparent 78%);
  opacity: 0.9;
  position: absolute;
}

.technical-plate,
.dashboard-card,
.floating-tag,
.profile-card,
.status-card {
  background: color-mix(in srgb, var(--surface) 92%, var(--bg));
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: 0 18px 44px rgba(16, 24, 32, 0.11);
  position: absolute;
  z-index: 2;
}

.profile-card {
  align-items: center;
  display: flex;
  gap: 14px;
  left: 28px;
  padding: 12px;
  right: 28px;
  top: 28px;
}

.profile-photo {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(15, 107, 95, 0.22), rgba(36, 87, 197, 0.18)),
    var(--surface-soft);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: flex;
  flex: 0 0 auto;
  height: 86px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  width: 86px;
}

.profile-photo img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.profile-photo span {
  color: var(--accent);
  font-size: 1.9rem;
  font-weight: 800;
}

.profile-photo.has-photo span {
  display: none;
}

.profile-card strong,
.profile-card small {
  display: block;
}

.profile-card strong {
  font-size: 1.08rem;
  line-height: 1.25;
}

.profile-card small {
  color: var(--muted);
  font-weight: 700;
  margin-top: 4px;
}

.technical-plate {
  left: 28px;
  padding: 16px;
  right: 28px;
  top: 142px;
}

.technical-plate p,
.technical-plate span {
  color: var(--muted);
  margin-bottom: 0;
}

.technical-plate p {
  font-size: 0.76rem;
  font-weight: 800;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.technical-plate strong {
  display: block;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  line-height: 1.15;
  margin-bottom: 6px;
}

.dashboard-card {
  bottom: 48px;
  left: 58px;
  padding: 18px;
  right: 58px;
}

.window-bar {
  display: flex;
  gap: 7px;
  margin-bottom: 24px;
}

.window-bar span {
  background: var(--line);
  border-radius: 50%;
  height: 10px;
  width: 10px;
}

.chart {
  align-items: end;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(5, 1fr);
  height: 150px;
}

.chart span {
  background: linear-gradient(180deg, var(--blue), var(--accent));
  border-radius: 8px 8px 0 0;
  position: relative;
}

.chart span::after {
  background: rgba(255, 255, 255, 0.52);
  border-radius: 999px;
  content: "";
  height: 7px;
  left: 50%;
  position: absolute;
  top: 12px;
  transform: translateX(-50%);
  width: 7px;
}

.metric-row {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  gap: 12px;
  margin-top: 18px;
  padding-top: 18px;
}

.metric-row strong {
  font-size: 1.85rem;
}

.metric-row span {
  color: var(--muted);
}

.floating-tag {
  color: var(--text);
  font-weight: 800;
  padding: 12px 14px;
}

.tag-one {
  animation: floatSoft 4.8s ease-in-out infinite;
  right: 18px;
  top: 184px;
}

.tag-two {
  animation: floatSoft 4.8s ease-in-out 1.2s infinite;
  bottom: 184px;
  left: 20px;
}

.status-card {
  align-items: center;
  display: flex;
  font-weight: 800;
  gap: 10px;
  padding: 12px 14px;
  right: 22px;
  top: 245px;
}

.status-card span {
  animation: blinkStatus 1.6s ease-in-out infinite;
  background: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 0 7px rgba(34, 197, 94, 0.14);
  height: 10px;
  width: 10px;
}

.stats-band {
  background: color-mix(in srgb, var(--surface) 84%, transparent);
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 0 clamp(18px, 4vw, 64px);
}

.stats-band div {
  padding: 26px 20px;
  transition: background 180ms ease, transform 180ms ease;
}

.stats-band div:hover {
  background: color-mix(in srgb, var(--accent) 8%, transparent);
  transform: translateY(-2px);
}

.stats-band div + div {
  border-left: 1px solid var(--line);
}

.stats-band strong {
  display: block;
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  margin-bottom: 6px;
}

.stats-band span,
.project-content span,
.service-list p,
.about-panel p,
.site-footer a {
  color: var(--muted);
}

.section {
  padding: clamp(72px, 9vw, 130px) clamp(18px, 4vw, 64px);
}

.section-heading {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 32px;
  max-width: 1160px;
}

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 26px;
}

.filter-btn {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--muted);
  cursor: pointer;
  font-weight: 800;
  padding: 10px 15px;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.filter-btn.active {
  background: var(--surface-strong);
  color: var(--bg);
}

.filter-btn:hover {
  border-color: var(--accent);
  transform: translateY(-2px);
}

.project-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
}

.project-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.project-card::before {
  background: linear-gradient(90deg, var(--accent), var(--gold), var(--coral));
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 220ms ease;
}

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

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

.project-card:hover {
  border-color: color-mix(in srgb, var(--accent) 48%, var(--line));
  box-shadow: var(--shadow);
  transform: translateY(-5px);
}

.project-card:hover::before {
  transform: scaleX(1);
}

.project-card.hidden {
  display: none;
}

.project-media {
  align-items: end;
  aspect-ratio: 1.45;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: end;
  padding: 22px;
  position: relative;
}

.project-media img {
  height: 100%;
  inset: 0;
  object-fit: cover;
  position: absolute;
  width: 100%;
}

.project-media::before {
  background:
    linear-gradient(180deg, rgba(11, 18, 32, 0.08), rgba(11, 18, 32, 0.58)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: 24px 24px;
  content: "";
  inset: 0;
  opacity: 0.5;
  position: absolute;
  z-index: 1;
}

.project-media.has-photo::before {
  background: linear-gradient(180deg, rgba(11, 18, 32, 0.02), rgba(11, 18, 32, 0.68));
  background-size: auto;
  opacity: 1;
}

.project-media span {
  color: rgba(255, 255, 255, 0.86);
  font-size: 4.4rem;
  font-weight: 800;
  line-height: 1;
  position: relative;
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
  z-index: 2;
}

.media-cobalt {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.18), transparent 50%),
    var(--blue);
}

.media-mint {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 52%),
    #0f766e;
}

.media-coral {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.2), transparent 52%),
    #e7654f;
}

.project-photo-algonova-network {
  background-image:
    linear-gradient(135deg, rgba(36, 87, 197, 0.38), rgba(15, 107, 95, 0.28)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.16) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.16) 1px, transparent 1px);
  background-size: auto, 28px 28px, 28px 28px;
}

.project-photo-algonova-cctv {
  background-image:
    linear-gradient(135deg, rgba(15, 118, 110, 0.52), rgba(17, 24, 39, 0.2)),
    radial-gradient(circle at 30% 28%, rgba(255, 255, 255, 0.24), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: auto, auto, 34px 34px;
}

.project-photo-lift-indicator {
  background-image:
    linear-gradient(135deg, rgba(217, 95, 69, 0.54), rgba(197, 138, 31, 0.28)),
    repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0 2px, transparent 2px 26px);
}

.project-photo-smart-tracker {
  background-image:
    linear-gradient(135deg, rgba(15, 107, 95, 0.48), rgba(36, 87, 197, 0.22)),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px),
    linear-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: auto, 38px 38px, 38px 38px;
}

.project-photo-intern-attendance {
  background-image:
    linear-gradient(135deg, rgba(15, 107, 95, 0.36), rgba(197, 138, 31, 0.22)),
    radial-gradient(circle at 78% 28%, rgba(255, 255, 255, 0.26), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14) 1px, transparent 1px);
  background-size: auto, auto, 30px 30px;
}

.project-photo-iaz-maintenance {
  background-image:
    linear-gradient(135deg, rgba(36, 87, 197, 0.48), rgba(255, 255, 255, 0.18)),
    radial-gradient(circle at 50% 38%, rgba(255, 255, 255, 0.3), transparent 28%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.12) 1px, transparent 1px);
  background-size: auto, auto, 34px 34px;
}

.project-photo-iaz-attendance {
  background-image:
    linear-gradient(135deg, rgba(36, 87, 197, 0.42), rgba(15, 107, 95, 0.26)),
    repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0 2px, transparent 2px 22px);
}

.project-content {
  padding: 24px;
}

.project-content p {
  color: var(--accent);
  font-size: 0.8rem;
  font-weight: 800;
  margin-bottom: 9px;
  text-transform: uppercase;
}

.project-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.project-meta small {
  background: color-mix(in srgb, var(--accent) 10%, var(--surface));
  border: 1px solid color-mix(in srgb, var(--accent) 22%, var(--line));
  border-radius: 8px;
  color: var(--accent);
  font-weight: 800;
  padding: 6px 9px;
}

.split {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.9fr 1.1fr;
}

.split .section-heading {
  align-items: start;
  display: block;
  margin-bottom: 0;
}

.service-list {
  display: grid;
  gap: 14px;
}

.service-list article {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 26px;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.service-list article:hover {
  border-color: var(--accent);
  box-shadow: var(--shadow);
  transform: translateX(6px);
}

.service-list span {
  color: var(--accent);
  display: inline-block;
  font-weight: 800;
  margin-bottom: 18px;
}

.about {
  background:
    linear-gradient(135deg, rgba(15, 107, 95, 0.2), transparent 38%),
    var(--surface-strong);
  color: var(--bg);
  display: grid;
  gap: 40px;
  grid-template-columns: 1.2fr 0.8fr;
}

.about .eyebrow,
.about-panel p {
  color: color-mix(in srgb, var(--bg) 72%, transparent);
}

.about-panel {
  max-width: 820px;
}

.about-panel p {
  font-size: 1.08rem;
  margin-top: 24px;
}

.skill-panel {
  align-content: start;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.skill-panel span {
  border: 1px solid color-mix(in srgb, var(--bg) 24%, transparent);
  border-radius: 8px;
  color: var(--bg);
  font-weight: 800;
  padding: 10px 13px;
  transition: background 180ms ease, transform 180ms ease;
}

.skill-panel span:hover {
  background: color-mix(in srgb, var(--bg) 12%, transparent);
  transform: translateY(-2px);
}

.contact {
  display: grid;
  gap: 42px;
  grid-template-columns: 0.8fr 1.2fr;
}

.contact .section-heading {
  align-items: start;
  display: block;
  margin-bottom: 0;
}

.contact-links {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.contact-links a {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  font-weight: 800;
  padding: 14px 16px;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.contact-links a:hover {
  border-color: var(--accent);
  color: var(--accent);
  transform: translateY(-2px);
}

.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
  padding: clamp(20px, 4vw, 34px);
  box-shadow: 0 16px 48px rgba(17, 24, 39, 0.08);
}

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

.contact-form label.full,
.contact-form button,
.form-status {
  grid-column: 1 / -1;
}

.contact-form span {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 800;
}

input,
textarea {
  background: color-mix(in srgb, var(--surface-soft) 78%, var(--surface));
  border: 1px solid var(--line);
  border-radius: 8px;
  color: var(--text);
  outline: none;
  padding: 13px 14px;
  width: 100%;
}

input:focus,
textarea:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 12%, transparent);
}

textarea {
  resize: vertical;
}

.form-status {
  color: var(--accent);
  font-weight: 800;
  margin: 0;
  min-height: 24px;
}

.site-footer {
  align-items: center;
  border-top: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 26px clamp(18px, 4vw, 64px);
}

.site-footer p {
  font-weight: 800;
  margin: 0;
}

.site-footer div {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@keyframes pulseRing {
  0%,
  100% {
    opacity: 0.35;
    transform: scale(0.96);
  }

  50% {
    opacity: 0.78;
    transform: scale(1.04);
  }
}

@keyframes floatSoft {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-10px);
  }
}

@keyframes blinkStatus {
  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.42;
  }
}

@media (max-width: 900px) {
  .site-nav {
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    display: none;
    flex-direction: column;
    gap: 18px;
    left: 0;
    padding: 24px;
    position: absolute;
    right: 0;
    top: 75px;
  }

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

  .menu-btn {
    display: inline-flex;
  }

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

  .hero {
    min-height: auto;
  }

  .hero-visual {
    min-height: 620px;
  }

  .project-grid {
    grid-template-columns: 1fr;
  }

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

  .stats-band div:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .stats-band div:nth-child(4) {
    border-top: 1px solid var(--line);
  }

  .section-heading {
    align-items: start;
    display: block;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding-inline: 14px;
  }

  .brand span:last-child {
    display: none;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-visual {
    min-height: 650px;
    padding: 16px;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .hero-badges span {
    flex: 1 1 calc(50% - 10px);
    text-align: center;
  }

  .technical-plate {
    left: 16px;
    right: 16px;
    top: 132px;
  }

  .status-card {
    left: 16px;
    right: 16px;
    top: 262px;
  }

  .dashboard-card {
    bottom: 34px;
    left: 16px;
    right: 16px;
  }

  .chart {
    height: 140px;
  }

  .profile-card {
    left: 16px;
    right: 16px;
    top: 16px;
  }

  .profile-photo {
    height: 82px;
    width: 82px;
  }

  .floating-tag {
    display: none;
  }

  .stats-band,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .stats-band div + div {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .site-footer {
    align-items: start;
    flex-direction: column;
    gap: 14px;
  }
}
