/* Çetin Teknik — brand layer over iLanding */
:root {
  --ink: #0c1a2e;
  --ink-soft: #1a2e4a;
  --accent: #1455c0;
  --accent-2: #1a6bd6;
  --accent-soft: #eef4fd;
  --gold: #c8922a;
  --muted: #64789a;
  --border: #dde6f2;
  --surface: #f7f9fc;
  --wa: #25d366;
  --default-color: #334155;
  --heading-color: var(--ink);
  --accent-color: var(--accent);
  --surface-color: #ffffff;
  --contrast-color: #ffffff;
  --background-color: #ffffff;
  --heading-font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
  --default-font: "Source Sans 3", "Segoe UI", sans-serif;
  --nav-font: "Plus Jakarta Sans", "Segoe UI", sans-serif;
}

body {
  font-family: var(--default-font);
  color: var(--default-color);
  font-weight: 400;
  letter-spacing: 0.01em;
  background:
    radial-gradient(ellipse 70% 50% at 100% 0%, rgba(20, 85, 192, 0.08), transparent 55%),
    radial-gradient(ellipse 50% 40% at 0% 100%, rgba(200, 146, 42, 0.06), transparent 50%),
    linear-gradient(180deg, #ffffff 0%, #f7f9fc 100%);
}

h1, h2, h3, h4, h5, h6,
.sitename,
.page-title h1,
.section-title h2,
.cetin-hero h1,
.kpi-row .val {
  font-family: var(--heading-font);
  letter-spacing: -0.03em;
  font-weight: 700;
}

.page-title h1 {
  font-weight: 800;
  letter-spacing: -0.035em;
}

.header .navmenu > ul > li > a,
.header .btn-getstarted,
.header .topbar-pill,
.header .topbar-link,
.header .header-topbar-left a,
.header .header-topbar-left span {
  font-family: var(--nav-font);
}

/* Header — Hetzner-style topbar + main nav */
.header {
  display: block !important;
  padding: 0 !important;
  background: #fff !important;
  border-bottom: 1px solid #e6e8eb !important;
  box-shadow: none !important;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  min-height: 0;
}

.header .header-topbar {
  width: 100%;
  background: #f4f5f6;
  border-bottom: 1px solid #e6e8eb;
}

.header .header-topbar-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.header .header-topbar-left,
.header .header-topbar-right {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.header .header-topbar-left a,
.header .header-topbar-left span,
.header .header-topbar-right .topbar-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5a6169;
  font-size: 0.78rem;
  font-weight: 500;
  text-decoration: none;
  line-height: 1;
}

.header .header-topbar-left a:hover,
.header .header-topbar-right .topbar-link:hover {
  color: var(--ink);
}

.header .header-topbar-left i,
.header .header-topbar-right i {
  font-size: 0.85rem;
  opacity: 0.85;
}

.header .topbar-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  border: 1px solid #d5d9de;
  border-radius: 3px;
  background: #fff;
  color: #2f3640 !important;
  font-size: 0.75rem;
  font-weight: 650;
  text-decoration: none;
  line-height: 1;
}

.header .topbar-pill:hover {
  border-color: #b8bfc7;
  background: #fff;
  color: var(--ink) !important;
}

.header .topbar-pill .bi-whatsapp {
  color: #25d366;
}

.header .topbar-pill-phone .bi-telephone-fill {
  color: var(--accent);
}

.header .topbar-phone-short {
  display: none;
}

.header .topbar-phone-full {
  display: inline;
}

.header .header-main {
  width: 100%;
  background: #fff;
}

