/*
 * Nokta İşitme ana stil dosyası
 * Temizlenmiş sürüm: 2026-07-28
 */

:root {
    --blue: #2457f5;
    --blue-dark: #103bba;
    --green: #12ad78;
    --ink: #10223b;
    --muted: #64748b;
    --soft: #f4f8fb;
    --line: #e3ebf2;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
}

body {
    min-width: 320px;
    color: var(--ink);
    background: #fff;
    font-family: Arial, "Helvetica Neue", sans-serif;
    line-height: 1.6;
    overflow-x: clip;
    text-rendering: optimizeLegibility;
}

a {
    color: inherit;
    text-decoration: none;
}

img,
picture,
svg,
video {
    display: block;
    max-width: 100%;
}

img {
    height: auto;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    border: 0;
    cursor: pointer;
}

ul,
ol {
    list-style: none;
}

.section-shell {
    width: min(1180px,100% - 40px);
    margin-inline: auto;
}

.eyebrow {
    color: var(--green);
    letter-spacing: .14em;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-size: 12px;
    font-weight: 800;
    display: inline-block;
}

.eyebrow.light {
    color: #b7ffdc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

h1,h2,h3,p {
    margin-top: 0;
}

h1,h2,h3 {
    letter-spacing: -.035em;
    line-height: 1.08;
}

h2 {
    margin-bottom: 20px;
    font-size: clamp(34px,4vw,52px);
}

.lead {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.8;
}

.btn {
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 14px 22px;
    font-size: 14px;
    font-weight: 800;
    transition: all .25s;
    display: inline-flex;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg,var(--green),#0879d5);
    color: #fff;
    box-shadow: 0 12px 28px #0ea97a36;
}

.btn-ghost {
    border: 1.5px solid var(--blue);
    color: var(--blue);
}

.btn-white {
    color: var(--blue);
    background: #fff;
}

.btn-outline-white {
    color: #fff;
    border: 1.5px solid #ffffff80;
}

.text-link {
    color: var(--blue);
    font-weight: 800;
}

.topbar {
    color: #d9e5f6;
    background: #0d2850;
    font-size: 12px;
}

.topbar .section-shell {
    justify-content: space-between;
    align-items: center;
    height: 34px;
    display: flex;
}

.topbar div div {
    gap: 24px;
    display: flex;
}

.site-header {
    z-index: 30;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    background: #fffc;
    border-bottom: 1px solid #e9eef477;
    position: sticky;
    top: 0;
}

.nav {
    position: relative;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    display: flex;
}

.logo img {
    object-fit: contain;
    width: 224px;
    height: 62px;
}

.nav-links {
    align-items: center;
    gap: 28px;
    font-size: 13px;
    font-weight: 700;
    display: flex;
}

.nav-links>a:not(.nav-cta):hover {
    color: var(--blue);
}

.nav-cta {
    color: #fff;
    background: linear-gradient(135deg,var(--green),var(--blue));
    border-radius: 999px;
    padding: 11px 18px;
}

.menu-button {
    background: 0 0;
    border: 0;
    padding: 8px;
    display: none;
}

.menu-button i {
    background: var(--ink);
    width: 25px;
    height: 2px;
    margin: 5px;
    display: block;
}

.hero {
    grid-template-columns: 1.02fr .98fr;
    align-items: center;
    gap: 60px;
    min-height: 620px;
    padding-top: 58px;
    padding-bottom: 80px;
    display: grid;
    position: relative;
}

.hero:before {
    content: "";
    z-index: -1;
    background: linear-gradient(120deg,#f9fcff,#fff);
    position: absolute;
    inset: 0 50% -20px -2000px;
}

.hero h1 {
    max-width: 680px;
    margin: 0 0 24px;
    font-size: clamp(54px,6.2vw,82px);
}

.hero h1 span {
    color: var(--blue);
}

.hero-copy>.lead {
    max-width: 600px;
}

.hero-actions {
    gap: 14px;
    margin: 32px 0;
    display: flex;
}

.hero-trust {
    color: var(--muted);
    align-items: center;
    gap: 8px;
    font-size: 12px;
    display: flex;
}

.hero-trust strong {
    color: var(--ink);
    font-size: 16px;
}

.hero-trust i {
    background: var(--line);
    width: 1px;
    height: 32px;
    margin: 0 12px;
}

.hero-visual {
    height: 520px;
    position: relative;
}

.hero-image-wrap {
    z-index: 2;
    border-radius: 48% 48% 44% 44%;
    width: 420px;
    height: 460px;
    position: absolute;
    top: 12px;
    right: 20px;
    overflow: hidden;
    box-shadow: 0 30px 70px #16408026;
}

.hero-image-wrap img {
    object-fit: cover;
    object-position: 50% 45%;
    width: 100%;
    height: 100%;
}

.orb {
    border-radius: 50%;
    position: absolute;
}

.orb-one {
    background: linear-gradient(140deg,#1bb780,#145bed);
    width: 430px;
    height: 430px;
    top: 48px;
    right: -10px;
}

.orb-two {
    opacity: .9;
    background: linear-gradient(140deg,#24d6a0,#1357f1);
    width: 150px;
    height: 150px;
    top: 145px;
    left: 22px;
}

.floating-card {
    z-index: 4;
    background: #fff;
    border-radius: 16px;
    align-items: center;
    gap: 12px;
    width: 285px;
    padding: 16px;
    display: flex;
    position: absolute;
    bottom: 8px;
    left: 14px;
    box-shadow: 0 20px 50px #1d3b6828;
}

.floating-card .pulse {
    min-width: 38px;
    height: 38px;
    color: var(--green);
    background: #e8fbf5;
    border-radius: 50%;
    place-items: center;
    font-weight: 900;
    display: grid;
}

.floating-card b,.floating-card small {
    display: block;
}

.floating-card b {
    font-size: 13px;
}

.floating-card small {
    color: var(--muted);
    margin-top: 2px;
    font-size: 11px;
}

.quick-cards {
    z-index: 5;
    background: #fff;
    border: 1px solid #edf1f6;
    border-radius: 18px;
    grid-template-columns: repeat(3,1fr);
    margin-top: -24px;
    display: grid;
    position: relative;
    box-shadow: 0 15px 55px #1835571c;
}

.quick-cards article {
    align-items: center;
    gap: 16px;
    padding: 24px 32px;
    display: flex;
}

.quick-cards article+article {
    border-left: 1px solid var(--line);
}

.quick-cards article>span {
    width: 44px;
    height: 44px;
    color: var(--blue);
    background: #ecf5ff;
    border-radius: 50%;
    place-items: center;
    font-size: 20px;
    display: grid;
}

.quick-cards b {
    font-size: 15px;
}

.quick-cards p {
    color: var(--muted);
    margin: 2px 0 0;
    font-size: 13px;
}

.intro {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 100px;
    padding: 130px 0;
    display: grid;
}

.intro-image {
    height: 520px;
    position: relative;
}

.intro-image>img {
    object-fit: cover;
    border-radius: 44% 44% 12px 12px;
    width: 90%;
    height: 100%;
}

.experience {
    background: linear-gradient(135deg,var(--blue),var(--green));
    color: #fff;
    border-radius: 16px;
    align-items: center;
    gap: 12px;
    padding: 22px 28px;
    display: flex;
    position: absolute;
    bottom: 36px;
    right: 0;
    box-shadow: 0 14px 34px #165cba42;
}

.experience b {
    font-size: 34px;
}

.experience span {
    font-size: 12px;
    line-height: 1.3;
}

.intro-copy>p {
    color: var(--muted);
    font-size: 16px;
    line-height: 1.85;
}

.intro-copy ul {
    margin: 26px 0;
    padding: 0;
    list-style: none;
}

.intro-copy li {
    margin: 11px 0;
    font-size: 14px;
    font-weight: 700;
}

.intro-copy li:before {
    content: "✓";
    color: var(--green);
    margin-right: 12px;
}

.services,.blog {
    background: var(--soft);
    padding: 100px 0;
}

.section-heading {
    justify-content: space-between;
    align-items: end;
    margin-bottom: 42px;
    display: flex;
}

.section-heading h2 {
    margin-bottom: 0;
}

.section-heading>p {
    max-width: 470px;
    color: var(--muted);
    margin: 0;
}

.section-heading.centered {
    text-align: center;
    display: block;
}

.section-heading.centered>p {
    margin: 12px auto 0;
}

.service-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    display: grid;
}

.service-grid article {
    background: #fff;
    border: 1px solid #e7edf3;
    border-radius: 18px;
    padding: 30px;
    transition: all .25s;
}

.service-grid article:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px #23486c13;
}

.service-grid article>span {
    color: var(--blue);
    background: #eef3ff;
    border-radius: 8px;
    padding: 7px 9px;
    font-size: 12px;
    font-weight: 900;
}

.service-grid h3 {
    margin: 28px 0 12px;
    font-size: 21px;
}

.service-grid p {
    color: var(--muted);
    min-height: 68px;
    font-size: 14px;
}

.service-grid a {
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
}

.devices {
    padding: 110px 0;
}

.device-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 24px;
    display: grid;
}

.device-grid article {
    border: 1px solid var(--line);
    text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 22px;
}

.device-art {
    height: 220px;
    color: var(--blue);
    background: radial-gradient(circle,#fff 0,#eff6fc 70%);
    border-radius: 14px;
    place-items: center;
    font-size: 105px;
    font-weight: 900;
    display: grid;
}

.device-grid article>span {
    color: var(--green);
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-top: 20px;
    font-size: 11px;
    font-weight: 900;
    display: inline-block;
}

.device-grid h3 {
    margin: 10px 0;
    font-size: 22px;
}

.device-grid p {
    color: var(--muted);
    font-size: 14px;
}

.center-action {
    text-align: center;
    margin-top: 34px;
}

.article-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 18px;
    display: grid;
}

.article-card {
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 17px;
    flex-direction: column;
    min-height: 260px;
    padding: 26px;
    transition: all .25s;
    display: flex;
}

.article-card:hover {
    border-color: #9eb5ff;
    transform: translateY(-4px);
}

.article-card>span {
    color: var(--green);
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 900;
}

.article-card h3 {
    margin: 17px 0 12px;
    font-size: 21px;
}

.article-card p {
    color: var(--muted);
    font-size: 14px;
}

.article-card b {
    color: var(--blue);
    margin-top: auto;
    font-size: 13px;
}

.branches {
    padding: 110px 0;
}

.branch-grid {
    grid-template-columns: 1fr 1fr;
    gap: 22px;
    display: grid;
}

.branch-grid article {
    color: #fff;
    background: linear-gradient(145deg,#102b54,#134990);
    border-radius: 20px;
    padding: 35px;
    position: relative;
    overflow: hidden;
}

.branch-grid article:nth-child(2) {
    background: linear-gradient(145deg,#086a62,#0dad7b);
}

.branch-grid article:after {
    content: "";
    border: 28px solid #ffffff10;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    position: absolute;
    top: -60px;
    right: -60px;
}

.branch-grid span {
    color: #b8ddff;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-size: 11px;
    font-weight: 900;
}

.branch-grid h3 {
    margin: 10px 0 18px;
    font-size: 30px;
}

.branch-grid p {
    color: #e4ebf5;
}

.branch-grid div {
    z-index: 2;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 800;
    display: flex;
    position: relative;
}

.cta {
    color: #fff;
    background: linear-gradient(120deg,#164ed7,#09a978);
    padding: 74px 0;
}

.cta .section-shell {
    justify-content: space-between;
    align-items: center;
    gap: 30px;
    display: flex;
}

.cta h2 {
    max-width: 700px;
    margin-bottom: 12px;
    font-size: 40px;
}

.cta p {
    color: #e2f2fb;
    margin: 0;
}

.cta .section-shell>div:last-child {
    flex-shrink: 0;
    gap: 12px;
    display: flex;
}

footer {
    color: #c8d4e5;
    background: #091b35;
    padding: 70px 0 20px;
}

.footer-grid {
    grid-template-columns: 1.6fr 1fr 1.2fr 1fr;
    gap: 48px;
    display: grid;
}

.footer-brand img {
    object-fit: contain;
    width: 230px;
    height: 90px;
    margin-top: -20px;
}

.footer-brand p {
    color: #8fa1b9;
    max-width: 320px;
    font-size: 14px;
}

.footer-grid h3 {
    color: #fff;
    margin-bottom: 20px;
    font-size: 15px;
}

.footer-grid>div:not(:first-child) {
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
    display: flex;
}

.footer-grid p {
    color: #8fa1b9;
}

.footer-bottom {
    color: #7588a2;
    border-top: 1px solid #ffffff16;
    justify-content: space-between;
    margin-top: 50px;
    padding-top: 20px;
    font-size: 11px;
    display: flex;
}

.whatsapp {
    color: #fff;
    z-index: 40;
    background: #20c76d;
    border-radius: 50%;
    place-items: center;
    width: 58px;
    height: 58px;
    font-size: 27px;
    display: grid;
    position: fixed;
    bottom: 22px;
    right: 22px;
    box-shadow: 0 10px 28px #06914455;
}

.article-hero {
    background: linear-gradient(135deg,#eff8ff,#ecfff7);
    padding: 75px 0;
}

.article-hero .section-shell {
    max-width: 900px;
}

.article-hero h1 {
    margin: 8px 0 20px;
    font-size: clamp(40px,5.5vw,66px);
}

.article-hero p {
    color: var(--muted);
    max-width: 760px;
    font-size: 18px;
}

.article-body {
    width: min(820px,100% - 40px);
    margin: 65px auto 100px;
}

.article-body h2 {
    margin-top: 52px;
    font-size: 32px;
}

.article-body h3 {
    margin-top: 38px;
    font-size: 23px;
}

.article-body p,.article-body li {
    color: #405269;
    font-size: 17px;
    line-height: 1.85;
}

.article-body ul,.article-body ol {
    padding-left: 23px;
}

.article-body table {
    border-collapse: collapse;
    width: 100%;
    margin: 28px 0;
    font-size: 14px;
}

.article-body th,.article-body td {
    border: 1px solid var(--line);
    text-align: left;
    padding: 14px;
}

.article-body th {
    background: #eef6ff;
}

.notice {
    border-left: 4px solid var(--green);
    background: #eefcf7;
    border-radius: 8px;
    margin: 28px 0;
    padding: 20px;
}

.page-hero {
    background: linear-gradient(135deg,#eef6ff,#f0fff9);
    padding: 75px 0;
}

.page-hero h1 {
    margin-bottom: 14px;
    font-size: clamp(44px,6vw,68px);
}

.page-content {
    padding: 75px 0 100px;
}

.page-content .content-grid {
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
    display: grid;
}

.content-card {
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 28px;
}

.content-card h2 {
    font-size: 24px;
}

.content-card p {
    color: var(--muted);
}

@media (max-width:900px) {
    .topbar {
        display: none;
    }

    .nav {
        height: 72px;
    }

    .logo img {
        width: 190px;
    }

    .menu-button {
        display: block;
    }

    .nav-links {
        background: #fff;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 20px;
        display: none;
        position: absolute;
        top: 72px;
        left: 0;
        right: 0;
        box-shadow: 0 18px 35px #10233a26;
    }

    .nav-links.open {
        display: flex;
    }

    .nav-links>a {
        border-bottom: 1px solid var(--line);
        padding: 13px 10px;
    }

    .nav-cta {
        text-align: center;
        margin-top: 10px;
    }

    .hero {
        grid-template-columns: 1fr;
        gap: 20px;
        padding-top: 55px;
    }

    .hero-visual {
        height: 480px;
    }

    .hero-image-wrap {
        max-width: 85vw;
        right: 50%;
        transform: translate(50%);
    }

    .orb-one {
        right: 50%;
        transform: translate(50%);
    }

    .intro {
        grid-template-columns: 1fr;
        gap: 60px;
        padding: 90px 0;
    }

    .service-grid,.article-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .device-grid {
        grid-template-columns: 1fr;
    }

    .section-heading {
        display: block;
    }

    .section-heading>p {
        margin-top: 15px;
    }

    .cta .section-shell {
        display: block;
    }

    .cta .section-shell>div:last-child {
        margin-top: 30px;
    }

    .footer-grid,.page-content .content-grid {
        grid-template-columns: 1fr 1fr;
    }

}

@media (max-width:600px) {
    .section-shell {
        width: min(100% - 28px,1180px);
    }

    h2 {
        font-size: 34px;
    }

    .hero {
        min-height: auto;
        padding-bottom: 55px;
    }

    .hero h1 {
        font-size: 46px;
    }

    .hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hero-trust {
        flex-wrap: wrap;
    }

    .hero-trust i {
        display: none;
    }

    .hero-visual {
        height: 390px;
    }

    .hero-image-wrap {
        border-radius: 48% 48% 35% 35%;
        width: 310px;
        height: 350px;
    }

    .orb-one {
        width: 320px;
        height: 320px;
    }

    .orb-two {
        width: 100px;
        height: 100px;
        left: 0;
    }

    .floating-card {
        width: 250px;
        bottom: -2px;
        left: 0;
    }

    .quick-cards {
        grid-template-columns: 1fr;
    }

    .quick-cards article+article {
        border-left: 0;
        border-top: 1px solid var(--line);
    }

    .intro-image {
        height: 390px;
    }

    .intro-image>img {
        width: 95%;
    }

    .experience {
        padding: 15px 18px;
    }

    .service-grid,.article-grid,.branch-grid,.page-content .content-grid {
        grid-template-columns: 1fr;
    }

    .services,.blog,.devices,.branches {
        padding: 75px 0;
    }

    .device-art {
        height: 180px;
    }

    .cta h2 {
        font-size: 33px;
    }

    .cta .section-shell>div:last-child {
        flex-direction: column;
    }

    .footer-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        display: block;
    }

    .footer-bottom span {
        margin-top: 7px;
        display: block;
    }

    .branch-grid div {
        flex-direction: column;
        gap: 12px;
    }

    .article-body table {
        font-size: 12px;
    }

    .article-body th,.article-body td {
        padding: 8px;
    }

}

/* SEO/PHP paketinde eklenen erişilebilirlik ve performans dokunuşları */
:focus-visible {
    outline: 3px solid #2457f5;
    outline-offset: 3px;
}

.skip-link {
    position: fixed;
    left: 14px;
    top: -80px;
    z-index: 9999;
    background: #fff;
    color: #10223b;
    border-radius: 8px;
    padding: 10px 14px;
    font-weight: 800;
    box-shadow: 0 8px 24px #10223a33;
}

.skip-link:focus {
    top: 14px;
}

.nav-links a[aria-current="page"] {
    color: var(--blue);
}

.article-meta {
    color: var(--muted);
    font-size: 13px;
    margin-top: 18px;
}

.sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0,0,0,0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

@media (prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto;
    }

    *,*:before,*:after {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }

}

/* Hizmet sayfaları için zengin görsel kartlar */
.service-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 36px;
    align-items: center;
}

.service-hero-grid .media-card {
    margin: 0;
}

.media-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 18px 50px #18355714;
}

.media-card img {
    width: 100%;
    height: auto;
    display: block;
}

.media-card figcaption {
    color: var(--muted);
    padding: 12px 18px;
    font-size: 13px;
}

.service-mini-points,.service-point-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.service-mini-points span,.service-point-list span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 14px;
    font-size: 13px;
    font-weight: 700;
}

.service-landing {
    padding: 80px 0 20px;
}

.service-cards-grid {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
    margin-top: 36px;
}

.service-card-xl {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 12px 35px #18355710;
    display: flex;
    flex-direction: column;
}

.service-card-xl .card-body {
    padding: 24px 24px 26px;
}

.service-card-xl h2 {
    font-size: 28px;
    margin-bottom: 12px;
}

.service-card-xl p {
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.service-card-xl ul {
    margin: 18px 0 22px;
    padding: 0;
    list-style: none;
}

.service-card-xl li {
    margin: 8px 0;
    padding-left: 22px;
    position: relative;
    color: #3f5168;
    font-size: 14px;
}

.service-card-xl li:before {
    content: "✓";
    color: var(--green);
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 0;
}

.info-split {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: 28px;
    align-items: start;
    margin: 58px 0;
}

.soft-card {
    background: linear-gradient(180deg,#f8fbff,#f4fffb);
    border: 1px solid var(--line);
    border-radius: 20px;
    padding: 28px;
}

.soft-card h3 {
    margin-bottom: 14px;
    font-size: 24px;
}

.soft-card p,.soft-card li {
    color: #42556d;
    font-size: 15px;
    line-height: 1.8;
}

.soft-card ul {
    padding-left: 18px;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 18px;
    margin: 34px 0 10px;
}

.process-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 24px;
}

.process-card span {
    display: inline-grid;
    place-items: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eef5ff;
    color: var(--blue);
    font-weight: 900;
    margin-bottom: 18px;
}

.process-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.process-card p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.75;
}

.dual-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 26px 0;
}

