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

#jtw-et {
  --ink: #011412; --navy: #053631; --lime: #64b439; --lime-dark: #4e6d43;
  --sand: #f2f4f1; --line: #d8e0da; --muted: #565d66; --white: #ffffff;
}
#jtw-et * { box-sizing: border-box; }
html { scroll-behavior: smooth; }
#jtw-et { margin: 0; color: var(--ink); background: #fff; font-family: "Plus Jakarta Sans", Arial, Helvetica, sans-serif; }
#jtw-et img { max-width: 100%; }
#jtw-et a { color: inherit; text-decoration: none; }
#jtw-et button { font: inherit; }

#jtw-et .contact-bar { min-height: 34px; padding: 7px 4.5vw; background: var(--navy); color: rgba(255,255,255,.8); display: flex; align-items: center; justify-content: space-between; gap: 30px; font-size: 9px; letter-spacing: .05em; }
#jtw-et .contact-bar > span { text-transform: uppercase; letter-spacing: .12em; }
#jtw-et .contact-bar div { display: flex; align-items: center; gap: 23px; }#jtw-et .contact-bar a { color: #fff; font-weight: 700; }
#jtw-et .site-header { height: 88px; display: flex; align-items: center; gap: 34px; padding: 0 4.5vw; border-bottom: 1px solid rgba(1,20,18,.08); background: rgba(255,255,255,.96); position: sticky; top: 0; z-index: 50; backdrop-filter: blur(12px); }
#jtw-et .brand-partners { display: flex; align-items: center; gap: 15px; margin-right: auto; min-width: 0; }
#jtw-et .brand-partners .brand { margin-right: 0; }
#jtw-et .partner-divider { width: 1px; height: 44px; background: var(--line); }
#jtw-et .header-slab-link { display: flex; align-items: center; gap: 10px; }
#jtw-et .header-slab-link > span:last-child { color: #687477; font-size: 8px; font-weight: 800; line-height: 1.35; letter-spacing: .11em; text-transform: uppercase; white-space: nowrap; }
#jtw-et .slab-logo { display: inline-flex; flex: 0 0 auto; overflow: hidden; background: #fff; }
#jtw-et .slab-logo img { display: block; width: 100%; height: 100%; object-fit: contain; }
#jtw-et .header-slab-logo { width: 50px; height: 50px; border-radius: 7px; box-shadow: 0 5px 14px rgba(164,91,0,.17); }
#jtw-et .brand { display: flex; align-items: center; gap: 12px; margin-right: auto; }
#jtw-et .brand-mark { width: 38px; height: 38px; display: grid; grid-template-columns: repeat(3,1fr); gap: 3px; transform: skewY(-13deg); }
#jtw-et .brand-mark i { background: var(--lime); border-radius: 1px; }
#jtw-et .brand-mark i:nth-child(2) { background: #93c719; transform: translateY(-4px); }
#jtw-et .brand-mark i:nth-child(3) { background: var(--navy); transform: translateY(-8px); }
#jtw-et .brand-source-mark { width: 86px; height: 33px; overflow: hidden; flex: 0 0 86px; }
#jtw-et .brand-source-mark img { display: block; width: 86px; height: auto; }
#jtw-et .brand > span:last-child { display: grid; grid-template-columns: auto auto; column-gap: 5px; align-items: baseline; font-size: 18px; letter-spacing: .03em; }
#jtw-et .brand b { font-weight: 850; }
#jtw-et .brand em { font-style: normal; color: var(--lime); font-weight: 750; }
#jtw-et .brand small { grid-column: 1/-1; font-size: 8px; letter-spacing: .25em; color: #718087; margin-top: 1px; }
#jtw-et nav { display: flex; gap: 30px; font-size: 13px; font-weight: 700; }
#jtw-et nav a { transition: color .2s; }
#jtw-et nav a:hover { color: var(--lime-dark); }
#jtw-et .header-cta { display: inline-flex; align-items: center; gap: 18px; background: var(--navy); color: #fff; padding: 14px 20px; border-radius: 999px; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
#jtw-et .header-cta span { color: var(--lime); font-size: 18px; }
#jtw-et .menu-button { display: none; border: 0; background: transparent; padding: 8px; }
#jtw-et .menu-button span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px; }

#jtw-et .hero { min-height: 650px; display: grid; grid-template-columns: 53% 47%; background: var(--sand); overflow: hidden; }
#jtw-et .hero-copy { padding: 88px 6vw 56px 8vw; display: flex; flex-direction: column; justify-content: center; position: relative; }
#jtw-et .hero-copy:after { content: ""; width: 150px; height: 150px; border: 1px solid rgba(100,180,57,.18); border-radius: 50%; position: absolute; right: 9%; top: 9%; box-shadow: 0 0 0 35px rgba(100,180,57,.04); }
#jtw-et .overline { display: flex; align-items: center; gap: 11px; text-transform: uppercase; letter-spacing: .22em; font-size: 11px; font-weight: 850; margin: 0 0 22px; color: #536167; }
#jtw-et .overline > span { width: 30px; height: 2px; background: var(--lime-dark); }
#jtw-et .overline.light { color: #cbd5d6; }
#jtw-et .hero h1, #jtw-et .section-heading h2, #jtw-et .system-preview h2 { font-family: "Plus Jakarta Sans", sans-serif; font-weight: 700; letter-spacing: -.055em; }
#jtw-et .hero h1 { font-size: clamp(52px,5.7vw,86px); line-height: .98; margin: 0; }
#jtw-et .hero h1 strong { font-weight: 700; color: var(--lime); }
#jtw-et .hero-lead { max-width: 630px; font-size: 17px; line-height: 1.7; color: var(--muted); margin: 30px 0 32px; }
#jtw-et .hero-actions { display: flex; gap: 28px; align-items: center; }
#jtw-et .primary-btn { display: inline-flex; align-items: center; gap: 24px; background: var(--lime); padding: 17px 23px; border-radius: 999px; font-weight: 800; font-size: 11px; text-transform: uppercase; letter-spacing: .06em; transition: transform .2s, background .2s; }
#jtw-et .primary-btn:hover { transform: translateY(-2px); background: #73c84a; }
#jtw-et .primary-btn span { font-size: 18px; }
#jtw-et .text-link { display: inline-flex; gap: 10px; align-items: center; font-size: 13px; font-weight: 750; }
#jtw-et .text-link i { display: grid; place-items: center; width: 30px; height: 30px; background: var(--navy); border-radius: 50%; color: #fff; font-size: 8px; font-style: normal; }
#jtw-et .hero-facts { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin-top: 52px; padding-top: 25px; border-top: 1px solid #d5d5ce; }
#jtw-et .hero-facts div { display: flex; flex-direction: column; gap: 5px; }
#jtw-et .hero-facts b { font-family: "Plus Jakarta Sans", sans-serif; font-size: 20px; font-weight: 700; }
#jtw-et .hero-facts span { font-size: 10px; line-height: 1.4; text-transform: uppercase; letter-spacing: .08em; color: var(--muted); }

