:root {
  --ilke-ink: #172033;
  --ilke-muted: #5d6b82;
  --ilke-navy: #07385f;
  --ilke-blue: #155d8b;
  --ilke-red: #d63d3d;
  --ilke-green: #14835c;
  --ilke-bg: #f4f7fb;
  --ilke-line: #dce4ee;
  --ilke-soft: #eef4f9;
  --ilke-white: #ffffff;
  --ilke-shadow: 0 18px 50px rgba(7, 56, 95, .12);
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ilke-ink);
  background: var(--ilke-bg);
  letter-spacing: 0;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(rgba(244, 247, 251, .90), rgba(244, 247, 251, .94)),
    url("/edge/background.png") center top / 100% auto repeat-y;
}

.container {
  max-width: 1180px;
}

.site-header {
  background: rgba(255, 255, 255, .96);
  border-bottom: 1px solid rgba(220, 228, 238, .95);
  backdrop-filter: saturate(140%) blur(10px);
}

.header-inner {
  min-height: 72px;
}

.brand .logo {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.brand-name {
  font-size: 18px;
  line-height: 1;
}

.nav-list {
  align-items: center;
  gap: 6px;
}

.nav-list a {
  border-radius: 8px;
  color: var(--ilke-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  padding: 10px 12px;
}

.nav-list a:hover,
.nav-list a[aria-current="page"] {
  background: rgba(7, 56, 95, .08);
  color: var(--ilke-navy);
  box-shadow: none;
  transform: none;
}

.submenu {
  border-radius: 8px !important;
}

.site-header .nav-list > li.has-sub {
  position: relative;
}

.site-header .nav-list > li.has-sub > .submenu {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  display: block !important;
  min-width: 230px;
  padding: 8px !important;
  margin: 0 !important;
  list-style: none !important;
  background: #fff;
  border: 1px solid var(--ilke-line);
  border-radius: 8px !important;
  box-shadow: 0 18px 45px rgba(7, 56, 95, .16);
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: translateY(6px) !important;
  z-index: 100;
}

.site-header .nav-list > li.has-sub::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 14px;
}

.site-header .nav-list > li.has-sub:hover > .submenu,
.site-header .nav-list > li.has-sub.open > .submenu,
.site-header .nav-list > li.has-sub:focus-within > .submenu {
  opacity: 1 !important;
  visibility: visible !important;
  pointer-events: auto !important;
  transform: translateY(0) !important;
}

.site-header .submenu li,
.site-header .submenu a {
  list-style: none !important;
}

.site-header .submenu a {
  display: block;
  padding: 9px 10px;
  white-space: nowrap;
}

.site-header .nav-list > li.has-sub > a[role="button"],
.site-header .nav-list > li.has-sub > a:not([href]) {
  cursor: default;
}

.no-panel-motion *,
.no-panel-motion *::before,
.no-panel-motion *::after {
  animation: none !important;
  transition: none !important;
  scroll-behavior: auto !important;
}

.no-panel-motion .reveal {
  opacity: 1 !important;
  transform: none !important;
}

.btn {
  border-radius: 8px;
  min-height: 42px;
}

.btn-primary,
.btn-navy {
  background: var(--ilke-navy);
  border-color: var(--ilke-navy);
  color: #fff;
}

.btn-primary:hover,
.btn-navy:hover {
  background: #0d4b78;
}

.btn-outline {
  color: var(--ilke-navy);
  border-color: rgba(7, 56, 95, .45);
  background: #fff;
}

.btn-outline:hover {
  background: var(--ilke-soft);
}

.btn-red {
  background: var(--ilke-red);
  border-color: var(--ilke-red);
  color: #fff;
}

.section {
  padding: 56px 0;
}

.section-tight {
  padding: 32px 0;
}

.section-title {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.section-title h2 {
  margin: 0;
  font-size: clamp(24px, 3vw, 34px);
  letter-spacing: 0;
}

.section-title p {
  margin: 8px 0 0;
  max-width: 680px;
  color: var(--ilke-muted);
}

.eyebrow {
  color: var(--ilke-red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.card,
.modern-card {
  background: rgba(255, 255, 255, .96);
  border: 1px solid var(--ilke-line);
  border-radius: 8px;
  box-shadow: 0 12px 35px rgba(7, 56, 95, .07);
}

.card:hover {
  transform: none;
}

.modern-hero {
  position: relative;
  min-height: min(720px, calc(100vh - 72px));
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #0b3a60 url("/edge/hero.png") center / cover no-repeat;
  color: #fff;
}

.modern-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(4, 30, 52, .90), rgba(4, 30, 52, .62) 52%, rgba(4, 30, 52, .30));
}

.modern-hero .container {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, .9fr);
  gap: 36px;
  align-items: end;
}

.hero-copy h1 {
  margin: 0;
  max-width: 780px;
  color: #fff;
  font-size: clamp(38px, 6vw, 72px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 660px;
  margin: 18px 0 0;
  color: rgba(255, 255, 255, .88);
  font-size: clamp(16px, 2vw, 20px);
}

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

.hero-actions::before {
  display: none;
}

.hero-actions .btn {
  min-width: 150px;
}

.hero-panel {
  background: rgba(255, 255, 255, .94);
  border: 1px solid rgba(255, 255, 255, .65);
  border-radius: 8px;
  color: var(--ilke-ink);
  padding: 20px;
  box-shadow: var(--ilke-shadow);
}

.hero-panel h2 {
  margin: 0 0 12px;
  font-size: 18px;
}

.hero-panel ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.hero-panel li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
}

.hero-panel .mark,
.feature-mark {
  width: 28px;
  height: 28px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  background: rgba(20, 131, 92, .12);
  color: var(--ilke-green);
  font-weight: 950;
}

.quick-strip {
  margin-top: -34px;
  position: relative;
  z-index: 2;
}

.quick-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.quick-action {
  min-height: 116px;
  padding: 18px;
  display: grid;
  align-content: space-between;
  color: var(--ilke-ink);
  text-decoration: none;
}

.quick-action:hover {
  text-decoration: none;
  border-color: rgba(7, 56, 95, .28);
}

.quick-action strong {
  display: block;
  font-size: 17px;
  color: var(--ilke-navy);
}

.quick-action span {
  color: var(--ilke-muted);
  font-size: 14px;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.feature-block {
  padding: 22px;
}

.feature-block h3 {
  margin: 14px 0 8px;
  font-size: 19px;
}

.feature-block p {
  margin: 0;
  color: var(--ilke-muted);
}

.split-band {
  background: #fff;
  border-top: 1px solid var(--ilke-line);
  border-bottom: 1px solid var(--ilke-line);
}

.split-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 28px;
  align-items: start;
}

.principles {
  display: grid;
  gap: 12px;
}

.principle {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 12px;
  padding: 16px 0;
  border-bottom: 1px solid var(--ilke-line);
}

.principle:last-child {
  border-bottom: 0;
}

.principle b {
  color: var(--ilke-red);
  font-size: 14px;
}

.principle h3 {
  margin: 0 0 4px;
  font-size: 18px;
}

.principle p {
  margin: 0;
  color: var(--ilke-muted);
}

.news-shell {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr);
  gap: 18px;
}

