
:root {
    --skv2-text: #0f172a;
    --skv2-muted: #5b6878;
    --skv2-line: #dce4ed;
    --skv2-soft: #f3f6f9;
    --skv2-soft-green: #eef5f2;
    --skv2-white: #ffffff;
    --skv2-primary: #0f172a;
    --skv2-primary-hover: #1d4f9a;
    --skv2-shadow: 0 18px 46px rgba(15, 23, 42, 0.09);
    --skv2-radius: 26px;
}

.shop-kydara-v2-active .entry-title,
.shop-kydara-v2-active .wp-block-post-title {
    display: none !important;
}

.shop-kydara-v2-active .entry-content,
.shop-kydara-v2-active .wp-site-blocks,
.shop-kydara-v2-active main {
    overflow-x: clip;
}

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

.skv2-home {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    color: var(--skv2-text);
    background: #f5f7f9;
}

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

.skv2-home a {
    color: inherit;
    text-decoration: none;
}

.skv2-home a:focus-visible,
.skv2-home button:focus-visible {
    outline: 4px solid #2563eb;
    outline-offset: 4px;
}

.skv2-shell {
    width: min(1240px, calc(100% - 40px));
    margin-inline: auto;
}

.skv2-eyebrow {
    margin: 0 0 12px;
    color: #1d4f9a;
    font-size: 0.76rem;
    font-weight: 900;
    letter-spacing: 0.16em;
    line-height: 1.3;
    text-transform: uppercase;
}

.skv2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 48px;
    min-height: 48px;
    padding: 13px 22px;
    border: 2px solid var(--skv2-primary);
    border-radius: 14px;
    font-size: 0.8rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    line-height: 1.1;
    text-transform: uppercase;
    transition: background-color 90ms ease, color 90ms ease, border-color 90ms ease, transform 90ms ease;
}

.skv2-button:hover {
    transform: translateY(-2px);
}

.skv2-button--primary {
    background: var(--skv2-primary);
    color: #ffffff !important;
}

.skv2-button--primary:hover {
    background: var(--skv2-primary-hover);
    border-color: var(--skv2-primary-hover);
}

.skv2-button--secondary {
    background: rgba(255, 255, 255, 0.88);
    color: var(--skv2-primary) !important;
}

/* Hero */
.skv2-hero {
    position: relative;
    isolation: isolate;
    min-height: clamp(500px, 36vw, 620px);
    overflow: hidden;
    background: #eceff2;
}

.skv2-hero__media {
    position: absolute;
    inset: 0;
    z-index: -2;
    display: block;
    padding: 34px 0;
}

.skv2-hero__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.skv2-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(236, 239, 242, 0.96) 0%,
        rgba(236, 239, 242, 0.88) 25%,
        rgba(236, 239, 242, 0.56) 39%,
        rgba(236, 239, 242, 0.12) 52%,
        rgba(236, 239, 242, 0) 68%
    );
    pointer-events: none;
}

.skv2-hero__inner {
    width: min(1240px, calc(100% - 40px));
    min-height: inherit;
    margin-inline: auto;
    display: flex;
    align-items: center;
}

.skv2-hero__content {
    width: min(100%, 470px);
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid rgba(255, 255, 255, 0.88);
    border-radius: var(--skv2-radius);
    background: rgba(247, 249, 251, 0.88);
    box-shadow: 0 20px 54px rgba(15, 23, 42, 0.11);
    backdrop-filter: blur(8px);
}

.skv2-hero h1 {
    max-width: 9ch;
    margin: 0;
    color: var(--skv2-text);
    font-size: clamp(3rem, 5.4vw, 5.1rem);
    font-weight: 950;
    letter-spacing: -0.06em;
    line-height: 0.96;
    text-wrap: balance;
}

.skv2-hero h1 span {
    display: block;
    margin-top: 0.12em;
}

.skv2-hero__copy {
    max-width: 42ch;
    margin: 24px 0 0;
    color: #44536a;
    font-size: clamp(1rem, 1.4vw, 1.12rem);
    line-height: 1.7;
}

.skv2-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

/* Benefits */
.skv2-benefits {
    background: #f5f7f9;
}

.skv2-benefits__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    padding-block: 26px;
    border-bottom: 1px solid var(--skv2-line);
}

.skv2-benefit {
    min-height: 74px;
}

.skv2-benefit h2 {
    margin: 0;
    color: var(--skv2-text);
    font-size: 0.94rem;
    font-weight: 850;
    line-height: 1.35;
}