#jtw-et .hero-visual { background: url("https://edomyzdrewna.pl/wp-content/uploads/2025/05/Midi-_98.webp") center/cover no-repeat; position: relative; min-height: 650px; overflow: hidden; }
#jtw-et .hero-visual:before { content: ""; position: absolute; inset: 0; opacity: 1; background: linear-gradient(180deg,rgba(1,20,18,.13) 0%,rgba(1,20,18,.2) 44%,rgba(1,20,18,.86) 100%); transform: none; }
#jtw-et .slab-scene { position: absolute; width: 76%; height: 58%; left: 16%; bottom: -5%; transform: scale(.78) skewY(-4deg); transform-origin: bottom right; filter: drop-shadow(0 18px 35px rgba(1,20,18,.34)); }
#jtw-et .house-wall { position: absolute; left: 19%; bottom: 50%; width: 49%; height: 42%; background: #d7d4cb; border-left: 22px solid var(--lime); border-bottom: 8px solid #b1a99d; box-shadow: 25px 24px 45px rgba(0,0,0,.25); }
#jtw-et .house-wall:after { content: ""; position: absolute; width: 42%; height: 58%; right: 9%; bottom: 0; background: var(--navy); border: 9px solid #eef0ed; border-bottom: 0; }
#jtw-et .house-wall i { position: absolute; left: -15px; width: 9px; background: #063c36; height: 100%; opacity: .4; }
#jtw-et .house-wall i:nth-child(2) { left: -7px; opacity: .75; }
#jtw-et .house-wall i:nth-child(3) { left: 2px; opacity: .22; }
#jtw-et .slab-top { position: absolute; left: 9%; bottom: 35%; width: 72%; height: 18%; background: #c8c9c3; transform: skewX(-28deg); box-shadow: -18px 16px 20px rgba(0,0,0,.22); overflow: hidden; }
#jtw-et .rebar-grid { position: absolute; inset: 12px; opacity: .35; background-image: linear-gradient(#38454a 2px,transparent 2px),linear-gradient(90deg,#38454a 2px,transparent 2px); background-size: 22px 18px; }
#jtw-et .slab-face { position: absolute; left: 4%; bottom: 24%; width: 77%; height: 12%; background: #8e9391; transform: skewX(-28deg); display: flex; justify-content: center; align-items: center; }
#jtw-et .slab-face span { font-size: 10px; letter-spacing: .2em; color: rgba(255,255,255,.7); }
#jtw-et .xps-edge { position: absolute; left: 0; bottom: 17%; width: 8%; height: 30%; background: var(--lime); transform: skewX(-18deg); display: grid; place-items: center; box-shadow: 7px 6px 0 #387725; }
#jtw-et .xps-edge b { writing-mode: vertical-rl; font-size: 10px; letter-spacing: .16em; }
#jtw-et .xps-base { position: absolute; left: 4%; bottom: 13%; width: 78%; height: 11%; background: #70bd4b; transform: skewX(-28deg); display: grid; place-items: center; }
#jtw-et .xps-base span { font-size: 10px; font-weight: 900; letter-spacing: .14em; color: #244006; }
#jtw-et .ground-layer { position: absolute; left: -5%; bottom: 3%; width: 90%; height: 11%; background: #7b6752; transform: skewX(-28deg); box-shadow: 0 12px 0 #5e4e3f; }
#jtw-et .frost-wing { position: absolute; right: 1%; bottom: 10%; width: 34%; height: 7%; background: #57a832; transform: skewX(-38deg); }
#jtw-et .frost-wing span { position: absolute; right: 0; top: 16px; color: #d8e1e1; white-space: nowrap; font-size: 8px; letter-spacing: .12em; text-transform: uppercase; }
#jtw-et .tech-tag { position: absolute; z-index: 4; color: #eaf0ef; font-size: 10px; text-transform: uppercase; letter-spacing: .12em; display: flex; align-items: center; gap: 9px; }
#jtw-et .tech-tag span { display: grid; place-items: center; width: 28px; height: 28px; border: 1px solid rgba(126,205,88,.75); border-radius: 50%; color: #8bd968; }
#jtw-et .tag-one { left: 7%; top: 16%; }#jtw-et .tag-two { right: 7%; top: 24%; }#jtw-et .tag-three { right: 6%; top: 50%; }
#jtw-et .visual-caption { position: absolute; left: 8%; bottom: 5%; display: flex; gap: 15px; align-items: center; color: #fff; }
#jtw-et .caption-line { width: 42px; height: 1px; background: var(--lime); }
#jtw-et .visual-caption p { margin: 0; font-size: 9px; line-height: 1.6; letter-spacing: .12em; }#jtw-et .visual-caption b { color: var(--lime); }

