@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin-ext.woff2") format("woff2");
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
  font-family: "Space Grotesk";
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url("../fonts/space-grotesk-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --navy-950: #0b1c35;
  --navy-900: #0d1f3c;
  --navy-800: #142c4f;
  --navy-700: #1a3763;
  --blue-600: #2e7cc4;
  --blue-500: #3f8fd0;
  --blue-200: #c9ddf2;
  --blue-100: #eaf2fa;
  --orange-600: #e87508;
  --orange-500: #f5820b;
  --orange-100: #fdebd7;
  --green: #25d366;
  --text: #2b4468;
  --muted: #667c98;
  --line: #dce6f0;
  --surface: #f6f9fc;
  --white: #fff;
  --shadow-sm: 0 3px 14px rgba(20, 44, 79, 0.07);
  --shadow-md: 0 16px 38px rgba(20, 44, 79, 0.14);
  --shadow-lg: 0 24px 60px rgba(20, 44, 79, 0.2);
  --radius-sm: 10px;
  --radius-md: 15px;
  --radius-lg: 20px;
  --wrap: 1160px;
  --font: "Manrope", Arial, sans-serif;
  --font-display: "Space Grotesk", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--surface); color: var(--navy-700); font-family: var(--font); font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.nav-open { overflow: hidden; }
