:root {
    --ink: #121416;
    --ink-2: #1b1e21;
    --paper: #f5f3ef;
    --white: #ffffff;
    --muted: #777b7e;
    --line: rgba(18, 20, 22, .14);
    --brand: #ef3b18;
    --brand-dark: #c7280d;
    --green: #1eae5b;
    --display: "Barlow Condensed", Arial, sans-serif;
    --body: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: var(--body); font-size: 16px; line-height: 1.72; overflow-x: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
a:hover { color: inherit; }
.site-container { max-width: 1480px; padding-left: clamp(20px, 4vw, 64px); padding-right: clamp(20px, 4vw, 64px); }
.section-pad { padding: clamp(76px, 9vw, 144px) 0; }
.bg-soft { background: var(--paper); }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 9999; transform: translateY(-200%); padding: 12px 18px; background: var(--white); color: var(--ink); }
.skip-link:focus { transform: none; }

.topbar { background: var(--ink); color: rgba(255,255,255,.72); font-size: 12px; letter-spacing: .04em; padding: 9px 0; }
.topbar a:hover { color: var(--white); }
.site-header { top: 0; z-index: 1040; background: rgba(255,255,255,.97); border-bottom: 1px solid var(--line); transition: box-shadow .25s ease; }
.site-header.scrolled { box-shadow: 0 12px 40px rgba(0,0,0,.08); }
.navbar { min-height: 88px; padding: 0; }
.brand img { display: block; width: 174px; height: auto; mix-blend-mode: multiply; }
.desktop-nav { height: 88px; }
.desktop-nav > a:not(.header-phone) { display: flex; align-items: center; height: 100%; padding: 0 17px; font-weight: 600; font-size: 13px; letter-spacing: -.01em; position: relative; }
.desktop-nav > a:not(.header-phone):after { content: ""; position: absolute; left: 18px; right: 18px; bottom: 0; height: 3px; transform: scaleX(0); background: var(--brand); transform-origin: left; transition: transform .25s ease; }
.desktop-nav > a:hover:after { transform: scaleX(1); }
.header-phone { margin-left: 20px; padding: 13px 18px; min-width: 170px; color: var(--white); background: var(--ink); line-height: 1.25; font-family: var(--display); font-size: 21px; font-weight: 700; letter-spacing: .02em; }
.header-phone span { display: block; color: rgba(255,255,255,.58); font-family: var(--body); font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .16em; }
.menu-trigger { width: 50px; height: 50px; display: grid; place-content: center; gap: 5px; padding: 0; border: 0; background: var(--ink); }
.menu-trigger span { display: block; width: 22px; height: 2px; background: #fff; }

.mobile-panel { width: min(94vw, 450px) !important; color: var(--white); background: #111315; border: 0; }
.mobile-panel .offcanvas-header { padding: 28px 24px 20px; border-bottom: 1px solid rgba(255,255,255,.12); align-items: flex-start; }
.mobile-panel .offcanvas-title { font-family: var(--display); font-size: 28px; font-weight: 700; line-height: 1; }
.mobile-panel .eyebrow { color: var(--brand); }
.mobile-panel .offcanvas-body { padding: 20px 24px calc(28px + env(safe-area-inset-bottom)); }
.mobile-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.mobile-contact { min-height: 92px; display: flex; flex-direction: column; justify-content: flex-end; padding: 14px; background: #222629; border: 1px solid rgba(255,255,255,.07); }
.mobile-contact.whatsapp { background: var(--green); }
.mobile-contact b { font-family: var(--display); font-size: 19px; line-height: 1.1; }
.mobile-contact.phone b { max-width: 100%; white-space: nowrap; font-size: clamp(15px, 4.25vw, 18px); letter-spacing: -.02em; }
.mobile-contact span { margin-top: 5px; color: rgba(255,255,255,.65); font-size: 10px; line-height: 1.35; }
.mobile-contact.whatsapp span { color: rgba(255,255,255,.85); }
.mobile-nav-title { margin: 26px 0 8px; color: rgba(255,255,255,.4); font-size: 9px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.mobile-nav { border-top: 1px solid rgba(255,255,255,.11); }
.mobile-nav a { display: flex; align-items: center; justify-content: space-between; padding: 12px 2px; border-bottom: 1px solid rgba(255,255,255,.11); font-family: var(--display); font-size: 22px; font-weight: 600; }
.mobile-nav a span { color: rgba(255,255,255,.32); font-family: var(--body); font-size: 9px; letter-spacing: .12em; }
.mobile-services { display: flex; flex-wrap: wrap; gap: 7px; }
.mobile-services a { padding: 8px 10px; border: 1px solid rgba(255,255,255,.16); font-size: 11px; }
.mobile-address { margin-top: 28px !important; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.11); }
.mobile-address span { display: block; color: var(--brand); font-size: 9px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.mobile-address strong { display: block; margin-top: 6px; font-size: 11px; font-weight: 500; color: rgba(255,255,255,.72); }

.hero-section { min-height: calc(100svh - 120px); position: relative; display: flex; align-items: stretch; color: var(--white); background: var(--ink); overflow: hidden; }
.hero-media, .hero-overlay { position: absolute; inset: 0; }
.hero-media { background-size: cover; background-position: center; transform: scale(1.02); }
.hero-overlay { background: linear-gradient(90deg, rgba(7,9,10,.91) 0%, rgba(7,9,10,.58) 55%, rgba(7,9,10,.2) 100%), linear-gradient(0deg, rgba(7,9,10,.82) 0%, transparent 40%); }
.hero-content { position: relative; z-index: 2; display: flex; flex-direction: column; justify-content: flex-end; width: 100%; padding-top: 110px; padding-bottom: 34px; }
.hero-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 24px; font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.hero-kicker > span { width: 34px; height: 2px; background: var(--brand); }
.hero-content h1, .page-hero h1, .service-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(70px, 9.4vw, 154px); font-weight: 700; line-height: .78; letter-spacing: -.035em; text-transform: uppercase; }
.hero-content h1 em, .page-hero h1 em { color: var(--brand); font-style: normal; }
.hero-content p { max-width: 760px; margin: 35px 0 30px; color: rgba(255,255,255,.76); font-size: clamp(16px, 1.35vw, 20px); line-height: 1.65; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.btn { border-radius: 0; padding: 14px 20px; font-size: 13px; font-weight: 700; }
.btn-lg { padding: 17px 24px; font-size: 13px; }
.btn span { margin-left: 14px; }
.btn-brand { color: var(--white); background: var(--brand); border-color: var(--brand); }
.btn-brand:hover, .btn-brand:focus { color: var(--white); background: var(--brand-dark); border-color: var(--brand-dark); }
.hero-stat { display: flex; align-items: center; gap: 16px; justify-content: flex-end; }
.hero-stat strong { font-family: var(--display); font-size: 90px; line-height: .75; color: var(--brand); }
.hero-stat span { padding-left: 16px; border-left: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.4; text-transform: uppercase; letter-spacing: .12em; }
.hero-bottom { display: flex; justify-content: space-between; gap: 18px; margin-top: 62px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.24); color: rgba(255,255,255,.55); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }

.section-index, .eyebrow { display: inline-block; color: var(--brand); font-size: 10px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.section-index.light { color: rgba(255,255,255,.48); }
.statement { max-width: 980px; margin: 0; font-family: var(--display); font-size: clamp(46px, 5.3vw, 82px); font-weight: 600; letter-spacing: -.025em; line-height: .98; text-transform: uppercase; }
.statement span { color: var(--brand); }
.lead-copy { color: #4c5053; font-size: clamp(17px, 1.4vw, 21px); line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 20px; padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 700; }
.text-link span { color: var(--brand); font-size: 18px; }
.section-heading { margin-bottom: 52px; }
.section-heading h2, .process-section h2, .quick-cta h2 { margin: 10px 0 0; font-family: var(--display); font-size: clamp(44px, 5vw, 76px); font-weight: 700; line-height: .96; letter-spacing: -.025em; text-transform: uppercase; }

.service-feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.service-feature { min-height: 380px; position: relative; overflow: hidden; background: var(--ink); opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.service-feature.is-visible { opacity: 1; transform: none; }
.service-feature-large { grid-column: span 2; grid-row: span 2; min-height: 776px; }
.service-feature > a { display: block; height: 100%; color: var(--white); }
.service-feature img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .5s ease, opacity .5s ease; opacity: .72; }
.service-feature:after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(0deg, rgba(0,0,0,.88) 0%, transparent 62%); }
.service-feature:hover img { transform: scale(1.04); opacity: .9; }
.service-no { position: absolute; z-index: 2; top: 22px; right: 22px; font-size: 10px; letter-spacing: .12em; }
.service-card-content { position: absolute; z-index: 2; left: 26px; right: 26px; bottom: 25px; }
.service-card-content h3 { margin: 0; font-family: var(--display); font-size: 34px; font-weight: 700; text-transform: uppercase; }
.service-feature-large .service-card-content h3 { font-size: clamp(42px, 4.2vw, 66px); }
.service-card-content p { max-width: 610px; margin: 10px 0 13px; color: rgba(255,255,255,.67); font-size: 12px; line-height: 1.6; }
.service-card-content b { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }

.process-section, .values-section { color: var(--white); background: var(--ink); }
.process-section h2 { font-size: clamp(44px, 5vw, 72px); }
.process-list { border-top: 1px solid rgba(255,255,255,.17); }
.process-list > div { display: grid; grid-template-columns: 70px 1fr 1.5fr; gap: 30px; align-items: start; padding: 30px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.process-list b { color: var(--brand); font-size: 11px; }
.process-list h3 { margin: 0; font-family: var(--display); font-size: 28px; text-transform: uppercase; }
.process-list p { margin: 0; color: rgba(255,255,255,.58); font-size: 13px; }
.logo-row { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-right: 0; }
.logo-row > div { min-height: 160px; display: grid; place-items: center; padding: 24px; border-right: 1px solid var(--line); }
.logo-row img { max-width: 120px; max-height: 58px; filter: grayscale(1); opacity: .62; transition: .25s ease; }
.logo-row > div:hover img { filter: none; opacity: 1; }

.blog-card { height: 100%; opacity: 0; transform: translateY(20px); transition: opacity .5s ease, transform .5s ease; }
.blog-card.is-visible { opacity: 1; transform: none; }
.blog-card a { display: block; height: 100%; }
.blog-card-image { height: 270px; overflow: hidden; background: #ddd; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.blog-card:hover img { transform: scale(1.04); }
.blog-meta { display: flex; gap: 14px; margin-top: 18px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.blog-card h3, .blog-card h2 { margin: 12px 0; font-family: var(--display); font-size: 30px; font-weight: 700; line-height: 1.05; text-transform: uppercase; }
.blog-card p { color: var(--muted); font-size: 13px; }
.blog-card b { color: var(--brand); font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.page-hero { position: relative; color: var(--white); background: var(--ink); }
.page-hero.compact { padding: clamp(90px, 11vw, 170px) 0 clamp(80px, 9vw, 130px); overflow: hidden; }
.page-hero:after { content: "YILDIZ"; position: absolute; right: -2vw; bottom: -8vw; color: rgba(255,255,255,.025); font-family: var(--display); font-size: 30vw; font-weight: 800; line-height: .8; pointer-events: none; }
.page-hero .site-container { position: relative; z-index: 1; }
.page-hero h1 { max-width: 1100px; font-size: clamp(64px, 8vw, 126px); }
.page-hero p { max-width: 700px; margin: 32px 0 0; color: rgba(255,255,255,.62); font-size: 18px; }
.about-image { width: 100%; min-height: 600px; object-fit: cover; }
.content-title { margin: 15px 0 28px; font-family: var(--display); font-size: clamp(46px, 5vw, 74px); line-height: .96; font-weight: 700; text-transform: uppercase; }
.values-section .value-card { height: 100%; padding: 28px; border: 1px solid rgba(255,255,255,.16); }
.value-card b, .mini-step b { color: var(--brand); font-size: 11px; }
.value-card h3, .mini-step h3 { margin: 70px 0 12px; font-family: var(--display); font-size: 27px; text-transform: uppercase; }
.value-card p { color: rgba(255,255,255,.57); font-size: 13px; }
.sector-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.sector-grid span { padding: 19px 0; border-bottom: 1px solid var(--line); font-family: var(--display); font-size: 24px; text-transform: uppercase; }
.sector-grid span:nth-child(odd) { border-right: 1px solid var(--line); }
.sector-grid span:nth-child(even) { padding-left: 30px; }

.service-list-card { height: 100%; border: 1px solid var(--line); opacity: 0; transform: translateY(20px); transition: .45s ease; }
.service-list-card.is-visible { opacity: 1; transform: none; }
.service-list-card a { display: flex; flex-direction: column; height: 100%; }
.service-list-image { height: 300px; position: relative; overflow: hidden; background: var(--paper); }
.service-list-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.service-list-card:hover img { transform: scale(1.04); }
.service-list-image span { position: absolute; top: 18px; right: 18px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--white); background: var(--brand); font-size: 10px; }
.service-list-body { flex: 1; padding: 26px; }
.service-list-body h2 { font-family: var(--display); font-size: 32px; font-weight: 700; text-transform: uppercase; }
.service-list-body p { color: var(--muted); font-size: 13px; }
.service-list-body b { display: block; margin-top: 22px; color: var(--brand); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

.service-hero { min-height: 720px; position: relative; display: flex; align-items: flex-end; color: var(--white); background: var(--ink); }
.service-hero-image, .service-hero-overlay { position: absolute; inset: 0; }
.service-hero-image { background-size: cover; background-position: center; }
.service-hero-overlay { background: linear-gradient(90deg, rgba(10,12,13,.93), rgba(10,12,13,.4)), linear-gradient(0deg, rgba(10,12,13,.7), transparent); }
.service-hero .site-container { width: 100%; position: relative; z-index: 1; padding-top: 50px; padding-bottom: 75px; }
.back-link { display: inline-flex; margin-bottom: 65px; color: rgba(255,255,255,.65); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.service-hero h1 { font-size: clamp(70px, 9vw, 135px); }
.service-hero-content p { max-width: 690px; margin: 28px 0; color: rgba(255,255,255,.7); font-size: 18px; }
.feature-box { padding: 36px; color: var(--white); background: var(--ink); }
.feature-box > span { display: block; margin-bottom: 30px; color: var(--brand); font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.feature-box > div { display: flex; gap: 15px; padding: 17px 0; border-top: 1px solid rgba(255,255,255,.14); font-family: var(--display); font-size: 21px; text-transform: uppercase; }
.feature-box b { color: var(--brand); }
.mini-step { height: 100%; min-height: 260px; padding: 28px; background: var(--white); opacity: 0; transform: translateY(20px); transition: .45s ease; }
.mini-step.is-visible { opacity: 1; transform: none; }
.mini-step h3 { margin-top: 58px; }
.mini-step p { color: var(--muted); font-size: 13px; }
.accordion-item { border-color: var(--line); }
.accordion-button { padding: 22px 0; font-family: var(--display); font-size: 24px; font-weight: 600; text-transform: uppercase; }
.accordion-button:not(.collapsed) { color: var(--brand); background: transparent; box-shadow: none; }
.accordion-button:focus { box-shadow: none; }
.accordion-body { padding: 0 45px 25px 0; color: var(--muted); font-size: 14px; }

.reference-card { min-height: 260px; position: relative; display: grid; place-items: center; padding: 30px; border: 1px solid var(--line); }
.reference-card img { max-width: 170px; max-height: 80px; filter: grayscale(1); opacity: .7; }
.reference-card span { position: absolute; left: 18px; bottom: 14px; color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.reference-note { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; margin-top: 65px; padding-top: 30px; border-top: 1px solid var(--line); }
.reference-note span { font-family: var(--display); font-size: 34px; line-height: 1.05; text-transform: uppercase; }
.reference-note p { color: var(--muted); }

.article-header { padding: 100px 0 60px; color: var(--white); background: var(--ink); }
.article-container { max-width: 1040px; }
.article-header .back-link { margin-bottom: 50px; }
.article-header .blog-meta { color: rgba(255,255,255,.5); }
.article-header h1 { max-width: 980px; margin: 20px 0 25px; font-family: var(--display); font-size: clamp(52px, 7vw, 96px); font-weight: 700; line-height: .93; text-transform: uppercase; }
.article-header p { max-width: 780px; color: rgba(255,255,255,.63); font-size: 18px; }
.article-cover { width: 100%; height: clamp(340px, 50vw, 620px); margin-top: -1px; object-fit: cover; }
.article-layout { display: grid; grid-template-columns: 90px minmax(0, 760px); gap: 50px; padding-top: 75px; padding-bottom: 110px; }
.article-share { display: flex; flex-direction: column; align-items: center; gap: 12px; }
.article-share span { color: var(--muted); font-size: 8px; font-weight: 700; letter-spacing: .15em; writing-mode: vertical-rl; margin-bottom: 8px; }
.article-share a { display: grid; place-items: center; width: 36px; height: 36px; border: 1px solid var(--line); font-size: 9px; font-weight: 700; }
.article-content { font-size: 17px; line-height: 1.85; }
.article-content p { margin-bottom: 24px; }
.article-content > p:first-child { font-size: 21px; color: #44484b; }
.article-content h2 { margin: 50px 0 18px; font-family: var(--display); font-size: 42px; line-height: 1; text-transform: uppercase; }
.article-content .alert { padding: 24px; color: var(--white); background: var(--ink); border-radius: 0; font-size: 14px; }
.article-cta { margin-top: 60px; padding: 42px; background: var(--paper); }
.article-cta span { color: var(--brand); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }
.article-cta h2 { margin-top: 15px; font-size: 36px; }

.contact-cards { margin-top: 40px; }
.contact-cards a { display: flex; flex-direction: column; padding: 22px 0; border-top: 1px solid var(--line); }
.contact-cards span { color: var(--muted); font-size: 9px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-cards strong { margin: 5px 0; font-family: var(--display); font-size: 28px; }
.contact-cards b { color: var(--brand); font-size: 10px; text-transform: uppercase; }
.contact-panel { padding: clamp(28px, 4vw, 54px); background: var(--paper); }
.contact-panel h2 { font-family: var(--display); font-size: 44px; text-transform: uppercase; }
.contact-panel > p { color: var(--muted); }
.contact-panel label { margin-bottom: 6px; font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-control, .form-select { min-height: 54px; border: 1px solid #d4d1ca; border-radius: 0; background-color: var(--white); font-size: 14px; }
.form-control:focus, .form-select:focus { border-color: var(--brand); box-shadow: 0 0 0 .2rem rgba(239,59,24,.1); }
.contact-panel small { max-width: 330px; color: var(--muted); font-size: 10px; }
.location-section { padding-bottom: 110px; }
.location-info { padding: 60px; color: var(--white); background: var(--ink); }
.location-info > span { color: var(--brand); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.location-info h2 { margin: 20px 0; font-family: var(--display); font-size: 48px; text-transform: uppercase; }
.location-info p { color: rgba(255,255,255,.6); }
.location-info .text-link { color: var(--white); border-color: rgba(255,255,255,.6); }
.map-placeholder { min-height: 450px; display: grid; place-items: center; color: var(--white); background: repeating-linear-gradient(135deg, #d63416, #d63416 35px, #de3a1b 35px, #de3a1b 70px); }
.map-placeholder > div { text-align: center; }
.map-placeholder span { display: block; font-family: var(--display); font-size: clamp(70px, 10vw, 140px); font-weight: 800; line-height: .8; opacity: .13; }
.map-placeholder b { display: block; margin: 20px 0; font-family: var(--display); font-size: 28px; line-height: 1.1; }
.map-placeholder a { padding-bottom: 6px; border-bottom: 1px solid rgba(255,255,255,.7); font-size: 11px; font-weight: 700; }
.map-embed { padding: 0; overflow: hidden; background: #e5e7eb; }
.map-embed iframe { width: 100%; height: 100%; min-height: 450px; display: block; border: 0; }

.quick-cta { padding: 70px 0; color: var(--white); background: var(--brand); }
.quick-cta .eyebrow { color: rgba(255,255,255,.68); }
.quick-cta h2 { max-width: 930px; font-size: clamp(38px, 4.5vw, 66px); }
.site-footer { padding: 90px 0 28px; color: var(--white); background: #0c0e0f; }
.footer-brand { display: inline-block; font-family: var(--display); font-size: 44px; font-weight: 800; line-height: .85; letter-spacing: -.03em; }
.footer-brand span { display: block; color: var(--brand); }
.footer-lead { max-width: 500px; margin: 28px 0; color: rgba(255,255,255,.48); }
.footer-contact { display: flex; flex-direction: column; font-family: var(--display); font-size: 22px; }
.site-footer h3 { margin-bottom: 20px; color: rgba(255,255,255,.38); font-family: var(--body); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.site-footer .col-6 > a, .site-footer .col-lg-2 > a { display: block; margin: 9px 0; color: rgba(255,255,255,.68); font-size: 12px; }
.site-footer .col-6 > a:hover, .site-footer .col-lg-2 > a:hover { color: var(--white); }
.footer-address { margin-top: 30px; color: rgba(255,255,255,.42); font-size: 11px; }
.footer-bottom { margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.34); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.not-found { min-height: 75vh; display: grid; place-items: center; padding: 100px 20px; color: var(--white); background: var(--ink); }
.not-found span { color: var(--brand); font-family: var(--display); font-size: 150px; font-weight: 800; line-height: .8; }
.not-found h1 { margin: 25px 0 12px; font-family: var(--display); font-size: 48px; text-transform: uppercase; }
.not-found p { margin-bottom: 28px; color: rgba(255,255,255,.58); }
@media (max-width: 1199.98px) {
    .desktop-nav > a:not(.header-phone) { padding-left: 10px; padding-right: 10px; }
    .header-phone { margin-left: 8px; min-width: 155px; }
    .service-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .logo-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 991.98px) {
    .navbar { min-height: 72px; }
    .brand img { width: 140px; }
    .hero-section { min-height: calc(100svh - 72px); }
    .hero-content { padding-top: 85px; }
    .hero-stat { justify-content: flex-start; margin-top: 20px; }
    .process-list > div { grid-template-columns: 55px 1fr; }
    .process-list p { grid-column: 2; }
    .about-image { min-height: 420px; }
    .location-info { padding: 42px; }
}

@media (max-width: 767.98px) {
    body { font-size: 15px; }
    .site-container { padding-left: 19px; padding-right: 19px; }
    .section-pad { padding: 72px 0; }
    .hero-media { background-position: 57% center; }
    .hero-overlay { background: linear-gradient(90deg, rgba(7,9,10,.93), rgba(7,9,10,.55)), linear-gradient(0deg, rgba(7,9,10,.94), transparent 65%); }
    .hero-content { padding-top: 75px; padding-bottom: 25px; }
    .hero-content h1 { font-size: clamp(60px, 19vw, 82px); line-height: .82; }
    .hero-content p { margin: 25px 0; font-size: 15px; line-height: 1.6; }
    .hero-actions { display: grid; grid-template-columns: 1fr; }
    .hero-actions .btn { width: 100%; }
    .hero-stat strong { font-size: 66px; }
    .hero-bottom { margin-top: 36px; overflow: hidden; }
    .hero-bottom span { min-width: max-content; }
    .hero-bottom span:not(:first-child) { display: none; }
    .statement { font-size: 46px; }
    .service-feature-grid { display: block; }
    .service-feature, .service-feature-large { min-height: 430px; margin-bottom: 12px; }
    .service-card-content h3, .service-feature-large .service-card-content h3 { font-size: 38px; }
    .service-card-content p { font-size: 11px; }
    .process-list > div { gap: 14px; padding: 25px 0; }
    .process-list h3 { font-size: 24px; }
    .logo-row { grid-template-columns: repeat(2, 1fr); }
    .logo-row > div { min-height: 115px; padding: 17px; }
    .page-hero.compact { padding: 85px 0 72px; }
    .page-hero h1 { font-size: clamp(58px, 17vw, 76px); line-height: .84; }
    .page-hero p { margin-top: 25px; font-size: 15px; }
    .content-title { font-size: 46px; }
    .about-image { min-height: 340px; }
    .sector-grid { grid-template-columns: 1fr; }
    .sector-grid span, .sector-grid span:nth-child(odd), .sector-grid span:nth-child(even) { padding: 15px 0; border-right: 0; font-size: 21px; }
    .service-list-image { height: 260px; }
    .service-hero { min-height: 660px; }
    .service-hero .site-container { padding-bottom: 48px; }
    .service-hero h1 { font-size: clamp(64px, 18vw, 84px); line-height: .85; }
    .service-hero-content p { font-size: 15px; }
    .back-link { margin-bottom: 45px; }
    .feature-box { padding: 26px; }
    .reference-card { min-height: 165px; padding: 20px; }
    .reference-card img { max-width: 110px; max-height: 56px; }
    .reference-note { grid-template-columns: 1fr; gap: 18px; margin-top: 45px; }
    .article-header { padding: 70px 0 45px; }
    .article-header h1 { font-size: 52px; }
    .article-header p { font-size: 15px; }
    .article-layout { grid-template-columns: 1fr; gap: 25px; padding-top: 48px; padding-bottom: 75px; }
    .article-share { flex-direction: row; justify-content: flex-start; }
    .article-share span { writing-mode: initial; margin: 0 8px 0 0; }
    .article-content { font-size: 16px; }
    .article-content > p:first-child { font-size: 18px; }
    .article-content h2 { font-size: 34px; }
    .article-cta { padding: 26px; }
    .article-cta h2 { font-size: 30px; }
    .contact-panel { margin-left: -7px; margin-right: -7px; }
    .location-section { padding-bottom: 75px; }
    .location-info { padding: 35px 25px; }
    .map-placeholder { min-height: 330px; }
    .map-embed iframe { min-height: 330px; }
    .quick-cta { padding: 55px 0; }
    .quick-cta .btn { width: 100%; }
    .site-footer { padding-top: 65px; }
}

@media (prefers-reduced-motion: reduce) {
    *, *:before, *:after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
    .service-feature, .service-list-card, .blog-card, .mini-step { opacity: 1; transform: none; }
}

/* Corporate light redesign */
:root {
    --ink: #172033;
    --ink-2: #22304a;
    --paper: #f5f7fb;
    --muted: #667085;
    --line: rgba(23, 32, 51, .12);
    --brand: #e73218;
    --brand-dark: #bd2412;
    --green: #25d366;
}

body { color: #263247; background: #fff; }
.topbar { color: rgba(255,255,255,.72); background: #181818; border-bottom: 1px solid rgba(255,255,255,.08); }
.topbar a { color: rgba(255,255,255,.82); }
.topbar a:hover { color: #fff; }
.topbar i { margin-right: 6px; color: var(--brand); }
.site-header { background: rgba(255,255,255,.96); }
.site-header.scrolled { box-shadow: 0 12px 40px rgba(30,45,70,.1); }
.header-phone { min-width: 176px; display: flex; align-items: center; margin-left: 22px; padding: 8px 15px 9px; color: var(--ink); border: 1px solid #dfe4eb; border-left: 3px solid var(--brand); border-radius: 8px; background: #fff; box-shadow: 0 7px 18px rgba(23,32,51,.06); transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease; }
.header-phone:hover { color: var(--ink); border-color: #d6a398 #d6a398 #d6a398 var(--brand); box-shadow: 0 10px 23px rgba(23,32,51,.1); transform: translateY(-1px); }
.header-phone .phone-copy { display: block; color: var(--ink); font-family: var(--body); font-size: inherit; line-height: 1.1; }
.header-phone .phone-copy small { display: block; margin-bottom: 4px; color: #8a94a6; font-family: var(--body); font-size: 8px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.header-phone .phone-copy strong { display: block; color: var(--ink); font-family: var(--display); font-size: 19px; font-weight: 700; letter-spacing: .025em; white-space: nowrap; }
.menu-trigger { border-radius: 10px; background: linear-gradient(135deg, #26344f, #111827); box-shadow: 0 8px 18px rgba(23,32,51,.2); }

.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; border-radius: 10px; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-brand { border: 0; background: linear-gradient(135deg, #f04b27 0%, #df2814 55%, #b9180c 100%); box-shadow: 0 12px 26px rgba(222,46,21,.24); }
.btn-brand:hover, .btn-brand:focus { background: linear-gradient(135deg, #e64120, #bd1f0d); box-shadow: 0 14px 30px rgba(222,46,21,.3); }
.btn-whatsapp { color: #fff !important; border: 0; background: linear-gradient(135deg, #2ee074, #18af52); box-shadow: 0 12px 26px rgba(30,174,91,.25); }
.btn-whatsapp:hover { color: #fff; background: linear-gradient(135deg, #28cd69, #129446); box-shadow: 0 14px 30px rgba(30,174,91,.33); }
.btn i { font-size: 14px; }
.btn > span { display: grid; place-items: center; width: 26px; height: 26px; margin-left: 4px; border-radius: 50%; background: rgba(255,255,255,.17); }
.text-link { border: 0; padding: 12px 16px; border-radius: 9px; background: #fff; box-shadow: inset 0 0 0 1px var(--line), 0 6px 18px rgba(23,32,51,.05); }
.text-link span { display: grid; place-items: center; width: 26px; height: 26px; margin-left: 4px; border-radius: 50%; color: #fff; background: linear-gradient(135deg, #f04b27, #c92310); font-size: 11px; }

.hero-section { background: #172033; }
.hero-overlay { background: linear-gradient(90deg, rgba(18,28,45,.92) 0%, rgba(18,28,45,.66) 55%, rgba(18,28,45,.2) 100%), linear-gradient(0deg, rgba(18,28,45,.76), transparent 48%); }
.hero-content h1 em { background: linear-gradient(90deg, #ff6548, #ef3217); -webkit-background-clip: text; background-clip: text; color: transparent; }
.hero-stat strong { color: #ff5a3b; }
.intro-strip { background: linear-gradient(180deg, #fff, #f8f9fc); }
.services-home, .blog-preview, .detail-steps { background: linear-gradient(145deg, #f8f9fc 0%, #eef2f8 100%); }
.service-feature { border-radius: 16px; box-shadow: 0 16px 38px rgba(25,39,66,.12); }
.service-feature:after { background: linear-gradient(0deg, rgba(18,28,45,.92), rgba(18,28,45,.05) 72%); }
.service-card-content b { display: inline-flex; gap: 8px; align-items: center; padding: 8px 12px; border-radius: 8px; background: rgba(255,255,255,.14); backdrop-filter: blur(8px); }

.process-section, .values-section { color: var(--ink); background: radial-gradient(circle at 90% 10%, rgba(231,50,24,.08), transparent 30%), linear-gradient(135deg, #f7f9fc, #edf1f7); }
.process-section .section-index.light, .values-section .section-index.light { color: var(--brand); }
.process-list { border-color: var(--line); }
.process-list > div { border-color: var(--line); padding: 35px 22px; transition: background .2s ease, transform .2s ease; }
.process-list > div:hover { background: #fff; transform: translateX(6px); box-shadow: 0 10px 24px rgba(23,32,51,.06); }
.process-list h3 { color: var(--ink); }
.process-list p { color: var(--muted); }
.values-section .value-card { color: var(--ink); border: 1px solid #e4e8ef; border-radius: 14px; background: #fff; box-shadow: 0 12px 30px rgba(23,32,51,.06); }
.value-card p { color: var(--muted); }
.logo-row { overflow: hidden; border-radius: 14px; background: #fff; box-shadow: 0 14px 34px rgba(23,32,51,.06); }

.page-hero { color: var(--ink); background: radial-gradient(circle at 80% 20%, rgba(237,56,28,.13), transparent 28%), linear-gradient(135deg, #f8fafc 0%, #edf2f8 100%); border-bottom: 1px solid #e5e9f0; }
.page-hero:after { color: rgba(23,32,51,.025); }
.page-hero .hero-kicker { color: var(--brand); }
.page-hero h1 em { background: linear-gradient(90deg, #ef4827, #c82411); -webkit-background-clip: text; background-clip: text; color: transparent; }
.page-hero p { color: #637086; }
.content-title { color: var(--ink); }
.service-list-card { overflow: hidden; border: 0; border-radius: 15px; background: #fff; box-shadow: 0 12px 30px rgba(23,32,51,.08); }
.service-list-body b { display: inline-flex; align-items: center; gap: 8px; padding: 9px 12px; border-radius: 8px; background: #fff0ed; }
.feature-box { border-radius: 16px; background: linear-gradient(145deg, #22304a, #121a2a); box-shadow: 0 18px 40px rgba(23,32,51,.17); }
.mini-step { border-radius: 14px; box-shadow: 0 10px 26px rgba(23,32,51,.07); }
.accordion-item { margin-bottom: 10px; padding: 0 22px; border: 1px solid #e3e7ed !important; border-radius: 12px !important; overflow: hidden; }
.reference-card { border: 0; border-radius: 14px; background: #fff; box-shadow: 0 10px 28px rgba(23,32,51,.07); }

.blog-card { overflow: hidden; border-radius: 15px; background: #fff; box-shadow: 0 12px 32px rgba(23,32,51,.08); }
.blog-card-body { padding: 0 25px 27px; }
.blog-card h3, .blog-card h2 { color: var(--ink); font-family: var(--body); font-size: 22px; font-weight: 700; line-height: 1.35; text-transform: none; }
.blog-card-image { position: relative; height: 250px; }
.card-category { position: absolute; left: 16px; bottom: 16px; padding: 7px 10px; color: #fff; border-radius: 7px; background: linear-gradient(135deg, #ef4b29, #c62110); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.blog-meta { gap: 18px; color: #788397; }
.blog-meta i { margin-right: 5px; color: var(--brand); }
.blog-card b { display: inline-flex; align-items: center; gap: 9px; margin-top: 5px; padding: 9px 12px; border-radius: 8px; background: #fff1ee; }

.blog-hero { padding-bottom: 100px !important; }
.blog-hero p { margin: 0; padding: 24px; border-left: 3px solid var(--brand); background: rgba(255,255,255,.62); box-shadow: 0 12px 32px rgba(23,32,51,.05); }
.featured-post { overflow: hidden; margin-bottom: 72px; border-radius: 18px; background: #fff; box-shadow: 0 18px 42px rgba(23,32,51,.11); }
.featured-post > a { height: 420px; }
.featured-post-image { position: relative; min-height: 0; overflow: hidden; }
.featured-post-image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; transition: transform .45s ease; }
.featured-post:hover .featured-post-image img { transform: scale(1.025); }
.featured-post-content { min-height: 0; display: flex; flex-direction: column; justify-content: center; gap: 28px; padding: clamp(30px, 3.2vw, 48px); background: linear-gradient(145deg, #fff, #f5f7fb); }
.category-pill { display: inline-flex; align-items: center; gap: 8px; width: fit-content; padding: 8px 12px; color: #c52713; border: 1px solid #f4b5a9; border-radius: 50px; background: #fff4f1; font-size: 9px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.featured-post-content h2 { margin: 0 0 14px; color: var(--ink); font-family: var(--body); font-size: clamp(28px, 2.35vw, 38px); font-weight: 700; line-height: 1.14; }
.featured-post-content p { color: var(--muted); }
.read-button { display: inline-flex; align-items: center; gap: 12px; margin-top: 20px; color: var(--brand); font-size: 12px; font-weight: 700; }
.read-button i { display: grid; place-items: center; width: 32px; height: 32px; color: #fff; border-radius: 50%; background: linear-gradient(135deg, #ef4b29, #c62110); }
.blog-list-heading { display: flex; justify-content: space-between; align-items: end; margin-bottom: 40px; }
.blog-list-heading h2 { margin: 7px 0 0; color: var(--ink); font-family: var(--display); font-size: 54px; text-transform: uppercase; }
.article-count { padding: 9px 13px; color: #6a7589; border-radius: 50px; background: #eef1f6; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.blog-expert-cta { padding: 65px 0; color: #fff; background: linear-gradient(120deg, #202c43 0%, #162034 60%, #293853 100%); }
.blog-expert-cta span { color: #ff7259; font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.blog-expert-cta h2 { max-width: 850px; margin: 12px 0 0; font-family: var(--display); font-size: clamp(38px, 4vw, 58px); line-height: 1; text-transform: uppercase; }

.article-header { padding: 54px 0 104px; color: var(--ink); background: radial-gradient(circle at 85% 15%, rgba(231,50,24,.1), transparent 27%), linear-gradient(140deg, #f9fafc, #edf2f8); }
.article-wide-container { max-width: 1240px; }
.article-breadcrumb { display: flex; align-items: center; gap: 10px; margin-bottom: 34px; color: #788397; font-size: 10px; font-weight: 600; }
.article-breadcrumb i { color: #b3bac6; font-size: 7px; }
.article-header h1 { max-width: 1160px; margin: 18px 0 4px; color: var(--ink); font-family: var(--body); font-size: clamp(38px, 3.65vw, 50px); font-weight: 750; line-height: 1.12; letter-spacing: -.03em; text-transform: none; }
.article-header p { max-width: 760px; margin-bottom: 0; color: #667389; font-size: 16px; line-height: 1.7; }
.article-author { display: flex; gap: 15px; align-items: center; padding: 20px; border: 1px solid #e0e5ed; border-radius: 14px; background: rgba(255,255,255,.7); }
.author-icon { width: 52px; height: 52px; display: grid; place-items: center; flex: 0 0 auto; color: #fff; border-radius: 14px; background: linear-gradient(135deg, #ef4b29, #bd2210); }
.article-author span, .article-author small { display: block; color: #7a8598; font-size: 9px; }
.article-author b { display: block; color: var(--ink); font-size: 12px; }
.article-meta-bar { display: flex; gap: 26px; margin-top: 42px; padding-top: 22px; border-top: 1px solid #dfe4eb; color: #748095; font-size: 10px; font-weight: 600; }
.article-meta-bar i { margin-right: 7px; color: var(--brand); }
.article-cover-wrap { position: relative; margin-top: -64px; border: 8px solid #fff; border-radius: 18px; box-shadow: 0 20px 48px rgba(23,32,51,.13); }
.article-cover { height: clamp(330px, 36vw, 460px); margin: 0; border-radius: 11px; }
.image-credit { position: absolute; left: 18px; bottom: 16px; max-width: calc(100% - 210px); padding: 7px 10px; color: rgba(255,255,255,.82); border-radius: 7px; background: rgba(17,24,39,.76); font-size: 9px; line-height: 1.35; backdrop-filter: blur(6px); }
.image-credit a { color: #fff; text-decoration: underline; text-underline-offset: 2px; }
.cover-badge { position: absolute; right: 22px; bottom: 22px; display: flex; align-items: center; gap: 10px; padding: 13px 16px; color: var(--ink); border-radius: 12px; background: rgba(255,255,255,.92); box-shadow: 0 10px 24px rgba(23,32,51,.15); backdrop-filter: blur(8px); }
.cover-badge > i { display: grid; place-items: center; width: 30px; height: 30px; color: #fff; border-radius: 50%; background: var(--green); }
.cover-badge span { font-size: 9px; font-weight: 700; line-height: 1.25; text-transform: uppercase; }
.article-layout { grid-template-columns: 240px minmax(0, 820px); gap: 52px; padding-top: 62px; }
.article-sidebar { position: relative; }
.toc-card { position: sticky; top: 120px; padding: 24px; border: 1px solid #e3e7ed; border-radius: 14px; background: #f8f9fc; }
.toc-card > span { display: block; margin-bottom: 14px; color: var(--ink); font-size: 11px; font-weight: 800; text-transform: uppercase; }
.toc-card a { display: block; padding: 10px 0; color: #68758a; border-top: 1px solid #e5e8ee; font-size: 11px; line-height: 1.45; }
.toc-card a:hover { color: var(--brand); }
.sidebar-help { margin-top: 20px; padding: 25px; color: #fff; border-radius: 14px; background: linear-gradient(145deg, #28c968, #159e49); box-shadow: 0 14px 30px rgba(30,174,91,.2); }
.sidebar-help > i { font-size: 32px; }
.sidebar-help span { display: block; margin-top: 18px; font-size: 15px; font-weight: 700; }
.sidebar-help p { margin: 8px 0 16px; color: rgba(255,255,255,.76); font-size: 11px; }
.sidebar-help a { font-size: 10px; font-weight: 700; }
.article-intro-label { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 18px; padding: 8px 11px; color: #c42612; border-radius: 7px; background: #fff1ee; font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.article-content { color: #3e4a5e; }
.article-content > p:first-of-type { padding-left: 24px; border-left: 4px solid var(--brand); color: #354157; }
.article-content h2 { color: var(--ink); font-family: var(--body); font-size: 32px; font-weight: 750; line-height: 1.25; text-transform: none; }
.article-content .alert { color: #344054; border-left: 4px solid var(--brand) !important; border-radius: 10px; background: linear-gradient(135deg, #fff4f1, #f8f9fc); }
.article-summary { overflow: hidden; border-top: 4px solid var(--brand) !important; border-radius: 14px; background: linear-gradient(145deg, #fff, #f7f9fc); }
.article-summary .lead { color: #25324a; font-size: 19px; line-height: 1.7; }
.article-toc { border-radius: 14px; }
.article-content .article-toc { display: none; }
.article-toc ol { columns: 2; column-gap: 38px; padding-left: 20px; }
.article-toc li { margin: 8px 0; padding-right: 14px; break-inside: avoid; color: var(--brand); }
.article-toc a { color: #40506a; font-size: 13px; font-weight: 600; }
.article-toc a:hover { color: var(--brand); }
.article-list .list-group-item { color: #46546a; line-height: 1.65; }
.article-highlight-grid .card { border-radius: 13px; transition: transform .2s ease, box-shadow .2s ease; }
.article-highlight-grid .card:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(23,32,51,.08); }
.article-highlight-grid .fa-solid { font-size: 24px; }
.article-faq .accordion-item { margin-bottom: 9px; overflow: hidden; border: 1px solid #e3e8ef; border-radius: 10px !important; }
.article-faq .accordion-button { color: #26344b; font-size: 14px; font-weight: 700; box-shadow: none; }
.article-faq .accordion-button:not(.collapsed) { color: #b92310; background: #fff3f0; }
.article-conclusion { border: 1px solid #e2e8f0; border-left: 5px solid var(--brand); background: linear-gradient(145deg, #f7f9fc, #fff); }
.article-conclusion h2 { margin-bottom: 20px; }
.article-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-top: 45px; padding-top: 25px; border-top: 1px solid #e4e8ef; }
.article-tags span { margin-right: 5px; font-size: 10px; font-weight: 700; text-transform: uppercase; }
.article-tags a { padding: 7px 10px; border-radius: 50px; background: #eef2f7; font-size: 10px; }
.article-cta { display: grid; grid-template-columns: 64px 1fr; gap: 24px; padding: 34px; border-radius: 16px; background: linear-gradient(135deg, #f5f7fb, #e9eef6); }
.article-cta-icon { width: 64px; height: 64px; display: grid; place-items: center; color: #fff; border-radius: 16px; background: linear-gradient(135deg, #ef4b29, #bd2210); font-size: 23px; }
.article-cta h2 { margin: 8px 0 22px; font-family: var(--body); font-size: 26px; text-transform: none; }

.contact-cards { display: grid; gap: 12px; }
.contact-cards a { position: relative; padding: 22px 22px 22px 72px; border: 0; border-radius: 13px; background: #f5f7fa; box-shadow: inset 0 0 0 1px #e4e8ef; }
.contact-cards a > i { position: absolute; left: 20px; top: 25px; width: 38px; height: 38px; display: grid; place-items: center; color: #fff; border-radius: 10px; background: linear-gradient(135deg, #263550, #131c2c); }
.contact-cards a.contact-wa { color: #fff; background: linear-gradient(135deg, #2bcf6d, #159c48); box-shadow: 0 12px 28px rgba(30,174,91,.2); }
.contact-cards a.contact-wa > i { background: rgba(255,255,255,.18); }
.contact-cards a.contact-wa span, .contact-cards a.contact-wa b { color: rgba(255,255,255,.85); }
.contact-panel { border-radius: 18px; background: linear-gradient(145deg, #f6f8fb, #eef2f7); box-shadow: 0 18px 45px rgba(23,32,51,.08); }
.form-control, .form-select { border-radius: 9px; }
.kvkk-check { position: relative; padding: 17px 18px 17px 48px; border: 1px solid #dfe4eb; border-radius: 10px; background: #fff; }
.kvkk-check .form-check-input { width: 20px; height: 20px; margin-left: -30px; margin-top: 2px; border: 2px solid #aeb7c5; cursor: pointer; }
.kvkk-check .form-check-input:checked { border-color: var(--brand); background-color: var(--brand); }
.kvkk-check .form-check-input:focus { border-color: var(--brand); box-shadow: 0 0 0 .2rem rgba(231,50,24,.12); }
.kvkk-check .form-check-label { color: #5e6a7e; font-size: 11px; line-height: 1.65; cursor: pointer; }
.kvkk-check .form-check-label strong { color: var(--brand); }
.location-info { border-radius: 16px 0 0 16px; background: linear-gradient(145deg, #22304a, #121a2a); }
.map-placeholder { border-radius: 0 16px 16px 0; background: linear-gradient(135deg, #f04b27, #c72310); }

.quick-cta { background: linear-gradient(115deg, #ef4b29 0%, #d62914 55%, #b91d0c 100%); }
.quick-cta .btn-whatsapp { border: 2px solid rgba(255,255,255,.4); }
.site-footer { background: linear-gradient(145deg, #172033, #0e1523); }

.top-socials, .footer-socials, .mobile-socials { display: flex; align-items: center; gap: 14px; }
.social-icon { width: auto; height: auto; display: inline-flex !important; align-items: center; justify-content: center; flex: 0 0 auto; margin: 0 !important; padding: 0; color: rgba(255,255,255,.72) !important; border: 0; border-radius: 0; background: transparent !important; box-shadow: none; font-size: 18px !important; line-height: 1; transition: color .2s ease, transform .2s ease; }
.social-icon:hover { transform: translateY(-1px); box-shadow: none; }
.social-icon.instagram:hover { color: #e4405f !important; }
.social-icon.youtube:hover { color: #ff0000 !important; }
.top-socials .social-icon { width: auto; height: auto; border-radius: 0; font-size: 15px !important; box-shadow: none; }
.footer-socials { margin: 3px 0 26px; }
.footer-socials .social-icon { width: auto; height: auto; border-radius: 0; font-size: 22px !important; }
.mobile-socials { margin-top: 16px; }
.mobile-socials .social-icon { width: auto; height: auto; font-size: 21px !important; }

@media (max-width: 991.98px) {
    .featured-post > a { height: auto; }
    .featured-post-image { min-height: 320px; }
    .featured-post-content { min-height: auto; gap: 35px; }
    .article-layout { grid-template-columns: 1fr; gap: 35px; }
    .article-sidebar { display: none; }
    .toc-card { display: none; }
    .article-content .article-toc { display: block; }
}

@media (max-width: 767.98px) {
    .header-phone { border-radius: 8px; }
    .hero-section { background: #172033; }
    .hero-actions .btn { justify-content: center; }
    .service-feature { border-radius: 13px; }
    .blog-hero p { padding: 18px; }
    .featured-post { margin-bottom: 65px; border-radius: 14px; }
    .featured-post-image { min-height: 235px; }
    .featured-post-content { padding: 26px; }
    .blog-list-heading { align-items: flex-start; flex-direction: column; gap: 12px; }
    .blog-list-heading h2 { font-size: 42px; }
    .article-header { padding: 38px 0 84px; }
    .article-breadcrumb { margin-bottom: 26px; overflow: hidden; white-space: nowrap; }
    .article-header h1 { margin-top: 16px; font-size: 34px; line-height: 1.14; }
    .article-header p { font-size: 15px; }
    .article-author { margin-top: 5px; }
    .article-meta-bar { flex-wrap: wrap; gap: 12px 20px; }
    .article-cover-wrap { margin-top: -52px; border-width: 5px; border-radius: 13px; }
    .article-cover { height: 245px; }
    .image-credit { left: 10px; bottom: 10px; max-width: calc(100% - 20px); }
    .cover-badge { right: 10px; top: 10px; bottom: auto; }
    .article-layout { padding-top: 42px; }
    .article-sidebar { grid-template-columns: 1fr; }
    .article-content h2 { font-size: 28px; }
    .article-toc ol { columns: 1; }
    .article-cta { grid-template-columns: 1fr; padding: 25px; }
    .location-info, .map-placeholder { border-radius: 14px; }
}