.slider {
  height: 410px;
  border-radius: 8px;
  border: 1px solid var(--ilke-line);
  background: #dbe5ef;
  box-shadow: var(--ilke-shadow);
}

.slider-btn {
  border-radius: 8px;
}

#newsCards.cards,
#newsCards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.announcements {
  list-style: none;
  padding: 0;
}

.announcements li {
  padding: 12px 0;
  border-bottom: 1px solid var(--ilke-line);
}

.announcements li:last-child {
  border-bottom: 0;
}

.member-shell {
  min-height: calc(100vh - 72px);
  padding: 28px 0 52px;
}

.member-hero-card {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
}

.member-hero-card h1 {
  margin: 0 0 6px;
  font-size: 24px;
}

.member-meta-line {
  color: var(--ilke-muted);
  font-weight: 650;
}

.member-status-box {
  display: grid;
  gap: 6px;
  justify-items: end;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 14px;
}

.dashboard-tile {
  padding: 18px;
  min-height: 150px;
  display: grid;
  align-content: space-between;
}

.dashboard-tile h2,
.dashboard-tile h3 {
  margin: 0;
  font-size: 17px;
}

.metric-pill {
  justify-self: start;
  min-width: 36px;
  height: 30px;
  display: inline-grid;
  place-items: center;
  border-radius: 8px;
  font-weight: 900;
  background: rgba(7, 56, 95, .09);
  color: var(--ilke-navy);
  border: 1px solid rgba(7, 56, 95, .18);
}

