/* ============================================
   HappyTails KZ — Pet Care Website
   Theme: Playful Yellow #FDE68A + Sky Blue #BAE6FD
   Font: Nunito
   Prefix: ht-
   ============================================ */

/* ----- Reset & Base ----- */
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}
body {
    font-family: "Nunito", sans-serif;
    color: #1e293b;
    background: #fffef8;
    line-height: 1.7;
    overflow-x: hidden;
}
a {
    color: #0369a1;
    text-decoration: none;
    transition: color 0.3s;
}
a:hover {
    color: #0284c7;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
ul,
ol {
    list-style: none;
}
button,
input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
}
h1,
h2,
h3,
h4 {
    line-height: 1.3;
    color: #0c4a6e;
}

/* ----- Container ----- */
.ht-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* ----- Wavy Divider SVG Shapes ----- */
.ht-wave-top,
.ht-wave-bottom {
    display: block;
    width: 100%;
    height: 60px;
    position: relative;
}
.ht-wave-top svg,
.ht-wave-bottom svg {
    display: block;
    width: 100%;
    height: 100%;
}

/* ============================================
   HEADER / NAVIGATION
   ============================================ */
.ht-topbar {
    background: #0c4a6e;
    color: #fff;
    font-size: 0.85rem;
    padding: 6px 0;
}
.ht-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
.ht-topbar a {
    color: #bae6fd;
}
.ht-topbar a:hover {
    color: #fde68a;
}
.ht-topbar-contact {
    display: flex;
    gap: 16px;
    align-items: center;
}
.ht-topbar-contact iconify-icon {
    font-size: 1rem;
    vertical-align: middle;
    margin-right: 4px;
}

.ht-navbar {
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}
.ht-navbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}
.ht-logo {
    font-size: 1.6rem;
    font-weight: 800;
    color: #0c4a6e;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ht-logo iconify-icon {
    color: #fde68a;
    font-size: 2rem;
}
.ht-logo span {
    color: #f59e0b;
}

.ht-nav-list {
    display: flex;
    gap: 4px;
    align-items: center;
}
.ht-nav-list a {
    padding: 8px 14px;
    border-radius: 8px;
    color: #334155;
    font-weight: 600;
    font-size: 0.95rem;
    transition:
        background 0.3s,
        color 0.3s;
}
.ht-nav-list a:hover,
.ht-nav-list a.ht-active {
    background: #fde68a;
    color: #0c4a6e;
}

.ht-burger {
    display: none;
    background: none;
    border: none;
    font-size: 1.8rem;
    cursor: pointer;
    color: #0c4a6e;
}

/* ----- Breadcrumbs ----- */
.ht-breadcrumbs {
    background: #f8fafc;
    padding: 10px 0;
    font-size: 0.85rem;
    border-bottom: 1px solid #e2e8f0;
}
.ht-breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
}
.ht-breadcrumbs li + li::before {
    content: "/";
    margin-right: 4px;
    color: #94a3b8;
}
.ht-breadcrumbs a {
    color: #0369a1;
}
.ht-breadcrumbs span {
    color: #64748b;
}

/* ============================================
   SPLASH — Main Landing Block (mainpage.php)
   ============================================ */
.ht-splash {
    background: linear-gradient(135deg, #fde68a 0%, #bae6fd 100%);
    padding: 80px 0 40px;
    position: relative;
    overflow: hidden;
}
.ht-splash-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}
.ht-splash-text h1 {
    font-size: 2.8rem;
    color: #0c4a6e;
    margin-bottom: 16px;
}
.ht-splash-text p {
    font-size: 1.15rem;
    color: #1e3a5f;
    margin-bottom: 24px;
}
.ht-splash-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.7);
    padding: 8px 16px;
    border-radius: 40px;
    font-size: 0.9rem;
    font-weight: 700;
    color: #0c4a6e;
    margin-bottom: 20px;
}
.ht-splash-visual {
    display: flex;
    justify-content: center;
    align-items: center;
}
.ht-splash-visual iconify-icon {
    font-size: 14rem;
    color: #0c4a6e;
    opacity: 0.25;
}

/* ============================================
   PAWS BENEFITS — Unique Paw-Shaped Cards
   ============================================ */
