/* Kahveci Sea Group — premium footer v3.3 */
.ksg-footer-zone {
  --ksg-footer-bg: #041943;
  --ksg-footer-bg-deep: #031235;
  --ksg-footer-card: #165ca8;
  --ksg-footer-card-2: #2a7fd6;
  --ksg-footer-accent: #8ec3ff;
  --ksg-footer-accent-strong: #2e8ff1;
  --ksg-footer-text: #ffffff;
  --ksg-footer-soft: #c3d4ef;
  --ksg-footer-muted: rgba(195,212,239,.78);
  --ksg-footer-line: rgba(255,255,255,.12);
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 14% 22%, rgba(84,155,255,.16) 0, rgba(84,155,255,0) 28%),
    radial-gradient(circle at 86% 10%, rgba(78,142,241,.18) 0, rgba(78,142,241,0) 26%),
    linear-gradient(180deg, #0a2d67 0%, #072254 38%, #04163e 100%);
  color: var(--ksg-footer-text);
  padding: 0;
  margin-top: clamp(32px, 3.8vw, 56px);
}
.ksg-footer-zone::before,
.ksg-footer-zone::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ksg-footer-zone::before {
  opacity: .24;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 62px 62px;
  mask-image: linear-gradient(to bottom, transparent 0, #000 12%, #000 72%, transparent 100%);
}
.ksg-footer-zone::after {
  opacity: .92;
  background:
    radial-gradient(1500px 310px at 6% 18%, transparent 0 69.2%, rgba(255,255,255,.11) 69.45%, transparent 70%),
    radial-gradient(1600px 360px at 58% 8%, transparent 0 73.4%, rgba(255,255,255,.10) 73.65%, transparent 74.1%),
    radial-gradient(1500px 320px at 92% 48%, transparent 0 75.8%, rgba(255,255,255,.08) 76.05%, transparent 76.4%),
    radial-gradient(1200px 260px at 34% 100%, transparent 0 74.7%, rgba(255,255,255,.06) 74.95%, transparent 75.3%);
}
.ksg-footer-zone > .container,
.ksg-footer-cta-shell > .container { position: relative; z-index: 1; }

/* CTA band */
.ksg-footer-cta-shell {
  position: relative;
  overflow: hidden;
  background-color: #0b2f66;
  background-image:
    linear-gradient(90deg, rgba(7,38,91,.58) 0%, rgba(20,84,164,.52) 45%, rgba(11,60,121,.58) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,0)),
    var(--ksg-footer-cta-bg-image, url(../imgs/page/homepage1/bg-get-quote.png));
  background-position: center center, center center, center center;
  background-size: cover, cover, cover;
  background-repeat: no-repeat, no-repeat, no-repeat;
  border-bottom: 1px solid rgba(255,255,255,.10);
  box-shadow: inset 0 -1px 0 rgba(255,255,255,.05);
}
.ksg-footer-cta-shell::before,
.ksg-footer-cta-shell::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.ksg-footer-cta-shell::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,0) 26%),
    linear-gradient(90deg, rgba(255,255,255,.03) 0%, rgba(255,255,255,0) 18%, rgba(255,255,255,.03) 54%, rgba(255,255,255,0) 100%),
    radial-gradient(700px 210px at 86% 84%, rgba(255,255,255,.10) 0, rgba(255,255,255,0) 60%);
}
.ksg-footer-cta-shell::after {
  right: -120px;
  bottom: -165px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
  opacity: .9;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.04);
}
.ksg-footer-cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr) auto;
  align-items: center;
  gap: 30px;
  padding: 48px 0 50px;
  background: transparent;
}
.ksg-footer-cta-symbol {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(3,18,53,.18);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
}
.ksg-footer-cta-symbol img { width: 56px; height: 56px; object-fit: contain; }
.ksg-footer-cta-copy { min-width: 0; max-width: 790px; }
.ksg-footer-cta-kicker {
  display: block;
  margin: 0 0 10px;
  color: rgba(255,255,255,.86);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.ksg-footer-cta-copy h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 2.75vw, 50px);
  line-height: 1.02;
  letter-spacing: -.036em;
  font-weight: 700;
  text-shadow: 0 2px 12px rgba(1,17,59,.10);
}
.ksg-footer-cta-copy h2 span { color: #b9d7ff; }
.ksg-footer-cta-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-wrap: wrap;
}
.ksg-footer-cta-button {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 8px 8px 8px 24px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  white-space: nowrap;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .015em;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.ksg-footer-cta-button:hover { transform: translateY(-2px); }
.ksg-footer-cta-button-primary {
  background: var(--ksg-footer-accent-strong);
  border-color: rgba(255,255,255,.12);
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(13,63,126,.22);
}
.ksg-footer-cta-button-primary:hover { background: #3799fa; }
.ksg-footer-cta-button-secondary {
  background: rgba(2,20,58,.12);
  border-color: rgba(255,255,255,.24);
  color: #fff !important;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.03);
}
.ksg-footer-cta-button-secondary:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.50);
}
.ksg-footer-cta-button-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  color: var(--ksg-footer-bg-deep);
  font-size: 18px;
}
.ksg-footer-cta-button-icon svg { width: 19px; height: 19px; display: block; }

