/** Home (#2089) */

<!-- wp:html -->
<style>
/* =========================================================
   ANA SAYFA — ASTRA ÜSTBİLGİ ONARIMI
   Header genişliğine müdahale etmez.
========================================================= */

html body.home.ast-theme-transparent-header #masthead,
html body.home #masthead {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    margin: 0 !important;
    background: #ffffff !important;
    z-index: 99 !important;
}

html body.home #masthead .ast-primary-header-bar,
html body.home #masthead .main-header-bar {
    background: #ffffff !important;
    border-bottom: 1px solid rgba(48, 77, 121, 0.10) !important;
}

/*
Header iç konteyner genişliği burada özellikle tanımlanmıyor.
Böylece Astra, diğer sayfalardaki kendi standart ölçüsünü kullanır.
*/

html body.home #content {
    position: relative !important;
    top: auto !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

body.home .entry-header,
body.home .entry-title {
    display: none !important;
}
/* =========================================================
   ANA SAYFA TEMELİ
========================================================= */

.bunerika-home-page,
.bunerika-home-page *,
.bunerika-home-page *::before,
.bunerika-home-page *::after {
    box-sizing: border-box;
}

.bunerika-home-page {
    --bn-blue: #5f86cf;
    --bn-blue-dark: #304d79;
    --bn-green: #7d8d4d;
    --bn-green-soft: #eef1e5;
    --bn-coral: #ef6b5f;
    --bn-navy: #27384e;
    --bn-text: #5d6b7e;
    --bn-cream: #fbfaf6;
    --bn-white: #ffffff;
    --bn-border: rgba(48, 77, 121, 0.12);

    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 32px 20px 80px;
    color: var(--bn-navy);
    font-family: inherit;
}

.bunerika-home-page a {
    text-decoration: none;
}

/* =========================================================
   HERO
========================================================= */

.bnh-hero {
    position: relative;
    overflow: hidden;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
    gap: 56px;
    align-items: center;
    min-height: 570px;
    padding: 72px 68px;
    border: 1px solid var(--bn-border);
    border-radius: 34px;
    background:
        radial-gradient(
            circle at 88% 18%,
            rgba(95, 134, 207, 0.20),
            transparent 30%
        ),
        radial-gradient(
            circle at 76% 82%,
            rgba(125, 141, 77, 0.15),
            transparent 26%
        ),
        linear-gradient(
            135deg,
            #ffffff 0%,
            #fbfaf6 62%,
            #f1f4f8 100%
        );
    box-shadow: 0 24px 65px rgba(39, 56, 78, 0.09);
}

.bnh-eyebrow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 22px;
    color: var(--bn-coral);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.bnh-eyebrow::before {
    content: "";
    flex: 0 0 auto;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background: var(--bn-coral);
}

.bnh-hero h1 {
    max-width: 760px;
    margin: 0;
    color: var(--bn-navy);
    font-size: clamp(44px, 6vw, 78px);
    line-height: 0.98;
    letter-spacing: -0.055em;
}

.bnh-accent {
    color: var(--bn-green);
}

.bnh-hero-description {
    max-width: 680px;
    margin: 28px 0 0;
    color: var(--bn-text);
    font-size: 18px;
    line-height: 1.75;
}

.bnh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.bnh-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 25px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-align: center;
    transition:
        transform 0.2s ease,
        background-color 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

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

.bnh-button-primary {
    color: #ffffff !important;
    background: var(--bn-blue);
    box-shadow: 0 12px 26px rgba(95, 134, 207, 0.28);
}

.bnh-button-primary:hover {
    color: #ffffff !important;
    background: var(--bn-blue-dark);
}

.bnh-button-secondary {
    color: var(--bn-navy) !important;
    border: 1px solid var(--bn-border);
    background: rgba(255, 255, 255, 0.78);
}

.bnh-button-secondary:hover {
    color: var(--bn-navy) !important;
    border-color: rgba(95, 134, 207, 0.36);
    background: #ffffff;
}

