:root {
  --dark: #0b1f2a;
  --dark-2: #102f3d;
  --petrol: #1f5f74;
  --petrol-soft: #e8f0f2;
  --copper: #c47a3c;
  --copper-dark: #9d5c2a;
  --whatsapp: #25d366;
  --whatsapp-dark: #1ebe5d;
  --white: #ffffff;
  --text: #17212b;
  --muted: #667085;
  --light: #f4f7f8;
  --border: #dce5e8;
  --shadow: 0 22px 60px rgba(8, 30, 42, 0.16);
  --radius: 22px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

/* HEADER */

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(11, 31, 42, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 12px;
}

.brand-mark {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(196, 122, 60, 0.55);
  background: rgba(196, 122, 60, 0.12);
  color: var(--copper);
  border-radius: 14px;
  font-weight: 900;
}

.brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.15;
}

.brand-text strong {
  font-size: 20px;
  letter-spacing: -0.3px;
}

.brand-text small {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
  margin-top: 3px;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 8px;
}

.nav-menu a {
  color: rgba(255, 255, 255, 0.78);
  padding: 10px 14px;
  border-radius: 12px;
  font-weight: 700;
  transition: 0.25s;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: var(--white);
  background: rgba(255, 255, 255, 0.08);
}

.nav-phone {
  background: var(--copper) !important;
  color: var(--white) !important;
}

.nav-phone:hover {
  background: var(--copper-dark) !important;
}

.nav-whatsapp {
  background: var(--whatsapp) !important;
  color: var(--white) !important;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.nav-whatsapp:hover {
  background: var(--whatsapp-dark) !important;
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 27px;
  height: 3px;
  background: var(--white);
  border-radius: 999px;
  margin: 5px auto;
}

/* WHATSAPP ICON */

.wa-icon,
.wa-icon-small {
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  flex: 0 0 auto;
  background: var(--white);
}

.wa-icon {
  width: 28px;
  height: 28px;
}

.wa-icon svg {
  width: 21px;
  height: 21px;
  fill: var(--whatsapp);
}

.wa-icon-small {
  width: 21px;
  height: 21px;
}

.wa-icon-small svg {
  width: 16px;
  height: 16px;
  fill: var(--whatsapp);
}

/* BUTTONS */

.btn {
  min-height: 52px;
  padding: 13px 23px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  font-weight: 900;
  transition: 0.25s;
  border: 1px solid transparent;
}

.btn-main {
  background: var(--copper);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(196, 122, 60, 0.24);
}

.btn-main:hover {
  background: var(--copper-dark);
  transform: translateY(-2px);
}

.btn-whatsapp {
  background: var(--whatsapp);
  color: var(--white);
  box-shadow: 0 16px 32px rgba(37, 211, 102, 0.22);
}

.btn-whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-2px);
}

/* HERO */

.hero {
  min-height: calc(100vh - 76px);
  position: relative;
  display: flex;
  align-items: center;
  color: var(--white);
  background-image: url("../images/arkaplan.jpeg");
  background-size: cover;
  background-position: center;
}

.hero-shade {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(11, 31, 42, 0.95), rgba(11, 31, 42, 0.72), rgba(11, 31, 42, 0.25)),
    linear-gradient(0deg, rgba(11, 31, 42, 0.4), rgba(11, 31, 42, 0.1));
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 330px;
  gap: 40px;
  align-items: end;
  padding: 92px 0;
}

.hero-content {
  max-width: 760px;
}

.eyebrow,
.section-head span,
.page-title span,
.contact-strip span {
  display: inline-block;
  color: var(--copper);
  font-weight: 900;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 12px;
}

.hero h1 {
  font-size: clamp(42px, 6vw, 76px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  margin-bottom: 22px;
}

.hero p {
  max-width: 640px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.78);
  margin-bottom: 30px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.hero-info {
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.13);
  backdrop-filter: blur(14px);
  border-radius: var(--radius);
  padding: 25px;
}

.hero-info span {
  color: rgba(255, 255, 255, 0.6);
  font-size: 13px;
}

.hero-info strong {
  display: block;
  color: var(--white);
  font-size: 26px;
  margin: 6px 0 8px;
}

.hero-info p {
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
  font-size: 15px;
}

/* SECTIONS */

.section-head {
  max-width: 680px;
  text-align: center;
  margin: 0 auto 42px;
}

.section-head.left {
  text-align: left;
  margin-left: 0;
}

