:root {
    --bg: #0d0706;
    --bg-soft: #1a0f0b;
    --card: rgba(34, 18, 14, 0.78);
    --card-strong: rgba(52, 26, 20, 0.92);
    --line: rgba(255, 207, 126, 0.18);
    --gold: #f4c975;
    --gold-soft: #ffe3a8;
    --wine: #7d2430;
    --ember: #c85d30;
    --text: #f7efe8;
    --muted: #d8c4b2;
    --shadow: 0 18px 60px rgba(0, 0, 0, 0.4);
    --radius-xl: 32px;
    --radius-lg: 24px;
    --radius-md: 18px;
    --radius-sm: 14px;
}

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

html {
    scroll-behavior: smooth;
}

body {
    min-width: 320px;
    width: 100%;
    background:
        radial-gradient(circle at top, rgba(200, 93, 48, 0.18), transparent 28%),
        radial-gradient(circle at 80% 15%, rgba(244, 201, 117, 0.14), transparent 24%),
        linear-gradient(180deg, #120907 0%, #0b0605 55%, #130907 100%);
    color: var(--text);
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.55;
    overflow-x: hidden;
}

img {
    display: block;
    max-width: 100%;
}

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

button,
input,
textarea {
    font: inherit;
}

.page-glow {
    position: fixed;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    filter: blur(50px);
    opacity: 0.28;
    z-index: 0;
    pointer-events: none;
}

.page-glow-left {
    top: 40px;
    left: -110px;
    background: rgba(200, 93, 48, 0.8);
    animation: driftGlow 11s ease-in-out infinite;
}

.page-glow-right {
    top: 340px;
    right: -130px;
    background: rgba(125, 36, 48, 0.85);
    animation: driftGlow 14s ease-in-out infinite reverse;
}

.mobile_page {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 18px 14px 110px;
}

.hero,
.pulse_section,
.services_section,
.path_section,
.about_section,
.omens_section,
.voices_section,
.contact_section,
.footer {
    position: relative;
}

.hero {
    padding-top: 6px;
}

.hero_noise {
    position: absolute;
    inset: 12px 0 auto;
    height: 420px;
    background:
        linear-gradient(180deg, rgba(255, 232, 193, 0.05), transparent 60%),
        radial-gradient(circle at center, rgba(255, 232, 193, 0.08), transparent 55%);
    border-radius: 34px;
    pointer-events: none;
}

.hero_beam {
    position: absolute;
    top: 41px;
    left: 18px;
    right: 18px;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 216, 143, 0), rgba(255, 216, 143, 0.42), rgba(255, 216, 143, 0));
    opacity: 0.9;
    pointer-events: none;
}

.topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.lang_switch,
.status_pill,
.quick_nav a,
.chip_link,
.contact_line,
.pulse_card,
.service_card,
.path_item,
.voice_card,
.about_card,
.contact_shell {
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.lang_switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid var(--line);
    border-radius: 50%;
    background: rgba(255, 227, 168, 0.08);
    box-shadow: var(--shadow);
}

.lang_switch img {
    width: 24px;
    animation: bellSwing 6s ease-in-out infinite;
}

.status_pill {
    padding: 9px 18px;
    border: 1px solid rgba(255, 216, 143, 0.18);
    border-radius: 999px;
    background: rgba(76, 38, 25, 0.88);
    color: var(--gold-soft);
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-top: -4px;
    box-shadow: 0 0 18px rgba(255, 201, 117, 0.08);
}

.hero_card,
.portrait_wrap,
.service_banner,
.about_card,
.contact_shell,
.modal_shell {
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.hero_card {
    position: relative;
    padding: 24px 20px 22px;
    border-radius: var(--radius-xl);
    background:
        linear-gradient(180deg, rgba(72, 35, 26, 0.93), rgba(24, 12, 10, 0.92)),
        url("../img/bg.png") center top / cover no-repeat;
    overflow: hidden;
}

.hero_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at top right, rgba(255, 235, 179, 0.18), transparent 35%),
        radial-gradient(circle at left center, rgba(200, 93, 48, 0.2), transparent 30%);
    pointer-events: none;
}

.hero_card::after {
    content: "";
    position: absolute;
    top: -18%;
    left: -42%;
    width: 58%;
    height: 140%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 229, 179, 0.18), rgba(255, 255, 255, 0));
    transform: rotate(12deg);
    pointer-events: none;
    animation: heroShimmer 7.5s ease-in-out infinite;
}

.hero_badge,
.hero_kicker,
.eyebrow,
.modal_eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--gold-soft);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.14em;
}