/* Profesjonalna prezentacja techniczna SLAB SYSTEM w miejsce zdjęcia domu */
#jtw-et .hero-visual { background: #062d2a; min-height: 650px; padding: 42px 4.5vw 32px; display: flex; flex-direction: column; justify-content: center; }
#jtw-et .hero-visual:before { opacity: .78; background-image: linear-gradient(rgba(255,255,255,.055) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.055) 1px,transparent 1px),radial-gradient(circle at 88% 8%,rgba(243,146,0,.24),transparent 33%); background-size: 34px 34px,34px 34px,100% 100%; }
#jtw-et .hero-visual > * { position: relative; z-index: 2; }
#jtw-et .hero-system-head { display: flex; justify-content: space-between; align-items: center; gap: 25px; margin-bottom: 22px; color: #fff; }
#jtw-et .hero-system-head > div { display: flex; flex-direction: column; gap: 4px; }
#jtw-et .hero-system-head span { color: #9fb3b0; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
#jtw-et .hero-system-head b { font-size: clamp(18px,2vw,29px); letter-spacing: -.035em; }
#jtw-et .hero-slab-logo { width: 76px; height: 76px; border-radius: 9px; box-shadow: 0 13px 30px rgba(0,0,0,.25); }
#jtw-et .hero-render-card { position: relative; min-height: 330px; display: grid; place-items: center; padding: 34px 20px; border-radius: 22px; background: #fff; box-shadow: 0 26px 55px rgba(0,0,0,.24); overflow: hidden; }
#jtw-et .hero-render-card:after { content: "SYSTEMOWY SZALUNEK TRACONY XPS"; position: absolute; left: 22px; bottom: 15px; color: #72807c; font-size: 8px; font-weight: 900; letter-spacing: .16em; }
#jtw-et .hero-render-card > img { width: 112%; max-width: none; height: auto; object-fit: contain; transform: translateY(-3px); }
#jtw-et .render-callout { position: absolute; display: flex; align-items: center; gap: 8px; color: var(--ink); font-size: 8px; font-weight: 800; line-height: 1.35; letter-spacing: .08em; text-transform: uppercase; }
#jtw-et .render-callout b { display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: #f39200; color: #fff; font-size: 9px; }
#jtw-et .callout-one { top: 20px; left: 20px; }#jtw-et .callout-two { right: 19px; bottom: 16px; }
#jtw-et .render-line { position: absolute; height: 1px; background: #f39200; transform-origin: left; }
#jtw-et .line-one { width: 83px; left: 47px; top: 52px; transform: rotate(24deg); }#jtw-et .line-two { width: 76px; right: 62px; bottom: 48px; transform: rotate(-19deg); }
#jtw-et .hero-tech-strip { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 22px; border: 1px solid rgba(255,255,255,.13); border-radius: 14px; overflow: hidden; background: rgba(255,255,255,.12); }
#jtw-et .hero-tech-strip p { margin: 0; padding: 14px 12px; display: flex; flex-direction: column; gap: 4px; background: rgba(2,40,36,.86); }
#jtw-et .hero-tech-strip b { color: #f6a31c; font-size: 9px; }#jtw-et .hero-tech-strip span { color: #dbe6e4; font-size: 8px; font-weight: 800; line-height: 1.4; letter-spacing: .08em; text-transform: uppercase; }

#jtw-et .trust-strip { background: #fff; min-height: 80px; padding: 0 7vw; display: grid; grid-template-columns: repeat(4,1fr); align-items: center; border-bottom: 1px solid var(--line); }
#jtw-et .trust-strip p { margin: 0; font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: 9px; }
#jtw-et .trust-strip span { display: grid; place-items: center; background: #e9f5e4; color: var(--lime-dark); border: 1px solid rgba(100,180,57,.35); width: 25px; height: 25px; border-radius: 50%; }
#jtw-et .section { padding: 110px 7vw; }
#jtw-et .section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 12vw; align-items: end; margin-bottom: 56px; }
#jtw-et .section-heading h2,#jtw-et .system-preview h2 { font-size: clamp(42px,5vw,68px); line-height: 1.02; margin: 0; }
#jtw-et .section-heading > p { color: var(--muted); line-height: 1.8; font-size: 15px; margin: 0 0 6px; }
#jtw-et .price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
#jtw-et .price-card { border: 1px solid var(--line); border-radius: 22px; padding: 35px; position: relative; background: #fff; overflow: hidden; transition: transform .25s,box-shadow .25s; }
#jtw-et .price-card:hover { transform: translateY(-6px); box-shadow: 0 20px 50px rgba(13,32,42,.09); }
#jtw-et .price-card.featured { background: var(--navy); color: #fff; border-color: var(--navy); }
#jtw-et .badge { position: absolute; top: 0; right: 0; margin: 0; padding: 10px 15px; border-radius: 0 0 0 14px; background: var(--lime); color: #fff; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
#jtw-et .card-index { font-family: "Plus Jakarta Sans",sans-serif; color: #a6afb2; font-size: 12px; }
#jtw-et .price-card h3 { font-family: "Plus Jakarta Sans",sans-serif; font-size: 28px; font-weight: 700; letter-spacing: -.035em; margin: 23px 0 8px; }
#jtw-et .card-subtitle { min-height: 34px; color: #758085; text-transform: uppercase; font-size: 10px; line-height: 1.5; letter-spacing: .1em; }#jtw-et .featured .card-subtitle { color: #aebdbf; }
#jtw-et .price { margin: 28px 0; padding: 21px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }#jtw-et .featured .price { border-color: rgba(255,255,255,.16); }
#jtw-et .price b { font-family: "Plus Jakarta Sans",sans-serif; font-size: 40px; font-weight: 700; letter-spacing: -.04em; }#jtw-et .price span { display: block; font-size: 10px; color: #758085; text-transform: uppercase; letter-spacing: .1em; margin-top: 3px; }
#jtw-et .price-card ul { list-style: none; padding: 0; margin: 0 0 28px; }
#jtw-et .price-card li { display: flex; justify-content: space-between; gap: 15px; padding: 11px 0; border-bottom: 1px solid rgba(119,130,134,.2); font-size: 11px; }
#jtw-et .price-card li span { color: #78858a; }#jtw-et .price-card li b { font-weight: 750; text-align: right; }
#jtw-et .price-card > a { display: flex; justify-content: space-between; padding-top: 8px; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; font-weight: 900; }#jtw-et .price-card > a span { color: var(--lime-dark); font-size: 16px; }
#jtw-et .price-note { color: #7d898d; font-size: 10px; margin-top: 18px; }

