html {
  background: #f6f8fb;
  font-size: 16px;
  min-height: 100%;
}

* {
  box-sizing: border-box;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

body {
  background: linear-gradient(135deg, #f7f9fc 0%, #ffffff 48%, #f3f7f5 100%);
  color: #14253a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  min-height: 100%;
}

.site-frame {
  min-height: 100vh;
  padding: clamp(1rem, 3vw, 2rem);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
  color: var(--bs-secondary-color);
  text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
  text-align: start;
}

.coming-soon-shell {
  display: grid;
  gap: clamp(0.65rem, 1.8vw, 1.25rem);
  margin: 0 auto;
  max-width: 1180px;
}

.top-bar {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-top: 0.25rem;
  position: relative;
  z-index: 5;
}

.hero-panel {
  align-items: center;
  display: grid;
  justify-items: center;
  min-height: clamp(14rem, 30vh, 22rem);
  padding: clamp(1rem, 3.2vw, 2.7rem) 0 clamp(0.25rem, 1vw, 0.75rem);
}

.hero-copy {
  display: grid;
  justify-items: center;
  max-width: 1120px;
  text-align: center;
  width: 100%;
}

.brand-mark {
  align-items: center;
  color: #0a5c9f;
  display: inline-flex;
  font-size: clamp(1.85rem, 4vw, 3.25rem);
  font-weight: 800;
  gap: 0.75rem;
  letter-spacing: 0;
  line-height: 1;
  margin: 0;
}

.brand-car {
  background: #f47c20;
  border-radius: 999px 999px 0.45rem 0.45rem;
  display: inline-block;
  height: 1.35rem;
  position: relative;
  width: 3.2rem;
}

.brand-car::before {
  background: #f47c20;
  border-radius: 1.75rem 1.75rem 0 0;
  content: "";
  height: 1.05rem;
  left: 0.65rem;
  position: absolute;
  top: -0.8rem;
  width: 1.95rem;
}

.brand-car::after {
  background: linear-gradient(90deg, #14253a 0 0.45rem, transparent 0.45rem 2.2rem, #14253a 2.2rem);
  border-radius: 999px;
  bottom: -0.32rem;
  content: "";
  height: 0.55rem;
  left: 0.33rem;
  position: absolute;
  width: 2.7rem;
}

.eyebrow {
  color: #2f765d;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 0.45rem;
  text-transform: uppercase;
}

h1 {
  color: #10243d;
  font-size: clamp(2.6rem, 6vw, 5.2rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
  max-width: none;
  white-space: nowrap;
}

.lead-text {
  color: #4a5d73;
  font-size: clamp(1.05rem, 2vw, 1.3rem);
  line-height: 1.45;
  margin: 0.75rem 0 0;
  max-width: 820px;
}

.launch-status {
  align-items: start;
  background: #ffffff;
  border: 1px solid rgba(20, 37, 58, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 1.25rem 3rem rgba(22, 42, 66, 0.08);
  display: grid;
  gap: 0.35rem;
  margin-top: 1.05rem;
  max-width: 520px;
  padding: 0.8rem 1rem;
  text-align: left;
  width: min(100%, 520px);
}

.launch-status span {
  color: #6c7a89;
  font-size: 0.82rem;
  font-weight: 750;
  text-transform: uppercase;
}

.launch-status strong {
  color: #0f5e9c;
  font-size: clamp(1rem, 2vw, 1.2rem);
  font-weight: 800;
}

.language-menu {
  position: relative;
}

.language-menu summary {
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(20, 37, 58, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 0.75rem 2rem rgba(16, 36, 61, 0.08);
  cursor: pointer;
  display: inline-flex;
  gap: 0.5rem;
  min-height: 2.8rem;
  padding: 0.55rem 0.7rem;
  user-select: none;
}

.language-menu summary::-webkit-details-marker {
  display: none;
}

.language-flag {
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(20, 37, 58, 0.12);
  display: inline-block;
  flex: 0 0 auto;
  height: 1.35rem;
  overflow: hidden;
  position: relative;
  width: 1.35rem;
}

.flag-tr {
  background:
    radial-gradient(circle at 49% 50%, #ffffff 0 0.08rem, transparent 0.09rem),
    radial-gradient(circle at 45% 50%, transparent 0 0.26rem, #ffffff 0.27rem 0.35rem, transparent 0.36rem),
    #e30a17;
}

.flag-tr::after {
  border-color: transparent transparent transparent #ffffff;
  border-style: solid;
  border-width: 0.13rem 0 0.13rem 0.34rem;
  content: "";
  height: 0;
  left: 0.74rem;
  position: absolute;
  top: 0.54rem;
  transform: rotate(18deg);
  width: 0;
}

.flag-en {
  background:
    linear-gradient(90deg, transparent 0 41%, #ffffff 41% 45%, #c8102e 45% 55%, #ffffff 55% 59%, transparent 59%),
    linear-gradient(0deg, transparent 0 41%, #ffffff 41% 45%, #c8102e 45% 55%, #ffffff 55% 59%, transparent 59%),
    linear-gradient(33deg, transparent 0 45%, #ffffff 45% 49%, #c8102e 49% 53%, #ffffff 53% 57%, transparent 57%),
    linear-gradient(-33deg, transparent 0 45%, #ffffff 45% 49%, #c8102e 49% 53%, #ffffff 53% 57%, transparent 57%),
    #012169;
}

.flag-sv {
  background:
    linear-gradient(90deg, transparent 0 31%, #fecc00 31% 43%, transparent 43%),
    linear-gradient(0deg, transparent 0 42%, #fecc00 42% 58%, transparent 58%),
    #006aa7;
}

.language-name {
  color: #14253a;
  font-size: 0.92rem;
  font-weight: 760;
  white-space: nowrap;
}

.language-options {
  background: #ffffff;
  border: 1px solid rgba(20, 37, 58, 0.1);
  border-radius: 0.5rem;
  box-shadow: 0 1.25rem 3rem rgba(16, 36, 61, 0.16);
  display: grid;
  gap: 0.2rem;
  min-width: 11.5rem;
  padding: 0.45rem;
  position: absolute;
  right: 0;
  top: calc(100% + 0.5rem);
}

.language-option {
  align-items: center;
  border-radius: 0.35rem;
  color: #24384f;
  display: flex;
  font-size: 0.95rem;
  font-weight: 700;
  gap: 0.55rem;
  padding: 0.65rem 0.7rem;
  text-decoration: none;
}

.language-option:hover,
.language-option.is-active {
  background: #edf5fb;
  color: #0a5c9f;
}

.section-title {
  color: #1c334d;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 830;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0.15rem 0 0;
  text-align: center;
}

.module-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  justify-self: center;
  max-width: 1180px;
  padding-bottom: clamp(1rem, 3vw, 2rem);
  width: 100%;
}

.module-card {
  background: #ffffff;
  border: 1px solid rgba(20, 37, 58, 0.08);
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2.5rem rgba(16, 36, 61, 0.08);
  display: grid;
  gap: 0.55rem;
  min-height: 13.5rem;
  overflow: hidden;
  padding: 1rem;
  position: relative;
}

.module-card::before {
  content: "";
  height: 0.28rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.module-index {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-size: 0.84rem;
  font-weight: 850;
  height: 2.35rem;
  justify-content: center;
  width: 2.35rem;
}

.module-card h2 {
  color: #14253a;
  font-size: 1.02rem;
  font-weight: 830;
  letter-spacing: 0;
  line-height: 1.25;
  margin: 0;
}

.module-card p {
  color: #53657a;
  font-size: 0.93rem;
  line-height: 1.5;
  margin: 0;
}

.accent-blue::before,
.accent-blue .module-index {
  background: #0a5c9f;
  color: #ffffff;
}

.accent-teal::before,
.accent-teal .module-index {
  background: #258179;
  color: #ffffff;
}

.accent-green::before,
.accent-green .module-index {
  background: #3f8f45;
  color: #ffffff;
}

.accent-orange::before,
.accent-orange .module-index {
  background: #f47c20;
  color: #14253a;
}

.accent-red::before,
.accent-red .module-index {
  background: #d94b42;
  color: #ffffff;
}

.accent-yellow::before,
.accent-yellow .module-index {
  background: #f2c84b;
  color: #14253a;
}

@media (max-width: 1020px) {
  .hero-panel {
    min-height: auto;
  }

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

@media (max-width: 640px) {
  .site-frame {
    padding: 1rem;
  }

  .hero-panel {
    padding-top: 0.5rem;
  }

  .brand-mark {
    font-size: 1.75rem;
  }

  .top-bar {
    align-items: flex-start;
  }

  .language-name {
    display: none;
  }

  .hero-panel {
    gap: 0.75rem;
  }

  h1 {
    font-size: clamp(2.15rem, 11vw, 3.6rem);
    white-space: normal;
  }

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

  .module-card {
    min-height: 0;
  }
}
