:root {
    --ko-navy: #0d1a2d;
    --ko-navy-2: #142744;
    --ko-gold: #c9a04e;
    --ko-gold-2: #e2bf70;
    --ko-gold-text: #8a6424;
    --ko-ink: #20242a;
    --ko-muted: #515966;
    --ko-soft: #f7f4ed;
    --ko-line: rgba(13, 26, 45, .12);
    --ko-white: #fff;
    --ko-shadow: 0 18px 52px rgba(13, 26, 45, .14);
    --ko-ease: cubic-bezier(.25, .46, .45, .94);
}

@keyframes koFadeUp {
    from { opacity: 0; transform: translateY(26px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes koFadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes koShimmer {
    from { left: -120%; }
    to { left: 150%; }
}

@keyframes koPulse {
    0% { transform: scale(1); opacity: .56; }
    100% { transform: scale(1.28); opacity: 0; }
}

@keyframes koFloatSoft {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-9px); }
}

.ko-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--ko-gold), var(--ko-gold-2));
    box-shadow: 0 0 18px rgba(201, 160, 78, .38);
}

.ko-page-transition {
    position: fixed;
    inset: 0;
    z-index: 99998;
    background: var(--ko-navy);
    opacity: 0;
    pointer-events: none;
    transition: opacity .32s ease;
}

.ko-page-transition.is-active {
    opacity: 1;
}

.ko-reveal {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .7s var(--ko-ease), transform .7s var(--ko-ease);
    will-change: opacity, transform;
}

.ko-reveal.ko-visible {
    opacity: 1;
    transform: none;
}

body.kocaali-site {
    color: var(--ko-ink);
    font-family: Inter, "Helvetica Neue", Arial, sans-serif;
    background: #fff;
    overflow-x: hidden;
}

.kocaali-site .kocaali-page,
.kocaali-site .kocaali-page *,
.kocaali-site .kocaali-page *::before,
.kocaali-site .kocaali-page *::after,
.kocaali-site .ko-btn,
.kocaali-site .ko-btn::before,
.kocaali-site .ko-btn::after {
    box-sizing: border-box;
}

.kocaali-site #header {
    transition: box-shadow .28s ease, background-color .28s ease;
}

.kocaali-site .header-main,
.kocaali-site .header-main .header-inner {
    min-height: 118px;
}

.kocaali-site .header-main .header-inner {
    width: min(1240px, calc(100% - 56px));
    max-width: 1240px;
    padding-right: 0;
    padding-left: 0;
    align-items: center;
}

.kocaali-site .header-main .flex-right,
.kocaali-site .header-main .nav-right {
    display: flex;
    align-items: center;
}

.kocaali-site.ko-scrolled #header {
    box-shadow: 0 8px 28px rgba(13, 26, 45, .12) !important;
}

.kocaali-site #logo img {
    display: none !important;
}

.kocaali-site #logo {
    width: 340px !important;
}

.kocaali-site #logo a {
    display: block;
    width: 340px;
    height: 112px;
    background-image: url("https://kocaaliavukat.com/wp-content/uploads/kocaali-assets/hilalascilogokocaaliavukat.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.kocaali-site #logo a::before {
    content: "";
    display: none;
}

.kocaali-site #logo a::after {
    content: "";
    display: none;
}

.kocaali-site .header-button-1,
.kocaali-site .header-button-2,
.kocaali-site .header-search,
.kocaali-site .header-divider {
    display: none !important;
}

.kocaali-site .header-main .nav > li > a {
    color: var(--ko-navy);
    font-weight: 800;
    letter-spacing: 0;
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    line-height: 1;
}

.kocaali-site .header-main .nav > li.active > a,
.kocaali-site .header-main .nav > li > a:hover {
    color: var(--ko-gold-text);
}

.kocaali-site h1,
.kocaali-site h2,
.kocaali-site h3,
.kocaali-site h4 {
    font-family: Georgia, "Times New Roman", serif;
    letter-spacing: 0;
}

.kocaali-page {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
}

.kocaali-site .page-wrapper,
.kocaali-site .page-inner,
.kocaali-site .entry-content {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.kocaali-site .page-wrapper > .row,
.kocaali-site .page-inner > .row,
.kocaali-site .entry-content > .row {
    max-width: none !important;
}

.kocaali-site .page-wrapper .large-12,
.kocaali-site .entry-content .large-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ko-wrap {
    width: min(1240px, calc(100% - 56px));
    margin: 0 auto;
}

.ko-hero {
    position: relative;
    min-height: 650px;
    display: flex;
    align-items: center;
    color: #fff;
    background: var(--ko-navy);
    overflow: hidden;
}

.ko-hero::before {
    content: "";
    position: absolute;
    inset: -90px 0 0;
    background-image: linear-gradient(90deg, rgba(7, 15, 26, .96) 0%, rgba(7, 15, 26, .82) 42%, rgba(7, 15, 26, .28) 76%), var(--ko-hero-image);
    background-size: cover;
    background-position: center;
    transform: translateY(var(--ko-hero-shift, 0));
    transition: transform .05s linear;
}

.ko-hero__inner {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 760px;
    padding: 110px 0 84px;
}

.ko-particles {
    position: absolute;
    inset: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    opacity: .42;
    pointer-events: none;
    mix-blend-mode: screen;
}

.ko-eyebrow {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin: 0 0 18px;
    color: var(--ko-gold-text);
    font: 800 13px/1.2 Inter, Arial, sans-serif;
}

.ko-hero .ko-eyebrow,
.ko-section--dark .ko-eyebrow,
.ko-section--image .ko-eyebrow {
    color: var(--ko-gold-2);
}

.ko-eyebrow::before {
    content: "";
    width: 36px;
    height: 1px;
    background: var(--ko-gold);
}

.ko-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #fff;
    font-size: clamp(44px, 4.9vw, 68px);
    line-height: .98;
}