.section-head h2,
.about-content h2,
.contact-panel h2,
.contact-card-dark h2,
.contact-strip h2,
.area-box h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.12;
  letter-spacing: -1.4px;
}

.services {
  padding: 92px 0;
  background: var(--light);
}

.service-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-item {
  padding: 34px;
  border-right: 1px solid var(--border);
  min-height: 245px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-item:last-child {
  border-right: 0;
}

.service-item span {
  color: var(--copper);
  font-weight: 900;
  font-size: 14px;
}

.service-item h3 {
  font-size: 25px;
  margin-bottom: 10px;
}

.service-item p {
  color: var(--muted);
}

/* ABOUT */

.about-block {
  padding: 96px 0;
  background: var(--white);
}

.about-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
}

.about-image img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.about-content p {
  color: var(--muted);
  font-size: 17px;
  margin-top: 16px;
}

.text-link {
  display: inline-flex;
  margin-top: 24px;
  color: var(--copper);
  font-weight: 900;
  border-bottom: 2px solid var(--copper);
}

/* PROCESS */

.process-section {
  padding: 92px 0;
  background: var(--petrol-soft);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.process-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 14px 36px rgba(8, 30, 42, 0.08);
}

.process-card small {
  color: var(--copper);
  font-weight: 900;
  font-size: 14px;
}

.process-card h3 {
  font-size: 23px;
  margin: 18px 0 10px;
}

.process-card p {
  color: var(--muted);
}

/* GALLERY */

.gallery {
  padding: 92px 0;
  background: var(--dark);
  color: var(--white);
}

.gallery .section-head h2 {
  color: var(--white);
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 18px;
}

.gallery-grid a {
  min-height: 270px;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--dark-2);
}

.gallery-grid a:first-child {
  grid-row: span 2;
}

.gallery-grid img {
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  transition: 0.35s;
  opacity: 0.92;
}

.gallery-grid a:hover img {
  transform: scale(1.04);
  opacity: 1;
}

.gallery-card {
  position: relative;
}

.gallery-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 31, 42, 0.82), rgba(11, 31, 42, 0.05));
  opacity: 0.9;
  transition: 0.25s;
}

.gallery-card div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 20px;
  z-index: 2;
}

.gallery-card span {
  display: block;
  color: var(--copper);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.gallery-card strong {
  color: var(--white);
  font-size: 22px;
}

.gallery-card:hover::after {
  opacity: 1;
}

/* REVIEWS */

.reviews-section {
  padding: 92px 0;
  background: var(--white);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.review-card {
  background: var(--light);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px;
}

.review-card p {
  color: var(--text);
  font-size: 17px;
  margin-bottom: 20px;
}

.review-card strong {
  color: var(--copper);
  font-size: 14px;
}

/* FAQ */

.faq-section {
  padding: 92px 0;
  background: var(--light);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(8, 30, 42, 0.06);
}

.faq-question {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  color: var(--text);
  font-size: 18px;
  font-weight: 900;
}

.faq-question span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  background: var(--petrol-soft);
  color: var(--copper);
  border-radius: 50%;
  font-size: 22px;
  flex: 0 0 auto;
}

.faq-answer {
  display: none;
  padding: 0 24px 22px;
}

.faq-answer p {
  color: var(--muted);
}

.faq-item.active .faq-answer {
  display: block;
}

.faq-item.active .faq-question span {
  background: var(--copper);
  color: var(--white);
}

/* AREA */

.area-section {
  padding: 82px 0;
  background: var(--white);
}

.area-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 34px;
  align-items: center;
  background: var(--dark);
  color: var(--white);
  border-radius: 30px;
  padding: 42px;
  box-shadow: var(--shadow);
}