.wide-panel {
  margin-top: 14px;
  padding: 20px;
}

.auth-layout {
  min-height: calc(100vh - 72px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(360px, 480px);
  gap: 28px;
  align-items: center;
}

.auth-copy {
  color: #fff;
  padding: 48px;
  min-height: 520px;
  display: grid;
  align-content: end;
  background: #0b3a60 url("/edge/hero.png") center / cover no-repeat;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.auth-copy::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(4, 30, 52, .22), rgba(4, 30, 52, .86));
}

.auth-copy > * {
  position: relative;
}

.auth-copy h1 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(30px, 4vw, 48px);
}

.auth-copy p {
  margin: 0;
  color: rgba(255, 255, 255, .88);
}

.auth-card {
  padding: 24px;
}

body.member-login-page .section {
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: center;
  padding: 56px 0 72px;
}

body.member-login-page .auth-layout {
  min-height: 0;
  grid-template-columns: minmax(430px, 660px) minmax(380px, 460px);
  gap: 34px;
}

body.member-login-page .auth-copy {
  min-height: 470px;
  padding: 42px 46px;
  background:
    radial-gradient(circle at 18% 16%, rgba(255,255,255,.16), transparent 32%),
    linear-gradient(145deg, rgba(7, 31, 53, .62), rgba(7, 31, 53, .96)),
    url("/edge/background.png") center / cover no-repeat;
  box-shadow: 0 24px 54px rgba(7, 56, 95, .18);
}

body.member-login-page .auth-copy::after {
  content: "AI Dilekçe  •  Anket  •  Talep  •  Kimlik";
  position: absolute;
  left: 42px;
  right: 42px;
  bottom: 34px;
  display: block;
  border-top: 1px solid rgba(255,255,255,.20);
  padding-top: 18px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
}

body.member-login-page .auth-copy h1 {
  max-width: 560px;
  font-size: 44px;
  line-height: 1.12;
}

body.member-login-page .auth-copy .eyebrow {
  color: #ff4b4b;
}

body.member-login-page .auth-card {
  padding: 32px;
  border: 1px solid rgba(7, 56, 95, .12);
  box-shadow: 0 28px 68px rgba(7, 56, 95, .16);
}

body.member-login-page .auth-card h2 {
  font-size: 28px;
  line-height: 1.18;
}

body.member-login-page .auth-card .contact-form {
  gap: 14px;
}

body.member-login-page .auth-card input {
  min-height: 44px;
  background: #f8fbff;
}

body.member-login-page .captcha-wrap {
  margin: 10px 0 4px;
  min-height: 78px;
  display: grid;
  align-items: center;
}

body.member-login-page .captcha-fallback {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  width: max-content;
  max-width: 100%;
  border: 1px solid var(--ilke-line);
  background: #fff;
  border-radius: 8px;
  padding: 12px 14px;
}

.member-site-header .brand-name {
  white-space: nowrap;
}

.member-site-header .nav-list {
  gap: 2px;
}

.member-site-header .nav-list a {
  padding-inline: 10px;
}

#dashboardBenefits {
  overflow: hidden;
}

