/* Ç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;
  }
}

/* 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/liman-poster.jpg") center/cover;
}

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