.ht-paws {
    padding: 70px 0;
    background: #fffef8;
}
.ht-paws-heading {
    text-align: center;
    margin-bottom: 50px;
}
.ht-paws-heading h2 {
    font-size: 2rem;
    margin-bottom: 10px;
}
.ht-paws-heading p {
    color: #64748b;
    font-size: 1.05rem;
}
.ht-paws-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}
.ht-paw-item {
    background: #fff;
    border: 2px solid #fde68a;
    border-radius: 24px 24px 48px 48px;
    padding: 32px 20px 28px;
    text-align: center;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
}
.ht-paw-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(253, 230, 138, 0.4);
}
.ht-paw-item iconify-icon {
    font-size: 2.8rem;
    color: #0284c7;
    margin-bottom: 14px;
}
.ht-paw-item h3 {
    font-size: 1.1rem;
    margin-bottom: 8px;
}
.ht-paw-item p {
    font-size: 0.92rem;
    color: #64748b;
}

/* ============================================
   TAIL-WAG SERVICES — Horizontal Scroll Cards
   ============================================ */
.ht-tailwag {
    background: linear-gradient(180deg, #bae6fd 0%, #e0f2fe 100%);
    padding: 70px 0;
    position: relative;
}
.ht-tailwag h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.ht-tailwag-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ht-tailwag-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s;
}
.ht-tailwag-card:hover {
    transform: scale(1.03);
}
.ht-tailwag-card-top {
    background: #fde68a;
    padding: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
}
.ht-tailwag-card-top iconify-icon {
    font-size: 2.4rem;
    color: #0c4a6e;
}
.ht-tailwag-card-top h3 {
    font-size: 1.15rem;
}
.ht-tailwag-card-body {
    padding: 20px 24px 24px;
}
.ht-tailwag-card-body p {
    font-size: 0.93rem;
    color: #475569;
    margin-bottom: 14px;
}
.ht-tailwag-card-body a {
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* ============================================
   WHISKERS REVIEWS — Bubble Style
   ============================================ */
.ht-whiskers {
    padding: 70px 0;
    background: #fffef8;
}
.ht-whiskers h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.ht-whiskers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ht-whisker-bubble {
    background: #fff;
    border: 2px solid #bae6fd;
    border-radius: 20px;
    padding: 28px;
    position: relative;
}
.ht-whisker-bubble::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 32px;
    width: 24px;
    height: 24px;
    background: #fff;
    border-right: 2px solid #bae6fd;
    border-bottom: 2px solid #bae6fd;
    transform: rotate(45deg);
}
.ht-whisker-bubble p {
    font-size: 0.95rem;
    color: #475569;
    margin-bottom: 16px;
    font-style: italic;
}
.ht-whisker-author {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: #0c4a6e;
}
.ht-whisker-author iconify-icon {
    font-size: 1.4rem;
    color: #f59e0b;
}
.ht-whisker-stars {
    display: flex;
    gap: 2px;
    margin-top: 6px;
}
.ht-whisker-stars iconify-icon {
    color: #f59e0b;
    font-size: 1.1rem;
}

/* ============================================
   SNOUT CTA — Tilted Call-to-Action
   ============================================ */
.ht-snout {
    background: linear-gradient(135deg, #0c4a6e 0%, #0369a1 100%);
    padding: 60px 0;
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.ht-snout h2 {
    font-size: 2rem;
    color: #fde68a;
    margin-bottom: 14px;
}
.ht-snout p {
    font-size: 1.1rem;
    margin-bottom: 24px;
    color: #bae6fd;
}

/* ============================================
   BUTTONS
   ============================================ */
.ht-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition:
        transform 0.2s,
        box-shadow 0.2s;
}
.ht-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}
.ht-btn-sun {
    background: #fde68a;
    color: #0c4a6e;
}
.ht-btn-sun:hover {
    background: #fcd34d;
    color: #0c4a6e;
}
.ht-btn-sky {
    background: #bae6fd;
    color: #0c4a6e;
}
.ht-btn-sky:hover {
    background: #7dd3fc;
    color: #0c4a6e;
}
.ht-btn-dark {
    background: #0c4a6e;
    color: #fde68a;
}
.ht-btn-dark:hover {
    background: #0e5a85;
    color: #fde68a;
}

/* ============================================
   ABOUT PAGE — ht-story
   ============================================ */
