/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y6z1kgxdl1] {
    position: relative;
    display: block;
    flex-direction: row;
}

main[b-y6z1kgxdl1] {
    flex: 1;
}

#blazor-error-ui[b-y6z1kgxdl1] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-y6z1kgxdl1] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-d1cjz14xo4],
.components-reconnect-repeated-attempt-visible[b-d1cjz14xo4],
.components-reconnect-failed-visible[b-d1cjz14xo4],
.components-pause-visible[b-d1cjz14xo4],
.components-resume-failed-visible[b-d1cjz14xo4],
.components-rejoining-animation[b-d1cjz14xo4] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-retrying[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-failed[b-d1cjz14xo4],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-d1cjz14xo4] {
    display: block;
}


#components-reconnect-modal[b-d1cjz14xo4] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-d1cjz14xo4 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-d1cjz14xo4 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-d1cjz14xo4 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-d1cjz14xo4]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-d1cjz14xo4 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-d1cjz14xo4 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-d1cjz14xo4 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-d1cjz14xo4 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-d1cjz14xo4] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-d1cjz14xo4] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-d1cjz14xo4] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-d1cjz14xo4] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-d1cjz14xo4] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-d1cjz14xo4] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-d1cjz14xo4] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-d1cjz14xo4 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-d1cjz14xo4] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-d1cjz14xo4 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* =========================
   RESET
========================= */

*[b-984hz78s4h],
*[b-984hz78s4h]::before,
*[b-984hz78s4h]::after {
    box-sizing: border-box;
    font-family: Signika-Bold;
}

.qrTag[b-984hz78s4h] {
    width: 250px;
    height: 250px;
    margin: auto;
    display: block;
}

body[b-984hz78s4h] {
    margin: 0;
    background: var(--background);
    color: var(--text-primary);
    font-family: Signika-Bold;
    line-height: 1.6;
    -webkit-font-smoothing: antialiased;
}

body[b-984hz78s4h],
button[b-984hz78s4h],
input[b-984hz78s4h],
select[b-984hz78s4h] {
    font: inherit;
}

img[b-984hz78s4h],
svg[b-984hz78s4h] {
    display: block;
    max-width: 100%;
}

a[b-984hz78s4h] {
    color: inherit;
    text-decoration: none;
}

button[b-984hz78s4h],
input[b-984hz78s4h],
select[b-984hz78s4h] {
    border: 0;
    outline: none;
}

button[b-984hz78s4h],
select[b-984hz78s4h] {
    cursor: pointer;
}

h1[b-984hz78s4h],
h2[b-984hz78s4h],
h3[b-984hz78s4h],
p[b-984hz78s4h] {
    margin-top: 0;
}

.container[b-984hz78s4h] {
    width: min(calc(100% - 40px), var(--container-width));
    margin-inline: auto;
}


/* =========================
   BUTTONS
========================= */

.button[b-984hz78s4h] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    line-height: 1;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

    .button:hover[b-984hz78s4h] {
        transform: translateY(-2px);
    }

    .button svg[b-984hz78s4h] {
        width: 18px;
        height: 18px;
        fill: currentColor;
    }

.button-small[b-984hz78s4h] {
    min-height: 44px;
    padding: 0 20px;
    font-size: 14px;
}

.button-large[b-984hz78s4h] {
    min-height: 56px;
    padding: 0 27px;
    font-size: 15px;
}

.button-primary[b-984hz78s4h] {
    background: var(--accent);
    color: #FFFFFF;
    box-shadow: 0 12px 30px rgba(217, 119, 87, 0.24);
}

    .button-primary:hover[b-984hz78s4h] {
        background: var(--accent-hover);
        box-shadow: 0 16px 36px rgba(217, 119, 87, 0.3);
    }

.button-secondary[b-984hz78s4h] {
    border-color: var(--border-strong);
    background: rgba(255, 255, 255, 0.65);
    color: var(--text-primary);
}

    .button-secondary:hover[b-984hz78s4h] {
        background: var(--surface);
        border-color: var(--primary);
    }

.button-light[b-984hz78s4h] {
    background: #FFFFFF;
    color: var(--primary-hover);
}

    .button-light:hover[b-984hz78s4h] {
        background: var(--secondary-soft);
    }


/* =========================
   HEADER
========================= */

