/*
Theme Name: Bodrum Klima Servisi
Theme URI: https://example.com/
Author: Replit
Author URI: https://replit.com/
Description: Bodrum ve çevresinde klima satışı, montajı, bakımı, onarımı ve tamiri için premium, hızlı ve mobil uyumlu kurumsal WordPress teması.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 8.0
Text Domain: bodrum-klima-servisi
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

:root {
  --bks-navy: #071d43;
  --bks-blue: #0869cf;
  --bks-blue-bright: #1499f4;
  --bks-ice: #edf7ff;
  --bks-gold: #d9a83d;
  --bks-ink: #13233d;
  --bks-muted: #61718a;
  --bks-white: #ffffff;
  --bks-line: #dfe9f3;
  --bks-shadow: 0 22px 58px rgba(7, 29, 67, 0.12);
  --bks-radius: 22px;
  --bks-container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--bks-ink);
  background: var(--bks-white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  white-space: nowrap;
  width: 1px;
}
.container { width: min(var(--bks-container), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 104px 0; }
.section--soft { background: linear-gradient(180deg, #f7fbff 0%, #fff 100%); }
.section-heading { max-width: 700px; margin: 0 auto 46px; text-align: center; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--bks-blue);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 28px; height: 2px; background: var(--bks-gold); }
.section-heading h2 {
  margin: 0;
  color: var(--bks-navy);
  font-size: clamp(32px, 4vw, 52px);
  letter-spacing: -.045em;
  line-height: 1.06;
}
.section-heading p { margin: 18px 0 0; color: var(--bks-muted); font-size: 17px; }

/* Header */
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(223,233,243,.9);
  backdrop-filter: blur(16px);
}
.header-inner { min-height: 88px; display: flex; align-items: center; gap: 26px; }
.site-brand { display: inline-flex; align-items: center; min-width: 190px; }
.site-brand img { display: block; width: 190px; height: auto; max-height: 72px; object-fit: contain; object-position: left center; }
.site-brand__fallback { color: var(--bks-navy); font-size: 21px; font-weight: 900; line-height: 1.05; }
.site-brand__fallback span { display: block; color: var(--bks-blue); font-size: 11px; letter-spacing: .1em; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 20px; margin: 0; padding: 0; list-style: none; }
.primary-nav a { color: var(--bks-navy); font-size: 13px; font-weight: 750; transition: color .2s ease; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--bks-blue); }
.header-actions { display: flex; align-items: center; gap: 9px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  padding: 12px 18px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); }
.button--phone { color: var(--bks-navy); border-color: var(--bks-line); background: #fff; }
.button--whatsapp { color: #fff; background: #159b69; box-shadow: 0 10px 20px rgba(21,155,105,.2); }
.button--primary { color: #fff; background: linear-gradient(135deg, var(--bks-blue), #004fa9); box-shadow: 0 14px 28px rgba(8,105,207,.23); }
.button--light { color: var(--bks-navy); background: #fff; }
.button--outline-light { color: #fff; border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.1); }
.button svg { width: 17px; height: 17px; flex: 0 0 17px; }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 0; border: 1px solid var(--bks-line); border-radius: 12px; background: #fff; color: var(--bks-navy); cursor: pointer; }
.menu-toggle svg { width: 22px; height: 22px; }

/* Hero */
.hero {
  position: relative;
  isolation: isolate;
  min-height: 680px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(4,20,52,.95) 0%, rgba(4,26,66,.82) 36%, rgba(4,33,71,.25) 72%, rgba(4,33,71,.12) 100%),
    url("https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=2200&q=82") center/cover;
}
.hero::after { position: absolute; z-index: -1; right: -9%; bottom: -22%; width: 54%; height: 80%; border: 1px solid rgba(255,255,255,.16); border-radius: 50%; content: ""; transform: rotate(-13deg); }
.hero__inner { width: 100%; padding: 110px 0 118px; }
.hero__content { max-width: 670px; color: #fff; }
.hero .eyebrow { color: #cbe7ff; }
.hero .eyebrow::before { background: var(--bks-gold); }
.hero h1 { max-width: 720px; margin: 0; color: #fff; font-size: clamp(46px, 6.3vw, 84px); letter-spacing: -.065em; line-height: .99; }
.hero h1 strong { display: block; color: #73c6ff; font-weight: 850; }
.hero__lead { max-width: 590px; margin: 26px 0 0; color: rgba(255,255,255,.84); font-size: 19px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero__trust { display: flex; flex-wrap: wrap; gap: 19px; margin-top: 38px; color: rgba(255,255,255,.8); font-size: 13px; font-weight: 700; }
.hero__trust span { display: inline-flex; align-items: center; gap: 7px; }
.hero__trust span::before { width: 7px; height: 7px; border-radius: 50%; background: var(--bks-gold); content: ""; }

/* Moving ribbon */
.ribbon { overflow: hidden; background: var(--bks-navy); color: #fff; border-top: 1px solid rgba(217,168,61,.4); border-bottom: 1px solid rgba(217,168,61,.4); }
.ribbon__track { display: flex; width: max-content; animation: bks-marquee 32s linear infinite; }
.ribbon__item { display: inline-flex; align-items: center; gap: 22px; padding: 17px 22px; white-space: nowrap; font-size: 12px; font-weight: 850; letter-spacing: .13em; }
.ribbon__item::after { width: 6px; height: 6px; border-radius: 50%; background: var(--bks-gold); content: ""; }
@keyframes bks-marquee { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { .ribbon__track { animation: none; } html { scroll-behavior: auto; } }

/* Cards and content */
.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 17px; }
.service-card { position: relative; display: flex; min-height: 350px; flex-direction: column; padding: 27px 23px 23px; border: 1px solid var(--bks-line); border-radius: var(--bks-radius); background: #fff; box-shadow: 0 12px 30px rgba(7,29,67,.04); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease; }
.service-card::after { position: absolute; right: -30px; bottom: -42px; width: 120px; height: 120px; border-radius: 50%; background: var(--bks-ice); content: ""; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--bks-shadow); }
.service-card__icon { display: grid; width: 58px; height: 58px; place-items: center; margin-bottom: 25px; border-radius: 17px; background: linear-gradient(140deg, #e5f4ff, #fff); color: var(--bks-blue); }
.service-card__icon svg { width: 30px; height: 30px; }
.service-card h3 { margin: 0; color: var(--bks-navy); font-size: 21px; letter-spacing: -.03em; line-height: 1.1; }
.service-card p { margin: 14px 0 22px; color: var(--bks-muted); font-size: 14px; line-height: 1.6; }
.service-card__link { position: relative; z-index: 1; margin-top: auto; color: var(--bks-blue); font-size: 13px; font-weight: 850; }
.service-card__link::after { margin-left: 7px; content: "→"; }

.split-showcase { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; overflow: hidden; border-radius: 30px; background: var(--bks-navy); box-shadow: var(--bks-shadow); }
.split-showcase__image { min-height: 480px; background: linear-gradient(180deg, rgba(4,20,52,.05), rgba(4,20,52,.4)), url("https://images.unsplash.com/photo-1530789253388-582c481c54b0?auto=format&fit=crop&w=1300&q=80") center/cover; }
.split-showcase__content { display: flex; flex-direction: column; justify-content: center; padding: 72px; color: #fff; }
.split-showcase__content h2 { max-width: 480px; margin: 0; font-size: clamp(32px, 4vw, 54px); letter-spacing: -.06em; line-height: 1.03; }
.split-showcase__content p { max-width: 500px; margin: 22px 0 30px; color: rgba(255,255,255,.73); font-size: 17px; }
.check-list { display: grid; gap: 13px; margin: 0 0 32px; padding: 0; list-style: none; color: #dcefff; font-size: 14px; font-weight: 700; }
.check-list li { display: flex; align-items: center; gap: 10px; }
.check-list li::before { display: grid; width: 20px; height: 20px; place-items: center; border-radius: 50%; background: var(--bks-gold); color: var(--bks-navy); content: "✓"; font-size: 12px; font-weight: 900; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.feature-card { padding: 28px; border: 1px solid var(--bks-line); border-radius: var(--bks-radius); background: #fff; }
.feature-card__number { color: var(--bks-gold); font-size: 13px; font-weight: 900; letter-spacing: .1em; }
.feature-card h3 { margin: 16px 0 8px; color: var(--bks-navy); font-size: 19px; }
.feature-card p { margin: 0; color: var(--bks-muted); font-size: 14px; }

.process { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; counter-reset: process; }
.process__item { position: relative; padding: 0 24px; border-left: 1px solid var(--bks-line); }
.process__item:first-child { padding-left: 0; border-left: 0; }
.process__item:last-child { padding-right: 0; }
.process__number { display: grid; width: 48px; height: 48px; place-items: center; margin-bottom: 22px; border-radius: 50%; background: var(--bks-navy); color: #fff; font-size: 15px; font-weight: 850; }
.process__item h3 { margin: 0 0 9px; color: var(--bks-navy); font-size: 17px; }
.process__item p { margin: 0; color: var(--bks-muted); font-size: 14px; }

.contact-card { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 28px; padding: 48px 56px; border-radius: 28px; background: linear-gradient(125deg, #061d45, #0b4b91); box-shadow: var(--bks-shadow); }
.contact-card h2 { margin: 0; color: #fff; font-size: clamp(30px, 4vw, 48px); letter-spacing: -.05em; line-height: 1.05; }
.contact-card p { max-width: 610px; margin: 14px 0 0; color: rgba(255,255,255,.76); }
.contact-card__actions { display: flex; flex-wrap: wrap; gap: 10px; }

/* Inner pages / footer */
.page-hero { padding: 96px 0 90px; background: linear-gradient(135deg, #071d43, #0d69c9); color: #fff; }
.page-hero h1 { max-width: 850px; margin: 0; font-size: clamp(42px, 6vw, 72px); letter-spacing: -.06em; line-height: 1; }
.page-hero p { max-width: 680px; margin: 22px 0 0; color: rgba(255,255,255,.77); font-size: 18px; }
.entry-content { max-width: 790px; margin: 0 auto; }
.entry-content h2, .entry-content h3 { color: var(--bks-navy); letter-spacing: -.04em; line-height: 1.15; }
.entry-content h2 { margin-top: 48px; font-size: 34px; }
.entry-content h3 { margin-top: 32px; font-size: 24px; }
.entry-content p, .entry-content li { color: var(--bks-muted); }
.site-footer { padding: 66px 0 28px; background: #061a3a; color: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 50px; padding-bottom: 50px; }
.footer-brand img { width: 230px; filter: drop-shadow(0 8px 12px rgba(0,0,0,.2)); }
.footer-brand p { max-width: 350px; margin: 18px 0 0; color: rgba(255,255,255,.64); font-size: 14px; }
.site-footer h2 { margin: 4px 0 17px; color: #fff; font-size: 15px; }
.footer-links { display: grid; gap: 10px; padding: 0; list-style: none; color: rgba(255,255,255,.68); font-size: 14px; }
.footer-links a:hover { color: #fff; }
.footer-contact { display: grid; gap: 10px; color: rgba(255,255,255,.72); font-size: 14px; }
.footer-contact a { color: #fff; font-weight: 750; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.45); font-size: 12px; }
.floating-actions { position: fixed; z-index: 40; right: 22px; bottom: 22px; display: grid; gap: 9px; }
.floating-actions a { display: grid; width: 52px; height: 52px; place-items: center; border-radius: 50%; color: #fff; box-shadow: 0 12px 26px rgba(7,29,67,.2); }
.floating-actions svg { width: 22px; height: 22px; }
.floating-actions__phone { background: var(--bks-blue); }
.floating-actions__whatsapp { background: #159b69; }

@media (max-width: 1120px) {
  .header-inner { gap: 16px; }
  .primary-nav ul { gap: 12px; }
  .header-actions .button { padding-inline: 13px; }
  .service-grid { grid-template-columns: repeat(3, 1fr); }
  .service-card { min-height: 300px; }
}
@media (max-width: 900px) {
  .site-brand { min-width: 155px; }
  .site-brand img { width: 155px; }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 0; left: 0; display: none; padding: 15px 24px 24px; border-bottom: 1px solid var(--bks-line); background: #fff; box-shadow: 0 18px 30px rgba(7,29,67,.1); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav li { border-bottom: 1px solid #edf2f7; }
  .primary-nav a { display: block; padding: 13px 0; }
  .header-actions { margin-left: auto; }
  .header-actions .button--phone { display: none; }
  .menu-toggle { display: grid; place-items: center; }
  .split-showcase { grid-template-columns: 1fr; }
  .split-showcase__image { min-height: 340px; }
  .split-showcase__content { padding: 52px 36px 58px; }
  .process { grid-template-columns: repeat(2, 1fr); gap: 34px 0; }
  .process__item:nth-child(3) { padding-left: 0; border-left: 0; }
  .process__item:nth-child(2) { padding-right: 0; }
  .process__item:nth-child(3), .process__item:nth-child(4) { padding-top: 18px; border-top: 1px solid var(--bks-line); }
}
@media (max-width: 640px) {
  .container { width: min(100% - 34px, var(--bks-container)); }
  .section { padding: 76px 0; }
  .header-inner { min-height: 72px; }
  .site-brand img { width: 142px; }
  .header-actions .button--whatsapp { width: 42px; height: 42px; min-height: 42px; padding: 0; font-size: 0; }
  .header-actions .button--whatsapp svg { width: 19px; }
  .hero { min-height: 700px; background-position: 63% center; }
  .hero__inner { padding: 86px 0 98px; }
  .hero h1 { font-size: clamp(45px, 13vw, 66px); }
  .hero__lead { font-size: 16px; }
  .hero__actions { display: grid; }
  .hero__actions .button { width: 100%; }
  .hero__trust { display: grid; gap: 10px; }
  .section-heading { margin-bottom: 30px; }
  .section-heading h2 { font-size: 35px; }
  .service-grid, .feature-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; }
  .split-showcase { border-radius: 22px; }
  .split-showcase__image { min-height: 255px; }
  .split-showcase__content { padding: 38px 25px 42px; }
  .contact-card { grid-template-columns: 1fr; padding: 34px 25px; border-radius: 22px; }
  .contact-card__actions { display: grid; }
  .contact-card__actions .button { width: 100%; }
  .process { grid-template-columns: 1fr; gap: 0; }
  .process__item, .process__item:nth-child(3), .process__item:nth-child(4) { padding: 22px 0; border-top: 1px solid var(--bks-line); border-left: 0; }
  .process__item:first-child { padding-top: 0; border-top: 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 34px; }
  .footer-bottom { display: grid; gap: 7px; }
  .floating-actions { right: 15px; bottom: 15px; }
  .floating-actions a { width: 47px; height: 47px; }
}