.ht-story {
    padding: 70px 0;
}
.ht-story h1 {
    font-size: 2.4rem;
    margin-bottom: 20px;
    text-align: center;
}
.ht-story-content {
    max-width: 800px;
    margin: 0 auto;
    font-size: 1.05rem;
    color: #475569;
}
.ht-story-content p {
    margin-bottom: 16px;
}

/* ----- Team Members ----- */
.ht-pack {
    padding: 60px 0;
    background: #f0f9ff;
}
.ht-pack h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.ht-pack-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ht-pack-member {
    background: #fff;
    border-radius: 20px;
    padding: 32px 24px;
    text-align: center;
    border-bottom: 4px solid #fde68a;
    transition: transform 0.3s;
}
.ht-pack-member:hover {
    transform: translateY(-4px);
}
.ht-pack-member iconify-icon {
    font-size: 3.4rem;
    color: #0284c7;
    margin-bottom: 14px;
}
.ht-pack-member h3 {
    font-size: 1.15rem;
    margin-bottom: 6px;
}
.ht-pack-member .ht-role {
    color: #f59e0b;
    font-weight: 700;
    font-size: 0.9rem;
    margin-bottom: 10px;
}
.ht-pack-member p {
    font-size: 0.92rem;
    color: #64748b;
}

/* ============================================
   CARE PAGE — ht-nurture
   ============================================ */
.ht-nurture-intro {
    padding: 70px 0;
    text-align: center;
}
.ht-nurture-intro h1 {
    font-size: 2.4rem;
    margin-bottom: 16px;
}
.ht-nurture-intro p {
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.05rem;
}

.ht-nurture-blocks {
    padding: 0 0 70px;
}
.ht-nurture-block {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    margin-bottom: 36px;
    padding: 28px;
    background: #fff;
    border-radius: 16px;
    border-left: 4px solid #bae6fd;
}
.ht-nurture-block iconify-icon {
    font-size: 3rem;
    color: #0284c7;
}
.ht-nurture-block h3 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}
.ht-nurture-block p {
    color: #475569;
    font-size: 0.95rem;
}

/* ----- Care Pricing ----- */
.ht-kibble {
    padding: 60px 0;
    background: linear-gradient(180deg, #fde68a33 0%, #fffef8 100%);
}
.ht-kibble h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.ht-kibble-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ht-kibble-plan {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition:
        border-color 0.3s,
        transform 0.3s;
}
.ht-kibble-plan:hover {
    border-color: #fde68a;
    transform: translateY(-4px);
}
.ht-kibble-plan.ht-featured {
    border-color: #0284c7;
    box-shadow: 0 8px 32px rgba(2, 132, 199, 0.15);
}
.ht-kibble-plan h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.ht-kibble-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0c4a6e;
    margin-bottom: 6px;
}
.ht-kibble-period {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 20px;
}
.ht-kibble-features {
    text-align: left;
    margin-bottom: 24px;
}
.ht-kibble-features li {
    padding: 6px 0;
    font-size: 0.93rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ht-kibble-features iconify-icon {
    color: #22c55e;
    font-size: 1.1rem;
}

/* ============================================
   TRAINING PAGE — ht-tricks
   ============================================ */
.ht-tricks-intro {
    padding: 70px 0;
    text-align: center;
}
.ht-tricks-intro h1 {
    font-size: 2.4rem;
    margin-bottom: 16px;
}
.ht-tricks-intro p {
    max-width: 700px;
    margin: 0 auto;
    color: #64748b;
    font-size: 1.05rem;
}

.ht-tricks-timeline {
    padding: 0 0 70px;
    position: relative;
}
.ht-tricks-timeline::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 3px;
    background: #bae6fd;
    transform: translateX(-50%);
}
.ht-trick-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
    position: relative;
}
.ht-trick-step:nth-child(even) .ht-trick-content {
    order: 2;
}
.ht-trick-step:nth-child(even) .ht-trick-visual {
    order: 1;
    text-align: right;
}
.ht-trick-content {
    background: #fff;
    padding: 28px;
    border-radius: 16px;
    border: 2px solid #fde68a;
}
.ht-trick-content h3 {
    font-size: 1.15rem;
    margin-bottom: 8px;
}
.ht-trick-content p {
    font-size: 0.93rem;
    color: #475569;
}
.ht-trick-visual {
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht-trick-visual iconify-icon {
    font-size: 4rem;
    color: #0284c7;
    opacity: 0.5;
}

/* ----- Training Pricing ----- */
.ht-fetch {
    padding: 60px 0;
    background: #f0f9ff;
}
.ht-fetch h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}
.ht-fetch-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
}
.ht-fetch-plan {
    background: #fff;
    border-radius: 20px;
    padding: 36px 28px;
    text-align: center;
    border: 2px solid #e2e8f0;
    transition:
        border-color 0.3s,
        transform 0.3s;
}
.ht-fetch-plan:hover {
    border-color: #bae6fd;
    transform: translateY(-4px);
}
.ht-fetch-plan.ht-featured {
    border-color: #f59e0b;
    box-shadow: 0 8px 32px rgba(245, 158, 11, 0.15);
}
.ht-fetch-plan h3 {
    font-size: 1.2rem;
    margin-bottom: 8px;
}
.ht-fetch-price {
    font-size: 2.2rem;
    font-weight: 800;
    color: #0c4a6e;
    margin-bottom: 6px;
}
.ht-fetch-period {
    font-size: 0.85rem;
    color: #94a3b8;
    margin-bottom: 20px;
}
.ht-fetch-features {
    text-align: left;
    margin-bottom: 24px;
}
.ht-fetch-features li {
    padding: 6px 0;
    font-size: 0.93rem;
    color: #475569;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ht-fetch-features iconify-icon {
    color: #22c55e;
    font-size: 1.1rem;
}