#jtw-et .system-preview { background: var(--navy); color: #fff; display: grid; grid-template-columns: 1.05fr .75fr; gap: 7vw; align-items: center; }
#jtw-et .system-preview-image { position: relative; margin: 0; aspect-ratio: 4 / 3; border: 1px solid rgba(243,146,0,.55); border-radius: 24px; overflow: hidden; background: #102f2c; box-shadow: 0 24px 55px rgba(0,0,0,.28); }
#jtw-et .system-preview-image:after { content: ""; position: absolute; inset: 0; pointer-events: none; box-shadow: inset 0 0 0 1px rgba(255,255,255,.12); border-radius: inherit; }
#jtw-et .system-preview-image img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: center 64%; }
#jtw-et .system-stats { grid-column: 1/-1; display: grid; grid-template-columns: repeat(3,1fr); margin-top: 38px; border-top: 1px solid rgba(255,255,255,.16); }
#jtw-et .system-stats div { display: flex; flex-direction: column; padding: 32px 4vw 0 0; border-right: 1px solid rgba(255,255,255,.16); }#jtw-et .system-stats div:last-child { border-right: 0; }
#jtw-et .system-stats b { color: #80ce5d; font: 700 34px "Plus Jakarta Sans",sans-serif; letter-spacing: -.04em; }#jtw-et .system-stats span { margin-top: 8px; color: #c3d1cc; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }
#jtw-et .system-brand-link { display: inline-flex; align-items: center; gap: 14px; margin-top: 25px; }
#jtw-et .system-brand-link > span:last-child { max-width: 150px; color: #d8e0df; font-size: 9px; line-height: 1.5; letter-spacing: .1em; text-transform: uppercase; }
#jtw-et .system-slab-logo { width: 72px; height: 72px; border-radius: 8px; box-shadow: 0 13px 30px rgba(0,0,0,.22); }

#jtw-et .slab-products { background: #fff; }
#jtw-et .slab-products-heading { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 11vw; margin-bottom: 54px; }
#jtw-et .slab-products-heading h2 { margin: 0; font: 700 clamp(42px,5vw,68px)/1.02 "Plus Jakarta Sans",sans-serif; letter-spacing: -.055em; }
#jtw-et .slab-products-intro { display: flex; align-items: center; gap: 20px; }
#jtw-et .slab-products-intro p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
#jtw-et .products-slab-logo { width: 84px; height: 84px; border-radius: 9px; }
#jtw-et .slab-products-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
#jtw-et .slab-product-card { min-width: 0; border: 1px solid var(--line); border-radius: 22px; overflow: hidden; background: #fafbf9; transition: transform .22s,box-shadow .22s; }
#jtw-et .slab-product-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgba(4,37,33,.1); }
#jtw-et .product-image { height: 270px; display: grid; place-items: center; padding: 22px; background: #fff; overflow: hidden; }
#jtw-et .product-image img { display: block; width: 100%; height: 100%; object-fit: contain; transition: transform .25s; }
#jtw-et .slab-product-card:hover .product-image img { transform: scale(1.035); }
#jtw-et .product-copy { min-height: 130px; display: grid; grid-template-columns: 28px 1fr auto; gap: 14px; align-items: start; padding: 24px; border-top: 4px solid #f39200; }
#jtw-et .product-copy > span { color: #b27b2a; font-size: 9px; font-weight: 900; }#jtw-et .product-copy > b { color: #f39200; font-size: 19px; }
#jtw-et .product-copy h3 { margin: 0 0 7px; font: 700 17px/1.25 "Plus Jakarta Sans",sans-serif; letter-spacing: -.025em; }#jtw-et .product-copy p { margin: 0; color: var(--muted); font-size: 10px; line-height: 1.55; }