.dual-grid .content-card {
    background: #fff;
}

.inline-cta {
    margin-top: 48px;
    background: linear-gradient(120deg,#164ed7,#09a978);
    color: #fff;
    border-radius: 24px;
    padding: 34px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
}

.inline-cta h2,.inline-cta p {
    margin: 0;
}

.inline-cta p {
    color: #e9f7ff;
    max-width: 620px;
}

.inline-cta .btn {
    flex-shrink: 0;
}

.service-subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 26px;
}

.service-subnav a {
    padding: 10px 14px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff;
    font-size: 13px;
    font-weight: 700;
}

.service-detail {
    padding: 75px 0 100px;
}

.service-detail section+section {
    margin-top: 58px;
}

.service-list-box {
    background: var(--soft);
    border-radius: 24px;
    padding: 34px;
}

.service-list-box ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 18px;
    list-style: none;
    padding: 0;
    margin: 18px 0 0;
}

.service-list-box li {
    padding-left: 22px;
    position: relative;
    color: #405269;
    font-size: 15px;
}

.service-list-box li:before {
    content: "•";
    color: var(--green);
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -2px;
}

.hero-note {
    color: var(--muted);
    margin-top: 12px;
    font-size: 13px;
}

@media (max-width:900px) {
    .service-hero-grid,.info-split {
        grid-template-columns: 1fr;
    }

    .service-cards-grid,.dual-grid {
        grid-template-columns: 1fr;
    }

    .process-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .inline-cta {
        display: block;
    }

    .inline-cta .btn {
        margin-top: 18px;
    }

}