/* Main footer */
.ksg-footer {
  position: relative;
  padding: 58px 0 0;
  color: var(--ksg-footer-text);
}
.ksg-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .26;
  background:
    radial-gradient(900px 220px at 10% 10%, transparent 0 69%, rgba(255,255,255,.06) 69.4%, transparent 70.1%),
    radial-gradient(1100px 250px at 78% 30%, transparent 0 73%, rgba(255,255,255,.055) 73.35%, transparent 74%),
    radial-gradient(920px 210px at 65% 88%, transparent 0 75%, rgba(255,255,255,.045) 75.35%, transparent 76%);
}
.ksg-footer > .container { position: relative; z-index: 1; }
.ksg-footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 1.25fr) minmax(170px, .82fr) minmax(240px, 1fr) minmax(250px, .98fr);
  gap: 64px 84px;
  align-items: start;
  padding-bottom: 62px;
}
.ksg-footer-brand-column { max-width: 430px; }
.ksg-footer-brand-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
.ksg-footer-brand-logo img {
  display: block;
  width: min(332px, 100%);
  height: auto;
}
.ksg-footer-description {
  margin: 0;
  color: #d3e2f6;
  font-size: 15px;
  line-height: 1.92;
}
.ksg-footer-brand-meta {
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 11px;
}
.ksg-footer-brand-meta li {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  gap: 12px;
  align-items: start;
}
.ksg-footer-meta-icon {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ksg-footer-accent);
  margin-top: 2px;
}
.ksg-footer-meta-icon svg { width: 15px; height: 15px; }
.ksg-footer-brand-meta a,
.ksg-footer-brand-meta span {
  color: var(--ksg-footer-soft);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.66;
}
.ksg-footer-brand-meta a:hover { color: #fff; }
.ksg-footer-column h3 {
  position: relative;
  margin: 10px 0 22px;
  padding-bottom: 14px;
  color: #fff;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.ksg-footer-column h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ksg-footer-accent), rgba(142,195,255,.18));
}
.ksg-footer-socials {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}
.ksg-footer-socials a {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.03);
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease;
}
.ksg-footer-socials a:hover {
  transform: translateY(-2px);
  background: rgba(142,195,255,.16);
  border-color: rgba(142,195,255,.58);
}
.ksg-footer-socials svg { width: 17px; height: 17px; }
.ksg-footer-links,
.ksg-footer-contact-list { list-style: none; margin: 0; padding: 0; }
.ksg-footer-links li { margin-bottom: 10px; }
.ksg-footer-links a,
.ksg-footer-contact-list a,
.ksg-footer-contact-list span,
.ksg-footer-contact-actions a {
  color: #d2e1f7;
  text-decoration: none;
  font-size: 15px;
  line-height: 1.78;
  transition: color .2s ease, transform .2s ease;
}
.ksg-footer-links a { display: inline-block; }
.ksg-footer-links a:hover,
.ksg-footer-contact-list a:hover,
.ksg-footer-contact-actions a:hover { color: #fff; }
.ksg-footer-links a:hover,
.ksg-footer-contact-actions a:hover { transform: translateX(3px); }
.ksg-footer-contact-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.ksg-footer-contact-list li {
  display: grid;
  grid-template-columns: 20px minmax(0,1fr);
  gap: 11px;
  align-items: start;
}
.ksg-footer-contact-icon {
  width: 20px;
  height: 20px;
  margin-top: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--ksg-footer-accent) !important;
}
.ksg-footer-contact-icon svg { width: 15px; height: 15px; }
.ksg-footer-contact-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 20px;
}
.ksg-footer-contact-actions a { color: #fff; font-weight: 600; }
.ksg-footer-contact-actions a span { margin-left: 5px; color: #8fb6ea; }

/* Bottom */
.ksg-footer-bottom {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 24px 0 26px;
  border-top: 1px solid var(--ksg-footer-line);
}
.ksg-footer-credit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: rgba(255,255,255,.9);
  font-size: 12px;
  line-height: 1.5;
}
.ksg-footer-agency-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ksg-footer-agency-logo img { display: block; width: 84px; height: auto; }
.ksg-footer-agency-hidden {
  display: inline-block;
  color: transparent !important;
  text-decoration: none !important;
  user-select: text;
  -webkit-user-select: text;
  cursor: pointer;
  white-space: nowrap;
  transition: none !important;
}
.ksg-footer-agency-hidden:link,
.ksg-footer-agency-hidden:visited,
.ksg-footer-agency-hidden:hover,
.ksg-footer-agency-hidden:focus,
.ksg-footer-agency-hidden:focus-visible,
.ksg-footer-agency-hidden:active {
  color: transparent !important;
  text-decoration: none !important;
  background: transparent !important;
  outline: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.ksg-footer-agency-hidden::selection {
  color: #ffffff !important;
  background: #0b5ed7;
}
.ksg-footer-agency-hidden::-moz-selection {
  color: #ffffff !important;
  background: #0b5ed7;
}
.ksg-footer-legal-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.ksg-footer-legal-links a {
  color: var(--ksg-footer-soft);
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
  transition: color .2s ease;
}
.ksg-footer-legal-links a:hover { color: #fff; }

@media (max-width: 1399.98px) {
  .ksg-footer-cta-card {
    grid-template-columns: 84px minmax(0,1fr);
    gap: 24px 28px;
    padding: 36px 0;
  }
  .ksg-footer-cta-symbol { width: 76px; height: 76px; }
  .ksg-footer-cta-symbol img { width: 52px; height: 52px; }
  .ksg-footer-cta-actions { grid-column: 2; justify-content: flex-start; }
  .ksg-footer-main {
    grid-template-columns: minmax(300px,1.15fr) minmax(160px,.82fr) minmax(230px,.98fr) minmax(230px,.95fr);
    gap: 48px 52px;
  }
}
@media (max-width: 1199.98px) {
  .ksg-footer-zone { padding-top: 0; }
  .ksg-footer-main {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 44px 56px;
  }
  .ksg-footer-brand-column { max-width: 520px; }
  .ksg-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }
  .ksg-footer-legal-links { justify-content: flex-start; }
}
@media (max-width: 767.98px) {
  .ksg-footer-cta-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 28px 0;
  }
  .ksg-footer-cta-symbol { width: 66px; height: 66px; }
  .ksg-footer-cta-symbol img { width: 45px; height: 45px; }
  .ksg-footer-cta-actions { grid-column: auto; width: 100%; }
  .ksg-footer-cta-button { width: 100%; max-width: 360px; }
  .ksg-footer-cta-copy h2 { font-size: clamp(26px,8vw,38px); }
  .ksg-footer { padding-top: 38px; }
  .ksg-footer-main {
    grid-template-columns: 1fr;
    gap: 34px;
    padding-bottom: 38px;
  }
  .ksg-footer-brand-column,
  .ksg-footer-brand-logo img { max-width: 100%; width: min(290px,100%); }
  .ksg-footer-bottom { padding: 18px 0 24px; }
}
@media (max-width: 419.98px) {
  .ksg-footer-cta-card { padding: 22px 0; }
  .ksg-footer-cta-button { font-size: 11px; padding-left: 16px; }
  .ksg-footer-credit,
  .ksg-footer-legal-links { gap: 7px 14px; }
}

/* Production cookie consent ------------------------------------------------ */
.ksg-cookie-settings-link {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  font: inherit;
  text-decoration: none;
  cursor: pointer;
}
.ksg-cookie-settings-link:hover,
.ksg-cookie-settings-link:focus-visible {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ksg-cookie-consent[hidden] { display: none !important; }
.ksg-cookie-consent {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99999;
  display: grid;
  width: min(560px, calc(100vw - 32px));
  padding: 22px;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: end;
  color: #eaf2ff;
  background: rgba(3, 20, 53, .96);
  border: 1px solid rgba(124, 174, 255, .25);
  border-radius: 20px;
  box-shadow: 0 24px 70px rgba(0, 10, 35, .36), inset 0 1px 0 rgba(255,255,255,.05);
  backdrop-filter: blur(18px);
  opacity: 0;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}
.ksg-cookie-consent.is-visible { opacity: 1; transform: translateY(0); }
.ksg-cookie-consent-copy { min-width: 0; }
.ksg-cookie-consent-copy strong {
  display: block;
  margin-bottom: 7px;
  color: #fff;
  font-size: 16px;
  line-height: 1.25;
}
.ksg-cookie-consent-copy p {
  margin: 0;
  color: rgba(226, 236, 252, .72);
  font-size: 12.5px;
  line-height: 1.55;
}
.ksg-cookie-consent-copy a {
  display: inline-block;
  margin-top: 8px;
  color: #8fc3ff;
  font-size: 11.5px;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ksg-cookie-consent-actions {
  display: flex;
  gap: 8px;
  align-items: center;
}
.ksg-cookie-button {
  min-height: 42px;
  padding: 0 14px;
  border-radius: 11px;
  font-size: 11.5px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.ksg-cookie-button-primary {
  color: #03163a;
  background: #90c4ff;
  border: 1px solid #a8d2ff;
}
.ksg-cookie-button-secondary {
  color: #e7f0ff;
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.16);
}
@media (max-width: 767.98px) {
  .ksg-cookie-consent {
    right: 12px;
    bottom: 12px;
    width: calc(100vw - 24px);
    padding: 18px;
    grid-template-columns: 1fr;
    gap: 14px;
    border-radius: 18px;
  }
  .ksg-cookie-consent-actions { width: 100%; }
  .ksg-cookie-button { flex: 1 1 0; }
}
@media (max-width: 399.98px) {
  .ksg-cookie-consent-actions { flex-direction: column-reverse; }
  .ksg-cookie-button { width: 100%; }
}

/* Footer contact icons use one unified brand-blue treatment. */
.ksg-footer-contact-icon.ksg-footer-whatsapp-icon svg {
  width: 16px;
  height: 16px;
}