/* ============================================
   FAQ PAGE — ht-curious
   ============================================ */
.ht-curious {
    padding: 70px 0;
}
.ht-curious h1 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.ht-curious-list {
    max-width: 800px;
    margin: 0 auto;
}
.ht-curious-item {
    border: 2px solid #e2e8f0;
    border-radius: 14px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: border-color 0.3s;
}
.ht-curious-item.ht-open {
    border-color: #fde68a;
}
.ht-curious-q {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background: none;
    border: none;
    font-size: 1rem;
    font-weight: 700;
    color: #0c4a6e;
    cursor: pointer;
    text-align: left;
}
.ht-curious-q iconify-icon {
    font-size: 1.3rem;
    transition: transform 0.3s;
}
.ht-curious-item.ht-open .ht-curious-q iconify-icon {
    transform: rotate(180deg);
}
.ht-curious-a {
    padding: 0 20px 18px;
    font-size: 0.95rem;
    color: #475569;
    display: none;
}
.ht-curious-item.ht-open .ht-curious-a {
    display: block;
}

/* ============================================
   CONTACT PAGE — ht-reach
   ============================================ */
.ht-reach {
    padding: 70px 0;
}
.ht-reach h1 {
    text-align: center;
    font-size: 2.4rem;
    margin-bottom: 40px;
}
.ht-reach-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.ht-reach-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.ht-reach-card {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 20px;
    background: #f0f9ff;
    border-radius: 14px;
}
.ht-reach-card iconify-icon {
    font-size: 2rem;
    color: #0284c7;
    flex-shrink: 0;
}
.ht-reach-card h3 {
    font-size: 1rem;
    margin-bottom: 4px;
}
.ht-reach-card p {
    font-size: 0.93rem;
    color: #475569;
}

/* ----- Contact Form ----- */
.ht-reach-form {
    background: #fff;
    border: 2px solid #bae6fd;
    border-radius: 20px;
    padding: 36px;
}
.ht-field {
    margin-bottom: 18px;
}
.ht-field label {
    display: block;
    font-weight: 700;
    font-size: 0.9rem;
    color: #0c4a6e;
    margin-bottom: 6px;
}
.ht-field input,
.ht-field textarea,
.ht-field select {
    width: 100%;
    padding: 12px 16px;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    transition: border-color 0.3s;
}
.ht-field input:focus,
.ht-field textarea:focus,
.ht-field select:focus {
    outline: none;
    border-color: #bae6fd;
}
.ht-field textarea {
    min-height: 120px;
    resize: vertical;
}