#jtw-et .slab-detail { display: grid; grid-template-columns: 1.08fr .92fr; gap: 8vw; align-items: center; background: #f7f7f3; }
#jtw-et .detail-visual { min-height: 570px; background: #e8eee9; border-radius: 26px; position: relative; overflow: hidden; }
#jtw-et .detail-visual:before { content: ""; position: absolute; inset: 0; opacity: .65; background-image: linear-gradient(rgba(25,55,67,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(25,55,67,.05) 1px,transparent 1px); background-size: 32px 32px; }
#jtw-et .cross-section { position: absolute; inset: 20% 10% 14% 12%; }
#jtw-et .cross-wall { position: absolute; left: 31%; top: 0; width: 30%; height: 37%; background: repeating-linear-gradient(90deg,#deddd6 0 23px,#64b439 24px 30px,#d3d1c8 31px 45px); border: 6px solid var(--navy); border-bottom: 0; }
#jtw-et .cross-wall span { position: absolute; width: 36%; height: 51%; right: 9%; bottom: 0; background: var(--navy); border: 7px solid #fafafa; border-bottom: 0; }
#jtw-et .cross-floor { position: absolute; left: 14%; top: 37%; width: 70%; height: 24%; background: #a4a6a3; border-top: 10px solid #d3d3cd; }
#jtw-et .cross-floor:before,#jtw-et .cross-floor:after { content: ""; position: absolute; inset: 30% 4%; background: repeating-linear-gradient(90deg,transparent 0 27px,#3f4a4d 28px 30px); opacity: .5; }
#jtw-et .cross-floor:after { transform: rotate(90deg); }
#jtw-et .cross-edge { position: absolute; left: 5%; top: 32%; width: 12%; height: 40%; background: #64b439; display: grid; place-items: center; writing-mode: vertical-rl; font-weight: 900; letter-spacing: .1em; box-shadow: 7px 0 0 #3d7e22; }
#jtw-et .cross-xps { position: absolute; left: 14%; top: 61%; width: 70%; height: 14%; background: #70bd4b; display: grid; place-items: center; font-size: 10px; font-weight: 900; letter-spacing: .13em; }
#jtw-et .cross-frost { position: absolute; right: -3%; top: 66%; width: 30%; height: 9%; background: #57a832; display: grid; place-items: center; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
#jtw-et .cross-base { position: absolute; left: 4%; right: 0; top: 75%; height: 19%; color: rgba(255,255,255,.62); background: repeating-linear-gradient(165deg,#796650 0 9px,#6b5947 10px 18px); display: grid; place-items: center; font-size: 9px; letter-spacing: .16em; }
#jtw-et .detail-label { position: absolute; z-index: 4; display: flex; align-items: center; gap: 8px; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; color: #415056; }
#jtw-et .detail-label b { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; border: 1px solid var(--lime); color: var(--lime-dark); }
#jtw-et .dl-one { top: 8%; left: 36%; }#jtw-et .dl-two { top: 28%; right: 4%; }#jtw-et .dl-three { top: 50%; left: 2%; }#jtw-et .dl-four { bottom: 16%; left: 22%; }#jtw-et .dl-five { bottom: 22%; right: 1%; }
#jtw-et .detail-visual { min-height: 690px; padding: 24px; display: flex; flex-direction: column; background: #e9eeea; border: 1px solid #d5ddd7; }
#jtw-et .detail-visual:before { opacity: .75; }
#jtw-et .detail-visual-head { position: relative; z-index: 3; display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 4px 4px 16px; }
#jtw-et .detail-visual-head > div { display: flex; flex-direction: column; gap: 4px; }#jtw-et .detail-visual-head span { color: #6a7878; font-size: 8px; font-weight: 900; letter-spacing: .15em; text-transform: uppercase; }#jtw-et .detail-visual-head b { font-size: 19px; letter-spacing: -.025em; }
#jtw-et .detail-slab-logo { width: 64px; height: 64px; border-radius: 7px; }
#jtw-et .detail-system-image { position: relative; z-index: 2; width: 100%; height: 440px; object-fit: contain; object-position: center; padding: 10px; border-radius: 17px; background: #fff; box-shadow: 0 14px 35px rgba(4,40,35,.08); }
#jtw-et .detail-legend { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 14px; }
#jtw-et .detail-legend p { margin: 0; min-width: 0; padding: 11px 8px; border: 1px solid #d4ddd6; border-radius: 10px; background: rgba(255,255,255,.65); display: flex; flex-direction: column; gap: 5px; }
#jtw-et .detail-legend b { color: var(--lime-dark); font-size: 9px; }#jtw-et .detail-legend span { color: #596664; font-size: 7px; font-weight: 800; line-height: 1.4; letter-spacing: .04em; text-transform: uppercase; }
#jtw-et .detail-brand-row { display: inline-flex; align-items: center; gap: 13px; margin-top: 22px; padding: 8px 14px 8px 8px; border: 1px solid #e1c187; border-radius: 12px; background: #fff8e8; }
#jtw-et .detail-brand-row > span:last-child { color: #5e4b2f; font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
#jtw-et .detail-copy-logo { width: 46px; height: 46px; border-radius: 6px; }
#jtw-et .detail-copy h2,#jtw-et .factors-title h2,#jtw-et .calculator-copy h2,#jtw-et .equipment-copy h2,#jtw-et .contact-copy h2 { margin: 0; font: 700 clamp(42px,4.3vw,64px)/1.02 "Plus Jakarta Sans",sans-serif; letter-spacing: -.055em; }
#jtw-et .big-copy { margin: 28px 0; color: var(--muted); line-height: 1.8; font-size: 15px; }
#jtw-et .benefit-list { margin: 30px 0; border-top: 1px solid var(--line); }
#jtw-et .benefit-list article { display: grid; grid-template-columns: 38px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line); }
#jtw-et .benefit-list article > span { color: var(--lime-dark); font-size: 10px; font-weight: 900; }
#jtw-et .benefit-list h3 { font: 700 20px "Plus Jakarta Sans",sans-serif; letter-spacing: -.025em; margin: 0 0 7px; }#jtw-et .benefit-list p { margin: 0; color: var(--muted); line-height: 1.6; font-size: 13px; }
#jtw-et .outline-btn { display: inline-flex; justify-content: space-between; align-items: center; gap: 35px; border: 1px solid #9aa4a5; border-radius: 999px; padding: 16px 20px; text-transform: uppercase; letter-spacing: .07em; font-size: 10px; font-weight: 800; }#jtw-et .outline-btn span { color: var(--lime); font-size: 18px; }