.ko-lead {
    max-width: 680px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(18px, 2vw, 22px);
    line-height: 1.72;
}

.ko-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.ko-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    background: var(--ko-gold);
    color: #101825;
    font-weight: 800;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    max-width: 100%;
    transition: transform .28s var(--ko-ease), box-shadow .28s var(--ko-ease), background .28s ease;
}

.ko-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 55%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .24), transparent);
}

.ko-btn:hover::before {
    animation: koShimmer .7s ease;
}

.ko-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, .14);
}

.ko-btn:hover {
    color: #101825;
    background: var(--ko-gold-2);
}

.ko-btn--ghost {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, .28);
}

.ko-btn--ghost:hover {
    color: #fff;
    border-color: var(--ko-gold);
    background: rgba(255, 255, 255, .08);
}

.ko-hero__facts {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    max-width: 820px;
    margin-top: 48px;
}

.ko-fact {
    border-left: 2px solid var(--ko-gold);
    padding: 14px 16px;
    background: rgba(255, 255, 255, .08);
}

.ko-fact strong {
    display: block;
    color: #fff;
    font-size: 18px;
}

.ko-fact span {
    display: block;
    margin-top: 4px;
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
    line-height: 1.45;
}

.ko-section {
    width: 100%;
    padding: 96px 0;
    scroll-margin-top: 96px;
}

.ko-section--soft {
    background: var(--ko-soft);
}

.ko-section--dark {
    color: #fff;
    background-color: var(--ko-navy);
    background: linear-gradient(135deg, var(--ko-navy), var(--ko-navy-2)) var(--ko-navy);
}

.ko-section--image {
    position: relative;
    color: #fff;
    background-color: var(--ko-navy);
    background-image: linear-gradient(90deg, rgba(7, 15, 26, .94), rgba(7, 15, 26, .74)), var(--ko-section-image);
    background-size: cover;
    background-position: center;
}

.ko-section--image .ko-head h2,
.ko-section--image .ko-head p {
    color: #fff;
}

.ko-section--insight {
    background:
        linear-gradient(90deg, rgba(247, 244, 237, .72), #fff 42%),
        #fff;
}

.ko-insight {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    gap: 34px;
    align-items: stretch;
}

.ko-insight__copy {
    position: relative;
    padding: 46px;
    border: 1px solid var(--ko-line);
    background: #fff;
    box-shadow: 0 18px 52px rgba(13, 26, 45, .08);
}

.ko-insight__copy::after {
    content: "";
    position: absolute;
    top: 26px;
    right: 28px;
    width: 72px;
    height: 72px;
    border: 1px solid rgba(201, 160, 78, .3);
    background: rgba(201, 160, 78, .08);
    clip-path: polygon(50% 0, 100% 28%, 100% 72%, 50% 100%, 0 72%, 0 28%);
}

.ko-insight h2 {
    max-width: 920px;
    margin: 0;
    color: var(--ko-navy);
    font-size: clamp(36px, 4.4vw, 58px);
    line-height: 1.04;
}

.ko-insight p {
    color: var(--ko-muted);
    font-size: 17px;
    line-height: 1.82;
}

.ko-insight__steps {
    display: grid;
    gap: 14px;
}

.ko-insight__steps div {
    position: relative;
    min-height: 146px;
    padding: 24px 24px 24px 86px;
    border: 1px solid var(--ko-line);
    background: var(--ko-navy);
    color: #fff;
    overflow: hidden;
    box-shadow: 0 18px 52px rgba(13, 26, 45, .12);
}

.ko-insight__steps div::before {
    content: "";
    position: absolute;
    top: 26px;
    left: 24px;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(226, 191, 112, .52);
    background-color: rgba(226, 191, 112, .12);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
}

.ko-insight__steps div:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23e2bf70' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M12 7v5l3 2'/%3E%3C/svg%3E");
}

.ko-insight__steps div:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23e2bf70' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M14 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8Z'/%3E%3Cpath d='M14 2v6h6'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E");
}

.ko-insight__steps div:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='%23e2bf70' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 17l6-6 4 4 7-7'/%3E%3Cpath d='M14 8h6v6'/%3E%3C/svg%3E");
}

