:root {
    --ink: #092331;
    --muted: #526874;
    --teal: #00aebb;
    --teal-dark: #087184;
    --navy: #071b3f;
    --navy-2: #103f7c;
    --line: #dbe7eb;
    --surface: #f3f8fa;
    --white: #fff;
    --shadow: 0 24px 70px rgba(9, 35, 49, .11);
    --radius: 2px;
    --container: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; font-size: 16px; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: auto; }
.narrow { max-width: 870px; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 12px; top: -100px; z-index: 9999; background: #fff; padding: 10px 16px; border: 2px solid var(--teal); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 100; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(9,35,49,.08); }
.header-inner { min-height: 94px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: 248px; }
.brand-mark { position: relative; display: block; width: 54px; height: 54px; overflow: hidden; flex: 0 0 54px; background: #fff; }
.brand-mark img { position: absolute; width: 72px; height: 72px; max-width: none; left: -9px; top: -1px; }
.brand-copy { display: flex; flex-direction: column; line-height: 1; letter-spacing: .02em; }
.brand-copy strong { color: #009eaf; font-size: 24px; letter-spacing: .08em; }
.brand-copy small { color: #153846; font-size: 10px; font-weight: 800; letter-spacing: .13em; margin-top: 6px; }
.primary-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; font-weight: 700; }
.primary-nav > a:not(.button) { position: relative; padding: 36px 0; }
.primary-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: 27px; width: 0; height: 2px; background: var(--teal); transition: .25s ease; }
.primary-nav > a:hover::after, .primary-nav > a.active::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; background: transparent; border: 0; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; background: var(--ink); margin: 6px 0; }

.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 50px; padding: 13px 24px; border: 1px solid var(--teal); background: var(--teal); color: #fff; font-size: 14px; font-weight: 800; transition: .25s ease; cursor: pointer; }
.button:hover { background: var(--teal-dark); border-color: var(--teal-dark); transform: translateY(-2px); }
.button-sm { min-height: 42px; padding: 10px 18px; }
.button-ghost { border-color: rgba(255,255,255,.72); background: transparent; color: #fff; }
.button-ghost:hover { background: #fff; color: var(--ink); border-color: #fff; }
.button-outline { color: var(--teal-dark); background: transparent; }
.button-outline:hover { color: #fff; }
.button-block { width: 100%; }
.button-row { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--teal-dark); font-weight: 800; font-size: 14px; }
.text-link span, .footer-cta span { transition: transform .2s ease; }
.text-link:hover span, .footer-cta:hover span { transform: translateX(4px); }

.hero { position: relative; isolation: isolate; min-height: 650px; overflow: hidden; color: #fff; background: var(--navy); }
.hero-slides { position: absolute; inset: 0; }
.hero-slide { position: absolute; inset: 0; isolation: isolate; display: grid; align-items: center; opacity: 0; visibility: hidden; transition: opacity .85s ease, visibility 0s linear .85s; }
.hero-slide.is-active { z-index: 1; opacity: 1; visibility: visible; transition-delay: 0s; }
.hero-media { position: absolute; inset: 0; z-index: -4; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; transform: scale(1.015); transition: transform 7s ease; }
.hero-slide.is-active .hero-media { transform: scale(1.045); }
.hero-slide::before { content: ""; position: absolute; inset: 0; z-index: -3; background: linear-gradient(90deg, rgba(4,20,52,.98) 0%, rgba(7,28,67,.9) 40%, rgba(4,20,52,.18) 82%); }
.hero-slide::after { content: ""; position: absolute; inset: 0; z-index: -2; background: linear-gradient(180deg, rgba(0,13,35,.04), rgba(0,13,35,.52)); }
.hero-inner { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; padding-block: 100px; }
.hero-copy { max-width: 700px; }
.hero-slide .hero-copy, .hero-slide .hero-proof { opacity: 0; transform: translateY(16px); transition: opacity .55s ease .18s, transform .55s ease .18s; }
.hero-slide.is-active .hero-copy, .hero-slide.is-active .hero-proof { opacity: 1; transform: translateY(0); }
.eyebrow, .section-heading > span, .form-heading > span, .cta-card > div > span { display: inline-block; margin-bottom: 18px; color: var(--teal-dark); font-size: 13px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #74e6ea; }
.hero h1 { max-width: 760px; margin: 0 0 26px; font-size: clamp(46px, 5vw, 76px); line-height: 1.04; letter-spacing: -.055em; }
.hero-copy > p { max-width: 650px; margin: 0 0 34px; color: rgba(255,255,255,.84); font-size: 19px; line-height: 1.65; }
.hero-proof { width: 270px; padding: 24px 0 24px 24px; border-left: 1px solid rgba(255,255,255,.3); }
.hero-proof span { display: block; color: #74e6ea; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; }
.hero-proof strong { display: block; margin-top: 8px; font-size: 18px; line-height: 1.45; }
.hero-controls { position: absolute; z-index: 5; left: 50%; bottom: 28px; display: flex; align-items: center; justify-content: space-between; transform: translateX(-50%); pointer-events: none; }
.hero-arrows, .hero-dots { display: flex; align-items: center; gap: 9px; pointer-events: auto; }
.hero-arrows button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; color: #fff; background: rgba(5,25,55,.34); border: 1px solid rgba(255,255,255,.42); backdrop-filter: blur(8px); cursor: pointer; transition: .22s ease; }
.hero-arrows button:hover, .hero-arrows button:focus-visible { color: var(--ink); background: #fff; border-color: #fff; }
.hero-dots button { width: 38px; height: 24px; padding: 10px 0; background: transparent; border: 0; cursor: pointer; }
.hero-dots button span { display: block; width: 100%; height: 3px; background: rgba(255,255,255,.35); transition: .3s ease; }
.hero-dots button.is-active span { background: #74e6ea; }
.hero-dots button:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.trust-strip { position: relative; z-index: 4; display: grid; grid-template-columns: repeat(4, 1fr); min-height: 100px; margin-top: -1px; background: #fff; box-shadow: var(--shadow); }
.trust-strip > div { display: flex; align-items: center; gap: 15px; padding: 22px 24px; border-right: 1px solid var(--line); }
.trust-strip > div:last-child { border: 0; }
.trust-icon { display: grid; place-items: center; width: 40px; height: 40px; color: var(--teal); border: 1px solid #a9e6e9; font-size: 20px; }
.trust-strip p { margin: 0; line-height: 1.3; }
.trust-strip strong, .trust-strip small { display: block; }
.trust-strip strong { font-size: 14px; }
.trust-strip small { margin-top: 4px; color: var(--muted); font-size: 12px; }

.section { padding-block: 104px; }
.section-heading { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading.align-left { max-width: 570px; margin: 0; text-align: left; }
.section-heading > span { margin-bottom: 12px; }
.section-heading h2, .content-copy h2, .cta-card h2, .form-heading h2, .contact-info h2 { margin: 0; font-size: clamp(34px, 4vw, 52px); line-height: 1.08; letter-spacing: -.045em; }
.section-heading p, .content-copy > p { margin: 20px 0 0; color: var(--muted); font-size: 17px; }
.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 44px; }
.split-heading > p { max-width: 520px; margin: 0; color: var(--muted); }
.center-action { text-align: center; margin-top: 42px; }
.surface-section { background: linear-gradient(135deg, #f8fbfc 0%, #eef5f7 100%); }

.card-grid { display: grid; gap: 26px; }
.services-grid { grid-template-columns: repeat(3, 1fr); }
.service-card { min-width: 0; background: linear-gradient(145deg, #fff, #f0f6f8); border: 1px solid rgba(9,35,49,.07); box-shadow: 0 10px 35px rgba(9,35,49,.055); transition: .28s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); }
.card-image { position: relative; height: 230px; display: grid; place-items: center; overflow: hidden; background: linear-gradient(135deg, #0d293b, #0a8c9d); }
.card-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(3,26,46,.12), transparent); }
.card-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.service-card:hover .card-image img { transform: scale(1.04); }
.service-image-1 { background: linear-gradient(135deg, #072450, #126798); }
.service-image-2 { background: linear-gradient(135deg, #053438, #0b8f8b); }
.service-image-3 { background: linear-gradient(135deg, #213956, #2e8191); }
.service-image-4 { background: linear-gradient(135deg, #173e48, #3b9c88); }
.service-image-5 { background: linear-gradient(135deg, #1d294e, #176e8f); }
.card-monogram { color: rgba(255,255,255,.92); font-size: 76px; font-weight: 200; letter-spacing: -.08em; }
.card-body { min-height: 260px; display: flex; flex-direction: column; padding: 28px; }
.card-body h3 { margin: 0 0 13px; font-size: 23px; line-height: 1.2; letter-spacing: -.025em; }
.card-body p { margin: 0 0 24px; color: var(--muted); font-size: 14px; }
.card-body .text-link { margin-top: auto; }

.split-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 90px; align-items: center; }
.image-collage { position: relative; min-height: 560px; }
.collage-main { width: 88%; height: 550px; object-fit: cover; }
.image-collage::after { content: ""; position: absolute; right: 0; bottom: -26px; width: 44%; height: 50%; border: 16px solid #fff; background: url('/wp-content/uploads/2022/08/ozel-guvenlik.jpg') center/cover; box-shadow: var(--shadow); }
.collage-stat { position: absolute; left: 28px; bottom: -18px; z-index: 2; width: 170px; padding: 22px; color: #fff; background: var(--teal-dark); }
.collage-stat strong, .collage-stat span { display: block; }
.collage-stat strong { font-size: 40px; line-height: 1; }
.collage-stat span { margin-top: 8px; font-size: 12px; line-height: 1.35; }
.content-copy h2 { max-width: 620px; }
.check-list { list-style: none; margin: 28px 0; padding: 0; }
.check-list li { position: relative; padding: 9px 0 9px 29px; border-bottom: 1px solid var(--line); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--teal); font-weight: 900; }

.audience-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: center; }
.audience-list { border-top: 1px solid var(--line); }
.audience-list article { display: grid; grid-template-columns: 70px 1fr; gap: 24px; padding: 27px 0; border-bottom: 1px solid var(--line); }
.audience-list b { color: var(--teal); font-size: 24px; font-weight: 500; }
.audience-list h3 { margin: 0 0 7px; font-size: 22px; }
.audience-list p { margin: 0; color: var(--muted); font-size: 14px; }

.dark-section { position: relative; overflow: hidden; color: #fff; background: linear-gradient(135deg, #061533 0%, #0a2453 58%, #0c5781 150%); }
.dark-shape { position: absolute; width: 850px; height: 850px; left: 33%; top: -500px; border: 150px solid rgba(33,99,187,.24); border-radius: 50%; }
.dark-grid { position: relative; display: grid; grid-template-columns: 1.25fr .55fr; gap: 75px; align-items: center; }
.dark-grid h2 { max-width: 720px; margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.benefit-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0; margin-top: 44px; }
.benefit-grid article { padding: 22px 32px 22px 0; border-top: 1px solid rgba(255,255,255,.15); }
.benefit-grid article:nth-child(odd) { border-right: 1px solid rgba(255,255,255,.15); }
.benefit-grid article:nth-child(even) { padding-left: 32px; }
.benefit-grid b { color: #62dce1; font-size: 26px; font-weight: 400; }
.benefit-grid h3 { margin: 7px 0; font-size: 18px; }
.benefit-grid p { margin: 0; color: rgba(255,255,255,.66); font-size: 13px; }
.dark-image-card { position: relative; min-height: 540px; overflow: hidden; }
.dark-image-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 42%, rgba(1,14,36,.94)); }
.dark-image-card img { width: 100%; height: 540px; object-fit: cover; }
.dark-image-card > div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 28px; }
.dark-image-card strong { font-size: 22px; line-height: 1.25; }
.dark-image-card p { margin: 9px 0 0; color: rgba(255,255,255,.76); font-size: 13px; }

.stats-band { background: #f5fafb; border-bottom: 1px solid var(--line); }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.stats-grid > div { padding: 38px 28px; border-right: 1px solid var(--line); }
.stats-grid > div:first-child { border-left: 1px solid var(--line); }
.stats-grid strong { display: block; color: var(--teal-dark); font-size: 42px; line-height: 1; letter-spacing: -.04em; }
.stats-grid strong span { color: var(--teal); }
.stats-grid p { margin: 10px 0 0; color: var(--muted); font-size: 13px; font-weight: 700; }
.certificate-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.certificate-grid article { display: flex; align-items: center; gap: 24px; padding: 26px; background: #fff; border: 1px solid var(--line); }
.certificate-grid img { width: 105px; height: 105px; object-fit: cover; mix-blend-mode: multiply; }
.certificate-grid strong { font-size: 23px; }
.certificate-grid p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }

.project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.project-card { position: relative; min-height: 360px; overflow: hidden; background: var(--navy); }
.project-card a, .project-card img { width: 100%; height: 100%; }
.project-card img { position: absolute; inset: 0; object-fit: cover; opacity: .78; transition: .45s ease; }
.project-card::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(transparent 36%, rgba(4,18,39,.94)); }
.project-card:hover img { transform: scale(1.05); opacity: .9; }
.project-card div { position: absolute; z-index: 2; left: 28px; right: 28px; bottom: 25px; color: #fff; }
.project-card span { color: #72e1e5; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.project-card h2, .project-card h3 { margin: 7px 0 16px; font-size: 25px; line-height: 1.15; }
.project-card b { font-size: 12px; }

.process-section { background: var(--surface); }
.process-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; list-style: none; margin: 0; padding: 0; counter-reset: steps; }
.process-grid li { min-height: 240px; padding: 28px; background: #fff; border-right: 1px solid var(--line); }
.process-grid li:first-child { background: var(--navy); color: #fff; }
.process-grid b { color: var(--teal); font-size: 26px; font-weight: 500; }
.process-grid h3 { margin: 46px 0 8px; font-size: 21px; }
.process-grid p { margin: 0; color: var(--muted); font-size: 13px; }
.process-grid li:first-child p { color: rgba(255,255,255,.62); }

.faq-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 25px 0; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--teal); font-size: 22px; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details div { padding: 0 40px 22px 0; color: var(--muted); }
.faq-list details p { margin: 0; }

.post-list { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 56px; }
.post-list article a { display: grid; grid-template-columns: 150px 1fr; gap: 22px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.post-list img { width: 150px; height: 100px; object-fit: cover; }
.post-list span, .blog-card span, .article-meta { color: var(--teal-dark); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.post-list h3 { margin: 7px 0 6px; font-size: 19px; line-height: 1.2; }
.post-list time { color: var(--muted); font-size: 11px; }

.cta-section { padding-top: 30px; }
.cta-card { position: relative; min-height: 330px; display: flex; align-items: center; justify-content: space-between; gap: 60px; overflow: hidden; padding: 65px; color: #fff; background: linear-gradient(110deg, rgba(5,21,48,.95), rgba(6,40,72,.72)), url('/wp-content/uploads/2022/08/ozel-guvenlik.jpg') center/cover; }
.cta-card::after { content: ""; position: absolute; width: 500px; height: 500px; right: -200px; top: -250px; border: 90px solid rgba(0,174,187,.15); border-radius: 50%; }
.cta-card > * { position: relative; z-index: 2; }
.cta-card h2 { max-width: 760px; }
.cta-card p { max-width: 660px; color: rgba(255,255,255,.74); }

.page-hero { position: relative; overflow: hidden; padding: 86px 0 92px; color: #fff; background: linear-gradient(110deg, #061633 0%, #0a285d 70%, #0a7088 140%); }
.page-hero::before { content: ""; position: absolute; width: 800px; height: 800px; left: 38%; top: -610px; border: 150px solid rgba(27,102,182,.24); border-radius: 50%; }
.page-hero::after { content: ""; position: absolute; width: 560px; height: 560px; right: -140px; top: -400px; border: 110px solid rgba(0,174,187,.12); border-radius: 50%; }
.page-hero .container { position: relative; z-index: 2; }
.breadcrumbs { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: rgba(255,255,255,.65); font-size: 12px; }
.breadcrumbs a:hover { color: #fff; }
.page-hero h1 { max-width: 900px; margin: 0; font-size: clamp(42px, 5vw, 66px); line-height: 1.05; letter-spacing: -.05em; }
.page-hero p { max-width: 720px; margin: 22px 0 0; color: rgba(255,255,255,.72); font-size: 18px; }

.detail-layout { display: grid; grid-template-columns: minmax(0, 1fr) 390px; gap: 90px; align-items: start; }
.prose { color: #2e4753; font-size: 17px; }
.prose h2, .prose h3, .prose h4 { color: var(--ink); line-height: 1.2; letter-spacing: -.03em; }
.prose h2 { margin: 0 0 28px; font-size: 39px; }
.prose h3 { margin-top: 36px; font-size: 27px; }
.prose p { margin: 0 0 20px; }
.prose ul, .prose ol { padding-left: 24px; }
.prose a { color: var(--teal-dark); text-decoration: underline; }
.prose .button { color: #fff; text-decoration: none; }
.prose .lead { color: var(--ink); font-size: 21px; }
.prose.compact { margin-top: 28px; font-size: 14px; }
.detail-layout aside { position: sticky; top: 30px; }
.detail-layout aside > img { width: 100%; height: 290px; margin-bottom: 28px; object-fit: cover; }
.detail-layout aside > h2 { font-size: 18px; }
.aside-link { display: flex; justify-content: space-between; gap: 16px; padding: 16px 0; border-bottom: 1px solid var(--line); font-weight: 700; }
.aside-link b { color: var(--teal); }
.detail-callout { margin-top: 48px; padding: 32px; background: var(--surface); border-left: 4px solid var(--teal); }
.detail-callout h3 { margin-top: 0; }
.project-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.project-meta span { padding: 18px; background: var(--surface); color: var(--muted); font-size: 12px; }
.project-meta strong { display: block; color: var(--ink); font-size: 15px; margin-top: 5px; }

.contact-section { background: #f8fbfc; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 95px; align-items: start; }
.contact-info h2 { max-width: 530px; }
.contact-info > p { color: var(--muted); }
.contact-list { display: grid; gap: 0; margin-top: 42px; border-top: 1px solid var(--line); }
.contact-list a { display: grid; grid-template-columns: 100px 1fr; gap: 22px; padding: 21px 0; border-bottom: 1px solid var(--line); }
.contact-list span { color: var(--teal-dark); font-size: 12px; font-weight: 800; text-transform: uppercase; }
.contact-list strong { font-size: 16px; }
.contact-form { padding: 42px; background: #fff; box-shadow: var(--shadow); }
.form-heading { margin-bottom: 30px; }
.form-heading > span { margin-bottom: 9px; }
.form-heading h2 { font-size: 34px; }
.form-heading p { margin: 12px 0 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form label { display: block; margin-bottom: 18px; color: #294452; font-size: 12px; font-weight: 800; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f7fafb; border: 1px solid #cfdde2; outline: none; }
.contact-form select { min-height: 51px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { background: #fff; border-color: var(--teal); box-shadow: 0 0 0 3px rgba(0,174,187,.12); }
.checkbox { display: flex !important; align-items: flex-start; gap: 11px; }
.checkbox input { width: 17px; margin: 2px 0 0; }
.checkbox span { color: var(--muted); font-weight: 500; }
.honeypot { position: absolute !important; left: -9999px; }
.alert { margin-bottom: 22px; padding: 15px 18px; font-size: 13px; }
.alert.success { color: #0b5d43; background: #e6f7ef; border: 1px solid #9fe1c7; }
.alert.error { color: #8a2424; background: #fff0f0; border: 1px solid #f1b5b5; }
.alert ul { margin: 7px 0 0; padding-left: 18px; }
.contact-map { padding: 95px 0; color: #fff; background: linear-gradient(110deg, rgba(5,25,50,.94), rgba(5,70,80,.72)), url('/wp-content/uploads/2022/08/apartment_buildings-wallpaper-1600x900-1.jpg') center/cover; }
.contact-map div > div { max-width: 720px; }
.contact-map span { color: #7ce0e5; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.contact-map h2 { margin: 13px 0 28px; font-size: 42px; line-height: 1.15; }

.quote-section { background: linear-gradient(135deg, #f8fbfc, #eef5f7); }
.quote-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: start; }
.quote-intro { position: sticky; top: 28px; }
.quote-intro h2 { max-width: 580px; margin: 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.08; letter-spacing: -.045em; }
.quote-intro > p { max-width: 570px; margin: 24px 0 0; color: var(--muted); font-size: 17px; }
.quote-steps { list-style: none; margin: 40px 0 0; padding: 0; border-top: 1px solid var(--line); }
.quote-steps li { display: grid; grid-template-columns: 58px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.quote-steps b { color: var(--teal); font-size: 13px; letter-spacing: .08em; }
.quote-steps strong, .quote-steps span { display: block; }
.quote-steps strong { font-size: 17px; }
.quote-steps span { margin-top: 5px; color: var(--muted); font-size: 13px; }
.quote-contact { display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 30px; padding: 22px; color: #fff; background: var(--navy); }
.quote-contact span { width: 100%; color: #74e6ea; font-size: 11px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.quote-contact a { font-size: 14px; font-weight: 800; }
.quote-form { padding: 48px; }
.quote-form .form-grid { grid-template-columns: 1fr 1fr; }
.quote-form .field-span { grid-column: 1 / -1; }
.quote-assurance { color: #fff; background: linear-gradient(120deg, #061633, #0b536b); }
.quote-assurance .container { display: grid; grid-template-columns: repeat(4, 1fr); }
.quote-assurance .container > div { padding: 34px 30px; border-right: 1px solid rgba(255,255,255,.16); }
.quote-assurance .container > div:last-child { border-right: 0; }
.quote-assurance strong, .quote-assurance span { display: block; }
.quote-assurance strong { color: #74e6ea; font-size: 28px; line-height: 1.1; }
.quote-assurance span { margin-top: 8px; color: rgba(255,255,255,.72); font-size: 12px; }

.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reference-grid article { padding: 30px; border: 1px solid var(--line); }
.reference-grid img { width: 100%; height: 180px; object-fit: contain; margin-bottom: 25px; }
.reference-grid h2 { font-size: 20px; }
.reference-grid a { color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.gallery-grid figure { position: relative; min-height: 330px; margin: 0; overflow: hidden; background: var(--navy); }
.gallery-grid img { width: 100%; height: 330px; object-fit: cover; opacity: .85; }
.gallery-grid figcaption { position: absolute; inset: auto 22px 20px; color: #fff; }
.gallery-grid figcaption strong, .gallery-grid figcaption span { display: block; }
.gallery-grid figcaption span { color: rgba(255,255,255,.7); font-size: 12px; }
.team-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.team-grid img { width: 100%; aspect-ratio: 4/5; object-fit: cover; }
.team-grid h3 { margin: 15px 0 2px; }
.team-grid p { margin: 0; color: var(--muted); }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card { border: 1px solid var(--line); background: #fff; }
.blog-card img { width: 100%; height: 230px; object-fit: cover; }
.blog-card div { padding: 27px; }
.blog-card h2 { margin: 9px 0 13px; font-size: 23px; line-height: 1.2; }
.blog-card p { color: var(--muted); font-size: 14px; }
.blog-card time { color: var(--muted); font-size: 12px; }
.empty-state { grid-column: 1/-1; padding: 60px; text-align: center; background: var(--surface); }
.article-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 70px; align-items: start; }
.article-cover { width: 100%; max-height: 520px; margin-bottom: 28px; object-fit: cover; }
.article-meta { display: flex; flex-wrap: wrap; gap: 20px; margin-bottom: 30px; }
.article-aside { position: sticky; top: 28px; padding: 28px; color: #fff; background: var(--navy); }
.article-aside h2 { margin-top: 0; font-size: 25px; }
.article-aside p { color: rgba(255,255,255,.68); }

.site-footer { margin-top: 70px; padding-top: 76px; color: #24404d; background: linear-gradient(135deg, #f7fafb, #eef4f6); }
.footer-grid { display: grid; grid-template-columns: 1.15fr .65fr 1fr .75fr; gap: 62px; padding-bottom: 58px; }
.footer-grid h2 { margin: 0 0 22px; font-size: 14px; text-transform: uppercase; letter-spacing: .08em; }
.footer-grid ul { list-style: none; margin: 0; padding: 0; }
.footer-grid li { margin: 9px 0; }
.footer-grid li a, .footer-brand > a:not(.brand), .footer-brand p { color: #526874; font-size: 13px; }
.footer-grid a:hover { color: var(--teal-dark); }
.footer-brand .brand { margin-bottom: 24px; }
.footer-brand > a { display: block; }
.footer-phone { color: var(--teal-dark) !important; font-size: 17px !important; font-weight: 800; }
.footer-brand p { max-width: 270px; }
.social-links { display: flex; gap: 10px; }
.social-links a { display: grid; place-items: center; width: 38px; height: 38px; color: var(--teal-dark); border: 1px solid #bdd6dc; font-weight: 900; }
.footer-cta { display: flex; justify-content: space-between; gap: 14px; margin-top: 27px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--teal-dark); font-size: 13px; font-weight: 800; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 30px; padding: 25px 0; border-top: 1px solid #cedde2; color: #71848d; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom div { display: flex; gap: 22px; }
.whatsapp { position: fixed; z-index: 90; right: 22px; bottom: 22px; display: grid; place-items: center; width: 56px; height: 56px; color: #fff; background: #25d366; border-radius: 50%; box-shadow: 0 15px 35px rgba(0,0,0,.18); }
.whatsapp svg { width: 29px; fill: currentColor; }

@media (max-width: 1080px) {
    .primary-nav { gap: 18px; }
    .primary-nav > a:not(.button) { font-size: 12px; }
    .brand { min-width: auto; }
    .services-grid { grid-template-columns: repeat(2, 1fr); }
    .split-layout, .audience-layout, .contact-layout { gap: 55px; }
    .dark-grid { grid-template-columns: 1fr .55fr; gap: 40px; }
    .project-grid, .reference-grid, .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .process-grid { grid-template-columns: repeat(3, 1fr); }
    .process-grid li { border-bottom: 1px solid var(--line); }
    .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 820px) {
    .container { width: min(100% - 32px, var(--container)); }
    .header-inner { min-height: 78px; }
    .menu-toggle { display: block; }
    .primary-nav { position: absolute; left: 0; right: 0; top: 78px; display: none; align-items: stretch; gap: 0; padding: 15px 24px 24px; background: #fff; border-top: 1px solid var(--line); box-shadow: var(--shadow); }
    .primary-nav.open { display: flex; flex-direction: column; }
    .primary-nav > a:not(.button) { padding: 12px 0; font-size: 14px; }
    .primary-nav > a:not(.button)::after { bottom: 7px; }
    .hero { min-height: 630px; }
    .hero-inner { align-items: flex-start; flex-direction: column; padding-block: 80px; }
    .hero-proof { display: none; }
    .hero h1 { font-size: clamp(42px, 11vw, 64px); }
    .trust-strip { grid-template-columns: 1fr 1fr; }
    .trust-strip > div:nth-child(2) { border-right: 0; }
    .trust-strip > div { border-bottom: 1px solid var(--line); }
    .section { padding-block: 76px; }
    .split-layout, .audience-layout, .dark-grid, .faq-layout, .contact-layout, .quote-layout, .detail-layout, .article-layout { grid-template-columns: 1fr; }
    .quote-intro { position: static; }
    .quote-assurance .container { grid-template-columns: 1fr 1fr; }
    .quote-assurance .container > div:nth-child(2) { border-right: 0; }
    .quote-assurance .container > div { border-bottom: 1px solid rgba(255,255,255,.16); }
    .image-collage { min-height: 510px; }
    .collage-main { height: 480px; }
    .dark-image-card { max-width: 480px; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid > div { border-bottom: 1px solid var(--line); }
    .certificate-grid { grid-template-columns: 1fr; }
    .project-grid { grid-template-columns: 1fr 1fr; }
    .post-list { grid-template-columns: 1fr; }
    .split-heading { align-items: flex-start; flex-direction: column; }
    .detail-layout aside, .article-aside { position: static; }
    .blog-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 580px) {
    .brand-copy strong { font-size: 20px; }
    .brand-copy small { font-size: 8px; }
    .brand-mark { width: 48px; height: 48px; flex-basis: 48px; }
    .brand-mark img { width: 64px; height: 64px; left: -8px; }
    .hero { min-height: 660px; }
    .hero-media { object-position: 62% center; }
    .hero-slide::before { background: linear-gradient(90deg, rgba(4,20,52,.97), rgba(4,20,52,.7)); }
    .hero-controls { justify-content: center; bottom: 22px; }
    .hero-arrows { display: none; }
    .hero-copy > p { font-size: 16px; }
    .button-row { align-items: stretch; flex-direction: column; }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip > div { border-right: 0; }
    .services-grid, .project-grid, .reference-grid, .gallery-grid, .blog-grid { grid-template-columns: 1fr; }
    .card-image { height: 210px; }
    .split-layout { gap: 70px; }
    .image-collage { min-height: 420px; }
    .collage-main { width: 100%; height: 400px; }
    .image-collage::after { display: none; }
    .collage-stat { left: 18px; bottom: -22px; }
    .benefit-grid { grid-template-columns: 1fr; }
    .benefit-grid article:nth-child(odd) { border-right: 0; }
    .benefit-grid article:nth-child(even) { padding-left: 0; }
    .stats-grid { grid-template-columns: 1fr 1fr; }
    .stats-grid strong { font-size: 32px; }
    .certificate-grid article { align-items: flex-start; }
    .certificate-grid img { width: 80px; height: 80px; }
    .process-grid { grid-template-columns: 1fr; }
    .process-grid li { min-height: 180px; }
    .process-grid h3 { margin-top: 25px; }
    .cta-card { align-items: flex-start; flex-direction: column; padding: 38px 26px; }
    .page-hero { padding: 62px 0 70px; }
    .page-hero h1 { font-size: 42px; }
    .contact-form { padding: 26px 20px; }
    .form-grid { grid-template-columns: 1fr; gap: 0; }
    .quote-form .form-grid { grid-template-columns: 1fr; }
    .quote-form .field-span { grid-column: auto; }
    .quote-assurance .container { grid-template-columns: 1fr; }
    .quote-assurance .container > div { border-right: 0; }
    .contact-list a { grid-template-columns: 1fr; gap: 4px; }
    .post-list article a { grid-template-columns: 110px 1fr; }
    .post-list img { width: 110px; height: 90px; }
    .footer-grid { grid-template-columns: 1fr; gap: 38px; }
    .footer-bottom { align-items: flex-start; flex-direction: column; }
}

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