@media (max-width:600px) {
    .service-cards-grid,.process-grid,.service-list-box ul {
        grid-template-columns: 1fr;
    }

    .service-mini-points,.service-point-list,.service-subnav {
        gap: 8px;
    }

    .service-card-xl .card-body,.soft-card,.service-list-box,.inline-cta {
        padding: 22px;
    }

}

/* Hakkımızda sayfası */
.about-page {
    --about-blue: #2457f5;
    --about-green: #12ad78;
    --about-ink: #10223b;
    --about-muted: #64748b;
    --about-soft: #f4f8fb;
    --about-line: #e3ebf2;
}

.about-page .about-intro {
    padding: 100px 0;
}

.about-page .about-intro-grid {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 78px;
    align-items: start;
}

.about-page .about-heading {
    position: sticky;
    top: 130px;
}

.about-page .about-heading h2 {
    max-width: 520px;
    margin-bottom: 22px;
}

.about-page .about-heading .lead {
    max-width: 520px;
}

.about-page .about-copy p {
    color: #405269;
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.9;
}

.about-page .value-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 36px;
}

.about-page .value-card {
    min-height: 168px;
    border: 1px solid var(--about-line);
    border-radius: 18px;
    background: #fff;
    padding: 24px;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.about-page .value-card:hover {
    transform: translateY(-4px);
    border-color: #b8c9ff;
    box-shadow: 0 16px 38px rgba(25, 63, 104, .10);
}

.about-page .value-icon {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    border-radius: 12px;
    color: var(--about-blue);
    background: #eef3ff;
    font-size: 18px;
    font-weight: 900;
}

.about-page .value-card:nth-child(2) .value-icon,
.about-page .value-card:nth-child(4) .value-icon {
    color: var(--about-green);
    background: #eafbf5;
}

.about-page .value-card h3 {
    margin-bottom: 9px;
    font-size: 19px;
}

.about-page .value-card p {
    margin: 0;
    color: var(--about-muted);
    font-size: 14px;
    line-height: 1.7;
}

.about-page .care-process {
    position: relative;
    overflow: hidden;
    padding: 100px 0;
    color: #fff;
    background: linear-gradient(135deg, #102b54 0%, #164ed7 58%, #09a978 100%);
}

.about-page .care-process::before,
.about-page .care-process::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 42px solid rgba(255, 255, 255, .06);
}

.about-page .care-process::before {
    width: 280px;
    height: 280px;
    top: -120px;
    right: -80px;
}

.about-page .care-process::after {
    width: 210px;
    height: 210px;
    left: -80px;
    bottom: -110px;
}

.about-page .process-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: 72px;
    align-items: start;
}

