/*
Theme Name: CreoKey Store
Theme URI: https://creokey.com/
Author: CreoKey
Description: WooCommerce storefront matched to the connected Lovable design.
Version: 2.0.23
Text Domain: creokey-store
*/

:root {
  --ck-background: oklch(1 0 0);
  --ck-foreground: oklch(.235 0 0);
  --ck-card: oklch(1 0 0);
  --ck-primary: oklch(.588 .245 29.5);
  --ck-primary-dark: oklch(.52 .235 29.5);
  --ck-primary-foreground: oklch(1 0 0);
  --ck-muted: oklch(.968 .003 0);
  --ck-muted-foreground: oklch(.53 .012 20);
  --ck-accent: oklch(.96 .03 25);
  --ck-accent-foreground: oklch(.45 .2 29.5);
  --ck-ink: oklch(.19 .005 285);
  --ck-ink-foreground: oklch(.98 0 0);
  --ck-success: oklch(.62 .16 155);
  --ck-warning: oklch(.78 .16 78);
  --ck-surface: oklch(.982 .003 30);
  --ck-border: oklch(.921 .004 20);
  --ck-radius: .75rem;
  --ck-display: "Poppins", ui-sans-serif, system-ui, sans-serif;
  --ck-sans: "Inter", ui-sans-serif, system-ui, sans-serif;
}