.site-header[b-984hz78s4h] {
    position: sticky;
    top: 0;
    z-index: 50;
    min-height: var(--header-height);
    border-bottom: 1px solid rgba(221, 227, 222, 0.85);
    background: rgba(247, 245, 239, 0.88);
    backdrop-filter: blur(18px);
}

.header-container[b-984hz78s4h] {
    min-height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.brand[b-984hz78s4h] {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: var(--text-primary);
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -0.5px;
}

.brand-icon[b-984hz78s4h] {
    width: 39px;
    height: 39px;
    display: grid;
    place-items: center;
    border-radius: 13px;
    background: var(--primary);
    color: #FFFFFF;
}

    .brand-icon svg[b-984hz78s4h] {
        width: 23px;
        height: 23px;
        fill: currentColor;
    }

.brand-text[b-984hz78s4h] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1px;
    line-height: 1;
}

    .brand-text strong[b-984hz78s4h] {
        color: inherit;
        font-size: 21px;
        font-weight: 800;
        letter-spacing: -0.5px;
    }

    .brand-text small[b-984hz78s4h] {
        color: var(--text-muted);
        font-size: 9px;
        font-weight: 700;
        letter-spacing: 0.35px;
    }

.footer-brand .brand-text small[b-984hz78s4h] {
    color: rgba(255, 255, 255, 0.52);
}

@media (max-width: 620px) {
    .brand-text strong[b-984hz78s4h] {
        font-size: 18px;
    }

    .brand-text small[b-984hz78s4h] {
        font-size: 8px;
    }
}

.desktop-nav[b-984hz78s4h] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-left: auto;
}

    .desktop-nav a[b-984hz78s4h] {
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: 650;
        transition: color 180ms ease;
    }

        .desktop-nav a:hover[b-984hz78s4h] {
            color: var(--primary);
        }


/* =========================
   HERO
========================= */

.hero[b-984hz78s4h] {
    position: relative;
    overflow: hidden;
    padding: 82px 0 92px;
    font-family: Signika-Bold;
    background: radial-gradient( circle at 10% 10%, rgba(217, 184, 146, 0.26), transparent 34% ), radial-gradient( circle at 90% 25%, rgba(79, 117, 98, 0.13), transparent 34% );
}

.hero-grid[b-984hz78s4h] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(450px, 0.95fr);
    align-items: center;
    gap: 72px;
}

.eyebrow[b-984hz78s4h] {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 22px;
    padding: 9px 14px;
    border: 1px solid var(--border);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.7);
    color: var(--primary-hover);
    font-size: 13px;
    font-weight: 750;
}

.eyebrow-dot[b-984hz78s4h] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--accent);
    box-shadow: 0 0 0 5px var(--accent-soft);
}

.hero-content h1[b-984hz78s4h] {
    max-width: 680px;
    margin-bottom: 24px;
    font-size: clamp(42px, 5vw, 70px);
    line-height: 1.04;
    letter-spacing: -3.2px;
}

    .hero-content h1 span[b-984hz78s4h] {
        color: var(--primary);
    }

.hero-description[b-984hz78s4h] {
    max-width: 620px;
    margin-bottom: 32px;
    color: var(--text-secondary);
    font-size: 18px;
    line-height: 1.75;
}

.hero-actions[b-984hz78s4h] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.hero-benefits[b-984hz78s4h] {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    color: var(--text-secondary);
    font-size: 13px;
    font-weight: 650;
}

    .hero-benefits > div[b-984hz78s4h] {
        display: flex;
        align-items: center;
        gap: 8px;
    }

.benefit-check[b-984hz78s4h] {
    width: 20px;
    height: 20px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--primary-soft);
    color: var(--primary);
    font-size: 12px;
    font-weight: 900;
}


/* =========================
   HERO VISUAL
========================= */