.about-page .care-process h2 {
    max-width: 520px;
    margin-bottom: 22px;
    font-size: clamp(38px, 5vw, 58px);
}

.about-page .care-process .process-lead {
    max-width: 530px;
    margin: 0;
    color: #dcecff;
    font-size: 17px;
    line-height: 1.85;
}

.about-page .process-copy > p {
    margin-bottom: 30px;
    color: #edf6ff;
    font-size: 16px;
    line-height: 1.9;
}

.about-page .process-steps {
    display: grid;
    gap: 14px;
}

.about-page .process-step {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 17px;
    align-items: start;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 16px;
    background: rgba(255, 255, 255, .08);
    backdrop-filter: blur(8px);
}

.about-page .process-step span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #153f92;
    background: #fff;
    font-weight: 900;
}

.about-page .process-step h3 {
    margin: 1px 0 7px;
    font-size: 19px;
}

.about-page .process-step p {
    margin: 0;
    color: #dcecff;
    font-size: 14px;
    line-height: 1.7;
}

.about-page .vision-mission {
    padding: 110px 0;
    background: var(--about-soft);
}

.about-page .vision-mission-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

.about-page .purpose-card {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    border: 1px solid var(--about-line);
    border-radius: 24px;
    background: #fff;
    padding: 42px;
    box-shadow: 0 18px 50px rgba(24, 53, 87, .07);
}