* { box-sizing: border-box; border-color: var(--ck-border); }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ck-foreground); background: var(--ck-background); font-family: var(--ck-sans); line-height: 1.5; }
body.admin-bar .ck-site-header { top: 32px; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { color: inherit; font: inherit; }
h1, h2, h3, h4 { margin-top: 0; font-family: var(--ck-display); letter-spacing: -.02em; }
.ck-shell { width: 100%; max-width: 1280px; margin-inline: auto; padding-inline: 24px; }
.ck-icon { display: inline-block; width: 20px; height: 20px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.ck-icon--red { color: var(--ck-primary); }
.ck-icon--gold { color: var(--ck-warning); }
.ck-icon--gold-dark { color: var(--ck-warning); }
.ck-icon--green { color: var(--ck-success); }

.ck-btn, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, button[type="submit"] {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px; min-height: 0; padding: 14px 24px;
  border: 0; border-radius: 12px; color: var(--ck-primary-foreground); background: var(--ck-primary);
  font-weight: 600; line-height: 24px; cursor: pointer; transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.ck-btn:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, button[type="submit"]:hover { color: #fff; background: var(--ck-primary-dark); transform: translateY(-2px); }
.ck-btn--outline { border: 1px solid var(--ck-border); color: var(--ck-foreground); background: var(--ck-card); }
.ck-btn--outline:hover { border-color: var(--ck-primary); color: var(--ck-foreground); background: var(--ck-card); }
.ck-btn--uppercase { font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }

/* Header */
.ck-site-header { position: sticky; top: 0; z-index: 50; }
.ck-announcement { position: relative; padding: 8px 40px; color: var(--ck-primary-foreground); background: var(--ck-primary); text-align: center; font-size: 14px; font-weight: 500; line-height: 20px; }
.ck-announcement a { text-decoration: underline; text-underline-offset: 4px; }
.ck-announcement button { position: absolute; top: 50%; right: 12px; width: 28px; height: 28px; padding: 0; border: 0; color: inherit; background: transparent; font-size: 20px; line-height: 1; transform: translateY(-50%); cursor: pointer; opacity: .8; }
.ck-announcement button:hover { opacity: 1; }
.ck-topbar { color: var(--ck-ink-foreground); background: var(--ck-ink); }
.ck-topbar__inner { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 24px; padding-block: 8px; font-size: 12px; }
.ck-topbar__benefits { display: flex; min-width: 0; flex-wrap: wrap; align-items: center; gap: 24px; }
.ck-topbar__benefits span { display: inline-flex; align-items: center; gap: 6px; }
.ck-topbar__benefits .ck-icon { width: 16px; height: 16px; }
.ck-topbar__email { opacity: .8; }
.ck-header { border-bottom: 1px solid var(--ck-border); background: color-mix(in oklab, var(--ck-background) 95%, transparent); backdrop-filter: blur(12px); transition: box-shadow .2s ease; }
.ck-header__inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 16px; transition: padding .2s ease; }
.ck-site-header.is-scrolled .ck-announcement, .ck-site-header.is-scrolled .ck-topbar { display: none; }
.ck-site-header.is-scrolled .ck-header { box-shadow: 0 10px 30px -22px oklch(.2 0 0 / .6); }
.ck-site-header.is-scrolled .ck-header__inner { padding-block: 10px; }
.ck-logo { display: flex; min-width: 0; align-items: center; gap: 12px; }
.ck-logo__mark { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 8px; color: var(--ck-primary-foreground); background: var(--ck-primary); font-size: 18px; font-weight: 700; }
.ck-logo__copy { display: block; min-width: 0; line-height: 1.15; }
.ck-logo__name { display: block; overflow: hidden; font-family: var(--ck-display); font-size: 18px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ck-logo__tag { display: block; overflow: hidden; margin-top: 2px; color: var(--ck-muted-foreground); font-size: 10px; font-weight: 600; letter-spacing: .18em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.ck-nav { display: flex; align-items: center; gap: 28px; }
.ck-nav a { color: color-mix(in oklab, var(--ck-foreground) 80%, transparent); font-size: 14px; font-weight: 500; transition: color .2s ease; white-space: nowrap; }
.ck-nav a:hover, .ck-nav a[aria-current="page"] { color: var(--ck-primary); }
.ck-actions { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.ck-shop-link { display: inline-flex; padding: 8px 16px; border-radius: 8px; color: var(--ck-primary-foreground); background: var(--ck-primary); font-size: 14px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.ck-menu-toggle { display: none; width: 40px; height: 40px; padding: 10px; border: 1px solid var(--ck-border); border-radius: 8px; background: var(--ck-background); cursor: pointer; }
.ck-menu-toggle span { display: block; width: 18px; height: 2px; margin: 3px auto; background: currentColor; transition: .2s ease; }

/* Shared headings and surfaces */
.ck-grid-bg { background-color: var(--ck-surface); background-image: linear-gradient(to right,color-mix(in oklab,var(--ck-border) 60%,transparent) 1px,transparent 1px),linear-gradient(to bottom,color-mix(in oklab,var(--ck-border) 60%,transparent) 1px,transparent 1px); background-size: 44px 44px; }
.ck-home-section { padding-block: 64px; }
.ck-section--surface { background: var(--ck-surface); }
.ck-section-heading { max-width: 672px; margin: 0 auto 48px; text-align: center; }
.ck-section-heading > p, .ck-eyebrow { margin: 0 0 12px; color: var(--ck-primary); font-size: 12px; font-weight: 700; line-height: 16px; letter-spacing: .2em; text-transform: uppercase; }
.ck-section-heading h2 { margin-bottom: 0; font-size: 30px; line-height: 1.2; }
.ck-section-heading > span { display: block; margin-top: 16px; color: var(--ck-muted-foreground); font-size: 16px; line-height: 26px; }

/* Hero */
.ck-home-hero { position: relative; overflow: hidden; }
.ck-home-hero__grid { display: grid; align-items: center; gap: 56px; padding-block: 64px; }
.ck-pill { display: inline-flex; align-items: center; gap: 8px; padding: 6px 16px; border-radius: 999px; color: var(--ck-accent-foreground); background: var(--ck-accent); font-size: 14px; font-weight: 600; line-height: 20px; }
.ck-pill .ck-icon { width: 16px; height: 16px; }
.ck-home-hero h1 { margin: 24px 0 0; font-size: 36px; font-weight: 700; line-height: 1.08; }
.ck-home-hero h1 span { color: var(--ck-primary); }
.ck-home-hero__copy > p { max-width: 576px; margin: 24px 0 0; color: var(--ck-muted-foreground); font-size: 18px; line-height: 28px; }
.ck-hero-checks { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.ck-hero-checks li { display: flex; align-items: center; gap: 12px; font-weight: 600; }
.ck-hero-checks li > span { display: grid; width: 24px; height: 24px; flex: 0 0 auto; place-items: center; border-radius: 50%; background: color-mix(in oklab,var(--ck-success) 15%,transparent); }
.ck-hero-checks .ck-icon { width: 14px; height: 14px; color: var(--ck-success); }
.ck-button-row { display: flex; flex-wrap: wrap; gap: 12px; }
.ck-home-hero .ck-button-row { margin-top: 32px; }
.ck-home-hero .ck-button-row .ck-icon { width: 16px; height: 16px; }
.ck-hero-metrics { display: grid; max-width: 544px; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 16px; margin: 40px 0 0; padding-top: 24px; border-top: 1px solid var(--ck-border); }
.ck-hero-metrics > div { display: flex; min-width: 0; align-items: center; gap: 8px; }
.ck-hero-metrics > div > span { min-width: 0; }
.ck-hero-metrics .ck-icon { color: var(--ck-primary); }
.ck-hero-metrics dt { overflow: hidden; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.ck-hero-metrics dd { overflow: hidden; margin: 0; color: var(--ck-muted-foreground); font-size: 12px; line-height: 16px; text-overflow: ellipsis; white-space: nowrap; }
.ck-hero-badges { display: flex; flex-wrap: wrap; align-items: center; gap: 20px; margin-top: 24px; color: var(--ck-muted-foreground); font-size: 14px; line-height: 20px; }
.ck-hero-badges span { display: inline-flex; align-items: center; gap: 6px; }
.ck-hero-badges .ck-icon { width: 16px; height: 16px; }
.ck-home-hero__visual { width: 100%; max-width: 512px; margin-inline: auto; }
.ck-hero-orbit { position: relative; display: grid; width: 100%; aspect-ratio: 1; place-items: center; padding: 32px; border-radius: 50%; background: linear-gradient(135deg,var(--ck-accent),var(--ck-surface)); }
.ck-hero-orbit > img { position: absolute; inset: 32px; width: auto; max-width: calc(100% - 64px); height: calc(100% - 64px); max-height: none; margin: auto; object-fit: contain; filter: drop-shadow(0 25px 25px rgb(0 0 0 / .22)); animation: ck-float 6s ease-in-out infinite; }
@keyframes ck-float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
.ck-orbit-app { position: absolute; display: grid; width: 56px; height: 56px; place-items: center; border: 4px solid var(--ck-background); border-radius: 16px; color: #fff; box-shadow: 0 10px 20px rgb(0 0 0 / .18); font-family: var(--ck-display); font-size: 18px; font-weight: 700; transform: translate(-50%,-50%); }
.ck-orbit-app--ps { left: 50%; top: 3%; background: linear-gradient(135deg,oklch(.42 .13 255),oklch(.62 .18 250)); }
.ck-orbit-app--ai { left: 90.7%; top: 26.5%; background: linear-gradient(135deg,oklch(.45 .13 55),oklch(.75 .17 70)); }
.ck-orbit-app--pr { left: 90.7%; top: 73.5%; background: linear-gradient(135deg,oklch(.32 .14 295),oklch(.55 .2 300)); }
.ck-orbit-app--ae { left: 50%; top: 97%; background: linear-gradient(135deg,oklch(.3 .13 300),oklch(.52 .18 290)); }
.ck-orbit-app--id { left: 9.3%; top: 73.5%; background: linear-gradient(135deg,oklch(.36 .16 355),oklch(.58 .2 5)); }
.ck-orbit-app--lr { left: 9.3%; top: 26.5%; background: linear-gradient(135deg,oklch(.4 .12 240),oklch(.66 .15 235)); }

/* Trustpilot */
.ck-trustpilot-badge { display: inline-flex; align-items: center; gap: 12px; padding: 12px 16px; border: 1px solid var(--ck-border); border-radius: 12px; color: var(--ck-foreground); background: var(--ck-card); transition: box-shadow .2s ease; }
.ck-trustpilot-badge:hover { box-shadow: 0 10px 28px -20px oklch(.2 0 0 / .6); }
.ck-trustpilot-badge--hero { margin-top: 24px; }
.ck-trustpilot-badge__stars { display: flex; align-items: center; gap: 2px; }
.ck-trustpilot-badge__stars span { display: grid; width: 16px; height: 16px; place-items: center; padding: 2px; border-radius: 2px; color: #fff; background: var(--ck-success); }
.ck-trustpilot-badge__stars .ck-icon { width: 12px; height: 12px; }
.ck-mini-stars span { display: grid; width: 18px; height: 18px; place-items: center; border-radius: 2px; color: #fff; background: var(--ck-success); font-size: 11px; line-height: 1; }
.ck-trustpilot-badge__rating { min-width: 0; font-size: 14px; line-height: 1.25; }
.ck-trustpilot-badge__rating strong { display: block; }
.ck-trustpilot-badge__rating span { display: block; color: var(--ck-muted-foreground); }
.ck-trustpilot-badge__brand { display: flex; align-items: center; gap: 4px; padding-left: 12px; border-left: 1px solid var(--ck-border); font-size: 14px; font-weight: 700; line-height: 20px; white-space: nowrap; }
.ck-trustpilot-badge__brand .ck-icon { width: 16px; height: 16px; color: var(--ck-success); }
.ck-trustpilot-badge--compact .ck-trustpilot-badge__rating span { display: none; }

/* Bundle and trust strip */
.ck-bundle { display: grid; align-items: center; gap: 48px; }
.ck-bundle__media { position: relative; overflow: hidden; padding: 24px; border-radius: 24px; background: var(--ck-surface); }
.ck-bundle__media > span { position: absolute; top: 24px; left: 24px; z-index: 2; padding: 4px 12px; border-radius: 6px; color: #fff; background: var(--ck-primary); font-size: 12px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.ck-bundle__media a { display: block; overflow: hidden; border-radius: 16px; }
.ck-bundle__media img { width: 100%; border-radius: 16px; transition: transform .5s ease; }
.ck-bundle__media a:hover img { transform: scale(1.03); }
.ck-bundle__copy h2 { margin: 0; font-size: 30px; line-height: 1.2; }
.ck-bundle__copy > p:not(.ck-eyebrow) { margin: 16px 0 0; color: var(--ck-muted-foreground); }
.ck-feature-list { display: grid; gap: 12px; margin: 24px 0 0; padding: 0; list-style: none; }
.ck-feature-list li { display: flex; align-items: flex-start; gap: 8px; font-size: 14px; font-weight: 500; line-height: 20px; }
.ck-feature-list .ck-icon { width: 16px; height: 16px; margin-top: 2px; color: var(--ck-success); }
.ck-bundle .ck-feature-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
.ck-included-note { padding: 16px; border-radius: 12px; background: var(--ck-surface); font-size: 14px; }
.ck-included-note strong { color: var(--ck-foreground); }
.ck-price-row { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin-top: 24px; }
.ck-price-row > strong { color: var(--ck-primary); font-size: 36px; font-weight: 700; line-height: 1; }
.ck-price-row del { color: var(--ck-muted-foreground); font-size: 18px; }
.ck-price-row > span { padding: 4px 8px; border-radius: 6px; color: var(--ck-success); background: color-mix(in oklab,var(--ck-success) 15%,transparent); font-size: 14px; font-weight: 700; }
.ck-bundle .ck-button-row { margin-top: 24px; }
.ck-trustbar { padding-block: 32px; border-block: 1px solid var(--ck-border); background: var(--ck-surface); }
.ck-trustbar__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; }
.ck-trustbar__grid > div { display: flex; min-width: 0; align-items: center; gap: 12px; }
.ck-trustbar__grid .ck-icon { width: 24px; height: 24px; color: var(--ck-primary); }
.ck-trustbar__grid strong, .ck-trustbar__grid small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ck-trustbar__grid strong { font-size: 14px; line-height: 20px; }
.ck-trustbar__grid small { color: var(--ck-muted-foreground); font-size: 12px; line-height: 16px; }

/* Cards and homepage grids */
.ck-product-grid { display: grid; grid-template-columns: 1fr; gap: 24px; }
.ck-card { display: flex; overflow: hidden; flex-direction: column; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); transition: box-shadow .2s ease; }
.ck-card:hover { box-shadow: 0 18px 40px -24px oklch(.2 0 0 / .45); }
.ck-card__media { position: relative; display: grid; aspect-ratio: 1; place-items: center; overflow: hidden; background: var(--ck-surface); }
.ck-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease, opacity .5s ease; }
.ck-card:hover .ck-card__media img { transform: scale(1.05); opacity: .95; }
.ck-sale { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 4px 8px; border-radius: 6px; color: #fff; background: var(--ck-primary); font-size: 11px; font-weight: 700; letter-spacing: .025em; text-transform: uppercase; }
.ck-app-tile { display: grid; width: 100%; height: 100%; place-items: center; border-radius: 0; color: #fff; background: linear-gradient(135deg,var(--tile-a,#333),var(--tile-b,#777)); font-family: var(--ck-display); font-size: 60px; font-weight: 700; transition: transform .5s ease; }
.ck-card:hover .ck-app-tile { transform: scale(1.05); }
.ck-card__body { display: flex; flex: 1; flex-direction: column; gap: 12px; padding: 16px; }
.ck-card h3 { margin: 0; font-size: 16px; font-weight: 600; line-height: 1.35; }
.ck-card h3 a:hover { color: var(--ck-primary); }
.ck-card__rating { display: flex; align-items: center; gap: 6px; color: var(--ck-muted-foreground); font-size: 12px; }
.ck-card__rating .ck-icon { width: 14px; height: 14px; }
.ck-card__rating strong { color: var(--ck-foreground); }
.ck-card__price { display: flex; align-items: baseline; gap: 8px; margin-top: auto; }
.ck-card__price strong { color: var(--ck-primary); font-size: 18px; }
.ck-card__price del { color: var(--ck-muted-foreground); font-size: 14px; }
.ck-card .ck-btn { min-height: 40px; padding: 10px 16px; border-radius: 8px; color: var(--ck-ink-foreground); background: var(--ck-ink); font-size: 14px; font-weight: 700; line-height: 20px; letter-spacing: .025em; text-transform: uppercase; }
.ck-card .ck-btn:hover { background: var(--ck-primary); transform: none; }
.ck-ai-grid, .ck-why-grid, .ck-testimonials { display: grid; gap: 24px; }
.ck-ai-grid article { overflow: hidden; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-ai-grid img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.ck-ai-grid article > div { padding: 24px; }
.ck-ai-grid h3, .ck-why-grid h3 { margin: 0; font-size: 18px; font-weight: 600; line-height: 28px; }
.ck-ai-grid p, .ck-why-grid p { margin: 8px 0 0; color: var(--ck-muted-foreground); font-size: 14px; line-height: 20px; }
.ck-steps { display: grid; gap: 24px; }
.ck-steps article { padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-steps article > span { color: color-mix(in oklab,var(--ck-primary) 20%,transparent); font-family: var(--ck-display); font-size: 36px; font-weight: 700; line-height: 40px; }
.ck-steps h3 { margin: 12px 0 0; font-size: 18px; font-weight: 600; line-height: 28px; }
.ck-steps p { margin: 8px 0 0; color: var(--ck-muted-foreground); font-size: 14px; line-height: 20px; }
.ck-stats { padding-block: 56px; color: var(--ck-ink-foreground); background: var(--ck-ink); text-align: center; }
.ck-stats h2 { margin: 0; font-size: 30px; line-height: 36px; }
.ck-stats > div > p { margin: 12px 0 0; opacity: .7; }
.ck-stats dl { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; margin: 40px 0 0; }
.ck-stats dt { color: var(--ck-primary); font-family: var(--ck-display); font-size: 30px; font-weight: 700; line-height: 36px; }
.ck-stats dd { margin: 4px 0 0; font-size: 14px; line-height: 20px; opacity: .7; }
.ck-why-grid article { padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-why-grid article > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 12px; background: var(--ck-accent); }
.ck-why-grid article > span .ck-icon { color: var(--ck-primary); }
.ck-why-grid h3 { margin-top: 16px; }
.ck-testimonials figure { margin: 0; padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-testimonials figure > .ck-icon { display: block; width: 24px; height: 24px; color: color-mix(in oklab,var(--ck-primary) 30%,transparent); }
.ck-testimonials figcaption { margin-top: 12px; color: var(--ck-success); font-size: 12px; font-weight: 600; line-height: 16px; letter-spacing: .025em; text-transform: uppercase; }
.ck-testimonials blockquote { margin: 12px 0 0; font-size: 14px; line-height: 22.75px; }
.ck-testimonials figure > div { display: flex; align-items: center; gap: 12px; margin-top: 20px; }
.ck-testimonials figure > div > span { display: grid; width: 36px; height: 36px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--ck-accent-foreground); background: var(--ck-accent); font-size: 12px; font-weight: 700; }
.ck-testimonials figure p { min-width: 0; margin: 0; font-size: 14px; }
.ck-testimonials figure p strong, .ck-testimonials figure p small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ck-testimonials figure p strong { line-height: 20px; }
.ck-testimonials figure p small { font-size: 12px; line-height: 16px; }
.ck-testimonials figure p small { color: var(--ck-muted-foreground); font-size: 12px; }
.ck-testimonials em { margin-left: auto; color: var(--ck-warning); font-style: normal; }
.ck-partner { display: grid; align-items: center; gap: 48px; }
.ck-partner h2 { margin: 0; font-size: 30px; line-height: 36px; }
.ck-partner > div > p { margin: 16px 0 0; color: var(--ck-muted-foreground); }
.ck-partner .ck-btn { margin-top: 32px; }
.ck-partner > img { width: 100%; border-radius: 24px; }
.ck-brand-marquee { overflow: hidden; padding-block: 48px; border-block: 1px solid var(--ck-border); background: var(--ck-surface); }
.ck-brand-marquee h2 { margin: 0; padding-inline: 24px; color: var(--ck-muted-foreground); text-align: center; font-family: var(--ck-sans); font-size: 18px; font-weight: 600; line-height: 28px; }
.ck-marquee-track { display: flex; width: max-content; gap: 64px; margin-top: 32px; padding-inline: 32px; animation: ck-marquee 32s linear infinite; }
.ck-marquee-track span { color: color-mix(in oklab,var(--ck-muted-foreground) 50%,transparent); font-family: var(--ck-display); font-size: 24px; font-weight: 700; line-height: 32px; }
@keyframes ck-marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* FAQ */
.ck-faq-wrap { width: 100%; max-width: 768px; margin-inline: auto; padding-inline: 24px; }
.ck-faq-wrap > .ck-section-heading { margin-bottom: 40px; }
.ck-faq { overflow: hidden; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-faq details + details { border-top: 1px solid var(--ck-border); }
.ck-faq summary { display: grid; grid-template-columns: minmax(0,1fr) auto; align-items: center; gap: 16px; padding: 16px 20px; list-style: none; cursor: pointer; font-size: 14px; font-weight: 600; line-height: 24px; }
.ck-faq summary::-webkit-details-marker { display: none; }
.ck-faq summary::after { display: grid; width: 20px; height: 20px; place-items: center; content: "+"; color: var(--ck-muted-foreground); font-size: 22px; font-weight: 400; line-height: 20px; }
.ck-faq details[open] summary::after { content: "−"; color: var(--ck-primary); }
.ck-faq details p { margin: 0; padding: 0 20px 20px; color: var(--ck-muted-foreground); font-size: 14px; line-height: 22.75px; }
.ck-faq details[open] summary::after { content: "\2212"; }
.ck-help-box { margin-top: 40px; padding: 32px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-surface); text-align: center; }
.ck-help-box h2, .ck-help-box h3 { margin: 0; font-size: 18px; font-weight: 600; line-height: 28px; }
.ck-help-box .ck-button-row { justify-content: center; margin-top: 20px; }
.ck-help-box .ck-btn { min-height: 0; padding: 12px 24px; }

/* Inner pages */
.ck-generic-content { min-height: 45vh; }
.ck-inner-page { width: 100%; max-width: 896px; margin-inline: auto; padding: 56px 24px; }
.ck-inner-page--faq { max-width: 768px; }
.ck-inner-page--wide { max-width: 1280px; }
.ck-inner-page--contact { max-width: 1024px; }
.ck-inner-page > h1, .ck-about-page h1 { margin: 0; font-size: 36px; line-height: 40px; }
.ck-inner-page > h1 + p, .ck-about-page__grid > div > p { margin: 12px 0 0; color: var(--ck-muted-foreground); }
.ck-page-faq { margin-top: 40px; }
.ck-guide-image { width: 100%; margin-top: 32px; border-radius: 16px; }
.ck-guide { display: grid; gap: 24px; margin: 40px 0 0; padding: 0; list-style: none; }
.ck-guide li { display: flex; gap: 20px; padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-guide li > span { display: grid; width: 40px; height: 40px; flex: 0 0 auto; place-items: center; border-radius: 50%; color: var(--ck-primary-foreground); background: var(--ck-primary); font-weight: 700; }
.ck-guide h2 { margin: 0; font-size: 18px; font-weight: 600; line-height: 28px; }
.ck-guide p { margin: 8px 0 0; color: var(--ck-muted-foreground); font-size: 14px; }
.ck-system-box { margin-top: 40px; padding: 24px; border-radius: 16px; background: var(--ck-surface); }
.ck-system-box h2 { margin: 0; font-size: 18px; line-height: 28px; }
.ck-system-box p { margin: 8px 0 0; color: var(--ck-muted-foreground); font-size: 14px; }
.ck-about-page__grid { display: grid; align-items: center; gap: 48px; }
.ck-about-page__grid > div > p { margin-top: 20px; }
.ck-about-page__grid > div > p + p { margin-top: 16px; }
.ck-about-list { margin-top: 32px; }
.ck-about-list + .ck-btn { margin-top: 32px; }
.ck-about-page__grid > img { width: 100%; border-radius: 24px; }
.ck-about-stats { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 32px; margin: 64px 0 0; padding: 40px; border-radius: 24px; background: var(--ck-surface); }
.ck-about-stats div { text-align: center; }
.ck-about-stats dt { color: var(--ck-primary); font-family: var(--ck-display); font-size: 30px; font-weight: 700; line-height: 36px; }
.ck-about-stats dd { margin: 4px 0 0; color: var(--ck-muted-foreground); font-size: 14px; line-height: 20px; }
.ck-contact-layout { display: grid; gap: 40px; margin-top: 40px; }
.ck-contact-form { display: grid; gap: 16px; padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-contact-form__row { display: grid; gap: 16px; }
.ck-contact-form label { display: block; font-size: 14px; font-weight: 500; line-height: 20px; }
.ck-contact-form input, .ck-contact-form textarea { display: inline-block; width: 100%; margin-top: 6px; padding: 10px 12px; border: 1px solid var(--ck-border); border-radius: 8px; background: var(--ck-background); font-size: 14px; outline: none; }
.ck-contact-form input { min-height: 42px; }
.ck-contact-form textarea { resize: vertical; }
.ck-contact-form input:focus, .ck-contact-form textarea:focus { box-shadow: 0 0 0 2px var(--ck-primary); }
.ck-contact-form button { display: inline-block; min-height: 0; justify-self: start; padding: 12px 24px; line-height: 24px; }
.ck-alert { margin: 0; padding: 12px 16px; border-radius: 8px; color: var(--ck-success); background: color-mix(in oklab,var(--ck-success) 10%,transparent); font-size: 14px; font-weight: 500; }
.ck-alert--error { color: #b91c1c; background: #fef2f2; }
.ck-alert--error a { color: inherit; font-weight: 700; text-decoration: underline; }
.ck-contact-aside { display: grid; gap: 16px; }
.ck-contact-aside article { padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-surface); }
.ck-contact-aside .ck-icon { color: var(--ck-primary); }
.ck-contact-aside h2 { margin: 12px 0 0; font-size: 16px; font-weight: 600; line-height: 24px; }
.ck-contact-aside a, .ck-contact-aside p { display: block; margin: 4px 0 0; color: var(--ck-muted-foreground); font-size: 14px; line-height: 20px; }

/* Shop and product pages */
.ck-shop-page { padding-block: 56px; }
.ck-shop-page h1 { margin: 0; font-size: 36px; line-height: 40px; }
.ck-shop-page .ck-shell > p { max-width: 672px; margin: 12px 0 0; color: var(--ck-muted-foreground); }
.ck-shop-page .ck-product-grid { margin-top: 40px; }
.ck-product-page { padding-block: 48px; padding-bottom: 128px; }
.ck-breadcrumbs { color: var(--ck-muted-foreground); font-size: 14px; }
.ck-breadcrumbs a:hover { color: var(--ck-primary); }
.ck-product-page__grid { display: grid; gap: 48px; margin-top: 32px; }
.ck-product-page__media { display: grid; align-self: start; overflow: hidden; place-items: center; padding: 24px; border-radius: 24px; background: var(--ck-surface); }
.ck-product-page__media img { width: 100%; border-radius: 16px; object-fit: cover; }
.ck-product-page__media .ck-app-tile { aspect-ratio: 1; border-radius: 16px; }
.ck-product-sale { display: inline-flex; padding: 4px 10px; border-radius: 6px; color: var(--ck-primary-foreground); background: var(--ck-primary); font-size: 12px; font-weight: 700; text-transform: uppercase; }
.ck-product-page__summary h1 { margin: 16px 0 0; font-size: 30px; line-height: 36px; }
.ck-product-tagline { margin: 12px 0 0; color: var(--ck-muted-foreground); font-weight: 500; }
.ck-product-rating { display: flex; align-items: center; gap: 8px; margin-top: 12px; color: var(--ck-muted-foreground); font-size: 14px; }
.ck-product-rating .ck-icon { width: 16px; height: 16px; }
.ck-product-rating strong { color: var(--ck-foreground); }
.ck-product-description { margin: 16px 0 0; color: var(--ck-muted-foreground); }
.ck-product-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 32px; }
.ck-product-actions .ck-btn { padding-inline: 32px; }
.ck-product-meta { display: grid; gap: 16px; margin-top: 32px; padding: 20px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-surface); }
.ck-product-meta > div { display: flex; min-width: 0; align-items: center; gap: 8px; }
.ck-product-meta .ck-icon { color: var(--ck-primary); }
.ck-product-meta strong, .ck-product-meta small { display: block; }
.ck-product-meta small { color: var(--ck-muted-foreground); font-size: 14px; }
.ck-product-included { margin-top: 32px; }
.ck-product-included h2 { margin: 0; font-size: 18px; font-weight: 600; }
.ck-product-included ul { display: grid; gap: 8px; margin: 12px 0 0; padding: 0; color: var(--ck-muted-foreground); font-size: 14px; list-style: none; }
.ck-product-trust, .ck-product-faq, .ck-related { margin-top: 80px; }
.ck-product-trust > h2, .ck-product-faq > h2, .ck-related > h2 { margin: 0; font-size: 24px; line-height: 32px; }
.ck-product-trust__intro { display: flex; flex-wrap: wrap; align-items: center; gap: 16px; margin-top: 24px; }
.ck-product-trust__intro p { margin: 0; color: var(--ck-muted-foreground); font-size: 14px; }
.ck-product-trust__grid { display: grid; gap: 24px; margin-top: 24px; }
.ck-product-trust figure { margin: 0; padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.ck-mini-stars { display: flex; gap: 2px; }
.ck-product-trust blockquote { margin: 16px 0 0; font-size: 14px; line-height: 1.65; }
.ck-product-trust figcaption { margin-top: 20px; font-size: 14px; }
.ck-product-trust figcaption strong, .ck-product-trust figcaption span { display: block; }
.ck-product-trust figcaption span { color: var(--ck-muted-foreground); font-size: 12px; }
.ck-outline-link { display: inline-flex; margin-top: 24px; padding: 10px 20px; border: 1px solid var(--ck-border); border-radius: 12px; font-size: 14px; font-weight: 600; }
.ck-product-faq .ck-faq { margin-top: 24px; }
.ck-related .ck-product-grid { margin-top: 24px; }
.ck-mobile-buy { position: fixed; inset-inline: 0; bottom: 0; z-index: 40; display: flex; align-items: center; gap: 12px; padding: 12px 16px calc(12px + env(safe-area-inset-bottom)); border-top: 1px solid var(--ck-border); background: color-mix(in oklab,var(--ck-background) 95%,transparent); backdrop-filter: blur(12px); }
.ck-mobile-buy > span { min-width: 0; flex: 1; font-size: 14px; line-height: 1.25; }
.ck-mobile-buy strong { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.ck-mobile-buy em { display: block; color: var(--ck-primary); font-style: normal; font-weight: 700; }
.ck-mobile-buy .ck-btn { min-height: 44px; flex: 0 0 auto; padding: 10px 24px; font-size: 14px; line-height: 20px; }

/* WooCommerce checkout and notices */
.woocommerce .woocommerce-breadcrumb, .woocommerce-result-count, .woocommerce-ordering { display: none; }
.woocommerce-message, .woocommerce-info, .woocommerce-error { margin: 0 0 24px; padding: 16px 20px; border: 0; border-radius: 12px; background: var(--ck-surface); list-style: none; }
.woocommerce-error { color: oklch(.45 .2 29.5); background: var(--ck-accent); }
.woocommerce form.checkout { display: grid; align-items: start; gap: 32px; }
.woocommerce-checkout #customer_details, .woocommerce-checkout-review-order, .woocommerce-order { padding: 24px; border: 1px solid var(--ck-border); border-radius: 16px; background: var(--ck-card); }
.woocommerce-checkout .col2-set { display: grid; gap: 16px; }
.woocommerce-checkout .col-1, .woocommerce-checkout .col-2 { float: none!important; width: auto!important; }
.woocommerce form .form-row { margin: 0 0 16px; padding: 0; }
.woocommerce form .form-row label { font-size: 14px; font-weight: 500; }
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select, .select2-container--default .select2-selection--single { min-height: 42px; padding: 10px 12px; border: 1px solid var(--ck-border); border-radius: 8px; background: var(--ck-background); }
.select2-container--default .select2-selection--single .select2-selection__rendered { padding: 0; line-height: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow { top: 8px; }
#order_review_heading { margin: 32px 0 16px; font-size: 18px; }
.woocommerce table.shop_table { border-collapse: separate; overflow: hidden; border: 1px solid var(--ck-border); border-radius: 12px; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { padding: 14px; border-color: var(--ck-border); }
.woocommerce-checkout #payment { background: var(--ck-surface); }
.woocommerce-checkout #payment div.payment_box { background: var(--ck-muted); }
.woocommerce-checkout #payment #place_order { width: 100%; margin-top: 12px; }

/* WooCommerce checkout block — aligned to the Lovable checkout */
.woocommerce-checkout .ck-inner-page--checkout { position: relative; width: 100%; max-width: 1024px; min-height: 846px; margin-inline: auto; padding: 56px 24px; }
.ck-checkout-progress { width: 100%; margin: -16px 0 40px; padding: 16px 20px 14px; border-bottom: 1px solid var(--ck-border); background: var(--ck-background); }
.ck-checkout-progress__steps { display: flex; max-width: 680px; margin: 0 auto 12px; align-items: center; justify-content: center; gap: 16px; }
.ck-checkout-progress__steps > i { width: 86px; height: 1px; flex: 0 1 86px; background: var(--ck-border); }
.ck-checkout-progress__step { display: inline-flex; align-items: center; gap: 7px; color: var(--ck-foreground); font-family: var(--ck-display); font-size: 15px; font-style: normal; font-weight: 700; line-height: 1; white-space: nowrap; }
.ck-checkout-progress__step > span { display: inline-flex; width: 14px; height: 14px; flex: 0 0 14px; align-items: center; justify-content: center; border: 2px solid currentColor; border-radius: 50%; }
.ck-checkout-progress__step > span::after { width: 4px; height: 4px; border-radius: 50%; background: currentColor; content: ""; }
.ck-checkout-progress__step.is-active { color: var(--ck-primary); }
.ck-checkout-progress__step.is-complete > span::after { width: 6px; height: 3px; border: solid currentColor; border-width: 0 0 2px 2px; border-radius: 0; background: transparent; transform: rotate(-45deg) translate(1px,-1px); }
.ck-checkout-security { display: flex; min-height: 32px; align-items: center; justify-content: center; gap: 12px; }
.ck-checkout-security img { display: block; width: auto; max-height: 32px; object-fit: contain; }
.woocommerce-checkout .ck-inner-page--checkout > h1 { margin: 0; font-size: 36px; line-height: 40px; }
.woocommerce-checkout .ck-checkout-content { margin-top: 40px; }
.woocommerce-checkout .wc-block-checkout { margin: 0 !important; padding-top: 0 !important; }
.woocommerce-checkout .wc-block-components-sidebar-layout { align-items: flex-start; }
.woocommerce-checkout .wc-block-components-main.wc-block-checkout__main { width: 604px !important; flex: 0 0 604px; padding: 24px !important; border: 1px solid var(--ck-border); border-radius: 20px; background: var(--ck-card); }
.woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar { width: 372px !important; flex: 0 0 372px; padding-left: 32px !important; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block { overflow: hidden; padding: 24px; border: 1px solid var(--ck-border); border-radius: 20px; background: var(--ck-surface); }
.woocommerce-checkout .wc-block-components-checkout-order-summary__title { height: 28px; min-height: 0; margin: 0 !important; padding: 0; font-family: var(--ck-display); font-size: 18px; font-weight: 600; line-height: 28px; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-text { margin: 0; line-height: 28px; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__title-price, .woocommerce-checkout .wc-block-components-checkout-order-summary__title-icon { display: none !important; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__content { padding: 0; }
.woocommerce-checkout .wc-block-components-checkout-step__heading-title, .woocommerce-checkout .wc-block-components-title { font-family: var(--ck-display); font-size: 18px; font-weight: 600; line-height: 28px; }
.woocommerce-checkout .wc-block-components-text-input input, .woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input { border-color: var(--ck-border) !important; border-radius: 12px !important; }
.woocommerce-checkout .wc-block-components-product-metadata, .woocommerce-checkout .wc-block-components-sale-badge, .woocommerce-checkout .wc-block-components-product-price__regular, .woocommerce-checkout .wc-block-cart-item__prices, .woocommerce-checkout .wc-block-components-order-summary-item__image, .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-coupon-form-block, .woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-totals-block { display: none !important; }
.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-cart-items-block { margin-top: 16px; padding: 0 !important; }
.woocommerce-checkout .wc-block-components-order-summary-item { height: 36px; min-height: 0; overflow: hidden; padding: 0; border-bottom: 0; align-items: flex-start; }
.woocommerce-checkout .wc-block-components-order-summary-item__description { min-height: 36px; padding: 0 12px 0 0; }
.woocommerce-checkout .wc-block-components-product-name { margin: 0; font-family: var(--ck-sans); font-size: 14px; font-weight: 400; line-height: 20px; }
.woocommerce-checkout .wc-block-components-product-name::after { display: block; color: var(--ck-muted-foreground); content: "1-year subscription"; font-size: 12px; line-height: 16px; }
.woocommerce-checkout .wc-block-components-order-summary-item__total-price { min-height: 36px; padding: 0; font-size: 14px; line-height: 20px; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__content > .wc-block-components-totals-wrapper:last-of-type { height: 44.6667px; overflow: hidden; margin-top: 16px; padding: 16px 0 0 !important; border-top: 1px solid var(--ck-border); font-size: 18px; line-height: 28px; }
.woocommerce-checkout .wc-block-components-checkout-order-summary__content::after { display: block; margin-top: 16px; padding: 0; color: var(--ck-muted-foreground); content: "Delivery within 5–30 minutes to your email. 14-day refund if the license is not activated."; font-size: 12px; line-height: 16px; }
.woocommerce-checkout .ck-trustpilot-badge--checkout { position: absolute; top: 503px; right: 24px; width: 340px; justify-content: center; border-radius: 16px; }

/* Forminator checkout forms inherit the CreoKey checkout appearance. */
.ck-checkout-content .forminator-ui { max-width: none !important; padding: 24px !important; border: 1px solid var(--ck-border) !important; border-radius: 20px !important; background: var(--ck-card) !important; }
.ck-checkout-content .forminator-ui .forminator-label { margin-bottom: 8px !important; color: var(--ck-foreground) !important; font-family: var(--ck-sans) !important; font-size: 14px !important; font-weight: 600 !important; }
.ck-checkout-content .forminator-ui .forminator-input, .ck-checkout-content .forminator-ui .forminator-textarea, .ck-checkout-content .forminator-ui .forminator-select { min-height: 52px !important; border: 1px solid var(--ck-border) !important; border-radius: 12px !important; background: var(--ck-background) !important; color: var(--ck-foreground) !important; font-family: var(--ck-sans) !important; font-size: 16px !important; }
.ck-checkout-content .forminator-ui .forminator-button { min-height: 48px !important; border-radius: 10px !important; background: var(--ck-primary) !important; color: #fff !important; font-family: var(--ck-display) !important; font-weight: 700 !important; }
.ck-inner-page--forminator-checkout { width: 100%; max-width: 1024px; margin-inline: auto; padding: 56px 24px 96px; }
.ck-inner-page--forminator-checkout .ck-checkout-content { margin: 0; }
.ck-inner-page--forminator-checkout .elementor-section-wrap, .ck-inner-page--forminator-checkout .elementor-section, .ck-inner-page--forminator-checkout .elementor-container { max-width: none !important; }
.ck-form-checkout-heading { display: grid; max-width: 760px; margin: 0 auto 34px; text-align: center; }
.ck-form-checkout-heading > span { color: var(--ck-primary); font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ck-form-checkout-heading h1 { margin: 8px 0 0; font-size: 36px; line-height: 1.15; }
.ck-form-checkout-heading p { margin: 10px 0 0; color: var(--ck-muted-foreground); font-size: 15px; }
.ck-form-checkout-heading strong { margin-top: 12px; font-family: var(--ck-display); font-size: 28px; }
.ck-inner-page--forminator-checkout .ck-form-checkout-layout > .elementor-container { display: grid !important; grid-template-columns: minmax(0,1.75fr) minmax(290px,1fr); gap: 30px; align-items: start; }
.ck-inner-page--forminator-checkout .ck-form-checkout-layout .elementor-column { width: 100% !important; }
.ck-form-checkout-main > .elementor-widget-wrap, .ck-form-checkout-main > .elementor-column-wrap > .elementor-widget-wrap { padding: 30px !important; border: 1px solid var(--ck-border); border-radius: 20px; background: var(--ck-background); }
.ck-inner-page--forminator-checkout .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap, .ck-inner-page--forminator-checkout .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-column-wrap > .elementor-widget-wrap { padding: 30px !important; border: 1px solid var(--ck-border); border-radius: 20px; background: var(--ck-background); }
.ck-forminator-checkout-page .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap, .ck-forminator-checkout-page .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-column-wrap > .elementor-widget-wrap { padding: 30px !important; border: 1px solid var(--ck-border); border-radius: 20px; background: var(--ck-background); }
.ck-form-panel-heading { margin-bottom: 22px; }
.ck-form-panel-heading h2, .ck-order-summary h2 { margin: 0; font-size: 21px; line-height: 1.25; }
.ck-form-panel-heading p { margin: 8px 0 0; color: var(--ck-muted-foreground); font-size: 14px; line-height: 1.5; }
.ck-inner-page--forminator-checkout .forminator-ui { max-width: none !important; margin: 0 !important; }
.ck-forminator-checkout-page .forminator-ui { max-width: none !important; margin: 0 !important; }
.ck-inner-page--forminator-checkout .forminator-ui .forminator-row { margin-bottom: 18px !important; }
.ck-forminator-checkout-page .forminator-ui .forminator-row { margin-bottom: 18px !important; }
.ck-inner-page--forminator-checkout .forminator-ui .forminator-field { margin: 0 !important; }
.ck-forminator-checkout-page .forminator-ui .forminator-field { margin: 0 !important; }
.ck-inner-page--forminator-checkout .forminator-ui .forminator-input, .ck-inner-page--forminator-checkout .forminator-ui .forminator-textarea, .ck-inner-page--forminator-checkout .forminator-ui .forminator-select { min-height: 48px !important; border-color: #e4dfdf !important; border-radius: 12px !important; background: #fff !important; box-shadow: none !important; }
.ck-forminator-checkout-page .forminator-ui .forminator-input, .ck-forminator-checkout-page .forminator-ui .forminator-textarea, .ck-forminator-checkout-page .forminator-ui .forminator-select { min-height: 48px !important; border-color: #e4dfdf !important; border-radius: 12px !important; background: #fff !important; box-shadow: none !important; }
.ck-inner-page--forminator-checkout .forminator-ui .forminator-input:focus, .ck-inner-page--forminator-checkout .forminator-ui .forminator-textarea:focus { border-color: var(--ck-primary) !important; box-shadow: 0 0 0 3px rgba(239,0,0,.08) !important; }
.ck-forminator-checkout-page .forminator-ui .forminator-input:focus, .ck-forminator-checkout-page .forminator-ui .forminator-textarea:focus { border-color: var(--ck-primary) !important; box-shadow: 0 0 0 3px rgba(239,0,0,.08) !important; }
.ck-order-summary { padding: 26px 24px; border: 1px solid var(--ck-border); border-radius: 20px; background: #fffafa; }
.ck-order-summary__product { display: flex; margin-top: 22px; padding-bottom: 20px; align-items: flex-start; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--ck-border); }
.ck-order-summary__product span { display: grid; gap: 4px; }
.ck-order-summary__product strong { color: var(--ck-muted-foreground); font-size: 15px; line-height: 1.35; }
.ck-order-summary__product small { color: var(--ck-muted-foreground); font-size: 12px; }
.ck-order-summary__product b { color: var(--ck-foreground); font-family: var(--ck-display); font-size: 16px; white-space: nowrap; }
.ck-order-summary__total { display: flex; padding: 20px 0 0; align-items: center; justify-content: space-between; gap: 16px; font-family: var(--ck-display); font-size: 20px; font-weight: 700; }
.ck-order-summary__total strong { color: var(--ck-primary); }
.ck-order-summary > p { margin: 18px 0 0; color: var(--ck-muted-foreground); font-size: 13px; line-height: 1.5; }
.ck-form-checkout-aside .ck-trustpilot-badge--checkout { width: 100%; margin-top: 16px; justify-content: center; }
.ck-order-confirmation-card { display: grid; max-width: 680px; margin: 48px auto 96px; padding: 48px; justify-items: center; border: 1px solid var(--ck-border); border-radius: 22px; background: var(--ck-background); box-shadow: 0 24px 64px rgba(18,18,20,.08); text-align: center; }
.ck-order-confirmation-card__mark { display: inline-flex; width: 58px; height: 58px; margin-bottom: 20px; align-items: center; justify-content: center; border-radius: 50%; background: #dff7ec; color: #00a65a; }
.ck-order-confirmation-card__mark::after { width: 22px; height: 11px; border: solid currentColor; border-width: 0 0 4px 4px; content: ""; transform: rotate(-45deg) translate(2px,-2px); }
.ck-order-confirmation-card__eyebrow { color: #008f4c; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ck-order-confirmation-card h1 { margin: 9px 0 12px; font-size: 40px; line-height: 1.12; }
.ck-order-confirmation-card p { max-width: 540px; margin: 0; color: var(--ck-muted-foreground); font-size: 17px; line-height: 1.65; }
.ck-order-confirmation-card__support { margin-top: 18px !important; font-size: 15px !important; }
.ck-order-confirmation-card__support a { color: var(--ck-primary); font-weight: 700; }

/* Footer and 404 */
.ck-footer { color: var(--ck-ink-foreground); background: var(--ck-ink); }
.ck-footer__grid { display: grid; gap: 40px; padding-block: 56px; }
.ck-footer-logo { display: flex; align-items: center; gap: 12px; font-family: var(--ck-display); font-size: 18px; font-weight: 700; }
.ck-footer__brand > p { margin: 16px 0 0; color: color-mix(in oklab,var(--ck-ink-foreground) 70%,transparent); font-size: 14px; line-height: 1.625; }
.ck-trustpilot-badge--footer { margin-top: 24px; color: var(--ck-foreground); background: var(--ck-background); }
.ck-footer h3 { margin: 0; font-family: var(--ck-sans); font-size: 14px; font-weight: 600; line-height: 20px; letter-spacing: .05em; text-transform: uppercase; }
.ck-footer ul { display: grid; gap: 8px; margin: 16px 0 0; padding: 0; list-style: none; }
.ck-footer li, .ck-footer__support { font-size: 14px; }
.ck-footer li a { opacity: .7; }
.ck-footer li a:hover { opacity: 1; }
.ck-footer__email { display: inline-flex; align-items: center; gap: 8px; margin-top: 16px; opacity: .8; }
.ck-footer__email .ck-icon { width: 16px; height: 16px; }
.ck-footer__support p { margin: 12px 0 0; line-height: 20px; opacity: .7; }
.ck-back-top { display: inline-flex; align-items: center; gap: 8px; margin-top: 24px; padding: 8px 12px; border: 1px solid color-mix(in oklab,var(--ck-ink-foreground) 20%,transparent); border-radius: 8px; font-size: 12px; font-weight: 600; }
.ck-back-top .ck-icon { width: 16px; height: 16px; }
.ck-footer__bottom { padding: 20px 24px; border-top: 1px solid color-mix(in oklab,var(--ck-ink-foreground) 10%,transparent); text-align: center; font-size: 12px; line-height: 16px; opacity: .6; }
.ck-not-found { display: grid; min-height: 100vh; padding: 64px 24px; place-items: center; background: var(--ck-background); text-align: center; }
.ck-not-found h1 { margin: 0; font-size: 72px; line-height: 72px; }
.ck-not-found h2 { margin: 16px 0 0; font-size: 20px; line-height: 28px; }
.ck-not-found p { margin: 8px 0 0; color: var(--ck-muted-foreground); font-size: 14px; }
.ck-not-found .ck-btn { margin-top: 24px; min-height: 40px; padding: 8px 16px; border-radius: 6px; font-size: 14px; font-weight: 500; }

@media (min-width: 640px) {
  .ck-home-hero h1 { font-size: 48px; }
  .ck-bundle__copy h2, .ck-section-heading h2, .ck-stats h2, .ck-partner h2 { font-size: 36px; line-height: 40px; }
  .ck-product-page__summary h1 { font-size: 36px; line-height: 40px; }
  .ck-product-grid, .ck-steps { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ck-ai-grid, .ck-why-grid, .ck-testimonials { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ck-contact-form__row { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ck-product-meta { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ck-product-trust__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ck-footer__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (min-width: 768px) {
  .ck-trustbar__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
}

@media (min-width: 1024px) {
  .ck-home-section { padding-block: 96px; }
  .ck-home-hero__grid { grid-template-columns: repeat(2,minmax(0,1fr)); padding-block: 96px; }
  .ck-home-hero h1 { font-size: 60px; }
  .ck-bundle { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ck-trustbar__grid { grid-template-columns: repeat(6,minmax(0,1fr)); }
  .ck-product-grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ck-ai-grid, .ck-why-grid, .ck-testimonials { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ck-steps, .ck-stats dl { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ck-stats dt { font-size: 36px; line-height: 40px; }
  .ck-partner, .ck-about-page__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ck-about-stats { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .ck-contact-layout { grid-template-columns: minmax(0,1fr) 320px; }
  .ck-product-page { padding-bottom: 48px; }
  .ck-product-page__grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ck-product-page__summary { position: sticky; top: 112px; align-self: start; }
  .ck-product-trust__grid { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .ck-mobile-buy { display: none; }
  .ck-footer__grid { grid-template-columns: repeat(4,minmax(0,1fr)); }
  .woocommerce form.checkout { grid-template-columns: minmax(0,1fr) 340px; }
  .woocommerce form.checkout #customer_details { grid-column: 1; }
  .woocommerce form.checkout #order_review_heading, .woocommerce form.checkout #order_review { grid-column: 2; }
  .woocommerce form.checkout #order_review_heading { align-self: end; margin: 0; }
}

@media (max-width: 1023px) {
  .ck-topbar { display: none; }
  .ck-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 12px 24px; border-top: 1px solid var(--ck-border); background: var(--ck-background); }
  .ck-nav.is-open { display: block; }
  .ck-nav a { display: block; padding: 10px 0; }
  .ck-menu-toggle { display: block; }
  .woocommerce-checkout .wc-block-components-sidebar-layout { display: block; }
  .woocommerce-checkout .wc-block-components-main.wc-block-checkout__main, .woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar { width: 100% !important; flex-basis: auto; }
  .woocommerce-checkout .wc-block-components-sidebar.wc-block-checkout__sidebar { margin-top: 24px; padding-left: 0 !important; }
  .woocommerce-checkout .ck-trustpilot-badge--checkout { position: static; width: 100%; margin-top: 16px; }
}

@media (max-width: 639px) {
  body.admin-bar .ck-site-header { top: 46px; }
  .ck-shop-link { display: none; }
  .ck-logo__tag { max-width: 160px; }
  .ck-home-hero__grid { padding-block: 64px; }
  .ck-home-hero h1 { font-size: 36px; }
  .ck-bundle .ck-feature-list { grid-template-columns: 1fr; }
  .ck-ai-grid, .ck-why-grid, .ck-testimonials { grid-template-columns: 1fr; }
  .ck-about-stats { padding: 32px 20px; }
  .ck-contact-layout { gap: 24px; }
  .ck-product-meta { grid-template-columns: 1fr; }
  .woocommerce-checkout .ck-inner-page--checkout { padding: 32px 16px; }
  .ck-checkout-progress { margin: -8px 0 32px; padding: 13px 0 10px; }
  .ck-checkout-progress__steps { gap: 6px; }
  .ck-checkout-progress__steps > i { width: 20px; flex-basis: 20px; }
  .ck-checkout-progress__step { gap: 4px; font-size: 11px; }
  .ck-checkout-progress__step > span { width: 11px; height: 11px; flex-basis: 11px; border-width: 1.5px; }
  .ck-checkout-security { gap: 8px; }
  .ck-checkout-security img { max-height: 28px; }
  .ck-inner-page--forminator-checkout { padding: 32px 16px 64px; }
  .ck-form-checkout-heading h1 { font-size: 28px; }
  .ck-inner-page--forminator-checkout .ck-form-checkout-layout > .elementor-container { grid-template-columns: 1fr; gap: 20px; }
  .ck-form-checkout-main > .elementor-widget-wrap, .ck-form-checkout-main > .elementor-column-wrap > .elementor-widget-wrap { padding: 22px !important; }
  .ck-inner-page--forminator-checkout .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap, .ck-inner-page--forminator-checkout .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-column-wrap > .elementor-widget-wrap { padding: 22px !important; }
  .ck-forminator-checkout-page .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-widget-wrap, .ck-forminator-checkout-page .elementor-inner-section > .elementor-container > .elementor-column:first-child > .elementor-column-wrap > .elementor-widget-wrap { padding: 22px !important; }
  .ck-order-confirmation-card { margin: 32px auto 64px; padding: 34px 22px; }
  .ck-order-confirmation-card h1 { font-size: 32px; }
}