#jtw-et .scope { background: #fff; }#jtw-et .section-heading.compact { margin-bottom: 42px; }
#jtw-et .scope-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; }
#jtw-et .scope-grid article { min-height: 168px; padding: 25px; border: 1px solid var(--line); border-radius: 18px; display: flex; flex-direction: column; position: relative; transition: background .2s,transform .2s; }
#jtw-et .scope-grid article:hover { background: #f5f6f0; }#jtw-et .scope-grid article > span { color: #95a0a3; font: 400 12px Georgia,serif; }#jtw-et .scope-grid h3 { margin: auto 30px 0 0; font: 400 20px/1.3 Georgia,serif; }#jtw-et .scope-grid i { position: absolute; right: 20px; bottom: 20px; display: grid; place-items: center; width: 25px; height: 25px; background: var(--lime); border-radius: 50%; font-style: normal; font-size: 11px; }
#jtw-et .scope-grid article:hover { transform: translateY(-3px); }#jtw-et .scope-grid article > span { font-family: "Plus Jakarta Sans",sans-serif; }#jtw-et .scope-grid h3 { font: 700 17px/1.4 "Plus Jakarta Sans",sans-serif; letter-spacing: -.025em; }
#jtw-et .scope-callout { margin-top: 28px; padding: 27px 30px; border-radius: 18px; background: var(--sand); display: flex; align-items: center; gap: 30px; }#jtw-et .scope-callout p { margin: 0 auto 0 0; color: var(--muted); max-width: 750px; line-height: 1.7; font-size: 13px; }#jtw-et .scope-callout p b { color: var(--ink); }#jtw-et .scope-callout a { display: flex; gap: 30px; align-items: center; text-transform: uppercase; font-size: 10px; letter-spacing: .1em; font-weight: 800; white-space: nowrap; }#jtw-et .scope-callout a span { color: var(--lime); font-size: 18px; }

#jtw-et .cost-factors { background: var(--navy); color: #fff; display: grid; grid-template-columns: .65fr 1.35fr; gap: 8vw; }
#jtw-et .factors-title > p:last-child { color: #aebbbd; line-height: 1.8; margin-top: 28px; font-size: 14px; }
#jtw-et .factor-cards { display: grid; grid-template-columns: repeat(2,1fr); gap: 14px; background: transparent; }
#jtw-et .factor-cards article { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.13); border-radius: 20px; padding: 34px; min-height: 245px; display: flex; flex-direction: column; }#jtw-et .factor-cards span { color: #7dcd58; font-size: 10px; }#jtw-et .factor-cards h3 { font: 700 24px "Plus Jakarta Sans",sans-serif; letter-spacing: -.035em; margin: auto 0 15px; }#jtw-et .factor-cards p { color: #c0ceca; margin: 0; font-size: 12px; line-height: 1.7; }

#jtw-et .tables-section { background: #f3f1ea; display: grid; grid-template-columns: .83fr 1.17fr; gap: 22px; align-items: start; }
#jtw-et .table-panel { background: #fff; border-radius: 22px; padding: 38px; }#jtw-et .option-panel { background: #e9f3e5; }
#jtw-et .table-kicker { margin: 0 0 10px; color: var(--lime-dark); text-transform: uppercase; font-size: 9px; font-weight: 800; letter-spacing: .16em; }#jtw-et .table-panel h2 { font: 700 30px "Plus Jakarta Sans",sans-serif; letter-spacing: -.04em; margin: 0 0 28px; }
#jtw-et .data-table > div { display: grid; grid-template-columns: 1fr 105px 38px; gap: 15px; align-items: center; min-height: 52px; border-bottom: 1px solid rgba(95,110,113,.18); font-size: 11px; }#jtw-et .data-table > div b { font-weight: 700; }#jtw-et .data-table > div strong { font: 700 14px "Plus Jakarta Sans",sans-serif; text-align: right; }#jtw-et .data-table > div > span:last-child { color: #7c878a; text-align: right; }
#jtw-et .data-table .table-head { min-height: 30px; text-transform: uppercase; letter-spacing: .1em; font-size: 8px; color: #7c878a; }#jtw-et .table-head span:nth-child(2) { text-align: right; }
#jtw-et .table-note { grid-column: 1/-1; font-size: 10px; color: #778286; margin: 0; }