.ko-insight__steps span {
    display: block;
    margin-bottom: 8px;
    color: var(--ko-gold-2);
    font-weight: 900;
}

.ko-insight__steps strong {
    display: block;
    color: #fff;
    font-size: 22px;
}

.ko-insight__steps p {
    margin: 8px 0 0;
    color: rgba(255, 255, 255, .76);
    font-size: 15px;
    line-height: 1.62;
}

.ko-strip {
    margin-top: -48px;
    position: relative;
    z-index: 3;
}

.ko-strip__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    background: #fff;
    box-shadow: var(--ko-shadow);
}

.ko-strip__item {
    min-height: 138px;
    padding: 26px;
    border-right: 1px solid var(--ko-line);
}

.ko-strip__item:last-child {
    border-right: 0;
}

.ko-strip__item strong {
    display: block;
    color: var(--ko-navy);
    font-size: 18px;
}

.ko-strip__item span {
    display: block;
    margin-top: 9px;
    color: var(--ko-muted);
    line-height: 1.65;
}

.ko-head {
    max-width: 760px;
    margin-bottom: 34px;
}

.ko-head h2 {
    margin: 0;
    color: var(--ko-navy);
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.06;
}

.ko-section--dark .ko-head h2 {
    color: #fff;
}

.ko-head p {
    margin: 18px 0 0;
    color: var(--ko-muted);
    font-size: 17px;
    line-height: 1.75;
}

.ko-section--dark .ko-head p {
    color: rgba(255, 255, 255, .86);
}

.ko-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ko-grid--featured {
    grid-template-columns: 1.1fr .95fr .95fr;
}

.ko-icon {
    display: inline-grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 22px;
    border: 1px solid rgba(201, 160, 78, .36);
    color: var(--ko-gold-text);
    background: rgba(201, 160, 78, .1);
}

.ko-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    stroke-width: 1.8;
    fill: none;
}

.ko-card {
    position: relative;
    min-height: 238px;
    padding: 32px;
    border: 1px solid var(--ko-line);
    background: #fff;
    box-shadow: 0 8px 28px rgba(13, 26, 45, .06);
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.ko-card:hover {
    transform: translateY(-4px);
    border-color: rgba(201, 160, 78, .42);
    box-shadow: var(--ko-shadow);
}

.ko-card__num {
    display: block;
    margin-bottom: 22px;
    color: var(--ko-gold-text);
    font-size: 13px;
    font-weight: 900;
}

.ko-card h3 {
    margin: 0 0 12px;
    color: var(--ko-navy);
    font-size: 24px;
}

.ko-card p {
    color: var(--ko-muted);
    line-height: 1.74;
}

.ko-card a {
    display: inline-flex;
    margin-top: 14px;
    color: var(--ko-navy);
    font-weight: 800;
    text-decoration: none;
}

.ko-article a,
.ko-sidebar a {
    color: var(--ko-navy);
    font-weight: 800;
}

.ko-section--dark a:not(.ko-btn),
.ko-section--image a:not(.ko-btn),
.ko-card--dark a,
.ko-contact-item a {
    color: #fff;
}

.ko-card--dark {
    color: #fff;
    background-color: var(--ko-navy);
    background: linear-gradient(150deg, var(--ko-navy), var(--ko-navy-2)) var(--ko-navy);
    border-color: rgba(255, 255, 255, .12);
}

.ko-card--dark h3,
.ko-card--dark a {
    color: #fff;
}

.ko-card--dark p {
    color: rgba(255, 255, 255, .86);
}

.ko-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    counter-reset: ko-step;
}

.ko-process__item {
    position: relative;
    min-height: 220px;
    padding: 30px 24px;
    background-color: rgba(255, 255, 255, .08);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
    border: 1px solid rgba(255, 255, 255, .14);
}

.ko-process__item::before {
    counter-increment: ko-step;
    content: "0" counter(ko-step);
    display: inline-flex;
    margin-bottom: 22px;
    color: var(--ko-gold-2);
    font-weight: 900;
}

.ko-process__item h3 {
    color: #fff;
    margin: 0 0 10px;
    font-size: 22px;
}

.ko-process__item p {
    color: rgba(255, 255, 255, .86);
    line-height: 1.75;
}

.ko-blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.ko-blog-card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
    border: 1px solid var(--ko-line);
    background: #fff;
    box-shadow: 0 8px 28px rgba(13, 26, 45, .06);
    text-decoration: none;
    overflow: hidden;
    transition: transform .28s var(--ko-ease), box-shadow .28s var(--ko-ease), border-color .28s ease;
}

.ko-blog-card:hover {
    transform: translateY(-5px);
    border-color: rgba(201, 160, 78, .42);
    box-shadow: var(--ko-shadow);
}

.ko-blog-card__media {
    position: relative;
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: var(--ko-navy);
}

.ko-blog-card__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 58%, rgba(7, 15, 26, .34));
}

.ko-blog-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 62% 58%;
    transition: transform .6s var(--ko-ease);
}