.hero_badge::before,
.eyebrow::before,
.modal_eyebrow::before {
    content: "";
    width: 26px;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--gold));
}

.hero_kicker {
    color: #f6e6d7;
    position: relative;
    z-index: 1;
    font-size: 11px;
    letter-spacing: 0.24em;
    line-height: 1;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0.94;
}

.hero_kicker_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    padding: 8px 0;
}

.hero_heading {
    position: relative;
    z-index: 1;
    margin-bottom: 2px;
    max-width: 100%;
    padding-top: 2px;
    text-align: center;
}

h1,
h2,
h3 {
    font-weight: 800;
    line-height: 1.05;
}

h1 {
    position: relative;
    z-index: 1;
    font-family: 'Marianna', cursive;
    font-size: clamp(68px, 17vw, 90px);
    line-height: 0.82;
    color: var(--gold-soft);
    text-shadow:
        0 10px 30px rgba(0, 0, 0, 0.35),
        0 0 18px rgba(244, 201, 117, 0.08);
    margin-left: 0;
    margin-top: 0;
}

h2 {
    font-size: clamp(30px, 7vw, 46px);
    margin-bottom: 14px;
}

h3 {
    font-size: 22px;
}

.hero_text,
.section_intro p,
.service_card p,
.path_item p,
.voice_card p,
.about_copy p,
.contact_text,
.service_banner p,
.pulse_card p,
.omen_item {
    color: var(--muted);
}

.hero_text {
    position: relative;
    z-index: 1;
    margin-top: 14px;
    max-width: 32ch;
    font-size: 16px;
}

.hero_stage {
    position: relative;
    z-index: 1;
    margin-bottom: 14px;
}

.hero_visual {
    position: relative;
    z-index: 1;
    width: calc(100% + 18px);
    margin: 8px 0 0 -9px;
    min-height: 360px;
    pointer-events: none;
    overflow: hidden;
    border-radius: 28px;
}

.hero_visual::before {
    content: "";
    position: absolute;
    left: 6%;
    right: 6%;
    bottom: 38px;
    height: 120px;
    z-index: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 212, 134, 0.34) 0%, rgba(200, 93, 48, 0.22) 35%, rgba(200, 93, 48, 0) 72%);
    filter: blur(20px);
    animation: pulseAura 5.4s ease-in-out infinite;
}

.hero_visual::after {
    content: "";
    position: absolute;
    left: 2%;
    right: 2%;
    bottom: 4px;
    height: 70px;
    z-index: 2;
    border-radius: 50%;
    background:
        radial-gradient(ellipse at center, rgba(44, 21, 15, 0.92) 0%, rgba(24, 11, 8, 0.75) 55%, rgba(24, 11, 8, 0) 100%);
    filter: blur(4px);
}

.hero_inline_photo {
    position: relative;
    z-index: 4;
    width: 112%;
    max-width: none;
    margin-left: -6%;
    height: auto;
    min-height: 0;
    object-fit: contain;
    transform-origin: center bottom;
    filter:
        drop-shadow(0 28px 36px rgba(0, 0, 0, 0.42))
        drop-shadow(0 0 24px rgba(255, 213, 140, 0.12));
    animation: figureBreath 6s ease-in-out infinite;
}

.hero_aura {
    position: absolute;
    inset: 12% 2% 6%;
    z-index: 0;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 225, 164, 0.34) 0%, rgba(200, 93, 48, 0.18) 35%, rgba(200, 93, 48, 0) 72%);
    filter: blur(28px);
    animation: pulseAura 6.5s ease-in-out infinite;
}

.hero_smoke {
    position: absolute;
    z-index: 3;
    width: 180px;
    height: 120px;
    border-radius: 50%;
    filter: blur(28px);
    opacity: 0.5;
    pointer-events: none;
}

.hero_smoke_left {
    left: -18px;
    bottom: 22px;
    background: radial-gradient(circle, rgba(255, 219, 150, 0.34), rgba(125, 36, 48, 0));
    animation: driftSmoke 7s ease-in-out infinite;
}

.hero_smoke_right {
    right: -20px;
    bottom: 16px;
    background: radial-gradient(circle, rgba(244, 201, 117, 0.24), rgba(200, 93, 48, 0));
    animation: driftSmoke 8.5s ease-in-out infinite reverse;
}

.hero_spark {
    position: absolute;
    z-index: 4;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 242, 212, 1) 0%, rgba(255, 214, 136, 0.7) 35%, rgba(255, 214, 136, 0) 70%);
    filter: blur(0.4px);
    box-shadow: 0 0 22px rgba(255, 217, 147, 0.55);
}