.area-box p {
  color: rgba(255, 255, 255, 0.72);
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.area-tags span {
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 11px 14px;
  border-radius: 999px;
  font-weight: 800;
}

/* SEO */

.seo-section {
  padding: 70px 0;
  background: var(--white);
}

.seo-box {
  border-left: 4px solid var(--copper);
  background: var(--petrol-soft);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 28px;
}

.seo-box span {
  display: block;
  color: var(--copper);
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.seo-box p {
  color: var(--muted);
  max-width: 920px;
}

/* CONTACT STRIP */

.contact-strip {
  padding: 72px 0;
  background: var(--petrol-soft);
}

.strip-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 28px;
  padding: 38px;
  box-shadow: 0 18px 48px rgba(8, 30, 42, 0.08);
}

.strip-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

/* CONTACT PAGE */

.page-title {
  padding: 92px 0;
  background:
    linear-gradient(135deg, rgba(11, 31, 42, 0.94), rgba(31, 95, 116, 0.9)),
    url("../images/arkaplan.jpeg");
  background-size: cover;
  background-position: center;
  color: var(--white);
}

.page-title h1 {
  max-width: 760px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: 1.05;
  letter-spacing: -2px;
  margin-bottom: 14px;
}

.page-title p {
  max-width: 660px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
}

.contact-page {
  padding: 92px 0;
  background: var(--light);
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 0.92fr;
  gap: 28px;
  align-items: start;
}

.contact-panel {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px;
  box-shadow: 0 18px 48px rgba(8, 30, 42, 0.08);
}

.info-row {
  padding: 22px 0;
  border-bottom: 1px solid var(--border);
}

.info-row:last-child {
  border-bottom: 0;
}

.info-row small {
  display: block;
  color: var(--muted);
  margin-bottom: 6px;
  font-weight: 800;
}

.info-row a,
.info-row strong {
  font-size: 20px;
  font-weight: 900;
  color: var(--text);
}

.whatsapp-inline {
  color: var(--whatsapp) !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.contact-card-dark {
  background: var(--dark);
  color: var(--white);
  border-radius: var(--radius);
  padding: 36px;
  position: sticky;
  top: 98px;
  box-shadow: var(--shadow);
}

.contact-card-dark p {
  color: rgba(255, 255, 255, 0.72);
  margin: 16px 0 24px;
}

.contact-buttons {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.map-area {
  padding: 0 0 92px;
  background: var(--light);
}

.map-box {
  height: 500px;
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--white);
}

.map-box iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* FLOATING WHATSAPP */

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 1001;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--whatsapp);
  color: var(--white);
  padding: 13px 18px;
  border-radius: 999px;
  font-weight: 900;
  box-shadow: 0 18px 40px rgba(37, 211, 102, 0.35);
  transition: 0.25s;
}

.floating-whatsapp:hover {
  background: var(--whatsapp-dark);
  transform: translateY(-3px);
}

.mobile-bottom-bar {
  display: none;
}

/* FOOTER */

.site-footer {
  background: var(--dark);
  color: var(--white);
  padding-top: 54px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 0.9fr;
  gap: 32px;
  padding-bottom: 40px;
}

.footer-brand {
  color: var(--white);
  font-weight: 900;
  font-size: 26px;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.64);
  margin-top: 8px;
}

.site-footer h4 {
  color: var(--copper);
  margin-bottom: 12px;
}

.site-footer a {
  display: flex;
  width: fit-content;
  align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  margin-top: 10px;
}

.footer-whatsapp {
  color: var(--whatsapp) !important;
}

.footer-region {
  font-size: 14px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 18px 0;
  text-align: center;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.48);
}

/* SCROLL ANIMATION */

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: 0.7s ease;
}

.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* RESPONSIVE */