.about-page .purpose-card::after {
    content: "";
    position: absolute;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    top: -86px;
    right: -76px;
    background: linear-gradient(135deg, rgba(36, 87, 245, .16), rgba(18, 173, 120, .10));
}

.about-page .purpose-card.mission::after {
    background: linear-gradient(135deg, rgba(18, 173, 120, .18), rgba(36, 87, 245, .08));
}

.about-page .purpose-card h2 {
    margin: 13px 0 18px;
    font-size: 42px;
}

.about-page .purpose-card .statement {
    max-width: 500px;
    margin-bottom: 26px;
    color: var(--about-blue);
    font-size: clamp(25px, 3vw, 36px);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -.035em;
}

.about-page .purpose-card.mission .statement {
    color: var(--about-green);
}

.about-page .purpose-card > p:not(.statement) {
    color: #405269;
    font-size: 16px;
    line-height: 1.85;
}

.about-page .purpose-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px;
}

.about-page .purpose-tags span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 999px;
    background: #eef3ff;
    color: #214ec8;
    padding: 9px 14px;
    font-size: 12px;
    font-weight: 800;
}

.about-page .purpose-card.mission .purpose-tags span {
    color: #087b59;
    background: #eafbf5;
}

.about-page .purpose-tags span::before {
    content: "✓";
    font-weight: 900;
}