.ko-blog-card:hover .ko-blog-card__media img {
    transform: scale(1.055);
}

.ko-blog-card__body {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 26px;
}

.ko-blog-card span {
    color: var(--ko-gold-text);
    font-size: 12px;
    font-weight: 900;
}

.ko-blog-card h3 {
    margin: 18px 0 12px;
    color: var(--ko-navy);
    font-size: 24px;
}

.ko-blog-card h3 a {
    color: inherit;
    text-decoration: none;
}

.ko-blog-card h3 a:hover {
    color: var(--ko-gold-text);
}

.ko-blog-card p {
    color: var(--ko-muted);
    line-height: 1.72;
}

.ko-blog-card em {
    margin-top: auto;
    color: var(--ko-navy);
    font-style: normal;
    font-weight: 900;
}

.ko-blog-card--large {
    grid-row: auto;
}

.ko-blog-card--large .ko-blog-card__media {
    aspect-ratio: 16 / 10;
}

.ko-post-hero {
    position: relative;
    color: #fff;
    background: var(--ko-navy);
    overflow: hidden;
}

.ko-post-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: linear-gradient(90deg, rgba(7, 15, 26, .96), rgba(7, 15, 26, .78) 50%, rgba(7, 15, 26, .22)), var(--ko-post-image);
    background-size: cover;
    background-position: center;
}

.ko-post-hero__inner {
    position: relative;
    z-index: 1;
    max-width: 830px;
    padding: 118px 0 86px;
}

.ko-post-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(42px, 5vw, 72px);
    line-height: 1;
}

.ko-post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
    color: rgba(255, 255, 255, .82);
    font-weight: 800;
}

.ko-post-cover {
    margin: -54px auto 46px;
    position: relative;
    z-index: 2;
}

.ko-post-cover img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 7;
    object-fit: cover;
    box-shadow: var(--ko-shadow);
}

.ko-summary-box {
    margin: 28px 0;
    padding: 26px;
    border-left: 4px solid var(--ko-gold);
    background: var(--ko-soft);
}

.ko-summary-box strong {
    display: block;
    color: var(--ko-navy);
    font-size: 20px;
    margin-bottom: 8px;
}

.ko-related {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.ko-related a {
    display: block;
    padding: 18px;
    border: 1px solid var(--ko-line);
    color: var(--ko-navy);
    background: #fff;
    font-weight: 900;
    text-decoration: none;
}

.ko-related a:hover {
    border-color: rgba(201, 160, 78, .52);
    box-shadow: 0 10px 30px rgba(13, 26, 45, .08);
}

.single-post .entry-header,
.single-post .entry-divider,
.single-post .blog-share,
.single-post .post-sidebar,
.single-post .large-3,
.single-post .entry-meta,
.single-post .navigation-post,
.single-post .author-box {
    display: none !important;
}

.single-post .large-9,
.single-post .large-12 {
    flex-basis: 100% !important;
    max-width: 100% !important;
}

.single-post .row.content-row,
.single-post .row.row-large {
    max-width: none !important;
}

.ko-footer {
    width: 100%;
    padding: 62px 0 0;
    color: rgba(255, 255, 255, .86);
    background: #071020;
}

.footer-wrapper,
.absolute-footer {
    display: none !important;
}

.ko-footer__grid {
    display: grid;
    grid-template-columns: 1.35fr .8fr .8fr 1fr;
    gap: 34px;
}

.ko-footer__logo {
    display: inline-flex !important;
    width: min(100%, 310px);
    margin: 0 0 20px !important;
    padding: 10px 12px;
    border: 1px solid rgba(213, 170, 87, .24);
    border-radius: 6px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 18px 42px rgba(0, 0, 0, .2);
}

.ko-footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.ko-footer strong,
.ko-footer h3 {
    display: block;
    margin: 0 0 14px;
    color: #fff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
}

.ko-footer h3 {
    font-size: 18px;
}

.ko-footer p {
    line-height: 1.75;
}

.ko-footer a {
    display: block;
    margin: 0 0 8px;
    color: rgba(255, 255, 255, .88);
    text-decoration: none;
}

.ko-footer a:hover {
    color: var(--ko-gold-2);
}

.ko-footer__bottom {
    margin-top: 42px;
    padding: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
    color: rgba(255, 255, 255, .72);
    text-align: center;
    font-size: 13px;
}

.ko-gnc-credit {
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #e5e7eb;
    background: #fff;
}

.ko-gnc-credit__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: min(1200px, calc(100% - 32px));
    margin: 0 auto;
    color: #000;
    font: 500 13px/1.2 -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.ko-gnc-credit a {
    display: inline-flex;
    align-items: center;
    color: #000;
    text-decoration: none;
}

.ko-gnc-credit img {
    display: block;
    width: auto;
    max-width: 180px;
    height: 36px;
}

.ko-gnc-credit__text {
    font-size: 15px;
    font-weight: 800;
    letter-spacing: .04em;
}

.ko-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr);
    gap: 72px;
    align-items: center;
}