.header .header-main-inner {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.scrolled .header {
  box-shadow: 0 8px 24px rgb(15 23 42 / 6%) !important;
}

.header .logo {
  flex-shrink: 0;
  padding-left: 0 !important;
  margin: 0 !important;
}

.header .logo img {
  max-height: 40px;
  width: auto;
  margin-right: 0;
  display: block;
}

.scrolled .header .logo img {
  max-height: 36px;
}

.header .btn-getstarted,
.header .btn-site,
.btn-getstarted,
.btn-site {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--ink) !important;
  color: #fff !important;
  border: 1px solid var(--ink) !important;
  border-radius: 4px !important;
  padding: 9px 16px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
  margin: 0 !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.header .btn-getstarted:hover,
.header .btn-site:hover,
.btn-getstarted:hover,
.btn-site:hover {
  background: var(--ink-soft) !important;
  border-color: var(--ink-soft) !important;
  color: #fff !important;
}

.btn-site-outline {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent !important;
  color: var(--ink) !important;
  border: 1.5px solid #c5cbd3 !important;
  border-radius: 4px !important;
  padding: 8px 15px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.btn-site-outline:hover {
  background: #f4f5f6 !important;
  border-color: #9aa3ae !important;
  color: var(--ink) !important;
}

.btn-wa {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--wa) !important;
  color: #fff !important;
  border: 1px solid var(--wa) !important;
  border-radius: 4px !important;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: filter 0.15s ease;
}

.btn-wa:hover {
  filter: brightness(0.95);
  color: #fff !important;
}

/* Legacy aliases → 3-button system */
.btn-ink,
.btn-map-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: var(--ink) !important;
  color: #fff !important;
  border: 1px solid var(--ink) !important;
  border-radius: 4px !important;
  padding: 9px 16px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.btn-ink:hover,
.btn-map-dark:hover {
  background: var(--ink-soft) !important;
  border-color: var(--ink-soft) !important;
  color: #fff !important;
}

.btn-map,
.btn-line-light {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  background: transparent !important;
  color: var(--ink) !important;
  border: 1.5px solid #c5cbd3 !important;
  border-radius: 4px !important;
  padding: 8px 15px !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

.btn-map:hover {
  background: #f4f5f6 !important;
  border-color: #9aa3ae !important;
  color: var(--ink) !important;
}

/* Primary/outline on dark bands */
.cetin-hero .btn-site,
.cta-band .btn-site,
.cetin-hero .btn-ink,
.cta-band .btn-ink {
  background: #fff !important;
  color: var(--ink) !important;
  border-color: #fff !important;
}

.cetin-hero .btn-site:hover,
.cta-band .btn-site:hover,
.cetin-hero .btn-ink:hover,
.cta-band .btn-ink:hover {
  background: #f3f4f6 !important;
  border-color: #f3f4f6 !important;
  color: var(--ink) !important;
}

.cetin-hero .btn-site-outline,
.cetin-hero .btn-line-light {
  background: transparent !important;
  color: #fff !important;
  border: 1.5px solid rgb(255 255 255 / 55%) !important;
}

.cetin-hero .btn-site-outline:hover,
.cetin-hero .btn-line-light:hover {
  background: rgb(255 255 255 / 10%) !important;
  color: #fff !important;
}

.header-actions {
  gap: 8px !important;
  flex-shrink: 0;
  margin-left: 8px;
}

/* Main nav — clean text links like Hetzner */
.header .navmenu {
  margin: 0 0 0 auto;
}

.header .navmenu ul {
  gap: 4px;
  align-items: center;
}

.header .navmenu > ul > li {
  margin: 0 !important;
}

.header .navmenu > ul > li > a {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: #2f3640 !important;
  font-size: 0.9rem !important;
  font-weight: 600 !important;
  letter-spacing: 0;
  line-height: 1.15 !important;
  box-shadow: none !important;
  position: relative;
  transition: color 0.15s ease;
}

.header .navmenu > ul > li > a i {
  font-size: 0.7rem;
  opacity: 0.65;
}

.header .navmenu > ul > li > a::after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 4px;
  height: 2px;
  background: transparent;
  transition: background 0.15s ease;
}

.header .navmenu > ul > li > a:hover,
.header .navmenu > ul > li > a.active {
  border: 0 !important;
  background: transparent !important;
  color: var(--accent) !important;
  box-shadow: none !important;
}

.header .navmenu > ul > li > a:hover::after,
.header .navmenu > ul > li > a.active::after {
  background: var(--accent);
}

.header .navmenu .dropdown ul {
  border-radius: 4px !important;
  border: 1px solid #e6e8eb !important;
  padding: 8px !important;
  box-shadow: 0 16px 40px rgb(15 23 42 / 10%) !important;
  margin-top: 0 !important;
  background: #fff !important;
}

.header .navmenu .dropdown ul a {
  border-radius: 4px !important;
  padding: 9px 12px !important;
  font-size: 0.86rem !important;
  border: 0 !important;
  background: transparent !important;
  color: #2f3640 !important;
}

.header .navmenu .dropdown ul a:hover {
  background: #f4f5f6 !important;
  color: var(--ink) !important;
}

.header-actions .btn-wa,
.header-actions .btn-getstarted,
.header-actions .btn-site {
  border-radius: 4px !important;
}

@media (max-width: 1199px) {
  .header .header-topbar-inner,
  .header .header-main-inner {
    padding: 0 14px;
  }
  .header .header-main-inner {
    min-height: 58px;
  }
  .header .logo img {
    max-height: 36px;
  }
  .header .navmenu {
    margin-left: 0;
  }
}

@media (max-width: 991px) {
  .header .header-topbar-inner {
    min-height: 42px;
    gap: 8px;
  }

  .header .header-topbar-left {
    display: none;
  }

  .header .header-topbar-right {
    width: 100%;
    justify-content: flex-end;
    gap: 8px;
  }

  .header .topbar-pill {
    padding: 7px 12px;
    font-size: 0.78rem;
    border-radius: 3px;
    background: #fff;
    border-color: #cfd4da;
  }

  .header .topbar-pill-phone {
    border-color: #cfd4da;
  }

  .header .topbar-phone-full {
    display: none;
  }

  .header .topbar-phone-short {
    display: inline;
  }
}


/* Home hero */
.cetin-hero {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  padding: 170px 0 80px;
  overflow: hidden;
  background:
    linear-gradient(115deg, rgba(12, 26, 46, 0.86) 0%, rgba(12, 26, 46, 0.62) 42%, rgba(20, 85, 192, 0.45) 100%),
    url("../img/hero-bg.jpg?v=20260721b") center 35%/cover no-repeat;
}

.cetin-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.12), transparent 35%),
    radial-gradient(circle at 80% 70%, rgba(200, 146, 42, 0.18), transparent 30%);
  pointer-events: none;
  animation: heroGlow 10s ease-in-out infinite alternate;
}