.ht-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 0.88rem;
    color: #64748b;
}
.ht-consent input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #0284c7;
}
.ht-secure {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.82rem;
    color: #94a3b8;
    margin-top: 10px;
}
.ht-secure iconify-icon {
    color: #22c55e;
}

.hp-field {
    display: none;
}

/* ============================================
   THANK YOU PAGE
   ============================================ */
.ht-gratitude {
    padding: 100px 0;
    text-align: center;
}
.ht-gratitude iconify-icon {
    font-size: 5rem;
    color: #22c55e;
    margin-bottom: 20px;
}
.ht-gratitude h1 {
    font-size: 2.4rem;
    margin-bottom: 14px;
}
.ht-gratitude p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 30px;
}

/* ============================================
   404 PAGE
   ============================================ */
.ht-lost {
    padding: 100px 0;
    text-align: center;
}
.ht-lost iconify-icon {
    font-size: 6rem;
    color: #f59e0b;
    margin-bottom: 20px;
}
.ht-lost h1 {
    font-size: 3rem;
    margin-bottom: 10px;
}
.ht-lost p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 30px;
}

/* ============================================
   LEGAL PAGES — ht-legal
   ============================================ */
.ht-legal {
    padding: 60px 0;
}
.ht-legal h1 {
    font-size: 2rem;
    margin-bottom: 24px;
    text-align: center;
}
.ht-legal-body {
    max-width: 800px;
    margin: 0 auto;
}
.ht-legal-body h2 {
    font-size: 1.3rem;
    margin: 28px 0 12px;
    color: #0c4a6e;
}
.ht-legal-body p {
    margin-bottom: 12px;
    color: #475569;
    font-size: 0.95rem;
}
.ht-legal-body ul {
    margin: 8px 0 16px 20px;
}
.ht-legal-body ul li {
    list-style: disc;
    margin-bottom: 6px;
    color: #475569;
    font-size: 0.95rem;
}

/* ============================================
   FOOTER
   ============================================ */
.ht-footer {
    background: #0c4a6e;
    color: #cbd5e1;
    padding: 50px 0 0;
}
.ht-footer-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 32px;
    margin-bottom: 40px;
}
.ht-footer h4 {
    color: #fde68a;
    font-size: 1.05rem;
    margin-bottom: 16px;
}
.ht-footer-about p {
    font-size: 0.9rem;
    line-height: 1.6;
}
.ht-footer-links a {
    display: block;
    padding: 4px 0;
    color: #cbd5e1;
    font-size: 0.9rem;
    transition: color 0.3s;
}
.ht-footer-links a:hover {
    color: #fde68a;
}
.ht-footer-contacts p {
    font-size: 0.9rem;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ht-footer-contacts iconify-icon {
    color: #bae6fd;
}
.ht-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 0.82rem;
}
.ht-footer-bottom a {
    color: #bae6fd;
}

/* ============================================
   COOKIE BAR
   ============================================ */
.ht-cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1e293b;
    color: #e2e8f0;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    z-index: 9999;
    font-size: 0.9rem;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
}
.ht-cookie-bar a {
    color: #bae6fd;
}
.ht-cookie-accept {
    background: #fde68a;
    color: #0c4a6e;
    border: none;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
    white-space: nowrap;
}

/* ============================================
   WAVY SECTION DIVIDERS
   ============================================ */
.ht-wave-yellow {
    background: #fde68a;
}
.ht-wave-blue {
    background: #bae6fd;
}
.ht-wave-white {
    background: #fffef8;
}
.ht-wave-dark {
    background: #0c4a6e;
}

.ht-divider-wave {
    height: 50px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.ht-divider-wave svg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
}

/* ============================================
   MISC UTILITIES
   ============================================ */
.ht-text-center {
    text-align: center;
}
.ht-mb-0 {
    margin-bottom: 0;
}
.ht-mt-20 {
    margin-top: 20px;
}
.ht-hidden {
    display: none;
}

/* ============================================
   RESPONSIVE — Tablet (max-width: 900px)
   ============================================ */
