@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Outfit:wght@400;500;600;700;800&display=swap");

:root {
    --hf-ink: #11243d;
    --hf-copy: #53657f;
    --hf-line: rgba(17, 36, 61, 0.12);
    --hf-accent: #0f80ff;
    --hf-accent-2: #18c1b7;
    --hf-warm: #ff9d4d;
    --hf-soft: #eff6fc;
    --hf-soft-2: #f8fbff;
    --hf-card: rgba(255, 255, 255, 0.88);
    --hf-shadow: 0 24px 60px rgba(17, 36, 61, 0.16);
    --hf-shadow-soft: 0 20px 42px rgba(17, 36, 61, 0.12);
    --hf-radius: 28px;
    --hf-radius-sm: 20px;
    --hf-shell: min(1280px, calc(100% - 40px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Manrope", sans-serif;
    color: var(--hf-copy);
    background:
        radial-gradient(circle at top left, rgba(24, 193, 183, 0.16), transparent 30%),
        radial-gradient(circle at top right, rgba(15, 128, 255, 0.14), transparent 28%),
        linear-gradient(180deg, #f7fbff 0%, #edf4fb 100%);
}

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

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

.hf-shell {
    width: var(--hf-shell);
    margin: 0 auto;
}

.hf-main {
    min-height: 60vh;
}

.hf-topbar {
    background: #071729;
    color: #d9ebff;
    font-size: 14px;
}

.hf-topbar__inner,
.hf-header__inner,
.hf-footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.hf-topbar__inner {
    padding: 12px 0;
}

.hf-header {
    position: sticky;
    top: 0;
    z-index: 50;
    backdrop-filter: blur(18px);
    background: rgba(247, 251, 255, 0.82);
    border-bottom: 1px solid var(--hf-line);
}

.hf-header__inner {
    padding: 18px 0;
}

.hf-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: var(--hf-ink);
    font-family: "Outfit", sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
}

.hf-brand img {
    max-height: 56px;
    width: auto;
}

.hf-nav {
    margin-left: auto;
}

.hf-menu,
.hf-footer-menu {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.hf-menu a,
.hf-footer-menu a,
.hf-text-link {
    position: relative;
    transition: color 0.2s ease, transform 0.2s ease;
}

.hf-menu a::after,
.hf-footer-menu a::after,
.hf-text-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, var(--hf-accent), var(--hf-accent-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.25s ease;
}

.hf-menu a:hover,
.hf-footer-menu a:hover,
.hf-text-link:hover {
    color: var(--hf-accent);
}

.hf-menu a:hover::after,
.hf-footer-menu a:hover::after,
.hf-text-link:hover::after {
    transform: scaleX(1);
}

.hf-menu-toggle {
    display: none;
}

.hf-button,
.single_add_to_cart_button.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 24px;
    border: 0;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--hf-accent), var(--hf-accent-2));
    color: #fff;
    font-family: "Outfit", sans-serif;
    font-weight: 700;
    box-shadow: 0 18px 30px rgba(15, 128, 255, 0.24);
    transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
    cursor: pointer;
}

.hf-button:hover,
.single_add_to_cart_button.button:hover {
    transform: translateY(-2px);
    box-shadow: 0 22px 36px rgba(15, 128, 255, 0.28);
    filter: saturate(1.08);
}

.hf-button--ghost {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: #fff;
    box-shadow: none;
}

.hf-section,
.hf-page-header {
    padding: 88px 0;
}

.hf-page-header {
    background:
        radial-gradient(circle at top right, rgba(24, 193, 183, 0.22), transparent 30%),
        linear-gradient(180deg, rgba(7, 23, 41, 0.98), rgba(17, 36, 61, 0.96));
    color: #fff;
}

.hf-page-header--shop,
.hf-page-header--article,
.hf-page-header--product {
    padding: 96px 0 72px;
}

.hf-page-header h1,
.hf-section-title,
.hf-split-hero__content h1,
.hf-product-hero__content h1 {
    margin: 0;
    color: var(--hf-title-color, var(--hf-ink));
    font-family: "Outfit", sans-serif;
    font-size: clamp(2rem, 4vw, var(--hf-title-size, 3rem));
    line-height: 1.04;
}

.hf-section-eyebrow {
    margin: 0 0 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hf-accent-2);
    font-size: 0.78rem;
    font-weight: 800;
}

.hf-section-text,
.hf-split-hero__content p,
.hf-feature-band__content p,
.hf-page-header p,
.hf-product-summary p {
    font-size: var(--hf-text-size, 1rem);
    line-height: 1.8;
}