#dashboardBenefits [data-b-track] {
  max-width: 100%;
  overflow: visible;
}

#modal {
  max-height: 92vh;
  overflow: auto;
}

.contact-form input,
.contact-form select,
.contact-form textarea,
.form-grid input,
.form-grid select,
.form-grid textarea {
  border-radius: 8px;
  border-color: var(--ilke-line);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus,
.form-grid input:focus,
.form-grid select:focus,
.form-grid textarea:focus {
  outline: 3px solid rgba(21, 93, 139, .16);
  border-color: rgba(21, 93, 139, .55);
}

.site-footer {
  background: #071f35;
  color: rgba(255, 255, 255, .88);
}

.site-footer .brand-name,
.site-footer a,
.site-footer strong {
  color: #fff;
}

.site-footer p,
.site-footer li,
.site-footer span {
  color: rgba(255, 255, 255, .82);
}

.site-footer a {
  color: rgba(255, 255, 255, .90) !important;
}

.site-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.site-footer .socials,
.site-footer .policies {
  display: grid;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer .brand-sen {
  color: #ff6969;
}

@media (max-width: 980px) {
  .hero-grid,
  .split-grid,
  .news-shell,
  .auth-layout {
    grid-template-columns: 1fr;
  }

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

  .feature-grid,
  #newsCards.cards,
  #newsCards {
    grid-template-columns: 1fr;
  }

  .modern-hero {
    min-height: auto;
    padding: 76px 0 92px;
  }

  .auth-copy {
    min-height: 360px;
    padding: 28px;
  }

  body.member-login-page .auth-layout {
    grid-template-columns: 1fr;
  }

  body.member-login-page .auth-copy {
    min-height: 300px;
  }
}

@media (max-width: 768px) {
  .nav-list {
    right: 16px;
    top: 64px;
    border-radius: 8px;
  }

  .section-title {
    display: block;
  }

  .quick-grid,
  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .member-hero-card {
    grid-template-columns: 1fr;
  }

  .member-status-box {
    justify-items: start;
  }

  .slider {
    height: 300px;
  }
}

/* 20260701 visual refinement */
body::before {
  background:
    linear-gradient(180deg, rgba(246, 249, 252, .96) 0%, rgba(239, 245, 251, .92) 46%, rgba(255, 255, 255, .96) 100%),
    url("/edge/background.png") center top / 100% auto repeat-y;
}

.brand {
  min-width: 0;
}

.brand .logo {
  width: 52px;
  height: 52px;
  border-radius: 10px;
  background: #fff;
  padding: 4px;
  object-fit: contain;
  box-shadow: 0 8px 22px rgba(7, 56, 95, .10);
}

.brand .logo.real-logo {
  width: 54px;
  height: 54px;
  border-radius: 12px;
}

.site-footer .brand .logo {
  background: rgba(255, 255, 255, .96);
}

.modern-hero {
  min-height: 720px;
  padding: 72px 0 96px;
  background:
    linear-gradient(90deg, rgba(5, 31, 53, .96) 0%, rgba(7, 56, 95, .84) 45%, rgba(7, 56, 95, .38) 100%),
    url("/edge/background.png") center top / cover no-repeat;
}

.modern-hero::before {
  background:
    linear-gradient(180deg, rgba(4, 30, 52, .18), rgba(4, 30, 52, .28)),
    radial-gradient(900px 460px at 78% 18%, rgba(214, 61, 61, .24), transparent 62%);
}

.modern-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 132px;
  background: linear-gradient(176deg, transparent 0 48%, var(--ilke-bg) 49% 100%);
  pointer-events: none;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) 420px;
  align-items: center;
}

.hero-copy {
  max-width: 790px;
}

.hero-copy h1 {
  font-size: clamp(42px, 5.2vw, 76px);
  text-wrap: balance;
}

.hero-copy p {
  color: rgba(255, 255, 255, .90);
  line-height: 1.65;
}