#jtw-et .calculator { display: grid; grid-template-columns: .78fr 1.22fr; padding: 0; background: #011f1c; color: #fff; }
#jtw-et .calculator-copy { padding: 90px 6vw 90px 7vw; background: var(--navy); }#jtw-et .calculator-copy > p:nth-of-type(2) { color: #c0ceca; line-height: 1.8; font-size: 14px; margin: 26px 0; }
#jtw-et .calculator-summary { margin-top: 45px; padding-top: 30px; border-top: 1px solid rgba(255,255,255,.17); display: flex; flex-direction: column; }#jtw-et .calculator-summary p { margin: 0 0 12px; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; color: #b8c8c4; }#jtw-et .calculator-summary strong { color: #7dcd58; font: 700 clamp(44px,4.7vw,70px) "Plus Jakarta Sans",sans-serif; letter-spacing: -.05em; }#jtw-et .calculator-summary span { color: #dce4e3; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; }#jtw-et .calculator-summary small { margin-top: 11px; color: #a9bab6; }
#jtw-et .calculator-form { padding: 76px 7vw 70px 6vw; }#jtw-et .range-label { display: flex; align-items: end; justify-content: space-between; margin-bottom: 20px; text-transform: uppercase; letter-spacing: .1em; font-size: 10px; }#jtw-et .range-label b { color: var(--lime); font: 400 32px Georgia,serif; text-transform: none; letter-spacing: 0; }
#jtw-et input[type="range"] { width: 100%; accent-color: var(--lime); }
#jtw-et .choice-group { margin-top: 34px; }#jtw-et .choice-group > p,#jtw-et .vat-switch > span { color: #9fb0b2; text-transform: uppercase; letter-spacing: .13em; font-size: 9px; }#jtw-et .choice-group > div { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }#jtw-et .choice-group button { padding: 17px 13px; border-radius: 13px; text-align: left; border: 1px solid rgba(255,255,255,.18); color: #fff; background: transparent; cursor: pointer; display: flex; flex-direction: column; gap: 4px; }#jtw-et .choice-group button.active { border-color: var(--lime); background: rgba(100,180,57,.15); }#jtw-et .choice-group button b { font: 700 16px "Plus Jakarta Sans",sans-serif; }#jtw-et .choice-group button span { color: #aebdb9; font-size: 9px; }
#jtw-et .check-row { display: flex; align-items: center; gap: 14px; padding: 14px 2px; border-bottom: 1px solid rgba(255,255,255,.13); cursor: pointer; }#jtw-et .check-row input { width: 18px; height: 18px; accent-color: var(--lime); }#jtw-et .check-row > span { display: flex; flex: 1; justify-content: space-between; gap: 18px; font-size: 11px; }#jtw-et .check-row small { color: #a9b8ba; }
#jtw-et .vat-switch { display: flex; justify-content: space-between; align-items: center; margin-top: 25px; }#jtw-et .vat-switch div { display: flex; }#jtw-et .vat-switch button { border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff; padding: 9px 17px; cursor: pointer; }#jtw-et .vat-switch button.active { background: var(--lime); color: var(--ink); border-color: var(--lime); font-weight: 900; }#jtw-et .calculator-cta { margin-top: 30px; color: var(--ink); }

#jtw-et .equipment { display: grid; grid-template-columns: .9fr 1.1fr; gap: 10vw; background: #f7f9f6; }#jtw-et .equipment-copy > p:last-child { color: var(--muted); line-height: 1.8; margin-top: 26px; }#jtw-et .equipment ul { list-style: none; padding: 0; margin: 0; display: grid; grid-template-columns: repeat(2,1fr); gap: 10px; }#jtw-et .equipment li { padding: 23px 18px; border: 1px solid var(--line); border-radius: 15px; font: 700 14px "Plus Jakarta Sans",sans-serif; display: flex; gap: 14px; align-items: center; }#jtw-et .equipment li span { color: var(--lime); font: 800 9px "Plus Jakarta Sans",sans-serif; }

#jtw-et .contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--navy); color: #fff; }#jtw-et .contact-copy > p:nth-of-type(2) { color: #b8c5c5; line-height: 1.8; margin-top: 25px; }#jtw-et .contact-points { margin-top: 42px; display: flex; gap: 20px; flex-wrap: wrap; }#jtw-et .contact-points p { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; display: flex; align-items: center; gap: 8px; }#jtw-et .contact-points span { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid #5b767f; border-radius: 50%; color: var(--lime); }

#jtw-et footer { background: var(--ink); color: #dce3e2; padding: 65px 7vw 25px; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 60px; }#jtw-et .footer-brand .brand { display: inline-flex; }#jtw-et .footer-brand .brand em { color: #76c952; }#jtw-et .footer-brand .brand-source-mark img { filter: brightness(1.15); }#jtw-et .footer-brand p { color: #829792; font-size: 11px; line-height: 1.8; margin-top: 24px; }#jtw-et footer > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 13px; font-size: 11px; }#jtw-et footer > div > b { color: #76c952; text-transform: uppercase; letter-spacing: .12em; font-size: 9px; margin-bottom: 4px; }#jtw-et footer a:hover { color: var(--lime); }#jtw-et .footer-bottom { grid-column: 1/-1; border-top: 1px solid rgba(255,255,255,.1); padding-top: 20px; color: #657b77; font-size: 9px; }