.hero-visual[b-984hz78s4h] {
    position: relative;
    min-height: 570px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.decorative-shape[b-984hz78s4h] {
    position: absolute;
    border-radius: 50%;
    filter: blur(1px);
}

.shape-one[b-984hz78s4h] {
    top: 40px;
    right: 20px;
    width: 310px;
    height: 310px;
    background: var(--primary-soft);
}

.shape-two[b-984hz78s4h] {
    bottom: 50px;
    left: 10px;
    width: 210px;
    height: 210px;
    background: var(--secondary-soft);
}

.pet-profile-card[b-984hz78s4h] {
    position: absolute;
    top: 20px;
    right: 0;
    z-index: 2;
    width: 320px;
    overflow: hidden;
    border: 1px solid rgba(221, 227, 222, 0.8);
    border-radius: 28px;
    background: var(--surface);
    box-shadow: var(--shadow-large);
    transform: rotate(3deg);
}

.profile-cover[b-984hz78s4h] {
    height: 90px;
    background: linear-gradient( 135deg, var(--primary), #71927F );
}

.profile-avatar[b-984hz78s4h] {
    width: 76px;
    height: 76px;
    display: grid;
    place-items: center;
    margin: -38px auto 4px;
    border: 6px solid var(--surface);
    border-radius: 50%;
    background: var(--secondary-soft);
    font-size: 38px;
}

.profile-status[b-984hz78s4h] {
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 7px;
    margin: 0 auto 14px;
    padding: 5px 10px;
    border-radius: 999px;
    background: var(--primary-soft);
    color: var(--primary-hover);
    font-size: 11px;
    font-weight: 750;
}

    .profile-status span[b-984hz78s4h] {
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: var(--success);
    }

.profile-content[b-984hz78s4h] {
    padding: 0 22px 23px;
    text-align: center;
}

.profile-label[b-984hz78s4h] {
    margin-bottom: 3px;
    color: var(--text-muted);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.profile-content h2[b-984hz78s4h] {
    margin-bottom: 2px;
    font-size: 25px;
    letter-spacing: -0.7px;
}

.profile-meta[b-984hz78s4h] {
    margin-bottom: 17px;
    color: var(--text-secondary);
    font-size: 12px;
}

.profile-info-grid[b-984hz78s4h] {
    display: grid;
    gap: 9px;
    margin-bottom: 16px;
    text-align: left;
}

    .profile-info-grid div[b-984hz78s4h] {
        padding: 11px 12px;
        border: 1px solid var(--border);
        border-radius: 13px;
        background: var(--background);
    }

    .profile-info-grid span[b-984hz78s4h],
    .mobile-detail-card span[b-984hz78s4h] {
        display: block;
        margin-bottom: 3px;
        color: var(--text-muted);
        font-size: 10px;
        font-weight: 700;
    }

    .profile-info-grid strong[b-984hz78s4h] {
        display: block;
        font-size: 11px;
        line-height: 1.45;
    }

.profile-contact-button[b-984hz78s4h],
.profile-location-button[b-984hz78s4h] {
    width: 100%;
    min-height: 41px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 750;
}

.profile-contact-button[b-984hz78s4h] {
    margin-bottom: 8px;
    background: var(--accent);
    color: #FFFFFF;
}

.profile-location-button[b-984hz78s4h] {
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
}

.pet-tag-mockup[b-984hz78s4h] {
    position: absolute;
    left: 0;
    bottom: 55px;
    z-index: 3;
    width: 188px;
    height: 188px;
    border-radius: 50%;
    box-shadow: var(--shadow-large);
    transform: rotate(-9deg);
    transform-style: preserve-3d;
}

.tag-ring[b-984hz78s4h] {
    position: absolute;
    top: -29px;
    left: 73px;
    width: 46px;
    height: 46px;
    border: 8px solid #B5A990;
    border-radius: 50%;
    background: transparent;
}

.tag-front[b-984hz78s4h],
.tag-back[b-984hz78s4h] {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 8px solid rgba(255, 255, 255, 0.33);
    border-radius: 50%;
}

.tag-front[b-984hz78s4h] {
    background: linear-gradient( 145deg, #668774, var(--primary) );
    color: #FFFFFF;
}

.tag-paw[b-984hz78s4h] {
    margin-bottom: 4px;
    color: var(--secondary);
    font-size: 27px;
}

.tag-front strong[b-984hz78s4h] {
    font-size: 25px;
    letter-spacing: 1px;
}

.tag-front span[b-984hz78s4h] {
    margin-top: 4px;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.7px;
    opacity: 0.75;
}

.tag-back[b-984hz78s4h] {
    display: none;
}

.fake-qr[b-984hz78s4h] {
    width: 100px;
    height: 100px;
}

.scan-notification[b-984hz78s4h] {
    position: absolute;
    right: 15px;
    bottom: 28px;
    z-index: 4;
    width: 270px;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px;
    border: 1px solid var(--border);
    border-radius: 17px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--shadow-small);
    transform: rotate(-2deg);
}

.notification-icon[b-984hz78s4h] {
    width: 39px;
    height: 39px;
    flex: 0 0 39px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--accent-soft);
    color: var(--accent);
}

    .notification-icon svg[b-984hz78s4h] {
        width: 19px;
        height: 19px;
        fill: currentColor;
    }

.scan-notification strong[b-984hz78s4h] {
    display: block;
    margin-bottom: 2px;
    font-size: 11px;
}

.scan-notification span[b-984hz78s4h] {
    display: block;
    color: var(--text-muted);
    font-size: 10px;
}


/* =========================
   TRUST STRIP
========================= */

.trust-strip[b-984hz78s4h] {
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.52);
}

.trust-grid[b-984hz78s4h] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.trust-item[b-984hz78s4h] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 27px 25px;
    border-right: 1px solid var(--border);
}

    .trust-item:last-child[b-984hz78s4h] {
        border-right: 0;
    }

    .trust-item strong[b-984hz78s4h] {
        color: var(--primary);
        font-size: 19px;
    }

    .trust-item span[b-984hz78s4h] {
        color: var(--text-secondary);
        font-size: 12px;
    }