.hf-split-hero,
.hf-feature-band,
.hf-stats-band {
    position: relative;
    overflow: clip;
}

.hf-split-hero::before,
.hf-feature-band::before,
.hf-stats-band::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(7, 23, 41, 0.94), rgba(12, 46, 84, 0.86)),
        radial-gradient(circle at top right, rgba(24, 193, 183, 0.28), transparent 36%);
}

.hf-split-hero__grid,
.hf-feature-band__grid,
.hf-stats-band__grid,
.hf-side-features,
.hf-footer__grid,
.hf-product-hero,
.hf-single-layout,
.hf-product-detail-grid,
.hf-faq-grid {
    display: grid;
    gap: 34px;
}

.hf-split-hero__grid,
.hf-feature-band__grid,
.hf-product-hero {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    position: relative;
    z-index: 1;
    align-items: center;
}

.hf-stats-band__grid {
    grid-template-columns: 0.9fr 1.15fr;
    position: relative;
    z-index: 1;
    align-items: center;
}

.hf-faq-grid {
    grid-template-columns: 0.86fr 1.14fr;
    align-items: start;
}

.hf-side-features {
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.hf-single-layout,
.hf-product-detail-grid {
    grid-template-columns: minmax(0, 1.7fr) minmax(280px, 0.9fr);
}

.hf-section-intro {
    max-width: 760px;
    margin-bottom: 28px;
}

.hf-split-hero__content,
.hf-feature-band__content,
.hf-stats-band__content,
.hf-page-header,
.hf-product-hero__content {
    color: var(--hf-text-color, #d8e9ff);
}

.hf-split-hero__visual,
.hf-feature-band__visual,
.hf-stats-band__visual,
.hf-product-hero__media {
    position: relative;
}

.hf-split-hero__visual img,
.hf-feature-band__visual img,
.hf-stats-band__visual img,
.hf-product-hero__media img,
.hf-post-card__media img,
.hf-product-card__media img,
.hf-single-article__media img,
.hf-showcase-slide__media img {
    width: 100%;
    border-radius: var(--hf-radius);
    box-shadow: var(--hf-shadow);
}

.hf-image-orb {
    position: absolute;
    inset: auto auto -50px -30px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(24, 193, 183, 0.42), transparent 70%);
    filter: blur(8px);
}

.hf-floating-card {
    position: absolute;
    z-index: 2;
    max-width: 220px;
    padding: 14px 18px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.16);
    color: #fff;
    backdrop-filter: blur(18px);
    box-shadow: var(--hf-shadow-soft);
}

.hf-floating-card--top {
    top: 7%;
    right: -3%;
}

.hf-floating-card--bottom {
    left: -4%;
    bottom: 8%;
}

.hf-stat-pills,
.hf-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}

.hf-stat-pill,
.hf-tag,
.hf-chip {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(12px);
}

.hf-tag,
.hf-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    font-size: 0.85rem;
    border-radius: 999px;
}

.hf-card-grid,
.hf-product-grid,
.hf-post-archive,
.hf-stats-band__cards {
    display: grid;
    gap: 22px;
}

.hf-grid-three,
.hf-product-grid,
.hf-post-archive {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hf-grid-four,
.hf-stats-band__cards {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hf-info-card,
.hf-stat-card,
.hf-product-card,
.hf-post-card,
.hf-contact-card,
.hf-spec-card,
.hf-single-sidebar,
.hf-generic-article,
.hf-accordion__item,
.hf-showcase-slide__content {
    position: relative;
    overflow: hidden;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.64);
    border-radius: var(--hf-radius);
    background: var(--hf-card);
    box-shadow: var(--hf-shadow);
}

.hf-info-card::before,
.hf-stat-card::before,
.hf-product-card::before,
.hf-post-card::before,
.hf-contact-card::before,
.hf-spec-card::before,
.hf-accordion__item::before,
.hf-showcase-slide__content::before {
    content: "";
    position: absolute;
    inset: auto -25% 0;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--hf-accent), var(--hf-accent-2), transparent);
    opacity: 0;
    transition: opacity 0.25s ease, transform 0.25s ease;
    transform: translateY(6px);
}

.hf-info-card:hover::before,
.hf-stat-card:hover::before,
.hf-product-card:hover::before,
.hf-post-card:hover::before,
.hf-contact-card:hover::before,
.hf-spec-card:hover::before,
.hf-accordion__item:hover::before,
.hf-showcase-slide__content:hover::before {
    opacity: 1;
    transform: translateY(0);
}

