/* Çift tıklanarak açılan statik sürüme özel tamamlayıcı stiller */
[hidden] {
  display: none !important;
}

.static-main {
  min-height: 60vh;
}

.static-breadcrumbs {
  display: flex;
  margin-bottom: 54px;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.7rem;
  gap: 10px;
}

.static-card-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.static-card {
  min-height: 260px;
  border: 1px solid var(--line);
  padding: 34px;
  background: var(--white);
}

.static-card > span {
  color: var(--teal-600);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.static-card h3 {
  margin: 60px 0 16px;
  color: var(--navy-900);
  font-size: 1.35rem;
}

.static-card p {
  margin-bottom: 0;
  font-size: 0.88rem;
}

.static-dashboard {
  padding: 70px 0;
  background: var(--navy-900);
}

.static-dashboard .dashboard-shell {
  max-width: 920px;
  margin-inline: auto;
  transform: none;
}

.static-form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.static-form label {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #536a72;
  font-size: 0.72rem;
  font-weight: 800;
}

.static-form input,
.static-form select,
.static-form textarea {
  width: 100%;
  border: 1px solid #d5dfdf;
  outline: 0;
  padding: 14px;
  background: #fafbf9;
  color: var(--navy-900);
}

.static-form input,
.static-form select {
  height: 52px;
}

.static-form input:focus,
.static-form select:focus,
.static-form textarea:focus {
  border-color: var(--teal-500);
}

.static-form .full {
  grid-column: 1 / -1;
}

.static-form .button {
  width: max-content;
}

.form-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.form-security {
  display: grid;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  padding: 18px;
  border: 1px solid #254a56;
  background: #071e2a;
}

.form-security label {
  min-width: 0;
}

.security-question {
  display: block;
  margin: 2px 0 4px;
  color: var(--teal-400);
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.form-security input[name="securityAnswer"] {
  max-width: 220px;
}

.security-refresh {
  min-height: 52px;
  border: 1px solid #2d5967;
  padding: 0 18px;
  background: #0b2b38;
  color: #dff3f3;
  cursor: pointer;
  font: inherit;
  font-size: 0.72rem;
  font-weight: 800;
}

.security-refresh:hover,
.security-refresh:focus-visible {
  border-color: var(--teal-400);
  color: var(--teal-400);
}

.form-message {
  margin: 0;
  color: var(--teal-400);
  font-size: 0.78rem;
  font-weight: 700;
}

.form-message:empty {
  display: none;
}

.form-message.is-error {
  color: #ffb6ae;
}

.static-form button:disabled {
  cursor: wait;
  opacity: 0.65;
}

.page-lead-grid {
  display: grid;
  align-items: center;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 80px;
}

.page-lead-grid img {
  width: 100%;
  mix-blend-mode: multiply;
}

.page-lead-grid h2 {
  margin-top: 24px;
}

.map-card {
  min-height: 340px;
  display: grid;
  place-items: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 40%, rgba(85, 183, 188, 0.28), transparent 38%),
    var(--navy-900);
  color: var(--white);
  text-align: center;
}

.map-card strong {
  display: block;
  font-size: 2rem;
}

.map-card span {
  color: var(--teal-400);
  font-size: 0.78rem;
}

@media (max-width: 900px) {
  .static-card-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .page-lead-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .static-card-grid,
  .static-form {
    grid-template-columns: 1fr;
  }

  .static-form .full {
    grid-column: auto;
  }

  .form-security {
    grid-template-columns: 1fr;
  }

  .form-security input[name="securityAnswer"] {
    max-width: none;
  }
}

/* Seahorse Logistics brand refinements */

.brand-copy small {
  color: #65d0d3;
  letter-spacing: 0.23em;
}

.logistics-story-logo img {
  width: min(100%, 520px);
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 24px 42px rgba(0, 0, 0, 0.28));
}

.industry-info-card.is-active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.official-grid.logistics-info-grid article {
  position: relative;
  display: flex;
  min-height: 178px;
  padding: 28px;
  border: 1px solid rgba(101, 208, 211, 0.2);
  background: rgba(8, 39, 51, 0.78);
  flex-direction: column;
}