@keyframes heroGlow {
  from { opacity: 0.7; transform: scale(1); }
  to { opacity: 1; transform: scale(1.04); }
}

.cetin-hero .hero-brand {
  max-height: 72px;
  width: auto;
  margin-bottom: 1.5rem;
  filter: none;
}

.cetin-hero .since {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.78rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cetin-hero .since i {
  width: 28px;
  height: 2px;
  background: var(--gold);
  display: inline-block;
}

.cetin-hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.cetin-hero h1 em {
  font-style: italic;
  color: #9ec5ff;
}

.cetin-hero .lead {
  color: rgb(255 255 255 / 86%);
  max-width: 34rem;
  font-size: 1.05rem;
  line-height: 1.75;
  border-left: 2px solid rgb(255 255 255 / 35%);
  padding-left: 1rem;
  margin-bottom: 1.75rem;
}

.cetin-hero .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.kpi-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border: 1px solid rgb(255 255 255 / 22%);
  border-radius: 4px;
  overflow: hidden;
  background: rgb(255 255 255 / 8%);
  backdrop-filter: blur(10px);
}

.kpi-row .kpi {
  padding: 1.1rem 1rem;
  border-right: 1px solid rgb(255 255 255 / 16%);
}

.kpi-row .kpi:last-child {
  border-right: 0;
}

