.elementor-2414 .elementor-element.elementor-element-045a10e{--display:flex;}/* Start custom CSS *//* ===== WordPress / Elementor integration ===== */
.tkc-wp,
.tkc-wp * {
  box-sizing: border-box;
}

.tkc-wp {
  color: #111827;
  background: #ffffff;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
}

.tkc-wp-fullwidth {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}

/* Elementor sometimes adds margins/padding around HTML widgets. */
.elementor-widget-html:has(.tkc-wp) > .elementor-widget-container {
  overflow: visible;
}

/* Content must never disappear if JS is not loaded. */
.tkc-wp .reveal,
.tkc-wp .reveal-left,
.tkc-wp .reveal-right,
.tkc-wp .stagger,
.tkc-wp .stagger > *,
.tkc-wp .is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* WordPress theme typography must not override this landing page. */
.tkc-wp h1,
.tkc-wp h2,
.tkc-wp h3,
.tkc-wp p,
.tkc-wp a,
.tkc-wp span,
.tkc-wp strong,
.tkc-wp small,
.tkc-wp button {
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

/* If the page uses the site's BREINTAK header, omit 00-header.html.
   If 00-header.html is used, this keeps its navigation above the landing page. */
.tkc-wp .site-header {
  width: 100%;
}

/* Fallback if :has() is unsupported. */
.tkc-wp img { height: auto; }


.tkc-wp * { box-sizing: border-box; }
.tkc-wp img { max-width: 100%; display: block; }
.tkc-wp a { color: inherit; text-decoration: none; }
.tkc-wp button,
.tkc-wp input,
.tkc-wp textarea { font: inherit; }
.tkc-wp .container { width: min(calc(100% - 40px), 1220px); margin: 0 auto; }
.tkc-wp .site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.86);
  border-bottom: 1px solid rgba(229,231,235,.75);
  backdrop-filter: blur(18px);
}
.tkc-wp .nav { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.tkc-wp .brand { display: inline-flex; align-items: center; gap: 12px; }
.tkc-wp .brand-mark {
  width: 44px; height: 44px; display: grid; place-items: center;
  border-radius: 14px; color: #fff; font-weight: 900; letter-spacing: -.04em;
  background: linear-gradient(135deg, #0d5eaa, #2565aa 58%, #ef9b23 59%);
  box-shadow: 0 9px 22px rgba(13,94,170,.2);
}
.tkc-wp .brand strong,
.tkc-wp .brand small { display: block; }
.tkc-wp .brand strong { color: #17212a; line-height: 1.1; font-size: .95rem; letter-spacing: .03em; }
.tkc-wp .brand small { color: #56616e; margin-top: 3px; font-size: .72rem; }
.tkc-wp .nav-links { display: flex; align-items: center; gap: 26px; font-size: .92rem; font-weight: 700; }
.tkc-wp .nav-links > a:not(.nav-cta) { color: #374151; transition: color .2s ease; }
.tkc-wp .nav-links > a:not(.nav-cta):hover { color: #4b8d14; }
.tkc-wp .nav-cta {
  min-height: 44px; padding: 0 18px; display: inline-flex; align-items: center;
  color: #fff; background: #5dab19; border-radius: 999px;
  box-shadow: 0 10px 24px rgba(93,171,25,.2);
}
.tkc-wp .menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.tkc-wp .menu-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: #17212a; }
.tkc-wp .hero {
  overflow: hidden;
  padding: 76px 0 58px;
  background:
    radial-gradient(circle at 82% 20%, rgba(93,171,25,.13), transparent 30%),
    radial-gradient(circle at 68% 64%, rgba(19,184,223,.08), transparent 26%),
    linear-gradient(180deg, #fff 0%, #f8fbf7 100%);
}
.tkc-wp .hero-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 58px; align-items: center; }
.tkc-wp .eyebrow {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 16px;
  color: #4b8d14; font-size: .78rem; font-weight: 900;
  letter-spacing: .13em; text-transform: uppercase;
}
.tkc-wp .eyebrow::before {
  content: ""; width: 8px; height: 8px; border-radius: 50%; background: #5dab19;
  box-shadow: 0 0 0 6px rgba(93,171,25,.12);
}
.tkc-wp .eyebrow.light { color: #ddffc9; }
.tkc-wp .eyebrow.light::before { box-shadow: 0 0 0 6px rgba(93,171,25,.22); }
.tkc-wp h1,
.tkc-wp h2,
.tkc-wp h3,
.tkc-wp p { margin-top: 0; }
.tkc-wp h1,
.tkc-wp h2,
.tkc-wp h3 { color: #17212a; }
.tkc-wp h1 {
  margin-bottom: 22px; font-size: clamp(2.65rem, 5.2vw, 5rem);
  line-height: .98; letter-spacing: -.055em; max-width: 820px;
}
.tkc-wp h2 { margin-bottom: 18px; font-size: clamp(2rem, 4vw, 3.45rem); line-height: 1.04; letter-spacing: -.045em; }
.tkc-wp h3 { line-height: 1.25; }
.tkc-wp .lead { font-size: 1.09rem; color: #56616e; line-height: 1.78; max-width: 720px; }
.tkc-wp .hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 30px; }
.tkc-wp .btn {
  min-height: 52px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center;
  border-radius: 999px; border: 1px solid transparent; font-weight: 850;
  transition: transform .2s ease, box-shadow .2s ease;
}
.tkc-wp .btn:hover { transform: translateY(-2px); }
.tkc-wp .btn-primary { color: #fff; background: #5dab19; box-shadow: 0 14px 30px rgba(93,171,25,.25); }
.tkc-wp .btn-secondary { color: #17212a; background: #fff; border-color: #d6dae0; }
.tkc-wp .btn-light { color: #17212a; background: #fff; }
.tkc-wp .btn-ghost { color: #fff; border-color: rgba(255,255,255,.28); background: rgba(255,255,255,.08); }
.tkc-wp .hero-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 34px; }
.tkc-wp .hero-points article {
  padding: 16px; border: 1px solid rgba(17,24,39,.07); border-radius: 18px;
  background: rgba(255,255,255,.75);
}
.tkc-wp .hero-points strong,
.tkc-wp .hero-points span { display: block; }
.tkc-wp .hero-points strong { margin-bottom: 4px; font-size: .88rem; }
.tkc-wp .hero-points span { color: #56616e; font-size: .76rem; line-height: 1.5; }
.tkc-wp .hero-visual { position: relative; padding: 34px 0 30px; }
.tkc-wp .hero-glow {
  position: absolute; width: 70%; aspect-ratio: 1; right: 4%; top: 7%;
  border-radius: 50%; background: rgba(93,171,25,.14); filter: blur(50px);
}
.tkc-wp .browser-frame {
  position: relative; z-index: 2; overflow: hidden; border-radius: 24px;
  background: #0b111a; border: 1px solid rgba(17,24,39,.14); box-shadow: 0 28px 80px rgba(17, 24, 39, .16);
  transform: perspective(1200px) rotateY(-2deg) rotateX(1deg);
}
.tkc-wp .browser-top { height: 42px; display: flex; align-items: center; gap: 7px; padding: 0 13px; background: #f2f4f7; }
.tkc-wp .browser-top > span { width: 9px; height: 9px; border-radius: 50%; background: #c3c8cf; }
.tkc-wp .browser-address {
  width: 56%; height: 22px; margin-left: 8px; display: grid; place-items: center;
  border-radius: 999px; background: #fff; color: #8a93a0; font-size: .64rem;
}
.tkc-wp .browser-frame img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top; }
.tkc-wp .floating-card {
  position: absolute; z-index: 3; padding: 14px 16px; min-width: 150px;
  border-radius: 18px; border: 1px solid rgba(255,255,255,.65); background: rgba(255,255,255,.92);
  box-shadow: 0 18px 44px rgba(17,24,39,.14); backdrop-filter: blur(12px);
}
.tkc-wp .floating-card span,
.tkc-wp .floating-card strong,
.tkc-wp .floating-card small { display: block; }
.tkc-wp .floating-card span { color: #56616e; font-size: .68rem; }
.tkc-wp .floating-card strong { margin: 2px 0; color: #4b8d14; font-size: 1.25rem; }
.tkc-wp .floating-card small { color: #75808d; font-size: .66rem; }
.tkc-wp .floating-card-a { left: -34px; bottom: 18px; }
.tkc-wp .floating-card-b { right: -18px; top: 12px; }
.tkc-wp .section { padding: 92px 0; }
.tkc-wp .soft { background: #f7faf7; }
.tkc-wp .section-head { max-width: 940px; margin-bottom: 38px; }
.tkc-wp .section-head p,
.tkc-wp .split-head > p { color: #56616e; line-height: 1.78; }
.tkc-wp .split-head { max-width: none; display: grid; grid-template-columns: 1.05fr .95fr; gap: 60px; align-items: end; }
.tkc-wp .split-head > p { margin-bottom: 8px; }
.tkc-wp .flow-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tkc-wp .flow-grid article,
.tkc-wp .feature-card,
.tkc-wp .steps-grid article {
  position: relative; overflow: hidden; padding: 24px; min-height: 240px;
  border: 1px solid #e5e7eb; border-radius: 24px; background: #fff; box-shadow: 0 14px 38px rgba(17, 24, 39, .09);
}
.tkc-wp .flow-grid article:not(:last-child)::after {
  content: "→"; position: absolute; right: -15px; top: 50%; z-index: 5; width: 30px; height: 30px;
  display: grid; place-items: center; transform: translateY(-50%); border-radius: 50%; color: #4b8d14;
  background: #eef8e5; border: 1px solid #d9ecc9;
}
.tkc-wp .flow-number { color: #a3abb5; font-size: .7rem; font-weight: 900; letter-spacing: .12em; }
.tkc-wp .flow-icon,
.tkc-wp .feature-icon {
  width: 48px; height: 48px; margin: 20px 0 18px; display: grid; place-items: center;
  border-radius: 16px; color: #4b8d14; background: #eef8e5; font-weight: 900; font-size: 1.2rem;
}
.tkc-wp .flow-grid p,
.tkc-wp .feature-card p,
.tkc-wp .steps-grid p { margin-bottom: 0; color: #56616e; font-size: .92rem; }
.tkc-wp .control-strip {
  margin-top: 22px; padding: 26px 30px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 28px; align-items: center;
  border-radius: 26px; color: #fff;
  background:
    radial-gradient(circle at 10% 20%, rgba(93,171,25,.28), transparent 25%),
    linear-gradient(135deg, #17212a, #0f1720);
}
.tkc-wp .control-strip strong,
.tkc-wp .control-strip span { display: block; }
.tkc-wp .control-strip strong { margin: 3px 0 5px; color: #fff; font-size: 1.08rem; }
.tkc-wp .control-strip p { margin-bottom: 0; color: rgba(255,255,255,.7); font-size: .88rem; }
.tkc-wp .control-kicker { color: #d9ffc0; font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tkc-wp .connector { color: #d9ffc0; font-size: 2rem; }
.tkc-wp .features-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.tkc-wp .feature-card { min-height: 250px; }
.tkc-wp .feature-card::before {
  content: ""; position: absolute; inset: 0 0 auto 0; height: 3px;
  background: linear-gradient(90deg, #5dab19, rgba(93,171,25,0));
}
.tkc-wp .dark-section {
  position: relative; overflow: hidden; padding: 96px 0; color: #fff;
  background:
    radial-gradient(circle at 12% 18%, rgba(93,171,25,.25), transparent 26%),
    radial-gradient(circle at 88% 18%, rgba(19,184,223,.15), transparent 25%),
    linear-gradient(135deg, #0f1713 0%, #15231a 50%, #101820 100%);
}
.tkc-wp .dark-section::before {
  content: ""; position: absolute; inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 48px 48px; mask-image: radial-gradient(circle at 50% 45%, #000, transparent 78%);
}
.tkc-wp .dark-section .container { position: relative; z-index: 1; }
.tkc-wp .section-head.dark h2,
.tkc-wp .section-head.dark p { color: #fff; }
.tkc-wp .section-head.dark p { color: rgba(255,255,255,.72); }
.tkc-wp .app-showcase { display: grid; grid-template-columns: .72fr 1.28fr; gap: 28px; align-items: center; margin-top: 24px; }
.tkc-wp .app-copy { display: grid; gap: 14px; }
.tkc-wp .app-stat {
  display: grid; grid-template-columns: 44px 1fr; gap: 15px; padding: 18px;
  border-radius: 18px; background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.1);
}
.tkc-wp .app-stat > span { color: #d9ffc0; font-size: .75rem; font-weight: 900; }
.tkc-wp .app-stat strong { color: #fff; }
.tkc-wp .app-stat p { margin: 5px 0 0; color: rgba(255,255,255,.66); font-size: .84rem; }
.tkc-wp .screen-card {
  position: relative; overflow: hidden; border-radius: 22px;
  border: 1px solid rgba(255,255,255,.12); background: #0b111b;
  box-shadow: 0 28px 72px rgba(0,0,0,.28); cursor: zoom-in;
}
.tkc-wp .screen-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; object-position: top; }
.tkc-wp .screen-caption {
  position: absolute; left: 16px; right: 16px; bottom: 16px; padding: 15px 17px;
  border-radius: 16px; background: rgba(7,15,22,.76); border: 1px solid rgba(255,255,255,.1);
  backdrop-filter: blur(10px);
}
.tkc-wp .screen-caption span,
.tkc-wp .screen-caption strong { display: block; }
.tkc-wp .screen-caption span { margin-bottom: 4px; color: #d9ffc0; font-size: .68rem; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }
.tkc-wp .screen-caption strong { color: #fff; font-size: .9rem; }
.tkc-wp .screen-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 22px; }
.tkc-wp .panel-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 72px; align-items: center; }
.tkc-wp .panel-list { display: grid; gap: 12px; margin-top: 28px; }
.tkc-wp .panel-list span { padding: 13px 15px; border-radius: 15px; background: #fff; border: 1px solid #e5ebe2; color: #38424e; font-weight: 650; }
.tkc-wp .touch-panel { display: grid; place-items: center; }
.tkc-wp .touch-bezel {
  width: min(100%, 590px); padding: 28px; border-radius: 34px; background: #1a2028;
  box-shadow: 0 28px 70px rgba(17,24,39,.2), inset 0 0 0 2px rgba(255,255,255,.05);
}
.tkc-wp .touch-screen {
  min-height: 345px; padding: 24px; border-radius: 18px; color: #fff;
  background:
    radial-gradient(circle at 82% 18%, rgba(19,184,223,.12), transparent 24%),
    #09111e; border: 1px solid #28384c;
}
.tkc-wp .touch-top { display: flex; justify-content: space-between; color: #87b8ff; font-size: .78rem; }
.tkc-wp .touch-temp { margin: 34px 0 28px; font-size: 4.4rem; font-weight: 800; letter-spacing: -.06em; color: #fff; }
.tkc-wp .touch-temp span { color: #13b8df; font-size: 1.6rem; }
.tkc-wp .touch-row { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #263348; color: #a9b8c9; }
.tkc-wp .touch-row strong { color: #fff; }
.tkc-wp .touch-bar { height: 9px; margin: 24px 0; overflow: hidden; border-radius: 999px; background: #202d42; }
.tkc-wp .touch-bar i { display: block; width: 72%; height: 100%; background: linear-gradient(90deg, #13b8df, #1d68ff); }
.tkc-wp .touch-buttons { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.tkc-wp .touch-buttons button { min-height: 42px; border: 1px solid #275b74; border-radius: 12px; color: #fff; background: #0d2c3d; font-weight: 800; }
.tkc-wp .steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.tkc-wp .steps-grid article { min-height: 225px; }
.tkc-wp .steps-grid article > span {
  width: 42px; height: 42px; margin-bottom: 20px; display: grid; place-items: center;
  border-radius: 14px; color: #4b8d14; background: #eef8e5; font-weight: 900;
}
.tkc-wp .cta-section { padding: 40px 0 90px; }
.tkc-wp .cta-box {
  position: relative; overflow: hidden; padding: 52px; border-radius: 32px; color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(255,255,255,.14), transparent 28%),
    linear-gradient(135deg, #101914, #28431c);
  box-shadow: 0 28px 80px rgba(17,24,39,.18);
}
.tkc-wp .cta-box h2,
.tkc-wp .cta-box p { color: #fff; max-width: 850px; }
.tkc-wp .cta-box p { color: rgba(255,255,255,.76); }
.tkc-wp .cta-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.tkc-wp .cta-note { display: block; margin-top: 22px; color: rgba(255,255,255,.55); }
.tkc-wp footer { padding: 28px 0; border-top: 1px solid #e5e7eb; }
.tkc-wp .footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; color: #56616e; font-size: .82rem; }
.tkc-wp .footer-brand .brand-mark { width: 38px; height: 38px; border-radius: 12px; }
.tkc-wp .image-preview {
  position: fixed; inset: 0; z-index: 100; display: grid; place-items: center; padding: 4vw;
  background: rgba(7,12,16,.82); opacity: 0; visibility: hidden; pointer-events: none;
  backdrop-filter: blur(8px); transition: .25s ease;
}
.tkc-wp .image-preview.active { opacity: 1; visibility: visible; pointer-events: auto; }
.tkc-wp .image-preview img { width: min(92vw, 1500px); max-height: 88vh; object-fit: contain; border-radius: 22px; box-shadow: 0 30px 90px rgba(0,0,0,.45); }
.tkc-wp .image-preview button {
  position: fixed; right: 26px; top: 22px; width: 44px; height: 44px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.08); color: #fff; font-size: 1.6rem; cursor: pointer;
}
@media (max-width: 1050px) {
.tkc-wp .hero-grid,
.tkc-wp .panel-layout { grid-template-columns: 1fr; }
.tkc-wp .hero-copy { max-width: 860px; }
.tkc-wp .hero-visual { width: min(100%, 900px); margin: 0 auto; }
.tkc-wp .flow-grid,
.tkc-wp .steps-grid { grid-template-columns: repeat(2, 1fr); }
.tkc-wp .flow-grid article::after { display: none; }
.tkc-wp .features-grid { grid-template-columns: repeat(2, 1fr); }
.tkc-wp .split-head,
.tkc-wp .app-showcase { grid-template-columns: 1fr; gap: 26px; }
}
@media (max-width: 760px) {
.tkc-wp .container { width: min(calc(100% - 28px), 1220px); }
.tkc-wp .site-header { position: sticky; }
.tkc-wp .menu-toggle { display: block; }
.tkc-wp .nav-links {
    position: absolute; left: 14px; right: 14px; top: 70px; display: none; padding: 16px;
    flex-direction: column; align-items: stretch; gap: 4px; border-radius: 18px;
    background: rgba(255,255,255,.98); border: 1px solid #e5e7eb; box-shadow: 0 14px 38px rgba(17, 24, 39, .09);
  }
.tkc-wp .nav-links.open { display: flex; }
.tkc-wp .nav-links a { padding: 10px 12px; }
.tkc-wp .nav-cta { justify-content: center; margin-top: 6px; }
.tkc-wp .hero { padding-top: 52px; }
.tkc-wp h1 { font-size: clamp(2.4rem, 12vw, 4rem); }
.tkc-wp .hero-points,
.tkc-wp .flow-grid,
.tkc-wp .features-grid,
.tkc-wp .steps-grid,
.tkc-wp .screen-grid { grid-template-columns: 1fr; }
.tkc-wp .floating-card { display: none; }
.tkc-wp .control-strip { grid-template-columns: 1fr; }
.tkc-wp .connector { display: none; }
.tkc-wp .section,
.tkc-wp .dark-section { padding: 70px 0; }
.tkc-wp .screen-caption { position: static; border-radius: 0; }
.tkc-wp .screen-card img { aspect-ratio: auto; }
.tkc-wp .cta-box { padding: 34px 24px; }
.tkc-wp .footer-inner { flex-direction: column; align-items: flex-start; }
}



/* ===== TK CONTROL — SCREENY BEZ PRZYCINANIA ===== */

.tkc-wp .browser-frame img,
.tkc-wp .screen-card img {
    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    max-height: none !important;

    aspect-ratio: auto !important;

    object-fit: contain !important;
    object-position: center !important;

    display: block !important;
}

/* ramki mają dopasować się do pełnego zdjęcia */
.tkc-wp .browser-frame,
.tkc-wp .screen-card {
    height: auto !important;
    min-height: 0 !important;
}


/* ===== PRAWDZIWY PANEL DOTYKOWY TK CONTROL ===== */

.tkc-wp .touch-panel-photo {
    width: 100%;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;

    padding: 12px;

    background: #151c25;
    border: 1px solid rgba(17, 24, 39, .14);
    border-radius: 28px;

    box-shadow:
        0 28px 80px rgba(17, 24, 39, .18),
        0 8px 24px rgba(17, 24, 39, .10);

    overflow: hidden;
}

.tkc-wp .touch-panel-photo img {
    display: block;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;
    max-height: none !important;

    aspect-ratio: auto !important;
    object-fit: contain !important;

    border-radius: 18px;
}


/* =========================================================
   TK ENERGIA — PANEL HARDWARE
   ========================================================= */

.tkc-wp .tk-hardware-section {
    padding: 38px 0 18px;
    background: #ffffff;
}

.tkc-wp .tk-hardware-box {
    padding: 46px;
    border: 1px solid #e5e7eb;
    border-radius: 32px;
    background:
        radial-gradient(circle at 88% 12%, rgba(93,171,25,.10), transparent 27%),
        linear-gradient(180deg, #ffffff 0%, #f8fbf7 100%);
    box-shadow: 0 18px 55px rgba(17,24,39,.08);
}

.tkc-wp .tk-hardware-copy {
    max-width: 900px;
    margin-bottom: 34px;
}

.tkc-wp .tk-hardware-copy h2 {
    margin-bottom: 18px;
}

.tkc-wp .tk-hardware-lead {
    max-width: 860px;
    margin-bottom: 0;
    color: #56616e;
    font-size: 1.02rem;
    line-height: 1.78;
}

.tkc-wp .tk-hardware-link {
    margin-top: 24px;
}

.tkc-wp .tk-hardware-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.tkc-wp .tk-hardware-card {
    position: relative;
    min-height: 245px;
    padding: 24px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 24px;
    background: #ffffff;
    box-shadow: 0 14px 38px rgba(17,24,39,.07);
}

.tkc-wp .tk-hardware-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(
        90deg,
        #5dab19,
        rgba(93,171,25,0)
    );
}

.tkc-wp .tk-hardware-number {
    color: #a3abb5;
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .12em;
}

.tkc-wp .tk-hardware-icon {
    width: 48px;
    height: 48px;
    margin: 20px 0 18px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #4b8d14;
    background: #eef8e5;
    font-size: 1.2rem;
    font-weight: 900;
}

.tkc-wp .tk-hardware-card h3 {
    margin-bottom: 10px;
}

.tkc-wp .tk-hardware-card p {
    margin-bottom: 0;
    color: #56616e;
    font-size: .9rem;
    line-height: 1.65;
}

/* TABLET */
@media (max-width: 1050px) {
    .tkc-wp .tk-hardware-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* MOBILE */
@media (max-width: 760px) {
    .tkc-wp .tk-hardware-section {
        padding: 28px 0 12px;
    }

    .tkc-wp .tk-hardware-box {
        padding: 30px 22px;
        border-radius: 26px;
    }

    .tkc-wp .tk-hardware-grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .tkc-wp .tk-hardware-card {
        min-height: 0;
    }
}





/* ===== POPRAWKA SEKCJI: JEDEN SYSTEM, CAŁY PROCES ===== */

/* większe symbole w zielonych ikonach */
.tkc-wp .flow-icon {
    font-size: 1.55rem !important;
    line-height: 1 !important;
}

/* usuń kółka/łączniki między kartami */
.tkc-wp .flow-grid article:not(:last-child)::after {
    display: none !important;
    content: none !important;
}




/* =========================================================
   TK CONTROL — FAQ
   ========================================================= */

.tkc-wp .tkc-faq-section {
    padding-top: 92px;
    padding-bottom: 72px;
    background: #ffffff;
}

.tkc-wp .tkc-faq-list {
    display: grid;
    gap: 14px;
    max-width: 1000px;
}

.tkc-wp .tkc-faq-item {
    overflow: hidden;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(17,24,39,.06);
}

.tkc-wp .tkc-faq-item summary {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr 34px;
    align-items: center;
    gap: 16px;
    min-height: 78px;
    padding: 18px 22px;
    cursor: pointer;
    list-style: none;
}

.tkc-wp .tkc-faq-item summary::-webkit-details-marker {
    display: none;
}

.tkc-wp .tkc-faq-item summary > span {
    color: #4b8d14;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .1em;
}

.tkc-wp .tkc-faq-item summary > strong {
    color: #17212a;
    font-size: 1rem;
    line-height: 1.45;
}

.tkc-wp .tkc-faq-item summary > i {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #4b8d14;
    background: #eef8e5;
    font-style: normal;
    font-size: 1.25rem;
    font-weight: 700;
    transition: transform .25s ease;
}

.tkc-wp .tkc-faq-item[open] summary > i {
    transform: rotate(45deg);
}

.tkc-wp .tkc-faq-item[open] summary {
    border-bottom: 1px solid #edf0ec;
}

.tkc-wp .tkc-faq-answer {
    padding: 0 22px 22px 84px;
}

.tkc-wp .tkc-faq-answer p {
    margin: 0;
    max-width: 820px;
    color: #56616e;
    font-size: .95rem;
    line-height: 1.75;
}

.tkc-wp .tkc-faq-item:hover {
    border-color: #d8e8cc;
    box-shadow: 0 14px 34px rgba(17,24,39,.08);
}

/* MOBILE */
@media (max-width: 760px) {
    .tkc-wp .tkc-faq-section {
        padding-top: 70px;
        padding-bottom: 55px;
    }

    .tkc-wp .tkc-faq-item summary {
        grid-template-columns: 34px 1fr 30px;
        gap: 10px;
        padding: 16px;
    }

    .tkc-wp .tkc-faq-answer {
        padding: 0 16px 18px 60px;
    }

    .tkc-wp .tkc-faq-item summary > strong {
        font-size: .94rem;
    }
}


/* ===== FAQ — centrowanie plusa / krzyżyka ===== */

.tkc-wp .tkc-faq-item summary > i {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    line-height: 1 !important;
    font-family: Arial, sans-serif !important;
    font-size: 20px !important;
}

/* Odstęp pod opisem w sekcji wdrożenia */
#wdrozenie .tk-hardware-lead {
    margin-bottom: 48px;
}

/* ===== TK APP — POWIĘKSZANIE CAŁEJ RAMKI ===== */

/* Dashboard w hero */
.tkc-wp .browser-frame,

/* Dashboard / Device / History w sekcji aplikacji */
.tkc-wp .screen-card {
    position: relative;
    transition:
        transform .35s ease,
        box-shadow .35s ease;
    transform-origin: center center;
    z-index: 1;
}

/* Powiększenie całej ramki */
.tkc-wp .browser-frame:hover,
.tkc-wp .screen-card:hover {
    transform: scale(1.16);
    z-index: 50;
    box-shadow: 0 30px 80px rgba(0, 0, 0, .28);
}

/* NIE powiększaj osobno samego obrazka */
.tkc-wp .browser-frame:hover img,
.tkc-wp .screen-card:hover img {
    transform: none !important;
}

/* Pozwól powiększonej ramce wyjść poza grid */
.tkc-wp .hero-visual,
.tkc-wp .app-showcase,
.tkc-wp .screen-grid,
.tkc-wp .container {
    overflow: visible !important;
}

/* =========================================================
   TK APP — POWIĘKSZANIE CAŁYCH RAMEK ZE SCREENAMI
   ========================================================= */

/* Rodzice pozwalają kartom wyjść poza swój grid */
.tkc-wp #aplikacja .container,
.tkc-wp #aplikacja .app-showcase,
.tkc-wp #aplikacja .screen-grid {
    overflow: visible !important;
}


/* ===== SCREENY W CIEMNEJ SEKCJI ===== */

.tkc-wp #aplikacja .screen-card {
    position: relative !important;
    z-index: 1;

    /* zachowujemy zaokrąglone rogi */
    overflow: hidden !important;
    border-radius: 22px !important;

    transform: scale(1) !important;
    transform-origin: center center !important;

    transition:
        transform .35s ease,
        box-shadow .35s ease !important;
}


/* POWIĘKSZENIE CAŁEJ KARTY */
.tkc-wp #aplikacja .screen-card:hover {
    transform: scale(1.18) !important;
    z-index: 100 !important;

    box-shadow:
        0 35px 90px rgba(0, 0, 0, .38) !important;
}


/* zdjęcie NIE powiększa się osobno */
.tkc-wp #aplikacja .screen-card img {
    transform: none !important;
}


/* ===== GŁÓWNY SCREEN W HERO ===== */

.tkc-wp .browser-frame {
    transition:
        transform .35s ease,
        box-shadow .35s ease !important;

    transform-origin: center center;
}

.tkc-wp .browser-frame:hover {
    transform: scale(1.18) !important;
    z-index: 100 !important;

    box-shadow:
        0 35px 90px rgba(17, 24, 39, .30) !important;
}

.tkc-wp .browser-frame:hover img {
    transform: none !important;
}/* End custom CSS */