.official-grid.logistics-info-grid article small {
  color: #65d0d3;
  font-size: 0.63rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.official-grid.logistics-info-grid article strong {
  margin: auto 0 10px;
  color: #f1f8f8;
  font-size: 1.05rem;
}

.official-grid.logistics-info-grid article span {
  color: #91b1b6;
  font-size: 0.76rem;
  line-height: 1.55;
}

.contact-card > a[href^="mailto"] {
  display: block;
  margin: 12px 0;
  color: #65d0d3;
  font-weight: 800;
}

/* Koyu kurumsal tema */
:root {
  color-scheme: dark;
  --paper: #0b2430;
  --ink: #e8f3f3;
  --muted: #91a8ad;
  --line: #1a3a46;
}

body {
  background: #0b2430;
  color: #e8f3f3;
}

.site-header {
  border-bottom-color: rgba(115, 194, 197, 0.14);
  background: rgba(9, 31, 42, 0.94);
}

.brand-copy,
.brand-copy strong,
.main-nav > a,
.language-button,
.service-row h3,
.service-detail-card h2,
.story-copy .lead,
.contact-form-wrap h3,
.quote-aside h2,
.portal-title h3,
.dashboard-welcome strong,
.dashboard-brand strong,
.dashboard-metrics strong,
.portal-stat-grid strong,
.portal-operation-row strong,
.resource-results h3,
.static-card h3,
.legal-wrap h2,
body h2,
body h3 {
  color: #eaf5f5;
}

.main-nav > a {
  color: #a9bec2;
}

.main-nav > a:hover,
.main-nav > a.active {
  color: #ffffff;
}

.menu-toggle span {
  background: #ffffff;
}

.intro,
.process-section,
.knowledge-section,
.cta-section,
.resource-section,
.corporate-story {
  background: #0b2430;
}

.services-section,
.values-section,
.services-detail-section,
.portal-features,
.quote-page-section,
.contact-section {
  background: #102c38;
}

.principle-grid,
.service-list,
.value-grid,
.feature-grid {
  border-color: #1a3a46;
}

.principle-grid article + article,
.value-grid article + article,
.feature-grid article + article,
.service-row,
.quote-aside li {
  border-color: #1a3a46;
}

.service-row:hover {
  background: #0b2835;
}

.service-accent,
.dashboard-welcome > span,
.dashboard-welcome small,
.portal-title small {
  color: #78949b;
}

.service-arrow,
.service-detail-head i {
  border-color: #2a5260;
}

.service-detail-card,
.knowledge-list article,
.resource-results article,
.static-card,
.quote-form-card,
.contact-form-wrap,
.contact-mini-grid > div,
.official-grid a,
.knowledge-search {
  border-color: #1a3f4c;
  background: #0a2633;
}

.service-detail-card:hover {
  background: #0d2e3b;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.28);
}

.story-logo-card {
  background: #0b2633;
}

.story-logo-card img {
  opacity: 1;
  mix-blend-mode: normal;
  filter:
    brightness(1.12)
    saturate(1.1)
    contrast(1.05)
    drop-shadow(0 18px 30px rgba(0, 0, 0, 0.3))
    drop-shadow(0 0 20px rgba(76, 211, 218, 0.12));
}

.vision-section,
.official-section,
.digital-section,
.static-dashboard {
  background: #081f2b;
}

.dashboard-shell,
.portal-screen {
  border-color: #234752;
  background: #061c28;
  color: #dcebec;
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.38);
}

.dashboard-top,
.dashboard-metrics > div,
.dashboard-table,
.portal-screen-top,
.portal-stat-grid article,
.portal-operation {
  border-color: #1b3d49;
  background: #0a2633;
}

.dashboard-body,
.dashboard-content,
.portal-main {
  background: #071f2b;
}

.dashboard-nav,
.portal-screen-body aside {
  border-color: #1b3d49;
  background: #08222e;
}

.table-head,
.table-row,
.portal-operation-head,
.portal-operation-row {
  border-color: #173743;
}

.table-row,
.portal-operation-row,
.portal-screen-body aside span {
  color: #93aab0;
}

.portal-search {
  background: #061b26;
  color: #78949b;
}

.progress {
  background: #173743;
}