.kpi-row .val {
  font-family: var(--heading-font);
  font-size: 1.6rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 0.35rem;
}

.kpi-row .lbl {
  color: rgb(255 255 255 / 72%);
  font-size: 0.78rem;
  font-weight: 600;
}

/* Sections */
.section-title h2 {
  color: var(--ink);
}

.section-title p {
  color: var(--muted);
}

.feature-card,
.service-card,
.brand-tile {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.5rem;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.info-panel {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.5rem;
  height: auto;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-card:hover,
.service-card:hover,
.brand-tile:hover {
  transform: translateY(-4px);
  border-color: rgb(20 85 192 / 35%);
  box-shadow: 0 16px 40px rgb(20 85 192 / 10%);
}

.service-card .icon-box,
.feature-card .icon-box,
.brand-tile .icon-box,
.info-panel > .icon-box,
.guide-head .icon-box {
  width: 52px;
  height: 52px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1.35rem;
  margin-bottom: 1rem;
  flex-shrink: 0;
}

.feature-card .icon-box {
  margin-bottom: 0.9rem;
}

.info-panel > .icon-box {
  width: 56px;
  height: 56px;
  font-size: 1.45rem;
}

.panel-icon {
  width: 36px;
  height: 36px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 1rem;
  margin-bottom: 0.7rem;
}

.guide-head {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 0.85rem;
}

.guide-head .icon-box {
  margin-bottom: 0;
}

.guide-head h2 {
  margin: 0;
  font-size: 1.45rem;
  line-height: 1.25;
}

.content-visual {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  margin-bottom: 1.25rem;
  background: #e8eef6;
  width: 70%;
  max-width: 520px;
  aspect-ratio: 16 / 10;
}

.content-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.content-visual.tall {
  aspect-ratio: 4 / 3;
}

.about-visual {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  height: 100%;
  min-height: 320px;
}

.about-visual img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
  object-position: center 30%;
}

.service-card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.65rem;
}


.service-card h3 a {
  color: var(--ink);
  text-decoration: none;
}

.service-card p {
  color: var(--muted);
  margin-bottom: 1rem;
}

.page-title {
  --page-title-nav: 100px; /* fixed topbar + main nav */
  --page-title-h: 160px;   /* visible content header band */
  position: relative;
  overflow: hidden;
  isolation: isolate;
  box-sizing: border-box !important;
  height: calc(var(--page-title-nav) + var(--page-title-h)) !important;
  min-height: calc(var(--page-title-nav) + var(--page-title-h)) !important;
  max-height: calc(var(--page-title-nav) + var(--page-title-h)) !important;
  padding: var(--page-title-nav) 0 0 !important;
  margin: 0 !important;
  display: flex !important;
  align-items: center;
  background:
    linear-gradient(135deg, #ffffff 0%, #f4f8fd 42%, #eef5fb 100%) !important;
  border-bottom: 1px solid rgb(221 230 242 / 70%);
}

@media (max-width: 1199px) {
  .page-title {
    --page-title-nav: 90px;
  }
}

.page-title::before,
.page-title::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
}

/* Soft luminous orbs */
.page-title::before {
  inset: -20% -10% -30% -10%;
  background:
    radial-gradient(ellipse 42% 55% at 8% 20%, rgb(20 85 192 / 16%), transparent 60%),
    radial-gradient(ellipse 38% 48% at 92% 18%, rgb(56 148 220 / 14%), transparent 62%),
    radial-gradient(ellipse 46% 50% at 78% 88%, rgb(200 146 42 / 12%), transparent 64%),
    radial-gradient(ellipse 36% 42% at 22% 92%, rgb(125 180 235 / 14%), transparent 60%);
  filter: blur(8px);
  animation: pageAura 14s ease-in-out infinite alternate;
}