.hero_spark_one {
    top: 36px;
    right: 34px;
    animation: floatSpark 5.2s ease-in-out infinite;
}

.hero_spark_two {
    top: 52%;
    left: 10px;
    width: 10px;
    height: 10px;
    animation: floatSpark 4.8s ease-in-out infinite 0.8s;
}

.hero_spark_three {
    bottom: 72px;
    right: 72px;
    width: 12px;
    height: 12px;
    animation: floatSpark 6s ease-in-out infinite 1.3s;
}

.hero_cta,
.modal_actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 22px;
}

.primary_cta,
.secondary_cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 56px;
    padding: 14px 16px;
    border-radius: 999px;
    font-weight: 800;
    text-align: center;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease;
}

.primary_cta {
    grid-column: 1 / -1;
    background: linear-gradient(135deg, #f4c975, #d6893a);
    color: #24120b;
    box-shadow: 0 12px 30px rgba(244, 201, 117, 0.24);
    line-height: 1.1;
    animation: ctaGlow 3.8s ease-in-out infinite;
}

.secondary_cta {
    border: 1px solid rgba(255, 220, 159, 0.16);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    animation: ghostGlow 4.4s ease-in-out infinite;
}

.max_cta {
    background: linear-gradient(135deg, rgba(106, 123, 201, 0.26), rgba(55, 72, 143, 0.24));
    border-color: rgba(166, 182, 255, 0.25);
}

.primary_cta:active,
.secondary_cta:active,
.chip_link:active,
.contact_line:active,
.quick_nav a:active,
.dock_item:active {
    transform: translateY(2px) scale(0.99);
}

.hero_meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 22px;
}

.meta_item {
    padding: 12px 8px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 222, 160, 0.12);
    text-align: left;
    animation: statGlow 5.6s ease-in-out infinite;
}

.meta_value {
    display: block;
    margin-bottom: 4px;
    color: var(--gold);
    font-size: 26px;
    font-weight: 800;
    line-height: 1;
}

.meta_label {
    display: block;
    font-size: 10px;
    line-height: 1.25;
    color: #ead8c8;
}

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

.quick_nav a {
    padding: 14px 12px;
    border-radius: 18px;
    border: 1px solid rgba(255, 216, 143, 0.12);
    background: rgba(255, 255, 255, 0.04);
    font-size: 13px;
    text-align: center;
    color: #f3dfd1;
}

main {
    display: grid;
    gap: 64px;
    margin-top: 52px;
}

.section_intro {
    margin-bottom: 24px;
}

.pulse_grid,
.services_grid,
.omens_list,
.contact_stack,
.trust_grid,
.faq_list {
    display: grid;
    gap: 14px;
}

.pulse_card,
.service_card,
.path_item,
.voice_card,
.trust_card,
.faq_item,
.omen_item,
.contact_line {
    position: relative;
    overflow: hidden;
}

.pulse_card,
.service_card,
.path_item,
.voice_card,
.trust_card,
.faq_item,
.omen_item,
.about_card,
.contact_shell {
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
}

.pulse_card::before,
.service_card::before,
.path_item::before,
.voice_card::before,
.trust_card::before,
.faq_item::before,
.about_card::before,
.contact_shell::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient(120deg, rgba(255,255,255,0) 0%, rgba(255,225,164,0.08) 42%, rgba(255,255,255,0) 62%);
    opacity: 0;
    pointer-events: none;
    animation: cardSweep 9s ease-in-out infinite;
}

.pulse_card {
    padding: 18px;
}

.pulse_card.ember {
    background: linear-gradient(180deg, rgba(67, 30, 22, 0.96), rgba(33, 14, 11, 0.94));
}

.pulse_card.wine {
    background: linear-gradient(180deg, rgba(63, 24, 31, 0.96), rgba(28, 12, 16, 0.94));
}

.pulse_card.gold {
    background: linear-gradient(180deg, rgba(72, 46, 20, 0.96), rgba(28, 16, 9, 0.94));
}

.pulse_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 14px;
    border-radius: 50%;
    background: rgba(255, 242, 216, 0.12);
    color: var(--gold);
    font-weight: 800;
}

.pulse_card h3,
.service_card h3,
.path_item h3,
.about_copy h2,
.contact_shell h2 {
    margin-bottom: 10px;
}

.service_card {
    padding: 18px;
}

.service_top {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 12px;
}