.portal-note,
.privacy-note,
.contact-card,
.map-card {
  background: #0a222d;
}

.knowledge-search input,
.static-form input,
.static-form select,
.static-form textarea,
.quote-form input,
.quote-form select,
.quote-form textarea {
  border-color: #254a56;
  background: #061d29;
  color: #edf7f7;
}

.knowledge-search input::placeholder,
.static-form input::placeholder,
.static-form textarea::placeholder {
  color: #68868d;
}

.assistant-panel {
  border-color: #234653;
  background: #092431;
}

.assistant-body p,
.assistant-link {
  color: #c4d6d8;
}

.assistant-quick button {
  border-color: #29515e;
  background: #071e2a;
}

.footer-logo .brand-copy,
.footer-logo .brand-copy strong {
  color: #ffffff;
}

.button-white {
  background: #ffffff;
  color: #071b2e;
}

.site-footer {
  background: #081f2b;
}

@media (max-width: 900px) {
  .main-nav {
    background: #061b27;
  }

  .main-nav > a {
    border-color: #1a3a46;
  }
}

/* Koyu tema okunabilirlik ve kontrast iyileştirmeleri */
:root {
  --muted: #b7cace;
}

body,
.intro-copy p,
.principle-grid p,
.service-row p,
.service-detail-card > p,
.value-grid p,
.feature-grid p,
.story-copy p,
.portal-copy-grid p,
.resource-results p,
.knowledge-list p,
.quote-aside li,
.contact-form-wrap > p,
.contact-mini-grid span,
.static-card p,
.legal-wrap p,
.legal-wrap li {
  color: #b7cace;
}

.topbar,
.topbar a {
  color: rgba(255, 255, 255, 0.76);
}

.one-entry-link {
  border-color: rgba(101, 208, 211, 0.32);
  color: #eaf5f5;
}

.one-entry-link:hover {
  border-color: #65d0d3;
  background: rgba(101, 208, 211, 0.1);
  color: #ffffff;
}

.language-switcher {
  position: relative;
}

.language-menu {
  position: absolute;
  z-index: 40;
  top: calc(100% + 10px);
  right: 0;
  width: 148px;
  overflow: hidden;
  border: 1px solid rgba(101, 208, 211, 0.22);
  border-radius: 10px;
  background: #0b2632;
  box-shadow: 0 18px 48px rgba(0, 8, 12, 0.35);
}

.language-menu[hidden] {
  display: none;
}

.language-menu button {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 12px;
  border: 0;
  padding: 11px 14px;
  background: transparent;
  color: #d7e6e7;
  cursor: pointer;
  text-align: left;
}

.language-menu button + button {
  border-top: 1px solid rgba(101, 208, 211, 0.12);
}

.language-menu button:hover,
.language-menu button[aria-current="true"] {
  background: rgba(101, 208, 211, 0.12);
  color: #fff;
}

.language-menu strong {
  color: #65d0d3;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.language-menu span {
  color: inherit;
  font-size: 0.78rem;
}

.main-nav > a,
.language-button {
  color: #c6d6d8;
}

.text-link,
.principle-grid h3,
.process-section h3,
.value-grid h3,
.feature-grid h3,
.portal-logo strong,
.dashboard-table strong,
.portal-operation-head strong,
.contact-mini-grid strong,
.knowledge-list h3 {
  color: #eaf5f5;
}

.hero-copy > p,
.page-hero p,
.vision-grid p,
.digital-copy p,
.knowledge-feature p,
.portal-note p,
.contact-card p {
  color: rgba(255, 255, 255, 0.82);
}

.eyebrow,
.service-detail-head,
.service-detail-head span,
.value-grid span,
.feature-grid span,
.resource-results article > span,
.official-grid a > span,
.quote-aside li span,
.contact-card small,
.contact-mini-grid small {
  color: #65d0d3;
}

.service-accent,
.dashboard-welcome > span,
.dashboard-welcome small,
.portal-title small,
.dashboard-metrics small,
.portal-stat-grid span,
.official-grid small,
.portal-search {
  color: #9fb8bd;
}

.service-detail-card li,
.table-row,
.portal-operation-row,
.portal-screen-body aside span {
  color: #b6c9cc;
}