.hero-panel {
  background: rgba(255, 255, 255, .88);
  backdrop-filter: blur(14px) saturate(130%);
  border-color: rgba(255, 255, 255, .78);
}

.quick-strip {
  margin-top: -74px;
}

.quick-action {
  background: rgba(255, 255, 255, .98);
  border-color: rgba(220, 228, 238, .95);
  box-shadow: 0 18px 55px rgba(7, 56, 95, .12);
}

.feature-block {
  background: linear-gradient(180deg, #fff, #f9fbfd);
}

.split-band {
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(248,251,254,.98));
}

.news-shell {
  grid-template-columns: minmax(0, 1fr) 360px;
  align-items: stretch;
}

.news-shell > .modern-card {
  min-height: 410px;
}

.announcements li {
  display: grid;
  gap: 6px;
  line-height: 1.45;
}

#newsCards .card,
#newsCards .modern-card {
  overflow: hidden;
}

#newsCards img {
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.news-wrap {
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 42px !important;
  padding-bottom: 64px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box !important;
}

.inner-hero-band {
  position: relative;
  margin: -42px calc(50% - 50vw) 34px;
  padding: 64px max(24px, calc((100vw - 1180px) / 2)) 78px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(5, 31, 53, .96), rgba(7, 56, 95, .80) 58%, rgba(214, 61, 61, .38)),
    url("/edge/background.png") center / cover no-repeat;
  color: #fff;
}

.inner-hero-band::after {
  content: "";
  position: absolute;
  inset: auto 0 -1px 0;
  height: 54px;
  background: linear-gradient(176deg, transparent 0 48%, var(--ilke-bg) 49% 100%);
}

.inner-hero-band > * {
  position: relative;
  z-index: 1;
}

.inner-hero-band h1,
.inner-hero-band h2 {
  color: #fff;
  margin: 6px 0 8px;
  font-size: clamp(32px, 4vw, 54px);
  letter-spacing: 0;
  text-wrap: balance;
}

.inner-hero-band p {
  max-width: 720px;
  color: rgba(255, 255, 255, .86);
  margin: 0;
  font-size: 17px;
  line-height: 1.65;
}

.inner-hero-band .eyebrow {
  color: #ff6b6b;
}

.news-list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}

.news-list-title {
  align-items: flex-end;
  margin-top: 0;
  margin-bottom: 18px;
  position: relative;
  z-index: 4;
}

.news-list-title .eyebrow {
  display: block;
  margin-bottom: 8px;
  line-height: 1;
}

.news-list-title h2 {
  margin: 0;
  line-height: 1.15;
}

.news-list-title .btn {
  position: relative;
  z-index: 6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  min-height: 46px;
  padding: 0 18px;
}

.news-list-card {
  display: grid;
  overflow: hidden;
  color: var(--ilke-ink);
  text-decoration: none;
}

.news-list-card:hover {
  text-decoration: none;
  border-color: rgba(7, 56, 95, .28);
}

.news-list-card img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background: #fff;
}

.news-list-body {
  padding: 18px;
}

.news-list-body h2 {
  margin: 6px 0 8px;
  font-size: 20px;
  line-height: 1.28;
}

.news-list-body p {
  margin: 0;
  color: var(--ilke-muted);
}

.news-detail-body {
  padding: 24px;
  line-height: 1.7;
}

body:has(#adminApp),
body:has(.admin-shell),
body.admin-page {
  background: var(--ilke-bg);
}

.admin-shell,
.admin-layout,
.admin-main,
#adminApp {
  color: var(--ilke-ink);
}

.admin-shell .card,
.admin-layout .card,
#adminApp .card,
#adminApp section,
#adminApp .panel {
  border-radius: 8px;
  border: 1px solid var(--ilke-line);
  box-shadow: 0 12px 32px rgba(7, 56, 95, .08);
}

#adminApp table,
.admin-shell table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  background: #fff;
  border: 1px solid var(--ilke-line);
  border-radius: 8px;
  overflow: hidden;
}