.about-page .about-final-cta {
    padding: 86px 0;
}

.about-page .about-final-cta-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 35px;
    border-radius: 24px;
    padding: 48px;
    color: #fff;
    background: linear-gradient(135deg, #0d2850, #164ed7);
}

.about-page .about-final-cta h2 {
    max-width: 690px;
    margin-bottom: 12px;
    font-size: clamp(34px, 4vw, 48px);
}

.about-page .about-final-cta p {
    max-width: 690px;
    margin: 0;
    color: #dce8f8;
}

.about-page .about-final-actions {
    display: flex;
    flex-shrink: 0;
    gap: 12px;
}

@media (max-width: 900px) {
    .about-page .about-intro-grid,
    .about-page .process-grid,
    .about-page .vision-mission-grid {
        grid-template-columns: 1fr;
    }

    .about-page .about-intro-grid,
    .about-page .process-grid {
        gap: 45px;
    }

    .about-page .about-heading {
        position: static;
    }

    .about-page .about-final-cta-inner {
        display: block;
    }

    .about-page .about-final-actions {
        margin-top: 28px;
    }
}

@media (max-width: 600px) {
    .about-page .about-intro,
    .about-page .care-process,
    .about-page .vision-mission {
        padding: 75px 0;
    }

    .about-page .value-grid {
        grid-template-columns: 1fr;
    }

    .about-page .value-card {
        min-height: auto;
    }

    .about-page .purpose-card {
        padding: 28px;
    }

    .about-page .purpose-card h2 {
        font-size: 34px;
    }

    .about-page .about-final-cta {
        padding: 65px 0;
    }

    .about-page .about-final-cta-inner {
        padding: 30px 24px;
    }

    .about-page .about-final-actions {
        flex-direction: column;
    }
}