img { max-width: 100%; height: auto; }
a { color: var(--blue-600); text-decoration-thickness: .08em; text-underline-offset: .18em; }
a:hover { color: var(--navy-700); }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, h4 { color: var(--navy-700); font-family: var(--font-display); line-height: 1.16; letter-spacing: -.025em; }
p { text-wrap: pretty; }
:focus-visible { outline: 3px solid rgba(245, 130, 11, .65); outline-offset: 3px; }
::selection { background: #cce5fa; color: var(--navy-950); }

.wrap { width: min(calc(100% - 48px), var(--wrap)); margin-inline: auto; }
.wrap--narrow { max-width: 860px; }
.wrap--article { max-width: 800px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { top: 8px; left: 8px; z-index: 1000; width: auto; height: auto; padding: 12px 18px; clip: auto; background: var(--white); color: var(--navy-700); font-weight: 800; }
.skip-link { position: fixed !important; }
.text-center { text-align: center; }
.top-accent, .footer-accent { height: 4px; background: linear-gradient(90deg, var(--navy-700), var(--blue-600) 55%, var(--orange-500)); }

.topbar { background: var(--navy-800); color: var(--blue-200); font-size: 13.5px; font-weight: 600; line-height: normal; }
.topbar__inner { width: min(calc(100% - 48px), var(--wrap)); max-width: var(--wrap); min-height: 36px; padding-inline: 0; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar__right, .topbar__item { display: inline-flex; align-items: center; gap: 8px; }
.topbar__right { gap: 22px; }
.topbar a { color: var(--white); text-decoration: none; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.96); border-bottom: 1px solid rgba(220,230,240,.95); backdrop-filter: blur(14px); }
.site-header__inner { width: min(calc(100% - 48px), var(--wrap)); max-width: var(--wrap); min-height: 0; margin-inline: auto; padding: 8px 0; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.site-brand { flex: 0 1 auto; display: block; min-width: 0; }
.site-brand__image { width: auto; height: 52px; display: block; object-fit: contain; object-position: left center; }
.site-brand .custom-logo { width: auto; height: 52px; object-fit: contain; object-position: left center; }
.site-nav { display: flex; align-items: center; gap: 15px; font-size: 14.5px; font-weight: 600; line-height: normal; }
.site-nav > a:not(.button), .nav-group__label > a { color: var(--navy-700); text-decoration: none; white-space: nowrap; }
.site-nav > a:not(.button):hover, .nav-group__label > a:hover { color: var(--blue-600); }
.nav-group { position: relative; min-height: 0; padding-block: 24px; display: flex; align-items: center; }
.nav-group__label { display: inline-flex; align-items: center; gap: 3px; }
.nav-group__label button { width: 12px; height: 19px; border: 0; background: transparent; color: var(--muted); padding: 0; }
.mega-menu { position: absolute; top: calc(100% - 4px); left: 50%; z-index: 110; width: 570px; padding: 14px; display: grid; grid-template-columns: 1fr 1fr; gap: 5px; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-md); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translate(-50%, 8px); transition: opacity .18s ease, transform .18s ease, visibility .18s; }
.mega-menu--regions { width: 540px; padding: 16px; gap: 3px 12px; }
.nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu, .nav-group.submenu-open .mega-menu { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
.mega-menu__item { display: flex; align-items: center; gap: 12px; padding: 11px 12px; color: var(--navy-700); text-decoration: none; border-radius: 10px; }
.mega-menu__item:hover, .mega-menu__region:hover { background: #f2f7fc; color: var(--blue-600); }
.mega-menu__item strong, .mega-menu__item small { display: block; }
.mega-menu__item strong { font-size: 13.5px; }
.mega-menu__item small { margin-top: 1px; color: var(--muted); font-size: 11.5px; font-weight: 600; }
.mega-menu__icon { width: 41px; height: 41px; flex: 0 0 41px; display: grid; place-items: center; border-radius: 10px; background: var(--blue-100); }
.mega-menu__region { display: flex; align-items: center; gap: 8px; padding: 8px 10px; border-radius: 8px; color: var(--text); font-size: 13px; text-decoration: none; }
.nav-toggle { display: none; width: 46px; height: 42px; padding: 9px; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.nav-toggle span:not(.screen-reader-text) { display: block; height: 2px; margin: 5px 0; background: var(--navy-700); border-radius: 2px; transition: transform .2s, opacity .2s; }
.nav-toggle[aria-expanded="true"] span:nth-of-type(2) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-of-type(3) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-of-type(4) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 11px 22px; border: 1px solid transparent; border-radius: var(--radius-sm); font-size: 14.5px; font-weight: 800; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }
.button--large { min-height: 54px; padding: 15px 27px; font-size: 16px; }
.button--call { color: var(--white); background: linear-gradient(135deg, #f79a2e, var(--orange-500)); box-shadow: 0 8px 20px rgba(245,130,11,.3); }
.button--call:hover { color: var(--white); background: linear-gradient(135deg, var(--orange-500), var(--orange-600)); box-shadow: 0 12px 26px rgba(245,130,11,.36); }
.button--whatsapp { color: var(--white); background: var(--green); box-shadow: 0 8px 20px rgba(37,211,102,.25); }
.button--whatsapp:hover { color: var(--white); background: #1fb458; box-shadow: 0 12px 26px rgba(37,211,102,.3); }
.button--white { color: var(--navy-700); background: var(--white); }
.button--white:hover { color: var(--navy-700); background: var(--blue-100); }
.button--outline { color: var(--navy-700); background: transparent; border-color: var(--blue-600); }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; }
.button-row--center { justify-content: center; }

.eyebrow { margin: 0 0 10px; color: var(--orange-500); font-size: 12.5px; font-weight: 850; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.eyebrow img { vertical-align: -2px; margin-right: 4px; }
.eyebrow--pill { width: fit-content; display: flex; align-items: center; gap: 8px; padding: 8px 16px; border: 1px solid #d3e3f2; border-radius: 999px; background: var(--white); color: var(--blue-600); font-size: 12.5px; line-height: normal; letter-spacing: 1.2px; }
.eyebrow--pill img { margin-right: 0; }
.eyebrow--light { color: #ffb35c; }
.section { padding: 78px 0; }
#hizmetler { padding-block: 80px; }
.section--white { background: var(--white); border-block: 1px solid var(--line); }
.section-title { max-width: none; margin: 0 0 14px; font-size: 36px; line-height: 46px; }
.section-title::after, .content-heading::after { content: ""; display: block; width: 56px; height: 4px; margin-top: 14px; border-radius: 99px; background: linear-gradient(90deg, var(--blue-600), var(--orange-500)); }
.section-title--center { margin-inline: auto; text-align: center; }
.section-title--center::after { margin-inline: auto; }
.section-title--light { color: var(--white); }
.section-title--light::after { background: linear-gradient(90deg, #6faee3, var(--orange-500)); }
.section-intro { margin: 0 0 46px; color: var(--text); font-size: 16px; line-height: normal; }
.section-intro--light { color: #b9cde4; }
#neden { padding-block: 72px; }
#yorumlar, .coverage, .faq-section { padding-block: 76px; }
.section-title--center { margin-bottom: 42px; }
.faq-section .section-title { margin-bottom: 36px; }
.coverage .section-intro { margin-bottom: 36px; }

.hero { background: radial-gradient(circle at 88% 12%, rgba(245,130,11,.12), transparent 42%), radial-gradient(circle at 8% 85%, rgba(46,124,196,.15), transparent 45%), linear-gradient(180deg, #e2effb 0%, var(--surface) 100%); border-bottom: 1px solid var(--line); overflow: hidden; }
.hero__grid { min-height: 624px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 56px; align-items: center; padding-block: 72px 80px; }
.hero h1 { max-width: 720px; margin: 16px 0 20px; font-size: 54px; font-weight: 700; line-height: 1.06; letter-spacing: -1px; }
.hero h1 span { display: inline; margin-left: -4px; padding: 0 8px; color: var(--blue-600); background: linear-gradient(180deg, transparent 64%, rgba(245,130,11,.22) 64%); border-radius: 6px; }
.hero__lead { max-width: 54ch; margin: 0 0 30px; color: #43597a; font-size: 17.5px; line-height: 1.65; }
.hero__proof { display: flex; flex-wrap: wrap; gap: 24px; margin: 36px 0 0; padding: 0; list-style: none; color: var(--text); font-size: 14.5px; font-weight: 700; line-height: normal; }
.hero__proof li { display: flex; align-items: center; gap: 8px; }
.hero__visual { position: relative; min-height: 470px; overflow: hidden; border: 1px solid var(--line); border-radius: 16px; box-shadow: 0 18px 44px rgba(20,44,79,.16); }
.hero__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero__contact-card { position: absolute; left: 16px; right: 16px; bottom: 16px; display: flex; align-items: center; gap: 15px; padding: 17px 19px; border-radius: 13px; background: rgba(255,255,255,.95); box-shadow: var(--shadow-sm); backdrop-filter: blur(9px); }
.hero__contact-card small, .hero__contact-card a { display: block; }
.hero__contact-card small { color: var(--muted); font-size: 11px; font-weight: 850; letter-spacing: .13em; }
.hero__contact-card a { color: var(--navy-700); font-family: var(--font-display); font-size: 25px; font-weight: 700; letter-spacing: .5px; line-height: 1.2; text-decoration: none; }
.hero .button--large { min-height: 55px; padding: 16px 28px; font-size: 16.5px; }
.icon-box { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 13px; background: var(--blue-100); }
.icon-box--navy { background: var(--navy-700); }
.icon-box--orange { background: var(--orange-100); }
.icon-box--glass { margin-inline: auto; background: rgba(255,255,255,.1); }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.service-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.service-card:hover { transform: translateY(-4px); border-color: #9ac7ea; box-shadow: var(--shadow-md); }
.service-card__image { position: relative; display: block; height: 172px; overflow: hidden; }
.service-card__image > img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform .35s ease; }
.service-card:hover .service-card__image > img { transform: scale(1.045); }
.service-card__icon { position: absolute; left: 20px; bottom: 0; width: 52px; height: 52px; display: grid; place-items: center; transform: translateY(50%); border: 1px solid var(--line); border-radius: 13px; background: var(--white); box-shadow: var(--shadow-sm); }
.service-card__body { flex: 1; display: flex; flex-direction: column; gap: 10px; padding: 36px 24px 24px; }
.service-card h2, .service-card h3 { margin: 0; font-size: 20px; line-height: normal; }
.service-card h2 a, .service-card h3 a { color: var(--navy-700); text-decoration: none; }
.service-card p { margin: 0; color: var(--text); font-size: 15px; line-height: 1.6; }
.text-link { margin-top: auto; padding-top: 8px; font-size: 14px; font-weight: 800; text-decoration: none; }

.feature-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; margin-top: 0; }
.feature-card { padding: 26px 24px; border: 1px solid var(--line); border-radius: 14px; background: var(--white); }
.feature-card h3 { margin: 14px 0 8px; font-size: 17px; }
.feature-card p { margin: 0; color: var(--text); font-size: 13.5px; }
.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; margin-top: 0; }
.testimonial { margin: 0; padding: 26px; border: 1px solid var(--line); border-radius: 14px; background: #f9fbfe; transition: transform .22s ease, box-shadow .22s ease; }
.testimonial:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.stars { color: #f0a92e; letter-spacing: .16em; }
.testimonial blockquote { margin: 12px 0 20px; color: var(--text); font-size: 15px; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; }
.testimonial figcaption strong, .testimonial figcaption small { display: block; }
.testimonial figcaption small { color: var(--muted); font-size: 12.5px; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-700); color: var(--white); font-size: 13px; font-weight: 850; }
.avatar--blue { background: var(--blue-600); }
.avatar--dark { background: var(--navy-800); }

.coverage { color: var(--white); background-color: var(--navy-800); background-image: radial-gradient(rgba(255,255,255,.075) 1px, transparent 1px); background-size: 24px 24px; }
.region-pills { display: flex; flex-wrap: wrap; gap: 12px; }
.region-pills a { display: inline-flex; align-items: center; gap: 8px; padding: 9px 18px; border: 1px solid rgba(255,255,255,.2); border-radius: 999px; background: rgba(255,255,255,.07); color: #dbe8f6; font-size: 13.5px; font-weight: 700; text-decoration: none; transition: background .18s, border-color .18s; }
.region-pills a:hover { border-color: #ffb35c; background: rgba(245,130,11,.14); color: var(--white); }
.faq-list { display: grid; gap: 12px; margin-top: 0; }
.faq-item { padding: 17px 21px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.faq-item:hover, .faq-item[open] { border-color: #90bde0; box-shadow: var(--shadow-sm); }
.faq-item summary { display: flex; justify-content: space-between; gap: 20px; color: var(--navy-700); font-size: 15.5px; font-weight: 800; list-style: none; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { color: var(--blue-600); font-size: 21px; line-height: 1; transition: transform .18s; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: 12px 0 2px; color: var(--text); font-size: 14.5px; }

.section--contact { padding-top: 0; padding-bottom: 80px; }
.contact-panel { padding: 56px 48px; text-align: center; color: var(--white); border-radius: 18px; background: radial-gradient(circle at 85% 15%, rgba(245,130,11,.22), transparent 45%), linear-gradient(135deg, var(--navy-800), #1e4e8c); box-shadow: 0 20px 48px rgba(20,44,79,.28); }
.contact-panel h2 { margin: 0 0 12px; color: var(--white); font-size: 34px; line-height: normal; }
.contact-panel > p:not(.eyebrow) { margin: 0 0 30px; color: #b9cde4; font-size: 16.5px; }
.map-card { position: relative; margin-top: 24px; overflow: hidden; border: 1px solid var(--line); border-radius: 18px; }
.map-card iframe { width: 100%; height: 340px; display: block; border: 0; }
.map-card__label { position: absolute; top: 16px; left: 16px; display: flex; align-items: center; gap: 10px; padding: 12px 18px; border: 1px solid var(--line); border-radius: 11px; background: var(--white); color: var(--navy-700); font-size: 14px; box-shadow: 0 8px 20px rgba(20,44,79,.14); }
.service-area-card { display: grid; grid-template-columns: auto 1.4fr 1fr; gap: 22px; align-items: center; margin-top: 24px; padding: 30px; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--white); box-shadow: var(--shadow-sm); }
.service-area-card__pin { width: 64px; height: 64px; display: grid; place-items: center; border-radius: 50%; background: var(--blue-600); }
.service-area-card h2 { margin: 0; font-size: 25px; }
.service-area-card p { margin: 5px 0 0; color: var(--text); font-size: 14px; }
.service-area-card .eyebrow { margin: 0; color: var(--orange-500); }
.service-area-card ul { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 18px; margin: 0; padding: 0; list-style: none; color: var(--text); font-size: 13px; font-weight: 750; }
.service-area-card li::before { content: "✓"; margin-right: 6px; color: var(--blue-600); }

.breadcrumbs { padding-block: 18px 0; }
.breadcrumbs ol { display: flex; flex-wrap: wrap; gap: 7px; margin: 0; padding: 0; list-style: none; color: var(--muted); font-size: 12.5px; font-weight: 700; }
.breadcrumbs li:not(:last-child)::after { content: "/"; margin-left: 7px; color: #a7b7ca; }
.breadcrumbs a { color: var(--muted); text-decoration: none; }
.detail-hero { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; padding-block: 38px 56px; }
.detail-hero h1 { margin: 0 0 17px; font-size: clamp(38px, 4.4vw, 52px); }
.detail-hero__lead { margin: 0 0 25px; color: var(--text); font-size: 16.5px; }
.detail-hero__image { height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.detail-hero__image img { width: 100%; height: 100%; object-fit: cover; }
.tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.tag-list li { padding: 6px 13px; border: 1px solid #d3e3f2; border-radius: 999px; background: var(--blue-100); color: var(--blue-600); font-size: 12px; font-weight: 800; }
.detail-body { padding: 64px 0; }
.detail-layout, .region-layout { display: grid; grid-template-columns: minmax(0,1.35fr) minmax(260px,.65fr); gap: 52px; align-items: start; }
.content-heading { margin: 0 0 24px; font-size: 29px; }
.detail-content section + section, .detail-content .entry-content { margin-top: 50px; }
.check-list { display: grid; gap: 12px; margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; gap: 11px; padding: 13px 16px; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #f9fbfe; color: var(--text); font-size: 14.5px; font-weight: 650; }
.check-list span { color: var(--blue-600); font-weight: 900; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 16px; }
.steps article { padding: 19px; border: 1px solid var(--line); border-radius: 12px; background: #f9fbfe; }
.steps .icon-box { width: 44px; height: 44px; margin-bottom: 11px; }
.steps small { color: #91a7bf; font-size: 11px; font-weight: 850; letter-spacing: .08em; }
.steps h3 { margin: 4px 0 5px; font-size: 15px; }
.steps p { margin: 0; color: var(--text); font-size: 13px; }
.detail-sidebar, .region-sidebar { position: sticky; top: 98px; display: grid; gap: 20px; }
.sidebar-card { padding: 21px 22px; border: 1px solid var(--line); border-radius: 13px; background: #f9fbfe; }
.sidebar-card h2 { margin: 0 0 12px; color: var(--muted); font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
.sidebar-card ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
.sidebar-card a { display: flex; justify-content: space-between; gap: 12px; padding: 7px 0; color: var(--text); font-size: 13.5px; font-weight: 750; text-decoration: none; }
.sidebar-card a:hover { color: var(--blue-600); }
.sidebar-contact { padding: 25px 22px; text-align: center; color: var(--white); border-radius: var(--radius-md); background: var(--navy-800); box-shadow: var(--shadow-md); }
.sidebar-contact .eyebrow { margin-top: 10px; }
.sidebar-contact__phone { display: block; color: var(--white); font-size: 24px; font-weight: 900; text-decoration: none; }
.sidebar-contact__phone:hover { color: var(--white); }
.sidebar-contact p:not(.eyebrow) { margin: 6px 0 15px; color: #b9cde4; font-size: 12.5px; }
.sidebar-contact .button { width: 100%; }
.updated-note { margin-top: 32px !important; padding-top: 14px; border-top: 1px solid var(--line); color: var(--muted) !important; font-size: 12.5px !important; }

.prose { color: var(--text); }
.prose > *:first-child { margin-top: 0; }
.prose h2 { margin: 42px 0 14px; font-size: clamp(25px, 3vw, 32px); }
.prose h3 { margin: 30px 0 10px; font-size: 21px; }
.prose p, .prose li { font-size: 16px; line-height: 1.78; }
.prose ul, .prose ol { padding-left: 23px; }
.prose blockquote { margin: 28px 0; padding: 18px 22px; border-left: 4px solid var(--orange-500); background: var(--orange-100); }
.prose a { overflow-wrap: anywhere; }
.prose img { border-radius: var(--radius-md); }

.region-hero { margin-top: 18px; color: var(--white); background: radial-gradient(circle at 88% 5%, rgba(245,130,11,.2), transparent 40%), linear-gradient(135deg, var(--navy-800), #1e4e8c); }
.region-hero__inner { min-height: 400px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; padding-block: 58px; }
.region-hero h1 { margin: 0 0 16px; color: var(--white); font-size: clamp(39px, 5vw, 56px); }
.region-hero p:not(.eyebrow) { max-width: 680px; margin: 0 0 25px; color: #c7d8e9; font-size: 16.5px; }
.region-hero__badge { display: flex; align-items: center; gap: 18px; padding: 27px; border: 1px solid rgba(255,255,255,.2); border-radius: var(--radius-lg); background: rgba(255,255,255,.95); box-shadow: var(--shadow-lg); }
.region-hero__badge > img { width: 60px; height: 60px; padding: 15px; border-radius: 50%; background: var(--blue-100); }
.region-hero__badge small, .region-hero__badge strong, .region-hero__badge em { display: block; }
.region-hero__badge small { color: var(--muted); font-size: 10px; font-weight: 850; letter-spacing: .12em; }
.region-hero__badge strong { color: var(--navy-700); font-size: 25px; line-height: 1.25; }
.region-hero__badge em { color: var(--blue-600); font-size: 13px; font-style: normal; font-weight: 800; }
.region-layout { padding-block: 64px; }
.service-mini-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; margin-top: 35px; }
.service-mini-grid > a { display: flex; align-items: center; gap: 14px; padding: 16px; border: 1px solid var(--line); border-radius: 13px; color: var(--navy-700); text-decoration: none; }
.service-mini-grid > a:hover { border-color: #9ac7ea; box-shadow: var(--shadow-sm); }
.service-mini-grid strong, .service-mini-grid small { display: block; }
.service-mini-grid strong { font-size: 15px; }
.service-mini-grid small { color: var(--muted); font-size: 11.5px; line-height: 1.4; }
.service-mini-grid em { margin-left: auto; color: var(--blue-600); font-style: normal; }

.archive-hero { padding: 65px 0; text-align: center; background: radial-gradient(circle at 88% 10%, rgba(245,130,11,.1), transparent 38%), linear-gradient(180deg, #e2effb, var(--surface)); border-bottom: 1px solid var(--line); }
.archive-hero--dark { color: var(--white); background: radial-gradient(circle at 88% 10%, rgba(245,130,11,.2), transparent 38%), var(--navy-800); }
.archive-hero h1 { margin: 0; font-size: clamp(39px, 5vw, 56px); }
.archive-hero--dark h1 { color: var(--white); }
.archive-hero p:not(.eyebrow) { max-width: 720px; margin: 14px auto 0; color: var(--text); }
.archive-hero--dark p:not(.eyebrow) { color: #c5d7e9; }
.region-card-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 20px; }
.region-card { display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.region-card .icon-box { margin-bottom: 14px; }
.region-card h2 { margin: 0 0 10px; font-size: 21px; }
.region-card h2 a { color: var(--navy-700); text-decoration: none; }
.region-card > p:not(.eyebrow) { color: var(--text); font-size: 14px; }
.compact-cta { text-align: center; }
.compact-cta h2 { margin: 0 0 8px; font-size: clamp(27px, 3.5vw, 37px); }
.compact-cta > .wrap > p { margin: 0 0 24px; color: var(--text); }

.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 24px; }
.post-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.post-card__image { height: 200px; display: block; background: var(--blue-100); }
.post-card__image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.post-card__body { padding: 22px; }
.post-card h2 { margin: 6px 0 10px; font-size: 21px; }
.post-card h2 a { color: var(--navy-700); text-decoration: none; }
.post-card p:not(.post-meta) { color: var(--text); font-size: 14px; }
.post-meta, .article-meta { color: var(--muted); font-size: 12px; font-weight: 700; }
.article-header { padding-block: 52px 35px; text-align: center; }
.article-header h1 { margin: 0; font-size: clamp(39px, 5vw, 56px); }
.article-meta { margin: 16px 0 0; }
.article-lead { margin: 20px auto 0; color: var(--text); font-size: 18px; }
.article-featured { height: min(55vw, 560px); overflow: hidden; border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.article-featured img { width: 100%; height: 100%; object-fit: cover; }
.article-page > .entry-content { padding-block: 50px 75px; }
.nav-links { display: flex; justify-content: center; gap: 8px; margin-top: 38px; }
.nav-links .page-numbers { min-width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 8px; background: var(--white); text-decoration: none; }
.nav-links .current { color: var(--white); background: var(--blue-600); border-color: var(--blue-600); }
.empty-state, .error-page { text-align: center; }
.empty-state { max-width: 650px; margin: auto; }
.empty-state .search-form { margin: 24px auto; }
.error-page { min-height: 58vh; display: grid; place-items: center; }
.error-page h1 { margin: 0; font-size: clamp(34px, 4vw, 48px); }
.error-page p:not(.error-code) { color: var(--text); }
.error-code { margin: 0; color: #dbe8f6; font-size: clamp(90px, 15vw, 170px); font-weight: 950; line-height: .8; }
.search-form { max-width: 560px; display: flex; gap: 8px; }
.search-form label { flex: 1; }
.search-field { width: 100%; height: 46px; padding: 0 14px; border: 1px solid var(--line); border-radius: 9px; background: var(--white); color: var(--navy-700); }
.search-form button { padding: 0 22px; border: 0; border-radius: 9px; background: var(--blue-600); color: var(--white); font-weight: 850; }

.site-footer { color: #b9cde4; background: radial-gradient(circle at 88% 0%, rgba(245,130,11,.14), transparent 42%), linear-gradient(180deg, var(--navy-800), var(--navy-900)); }
.footer-top { min-height: 150px; display: flex; justify-content: space-between; align-items: center; gap: 26px; border-bottom: 1px solid rgba(255,255,255,.12); }
.footer-brand { display: flex; align-items: center; gap: 18px; }
.footer-brand__logo { width: 245px; padding: 9px 12px; border-radius: 12px; background: var(--white); box-shadow: 0 12px 30px rgba(0,0,0,.28); }
.footer-brand__logo img { display: block; }
.footer-brand strong, .footer-brand small { display: block; }
.footer-brand strong { color: var(--white); font-size: 18px; }
.footer-brand strong em { color: #6faee3; font-style: normal; }
.footer-brand small { color: #7e97b5; font-size: 11.5px; }
.footer-top__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.footer-grid { display: grid; grid-template-columns: 1.25fr .9fr 1fr .9fr; gap: 38px; padding-block: 42px 34px; }
.footer-grid h2 { margin: 0 0 14px; color: var(--white); font-size: 12px; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid p, .footer-grid li { font-size: 13px; }
.footer-grid ul { margin: 0; padding: 0; list-style: none; }
.footer-grid a { color: #a9bfd7; text-decoration: none; }
.footer-grid a:hover { color: var(--white); }
.footer-regions { display: grid; grid-template-columns: 1fr 1fr; gap: 5px 14px; }
.footer-contact { display: grid; gap: 10px; }
.footer-contact li { display: flex; align-items: center; gap: 9px; }
.footer-badge { display: inline-flex; align-items: center; gap: 7px; padding: 7px 13px; border: 1px solid rgba(255,255,255,.16); border-radius: 999px; background: rgba(255,255,255,.07); color: #dbe8f6; font-size: 11.5px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 18px 26px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p { margin: 0; color: #7e97b5; font-size: 11.5px; }
.footer-bottom a { color: #8fa6c0; text-decoration: none; }
.floating-whatsapp { position: fixed; right: 23px; bottom: 23px; z-index: 90; display: flex; align-items: center; gap: 9px; padding: 13px 20px; border-radius: 999px; background: var(--green); color: var(--white); font-size: 14px; font-weight: 850; text-decoration: none; box-shadow: 0 10px 28px rgba(37,211,102,.35); animation: waPulse 2.8s ease-out infinite; }
.floating-whatsapp:hover { color: var(--white); background: #1fb458; }
.mobile-actionbar { display: none; }
@keyframes waPulse { 0% { box-shadow: 0 0 0 0 rgba(37,211,102,.42); } 70% { box-shadow: 0 0 0 15px rgba(37,211,102,0); } 100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); } }

@media (max-width: 1080px) {
  .site-brand { flex-basis: 240px; }
  .site-brand__image, .site-brand .custom-logo { width: 240px; }
  .site-nav { gap: 14px; font-size: 13px; }
  .nav-call { padding-inline: 14px; }
  .hero__grid { grid-template-columns: 1fr .8fr; gap: 35px; }
  .feature-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .footer-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}

@media (max-width: 900px) {
  body { padding-bottom: calc(64px + env(safe-area-inset-bottom)); }
  .topbar { display: none; }
  .site-header { backdrop-filter: none; }
  .floating-whatsapp { display: none; }
  .mobile-actionbar { position: fixed; inset: auto 0 0; z-index: 140; padding: 8px 12px calc(8px + env(safe-area-inset-bottom)); display: grid; grid-template-columns: 1fr 1.15fr; gap: 8px; background: rgba(255,255,255,.97); border-top: 1px solid var(--line); box-shadow: 0 -10px 30px rgba(13,50,89,.14); backdrop-filter: blur(12px); }
  .mobile-actionbar__button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; border-radius: 10px; color: var(--white); font-size: 14px; font-weight: 850; text-decoration: none; box-shadow: 0 7px 18px rgba(13,50,89,.16); }
  .mobile-actionbar__button--call { background: linear-gradient(135deg, var(--orange-500), var(--orange-600)); }
  .mobile-actionbar__button--whatsapp { background: var(--green); }
  .site-header__inner { min-height: 70px; }
  .nav-toggle { display: block; }
  .site-nav { position: fixed; top: 74px; right: 0; bottom: 0; left: 0; z-index: 105; height: auto; max-height: none; padding: 22px 24px calc(100px + env(safe-area-inset-bottom)); display: none; overflow-y: auto; overscroll-behavior: contain; align-items: stretch; flex-direction: column; gap: 3px; background: var(--white); font-size: 16px; }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.button), .nav-group__label { min-height: 48px; display: flex; align-items: center; border-bottom: 1px solid var(--line); }
  .nav-group { min-height: auto; padding: 0; display: block; }
  .nav-group__label { justify-content: space-between; }
  .nav-group__label button { width: 44px; height: 44px; margin-left: auto; }
  .mega-menu { position: static; width: 100%; max-height: 0; padding: 0; grid-template-columns: 1fr; gap: 2px; overflow: hidden; border: 0; border-radius: 0; box-shadow: none; opacity: 1; visibility: visible; transform: none; transition: max-height .25s ease, padding .25s ease; }
  .nav-group:hover .mega-menu, .nav-group:focus-within .mega-menu { transform: none; }
  .nav-group.submenu-open .mega-menu { max-height: 1500px; padding: 8px 0 12px; transform: none; }
  .mega-menu--regions { width: 100%; }
  .mega-menu__item { padding-inline: 0; }
  .mega-menu__region { padding: 10px 6px; }
  .site-nav .button { width: 100%; margin-top: 13px; }
  .hero__grid, .detail-hero, .region-hero__inner { grid-template-columns: 1fr; }
  .hero__grid { padding-block: 52px 62px; }
  .hero__visual { min-height: 440px; }
  .service-grid, .post-grid, .region-card-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .testimonial-grid { grid-template-columns: 1fr; }
  .detail-layout, .region-layout { grid-template-columns: 1fr; }
  .detail-sidebar, .region-sidebar { position: static; grid-template-columns: 1fr 1fr; }
  .service-area-card { grid-template-columns: auto 1fr; }
  .service-area-card ul { grid-column: 1 / -1; }
  .footer-top { padding-block: 30px; align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .wrap { width: min(calc(100% - 32px), var(--wrap)); }
  .site-brand { min-width: 0; flex-basis: 220px; }
  .site-brand__image, .site-brand .custom-logo { width: 220px; height: 48px; }
  .section { padding: 58px 0; }
  .hero__grid { min-height: auto; }
  .hero h1 { font-size: 41px; }
  .hero__lead { font-size: 16px; }
  .hero__visual { min-height: 370px; }
  .hero__contact-card { left: 10px; right: 10px; bottom: 10px; }
  .button-row > .button { width: 100%; }
  .hero__proof { display: grid; gap: 11px; }
  .service-grid, .feature-grid, .post-grid, .region-card-grid, .service-mini-grid { grid-template-columns: 1fr; }
  .service-card__image { height: 210px; }
  .contact-panel { padding: 40px 20px; }
  .service-area-card { grid-template-columns: 1fr; text-align: center; }
  .service-area-card__pin { margin-inline: auto; }
  .service-area-card ul { grid-column: auto; text-align: left; }
  .detail-hero__image { height: 310px; }
  .steps { grid-template-columns: 1fr; }
  .detail-sidebar, .region-sidebar { grid-template-columns: 1fr; }
  .region-hero__inner { gap: 32px; padding-block: 45px; }
  .region-hero__badge { padding: 20px; }
  .footer-brand { align-items: flex-start; flex-direction: column; }
  .footer-brand__logo { width: 230px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
  .floating-whatsapp { width: 52px; height: 52px; right: 15px; bottom: 15px; justify-content: center; padding: 0; }
  .floating-whatsapp span { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media print {
  .topbar, .site-header, .site-footer, .floating-whatsapp, .mobile-actionbar, .button-row, .detail-sidebar, .region-sidebar { display: none !important; }
  body { background: #fff; color: #111; }
  .wrap { width: 100%; }
}