.ko-photo {
    overflow: hidden;
    border: 1px solid var(--ko-line);
    box-shadow: var(--ko-shadow);
}

.ko-photo img {
    display: block;
    width: 100%;
    height: auto;
}

.ko-section--local {
    background: #fff;
}

.ko-local-showcase {
    display: grid;
    grid-template-columns: minmax(380px, .86fr) minmax(0, 1.14fr);
    gap: 54px;
    align-items: center;
}

.ko-local-media {
    position: relative;
    margin: 0;
    min-height: 560px;
    overflow: hidden;
    background: var(--ko-navy);
    box-shadow: var(--ko-shadow);
}

.ko-local-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 48%, rgba(7, 15, 26, .72));
}

.ko-local-media img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 560px;
    object-fit: cover;
    transform: scale(1.02);
}

.ko-local-media figcaption {
    position: absolute;
    left: 28px;
    right: 28px;
    bottom: 26px;
    z-index: 1;
    color: #fff;
    font: 900 28px/1.12 Georgia, "Times New Roman", serif;
}

.ko-local-copy {
    padding: 42px;
    border: 1px solid var(--ko-line);
    background:
        linear-gradient(135deg, rgba(247, 244, 237, .78), #fff 58%),
        #fff;
    box-shadow: 0 14px 44px rgba(13, 26, 45, .08);
}

.ko-local-copy h2 {
    margin: 0;
    color: var(--ko-navy);
    font-size: clamp(36px, 4.6vw, 60px);
    line-height: 1.02;
}

.ko-local-copy p {
    margin: 22px 0 0;
    color: var(--ko-muted);
    font-size: 17px;
    line-height: 1.78;
}

.ko-local-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.ko-local-grid a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 52px;
    padding: 12px 14px 12px 42px;
    border: 1px solid rgba(13, 26, 45, .12);
    background: #fff;
    color: var(--ko-navy);
    font-weight: 850;
    text-decoration: none;
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease, color .22s ease;
}

.ko-local-grid a::before {
    content: "";
    position: absolute;
    left: 14px;
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%238a6424' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 6-8 12-8 12S4 16 4 10a8 8 0 1 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
    background-size: contain;
}

.ko-local-grid a:hover {
    transform: translateY(-2px);
    border-color: rgba(201, 160, 78, .52);
    color: var(--ko-gold-text);
    box-shadow: 0 10px 28px rgba(13, 26, 45, .1);
}

.ko-list {
    display: grid;
    gap: 14px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ko-list li {
    padding: 14px 16px;
    border-left: 3px solid var(--ko-gold);
    background: rgba(201, 160, 78, .08);
    color: var(--ko-ink);
    line-height: 1.65;
}

.ko-section--dark .ko-list li,
.ko-section--image .ko-list li {
    color: rgba(255, 255, 255, .92);
    background: rgba(255, 255, 255, .08);
    border-left-color: var(--ko-gold-2);
}

.ko-pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ko-pill {
    display: inline-flex;
    padding: 9px 13px;
    border: 1px solid var(--ko-line);
    color: var(--ko-navy);
    background: #fff;
    font-weight: 700;
    text-decoration: none;
}

.ko-section--services {
    position: relative;
    color: #fff;
    background:
        linear-gradient(135deg, rgba(7, 15, 26, .98), rgba(14, 31, 52, .95)),
        var(--ko-navy);
    overflow: hidden;
}

.ko-section--services::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, .045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, .045) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(90deg, #000, transparent 82%);
    pointer-events: none;
}

.ko-service-showcase {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
    gap: 42px;
    align-items: start;
}

.ko-service-intro {
    position: sticky;
    top: 118px;
    padding: 34px;
    border: 1px solid rgba(255, 255, 255, .14);
    background: rgba(255, 255, 255, .065);
    box-shadow: 0 26px 70px rgba(0, 0, 0, .18);
    backdrop-filter: blur(12px);
}

.ko-service-intro h2 {
    margin: 0;
    color: #fff;
    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.06;
}

.ko-service-intro p {
    margin: 20px 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: 17px;
    line-height: 1.78;
}

.ko-service-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.ko-topic-cluster {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    counter-reset: ko-service;
}

.ko-topic-card {
    position: relative;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 18px;
    min-height: 238px;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, .13);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .1), rgba(255, 255, 255, .052)),
        rgba(255, 255, 255, .04);
    box-shadow: 0 16px 44px rgba(0, 0, 0, .15);
    overflow: hidden;
    transition: transform .28s var(--ko-ease), border-color .28s ease, box-shadow .28s var(--ko-ease), background .28s ease;
}

.ko-topic-card::before {
    counter-increment: ko-service;
    content: "0" counter(ko-service);
    position: absolute;
    right: 22px;
    bottom: 16px;
    color: rgba(255, 255, 255, .055);
    font-size: 72px;
    font-weight: 900;
    line-height: 1;
}