.service_top span {
    color: var(--gold-soft);
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.service_top strong {
    font-family: 'Marianna', cursive;
    font-size: 40px;
    line-height: 0.9;
    color: rgba(255, 227, 168, 0.56);
}

.service_banner {
    display: grid;
    gap: 18px;
    margin-top: 18px;
    padding: 20px;
    border-radius: var(--radius-lg);
    background: linear-gradient(135deg, rgba(104, 34, 31, 0.94), rgba(42, 17, 15, 0.96));
}

.chip_link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    padding: 12px 18px;
    border: 1px solid rgba(255, 229, 184, 0.14);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: var(--gold-soft);
    font-weight: 700;
}

.path_list {
    display: grid;
    gap: 14px;
}

.path_item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 14px;
    padding: 16px;
}

.path_number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(244, 201, 117, 0.22), rgba(200, 93, 48, 0.2));
    color: var(--gold);
    font-size: 24px;
    font-weight: 800;
}

.about_card {
    overflow: hidden;
}

.trust_grid,
.fit_wrap {
    display: grid;
    gap: 14px;
}

.trust_card,
.faq_item,
.fit_card {
    padding: 18px;
    border-radius: 22px;
    border: 1px solid var(--line);
    box-shadow: var(--shadow);
}

.trust_card {
    background: linear-gradient(180deg, rgba(47, 21, 17, 0.96), rgba(22, 11, 9, 0.95));
}

.fit_card.yes {
    background: linear-gradient(180deg, rgba(65, 39, 20, 0.96), rgba(27, 16, 10, 0.95));
}

.fit_card.no {
    background: linear-gradient(180deg, rgba(56, 22, 24, 0.96), rgba(23, 10, 12, 0.95));
}

.fit_card h3,
.trust_card h3,
.faq_item h3 {
    margin-bottom: 10px;
}

.fit_card ul {
    padding-left: 18px;
    color: var(--muted);
}

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

.about_visual {
    position: relative;
    padding: 16px 16px 0;
}

.about_visual img,
.contact_visual img {
    width: 100%;
    border-radius: 24px;
}

.about_copy,
.contact_shell {
    padding: 22px 18px;
}

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

.omen_item {
    padding: 16px 18px;
    border-radius: 18px;
    background: linear-gradient(180deg, rgba(38, 20, 16, 0.96), rgba(21, 11, 9, 0.96));
}

.faq_item {
    background: linear-gradient(180deg, rgba(43, 20, 17, 0.96), rgba(19, 10, 9, 0.95));
}

.voice_card {
    min-height: 210px;
    padding: 22px 18px;
    border-radius: 22px;
    background:
        linear-gradient(180deg, rgba(35, 18, 14, 0.95), rgba(19, 10, 8, 0.94)),
        url("../img/gold_bg.png") center / cover;
}

.voice_name {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--gold-soft);
    font-size: 22px;
    font-weight: 800;
}

.voices_slider {
    display: grid;
    gap: 14px;
}

.review_cta {
    margin-top: 18px;
}

.contact_shell {
    border-radius: 30px;
    background:
        linear-gradient(180deg, rgba(79, 29, 25, 0.96), rgba(20, 10, 9, 0.98)),
        url("../img/bg.png") center / cover;
}

.contact_text {
    margin-bottom: 18px;
}

.contact_visual {
    margin-bottom: 18px;
}

.contact_stack {
    gap: 12px;
}

.contact_line {
    display: block;
    padding: 16px 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 224, 165, 0.1);
}

.contact_line span {
    display: block;
    margin-bottom: 6px;
    color: var(--gold-soft);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.contact_line strong {
    font-size: 20px;
    line-height: 1.25;
}

.contact_line.accent {
    background: linear-gradient(135deg, rgba(244, 201, 117, 0.18), rgba(200, 93, 48, 0.18));
}

.contact_line.green {
    background: linear-gradient(135deg, rgba(36, 117, 66, 0.34), rgba(9, 59, 24, 0.34));
}

.contact_line.max {
    background: linear-gradient(135deg, rgba(98, 117, 184, 0.28), rgba(41, 58, 103, 0.28));
}

.footer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 34px 6px 0;
    color: #bda996;
    text-align: center;
    font-size: 13px;
}

.footer a {
    color: var(--gold-soft);
}

.floating_dock {
    position: fixed;
    left: 50%;
    bottom: 14px;
    z-index: 20;
    display: flex;
    gap: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(255, 228, 180, 0.14);
    border-radius: 999px;
    background: rgba(18, 10, 8, 0.82);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.34);
    transform: translateX(-50%);
}

.dock_item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.28);
}

.dock_item img {
    width: 28px;
    height: 28px;
}