/* =========================
   GENERAL SECTIONS
========================= */

.section[b-984hz78s4h] {
    padding: 108px 0;
}

.section-heading[b-984hz78s4h] {
    max-width: 680px;
    margin: 0 auto 55px;
    text-align: center;
}

.section-kicker[b-984hz78s4h] {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.section-heading h2[b-984hz78s4h],
.profile-section-content h2[b-984hz78s4h],
.security-content h2[b-984hz78s4h] {
    margin-bottom: 18px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -2px;
}

.section-heading p[b-984hz78s4h],
.profile-section-content > p[b-984hz78s4h],
.security-content > p[b-984hz78s4h] {
    color: var(--text-secondary);
    font-size: 17px;
    line-height: 1.75;
}


/* =========================
   STEPS
========================= */

.steps-grid[b-984hz78s4h] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.step-card[b-984hz78s4h] {
    position: relative;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: var(--radius-medium);
    background: rgba(255, 255, 255, 0.7);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

    .step-card:hover[b-984hz78s4h] {
        transform: translateY(-6px);
        border-color: var(--primary);
        box-shadow: var(--shadow-small);
    }

.step-number[b-984hz78s4h] {
    position: absolute;
    top: 21px;
    right: 22px;
    color: var(--border-strong);
    font-size: 13px;
    font-weight: 800;
}

.step-icon[b-984hz78s4h] {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    margin-bottom: 24px;
    border-radius: 17px;
    background: var(--primary-soft);
    color: var(--primary);
}

    .step-icon svg[b-984hz78s4h] {
        width: 25px;
        height: 25px;
        fill: currentColor;
    }

.step-card:nth-child(2) .step-icon[b-984hz78s4h] {
    background: var(--secondary-soft);
    color: #9D744A;
}

.step-card:nth-child(3) .step-icon[b-984hz78s4h] {
    background: var(--accent-soft);
    color: var(--accent);
}

.step-card h3[b-984hz78s4h] {
    margin-bottom: 10px;
    font-size: 19px;
    letter-spacing: -0.4px;
}

.step-card p[b-984hz78s4h] {
    margin-bottom: 0;
    color: var(--text-secondary);
    font-size: 14px;
    line-height: 1.7;
}


/* =========================
   PROFILE SECTION
========================= */

.profile-section[b-984hz78s4h] {
    background: var(--surface-soft);
}

.profile-section-grid[b-984hz78s4h] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 420px;
    align-items: center;
    gap: 100px;
}

.feature-list[b-984hz78s4h] {
    display: grid;
    gap: 22px;
    margin-top: 38px;
}

.feature-list-item[b-984hz78s4h] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.feature-check[b-984hz78s4h] {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: grid;
    place-items: center;
    margin-top: 2px;
    border-radius: 50%;
    background: var(--primary);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 900;
}

.feature-list-item strong[b-984hz78s4h] {
    display: block;
    margin-bottom: 4px;
    font-size: 15px;
}

.feature-list-item p[b-984hz78s4h] {
    margin: 0;
    color: var(--text-secondary);
    font-size: 13px;
    line-height: 1.65;
}

.phone-wrapper[b-984hz78s4h] {
    position: relative;
    display: flex;
    justify-content: center;
}

    .phone-wrapper[b-984hz78s4h]::before {
        content: "";
        position: absolute;
        top: 12%;
        left: 3%;
        width: 96%;
        height: 76%;
        border-radius: 50%;
        background: var(--secondary-soft);
        filter: blur(1px);
    }

.phone-frame[b-984hz78s4h] {
    position: relative;
    z-index: 2;
    width: 328px;
    padding: 10px;
    border: 7px solid #28332D;
    border-radius: 42px;
    background: #28332D;
    box-shadow: var(--shadow-large);
}

.phone-top[b-984hz78s4h] {
    position: absolute;
    top: 15px;
    left: 50%;
    z-index: 3;
    width: 90px;
    height: 23px;
    border-radius: 999px;
    background: #28332D;
    transform: translateX(-50%);
}

.phone-screen[b-984hz78s4h] {
    overflow: hidden;
    padding-bottom: 18px;
    border-radius: 31px;
    background: var(--surface);
}

.mobile-profile-cover[b-984hz78s4h] {
    position: relative;
    height: 112px;
    background: linear-gradient( 135deg, var(--primary), #789887 );
}

.mobile-profile-badge[b-984hz78s4h] {
    position: absolute;
    top: 23px;
    right: 18px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    color: var(--primary-hover);
    font-size: 9px;
    font-weight: 800;
}

.mobile-profile-avatar[b-984hz78s4h] {
    width: 82px;
    height: 82px;
    display: grid;
    place-items: center;
    margin: -41px auto 5px;
    border: 6px solid var(--surface);
    border-radius: 50%;
    background: var(--secondary-soft);
    font-size: 42px;
}

.phone-screen h3[b-984hz78s4h] {
    margin-bottom: 2px;
    text-align: center;
    font-size: 22px;
}

.mobile-profile-subtitle[b-984hz78s4h] {
    margin-bottom: 15px;
    color: var(--text-muted);
    text-align: center;
    font-size: 10px;
}

.mobile-profile-message[b-984hz78s4h] {
    margin: 0 16px 12px;
    padding: 13px;
    border-radius: 13px;
    background: var(--accent-soft);
    color: var(--text-secondary);
    font-size: 10px;
    line-height: 1.55;
    text-align: center;
}

.mobile-detail-card[b-984hz78s4h] {
    margin: 0 16px 8px;
    padding: 11px 12px;
    border: 1px solid var(--border);
    border-radius: 12px;
    background: var(--background);
}

    .mobile-detail-card strong[b-984hz78s4h] {
        display: block;
        font-size: 10px;
    }

.mobile-main-button[b-984hz78s4h],
.mobile-outline-button[b-984hz78s4h] {
    width: calc(100% - 32px);
    min-height: 41px;
    margin-inline: 16px;
    border-radius: 12px;
    font-size: 10px;
    font-weight: 800;
}

.mobile-main-button[b-984hz78s4h] {
    margin-top: 8px;
    margin-bottom: 8px;
    background: var(--accent);
    color: #FFFFFF;
}

.mobile-outline-button[b-984hz78s4h] {
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text-primary);
}


/* =========================
   SECURITY
========================= */

.security-section[b-984hz78s4h] {
    background: var(--surface);
}

.security-grid[b-984hz78s4h] {
    display: grid;
    grid-template-columns: 0.9fr 1fr;
    align-items: center;
    gap: 100px;
}

.security-visual[b-984hz78s4h] {
    position: relative;
    min-height: 420px;
    display: grid;
    place-items: center;
    border-radius: var(--radius-large);
    background: radial-gradient( circle at center, var(--primary-soft), var(--background) );
}

.shield[b-984hz78s4h] {
    width: 145px;
    height: 145px;
    display: grid;
    place-items: center;
    border: 17px solid rgba(255, 255, 255, 0.65);
    border-radius: 50%;
    background: var(--primary);
    color: #FFFFFF;
    box-shadow: var(--shadow-large);
}

    .shield svg[b-984hz78s4h] {
        width: 67px;
        height: 67px;
        fill: currentColor;
    }

.security-note[b-984hz78s4h] {
    position: absolute;
    max-width: 215px;
    padding: 15px;
    border: 1px solid var(--border);
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: var(--shadow-small);
}

    .security-note strong[b-984hz78s4h] {
        display: block;
        margin-bottom: 3px;
        font-size: 12px;
    }

    .security-note span[b-984hz78s4h] {
        display: block;
        color: var(--text-secondary);
        font-size: 10px;
        line-height: 1.45;
    }

.note-one[b-984hz78s4h] {
    top: 45px;
    left: 28px;
}

.note-two[b-984hz78s4h] {
    right: 20px;
    bottom: 42px;
}

.security-points[b-984hz78s4h] {
    display: grid;
    gap: 13px;
    margin-top: 32px;
}

    .security-points span[b-984hz78s4h] {
        position: relative;
        padding-left: 29px;
        color: var(--text-secondary);
        font-size: 14px;
        font-weight: 650;
    }

        .security-points span[b-984hz78s4h]::before {
            content: "✓";
            position: absolute;
            top: 0;
            left: 0;
            width: 20px;
            height: 20px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: var(--primary-soft);
            color: var(--primary);
            font-size: 11px;
            font-weight: 900;
        }


/* =========================
   PREORDER
========================= */

.preorder-section[b-984hz78s4h] {
    background: var(--background);
    padding-top: 0px;
}

.preorder-card[b-984hz78s4h] {
    display: grid;
    grid-template-columns: 1fr 430px;
    gap: 75px;
    padding: 65px;
    border-radius: var(--radius-large);
    background: radial-gradient( circle at 100% 0, rgba(217, 184, 146, 0.3), transparent 36% ), var(--primary);
    color: #FFFFFF;
}

.preorder-label[b-984hz78s4h] {
    display: inline-block;
    margin-bottom: 18px;
    padding: 7px 12px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.13);
    color: var(--secondary-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.preorder-content h2[b-984hz78s4h] {
    max-width: 600px;
    margin-bottom: 18px;
    font-size: clamp(34px, 4vw, 52px);
    line-height: 1.12;
    letter-spacing: -2px;
}

.preorder-content > p[b-984hz78s4h] {
    max-width: 570px;
    color: rgba(255, 255, 255, 0.75);
    font-size: 15px;
    line-height: 1.75;
}

.preorder-price[b-984hz78s4h] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 28px 0;
}

    .preorder-price strong[b-984hz78s4h] {
        font-size: 35px;
        letter-spacing: -1px;
    }

    .preorder-price span[b-984hz78s4h] {
        color: rgba(255, 255, 255, 0.68);
        font-size: 12px;
    }

.preorder-features[b-984hz78s4h] {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .preorder-features li[b-984hz78s4h] {
        position: relative;
        padding-left: 25px;
        color: rgba(255, 255, 255, 0.86);
        font-size: 13px;
    }

        .preorder-features li[b-984hz78s4h]::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: var(--secondary);
            font-weight: 900;
        }

.preorder-form[b-984hz78s4h] {
    padding: 30px;
    border-radius: 22px;
    background: var(--surface);
    color: var(--text-primary);
}

    .preorder-form h3[b-984hz78s4h] {
        margin-bottom: 5px;
        font-size: 20px;
    }

    .preorder-form > p[b-984hz78s4h] {
        margin-bottom: 22px;
        color: var(--text-secondary);
        font-size: 12px;
    }

    .preorder-form label[b-984hz78s4h] {
        display: block;
        margin-bottom: 7px;
        color: var(--text-secondary);
        font-size: 11px;
        font-weight: 750;
    }

    .preorder-form input[b-984hz78s4h],
    .preorder-form select[b-984hz78s4h] {
        width: 100%;
        min-height: 48px;
        margin-bottom: 15px;
        padding: 0 14px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: var(--background);
        color: var(--text-primary);
        font-size: 13px;
        transition: border-color 180ms ease, box-shadow 180ms ease;
    }

        .preorder-form input:focus[b-984hz78s4h],
        .preorder-form select:focus[b-984hz78s4h] {
            border-color: var(--primary);
            box-shadow: 0 0 0 4px var(--primary-soft);
        }

.form-button[b-984hz78s4h] {
    width: 100%;
    margin-top: 4px;
}

.preorder-form small[b-984hz78s4h] {
    display: block;
    margin-top: 12px;
    color: var(--text-muted);
    font-size: 10px;
    line-height: 1.5;
    text-align: center;
}


/* =========================
   FAQ
========================= */

.faq-section[b-984hz78s4h] {
    background: var(--surface);
}

.faq-container[b-984hz78s4h] {
    max-width: 850px;
}

.faq-list[b-984hz78s4h] {
    display: grid;
    gap: 12px;
}

    .faq-list details[b-984hz78s4h] {
        overflow: hidden;
        border: 1px solid var(--border);
        border-radius: 16px;
        background: var(--background);
    }

    .faq-list summary[b-984hz78s4h] {
        position: relative;
        padding: 20px 55px 20px 22px;
        color: var(--text-primary);
        font-size: 14px;
        font-weight: 750;
        cursor: pointer;
        list-style: none;
    }

        .faq-list summary[b-984hz78s4h]::-webkit-details-marker {
            display: none;
        }

        .faq-list summary[b-984hz78s4h]::after {
            content: "+";
            position: absolute;
            top: 50%;
            right: 22px;
            width: 26px;
            height: 26px;
            display: grid;
            place-items: center;
            border-radius: 50%;
            background: var(--primary-soft);
            color: var(--primary);
            font-size: 18px;
            transform: translateY(-50%);
        }

    .faq-list details[open] summary[b-984hz78s4h]::after {
        content: "−";
    }

    .faq-list details p[b-984hz78s4h] {
        margin: 0;
        padding: 0 22px 21px;
        color: var(--text-secondary);
        font-size: 13px;
        line-height: 1.7;
    }


/* =========================
   FINAL CTA
========================= */

.final-cta[b-984hz78s4h] {
    padding: 67px 0;
    background: var(--accent);
    color: #FFFFFF;
}

.final-cta-content[b-984hz78s4h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

    .final-cta-content span[b-984hz78s4h] {
        display: block;
        margin-bottom: 7px;
        color: rgba(255, 255, 255, 0.72);
        font-size: 12px;
        font-weight: 700;
    }

    .final-cta-content h2[b-984hz78s4h] {
        max-width: 650px;
        margin-bottom: 0;
        font-size: clamp(28px, 4vw, 43px);
        line-height: 1.18;
        letter-spacing: -1.5px;
    }


/* =========================
   FOOTER
========================= */

.site-footer[b-984hz78s4h] {
    padding: 65px 0 25px;
    background: #24302A;
    color: #FFFFFF;
}

.footer-grid[b-984hz78s4h] {
    display: grid;
    grid-template-columns: 1.6fr repeat(3, 1fr);
    gap: 55px;
    padding-bottom: 45px;
}

.footer-brand[b-984hz78s4h] {
    color: #FFFFFF;
}

.footer-description[b-984hz78s4h] {
    max-width: 300px;
    margin-top: 18px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.62);
    font-size: 13px;
    line-height: 1.7;
}

.footer-links[b-984hz78s4h] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

    .footer-links strong[b-984hz78s4h] {
        margin-bottom: 7px;
        font-size: 13px;
    }

    .footer-links a[b-984hz78s4h] {
        color: rgba(255, 255, 255, 0.62);
        font-size: 12px;
        transition: color 180ms ease;
    }

        .footer-links a:hover[b-984hz78s4h] {
            color: #FFFFFF;
        }

.footer-bottom[b-984hz78s4h] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    padding-top: 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.45);
    font-size: 10px;
}