.ko-topic-card::after {
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 3px;
    background: linear-gradient(90deg, var(--ko-gold), transparent);
    transform: scaleX(.24);
    transform-origin: left;
    transition: transform .28s var(--ko-ease);
}

.ko-topic-card:hover {
    transform: translateY(-6px);
    border-color: rgba(201, 160, 78, .58);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .064)),
        rgba(255, 255, 255, .05);
    box-shadow: 0 28px 70px rgba(0, 0, 0, .28);
}

.ko-topic-card:hover::after {
    transform: scaleX(1);
}

.ko-topic-card__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid rgba(201, 160, 78, .5);
    background-color: rgba(201, 160, 78, .14);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px 28px;
    box-shadow: inset 0 0 0 6px rgba(255, 255, 255, .04);
}

.ko-topic-card:nth-child(1) .ko-topic-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d8b96f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v18'/%3E%3Cpath d='M5 7h14'/%3E%3Cpath d='m6 7-3 6h6L6 7Z'/%3E%3Cpath d='m18 7-3 6h6l-3-6Z'/%3E%3Cpath d='M8 21h8'/%3E%3C/svg%3E");
}

.ko-topic-card:nth-child(2) .ko-topic-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d8b96f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-8 0v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3Cpath d='M4 21v-2a6 6 0 0 1 3-5.2'/%3E%3Cpath d='M20 21v-2a6 6 0 0 0-3-5.2'/%3E%3C/svg%3E");
}

.ko-topic-card:nth-child(3) .ko-topic-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d8b96f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 19.5V5a2 2 0 0 1 2-2h10l4 4v12.5a1.5 1.5 0 0 1-1.5 1.5H6A2 2 0 0 1 4 19.5Z'/%3E%3Cpath d='M14 3v5h5'/%3E%3Cpath d='M8 13h8'/%3E%3Cpath d='M8 17h5'/%3E%3C/svg%3E");
}

.ko-topic-card:nth-child(4) .ko-topic-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d8b96f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 6h13'/%3E%3Cpath d='M8 12h13'/%3E%3Cpath d='M8 18h13'/%3E%3Cpath d='M3 6h.01'/%3E%3Cpath d='M3 12h.01'/%3E%3Cpath d='M3 18h.01'/%3E%3C/svg%3E");
}

.ko-topic-card:nth-child(5) .ko-topic-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d8b96f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 21h18'/%3E%3Cpath d='M5 21V8l7-5 7 5v13'/%3E%3Cpath d='M9 21v-6h6v6'/%3E%3C/svg%3E");
}

.ko-topic-card:nth-child(6) .ko-topic-card__icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23d8b96f' stroke-width='2.1' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2 3 7l9 5 9-5-9-5Z'/%3E%3Cpath d='m3 17 9 5 9-5'/%3E%3Cpath d='m3 12 9 5 9-5'/%3E%3C/svg%3E");
}

.ko-topic-card__content,
.ko-topic-card a {
    position: relative;
    z-index: 1;
}

.ko-topic-card h3 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 23px;
    line-height: 1.18;
}

.ko-topic-card p {
    margin: 0;
    color: rgba(255, 255, 255, .76);
    line-height: 1.72;
}

.ko-topic-card a {
    grid-column: 2;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    align-self: end;
    margin-top: 10px;
    color: var(--ko-gold-2);
    font-weight: 900;
    text-decoration: none;
}

.ko-topic-card a::after {
    content: "";
    width: 18px;
    height: 1px;
    background: currentColor;
    transition: width .24s ease;
}

.ko-topic-card a:hover {
    color: #fff;
}

.ko-topic-card a:hover::after {
    width: 34px;
}

.ko-local-columns {
    columns: 3 220px;
    column-gap: 28px;
    margin: 24px 0 0;
    padding: 0;
    list-style: none;
}

.ko-local-columns li {
    break-inside: avoid;
    margin: 0 0 10px;
}

.ko-local-columns a {
    color: var(--ko-navy);
    font-weight: 800;
    text-decoration: none;
}

.ko-evidence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.ko-evidence-grid span {
    position: relative;
    padding: 16px 14px;
    padding-left: 46px;
    border: 1px solid var(--ko-line);
    background: rgba(201, 160, 78, .08);
    color: var(--ko-navy);
    font-weight: 800;
}

.ko-section--dark .ko-evidence-grid span {
    border-color: rgba(255, 255, 255, .16);
    background: rgba(255, 255, 255, .095);
    color: #f8fafc;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 34px rgba(0, 0, 0, .12);
}

.ko-evidence-grid span::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--ko-gold);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23071020' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 12 4 4L19 6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
    transform: translateY(-50%);
}

.ko-section--dark .ko-evidence-grid span::before {
    background-color: var(--ko-gold-2);
    box-shadow: 0 0 0 6px rgba(226, 191, 112, .12);
}

.ko-blog-grid--home {
    margin-top: 6px;
}

.ko-longform {
    max-width: 980px;
    color: var(--ko-ink);
    font-size: 17px;
    line-height: 1.86;
}

