/*
Theme Name: Ada Kombi Premium
Theme URI: https://adabeyazesyaservisi.com.tr
Author: Ada Kombi Klima & Beyaz Eşya
Author URI: https://adabeyazesyaservisi.com.tr
Description: Kuşadası, Söke ve çevresinde kombi, klima ve beyaz eşya servisleri için hazırlanmış, hızlı, SEO dostu ve tamamen özelleştirilebilir premium servis teması.
Version: 1.0.1
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
Text Domain: ada-kombi
*/

:root {
  --navy: #071827;
  --navy-2: #0d2940;
  --blue: #0878d1;
  --blue-dark: #04569b;
  --cyan: #27b7ed;
  --ink: #142434;
  --muted: #647487;
  --line: #e7edf2;
  --surface: #f5f9fc;
  --white: #ffffff;
  --whatsapp: #1fbd68;
  --shadow: 0 24px 70px rgba(7, 24, 39, 0.12);
  --radius-lg: 28px;
  --radius-md: 17px;
  --container: 1180px;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 104px 0; }
.section--soft { background: var(--surface); }
.section__head { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 42px; }
.section__head > div { max-width: 710px; }
.eyebrow {
  display: inline-flex; align-items: center; gap: 9px;
  color: var(--blue); font-size: 0.75rem; letter-spacing: .14em; text-transform: uppercase; font-weight: 800;
}
.eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--cyan); }
h1,h2,h3,h4 { margin: 0; color: var(--navy); line-height: 1.12; letter-spacing: -.035em; }
h1 { font-size: clamp(2.6rem, 6vw, 5.45rem); }
h2 { font-size: clamp(2rem, 4vw, 3.55rem); }
h3 { font-size: 1.35rem; }
p { margin: 0 0 1rem; }
.lead { color: var(--muted); font-size: clamp(1.03rem, 1.6vw, 1.2rem); max-width: 660px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; color: var(--blue-dark); font-weight: 800; }
.text-link:hover { color: var(--blue); }
.text-link svg { width: 17px; height: 17px; flex: 0 0 auto; }