/* Genel erişilebilirlik ve içerik iyileştirmeleri */
main[tabindex="-1"]:focus {
    outline: none;
}

.article-body ul {
    list-style: disc;
}

.article-body ol {
    list-style: decimal;
}

.article-body li + li {
    margin-top: 8px;
}

.soft-card ul {
    list-style: none;
    padding-left: 0;
    margin-top: 16px;
}

.soft-card li {
    position: relative;
    padding-left: 22px;
}

.soft-card li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: var(--green);
    font-weight: 900;
}

/* Hizmet sayfası görsel denge ve kart düzeltmeleri */
.service-hero-grid {
    min-width: 0;
}

.service-hero-grid > * {
    min-width: 0;
}

.media-card img,
.service-card-xl > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.service-card-xl .card-body {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.service-card-xl .card-body .btn {
    align-self: flex-start;
    margin-top: auto;
}

.service-cards-grid > .service-card-xl:last-child {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr);
}

.service-cards-grid > .service-card-xl:last-child > img {
    height: 100%;
    min-height: 360px;
}

.service-subnav a {
    transition: color .2s ease, border-color .2s ease, background-color .2s ease, transform .2s ease;
}

.service-subnav a:hover {
    border-color: #a9bfff;
    color: var(--blue);
    transform: translateY(-1px);
}