.ko-longform h2 {
    margin: 0 0 18px;
    color: var(--ko-navy);
    font-size: clamp(32px, 4vw, 46px);
}

.ko-longform p + p {
    margin-top: 16px;
}

.ko-content {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 44px;
    align-items: start;
}

.ko-article {
    font-size: 17px;
    line-height: 1.86;
}

.ko-article h2,
.ko-article h3 {
    color: var(--ko-navy);
    margin-top: 34px;
}

.ko-sidebar {
    position: sticky;
    top: 92px;
    padding: 24px;
    border: 1px solid var(--ko-line);
    background: var(--ko-soft);
}

.ko-sidebar h3 {
    margin: 0 0 12px;
    color: var(--ko-navy);
}

.ko-faq {
    display: grid;
    gap: 12px;
    margin-top: 26px;
}

.ko-faq details {
    border: 1px solid var(--ko-line);
    background: #fff;
    transition: box-shadow .25s ease, border-color .25s ease;
}

.ko-faq details[open] {
    border-color: rgba(201, 160, 78, .42);
    box-shadow: 0 12px 36px rgba(13, 26, 45, .08);
}

.ko-faq summary {
    position: relative;
    cursor: pointer;
    padding: 17px 50px 17px 20px;
    color: var(--ko-navy);
    font-weight: 800;
    list-style: none;
}

.ko-faq summary::-webkit-details-marker {
    display: none;
}

.ko-faq summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 13px;
    color: var(--ko-gold-text);
    font-size: 28px;
    font-weight: 400;
    line-height: 1;
    transition: transform .25s ease;
}

.ko-faq details[open] summary::after {
    transform: rotate(45deg);
}

.ko-faq details div {
    padding: 0 20px 18px;
    color: var(--ko-muted);
    line-height: 1.7;
    animation: koFadeUp .28s ease;
}

.ko-contact-box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.ko-contact-item {
    position: relative;
    min-height: 148px;
    padding: 24px;
    padding-right: 104px;
    border: 1px solid rgba(255, 255, 255, .16);
    background-color: rgba(255, 255, 255, .08);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .035));
    overflow: hidden;
    transition: border-color .28s ease, background-color .28s ease, transform .28s var(--ko-ease);
}

.ko-contact-item::before {
    content: "";
    position: absolute;
    top: 24px;
    right: 24px;
    width: 56px;
    height: 56px;
    border: 1px solid rgba(213, 170, 87, .42);
    border-radius: 50%;
    background-color: rgba(213, 170, 87, .12);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 27px 27px;
    box-shadow: 0 16px 34px rgba(0, 0, 0, .16);
}

.ko-contact-item::after {
    content: "";
    position: absolute;
    right: -36px;
    bottom: -42px;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(213, 170, 87, .18), transparent 66%);
    pointer-events: none;
}

.ko-contact-item:nth-child(1)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23e4bf73' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.13.96.35 1.9.66 2.81a2 2 0 0 1-.45 2.11L8.05 9.91a16 16 0 0 0 6.04 6.04l1.27-1.27a2 2 0 0 1 2.11-.45c.91.31 1.85.53 2.81.66A2 2 0 0 1 22 16.92Z'/%3E%3C/svg%3E");
}

.ko-contact-item:nth-child(2)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23e4bf73' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 10c0 4.99-5.54 10.21-7.4 11.82a1 1 0 0 1-1.2 0C9.54 20.21 4 14.99 4 10a8 8 0 0 1 16 0Z'/%3E%3Ccircle cx='12' cy='10' r='3'/%3E%3C/svg%3E");
}

.ko-contact-item:nth-child(3)::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 24 24' fill='none' stroke='%23e4bf73' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M21 11.5a8.38 8.38 0 0 1-8.5 8.5 8.5 8.5 0 0 1-3.74-.86L3 21l1.91-5.56A8.5 8.5 0 1 1 21 11.5Z'/%3E%3Cpath d='M8.8 8.6c.23 2.86 2.1 5.01 5 5.72'/%3E%3Cpath d='m14.4 11.9 1.35.56'/%3E%3Cpath d='m8.3 8.05.62 1.28'/%3E%3C/svg%3E");
}

.ko-contact-item:hover {
    transform: translateY(-4px);
    border-color: rgba(213, 170, 87, .42);
    background-color: rgba(255, 255, 255, .105);
}

.ko-contact-item span {
    display: block;
    margin-bottom: 8px;
    color: var(--ko-gold-2);
    font-weight: 800;
}

.kocaali-whatsapp {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 9999;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 17px;
    border-radius: 999px;
    color: #fff;
    background: #0b6b3a;
    box-shadow: 0 14px 36px rgba(11, 107, 58, .32);
    font-weight: 900;
    text-decoration: none;
    animation: koFadeUp .55s ease .8s both;
    transition: transform .28s var(--ko-ease), box-shadow .28s var(--ko-ease), background .28s ease;
}

.kocaali-whatsapp::before {
    content: "";
    position: absolute;
    inset: -5px;
    border: 2px solid #0b6b3a;
    border-radius: inherit;
    animation: koPulse 2.4s ease 1.5s infinite;
    pointer-events: none;
}