.hf-info-card,
.hf-stat-card,
.hf-product-card,
.hf-post-card,
.hf-contact-card,
.hf-showcase-slide__content {
    transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.hf-info-card:hover,
.hf-stat-card:hover,
.hf-product-card:hover,
.hf-post-card:hover,
.hf-contact-card:hover,
.hf-showcase-slide__content:hover {
    transform: translateY(-4px);
}

.hf-info-card--lead .hf-info-card__accent,
.hf-info-card--feature .hf-info-card__accent,
.hf-info-card--service .hf-info-card__accent {
    display: inline-block;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    border-radius: 18px;
    background: linear-gradient(135deg, rgba(15, 128, 255, 0.16), rgba(24, 193, 183, 0.18));
}

.hf-product-card__media,
.hf-post-card__media {
    display: block;
    margin: -28px -28px 20px;
    overflow: hidden;
}

.hf-product-card__media img,
.hf-post-card__media img {
    transition: transform 0.45s ease;
}

.hf-product-card:hover .hf-product-card__media img,
.hf-post-card:hover .hf-post-card__media img {
    transform: scale(1.05);
}

.hf-product-card__body h2,
.hf-product-card__body h3,
.hf-post-card__body h2,
.hf-post-card__body h3,
.hf-info-card h3,
.hf-contact-card h3,
.hf-stat-card h3,
.hf-single-sidebar h2,
.hf-spec-card h2,
.hf-accordion__button,
.hf-showcase-slide__content h3 {
    margin-top: 0;
    color: var(--hf-ink);
    font-family: "Outfit", sans-serif;
}

.hf-stat-card strong {
    display: block;
    margin-bottom: 10px;
    color: var(--hf-accent);
    font-size: clamp(2rem, 3vw, 3.4rem);
    font-family: "Outfit", sans-serif;
}

.hf-feature-list {
    display: grid;
    gap: 16px;
    margin: 24px 0 28px;
}

.hf-feature-row {
    padding: 18px 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.hf-section--surface {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.48), rgba(238, 246, 252, 0.82));
}

.hf-flip-card {
    min-height: 300px;
    perspective: 1200px;
}

.hf-flip-card__inner {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 0.65s ease;
}

.hf-flip-card:hover .hf-flip-card__inner {
    transform: rotateY(180deg);
}

.hf-flip-card__face {
    position: absolute;
    inset: 0;
    padding: 28px;
    border-radius: var(--hf-radius);
    backface-visibility: hidden;
    box-shadow: var(--hf-shadow);
}

.hf-flip-card__face--front {
    color: #fff;
    background:
        linear-gradient(155deg, rgba(7, 23, 41, 0.96), rgba(12, 46, 84, 0.92));
}

.hf-flip-card__face--back {
    background: linear-gradient(180deg, #fff, #f2f8fd);
    transform: rotateY(180deg);
}

.hf-accordion {
    display: grid;
    gap: 14px;
}

.hf-feature-mini-grid,
.hf-reason-stack__list {
    display: grid;
    gap: 16px;
    margin-top: 22px;
}

.hf-feature-mini {
    padding: 20px 22px;
    border-radius: var(--hf-radius-sm);
    background: linear-gradient(180deg, rgba(255,255,255,0.9), rgba(242,248,253,0.95));
    border: 1px solid rgba(17,36,61,0.08);
    box-shadow: var(--hf-shadow-soft);
}

.hf-feature-mini h3,
.hf-reason-card h3 {
    margin-top: 0;
    color: var(--hf-ink);
    font-family: "Outfit", sans-serif;
}

.hf-reason-card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px;
    align-items: center;
    padding: 22px 24px;
    border-radius: var(--hf-radius);
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(17, 36, 61, 0.08);
    box-shadow: var(--hf-shadow-soft);
}

.hf-reason-card__index {
    width: 54px;
    height: 54px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, var(--hf-accent), var(--hf-accent-2));
}

.hf-reason-card__metric {
    color: var(--hf-accent);
    font-family: "Outfit", sans-serif;
    font-size: 2rem;
}

.hf-accordion__item {
    padding: 0;
}

.hf-accordion__button {
    width: 100%;
    padding: 22px 28px;
    border: 0;
    background: transparent;
    text-align: left;
    cursor: pointer;
}

.hf-accordion__panel {
    display: none;
    padding: 0 28px 24px;
}

.hf-accordion__item.is-open .hf-accordion__panel {
    display: block;
}

.hf-showcase-slider {
    position: relative;
}

.hf-showcase-slider__track {
    position: relative;
}