.skv2-benefit p {
    margin: 6px 0 0;
    color: var(--skv2-muted);
    font-size: 0.82rem;
    line-height: 1.5;
}

/* Shared sections */
.skv2-section {
    padding-block: clamp(64px, 7vw, 96px);
}

.skv2-section__header {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}

.skv2-section__header h2 {
    margin: 0;
    color: var(--skv2-text);
    font-size: clamp(2.2rem, 4vw, 3.8rem);
    font-weight: 950;
    letter-spacing: -0.045em;
    line-height: 1.02;
}

/* Categories */
.skv2-categories {
    background: #f5f7f9;
}

.skv2-category-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.skv2-category-card {
    position: relative;
    isolation: isolate;
    display: flex;
    align-items: flex-end;
    min-height: 240px;
    overflow: hidden;
    padding: 22px;
    border-radius: 22px;
    background: linear-gradient(145deg, #111827, #334155);
    color: #ffffff !important;
    box-shadow: var(--skv2-shadow);
}

.skv2-category-card__visual {
    position: absolute;
    inset: 0;
    z-index: -2;
}

.skv2-category-card__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(4, 8, 16, 0.05), rgba(4, 8, 16, 0.2) 48%, rgba(4, 8, 16, 0.86));
}

.skv2-category-card__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 90ms ease;
}

.skv2-category-card:hover .skv2-category-card__visual img {
    transform: scale(1.03);
}

.skv2-category-card__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.skv2-category-card__content strong {
    font-size: 1.22rem;
    line-height: 1.2;
}

.skv2-category-card__content > span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 48px;
    font-size: 0.84rem;
    font-weight: 800;
}

/* Products */
.skv2-products {
    background: #f5f7f9;
}

.skv2-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 320px));
    justify-content: center;
    gap: 26px;
}

.skv2-product-card {
    display: flex;
    min-height: 500px;
    flex-direction: column;
    overflow: hidden;
    border: 1px solid var(--skv2-line);
    border-radius: 24px;
    background: var(--skv2-white);
    box-shadow: 0 12px 32px rgba(15, 23, 42, 0.07);
    transition: transform 90ms ease, box-shadow 90ms ease;
}

.skv2-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 42px rgba(15, 23, 42, 0.12);
}

.skv2-product-card__image-link {
    position: relative;
    display: block;
    padding: 14px 14px 0;
}

.skv2-product-card__badge {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding-inline: 10px;
    border-radius: 999px;
    background: var(--skv2-primary);
    color: #ffffff;
    font-size: 0.64rem;
    font-weight: 900;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
}

.skv2-product-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 272px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(180deg, #fcfdfe 0%, #f1f5f9 100%);
}

.skv2-product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.skv2-product-card__body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 20px 20px 22px;
}

.skv2-product-card h3 {
    min-height: 3em;
    margin: 0;
    color: var(--skv2-text);
    font-size: 1.04rem;
    font-weight: 850;
    letter-spacing: -0.015em;
    line-height: 1.45;
}

.skv2-product-card__price {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 7px 10px;
    margin-top: 12px;
    color: #111827;
    font-size: 1.42rem;
    font-weight: 950;
    line-height: 1.1;
}

.skv2-product-card__price del {
    color: #8b97a8;
    font-size: 0.92rem;
    font-weight: 650;
}

.skv2-product-card__price ins {
    color: #111827;
    text-decoration: none;
}

.skv2-product-card__price small {
    flex-basis: 100%;
    color: var(--skv2-muted);
    font-size: 0.72rem;
    font-weight: 650;
    line-height: 1.4;
}

.skv2-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    min-height: 50px;
    margin-top: auto;
    padding: 13px 16px;
    border: 2px solid var(--skv2-primary);
    border-radius: 14px;
    background: var(--skv2-primary);
    color: #ffffff !important;
    font-size: 0.82rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1.1;
    text-transform: uppercase;
    transition: background-color 90ms ease, border-color 90ms ease;
}

.skv2-product-card__button:hover {
    background: var(--skv2-primary-hover);
    border-color: var(--skv2-primary-hover);
}

/* Reviews and trust */
.skv2-reviews {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top right, rgba(29, 79, 154, 0.08), transparent 34%),
        linear-gradient(180deg, #eef5f2 0%, #f4f7f6 100%);
}

.skv2-reviews::before {
    content: "";
    position: absolute;
    top: 54px;
    right: -80px;
    width: 260px;
    height: 260px;
    border: 1px solid rgba(29, 79, 154, 0.12);
    border-radius: 28px;
    pointer-events: none;
}