@media (max-width:1000px) {
  #jtw-et .contact-bar > span { display: none; }#jtw-et .contact-bar { justify-content: flex-end; }
  #jtw-et .site-header { padding: 0 24px; }#jtw-et .header-cta { display: none; }#jtw-et .hero { grid-template-columns: 1fr; }#jtw-et .hero-copy { padding: 70px 7vw 50px; }#jtw-et .hero-visual { min-height: 560px; }
  #jtw-et .trust-strip { grid-template-columns: repeat(2,1fr); gap: 18px; padding-block: 22px; }#jtw-et .section-heading { gap: 7vw; }#jtw-et .price-card { padding: 27px; }
  #jtw-et .slab-products-heading { gap: 6vw; }#jtw-et .product-image { height: 230px; }#jtw-et .slab-detail { grid-template-columns: 1fr; }#jtw-et .detail-visual { min-height: 650px; }#jtw-et .scope-grid { grid-template-columns: repeat(3,1fr); }#jtw-et .cost-factors { grid-template-columns: 1fr; }#jtw-et .tables-section { grid-template-columns: 1fr; }
  #jtw-et .calculator { grid-template-columns: 1fr; }#jtw-et .calculator-copy { padding-block: 70px; }#jtw-et .calculator-form { padding-block: 65px; }#jtw-et .equipment { gap: 6vw; }#jtw-et .contact { grid-template-columns: 1fr; }
}
@media (max-width:720px) {
  #jtw-et .contact-bar { justify-content: center; padding-inline: 15px; }#jtw-et .contact-bar div { gap: 12px; }#jtw-et .contact-bar div span,#jtw-et .contact-bar div a:nth-child(2) { display: none; }
  #jtw-et .site-header { height: 76px; }#jtw-et .menu-button { display: block; }#jtw-et nav { display: none; position: absolute; top: 76px; left: 0; right: 0; background: #fff; padding: 24px; flex-direction: column; box-shadow: 0 15px 30px rgba(0,0,0,.1); }#jtw-et nav.open { display: flex; }
  #jtw-et .brand-partners { gap: 8px; }#jtw-et .brand { gap: 7px; }#jtw-et .partner-divider { height: 38px; }#jtw-et .header-slab-link > span:last-child { display: none; }#jtw-et .header-slab-logo { width: 42px; height: 42px; }#jtw-et .brand-source-mark { width: 64px; height: 25px; flex-basis: 64px; }#jtw-et .brand-source-mark img { width: 64px; }#jtw-et .brand > span:last-child { font-size: 14px; }#jtw-et .brand small { font-size: 6px; }#jtw-et .hero { min-height: 0; }#jtw-et .hero-copy { padding: 54px 24px 38px; }#jtw-et .hero h1 { font-size: 50px; }#jtw-et .hero-lead { font-size: 15px; }#jtw-et .hero-actions { align-items: flex-start; flex-direction: column; }#jtw-et .hero-facts { grid-template-columns: 1fr; gap: 15px; margin-top: 36px; }
  #jtw-et .hero-visual { min-height: 590px; padding: 35px 24px 28px; }#jtw-et .hero-slab-logo { width: 62px; height: 62px; }#jtw-et .hero-render-card { min-height: 300px; padding-inline: 10px; }#jtw-et .hero-render-card > img { width: 126%; }#jtw-et .hero-tech-strip span { font-size: 7px; }#jtw-et .trust-strip { grid-template-columns: 1fr; }#jtw-et .section { padding: 75px 24px; }
  #jtw-et .section-heading,#jtw-et .system-preview,#jtw-et .slab-products-heading { grid-template-columns: 1fr; gap: 30px; }#jtw-et .section-heading h2,#jtw-et .system-preview h2,#jtw-et .slab-products-heading h2 { font-size: 45px; }#jtw-et .price-grid,#jtw-et .slab-products-grid { grid-template-columns: 1fr; }#jtw-et .slab-products-intro { align-items: flex-start; }#jtw-et .product-image { height: 300px; }#jtw-et .system-preview-image { width: 100%; max-width: 620px; aspect-ratio: 5 / 4; }#jtw-et .system-stats { grid-template-columns: 1fr; margin-top: 10px; }#jtw-et .system-stats div { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); padding-bottom: 24px; }
  #jtw-et .detail-visual { min-height: 590px; padding: 17px; }#jtw-et .detail-system-image { height: 400px; padding: 2px; }#jtw-et .detail-legend { grid-template-columns: repeat(3,1fr); }#jtw-et .detail-copy h2,#jtw-et .factors-title h2,#jtw-et .calculator-copy h2,#jtw-et .equipment-copy h2,#jtw-et .contact-copy h2 { font-size: 43px; }
  #jtw-et .scope-grid { grid-template-columns: repeat(2,1fr); }#jtw-et .scope-grid article { min-height: 145px; padding: 20px; }#jtw-et .scope-grid h3 { font-size: 17px; }#jtw-et .scope-callout { align-items: flex-start; flex-direction: column; }#jtw-et .factor-cards { grid-template-columns: 1fr; }#jtw-et .factor-cards article { min-height: 210px; }#jtw-et .table-panel { padding: 27px 20px; }#jtw-et .data-table > div { grid-template-columns: 1fr 78px 28px; gap: 8px; }
  #jtw-et .calculator-copy,#jtw-et .calculator-form { padding: 65px 24px; }#jtw-et .choice-group > div { grid-template-columns: 1fr; }#jtw-et .check-row > span { flex-direction: column; gap: 3px; }#jtw-et .equipment { grid-template-columns: 1fr; }#jtw-et .equipment ul { grid-template-columns: 1fr; }#jtw-et .contact { padding: 70px 24px; }#jtw-et footer { grid-template-columns: 1fr; gap: 35px; padding: 55px 24px 25px; }
}

@media (max-width:430px) {
  #jtw-et .site-header { padding-inline: 12px; gap: 10px; }#jtw-et .brand-source-mark { width: 50px; flex-basis: 50px; }#jtw-et .brand-source-mark img { width: 50px; }#jtw-et .brand > span:last-child { font-size: 12px; }#jtw-et .header-slab-logo { width: 38px; height: 38px; }#jtw-et .partner-divider { height: 32px; }#jtw-et .hero h1 { font-size: 46px; }#jtw-et .hero-visual { min-height: 550px; }#jtw-et .hero-system-head b { font-size: 17px; }#jtw-et .hero-render-card { min-height: 270px; }#jtw-et .render-callout span,#jtw-et .hero-render-card:after { display: none; }#jtw-et .hero-tech-strip { grid-template-columns: 1fr; }#jtw-et .hero-tech-strip p { flex-direction: row; gap: 10px; }#jtw-et .product-image { height: 240px; }#jtw-et .detail-visual { min-height: 550px; }#jtw-et .detail-system-image { height: 360px; }#jtw-et .detail-legend { grid-template-columns: repeat(2,1fr); }#jtw-et .scope-grid { grid-template-columns: 1fr; }#jtw-et .scope-grid article { min-height: 120px; }#jtw-et .contact-points { flex-direction: column; gap: 5px; }
}