.hf-showcase-slide {
    display: none;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 24px;
    align-items: center;
}

.hf-showcase-slide.is-active {
    display: grid;
}

.hf-slider-dots {
    display: flex;
    gap: 12px;
    justify-content: center;
    margin-top: 22px;
}

.hf-slider-dot {
    width: 12px;
    height: 12px;
    border: 0;
    border-radius: 999px;
    background: rgba(17, 36, 61, 0.2);
    cursor: pointer;
}

.hf-slider-dot.is-active {
    background: linear-gradient(135deg, var(--hf-accent), var(--hf-accent-2));
    transform: scale(1.25);
}

.hf-product-summary,
.hf-button-row {
    margin-top: 18px;
}

.hf-product-subtitle {
    font-size: 1.12rem;
}

.hf-spec-list {
    display: grid;
    gap: 16px;
}

.hf-spec-list div {
    display: grid;
    gap: 6px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--hf-line);
}

.hf-spec-list dt {
    color: var(--hf-ink);
    font-weight: 800;
}

.hf-post-card__date,
.hf-price {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--hf-accent);
    font-weight: 800;
}

.hf-generic-content,
.hf-generic-content p,
.hf-single-article {
    color: var(--hf-copy);
    line-height: 1.9;
}

.hf-generic-content > *:first-child {
    margin-top: 0;
}

.hf-sidebar-post + .hf-sidebar-post {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid var(--hf-line);
}

.hf-showcase-slide__content {
    height: fit-content;
}

.hf-product-detail-sidebar {
    align-self: start;
}

.hf-footer {
    margin-top: 80px;
    padding: 72px 0 34px;
    color: #d5e9ff;
    background: linear-gradient(180deg, #071729, #0e2037);
}

.hf-footer__grid {
    grid-template-columns: 1.3fr 0.8fr 0.9fr;
}

.hf-footer__bottom {
    margin-top: 36px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

[data-hf-animate] {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.65s ease, transform 0.65s ease;
    transition-delay: var(--hf-delay, 0ms);
}

[data-hf-animate].is-visible {
    opacity: 1;
    transform: none;
}

[data-hf-animate="fade-left"] {
    transform: translateX(-28px);
}

[data-hf-animate="fade-right"] {
    transform: translateX(28px);
}

[data-hf-animate="zoom-in"] {
    transform: scale(0.92);
}

[data-hf-animate="float"] {
    opacity: 1;
    animation: hfFloat 4.8s ease-in-out infinite;
}

@keyframes hfFloat {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-10px); }
}

.woocommerce-breadcrumb,
.woocommerce-result-count,
.woocommerce-ordering {
    display: none;
}

.screen-reader-text {
    position: absolute;
    left: -9999px;
}

@media (max-width: 1120px) {
    .hf-grid-four,
    .hf-grid-three,
    .hf-product-grid,
    .hf-post-archive,
    .hf-footer__grid,
    .hf-stats-band__cards,
    .hf-showcase-slide {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .hf-split-hero__grid,
    .hf-feature-band__grid,
    .hf-side-features,
    .hf-product-hero,
    .hf-single-layout,
    .hf-product-detail-grid,
    .hf-faq-grid,
    .hf-stats-band__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 860px) {
    .hf-menu-toggle {
        display: inline-flex;
        padding: 10px 16px;
        border: 1px solid var(--hf-line);
        border-radius: 999px;
        background: #fff;
    }

    .hf-nav {
        display: none;
        width: 100%;
        margin-left: 0;
        padding-top: 18px;
    }

    .hf-nav.is-open {
        display: block;
    }

    .hf-header__inner {
        flex-wrap: wrap;
    }

    .hf-menu,
    .hf-footer-menu,
    .hf-topbar__inner,
    .hf-header__inner,
    .hf-footer__bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .hf-header__cta {
        width: 100%;
    }

    .hf-button,
    .single_add_to_cart_button.button {
        width: 100%;
    }
}

@media (max-width: 640px) {
    .hf-section,
    .hf-page-header {
        padding: 64px 0;
    }

    .hf-grid-four,
    .hf-grid-three,
    .hf-product-grid,
    .hf-post-archive,
    .hf-footer__grid,
    .hf-stats-band__cards,
    .hf-showcase-slide {
        grid-template-columns: 1fr;
    }

    .hf-product-card__media,
    .hf-post-card__media {
        margin-bottom: 16px;
    }

    .hf-floating-card {
        position: static;
        margin-bottom: 14px;
    }

    .hf-reason-card {
        grid-template-columns: 1fr;
    }
}