.skv2-trust-intro {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 34px;
    align-items: center;
}

.skv2-trust-intro__content {
    max-width: 760px;
}

.skv2-trust-intro__content h2 {
    margin: 0;
    color: var(--skv2-text);
    font-size: clamp(2.4rem, 4.8vw, 4.6rem);
    font-weight: 950;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

.skv2-trust-intro__content > p:last-child {
    max-width: 64ch;
    margin: 20px 0 0;
    color: #526176;
    font-size: 1.02rem;
    line-height: 1.72;
}

.skv2-trust-intro__badge {
    display: grid;
    place-items: center;
    width: 186px;
    min-height: 154px;
    padding: 22px;
    border: 1px solid rgba(29, 79, 154, 0.16);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 18px 42px rgba(15, 23, 42, 0.08);
    text-align: center;
}

.skv2-trust-intro__badge > span {
    display: grid;
    place-items: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: var(--skv2-primary);
    color: #ffffff;
    font-size: 1.4rem;
    font-weight: 900;
}

.skv2-trust-intro__badge strong {
    margin-top: 8px;
    color: var(--skv2-text);
    font-size: 0.98rem;
    line-height: 1.2;
}

.skv2-trust-intro__badge small {
    color: var(--skv2-muted);
    font-size: 0.72rem;
    line-height: 1.35;
}

.skv2-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.skv2-trust-card {
    position: relative;
    min-height: 210px;
    overflow: hidden;
    padding: 28px;
    border: 1px solid #d8e4df;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.05);
}



.skv2-trust-card__icon {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border-radius: 18px;
    background: #e9f0fb;
    color: #1d4f9a;
}

.skv2-trust-card__icon svg {
    width: 30px;
    height: 30px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.skv2-trust-card h3 {
    position: relative;
    z-index: 1;
    max-width: 18ch;
    margin: 22px 0 12px;
    color: var(--skv2-text);
    font-size: 1.25rem;
    font-weight: 900;
    line-height: 1.15;
}

.skv2-trust-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    color: #59687a;
    font-size: 0.94rem;
    line-height: 1.65;
}

.skv2-review-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-top: 28px;
}

.skv2-review-card {
    min-height: 220px;
    padding: 24px;
    border: 1px solid #d8e5df;
    border-radius: 22px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}

.skv2-review-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.skv2-review-card__stars {
    margin: 0;
    color: #f59e0b;
    font-size: 1.05rem;
    letter-spacing: 0.08em;
    line-height: 1;
}

