:root {
    --ink: #121829;
    --muted: #6d7380;
    --line: rgba(18, 24, 41, .11);
    --violet: #6547e8;
    --violet-dark: #5137cc;
    --lime: #c9f36b;
    --surface: #f7f8fc;
    --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 72% 46%, rgba(101,71,232,.075), transparent 33%),
        linear-gradient(135deg, #fff 0%, #f8f9fc 55%, #f3f2fb 100%);
    color: var(--ink);
    font-family: "Manrope", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }

.page-shell {
    width: min(100%, 1600px);
    min-height: 100svh;
    margin: 0 auto;
    display: grid;
    grid-template-rows: auto 1fr auto;
    overflow: hidden;
}

.site-header {
    height: 82px;
    padding: 0 clamp(24px, 4vw, 72px);
    display: grid;
    grid-template-columns: auto auto minmax(260px, 470px) auto;
    gap: clamp(20px, 2.4vw, 42px);
    align-items: center;
    border-bottom: 1px solid var(--line);
    position: relative;
    z-index: 20;
}
.brand { display: inline-flex; align-items: center; gap: 11px; width: max-content; }
.brand__name { font-size: 25px; font-weight: 800; letter-spacing: -1.4px; }
.brand__name span { color: var(--violet); }
.brand__custom-logo { display: block; width: auto; max-width: 190px; height: auto; max-height: 46px; object-fit: contain; }
.brand__symbol { width: 28px; height: 28px; position: relative; display: inline-block; transform: rotate(-8deg); }
.brand__symbol i, .brand__symbol b { position: absolute; display: block; background: var(--violet); border-radius: 50%; }
.brand__symbol i { width: 7px; height: 9px; }
.brand__symbol i:nth-child(1) { left: 1px; top: 5px; transform: rotate(-25deg); }
.brand__symbol i:nth-child(2) { left: 8px; top: 0; }
.brand__symbol i:nth-child(3) { right: 5px; top: 1px; }
.brand__symbol i:nth-child(4) { right: 0; top: 8px; transform: rotate(25deg); }
.brand__symbol b { width: 17px; height: 15px; left: 6px; bottom: 1px; border-radius: 50% 50% 46% 46%; }