.dock_telegram {
    background: linear-gradient(135deg, #31a8e0, #1c6387);
    animation: dockPulseBlue 2.8s infinite;
}

.dock_whatsapp {
    background: linear-gradient(135deg, #1fb85d, #0e6f33);
    animation: dockPulseGreen 2.8s infinite 0.7s;
}

.dock_max {
    background: linear-gradient(135deg, #6a7bc9, #37488f);
    animation: dockPulseBlue 2.8s infinite 1.1s;
}

.dock_max span {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 0.08em;
}

#google_translate_element2 {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.lang_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.lang_grid a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 226, 170, 0.08);
}

.lang_grid img {
    width: 30px;
    height: 30px;
}

[data-reveal] {
    opacity: 1;
    transform: none;
}

body.js-ready .topbar,
body.js-ready .hero_card,
body.js-ready .quick_nav,
body.js-ready .pulse_card,
body.js-ready .service_card,
body.js-ready .service_banner,
body.js-ready .path_item,
body.js-ready .trust_card,
body.js-ready .about_card,
body.js-ready .fit_card,
body.js-ready .omen_item,
body.js-ready .voice_card,
body.js-ready .faq_item,
body.js-ready .contact_shell,
body.js-ready .languages_section,
body.js-ready .footer {
    opacity: 0;
    transform: translateY(26px);
    transition:
        opacity 0.75s ease,
        transform 0.75s ease;
    transition-delay: var(--reveal-delay, 0s);
}

body.js-ready .is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes driftGlow {
    0%, 100% {
        transform: translate3d(0, 0, 0);
    }
    50% {
        transform: translate3d(12px, 18px, 0);
    }
}

@keyframes pulseHalo {
    0%, 100% {
        transform: scale(1);
        opacity: 0.52;
    }
    50% {
        transform: scale(1.12);
        opacity: 0.8;
    }
}

@keyframes bellSwing {
    0%, 100% {
        transform: rotate(0deg);
    }
    15% {
        transform: rotate(10deg);
    }
    30% {
        transform: rotate(-8deg);
    }
    45% {
        transform: rotate(4deg);
    }
}

@keyframes dockPulseBlue {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(49, 168, 224, 0.34);
    }
    60% {
        box-shadow: 0 0 0 12px rgba(49, 168, 224, 0);
    }
}

@keyframes dockPulseGreen {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(31, 184, 93, 0.34);
    }
    60% {
        box-shadow: 0 0 0 12px rgba(31, 184, 93, 0);
    }
}

@keyframes floatSpark {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(0.95);
        opacity: 0.6;
    }
    50% {
        transform: translate3d(0, -16px, 0) scale(1.22);
        opacity: 1;
    }
}

@keyframes pulseAura {
    0%, 100% {
        transform: scale(0.96);
        opacity: 0.55;
    }
    50% {
        transform: scale(1.08);
        opacity: 0.92;
    }
}

@keyframes driftSmoke {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(12px, -14px, 0) scale(1.12);
    }
}

@keyframes figureBreath {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    50% {
        transform: translate3d(0, -4px, 0) scale(1.018);
    }
}

@keyframes heroShimmer {
    0%, 100% {
        transform: translate3d(0, 0, 0) rotate(12deg);
        opacity: 0;
    }
    18% {
        opacity: 0;
    }
    36% {
        transform: translate3d(180%, 0, 0) rotate(12deg);
        opacity: 1;
    }
    54% {
        opacity: 0;
    }
}

@keyframes ctaGlow {
    0%, 100% {
        box-shadow: 0 12px 30px rgba(244, 201, 117, 0.24);
    }
    50% {
        box-shadow: 0 12px 34px rgba(244, 201, 117, 0.38), 0 0 18px rgba(244, 201, 117, 0.18);
    }
}

@keyframes ghostGlow {
    0%, 100% {
        box-shadow: 0 0 0 rgba(255, 225, 164, 0);
        border-color: rgba(255, 220, 159, 0.16);
    }
    50% {
        box-shadow: 0 0 18px rgba(255, 225, 164, 0.12);
        border-color: rgba(255, 220, 159, 0.28);
    }
}

@keyframes statGlow {
    0%, 100% {
        box-shadow: inset 0 0 0 rgba(255, 217, 147, 0);
    }
    50% {
        box-shadow: inset 0 0 18px rgba(255, 217, 147, 0.08);
    }
}

@keyframes cardSweep {
    0%, 100% {
        opacity: 0;
        transform: translateX(-120%);
    }
    45% {
        opacity: 0;
        transform: translateX(-120%);
    }
    60% {
        opacity: 1;
    }
    78% {
        opacity: 0;
        transform: translateX(120%);
    }
}

@media (min-width: 480px) {
    .mobile_page {
        padding-left: 18px;
        padding-right: 18px;
    }
}