/* Elegant flowing ribbon lines */
.page-title::after {
  inset: 0;
  opacity: 0.55;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='420' viewBox='0 0 1400 420' fill='none'%3E%3Cpath d='M-40 290C180 210 320 360 520 280C720 200 860 120 1080 180C1240 224 1360 250 1460 210' stroke='%231455c0' stroke-opacity='0.16' stroke-width='1.6'/%3E%3Cpath d='M-60 330C160 250 340 390 560 310C780 230 940 150 1160 210C1300 250 1400 270 1500 240' stroke='%231a6bd6' stroke-opacity='0.12' stroke-width='1.2'/%3E%3Cpath d='M-20 180C200 120 360 240 560 170C760 100 940 60 1160 110C1300 145 1400 160 1500 130' stroke='%23c8922a' stroke-opacity='0.14' stroke-width='1.4'/%3E%3Ccircle cx='1180' cy='96' r='54' fill='%231455c0' fill-opacity='0.05'/%3E%3Ccircle cx='210' cy='300' r='70' fill='%23c8922a' fill-opacity='0.05'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

@keyframes pageAura {
  from { transform: translate3d(0, 0, 0) scale(1); }
  to { transform: translate3d(1.5%, -1.2%, 0) scale(1.04); }
}

.page-title .container {
  position: relative;
  z-index: 1;
  width: 100%;
  height: var(--page-title-h, 160px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.page-title h1 {
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  color: var(--ink);
  margin-bottom: 0.25rem;
  line-height: 1.2;
}

.page-title .breadcrumbs ol {
  font-size: 0.85rem;
}

.page-title > .container > p {
  margin: 0.35rem 0 0;
  font-size: 0.9rem;
  line-height: 1.35;
  max-height: 2.7em;
  overflow: hidden;
}

.page-title .breadcrumbs ol,
.page-title .breadcrumbs a,
.page-title .breadcrumbs .current,
.page-title p {
  color: var(--muted);
  position: relative;
  z-index: 1;
}

.page-title .breadcrumbs a:hover {
  color: var(--accent);
}

.brand-tile img {
  max-height: 36px;
  max-width: 110px;
  object-fit: contain;
}

.cta-band {
  background: linear-gradient(120deg, var(--ink), var(--accent));
  color: #fff;
  border-radius: 4px;
  padding: 2.5rem;
}

.cta-band h2 {
  color: #fff;
}

.guide-article {
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.75rem;
  margin-bottom: 1.25rem;
}

.guide-article h2 {
  font-size: 1.45rem;
  margin-bottom: 0.75rem;
}

.contact-card {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: #fff;
  border: 1px solid var(--border);
  border-radius: 4px;
  padding: 1.15rem 1.25rem;
}

.contact-visual {
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid var(--border);
  background: #e8eef6;
  aspect-ratio: 4 / 3;
}

.contact-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 25%;
}

.contact-card-icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  display: grid;
  place-items: center;
  font-size: 1.15rem;
  color: #fff;
  background: var(--accent);
}

.contact-card-icon.phone {
  background: linear-gradient(135deg, #1455c0, #1a6bd6);
}

.contact-card-icon.whatsapp {
  background: linear-gradient(135deg, #1dae57, #25d366);
}

.contact-card-icon.email {
  background: linear-gradient(135deg, #0c1a2e, #1a2e4a);
}

.contact-card-icon.address {
  background: linear-gradient(135deg, #b07a1e, #c8922a);
}

.contact-card-body {
  min-width: 0;
  flex: 1;
}

.contact-card-body .h6 {
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-weight: 700;
}

.contact-card-body p {
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.45;
  margin-bottom: 0.75rem;
}

.contact-card a {
  color: var(--accent);
  text-decoration: none;
  font-weight: 700;
}

.contact-card a:hover {
  color: var(--ink);
}

.contact-map {
  display: block;
  width: 100%;
  height: 360px;
  min-height: 0;
  border: 0;
  vertical-align: top;
}

.map-panel {
  border: 1px solid var(--border);
  height: auto !important;
  max-height: none;
  line-height: 0;
}

.directions-form .btn-wa {
  border: 0;
  cursor: pointer;
}

.directions-card .form-control {
  border: 1px solid #d1d5db;
}


.footer {
  background: var(--ink) !important;
  color: #d7e3f4 !important;
}

.footer .sitename,
.footer .footer-about .logo span,
.footer h4 {
  color: #ffffff !important;
}

.footer .footer-about p,
.footer .footer-contact p,
.footer .copyright,
.footer .copyright p,
.footer .credits {
  color: #c5d5eb !important;
}

.footer .footer-links ul a,
.footer .footer-links ul i,
.footer .footer-contact a,
.footer a {
  color: #e8f0fb !important;
}

.footer .footer-links ul a:hover,
.footer .footer-contact a:hover,
.footer a:hover {
  color: #ffffff !important;
}

.footer .social-links a {
  color: #ffffff !important;
  border-color: rgb(255 255 255 / 35%) !important;
}

.footer .social-links a:hover {
  color: #ffffff !important;
  border-color: var(--accent-2) !important;
  background: rgb(255 255 255 / 8%);
}

.footer h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 36px;
  height: 2px;
  background: var(--accent-2);
  border-radius: 4px;
}

@media (max-width: 991px) {
  .kpi-row {
    grid-template-columns: 1fr 1fr;
  }
  .kpi-row .kpi:nth-child(2) {
    border-right: 0;
  }
  .kpi-row .kpi:nth-child(1),
  .kpi-row .kpi:nth-child(2) {
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
}

@media (max-width: 575px) {
  .cetin-hero {
    min-height: auto;
    padding: 120px 0 64px;
  }
  .kpi-row {
    grid-template-columns: 1fr;
  }
  .kpi-row .kpi {
    border-right: 0;
    border-bottom: 1px solid rgb(255 255 255 / 16%);
  }
}

/* Service process — Keşif → Teklif → Montaj → Teslim */
.service-process {
  margin-top: 2rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid var(--border);
  border-radius: 4px;
  background: #fff;
}

.service-process .h5 {
  color: var(--ink);
  font-weight: 700;
  margin-bottom: 1rem !important;
}

.process-steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.85rem;
}

.process-step {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  min-width: 0;
}

.process-num {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background: var(--ink);
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.process-step strong {
  display: block;
  color: var(--ink);
  font-size: 0.92rem;
  margin-bottom: 0.15rem;
}

.process-step p {
  margin: 0;
  color: #5a6169;
  font-size: 0.82rem;
  line-height: 1.45;
}

@media (max-width: 991px) {
  .process-steps {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575px) {
  .process-steps {
    grid-template-columns: 1fr;
  }
}

/* 4px corners site-wide */
.card,
.form-control,
.form-select,
.btn,
.btn-ink,
.btn-line-light,
.btn-wa,
.btn-getstarted,
.btn-site,
.btn-site-outline,
.btn-map,
.php-email-form input,
.php-email-form textarea,
.php-email-form select,
.scroll-top,
.info-panel,
.feature-card,
.service-card,
.brand-tile,
.contact-card,
.guide-article,
.cta-band,
.kpi-row,
.map-panel,
.icon-box,
.panel-icon,
.content-visual,
.about-visual,
.contact-visual,
.service-process,
.header .header-main,
.img-fluid,
.rounded,
.rounded-1,
.rounded-2,
.rounded-3,
.rounded-4,
.rounded-5,
.modal-content,
.dropdown-menu,
.accordion-item,
.accordion-button,
.nav-pills .nav-link,
.badge,
.alert,
.list-group-item:first-child,
.list-group-item:last-child,
.header .navmenu > ul > li > a,
.header .navmenu .dropdown ul,
.header .navmenu .dropdown ul a {
  border-radius: 4px !important;
}

.rounded-circle,
.rounded-pill {
  border-radius: 4px !important;
}