@media (max-width: 992px) {
  .hero-inner,
  .about-grid,
  .contact-layout,
  .area-box {
    grid-template-columns: 1fr;
  }

  .service-list {
    grid-template-columns: 1fr;
  }

  .service-item {
    border-right: 0;
    border-bottom: 1px solid var(--border);
    min-height: auto;
    gap: 30px;
  }

  .service-item:last-child {
    border-bottom: 0;
  }

  .process-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-grid {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-grid a:first-child {
    grid-row: auto;
  }

  .contact-card-dark {
    position: static;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .strip-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  body {
    padding-bottom: 74px;
  }

  .container {
    width: min(100% - 24px, 1180px);
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-logo {
    width: 46px;
    height: 46px;
  }

  .brand-mark {
    width: 42px;
    height: 42px;
  }

  .brand-text strong {
    font-size: 18px;
  }

  .brand-text small {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .nav-menu {
    display: none;
    position: fixed;
    top: 68px;
    left: 12px;
    right: 12px;
    background: var(--dark-2);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 18px;
    padding: 13px;
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-menu.show {
    display: flex;
  }

  .nav-menu a {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 14px 16px;
  }

  .hero {
    min-height: auto;
  }

  .hero-shade {
    background: rgba(11, 31, 42, 0.82);
  }

  .hero-inner {
    padding: 78px 0;
  }

  .hero h1 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-actions,
  .strip-actions,
  .contact-buttons {
    width: 100%;
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .services,
  .about-block,
  .gallery,
  .contact-page,
  .process-section,
  .reviews-section,
  .faq-section {
    padding: 66px 0;
  }

  .about-image img {
    height: 330px;
  }

  .process-grid,
  .reviews-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid a,
  .gallery-grid img {
    min-height: 260px;
  }

  .strip-inner {
    padding: 26px;
  }

  .page-title {
    padding: 72px 0;
  }

  .contact-panel,
  .contact-card-dark {
    padding: 26px;
  }

  .faq-question {
    font-size: 16px;
    padding: 19px;
  }

  .faq-answer {
    padding: 0 19px 19px;
  }

  .area-section {
    padding: 66px 0;
  }

  .area-box {
    padding: 28px;
    border-radius: 24px;
  }

  .seo-box {
    padding: 22px;
  }

  .map-box {
    height: 360px;
  }

  .floating-whatsapp {
    display: none;
  }

  .mobile-bottom-bar {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 1200;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: rgba(11, 31, 42, 0.92);
    backdrop-filter: blur(12px);
    padding: 10px;
    border-radius: 18px;
    box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  }

  .mobile-bottom-bar a {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border-radius: 13px;
    color: var(--white);
    font-weight: 900;
  }

  .mobile-call {
    background: var(--copper);
  }

  .mobile-wa {
    background: var(--whatsapp);
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 34px;
  }

  .section-head h2,
  .about-content h2,
  .contact-panel h2,
  .contact-card-dark h2,
  .contact-strip h2,
  .area-box h2 {
    font-size: 28px;
  }

  .map-box {
    height: 320px;
  }
}
/* FONT SOFTENING */

body {
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-weight: 400;
}

.brand-text strong {
  font-weight: 700;
}

.brand-mark {
  font-weight: 700;
}

.nav-menu a {
  font-weight: 600;
}

.btn {
  font-weight: 700;
}

.eyebrow,
.section-head span,
.page-title span,
.contact-strip span,
.seo-box span,
.gallery-card span {
  font-weight: 700;
  letter-spacing: 1px;
}

.hero h1,
.section-head h2,
.about-content h2,
.contact-panel h2,
.contact-card-dark h2,
.contact-strip h2,
.area-box h2,
.page-title h1 {
  font-weight: 700;
}

.hero-info strong,
.service-item h3,
.process-card h3,
.gallery-card strong,
.info-row a,
.info-row strong,
.faq-question {
  font-weight: 700;
}

.service-item span,
.process-card small,
.review-card strong,
.area-tags span,
.site-footer a,
.footer-brand {
  font-weight: 600;
}
.nav-phone {
  padding: 10px 18px !important;
}
.brand-logo {
  width: 54px;
  height: 54px;
  object-fit: contain;
  border-radius: 12px;
}
/* =========================================================
   GUNCEL HERO ARKA PLAN VE KORAY KARAMAN ILETISIM KARTI
   ========================================================= */

.hero {
  min-height: calc(100vh - 76px);
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background-image: url("../images/arkaplan.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 58%;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(
      90deg,
      rgba(5, 22, 31, 0.94) 0%,
      rgba(5, 22, 31, 0.78) 38%,
      rgba(5, 22, 31, 0.43) 67%,
      rgba(5, 22, 31, 0.24) 100%
    ),
    linear-gradient(
      0deg,
      rgba(5, 22, 31, 0.52) 0%,
      rgba(5, 22, 31, 0.08) 58%,
      rgba(5, 22, 31, 0.16) 100%
    );
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 48px;
  align-items: center;
  padding: 72px 0;
}

.hero-content {
  width: 100%;
  max-width: 770px;
}

.hero h1 {
  max-width: 760px;
  font-size: clamp(42px, 5.4vw, 76px);
  line-height: 1.02;
  letter-spacing: -2.8px;
  margin-bottom: 22px;
  text-shadow: 0 5px 24px rgba(0, 0, 0, 0.22);
}

.hero p {
  max-width: 650px;
  font-size: 19px;
  color: rgba(255, 255, 255, 0.86);
  margin-bottom: 30px;
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.hero-info {
  align-self: center;
  background: rgba(10, 28, 37, 0.58);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-radius: var(--radius);
  padding: 27px;
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

.hero-info p {
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
  font-size: 15px;
  text-shadow: none;
}

.hero-contact-card {
  width: min(100%, 280px);
  margin-top: 20px;
  padding: 8px 14px;
  background: rgba(10, 28, 37, 0.66);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 17px;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.24);
}

.hero-contact-row {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.hero-contact-row:last-child {
  border-bottom: 0;
}

.hero-contact-row:hover {
  transform: translateX(3px);
}

.hero-contact-row > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.hero-contact-row small {
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 10px;
  line-height: 1.2;
}

.hero-contact-row strong {
  color: var(--white);
  font-size: 15px;
  line-height: 1.2;
  white-space: nowrap;
}

.hero-contact-icon {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.09);
}

.hero-contact-icon svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}

@media (max-width: 992px) {
  .hero {
    min-height: auto;
    background-position: 58% center;
  }

  .hero-inner {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 82px 0;
  }

  .hero-content {
    max-width: 760px;
  }

  .hero-info {
    width: min(100%, 420px);
  }
}

@media (max-width: 768px) {
  .hero {
    min-height: auto;
    background-position: 63% center;
  }

  .hero-shade {
    background:
      linear-gradient(
        90deg,
        rgba(5, 22, 31, 0.95),
        rgba(5, 22, 31, 0.76)
      ),
      linear-gradient(
        0deg,
        rgba(5, 22, 31, 0.58),
        rgba(5, 22, 31, 0.16)
      );
  }

  .hero-inner {
    padding: 70px 0;
  }

  .hero h1 {
    font-size: 40px;
    letter-spacing: -1.5px;
  }

  .hero p {
    font-size: 17px;
  }

  .hero-contact-card {
    width: min(100%, 280px);
  }

  .hero-info {
    width: 100%;
    max-width: none;
  }
}

@media (max-width: 420px) {
  .hero {
    background-position: 66% center;
  }

  .hero h1 {
    font-size: 34px;
  }

  .hero-contact-card {
    width: 260px;
    max-width: 100%;
    padding: 7px 12px;
  }

  .hero-contact-row {
    min-height: 50px;
  }

  .hero-contact-row strong {
    font-size: 14px;
  }
}
.hero-contact-card {
  width: 220px !important;
  margin-top: 14px !important;
  padding: 6px 10px !important;
  border-radius: 14px !important;
}

.hero-contact-row {
  min-height: 42px !important;
  gap: 8px !important;
}

.hero-contact-icon {
  width: 28px !important;
  height: 28px !important;
  flex: 0 0 28px !important;
}

.hero-contact-icon svg {
  width: 13px !important;
  height: 13px !important;
}

.hero-contact-row small {
  font-size: 8px !important;
  margin-bottom: 0 !important;
}

.hero-contact-row strong {
  font-size: 12px !important;
  line-height: 1.1 !important;
}
.hero-inner {
  grid-template-columns: minmax(0, 700px) 290px !important;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.hero-contact-card {
  position: relative;
  width: 270px !important;
  margin: 110px 0 0 !important;
  padding: 10px 16px !important;
  border-radius: 17px !important;
  background: rgba(7, 24, 33, 0.74) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.3);
}

.hero-contact-row {
  min-height: 58px !important;
  gap: 12px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.hero-contact-row:last-child {
  border-bottom: none;
}

.hero-contact-icon {
  width: 36px !important;
  height: 36px !important;
  flex: 0 0 36px !important;
}

.hero-contact-icon svg {
  width: 17px !important;
  height: 17px !important;
}

.hero-contact-row small {
  font-size: 10px !important;
  margin-bottom: 2px !important;
}

.hero-contact-row strong {
  font-size: 15px !important;
  line-height: 1.2 !important;
}

@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 28px;
  }

  .hero-contact-card {
    width: 270px !important;
    margin: 5px 0 0 !important;
  }
}

@media (max-width: 600px) {
  .hero-contact-card {
    width: 245px !important;
    padding: 8px 13px !important;
  }

  .hero-contact-row {
    min-height: 53px !important;
  }

  .hero-contact-row strong {
    font-size: 14px !important;
  }
}
.hero-contact-card {
  width: 285px !important;
  padding: 12px 18px !important;
}

.hero-contact-row {
  min-height: 62px !important;
  gap: 13px !important;
}

.hero-contact-icon {
  width: 38px !important;
  height: 38px !important;
  flex: 0 0 38px !important;
}

.hero-contact-icon svg {
  width: 18px !important;
  height: 18px !important;
}

.hero-contact-row small {
  font-size: 11px !important;
}

.hero-contact-row strong {
  font-size: 16px !important;
}
.hero-contact-card {
  transform: translateX(-170px) !important;
}
.business-status {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(8, 25, 34, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.business-status .status-dot {
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
}

.business-status div {
  display: flex;
  flex-direction: column;
}

.business-status strong {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
}

.business-status small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 11px;
}

.business-status.is-open .status-dot {
  background: #22c55e;
  box-shadow: 0 0 0 5px rgba(34, 197, 94, 0.15);
}

.business-status.is-closed .status-dot {
  background: #ef4444;
  box-shadow: 0 0 0 5px rgba(239, 68, 68, 0.15);
}

@media (max-width: 600px) {
  .business-status {
    padding: 9px 12px;
  }

  .business-status strong {
    font-size: 13px;
  }

  .business-status small {
    font-size: 10px;
  }
}
/* =========================================================
   FINAL MOBILE RESPONSIVE OVERRIDES
   ========================================================= */

html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.hero {
  background-image: url("../images/arkaplan.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 58%;
}

.secondary-contact {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.secondary-contact span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 12px;
}

.secondary-contact strong {
  font-size: 17px;
}

.secondary-contact a {
  color: var(--copper);
  font-weight: 800;
}

@media (max-width: 992px) {
  .hero-inner {
    grid-template-columns: 1fr !important;
    gap: 26px !important;
    align-items: start !important;
  }

  .hero-contact-card {
    transform: none !important;
    margin: 0 !important;
    width: min(100%, 340px) !important;
  }
}

@media (max-width: 768px) {
  :root {
    --radius: 18px;
  }

  body {
    padding-bottom: 82px;
  }

  .container {
    width: calc(100% - 28px);
  }

  .site-header {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
  }

  .header-inner {
    min-height: 66px;
    gap: 10px;
  }

  .brand {
    min-width: 0;
    gap: 9px;
  }

  .brand-logo {
    width: 44px;
    height: 44px;
    border-radius: 10px;
  }

  .brand-text {
    min-width: 0;
  }

  .brand-text strong {
    font-size: 17px;
    white-space: nowrap;
  }

  .brand-text small {
    display: none;
  }

  .menu-toggle {
    display: block;
    flex: 0 0 44px;
  }

  .nav-menu {
    top: 72px;
    left: 14px;
    right: 14px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
  }

  .hero {
    min-height: auto;
    background-position: 62% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(5, 22, 31, 0.94), rgba(5, 22, 31, 0.7)),
      linear-gradient(0deg, rgba(5, 22, 31, 0.6), rgba(5, 22, 31, 0.18));
  }

  .hero-inner {
    padding: 58px 0 52px !important;
  }

  .hero-content {
    max-width: 100%;
  }

  .hero h1 {
    font-size: clamp(34px, 10vw, 46px);
    line-height: 1.06;
    letter-spacing: -1.4px;
    overflow-wrap: anywhere;
  }

  .hero p {
    font-size: 16px;
    line-height: 1.65;
    margin-bottom: 24px;
  }

  .hero-actions,
  .strip-actions,
  .contact-buttons {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .btn {
    width: 100%;
    min-height: 50px;
    padding: 12px 16px;
  }

  .business-status {
    width: 100%;
    max-width: 340px;
    margin-top: 14px;
  }

  .hero-contact-card {
    width: 100% !important;
    max-width: 340px;
    padding: 10px 14px !important;
  }

  .hero-contact-row {
    min-height: 56px !important;
  }

  .services,
  .about-block,
  .process-section,
  .gallery,
  .reviews-section,
  .faq-section,
  .contact-page {
    padding: 58px 0;
  }

  .section-head {
    margin-bottom: 30px;
  }

  .section-head h2,
  .about-content h2,
  .contact-panel h2,
  .contact-card-dark h2,
  .contact-strip h2,
  .area-box h2 {
    font-size: clamp(28px, 8vw, 36px);
    letter-spacing: -0.8px;
  }

  .service-item,
  .process-card,
  .review-card,
  .contact-panel,
  .contact-card-dark {
    padding: 24px;
  }

  .about-grid {
    gap: 28px;
  }

  .about-image img {
    height: auto;
    max-height: 420px;
    aspect-ratio: 4 / 3;
  }

  .about-content p {
    font-size: 16px;
  }

  .process-grid,
  .reviews-grid,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid a,
  .gallery-grid img {
    min-height: 0;
  }

  .gallery-grid a {
    aspect-ratio: 4 / 3;
  }

  .gallery-card div {
    left: 16px;
    right: 16px;
    bottom: 14px;
  }

  .gallery-card strong {
    font-size: 18px;
  }

  .faq-question {
    align-items: flex-start;
    font-size: 16px;
    line-height: 1.4;
  }

  .area-section {
    padding: 58px 0;
  }

  .area-box {
    gap: 24px;
    padding: 24px;
  }

  .area-tags span {
    padding: 9px 12px;
    font-size: 14px;
  }

  .seo-section {
    padding: 48px 0;
  }

  .contact-strip {
    padding: 54px 0;
  }

  .strip-inner {
    padding: 24px;
  }

  .page-title {
    padding: 62px 0;
    background-image:
      linear-gradient(135deg, rgba(11, 31, 42, 0.94), rgba(31, 95, 116, 0.82)),
      url("../images/arkaplan.jpeg");
  }

  .page-title h1 {
    font-size: clamp(34px, 10vw, 46px);
    letter-spacing: -1px;
  }

  .page-title p {
    font-size: 16px;
  }

  .info-row a,
  .info-row strong {
    font-size: 17px;
    overflow-wrap: anywhere;
  }

  .map-area {
    padding-bottom: 58px;
  }

  .map-box {
    height: 320px;
  }

  .footer-grid {
    gap: 28px;
  }

  .site-footer {
    padding-top: 44px;
  }

  .mobile-bottom-bar {
    left: 8px;
    right: 8px;
    bottom: max(8px, env(safe-area-inset-bottom));
    grid-template-columns: 1fr 1fr;
    padding: 8px;
  }

  .mobile-bottom-bar a {
    min-width: 0;
    font-size: 14px;
  }
}

@media (max-width: 420px) {
  .container {
    width: calc(100% - 22px);
  }

  .hero {
    background-position: 66% center;
  }

  .hero-inner {
    padding-top: 46px !important;
  }

  .hero h1 {
    font-size: 32px;
  }

  .eyebrow,
  .section-head span,
  .page-title span,
  .contact-strip span {
    font-size: 11px;
    letter-spacing: 1px;
  }

  .hero-contact-card {
    max-width: none;
  }

  .hero-contact-row strong {
    font-size: 15px !important;
  }

  .service-item h3,
  .process-card h3 {
    font-size: 21px;
  }

  .gallery-grid a {
    aspect-ratio: 1 / 1;
  }

  .contact-panel,
  .contact-card-dark,
  .area-box,
  .strip-inner {
    padding: 20px;
  }

  .map-box {
    height: 280px;
  }
}

@media (max-width: 350px) {
  .brand-text strong {
    font-size: 15px;
  }

  .brand-logo {
    width: 40px;
    height: 40px;
  }

  .hero h1 {
    font-size: 29px;
  }

  .mobile-bottom-bar a {
    font-size: 13px;
  }
}
.hero-contact-card {
  width: 340px !important;
  padding: 16px 20px !important;
  border-radius: 20px !important;
}

.hero-contact-row {
  min-height: 72px !important;
  gap: 15px !important;
}

.hero-contact-icon {
  width: 44px !important;
  height: 44px !important;
  flex: 0 0 44px !important;
}

.hero-contact-icon svg {
  width: 21px !important;
  height: 21px !important;
}

.hero-contact-row small {
  font-size: 12px !important;
  margin-bottom: 3px !important;
}

.hero-contact-row strong {
  font-size: 18px !important;
  line-height: 1.2 !important;
}

@media (max-width: 992px) {
  .hero-contact-card {
    width: 300px !important;
    transform: none !important;
  }
}

@media (max-width: 600px) {
  .hero-contact-card {
    width: 100% !important;
    max-width: 300px !important;
    padding: 12px 15px !important;
  }

  .hero-contact-row {
    min-height: 60px !important;
  }

  .hero-contact-icon {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }

  .hero-contact-row strong {
    font-size: 16px !important;
  }
}
/* SAĞDAKİ KORAY KARAMAN İLETİŞİM KARTINI BÜYÜT */
.hero .hero-contact-card {
    width: 380px !important;
    max-width: 380px !important;
    padding: 22px 26px !important;
    border-radius: 22px !important;
    transform: translateX(-40px) !important;
}

.hero .hero-contact-card .hero-contact-row {
    min-height: 82px !important;
    padding: 14px 0 !important;
    gap: 18px !important;
}

.hero .hero-contact-card .hero-contact-icon {
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    flex: 0 0 52px !important;
}

.hero .hero-contact-card .hero-contact-icon svg {
    width: 24px !important;
    height: 24px !important;
}

.hero .hero-contact-card .hero-contact-row small {
    display: block !important;
    font-size: 13px !important;
    margin-bottom: 5px !important;
}

.hero .hero-contact-card .hero-contact-row strong {
    display: block !important;
    font-size: 21px !important;
    line-height: 1.2 !important;
}

/* TABLET */
@media (max-width: 1100px) {
    .hero .hero-contact-card {
        width: 330px !important;
        max-width: 330px !important;
        transform: none !important;
    }

    .hero .hero-contact-card .hero-contact-row strong {
        font-size: 18px !important;
    }
}

/* TELEFON */
@media (max-width: 768px) {
    .hero .hero-contact-card {
        width: 100% !important;
        max-width: 360px !important;
        padding: 16px 18px !important;
        margin: 20px auto 0 !important;
        transform: none !important;
    }

    .hero .hero-contact-card .hero-contact-row {
        min-height: 68px !important;
        gap: 13px !important;
    }

    .hero .hero-contact-card .hero-contact-icon {
        width: 42px !important;
        height: 42px !important;
        min-width: 42px !important;
        flex-basis: 42px !important;
    }

    .hero .hero-contact-card .hero-contact-row strong {
        font-size: 17px !important;
    }
}

/* =========================================================
   SON DUZENLEME: HERO ILETISIM KARTI VE ACIK/KAPALI KUTUSU
   Buyutuldu ve masaustunde merkeze yaklastirildi
   ========================================================= */

@media (min-width: 993px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 520px !important;
    gap: 24px !important;
    align-items: center !important;
  }

  .hero-contact-card {
    width: 520px !important;
    max-width: 520px !important;
    margin: 40px 0 0 !important;
    padding: 24px 30px !important;
    border-radius: 26px !important;
    transform: translateX(-250px) !important;
    background: rgba(7, 24, 33, 0.82) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.38) !important;
  }

  .hero-contact-row {
    min-height: 104px !important;
    gap: 22px !important;
    padding: 12px 0 !important;
  }

  .hero-contact-icon {
    width: 64px !important;
    height: 64px !important;
    flex: 0 0 64px !important;
  }

  .hero-contact-icon svg {
    width: 30px !important;
    height: 30px !important;
  }

  .hero-contact-row small {
    font-size: 15px !important;
    margin-bottom: 6px !important;
  }

  .hero-contact-row strong {
    font-size: 27px !important;
    line-height: 1.18 !important;
  }

  .business-status {
    min-width: 300px !important;
    margin-top: 20px !important;
    padding: 18px 22px !important;
    border-radius: 18px !important;
    gap: 16px !important;
  }

  .business-status .status-dot {
    width: 16px !important;
    height: 16px !important;
    flex: 0 0 16px !important;
  }

  .business-status strong {
    font-size: 21px !important;
  }

  .business-status small {
    margin-top: 5px !important;
    font-size: 15px !important;
  }
}

@media (max-width: 1200px) and (min-width: 993px) {
  .hero-inner {
    grid-template-columns: minmax(0, 1fr) 420px !important;
  }

  .hero-contact-card {
    width: 420px !important;
    max-width: 420px !important;
    transform: translateX(-110px) !important;
  }

  .hero-contact-row strong {
    font-size: 23px !important;
  }
}

@media (max-width: 992px) {
  .hero-contact-card {
    width: min(100%, 420px) !important;
    max-width: 420px !important;
    margin: 0 !important;
    padding: 18px 22px !important;
    transform: none !important;
  }

  .hero-contact-row {
    min-height: 76px !important;
    gap: 16px !important;
  }

  .hero-contact-icon {
    width: 48px !important;
    height: 48px !important;
    flex: 0 0 48px !important;
  }

  .hero-contact-row strong {
    font-size: 20px !important;
  }

  .business-status {
    width: min(100%, 420px) !important;
    padding: 14px 18px !important;
  }

  .business-status strong {
    font-size: 17px !important;
  }

  .business-status small {
    font-size: 13px !important;
  }
}

@media (max-width: 600px) {
  .hero-contact-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 14px 16px !important;
  }

  .hero-contact-row {
    min-height: 66px !important;
  }

  .hero-contact-icon {
    width: 42px !important;
    height: 42px !important;
    flex: 0 0 42px !important;
  }

  .hero-contact-row small {
    font-size: 11px !important;
  }

  .hero-contact-row strong {
    font-size: 17px !important;
    white-space: normal !important;
  }

  .business-status {
    width: 100% !important;
    min-width: 0 !important;
    padding: 12px 14px !important;
  }

  .business-status strong {
    font-size: 15px !important;
  }

  .business-status small {
    font-size: 11px !important;
  }
}