/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1050px) {

    .desktop-nav[b-984hz78s4h] {
        display: none;
    }

    .hero-grid[b-984hz78s4h] {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .hero-content[b-984hz78s4h] {
        max-width: 750px;
    }

    .hero-visual[b-984hz78s4h] {
        width: min(100%, 570px);
        margin-inline: auto;
    }

    .profile-section-grid[b-984hz78s4h],
    .security-grid[b-984hz78s4h] {
        gap: 60px;
    }

    .preorder-card[b-984hz78s4h] {
        grid-template-columns: 1fr 380px;
        gap: 40px;
        padding: 45px;
    }
}

@media (max-width: 850px) {

    .section[b-984hz78s4h] {
        padding: 80px 0;
    }

    .trust-grid[b-984hz78s4h] {
        grid-template-columns: repeat(2, 1fr);
    }

    .trust-item:nth-child(2)[b-984hz78s4h] {
        border-right: 0;
    }

    .trust-item:nth-child(-n + 2)[b-984hz78s4h] {
        border-bottom: 1px solid var(--border);
    }

    .steps-grid[b-984hz78s4h] {
        grid-template-columns: 1fr;
    }

    .profile-section-grid[b-984hz78s4h],
    .security-grid[b-984hz78s4h],
    .preorder-card[b-984hz78s4h] {
        grid-template-columns: 1fr;
    }

    .profile-section-content[b-984hz78s4h] {
        max-width: 680px;
    }

    .security-visual[b-984hz78s4h] {
        order: 2;
    }

    .preorder-card[b-984hz78s4h] {
        padding: 38px;
    }

    .footer-grid[b-984hz78s4h] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 620px) {

    :root[b-984hz78s4h] {
        --header-height: 68px;
    }

    .container[b-984hz78s4h] {
        width: min(calc(100% - 28px), var(--container-width));
    }

    .site-header .button-small[b-984hz78s4h] {
        min-height: 40px;
        padding-inline: 14px;
        font-size: 12px;
    }

    .brand[b-984hz78s4h] {
        font-size: 18px;
    }

    .brand-icon[b-984hz78s4h] {
        width: 35px;
        height: 35px;
    }

    .hero[b-984hz78s4h] {
        padding: 55px 0 65px;
    }

    .hero-content h1[b-984hz78s4h] {
        font-size: 42px;
        letter-spacing: -2px;
    }

    .hero-description[b-984hz78s4h] {
        font-size: 16px;
    }

    .hero-actions[b-984hz78s4h] {
        align-items: stretch;
        flex-direction: column;
    }

        .hero-actions .button[b-984hz78s4h] {
            width: 100%;
        }

    .hero-benefits[b-984hz78s4h] {
        flex-direction: column;
        gap: 10px;
    }

    .hero-visual[b-984hz78s4h] {
        min-height: 520px;
        transform: scale(0.91);
    }

    .pet-profile-card[b-984hz78s4h] {
        right: -15px;
        width: 285px;
    }

    .pet-tag-mockup[b-984hz78s4h] {
        left: -20px;
        bottom: 52px;
        width: 160px;
        height: 160px;
    }

    .scan-notification[b-984hz78s4h] {
        right: -9px;
        bottom: 6px;
        width: 230px;
    }

    .trust-item[b-984hz78s4h] {
        padding: 21px 15px;
    }

        .trust-item strong[b-984hz78s4h] {
            font-size: 16px;
        }

        .trust-item span[b-984hz78s4h] {
            font-size: 10px;
        }

    .section-heading h2[b-984hz78s4h],
    .profile-section-content h2[b-984hz78s4h],
    .security-content h2[b-984hz78s4h] {
        font-size: 35px;
        letter-spacing: -1.4px;
    }

    .profile-section-grid[b-984hz78s4h] {
        grid-template-columns: minmax(0, 1fr);
    }

    .phone-frame[b-984hz78s4h] {
        width: 300px;
    }

    .security-visual[b-984hz78s4h] {
        min-height: 400px;
    }

    .security-note[b-984hz78s4h] {
        max-width: 185px;
    }

    .note-one[b-984hz78s4h] {
        top: 25px;
        left: 10px;
    }

    .note-two[b-984hz78s4h] {
        right: 10px;
        bottom: 25px;
    }

    .preorder-card[b-984hz78s4h] {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .preorder-content h2[b-984hz78s4h] {
        font-size: 35px;
    }

    .preorder-form[b-984hz78s4h] {
        padding: 23px 18px;
    }

    .final-cta-content[b-984hz78s4h] {
        align-items: stretch;
        flex-direction: column;
    }

        .final-cta-content .button[b-984hz78s4h] {
            width: 100%;
        }

    .footer-grid[b-984hz78s4h] {
        grid-template-columns: 1fr;
        gap: 34px;
    }

    .footer-bottom[b-984hz78s4h] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 420px) {

    .site-header .button-small[b-984hz78s4h] {
        padding-inline: 12px;
    }

    .site-header .button-small[b-984hz78s4h] {
        font-size: 0;
    }

        .site-header .button-small[b-984hz78s4h]::after {
            content: "Hazırla";
            font-size: 12px;
        }

    .hero-content h1[b-984hz78s4h] {
        font-size: 37px;
    }

    .hero-visual[b-984hz78s4h] {
        min-height: 470px;
        margin-top: -25px;
        transform: scale(0.82);
        transform-origin: center top;
    }

    .trust-grid[b-984hz78s4h] {
        grid-template-columns: 1fr;
    }

    .trust-item[b-984hz78s4h] {
        border-right: 0;
        border-bottom: 1px solid var(--border);
    }

        .trust-item:last-child[b-984hz78s4h] {
            border-bottom: 0;
        }

    .phone-frame[b-984hz78s4h] {
        width: 285px;
    }
}