.kocaali-whatsapp:hover {
    color: #fff;
    background: #09572f;
    transform: translateY(-3px);
    box-shadow: 0 18px 42px rgba(11, 107, 58, .42);
}

.kocaali-whatsapp__icon {
    display: inline-grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    font-size: 11px;
}

@media (max-width: 900px) {
    .ko-hero {
        min-height: auto;
    }

    .ko-hero__facts,
    .ko-grid,
    .ko-grid--featured,
    .ko-strip__grid,
    .ko-process,
    .ko-blog-grid,
    .ko-related,
    .ko-footer__grid,
    .ko-contact-box,
    .ko-topic-cluster,
    .ko-service-showcase,
    .ko-insight,
    .ko-local-showcase,
    .ko-evidence-grid,
    .ko-split,
    .ko-content {
        grid-template-columns: 1fr;
    }

    .ko-service-intro {
        position: relative;
        top: auto;
    }

    .ko-insight__copy::after {
        display: none;
    }

    .ko-local-media {
        min-height: 420px;
        order: 2;
    }

    .ko-local-media img {
        min-height: 420px;
    }

    .ko-sidebar {
        position: static;
    }
}

@media (max-width: 560px) {
    .ko-wrap {
        width: min(100% - 28px, 1240px);
    }

    .kocaali-site .header-main,
    .kocaali-site .header-main .header-inner {
        min-height: 106px;
    }

    .kocaali-site .header-main .header-inner {
        width: 100%;
        max-width: none;
        padding-right: 14px;
        padding-left: 14px;
    }

    .kocaali-site #logo,
    .kocaali-site #logo a {
        width: 268px !important;
        height: 96px;
    }

    .ko-hero__inner {
        padding: 46px 0 34px;
    }

    .ko-hero h1 {
        max-width: 100%;
        font-size: clamp(30px, 8.7vw, 36px);
        line-height: 1.06;
        overflow-wrap: break-word;
    }

    .ko-lead {
        font-size: 17px;
        line-height: 1.62;
    }

    .ko-hero__facts {
        margin-top: 24px;
        gap: 10px;
    }

    .ko-fact {
        padding: 12px 14px;
    }

    .ko-contact-item {
        min-height: 128px;
        padding: 20px 86px 20px 20px;
    }

    .ko-contact-item::before {
        top: 20px;
        right: 20px;
        width: 48px;
        height: 48px;
        background-size: 23px 23px;
    }

    .ko-section {
        padding: 72px 0 60px;
        scroll-margin-top: 84px;
    }

    .ko-insight {
        gap: 14px;
    }

    .ko-insight__copy,
    .ko-local-copy {
        padding: 24px;
    }

    .ko-insight h2,
    .ko-local-copy h2 {
        font-size: clamp(30px, 8.7vw, 38px);
        line-height: 1.08;
    }

    .ko-insight__steps div {
        min-height: 0;
        padding: 22px 20px 22px 74px;
    }

    .ko-insight__steps div::before {
        left: 20px;
        width: 38px;
        height: 38px;
        background-size: 20px 20px;
    }

    .ko-local-media {
        min-height: 300px;
    }

    .ko-local-media img {
        min-height: 300px;
    }

    .ko-local-media figcaption {
        left: 20px;
        right: 20px;
        bottom: 20px;
        font-size: 23px;
    }

    .ko-local-grid {
        grid-template-columns: 1fr;
    }

    .ko-service-showcase {
        gap: 22px;
    }

    .ko-service-intro {
        padding: 24px;
    }

    .ko-service-intro h2 {
        font-size: clamp(30px, 8.6vw, 38px);
    }

    .ko-topic-card {
        grid-template-columns: 50px minmax(0, 1fr);
        gap: 14px;
        min-height: 0;
        padding: 22px;
    }

    .ko-topic-card__icon {
        width: 50px;
        height: 50px;
        background-size: 24px 24px;
    }

    .ko-topic-card h3 {
        font-size: 21px;
    }

    .ko-topic-card a {
        grid-column: 1 / -1;
        margin-left: 64px;
    }

    .ko-blog-card__body {
        padding: 22px;
    }

    .ko-post-hero__inner {
        padding: 72px 0 64px;
    }

    .ko-post-hero h1 {
        font-size: clamp(34px, 10vw, 42px);
        line-height: 1.05;
    }

    .ko-post-cover {
        margin: -28px auto 34px;
    }

    .ko-post-cover img {
        aspect-ratio: 16 / 10;
    }

    .ko-head {
        margin-bottom: 28px;
    }

    .ko-actions {
        flex-direction: column;
    }

    .ko-btn {
        width: 100%;
    }

    .kocaali-whatsapp {
        right: 14px;
        bottom: 14px;
        padding: 13px;
    }

    .kocaali-whatsapp > span:last-child {
        display: none;
    }
}

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

    .ko-reveal {
        opacity: 1;
        transform: none;
    }
}