.bnh-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 30px;
    color: var(--bn-text);
    font-size: 14px;
    font-weight: 700;
}

.bnh-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.bnh-trust-row span::before {
    content: "✓";
    display: inline-grid;
    place-items: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--bn-green);
    font-size: 12px;
}

/* =========================================================
   HERO GÖRSELİ
========================================================= */

.bnh-hero-visual {
    position: relative;
    display: grid;
    place-items: center;
    min-height: 360px;
}

.bnh-visual-circle {
    display: grid;
    place-items: center;
    width: 300px;
    height: 300px;
    border: 16px solid rgba(255, 255, 255, 0.75);
    border-radius: 50%;
    background: linear-gradient(145deg, var(--bn-blue), #88a7e0);
    color: #ffffff;
    box-shadow: 0 24px 50px rgba(48, 77, 121, 0.20);
}

.bnh-visual-circle strong {
    display: block;
    font-size: 94px;
    line-height: 1;
    text-align: center;
}

.bnh-visual-circle small {
    display: block;
    margin-top: 8px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
}

.bnh-floating-card {
    position: absolute;
    min-width: 165px;
    padding: 17px 19px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 15px 40px rgba(39, 56, 78, 0.13);
    backdrop-filter: blur(10px);
}

.bnh-floating-card strong {
    display: block;
    margin-bottom: 4px;
    color: var(--bn-navy);
    font-size: 15px;
}

.bnh-floating-card span {
    color: var(--bn-text);
    font-size: 12px;
}

.bnh-floating-one {
    top: 22px;
    right: -6px;
    transform: rotate(4deg);
}

.bnh-floating-two {
    bottom: 18px;
    left: -14px;
    transform: rotate(-4deg);
}

/* =========================================================
   ORTAK BÖLÜMLER
========================================================= */

.bnh-section {
    padding-top: 92px;
}

.bnh-section-heading {
    max-width: 760px;
    margin-bottom: 38px;
}

.bnh-section-heading-center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.bnh-section-heading-center .bnh-eyebrow {
    justify-content: center;
}

.bnh-section-heading h2 {
    margin: 0;
    color: var(--bn-navy);
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.bnh-section-heading p {
    max-width: 680px;
    margin: 18px 0 0;
    color: var(--bn-text);
    font-size: 17px;
    line-height: 1.7;
}

.bnh-section-heading-center p {
    margin-right: auto;
    margin-left: auto;
}

/* =========================================================
   ÜRÜNLER
========================================================= */

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

.bnh-product-card {
    display: flex;
    flex-direction: column;
    min-height: 390px;
    padding: 30px;
    border: 1px solid var(--bn-border);
    border-radius: 25px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(39, 56, 78, 0.06);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.bnh-product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 48px rgba(39, 56, 78, 0.11);
}

.bnh-product-badge {
    align-self: flex-start;
    padding: 9px 13px;
    border-radius: 12px;
    color: #ffffff;
    background: var(--bn-blue);
    font-size: 13px;
    font-weight: 800;
}

.bnh-product-card:nth-child(2) .bnh-product-badge {
    background: var(--bn-green);
}

.bnh-product-card:nth-child(3) .bnh-product-badge {
    background: var(--bn-coral);
}

.bnh-product-card h3 {
    margin: 26px 0 12px;
    color: var(--bn-navy);
    font-size: 29px;
    line-height: 1.12;
    letter-spacing: -0.025em;
}

.bnh-product-card p {
    margin: 0;
    color: var(--bn-text);
    font-size: 15px;
    line-height: 1.65;
}

.bnh-product-list {
    display: grid;
    gap: 10px;
    margin: 22px 0 28px;
    padding: 0;
    list-style: none;
    color: var(--bn-text);
    font-size: 14px;
}

.bnh-product-list li {
    position: relative;
    padding-left: 23px;
}

.bnh-product-list li::before {
    content: "•";
    position: absolute;
    left: 3px;
    color: var(--bn-green);
    font-size: 21px;
    line-height: 14px;
}

.bnh-card-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
    color: var(--bn-blue-dark) !important;
    font-size: 14px;
    font-weight: 800;
}

.bnh-card-link::after {
    content: "→";
}

/* =========================================================
   KULLANIM ALANLARI
========================================================= */

.bnh-use-cases {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    align-items: stretch;
}

.bnh-use-intro,
.bnh-use-grid {
    border: 1px solid var(--bn-border);
    border-radius: 28px;
}

.bnh-use-intro {
    padding: 44px;
    background:
        radial-gradient(
            circle at 10% 10%,
            rgba(239, 107, 95, 0.12),
            transparent 30%
        ),
        linear-gradient(145deg, #ffffff, var(--bn-cream));
}

.bnh-use-intro h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 51px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.bnh-use-intro p {
    margin: 20px 0 0;
    color: var(--bn-text);
    font-size: 16px;
    line-height: 1.75;
}

.bnh-use-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1px;
    overflow: hidden;
    background: var(--bn-border);
}

.bnh-use-item {
    min-height: 190px;
    padding: 31px;
    background: #ffffff;
}

.bnh-use-number {
    display: inline-grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 18px;
    border-radius: 12px;
    color: var(--bn-green);
    background: var(--bn-green-soft);
    font-size: 13px;
    font-weight: 900;
}

.bnh-use-item h3 {
    margin: 0 0 9px;
    font-size: 21px;
}

.bnh-use-item p {
    margin: 0;
    color: var(--bn-text);
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   SÜREÇ
========================================================= */

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

.bnh-process-card {
    padding: 27px 24px;
    border: 1px solid var(--bn-border);
    border-radius: 21px;
    background: #ffffff;
}

.bnh-process-card strong {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    margin-bottom: 19px;
    border-radius: 14px;
    color: #ffffff;
    background: var(--bn-blue);
    font-size: 14px;
}

.bnh-process-card:nth-child(2) strong {
    background: var(--bn-green);
}

.bnh-process-card:nth-child(3) strong {
    background: var(--bn-coral);
}

.bnh-process-card:nth-child(4) strong {
    background: var(--bn-blue-dark);
}

.bnh-process-card h3 {
    margin: 0 0 9px;
    font-size: 19px;
}

.bnh-process-card p {
    margin: 0;
    color: var(--bn-text);
    font-size: 14px;
    line-height: 1.55;
}

/* =========================================================
   GÜVEN ALANI
========================================================= */

.bnh-quality {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    align-items: stretch;
}

.bnh-quality-visual {
    position: relative;
    min-height: 430px;
    overflow: hidden;
    border-radius: 28px;
    background:
        radial-gradient(
            circle at 75% 22%,
            rgba(255, 255, 255, 0.28),
            transparent 20%
        ),
        linear-gradient(
            145deg,
            var(--bn-blue),
            var(--bn-green) 58%,
            #edc29f
        );
    box-shadow: 0 22px 55px rgba(39, 56, 78, 0.15);
}

.bnh-quality-sheet {
    position: absolute;
    top: 12%;
    left: 16%;
    width: 64%;
    height: 72%;
    padding: 24px;
    border: 12px solid #ffffff;
    background:
        linear-gradient(
            135deg,
            rgba(39, 56, 78, 0.94),
            rgba(95, 134, 207, 0.78)
        );
    box-shadow: 0 20px 45px rgba(39, 56, 78, 0.22);
    transform: rotate(-5deg);
}

.bnh-quality-sheet::after {
    content: "Bunerika";
    position: absolute;
    left: 24px;
    bottom: 21px;
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
}

.bnh-quality-card {
    padding: 44px;
    border: 1px solid var(--bn-border);
    border-radius: 28px;
    background: #ffffff;
}

.bnh-quality-card h2 {
    margin: 0;
    color: var(--bn-navy);
    font-size: clamp(34px, 4vw, 51px);
    line-height: 1.05;
    letter-spacing: -0.04em;
}

.bnh-quality-card > p {
    margin: 20px 0 26px;
    color: var(--bn-text);
    font-size: 16px;
    line-height: 1.75;
}

.bnh-checks {
    display: grid;
    gap: 16px;
}

.bnh-check {
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    gap: 12px;
    align-items: flex-start;
}

.bnh-check i {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #ffffff;
    background: var(--bn-green);
    font-size: 13px;
    font-style: normal;
}

.bnh-check strong {
    display: block;
    margin-bottom: 3px;
    color: var(--bn-navy);
}

.bnh-check span {
    color: var(--bn-text);
    font-size: 14px;
    line-height: 1.55;
}

/* =========================================================
   SIK SORULAN SORULAR
========================================================= */

.bnh-faq {
    display: grid;
    gap: 13px;
    max-width: 900px;
    margin: 0 auto;
}

.bnh-faq details {
    padding: 0 22px;
    border: 1px solid var(--bn-border);
    border-radius: 16px;
    background: #ffffff;
}

.bnh-faq summary {
    cursor: pointer;
    list-style: none;
    padding: 21px 0;
    color: var(--bn-navy);
    font-size: 17px;
    font-weight: 800;
}

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

.bnh-faq summary::after {
    content: "+";
    float: right;
    color: var(--bn-coral);
    font-size: 24px;
    line-height: 18px;
}

.bnh-faq details[open] summary::after {
    content: "–";
}

.bnh-faq p {
    margin: 0;
    padding: 0 0 22px;
    color: var(--bn-text);
    line-height: 1.7;
}

/* =========================================================
   SON ÇAĞRI
========================================================= */

.bnh-cta {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    margin-top: 92px;
    padding: 44px 48px;
    border-radius: 28px;
    background: var(--bn-navy);
    box-shadow: 0 22px 55px rgba(39, 56, 78, 0.18);
}

.bnh-cta h2 {
    margin: 0;
    color: #ffffff;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 1.08;
    letter-spacing: -0.035em;
}

.bnh-cta p {
    margin: 13px 0 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 15px;
    line-height: 1.65;
}

.bnh-cta .bnh-button {
    color: #ffffff !important;
    background: var(--bn-coral);
    white-space: nowrap;
}

.bnh-cta .bnh-button:hover {
    background: #dc5d52;
}

/* =========================================================
   TABLET
========================================================= */

@media (max-width: 960px) {
    .bnh-hero {
        grid-template-columns: 1fr;
        padding: 55px 38px;
    }

    .bnh-hero-visual {
        min-height: 320px;
    }

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

    .bnh-use-cases,
    .bnh-quality {
        grid-template-columns: 1fr;
    }
}

/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 640px) {
    .bunerika-home-page {
        padding: 18px 14px 55px;
    }

    .bnh-hero {
        min-height: auto;
        gap: 32px;
        padding: 42px 24px;
        border-radius: 24px;
    }

    .bnh-hero h1 {
        font-size: 45px;
    }

    .bnh-hero-description {
        font-size: 16px;
    }

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

    .bnh-button {
        width: 100%;
    }

    .bnh-visual-circle {
        width: 230px;
        height: 230px;
    }

    .bnh-visual-circle strong {
        font-size: 70px;
    }

    .bnh-floating-card {
        min-width: 140px;
        padding: 14px;
    }

    .bnh-section {
        padding-top: 66px;
    }

    .bnh-product-grid,
    .bnh-process,
    .bnh-use-grid {
        grid-template-columns: 1fr;
    }

    .bnh-use-intro,
    .bnh-quality-card {
        padding: 32px 25px;
    }

    .bnh-quality-visual {
        min-height: 340px;
    }

    .bnh-cta {
        grid-template-columns: 1fr;
        padding: 34px 26px;
    }

    .bnh-cta .bnh-button {
        width: 100%;
    }
}
