:root {
  --tk-bg: #eaf4ff;
  --tk-bg-2: #f7edff;
  --tk-bg-3: #e5fbf2;
  --tk-card: rgba(255,255,255,.42);
  --tk-card-strong: rgba(255,255,255,.56);
  --tk-border: rgba(255,255,255,.72);
  --tk-text: #1b1d35;
  --tk-muted: rgba(27,29,53,.62);
  --tk-blue: #0a84ff;
  --tk-cyan: #32ade6;
  --tk-purple: #bf5af2;
  --tk-pink: #ff4aa1;
  --tk-green: #30d158;
  --tk-orange: #ff9f0a;
  --tk-shadow: 0 16px 50px rgba(73,96,140,.13), inset 0 1px 0 rgba(255,255,255,.9);
  --tk-blur: 24px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0; font-family: Inter, Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, sans-serif;
  color: var(--tk-text);
  background: linear-gradient(135deg, var(--tk-bg), var(--tk-bg-2) 50%, var(--tk-bg-3));
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.tk-container { width: min(1220px, calc(100% - 32px)); margin: 0 auto; }
.tk-pastel-bg {
  position: fixed; inset: 0; z-index: -4;
  background:
    radial-gradient(ellipse 80% 60% at 20% 10%, #cde7ff 0%, transparent 58%),
    radial-gradient(ellipse 62% 50% at 80% 18%, #ebd6ff 0%, transparent 55%),
    radial-gradient(ellipse 70% 60% at 48% 80%, #d4f7ea 0%, transparent 58%),
    radial-gradient(ellipse 50% 40% at 90% 72%, #ffdbe9 0%, transparent 50%),
    linear-gradient(135deg, #deefff 0%, #f6edff 50%, #dff7ef 100%);
}
.tk-orb { position: fixed; border-radius: 999px; filter: blur(68px); z-index: -3; opacity: .65; }
.tk-orb-1 { width: 340px; height: 340px; top: -80px; left: -80px; background: rgba(138,180,248,.35); }
.tk-orb-2 { width: 280px; height: 280px; top: 30%; right: -70px; background: rgba(191,90,242,.24); }
.tk-orb-3 { width: 300px; height: 300px; bottom: -60px; left: 34%; background: rgba(48,209,88,.18); }
.glass-soft {
  background: rgba(255,255,255,.45);
  backdrop-filter: blur(28px) saturate(1.8);
  -webkit-backdrop-filter: blur(28px) saturate(1.8);
  border: 1px solid var(--tk-border);
  box-shadow: var(--tk-shadow);
}
.tk-nav-wrap { position: sticky; top: 16px; z-index: 60; padding-top: 16px; }
.tk-nav {
  border-radius: 999px; padding: 10px 10px 10px 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center;
}
.tk-brand .custom-logo { max-height: 42px; width: auto; }
.tk-wordmark { font-weight: 800; font-size: 1.28rem; letter-spacing: -.04em; }
.tk-wordmark span { color: var(--tk-blue); }
.tk-wordmark em { color: var(--tk-purple); font-style: normal; }
.tk-main-nav .menu { display: flex; justify-content: center; gap: 4px; list-style: none; margin: 0; padding: 0; }
.tk-main-nav .menu a { padding: 9px 16px; border-radius: 999px; color: var(--tk-muted); font-weight: 700; font-size: .88rem; }
.tk-main-nav .menu a:hover { background: rgba(10,132,255,.10); color: var(--tk-blue); }
.tk-quote-btn, .tk-btn {
  border-radius: 999px; padding: 14px 26px; display: inline-flex; align-items: center; justify-content: center; font-weight: 800; transition: .24s ease;
}
.tk-quote-btn, .tk-btn-primary {
  color: #fff; background: linear-gradient(135deg, var(--tk-blue), var(--tk-cyan)); box-shadow: 0 10px 24px rgba(10,132,255,.24);
}
.tk-btn-secondary { background: rgba(255,255,255,.64); color: var(--tk-text); border: 1px solid rgba(255,255,255,.88); }
.tk-btn-ghost { background: rgba(255,255,255,.28); color: var(--tk-text); border: 1px solid rgba(255,255,255,.74); }
.tk-quote-btn:hover, .tk-btn:hover { transform: translateY(-2px) scale(1.02); }
.tk-menu-toggle { display: none; background: transparent; border: 0; font-size: 1.4rem; color: var(--tk-text); }
.tk-site-main { padding-bottom: 60px; }
.tk-hero {
  min-height: 82vh; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 86px 24px 54px;
}
.tk-hero-badge {
  display: inline-flex; align-items: center; gap: 8px; padding: 8px 18px; border-radius: 999px; color: var(--tk-blue); font-weight: 800; font-size: .82rem; margin-bottom: 28px;
}
.tk-live-dot { width: 8px; height: 8px; border-radius: 999px; background: var(--tk-green); box-shadow: 0 0 12px var(--tk-green); }
.tk-hero-title {
  margin: 0; font-size: clamp(3rem, 7.5vw, 5.8rem); line-height: 1.02; letter-spacing: -.06em; max-width: 860px; font-weight: 900;
}
.tk-grad-blue { background: linear-gradient(135deg, var(--tk-blue), var(--tk-cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tk-grad-purple { background: linear-gradient(135deg, var(--tk-purple), var(--tk-pink)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tk-hero-sub { max-width: 640px; margin: 18px auto 0; color: var(--tk-muted); font-size: 1.1rem; line-height: 1.65; }
.tk-hero-actions { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; margin-top: 34px; }
.tk-chip-row { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; margin-top: 46px; }
.tk-chip { border-radius: 999px; padding: 11px 18px; font-weight: 800; font-size: .86rem; }
.tk-ticker-wrap {
  position: relative; z-index: 10; overflow: hidden; padding: 14px 0; background: rgba(255,255,255,.28); border-top: 1px solid rgba(255,255,255,.65); border-bottom: 1px solid rgba(255,255,255,.65);
}
.tk-ticker { display: flex; gap: 50px; width: max-content; white-space: nowrap; animation: tkTicker 22s linear infinite; color: rgba(27,29,53,.62); font-weight: 800; font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
@keyframes tkTicker { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.tk-section { padding: 82px 0 12px; position: relative; z-index: 5; }
.tk-section-head { margin-bottom: 34px; }
.tk-eyebrow {
  display: inline-block; text-transform: uppercase; letter-spacing: .14em; font-size: .74rem; font-weight: 900; margin-bottom: 10px;
  background: linear-gradient(135deg, var(--tk-blue), var(--tk-purple)); -webkit-background-clip: text; background-clip: text; color: transparent;
}
.tk-section-head h2 { margin: 0; font-size: clamp(2rem, 4vw, 3rem); line-height: 1.08; letter-spacing: -.05em; }
.tk-section-head h2 span { color: rgba(27,29,53,.38); }
.tk-service-grid, .tk-soft-grid, .tk-product-grid { display: grid; gap: 18px; }
.tk-service-grid { grid-template-columns: repeat(3, 1fr); }
.tk-service-card, .tk-soft-card, .tk-product-card, .tk-brand-pill, .tk-contact-panel { border-radius: 24px; }
.tk-service-card { padding: 26px 24px; }
.tk-service-card h3, .tk-soft-card h3 { margin: 0 0 8px; font-size: 1.06rem; }
.tk-service-card p, .tk-soft-card p, .tk-stat span, .tk-product-info p, .tk-contact-panel p, .tk-contact-meta span { margin: 0; color: var(--tk-muted); line-height: 1.6; }
.tk-icon { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center; border-radius: 16px; margin-bottom: 16px; font-size: 1.5rem; }
.tk-blue { background: linear-gradient(135deg, rgba(10,132,255,.18), rgba(50,173,230,.10)); }
.tk-purple { background: linear-gradient(135deg, rgba(191,90,242,.18), rgba(191,90,242,.08)); }
.tk-green { background: linear-gradient(135deg, rgba(48,209,88,.18), rgba(48,209,88,.08)); }
.tk-orange { background: linear-gradient(135deg, rgba(255,159,10,.18), rgba(255,159,10,.08)); }
.tk-pink { background: linear-gradient(135deg, rgba(255,74,161,.18), rgba(255,74,161,.08)); }
.tk-cyan { background: linear-gradient(135deg, rgba(50,173,230,.18), rgba(100,210,255,.08)); }
.tk-stats-wrap { padding-top: 28px; }
.tk-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-radius: 28px; overflow: hidden; }
.tk-stat { padding: 28px 22px; border-right: 1px solid rgba(255,255,255,.55); text-align: center; }
.tk-stat:last-child { border-right: 0; }
.tk-stat strong { display: block; font-size: 1.65rem; margin-bottom: 6px; background: linear-gradient(135deg, var(--tk-blue), var(--tk-purple)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.tk-category-grid { grid-template-columns: repeat(3, 1fr); }
.tk-soft-card { padding: 22px; }
.tk-product-grid { grid-template-columns: repeat(3, 1fr); }
.tk-product-card { overflow: hidden; }
.tk-product-media { position: relative; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, rgba(255,255,255,.72), rgba(240,248,255,.44)); border-bottom: 1px solid rgba(255,255,255,.55); }
.tk-product-media img { width: 100%; height: 100%; object-fit: cover; }
.tk-emoji-fallback { font-size: 4rem; }
.tk-tag { position: absolute; top: 12px; right: 12px; border-radius: 999px; padding: 5px 11px; font-size: .68rem; font-weight: 900; letter-spacing: .05em; }
.tk-tag-new { background: rgba(48,209,88,.18); color: #15763a; border: 1px solid rgba(48,209,88,.32); }
.tk-tag-used { background: rgba(255,74,161,.16); color: #b41c62; border: 1px solid rgba(255,74,161,.26); }
.tk-product-info { padding: 16px 18px 18px; }
.tk-product-info h3 { margin: 0 0 4px; font-size: 1rem; letter-spacing: -.02em; }
.tk-price { font-size: 1.1rem; font-weight: 900; color: var(--tk-blue); margin-top: 12px; }
.tk-mini-btn { display: inline-flex; margin-top: 12px; padding: 10px 16px; border-radius: 999px; background: rgba(10,132,255,.10); color: var(--tk-blue); font-weight: 800; }
.tk-cta-wrap { padding-top: 30px; }
.tk-cta { border-radius: 28px; padding: 42px 38px; display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; background: linear-gradient(135deg, rgba(10,132,255,.14), rgba(191,90,242,.12)); }
.tk-cta h2 { margin: 0; font-size: clamp(1.7rem, 4vw, 2.5rem); letter-spacing: -.04em; }
.tk-cta p { margin-top: 10px; color: var(--tk-muted); max-width: 560px; }
.tk-brand-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; }
.tk-brand-pill { padding: 16px; text-align: center; font-weight: 800; }
.tk-contact-strip { padding-top: 30px; }
.tk-contact-panel { padding: 30px; display: grid; grid-template-columns: 1.2fr .8fr; gap: 22px; }
.tk-contact-meta { display: grid; gap: 16px; }
.tk-contact-meta strong { display: block; margin-bottom: 4px; }
.tk-footer {
  margin-top: 50px; background: rgba(255,255,255,.25); backdrop-filter: blur(18px); border-top: 1px solid rgba(255,255,255,.5); padding: 30px 16px;
}
.tk-footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; flex-wrap: wrap; }
.tk-footer-logo { font-weight: 800; font-size: 1.12rem; letter-spacing: -.03em; }
.tk-footer-logo span { color: var(--tk-blue); }
.tk-footer-logo em { color: var(--tk-purple); font-style: normal; }
.tk-footer-links { list-style: none; display: flex; gap: 18px; margin: 0; padding: 0; }
.tk-footer-links a, .tk-footer p { color: rgba(27,29,53,.55); font-weight: 700; font-size: .84rem; }
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  width: 100% !important; margin: 0 !important; padding: 16px !important; border-radius: 24px; background: rgba(255,255,255,.45); border: 1px solid rgba(255,255,255,.72); box-shadow: var(--tk-shadow);
}
.woocommerce ul.products, .woocommerce-page ul.products { display: grid !important; grid-template-columns: repeat(3, 1fr); gap: 18px; }
@media (max-width: 1024px) {
  .tk-service-grid, .tk-product-grid { grid-template-columns: repeat(2, 1fr); }
  .tk-brand-grid { grid-template-columns: repeat(4, 1fr); }
  .tk-contact-panel, .tk-cta, .tk-nav { grid-template-columns: 1fr; }
  .tk-main-nav .menu { justify-content: flex-start; }
}
@media (max-width: 768px) {
  .tk-menu-toggle { display: block; }
  .tk-main-nav { display: none; }
  body.tk-menu-open .tk-main-nav { display: block; }
  body.tk-menu-open .tk-main-nav .menu { flex-direction: column; padding-top: 10px; }
  .tk-quote-btn { display: none; }
  .tk-service-grid, .tk-product-grid, .tk-category-grid, .tk-brand-grid, .woocommerce ul.products, .woocommerce-page ul.products { grid-template-columns: 1fr !important; }
  .tk-stats { grid-template-columns: 1fr 1fr; }
  .tk-stat { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.55); }
}
@media (max-width: 560px) {
  .tk-container { width: min(100% - 22px, 1220px); }
  .tk-hero { padding-top: 74px; min-height: auto; }
  .tk-hero-title { font-size: 2.9rem; }
  .tk-stats { grid-template-columns: 1fr; }
  .tk-stat:last-child { border-bottom: 0; }
}