@media (max-width: 900px) {
    .ht-splash-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .ht-splash-visual {
        display: none;
    }
    .ht-paws-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ht-tailwag-track {
        grid-template-columns: 1fr;
    }
    .ht-whiskers-grid {
        grid-template-columns: 1fr;
    }
    .ht-pack-grid {
        grid-template-columns: 1fr;
    }
    .ht-kibble-grid {
        grid-template-columns: 1fr;
    }
    .ht-fetch-grid {
        grid-template-columns: 1fr;
    }
    .ht-reach-grid {
        grid-template-columns: 1fr;
    }
    .ht-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
    .ht-tricks-timeline::before {
        left: 20px;
    }
    .ht-trick-step {
        grid-template-columns: 1fr;
    }
    .ht-trick-step:nth-child(even) .ht-trick-content {
        order: 1;
    }
    .ht-trick-step:nth-child(even) .ht-trick-visual {
        order: 2;
        text-align: center;
    }
    .ht-trick-visual {
        justify-content: flex-start;
        padding-left: 40px;
    }
}

/* ============================================
   RESPONSIVE — Mobile (max-width: 600px)
   ============================================ */
@media (max-width: 600px) {
    html {
        font-size: 15px;
    }
    .ht-wrap {
        padding: 0 16px;
    }
    .ht-splash {
        padding: 50px 0 30px;
    }
    .ht-splash-text h1 {
        font-size: 2rem;
    }
    .ht-paws-grid {
        grid-template-columns: 1fr;
    }
    .ht-nav-list {
        display: none;
    }
    .ht-nav-list.ht-nav-open {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #fff;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
        padding: 16px;
        z-index: 999;
    }
    .ht-burger {
        display: block;
    }
    .ht-topbar-inner {
        flex-direction: column;
        text-align: center;
    }
    .ht-footer-grid {
        grid-template-columns: 1fr;
    }
    .ht-footer-bottom {
        flex-direction: column;
        text-align: center;
    }
    .ht-cookie-bar {
        flex-direction: column;
        text-align: center;
    }
    .ht-reach-form {
        padding: 24px 18px;
    }
    .ht-kibble-price,
    .ht-fetch-price {
        font-size: 1.8rem;
    }
    .ht-legal h1 {
        font-size: 1.6rem;
    }
    .ht-story h1 {
        font-size: 1.8rem;
    }
    .ht-nurture-intro h1,
    .ht-tricks-intro h1,
    .ht-curious h1 {
        font-size: 1.8rem;
    }
    .ht-gratitude h1 {
        font-size: 1.8rem;
    }
    .ht-lost h1 {
        font-size: 2.2rem;
    }
}

/* ============================================
   ANIMATIONS
   ============================================ */
@keyframes ht-fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.ht-animate {
    opacity: 0;
    transform: translateY(20px);
    transition:
        opacity 0.6s ease,
        transform 0.6s ease;
}
.ht-animate.ht-visible {
    opacity: 1;
    transform: translateY(0);
}

/* ----- Playful paw print decoration ----- */
.ht-paw-decor {
    position: absolute;
    opacity: 0.06;
    font-size: 8rem;
    color: #0c4a6e;
    pointer-events: none;
}
.ht-paw-decor--tl {
    top: 20px;
    left: -40px;
    transform: rotate(-25deg);
}
.ht-paw-decor--br {
    bottom: 20px;
    right: -40px;
    transform: rotate(15deg);
}

/* ----- Scroll to top button ----- */
.ht-scroll-top {
    position: fixed;
    bottom: 80px;
    right: 24px;
    width: 48px;
    height: 48px;
    background: #fde68a;
    color: #0c4a6e;
    border: none;
    border-radius: 50%;
    font-size: 1.4rem;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 998;
    transition: transform 0.3s;
}
.ht-scroll-top:hover {
    transform: scale(1.1);
}
.ht-scroll-top.ht-show {
    display: flex;
}

[class*="photo"] img,
[class*="avatar"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
[class*="visual"] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* === HappyTails Stats === */
.ht-stats-section {
    padding: 60px 0;
    background: #0c4a6e;
}
.ht-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}
.ht-stat {
    text-align: center;
    padding: 2rem;
    background: #0369a1;
    border-radius: 12px;
}
.ht-stat iconify-icon {
    font-size: 2rem;
    color: #fde68a;
}
.ht-stat__num {
    font-size: 2.5rem;
    font-weight: 800;
    color: #fde68a;
    margin: 0.5rem 0 0.25rem;
}
.ht-stat__label {
    color: #bae6fd;
}
@media (max-width: 768px) {
    .ht-stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}