.dashboard-table,
.portal-operation,
.dashboard-metrics,
.portal-stat-grid {
  color: #d8e6e8;
}

.static-form label,
.quote-form label > span,
.quote-form .consent span {
  color: #d4e2e4;
}

.knowledge-search input::placeholder,
.static-form input::placeholder,
.static-form textarea::placeholder,
.quote-form input::placeholder,
.quote-form textarea::placeholder {
  color: #94abb0;
  opacity: 1;
}

.knowledge-search input,
.static-form input,
.static-form select,
.static-form textarea,
.quote-form input,
.quote-form select,
.quote-form textarea {
  caret-color: #65d0d3;
}

.knowledge-search input:focus,
.static-form input:focus,
.static-form select:focus,
.static-form textarea:focus,
.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
  border-color: #55c4c8;
  box-shadow: 0 0 0 3px rgba(85, 196, 200, 0.12);
}

.privacy-note p,
.footer-brand p {
  color: rgba(255, 255, 255, 0.86);
}

.footer-grid h3 {
  color: #a8c0c5;
}

.footer-grid li a,
.footer-grid address {
  color: rgba(255, 255, 255, 0.82);
}

.footer-bottom {
  color: rgba(255, 255, 255, 0.66);
}

.assistant-head small {
  color: rgba(255, 255, 255, 0.74);
}

.assistant-quick button {
  color: #d6e5e7;
}

.button-primary,
.assistant-trigger-icon,
.dashboard-brand > span,
.dashboard-nav span.active,
.industry-cloud .highlight,
.industry-cloud button:hover,
.industry-cloud button:focus,
.industry-cloud button:focus-visible,
.portal-logo span,
.portal-title button,
.sector-strip {
  background: #156d77;
  color: #ffffff;
}

.button-primary:hover {
  background: #0f5d66;
}

.cta-panel {
  background: #0f6670;
}

.cta-panel .eyebrow.light,
.text-link.light-link,
.text-link.light-link span {
  color: #f5ffff;
}

.dashboard-brand strong span,
.story-logo-card > span,
.portal-stat-grid small,
.portal-operation-head span,
.table-head > span,
.service-no,
.service-arrow,
.text-link > span {
  color: #65d0d3;
}

.table-status.green {
  color: #70dba3;
}

.table-status.blue {
  color: #75cfee;
}

.industries-section {
  background:
    linear-gradient(rgba(4, 19, 31, 0.88), rgba(4, 19, 31, 0.92)),
    url("public/logistics-hero-poster.jpg") center/cover;
}

.knowledge-feature {
  background:
    linear-gradient(90deg, rgba(7, 27, 46, 0.94), rgba(7, 27, 46, 0.7)),
    url("public/logistics-hero-poster.jpg") center/cover;
}

/* Digital operations support */

