:root {
  color-scheme: dark;
  --bg: #131313;
  --surface: #1c1b1b;
  --raised: #252424;
  --line: #393737;
  --text: #f4f2f1;
  --muted: #bdb9b7;
  --red: #e53935;
  --button-red: #b71c1c;
  --yellow: #fabd00;
  --body: "Roboto Flex", Arial, sans-serif;
  --heading: "Oswald", "Arial Narrow", Arial, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; background: var(--bg); color: var(--text); font: 1rem/1.65 var(--body); }
a { color: inherit; text-decoration: none; }
a, summary { -webkit-tap-highlight-color: transparent; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--yellow); outline-offset: 5px; }
img { display: block; max-width: 100%; }
h1, h2, h3, p, figure { margin: 0; }
h1, h2, h3 { font-family: var(--heading); line-height: 1.12; font-weight: 600; }
h2 { font-size: clamp(2rem, 3.2vw, 3rem); letter-spacing: -.02em; }
h3 { font-size: 1.5rem; }
::selection { color: #fff; background: #a91e1e; }
.wrap { width: min(1240px, calc(100% - 3rem)); margin-inline: auto; }
.skip-link { position: absolute; top: .75rem; left: 1rem; z-index: 100; padding: .75rem 1rem; background: var(--yellow); color: #131313; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
.site-footer a, .gallery-link { text-underline-offset: .3em; }
.site-footer a:hover, .gallery-link:hover { color: var(--yellow); text-decoration: underline; }
/* The header markup and utility classes are reused from hizmetler.html. */
.material-symbols-outlined { font-family: 'Material Symbols Outlined'; font-weight: normal; font-style: normal; font-size: 24px; line-height: 1; letter-spacing: normal; text-transform: none; display: inline-block; white-space: nowrap; word-wrap: normal; direction: ltr; -webkit-font-feature-settings: 'liga'; -webkit-font-smoothing: antialiased; }
.fluid-btn { position: relative; overflow: hidden; transition: all .3s ease; }
.fluid-btn::after { content: ''; position: absolute; top: 50%; left: 50%; width: 300%; height: 300%; background: rgba(255,255,255,.1); transform: translate(-50%, -50%) scale(0); border-radius: 50%; transition: transform .5s ease-out; }
.fluid-btn:hover::after { transform: translate(-50%, -50%) scale(1); }
.software-page { padding-top: 5rem; flex-grow: 1; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: .5rem .75rem; padding-top: 1.75rem; color: var(--muted); font-size: .875rem; }
.breadcrumbs a:hover { color: var(--yellow); }
.breadcrumbs [aria-current] { color: var(--text); }
.hero { padding: 3.75rem 0 4.5rem; }
.hero-grid { display: grid; grid-template-columns: 1.12fr 1fr; gap: 3.5rem; align-items: center; }
.eyebrow { color: var(--yellow); font-size: .875rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.status-dot { display: inline-block; width: .5rem; height: .5rem; background: var(--yellow); margin: 0 .35rem .05rem 0; }
h1 { font-size: clamp(3.4rem, 5.8vw, 5.75rem); letter-spacing: -.035em; margin: 1.5rem 0; line-height: 1.08; }
h1 span { color: var(--red); }
.hero-lead { max-width: 33rem; font-size: 1.25rem; color: var(--text); line-height: 1.55; }
.hero-detail { max-width: 32rem; color: var(--muted); margin-top: 1rem; }
.actions { display: flex; gap: .75rem; flex-wrap: wrap; margin-top: 1.75rem; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: .8rem; min-height: 3.4rem; padding: .9rem 1.1rem; border: 1px solid transparent; border-radius: .2rem; font-size: .9375rem; font-weight: 600; text-align: center; line-height: 1.45; transition: background .15s ease, border-color .15s ease; }
.button-primary { background: var(--button-red); color: #fff; border-color: var(--button-red); }
.button-primary:hover { background: #971616; border-color: #971616; }
.button-outline { border-color: #5d5957; color: var(--text); }
.button-outline:hover { background: var(--raised); border-color: var(--muted); }
.button span { font-size: 1.25rem; }
.contact-note { color: var(--muted); font-size: .875rem; margin-top: 1rem; }
.contact-note > span { padding-inline: .4rem; color: #74716f; }
.hero-facts { display: grid; grid-template-columns: 1fr 1fr 1.25fr; border-top: 1px solid var(--line); padding-top: 1.6rem; margin-top: 2.5rem; gap: 1rem; }
.hero-facts strong { display: block; font: 500 1.375rem/1.3 var(--heading); }
.hero-facts div > span { color: var(--muted); font-size: .875rem; }
.hero-photo { position: relative; aspect-ratio: 4 / 5; min-width: 0; border-bottom: 4px solid var(--red); background: var(--surface); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 45%; }
.hero-photo figcaption { position: absolute; bottom: 0; inset-inline: 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: .5rem 1rem; background: #131313ed; padding: 1rem 1.25rem; font-size: .875rem; }
.hero-photo figcaption > span { font-family: var(--heading); letter-spacing: .03em; }
.hero-photo figcaption a { color: var(--yellow); }
.section { padding: 4.5rem 0; border-top: 1px solid var(--line); }
.services { background: var(--surface); }
.section-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.section-heading h2, .faq-grid h2, .contact h2 { margin-top: .85rem; }
.section-heading > p { max-width: 27rem; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1rem; }
.service-card { padding: 1.75rem 1.4rem; border: 1px solid var(--line); background: var(--bg); display: flex; flex-direction: column; }
.service-number { display: block; color: var(--muted); font-size: .875rem; letter-spacing: .035em; margin-bottom: 1.6rem; }
.service-card h3 { margin-bottom: .9rem; }
.service-card p { color: var(--muted); margin-bottom: 1.5rem; }
.service-card a { color: var(--yellow); margin-top: auto; font-size: .9375rem; }
.service-card a:hover { text-decoration: underline; text-underline-offset: .25em; }
.service-footnote { color: var(--muted); margin-top: 1.5rem; font-size: .9375rem; }
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.5rem; list-style: none; padding: 0; margin: 0; }
.steps li { border-top: 2px solid var(--line); padding-top: 1.5rem; display: flex; align-items: flex-start; gap: 1.25rem; }
.step-number { color: var(--red); font: 500 2rem/1 var(--heading); }
.steps h3 { font-size: 1.25rem; margin-bottom: .8rem; }
.steps p { color: var(--muted); }
.faq { background: var(--surface); }
.faq-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; }
.muted { color: var(--muted); }
.faq-grid > div > p.muted { max-width: 24rem; margin-top: 1.4rem; }
.faq-list details { border-bottom: 1px solid #484341; }
.faq-list details:first-child { border-top: 1px solid #484341; }
.faq-list summary { padding: 1.3rem 2rem 1.3rem .2rem; cursor: pointer; font-size: 1.0625rem; font-weight: 500; }
.faq-list summary::marker { color: var(--yellow); }
.faq-list details[open] summary { color: var(--yellow); }
.faq-list details p { padding: 0 .2rem 1.4rem; color: var(--muted); }
.contact-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; }
.contact-person { margin-top: 1.7rem; font-size: 1.25rem; font-weight: 500; }
.contact-person span { display: block; color: var(--muted); font-size: .9375rem; font-weight: 400; }
.contact-phone { display: inline-block; font: 500 clamp(2rem, 4vw, 3rem)/1.3 var(--heading); margin: .9rem 0; }
.contact-phone:hover { color: var(--yellow); }
.address-panel { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; background: var(--surface); border: 1px solid var(--line); border-top: 3px solid var(--red); padding: 2.5rem; }
.address-label { color: var(--red); font: 600 1.5rem/1.3 var(--heading); margin-bottom: 1.5rem; }
.address-panel h3 { font-size: 1.25rem; margin-bottom: .85rem; }
address { font-style: normal; color: var(--muted); }
.address-panel .button { margin: 1.5rem 0; }
.gallery-link { color: var(--muted); font-size: .9375rem; }
.site-footer { border-top: 1px solid var(--line); color: var(--muted); padding: 1.75rem 0; font-size: .875rem; }
.footer-inner, .site-footer nav { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 1rem 1.5rem; }
.mobile-contact { display: none; }
@media (max-width: 1050px) {
  .hero-grid { gap: 2rem; }
  .hero-copy .actions { flex-direction: column; align-items: stretch; }
  .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-facts { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .steps { gap: 1.5rem; }
}
@media (max-width: 800px) {
  html { scroll-padding-top: 7.5rem; }
  .hero { padding-top: 2.25rem; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-copy .actions { flex-direction: row; }
  .hero-photo { aspect-ratio: 5 / 4; }
  .hero-photo img { object-position: center 41%; }
  .hero-facts { margin-top: 2rem; }
  .section-heading { display: block; }
  .section-heading > p { max-width: none; margin-top: 1.2rem; }
  .steps { grid-template-columns: 1fr; gap: 1.5rem; }
  .faq-grid, .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .faq-grid > div > p.muted { max-width: none; }
}
@media (max-width: 560px) {
  .wrap { width: calc(100% - 2rem); }
  html { scroll-padding-top: 6rem; }
  .eyebrow { letter-spacing: .035em; }
  h1 { font-size: clamp(3rem, 12vw, 4.5rem); }
  .hero-lead { font-size: 1.125rem; }
  .hero-copy .actions, .contact .actions { flex-direction: column; }
  .button { width: 100%; }
  .hero-facts { gap: .75rem; }
  .hero-facts strong { font-size: 1.125rem; }
  .hero-photo { aspect-ratio: 4 / 5; }
  .hero-photo img { object-position: center 42%; }
  .section, .hero { padding-bottom: 3rem; }
  .section { padding-top: 3rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { padding: 1.5rem; }
  .service-number { margin-bottom: 1rem; }
  .address-panel { padding: 1.5rem; }
  .mobile-contact { display: grid; grid-template-columns: 1fr; position: fixed; bottom: 0; inset-inline: 0; z-index: 30; background: #131313; border-top: 1px solid #5d5957; padding: .6rem .6rem calc(.6rem + env(safe-area-inset-bottom)); gap: .5rem; }
  .mobile-contact a { min-height: 3.2rem; display: flex; align-items: center; justify-content: center; padding: .5rem; border: 1px solid #5d5957; font-size: .875rem; font-weight: 500; text-align: center; line-height: 1.4; }
  .mobile-contact .mobile-whatsapp { background: var(--button-red); border-color: var(--button-red); color: #fff; }
  body { padding-bottom: calc(6.5rem + env(safe-area-inset-bottom)); }
  .site-footer nav { gap: .75rem 1.25rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .button { transition: none; }
}
@media print {
  body > header, .mobile-contact, .skip-link { display: none; }
  body { padding: 0; background: #fff; color: #111; }
  a { color: #111; }
  .hero-photo { max-height: 25rem; }
}