.button {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 50px; padding: 13px 20px; border: 1px solid transparent; border-radius: 999px;
  font-size: .9rem; font-weight: 800; letter-spacing: -.01em; transition: .25s ease;
}
.button svg { width: 18px; height: 18px; flex: 0 0 auto; }
.button--primary { color: var(--white); background: var(--blue); box-shadow: 0 10px 22px rgba(8,120,209,.25); }
.button--primary:hover { background: var(--blue-dark); transform: translateY(-2px); }
.button--dark { color: var(--white); background: var(--navy); }
.button--dark:hover { background: var(--navy-2); transform: translateY(-2px); }
.button--light { color: var(--navy); background: var(--white); border-color: var(--line); }
.button--light:hover { border-color: var(--blue); color: var(--blue); }
.button--whatsapp { color: var(--white); background: var(--whatsapp); box-shadow: 0 10px 22px rgba(31,189,104,.2); }
.button--whatsapp:hover { background: #159855; transform: translateY(-2px); }

.topbar { color: #d7e9f5; background: var(--navy); font-size: .76rem; }
.topbar__inner { min-height: 42px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.topbar__inner > span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.topbar__right { display: flex; gap: 22px; align-items: center; flex: 0 0 auto; }
.topbar a { display: inline-flex; align-items: center; gap: 7px; color: var(--white); font-weight: 700; white-space: nowrap; }
.topbar a svg { width: 20px; height: 20px; flex: 0 0 auto; }
.topbar a:hover { color: var(--cyan); }
.site-header { position: relative; z-index: 10; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); }
.site-header__inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 205px; }
.brand__image { width: 62px; height: 62px; object-fit: contain; border-radius: 14px; }
.brand__name { color: var(--navy); font-size: 1.08rem; font-weight: 900; line-height: 1.05; }
.brand__name span { display: block; color: var(--blue); font-size: .63rem; letter-spacing: .13em; margin-top: 6px; }
.primary-nav { margin-left: auto; }
.primary-nav ul { display: flex; align-items: center; gap: 18px; list-style: none; padding: 0; margin: 0; }
.primary-nav a { color: #3d4c5d; font-size: .85rem; font-weight: 800; }
.primary-nav a:hover, .primary-nav .current-menu-item > a { color: var(--blue); }
.site-header__actions { display: flex; gap: 9px; align-items: center; }
.menu-toggle { display: none; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 12px; color: var(--navy); background: var(--white); }

.announcement { overflow: hidden; background: linear-gradient(90deg, var(--blue-dark), var(--blue), var(--cyan)); color: var(--white); }
.announcement__track { display: flex; width: max-content; animation: ticker 30s linear infinite; }
.announcement__item { display: flex; align-items: center; gap: 12px; white-space: nowrap; padding: 9px 34px; font-size: .76rem; font-weight: 800; letter-spacing: .02em; }
.announcement__item::before { content: ""; width: 7px; height: 7px; border-radius: 50%; background: var(--white); box-shadow: 0 0 0 4px rgba(255,255,255,.16); }
@keyframes ticker { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.hero { position: relative; overflow: hidden; padding: 90px 0 112px; background: radial-gradient(circle at 92% 15%, rgba(39,183,237,.17), transparent 31%), linear-gradient(135deg, #fafdff 0%, #eff8fd 100%); }
.hero::after { content: ""; position: absolute; width: 520px; height: 520px; right: -220px; bottom: -300px; border: 1px solid rgba(8,120,209,.2); border-radius: 50%; box-shadow: 0 0 0 46px rgba(8,120,209,.04), 0 0 0 92px rgba(8,120,209,.025); }
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 55px; }
.hero h1 { max-width: 720px; margin: 17px 0 24px; }
.hero h1 strong { color: var(--blue); font-weight: 900; }
.hero__copy .lead { margin-bottom: 31px; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 35px; color: var(--muted); font-size: .78rem; font-weight: 800; }
.hero__proof span { display: inline-flex; align-items: center; gap: 8px; }
.hero__proof span::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); }
.hero__visual { position: relative; }
.hero__visual::before { content: ""; position: absolute; inset: 8% 4% 0; border-radius: 50%; background: linear-gradient(145deg, rgba(39,183,237,.2), rgba(8,120,209,.02)); filter: blur(1px); }
.hero__logo { position: relative; width: min(100%, 545px); margin-left: auto; border-radius: 36px; box-shadow: var(--shadow); border: 9px solid var(--white); }
.hero__badge { position: absolute; left: -24px; bottom: 42px; z-index: 2; max-width: 235px; padding: 16px 18px; color: var(--white); border-radius: 16px; background: var(--navy); box-shadow: 0 18px 35px rgba(7,24,39,.24); font-size: .8rem; font-weight: 800; }
.hero__badge small { display: block; color: #9edbf4; font-size: .68rem; font-weight: 700; margin-bottom: 5px; }

.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.service-card { position: relative; overflow: hidden; min-height: 264px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: .3s ease; }
.service-card:hover { border-color: rgba(8,120,209,.38); transform: translateY(-6px); box-shadow: var(--shadow); }
.service-card__icon { display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 33px; border-radius: 16px; color: var(--blue); background: #e8f6fd; }
.service-card__icon svg { width: 28px; height: 28px; }
.service-card p { color: var(--muted); font-size: .88rem; margin: 12px 0 25px; }
.service-card a { color: var(--blue-dark); font-size: .82rem; font-weight: 900; }
.service-card a::after { content: " →"; }
.service-card__number { position: absolute; right: 18px; top: 17px; color: #e7f0f5; font-size: 2.4rem; line-height: 1; font-weight: 900; }

.split { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; align-items: center; }
.split__image { position: relative; min-height: 500px; border-radius: var(--radius-lg); background: var(--navy); overflow: hidden; }
.split__image img { width: 100%; height: 100%; min-height: 500px; object-fit: cover; opacity: .86; }
.split__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(7,24,39,.72), transparent 58%); }
.split__caption { position: absolute; z-index: 1; left: 26px; bottom: 25px; right: 26px; color: var(--white); }
.split__caption strong { display: block; margin-top: 6px; color: var(--cyan); font-size: 1.65rem; }
.check-list { display: grid; gap: 16px; padding: 0; margin: 30px 0 33px; list-style: none; }
.check-list li { display: flex; align-items: flex-start; gap: 12px; color: #425364; font-size: .94rem; }
.check-list svg { flex: 0 0 auto; width: 19px; height: 19px; margin-top: 3px; color: var(--blue); }

.stats { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 55px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.stat { padding: 25px 18px; text-align: center; border-right: 1px solid var(--line); }
.stat:last-child { border: 0; }
.stat strong { display: block; color: var(--blue); font-size: 2rem; line-height: 1; }
.stat span { display: block; color: var(--muted); font-size: .76rem; font-weight: 800; margin-top: 8px; }

.brand-marquee { overflow: hidden; padding: 17px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--white); }
.brand-marquee__track { display: flex; align-items: center; width: max-content; animation: brands 42s linear infinite; }
.brand-chip { display: inline-flex; align-items: center; gap: 11px; margin: 0 25px; color: #647487; font-size: 1rem; font-weight: 900; letter-spacing: .03em; }
.brand-chip::before { content: ""; width: 8px; height: 8px; background: var(--cyan); border-radius: 50%; }
@keyframes brands { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.brand-groups { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.brand-group { padding: 28px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); }
.brand-group h3 { display: flex; align-items: center; gap: 11px; font-size: 1.1rem; }
.brand-group h3::before { content: ""; width: 8px; height: 8px; border-radius: 50%; background: var(--blue); box-shadow: 0 0 0 6px #e6f5fd; }
.brand-group p { color: var(--muted); font-size: .88rem; margin: 14px 0 0; }

.area-wrap { display: grid; grid-template-columns: .7fr 1.3fr; gap: 48px; align-items: start; }
.area-list { display: flex; flex-wrap: wrap; gap: 10px; }
.area-pill { padding: 11px 15px; border: 1px solid #cfe4ef; border-radius: 999px; color: #345064; background: #f7fcff; font-size: .83rem; font-weight: 800; }
.area-pill:hover { border-color: var(--blue); color: var(--blue); }

.faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 13px; }
.faq-grid details { padding: 21px 22px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.faq-grid summary { display: flex; justify-content: space-between; gap: 16px; color: var(--navy); cursor: pointer; font-size: .94rem; font-weight: 800; list-style: none; }
.faq-grid summary::-webkit-details-marker { display: none; }
.faq-grid summary::after { content: "+"; color: var(--blue); font-size: 1.4rem; line-height: 1; }
.faq-grid details[open] summary::after { content: "−"; }
.faq-grid details p { color: var(--muted); font-size: .86rem; margin: 14px 27px 0 0; }

.posts-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); transition: .25s ease; }
.post-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.post-card__image { aspect-ratio: 1.55; background: linear-gradient(145deg, #dff4fd, #f5fbfd); overflow: hidden; }
.post-card__image img { width: 100%; height: 100%; object-fit: cover; }
.post-card__body { padding: 22px; }
.post-card__meta { color: var(--blue); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.post-card h3 { margin: 9px 0 12px; font-size: 1.2rem; }
.post-card p { color: var(--muted); font-size: .85rem; }
.post-card__body .text-link { font-size: .82rem; }

.cta-band { position: relative; overflow: hidden; padding: 58px 0; color: var(--white); background: linear-gradient(105deg, var(--navy), #0a4266); }
.cta-band::after { content: ""; position: absolute; right: 6%; top: -110px; width: 300px; height: 300px; border: 1px solid rgba(39,183,237,.42); border-radius: 50%; box-shadow: 0 0 0 33px rgba(39,183,237,.06), 0 0 0 66px rgba(39,183,237,.05); }
.cta-band__inner { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-band h2 { color: var(--white); font-size: clamp(1.8rem, 3vw, 2.7rem); max-width: 700px; }
.cta-band p { color: #b8d4e6; margin: 12px 0 0; }
.cta-band__actions { display: flex; flex-wrap: wrap; gap: 10px; flex: 0 0 auto; }

.site-footer { color: #b8cddd; background: #05131f; padding: 70px 0 28px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr .85fr 1fr; gap: 36px; padding-bottom: 55px; }
.site-footer .brand__name { color: var(--white); }
.site-footer .brand__name span { color: var(--cyan); }
.site-footer p { color: #829bad; font-size: .86rem; }
.site-footer h3 { color: var(--white); font-size: .95rem; margin-bottom: 17px; }
.footer-list { display: grid; gap: 10px; padding: 0; margin: 0; list-style: none; font-size: .82rem; }
.footer-list a:hover { color: var(--cyan); }
.footer-contact { display: grid; gap: 11px; font-size: .82rem; }
.footer-contact a { display: flex; gap: 10px; align-items: flex-start; }
.footer-contact svg { flex: 0 0 auto; width: 17px; height: 17px; color: var(--cyan); margin-top: 3px; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #718a9b; font-size: .72rem; }

.page-hero { padding: 72px 0; background: linear-gradient(120deg, #f1f9fd, #fff); border-bottom: 1px solid var(--line); }
.page-hero h1 { margin: 15px 0 0; font-size: clamp(2.6rem, 5vw, 4.7rem); }
.page-content { max-width: 850px; margin: 0 auto; }
.page-content h2 { margin: 42px 0 16px; font-size: 2rem; }
.page-content h3 { margin: 30px 0 12px; }
.page-content p, .page-content li { color: #506276; }
.page-content ul { padding-left: 20px; }
.post-single { max-width: 850px; margin: 0 auto; }
.post-single__meta { color: var(--blue); font-size: .76rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.post-single h1 { margin: 15px 0 25px; font-size: clamp(2.4rem, 5vw, 4.5rem); }
.post-single__image { width: 100%; max-height: 500px; margin-bottom: 35px; object-fit: cover; border-radius: var(--radius-lg); }
.post-single__content { font-size: 1.06rem; }
.post-single__content a { color: var(--blue); text-decoration: underline; text-underline-offset: 3px; }
.pagination { display: flex; gap: 8px; margin-top: 35px; }
.pagination .page-numbers { padding: 9px 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--navy); font-weight: 800; }
.pagination .current, .pagination .page-numbers:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }

.floating-actions { position: fixed; z-index: 20; right: 20px; bottom: 22px; display: grid; gap: 10px; }
.floating-action { display: inline-flex; align-items: center; gap: 10px; min-height: 48px; padding: 12px 17px; border-radius: 999px; color: var(--white); font-size: .78rem; font-weight: 900; box-shadow: 0 12px 27px rgba(7,24,39,.22); transition: .25s ease; }
.floating-action:hover { transform: translateY(-3px); }
.floating-action svg { width: 19px; height: 19px; }
.floating-action--phone { background: var(--blue); }
.floating-action--whatsapp { background: var(--whatsapp); }
.mobile-bottom-bar { display: none; }

.screen-reader-text { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(1px,1px,1px,1px); white-space: nowrap; }
.alignwide { max-width: 1180px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; }
.wp-block-image img { border-radius: var(--radius-md); }
.wp-block-button__link { border-radius: 999px; background: var(--blue); }

@media (max-width: 1020px) {
  .primary-nav ul { gap: 12px; }
  .primary-nav a { font-size: .8rem; }
  .site-header__actions .button--light { display: none; }
  .site-header__actions .button--primary { padding-inline: 16px; }
  .hero__grid { gap: 35px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 780px) {
  .container { width: min(calc(100% - 28px), var(--container)); }
  .section { padding: 76px 0; }
  .topbar { font-size: .68rem; }
  .topbar__right { display: none; }
  .topbar__inner { justify-content: center; min-height: 34px; }
  .topbar__inner > span { max-width: 100%; }
  .site-header__inner { min-height: 72px; }
  .brand { min-width: 0; gap: 9px; }
  .brand__image { width: 49px; height: 49px; }
  .brand__name { font-size: .9rem; }
  .brand__name span { font-size: .5rem; letter-spacing: .08em; margin-top: 5px; }
  .primary-nav { margin-left: 0; }
  .primary-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 13px 14px 20px; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: 0 22px 30px rgba(7,24,39,.12); }
  .primary-nav.is-open { display: block; }
  .primary-nav ul { display: grid; gap: 0; }
  .primary-nav a { display: block; padding: 11px 13px; }
  .menu-toggle { display: grid; place-items: center; }
  .site-header__actions .button--primary { display: none; }
  .hero { padding: 58px 0 78px; }
  .hero__grid { grid-template-columns: 1fr; }
  .hero__visual { order: -1; max-width: 580px; margin: 0 auto; }
  .hero__badge { left: 8px; bottom: 20px; }
  .section__head { display: block; margin-bottom: 29px; }
  .section__head .button { margin-top: 18px; }
  .split { grid-template-columns: 1fr; gap: 35px; }
  .split__image, .split__image img { min-height: 340px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .brand-groups, .faq-grid { grid-template-columns: 1fr; }
  .area-wrap { grid-template-columns: 1fr; gap: 25px; }
  .posts-grid { grid-template-columns: 1fr; max-width: 520px; }
  .cta-band__inner { display: block; }
  .cta-band__actions { margin-top: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 8px; }
  .floating-actions { display: none; }
  .mobile-bottom-bar { position: fixed; z-index: 25; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1fr; padding: 8px; gap: 8px; background: rgba(5,19,31,.96); box-shadow: 0 -9px 24px rgba(7,24,39,.16); }
  .mobile-bottom-bar .button { min-height: 44px; padding: 9px 10px; font-size: .76rem; }
  body { padding-bottom: 66px; }
}
@media (max-width: 460px) {
  .brand__image { width: 44px; height: 44px; }
  .brand__name { font-size: .82rem; }
  .brand__name span { display: none; }
  .site-header__inner { gap: 10px; }
  .hero__actions .button { width: 100%; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 215px; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > :first-child { grid-column: auto; }
}