.operations-support-visual,
.operations-command {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(104, 216, 215, 0.2);
  background:
    radial-gradient(circle at 88% 10%, rgba(64, 190, 191, 0.13), transparent 28%),
    linear-gradient(145deg, #0b2733 0%, #071d2a 58%, #071925 100%);
  box-shadow: 0 34px 80px rgba(0, 7, 13, 0.3);
}

.operations-support-visual::before,
.operations-command::before {
  position: absolute;
  width: 360px;
  height: 360px;
  top: -230px;
  right: -130px;
  border: 1px solid rgba(104, 216, 215, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 58px rgba(104, 216, 215, 0.025);
  content: "";
  pointer-events: none;
}

.operations-support-visual {
  padding: 24px;
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}

.support-visual-head,
.command-head {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support-visual-head > div,
.command-head > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.support-visual-head strong,
.support-visual-head small,
.command-head small,
.command-head strong {
  display: block;
}

.support-visual-head strong,
.command-head small {
  color: #b8d1d5;
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.support-visual-head > small,
.command-status {
  color: #65e4b0;
  font-size: 0.59rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.support-signal {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #62dfa9;
  box-shadow: 0 0 0 7px rgba(98, 223, 169, 0.08);
}

.support-signal::after {
  position: absolute;
  inset: -6px;
  border: 1px solid rgba(98, 223, 169, 0.4);
  border-radius: inherit;
  content: "";
  animation: support-pulse 2s ease-out infinite;
}

@keyframes support-pulse {
  0% { opacity: 0.8; transform: scale(0.55); }
  75%, 100% { opacity: 0; transform: scale(1.45); }
}

.support-step-grid {
  position: relative;
  z-index: 1;
  display: grid;
  margin: 25px 0 16px;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.support-step-grid article {
  display: grid;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid rgba(143, 188, 195, 0.16);
  background: rgba(8, 42, 54, 0.72);
  grid-template-columns: auto 1fr auto;
  gap: 10px;
}

.support-step-grid article > span,
.command-services article > span {
  color: #5dcbd0;
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.support-step-grid article small,
.support-step-grid article strong {
  display: block;
}

.support-step-grid article small {
  margin-bottom: 4px;
  color: #789da5;
  font-size: 0.5rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.support-step-grid article strong {
  overflow: hidden;
  color: #eaf5f6;
  font-size: 0.67rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.support-step-grid article > i,
.command-services article > i {
  display: grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border: 1px solid rgba(103, 206, 210, 0.28);
  border-radius: 50%;
  color: #65d0d3;
  font-size: 0.65rem;
  font-style: normal;
}

.support-step-grid article.is-complete > i {
  border-color: rgba(98, 223, 169, 0.3);
  background: rgba(98, 223, 169, 0.1);
  color: #62dfa9;
}

.support-step-grid article.is-active {
  border-color: rgba(101, 208, 211, 0.5);
  background: linear-gradient(135deg, rgba(22, 111, 121, 0.34), rgba(8, 42, 54, 0.86));
}

.support-step-grid article.is-active > i,
.command-services article.active > i {
  border: 0;
  background: #65d0d3;
  box-shadow: 0 0 0 5px rgba(101, 208, 211, 0.1);
}

.support-step-grid article.is-active > i::after,
.command-services article.active > i::after {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #082330;
  content: "";
}

.support-timeline {
  position: relative;
  z-index: 1;
  padding: 18px 18px 4px;
  border: 1px solid rgba(143, 188, 195, 0.15);
  background: rgba(4, 23, 33, 0.72);
}

.support-timeline-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.support-timeline-head strong {
  color: #f1f8f8;
  font-size: 0.72rem;
}

.support-timeline-head span {
  color: #65d0d3;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.support-event {
  position: relative;
  display: grid;
  align-items: start;
  min-height: 59px;
  padding: 10px 0;
  grid-template-columns: 45px 17px 1fr;
  gap: 8px;
}

.support-event:not(:last-child)::after {
  position: absolute;
  width: 1px;
  height: calc(100% - 18px);
  top: 27px;
  left: 61px;
  background: rgba(126, 174, 181, 0.2);
  content: "";
}

.support-event time {
  padding-top: 1px;
  color: #799ca3;
  font-size: 0.58rem;
}

.support-event > span {
  position: relative;
  z-index: 1;
  width: 8px;
  height: 8px;
  margin-top: 3px;
  border: 2px solid #416a72;
  border-radius: 50%;
  background: #071d2a;
}

.support-event.is-done > span {
  border-color: #62dfa9;
  background: #62dfa9;
}

.support-event.is-live > span {
  border-color: #65d0d3;
  background: #65d0d3;
  box-shadow: 0 0 0 5px rgba(101, 208, 211, 0.1);
  animation: live-dot 1.8s ease-in-out infinite;
}

@keyframes live-dot {
  50% { box-shadow: 0 0 0 8px rgba(101, 208, 211, 0.02); }
}

.support-event strong,
.support-event small {
  display: block;
}

.support-event strong {
  color: #dfedef;
  font-size: 0.66rem;
}

.support-event small {
  margin-top: 4px;
  color: #789ba2;
  font-size: 0.56rem;
  line-height: 1.45;
}

.support-assurance {
  position: relative;
  z-index: 1;
  display: grid;
  margin-top: 16px;
  grid-template-columns: repeat(3, 1fr);
}

.support-assurance span {
  padding: 0 12px;
  color: #8eb1b7;
  font-size: 0.51rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-align: center;
}

.support-assurance span + span {
  border-left: 1px solid rgba(143, 188, 195, 0.18);
}

.digital-support-hero {
  background:
    radial-gradient(circle at 82% 36%, rgba(73, 190, 193, 0.16), transparent 27%),
    linear-gradient(120deg, #061b28 0%, #0a2a38 62%, #08202d 100%);
}

.support-overview {
  background:
    radial-gradient(circle at 12% 70%, rgba(72, 177, 181, 0.06), transparent 26%),
    #0a202c;
}

.operations-command {
  margin-top: 58px;
  padding: 30px;
}

.command-head {
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(143, 188, 195, 0.16);
}

.command-head strong {
  margin-top: 4px;
  color: #eff8f8;
  font-size: 1rem;
}

.command-status {
  padding: 8px 11px;
  border: 1px solid rgba(98, 223, 169, 0.2);
  background: rgba(98, 223, 169, 0.07);
}

.command-grid {
  position: relative;
  z-index: 1;
  display: grid;
  padding: 28px 0;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 22px;
}

.command-services {
  display: grid;
  gap: 10px;
}

.command-services article {
  display: grid;
  align-items: center;
  padding: 20px;
  border: 1px solid rgba(143, 188, 195, 0.15);
  background: rgba(7, 35, 47, 0.7);
  grid-template-columns: 30px 1fr 24px;
  gap: 14px;
}

.command-services article.active {
  border-color: rgba(101, 208, 211, 0.45);
  background: linear-gradient(100deg, rgba(20, 103, 113, 0.32), rgba(7, 35, 47, 0.82));
}

.command-services article small,
.command-services article strong,
.command-services article p {
  display: block;
}

.command-services article small {
  color: #6f9aa2;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.11em;
}

.command-services article strong {
  margin-top: 5px;
  color: #edf7f7;
  font-size: 0.82rem;
}

.command-services article p {
  margin: 6px 0 0;
  color: #92b0b5;
  font-size: 0.67rem;
  line-height: 1.55;
}

.command-contact {
  display: flex;
  align-items: flex-start;
  padding: 30px;
  border: 1px solid rgba(101, 208, 211, 0.2);
  background:
    linear-gradient(150deg, rgba(19, 101, 111, 0.23), rgba(5, 28, 39, 0.75));
  flex-direction: column;
}

.command-contact h3 {
  margin: 18px 0 10px;
  color: #f1f9f9;
  font-size: 1.45rem;
}

.command-contact > p {
  margin: 0;
  color: #9ab5ba;
  font-size: 0.78rem;
}

.command-contact-list {
  display: grid;
  width: 100%;
  margin: 23px 0 26px;
  gap: 10px;
}

.command-contact-list span {
  display: flex;
  align-items: center;
  color: #d7e8e9;
  font-size: 0.7rem;
  gap: 9px;
}

.command-contact-list i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #65d0d3;
  box-shadow: 0 0 0 4px rgba(101, 208, 211, 0.08);
}

.command-contact .button {
  margin-top: auto;
}

.command-footer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  border-top: 1px solid rgba(143, 188, 195, 0.16);
  gap: 13px;
}

.command-footer span {
  color: #86aab0;
  font-size: 0.53rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.command-footer i {
  width: 32px;
  height: 1px;
  background: linear-gradient(90deg, #275863, #65d0d3);
}

@media (max-width: 900px) {
  .operations-support-visual {
    transform: none;
  }

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

  .command-contact .button {
    margin-top: 0;
  }
}

@media (max-width: 640px) {
  .operations-support-visual,
  .operations-command {
    padding: 18px;
  }

  .support-step-grid {
    grid-template-columns: 1fr;
  }

  .support-step-grid article strong {
    white-space: normal;
  }

  .support-assurance {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .support-assurance span {
    padding: 4px 0;
    text-align: left;
  }

  .support-assurance span + span {
    border-left: 0;
  }

  .command-head {
    align-items: flex-start;
    gap: 16px;
  }

  .command-services article {
    padding: 16px;
    grid-template-columns: 24px 1fr 20px;
    gap: 10px;
  }

  .command-contact {
    padding: 22px;
  }

  .command-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .command-footer i {
    width: 1px;
    height: 12px;
    margin-left: 4px;
    background: linear-gradient(#275863, #65d0d3);
  }
}
