.yk-home {
    width: min(100% - 32px, 1180px);
    margin: 0 auto;
    color: #111827;
}

/* HERO */
.yk-home-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 24px;
    align-items: stretch;
    margin: 32px 0 24px;
}

.yk-home-hero__content,
.yk-home-hero__panel,
.yk-home-section,
.yk-home-process,
.yk-home-regions,
.yk-home-cta {
    box-sizing: border-box;
}

.yk-home-hero__content {
    padding: 40px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background:
        linear-gradient(135deg, #ffffff 0%, #f8fafc 56%, #eff6ff 100%);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.08);
}

.yk-home-eyebrow {
    display: inline-flex;
    width: fit-content;
    margin-bottom: 14px;
    padding: 7px 12px;
    border: 1px solid #bfdbfe;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.yk-home-hero h1 {
    max-width: 760px;
    margin: 0;
    color: #0f172a;
    font-size: clamp(38px, 4.4vw, 58px);
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.yk-home-hero p {
    max-width: 760px;
    margin: 18px 0 0;
    color: #475569;
    font-size: 18px;
    line-height: 1.7;
}

.yk-home-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.yk-home-actions--hero {
    gap: 12px;
}

.yk-home-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    min-width: 178px;
    min-height: 66px;
    padding: 13px 18px;
    border: 1px solid transparent;
    border-radius: 18px;
    color: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
    box-shadow: 0 12px 26px rgba(15, 23, 42, 0.14);
    transition: transform 0.18s ease, box-shadow 0.18s ease;
}

.yk-home-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.18);
}

.yk-home-btn span,
.yk-home-btn strong {
    display: block;
    color: #ffffff;
}

.yk-home-btn span {
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 800;
}

.yk-home-btn strong {
    font-size: 16px;
    line-height: 1.22;
    font-weight: 950;
}