.skv2-review-card__verified {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 999px;
    background: #e8eef8;
    color: #1d4f9a;
    font-size: 0.7rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.skv2-review-card blockquote {
    margin: 0 0 18px;
    color: #46556a;
    font-size: 0.98rem;
    line-height: 1.7;
}

.skv2-review-card__author {
    margin: 0;
    color: var(--skv2-text);
    font-size: 0.86rem;
    font-weight: 850;
}


.skv2-trust-cta {
    display: flex;
    gap: 24px;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    padding: 28px 30px;
    border-radius: 24px;
    background: var(--skv2-primary);
    color: #ffffff;
}

.skv2-trust-cta .skv2-eyebrow {
    color: #8eb9ff;
}

.skv2-trust-cta h3 {
    max-width: 620px;
    margin: 0;
    color: #ffffff;
    font-size: clamp(1.4rem, 2.7vw, 2.2rem);
    line-height: 1.12;
    letter-spacing: -0.03em;
}

.skv2-trust-cta .skv2-button--primary {
    flex: 0 0 auto;
    background: #ffffff;
    border-color: #ffffff;
    color: var(--skv2-primary) !important;
}

.skv2-trust-cta .skv2-button--primary:hover {
    background: #dbeafe;
    border-color: #dbeafe;
}

/* Responsive */
@media (max-width: 1050px) {
    .skv2-benefits__grid,
    .skv2-category-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .skv2-hero {
        min-height: 560px;
    }

    .skv2-hero__content {
        width: min(100%, 430px);
    }
}

@media (max-width: 767px) {
    .skv2-shell,
    .skv2-hero__inner {
        width: min(100% - 28px, 1240px);
    }

    .skv2-hero {
        display: grid;
        min-height: 0;
        padding-block: 16px 24px;
    }

    .skv2-hero__media {
        position: relative;
        inset: auto;
        z-index: 0;
        order: 2;
        height: 360px;
        padding: 12px 0 0;
    }

    .skv2-hero__media img {
        object-fit: contain;
        object-position: center;
    }

    .skv2-hero::after {
        display: none;
    }

    .skv2-hero__inner {
        order: 1;
        min-height: 0;
    }

    .skv2-hero__content {
        width: 100%;
        padding: 24px 20px;
        border-radius: 20px;
        background: rgba(247, 249, 251, 0.98);
        box-shadow: none;
    }

    .skv2-hero h1 {
        max-width: 9ch;
        font-size: clamp(2.5rem, 12vw, 3.7rem);
    }

    .skv2-hero__copy {
        font-size: 0.98rem;
    }

    .skv2-hero__actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .skv2-button {
        width: 100%;
    }

    .skv2-benefits__grid,
    .skv2-category-grid,
    .skv2-review-grid {
        grid-template-columns: 1fr;
    }

    .skv2-product-grid {
        grid-template-columns: minmax(0, 1fr);
        width: min(100%, 380px);
        margin-inline: auto;
    }

    .skv2-product-card {
        min-height: 486px;
    }

    .skv2-product-card__image {
        height: 250px;
    }
}


@media (max-width: 1050px) {
    .skv2-trust-grid {
        grid-template-columns: 1fr;
    }

    .skv2-trust-card {
        min-height: 0;
    }
}

@media (max-width: 767px) {
    .skv2-trust-intro {
        grid-template-columns: 1fr;
    }

    .skv2-trust-intro__badge {
        width: 148px;
        min-height: 148px;
    }

    .skv2-trust-grid,
    .skv2-review-grid {
        grid-template-columns: 1fr;
    }

    .skv2-trust-card {
        min-height: 210px;
        padding: 24px 20px;
    }

    .skv2-trust-cta {
        align-items: stretch;
        flex-direction: column;
        padding: 24px 20px;
    }

    .skv2-trust-cta .skv2-button {
        width: 100%;
    }
}

@media (prefers-reduced-motion: reduce) {
    .skv2-home *,
    .skv2-home *::before,
    .skv2-home *::after {
        animation-duration: 0.001ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.001ms !important;
    }
}


/* Policy pages */
.shop-kydara-policy-active .entry-title,
.shop-kydara-policy-active .wp-block-post-title {
    display: none !important;
}

.shop-kydara-policy-active .entry-content {
    margin: 0;
}

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

.skv2-policy {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: clamp(54px, 7vw, 92px) 20px;
    background: #f5f7f9;
    color: var(--skv2-text);
}

.skv2-policy__shell {
    width: min(920px, 100%);
    margin-inline: auto;
}

.skv2-policy__header {
    margin-bottom: 28px;
}

.skv2-policy__header h1 {
    margin: 0;
    color: var(--skv2-text);
    font-size: clamp(2.5rem, 5vw, 4.5rem);
    line-height: 1;
    letter-spacing: -0.05em;
}

.skv2-policy__updated {
    margin: 16px 0 0;
    color: var(--skv2-muted);
    font-size: 0.88rem;
}

.skv2-policy__content {
    padding: clamp(26px, 5vw, 52px);
    border: 1px solid var(--skv2-line);
    border-radius: 26px;
    background: #fff;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
}

.skv2-policy__content h2 {
    margin: 2.1em 0 0.65em;
    color: var(--skv2-text);
    font-size: clamp(1.35rem, 2.5vw, 1.8rem);
    line-height: 1.2;
    letter-spacing: -0.025em;
}

.skv2-policy__content h2:first-child {
    margin-top: 0;
}

.skv2-policy__content p,
.skv2-policy__content li {
    color: #46556a;
    font-size: 1rem;
    line-height: 1.78;
}

.skv2-policy__content ul,
.skv2-policy__content ol {
    padding-left: 1.4rem;
}

.skv2-policy__content a {
    color: #1d4f9a;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.skv2-policy__business {
    margin-top: 44px;
    padding-top: 30px;
    border-top: 1px solid var(--skv2-line);
}

.skv2-policy__business dl {
    display: grid;
    gap: 12px;
    margin: 0;
}

.skv2-policy__business dl > div {
    display: grid;
    grid-template-columns: minmax(140px, 190px) 1fr;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #edf1f5;
}

.skv2-policy__business dt {
    color: var(--skv2-text);
    font-weight: 850;
}

.skv2-policy__business dd {
    margin: 0;
    color: #46556a;
}

@media (max-width: 640px) {
    .skv2-policy {
        padding-inline: 14px;
    }

    .skv2-policy__content {
        padding: 22px 18px;
        border-radius: 20px;
    }

    .skv2-policy__business dl > div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