.services-trigger { display: flex; align-items: center; gap: 9px; padding: 8px 0; border: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 800; cursor: pointer; }
.services-trigger__icon { width: 15px; height: 15px; display: grid; grid-template-columns: repeat(2, 5px); grid-template-rows: repeat(2, 5px); gap: 3px; }
.services-trigger__icon i { display: block; border: 1.5px solid var(--violet); border-radius: 2px; }
.services-trigger:hover { color: var(--violet); }
.header-search { min-width: 0; height: 58px; position: relative; align-self: center; padding-top: 12px; }
.header-search__status { position: absolute; top: 0; left: 27px; display: flex; align-items: center; gap: 6px; color: #8d929e; font-size: 7px; font-weight: 800; text-transform: uppercase; letter-spacing: .75px; }
.header-search__status i { width: 5px; height: 5px; border-radius: 50%; background: #83d845; box-shadow: 0 0 0 3px rgba(131,216,69,.15); }
.header-search__control { height: 42px; display: flex; align-items: center; border-bottom: 1px solid rgba(18,24,41,.19); transition: border-color .2s; }
.header-search__control:focus-within { border-bottom-color: var(--violet); }
.header-search input { min-width: 0; flex: 1; height: 100%; padding: 0 13px; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: .3px; }
.header-search input::placeholder { color: #999eaa; font-weight: 500; text-transform: none; letter-spacing: 0; }
.header-search__control button { width: 34px; height: 34px; border: 0; background: transparent; color: var(--violet); font-size: 21px; cursor: pointer; }
.header-search__message { position: absolute; top: calc(100% + 2px); left: 27px; z-index: 30; display: none !important; padding: 5px 8px; border-radius: 6px; background: #fff; box-shadow: 0 8px 22px rgba(18,24,41,.1); white-space: nowrap; }
.header-search__message.is-error, .header-search__message.is-success { display: block !important; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 13px; }
.language { border: 0; background: transparent; color: #545b68; font-size: 12px; font-weight: 800; cursor: pointer; }
.language span { padding-left: 4px; color: #999eaa; }
.account-link { display: flex; align-items: center; gap: 16px; padding: 12px 17px 12px 19px; border: 1px solid var(--line); background: rgba(255,255,255,.72); border-radius: 12px; font-size: 12px; font-weight: 800; transition: .2s ease; box-shadow: 0 5px 20px rgba(21,22,40,.03); }
.account-link:hover { border-color: rgba(101,71,232,.4); transform: translateY(-1px); }
.account-link > span:last-child { color: var(--violet); font-size: 17px; }
.account-link__mobile { display: none; }

.hero {
    min-height: calc(100svh - 132px);
    padding: clamp(35px, 5vh, 76px) clamp(24px, 4vw, 72px) 26px;
    display: grid;
    grid-template-columns: minmax(380px, .85fr) minmax(540px, 1.15fr);
    gap: clamp(30px, 5vw, 88px);
    align-items: center;
}
.hero-copy { max-width: 610px; position: relative; z-index: 5; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin-bottom: 22px; color: var(--violet); text-transform: uppercase; letter-spacing: 2.3px; font-size: 10px; font-weight: 800; }
.eyebrow span { width: 7px; height: 7px; background: var(--lime); border: 2px solid #819f3f; border-radius: 50%; box-shadow: 0 0 0 5px rgba(201,243,107,.25); }
h1 { margin: 0; font-size: clamp(48px, 5.2vw, 82px); line-height: .99; letter-spacing: clamp(-4px, -.055em, -2px); font-weight: 600; }
h1 em { color: var(--violet); font-style: normal; position: relative; white-space: nowrap; }
h1 em::after { content: ""; position: absolute; left: 2%; right: 0; bottom: -5px; height: 8px; border-radius: 50%; border-top: 2px solid rgba(101,71,232,.42); transform: rotate(-2deg); }
.hero-lead { max-width: 500px; margin: 27px 0 31px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.registry-search { max-width: 555px; }
.registry-search > label { display: block; margin-bottom: 10px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .9px; }
.registry-search__control { height: 66px; display: flex; align-items: center; padding: 7px 7px 7px 20px; background: var(--white); border: 1px solid rgba(18,24,41,.12); border-radius: 15px; box-shadow: 0 18px 45px rgba(26,25,53,.08); transition: border-color .2s, box-shadow .2s; }
.registry-search__control:focus-within { border-color: rgba(101,71,232,.55); box-shadow: 0 18px 48px rgba(101,71,232,.13); }
.search-icon { width: 18px; height: 18px; border: 1.8px solid #a2a6af; border-radius: 50%; position: relative; flex: 0 0 auto; }
.search-icon::after { content: ""; position: absolute; width: 7px; height: 1.8px; background: #a2a6af; right: -5px; bottom: -2px; transform: rotate(45deg); border-radius: 2px; }
.registry-search input { min-width: 0; flex: 1; height: 100%; border: 0; outline: 0; padding: 0 16px; background: transparent; color: var(--ink); font-size: 16px; font-weight: 700; letter-spacing: .4px; text-transform: uppercase; }
.registry-search input::placeholder { color: #a7abb5; font-weight: 500; text-transform: none; letter-spacing: 0; }
.registry-search__control button { height: 50px; border: 0; border-radius: 11px; padding: 0 20px; display: flex; align-items: center; gap: 22px; background: var(--violet); color: #fff; font-weight: 800; font-size: 12px; cursor: pointer; box-shadow: 0 8px 20px rgba(101,71,232,.24); transition: .2s ease; }
.registry-search__control button:hover { background: var(--violet-dark); transform: translateY(-1px); }
.registry-search__control button b { font-size: 18px; }
.search-hint { padding: 9px 3px 0; display: flex; align-items: center; justify-content: space-between; color: #969ba6; font-size: 10px; }
.search-hint.is-error { color: #d34d5f; }
.search-hint.is-success { color: #347e5b; }
.scan-link { border: 0; padding: 2px; background: transparent; color: #656b78; font-size: 10px; font-weight: 700; cursor: pointer; }
.scan-link i { display: inline-block; width: 11px; height: 11px; margin-right: 4px; vertical-align: -2px; border: 1px solid var(--violet); border-radius: 2px; background: linear-gradient(90deg, transparent 42%, var(--violet) 43% 57%, transparent 58%), linear-gradient(transparent 42%, var(--violet) 43% 57%, transparent 58%); }
.registry-facts { display: flex; margin-top: 38px; }
.registry-facts > div { display: flex; align-items: center; gap: 10px; padding: 0 25px; border-left: 1px solid var(--line); }
.registry-facts > div:first-child { padding-left: 0; border-left: 0; }
.registry-facts strong { font-size: 24px; letter-spacing: -1.3px; }
.registry-facts span { color: #8b909b; font-size: 9px; line-height: 1.35; text-transform: uppercase; letter-spacing: .5px; }

.registry-showcase { min-height: 610px; position: relative; display: flex; align-items: center; justify-content: center; }
.showcase-topline { position: absolute; top: 0; left: 4%; right: 1%; z-index: 10; display: flex; justify-content: space-between; align-items: center; color: #737986; text-transform: uppercase; letter-spacing: 1.4px; font-size: 9px; font-weight: 800; }
.showcase-topline > span:first-child { display: flex; align-items: center; gap: 8px; }
.showcase-topline i { width: 6px; height: 6px; background: #75d69c; box-shadow: 0 0 0 5px rgba(117,214,156,.16); border-radius: 50%; }
.showcase-topline__counter b { color: var(--ink); font-size: 13px; }
.orbit { position: absolute; inset: 2% -20% -4% -4%; pointer-events: none; opacity: .65; }
.orbit__line { position: absolute; border: 1px solid rgba(101,71,232,.13); border-radius: 50%; transform: rotate(-13deg); }
.orbit__line--one { inset: 9% 2% 5% 5%; }
.orbit__line--two { inset: 18% 10% 14% -5%; transform: rotate(18deg); border-color: rgba(18,24,41,.08); }
.orbit__dot { position: absolute; width: 7px; height: 7px; border-radius: 50%; background: var(--violet); box-shadow: 0 0 0 6px rgba(101,71,232,.1); }
.orbit__dot--one { top: 15%; right: 20%; }
.orbit__dot--two { left: 8%; bottom: 18%; background: var(--lime); }

.pet-deck { width: 100%; height: 545px; position: relative; perspective: 1500px; }
.pet-card { position: absolute; top: 50%; left: 50%; width: min(390px, 56%); height: 510px; border-radius: 27px; overflow: hidden; color: #fff; background: #252939; box-shadow: 0 28px 65px rgba(20,18,42,.2); transform-origin: 50% 100%; transition: transform .72s cubic-bezier(.2,.82,.2,1), opacity .5s ease, filter .5s ease; cursor: pointer; }
.pet-card img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 1.2s ease; }
.pet-card:hover img { transform: scale(1.035); }
.pet-card__shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(10,12,19,.3) 0%, transparent 31%, transparent 48%, rgba(9,11,17,.88) 100%); }
.pet-card__head { position: absolute; top: 19px; left: 19px; right: 19px; display: flex; align-items: center; justify-content: space-between; }
.verified { padding: 7px 10px 7px 7px; display: flex; align-items: center; gap: 6px; border: 1px solid rgba(255,255,255,.25); background: rgba(13,16,24,.3); backdrop-filter: blur(12px); border-radius: 20px; font-size: 9px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; }
.verified i { width: 16px; height: 16px; display: grid; place-items: center; background: var(--lime); color: #28321a; border-radius: 50%; font-style: normal; font-size: 9px; }
.country-code { width: 31px; height: 31px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.28); background: rgba(13,16,24,.3); backdrop-filter: blur(12px); border-radius: 50%; font-size: 8px; font-weight: 800; }
.pet-card__body { position: absolute; left: 25px; right: 25px; bottom: 22px; }
.pet-card__body > p { margin: 0 0 5px; color: rgba(255,255,255,.73); font-size: 9px; text-transform: uppercase; letter-spacing: 1px; }
.pet-card__body h2 { margin: 0 0 17px; font-size: 37px; line-height: 1; letter-spacing: -1.7px; }
.pet-card__identity { padding-top: 14px; border-top: 1px solid rgba(255,255,255,.22); display: flex; align-items: end; justify-content: space-between; }
.pet-card__identity div { display: grid; gap: 4px; }
.pet-card__identity span { color: rgba(255,255,255,.55); font-size: 8px; text-transform: uppercase; letter-spacing: 1.1px; }
.pet-card__identity strong { font-size: 12px; letter-spacing: 1.1px; }
.pet-card__identity button { width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(255,255,255,.13); color: #fff; font-size: 17px; cursor: pointer; }

.pet-card[data-position="active"] { z-index: 5; transform: translate(-50%, -50%) rotate(0) scale(1); opacity: 1; filter: saturate(1); }
.pet-card[data-position="prev"] { z-index: 3; transform: translate(-108%, -48%) rotate(-11deg) scale(.82); opacity: .72; filter: saturate(.65) brightness(.9); }
.pet-card[data-position="next"] { z-index: 4; transform: translate(8%, -48%) rotate(10deg) scale(.86); opacity: .82; filter: saturate(.72) brightness(.92); }
.pet-card[data-position="back"] { z-index: 1; transform: translate(-45%, -53%) rotate(2deg) scale(.74); opacity: 0; pointer-events: none; }
.deck-controls { position: absolute; bottom: 0; left: 50%; z-index: 12; width: min(410px, 70%); transform: translateX(-50%); display: flex; align-items: center; gap: 16px; }
.deck-controls button { width: 36px; height: 36px; flex: 0 0 auto; border: 1px solid var(--line); background: rgba(255,255,255,.8); color: var(--ink); border-radius: 50%; cursor: pointer; transition: .2s; }
.deck-controls button:hover { border-color: var(--violet); color: var(--violet); }
.deck-progress { height: 2px; flex: 1; overflow: hidden; background: rgba(18,24,41,.1); }
.deck-progress i { display: block; width: 25%; height: 100%; background: var(--violet); transition: transform .5s ease; transform-origin: left; }
.swipe-hint { display: none; }

.site-footer { min-height: 44px; padding: 0 clamp(24px, 4vw, 72px); border-top: 1px solid var(--line); display: flex; align-items: center; justify-content: space-between; color: #999da7; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }
.site-footer__center { color: #777d89; }

@media (max-width: 1080px) {
    .hero { grid-template-columns: minmax(350px, .9fr) minmax(430px, 1.1fr); gap: 24px; }
    .site-header { grid-template-columns: auto auto minmax(220px, 1fr) auto; gap: 18px; }
    .account-link__desktop { max-width: 125px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .pet-card { width: min(350px, 64%); }
    .registry-facts > div { padding: 0 15px; }
}

@media (max-width: 768px) {
    body { background: linear-gradient(180deg, #fff 0%, #f5f5fb 100%); }
    .page-shell { height: auto; min-height: 100svh; overflow: hidden; }
    .site-header { height: 116px; padding: 0 17px 8px; grid-template-columns: 1fr auto auto; grid-template-rows: 62px 46px; gap: 0 14px; border-bottom-color: rgba(18,24,41,.08); }
    .brand { gap: 8px; }
    .brand__symbol { width: 23px; height: 23px; transform: rotate(-8deg) scale(.84); transform-origin: left center; }
    .brand__name { margin-left: -3px; font-size: 21px; }
    .brand__custom-logo { max-width: 125px; max-height: 34px; }
    .services-trigger { grid-column: 2; grid-row: 1; font-size: 0; }
    .services-trigger__icon { width: 17px; height: 17px; grid-template-columns: repeat(2, 6px); grid-template-rows: repeat(2, 6px); }
    .header-search { grid-column: 1 / -1; grid-row: 2; width: 100%; height: 46px; padding-top: 0; }
    .header-search__status { display: none; }
    .header-search__control { height: 43px; }
    .header-search input { padding: 0 12px; font-size: 12px; }
    .header-search__message { top: 43px; left: 25px; }
    .language { display: none; }
    .header-actions { grid-column: 3; grid-row: 1; }
    .account-link { padding: 9px 12px; gap: 8px; border-radius: 10px; background: #fff; }
    .account-link__desktop { display: none; }
    .account-link__mobile { display: inline; }

    .hero { min-height: calc(100svh - 116px); padding: 22px 0 13px; display: flex; flex-direction: column; gap: 14px; align-items: stretch; }
    .hero-copy { width: 100%; max-width: none; padding: 0 17px; }
    .eyebrow { margin-bottom: 10px; font-size: 8px; letter-spacing: 1.8px; }
    .eyebrow span { width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(201,243,107,.25); }
    h1 { font-size: clamp(35px, 10.7vw, 48px); line-height: 1.01; letter-spacing: -2.5px; }
    h1 br { display: none; }
    .hero-lead { margin: 12px 0 16px; max-width: 92%; font-size: 11px; line-height: 1.55; }
    .registry-search > label { display: none; }
    .registry-search__control { height: 53px; padding: 5px 5px 5px 16px; border-radius: 13px; box-shadow: 0 12px 30px rgba(26,25,53,.08); }
    .registry-search input { padding: 0 13px; font-size: 13px; }
    .registry-search__control button { width: 44px; height: 43px; padding: 0; justify-content: center; border-radius: 10px; }
    .registry-search__control button span { display: none; }
    .registry-search__control button b { font-size: 17px; }
    .search-hint { padding: 6px 2px 0; font-size: 8px; }
    .scan-link { font-size: 8px; }
    .registry-facts { display: none; }

    .registry-showcase { flex: 1; min-height: 430px; width: 100%; display: block; }
    .showcase-topline { top: 0; left: 18px; right: 18px; font-size: 8px; }
    .orbit { display: none; }
    .pet-deck { position: absolute; inset: 28px 0 33px; width: 100%; height: auto; perspective: 1100px; touch-action: pan-y; }
    .pet-card { top: 0; left: 17px; width: calc(100% - 34px); height: 100%; min-height: 390px; border-radius: 25px; transform-origin: 50% 100%; box-shadow: 0 25px 50px rgba(20,18,42,.18); }
    .pet-card__body { left: 22px; right: 22px; bottom: 19px; }
    .pet-card__body h2 { font-size: 34px; margin-bottom: 13px; }
    .pet-card[data-position="active"] { transform: translate(0, 0) rotate(0) scale(1); }
    .pet-card[data-position="prev"] { transform: translate(-78%, 2%) rotate(-8deg) scale(.91); opacity: 0; }
    .pet-card[data-position="next"] { transform: translate(9%, 1.7%) rotate(3.5deg) scale(.94); opacity: .72; }
    .pet-card[data-position="back"] { transform: translate(14%, 3.5%) rotate(6deg) scale(.88); opacity: .22; }
    .deck-controls { display: none; }
    .swipe-hint { display: block; position: absolute; left: 0; right: 0; bottom: 3px; margin: 0; text-align: center; color: #8a8f99; font-size: 8px; text-transform: uppercase; letter-spacing: 1px; }
    .swipe-hint span { color: var(--violet); font-size: 12px; vertical-align: -1px; }
    .site-footer { display: none; }
}

@media (max-width: 380px) {
    .hero { padding-top: 16px; gap: 10px; }
    .hero-lead { margin: 9px 0 12px; }
    .registry-showcase { min-height: 385px; }
    .pet-deck { inset-top: 25px; }
    .pet-card { min-height: 345px; }
}

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