.yk-home-btn--phone {
    background: linear-gradient(135deg, #f97316 0%, #dc2626 100%);
    border-color: #fb923c;
}

.yk-home-btn--whatsapp {
    background: linear-gradient(135deg, #16a34a 0%, #047857 100%);
    border-color: #4ade80;
}

.yk-home-btn--products {
    background: linear-gradient(135deg, #2563eb 0%, #4f46e5 100%);
    border-color: #818cf8;
}

.yk-home-hero__badges {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

.yk-home-hero__badges span {
    display: inline-flex;
    padding: 9px 12px;
    border: 1px solid #d8dee8;
    border-radius: 999px;
    background: #ffffff;
    color: #334155;
    font-size: 14px;
    font-weight: 800;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.yk-home-hero__panel {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.yk-home-panel-card {
    padding: 28px;
    border: 1px solid #111827;
    border-radius: 22px;
    background: linear-gradient(180deg, #111827 0%, #0f172a 100%);
    box-shadow: 0 16px 38px rgba(15, 23, 42, 0.18);
}

.yk-home-panel-card > span {
    display: block;
    margin-bottom: 14px;
    color: #93c5fd;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.02em;
}

.yk-home-panel-card strong {
    display: block;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.03em;
}

.yk-home-panel-card p {
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 16px;
    line-height: 1.65;
}

.yk-home-check-list {
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
}

.yk-home-check-list div {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e5e7eb;
}

.yk-home-check-list div:first-child {
    padding-top: 0;
}

.yk-home-check-list div:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.yk-home-check-list strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 13px;
    background: #f8fafc;
    color: #0f172a;
    font-size: 13px;
    font-weight: 950;
}

.yk-home-check-list span {
    color: #1f2937;
    font-size: 15px;
    font-weight: 900;
    line-height: 1.45;
}

/* SECTION BASE */
.yk-home-section,
.yk-home-process,
.yk-home-regions,
.yk-home-cta {
    margin: 0 0 24px;
    padding: 30px;
    border: 1px solid #e2e8f0;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}

.yk-home-section__head {
    max-width: 840px;
    margin-bottom: 22px;
}

.yk-home-section__head h2,
.yk-home-process__text h2,
.yk-home-cta h2 {
    margin: 0;
    color: #0f172a;
    font-size: clamp(28px, 3.2vw, 42px);
    line-height: 1.12;
    letter-spacing: -0.04em;
}

.yk-home-section__head p,
.yk-home-process__text p,
.yk-home-cta p {
    margin: 12px 0 0;
    color: #475569;
    font-size: 16px;
    line-height: 1.72;
}

/* SERVICES */
.yk-home-section--services {
    border-color: #bfdbfe;
    background:
        linear-gradient(180deg, #eff6ff 0%, #ffffff 48%, #f8fafc 100%);
}

.yk-home-service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.yk-home-service-card {
    display: flex;
    flex-direction: column;
    min-height: 245px;
    padding: 22px;
    border: 1px solid #d8dee8;
    border-radius: 20px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.yk-home-service-card:hover,
.yk-home-product-card:hover,
.yk-home-region-list a:hover {
    transform: translateY(-2px);
    border-color: #0f172a;
    box-shadow: 0 16px 34px rgba(15, 23, 42, 0.12);
}

.yk-home-service-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 18px;
    border-radius: 16px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 20px;
    font-weight: 950;
}

.yk-home-service-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.24;
    letter-spacing: -0.02em;
}

.yk-home-service-card p {
    margin: 11px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.62;
}

/* PROCESS */
.yk-home-process {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 24px;
    align-items: start;
    border-color: #fed7aa;
    background:
        linear-gradient(180deg, #fff7ed 0%, #ffffff 52%, #f8fafc 100%);
}

.yk-home-process__steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.yk-home-process__steps div {
    min-height: 220px;
    padding: 22px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.yk-home-process__steps strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
    border-radius: 15px;
    background: #f97316;
    color: #ffffff;
    font-size: 14px;
    font-weight: 950;
}

.yk-home-process__steps div:nth-child(2) strong {
    background: #2563eb;
}

.yk-home-process__steps div:nth-child(3) strong {
    background: #16a34a;
}

.yk-home-process__steps h3 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.22;
}

.yk-home-process__steps p {
    margin: 10px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.62;
}

/* PRODUCTS */
.yk-home-product-note {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 22px;
}

.yk-home-product-note article {
    min-height: 172px;
    padding: 20px;
    border: 1px solid #d8dee8;
    border-radius: 18px;
    background: #f8fafc;
}

.yk-home-product-note article:nth-child(1) {
    border-color: #fed7aa;
    background: #fff7ed;
}

.yk-home-product-note article:nth-child(2) {
    border-color: #bfdbfe;
    background: #eff6ff;
}

.yk-home-product-note article:nth-child(3) {
    border-color: #bbf7d0;
    background: #f0fdf4;
}

.yk-home-product-note strong {
    display: inline-flex;
    margin-bottom: 12px;
    color: #0f172a;
    font-size: 14px;
    font-weight: 950;
}

.yk-home-product-note h3 {
    margin: 0;
    color: #0f172a;
    font-size: 20px;
    line-height: 1.22;
}

.yk-home-product-note p {
    margin: 10px 0 0;
    color: #475569;
    font-size: 15px;
    line-height: 1.62;
}

.yk-home-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.yk-home-product-card {
    overflow: hidden;
    border: 1px solid #d8dee8;
    border-radius: 20px;
    background: #ffffff;
    color: inherit;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    display: flex;
    flex-direction: column;
}

.yk-home-product-card img {
    display: block;
    width: 100%;
    height: 230px;
    object-fit: contain;
    padding: 10px;
    box-sizing: border-box;
    background: #f8fafc;
    object-position: center;
    border-bottom: 1px solid #e5e7eb;
}

.yk-home-product-card div {
    padding: 18px;
}

.yk-home-product-card span {
    display: inline-flex;
    margin-bottom: 8px;
    padding: 6px 9px;
    border-radius: 999px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 12px;
    font-weight: 900;
}

.yk-home-product-card h3 {
    margin: 0;
    color: #0f172a;
    font-size: 19px;
    line-height: 1.24;
}

.yk-home-product-card p {
    margin: 10px 0 0;
    color: #475569;
    font-size: 14px;
    line-height: 1.58;
}

.yk-home-products-more,
.yk-home-more {
    display: flex;
    justify-content: center;
    margin-top: 22px;
}

.yk-home-products-more a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid #111827;
    border-radius: 999px;
    background: #111827;
    color: #ffffff;
    font-weight: 900;
    text-decoration: none;
}

/* REGIONS */
.yk-home-regions {
    border-color: #bbf7d0;
    background:
        linear-gradient(180deg, #f0fdf4 0%, #ffffff 52%, #f8fafc 100%);
    padding: 28px;
    border-radius: 22px;
}

.yk-home-region-list {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 18px;
}

.yk-home-region-list a {
    display: flex;
    padding: 9px 12px;
    border: 1px solid #d8dee8;
    border-radius: 999px;
    background: #ffffff;
    color: #111827;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
}

/* CTA */
.yk-home-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 44px;
    border-color: #bfdbfe;
    background:
        linear-gradient(180deg, #eff6ff 0%, #ffffff 100%);
}

/* RESPONSIVE */
@media (max-width: 1040px) {
    .yk-home-hero,
    .yk-home-process {
        grid-template-columns: 1fr;
    }

    .yk-home-service-grid,
    .yk-home-product-grid,
    .yk-home-process__steps,
    .yk-home-product-note {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .yk-home-cta {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .yk-home {
        width: min(100% - 20px, 100%);
    }

    .yk-home-hero {
        margin-top: 20px;
        gap: 16px;
    }

    .yk-home-hero__content,
    .yk-home-panel-card,
    .yk-home-check-list,
    .yk-home-section,
    .yk-home-process,
    .yk-home-regions,
    .yk-home-cta {
        padding: 22px;
        border-radius: 20px;
    }

    .yk-home-hero h1 {
        font-size: 36px;
    }

    .yk-home-hero p {
        font-size: 16px;
    }

    .yk-home-actions--hero {
        display: grid;
        grid-template-columns: 1fr;
        width: 100%;
    }

    .yk-home-btn {
        width: 100%;
        min-width: 0;
        align-items: center;
        text-align: center;
    }

    .yk-home-service-grid,
    .yk-home-product-grid,
    .yk-home-process__steps,
    .yk-home-product-note {
        grid-template-columns: 1fr;
    }

    .yk-home-regions {
        padding: 20px;
    }

    .yk-home-region-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .yk-home-region-list a {
        min-height: 38px;
        padding: 8px 9px;
        font-size: 12px;
    }

    .yk-home-product-card img {
        height: 200px;
    }

    .yk-home-cta .yk-home-actions,
    .yk-home-cta .btn {
        width: 100%;
    }

    .yk-home-cta .yk-home-actions {
        flex-direction: column;
    }
}


/* Homepage four product WebP frame */
.yk-home-product-card img[src*="-home.webp"] {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    padding: 0;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
    background: #f8fafc;
    border-bottom: 1px solid #e5e7eb;
}

/* YK_HOME_CALCULATOR_PROMO_POPUP_CSS_V1 */

.yk-home-btn--calculator {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-color: #d4b258;
    background:
        linear-gradient(
            135deg,
            #e1c36d 0%,
            #bd9135 100%
        );
    color: #19261f;
    box-shadow:
        0 12px 28px rgba(165, 124, 37, 0.24);
}

.yk-home-btn--calculator:hover,
.yk-home-btn--calculator:focus-visible {
    border-color: #ebd58d;
    background:
        linear-gradient(
            135deg,
            #ecd78e 0%,
            #c99d42 100%
        );
    color: #152219;
    transform: translateY(-2px);
}

.yk-home-btn__calculator-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(24, 37, 29, 0.13);
    font-size: 15px;
    font-weight: 900;
}

body.yk-price-popup-open {
    overflow: hidden;
}

.yk-price-popup[hidden] {
    display: none !important;
}

.yk-price-popup {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.25s ease,
        visibility 0.25s ease;
}

.yk-price-popup.is-open {
    opacity: 1;
    visibility: visible;
}

.yk-price-popup__backdrop {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    background: rgba(7, 17, 12, 0.76);
    backdrop-filter: blur(7px);
    cursor: pointer;
}

.yk-price-popup__dialog {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(0, 1.08fr);
    width: min(850px, 100%);
    max-height: calc(100vh - 48px);
    max-height: calc(100dvh - 48px);
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 27px;
    background: #ffffff;
    box-shadow:
        0 32px 100px rgba(0, 0, 0, 0.38);
    transform:
        translateY(24px)
        scale(0.97);
    transition:
        transform 0.3s
        cubic-bezier(0.22, 1, 0.36, 1);
}

.yk-price-popup.is-open
.yk-price-popup__dialog {
    transform:
        translateY(0)
        scale(1);
}

.yk-price-popup__close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    padding: 0 0 3px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    background: rgba(11, 28, 19, 0.38);
    color: #ffffff;
    font-size: 29px;
    font-weight: 300;
    line-height: 1;
    cursor: pointer;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.yk-price-popup__close:hover,
.yk-price-popup__close:focus-visible {
    border-color: #be3535;
    background: #be3535;
    outline: none;
    transform: rotate(90deg);
}

.yk-price-popup__intro {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 470px;
    padding: 52px 40px 45px;
    overflow: hidden;
    background:
        radial-gradient(
            circle at 18% 12%,
            rgba(236, 211, 132, 0.2),
            transparent 38%
        ),
        linear-gradient(
            145deg,
            #173d29 0%,
            #245c3d 55%,
            #102e1f 100%
        );
    color: #ffffff;
}

.yk-price-popup__intro::after {
    content: "";
    position: absolute;
    right: -105px;
    bottom: -120px;
    width: 310px;
    height: 310px;
    border: 55px solid rgba(255, 255, 255, 0.055);
    border-radius: 50%;
}

.yk-price-popup__badge {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-self: flex-start;
    margin-bottom: 22px;
    padding: 8px 12px;
    border: 1px solid rgba(229, 204, 123, 0.32);
    border-radius: 999px;
    background: rgba(229, 204, 123, 0.1);
    color: #ead183;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.9px;
    text-transform: uppercase;
}

.yk-price-popup__symbol {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 21px;
    background: rgba(255, 255, 255, 0.1);
    color: #efd785;
    font-size: 35px;
    font-weight: 900;
    box-shadow:
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

.yk-price-popup__intro h2 {
    position: relative;
    z-index: 1;
    margin: 0 0 18px;
    color: #ffffff;
    font-size: clamp(31px, 4vw, 43px);
    font-weight: 850;
    line-height: 1.08;
    letter-spacing: -1.1px;
}

.yk-price-popup__intro p {
    position: relative;
    z-index: 1;
    max-width: 400px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    font-size: 14px;
    line-height: 1.72;
}

.yk-price-popup__body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 62px 42px 34px;
    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f6f9f7 100%
        );
}

.yk-price-popup__mail {
    display: grid;
    grid-template-columns: 46px 1fr;
    gap: 14px;
    align-items: start;
    margin-bottom: 23px;
    padding: 16px;
    border: 1px solid #dce8e0;
    border-radius: 16px;
    background: #f2f8f4;
}

.yk-price-popup__mail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 13px;
    background: #245c3d;
    color: #ffffff;
    font-size: 20px;
}

.yk-price-popup__mail strong {
    display: block;
    margin: 1px 0 5px;
    color: #20392b;
    font-size: 14px;
    line-height: 1.4;
}

.yk-price-popup__mail p {
    margin: 0;
    color: #607168;
    font-size: 12px;
    line-height: 1.55;
}

.yk-price-popup__steps {
    display: grid;
    gap: 9px;
    margin-bottom: 25px;
}

.yk-price-popup__steps > div {
    display: grid;
    grid-template-columns: 38px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 48px;
    padding: 8px 11px;
    border: 1px solid #e3e9e5;
    border-radius: 13px;
    background: #ffffff;
}

.yk-price-popup__steps strong {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    border-radius: 11px;
    background: #eaf3ed;
    color: #245c3d;
    font-size: 11px;
    font-weight: 900;
}

.yk-price-popup__steps span {
    color: #293a30;
    font-size: 13px;
    font-weight: 750;
}

.yk-price-popup__actions {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.yk-price-popup__primary,
.yk-price-popup__secondary {
    min-height: 52px;
    border-radius: 13px;
    font-size: 13px;
    font-weight: 850;
    text-decoration: none;
    transition:
        background 0.2s ease,
        border-color 0.2s ease,
        color 0.2s ease,
        box-shadow 0.2s ease,
        transform 0.2s ease;
}

.yk-price-popup__primary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 18px;
    border: 1px solid #245c3d;
    background: #245c3d;
    color: #ffffff;
    box-shadow:
        0 12px 25px rgba(36, 92, 61, 0.22);
}

.yk-price-popup__primary:hover,
.yk-price-popup__primary:focus-visible {
    border-color: #173d29;
    background: #173d29;
    color: #ffffff;
    outline: none;
    transform: translateY(-2px);
}

.yk-price-popup__secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 17px;
    border: 1px solid #d4dfd8;
    background: #ffffff;
    color: #2a4535;
}

.yk-price-popup__secondary:hover,
.yk-price-popup__secondary:focus-visible {
    border-color: #afc6b7;
    background: #eef5f0;
    color: #173d29;
    outline: none;
    transform: translateY(-2px);
}

.yk-price-popup__timer {
    margin-top: 22px;
}

.yk-price-popup__timer-text {
    display: flex;
    align-items: baseline;
    gap: 6px;
    margin-bottom: 9px;
    color: #718078;
    font-size: 11px;
}

.yk-price-popup__timer-text strong {
    color: #245c3d;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
}

.yk-price-popup__progress {
    display: block;
    width: 100%;
    height: 4px;
    overflow: hidden;
    border-radius: 999px;
    background: #e0e9e3;
}

.yk-price-popup__progress > span {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    background:
        linear-gradient(
            90deg,
            #245c3d 0%,
            #d5b658 100%
        );
    transition: width 1s linear;
}

@media (max-width: 760px) {
    .yk-home-actions--hero {
        flex-wrap: wrap;
    }

    .yk-home-btn--calculator {
        width: 100%;
    }

    .yk-price-popup {
        align-items: flex-end;
        padding: 10px;
    }

    .yk-price-popup__dialog {
        grid-template-columns: 1fr;
        width: 100%;
        max-height: calc(100vh - 20px);
        max-height: calc(100dvh - 20px);
        border-radius: 24px;
    }

    .yk-price-popup__intro {
        min-height: auto;
        padding: 34px 23px 28px;
    }

    .yk-price-popup__badge {
        margin-bottom: 15px;
        padding: 6px 10px;
        font-size: 9px;
    }

    .yk-price-popup__symbol {
        width: 51px;
        height: 51px;
        margin-bottom: 15px;
        border-radius: 16px;
        font-size: 27px;
    }

    .yk-price-popup__intro h2 {
        margin-bottom: 11px;
        font-size: 28px;
        letter-spacing: -0.6px;
    }

    .yk-price-popup__intro p {
        font-size: 12px;
        line-height: 1.52;
    }

    .yk-price-popup__body {
        padding: 20px 18px 18px;
    }

    .yk-price-popup__mail {
        grid-template-columns: 39px 1fr;
        gap: 10px;
        margin-bottom: 14px;
        padding: 12px;
    }

    .yk-price-popup__mail-icon {
        width: 38px;
        height: 38px;
        border-radius: 11px;
        font-size: 17px;
    }

    .yk-price-popup__mail strong {
        font-size: 12px;
    }

    .yk-price-popup__mail p {
        font-size: 10px;
    }

    .yk-price-popup__steps {
        grid-template-columns: repeat(3, 1fr);
        gap: 6px;
        margin-bottom: 16px;
    }

    .yk-price-popup__steps > div {
        display: flex;
        flex-direction: column;
        justify-content: center;
        min-height: 67px;
        gap: 5px;
        padding: 7px 4px;
        text-align: center;
    }

    .yk-price-popup__steps strong {
        width: 27px;
        height: 27px;
        border-radius: 9px;
        font-size: 9px;
    }

    .yk-price-popup__steps span {
        font-size: 9px;
        line-height: 1.25;
    }

    .yk-price-popup__actions {
        grid-template-columns: 1fr;
    }

    .yk-price-popup__primary,
    .yk-price-popup__secondary {
        min-height: 48px;
    }

    .yk-price-popup__timer {
        margin-top: 14px;
    }

    .yk-price-popup__close {
        top: 11px;
        right: 11px;
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 390px) {
    .yk-price-popup__intro p {
        display: none;
    }

    .yk-price-popup__body {
        padding-top: 16px;
    }

    .yk-price-popup__mail {
        margin-bottom: 11px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .yk-price-popup,
    .yk-price-popup__dialog,
    .yk-price-popup__close,
    .yk-price-popup__primary,
    .yk-price-popup__secondary,
    .yk-price-popup__progress > span,
    .yk-home-btn--calculator {
        transition: none !important;
    }
}

/* YK_HOME_HERO_BUTTON_GRID_V2 */

/*
 * Büyük ekranlarda 7 buton:
 * ilk satır 4, ikinci satır 3 buton.
 */
@media (min-width: 1000px) {
    .yk-home-actions--hero {
        display: grid;
        grid-template-columns:
            repeat(4, minmax(0, 1fr));
        align-items: stretch;
        gap: 10px;
        width: 100%;
    }

    .yk-home-actions--hero > a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-width: 0;
        min-height: 50px;
        padding: 10px 11px;
        text-align: center;
        white-space: normal;
        font-size: 12px;
        line-height: 1.2;
    }

    .yk-home-actions--hero
    .yk-home-btn--calculator {
        flex-direction: row;
        gap: 6px;
    }

    .yk-home-btn__calculator-icon {
        flex: 0 0 22px;
        width: 22px;
        height: 22px;
        font-size: 12px;
    }
}

/*
 * Tablet genişliğinde iki sütun kullanılır.
 * Fiyat butonu son satırı tam doldurur.
 */
@media (min-width: 761px) and (max-width: 999px) {
    .yk-home-actions--hero {
        display: grid;
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
        gap: 10px;
        width: 100%;
    }

    .yk-home-actions--hero > a {
        width: 100%;
        min-width: 0;
        text-align: center;
    }

    .yk-home-actions--hero
    .yk-home-btn--calculator {
        grid-column: 1 / -1;
    }
}

