@font-face {
    font-family: "Source Serif";
    src: url("fonts/SourceSerif4-Italic-VariableFont_opsz\,wght.ttf")
        format("truetype");
}

@font-face {
    font-family: "Source Serif";
    src: url("fonts/SourceSerif4-VariableFont_opsz\,wght.ttf")
        format("truetype");
}

@font-face {
    font-family: "Geist Mono";
    src: url("fonts/GeistMono-VariableFont_wght.ttf") format("truetype");
}

@font-face {
    font-family: "Aptos";
    src: url("fonts/Aptos.ttf") format("truetype");
}

html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
}

nav {
    display: flex;
    padding: 35px 0;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    margin-left: 8%;
    margin-right: 8%;

    color: #341539;

    font-family: "Source Serif";
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.withinNav {
    display: flex;
    justify-content: center;
    align-items: flex-centre;
    gap: 0.4rem;
    text-decoration: none;
    color: inherit;
}

.contactSupportButton {
    text-decoration: none;
    color: #341539;

    border-radius: 2rem;
    border: 1px solid #341539;

    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;

    font-weight: 400;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.contactSupportButton:hover {
    background-color: #913b9f;
    color: #fffafa;
    border: none;

    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.logInButton {
    text-decoration: none;
    color: #fffafa;
    background: #341539;

    border-radius: 20px;

    padding: 10px 15px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;

    font-weight: 400;

    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.logInButton:hover {
    background-color: #913b9f;
    color: #fffafa;

    transform: translateY(-2px) scale(1.04);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.navActions {
    display: flex;
    gap: 2rem;
}

.heroText {
    color: #341539;
    font-family: Aptos;
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
}

h1 {
    color: #341539;
    font-feature-settings: "ss03" on;
    font-family: "Geist Mono";
    font-size: 3rem;
    font-style: normal;
    font-weight: 600;
    line-height: normal;

    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;

    white-space: pre-line;
}

.heroContainer {
    display: flex;
    flex-direction: column;

    gap: 3.5rem;

    margin-top: 48px;

    margin-left: 8%;
    margin-right: 8%;
    position: relative;
}

.heroBackdropImage {
    position: absolute;
    top: 0;
    right: calc(-8vw);
    width: 55vw;
    height: auto;
    border-radius: 24px 0 0 24px;
    opacity: 0.45;
    pointer-events: none;
    z-index: -1;
    -webkit-mask-image:
        linear-gradient(to right, transparent 0%, black 25%),
        linear-gradient(to top, transparent 0%, black 30%);
    -webkit-mask-composite: destination-in;
    mask-image:
        linear-gradient(to right, transparent 0%, black 25%),
        linear-gradient(to top, transparent 0%, black 30%);
    mask-composite: intersect;
}

.anotherHeroContainer {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.typeWriter {
    height: 96px;
    margin: 0px;
}

.heroMicrocopy {
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;

    color: #595959;
    text-align: justify;

    font-family: "Aptos";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;

    max-width: 662px;

    margin: 0px;
}

/* Typewriter caret effect - only for landing page hero */
.typeWriter span {
    border-right: 0.05em solid;
    animation: caret 1s steps(1) infinite;
}

@keyframes caret {
    50% {
        border-color: transparent;
    }
}

/* Reset typewriter caret - only affects typewriter context */
.typeWriter span:not(:last-child) {
    border-right: none;
    animation: none;
}

/* One pillInput definition only */
.pillInput {
    display: flex;
    padding: 5px 5px 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 35px;

    width: 23%;

    border-radius: 999px;
    background: #f0f0f0;
}

/* Input */
.pillInput input {
    flex: 1;
    border: 0;
    outline: none;
    background: transparent;

    color: #341539;
    font-family: "Geist Mono";
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    min-width: 0;
}

/* Placeholder */
.pillInput input::placeholder {
    color: #341539;
    font-family: "Geist Mono", monospace;
    font-weight: 400;
}

/* Button */
.pillButton {
    border: 0;
    cursor: pointer;

    display: flex;
    align-items: center;
    gap: 8px;

    padding: 10px 14px;
    border-radius: 999px;
    background: #913b9f;
    color: #fffafa;

    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    font-family: Aptos;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* helper text */
.ctaMicrocopy {
    color: #595959;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    font-family: Aptos;
    font-size: 0.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
}

.liquid-glass-element {
    background: rgba(255, 255, 255, 0.1); /* Transparent background */
    border: 1px solid rgba(255, 255, 255, 0.3); /* Subtle border */
    border-radius: 16px; /* Rounded corners */
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); /* Drop shadow for depth */
    backdrop-filter: blur(10px); /* The key blur effect */
    /* -webkit-backdrop-filter: blur(10px); */ /* For Safari compatibility */
}

.paymentsHelper {
    text-align: center;
    margin: 1rem;

    color: #595959;
    text-box-trim: trim-both;
    text-box-edge: cap alphabetic;
    font-family: Aptos;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 1rem;
}

.paymentsTitle {
    text-align: center;
    margin-bottom: 4rem;
}

.logoTicker {
    overflow: hidden;
    width: 100%;
    padding: 12px 0;
    position: relative;

    margin-bottom: 3rem;
}

.logoTrack {
    display: flex;
    align-items: center;
    gap: 64px;
    width: max-content;
    animation: marquee-left 100s linear infinite;

    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.logoTrack img {
    height: 33px;
    width: auto;
    display: block;
    transition:
        transform 160ms ease,
        opacity 160ms ease;
    transform-origin: center;

    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;

    -webkit-user-drag: none; /* Chrome/Safari */
    pointer-events: auto;
}

.logoTrack img:hover {
    transform: scale(1.18);
    opacity: 1;
}

/* direction control */
.logoTicker[data-direction="right"] .logoTrack {
    animation-name: marquee-right;
}

/* move by half because we duplicated the set once */
@keyframes marquee-left {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

@keyframes marquee-right {
    from {
        transform: translateX(-50%);
    }
    to {
        transform: translateX(0);
    }
}

/* accessibility: stop motion for people who prefer it */
@media (prefers-reduced-motion: reduce) {
    .logoTrack {
        animation: none;
    }
}

.logoTicker {
    -webkit-mask-image: linear-gradient(
        to right,
        transparent,
        black 12%,
        black 88%,
        transparent
    );
    mask-image: linear-gradient(
        to right,
        transparent,
        black 12%,
        black 88%,
        transparent
    );
}

/* ============================================
   LIQUID GLASS TOGGLE - UNIFIED COMPONENT
   Used across all hawkr & hawkrOS interfaces
   ============================================ */

.liquidGlassToggle {
    position: relative;
    display: inline-flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    caret-color: transparent;
}

/* Ensure no caret/animation on toggle elements */
.liquidGlassToggle span,
.liquidGlassToggle .toggleTrack,
.liquidGlassToggle .toggleThumb {
    border-right: none !important;
    animation: none !important;
    caret-color: transparent;
}

.liquidGlassToggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

/* Track - the pill-shaped background */
.liquidGlassToggle .toggleTrack {
    position: relative;
    width: 72px;
    height: 32px;
    border-radius: 9999px;
    background: #c8c8c8;
    box-shadow:
        0 2px 8px rgba(0, 0, 0, 0.12),
        inset 0 1px 2px rgba(0, 0, 0, 0.08);
    transition: background 0.3s ease;
    overflow: visible;
}

.liquidGlassToggle .toggleTrack::before,
.liquidGlassToggle .toggleTrack::after {
    display: none;
}

/* Thumb - stadium shape (landscape), takes up half the track */
.liquidGlassToggle .toggleThumb {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 40px;
    height: 26px;
    border-radius: 9999px;
    background: #ffffff;
    border: 2px solid transparent;
    box-shadow:
        0 2px 6px rgba(0, 0, 0, 0.15),
        0 1px 2px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(0px);
    -webkit-backdrop-filter: blur(0px);
    transition:
        left 0.3s cubic-bezier(0.4, 0, 0.2, 1),
        top 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        height 0.25s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.25s ease,
        border 0.25s ease,
        box-shadow 0.25s ease,
        backdrop-filter 0.25s ease,
        -webkit-backdrop-filter 0.25s ease;
    z-index: 3;
    cursor: grab;
}

.liquidGlassToggle .toggleThumb:active {
    cursor: grabbing;
}

/* Dragging state - glass stadium pill, LANDSCAPE (wider than tall) */
/* Glass overflows left/right sides horizontally */
/* Inherits transitions from base .toggleThumb for smooth morphing */
.liquidGlassToggle.dragging .toggleThumb {
    top: -4px;
    width: 64px;
    height: 40px;
    background: rgba(255, 255, 255, 0.15);
    border: 2px solid rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(0.5px);
    -webkit-backdrop-filter: blur(0.5px);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.05),
        inset 0 1px 2px rgba(255, 255, 255, 0.3),
        inset 0 -1px 2px rgba(0, 0, 0, 0.02);
}

/* Checked State - Green track, solid white thumb inside */
.liquidGlassToggle input:checked + .toggleTrack {
    background: #34c759;
}

.liquidGlassToggle input:checked + .toggleTrack .toggleThumb {
    left: 29px; /* 72px - 40px - 3px */
}

/* Track transition to green when thumb passes halfway (during drag) */
.liquidGlassToggle .toggleTrack.green {
    background: #34c759;
}

/* Hover States */
.liquidGlassToggle:hover .toggleTrack {
    box-shadow:
        0 3px 12px rgba(0, 0, 0, 0.15),
        inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.liquidGlassToggle:hover input:checked + .toggleTrack {
    box-shadow:
        0 3px 12px rgba(52, 199, 89, 0.3),
        inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

/* Focus State */
.liquidGlassToggle input:focus-visible + .toggleTrack {
    outline: 2px solid #34c759;
    outline-offset: 2px;
}

/* Disabled State */
.liquidGlassToggle.disabled,
.liquidGlassToggle input:disabled + .toggleTrack {
    opacity: 0.5;
    cursor: not-allowed;
}

.liquidGlassToggle input:disabled + .toggleTrack .toggleThumb {
    cursor: not-allowed;
}

/* Size Variants */
/* Small toggle */
.liquidGlassToggle.small .toggleTrack {
    width: 56px;
    height: 26px;
}

.liquidGlassToggle.small .toggleThumb {
    top: 3px;
    left: 3px;
    width: 20px;
    height: 20px;
}

.liquidGlassToggle.small input:checked + .toggleTrack .toggleThumb {
    left: 33px;
}

.liquidGlassToggle.small.dragging .toggleThumb {
    top: -6px;
    width: 44px;
    height: 38px;
}

/* Large toggle */
.liquidGlassToggle.large .toggleTrack {
    width: 88px;
    height: 40px;
}

.liquidGlassToggle.large .toggleThumb {
    top: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
}

.liquidGlassToggle.large input:checked + .toggleTrack .toggleThumb {
    left: 53px;
}

.liquidGlassToggle.large.dragging .toggleThumb {
    top: -10px;
    width: 68px;
    height: 60px;
}

/* Mini toggle - stadium pill shape for inline use in forms */
/* Track: 44x24, Thumb: 24x18, Glass: 40x30 */
.liquidGlassToggle.mini .toggleTrack {
    width: 44px;
    height: 24px;
    border-radius: 12px;
}

.liquidGlassToggle.mini .toggleThumb {
    top: 3px;
    left: 3px;
    width: 24px;
    height: 18px;
    border-radius: 9999px;
}

.liquidGlassToggle.mini input:checked + .toggleTrack .toggleThumb {
    left: 17px; /* 44 - 24 - 3 */
}

.liquidGlassToggle.mini.dragging .toggleThumb {
    top: -3px;
    width: 40px;
    height: 30px;
    border-radius: 9999px;
}

/* ============================================
   CART BADGE STYLES
   ============================================ */

.cartLinkWrapper {
    position: relative;
    display: inline-flex;
}

.cartBadge,
.notifBadge {
    position: absolute;
    top: -8px;
    right: -8px;
    width: 22px;
    height: 22px;
    padding: 0;
    border-radius: 50%;
    background: #913b9f;
    color: #fff;
    font-family: Aptos, system-ui, sans-serif;
    font-size: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border: 2px solid #fff;
    box-sizing: content-box;
    pointer-events: none;
}

/* ============================================
   MOBILE HAMBURGER MENU
   ============================================ */

/* Hamburger Button - Hidden on desktop */
.hamburgerButton {
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ece6f0;
    border: none;
    cursor: pointer;
    padding: 0;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.hamburgerButton:hover {
    background: #e0d9e5;
}

.hamburgerButton:active {
    transform: scale(0.95);
}

.hamburgerIcon {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburgerIcon span {
    display: block;
    width: 100%;
    height: 2px;
    background: #341539;
    border-radius: 2px;
    transition:
        transform 0.3s ease,
        opacity 0.3s ease;
}

/* Hamburger to X animation */
.hamburgerButton.active .hamburgerIcon span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.hamburgerButton.active .hamburgerIcon span:nth-child(2) {
    opacity: 0;
}

.hamburgerButton.active .hamburgerIcon span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* Mobile Menu Overlay */
.mobileMenuOverlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    opacity: 0;
    visibility: hidden;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease;
    z-index: 9998;
}

.mobileMenuOverlay.active {
    opacity: 1;
    visibility: visible;
}

/* Mobile Menu Panel */
.mobileMenu,
.mobileMenuPanel {
    position: fixed;
    top: 0;
    right: 0;
    width: 280px;
    max-width: 85vw;
    height: 100vh;
    background: #fff;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.15);
    transform: translateX(100%);
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobileMenu.active,
.mobileMenuPanel.active {
    transform: translateX(0);
}

/* Mobile Menu Header */
.mobileMenuHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #f0f0f0;
}

.mobileMenuTitle {
    color: #341539;
    font-family: "Source Serif", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
}

.mobileMenuClose {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #f0f0f0;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobileMenuClose:hover {
    background: #e5e5e5;
}

.mobileMenuClose svg {
    width: 18px;
    height: 18px;
    color: #341539;
}

/* Mobile Menu Content */
.mobileMenuContent {
    flex: 1;
    padding: 16px 0;
}

/* Mobile Menu Items */
.mobileMenuItem {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 16px 24px;
    color: #341539;
    font-family: Aptos, sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    background: none;
    border: none;
    width: 100%;
    cursor: pointer;
    transition: background 0.2s ease;
}

.mobileMenuItem:hover {
    background: #f5f5f5;
}

.mobileMenuItem svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.mobileMenuItemBadge {
    margin-left: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    background: #913b9f;
    color: #fff;
    font-family: Aptos, sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Menu Divider */
.mobileMenuDivider {
    height: 1px;
    background: #f0f0f0;
    margin: 8px 24px;
}

/* Mobile Menu User Section */
.mobileMenuUser {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 24px;
    background: #f5f5f5;
    margin: 0 16px 16px;
    border-radius: 12px;
}

.mobileMenuUserIcon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #e5e5e5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobileMenuUserIcon svg {
    width: 24px;
    height: 24px;
    color: #341539;
}

/* User info container (alternate structure) */
.mobileMenuUserInfo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.mobileMenuUserInfo > svg {
    flex-shrink: 0;
    background: #913b9f;
    border-radius: 50%;
    padding: 4px;
    color: #fff;
}

.mobileMenuUserInfo > svg path {
    fill: #fff;
}

.mobileMenuUserDetails {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-width: 0;
}

.mobileMenuUserName {
    color: #341539;
    font-family: Aptos, sans-serif;
    font-size: 16px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mobileMenuUserEmail {
    color: #808080;
    font-family: Aptos, sans-serif;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Mobile Menu Nav */
.mobileMenuNav {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
}

/* Mobile Menu Badge — overlaps top-right of cart icon */
.mobileMenuItem {
    position: relative;
}

.mobileMenuBadge {
    position: absolute;
    top: 8px;
    left: 44px;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    border-radius: 10px;
    background: #913b9f;
    color: #fff;
    font-family: Aptos, sans-serif;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Mobile Menu Footer */
.mobileMenuFooter {
    padding: 16px 24px;
    border-top: 1px solid #f0f0f0;
    margin-top: auto;
}

.mobileMenuLogout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    padding: 12px 20px;
    border-radius: 12px;
    background: #fff0f2;
    border: 1px solid #ffdde1;
    color: #eb001b;
    font-family: Aptos, sans-serif;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition:
        background 0.2s ease,
        border-color 0.2s ease;
}

.mobileMenuLogout:hover {
    background: #ffe0e3;
    border-color: #ffbfc4;
}

.mobileMenuLogout svg,
.mobileMenuLogout img {
    width: 18px;
    height: 18px;
}

/* Mobile menu item icons */
.mobileMenuItem img {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

/* Responsive: Show hamburger on mobile, hide topActionButtons */
@media (max-width: 768px) {
    .hamburgerButton {
        display: flex;
    }

    .topActionButtons {
        display: none !important;
    }

    /* Hide nav links, keep logo + hamburger */
    .withinNav {
        display: none !important;
    }

    nav {
        padding: 20px 0;
        margin-left: 5%;
        margin-right: 5%;
    }

    /* Hero */
    .heroContainer {
        margin-left: 5%;
        margin-right: 5%;
        gap: 2rem;
        margin-top: 24px;
    }

    h1 {
        font-size: 1.8rem;
    }

    .heroText {
        font-size: 1.8rem;
    }

    .typeWriter {
        height: 60px;
    }

    .heroBackdropImage {
        width: 80vw;
        opacity: 0.25;
        right: calc(-5vw);
    }

    .heroMicrocopy {
        font-size: 14px;
        line-height: 24px;
    }

    /* CTA email pill */
    .pillInput {
        gap: 12px;
        padding: 4px 4px 4px 12px;
    }

    .pillInput input {
        font-size: 14px;
    }

    .pillButton {
        padding: 10px 16px;
        font-size: 14px;
    }

    /* Section headings */
    .sectionHeading {
        font-size: 1.5rem;
    }

    /* Pricing grid */
    .pricingGrid {
        flex-direction: column;
    }

    .pricingCard {
        min-width: unset;
        width: 100%;
    }

    /* Reduce section spacing on mobile */
    .problemOutcomeSection,
    .productSuiteSection,
    .solutionsSection,
    .onboardingSection,
    .pricingSection,
    .faqSection {
        margin-top: 48px;
        margin-left: 5%;
        margin-right: 5%;
    }

    /* Problem/outcome section */
    .problemOutcomeGrid {
        grid-template-columns: 1fr;
    }

    /* Onboarding */
    .onboardingContent {
        flex-direction: column;
        align-items: center;
    }

    .onboardingSquirrelTop {
        width: 200px;
        max-width: 200px;
    }

    /* Footer */
    .footerContent {
        padding-left: 5%;
        padding-right: 5%;
    }

    .footerLinks {
        flex-wrap: wrap;
        gap: 24px;
    }
}

/* Prevent body scroll when menu is open */
body.mobileMenuOpen {
    overflow: hidden;
}

/* ============================================
   LANDING PAGE — APPENDED SECTIONS
   ============================================ */

/* Shared section heading */
.sectionHeading {
    color: #341539;
    font-family: "Geist Mono", "Courier New", Courier, monospace;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
}

/* ============================================
   PROBLEM → OUTCOME
   ============================================ */

.problemOutcomeSection {
    margin: 96px 8% 0;
}

.problemOutcomeGrid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.problemOutcomeCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 24px;
    border-radius: 24px;
    background: #f9f7fa;
    text-align: center;
}

.problemSide,
.outcomeSide {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.problemLabel {
    color: #595959;
    font-family: "Geist Mono", monospace;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.problemDesc {
    color: #808080;
    font-family: Aptos, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

.outcomeArrow {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
}

.outcomeLabel {
    color: #913b9f;
    font-family: "Geist Mono", monospace;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.04em;
}

.outcomeDesc {
    color: #341539;
    font-family: Aptos, sans-serif;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

/* ============================================
   PRODUCT SUITE
   ============================================ */

.productSuiteSection {
    margin: 96px 8% 0;
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.productSuiteHeader {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 700px;
}

.productSuiteSubheading {
    color: #595959;
    font-family: Aptos, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.productSuiteLayout {
    display: flex;
    gap: 48px;
    align-items: flex-start;
}

/* Preview area */
.productSuitePreview {
    flex: 1;
    min-height: 360px;
    background: #f9f7fa;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.moduleAnimation {
    display: none;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 32px;
}

.moduleAnimation.active {
    display: flex;
}

/* Module grid */
.productSuiteGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    width: 280px;
    flex-shrink: 0;
}

.moduleTab {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 20px 12px;
    border-radius: 16px;
    border: 2px solid transparent;
    background: #f9f7fa;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Geist Mono", monospace;
    font-size: 0.8rem;
    font-weight: 500;
    color: #595959;
}

.moduleTab:hover {
    background: #f3edf5;
}

.moduleTab.active {
    border-color: #913b9f;
    background: #fff;
    color: #913b9f;
}

.moduleTabIcon {
    width: 24px;
    height: 24px;
}

/* ============================================
   PRODUCT SUITE — ANIMATIONS
   ============================================ */

/* --- Ordering (matches real consumer cart) --- */
.animOrdering {
    width: 100%;
    max-width: 380px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.animCartItem {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    padding: 16px 0;
    border-bottom: 1px solid #f0f0f0;
    opacity: 0;
    transform: translateY(-12px);
    animation: cartItemDrop 0.5s ease forwards;
}
.animCartItem1 {
    animation-delay: 0.3s;
}
.animCartItem2 {
    animation-delay: 0.7s;
}
.animCartItem3 {
    animation-delay: 1.1s;
}

@keyframes cartItemDrop {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animCartItemImg {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: #f0f0f0;
    flex-shrink: 0;
}

.animCartItemDetails {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.animItemName {
    font-family: "Source Serif", serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #341539;
}

.animItemStall {
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    color: #808080;
}

.animItemSpecial {
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    color: #913b9f;
}

.animCartItemRight {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
}

.animCartItemFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.animItemPrice {
    font-family: "Geist Mono", monospace;
    font-size: 0.9rem;
    font-weight: 600;
    color: #341539;
}

.animQtyControls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.animQtyBtnGroup {
    display: flex;
    align-items: center;
    background: #f4f4f5;
    border-radius: 100px;
    transition:
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.animQtyBtnGroup:hover {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(245, 245, 247, 0.95) 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: scale(1.02);
    box-shadow:
        0 4px 16px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.animQtyBtn {
    width: 36px;
    height: 26px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d1d1f;
    transition:
        transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        opacity 0.2s ease;
    border-radius: 100px;
    padding: 0;
}

.animQtyBtn:hover {
    transform: scale(1.1);
}

.animQtyBtn:active {
    transform: scale(0.85);
    opacity: 0.7;
}

.animQtyDivider {
    width: 1px;
    height: 14px;
    background: rgba(0, 0, 0, 0.1);
}

.animQtyCount {
    width: 32px;
    height: 32px;
    border: 2px solid #913b9f;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Aptos, sans-serif;
    font-size: 0.8rem;
    font-weight: 400;
    color: #341539;
}

.animCartDivider {
    height: 1px;
    background: #e0e0e0;
    margin: 8px 0;
}

.animCartFooter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.animCartTotal {
    font-family: "Source Serif", serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #341539;
}

.animTotalValue {
    font-family: "Geist Mono", monospace;
    font-size: 1.1rem;
    font-weight: 600;
    color: #341539;
}

.animCheckoutBtn {
    width: 100%;
    padding: 14px;
    border-radius: 48px;
    background: #913b9f;
    color: #fffafa;
    font-family: "Source Serif", serif;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    animation: checkoutPulse 2s ease-in-out infinite;
    animation-delay: 2s;
}

@keyframes checkoutPulse {
    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(145, 59, 159, 0.3);
    }
    50% {
        transform: scale(1.02);
        box-shadow: 0 0 0 8px rgba(145, 59, 159, 0);
    }
}

/* --- Line (matches real vendor order line) --- */
.animLine {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.animLineLabel {
    font-family: "Geist Mono", monospace;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #913b9f;
}

.animLineCards {
    display: flex;
    gap: 16px;
    overflow: hidden;
}

.animLineCard {
    width: 180px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 16px;
    border: 1px solid #595959;
    border-radius: 8px;
    text-align: center;
    opacity: 0;
    animation: lineSlideIn 0.5s ease forwards;
}
.animLineCard1 {
    animation-delay: 0.2s;
}
.animLineCard2 {
    animation-delay: 0.5s;
}
.animLineCard3 {
    animation-delay: 0.8s;
}

.animLineCardReady {
    opacity: 0;
    border-color: #cee6cc;
}

@keyframes lineSlideIn {
    to {
        opacity: 1;
    }
}

.animLineReadyBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #eaf5e9;
    color: #2e7d32;
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
    border: 1px solid #cee6cc;
}

.animLineReadyTag {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 8px;
    background: #eaf5e9;
    color: #2e7d32;
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
}

.animLineOrderNum {
    font-family: "Geist Mono", monospace;
    font-size: 1.5rem;
    font-weight: 400;
    color: #341539;
}

.animLineCustomer {
    padding: 3px 12px;
    border-radius: 8px;
    background: #913b9f;
    color: #fffafa;
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    align-self: stretch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.animLineDateTime {
    padding: 3px 12px;
    border-radius: 8px;
    background: #f0f0f0;
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    color: #341539;
}

.animLineType {
    padding: 3px 12px;
    border-radius: 8px;
    border: 1px solid #808080;
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    color: #341539;
}

.animLineItemCount {
    padding: 3px 12px;
    border-radius: 8px;
    border: 1px solid #808080;
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    color: #913b9f;
}

.animLineTotalRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Geist Mono", monospace;
    font-size: 0.75rem;
    font-weight: 600;
    color: #341539;
}

.animLineTotalVal {
    font-weight: 600;
}

/* --- Pulse (matches real operator dashboard) --- */
.animPulse {
    width: 100%;
    max-width: 420px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.animPulseStats {
    display: flex;
    gap: 24px;
}

.animPulseStat {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.animPulseStatLabel {
    font-family: "Geist Mono", monospace;
    font-size: 0.7rem;
    font-weight: 600;
    color: #913b9f;
}

.animPulseStatValue {
    font-family: "Geist Mono", monospace;
    font-size: 1.4rem;
    font-weight: 700;
    color: #341539;
}

.animPulseChartWrap {
    width: 100%;
    height: 140px;
}

.animPulseChart {
    width: 100%;
    height: 100%;
}

.animPulseLine {
    stroke-dasharray: 600;
    stroke-dashoffset: 600;
    animation: pulseDraw 2.5s ease forwards;
}

.animPulseArea {
    opacity: 0;
    animation: pulseFadeIn 0.5s ease forwards;
    animation-delay: 2.5s;
}

.animPulseDot {
    opacity: 0;
    animation: pulseFadeIn 0.3s ease forwards;
    animation-delay: 2.5s;
}

@keyframes pulseDraw {
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes pulseFadeIn {
    to {
        opacity: 1;
    }
}

/* --- Aegis (matches real authority dashboard) --- */
.animAegis {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 420px;
    position: relative;
}

.animAegisInspection {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.animAegisCard {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 12px;
    background: #fff;
    border: 1px solid #e0e0e0;
    opacity: 0;
    animation: aegisFadeIn 0.4s ease forwards;
}
.animAegisCard2 {
    animation-delay: 0.3s;
}
.animAegisCard3 {
    animation-delay: 0.6s;
}

@keyframes aegisFadeIn {
    to {
        opacity: 1;
    }
}

.animAegisStallImg {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #f0f0f0;
    flex-shrink: 0;
}

.animAegisInfo {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.animAegisStall {
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #341539;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.animAegisCentre {
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    color: #808080;
}

.animAegisBadge {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    font-family: "Geist Mono", monospace;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.animAegisBadgeA {
    background: #eaf5e9;
    color: #2e7d32;
}

.animAegisBadgeB {
    background: #fff8e1;
    color: #f57f17;
}

.animAegisDays {
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    color: #808080;
    flex-shrink: 0;
}

.animAegisGradeModal {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 16px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: scale(0.95);
    animation: aegisModalPop 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
    animation-delay: 1s;
}

@keyframes aegisModalPop {
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.animAegisModalTitle {
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    font-weight: 600;
    color: #341539;
}

.animAegisGradeCards {
    display: flex;
    gap: 8px;
}

.animAegisGradeOption {
    width: 48px;
    height: 48px;
    border-radius: 8px;
    border: 2px solid #e0e0e0;
    font-family: "Geist Mono", monospace;
    font-size: 0.9rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #341539;
}

.animAegisGradeSelected {
    border-color: #913b9f;
    background: #913b9f;
    color: #fff;
}

/* --- Feedback (matches real vendor reviews) --- */
.animFeedback {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 400px;
}

.animReviewCard {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    border-radius: 16px;
    background: #f4f1f6;
    opacity: 0;
    transform: translateY(12px);
    animation: reviewSlideIn 0.4s ease forwards;
}
.animReviewCard1 {
    animation-delay: 0.3s;
}
.animReviewCard2 {
    animation-delay: 0.8s;
}

@keyframes reviewSlideIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animReviewHeader {
    display: flex;
    align-items: center;
    gap: 12px;
}

.animReviewTitle {
    font-family: Aptos, sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: #341539;
}

.animReviewStars {
    display: flex;
    gap: 2px;
}

.animStar path {
    transition: fill 0.3s ease;
}
.animStar1 {
    animation: starFill 0.3s ease forwards;
    animation-delay: 0.5s;
}
.animStar2 {
    animation: starFill 0.3s ease forwards;
    animation-delay: 0.7s;
}
.animStar3 {
    animation: starFill 0.3s ease forwards;
    animation-delay: 0.9s;
}
.animStar4 {
    animation: starFill 0.3s ease forwards;
    animation-delay: 1.1s;
}
.animStar5 {
    animation: starFill 0.3s ease forwards;
    animation-delay: 1.3s;
}

@keyframes starFill {
    to {
        fill: #913b9f;
        transform: scale(1.15);
    }
    100% {
        fill: #913b9f;
        transform: scale(1);
    }
}

.animReviewText {
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    color: #341539;
    line-height: 1.5;
    margin: 0;
}

.animReviewSentiment {
    display: inline-flex;
    align-self: flex-start;
    padding: 3px 10px;
    border-radius: 16px;
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    font-weight: 600;
}

.animReviewPositive {
    background: rgba(46, 125, 50, 0.1);
    color: #2e7d32;
}

.animReviewNeutral {
    background: rgba(128, 128, 128, 0.1);
    color: #666;
}

.animReviewNegative {
    background: rgba(235, 0, 27, 0.1);
    color: #eb001b;
}

/* --- Payments (matches real vendor payments) --- */
.animPayments {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 460px;
}

.animPaymentsFilters {
    display: flex;
    gap: 16px;
}

.animPaymentsFilter {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px;
    border: 1.5px solid #e0e0e0;
    border-radius: 12px;
}

.animPaymentsFilterActive {
    border-color: #913b9f;
}

.animFilterLabel {
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #341539;
}

.animFilterCount {
    font-family: "Geist Mono", monospace;
    font-size: 1.2rem;
    font-weight: 700;
    color: #341539;
}

.animPaymentsTable {
    display: flex;
    flex-direction: column;
    gap: 2px;
    min-height: 200px;
}

.animPaymentsRow {
    display: grid;
    grid-template-columns: 0.8fr 1.2fr 0.8fr 0.8fr;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    border-radius: 8px;
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    color: #341539;
    opacity: 0;
    animation: payRowFade 0.3s ease forwards;
}
.animPaymentsRowHeader {
    opacity: 1;
    font-weight: 700;
    font-size: 0.7rem;
    color: #808080;
    font-family: "Geist Mono", monospace;
    animation: none;
}
.animPaymentsRow1 {
    animation-delay: 0.3s;
    background: #f9f7fa;
}
.animPaymentsRow2 {
    animation-delay: 0.6s;
}
.animPaymentsRow3 {
    animation-delay: 0.9s;
    background: #f9f7fa;
}

@keyframes payRowFade {
    to {
        opacity: 1;
    }
}

.animPayAmount {
    font-family: "Geist Mono", monospace;
    font-weight: 600;
}

.animPayMethod {
    display: flex;
    align-items: center;
    gap: 6px;
}

.animPayLogo {
    height: 16px;
    width: auto;
}

.animPayBadge {
    padding: 2px 8px;
    border-radius: 8px;
    font-size: 0.65rem;
    font-weight: 600;
}

.animPaySuccess {
    background: #eaf5e9;
    color: #2e7d32;
    border: 1px solid #cee6cc;
}

.animPayRefund {
    background: #fff0f2;
    color: #eb001b;
    border: 1px solid #ffdde1;
    font-weight: 600;
    animation: refundPulse 2s ease-in-out infinite;
}

@keyframes refundPulse {
    0%,
    100% {
        box-shadow: 0 0 0 0 rgba(235, 0, 27, 0.4);
    }
    50% {
        box-shadow: 0 0 0 8px rgba(235, 0, 27, 0);
    }
}

.animPaymentsRow4 {
    animation-delay: 1.2s;
    background: #f9f7fa;
}

/* --- Edit Button (liquid glass glow, matches real consumerCart) --- */
.animEditBtn {
    position: relative;
    display: none;
    padding: 6px 14px;
    border-radius: 32px;
    background: #ece6f0;
    border: none;
    cursor: pointer;
    overflow: hidden;
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    font-weight: 400;
    color: #913b9f;
    align-self: flex-end;
    margin-top: 4px;
    transition:
        transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275),
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.animEditBtn::before {
    content: "";
    position: absolute;
    top: var(--mouse-y, 50%);
    left: var(--mouse-x, 50%);
    width: 100px;
    height: 100px;
    background: radial-gradient(
        circle at center,
        rgba(145, 59, 159, 0.15) 0%,
        rgba(145, 59, 159, 0.05) 40%,
        transparent 70%
    );
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.2s ease;
    pointer-events: none;
}

.animEditBtn:hover {
    background: linear-gradient(
        135deg,
        rgba(255, 255, 255, 0.9) 0%,
        rgba(236, 230, 240, 0.95) 100%
    );
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transform: scale(1.02);
    box-shadow:
        0 4px 16px rgba(145, 59, 159, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.animEditBtn:hover::before {
    opacity: 1;
}

.animEditBtn:active {
    transform: scale(0.98);
}

/* --- Resolve Button --- */
.animResolveBtn {
    display: none;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
    margin-left: auto;
    border-radius: 8px;
    transition: background 0.2s ease;
    padding: 0;
    flex-shrink: 0;
}

.animResolveBtn img {
    width: 20px;
    height: 20px;
}

.animResolveBtn:hover {
    background: rgba(145, 59, 159, 0.1);
}

/* --- HawkrAi Icon next to sentiment --- */
.animReviewSentimentWrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.animHawkrAiIcon {
    width: 16px;
    height: 16px;
}

/* --- Review swipe-away animation --- */
.animReviewSwipeUp {
    animation: reviewSwipeUp 0.45s ease forwards;
}

@keyframes reviewSwipeUp {
    to {
        transform: translateY(-120%);
        opacity: 0;
    }
}

.animReviewFadeIn {
    animation: reviewFadeIn 0.4s ease forwards;
}

@keyframes reviewFadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- Line: swipeUp / collapseWidth / slideIn keyframes --- */
@keyframes lineSwipeUp {
    to {
        transform: translateY(-120%);
        opacity: 0;
    }
}

@keyframes lineCollapseWidth {
    to {
        width: 0;
        padding: 0;
        margin: 0;
        border-width: 0;
        overflow: hidden;
        opacity: 0;
    }
}

@keyframes lineSlideInExpand {
    from {
        width: 0;
        padding: 0;
        overflow: hidden;
        opacity: 0;
    }
    to {
        width: 180px;
        padding: 16px;
        opacity: 1;
    }
}

@keyframes lineSlideInReveal {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animLineCard.swipe-up {
    animation: lineSwipeUp 0.45s ease forwards;
}

.animLineCard.collapse-width {
    animation: lineCollapseWidth 0.4s ease forwards;
}

.animLineCard.slide-in {
    animation:
        lineSlideInExpand 0.5s ease forwards,
        lineSlideInReveal 0.4s ease forwards;
}

/* --- Aegis: stamp animation + toast --- */
@keyframes aegisStamp {
    0% {
        transform: scale(1.6);
        opacity: 0;
    }
    50% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.animAegisBadge.stamp {
    animation: aegisStamp 0.4s cubic-bezier(0.34, 1.56, 0.64, 1) forwards;
}

.animAegisBadgeC {
    background: #fff0f2;
    color: #eb001b;
}

.animAegisBadgeNEW {
    background: #e3f2fd;
    color: #1565c0;
}

.animAegisToast {
    position: absolute;
    bottom: 12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 8px 20px;
    border-radius: 12px;
    background: #341539;
    color: #fff;
    font-family: Aptos, sans-serif;
    font-size: 0.75rem;
    font-weight: 600;
    opacity: 0;
    animation: toastIn 0.3s ease forwards;
    z-index: 10;
    white-space: nowrap;
}

@keyframes toastIn {
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(-4px);
    }
}

/* --- Dietary: drag & drop container + suggestions --- */
.animDietary {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 400px;
}

.animDietaryLabel {
    font-family: "Geist Mono", monospace;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #913b9f;
}

.animAllergenContainer {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 12px;
    border-radius: 12px;
    border: 2px dashed #d9d9d9;
    background: #fff;
    min-height: 52px;
    align-items: center;
    transition:
        border-color 0.2s ease,
        background 0.2s ease;
}

.animAllergenContainer.snap-drop-active {
    border-color: #913b9f;
    background: rgba(145, 59, 159, 0.04);
}

.animAllergenTag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 100px;
    font-family: "Source Serif", serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #341539;
    background: #ffebeb;
    animation: tagPopIn 0.3s ease;
}

.animAllergenTag.halal {
    background: #eaf5e9;
}

.animAllergenTag.kosher {
    background: #eeeade;
}

@keyframes tagPopIn {
    from {
        transform: scale(0.8);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

.animTagRemove {
    display: none;
    cursor: pointer;
    font-size: 0.9rem;
    color: #808080;
    margin-left: 2px;
    line-height: 1;
}

.animAllergenInput {
    border: none;
    outline: none;
    background: transparent;
    font-family: Aptos, sans-serif;
    font-size: 0.8rem;
    color: #341539;
    min-width: 100px;
    flex: 1;
}

.animAllergenInput::placeholder {
    color: #b0b0b0;
}

.animAllergenSuggestions {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.animSuggestionPill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    border-radius: 100px;
    font-family: "Source Serif", serif;
    font-size: 0.75rem;
    font-weight: 600;
    color: #341539;
    background: #f4f4f5;
    cursor: grab;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    user-select: none;
}

.animSuggestionPill:hover {
    transform: scale(1.06);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.animSuggestionPill.snap-dragging {
    opacity: 0.6;
    cursor: grabbing;
}

.animSuggestionPill.added {
    display: none;
}

.animDietaryIcon {
    width: 14px;
    height: 14px;
    object-fit: contain;
}

/* --- Telegram: phone mockup + chat --- */
.animTelegram {
    display: flex;
    align-items: center;
    justify-content: center;
}

.animPhoneMockup {
    width: 280px;
    border-radius: 24px;
    border: 2px solid #e0e0e0;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
}

.animPhoneTopBar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 16px;
    background: #2aabee;
    color: #fff;
}

.animTgLogo {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.animTgBotName {
    font-family: Aptos, sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #fff;
}

.animPhoneChat {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 16px;
    background: #e5ddd5;
    min-height: 200px;
}

.animChatBubble {
    max-width: 85%;
    padding: 10px 14px;
    border-radius: 12px 12px 12px 4px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    opacity: 0;
    transform: translateY(8px);
    animation: chatBubbleIn 0.4s ease forwards;
}

.animChatBubble1 {
    animation-delay: 0.4s;
}
.animChatBubble2 {
    animation-delay: 1s;
}
.animChatBubble3 {
    animation-delay: 1.6s;
}

@keyframes chatBubbleIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animChatText {
    font-family: Aptos, sans-serif;
    font-size: 0.8rem;
    color: #341539;
    line-height: 1.5;
    display: block;
}

.animChatText strong {
    font-weight: 700;
    color: #913b9f;
}

.animChatTime {
    font-family: Aptos, sans-serif;
    font-size: 0.6rem;
    color: #808080;
    text-align: right;
    display: block;
    margin-top: 4px;
}

/* ============================================
   DESKTOP INTERACTIVE OVERRIDES (>=1024px)
   ============================================ */
@media (min-width: 1024px) {
    .animEditBtn {
        display: inline-flex;
    }
    .animLineReadyBtn {
        cursor: pointer;
        transition:
            background 0.15s ease,
            transform 0.15s ease;
    }
    .animLineReadyBtn:hover {
        background: #d4edda;
        transform: scale(1.05);
    }
    .animAegisBadge {
        cursor: pointer;
        transition: transform 0.15s ease;
    }
    .animAegisBadge:hover {
        transform: scale(1.12);
    }
    .animAegisGradeOption {
        cursor: pointer;
        transition: all 0.15s ease;
    }
    .animAegisGradeOption:hover {
        border-color: #913b9f;
        background: rgba(145, 59, 159, 0.05);
    }
    .animResolveBtn {
        display: flex;
    }
    .animTagRemove {
        display: inline;
    }
    .animPaymentsFilter {
        cursor: pointer;
        transition: border-color 0.2s ease;
    }
    .animPaymentsFilter:hover {
        border-color: #913b9f;
    }
}

/* ============================================
   SOLUTIONS (ROLE SWITCHER)
   ============================================ */

.solutionsSection {
    margin: 96px 8% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}

/* --- Segmented control (anchor-positioned pill) --- */
.solutionsSegmented {
    --padding: 0.2rem;
    --btn-count: 4;
    display: flex;
    position: relative;
    padding: var(--padding);
    border-radius: 9999px;
    background: #f0f0f0;
}

/* Fallback: translateX-based sliding pill (Safari & all browsers) */
.solutionsSegmented::after {
    content: "";
    position: absolute;
    top: var(--padding);
    left: var(--padding);
    width: calc((100% - var(--padding) * 2) / var(--btn-count));
    height: calc(100% - var(--padding) * 2);
    border-radius: inherit;
    background-color: #fff;
    box-shadow:
        0 1px 3px 0 rgb(0 0 0 / 0.08),
        0 1px 2px -1px rgb(0 0 0 / 0.06);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateX(calc(var(--active-index, 0) * 100%));
}

/* Enhanced: anchor-positioned pill + hover ghost (Chrome/Edge) */
@supports (anchor-name: --a) {
    .solutionsSegmented {
        anchor-name: --sol-seg-hover;
    }

    .solutionsSegmented::before {
        content: "";
        position: absolute;
        border-radius: inherit;
        background-color: #e4e4e4;
        position-anchor: --sol-seg-hover;
        opacity: 0;
        transition:
            inset 250ms cubic-bezier(0.4, 0, 0.2, 1),
            opacity 150ms ease;
        inset: calc(anchor(start) + var(--padding))
            calc(anchor(end) + var(--padding))
            calc(anchor(end) + var(--padding))
            calc(anchor(start) + var(--padding));
    }

    .solutionsSegmented:hover::before {
        opacity: 1;
    }

    .solutionsSegmented::after {
        position: absolute;
        top: unset;
        left: unset;
        width: unset;
        height: unset;
        transform: none;
        position-anchor: --sol-seg-checked;
        inset: calc(anchor(start) + var(--padding))
            calc(anchor(end) + var(--padding))
            calc(anchor(end) + var(--padding))
            calc(anchor(start) + var(--padding));
        transition: inset 250ms cubic-bezier(0.4, 0, 0.2, 1);
    }
}

.solutionsSegBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: none;
    border-radius: inherit;
    padding: 10px 24px;
    font-family: Aptos, sans-serif;
    font-size: 0.95rem;
    font-weight: 500;
    color: #595959;
    cursor: pointer;
    z-index: 1;
    transition: color 0.2s ease;
}

.solutionsSegBtn:has(:checked) {
    color: #341539;
    font-weight: 600;
}

@supports (anchor-name: --a) {
    .solutionsSegBtn {
        anchor-name: var(--anchor-name-1, --a), var(--anchor-name-2, --b);
    }

    .solutionsSegBtn:hover {
        --anchor-name-1: --sol-seg-hover;
    }

    .solutionsSegBtn:has(:checked) {
        --anchor-name-2: --sol-seg-checked;
    }
}

.solutionsSegBtn:has(:focus-visible) {
    outline: 2px solid #913b9f;
}

.solutionsSegBtn input {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

/* --- Content panels --- */
.solutionsContent {
    min-height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.solutionPanel {
    display: none;
}

.solutionPanel.active {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    animation: solutionFadeIn 0.3s ease;
}

@keyframes solutionFadeIn {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.solutionBenefits {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.solutionBenefits li {
    font-family: Aptos, sans-serif;
    font-size: 1.05rem;
    color: #341539;
    line-height: 1.6;
    padding-left: 24px;
    position: relative;
    text-align: left;
}

.solutionBenefits li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #913b9f;
}

.solutionCta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #913b9f;
    font-family: Aptos, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: gap 0.2s ease;
}

.solutionCta:hover {
    gap: 12px;
}

.solutionCta svg {
    width: 7px;
    height: 11px;
}

/* ============================================
   ONBOARDING
   ============================================ */

.onboardingSection {
    margin: 96px 8% 0;
}

.onboardingContent {
    display: flex;
    align-items: flex-end;
    gap: 64px;
    padding: 48px;
}

/* --- Auto-populate demo card --- */
.onboardingDemo {
    width: 320px;
    flex-shrink: 0;
    position: relative;
}

.onboardingSquirrelTop {
    width: 320px;
    max-width: 320px;
    height: auto;
    margin-bottom: -24px;
}

.onboardingDemoCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
    border-radius: 16px;
    background: #fff;
    box-shadow:
        0 1px 3px rgba(0, 0, 0, 0.06),
        0 4px 16px rgba(0, 0, 0, 0.04);
}

.demoField {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.demoLabel {
    font-family: "Geist Mono", monospace;
    font-size: 0.65rem;
    font-weight: 500;
    color: #808080;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.demoInput {
    border: 1.5px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 14px;
    min-height: 38px;
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    color: #341539;
    display: flex;
    align-items: center;
}

.demoCursor {
    color: #913b9f;
    font-weight: 300;
    animation: cursorBlink 0.8s step-end infinite;
}

@keyframes cursorBlink {
    0%,
    100% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
}

.demoAutoField .demoValue,
.demoAutoField .demoCuisineTags {
    display: none;
}

.demoAutoField.filled .demoValue,
.demoAutoField.filled .demoCuisineTags {
    display: flex;
    animation: demoFillIn 0.4s ease;
}

.demoAutoField.filled .demoSkeleton,
.demoAutoField.filled .demoSkeletonTags {
    display: none;
}

@keyframes demoFillIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.demoValue {
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    color: #341539;
}

/* --- Skeleton loading bars --- */
.demoSkeleton {
    height: 16px;
    width: 65%;
    border-radius: 8px;
    background: linear-gradient(90deg, #eee 25%, #e0e0e0 50%, #eee 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s ease-in-out infinite;
}

.demoSkeletonWide {
    width: 80%;
}

.demoSkeletonTags {
    display: flex;
    gap: 6px;
}

.demoSkeletonTag {
    width: 56px;
    height: 24px;
    border-radius: 999px;
}

.demoSkeletonHours {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.demoSkeletonHoursRow {
    width: 100%;
    height: 11px;
    border-radius: 6px;
    padding: 4px 0;
    margin-bottom: 1px;
    background-clip: content-box;
}

.demoAutoField.filled .demoSkeletonHours {
    display: none;
}

.demoAutoField .demoHoursTable {
    display: none;
}

.demoAutoField.filled .demoHoursTable {
    display: flex;
    flex-direction: column;
    gap: 0;
    animation: demoFillIn 0.4s ease;
}

.demoHoursRow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px solid #f5f5f5;
}

.demoHoursRow:last-child {
    border-bottom: none;
}

.demoHoursDay {
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
    color: #341539;
    width: 32px;
}

.demoHoursTime {
    font-family: Aptos, sans-serif;
    font-size: 0.65rem;
    color: #808080;
    text-align: right;
}

@keyframes shimmer {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

.demoCuisineTags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.demoCuisineTag {
    display: inline-flex;
    padding: 4px 10px;
    border-radius: 999px;
    background: #ece6f0;
    color: #913b9f;
    font-family: Aptos, sans-serif;
    font-size: 0.7rem;
    font-weight: 500;
}

.demoSuccess {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #2e7d32;
    font-family: Aptos, sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    opacity: 0;
    transform: translateY(4px);
    transition:
        opacity 0.4s ease,
        transform 0.4s ease;
}

.demoSuccess.visible {
    opacity: 1;
    transform: translateY(0);
}

.onboardingText {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.onboardingDesc {
    color: #595959;
    font-family: Aptos, sans-serif;
    font-size: 1rem;
    line-height: 1.7;
    margin: 0;
}

.onboardingCta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 999px;
    background: #913b9f;
    color: #fff;
    font-family: Aptos, sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    align-self: flex-start;
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.onboardingCta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(145, 59, 159, 0.25);
}

.onboardingCta svg {
    width: 7px;
    height: 11px;
}

/* ============================================
   PRICING
   ============================================ */

.pricingSection {
    margin: 96px 8% 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.pricingGrid {
    display: flex;
    gap: 32px;
    justify-content: center;
}

.pricingCard {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 32px 36px;
    border-radius: 24px;
    background: #f9f7fa;
    text-align: center;
    min-width: 240px;
    flex: 1;
    max-width: 320px;
}

.pricingCardHighlight {
    border: 2px solid #913b9f;
    background: #fff;
}

.pricingTier {
    font-family: "Geist Mono", monospace;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #913b9f;
}

.pricingPrice {
    font-family: "Geist Mono", monospace;
    font-size: 1.8rem;
    font-weight: 700;
    color: #341539;
}

.pricingFeatures {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
    width: 100%;
}

.pricingFeatures li {
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    color: #595959;
    padding-left: 20px;
    position: relative;
}

.pricingFeatures li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #913b9f;
    font-weight: 600;
}

.pricingFeatureNote {
    font-style: italic;
    color: #808080 !important;
}

.pricingFeatureNote::before {
    content: none !important;
}

.pricingFeatureNote .pricingHumidIcon {
    position: absolute;
    left: 0;
    top: 3px;
}

.pricingTieredPrices {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pricingTierRow {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
}

.pricingTierRow:last-child {
    border-bottom: none;
}

.pricingStalls {
    font-family: Aptos, sans-serif;
    font-size: 0.8rem;
    color: #595959;
}

.pricingAmount {
    font-family: "Geist Mono", monospace;
    font-size: 1.1rem;
    font-weight: 700;
    color: #341539;
}

.pricingPeriod {
    font-size: 0.7rem;
    font-weight: 400;
    color: #808080;
}

.pricingCta {
    display: inline-flex;
    align-items: center;
    padding: 10px 24px;
    border-radius: 999px;
    background: #341539;
    color: #fff;
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    text-decoration: none;
    margin-top: auto;
    transition:
        background 0.2s ease,
        transform 0.2s ease;
}

.pricingCta:hover {
    background: #913b9f;
    transform: translateY(-2px);
}

.pricingHumid {
    max-width: 600px;
    text-align: center;
    margin-top: 8px;
}

.pricingHumidLabel {
    font-family: "Geist Mono", monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2e7d32;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pricingHumidDesc {
    font-family: Aptos, sans-serif;
    font-size: 0.85rem;
    color: #808080;
    line-height: 1.6;
    margin: 8px 0 0;
}

/* ============================================
   FAQ
   ============================================ */

.faqSection {
    margin: 96px 8% 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 700px;
}

.faqList {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faqItem {
    border-bottom: 1px solid #e0e0e0;
}

.faqQuestion {
    padding: 20px 0;
    font-family: Aptos, sans-serif;
    font-size: 1.05rem;
    font-weight: 600;
    color: #341539;
    cursor: pointer;
    list-style: none;
}

.faqQuestion::-webkit-details-marker {
    display: none;
}

.faqQuestion::after {
    content: "+";
    float: right;
    font-family: "Geist Mono", monospace;
    font-size: 1.2rem;
    color: #913b9f;
    transition: transform 0.2s ease;
}

.faqItem[open] .faqQuestion::after {
    content: "\2212";
}

.faqAnswer {
    color: #595959;
    font-family: Aptos, sans-serif;
    font-size: 0.95rem;
    line-height: 1.7;
    padding: 0 0 20px;
    margin: 0;
}

/* ============================================
   FOOTER
   ============================================ */

.siteFooter {
    margin-top: 96px;
    padding: 48px 8%;
    border-top: 1px solid #e0e0e0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.footerTop {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footerLogo {
    height: 28px;
    width: auto;
}

.footerTagline {
    font-family: "Source Serif", serif;
    font-size: 23px;
    font-weight: 600;
    color: #341539;
    text-align: center;
    margin: 0;
}

.footerLinks {
    display: flex;
    gap: 64px;
}

.footerLinkGroup {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footerLinkLabel {
    font-family: "Geist Mono", monospace;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #913b9f;
    margin-bottom: 4px;
}

.footerLinkGroup a {
    font-family: Aptos, sans-serif;
    font-size: 0.9rem;
    color: #595959;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footerLinkGroup a:hover {
    color: #341539;
}

.footerBottom {
    padding-top: 16px;
    border-top: 1px solid #e0e0e0;
    font-family: Aptos, sans-serif;
    font-size: 0.8rem;
    color: #808080;
}