#adminApp th,
.admin-shell th {
  background: #eef4f9;
  color: var(--ilke-navy);
  font-weight: 900;
}

#adminApp th,
#adminApp td,
.admin-shell th,
.admin-shell td {
  border-bottom: 1px solid var(--ilke-line);
  padding: 10px 12px;
}

#adminApp button,
.admin-shell button,
#adminApp .btn {
  border-radius: 8px;
}

main > .section,
.form-wrap,
.news-wrap,
.page-wrap,
.content-wrap {
  position: relative;
}

.form-wrap,
.page-wrap,
.content-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 16px 64px;
}

.professional-form-shell {
  max-width: 980px;
  margin-left: auto !important;
  margin-right: auto !important;
}

.professional-form-shell > h1,
.professional-form-shell > h2 {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: clamp(28px, 3vw, 42px);
  letter-spacing: 0;
}

.visually-removed-duplicate {
  display: none !important;
}

.professional-form-shell > .card.form-intro,
.professional-form-shell > .form-intro {
  margin-bottom: 22px;
  border-left: 4px solid var(--ilke-red);
  background: rgba(255,255,255,.96);
}

.professional-form-intro {
  padding: 18px 20px !important;
  line-height: 1.55;
}

.professional-form-intro + .professional-form,
.professional-form-shell .professional-form-intro + form.professional-form {
  margin-top: 24px !important;
}

.professional-form {
  background: rgba(255,255,255,.98);
  border: 1px solid var(--ilke-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(7, 56, 95, .10);
  padding: clamp(18px, 2.4vw, 28px);
  margin-top: 0;
}

.professional-form label > span {
  display: block;
  margin-bottom: 6px;
  color: var(--ilke-ink);
  font-weight: 850;
}

.professional-control,
.professional-form input,
.professional-form select,
.professional-form textarea {
  min-height: 44px;
  background: #fff;
  border: 1px solid #cfd9e6;
  border-radius: 8px;
  padding: 10px 12px;
  font: inherit;
}

.professional-form textarea {
  min-height: 132px;
}

.professional-form button[type="submit"],
.professional-form .btn-primary {
  width: 100%;
  margin-top: 12px;
  min-height: 48px;
  font-weight: 900;
}

.inner-content-shell {
  animation: none;
}

.form-wrap > h1:first-child,
.section > .container > h1:first-child,
.section > .container > h2:first-child,
.page-wrap > h1:first-child {
  letter-spacing: 0;
}

.contact-form,
.form-grid {
  gap: 14px;
}

.hero.hero-sub {
  background:
    linear-gradient(90deg, rgba(5, 31, 53, .94), rgba(7, 56, 95, .74)),
    url("/edge/background.png") center / cover no-repeat !important;
  border-bottom: 1px solid rgba(220, 228, 238, .8);
}

.hero.hero-sub h1 {
  text-shadow: none;
}

.site-footer {
  position: relative;
  overflow: hidden;
  padding-top: 8px;
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(700px 240px at 80% 0%, rgba(214, 61, 61, .18), transparent 65%);
  pointer-events: none;
}

.site-footer > * {
  position: relative;
}

.footer-inner {
  align-items: start;
}

@media (max-width: 980px) {
  .modern-hero {
    min-height: auto;
    padding: 64px 0 112px;
  }

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

  .hero-panel {
    max-width: 640px;
  }

  .quick-strip {
    margin-top: -62px;
  }

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

@media (max-width: 640px) {
  .brand .logo {
    width: 38px;
    height: 38px;
  }

  .modern-hero {
    padding: 48px 0 96px;
  }

  .hero-copy h1 {
    font-size: 36px;
  }

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

  .news-list-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .site-header .nav-list > li.has-sub > .submenu {
    position: static !important;
    display: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: none !important;
    box-shadow: none;
    border: 0;
    padding: 4px 0 4px 14px !important;
  }

  .site-header .nav-list > li.has-sub.open > .submenu {
    display: block !important;
  }
}