.service-subnav a[aria-current="page"] {
    border-color: var(--blue);
    color: #fff;
    background: var(--blue);
}

.content-card,
.process-card,
.service-card-xl,
.media-card {
    min-width: 0;
}

@media (max-width: 900px) {
    .service-cards-grid > .service-card-xl:last-child {
        grid-column: auto;
        display: flex;
    }

    .service-cards-grid > .service-card-xl:last-child > img {
        min-height: 0;
        height: auto;
    }
}

@media (max-width: 600px) {
    .page-hero {
        padding: 58px 0;
    }

    .page-hero h1,
    .article-hero h1 {
        font-size: clamp(38px, 12vw, 48px);
    }

    .service-subnav a,
    .service-mini-points span {
        padding: 8px 11px;
        font-size: 12px;
    }

    .media-card {
        border-radius: 18px;
    }

    .service-card-xl {
        border-radius: 18px;
    }
}

/* İşitme cihazı tür kartlarının görsel ayrımı */
.device-art.ric {
    background: radial-gradient(circle, #fff 0%, #edf5ff 72%);
}

.device-art.cic {
    background: radial-gradient(circle, #fff 0%, #effcf7 72%);
}

.device-art.bte {
    background: radial-gradient(circle, #fff 0%, #f3f1ff 72%);
}
